/* HTML, BODY */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
/* MAP */
#map {
    height: 100%!important;
}
.leaflet-container {
    background-color: #FFFFFF;
}
/* FONT-FAMILY */
body, .leaflet-container, .leaflet-popup-content, .cadre, .modal-content, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6  {
    font-family: 'Open Sans','Lato', sans-serif !important;
}
/* TITRE LOGIN */
.message_erreur_form {
    display: none;
    color: #FF0000;
}
/* IMG FLOU CHROME */
img {

}
/* H */
h1 {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}
h2 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}
h3 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}
/* FORM CONTROL */
.form-control {
    height: 40px;
    padding: 6px 12px;
}
/* FORM CONTROL INSIDE POPUP */
.leaflet-popup .form-control, .form-control.filtre {
    height: 34px;
    padding: 2px 12px;
}
.form-horizontal .control-label {
    padding-top: 8px;
}
/* COULEUR LIEN DANS MAP */
.leaflet-container a {
    color: #1F9CD8;
}

/* PRE LOADER */
#pre_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/pre_loader.gif) top center no-repeat #fff;
}
.hide {
    display: none;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    border: 3px solid black;
    border-top: 0;
    width: 20%;
}
label {
    display: inline;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
    transition: transform 0.25s cubic-bezier(0,0,0.25,1);
}
.cadre {
    padding: 6px 8px;
    background: #FFFFFF;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.vector-marker i {
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 14px;
}
.fas {
    *color: #337ab7;
}
.fa-sync {
    color: #FFFFFF;
}
.leaflet-control-easyPrint {
    display: none;
}
.message_erreur_form {
    display: none;
    color: #FF0000;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: -1px;
}
.form-group {
    margin-bottom: 5px;
}
.label_hover {
    z-index: 9999999;
}
label {
    font-size: 13px;
    font-weight: normal;
}
.fa-print:hover {
    color: #33CC33;
}
.cadre_loader {
    width: 260px;
    position: absolute;
    margin-left: 830px;
}
.search-button {
    display: none!important;
}
.leaflet-container .leaflet-control-search {
    width: 100%;
    position: relative;
    float: left;
    background: #fff;
    color: #1978cf;
    border: 2px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    margin-left: 0;
    margin-top: 0;
}
.leaflet-control-search .search-input {
    display: block;
    float: left;
    background: #fff;
    border: none;
    border-radius: 2px;
    height: 24px;
    font-size: 14px;
    padding: 2px;
    margin: 3px;
    padding-right: 30px;
    width: 98%;
    outline-color: #FFFFFF;
}
.leaflet-control-search .search-cancel {
    right: 0;
}
.leaflet-container .leaflet-control-search {
    width: 100%;
    position: relative;
    float: left;
    background: #fff;
    color: #000000;
    border: 1px solid #ccc;
    background-clip: padding-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    margin-left: 0;
    margin-top: 0;
}
.leaflet-control-search:focus {
    border: 2px solid #ccc!important;
    outline: none!important;
}

.leaflet-control-search .search-tip {
    background: rgba(255,255,255,1);
}
.search-alert {
    font-size: 13px!important;
}
.vector-marker .fa-circle {
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 9px;
}
.sous_titre_form {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #FFFFFF;
    background: #2c3e50;
    padding: 5px;
}
.control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
    font-weight: bold;
}
.label_cb {
    display: contents;
}
.checkbox {
    padding-top: 0!important;
    margin-left: 35px;
}
.radio {
    padding-top: 0!important;
    margin-left: 35px;
}
.titre_cb {
    margin-top: 7px;
    font-weight: bold;
}
.ui-autocomplete {
    z-index: 2147483647!important;
}
.ui-widget {
    font-family: Lato,Arial,sans-serif;
    font-size: 14px;
}
input.tablesorter-filter {
    height: 30px;
}
[data-class="readonly"], [data-class="readonly"]:focus, [data-class="readonly"]:focus-visible {
    border: none;
}
.aide_jspreadsheet {
    font-size: 14px;
}
.lib_departement {
    font-size: 12px;
}