@charset "utf-8";
/* CSS Document */
a {text-decoration: none}

.cancel-button{background:#eb2727; border:0px;padding:10px;color:#FFF; font-weight:bold;cursor:pointer;}
.bottom-border{ border-bottom:#333 1px solid;padding-bottom:8px;}
.table-border{border:#333 1px solid;}
.table-border-bottom{border:#333 1px solid;}
.table-border-bottom td{border-bottom:#333 1px solid;}
.menulinks {background:#157eff; width:90%; padding: 8px;}
.view-list td{padding: 3px; border-left:1px #333333 solid;border-bottom:1px #333333 solid;}
.view-list{border:1px #333333 solid;border-left:none;border-bottom:none;}
.menulinks a{ width:90%;color:#999; padding: 8px; color:#FFF; font-weight:bold; text-decoration:none;}
.border-none td{ border:none !important;}
.noborders-table {border: 0; border-bottom: none; border-left: none; border-right: none; border-top: none;} 
.noborders-tr {border: 0;}
.noborders {border: none;}
.table-none td {border: none !important; }
@media print {
	.txt {text-align: center;background: #efefef !important;}
.report_date{ width:75px; text-align: center;background: #efefef !important;}
.report_supplier {width:200px; text-align: center;background: #efefef !important;}
	html { font-family:'Noto Sans', Helvetica, Arial, serif; font-size:12px; }
	body { font-family:'Noto Sans', Helvetica, Arial, serif; font-size:12px; }
	.noprint{display:none;}
	#noprint{display:none;}
    .printable, .printable > * {display:block;}
	.table-border{border: none}
	body{page-break-inside:auto}
	


}
.button{     background: #ffdc52;border: none;padding: 5px 10px; color:#000; font-weight:bold; cursor:pointer; }
input[type="submit"] {     background: #ffdc52;border: none;padding: 5px 10px; color:#000; font-weight:bold; cursor:pointer;  }
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button{     background: #ffdc52;border: none;padding: 5px 10px; color:#000; font-weight:bold; cursor:pointer;  }
.button-download{ background: url("../images/excel.png") no-repeat  5px center #ffdc52; border:0px;padding:10px; padding-left:35px; color:#084c00; font-weight:bold;cursor:pointer;}
.button-print{ background: url("../images/print.png") no-repeat  5px center #b9b9b9; height: 35px; border:0px;padding:10px; padding-left:45px; color:#084c00; font-weight:bold;cursor:pointer;}
.button-back{ background: url("../images/back.png") no-repeat  5px center #b9b9b9; height: 35px; border:0px;padding:10px; padding-left:45px; color:#084c00; font-weight:bold;cursor:pointer;}