﻿.deductionrow {
    width: 100%;
    margin-bottom: 5px;
}

.deductionpolicylabel {
    width: 15%;
    display: inline-block;
    text-align: right;
    font-size:12px;
}

.deductionpolicydata {
    width: 47%;
    display: inline-block;
}

.deductionpolicydetail {
    width: 270px;
}

    .deductionpolicydetail input, .deductionpolicydetail select {
        width: 100%;
        box-sizing: border-box;
    }

.tardinessradiobtn {
    display: inline-block;
}

.tardinessradiodrp {
    width: 65px;
    height: 26px;
}

    .tardinessradiodrp select {
        width: 100%;
        height: 100%;
    }

.tardinessradiodrp {
    float: right;
    margin-left: 0px;
}

.tardinessradiobtn input:first-child {
    margin-left: 0;
}

.labeltop {
    vertical-align: top;
}

.leavetobededucted {
    margin-left: 0;
}

.leaveblocktardiness {
    /*display: none;*/
}

.leaveblocktardinesstable {
    height: 150px;
    overflow-y: auto;
    border: 1px solid #e5e5e5;
    width: 277px;
    padding: 2px;
    box-sizing: border-box;
    display: block;
    margin-top: 8px;
}

.leaveblocktardinessmaintable {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    box-sizing: border-box;
    display: table;
    width: 100%;
    border-collapse: collapse;
    position: relative;
}

.leaveblocktardinessheading {
    text-align: center;
    width: 100%;
    display: table-row;
    border-bottom: 1px solid #ddd;
    height: 25px;
    line-height: 25px;
}

.leaveblockcommon > div:first-child {
    width: 32px;
     display: table-cell;
    border-right: 1px solid #ddd;
    text-align: center;
}

.leaveblocktardinessmaintable .select2-container {
    width: 100%;
}

.leaveblockcommon > div:nth-child(2) {
    /*width: 160px;
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 0 2px;
    box-sizing: border-box;*/
    width: 176px;
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 0 2px;
    box-sizing: border-box;
    float: left;
}

/*remove whitespace*/

.leaveblockcommon div:last-child {
    /*width: 15%;
     display: table-cell;*/
    width: 28px;
    display: table-cell;
    text-align: center;
    float: left;
}

.leavetableblock.leaveblockcommon {
    background: #fff;
    width: 100%;
    display: table-row;
    height: 29px;
    line-height: 27px;
    border-bottom: 1px solid #ddd;
}

.leaveblockcommon div:nth-child(2) select {
    vertical-align: top;
    height: 24px;
    margin-top: 0;
    width: 100%;
}

button.deletebtn {
    padding: 0;
    width: 25px;
    height: 23px;
    margin: 3px 3px 2px 3px;
    cursor: pointer;
}

    button.deletebtn .material-icons {
        font-size: 16px;
    }
    /*18/08/2020*/
button.deletebtn {
    padding: 0;
    width: 25px;
    height: 23px;
    margin: 3px 3px 2px 3px;
    cursor: pointer;
}

.gridempty {
    width: 100%;
}

.addbtnblock {
    margin: 4px 2px;
}

.gridempty {
    width: 100%;
    background: #fff;
    margin-top: 0;
    height: 27px;
    line-height: 27px;
    text-align: center;
}

.noteblock {
    margin: 5px 0;
    line-height: 20px;
}

.rowcomon {
    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:focus {
        outline: none;
    }

input.leavecheckbox {
    float: right;
    margin: 0 9px 0 0;
}

.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;
}

.restrict-block {
    height: 27px;
    width: 108px;
    display: inline-block;
    margin: 0 5px 0 0px;
}

