@font-face {
    font-family: 'Glyphter';
    src: url('');
    src: url('../../fonts/Glyphter.eot?#iefix') format('embedded-opentype'), url('../../fonts/Glyphter.woff') format('woff'), url('../../fonts/Glyphter.ttf') format('truetype'), url('../../fonts/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*='icon-']:before {
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

.icon-copyEdit:before {
    content: '\0041';
}

.icon-Edit:before {
    content: '\0042';
}

.icon-greenCheck:before {
    content: '\0043';
    color: #15b06d;
}

.icon-Manage:before {
    content: '\0044';
}

.icon-failed:before {
    content: '\0045';
    color: #ed3a3a;
}

.icon-sectors:before {
    content: '\0046';
}

.icon-panding:before {
    content: '\0047';
    color: #ea8600;
}

.icon-attachment:before {
    content: '\0048';
}

.icon-hold-icon:before {
    content: '\0049';
    color: #ea8600;
}

.menuIcon {
    padding-right: 10px;
}


.container {
    width: 100%;
}

.fluid-container {
    width: 100%;
}

.main-content {
    width: 82%;
    padding: 26px 20px;
}
/* Login style start */


.login-page .left-side {
    width: 40%;
    border-right: 1px solid#e1e1e1;
    padding: 62px 35px 24px 35px;
}

.admin-logo {
    margin-bottom: 5%;
}

.login-page .left-side figure {
    margin-bottom: 5%;
}

.login-page .left-side p {
    font-size: 14px;
    line-height: 1.57;
    color: #666;
    font-weight: 600;
    background: url(../images/logo-icon.png) left top no-repeat;
    min-height: 25px;
    margin: 0 0 0 -17px;
    padding-left: 27px;
}

.login-page .main-content {
    width: 60%;
    padding: 28px 30px;
}

.wrap-login-content {
    padding: 0 70px;
}

.login-page .help-block {
    font-size: 15px;
    font-weight: 600;
    color: #555;
    text-align: right;
    margin-bottom: 80px;
}

.login-page .logo {
    margin-bottom: 35px;
}

.wrap-login-content h2 {
    margin-bottom: 4px;
}

.wrap-login-content p {
    font-size: 14px;
    line-height: 1.43;
    color: #222;
    margin-bottom: 40px;
}

.login-form .label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    margin-bottom: 8px;
}

    .login-form .label label {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        color: #222222;
    }

    .login-form .label a, .login-form .submit-group a {
        font-size: 16px;
        color: #027bff;
        line-height: 1.5;
    }

.login-form .form-group {
    margin-bottom: 24px;
}

.wrap-empid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

    .wrap-empid .form-row {
        margin-right: 35px;
        width: 130px;
    }

.login-form .submit-group {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

    .login-form .submit-group .btn {
        font-size: 16px;
    }

.input-text {
    background: #f5f6f7;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.04);
    border: none;
    font-size: 18px;
    font-weight: 400;
    color: #222;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.35;
    width: 100%;
    padding: 14px 15px;
}

/* Login style end */
/* Add employee style start */
.content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.left-aside {
    padding: 24px 15px 24px 15px;
    font-size: 15px;
    width: 18%;
    border-right: 1px solid#e1e1e1;
}

.left-nav {
    margin-bottom: 24px;
}

    .left-nav:last-child {
        margin-bottom: 0;
    }

.left-aside h4 {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    font-weight: 400;
    position: relative;
    /*padding-left: 29px;*/
    margin: 0 0 16px;
}

    .left-aside h4 a {
        color: #222;
    }

    .left-aside h4.active {
        font-weight: 700;
    }

    /*.left-aside h4::before {
        position: absolute;
        left: 0;
        top: 4px;
        background: url(../images/aside-icon.png) left top no-repeat;
        width: 18px;
        height: 18px;
        content: "";
    }*/

    .left-aside h4 span {
        position: absolute;
        right: 0;
        top: 4px;
        background: url(../images/arrow.png) center center no-repeat;
        width: 24px;
        height: 24px;
        cursor: pointer;
        z-index: 2;
    }

    .left-aside h4.active span {
        transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }

.left-aside ul {
    padding-left: 29px;
}

.left-aside li {
    line-height: 1.6;
    margin: 0 0 16px;
}

    .left-aside li:last-child {
        margin-bottom: 0;
    }

    .left-aside li a {
        color: #696969;
    }

    .left-aside li.active {
        font-weight: 700;
    }

        .left-aside li.active a {
            color: #222;
        }

.aside-accordion h4 {
    cursor: pointer;
}

    .aside-accordion h4.active {
        color: #222;
        font-weight: 400;
    }

.breadcrumb {
    font-size: 13px;
    color: #666;
    margin-bottom: 24px;
}

    .breadcrumb li {
        line-height: 1.85;
        display: inline-block;
        vertical-align: middle;
        padding-right: 28px;
    }

        .breadcrumb li:last-child {
            padding: 0;
        }

        .breadcrumb li a {
            color: #1c87fc;
            position: relative;
        }

            .breadcrumb li a::after {
                position: absolute;
                right: -18px;
                top: 2px;
                background: url(../images/breadcrumb-icon.png) center center no-repeat;
                width: 8px;
                height: 16px;
                content: "";
            }

.heading {
    margin-bottom: 30px;
}

.radio-group {
    margin-bottom: 30px;
}

    .heading h2 {
        margin: 0;
    }

    .heading span {
        font-size: 14px;
        line-height: 1.43;
        color: #666;
        display: block;
    }

.form-section .form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

    /*.form-section .form-row .col-6 {
        width: 40%;
        margin-right: 11%;
    }*/

        .form-section .form-row .col-6:last-child {
            margin-right: 0;
        }

/*edit by pooja*/
.popLabel {
    font-size: 18px !important;
    font-weight: bold !important;
}
/*edit by pooja end*/

.form-section .form-group label {
    font-size: 13px;
    font-weight: 400;
    display: block;
    color: #222222;
}

.form-row .form-group {
    margin-bottom: 42px;
    /*width: 40%;*/
    margin-right: 11%;
}

    .form-row .form-group:last-child {
        margin-right: 0;
    }

.form-section .form-group.emp-group {
    margin-right: 42px;
    width: 52px;
}

    .form-section .form-group.emp-group:last-child {
        margin-right: 0;
        width: 105px;
    }

.from-group-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.form-row .select {
    width: 100%;
}

.form-row .styledSelect {
    border-bottom: 1px solid #dedede;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    padding: 0 14px 16px 0;
    margin-top: 7px;
    width: 100%;
}

    .form-row .styledSelect::after {
        background: url(../images/drop-down-arrow.png) left top no-repeat;
        width: 10px;
        height: 6px;
        top: 15px;
        right: 0;
    }

.form-row .form-group .from-group-wrap {
    margin-left: -32px;
}

.form-row .form-group .date-group {
    width: 26%;
    padding-left: 32px;
}

    .form-row .form-group .date-group + .date-group {
        width: 46%;
    }

        .form-row .form-group .date-group + .date-group + .date-group {
            width: 28%;
        }

    .form-row .form-group .date-group .styledSelect {
        width: 100%;
    }

.textarea-group {
    width: 91%;
    margin-bottom: 40px;
}

    .textarea-group label {
        font-size: 13px;
        font-weight: 400;
        display: block;
        color: #999;
        margin-bottom: 15px;
    }

    .textarea-group textarea {
        border: 1px solid #dedede;
        font-size: 18px;
        font-weight: 600;
        color: #222;
        height: 133px;
        resize: none;
        width: 100%;
        padding: 14px 19px;
    }

.label-heding {
    font-size: 13px;
    font-weight: 400;
    display: block;
    color: #999;
    width: 100%;
    margin-bottom: 16px;
}

    .label-heding input[type="checkbox"] {
        vertical-align: middle;
    }

.form-section .align-right {
    width: 91%;
}

.align-right {
    text-align: right;
}

    .align-right .btn {
        margin-left: 26px;
    }

        .align-right .btn:first-child {
            margin-left: 0;
        }
/* Add employee style end */

/* Edit employee style start */
.edit-employee-block {
    margin-bottom: 30px;
}

    .edit-employee-block h2 {
        margin-bottom: 25px;
    }

.heading-bar {
    background: #222;
    box-shadow: 0 0 8px 0 rgba(246, 246, 246, 0.5);
    -moz-box-shadow: 0 0 8px 0 rgba(246, 246, 246, 0.5);
    -webkit-box-shadow: 0 0 8px 0 rgba(246, 246, 246, 0.5);
    border-radius: 4px 4px 0 0;
    font-size: 18px;
    line-height: 1.56;
    font-weight: 600;
    color: #fff;
    padding: 15px 24px;
    border: 1px solid transparent;
}

.edit-employee .form-section {
    border: 1px solid#ececec;
    border-radius: 0 0 4px 4px;
    padding: 40px 34px 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}

    .edit-employee .form-section .form-row {
        align-items: center;
    }

    .edit-employee .form-section .form-group {
        margin-bottom: 0;
    }

    .edit-employee .form-section .align-right {
        width: auto;
        margin-left: 60px;
    }

/*.link {
    margin-top: 16px;
}*/

    .link a {
        font-size: 15px;
        color: #007aff;
    }

        .link a:hover {
            text-decoration: underline;
        }
/* Edit employee style end */

/* Popup style start */
.overlay, .lightbox-model {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    display: block;
}

.lightbox-popup {
    position: absolute;
    left: 0;
    top: 40%;
    right: 0;
    width: 1250px;
    height: 500px;
    overflow: auto;
    margin: 30px auto;
    background: #fff;
    z-index: 99999;
    padding: 48px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border-radius: 4px;
}

    .lightbox-popup h2 {
        font-size: 24px;
        margin-bottom: 38px;
        line-height: 1;
    }

    .lightbox-popup table {
        border: 1px solid #ececec;
        border-radius: 4px;
    }

        .lightbox-popup table th, .lightbox-popup table td {
            font-size: 16px;
            line-height: 1.5;
            font-weight: 600;
            color: #222;
            padding: 20px 35px;
            text-align: left;
        }

        .lightbox-popup table th {
            background: #f4f4f8;
        }

        .lightbox-popup table td {
            border: 1px solid #ececec;
        }

    .lightbox-popup .align-right {
        width: 100%;
        margin-top: 50px;
    }

body.open {
    padding-right: 17px;
    overflow: hidden;
}

    body.open .lightbox-model {
        overflow-x: hidden;
        overflow-y: auto;
        padding-right: 17px;
    }
/* Popup style end */
/* User nomination style start */
.update-nomination h2 {
    margin-bottom: 25px;
}

.nomination-profile {
    margin-bottom: 30px;
}

    .nomination-profile .heading-bar {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: stretch;
    }

        .nomination-profile .heading-bar ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            align-content: stretch;
        }

            .nomination-profile .heading-bar ul li {
                margin-left: 30px;
            }

                .nomination-profile .heading-bar ul li:first-child {
                    margin-left: 0;
                }

.nomination-content {
    border: 1px solid#ececec;
    border-radius: 0 0 4px 4px;
    padding: 14px 21px;
    color: #222;
    line-height: 1.43;
}

    .nomination-content strong {
        font-size: 28px;
        display: block;
    }

    .nomination-content ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        font-size: 14px;
    }

    .nomination-content .user-degination {
        margin-bottom: 25px;
        margin-left: -22px;
    }

        .nomination-content .user-degination li {
            margin-left: 22px;
            position: relative;
        }

            .nomination-content .user-degination li::before {
                position: absolute;
                left: -13px;
                top: 8px;
                background: #999;
                width: 6px;
                height: 6px;
                border-radius: 50%;
                content: "";
            }

            .nomination-content .user-degination li:first-child::before {
                display: none;
            }

    .nomination-content .user-info {
        margin-left: -55px;
    }

        .nomination-content .user-info li {
            margin-left: 55px;
            margin-bottom: 30px;
        }

        .nomination-content .user-info span {
            font-weight: 700;
            display: block;
            margin-bottom: 5px;
        }

        .nomination-content .user-info li small {
            font-size: 14px;
            display: block;
        }



