@media print {

    nav, header, .site-header, .site-footer, .btn-bars, .client-service-listing, .client-contents, 
    .no-print, .to-top, .add-link, .footer-menu {display: none !important;}
    body{background: transparent !important;}

    .print-view{width: 50% !important; float: left !important;}
    .info-block, .sales-entry, .custom, tr.th-head{color: #101010 !important;}
    .info-block h3{float: left; padding-right: 20px;}
    .select-control{background-color: transparent; color: #101010;}

    .th-head {background: #101010; color: #fff; font-size: 14px;}
    table tr.th-head th.custom{color: #fff !important;}
    .total {background: #101010 !important; color: #fff; font-size: 14px; font-weight: 800;}
    table tr.total, table tr.total td.custom {color: #fff !important;}
    .modal-header .close{display: none !important;}

}