
@font-face {
  font-family: montserrat;
  src: url(../fonts/montserrat/Montserrat-Regular.ttf);
}

@font-face {
  font-family: montserrat-semi;
  src: url(../fonts/montserrat/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: roboto-regular;
  src: url(../fonts/roboto/Roboto-Regular.ttf);
}



/*Mobile responsive breakpoint*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
    #product_list_body {
        max-height: 40vh !important;
        overflow-y: auto !important;
        margin-top: 30px;
    }

    .biz_logo_dash_head {
      display: none;
    }
    
    .pos_checkout_table_container {
        padding: 20px 10px !important;
    }
    
    .main-header .sidebar-toggle {
      display: unset !important;
      margin-left: unset !important;
      padding: unset !important;
      padding: 0px 20px !important;
    }
    
    .navbar-custom-menu {
        float: unset !important;
    }
    
    .settings_list_group > .list-group-item {
        display: inline-block !important;
        margin-bottom: 3px !important;
    }
    
    .pos-tab-content {
        padding-left: unset !important;
    }
    
    .pos-tab-menu {
        padding: 10px !important;
    }

    .money_note_btns {
      background-position: center; 
      background-size: contain; 
      background-repeat: no-repeat;
      height: 150px;
      cursor: pointer;
    }
    
    
}

/*Tablet responsive breakpoint*/
@media only screen and (min-width: 481px) and (max-width: 768px) {}

/*Laptop responsive breakpoint*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {}

/*Desktop responsive breakpoint*/
@media only screen and (min-width: 1025px) and (max-width: 1200px) {}



.btn.focus, .btn:focus, .btn:hover {
  color: rgb(0, 0, 0);
}

.btn-default:focus, .btn-default:hover {
  color: black;
}

.info-box-content {
  margin: 0px !important;
}

.home-dash-box-icons {
  font-size: 50px;
}

.home-dash-box {
  background-image:linear-gradient(to right, #c2f5d4 , #d9e1ca);
  
}

.home-dash-box-title {
  color: black !important;
}

.home-dash-box-txt {
  font-size: 12px;
}

.no-padding-left {
  padding-left: 0px !important;
}

.padding-20{
  padding: 20px !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.pos_dashboard_btn {
    background: rgb(255, 255, 255);
    color: black;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.19), 0 4px 6px 0 rgba(0, 0, 0, 0.19) !important;
}

/* Forms */

.box-body > .col-md-2, .box-body > .col-md-3, .box-body > .col-md-4, .box-body > .col-md-5, .box-body > .col-md-6,
.box-body > .col-md-7, .box-body > .col-md-8, .box-body > .col-md-9, .box-body > .col-md-10, .box-body > .col-md-12 {
  padding-left: 0px;
}

.user_auth_fields > .col-md-4 {
  padding-left: 0px;
}

.checkbox label {
  padding-left: 0px;
}

/* POS */

.pos_section {
  /* background-color: #1f1f1f; */
  background-color: #aaa;  
}


.pos-header {
  background-color: #aaa !important;
}

.pos_header_text {
  color: rgb(0, 0, 0);
}

.pos_prod_box_details {
  color: rgb(0, 0, 0);
  font-weight: unset;
}

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

.prod_cat_box {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  padding: 5px 10px;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;  
  word-break: break-word;
  min-width: 100px;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.19), 0 4px 6px 0 rgba(0, 0, 0, 0.19) !important;
}

.prod_cat_list {
  padding-right: 8px;
  display: table;
  margin-bottom: 10px;
  flex: 0 0 110px; /* Set a fixed width so items don’t shrink but stay scrollable */
  max-width: 120px; /* Prevents excessive stretching */
}

.pos_add_misc_prod_btn {
  border: unset;
  border-radius: 2px !important;
  height: 40px;
  font-size: 14px;
  margin-left: 4px;
  background-color: #ffffff !important;
  padding: 6px 20px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.19), 0 4px 6px 0 rgba(0, 0, 0, 0.19) !important;
}