.emp-details {
    margin-bottom: 36px;
}

.responsive-table {
    /*overflow-x: auto;*/
}

    .responsive-table table tr td input[type='text'] {
        padding: 2px 5px;
        margin: 0;
        width: 100px;
        font-size: 15px;
    }

    .responsive-table table tr td {
        padding: 14px 10px !important;
    }

.emp-details .responsive-table {
    border-bottom: 1px solid#ececec;
    border-radius: 0 0 4px 4px;
}

.emp-details th {
    background: #222;
    font-size: 16px;
    line-height: 1.17;
    font-weight: 600;
    color: #fff;
    padding: 15px 10px;
    border: 1px solid transparent;
    text-align: left;
}

    .emp-details th:first-child {
        border-radius: 4px 0 0 0;
    }

    .emp-details th:last-child {
        border-radius: 0 4px 0 0;
    }

.emp-details td {
    font-size: 15px;
    line-height: 1.5;
    color: #222;
    font-weight: 400;
    padding: 24px 15px 46px;
    border-bottom: 1px solid #ececec;
    text-align: left;
}

    .emp-details td:first-child {
        padding-left: 30px;
        border-left: 1px solid #ececec;
    }

    .emp-details td:last-child {
        padding-right: 30px;
        border-right: 1px solid #ececec;
    }

