body,
html {
  height: 100%;
  /*  width: 99%;*/
  overflow: auto;
  margin: 0;
}

/*nav {
  height: 8vh;
  background-color: #ffffff;
  color: white;
  /*width: 100%;*/
/*  margin-left: 10px;
  border-bottom: 1px solid #B8B9B8;  
}

nav.sub-nav {
    height: 5vh;
}
*/
.center-text {
  text-align: center;
}

nav a {
  text-decoration: none;
  font-size: 14px;
  font-family: "Arial";
  font-weight: bold;
  color: #20b2d6;
  margin-right: 10px;
}

.section1links {
  padding-right: 5%;
  text-align: left;
}

#socialLinks {
}

#toolbar {
  height: 6vh;
  padding: 15px 5px 5px 15px;
  border-top: 1px solid #b8b9b8;
  border-bottom: 1px solid #b8b9b8;
}

.toolbar-container {
  display: grid;
  /*  grid-template-areas: "addressLabel addressTextField radiusLabel radiusTextField exploreButton";*/
  grid-template-columns: 0.04fr 0.4fr 0.11fr 0.18fr 0.08fr 0.05fr 0.04fr 0.04fr 0.04fr 0.04fr 0.04fr;
  grid-column-gap: 10px;
  /* grid-auto-flow: row;
  grid-template-rows: 600px;
  border-top: 1px solid #747774;*/
  /* align-content: space-around;
  margin-bottom: 25px;
  background: #fefefe;
  grid-gap: 25px;*/
}

.label {
  font: 15px Arial;
  width: auto;
}

.button:hover {
  cursor: pointer;
}

#exploreButton {
  margin-right: 5px;
}

#radiusTextField {
  width: 60px;
}

#exploreTextField:hover {
  cursor: pointer;
}

#placeSearchCenterCheckBox:hover {
  cursor: pointer;
}

div.scrollmenu {
  /*  background-color: #ddd;*/
  overflow: auto;
  white-space: nowrap;
  width: 300px;
  border: 1px solid #ccc;
  padding: 4px 4px 4px 4px;
}

div.scrollmenu a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}

/*#trigger {
  display: none;
}
.checker {
  background-image: url(../images/sightseeing.png);
  background-position: left center;
  background-size: auto 100%;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
#trigger:checked + .checker {
  background-position: right center;
}*/

input.place-type[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label#sightseeing {
  /*   background: url("../images/sightseeing24x24.png") 0 0px no-repeat;*/
  height: 21px;
  width: 24px;
  display: inline-block;
  padding: 3px 0 0 0px;
  background-color: #ccc;
  border: 1px solid #aaa;
  border-radius: 50%;
  /*  margin-top: -20px;*/
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

input[type="checkbox"]:hover + label#sightseeing {
  background-color: #37a8da;
}

input[type="checkbox"]:checked + label#sightseeing {
  /*  background: url("../images/sightseeing24x24.png") 0 0px no-repeat;*/
  height: 21px;
  width: 24px;
  display: inline-block;
  padding: 3px 0 0 0px;
  background-color: #37a8da; /*#6fb557;*/
  border: 1px solid #aaa;
  border-radius: 50%;
  /*   margin-top: -20px;*/
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

input[type="checkbox"] + label#beaches {
  /*   background: url("../images/beaches24x24.png") 0 0px no-repeat;*/
  height: 21px;
  width: 24px;
  display: inline-block;
  padding: 3px 0 0 0px;
  background-color: #ccc;
  border: 1px solid #aaa;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

input[type="checkbox"]:hover + label#beaches {
  background-color: #f2942f;
}

input[type="checkbox"]:checked + label#beaches {
  /*   background: url("../images/beaches24x24.png") 0 0px no-repeat;*/
  height: 21px;
  width: 24px;
  display: inline-block;
  padding: 3px 0 0 0px;
  background-color: #f2942f; /*#6fb557;*/
  border: 1px solid #aaa;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

input[type="checkbox"] + label#stay {
  /*    background: url("../images/stay24x24.png") 0 0px no-repeat;*/
  height: 21px;
  width: 24px;
  display: inline-block;
  padding: 3px 0 0 0px;
  background-color: #ccc;
  border: 1px solid #aaa;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

input[type="checkbox"]:hover + label#stay {
  background-color: #d051b7;
}

input[type="checkbox"]:checked + label#stay {
  /*    background: url("../images/stay24x24.png") 0 0px no-repeat;*/
  height: 21px;
  width: 24px;
  display: inline-block;
  padding: 3px 0 0 0px;
  background-color: #d051b7; /*#6fb557;*/
  border: 1px solid #aaa;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