.pos-search-inpt-group > .select2 > .selection > .select2-selection   {
  background-color: #eeeeee !important;
  border: unset !important;
  height: 40px !important; 
  font-size: 18px;
  font-weight: 900;
  padding: 15px 15px;
}

.pos-search-inpt-group > .select2 > .selection > .select2-selection > .select2-selection__rendered {
  color: white !important;
  
}

.pos-search-inpt-group > .select2 > .selection > .select2-selection > .select2-selection__arrow {
  top: 7px;
  padding: 10px 20px;
}

.pos_search_col {
  margin-bottom: 10px;
  padding-right: 9px;
}

.pos_search_inpt {
    border-radius: 2px !important;
    background-color: #ffffff;
    border: unset;
    padding: 20px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.19), 0 4px 6px 0 rgba(0, 0, 0, 0.19);
}

.pos_search_inpt::placeholder {
  color: rgb(36, 36, 36);
}

.pos_table_box {
  background-color: #aaa;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.19), 0 4px 6px 0 rgba(0, 0, 0, 0.19) !important;
  /* box-shadow: unset !important; */
  height: 89% !important;
}

.biz_logo_dash_head {
  width: 90px;
  padding: 8px 5px;
}

#pos_table, #pos_table > thead > tr > th {
  border: unset !important;
  color: rgb(0, 0, 0);
}

.pos_form_totals {
  color: white;
}

.pos_table_total_box {
  background-color: #ffffff;
  width: 100%;
  color: rgb(0, 0, 0);
  padding: 10px 20px;
  border: unset;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.19), 0 4px 6px 0 rgba(0, 0, 0, 0.19);
}

.pos_total_price {
  font-size: 18px;
}

.pos_customer_select_inpt_group > .select2 > .selection > .select2-selection  {
  background-color: #ffffff !important;
  border: unset !important;
  box-shadow: 2px 4px 6px 2px rgba(0, 0, 0, 0.19), 2px 4px 6px 2px rgba(0, 0, 0, 0.19) !important;
  height: 50px;
  padding: 15px 20px;
}

.pos_customer_select_inpt_group > .select2 > .selection > .select2-selection > .select2-selection__rendered {
  color: rgb(0, 0, 0) !important;
  
}

.pos_customer_select_inpt_group > .select2 > .selection > .select2-selection > .select2-selection__arrow {
  top: 7px;
  padding: 10px 20px;
}

.pos_add_customer_btn {
  border: unset;
  height: 50px;
  background-color: #ffffff !important;
  box-shadow: 2px 4px 6px 2px rgba(0, 0, 0, 0.19), 2px 4px 6px 2px rgba(0, 0, 0, 0.19) !important;
  padding: 6px 20px;
}

.pos_add_customer_btn > i {
  color: rgb(0, 0, 0) !important;
}

.pos_action_btns {
  border: unset;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  width: 150px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.19), 0 4px 6px 0 rgba(0, 0, 0, 0.19) !important;
}

.pos_action_btns_small {
    border: unset;
    margin-bottom: 5px;
    font-size: 10px;
    padding: 11px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.19), 0 4px 6px 0 rgba(0, 0, 0, 0.19) !important;
}

.pos_line_total_text {
  color: rgb(0, 0, 0);
}

.pos_table_item_row {
  background-color: rgb(255, 255, 255) !important;
  border: unset;
  /* box-shadow: 0px 0px 3px 2px rgba(0, 0.19, 0, 0.19), 0px 0px 3px 2px rgba(0, 0.19, 0, 0.19) !important; */
}

.pos_table_item_row > td {
  border: unset !important;
  padding: 10px 20px !important;
}

.pos_input_quantity {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  box-shadow: 0px 0px 3px 1px rgba(0, 0.19, 0, 0.19), 0px 0px 3px 1px rgba(0, 0.19, 0, 0.19) !important;
  font-size: 12px;
}

.pos_input_quantity::placeholder {
  background-color: #ffffff;
}

