﻿body {
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

input {
    border: none;
    background-color: transparent;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

.ws-lables input[readonly] {
    color: #29405b;
    font-weight: bold;
}

p {
    /* letter-spacing: 1.05px; */
}

.btn-outline-white {
    background-color: transparent;
    border-color: #fff;
    border-width: 3px;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 32px;
    font-weight: bold;
}

.btn-outline-white:hover {
    color: #b3b3b3 !important;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-light {
    background-color: #ffffff;
    border-color: #b3b3b3;
    border-width: 3px;
    color: #b3b3b3;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 32px;
    font-weight: bold;
}

.btn-outline-light:hover {
    color: #ffffff !important;
    background-color: #b3b3b3;
    border-color: #b3b3b3;
}

.left-area-logo.company-logo-top img,
.left-area-logo img {
    min-height: 47.22px;
}

.two-column-layout .company-logo-top {
    display: flex;
    /*justify-content: center;*/
    /*padding: 20px;*/
    padding-top: 50px;
    padding-bottom: 20px;
    /*height: 110px;*/
    flex-direction: column;
    align-items: center;
}

    .two-column-layout .company-logo-top span {
        width: 200px;
        height: 70px;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        background-position: center;
        margin-top: 5px;
    }

.two-column-layout.register-left .company-logo-top {
    padding: initial;
    padding-top: 25px;
}

.two-column-layout .company-logo-top img {
    width: 100%;
    max-width: 200px;
}

.two-column-layout .logo {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: #29405b;
    height: 100vh;
    color: white;
}

.two-column-layout .company-logo-top + .logo {
    height: calc(100vh - 134px);
}

.two-column-layout > div:nth-child(2) {
    overflow-y: auto;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
}

.darkBlueBack {
    background-color: #29405b;
    height: 100vh;
}

.validation-summary-valid ul {
    list-style: none;
}

.right-half-container .company-logo {
    text-align: center;
    margin-bottom: 26px;
}

.right-half-container > div:first-child,
.register-form {
    width: 100%;
}

    .register-form .getStarted {
        margin-top: 70px;
    }

.getstatred-btn-con {
    display: flex;
    justify-content: center;
}

.two-column-layout .company-logo img {
    height: auto;
    width: 150px;
}

.two-column-layout .company-logo h3 {
    font-weight: 700;
    margin-top: 20px;
    letter-spacing: 1.05px;
}

.two-column-layout .app-logo {
    max-width: 200px;
    margin-top: 40px;
}

.right-half-container {
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    bottom: 40px;
}

    .right-half-container .employebtn img {
        width: 140px;
        height: 180px;
        margin-left: -100px;
    }

.employebtn {
    display: flex;
    justify-content: center;
    position: relative;
    width: 350px;
    margin: auto;
}

    .employebtn button, .employebtn a {
      /*  width: 200px;
        padding: 8px 15px;
        border-radius: 50px;
        border: none;*/
        position: absolute;
        margin-top: 90px;
        /*background-color: #29405b;*/
        /*color: white !important;*/
        /*font-weight: 400;*/
        right: -5px;
        /*text-transform: uppercase;*/
        top: 28px;
        /*font-weight: bold;*/
        /*text-align: center;*/
    }

        .employebtn button:hover, .employebtn button:focus, .employebtn a:hover, .employebtn a:focus {
            /*background-color: #15293a;*/
        }

.logo-content {
    max-width: 460px;
    text-align: left;
    font-family: 'Poppins';
    margin: 0 auto;
    /* margin-left: 40px; */
    /* margin-top: -80px; */
}

.logo-content-tenant {
    /*max-width: 400px;*/
    max-width: 90%;
    text-align: left;
    font-family: 'Poppins';
    margin: auto;
}

.logo-content h2 {
    font-weight: bolder;
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 1.8px;
}

.logo-content p {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 1.05px;
}

/*
.form-control {
    border-radius: 0px !important;
    border-width: 0 0 1px 0 !important;
    padding-left: 4px !important;
}

    .form-control:focus, .form-control:hover {
        box-shadow: none;
        border-width: 0 0 2px 0 !important;
        border-bottom-color: #29405b !important;
        background-color: #f7f7f7 !important;
    }
*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: #EFEFEF !important;
}

.ibox-content {
    max-width: 450px;
    margin: 0 auto;
}

.text-secondary {
   color: #ec9100 !important;
}

.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary {
    line-height: 1.5;
    border-width: 3px;
    border-style: solid;
}

.btn-primary, .btn-secondary {
    border: 3px solid #29405B;
    color: #fff;
    background-color: #29405b !important;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 32px;
    min-width: 200px;
    font-weight: bold;
    letter-spacing: 0.82px;
    border: 3px solid #29405b;
}

.btn-outline-primary, .btn-outline-secondary {
    border: 3px solid #29405B;
    color: #29405B;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 32px;
    min-width: 200px;
    font-weight: bold;
}

.btn-outline-primary:hover {
    background-color: #29405b;
    border-color: #29405B;
}

.btn-secondary, .btn-outline-secondary {
    border: 3px solid #29405B;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #29405b;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(40 60 84 / 50%);
    box-shadow: 0 0 0 0.2rem rgb(40 60 84 / 50%);
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #29405b;
}

.btn-secondary, .btn-outline-secondary {
    /* color: #ec9100; */
    color: #fff;
    background-color: #ec9100 !important;
    border-color: #ec9100 !important;
    border-width: 3px;
}

button.btn-primary:hover, button.btn-primary:focus, input.btn-primary:hover, input.btn-primary:focus, a.btn-primary:hover, a.btn-primary:focus {
    background-color: #15293a !important;
    border-color: #15293a;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    border-color: #29405b;
}

button.btn-primary:focus, input.btn-primary:focus, a.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(40 60 84 / 50%);
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(40 60 84 / 50%);
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(40 60 84 / 50%);
}

