#btnZoomIn {
    background: #c2c2c2;
    width: 26px !important;
    height: 26px;
    border: 4px solid #c2c2c2;
    border-radius: 4px;
    margin-top: 2px;
    text-align: center;
    line-height: 26px;
}

#btnZoomOut {
    background: #c2c2c2;
    width: 26px !important;
    height: 26px;
    border: 4px solid #c2c2c2;
    border-radius: 4px;
    margin-top: 2px;
    text-align: center;
    line-height: 26px;
}

#btnMaps {
    background: url(../img/01.png) center no-repeat;
    width: 26px !important;
    height: 26px;
    border: 4px solid #c2c2c2;
    border-radius: 4px;
    margin-top: 2px;
}

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

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

.tundra .dojoxFloatingPaneTitle {
    background-color: #c2c2c2 !important;
    border: 1px solid #333333 !important;
    color: #333333;
}

.tundra .dojoxFloatingCloseIcon {
    color: #c2c2c2;
}


div [id^="main_lyrmgr"] .dijitTitlePaneTitle,
div [id^="tools_menu"] .dijitTitlePaneTitle,
#njs_info_pane_content .dijitTitlePaneTitle {
    background: #FFF none repeat scroll 0 0 !important;
    color: #333 !important;
    border-bottom: 1px solid #333333 !important;
}