.geosupport-legend {
  line-height: 18px;
  color: #555;
  /*width:30px;*/
}

.geosupport-legend div {
  line-height: 18px;
  height: 18px;
  /*width:30px;*/
}

.geosupport-legend div i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
  display: block;
  clear: both;

}

.geosupport-info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
}
.geosupport-info h4 {
  margin: 0 0 5px;
  color: #777;
}

.geosupport-radiobox {
  margin: 2px 2px;
  display: block;
  width: 10em;
}
.map-wrapper{
  width: 85%;
  height: 85%;
  position: relative;
  z-index: 50;
  background-color: green;
}
#geo-support-map{
  width: 100%;
  height: 600px;
  z-index: 0;
}

.l-box{
  width: 2px;
  height: 2px;
}




.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

/*#slideout {
position: absolute;
top: 40px;
top: 0;
left: 0;
width: 0;
z-index: 500;
padding: 12px 0;
text-align: center;
background: #6DAD53;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;


}
#slideoutInnerL {
position: absolute;

top: 0;
left: -250px;
left: 0;
background: #111;
width: 0;
padding: 25px;

-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
text-align: left;
-webkit-border-radius: 0 0 5px 0;
-moz-border-radius: 0 0 5px 0;
border-radius: 0 0 5px 0;
float: left;
}*/

#slideoutR{
  /*width: 10%;*/
  background-color: yellow;
  /*position: absolute;*/
  height: 100%;
  width: 35%;
}



#slideoutRtab{
  float: right;
  background-color: #92f906;
  height: 100%;
  top: -50%;
  display: inline-block;

}

.slideoutRtab p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#slideoutL{
  /*width: 10%;*/
  background-color: yellow;
  /*position: relative;*/
  height: 100%;
  z-index: 500;
}

.sideNavL {
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: -350px;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  float: left;

}
#slideoutLtab{
  float: left;
  background-color: #ff0000;
  height: 100%;
}

.sub-panel-l{
  /*float: left;*/
  /*width: 50%;*/
  width: 97%;
  height: 25%;
  padding: 2px;
  border: solid steelblue 1px;
  text-align: center;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -khtml-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.sub-panel-r{
  float: right;
  width: 50%;
  height: 33%;
  padding: 5px;
  border: solid green 1px;
}
.sub-panel-l, .sub-panel-r{
  background-color: white;
}

.sub-panel-title{
  text-align: center;
  background-color: white;
}

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 97%;
  vertical-align: top;
  overflow: hidden;
}

.svg-container-dash {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 25%;
  padding-bottom: 97%;
  vertical-align: top;
  overflow: hidden;
}
.svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.gs-week-title {
  font-weight: bold;
  height: 1.5%;
  /*float: right;*/
  color: steelblue;
  display: inline-block;
}

.gs-week-dates {
  /*float: left;*/
  display: inline-block;
}
.gs-focus-title {
  /*float: left;*/
  display: inline-block;
  text-align: center;
  padding: 5px;
}

svg {
  overflow: hidden;
}

#gs-menu-right
{
  /*display:none;*/
  position: fixed;
  z-index: 900;
  top: 0;
  left: calc(100% - 25px);
  background: transparent;
  /*opacity: 0.6;*/
  width: 51%;
  height: 100%;
  transition: all .75s ease;
}

#gs-menu-right.tab-out {
  left: 51%;
}

.sideNavR-test {
  height: 100%;
  width: 25px;
  position: relative;
  z-index: 2001;
  top: 0;
  left: 0;
  /*right: -250px;*/
  background-color: transparent;
  overflow-x: hidden;
  transition: 0.5s;
  /*padding-top: 60px;*/
  display: inline-block;
  text-align: right;
  vertical-align: center;

}

.siteNavR-btn {
  text-align: right;
  position: relative;
  /*display: inline-block;*/
  display: flex;
  align-items: center;
  /*left: 99%;*/
  right: 0;
  top: 50%;
  width: 25px;
  height: 60px;
  border: 2px solid steelblue;
  background-color: white;
  vertical-align: middle;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
  -khtml-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
  /*transform: rotate(-90deg);*/
}

.sideNavR {
  height: 100%;
  width: calc(100% - 40px);
  position: absolute;
  z-index: 2001;
  top: 0;
  right: 0;
  /*right: -250px;*/
  background-color: steelblue;
  overflow-x: hidden;
  transition: 0.5s;
  /*padding-top: 60px;*/
  padding-left: 15px;
  display: inline-block;
  float: right;

}

.dashboard-region-link-button{
  cursor: pointer;
  float: left;
}

div.dashboard-region-link-button:link,div.dashboard-region-link-button:visited{
  background-color: #849CD1;
}

div.dashboard-region-link-button:hover{
  //
  background-color: #A7B3CC;
  background-color: #999;
}

.d3-tip {
  /*position: absolute;*/
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  z-index: 2000;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}


.pTitle {
  text-align: center;
  width: 100%;
  font-size: 175%;
}

.chevron-arr-toggle-open{
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("/sites/default/files/images/chevron-arrow-20-lt.png");
}

.chevron-arr-toggle-close{
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("/sites/default/files/images/chevron-arrow-20-rt.png");
}

.gs-avg-tbl{
  width: 100%;
  height: 100%;
}

.svg-container-sq{
  width: 180px;
  height: 180px;
}

.gs-no-data-wrapper{
  height: 100%;
  width: 100%;
}

.gs-no-data{
  /*text-align: center;*/
  display: table;
  width: 100%;
  height: 20%;
  /*top: 50%;*/
  padding: 20% 0% 20% 0%;
}

.gs-no-data-span{
  /*height: 50%;*/
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  background-color: #798681;
  color: white;  
}

#dash-sites-counts-reported{
  /*width: 80%;*/
  /*width: 600px;*/
  /*height: 400px;*/
  /*background-color: green;*/
  /*float: left;*/
  width: 100%;
  height: 20%;
  overflow: auto;
}





