/*$dm-text: #e9eeff;
$dm-text-muted: #969fbb;*/
body {
  overflow-y: hidden;
}

#map {
  display: block;
  width: 100%;
  height: calc(100vh - 56px);
}

#coordinates-card input[type=text].readonly {
  display: none;
  background-color: gray;
  font-family: monospace;
  color: black;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 10px;
  font-weight: 400;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.tooltip {
  z-index: 1;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  opacity: 1;
  white-space: nowrap;
  font: 10pt sans-serif;
}

.coordinate-display {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 33px;
  padding: 2px 0.5em 0 0.5em;
  background-color: white;
  font-family: monospace;
  font-size: 18px;
  color: black;
}

.top-map-toolbar {
  position: absolute;
  top: 12px;
  left: 12px;
}
.top-map-toolbar .btn-toolbar {
  height: 33px;
}
.top-map-toolbar button.active {
  background-color: #c28300 !important;
}
.top-map-toolbar #show-graticule i {
  color: #384579;
  background-color: white;
}
.top-map-toolbar #show-graticule.active i {
  color: #c28300;
}
.top-map-toolbar .top-map-toolbar-options {
  padding-top: 4px;
}
.top-map-toolbar .top-map-toolbar-options .card {
  background-color: #384579;
}

.alerts {
  position: absolute;
  bottom: 0;
}

.alert-template {
  display: none;
}

.app-body {
  padding-top: 0;
  padding-bottom: 0;
}

.app-body-full-map {
  position: relative;
}

.app-header {
  border-bottom: 1px solid #789;
}

.basket-error-message {
  color: #ca1e59;
}

/* position basket counter */
button[data-target="#basketModal"] {
  position: relative;
}

#sidebar-basket-count-badge {
  position: absolute;
  top: -10px;
  right: -10px;
}

/* end position basket counter */
#about-gebco-modal hr {
  border-top: 1px dotted #333;
}

.about-logos a:first-child {
  margin-right: 24px;
}

#sidebar-grid-select .dropdown-toggle {
  text-align: left;
  width: 100%;
  background: transparent;
  color: white;
  background: transparent;
  border-color: rgba(136, 150, 204, 0.45);
  border-radius: 0.2rem;
  padding: 4px 8px;
}
#sidebar-grid-select .dropdown-menu {
  background-color: #262c48;
  width: 100%;
}
#sidebar-grid-select .dropdown-item:hover, #sidebar-grid-select .dropdown-item:focus {
  background-color: #09e8da;
}
#sidebar-grid-select .dropdown-toggle::after {
  margin-top: 7px;
  float: right;
}
#sidebar-grid-select div.dropdown-divider {
  border-top-color: #323a5f;
}
#sidebar-grid-select div.dropdown-divider:first-of-type {
  display: none;
}

.sidebar-grid-select-option {
  color: white;
  background-color: #262c48;
  font-size: 0.75rem;
}

#grids-card .dropdown-item-text {
  color: white;
  text-decoration: underline;
  font-size: 0.75em;
}

#grid-help-link {
  visibility: hidden;
  margin-top: 4px;
}