.navbar.top-navbar.navbar-expand-md.navbar-light {
  background-color: #FFF;
}
body.user-management [type="checkbox"]:not(:checked),
body.user-management [type="checkbox"]:checked {
  position: initial;
  left: initial;
  opacity: initial;
  margin-right: 5px;
  vertical-align: sub;
}
.help-block {
  color: #f31a31;
}
.has-success .form-control {
  border-color: #1584CF;
}
.has-error .form-control {
  border-color: #f31a31;
}
.container-items .panel:nth-child(2n) {
  background-color: #e9edf2;
}
.container-items .row.item-block.type-closed .type-closed-hide {
  display: none;
}
.container-items .row.item-block.type-open .type-open-hide {
  display: none;
}
.container-items .row.item-block.type-complete .type-complete-hide {
  display: none;
}
.container-items select.form-control.nginx_block_id {
  max-width: calc(100% - 100px);
}
#resume-sync,
.log-test,
#log-sync {
  height: 200px;
}
#file-conf {
  max-height: 700px;
}
#resume-sync,
.log-test,
#log-sync,
#file-conf {
  padding: 0px 20px;
  background-color: #e9edf2;
}
.log-test {
  padding: 20px;
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.fix-header.card-no-border.fix-sidebar:not(.mini-sidebar) .logo-middle,
.fix-header.card-no-border.fix-sidebar.mini-sidebar .label-menu,
.fix-header.card-no-border.fix-sidebar:not(.mini-sidebar) .logo-icon {
  display: none;
}
.fix-header.card-no-border.fix-sidebar .menu-icon {
  width: 70px;
  text-align: center;
}
.lstick {
  margin-left: initial;
  padding-left: -20px;
}
@media (max-width: 1023px) {
  .dashboard-cache .list-group-item.d-flex.justify-content-between.align-items-center {
    display: flex !important;
  }
  .dashboard-cache .list-group-item.d-flex.justify-content-between.align-items-center h6 {
    padding-right: 5px;
  }
}
