.custom_allrightsreserved
{
    font-size: 12px;
    font-weight: normal;
}

.state-error
{
    background-color: #ffdbdb;
}

/* Predefined Awesome Icon Size for all the website */
.fa-1
{
    font-size: 4em;
    color: #72c02c;
}

.fa-2
{
    font-size: 6em;
}

.fa-3
{
    font-size: 7em;
}

.container_icon
{
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.dashboard_link
{
    background-color: #72c02c;
    border-radius: 3px;
    padding: 3px 7px 5px 7px !important;

}

.dashboard_link a
{
    color: #FFFFFF !important;
}

/*
    noUI Slider customisation
*/
.noUi-tooltip {
    font-size: 12px !important;
    padding:2px !important;
}
.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    bottom: -26px;
    top: auto !important;
}
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
    bottom: -26px !important;
    right: 0 !important;
}

.noUi-stacking .noUi-handle-lower .noUi-tooltip {
    right: 0 !important;
}

/*
    Category product list
*/
.result-category .badge-results {
    position: initial;
    display: inline-block;
    margin-top: 11px;
}


.margin-left-10 {
    margin-left: 10px;
}
.margin-left-20 {
    margin-left: 20px;
}
.margin-left-30 {
    margin-left: 30px;
}

.gmap
{
    width: 100%;
    height: 400px;
    background-image: url("../img/gmap_statistiques.jpg");
    padding-top: 50px;
    padding-bottom: 50px;
}

.header-gmap
{
    width: 100%;
    height: 60px;
    background-color: #72c02c;
    text-align: center;
}

.header-gmap h2
{
    margin: 0px;
    padding: 0px;
}

.stat-container
{
    background-color:rgba(255,255,255,0.8);
    height: 100%;
    width: 360px;
    padding: 35px;
    text-align: left;
}

.stats p{
    padding-bottom: 24px;
    font-size: 20px;
    color: #555;
}

.stats_icons
{
    color: #72c02c;
    margin-right: 25px;
    font-size: 35px;
}

.bt-view-product
{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 30px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    padding-top: 5px;
}

.bt-view-product:hover
{
    background: rgba(0,0,0,0.6);
    color: #FFFFFF;
    text-decoration: none;
}