[data-pay_method="suspend"],
[data-pay_method="suspend"]:hover,
[data-pay_method="suspend"]:focus
{
	background: #ffdae1 !important;
	color: #f41840 !important;
	border: 1px solid #f41840;
	border-radius: 3px !important;
	font-weight: 500 !important;
	
}

[id="pos-draft"] {
	border-radius: 3px !important;
	font-weight: 500 !important;
	border: 1px solid #00a1e0 !important;
}

[class="label bg-red"] {
	background: #ffdae1 !important;
	color: #f41840 !important;
}

[class="label bg-yellow"] {
	background: #fff4eb !important;
	color: #eb7a2f !important;
}

[class="label bg-green"] {
	background-color: #a1edd0 !important;
    color: #14522d !important;
}

[class="label custom-bg-red"] {
	background: #ffdae1 !important;
	color: #f41840 !important;
}

[class="label custom-bg-green"] {
	background: #ffeb78 !important;
	color: #4f4700 !important;
}

[class="label custom-bg-blue"] {
	color: #0078d4 !important;
	background-color: #ecf4ff !important;
}

/* make table columns no wrap by adding nowrap class to their table attributes */
.nowrap {
  white-space: nowrap;
}
	

/* data table of suppliers and customers have no wrapping */
[id="contact_table_wrapper"] {
	white-space: nowrap;
}

/* data table of products have no wrapping */


/* current quantity available while adding purchase or transfers */
.qty_available_text {
	font-weight: 500;
}

/* selected locations on add product formatting */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ecf4ff;
    border-color: #bfe3fc;
	color: #373737 !important;
	border-radius: 0px;
	padding-left: 2px;
	width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fae1e2;
    border-color: #db2632;
    border-radius: 3px;
    background: #db2632;
    padding: 0px 5px 0px 5px;
	margin: 1px 5px 1px 1px;
}

/* add additional expense */
[id="toggle_additional_expense"] {
	margin-bottom: 10px !important;
}

/* error message */
[class="error"] {
	font-weight: 500;
}

/* stock expiry alert icon */
[class="fas fa-calendar-times"] {
	color: #ff4330 !important;
}

/* change font formatting for text on today's profit report for the profit amounts gross profit and net profit */
h3 .display_currency {
	color: #0078d5 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}

/* add product button on invoice page next to product search bar */
[class="btn btn-default bg-white btn-flat pos_add_quick_product"] {
	margin-left: 0px !important;
}

/* making header logo area static or freeze or stick on top */
.logo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transition: transform 0.5s ease-in-out; /* add transition effect */
	transform: scale(1, 1); /* scale vertically by 50% */
/*  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3) !important; /* Adds a shadow at the bottom */

}

/* making side menu fix, freeze */
.main-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 230px;
  height: 100vh;
  overflow-y: auto;
	padding-bottom: 100px;
}

.main-sidebar .user-panel,
.sidebar-menu,
.sidebar-menu > li.header {
  position: relative;
}

/* Style the scrollbar track */
.main-sidebar::-webkit-scrollbar-track {
  background: #eee;
}

/* Style the scrollbar thumb */
.main-sidebar::-webkit-scrollbar-thumb {
  background: #c3c3c3;
}

/* Style the scrollbar on hover */
.main-sidebar::-webkit-scrollbar-thumb:hover {
  background: #b8b8b8;
}

/* style the scrollbar width */
.main-sidebar::-webkit-scrollbar {
  width: 6px; /* made it 0 for invisible */
}


/* Deactivate Location Button formatting */
[class="btn btn-xs activate-deactivate-location  btn-danger "] {
	margin: 5px 0px 5px 0px;
}

/* total amount formating, this attribute is self added from expense > create blade */
[attribute="total-amount-tn"] {
  color: #000;
	background: #ecf4ff;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #bfe3fc;
}

.text-green, .text-success {
    color: #147657 !important;
}

/* formatting invoices number and reference of invoices appearing on top when adding or editing new invoice etc. */
.content-header>h1>small {
	font-size: 13px !important;
	font-weight: 400 !important;
}

/* hide add discount button on customers and suppliers due to ledger issues */
[data-target="#add_discount_modal"] {
    display: none;
}

/* hidding theme selection in settings */
select2-theme_color-container {
	display: none;
}

hr {
    border-top: 2px solid #eee;
}

/* making favicon icons center aligned */
.fa, .fas {
	text-align: center;
}

/* formatting divider and separater */
.divider {
    border-top: 1px solid #ddd;
}


