/* 
    This file is to override the solid pink tiles that OpenLayers generates
    when failing to pull a layer and the tiles are errored.
*/
.olImageLoadError {
    background-color: rgba(88,0,0,0.1);
}

.olControlLayerSwitcher{
    top: auto;
    right: auto;
}

.olControlLayerSwitcher .layersDiv{
    background-color: transparent;
    color: #333;
}

.olControlZoom{
    right: 11px;
    left: auto!important;
}

.olControlZoomIn:not(#customZoomIn){
    visibility: hidden;
}

.olControlZoomOut:not(#customZoomOut){
    visibility: hidden;
}

.siteMapContainer > div.olControlZoom{
    background: rgba(255,255,255,.8) !important;
}