body {
  color: #02090e;
  font: 400 15px/22px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

h1 {
  font-size: 22px;
  margin: 0;
  font-weight: 400;
  line-height: 20px;
  padding: 20px 2px;
}

a {
  color: #007cc2;
  text-decoration: none;
}

a:hover {
  color: #101010;
}

.sidebar {
  position: absolute;
  width: 33.3333%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  z-index: -2;
}

.pad2 {
  padding: 20px;
}

.map {
  position: absolute;
  left: 33.3333%;
  width: 66.6666%;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.heading {
  background: #fff;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
}

.listings {
  height: 100%;
  overflow: auto;
  padding-bottom: 60px;
}

.listings .item {
  display: block;
  border-bottom: 1px solid #ff8b06;
  padding: 10px;
  text-decoration: none;
}

.listings .item:last-child {
  border-bottom: none;
}

.listings .item .title {
  display: block;
  color: #007cc2;
  font-weight: 700;
}

.listings .item .title small {
  font-weight: 400;
}

.listings .item.active .title,
.listings .item .title:hover {
  color: #007cc2;
}

.listings .item.active {
  background-color: #f8f8f8;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-left: 0;
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #ff8b06;
  border-radius: 0;
}

.clearfix {
  display: block;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Marker tweaks */
.mapboxgl-popup-close-button {
  display: none;
}

.mapboxgl-popup-content {
  font: 400 15px/22px "Source Sans Pro", "Helvetica Neue", Sans-serif;
  padding: 0;
  width: 180px;
}

.mapboxgl-popup-content-wrapper {
  padding: 1%;
}

.mapboxgl-popup-content h3 {
  background: #007cc2;
  color: #fff;
  margin: 0;
  display: block;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  font-weight: 700;
  margin-top: -15px;
  font-size: 12px;
}

.mapboxgl-popup-content h4 {
  margin: 0;
  display: block;
  padding: 10px;
  font-weight: 400;
  font-size: 12px;
}

.mapboxgl-popup-content div {
  padding: 10px;
}

.mapboxgl-container .leaflet-marker-icon {
  cursor: pointer;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
  margin-top: 15px;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
  border-bottom-color: #007cc2;
}

.marker {
  border: none;
  position: initial;
  cursor: pointer;
  height: 56px;
  width: 56px;
  background-image: url(/images/markerblack.png);
  background-color: rgba(0, 0, 0, 0);
}
.mapboxgl-popup {
  padding-bottom: 50px;
}

#progress1 {
  width: 30%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 640px) {
  .sidebar {
    position: absolute;
    width: 100%;
    height: 30%;
    top: 70%;
    left: 0;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    z-index: -2;
  }

  .pad2 {
    padding: 0;
    position: absolute;
  }

  .map {
    position: absolute;
    left: 0;
    height: 70%;
    width: 100%;
    top: 0%;
    bottom: 0;
    z-index: -2;
  }
}

/*----------------/
*/

button {
  margin-top: 10%;
  box-shadow: inset 0px 1px 0px 0px #97c4fe;
  background: linear-gradient(to bottom, #007cc2 5%, #007cc2 100%);
  background-color: #121a81;
  border-radius: 6px;
  border: 1px solid #eaeaea;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #1570cd;
}
.Button:hover {
  background: linear-gradient(to bottom, #46474a 5%, #46474a 100%);
  background-color: #1e62d0;
}
.Button:active {
  position: relative;
  top: 1px;
}

#Topimage {
  width: 100%;
  margin-top: -25%;

  background-image: url("/images/garmintop.jpg");
  height: 170px;
  margin-left: 0%;
  z-index: 9999;
  display: inline-block;
}

.marker {
  border: none;
  position: absolute;
  cursor: pointer;
  height: 56px;
  width: 56px;
  background-image: url(markerblack.png);
  background-color: rgba(0, 0, 0, 0);
}

.mapboxgl-popup-content {
  width: 200px;
  height: 220px;
}
