#live-chat{
	border-top: 3px solid #333; 
  max-height: 600px;
  max-width: 325px;
  position: fixed; 
  z-index:99999; 
  bottom: 0px; 
  right: 10px;
  padding-bottom: 5px;
}


.adminlte-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.adminlte-card > hr {
  margin-right: 0;
  margin-left: 0;
}

.adminlte-card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.adminlte-card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 0);
  border-top-right-radius: calc(0.25rem - 0);
}

.adminlte-card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 0);
  border-bottom-left-radius: calc(0.25rem - 0);
}

.adminlte-card > .adminlte-card-header + .list-group,
.adminlte-card > .list-group + .adminlte-card-footer {
  border-top: 0;
}

.adminlte-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.adminlte-card-title {
  margin-bottom: 0.75rem;
}

.adminlte-card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.adminlte-card-text:last-child {
  margin-bottom: 0;
}

.adminlte-card-link:hover {
  text-decoration: none;
}

.adminlte-card-link + .adminlte-card-link {
  margin-left: 1.25rem;
}

.adminlte-card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.adminlte-card-header:first-child {
  border-radius: calc(0.25rem - 0) calc(0.25rem - 0) 0 0;
}

.adminlte-card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}

.adminlte-card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 0) calc(0.25rem - 0);
}

.adminlte-card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.adminlte-card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.adminlte-card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 0);
}

.adminlte-card-img,
.adminlte-card-img-top,
.adminlte-card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.adminlte-card-img,
.adminlte-card-img-top {
  border-top-left-radius: calc(0.25rem - 0);
  border-top-right-radius: calc(0.25rem - 0);
}

.adminlte-card-img,
.adminlte-card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 0);
  border-bottom-left-radius: calc(0.25rem - 0);
}

.adminlte-card-deck .adminlte-card {
  margin-bottom: 7.5px;
}

@media (min-width: 576px) {
  .adminlte-card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .adminlte-card-deck .adminlte-card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 7.5px;
    margin-bottom: 0;
    margin-left: 7.5px;
  }
}

.adminlte-card-group > .adminlte-card {
  margin-bottom: 7.5px;
}

@media (min-width: 576px) {
  .adminlte-card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .adminlte-card-group > .adminlte-card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .adminlte-card-group > .adminlte-card + .adminlte-card {
    margin-left: 0;
    border-left: 0;
  }
  .adminlte-card-group > .adminlte-card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .adminlte-card-group > .adminlte-card:not(:last-child) .adminlte-card-img-top,
  .adminlte-card-group > .adminlte-card:not(:last-child) .adminlte-card-header {
    border-top-right-radius: 0;
  }
  .adminlte-card-group > .adminlte-card:not(:last-child) .adminlte-card-img-bottom,
  .adminlte-card-group > .adminlte-card:not(:last-child) .adminlte-card-footer {
    border-bottom-right-radius: 0;
  }
  .adminlte-card-group > .adminlte-card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .adminlte-card-group > .adminlte-card:not(:first-child) .adminlte-card-img-top,
  .adminlte-card-group > .adminlte-card:not(:first-child) .adminlte-card-header {
    border-top-left-radius: 0;
  }
  .adminlte-card-group > .adminlte-card:not(:first-child) .adminlte-card-img-bottom,
  .adminlte-card-group > .adminlte-card:not(:first-child) .adminlte-card-footer {
    border-bottom-left-radius: 0;
  }
}

.adminlte-card-columns .adminlte-card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .adminlte-card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .adminlte-card-columns .adminlte-card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .adminlte-card {
  overflow: hidden;
}

.accordion > .adminlte-card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .adminlte-card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .adminlte-card > .adminlte-card-header {
  border-radius: 0;
  margin-bottom: 0;
}


.adminlte-direct-chat .adminlte-card-body {
  overflow-x: hidden;
  padding: 0;
  position: relative;
}

.adminlte-direct-chat.chat-pane-open .adminlte-direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.adminlte-direct-chat.timestamp-light .adminlte-direct-chat-timestamp {
  color: #30465f;
}

.adminlte-direct-chat.timestamp-dark .adminlte-direct-chat-timestamp {
  color: #cccccc;
}

.adminlte-direct-chat-messages {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 250px;
  overflow: auto;
  padding: 10px;
}

.adminlte-direct-chat-msg,
.adminlte-direct-chat-text {
  display: block;
}

.adminlte-direct-chat-msg {
  margin-bottom: 10px;
}

.adminlte-direct-chat-msg::after {
  display: block;
  clear: both;
  content: "";
}

.adminlte-direct-chat-messages,
.adminlte-direct-chat-contacts {
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.adminlte-direct-chat-text {
  border-radius: 0.3rem;
  background-color: #d2d6de;
  border: 1px solid #d2d6de;
  color: #444;
  margin: 5px 0 0 50px;
  padding: 5px 10px;
  position: relative;
}

.adminlte-direct-chat-text::after, .adminlte-direct-chat-text::before {
  border: solid transparent;
  border-right-color: #d2d6de;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 15px;
  width: 0;
}

.adminlte-direct-chat-text::after {
  border-width: 5px;
  margin-top: -5px;
}

.adminlte-direct-chat-text::before {
  border-width: 6px;
  margin-top: -6px;
}

.right .adminlte-direct-chat-text {
  margin-left: 0;
  margin-right: 50px;
}

.right .adminlte-direct-chat-text::after, .right .adminlte-direct-chat-text::before {
  border-left-color: #d2d6de;
  border-right-color: transparent;
  left: 100%;
  right: auto;
}

.adminlte-direct-chat-img {
  border-radius: 50%;
  float: left;
  height: 40px;
  width: 40px;
}

.right .adminlte-direct-chat-img {
  float: right;
}

.adminlte-direct-chat-infos {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 2px;
}

.adminlte-direct-chat-name {
  font-weight: 600;
}

.adminlte-direct-chat-timestamp {
  color: #697582;
}

.adminlte-direct-chat-contacts-open .adminlte-direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.adminlte-direct-chat-contacts {
  -webkit-transform: translate(101%, 0);
  transform: translate(101%, 0);
  background-color: #343a40;
  bottom: 0;
  color: #fff;
  height: 250px;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 100%;
}

.adminlte-direct-chat-contacts-light {
  background-color: #f8f9fa;
}

.adminlte-direct-chat-contacts-light .contacts-list-name {
  color: #495057;
}

.adminlte-direct-chat-contacts-light .contacts-list-date {
  color: #6c757d;
}

.adminlte-direct-chat-contacts-light .contacts-list-msg {
  color: #545b62;
}

.adminlte-direct-chat-primary .right > .adminlte-direct-chat-text {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.adminlte-direct-chat-primary .right > .adminlte-direct-chat-text::after, .adminlte-direct-chat-primary .right > .adminlte-direct-chat-text::before {
  border-left-color: #333;
}

.adminlte-card-primary:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #007bff;
}

.adminlte-card-primary:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-primary:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-primary:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-primary.adminlte-card-outline {
  border-top: 3px solid #007bff;
}

.adminlte-card-primary.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-primary.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-primary.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #007bff;
}

.bg-primary > .adminlte-card-header .btn-tool,
.bg-gradient-primary > .adminlte-card-header .btn-tool,
.adminlte-card-primary:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-primary > .adminlte-card-header .btn-tool:hover,
.bg-gradient-primary > .adminlte-card-header .btn-tool:hover,
.adminlte-card-primary:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-primary .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-primary .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-primary .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-primary .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-primary .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-primary .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-primary .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-primary .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-primary .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-primary .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #0067d6;
  color: #fff;
}

.adminlte-card.bg-primary .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-primary .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-primary .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #3395ff;
  color: #fff;
}

.adminlte-card-secondary:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #6c757d;
}

.adminlte-card-secondary:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-secondary:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-secondary:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-secondary.adminlte-card-outline {
  border-top: 3px solid #6c757d;
}

.adminlte-card-secondary.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-secondary.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-secondary.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #6c757d;
}

.bg-secondary > .adminlte-card-header .btn-tool,
.bg-gradient-secondary > .adminlte-card-header .btn-tool,
.adminlte-card-secondary:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-secondary > .adminlte-card-header .btn-tool:hover,
.bg-gradient-secondary > .adminlte-card-header .btn-tool:hover,
.adminlte-card-secondary:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-secondary .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-secondary .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-secondary .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-secondary .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-secondary .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-secondary .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-secondary .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-secondary .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-secondary .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-secondary .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #596167;
  color: #fff;
}