.emp-details tr:last-child td {
    border-bottom: none;
}

/*.icon-green, .icon-failed, .icon-pending {
    background: url(../images/green-icon.png) left top no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}*/

/*.icon-failed {
    background: url(../images/failed-icon.png) left top no-repeat;
}*/

.icon-pending {
    background: url(../images/pending-icon.png) left top no-repeat;
}

.icon-view {
    background: url(../images/view-icon.png) left top no-repeat;
    width: 17px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.icon-edit {
    background: url(../images/edit-icon.png) left top no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.emp-details .wrap-view {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 14px;
}

    .emp-details .wrap-view:first-child {
        margin-left: 0;
    }

    .emp-details .wrap-view small {
        font-size: 9px;
        color: #222;
        font-weight: 400;
        display: block;
        line-height: 18px;
        padding: 0 7px;
        background: #f4f4f4;
        position: absolute;
        left: 50%;
        white-space: nowrap;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        bottom: -21px;
    }

.term-condition {
    margin-top: 35px;
}
.update-nomination .term-condition .align-right {
    margin-top: 55px;
}

    .update-nomination .term-condition .align-right .btn {
        width: auto;
        padding: 16px 20px;
    }

.update-nomination .edit-employee {
    margin-bottom: 30px;
}

.emp-details td .checkbox-btn label {
    font-size: 16px;
    font-weight: 400;
}

.emp-details.padding-space td {
    padding: 24px 15px 24px;
}

    .emp-details.padding-space td:first-child {
        padding-left: 30px;
    }

    .emp-details.padding-space td:last-child {
        padding-right: 30px;
    }
/* User nomination style end */

/* Verify nomination style start */
.verify-nomination .edit-employee .align-right {
    width: 100%;
}

.verify-nomination .edit-employee {
    margin-bottom: 57px;
}

.verify-nomination .form-section {
    padding: 40px 34px 0;
}

    .verify-nomination .form-section .form-row {
        width: 100%;
    }

        .verify-nomination .form-section .form-row .form-group {
            margin-bottom: 50px;
        }

        .verify-nomination .form-section .form-row .col-3 {
            width: 80px;
            margin-right: 44px;
        }

        .verify-nomination .form-section .form-row .col-4 {
            width: 214px;
            margin-right: 80px;
        }

        .verify-nomination .form-section .form-row .col-12 {
            width: 100%;
        }

            .verify-nomination .form-section .form-row .col-12 .col-6 {
                width: 28%;
            }

        .verify-nomination .form-section .form-row .radio-group {
            margin-bottom: 50px;
        }

.verify-nomination .btn {
    width: auto;
}

.verify-nomination .heading h2 {
    margin-bottom: 12px;
}

.verify-nomination .heading span {
    font-size: 23px;
    color: #222;
    line-height: 1.74;
}

.reset-nomination h2 {
    margin-bottom: 25px;
}

.reset-nomination .edit-employee .align-right {
    width: auto;
    margin: 0 0 50px 0;
}

.reset-nomination .form-section .form-row .col-4 {
    margin-right: 47px;
}

.nomination-popup {
    padding: 38px;
}

    .nomination-popup h2 {
        margin-bottom: 30px;
    }

    .nomination-popup .nomination-profile {
        margin-bottom: 28px;
    }

        .nomination-popup .nomination-profile .heading-bar {
            background: #f4f4f8;
            box-shadow: 0 0 8px 0 rgba(246, 246, 246, 0.5);
            -webkit-box-shadow: 0 0 8px 0 rgba(246, 246, 246, 0.5);
            -moz-box-shadow: 0 0 8px 0 rgba(246, 246, 246, 0.5);
            color: #222;
        }

    .nomination-popup table {
        border: none;
    }

    .nomination-popup .responsive-table th {
        font-size: 18px;
        line-height: 1.17;
        padding: 12px 20px;
    }

        .nomination-popup .responsive-table th:first-child {
            border-radius: 4px 0 0 0;
        }

        .nomination-popup .responsive-table th:last-child {
            border-radius: 0 4px 0 0;
        }

    .nomination-popup .responsive-table td {
        padding: 12px 20px;
    }

.cross-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #222;
    font-size: 25px;
    cursor: pointer;
}
/* Verify nomination style end */
/* Change Password style start */
.change-password-page {
}

.password-form {
    width: 50%;
}

.change-password-page h2 {
    margin-bottom: 40px;
}

.change-password-page .form-group {
    margin-bottom: 20px;
}

    .change-password-page .form-group .label-heding {
        margin-bottom: 6px;
    }

    .change-password-page .form-group .form-control {
        padding: 0 0 20px 0;
        font-weight: 400;
    }

.change-password-page .btn {
    font-size: 17px;
    width: 216px;
    margin-top: 30px;
}
/* Change Password style end */

.form-section .global-row {
    align-items: center;
}

    .form-section .global-row .form-group {
        margin-bottom: 15px;
    }

    .form-section .global-row .col-3 {
        width: 80px;
        margin-right: 44px;
    }

    .form-section .global-row .col-4 {
        margin-right: 47px;
        width: 140px;
    }

    .form-section .global-row .align-right {
        width: auto;
        margin: 0 0 15px 0;
    }

/* Right popup style start */
.lightbox-model .right-popup {
    position: fixed;
    left: auto;
    top: 0;
    height: 100%;
    right: -100%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    box-shadow: 1px 3px 18px 8px rgba(194, 194, 194, 0.3);
    -webkit-box-shadow: 1px 3px 18px 8px rgba(194, 194, 194, 0.3);
    -moz-box-shadow: 1px 3px 18px 8px rgba(194, 194, 194, 0.3);
    border-left: 1px solid #dbdbdb;
    border-radius: 0;
    margin: 0;
    padding: 110px 32px 98px;
    max-width: 728px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.right-popup .cross-icon {
    right: auto;
    top: 25px;
    font-size: 30px;
    left: 25px;
}

.document-list {
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    padding: 8px 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    margin-bottom: 19px;
}

    .document-list .left-block label {
        font-size: 12px;
        line-height: 1.33;
        color: #888;
        font-weight: 400;
        display: block;
    }

    .document-list .left-block span {
        font-size: 16px;
        line-height: 1.5;
        color: #222;
        font-weight: 400;
        display: block;
    }

    .document-list ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: stretch;
    }

        .document-list ul li {
            margin-left: 24px;
        }

            .document-list ul li:first-child {
                margin-left: 0;
            }

/* Right popup style end */
.dataTables_filter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 15px;
}

    .dataTables_filter label {
        font-size: 16px;
        color: #222;
    }

