@charset "utf-8";
@import "../../packages/bootstrap/css/bootstrap.min.css";
@import "custom.css";
@page{margin:10px 50px 0px 50px}
@media print {
    html, body {
        height: 99%; 
		background-color: #ffffff;
    }
	#printTitle,#printHeader{width:100%!important; display:block!important; }
	#printTitle h3, #printFooter h4{color:#333333!important;width:100%!important;}
	#printTitle strong{color:#ffffff!important;}
	#printTitle small{color:#ffffff!important;}
	#printFooter{text-align:center; }
	#printFooter h4{ font-size:10px!important; margin-bottom:-60px!important; }
	#printFooter span{color:#09a3c6!important;}
}
html, body { height: auto; }
#printbox .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{padding: 3px;}
#printbox:last-child {
     page-break-after: auto;
}

#printbox+#printbox {
    page-break-before: always;
}

