@import url("https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap");
@keyframes radioout {
  0% {
    top: 0;
    transform: scale(1);
  }
  50% {
    top: -5vw;
    transform: scale(0.5);
  }
  100% {
    top: 0;
    transform: scale(1);
  }
}
@keyframes radioin {
  0% {
    top: 0;
    transform: scale(1);
  }
  50% {
    top: -5vw;
    transform: scale(0.5);
  }
  100% {
    top: 0;
    transform: scale(1);
  }
}
* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-family: "Roboto Slab", serif;
}

a {
  text-decoration: none;
}
#notification {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 800;
  background-color: white;
  opacity: 0.8;
  color: rgb(0, 22, 64);
  padding: 10px;
  margin-left: -25%;
  width: 50%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
  transition: all 1s ease;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
.transition {
  transition: all 1s ease;
}
#pagefeedback {
  overflow: hidden;
  max-height: 800px;
}
.floatinout {
  overflow: hidden;
}
.coltogglebutton {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 90px;
  height: 30px;
  line-height: 30px;
  background-color: #f4f4f4;
  font-size: 15px;
  text-align: center;
}
.PApage .centerme {
  margin-left: 150px;
}
.PApage .button,
input[type="submit"] {
  background-color: white;
  color: green;
  border: 1px solid grey;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  width: 100px;
}
.PApage input,
.PApage .button,
.PApage select {
  height: 20px;
  line-height: 20px;
  margin: 2px;
}
.PApage input:not([type="submit"]),
.PApage select {
  display: inline-block;
  width: 150px;
}
.inlinesub div {
  display: inline-block;
}
.PApage p.label {
  line-height: 26px;
}
.PApage p {
  margin: 5px !important;
  min-height: 26px;
}
.PApage h2 {
  color: green;
  font-size: 1.1em;
}
.PApage {
  overflow: hidden;
  max-height: 0px;
  transition: all 1s ease;
}
.overflowHidden {
  overflow: hidden;
  max-height: 800px;
}
/*-------------------------*/
.flexcont {
  display: flex;
}
.labeln {
  display: inline;
}
.flexR {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.flexC {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.flexI {
  align-content: left;
}
.center {
  text-align: center;
}
.w100 {
  width: 100%;
}
#logosun {
  background-image: url("img/sun.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
#logomoon {
  background-image: url("img/moon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
#logovisible {
  background-image: url("img/visible.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
#logoinvisible {
  background-image: url("img/invisible.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
#logonight {
  background-image: url("img/night.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
#logoday {
  background-image: url("img/day.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.animate {
  animation-duration: 1.1s;
  animation-name: getAttention;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.animate:after {
  content: "\A for this area";
  white-space: pre;
  font-size: 0.5em;
}

@keyframes getAttention {
  from {
    opacity: 0;
    color: inherit;
  }

  to {
    opacity: 1;
    background-color: #ff5;
  }
}
#header {
  /* box-sizing: border-box; */
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#formid > div {
  margin: 5px;
}
#tzone {
  align-self: center;
}
#about {
  align-self: center;
  margin-right: 10px;
}
#formid {
  display: flex;
}
.fieldtag {
  font-size: 0.8em;
}
#sharelink {
  width: 100%;
}

#mapid {
  box-sizing: border-box;
  width: 100%;
  flex-grow: 1;
}
#mapid.dark {
  background-color: #333 !important;
}

.alertVisi {
  opacity: 1 !important;
  visibility: visible !important;
}
#infobox {
  text-align: left;
  /*padding:5%;*/
}
.valign {
  height: 50px;
  top: 50%;
  margin-top: -25px;
  position: relative;
  line-height: 50px;
  margin-right: 10px;
}
.divTable {
  display: table;
}
.divTableRow {
  display: table-row;
}
.divTableCell,
.divTableHead {
  display: table-cell;
}
.divTableBody {
  display: table-row-group;
}

button {
  border-radius: 5px;
  width: 140px;
  height: 40px;
  font-size: 1em;
}
button.nobutton {
  background: none;
  border: none;
  height: auto;
  width: auto;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  text-align: left;
}
button.nobutton:hover {
  color: blue;
}
input,
select {
  border-radius: 5px;
  font-size: 1em;
  height: 40px;
}
button {
  border-radius: 2px;
  width: 100px;
  height: 40px;
  font-size: 1em;
}
#butres {
  background-color: #faa;
}

#butshow {
  background-color: #aaf;
}
#footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#footer div {
  transition: all 0.5s ease;
  margin-left: 10px;
  margin-right: 10px;
}
/* Hide the default checkbox */
.cb_dtr input[type="checkbox"] {
  display: none;
}

/* Draw our custom check box */
.cb_dtr {
  width: 25px;
  height: 10px;
  background: #555;
  position: relative;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
}

