﻿/*===APPLICATION PAGsE===*/

#validation-summary.validation-summary-valid {
    display: none;
}

.progress {
    border-radius: 0;
}

.top-progress .progress-bar {
    width: 0;
    animation: progress 1s linear forwards;
}

@keyframes progress {
    from {
        width: 0;
    }

    to {
        width: 13%;
    }
}

.top-progress .progress {
    height: 8px;
    background-color: #EBEFF4;
}

    .top-progress .progress .bg-danger {
        background-color: #C31D1D !important;
    }

.tile-block {
    padding: 8px;
    border: 1px solid #ddd;
    background: #F1F4F8;
    display: block;
}

.fb-page-navigation.tile-block {
    width: 100%;
    cursor: pointer;
}

.tile-block.active, .tile-block:hover {
    background: #fff;
}

.form-links .tile-block.active, .form-links .tile-block:hover {
    background: #d7d9dd;
}

.title-block {
    font-size: 1.2rem;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.tile-block.active .title-block {
    font-weight: bold;
}

.tile-block .progress {
    height: 8px;
    background-color: #DDE4E8;
}

.progress-bar.progress-completed {
    animation: information-progress 1s linear forwards;
    background: #3B8519;
}

@keyframes information-progress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes person-progress {
    from {
        width: 0;
    }

    to {
        width: 50%;
    }
}

.inner-contents {
    margin-top: 5px;
}

.contact-form {
    max-width: 80%;
    width: 100%;
    padding-top: 20px;
}
#ApplicantFormPageSection .contact-form.popup {
    max-width: 80% !important;
}
.screening-form {
    width: 100%;
    padding-top: 20px;
}

.content-info-block {
    border: 1px solid #DDE4E8;
    border-top-width: 4px;
    margin-bottom: 15px;
}

    .content-info-block .content-area {
        padding: 15px 25px 25px;
    }

    .content-info-block:hover {
        border-color: #027fa2;
    }

.number-title-block {
    padding: 15px 0px 10px 25px;
    background: #F7F9FC;
}