.adminlte-card.bg-secondary .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-secondary .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-secondary .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #868e96;
  color: #fff;
}

.adminlte-card-success:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #28a745;
}

.adminlte-card-success:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-success:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-success:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-success.adminlte-card-outline {
  border-top: 3px solid #28a745;
}

.adminlte-card-success.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-success.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-success.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #28a745;
}

.bg-success > .adminlte-card-header .btn-tool,
.bg-gradient-success > .adminlte-card-header .btn-tool,
.adminlte-card-success:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-success > .adminlte-card-header .btn-tool:hover,
.bg-gradient-success > .adminlte-card-header .btn-tool:hover,
.adminlte-card-success:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-success .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-success .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-success .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-success .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-success .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-success .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-success .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-success .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-success .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-success .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-success .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-success .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-success .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-success .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #208637;
  color: #fff;
}

.adminlte-card.bg-success .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-success .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-success .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-success .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-success .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-success .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #34ce57;
  color: #fff;
}

.adminlte-card-info:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #17a2b8;
}

.adminlte-card-info:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-info:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-info:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-info.adminlte-card-outline {
  border-top: 3px solid #17a2b8;
}

.adminlte-card-info.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-info.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-info.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #17a2b8;
}

.bg-info > .adminlte-card-header .btn-tool,
.bg-gradient-info > .adminlte-card-header .btn-tool,
.adminlte-card-info:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-info > .adminlte-card-header .btn-tool:hover,
.bg-gradient-info > .adminlte-card-header .btn-tool:hover,
.adminlte-card-info:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-info .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-info .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-info .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-info .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-info .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-info .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-info .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-info .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-info .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-info .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-info .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-info .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-info .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-info .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #128294;
  color: #fff;
}

.adminlte-card.bg-info .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-info .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-info .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-info .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-info .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-info .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #1fc8e3;
  color: #fff;
}

.adminlte-card-warning:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #ffc107;
}

.adminlte-card-warning:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-warning:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #1f2d3d;
}

.adminlte-card-warning:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-warning.adminlte-card-outline {
  border-top: 3px solid #ffc107;
}

.adminlte-card-warning.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-warning.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-warning.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #ffc107;
}

.bg-warning > .adminlte-card-header .btn-tool,
.bg-gradient-warning > .adminlte-card-header .btn-tool,
.adminlte-card-warning:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

.bg-warning > .adminlte-card-header .btn-tool:hover,
.bg-gradient-warning > .adminlte-card-header .btn-tool:hover,
.adminlte-card-warning:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #1f2d3d;
}

.adminlte-card.bg-warning .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-warning .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-warning .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-warning .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-warning .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-warning .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-warning .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-warning .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-warning .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-warning .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #dda600;
  color: #1f2d3d;
}

.adminlte-card.bg-warning .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1f2d3d;
}

.adminlte-card.bg-warning .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-warning .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #ffce3a;
  color: #1f2d3d;
}

.adminlte-card-danger:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #dc3545;
}

.adminlte-card-danger:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-danger:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-danger:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-danger.adminlte-card-outline {
  border-top: 3px solid #dc3545;
}

.adminlte-card-danger.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-danger.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-danger.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #dc3545;
}

.bg-danger > .adminlte-card-header .btn-tool,
.bg-gradient-danger > .adminlte-card-header .btn-tool,
.adminlte-card-danger:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-danger > .adminlte-card-header .btn-tool:hover,
.bg-gradient-danger > .adminlte-card-header .btn-tool:hover,
.adminlte-card-danger:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-danger .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-danger .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-danger .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-danger .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-danger .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-danger .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-danger .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-danger .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-danger .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-danger .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #c62232;
  color: #fff;
}

.adminlte-card.bg-danger .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-danger .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-danger .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #e4606d;
  color: #fff;
}

.adminlte-card-light:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #f8f9fa;
}

.adminlte-card-light:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-light:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #1f2d3d;
}

.adminlte-card-light:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-light.adminlte-card-outline {
  border-top: 3px solid #f8f9fa;
}

.adminlte-card-light.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-light.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-light.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #f8f9fa;
}

.bg-light > .adminlte-card-header .btn-tool,
.bg-gradient-light > .adminlte-card-header .btn-tool,
.adminlte-card-light:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

.bg-light > .adminlte-card-header .btn-tool:hover,
.bg-gradient-light > .adminlte-card-header .btn-tool:hover,
.adminlte-card-light:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #1f2d3d;
}

.adminlte-card.bg-light .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-light .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-light .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-light .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-light .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-light .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-light .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-light .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-light .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-light .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-light .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-light .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-light .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-light .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #e0e5e9;
  color: #1f2d3d;
}

.adminlte-card.bg-light .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-light .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1f2d3d;
}

.adminlte-card.bg-light .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-light .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-light .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-light .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: white;
  color: #1f2d3d;
}

.adminlte-card-dark:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #343a40;
}

.adminlte-card-dark:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-dark:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-dark:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-dark.adminlte-card-outline {
  border-top: 3px solid #343a40;
}

.adminlte-card-dark.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-dark.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-dark.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #343a40;
}

.bg-dark > .adminlte-card-header .btn-tool,
.bg-gradient-dark > .adminlte-card-header .btn-tool,
.adminlte-card-dark:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-dark > .adminlte-card-header .btn-tool:hover,
.bg-gradient-dark > .adminlte-card-header .btn-tool:hover,
.adminlte-card-dark:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-dark .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-dark .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-dark .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-dark .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-dark .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-dark .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-dark .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-dark .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-dark .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-dark .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #222629;
  color: #fff;
}

.adminlte-card.bg-dark .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-dark .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-dark .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #4b545c;
  color: #fff;
}

.adminlte-card-lightblue:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #3c8dbc;
}

.adminlte-card-lightblue:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-lightblue:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-lightblue:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-lightblue.adminlte-card-outline {
  border-top: 3px solid #3c8dbc;
}

.adminlte-card-lightblue.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-lightblue.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-lightblue.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #3c8dbc;
}

.bg-lightblue > .adminlte-card-header .btn-tool,
.bg-gradient-lightblue > .adminlte-card-header .btn-tool,
.adminlte-card-lightblue:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-lightblue > .adminlte-card-header .btn-tool:hover,
.bg-gradient-lightblue > .adminlte-card-header .btn-tool:hover,
.adminlte-card-lightblue:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-lightblue .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-lightblue .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-lightblue .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-lightblue .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-lightblue .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-lightblue .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-lightblue .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-lightblue .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-lightblue .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #32769d;
  color: #fff;
}

.adminlte-card.bg-lightblue .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-lightblue .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-lightblue .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #5fa4cc;
  color: #fff;
}

.adminlte-card-navy:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #001f3f;
}

.adminlte-card-navy:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-navy:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-navy:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-navy.adminlte-card-outline {
  border-top: 3px solid #001f3f;
}

.adminlte-card-navy.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-navy.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-navy.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #001f3f;
}

.bg-navy > .adminlte-card-header .btn-tool,
.bg-gradient-navy > .adminlte-card-header .btn-tool,
.adminlte-card-navy:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-navy > .adminlte-card-header .btn-tool:hover,
.bg-gradient-navy > .adminlte-card-header .btn-tool:hover,
.adminlte-card-navy:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-navy .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-navy .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-navy .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-navy .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-navy .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-navy .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-navy .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-navy .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-navy .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-navy .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #000b16;
  color: #fff;
}

.adminlte-card.bg-navy .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-navy .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-navy .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #003872;
  color: #fff;
}

.adminlte-card-olive:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #3d9970;
}

.adminlte-card-olive:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-olive:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-olive:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-olive.adminlte-card-outline {
  border-top: 3px solid #3d9970;
}

.adminlte-card-olive.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-olive.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-olive.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #3d9970;
}

.bg-olive > .adminlte-card-header .btn-tool,
.bg-gradient-olive > .adminlte-card-header .btn-tool,
.adminlte-card-olive:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-olive > .adminlte-card-header .btn-tool:hover,
.bg-gradient-olive > .adminlte-card-header .btn-tool:hover,
.adminlte-card-olive:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-olive .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-olive .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-olive .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-olive .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-olive .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-olive .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-olive .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-olive .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-olive .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-olive .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #317c5b;
  color: #fff;
}