button.btn-outline-primary:hover, button.btn-outline-primary:focus, input.btn-outline-primary:hover, input.btn-outline-primary:focus, a.btn-outline-primary:hover, a.btn-outline-primary:focus {
    color: #fff;
    background: #29405B;
    border: 3px solid #29405B;
}

button.btn-secondary:hover, button.btn-secondary:focus, input.btn-secondary:hover, input.btn-secondary:focus, a.btn-secondary:hover, a.btn-secondary:focus {
    background-color: #d38200 !important;
    border-color: #d38200;
}

button.btn-outline-secondary:hover, button.btn-outline-secondary:focus, input.btn-outline-secondary:hover, input.btn-outline-secondary:focus, a.btn-outline-secondary:hover, a.btn-outline-secondary:focus {
    color: #fff;
    background-color: #d38200 !important;
    border-color: #d38200;
}

.already-account {
    margin-top: 50px;
}

.wizard > .content {
    background: none;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #29405b;
    color: #fff;
    cursor: default;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #29405b;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #acc2dc;
    color: #fff;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 8px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 14px;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    border-radius: 50px;
    min-width: 200px;
    text-align: center;
}

[class*="btn-social"]:hover, [class*="btn-social"]:focus, [class*="btn-social"].focus {
    background-color: inherit !important;
}

.text-muted.account-pref {
    margin-bottom: 0px;
}

[class*="btn-social"] {
    min-height: 35px;
}

.btn-social-google {
    background: url(/img/google.png) no-repeat;
    border-color: #ececec;
}

.social-links {
    background: url(/img/social-light.png) no-repeat;
    width: 100%;
    height: 41px;
    background-size: contain;
    background-position: center;
    margin-bottom: 10px;
}

.social-login-btn {
    display: inline-block;
    background: white;
    color: #444;
    width: 200px;
    border-radius: 5px;
    white-space: nowrap;
    width: 100%;
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
}

    .social-login-btn:hover {
        cursor: pointer;
    }

    .social-login-btn span.label {
        font-family: serif;
        font-weight: normal;
    }

    .social-login-btn span.icon {
        display: inline-block;
        vertical-align: middle;
        width: 42px;
        height: 42px;
        background-size: contain;
    }

#google-login-btn .icon {
    background: url('/img/g-normal.png') transparent 5px 50% no-repeat;
}

#linked-in-login-btn .icon {
    background: url('/img/linkedin-normal.png') transparent 3px 50% no-repeat;
}

#facebook-login-btn .icon {
    background: url('/img/fb-normal.png') transparent 3px 50% no-repeat;
}

#twitter-login-btn .icon {
    background: url('/img/twitter-normal.png') transparent 3px 50% no-repeat;
}

#microsoft-login-btn .icon {
    background: url('/img/ms-normal.png') transparent 3px 50% no-repeat;
}

