/*
h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 9px;
  line-height: 1.1;
  color: #333;
  padding: 0 20%;
  text-shadow: 2px 2px 2px rgb(209, 209, 209);
}
*/
h2 {
  margin-bottom: 10px;
  /*text-align: center;*/
  font-weight: 100;
  font-style: italic;
  letter-spacing: 1px;
  color: #333;
}

h3.forecast {
  font-size: 36px;
}

/*
input {
  height: 30px !important;
  width: 100%;
}
*/

select {
  height: 30px !important;
  width: 100%;
}

span {
  margin: 0px;
  min-height: 0px;
  float: none;
}

form {
}

a {
  text-decoration:none;
  color: inherit;
}
a:hover {
  text-decoration:none;
  color: inherit;
}

g.title line {
  shape-rendering:crispEdges
}

.shadow0 {
  -webkit-box-shadow: none;
}
.shadow1 {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.shadow2 {
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.shadow3 {
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.home_screen {
  background-color: rgb(255,255,255);
  position: relative;
  top: 0px;
  left: 0px;
  height: 99vh;
  padding: 20px 50px;
  text-align: center;
  line-height: 4;
  width: 100%;
  margin: auto;
  z-index: 1;
  float: left;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px #888888;
}

.home_header {
  height: 55px;
  text-align: center;
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.header {
  background-color: rgb(255,255,255);
  position: fixed;
  top: 0px;
  left: 0px;
  height: 50px;
  padding: 10px;
  text-align: center;
  line-height: 4;
  width: 100%;
  min-width: 0px;
  margin: auto;
  z-index: 100000000;
  float: left;
  box-sizing: border-box;
}
.header.forecast {
  -webkit-box-shadow: none;
  background-color: transparent;
}
.header.placeholder {
  -webkit-box-shadow: none;
  background-color: transparent;
  position: relative;
  z-index: 0;
}

.content {
  padding: 4px;
}

.seperator {
  height: 5px;
  width: 75px;
  margin: 25px auto;
  display: block;
  background: #333;
}

.footer {
  position: absolute;
  bottom: 0px;
  height: 80px;
  width: 93.6%;
  cursor: pointer;
}

.arrow_down {
  height: 35px;
}
.arrow_down.forecast {
  height: 48px;
  margin: 48px 0px 32px 0px;
  padding: 0px;
}
.arrow_down_txt {
 font-weight:100;
 margin-bottom: -5px;
 color: darkgrey;
 line-height: 1;
 font-size: 18px;
}

.introWrapper {
  position: relative;
  width: 960px;
  min-height: 100vh;
  padding: 50px 0 0 0;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 100;
  margin: 100px auto 0px auto;
}
.intro {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 32px;
  /*
  border-top: solid 2px #333;
  border-bottom: solid 1px lightgrey;
  */
}

.introtxt {
  position: absolute;
  top: 25%;
  width: 93.6%;
  text-align: center;
  padding: 1.6% 0%;
}

.dialogWrapper {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: rgba(48, 48, 48, 0.96);
  z-index: 1;
  font-size: 1.4em;
  padding: 8px 75px 8px 75px;
  line-height: 1.4;
  color: white;
}
.nextBtn {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 100%;
  background-color: #428BCA;
  color: white;
  padding: 8px 8px;
  cursor: pointer;
  text-align: center;
  line-height: 1.4;
}
.nextBtn:hover {
  background-color: orange;
}

.instruct {
  color: #333;
  border-radius: 0px;
  padding: 20px 10px 20px 0px;
  margin: 24px 16px 24px 16px;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  border-bottom: #999 1px solid;
}
.num {
  font-size: 56px;
  font-weight: 100;
  float: left;
  margin-right: 15px;
  margin-left: 15px;
  color: red;
}

.storyFooter {
  background-color: rgb(250,250,250);
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 400px;
  margin-top: 50px;
  float: left;
  box-sizing: border-box;
  z-index: 100000000;
}

.arrowWrap {
  text-align: center;
  padding: 10px;
}

.slide-menu {
  overflow: auto;
  position: fixed;
  display: none;
  top: 0px;
  right: 0px;
  background-color: rgba(100,100,100,0.9);
  height: 100vh;
  width: 100vw;
  color: white;
  z-index: 100;
  padding-right: 0px;
  font-size: 18px;
}
.slide-menu.forecast {
  width: 400px;
}
.slide-menu-start {
  overflow: auto;
  position: fixed;
  display: none;
  top: 0px;
  right: 0px;
  background-color: rgba(80,80,80,1);
  min-height: 15vh;
  min-width: 20vw;
  color: white;
  z-index: 100;
  padding-right: 0px;
  padding-top: 95px;
  font-size: 18px;
}
.selection-menu {
  width: 75%;
  height: 100%;
  float: left;
  border-right: solid 3px white;
}
.selection-menu-forecast {
  float: left;
  border-right: solid 3px white;
  padding: 12px;
}
.user-menu {
  width: 25%;
  height: 100%;
  float: left;
}
.user-menu.forecast {
  width: 80%;
}
.menu-title {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 150%;
  color: white;
  line-height: 55px;
  background-color: rgb(80,80,80);
}
.dim-div-title {
  width: 100%;
  text-align: left;
  float: left;
}
.dim-div-title-forecast {
  width: 100%;
  height: 50px;
  text-align: left;
  font-size: 110%;
  color: #333;
  line-height: 75px;
  float: left;
}
.sel-button {
  float: left;
  cursor: pointer;
  padding: 5px 15px 5px 15px;
}
.sel-button:hover {
  color: #333;
  background-color: white;
}

.menu_wrapper {
  position: relative;
  height: 100%;
  text-align: right;
  float: right;
  z-index: 101;
}

.storyline_wrapper {
  position: fixed;
  top: 0px;
  margin: 0 15%;
  width: 70%;
  height: 50px;
  z-index: 100;
}

.forecast_wrapper {
  display: inline-block;
  position: static;
  width: 100%;
  height: 150px;
  text-align: center;
  z-index: 111;
  padding: 0px;
}
#forecast_placeholder {
  display: none;
  position: relative;
  width: 100%;
  -webkit-box-shadow: none;
}

.menu_symbol {
  cursor: pointer;
  height: 100%;
  width: auto;
  float: right;
  padding: 14%;
}

.close_button {
  height: 25px;
  width: auto;
  cursor: pointer;
  float: right;
}

.meta_icon {
  cursor: pointer;
  height: 30px;
  width: auto;
  float: left;
  padding: 0;
}

#metadata {
  position: fixed;
  display: none;
  top: 0px;
  right: 0px;
  background-color: rgba(100,100,100,0.8);
  height: 100vh;
  width: 100vw;
  color: white;
  z-index: 10000000000000;
  padding: 15px 75px 5px 75px;
  font-size: 18px;
}
.metacontent {
  width: 100%;
  height: 90vh;
}
#meta_close_button {
  height: 25px;
  width: auto;
  cursor: pointer;
  float: right;
  margin-bottom: 15px;
}
#cop21_info {
  background-color: white;
  color: #333;
  padding: 15px 75px 5px 75px;
  font-size: 14px;
  line-height: 1.4;
  overflow: auto;
}

