﻿/* Applicazione stili presenti in versione precedente bootstrap */
a:not([href]), a:not([href]):hover {
	color: inherit;
	cursor: text;
	text-decoration: none !important;
}

.link-list-wrapper ul li a.large {
	font-weight: bold !important;
}

/* Applicazione fisso dello stile active alle label a prescindere dal focus sull'input */
.form-group label {
	transform: translateY(-75%);
	font-size: .777rem;
	color: #1a1a1a;
}

/* La forzatura dello stile active delle label disallinea le form-check che vendono ridisegnate usalndo la label */
.form-check {
	margin-top: 0px;
}

	.form-check [type="checkbox"] + label, .form-check [type="radio"] + label {
		transform: none !important;
		height: none;
		line-height: unset;
		margin-bottom: unset;
	}

/* Fix per far funzionare correttamente jquery ui autocomplete in bootstrap-italia v2 (bootstrap 5) */
.ui-autocomplete {
	z-index: 99999999;
	position: absolute !important;
}

/* colori icone font-awesome */

i.red {
	color: #CC0000;
}

	i.red:hover {
		color: #ff4444;
	}

i.green {
	color: #007E33;
}

	i.green:hover {
		color: #00C851;
	}

i.blue {
	color: #006699;
}

	i.blue:hover {
		color: #0099E6;
	}

i.lblue {
	color: #0099E6;
}

	i.lblue:hover {
		color: #0099E6;
	}

.alert-info {
	border-left: 8px solid #52a1f0;
}

/*.it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu.dropdown-menu-right:before {*/
/*    display:none; */
/*content: '';
	position: absolute;
	top: -4px;
	left: 165px;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/

/*.it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu.dropdown-menu-right {
	min-width: 199px;
}*/

/*.it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu, .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu.dropdown-menu-right {
	background-color: #ffffff;
}*/

/*.it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu a span {
	color: #06c;
	margin-right: 4px;
	white-space: nowrap;
}*/

/*.it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu .x-small {
	padding-left: 24px;
	padding-bottom: 0px;
}*/

/*.it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu h3 {
	line-height: 1.8em;
}*/

.dropdown-menu.dropdown-menu-right.menuadmin {
	left: auto;
}

	.dropdown-menu.dropdown-menu-right.menuadmin:before {
		/*    display:none; */
		content: '';
		position: absolute;
		top: -4px;
		left: 158px;
		width: 18px;
		height: 18px;
		border-radius: 2px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

#setupcollapse:before {
	display: none;
}

.loginform .form-group {
	margin-bottom: 2rem;
}

.loginform .form-row {
	margin-bottom: 1rem;
}

.loginform {
	max-width: 450px;
}

.focus-login:focus {
	outline: 4px solid #ff5722 !important;
	box-shadow: 0 0 8px rgba(255, 87, 34, 0.5);
	z-index: 23;
}

.g-recaptcha {
	width: 306px;
	margin: auto;
	margin-bottom: 12px;
}

