/* IECMHC Event Attendance styles */

.attendance-log-pagination-controls {
    margin: 1.5rem 0;
}

.attendance-log-pagination-controls .page-item.disabled .page-link {
    cursor: default;
}

.attendance-log-export-btn {
    display: block;
    margin: 1rem 0 0 auto;
    min-width: 160px;
    white-space: nowrap;
}

.attendance-logs-table th.attendance-log-sortable {
    cursor: pointer;
    position: relative;
}

.attendance-logs-table th.attendance-log-sortable::after {
    display: inline-block;
    margin-left: 0.4rem;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #b0b0b0;
    content: "\f0d8 \f0d7";
    font-size: 0.85em;
}

.attendance-logs-table th.sorted-asc::after,
.attendance-logs-table th.sorted-desc::after {
    color: inherit;
    content: '';
}

.attendance-logs-table th.sorted-asc::after {
    content: "\f0d8";
}

.attendance-logs-table th.sorted-desc::after {
    content: "\f0d7";
}