.menu_item {
  cursor: pointer;
  width: 100%;
  padding: 3px 20px;
  text-align: left;
}
.menu_item:hover {
  background-color: rgba(200,200,200,0.5);
}
.menu-item-start {
  cursor: pointer;
  width: 100%;
  padding: 3px 20px;
  text-align: left;
  background-color: rgba(120,120,120,1);
}
.menu-item-start:hover {
  background-color: rgba(228,120,35,1);
}

.infobox {
  position: fixed;
  background-color: rgb(141,171,206);
  top: 0px;
  left: 0px;
  height: 55px;
  width: 100%;
  color: white;
  font-size: 1.4em;
  line-height: 1.4;
}
.close_infobox {
  float: left;
  height: 20vh;
  width: 20vh;
  background-color: rgb(141, 171, 206);
  cursor: pointer;
}

.backgr {
  /*
  background-color: rgb(244,244,244);
  */
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.visual_wrapper {
  position: relative;
  float: left;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px #888888;
}

.base {
  position: relative;
  top: 0%;
  left: 0%;
  width: 100%;
  margin: auto;
  z-index: 1;
  box-sizing: border-box;
}

.page {
  background-color: rgb(250,250,250);
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 400px;
  float: left;
  box-sizing: border-box;
  border-bottom: solid 10px rgb(215,215,215);
}

.gridbox {
  width: 100%;
  height:100%;
  background-color: rgb(255,255,255);
}

.griditem {
  width: 50%;
  height:50%;
  float: left;
  color: white;
  font-size: 2.5em;
  font-weight: 100;
  line-height: 1.4;
  padding: 1.6%;
  cursor: pointer;
  text-shadow: 2px 2px 2px rgba(129, 129, 129, 0);
  border: none !important;
}
.griditem:hover {
  opacity: 0.8;
  color: white;
}

.sales {
  background-color: rgb(0,74,118);
  border-left: none;
  border-right: 4px solid rgb(255,255,255);
  border-bottom: 4px solid rgb(255,255,255);
  border-top: none;
}
.drivers {
  background-color: rgb(228,120,35);
  border-left: none;
  border-right: none;
  border-bottom: 4px solid rgb(255,255,255);
  border-top: none;
}
.res {
  background-color: rgb(153,182,34);
  border-left: none;
  border-right: 4px solid rgb(255,255,255);
  border-bottom: none;
  border-top: none;
}
.cop21 {
  background-color: rgb(141,171,206);
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
}

.section {
  position: relative;
  width: 960px;
  margin: 0 auto 24px auto;
  background-color: white;
  overflow: hidden;
}

.wrapper {
  width:100%;
}

#nothing-selected {
  display: none;
  left: 0;
  width: 100%;
  top: 50%;
  position: fixed;
  background-color: #333;
  color: white;
  font-size: 150%;
  text-align: center;
  padding: 20px;
}

