

/*login popup*/

.login-modal .modal-mini {
    width: 440px;
}

.Beware {
    padding: 20px;
}

.Beware-min {
    width: 80% !important;
    padding-left: 14% !important;
}

.Beware-content {
    min-height: 400px !important;
}

.login-content .login-close-icon {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 10;
}

.login-modal .hello-text {
    padding-bottom: 6px;
}

.login-modal .wel-text {
    padding-bottom: 15px;
}

.login-modal .pad-lr-25 {
    padding: 0 25px;
}

.login-modal .modal-content {
    border-radius: 0;
}

.login-modal .input-group {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
    border: 1px solid #EFEFEF;
    padding: 6px;
}

.login-modal .input-group-addon {
    background: white;
    border: none;
}

.login-modal .form-control {
    border: none;
    /*border: 1px solid #EFEFEF;*/
}

.login-modal .text-greyish {
    color: #606060
}

.login-modal .text-blue {
    color: #1F2B4A
}

.warning_Svg {
    height: 10%;
    width: 6%;
}

.login-modal .text-or {
    color: #606060;
    background: white;
    padding: 2px;
    /* border: 1px solid; */
    z-index: 10;
    position: relative;
}

.grey-hr {
    width: 80%;
    height: 1px;
    background: #b6b6b6;
    position: absolute;
    top: 50%;
    left: 10%;
}

.login-modal .for-employee-block {
    background: #EFEFEF;
    color: #1F2B4A;
    font-size: 16px;
    padding: 10px;
    text-align: center;
}

.login-modal .input-group .error {
    font-weight: normal;
    color: #9e0505;
}

.login-modal a.dark-blue-link,
.login-modal a.dark-blue-link:hover {
    color: #1f2b4a !important;
    font-weight: 700;
}

.login-content,
.login-content.forgot-content,
.login-content.changePwd-content {
    align-items: center;
    /*  display: flex;*/
    display: -ms-flexbox;
    justify-content: center;
    min-height: 370px;
}

.login-content.forgot-content {
    min-height: 300px;
}
   .Beware-popup {
        min-height: 475px !important;
    }

.login-content.forgot-content.reset-height {
    min-height: 400px;
}

.login-content.changePwd-content {
    min-height: 325px !important;
}

.login-close-icon i {
    color: #8c8b8b;
    font-size: 28px;
}

#lblGreetings {
    padding-bottom: 8px;
    display: inline-block;
    font-weight: 700;
}

.white-panel {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 3px #00000014;
    border: 1px solid #EFEFEF;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .login-content {
        min-height: 100%;
        padding: 25px 0;
    }
}


.page-warp {
    padding-left: 60px;
}



.expanded {
    width: 254px !important;
    overflow: visible;
}

.profile-bar .profile-head {
    padding: 10px 10px;
    font-weight: 600;
}

.profile-bar .profile-picture {
    margin-bottom: 5px;
}

.profile-collapse-image .profile-picture img {
    width: 40px;
    height: 40px;
    margin: 10px auto;
    border-radius: 50%;
}

.profile-bar img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
}

.profile-bar .profile-detail .profile-name {
    font-size: 16px;
    font-weight: 600;
}

.profile-bar .profile-detail .profile-name a {
    color: #43425d;
}

.profile-bar .profile-detail .profile-level {
    font-size: 11px;
    padding: 4px;
}

.profile-bar .profile-detail .profile-email {
    font-size: 12px;
    padding: 8px;
    word-break: break-all;
}

.profile-bar .profile-summary {
    text-align: center;
    padding: 10px 0;
}

.profile-bar .profile-summary a {
    color: #43425d;
}

.query-form {
    padding: 30px 20px;
}

.query-form .bottom-footer {
    padding-top: 20px;
}

.query-form label {
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
}

.query-form,
.chat-form {
    margin-bottom: 15px;
}

.chat-form {
    padding: 20px;
}

.chat-form .chat-header {
    position: relative;
    padding-bottom: 20px;
    font-size: 18px;
    text-align: center;
    color: #4d4f5c;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e9ec;
}

.chat-form .close-chat {
    position: absolute;
    right: 0;
    color: #a4afb7;
}

.chat-form .chat-content {
    max-height: 330px;
    overflow-y: auto;
}

