/* Header Styles */
#training_header{
    margin: 0;
    background-color: #ef2c49;
    font: 32px Arial;
    color: #FFF;
    padding: 10px 0;
    text-align: center;
}

/* Override here for the nav - I believe that this has been since changed from when we originally got it. This brings it closer in-line and resolves a mobile issue */
.nav {
  top: -120%;
}

.main-header__white-logo-container {
    padding-top: 1rem;
}

.banner_hero_image {
    background-image: url('/furniture/default_hero_image.png');
    background-position: -400px -145px; 
    background-repeat: no-repeat;
    height: 15rem !important;
    min-height: 25vw;
    max-height: 580px;
    width: 100%;
}

.banner_hero_image_small {
    background-image: url('/furniture/default_hero_image.png');
    background-position: -400px -145px; 
    background-repeat: no-repeat;
    height: 360px;
    width: 100%;
}

.banner_hero_image_internal {
    background-image: url('/furniture/internal_hero_image.png');
    background-position: -400px -145px; 
    background-repeat: no-repeat;
    height: 15rem !important;
    min-height: 25vw;
    max-height: 580px;
    width: 100%;
}

#body .job-details__hero .banner_hero_image_remove_overlay:before {
    background: none;
}

@media only screen and (max-width: 1500px) {
    #body .job-details__icons {
        top: 30rem;
    }
}

.main-content-block p a {
    font-size: 18px;
}

.vacancy_section {
    margin-top: 30px;
}

.vacancy_list_container {
    margin-top: 20px;
}

.vacancy_list_container_title {
    font-size: 22px;
}

.vacancy_list_container_title::before {
    content: "";
    display: inline-block;
    position: relative;
    background: #ba0025;
    width: 2px;
    top: 0;
    height: 18px;
    left: -14px;
}

.vacancy_list_container_content {
    margin-top: 10px;
}

/* General Styles */
.modal-backdrop.in {
    opacity: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearboth {
    clear: both;
}

.text-center {
    text-align: center;
}

.ui-button {
    background: #0c3a84 !important;
    line-height: 1.2;
    color: #fff !important;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    letter-spacing: 1.5px;
    font-size: 1.5rem !important;
    cursor: pointer;
    border-radius: 5px;    
    font-weight: 600;
    position: relative;
    padding: 1rem;
    font-weight: 400;
}

.prefixed-header-list-title {
    color: #0c3a84;
}

.footer .social-links__glassdoor {
    background-image: url(/external/Blob/img/glassdoor.png);
}

.navList li .text-node {
    font-family: jaf-facitweb,sans-serif;
    color: #0c3a84;
    text-decoration: none;
    font-weight: 100;
    font-size: 2.4rem;
}

.footer .social-links li {
    margin: 0 1.5rem;
}

.footer .social-links {
    justify-content: center;
}

@media only screen and (min-width: 991px) {
    .footer .social-links li {
        margin-right: 2rem;
        margin-bottom: 0;
    }

    .main-header__white-logo-container {
        max-width: 18.2rem;   
    }
}

@media only screen and (min-width: 1500px) {
    .job-details__icons {
        top: 28rem;
    }
    .content-layout__title {
        top: 20rem;
    }
}

@media only screen and (max-width: 1500px) {
    .job-details__icons {
        top: 20rem;
    }
    .job-details__icons .cop-widget {
        padding: 0 10px;
    }
    .content-layout__title {
        top: 14rem;
    }
}

@media only screen and (max-width: 1400px) {
    .footer__nav {
        flex: 1;
    }
}

@media only screen and (max-width: 1200px) {
    .header_vacancy_spacing {
        top: 35%;
    }
    .job-details__icons {
        padding: 2.9rem 4rem 2rem;
    }
}

@media only screen and (max-width: 1000px) {
    .header_vacancy_spacing {
        top: 20%;
    }
}

@media only screen and (max-width: 1620px) {
    .main-header__inner-container {
        padding: 1rem 4rem;
    }
}

@media only screen and (max-width: 767px) {
    .content-layout__hero {
        margin-bottom: 0px;
    }
    .job-details__icons {
        padding: 20px;
    }
    .attrax-form-widget__title,
    .content-layout__title .header__text {
        font-size: 3rem;
    }
    .layout .main-content-block {
        padding-top: 0;
    }
    .footer .social-links {
        padding: 0 30px;
    }
}

.candidate-test-question-title table {
    width: 100%;
}

.candidate-test-question-title table thead tr {
    text-align: left;
    font-weight: 600;
    color: #0c3a84;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #0c3a84;
}

.candidate-test-question-title table tbody tr {
    border-bottom: 1px solid #8e8d8d;
}

.candidate-test-question-title table tbody tr:last-child {
    border-bottom: 0 none;
}

.candidate-test-question-title ol {
    list-style-position: outside;
    list-style-type: decimal;
    padding-left: 1em;
}

.candidate-test-question-title ol li::before {
    content: unset;
    padding-right: unset;
}

.candidate-test-question-title ol li {
}

.candidate-test-question-title sup,.candidate-test-question-options sup {
    font-size: 0.7em;
    position: relative;
    top: -0.7em;
}

.candidate-test-question-options {
    margin-top: 1em;
}

#candidate-test-questions-answered {
    margin-top: 2em;
    border-width: 10px;
}

