html,
body{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

@page {
    size: A4 portrait;
    margin: 0;
}
@page :first {
    margin: 0;
}

div[size="A4"] {
    width: 21cm;
}

.content-header{
    display: none;
}

.container-fluid{padding: 0; margin: 0;}

.content,
content .row,
content .row 
content .row .table,
.card-body {
    margin:0 !important;
    padding: 0 !important;
}


table {
    font-size: 10px;
}
table.dataTable {
    margin-top: 0 !important;
    border-collapse: collapse !important;
    border-radius: 0px;
    border: 1px solid #000000;
}
table.table-bordered>thead tr{
    height: 35px;
}

table.table-bordered>tfoot tr {
    height: 25px;
}
table.table-bordered>thead tr th {
    font-size: 12px !important;
    font-weight: bold;
}

table.dataTable,
table.el-table__body{
font-size: 12px;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #000 !important;
}

.print {
    display: block;
}

.no-print {
    display: block;
}

.box-seal {
    width: 320px;
    padding-top: 30px !important;
}

.box-seal p.title {
    margin-top: 5px;
}

table.letter-seal {
    border: 1px solid #000000 !important;
}

table.letter-seal tbody tr td {
    border: 1px solid #000000 !important;
    padding: 2px 0 2px 10px
}

.print-left-50 {
    margin-top: 50px;
    margin-left: 50px;
}

.card {
    border: none;
    margin: 0;
    box-shadow: none;
}

.card.card-info,
.card.card-primary {
    border: none;
}

.note-sheet {
    margin-left: 200px;
    padding-left: 200px;
}

table.pos-print div.pos-print {
    font-size: 7px;
}

table.pos-print>tbody>tr>td {
    padding: 5px;
    border: 1px dashed #000;
}

table.pos-print>tfoot>tr {
    padding: 5px;
    border: 1px dashed #000;
}

table.pos-print>tfoot>tr>td {
    padding: 5px;
    font-size: 14px;
    border-top: 1px dashed #000;
}

table.pos-print>caption+thead>tr:first-child>th,
table.pos-print>colgroup+thead>tr:first-child>th,
table.pos-print>thead:first-child>tr:first-child>th {border: 1px dashed #000;}

table.pos-print>thead>tr>th {
    padding: 5px;
    font-size: 14px;
    border-bottom: 1px dashed #000;
}

table.pos-print>thead>tr>th.ser {
    width: 20px;

}

table.pos-print>thead>tr>th.qty {
    width: 20px;
    padding-left: 2px;
    padding-right: 2px;
}

table.pos-print>thead>tr>th.rate {
    width: 20px;
    padding-left: 2px;
    padding-right: 2px;
}

table.pos-print>thead>tr>th.taka {
    width: 30px;
    padding-left: 2px;
    padding-right: 5px;
}

div.box {
    border: none;
}

section.note-sheet .border-sheet {
    border: 1px solid #000000;
    margin: 15px;
    font-size: 10px;
}

.border-sheet .border {
    border-left: 1px solid;
    border-right: 1px solid #000000;
    padding: 15px;
    margin: 0 40px;
    height: 31cm;
    position: relative;
}

a[href]:after {
    content: none !important;
}
a{
    color: black !important;
    text-decoration: none !important;
}

.margin-right-3000 {
    margin-right: 300px;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    padding: 3px 5px;
}


.pdf-document {
    position: static;
}


.pos-title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}

.pos-bill {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 5px;
}

.border-top {
    border-top: 1px solid rgb(0, 0, 0);
    border-top-style: dashed;
}

.border-bottom {
    border-bottom: 1px solid rgb(0, 0, 0);
    border-bottom-style: dashed;
}

.footer-block {
    padding-top: 15px;
    padding-bottom: 15px;
    /* border-top: 1px solid rgb(0, 0, 0); */
    margin-bottom: 15px;

}


.col-print-1 {
    width: 8%;
    float: left;
}

.col-print-2 {
    width: 16%;
    float: left;
}

.col-print-3 {
    width: 25%;
    float: left;
}

.col-print-4 {
    width: 33.33%;
    float: left;
}

.col-print-5 {
    width: 42%;
    float: left;
}

.col-print-6 {
    width: 50%;
    float: left;
}

.col-print-7 {
    width: 58%;
    float: left;
}

.col-print-8 {
    width: 66%;
    float: left;
}

.col-print-9 {
    width: 75%;
    float: left;
}

.col-print-10 {
    width: 83%;
    float: left;
}

.col-print-11 {
    width: 92%;
    float: left;
}

.col-print-12 {
    width: 100%;
    float: left;
}

table.table-bordered th:first-child{
    padding: 5px;
}

.page-break-after {
    page-break-after: always;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    white-space: normal;
    vertical-align: middle;
}