@import url(https://fonts.googleapis.com/css?family=Nunito:400,400i,600,600i&amp;display=swap);

html,
body {
    font-family: "Nunito", sans-serif;
}

/* KEEPS FROM OLD */
#JobApplication {
    min-height: 100px !important;
}

label[for=SmsMarketing] {
    font-size: 12px;
    font-weight: normal !important;
}

label[for=ServeyByEmail] {
    font-size: 12px;
    font-weight: normal !important;
}

label[for=NewsletterByEmail] {
    font-size: 12px;
    font-weight: normal !important;
}

#btnGetLinkedInProfile {
    padding: 0.5em 0.8em !important;
    margin-bottom: 10px !important;
}

#btnDownloadPdf {
    padding: 0.5em 0.8em !important;
    width: auto !important;
    margin-bottom: 10px !important;
}

button:disabled {
    display: none;
}

.btn {
    font-family: Nunito, sans-serif;
    letter-spacing: 2px;
    text-align: center;
    padding: 14px 36px;
    margin: 5px 2px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    transition: all 0.2s ease;
    background-color: #da291c;
    border: solid 1px #da291c;
    color: #fff;
}

    .btn:hover,
    .btn:focus,
    .btn:active,
    .btn:visited,
    .btn:focus-visible {
        background-color: #bb2d23 !important;
        border: solid 1px #bb2d23 !important;
        color: #fff;
        outline: none !important;
        appearance: none !important;
        -webkit-appearance: none !important;
    }

h2 {
    font-size: 20px;
    line-height: 1.5;
}

a {
    color: #da291c;
}

    a:hover,
    a:focus {
        color: #bb2d23;
    }

label {
    margin-top: 15px;
    font-size: 16px;
    color: #404040;
    font-weight: 400;
}

.field-validation-error {
    display: block;
    color: #da291c;
    margin-top: 5px;
    font-weight: 600;
	margin: 1px 0px 0 5px;
}

.input-validation-error {
    background-color: #fff0f0;
    border: 2px solid red !important;
}

.pwdText {
    margin-top: 20px;
}

input[type="text"]:not(#CvFileName),
input[type="password"],
input[type="datetime"],
select.form-control,
textarea.form-control {
    width: 100%;
    border: solid 2px #ececec;
    border-radius: 4px;
    margin: 5px 0;
    font-size: 16px;
    outline: 0;
    font-family: "Nunito", sans-serif;
    height: 40px;
    box-shadow: unset;
    resize: vertical;
}

    input[type="text"]:not(#CvFileName):not(:focus):hover,
    input[type="password"]:not(:focus):hover,
    input[type="datetime"]:not(:focus):hover,
    select.form-control:not(:focus):hover {
        border: solid 2px #cfcfcf;
    }

input[type="checkbox"] {
    height: 25px;
    width: 25px;
    margin: 10px 0;
    border: solid 2px #ececec;
}

.fileinput-button {
    width: 100%;
}



@media (max-width: 767px) {

    input,
    button:not(.close) {
        width: 100%;
    }

    div[class^="col"] {
        width: 100%;
    }


    input[type="checkbox"] {
        height: 35px;
        width: 35px;
        margin: 2px;
        border: solid 2px #ececec;
    }

    label[for=NewsletterByEmail] {
        font-size: 12px;
        font-weight: normal !important;
        margin: 1px 0px 0 5px;
    }

        label[for=NewsletterByEmail] + a {
            font-size: 12px;
        }
}

@media (min-width: 768px) {
    h2 {
        font-size: 28px;
    }

    input[type="text"]:not(#CvFileName),
    input[type="password"],
    input[type="datetime"],
    select.form-control,
    textarea.form-control {
        height: 50px;
    }


    input[type="checkbox"] {
        height: 25px;
        width: 25px;
        margin: 0;
        border: solid 2px #ececec;
    }

    label[for=NewsletterByEmail] {
        font-size: 16px;
        font-weight: normal !important;
        margin: 1px 0px 0 5px;
    }

	label[for=TermsAndConditions] {
		font-size: 16px;
        font-weight: normal !important;
        margin: 1px 0px 0 5px;
	}

        label[for=NewsletterByEmail] + a {
            font-size: 16px;
        }

    #btnSubmitCvReg {
        max-width: 300px;
        width: 100%;
        margin: 20px 0;
        display: block;
    }
}


/* FIXES */
.col-xs-1[style="width: 0"] {
    width: 40px !important;
}

    .col-xs-1[style="width: 0"] + .col-xs-11 {
        width: calc(100% - 50px);
    }


.modal-footer .btn-default {
    display: inline-block;
    width: 100%;
    background-color: white;
    color: #da291c;
    font-size:12px;
    
}

.modal-footer .btn-primary {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: auto !important;
}

.modal .close {
    opacity: 1;
}

/* CAPTHA FIX */
@media screen and (max-width: 455px) {

    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.86);
        -webkit-transform: scale(0.86);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

#ot-sdk-btn-floating { display: none; }