.social-login-btn span.buttonText {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.alert-light {
    color: #3c3c3c;
    background-color: #f9f9f9;
    border-color: #efefef;
}

.wizard > .content > .body {
    position: relative;
}

a {
    font-family: Poppins;
    color: #e2a26d;
    font-weight: bold;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #c9885d;
    }

.register-container h2 {
    font-weight: bold;
}

.frm-signInType .candidate-manual-signup {
    cursor: pointer;
}

.frm-signInType .social-icon {
    margin-left: 10px;
    width: 35px;
    height: 35px;
}

.register-tenant {
    height: 100vh;
    overflow-y: scroll;
}


@media screen and (max-width:576px) {

    .two-column-layout .logo{
        display:none;
    }

    .two-column-layout .company-logo-top{
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0 !important;
    }

    .two-column-layout .company-logo-top img{
        max-width: 130px;
    }
    .left-area-logo.company-logo-top img{
        min-height: initial;
    }

    .right-half-container h2.pt-5{
        padding-top: 0 !important;
    }

    .show-logo-margin{
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}

[data-container="step-contact-verify"] .next-prev-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

[data-container="step-contact-verify"] .next-prev-btns button {
    flex: 1;
    max-width: 200px;
} 

@media screen and (max-width:440px) {
    [data-container="step-contact-verify"] .next-prev-btns button:last-child {
        margin-left: 0 !important;
        margin-bottom: 1rem;
        order: -1;
    }
    [data-container="step-contact-verify"] .next-prev-btns button {
        min-width: 200px !important;
    }
}


@media screen and (max-width: 760px) {
    .two-column-layout .logo {
        /*height: 80vh;*/
        height: auto !important;
    }

    .logo .logo-content {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        margin-top: 15px;
    }

    .right-half-container {
        min-height: inherit !important;
    }

    .two-column-layout .company-logo-top {
        margin-bottom: 25px;
    }

    .two-column-layout .company-logo-top.no-logo {
        display: none;
    }

    hr.show-logo-margin {
        display: block !important;
        border-color: transparent;
    }

    .logo .logo-content h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .logo .logo-content p {
        font-size: 16px;
    }

    .two-column-layout.register-left .company-logo-top {
        padding-top: 0;
    }

    .next-prev-btns a.btn-outline-primary.btn, .next-prev-btns .btn-primary.btn, .next-prev-btns .btn-outline-primary.btn {
        flex: 1;
        min-width: 0;
    }

    .next-prev-btns a.btn-outline-primary.btn, .next-prev-btns .btn-outline-primary.btn {
        margin-right: 10px;
    }
}

@media screen and (max-width: 760px) {
    .auto-scroll {
        overflow: scroll;
        height: 100%;
        position: initial !important;
        left: unset !important;
    }

    .darkBlueBack {
        height: initial;
    }

    .two-column-layout > div:nth-child(2) {
        height: initial;
    }
}


body {
    background-color: #ffffff;
    color: #444444;
    font-family: 'Poppins', sans-serif;
}

/* change the background color */
.navbar-ws-portal {
    background-color: #29405b;
}
    /* change the brand and text color */
    .navbar-ws-portal .navbar-brand,
    .navbar-ws-portal .navbar-text {
        color: white;
        cursor: pointer;
    }
    /* change the link color */
    .navbar-ws-portal .navbar-nav .nav-link {
        color: white;
    }
    /* change the color of active or hovered links */
    .navbar-ws-portal .nav-item.active .nav-link,
    .navbar-ws-portal .nav-item:focus .nav-link,
    .navbar-ws-portal .nav-item:hover .nav-link {
        color: #ffffff;
    }

.loginscreen.middle-box {
    width: 600px;
}

.navbar {
    border-bottom: 1px solid #e4e4e4
}

.ibox-content {
    border-color: #e0e0e0;
    margin-bottom: 50px;
}

.loginscreen.middle-box {
    width: 600px;
}

.navbar {
    border-bottom: 1px solid #e4e4e4
}

.ibox-content {
    border-color: #e0e0e0;
}

.div-inline-list {
    text-align: center;
}

    .div-inline-list > .product-container {
        display: inline-block;
        margin: 16px;
    }

.product-container {
    position: relative;
    height: 150px;
    padding: 0px;
    margin-top: 20px;
}

.product {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.clickable {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    transition: all ease .5s;
    z-index: 10;
}

.checked-box {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 22px;
    height: 22px;
    background-color: #0055ff;
    color: #fff;
    text-align: center;
    border-top-right-radius: 4px;
    display: none;
    margin: 7px 7px 0 0;
    border-radius: 50%;
}

input[type=radio][class=thumbnail-radio] {
    opacity: 0;
}

input[name="usertype"]:checked + .clickable {
    border-color: #dadada;
    box-shadow: 0px 0px 6px 2px #f3f3f3;
}

    input[name="usertype"]:checked + .clickable .checked-box {
        display: block;
    }

.thumbnail-radio-img {
    width: 100%;
}

.thumbnail-radio-text {
    margin-top: 10px;
}

.wizard > .content {
    background: #fff;
}

.wizard > .steps > ul > li {
    width: 33.3%;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #007bff;
    color: #fff;
    cursor: default;
}

fieldset {
    background: white;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #007bff;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #7ecbff;
}

.wizard > .content > .body {
    position: relative;
}

[class*="btn-social"]:hover, [class*="btn-social"]:focus, [class*="btn-social"].focus {
    background-color: inherit !important;
}

.text-muted.account-pref {
    margin-bottom: 0px;
}

[class*="btn-social"] {
    min-height: 35px;
}

.btn-social-google {
    background: url(/img/google.png) no-repeat;
    border-color: #ececec;
}

.social-links {
    background: url(/img/social-light.png) no-repeat;
    width: 100%;
    height: 41px;
    background-size: contain;
    background-position: center;
    margin-bottom: 10px;
}

.social-login-btn {
    display: block;
    background: transparent;
    color: #444;
    border-radius: 23px;
    white-space: nowrap;
    border: 2px solid #696969;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    min-width: 100px;
    max-width: 270px;
}

    .social-login-btn:hover {
        cursor: pointer;
        background-color: #f1f1f1;
    }

    .social-login-btn span.label {
        font-family: serif;
        font-weight: normal;
    }

    .social-login-btn span.icon {
        display: inline-block;
        vertical-align: middle;
        width: 42px;
        height: 42px;
        background-size: contain;
    }

    .social-login-btn .buttonText {
        font-size: 14px;
        font-weight: bold;
        color: #353535;
    }

#google-login-btn .icon {
    background: url('/img/g-normal.png') transparent 5px 50% no-repeat;
}

#linked-in-login-btn .icon {
    background: url('/img/linkedin-normal.png') transparent 3px 50% no-repeat;
}

#facebook-login-btn .icon {
    background: url('/img/fb-normal.png') transparent 3px 50% no-repeat;
}

