<!-- Google fonts -->
@font-face {font-family: Oswald; font-weight: 300; src: url("../fonts/Oswald-Light.ttf");}
@font-face {font-family: Oswald; font-weight: 400; src: url("../fonts/Oswald-Regular.ttf");}
@font-face {font-family: Oswald; font-weight: 700; src: url("../fonts/Oswald-Bold.ttf");}

@font-face {font-family: Merriweather Sans; font-weight: 400; src: url("../fonts/MerriweatherSans-Regular.otf");}
@font-face {font-family: Merriweather Sans; font-weight: 700; src: url("../fonts/MerriweatherSans-Bold.otf");}

.text    {
    font-family:'Merriweather Sans';
}

#topTitle {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  line-height: 1.2;
  text-align: left;
  margin-left: 10px;
}

#topTitle2 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  line-height: 1.2;
  text-align: left;
  margin-left: 10px;
}

#subTitle {
  text-align: left;
  margin-bottom: 20px;
  font-size: 20px;
  color: #BFBFBF;
  margin-left: 10px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

#topText{
  text-align: left;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  /*margin-bottom: 10px;*/
  line-height: 1.5;
  color: #7D7D7D;
}

.panel-image {
    text-align: center;
    width: 1011px;
/*    display: flex;*/
}

#country:hover{
  stroke: black;
  stroke-width: 1.5px;
}

#world_container {
  border:2px solid #ccc;
  border-radius: 5px;
/*  height:100%; */
  overflow:hidden;
  background: white;
}

.hidden { 
  display: none; 
}

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

#pin {
    cursor: pointer;
}

#comboResolution {
  text-align: left;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  margin: auto;
}

#comboTitle {
  text-align: left;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 5px;
  font-size: 15px;
  color: #1c1c1c;
}

#globe_title {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #1c1c1c;
}

.colorbar {
    font-family:'Merriweather Sans', sans-serif;
    font-size: small;	
}
.colorbar .axis line{
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
}

.colorbar .axis .domain{
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
}

.table_legend2 { 
    font-family:'Merriweather Sans', sans-serif;
  font-weight: bold;
 } 



#chart_streamgraph, #target_streamgraph { 
  font-family: 'Merriweather Sans', sans-serif;
  background: #fff;
}

.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

p {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: bold;
}

td {
  text-align: left;
  vertical-align: middle;
  margin-left: 15px;
  border: 0px;
  font-family: 'Merriweather Sans', sans-serif;
}

tr:hover {
  background-color: #f5f5f5;
}

.axis path, .axis line, .axis2 path, .axis2 line, .axist path, .axist line, .axis2t path, .axis2t line {
  font-family: 'Merriweather Sans', sans-serif;
  fill: none;
  stroke: #000;
  stroke-width: 2px;
  shape-rendering: crispEdges;
}

.title_01 {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: bold;
  position: absolute;
  margin: auto;
  text-align: center;
  top: 20px;
}

.table_stream {
  border: 1px solid black;
  font-family: 'Merriweather Sans', sans-serif;
  width: 100%;
  text-align: left;
}

.center_01 {
  font-family: 'Merriweather Sans', sans-serif;
    text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
    top: 10px;
  left: 730px;
}

.axis text, .axis2 text {
        font-family: 'Merriweather Sans', sans-serif;
        font-size: 14px;
      }
.axist text, .axis2t text {
        font-family: 'Merriweather Sans', sans-serif;
        font-size: 12px;
      }
      
.d3-tip {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  color:  #4d4d4d;
  background: white;
  border-radius: 5px;
  border: 2px solid  #4d4d4d;
  vertical-align: middle;
}

.brush .extent {
  stroke: #fff;
  fill-opacity: .125;
  shape-rendering: crispEdges;
}
.table_legend { 
  font-weight: bold;
  vertical-align: top;
 } 

#little_square {
  width: 20px;
  height: 20px;
}

#comboBoxStream, #comboBoxTarget, #comboBoxPalette {
  text-align: left;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  margin: auto;
}


    .month {
        fill: none;
        stroke: #000;
        stroke-width: 2px;
    }
    .day {
        fill: #fff;
        stroke: #ccc;
    }
    text    {
        font-family:'Merriweather Sans';
    }
    .dayLabel   {
        fill:#aaa;
        font-size:0.8em;
    }
    .monthLabel, .tick {
        text-anchor:middle;
        font-size:0.8em;
        fill:#aaa;
    }
    .yearLabel  {
        fill:#aaa;
        font-size:1.4em;
    }
    
    .key    {font-size:0.7em;}
    
    .d3-tip {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        color:  #4d4d4d;
        background: white;
        border-radius: 5px;
        border: 2px solid  #4d4d4d;
        vertical-align: middle;
    }

    .d3-tip2 {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        background: white;
        vertical-align: middle;
    }

    #comboBoxCalendar, #comboBoxCompany {
      text-align: left;
      font-family: 'Oswald', sans-serif;
      font-size: 13px;
      margin: auto;
    }

#comboBoxMFFL, #comboBoxMFFLS, #comboBoxShade {
      text-align: left;
      font-family: 'Oswald', sans-serif;
      font-size: 13px;
      max-width: 100px;
      margin: auto;
    }

.colorbar2 {
    font-family:'Merriweather Sans', sans-serif;
    font-size: small;
}
.colorbar2 .axis line{
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
}

.colorbar2 .axis .domain{
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
}

#mffl_circle {
  stroke: #fff;
  cursor: pointer;
}

#mffl_circle:hover{
  stroke: black;
  stroke-width: 1 px;
}

.drop {
    cursor: pointer;
}

.zoom-area {
    fill: transparent;
    cursor: pointer;
}

.y-tick {
    stroke: black;
    fill: #aaa;
    stroke-width: 1px;
}

.line-separator, .x-axis {
    stroke: black;
    fill: none;
    stroke-width: 1px;
}

.line-separator:last-child {
    display: none;
}

.x-axis {
    position: absolute;
    z-index: 50;
}

text {
    stroke: none;
    fill: black;
}

text.maximum, text.minimum {
    font-weight: bold;
}


.graph-body .line {
    height: 20px;
    padding: 10px;
}


    #comboBoxWord {
      text-align: left;
      font-family: 'Oswald', sans-serif;
      font-size: 13px;
      margin: auto;
    }

    #spiral {
      text-align: left;
      font-family: 'Oswald', sans-serif;
      font-size: 10px;
      margin: auto;
    }

#cloud_word {
    cursor: pointer;
}

#radio_label {
    font-family:'Merriweather Sans';
    font-size: 12px;
    vertical-align: middle;
    font-weight: normal;
    padding-left: 5px;
}


div.twitter-tweet-rendered p.entry-title {
    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
    padding: 5px !important;
    background: #eee !important;
    max-width: 300px !important;
}

div.twitter-tweet-rendered p.entry-title a.link {
    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
}

div.twitter-tweet-rendered div.twt-border {
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

div.twitter-tweet-rendered iframe.twt-follow-button { display: none !important; }

div.twitter-tweet-rendered div.footer ul.twt-actions {display: none !important;}

div.twitter-tweet-rendered div.footer a.view-details {
    display:block !important;
    width: 120px !important;
    margin: 5px 0 !important;
    padding: 7px 0 !important;
    background: #000 !important;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 13px !important;
    text-align: center !important;
    box-shadow: -1px -1px 2px #555 !important;
}
    
div.twitter-tweet-rendered div.footer a.view-details span {
    font: 14px Georgia, serif !important;
    color: #fff !important;
}
