@import url('notoserifbengali/font.css');
@media print {

    *,
    *:before,
    *:after {
        box-sizing: border-box;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .clearfix::after,
    .clearfix::before {
        content: " ";
        display: table;
    }

    .clearfix::after {
        clear: both;
    }

    body {
        font-family: 'Noto Serif Bengali', serif;
        color: #000000;
        padding-left: 0;
        position: relative;
        top: 0;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .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_16 {
        float: left;
        width: 16.66%;
    }

    .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%;
    }

    .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 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 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-success,
    table tr.bg-success th {
        background-color: #dff0d8 !important;
        color: #fff;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    table tr.bg-info,
    table tr.bg-info th {
        background-color: #d9edf7 !important;
        color: #fff;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    table tr.bg-primary,
    table tr.bg-primary th {
        background-color: #337ab7 !important;
        color: #fff;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    table tr.bg-warning,
    table tr.bg-warning th {
        background-color: #fcf8e3 !important;
        color: #fff;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    table tr.bg-danger,
    table tr.bg-danger th {
        background-color: #d9534f !important;
        color: #ffffff;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    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;
    }

    .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;
    }

    .mp_fix_heading {
        height: auto;
        position: absolute;
        text-align: center;
        top: 50px;
        width: 100%;
    }
    
    .table-bordered>tbody>tr>td,
    .table-bordered>tbody>tr>th,
    .table-bordered>tfoot>tr>td,
    .table-bordered>tfoot>tr>th,
    .table-bordered>thead>tr>td,
    .table-bordered>thead>tr>th {
        border-color: #000000 !important;
    }
}

@page {
    margin: 0.25in 0.25in 0 0.25in;
    filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=1);
}