nav{
    background-color: #FC8400 !important;
}
nav.c46857656{
    background-color: #ff0000 !important;
 
}

nav.c46857656 .navbar-nav li  a{
       color:#fff;
}

.agl-attendance-body{
    margin-bottom: 100px;
}

.attendanceInfo{
    padding: 10px;
    background-color: #FEBB72;
}

.attendanceInfo .sumHours{
    font-weight: bold;
    font-size: 16px;
}

.attendance .btn,.country .btn{
    padding: 20px 0 20px 0;
    margin: 5px 0 5px 0;
}


.login form{
    /*border: 1px solid #FC8400;*/
    background-color: #FC8400;
    padding: 10px;
    color: #fff;
}

.login .login-submit{
    margin-top: 10px;
}

.headDoch{
    width: 100%;
    padding: 5px;
    background-color: #FC8400;
}

.headDoch right{
    text-align: right;
}

.dochUser{
    padding: 5px;
}

.dochUser span{
    font-size: 25px;
}

.dochButtons .row{
    margin-bottom: 10px;
}

.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    border-top: 2px solid #FC8400;
    text-align: center;
    background-color: #fff;
    z-index: 999;
    padding-top: 10px;
    margin-top: 20px;
    }
    

    .list .panel-primary{
        border-color: #FC8400;
    }
    .list .panel-primary .panel-heading{
        border-color: #FC8400;
        background-color: #FC8400;
    }
    
    .list .filterAttendance {
        margin-top:25px;
    }
    
    .interuptInfo{
        font-size: 11px;
        color:#000099;
    }
    .togetherHours{
        font-size: 16px;
        color:#FC8400;
        font-weight: bold;
    }
    
    .userAttendance .in,.userAttendance .out{
        /*font-size: 16px;*/
    }
    
    .sviatok{
        font-style: italic;        
    }
    @media only screen and (max-width: 500px) {
       .attendance .btn{
            padding: 20px 0 20px 0;
            margin: 20px 0 20px 0;
        }
    }    