/*
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 : 25-05-2016, 11:22:55 AM
    Author     : Danilo
*/

/*controle*/
.ol-control button {
    background-color: rgba(255, 255, 255, 1) !important;
    border: medium none !important;
    border-radius: 4px !important;
    color: black !important;
    display: block !important;
    font-size: 20px !important;
    font-weight: bold !important;
    height: 36px !important;
    line-height: 18px !important;
    margin: 0px !important;
    padding: 0 !important;
    text-align: center !important;
    text-decoration: none!important;
    width: 36px !important;
}
.ol-control {
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65) !important;
    padding: 0px !important;
}
.ol-zoom .ol-zoom-in {
  border-radius: 4px 4px 0 0 !important;
}
.ol-zoom .ol-zoom-out {
  border-radius: 0 0 4px 4px !important;
}
.ol-zoom .ol-zoom-in{
    border-bottom: 1px solid #ddd !important;
}
.ol-control:hover {
    background-color: rgba(255, 255, 255, 1) !important;
    cursor: pointer !important;
    
}
.ol-control button:hover, .ol-control button:focus {
    background-color: rgba(40, 53, 147, 0.55) !important;
    background-color: #f4f4f4 !important;
    cursor: pointer !important;
    //color: white;
    
}
.ol-zoom-extent {
    top: 6.643em !important;
}
