.loader_contrainer {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0.7;
	background-color: #c1002f;
	z-index: 99;
}
.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid blue;
	border-right: 16px solid green;
	border-bottom: 16px solid red;
	border-left: 16px solid pink;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	z-index: 100;
	position:fixed;
    top: 50%;
    left: 50%;
	margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -4em;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
a {
	text-decoration: none;
}
body  {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #c1002f;
}
.twoColFixRt #container {
	width: 95%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRt #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow-x: auto;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tableview
{
	font-size:11px;
	border-color:#ff5d57;
}
.tableview a:link
{
	text-decoration:none;	
}
.menu {
    width: 230px;
    border-radius: 8px;
    overflow: hidden;
	float: right;
}

.item {
    border-top: 1px solid #ff5d57;
    overflow: hidden;
}

.btn {
    display: block;
    padding: 16px 20px;
    background: #c1002f;
    color: white;
    position: relative;
}

.btn::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #ff5d57;
    left: 20px;
    bottom: -7px;
    transform: rotate(45deg);
}

.btnDark {
    display: block;
    padding: 16px 20px;
    background: #333;
    color: white;
    position: relative;
}

.smenu {
    background: #333;
    overflow: hidden;
    transition: max-height 0.3s;
    max-height: 0;
}

.smenu a {
    display: block;
    padding: 16px 26px;
    color: white;
    margin: 4px 0;
    position: relative;
}

.smenu a::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    background: #ff5d57;
    left: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0;
}

.smenu a:hover::before {
    opacity: 1;
}

.item:target .smenu {
    max-height: 20em;
}
.star_red {
	color: red; font-weight: bold; font-size: 20px;
}
.productphotos_div {
	display: flex;
}
.singlephoto_div {
	display: flex;
	flex-direction: column;
	text-align: center;
}
.ul_customer {
  list-style-type: "→";
}
.li_customer {
	cursor: pointer;
}
#points-div, #coupon_status, .coupon_code_div, .drivers_div, .payment_buttons_div, .rewards_tr, .btn_print_invoice, .payment_status_tr_class {
	display: none;
}
#coupon_status {
	color: green; font-weight: bold; font-size: 12px;
}
#point-units, #point-amount {
	color: green;
}
#products_div {
	padding-left: 20px;
}
.product_ul_li_div {
	overflow-y: auto; height: 800px;
}
.item_div {
	cursor: pointer;
	text-align: center;
	padding: 10px;
	border-style: outset;
	font-size: 13px;
	min-width: 120px;
	max-width: 120px;
	min-height: 120px;
	max-height: 120px;
}
.item_div_offer {
	text-align: center;
	padding: 10px;
	border-style: outset;
	font-size: 13px;
	min-width: 65px;
	max-width: 65px;
	min-height: 20px;
	max-height: 20px;
}
.products_ul {
	list-style: none;
	padding: 0;
	margin: 0;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.product_li {
	display: inline-block;
	margin-right: 10px;
}
.hover-2 {
  --c: #c1002f; /* the color */
  --b: .1em;    /* border length*/
  --d: 20px;    /* the cube depth */
  
  --_s: calc(var(--d) + var(--b));
  
  color: var(--c);
  border: solid #0000;
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  background:
    conic-gradient(at left var(--d)  bottom var(--d),
      #0000 90deg, rgb(255 255 255 /0.3) 0 225deg,rgb(255 255 255 /0.6) 0) border-box,
    conic-gradient(at left var(--_s) bottom var(--_s),
      #0000 90deg,var(--c) 0) 0 100%/calc(100% - var(--b)) calc(100% - var(--b))  border-box;
  transform: translate(calc(var(--d)/-1),var(--d));
  clip-path: 
    polygon(
     var(--d) 0%, 
     var(--d) 0%, 
     100% 0%, 
     100% calc(100% - var(--d)),
     100% calc(100% - var(--d)),
     var(--d) calc(100% - var(--d))
    );
  transition: 0.5s;
}
.hover-2:hover {
  transform: translate(0,0);
  clip-path: 
    polygon(
     0% var(--d), 
     var(--d) 0%, 
     100% 0%, 
     100% calc(100% - var(--d)), 
     calc(100% - var(--d)) 100%, 
     0% 100%
   );
}
#msg_error {
	text-align: left; color:red; 
}
.msg_error {
	text-align: center; color: red;
}
.highlight_yellow {
	background: yellow;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
.lang_change_class_href {
	font-size: 20px;
	color: black;
	text-decoration: none;
	border: 1px solid black;
	padding: 5px;
}
.lang_change_class_href:hover {
	color: white;
	background-color: black;
	border-color: white;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#invoice_loader_div, #expense_insert_form_div {
	max-width: 300px; min-width: 280px;
}
.right_table_report_div {
	padding-left: 50px; 
}
.prfx_span_class {
	font-size: 20px; font-weight: bold; color: lightseagreen;
}
.href_popup_class {
	width: 100%;
}
.input_edit_inv {
	width: 70px;
}
.input_edit_inv_int {
	width: 25px;
}
.input_edit_inv_item {
	max-width: 70px;
}