﻿@font-face {
    font-family: 'Helvetica';
}


div.success-check {
    top: 8px;
    left: -4px;
    background: url("Images/gfx_atlas.png") -76px 0 no-repeat;
    width: 25px;
    height: 19px;
}

.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #E30613;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner-h2 {
    color: #303030;
    font-family: Helvetica;
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
}

.spinner-h1 {
    color: #303030;
    line-height: 31px;
    letter-spacing: -.003em;
    font-size: 24px;
    font-family:  Helvetica;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
}

.sign-margin-bottom {
    margin: 0 0 2em 0;
}

.sign-margin-top-bottom {
    margin: 1em 0 1em 0;
}

.sign-bankid-icon {
    text-align: center;
    margin: 56px 0 28px 0;
    background-image: url("../Resource/images/sign/icon-bankid.svg");
    background-repeat: no-repeat;
    height: 42px;
    width: 66px;
    display: inline-block;
}

.sign-bankid-mob-icon {
    text-align: center;
    margin: 42px 0 14px 0;
    background-image: url("../Resource/images/sign/icon-bankid-mob.svg");
    background-repeat: no-repeat;
    display: inline-block;
    height: 69px;
    width: 51px;
}

@media (max-width: 767px) {
    .sign-bankid-icon {
        margin: 42px 42px 0 28px;
    }

    .sign-bankid-mob-icon {
        margin: 32.2px 42px 0 35px;
    }
}

@media (max-width: 250px) {
    .sign-bankid-icon {
        margin: 42px 42px 0 7px;
    }

    .sign-bankid-mob-icon {
        margin: 32.2px 42px 0 7px;
    }
}

.sign-border {
    border: 1px solid #ccc;
    cursor: pointer;
    min-height: 360px;
    text-align: center;
}

@media (max-width: 767px) {
    .sign-border {
        border: 1px solid #ccc;
        border-radius: 6px;
        min-height: 130px;
        text-align: left;
    }
}

.sign-bankid {
    color: #303030;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 20px;
    font-family: Helvetica;
    text-align: center;
}

