html, body, #map{
    width:100%; height:100%;
    overflow: hidden;
    font-family: arial, sans-serif;
}

#map{
    position:absolute;
    z-index:1;
    top:0px; bottom:0px; left:0px;
    width: 100%;
}

#imiscontainer{
	z-index:2; cursor:n-resize;
	position:fixed; top:10px; left:50px;
	font-size: 12px; font-weight:bold; /*text-decoration:underline dotted;*/
	background:#7f7f7f;
	background:rgba(255,255,255,0.5);
	padding: 5px;
	border-radius: 10px;
}

#imislegend{
	display:none;
}

.ol-popup {
    position: absolute;
    min-width: 180px;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    bottom: 12px;
    left: -50px;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.ol-popup-closer:after {
    content: "✖";
}

/* overwrite standard ol-layerswitcher button */
.layer-switcher button{
    float: right;
    width: 1.375em;
    height: 1.375em;
    background-color: rgba(0,60,136,.5);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("http://www.vliz.be/gis/icons/mono/white/layers_1_icon&16.png");
    border: none;
}