﻿/* 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;
}

/* 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;
}

.border-rounded {
    -webkit-border-radius: 10em;
    border-radius: 10em;
}

.scroller {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

html {
    scroll-behavior: smooth;
}

.dropdown-menu.show {
    z-index: 10000;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}
/* 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;
    line-height: 60px; /* Vertically center the text there */
}

.card {
    border: 1px solid rgb(0 0 0 / 29%);
}

table.nowrap {
    white-space: nowrap;
}

@media only screen and (max-width: 600px) {

    /* Force table to not be like tables anymore */
    #stack-tables table,
    #stack-tables thead,
    #stack-tables tbody,
    #stack-tables th,
    #stack-tables td,
    #stack-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #stack-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #stack-tables tr {
        border: 1px solid #ccc;
    }

    #stack-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%;
        white-space: normal;
        text-align: left;
        font-size: .8rem;
    }

    #stack-tables.stack-tables-sm td {
        padding-left: 30%;
    }

    #stack-tables td.no-stack {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 0%;
        white-space: normal;
        text-align: left;
        font-size: .8rem;
    }

    #stack-tables.hide-empty td:empty {
        display: none;
    }

    #stack-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        /*
	Label the data
	*/
        content: attr(data-title);
    }
}

@media only screen and (max-width: 600px) {

    /* Force table to not be like tables anymore */
    .stack-table table,
    .stack-table thead,
    .stack-table tbody,
    .stack-table th,
    .stack-table td,
    .stack-table tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .stack-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .stack-table tr {
        border: 1px solid #ccc;
    }

    .stack-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%;
        white-space: normal;
        text-align: left;
        font-size: .8rem;
    }

    .stack-tables.stack-tables-sm td {
        padding-left: 30%;
    }

    .stack-tables td.no-stack {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 0%;
        white-space: normal;
        text-align: left;
        font-size: .8rem;
    }

    .stack-tables.hide-empty td:empty {
        display: none;
    }

    .stack-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        /*
	Label the data
	*/
        content: attr(data-title);
    }
}

.bc-banner {
    position: relative;
    border: 1px solid #ccc;
    overflow: hidden;
    background-color: #ff7a59;
}

    .bc-banner a {
        text-decoration: none;
        color: #fff;
    }

        .bc-banner a:hover {
            opacity: 0.8;
        }

.bc-banner-header {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 1rem;
}

.bc-banner-body {
    position: relative;
    z-index: 2;
    padding: 2rem;
}

.bc-banner .bc-banner-cover {
    position: absolute;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
    object-fit: cover;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}