/*****************************************   SPID   **********************************************/
.italia-it-button {
	display: inline-block;
	position: relative;
	padding: 0;
	color: #fff;
	font-family: "Titillium Web", HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
	font-weight: 600;
	line-height: 1em;
	text-decoration: none;
	border: 0;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

.italia-it-button-icon,
.italia-it-button-text {
	display: block;
	float: left;
}

.italia-it-button-icon {
	margin: 0 -0.4em 0 0;
	padding: 0.6em 0.8em 0.5em;
	border-right: rgba(255, 255, 255, 0.1) 0.1em solid;
}

.italia-it-button-text {
	padding: 0.95em 1em 0.85em 1em;
	font-size: 1.15em;
	text-align: center;
}

svg {
	width: 1.8em;
	height: 1.8em;
	/* fill: #fff;*/
}

.italia-it-block {
	display: block;
}

.italia-it-button-size-s {
	font-size: 10px;
	width: 150px;
}

	.italia-it-button-size-s > span img {
		width: 19px;
		height: 19px;
		border: 0;
	}

.italia-it-button-size-m {
	font-size: 15px;
	width: 220px;
}

	.italia-it-button-size-m > span img {
		width: 29px;
		height: 29px;
		border: 0;
	}

.italia-it-button-size-l {
	font-size: 20px;
	width: 280px;
}

	.italia-it-button-size-l > span img {
		width: 38px;
		height: 38px;
		border: 0;
	}

.italia-it-button-size-xl {
	font-size: 25px;
	width: 340px;
}

	.italia-it-button-size-xl > span img {
		width: 47px;
		height: 47px;
		border: 0;
	}

.button-spid {
	background-color: #06c;
	color: #fff;
}

	.button-spid svg {
		fill: #fff;
	}

	.button-spid:hover {
		background-color: #036;
		color: #fff;
	}

	.button-spid:active {
		background-color: #83beed;
		color: #036;
	}

.spid-idp-button {
	position: absolute;
	z-index: 1039;
	display: none;
}

	.spid-idp-button .spid-idp-button-menu,
	.spid-idp-button .spid-idp-button-panel {
		list-style: none;
		background: white;
		border: solid 1px #ddd;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		overflow: visible;
		padding: 0;
		margin: 0;
	}

#spid-idp-button-small-get,
#spid-idp-button-medium-get,
#spid-idp-button-small-post,
#spid-idp-button-medium-post {
	width: 230px;
}

#spid-idp-button-large-get,
#spid-idp-button-large-post {
	width: 270px;
}

#spid-idp-button-xlarge-get,
#spid-idp-button-xlarge-post {
	width: 330px;
}

.spid-idp-button .spid-idp-button-panel {
	padding: 10px;
}

.spid-idp-button.spid-idp-button-tip {
	margin-top: 8px;
}

	.spid-idp-button.spid-idp-button-tip:before {
		position: absolute;
		top: -6px;
		left: 9px;
		content: "";
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #ddd;
		display: inline-block;
	}

	.spid-idp-button.spid-idp-button-tip:after {
		position: absolute;
		top: -5px;
		left: 10px;
		content: "";
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid white;
		display: inline-block;
	}

	.spid-idp-button.spid-idp-button-tip.spid-idp-button-anchor-right:before {
		left: auto;
		right: 9px;
	}

	.spid-idp-button.spid-idp-button-tip.spid-idp-button-anchor-right:after {
		left: auto;
		right: 10px;
	}

.spid-idp-button.spid-idp-button-scroll .spid-idp-button-menu,
.spid-idp-button.spid-idp-button-scroll .spid-idp-button-panel {
	max-height: 180px;
	overflow: auto;
}

.spid-idp-button .spid-idp-button-menu li {
	list-style: none;
	padding: 0 0;
	margin: 0;
	line-height: 18px;
}

	.spid-idp-button .spid-idp-button-menu li > a,
	.spid-idp-button .spid-idp-button-menu label {
		display: block;
		font-family: "Titillium Web", HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
		font-weight: 600;
		font-size: 0.9em;
		color: #06c;
		text-decoration: underline;
		line-height: 18px;
		/* padding-top: 5px;*/
		white-space: nowrap;
		border-bottom: 1px solid #ddd;
	}

		.spid-idp-button .spid-idp-button-menu li > a:hover,
		.spid-idp-button .spid-idp-button-menu label:hover {
			color: #036;
			cursor: pointer;
			background-color: #f0f0f0;
		}

		.spid-idp-button .spid-idp-button-menu li > a img {
			height: 25px;
			/*padding: 10px 0 10px 10px;*/
			border: 0;
		}

.idp-button-idp-logo {
	font-size: 100%;
	height: 10%;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	padding: 15px;
	text-align: left;
	cursor: pointer;
}

	.idp-button-idp-logo:hover {
		background-color: #f0f0f0;
	}

	.idp-button-idp-logo img {
		height: 25px;
		vertical-align: middle;
		cursor: pointer;
	}

.spid-top-menu-space-10 > a img {
	margin-top: 10px;
}

.spid-top-menu-space-20 > a img {
	margin-top: 20px;
}

