body {
    /* margin-top: 40; */
    padding: 0;
    /* height: 1000px; */
    /* top: 30px; */
}

#map {
    /* position: absolute; */
    top: 0px;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#map-overlay-mg {
    font: bold 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    position: absolute;
    width: 500px;
    /* was 450px */
    top: 0;
    left: 0;
    padding-top: 20px;
    padding-left: 10px;
    height: 93%;
    margin-top: 50px;
    /* matches height of topnav */
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 100%;
}

#map-overlay-mg .map-overlay-inner {
    /* background-color: rgba(0, 0, 0, 0.85); */
    /* opacity: 20%; */
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.20); */
    /* border-radius: 3px; */
    /* padding: 10px; */
    margin-bottom: 10px;
    /* height: 100%; */
    overflow: scroll
}

.mapboxgl-popup {
    max-width: 400px;
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.div-text {
    color: #fff;
}

.topnav {
    /* background-color: #333; */
    background-color: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    position: absolute;
    z-index: 10000;
    top: 0px;
    width: 100%;
}


/* Style the links inside the navigation bar */

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 17px;
}


/* Change the color of links on hover */

.topnav a:hover {
    background-color: #ddd;
    color: black;
}


/* Add a color to the active/current link */

.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

#menu {
    /* background: #fff; */
    position: absolute;
    z-index: 1;
    top: 60px;
    /* padding-top: 100px; */
    right: 10px;
    border-radius: 3px;
    width: 120px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    font: bold 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-family: 'Open Sans', sans-serif;
}

#menu a {
    font-size: 13px;
    color: #fff;
    display: block;
    margin: 0;
    padding: 0;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center;
    background-color: #cccccc;
}

#menu a:last-child {
    border: none;
}

#menu a:hover {
    /* background-color: #f8f8f8; */
    color: #ffffff;
    background: #404040;
}

#menu a.active {
    /* background-color: #3887be; */
    background-color: rgba(0, 0, 0, 0.85)
    /* color: #ffffff; */
}

#menu a.active:hover {
    background: #404040;
}

#panorama {
    width: 600px;
    height: 400px;
}

#gmap-container {
    width: 98%;
    height: 400px;
    /* background-color: #ddd; */
    padding-right: 10px;
}

#attribute-content-display {
    /* padding-top: 420px; */
    width: 98%;
    background-color: #000;
    /* height: 100%; */
    overflow: auto;
    position: relative;
}

#left-panel {
    font: bold 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    position: fixed;
    width: 500px;
    /* was 450px */
    top: 0;
    left: 0;
    padding-top: 20px;
    padding-left: 10px;
    height: 93%;
    margin-top: 50px;
    /* matches height of topnav */
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 100%;
    /* overflow: scroll; */
}

#tabs-content {
    color: #fff;
    overflow: auto;
    height: 350px;
    padding: 5px;
}


/* for the pano viewer thing */

#pannelum-streetview-panel {
    height: 70%;
    width: 80%;
    top: 15%;
    margin-left: 10%;
    z-index: 60;
    background-color: #000;
    padding: 5px;
}

.jumbotron {
    position: fixed;
    z-index: 10;
    /* so that the div stays on top of others */
    top: 50px;
    /* distance from the top */
    margin-left: auto;
    margin-right: auto;
    color: black;
    padding: 0px;
}

#pano {
    float: left;
    height: 100%;
    width: 100%;
    z-index: 1000;
    position: relative;
    /*background-color: "green";*/
}

#pano .btn {
    position: absolute;
    right: 45%;
    bottom: 10px;
    z-index: 1001;
    background-color: #000;
    border-color: #000;
}

#loader {
    z-index: 1000;
    position: absolute;
    /*height: 50%;*/
    margin-left: 50%;
    /*margin-top: 50%;*/
    /*align: middle;*/
    top: 50%;
}

#google-image {
    height: 100%;
    width: 100%;
    z-index: 1000;
}

#mask {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.90);
    z-index: 50;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#slider {
    height: 45px;
    width: 100%;
    overflow: hidden
}

input[type=range] {
   -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
   width: 300px;
   height: 5px;
   background: #ddd;
   border: none;
   border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
   -webkit-appearance: none;
   border: none;
   height: 16px;
   width: 16px;
   border-radius: 50%;
   background: goldenrod;
   margin-top: -4px;
}
input[type=range]:focus {
   outline: none;
}
 input[type=range]:focus::-webkit-slider-runnable-track {
   background: #ccc;
}
input[type=range] {
   /* fix for FF unable to apply focus style bug  */
   border: 1px solid white;
   /*required for proper track sizing in FF*/
   width: 300px;
}
 input[type=range]::-moz-range-track {
   height: 5px!important;
   background: #ddd!important;
   border: none;
   border-radius: 3px;
}
 input[type=range]::-moz-range-thumb {
   border: none;
   height: 32px!important;
   width: 16px;
   border-radius: 50%;
   background: goldenrod;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
   outline: 1px solid white;
   outline-offset: -1px;
}
 input[type=range]:focus::-moz-range-track {
   background: #ddd!important;
}

/* for ie */

input[type=range]::-ms-track {
   width: 300px;
   height: 5px;

/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
   background: transparent;

/*leave room for the larger thumb to overflow with a transparent border */
   border-color: transparent;
   border-width: 6px 0;

/*remove default tick marks*/
   color: transparent;
}
input[type=range]::-ms-fill-lower {
   background: #777;
   border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
   background: #ddd;
   border-radius: 10px;
}
input[type=range]::-ms-thumb {
   border: none;
   height: 16px;
   width: 16px;
   border-radius: 50%;
   background: goldenrod;
}
input[type=range]:focus::-ms-fill-lower {
   background: #888;
}
input[type=range]:focus::-ms-fill-upper {
   background: #ccc;
}
