.fixed-background {
  background: url(../images/login-bg.jpg) no-repeat center center fixed;
  background-size: cover;
}
.auth-card .image-side {
  background: url(../images/login-box.jpg) no-repeat center top;
  background-size: cover;
}
.logo {
  background: none;
  width: 250px;
  height: auto;
}
.logo-mobile {
  background: none;
  width: auto;
}
.logo-mobile img {
  width: auto;
  height: 35px;
}
.navbar #iconMenuDropdown {
  width: 294px;
  height: auto;
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.navbar .icon-menu-item {
  width: 120px;
}
.custom-checkbox.disabled label:before,
.custom-checkbox.disabled label:after {
  opacity: 0.5;
}
.custom-switch.disabled {
  opacity: 0.5;
}
.custom-switch.disabled label {
  cursor: default !important;
}
div.dataTables_wrapper div.dataTables_processing {
  z-index: 10;
}
.icon-cards-row.small .card {
  cursor: default;
}
.icon-cards-row.small i {
  font-size: 32px;
  line-height: 34px;
}
.icon-cards-row.small .lead {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.dashboard-logs,
.dashboard-list-with-user {
  height: 167px;
}
.dashboard-filled-line-chart {
  height: 279px;
}
/*# sourceMappingURL=ThemeOverwrite.css.map */