input[type="checkbox"] + label#shopping {
  /*   background: url("../images/shopping24x24.png") 0 0px no-repeat;*/
  height: 21px;
  width: 24px;
  display: inline-block;
  padding: 3px 0 0 0px;
  background-color: #ccc;
  border: 1px solid #aaa;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

input[type="checkbox"]:hover + label#shopping {
  background-color: #71af26;
}

input[type="checkbox"]:checked + label#shopping {
  /*    background: url("../images/shopping24x24.png") 0 0px no-repeat;*/
  height: 21px;
  width: 24px;
  display: inline-block;
  padding: 3px 0 0 0px;
  background-color: #71af26; /*#6fb557;*/
  border: 1px solid #aaa;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

input[type="checkbox"] + label#food {
  /*    background: url("../images/food24x24.png") 0 0px no-repeat;*/
  height: 21px;
  width: 24px;
  display: inline-block;
  padding: 3px 0 0 0px;
  background-color: #ccc;
  border: 1px solid #aaa;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

input[type="checkbox"]:hover + label#food {
  background-color: #d33d29;
}

input[type="checkbox"]:checked + label#food {
  /*    background: url("../images/food24x24.png") 0 0px no-repeat;*/
  height: 21px;
  width: 24px;
  display: inline-block;
  padding: 3px 0 0 0px;
  background-color: #d33d29; /*#6fb557;*/
  border: 1px solid #aaa;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

input[type="checkbox"] + label#camping,
input[type="checkbox"] + label#recreation {
  /*   background: url("../images/camping24x24.png") 0 0px no-repeat;*/
  height: 21px;
  width: 24px;
  display: inline-block;
  padding: 3px 0 0 0px;
  background-color: #ccc;
  border: 1px solid #aaa;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

input[type="checkbox"]:hover + label#camping,
input[type="checkbox"]:hover + label#recreation {
  background-color: #a13336;
}

input[type="checkbox"]:checked + label#camping,
input[type="checkbox"]:checked + label#recreation {
  /*    background: url("../images/camping24x24.png") 0 0px no-repeat;*/
  height: 21px;
  width: 24px;
  display: inline-block;
  padding: 3px 0 0 0px;
  background-color: #a13336; /*#6fb557;*/
  border: 1px solid #aaa;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

input[type="checkbox"] + label#transportation {
  /*    background: url("../images/food24x24.png") 0 0px no-repeat;*/
  height: 21px;
  width: 24px;
  display: inline-block;
  padding: 3px 0 0 0px;
  background-color: #ccc;
  border: 1px solid #aaa;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

input[type="checkbox"]:hover + label#transportation {
  background-color: darkgreen; /*#e6e600;*/
}

input[type="checkbox"]:checked + label#transportation {
  /*    background: url("../images/food24x24.png") 0 0px no-repeat;*/
  height: 21px;
  width: 24px;
  display: inline-block;
  padding: 3px 0 0 0px;
  background-color: darkgreen; /*#e6e600;*/ /*#6fb557;*/
  border: 1px solid #aaa;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

.index-container {
  display: grid;
  grid-template-areas: "explore-input";
  /*  grid-template-columns: 3fr 1fr;
  grid-column-gap: 10px;*/
  grid-auto-flow: column;
  grid-template-rows: 500px;
  /*  border-top: 1px solid #747774;*/
  align-content: space-around;
  margin-bottom: 25px;
  background: #fefefe;
  grid-gap: 25px;
  margin: 5px 25px 25px 25px;
}

.explore-input-container {
  display: grid;
  grid-template-areas:
    "address"
    "radius places button";
  grid-template-columns: 330px 60px 130px;
  grid-template-rows: 60px;
  /*  grid-row-gap: 5px;
/*  grid-auto-flow: column;*/
  /*  grid-template-colums: 500px;*/
  /*  border-top: 1px solid #747774;
  align-content: space-around;*/
  /*  margin-bottom: 25px;
  background: #fefefe;
  grid-gap: 10px;
  margin: 25px 25px 25px 25px;*/
  justify-self: center;
  /* justify-items: center;*/
  /* align-items: center;*/
  margin-top: 200px;
  margin-left: 25%;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b0b0b0;
  font-size: 14px;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b0b0b0;
  font-size: 14px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b0b0b0;
  font-size: 14px;
}

/*.address {
    grid-column-start: 1;
    grid-column-end: 3;    
}*/

.explore-input {
}

.explore-input-field {
  font-size: 14px;
}

/*.container {
  overflow: auto;
  height: 95vh;
  margin: 8px;
}*/
.inputs-container {
  display: grid;
  grid-template-areas: "map options";
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 10px;
  grid-auto-flow: column;
  grid-template-rows: 600px;
  /*  border-top: 1px solid #747774;*/
  align-content: space-around;
  margin-bottom: 25px;
  background: #fefefe;
  grid-gap: 25px;
  margin: 25px 25px 25px 25px;
}

