@media DISABLED { 
/*Nelle varie istanze cancellare DISABLED e valorizzare colore esadecimale principale/principale con opacità/principale più scuro*/

					/*SETTAGGIO COLORI*/
					:root {
					  --primario: #910303; /*colore principale*/
					  --mezzotono: #91030320; /*colore principale con opacità 20*/
					  --scuro: #650202; /*colore principale più scuro*/
					}
					/*FINE SETTAGGIO COLORI*/
					
					
					
					/*COLORE PRIMARIO*/
					.it-header-center-wrapper {background-color: var(--primario);}
					.it-header-navbar-wrapper {background:var(--primario);}
					.navbar, .calendar-vertical .calendar-date .calendar-date-day:after,.calendar-vertical .calendar-date .calendar-date-day:before {background: var(--primario);}
					.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active {border-left: 2px solid var(--primario);}
					.cmp-breadcrumbs .breadcrumb-container .breadcrumb .breadcrumb-item a {color: var(--primario);}
					.u-main-primary,.calendar-vertical {color: var(--primario);}
					a, a:hover, a:visited {color: var(--primario);}
					.t-primary,.accordion-header .accordion-button,.card .card-body a h5.card-title, .card .card-body a .card-title.h5 {color: var(--primario);}
					.text-success {color: var(--primario)!important;}
					.btn-primary,.btn-primary:hover {background-color: var(--primario);border-color: var(--primario); color:#ffffff!important;}
					.bg-primary,.progress-bar {background-color: var(--primario)!important;}
					.btn-outline-primary {color: var(--primario);box-shadow: inset 0 0 0 2px var(--primario);}
					.btn-outline-primary:hover {color: var(--primario);box-shadow: inset 0 0 0 2px var(--primario);}
					.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle {color: var(--primario);box-shadow: inset 0 0 0 1px var(--primario);}
					a.read-more {color: var(--primario);}
					a.read-more .icon {fill: var(--primario);}
					.chip.chip-primary {border-color: var(--primario);color: var(--primario);}
					.chip {border-color: var(--primario);}
					.chip .chip-label,.chip.chip-primary>.chip-label {color: var(--primario);}
					.btn-dropdown,.search-modal .searches-list li a {color: var(--primario);}
					.chip:is(a):hover:not(.chip-disabled) {background-color: var(--primario);}
					.chip:is(div):hover:not(.chip-disabled) {background-color: transparent;border-color: var(--primario);}
					.chip:is(div):hover:not(.chip-disabled) .chip-label {color: var(--primario);}
					.cmp-navscroll .navbar.it-navscroll-wrapper .link-list-wrapper .accordion .accordion-header .accordion-button {color: var(--primario);}
					.point-list-wrapper .point-list .point-list-aside.point-list-primary {color: var(--primario);border-color: var(--primario);}
					.point-list-wrapper .point-list .point-list-aside.point-list-primary:after {background-color: var(--primario);}
					
					.evidence-section .list-item.active span,
					.useful-links-section .list-item.active span,
					.link-list-wrapper ul li a span {color: var(--primario)!important;}
					
					.evidence-section .section {
						  background-color: #ffffff;
					    background: -moz-linear-gradient(top,  var(--primario) 300px, #ffffff 0%); /* FF3.6+ */
					    background: -webkit-gradient(linear, left top, left bottom, color-stop(300px,var(--primario)), color-stop(2%,#ffffff)); /* Chrome,Safari4+ */
					    background: -webkit-linear-gradient(top,  var(--primario) 300px,#ffffff 0%); /* Chrome10+,Safari5.1+ */
					    background: -o-linear-gradient(top,  var(--primario) 300px,#ffffff 0%); /* Opera 11.10+ */
					    background: -ms-linear-gradient(top,  var(--primario) 300px,#ffffff 0%); /* IE10+ */
					    background: linear-gradient(to bottom,  var(--primario) 300px,#ffffff 0%); /* W3C */
					    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primario)', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
					}
					
					.it-calendar-wrapper .it-header-block-title {background-color: var(--primario);}
					.it-carousel-wrapper .splide__pagination button {background: var(--primario);}
					.icon-primary {fill: var(--primario)!important;}
					svg.icon,.card .categoryicon-top .icon {fill: var(--primario);}
					.rating>input:checked~label svg, .rating:not(:checked)>label:hover svg, .rating:not(:checked)>label:hover~label svg,
					.it-header-wrapper .search-link svg,.search-modal .form-group .autocomplete-icon .icon, .search-modal .form-group .input-group-prepend svg,
					.search-modal .modal-title .search-link svg,.cmp-input-search-button.form-group .input-group-prepend svg {fill: var(--primario);}
					
					#scrollTopButton-pill {background-color: var(--primario);}
					
					/*MEZZOTONO*/
					.has-bg-grey,.calendar-vertical .calendar-date .calendar-date-description .calendar-date-description-content:before {background-color: var(--mezzotono);}
					.it-page-section .card.card-teaser-info {border-left: 8px solid var(--mezzotono);}
					
					/*COLORE SCURO*/
					.it-header-slim-wrapper {background: var(--scuro);}
					#scrollTopButton-pill:hover {background-color: var(--scuro);}
					.cmp-breadcrumbs .breadcrumb-container .breadcrumb .breadcrumb-item a:hover {color: var(--scuro);}
					
					/*BIANCO*/
					.footer-bottom a, .footer-bottom a:hover, .footer-bottom a:visited {color: #ffffff;}



}

/*Disattivazione Maiuscolo titoli Card*/
.uppercase .card-title {text-transform: none;}


.it-hero-wrapper .it-hero-text-wrapper span, .it-hero-wrapper .it-hero-text-wrapper h1, .it-hero-wrapper .it-hero-text-wrapper .h1, .it-hero-wrapper .it-hero-text-wrapper h2, .it-hero-wrapper .it-hero-text-wrapper .h2, .it-hero-wrapper .it-hero-text-wrapper h3, .it-hero-wrapper .it-hero-text-wrapper .h3, .it-hero-wrapper .it-hero-text-wrapper h4, .it-hero-wrapper .it-hero-text-wrapper .h4, .it-hero-wrapper .it-hero-text-wrapper h5, .it-hero-wrapper .it-hero-text-wrapper .h5, .it-hero-wrapper .it-hero-text-wrapper h6, .it-hero-wrapper .it-hero-text-wrapper .h6, .it-hero-wrapper .it-hero-text-wrapper p {
    color: #000000;
   
}









