/* CONCAT of
/2static/style/components/aui-table-sortable-polyfill.css
*/
/* START /2static/style/components/aui-table-sortable-polyfill.css */
/* @adg
   Please remove this file when we get rid of local tablesorter plugin in favor of AUI tablesorter
*/
.aui-table-sortable .header {
    cursor: pointer;
}

.aui-table-sortable .header:hover,
.aui-table-sortable .headerSortUp,
.aui-table-sortable .headerSortDown {
    background-color: #f5f5f5;
    color: #333;
}

.aui-table-sortable .header:after {
    border: 4px solid transparent;
    content: "";
    display: inline-block;
    margin-left: 5px;
    position: relative;
    width: 0;
}

.aui-table-sortable .header:hover:after {
    border-top-color: transparent;
    border-bottom-color: #333;
    opacity: 0.5;
    top: -2px;
}

.aui-table-sortable .headerSortUp:after,
.aui-table-sortable .headerSortUp:hover:after {
    border-top-color: #333;
    border-bottom-color: transparent;
    opacity: 1;
    top: 2px;
}

.aui-table-sortable .headerSortDown:after,
.aui-table-sortable .headerSortDown:hover:after {
    border-top-color: transparent;
    border-bottom-color: #333;
    opacity: 1;
    top: -2px;
}/*[{!aui_table_sortable_polyfill_css_3c4o423!}]*/
/* END /2static/style/components/aui-table-sortable-polyfill.css */
