body {
  margin:0; padding:0;
  color:#fff;
  font-family:verdana,sans-serif;
}

/*Leaflet styles*/
#map {
  position:absolute; top:0; bottom:0; width:100%;
}

#drag-legend{
  position: relative;
  top: 0px;
  right: 10px;
  float: right;
  background-color: white;
  color: black;
  font-weight: bold;
  font-size: 100%;
  width: 20%;
  height: 20%;
  padding: 6px 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}
.miniminsize{
  position: relative;
  top: 0px;
  right: 10px;
  float: right;
  background-color: white;
  border-radius: 5px;
  padding: 6px 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  cursor: pointer;
  border: .1px solid #AFAFAF;
  width: 40px;
  /*width: 4%;*/
  /*height: 10%;*/
}
/*#drag-legend-PCAC{
  width: 350px;
  height: 270px;
}*/

.close{
  float: right;
  cursor: pointer;
}

.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;
}
.info h4 {
  margin: 0 0 5px;
  color: #fff;
}

/*.legend {
  line-height: 18px;
  color: black;
  font-weight: bold;
  font-size: 16px;
  font-family: verdana,sans-serif;
  position: relative;
  padding: 6px 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
  background-color: white;
  text-align: center;
}
.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.85;
}*/

.leaflet-control-layers-group-name {
font-weight: bold;
margin-bottom: .2em;
margin-left: 3px;
}

.leaflet-control-layers-group {
margin-bottom: .5em;
}

.leaflet-control-layers-scrollbar {
overflow-y: scroll;
padding-right: 10px;
}
/*Leaflet styles*/
#titleBox {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  height: 10%;
  width: 40%;
  background-color: rgba(243, 244, 242, 5);
  color: #2C2D2F;

  margin: 0 auto;
  margin-top: .8rem;
  border: .2rem solid #AFAFAF;
  font-size: .8rem;
  font-weight: bold;
  line-height: 2rem;
  text-align: center;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
}
#dateBox {
   position: relative;
   top: -15px;
}

#chartBox {
  position:fixed;
  height:110px;
  width:800px;
  right:0;
  left:0;
  bottom:40px;
  margin: auto;
  background-color: rgba(243, 244, 242, 1);
  border-radius:5px;
  /*margin: auto;*/
  border: .2rem solid #AFAFAF;
  font-size: .9rem;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  /*position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;*/
  /*clear: both;
  position: relative;
  z-index: 10;
  height: 3em;
  margin-top: -3em;*/
  /*position:relative;
  right:0;
  left:0;*/
  /*bottom: 0em;*/
  /*position:fixed;
	left:0px;
  right: 0px;
  bottom:0px;*/
  /*position: relative;
  right: 0px;
  left: 0px;
  top: 0px;*/
	/*width:100%;*/
  /*height:15%;
  width: 85%;*/

}

svg text {
  fill: #2C2D2F;
}

.axis text {
  font-size: .7rem;
  font-family: sans-serif;
}

svg line {
  stroke: #2C2D2F;
  stroke-width: .1rem;
}

svg .domain {
  stroke: #2C2D2F;
  fill: none;
}

svg rect {
  fill: #00AEF7;
  opacity: .4;
  stroke: #2C2D2F;
}
.check, .check-lapse{
  position: relative;
  top: 0px;
  left: 0px;
  color: #f6f6f6;
  background: #666;
  border-radius: 10px;
  border: 2px solid #AFAFAF;
  padding: 10px 10px;
  line-height: 30px;
}
.check{
  height: 85px;
  width: 270px;
}
.check-lapse{
  height: 50px;
  width: 260px;
}

#dates-start{
  display: block;
  position: absolute;
  /* width: 285px; */
  z-index: 9999;
  background: #cbddf3;
  border: 1px solid #999;
  padding: 4px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px #999;
  top: 75px;
  left: 45px;
}
#dates-end{
  display: block;
  position: absolute;
  /* width: 285px; */
  z-index: 100;
  background: #cbddf3;
  border: 1px solid #999;
  padding: .2rem;
  border-radius: 5px;
  box-shadow: 0px 0px 15px #999;
  top: 110px;
  left: 45px;
}
#selectCat{
  display: block;
  position: absolute;
  /* width: 285px; */
  z-index: 9999;
  background: #cbddf3;
  border: 1px solid #999;
  padding: 4px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px #999;
  top: 10px;
  left: 45px;
}
#selectCat2 {
    display: block;
    position: absolute;
    /* width: 285px; */
    z-index: 100;
    background: #cbddf3;
    border: 1px solid #999;
    padding: .2rem;
    border-radius: 5px;
    box-shadow: 0px 0px 15px #999;
    top: 42px;
    left: 45px;
}
select:hover{
background-color: #ddd;
}
input:hover{
background-color: #ddd;
}
.title{
margin: 10px 10px 10px 10px;
}