.adminlte-card.bg-olive .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-olive .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-olive .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #50b98a;
  color: #fff;
}

.adminlte-card-lime:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #01ff70;
}

.adminlte-card-lime:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-lime:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #1f2d3d;
}

.adminlte-card-lime:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-lime.adminlte-card-outline {
  border-top: 3px solid #01ff70;
}

.adminlte-card-lime.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-lime.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-lime.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #01ff70;
}

.bg-lime > .adminlte-card-header .btn-tool,
.bg-gradient-lime > .adminlte-card-header .btn-tool,
.adminlte-card-lime:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

.bg-lime > .adminlte-card-header .btn-tool:hover,
.bg-gradient-lime > .adminlte-card-header .btn-tool:hover,
.adminlte-card-lime:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #1f2d3d;
}

.adminlte-card.bg-lime .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-lime .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-lime .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-lime .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-lime .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-lime .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-lime .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-lime .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-lime .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-lime .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #00d75e;
  color: #1f2d3d;
}

.adminlte-card.bg-lime .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1f2d3d;
}

.adminlte-card.bg-lime .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-lime .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #34ff8d;
  color: #1f2d3d;
}

.adminlte-card-fuchsia:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #f012be;
}

.adminlte-card-fuchsia:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-fuchsia:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-fuchsia:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-fuchsia.adminlte-card-outline {
  border-top: 3px solid #f012be;
}

.adminlte-card-fuchsia.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-fuchsia.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-fuchsia.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #f012be;
}

.bg-fuchsia > .adminlte-card-header .btn-tool,
.bg-gradient-fuchsia > .adminlte-card-header .btn-tool,
.adminlte-card-fuchsia:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-fuchsia > .adminlte-card-header .btn-tool:hover,
.bg-gradient-fuchsia > .adminlte-card-header .btn-tool:hover,
.adminlte-card-fuchsia:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-fuchsia .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-fuchsia .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-fuchsia .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-fuchsia .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-fuchsia .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-fuchsia .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-fuchsia .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #cc0da1;
  color: #fff;
}

.adminlte-card.bg-fuchsia .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-fuchsia .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-fuchsia .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #f342cb;
  color: #fff;
}

.adminlte-card-maroon:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #d81b60;
}

.adminlte-card-maroon:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-maroon:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-maroon:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-maroon.adminlte-card-outline {
  border-top: 3px solid #d81b60;
}

.adminlte-card-maroon.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-maroon.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-maroon.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #d81b60;
}

.bg-maroon > .adminlte-card-header .btn-tool,
.bg-gradient-maroon > .adminlte-card-header .btn-tool,
.adminlte-card-maroon:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-maroon > .adminlte-card-header .btn-tool:hover,
.bg-gradient-maroon > .adminlte-card-header .btn-tool:hover,
.adminlte-card-maroon:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-maroon .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-maroon .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-maroon .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-maroon .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-maroon .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-maroon .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-maroon .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-maroon .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-maroon .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-maroon .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #b41650;
  color: #fff;
}

.adminlte-card.bg-maroon .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-maroon .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-maroon .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #e73f7c;
  color: #fff;
}

.adminlte-card-blue:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #007bff;
}

.adminlte-card-blue:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-blue:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-blue:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-blue.adminlte-card-outline {
  border-top: 3px solid #007bff;
}

.adminlte-card-blue.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-blue.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-blue.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #007bff;
}

.bg-blue > .adminlte-card-header .btn-tool,
.bg-gradient-blue > .adminlte-card-header .btn-tool,
.adminlte-card-blue:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-blue > .adminlte-card-header .btn-tool:hover,
.bg-gradient-blue > .adminlte-card-header .btn-tool:hover,
.adminlte-card-blue:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-blue .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-blue .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-blue .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-blue .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-blue .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-blue .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-blue .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-blue .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-blue .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-blue .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #0067d6;
  color: #fff;
}

.adminlte-card.bg-blue .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-blue .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-blue .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #3395ff;
  color: #fff;
}

.adminlte-card-indigo:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #6610f2;
}

.adminlte-card-indigo:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-indigo:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-indigo:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-indigo.adminlte-card-outline {
  border-top: 3px solid #6610f2;
}

.adminlte-card-indigo.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-indigo.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-indigo.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #6610f2;
}

.bg-indigo > .adminlte-card-header .btn-tool,
.bg-gradient-indigo > .adminlte-card-header .btn-tool,
.adminlte-card-indigo:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-indigo > .adminlte-card-header .btn-tool:hover,
.bg-gradient-indigo > .adminlte-card-header .btn-tool:hover,
.adminlte-card-indigo:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-indigo .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-indigo .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-indigo .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-indigo .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-indigo .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-indigo .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-indigo .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-indigo .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-indigo .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-indigo .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #550bce;
  color: #fff;
}

.adminlte-card.bg-indigo .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-indigo .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-indigo .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #8540f5;
  color: #fff;
}

.adminlte-card-purple:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #6f42c1;
}

.adminlte-card-purple:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-purple:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-purple:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-purple.adminlte-card-outline {
  border-top: 3px solid #6f42c1;
}

.adminlte-card-purple.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-purple.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-purple.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #6f42c1;
}

.bg-purple > .adminlte-card-header .btn-tool,
.bg-gradient-purple > .adminlte-card-header .btn-tool,
.adminlte-card-purple:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-purple > .adminlte-card-header .btn-tool:hover,
.bg-gradient-purple > .adminlte-card-header .btn-tool:hover,
.adminlte-card-purple:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-purple .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-purple .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-purple .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-purple .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-purple .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-purple .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-purple .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-purple .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-purple .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-purple .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #5d36a4;
  color: #fff;
}

.adminlte-card.bg-purple .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-purple .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-purple .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #8c68ce;
  color: #fff;
}

.adminlte-card-pink:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #e83e8c;
}

.adminlte-card-pink:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-pink:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-pink:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-pink.adminlte-card-outline {
  border-top: 3px solid #e83e8c;
}

.adminlte-card-pink.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-pink.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-pink.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #e83e8c;
}

.bg-pink > .adminlte-card-header .btn-tool,
.bg-gradient-pink > .adminlte-card-header .btn-tool,
.adminlte-card-pink:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-pink > .adminlte-card-header .btn-tool:hover,
.bg-gradient-pink > .adminlte-card-header .btn-tool:hover,
.adminlte-card-pink:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-pink .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-pink .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-pink .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-pink .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-pink .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-pink .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-pink .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-pink .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-pink .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-pink .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #e21b76;
  color: #fff;
}

.adminlte-card.bg-pink .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-pink .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-pink .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #ed6ca7;
  color: #fff;
}

.adminlte-card-red:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #dc3545;
}

.adminlte-card-red:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-red:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-red:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-red.adminlte-card-outline {
  border-top: 3px solid #dc3545;
}

.adminlte-card-red.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-red.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-red.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #dc3545;
}

.bg-red > .adminlte-card-header .btn-tool,
.bg-gradient-red > .adminlte-card-header .btn-tool,
.adminlte-card-red:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-red > .adminlte-card-header .btn-tool:hover,
.bg-gradient-red > .adminlte-card-header .btn-tool:hover,
.adminlte-card-red:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-red .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-red .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-red .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-red .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-red .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-red .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-red .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-red .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-red .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-red .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-red .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-red .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-red .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-red .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #c62232;
  color: #fff;
}

.adminlte-card.bg-red .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-red .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-red .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-red .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-red .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-red .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #e4606d;
  color: #fff;
}

.adminlte-card-orange:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #fd7e14;
}

.adminlte-card-orange:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-orange:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #1f2d3d;
}

.adminlte-card-orange:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-orange.adminlte-card-outline {
  border-top: 3px solid #fd7e14;
}

.adminlte-card-orange.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-orange.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-orange.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #fd7e14;
}

.bg-orange > .adminlte-card-header .btn-tool,
.bg-gradient-orange > .adminlte-card-header .btn-tool,
.adminlte-card-orange:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

.bg-orange > .adminlte-card-header .btn-tool:hover,
.bg-gradient-orange > .adminlte-card-header .btn-tool:hover,
.adminlte-card-orange:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #1f2d3d;
}

