/* map specific */

  /* map rights */
.olControlAttribution {
  bottom: 4px;
  left: 4px;
  display: inline;
}
.olControlAttribution span {
  color: rgb(6,42,86);
  font-size: 11px;
/*  font-weight: bold;*/
  margin: 0px;
}
.imgAttrib {
  height: 15px;
  vertical-align: baseline;
  margin-bottom: -1px;
  padding-right: 3px;
}
.mapcopyright {
  background-color: rgba(255, 255, 255, .7);
  padding: 3px;
  border-radius: 3px;
  display: inline-block;
}

    /* ol zoom buttons */
div.olControlZoom {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 2px;
}
div.olControlZoom a {
  display: block;
  margin: 1px;
  padding: 0;
  color: white;
  font-size: 18px;
  font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  height: 22px;
  width: 22px;
  line-height: 19px;
  background: #130085;
  background: rgba(90, 102, 125, 0.7);
  filter: alpha(opacity=80);
}
div.olControlZoom a:hover {
  background: #130085;
  background: rgba(73, 79, 90, 0.9);
  filter: alpha(opacity=100);
}

div.olControlZoom a.olControlZoomExtent {
  font-size: 14px;
  line-height: 22px;
}
div.olControlZoom img {
/*.olControlZoomExtent img {*/
  max-height: 18px;
  max-width: 18px;
  margin: 1px;
/*  margin-top: -3px;*/
}

/* disable gmap info */
.gmnoprint, .gm-style-cc {
  display: none;
}
/*protected by ggle :-) */
div.olMap div.olForeignContainer:nth-child(1) :nth-child(2) {
/*  display: none;*/
/*  left: auto !important;
  right:0 !important;*/
  z-index:0 !important;
}
