@import url("font.css");

/* :root {
  --main-font: 'Source Sans Pro', 'Montserrat', 'Glacial Indifference', sans-serif;
}

body, html {
  font-family: var(--main-font) !important;
} */


[class*=sidebar-light] .brand-link {
  color: #fff;
}

.layout-navbar-fixed .wrapper .sidebar-light-primary .brand-link:not([class*=navbar]) {
  background-color: #357ca5;
}

aside.main-sidebar.sidebar-light-primary.elevation-4 {
  background-color: whitesmoke;
}

.navbar-blue {
  background-color: #3c8dbc;
}

.nav-link span {
  padding-right: 10px;
}

.userhf {
  padding: 1px;
}

li.dropdown.user.user-menu.show {
  position: inherit;
}

.navbar-nav>.user-menu>.dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  width: 0px;
}

.dropdown-header {
  /* background-color: whitesmoke; */
  border-radius: 4px;
}

.dropdown-header p {
  color: black;
  padding: 0;
  margin: 0;
}

.dropdown-header img {
  width: 30%;
}

.dropdown-divider {
  border-color: #cecece;
}

.back-to-top {
  z-index: 9999999;
  bottom: 0.3rem;
}

.content-header {
  padding: 0;
  margin: 0;
}

.main-footer {
  padding: 0.7rem;
}

.pageHead {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #dee2e6;
}

.nav-treeview>.nav-item>.nav-link:hover {
  background-color: #a8adb9 !important;
  color: #000;
}

.sidebar {
  background: #a0a0a028;
}

.navBord {
  border-bottom: 1px solid black;
}

body {
  font-family: Source Sans Pro !important;
  /* font-family: Arial !important; */
  font-size: smaller;
}

.table-responsive table th.actionTable.sorting {
  min-width: 150px !important;
}
.table-responsive table td.actionTable {
  min-width: 150px !important;
}
.table-responsive table th.actionStatus.sorting {
  min-width: 100px !important;
}
.table-responsive table td.actionStatus {
  min-width: 100px !important;
}
.table td, .table th {
  vertical-align: middle !important;
}

.container-fluid .divideDiv {
  margin-top: 30px !important;
}
.close{
    position: absolute;
    right: 5px;
    top: 14px;}
    .modal-footer{
        justify-content: unset;
    }
.modal-Head{
      border-bottom: 1px solid #e9ecef;
}
.anyBorderP{
      border: 1px solid #e9ecef;
      padding: 4px;
}
.centerImage{
  display: block;
    margin-left: auto;
    margin-right: auto;
}
img.image-fluid.rounded.centerImage {
  margin-top: 50px;
  margin-bottom: 50px;
}
.form-control{
  font-size: .8rem!important;
}
.input-group-text {
    color: #9e9e9e;
    background-color: #fff;
  }
.btn{
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
  font-size: .9rem;
  padding: 10px;
  /* margin-bottom: 15px; */
  /* margin-right: 5px; */
    /* margin-left: 5px; */
}
.datepicker-dropdown {
    top: 0;
    left: 0;
    margin: 3.5rem 0 0;
    font-size: .8rem!important;
  }
.labelP{
  margin-bottom: 0.3rem!important;
}
html {
  scroll-behavior: smooth;
}
.errorMessage {
  width: fit-content;
  margin: 40px auto;
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.4);
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
/* -----------------------------Order Create Custom Style-------------------------- */
.borderTooth{
  border-radius: 3px;
  min-height: 65px;
  
}
ul.ulTooth{
  margin-bottom: 0;
  padding-left: 0;

}
li.liTooth{
  margin-bottom: 0;
  padding-top: 3px;
  list-style: none;
  float: left;
  padding-left: 6px;
}
.wizard-content {
  padding: 0!important;
}
.orderTable td, .orderTable th {
  padding: .3rem!important;
}
/* -----------------------------Order Print Custom Style-------------------------- */
.orderBg{
  background-color: rgb(240, 240, 240);
}
.rounded.OrderBgg{
  background-color: #fff!important;
}
.dateBgR{
  background-color: #f7f7f7; padding: 10px 15px; border-right: 4px solid #000; max-width: 180px;margin-left: auto;
}
.footPBgL{
  background-color: #f7f7f7; padding: 10px 15px; border-left: 4px solid #000; max-width: 520px;
}
@media print {
  .noprint {
      display: none;
  }
}
@media print {
  body {
    font-family: Source Sans Pro !important;
    color: #000000 !important;
  }
  .orderBg {
    background-color: transparent !important;
  }
  .dateBgR{
    background-color: #f7f7f7 !important; padding: 10px 15px !important; border-right: 4px solid #000 !important; max-width: 180px !important;margin-left: auto !important;
  }
  .footPBgL{
    background-color: #f7f7f7 !important; padding: 10px 15px !important; border-left: 4px solid #000 !important; max-width: 520px !important;
  }
  .errorMessage {
    width: fit-content !important;
    margin: 40px auto !important;
    padding: 15px 25px !important;
    background: rgba(255, 255, 255, 0.4) !important;
    color: #000 !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    text-align: center !important;
  }
}
.utlButton {
  /* display: -webkit-inline-box; */
  margin-bottom: 15px;
}

.btnUtl {
  padding-left: 0px;
}
.tbBord {
  border-color: #000 !important;
}
/* body {
  font-family: Source Sans Pro !important;
  color: #000000 !important;
} */
.tbBord td, .tbBord th {
border: 1px solid black!important;
}
.tbBord0{
  border: hidden;
}

.portlet-body.dashBg{
  background-color: #fff!important;
}
.anyUpperCase{
  text-transform: uppercase;
}

.form-control-box{
  display: block;
    width: 100%;
    /* height: calc(2.25rem + 2px); */
    padding: .2rem .1rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /* border-radius: .25rem; */
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