.chat-form .right {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.chat-form .text-bubble {
    max-width: 75%;
    border-radius: 20px 20px 20px 0px;
    padding: 10px;
    margin: 4px 0;
    float: right;
}

.chat-timing {
    font-size: 10px;
    float: right;
    width: 100%;
    text-align: right
}

.chat-form .left {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.chat-form .sender-img {
    background: #5c6bc0;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
    /* vertical-align: middle; */
    line-height: 29px;
}

.chat-form .left .text-bubble {
    background-color: #edf0f5;
    float: left;
    color: #000;
}

.chat-form .left .chat-timing {
    font-size: 10px;
    float: right;
    width: 100%;
    text-align: left;
}

.chat-form .text-bubble {
    color: white;
    background-color: #3b86ff;
    border-radius: 20px 20px 0px 20px;
}

.chat-form .chat-footer {
    border-top: 1px solid #e8e9ec;
    padding: 4px 0;
    position: relative;
}

.chat-form .chat-footer .input-send {
    border: none;
    width: 90%;
    padding: 10px 0 10px 10px;
}

.chat-form .chat-footer .send-btn {
    color: #3b86ff;
    cursor: pointer;
}

.chat-form .chat-footer button {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}

.chat-form .chat-footer .input-send:focus {
    outline: none;
}

.loc-modal {
    width: 300px
}

.flag-select .flag-icon {
    margin-right: 10px;
}

.flag-select .btn-default {
    min-width: 100%;
}

.flag-icon-in {
    background: url(../Image/flag/in.svg) center no-repeat !important;
}

.flag-icon-lk {
    background: url(../Image/flag/lk.svg) center no-repeat !important;
}

.flag-icon-ph {
    background: url(../Image/flag/ph.svg) center no-repeat !important;
}

.flag-select .caret {
    position: absolute;
    right: 0;
    top: 9px;
}

.flag-select .dropdown-menu {
    min-width: 100%;
}

.centered-modal.in {
    display: flex !important;
    display: -ms-flexbox !important;
}

.centered-modal .modal-dialog {
    margin: auto;
}

/*data-privacy*/
.data-privacy {}

.data-privacy {
    width: 750px;
}

.data-privacy label {
    /*font-weight:700;*/
    font-weight: normal;
}

.data-privacy .scroll-content {
    height: 300px;
    overflow-y: scroll;
}

.scroll-content .fa {
    color: black;
}

.tooltip.top .tooltip-arrow {
    display: none;
}

.flag-section .flag-icon {
    font-size: 100px;
    /*border: 5px solid transparent;*/
}

.flag-section .selected {
    /*border: 5px solid black;*/
    /* background: #1F2B4A;*/
    background: #f1f1f1;
}

.flag-section .flag-holder {
    position: relative;
}

.flag-section .fa {
    position: absolute;
    top: 0px;
    z-index: 999;
    color: white;
    right: -4px;
    display: none;
    background: green;
    width: 18px;
    font-size: 12px;
    padding: 1px 2px;
    line-height: 16px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
}

.flag-section .selected .fa {
    display: block;
}

.flag-section .country-text {
    padding: 5px;
    text-align: center;
    font-weight: 700;
}

.flag-section .flag-icon {
    background-size: cover;
}

.flag-section .ul-list-inline {
    padding: 0;
    margin: 0;
}

.flag-section .ul-list-inline>li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    width: 32%;
    text-align: center;
    cursor: pointer;
}

.privacy-mark {
    padding: 8px;
    background: #f1f1f1;
    border: 2px solid #1F2B4A;
}

.scroll-content h2,
.scroll-content .h2 {
    font-size: 22px;
}

.scroll-content h3,
.scroll-content .h3 {
    font-size: 16px;
    margin-top: 10px;
}

.scroll-content p,
.scroll-content ul,
.scroll-content ol,
.scroll-content table {
    font-size: 11px;
    line-height: 16px
}

#swal2-content {
    font-size: 16px;
}

.scr_help {
    width: 13px;
}

.swal-wide {
    width: 650px !important;
}

.fixed {
    padding: 8px 0;
    position: fixed;
    top: 140px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    background: white;
    z-index: 99;
}

/*Scroll Bar CSS*/

.white-panel::-webkit-scrollbar {
    width: 5px;
}

.white-panel::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.white-panel::-webkit-scrollbar-thumb {
    background: darkgrey;
    border-radius: 10px;
}

.white-panel::-webkit-scrollbar-thumb:hover {
    background: darkgrey;
}

.scroll-div {
    min-height: 180px;
    max-height: 360px;
    overflow-y: auto;
}

.scroll-div::-webkit-scrollbar {
    width: 5px;
}

.scroll-div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.scroll-div::-webkit-scrollbar-thumb {
    background: darkgrey;
    border-radius: 10px;
}

.scroll-div::-webkit-scrollbar-thumb:hover {
    background: darkgrey;
}

/*a {
    color: #000;
}*/
/*footer*/
.cp-footer {
    position: fixed;
    background-color: #1F2b4a;
    color: #fff;
    padding: 7px 0;
    z-index: 101;
    bottom: 0;
    width: 100%;
}

.cp-footer ul {
    margin-bottom: 0
}

.cp-footer li>a {
    color: white;
}

.cp-footer p {
    margin: 0;
    text-align: right;
}

.notificationList {
    padding: 10px !important;
}

@media (min-width: 1900px) {
    .container {
        width: 1416px;
    }
}

@media (min-width: 1600px) {
    .page-warp {
        max-width: 1600px;
        margin: auto;
    }
}

@media only screen and (min-width: 1030px) and (max-width: 1366px) {


    .flag-icons-area.pad-tb-15 {
        padding: 0;
    }
}

@media (min-width: 1300px) {
    .data-privacy .scroll-content {
        height: 160px;
        overflow-y: scroll;
    }
}

@media (max-width: 992px) {
    .navbar-default.common .nav>li>a {
        padding: 15px 10px;
    }

    .data-privacy {
        width: 95%;
    }

    .flag-section {
        padding: 0;
    }

    .flag-section .ft-34 {
        line-height: 36px;
    }

    .flag-section .flag-icon {
        font-size: 60px
    }

    .flag-section .ul-list-inline>li {
        width: 32%;
    }

    .flag-section .country-text {
        padding: 5px 0;
        font-size: 12px;
    }

    .upload-help-text {
        padding-top: 6px !important;
        padding-left: 22%;
        /*word-break: break-all;*/
        padding-right: 30px;
    }

    .no-pad-sm {
        padding: 0;
    }

    .mat-label {
        font-size: 14px !important;
    }

    .signup-section .form-group {
        z-index: 99;
    }

    .is-completed.select>label {
        margin-top: -5px;
    }

    .is-completed.select>select {
        margin-top: 5px;
        background-color: none;
    }

    .is-completed.select:after {
        padding: 20px 12px 0 0;
    }
}

