/*
Extra classes for the Yoores Vacancy modules
*/


/* Module: yoores search&filter */

div.yoores_searchfilter input::-webkit-input-placeholder { text-transform:uppercase;}
div.yoores_searchfilter input::-moz-placeholder { text-transform:capitalize; }
div.yoores_searchfilter input:-ms-input-placeholder { text-transform:capitalize; }
div.yoores_searchfilter label::first-letter { text-transform: capitalize; }

#_yoores_searchfilter .yoores_itm { display: block; margin: 0 0 3px 0;}
#_yoores_searchfilter label { display: inline-block; margin: 4px 0 0 0; }
#_yoores_searchfilter input[type="text"] { max-width: calc(100% - 14px); }
#_yoores_searchfilter input[type="checkbox"] { margin: 4px 9px 0 0; }


/* Note: In Joomla configure mod_yoores_searchfilter->tab Advanced->Module Class Suffix: _horizontal */
#yoores_searchfilter_horizontal div.yoores_itm {
    display:inline;
    margin: 4px;
}
#yoores_searchfilter_horizontal form {
    margin: 0;
}

.visually-hidden{
    display:none!important;
}

ul.job-careerpath {
    background: #40516F;
    padding: 20px 20px 20px 20px;
    border-radius: 15px;
    margin-bottom:30px;
}

ul.job-whatisrequired-heading li,
ul.job-whatwillyouget-heading li,
ul.job-whatwillyoudo-heading li{
list-style-type: none!important;
        margin-bottom: 16px;
        margin-left: 35px;

}

ul.job-whatisrequired-heading,
ul.job-whatwillyouget-heading,
ul.job-whatwillyoudo-heading {
    position: relative;
}

ul.job-whatisrequired-heading>li:before {
    content: '';
    display: inline-block;
    height: 30px;
    width: 25px;
    background-size: cover;
    background-image: url(1.png);
    background-repeat: no-repeat;
    margin-left: -13px;
    background-position: center center;
    vertical-align: middle;
    margin-top: 8px;
    position: absolute;
    left: 0;
}

ul.job-whatwillyouget-heading>li:before {
    content: '';
    display: inline-block;
    height: 34px;
    width: 23px;
    background-size: cover;
    background-image: url(2.png);
    background-repeat: no-repeat;
    margin-left: -8px;
    background-position: center center;
    vertical-align: middle;
    margin-top: 4px;
    position: absolute;
    left: 0;
}


ul.job-whatwillyoudo-heading>li:before {
    content: '';
    display: inline-block;
    height: 23px;
    width: 27px;
    background-size: cover;
    background-image: url(3.png);
    background-repeat: no-repeat;
    margin-left: -9px;
    background-position: center center;
    vertical-align: middle;
    margin-top: 2px;
    position: absolute;
    left: 0;
}

ul.job-careerpath>li:before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: cover;
    background-image: url(arrow.png);
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: center center;
    vertical-align: middle;
    margin-top: -5px;
}

/* Module Yoores Header Media For Vacancies  */
div.mod-yoores-headermedia span.job-title, div.mod-yoores-headermedia span.job-worklocation {
    color: white;
}

/* Job details page */
span[class$="-label"] {
    display: inline-block; /* Required for "first-letter" */
}
span[class$="-label"]::first-letter {
    text-transform: capitalize;
}
h2[class^="job-"]::first-letter {
    text-transform: capitalize;
}

h2.job-whatisrequired-heading, h2.job-whatwillyouget-heading, h2.job-whatwillyoudo-heading {
    font-size: 2.2rem;
    font-weight:bold!important;
}

h2.job-description-heading, .addthis_native_toolbox, h2.job-info-heading{
    display:none;
}

div.item-page section.job-whatisrequired-section, div.item-page section.job-whatwillyouget-section, div.item-page section.job-whatwillyoudo-section, div.item-page section.job-summary-section, div.item-page section.job-info-section, div.item-page section.job-description-section, div.item-page blockquote.job-quote, div.item-page blockquote.job-testimonial, div.item-page div.job-growthpath, div.item-page ul.job-careerpath, div.item-page span.job-subbrand {
    display: block;
    margin-top: 10px;
    margin-bottom: 44px;
}

form#apply.form-validate fieldset {
    border: none;
    padding: 0px !important;
    font-family: NeuzeitGro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

form#apply {
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px 18px 27px 18px;
    position: relative;
    z-index: 9;
    background: #fff;
    border-radius: 15px;
    margin-right: 15px;
    margin-left: 15px;
}

form#apply.form-validate legend {
    border: none;
    line-height: 25px;
    font-size: 20px !important;
    color: #40516F !important;
    font-weight: bold !important;
    font-family: NeuzeitGro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

