/* Always set the map height explicitly to define the size of the div
* element that contains the map. */


.thoreau-map-container-frame{
  position: relative;
  width: 100%;
  height: 75vh;
}

.map-menu-overlay {
  font-size: 14px;
  font-family: uchicago-light;
  position: absolute;
  /*width: 310px;*/
  overflow: auto;
  height: 75vh;
  /*top: 34px;*/
  z-index: 5;
}

.map-menu-overlay-button{
  font-family: uchicago-light;
  background-color: rgb(109, 87, 86);  /* rgb(118,118,118); */
  border: 1px;
  border-style: solid;
  border-color: rgb(118,118,118);
  border-radius: 5px;
  color: white;
  padding: 0px 14px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
}
#button-previous-experiment{}
#button-next-experiment{}
a.map-menu-overlay-button:hover{
  background-color: rgb(214,214,206);
  color: black;
}


.floating-panel-download-buttons{
  position: relative;
  font-family: uchicago-light;
  background-color:rgb(109, 87, 86);    /* rgb(118,118,118); */
  border: 1px;
  border-style: solid;
  border-color: rgb(118,118,118);
  border-radius: 5px;
  color: white;
  padding: 2px 40px;
  text-align: center;
  display: inline-block;
  margin-left: 37px;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
#floating-panel-download-buttons{}
a.floating-panel-download-buttons:hover{
  background-color: rgb(214,214,206);
  color: black;
}


a.definitions-button{
    font-family: uchicago-light;
    background-color: rgb(109, 87, 86);  /*   rgb(118,118,118);*/
    border-style: solid;
    border-color: rgb(118,118,118);
    border: 1px;
    color: white;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /*font-size: 16px;*/
    cursor: pointer;
    margin-top: -2px;
    margin-left: 10px;
    float: right;
    border-radius: 5px;
}
a.definitions-button:hover{
  background-color: rgb(214,214,206);
  color: black;
}



.basic-level-seperator{
  border-top: 1px solid #dfdfdf;
  margin: 8px 0px;
}


.basic-level-container{
  background: #eeeeee;
  padding: 3px;
}

body { margin:0; padding:0; width: 100%;}
#thoreau-map { position:absolute; height: 100%; width:100%; }
#thoreau-map-inside { position:absolute; width:100%; height: 600px;}

.top-title-container{
  font-family:Sans-serif; 
  font-size:14px; 
  /*width:10%; */
  /*padding-right:2em; */
  color: rgb(128,0,0); 
  text-shadow: 1px 1px #b6b6b69e; 
  /*padding-left: 10px;*/
}

#Hamburger_icon{
  float: left; 
  padding-left: 20px; 
  padding-right: 20px;
  cursor: pointer;
}


#thoreau-map-menu-wrapper{
  z-index: 5;
}

.thoreau-map-left-menu-container{
  position: relative;
  font-family: uchicago-light;
  /*font-size: 14pt;*/
  /*padding: 5px;*/
  border: 1px solid #b6b6b6;
  background-color: rgba(255, 255, 255, 0.95); 
  /*border-radius: 10px;*/
}
.thoreau-map-top-bar-container{
  position: relative;
  font-family: 'Roboto','sans-serif';
  /*font-size: 14pt;*/
  border: 1px solid #b6b6b6;
  background-color: #eeeeee; 
}
#top-bar-left-padding{
  padding-left: 30%;
}

#thoreau-map-right-menu-container{
  position: relative;
  font-family: uchicago-light;
  /*font-size: 12pt;*/
  padding: 5px;
  border: 2px solid #b6b6b6;
  background-color: #eeeeee; 
  border-radius: 10px;
  margin-bottom: 3px;
  text-align: justify;
}

#floating-panel-logo {
  position: absolute;
  bottom: 30px;
  right: 530px;
  width: 8%;
  background-color: transparent;
}
#floating-panel-logo-2 {
  position: absolute;
  bottom: 20px;
  right: 690px;
  width: 8%;
  background-color: transparent;
}

#floating-panel-date-title{
  position: relative;
  text-align: center;
  font-family: uchicago-light;
  /*line-height: 300px;*/
  /*font-size:20px;*/
}


#floating-panel-date-toggle {
  position: relative;
  text-align: center;
  line-height: 23px;
}

#floating-panel-variable-toggle {
  position: relative;
  text-align: center;
  line-height: 25px;
}
#floating-panel-variable-toggle-2 {
  position: relative;
  line-height: 25px;
}

