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

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

.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: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  top: 4px;
  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: #3f4191 !important;
  border: 1px #3f4191 solid !important;
  color: #fff !important;
  font-weight: 500;
}

.navbar-custom {
  background-color: #fff;
  /* For browsers that do not support gradients */
}

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


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

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

a:hover {
  color: #3f4191 !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: #3f4191 !important;
}

.nav-second-level li.mm-active>a,
.nav-third-level li.mm-active>a {
  color: #3f4191 !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: #3f4191 !important;
  align-items: center;
  height: 70px;
}

@media(max-width:500px) {
  .navbar-header-title {
    font-size: 15px;
    display: none !important;
  }
}

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

.card {
  box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%) !important;
}

.c-primary {
  color: #3f4191 !important
}

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

.enlarged .left-side-menu .slimscroll-menu .menu-change-module {
  display: none !important;
  position: static;
}


@media print{
  body{
    padding: 0 !important;
    margin: 0 !important;
    background-color: #fff !important;
  }
  .no-print{
    display: none !important;
    
  }
}

.custom-vue-datatable .btn-xs{
  font-size: 10px;
  padding: 3px 5px;
}