﻿* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


a {
    text-decoration: none;
}

.monthclosure-accordion {
    width: 50%;
    display: inline-block;
}

.monthclosure-row-data {
    width: 65%;
    display: inline-block;
}

.monthclosure-data .monthclosure-row:last-child {
    /*float: right;*/
}

.monthclosure-label {
    width: 30%;
    display: inline-block;
    text-align: right;
}

    .monthclosure-label span {
        padding: 5px;
    }

.monthclosure-image-block {
    width: 39%;
    display: inline-block;
    vertical-align: top;
}

.monthclosure-row-data select {
    width: 100%;
    height: 27px;
}

.monthclosure-row {
    width: 44%;
    display: inline-block;
}

.btnMenu {
    display: none;
    padding: 20px;
    display: block;
    background: #1abc9c;
    color: #fff;
}

    .btnMenu i.fa {
        float: right;
    }

.accordion-menu {
    width: 100%;
    min-width: 300px;
    display: inline-block;
    line-height: 18px;
}

    .accordion-menu .accordion-menu-data {
        width: 100%;
        margin-top: 20px;
    }

    .accordion-menu ul {
        list-style: none;
    }

    .accordion-menu .accordion-menu-data li a {
        color: #2b2b2b;
        display: block;
        line-height: 34px;
        background: #e9e9e9;
        height: 40px;
        border: 1px solid silver;
        border-radius: 2px;
        padding: 4px 10px;
        box-sizing: border-box;
    }

.accordian-detail-data {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    padding: 10px;
}

.accordion-row-upper {
    margin-bottom: 5px;
}

.payroll-btn {
    width: 158px;
    height: 27px;
}

span.periodblock {
    float: right;
}

.accordion-menu .accordion-menu-data i.fa {
    line-height: 24px;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
    vertical-align: middle;
}

.accordian-heading i.fa.fa-sort-asc {
    transform: rotate(90deg);
}

li.accordion-row-upper.active .accordian-heading i.fa.fa-sort-asc {
    transform: rotate(180deg);
    margin-top: 0px;
}

.accordion-menu .accordion-menu-data ul {
    display: none;
    text-align: right;
    float: left;
    width: 100%;
}

.month-lock-heading {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
}

.month-lock-image {
    text-align: center;
    margin: 40px 0 20px;
}

.modify-period-block {
    text-align: center;
}

    .modify-period-block input[type="button"] {
        background-color: #5bc55b;
        color: aliceblue;
        font-size: 12px;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        height: 27px;
        padding: 0 20px;
        border: 0;
        border-radius: 4px;
        cursor: pointer;
        margin-bottom: 20px;
    }
/* controler block  */
.controller-block.control-block {
    display: none;
}

.controller-block-grid.control-block {
    display: none;
}

.controller-block {
    position: absolute;
    top: -70px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    /*border-radius: 10px;*/
    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;
}

.controller-block-grid {
    position: absolute;
    top: -70px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    /*border-radius: 10px;*/
    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: 94vh;
}

.payrollblockblockdata {
    height: 130px;
    width: 415px;
}

.monthclosuremainblockdata {
    height: 150px;
    width: 310px;
}

.monthclosuregeneratedata {
    height: 578px;
    width: 100%;
}

.monthclosuregeneratedatadiv {
    height: 550px;
}

.monthclosurependingdata {
    max-height: 500px;
    min-height: 190px;
    width: 610px;
}

.closebtn {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #4c4c4c;
    border-radius: 50%;
    cursor: pointer;
}

    .closebtn:after {
        content: "x";
        position: absolute;
        top: 2px;
        right: 0;
        left: 0;
        text-align: center;
        font-size: 11px;
        color: #f8f8f8;
    }

.controller-data {
    padding: 20px;
    box-sizing: border-box;
}

