section.vis {
}

#loading {
  position: fixed;
  top: 50%;
  left: 322px;
  margin-top: -12px;
  margin-left: -12px;
}

.controls {
  display:none;
}

.horizonChart {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #777;
  vertical-align: top;
  margin-top:15px;
  width:600px;
  background-color:#fff;
  margin-left: 12px;
}

.horizonChart .controls {
  text-align: right;
}

.bands {
  margin-left:19px;
}

.horizon {
  border-top: solid 1px #ddd;
  position: relative;
  padding-right:0;
}

.horizon-group {
  border-bottom: solid 1px #ddd;
  padding-top: 25px;
}

.horizon-group:first-child {
  padding-top: 0;
}

.horizon-group-title {
  color: #1E1E1E;
  display: block;
  font-size: 12px;
  margin-left: 425px;
  padding-bottom: 3px;
  text-transform: uppercase;
}

#horizon-ch-average {
  /*margin-bottom:23px;*/
}
#horizon-group-1 .title,
#horizon-ch-average .item .title
{
  color: #1E1E1E;
  text-transform: uppercase;
}

#horizon-ch-average .horizon {
  border-bottom:1px solid #ddd;
}

.date {
  line-height: 25px;
  color: #1E1E1E;
  word-wrap: nowrap;
  width:100px;
  padding-left: 50px;
  text-align: left;
  padding-top:2px;
  text-shadow: 0 0 2px rgb(255,255,255);
}
.date.rightAligned {
  margin-left: -150px;
  padding-left: 0;
  text-align: right;
}

.axis {
  padding-left:0px;  /* horizon.padding-left  - 19 */
}

/*.horizon:hover {*/
/*background-color: #f0f0f0;*/
  /*background-color: #f0f0f0;*/
  /*border-radius: 5px;*/
/*}*/


.horizon canvas {
  background-color:#fff;
  display: block;
  margin:0;
  padding:0;
  margin-top:0px;
  /*border: solid 1px rgba(0,0,0,0.1);*/
  border-top: solid 4px white;
  /*border-top: solid 1px rgba(0,0,0,0.3);*/
}

.horizonChart  .line.rule {
display:none;
background-color: #777;
opacity: 0.4;
z-index: 2;
pointer-events:none;
}

.horizonChart  .viewTitle {
  font: bold 20px sans-serif;
  width:inherit;
  text-align:center;
  z-index:4;
  background-color:white;
  height:25px;
}

.bands {
  /*border-top:1px solid #ccc;*/
  /*overflow-y:scroll;*/
  /*overflow-x:hidden;*/
  /*height:100px; margin:auto;*/
}

.horizon label { display:inline; }

.horizon .item {
  width:200px;
  text-align:left;
  top: 0;
  line-height: 26px;
  vertical-align: middle;
  position: absolute;
  margin:0 6px;
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, .5);*/
  white-space: nowrap;
  color:#777;
}

.horizon .item .title {
  position:absolute;
  left:420px;
}
.horizon .item input {
  margin-right:3px;
}


.horizonChart .value {
  position: absolute;
  width:50px;
  color:#1E1E1E;
  text-shadow: 0 0 2px rgb(255,255,255);
  padding-top:2px;
  padding-left: 10px;
  white-space: nowrap;
  line-height:24px;
  text-align: left;
  pointer-events:none;
}

.horizonChart .value.rightAligned {
  margin-left: -60px;
  padding-left: 0;
  padding-right: 10px;
  text-align: right;
}

.horizonChart .mostRecentValue {
  float:right;
  font-weight: normal;
  line-height:24px;
  padding-top: 1px;
}




.axis {
  /*font: 10px sans-serif;*/
  pointer-events: none;
  z-index: 30;
}

.axis.top {
  color: #999999;
  font-weight: normal;
  margin-top: 0px;
}
.axis.top line {
  stroke: #dddddd;
}

.axis text {
  fill:#777;
  /*font-size:9px;*/
  -webkit-transition: fill-opacity 250ms linear;
}

.axis path {
  display: none;
}

.axis line {
  stroke: #666;
  shape-rendering: crispEdges;
}



/*#tooltip {*/
  /*font-size:12px;*/
  /*font-family:"Helvetic§a Neue", Helvetica, arial;*/
  /*position:absolute;*/
  /*padding:5px;*/
  /*z-index:100000;*/
/*}*/

/*#tooltip div {*/
  /*background-color:#000;*/
  /*opacity: 0.8;*/
  /*-moz-opacity: 0.8;*/
  /*filter:alpha(opacity=8);*/
  /*color:#fff;*/
  /*color:#fff;*/
  /*padding:5px 8px 4px 8px;*/
  /*text-align:left;*/
  /*border-radius:3px;*/
  /*-moz-border-radius:3px;*/
  /*-webkit-border-radius:3px;*/
/*}*/



.controls div {
  margin-bottom:10px;
}

.controls {
  /*padding-top:25px;*/
  padding-left:30px;
  font-size:8pt;
  color:rgb(119, 119, 119);
}

.controls label {
  margin-right:1px;
}

.controls a:hover { text-decoration: underline; }
.controls a {
  cursor:pointer;
  color:rgb(153, 153, 153);
}

.countries .most-recent-value-title {
  top: 67px;
}
.most-recent-value-title {
  position: absolute;
  left: 400px;
  top: 96px;
  width: 210px;
  font-size: 12px;
  text-align: right;
}

.horizonChart .legend .title {
  font-size: 12px;
  font-weight: normal;
  margin-left: 27px;
  padding: 0 0 4px 0;
}

.horizonChart .legend text {
  font-weight: normal;
  fill:#999;

}
.horizonChart .legend {
  margin-top:25px;
  margin-left:-8px;
}

.error {
  color: #ff6666;
  font-weight: bold;
}


#difference-mode-div { margin-top:5px; padding-top:5px; }
#difference-mode-div input { margin-left:0; }

#horizon-group-3 .horizon-group-content {
  /*max-height: 350px;*/
  /*overflow-y:scroll;*/
}