/* dimensionare bottone open data */
.buttonWidthOpen{
	width: 190px;
	text-align: center;
}

/* dimensione altezza minima per box allegati */
.generalBoxLittle{
	min-height: 200px;
	background-color:#eeeeee;
	-webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.37);
	-moz-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.37);
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.37);
}

.field_required_message{
	/*color: red;*/
}

#tua_ricerca .field_required_message{
	font-size: 0.8em;
	padding: 5px !important;
	margin: 0 0 5px 0 !important;
}

.riepilogoFiltri #btn_back{
	float:right;
	padding:7px;
	font-size:0.8em;
	font-weight:bold;
	background-color:#520a76;
	color:#fff;
	border-radius:5px;
}

.formOffertaCompleta select{
	min-width: 180px;
}

.btn_view_more{
	margin: 20px;
	background-color: #fff;
	color: #7d0064;
	border-style: solid;
	border-width: 1px;
	border-color: #7d0064;
	padding: 5px 10px;
}

.venditore_detail{
	min-width: 100% !important;	
}

.venditore_dedtail > a{
	color: #b6008d;
}

.nomeOfferta_detail{
	font-size: 0.9em;
	font-weight: bold;
	word-break: break-all;
	margin-bottom: 5px;
	color: #520A76;
}

.prezzoOfferta_detail{
	margin-top: 10px; 
	font-weight: bold;
}

.offerta_detail{
	min-width: 100%;
	font-size: 0.8em;
    overflow-wrap: break-word;
}

.formOfferta fieldset{
	margin: 0;
}

.formOffertaCompleta fieldset{
	padding: 35px 0 30px 0;
}

.list-group-item{
	padding: 0px 0px;
}

/* voci menu burgher */
.nav > li > a {
  padding: 1em;
}

.header_logo_text{
    margin: -10px 10px 10px 50px;
}

/* icone informazioni */
.icoInfoImg{
      float: left;
    /* border-radius: 20px; */
    height: 30px;
    width: 30px;
    /* color: #fff; */
    /* font-weight: bold; */
    /* font-size: 1em; */
    /* line-height: 1em; */
    /* border: 1px solid #520A76; */
    /* background-color: #520A76; */
    /* text-align: center; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
    cursor: pointer;
    /*margin: 10px 0 0 10px;*/ 
}

.icoInfoImg:hover {
    background-color: #c7eff0;
    border: 1px solid #999;
    text-decoration: none;
    color: #155557;
}
.icoInfoImg img {
    border: 0px solid #dddddd;
}

.icoLinkImg{
	width: 30px !important;
	height: 30px;
	float: left;
    border: 0px !important;
    margin:10px 10px 0px 5px;
	}
	
.listaLink{
	margin: 20px 0px 0px 45px;
}

.linkInt a{
	 font-weight: bold;
}

.link_btn{
	padding-top: 10px;	
}

.icoWrapperMd{
	padding: 1px;
}

.icoInfo{
    background-image:url(../img/PO_icona_info_generiche.png);
    text-align:center;
    float:right;
    margin-top: 5px;
    height:30px;
    width:30px;
    cursor:pointer;
    margin-right: 10px;
}

.icoInfoWidget{
	background-image:url(../img/PO_icona_info_generiche.png);
    text-align:center;
    float:right;
    margin-top: -5px;
    height:30px;
    width:30px;
    cursor:pointer;
}

.icoLinkInt {
    /* background-image: url(../img/PO_icona_link_interni_rid.png); */
    background-image: url(../img/PO_icona_link_interni.svg);
    text-align: center;
    float: left;
    margin: 10px 2px;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.icoLinkEst {
    /* background-image: url(../img/PO_icona_link_esterni_rid.png); */
    background-image: url(../img/PO_icona_link_esterni.svg); 
    text-align: center;
    float: left;
    margin: 10px 2px;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.formOffertaCompleta .checkImg{
	background-image: url(../img/PO_icona_check.png);
    background-position: 0 40%;
    background-repeat: no-repeat;
    float: left;
    margin-top: 50px;
    margin-left: -130px;
    width: 20px;
    height: 20px;
}

.alignCenter{
	text-align: center;
}

.tableDettaglioOfferta{
	width: 100%;
}

#counterContainer{
	color: #fff;
    margin: 20px 0 0 0;
    background-color: #7d0064;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 5px;
}

#loadingContainer{
	color: #fff;
    margin: 20px 0 0 0;
    background-color: #7d0064;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 5px;
}

