﻿body {
    color: #4c4c4c !important;
    font-family: 'Roboto',sans-serif !important;
}
.apply-candidate-submit, .apply-candidate-add-language {
    background-color: #fc4d43;
    color: #fff !important;
    width: 100%;
}
.apply-candidate-pass-one {
    overflow-x: hidden !important;
}
.without-padding {
    padding: 0 !important;
}
label {
    color: #4c4c4c !important;
    font-size: 16px;
    font-weight: 700;
    display: inline-block !important;
    margin-bottom: .5rem !important;
}
.social-network-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.fb-login-custom-button {
    max-width: 40px;
    border: 1px solid #dadce0;
    padding: 7px;
    border-radius: 4px;
    display: inline-block;
    transition: background-color .218s,border-color .218s;
}
    .fb-login-custom-button:hover {
        background-color: rgba(66, 133, 244, 0.04);
        border-color: #d2e3fc;
        cursor: pointer;
    }
    .fb-login-custom-button > img {
        max-width: 85%;
    }
.sign-in-separator {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
    .sign-in-separator hr {
        min-width: 40%;
    }
.col-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.field-validation-error, .file-error-msg, .field-error {
    color: #fc4d43 !important;
}
#title_sup {
    margin-top: 10px;
}
#title {
    font-size: 2rem;
}
#sub-title, .apply-candidate-complete-profile > a, .apply-candidate-submit, .apply-candidate-complete-with-cv> a {
    font-size: 16px !important;
}
#sub-title {
    margin-top: -10px;
}
.apply-candidate-without-cv {
    display: none;
    margin-top: -30px !important;
}
.apply-candidate-submit {
    border-radius: 2rem !important;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.apply-candidate .form-group:first-child {
    margin-top: -10px;
}
.apply-candidate .form-group {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.apply-candidate .margin-bottom-finish {
    margin-bottom: 40px;
}
div.iti {
    width: 100% !important;
}
#ApplyCandidateForm {
    position: relative;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0 !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.apply-candidate-file-hidden {
    display: none;
}
.apply-candidate-file {
    border: 1px dashed #fc4d43;
    width: 100%;
    min-height: 120px;
    border-radius: .25rem;
    position: relative;
    background-color: #E5E5E5;
}
    .apply-candidate-file:hover {
        background-color: rgba(0, 0, 0, .1);
        color: #fff;
    }
.apply-candidate-file-image {
    background-image: url('../../Images/cv.png');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 30px;
    min-height: 60px;
    display: block;
    margin: auto;
}
.apply-candidate-file-text {
    display: block;
    width: 100%;
    text-align: center;
    color: #fc4d43;
    margin-bottom: 12px;
}
.apply-candidate-file-text-uploaded {
    display: block;
    width: 100%;
    color: #03A3A3;
    text-align: center;
    margin-bottom: 12px;
}
.apply-candidate-file-fill {
    background-color: #FFFFFF !important;
}
    .apply-candidate-file-fill .apply-candidate-file-image {
        color: #fff !important;
    }
    .apply-candidate-file-fill .apply-candidate-file-text {
        color: white !important;
    }
.background-img-step1 {
    position: absolute;
    top: 0;
    right: -200px;
}
#ProgressBar {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100% !important;
    border-radius: 0;
    height: 5px;
    display: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.apply-candidate-complete-profile, .apply-candidate-complete-with-cv {
    display: block;
    width: 100%;
    text-align: center;
}
    .apply-candidate-complete-profile a, .apply-candidate-logon, .apply-candidate-complete-with-cv a {
        text-decoration: underline;
        font-size: 16px !important;
    }
.apply-candidate-accept label {
    font-weight: normal !important;
}
.checkbox-group {
    margin-top: 5px;
    margin-bottom: 5px;
}
.checkbox-group input[type=checkbox] {
    margin-right: 5px !important;
}
.apply-candidate-modal {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .1);
    justify-content: center;
    align-items: center;
    left: 0;
    z-index: 10000;
    overflow: hidden;
}
.apply-candidate-modal-visible {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.apply-candidate-modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50vw;
    height: auto;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    margin-bottom: 100px;
}
.apply-candidate-modal .apply-candidate-modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 0.5rem;
}
.apply-candidate-modal .apply-candidate-modal-body {
    position: relative;
    padding: 1rem;
}
.apply-candidate-modal .apply-candidate-modal-close {
    margin-right: 10px;
    font-size: 1.5rem !important;
    float: right;
}
.apply-candidate-modal-close:hover {
    cursor: pointer;
    color: black;
}
.g_id_signin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 5px;
}
.apply-candidate-animation-submit {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    background-color: white;
    z-index: 1;
    display: none;
}
.apply-candidate-animation-submit-start {
    display: flex !important;
    display: -webkit-box;
    display: -ms-flexbox !important;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.apply-candidate-pass-three {
    display: none;
}
.apply-candidate-pass-two #title:first-child, .apply-candidate-pass-three #title:first-child {
    text-align: center;
}
small.small-big-size {
    font-size: 1rem;
}
small.small-optional {
    color: #fc4d43 !important;
}
.col-flex {
    display: flex !important;
    display: -webkit-box;
    display: -ms-flexbox !important;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.col-flex-start {
    align-items: flex-start !important;
}
.col-inline {
    display: inline-block;
}
.invisible-label {
    visibility: hidden;
}
.apply-candidate-with-cv small {
    color: #999999;
    line-height: 0;
}
.progress-apply {
    max-width: 30%;
    margin: auto;
    display: block;
}
.apply-candidate-pass-two .apply-candidate-submit {
    margin-top: 10px !important;
}
.hidden {
    display: none;
}
.min-height-dropdown {
    min-height: 75px !important;
}
.chosen-container-multi .chosen-choices {
    display: block !important;
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    margin: 0 !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
    border-color: #fc4d43 !important;
    color: #fc4d43 !important;
}
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        filter: invert(100%) !important;
    }
