﻿body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #433d3d;
}

h1, h2, h3, h4 {
    font-weight: 300;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

a {
    color: #1e1c77;
}

    a:hover {
        color: #182356;
        text-decoration: underline;
    }

.navbar {
    height: 88px;
}

a.navbar-brand {
    height: 40px;
    width: 135px;
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-text {
    color: #1e1c77 !important;
    font-size: 20px;
    font-weight: 300;
}

.header-logo {
    width: 100%;
    height: auto;
}

.btn-submit {
    min-width: 98px;
    padding: 16px 24px;
    color: #ffffff;
    background: #11387f;
    border: 1px solid #11387f;
    border-radius: 3px;
    margin-left: 8px;
}

    .btn-submit:hover {
        color: #ffffff;
        background: #6188cf;
        cursor: pointer;
    }


.btn-disabled {
    background: #aa998d;
    border-color: #aa998d;
    pointer-events: none;
}

.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-container {
    padding: 16px;
    background: #ffffff;
}

    .form-container .submit-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8px;
    }

#Email {
    width: 100%;
    border: 1px solid #e7e0db;
    border-radius: 3px;
    padding: 6px 12px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.box-shadow {
    box-shadow: 0 2px 25px rgba(0, 0, 0, .1);
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

code {
    color: #de2424;
    font-size: 1rem;
}


.validation-error-container {
    padding-left: 4px;
}

.validation-error {
    color: #de2424;
    font-size: 14px;
}

.loader {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.privacy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.privacy-container {
    border: 1px solid #11387f;
    padding: 8px 12px;
    margin-bottom: 1rem;
    /*color: #d7d2cb;*/
    background: #ffffff;
    border-radius: 3px;
}

.privacy-info a {
    /*color: #ffffff;*/
    text-decoration: underline;
}

.privacy-accept {
    margin-left: 8px;
    padding: 8px 16px;
    color: #ffffff;
    background: #11387f;
    border: 1px solid #11387f;
    border-radius: 3px;
}

    .privacy-accept:hover {
        background: #6188cf;
    }

.word-break-all {
    word-break: break-all;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* Set the fixed height of the footer here */
    height: 60px;
    font-size: 14px;
    color: #d7d2cb;
    background: #11387f;
}

    .footer a {
        color: #ffffff;
        text-decoration: underline;
    }

    .footer p {
        margin: 0 8px;
    }

.text-error {
    color: #de2424;
}

table {
    margin-bottom: 16px;
    width: 100%;
}

th, td {
    border: 1px solid #d7d7d7;
    padding: 8px 16px;
    vertical-align: top;
}

th {
    background-color: #F8F8F8;
}

.l-submenu {
    list-style: none;
    margin: 16px 0 16px 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: flex;
    flex-wrap: wrap;
}

.l-submenu-wrap {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 30px;
}

.c-submenu-item {
    padding: 0.375em 0.875em;
    margin-bottom: 0.5rem;
    margin-right: 2px;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
    color: black;
    background-color: #F1EFED;
}

    .c-submenu-item:active, .c-submenu-item-selected {
        color: #fff;
        background-color: #23337E;
        text-decoration: none;
    }

    .c-submenu-item:hover {
        color: #fff;
        background-color: #23337E;
        text-decoration: none;
    }
}