.adminlte-card.bg-orange .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-orange .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-orange .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-orange .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-orange .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-orange .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-orange .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-orange .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-orange .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-orange .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #e66a02;
  color: #1f2d3d;
}

.adminlte-card.bg-orange .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1f2d3d;
}

.adminlte-card.bg-orange .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-orange .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #fd9a47;
  color: #1f2d3d;
}

.adminlte-card-yellow:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #ffc107;
}

.adminlte-card-yellow:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-yellow:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #1f2d3d;
}

.adminlte-card-yellow:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-yellow.adminlte-card-outline {
  border-top: 3px solid #ffc107;
}

.adminlte-card-yellow.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-yellow.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-yellow.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #ffc107;
}

.bg-yellow > .adminlte-card-header .btn-tool,
.bg-gradient-yellow > .adminlte-card-header .btn-tool,
.adminlte-card-yellow:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

.bg-yellow > .adminlte-card-header .btn-tool:hover,
.bg-gradient-yellow > .adminlte-card-header .btn-tool:hover,
.adminlte-card-yellow:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #1f2d3d;
}

.adminlte-card.bg-yellow .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-yellow .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-yellow .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-yellow .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-yellow .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-yellow .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-yellow .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-yellow .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-yellow .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-yellow .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #dda600;
  color: #1f2d3d;
}

.adminlte-card.bg-yellow .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1f2d3d;
}

.adminlte-card.bg-yellow .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-yellow .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #ffce3a;
  color: #1f2d3d;
}

.adminlte-card-green:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #28a745;
}

.adminlte-card-green:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-green:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-green:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-green.adminlte-card-outline {
  border-top: 3px solid #28a745;
}

.adminlte-card-green.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-green.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-green.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #28a745;
}

.bg-green > .adminlte-card-header .btn-tool,
.bg-gradient-green > .adminlte-card-header .btn-tool,
.adminlte-card-green:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-green > .adminlte-card-header .btn-tool:hover,
.bg-gradient-green > .adminlte-card-header .btn-tool:hover,
.adminlte-card-green:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-green .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-green .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-green .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-green .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-green .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-green .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-green .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-green .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-green .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-green .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-green .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-green .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-green .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-green .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #208637;
  color: #fff;
}

.adminlte-card.bg-green .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-green .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-green .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-green .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-green .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-green .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #34ce57;
  color: #fff;
}

.adminlte-card-teal:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #20c997;
}

.adminlte-card-teal:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-teal:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-teal:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-teal.adminlte-card-outline {
  border-top: 3px solid #20c997;
}

.adminlte-card-teal.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-teal.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-teal.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #20c997;
}

.bg-teal > .adminlte-card-header .btn-tool,
.bg-gradient-teal > .adminlte-card-header .btn-tool,
.adminlte-card-teal:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-teal > .adminlte-card-header .btn-tool:hover,
.bg-gradient-teal > .adminlte-card-header .btn-tool:hover,
.adminlte-card-teal:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-teal .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-teal .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-teal .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-teal .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-teal .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-teal .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-teal .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-teal .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-teal .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-teal .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #1aa67d;
  color: #fff;
}

.adminlte-card.bg-teal .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-teal .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-teal .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #3ce0af;
  color: #fff;
}

.adminlte-card-cyan:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #17a2b8;
}

.adminlte-card-cyan:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-cyan:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-cyan:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-cyan.adminlte-card-outline {
  border-top: 3px solid #17a2b8;
}

.adminlte-card-cyan.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-cyan.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-cyan.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #17a2b8;
}

.bg-cyan > .adminlte-card-header .btn-tool,
.bg-gradient-cyan > .adminlte-card-header .btn-tool,
.adminlte-card-cyan:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-cyan > .adminlte-card-header .btn-tool:hover,
.bg-gradient-cyan > .adminlte-card-header .btn-tool:hover,
.adminlte-card-cyan:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-cyan .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-cyan .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-cyan .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-cyan .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-cyan .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-cyan .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-cyan .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-cyan .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-cyan .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-cyan .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #128294;
  color: #fff;
}

.adminlte-card.bg-cyan .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-cyan .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-cyan .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #1fc8e3;
  color: #fff;
}

.adminlte-card-white:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #fff;
}

.adminlte-card-white:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-white:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #1f2d3d;
}

.adminlte-card-white:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-white.adminlte-card-outline {
  border-top: 3px solid #fff;
}

.adminlte-card-white.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-white.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-white.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #fff;
}

.bg-white > .adminlte-card-header .btn-tool,
.bg-gradient-white > .adminlte-card-header .btn-tool,
.adminlte-card-white:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

.bg-white > .adminlte-card-header .btn-tool:hover,
.bg-gradient-white > .adminlte-card-header .btn-tool:hover,
.adminlte-card-white:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #1f2d3d;
}

.adminlte-card.bg-white .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-white .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-white .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-white .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-white .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-white .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-white .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-white .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-white .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-white .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-white .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-white .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-white .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-white .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #ebebeb;
  color: #1f2d3d;
}

.adminlte-card.bg-white .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-white .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1f2d3d;
}

.adminlte-card.bg-white .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-white .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-white .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-white .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: white;
  color: #1f2d3d;
}

.adminlte-card-gray:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #6c757d;
}

.adminlte-card-gray:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-gray:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-gray:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-gray.adminlte-card-outline {
  border-top: 3px solid #6c757d;
}

.adminlte-card-gray.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-gray.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-gray.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #6c757d;
}

.bg-gray > .adminlte-card-header .btn-tool,
.bg-gradient-gray > .adminlte-card-header .btn-tool,
.adminlte-card-gray:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-gray > .adminlte-card-header .btn-tool:hover,
.bg-gradient-gray > .adminlte-card-header .btn-tool:hover,
.adminlte-card-gray:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-gray .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gray .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-gray .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-gray .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-gray .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gray .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gray .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gray .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gray .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-gray .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #596167;
  color: #fff;
}

.adminlte-card.bg-gray .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-gray .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gray .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #868e96;
  color: #fff;
}

.adminlte-card-gray-dark:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #343a40;
}

.adminlte-card-gray-dark:not(.adminlte-card-outline) > .adminlte-card-header,
.adminlte-card-gray-dark:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.adminlte-card-gray-dark:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.adminlte-card-gray-dark.adminlte-card-outline {
  border-top: 3px solid #343a40;
}

.adminlte-card-gray-dark.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card-gray-dark.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.adminlte-card-gray-dark.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #343a40;
}

.bg-gray-dark > .adminlte-card-header .btn-tool,
.bg-gradient-gray-dark > .adminlte-card-header .btn-tool,
.adminlte-card-gray-dark:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.bg-gray-dark > .adminlte-card-header .btn-tool:hover,
.bg-gradient-gray-dark > .adminlte-card-header .btn-tool:hover,
.adminlte-card-gray-dark:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.adminlte-card.bg-gray-dark .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gray-dark .bootstrap-datetimepicker-widget .table th,
.adminlte-card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget .table td,
.adminlte-card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.adminlte-card.bg-gray-dark .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gray-dark .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gray-dark .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gray-dark .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gray-dark .bootstrap-datetimepicker-widget table td.second:hover,
.adminlte-card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.adminlte-card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.day:hover,
.adminlte-card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.hour:hover,
.adminlte-card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.minute:hover,
.adminlte-card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #222629;
  color: #fff;
}

.adminlte-card.bg-gray-dark .bootstrap-datetimepicker-widget table td.today::before,
.adminlte-card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.adminlte-card.bg-gray-dark .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gray-dark .bootstrap-datetimepicker-widget table td.active:hover,
.adminlte-card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.active,
.adminlte-card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #4b545c;
  color: #fff;
}

.adminlte-card {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

.adminlte-card.bg-dark .adminlte-card-header {
  border-color: #383f45;
}

.adminlte-card.bg-dark,
.adminlte-card.bg-dark .adminlte-card-body {
  color: #fff;
}

.adminlte-card.maximized-adminlte-card {
  height: 100% !important;
  left: 0;
  max-height: 100% !important;
  max-width: 100% !important;
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 1040;
}

.adminlte-card.maximized-adminlte-card.was-collapsed .adminlte-card-body {
  display: block !important;
}

.adminlte-card.maximized-adminlte-card .adminlte-card-body {
  overflow: auto;
}

.adminlte-card.maximized-adminlte-card [data-adminlte-card-widgett="collapse"] {
  display: none;
}

.adminlte-card.maximized-adminlte-card .adminlte-card-header,
.adminlte-card.maximized-adminlte-card .adminlte-card-footer {
  border-radius: 0 !important;
}

.adminlte-card.collapsed-adminlte-card .adminlte-card-body,
.adminlte-card.collapsed-adminlte-card .adminlte-card-footer {
  display: none;
}

.adminlte-card .nav.flex-column:not(.nav-sidebar) > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin: 0;
}