#divbookingtab {
    overflow-y: hidden;
}

.dataTables_filter input[type="search"] {
    border: 1px solid #ececec;
    padding: 8px 10px;
    margin: 0 0 0 10px;
    width: 210px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.verify-nomination .form-section .form-row.search-row .col-4 {
    width: 122px;
    margin-right: 45px
}

.verify-nomination .edit-employee .search-row .align-right {
    margin-bottom: 50px;
    width: auto;
}

.dynamic-text {
    color: #222;
    display: block;
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.35;
}

.left-fixed .left-aside {
    position: fixed;
    /*left: 16px;*/
    background: #fff;
    top: 84px;
    height: 100%;
    z-index: 9;
}

.left-fixed .main-content {
    margin-left: 18%;
}

.login-page.left-fixed .left-aside {
    position: static;
}

.login-page.left-fixed .main-content {
    margin-left: 0;
}

.default-radionbtn .radio-btn {
    margin: 0 4px 0 0px;
}

.default-radionbtn span {
    margin-right: 18px;
}

.align-center {
    text-align: center;
}

    .align-center .btn {
        margin: 30px 10px 0;
        width: auto;
        padding: 10px 40px;
    }

select {
    width: 110px;
    padding: 5px 0 4px;
}

.emp-details .dataTables_info {
    margin: 0 15px;
}

.emp-details .responsive-table .dataTables_paginate {
    text-align: right;
    margin: 10px 15px 15px;
}

.emp-details .dataTables_paginate a {
    margin: 0 12px;
    cursor: pointer;
}

    .emp-details .dataTables_paginate a.disabled {
        opacity: 0.4;
    }

.borderNoneSelect {
    border: none;
}

.Date-of-Birth {
   
    height: 22px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #222222;
}

.Date-of-Joining {
   
    height: 22px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #222222;
}


/*edit by pooja*/

.col-1, .col-2, .col-3, .col-4, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    margin-right: 7% !important;
    float: left;
}


