/*tfoot tr{
    page-break-inside: avoid;
    display: table-row;
    /*display: table-footer-group;*
}*/

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

/*thead {
    display: table-row-group;
}
*/
.block {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-color: none !important;
}

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

table td span {
    line-height: 1;
}


@page {
    size: A4;
    margin: 20px 20px 20px 20px;
}

.border tbody tr,
.border tbody td {
    padding: 1px 3px !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

table.ledger {
    border: 1px solid #000;
}

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

.col-md-6 {
    width: 50% !important;
}

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

/*.ledger td,
.ledger th {
    padding: 3px 5px !important;
    border: none !important;
}
*/
hr.total {
    border-top: 1px solid #000;
}

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


.dataTables_filter {
    display: none !important;
}

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

.dataTables_paginate {
    display: none !important;
}

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

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

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

.dataTables_info {
    display: none !important;
}

body {
    font-family: Times New Roman;
}


/* table.table-ledger-one {
    font-size: 20px !important;
} */

table.calculation_class {
    font-size: 18px;
}


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

@media print {

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

select {
    display: none !important;
}

/* .modal-content {
    width: 100%;
    height: 100%;
    background: #fff !important;
} */

.bg-light {
    background-color: #eee !important;
}

[data-theme="dark"] .bg-light {
    background-color: #eee !important;
}

tfoot {
    page-break-after: avoid !important;
}

table tfoot {
    page-break-after: avoid !important;
}

thead {
    page-break-before: avoid !important;
}



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


.border-right {
    border-right: 1px solid #333 !important;
}

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