.spid-top-menu-line {
	border-top: 5px solid #000;
}

.spid-idp-support-link > a {
	padding: 10px 0 10px 10px;
	text-align: left;
}

.spid-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.spid-idp-button .spid-idp-button-menu dr {
	padding: 10px 0 10px 10px;
}

.showDDL {
	display: block;
}

.hideDDL {
	display: none;
}

.LoginBoxSPID {
	width: 280px;
	/*height: 600px;*/
	text-align: center;
	padding-top: 10px;
	margin: auto;
}

.LogoutBoxSPID {
	width: 100%;
	height: 600px;
	text-align: left;
	padding-top: 10px;
}

#logintab {
	max-width: 440px;
	margin: auto;
	overflow-x: hidden;
}

@media (max-width:576px) {
	#logintab {
		display: block;
	}
}

/*.navbar .close-div {
	padding: 0px 12px;
	position: relative;
}

	.navbar .close-div .close-menu {
		float: none;
	}
*/
.card-body .data {
	font-size: .77778rem;
	text-transform: uppercase;
	color: #435a70;
}

.pdf, .p7m, .doc, .tif, .xls, .zip, .file {
	font-size: 18px;
	padding: 0px 32px 0px 0px !important;
	margin-right: 7px !important;
	background-size: auto 120% !important;
	background-position: right -2px !important;
	background-repeat: no-repeat !important;
	position: static !important;
	font-weight: bold !important;
	text-decoration: none !important;
	vertical-align: top;
}

.pdf-table, .p7m-table, .doc-table, .tif-table, .xls-table, .zip-table, .file-table {
	padding-left: 24px;
	margin-right: 7px;
	background-size: 22px auto;
	background-repeat: no-repeat;
	position: static;
	float: left;
	background-position-y: -2px;
}

.pdf, .pdf-table {
	background-image: url("../images/pdf.svg");
}

.p7m, .p7m-table {
	background-image: url("../images/p7m.svg");
}

.doc, .doc-table {
	background-image: url("../images/word.svg");
}

.tif, .tif-table {
	background-image: url("../images/pic.svg");
}

.xls, .xls-table {
	background-image: url("../images/excel.svg");
}

.zip, .zip-table {
	background-image: url("../images/zip.svg");
}

.file, .file-table {
	background-image: url("../images/file.svg");
}

.notification.working {
	display: block;
	width: 94px;
	z-index: 9999;
}

.list-sottosezione a {
	color: #008000 !important;
}

	.list-sottosezione a:hover, .list-sottosezione-1 a:hover {
		color: #004d00 !important;
	}

.list-sottosezione-1 a {
	color: #00cd00 !important;
}

.ui-menu .ui-menu-item {
	font-size: 19px;
	font-weight: bold;
	padding: 2px;
}

	.ui-menu .ui-menu-item:hover {
		cursor: pointer;
	}

.ui-menu {
	list-style: none;
	background-color: white;
}

.steppers-content {
	border: 2px solid #eee;
	background: #fafafa;
	color: #333;
}

.immo dt {
	background-color: var(--bs-400);
	padding: 0px 3px;
	border: 1px solid var(--bs-400);
	color: var(--bs-white);
	border-bottom: 0px;
	font-size: small;
}

.immo dd {
	background: var(--bs-white);
	border: 1px solid var(--bs-400);
	padding: 0px 3px;
}

.immototali dt {
	background-color: var(--bs-yellow);
	padding: 0px 3px;
	border: 1px solid var(--bs-danger);
	color: var(--bs-red);
	font-size: small;
}

.immototali dd {
	padding: 0px 3px;
	border: 1px solid var(--bs-red);
	border-top: 0px;
	color: var(--bs-blue);
}

.riepilogopratica, .riepilogosociali {
	border: 2px solid #eee;
	background: #f2f2f2;
}

.alert {
	background-color: white !important;
}

.text-md-nowrap {
	white-space: nowrap;
}

@media only screen and (max-width: 576px) {
	.text-md-nowrap {
		white-space: normal !important;
	}
}

