
#wrapper .panel-body thead th{
background: #9371CA !important;
color: #fff !important;
}
table.dataTable thead th.sorting:after, table.dataTable thead th.sorting_desc:after {
        background-color: #fff;
}
 
#wrapper .panel-body tbody tr.has-row-options.even {
    background-color: #9371ca1a;
}