@media (max-width: 767px) {
    .sign-bankid {
        font-size: 22px;
        line-height: 27px;
        display: block;
        margin: -1.5em 0 0 5em;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .sign-bankid-mob {
        text-align: left;
        margin: -2.3em 3em 0 5em;
    }
}

@media (max-width: 375px) {
    .sign-bankid-mob {
        margin: -2.8em 3em 0 5em;
        text-align: left;
    }
}


@media (max-width: 290px) {
    .sign-bankid-mob {
        margin: -3.5em 3em 0 5em;
        text-align: left;
    }
}

@media (max-width: 250px) {
    .sign-bankid {
        margin: -1.5em 0 0 3.7em;
        text-align: left;
    }

    .sign-bankid-mob {
        margin: -3.5em 3em 0 3.7em;
        text-align: left;
    }
}

@media (min-width: 767px) {
    .col-lg-float-right {
        float: right;
    }

    .col-lg-float-right-size {
        width: 50%;
    }
}

.sign-text {
    text-align: center;
    margin: 0 2em 2em 2em;
    font-family:  Helvetica;
    font-size: 18px;
    line-height: 22px;
}

.sign-text-body {
    color: #303030;
    font-family: Helvetica;
    font-size: 16px;
    line-height: 19px;
}

.sign-text-margin-bottom {
    margin: 0.5em 0 1em 0;
}

.sign-contentlist-small {
    padding: 1em;
    border-top: 1px solid #C9CAC5;
}

@media (max-width: 767px) {
    .sign-text {
        display: none;
    }
}

.sign-text-center {
    text-align: center;
}

.sign-btn {
    background-image: url("../Resource/images/sign/sml-arrow-white.svg");
    background-color: #387711;
    background-repeat: no-repeat;
    background-position: right 8px center;
    border: 2px solid #387711;
    color: white;
    display: inline-block;
    margin-bottom: 29px;
    padding: 7px 40px 7px 15px;
    text-align: left;
    text-decoration: none;
    font-family: Helvetica;
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
    transition: 0.1s cubic-bezier(0.45, 0.17, 0.48, 0.79);
    width: auto;
}

    .sign-btn:focus, .sign-btn:hover {
        background-color: transparent;
        background-image: url("../Resource/images/sign/sml-arrow-green.svg");
        color: #387711;
    }

    .sign-btn:active {
        -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
        transform: scale(0.98);
        background-position: center left 97%;
    }

.sign-btn--muted {
    background-color: transparent;
    background-image: url("../Resource/images/sign/sml-arrow.svg");
    border-color: #bfbfbf;
    color: #303030;
}

    .sign-btn--muted:focus, .sign-btn--muted:hover {
        color: inherit;
        background-image: url("../Resource/images/sign/sml-arrow.svg");
        background-color: #bfbfbf;
    }

.sign-btn-reciept {
    background-color: #387711;
    background-repeat: no-repeat;
    background-position: right 8px center;
    border: 2px solid #387711;
    color: white;
    display: inline-block;
    padding: 7px 50px 7px 15px;
    margin: 2em 0 0 0;
    text-align: center;
    font-family: Helvetica;
    font-size: 21px;
    text-decoration: none;
    font-weight: 500;
    line-height: 25px;
    transition: 0.1s cubic-bezier(0.45, 0.17, 0.48, 0.79);
    width: auto;
}

    .sign-btn-reciept:focus, .sign-btn-reciept:hover {
        background-color: transparent;
        color: #387711;
    }

    .sign-btn-reciept:active {
        -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
        transform: scale(0.98);
        background-position: center left 97%;
    }

.sign-btn-reciept--muted {
    background-color: transparent;
    text-align: center;
    border-color: #bfbfbf;
    color: #303030;
}

    .sign-btn-reciept--muted:focus, .sign-btn-reciept--muted:hover {
        color: inherit;
        background-color: #bfbfbf;
    }

.sign-btn-margin-top {
    margin: 1em 0 1em 0;
}

.sign-btn-small {
    font-size: 14px;
    padding: 4px 36px 4px 13px;
}

.sign-lnk-arrow {
    background-image: url("../Resource/images/sign/sml-arrow.svg");
    background-repeat: no-repeat;
    background-size: 0 0;
    background-position: right 14px center;
    padding: 0 0 0 0;
    content: '';
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .sign-btn-align-center {
        bottom: 0;
        position: absolute;
        width: 100%;
        right: auto;
        left: 0px;
        margin: 0 0 3em 0;
    }
}

@media (max-width: 767px) {
    .sign-btn--muted {
        display: none;
    }

    .sign-lnk-arrow {
        display: inline-block;
        min-height: 134px;
        max-height: 134px;
        width: 100%;
        background-size: 45px;
    }
}

@media (max-width: 210px) {
    .sign-lnk-arrow {
        background-size: 0 0;
    }
}

.sign-checkbox__input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sign-label input[type="checkbox"]:first-child {
    display: none;
}

.sign-checkbox {
    display: inline-block;
}

.sign-checkbox__input:checked + .sign-checkbox__label {
    border-color: #ebece6;
    font-weight: normal !important;
}

    .sign-checkbox__input:checked + .sign-checkbox__label:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.sign-checkbox__input:focus + .sign-checkbox__label {
    outline: 3px solid #ebece6;
}

.sign-checkbox--large .sign-checkbox__label {
    text-transform: none;
}

.sign-checkbox__label {
    display: inline-block;
    position: relative;
    padding: 10px;
    padding-left: 45px;
    margin-right: 10px;
    font-weight: 400;
}

    .sign-checkbox__label:before {
        content: "";
        border: 2px solid #c5c5c5;
        width: 26px;
        height: 26px;
        display: block;
        position: absolute;
        left: 8px;
        top: 8px;
        transition: all 0.2s ease-in-out;
    }

    .sign-checkbox__label:after {
        content: "";
        width: 29px;
        height: 29px;
        display: block;
        background: transparent;
        background-image: url("../Resource/images/sign/icon-check-gray.svg");
        background-repeat: no-repeat;
        background-size: cover;
        border: 1px solid transparent;
        position: absolute;
        left: 8px;
        top: 4px;
        transition: all 0.2s ease-in-out;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

.sign-input {
    color: inherit;
    font: inherit;
    margin: 0;
}

.sign-label {
    font-family: Helvetica;
    font-size: 17px;
    line-height: 1.3;
    display: block;
    margin-bottom: 7.25px;
}

.sign-document-icon {
    height: 36px;
    width: 32px;
    background-size: cover;
    margin: 11px 10px -10px 10px;
    background-image: url(../Resource/images/sign/icon-document.svg);
    display: inline-block;
}

.sign-label .sign-input {
    margin-top: 7.25px;
}

.sign-input {
    display: block;
    padding: 7.25px 10px;
    border: 2px solid #e9ebe5;
    width: 100%;
    transition: 0.1s cubic-bezier(0.45, 0.17, 0.48, 0.79);
    border-radius: 0;
    margin-bottom: 29px;
}

    .sign-input:disabled {
        border: 1px solid #e9ebe5;
    }

    .sign-input[type="range"] {
        padding: 0;
    }

.sign-input {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.sign-input-margin-top {
    margin: 0.5em 0 0 0;
}

.sign-input[type=number]::-webkit-outer-spin-button,
.sign-input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sign-input-validation-error {
    border-color: #ec0000;
    margin-bottom: 0;
}

.sign-field-validation-error {
    background-color: rgba(236, 0, 0, 0.2);
    display: block;
    font-size: 13px;
    padding: 7.25px 10px;
    font-family: Helvetica
}

.sign-iframe {
    width: 100%;
    max-width: 730px;
    height: 530px;
}


@media (max-width: 991px) {
    .sign-iframe {
        height: 550px;
    }
}

@media (max-width: 380px) {
    .sign-iframe {
        height: 570px;
    }
}

.sign-text {
    font-family: Helvetica;
    font-size: 16px;
    line-height: 19px;
}

.sign-label {
    font-family: Helvetica;
    font-size: 17px;
    line-height: 1.3;
    display: block;
    margin-bottom: 7.25px;
}

.sign-checkbox-label {
    font-family: Helvetica;
    font-size: 16px;
    line-height: 19px;
}

.sign-hr {
    background-color: #C9CAC5;
    height: 1px;
}

.sign-h1 {
    color: #303030;
    line-height: 53px;
    letter-spacing: -.003em;
    font-size: 44px;
    font-family: Helvetica;
    font-weight: bold;
    margin: 50px 0 10px 0;
}

.sign-h2 {
    color: #303030;
    font-family: Helvetica;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
}

.sign-h3 {
    line-height: 29px;
    font-size: 24px;
    font-family: Helvetica;
    color: #303030;
}

.sign-h4 {
    line-height: 24px;
    font-size: 20px;
    font-family: Helvetica;
    color: #303030;
    margin: 1em 0 0.5em 0;
}


.sign-regular-text {
    font-size: 14px;
    line-height: 17px;
    color: #303030;
    font-family: Helvetica;
}

.sign-back-link {
    font-size: 20px;
    line-height: 24px;
    color: #EC0000;
    font-family: Helvetica;
    margin: 1em 0 0 0;
}

.sign-error-back-link {
    font-size: 16px;
    line-height: 24px;
    color: #EC0000;
    font-family: Helvetica;
    margin: 1em 0 0 0;
}

@media (max-width: 767px) {
    .sign-h1 {
        line-height: 53px;
        font-size: 24px;
        font-weight: bold;
        margin: 1em 0 0.5em 0;
    }

    .sign-h2 {
        font-size: 18px;
        line-height: 32px;
    }

    .sign-h3 {
        line-height: 1.42857;
        font-size: 16px;
    }

    .sign-h4 {
        line-height: 1.42857;
        font-size: 14px;
    }

    .sign-regular-text {
        line-height: 1.42857;
        font-size: 12px;
    }

    .sign-checkbox-label {
        font-size: 13px;
    }

    .sign-back-link {
        line-height: 1.42857;
        font-size: 16px;
    }

    .sign-margin-top-bottom {
        margin: 1em 0 1em 0;
    }
}

.sign-check-verify {
    background-image: url("../Resource/images/sign/icon-green-check.svg");
    background-repeat: no-repeat;
    height: 38px;
    width: 38px;
    margin: 0 0 -0.1em 0;
    display: inline-block;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.sign-spinner-student-upload:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 3px 0 0 -6px;
    border-radius: 50%;
    border: 2px solid #000000;
    border-top-color: #FFFFFF;
    animation: spinner .6s linear infinite;
    display: inline;
}

@media (max-width: 767px) {
    .sign-check-verify {
        margin: 0 0 -0.5em 0;
    }
}

.sign-header {
    background-color: #E30613;
    padding: 2.0em 0 2.5em 0;
}

.sign-header-branded {
    background-color: #f5f5fa;
    padding: 2.0em 0 2.5em 0;
}

.sign-header-logo {
    background-image: url("../Resource/images/sign/icon-santander-white.svg");
    height: 51.34px;
    width: 174.78px;
    background-repeat: no-repeat;
    display: block;
}

.sign-header-logo-branded {
    height: 51.34px;
    width: auto;
    display: block;
}


@media (max-width: 767px) {
    .sign-header-logo {
        background-image: url("../Resource/images/sign/icon-santander-small-white.svg");
        height: 31.45px;
        width: 34.78px;
        background-repeat: no-repeat;
    }

    .sign-header-logo-branded {
        height: 31.45px;
        width: 34.78px;
        display: block;
    }
}

.sign-footer-logo {
    /*content: url("../Resource/images/sign/icon-santander-red.svg")*/
    background-image: url("../Resource/images/sign/icon-santander-red.svg");
    height: 51.34px;
    width: 174.78px;
    background-repeat: no-repeat;
    display: block;
}

.sign-footer {
    width: 100%;
    padding: 50px 0 50px 0;
    background-color: #E9EBE5;
    overflow: hidden;
    margin: 0;
    text-align: right;
    position: absolute;
}

.sign-footer-links {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    font-family: Helvetica;
    color: #303030;
    margin: 0 0 0 0;
}

.sign-footer-phone-number {
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
    color: #303030;
    font-family: Helvetica;
}

.sign-footer-phone-number-icon {
    background-image: url("../Resource/images/sign/icon-phone.svg");
    margin: -0.5em 1em 0 0;
}

.sign-align {
    text-align: right;
}

.sign-align-left {
    text-align: left;
}

.sign-contact-align {
    text-align: right;
}

.sign-footer-opening-hours-margin {
    margin: -0.7em 0 0 0;
}

.sign-footer-links-margin {
    margin: 2em 0 0 0;
}

.sign-footer-opening-hours {
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    font-family: Helvetica;
    color: #303030;
}

@media (max-width: 767px) {
    .sign-footer-logo {
        background-image: url("../Resource/images/sign/icon-santander-red.svg");
        height: 31px;
        width: 35px;
        margin: auto;
    }

    .sign-footer-links {
        text-align: center;
    }

    .sign-align {
        text-align: center;
        margin: 1em 0 0 0;
    }

    .sign-contact-align {
        text-align: center;
        margin: 2em 0 0 0;
    }

    .sign-footer-opening-hours {
        text-align: center;
    }
}

.sign-advertisement {
    border: 1px solid #E9EBE5;
    background-color: #FFFFFF;
    padding: 2em;
}

.insurance-h1 {
    color: #303030;
    line-height: 53px;
    letter-spacing: -.003em;
    font-size: 44px;
    font-family: Helvetica;
    font-weight: bold;
    margin: 50px 0 10px 0;
}

.insurance-hr {
    margin-top: 4px;
    margin-bottom: 8px;
    border: 0;
    color: lightgrey;
    border: 1px solid;
}

.insurance-box {
    display: flex;
}

.insurance-box-header {
    display: flex;
}

.insurance-box-headerChildren-left {
    flex: 30%;
    align-content: center;
}

.insurance-box-headerChildren-right {
    flex: 70%;
}

.insurance-img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.insurance-description {
    text-align: left;
    background-color: lightgrey;
    color: black;
    padding: 2px;
    width: 100%;
    display: inline-block;
    padding-inline-start: 10px;
}

.insurance-description-red {
    text-align: left;
    background-color: red;
    color: white;
    padding: 2px;
    width: 100%;
    display: inline-block;
    padding-inline-start: 10px;
}

.insurance-checkBox {
    border: 1px solid grey;
    border-radius: 10px;
    display: block;
    margin: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

    .insurance-checkBox > hr {
        margin-top: 4px;
        margin-bottom: 4px;
        border: 0;
        border-top: 1px solid black;
    }

.insurance-checkBox-red {
    border: 1px solid red;
    border-radius: 10px;
    display: block;
    margin: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

    .insurance-checkBox-red > hr {
        margin-top: 4px;
        margin-bottom: 4px;
        border: 0;
        border-top: 1px solid black;
    }

.insurance-checkBox-footer {
    font-size: 10px;
    padding-top: 2px;
}

.insurance-checkbox-label {
    font-family: Helvetica;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 1px;
    vertical-align: middle;
}

.insurance-mostCommon {
    position: absolute;
    top: -5px;
    right: 40%;
    background-color: red;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
}

.insurance-regular-text {
    font-size: 16px;
    line-height: 17px;
    color: #303030;
    font-family: Helvetica;
}

.insurance-regular-text-small {
    font-size: 14px;
    line-height: 15px;
    color: #303030;
    font-family: Helvetica;
}

.insurance-h3 {
    line-height: 29px;
    font-size: 24px;
    font-family: Helvetica;
    color: #303030;
}

.inscurane-error {
    font-family: Helvetica;
    font-size: 12px;
    color: red;
}

@media (max-width: 767px) {
    .insurance-box {
        display: inline-block
    }

    .insurance-h1 {
        font-size: 20px;
        line-height: 53px;
        font-weight: bold;
        margin: 0 0 0 0;
    }

    .insurance-li {
        font-size: 12px;
    }

    .insurance-regular-text {
        line-height: 1.42857;
        font-size: 14px;
    }

        .insurance-regular-text > br {
            display: none;
        }

    .insurance-regular-text-small {
        line-height: 1.42857;
        font-size: 12px;
    }

    .insurance-h3 {
        line-height: 1.42857;
        font-size: 14px;
    }

    .insurance-checkbox-label {
        font-size: 13px;
    }

    .insurance-checkBox {
        padding-left: 30px;
        padding-right: 30px;
    }

    .insurance-checkBox-red {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.insurance-btn {
    position: relative;
    padding: 7px 15px 7px 15px;
    width: 230px;
    background: #387711;
    border: 2px solid #387711;
    color: white;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
}

    .insurance-btn:active {
        background: #007a63;
    }

.insurance-btn__text {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #ffffff;
    transition: all 0.2s;
}

.insurance-btn--muted {
    background-color: transparent;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    border-color: #bfbfbf;
    color: #303030;
}

    .insurance-btn--muted:focus, .insurance-btn--muted:hover {
        color: inherit;
        background-color: #bfbfbf;
    }

.insurance-btn--loading .insurance-btn__text {
    visibility: hidden;
    opacity: 0;
}

.insurance-btn--loading::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: insurance-btn-loading-spinner 1s ease infinite;
}

.insurance-li {
    list-style-type: disc;
}

    .insurance-li::marker {
        color: red;
    }

@keyframes insurance-btn-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}
