

/* Map settings and layer container*/
/*******************/


footer {
	position: fixed;
	bottom: 0;
	height: 40px;
}


#map {
	position:absolute;
	top:82px;
	bottom:0;
	width:100%;
	z-index: 4;
	background: #ffffff;	
}


@media only screen and (min-width: 475px) {

	#map {
		top:92px;
	}

}


#topContainer {
	position: absolute;		
	bottom: 20px;
	top: 100px;
	height: auto;
	background-color: rgba(240,240,240,1);
	z-index: 5;
	padding-top: 15px;
	padding-right: 2.5%;
	padding-left: 2.5%;
	left: 0%;
	right: 0%;
	width: 95%;
}


@media only screen and (min-width: 750px) {

    #topContainer {
        left: 7.5%;
        right: 7.5%;
        width: 80%;
    }

}


@media only screen and (min-width: 850px) {

    #topContainer {
        left: 10%;
        right: 10%;
        width: 75%;
    }

}


@media only screen and (min-width: 950px) {

    #topContainer {
        left: 12.5%;
        right: 12.5%;
        width: 70%;
    }

}


@media only screen and (min-width: 1050px) {

    #topContainer {
		max-width: 826px;
		margin-left: auto;
		margin-right: auto;
    }

}


.closeButton {
	position: absolute;
	right: 20px;
	top: 20px;
}

#helptextStart {
	margin: 10px 0px 10px 30px;
}

#nextStory {
	min-width: 60px;
	margin-left: 40%;
}


.countryProfilLink {
	width: 100%;
	text-align: center;
	color: blue;
	text-decoration: underline;
	padding-top: 5px;
	cursor: pointer;
}

.countryProfilLink span {
	padding-right: 10px;
	padding-left: 10px;
}


/* Title and frame*/
/*******************/

#itemContainer {
	padding-left: 10px;
	padding-bottom: 10px;
	min-width: 430px;
	height: 95%;
	overflow: auto;
	padding-right: 20px;    
}
#teaserTitle {
	font-size: 24px;
	color: rgb(73,68,68);
	font-weight: 800;
	font-family: PMNCaecilia, sans-serif;
	line-height: 100%;
}
.teaserTitle2 {
	font-size: 24px;
	color: rgb(73,68,68);
	font-weight: normal;
	font-family: PMNCaecilia, sans-serif;
	margin-left: 5px;
	line-height: 100%;
}

/* Small legend */
/*******************/
    
.legendText  {
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}


/* Map tooltip */
/*******************/

.leaflet-popup-content  {
	line-height: 1.0;
    margin: 8px 10px;;
}

.tooltipData {
    padding-left: 10px;
}

/* Navigation tabs */
/*******************/

#panelNav {
	border-bottom: 1px solid #d2d0d0;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	white-space: nowrap;
}
#panelNav a {
	float: none;
	display: inline-block;
	margin: 0 -4px 0 0;
	padding: 0 5px;
	overflow: visible;
	line-height: 34px;
	height: 30px;
	min-width: 130px;
	text-align: center;
	border-radius: 0;
	border-top: 1px solid #d2d0d0;
	border-right: 1px solid #d2d0d0;
	position: relative;
	color: white;
	background: #8fa5b2;
	transition: background 0.5s, color 0.5s;
	font-family: PMNCaecilia, sans-serif;
	font-size: 13px;
	font-weight: bold;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	position: relative;
	text-decoration: none;
}
#panelNav a:first-child { border-left: 1px solid #d2d0d0; }
#panelNav a.active {
	border-bottom: 1px solid white;
	margin-bottom: -1px;
	background: white;
	color: #8fa5b2;
	z-index: 4;
}

/* Tabs content */
/****************/
div.tab {
	display: none;
	background: white;
	border: 1px solid #d2d0d0;
	border-top: none;
	padding: 5px 0 0 100px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	position: relative;
	z-index: 5;
	margin-bottom: 20px;
}
div.tab.active {
	display: block;
}
div.tab a {
	color: rgb(4, 98, 154);
}
div.tab a:hover {
	color: rgb(133, 177, 205);
}
div.tab > p, div.tab randlist li p, div.tab div p, div.tab div li {
	padding: 0 30px 0 30px;
	font-family: BerniniSansWeb, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
div.tab h1 {
	font-weight: bold;
	font-family: PMNCaecilia, sans-serif;
	font-size: 15px;
	border-bottom: 1px solid #A4A1A1;
	color: #A4A1A1;
	line-height: 20px;
	margin: 20px 30px 5px 30px;
}

div.tab h2 {
	margin: 30px 0px 0 30px;
	font-family: PMNCaecilia, sans-serif;
	color: #A4A1A1;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}
div.tab ul {
	padding: 20px 30px 0 45px;
	line-height: 18px;
	font-size: 13px;
	color: #494444;
	font-family: BerniniSansWeb, sans-serif;
}
div.tab ul li {
	margin-bottom: 10px;
}

/* Layer Expandable Text */
/*******************/

div.tab .section .expandCollaps:hover {
    color : black;
}

div.tab .section .expandCollaps .collaps {
    display: none;
}

div.tab .section .expandCollaps {
    font-size: 12px;
    float: right;
    cursor: pointer;
}


/* Simple Table */
/*******************/

.simpleTableWrapper {
	margin-left: 30px;
}

.simpleTableTitle {
	text-align: center;
	margin: 30px 0px 10px 0px !important;
}

.simpleTable {
	width: 85%;
	margin-left: 5%;
	margin-right: 10%;
}

.simpleTable td {
	padding: 2px 15px;
}


/* responsive < 650px */
/****************/
@media only screen and (max-width: 649px) {
	div.tab {padding: 5px 0 0 0;}

	#teaserTitle, #teaserTitle2 { font-size: 20px; }
	#itemContainer h3 { margin: 0.5em 0; }
	#indicators .description { padding-left: 30px; }
}
    
  
