/* System-wide table sort glyphs (same as Customers / T.Memories). */
th.order_by .sort-icons,
th.bills_order_by .sort-icons,
th.billing_months_order_by .sort-icons {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    opacity: 1;
    color: inherit;
    cursor: pointer;
}

th.order_by .sort-icons .rp-sort-icon,
th.order_by .sort-icons i,
th.order_by .sort-icons svg,
th.order_by .sort-icons .svg-inline--fa,
th.bills_order_by .sort-icons .rp-sort-icon,
th.bills_order_by .sort-icons svg,
th.billing_months_order_by .sort-icons .rp-sort-icon,
th.billing_months_order_by .sort-icons svg {
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 1;
    color: inherit;
    fill: currentColor;
}

.rp-sort-icon--idle {
    opacity: 0.55;
}

th.order_by:hover .rp-sort-icon--idle,
th.bills_order_by:hover .rp-sort-icon--idle,
th.billing_months_order_by:hover .rp-sort-icon--idle {
    opacity: 0.9;
}
