.flat {
  border: 0px;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
  background-color: #00264c;
}

.header-link {
  color: white;
}

.header-logo {
  height: 50px;
  vertical-align: middle;
  padding-left: 5px;
}

main {
  background-color: white;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  overflow-x: auto;
  justify-content: space-between;
}

.crumbs {
  background-color: #f5f5f5;
  padding: 6px;
  color: black;
  border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
}

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

.crumbs a:hover {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: underline;
}

.container {
  padding-left: 20px !important;
  padding-right: 20px !important;
  overflow-x: auto;
  padding-bottom: 20px !important;
  max-width: 100%;
}

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

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

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

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

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

.wrapper {
  display: flex;
  width: 100%;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .sidebar {
    width: 14rem !important;
  }
}

.sidebar {
  background-color: white;
  color: white;
  border-right: rgba(0, 0, 0, 0.2) solid 1px;
}

.sidebar-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0 1rem 1rem;
  color: black;
}

.sidebar-heading {
  color: rgba(0, 0, 0, 0.4);
  padding: 0 1rem;
  font-weight: 800;
  font-size: 0.65rem;
  text-transform: uppercase !important;
}

.sidebar-item {
  position: relative;
}

.sidebar-item .nav-link {
  color: rgba(0, 0, 0, 0.8);
  padding: 1rem;
  text-align: left;
  width: 14rem;
}

.sidebar-item .nav-link:hover {
  color: rgb(0, 0, 0);
}

.sidebar-item .nav-link:hover i {
  color: rgb(0, 0, 0);
}

.sidebar-item.active {
  background-color: #f5f5f5;
}

.sidebar-item .nav-link i {
  color: rgba(0, 0, 0, 0.3);
  margin-right: 0.25rem;
}

.card-header {
  background-color: #00264c;
  color: rgba(255, 255, 255, 0.8);
}

.bg-primary {
  background-color: #08744c !important;
}

.badge {
  padding: 0.35em 0.65em 0.45em 0.65em;
}

footer {
  background-color: #00264c;
  color: white;
  justify-content: space-between;
  display: flex;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

.footer-links {
  line-height: 0.75em;
  padding-right: 10px;
}

.footer-links:first-child {
  padding-bottom: 4px;
}

.footer-link {
  padding-left: 1rem;
}

.footer-link a {
  color: white;
  text-decoration: none;
  font-size: 0.75em;
}

.footer-link a:hover {
  color: white;
  text-decoration: underline;
}

.powered-by {
  color: white;
  align-self: center;
  font-size: 0.85rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-heading {
  color: white;
  padding: 0 1rem;
  font-weight: 800;
  font-size: 0.65rem;
  text-transform: uppercase !important;
}

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