.adminlte-card .nav.flex-column:not(.nav-sidebar) > li:last-of-type {
  border-bottom: 0;
}

.adminlte-card.height-control .adminlte-card-body {
  max-height: 300px;
  overflow: auto;
}

.adminlte-card .border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.adminlte-card .border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}

.adminlte-card.adminlte-card-tabs:not(.adminlte-card-outline) > .adminlte-card-header {
  border-bottom: 0;
}

.adminlte-card.adminlte-card-tabs:not(.adminlte-card-outline) > .adminlte-card-header .nav-item:first-child .nav-link {
  border-left-color: transparent;
}

.adminlte-card.adminlte-card-tabs.adminlte-card-outline .nav-item {
  border-bottom: 0;
}

.adminlte-card.adminlte-card-tabs.adminlte-card-outline .nav-item:first-child .nav-link {
  border-left: 0;
  margin-left: 0;
}

.adminlte-card.adminlte-card-tabs .adminlte-card-tools {
  margin: .3rem .5rem;
}

.adminlte-card.adminlte-card-tabs:not(.expanding-adminlte-card).collapsed-adminlte-card .adminlte-card-header {
  border-bottom: 0;
}

.adminlte-card.adminlte-card-tabs:not(.expanding-adminlte-card).collapsed-adminlte-card .adminlte-card-header .nav-tabs {
  border-bottom: 0;
}

.adminlte-card.adminlte-card-tabs:not(.expanding-adminlte-card).collapsed-adminlte-card .adminlte-card-header .nav-tabs .nav-item {
  margin-bottom: 0;
}

.adminlte-card.adminlte-card-tabs.expanding-adminlte-card .adminlte-card-header .nav-tabs .nav-item {
  margin-bottom: -1px;
}

.adminlte-card.adminlte-card-outline-tabs {
  border-top: 0;
}

.adminlte-card.adminlte-card-outline-tabs .adminlte-card-header .nav-item:first-child .nav-link {
  border-left: 0;
  margin-left: 0;
}

.adminlte-card.adminlte-card-outline-tabs .adminlte-card-header a {
  border-top: 3px solid transparent;
}

.adminlte-card.adminlte-card-outline-tabs .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.adminlte-card.adminlte-card-outline-tabs .adminlte-card-header a.active:hover {
  margin-top: 0;
}

.adminlte-card.adminlte-card-outline-tabs .adminlte-card-tools {
  margin: .5rem .5rem .3rem;
}

.adminlte-card.adminlte-card-outline-tabs:not(.expanding-adminlte-card).collapsed-adminlte-card .adminlte-card-header {
  border-bottom: 0;
}

.adminlte-card.adminlte-card-outline-tabs:not(.expanding-adminlte-card).collapsed-adminlte-card .adminlte-card-header .nav-tabs {
  border-bottom: 0;
}

.adminlte-card.adminlte-card-outline-tabs:not(.expanding-adminlte-card).collapsed-adminlte-card .adminlte-card-header .nav-tabs .nav-item {
  margin-bottom: 0;
}

.adminlte-card.adminlte-card-outline-tabs.expanding-adminlte-card .adminlte-card-header .nav-tabs .nav-item {
  margin-bottom: -1px;
}

html.maximized-adminlte-card {
  overflow: hidden;
}

.adminlte-card-header::after,
.adminlte-card-body::after,
.adminlte-card-footer::after {
  display: block;
  clear: both;
  content: "";
}

.adminlte-card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem 1.25rem;
  position: relative;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.collapsed-adminlte-card .adminlte-card-header {
  border-bottom: 0;
}

.adminlte-card-header > .adminlte-card-tools {
  float: right;
  /* margin-right: -0.625rem; */
}

.adminlte-card-header > .adminlte-card-tools .input-group,
.adminlte-card-header > .adminlte-card-tools .nav,
.adminlte-card-header > .adminlte-card-tools .pagination {
  margin-bottom: -0.3rem;
  margin-top: -0.3rem;
}

.adminlte-card-header > .adminlte-card-tools [data-toggle="tooltip"] {
  position: relative;
}

.adminlte-card-title {
  float: left;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
}

.adminlte-card-text {
  clear: both;
}

.btn-tool {
  background-color: transparent;
  color: #adb5bd;
  font-size: 0.875rem;
  margin: -0.75rem 0;
  padding: .25rem .5rem;
}

.btn-group.show .btn-tool, .btn-tool:hover {
  color: #495057;
}

.show .btn-tool, .btn-tool:focus {
  box-shadow: none !important;
}

.text-sm .adminlte-card-title {
  font-size: 1rem;
}

.text-sm .nav-link {
  padding: 0.4rem 0.8rem;
}

.adminlte-card-body > .table {
  margin-bottom: 0;
}

.adminlte-card-body > .table > thead > tr > th,
.adminlte-card-body > .table > thead > tr > td {
  border-top-width: 0;
}

.adminlte-card-body .fc {
  margin-top: 5px;
}

.adminlte-card-body .full-width-chart {
  margin: -19px;
}

.adminlte-card-body.p-0 .full-width-chart {
  margin: -9px;
}

.chart-legend {
  padding-left: 0;
  list-style: none;
  margin: 10px 0;
}

@media (max-width: 576px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}

.adminlte-card-comments {
  background-color: #f8f9fa;
}

.adminlte-card-comments .adminlte-card-comment {
  border-bottom: 1px solid #e9ecef;
  padding: 8px 0;
}

.adminlte-card-comments .adminlte-card-comment::after {
  display: block;
  clear: both;
  content: "";
}

.adminlte-card-comments .adminlte-card-comment:last-of-type {
  border-bottom: 0;
}

.adminlte-card-comments .adminlte-card-comment:first-of-type {
  padding-top: 0;
}

.adminlte-card-comments .adminlte-card-comment img {
  height: 1.875rem;
  width: 1.875rem;
  float: left;
}

.adminlte-card-comments .comment-text {
  color: #78838e;
  margin-left: 40px;
}

.adminlte-card-comments .username {
  color: #495057;
  display: block;
  font-weight: 600;
}

.adminlte-card-comments .text-muted {
  font-size: 12px;
  font-weight: 400;
}

.adminlte-card-input {
  max-width: 200px;
}

.adminlte-card-default .nav-item:first-child .nav-link {
  border-left: 0;
}

.dark-mode .adminlte-card-primary:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #3f6791;
}

.dark-mode .adminlte-card-primary:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-primary:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.dark-mode .adminlte-card-primary:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-primary.adminlte-card-outline {
  border-top: 3px solid #3f6791;
}

.dark-mode .adminlte-card-primary.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-primary.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-primary.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #3f6791;
}

.dark-mode .bg-primary > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-primary > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-primary:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.dark-mode .bg-primary > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-primary > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-primary:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.dark-mode .adminlte-card.bg-primary .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-primary .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-primary .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-primary .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-primary .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-primary .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-primary .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-primary .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-primary .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-primary .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #335375;
  color: #fff;
}

.dark-mode .adminlte-card.bg-primary .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.dark-mode .adminlte-card.bg-primary .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-primary .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #5080b3;
  color: #fff;
}

.dark-mode .adminlte-card-secondary:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #6c757d;
}

.dark-mode .adminlte-card-secondary:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-secondary:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.dark-mode .adminlte-card-secondary:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-secondary.adminlte-card-outline {
  border-top: 3px solid #6c757d;
}

.dark-mode .adminlte-card-secondary.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-secondary.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-secondary.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #6c757d;
}

.dark-mode .bg-secondary > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-secondary > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-secondary:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.dark-mode .bg-secondary > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-secondary > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-secondary:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.dark-mode .adminlte-card.bg-secondary .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-secondary .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-secondary .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-secondary .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-secondary .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-secondary .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-secondary .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-secondary .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-secondary .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-secondary .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #596167;
  color: #fff;
}

