tfoot {
    display: table-header-group;
    page-break-after: always;
}

/* tfoot {
    display: table-footer-group;
    page-break-after: always;
}

thead {
    display: table-row-group;
} */

body {
    font-family: 'Times New Roman' !important;
}

.block {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

h1.text-center {
    margin: 0;
    font-weight: bold;
    font-size: 50px;
    font-family: Times;
}

div.print_company_name {
    display: block;
    text-align: center;
    font-size: 40px;
}

/*h1.print_company_name {
    margin: 0 !important;
    display: block;
    font-weight: bold;
    font-size: 50px;
    font-family: Times;
}*/

.table th,
.table td {
    padding: 3px 5px !important;
    /*border: 1px solid black !important;*/
    /*font-weight: bold;*/
    /*font-size: 16px;*/
}

.table th {
    padding: 1px 5px !important;
    /*font-style: italic;*/
}

.sales_details_view td,
.sales_details_view th {
    padding: 1px 5px !important;
    font-style: normal;
}

.total_table,
.total_table tr,
.total_table td {
    border: none !important;
}

table td span {
    line-height: 1;
}

.total_table td {
    border-top: none !important;
}

.top_tr {
    border-top: 1px solid #000 !important;
}

.bottom_tr {
    border-bottom: 2px solid #000;
}

table.table.total_table tr td {
    padding: 2px;
}

table.ledger thead {
    border-bottom: 0.5px solid #777 !important;
}

.col-md-6 {
    width: 50% !important;
    /* display: inline-block !important; */
    /* padding: 0 !important; */
    float: left;
}

.text-right {
    text-align: right !important;
}

.dr_cr_header_cal {
    width: 75% !important;
}

.ledger td,
.ledger th {
    padding: 3px 5px !important;
    /*border: none !important;*/
    /*font-weight: bold;*/
}

hr.total {
    border-top: 1px solid #000;
}


.border-left {
    border-left: 1px solid #000 !important;
}


table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after {
    display: none;
}

.dataTables_wrapper .row:nth-child(1),
.dataTables_wrapper .row:nth-child(3) {
    display: none !important;
}

.debit_class tfoot {
    display: table-row-group !important;
}

.return_class tfoot {
    display: table-row-group !important;
}

.payment_class tfoot {
    display: table-row-group !important;
}

button.dt-button.buttons-collection.buttons-colvis {
    display: none;
}

table.calculation_class th {
    padding: 5px 0;
}

table.sales_table th,
table.return_table th,
table.payment_table th {
    padding: 7px 0 !important;
}

table.sales_table td,
table.return_table td,
table.payment_table td {
    padding: 7px 0 !important;
}


.dataTables_filter {
    display: none !important;
}

.buttons-page-length {
    display: none !important;
}

.dataTables_paginate {
    display: none !important;
}

.dataTables_info {
    display: none !important;
}

.select2-container {
    display: none !important;
}

.buttons-html5 {
    display: none !important;
}

@media print {

    html,
    tbody {
        page-break-after: avoid !important;
        page-break-before: avoid !important;
    }
}

.supernet {
    border: none !important;
}


/* table {
    border-collapse: collapse;
    border-style: hidden;
  } */
  table thead th{
      border-top: 1px solid black;
  }
  

/* @page {
    size: auto;
   
    margin: 25mm 25mm 25mm 25mm;
}
body {
    transform: scale(.7);
}  */

.right_col {
    min-height: 0 !important;
}

* {
    box-sizing: border-box;
    page-break-before: avoid;
    page-break-after: avoid;
}

table td,
table th {
    font-size: 20px !important;
}

div {
    font-size: 20px !important;
}

h4, .h4 {
    font-size: 30px !important;  
}

h3, .h3 {
    font-size: 40px !important;  
}

p {
    font-size: 20px !important;
}

.date_range {
    font-size: 24px !important;
}



[data-theme="dark"] {
    background-color: #fff !important;
    color: #000;
}