/* SearchListView with tablesorter */
table.with-tablesorter thead tr th {
    background-image: url(bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding-right: 1.5rem !important;
                
}

table.with-tablesorter thead tr th.not-sortable {
    background-image: none !important;
}

.sort-asc {
    background-image: url(asc.gif) !important;
}

.sort-dsc {
    background-image: url(dsc.gif) !important;
}

