

/* BOX RICERCA */
.bootstrap-select{
	border-radius:.25rem .0rem 0rem .25rem;
}

.bootstrap-select .filter-option{
	color:#fff;
}

.bootstrap-select > .dropdown-toggle::after{
	color:#fff;
}

.ddl-title{
	background-color:#5bc0de !important;
	color:#fff !important;
	font-style:italic;
	font-size:80%;
}
  
.ddl-select.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
   /*border-top-left-radius: 4px;
   border-bottom-left-radius: 4px;*/
}

.btn-primary .filter-option-inner-inner{
	text-align:center;
}

#boxRicerca
{
	/*margin-top:50px;*/
}

#boxRicerca .tags div{
	text-align:center;
	margin-bottom:7px;
}

#boxRicerca .tags .btn{
	padding:0px 9px;
	background-color:#EE5B32;
	border:1px solid #EE5B32;
}

#boxRicerca .tags .btn.active, #boxRicerca .tags .btn:hover{
	
}

#boxRicerca .pulsante{
	text-align:center;
}

#boxRicerca .pulsante input{
	width:200px;
}

/* SOLO NEL MAIN */
#boxSelectRicerca .dropdown, #boxSelectRicerca .btn.dropdown-toggle{
	height:48px;
	font-size:24px;
}