/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
/* stylelint-disable selector-class-pattern */
/* Table Sorting */
.client-js .sortable:not( .jquery-tablesorter ) > * > tr:first-child > th:not( .unsortable ),
.jquery-tablesorter th.headerSort {
  background-image: url(/w/resources/src/jquery.tablesorter.styles/images/sort_both.svg?0e440);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 21px;
}
.jquery-tablesorter th.headerSortUp {
  background-image: url(/w/resources/src/jquery.tablesorter.styles/images/sort_up.svg?2ff5c);
}
.jquery-tablesorter th.headerSortDown {
  background-image: url(/w/resources/src/jquery.tablesorter.styles/images/sort_down.svg?4b69e);
}