span.restrict-block select {
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 1em !important;
    border-top: 0;
    /*overflow: auto;*/
    overflow-y:auto;
  
}
.acco-template-validate-block {
    height: 146px;
    overflow-y: auto;
}
.acco-innerpopup-validate-block {
    height: 176px;
    overflow-y: auto;
}
.misspunch-row {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

input.inlinetext {
    width: 30px;
    height: 20px;
}

.inlinetext.disablefield {
    /*background-color: whitesmoke;
    border: 1px solid #ccc;*/
    /*pointer-events: none;*/
}

input.inlinetext {
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.misspunch-row input[type="checkbox"] {
    margin-left: 0;
}

.Individually {
    /*display: none;*/
}

.misspunch-header {
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size:12px;
}

.late-early-row {
    width: 100%;
    display: block;
    float: left;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
}

.late-early-left {
    float: left;
    margin-left: 5px;
}

.late-early-right {
    float: right;
    margin-right: 5px;
}

button.late-editbtn {
    padding: 1px 9px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
}

    button.late-editbtn:hover {
        background-color: #ebebeb;
        border-color: #adadad;
    }

.ui-accordion .ui-accordion-content.late-early-block {
    padding: 0.2em 1em 1em !important;
    border-top: 0;
}

.late-early-innerblock {
    overflow-y: auto;
    height: 215px;
}

.addtemplateblock {
    padding: 15px 0 0px;
    text-align: right;
}

button.addtemplateblock-btn {
    width: 150px;
    height: 27px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 1.42857143;
}

    button.addtemplateblock-btn:hover {
        background-color: #ebebeb;
        border-color: #adadad;
    }

span.glyphicon.glyphicon-plus-sign {
    position: relative;
    top: 1px;
    left: -2px;
}

.deductionpolicyblock button:focus {
    outline: none;
}
/* popup css */
.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;
}

    .usergroup-heading span {
        font-size: 16px;
        font-weight: 600;
    }

.usergroup-btngroup {
    float: right;
}

    .usergroup-btngroup input {
        width: 80px;
        height: 27px;
        cursor: pointer;
    }

.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;
    }

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;
    }

.popup-breadcrumb {
    display: inline-block;
    padding-top: 6px;
}

.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;
    }

    .template-data textarea {
        width: 570px;
        height: 100px;
    }

.labeltop {
    vertical-align: top;
}

.templateblock-row:last-child {
    margin-bottom: 0;
}

.validation-block {
    width: 100%;
    display: block;
    padding: 15px;
    float: left;
}

.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;

    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 1px;
        box-sizing: border-box;
    }


    .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 a {
        text-decoration: none;
        color: #333;
    }

.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 button {
        float: right;
    }

.validate-deduction-innerblock textarea {
    width: 100%;
    height: 180px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.validate-deduction-header input.commonbtn {
    float: right;
    height: 27px;
    width: auto;
}

.early-deduction, .late-entitlement, .early-entitlement {
    display: none;
}

.validate-accordion button.addtemplateblock-btn {
    float: right;
    
}

.validate-accordion {
    width: 300px;
    float: right;
}

.valid-block-acco-inner {
    float: left;
    width: 100%;
}

    .valid-block-acco-inner ul {
        margin: 0;
        padding: 0;
        list-style: none;
        height: 136px;
        
    }

.parameter-data {
    float: left;
    
}



.editdeletebtn {
    float: right;
}

.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;
    width: 265px;
    float: left;
}


    .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;
}

.validate-accordion .ui-accordion .ui-accordion-content {
    padding: 0.8em 0.7em !important;
}

.operators-block div span {
    position: relative;
    top: 4px;
    font-size: 13px;
}

.usergroup-btngroup input {
    margin-left: 6px;
}
li.activeTab a {
    background: #fff;
    border-bottom: 1px solid #fff;
    
}

/*.labpara {
    display: none;
}*/

.template-label.labpara.labeltop {
    float: left;
}

.template-data.labpara {
    float: left;
    margin-left: 7px;
}

/*.userpopup {
    display: none;
}*/

/*.validate-block.inner-validate {
    display: none;
}

.early-inner-Block {
    display: none;
}*/




.validate-block li a {
    padding: 2px 11px 1px;
    display: inline-block;
}
.leavetableblock div {
    vertical-align: middle;
    /*padding: 7px 2px 5px;*/
    /*box-sizing:border-box;*/
}
i.material-icons {
    vertical-align: middle;
}
.tardinessradiobtn input[type="radio"] {
    position: relative;
    top: 1px;
}
.tardinessradiobtn .tardinessradiospan {
    /*margin: 0 5px 0 5px;*/
    margin: 0 3px 0 2px;
    margin-right: 3px;
}
.deductionrows input[type="checkbox"] {
    position: relative;
    top: 2px;
}
.Combinedly input[type="checkbox"] {
    position: relative;
    top: 2px;
}
.Individually input[type="checkbox"] {
    position: relative;
    top: 2px;
}
.Combinedly input[type="text"] {
    font-size: 12px;
}

.Individually input[type="text"] {
   font-size:12px;
}
.deductionrows {
    margin-bottom: 15px;
}
/*.deductionpolicyblock span.RequiredLabel.RequiredRed_label {
    top: -5px;
}*/
.deductionpolicyblock {
    position: relative;
}
#trCardforgotton {
    margin-top: 15px;
}
.leaverowParent {
    width: 100%;
    display: table-row-group;
    height: 28px;
    overflow-y: auto;
}
.userpopup textarea:focus
{
    outline:none;
}