/* Column sort: bar indicator instead of sort-remove / toggle controls. */

#changelist #result_list thead th.sortable .sortoptions,
.export-preview-changelist #result_list thead th.sortable .sortoptions,
.license-overage-changelist #result_list thead th.sortable .sortoptions {
    display: none !important;
}

#changelist #result_list thead th.sortable,
.export-preview-changelist #result_list thead th.sortable,
.license-overage-changelist #result_list thead th.sortable {
    position: relative;
}

#changelist #result_list thead th.sortable.sorted::after,
.export-preview-changelist #result_list thead th.sortable.sorted::after,
.license-overage-changelist #result_list thead th.sortable.sorted::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background: #2a5fad;
    pointer-events: none;
}

#changelist #result_list thead th.sortable.sorted.ascending::after,
.export-preview-changelist #result_list thead th.sortable.sorted.ascending::after,
.license-overage-changelist #result_list thead th.sortable.sorted.ascending::after {
    bottom: 0;
    top: auto;
}

#changelist #result_list thead th.sortable.sorted.descending::after,
.export-preview-changelist #result_list thead th.sortable.sorted.descending::after,
.license-overage-changelist #result_list thead th.sortable.sorted.descending::after {
    top: 0;
    bottom: auto;
}

#changelist #result_list thead th.sortable.sorted .text,
.export-preview-changelist #result_list thead th.sortable.sorted .text,
.license-overage-changelist #result_list thead th.sortable.sorted .text {
    padding-right: 0 !important;
}

#changelist #result_list thead th.sortable .text,
.export-preview-changelist #result_list thead th.sortable .text,
.license-overage-changelist #result_list thead th.sortable .text {
    display: block;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
}

#changelist #result_list thead th.sortable .text a,
.export-preview-changelist #result_list thead th.sortable .text a,
.license-overage-changelist #result_list thead th.sortable .text a {
    display: block;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
}
