/* FRONT END QGIS MAP MARECHAL CÂNDIDO RONDON - PR */


.search-layer {
    top: 65px;
    left: .5em;
}

.ol-touch .search-layer {
    top: 80px;
}

html,
body {
    overflow-y: hidden;
    background-color: #ffffff;
}

.ol-control button {
    background-color: #f8f8f8 !important;
    color: #000000 !important;
    border-radius: 0px !important;
}

.ol-zoom,
.geolocate,
.gcd-gl-control .ol-control {
    background-color: rgba(255, 255, 255, .4) !important;
    padding: 3px !important;
}

.ol-scale-line {
    background: none !important;
}

.ol-scale-line-inner {
    border: 2px solid #f8f8f8 !important;
    border-top: none !important;
    background: rgba(255, 255, 255, 0.5) !important;
    color: black !important;
}

html,
body,
#map {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.top-menu {
    height: 60px;
    width: 100%;
    font-size: 30px;
    background-color: #256E4A;
    color: #DCD7C9;
    border-bottom: 2px solid #DCD7C9;
}

.top-menu>img {
    margin-left: 20px;
    width: 60px;
    height: 60px;

}

.top-menu>span {
    position: absolute;
    top: 10px;
    left: 90px;

}

footer {
    text-align: center;
    color: #dcd7c9;
    background-color: #256E4A;
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding: 3px 0px 3px 0px;
}