.num-block {
    font-size: 2.2rem;
    background: #DDE4E8;
    border-radius: 50%;
    line-height: 50px;
    min-width: 50px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.content-info-block.active .number-title-block .num-block, .content-info-block:hover .number-title-block .num-block {
    background: #027fa2;
    color: #fff;
}

.number-title-block .title-section {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
}

.sub-title {
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.required {
    color: #e12f2f;
}

.notice-block {
    border-bottom: 1px solid #ddd;
    margin: 0 23px;
    padding: 10px 0 15px 0;
}

    .notice-block a {
        color: #5a5ad7;
    }


.input-box-icon {
    position: relative;
}

    .input-box-icon .icon-wrap {
        position: absolute;
        right: -25px;
        top: 5px;
        cursor: pointer;
    }

    .input-box-icon.form-btn-block .icon-wrap {
        top: 7px;
    }





.form-links .tile-block span[class^="icon-"] {
    font-size: 4rem;
}

.form-btn-block-preferred-telephone .btn-yesno button {
    width: 100%;
}

.form-btn-block-preferred-telephone .btn-yesno .btn {
    white-space: normal;
    padding: 10px;
    border-radius: unset;
    font-size: 11px;
}

.form-btn-block-preferred-telephone .btn-yesno button span[class^="icon-"] {
    font-size: 3rem !important;
    width: 100%;
}

.form-btn-block-preferred-telephone .btn-yesno button:not(.active):not(.focus) span[class^="icon-"] {
    color: #4e5d60;
}

.form-btn-block button {
    width: 100%;
    border-radius: 0;
    line-height: 25px;
}

    .form-btn-block button .icon-cancel:before {
        color: #C31D1D;
    }

    .form-btn-block button.active, .form-btn-block button.active .icon-cancel:before {
        color: #fff;
    }

.panel-heading.errorText {
    padding-left: 23px;
}

.pagination-buttons li:hover span:before {
    color: #424242;
}

.input-label label {
    padding-right: 30px;
}

.content-info-block h2 {
    font-size: 1.8rem;
}



    .pagination-buttons ul li {
        display: inline-block;
    }

.pagination-buttons button,
.pagination-buttons a {
    background: #4e5d60;
    color: #fff;
    border: 0;
    padding: 5px 15px;
    border-radius: 4px 4px 0 0;
}

    .pagination-buttons button:hover,
    .pagination-buttons a:hover {
        background: #4e5d60;
        opacity: 1;
    }

    .pagination-buttons button span[class^="icon"]:before,
    .pagination-buttons a span[class^="icon"]:before {
        color: #fff;
    }

.pagination-buttons ul li:nth-child(2) button,
.pagination-buttons ul li:nth-child(2) a {
    padding: 5px 50px;
}

a.tile-block {
    color: #424242;
}


.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.btn-yesno {
    width: 100%;
}

    .btn-yesno .active {
        color: #fff;
        background-color: #0680a3;
    }


.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    width: 0.1px;
    height: 0.1px;
    position: absolute;
    opacity: 0;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.0em;
        padding: 1px 5px 1px 3em !important;
        margin-top: 1em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }


.funkyradio div:first-child input[type="radio"]:empty ~ label,
.funkyradio div:first-child input[type="checkbox"]:empty ~ label {
    margin-top: 0;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #888;
        /*padding-top: 5px;*/
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #fff;
        background-color: #0680a3;
        /*padding-top: 5px;*/
    }

    /* Edge */
    @supports (-ms-ime-align: auto) {
        .funkyradio input[type="radio"]:checked ~ label:before,
        .funkyradio input[type="checkbox"]:checked ~ label:before {
        
        }
    }


/* The customcheck */
.customcheck {
    display: block;
    width: 21px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 21px;
}

    /* Hide the browser's default checkbox */
    .customcheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #eee;
    border-radius: 3px;
    border: solid 1px #ccc;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #0680a3;
    border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    content: '\2714';
    left: 9px;
    color: #fff;
    left: 6px;
    top: 2px;
}

