﻿
#nav-carte {
    height: 100%;
}

.card {
    min-height: 100%;
    max-height: none;
}

#nav-recherche {
    background-color: rgba(255, 255, 255, 0.9);
}

#content {
    height: 600px;
}


#mapid {
    height: 100%;
    width: 100%;
}

#part-table :hover {
    background-color: skyblue;
}

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

.leaflet-google-layer {
    z-index: 1 !important;
}



.custom-popup .leaflet-popup-content-wrapper {
    background-color: rgba(255, 255, 255, 0.82);
}

.leaflet-popup {
    bottom: 40px !important;
}

.mycluster {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: rgba(5, 94, 161, 0.77);
    color: white;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}

.info-legend {
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
    text-align: left;
}

    .info-legend > span {
        padding-left: 20px;
        font-weight: bold;
    }

    .info-legend ul {
        list-style: none;
    }

    .info-legend img {
        width: 20px;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

#loader {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000 url("../../Content/Images/ajax-loader.gif") no-repeat center center;
    margin: -23px 0px 0px -23px;
    z-index: 9999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.leaflet-top, .leaflet-bottom {
    z-index: 2;
}

.leaflet-container a {
    font-size: 13px;
}