:root {
  --admin-bg-color: #fdfdab;
  --csiro-blue: #007b97;
}

.alert-box {
  background-color: #EFF;
  border: 1px solid #DEE;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 2px 18px 2px;
}

.alert-li-heading {
  font-weight: bold;
}

.select-box-container {
  margin-bottom: 18px;
}

.amcharts4-chartdiv {
  width: 100%;
  height: 640px;
  max-width: 1024px;
  margin: 0px auto;
}

.leaflet-container {
  width: 100%;
  height: 640px;
}

.map-loading-section {
  width: 100%;
  height: 640px;
  display: flex;
  align-content: center;
  justify-content: center;
}

.map-loading-section-content {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
}

.map-loading-section-progress-bar {
  accent-color: #007b97;
}

.map-cluster-marker-image {
  position: relative;
  margin-left: -12px;
  margin-top: -41px;
  width: 25px;
  height: 41px;
}

.map-cluster-marker-badge {
  justify-content: center;
  height:18px;
  width: auto;
  padding: 1px 2px;
  background-color: indianred;
  border-radius: 4px;
  white-space: nowrap;
  font-weight: bold;
  color: white;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: -40px;
  right: -10px;
}

.leaflet-div-icon {
  border: none;
  background-color: transparent;
}

.bgi.bgi--default {
  background-color: white;
}

.bgi .section {
  background: white;
  padding: 10px;
  margin: 0px auto;
  max-width: 1024px;
}

.bgi .section ul {
  list-style-position: outside;
}

.bgi .section ul li {
  list-style-position: outside;
}

.bgi .section.graphsection {
  padding: 0;
  padding-top: 20px;
  max-width: initial;
}
.bgi .section.photosection {
  padding: 0 0 0 0;
  margin: -44px auto 0 auto;
  max-width: 1024px;
  max-height: 800px;
  position: relative;
  text-align: center;
  line-height: 0;
}

.section.photosection img {
  vertical-align: middle;
  text-align: center;
  max-height: 800px;
  max-width: 100%;
  display: inline-block;
  z-index:1;
  position: relative;
}

.section.photosection img.blur {
  filter: blur(6px);
  /*transform: scale(1.09, 1.01);*/
}
.section.photosection img.vertical {
  height: 800px;
  width: auto;
  z-index:2;
  margin-top:-800px;
}

.bgi .section.mapsection {
  padding: 6px 0 0 0;
  margin-top: -60px;
  max-width: initial;
  background-color: #d4dadc;
}

.bgi .section.mapsection .leaflet-container {
  margin-top: 47px;
}

.bgi .section.descsection {
  margin: -30px auto 0;
  width: 50%;
  border: 2px solid black;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 2px 10px #010101;
  position: relative;
  z-index:3;
}

.bgi .section.sitetitle {
  margin: -40px auto 0;
  width: 50%;
  border: 2px solid black;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 2px 10px #010101;
  position: relative;
  text-align: center;
  z-index:3;
}

ul.site-popup-value-list {
  list-style: none;
  margin-left: 0;
  padding-left:0;
}

.calibrated_site {
  color: #006600;
}

.uncalibrated_site {
  color: #660401;
}

header .header__bg__s1, header .header__bg__s2 {
  border-bottom: 1px solid #e0e0e0;
}

.section footer {
  width: 66%;
  margin: 0px auto;
}
.section footer img {
  width: 70%;
  margin: 0px auto;
  display: block;
}
.section footer span.tagline {
  font-style: italic;
  margin: 0px auto;
  display: inline-block;
}

.try_me_built_url_label {
  display: inline-block;
  line-height: 2em;
}

.try_me_built_url {
  display: inline-block;
  height: auto;
  line-height: 1.1em;
  background-color: #F4F4F4;
  position: relative;
  box-shadow: inset 0px 0px 1px 2px #000000;
  padding: 4px;
  cursor: text;
}

.try_me_text_area {
  width: 100%;
  height: auto;
  background-color: #F4F4F4;
  position: relative;
  box-shadow: inset 0px 0px 1px 2px #000000;
  padding: 10px;
}


.wordwrap {
  white-space: pre-wrap;      /* CSS3 */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -pre-wrap;     /* Opera <7 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  word-wrap: break-word;      /* IE */
}

.user-ctrl {
  position: absolute;
  bottom: -4px;
  right: 0px;
  padding-right: 32px;
  padding-left: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: var(--admin-bg-color);
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  color: #565859;
  font-size: .86667rem;
  font-weight: 600;
  white-space: nowrap;
}

@media (min-width: 66.73333em) {
  .user-ctrl {
    bottom: unset;
  }
}

.admin-ctrl {
  background: var(--admin-bg-color);
}

.calibration-editor .models-table-wrapper table {
  width: 100%;
}

.calibration-editor .models-table-wrapper input {
  width: 100%;
}

.pill-nav a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  border-radius: 3px;
}

/* Change the color of links on mouse-over */
.pill-nav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.pill-nav a.active {
  background-color: dodgerblue;
  color: white;
}

/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 10px 15px 15px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: var(--csiro-blue);
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: var(--csiro-blue);
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
