body {
  padding-bottom: 20px;
}
#metadata p{
  text-align: justify;
}
#data table {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#info-container {
  padding: 0;
}
#info-container.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}
footer {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  height: 40px;
}
footer p.float-right {
  display: none;
}
th {
  text-align: left;
  vertical-align: top;
}
.leaflet-container {
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  max-height: 350px;
}
/* select leaflet */
.menu {
  padding: 0;
  min-width: 150px;
  text-shadow: initial;
  border-radius: 4px;
  color: #333;
}
.menu .items > li.selected,
.menu .items > li:hover,
.menu .items > li:focus {
  background: #fdae61;
  color: #fff;
}
.menu .items {
  overflow-y: auto;
  font-size: 12px;
}
.menu .title {
  letter-spacing: 0px;
  padding: 5px;
  line-height: 18px;
  text-transform: none;
  font-size: 12px;
  font-weight: 700;
}
div#wmsLegend img {
  width: 100%;
}
/* logo and other control stuff */
div.map_logo img {
  max-height: 400px;
  max-width: 400px;
}

img.doughnut_sort {
    width: 1em;
    height: 1em;
}

div.gem_processing {
    position: fixed;
    top: 120px;
    left: 50%;
    z-index: 10000;
    width: 160px;
    margin-left: -80px;
    height: 40px;
    line-height: 30px;
    background-color: #eee;
    padding:6px;
    text-align: center;
    vertical-align: middle;
    display: none;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-size: 14px;
    color: #777;
}

div#metadata-accordion h5 {
    color: #495057;
    background-color: #e9ecef;
}

button#info-btn span.fa-info {
    font-size: small;
}

button#info-btn span.fa-angle-left {
    margin-top: 5px;
    font-size: large;
}

button#info-btn span.fa-angle-right {
    margin-top: 5px;
    font-size: large;
}

div#metadata-accordion div.card-header {
    padding: 0;
}

div#metadata-accordion div.card-header button.btn {
    font-size: 1.1rem;
    width: 100%;
    text-align: left;
    color: #495057;
    background-color: #e9ecef;
    font-weight: bold;
    text-decoration: none;
}

div#metadata-accordion div.card-header button.btn:hover {
    text-decoration: none;
    background-color: #f9fcff;
}

div#metadata-accordion div.card-header button.btn span.fa {
    float: right;
    margin-top: 4px;
}

div#metadata-accordion div.metadata-table h5 {
    font-size: 1.1rem;
    padding: 4px 8px 4px 8px;
}

div#metadata-accordion div.metadata-table p {
    padding: 0 8px 0 8px;
}

div#metadata-accordion div.card-body {
    padding: 0.8rem;
}

div#general-metadata div.card-body {
    padding: 0.6rem;
}

div#general-metadata div.container {
    padding: 0;
}

div.quick-reference h5 {
    font-weight: bold;
    font-size: 1.1rem;
    color: #495057;
    padding: 12px;
    background-color: #e9ecef;
    border-radius: .25rem;
    border: 1px solid rgba(0, 0, 0, .125);
}

div.quick-reference ul {
    margin-top: 2em;
}

div.quick-reference button.navbar-toggler {
    background-color: rgb(33, 37, 41);
}

div.quick-reference p.quick-reference-message {
    margin-left: 12px;
    margin-top: 1em;
}
