/* no pink tiles */
.olImageLoadError {
	display: none;
}

.map_fullscreen.olMap {
	position: fixed;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	z-index: 1100;
	background-color: white;
}

/* Position of the opacity control slider inside the map */
.olOpacitySlider {
	width: 200px;
	left: 60px;
	top: 10px;
	background:#222222;
	border:none;
	opacity: 0.85;
}

.olOpacitySlider .ui-slider-handle  {
	cursor: pointer;
}

div.olControlFullscreenToolbar.olControlNoSelect div {
	height: 24px;
	width: 24px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
}

div.olControlLayerSwitcher.olControlNoSelect div.maximizeDiv.olButton,
div.olControlLayerSwitcher.olControlNoSelect div.minimizeDiv.olButton,
div.olControlLayerSwitcher.olControlNoSelect div.maximizeDiv.olButton img,
div.olControlLayerSwitcher.olControlNoSelect div.minimizeDiv.olButton img {
	height: 24px;
	width: 24px;
}

/* geodok */
.olControlEditingToolbar div.olControlResetFeatureLayerItemInactive {
	background-image: url("/rebis2/javax.faces.resource/theme/default/img/editing_tool_bar.png.xhtml?ln=jssdf");
}

.olControlFullscreenToolbar div.olControlFullScreenItemInactive {
	background-image:
		url("/rebis2/javax.faces.resource/EditGeometry/img/fullscreen_on_roundedx2.png.xhtml?ln=components");
}

.olControlFullscreenToolbar div.olControlFullScreenItemActive {
	background-image:
		url("/rebis2/javax.faces.resource/EditGeometry/img/fullscreen_off_roundedx2.png.xhtml?ln=components");
}
