﻿.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: 255px;
    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;
    }
.early-deduction, .late-entitlement, .early-entitlement {
    display: none;
}

.validate-deduction-innerblock textarea {
    width: 100%;
    height: 180px;
    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;
}