/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* line 5, ../sass/print.scss */
/* line 12, ../sass/print.scss */
body{
   -webkit-print-color-adjust:exact;
}

svg, tspan, text {
  font-family: "Noto Sans", Arial;
}

/* line 15, ../sass/print.scss */
text#chart-title {
  font-weight: 700;
}

/* line 18, ../sass/print.scss */
.highcharts-data-labels text, .highcharts-data-labels tspan {
  font-size: 14px;
}

/* line 22, ../sass/print.scss */
svg text {
  font-size: 12px;
}

/* line 26, ../sass/print.scss */
svg text.chart-title, svg text.chart-total, svg text.highcharts-title, svg text.highcharts-title tspan {
  font-weight: 700 !important;
  fill: #000;
  font-size: 14px !important;
  display: block !important;
}

/* line 33, ../sass/print.scss */
rect.background_title {
  display: none;
}

/* Special bars */
/* line 38, ../sass/print.scss */
.nvd3 .nv-axis line {
  fill: none;
  stroke: #e5e5e5;
  shape-rendering: crispEdges;
}

/* line 44, ../sass/print.scss */
.nvd3 .nv-axis path {
  fill: none;
  stroke: #000;
  stroke-opacity: .75;
  shape-rendering: crispEdges;
}

/* line 51, ../sass/print.scss */
.nvd3 .nv-discretebar .nv-groups text, .nvd3 .nv-multibarHorizontal .nv-groups text {
  font-weight: 700;
  fill: black;
  stroke: transparent;
}

/* line 57, ../sass/print.scss */
.link {
  display: none;
  stroke: #999;
  stroke-opacity: .6;
  stroke-width: 0.5;
  display: inline;
}

/* line 65, ../sass/print.scss */
.ribbon-mouse path {
  fill-opacity: 0;
}

/* line 68, ../sass/print.scss */
.ribbon path {
  stroke-opacity: 0;
  fill-opacity: .5;
}

/* line 72, ../sass/print.scss */
.dimension rect {
  stroke: none;
  fill-opacity: 0;
}

/* line 76, ../sass/print.scss */
.dimension line {
  stroke: #000;
  stroke-width: 2;
}

/* line 80, ../sass/print.scss */
.dimension tspan.sort {
  fill: #000;
  cursor: pointer;
  opacity: 0;
}

/* line 85, ../sass/print.scss */
.dimension tspan.name {
  font-size: 1.5em;
  fill: #333;
  font-weight: bold;
}

/* line 91, ../sass/print.scss */
path.country, #svg.map-container path.country {
  pointer-events: all;
  stroke-width: 0.4px;
  stroke: #000;
}

/* line 97, ../sass/print.scss */
.nvd3 .nv-axis line {
  fill: none;
  stroke: #e5e5e5;
  shape-rendering: crispEdges;
}

/* line 106, ../sass/print.scss */
#bar-nvd3 .nv-y .nvd3.nv-axis g.tick:nth-child(even) text {
  display: none;
}
/* line 110, ../sass/print.scss */
#bar-nvd3 .nv-y .nvd3.nv-axis line.axis_tick {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
/* line 116, ../sass/print.scss */
#bar-nvd3 .nv-y .nvd3.nv-axis g.tick text, #bar-nvd3 .multiple-bars-container .nv-y .nv-axis .nv-axisMaxMin text, #bar-nvd3 .nv-y .nv-axis .nv-axisMaxMin text {
  transform: translate(0px, 6px);
}
/* line 120, ../sass/print.scss */
#bar-nvd3 .nvd3 .nv-axis .nv-zeroLine line, #bar-nvd3 .nvd3 .nv-axis path {
  stroke: #000;
  stroke-width: 1px;
}
/* line 125, ../sass/print.scss */
#bar-nvd3 .grid line {
  stroke: #b7b7b7;
  stroke-width: 0.5;
}
/* line 130, ../sass/print.scss */
#bar-nvd3 .axis g.tick line {
  stroke-width: 0.8;
  stroke: #000000;
}
/* line 135, ../sass/print.scss */
#bar-nvd3 .nvd3 .nv-x .nv-axis line {
  stroke: none;
}
/* line 139, ../sass/print.scss */
#bar-nvd3 .nv-y .nvd3.nv-axis g.tick:first-child line, #bar-nvd3 .nv-y .nvd3.nv-axis g.tick:nth-child(even) text {
  display: none;
}

