/** Drupal overridden */
h1.title {
	font-size: 25px;
}
.column_main_wide {
	width: 100% !important;
}
.clearfix.wrapper {
	overflow: visible !important;
}
/** map specific */
.map-views {
	min-height: 520px;
	padding-top: 15px;
	margin-bottom: 20px;
}
.map-views h1,.map-views h2, p{
	margin:0;
}
.map-views h1 {
	font-family: SortsMillGoudy, Georgia, "Times New Roman", Times, Serif;
	font-size: 24px;
	line-height: 24px;
	color: #1e89b1;
	margin-bottom: 5px;
}
.map-views .clear {
	clear: both;
}
.map-views p {
	font-family:  Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.map-views br{
	display:none;
}
.searchbox {
	margin-top: 30px;
	height: 60px;
	position:relative;
}
.searchbox input[type=text]::-ms-clear {
	display: none;
}
.ui-helper-hidden-accessible {
	display: none;
}
.searchbox input {
	color: #555;
	-webkit-appearance: none;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	float: left;
}
.searchbox .ui-autocomplete {
	position: absolute !important;
}
.searchbox input:focus {
	outline: none;
}
.searchbox ::-webkit-input-placeholder{
	font-style: italic;
}
.searchbox :-moz-placeholder {
	font-style: italic;
}
.searchbox ::-moz-placeholder{
	font-style: italic;
} 
.searchbox :-ms-input-placeholder {
	font-style: italic;
}
.searchbox img{
	float: right;
	margin-top: -38px;
	padding-right:15px; 
	height: 25px;
}
ul.ui-autocomplete {
	list-style: none;
	background: white;
	padding-left: 0px !important;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-top: -1px;
	border-top: 0;
	font-family:  Arial, 'Helvetica Neue', Helvetica, sans-serif;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	z-index: 10;
	padding-left: 0 !important;
	margin-left: 00px !important;
}
ul.ui-autocomplete li {
	padding: 12px 15px;
	cursor: pointer;
	color: #555;
}
ul.ui-autocomplete li:last-child {
	border-bottom: none	
}
ul.ui-autocomplete li:hover {
	background-color: #1E89B1;
	color: white;
}
.ui-state-focus {
	background-color: #1E89B1;
	color: white !important;
}
.searchbox.no-matches {
	height: 50px;
	margin-bottom: 10px;
}
.searchbox.no-matches .ui-autocomplete {
	border:2px solid #C73B0B;
	border-top: 1px solid #ccc;
}
.searchbox.no-matches input {
	border:2px solid #C73B0B;
	border-bottom: none;
}
.searchbox.no-matches ul.ui-autocomplete li {
	font-size: 16px;
	color: #C73B0B;
	font-weight: bold;
}
.searchbox.no-matches ul.ui-autocomplete li.ui-state-focus {
	background: white;
	color: #C73B0B !important;
	cursor: default;
}
#map-wrapper {
	position: relative;
}

