﻿

@media print 
{
    thead { display: table-header-group !important; } 
    tbody { display:table-row-group; }
    .btn-print{ display:none; } 
    .print-show { display:table-row !important; }
    .print-hide { display:none !important; }

    table tr:first-child .khsr { color:Green; }
    
}

@page { size: A4 portrait; margin:0.5cm 0.5cm 0.5cm 0.5cm; }

table tr:first-child .khsr { color:Green; }


#pageFooter
{
    display: table-header-group;
}

#pageFooter:after
{
    counter-increment: page;
    content: counter(page);
}

.stop-page-break { page-break-inside : avoid; }

.tbl { font-size : 14px; font-family : Arial Unicode MS; border-collapse : collapse; border-spacing : 0px; width:720px; margin:0px auto; }
.tbl td, .tbl th { padding : 2px 4px; border : 1px solid black; vertical-align:top; }

.center { text-align : center; }
.left { text-align : left; }
.right { text-align :right; }
.nowrap { white-space : nowrap; }
.under-line { text-decoration : underline; }

.no-border { border-width: 0px !important; } 
.no-lr-border{ border-left-width : 0px !important; border-right-width : 0px !important; }
.left-border { border-right-width : 0px !important; border-top-width : 0px !important; border-bottom-width : 0px !important; }
.right-border { border-left-width : 0px !important; border-top-width : 0px !important; border-bottom-width : 0px !important; }
    
        
        