.pos_qant_up_btn {
  background-color: #ffffff !important;
  padding-left: 4px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0.19, 0, 0.19), 0px 0px 3px 1px rgba(0, 0.19, 0, 0.19) !important;
}

.pos_qant_down_btn {
  background-color: #ffffff !important;
  padding-left: 4px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0.19, 0, 0.19), 0px 0px 3px 1px rgba(0, 0.19, 0, 0.19) !important;
}

.pos_qant_down_btn > button, .pos_qant_up_btn > button {
  background-color: #ffffff !important;
  border: unset;
}

.pos_table_row_remove {
  background-color: #ffffff;
  height: 100%;
  min-width: 35px;
}

.pos_table_row_remove > i {
  color: rgb(255, 0, 0) !important;
}


.pos_no_prod_found {
  color: white;
  text-align: center;
  font-weight: 100;
  padding: 40px;
}

.pos_prod_no_found_icon {
  font-size: 25px;
  color: rgb(151, 151, 151);
}

.pos_no_prod_found_text {
  color: rgb(151, 151, 151);
}

.pos_category_box_list {
  margin-top: 10px;
  max-height: 30vh;
  overflow-x: auto;
  scroll-behavior: auto;
	margin-left: 0px;
	margin-right: 0px;
  margin-bottom: 10px;
  max-width: 50vw;
  float: left;
}

.pos_category_box_list::-webkit-scrollbar-track {
  background: transparent;
}




/* Tables */
table thead {
  font-size: 12px;
}

th {
  text-transform: capitalize;
}

table tbody {
  font-size: 12px ;
}

table tfoot {
  font-size: 12px;
}

.dataTables_scrollBody::-webkit-scrollbar {
  height: 7px;

}

.buttons-columnVisibility > a {
  padding-top: 8px;
  padding-bottom: 8px;
}

td > button, td > .btn-group> button, .dataTables_scrollFootInner > button, td > .btn {
  background-color: #ffffff !important;
  color: rgb(0, 0, 0) !important;
  border-color: #ffffff !important;
  border-radius: 2px !important;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.19), 0 4px 6px 0 rgba(0, 0, 0, 0.19) !important;
  padding: 10px 20px !important;
  margin-right: 3px;
}

.prod_table_footer_btns {
  border-radius: 2px !important;
  background-color: #08571c !important;
  color: white !important;
  padding: 10px 20px !important;
  border: 1px solid #0d5620 !important;
  box-shadow: #3f7a56 1px 1px 4px !important;

}

td {
  vertical-align: middle !important;
}

button > .caret {
  margin-left: 5px !important;
}

table {
  width: 100% !important;
}

/* Filters */

#accordion > .box-header > .box-title > a {
  color: #062139 !important;
}

/* Charts */

.highcharts-legend > g {
  transform: translateX(-10px) !important;
  
}



/* Navbar */

.navbar-static-top {
  background-color: #062139 !important;
}



/* Mainheader */

.main-sidebar .logo {
  background-color: unset !important;
  color: black !important;
  height: unset;
  line-height: unset;
}

.user-menu .dropdown-menu {
    padding: 0px !important;
    margin: 0px;
    border: unset;
    border-radius: unset !important;
}





.main-header {
  z-index: 9;

}

.main-header .sidebar-toggle {
  /*display: none;*/
  margin-left: 231px;
}

.main-sidebar .logo img {
  width: 160px;
  padding: 10px 0px;
  padding-left: 35px;
}

.main-header .navbar {
  margin-left: 0px;
}

/* Sidebar */

.sidebar_logo_container {
  height: 62px;
  /*border-bottom: 1px solid rgb(194, 194, 194);*/
  background-color: #062139;
}

.sidebar {
  margin-top: 20px;
  position: fixed;
  overflow-y: auto;
  scroll-behavior: auto;
  max-height: 85%;
}

.main-sidebar {
  padding-top: 0px !important;
  z-index: 10;
  position: fixed;

}