.chosen-container .chosen-results li.highlighted {
    background-color: #fc4d43 !important;
    color: white !important;
    background-image: unset !important;
}
.chosen-single {
    background-color: transparent !important;
    background-image: none !important;
}
.chosen-container-single {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0 !important;
}
.chosen-container a {
    cursor: pointer;
}
.chosen-container-single .chosen-single {
    border: unset !important;
    box-shadow: unset !important;
    border-radius: unset !important;
    padding: unset !important;
}
.chosen-container-single .chosen-drop {
    margin-left: -12px !important;
}
.language-error {
    margin-top: 20px;
    text-align: center;
}
.languages-know > table {
    margin-top: 20px;
}
.languages-know > table td {
    text-align: center;
    padding: 10px;
}
    .languages-know > table .remove-language:hover {
        cursor: pointer;
        color: #fc4d43;
    }
.readonly-field {
    background-color: rgba(0, 0, 0, .1) !important;
    pointer-events: none !important;
}
#app_candidate_navBar {
    display: none !important;
}
.questionnaire-title {
    text-align: center;
    margin-top: 20px;
}
.cvs-title {
    text-align: center;
    margin-top: 20px;
}
@media only screen and (max-width: 600px) {
    .apply-candidate-modal-content {
        width: 75vw !important;
    }
}
@media only screen and (max-width: 768px) {
    .col-md-flex {
        display: block !important;
    }
    .col-md-flex > div {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }
    .progress-apply {
        max-width: 100% !important;
    }
    .stepper-item {
        font-size: 12px;
    }
    .col-flex {
        flex-direction: column;
    }
        .col-flex > div {
            margin-bottom: 20px;
        }
    .margin-bottom-finish {
        padding: 0 !important;
    }
    #PrimaryDataCandidateForm .margin-bottom-finish {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .progress-bar-turijobs, .background-img-step1 {
        display: none !important;
    }
}
/* ANIMATION */

.snippet {
    position: fixed;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
    z-index: 20;
}

.dot-spin {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: transparent;
    color: transparent;
    box-shadow: 0 -18px 0 0 #03A3A3, 12.727926px -12.727926px 0 0 #03A3A3, 18px 0 0 0 #03A3A3, 12.727926px 12.727926px 0 0 rgba(3, 163, 163, 0), 0 18px 0 0 rgba(3, 163, 163, 0), -12.727926px 12.727926px 0 0 rgba(3, 163, 163, 0), -18px 0 0 0 rgba(3, 163, 163, 0), -12.727926px -12.727926px 0 0 rgba(3, 163, 163, 0);
    animation: dot-spin 1.5s infinite linear;
}