@media (max-width: 767px) {
    .xs-text-center {
        text-align: center;
    }

    .xs-no-pad {
        padding: 0 !important;
    }

    main {
        padding-left: 0;
    }

    .logo {
        padding: 0 0 0 15px;
    }

    .navbar-default.common .nav>li>a {
        padding: 15px 13px;
    }

    .login-modal .modal-mini {
        width: 95%;
    }

    .Beware-modal .modal-mini {
        width: 95%;
    }

    .data-privacy {
        width: auto;
    }

    .ft-14 {
        font-size: 12px;
    }

    .ft-16 {
        font-size: 14px;
    }

    .ft-18 {
        font-size: 16px;
    }

    .ft-20 {
        font-size: 18px;
    }

    .ft-22 {
        font-size: 20px;
    }

    .ft-24 {
        font-size: 22px;
    }

    .ft-26 {
        font-size: 24px;
    }

    .ft-32 {
        font-size: 30px;
    }

    .ft-34 {
        font-size: 32px;
    }

    .cp-footer p {
        font-size: 12px;
        text-align: center;
        margin-top: 10px;
    }

    .cp-footer li>a {
        font-size: 12px;
    }

    body {
        padding-bottom: 100px;
    }

    .login-content.changePwd-content,
    .login-content.forgot-content,
    .login-content.forgot-content.reset-height {
        min-height: 100%;
        display: block;
    }

    .scroll-div {
        min-height: 135px;
    }

    .clear-div {
        clear: both;
    }

    .upload-help-text {
        padding-top: 15px !important;
        padding-right: 0;
    }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .inputDnD .form-control-file {
        visibility: visible !important;
    }

    .logo-svg {
        height: 35px;
    }
}

/* coach mark start */
.guideslider.modal-dialog {
    width: 94% !important;
    padding: 0;
}

.guideslider .modal-content {
    position: relative;
    min-height: 90vh;
}

.modal-backdrop-custom.modal-backdrop.in {
    opacity: 1;
}

.modal-open .modal.coach-mark {
    overflow-y: hidden;
    padding-right: 0 !important;
    z-index: 99999;
}

.guideslider .modal-content {
    background-color: transparent;
}



.guideslider .modal-header {
    padding: 0;
    border: 0;
}

.guideslider .modal-header .close {
    margin-top: 0;
    position: absolute;
    top: 13px;
    z-index: 9999;
    font-size: 25px;
    color: #fff;
    opacity: 1;
    right: 15px;
    background: #797676;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-bottom: 3px;
}

.guideslider .modal-body {
    position: relative;
}

.guideslider .modal-footer {
    padding: 0;
    text-align: right;
    border-top: none;
    position: relative;
    right: 35%;
    float: right;
    bottom: 116px;
    z-index: 1;
}

@media (min-width: 768px) {
    .guideslider.modal-dialog {
        margin: 0 auto;
    }
}

.guideslider .modal-footer button.btn {
    border: none;
    padding: 9px 20px;
    font-weight: bold;
    font-size: 13px;
    border-radius: 5px;
    background-color: #b8e986;
    position: absolute;
    top: -20px;
}

.guideslider .owl-carousel .owl-item img {
    height: 100vh;
}

.guideslider .owl-dots {
    position: absolute;
    top: 10px;
    text-align: center;
    display: block;
    width: 100%;
}

.guideslider .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 6px;
}

.guideslider .owl-dots .owl-dot span {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #ccc;
    transition: all .25s ease-in-out;
}

.guideslider .owl-dots .owl-dot.active span {
    background-color: #0079C2;
}


.guideslider .owl-carousel button.owl-prev,
.guideslider .owl-carousel button.owl-next {
    position: absolute;
    text-align: center;
    transition: all .25s ease-in-out;
    background: #e6e6e6;
    color: #333;
    padding: 9px 30px !important;
    font-weight: bold;
    font-size: 13px;
    border-radius: 5px;
}

.guideslider .owl-nav {
    position: relative !important;
    right: auto !important;
    top: -70px !important;
    display: block;
    text-align: center;
    left: 34%;
    width: 224px;
    height: 50px;
}

.guideslider .owl-carousel button.owl-next {
    left: 135px !important;
}

.guideslider .owl-carousel .owl-next.disabled {
    opacity: 0.2;
    cursor: default;
}

.guideslider .owl-carousel button.owl-prev {
    right: 110px !important;
}

.guideslider .owl-carousel .owl-prev.disabled {
    opacity: 0.2;
}

.guideslider .icon-btn.owl-next {}

.guideslider .icon-btn.owl-prev {}

@media (max-width: 768px) {
    .guideslider .modal-footer button.btn {
        display: none
    }

    .guideslider .owl-nav {
        position: absolute !important;
        right: auto !important;
        top: 50% !important;
        display: block;
        text-align: center;
        left: auto;
        width: 100%;
        height: 50px;
    }

    .guideslider .owl-carousel button.owl-prev,
    .guideslider .owl-carousel button.owl-next {
        background: none;
        border: none;
        color: #fff;
    }

    .guideslider .owl-carousel button.owl-prev {
        left: 0;
    }

    .guideslider .owl-carousel button.owl-next {
        right: 0 !important;
        left: auto !important;
    }
}

/*Loader */
.overflow-none {
    overflow: hidden
}

.loader-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    /*background: rgba(255, 254, 254, 0.68);*/
    z-index: 99999;
    text-align: center;
    display: none;
}

.loader-block img {
    padding-top: 15%;
    width: 300px;
}

.lds-ellipsis {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #163da0;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.loginfooter {
    font-size: 10px;
    font-weight: bold;
}

/*# sourceMappingURL=common-styles.css.map */
.tooltip .tooltip-inner {
    padding: 7px 10px 5px 10px;
    color: #222;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -webkit-linear-gradient(top, #f8f8f8, #cccccc);
    z-index: 99999;
    font-weight: bold;
}

.tooltip .tooltip-arrow {
    border-right-color: #cccccc !important;
}

#DivAgreement .modal-content {
    border-radius: 0;
    padding: 15px;
}

/*common styles-old-ends*/

/*Registration-old-starts*/


.btn_style .close-btn {
    padding-left: 5px;
    cursor: pointer;
}

/*Loader */
.overflow-none {
    overflow: hidden
}

.loader-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(255, 254, 254, 0.68);
    z-index: 99999;
    text-align: center;
    display: none;
}

.loader-block img {
    padding-top: 15%;
    width: 300px;
}

