/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */



a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #425563;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .625rem;
}

.siteheader {
    background-color: #008BCE;
    font-family: 'Frutiger', sans-serif
}

.page-header {
    margin-top: 0px;
    font-weight: bold;
    padding: 4px;
    color: #eee;
    font-family: 'Frutiger', sans-serif;
    background-color: #425563;
    min-height: 30px;
    margin-bottom: 14px;
}


th.no-sort {
    width: 0px;
    white-space: nowrap;
}

.validation-summary-errors ul {
    list-style: none;
    margin-left: -40px;
}

.dropdown-item {
    font-family: 'Frutiger', sans-serif;
    background-color: #008BCE;
    color: #eee;
}

.dropdown-menu {
    background-color: #008BCE;
}

.dropdown-item:hover {
    font-family: 'Frutiger', sans-serif;
    background-color: #425563;
    color: #fff;
}

.nav-link {
    font-family: 'Frutiger', sans-serif;
}

.nav-menu {
    font-family: 'Frutiger', sans-serif;
    background-color: #008BCE;
    color: #eee;
}

    .nav-menu:hover {
        font-family: 'Frutiger', sans-serif;
        background-color: #425563;
        color: #fff;
    }

iframe {
    width: 100vw;
    height: 56.25vw;
    padding: 0;
    margin: 0;
    border: none;