/* delete, cross or close button formatting */
/* delete button in table heading
.fa-trash {
	color: #3c3c41;
}
*/

/* delete button or icon below table */
.remove_product_row.cursor-pointer {
	color: #db2632;
	border-color: #0078d4;
	border-radius: 3px;
	background: #fae1e2;
	margin-top: 5px;
	padding: 7px;
}
.pos_remove_row.cursor-pointer {
	color: #db2632;
	border-color: #0078d4;
	border-radius: 3px;
	background: #fae1e2;
	margin: 5px;
	padding: 7px;
}

/* drop down menu on customer selection etc. */
.select2-container--open .select2-dropdown--below {
	background-color: #f4f4f4;
	box-shadow: 2px 2px 5px 0px #8e8e8e;
	transition: border-color 0.2s ease-in-out, box-shadow 0.5s ease-in-out;
}

.select2-search--dropdown {
	background-color: #f5f5f5;

}

.select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default.select2-container--focus .select2-selection--multiple {
 	border-color: #0078d4;
	box-shadow: 0 0 2px #0078d4;
	transition: border-color 0.2s ease-in-out, box-shadow 0.5s ease-in-out;
}



/* home page formatting */

.info-box-new-style:hover {
    transform: none;
}

/* purchase sections top bar line color, top bar gradient line */
.box.box-warning {
	border-top: 3px solid;
	border-image: linear-gradient(to right, #0078d4, #0078d4);
	border-image-slice: 1;
}

/* future update
.box.box-warning {
	border-top: 3px solid;
	border-image: linear-gradient(to right, #0078d4, #00bcd4);
	border-image-slice: 1;
}
*/



/* login page setting */
.login-header {
    display: none;
}

.left-col {
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.76),rgba(51, 51, 51, 0.32)),url(../img/home-bg.jpg); !important;
    text-align: center;
    background-size: cover !important;
    background-position: right bottom !important;
}

/* subscription page view */

/*superadmin package view */
.box .box-body, .box .box-footer, .box .box-header {
	border-radius: 10px;
}

.box-title {
	color: #d4bc80;
}

/* 
.alert-success, .bg-green, .callout.callout-success, .label-success, .modal-success .modal-body, .progress-bar-green, .progress-bar-success {
display: none; 
}
commenting out due to display issue on view option of purchase and invoices */

/*
.box-header>.box-tools {
	display: none;
}
commenting above out because it was hidding selling price group under products */

div.box-tools.pull-right {
	display: none;
}

.box-header.with-border.text-center {
    border-radius: 10px 10px 0px 0px;
	background: #323337;
	font-weight: 600 !important;
	font-size: 18px !important;
	padding-bottom: 15px;
	border: 2px solid #323337;
	margin-top: -8px;
    text-transform: uppercase;
	
}

.box-body.text-center {
	border-radius: 0px 0px 10px 10px;
	background-image: linear-gradient(to bottom right, #b0843b, #f6f1ba);
	color: #323337;
	font-weight: 500;
}

/* box formatting on subscription page */
.box, .info-box {
    border-radius: 0px;
}

/* top bar subscription notification icon disable */
.fas.fa-info-circle.pull-left.mt-10.cursor-pointer[data-toggle="popover"] {
  display: none;
}

/* POS date formatting */
.curr_datetime {
  padding-left: 20px;
}

/* top bar right buttons formatting */

/* POS Button */

.bg-navy.pos-total.text-white {
	color: #fff !important;
	background-color: #0078d4 !important;
	border: 1px solid #0078d4 !important;
}

.btn-success,
.btn-modal.bg-purple,
.btn-modal.bg-yellow,
#full_screen,
#return_sale,
#close_register,
#pos-quotation,
.bg-purple,
.bg-maroon,
.bg-navy,
#pos-cancel {
	border-radius: 3px !important;
	color: #0078d4 !important;
	background-color: #ecf4ff !important;
	border: 1px solid #0078d4 !important;
	font-weight: 500 !important;
}

.btn-success:hover {
	color: #004173 !important;
	background-color: #daf1fb !important;
	border: 1px solid #00a1e0 !important;
}

.btn-success:focus {
	color: #004173 !important;
	background-color: #daf1fb !important;
	border: 1px solid #00a1e0 !important;
}

.btn-success:active {
	color: #004173 !important;
	background-color: #daf1fb !important;
	border: 1px solid #00a1e0 !important;
}

/* POS screen background color */
.lockscreen {
    background: #f4f4f4; /* #f1f6fa */
}

.pos-total span.text {
	white-space: nowrap;
	width: auto !important;
}

