html{
    min-width: 1366px !important;
    min-height: 600px !important;
    overflow: auto !important;
}

body {
  font-family: 'Inter', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875rem;
}

h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #495046;
  line-height: 2.5rem;
  margin-bottom: 0;
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.15px;
  color: #495046;
  margin-bottom: 0;
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.1px;
  color: #495046;
  margin-bottom: 0;
}

h4 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.2px;
  color: #495046;
  margin-bottom: 0;
}

.body-lg {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.15px;
  color: #495046;
  margin-bottom: 0px;
  margin-bottom: 0;
}

.body-md {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.2px;
  color: #495046;
  margin-bottom: 0px;
}

.body-sm {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.1px;
  color: #495046;
  margin-bottom: 0px;
}

.label-lg {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0.1px;
  color: #495046;
  margin-bottom: 0px;
}

.label-md {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.15px;
  color: #495046;
  margin-bottom: 0px;
}

.label-sm {
  font-size: 0.688rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.2px;
  color: #495046;
  margin-bottom: 0px;
}

.text-dark-grey {
  color: #7F8790;
}

.text-grey {
  color: #F3F3F7;
}

.text-success {
  color: #38CB89;
}

.text-info {
  color: #3E80EB;
}

.text-danger {
  color: #EF4B4B;
}

.text-warning {
  color: #FFAB00;
}

.horizontalMenu-list .sub-icon {
  color: #ffffff;
}

.horizontalMenu-list .sub-icon .hor-icon {
  fill: #ffffff;
}

.hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active, .hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover {
  background: #F2CC8E;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0E2B5A;
}

.hor-menu .horizontalMenu a.active .hor-icon,
.hor-menu .horizontalMenu a:hover .hor-icon {
  fill: #0E2B5A;
}

.horizontalMenu > .horizontalMenu-list > li > a {
  font-size: 14px;
  font-weight: 500;
}

thead th {
  color: #868EAE !important;
  text-transform: uppercase;
  font-weight: 500 !important;
}

.table-striped tbody tr:nth-of-type(2n) {
  background-color: #FAFAFA;
}

.card-tools {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border-bottom: 1px solid #e6ebf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.5rem;
  padding: .5rem 1.5rem;
  position: relative;
  width: 100%;
}

.daterange {
  position: relative;
}

.daterange i {
  position: absolute;
  top: 4px;
  left: 8px;
  font-size: 18px;
}

.daterange .daterange-picker {
  height: 32px;
  padding-left: 32px;
  border: 1px solid #E6EBF1;
  border-radius: 0.25rem;
}

.filter-status .btn-group .btn-outline-primary {
  border: 1px solid #E6EBF1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.status {
  display: inline-block;
  padding: 0.4rem 1rem;
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.15px;
}

.status-green {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #D1FFEA;
  color: #38CB89;
  border-radius: 999px;
}

.status-green i {
  margin-right: 10px;
  font-size: 8px;
}

.status-orange {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF8E9;
  color: #FFAB00;
  border-radius: 999px;
}

.status-orange i {
  margin-right: 10px;
  font-size: 8px;
}

.status-blue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E3EEFF;
  color: #3E80EB;
  border-radius: 999px;
}

.status-blue i {
  margin-right: 10px;
  font-size: 8px;
}

.status-red {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e6242483;
  color: #c71c1c;
  border-radius: 999px;
}

.status-red i {
  margin-right: 10px;
  font-size: 8px;
}
/*# sourceMappingURL=custom.css.map */

/* Custom Navbar CSS */
#main-navigation{
    background-color: #0E2B5A;
    color:white;
    border-color: #0E2B5A;
}

#main-navigation a{
    color:white !important;
}

#main-navigation .m-btn-downarrow, .s-btn-downarrow {
    background: url(../images/menu_arrows.png) no-repeat 0 center !important;
}

#main-navigation .l-btn:hover {
  background: #F2CC8E;
  color: #000000 !important;
  border: 1px solid #F2CC8E;
  filter: none;
}

#main-navigation .m-btn-plain-active {
  background: #F2CC8E;
  color: #000000 !important;
  border: 1px solid #F2CC8E;
  filter: none;
}

/* Custom jeasyui CSS */
#label-information-server{
    text-align: center;
    font-size: 16px;
    height: 40px;
    position: absolute;
    left: 150px;
    padding: 5px;
    background-color: #ff6666;
    color: #fff;
    width: 250px;
    z-index: 999 !important;
}

.header-brand-img{
    padding: 0 10px !important;
}

/* CSS code indikator online / offline*/
.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.status-dot.online {
  background-color: green;
}

.status-dot.offline {
  background-color: red;
}