﻿/* 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. */

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

a.navbar-brand {
    white-space: nowrap;
    /*white-space: normal;*/
    text-align: center;
    /*word-break: break-all;*/
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .8);
}

.navbar {
    white-space: nowrap;
}
/* 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: 120px;
}

.footer {
    position: absolute;
    bottom: 0;
    /*width: 100%;*/
    white-space: nowrap;
    line-height: 1.5em; /* 60px; Vertically center the text there */
}
/* MS */
.nanoop {
    color: #2172b9;
}

.nanoop2 {
    color: #a0a0a0;
}

.navbar-light {
    color: #2172b9;
}

    .navbar-light .navbar-brand {
        color: #2172b9;
        font-weight: bold;
    }

    .navbar-light:active .navbar-brand:active {
        color: #2172b9;
        font-weight: bold;
    }

    .navbar-light:hover .navbar-brand:hover {
        color: #2172b9;
        font-weight: bold;
        text-decoration: underline;
    }

    .navbar-light:focus .navbar-brand:focus {
        color: #2172b9;
        font-weight: bold;
    }

    .navbar-light:focus-within .navbar-brand:focus-within {
        color: #2172b9;
        font-weight: bold;
    }

.menu-item {
    color: #101010;
}
.h1, h1 {
    font-size: 2.0rem;
}

.oi-red {
    color: red;
}

.oi-nanoop {
    color: #2172b9;
}

.big-link {
    font-size: 2.0rem;
}

#cookieConsent {
    background-color: lemonchiffon;
    height: 3.5rem;
    padding: .5rem;
}

.cookieConsentHidden {
    display: none;
}