@charset "UTF-8";
.ol-control button, .ol-control button:focus {
  background-color: rgba(0, 60, 136, 0.5); }
  .ol-control button:hover, .ol-control button:focus:hover {
    background-color: rgba(0, 60, 136, 0.7); }
  .ol-control button.disabled, .ol-control button:focus.disabled {
    background-color: rgba(60, 60, 60, 0.5); }
  .ol-control button.active, .ol-control button:focus.active {
    background-color: rgba(0, 60, 136, 0.9); }

/**
 * anol-layerswitcher
 */
.anol-layerswitcher {
  top: 7px;
  right: 0px;
  z-index: 1001; }

.anol-layerswitcher-container {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0px 25px 5px 5px;
  border-radius: 5px 0px 0px 5px;
  font-size: 14px;
  top: 5px;
  right: 0px;
  position: absolute;
  z-index: 1000;
  width: 265px; }
  .anol-layerswitcher-container .group-layers-container {
    padding-left: 18px; }

/**
 * anol-legend
 */
.anol-legend .anol-legend-visible {
  right: 0;
  top: 3px; }

.anol-legend .anol-legend-hidden {
  bottom: 40px;
  right: 0; }

.anol-legend .anol-legend-container {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px;
  border-radius: 5px 0px 0px 5px;
  font-size: 14px;
  bottom: 40px;
  right: 0px;
  position: absolute;
  z-index: 1000;
  max-width: 40%; }
  .anol-legend .anol-legend-container h2 {
    font-size: 16px; }
  .anol-legend .anol-legend-container .anol-legend-items {
    max-height: 170px;
    overflow-x: auto;
    overflow-y: scroll; }
    .anol-legend .anol-legend-container .anol-legend-items div {
      margin-right: 5px; }
      .anol-legend .anol-legend-container .anol-legend-items div canvas {
        vertical-align: middle; }

.anol-legend-item-image {
  display: block; }

canvas.anol-legend-item-image {
  display: inline-block; }

/**
 * anol-popup
 * for featurepopup- and featureinfo-directive
 */