.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}


input:disabled {
    background-color: #ffffff;
}

.atClass {
    font-weight: bold;
    padding-top: 2%;
    color: #222;
    font-size: 22px;
    width: 2%;
}

.form-row .form-group .col-4:last-child {
    margin-right: 0;
}

.activeLink {
    font-weight: bold;
    color: #222;
}

.borderNoneSelect {
    border: none;
}




.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    min-width: 200px;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border: none;
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3rem;
    }

        .popover .arrow::before, .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

    .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
        bottom: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
        .bs-popover-top .arrow::after,
        .bs-popover-auto[x-placement^="top"] .arrow::after {
            border-width: 0.5rem 0.5rem 0;
        }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
            bottom: 0;
            border-top-color: rgba(0, 0, 0, 0.25);
        }


        .bs-popover-top .arrow::after,
        .bs-popover-auto[x-placement^="top"] .arrow::after {
            bottom: 1px;
            border-top-color: #fff;
        }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

    .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
        left: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
        .bs-popover-right .arrow::after,
        .bs-popover-auto[x-placement^="right"] .arrow::after {
            border-width: 0.5rem 0.5rem 0.5rem 0;
        }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
            left: 0;
            border-right-color: rgba(0, 0, 0, 0.25);
        }


        .bs-popover-right .arrow::after,
        .bs-popover-auto[x-placement^="right"] .arrow::after {
            left: 1px;
            border-right-color: #fff;
        }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

    .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
        top: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
        .bs-popover-bottom .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            border-width: 0 0.5rem 0.5rem 0.5rem;
        }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
            top: 0;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }


        .bs-popover-bottom .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            top: 1px;
            border-bottom-color: #fff;
        }

    .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

    .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
        right: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
        .bs-popover-left .arrow::after,
        .bs-popover-auto[x-placement^="left"] .arrow::after {
            border-width: 0.5rem 0 0.5rem 0.5rem;
        }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
            right: 0;
            border-left-color: rgba(0, 0, 0, 0.25);
        }


        .bs-popover-left .arrow::after,
        .bs-popover-auto[x-placement^="left"] .arrow::after {
            right: 1px;
            border-left-color: #fff;
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 0;
    color: #212529;
}

