#coordinatesContainerPosition{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 8px;
    left: 8px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    /*margin: 0px 5px 15px 0px;*/
    height: 30px;
}

.ol-scale-line {
    bottom: 45px;
}

#mouse-position{
    color: white;
    font-size: 12.5px;
    padding: 10px;
}


#location-position{
    color: white;
    font-size: 12.5px;
    padding: 10px;
}


.location-copyright{
    color:white;
    font-size: 50px;
    position: absolute;
}

.fa-angle-up, .fa-map-marker-alt{
    color: white;
    font-size:18px;
    padding:5px;
}

.activeBtn{
    color:darkblue
}

.hidden{
    display:none;
}


#datumViewSelectContainer{
    display:block;
}

.datumViewSelectText .select-wrapper .select-dropdown  {
    font-size:12px;
    white-space: nowrap;
    margin: auto;
    text-align: center;
    color: white;
}
.datumViewSelectText li>span {
    font-size: 11px;
    color: white;
    background-color: grey;
    display: block;
    
}   

.errorStyle{
    color:white;
    padding: 5px;
}

#arrowBTN, #pointBTN{
    cursor:pointer;
}