/*
    Copyright : rexx systems GmbH, 20097 Hamburg, Heidenkampsweg 101
                      Veränderung oder Nutzung der Scripte/Anwendung ist nur mit
                      schriftlicher Genehmigung der rexx systems GmbH gestattet.

    Datei : assets/css/rexxLeaflet.css

    26.08.2015 geschaefer: Datei erstellt

    $Id: rexxLeaflet.css,v 1.3 2015/09/16 14:52:13 gschaefer Exp $
*/
html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

#map.full {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

#map.default {
    width: 800px;
    height: 600px;
    border: 1px solid #ccc;
}

.leaflet-bar .leaflet-control-zoom-in, .leaflet-bar .leaflet-control-zoom-out {
    background-color: #fff !important;
}

.leaflet-bar .leaflet-control-zoom-in:hover, .leaflet-bar .leaflet-control-zoom-out:hover {
    background-color: #ccc !important;
}

#standardProgress {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 2px;
}

#standardProgressBar {
    width: 0;
    height: 100%;
    background-color: #76A6FC;
    border-radius: 4px;
}

.rexxProgressBar {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -50px;
    height: 80px;
    width: 100px;
    border-radius: 10px;
    background: url('../images/rexxLeafletLoader.gif') center center no-repeat rgba(255, 255, 255, 0.8);
}

.loadMarkerPopup {
    min-height: 75px;
    background: url('../images/rexxLeafletLoader.gif') center center no-repeat rgba(255, 255, 255, 0.8);
}