/* Remove o fundo azul da linha selecionada */
/* Remove fundo azul da linha selecionada */
table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
    background-color: transparent !important;
    color: inherit !important;
}
