﻿label {
        display: inline-block;
    }

    .leave-dropdown {
        width: 150px;
        display: inline-block;
    }

        .leave-dropdown select {
            width: 100%;
        }

    .effective-date-block input {
        width: 100px;
    }

    .effective-date-block {
        display: inline-block;
    }

    .leave-opening-block {
        margin-top: 10px;
    }

    .leave-btns {
        float: right;
        margin-right: 50px;
    }

        .leave-btns input {
            width: 80px;
            height: 27px;
        }

    .leave-opening-block {
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
    }

    a.morebtn {
        /* float: left; */
        text-align: center;
        font-weight: bold;
        color: #024776;
        background-color: #fff;
        border: #ccc solid 1px;
        border-radius: 4px;
        padding: 5px;
    }

    .select-field-popup {
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .select-field-inner {
        position: absolute;
        width: 375px;
        left: 0;
        right: 0;
        background: #fff;
        margin: 0 auto;
        transform: translateY(-50%);
        top: 50%;
        -webkit-box-shadow: #666 10px 2px 25px;
        -moz-box-shadow: #666 10px 2px 25px;
        box-shadow: #666 10px 2px 25px;
        border: 1px solid #ccc;
    }

    .select-field-header {
        background-color: whitesmoke;
        border-bottom: 1px solid #e5e5e5;
        line-height: 40px;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
        padding-left: 20px;
        text-shadow: 0 1px white;
        color: gray;
    }

    .select-field-body {
        padding: 15px 20px;
        box-sizing: border-box;
    }

    .select-field-date-block {
        float: left;
        font-weight: 700;
        font-size: 12px;
    }

    .select-field-close-ok-btn-group {
        text-align: center;
        margin-top: 15px;
    }

        .select-field-close-ok-btn-group input {
            width: 70px;
        }

    .filter-label {
        width: 95px;
        display: inline-block;
        text-align: right;
    }

    .filter-data {
        width: 230px;
        display: inline-block;
    }

        .filter-data select {
            width: 100%;
        }

    .filter-row {
        width: 100%;
        margin-bottom: 5px;
    }

    .select-field-close-ok-btn-group {
        text-align: center;
        margin-top: 15px;
        width: 100%;
        clear: both;
        padding-top: 15px;
        border-top: 1px solid #ccc;
    }

    .wd-150 {
        width: 150px;
    }

    .wd-230 {
        width: 230px;
    }

    /*JqGrid*/

    .ui-jqgrid {
    box-sizing: unset !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 .ui-jqgrid-labels th.ui-th-column {
        text-align: left !important;
    }*/
    .ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td {
        text-align: center;
    }

    /*.col-common {
        text-align: center;
    }*/
    .col-leaves {
        width: 50px;
        margin: 4px !important;
        text-align: center;
    }

    .ui-jqgrid-pg-left {
        display: none;
    }

    #divrightcol {
    overflow-y: hidden;
}