.page-item.active .page-link {
	background-color: #C82333 !important;
	border-color: #C82333 !important;
}

.page-item:not(.active) .page-link,
.page-item + .page-link > a,
.descr > font,
.tabScheda {
	color: #C82333 !important;
}

@media (max-width:575px) {
	* {
		font-size: 0.8rem !important;
	}

	.fs {
		font-size: 0.5rem !important;
	}
}
@media (min-width:576px) {
	* {
		font-size: 18px !important;
	}

	.fs-sm {
		font-size: 0.8rem !important;
	}
}

@media (min-width:768px) {
	.fs-md {
		font-size: 0.9rem !important;
	}
}

.barra_ricerca{
	height: 50px;
	line-height: 50px;	
}

.child_item { color: black !important; }


.child_item:nth-child(n+9) { display: none !important; }

.card:hover .child_item:nth-child(n+9) { 
	display: block !important; 
}

.legend_fieldset { font-size: 14px !important; }

.showHidden {
	font-size: 10px;
	cursor: pointer;
}

.tabScheda.active { 
	background: #87CDFF !important; 
	font-weight: bold;
}

.tabScheda2.active { 
	background: #87CDFF !important; 
	font-weight: bold;
}

.logo_suppl { max-height: 25px; }

.note_articoli {
	font-size: 0.7rem !important;
	height: 150px;
	overflow-y: auto;
}

.note_articoli b { font-size: 0.7rem !important; }

.img_articoli > img { height: 150px; }

.w-90 {
	width: 90% !important;
}
.w-10 {
	width: 10% !important;	
}
.pulsanti_articoli {
	position: relative;
}
.btn_pul{
	position: absolute;
	bottom: 0;
}

.breadcrumb-item:before { 
  content: "\\" !important;
}

.breadcrumb-item:first-child:before { 
	content: "" !important;
}

#FaV > .easy-autocomplete { width: 100% !important; }
#FaK > .easy-autocomplete { width: 100% !important; }

.rep-card-img-top { height: 100px; }

.lista_articoli .card:hover {
	border-color: #C82333;
}