#water-variable {
  background-color: #fff;
  width: 220px;
  /*text-align: center;*/
}
#scale-range-standard{
  background-color: #fff;
  width: 220px;  
}



#map-style-menu {
  position: relative;
  /*font-family: 'Open Sans', sans-serif;*/
  text-align: center;
  font-family: uchicago-light;
  /*font-size: 12pt;*/
}
.waterbody-title-container{
  background-color: #e3cac9; 
  padding: 3px; 
  border-radius: 3px;
}
.waterbody-section-container{
  padding: 5px 10px; 
}

#location-menu {
  position: relative;
  /*font-family: 'Roboto','sans-serif';*/
  /*font-size: 12pt;*/
}

#calendar-container{
float: right;
}

/*info*/

#info {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
    color: #222;
    z-index: 7;
}



/*@media(device-width: 768px) and (device-height: 1024px){
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
}*/

.scroll-area {
    overflow: auto;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color:rgb(128, 26, 23);   /*rgb(255,255,255);*/
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.5);
}



 /*legend*/


.legend-container-a{
    position: absolute;
    display: inline-block;
    right: 55px;
    bottom: 30px;
    background: white;
    padding: 5px;
    z-index: 4;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #888888;
    width: auto;
}

.legend-container-over-map .legend-title-over-map {
    position: relative;
    text-align: left;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    /*font-size: 90%;*/
    z-index: 6;
}
.legend-container-over-map .legend-scale ul {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    z-index: 6;
}
.legend-container-over-map .legend-scale ul li {
    position: relative;
    display: block;
    float: left;
    width: 50px;
    margin-bottom: 6px;
    text-align: center;
    /*font-size: 80%;*/
    list-style: none;
    z-index: 6;
}
.legend-container-over-map ul.legend-labels li span {
    position: relative;
    display: block;
    float: left;
    height: 19px;
    width: 50px;
    z-index: 6;
}
.legend-container-over-map .legend-source {
    /*font-size: 70%;*/
    color: #999;
    clear: both;
    z-index: 6;
}
.legend-container-over-map a {
    color: #777;
    z-index: 6;
}





 /*Transparency control slider on 2D thoreau map*/
.map-transparency-overlay {
    font:bold 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    position: absolute;
    width: 150px; /*top: 3px;*/ /*left: 0;*/
    right: 0px;
    /*padding: 3px;*/
    z-index: 15;
}
.map-transparency-overlay .map-transparency-overlay-inner {
    background-color:white; /*box-shadow:0 1px 2px rgba(0, 0, 0, 0.20);*/
    /*border-radius: 3px;*/
    padding: 0px;
    margin-bottom: 0px;
}
.map-transparency-overlay label {
    display: block; /*margin: 0 0 5px;*/
}
.map-transparency-overlay input {
    background-color: transparent;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0;
    cursor: ew-resize;
}

















