label.error {
    color: #d03b4b;
    font-size: 10px;
    margin-bottom: 0;
    display: block;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F1F8FC;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #0D9DC6;
}

.form-control {
    color: #054A61;
}

.form-group.form-check input[type='checkbox'],
.form-group.form-check input[type='radio'] {
    accent-color: #054A61;
}

.float-container.error label,
.form-input-group.error label {
    color: #d03b4b;
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 1rem;
}

.form-control.error {
    border: 1px solid #d26773;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

html,
body {
    height: 100%;
    margin: 0;
    font-family: 'Open Sans';
}

body {
    background-color: #1c4a60;
    color: #ffffff;
}

.card {
    color: #054A61;
}

.pageHeader {
    height: 75px;
}

.pageContent,
.maxPageContentIndexHeight,
.maxPageContentHeight {
    height: auto;
}

.pageFooter {
    height: 75px;
}

.clientLogoLink,
.clientLogoLink:hover {
    color: #98bdd2;
    text-decoration: none;
}

.clientLogo {
    margin: 10px 0;
    max-height: 55px;
    width: auto;
}

.sincronLogo {
    margin: 25px 0 10px 0;
    max-height: 25px;
    width: auto;
}

.languageSelectContainer {
    position: absolute;
    right: 0.5rem;
}

.backToTestsContainer {
    position: absolute;
    left: 0.75rem;
}


.candidateTestBlock .testLabel {
    color: #1e4d62;
}

@media (min-width: 576px) {
    .languageSelectContainer {
        right: 3.75rem;
    }

    .backToTestsContainer {
        left: 3.75rem;
    }
}

@media (min-width: 992px) {
    .backToTestsContainer {
        left: auto;
        right: 3.75rem;
    }

    .languageSelectContainer {
        right: 3.75rem;
    }

    .backToTestsContainer.hasLanguage {
        right: calc(3.75rem + 70px);
    }
}

@media (min-width: 1200px) {
    .backToTestsContainer {
        left: auto;
        right: 6rem;
    }

    .languageSelectContainer {
        right: 6rem;
    }

    .backToTestsContainer.hasLanguage {
        right: calc(6rem + 70px);
    }
}

@media (min-width: 1536px) {
    .sincronLogo {
        margin: 10px 0;
        max-height: 35px;
    }

    .backToTestsContainer {
        left: auto;
        right: 6rem;
    }

    .backToTestsContainer.hasLanguage {
        right: calc(6rem + 70px);
    }
}

.backToTests {
    font-size: 14px;
    text-transform: uppercase;
}

.backToTests a {
    color: #98bdd2;
}

.backToTests a:hover {
    color: #ffffff;
    text-decoration: none;
}

.languageSelect .btn.dropdown-toggle {
    cursor: pointer;
    background-color: #1c4a60;
    color: #ffffff;
}

.languageSelect .btn.dropdown-toggle i.fa {
    font-size: 20px;
}

.languageSelect .btn.dropdown-toggle.focus,
.languageSelect .btn.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.languageSelect .dropdown-menu .dropdown-item {
    cursor: pointer;
}

.languageSelect .dropdown-menu .dropdown-item:hover,
.languageSelect .dropdown-menu .dropdown-item:focus {
    background-color: #022c39;
    color: #ffffff;
}

.error-404,
.error-404 .btn {
    color: #ffffff;
}

.page404 {
    color: white;
}

.page404 h1 {
    font-size: 4.5rem;
}

.testLabel {
    text-transform: uppercase;
    color: #e1e8eb;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.25px;
}


.text-expired,
.text-not-available,
.text-expired .testLabel,
.text-not-available .testLabel {
    color: #B1BCBB;
}

.candidateWelcomeTitle {
    margin-bottom: 1.5rem;
    font-size: 32px;
    text-align: center;
}

.candidateWelcomeTitle span {
    display: block;
    font-weight: bold;
    color: #98bdd2;
}

.candidateWelcomeJobDescription {
    font-size: 24px;
    text-align: center;
}

@media (min-width: 768px) {
    .candidateWelcomeTitle {
        margin-bottom: 5rem;
        text-align: left;
    }

    .candidateWelcomeJobDescription {
        text-align: left;
    }
}

.candidateTestBlock .testListDescription {
    color: #054A61;
}

.deadlineCounter {
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
}

.candidateTestBlock .deadlineCounter {
    color: #6C757D;
}

.deadlineCounter.warning,
.deadlineCounter.danger {
    font-weight: bold;
}

.blockSitContainer {
    position: relative;
    margin-right: -30px;
}

@media (min-width: 1200px) {
    .blockSitContainer {
        margin-right: -15px;
    }
}

.generalModalContent {
    padding: 30px;
    color: #054A61;
    line-height: 32px;
}

.generalModalContent .testLabel {
    color: #054A61;
    margin: 30px 0;
}

.candidateTestBlock {
    display: inline-block;
    float: left;
    width: 100%;
}

.candidateTestBlock .testListTitle {
    color: #054A61;
}

.candidateTestBlock .testListTitle h5 {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #054A61;
}

.candidateTestBlock .testListTitle:hover {
    text-decoration: none;
}

.testTitle,
.testTitleAlt {
    margin-bottom: 3.5rem;
    font-size: 32px;
    font-weight: bold;
    color: #98bdd2;
}

.testDescription,
.testDescriptionAlt {
    font-size: 24px;
    margin-bottom: 4.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #ffffff;
}

.testDescriptionAlt {
    padding-right: 0;
    padding-left: 0;
}

.testTitleAlt,
.testDescriptionAlt {
    text-align: center;
}

@media (min-width: 768px) {
    .testTitleAlt,
    .testDescriptionAlt {
        text-align: left;
    }
}

.uploadDropArea.active {
    border: 2px dashed #cacaca;
    border-radius: 1em;
}

.text-warning {
    color: #f38732 !important;
}

.btn {
    padding: 0.5rem 1rem;
}

.btn.btn-sm {
    padding: 0.25rem 0.5rem;
}

.btn-warning {
    color: #ffffff;
    background-color: #f38732;
    border-color: #f38732;
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #dd702a;
    border-color: #dd702a;
}

.text-danger {
    color: #d03b4b !important;
}

.btn-danger {
    background-color: #d03b4b;
    border-color: #d03b4b;
}

.text-info {
    color: #1c4a60 !important;
}

.btn-info {
    color: #1c4a60;
    background-color: #d8ecf8;
    border-color: #d8ecf8;
}

.btn-info:hover {
    color: #1c4a60;
    background-color: #c6e0f1;
    border-color: #c6e0f1;
}

.btn-light {
    color: #1c4a60;
    background-color: #eff2f3;
    border-color: #eff2f3;
}

.btn-light:hover {
    color: #1c4a60;
    background-color: #eff2f3;
    border-color: #eff2f3;
}

.text-success {
    color: #45a548 !important;
}

.btn-success {
    background-color: #45a548;
    border-color: #45a548;
}

.countDownTimer.warning {
    color: #f38732;
}

.countDownTimer.danger {
    color: #d03b4b;
}

.countDownTimer.countDownTimerPositive.warning {
    color: #17a2b8;
}

.countDownTimer.countDownTimerPositive.danger {
    color: #45a548;
}

.showInstructionsContainer {
    overflow: hidden;
    max-height: 125px;
}

.showInstructionsContainer.fadeContainerEnd:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: auto;
    right: 0.75rem;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
    width: calc(100% - 1.5rem);
    height: 35px;
}

