/*Header Css 11-10-2018*/
.navbar.headerTimetracker {
    min-height: 108px;
}
.logo img {
    width: 57%;
    margin: 0 auto;
}
nav.navbar.headerTimetracker ul.nav > li > a:hover::before,
nav.navbar.headerTimetracker ul.nav > li.active a:before{
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/*Test*/
nav.navbar.headerTimetracker ul.nav > li.active a{
    background: transparent;
    color: #000000;
}
nav.navbar.headerTimetracker ul.nav > li > a::before{
    background: #ee3763;
}
nav.navbar.headerTimetracker ul.nav > li > a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #2d63aa;
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}
.headerTimetracker li a {
    color: #000000 !important;
    /*text-transform: uppercase;*/
}
.headerTimetracker .navbar-nav>li>a {
    padding: 43px 0 14px;
    color: #000000; 
    font-size: 16px;
}
nav.navbar.headerTimetracker ul.nav > li{
    margin: 0 1.5rem;
}
@media screen 
and (min-device-width: 1200px) 
and (max-device-width: 1600px) 
and (-webkit-min-device-pixel-ratio: 1) { 
    nav.navbar.headerTimetracker ul.nav > li{
        margin: 0 1.2rem;
    }
}

.notificationDiv {
    position: fixed;
    right: 14px;
    bottom: 14px;
    width: 24%;
    margin: 0;
    text-align: center;
}
.notificationDiv .panel-body h4 {
    margin-top: 0;
}
.notiRemoveBtn {
    position: absolute;
    top: 4px;
    right: 4px;
    background: #ff0000;
    width: 20px;
    height: 20px;
    border-radius: 25px;
}
.notiRemoveBtn a {
    color: #ffffff; 
    text-decoration: none;
}
/*Header Css 11-10-2018*/

.cacheBtnDiv {
    position: fixed;
    right: 14px;
    bottom: 14px;
    margin: 0;
    text-align: center;
}
.cacheBtnDiv span {
    color: #ff0000;
}
.header {
    border-bottom: 1px solid;
}
.project_detail {
    margin-top: 7px; 
    padding: 15px 0px 58px 0;
    border: 1px solid;
}
.check_btn a{
    background: #c73a3a;
    color: #fff;
}
.filter_btn {
    text-align: center;
    margin-bottom: 10px;
    /*    margin-top: 10px;*/
} 
.margin-top-7 {
    margin-top: 7px;
}
.margin-left {
    margin-left: 37px;
}
.header_btn{
    margin-top: 18px;
    margin-right:15px;
}
#image-gallery .modal-content img 
{
    object-fit: contain;
}
#image-gallery .modal-dialog {
    max-height: 100%;
}
#total_company_salary 
{
    padding-top: 23px;
}
#all_mail_btn
{
    padding-left: 25px;
}
#specific_mail_btn
{
    padding-left: 10px;
}
/*#image-gallery .modal-body {
                max-height: calc(100vh - 200px);
                overflow-y: auto;
            }*/

.welcome
{
    margin-top: 32px;
    margin-right: 25px;
    font-size: 16px;
}
.logout_btn{
    margin-right:15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
}
.user_data_dropdown {
    margin-bottom: 16px;
}
.addemploye_btn
{
    margin-top: 20px;
}

/*screnshots style*/
.time_style h5,.project_style h5,.task_style h5{
    display: inline-block;
}
.time_style label,.project_style label,.task_style label {
    font-size: 15px;
}
.screenshot_title {
    margin-top: 10px;
    margin-bottom: 10px;
}
.bottom_border {
    border-top: 1px solid;
}
.screenshot_img img {
    /*width: 100%;*/
}
.screenshot_bgcolor
{
    background: #C4C4C4;
}
.fullscreenshot
{
    /*width: 100%;
    margin: 0;*/
}
.fullscreenshot .modal-content .modal-header {
    position: relative;
}
.fullscreenshot .modal-content .modal-header .preNextBtn {
    position: absolute;
    right: 7%;
}
.screenshot_model_img img {
    width: 100%;
}
.red
{
    color:red;
    font-weight: bold;
}
.yellow
{
    color: #edaa04;
    font-weight: bold;
}
.green
{
    color: green;
    font-weight: bold;
}
.black
{
    color: black;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 8px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}
@media only screen and (max-width : 800px) {
    .margin-left {
        margin-left: 0px;
    }
}


