/* 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" /> */

body{

}
svg, tspan, text { font-family: Arial ; }
text#chart-title{
	font-weight: 500 ; 
}
.highcharts-data-labels text, .highcharts-data-labels tspan{
	font-size: 14px;
}

svg text{
	font-size: 12px; 
}

svg text.chart-title, svg text.chart-total, svg text.highcharts-title, svg text.highcharts-title tspan{
	font-weight: 500 !important;
    fill: #000;
    font-size: 13px !important;
}

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

.nvd3 .nv-axis path {
    fill: none;
    stroke: #000;
    stroke-opacity: .75;
    shape-rendering: crispEdges;
}

.nvd3 .nv-discretebar .nv-groups text, .nvd3 .nv-multibarHorizontal .nv-groups text {
    font-weight: 700;
    fill: rgba(0,0,0,1);
    stroke: rgba(0,0,0,0);
}

.link {
    display: none;
    stroke: #999;
    stroke-opacity: .6;
    stroke-width: 0.5;
    display: inline;
}

.ribbon-mouse path{
    fill-opacity: 0;
}
.ribbon path {
    stroke-opacity: 0;
    fill-opacity: .5;
}
 .dimension rect {
    stroke: none;
    fill-opacity: 0;
}
.dimension line {
    stroke: #000;
    stroke-width: 2;
}
.dimension tspan.sort {
    fill: #000;
    cursor: pointer;
    opacity: 0;
}
.dimension tspan.name {
    font-size: 1.5em;
    fill: #333;
    font-weight: bold;
}

path.country, #svg.map-container path.country {
    pointer-events: all;
    stroke-width: 0.4px;
    stroke: #000;
}