.no-focus:focus {
	outline-style: none;
	box-shadow: none;
	border-color: transparent;
}

.pubannullata {
	padding: 5px;
	border: 1px dotted red;
	color: red;
	font-weight: bold;
}

.btn-outline-primary {
	background-color: white !important;
}

.dropdown-menu {
	box-shadow: 0px 3px 15px 0px rgba(0,0,0,.3);
}

.list-group-item {
	position: relative;
	display: block;
	padding: 1rem 1.25rem;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);
}
/* INIZIO STILI PER PANEL RATING*/
.cmp-rating {
	padding: 1.5rem 0
}

@media(min-width: 576px) {
	.cmp-rating {
		padding: 1.33rem 0
	}
}

.cmp-rating .rating > label svg {
	fill: #7d97b0
}

.cmp-rating .form-group {
	margin-bottom: 0;
	min-height: 5rem
}

@media(min-width: 576px) {
	.cmp-rating .form-group {
		min-height: 5.56rem
	}
}

.cmp-rating .card {
	padding: 1rem
}

@media(min-width: 576px) {
	.cmp-rating .card {
		padding: .89rem
	}
}

@media(min-width: 992px) {
	.cmp-rating .card {
		padding: 1.78rem
	}
}

.cmp-rating .card:after {
	content: unset
}

.cmp-rating .card-header {
	padding: 0;
	margin-bottom: 1.25rem
}

@media(min-width: 576px) {
	.cmp-rating .card-header {
		margin-bottom: 1.11rem
	}
}

.cmp-rating .card-body {
	padding: 0
}

.cmp-rating .rating input:focus + label {
	border-color: #f90 !important;
	box-shadow: 0 0 0 2px #f90 !important;
	outline: none !important
}

.cmp-rating .cmp-steps-rating .step-title {
	padding: .875rem;
	margin-bottom: 2.375rem
}

@media(min-width: 576px) {
	.cmp-rating .cmp-steps-rating .step-title {
		padding: .78rem;
		margin-bottom: 2.111rem
	}
}

.cmp-rating .cmp-steps-rating legend {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 36px;
	overflow: unset
}

@media(min-width: 576px) {
	.cmp-rating .cmp-steps-rating legend {
		font-size: 1rem
	}
}

.cmp-rating .iscrizioni-header .drop-shadow {
	box-shadow: 0 .9375rem 1.325rem -.9rem rgba(0,0,0,.1)
}

.cmp-rating .iscrizioni-header .small-title {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.55
}

@media(min-width: 576px) {
	.cmp-rating .iscrizioni-header .small-title {
		font-size: 1.1111111111rem
	}
}

.cmp-rating .iscrizioni-header .step-wrapper {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25
}

@media(min-width: 576px) {
	.cmp-rating .iscrizioni-header .step-wrapper {
		font-size: 1.3333333333rem
	}
}

.cmp-rating .iscrizioni-header .step-title {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 2
}

@media(min-width: 576px) {
	.cmp-rating .iscrizioni-header .step-title {
		font-size: 1rem
	}
}

.cmp-rating .iscrizioni-header .step {
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.5
}

@media(min-width: 576px) {
	.cmp-rating .iscrizioni-header .step {
		font-size: .7777777778rem
	}
}

.cmp-rating .iscrizioni-header .header-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5
}

@media(min-width: 576px) {
	.cmp-rating .iscrizioni-header .header-text {
		font-size: .8888888889rem
	}
}

.cmp-rating .cmp-radio-list {
	font-size: 1rem;
	font-weight: 600
}

.cmp-rating .cmp-radio-list__item:not(:last-child) {
	margin-bottom: 1rem
}

@media(min-width: 576px) {
	.cmp-rating .cmp-radio-list__item:not(:last-child) {
		margin-bottom: .89rem
	}
}

.cmp-rating .cmp-radio-list .form-check [type=checkbox] + label, .cmp-rating .cmp-radio-list .form-check [type=radio] + label {
	height: auto;
	margin-bottom: 1.25rem
}

