﻿
@media print {
    body { margin: 1mm 4mm 0mm 4mm; }
    table.report-container { page-break-after: always; }
    thead.report-header {display: table-header-group; }
    tfoot.report-footer { display: table-footer-group; }
    .piphorizontal_line{display:block;height:1px;border:0;border-top:1px solid #000;margin:.2em 0;padding:0}
    .lblutilitydiv{margin-bottom:5px}
    .prnNone{display:none!important}
    .lbl_header{font-family:'Arial Bold',Arial;font-weight:700;font-size:15px;line-height:1.5;margin-left:15px;margin-right:15px;margin-bottom:5px;border-bottom:1px solid gray}
    .lbl_content{font-family:Arial;font-style:normal;font-size:12px;font-weight:400;line-height:1.5;color:#212529;text-align:left;margin-left:15px}
    .lbl_county{margin:0 0 0 15px !important}
    .main{margin:20px}
    .main_table{font-size:13px;font-weight:700;text-align:left;border-collapse:collapse !important}
    .main_tr_item{background-color:#fff;font-weight:700}
    .main td{padding-left:5px}
    .main_inner_table{min-width:0;word-wrap:break-word;background-clip:border-box;border-radius:.25rem;background-color:#fbfbfb!important;border:1px solid silver;padding-bottom:20px;padding-top:20px}
    .main_inner_table td{padding-left:5px}
    .main_inner_table_tr_item{font-weight:700}
    .inner-main{margin:5px 20px 5px 20px;border:none!important}
    .netamt_table{min-width:0;word-wrap:break-word;padding-bottom:20px;padding-top:20px}
    .netamt_table td{padding-left:5px}
    .netamt_table_tr_item{font-weight:700}
    .main_table_Guideline{font-size:13px;text-align:justify;border-collapse:collapse!important}
    .main_Guideline{margin-top:10px}
    .main_Guideline td{padding-left:5px}
    .justifyText{text-align:justify!important}
    .table-bordered{border:1px solid #dee2e6} 
    .text-right{text-align:justify!important}    
    .colhdr { font-family: Arial; color: black; text-align: right; padding-right: 5px; vertical-align: middle; font-size: 12px !important;}
    .colhdrGr { font-family: Arial; color: black; text-align: right; padding-right: 5px; vertical-align: middle; font-size: 12px !important;}
}

@media print {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { float: left;  display: table-cell; }
    .col-12 { width: 100%;}
    .col-11 { width: 91.66666667%; }
    .col-10 { width: 83.33333333%; }
    .col-9 {width:75%}
    .col-8 {width:66.66666667%}
    .col-7 {width:58.33333333%}
    .col-6 {width:50%;  display: table-cell !important;}
    .col-5 {width:41.66666667%}
    .col-4 {width:33.33333333%}
    .col-3 {width:25%}
    .col-2 {width:16.66666667%}
    .col-1 {width:8.33333333%}
   .row {  vertical-align: inherit;  border-color: inherit; width: 100% !important;}
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 0.25rem !important;
        line-height: 1 !important;
        vertical-align: middle !important;
    }
    .table .thead-light th {
        color: #495057 !important;
        background-color: #e9ecef !important;
        border-color: #dee2e6 !important;
    }
}