/* scss standard definitions */
body {
  background-color: #eaeaea;
  margin: 0;
  font-family: arial, verdana;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  body {
    width: 100%;
  }
}
@media only screen and (min-width: 980px) {
  body {
    min-width: 960px;
  }
}

/* "global" colors: local exceptions are contained in their respective modules */
.navbar {
  background-color: darkslategray;
}

.nav-link {
  color: whitesmoke !important;
}

ul.dropdown-menu {
  background-color: whitesmoke !important;
}

/* small devices */
@media (max-width: 799px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
/* New: Filtering on Home Page */
#homepgfilt {
  display: none;
}

#misfromh, #misfroml {
  width: 36px;
  padding-left: 4px;
}

.spinicons {
  display: inline-block;
  position: relative;
  top: 9px;
}

.uparw {
  cursor: pointer;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid black;
}

.separator {
  max-height: 4px;
}

.dwnarw {
  cursor: pointer;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid black;
}

/* login elements */
#cookie_state, #admin {
  display: none;
}

/* modals */
.modal-header, .modal-footer {
  background-color: #dfe9e3;
  color: black;
}

.modal-body {
  color: black;
  text-align: left;
}

input[id^=q] {
  margin-bottom: 4px;
}

#mapview {
  height: 100vh;
}

#imphike {
  margin-left: 1rem;
  margin-bottom: 8px;
  z-index: 1000;
}

#clear {
  position: relative;
  font-size: 24px;
  top: 4px;
  left: -26px;
  color: brown;
  z-index: 220;
  cursor: pointer;
}

#search {
  border-radius: 8px;
  border-width: 1px;
  border-color: darkslategray;
  font-size: 16px;
  padding-left: 6px;
  height: 32px;
  width: 216px;
  position: relative;
  top: 4px;
  left: 6px;
}

#map {
  box-sizing: border-box;
  height: 100%;
  border: 1px solid #AAA;
  margin-left: 0px;
}

li img {
  float: left;
  margin-right: 4px;
}

li {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 4px;
}

#iwVC {
  background-color: #f0f0f0;
  color: Black;
  padding: 8px;
  margin: 3px;
}

#iwCH {
  background-color: #f0f0f0;
  color: Black;
  padding: 8px;
  margin: 3px;
}

#iwNH {
  background-color: #f0f0f0;
  color: Black;
  padding: 8px;
  margin: 3px;
}

#iwXH {
  background-color: #f0f0f0;
  color: Black;
  padding: 8px;
  margin: 3px;
}

#iwVC a, #iwCH a, #iwNH a, #iwXH a {
  font-size: 12px;
  top: -1px;
  left: -6px;
}

/* For favorites map page: */
#favlist {
  position: absolute;
}



/*# sourceMappingURL=mapOnly.css.map */
