﻿table.dataTable thead .sorting { background: url('/images/icons/datatables/sort_both.png') no-repeat center right; }
table.dataTable thead .sorting_asc { background: url('/images/icons/datatables/sort_asc.png') no-repeat center right; }
table.dataTable thead .sorting_desc { background: url('/images/icons/datatables/sort_desc.png') no-repeat center right; }

table.dataTable thead .sorting_asc_disabled { background: url('/images/icons/datatables/sort_asc_disabled.png') no-repeat center right; }
table.dataTable thead .sorting_desc_disabled { background: url('/images/icons/datatables/sort_desc_disabled.png') no-repeat center right; }




.table-striped tbody tr.active.odd td {
    background-color: #ddddff !important;
}

.table-striped tbody tr.active.even td {
    background-color: #eeeeff !important;
}

.table-striped tbody tr.active td {
    color: black !important;
}

.table-striped tbody tr.active > td.sorting_1 {
    background-color:  #cdcdfc !important;
}