#twitter-login-btn .icon {
    background: url('/img/twitter-normal.png') transparent 3px 50% no-repeat;
}

#microsoft-login-btn .icon {
    background: url('/img/ms-normal.png') transparent 3px 50% no-repeat;
}

.social-login-btn span.buttonText {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.alert-light {
    color: #3c3c3c;
    background-color: #f9f9f9;
    border-color: #efefef;
}

.pace .pace-progress {
    background: #ff9d78;
}

.ws-modal .modal-footer {
    justify-content: center;
    border: none;
    padding-top: 0;
    padding-bottom: 30px;
}

.ws-modal .modal-header {
    border: none;
}

.ws-modal .modal-body {
    padding-bottom: 20px;
    margin-top: 0px;
}

.ws-modal.modal textarea {
    border-radius: 10px;
    resize: none;
}

.ws-modal.modal .emails-text {
    margin-top: 15px;
    margin-bottom: 0;
}

.ws-modal.modal textarea {
    border-radius: 10px;
    resize: none;
    border: 2px solid #c1c1c1;
    border-width: 2px !important;
    border-radius: 8px !important;
    padding: 10px !important;
}

.badge-hr {
    padding: 7px 17px 8px 15px;
    border-radius: 13px;
    letter-spacing: 0.7px;
    border: 2px solid #898989;
}

.top-nav {
    height: initial;
    margin-bottom: 15px;
    padding: 0px;
    padding: 10px 10px 0px;
}
/*.navbar-default.navbar-static-side {
    height: calc(100vh - 169px);
}*/

.nav-top-info {
    display: flex;
    align-items: center;
}

    .nav-top-info .company-logo {
        width: 200px;
    }

    .nav-top-info .welcome-msg {
        padding-left: 25px;
    }

        .nav-top-info .welcome-msg h1 {
            margin: 0px;
            font-weight: bold;
        }

            .nav-top-info .welcome-msg h1:not(:first-child) {
                margin-top: 20px;
            }

        .nav-top-info .welcome-msg h2 {
            margin: 0;
            font-size: 21px;
            font-weight: normal;
        }

        .nav-top-info .welcome-msg h4 {
            margin: 0;
            font-size: 13px;
            font-weight: 600;
            margin-top: 10px;
        }

.info-img-container {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.nav-header.candidate {
    padding: 15px;
    background: none !important;
    border-bottom: none;
}

    .nav-header.candidate .title-center span {
        background: #959595;
        color: #fff;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        display: inline-block;
        text-align: center;
        line-height: 80px;
        font-size: 30px;
        background-image: url(/img/avatar.png);
        background-position: center;
        background-size: contain;
    }

    .nav-header.candidate .summary-avatar {
        position: initial;
        left: unset;
        transform: none;
    }

        .nav-header.candidate .summary-avatar h2 {
            font-size: 14px;
            font-weight: bold;
            margin-top: 10px;
            color: #fff;
        }

        .nav-header.candidate .summary-avatar small {
            font-size: 80%;
            font-weight: 400;
            color: #fff;
        }

    .nav-header.candidate .avatar-bg {
        position: initial;
        height: initial;
        position: initial;
        top: unset;
    }

nav.navbar-static-side {
    overflow: scroll;
    border-right: 1px solid #28405b;
    background-color: #28405b;
    border-top-right-radius: 80px;
}

.nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}

#wrapper {
    background: #f7f7f7;
}

