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

.table{
  color: black;
}

.breadcrumb-item>a{
  color: black !important;
}
.breadcrumb-item.active{
  color: black;
}
.form-control{
  color: black !important;
}

/* .input-group-text{
  border: 1px black solid;
} */
.input-group-prepend .input-group-text{
  border-left: 0 !important;
}

.mx-input{
  color: black !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);
}

/*------ 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;

  font-size: 12px !important;
}

.table-detail th {
  background: #163f59 !important;
  color: #fff;
  font-weight: 600;
}

.table-detail td {
  padding: 18px 20px !important;
  border-bottom: 1px solid #e5e5e5 !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: #163f59 !important;
  border: 1px #163f59 solid !important;
}

.navbar-custom {
  background-color: #163f59 !important;
  border-bottom: 1px #f2f2f2 solid !important;
  /* For browsers that do not support gradients */
}

.modal-header {
  padding: 10px !important;
  background: #163f59 !important;
}

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

a:hover {
  color: #163f59;
}

.mx-input:disabled,
.mx-input.disabled {
  color: black !important;
}
.input-group-text{
  color: black !important;
}
input.form-control {
  font-size: 15px !important;
  padding: 1px .9rem !important;
  height: 35px !important;
}
.table-detail tbody tr td {
  font-size: 15px !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;
}

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

.c-primary {
  color: #163f59 !important
}

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

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

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

@media(max-width:991px) {
  #topnav .navigation-menu>li .submenu li a {
    color: black !important;
  }
}

.nav-top-custom-group {
  color: black !important;
}

.nav-top-custom-group a,
.nav-top-custom-group i {
  color: black !important;
}

.nav-top-custom-link.active,
.nav-top-custom-link.active i {
  color: #163f59 !important;
}

.nav-top-custom-link:hover,
.nav-top-custom-link:hover i {
  color: #163f59 !important;
}

.nav-top-custom-group.active,
.nav-top-custom-group.active i {
  color: #163f59 !important;
}

.nav-top-custom-group:hover,
.nav-top-custom-group:hover i {
  color: #163f59 !important;
}


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

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

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



.text-detail {
  font-size: 13px !important;
  font-weight: 500;
  word-break: break-word;
  color: black !important
}

.navbar-custom {
  display: none !important;
  height: 0px !important;
}

#topnav .topbar-menu {
  margin-top: 0 !important;
}

.content-page {
  padding-bottom: 170px !important;
}

@media(max-width:991px) {
  .navbar-custom {
    display: block !important;
    height: 70px !important;
  }

  #topnav .topbar-menu {
    margin-top: 70px !important;
  }

}

@media(max-width:991px) {
  .menu-desktop-profile {
    display: none !important;
  }

  .nav-group-top-left-right {
    display: block !important;
  }
}


body[data-layout=horizontal] .content-page {
  padding-top: 0 !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;
}

.only-print {
  display: none !important;
}

@media print {
  .only-print {
    display: block !important;
  }

  .no-print {
    display: none !important;
  }

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

  body,
  html {    
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100% !important;
    height: 100% !important;
    width: 100% !important;
  }

  .col-lg-1 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 8.33333% !important;
    flex: 0 0 8.33333% !important;
    max-width: 8.33333% !important;
  }

  .col-lg-2 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 16.66667% !important;
    flex: 0 0 16.66667% !important;
    max-width: 16.66667% !important;
  }

  .col-lg-3 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }

  .col-lg-4 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 33.33333% !important;
    flex: 0 0 33.33333% !important;
    max-width: 33.33333% !important;
  }

  .col-lg-5 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 41.66667% !important;
    flex: 0 0 41.66667% !important;
    max-width: 41.66667% !important;
  }

  .col-lg-6 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .col-lg-7 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 58.33333% !important;
    flex: 0 0 58.33333% !important;
    max-width: 58.33333% !important;
  }

  .col-lg-8 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 66.66667% !important;
    flex: 0 0 66.66667% !important;
    max-width: 66.66667% !important;
  }

  .col-lg-9 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }

  .col-lg-10 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 83.33333% !important;
    flex: 0 0 83.33333% !important;
    max-width: 83.33333% !important;
  }

  .col-lg-11 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 91.66667% !important;
    flex: 0 0 91.66667% !important;
    max-width: 91.66667% !important;
  }
}



/* new */
.navigation-menu>li>a {
  font-size: 14px;
}

.navigation-menu>li {
  position: static !important
}

.navigation-menu .submenu {
  width: 100%;
  max-height: 600px;
  overflow-y: auto;
  padding: 20px 80px !important;
}


.submenu .row {
  display: flex;
  flex-wrap: wrap;
}

.submenu .row>[class*='col-'] {
  display: flex;
  flex-direction: column;
}

.border-right-none {
  border-right: 0px !important;
}

@media(max-width:991px) {
  .navigation-menu .submenu .col-lg-3 {
    border-right: 0 !important;
  }
}


