/*
TEMPLATE:	Poliz.es - Map
DATE:		Jan 2015
AUTHOR:		Miguel Poliz
*/

/* ============================= BASIC FORMAT ============================= */
body {/*background-image:none;*/}
div#main {height: 100%;}
div#main div#content {margin: 0;}
.wrapper-map{
	padding-top:4.5em;
}

p.footer-message{
	position: fixed;
	font-size: x-small;
	font-weight: bold;
	bottom: 2em;
	left: 1em;
	color: #2F3439;
	background-color:#FFFFFF;
}
/* ============================= COUNTRIES LIST ============================= */
div#numCountries{
	display: block;
	position: absolute;
	right: 0;
	background-color: #F0F2F6;
	width: 20%;
	padding-right: .5em;
}

div#numCountries h3.countries-count{font-size: 1.5em; text-align: center;color:#333;}
#accordion h3{
	background: #F0F2F6;
	padding-bottom: .8em;
}
#accordion { font-size: .9em;}
#accordion .ui-corner-all, 
#accordion .ui-corner-top, 
#accordion .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr,
#accordion .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl,
#accordion .ui-corner-all, #accordion .ui-corner-bottom, .ui-corner-right, .ui-corner-br,
#accordion .ui-corner-all, #accordion .ui-corner-bottom, .ui-corner-left, .ui-corner-bl{
	border:none;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#accordion .ui-accordion-content{max-height: 280px; font-size: 90%; padding:1em 0 0 0;}
.num-right{float: right;
	border-radius: 50%;
    width: 22px;
    height: 22px;
    padding: 4px;
    background: #bdc3c7;
    border: none;
    color: #414853;
	/*color: #000;*/
    text-align: center;
    font-size: .9em;
}
/*.num-right.africa{background:#004cf5; opacity: 0.5;}
.num-right.antarctica{background:#00f52e; opacity: 0.5;}
.num-right.asia{background:#f5a900; opacity: 0.5;}
.num-right.europe{background:#00c6f5; opacity: 0.5;}
.num-right.northAmerica{background:#f5004c; opacity: 0.5;}
.num-right.oceania{background:#00f52e; opacity: 0.5;}
.num-right.southAmerica{background:#f5004c; opacity: 0.5;}*/

@media only screen and (max-width: 768px) {
	#numCountries{width: 150px!important;}
	#accordion{display: none;}
}

/*
#marker-tooltip {
  display: none;
  position:absolute;
  width: 300px;
  height: 200px;
  background-color: #ccc;
  margin: 15px;
}*/

/* ============================= POPUP ============================= */
div.popup_country{
	color:#333;
	min-width: 16em;
}
div.popup_country img.country_flag{
	float: left;
	max-width: 2em;
	margin-right: 1em;
}