a.leaflet-toolbar-icon.button_fusion {
    background-image: url(../images/secto/fusion.png);
    background-size: auto;
    background-position: center;
}
a.leaflet-toolbar-icon.button_decoupage {
    background-image: url(../images/secto/decoupage.png);
    background-size: auto;
    background-position: center;
}
a.leaflet-toolbar-icon.button_rename {
    background-image: url(../images/secto/renommer.png);
    background-size: auto;
    background-position: center;
}

a.leaflet-toolbar-icon.button_distance {
    background-image: url(../images/secto/distanceBetween.png);
    background-size: auto;
    background-position: center;
}

body{
    background-color: #f3f3f3;
}

.navbar{
    margin-bottom: 0.5rem!important;
}
.navbar .container{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 20px;
    height: 50px;
}
#macarte{
    width: 68%;
    height: 700px;
    /*margin: 0px 1%;*/
    border: 5px solid black;
    position: relative;
    float: left;
}

#containerMap{
    display: flex;
}

#blocRight{
    width: 31%;
    margin: 0px 0px 0px 1%;
    float: left;
    font-size: 13px;
}
#blocTab{
     width: 100%;
     overflow: auto;
 }

.bootstrap-table .fixed-table-pagination > .pagination, .bootstrap-table .fixed-table-pagination > .pagination-detail{
    margin-bottom: 0px;
}

#explainMe{
    height: 700px;
    position: absolute;
    width: 98%;
    /*margin: 0px 1%;*/
}

.clients {
    background-image: url(../images/secto/clients.png);
    /*background-size: auto;*/
    /*background-position: center;*/
}

.leaflet-tooltip-pane {
    z-index: 400;
}

.leaflet-draw-toolbar a {
    background-image: linear-gradient(transparent,transparent),url(../images/secto/spritesheet.svg);
}

/*loader*/
.modal-loader{
    background-color: unset;
    box-shadow: none;
    border: none;
    margin:auto;
}
.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
/*fin loader*/

#legende{
    position: absolute;
    bottom: 0px;
    z-index: 1000;
    margin: 20px;
    padding: 10px;
    background-color: rgba(0,0,0,0.6);
    color: white;
    border-radius: 5px;
    width: 300px;
    border: 1px dashed white;
    display: flex;
}
#legende p#texte {
    margin:auto;
}

/*modal*/
.modal-dialog{
    height: 100%;
    display: flex;
    margin: auto;
    max-width:800px !important;
    min-width: 800px;
}
.modalHeader{
    margin: 0 20px;
}
.modalTitle{
    margin: 10px 60px;
}
.modal-content{
    padding:5px;
    margin: auto;
    width:100%;
}
.modal-content .close{
    //text-align: right;
    position: absolute;
    right: 10px;
}
h1{
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 5px;
}
#renameMe label{
    width: 30%;
    float:left;
    line-height: 26px;
    margin:0px;
}
#renameMe input, #renameMe select{
    width:67%;
    height:26px;
}
.fa-trash{
    cursor: pointer;
}
.champs{
    margin: 5px;
}
.pop-up_bloc {
    padding: 0px 80px 30px 80px;
}
.align_form {
    margin: 10px 0px;
}
.align_justify button {
    width: 49%;
    color: black;
}
.align_center button {
    width: 100%;
    color: black;
}
.alertes{
    color: #e20613;
    text-align: center;
    margin-bottom: 8px;
}
#saveMe .align_justify button {
    width: 32%;
    color: black;
}
button.annuler{
    margin-right: 2%;
    float: left;
}
#saveMe button.annuler{
    margin: 0% 2%;
    float: left;
}
#saveMe button#deleteModif{
    float: left;
}
button#deleteModif:not(:disabled){
    background-color: #e20613;
    color:white;
}
button.valider:not(:disabled) {
    background-color: #28a745;
    color:white !important;
}

#saveMe .modal-dialog{
    max-width : 80% !important;
}
#saveMe label{
    margin-bottom: 0px;
}
#saveMe #histoMapActions{
    display : flex;
    height: 320px;
    margin: 1% 0%;
}
#histoMap, #modifMap{
    width: 50%;
    height: 100%;
    position: relative;
    margin-right: 2%;
}
#rightSaveMe{
    width: 50%;
    position: relative;
}
#historiqueActions{
    overflow: auto;
    height: 88%;
}
#divDateMep{
    bottom: 0;
    right: 0;
    position: absolute;
}
textarea{
    resize: none !important;
    width: 100%;
    height: 80px;
}

/*fin modal*/

.select2, #labelSelectAgents{
    width:100% !important;
}

table#distanceTable{
    width:100%;
    border-collapse: collapse;
    border:1px solid black;
    margin-top: 20px;
}

th, td{
    border:1px solid black;
    text-align: center;
    padding: 5px !important;
}
th div.th-inner{
    padding: 5px !important;
}

ul.leaflet-popup-toolbar{
    border: none;
    border-left: 5px solid transparent;
}

a.detail-icon{
    color:#6c757d;
}
a.detail-icon:hover{
    color:silver;
}

a.page-link {
    color: #6c757d;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
a.page-link:hover {
    color: #6c757d;
    text-decoration: none;
    background-color: silver;
}

.page-item.active a.page-link {
    background-color: #6c757d;
    border-color: #dee2e6;
}
.my-labels {
    background: none;
    border: none;
    color: black;
    font-size: 20px;
    font-weight: bold;
    box-shadow: none;
}

#selectResponsable{
    width: 100%;
    height: 30px;
}

.leaflet-touch .leaflet-bar a {
    width: 26px;
    height: 26px;
    line-height: 26px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
    background-image: url(../images/secto/creation.png);
    background-position: 2px 2px;
    background-size: 22px;
}

.leaflet-control-layers-toggle {
    background-image: url(../images/secto/layers.png);
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 26px;
    height: 26px;
    background-size: 22px;
}

#version{
    font-size: 10px;
    float: right;
    padding-right: 1%;
}