@charset "utf-8";

@media print {
*, *:before, *:after {
 color: #000 !important;
 text-shadow: none !important;
 background: transparent !important;
 -webkit-box-shadow: none !important;
 box-shadow: none !important;
}
a, a:visited {
 text-decoration: underline;
}
a[href]:after {
 content: " (" attr(href) ")";
}
abbr[title]:after {
 content: " (" attr(title) ")";
}
a[href^="#"]:after, a[href^="javascript:"]:after {
 content: "";
}
pre, blockquote {
 border: 1px solid #999;
 page-break-inside: avoid;
}
thead {
 display: table-header-group;
}
tr, img {
 page-break-inside: avoid;
}
img {
 max-width: 100% !important;
}
p, h2, h3 {
 orphans: 3;
 widows: 3;
}
h2, h3 {
 page-break-after: avoid;
}
.navbar {
 display: none;
}
.btn > .caret, .dropup > .btn > .caret {
 border-top-color: #000 !important;
}
.label {
 border: 1px solid #000;
}
.table {
 border-collapse: collapse !important;
}
.table td, .table th {
 background-color: rgba(255,255,255,0.5) !important;
}
.table-bordered th, .table-bordered td {
 border: 1px solid #ddd !important;
}
.visible-print {
 display: block !important;
}
table.visible-print {
 display: table !important;
}
tr.visible-print {
 display: table-row !important;
}
th.visible-print, td.visible-print {
 display: table-cell !important;
}
.visible-print-block {
 display: block !important;
}
.visible-print-inline-block {
 display: inline-block !important;
}
.visible-print-inline {
 display: inline !important;
}
.hidden-print, #steps {
 display: none !important;
}
.no-print,  .main-sidebar,  .left-side,  .main-header,  .content-header {
 display: none !important;
}
.content-wrapper,  .right-side,  .main-footer {
 margin-left: 0 !important;
 min-height: 0 !important;
 -webkit-transform: translate(0, 0) !important;
 -ms-transform: translate(0, 0) !important;
 -o-transform: translate(0, 0) !important;
 transform: translate(0, 0) !important;
}
.fixed .content-wrapper,  .fixed .right-side {
 padding-top: 0 !important;
}
.invoice {
 width: 100%;
 border: 0;
 margin: 0;
 padding: 0;
}
.invoice-col {
 float: left;
 width: 33.3333333%;
}
.table-responsive {
 overflow: auto;
}
.table-responsive > .table tr th,  .table-responsive > .table tr td {
 white-space: normal !important;
}
}