.top-info-container {
}

.blade-card {
    height: 100%;
    box-shadow: 0 -2px 14px 0px #00000026;
    border-radius: 8px;
    background: white;
}

.hr-height {
    height: calc(100% - 170px);
    padding: 0px 7.5px;
}

.ibox-content {
    border-color: #e0e0e0;
    border: none;
    background: transparent;
}

.hr-tab-content {
    height: 100%;
    background: transparent;
}

.light-scroll::-webkit-scrollbar {
    display: block;
    width: 5px;
}

.light-scroll::-webkit-scrollbar-track {
    background: #ddd;
}

.light-scroll::-webkit-scrollbar-thumb {
    background: #666;
}

.summary-left, .summary-right {
    height: 100%;
    overflow: scroll;
    padding: 0;
}

.tab-content > .active {
    display: block;
    padding: 0 25px;
}

.section .title {
    font-size: 15px;
}

.candidate-profile-left {
    padding-right: 20px;
}

    .candidate-profile-left h4 {
        width: 200px;
        padding-right: 10px;
    }

.candidate-profile-right {
    padding-left: 30px;
    border-left: 3px solid #cecece;
    width: 100%;
}

.profile-section-dropdown {
    float: right;
    color: #7c7c7c;
    font-size: 17px;
    line-height: 0px;
}

.dropdown-menu {
    box-shadow: 0 0 14px rgb(101 101 101 / 28%);
    border-radius: 8px;
}

    .dropdown-menu > li > a {
        font-weight: bold;
        font-size: 12px;
    }

.timeline-event-thumbnail {
    border-radius: 6px;
    border: 2px solid #4e4e4e;
    text-transform: uppercase;
    font-weight: 700;
    background-color: aliceblue;
    font-size: 11px;
    border-radius: 12px;
}

.date-thumbnail {
    float: right;
    padding: 5px 10px;
    font-weight: normal;
    color: #8e8e8e;
}

.btn-outline {
    border: 2px solid #585858;
    border-radius: 12px;
}

.inline-field-errors ul {
    list-style: none;
    padding-left: 0;
}

    .inline-field-errors ul li {
        width: 100%;
        margin-top: .25rem;
        font-size: 80%;
        color: #ff263b;
        text-align: left !important;
        left: 0;
        font-weight: bold;
        display: block;
    }


.ws-lables {
    text-align: left;
    display: block;
    margin-left: 3px;
    font-weight: bold;
}

.reversed .ws-lables {
    margin: -3.9rem 0 0 0;
    float: left;
    color: #29405b;
}

.reversed {
    padding: 3rem 0 0 0;
}

.todo-list > li {
    background: #f3f3f4;
    border-left: 6px solid #ffef93;
    border-right: 6px solid #e7eaec;
    border-radius: 4px;
    color: inherit;
    margin-bottom: 2px;
    padding: 10px;
    margin-bottom: 10px;
}

.todo-list .fa.fa-close {
    float: right
}

.todo-list p {
    margin-left: 5px;
    margin-top: 10px;
}

.modal-title-small {
    font-size: 18px;
}

#EmploymentStartDate, #EmploymentEndDate {
    text-align: left;
    font-weight: bold !important;
}

.ws-lables {
    color: #29405b;
    text-align: left;
    display: block;
    margin-left: 3px;
    font-weight: bold;
}