.mt-5 {
  display: flex;
  align-items: center;
	width: auto;
}

/* POS footer menu and icons setting */
.pos-form-actions {
    height: auto;
    padding-top: 12px;
    padding-bottom: 20px;
    background-color: #f4f4f4 !important; /* #f1f6fa */
}

/* POS section setting */
.col-md-10.col-md-offset-1.no-padding.pr-12 {
  padding-top: 10px !important;
	padding-bottom: 0px !important;
	height: auto !important;
	  margin-bottom: 0 !important;
}


/* POS footer setting */
.no-print.text-center.text-info {
	display: none !important;
}


/* discount and shipping etc. pop up screen formatting */
.modal-content {
  border-radius: 3px;
	padding: 3px;
}

/* POS multipay multi pay orange background formatting */
.box.box-solid.bg-orange {
	background: #0078d4 !important;
	
}

/* home page icon colors */
.info-box-icon.bg-green {
  background-color: #e2ffe5 !important;
	color: #14522d !important;
}
.bg-aqua {
  background-color: #e5f3fe !important;
	color: #0086ff !important;
}
.info-box-icon.bg-yellow {
  background-color: #fbead0 !important;
		color: #ffa827 !important;
}
.info-box-icon.bg-red.text-white {
    background-color: #ffe0dd !important;
	color: #ff4330 !important;
}

.info-box-icon.bg-red {
    background-color: #ffe0dd !important;
	color: #ff4330 !important;
}

/* home page background gradient removal #f4f4f4 */
.content-header-custom {
  background-color: #eee !important; /* #f4f4f4 */
  background-image: none !important;
}

.skin-black .content-wrapper .content-header-custom a, 
.skin-black .content-wrapper .content-header-custom h1, 
.skin-black .content-wrapper .content-header-custom small, 
.skin-black-light .content-wrapper .content-header-custom a, 
.skin-black-light .content-wrapper .content-header-custom h1, 
.skin-black-light .content-wrapper .content-header-custom small {
    color: #000!important;
}

.info-box-new-style .info-box-icon i {
	font-size: 32px !important;
}

.info-box-number {
	font-size: 20px !important;
	font-weight: 500;
}

.user-header {
	background-color: #3C3C41 !important;
}

/* top navigation bar static */

.navbar.navbar-static-top {
background: #3C3C41 !important;
}

.logo {
	background: #0078d5 !important;
/*    background: linear-gradient(to top, #0052c6, #056dff) !important; future update */
}

.logo:hover {
    background: #0052c6 !important;
}

.logo:focus {
    background: #002b66;
}

/* page background and footer formatting #f4f4f4 */
.content-wrapper {
	background-color: #eee; /* #f4f4f4 */
}

.main-footer {
	padding-top: 25px;
	background-color: #eee; /* #f4f4f4 */
}

.toggle-font-size {
  display: none;
}

/* search bar formatting 
input[type="search"] {
    min-width: 215px;
}*/

/* setting font style to date range filter menu */
.daterangepicker .ranges li {
	font-size: 12px !important;
    white-space: nowrap;
    width: auto !important;
}

/* edit button, close button, warning button, danger button, update settings, delete button formatting, by default it applies settings from primary button (changed back to 500 due to other icons) */
.btn.btn-xs.btn-danger.close_account,
.btn.btn-warning.btn-xs,
.btn.btn-xs.btn-primary.edit_unit_button,
.btn.btn-danger,							/* applying bold effect to all danger buttons */
.btn.btn-danger.pull-right,
.btn.btn-xs.btn-danger.delete_brand_button,	/* delete button product brands */
.btn.btn-xs.btn-danger.delete_unit_button,	/* delete button product units */
.btn.btn-xs.btn-primary.btn-modal {
    font-weight: 500 !important;
}

/* adding margin to warning button for account list page */
.btn.btn-warning.btn-xs {
	margin-bottom: 5px;	/* observation */
	margin-top: 5px;	/* observation */
}

/* save and print button */
#save-and-print {
    font-weight: 500;
    background-color: #17a34a;
    border-color: #17a34a;
}

#save-and-print:hover {
    background-color: #12863c; /* slightly darker shade */
}

#save-and-print:active {
    background-color: #0d5926; /* even darker shade */
}

