/**
 * Copyright 2026 Lincoln Institute of Land Policy
 * SPDX-License-Identifier: MIT
 */

.flat {
    border: 0px;
}

header {
    display: inline-block;
    height: 128px;
    width: 100%;
}

.sticky-top {
    background-image: linear-gradient(to bottom, #213f8c 0, #003E51 100%)
}

.nav-link {
    color: white;
}

main {
    background-color: url('https://www.usbr.gov/img/bg-footer.jpg') !important; 
}

.crumbs {
    background-color:rgb(230, 230, 230);
    background-image: linear-gradient(to bottom, #ece2bc 0, #CA9117 100%) !important;
    padding: 6px;
}

.crumbs a {
    padding: 0px 6px;
    color:black;
    text-decoration: none;
/*    text-transform: capitalize;*/
}

.badge {
    background-color: #213f8c !important;
}

#record-collections {
    display: none !important;

}

a {
    color: #213F8C;
    text-decoration: none;
    font-weight: 700;
}

header .nav-link:hover {
    color: #fff;
}

main a:hover {
    text-decoration: underline;
    color: #213F8C;
}

#items-map, #collection-map {
    width: 100%;
    height: 400px;
}

#coverages-map {
    width: 100%;
    height: 80vh;
}

.c3-tooltip-container {
    z-index: 300;
}

/* cancel mini-css header>button uppercase */
header button, header [type="button"], header .button, header [role="button"] {
    text-transform: none;
}

html, body {
    background-color: #fff;
}

footer.sticky {
    position: fixed;
    width: 100%;
}

.sticky-bottom {
    height: 147px;
    color: #fff;
    border-top: .5em solid #CA9117 !important;
    border-top-style: solid !important;
    border-top-width: .5em !important;
    background-image: linear-gradient(to bottom, #213f8c 0, #003E51 100%);
}

.parameter-group {
  background: #f8f9fa;
  border: 1px solid #ddd;
  padding: 12px 16px;
  margin-bottom: 16px;
  border-radius: 6px;
}

header img {
    height: 100px !important;
}

footer img {
  filter: brightness(0) invert(1);
}

footer img[title="CGS logo"] {
  height: 40px !important;
}

main {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url('https://www.usbr.gov/img/bg-footer.jpg') !important;
    background-size: 100% auto;
    padding-bottom: 371px; /* prevent from falling under the footer */
}

table:not(.horizontal) {
    max-height: none;
}

mark.successful {
  background-color: green;
}

mark.accepted {
  background-color: default;
}

mark.failed {
  background-color: red;
}

mark.running {
  background-color: orange;
}
