/* 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: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #0099cc;
    border-color: #0099aa;
}

    .btn-primary:hover {
        background-color: #0086b3;
        border-color: #0099aa;
    }

    .btn-primary:active {
        background-color: #0086b3;
        border-color: #0099aa;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

@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%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 10pt;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 110px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 110px;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
    padding: 5px;
}

/*mods below here*/

ul.navigation {
    list-style-type: none;
    display: flex;
    justify-content: left;
}

    ul.navigation li {
        float: left;
        padding: 0 15px 0 0;
    }

.header_navigation {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    padding: 4px 0 0 0;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
}

a.navigation_link {
    color: #000000;
    text-decoration: none;
}

    a.navigation_link:hover {
        cursor: pointer;
        text-decoration: none;
    }

.logo_background {
    background: url('../Images/Layout/background_small.png') repeat-x 0 0;
}

.container-full {
    margin: 0 auto;
    width: 100%;
    align-content: center;
}

.padtop10 {
    padding-top: 10px;
}

.card_header_dark {
    background-color: #cccccc;
}

.card_body_dark {
    background-color: #eeeeee;
}

.image_marginBottom {
    margin-bottom: 5px;
}

.image_marginBottom_padLeft {
    margin-bottom: 5px;
    padding-left: 15px;
}

.meeting_passed {
    font-size: x-small;
    color: #666666;
    padding-left: 10px;
}

.meeting_scheduled {
    color: green;
    font-size: x-small;
    padding-left: 10px;
}

.pagerButton {
    cursor: pointer;
    margin-right: 10px;
    color: white;
}

.meetingID {
    color: #666666;
    font-size: small;
}

.meetingDocument {
    padding-left: 15px;
    font-size: small;
}

.resetSearchButton {
    cursor: pointer;
    color: white;
}

.width275 {
    width: 275px;
}

.validation-summary {
    margin-top: 15px;
    display: none;
}

    .validation-summary.validation-summary-errors {
        display: block;
    }

.padding0 {
    padding: 0px;
}

.searchBackground {
    background-color: #eeeeee;
    padding: 0;
    margin: 0;
}

.pad10 {
    padding: 10px;
}

.largepadleft10 {
    font-size: large;
    padding-left: 10px;
}

.fontsmall {
    font-size: small;
}

.padbottom5 {
    padding-bottom: 5px;
}

.padbottom12 {
    padding-bottom: 12px;
}

.textwhite {
    color: #ffffff;
}

.textcenter {
    text-align: center;
}

.smallpadleft10 {
    padding-left: 10px;
    font-size: small;
}

.smallpadleft10padtop10 {
    padding-left: 10px;
    padding-top: 10px;
    font-size: small;
}

.padtop50 {
    padding-top: 50px;
}

.padtop100 {
    padding-top: 100px;
}

.tableborder {
    border-collapse: collapse;
    border: 1px solid black;
}

.valigntop {
    vertical-align: top;
}

.center {
    text-align: center;
}

.width100 {
    width: 100px;
}

.meetingTitle {
    font-size: larger;
}

.radioButton {
    margin-top: -3px;
    vertical-align: middle;
}

.meetingResult {
    background-color: gray; /* For browsers that do not support gradients */
    background-image: linear-gradient(180deg, #d9d9d9, #e6e6e6, #f5f5f5);
    padding: 15px;
}

.spinnerLarge {
    width: 6rem;
    height: 6rem;
}

.padtop5 {
    padding-top: 5px;
}

.validation-message {
    color: #dc3545;
    font-weight: bold;
}

/*spinner below*/
.lds-spinner {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
}

    .lds-spinner div {
        transform-origin: 40px 40px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #000000;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.margintop5 {
    margin-top: 5px;
}