/* Table on bttom formatting on add new product on bottom */
.table.table-bordered.add-product-price-table.table-condensed th {
    background-color: #e7f0fa !important;
    color: black !important;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

.table.table-bordered.add-product-price-table.table-condensed th {
    vertical-align: middle;
}

.table.table-bordered.add-product-price-table.table-condensed {
    background-color: #f4f4f4 !important;
}

/* submit button primary formatted adding margin due to save and add another and add opening buttons */
.btn.btn-primary.submit_product_form {
	border-radius: 3px !important;
	margin: 0px 5px 0px 5px;
}

/* adding x Margin(%) table margin on top for alignment of cell */
.form-control.input-sm.input_number#profit_percent {
	margin: 5px 0;
}
	
/* Save and add another button formatting */
.btn.bg-maroon.submit_product_form {
	border-radius: 3px !important;
    color: #ffffff !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    background-color: #17a34a !important;
	border-color: #17a34a !important;
	outline: none;
	margin: 0px 5px 0px 5px;
box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.15);
}

.btn.bg-maroon.submit_product_form:hover {
	background-color: #17a34a;
	border-color: #17a34a;
  box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.3);
}

.btn.bg-maroon.submit_product_form:focus {
    background-color: #17a34a;
	border-color: #17a34a;
  box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.3);
}

/* Save and add opening stock button formatting */
.btn.bg-purple.submit_product_form {
	border-radius: 3px !important;
    color: white !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    background-color: #ff7b66 !important;
	border-color: #ff7b66 !important;
	outline: none;
	margin: 0px 5px 0px 5px;
box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.15);
}

.btn.bg-purple.submit_product_form:hover {
    background-color: #ff7b66;
	border-color: #ff7b66;
  box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.3);
}

.btn.bg-purple.submit_product_form:focus {
    background-color: #ff7b66;
	border-color: #ff7b66;
  box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.3);
}

/* Primary Button Formatting */
.btn-primary {
    border-radius: 3px !important;
    color: white;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    background-color: #0078D4;
	border-color: #0078D4;
	outline: none;
box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.15);
}

.btn-primary:hover {
    background-color: #0052c6;
	border-color: #0052c6;
  box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.3);
}

.btn-primary:focus {
    background-color: #002b66;
	border-color: #002b66;
  box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.3);
}

/* download Button Formatting */
.btn.btn-success[download],
.btn.btn-success.pull-right.margin-left-10 {
    border-radius: 3px;
    color: white !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    background-image: linear-gradient(to top, #19a84e, #40d476) !important;
    outline: none;
	border: none !important;
	box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.15);
	padding: 7px 12px;
}

.btn.btn-success[download]:hover,
.btn.btn-success.pull-right.margin-left-10:hover {
    background-image: linear-gradient(to top, #19a54c, #23b258) !important;
  box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.3);
}

.btn.btn-success[download]:active,
.btn.btn-success.pull-right.margin-left-10:active {
    background-image: linear-gradient(to top, #117a37, #19a54c) !important;
  box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.3);
}

/* delete button */
#delete-selected {
border-radius: 3px;
background: linear-gradient(to top, #fb7864, #fc8370);
color: #fff;
font-weight: 500;
padding: 4px 10px;
box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.15);
border: none;
}

#delete-selected:focus,
#delete-selected:active {
outline: none;
box-shadow: none;
}

#delete-selected:hover {
background: linear-gradient(to top, #f76f5e, #f97c6e);
color: #fff;
text-decoration: none;
  box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.3);
}

/* add to location button on product page */
.btn-success.btn-xs.update_product_location {
	border-radius: 3px;
	background: linear-gradient(to top, #01d3b0, #02e4be);
	color: #fff !important;
	font-weight: 500;
	padding: 4px 10px;
	border: none !important;
	box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.15);
	margin: 0px 0px 10px 0px;
}

.btn-success.btn-xs.update_product_location:focus,
.btn-success.btn-xs.update_product_location:active {
  background: linear-gradient(to top, #01d3b0, #02e4be);
  color: #fff;
  outline: none;
  box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.3);
}

.btn-success.btn-xs.update_product_location:hover {
  background: linear-gradient(to top, #02e4be, #00d6b2);
  color: #fff;
  outline: none;
  box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.3);
}

/* code for remove from location button on product page */
.btn.btn-xs.bg-navy.update_product_location {
	border-radius: 3px;
	background: linear-gradient(to top, #1d9de6, #1fadff);
	color: #fff !important;
	font-weight: 500;
	padding: 4px 10px;
	border: none !important;
	box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.15);
	margin: 0px 0px 10px 0px;

}

.btn.btn-xs.bg-navy.update_product_location:focus,
.btn.btn-xs.bg-navy.update_product_location:active {
  background: linear-gradient(to top, #1d9de6, #1fadff);
  color: #fff;
  outline: none;
  box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.3);
}