.lds-ellipsis {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #163da0;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/*end of loader*/


/* New Code */
.ft-lato {
    font-family: Lato, sans-serif;
}

.ft-mont {
    font-family: Montserrat, sans-serif;
}

.ft-normal {
    font-weight: 400;
}

.pt-40 {
    padding-top: 40px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-25 {
    padding-right: 25px;
}

.ft-24 {
    font-size: 24px;
}

.ft-10 {
    font-size: 10px;
}

.ft-24 {
    font-size: 24px;
}

.bg-blue {
    background-color: #1F2B4A;
}

.color-blue {
    color: #1F2B4A;
}

.color-grey {
    color: #848484;
}

.color-lt-grey {
    color: #606060;
}

.color-lt-blue {
    color: #333333;
}

.color-dark-blue {
    color: #121212;
}

.ft-semibold {
    font-weight: 600;
}

.pl-10 {
    padding-left: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.fa {
    color: #E03C31;
    padding: 0 10px 0 0;
}

.no-pad {
    padding: 0;
}


.signup-section .white-panel {
    padding: 30px 25px;
    margin-bottom: 25px;
}

.signup-section .editable-resume {
    margin: 15px 0 0px 0;
}

.signup-btn {
    padding: 10px 45px;
    border-radius: 0 !important;
}

.signup-btn.focus,
.signup-btn:focus,
.signup-btn:hover {
    color: #fff;
}

.signup-section .form-group {
    margin-bottom: 25px;
}

label.error:not(#ckb_Agree-error) {
    /*position: relative;*/
    margin-top: 5px;
    padding-left: 0 !important;
    background: #fff;
    z-index: 1;
    padding-bottom: 0;
    font-family: Lato, sans-serif;
    font-size: 12px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.btn_style {
    position: static !important;
}

.add-education,
.remove-education,
.remove-experience,
.add-experience {
    color: #848484;
    text-decoration: underline;
    font-weight: 400;
}

#rb_exp_error {
    margin-top: -20px !important;
}

.main-panel-header .fa {
    padding: 0;
    color: #1F2B4A;
}

.d-block {
    display: block !important;
}

.delete-icon {
    border: 1px solid #DFDFDF;
    padding: 6px 9px;
    color: #DFDFDF;
    margin-left: 15px;
    cursor: pointer;
}

.main-panel-header.active .fa-angle-down,
.main-panel-header .fa-angle-up {
    display: none;
}

.main-panel-header .fa-angle-down,
.main-panel-header.active .fa-angle-up {
    display: inline-block;
}

.editable-resume {
    line-height: 1.8em;
    background: #F8F8F8;
    padding: 10px;
    border: none;
    font-family: Lato, sans-serif;
    font-size: 14px;
    height: 345px;
    overflow: auto;
}

/*#Upload-sec {
    padding: 30px 25px 10px 25px;
}*/
.signup-section {
    margin-top: 7px;
}

.editable-resume[placeholder]:empty:before {
    content: attr(placeholder);
    color: #F0F0F0;
    font-size: 40px;
    display: block;
    margin: 25% 15%;
}

#ckb_Agree-error {
    margin: -1em 0 1em 0;
}

.upload-f {
    visibility: hidden;
}

/**reg page**/
/** Input Field **/

.group {
    box-shadow: 0px 1px 2px #00000012;
    border: 1px solid #EFEFEF;
    background-color: #fff;
    height: 60px;
}

.group .fa {
    float: right;
    margin-top: -38px;
    padding-right: 15px;
    color: #C1C1C1;
    font-size: 16px;
}

.group .fa#div_calender1 {
    margin-top: -58px;
}

.group input:focus {
    outline: none;
}

.mat-label {
    display: block;
    transform: translateY(20px);
    transition: all 0.5s;
    pointer-events: none;
    padding-left: 15px;
    font-weight: 400;
    color: #848484;
    font-family: Lato, sans-serif;
    font-size: 16px;
}

.mat-input {
    position: relative;
    background: transparent;
    width: 100%;
    border: none;
    outline: none;
    padding: 2px 5px 8px 0;
    font-size: 16px;
    padding-left: 15px;
    color: #121212;
    font-family: Lato, sans-serif;
}

.is-active::after {
    transform: scaleX(1);
}

.is-completed>label,
.is-completed .calendar>label {
    font-size: 12px;
    transform: translateY(8px);
}

/* DropDown */

.select {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: block;
    margin: 0;
}

.select>select {
    padding: 15px;
    border: 0;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    font-family: Lato, sans-serif;
    font-weight: 400;
}

.select:after {
    content: "\f107";
    font-family: FontAwesome, sans-serif;
    color: #606060;
    padding: 12px 8px;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
    text-align: center;
    width: 8%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}



.select option {
    color: #1F2B4A;
}

/*.group.select-field {
        height: 78px
    }*/
/* RadioButton */
.md-radio {
    margin: 16px 0;
}

.md-radio.md-radio-inline {
    display: inline-block;
}

.md-radio input[type="radio"] {
    display: none;
}

.md-radio input[type="radio"]:checked+label:before {
    border-color: #707070;
    animation: ripple 0.2s linear forwards;
}

.md-radio input[type="radio"]:checked+label:after {
    transform: scale(1);
}

.md-radio label {
    display: inline-block;
    min-height: 20px;
    position: relative;
    padding: 0 10px 0 20px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
    font-size: 14px;
    font-family: Lato, sans-serif;
    color: #606060;
}

.md-radio label:before,
.md-radio label:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all 0.3s ease;
    transition-property: transform, border-color;
}

.md-radio label:before {
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(0, 0, 0, 0.54);
}

.md-radio label:after {
    top: 7px;
    left: 4px;
    width: 8px;
    height: 8px;
    transform: scale(0);
    background: #707070;
}


/* CheckBox */

.md-checkbox {
    position: relative;
    margin: 1em 0;
    text-align: left;
}

.md-checkbox.md-checkbox-inline {
    display: inline-block;
}

.md-checkbox label:first-of-type {
    cursor: pointer;
    display: inline;
    line-height: 1.25em;
    vertical-align: top;
    clear: both;
    padding-left: 1px;
    font-weight: 400;
}