/* line 146, ../sass/print.scss */
#svg-scatter-plot .axis path {
  fill: none;
  stroke: #000000 !important;
  stroke: 0;
}
/* line 152, ../sass/print.scss */
#svg-scatter-plot .axis .tick line {
  fill: none;
  fill: #000000;
}
/* line 159, ../sass/print.scss */
#svg-scatter-plot table.val_tooltip tr td {
  background: #fff;
  border: solid 1px black;
  padding: 3px 10px;
}
/* line 167, ../sass/print.scss */
#svg-scatter-plot text#chart-title {
  display: none;
}
/* line 171, ../sass/print.scss */
#svg-scatter-plot #svg-dot svg {
  height: 500px !important;
}
/* line 175, ../sass/print.scss */
#svg-scatter-plot .label {
  text-transform: uppercase;
  font-size: 100%;
  font-weight: 500;
}
/* line 181, ../sass/print.scss */
#svg-scatter-plot .line {
  fill: none;
  stroke: steelblue;
  stroke-width: 2px;
}
/* line 187, ../sass/print.scss */
#svg-scatter-plot .grid line {
  stroke: lightgrey;
  stroke-opacity: 0.7;
}
/* line 192, ../sass/print.scss */
#svg-scatter-plot .grid g.tick:first-child line {
  display: none;
  stroke: none;
}
/* line 197, ../sass/print.scss */
#svg-scatter-plot .grid path {
  stroke-width: 0;
  fill: none;
  shape-rendering: crispedges;
}
/* line 204, ../sass/print.scss */
#svg-scatter-plot .y.axis .tick text {
  transform: translateX(0px);
}
/* line 208, ../sass/print.scss */
#svg-scatter-plot .x.axis .tick text {
  transform: translateY(0px);
}
/* line 213, ../sass/print.scss */
#svg-scatter-plot .legend g.item {
  cursor: pointer;
}
/* line 216, ../sass/print.scss */
#svg-scatter-plot .legend g.item:hover text, #svg-scatter-plot .legend g.item.selected text {
  text-decoration: underline;
}
/* line 219, ../sass/print.scss */
#svg-scatter-plot .legend g.item:hover rect, #svg-scatter-plot .legend g.item.selected rect {
  stroke-width: 2px;
  stroke: #000000;
}
/* line 227, ../sass/print.scss */
#svg-scatter-plot line.mark {
  shape-rendering: crispedges;
}
/* line 231, ../sass/print.scss */
#svg-scatter-plot ul.legend {
  margin-top: 50px;
  padding-left: 85px !important;
}
/* line 234, ../sass/print.scss */
#svg-scatter-plot ul.legend li {
  margin: 0px 10px;
  display: inline-block;
}
/* line 237, ../sass/print.scss */
#svg-scatter-plot ul.legend li span {
  display: inline-block;
  width: 35px;
  height: 10px;
  margin-right: 5px;
  opacity: 0.8;
}

/* line 252, ../sass/print.scss */
.dualbars-container text.chart-title, #pyramidBars_d3 text.chart-title {
  display: none;
}
/* line 256, ../sass/print.scss */
.dualbars-container path, .dualbars-container line#line_origin, #pyramidBars_d3 path, #pyramidBars_d3 line#line_origin {
  shape-rendering: crispEdges;
  stroke: #000;
  fill: none;
  stroke-width: 0.5px;
}
/* line 263, ../sass/print.scss */
.dualbars-container .grid line, #pyramidBars_d3 .grid line {
  stroke: #b7b7b7;
  stroke-width: 0.5;
}
/* line 269, ../sass/print.scss */
.dualbars-container .axis.y g.tick:first-child-2, .dualbars-container .axis.y g.tick:last-child, #pyramidBars_d3 .axis.y g.tick:first-child-2, #pyramidBars_d3 .axis.y g.tick:last-child {
  display: none;
}
/* line 272, ../sass/print.scss */
.dualbars-container .axis.y line, #pyramidBars_d3 .axis.y line {
  display: none;
}
/* line 275, ../sass/print.scss */
.dualbars-container .axis.y path, #pyramidBars_d3 .axis.y path {
  display: none !important;
}
/* line 280, ../sass/print.scss */
.dualbars-container .texts_shared, #pyramidBars_d3 .texts_shared {
  display: none;
}

/* line 286, ../sass/print.scss */
#pyramidBars_d3 {
  min-height: 700px;
  margin-top: 0px;
}
/* line 290, ../sass/print.scss */
#pyramidBars_d3 text.dual-label {
  font-weight: 700;
}
/* line 294, ../sass/print.scss */
#pyramidBars_d3 g.dual_bars_g {
  transform: translate(0px, 80px);
}
/* line 297, ../sass/print.scss */
#pyramidBars_d3 text.bottom_legend, #pyramidBars_d3 text.copyright, #pyramidBars_d3 image.copyright {
  transform: translate(0px, 100px);
}
/* line 300, ../sass/print.scss */
#pyramidBars_d3 g.legendOrdinal {
  transform: translate(-110px, -35px);
}
/* line 303, ../sass/print.scss */
#pyramidBars_d3 g.legendOrdinal text#text-0 {
  transform: translate(40px, 15px);
}
/* line 306, ../sass/print.scss */
#pyramidBars_d3 g.legendOrdinal rect#rect-1 {
  transform: translate(115px, 0px);
}
/* line 309, ../sass/print.scss */
#pyramidBars_d3 g.legendOrdinal text#text-1 {
  transform: translate(155px, 15px);
}
/* line 313, ../sass/print.scss */
#pyramidBars_d3 text.hidden {
  display: none;
}
