/*  Camadas Mapa  */


.barra_inferior {
    
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    height: auto;
    border-color: #a9a9a9;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-radius: 0px;
    border-style: solid;
    background-color: #EEEEEE;
}

.barra_inferior_td {
    width: 25%;
    text-align: center;
}

.barra_inferior_projecao {

}

.barra_inferior_coordenadas {

}

.barra_inferior_escala {

}

.barra_inferior_barra_de_escala {

}

.barra_inferior_layers_tabela {
    z-index: 9999;
    background-color: RGBA(0,0,0,0);
}
#barra_inferior_layers_tabela:hover {
    cursor: move;
}
.barra_inferior_conteudo {
    background-color: RGB(255,255,255);
}

.barra_inferiors_icones {
    width: 27px;
    height: 27px;
    overflow: hidden;
    background-color: RGB(255,255,255);
    cursor: pointer;
}

.coordenadas_mapa_mouse{
    color: black;
    background-color: RGBA(255,255,255, 0);
}


.width_auto {
    width: auto;
}

.width_98{
    width: 98%;
}

.barra_inferior_layers_titulo {
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-user-select: none;
}
.barra_inferior_layers_fundo {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-user-select: none;
    color: white;
    font-family: arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    background-color: black;
    opacity: 0.9;
}

.olControlPanel {
    display: none;
}

.barra_inferior_InformacaoPonto_resultado{
    border: solid;
}

.tooltip {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
    z-index: 9999;
}
.tooltip-measure {
    opacity: 1;
    font-weight: bold;
}
.tooltip-static {
    background-color: #ffcc33;
    color: black;
    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;
}
.ol-scale-line-inner {
    color: black;
    border-color: black;
}
.ol-scale-line {
    position: relative;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0, 0);
    color:  black;
}