#loading{
    background-image: url(../img/loading.gif);
    background-position-x: 10px;
    background-position: left;
    background-repeat: no-repeat;	
    background-size: 25px;
    padding-left: 40px;
}


riepilogoFiltri #totaleOfferte{
	font-size: 0.9em; 
}

.orderResult{
    display: block;
    padding: 2px;
    margin: 20px 0 0 0;
    text-align: left;
    float: right;
    font-weight: bold;
    border-radius: 0px;
    /*width: 100%;*/
    border-bottom: 4px solid #B6008D;
}

.orderResult .dropdown-menu > li > a{
	color: #520A76 !important;
}

.orderResult .glyphicon{
	float: right;
}

.orderResult li{
    display: inline-block;
    position: relative;
    padding: 5px;
    margin: 0;
    font-size: 1.18em;
    font-weight: 300;
    line-height: 21px;
    width: auto;
    font-size: 0.9em;
}

.orderResult li a{
	color: #B6008D;
	font-weight: bold;	
}

.orderResult li a:hover{
	text-decoration: none;
}

.orderResult li a:focus{
	outline: none;
	text-decoration: none;
}

.orderResult li ul{
	margin: 5px 0 0 0;
	width: 100%;
	text-align: center;
}

.orderResult li ul li a{
	color: #000;
	font-weight: bold;	
	background-color: #fff;
	margin: 0 0 0 20px;
	cursor: pointer;
	padding: 0px;
}

.orderResult li ul li a:hover{
	background-color: #fff;
}

.formRaffina select{
	width: 100% !important;
	border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../img/frecciaSelect.png) no-repeat center right;
    cursor: pointer;	
    background-size: 20px;
}


.formRaffina select::-ms-expand {
    display: none;
}

.formRaffina select:focus{
	border-color: #B6008D !important;
}

.switchBtn{
	float: right;
	border: none;
	border-bottom: 4px solid #B6008D;
	color: #B6008D;
	margin: 24px 5px 0 0;
	border-radius: 0px;
	font-weight: bold;
	font-size: 0.9em;
	padding: 5px;
	width: 100%;
	height: 35px;
	text-align: left;
	cursor: pointer;
}

.switchBtn .glyphicon {
	float: right;	
}

.switchBtn:hover{
	color: #B6008D;
	background-color: inherit;
	border: none;
    border-bottom: 4px solid #B6008D;
}

.switchBtn:focus{
	color: #B6008D;
	background-color: inherit;
	border: none;
    border-bottom: 4px solid #B6008D;
}

.switchBtn:active{
	color: #B6008D;
	background-color: inherit;
	border-top: none;
    border-bottom: 4px solid #B6008D;
}

.switchSel{
	background-color: #520a76;
	color: #fff;
}

.colOpendataShort{
	border-right: 1px solid #CCC;
}

.colDocShort{
	margin: 20px 0 0 0;
}

.linkPageHomeInt{
	padding: 30px 10px 10px 10px;
    float: right;
    clear: left;
}


.bootstrap-iso .formden_header h2, 
.bootstrap-iso .formden_header p, 
.bootstrap-iso form {
	font-family: Arial, Helvetica, sans-serif; 
	color: black
}

.bootstrap-iso form button, .bootstrap-iso form button:hover{
	color: white !important;
} 

.asteriskField{
	color: red;
}

.areaPreview{
	float: right;
	margin-right: 25px;
}

