body{
  background-color: #f3f3f3 !important;
}
.switch {
  position: relative;
  display: inline-block;
  margin-bottom: 0 !important;
  width: 55px;
  height: 20px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e73e08;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left:4px;
  bottom: 4px;
  top: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #5fa739;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}

/*------ ADDED CSS ---------*/
.on
{
  display: none;
}

.on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked+ .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;}

  .label-required::after{
    content: " *";
    color: red;
  }

  .table-striped tbody tr:nth-of-type(odd){
    background-color: #8787870d !important;
  }
.modal{
  padding-right: 0 !important;
}


.table-detail {
  font-size: 9.4pt;
  min-width: 400px;
}

.table-detail th,
.table-detail td {
  padding: 5px 5px !important;
  border: 1px solid #e5e5e5 !important;
  font-size: 12px !important;
}

.table-detail th {
  background: #f3f3f3 !important;
  font-weight: 600;
}

.table-detail td {
  padding: 18px 20px !important;
  font-size: 9.3pt;
}

table {
  border-collapse: separate !important;
  border-spacing: 1px !important;
}

table.table-detail td {
  padding: 5px !important;
}

.vue__time-picker input.display-time{
  width: 100% !important;
}

.btn-primary{
  background-color: #0f3451  !important;
  border: 1px #0f3451  solid !important;
  color:#fff !important;
  font-weight: 500;
}
.navbar-custom{
  background-color: #fff  ; /* For browsers that do not support gradients */  
}

.modal-header{
  background: #0f3451    !important;
}


#sidebar-menu>ul>li>a.active {
  color: #0f3451    !important;
}

#sidebar-menu>ul>li>a:active,
#sidebar-menu>ul>li>a:focus,
#sidebar-menu>ul>li>a:hover {
  color: #0f3451    !important;
}

a:hover {
  color: #0f3451    !important;
}

.nav-second-level li a:focus,
.nav-second-level li a:hover,
.nav-thrid-level li a:focus,
.nav-thrid-level li a:hover {
  color: #0f3451    !important;
}

.nav-second-level li.mm-active>a,
.nav-third-level li.mm-active>a {
  color: #0f3451    !important;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>a{
  background-color: #fff !important;
}
.mx-input:disabled, .mx-input.disabled{
  color: #6c757d !important;
}

.navbar-header-title{
  font-weight: 600;
  font-size: 20px;
  display: flex;
  color:#0f3451  !important;
  align-items: center;
  height: 70px;
}

@media(max-width:460px){
  .navbar-header-title{
    font-size: 15px;
  }
}

@media(max-width:330px){
  .navbar-header-title{
    font-size: 14px;
  }
}
@media(max-width:310px){
  .navbar-header-title{
    display: none;
  }
}


.modal-user{
  max-width: 1200px;
}

.form-control{
  font-size: 12px !important;
}

label{
  font-size: 11px !important;
  margin-bottom: 3px !important;
}

.form-group{
  margin-bottom: 5px;
}
.custom-file{
  font-size: 12px !important;
}

.mx-input{
  font-size: 12px !important;
}

.text-xs{
  font-size: 12px;
}
.navbar-custom .button-menu-mobile{
  color: #0f3451  !important;
}
.card{
  box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%) !important;
}

.c-primary{
  color: #0f3451  !important
}

.mx-datepicker{
  width:100% !important;
}