﻿/*.prorataBlock {
    display: none;
}

.service-formulaBlock {
    display: none;
}*/

textarea:focus, input[type="text"]:focus {
    outline: none;
}

#ExportExcelButton:focus {
    outline: none;
}

/*.earning {
    display: none;
}*/

.leave-policy-row {
    margin-bottom: 5px;
}

.leave-policy-label {
    width: 200px;
    display: inline-block;
    text-align: right;
    font-size:12px;
}

.leave-policy-data {
    width: 600px;
    display: inline-block;
}

.disableBlock {
    /*opacity: 0.4;*/
    /*pointer-events: none;*/
}

.inlinline-smallblock {
    width: 50px;
    height: 27px;
}

.labeltop {
    vertical-align: top;
}

.service-button {
    display: inline-block;
}

.leave-half-block {
    width: 552px;
    margin-left: 204px;
}

    .leave-half-block fieldset {
        border: 1px solid #e3e3e3;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        border-radius: 4px;
        margin: 0 0;
    }

.leave-radio-block {
    display: inline-block;
    margin-right: 5px;
}

    .leave-policy-block input[type="checkbox"], .leave-radio-block input[type="radio"] {
        margin-left: 0;
    }

/*.paidBlock {
    display: none;
}*/

.leave-policy-radio-block {
    margin-left: 20px;
}

.leave-policy-radio-block-more {
    margin-left: 40px;
}

span.vlaue-need {
    font-size: x-small;
    color: red;
}

span.allow-encash {
    display: inline-block;
}

.leave-policy-radio-block.allow-encash-radio {
    display: inline-block;
    margin-left:5px;
}

.paidBlock.leave-box .leave-half-block {
    width: 1020px;
}

.radio-center-block {
    text-align: center;
}

.radio-block-left {
    display: inline-block;
}

.radio-block-right {
    display: inline-block;
}

.joinee-span {
    text-decoration: underline;
}

.balanceoptionblock .leave-policy-label {
    text-align: left;
}

.balance-row {
    margin-bottom: 10px;
}

.openingBalanceBlock-inner {
    width: 379px;
    margin: 0 auto;
}

.employee-working-days {
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.popupBtn {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    width: 35px;
    height: 27px;
    border-radius: 5px;
    cursor: pointer;
}

    .popupBtn:hover {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
        .
    }
/* poopup CSS */
.service-formulaBlock {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    background: #fff;
    -webkit-box-shadow: #666 10px 2px 25px;
    -moz-box-shadow: #666 10px 2px 25px;
    box-shadow: #666 10px 2px 25px;
    background: rgba(0,0,0,0.5);
    height: 100vh;
}

.leave-policy-block {
    position: relative;
}

.service-formulaBlock-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    height: auto;
    width: 400px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 5px;
}

