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

#nav-recherche-tab:hover {
    background: none;
}

#nav-resultat-tab:hover {
    background: none;
}

a#nav-recherche-tab {
    color: #005c97;
}

a#nav-resultat-tab {
    color: #005c97;
}

#content {
    height: 91vh;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#nav-recherche .form-control {
    background-color: #FFF !important;
    border: 1px solid #adaeb0;
    padding: 0px 15px;
    height: 50px !important;
    margin: 8px 0;
    width: 100%;
}

#nav-recherche .card-text {
    width: 90%;
}

#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);
}

.custom-popup .leaflet-popup-tip-container {
    margin-bottom: 50px;
}

.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 {
    opacity: 0.8;
    background-color: white;
    border-radius: 10px;
}

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

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

    .info-legend img {
        width: 15%
    }

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;
}

div#overlayBtns {
    flex-wrap: nowrap;
}

a#closeBtn {
    -webkit-box-shadow: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

#index .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-bottom: 1px solid rgb(37, 2, 134) !important;
    border: none;
}

#index .nav-link {
    text-decoration: none;
    width: 50%;
}

#index .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

#index a {
    color: #005c97;
}
