/*Map CSS*/

#map_container{
  position: absolute;
  width: 100%;
  height: 100%;
}
#map_container .pointer{
  cursor: pointer !important;
}
#map {
    position: absolute;
    width: 76%;
    width: -webkit-calc(100% - 22em);
    width: -moz-calc(100% - 22em);
    width: calc(100% - 22em);  
    height: 100%;
    top: 0;
    left: 0;
}

.pointer{
  cursor: pointer;
}
.leaflet-control-attribution{
  visibility: hidden;
}

.leaflet-control-zoom{
  position: absolute;
  top: 14px;
  left: 173px;
}
#loading{
  position: absolute;
  left: 25%;
  top: 10%;
  padding: 5px;
  background: #A9A9A9;
  border: solid #F0EEEE 1px;
  z-index: 99;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
#legend{
  position: absolute;
  bottom: 10px;
  right: 1em;
  height: auto;
  width: 150px;
  
  background: white;
  border-radius: 2px;
  border: rgb(150,150,150) 1px solid;

  z-index: 90;
}

#legend h6{
  text-align: center;
}

#legend .subGroup{
  padding-left: .5em;
}
#bldgid_search{
  position: absolute;
  right: 23em;
  top: 15px;
  z-index: 90;
}
#bldgid_search input{
  width: 110px !important;
}
.ui-helper-hidden-accessible{
  display: none;
}
#ui-id-1{
  background: white;
  border: rgb(150,150,150) 1px solid;
  overflow: scroll;
  max-height: 40%;
}

#sampleFiberPanel{
  position: absolute;
  top: 0;
  left: 240px;
  height: 3em;
  width: 32em;
  background-color: white;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 50;
}
#FiberToggleButton{
  margin-top: .3em;
}
#fiberDistQuery{
  margin-top: .3em;
  position: absolute;
  left: 50%;
  width: 50%;
  height: 4.5em;
  top: 0;
}
#fiberDistQuery .part2{
  padding-left: .2em;
  position: absolute;
}

/*Right panel*/
#right_panel_container{
  position: absolute;
  right: 0px;
  height: 100%;
  width: 24%;
  width: -webkit-calc(0% + 19.1em);
  width: -moz-calc(0% + 19.1em);
  width: calc(0% + 19.1em); 
  background: white;
}
#right_panel_title{
  position: relative;
  top: 0px;
  right: 0px;
  height: 60px;
  background-color: rgb(51,45,218);
  background-image:-webkit-linear-gradient(top, rgb(51,45,218), rgb(54,51,255));
} 
.main-title {
  padding-left: 5px; 
  float: left;
  display: block;
  padding: 0px 10px 0px;
  font-size: 20px;
  font-weight: 200;
  color: white;
  position: relative;
  top: 10px;
}
#right_panel_main{
  position: relative;
  height: 84%;
  width: 100%;

}

#right_panel_tabs{
  position: relative;
  background: rgb(166,166,166);
}
#right_panel_tabs li{
  background: rgb(230,230,230);;
  border: 1px, rgb(170,170,170), solid;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  font-size: small;
}


#right_panel_tab_content_container {
  position: absolute;
  height: 94%;
  width: 100%;
  top: 50px;
}

#right_panel_tab2{
  position: absolute;
  top: 0px;
  width: 100%;
}


#right_panel_tab_content_container .right_panel_tab{
  padding-right: 10px;
  padding-left: 10px;
}
#right_panel_footer{
  position: fixed;
  bottom: 0px;
  right: 0px;
  height: 30px;
  width: 18.8em;
  background: url(../resources/banner.jpg) no-repeat, rgb(200,200,200);
  background-size: 50%;
  background-position: top left 50%;
}

#right_panel_footer .stratsoft_copyright{
  position: relative;
  left: 100px;
  top: 5px;
}
#chart_container{
  position: absolute;
  left: 200px;
  bottom: 0px;
  z-index: 99;
  height: 18em;
}

#chartHeader{
  position: absolute;
  top: -10px;
  left: 0;
  background-color: white;
}
#right_panel_tab2 li{
  padd
}
#ChartSelector{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}


.nvd3Chart svg{

  background: white;
  bottom: 0;
  width: 33em;
  height: 18em;
}
.nv-group [text-anchor='middle']{
  visibility: hidden;
}

#bldg-stats{
  position: absolute;
  top: 100px;
  right: 455px;
}

#table{
  z-index: 15;
  position: absolute;
  top: 15%;
  left:15%;
  min-width: 59%;
  background: white;
}

/*Query Selector*/ 
#query_selector{
  position: absolute;
  left: 0px;
  top: 20px;

  width: 175px;
  padding-top: 5px;

  background: white;
  border: rgb(150,150,150) 1px solid;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50 ; 

}

.tooltip.in {
  opacity: 8;
  filter: alpha(opacity=80);
  z-index: 99;
}
/*.fade {
   opacity: 0;
   -webkit-transition: opacity .5s linear;
      -moz-transition: opacity .5s linear;
       -ms-transition: opacity .5s linear;
        -o-transition: opacity .5s linear;
           transition: opacity .5s linear;
}*/
.query_group_title{
  margin: 0px;
  margin-bottom: 5px;
  line-height: 12px;
  font-size: 15 !important;
}
.query_group{
  position: relative;
  margin: 0;
  margin-left: 5px;
  margin-top: 5px;
}
.query_form{
  position: relative;
  left: 10px;
}

input[type="radio"], input[type="checkbox"]{
  margin: 0 !important;
}

#distanceList{
  margin-top: 3px;
  width: auto;
  height: 22px;
  height: 28px;
  margin-left: -8px;
}
#fiberDistanceList{
  margin-top: 3px;
  width: auto;
  height: 22px;
  height: 28px;
  margin-left: -8px;
}
#bottom-button a:after{
  margin-top: -15px !important;
  margin-bottom: 15px;
}

#layer_selectors a{
  color: #333333;
}
.layer_selector {
  margin-left: 15px;
  margin-bottom: 10px;
}
#loadingIcon{
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 50%;
}
.exportData{
  position: absolute;
  bottom: 10px;
  left: 5px;
}
.btn-group-vertical > .btn + .btn {
  margin-top: 9px;
}

/* LEGEND STYLING */
 .legend-title {
    text-align: left;
    margin-left: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
    }
   .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    margin-left: 10px;
    padding: 0;
    float: left;
    list-style: none;
    }
    .legend-li{
    list-style: none;
    font-size: 80%;
    }
   .legend-scale ul li {
    font-size: 90%;
    list-style: none;
    margin-left: 0;
    line-height: 18px;
    margin-bottom: 2px;
    }
 .legend-scale ul li span {
    font-size: 100%;
    }

   .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
    }
  .wax-legend a {
    color: #777;
    }


.hidden{
  display: none;
}

