/* WIDTH EN BAS DE CE FICHIER */
/* HEIGHT POPUP dans _couche.php style="max-height: 400px; overflow: auto; */

.popup_titre {
    color: #ffd400;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.popup_titre_champs {
    display: block;
    color: #ffd400;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    *margin-top: 15px!important;
    *margin-bottom: 3px!important;
}
.popup_input {
    border: none;
}

td .form-control:not(textarea) {
    height: 30px!important;
}
textarea {
    min-height: 60px!important;
}
.popup_valeur_champs {
    font-size: 12px;
    margin: 0!important;
}
.leaflet-popup-content p {
    margin: 0;
    margin-top: 7px;
}
.leaflet-container a.leaflet-popup-close-button {
    font-size: 35px;
}
.leaflet-container a.leaflet-popup-close-button {
    top: 5px;
    right: 15px; /* 30px si scrollbar sinon 15px */
}
.libelle_popup {
    display: inline-block;
    width: 150px;
    font-weight: bold;
}
.col_1_popup {
    font-weight: bold;
    width: 200px;
}
.popup_theme {
    font-size: 16px;
    margin-top: 25px;
    padding: 8px;
    color: #FFFFFF;
    background: #7B8387;
}
.popup_theme_first {
    margin-top: 0;
}
.th_popup {
    border-top: none!important;
}
.td_popup_libelle {
    font-size: 14px;
    padding: 4px!important;
    font-weight: bold;
}
.td_popup_value {
    font-size: 14px;
    padding: 4px!important;
}
.form-control[readonly]{
    background: none;
    border: none;
}
.image_upload {
    padding: 15px;
    width: 350px;
}
.ajax-file-upload {
    margin-top: 20px;
}


/* WIDTH POPUP */
.leaflet-popup-content {
    width: 97%!important;
}
.leaflet-popup-content {
    margin: 10px 10px;
}
@media screen and (min-width: 1px) and (max-width: 300px) {
    .leaflet-popup-content-wrapper{
        width: 240px;
    }
}
@media screen and (min-width: 301px) and (max-width: 350px) {
    .leaflet-popup-content-wrapper{
        width: 290px;
    }
}
@media screen and (min-width: 351px) and (max-width: 400px) {
    .leaflet-popup-content-wrapper{
        width: 340px;
    }
}
@media screen and (min-width: 401px) and (max-width: 450px) {
    .leaflet-popup-content-wrapper{
        width: 390px;
    }
}
@media screen and (min-width: 451px) and (max-width: 500px) {
    .leaflet-popup-content-wrapper{
        width: 440px;
    }
}
@media screen and (min-width: 551px) and (max-width: 768px) {
    .leaflet-popup-content-wrapper{
        width: 540px;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .leaflet-popup-content-wrapper{
        width: 400px;
    }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
    .leaflet-popup-content-wrapper{
        width: 400px;
    }
}
@media screen and (min-width: 1201px) and (max-width: 9999px) {
    .leaflet-popup-content-wrapper{
        width: 500px;
    }
}