

table.dataTable tbody tr>.dtfc-fixed-left, table.dataTable tbody tr>.dtfc-fixed-right{ 
    outline: 3px solid white;
    background-color: #e9ecf0 !important;
}

table.dataTable thead tr>.dtfc-fixed-left, table.dataTable thead tr>.dtfc-fixed-right, table.dataTable tfoot tr>.dtfc-fixed-left, table.dataTable tfoot tr>.dtfc-fixed-right {
    border-radius: 7px 7px 0 0  !important;
    background-color: #D6DBDE !important;
    outline: 3px solid white;
}


.tb-fixa-grande  .dataTables_scrollHead{ 
    margin-bottom: -4rem !important;
    background-color: transparent !important;
    z-index: 4;
}

.tb-fixa-pequena  .dataTables_scrollHead{ 
    margin-bottom: -4rem !important;
    background-color: transparent !important;
    z-index: 4;
}


.table-fixed>:not(caption)>*>* {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}


.borda-tabela-esquerda{ 
    border-radius: 10px 0 0 0  !important;
}

.borda-tabela-direita{ 
    border-radius: 0 10px 0 0  !important;
}

.bg-cabecalho-fixo{ 
    background-color: #D6DBDE !important;
    border-radius: 7px 7px 0 0  !important;
}

.tabela-fixa-linha-centralizada > td > span { 
    margin-top: 1rem !important;
    /* display: flex !important;
    justify-content: center !important;
    align-items: center !important; */
}

.col-fixo-medio{ 
    min-width: 9vw !important;
}

.col-fixo-pequeno{ 
    min-width: 4vw !important ;
}