#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -75px;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #B30020;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
}
/*08-10-2018*/
.detailLeave {
    margin-top: 20px;
}
.detailBox .panel-heading h3{
    margin: 0;
}
.detailLeave .table-responsive {
    height: 185px;
    overflow-y: auto;
    overflow-x: hidden;
}
.detailLeave .table>tbody>tr>td {
    border-bottom: 1px solid #ddd;
    border-top: 0;
    font-size: 14px;
}
.detailLeave .table {
    margin-bottom: 0;
}
.nopadding {
    padding-right: 5px;
    padding-left: 5px;
    margin: 0 !important;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*Data Table css*/
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}
table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}
table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, 0.5);
}    


.leaveBal {
    list-style: none;
}

/*Email loader css*/
.mail_loader {
    display: block; 
    margin: 0 auto;
    color: #ac2925;
    font-size: 25px;
}
/*span[class*="l-"] {*/
/*    height: 4px; width: 4px;*/
/*    background: #000;*/
/*    display: inline-block;*/
/*    margin: 12px 2px;*/

/*    border-radius: 100%;*/
/*    -webkit-border-radius: 100%;*/
/*    -moz-border-radius: 100%;*/

/*    -webkit-animation: loader 4s infinite;*/
/*    -webkit-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);*/
/*    -webkit-animation-fill-mode: both;*/
/*    -moz-animation: loader 4s infinite;*/
/*    -moz-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);*/
/*    -moz-animation-fill-mode: both;*/
/*    -ms-animation: loader 4s infinite;*/
/*    -ms-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);*/
/*    -ms-animation-fill-mode: both;*/
/*    animation: loader 4s infinite;*/
/*    animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);*/
/*    animation-fill-mode: both;*/
/*}*/

span.l-1 {-webkit-animation-delay: 1s;animation-delay: 1s;-ms-animation-delay: 1s;-moz-animation-delay: 1s;}
span.l-2 {-webkit-animation-delay: 0.8s;animation-delay: 0.8s;-ms-animation-delay: 0.8s;-moz-animation-delay: 0.8s;}
span.l-3 {-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-ms-animation-delay: 0.6s;-moz-animation-delay: 0.6s;}
span.l-4 {-webkit-animation-delay: 0.4s;animation-delay: 0.4s;-ms-animation-delay: 0.4s;-moz-animation-delay: 0.4s;}
span.l-5 {-webkit-animation-delay: 0.2s;animation-delay: 0.2s;-ms-animation-delay: 0.2s;-moz-animation-delay: 0.2s;}
span.l-6 {-webkit-animation-delay: 0;animation-delay: 0;-ms-animation-delay: 0;-moz-animation-delay: 0;}

.sd_100 .select2-container{
    min-width: 100%;
    max-width: 100%;
}