@media(min-width: 576px) {
	.cmp-rating .cmp-radio-list .form-check [type=checkbox] + label, .cmp-rating .cmp-radio-list .form-check [type=radio] + label {
		margin-bottom: 1.11rem
	}
}

.cmp-rating-section {
	padding: 1.5rem 1rem
}

@media(min-width: 576px) {
	.cmp-rating-section {
		padding: 1.33rem .89rem
	}
}

@media(min-width: 992px) {
	.cmp-rating-section {
		padding: 4.44rem 0
	}
}
/* FINE STILI PER PANEL RATING*/

.form-group select {
	color: #5d7083
}

@media (min-width: 992px) {
	.steppers .steppers-header li {
		border-right: 1px solid #c5c7c9;
	}
}

.form-check [type=checkbox]:not(:checked) + label::after, .form-check [type=radio]:not(:checked) + label::before {
	background-color: white;
}

/* Classi per rimuovere lo spin dai campi numerici */
.no-spin-buttons {
	-moz-appearance: textfield;
}

	.no-spin-buttons::-webkit-outer-spin-button,
	.no-spin-buttons::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}

/* Fine classi per rimuovere lo spin dai campi numerici */

/* Classi per gestire se il pagamento e debito o credito nei sociali*/
.credito {
	color: green;
}

.debito {
	color: red;
}
/* Fine classi per gestire se il pagamento e debito o credito nei sociali*/

.aspNetHidden {
	display: none;
}

/*# Stili per controllo contattacomune */
@media(min-width:768px) {
	.shadow-contacts {
		box-shadow: inset 0 10px 14px -12px rgba(0,0,0,.34)
	}
}

.cmp-contacts dd, ol, ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.p-contacts {
	padding: 2.5rem 1.5rem
}

@media(min-width:992px) {
	.p-contacts {
		padding: 2.66rem 0
	}
}

.cmp-contacts .card:after {
	content: unset
}

.cmp-contacts .contact-list li {
	font-size: 1rem;
	margin: 1rem 0;
	color: #007a52;
	font-weight: 400
}

@media(min-width:768px) {
	.cmp-contacts .contact-list li {
		line-height: 1.5;
		margin: .889rem 0
	}
}

.cmp-contacts .contact-list li:last-child {
	margin-bottom: 0
}

.cmp-contacts .contact-list li span {
	margin-left: 10px
}

.bg-grey-card {
	background: #ebeef0
}

.title-medium-2-semi-bold {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2
}

@media(min-width:576px) {
	.title-medium-2-semi-bold {
		font-size: 1.3333333333rem
	}
}

@media(min-width:768px) {
	.title-medium-2-semi-bold {
		line-height: 1.2
	}
}

/*Stili footer*/
.it-footer .footer-heading-title {
	font-size: .875rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase
}

@media(min-width:576px) {
	.it-footer .footer-heading-title {
		font-size: .7777777778rem
	}
}

@media(min-width:768px) {
	.it-footer .footer-heading-title {
		margin-bottom: .889rem;
		padding-bottom: .889rem;
		border-bottom: 1px solid hsla(0,0%,100%,.5)
	}
}

@media(max-width:767.8px) {
	.it-footer .footer-items-wrapper + .footer-items-wrapper .footer-heading-title {
		margin-top: 1.5rem;
		padding-top: 1.5rem;
		border-top: 1px solid hsla(0,0%,100%,.5)
	}
}

.it-footer .it-brand-wrapper {
	padding: 0
}

.it-footer a {
	color: #fff
}

.it-footer .logo-wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-top: 32px;
	padding-bottom: 32px
}

@media(min-width:576px) {
	.it-footer .logo-wrapper {
		flex-direction: row;
		align-items: flex-start
	}
}

.it-footer .logo-wrapper .ue-logo {
	max-width: 50%
}

.it-footer a {
	font-size: 1rem;
	text-decoration: underline
}

@media(min-width:576px) {
	.it-footer a {
		font-size: .8888888889rem
	}
}

.it-footer a:hover {
	text-decoration: none;
	color: #fff
}

.it-footer .footer-list a {
	line-height: 2;
	color: #fff
}