#candidate-test-questions-answered h4 {
    margin-bottom: 0.5rem;
}

#candidate-test-questions-answered p {
    margin-top: 0;
}

.candidate-test-questions-answered {
    display: flex;
    flex-flow: row wrap;
}

.candidate-test-questions-answered .candidate-test-questions-answered-question {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

.candidate-test-questions-answered .candidate-test-questions-answered-question button {
    background-color: #FFF;
    color: #8e8d8d !important; /* seriously... in 2020 */
    border: 1px dashed #8e8d8d;
    width: 5em;
    height: 3em;
    padding: 0;
}

.candidate-test-questions-answered .candidate-test-questions-answered-question button i {
    color: #8e8d8d;
}

.candidate-test-questions-answered .candidate-test-questions-answered-question button:hover {
    background-color: #FFF;
    color: #ba0025 !important;
    border: 1px solid #ba0025;
}

.candidate-test-questions-answered .candidate-test-questions-answered-question button:hover i {
    color: #ba0025; 
}

.candidate-test-questions-answered .candidate-test-questions-answered-question.candidate-test-question-complete button {
    color: #FFF !important;
    background-color: #0c3a84;
    border: initial;
}

.candidate-test-questions-answered .candidate-test-questions-answered-question.candidate-test-question-complete button:hover {
    background-color: #ba0025;
}

.candidate-test-questions-answered .candidate-test-questions-answered-question.candidate-test-question-complete button:hover, 
.candidate-test-questions-answered .candidate-test-questions-answered-question.candidate-test-question-complete button i,
.candidate-test-questions-answered .candidate-test-questions-answered-question.candidate-test-question-complete button:hover i {
    color: #FFF !important;
}

.candidate-test-completed::before {
    display: none;
}

.candidate-test-pre-content {
    padding: 0 2rem;
}

.results_count {
    text-align: center;
}

.job-details__main-content-container {
    margin: 0 auto 0;
}

.attrax-form-item__label.vreq_paragraph {
    margin: 10px 0px 20px 0px;
}

.attrax-form-item__label.vreq_paragraph strong {
    font-size: 20px;
}

.loading-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.4);
    z-index: 99;
}
.dependency-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
}
.dependency_marked {
    height: 14px;
    width: 14px;
    float: right;
    position: relative;
    top: -85px;
}

.attrax-form-widget__form .success {
    color: #3c763d;
}

.attrax-form-item .cke {
    margin-bottom: 25px;
}

.vreq-business-area-selection .attrax-vacancy-tile {
    min-height: 24rem;
}

.vreq-business-area-selection .attrax-vacancy-tile__title {
    width: 100%;
    text-align: center;
    padding-right: 0px;
}

.saml_providers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 5em;
    max-width: 900px;
    margin: 0 auto;
}
.saml_provider {
    display: inline-block;
    width: 250px;
    height: 100px;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
    text-align: center;
}
.saml_provider img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.saml_provider a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.approved-job-title-link {
    color: #144baf;
    cursor: pointer;
}

.email-dialog-centered.ui-dialog {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.email-dialog-centered.ui-dialog #approved_job_title_email {
    width: 100%;
}

.select2-container {
    margin-bottom: 25px;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    border-bottom: 1px solid #f0f0eb !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgb(128, 128, 128) !important;
    margin: 10px 0px 25px 0px;
}

.select2-results__options {
    padding-left: 0px !important;
    padding-top: 0px !important;
    margin-top: 10px !important;
}

.select2-results__options li {
    color: rgb(128, 128, 128) !important;
}

.select2-results__options li:hover {
    color: white !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: white !important;
}

.select2-dropdown {
    border: 1px solid black !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
}

/* Make arrow bigger and change color */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    z-index: 1;
    content: "";
    position: absolute;
    right: 10px;
    bottom: 45px;
    height: 8px;
    width: 0;
    border: 8px solid transparent;
    border-top-color: #0c3a84;
    border-bottom: none;
    pointer-events: none;
}

