.fixed-table-container thead th .sortable {
    background-image: url('/css/plugins/images/sort_sort_blue.png');
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.fixed-table-container thead th .asc {
    background-image: url('/css/plugins/images/sort_asc_blue.png');
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.fixed-table-container thead th .desc {
    background-image: url('/css/plugins/images/sort_desc_blue.png');
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px;
}