.it-footer .footer-list + .footer-heading-title {
	margin-top: 2.667rem
}

.it-footer .footer-info {
	font-size: 1rem;
	line-height: 1.5
}

@media(min-width:576px) {
	.it-footer .footer-info {
		font-size: .8888888889rem
	}
}

.it-footer .footer-bottom {
	margin-top: 1.667rem;
	padding-top: 1.333rem;
	padding-bottom: 2.5rem;
	border-top: 1px solid hsla(0,0%,100%,.5)
}

	.it-footer .footer-bottom a {
		line-height: 1.5
	}

		.it-footer .footer-bottom a + a {
			margin-left: 5rem
		}

/*Stili nav tab bar*/
.cmp-nav-tab .nav-tabs {
	overflow-x: hidden
}

	.cmp-nav-tab .nav-tabs .nav-link {
		font-weight: 400
	}

		.cmp-nav-tab .nav-tabs .nav-link.active {
			font-weight: 700
		}

		.cmp-nav-tab .nav-tabs .nav-link .text-tab {
			font-size: .875rem
		}

@media(min-width:576px) {
	.cmp-nav-tab .nav-tabs .nav-link .text-tab {
		font-size: 1rem
	}
}

.cmp-nav-tab .nav-tabs .nav-link .icon {
	width: .81rem;
	height: .81rem
}

@media(min-width:576px) {
	.cmp-nav-tab .nav-tabs .nav-link .icon {
		width: .72rem;
		height: .72rem
	}
}

@media(min-width:768px) {
	.cmp-nav-tab .nav-tabs .nav-link .icon {
		width: 1.11rem;
		height: 1.11rem
	}
}

.cmp-nav-tab .nav-tabs .nav-link:not(.active) {
	color: #191919
}

	.cmp-nav-tab .nav-tabs .nav-link:not(.active) .icon {
		fill: #191919
	}

/*Stile filtro elenco pratiche*/
.cmp-filter {
	padding: 0 .75rem
}

@media(min-width:576px) {
	.cmp-filter {
		padding: 0
	}
}

@media(min-width:992px) {
	.cmp-filter:not(:last-child) {
		margin-top: 0
	}
}

.cmp-filter:not(:first-child) {
	margin-top: 2rem
}

@media(min-width:576px) {
	.cmp-filter:not(:first-child) {
		margin-top: 1.78rem
	}
}

@media(min-width:992px) {
	.cmp-filter:not(:first-child) {
		margin-top: 2.89rem
	}
}

.cmp-filter__title {
	margin-bottom: .5rem
}

@media(min-width:576px) {
	.cmp-filter__title {
		margin-bottom: .44rem
	}
}

@media(min-width:992px) {
	.cmp-filter__title {
		margin-bottom: .89rem
	}
}

.cmp-filter .filter-section {
	display: flex;
	justify-content: space-between
}

.cmp-filter .filter-wrapper button span {
	font-size: .875rem;
	font-weight: 600;
}

@media(min-width:576px) {
	.cmp-filter .filter-wrapper button span {
		font-size: .8888888889rem
	}
}

.cmp-accordion .accordion-date {
	padding-left: .75rem;
	font-size: .875rem;
	padding-bottom: 1.25rem;
	color: rgba(25,25,25,.7)
}

@media(min-width:576px) {
	.cmp-accordion .accordion-date {
		font-size: .8888888889rem
	}
}

@media(min-width:992px) {
	.cmp-accordion .accordion-date {
		padding-left: .889rem;
		padding-bottom: 1.555rem
	}
}

.cmp-accordion .accordion-header .accordion-button {
	font-size: 1rem;
	padding: .875rem .75rem 0;
	border-top: 1px solid #e5e5e5 !important
}

@media(min-width:576px) {
	.cmp-accordion .accordion-header .accordion-button {
		padding-left: .875rem 0 0
	}
}

@media(min-width:992px) {
	.cmp-accordion .accordion-header .accordion-button {
		padding: .777rem 0 0 .889rem
	}
}

