body{
  background-color: #f3f3f3 !important;
}

.switch {
  position: relative;
  display: inline-block;
  margin-bottom: 0 !important;
  width: 60px;
  height: 23px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cfc7c7;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 7px;
  right: 10px;
  bottom: 4px;
  top: 6px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #24afda;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}
.c-pointer{
  cursor: pointer;
}
/*------ 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: #000000  !important;
  border: 1px #000000  solid !important;
}
.navbar-custom{
  background-color: #fff; /* For browsers that do not support gradients */  
}

.modal-header{
  background: #000000  !important;
}


#sidebar-menu>ul>li>a.active {
  color: #000000  !important;
}

#sidebar-menu>ul>li>a:active,
#sidebar-menu>ul>li>a:focus,
#sidebar-menu>ul>li>a:hover {
  color: #000000  !important;
}

a:hover {
  color: #000000;
}

.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: #000000  !important;
}

.nav-second-level li.mm-active>a,
.nav-third-level li.mm-active>a {
  color: #000000  !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:#000000  !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: #000000  !important;
}
.card{
  box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%) !important;
}

.c-primary{
  color: #000000  !important
}

.mx-datepicker{
  width:100% !important;
}

.nav-tabs .nav-item .nav-link.active{
  color: #348cd4 !important;
}

.text-white{
  color: #fff !important;
}






.custom-vue-datatable{
  font-size: 12px !important;
}

.datatable-component .btn-xs{
  padding: 3px 5px !important;
  font-size: 8px !important;
}
.btn-xs{
  font-size: 12px;
  padding: 5px !important;
}

.page-title-box{
  padding: 10px 0 !important;
}
.page-title-box .page-title-right{    
    font-size: 12px !important;
    margin-top: 0 !important;
}
.page-title-box .page-title{
  font-size: 14px !important;
  line-height: unset !important;
}

.page-title-box .breadcrumb{
  padding: 0 !important
}

.card-body .header-title{
  font-size: 14px !important;
}

.card-body{
  padding: 15px 25px !important;
}

.text-detail{
  font-weight: 500;
  font-size: 15px;
  color: black;
}

.content-page{
  padding: 0 15px 200px 15px;
}

.select-show-option-datatable {  
  cursor: pointer;
  outline: none !important;
  box-shadow: unset !important;
  height: 35px;
  margin-bottom: 10px;
  margin-right: 10px;  
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid #ced4da !important;
}

.cursor-static{
  cursor: unset !important;
}

@media print{
  body{
    background-color: #fff !important;
  }
}