/*Write your custom css in this file.*/
.map {
    z-index: 5 !important;
}

.leaflet-control {
    z-index: 1000 !important;
}

.leaflet-pane {
    z-index: 400 !important;
}

.leaflet-map-pane {
    z-index: 400 !important;
}

.leaflet-tile-pane {
    z-index: 200 !important;
}

.leaflet-overlay-pane {
    z-index: 400 !important;
}

.leaflet-marker-pane {
    z-index: 600 !important;
}

.leaflet-popup-pane {
    z-index: 700 !important;
}

.dashboard-icon-widget {
    height: 100px !important;
}

.dashboard-icon-widget .widget-icon {
    width: 35px !important;
    height: 35px !important;
    margin-left: -25px !important;
    margin-top: -25px !important;
    position: absolute;
}

.dashboard-icon-widget .widget-details {
    padding-top: 5px !important;
}

.system-logo {
    text-align: center !important;
    position: absolute;
    bottom: 25px;
    left: 0;
}

.system-logo img {
    width: 70% !important;
}

.system-logo-mini {
    text-align: center !important;
    position: absolute;
    bottom: 25px;
    left: 0;
}

.system-logo-mini img {
    width: 50% !important;
}

.support-logo {
    text-align: center !important;
    position: absolute;
    bottom: 70px;
    left: 0;
}

.support-logo img {
    width: 12% !important;
}

.support-logo a {
    width: 50% !important;
    border: 1px solid #999 !important;
    padding: 10px 35px 12px 35px !important;
    margin-left: 7px;
    border-radius: 5px !important;
    color: #999 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    text-align: center;
}

.support-logo a img {
    filter: alpha(opacity=0.5) !important;
    opacity: 0.5;
}

.support-logo a:hover {
    border: 1px solid #333 !important;
    color: #333 !important;
}

.support-logo a:hover img {
    filter: alpha(opacity=1) !important;
    opacity: 1;
}

.support-logo-mini {
    text-align: center !important;
    position: absolute;
    bottom: 80px;
    left: 0;
}

.support-logo-mini img {
    width: 40% !important;
    filter: alpha(opacity=0.5) !important;
    opacity: 0.5;
}

.support-logo-mini img:hover {
    filter: alpha(opacity=1) !important;
    opacity: 1;
}