#geocoder {
	background: #3db2da;
}

#poinavigation {
	background: #8ed3ea;
}

#mapcanvas {
	background: #edf9fc;
}

#bottombar {
	background: #8ed3ea;
}

#mapsearchform {
	left: 248px;
}

#featuresdiv, #downloaddiv {
	background: none;
}

.themecategory {
	background: #8ed3ea;
	color: #000;
}
.themecategory:hover {
	background: #3db2da;
}
.themelayerholder {
	background: #8ed3ea;
}
.popuptitle {
	background: #3db2da;
}
.popuptitle:hover {
	background: #228db0; /* #8ed3ea; */
}

div.checkbox {
	background: #f2fbfd;
}
div.checkbox.on {
	background-color: #f2fbfd;
}
div.checkbox:active, div.checkbox.on:active, div.checkbox.half:active {
	background-color: #f4fdff;
}

#cropsettings1 {
	background: #c4e9f4;
	border-right-color: #c4e9f4;
}

/* modify the api defaults */
.mapcanvas123 .maptooltip {
	background-color: #fff;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.7);
	color: #000;
	padding: 4px 7px;
	line-height: 1;
	font-size: 1em;
}
.mapcanvas123 .bottomfoot {
	border-top: 10px solid #fff;
}
.mapcanvas123 .topfoot {
	border-bottom: 10px solid #fff;
}
.mapcanvas123 .contextmenu {
	font-size: 0.8em;
}
/* redefine the tipwarning */
#mapcanvas .maptooltip.tipwarning {
    background-color: #e60033;
    color: #fff;
	font-size: 12px; /* 1.0em; */
	padding: 8px 14px;
	line-height: 1.4;
}