.boxRisultato.preview{
	border:2px solid #7d0064;
	border-radius: 5px;
	float:left;
	width:100%;
	padding:10px;
	margin-top: 20px;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.3);
}

.preview{
	border:5px solid #520a76!important;
	border-radius: 10px!important;
	background-color:green;

}

.switchBtnContainer {
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}

.listCountContainer{
	color: #520A76;
    font-weight: bold;
    font-size: 0.9em;	
    margin-top: 25px;
   	padding: 5px;
   	text-transform: uppercase;
}

.orderBtnContainer{
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}
.badge{
	background-color: #520a76;
	font-size: 1em; 
	vertical-align: top;
}

.badge_2{
	background-color: #b0008e;
	font-size: 1em; 
	color: #fff;
	padding: 3px 7px;
	border-radius: 10px;
	line-height: 1;
}

/* menu burgher */
.noLinkMenu{
	background-color: #520A76;
    color: #ffffff;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    padding: 1em;
    margin:0;
}

/* opendata */
.opendataRow{
	margin: 10px 0 0 -10px;
}

.icoDown{
	width:30px !important;
}

.rowOpendataLast{
	border: 2px solid #7d0064;
    float: left;
    width: 100%;
    min-height: 50px;
    padding: 10px;
    margin-top: 20px;
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.icoDownload{
	margin: 0 -20px 0 -10px;	
}

.btn-customize-opendata{
	width: 125px !important;
}

.filtroInt{
	margin:10px;
}
.textInfoMsg{
	width: 100%; 
	margin-top: 15px;
	border:2px solid #7d0064;
	border-radius: 0px;
	float:left;
	padding:10px;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.3);
}

.textInfoMsg p{
	font-size: 0.8em;
	/*font-style: italic;*/
}

.linkDettaglio{
    float: right;
    font-weight: bold !important;
    font-size: 0.7em;
    cursor: pointer;
    padding: 10px 10px;
    border: 2px solid #520A76;
    text-transform: uppercase;
    /*margin: -90px 20px 0 0;*/
}

.tutela .linkDettaglio{
    margin-top: -30px !important;
}

.linkDettaglio:hover{
	text-decoration: none;
	background-color: #520A76;
	color: #fff;
}

.prezzoOfferta{
	text-align: center;
}

.detail_logo_container{
	min-width: 33%;
    font-weight: bold;
    color: #7d0064;
    margin-bottom: 10px;
}

.detail_logo_container img{
	max-width: 180px;
	width: auto;
}

.sconti_container{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.8em;
}

.linkdetail_container{
    float: left;
    text-align: right;
}
.dateInfoFile{
	color: #7d0064;
	font-weight: bold;
	font-size: 1em;
	}
.param_table{
	width: 100%;
	table-layout: fixed;
}

.param_table .even{
	background-color: #ecdef3;
}

.param_table .odd{
	background-color: #fff;
}

.row_head{
	height: 30px;
	border-top-style: solid;
	border-top-color: #520a76;
	border-top-width: 1px;
}

.row_head span{
	width: 100%;
	padding-right: 10px;
}

.tableDettaglioOfferta .glyphicon-chevron-up{
	cursor: pointer;
}

.tableDettaglioOfferta .glyphicon-chevron-down{
	cursor: pointer;
}

.param_table tbody tr td{
	text-align: left !important;
}

.valid_date{
	color: #000 !important;
	font-weight: normal;
	font-size: 0.8em;
	margin-bottom: 0;
}

.pageBody img{
	border: none !important;
}

.selectButton{
	background: url(../img/frecciaSelect.png) no-repeat center right;
    height: 35px;
    border-radius: 0px;
    background-size: 20px;
}

.selectButton .caret{
	margin-top: 5px;
	margin-right: -5px;
}

.vend-select-input-group{
	width: 100%;
}

.multiselect-search{
	width: 90% !important;
	margin: 0 0 0 8px !important;
}

.multiselect-container{
	padding-left: 5px !important;
}

