﻿.posInvoiceTable{table-layout: auto;width:100%;}
.posInvoiceTable .posInvoicetbody{
    height: 400px;
    overflow-y: auto;
    overflow-x:hidden; 
}
.posInvoiceTable .posInvoiceth,.posInvoiceTable .posInvoicetbody { display: block; }
.posInvoiceTable .posInvoiceth{padding-left:5px;padding-right:5px;padding-top:6px; font-size:13px;height:50px;border-radius:.3rem;text-align:center}
.productcode{border-radius:.3rem;}
.posInvoiceTable .posInvoiceTd{padding:0;height:1px;}
.posInvoiceTable .posInvoiceTr{padding:0;height:2px;}
.posInvoiceTable .posInvoiceth th{padding-top:5px;}
.posInvoiceTable .posInvoiceTr input{font-size:12px;}
.posInvoiceTable .posInvoiceTr select{font-size:10px;}

.posInvoiceTable .clslno{width:80px;padding:0px;height:10px;}
.posInvoiceTable .clproductcode{width:150px;padding:0px}
.posInvoiceTable .clproductname{padding:0px;width:25%;}
.posInvoiceTable .clunit{padding:0px;width:100px;}
.posInvoiceTable .clqty{padding:0px;width:60px;text-align:right;}
.posInvoiceTable .clprice{padding:0px;width:120px;text-align:right;margin:0;}
.posInvoiceTable .cldisc{padding:0px;width:100px;text-align:right}
.posInvoiceTable .cltxp{padding:0;width:60px;text-align:center}
.posInvoiceTable .cltxamt{width:120px;text-align:right; display:none}
.posInvoiceTable .clttlamt{width:120px;text-align:right}
.posInvoiceTable .txtcolumn{padding:2px;}

.keboardbuttons{display:block;width:80px;height:50px;border-radius:3px;border:none;background:#5a9abf; color:white;}
.keboardbuttons:hover{background:#74aed0}
.enterbtn{height:210px;}
.holdbutton{background:#c34141;}
.holdbutton:hover{background:#de3d3d}
.currencybutton{width:100px;}
.cash{background:#63a852;font-weight:bold}
.cardbtn{background:#2fefb9;font-weight:bold}
.credit{background:#de3d3d;font-weight:bold}
.btnpost{height:210px;font-weight:bold;background:#63a852}
.exit{background:#000000;font-weight:bold;text-align:center;width:100px;padding-top:15px;}
.btndiscount{font-weight:bold;background:#aa1a80}
.btnvoid{font-weight:bold;background:#ef3818}
.printbill{background:#ef7819;font-weight:bold}
.trdate {
    border:none;
    font-size:12px;
    font-weight:bold;
}

@media screen and (max-width: 1200px) {
    .posInvoiceTable{width:1045px;}
}

