@charset "utf-8";
/* CSS Document */

body, .container, table td {
  float: none !important;
  width: auto !important;
  margin:  0 !important;
  padding: 0 !important;
  color: #000; 
  font: 100%/100% Verdana, "Times New Roman", Times, serif;
  font-family: Verdana, "Times New Roman", Times, serif !important;
  width:100%;
}
table,h1,h2,h3,h4,h5,p,a,tr,th,td,span{
font-family: Verdana, "Times New Roman", Times, serif !important;
}

.noprint{
	display: none !important;
	padding:0;
	margin:0;
}

header, .header, #header{
display: none !important;
}

footer, .footer, #footer{
display: none !important;
}
.table img {
width: 50px;
}
.table .item-name {
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
	min-height: 0;
}
.sidebar h3 {
    font-size: 16px;
}
.total-table .total-table-title {
    font-size: 14px;
}
.total-table > tbody > tr > td, .total-table > tbody > tr:first-child > td, .total-table > tbody > tr:last-child > td {
  font-size: 14px;
}

.total-table > tfoot > tr > td {
  font-size: 15px;
}

.panel-print-6 {
float: left !important;
width:45% !important;
}
h5, .h5 {
    font-size: 10px;
}
#scroll-top.fixed {
  opacity: 0 !important;
}
.panel-body {
  padding-top: 0 !important;
}
.panel-heading {
  padding: 0px 15px !important;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