.has-spinner.show-loading {
    position: relative;
}

    .has-spinner.show-loading:after {
        content: '';
        background-color: rgba(255, 255, 255, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .has-spinner.show-loading > .spinner-border {
        display: block;
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
        z-index: 2000;
        margin: auto;
    }

.has-spinner > .spinner-border {
    display: none;
}

/*
.form-control {
    border-radius: 0px !important;
    border-width: 0 0 2px 0 !important;
    padding-left: 4px !important;
    background-color: transparent !important;
}

    .form-control:focus {
        box-shadow: none;
        border-width: 0 0 2px 0 !important;
        border-bottom-color: #364c9e;
    }
*/

.popup-form {
    max-width: 400px;
    margin: 10px auto;
}

.editor-popup-table {
    margin: auto;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

    .editor-popup-table td {
        padding: 5px 15px;
    }

    .editor-popup-table .btn-sm {
        width: 100px !important;
        min-width: 100px;
        padding: 4px 0px;
        font-size: 12px;
    }

    .editor-popup-table .btn-outline {
        border: 2px solid #585858;
        border-radius: 30px;
        background-color: transparent !important;
        color: #585858 !important;
        border-color: #29405b !important;
    }

.golden-btn {
    background-color: #ca8659 !important;
    border-color: #ca8659 !important;
    min-width: 135px;
}

.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.invalid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #ff263b;
    text-align: left !important;
    left: 0;
    font-weight: bold;
    display: block;
}

.delete-popup-table {
    margin: auto;
}

    /* @TODO: define all the new buttons with primary colors in custom scss file */

    .delete-popup-table .btn.btn-sm.btn-primary.text-uppercase {
        min-width: 110px;
        background-color: transparent !important;
        color: #9b9b9b;
        border-color: #bdbdbd !important;
    }

    .delete-popup-table .btn.btn-sm.btn-primary.btn-outline.text-uppercase {
        min-width: 110px;
        background-color: red !important;
        border-color: red !important;
        color: white;
        border-radius: 20px;
        margin-left: 8px;
    }

.popup-header-icon {
    font-size: 50px;
    color: red;
}

.doc-btn-group {
    width: 100%;
}

    .doc-btn-group label.btn {
        text-transform: uppercase;
        font-size: 14px;
        padding: 6px 32px;
        border-width: 2px;
        border-radius: 50px;
    }

        .doc-btn-group label.btn:hover, .doc-btn-group label.btn:active, .doc-btn-group label.btn.active, .doc-btn-group label.btn:focus {
            border: 2px solid #d2d2d2;
            box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.15) inset;
        }

        .doc-btn-group label.btn:nth-child(1) {
            width: 30%;
            background-color: #ffefef;
        }

        .doc-btn-group label.btn:nth-child(2) {
            width: 20%;
            background-color: #fff4d1;
        }

        .doc-btn-group label.btn:nth-child(3) {
            width: 50%;
            background-color: #e3ffe4;
        }

.doc-upload-btn {
    min-width: initial;
    width: 100%;
}

.doc-upload-table {
}

    .doc-upload-table.table > tbody > tr > td, .doc-upload-table.table > tfoot > tr > td {
        padding: 15px;
    }

.toast {
    position: fixed;
    border-color: #e7eaec;
    background-color: white;
}

table.toast-table tr td {
    padding: 5px 0px 5px 15px;
    vertical-align: middle;
}


table.toast-table .toast-icon {
    font-size: 30px;
}

table.toast-table .close {
    margin-right: 15px;
}

#toast-error .toast-icon {
    color: red;
}

#toast-success .toast-icon {
    color: lightgreen;
}

.modal.fade {
    background: rgba(0,0,0,0.2);
}

.modal-content {
    border-radius: 10px;
}

#popup-modal-confirmation .modal-title-small {
    margin-top: 0;
}