#map-wrapper .map {
	overflow: hidden;
	border: 1px solid #959595;
	box-sizing: border-box;
	height: 513px;
}
#map-wrapper .country {
	/*fill: #ccc;*/
	cursor: pointer;
}
#map-wrapper .country:hover{
	stroke:white;
}
#map-wrapper .country.active {
	fill: orange !important;
}
#map-wrapper .overlay-loading {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #ccc;
	z-index: 1000;
	font-family:  Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #666;
	font-size: 13px;
}
#map-wrapper .overlay-loading span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -33px;
	margin-top: -9px;
}
#map-wrapper .map-legend {
	width: 190px;
	position: absolute;
	bottom: 10px;
	left: 10px;    
	height: 112px;
	padding: 30px;
	background: white;
	box-sizing: content-box;
}
#map-wrapper .map-legend label {
	position: absolute;
	left: 70px;
	color: #959595;
	font-size: 13px;
	font-family:  Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: normal;
	margin-top: -7px;
}
#map-wrapper .map-legend label.low {
	display: none;
}
#map-wrapper .map-legend label.high {
	display: none;	
}
#map-wrapper .hidden { 
	display: none; 
}
#map-wrapper .zoom-buttons {
	position: absolute;
	bottom: 40px;
	right: 40px;
	border: 3px solid #959595;
	padding: 3px;
	background: #FFFFFF;
}
/** Zoom in out buttons */
#map-wrapper .zoom-buttons button{
	border: none;
	background-position: center;
	background-size: 80% auto;
	height: 25px;
	width: 20px;
	display: block;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: white;
	-webkit-appearance: none;
}
#map-wrapper .zoom-buttons button:focus {
	outline: none;
}
#map-wrapper .zoom-buttons button:active {
	background-color: #ddd;
}
#map-wrapper .zoom-buttons button#btnZoomIn{
	background-image: url(../images/plus.png);
	border-bottom: none;
}
#map-wrapper .zoom-buttons button#btnZoomOut{
	background-image: url(../images/minus.png);	
	border-top: 1px solid #ccc;
}
/** View by buttons */
.view-by-buttons {
	position: absolute;
	top: 40px;
	left: 40px;
}
.view-by-buttons button {
	border: 3px solid #1e89b1;
	padding: 8px 5px;
	font-size: 12px;
	display: block;
	color: #1e89b1;
	background-color: white;
	cursor: pointer;
	width: 118px;
}
.view-by-buttons button.active,.view-by-buttons button:hover {
	background-color: #1e89b1;
	color: white;
}
.view-by-buttons button:focus {
	outline: none;
}
.view-by-buttons button:last-of-type {
	margin-top: 10px;
}
#map-wrapper div.map-tooltip {
	color: #222; 
	background: #fff; 
	padding: 10px 10px; 
	text-shadow: #f5f5f5 0 1px 0;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1); 
	opacity: 1; 
	position: absolute;
	font-family:  Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ddd;
	min-width: 250px;
	z-index: 150;
}
#map-wrapper  div.map-tooltip h1 {
	font-size: 28px;
	line-height: 30px;
	font-weight:normal;
}
#map-wrapper  div.map-tooltip  p {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	color: #555;
	font-weight: bold;
	line-height: 18px;
}
#map-wrapper  div.map-tooltip  p span {
	font-size: 20px; 
	font-family: SortsMillGoudy,Georgia,"Times New Roman",Times,serif;
	color: #555;
	font-weight: normal; 
	margin-left: 4px;
}
#map-wrapper  div.map-tooltip  p.message {
	max-width: 330px;
}
#map-wrapper div.map-tooltip:before {
	content: '';
	width: 13px;
	height: 25px;
	display: block;
	position: absolute;
	margin-left: -23px;
	top: 7px;
	background-image: url(../images/tool-tip-side.png);
	background-size: 100% 100%;
	z-index: 100;
}
#map-wrapper div.map-tooltip.to-left:before {
	right: -13px;
	background-image: url(../images/tool-tip-side-to-right.png);
}
#map-wrapper div.map-tooltip strong {
	color: #8E2E30;
}
#map-wrapper div.map-tooltip hr {
	margin: 3px 0;
	border-color: #eee;
	opacity: 0.3;
}
.details-right {
	position: relative;
}
.country-basic p {
	margin-bottom: 10px;
	color: #555;
	font-size: 13px;
}
#map-country,#map-country-img {
	width: 100%;
}
#map-country-img {
	display: none;
	min-height: 250px;
}
#map-country .country{
	display: none;
}
#map-country .country.visible{
	fill:#be5a5d;
	display: block;
}
#map-wrapper{
	margin-top: 30px;
}
#map-details {
	display: none;
	border-bottom:1px solid #ccc;
	min-height: 520px;
}
#map-details .back-btn {
	padding: 0 15px;
	margin-bottom: 30px;
}
#map-details .back-btn a{
	font-size: 14px;
	font-family: SortsMillGoudy, Georgia, "Times New Roman", Times, Serif;
	padding-left: 18px;
	background-image: url('../images/angle-left.png');
	background-repeat: no-repeat;
	text-decoration: none;
	color: #580f8b;
}
#map-details .back-btn a:hover {
	text-decoration: underline;
}
#map-details .col1{
	width: 100%;
	padding-left: 30px !important;
	padding-right: 30px !important;
	overflow:hidden;
}
#map-details .col2{
	width: 100%;
}
#map-details  hr {
	border: 0;
	height: 0;
	border-top:1px solid #ccc;
	margin: 20px 0;
}
#map-details .col1, #map-details .col2{
	float: left;
	box-sizing:border-box;
	padding: 0 15px;
}
#map-details .map-subtitle{
	font-weight: bold;
	color: #555;
	font-size: 12px;
	font-family:  Arial, 'Helvetica Neue', Helvetica, sans-serif;
	position: relative;
	margin-bottom: 10px;
	line-height: 12px;
}
#map-details .map-subtitle .helper-icon {
	height: 12px;
	width: 12px;
	display: inline-block;
	background-image: url(../images/questionmark.png);
	background-size: 100% 100%;
	margin-left: 4px;
}
#map-details h1 {
	margin-bottom: 10px;
	max-width: 240px;
}

#map-details .map-subtitle .tooltip .tooltip-content {
	display: none;
	font-size: 12px;
}

#map-details .map-subtitle .tooltip .tooltip-content p.title {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 7px;
}
#map-details .map-subtitle .tooltip .tooltip-content p {
	font-weight: normal;
	margin-top: 0;
	line-height: 18px;
}
#map-details .map-subtitle .tooltip .tooltip-content p:last-of-type {
	margin-bottom: 0;
}

