    div.panel-heading {
        padding-top: 0px;
        padding-bottom: 0px
    }
    h4.panel-title {
        padding-top: 3px;
        padding-bottom: 3px;
        font-size:20px !important;        
    }
    .collapsed-interno{
        font-family: 'Source Sans Pro' !important;
        font-weight: 300 !important;
        font-size:25px
    }
    .collapsed{
        font-weight: 400
    }
    .interno-closed, .interno-opened {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }
    div.campi {
        width: 65%;
        margin-right:5px;
    }
    div.divScelto {
        float: left;
        margin-bottom: 3px;
        margin-right: 3px;
        font-weight: normal !important;
        color:#fff;
    }
    .eviRed {
        background-color: #377aa0 !important;
        border-color: #285d7d !important;
        
    }
    .eviRed div, .eviRed div a{
        /*color:#fff !important*/
    }
    .andNot {
        background-color: #fec0cb !important;
        border-color: #dd0100 !important;
        color:#000
    }
    .andNot div, .andNot div a{
        color:#000 !important
    }

    input.medio {
        height: 33px;
    }
    .responsabilita {
        color:#2e25be;
        background-color: #fdf5a6;
        border:1px solid #ffd900;
        padding-left: 2px;
        padding-right: 2px;
        border-radius:2px;
        -khtml-border-radius:2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .popover{
        max-width: 500px; /* Max Width of the popover (depending on the container!) */
    }
    @media screen and (max-width: 760px) {
        max-width: 100%;
    }
    div.divSceltiCombo div{
        float: left;
    }
    div.divSceltiCombo{
        float: left;
        margin-left:20px;
        margin-top:3px
    }

    .collapsed-interno {
    }

    .collapsed-esterno{
        padding-left:15px;
        color:#285d7d;
/*        color:#dd0000;*/
    }
    .esterno-opened{
/*        background-color: #fff59b !important;*/
        background-color: #377aa0 !important;
        color: #fff !important;
    }
    .esterno-opened div{
        color:#fff !important
    }


    .esterno-closed, .interno-closed{
        background-color: #f5f5f5 !important
    }
    .esterno-opened{
        background-image: url(img/chiudi.png);
        background-repeat:no-repeat;
        background-position:15px 30px;
    }
    .esterno-closed{
        background-image: url(img/apri.png);
        background-repeat:no-repeat;
        background-position:15px 28px;
    }
    div.didascalie {
        font-family: 'open sans';
        font-style: italic;
        font-weight: 300;
        font-size: 15px;
        color:#000 !important
    }
    div.errorMessage {
        margin-top:20px;
        color:#dd0000;
        font-size:18px
    }
    .div_select {
        width: 65%;
        margin-right:5px;
    }
