/* Variables declaration */
	:root {
		/* Dimensions */
		--header-height: 95px;
		--footer-height: 90px;
		--header-brand-height: 95px;
		/* Dimensions */

		/* Colors */
		--news-preview-background-color: rgba(255,255,255,0.9);
		--buttons-nav-background-color: rgba(255,255,255,0.7);
		--buttons-nav-background-color-hover: #fff;
		--buttons-nav-color: #575756;
		--buttons-nav-color-hover: #575756;
		--buttons-nav-border-bottom-color: #fff;
		--buttons-nav-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.5);
		--button-nav-submenu-background-color: #ffffff;
		--nav-background-position: bottom center;
		--nav-background-size: cover;

		--home-title-color: #3f3f8f;
		--home-title-shadow: 0 0 0 #000;

		--default-button-color: #3f3f8f ;
		--default-button-background: transparent;
		--default-button-icon-background: #3f3f8f;
		--default-button-icon-color: #fff;
		--default-button-border: 1px solid #3f3f8f;
		--default-button-color-hover: #fff;
		--default-button-background-hover: #3f3f8f;
		--default-button-border-hover: 1px solid #3f3f8f;
		--default-btn-light-color: #212529;
		--default-btn-light-background: #f8f9fa;
		--default-btn-light-border-color: #f8f9fa;

		--default-base-background: #fff;
		--default-primary-background: #2687c5;
		--default-secondary-background: #3f3f8f;

		--header-primary-background: #2687c5;
		--header-secondary-background: #fff;
		--header-primary-color:#333;
		--header-secondary-color:#2687c5;

		--box-header-background: #3f3f8f; /* News in evidenza */
		--box-header-color: #fff; /* colore delle news in evidenza */

		--footer-background-color: #fff;
		--footer-color: #333;

		--default-primary-color: #333;
		--default-secondary-color: #fff;

/*		--default-base-color: #787878;*/
		--default-base-color: black;

		--default-h1-color: #3f3f8f;
		--default-h2-color: #3f3f8f;
		--default-h3-color: #3f3f8f;

		--default-a-color: #232323;
/*		--default-a-hover-color: #2687c5;*/
		--default-a-hover-color: black;

		--default-background-banner-menu: rgba(150, 150, 150, 0.3); /* sfondo della "bandina" / banner titolo del menu interno della pagina che ripropone il menu */
		--default-a-color-banner-menu: #232323; /* colore link pannelli non-attivi */
		--default-border-banner-menu: #3f3f8f; /* Colore del bordo panello attivo */
		--default-background-banner-menu: #dfdfdf;
		--default-background-banner-menu-active: #f9f9f9;

		--default-selection-background: #2687c5;
		--default-selection-color: #fff;

		/* Icone di SWAN di default */
		--default-color-icon-st0: #2a2a83;
		--defalut-color-icon-st1: #006eb9;

		/* Icone del RIMI ed altre */
		--color-icon-st0: #2a2a83;
		--color-icon-st1: #006eb9;
		/* Colors END */

		/* commenti sezione ticket */
		--default-background-message-sent: #d2f4ff;
		--default-color-message-sent: #232323;

		--default-background-message-received: #eee;
		--default-color-message-received: #232323;
		/* end commenti sezione ticket */

		--scrollbar-background: rgba(150, 150, 150, 0.3);

		--default-body-background: #fff;
		--default-body-background-rgba: rgba(255,255,255,0.9);
		--default-form-background: #f3f3f3;
		--default-form-background-focus: #eee;
		--default-border-elenco-voci: 1px dotted rgba(0,0,0,0.5);
	}
	/* Variables END */


	/*
	TEST per tema in versione notte/dark
	*/
	[data-theme="dark"] {
		--news-preview-background-color: rgba(26, 26, 28, 0.9);
		--buttons-nav-background-color: rgba(0, 0, 0, 0.7);
		--buttons-nav-background-color-hover: #1a1a1c;
		--buttons-nav-color: #ddd;
		--buttons-nav-color-hover: #575756;
		--buttons-nav-border-bottom-color: #1a1a1c;
		--button-nav-submenu-background-color: #1a1a1c;
		--default-button-color: #ddd;
		--default-button-background: #1a1a1c;
		--default-base-background: #1a1a1c;
		--header-primary-color: #333;
		--box-header-color: #fff;
		--footer-background-color: #1a1a1c;
		--footer-color: #ddd;
		--default-primary-color: #ddd;
		--default-base-color: #ddd;
		--default-h1-color: #ddd;
		--default-h2-color: #ddd;
		--default-h3-color: #ddd;
		--default-a-color: #ddd;
/*		--default-a-hover-color: #2687c5;*/
		--default-a-hover-color: black;
		--default-background-banner-menu: #3f3f41;
		--default-background-banner-menu-active: #575756;

		--default-a-color-banner-menu: #eee;
		--default-border-banner-menu: #3f3f8f;
		--default-selection-background: #2687c5;
		--default-selection-color: #fff;
		--default-background-message-sent: #d2f4ff;
		--default-color-message-sent: #232323;
		--default-background-message-received: #eee;
		--default-color-message-received: #232323;
		--scrollbar-background: rgba(150, 150, 150, 0.3);
		--default-body-background: #000;
		--default-body-background-rgba: rgba(23, 23, 26, 0.9);
		--default-form-background: rgba(46, 51, 51, 1);
		--default-form-background-focus: rgba(46, 51, 51, 0.7);
		--default-border-elenco-voci: 1px dotted rgba(255,255,255,0.5);
		--default-btn-light-color: #ddd;
		--default-btn-light-background: transparent;
		--default-btn-light-border-color: #ddd;
		--color-icon-st0: #737373;
		--color-icon-st1: #989797;
	}

	@media (prefers-color-scheme: dark) {
		:root {


		}
	}

	/* Media querys responsive css */

	@media screen and (max-width: 991px){
		:root{
			--header-height: 150px;
		}

	}
