/* ============================================
   TABLE UTILITIES
   Platform-wide table styles
   ============================================ */

.TableRecordsHeader {
    text-align: left;
    font-weight: 400;
    background: #FBF9F5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: normal;
    min-height: 40px;
}

    .TableRecordsHeader div,
    .TableRecordsHeader a {
        font-size: 13px;
        font-weight: normal;
    }

.TableRecords div {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
}

/* Sortable columns */
a.SortColumns_Sortable {
    cursor: pointer;
    color: inherit;
    white-space: nowrap;
}

    a.SortColumns_Sortable.selected {
        font-weight: bold;
        text-decoration: underline;
    }

    a.SortColumns_Sortable.selected.asc:after {
        content: " ▲";
        font-size: 10px;
    }

    a.SortColumns_Sortable.selected.desc:after {
        content: " ▼";
        font-size: 10px;
    }

/* Table records count */
.TableRecords_Count {
    color: #888888;
    margin: 20px 0px 10px 0px;
    font-size: 13px;
    line-height: 1.428571429;
}