.dark-mode .adminlte-card.bg-secondary .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.dark-mode .adminlte-card.bg-secondary .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-secondary .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #868e96;
  color: #fff;
}

.dark-mode .adminlte-card-success:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #00bc8c;
}

.dark-mode .adminlte-card-success:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-success:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.dark-mode .adminlte-card-success:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-success.adminlte-card-outline {
  border-top: 3px solid #00bc8c;
}

.dark-mode .adminlte-card-success.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-success.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-success.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #00bc8c;
}

.dark-mode .bg-success > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-success > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-success:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.dark-mode .bg-success > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-success > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-success:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.dark-mode .adminlte-card.bg-success .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-success .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-success .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-success .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-success .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-success .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-success .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-success .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-success .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-success .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-success .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-success .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-success .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-success .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #00936e;
  color: #fff;
}

.dark-mode .adminlte-card.bg-success .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-success .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.dark-mode .adminlte-card.bg-success .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-success .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-success .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-success .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #00efb2;
  color: #fff;
}

.dark-mode .adminlte-card-info:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #3498db;
}

.dark-mode .adminlte-card-info:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-info:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.dark-mode .adminlte-card-info:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-info.adminlte-card-outline {
  border-top: 3px solid #3498db;
}

.dark-mode .adminlte-card-info.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-info.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-info.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #3498db;
}

.dark-mode .bg-info > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-info > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-info:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.dark-mode .bg-info > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-info > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-info:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.dark-mode .adminlte-card.bg-info .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-info .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-info .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-info .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-info .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-info .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-info .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-info .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-info .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-info .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-info .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-info .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-info .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-info .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #2383c4;
  color: #fff;
}

.dark-mode .adminlte-card.bg-info .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-info .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.dark-mode .adminlte-card.bg-info .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-info .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-info .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-info .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #5faee3;
  color: #fff;
}

.dark-mode .adminlte-card-warning:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #f39c12;
}

.dark-mode .adminlte-card-warning:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-warning:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-warning:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-warning.adminlte-card-outline {
  border-top: 3px solid #f39c12;
}

.dark-mode .adminlte-card-warning.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-warning.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-warning.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #f39c12;
}

.dark-mode .bg-warning > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-warning > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-warning:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

.dark-mode .bg-warning > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-warning > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-warning:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-warning .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-warning .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-warning .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-warning .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-warning .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-warning .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-warning .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-warning .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-warning .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-warning .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #d2850b;
  color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-warning .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-warning .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-warning .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #f5b043;
  color: #1f2d3d;
}

.dark-mode .adminlte-card-danger:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #e74c3c;
}

.dark-mode .adminlte-card-danger:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-danger:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.dark-mode .adminlte-card-danger:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-danger.adminlte-card-outline {
  border-top: 3px solid #e74c3c;
}

.dark-mode .adminlte-card-danger.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-danger.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-danger.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #e74c3c;
}

.dark-mode .bg-danger > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-danger > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-danger:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.dark-mode .bg-danger > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-danger > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-danger:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.dark-mode .adminlte-card.bg-danger .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-danger .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-danger .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-danger .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-danger .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-danger .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-danger .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-danger .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-danger .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-danger .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #df2e1b;
  color: #fff;
}

.dark-mode .adminlte-card.bg-danger .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.dark-mode .adminlte-card.bg-danger .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-danger .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #ed7669;
  color: #fff;
}

.dark-mode .adminlte-card-light:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #f8f9fa;
}

.dark-mode .adminlte-card-light:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-light:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-light:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-light.adminlte-card-outline {
  border-top: 3px solid #f8f9fa;
}

.dark-mode .adminlte-card-light.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-light.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-light.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #f8f9fa;
}

.dark-mode .bg-light > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-light > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-light:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

.dark-mode .bg-light > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-light > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-light:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-light .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-light .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-light .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-light .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-light .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-light .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-light .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-light .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-light .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-light .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-light .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-light .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-light .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-light .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #e0e5e9;
  color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-light .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-light .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-light .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-light .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-light .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-light .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: white;
  color: #1f2d3d;
}

.dark-mode .adminlte-card-dark:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #343a40;
}

.dark-mode .adminlte-card-dark:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-dark:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.dark-mode .adminlte-card-dark:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-dark.adminlte-card-outline {
  border-top: 3px solid #343a40;
}

.dark-mode .adminlte-card-dark.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-dark.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-dark.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #343a40;
}

.dark-mode .bg-dark > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-dark > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-dark:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.dark-mode .bg-dark > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-dark > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-dark:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.dark-mode .adminlte-card.bg-dark .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-dark .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-dark .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-dark .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-dark .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-dark .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-dark .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-dark .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-dark .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-dark .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #222629;
  color: #fff;
}

.dark-mode .adminlte-card.bg-dark .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.dark-mode .adminlte-card.bg-dark .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-dark .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #4b545c;
  color: #fff;
}

.dark-mode .adminlte-card-lightblue:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #86bad8;
}

.dark-mode .adminlte-card-lightblue:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-lightblue:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-lightblue:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-lightblue.adminlte-card-outline {
  border-top: 3px solid #86bad8;
}

.dark-mode .adminlte-card-lightblue.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-lightblue.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-lightblue.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #86bad8;
}

.dark-mode .bg-lightblue > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-lightblue > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-lightblue:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

.dark-mode .bg-lightblue > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-lightblue > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-lightblue:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-lightblue .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-lightblue .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-lightblue .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-lightblue .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-lightblue .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-lightblue .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-lightblue .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-lightblue .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-lightblue .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #67a8ce;
  color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-lightblue .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-lightblue .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-lightblue .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #acd0e5;
  color: #1f2d3d;
}

.dark-mode .adminlte-card-navy:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #002c59;
}

.dark-mode .adminlte-card-navy:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-navy:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.dark-mode .adminlte-card-navy:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-navy.adminlte-card-outline {
  border-top: 3px solid #002c59;
}

.dark-mode .adminlte-card-navy.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-navy.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-navy.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #002c59;
}

.dark-mode .bg-navy > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-navy > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-navy:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.dark-mode .bg-navy > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-navy > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-navy:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.dark-mode .adminlte-card.bg-navy .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-navy .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-navy .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-navy .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-navy .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-navy .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-navy .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-navy .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-navy .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-navy .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #001730;
  color: #fff;
}

.dark-mode .adminlte-card.bg-navy .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.dark-mode .adminlte-card.bg-navy .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-navy .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #00458c;
  color: #fff;
}

.dark-mode .adminlte-card-olive:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #74c8a3;
}

.dark-mode .adminlte-card-olive:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-olive:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-olive:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-olive.adminlte-card-outline {
  border-top: 3px solid #74c8a3;
}

.dark-mode .adminlte-card-olive.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-olive.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-olive.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #74c8a3;
}

.dark-mode .bg-olive > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-olive > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-olive:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

.dark-mode .bg-olive > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-olive > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-olive:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-olive .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-olive .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-olive .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-olive .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-olive .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-olive .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-olive .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-olive .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-olive .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-olive .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #57bc8f;
  color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-olive .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-olive .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-olive .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #99d6bb;
  color: #1f2d3d;
}

.dark-mode .adminlte-card-lime:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #67ffa9;
}

.dark-mode .adminlte-card-lime:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-lime:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-lime:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-lime.adminlte-card-outline {
  border-top: 3px solid #67ffa9;
}

.dark-mode .adminlte-card-lime.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-lime.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-lime.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #67ffa9;
}

.dark-mode .bg-lime > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-lime > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-lime:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

.dark-mode .bg-lime > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-lime > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-lime:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-lime .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-lime .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-lime .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-lime .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-lime .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-lime .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-lime .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-lime .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-lime .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-lime .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #3eff92;
  color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-lime .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-lime .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-lime .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #9affc6;
  color: #1f2d3d;
}

.dark-mode .adminlte-card-fuchsia:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #f672d8;
}

.dark-mode .adminlte-card-fuchsia:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-fuchsia:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-fuchsia:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-fuchsia.adminlte-card-outline {
  border-top: 3px solid #f672d8;
}

.dark-mode .adminlte-card-fuchsia.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-fuchsia.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-fuchsia.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #f672d8;
}

.dark-mode .bg-fuchsia > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-fuchsia > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-fuchsia:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

