@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);

/*
 * base stylesheets included in every chart
 */
.chart #header {
  min-height: 1px;
  position: relative;
}
.chart #header .header-right {
  position: absolute;
  right: 10px;
  z-index: 20;
}
.chart #footer {
  min-height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
}
.chart #footer .footer-left,
.chart #footer .footer-right {
  position: absolute;
  bottom: 5px;
  z-index: 1000;
}
.chart #footer .footer-left {
  left: 5px;
}
.chart #footer .footer-right {
  right: 5px;
}
.chart .logo {
  position: absolute;
  right: 0;
  bottom: 0;
}
.chart .logo .big {
  display: none;
}
.chart.plain #footer {
  height: 10px;
}
.chart.js .noscript {
  display: none;
}
.chart .hidden {
  display: none;
}
.chart .label.annotation span {
  background: transparent;
}



s
/*
 * basic styles for data tables
 *
 */

.chart.vis-data-table.chart {
    overflow: visible !important;
}

.chart.vis-data-table #footer {
    position: relative;
    top: auto;
    left: auto;
}

.chart.vis-data-table #datatable_wrapper {
    margin: 10px 6px 10px 2px;
}

.chart.vis-data-table .datatable-default {
    width: 100%;
    border: 0;
    border-spacing:0;
    margin: 10px 0 5px;
    border-collapse:collapse;
    clear: both;
}

.chart.vis-data-table .datatable-default td,
.chart.vis-data-table .datatable-default th {
    text-align: left;
    padding: 6px 11px!important;
    border: 0;
}

.chart.vis-data-table .datatable-default thead tr {
    border-bottom: 2px solid #777;
}

.chart.vis-data-table .datatable-default tr.highlight {
    background: #E3E7F6;
}

.chart.vis-data-table .datatable-default th.highlight {
    background: #CFD9EF;
}

.chart.vis-data-table .datatable-default tr td.highlight {
    background: #E6EaF9;
}

.chart.vis-data-table .datatable-default td span.raw-sortable {
    display: none;
}

.chart.vis-data-table .datatable-default tr.even td.highlight {
    background: #E0E3F3;
}

.chart.vis-data-table .datatable-default tr.odd td {
    /* background: #f9f9f9; */
}

.chart.vis-data-table .datatable-default thead th {
    padding: 6px 20px 6px;
    border-left: 1px solid transparent;
    font-weight: bold;
}

.chart.vis-data-table .datatable-default tbody th {
    background: none;
    font-weight: normal;
}

.chart.vis-data-table .datatable-default tbody td {
    text-align: left;
    border-left: 1px solid #bbb;
}

.chart.vis-data-table .datatable-default tbody td:last-child {
    border-right: 1px solid #bbb;
}

.chart.vis-data-table .datatable-default tbody tr:last-child
 {
    border-bottom: 1px solid #aaa;
}

.chart.vis-data-table .datatable-default tbody tr:hover {
    background: #eee;
}
.chart.vis-data-table .datatable-default tbody tr.even:hover {
    background: #e9e9e9;
}


.chart.vis-data-table .datatable-default tbody tr:hover td.highlight {
    background: #CFD9EF;
}


.chart.vis-data-table #datatable_info, #datatable_length {
    float: left;
}

.chart.vis-data-table #datatable_length, #datatable_filter {
    margin-bottom: 10px;
}

.chart.vis-data-table #datatable_paginate, #datatable_filter {
    float: right;
}

.chart.vis-data-table #datatable_paginate a {
    padding-left: 20px;
    cursor: pointer;
}

.chart.vis-data-table #datatable_next:after {
    content: ' ►';
    color: #777;
}

.chart.vis-data-table #datatable_previous:before {
    content: '◀ ';
    color: #777;
}

.chart.vis-data-table .paginate_disabled_next,
.chart.vis-data-table .paginate_disabled_previous {
    color: #777;
    cursor: default;
}

.chart.vis-data-table .datatable-default th.sorting,
.chart.vis-data-table .datatable-default th.sorting_desc,
.chart.vis-data-table .datatable-default th.sorting_asc
{
    cursor: pointer;
}

