#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    overflow: hidden;
    background: white url("../assets/images/preloader.gif") no-repeat center;
}

body {
    overflow-y: hidden;
}

html, body, #employee-info {
    height: 100%;
    width: 100vw;
}

.navbar {
    background-color: #e3f2fd;
}

.dropdown {
    margin-right: 10px;
}

.nav-tabs, table {
    margin-left: 10px;
}

.nav-tabs, #locationDropdown {
    margin-top: 20px;
}

#nav-form {
    margin-left: 0;
}

#departmentDropdown, #editDeptLocationDropdown {
    margin-top: 15px;
}

.modal-header .btn-close {
    margin: -.5rem;
}

/* #editDeptLocationDropdownInfo {
    height: 175px;
    overflow-y: scroll;
} */

#directoryTabs {
    position: relative;
}

.li-add-button {
    border: 1px solid;
}

#departmentList, #locationsList {
    margin: 0 auto;
}

.d-flex {
    margin-left: auto;
}

.employee-details:hover, .department-details:hover, .location-details:hover {
    cursor: default;
}

.employee-email {
    width: 17em;
}

.fa-sort {
    margin-left: 20px;
}

.fa-user-edit, .fa-edit, .fa-trash-alt {
    cursor: pointer;
}

.tableWrap {
    height: 90vh;
    overflow: auto;
}

thead tr th {
    position: sticky;
    top: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width : 480px) {
    .tableWrap {
        height: 70vh;
        overflow: auto;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width : 1024px) {
    .tableWrap {
        height: 85vh;
        overflow: auto;
    }
}
@media only screen and (min-width: 1224px) {
    .tableWrap {
        height: 90vh;
        overflow: auto;
    }
}

@media only screen and (max-width: 1599px) {
    .nav-tabs {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 480px) {
    #departmentList, #locationsList {
        width: 80%;
    }
}
