/* Notification dropdown above attendance/timesheet table */
.navbar-nav > li.notifications .dropdown-menu,
.notifications .dropdown-menu {
    z-index: 99999 !important;
}

/* Attendance table fixed header below dropdown */
.ht_clone_top,
.ht_clone_top_left_corner,
.fixedHeader-floating {
    z-index: 10 !important;
}