section.zip-embed-map-project {
	background-color: #f2f2f2;
	position:relative;
}

html body#zip-embed section.zip-embed-map-project #map-project-container {
		width: 95%;
		background-color: #f2f2f2;
	}

html body#zip-embed section.zip-embed-map-project #map-project-dd {
	position: absolute;
	bottom: 12%;
	left:5%;
	z-index:1000
}

html body#zip-embed section.zip-embed-map-project #map-project-legend{
		width: 20%;
		max-width: 300px;
		min-width: 150px;
		height: 100px;
		bottom: 45%;
		padding: 20px;
		position: absolute;
		font-family: Helvetica;
		font-size: 80%;
		z-index: 2000;
		pointer-events: none;
		text-align: center;

}

html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row {
	width: 100%;
}

html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-col {
	width: 100%;
	text-align:left
}

html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row div{
    border:1px solid #808080;
    display:inline-block;
}


html body#zip-embed section.zip-embed-map-project #map-project-legend  table{
    width: 100%
}

html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-col div{
    margin-left:1px;
    width:16px;
    border:1px solid #808080;
}


html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row .scale_7_1 {background-color:#A90707;width:8%}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row .scale_7_2 {background-color:#EB5105;width:8%}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row .scale_7_3 {background-color:#FFB529;width:8%}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row .scale_7_4 {background-color:#FEFA18;width:8%}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row .scale_7_5 {background-color:#00E38C;width:8%}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row .scale_7_6 {background-color:#01A46E;width:8%}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row .scale_7_7 {background-color:#007951;width:8%}

html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row .scale_7b_1 {background-color:#C7E3FF;width:8%}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row .scale_7b_2 {background-color:#ACBDF4;width:8%}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row .scale_7b_3 {background-color:#9197E9;width:8%}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row .scale_7b_4 {background-color:#7671DF;width:8%}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row .scale_7b_5 {background-color:#5B4BD4;width:8%}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row .scale_7b_6 {background-color:#4025C9;width:8%}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row .scale_7b_7 {background-color:#2600BF;width:8%}

html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row .scale_6_1 {background-color:#C7E3FF;width:10%}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row .scale_6_2 {background-color:#A6B5F2;width:10%}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row .scale_6_3 {background-color:#8688E5;width:10%}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row .scale_6_4 {background-color:#665AD8;width:10%}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row .scale_6_5 {background-color:#462DCB;width:10%}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-row .scale_6_6 {background-color:#2600BF;width:10%}

html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-col .scale_4_1 {background-color:#C7E3FF;}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-col .scale_4_2 {background-color:#9197E9;}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-col .scale_4_3 {background-color:#5B4BD4;}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-col .scale_4_4 {background-color:#2600BF;}

html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-col .scale_3_1 {background-color:#C7E3FF;}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-col .scale_3_2 {background-color:#7671DF;}
html body#zip-embed section.zip-embed-map-project #map-project-legend .Legend-col .scale_3_3 {background-color:#2600BF;}


html body#zip-embed section.zip-embed-map-project .map-project-map-controls div{
	cursor:pointer;
	font-size: 20px;
	color: #777;
	font-weight:bold;
	font-family: Helvetica;
	line-height: 28px;
	text-align:center;
	border: 1px solid #bbb;

}

html body#zip-embed section.zip-embed-map-project .map-project-map-controls div:hover{
	border: 1px solid #999;
	color: #000;
}

#map-header {
	background-color: #ffffff;
	margin:0 0 1em 0;
	padding: 1em;
	width: 100%;
}

.map-title {
	color:#37606E;
	display: inline-block;
	margin-left: 1em;
}

#map-footer {
	background-color: #f6f7f9;
	padding-top: 2em;
	padding-bottom: 2em;
}

.map-footer-text {
	color: #7D98A1;
	font-size: 11px;
	font-family: 'Futura BT W01 Medium', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
}

.map-footer-text a {
	color: #7D98A1;
	text-decoration: none;
}

.map-footer-text a:hover {
	color:#3a616e;
}
