﻿/* validation summaries */
.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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;
}

.dropdown-header {
    font-size: 12px;
    padding: 3px 20px;
    padding-bottom: 20px;
}

/* #ccd3da */
.nav-pills .nav-link,
.nav-pills .show > .nav-link {
    color: #212529;
    background-color: #e8ebee;
    border-color: #e8ebee;
    margin-right: .35em;
}

.nav-pills .nav-link:hover,
.nav-pills .show > .nav-link:hover {
    background-color: #e1e5e9;
    border-color: #e1e5e9;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-left: .8em;
    padding-right: .8em;
    margin-right: .35em;
    border-radius: 0.35em;
}

.navbar-expand-sm .navbar-nav .nav-link.active,
.navbar-expand-sm .navbar-nav .nav-link:hover {
    background-color: #e8ebee;
    border-color: #e8ebee;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

footer {
    border-top: 1px solid #e5e5e5;
    font-size: 0.75em;
}

.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 {
    padding-top: 70px;
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px;
}

label {
    margin-bottom: .1rem;
}

.clickable {
    cursor: pointer;
}

/* tables */
table td.blocklink > a,
table td.blocklink > a:hover,
table td.blocklink > a:active,
table td.blocklink > a:focus,
table td.blocklink > a:visited {
    display: block;
    text-decoration: none;
}

table td.blocklink {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2em;
}

.cb-1 {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.cb-2 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.field-validation-error {
    font-size: 0.8em;
    font-weight: normal;
    padding-left: 5px;
}

/* gap helper */
.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

#loadingOverlay {
    display: none;
}

#loadingOverlay.shown {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1035;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    justify-content: center;
}
