html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

a.sortable {
    cursor: pointer; /* hand cursor */
    text-decoration: underline; /* underline link */
}

a.sortable:hover {
    color: #ffc107; /* bootstrap warning color on hover */
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1080;
}

    #cookie-banner .card {
        border-radius: .75rem .75rem 0 0;
    }

.cookie-pill {
    font-size: .85rem;
    padding: .15rem .5rem;
    border-radius: 1rem;
    border: 1px solid rgba(0,0,0,.1);
}

/* 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 {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.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-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;
}

.footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

#nav-search.w-300 {
    min-width: 300px;
}


@media (min-width: 992px) {
    #nav-search.w-300 {
        min-width: 400px;
    }
}

#nav-search-results {
    max-height: 60vh;
    overflow: auto;
}

#nav-search-results .dropdown-item.active {
    background: var(--bs-primary);
    color: #fff;
}

.dropdown-menu .form-select,
.dropdown-menu .form-select option {
    color: var(--bs-body-color); /* typically #212529 */
    background-color: var(--bs-body-bg); /* typically #fff */
}
