.print_headzone{
    line-height: 1.7;

}
.border-b-2px{
    border-bottom: 2px solid black;
}
.line-hei-1{
    line-height: 1.2;
}
.f-w-800{
    font-weight: bold;
}
.font-16{
    font-size: 16px;
}
.border-b-1px{
    border-bottom: 1px solid black;
}
.m-t-15{
    margin-top: 15px;
}
.td-need-boder{
    border: 1px solid black!important;
}
.pd-1r{
    padding: 1px;
    padding-right: 4px;
}
.pd-3r{
    padding: 3px;
    padding-right: 2px;
}
/*.font-12{
    font-size: 12px;
}*/
.min-h-dev{
    min-height: 100px;
    line-height: 100px;
}
.font-10{
    font-size: 10px;
}
.bg-dev-item{
    background-color: #d8d8d8;
}
.bg-tr-tt{
    background-color: #daeef3;
}

@media print {
    tr.bg-dev-item {
        background-color: #d8d8d8 !important;
        -webkit-print-color-adjust: exact; 
    }
}
@media print {
    tr.bg-tr-tt {
        background-color: #daeef3 !important;
        -webkit-print-color-adjust: exact; 
    }
}
.pd-t-15{
    padding-top: 15px;
}
.font-12{
    font-size: 12px!important;
}