﻿#filters, .filter-menu
{
    display: none;
}

.close_filters
{
    display: none;
}

.right-bottom
{
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: 10px;
}







#tab-periodes label
{
    width: 150px;
}




.loading
{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    background: url(../../img/overlay-pattern.png);
    z-index: 2000;
}