@import url('notoserifbengali/font.css');
@media print {
    *{
        box-sizing: border-box;
    }
    *,*:before,*:after {
        -webkit-print-color-adjust: exact;
        -moz-print-color-adjust: exact;
        -ms-print-color-adjust: exact;
        -o-print-color-adjust: exact;
    }
    *::after, *::before {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .clearfix::after,
    .clearfix::before{
        content: " ";
        display: table;
    }
    .clearfix::after{
        clear: both;
    }
    body {
        color: #000000;
        font-family: 'Noto Serif Bengali', serif;
        padding-left: 0;
        position: relative;
        top: 0;
        -webkit-print-color-adjust: exact;
        -moz-print-color-adjust: exact;
        -ms-print-color-adjust: exact;
        -o-print-color-adjust: exact;
    }
    body.body_font_noto{
        font-family: 'Noto Serif Bengali', serif;
        font-weight: 400;
    }
    .tbl_print_bdr{
    }
    .tbl_invoice_view th,
    .tbl_print_bdr th,
    .tbl_invoice_view td,
    .tbl_print_bdr td{
        border-color:#000000 !important;
    }
    .mpfs_12{
        font-size: 12px !important;
    }
    .body_pad {
        padding-left: 0;
        padding-top: 0;
    }

    #printDiv{
        margin-top: -100px;
        position: relative;
    }
    #print_logo{
        position: fixed !important;
    }

    .ff_bn{
        font-family: 'sutonnymjregular'
    }

    h1{
        line-height: 0.9
    }
    p{
        margin: 0 0 4px;
    }
    input[type="number"],
    input[type="number"]:focus,
    input[type="text"],
    input[type="text"]:focus,
    input[type="tel"],
    input[type="tel"]:focus,
    input[type="search"],
    input[type="search"]:focus,
    select, select:focus,
    select.form-control,
    select.form-control:focus,
    textarea.form-control,
    textarea.form-control:focus,
    textarea, textarea:focus{
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
        border-color: transparent transparent #ccc transparent;
        border-style: solid;
        border-width: 1px;
        cursor: inherit;
        width: 20% !important;
    }

    .inv_title{
        margin: 5px 0 0;
        padding-bottom: 3px;
    }

    .mpm_top{
        margin-top: 80px;
    }
    .mp_mt{
        margin-top: -70px;
    }
    .mp_gap{
        height: 10px;
    }
    .mpw_15{
        float: left;
        width: 15%;
    }
    .mpw_16{
        float: left;
        width: 16%;
    }
    .mpw_20{
        float: left;
        width: 20%;
    }
    .mpw_22{
        float: left;
        width: 22%;
    }
    .mpw_24{
        float: left;
        width: 24%;
    }
    .mpw_25{
        float: left;
        width: 25%;
    }
    .mpw_30{
        float: left;
        width: 30%;
    }
    .mpw_33{
        float: left;
        width: 33.33%;
    }
    .mpw_40{
        float: left;
        width: 40%;
    }
    .mpw_50{
        float: left;
        width: 50%;
    }
    .mpw_60{
        float: left;
        width: 60%;
    }
    .mpw_70{
        float: left;
        width: 70%;
    }
    .mpw_80{
        float: left;
        width: 80%;
    }
    .mpw_100{
        float: left;
        width: 100%;
    }
    .mpw_80_nf{
        width: 80% !important;
    }
    .mp_pmt{
        margin-top: 60px !important;
    }

    .pull-left{
        float: left !important;
    }
    .pull-right{
        float: right !important;
    }
    .text-center{
        text-align: center;
    }
    .text-right{
        text-align: right;
    }
    .text-capitalize{
        text-transform: capitalize;
    }
    .text-uppercase{
        text-transform: uppercase;
    }

    .dis_print{
        display: none;
    }
    .show_in_print{
        display: block;
    }
    .hide_print{
        display: none;
    }
    .show_print{
        display: block;
    }

    .sale_info{
    }
    .sale_info input[type="text"],
    .sale_info input[type="text"]:focus{
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: transparent;
        border-style: solid;
        border-width: 1px;
        margin-left: 5px;
        outline: none;
    }

    .inline_label{
        display: inline-block;
        font-weight: 600;
        width: 132px;
    }
    .mny_label{
        display: inline-block;
        width: 60px;
    }
    .label {
        display: inline;
        padding: .2em .6em .3em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
    }
    .label-danger {
        background-color: #d9534f;
    }

    .cinfo{
    }
    .cinfo span{
        display: inline-block
    }

    .alert {
        padding: 15px;
        margin-bottom: 0;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .alert-warning {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

    table{
        border-spacing: 0;
        border-collapse: collapse;
        margin-bottom: 10px;
        max-width: 100%;
        width: 100%;
    }
    table tr th,
    table tr td{
        border: 1px solid #808080;
        padding: 4px;
        text-align: left;
    }
    table tr th.text-center,
    table tr td.text-center{
        text-align: center;
    }
    table tr th.text-right,
    table tr td.text-right{
        text-align: right;
    }
    table tr.bg-danger {
        background-color: #d9534f;
        color: #ffffff;
        -webkit-print-color-adjust: exact;
    }
    table tr.bg-primary {
        background-color: #337ab7;
        color: #fff;
    }
    table.in_info_tbl tr th, table.in_info_tbl tr td{
        padding: 0 0 0 5px;
        height: 24px;
        vertical-align: middle;
    }
    table.customer_info tr th, table.customer_info tr td{
        height: 24px;
        padding: 0 0 0 5px;
        vertical-align: middle;
    }
    table.agent_info tr th, table.agent_info tr td{
        height: 22px;
        padding: 0 0 0 5px;
    }

    .media_print{
        margin-bottom: 5px;
    }
    .no_mrgn{
        margin: 0 !important;
    }
    .mb_5{
        margin-bottom: 5px;
    }
    .mb_10{
        margin-bottom: 10px;
    }
    .mb_15{
        margin-bottom: 15px;
    }
    .mb_50{
        margin-bottom: 50px;
    }
    .mb_100{
        margin-bottom: 100px;
    }
    .mpbb{
        border-bottom: 1px solid #cdcdcd;
        margin-bottom: 5px;
    }

    .no_pad{
        padding: 0;
    }
    .no_pad_lft{
        padding-left: 0;
    }
    .no_pad_rgt{
        padding-right: 0;
    }
    .padb_20{
        padding-bottom: 20px;
    }
    .padb_50{
        padding-bottom: 50px;
    }
    .padb_100{
        padding-bottom: 100px;
    }

    .tableFixHead{
        height: inherit !important;
    }
    .tableFixHead table thead th {
        /*background: #0DCAF0 !important;*/
        background-color: transparent !important;
        border: 1px solid #000 !important;
        border-right: 1px solid #000 !important;
        top: 0;
        white-space: normal;
        z-index: 0;
    }

    .tbl_no_bdr{
        border: none !important;
    }
    .tbl_no_bdr tbody tr td,.tbl_no_bdr tr td{
        border: none !important;
    }
    .tbl_xsp tbody tr td,.tbl_xsp tr td{
        padding: 2px;
    }

    .no_bdr{
        border: none !important;
    }
    .no_bdr_lft{
        border-left: none !important;
    }
    .no_bdr_rgt{
        border-right: none !important;
    }
    .no_bdr_top{
        border-top: none !important;
    }
    .no_bdr_btm{
        border-bottom: none !important;
    }
}
@page {
    size: A4;
    margin: 0.25in 0.25in 0 0.25in;
    filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=1);
    @bottom-left {
        content: counter(page) ' of ' counter(pages);
        /*content: counter(page);*/
    }
}