.sidebar::-webkit-scrollbar {
  background: transparent !important;
  display: none !important;
}

.treeview-menu {
  background: unset !important;
}

/* Dashboard Home */

.skin-blue .content-wrapper .content-header-custom, .skin-blue-light .content-wrapper .content-header-custom {
  background-color: unset;
  color: black !important;
}

.content-header .content-header-custom h1 {
  color: black !important;
}

.info-box-icon {
  background-color: transparent !important;
  color: black !important;
}

/* Brand Colors */

.brand-color {
  color: #08571c !important;
}

/* Sidebar */

.sidebar_list_items, .sidebar-menu li {
  padding: 0px 15px !important;
}

.sidebar-menu li span {
  font-size: 12px;
}

.skin-blue-light .sidebar-menu>li>a {
  border: unset !important;
}

.treeview-menu a::before {
  display: none;
}

.sidebar-menu li.active>a {
  font-weight: unset !important;
}

.wizard>.actions a {
  border-radius: 0px;
  min-width: 200px;
  text-align: center;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.wizard>.actions a, .wizard>.actions a:active, .wizard>.actions a:hover {
  background-color: #08571c ;
  border-radius: 0px;
}

.wizard>.steps .done a, .wizard>.steps .done a:active, .wizard>.steps .done a:hover {
  background-color: #9fbcb4 ;
}

.body {
  color: black;
}

.main-login-form {
  padding-top: 10px;
}

.login-form-inner {
  padding-top: 20px;
}

.btn-big {
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1.3333333;
}

.of-visible {
    overflow: visible !important;
}

#online_indicator {
  font-size: 8px;
  vertical-align: middle;
}

.btn-green {
  background-color: rgb(0, 75, 0);
  color: white;
}

.pt-0 {
  padding-top: 0px;
}
.f-right {
  float: right;
}
.mb-10 {
  margin-bottom: 10px;
}
.discount-badge {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 18px;
  padding: 7px;
}

.discount-badge-small {
  position: absolute;
  top: -2px;
  left: 10px;
  font-size: 12px;
  padding: 6px;
}
.product-info-table td, .product-info-table th {
  font-size: 12px;
}
.catalogue {
  max-height: 127px;
  margin: auto;
  margin-bottom: 18px;
}
.catalogue-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.bg-light-gray {
  background-color: #f8f8f8 !important;
}
.p-5-5 {
  padding: 5px 5px !important;
}
.m-4 {
  margin: 4px;
}
.skin-black .main-header, .skin-black-light .main-header {
  color: #525f7f !important;
}
.skin-black .main-header .navbar .nav .open>a {
  color: #999 !important;
}
.skin-black .main-header .navbar .nav>li>a:hover{
  color: #999 !important;
}
.skin-black .main-header .navbar > .sidebar-toggle:hover {
  color: #999 !important;
}
.mt-0{
  margin-top: 0 !important;
}
.table-pdf thead tr{
  background-color: #357ca5 !important;
  color: #fff;
}
.table-pdf thead tr th {
  color: #fff !important;
}
.blue-heading {
  background-color: #357ca5;
  color: #fff;
}

.table-pdf .odd {
    background-color: #DCE6F1;
}
.p-4{
  padding: 4px;
}
.p-10{
  padding: 10px !important;
}
.jquery-top-scrollbar{
    height: 6px !important;
}
.jquery-top-scrollbar div {
    height: 6px !important;
}
.scroll-top-bottom {
  width: 100%; 
  overflow: scroll;
}
.scroll-top-bottom::-webkit-scrollbar {
    height: 6px;
}

.scrolltop {
  display:none;
  width:100%;
  margin:0 auto;
  position:fixed;
  bottom:20px;
  right:10px; 
}
.scroll {
  position:absolute;
  right:20px;
  bottom:20px;
  background:#b2b2b2;
  background:rgba(178,178,178,0.7);
  padding:7px;
  text-align: center;
  margin: 0 0 0 0;
  cursor:pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; 
  border-radius: 6px;   
}
.scroll:hover {
  background:rgba(178,178,178,1.0);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;    
}
.scroll:hover .fas {
  padding-top:-10px;
}
.scroll .fas {
  font-size:25px;
  margin-top:-5px;
  margin-left:1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;  
}

