    div.panel-heading {
        padding-top: 0px;
        padding-bottom: 0px
    }
    h4.panel-title {
        padding-top: 3px;
        padding-bottom: 3px;
        font-size:14px !important;

    }
    .collapsed{
        font-weight: normal
    }
    .eviRed {
        font-weight: normal !important
    }
    div.divTrovati {
        clear: both
    }
    div.divScelto {
        float: left;
        margin-bottom: 3px;
        margin-right: 3px
    }
    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 {
        padding-left:10px;
    }

    .collapsed-esterno{
        padding-left:15px;
/*        color:#dd0000;*/
    }
    .esterno-opened, .interno-opened{
        background-color: #006de9 !important;
        color: #fff !important;
    }
    .esterno-closed, .interno-closed{
        background-color: #f5f5f5 !important;
        color: #333 !important;
    }
    .esterno-opened, .interno-opened{
        background-image: url(img/chiudi.png);
        background-repeat:no-repeat;
        background-position:15px 17px;
    }
    .interno-opened{
        background-position:10px 7px;
    }
    .esterno-closed, .interno-closed{
        background-image: url(img/apri.png);
        background-repeat:no-repeat;
        background-position:15px 15px;
    }
    .interno-closed{
        background-position:10px 5px;
    }
    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 {
        position: absolute;
        z-index: 10;
        width: 260px;
        display: none
    }