.toggle-marker {
  margin-left: 25px;
}

.toggle-marker-off {
  color: #b3b3b3;
}

.checkedStar {
  color: #f4c964;
}

.uncheckedStar {
  color: #ccc;
}

.facebook-icon,
.web-icon,
.blogger-icon {
  margin-left: 4px;
  vertical-align: sub;
}

.picture-icon {
  width: 10px;
  height: 10px;
}

#googleMap {
  display: none;
}

#map {
  border: 1px solid #b8b9b8;
  /* width: 100%; */
  height: 100%;
}

#options {
  border: 1px solid black;
}

#inputsPanel {
  /*  position: fixed;*/
  height: 81vh;
  top: 8vh;
  left: 75%;
  right: 20px;
  background: #4ca984; /*#0391d3;*/ /*#5fc5f0;*/ /*#87cefa; #f2f2f2;
/*  background:url(template/images/slider.gif);*/
  color: #202020;
  float: right;
  z-index: 999;
  padding: 5px;
  border: 1px solid #b8b9b8;
  border-radius: 2px;
}

#placeDetails {
  position: relative;
}

#placeDetailsResults {
  overflow-y: auto;
  width: 98%;
  height: 80vh; /*230px;*/
  margin-left: 2px;
  margin-top: 3px;
  border: 1px solid #b8b9b8;
  background: #ffffff;
}

#placeDetailsTextArea {
  overflow-y: auto;
  width: 97%;
  height: 230px;
  margin-left: 5px;
}

.place {
  margin-bottom: 5px;
  cursor: move;
}

.place:hover,
.fas:hover {
  cursor: pointer;
}

.place:nth-child(even) {
  background-color: #eee;
}

.notes-section {
  margin-top: 10px;
}

footer {
  height: 60px;
  top: 0px;
  background: #f4c964;
}

footer p.copyright {
  width: 100%;
  height: 3vh;
  text-align: center;
  padding-top: 25px;
  color: #202020;
}

.place-highlight {
  background-color: #ccc !important;
}

/* Contact page */

#contact {
  /*    width: 500px;
    height: 300px;
    margin-top: 60px;*/
  margin-left: 25px;
}

#contactForm fieldset {
  border: none;
  margin: 10px 10px 10px 25px;
}

#contact-section,
#support {
  /*height: 100vh;*/
  border: 1px solid #b8b9b8;
}

.contact-section-container {
  height: 81vh;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas:
    "contact-text"
    "contact-form";
  padding-top: 30px;
}

.contact-section-grid-item {
  text-align: center;
}

.contact-intro {
  border-right: 1px solid #444;
}

.contact-intro h1 {
  margin-bottom: 20px;
}

#section-1 {
  height: 17vh;
  background: #f4c964;
  line-height: 56px;
  white-space: nowrap;
  color: #5c5c5c;
  border-top: 1px solid #b8b9b8;
  border-bottom: 1px solid #b8b9b8;
  padding-top: 10px;
}

.section-1a-container {
  height: auto;
}

.section-1-container {
  display: grid;
  grid-template-columns: auto auto auto;
  height: 122px;
}

.grid-item {
  text-align: center;
  height: 122px;
}

.top-section-1-container {
  display: grid;
  grid-template-columns: auto auto;
  height: 15vh;
  padding-top: 20px;
}

.top-section-1-grid-item {
  text-align: center;
  height: 15vh;
}

/* Support page */

.support-container {
  margin: 30px 0px 0px 30px;
}

#support h1 {
  margin-bottom: 20px;
}

#support .sub-title {
  /*    font-size: 16px;
    font-weight: bold;*/
  margin-bottom: 20px;
  /*    margin-left: 45%;*/
}

#getting-started {
  width: 60%;
  margin: 0 auto;
  font-size: 16px;
}

#getting-started #getting-started-details header {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}

#getting-started #getting-started-details section {
  font-size: 12px;
  margin-bottom: 20px;
}

#bullet_list {
  margin-top: 20px;
  margin-left: 50px;
}

/* Cookie Banner */
.cookie-banner {
  position: fixed;
  bottom: 40px;
  left: 5%;
  right: 5%;
  width: 90%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(255, 240, 202);
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  color: #000;
  border: 1px solid rgb(224, 188, 87);
  flex-direction: row;
  margin: 5px;
  z-index: 9999;
}

.close-cookie-banner {
  background-color: rgb(224, 188, 87);
  border: none;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  float: right;
  padding: 5px;
}