.f-left {
  float: left;
}
.align-left {
 text-align: left;
}
.align-right {
 text-align: right;
}

.table-pdf {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 8px 10px;
}
.td-border td, .td-border th{
  border-bottom: 1px solid lightgrey;
  padding: 8px 5px;
}

.ws-nowrap {
  white-space:nowrap;
}

.btn-app>.fas, .btn-app>.fab{
    font-size: 20px;
    display: block;
}
.dropdown-menu>li>a>.fas{
    margin-right: 6px;
}
.mt-5 {
  margin-top: 5px !important;
}
.pos-form-actions{
  height: auto;
  padding-top: 12px;
  padding-bottom: 20px;
  bottom: 0px;
  width: 100%;
  z-index: 1000;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.pb-0{
  padding-bottom: 0px !important;
}
.pr-12{
  padding-right: 12px !important;
}
.main-header .sidebar-toggle:before {
    content: "" !important;
}
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
} 
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.text-white {
  color: #fff;
}
.wizard > .steps > ul > li {
  width: 33.33% !important;
}

.wizard > .steps {
  padding: 0px;
  margin: 0px;
}

.wizard > .content {
  padding: 0px;
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.wizard > .content > .body {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.wizard>.steps a {
  margin: 0px;
  margin-right: 10px;
  border-radius: 0px !important;
}

.btn-primary {
  background-color: #08571c;
  color: white;
  border-color: #08571c;
}

.btn-success {
  background-color: #08571c;
  color: white;
  border-color: #08571c;
}

.btn-primary.hover, .btn-primary:active, .btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
  background-color: #01721d !important;
  color: white;
  border-color: #08571c;
}

.btn-success.hover, .btn-success:active, .btn-success:hover, .btn-success.focus, .btn-success:focus {
  background-color: #01721d !important;
  color: white;
  border-color: #08571c;
}

.wizard>.steps .current a, .wizard>.steps .current a:active, .wizard>.steps .current a:hover {
  background: #08571c;
}

legend {
  /*color: #fff;*/
  margin-bottom: 6px;
  border-bottom: none;
}
.left-col {
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.76),rgba(51, 51, 51, 0.32)),url(../img/home-bg.jpg); 
  text-align: center;
  background-size: cover;
  background-position: center;
}
.left-col-content {
  color: #1A7BF9;
  width: 100%;
}
.login-header {
  font-size: 27px;
  font-weight: 600;
}
.login-header a {
  color: #fff;
}
.form-header {
  font-size: 18px;
  margin: 16px 0;
}
.btn-login {
  padding: 6px 52px !important;
}


.auth-box {
  background-color: white;
  max-width: 600px;
  margin: auto;
  height: fit-content;
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 30px 40px;
  box-shadow: 2px 2px 10px rgb(66, 66, 66);
  
}

.auth-box-bg {
  min-height: 100vh;
}

.right-col label {
  color: #fff;
}

.right-col a, .text-white a {
  color: #fff;
  font-weight: 600;
  font-size: 15px
}
.right-col a:hover, .text-white a:hover {
  color: #ccc;
}

.input_inline {
  width: 100%;
  display: inline-flex;
}
.input_inline input, .input_inline span {
  width: 50%;
}
.bg-manufacturing {
  background-color: #ff851b;
}
.img-thumbnail {
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: border .2s ease-in-out;
  padding: 4px;
  margin: 3px;
  text-align: center;
}
.img-thumbnail>.badge{
  position: absolute;
  top: -5px;
  right: -7px;
  font-size: 9px;
  font-weight: 400;
  cursor: pointer;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu {
  max-height: 350px;
}
.bg-aqua-lite {
  background-color: #7FFFD4;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
  white-space: normal;
}
.spacer {
  margin-top: 20px;
}
#product_list_body {
    max-height: 31vw;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

#product_list_body::-webkit-scrollbar-track {
  background:transparent;
}