[id*="popup-modal"] .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.upload-btn-wrapper {
    position: relative;
    display: inline-block;


}
    .upload-btn-wrapper input[type="file"] {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

.register-tenant {
    /*Hide all except first fieldset*/
    /*inputs*/
    /*buttons*/
    /*headings*/
    /*progressbar*/
    /*progressbar connectors*/
    /*marking active/completed steps green*/
    /*The number of the step and the connector before it = green*/
}

    .register-tenant .yellow {
        color: #e2a26d;
    }

    .register-tenant #tenant-form {
        background-color: #ffffff;
        text-align: center;
        position: relative;
    }

        .register-tenant #tenant-form fieldset {
            background: #ffffff;
            border: 0 none;
            border-radius: 3px;
            /* padding: 20px 30px; */
            width: 100%;
            position: relative;
            /* max-width: 500px; */
            margin-left: auto;
            margin-right: auto;
        }

            .register-tenant #tenant-form fieldset:not(:first-of-type) {
                display: none;
            }

        .register-tenant #tenant-form .action-button {
            width: 100px;
            background: #29405b;
            font-weight: bold;
            color: white;
            border-radius: 30px;
            margin: 10px 5px;
        }

    .register-tenant .fs-title {
        font-size: 15px;
        text-transform: uppercase;
        color: #2C3E50;
        margin-bottom: 10px;
    }

    .register-tenant .fs-subtitle {
        font-weight: normal;
        font-size: 13px;
        color: #666;
        margin-bottom: 20px;
    }

    .register-tenant #progressbar {
        margin-bottom: 30px;
        margin-top: 10px;
    }

        .register-tenant #progressbar li {
            list-style-type: none;
            color: #333;
            font-size: 8px;
            position: relative;
            width: 33.33%;
            float: left;
        }

        .register-tenant #progressbar li.active,
        .register-tenant #progressbar li.complete {
            font-weight: 700;
            color: #e2a26d;
        }

            .register-tenant #progressbar li:before {
                width: 20px;
                line-height: 21px;
                display: block;
                font-size: 10px;
                color: #cacaca;
                background: transparent;
                border-radius: 10px;
                margin: 0 auto 5px auto;
                position: relative;
                z-index: 1;
                content: "";
                margin-top: -3px;
                font-family: "Font Awesome 5 Pro";
                font-weight: 900;
                height: 20px;
            }

            .register-tenant #progressbar li:after {
                content: "";
                width: 100%;
                height: 2px;
                background: #cccccc;
                position: absolute;
                left: -50%;
                top: 6px;
                z-index: 0;
            }

            .register-tenant #progressbar li:first-child:after {
                /*connector not needed before the first step*/
                content: none;
            }

            .register-tenant #progressbar li.active:before, .register-tenant #progressbar li.active:after {
                background: #e2a26d;
                color: white;
            }

            .register-tenant #progressbar li.active:before {
                content: "";
            }

            .register-tenant #progressbar li.complete:before {
                content: "";
            }

    .register-tenant .mainDescription {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }

    .register-tenant .blueDark {
        color: #29405b;
    }

    .register-tenant .grayRoundButton {
        margin-right: 10px;
        width: 100px;
        border-radius: 30px;
        color: gray;
        border: solid;
    }

    .register-tenant .yellowRoundButton {
        width: 100px;
        border-radius: 30px;
        background-color: #e2a26d !important;
        color: white;
    }

    .register-tenant .blueBorderButton {
        background: none;
        border: 1px solid #29405b;
        color: #29405b;
    }

    .register-tenant .detail {
        text-align: justify;
        position: relative;
        right: 63px;
    }

    .register-tenant .blueBackground {
        background-color: #29405b;
        color: white;
    }

    /*    .register-tenant img {
        width: 200px;
        height: 183px;
        margin-bottom: 20px;
    }*/

    .register-tenant #notificationList li:first-child {
        position: relative;
    }

        .register-tenant #notificationList li:first-child input {
            position: absolute;
            opacity: 0;
        }

        .register-tenant #notificationList li:first-child ins {
            position: absolute;
            top: 0%;
            left: 0%;
            display: block;
            width: 100%;
            height: 100%;
            margin: 0px;
            padding: 0px;
            background: white;
            border: 0px;
            opacity: 0;
        }

    .register-tenant .spinnerWidthHeight3 {
        width: 3rem;
        height: 3rem;
    }

    .register-tenant .spinnerWidthHeight6 {
        width: 6rem;
        height: 6rem;
    }

    .register-tenant .toastContainer {
        position: relative;
        min-height: 200px;
    }

    .register-tenant .toastDimensions {
        position: fixed;
        top: 75px;
        right: 25px;
    }

    .register-tenant .borderTransparent {
        border: none !important;
    }

    .register-tenant .posRT20 {
        position: relative;
        top: 20px;
    }

    .register-tenant .h-w {
        height: 110px;
        width: 260px;
    }

    .register-tenant .blue-border-round {
        width: 100px;
        border-radius: 30px;
        color: #29405B;
        border: 1px solid #29405B;
    }

    .register-tenant .auto-scroll {
        overflow: scroll;
        height: 100%;
    }

.ibox-content {
    margin-bottom: 0px;
}

.right-half-container {
    bottom: 0px;
    min-height: calc(100vh - 151px);
}

input.input-validation-error, select.input-validation-error, textarea.input-validation-error {
    border-color: red;
    padding-right: calc(1.5em + .75rem);
    background-image: url(/img/error-icon.png);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .01rem);
    background-size: calc(.9em + .5rem) calc(.9em + .5rem);
}

    input.input-validation-error ~ label, select.input-validation-error ~ label, text.input-validation-error ~ label {
        color: red !important;
    }

.inline-help-text {
}

.next-prev-btns {
    display: flex;
    margin-top: 3rem;
    justify-content:space-between;
    align-items:center;
}

    .next-prev-btns input, .next-prev-btns button {
        min-width: 200px;
    }

/*.centered p {
    text-align: center;
    color: #599c80;
    font-weight: bold;
    text-shadow: -7px -3px 6px white;
    background-color: white;
    border-radius: 12px;
    padding: 8px 8px;
    font-size: 22px;
    display: inline-block;
}*/

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 400px;
}

    .centered img {
        width: 100%;
        height: auto;
    }


.abc-checkbox {
    cursor: default;
    position: relative;
    display: block;
    padding-top: 3px;
    margin-right: 15px;
    width: 29px;
}

.abc-checkbox input.form-check-input {
    height: 17px;
    width: 17px;
    border: 3px solid #B3B3B3;
}

.abc-checkbox label {
    cursor: pointer;
    display: inline-block;
    margin-top: 0px;
    vertical-align: top;
    position: relative;
    padding-left: 5px;
}

.abc-checkbox label::before, .abc-checkbox label::after {
    cursor: pointer;
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    margin-left: -1.25rem;
}

