table.dataTable thead th {
    vertical-align: middle;
    text-align: center;
}/* This file is reserved for overriding and extending the template styles. */

#tblResultado_wrapper thead th{
    background-color: #001F4C !important; 
    color:white !important
}

#tblResultado_wrapper thead tr:first-child {
    background-color: #001F4C !important; 
    color:white !important
}

#tblResultado_wrapper tbody tr.selected {
        color: white !important;
        background-color: #6cdbef !important;
}

table.dataTable tbody tr.selected {
        color: white !important;
        background-color: #6cdbef !important;
}

.btn-close{
    color: white !important;
}

.btn-close:hover{
    color: white !important;
}


#tblResultado thead tr:first-child {
    background-color: #001F4C !important; 
    color:white !important
}

#tblResultado tbody tr.selected {
        color: white !important;
        background-color: #6cdbef !important;
}




#tblResultadoODM thead tr:first-child {
    background-color: #001F4C !important; 
    color:white !important
}

#tblResultadoODM tbody tr.selected {
        color: white !important;
        background-color: #6cdbef !important;
}

#tblResultadoODM_wrapper thead th{
    background-color: #001F4C !important; 
    color:white !important
}

#tblResultadoODM_wrapper thead tr:first-child {
    background-color: #001F4C !important; 
    color:white !important
}

#tblResultadoODM_wrapper tbody tr.selected {
        color: white !important;
        background-color: #6cdbef !important;
}

