body {
   background-image: url("../../img/background.jpg");
   background-repeat: no-repeat;
   background-attachment: fixed;
}


a {
    color:rgb(119, 115, 118);
}

li{
    cursor: pointer;
}

select {
    float: right; 
    top: 10px; 
    right: 10px; 

}

h5 {
    text-align: center;
}

p {
    margin: auto;
}

.card {
    display: inline-block;
    padding: 20px;
    margin-top: 20px;
    margin-right: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 200px;
    height: auto;
}


.show {
    display: inline-block;
}

.modal-header {
    text-align: center;
}

.userBtns {
    color: white;
    background-color: rgb(119, 115, 118);
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

.listModals {
    text-align: center;
}

#preloader {  
    position: fixed;  
    top: 0;  
    left: 0;  
    right: 0;  
    bottom: 0;  
    z-index: 9999;  
    overflow: hidden;  
    background: #fff;
}
#preloader:before {  
    content: "";  
    position: fixed;  
    top: calc(50% - 30px);  
    left: calc(50% - 30px);  
    border: 6px solid #f2f2f2;  
    border-top: 6px solid #56829e ;  
    border-radius: 50%;  
    width: 60px;  
    height: 60px;  
    -webkit-animation: animate-preloader 1s linear infinite;  
    animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
    0% {    
        -webkit-transform: rotate(0deg);    
        transform: rotate(0deg);  
    }  
    100% {    
        -webkit-transform: rotate(360deg);    
        transform: rotate(360deg);  
    }
}
@keyframes animate-preloader {  
    0% {    
        -webkit-transform: rotate(0deg);    
        transform: rotate(0deg);  
    }  100% {    
        -webkit-transform: rotate(360deg);    
        transform: rotate(360deg);
    }
}

#deleteEmp {
    position: absolute;
    top: 2px;
    right: 2px;
}

#vDetails {
    color: white;
    background-color: rgb(119, 115, 118);
}

#deptDetails {
    color: white;
    background-color: rgb(119, 115, 118);
}

#locDetails {
    color: white;
    background-color: rgb(119, 115, 118);
}

#hiddenDiv {
    display: none;
}