﻿.ec-copyright-mapdata {
	font-size: 10px; font-family: Arial, sans-serif; white-space: nowrap; text-align: right;
	
	/* 3.8 */
	height: 19px;
	-webkit-user-select: none;
	line-height: 19px;
	padding-right: 2px;
	padding-left: 50px; 
	color: #444;
	background: transparent; /*rgb(245, 245, 245);  opacity: 0.45 */
	/*background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.496094) 50px);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.496094) 50px);*/

	color: black;
}

/*.ec-copyright-mapdata.version-3-8 {
	position: relative;
	right: -50px;
}*/

.ec-copyright-mapdata span {
	padding: 2px;
}

.ec-copyright-mapdata a {
	color: #444;
}

.ec-unclutter-top-div {
	width: 60px;
	height: 40px;
	padding: 3px;
}

.ec-unclutter-top-div a {
	width: 60px;
	height: 40px;
	overflow: hidden;
	display: block;
}

.ec-unclutter-top-div img {
	width: 60px;
	border: 0px transparent none; /*MSIE*/
}

.ec-unclutter-top-arrow-down {}
.ec-unclutter-top-div.expanded .ec-unclutter-top-arrow-down { display: none; }

/* rendermode bgimage */
.ec-unclutter-top-bg {
	width: 80px;
	height: 74px;
	
	position: absolute;
	top: -5px;
	left: -7px;
	
	background-image: url(../../images/api/unclutter-topbg.png);
}

.ec-unclutter-top-div a {
	position: relative;
}

.ec-unclutter-top-div.expanded .ec-unclutter-top-bg {
	background-image: url(../../images/api/unclutter-topbg-expanded.png);
}

img.ec-unclutter-top-pin {
	position: absolute;
	width: 35px;
	height: 35px;
	right: 0;
	bottom: 0;
	
}

.infoBoxOnHover {
	background: white;
	border: 1px solid #666;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	padding: 2px;
	font-size: 80%;
}
.infoBoxOnHover div {
	white-space: nowrap;
}


/* ************************************************************************ */

.ec-weather-infobox {
	border-radius: 1em;
	
	/*background: green;*/
	border: 2px solid #5f6f85;
	background: rgb(48,67,96);
	background: -webkit-linear-gradient(-90deg, rgb(119,131,150), rgb(48,67,96) 10%, rgb(48,67,96));
	background: -moz-linear-gradient(-90deg, rgb(119,131,150), rgb(48,67,96) 10%, rgb(48,67,96));
	background: -ie-linear-gradient(-90deg, rgb(119,131,150), rgb(48,67,96) 10%, rgb(48,67,96));
	background: -o-linear-gradient(-90deg, rgb(119,131,150), rgb(48,67,96) 10%, rgb(48,67,96));
	background: linear-gradient(-90deg, rgb(119,131,150), rgb(48,67,96) 10%, rgb(48,67,96));
	box-shadow: 5px 5px 8px black;

	color: white;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: 0 1px black;

	width: 160px;
	min-height: 200px;
	/*padding: 10px;*/

	/*cursor: pointer;*/
}

.ec-weather-marker-text {
	font-family: Helvetica, Arial, sans-serif;
	position: absolute; bottom: 40px; right: 0; left: 0; text-align: center; font-size: 20px; font-weight: bold; color: rgba(10,10,10,0.7);
}

.ec-weather-infobox .ec-weather-icon {
	width: 120px;
	height: 100px;
	position: absolute;
	top: -50px;
	left: 20px;
}

.ec-weather-infobox .ec-weather-close {
	position: absolute;
	top: 5px;
	right: 8px;
	
	font-weight: bold;
	font-size: 125%;
	
	cursor: pointer;
}
			
.ec-weather-infobox .ec-weather-station {
	position: absolute;
	font-size: 80%;
	top: 46px;
	left: 5px;
	
	color: rgba(255,255,255,0.7);
}