.narration {
  position: relative;
  height: 50px;
  padding: 10px 5px;
  z-index: 1000;
  text-align: left;
  font-size: 1.5em;
  line-height: 45px;
  border-bottom: lightgrey solid 1px;
  float: none;
}
.expl {
  padding: 10px 96px;
  font-size: 18px;
  font-weight: 100;
  text-align: left;
}
.plot svg text {
  font-size: 10.667px;
}

.overviewSelector {
  color: #777;
  cursor: pointer;
  float: left;
  display: inline-block;
  z-index: 1111;
}
.overviewSelector:hover {
  color: #ccc;
  background-color: #333;
}

.nar_sec {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 99;
  margin-bottom: 48px;
}

.half-w {
  width: 50%;
}
.nar_col {
  display: inline;
}

#s_00 {
  z-index: 1001;
}
#s_00_d.dc-chart text {
    font-size: 15px !important;
}
.fact_item {
  position: relative;
  height: 50%;
  width: 100%;
  float: left;
}
#s_00_a {
  height: 80%;
}
#s_00_c {
  height: 0%;
}
#s_03_a, #s_03_g, #s_04_a {
  height: 90%;
}
.fact_left {
  text-align: center;
  position: relative;
  width: 50%;
  /*height: 80vh;*/
  height: 680px;
  float: left;
}
.fact_right {
  text-align: center;
  position: relative;
  width: 50%;
  /*height: 80vh;*/
  height: 680px;
  float: left;
}
.third-h {
  height: 33%;
}
.full-h {
  height: 99%;
}

.filterWrap {
  position: fixed;
  bottom: 0px;
  margin: 6px 30px;
  height: 50px;
  right: 0px;
  z-index: 1000;
  line-height: 1;
}
.filter {
  float: right;
  position: relative;
  text-align: right;
  font-size: 1.1em;
}
.metaBtnWrap {
  position: fixed;
  bottom: 0px;
  height: 50px;
  margin: 6px 30px;
  left: 0px;
  line-height: 1;
  z-index: 100000000;
}
.playBtn {
  float: right;
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-image: url("images/playBtn.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cTableContainer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999999999999;
  background-color: white;
  overflow: auto;
}

#growthTable {
  display: none;
}

@media only screen and (max-width: 800px) {
  .section {
    width: 100%;
  }
  .introWrapper {
    width: 100%;
  }
  .placeholder {
    display: none;
  }
  .content {
    padding: 0;
  }
  .storyline_wrapper {
    display: none;
  }
  .header {
    position: relative;
  }
  .narration {
    font-size: 1.2em;
  }
  .expl {
    font-size: 0.75em;
  }
  #s_00 {
    display: none;
  }
}