.popup-heading {
    background-color: whitesmoke;
    border-bottom: 1px solid #e5e5e5;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    text-shadow: 0 1px white;
    color: gray;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.popup-block-data {
    border: 1px solid #e5e5e5;
    margin: 20px;
    padding: 10px;
    box-sizing: border-box;
}

.totaldays {
    padding-left: 30px;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

input.select-service {
    width: 100%;
    margin-top: 5px;
}

.popup-btn-group {
    text-align: right;
    margin-top: 5px;
}

/*#balancedBlock2, #balancedBlock3 {
    display: none;
}*/

#balancedBlock2 {
    text-align: center;
}

.working-block {
    margin: 0 auto;
    display: table;
    border-collapse: collapse;
    background: #e9e9e9;
    position: relative;
}

.working-block-data-deatil {
    display: table-row-group;
}

.working-block-row.working-same-row {
    display: table-row;
}

.working-same-row div:nth-child(1) {
    width: 20px;
    display: table-cell;
    border-left: 1px solid #ddd;
}

.working-same-row div:nth-child(2) {
    width: 116px;
    display: table-cell;
}

.working-same-row div:nth-child(3) {
    width: 100px;
    display: table-cell;
}

.working-same-row div:nth-child(4) {
    width: 55px;
    display: table-cell;
}

.working-same-row div:nth-child(5) {
    width: 73px;
    display: table-cell;
}

.working-same-row div:nth-child(2) input {
    width: 112px;
    height: 25px;
    border-radius: 5px;
}

.working-same-row div:nth-child(3) input {
    width: 97px;
    height: 25px;
    border-radius: 5px;
}

.working-same-row div:nth-child(4) input[type="text"] {
    width: 47px;
    height: 25px;
    border-radius: 5px;
}

.working-same-row div:nth-child(5) input {
    width: 70px;
    height: 25px;
    background: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.working-same-row div {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 3px 1px;
    box-sizing: border-box;
}

    .working-same-row div input {
        border: 1px solid #ddd;
    }

.working-block-heading {
    border: 1px solid #ddd;
    background: #e9e9e9;
    display: table-row;
}

.working-same-row.working-block-row div {
    background: #fff;
}

input.addrowBtn {
    margin: 3px;
    width: 70px;
    height: 25px;
    padding: 2px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
}

    input.addrowBtn:hover {
        background: #ebebeb;
        border: 1px solid #adadad;
    }

.addBtn-row {
    width: 100%;
    display: table-row;
}

.empty-row {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 5px 0;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
    margin-right: -6px;
    line-height: 21px;
    border-bottom: 1px solid #ddd;
    top: 44px;
}

.working-block-data-deatil {
    position: relative;
    width: 100%;
}

.emptyblock {
    height: 31px;
}

.radio-block-inners {
    text-align: left;
    margin-left: 470px;
    margin-top: 5px;
}

.radio-roundoff {
    margin-bottom: 5px;
}
.leave-policy-row input[type="checkbox"], input[type="radio"] {
    position: relative;
    top: 1px;
}

.popup-btn-group input {
    width: 50px;
}

/* Leave TEMPLATE CSS */

.late-earlysetupblock {
    width: 100%;
}

.late-earlyrow {
    width: 100%;
    margin-bottom: 5px;
}

.late-early-label {
    width: 15%;
    display: inline-block;
    text-align: right;
    font-size: 12px;
}

.late-early-policydata {
    width: 60%;
    display: inline-block;
}

.late-early-policydetail {
    width: 270px;
}

    .late-early-policydetail select, .late-early-policydetail input {
        width: 100%;
        box-sizing: border-box;
    }

.late-early-template {
    width: 502px;
    float: left;
    display: block;
}

.late-early-inner-template {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 0.2em 1em 1em;
    box-sizing: border-box;
    height: 200px;
    overflow-y: auto;
}

.late-early-rows {
    width: 100%;
    display: block;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
    float: left;
}

button.late-editbtn:hover {
    background-color: #ebebeb;
    border-color: #adadad;
}

button.late-editbtn {
    padding: 3px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
}

.late-early-left-data {
    display: inline-block;
}

.late-early-right-data {
    display: inline-block;
    float: right;
}

.addtemplateblock {
    width: 100%;
    float: left;
    display: block;
    text-align: right;
    margin: 10px 0 5px;
}

.label-top {
    vertical-align: top;
}

.userpopup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0,0,0,0.5);
    min-height: 90vh;
    z-index: 1;
}

.userpopup-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 900px;
    height: 494px;
    text-align: left;
    background: #fff;
    border-radius: 5px;
}

.usergroup-heading {
    width: 100%;
    display: block;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    border-bottom: 2px solid #eee;
    float: left;
}

.popup-breadcrumb {
    display: inline-block;
    padding-top: 6px;
}

/*.usergroup-btngroup {
    float: right;
}
*/
.usergroup-btngroup input {
    margin-left: 6px;
}

.usergroup-heading span {
    font-size: 16px;
    font-weight: 600;
}

.usergroup-btngroup {
    float: right;
}

    .usergroup-btngroup input {
        width: 80px;
        height: 27px;
        cursor: pointer;
    }

input.commonbtn {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}

    input.commonbtn:hover {
        background-color: #ebebeb;
        border-color: #adadad;
    }

    input.commonbtn:focus {
        outline: none;
    }

.requiredfied-label {
    width: 100%;
    text-align: right;
    position: fixed;
    top: 50px;
}

    .requiredfied-label span {
        font-size: 12px;
        color: red;
        border: 1px solid #e5e5e5;
        padding: 1px 19px 2px 13px;
        text-align: left;
        background-color: whitesmoke;
    }

