body {
    padding: 0;
    margin: 0;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;

}

#dash {
    position: fixed;
    left: 75%;
    bottom: 0;
    width: 25%;
    height: 100%;
    background-color: rgba(41, 43, 44, 0.4)
}

#console {
    position: fixed;
    width: 0%;

    padding-left: 10px;
    padding-top: 10px;
    top: 0;
    bottom: 0;
    left: 0;

    background-color: rgba(44, 47, 49, 0.49);
    max-height: 100%;
    overflow: hidden;
}




.btn {
    display: inline-block;
    position: relative;
    margin: 5px auto;
    left: 25%;
    bottom: 15%;
    width: 15%;
    height: 40px;
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    
    background: #1ABB9C;
}

.btn:hover {
    background-color: #666;
    color: white;
}

.btn.active {
    background-color: #666;
    color: white;
}






h3 {
    font-size: 22px;
}

/*        TITRE*/

.page-title .title_left {
    width: 100%;
    float: center;
    display: block;
    padding: 10px;
}

.page-title .title_left h3 {
    line-height: 1;
}

/*        titres sections*/

.x_title h2 {
    font-size: 17px;
    padding-left: 5px;
}



/*        chiffres*/

.col-xs-6 {
    width: 50%;
}

label {
    padding: 3px;
    padding-right: 10px;
}

.tile_count {
    margin-bottom: 0px;
    margin-top: 0px;
}

.right_col {
    padding: 5px !important;
}

.tile_count .tile_stats_count {
    border-bottom: 1px solid #D9DEE4;
    padding: 0 10px 10px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}


/*        IonRangeSlider*/

.irs-from,
.irs-to,
.irs-single {
    background: #cc3636;
}

.irs-from:after,
.irs-to:after,
.irs-single:after {

    border-top-color: #860707;
}

.checkbox {
    padding: 5px;
    margin: 5px;
}
