/* 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;
}

/* Map & Modal buttons */
#map_grp1, #map_grp2, #map_grp3, #map_grp4 {
  display: none;
  width: fit-content;
  height: fit-content;
  position: fixed;
  bottom: 12px;
  left: 12px;
  z-index: 1000;
}

/* Draw Rectangle */
#rect_btns {
  padding: 3px;
}

/* Default save method is import hike [comments in saveOffline.js] */
#imphike {
  margin-left: 1rem;
  margin-bottom: 8px;
  z-index: 1000;
}

#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;
}

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

/* Import gpx file */
#gpxfile {
  width: 220px;
}

#gpxfile::file-selector-button {
  border: 2px brown solid;
  border-radius: 3px;
  cursor: pointer;
  background-color: blanchedalmond;
}

form {
  padding: 3px;
}

#impgpx {
  margin-left: 4px;
  width: 300px;
}

#map {
  box-sizing: border-box;
  overflow: hidden;
  min-height: 300px;
  width: 98vw;
  height: 95vh;
  border: 1px solid #AAA;
  margin-left: 0px;
}

/* Intro Modal */
#options {
  margin-bottom: 6px;
}

#saveRect, #saveHike, #saveGpx {
  cursor: pointer;
  position: relative;
}

/* Save Map Modal */
#map_name {
  width: 160px;
  border-color: brown;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
}

/* Save Status Modal */
#progress {
  height: 48px;
  width: 280px;
  background-color: gainsboro;
}

#bar {
  height: 48px;
  width: 2px;
  background-color: SeaGreen;
}

/* Recenter map modal */
.latlngs {
  width: 80px;
  font-size: 14px;
}

/*  end of modal styles */

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