@supports (-ms-ime-align: auto) {
    /* Style the checkmark/indicator in Edge */
    .customcheck .checkmark:after {
        content: '✔\fe0e';
        left: 9px;
        color: #fff;
        left: 6px;
        top: 2px;
    }
}

    /*---- Tooltip ----*/
    .tooltip:not(.password-tooltip) {
        display: inline-block;
    }

    .tooltip {
        border-color: #ddd;
        /*display: inline-block;*/
        font-family: arial;
        font-size: 1.2rem !important;
        opacity: 1;
        position: relative;
        z-index: 1;
    }

        .tooltip:not(.tooltip-in-tab) {
            z-index: 2000; /* need to be seen in modals */
            border-radius: 6px;
            padding: 5px;
            margin-left: 4px;
            /*position: absolute;
        z-index: 1;
        top: -15px;
        left: 180%;*/
            filter: drop-shadow(1px 1px 2px rgba(0,0,0,.5));
        }
            /*.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 1.0rem 1.0rem 1.0rem 0;
    border-right-color: #e9f7ff;
    margin-top: -10px;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-style: solid;
}*/
            .tooltip:not(.tooltip-in-tab) .tooltip-inner {
                /*width: 400px !important;*/
                max-width: 400px;
                font-family: arial;
                font-size: 1.2rem !important;
                background-color: #e9f7ff;
                color: #424242;
                text-align: left;
            }

        .tooltip.tooltip-in-tab .tooltiptext {
            top: -46px;
            z-index: 1000;
        }

    .input-tooltip {
        width: 50px;
        display: inline-block;
        vertical-align: middle;
    }
    /*----End Tooltip ----*/
    .k-list li {
        list-style-position: inside;
    }

    .fb-text {
        padding: 5px;
        width: 100%;
    }

        .fb-text p {
            font-size: 1.2rem;
            /*word-break: break-all;*/
        }

    .fb-hr {
        margin-bottom: 10px;
        width: 100%;
    }



    .form-confirm-submit {
        max-width: 200px;
    }


        .form-confirm-submit button {
            display: none;
        }

    .vacancy-deadline-approaching, .vacancy-warning {
        color: #C31D1D !important;
        font-weight: bold;
        padding-bottom: unset !important;
    }

    .vacancy-deadline-approaching {
        display: none;
    }

        .vacancy-deadline-approaching .icon-severity_flag:before, .vacancy-warning .icon-severity_flag:before {
            color: #C31D1D !important;
            font-size: 2em;
        }

    .form-field-label > p > a {
        color: #00a;
        cursor: pointer;
        text-decoration: underline;
    }

    #modal-opensystemurl a {
        color: #007bff;
    }

    button.nav-link {
        cursor: pointer;
    }

    .profile-data .dropdown-item:active {
        background-color: transparent !important;
    }

    .outcome-msg {
        background-color: #ebeff4;
        padding: 3px;
        border-radius: 3px;
    }

    .outcome-eligible:not(.no-border) {
        border: 1px solid #3B8519;
    }

    .outcome-eligible .icon-completed_items::before {
        color: #3B8519;
        padding-right: 2px;
    }

    .outcome-ineligible:not(.no-border) {
        border: 1px solid #C31D1D;
    }

    .outcome-ineligible .icon-reject-icon::before,
    .outcome-ineligible.icon-severity_flag::before {
        color: #C31D1D;
        padding-right: 2px;
    }

    .outcome-eligible-with-conditions:not(.no-border) {
        border: 1px solid #424242;
    }

    .outcome-eligible-with-conditions .icon-question-mark2::before {
        color: #424242;
        padding-right: 2px;
    }

    .nav-item .icon-approved:not(.active)::before {
        color: #3B8519;
    }

    .nav-item .icon-approved.active::before {
        color: #fff;
    }

    label.form-field-label ol li, label.form-field-label ul li {
        list-style-type: inherit;
        list-style-position: inside !important;
    }

    label.form-field-label ul li {
        list-style-type: disc;
    }

    .full-table-contents .k-grid-header, .full-table-contents .k-grid-content table {
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .full-table-contents .k-grid-content {
        min-height: initial !important;
    }

    button[value=SaveAndRedirectToProfile]:hover {
        color: #0680a3;
        background-color: initial;
    }

    .PDPage #validation-summary:before {
        left: initial;
        top: 15px;
    }

    .PDPage #validation-summary ul {
        margin-left: 60px;
    }


    .input-label a {
        color: #0680a3
    }

        .input-label a:hover {
            text-decoration: underline !important;
        }

    .submit-success .icon-completed_items:before {
        font-size: 3.5rem;
        vertical-align: -8px;
        color: #3B8519;
    }

    .submit-success h3 {
        margin-bottom: 15px;
    }

    .submit-success hr {
        background-color: initial;
        height: initial;
        outline: initial;
        border: 0;
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .submit-success p {
        padding: 15px 0;
        font-size: 1.2rem;
    }

    .form-nav-page-invalid {
        border: solid 2px #C31D1D;
    }

    #VacancyHeader .icon-warning_3 {
        color: #C31D1D;
    }
    /*hide validation we don't need*/
    span.error {
        display: none !important;
    }

    .pulsing {
        animation: opacityPulse 2s ease-out;
        animation-iteration-count: infinite;
        opacity: 1;
    }

    @keyframes opacityPulse {
        0% {
            opacity: 0.0;
        }

        50% {
            opacity: 1.0;
        }

        100% {
            opacity: 0.0;
        }
    }

    .padlock {
        width: 20px;
        cursor: pointer;
        display: inline-block;
        top: 4px;
        position: relative;
    }

    .passphrase {
        width: calc(100% - 20px);
    }

    .appl-fm-input.float-left.text-left {
        width: calc(100% - 20px);
    }

    .appl-fm-tooltip {
        width: auto;
        right: -54px;
        position: absolute;
        top: -2px;
    }

