#time-slider {
  display: block;
  margin: auto;
  
}
g.brush.axis path.domain {
  display: none;
}
text.storyLabel {
  visibility: hidden;
}
::-moz-selection {
 background: #00aeef;
 color: white;
}
::selection {
  background: #00aeef;
  color: white;
}
a {
  color: #00aeef;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.highlight {
  color: #00aeef;
}
a:hover, a:focus {
  color: #666666;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
p a, p a:visited {
  line-height: inherit
}

#home {
    position: relative;
    z-index: 20;
    width: 1400px;
    height: 900px;
    margin-left: auto;
    margin-right: auto;
    background: white;
}

#container {
  clear: both;
}
#container #title {
  margin-bottom: 10px;
  height: 110px;
  text-align: center;
}

#container .country {
  stroke: #fff;
  stroke-opacity: 0.8;
  stroke-width: 0.5px !important;
}
#container .country:hover{
  stroke: #fff;
  stroke-opacity: 0.8;
  stroke-width: 2px !important;
  fill-opacity: 0.9;
}
#container .text{
  font-size:10px;
  text-transform:capitalize;
}
#container {
  margin: 0 auto;
  padding: 0;
  /*margin:10px 10%;*/
  /*border:2px solid #000;*/
  /*border-radius: 5px;*/
  width:100%;
  /*width: 1000px;*/
  height: 700px;
  overflow:hidden;
  float: left;
}
#wrapper {
  clear: both;
  height: 80%;
}

#themap {
  width: 70%;
  margin: 0;
  height: 700px;
  float: left;
}

#topics {
    width: 30%;
    overflow: hidden;
    margin: 0;
    float: right;
    height: 720px;
}

select {
  font-family: sans-serif;
  font-size: 24px;
  margin: 5px 0 0 2px;
  font-weight: 300;
  border: 1px solid #111;
  background: #f5f5f5;
  width: 95%;
  padding: 5px 5px 5px 5px;
  border: none;
  /* removes arrows that show it's a select bar
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
  float: left;
}

.barchartDescription {
  margin-top: 50px;
  margin-bottom: 10px;
  padding-left: 10px;
  text-align: left;
}

#filter_menu {
  width: 18px;
  float: left;
  margin-top: 10px;
}

#filter_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#filter_menu li {
   padding: 0 0 18px 0;
}
/*
#filter_menu label {
   padding: 0 25px 0 0;
}
*/

#time-controls {
  width: 70%;
  overflow: hidden;
  margin: -165px 0 50px 0;
  float: left;
}
#time_slider {
  margin: 20px auto 0 150px;
}
#time-controls #play-button {
  /*background: blue;*/
  color: inherit;
  text-decoration: none;

   /*float: left;*/
   font-size: 24px;
   position: absolute;
   left: 20px;
   bottom: 40px;
   /*vertical-align: true;*/
}
#time-controls #play-button:hover {
    /*text-decoration: underline;*/
    opacity: 0.7;
    cursor: pointer;
}
/*#filter_menu input {
    float: left;
}*/
.hidden {
  display: none;
}

div.tooltip {
  /*font-family: 'Lato';*/
  color: #222;
  background: #fff;
  padding: .5em;
  text-shadow: #f5f5f5 0 1px 0;
  border-radius: 2px;
  box-shadow: 0px 0px 2px 0px #a6a6a6;
  opacity: 0.9;
  position: absolute;
}

.graticule {
  fill: none;
  stroke: #bbb;
  stroke-width: .5px;
  stroke-opacity: .5;
}

.equator {
  stroke: #ccc;
  stroke-width: 1px;
}

/* CHART STUFF */

/* #chart text#title {
    font-size: 30px;
}

#chart {
    width: 40%;
    font-family: 'Lato';
    font-weight: 700;
    float: right;
    background: #eee;
}

#chart #country_name {
    font-size: 24px;
    text-align: center;
    height: 100px;
    width: 100%;
}

#chart .right {
  stroke: black;
  stroke-width: 1;
  fill: #E09CA7;
  fill: indianred;
  opacity: 0.5;
}

#chart .left {
  stroke: black;
  stroke-width: 1;
  fill: #7DA4C9;

  fill: steelblue;
  opacity: 0.6;
}

#chart
  fill: #64707d;
}

#chart text {
  fill: black;
}

#chart text.name {
  fill: black;
}

*/

/**   Time slider stuff **/
/* clashes with dimple
.axis text {
}

.axis path {
  display: none;
}

.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
*/

.grid-background {
  fill: rgb(233, 233, 233);
}

.grid line,
.grid path {
  fill: none;
  stroke: #fff;
  shape-rendering: crispEdges;
}

.grid .minor.tick line {
  stroke-opacity: .5;
}

x axis {
  margin-top: 50px;
}

.brush .extent {
  stroke: #000;
  stroke-width: 1px;
  fill-opacity: .125;
  shape-rendering: crispEdges;
}

/** End time slider **/
/**    loader
----------------------------------------------------------**/
#loadingOverlay {
    position: fixed;
    background: #f9f9f9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*width: 100%;*/
    /*height: 100%;*/
    z-index: 10000;
    opacity: 1;
    /*display: none;*/
}

#loadingOverlay:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    margin: 0px auto;
    margin-top: -50px;
    margin-left: -50px;
    border: 10px solid rgba(128,128,128,.15);
    border-top-color: rgba(128,128,128,.8);
    border-radius: 100%;
    -webkit-animation: rotation 1s infinite linear;
    -moz-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;
}

#time-graph .legend {
    font-size : 12px;
    /*font-family : 'Lato';*/
}

#time-graph {
}

#time-graph .y.grid g.tick.major {
    /*border: none;*/

    font-size: 12px;
}

#time-graph .y.grid g.tick.major {
    border: 1px solid black;
    /*border: none;*/

    font-size: 12px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

#sex_disagg_barchart text#title {
    font-size: 30px;
    fill: #515A5F;
}

#sex_disagg_barchart text.description {
    fill: #515A5F;
}

#sex_disagg_barchart text#barvalues {
    font-size: 10px;
    fill: #515A5F;
}

#sex_disagg_barchart {
    float: right;
}

#sex_disagg_barchart #country_name {
    font-size: 24px;
    text-align: center;
    height: 100px;
    width: 100%;
    fill: #515A5F;
}

#sex_disagg_barchart rect.male {
  fill: #1d6f3c; /*#7fbf7b #47c0be #7DA4C9*/
}

#sex_disagg_barchart rect.female {
  fill: #6c00c3; /*#af8dc3 #9040b6 #E09CA7;*/
}

#sex_disagg_barchart rect:hover {
  fill: #515A5F;
}

#sex_disagg_barchart text {
  fill: #515A5F;
  font-size: 1em;
}

#sex_disagg_barchart text.name {
  fill: #515A5F;
}

g.legend text{
}
