@media print {
html, body { background-color: transparent; margin:0 !important; padding:0 !important; }
@page { margin: 1cm .5cm 1.2cm 0.5cm; }
.header { display: none; }
.page-content { margin: 0px; }
.page-content .content { padding: 0; }
#main-menu { display: none; }
#sidr { display: none; }

a,  a:visited { text-decoration: underline; }
pre,  blockquote { border: 1px solid #999; }
select { background: #fff !important; }
.navbar { display: none; }
.table td,  .table th { background-color: #fff !important; }
.btn > .caret,  .dropup > .btn > .caret { border-top-color: #000 !important; }
.label { border: 1px solid #000; }
.table { border-collapse: collapse !important; }
.table-bordered th,  .table-bordered td { border: 1px solid #bbb !important; }
#container { margin: 0 !important; padding: 0 !important; outline: 0 !important; background: #000; border: 0 !important; position: relative; }
#main-content { width: 20cm; position: relative; padding:0; left:0; margin:0; }

.panel { margin:0 !important; }
.wrapper { width: 100% !important; padding:0 !important; }
.visible-print { display: block !important; }
table.visible-print { display: table; }
tr.visible-print { display: table-row !important; }
th.visible-print,  td.visible-print { display: table-cell !important; }
.hidden-print,  tr.hidden-print,  th.hidden-print,  td.hidden-print { display: none !important; }
.no-print { display: none !important; }
}