.anol-popup-container .anol-popup {
  position: absolute;
  background: #d5d5d5;
  padding: 10px 20px 10px 15px;
  border: none;
  box-shadow: 0 12px 15.8px 0 rgba(0,0,0,.45);
}
  .anol-popup-container .anol-popup:after, .anol-popup-container .anol-popup:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .anol-popup-container .anol-popup:after {
    border-color: transparent;
    border-width: 10px; }
  .anol-popup-container .anol-popup:before {
    border-color: transparent;
    border-width: 10px; }
  .anol-popup-container .anol-popup.top, .anol-popup-container .anol-popup.bottom {
    left: -50px; }
    .anol-popup-container .anol-popup.top:after, .anol-popup-container .anol-popup.top:before, .anol-popup-container .anol-popup.bottom:after, .anol-popup-container .anol-popup.bottom:before {
      left: 49px;
      margin-left: -10px; }
  .anol-popup-container .anol-popup.top {
    bottom: 8px; }
    .anol-popup-container .anol-popup.top:after, .anol-popup-container .anol-popup.top:before {
      border-top-color: gray;
      top: 100%; }
  .anol-popup-container .anol-popup.bottom {
    top: 8px; }
    .anol-popup-container .anol-popup.bottom:after, .anol-popup-container .anol-popup.bottom:before {
      border-bottom-color: gray;
      bottom: 100%; }
  .anol-popup-container .anol-popup.left {
    right: 8px;
    top: -10px; }
    .anol-popup-container .anol-popup.left:after, .anol-popup-container .anol-popup.left:before {
      border-left-color: gray;
      left: 100%;
      top: 0; }
  .anol-popup-container .anol-popup.right {
    left: 10px;
    top: -10px; }
    .anol-popup-container .anol-popup.right:after, .anol-popup-container .anol-popup.right:before {
      border-right-color: gray;
      right: 100%;
      top: 0; }
  .anol-popup-container .anol-popup .anol-popup-content {
    white-space: nowrap;
    min-width: 30px;
    .anol-feature-properties-wrapper {
      overflow-y: auto;
      hr {
        border-top: 1px solid rgba(0, 0, 0, 0.45);
      }
      .anol-feature-properties-table {
        white-space: normal;
        .anol-feature-properties-table-key-col {
          vertical-align: top;
          padding-right: 8px;
        }
      }
    }
  }
  .anol-popup-container .anol-popup .anol-popup-content a {
    cursor: pointer; }
  .anol-popup-container .anol-popup .anol-popup-closer {
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    color: #aaa; }

@media (max-width: 480px) {
  .anol-popup-container.mobile-fullscreen {
    width: 100%;
    height: 100%;
    bottom: 0 !important;
    left: 0 !important;
    top: auto !important; }
    .anol-popup-container.mobile-fullscreen .anol-popup {
      width: 100%;
      height: 100%;
      z-index: 3;
      overflow: auto;
      padding-top: 25px; }
      .anol-popup-container.mobile-fullscreen .anol-popup .anol-popup-content {
        overflow: auto;
        width: 100%;
        height: 100%; }
      .anol-popup-container.mobile-fullscreen .anol-popup .anol-popup-closer {
        font-size: 18px; }
      .anol-popup-container.mobile-fullscreen .anol-popup:after, .anol-popup-container.mobile-fullscreen .anol-popup:before {
        border: none;
        content: "";
        position: inherit;
        border-width: 0; }
      .anol-popup-container.mobile-fullscreen .anol-popup.top, .anol-popup-container.mobile-fullscreen .anol-popup.bottom, .anol-popup-container.mobile-fullscreen .anol-popup.left, .anol-popup-container.mobile-fullscreen .anol-popup.right {
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit; } }

/**
 * anol-feature-style-editor
 */
.anol-styleeditor {
  position: relative; }
  .anol-styleeditor .anol-styleeditor-disabled-overlay {
    background-color: #fff;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    cursor: default; }
    .anol-styleeditor .anol-styleeditor-disabled-overlay .anol-styleeditor-disabled-text {
      padding: 10%;
      white-space: pre-wrap; }

/**
 * anol-mouse-position
 */
[anol-mouse-position] {
  display: none; }

/**
 * anol-geolocation
 */
.anol-geolocation {
  left: 0.5em;
  top: 5em; }
  .anol-geolocation button {
    background-image: url("../img/anol-geolocate.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }

.ol-touch .anol-geolocation {
  top: 6em; }

/**
 * anol-measure-line
 */
.anol-measure-line {
  left: 0.5em;
  top: 7em; }
  .anol-measure-line button {
    background-image: url("../img/anol-measure-line.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }

.ol-touch .anol-measure-line {
  top: 8.4em; }

/**
 * anol-measure-area
 */
.anol-measure-area {
  left: 0.5em;
  top: 9em; }
  .anol-measure-area button {
    background-image: url("../img/anol-measure-area.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }

.ol-touch .anol-measure-area {
  top: 10.7em; }

/**
 * anol-print
 */
.anol-print pre {
  background-color: inherit;
  border: none;
  border-radius: 0;
  color: inherit;
  display: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  word-break: inherit;
  word-wrap: inherit;
  font-family: inherit;
  font-size: inherit;
  overflow: inherit; }

/**
 * anol-searchbox
 */
.anol-searchbox {
  top: 10px;
  right: 10px;
  width: 300px; }
  .anol-searchbox ul.dropdown-menu {
    max-height: 300px;
    width: 300px;
    overflow-y: auto;
    cursor: pointer; }
  .anol-searchbox .no-results ul.dropdown-menu,
  .anol-searchbox .search-in-progress ul.dropdown-menu {
    cursor: default; }
    .anol-searchbox .no-results ul.dropdown-menu li,
    .anol-searchbox .search-in-progress ul.dropdown-menu li {
      padding: 3px 20px; }

/**
 * anol-draw
 */
.anol-draw {
  top: 7px;
  left: 40px; }
  .anol-draw .draw-button {
    background-image: url("../img/draw-toolbar-spritesheet.svg");
    background-size: 270px auto; }
    .anol-draw .draw-button.draw-point {
      background-position: -124px 26px; }
    .anol-draw .draw-button.draw-line {
      background-position: -4px 26px; }
    .anol-draw .draw-button.draw-polygon {
      background-position: -33px 26px; }
    .anol-draw .draw-button.draw-modify {
      background-position: -154px 27px; }
    .anol-draw .draw-button.draw-remove {
      background-position: -184px 27px; }

/**
 * anol-overview-map
 */
.ol-overviewmap {
  padding-bottom: 0; }
  .ol-overviewmap button {
    bottom: 2px;
    right: 2px; }
  .ol-overviewmap button.glyphicon {
    top: inherit; }
  .ol-overviewmap button.glyphicon-chevron-right {
    bottom: 0;
    right: 0; }

/**
 * anol-zoom
 */
.ol-zoom .ol-zoom-in:before {
  content: '+'; }

.ol-zoom .ol-zoom-out:before {
  content: '−'; }

/**
 * attributions
 */
.anol-attribution {
  right: 0.5em;
  bottom: 0.5em;
  min-height: 2em;
  min-width: 2em; }
  .anol-attribution button.anol-info-white {
    background-image: url("../img/anol-info-white.svg");
    background-size: 0.4em 0.8em;
    background-repeat: no-repeat;
    background-position: center center; }
  .anol-attribution button.glyphicon {
    top: inherit; }
  .anol-attribution button {
    bottom: 2px;
    right: 2px; }
  .anol-attribution ul:not(.ng-hide) + button {
    position: absolute; }
  .anol-attribution ul {
    display: inline-block;
    margin: 0.2em 1.5em 0 0.2em; }
    .anol-attribution ul li {
      font-size: 0.8em;
      line-height: 1.25em;
      padding-right: 0.5em; }

/**
 * scaleline
 */
.anol-scale-line {
  bottom: 5px;
  left: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  pointer-events: none; }
  .anol-scale-line .anol-scale-line-inner {
    display: inline-block;
    position: relative; }
    .anol-scale-line .anol-scale-line-inner .ol-scale-line {
      position: relative;
      bottom: 1px;
      left: auto;
      display: inline-block; }

/**
 * featureexchange
 */
.anol-featureexchange #fileselector {
  display: none; }

/**
 * common
 */
.pointer {
  cursor: pointer; }

.spinner {
  width: 16px;
  height: 16px;
  margin: 0.5em auto 0 auto;
  background-image: url("data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA=="); }