.ec-weather-infobox ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 60px;
	
}
.ec-weather-infobox li {
	background-color: rgba(0,0,0,0.1);
	border-top: 1px solid #111;
	
	clear: both;
	
}
.ec-weather-infobox li:nth-child(even) {
	background-color: rgba(255,255,255,0.1);
}

.ec-weather-infobox li .label {
	float: left;
	padding: 0.5em;
}

.ec-weather-infobox li .value {
	float: right;
	padding: 0.5em;
}

/* ************************************************************************ */


/* updated for 3.8 */
.ec-layerswitchcontrol-div {
	margin: 5px;
	
	font-family: Arial,sans-serif;
	font-size: 13px;
	
	color: black;
	
	cursor: pointer;
	-webkit-user-select: none; 
	
	position: relative;
	z-index: 50 !important;
	
}

.ec-layerswitchcontrol-title {
	background: #fff;
	padding: 1px 6px;
	/*line-height: 160%;*/ /*or padding 2px*/
	
	border: 1px solid #717B87;
	-webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px;
	box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#E6E6E6));
	background: -moz-linear-gradient(center top , white, #E6E6E6);
	background: -webkit-linear-gradient(center top , white, #E6E6E6);

	/*border-radius: 2px;*/
	
	font-weight: bold;
	
	width: 75px;
	
	position: relative;
	z-index: 111;
	
}

.ec-layerswitchcontrol-title:hover { 
	border-color: #678ac7;
}

.ec-layerswitchcontrol-title small {
	float: right;
	background-image: url(http://maps.gstatic.com/mapfiles/arrow-down.png);
	text-indent: -1000em;
	width: 7px;
	height: 4px;
	
	/*margin: -2px 0px 0px;*/
	right: 6px;
	/*top: 50%;*/
	margin-top: 6px;
}

.ec-layerswitchcontrol-div ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	background: #fff;
	border: 1px solid #A9BBDF;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
	border-radius: 2px;
	
	position: absolute;
	left: 0;
	top: 20px;
	min-width: 75px;
	
	/*border-top: 0px none;*/
}

.ec-layerswitchcontrol-div ul.hangleft {
	left: auto;
	right: 0;
}

.ec-layerswitchcontrol-div ul li {
	padding: 2px;
	padding-left: 20px;
	padding-right: 6px;
	
	/*background-image: url(/images/api/overlay-check-off.png);*/
	background-repeat: no-repeat;
	background-position: 2px 2px;
	
	margin: 0;
	white-space: nowrap;
	
	z-index: -1;
}

.ec-layerswitchcontrol-div ul li:hover {
	background-color: #e8ecf8;
}

.ec-layerswitchcontrol-div ul li.active {
	/*box-shadow: 0 0 5px mediumseagreen, inset 0 0 5px mediumseagreen;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35), inset 0 0 5px mediumseagreen;
	font-weight: bold;*/
	
	background-image: url(/images/api/overlay-check.png);
}

.ec-layerswitchcontrol-div li.separator-above {
	border-top: 1px dotted #A9BBDF;
}


/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.ec-layerswitchcontrol-div {
		font-size: 14px;
		/*line-height: 221%;*/
	}
	.ec-layerswitchcontrol-title {
		/*line-height: 221%;*/
	}
	
	.ec-layerswitchcontrol-div ul {
		top: 20px;
	}
	
	.ec-layerswitchcontrol-div ul li {
		/*background-position: 2px 10px;*/
	}
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
	.ec-layerswitchcontrol-div {
		font-size: 14px;
		/*line-height: 221%;*/
	}
	.ec-layerswitchcontrol-title {
		/*line-height: 221%;*/
	}
	
	.ec-layerswitchcontrol-div ul {
		top: 20px;
	}
	
	.ec-layerswitchcontrol-div ul li {
		/*background-position: 2px 10px;*/
	}
}
