@CHARSET "UTF-8";

/* Header logo */
#logoSwot {
	width: 120px;
	background-image: url(/icons/swot/swot_logo_for_swot.png);
	height: 55px;
	background-size: 100px;
	background-repeat: no-repeat;
	margin-left: -40px;
	background-position-y: 8px;
	display:none;
}

/* Tray icons for SWOT */
.icon-tray-icon-swot {
	background-image: url(/icons/icon_seaturtle.png);
}

.icon-tray-icon-swotcountry {
	background-image: url(/icons/icon_countries.png);
}


.list-of-included-swot {
	opacity: 0;
	width: 0;
	height: 0;
	transition: height 2s , opacity 2s;
	overflow: hidden;
	border: none;
	border-radius: 4px;
	font-size: 0.95em;
}

.swot-layer-info-link {
	border-bottom: 1px dashed #CCCCCC !important;
}

.swot-layer-info-tag {
	border-bottom: none !important;
}