.abc-checkbox label::before {
    width: 20px;
    height: 20px;
    border: 3px solid #ced4da;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.abc-checkbox label::after {
    width: 20px;
    height: 20px;
    padding-left: 4px;
    padding-top: 2px;
    font-size: 11px;
    color: #495057;
    line-height: 17px;
}

.abc-checkbox input.form-check-input {
    height: 17px;
    width: 17px;
    border: 3px solid #B3B3B3;
}

.abc-checkbox input[type="checkbox"]:checked + label::before, .abc-checkbox input[type="radio"]:checked + label::before {
    background-color: #28405B;
    border-color: #28405B;
}

.abc-checkbox input[type="checkbox"]:checked + label::after, .abc-checkbox input[type="radio"]:checked + label::after {
    color: #fff;
}

.abc-checkbox input[type="checkbox"]:checked + label::after, .abc-checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "";
}



/*** Toast *****/
.toast {
    position: fixed;
    border-color: #e7eaec;
    background-color: white;
    pointer-events: none;
}

.toast.show {
    pointer-events: initial;
}

table.toast-table tr td {
    padding: 5px 0px 5px 15px;
    vertical-align: middle;
}

table.toast-table .toast-icon {
    font-size: 30px;
}

table.toast-table .close {
    margin-right: 15px;
}

#toast-error .toast-icon {
    color: red;
}

#toast-success .toast-icon {
    color: lightgreen;
}

/* .page-toast {
    position: relative;
    min-height: 200px;
} */

.page-toast table tr td:nth-child(2) {
    padding: 10px 0px 10px 10px;
    width: 95%;
}

.page-toast.success-toast .toast {
    border-left: 15px solid #22b674;
}

    .page-toast.success-toast i {
        color: #22b674;
      /*  border-left: 15px solid #22b674;*/
    }

.page-toast.error-toast .toast {
    border-left: 15px solid #f71b0c;
}

.page-toast.error-toast i {
    color: #f71b0c !important;
}

.page-toast .toast {
    min-width: 460px;
    position: fixed;
    top: 75px;
    right: 30px;
    border-radius: 15px;
}

.page-toast i {
    font-size: 40px;
}

.page-toast h3 {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

.page-toast .toast-body {
    padding: 0;
    font-size: 14px;
    color: gray;
}

@media screen and (max-width:650px){

    .page-toast .toast {
        min-width: 95vw;
        top: auto;
        bottom: 10px;
        right: 10px;
        left: 10px;
        border-radius: 15px;
    }

    .page-toast .toast-body {
        font-size: 12px;
    }
}

/** Modal ***/
.max-width-500 {
    max-width: 500px !important;
}

.max-width-700 {
    max-width: 700px !important;
}

#popup-modal-reset-password-prompt .modal-body {
    padding: 20px 30px 20px 30px;
}

#popup-modal-reset-password-prompt p {
    font-size: 13px;
}

#popup-modal-reset-password-prompt .btn {
    border-width: 2px;
    text-transform: uppercase !important;
    font-weight: 600;
    padding: 0.27rem 1.8rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 50rem;
}

#popup-modal-reset-password-prompt .btn-outline-warning {
    background-color: #ffffff;
    border-color: #ec9100;
    color: #ec9100;
}

#popup-modal-reset-password-prompt .btn-warning {
    background-color: #ec9100;
    border-color: #ec9100;
    color: #ffffff !important;
}

.text-warning {
    color: #fc9400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.modal.ws-modal .close {
    font-size: 25px;
    opacity: 1;
    color: #B3B3B3;
    top: 20px !important;
    right: 20px !important;
}

.modal.ws-modal .close:hover {
    color: #29405b;
}

.iti {
    width: 100%;
}

    .iti input#ContactNumber {
        padding-left: 55px !important;
    }

/*    .iti .iti__selected-flag {
        width: 78px;
        padding-right: 15px;
    }*/


/*error pages*/
.error-con {
    padding: 0 20px;
}

.error-con h2{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom:10px;
}

.error-con p {
    font-size: 14px;
    letter-spacing: 1.05px;
}

.error-con .centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 150px);
    text-align: center;
    color: white;
    padding: 0 20px;
}

.error-con .top-icon {
    margin-top: 30px;
    text-align: center;
}

.error-con .top-icon img {
    max-width: 200px;
    width: 100%;
}
.error-con .btn-white {
    color: #212529 !important;
    background-color: white;
    border-color: white;
    border-width: 2px;
    text-transform: uppercase !important;
    font-weight: 600;
    padding: 0.2rem 1.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 50rem;
    letter-spacing: 1.05px;
}

.error-con .btn-white:active, .error-con .btn-white:hover{
    color: #212529;
    background-color: #e6e5e5;
    border-color: #e6e5e5;
/*    position:absolute;
    right:30px*/
}