.controller-row {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.controller-label {
    display: inline-block;
    width: 34%;
}

    .controller-label input[type="radio"] {
        margin-left: 0;
    }

.controller-row-data {
    display: inline-block;
    width: 60%;
}

.controller-dropdown {
    width: 49%;
    display: inline-block;
}

.controller-row-data select {
    width: 100%;
}

.controller-row-data select {
    width: 100%;
}

.searchblock {
    width: 300px;
}

    .searchblock input {
        width: 100%;
    }

.payroll-instruction {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 13px 13px 15px 13px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.payrollbtn-group {
    text-align: center;
}

    .payrollbtn-group input[type="button"] {
        /*width: 70px;*/
        height: 27px;
        display: inline-block;
        cursor: pointer;
        margin-top: 3px;
    }

.common-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: 10px;
    border-top-right-radius: 10px;
}

.month-closure-data {
    display: inline-block;
    width: 41%;
}

.month-closure-label {
    display: inline-block;
}

.month-closure-data input[type="text"] {
    width: 80%;
}

.innercontrollerblock {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: #666 10px 2px 25px;
    -moz-box-shadow: #666 10px 2px 25px;
    box-shadow: #666 10px 2px 25px;
}

.innercontrollerblockgrid.monthclosuregeneratedata {
    position: absolute;
    top: 35px;
    left: -26px;
    right: -28px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: #666 10px 2px 25px;
    -moz-box-shadow: #666 10px 2px 25px;
    box-shadow: #666 10px 2px 25px;
}

span.period-data {
    margin-right: 10px;
}

span.periodblock span.period-data:last-child {
    margin-right: 0;
}

.nav-sm .container.body #divrightcol.right_col {
    margin-left: 50px;
}

#divrightcol span.RequiredLabel.RequiredRed_label {
    right: 58px;
}


/*Payroll employee*/
#divPayrollGrid {
    height: 380px !important;
    width: 1170px !important;
    overflow: auto;
}

#divPayrollEmployee .modal-dialog {
    width: 1200px;
}

.modal-title {
    font-size: 15px;
    color: gray;
    font-weight: bold;
}


.chksetting {
    text-align: center !important;
}

.ui-jqgrid tr.jqgrow > td {
    /*padding: 4px 0px 4px 4px !important;*/
    font-size: 11px !important;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: bold !important;
    background: none !important;
    background-color: #EDEDED !important;
}

.ui-search-input {
    text-align: left !important;
}

th.ui-th-column div {
    white-space: normal !important;
    height: auto !important;
    padding: 2px;
}

form:after {
    content: '';
}

.ui-jqgrid {
    box-sizing: unset !important;
}

    .ui-jqgrid .ui-jqgrid-labels th.ui-th-column {
        text-align: left !important;
    }


.parameter-block {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.modal-footer-left {
    float: left;
    text-align: left;
}

.modal-footer-right {
    float: right;
    text-align: left;
}

button#btnMarkAsEligible {
    float: right;
}

span.record-square {
    width: 15px;
    height: 15px;
    background: #ededed;
    float: left;
    margin-right: 7px;
}

.record-square-block {
    display: inline-block;
    margin-top: 6px;
    margin-right: 4px;
}

/*Monthly Period*/


.eligible, .processed {
    display: inline-block;
    border: 1px solid silver;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}

    .eligible span, .processed span {
        display: block;
        font-weight: 700;
        color: #7e7e7d;
    }

span.eligible-count {
    color: #4fc143;
}

span.processed-count {
    color: #024776;
    font-size: 16px;
}

.eligible-process-block {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}


.eligible-image, .process-image {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    width: 38px;
    margin-right: 2px;
}

.eligible-data, .process-data {
    display: inline-block;
    vertical-align: middle;
}

span.eligible-count, span.processed-count {
    font-size: 16px;
    text-align: left;
}

.eligible-image img, .process-image img {
    width: auto;
    height: 100%;
}

.eligible-process-block {
    float: left;
}

ul.accordian-detail-data .label {
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 315px;
    text-align: left;
    margin-top: 13px;
}

.accordion-row-upper {
    margin-bottom: 5px;
    clear: left;
}

ul.accordian-detail-data {
    width: 100%;
    float: left;
}
