/* 
 * Copyright (C) 2012-2013 B3Partners B.V.
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
.olImageLoadError { 
    display: none !important;
}
.olControlPanel{
    position: absolute;
    float: left;
    border: 1px solid grey;
    padding: 2px;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #EEE;
}
.olControlPanel div {
    float: left;
    display:block;
    width: 28px;
    height: 28px;
    margin: 5px;
    background-repeat: no-repeat;
}

.olControlPanel .olControlDragPanItemActive {
    background-image: url("../../openlayers/theme/default/img/pan_on.png");
}
.olControlPanel .olControlDragPanItemInactive {
    background-image: url("../../openlayers/theme/default/img/pan_off.png");
}


.olControlPanel .olControlZoomBoxItemInactive {    
    background-image: url("../../openlayers/theme/default/img/zoom_box_off.png");
}
.olControlPanel .olControlZoomBoxItemActive {    
    background-image: url("../../openlayers/theme/default/img/zoom_box_on.png");
}
.olControlPanel .olControlZoomOutItemActive {    
    background-image: url("../../openlayers/theme/default/img/zoom_out_on.png");
}
.olControlPanel .olControlZoomOutItemInactive {    
    background-image: url("../../openlayers/theme/default/img/zoom_out_off.png");
}
.olControlPanel .olControlIdentifyItemActive{
    background-image: url("../../openlayers/theme/default/img/identify_on.png");
}
.olControlPanel .olControlIdentifyItemInactive{
    background-image: url("../../openlayers/theme/default/img/identify_off.png");
}
.olControlLoadingPanel {
            background-image:url(../../openlayers/img/loading.gif);
            position: relative;
            width: 195px;
            height: 11px;
            background-position:center;
            background-repeat:no-repeat;
            display: none;
        }
.olControlPanel .olControlZoomToMaxExtentItemInactive {
    width:  20px;
    height: 20px;
    background-image: url("../../openlayers/img/zoom-world-mini.png");
}

.olControlPanel .olControlMeasureItemInactive{
    background-image: url("../../openlayers/theme/default/img/measure_off.png");
}
.olControlPanel .olControlMeasureItemActive{
    background-image: url("../../openlayers/theme/default/img/measure_on.png");
}

.olControlPanel .olControlDefaultItemActive{
    background-image: url("../../openlayers/theme/default/img/default_on.png");
}
.olControlPanel .olControlDefaultItemInactive{
    background-image: url("../../openlayers/theme/default/img/default_off.png");
}

div.olControlMousePosition:not(.anchored-coordinates) {
    right: 10px !important;
}

.olControlMousePosition {
    font-size: small !important;
}

.olControlMaptip {
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

/*.olControlPanel .olControlb_bufferItemInactive{
    background-image: url("img/buffer_tool.png");
}
.olControlPanel .olControlb_bufferItemActive{
    background-image: url("img/buffer_tool.png");
}*/
/*.olControlPanel .olControlidentifyItemActive{
    background-image: url("img/identify_on.png");
}
.olControlPanel .olControlidentifyItemInactive{
    background-image: url("img/identify_off.png");
}*/
/*
.olControlPanel .olControlb_highlightItemInactive{
    background-image: url("img/polygon_select.png");
}
.olControlPanel .olControlb_highlightItemActive{
    background-image: url("img/polygon_select.png");
}

.olControlPanel .olControlb_printMapItemInactive{
    background-image: url("img/print.png");
}
.olControlPanel .olControlb_printMapItemActive{
    background-image: url("img/print.png");
}

.olControlPanel .olControlb_layerSelectionItemInactive{
    background-image: url("img/book_open.png");
}
.olControlPanel .olControlb_layerSelectionItemActive{
    background-image: url("img/book_open.png");
}

.olControlPanel .olControlb_removePolygonsItemInactive{
    background-image: url("img/polygon_delete.png");
}
.olControlPanel .olControlb_removePolygonsItemActive{
    background-image: url("img/polygon_delete.png");
}

.olControlPanel .olControlb_bookMarkItemInactive{
    background-image: url("img/bookmark.png");
}
.olControlPanel .olControlb_bookMarkItemActive{
    background-image: url("img/bookmark.png");
}

.olControlPanel .olControlb_getfeaturesItemInactive{
    background-image: url("img/polygon_info.png");
}
.olControlPanel .olControlb_getfeaturesItemActive{
    background-image: url("img/polygon_info.png");
}

.olControlPanel .olControlDrawFeaturePointItemInactive{
    background-image: url("../default/img/draw_point_off.png");
}

.olControlPanel .olControlDrawFeaturePointItemActive{
    background-image: url("../default/img/draw_point_on.png");
}

.olControlPanel .olControlDrawFeaturePathItemInactive{
    background-image: url("../default/img/draw_line_off.png");
}

.olControlPanel .olControlDrawFeaturePathItemActive{
    background-image: url("../default/img/draw_line_on.png");
}

.olControlPanel .olControlDrawFeaturePolygonItemInactive{
    background-image: url("../default/img/draw_polygon_off.png");
}

.olControlPanel .olControlDrawFeaturePolygonItemActive{
    background-image: url("../default/img/draw_polygon_on.png");
}*/