/*Login pages CSS*/
.page-container.login-container{
    min-height: 100vh;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.w-100{
    width: 100%;
}
.form-card.login-card{
    border-radius: 0;
}
.form-card.login-card .formcard-body{
    padding: 3rem;
}
.form-card.login-card .formcard-header{
    padding: 2rem 2rem;
    border-radius: 0;
}
.form-card.login-card .form-control{
    border-radius: 0;
}
.form-card.login-card .formcard-header h5{
    font-weight: 600;
    margin: 0;
    font-size: 30px;
}
.password_div{
    position: relative;
}
.password_div .pass_showhide{
    position: absolute;
    top: 11px;
    right: 12px;
    width: 18px;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    transition: background-color 5000s;
    -webkit-text-fill-color: #000000 !important;
    filter: none;
}
.invoice-header{
    background: #f1f1f1;
    padding: 2.5px 0;
    margin-bottom: 0 !important;
    border-radius: 0;
}
.userprofile{
    width: 40px;
    height: 40px;
    line-height: 37px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: #f1f1f1;
    border: 2px solid #dddddd;
    color: #000;
    margin-right: 5px;
}
.invoice-header .navbar-brand {
    padding: 5px 0;
    margin-left: 0 !important;
}
.invoice-header .navbar-brand img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.userDropdown {
        margin-top: 5px;
}
.userDropdown .dropdown-menu{
    padding: 10px 0;

}
.userDropdown .dropdown-menu>li>a{
    padding: 6px 20px;
}
.invoice-header .navbar-right{
    margin-right: 0 !important;
}
.invoice-header .navbar-header {
    float: left;
}
.invoice-header .navbar-right{
    float: right!important;
}
.login-logo{
    margin-bottom: 3rem;
}
.login-logo img{
    width: auto;
    height: 80px;
    object-fit: contain;
}
.invoice-header{
    text-align: center;
}

.ml-auto{
    margin-left: auto;
}
.ml-3{
    margin-left: 1rem;
}
.invoice-header .navbar-nav>li>a.nav-link{
    font-size: 16px;
    font-weight: 500;
    position: relative;
    color: #337ab7;
}
.invoice-header .navbar-nav>li>a.nav-link::before{
    content: '';
    position: absolute;
    width: 90%;
    margin: 0 auto;
    height: 2px;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.5rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.invoice-header .navbar-nav>li>a.nav-link.active {
    font-weight: 700;
    
}
.invoice-header .navbar-nav>li>a.nav-link.active::before{
    background-color: #337ab7;
}
.usdSwtich{
    margin-left: 1.5rem;
}
@media (min-width: 768px) {
    .invoice-header .container>.navbar-collapse{
        display: inline-block !important;
    }
}

@media (max-width: 767.98px) {
    .userprofile{
        margin-right: 0;
    }
    .userprofile + div{
        display: none;
    }
    .invoice-header .navbar-collapse{
        position: absolute;
        top: 100%;
        width: 100%;
        background-color: rgb(241, 241, 241);
        z-index: 1000;
        text-align: left;
        border-top: 1px solid rgb(250, 250, 250);
    }
    .invoice-header .navbar-nav>li>a.nav-link::before{
        display: none;
    }
    .invoice-header .navbar-toggle{
        margin: 0;
        float: none;
        top: 12px;
        left: 16px;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #337ab7;
}

input:focus + .slider {
    box-shadow: 0 0 1px #337ab7;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 26px;
}

.slider.round:before {
    border-radius: 50%;
}

@media (min-width: 768px){
    .recurringModal .modal-dialog{
            width: 450px;
    }
}
@media (max-width: 767px){
    .navbar-nav .userDropdown.open .dropdown-menu{
        position: absolute;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    }
    .invoice-header .navbar-brand{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .userDropdown{
        margin-top: 0;
    }
}

@media (max-width:575.98px) {
    .form-card.login-card .formcard-body {
        padding: 2rem 1.25rem;
    }
    .invoice-header .navbar-brand{
        margin-left: 0 !important;
        margin-top: 0;
    }
    .pull-right.float-none-mob{
        float: none !important;
    }
    .login-container .col-sm-6{
        padding: 0;
    }
}
@-webkit-keyframes loader {
    0% {-webkit-transform: translateX(-30px); opacity: 0;}
    25% {opacity: 1;}
    50% {-webkit-transform: translateX(30px); opacity: 0;}
    100% {opacity: 0;}
}

@-moz-keyframes loader {
    0% {-moz-transform: translateX(-30px); opacity: 0;}
    25% {opacity: 1;}
    50% {-moz-transform: translateX(30px); opacity: 0;}
    100% {opacity: 0;}
}

@-keyframes loader {
    0% {-transform: translateX(-30px); opacity: 0;}
    25% {opacity: 1;}
    50% {-transform: translateX(30px); opacity: 0;}
    100% {opacity: 0;}
}

@-ms-keyframes loader {
    0% {-ms-transform: translateX(-30px); opacity: 0;}
    25% {opacity: 1;}
    50% {-ms-transform: translateX(30px); opacity: 0;}
    100% {opacity: 0;}
}




.addNewInvBtn{
    position: relative;top: -5px;
}

.switch.smallSwitch{
    width: 40px;
    height: 22px
}
.switch.smallSwitch .slider:before{
    left: 2px;
    bottom: 2px;
}
.switch.smallSwitch input:checked + .slider:before{
    transform: translateX(18px);
    -webkit-transform: translateX(18px);
    -moz-transform: translateX(18px);
    -ms-transform: translateX(18px);
    -o-transform: translateX(18px);
}

.invoiceFilterBtn{
    background: #f1f1f1;
    border: 2px solid #dddddd;
    color: #000000;
    min-width: 35px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
    height: 35px;
    cursor: pointer;
    padding: 0 10px;
    display: inline-block;
    outline: 0;
    margin-left: 1rem;
}
@media (max-width: 991.98px) {
    .invoiceActionFilter{
        margin-bottom: 1rem;
    }
}
@media (max-width: 767.98px) {
    .invoice-list-flex{
        flex-direction: column-reverse;
    align-items: start !important;
    }
    .tab__switch{
        width: 100%;
    }
    .invoice_tabs.nav-tabs + .invoiceFilterBtn{
        display: none;
    }
    .mw-120 {
        min-width: 100px !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}
@media (max-width: 575.98px) {
    .tab__switch.align-items-center {
        flex-direction: column-reverse;
        align-items: start !important;
    }
    .addNewInvBtn{
        margin-bottom: -3rem;
    }
    .usdSwtich.align-items-center{
        margin-left: 0;
        align-items: start !important;
        margin-bottom: 10px;
    }
    .invoiceFilterBtn {
        margin-left: 14px;
    }
    .invoice_li.d-md-none{
        float: right;
    }
}
.clearFilterBtn {
    line-height: 0;
    right: 0.75rem;
    top: -0.25rem;
    position: absolute !important;
}