#main .section-data-tables .dataTables_wrapper table.dataTable tbody {
    height: 100% !important;
}

#main .section-data-tables .dataTables_wrapper table.dataTable tbody td:not(:first-child) {
    padding: 8px 2px;
}

#main .section-data-tables .dataTables_wrapper table [type="checkbox"] + span:not(.lever)::before,
#main .section-data-tables .dataTables_wrapper table [type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
    border-radius: 0 !important;
}

#main .section-data-tables .dataTables_wrapper table [type="checkbox"] + span:not(.lever)::before,
#main .section-data-tables .dataTables_wrapper table [type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
    border-radius: 0 !important;
}

/* Ajuste no Select para não duplicar*/
.section-data-tables .dataTables_wrapper .select-wrapper .dropdown-trigger, .caret {
    display: none !important;
}

.dataTables_wrapper select {
    display: block !important;
}

/* Ajuste para não duplicar botão de expandir linha do datatables*/
.check::before {
    display: none !important;
}