.showInstructionsContainer.showInstructionsContainerAlt {
    max-height: 180px;
}

.showInstructionsContainer.showInstructionsContainerAlt.fadeContainerEnd:after {
    background-image: linear-gradient(to bottom, rgba(28, 74, 96, 0), rgba(28, 74, 96, 1) 75%);
    left: 0;
    right: 0;
    width: 100%;
}

.showInstructions {
    display: none;
    white-space: nowrap;
    position: absolute;
    bottom: 5px;
    right: 1rem;
    left: auto;
    z-index: 2;
    color: #f38732;;
    cursor: pointer;
    background-color: #ffffff;
}

.showInstructionsContainer.showInstructionsContainerAlt .showInstructions {
    right: 0;
    bottom: 0;
    background-color: #1c4a60;
}

.showInstructions i {
    font-size: 75%;
    color: #ffffff;
}

.showInstructionsContainer.showInstructionsContainerAlt .showInstructions i {
    color: #1c4a60;
}

.showInstructions.showBtn {
    display: block;
}

.showInstructions:hover {
    color: #dd702a;
}

.showInstructions:hover i {
    display: inline;
    color: #dd702a;
}

.showInstructionsContainer.showInstructionsContainerAlt .showInstructions:hover i {
    color: #dd702a;
}

