
@page {
    size: auto;
    margin: 3mm;
}

/*
@media print
   {
      p.bodyText {font-family:georgia, times, serif;}
   }
*/

#reportData {
	/*width: 100%;*/
	/*height: 100%;*/
	margin: 0px;
	font-size: 10px;
}

.reportHeader {
	width: 100%;
	margin: 0px 0px 15px 0px;
}
.headUpper {
	width: 100%;
	height: 30px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	font-size: 17px;
}
.headMiddle {
	width: 100%;
}

.headLow{
	width: 100%;
	margin: 10px 0px 10px 0px;
}

.reportBody {
	position: relative;
	width: 100%;
	margin-top: 5px;
	font-size: 10px;
}

.reportTable {
	width: 100%;
    border-collapse: collapse;
	font-size: 10px;
}

.reportTable th {
	text-align: center;
}

.reportTable th, .reportTable td {
	margin: 0px;
	border: solid 1px #000000;
	padding: 3px;
}

.textAlignLeft{
	text-align: left;
}
.textAlignCenter{
	text-align: center;
}
.textAlignRight{
	text-align: right;
}

.textBold{
	font-weight: bold;
}

.test{
	border-right: none;
	border-left: none;
}

/* report new css  */
.btn-order {
	margin: 20px 20px 15px 15px !important;
	padding: 5px;
}

.text-alig-center {
	text-align:center !important;
}

.bgorder-white {
	background-color: #EEEEEE;
}

.bgorder-grey {
	background-color:#777777;
}

.p-5 {
	padding: 5px;
}

.mt-5 {
	margin-top: 5px;
}

.mr-20 {
	margin-right: 20px;
}

.border-right {
	border-right: none!important;
}

.border-left {
	border-left: none!important;
}

.table-header th {
	padding:2px !important;
	text-align:center !important;
}

.display-none {
	display: none;
}

	/*border: solid 3px #000000;*/
	/*border: solid 3px #AA0000;*/
	/*border: solid 3px #00AA00;*/
	/*border: solid 3px #0000AA;*/