/* MAIN INDEX.HTML */
#top-heading {
    padding-top: 15px;
    font-weight: bold;
}

#top-nav-bar {
    padding: 20px 0px;
}

.nav-item {
    font-size: 20px;
}

.data_heading {
    font-size: 30px;
    font-weight: bold;
}

.plot_heading {
    padding: 10px 0px 10px 0px;
    font-size: 30px;
}

.plot_figure_heading {
    display: table;
    height: 700;
}

.plot_figure_heading span {
  vertical-align: middle;
  display: table-cell;
  font-size: 20px;
  text-align: center;
}

/* world_population css */
  .sphere_stroke {
    fill: none;
    stroke: black; 
    stroke-width: 2px;
    vector-effect: non-scaling-stroke;
  }
  
  .sphere_fill {
    fill: white;
  }
  
  .graticule {
    fill: none;
    stroke: #777;
    stroke-width: 0.5px;
    stroke-opacity: 0.5;
    pointer-events: none;
  }
  
  .country {
    fill: #999;
    fill-opacity: 0.3;
    stroke: white;
    stroke-width: 0.5;
  }
  
   .label {
    font-family: sans-serif;
    font-size: 10px;
    pointer-events: none;
    text-anchor: middle;
  }
  .label.no_iso_code {
    font-style: italic;
  }
  .label.hidden {
    display: none;
  }
  
  .bubble {
    fill-opacity: 0.2;
    stroke: black;
    stroke-width: 0.5;
  }
  .bubble:hover {
    fill-opacity: 0.4;
  } 

  /* end */

  /* Health-Wealth-Poipulation chart css */

  #health-wealth-population {
    margin-left: -40px;
    height: 506px;
  }
  
  text {
    font: 10px sans-serif;
  }
  
  .dot {
    stroke: #000;
  }
  
  .axis path, .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
  }
  
  .label1 {
    fill: #777;
  }
  
  .year.label1 {
    font: 500 196px "Helvetica Neue";
    fill: #ddd;
  }
  
  .year.label1.active {
    fill: #aaa;
  }
  
  .overlay {
    fill: none;
    pointer-events: all;
    cursor: ew-resize;
  }
  
  /* End */

  /* CSS for CO2 Emission plot */

  div.tooltip {
    position: absolute;
    pointer-events: none;
    margin: 0px;
    padding: 7px;
    width: 255px;
    height: 90px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    opacity: 0;
  }
  
  div.tooltip p {
    margin: 0px;
    padding: 0px;
    line-height: 1.2rem;
    color: #4a4a4a;
    text-align: left;
  }
  
#content {
  margin: 5px;
  padding: 0px 0px 150px 0px;
  width: 575px;
  text-align: left;
}


.axis line {
  stroke: #eee;
  stroke-width: 1;
  shape-rendering: crispEdges;
}

#buttons, #countrybuttons {
  margin: 0px 0px 0px 5px;
  padding: 0px;
}

.button {
  display: inline-block;
  margin: 0px 0px 3px 0px;
  padding: 4px 6px;
  line-height: 20px;
  background:#ff0000;
  min-width: 70px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.button:hover {
  background:#e3120b;
  color: #fff;
  cursor: pointer;
}
.button span {
  margin: 0px;
  padding: 0px 3px;
}
#play {
  float: left;
}
.regLine {
  fill: none;
  stroke: #00a1ce;
  stroke-width: 2.5;
  opacity: 0;
}
#header {
  margin: 0px;
  padding: 0px;
  height: 34px;
  background: #747474;
}

.left.label {
  font-size: 12px;
  fill: #4a4a4a;
}
.right.label {
  font-size: 12px;
  fill: #772210;
}

.co2_circle {
  fill: #00a1ce;
  stroke: #fff;
  stroke-width: 1.5;
}


#year {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: bold;
}

.legend1 circle {
  fill: none;
  stroke: #ccc;
  stroke-width: 1;
}
.legend1 text {
  fill: #747474;
  font: 10px Arial, sans-serif;
  text-anchor: middle;
  /* end */
}

/* LINE PLOT - LITERACY */
#line_plot_lit {
    font: 10px sans-serif;
}

.line_lit {
    fill: none;
    stroke-width: 1.5px;
}

/* RADAR PLOT - Employment Scenarios */
.radarChart2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  text-align: center;
}

/* Enrollment Plot */

.axis {
  font: 10px sans-serif;
}

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

.bar {
  fill: #3182bd;
  fill-opacity: .9;
}

.wld {
  fill: #9ecae1;
}

/* JOYPLOT - STYLING */
g.tick2>line {
  stroke: black;
  stroke-dasharray: 2, 2;
}

.axis-label, .series-label {
  fill: black;
}

/*  */
#play_enroll {
  background-color: white;
  margin: 20px 0px 0px 60px;
  color: #000;
  border: 2px solid black;
}