.cmp-accordion .accordion-header .accordion-button:after {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23006e4a'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
	width: 16px;
	margin-top: 3px;
	transform: scaleY(1)
}

.cmp-accordion .accordion-header .accordion-button:not(.collapsed) {
}

	.cmp-accordion .accordion-header .accordion-button:not(.collapsed) .icon {
		transform: rotate(0)
	}

	.cmp-accordion .accordion-header .accordion-button:not(.collapsed):after {
		transform: scaleY(-1)
	}

	.cmp-accordion .accordion-header .accordion-button:not(.collapsed) + p {
		padding-bottom: 0
	}

@media(min-width:992px) {
	.cmp-accordion .accordion-header .accordion-button:not(.collapsed) + p {
		padding-bottom: .889rem
	}
}

.cmp-accordion .accordion-body {
	padding: 0 .75rem .75rem;
	margin-top: .25rem
}

@media(min-width:992px) {
	.cmp-accordion .accordion-body {
		padding-left: .889rem
	}
}

@media(min-width:768px) {
	.cmp-accordion .accordion-body .btn {
		max-width: 18.2rem
	}
}

.cmp-accordion .accordion-body .label {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 600;
	color: rgba(25,25,25,.7)
}

@media(min-width:576px) {
	.cmp-accordion .accordion-body .label {
		font-size: .8888888889rem
	}
}

.cmp-accordion .accordion-body .cmp-tag {
	margin: .625rem 0 1.125rem
}

@media(min-width:576px) {
	.cmp-accordion .accordion-body .cmp-tag {
		margin: .555rem 0 1rem
	}
}

.cmp-accordion .accordion-body .cmp-tag__tag {
	font-weight: 600
}

@media(min-width:768px) {
	.cmp-accordion .accordion-body .link-list-wrapper ul li a span {
		margin-right: 0
	}
}

.cmp-accordion .accordion-body .link-list .shadow {
	box-shadow: 0 2px 5px rgba(0,0,0,.2) !important;
	border-radius: 4px;
	padding: 4px 0 4px 4px
}

@media(min-width:768px) {
	.cmp-accordion .accordion-body .link-list .shadow {
		max-width: 18.2rem
	}
}

.cmp-accordion .accordion-body .link-list .shadow:not(:first-child) {
	margin: .5rem 0
}

@media(min-width:768px) {
	.cmp-accordion .accordion-body .link-list .shadow .list-item-title {
		font-size: .89rem !important
	}
}

.cmp-accordion .accordion-body .link-list .shadow .icon {
	fill: #455a64;
	opacity: .5
}

.cmp-accordion .link-list-wrapper ul li a.active span {
	text-decoration: none
}

.cmp-accordion .button-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between
}

@media(min-width:992px) {
	.cmp-accordion .button-wrapper {
		font-size: 1rem
	}
}

.cmp-accordion button {
	width: 100%;
	display: flex
}

.cmp-accordion .icon-wrapper {
	width: 95px;
	text-align: left
}

@media(min-width:768px) {
	.cmp-accordion .icon-wrapper {
		width: 110px
	}
}

.cmp-accordion .icon-wrapper span {
	font-size: .6875rem
}

@media(min-width:576px) {
	.cmp-accordion .icon-wrapper span {
		font-size: .7222222222rem
	}
}

.cmp-accordion.faq .accordion-body, .cmp-accordion.faq .accordion-button {
	padding: 1rem 1.5rem
}

@media(min-width:576px) {
	.cmp-accordion.faq .accordion-body, .cmp-accordion.faq .accordion-button {
		padding: .889rem 1.333rem
	}
}

.accordion-view-more {
	padding-left: .75rem
}

/*Stili per timeline*/
.cmp-timeline {
	margin-top: 1.5rem
}

@media(min-width:576px) {
	.cmp-timeline {
		margin-top: 1.33rem
	}
}

@media(min-width:992px) {
	.cmp-timeline {
		margin-top: 0
	}
}

.cmp-timeline .info-text {
	font-size: 1rem;
	color:;
	font-weight: 600;
	line-height: 1.5
}

