/**
 * @file
 * CSS file for OpenLayers dark theme.
 *
 * We include the default styles, then add
 * some specificity to override certain elements
 * like image references.
 */

@import url(1125fbfa8ff360c8e003bcc22d2a7aab1df030ef.css) ;


.olControlOverviewMapExtentRectangle {
  border: none;
}
.olControlOverviewMapRectReplacement {
    background-image: url(cf0b510340b26be3a4dc91151b92f1da8286736f.png) ;
}

/**
 * A few custom styles
 */
.openlayers-popup {
  color: #EEEEEE;
}
.olImageLoadError,
.openlayers-map .olImageLoadError {
  background-color: transparent;
}

/**
 * CSS fix, see #1646646
 */
label.olButton {
  display: inline;
  margin-left: .5em;
}

/**
 * Improve placement of controls that overlap when both are enabled.
 */
.openlayers_behavior_fullscreen_button_panelActive .olControlEditingToolbar {
  right: 30px;
}
.olControlMousePositionActive .olControlAttribution {
  bottom: 1.2em;
  right: 3px;
}

/**
 * Make the fullscreen behavior button match dark design.
 * The fullscreen button is added to the editing tool bar PNG to reduce
 * HTTP requests.
 */
.openlayers_behavior_fullscreen_buttonItemInactive {
  background-image: url(f0a3446e518ddd52de37846a64df8ceed1ff540d.png) ;
  background-position: -153px -1px;
  width: 24px;
  height: 22px;
}
.openlayers_map_fullscreen .openlayers_behavior_fullscreen_buttonItemInactive {
  background-position: -153px -24px;
}

.openlayers-container {
    position: relative;
}

/**
 * The following are images that are not in
 * this theme (but should be).
 */

/*
.openlayers-map .olControlNavigationHistory {
    background-image: url(92b315e7cfe2758aaf7c04141a67c4e3cc8bd0ff.png) ;
}
*/

.openlayers-map .olControlOverviewMapRectReplacement {
  background-image: url(6703f12c8486aaad4b5e3f640fac7051c525d22e.gif) ;
}
.openlayers-map .olControlNavigationHistory {
  background-image: url(92b315e7cfe2758aaf7c04141a67c4e3cc8bd0ff.png) ;
}
.openlayers-map div.olControlSaveFeaturesItemActive {
  background-image: url(b7ea1c90919658810ad7a02a4f66b626db4c0125.png) ;
}
div.olControlSaveFeaturesItemInactive {
  background-image: url(ad92a80e10c1848f04dcabbdad69813273d4a08b.png) ;
}
.openlayers-map .olControlPanPanel div {
  background-image: url(da7010cc05392d6f37fcb49e5f0fa9563dc87266.png) ;
}
.openlayers-map .olPopupCloseBox {
  background: url(e2838b691c114deb30c1ab88e812d4cef16fd2e8.gif)  no-repeat scroll 0 0 transparent;
}
.openlayers-map .olControlZoomPanel div {
  background-image: url(e20c4c24ca77dad67d69effa89b306e929f03cae.png) ;
}
