#logoMapPlusEmbedded {
    height: 5dvh;
    width: 10dvw;
    background: url(../img/logo_embedded.png) left top no-repeat;
    background-size: contain;
    position: absolute;
    left:5px;
    top:5px;
}

#logoMapPlusEmbeddedFr {
    height: 5dvh;
    width: 10dvw;
    background: url(../img/logo_embedded.png) left top no-repeat;
    background-size: contain;
    position: absolute;
    left:5px;
    top:5px;
}

#btnZoomIn {

    width: 26px !important;
    height: 26px;

    border-radius: 4px;
    margin-top: 2px;
    text-align: center;
    line-height: 26px;
}

#btnZoomOut {

    width: 26px !important;
    height: 26px;

    border-radius: 4px;
    margin-top: 2px;
    text-align: center;
    line-height: 26px;
}

#btnMaps {
    background: url(../img/02.png) center no-repeat;
    width: 26px !important;
    height: 26px;

    border-radius: 4px;
    margin-top: 2px;
}

.btnInitialExtent {
    /* background: url(../img/btn_home.svg) center no-repeat; */
    width: 26px;
    height: 26px;
    background-color: #027aac;
    background-size: 22px 22px;
    border: 4px solid #027aac;
    border-radius: 4px;
    margin-top: 4px;
}

.btnStreetView {
    background-color: #027aac;
    border: 4px solid #027aac;
    
}

.ol-rotate.ol-control {
    position: absolute;
    right: 0px;
    width: 34px;
    min-height: 34px;
    background-color: #027aac;
}

#disclaimer_mapplusbytydac{
    right:unset !important;
}

