.btn-outline-primary-own {
  color: #1565c0 !important;
  background-color: white;
  border: 2px solid #1565c0;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.btn-outline-primary-own:hover {
  color: white !important;
  background-color: #1565c0;
  border: 2px solid #1565c0;
  box-shadow: none;
}

.btn-normal-primary-own {
  color: #1565c0;
  background-color: white;
  font-weight: bold;
}

.btn-rounded-secondary {
  color: white;
  background-color: #1565c0;
  font-weight: bold;
  border: 2px solid #1565c0;
  box-shadow: none;
}

.btn-rounded-secondary:hover {
  cursor: pointer;
  background-color: white;
  color: #1565c0;
  border: 2px solid #1565c0;
  box-shadow: none;
}

body {
  font-family: "Roboto", sans-serif;
  color: #1c2331;
}

h1, h2, h3, h4 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  justify-content: flex-start;
  color: #1c2331;
}

.pagination .page-item.active .page-link {
  background-color: #1565c0 !important;
  color: white !important;
}

.registerscreen, .loginscreen {
  height: 100vh;
  position: absolute;
  left: 0;
}
.registerscreen__leftside, .loginscreen__leftside {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  position: relative;
}

.registerscreen__leftside {
  background-image: url("/images/leftregister.jpg");
}

.loginscreen__leftside {
  background-image: url("/images/profoundbackground.png");
}
.loginscreen__leftside__h1 {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 50px;
  text-align: left;
  letter-spacing: -5.03px;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}
.loginscreen__leftside__btn:hover {
  background-color: #1565c0 !important;
  color: white !important;
  border: 2px solid #1565c0 !important;
}

.passwordforgot {
  position: absolute;
  left: 0;
}
.passwordforgot__form .md-form input {
  padding: 25px 0 0 0 !important;
}

.inputicon {
  color: #757575;
}

@media only screen and (min-width: 1920px) {
  .loginscreen__rightside, .registerscreen__rightside {
    max-width: 900px;
  }
}
.navbar {
  z-index: 9999;
  margin-left: 0;
}
.navbar__a {
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
  font-size: 30px;
}
.navbar__a__icon {
  font-size: 40px;
  margin-right: 10px;
}

.nav_logoutname {
  padding-left: 0.5rem;
}

#userdropdown .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #1565c0 !important;
}

.monitortable__thead, .nonmonitortable__thead {
  background-color: #1565c0;
  color: white;
  border-bottom: 3.5px solid #1c2331;
}
.monitortable__thead tr th:first-child, .nonmonitortable__thead tr th:first-child {
  border-top-left-radius: 0.25rem;
}
.monitortable__thead tr th:last-child, .nonmonitortable__thead tr th:last-child {
  border-top-right-radius: 0.25rem;
}
.monitortable__body__row, .nonmonitortable__body__row {
  border-bottom: 1pt solid #1565c0 !important;
  color: #1c2331;
}
.monitortable__body__row__value__info, .monitortable__body__row__value__delete, .monitortable__body__row__value__edit, .nonmonitortable__body__row__value__info, .nonmonitortable__body__row__value__delete, .nonmonitortable__body__row__value__edit {
  font-size: 20px;
  color: #1565c0;
}

.deletemodal__header__h3, .nonmonitorsmodal__header__h3 {
  color: white;
  font-weight: bold;
}
.deletemodal__header__close, .nonmonitorsmodal__header__close {
  color: white;
  border-style: none;
  font-size: 36px;
  font-weight: normal;
}
.deletemodal__header__close:hover, .nonmonitorsmodal__header__close:hover {
  color: white;
}
.deletemodal__body__txt, .nonmonitorsmodal__body__txt {
  color: #1c2331;
}

.search {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
}
.search .fa-search {
  align-self: center;
  position: absolute;
  font-size: 20px;
  left: 130px;
  margin-bottom: 5px;
  color: #ddd;
}
.search__bar {
  width: 100%;
}
.search__bar div label {
  width: 100%;
}
.search__bar div label input {
  width: 100% !important;
  margin-left: 0 !important;
  height: 40px;
  padding-left: 60px;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
  border: none;
}

@-webkit-keyframes glowing {
  0% {
    box-shadow: 0 0 3px #fb3;
  }
  50% {
    box-shadow: 0 0 21px #fb3;
  }
  100% {
    box-shadow: 0 0 3px #fb3;
  }
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 3px #fb3;
  }
  50% {
    box-shadow: 0 0 21px #fb3;
  }
  100% {
    box-shadow: 0 0 3px #fb3;
  }
}
.monitorbadge {
  -webkit-animation: glowing 1300ms infinite;
          animation: glowing 1300ms infinite;
}

