body, html {
  font-family: Verdana;
  font-size: 12px;
}
.container {
	padding: 50px;
	margin: 0 auto;
}
#chartdiv {
  margin-top: 70px;
  width: 65%;
  height: 400px;
  /*padding: 40px 0 0;*/
  /*margin-left: -30px;*/
}
nav{
  z-index: 1000;
}
.yearSelector{
	padding: 60px 0 0px;
  margin-left: -30px;
  margin-bottom: 60px;
}
.yearSelector > ul > li{
	    float: left;
    list-style: none;
    padding: 13px 26px;
    /* border: solid 1px black; */
    cursor: pointer;
    margin-right: 6px;
    /* background-color: white; */
    opacity: 0.5;
    color: white;
}

.yearSelector > ul > li:hover{
   border-top: solid 3px white;
  opacity: 1;
}

.active {
  border-top: solid 3px white;
  opacity: 1;
}

#yearTrend{
  margin-top: 20px;
	width: 960px;
}

.axis--x path {
  display: none;
}

.line {
  fill: none;
  stroke: rgba(255,255,255,0.2);
  stroke-width: 1px;
}

.area {
  fill: rgba(255,255,255,0.2);
  stroke-width: 0;
}

#yearTrend line.annotation {
    stroke: rgba(255,255,255,0.2);
}
.filterWrapper{
  /*width: 80%;*/

  padding: 0px 30px 20px;
}
.filterBox{
  height: 100px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.topFilterBox{
  float: left;
  margin-right: 70px;
}
.circle{
  background-image: url("../image/shape_circle.jpg");
  background-size: cover;
}
.sphere{
  background-image: url("../image/shape_sphere.jpg");
  background-size: cover;
}
.disk{
  background-image: url("../image/shape_disk.jpg");
  background-size: cover;
}
.fireball{
  background-image: url("../image/shape_fireball.jpg");
  background-size: cover;
}
.polygon{
  background-image: url("../image/shape_polygon.jpg");
  background-size: cover;
}
.other{
  background-image: url("../image/shape_change.gif");
  background-size: cover;
}

.shapeItem{
      float: left;
    width: 70px;
    height: 70px;
    transition: all .5s ease-in;
    text-align: center;
    vertical-align: middle;
    padding: 44px 0 0 5px;
    cursor: pointer;
    border: solid 1px none;
  /*color: red;*/
}

.shapeItem:hover span.shapeWord{
  opacity: 1;
}

.shapeItem:hover{
  border: solid 1px ;
  color: #fae800;
}
.nav_filter{
  padding: 30px 0px 30px 20px;
  /*border-bottom: solid 1px #111111;*/
  background-color: #1d1d1d;
  width: 68%;
  float: left;
  position: absolute;
  /*left: 70px;*/
  bottom: 35px;
}
.stateInfo{
  width: 30%;
  height: 100%;
  float: right;
  background-color: #222222;
  position: relative;
  overflow: hidden;
}
.info_box{
  height: 100%;
    width: 100%;
    background-color: #282828;
    border-radius: 8px;
    padding: 150px 100px;
    position: absolute;
    transition: all .5s ease-in-out;
}

#map_whole{
  display: block;
}
#map_info{
  right: -400px;
   z-index: 2;
}

.next{
      position: fixed;
    bottom: 30px;
    right: -100px;
    background-color: #fae800;
    color: #222222;
    padding: 40px;
    z-index: 1;
    opacity: 0.2;
    cursor: pointer;
    transition: all .2s ease-in;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

}

.next:hover{
  right: 0px;
  opacity: 1;
}
.r{
  float: left;
    width: 60px;
    position: relative;
    transform: rotate(90deg);
}
.discover {
  text-align: center;
  color: #d8d8d8;
  width: 150px;
  border: solid 1px #d8d8d8;
  padding: 18px 8px;
  float: right;
  transition: all .2s ease-in;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 20px;
  opacity: 0.6;
}
.discover:hover {
  opacity: 0.8;
  background-color: #fae800;
  color: #222222;
}

/*bar Chart*/
.bar_position {
  position: absolute;
  bottom: 190px;
}
.topCity{
  position: absolute;
  bottom: 150px;
}
#bar_chart rect {
  fill: #e3e3e3;
  opacity: 0.3;

}

#bar_chart text {
  fill: #ffffff;
  font: 10px 'PT Mono', monospace;;
  text-anchor: end;
}