.hide {
    display: none;
}

.loginText {
    background-color: #ffffff;
    color: #222;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
}

#login .popover {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border: none;
}

#login .popover-body {
    padding: 0;
}

#login .popover-inner {
    padding: 0;
}

#login ul {
    margin: 0;
    padding: 0;
}

    #login ul li {
        width: 100%;
        border-bottom: 1px solid #f4f4f4;
    }

        #login ul li a {
            display: block;
            padding: 6% 6%;
            color: #222222;
        }

            #login ul li a:hover {
                background-color: #f4f4f4;
            }


.loginText span {
    background: url(../images/arrow.png) center center no-repeat;
    width: 24px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
    display: inline-block;
    float: right;
}


#loading img {
    width: 80px;
    margin-top: 20%;
}

.linkaction {
    width: 40px;
    color: #027bff;
    float: left;
    font-size: 20px;
    line-height: 0;
}


.disclaimer {
    font-size: 13px;
    color: #a6a5a5;
}


.clickBtn {
    padding: 5% 3%;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    margin-top: 5%;
}

    .clickBtn label {
        font-size: 16px !important;
        color: #027bff !important;
    }

.paddingbottom {
    padding-bottom: 30px !important;
}
/*edit by pooja end*/

em {
    font-style: italic;
    color: red;
}