.readOnlyMode.disabled .k-input, .readOnlyMode.disabled .k-select, .readOnlyMode.disabled input {
    background-color: #ecf0f5 !important;
    opacity: 1;
}

#PreviewForm .pagination-buttons {
    bottom: 0;
}

/*Forms changes*/
#renderedForm .number-title-block {
    padding: 10px 0 10px 10px;
}

#renderedForm .num-block {
    min-width: 31px;
    line-height: 31px;
    font-size: 1.6rem;
}

#renderedForm .inner-contents {
    padding: 5px;
}

#renderedForm .content-info-block .content-area {
    padding: 7px 0 0 0;
}

#renderedForm .contact-form {
    max-width: none;
    padding-top: 0;
}

    #renderedForm .contact-form .list-item > li {
        padding: 9px 18px;
        display: flex;
        flex-direction: row;
        flex-wrap: no-wrap;
        /*justify-content: center;*/
        position: relative;
    }

       /* #renderedForm .contact-form .list-item > li:nth-of-type(even) .input-label,
#renderedForm .contact-form .list-item > li:nth-of-type(even) .input-box {
            background: #F7F9FC;
        }*/

        /*#renderedForm .contact-form .list-item > li:hover,
        #renderedForm .contact-form .list-item > li:active
        #renderedForm .contact-form .list-item > li:focus,*/
        #renderedForm .contact-form .list-item > li:focus-within {
            background: #ebf1fa;
        }

    #renderedForm .contact-form .list-item .input-label label {
        /*padding: 0;*/
    }

    #renderedForm .contact-form .list-item .input-label label > div:first-of-type {
        display: inline;
    }

    #renderedForm .contact-form .list-item .input-label {
        flex: 0 1 600px;
        width: auto;
        padding-right: 30px;
    }

    #renderedForm .contact-form .list-item .input-box {
        flex: 0 1 680px;
        width: auto;
    }

        #renderedForm .contact-form .list-item .input-label label,
        #renderedForm .contact-form .list-item .input-box input,
        #renderedForm .contact-form .list-item .input-box label {
            margin-bottom: 0;
        }

        #renderedForm .contact-form .list-item .input-label label,
        #renderedForm .contact-form .list-item .input-box label {
            padding: 5px 0 0 0;
        }

.pageBodyPreLogin #renderedForm .content-info-block {
    max-width: none;
    margin: 0 0 10px 0;
}

/*#renderedForm .PageWrapper.registrationContent .PageTitle {
    max-width: 1200px;
    margin: 10px auto 0 auto;
}*/

/*#renderedForm .content-info-block {
    max-width: 1200px;
    margin: 0 auto 10px auto;
}*/

#renderedForm .input-tooltip {
    width: auto;
    padding-top: 3px;
    margin-left: 1em;
    flex: 0 0 22px;
}

#renderedForm .password-tooltip {
    top: 100%;
    left: 410px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
}

#renderedForm .password-tooltip .arrow {
    top: -6px;
    transform: rotate(90deg);
    left: 30px;
}

#renderedForm .content-info-block .col:first-child {
    border-right: solid 1px #eeeeee;
}

#renderedForm .content-info-block .col .list-item .input-label {
    /*flex: 0 0 100%;*/
    flex: 0 1 200px;
}

#renderedForm .content-info-block .full-table-validation + .text-md-right {
    padding: 5px 10px;
}

#renderedForm input[type='text'],
#renderedForm input[type='password'],
#renderedForm input[type='tel'],
#renderedForm input[type='url'],
#renderedForm input[type='email'],
#renderedForm input[type="search"],
#renderedForm input[type="number"],
#renderedForm input[type="date"],
#renderedForm textarea {
    padding: 6px 8px;
}