.multiselect-clear-filter{
	margin-left: -35px !important;	
}

.descr_offerta p{
	font-size: 0.9em !important;	
}

.descr_offerta h3{
	font-size: 0.9em !important;	
	margin-top: 0px;
}

.condizioni-generali-head span{
	width: 100%;
}

.condizioni-generali{
	font-size: 0.8em;
	padding: 0 10px;	
	float: left;
}

.link_collapse_detail{
	background-color: #B6008D;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

.link_collapse_detail .glyphicon{
	cursor: pointer;
	float: right;
}

.orderResult li a {
	text-transform: none;
}

.orderResult li ul {
	background-color: #fff !important;
}

.orderResult li ul li{
	margin-left: 0px !important;
	width: 100% !important;
	text-align: left;
}

.orderResult li ul li a{
	margin-left: 0px !important;
	width: 100% !important;
}

.multiselect-container li{
	margin: 0 !important;
}

.venditore p{
	margin-top: 0;
}

.orderResult li ul{
	min-height: 0px;
}

.tutelaLabel{
	font-weight: bold;
    color: #7d0064;
}

.textErrMsg{
	width: 100%; 
	margin-top: 60px;
	border:2px solid #7d0064;
	border-radius: 0px;
	float:left;
	padding:10px;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.3);
	font-size: 0.9em;
}

.textErrMsgSearch{
	width: 100%; 
	margin-top: 40px;
	border:2px solid #7d0064;
	border-radius: 0px;
	float:left;
	padding:10px;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.3);
	font-size: 0.9em;
}

.noBorder{
	border: none !important;
}

.modal-mt-text{
	font-size: 0.8em;
}
.modal-content{
	padding: 0 20px;
}
.detail_separator{
	width: 100%;
	border: 0.5px solid #bbb;
	float: left;
	margin: 5px 0 5px 0;
}

.detail_separator_viola{
	width: 100%;
	border: 0.5px solid #520a76;
	float: left;
	margin: 5px 0 5px 0;
}

.text_align_right{
	text-align: right;
}

.boxElement_df {
	float: left;
	line-height: 1.3em;
}

.df_link{
	float: left;
	font-size: 0.8em;
	width: 100%;
	margin-top: 20px;
}

.venditore_dl {
    font-weight: bold;
    color: #7d0064;
    margin-bottom: 5px;
    min-height: 100px;
}

.descrizione_dl {
    font-size: 0.9em;
}

.nome_dl {
    font-size: 0.9em;
    margin-bottom: 5px;
    font-weight: bold;
    color: #7d0064;
}

.date_dl{
    font-size: 0.8em;
    margin-bottom: 5px;
}

.venditore_dl img{
	width: auto;
	margin: 5px 0 5px 0;
}
.opendata_list_title{
	width: 100%;
    float: left;
    margin: 10px 0 10px 0;
}

.detail_separator_main{
	width: 100%;
    border: 1px solid #7d0064;
    float: left;
    margin: 5px 0 5px 0;
}

.pagination > li > a, .pagination > li > span{
	color: #7d0064 !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #7d0064 !important;
	color: #fff !important;
	border-color: #7d0064 !important;
}

.pagination {
    margin: 10px 0;
}

.pagination_container{
	text-align: center;
	width: 100%;
	float: left;
}

.underline{
	text-decoration: underline;
}


.margin-top-60{
	margin-top: 60px !important;
}

.content_row{
	margin-left: -15px;
}
.tr_iva{
	border-bottom: 1px solid #fff;
}

.tr_no_iva{
	border-top: 1px solid #fff;
}

.width-33 {
	width: 33.33% !important;
}

.width-25 {
	width: 25% !important;
}

.sub_container_item{
	width: 100%;
	float: left;
}

.boxConfronto .fieldset_single_of_dual{
	margin: 0px 15px;
}