.questionNumber {
    font-weight: bold;
    font-size: 20px;
}

.questionImage {
    margin: 10px 0 10px 10px;
    float: right;
    display: inline-block;
}

.questionImage img {
    max-height: 75px;
    width: auto;
}

.questionTitle {
    display: inline;
    margin-bottom: 1rem;
}

.answersContainer {
    display: block;
    margin: 1rem 0;
}

.answersContainer .form-check {
    padding-left: 0;
    margin-bottom: 0.25rem;
}

.answersContainer .form-check .form-check-label {
    padding-left: 0.325rem;
}

.answersContainer .textareaAutoHeight {
    min-height: 125px;
    height: 125px;
    resize: none;
}

.questionContainer {
    padding-top: 1.5rem;
}

.questionContainer:first-of-type {
    padding-top: inherit;
}

.questionContainer .questionDivider {
    margin-top: 1.5rem;
    height: 1px;
}

.questionContainer:last-child .questionDivider {
    margin-top: 0;
}

.questionContainer.questionSingle {
    padding-top: 0.25rem;
    padding-bottom: 1.5rem;
}

.questionContainer.questionSingle .questionNumber {
    padding-top: 0.5rem;
    padding-bottom: 2rem;
    text-transform: uppercase;
}

.fileAttachmentsTitle {
    margin-top: 1rem;
    display: inline-block;
}

.fileAttachment,
.uploadedAttachment {
    display: block;
    padding: 0.5rem 0;
    clear: both;
    border-top: 1px dashed #cacaca;
    font-size: 1rem;
}

.uploadedAttachment small {
    font-size: 0.675rem;
}

.fileAttachment {
    /*padding-top: inherit;*/
    border-top: none;
    display: block;
    border-left: none;
    padding: 0;
    color: #ffffff;
}

@media (min-width: 992px) {
    .fileAttachment {
        /*display: inline-block;*/
        padding: 0 0.5rem;
    }

    .fileAttachment:not(:first-of-type) {
        /*border-left: 1px dashed #cacaca;*/
    }
}

.uploadedAttachment:first-of-type {
    padding-top: inherit;
    border-top: none;
}

.uploadedAttachment .removeAttachment,
.uploadedAttachment .downloadAttachment,
.fileAttachment .downloadAttachment {
    background: transparent;
    border: none;
    cursor: pointer;
}

.fileAttachment .downloadAttachment {
    color: #98bdd2;
}

.uploadedAttachment .downloadAttachment {
    color: #3e7385;
}

.uploadedAttachment .removeAttachment {
    font-weight: lighter;
    font-size: 1.125rem;
    color: #f38732;
}

.uploadedAttachment .removeAttachment:focus,
.uploadedAttachment .downloadAttachment:focus,
.fileAttachment .downloadAttachment:focus {
    border: none;
    outline: none;
}

.modal .modal-title,
.modal .confirm-title {
    color: #f38732;
}

.modal .close {
    font-weight: lighter;
    font-size: 2rem;
}

.modal .modal-dialog {
    max-width: 650px;
}

.modal .modal-body {
    padding: 5rem 0;
    text-align: center;
}

.modal .modal-header {
    border-bottom: none;
}

.modal .modal-footer {
    border-top: none;
    justify-content: center;
    padding-bottom: 5rem;
}

.modal-alt .modal-dialog {
    max-width: 100%;
    max-height: 95vh;
}

.modal-alt .modal-dialog .modal-content {
    max-height: 95vh;
}

.modal-alt .modal-body {
    padding: 1rem;
    text-align: initial;
    color: #1c4a60;
    overflow: auto;
}

@media (min-width: 992px) {
    .modal-alt .modal-dialog {
        max-width: 75vw;
        max-height: 75vh;
    }

    .modal-alt .modal-dialog .modal-content {
        max-height: 75vh;
    }
}

.progress {
    height: 12px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #d8e6ef;
}

.progress-bar {
    background-color: #1c4a60;
    border-radius: 6px;
}

.modal-backdrop.show {
    opacity: 0.25;
}

@media (min-width: 1200px) {
    .clientLogoContainer {
        padding-top: 25px;
    }

    .pageHeader {
        height: 100px;
    }

    .pageContent {
        height: calc(100vh - 175px);
        /*min-height: calc(100vh - 175px);*/
    }

    .maxPageContentHeight {
        max-height: calc(100vh - 175px);
        overflow: auto;
    }

}