@media(min-width:768px) {
	.cmp-timeline .info-text {
		line-height: 1.56
	}
}

.calendar-vertical {
	color:
}

	.calendar-vertical:after {
		display: block;
		clear: both;
		content: ""
	}

	.calendar-vertical .calendar-date {
		display: flex
	}

		.calendar-vertical .calendar-date .calendar-date-description {
			box-shadow: 0 2px 5px 0 rgba(0,0,0,.17);
			width: 100%;
			margin: 0 0 1.5rem .813rem;
			overflow: hidden
		}

@media(min-width:576px) {
	.calendar-vertical .calendar-date .calendar-date-description {
		margin: 0 0 1.33rem .72rem
	}
}

.calendar-vertical .calendar-date .calendar-date-description .calendar-date-description-content {
	padding: 1.25rem 1rem 1.25rem 1.5rem;
	position: relative;
	z-index: 0
}

@media(min-width:576px) {
	.calendar-vertical .calendar-date .calendar-date-description .calendar-date-description-content {
		padding: 1.11rem .89rem 1.11rem 1.33rem
	}
}

.calendar-vertical .calendar-date .calendar-date-description .calendar-date-description-content:before {
	content: "";
	width: .5rem;
	height: 120%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #f0f8f5
}

@media(min-width:576px) {
	.calendar-vertical .calendar-date .calendar-date-description .calendar-date-description-content:before {
		width: .44rem
	}
}

.calendar-vertical .calendar-date .calendar-date-description .calendar-date-description-content span {
	margin: 0
}

.calendar-vertical .calendar-date .calendar-date-day {
	width: 4.06rem;
	flex-shrink: 0;
	position: relative;
	z-index: 0;
	padding: 0 1rem 0 0
}

	.calendar-vertical .calendar-date .calendar-date-day p {
		font-family: Roboto Mono,monospace !important;
		font-size: 2.5rem;
		line-height: 1;
		margin: 0 0 5px;
		display: block
	}

	.calendar-vertical .calendar-date .calendar-date-day small {
		font-size: .875rem;
		line-height: 1
	}

@media(min-width:576px) {
	.calendar-vertical .calendar-date .calendar-date-day small {
		font-size: .7777777778rem
	}
}

.calendar-vertical .calendar-date .calendar-date-day:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 5px;
	width: 2px;
	height: 100%;
	background-color: #007a52;
	content: ""
}

.calendar-vertical .calendar-date .calendar-date-day:after {
	content: "";
	width: .625rem;
	height: .625rem;
	position: absolute;
	z-index: 1;
	top: 1.875rem;
	right: .2px;
	background-color: #007a52;
	border-radius: 5px
}

@media(max-width:991.8px) {
	.calendar-vertical .calendar-date .calendar-date-day:after {
		width: .56rem;
		height: .56rem;
		top: 1.56rem
	}
}

.calendar-vertical .calendar-date .calendar-date-day__month {
	font-weight: 600;
	display: flex;
	justify-content: center
}

.calendar-vertical .calendar-date .calendar-date-day__year {
	display: flex;
	justify-content: center;
	font-weight: 400
}

@media(max-width:991.8px) {
	.calendar-vertical .calendar-date .calendar-vertical .calendar-date .calendar-date-day span {
		font-size: 2rem;
		font-weight: 100 !important
	}
}

@media(min-width:992px) {
	.calendar-vertical .calendar-date .calendar-vertical .calendar-date .calendar-date-day small {
		font-size: 1rem
	}
}

@media(min-width:992px)and (min-width:576px) {
	.calendar-vertical .calendar-date .calendar-vertical .calendar-date .calendar-date-day small {
		font-size: .8888888889rem
	}
}

.calendar-date:last-child .calendar-date-description {
	margin-bottom: 0
}

.alert-list ol {
	list-style: decimal;
	padding-left: 1em;
}

	.alert-list ol ul {
		list-style: disc;
		padding-left: 1.25em;
	}

.alert-list ul {
	list-style: disc;
	padding-left: 1em;
}

@media (max-width: 768px) {
	.accordion-header {
		min-height: 120px;
	}
}