.md-checkbox label:not(:empty) {
    padding: 0 30px 0 10px;
}

.md-checkbox label:before,
.md-checkbox label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
}

.md-checkbox label:before {
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #C9C9C9;
    border-radius: 0.125em;
    cursor: pointer;
    transition: background 0.3s;
}

.md-checkbox input[type="checkbox"] {
    outline: 0;
    visibility: hidden;
    width: 14px;
    margin: 0;
    display: block;
    float: left;
}

.md-checkbox input[type="checkbox"]:checked+label:before {
    background: #606060;
    border: none;
}

.md-checkbox input[type="checkbox"]:checked+label:after {
    transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
    width: 9px;
    height: 5px;
    border: 0.125em solid #fff;
    border-top-style: none;
    border-right-style: none;
    top: 1px;
    left: -1px;
}

.md-checkbox a {
    text-decoration: underline;
}


/* Drag And Drop File Upload */
.inputDnD {
    border: 1px solid #F0F0F0;
}

.inputDnD .form-control-file {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 60px;
    outline: none;
    opacity: 0;
    cursor: pointer;
    z-index: 99;
}

/*.inputDnD .form-control-file:before {
            content: attr(data-title);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            min-height: 60px;
            line-height: 2em;
            padding-top: 12px;
            opacity: 1;
            visibility: visible;
            text-align: center;
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            overflow: visible;
        }*/
.upload-help-text {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*min-height: 60px;*/
    /*line-height: 2em;*/
    /*padding-top: 15px;*/
    /*opacity: 1;*/
    /*visibility: visible;*/
    text-align: center;
}

.inputDnD .fa {
    /*position: absolute;*/
    /*left: 5%;*/
    color: #e0e0e0;
    font-size: 30px;
    display: block;
    /*top: 15px;*/
}

.inputDnD .center-text {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    margin-left: -3%;
}

.fa-eye-slash,
.fa-eye {
    position: absolute;
    top: 35px;
    right: 0;
    /*margin-top: -60px !important;*/
    z-index: 2;
    cursor: pointer;
    padding: 22px 6px 0;
}

.timer-point {
    position: absolute;
    top: 40px;
    right: -40px;
}

.select .error {
    margin-top: 5px;
}

.select label.error {
    transform: none;
}

.group.know-about {
    height: 70px;
    overflow: inherit;
}

.know-about .select>select {
    padding: 5px 15px 15px;
}

.blood-group .select>select {
    padding: 6px 15px 7px;
}

.group.select-field.blood-group {
    overflow: visible;
}

/** Skill set **/
.btn_style {
    position: static !important;
}

.btn_style {
    margin-left: 4px;
    font-size: 12px;
    display: inline-block;
}

/*@media (min-width: 1900px) {
    .container {
        width: 1416px;
    }
}*/

@media (max-width: 1440px) {
    .editable-resume[placeholder]:empty:before {
        font-size: 25px;
        margin: 25%;
    }
}

@media (max-width: 991px) {

    /*.signup-section {
        margin-top: 80px;
    }*/
    .inputDnD .fa {
        position: absolute;
        left: 10%;
        color: #e0e0e0;
        font-size: 21px;
        top: 21px;
    }

    /*.mobile-resume {
        position: absolute;
        top: 0px;
    }*/
    .upload-help-text {
        font-size: 10px;
        top: 7px;
        left: 10px;
    }
}


@media (max-width: 767px) {
    .timer-point {
        position: absolute;
        top: 5px;
        right: 16px;
    }

    .upload-help-text {
        position: absolute;
        top: 0;
        left: 20%;
        width: 70%;
        font-size: 10px;
    }

    .span_sub {
        display: none
    }

}

/*Registration-old-ends*/

/*BV print-old-starts*/

.PF_image {
    width: 60%;
    margin-left: 35%;
}

.BV-Header {
    margin-left: 25%;
}

.print-header {
    padding: 15px 0 20px;
}

.img-logo {
    width: 122px;
    height: 70px;
}

.bg-hard-blue {
    background: #1F2B4A;
    color: white
}

.bg-white {
    background-color: #fff;
}
/*.print-container {
    width: 800px;
    margin: 0 auto;
}*/

.print-container {
    padding-right: 10px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-8,
.col-6 {
    position: relative;
    min-height: 1px;
    float: left;
}

.col-12 {
    width: 100%
}

.col-8 {
    width: 66.66666667%;
}

.col-6 {
    width: 50%
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}


.text-bold {
    font-weight: bold;
}

.no-pad {
    padding: 0 !important;
}

.pad-8 {
    padding: 8px;
}

.border-left {
    border-left: 1px solid #ddd;
}

.border-right {
    border-right: 1px solid #ddd;
}

.fields {
    padding: 8px 0;
}

.table.office-use>tbody>tr>td {
    padding: 4px;
}

td.border-right {
    border: none;
    border-right: 1px solid #ddd;
}

.photo-warp {
    width: 100px;
    height: 142px;
    border: 1px solid;
    margin: 0 auto;
    padding: 0px
}

.d-table-cell {
    display: table-cell;
}

.d-table-row {
    display: table-row;
}

.bv-checkbox {
    margin-bottom: 10px;
}

.bv-checkbox input[type=checkbox] {
    vertical-align: top;
}

/*@media print {
    .table tr.bg-grey td {
        background-color: #b0b0b0 !important;
    }
}*/

.canvas_div_pdf {
    /*width: 800px;*/
    margin: 0 auto;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 1.7em;
    color: black;
    /*padding: 20px;*/
    /*border: 1px solid red;*/
}


.accept-bar {
    position: fixed;
    top: 50px;
    background: white;
    right: 0;
    left: 0;
    padding: 10px;
    z-index: 10;
    border-bottom: 1px solid #e8e8e8;
}

.Bvtable {
    margin-bottom: 0px !important;
}

@media (max-width: 992px) {
    .mar-top-60 {
        margin-top: 75px;
    }

    /*.print-header {
        padding: 15px 0 20px;
    }
    .img-logo {
        width: 75px;
        height: 45px;
    }
    .canvas_div_pdf {
        /*width: 100%;*/
    /*margin-left: 10%;
       padding:20px;
       border:1px solid red;
    }*/
}

@media (max-width: 767px) {
    .mar-top-60 {
        margin-top: 95px;
    }
}


/*BV Print-old-ends*/

/*Onboard-docs-old-starts*/



.onboard-page .cust-nav {
    padding: 0;
    border-bottom: 1px solid #ddd;
}

.cust-nav>li {
    float: left;
    margin-bottom: -1px;
}

.cust-nav>li {
    position: relative;
    display: block;
}

.cust-nav>li.active>a {
    font-weight: 600;
}

.cust-nav>li.active>a,
.cust-nav>li.active>a:focus,
.cust-nav>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #1F2B4A;
}