#renderedForm .clearable {
    padding: 6px 25px 6px 6px;
}

#renderedForm .k-datepicker {
    max-width: none;
    margin-right: 0;
    width: 156px;
}

#renderedForm .content-info-block .k-grid {
    margin: 10px;
}

#renderedForm .funkyradio label {
    background: #ffffff;
}

#renderedForm .content-area.pb-0 > div.mb-3 {
    padding: 0 15px;
}

#renderedForm .contact-form.confirm-section .input-label {
    padding-right: 20px;
}

#renderedForm .editPencil button {
    color: #0680A3;
}

#renderedForm .editPencil button:hover,
#renderedForm .editPencil button:focus,
#renderedForm .editPencil button:active {
    color: #05607a;
}


    @media only screen and (min-width:1600px) {
    }

@media only screen and (max-width: 768px) {
    #renderedForm .contact-form .list-item .input-label {
        flex: 0 0 100%;
    }

    #renderedForm .contact-form .list-item .input-box {
        flex: 1 1 auto;
    }

    #renderedForm .list-item li {
        margin-bottom: 0;
    }

    #renderedForm .password-tooltip {
        left: 10px;
    }
}

/*reg form button placement*/
.PageWrapper.registrationContent {
    padding-bottom: 50px;
    padding-top: 15px;
}

#renderedForm .content-info-block .title-section .col-2.text-right {
    padding-right: 0;
}

/*body:not(.pageBodyPreLogin) .btn-block-reg-b {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}*/

.pageBodyPreLogin .btn-block-reg-b {
    padding: 0 !important;
}

body .btn-block-reg-b .buttonGroupReg {
    max-width: none;
    margin: 0;
    text-align: right;
    display: block;
}

.pageBodyPreLogin .btn-block-reg-b .buttonGroupReg {
    padding: 10px 10px 10px 15px;
}

.refSubmit {
    top: -10px;
    position: relative;
    /*right: -200px;*/
}

#renderedForm textarea {
    min-height: 120px;
    resize: vertical;
}

#renderedForm .contact-form .list-item .input-box + div[id^="UploadedFilesContainer"] {
    flex: 0 0 100%;
    margin-top: 0.5em;
}

.input-box .prefilled-field {
    background: #ecf0f5;
    border: 1px solid #ddd;
    min-height: 25px;
    padding: 6px 8px;
    border-radius: 3px;
    width: 100%;
}

.input-box .prefilled-field + .float-right.text-right {
    margin-right: -32px;
}

.input-box .prefilled-field label {
    display: inline;
}

.input-box .prefilled-field .editPencil {
    display: inline-block;
    float: right;
}

#renderedForm .input-box.checkbox-input .input-tooltip {
    padding-top: 0;
    margin-top: -10px;
    margin-left: 2.5em;

}

.pageBodyPreLogin #renderedForm .contact-form .list-item .input-box {
    flex: 0 1 560px;
}

.pageBodyPreLogin #renderedForm .input-tooltip {
    flex: 0 0 32px;
}

@media only screen and (max-width: 1024px) {
    #renderedForm .contact-form .list-item > li {
        flex-wrap: wrap;
    }
    #renderedForm .contact-form .list-item > li .input-label {
        flex: 0 0 100%;
    }
    #renderedForm .contact-form .list-item > li .input-box {
        flex: 1 1 calc(100% - 55px);
    }
}

/*@media only screen and (max-width: 1300px) {
    #renderedForm .contact-form .list-item .input-box {
        padding-right: 32px;
    }
}*/

/*Upload field table fix*/
#renderedForm .contact-form .list-item > li.document-upload-field {
    flex-wrap: wrap;
}

/*6341 - Yes button showing incorrectly when selected but the form is readonly*/
.btn-yesno .btn.active:disabled {
    background-color: #0680a3 !important;
}