﻿html {
    padding-top: 9rem;
    background-color: #f6f7fa;
    position: relative;
    min-height: 100vh;
}


body,
button,
input,
select,
textarea {
    font-family: 'Open Sans', BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
    font-weight: 300;
}

.content h5 {
    line-height: 1.5;
}

#searchInput {
    width: 30rem;
    margin-bottom: 2rem;
}

#languageButton {
    min-width: 7rem;
}

.button {
    border-color: #707070;
}

    .button[disabled] {
        opacity: 0.4;
        border-color: #707070;
    }

    .button.is-white {
        color: #555555;
    }

        .button.is-white:hover, .button.is-white.is-hovered {
            background-color: transparent;
            border-color: transparent;
            color: #034ea2;
        }

        .button.is-white:focus, .button.is-white.is-focused {
            color: #034ea2;
        }

.color-eu-blue {
    color: #034ea2;
}

.country-search.control.has-icons-left .icon {
    color: #707070;
}

.section {
    padding-top: 0;
}

.content {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countryform {
    padding: 4px 25px;
    width: 310px;
    height: 48px;
}

.countrybutton {
    justify-content: flex-start;
    height: 40px;
}

    .countrybutton:hover:not([disabled]) {
        background-color: #034ea2;
        color: #ffffff;
    }

.errorimage {
    width: 12rem;
    height: auto;
}

.errordetails {
    color: #707070;
    font-size: smaller;
}

.flag {
    width: 34px;
    height: auto;
    border: 1px solid #eeeeee;
    margin-left: 4px;
    margin-right: 20px;
}

.flag-group {
    align-self: center;
    max-width: 930px;
    float: top;
}

.has-blue-border {
    border-color: #034ea2;
}

    .has-blue-border[disabled] {
        border-color: #034ea2;
    }

.has-margin-left {
    margin-left: 0.25rem;
}

.has-margin-bottom {
    margin-bottom: 0.25rem;
}

.header {
    background-color: white;
    -webkit-box-shadow: 0 0px 6px rgba(10, 10, 10, 0.5);
    box-shadow: 0 0px 6px rgba(10, 10, 10, 0.5);
    top: 0;
    left: 0;
    position: fixed;
    right: 0;
    height: 6rem;
    padding: 0.25rem 100px 1rem 100px;
    display: flex;
    z-index: 30;
}

.header-button {
    height: auto;
    border-width: 0;
    padding: 0;
    margin-left: 2rem;
}

.header-content {
    align-items: flex-end;
}

.header-divider {
    background-color: #034ea2;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.custom-footer {
    background-color: #f6f7fa;
    border-top: #034ea2;
    border-top-style: solid;
    border-top-width: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    padding: 10px 0 10px 0;
    text-align: center;
}

.footer-button {
    height: auto;
    border-width: 0;
    padding: 0;
    margin-left: 2rem;
    background-color: transparent;
    font-size: small; 
}

    .footer-button[disabled] {
        opacity: 0.4;
        border-color: #707070;
    }

    .footer-button.is-white {
        color: #555555;
        background-color: transparent;
    }

        .footer-button.is-white:hover, .button.is-white.is-hovered {
            background-color: transparent;
            border-color: transparent;
            color: #034ea2;
        }

        .footer-button.is-white:focus, .button.is-white.is-focused {
            color: #034ea2;
        }

.is-flex-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

div.is-fullwidth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    width: 100%;
}

form.is-fullwidth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    width: 100%;
}

.overlay-icon-right {
    margin-left: -32px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    color: #707070;
}

.overlay-icon-right:hover {
    color: #333333;
}

.button-info {
    border: none;
    background-color: transparent;
    vertical-align: middle;
    display: block;
    height: 100%;
    color: #707070;
    padding: 0px;
}

.card-header-width {
    width: 80%
}

.input, .textarea {
    border-color: #707070;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

    .input:focus, .input.is-focused, .input:active, .input.is-active,
    .textarea:focus,
    .textarea.is-focused,
    .textarea:active,
    .textarea.is-active {
        border-color: #034ea2;
        -webkit-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
    }

.title:not(.is-spaced) + .subtitle {
    margin-top: 0rem;
    margin-bottom: 2rem;
}


@media screen and (max-width: 768px) {
    html {
        padding-top: 4rem;
    }

    .header {
        padding: 0.25rem 0rem 0.25rem 0rem;
        height: 3.5rem;
    }

    .header-button {
        margin-left: 0;
        font-size: 14px;
    }

    .level-left + .level-right {
        margin-top: 0;
    }

    .level.is-mobile .level-item:last-child {
        margin-right: 0;
    }

    #searchInput {
        width: 18rem;
        margin-bottom: 0.75rem;
    }

    .content h2 {
        line-height: 1.25;
    }

    .content h5 {
        line-height: 1.4;
    }

    .title.is-2 {
        font-size: 1.5rem;
    }

    .input.is-medium {
        font-size: 1rem;
    }

    .control.has-icons-left .input.is-medium ~ .icon {
        font-size: 1rem;
    }

    .title:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .subtitle.is-5 {
        font-size: 1rem;
    }
}

.close-modal:hover, .close-modal:focus {
    background-color: red;
}

#searchInput:focus {
    -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.55) !important;
            box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.55) !important;
}

.header-link:focus {
    -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.55) !important;
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.55) !important;
}