.dark-mode .bg-fuchsia > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-fuchsia > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-fuchsia:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-fuchsia .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-fuchsia .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-fuchsia .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-fuchsia .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-fuchsia .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-fuchsia .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-fuchsia .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #f44cce;
  color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-fuchsia .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-fuchsia .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-fuchsia .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #f9a2e5;
  color: #1f2d3d;
}

.dark-mode .adminlte-card-maroon:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #ed6c9b;
}

.dark-mode .adminlte-card-maroon:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-maroon:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-maroon:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-maroon.adminlte-card-outline {
  border-top: 3px solid #ed6c9b;
}

.dark-mode .adminlte-card-maroon.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-maroon.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-maroon.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #ed6c9b;
}

.dark-mode .bg-maroon > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-maroon > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-maroon:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

.dark-mode .bg-maroon > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-maroon > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-maroon:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-maroon .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-maroon .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-maroon .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-maroon .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-maroon .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-maroon .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-maroon .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-maroon .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-maroon .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-maroon .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #e84883;
  color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-maroon .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-maroon .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-maroon .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #f29aba;
  color: #1f2d3d;
}

.dark-mode .adminlte-card-blue:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #3f6791;
}

.dark-mode .adminlte-card-blue:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-blue:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.dark-mode .adminlte-card-blue:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-blue.adminlte-card-outline {
  border-top: 3px solid #3f6791;
}

.dark-mode .adminlte-card-blue.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-blue.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-blue.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #3f6791;
}

.dark-mode .bg-blue > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-blue > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-blue:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.dark-mode .bg-blue > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-blue > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-blue:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.dark-mode .adminlte-card.bg-blue .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-blue .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-blue .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-blue .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-blue .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-blue .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-blue .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-blue .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-blue .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-blue .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #335375;
  color: #fff;
}

.dark-mode .adminlte-card.bg-blue .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.dark-mode .adminlte-card.bg-blue .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-blue .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #5080b3;
  color: #fff;
}

.dark-mode .adminlte-card-indigo:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #6610f2;
}

.dark-mode .adminlte-card-indigo:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-indigo:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.dark-mode .adminlte-card-indigo:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-indigo.adminlte-card-outline {
  border-top: 3px solid #6610f2;
}

.dark-mode .adminlte-card-indigo.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-indigo.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-indigo.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #6610f2;
}

.dark-mode .bg-indigo > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-indigo > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-indigo:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.dark-mode .bg-indigo > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-indigo > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-indigo:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.dark-mode .adminlte-card.bg-indigo .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-indigo .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-indigo .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-indigo .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-indigo .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-indigo .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-indigo .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-indigo .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-indigo .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-indigo .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #550bce;
  color: #fff;
}

.dark-mode .adminlte-card.bg-indigo .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.dark-mode .adminlte-card.bg-indigo .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-indigo .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #8540f5;
  color: #fff;
}

.dark-mode .adminlte-card-purple:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #6f42c1;
}

.dark-mode .adminlte-card-purple:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-purple:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.dark-mode .adminlte-card-purple:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-purple.adminlte-card-outline {
  border-top: 3px solid #6f42c1;
}

.dark-mode .adminlte-card-purple.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-purple.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-purple.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #6f42c1;
}

.dark-mode .bg-purple > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-purple > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-purple:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.dark-mode .bg-purple > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-purple > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-purple:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.dark-mode .adminlte-card.bg-purple .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-purple .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-purple .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-purple .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-purple .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-purple .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-purple .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-purple .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-purple .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-purple .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #5d36a4;
  color: #fff;
}

.dark-mode .adminlte-card.bg-purple .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.dark-mode .adminlte-card.bg-purple .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-purple .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #8c68ce;
  color: #fff;
}

.dark-mode .adminlte-card-pink:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #e83e8c;
}

.dark-mode .adminlte-card-pink:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-pink:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.dark-mode .adminlte-card-pink:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-pink.adminlte-card-outline {
  border-top: 3px solid #e83e8c;
}

.dark-mode .adminlte-card-pink.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-pink.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-pink.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #e83e8c;
}

.dark-mode .bg-pink > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-pink > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-pink:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.dark-mode .bg-pink > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-pink > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-pink:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.dark-mode .adminlte-card.bg-pink .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-pink .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-pink .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-pink .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-pink .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-pink .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-pink .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-pink .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-pink .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-pink .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #e21b76;
  color: #fff;
}

.dark-mode .adminlte-card.bg-pink .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.dark-mode .adminlte-card.bg-pink .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-pink .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #ed6ca7;
  color: #fff;
}

.dark-mode .adminlte-card-red:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #e74c3c;
}

.dark-mode .adminlte-card-red:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-red:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.dark-mode .adminlte-card-red:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-red.adminlte-card-outline {
  border-top: 3px solid #e74c3c;
}

.dark-mode .adminlte-card-red.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-red.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-red.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #e74c3c;
}

.dark-mode .bg-red > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-red > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-red:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.dark-mode .bg-red > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-red > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-red:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.dark-mode .adminlte-card.bg-red .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-red .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-red .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-red .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-red .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-red .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-red .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-red .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-red .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-red .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-red .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-red .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-red .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-red .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #df2e1b;
  color: #fff;
}

.dark-mode .adminlte-card.bg-red .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-red .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.dark-mode .adminlte-card.bg-red .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-red .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-red .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-red .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #ed7669;
  color: #fff;
}

.dark-mode .adminlte-card-orange:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #fd7e14;
}

.dark-mode .adminlte-card-orange:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-orange:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-orange:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-orange.adminlte-card-outline {
  border-top: 3px solid #fd7e14;
}

.dark-mode .adminlte-card-orange.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-orange.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-orange.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #fd7e14;
}

.dark-mode .bg-orange > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-orange > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-orange:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

.dark-mode .bg-orange > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-orange > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-orange:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-orange .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-orange .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-orange .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-orange .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-orange .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-orange .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-orange .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-orange .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-orange .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-orange .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #e66a02;
  color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-orange .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-orange .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-orange .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #fd9a47;
  color: #1f2d3d;
}

.dark-mode .adminlte-card-yellow:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #f39c12;
}

.dark-mode .adminlte-card-yellow:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-yellow:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-yellow:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-yellow.adminlte-card-outline {
  border-top: 3px solid #f39c12;
}

.dark-mode .adminlte-card-yellow.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-yellow.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-yellow.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #f39c12;
}

.dark-mode .bg-yellow > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-yellow > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-yellow:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

.dark-mode .bg-yellow > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-yellow > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-yellow:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-yellow .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-yellow .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-yellow .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-yellow .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-yellow .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-yellow .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-yellow .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-yellow .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-yellow .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-yellow .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #d2850b;
  color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-yellow .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-yellow .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-yellow .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #f5b043;
  color: #1f2d3d;
}

.dark-mode .adminlte-card-green:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #00bc8c;
}

.dark-mode .adminlte-card-green:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-green:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.dark-mode .adminlte-card-green:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-green.adminlte-card-outline {
  border-top: 3px solid #00bc8c;
}

.dark-mode .adminlte-card-green.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-green.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-green.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #00bc8c;
}

.dark-mode .bg-green > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-green > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-green:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.dark-mode .bg-green > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-green > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-green:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.dark-mode .adminlte-card.bg-green .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-green .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-green .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-green .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-green .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-green .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-green .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-green .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-green .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-green .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-green .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-green .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-green .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-green .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #00936e;
  color: #fff;
}

.dark-mode .adminlte-card.bg-green .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-green .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.dark-mode .adminlte-card.bg-green .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-green .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-green .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-green .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #00efb2;
  color: #fff;
}

.dark-mode .adminlte-card-teal:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #20c997;
}

.dark-mode .adminlte-card-teal:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-teal:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.dark-mode .adminlte-card-teal:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-teal.adminlte-card-outline {
  border-top: 3px solid #20c997;
}

.dark-mode .adminlte-card-teal.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-teal.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-teal.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #20c997;
}

.dark-mode .bg-teal > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-teal > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-teal:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.dark-mode .bg-teal > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-teal > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-teal:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.dark-mode .adminlte-card.bg-teal .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-teal .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-teal .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-teal .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-teal .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-teal .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-teal .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-teal .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-teal .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-teal .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #1aa67d;
  color: #fff;
}

.dark-mode .adminlte-card.bg-teal .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.dark-mode .adminlte-card.bg-teal .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-teal .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #3ce0af;
  color: #fff;
}

