/* container */
#top-container {
	margin-bottom:30px;
}

/* select box */
.select-box {
	margin-bottom: 24px;
}
.select-box label {
	font-weight: normal;
	display: block;
	margin-top: 24px;
	margin-bottom: 10px;
}
.select2-container {
	margin-bottom: 16px;
}
#year-value-box {
	height: 24px;
	position: relative;
}
#year-value {
	font-weight: bold;
	color: #005470;
	margin: 0 auto;
	position: absolute;
	right: 0;
}

#year-box {
	width: 100%;
	text-align: center;
}

#year-slider-box {
	margin-bottom: 24px;
}

#start-end-years-box {
	position: relative;
}

#start-end-years-box p {
	position: absolute;
	margin: 0;
}

#start-year {
	left: 0;
}

#end-year {
	right: 0;
}

#year-slider-box>*,
#year-box button,
#year-box button i {
	margin: 0;
}

input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	height: 8px;
	background: #e9e9e9;
	outline: none;
	-webkit-transition: .2s;
	transition: opacity .2s;
	border-radius: 0.313rem;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #005470;
	cursor: pointer;
}

input[type=range]::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #005470;
	cursor: pointer;
}

/* Uitleg of definitie van het onderwerp */

div#dashboard-explanation {
	margin-bottom: 24px;
}


/* kaart */

div#dashboard-map g.highcharts-series path.highcharts-point:not(.highcharts-null-point) {
	cursor: pointer;
}


/* grafiek */

div#dashboard-chart g.highcharts-series rect.highcharts-point {
	cursor: pointer;
}

div#dashboard-chart path.EU27-line {
	stroke: #163a72;
	stroke-dasharray: 4px 2px;
	stroke-width: 2px;
}

div#dashboard-chart text.highcharts-plot-line-label {
	fill: #163a72;
	font-weight: bold;
}

#year-slider-label {
	display: none;
}

@media screen and ( min-width: 992px ) {
	div#dashboard-chart text.highcharts-title {
		display: none;
	}
	div#dashboard-chart path.cbs-axis-logo {
		display: none;
	}
	div#dashboard-chart {
		margin-top: 50px;
	}
}

/* Bronvermelding */

div#dashboard-source {
	margin: 2em 0em;
	font-size: 12px;
}