/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.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[b-exmpdalntf] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-exmpdalntf] {
    color: #0077cc;
}

.btn-primary[b-exmpdalntf] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-exmpdalntf], .nav-pills .show > .nav-link[b-exmpdalntf] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-exmpdalntf] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-exmpdalntf] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-exmpdalntf] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-exmpdalntf] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-exmpdalntf] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
}

    /* Footer links: no underline and inherit color */
    .footer a[b-exmpdalntf] {
        text-decoration: none;
    }

        .footer a:hover[b-exmpdalntf],
        .footer a:focus[b-exmpdalntf] {
            text-decoration: none;
            color: #ff9600;
        }

/* Logo in navbar */
.navbar-brand-image[b-exmpdalntf] {
    height: 60px;
    width: auto;
    display: inline-block;
}

.navbar-brand.d-flex .ms-2[b-exmpdalntf] {
    font-weight: 600;
}

/* Navbar background color */
.navbar.navbar-dark[b-exmpdalntf] {
    background-color: #006cbf;
}

/* Make navbar taller to fit larger logo */
.navbar[b-exmpdalntf] {
    height: 60px;
    min-height: 60px;
}

    /* Ensure the container and brand fill the navbar height and are vertically centered */
    .navbar .container-fluid[b-exmpdalntf] {
        height: 100%;
    }

    .navbar .navbar-brand[b-exmpdalntf] {
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        align-items: center;
    }

    /* Adjust border and link colors for the dark navbar */
    .navbar.navbar-dark .border-bottom[b-exmpdalntf] {
        border-bottom-color: transparent;
    }

    .navbar.navbar-dark .nav-link[b-exmpdalntf],
    .navbar.navbar-dark .navbar-brand[b-exmpdalntf],
    .navbar.navbar-dark .navbar-toggler[b-exmpdalntf] {
        color: rgba(255,255,255,.9);
    }