.btn.btn-xs.bg-navy.update_product_location:hover {
  background: linear-gradient(to top, #1d95d9, #1ca6f5);
  color: #fff;
  outline: none;
  box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.3);
}

/* code for deactivate selected button */
#deactivate-selected {
	border-radius: 3px;
	background: linear-gradient(to top, #ffca18, #ffd753);
	color: #fff;
	font-weight: 500;
	padding: 4px 10px;
	border: none;
	box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.15);
	margin: 0px 0px 10px 0px;

}

#deactivate-selected:focus,
#deactivate-selected:active {
  background: linear-gradient(to top, #ffca18, #ffd753);
  color: #fff;
  outline: none;
  box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.3);
}

#deactivate-selected:hover {
  background: linear-gradient(to top, #f0be17, #f5cf4f);
  color: #fff;
  outline: none;
  box-shadow: 2px 2px 4px rgba(136, 152, 170, 0.3);
}

/* inactive or deactivated label formatting */
.label.bg-gray {
border: none;
background-color: #ffe5e5 !important;
color: #f04848;
display: inline-block;
}

/* Button add supplier or customer or add product etc */
.btn.btn-flat {
  padding: 6.5px 12px !important;
}

.btn.btn-default.bg-white.btn-flat.add_new_customer {
  /* additional styles for the add new customer button or for any specific class */
	padding: 6.5px 12px !important;
	border-left: 0px;
}

/* select customer and add new customer icon line fix with padding added. */
.input-group-btn>.btn.btn-default.bg-white.btn-flat.add_new_customer {
	margin-left: 0px;
}

/* sidebar main menu font text formatting */


.sidebar-menu>li {
	background: #fff !important;	/* background color main menu */
/*	padding: 0px 3px 0px 3px; /* future update to make main menu buttons appearance */
}

.sidebar-menu>li>a {
    font-weight: 500 !important;	/* main menu font weight */
	padding: 11px 16px 11px 10px;
}

/* sidebar main menu padding after icons before text links */
.sidebar-menu.tree>.fa, .fas {
	padding-right: 0px !important;
}

/* changing font weight of side bar selected menu links */
.sidebar-menu li.active > a {
  font-weight: 600 !important;
}



/* filter box formatting and top bar line */
.box-header.with-border {
    border-top: 3px solid #0078d5;
	border-radius: 0px;
}

.box.box-solid {
  border: none;
  border-top-right-radius: 3px;	/* modified, was 0px */
  border-top-left-radius: 3px;	/* modified, was 0px */
  border-bottom-right-radius: 3px;	/* modified, was 0px */
  border-bottom-left-radius: 3px;	/* modified, was 0px */
}

/* filter section filter title */
.box-title>a {
	color: #0078d5;
	font-size: 15px !important;
}

/* top bar line color on sections wherever line color was blue */
.box.box-primary {
  /* border: 1px solid #ddd; */
  border-top-color: #0078d5;
  border-top-width: 3px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* navigation tab background setting making it transparent */
.nav-tabs-custom > .nav-tabs {
  background-color: #eee !important; /* #f4f4f4 */
}

/* tabs color formatting */
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #056dff;
  border-top-width: 3px;
  border-left: none;
  border-right: none;
  border-top-left-radius: 3;
  border-top-right-radius: 3;
		box-shadow: 0px 0px 0px rgba(136,152,170,.15);
}

.nav-tabs-custom > .nav-tabs > li {
  border-top: 3px solid transparent;
  margin-bottom: -2px;
  margin-right: 0;
  padding-right: 0;
  background-color: #ecf4ff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-left: 1px solid #b9d6ff;
  border-right: 1px solid #b9d6ff;
  border-top: 1px solid #b9d6ff;
box-shadow: 2px 0px 4px rgba(136,152,170,.2);

}

/* close button formatting */
.close,
.close:focus,
.close:hover {
	font-size: 18px !important;
	font-weight: 800 !important;
	color: #db2632 !important;
	border-color: #0078d4 !important;
	border-radius: 3px !important;
	background: #fae1e2 !important;
	padding: 5px 10px 10px 10px !important;
	opacity: 1 !important;
	text-transform: uppercase !important;
}
.close>span {
	font-size: 18px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
}


/* action drop down menu formatting */

.dropdown-menu > li > a {
  	color: rgba(0, 0, 0, 0.9);
	font-size: 13.5px;
	line-height: 1.5;

}
.dropdown-menu > li > a:hover {
  	color: #ffff;
	background-color: #0078d4
}