.navigation-menu .submenu .title {
  font-size: 15px !important;
  font-weight: bold !important;
  color: black !important;
}

.navigation-menu .submenu .subtitle {
  font-size: 13px !important;
  font-weight: 500;
  width: 100%;
  color: #163f59 !important;
}

@media(max-width:991px) {
  .navigation-menu .submenu {
    padding: 20px !important;
    max-height: unset !important;
    overflow-y: auto;
  }
}

.linked {
  color: #4373FC;
  font-weight: 500;
}

.c-pointer {
  cursor: pointer;
}




@media(min-width:992px) {
  .navigation-menu-parent {
    overflow: auto;
  }

  .navigation-menu {
    min-width: 1250px;
  }
}

.content-page {
  margin-top: 90px !important;
}


.table-detail tr td {
  vertical-align: middle;
}

.navigation-menu>li .submenu {
  background-color: #B5DCF2 !important;
}

.navigation-menu .submenu .subtitle {
  color: black !important;
}

.nav-top-custom-group,
.nav-top-custom-group i {
  color: #fff !important;
}

.nav-top-custom-group:hover,
.nav-top-custom-group:hover i {
  color: #fff !important;
}

.nav-top-custom-group.active,
.nav-top-custom-group.active i {
  color: #fff !important;
}

@media(max-width:991px) {
  .nav-brand-group {
    padding: 15px !important;
    margin: 0 !important;
  }
}

::-webkit-scrollbar {
  width: 7px !important;
  height: 7px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

div#pac-container {
  z-index: 9999999 !important;
}

div#pac-card {
  z-index: 9999999 !important;
}

div#pac-container-delivery {
  z-index: 9999999 !important;
}

div#pac-card-delivery {
  z-index: 9999999 !important;
}

::ng-deep div#pac-container {
  z-index: 9999999 !important;
}

::ng-deep div#pac-container-delivery {
  z-index: 9999999 !important;
}

.pac-container {
  z-index: 9999999 !important;
}

::ng-deep div#pac-card {
  z-index: 9999999 !important;
}

::ng-deep div#pac-card-delivery {
  z-index: 9999999 !important;
}

#map {
  height: 400px;
  width: 100%;
  z-index: 9999999 !important;
}

#map-delivery {
  height: 400px;
  width: 100%;
  z-index: 9999999 !important;
}





.report-box {
  display: block;
  margin-top: 70px;
  max-width: 700px;
  width: 100%;
  font-family: Arial, sans-serif;
  padding: 15px;
  background-color: #fff !important;
}

.table-report {
  width: 100% !important;
  color: black !important;
  font-family: Arial, sans-serif;
  font-size: 12px !important;
}

.table-report tr th {
  padding: 5px !important;
  background-color: #ddd !important;
  font-weight: bold;
}

.table-report tr td {
  padding: 5px !important;
}

.table-report tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.report-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #163f59 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.report-nav button {
  background: #fff;
  color: black !important;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight {
  background-color: yellow;
  /* Highlight color */
}

@media print {

  .highlight {
    background-color: none !important;
    /* Highlight color */
  }

  .report-nav {
    display: none !important;
  }

  .report-box {
    max-width: unset !important;
    margin-top: 0 !important;
  }

  .report-body {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
  }
}

.row-nav {
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
  column-count: 4;
  -moz-column-fill: balance;
  column-fill: balance;
  orphans: 1;
  widows: 1;
}



.col-nav {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  padding-bottom: 5px;
  border-right: 1px #aeacac solid;
}

@media(max-width:991px) {
  .row-nav {
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
    columns: 1 !important;
    column-count: 1 !important;
    -moz-column-fill: balance;
    column-fill: balance;
    orphans: 1;
    widows: 1;
  }

  .col-nav {
    border-right: 0 !important
  }


}


@media print {
  body {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    overflow: unset !important
  }

  @page {
    size: auto;
  }

  .report-body-invoice {
    position: static !important;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important
  }

  .report-box-invoice {
    width: 100% !important;
    margin: auto;
    padding: 0 !important;
  }

  .page-break-after {
    margin-bottom: 0 !important;
    page-break-after: always;
  }
}

.page-break-after {
  margin-bottom: 15px;
}

.font-arial {
  font-family: Arial, Helvetica, sans-serif !important;
}





.table-log {
  width: 100% !important;
  max-width: 400px !important;
  min-width: unset !important;
}

.table-log th {
  background-color: #f2f2f2 !important;
  color: black !important;
}

.table-log th,
.table-log td {
  font-size: 9px !important;
  padding: 5px 3px !important;
  border: 1px #f2f2f2 solid !important;
  width: 25%;
  vertical-align: middle;
}
.table-log tbody tr td{
  font-size: 9px !important;
  color: black !important;
}

.text-danger{
  color: #f7531f !important;
}