﻿.mapChart {
	position: absolute;
	top: 130px;
	left: 300px;
	background: white;
	height: 700px;
	z-index: 1000;
	width: 950px;
}

		#chartdiv {
	width: 100%;
	height: 500px;
}

.close-map {
	background: #f90;
	color: #fff;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 5px;
}

.continent-select {
	background: none;
	border: none; 
	padding: 2px 15px;
	border-radius: 0;
	color: grey;
	/* margin: 5px; */
	/* float: right; */
	cursor: pointer;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	outline: none !important;
}

.continent-select.active {
	background: none;
	color: #6a9eb8;
	outline: none!important;
	border-top: 1px solid #6a9eb8;
}

.wrap {
	max-width: 924px;
	margin: 0 auto;
}

.slice1 .amcharts-pie-slice {
	fill: #6a9eb8;
}

.slice2 .amcharts-pie-slice {
	fill: #a8c0c4;
}

.slice3 .amcharts-pie-slice {
	fill: #d1dde2;
}
.value1 {
	border-left: 15px solid #2f4867;
	padding-left: 5px;
	height: 15px;
	line-height: 15px;
}

.value2 {
	border-left: 15px solid #518bc7;
	padding-left: 5px;
	height: 15px;
	line-height: 15px;
}

.value3 {
	border-left: 15px solid #92c1d9;
	padding-left: 5px;
	height: 15px;
	line-height: 15px;
}

#mapLegend {
	text-align: center;
	margin-top:15px;
}

#mapLegend div {
	display: inline;
	margin-right: 15px;
}

.note.map-table {
	margin: 5px 0 0 0;
	border: none;
}

.note.continent-note {
	margin: 20px 0;
	text-align: center;
	border: none;
}

.note.world-note {
	margin: 20px 0;
	text-align: center;
	border: none;
}

.note.zoomed-note {
	text-align: center;
	margin: 20px 0;
	border: none;
}

.map-wrap {
	position:relative;
}

div#chart-loader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.7);
}

div#chart-loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-30px;
	margin-top:-30px;
}

.closeMap {
    position: absolute;
    top: 0;
    right: 0;
}

.closeMap span {
    font-size: 16px;
    color: #d4dfe4;
    background: #6a9eb8;
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    box-shadow: 0 3px 3px rgba(0,0,0,.3);
    cursor: pointer;
}

.world-menu {
    text-align: center;
	margin-bottom: 10px;
}