@media only screen and (max-width: 700px){ 

    /* Always set the map height explicitly to define the size of the div
    * element that contains the map. */
    .map-menu-overlay {
        display: block;
        font-size: 13px;
        font-family: uchicago-light;
        position: absolute;
        width: 310px;
        /*top: 34px;*/
        z-index: 5;
    }
    /*#water_body_overview{
      display: none;
    }*/
    #map-style-changer{
        display: none;
    }
    .map-menu-overlay-button{
        font-family: uchicago-light;
        background-color: rgb(118,118,118);
        border: 1px;
        border-style: solid;
        border-color: rgb(118,118,118);
        border-radius: 5px;
        color: white;
        padding: 0px 8px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        /*font-size: 14px;*/
        cursor: pointer;
    }
    #button-previous-experiment{}
    #button-next-experiment{}
    a.map-menu-overlay-button:hover{
        background-color: rgb(214,214,206);
        color: black;
    }

    .floating-panel-download-buttons{
        position: relative;
        font-family: uchicago-light;
        background-color: rgb(118,118,118);
        border: 1px;
        border-style: solid;
        border-color: rgb(118,118,118);
        border-radius: 5px;
        color: white;
        padding: 5px 40px;
        text-align: center;
        display: inline-block;
        margin-left: 37px;
        /*font-size: 16px;*/
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
    }
    #floating-panel-download-buttons{}
    a.floating-panel-download-buttons:hover{
        background-color: rgb(214,214,206);
        color: black;
    }

    a.definitions-button{
        display: none;
    }

    .basic-level-seperator{
        border-top: 1px solid #dfdfdf;
        margin: 0px 0px;
    }

    .basic-level-container{
        background: #eeeeee;
        padding: 3px;
    }

    body { margin:0; padding:0; width: 100%;}
    #thoreau-map { position:absolute; height: 100%; width:100%; }
    #thoreau-map-inside { position:absolute; width:100%; height: 600px;}

    .top-title-container{
        font-family:Sans-serif; 
        font-size:11px; 
        width:10%; 
        /*padding-right:2em; */
        color: rgb(128,0,0); 
        text-shadow: 1px 1px #b6b6b69e; 
        /*padding-left: 10px;*/
    }
    #top-bar-left-padding {
        padding-left: 0%;
    }

    #Hamburger_icon{
        padding-left: 5px; 
        cursor: pointer;
    }

    #thoreau-map-menu-wrapper{
        z-index: 5;
    }

    .thoreau-map-left-menu-container{
        position: relative;
        font-family: 'Roboto','sans-serif';
        font-size: 12pt;
        padding: 5px;
        border: 1px solid #b6b6b6;
        background-color: rgba(255, 255, 255, 0.95); 
        /*border-radius: 10px;*/
        margin-bottom: 0px;
    }

    #thoreau-map-right-menu-container{
        position: relative;
        font-family: 'Roboto','sans-serif';
        font-size: 12pt;
        padding: 5px;
        border: 2px solid #b6b6b6;
        background-color: #eeeeee; 
        border-radius: 10px;
        margin-bottom: 3px;
        text-align: justify;
    }

    #floating-panel-logo {
        /*position: relative;*/
        display: none;
    }
    #floating-panel-logo-2 {
        /*position: relative;*/
        display: none;
    }

    #floating-panel-date-title{
        position: relative;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        /*line-height: 300px;*/
        font-size:18px;
    }

    #floating-panel-date-toggle {
        position: relative;
        text-align: center;
        line-height: 30px;
    }

    #floating-panel-variable-toggle {
        position: relative;
        text-align: center;
        line-height: 25px;
    }
    #floating-panel-variable-toggle-2 {
        position: relative;
        line-height: 25px;
    }

    #water-variable {
        background-color: #fff;
        width: 220px;
        /*text-align: center;*/
    }

    #scale-range-standard{
        background-color: #fff;
        width: 220px;
    }


    #map-style-menu {
        position: relative;
        /*font-family: 'Open Sans', sans-serif;*/
        text-align: center;
        font-family: uchicago-light; 
        font-size: 10pt;
    }

    #location-menu {
        position: relative;
        font-family: uchicago-light;
        font-size: 10pt;
    }

    #calendar-container{
        float: right;
    }

    /*info*/
    #info {
        display: none;
    }



    /*@media(device-width: 768px) and (device-height: 1024px){
        ::-webkit-scrollbar {
            -webkit-appearance: none;
            width: 7px;
        }
        ::-webkit-scrollbar-thumb {
            border-radius: 4px;
            background-color: rgba(0,0,0,.5);
            -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
        }
    }*/

    .scroll-area {
        overflow: auto;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color:rgb(128, 26, 23);   /*rgb(255,255,255);*/
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,.5);
    }



     /*legend*/
    .legend-container-a{
        position: absolute;
        display: inline-block;
        right: 12px;
        bottom: 50px;
        /*left: 5px;*/
        background: white;
        padding: 0px;
        z-index: 4;
        border-radius: 4px;
        box-shadow: 1px 1px 5px #888888;
        width: auto;
    }

    .legend-container-over-map .legend-title-over-map {
        position: relative;
        text-align: left;
        margin-bottom: 8px;
        font-weight: bold;
        font-size: 90%;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        z-index: 6;
    }
    .legend-container-over-map .legend-scale ul {
        position: relative;
        margin: 0;
        padding: 0;
        float: left;
        list-style: none;
        z-index: 6;
    }
    .legend-container-over-map .legend-scale ul li {
        position: relative;
        display: block;
        float: left;
        width: calc((100% - 50px)/8) ; 
        margin-bottom: 6px;
        text-align: center;
        font-size: 80%;
        list-style: none;
        z-index: 6;
    }
    .legend-container-over-map ul.legend-labels li span {
        position: relative;
        display: block;
        float: left;
        height: 19px;
        width: 50px;
        z-index: 6;
    }
    .legend-container-over-map .legend-source {
        font-size: 70%;
        color: #999;
        clear: both;
        z-index: 6;
    }
    .legend-container-over-map a {
        color: #777;
        z-index: 6;
    }




    .map-transparency-overlay{
        display: none;
    } 



}