.heat-map .domain {
  fill: none;
  stroke: none;
}

.heat-map .tick line {
  fill: none;
  stroke: none;
}

.dc-chart {
  /*font-size: 20px;*/
}

.dc-chart .country {
  cursor: pointer;
}







div.dc-chart {
    float: left;
}

.dc-chart .chart-body {
    clip-path: none;
}
.dc-chart rect.bar {
    stroke: none;
    cursor: pointer;
    fill: rgb(33,58,118);
}

.dc-chart rect.bar:hover {
    fill-opacity: .5;
}

.dc-chart rect.stack1 {
    stroke: none;
    fill: red;
}

.dc-chart rect.stack2 {
    stroke: none;
    fill: green;
}

.dc-chart rect.deselected {
    stroke: none;
    fill: #ccc;
}

.dc-chart .empty-chart .pie-slice path {
    fill: #FFEEEE;
    cursor: default;
}

.dc-chart .empty-chart .pie-slice {
    cursor: default;
}

.dc-chart .pie-slice {
    fill: white;
    /*font-size: 20px;*/
    cursor: pointer;
}

.dc-chart .pie-slice.external{
    fill: #333;
}

.dc-chart .pie-slice :hover {
    fill-opacity: .8;
}

.dc-chart .pie-slice.highlight {
    fill-opacity: .8;
}

.dc-chart .selected path {
    stroke-width: 0;
    stroke: #ccc;
    fill-opacity: 1;
}

.dc-chart .deselected path {
    stroke: none;
    fill-opacity: .5;
    fill: #ccc;
}

.dc-chart .axis path, .axis line {
    fill: none;
    stroke: #ccc;
    shape-rendering: crispEdges;
}

.dc-chart .axis text {
    /*font-size: 20px;*/
}
.axis .tick line {
  fill: none;
  stroke: none;
}
.axis .tick .grid-line{
  fill: none;
  stroke: #ccc;
  stroke-dasharray: 5,5;
  opacity: 1;
  shape-rendering: crispEdges;
}

.dc-chart .grid-line {
    fill: none;
    stroke: #ccc;
    stroke-dasharray: 5,5;
    opacity: 1;
    shape-rendering: crispEdges;
}

.dc-chart .grid-line line {
    fill: none;
    stroke: #ccc;
    opacity: 1;
    shape-rendering: crispEdges;
}

.dc-chart .brush rect.background {
    z-index: -999;
}

.dc-chart .brush rect.extent {
    fill: steelblue;
    fill-opacity: .125;
}

.dc-chart .brush .resize path {
    fill: #eee;
    stroke: #666;
}

.dc-chart path.line {
    fill: none;
    stroke-width: 1px;
    opacity: 1;
}

.dc-chart circle.dot {
    stroke: none;
}

.dc-chart g.dc-tooltip path {
    fill: none;
    stroke: grey;
    stroke-opacity: .8;
}

.dc-chart path.area {
    fill-opacity: .3;
    stroke: none;
}

.dc-chart .node {
    font-size: 0.7em;
    cursor: pointer;
}

.dc-chart .node :hover {
    fill-opacity: .8;
}

.dc-chart .selected circle {
    stroke-width: 3;
    stroke: #ccc;
    fill-opacity: 1;
}

.dc-chart .deselected circle {
    stroke: none;
    fill-opacity: .5;
    fill: #ccc;
}

.dc-chart .bubble {
    stroke: none;
    fill-opacity: 0.6;
}