.fieldset_single_of_dual{
	display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0;
    padding-inline-end: 0;
    padding-block-end: 0.625em;
    min-width: -webkit-min-content;
    border-top-width: 1px;
    border-top-style: groove;
    border-top-color: threedface;
    border-top-image: initial;
}

.fieldset_single_of_dual legend{
	display: block;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;	
    background-color: #B6008D;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 5px;
}

.fieldset_single_of_dual .glyphicon-chevron-down{
	float: right;
	margin-top: 3px;
}

.fieldset_single_of_dual .glyphicon-chevron-up{
	float: right;
	margin-top: 3px;
}

.fieldset_single_of_dual .venditore{
	/*width: 33%;*/
}

.nome_venditore{
	font-size: 1em;
	color: #b6008d;
	margin-bottom: 0px;
}

.nome_venditore a{
	font-size: 1em;
	color: #b6008d
}

.nome_offerta{
	font-size: 0.9em;
	color: #520A76;
	margin-bottom: 0;
}

.tabs-dual > li > a {
	padding: 0.5em;
}

.padding-left-10{
	padding-left: 25px !important; 
}

.padding-top-10{
	padding-top: 10px !important; 
}
.padding-bottom-10{
	padding-bottom: 10px !important; 
}

.marginRightBtn12{
	margin-right: -12px;	
}

.marginRightBtn0{
	margin-right: 0px;	
}

.align-center{
	text-align: center;
}

.ico_offerte img{
	width: 40px !important;
	border: 0px solid #7d0064 !important;
}

.margin-0{
	margin: 0;
}
.padding-0{
	padding: 0;
}

.tableDettaglioOfferta .valore{
	vertical-align: middle;
}

.tableDettaglioOfferta .valore .variante{
	font-size: 0.9em;
}

.label_edit_search{
	color: #B6008D;
    font-weight: bold;
    font-size: 1em;
    margin-top: 22px;
    padding: 5px;
    text-transform: uppercase;
}

.descr_offerta h3{
	text-transform: uppercase;
}

.riepilogoFiltri h3{
	text-transform: uppercase;	
}

.faqDesk{
	display:block;
}

.faqMobile{
	display:none;	
}


@media screen and (min-width: 768px) and (max-width: 810px) {
	
	.linkDettaglioDual{
		margin: 0 5px 0 0px !important;
	}
	
	.prezzoOffertaValore {
		margin-left: 0px !important;
	}

	.path{
		margin-top: 60px !important;
	}
}

@media screen and (min-width: 140px) and (max-width: 1199px) {

	.prezzoOffertaValore {
		margin-left: 0px !important;
	}
		
	.container-vertical-align{
		margin-top: auto;
		text-align: left;
		margin-bottom: 0;
	}
	#loading{
		font-size: 0.9em;
	}
}

@media screen and (min-width: 1200px) {

	.prezzoOffertaValore {
		margin-left: 0px !important;
	}
		
	.container-vertical-align{
		height: 90%;
		text-align: center;
		display: table;
		margin-top: -330px;
		margin-bottom: 70px;
	}
	.strillo-internal{
		min-height: 260px;
	    background:url('../img/bgOffertePlacet.jpg');
	    background-position: center;
	}
	.wrapper-center h2{
	   /* margin-top: -330px;*/
	   /* margin-bottom: 70px;*/
	    width: 450px;
	   /* text-align: center; */
	    background-color: #520A76;
	   /* padding-top: 110px; */
	    color: #fff;
	    height: 259px;
	    display: table-cell;
	    vertical-align: middle;
	}
	
	.horizontalMenu-internal .borderHeader{
		border-bottom-width: 0;
	}
	
	.bk-img-servizi_tutela{
		min-height: 260px;
	    background:url('../img/bgServiziTutela.jpg');
	    background-position: center;	
	}
	.bk-img-mercato_libero{
		min-height: 260px;
	    background:url('../img/bgMercatoLibero.jpg');
	    background-position: center;	
	}
	.bk-img-offerte_placet{
		min-height: 260px;
	    background:url('../img/bgOffertePlacet.jpg');
	    background-position: center;	
	}
}