.cust-nav>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    /*border: 1px solid transparent;
    border-radius: 4px 4px 0 0;*/
}

.cust-nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #1F2B4A;
}

.cust-nav>li>a:hover {
    /*border-color: #fff #fff #fff;
        border: 1px solid transparent;*/
    border: none;
    border-bottom: 1px solid transparent;
}

.cust-nav>li>a:focus,
.cust-nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}

.onboard-content {
    overflow: auto
}

.onboard-page table thead.black-border {
    border-color: black !important;
}

.tab-content {
    /*border-right: 2px solid #e7eaef;*/
}

.tabright .btn-group {
    float: right;
    margin: 20px auto;
}

.onboard-page .tabright .btn-group .btn {
    margin-right: 5px;
}

.onboard-page .tabright .btn-group .btn:nth-child(2) {
    margin-right: 0;
}

.form-sec:not(#add-addresss) {
    background-color: #eef1f5;
    padding: 20px;
    margin: 10px 0;
}

.btn-bluelite {
    background-color: #e1e6fb;
    border: solid 1px #e1e6fb;
}

.onboard-page .btn {
    margin-right: 20px;
    width: 100px;
}

.onboard-page .btn:nth-child(2) {
    margin-right: 0;
}

.onboard-page .mainhead {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 20px;
}

.onboard-page .backto {
    color: #3c3c3c;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 10px;
}

.onboard-page .backto .iback {
    width: 20px;
    height: 20px;
    border: 1px solid #d8dde5;
    display: inline-block;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    margin-left: 10px;
}

.onboard-page .backto .iback img {
    width: 5px;
    transform: rotate(180deg);
}

.onboard-page .subhead {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 20px;
}

/*.onboard-page  .table {
    margin-bottom: 0;
}
    .onboard-page table .form-group{
    margin-bottom: 0;
}*/
.onboard-page table thead {
    /*border: solid 1px #d0d0d0;
    background-color: #eaeaea;*/
}

.onboard-page table tbody {
    background-color: #fff;
}

.onboard-page table tbody .control-label {
    color: #4b4b4b;
    font-size: 12px;
    font-weight: normal;
}

.scroll-div-y {
    overflow-y: auto;
}

.onboard-page table tbody .form-control {
    height: 24px;
    border-bottom: 1px solid transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    background-color: #f9f9f9;
}

.onboard-page table tbody textarea {
    resize: none;
}

.onboard-page table tbody textarea.form-control {
    height: 35px;
}

.onboard-page .tablehead td {
    text-align: center;
    padding: 20px 8px;
    background: #fff;
}

.onboard-page .tablehead td span {
    text-align: center;
    display: inline-block;
}

.onboard-page .fm-txt {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.25;
    text-align: left;
    max-width: 654px;
    margin: 0 auto;
}

/*PF fresher section start*/
.onboard-page .pf_fresher .btn-group {
    margin-top: 40px;
    margin-bottom: 20px;
}

.onboard-page .pf_fresher .custom-checkbox,
.onboard-page .esi .custom-checkbox {
    font-size: 12px;
    font-weight: 600;
    color: #959595;
    margin: 10px 0 0 35px;
}

.onboard-page .pf_fresher .custom-checkbox input,
.onboard-page .esi .custom-checkbox input {
    display: none;
}

