﻿.statistiche
{
    padding-bottom:30px; 
}

    .statistiche .statistiche-titolo{     
        font-size: 1.5em;
        border-bottom: 1px solid #333;
        margin-bottom: 10px;    
    } 

    .statistiche .filtro-periodo label{
        font-size:1.0em;
        color: #45536F; 
        margin-bottom:0px;
        font-family: Roboto-Bold;
        font-weight:normal; 
    }

    .statistiche .filtro-periodo ul{
        margin:0px;
        padding:0px;
        list-style:none;
    }

    .statistiche .filtro-periodo ul li{
        display: table-cell;     
        width: 50px;
        border-left: 1px solid #fff;
        text-align: center;
        cursor:pointer;
    }

         .statistiche .filtro-periodo ul li div{
             background-color: #fff;
             color: #45536F;
             font-family: Roboto-Bold;
             padding: 5px;
             border:1px solid #45536F;        
         }

            .statistiche .filtro-periodo ul li div.selected{
                 background-color: #45536F;
                 color: #fff;
                 font-family: Roboto-Thin;
                 
            }

             .statistiche .filtro-periodo ul li div.disabled{    
                border: 1px solid #898989;
                color: #929292;
                cursor: default;
            }

         .statistiche .filtro-periodo .filtro{
             float:left;
             margin-right:20px;
         }

            .statistiche .filtro-periodo .filtro:last-of-type{
                 margin-right:0px;
            }

          
     .statistiche .statistiche-grafico  {
         margin-top:20px;
     }

    .statistiche .statistiche-riga {
        margin-top: 10px;
        font-size: 1.2em;
        border-bottom: 1px solid #333;
        height: 40px;
    }

.panel-heading-pannello {
    background: none;
    background-color: #922f20;
    color: #fff;
    font-weight: normal;
    font-size: 0.9em;
}

.panel {
    margin: 0px;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

    .panel .panel-default {
        border: none;
    }

    .panel .panel-heading-pannello {
        padding: 5px;
        margin-bottom: 10px;
    }

.container-fluid {
    padding: 0px;
}