.multiselect-container > li > a{
	white-space: normal;
    float: left;
    width: 100%;
    height: auto;
    word-wrap: break-word;
}

.multiselect-container{
	padding-top: 10px !important;
}

.condizioni-generali .nome{
	font-weight: bold;
}

.condizioni-generali .macroarea{
	color: #520A76;	
	font-size: 1.2em;
	line-height: 1.8;
}

.option_filter_container{
	width: 100%;
	font-size: 0.9em;
}

.option_filter_choice{
	border-width: 1px;
	border-style: solid;
    border-color: #B6008D;
    border-radius: 0px;
}

.option_filter_choice.active{
	background-color: #B6008D;
    color: #fff;    
}

.option_filter_choice.active:hover{
	background-color: #B6008D;
    color: #fff;    
}

.option_filter_choice:hover{
	background-color: #dcc9e5;
    color: #000;    
}

.option_tipo_choice{
	width: 50%;
}

.slider-horizontal{
	width: 100% !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.fasce_container{
	width: 100%;
}
.fascia_container{
	width: 33%;
	float: left;
}

.multiselect-container>li>a>label:hover{
	color: #520A76;
}

.header_comp_sepsa{
	font-size: 0.9em !important;
	text-transform: uppercase;
	margin-top: 0 !important;
}

.panel-faq{
	margin-bottom: 5px !important;	
}

.glyphicon-faq{
	float: right !important;
}

.glyphicon-minus{
	background-color: transparent !important;
    color: #520a76 !important;
    border-radius: 0px !important;
    line-height: 10px !important;	
}
.glyphicon-plus{
	background-color: transparent !important;
    color: #520a76 !important;
    border-radius: 0px !important;
    line-height: 10px !important;
}

#raffinaRicercaEE > fieldset > div{
	margin-left: 5px;
	margin-right: 5px;
}

.formRaffina select option{
	border: 1px solid #B6008D; 
}

.sconti-fieldset legend{
	border: none;
	width: auto;
	margin-bottom: -10px;
	padding: 0 10px;
	color: #7d0064;
	font-weight: bold;
}

.sconti-fieldset img{
	width: 30px;
}

.sconti-fieldset .nome_sconto{
	font-size: 1.3em;
	color: #b6008d;
	font-weight: bold;
}

.sconti-fieldset .prezzo{
	float: left;
	font-weight: bold;
	font-size: 1.25em;
	padding-right: 10px;
	background-color: #B6008D;
	color: #fff;
	padding: 15px;
	margin-right: 10px;
	border-radius: 50%;
}

.sconti-fieldset .prezzo_list{
	font-weight: bold;
	font-size: 1em;
	background-color: #B6008D;
	color: #fff;
	padding: 5px 5px 5px 10px;
	margin-right: 10px;
	border-radius: 50%;
}

.sconti-fieldset .badge{
	font-size: 1em;
	font-weight: normal;
	padding: 5px 5px;
	border-radius: 5px;
	margin-top: 5px;
}

.sconti-fieldset > hr{
	margin-top: 10px;
	margin-bottom: 10px;
}

.label_condizioni{
	color: #520a76;
	font-weight: bold;
}

.sconti-fieldset .glyphicon-ok{
	color: #520a76;
}

.sconti-fieldset > h3{
	margin-top: 0;
	font-size: 1.15em;
}

.ico_servizi_aggiuntivi{
	width: 43px !important;	
}

.servizi_aggiuntivi_separator{
	width: 100%;
    border: 0.5px solid #520A76;
    float: left;
    margin: 10px 0 10px 0;
}

.sub_container_item .boxRisultato{
	    border: 0px;
		-webkit-box-shadow: 10px rgba(0, 0, 0, 0.3) !important;  
    	-moz-box-shadow: 0px rgba(0, 0, 0, 0.3) !important; 
    	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3) !important; 
    	margin-top: 0px !important;
}