#map-details .map-subtitle .tooltip:hover .tooltip-content {
	display: block;
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 10px 10px;;
	background: white;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
	bottom: 25px;
	z-index: 99;
}
#map-details .map-subtitle .tooltip:before {
	content: '';
	height: 14px;
	width: 30px;
	display: block;
	margin-left: -9px;
	position: relative;
	top: -14px;
	opacity: 0;
	background-image: url(../images/tool-tip.png);
	background-size: 100% 100%;
	z-index: 100;
}
#map-details .map-subtitle .tooltip:hover:before {
	opacity: 1;
}
/** to bottom */
#map-details .map-subtitle .tooltip.to-bottom .tooltip-content{
	top: 30px;
	bottom: auto;
}
#map-details .map-subtitle .tooltip.to-bottom:before {
	background-image: url(../images/tool-tip-to-bottom.png);
	bottom: -17px;
	top: auto;
}
#map-details .map-values {
	font-family: SortsMillGoudy, Georgia, "Times New Roman", Times, Serif;
	font-size: 28px;
	color: #C73B0B;
	margin-bottom: 20px;
	line-height: 32px;
}
#map-details #lblCost,#map-details #lblPercentOfGDP{
	font-size: 40px;
}
#map-details #lblPercentOfGDP.not-available{
	font-size: 16px;
	line-height: 24px;
}

#map-details .map-values:last-of-type {
	margin-bottom: 0;
}

#map-details .map-slider {
	height: 65px;
	padding-top: 15px;
}
#map-details .map-slider .static-slider{
	height: 12px;
	border-right: 2px solid #7b7b7b;
	border-left: 2px solid #7b7b7b;
	position: relative;
}
#map-details .map-slider .static-slider .hor-line {
	border-bottom: 2px solid #7B7B79;
	position: absolute;
	top: 5px;
	right: 0;
	left: 0;
	z-index: 1;
	height:0;
}
#map-details .map-slider .static-slider .seeker{
	height: 16px;
	width: 16px;
	background-size: 100%/100%;
	z-index: 2;
	position: absolute;
	top: -2px;
	border-radius: 50%;
	left: -8px;
}
#map-details .map-slider .static-slider label {
	position: absolute;
	bottom: -24px;
	width: 72px;
	text-align: center;
	display: block;
	font-family: arial;
	font-size: 12px;
	color: #555;
}
#map-details .map-slider .static-slider label.right {
	right: -35px;
}
#map-details .map-slider .static-slider label.left {
	left: -35px;
}
.map-context span.reded{
	color: red;
}
.ie-map {
	height: auto;
	border: 1px solid #959595;
	margin-bottom: 30px;
	margin-top: 20px;

}
.ie-map img{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	top: -40px;
}
.ie-map p{
	background-color: #1e89b1;
	background-blend-mode: multiply;
	height: 20px;
	padding: 10px;
	filter:alpha(opacity=86);
	color: #FFFFFF;
	font-size: 15px;
	font-family:  Arial Regular;
	text-align: center;
	position: relative;
	z-index: 10;
}
.print-map {
	display:none;
	margin-bottom: 30px;
	margin-top: 20px;
	border: 1px solid #959595;
}
.print-map img{
	width:100%;
}
/* graph styles */
.map-context {
	margin-top: 50px;    
}

.map-context .left-column {
	width:60%;
	margin-right: 2%;
	float: left;
}
.map-context .right-column {
	width:34%;
	margin-left: 2%;
	float:right;
}
.map-context .right-column .graph-wrapper {
	padding-bottom: 10px;
}
.map-context .graph-wrapper img.sidebar-graph {
	border: 1px solid #959595;
	width: 328px;
	margin: 6px 0 10px 0;
}
.searchbox a,
.searchbox a:not([href]) {
	position: absolute !important;
	right: 0;
	z-index: 1;
	bottom: 11px;
	height: auto;
	top: auto !important;
	cursor: pointer;
}
.map {
	font-size: 0;
}
.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}
.svg-content-responsive {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}
@media only screen and (min-width: 680px){
	#map-details .col1{
		width: 53%;
		margin-right: 7%;
	}
	#map-details .col2{
		width: 40%;
	}
}
@media print {
	.map-views {
		height: auto;
		min-height: 300px;
	}
	.searchbox{
		display: none;
	}
	.print-map {
		display: block;
	}
	.map, .map-legend, .view-by-buttons, .zoom-buttons {
		display: none;
	}
	#map-details #lblCost, #map-details #lblPercentOfGDP {
		font-size: 32px;
	}
	#map-country, #map-country-img{
		margin-top: 60px;
	}
	#map-details{
		border-bottom: none;
	}
	.ie-map p{
		display: none;
	}
	.ie-map img{
		top: 0px;
	}
}