label.new_radio {
    position: relative;
    top: -5px;
    left: -5px;
    margin: 0;
    padding: 5px 7px 5px 5px;
    cursor: pointer;
    border-radius: 5px;
}

label.new_radio input[type="radio"] {
    position: absolute;
    left: -999em;
}

    label.new_radio input[type="radio"]:checked + label {
        font-weight: 600;
        letter-spacing: 0;
    }

label.new_radio label {
    margin: 0;
    cursor: pointer;
    letter-spacing: .26px;
    line-height: 20px;
}

label.new_radio input[type="radio"]:checked + label::before {
    border-color: #027bff;
    background-color: #027bff;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
}

label.new_radio input[type="radio"] + label::before {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    content: '';
    cursor: pointer;
    vertical-align: top;
    border: 1px solid #b4b2b0;
    border-top-color: rgb(180, 178, 176);
    border-right-color: rgb(180, 178, 176);
    border-bottom-color: rgb(180, 178, 176);
    border-left-color: rgb(180, 178, 176);
    border-radius: 100%;
    background: #fff;
    background-color: rgb(255, 255, 255);
}

.d-inline-block {
    display: inline-block !important;
}

.form-control:focus, label.new_radio:focus, label.new_radio input[type="radio"]:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    outline: 1px auto -webkit-focus-ring-color;
}

.disclaimer_updateNomination {
    font-size: 14px;
}