.dropdown-menu {
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px;
	padding: 5px 0 10px 0;
    margin: 2px 0 0;
    min-width: 230px;
}

.dropdown-menu > li.divider {
    border-top: 1px solid #ddd;
}


/* invoice links on home page to make them bold */
.btn-modal {
  font-weight: 500;
}


/* formatting buttons */
/* formatting action button */
.btn-info {
	border-radius: 3px !important;
    background-color: #fff;
    border-color: #0078d4;
    color: #0078d4 !important;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #d7eaf8;
    border-color: #1e87f0;
    color: #004173 !important;
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-color: #d7eaf8;
    border-color: #1e87f0;
    color: #004173 !important;
}

.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    background-color: #d7eaf8;
    border-color: #1e87f0;
    color: #004173 !important;
}

/* adding margin with drop down icon after actions text */
.btn .caret {
  margin-left: 3px !important;
}


/* Hiding purchase and sale return sub details on home screen */
.fs-10 {
  display: none !important;
}

.bg-gray {
  background-color: #f4f4f4 !important;
}


/* drop down menu blue color */
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #0078d4 !important;
    color: #fff !important;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #0052c6 !important;
    color: #fff !important;
}
.select2-container--default .select2-results__option[aria-selected=true]:focus {
    background-color: #0052c6 !important;
    color: #fff !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0078d4 !important;
    color: #fff !important;
}
/* add sale invoice product table coloring */
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	text-align: center;
	background-color: #eee; /* #ecf4ff */
	color: #373737;
	font-weight: 600 !important;
	vertical-align: middle !important;
}

/* column odd color under observation */
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9 !important; /* #f8f9fe */
}


/* help text resize */
.help-block {
  font-size: 12px !important;
}
/* Add product IMEI, Serial number or other informations here. */
small {
    font-size: 12px !important;
}
/* highlight tabs when selected to see which cell is selected */
.select2-container--default.select2-container--focus .select2-selection--single {
 	border-color: #0078d4 !important;
	box-shadow: 0 0 2px #0078d4;
	transition: border-color 0.2s ease-in-out, box-shadow 0.5s ease-in-out;
}
.form-control:focus {
 	border-color: #0078d4 !important;
	box-shadow: 0 0 2px #0078d4;
	transition: border-color 0.2s ease-in-out, box-shadow 0.5s ease-in-out;
}
/* Change font family to Arial */
* {
	font-family: "Segoe UI", SegoeUI, "Segoe WP", Tahoma, Arial, sans-serif;
	
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Segoe UI", SegoeUI, "Segoe WP", Tahoma, Arial, sans-serif;
}


/* Change font size from 14px to 13px */
*:not(.exclude):not(.dropdown-menu) > *:not(.label):not(.btn-group-vertical):not(table):not(.logo-lg) > *:nth-child(n) {
  font-size: 13.5px;
}



/* label button font text formatting */
table .label {
  font-size: 13px !important;
  font-weight: 400;
}

/* action button under table font text formatting */
table .btn-group-vertical > .btn,
table .btn-group > .btn {
  font-size: 13px !important;
  font-weight: 400;
}

/* expand table to text values and no text wraping */

table {
  /* white-space: nowrap; */
  width: 100% !important;
  max-width: none !important;
}
/* table heading font text formatting */
table td {
  font-size: 13.5px !important;
}

/* table rows font text formatting */
table th {
  font-size: 13.5px !important;
}



/* Exclude certain elements */
.exclude {
  font-size: 14px !important;
}
p[style*="font-weight: 400"] {
  font-weight: 500;
}
/* changing body text color to black */
body {
  color: #373737 !important; /* #3c3c4e body font text color */
}
/* changing heading text font size color */
h1 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #000000 !important;
	font-family: Arial, sans-serif !important;
}

h3 {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: inherit !important;
}

h4 {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: inherit !important;
}