.chart.vis-data-table .datatable-default th.sorting:hover,
.chart.vis-data-table .datatable-default th.sorting_desc:hover,
.chart.vis-data-table .datatable-default th.sorting_asc:hover
{
    text-decoration: underline;
}

.chart.vis-data-table .datatable-default th.sorting_asc:after {
    content: '▼';
    color: #777;
    white-space: nowrap;
}

.chart.vis-data-table .datatable-default th.sorting_desc:after {
    content: '▲';
    white-space: nowrap;
    color: #777;
}

.chart.vis-data-table .datatable-default tbody tr .unit {
    opacity: 0;
}

.chart.vis-data-table .datatable-default tbody tr.even {
    background: #f3f3f3;
}

.chart.vis-data-table .datatable-default tbody tr:first-child .unit {
    opacity: 1;
}

.chart.vis-data-table .datatable-default td {
    text-align: left;
}

.chart.vis-data-table .datatable-default td.not-available,
.chart.vis-data-table .datatable-default td.number,
.chart.vis-data-table .datatable-default td.number-decimal,
.chart.vis-data-table .datatable-default td.number-small {
    text-align: right;
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 560px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    table.responsive, .responsive thead, .responsive tbody, .responsive th, .responsive td, .responsive tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .responsive tr { border: 1px solid #ccc; }

    .responsive td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .responsive td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    /*
    Label the data
    */
    .responsive td:nth-of-type(1):before { content: attr(title); }
    .responsive td:nth-of-type(2):before { content: attr(title); }
    .responsive td:nth-of-type(3):before { content: attr(title); }
    .responsive td:nth-of-type(4):before { content: attr(title); }
    .responsive td:nth-of-type(5):before { content: attr(title); }
    .responsive td:nth-of-type(6):before { content: attr(title); }
    .responsive td:nth-of-type(7):before { content: attr(title); }
    .responsive td:nth-of-type(8):before { content: attr(title); }
    .responsive td:nth-of-type(9):before { content: attr(title); }
    .responsive td:nth-of-type(10):before { content: attr(title); }
    .responsive td:nth-of-type(11):before { content: attr(title); }
    .responsive td:nth-of-type(12):before { content: attr(title); }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    body {
        padding: 0;
        margin: 0;
        width: 320px; }
    }

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        width: 495px;
    }
}


/* swissinfo.ch
 * -------------
 */