.terms {
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px 20px 27px 37px;
    position: relative;
    z-index: 9;
    background: #fff;
    margin-top: 30px;
    border-radius: 15px;
    margin-right: 15px;
    margin-left: 15px;
}

#apply-page.item-page .button {
    width: 96.8%;
    background: #40516F !important;
    font-family: NeuzeitGro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
    padding: 16px 12px 12px 0px;
    text-align: center;
    font-style: normal;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom:100px;
    margin-left:15px;
}

.socialshare{
    margin:20px 20px 20px 0px;
}

.job-description-heading ol li strong{
    color: #40516F !important;
}

.job-description-heading p em {
    color: #659BC5!important;
    font-weight: bold;
}

@media (max-width: 992px) {
    #apply-page.item-page .button {
    width: 95.8%;
}
}

blockquote.job-testimonial, blockquote.job-quote {
    margin: 22px 0px 100px 0px;
    padding: 20px 30px 20px 30px;
    border: 3px solid #eee !important;
    border-radius: 10px;
    background: #AECEE7;
}

blockquote:before {
    content: '“';
    left: -1rem;
    top: -5rem;
}

blockquote:before {
    position: absolute;
    color: #40516F;
    font-size: 10rem;
    width: 8rem;
    height: 8rem;
    font-weight: bold;
    font-family: "Times New Roman";
}

blockquote:after {
    content: '”';
    right: -3rem;
    bottom: -3rem;
}

blockquote:after {
    position: absolute;
    color: #40516F;
    font-size: 10rem;
    width: 8rem;
    height: 8rem;
    font-weight: bold;
    font-family: "Times New Roman";
}

blockquote {
    font-weight: 100;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 2rem !important;
    border-left:none!important;
}

blockquote p em, blockquote.job-testimonial p{
    padding-left:60px ;
    color:white!important;
    font-size:22px;
    font-style: italic;
}

#apply-page.item-page .button p a {
    font-size: 22px !important;
}

#apply-page.item-page .button a {
    width: 100%;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold !important;
}


form#apply.form-validate fieldset input,
form#apply.form-validate fieldset textarea {
    font-size: 18px !important;
    border-radius: 5px;
}

textarea#jform_motivatie,
textarea#jform_visumStatusOmschrijving {
    width: 100% !important;
    height: 200px;
    margin-top: 2px;
    border: 1px solid #40516F !important;
    color: #000 !important;
    font-size: 18px;
}

form#apply.form-validate fieldset textarea#jform_motivatie,
form#apply.form-validate fieldset input#jform_telefoon {
    padding-top: 25px;
}


input#uploadCV.input-large.required.required,
input#uploadCV {
    width: 100%;
    border: 1px solid #40516F !important;
    color: #767676 !important;
    padding-left: 7px;
    margin-top: 10px;
    font-family: NeuzeitGro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
    font-size: 18px;
    height: 54px;
}

input#jform_voornaam,
input#jform_voornaam.required,
input#jform_achternaam.required,
input#jform_straat,
input#jform_huisnummer,
input#jform_postcode,
input#jform_land,
input#jform_plaats,
input#jform_mobiel,
input#jform_email.required.validate-email.email.required,
input#jform_telefoon,
select#jform_bron,
input#jform_geboortedatum {
    width: 100%;
    border: 1px solid #40516F !important;
    margin-bottom: 5px;
    color: #767676 !important;
    height: 52px;
    padding-left: 7px;
    font-family: NeuzeitGro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
    font-size: 18px !important;
}

#jform_bron {
    width: 100%;
    margin-top: 2px;
    border: 1px solid #40516F !important;
    color: #767676 !important;
    font-weight: bold !important;
    font-family: NeuzeitGro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
    font-size: 18px;
    border-radius: 5px;
    font-size: 14px !important;
    margin-top: -1px;
    padding-left: 8px
}

.input-group .form-control {
    position: static!important;
    float:none!important;
}

.cv .form-floating>label {
        padding-top: 24px;
}

.btn-outline-secondary {
    color: #fff !important;
    background: #40516F!important;
    width: 100%;
    height: 56px;
    border-radius: 5px;
    margin-top: 7px;
}

.privacy .form-check-label{
        padding-top: 25px;
            padding-left: 30px;
}

.privacy .form-check-label p{
margin-top:0px!important;
}

form#apply button {
    background: #40516F;
    color: #fff !important;
    font-weight: bold !important;
    width: 100%;
    border: none !important;
    height: 56px;
    font-size: 24px;
    text-transform: capitalize !important;
    border-radius: 8px;
}

.notitie, .form-validate{
    padding:20px 27px 20px 27px;
}

.input-group .form-control {
    z-index: 1!important;
}
/* Apply form */
form#apply #jform_motivatie {
    height: 200px;
    width: 100%;
}

form#apply fieldset {
    margin-bottom: inherit !important;
}

form#apply span.form-control-feedback {
    font-size: 0.75rem;
}