/* font size and formating for business name on top of left side menu */
.logo-lg {
  font-size: 18px !important;
  font-weight: 700;
	line-height: 90%;
	padding-top: 11%;
	letter-spacing: 1px;
/*  font-family: Arial;
/*  text-transform: uppercase; commenting out to display MoneyMapper.pk as it is*/
}
.logo-lg>logo-lg-2 {
  	font-size: 18px !important;
  	font-weight: 400;
	margin-left: 1px;
	letter-spacing: 0.5px;
	color: #fff;
}
.logo-lg>sup {
  	font-size: 10px;
  	font-weight: 400;
	letter-spacing: 0px;
	padding: 1px 3px 1px 2px;
	margin-left: 3px;
	border-radius: 3px !important;
background: linear-gradient(to bottom, #fff, #eee, #fff);

/* Gold background gradient background: linear-gradient(to bottom right, #f6f1ba, #f2dc76, #af833a, #f2dc76, #f6f1ba); */

	color: #0078d5;
}
.logo-lg>logo-footer {
  	font-size: 10px;
  	font-weight: 400;
	color: #fff;
}

.pagination>.active>a, 
.pagination>.active>span {
	z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0078D4;
    border-color: #0078D4;
}

.pagination>.active>a:hover,
.pagination>.active>span:hover {
    background-color: #0052c6;
    border-color: #0052c6;
}

.pagination>.active>a:focus, 
.pagination>.active>span:focus {
    background-color: #002b66;
    border-color: #002b66;
}

/* side menu or main menu coloring */
.skin-black-light .sidebar-menu>li.active>a,
.skin-black-light .sidebar-menu>li.menu-open>a,
.skin-black-light .sidebar-menu>li:hover>a,
.skin-blue-light .sidebar-menu>li.active>a,
.skin-blue-light .sidebar-menu>li.menu-open>a,
.skin-blue-light .sidebar-menu>li:hover>a,
.skin-green-light .sidebar-menu>li.active>a,
.skin-green-light .sidebar-menu>li.menu-open>a,
.skin-green-light .sidebar-menu>li:hover>a,
.skin-purple-light .sidebar-menu>li.active>a,
.skin-purple-light .sidebar-menu>li.menu-open>a,
.skin-purple-light .sidebar-menu>li:hover>a,
.skin-red-light .sidebar-menu>li.active>a,
.skin-red-light .sidebar-menu>li.menu-open>a,
.skin-red-light .sidebar-menu>li:hover>a,
.skin-yellow-light .sidebar-menu>li.active>a,
.skin-yellow-light .sidebar-menu>li.menu-open>a,
.skin-yellow-light .sidebar-menu>li:hover>a {
    background: #eee !important; /*appears while drop down menu is expanding */
    color: #000000;
    border-top: none !important;
    border-bottom: none !important;
	line-height: 1.5;
}

/* Side menu main link when selected */




.skin-black-light .sidebar-menu>li.active>a,
.skin-blue-light .sidebar-menu>li.active>a,
.skin-green-light .sidebar-menu>li.active>a,
.skin-purple-light .sidebar-menu>li.active>a,
.skin-red-light .sidebar-menu>li.active>a,
.skin-yellow-light .sidebar-menu>li.active>a {
    /* background: #ecf4ff !important;
    border-top: 1px solid #b9d6ff !important;
    border-bottom: 1px solid #b9d6ff !important;
	color: #000000 !important;
	line-height: 1.5; */
	
	background: #eee !important; /* #ecf4ff */
    border-left: 5px solid #056dff !important;
	border-top: 0px solid #c6c6c6 !important;
	border-bottom: 0px solid #c6c6c6 !important;
	color: #000 !important;
	line-height: 1.5;
	padding: 11px 16px 11px 8px;

}

.skin-black-light .sidebar-menu>li.active>a:hover,
.skin-black-light .sidebar-menu>li.menu-open>a:hover,
.skin-black-light .sidebar-menu>li:hover>a:hover,
.skin-blue-light .sidebar-menu>li.menu-open>a:hover,
.skin-blue-light .sidebar-menu>li:hover>a:hover,
.skin-green-light .sidebar-menu>li.menu-open>a:hover,
.skin-green-light .sidebar-menu>li:hover>a:hover,
.skin-purple-light .sidebar-menu>li.menu-open>a:hover,
.skin-purple-light .sidebar-menu>li:hover>a:hover,
.skin-red-light .sidebar-menu>li.menu-open>a:hover,
.skin-red-light .sidebar-menu>li:hover>a:hover,
.skin-yellow-light .sidebar-menu>li.menu-open>a:hover,
.skin-yellow-light .sidebar-menu>li:hover>a:hover {
    background: #f4f4f4 !important; /* #ecf4ff */
    border-top: none !important;
    border-bottom: none !important;
	line-height: 1.5;

}

/* side menu sub menu links */


.skin-black-light .sidebar-menu>li>.treeview-menu {
	padding-left: 0px;
	border-bottom: 0px solid #eee !important;
	line-height: 1.7 !important;
	background-color: #fff !important;
	padding-bottom: inherit;
}

.skin-black-light .sidebar-menu .treeview-menu>li>a {
	padding-left: 42px !important;
	color: #3c3c41 !important;
/*	border-bottom: 1px solid #eee !important; future update */
}

.sidebar-menu .treeview-menu>li>a:hover {
	background-color: #f4f4f4 !important;
	/* border-top: 1px solid #b9d6ff !important; */
    /* border-bottom: 1px solid #b9d6ff !important; */
}

.sidebar-menu .treeview-menu>li.active>a {
	background-color: #eee !important;
	color: #056dff !important;
	border-left: 0px solid #d24726;
}

/* default code and settings below */
@media (max-width: 767px) {
    .main-header .navbar-custom-menu {
        float: none !important;
        display: block !important;
    }
    .main-header .navbar-custom-menu .dropdown-menu {
        left: auto !important;
    }
    .skin-blue-light .main-header .navbar .dropdown-menu li a {
        color: #777;
    }
    .main-header .navbar {
      height: auto;
    }
}
.bg-danger {
    background-color: #f2dede !important;
}
.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;
}

