@CHARSET "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 14px;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, span, a, p, sub, blockquote, th, td{outline:none !important}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget, body, input, select, option, textarea {font:13px/16.8px Helvetica, Arial, Sans-Serif}
.html-body {
    font-size: 14px!important;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 5px;
}
* {
    line-height: 20px;
    color: #000 !important;
}
html, body {
    background: #fff !important;
}
.header {
    margin: 20px 0;
    width: 98%;
    display: block;
    height: 100px;
    position: relative;
}

.body {
    display: block;
    padding: 10px 0 0 5px;
    width: 98%;
}

.body .row {
    width: 100%;
}

h1 {
    font-size: 1.2em;
    color: #000;
    text-transform: uppercase;
}

strong, b {
    font-weight: bold;
}

.page-break-after-print{
    page-break-after: always;
}
@media print {
    /*
        @todo NVN 31/08/2020
        - trong lib boostrap.min.css (/css/admin/bootstrap.min.css) hiện tại đang xóa dòng: @page{size:a3} ,
        - đang để mặc định size khi in là A3 làm cho mẫu in bị mờ
        => nếu lib boostrap sau này nâng cấp lên phiên bản mới bị lỗi cần fix mặc định lại
    */
    @page{
        size:auto;
    }
    .table-bordered td, .table-bordered th {
        border: 1px solid black !important;
    }
    div {
        page-break-after: avoid;
    }
    body {
        min-width: 150px !important;
    }
    img {
        max-width: 100%;
    }
    #headerPrint {
        display: none;
    }
}