/* AdminLTE 2.4.3 扩展样式 */

.nav-sidebar>.nav-item .nav-icon {
  margin-right: .5rem;
}

.control-sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1020;
  display: none;
}

.form-group {
  margin-bottom: .3rem;
}

body.text-sm .control-sidebar {
  bottom: 1px;
  width: 62vw;
  min-width: 1024px;
  opacity: 98%;
  background-color: lightgray;
}

body.text-sm .btn-xs {
  font-size: .75rem !important;
}

.modal-content .modal-title {
  font-size: 1rem;
  font-weight: 700;
}

label.required {
  color: #dc3545 !important;
}

label.required::after {
  content: " *";
}

table.card-body {
  & th {
    border: 0 !important
  }
}

table.condensed {
  & td {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}