.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: #4472c4 !important;
  color: #fff;
}
.table-pdf thead tr th {
  color: #fff !important;
	font-size: 12px; /* added */
}

/* Added */
.table-pdf td {
	font-size: 12px;
}

/* values in below modified */
.blue-heading {
  background-color: #fff;
  color: #222222;
}

/* Added for above */
.col-md-6>.blue-heading {
	font-size: 16px !important;
	font-weight: 500 !important;
}

.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;
}

/* ADDED */
.table-pdf.td-border td, .td-border th {
  padding: 3px 5px;
}

.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;
  position: fixed;
  bottom: 0px;
  background-color: #D1D5DC;
  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 > .content {
  background: #445867 !important;
}
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;
}
.right-col {
  background-color: #243949;
  height: 100%;
  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;
}
.right-col-content {
  padding: 10% 16%;
  padding-bottom: 3%;
}
.right-col-content-register {
  padding: 2% 8%;
}

.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: 485px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.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;
	font-weight: bold !important;
	text-align: left !important;
}
.error{
	color: red !important;
}
/*  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: #0078D4;
  color: #ffffff;
    border-color: #0078D4;
}
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 #0078D4;
}

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{
    min-height: 47vh;
    max-height: 57vh;
    overflow-y: auto;
    margin-bottom: 20px;
}
.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: #00a1e0 !important; /* Added color. Was #00c0ef */
}
.bg-info > a{
    color: #FFFFFF !important;
}
.bg-info>a:hover{
    background-color: #337ab7 !important;
}
ul.dt-button-collection{
    background-color: #00c0ef;
}
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: 120px;
    width: 120px;
    max-height: 120px;
}
.bg-light-green{
    background-color: #a1edd0 !important;	/* modified, was #98D973 */
    color: #14522d !important;	/* modified, was #fff */
}
.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: 3px; /* modified, was 1px */

}

/* Custom scroll bar start*/

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

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* modified, default #f1f1f1 */ 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; /* scroll handle modified, default #888; */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; /* modified, default #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-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-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;
}

.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;
}
.product_box{
  width: 100%;
  /*padding-top: 5px;
  padding-bottom: 2px;*/
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  /*border: 1px solid darkgray;*/
  font-weight: 600;
  background-color: #fff;
  border-radius: 2px;
  padding-top: 3px;
}
.product_box .image-container{
  /*width: 95%;*/
  height: 55px;
  margin: auto;
  /*padding-top: 5px;*/
  
}
.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;
}
.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: 1; /* number of lines to show */
   line-height: 14px;        /* fallback */
   max-height: 14px;       /* fallback */
}
.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: 12px !important;
	width: auto;
}

.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: 25px !important;
/*  font-size: 95% !important; commenting out for size application */ 
}
.treeview-menu a::before{
	display: none; /* added to remove the icon on left of sub menu links */
  /* content: "\2192 "; */
}

@media only screen and (max-width: 600px) {
  .pos-form-actions{
    position: absolute;
  }
}
.mr-8 {
  margin-right: 8px !important;
}

@media (max-width: 1024px) {
   .pos_form_totals{
        margin-bottom: 40px;
    }
}

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

.pos-total {
    display: inline-block;
    padding: 8px 10px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}
.pos-total span.number{
    font-size: 26px;
    vertical-align: middle;
    font-weight: bolder;
}

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

@media print {
    a:after { content:''; }
    a[href]:after { content: none !important; }
}

.fa-times{
    font-size: 30px
}
.mb-5{
  margin-bottom: 5px !important;
}
.tree-actions {
  margin-left: 20px;
  display: none;
}
.jstree-hovered .tree-actions {
  display: inherit;
}