@media screen {
    #printSection {
        display: none;
    }
}
@media print {
    body * {
        visibility:hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
    }
    #content-page
    {
        display:none;
    }
}

table.dataTable thead tr>.dtfc-fixed-left, table.dataTable thead tr>.dtfc-fixed-right {
    z-index: 1;
     background-color: #6546d2;
}

table.dataTable {
    margin: unset !important;
}

.table-responsive .table-borderless {
    margin: unset !important;
}