@keyframes dot-spin {

    0%, 100% {
        box-shadow: 0 -18px 0 0 rgb(3, 163, 163), 12.727926px -12.727926px 0 0 rgb(3, 163, 163), 18px 0 0 0 rgb(3, 163, 163), 12.727926px 12.727926px 0 -5px rgba(3, 163, 163, 0), 0 18px 0 -5px rgba(3, 163, 163, 0), -12.727926px 12.727926px 0 -5px rgba(3, 163, 163, 0), -18px 0 0 -5px rgba(3, 163, 163, 0), -12.727926px -12.727926px 0 -5px rgba(3, 163, 163, 0);
    }



    12.5% {
        box-shadow: 0 -18px 0 -5px rgba(3, 163, 163, 0), 12.727926px -12.727926px 0 0 rgb(3, 163, 163), 18px 0 0 0 rgb(3, 163, 163), 12.727926px 12.727926px 0 0 rgb(3, 163, 163), 0 18px 0 -5px rgba(3, 163, 163, 0), -12.727926px 12.727926px 0 -5px rgba(3, 163, 163, 0), -18px 0 0 -5px rgba(3, 163, 163, 0), -12.727926px -12.727926px 0 -5px rgba(3, 163, 163, 0);
    }



    25% {
        box-shadow: 0 -18px 0 -5px rgba(3, 163, 163, 0), 12.727926px -12.727926px 0 -5px rgba(3, 163, 163, 0), 18px 0 0 0 rgb(3, 163, 163), 12.727926px 12.727926px 0 0 rgb(3, 163, 163), 0 18px 0 0 rgb(3, 163, 163), -12.727926px 12.727926px 0 -5px rgba(3, 163, 163, 0), -18px 0 0 -5px rgba(3, 163, 163, 0), -12.727926px -12.727926px 0 -5px rgba(3, 163, 163, 0);
    }



    37.5% {
        box-shadow: 0 -18px 0 -5px rgba(3, 163, 163, 0), 12.727926px -12.727926px 0 -5px rgba(3, 163, 163, 0), 18px 0 0 -5px rgba(3, 163, 163, 0), 12.727926px 12.727926px 0 0 rgb(3, 163, 163), 0 18px 0 0 rgb(3, 163, 163), -12.727926px 12.727926px 0 0 rgb(3, 163, 163), -18px 0 0 -5px rgba(3, 163, 163, 0), -12.727926px -12.727926px 0 -5px rgba(3, 163, 163, 0);
    }



    50% {
        box-shadow: 0 -18px 0 -5px rgba(3, 163, 163, 0), 12.727926px -12.727926px 0 -5px rgba(3, 163, 163, 0), 18px 0 0 -5px rgba(3, 163, 163, 0), 12.727926px 12.727926px 0 -5px rgba(3, 163, 163, 0), 0 18px 0 0 rgb(3, 163, 163), -12.727926px 12.727926px 0 0 rgb(3, 163, 163), -18px 0 0 0 rgb(3, 163, 163), -12.727926px -12.727926px 0 -5px rgba(3, 163, 163, 0);
    }



    62.5% {
        box-shadow: 0 -18px 0 -5px rgba(3, 163, 163, 0), 12.727926px -12.727926px 0 -5px rgba(3, 163, 163, 0), 18px 0 0 -5px rgba(3, 163, 163, 0), 12.727926px 12.727926px 0 -5px rgba(3, 163, 163, 0), 0 18px 0 -5px rgba(3, 163, 163, 0), -12.727926px 12.727926px 0 0 rgb(3, 163, 163), -18px 0 0 0 rgb(3, 163, 163), -12.727926px -12.727926px 0 0 rgb(3, 163, 163);
    }



    75% {
        box-shadow: 0 -18px 0 0 rgb(3, 163, 163), 12.727926px -12.727926px 0 -5px rgba(3, 163, 163, 0), 18px 0 0 -5px rgba(3, 163, 163, 0), 12.727926px 12.727926px 0 -5px rgba(3, 163, 163, 0), 0 18px 0 -5px rgba(3, 163, 163, 0), -12.727926px 12.727926px 0 -5px rgba(3, 163, 163, 0), -18px 0 0 0 rgb(3, 163, 163), -12.727926px -12.727926px 0 0 rgb(3, 163, 163);
    }



    87.5% {
        box-shadow: 0 -18px 0 0 rgb(3, 163, 163), 12.727926px -12.727926px 0 0 rgb(3, 163, 163), 18px 0 0 -5px rgba(3, 163, 163, 0), 12.727926px 12.727926px 0 -5px rgba(3, 163, 163, 0), 0 18px 0 -5px rgba(3, 163, 163, 0), -12.727926px 12.727926px 0 -5px rgba(3, 163, 163, 0), -18px 0 0 -5px rgba(3, 163, 163, 0), -12.727926px -12.727926px 0 0 rgb(3, 163, 163);
    }
}



