/*
-- @override default OpenLayers style
*/
.olControlAttribution {
    left:3px !important;
    top:1em !important;
    width:180px !important;
    height:40px !important;
}

.olControlLoadingPanel {
    background-image:url("../img/loading.gif")!important; 
    background-position:center !important;
    background-repeat:no-repeat !important;
}

.olControlPanPanel {
    position:absolute !important;
    right: 50px !important;
    top: 10px !important;
    left:auto !important;
}


.olControlPanZoomBar{
    position:absolute !important;
    right:50px !important;
    top:10px !important;
    z-index:1002 !important;
    left:auto !important;
}

.olControlScale {
    font-size: bigger !important;
    font-weight: bolder !important;
    background-color:#D4E6FE !important;
}
.olControlGetBox{
    border: 3px solid #1B9A1D;
    position: absolute;
    background-color: white;
    opacity: 0.70;
    font-size: 1px;
    background-repeat: no-repeat;
    background-position: center;
    filter: alpha(opacity=50);
}
.olControlMousePosition {
    bottom: 0em !important;
    right: 3px !important;
    display: block !important;
    position: absolute !important;
    font-size:14px !important;
    /*color:#0250BE !important;*/
    font-weight: bolder !important;
    text-align:right !important;
    background-color:#D4E6FE !important;
}
.olHandlerBoxZoomBox {
    border: 3px solid #1B9A1D !important;
    position: absolute !important;
    background-color: white !important;
    opacity: 0.70 !important;
    font-size: 1px !important;
    /*background-image: url("../img/header.png") !important;*/
    background-repeat: no-repeat !important;
    background-position: center !important;
    filter: alpha(opacity=50) !important;
}
.olHandlerSelectBox{
    border: 3px solid blue !important;
    position: absolute !important;
    background-color: white !important;
    opacity: 0.40 !important;
    font-size: 1px !important;
    background-image: url("../img/header.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    filter: alpha(opacity=50) !important;
}
.olControlOverviewMapContainer {
    position: absolute !important;
    bottom: 10px !important;
    right: 0px !important;

}
.olControlOverviewMapElement{
   background-color: #D0D0D0 !important;
}
.olControlOverviewMapMinimizeButton {
    right: 0px !important;
    bottom: 10px !important;
}

.olControlOverviewMapMaximizeButton {
    right: 0px !important;
    bottom: 10px !important;
}
.olControlOverviewMapMaximizeButton {
background-image: url("../img/layer-switcher-maximize.png") !important;
}
/*
-- End of overider
*/

/*
-- custom
*/
.CopyRight{
    position:absolute;
    font-size:bigger;
    font-weight: bolder;
    color: #FF3333;
    right:5px;
    bottom:1.5em;
    display:block;
}
.infoOkvir{
    position:absolute;
    left:10px !important;
    bottom:10px !important;
    width:300px !important;
    height:70px !important;
    font-size:bigger;
    font-weight: bolder;
    overflow:auto;
    color: #FF9B28;
}

/*
-- End of custom
*/