/* ------------------------------------------
 * EmR : css that presents maps in 100% x 500
 * ------------------------------------------
 */ 
#mapView {
    position: relative;
    padding: 5px;
    width: 100%;
    height: 500px;
    border: 1px black solid;
}

#infoOl {
    padding: 5px;
    width: 100%;
    height: 20px;
    font-family: "monospace";
    font-size: 10px;
}

/* --- EmR : to avoid overlay among fullscreen toggle, drawing control and layer switcher --- */
/* --- EmR : to move fullsreen toggle left or down --- */
.ol-full-screen {
/*	margin-right: 50px; */
	margin-top: 50px;
}

.ol-scale-line {
	margin-left: 50px;
}


/* --- EmR : to move the layerswitcher down --- */ 
/* --- GPwidget : does not work as it changes othet widget like search and route --- */ 
/* .GPwidget {      
	margin-top: 30px;
}
 */
/* --- EmR : end the overlay avoidance --- */	


/* -------------------------------------------
 * end of css that presents maps in 100% x 500
 */ 