.search_result_container{
	border-bottom: 1px solid #ccc;
	float: left;
	padding: 0px 0px 10px 0px;
	width: 100%;
	margin-left: 10px;
}

.search_result_container h3{
	font-size: 1em;
	margin-bottom: 5px;
}

.search_recap{
	font-size: 0.9em;
	border-left: 4px solid #520A76;
	padding-left: 10px;
	margin-left: 10px;
}

.search_result_container p{
	margin: 0px;
}

.search_result_link{
	font-size: 0.8em;
}

.search_result_abstract{
	font-size: 0.9em;
	width: 70%;
}

.pagination-centered{
	width: 100%;
	float: left;
}

.pagination-centered ul li{
	display: inline;
	padding: 5px 10px;
	border: 1px solid #7d0064;
	margin: 0;
}

.pagination-centered > ul > li > a{
	color: #7d0064 !important;
}

.pagination-centered > ul > li.active{
	background-color: #7d0064;
}

.pagination-centered > ul > li.active  > a{
	color: #fff !important;
}

.boxLink{
	background-color: #B6008D;
	width: 100%;
	float: left;
	padding: 20px 50px;
	font-size: 0.8em;
	margin: 20px 0px;
}

.boxLink h3{
	color: #fff;
	font-size: 1.3em;
}

.boxLink a{
	color: #fff;
}

.boxLink span{
	color: #fff;
	margin-right: 5px;
}

.boxListaLink{
	width: 50%;
	float: left;
}

@media screen and (min-width: 780px) and (max-width: 2000px) {

	.prezzoOffertaValore {
		margin-left: 0px !important;
	}
		
	.two_column .boxOfferta #capComune{
		margin-top: 0px;
	}
	
	.two_column .boxOfferta .btn-arrow{
		margin-top: 85px;
	}
}

.venditore_tutela_class{
	min-height: 80px;
}

.faq_category{
	background-color: #B6008D;
    margin: 0;
    font-size: 1.4em;
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
}
#btn_export{
	padding:7px;
	font-size:0.8em;
	font-weight:bold;
	background-color:#520a76;
	color:#fff;
	border-radius:5px;
}

.ricercaGuidataMsgBox{
	margin-top: 15px;
	font-size: 0.85em;
	color: #520A76;
	font-weight: bold;
}

.filtriAvanzati {
	display:none;
    margin-left: 30px;
    font-size: 1.2em !important;
    width: 30px;
    float: right;
}
@media screen and (min-width: 190px) and (max-width: 991px) {
	.filtriAvanzati,.filtriAvanzati:hover {
		display:block;
		font-size: 1.2em !important;
	}
	.h3_ulteriori_filtri{
		border: 2px solid #7d0064;
		padding: 15px 0 15px 15px;
		font-size: 0.8em;
	}

}
@media screen and (min-width: 320px) and (max-width: 1024px) {

	.linkDettaglioDual{
		margin: 0 5px 0 0px !important;
	}
	
	.prezzoOffertaValore {
		margin-left: 0px !important;
	}
		
	.linkDettaglioDual{
		margin: 0 5px 0 0px !important;
	}
	
.button-spid {
    background-color: #06C;
    color: #FFF;
    border-radius: 5px;
}	

.li_reserved {
    border-radius: 5px;
}	
	
.formOfferta input[type="text"], .formOfferta select {
    border-radius: 5px!important;
}	
	
.formOfferta>.btn-default {
    border-radius: 5px!important;
}	

.placetBox, .boxLink {
    background: rgb(9, 9, 121);
    background: linear-gradient(18deg, rgba(9, 9, 121, 1) 0%, rgba(182, 0, 141, 1) 30%, rgba(182, 0, 141, 1) 65%, rgba(9, 9, 121, 1) 100%);
}	

#step {
    float: left;
    padding: 0;
    margin: 20px 0 20px 0;
    overflow: visible;
    counter-reset: step;
}

