/*UNIVERSAL*/
body{
    font-family: "Lato", sans-serif !important;
    background: url("../img/Background _1.jpg") !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}
#inputEmail1:focus, #inputPassword1:focus{
    border: 1px solid #90b833 !important;
}
.table-hover>tbody>tr:hover>th{
    background-color: #90b833 !important;
    color: white !important;
}
/*HEADER*/
.navbar-default{
    font-family: 'Lato', sans-serif;
}
#dropdown-name{
    color: #90b833 !important;
    font-weight: bold;
}
header.header{
    max-height: none;
    height: inherit;
}
.logo-head{
    display: inline-block;
}
#upload-btn{
    float: left !important;
}
.logo-head img{
    width: 24%;
    margin-left: 15px;
}
.header .navbar{
    height: inherit;
    margin-left: 0px !important;
}
#profile-img{
    width: 250px;
}
#profile-img a{
    float: right;
}
.img-circle{
    float: left;
    height: 60px;
    width: 60px;
}
#second-nav{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
}
#second-nav li{
    display: inline-block;
    float: none;
}
#second-nav li a{
    text-transform: uppercase;
    padding: 0px 20px;
}
#second-nav li a:hover{
    color: #90b833;
    transition: 0.3s ease-in-out;
}
#second-nav li a span{
    display: block;
    width: inherit;
    font-size: 24px;
    margin-bottom: 10px;
}
.danger{
    color: red !important;
}
.white{
    color: #f8f8f8 !important;
    font-weight: bold;
}
#calendar{
    margin-top: 30px;
    background-color: white;
    margin-bottom: 40px;
}
.style-head{
    text-transform: uppercase;
    background-color: white;
    padding: 10px 10px;
}
.zero-padd{
    padding: 0px !important;
}
.desk-head{
    margin-top: 20px;
    color: #777;
}
.desk-list, .desk-status{
    margin-top: 30px;
}
#announcment_box{
    display: none;
}
.panel{
    margin-top: 30px !important;
    height: 500px;
    
}
#drop-down-menu{
    padding: 5px;
    min-width: 200px !important;
}
.user-portfolio-img{
    display: inline-block;
    float: left;
    margin-top: 5px;
}
.user-portfolio-img img{
    height: 40px;
    width: 40px;
}
.pannel-down button{
    color: black;
    font-weight: bolder;
    position: relative;
    top: 0px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    height: 22px;
    padding: 0px;
}

#drop-down-menu li:last-child{
    margin: 5px 0px !important;
}
/*TIMER*/
#container{
    background: none !important;
    height: auto !important;;
    padding: 0px !important;;
    display: inline-block !important;
    box-shadow: none !important;
}
#timer2{
    color: black !important;
    font-family: "Lato", sans-serif !important;
}
#attendence-action{
    padding-top: 10px !important;
}
/*#attendence-action button{*/
    /*background: #3c8dbc !important;*/
    /*color: white;*/
/*}*/
#attendence-action button span img{
    width: 25px;
    margin-right: 10px;
}
/*TIMING BUTTONS*/
#start, #stop, #stop_to, #resume{
    font-family: 'Lato', sans-serif;
    color: #777 !important;
    font-weight: bold;
}
#set-pass, #upload-btn, #logout{
    color: #777 !important;
}
#start:hover,
#stop:hover,
#resume:hover,
#stop_to:hover,
#set-pass:hover,
#upload-btn:hover,
#logout:hover,
.updatbtne:hover{
    transition: 0.5s ease;
    background: #90b833 !important;
    color:white !important;
}
.updatebtn, .closebtn{
    background: #dddddd !important;
    color:#777 !important;
}
.closebtn:hover{
    transition: 0.8s ease;
    background: #7e916d !important;
    color:white !important;
}
#dvData{
    height: 620px;
    overflow: auto;
    margin-top: 30px;
}
/*FOOTER*/
#footer{
    width: 100%;
    background-color: #f8f8f8;
    display: inline-block;
    text-align: center;
    font-family: 'Lato', sans-serif;
    padding: 20px 0px;
}
#footer p{
    text-align: center;
}

/*#social-icons{*/
    /*padding-top: 20px;*/
/*}*/
#social-icons span{
    margin-right: 10px;
}
#social-icons span i{
    font-size: 24px;
}
/*HOMEPAGE*/
#announcment-box{
    position: absolute;
    top: 280px;
    z-index: 10;
    transition: 0.5s ease;
    text-align: justify;
}
#announcment-box{
    position: absolute;
    /*top: 370px;*/
    top: 250px;
    z-index: 10;
    transition: 0.5s ease;
}
.toggle-left{
    left: 0px;
}
.toggle-right{
    left: -301px;
}
#announcment-show{
    position: absolute;
    top: 250px;
    left: 306px;
    width: initial;
    padding: 20px 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #90b833;
    color: white;
}
#announcment-show:hover{
    color: black;
}
#submit-button{
    position: absolute;
    top: 4px;
    right: 20px;
    background: transparent;
    border: 0px;
    box-shadow: none;
    padding: 0px;
    width: initial;
}
#submit-button i{
    font-size: 15px;
    border: 1px solid;
    padding: 5px 6PX;
    border-radius: 20PX;
    color: #b29999;
}
#submit-button i:hover{
    color: #90b833;
    transition: 0.6s ease;
}
#forget-pass, #remember{
    color: #90b833;
    font-weight: bolder;
}
.toggle-up{
    z-index: -1;
    position: relative;
    top: -82px;
    transition: 0.8s ease;
}
.toggle-up-btn{
    position: relative !important;
    top: -82px !important;
    z-index: -1;
    transition: 0.8s ease !important;
}
.toggle-down{
    position: inherit;
    top: 0px;
    transition: 0.8s ease;
}
.toggle-down-btn{
    position: relative !important;
    top: 0px !important;
    z-index: 1;
    transition: 0.8s ease !important;
}

/*SLICK SLIDER*/
.slick-slider{
    position: relative;
    top: 0px;
}
/*MEDIA QUERIES*/
@media(max-width: 768px){
    .logo-head{
        display: inline;
    }
    body > .header .navbar{
        height: 130px;
    }
    .toggle-up{
        top: -130px;
    }
    .toggle-up-btn{
        top: -131px !important;
    }
    #second-nav{
        margin-top: 100px;
    }
    #second-nav li{
        display: block;
        margin-bottom: 11px;
    }
    .navbar-collapse{
        max-height: 500px !important;
        transition: 0.5s ease;
    }
    #bs-example-navbar-collapse-1{
        height: 500px !important;
    }
    .navbar .navbar-right, .user-portfolio-img, .navbar .navbar-nav > li{
        float: none !important;
        text-align: center;
    }
    .white{
        display: none !important;
    }
    #announcment-box{
        z-index: 10000;
    }
    .dropdown-menu{
        right: 0px;
    }
}
@media(max-width: 420px){
    #start, #stop, #stop_to, #resume{
       display: block;
        margin: 0px auto;
        margin-bottom: 10px;
    }
    body > .header .navbar{
        height: 290px;
    }
    .toggle-up{
        top: -290px;
    }
    .toggle-up-btn{
        top:-294px !important;
    }
}