.templateblock {
    width: 100%;
    display: block;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.templateblock-row {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.template-label {
    width: 23%;
    display: inline-block;
    text-align: right;
    font-size: 12px;
}

.template-data {
    display: inline-block;
    width: 75%;
    margin-left: 2px;
}

    .template-data input[type="text"] {
        width: 200px;
    }




.templateblock-row:last-child {
    margin-bottom: 0;
}

.usergroup-btngroup {
    float: right;
}

    /*input.commonbtn {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}

    input.commonbtn:hover {
        background-color: #ebebeb;
        border-color: #adadad;
    }*/

    .usergroup-btngroup input {
        width: 80px;
        height: 27px;
        cursor: pointer;
    }

.template-data {
    display: inline-block;
    width: 75%;
    margin-left: 2px;
}

    .template-data textarea {
        width: 570px;
        height: 100px;
    }

.labeltop {
    vertical-align: top;
}

.validation-block {
    width: 100%;
    display: block;
    padding: 15px;
    float: left;
}

.validate-block {
    width: 550px;
    float: left;
    height: 235px;
    border: 1px solid #c5c5c5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 4px;
    box-sizing: border-box;
}

    .validate-block ul {
        margin: 0;
        list-style: none;
        padding: .3em .2em 0;
        border: 1px solid #ddd;
        background: #e9e9e9;
        color: #333;
        border-radius: 3px;
    }

    .validate-block li {
        display: inline-block;
        box-sizing: border-box;
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom: none;
    }

        /*.validate-block li a {
            padding: 2px 11px 2px;
        }*/
        .validate-block li a {
            padding: 2px 11px 1px;
            display: inline-block;
        }

    .validate-block a {
        text-decoration: none;
        color: #333;
    }

i.material-icons {
    vertical-align: middle;
}

.validate-accordion {
    width: 300px;
    float: right;
}

    .validate-accordion button.addtemplateblock-btn {
        float: right;
        /*margin-bottom: 5px;*/
    }

    .validate-accordion button.acco-para-btn {
        float: right;
        margin-bottom: 5px;
    }

button.addtemplateblock-btn {
    width: 160px;
    height: 27px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    margin-right: 0;
}

    button.addtemplateblock-btn:hover {
        background-color: #ebebeb;
        border-color: #adadad;
    }

.ui-accordion .ui-accordion-header {
    background: #ededed;
    border: 1px solid #c5c5c5;
    font-size: 12px;
    margin: 5px 0 0 0;
}

    .ui-accordion .ui-accordion-header:focus {
        outline: none;
    }

.acco-template-validate-block {
    height: 146px;
    overflow-y: auto;
}

.validate-accordion {
    width: 300px;
    float: right;
}

.valid-block-acco-inner {
    float: left;
    width: 100%;
}

.ui-accordion .ui-accordion-header {
    background: #ededed;
    border: 1px solid #c5c5c5;
    font-size: 12px;
    margin: 5px 0 0 0;
}

.validate-deduction-header {
    width: 100%;
    display: block;
    float: left;
    margin: 5px 0;
}

    .validate-deduction-header span {
        float: left;
        line-height: 24px;
        padding-left: 3px;
    }

    .validate-deduction-header input.commonbtn {
        float: right;
        height: 27px;
        width: auto;
    }

.Calculation {
    display: none;
}

.validate-deduction-innerblock textarea {
    width: 100%;
    height: 160px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

li.activeTab a {
    background: #fff;
    border-bottom: 1px solid #fff;
    /*border-top: 1px solid #c5c5c5;*/
}

.template-label.labpara.labeltop {
    float: left;
}

.template-data.labpara {
    float: left;
    margin-left: 7px;
}

.early-inner-Block-data {
    display: none;
}

.ui-accordion .ui-accordion-header {
    background: #ededed;
    border: 1px solid #c5c5c5;
    font-size: 12px;
    margin: 5px 0 0 0;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    color: #000;
}

.validate-accordion .ui-accordion .ui-accordion-content {
    padding: 0.8em 0.7em !important;
}

.Levels li {
    list-style-type: none;
    min-height: 22px;
    height: auto;
    border: 1px solid #e5e5e5;
    padding: 3px;
    border-radius: 4px;
    font-family: Verdana;
    font-weight: 500;
    margin: 2px;
    cursor: pointer;
}

.valid-block-acco-inner ul {
    /*margin: 0;
    padding: 0;
    list-style: none;
    height: 120px;
    overflow-y: auto;*/
    margin: 0;
    padding: 0;
    list-style: none;
    height: 136px;
}

.valid-block-acco-inner li {
    /*list-style-type: none;
    min-height: 22px;
    height: auto;
    border: 1px solid #e5e5e5;
    padding: 3px;
    border-radius: 4px;
    font-family: Verdana;
    font-weight: 500;
    margin: 2px;
    cursor: pointer;*/
    list-style-type: none;
    min-height: 22px;
    height: auto;
    border: 1px solid #e5e5e5;
    padding: 3px;
    border-radius: 4px;
    font-family: Verdana;
    font-weight: 500;
    margin: 2px;
    cursor: pointer;
    width: 265px;
    float: left;
}

.parameter-data {
    float: left;
    font-size: 12px;
}

.editdeletebtn {
    float: right;
}

.valid-block-acco-inner li:hover {
    border: 1px solid #999;
}

a:focus, a:hover {
    text-decoration: none;
}

.operators-block div {
    min-width: 30px;
    width: auto;
    height: 30px;
    cursor: pointer;
    display: inline-block;
    padding: 3px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 1px;
}

    .operators-block div span {
        position: relative;
        top: 4px;
        font-size: 13px;
    }



.edit-userpopup {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0,0,0,0.5);
    min-height: 90vh;
}

button.acco-para-btn {
    width: 150px;
    height: 27px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
}

.addtemplateblock-btn:focus {
    outline: none;
}

.userpopup textarea:focus {
    outline: none;
}


