/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/03/2016, 12:40:29
    Author     : luisfilipe
*/
@CHARSET "ISO-8859-1";

.olControlPanZoomBar{margin-top: 82px;}
#OpenLayers_Control_MaximizeDiv_innerImage{margin-top: 82px;}

.ol-touch .ol-control button {
    font-size: 2.5em;
}

.ol-touch .ol-zoom-extent {
    top: 8.5em!important;
}

.ol-attribution li {
    font-size: 10px;
}

.ol-attribution.ol-uncollapsible {
    height: 17px;
}

.ol-scale-line{
    left: 220px!important
}

.ol-zoom {
    top: 13.5em!important
}
.ol-zoom-extent {
    top: 9.643em !important;
    left: .5em !important;
}

.ol-zoom .ol-zoom-out {
    margin-top: 204px;
}

.ol-zoomslider {
    background-color: transparent;
    top: 2.3em;
}

.ol-touch .ol-zoom .ol-zoom-out {
    margin-top: 204px;
}

.ol-touch .ol-zoomslider {
    top: 17.45em;
}

.ol-zoom-in.ol-has-tooltip:hover [role=tooltip],
.ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {
    top: 3px;
}

.ol-zoom-out.ol-has-tooltip:hover [role=tooltip],
.ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {
    top: 232px;
}
      
.ol-scale-line-inner{
    width: 112px;
    /* font-size: 11px; */
    font-family: Arial;
    font-size: small;
    text-shadow: 1px 1px 1px #000000;
    color: #E3E22A;
    font-weight: bold;
}

.custom-mouse-position{
    width: 250px;
    /* font-size: 11px; */
    font-family: Arial;
    font-size: small;
    text-shadow: 1px 1px 1px #000000;
    color: #E3E22A;
    font-weight: bold;    
}

.ol-overviewmap-map .ol-unselectable{
    width: 94%!important;
    height: 92.5%!important;
}

.ol-custom-overviewmap.ol-uncollapsible {
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
}

.ol-custom-overviewmap:not(.ol-collapsed)  {
  border: 1px solid black;
}

.ol-custom-overviewmap .ol-overviewmap-map {
  border: none;
  width: 200px;  
}

.ol-custom-overviewmap .ol-overviewmap-box {
  border: 2px solid red;
}

.ol-custom-overviewmap:not(.ol-collapsed) button{
  bottom: auto;
  left: auto;
  right: 1px;
  top: 1px;
}

.ol-rotate {
  top: 170px;
  right: 0;
}

.tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
}
.tooltip-measure {
  opacity: 1;
  font-weight: bold;
}
.tooltip-static {
  background-color: #ffcc33;
  color: black;
  z-index: 9;
  border: 1px solid white;
}
.tooltip-measure:before,
.tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}
.tooltip-static:before {
  border-top-color: #ffcc33;
}  