.onboard-page .pf_fresher .custom-checkbox .lt,
.onboard-page .esi .custom-checkbox .lt {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: solid 1px #c3daff;
    background-color: #ffffff;
    float: left;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.onboard-page .pf_fresher .custom-checkbox .rt,
.onboard-page .esi .custom-checkbox .rt {
    float: right;
    width: 96%;
    font-size: 14px;
    color: #43425d;
    font-weight: normal;
    margin-top: -2px;
}

.onboard-page .pf_fresher .custom-checkbox:hover .lt,
.onboard-page .pf_fresher .custom-checkbox input:checked+.lt,
.onboard-page .esi .custom-checkbox:hover .lt,
.onboard-page .esi .custom-checkbox input:checked+.lt {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: solid 1px #3b86ff;
    background-color: #ffffff;
}

.onboard-page .pf_fresher .custom-checkbox input:checked+.lt:before,
.onboard-page .esi .custom-checkbox input:checked+.lt:before {
    content: "Ã¢Å“â€";
    color: #3b86ff;
}

.onboard-page .profile-details .profile-tab li {

    text-align: left;
    display: inline-block;

}

@media (max-width: 767px) {

    .onboard-page .pf_fresher .custom-checkbox .rt,
    .onboard-page .esi .custom-checkbox .rt {
        width: 93%;
    }
}

@media (max-width: 420px) {

    .onboard-page .pf_fresher .custom-checkbox .rt,
    .onboard-page .esi .custom-checkbox .rt {
        width: 86%;
    }
}

/*PF fresher section end*/


/*gratuity section start*/
.gratuity .form-sec input[type="text"] {
    border: 0;
    border-bottom: 1px dotted #43425d;
    background: transparent;
}

.gratuity ol {
    padding: 0;
    margin-left: 10px;
}

/*gratuity section end*/


/*PF2_form start*/
.onboard-page .pf_form2 .form-sec h3 {
    max-width: 430px;
    margin: 5px auto;
    text-align: center;
}

/*PF2_form end*/

/*Insurance start*/
.insurance table.table {
    margin-bottom: 10px;
}

/*Insurance end*/

/*flexi pay start*/
.flexipay table.table {
    margin-bottom: 10px;
}

.medical-insurance td {
    width: 30%;
}

.medical-insurance td:first-child {
    width: 10%;
    text-align: center;
}

.flexipay .fm-txt {
    text-align: center;
}

/*flexi pay end*/

/*welfare start*/
.workers_welfare_fund_kerala .table {
    margin-bottom: 20px;
}

.workers_welfare_fund_kerala .table .tablehead td,
.workers_welfare_fund_kerala .table .tablehead td .text-left {
    text-align: left;
}

/*welfare end*/

/*joining_form_manila start*/
.joining_form_manila table.table {
    margin-bottom: 10px;
}

/*joining_form_manila end*/

/*joining_form_manila start*/
.joining_form_lanka table.table {
    margin-bottom: 10px;
}

/*joining_form_manila end*/
/*salary declaration start*/
.salary-dec {
    padding-left: 50px;
}

/*salary declaration end*/
.show-print {
    display: none;
}

@media (max-width: 991px) {
    .cust-nav li {
        width: 100%;
        background: #f5f4f4;
        border-bottom: 1px solid #090909;
    }

    .cust-nav>li.active>a,
    .cust-nav>li.active>a:focus,
    .cust-nav>li.active>a:hover {
        background: #1F2B4A;
        color: white;
    }

    .onboard-content {
        overflow: auto;
        padding: 15px 25px;
    }

}

@media print {

    /* styles go here */
    .show-print {
        display: block;
    }

    /*.hide-print, .onboard-page table thead,thead {
        display: none !important;
    }*/
    .onboard-page .tablehead span {
        font-weight: 600;
    }

    .onboard-page .table-bordered td,
    .onboard-page .table-bordered th {
        border: 1px solid #000;
    }

    .onboard-page .sign-thumb {
        padding-top: 20px;
    }

    .onboard-page .border-grey {
        border-bottom: 1px solid #cacaca;
    }
}

.onboard-page .fixed-top {
    position: fixed;
    top: 75px;
    right: 178px;
}

.onboard-page .page-scroll {
    max-height: calc(100vh - 200px);
}

/*Onboard-docs-old-ends*/

/*print-docs-old-starts*/

/*body {
     font-family: "Helvetica Neue", Helvetica, sans-serif, Arial, Verdana;
 }*/

.header {
    padding: 40px 0 30px;
}

.pad-b-5 {
    padding-bottom: 5px;
}

.pad-4 {
    padding: 4px;
}

.img-logo {
    width: 122px;
    height: 70px;
}

.container {
    /*width: 800px;*/
    margin: 0 auto;
}

.mar-top-60 {
    margin-top: 60px !important;
}

ul .list-inline li {
    display: inline-block;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    position: relative;
    min-height: 1px;
    float: left;
}

.col-12 {
    width: 100%
}

.col-11 {
    width: 91.3%;
}

.col-10 {
    width: 83%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.1%;
}

.col-6 {
    width: 50%
}

.col-5 {
    width: 41.5%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

.w-56 {
    width: 56%;
}

.w-44 {
    width: 44%;
}

.ft-18 {
    font-size: 18px;
}

.ft-20 {
    font-size: 20px;
}

.text-bold {
    font-weight: bold;
}

.text-right {
    text-align: right;
    padding-right: 10px !important;
}

.text-underline {
    text-decoration: underline;
}

.float-left {
    float: left;
}

.no-mar {
    margin: 0 !important;
}

.no-pad {
    padding: 0 !important;
}

.pad-tb-15 {
    padding: 15px 0;
}

.pad-8 {
    padding: 8px;
}

.ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-inline li {
    display: inline-block;
}

.form-group {
    margin-bottom: 15px;
}

.print-container {
    width: 800px;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 1.7em;
    color: black;
}

.table,
table {
    height: 100%;
}

.table-bordered {
    border: 1px solid #0c0c0c;
}

.table-bordered.no-color>thead>tr>th,
.table-bordered.no-color>thead>tr>td {
    border-bottom-width: 1px;
    background: white;
    color: black;
    border-color: black;
    vertical-align: middle;
}

.border-left {
    border-left: 1px solid black;
}

.border-right {
    border-right: 1px solid black;
}

/* .border-bottom {
    border-bottom: 1px solid black;
}
*/
.border-top {
    border-top: 1px solid black;
}

.fields {
    padding: 8px 0;
}

.table.office-use>tbody>tr>td {
    padding: 4px;
}

/*.table-bordered>thead>tr>th,
 .table-bordered>thead>tr>td {
     border-bottom-width: 1px;
     background: #6f6e6e;
     color: white;
     border-color: #8a8686;
 }*/
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid black !important;
}

td.border-right {
    border: none;
    border-right: 1px solid black;
}

td.border-right.border-bottom {
    border: none;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.photo-warp {
    width: 100px;
    height: 142px;
    border: 1px solid;
    margin: 0 auto;
    padding: 3px
}

.d-table-cell {
    display: table-cell;
}

.d-table-row {
    display: table-row;
}


/*bv form*/
.print-header {
    padding: 15px 0 20px;
}

.bg-hard-blue {
    background: #1F2B4A;
    color: white
}

.bv-checkbox {
    margin-bottom: 10px;
}

.bv-checkbox input[type=checkbox] {
    vertical-align: top;
}

.accept-bar {
    position: fixed;
    top: 50px;
    background: white;
    right: 0;
    left: 0;
    padding: 10px;
    z-index: 10;
    border-bottom: 1px solid #e8e8e8;
}

.Bvtable {
    margin-bottom: 0px !important;
}

.gratuitycls ol li {
    padding-bottom: 8px;
}

.gratuitycls .table {
    margin-bottom: 5px;
}

.salary-transfer .address-bar {
    font-weight: bold;
}

/*esi form*/
.esi-form .list-inline li {
    padding: 0
}

.esi-form .h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 15px;
}

.esi-form .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px !important;

}

