    div.divEdition {
        display: inline;
    }
    .eviRed {
        font-weight: normal !important
    }

	.textbox:focus{
		border-color: white;
		box-shadow: 0 0 8px #5ab14c;
		-moz-box-shadow: 0 0 8px #5ab14c;
		-webkit-box-shadow: 0 0 8px #5ab14c;
	}


    /* riguardano i filters */
    .panel-heading {
        padding-left: 7px;
        padding-right: 7px
    }
    h4.panel-title div.collapsed{
        font-size: 15px !important;
        background-image: url("img/apri.png");
        background-repeat: no-repeat;
        background-position: right center;
    }
    h4.panel-title div{
        /* la div contenuta in H4, che ha l'etichetta, ha class='collapsed' quando è chiusa; quando è aperta ha class="", perciò
        se non ha sue specifiche, l'esito è imprevedibile'*/
        font-weight: 400;
        font-size: 15px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-right: 15px;
        background-image: url("img/chiudi.png");
        background-repeat: no-repeat;
        background-position: right center;
    }
    .filter {
        border-bottom: none !important
    }
    .panel-filter {
        margin:0 !important;
        border-bottom: none !important;
        border-left: none !important;
        border-right: none !important;
    }
    .filter h4 {
        font-weight: 300 !important
    }
    .panel-collapse {
        border-top: 1px solid #c5c5c5;
/*        background-color: #f1f1f1 !important*/
    }
    .panel-focus {
        outline: none;
        border: 1px solid #88b3ce;
        box-shadow: 0px 0px 10px #88b3ce;
        -moz-box-shadow: 0px 0px 10px #7bc1f7;
        -webkit-box-shadow: 0px 0px 10px #7bc1f7;
    }
    table.filters {
        width: 100%;
        margin-top: 10px;
        
    }
    table.filters td{
        vertical-align: middle;
        padding-bottom: 7px;
        font-family:'Source Sans Pro';
        font-size: 13px !important;
        line-height: 14px;
    }
    table.filters td.numero {
        text-align: right;
        padding-left:10px;
    }
    table.filters a:link, table.filters a:visited{
        font-family: inherit;
        font-size: inherit
    }
    a.filters:link {
        font-size: inherit
    }
    table.filters .noLink{
        color: #568493
    }
    table.filters a.more{
        font-weight: 700
    }

    /* fine filters */





    #div-resultkey{
        position: fixed;
        top:100px;
        width: 14%
    }
    #div-buttons-top {
        display: none;
    }
    #button-close-filters{
        display: none;
    }


    @media screen and (max-width: 768px) {
        /* si eliminano le colonne laterali */
        div.left-col {
            width: 0;
            display: none;
        }
        div.right-col {
            width: 100%
        }
        div.right-subcol {
            display: none;
            padding-left: 8% !important;
            padding-right: 8% !important;
        }
        div.left-subcol {
            width: 100%;
            padding-left: 3%;
            padding-right: 3%;
        }
        #div-buttons-top {
            display: block;
        }
        #button-close-filters{
            display: block;
        }
    }


