/* ==============================================================================
# Copyright (c) 2025 LNEG. All rights reserved.
# Developed by: Waymotion (https://www.waymotion.com)
#
# DISCLAIMER: This source code was developed by Waymotion for the 
# exclusive use of LNEG per contractual agreement. 
# ============================================================================== */
.flat {
    border: 0px;
}

header {
    display: inline-block;
}

main {
    background-color:white
}

.crumbs {
    background-color:rgb(230, 230, 230);
    padding: 6px;
}

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

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

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

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

header button, header [type="button"], header .button, header [role="button"] {
    text-transform: none;
}

html, body {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

main {
    background-color:white;
    flex: 1; 
}

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

main {
    padding-bottom: 65px; 
}

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

/* ===========================================
   LNEG Theme
   =========================================== */

a {
  color: #8c3f00;
}

a:hover,
a:focus {
  color: #6b3000;
}

.btn-primary {
  background-color: #8c3f00;
  border-color: #8c3f00;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #6b3000;
  border-color: #6b3000;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #6b3000;
  border-color: #6b3000;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #8c3f00;
}

.nav-pills .nav-link {
  color: #8c3f00;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
  color: #6b3000;
}

.sticky-top .nav-pills .nav-link {
  color: #ffffff;
}

.sticky-top .nav-pills .nav-link:hover,
.sticky-top .nav-pills .nav-link:focus {
  color: #ffffff;
  text-decoration: underline;
}

.sticky-top .nav-pills .nav-link.active {
  background-color: #f7941d;
  color: #292929;
}

.badge.bg-primary {
  background-color: #8c3f00 !important;
}

a:focus,
button:focus,
.btn:focus {
  outline-color: #f7941d;
  box-shadow: 0 0 0 0.2rem rgba(247, 148, 29, 0.25);
}

.crumbs a {
  color: #000000;
}

.crumbs a:hover {
  color: #111111;
  text-decoration: underline;
}
