body{ padding: 0px; margin: 0px; 
  font-family: 'Source Sans Pro',sans-serif; 
font-size: 13px; width: 100%; float: left;
    color : #000;  
}
.w50p{ width: 50%;  }
.w100p{ width: 100%;  }
.fl{ float: left;  }
.fr{ float: right;  }
.btn{ border-radius: 0px !important;  }
.pad10{ padding: 10px;  }
.sale_row_inner{ width: 100%; background-color:#eee; padding: 20px 20px; margin-bottom: 10px; cursor: pointer; }
.print_receipt{ font-size: 25px;  }
.table-inner{ margin-top: 20px;  }
.sale-col{ width: 24.5%; display: inline-block; text-align: center;   }
.pointer{ cursor: pointer;  }

.relative{ position: relative;  }
.txt_center{ text-align: center;  }
.uk_button{ 
  padding: 10px !important;
  text-align: center; 
  min-width: 20%;
  max-width: 150px;
  margin-right: 10px;
  margin-bottom: 15px;
 }
 .order_row_item_active {
background-color: #a3c2a3 !important;
    color: #000 !important;

   }
.remove_order_customer{ font-size: 22px; margin-left: 15px;  }
.txt_left{ text-align: left;  }
.txt_right{ text-align: right;  }

.uk-header{ background-color: green; color: #fff; border-width:0px; border-radius: 0px; margin-bottom: 0px; min-height: 40px; }

.navbar-brand {
    float: left;
    height: 37px;
    padding: 11px 15px;
    font-size: 18px;
    line-height: 20px;
}

.uk-header a{ color: #fff !important;  }


.pos-container{ width: 100%; float: left;  }

.pos-container-1{ width: 40%; float: left; min-height: calc(100vh - 40px); border-right: 1px solid green; padding: 15px;}
.pos-container-2{ width: 60%; float: left;  padding: 15px;}

.select_ui_product { padding: 10px;  }

.select_ui_customer { padding: 10px;  }


.uk_button_lg{ min-width: 250px;   }

.payment_method_btn{ min-width: 150px; margin-right:15px;  }
.payment_method_btn.active_mt{ background-color: #ca2222 !important; color: #fff !important;  }
.item_actions{  border-radius:40% !important; margin-left: 5px; }

.discount_order_item{ background-color: yellow; color: #000; border:1px solid yellow;}
.discount_order_item:hover{ background-color: yellow; color: #000; border:1px solid yellow;}
.item_quantity{ max-width: 60px; text-align: center; display: inline-block; margin-left: 4px; margin-right: 4px;  }

/*.minus_quantity{ display: none;  }
.plus_quantity{ display: none;  }*/

.quantity_text { display: none; text-align: center; cursor: pointer;   }

.pos_form_box{ width: 95%; position: absolute; background-color: #fff; min-height: 80vh; top: 0px; z-index: 500; padding: 20px;  }

.discount_btn{ min-width: 150px; margin-right:15px; margin-bottom: 20px; }
.discount_btn.active_dc{ background-color: #ca2222 !important; color: #fff !important;  }

@media screen and (max-width: 768px) {


}

@media screen and (min-width: 992px) {

  .container {
    max-width: 930px;
  }

}
