

/* ====================================================== */
/* map editing styles */


#edit_on_map_wrapper {
	float: right;
}

#edit_on_map_wrapper button {
	float: right;
}


#map_edit_overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}

#map_edit_content {
	width: 700px;
	height: 500px;
	background-color: rgb(255,255,255);
	z-index: 201;
	top: 50%;
	left: 50%;
	position: fixed;
	margin-left: -350px;
	margin-top: -300px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}

#map_edit_content .close-button {
	float: right;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #eee;
	cursor: pointer;
}

#map_edit_content .search-box {
	width: 400px;
}

#map_edit_content .error-box {
	color: red;
	border: 1px solid red;
	display: none;
}

#map_edit_content .search-area {
	margin-bottom: 4px;
}

#map_edit_gmap {
	margin: 0 auto;
	height: 450px;
}

#map_edit_gmap .bottom-tools button {
	float: right;
}


#node_org_form_group_physical_location.sel-highlight {
	background: #acf;
}