#product_list_body:hover {
  overflow-y: scroll;
}

.div-overlay {
    cursor: not-allowed;
    background: #e9e9e9; 
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.d-inline-table {
  display: inline-table;
}

.label-round{
  font-size: 8px;
  border-radius: 44%;
}
.table>tbody+tbody{
  border-top: 0;
}
.table-pl-12 td, .table-pl-12 th{
  padding-left: 12px !important;
}
table tbody td.pl-20-td{
  padding-left: 20px !important;
}
table.table-border-center > tbody > tr > td:first-child, 
table.table-border-center > thead > tr > th:first-child,
table.table-border-center > tfoot > tr > td:first-child
{
  border-right: 1px solid darkgray;
}
table.table-border-center-col > tbody > tr > td:nth-child(2), 
table.table-border-center-col > thead > tr > th:nth-child(2),
table.table-border-center-col > tfoot > tr > td:nth-child(2)
{
  border-right: 1px solid darkgray;
  border-left: 1px solid darkgray;
}
.bg-transparent{
  background-color: transparent !important;
}
.mb-0{
  margin-bottom: 0;
}

.nav-tabs>li>a{
  font-size: 18px;
  font-weight: 600;
}
.table-transparent, .table-transparent th {
    background-color: transparent !important;
    color: #000 !important;
}
.td-full-width {
  white-space:nowrap;
}
.font-17{
    font-size: 17px !important;
}
table.dataTable tbody>tr.selected{
    background-color: #B0BED9;
}
tr.footer-total > td {
    vertical-align: middle !important;
}
.error{
	color: red !important;
  font-size: 12px;
  font-weight: 200;
}
/*  pos tab */
div.pos-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
    margin-bottom: 28px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
}
div.pos-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  
}
div.pos-tab-menu div.list-group{
  margin-bottom: 0;
}
div.pos-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.pos-tab-menu div.list-group>a .glyphicon,
div.pos-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.pos-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.pos-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.pos-tab-menu div.list-group>a.active,
div.pos-tab-menu div.list-group>a.active .glyphicon,
div.pos-tab-menu div.list-group>a.active .fa{
  background-color: #3c8dbc;
  color: #ffffff;
    border-color: #3c8dbc;
}
/*div.pos-tab-menu div.list-group>a.active:after{*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 100%;*/
/*  top: 50%;*/
/*  margin-top: -13px;*/
/*  border-left: 0;*/
/*  border-bottom: 13px solid transparent;*/
/*  border-top: 13px solid transparent;*/
/*  border-left: 10px solid #3c8dbc;*/
/*}*/

div.pos-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 20px;
}

div.pos-tab div.pos-tab-content:not(.active){
  display: none;
}