.cb_dtr label {
  display: block;
  width: 20px;
  height: 20px;
  top: -4px;
  left: -4px;
  position: absolute;
  border-radius: 50%;
  transition: all 0.5s ease;
  cursor: pointer;
  background: #ccc;
  z-index: 1;
}
.cb_dtr input[type="checkbox"]:checked + label {
  left: 9px;
}
.cb_dtr input[type="checkbox"]:checked + label:not(:hover) {
  background: green;
}
.cb_dtr::before {
  content: "\2022";
  text-transform: lowercase;
  font-family: Verdana;
  position: absolute;
  top: 0px;
  left: 1px;
  height: 2px;
  color: #26ca28;
  font-size: 8px;
}
.cb_dtr::after {
  content: "\2022";
  text-transform: lowercase;
  font-family: Verdana;
  position: absolute;
  top: 0px;
  right: 2px;
  height: 2px;
  color: #ca2626;
  font-size: 8px;
}
.cb_dtr label:hover {
  background: #ffa;
}
.varcol {
  transition: background-color 0.3s ease;
}
.dark > .leaflet-popup-content-wrapper {
  background-color: #333 !important;
  color: #ddd;
}
.dark .leaflet-popup-tip {
  background-color: #333 !important;
  color: #ddd;
}
.dark .nobutton {
  color: #ffb;
}
.dark a {
  color: #ffb !important;
}
.dark .leaflet-control-zoom-in,
.dark .leaflet-control-zoom-out {
  background-color: #333 !important;
  color: #ddd;
}
.varcol.dark {
  /* Your styles for the first child of all elements */
  /* Add a new selector or at-rule here */
  background-color: #333 !important;
  color: #ddd;
}
varcolChild.dark,
.varcolChild.dark > * {
  background-color: #333 !important;
  color: #ddd;
}

.rad_station {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.rad_station input[type="radio"]:checked + label {
  border-radius: 10px;
  height: 20px;
  width: 20px;
  background-color: green;
  animation-name: radioin;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  transition: all 1s ease-in-out;
}
[type="radio"] {
  display: none;
}
.rad_station input[type="radio"] + label {
  border-radius: 10px;
  height: 20px;
  width: 20px;
  background-color: #ffd;
  animation-name: radioout;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  transition: all 1s ease-in-out;
}
#exxp {
  background-color: #ffd;
  color: red;
  font-size: 0.6em;
}
/*unsubscribe page*/
.cflex {
  max-width: 300px;
  padding: 40px;
  text-align: center;
  border: 1px solid #ca0;
  border-radius: 50px;
  display: inline-block;
}
.centerall {
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  width: 100%;
}
/*Overlay for info*/

.overlay {
  position: absolute;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: white;
  color: #113;
  transition: 0.5s;
  z-index: 2000;
  border: 5px solid #55c;
  overflow: hidden;
}
.overlay-title {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
.overlay-cont {
  /* position:relative; */
  width: 100%;
  overflow-y: scroll;
  box-sizing: unset;
  height: 100%;
  padding-top: -100px;
  /* flex-grow:1; */
  /* margin-top: 100px; */
  /* scrollbar-width:none; */
  /* to hide scrollbar */
  margin-right: 30px;
  padding-right: 60px;
  overflow: auto;
}
.slider-description.dhide {
  max-height: 10%;
  transition: max-height 1s;
  -webkit-transition: max-height 1s;
  cursor: zoom-in;
}
.hide {
  /* right:0px; */
  width: 80px;
  height: 80px;
  /* position:absolute; */
  /* top:0px; */
  line-height: 80px;
  text-align: center;
  font-size: 2em;
  cursor: pointer;
  border-radius: 40px;
  -webkit-transition: 1s;
  transition: 1s;
}
.hide:hover {
  color: blue;
  background: rgba(0, 0, 0, 0.1);
  transform: rotate(90deg);
  border-radius: 2px;
}
.overlay-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.trackselector {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media only screen and (max-device-width: 950px) {
  .hidemob {
    display: none;
    width: 0;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (orientation: portrait) {
  .trackselector > div {
    margin: 5px;
    width: 100px;
  }
  .coltogglebutton {
    width: 45px;
  }

  .trackselector {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }
  #header {
    flex-direction: column;
    justify-content: center;
  }
  .button {
    width: 100%;
  }
  .fgrow {
    flex-grow: 1;
  }

  button {
    min-width: 90px;
    width: 100%;
    height: 40px;
  }

  #formid {
    justify-content: center;
    flex-wrap: wrap;
  }
  #formid div {
    padding: 1px;
  }
  #footer {
    font-size: 0.8em;
    align-items: center;
  }
  #formid > div {
    margin: 0;
  }
}