#step li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 1.5em;
    color: #333;
    background: #ccc;
    margin: -5px auto 5px auto;
    border-radius: 25px;
}	
	
.box_info_forniture_spid{
    background: rgb(9, 9, 121);
    background: linear-gradient(18deg, rgba(9, 9, 121, 1) 0%, rgba(182, 0, 141, 1) 30%, rgba(182, 0, 141, 1) 65%, rgba(9, 9, 121, 1) 100%);
    color: #fff;
    padding: 30px;
    font-size: 0.8em;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.boxListaLink {
    width: 100%; 
}

.formOffertaCompleta input[type="text"],.formOffertaCompleta select, .selectButton, .formOffertaCompleta select, .linkDettaglio, .riepilogoFiltri, .boxRisultato, .boxDettaglio {
    border-radius: 5px!important;
}

.formOffertaCompleta .labelRadio {
    min-width: 170px;
    border-radius: 5px;
    margin: 5px 15px 5px 0;
    padding-left: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.formOffertaCompleta .btn-default.gray {
    border-radius: 5px;
}

.fieldsetContainerRicercaGuidata {
    -webkit-box-shadow: inset 0px 0px 100px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: inset 0px 0px 100px 5px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 100px 5px rgb(0 0 0 / 20%);
}
.formOffertaCompleta input[type="text"], .formOffertaCompleta select {
    background-color: #ffffff;
}

.formOfferta select {
    font-size: 0.75em;
}

.fieldsetContainerMultiselect .btn-group {
    width: 100% !important; 
}
.multiselect-criteri {
	width:100%!important;
}
.title-domanda-grafici {
    border: 0;
    color: #b6008d;
    font-size: 1.2em;
    font-weight: 800;
}

.icoInfo {
    float: left;
    margin: 0 0 10px 90%!important;
}

.fieldsetContainerMultiselect .multiselect-container {
    width: 100% !important;
}
.prezzoOffertaValore {
    margin-bottom: 30px;
    margin-left: 20px;
    float:left;
}
.risparmio_offerta {
    margin-top: 0px !important;
}
.risparmio_offerta p {
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px 010px;
}

.linkdetail_container {
    margin-bottom: 30px;
}

.linkDettaglio {
    float: none;
    display: flex;
    font-size: 1em;
}

.dropdown-toggle .select_pod{
	padding-left: 0;
	font-weight: bold;
}

.link_fornitura{
	white-space: normal!important;
}

.box_preferiti {
    line-height: 80px;
    padding-left: 0;
    white-space: nowrap;
}

.box_select_forniture .dropdown-menu .select_pod {
    padding-left: 0;
}

.box_select_forniture .dropdown-menu a{
    white-space: normal;
}
.box_label_fornitura {
    padding: 20px;
}

.generalBoxHome a{
	white-space:nowrap!important;
}

.sidebar ul {
    margin: 0 0 50px 0px;
}
.rowOpendataLast{
	border-radius: 5px;
}

.rowOpendataLast h3{
	font-size: 2.3rem;
}

.rowOpendataLast i{
	font-size: 1.5rem;
}

.colOpendataShort {
    margin-bottom: 30px;
}

.text_align_clear {
    text-align: left;
}

.carousel {
    margin-top: -30px;
}

.faq_container{
	padding: 0 10px;
}
.faq_container p{
	padding:0;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; 
	margin: -30px 0 0 0
}
.carousel-inner {
    padding: 10px !important;
    min-height:250px !important;
}

.faqDesk{
	display:none;
}

.faqMobile{
	display:block
}
}

.mx15{
	margin-right:15px;
	margin-left:15px;
}


@media screen and (min-width: 600px) and (max-width: 810px)	{
.pageBody {
        padding-top: 120px !important;
}	
	
.fixHorizontal{
		z-index: 1;
	    position: absolute;
        top: -63px;
        left: 25%;
}
	
.purpose_container {
	position: absolute;
    top: 10px;
    left: 95%;
    width: 85% !important;
}
}	