.add-product-price-table th{
	background-color: #5cb85c;
    color: white;
}
.blue-header th {
	background-color: #3c8dbc;
    color: white;
}
.table-th-green th{
	background-color: #5cb85c;
    color: white;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.active-cell {
    border: 2px dotted #3c8dbc !important;
}
.cursor-pointer{
    cursor: pointer !important;
}
.pos_product_div{
    height: 30vh;
    min-height: unset !important;
    max-height: 30vh !important;
    overflow-y: auto;
    margin-bottom: 20px;
    display: inline-block;
}
.bg-lightgray{
    background-color: #F0EDED !important;
}
.balance_due_box >li{
    padding: 11px 5px 0px 5px;
}
.option-div {
    padding: 15px;
    background-color: #d2d6de;
    color: #333;
    border:1px solid #d2d6de;
    cursor: pointer;
}
.option-div input[type="radio"]{
    display: none;
}
.option-div-group .icon {
    color: #d33724;
    display: none;
}
.option-div-group .option-div:hover{
    border:1px solid gray;
}
.option-div-group .active .icon{
    display: block;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-bottom-12{
    margin-bottom: 12px;
}
.bg-info{
    background-color: #71b874 !important;
}
.bg-info > a{
    color: #FFFFFF !important;
}
.bg-info>a:hover{
    background-color: #029608 !important;
}
ul.dt-button-collection{
    background-color: white;
    border-radius: 0px;
    padding: 0px;
    font-size: 12px;
}
td.details-control {
    background: url('/img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('/img/details_close.png') no-repeat center center;
}
.icheckbox_square-blue, .iradio_square-blue{
    margin-right: 10px;
}
.header-right-div{
    right: 10px;
    float: right;
    position: absolute;
    top: 15px;
}
.header-left-div{
    margin-top: 15px;
    display: inline-flex;
}
.m-8 {
    margin: 8px;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.m-5 {
    margin: 5px;
}
.icon-link{
  text-align:center;
  display:block;
  margin-bottom: 18px;
}
.icon-link > a {
    display:grid;
}
.icon-link > .badge{
    position: absolute;
    top: 20px;
    right: 67px;
}
.link-des {
    display: inline-block;
    text-align: left;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    border: none;
    height: auto;
    width: 100%;
    max-height: 120px;
}
.bg-light-green{
    background-color: #98D973 !important;
    color: #fff !important
}
.hover-q {
    font-size: 16px;
    margin-left: 3px;
    cursor: help;
}
.input-group-addon .hover-q{
    margin-left: 0px;
}
.text-bold{
    font-weight: bold;
}
.tour .popover-content{
    padding: 18px 14px;
}
.table-slim>tbody>tr>td, .table-slim>tbody>tr>th, .table-slim>tfoot>tr>td, .table-slim>tfoot>tr>th, .table-slim>thead>tr>td, .table-slim>thead>tr>th{
    padding: 1px;
}

/* Custom scroll bar start*/

/* width */
::-webkit-scrollbar {
    width: 7px;
}

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

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

/* Custom scroll bar end*/

.product_cell{
    height: 100px;
    padding: 1%;
}
.product_cell_div{
    height: 100% !important;
    width: 100% !important;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    cursor: pointer;
    overflow: hidden;
}

/*CSS to print receipts*/
.print_section{
    display: none;
}

@media print{
    .print_section{
        display: inline !important;
    }
    .modal-xl{
        width: 100% !important;
    }
    ::-webkit-scrollbar{
        display: none !important;
    }
    #toast-container {
      display: none;
    }
}

.input-number .btn-default{
    background-color: white;
    padding: 6px 9px;
}

.width-50{
    width: 50% !important;
}
.width-40{
    width: 40% !important;
}
.width-60{
    width: 60% !important;
}
.width-100{
    width: 100% !important;
}

.font-30{
    font-size: 30px !important;
}

.font-23{
    font-size: 23px !important;
}
.padding-5{
    padding: 5px !important;
}
.padding-10{
    padding: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-side-15{
    /*padding-left: 15px !important;
    padding-right: 15px !important;*/
}
.text-muted-imp{
    color: #A3A3A3 !important;
}

.table-no-top-cell-border td{
    border-top: 0px !important;
    border-bottom: 0px !important;
}
.table-no-top-cell-border th{
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.table-no-side-cell-border td{
    border-left: 0px !important;
    border-right: 0px !important;
}
.table-no-side-cell-border th{
    border-left: 0px !important;
    border-right: 0px !important;
}

.color-ababab *{
  color: #ababab !important;
}

.color-555 {
    color: #555555 !important;
}
.color-555 *{
    color: #555555 !important;
}
.color-white {
    color: white !important;
}
.col-no-padding{
    padding-left: 0px;
    padding-right: 0px;
}
.col-2px-padding{
    padding: 2px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pos-express-btn{
    font-size: 23px !important;
    overflow: hidden !important;
    height: 73px !important;
    white-space: normal;
}
.word-wrap{
    word-wrap: break-word !important;
}

.modal-xl{
    width: 90%; /* respsonsive width */
    margin-left: auto !important;
    margin-right: auto !important;
}
table.ajax_view tbody tr{
    cursor: pointer;
}
.bg-white{
    background-color: #fff;
}

.product-thumbnail-small{
    height: 50px;
    width: 50px;
}

table.table-text-center td, table.table-text-center th{
    vertical-align: middle !important;
}
.product_list{
    padding-left: 8px;
    padding-right: 8px;
    display: table;
    margin-bottom: 10px;

}
.product_box{
  width: 100%;
  height: 115px;
  /*padding-top: 5px;
  padding-bottom: 2px;*/
  margin-bottom: 10px;
  text-align: left;
  cursor: pointer;
  /*border: 1px solid darkgray;*/
  font-weight: 600;
  border-radius: 2px;
  padding: 3px 10px;  
  vertical-align:middle;
  display: table-cell;
  background-color: #ffffff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.19), 0 4px 6px 0 rgba(0, 0, 0, 0.19);
}
.product_box .image-container{
  /*width: 95%;*/
  height: 150px;
  margin: auto;
  /*padding-top: 5px;*/
  /* display: none !important; */
  
}
.product_box .image-container img{
    height: 45px;
    /*width: 45px*/
    
}
.eq-height-row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.cat_prod {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    gap: 5px; 
    padding-bottom: 5px;
}

.eq-height-col{
    display: flex;
}

.product_box .text_div{
    margin-top: 3px;
}
.product_box .text{
   width: 100%;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 14px;        /* fallback */
   max-height: 28px;       /* fallback */
   color: rgb(0, 0, 0);
   font-weight: unset;
   margin-top: 5px;
   margin-bottom: 5px;
}
.small-box.bg-gray:hover{
    color: #000;
    text-decoration: none;
}

#calendar table tbody td {
    cursor: pointer;
}

.min-height-90hv{
    min-height: 90vh !important;
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.text-link{
    cursor: pointer;
}

.text-link:hover{
    text-decoration: underline;
}

.v-center{
    vertical-align: middle !important;
}

.bg-woocommerce{
  background-color: #9E458B !important;
}

/*.box, .info-box, .nav-tabs-custom, .external-event{
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2) !important;
}*/

.user_avatar {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin: 1px;
}

.fs-10 {
  font-size: 10px;
}

.timeline-lode-more-btn {
  margin-left: 50px;
  margin-top: 25px;
  padding-right: 12px;
  padding-left: 12px;
}

.pa-0 {
  padding: 0px !important;
}

.mt-56{
  margin-top: 56px !important;
}

.m-2{
  margin: 2px !important;
}

.treeview-menu i{
  display: none !important;
}
.treeview-menu a{
  padding-left: 15px !important;
  font-size: 95% !important;
}
.treeview-menu a::before{
  content: "\2192 ";
}



.mr-8 {
  margin-right: 8px !important;
}

.swal-modal .swal-text {
    text-align: center;
}

.pos-total {
    display: inline-block;
    padding: 0px 10px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 15px;
    margin-bottom: 5px;
    width: 220px;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.19), 0 2px 2px 0 rgba(0, 0, 0, 0.19);

}
.pos-total span.number{
    font-size: 24px;
    vertical-align: middle;
    font-weight: bolder;
}

.pos-total span.text{
    font-weight: bolder;
    display: inline-block;
    width: 100px;
    vertical-align: middle;
}
.mb-40 {
    margin-bottom: 40px !important;
}

.money_note_btns {
  background-position: left; 
  background-size: contain; 
  background-repeat: no-repeat;
  height: 100px;
  cursor: pointer;
}

.money_note_btns_clear {
  background-position: left; 
  background-size: contain; 
  background-repeat: no-repeat;
  height: 50px;
  cursor: pointer;
}


.pos_checkout_table_container {
  height: 50vh;
}