.navigation {
  background-color: #1565c0;
}
.navigation__list__item {
  border-bottom: 2px solid white;
}
.navigation__list__item__logo {
  font-size: 80px;
}
.navigation__list__item__heading {
  font-weight: bold;
}
.navigation__body__items__item:hover {
  cursor: pointer;
  font-weight: bold;
}
.navigation__body__items__item--active {
  color: #1565c0 !important;
  background-color: white !important;
}
.navigation__logout {
  line-height: normal !important;
  display: inline-block !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.infoscreen__back {
  font-weight: bold;
  font-family: "roboto";
  margin-left: 5px;
}
.infoscreen__back__icon {
  font-size: 16px;
  color: #1565c0;
  margin-right: 10px;
}
.infoscreen__row--bold {
  font-weight: bold;
  color: white;
  background-color: #1565c0;
  border-bottom: 3.5px solid #1c2331;
}
.infoscreen__row__col__editable {
  color: #1565c0;
}
.infoscreen__row--grey {
  background-color: rgba(0, 0, 0, 0.075);
}
.infoscreen__row .col-md-2, .infoscreen__row .col-sm-4 {
  font-weight: bold;
}

.control-group div {
  display: flex;
  align-items: center;
}

.addscreen__back {
  font-weight: bold;
}
.addscreen__form__row__col__wrap__icon__label {
  max-width: 50% !important;
}

.differences__back {
  font-weight: bold;
}
.differences__image {
  border: 5px solid #1565c0;
  border-radius: 5px;
}
.differences__tabs {
  background-color: #1565c0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.differences__slides {
  max-height: 600px;
  overflow-y: scroll;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border: 4px solid #1565c0;
}

.carousel-indicators {
  bottom: -50px;
  z-index: 0;
}
.carousel-indicators li {
  background-color: grey;
}
.carousel-indicators li.active {
  background-color: #1565c0;
}

.carousel-item {
  max-height: 600px;
  overflow-y: scroll;
}

.carousel-control-next, .carousel-control-prev {
  position: inherit;
  display: flex;
  color: #1565c0;
  font-size: 30px;
  opacity: 1;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
  color: #1565c0;
}

.settings .row .col .custom-switch-md .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1565c0;
}
.settings__email__delete__icon {
  color: #ff0000;
}
.settings__email__delete__icon:hover {
  cursor: pointer;
  color: #790000;
}

.plussign {
  font-size: 30px;
  color: #1565c0;
  border-style: none;
  background: none;
  cursor: pointer;
}

.footer-hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.footer-hover:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.text-black-40 {
  color: rgba(0, 0, 0, 0.4);
}

.dashboard__col__row__img {
  font-size: 100px;
  color: #1565c0;
}
.dashboard__col__row__p {
  font-size: 60px;
  font-weight: bold;
  color: #1565c0;
}
.dashboard__col--none {
  width: 0;
  opacity: 0;
}

.area {
  float: left;
  background: #e2e2e2;
  width: 100%;
  height: 100%;
}

.navigationbar {
  background: #1565c0;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 60px;
  overflow: hidden;
  transition: width 0.05s linear;
  -webkit-transform: translateZ(0) scale(1, 1);
  z-index: 1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: 1s;
}
.navigationbar__list {
  margin: 7px 0;
  outline: 0;
  margin: 0;
  padding: 0;
}
.navigationbar__list__item {
  position: relative;
  display: block;
  width: 250px;
  outline: 0;
  margin: 0;
  padding: 0;
}
.navigationbar__list__item__link {
  position: relative;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  text-decoration: none;
  -webkit-transform: translateZ(0) scale(1, 1);
  transition: all 0.1s linear;
}
.navigationbar__list__item__link__icon {
  position: relative;
  display: table-cell;
  width: 60px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  color: white;
  padding: 15px 0;
}
.navigationbar__list__item__link__txt {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 190px;
  color: white;
}
.navigationbar__list__item__link:hover {
  text-decoration: none;
  font-weight: bold;
}

.navigationbar:hover {
  width: 250px;
  overflow: visible;
}

@media only screen and (max-width: 1200px) {
  .filter .dataTables_length {
    text-align: start !important;
  }

  .monitortable__thead tr th:nth-child(3) {
    display: none;
  }
  .monitortable__body__row__value:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 920px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 20px;
  }

  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
  }

  .registerscreen__leftside, .loginscreen__leftside {
    display: none;
  }

  .nonmonitortable__body__row__value:nth-child(4) {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .navigationbar__list__item__link__icon {
    font-size: 14px;
  }

  .infoscreen__row {
    font-size: 14px;
  }

  .addscreen__form__row__col__wrap label {
    font-size: 14px;
  }

  .settings, .forgotpass, #userdropdown {
    font-size: 14px;
  }

  .dataTables_length, .infoscreen__back, .differences, .nonmonitorsmodal__body__txt, .deletemodal__body__txt {
    font-size: 14px;
  }

  .loginscreen__rightside p, .registerscreen__rightside p {
    font-size: 14px;
  }

  form.dropdown-menu button, form.dropdown-menu a, form.dropdown-menu p {
    font-size: 14px;
  }

  .inputicon label, .input-with-pre-icon label {
    font-size: 14px;
  }

  .usertable__thead tr th:nth-child(3), .usertable__thead tr th:nth-child(4), .usertable__thead tr th:nth-child(5) {
    display: none;
  }

  .usertable__body__row__value:nth-child(3), .usertable__body__row__value:nth-child(4), .usertable__body__row__value:nth-child(5) {
    display: none;
  }

  .nonmonitortable__thead tr th:nth-child(3) {
    display: none;
  }

  .nonmonitortable__body__row__value:nth-child(3) {
    display: none;
  }
}
.primary-robot-color {
  color: #1565c0;
  font-weight: bold;
}

.primary-robot-color-background {
  background-color: #1565c0;
}

.text-color {
  color: #1c2331;
}

main {
  padding-left: 60px;
}

.activeuser {
  background-color: rgba(0, 0, 0, 0.075);
}

#select-options-site_id {
  max-height: 300px !important;
  margin-top: 50px !important;
}