.chart.theme-swissinfo {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: black;
  margin: 0px;
  overflow: hidden;
  background: white;
  text-rendering: optimizeLegibility;
  padding-bottom: 10px;
}
.chart.theme-swissinfo.vis-bar-chart {
  overflow: visible;
}
.chart.theme-swissinfo.vis-bar-chart #footer {
  position: relative;
}
.chart.theme-swissinfo a {
  color: #af001d;
}
.chart.theme-swissinfo h1 {
  margin: 0;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.4em;
  color: black;
  letter-spacing: 0.01em;
  padding: 0 0 0.3em 0;
}
.chart.theme-swissinfo a img {
  border: 0px;
}
.chart.theme-swissinfo .chart-intro {
  margin: 5px 0 10px !important;
  letter-spacing: 0.01em;
  font-size: 0.95em;
  font-weight: 400;
  line-height: 1.4em;
  color: black;
}
.chart.theme-swissinfo #header > div > div {
  font-size: 12px;
}
.chart.theme-swissinfo #chart {
  margin-top: 10px;
}
.chart.theme-swissinfo #chart.line-chart {
  margin-top: 20px;
}
.chart.theme-swissinfo #chart .label {
  font-size: 12px;
}
.chart.theme-swissinfo #chart .label span {
  color: #333333;
  text-shadow: 0 0 2px white;
}
.chart.theme-swissinfo #chart .label.inverted span {
  text-shadow: 0 0px 2px black;
  color: white;
}
.chart.theme-swissinfo #chart .label.outline span {
  text-shadow: 0 1px 0 #ffffff, 1px 0 0 #ffffff, 0 -1px 0 #ffffff, -1px 0 0 #ffffff, 1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 0 2px 1px #ffffff, 2px 0 1px #ffffff, 0 -2px 1px #ffffff, -2px 0 1px #ffffff, -1px 2px 0px #ffffff, 2px -1px 0px #ffffff, -1px -2px 0px #ffffff, -2px -1px 0px #ffffff, 1px 2px 0px #ffffff, 2px 1px 0px #ffffff, 1px -2px 0px #ffffff, -2px 1px 0px #ffffff;
}
.chart.theme-swissinfo #chart .label.outline span sup {
  text-shadow: none;
}
.chart.theme-swissinfo #chart .label.highlighted {
  font-size: 12px;
  z-index: 100;
  font-weight: 600;
}
.chart.theme-swissinfo #chart .label.axis {
  font-size: 12px;
  z-index: 100;
}
.chart.theme-swissinfo #chart .label.hover {
  font-weight: 600;
}
.chart.theme-swissinfo #chart .label.value span,
.chart.theme-swissinfo #chart .label.series span {
  font-size: 12px;
}
.chart.theme-swissinfo .tooltip {
  z-index: 200;
  padding-bottom: 0px;
}
.chart.theme-swissinfo .tooltip .content {
  background-color: white;
  border: 1px solid #888888;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 5px 8px;
}
.chart.theme-swissinfo .tooltip label {
  font-weight: 700;
}
.chart.theme-swissinfo .tooltip label:after {
  content: ": ";
}
.chart.theme-swissinfo .dw-chart-notes {
  font-size: 12px;
  margin-left: 5px;
  margin-bottom: 0px;
  position: relative;
  top: 10px;
}
.chart.theme-swissinfo #footer {
  font-size: 13px;
  color: #888888;
  height: auto;
  min-height: 40px;
  background: none;
  z-index: 1100;
}
.chart.theme-swissinfo #footer .logo img {
  width: 110px;
}
@media only screen and (max-width: 400px) {
  .chart.theme-swissinfo #footer {
    padding-top: 10px;
  }
  .chart.theme-swissinfo #footer .logo {
    position: static;
  }
  .chart.theme-swissinfo #footer .logo img {
    margin-top: 5px;
  }
  .chart.theme-swissinfo #footer .footer-left {
    position: static;
  }
}
.chart.theme-swissinfo .label.smaller span {
  font-size: 80%;
}
.chart.theme-swissinfo .filter-links {
  height: 30px;
  overflow: hidden;
}
.chart.theme-swissinfo .filter-links a {
  padding: 0px 10px;
  box-shadow: 0 0 10px #dddddd inset;
  border: 1px solid #bbbbbb;
  border-left: 0;
  display: block;
  float: left;
  text-decoration: underline;
  color: #666666;
  height: 28px;
  line-height: 28px;
  background: #fbfbfb;
}
.chart.theme-swissinfo .filter-links a:hover {
  background: white;
  color: #0088cc;
}
.chart.theme-swissinfo .filter-links a.active {
  font-weight: 600;
  color: black;
  box-shadow: none;
  background: white;
  cursor: default;
  text-decoration: none;
}
.chart.theme-swissinfo .filter-links a:first-child {
  border-radius: 10px 0 0 10px;
  border-left: 1px solid #bbbbbb;
}
.chart.theme-swissinfo .filter-links a:last-child {
  border-radius: 0 10px 10px 0;
}
.chart.theme-swissinfo .filter-select {
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 4px 4px 4px 4px;
  padding: 4px 6px;
  vertical-align: middle;
  font-size: 12px;
}
.chart.theme-swissinfo .line-chart .tooltip {
  border-radius: 5px;
}
.chart.theme-swissinfo svg .axis,
.chart.theme-swissinfo svg .tick,
.chart.theme-swissinfo svg .grid {
  shape-rendering: crispEdges;
}
.chart.theme-swissinfo svg rect {
  shape-rendering: crispEdges;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}



