/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19 Aug, 2016, 10:56:03 AM
    Author     : Mahesh
*/

@font-face {
    font-family: MontserratHairline;
    src: url('../fonts/Montserrat-Hairline.otf');
}
@font-face {
    font-family: MontserratUltraLight;
    src: url('../fonts/Montserrat-UltraLight.otf');
}
@font-face {
    font-family: MontserratLight;
    src: url('../fonts/Montserrat-Light.otf');
}
@font-face {
    font-family: MontserratRegular;
    src: url('../fonts/Montserrat-Regular.ttf');
}
@font-face {
    font-family: MontserratBold;
    src: url('../fonts/Montserrat-Bold.otf');
}
@font-face {
    font-family: OpenSansRegular;
    src: url('../fonts/OpenSans-Regular.ttf');
}
body{
    background-position: 0px 3px;
}
.custom-navbar{
    margin-top: 0px;
    font-family: MontserratLight;
}
.custom-navbar .navbar-brand{
    font-size: 23px;
    color: #fff;
}
.custom-navbar.navbar-inverse{
    background-color: #113e6b;
}
.custom-navbar .nav > li{
    margin: 0 3px;
}
.custom-navbar .nav > li > a{
    width: 120px;
    text-align: center;
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 17px;
    font-family: MontserratUltraLight;
}
.custom-navbar .nav > li > a:hover{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.custom-navbar.navbar-inverse .navbar-nav > .active > a, 
.custom-navbar.navbar-inverse .navbar-nav > .active > a:focus, 
.custom-navbar.navbar-inverse .navbar-nav > .active > a:hover{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.navbar-fixed-bottom .navbar-collapse, 
.navbar-fixed-top .navbar-collapse{
    max-height: 100%;
}
.overview-panel .overview-col-head{
    height: 37px;
    line-height: 35px;
    letter-spacing: 0.3px;
    font-family: MontserratLight;
    font-size: 15px;
    color: #f2f2f2;
    text-align: center;
    background-color: #808080;
}
.overview-panel .overview-col-head.red{
    background-color: #c1272d;
}
.overview-panel .overview-col-head.green{
    background-color: #009245;
}
.overview-panel .overview-col-head .ovr-arrow-rgt{
    width: 10px;
    cursor: pointer;
    margin: 9px 10px 0 0;
    line-height: 37px;
}
.overview-panel .overview-col-head .ovr-arrow-lft{
    width: 10px;
    cursor: pointer;
    margin: 9px 0 0 10px;
    line-height: 37px;
}
.overview-panel .cen-value{
    font-size: 50px;
    text-align: center;
    color: #666;
    padding: 45px 0 30px;
    font-family: OpenSansRegular;
}
.overview-panel .btm-val-con{
    text-align: center;
    padding-bottom: 45px;
}
.overview-panel .btm-val-con .btm-val{
    display: inline-block;
    font-size: 20px;
    text-align: center;
    color: #b3b3b3;
    font-family: OpenSansRegular;
    border-top: 1px solid #666;
}
.fc-button:hover {
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.profile-edit-box {
    text-align: center;
}
.profile-edit-box .pro-edit-img{
    width: 100px;
    min-height: 100px;
    float: left;
    margin-bottom: 15px;
}
.profile-edit-box .pl-head-btn{
    margin-top: 30px;
}
.profile-edit-box input[type='file'].form-control{
    padding: 0;
}
.loader-wrap{
    position: relative;
}
.loader-wrap .loader{
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background-image: url('../images/loader.gif');
    background-position: center;
    background-repeat: no-repeat;
}
@media only screen and (min-width:992px) and (max-width:1200px) {
    .custom-navbar .nav > li > a{
        font-size: 15px;
        width: auto;
    }
}
@media only screen and (min-width:768px) and (max-width:992px) {
    .custom-navbar .nav > li > a{
        font-size: 14px;
        padding-left: 7px;
        padding-right: 7px;
        width: auto;
    }
    .custom-navbar .navbar-brand{
        padding-left: 0;
    }
}
@media only screen and (max-width:768px){
    .custom-navbar .nav > li a{
        width: 100%;
        border-bottom: 1px solid #113e6b;

    }
}
.custom-break-time > a {
    position: absolute;
    width: calc(100% - 2px);
    left: -1px;
    margin: 0;
    transform: translateY(7px);
    font-size: 1em;
}
.action-time-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.action-time-footer .img-btn-time {
    background: none;
    border: 0;
    width: 38px;
    padding: 0;
    outline: none;
}
.action-time-footer .img-btn-time img {
    width: 100%;
}
.action-time-footer .img-btn-time:not(:last-child) {
    margin-right: 10px;
}
#newTimeTask{
    display: none;
}
#copyUserTask {
    display: none;
}