.dc-data-count {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

.dc-data-count .filter-count {
    color: #3182bd;
    font-weight: bold;
}

.dc-data-count .total-count {
    color: #3182bd;
    font-weight: bold;
}

.dc-chart g.state {
    cursor: pointer;
}

.dc-chart g.state :hover {
    fill-opacity: .8;
}

.dc-chart g.state path {
    stroke: white;
}

.dc-chart g.selected path {
}

.dc-chart g.deselected path {
    fill: grey;
}

.dc-chart g.selected text {
}

.dc-chart g.deselected text {
    display: none;
}

.dc-chart g.county path {
    stroke: white;
    fill: none;
}

.dc-chart g.debug rect {
    fill: blue;
    fill-opacity: .2;
}

.dc-chart g.row rect {
    fill-opacity: 0.8;
    cursor: pointer;
}

.dc-chart g.row rect:hover {
    fill-opacity: 0.6;
}

.dc-chart g.row text {
    fill: #333;
    /*font-size: 20px;*/
    cursor: pointer;
}

.dc-legend {
    /*font-size: 20px;*/
}

.dc-legend-item {
    cursor: pointer;
}

.dc-chart g.axis.y path {
    stroke: none;
    fill: none;
}
.dc-chart g.axis text {
    /* Makes it so the user can't accidentally click and select text that is meant as a label only */
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10 */
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}

.dc-chart path.highlight {
    stroke-width: 1;
    fill-opacity: 1;
    stroke-opacity: 1;
}

.dc-chart .highlight {
    fill-opacity: 1;
    stroke-opacity: 1;
}

.dc-chart .fadeout {
    fill-opacity: 0.2;
    stroke-opacity: 0.2;
}

.dc-chart path.dc-symbol, g.dc-legend-item.fadeout {
    fill-opacity: 0.5;
    stroke-opacity: 0.5;
}

.dc-hard .number-display {
    float: none;
}

.dc-chart .box text {
    font: 10px sans-serif;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10 */
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}

.dc-chart .box line,
.dc-chart .box circle {
    fill: #fff;
    stroke: #000;
    stroke-width: 1.5px;
}

.dc-chart .box rect {
    stroke: #000;
    stroke-width: 1.5px;
}

.dc-chart .box .center {
    stroke-dasharray: 3,3;
}

.dc-chart .box .outlier {
    fill: none;
    stroke: #ccc;
}

.dc-chart .box.deselected .box {
    fill: #ccc;
}

.dc-chart .box.deselected {
    opacity: .5;
}

.dc-chart .symbol{
    stroke: none;
}

.dc-chart .heatmap .box-group.deselected rect {
    stroke: none;
    fill-opacity: .5;
    fill: #ccc;
}

.dc-chart .heatmap g.axis text {
    pointer-events: all;
    cursor: pointer;
}


.dc-data-table {
	margin: 0px;
    padding: 0px;
	width: 100%;
}
.dc-data-table table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
    padding:0px;
}
.dc-data-table tr:nth-child(odd){ background-color:#ebebeb; }
.dc-data-table tr:nth-child(even){ background-color:#c8c8c8; }
.dc-data-table td{
	vertical-align:middle;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-weight:normal;
	color:#000333;
    border: solid 0px white;
}
.dc-data-table td{
	border-width:0px 1px 0px 0px;
}
.dc-data-table tr:first-child td{
	background:-o-linear-gradient(bottom, #8dacce 5%, #8dacce 100%);	
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8dacce), color-stop(1, #8dacce) );
	background:-moz-linear-gradient( center top, #8dacce 5%, #8dacce 100% );
	/* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#8dacce", endColorstr="#8dacce");*/
    background: -o-linear-gradient(top,#8dacce,8dacce);
	background-color:#8dacce;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
}
.dc-data-table tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #8dacce 5%, #8dacce 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8dacce), color-stop(1, #8dacce) );
	background:-moz-linear-gradient( center top, #8dacce 5%, #8dacce 100% );
	/* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#8dacce", endColorstr="#8dacce");*/
    background: -o-linear-gradient(top,#8dacce,8dacce);
	background-color:#8dacce;
}
.dc-data-table td:last-child{
	border-width:0px 0px 0px 0px;
}

.nvd3 g.nv-groups path{
    fill: none;
}
.nvd3 g.nv-groups path.nv-line {
    stroke-width: 1px;
}
.nvd3 g.nv-groups path.nv-point {
    stroke-width: 2px;
}
.nvd3 g.nv-background rect{
    fill: none;
}
.nvd3 g.tick line {
    stroke: #ccc;
    stroke-dasharray: 5,5;
    shape-rendering: crispEdges;
}
.nvd3 g.tick.major line {
    stroke: #ccc;
    stroke-dasharray: 5,5;
    shape-rendering: crispEdges;
}
.nvd3 g.nv-x path.domain {
    stroke: #ccc;
    shape-rendering: crispEdges;
}
.nvtooltip {
    display: none;
}