/* PROGRESS BAR STEP */
#progress-circle {
    position: absolute;
    top: -25px;
    right: -200px;
}
.stepper {
    text-align: center;
}
.stepper-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
    .stepper-item .step-name {
        font-weight: bold;
    }
    .stepper-item .questionnaire, .stepper-item .cvs {
        text-transform: capitalize;
    }
    .stepper-item > .step-counter {
        /*color: #03a3a3;*/
        font-weight: bold;
        background-color: white;
    }
    .stepper-item-hide-after:after {
        content: none !important;
    }
    .stepper-item-hide-before:before {
        content: none !important;
    }
    .stepper-item-hidden:after, .stepper-item-hidden:before {
        content: none !important;
    }
    .stepper-item.active > .step-counter {
        background-color: white !important;
        border: 2px solid lightgrey !important;
        color: lightgrey !important;
    }
    .stepper-item::before {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 20px;
        left: -50%;
        z-index: 2;
    }
    .stepper-item::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 20px;
        left: 50%;
        z-index: 2;
    }
    .stepper-item .step-counter {
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #ccc;
        margin-bottom: 6px;
    }
    .stepper-item.active {
        font-weight: bold;
    }
    .stepper-item.completed .step-counter {
        background-color: white;
        border: 2px solid #03a3a3 !important;
    }
    .stepper-item.completed::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #03a3a3 !important;
        width: 100%;
        top: 20px;
        left: 50%;
        z-index: 3;
    }
    .stepper-item:first-child::before {
        content: none;
    }
    .stepper-item:last-child::after {
        content: none;
    }




/*Selectize js*/
.selectize-control.single .selectize-input, .selectize-dropdown.single {
    background-image: none !important;
}

.selectize-control.single .selectize-input {
    content: "";
    background-color: #FFF !important;
}

.selectize-input {
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #CCC !important;
}


.selectize-control.single .selectize-input:after {
    font-family: "Material Icons" !important;
    content: "\E313" !important;
    cursor: pointer !important;
    display: block;
    top: 0;
    font-size: 25px;
    line-height: 35px;
    cursor: pointer;
    color: #4c4c4c;
    margin-left: -13px;
    background-color: #FFF !important;
    position: absolute !important;
    width: 30px !important;
    height: 100% !important;
    border-left: 1px solid #CCC !important;
    display: block !important;
    right: 0 !important;
    top: 0 !important;
    border-width: 0px 0px 0px 0px !important;
    margin-top: 0 !important;
    border-color: none !important;
    padding-left: 2px !important;
    border-left: 1px solid #CCC !important;
}

.selectize-dropdown .active:not(.selected) {
    background-color: #FF544E !important;
    color: white !important;
}

.selectize-dropdown .active {
    background-color: #FF544E !important;
    color: white !important;
}

.selectize-dropdown .selected {
    background-color: #FF544E !important;
    color: white !important;
}

.selectize-dropdown [data-selectable] .highlight {
    color: #333 !important;
}

.selectize-control.multi .selectize-input [data-value] {
    background-color: white !important;
    color: #FF544E !important;
    background-image: none !important;
}

    .selectize-control.multi .selectize-input [data-value].active {
        background-color: white !important;
        color: #FF544E !important;
        background-image: none !important;
    }

.selectize-control.multi .selectize-input > div {
    background: #FF544E !important;
    color: #fff !important;
    border: 1px solid #FF544E !important;
}

    .selectize-control.multi .selectize-input > div.active {
        background: #FF544E !important;
        color: #fff !important;
        border: 1px solid #FF544E !important;
    }

.selectize-control.plugin-remove_button .item.active .remove {
    border-left-color: #FF544E !important;
}

.selectize-control.plugin-remove_button .item .remove {
    border-left: 1px solid #FF544E !important;
}

.selectize-control.multi > .selectize-input {
    border: 1px solid #d0d0d0 !important;
}

    .selectize-control.multi > .selectize-input.error-border {
        border: 1px solid red !important;
    }

#InterestJobTitles_chosen {
    display: none !important;
}

#InterestProvinces_chosen {
    display: none !important;
}