.esi-form .no-mar {
    margin: 0 !important
}

.esi-form img {
    width: 70px;
    float: left
}

.esi-from .left-content {
    width: 70px;
    float: left
}

.esi-form .draw-box {
    width: 25px;
    height: 25px;
    border: 1px solid grey;
    text-align: center;
    line-height: 25px;
}

.esi-form .d-block-box {
    width: 30px;
    text-align: center;
}

.esi-form .photo-space {
    width: 100px;
    height: 100px;
    border: 1px solid black;
    margin: 0 auto;
    padding-top: 15px;
}

.esi-form .td-center {
    display: flex;
    width: 100%;
    align-items: center;
}

.esi-form .td-head {
    display: flex;
    width: 100%;
    align-items: flex-end;
    margin-top: 25px;
    margin-bottom: 15px;
}

.esi-form .branch-use {
    width: 75%;
    margin: 25px auto;
    border: 2px solid;
    padding: 10px;
}

.esi-form .branch-manager {
    margin: 30px 15px 15px 0;
}

.esi-form .pin-code-list {
    padding: 0;
    list-style: none;
}

.esi-form .pin-code-list li {
    display: inline-block;
}

.esi-form .box-pin {
    width: 22px;
    height: 22px;
    border: 1px solid;
    text-align: center;
    line-height: 22px;
}

.esi-form .row-group {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.esi-form .mar-l-10 {
    margin-left: 10px;
}

.esi-form .date-box {
    border: 1px solid black;
    text-align: center;
    padding: 4px;
}

.esi-form .cell-10 {
    padding: 26px 4px;
}

.esi-form .logo-block {
    position: absolute;
    top: 25px;
}

.esi-form .form-1 {
    position: absolute;
    top: 0;
    right: 0;
}

.esi-form .number-holder {
    width: 73%;
    float: left;
    border: 1px solid black;
    height: 30px;
    text-align: center;
}

.esi-form .emp-number-holder {
    margin-left: 90px;
    margin-top: -10px;
}

.esi-form .emp-block {
    float: left;
    padding: 5px;
}

.esi-form .dash {
    height: 1px;
    background: black;
    width: 100%;
}

.esi-form .dotted {
    border-bottom: 1px dashed black;
    width: 100%;
}

@media print {
    .table tr.bg-grey td {
        background-color: #b0b0b0 !important;
    }

}

/*print-docs-old-ends*/

/*Login page - starts*/

.navbar-default.common .navbar-nav li a {
    font-size: 14px;
}

.login-modal .login-content {
    padding: 10.3px 14.4px 18px 14px;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
    background-color: #fafafa;
}

.login-modal .google-signin-div {
    height: 45px;
    padding: 8.1px 6px 9.7px 10.5px;
    border-radius: 4px;
    border: solid 1px #d6dce4;
    background-color: #fff;
    color: #424b55;
    width: 93%;
    margin: 5px 7px 10px 14px;
}

.login-modal .google-signin-div div {
    display: inline-block;
    margin-top: -2px;
    background-color: transparent;
    border: unset;
}

.login-modal .google-signin-div .img-div+div {
    width: 80%;
}

.login-modal .google-signin-div h6 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

.login-modal .google-signin-div p {
    font-size: 14px;
    margin: 0;
}

.login-modal .google-signin-div img {
    width: 21px;
    margin-top: -20px;
    margin-right: 8px;
}

.login-modal .google-signin-div svg {
    width: 21px;
    margin-left: -10px;
    height: 18px;
}

.login-modal .google-signin-div .nsm7Bb-HzV7m-LgbsSe {
    border: unset;
    background-color: transparent;
    margin-top: -20px;
}

.login-modal .text-or {
    background: #fafafa;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    padding: 0 5px;
}

.login-modal .grey-hr {
    left: 0%;
    width: 100%
}

.login-modal .form-control {
    height: 36px;
    font-size: 13px;
}

.login-modal .input-group {
    padding: 0;
    border-radius: 4px;
    border: solid 1px #d6dce4;
    height: 34px;
    margin-bottom: 15px;
}

.login-modal .input-group label.error {
    position: absolute;
    left: 0;
    top: 35px;
    background-color: transparent;
    font-size: 11px;
}

.login-modal .fpassword {
    color: #23439B;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -18px;
}

/*.g-recaptcha {
    transform: scale(1.25, 0.8);
    transform-origin: 0 0;
}*/

.login-modal #LoginSubmit.btn {
    border-radius: 4px !important;
    background-color: #212b48;
    height: 36px;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

.login-modal .no-account {
    height: 36px;
    padding: 9px 0 7px 0;
    border-radius: 4px;
    border: 0.5px solid #4d8ef5;
    background-color: #4d8ef5;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-top: 15px;
}

.login-modal .no-account a {
    font-weight: bold;
    color: #fff;
    padding-left: 3px;
}

.login-modal .bottom-hr {
    margin: 4px 0 12px 0;
}

.login-modal .Bewarenotice {
    font-size: 11px;
    font-weight: bold;
    text-decoration: unset;
    color: #d84a3e;
    vertical-align: bottom;
}

.login-modal .warning_Svg {
    height: 17px;
    width: 16px;
    margin-right: 2px;
    margin-top: -1.5px;
}

.rc-anchor-normal .rc-anchor-content {
    height: 34px;
}

.recaptcha-checkbox-border {
    height: 14px;
    width: 14px;
    border: solid 1px #e0e4ea;
    background-color: #fff;
    margin-top: 7px;
}

.rc-anchor-light.rc-anchor-normal {
    height: 34px;
    border: solid 0.5px #d6dce4;
    background-color: #f9f9f9;
}

/*Login page - ends*/

