/* ms-table: evita solapamiento texto / icono de orden (Transactions, History, Assets, etc.) */
table.mstable > thead > tr:first-child > th.mssortable {
    padding-right: 1.75rem !important;
    box-sizing: border-box;
}

table.mstable > thead > tr:first-child > th.mssortable::after {
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    font-size: 0.75rem;
    line-height: 1;
}

table.mstable > thead > tr:first-child > th.mssortable.asc::after,
table.mstable > thead > tr:first-child > th.mssortable.desc::after {
    top: 50%;
    transform: translateY(-50%);
}

/* Show arrow icon on every header for the requested pages */
#assettable > thead > tr:first-child > th,
#trasactionstable > thead > tr:first-child > th,
#trasactionsHistory > thead > tr:first-child > th {
    position: relative;
    padding-right: 1.75rem !important;
    box-sizing: border-box;
}

#assettable > thead > tr:first-child > th::after,
#trasactionstable > thead > tr:first-child > th::after,
#trasactionsHistory > thead > tr:first-child > th::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f0dc";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    font-size: 0.75rem;
    line-height: 1;
    color: #999;
}

#assettable > thead > tr:first-child > th.mssortable.asc::after,
#trasactionstable > thead > tr:first-child > th.mssortable.asc::after,
#trasactionsHistory > thead > tr:first-child > th.mssortable.asc::after {
    content: "\f160";
    color: #357ca5;
}

#assettable > thead > tr:first-child > th.mssortable.desc::after,
#trasactionstable > thead > tr:first-child > th.mssortable.desc::after,
#trasactionsHistory > thead > tr:first-child > th.mssortable.desc::after {
    content: "\f161";
    color: #357ca5;
}