.dark-mode .adminlte-card-cyan:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #3498db;
}

.dark-mode .adminlte-card-cyan:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-cyan:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.dark-mode .adminlte-card-cyan:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-cyan.adminlte-card-outline {
  border-top: 3px solid #3498db;
}

.dark-mode .adminlte-card-cyan.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-cyan.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-cyan.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #3498db;
}

.dark-mode .bg-cyan > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-cyan > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-cyan:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.dark-mode .bg-cyan > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-cyan > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-cyan:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.dark-mode .adminlte-card.bg-cyan .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-cyan .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-cyan .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-cyan .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-cyan .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-cyan .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-cyan .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-cyan .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-cyan .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-cyan .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #2383c4;
  color: #fff;
}

.dark-mode .adminlte-card.bg-cyan .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.dark-mode .adminlte-card.bg-cyan .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-cyan .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #5faee3;
  color: #fff;
}

.dark-mode .adminlte-card-white:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #fff;
}

.dark-mode .adminlte-card-white:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-white:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-white:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-white.adminlte-card-outline {
  border-top: 3px solid #fff;
}

.dark-mode .adminlte-card-white.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-white.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-white.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #fff;
}

.dark-mode .bg-white > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-white > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-white:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

.dark-mode .bg-white > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-white > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-white:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-white .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-white .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-white .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-white .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-white .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-white .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-white .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-white .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-white .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-white .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-white .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-white .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-white .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-white .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #ebebeb;
  color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-white .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-white .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1f2d3d;
}

.dark-mode .adminlte-card.bg-white .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-white .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-white .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-white .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: white;
  color: #1f2d3d;
}

.dark-mode .adminlte-card-gray:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #6c757d;
}

.dark-mode .adminlte-card-gray:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-gray:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.dark-mode .adminlte-card-gray:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-gray.adminlte-card-outline {
  border-top: 3px solid #6c757d;
}

.dark-mode .adminlte-card-gray.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-gray.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-gray.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #6c757d;
}

.dark-mode .bg-gray > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-gray > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-gray:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.dark-mode .bg-gray > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-gray > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-gray:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.dark-mode .adminlte-card.bg-gray .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gray .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-gray .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-gray .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-gray .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gray .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gray .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gray .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gray .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-gray .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #596167;
  color: #fff;
}

.dark-mode .adminlte-card.bg-gray .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.dark-mode .adminlte-card.bg-gray .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gray .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #868e96;
  color: #fff;
}

.dark-mode .adminlte-card-gray-dark:not(.adminlte-card-outline) > .adminlte-card-header {
  background-color: #343a40;
}

.dark-mode .adminlte-card-gray-dark:not(.adminlte-card-outline) > .adminlte-card-header,
.dark-mode .adminlte-card-gray-dark:not(.adminlte-card-outline) > .adminlte-card-header a {
  color: #fff;
}

.dark-mode .adminlte-card-gray-dark:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #1f2d3d;
}

.dark-mode .adminlte-card-gray-dark.adminlte-card-outline {
  border-top: 3px solid #343a40;
}

.dark-mode .adminlte-card-gray-dark.adminlte-card-outline-tabs > .adminlte-card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.dark-mode .adminlte-card-gray-dark.adminlte-card-outline-tabs > .adminlte-card-header a.active,
.dark-mode .adminlte-card-gray-dark.adminlte-card-outline-tabs > .adminlte-card-header a.active:hover {
  border-top: 3px solid #343a40;
}

.dark-mode .bg-gray-dark > .adminlte-card-header .btn-tool,
.dark-mode .bg-gradient-gray-dark > .adminlte-card-header .btn-tool,
.dark-mode .adminlte-card-gray-dark:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.dark-mode .bg-gray-dark > .adminlte-card-header .btn-tool:hover,
.dark-mode .bg-gradient-gray-dark > .adminlte-card-header .btn-tool:hover,
.dark-mode .adminlte-card-gray-dark:not(.adminlte-card-outline) > .adminlte-card-header .btn-tool:hover {
  color: #fff;
}

.dark-mode .adminlte-card.bg-gray-dark .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gray-dark .bootstrap-datetimepicker-widget .table th,
.dark-mode .adminlte-card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget .table td,
.dark-mode .adminlte-card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget .table th {
  border: none;
}

.dark-mode .adminlte-card.bg-gray-dark .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gray-dark .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gray-dark .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gray-dark .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gray-dark .bootstrap-datetimepicker-widget table td.second:hover,
.dark-mode .adminlte-card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.dark-mode .adminlte-card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.day:hover,
.dark-mode .adminlte-card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.hour:hover,
.dark-mode .adminlte-card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.minute:hover,
.dark-mode .adminlte-card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #222629;
  color: #fff;
}

.dark-mode .adminlte-card.bg-gray-dark .bootstrap-datetimepicker-widget table td.today::before,
.dark-mode .adminlte-card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #fff;
}

.dark-mode .adminlte-card.bg-gray-dark .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gray-dark .bootstrap-datetimepicker-widget table td.active:hover,
.dark-mode .adminlte-card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.active,
.dark-mode .adminlte-card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #4b545c;
  color: #fff;
}

.dark-mode .adminlte-card {
  background-color: #343a40;
  color: #fff;
}

.dark-mode .adminlte-card .adminlte-card {
  background-color: #3f474e;
  color: #fff;
}

.dark-mode .adminlte-card .nav.flex-column > li {
  border-bottom-color: #6c757d;
}

.dark-mode .adminlte-card .adminlte-card-footer {
  background-color: rgba(0, 0, 0, 0.1);
}

.dark-mode .adminlte-card.adminlte-card-outline-tabs {
  border-top: 0;
}

.dark-mode .adminlte-card.adminlte-card-outline-tabs .adminlte-card-header a:hover {
  border-top-color: #6c757d;
  border-bottom-color: transparent;
}

.dark-mode .adminlte-card:not(.adminlte-card-outline) > .adminlte-card-header a.active {
  color: #fff;
}

.dark-mode .adminlte-card-comments {
  background-color: #373d44;
}

.dark-mode .adminlte-card-comments .username {
  color: #ced4da;
}

.dark-mode .adminlte-card-comments .adminlte-card-comment {
  border-bottom-color: #454d55;
}

.adminlte-card-body.p-0 .table thead > tr > th:first-of-type,
.adminlte-card-body.p-0 .table thead > tr > td:first-of-type,
.adminlte-card-body.p-0 .table tfoot > tr > th:first-of-type,
.adminlte-card-body.p-0 .table tfoot > tr > td:first-of-type,
.adminlte-card-body.p-0 .table tbody > tr > th:first-of-type,
.adminlte-card-body.p-0 .table tbody > tr > td:first-of-type {
  padding-left: 1.5rem;
}

.adminlte-card-body.p-0 .table thead > tr > th:last-of-type,
.adminlte-card-body.p-0 .table thead > tr > td:last-of-type,
.adminlte-card-body.p-0 .table tfoot > tr > th:last-of-type,
.adminlte-card-body.p-0 .table tfoot > tr > td:last-of-type,
.adminlte-card-body.p-0 .table tbody > tr > th:last-of-type,
.adminlte-card-body.p-0 .table tbody > tr > td:last-of-type {
  padding-right: 1.5rem;
}
.adminlte-card-widget {
  border: 0;
  position: relative;
}
.adminlte-card-header > .adminlte-card-tools {
  float: right;
  /* margin-right: -0.625rem; */
}

.adminlte-card-header > .adminlte-card-tools .input-group,
.adminlte-card-header > .adminlte-card-tools .nav,
.adminlte-card-header > .adminlte-card-tools .pagination {
  margin-bottom: -0.3rem;
  margin-top: -0.3rem;
}
.adminlte-card-header > .adminlte-card-tools [data-toggle="tooltip"] {
  position: relative;
}
.form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .btn-toolbar .input-group {
  width: auto;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.mailbox-controls {
  padding: 5px;
}

.mailbox-controls.with-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}


.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}


.mailbox-messages > .table {
  margin: 0;
}


.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: none;
}

.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}


#geri-btn {
  padding: 5px 11px;
	margin-left: 10px;
	background-color: #1f2025;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
}

#geri-btn:hover {
    background-color: #555;
}
.btn-tool:has(.fa-plus):focus,
.btn-tool:has(.fa-minus):focus {
    outline: none !important;
    box-shadow: none !important;
}


