﻿.StoricoCookie_No, .CookieTec_No {
	display:none;
}


.o-btn-accordion:hover, .o-btn-accordion:hover:after {
    color: #8f1d24;
}

.o-btn-accordion.is-open:after {
    content: '';
    color: #222222 !important;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(
180deg);
    transform: rotate(
180deg);
}

button {
background-color: #999;
color: #fff;
border-radius: 5px;
cursor: pointer;
border: none;
padding: 5px;
}
/*Content page con Accordion*/
.l-accordion-content {
  display: none;
}

.l-accordion-content  {
  padding-right: 60px;
}

.o-btn-accordion {
  margin: 15px auto;
}

.o-btn-accordion:after {
  content: '';
  float: right;
  border-top: 10px dashed;
  border-top: 10px solid \9;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  color: #00491F;
  float: right;
  margin-top: 5px;
  -moz-transition-duration: 800ms;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  cursor: pointer;
}
.o-btn-accordion.is-open:after {
  /* content: ''; */
  /* color: #222222 !important; */
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* -webkit-transform: rotate(180deg); */
  /* transform: rotate(180deg); */
}


#pulsanteX {
	position: absolute;
	top: 0;
	right: 15px;
	cursor: pointer;
	border: 7px solid #00491F;
	border-radius: 100%;
	background-color: #ffffff;
}

#pulsanteX:hover {
	background-color: #00491F;
}

/* #pulsanteX:after{
	content: "\2716";
	position: absolute;
	font-size: 16pt;
	color:#00491F;
	top: 7px;
    left: 9px;
} */

#pulsanteX:before {
	position: absolute;
	content: '';
	width: 4px;
	height: 20px;
	top: 17px;
	left: 17px;
	background-color: #00491F;
	border: 0;
	-webkit-transform: translate(-50%, -50%) rotate( 45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate( 45deg);
}

#pulsanteX:after {
	position: absolute;
	content: '';
	width: 4px;
	height: 20px;
	top: 17px;
	left: 17px;
	background-color: #00491F;
	-webkit-transform: translate(-50%, -50%) rotate( -45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate( -45deg);
}

#pulsanteX:hover:before, #pulsanteX:hover:after {
	background-color: #ffffff;
}

#pulsanteX input {
	margin: 0px;
	border-radius: 100%;
	border: none;
	width: 35px;
	height: 35px;
	background: transparent;
	color: #ffffff;
	cursor: pointer;
	font-size: 0;
}

#bannercookieoverlay {
	z-index: 9998;
	background-color: #0007;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.c-cookie-button{
	position: fixed;
    background-color: #00491F;
	bottom: 0;
    left: 20px;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    z-index: 400;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
	font-size: 24px;
	transition: all .3s;
}
.c-cookie-button:hover {
	bottom: 15px;
}
.c-cookie-button:after {
	content: '';
    position: absolute;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 8px solid #00491F;
    left: 50%;
    top: 100%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0%);
    z-index: 10;
}
#bannercookie {
	z-index: 999;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	top: auto;
	right: 0;
	left: 0;
	background-color: #fff;
	max-height: 90vh;
	overflow-y: auto;
	overflow-x: clip;
	bottom: 0;
}

#bannercookie br {
	line-height: 0px;
}

#bannercookie .c-cookie-title {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	background-color: #00491F;
	color: #ffffff;
	padding: 10px 0;
}
.c-cookie-title h4 {
	display: inline-block;
	margin-top: 15px;
}
#bannercookie .c-cookie-title:after {
	content: '';
	position: absolute;
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	border-top: 16px solid #00491F;
	left: 50%;
	top: 43px;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 10;
}

#bannercookie .c-cookie-text {
	font-size: 15px;
	line-height: 26px;
	font-weight: 300;
	text-align: justify;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 1em;
	padding: 0 20px;
	color: #222;
}

#ctacookie {
	margin: 2em 0;
	text-align: center;
}

.o-cta-accept, .o-cta-reject, .o-cta-save, #ctacookie input[type=button] {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0px;
	/* color: #00491F; */
	text-transform: uppercase;
	text-align: center;
	width: 200px;
	height: 50px;
	border-radius: 0;
	cursor: pointer;
}

.c-informativa-cookie {
	background-color: #ffffff;
	border: 2px solid #00491F;
	color: #00491F;
}

#ctacookie .c-informativa-cookie:hover {
	background-color: #00491F;
	color: #ffffff;
}

.o-cta-accept, .o-cta-reject, .o-cta-save {
	background-color: #B2CE27;
	color: #00491F;
	border: 0;
	width: 220px;
	height: 40px;
	transition: all .3s;
}
.o-cta-accept:hover, .o-cta-reject:hover, .o-cta-save:hover {
	background-color: #00491F;
	/* color: #ffffff; */
}
/*CLASSE Per identitario 2019-2021*/

.c-button-cookie {
	background-color: #B2CE27;
	border: 2px solid #B2CE27;
}

/*fine Per identitario 2019-2021*/

.l-cta-cookie {
	display: inline-block;
}

input[type=button].c-button-cookie {
	background-color: #00491F;
	border: 2px solid #00491F;
	color: #ffffff;
}

input[type=button].c-button-cookie:hover {
	background-color: #ffffff;
	border: 2px solid #00491F;
	color: #00491F;
}

#btnAcceptTechincal {
	margin: 0 3em;
}

/*PAGINA COOKIE.ASP*/

.o-cta-save:disabled {
	opacity: .5;
	cursor: default;
}

.c-cookie-title>span {
	font-size: 20pt;
	color: #00491F;
}

.c-cookie-title>.o-cookie-status.tecnici {
	background-color: #777;
	color: white;
	font-size: 12pt;
	font-weight: 300;
	padding: 0 10px;
	border-radius: 20px;
	float: right;
	text-transform: uppercase;
	margin-top: 15px;
}

/*CONSENSO PROFILAZIONE GENERALI*/
.c-cookie-title h4#lblCookieProfilazione {
	margin-top: 35px;
}
.c-cookie-title>.o-cookie-status.profilazione {
	position: relative;
	color: #aaa;
	font-size: 12pt;
	font-weight: 400;
	line-height: 14pt;
	padding: 0px;
	float: right;
	display: inline-block;
	width: 35px;
	height: 22px;
	cursor: pointer;
	background-image: url('/Style Library/custom/images/toggle.svg');
	background-size: 34px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 35px;
}

.c-cookie-title>.o-cookie-status.profilazione input {
	visibility: hidden;
}

/*NO CONSENSO PROFILAZIONE*/

.c-cookie-title>.o-cookie-status.profilazione:before {
	content: "DISATTIVI";
	margin-left: -5em;
	vertical-align: middle;
}

/*SI CONSENSO PROFILAZIONE*/

.c-cookie-title>.o-cookie-status.profilazione.checked {
	background-position: 0 97%;
}

.c-cookie-title>.o-cookie-status.profilazione.checked:before {
	content: "ATTIVI";
	margin-left: -3.5em;
}

/*TABELLE COOKIE*/

#o-cookie-date-agreement {
	font-style: italic;
	margin-bottom: 1em;
}

#o-cookie-date-agreement b {
	font-weight: 500;
}

.c-cookie-table {
	width: 100%;
	font-size: 12pt;
	border-collapse: collapse;
	margin-top: 1em;
}

.c-cookie-table td {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	vertical-align: top;
	padding: .25em;
}

.c-cookie-table th {
	text-transform: UPPERCASE;
	color: #00491F;
	font-size: 11pt;
}

.c-cookie-table th, .c-cookie-table td {
	padding: 15px;
}
.c-cookie-table tr th:nth-child(1), .c-cookie-table tr th:nth-child(3) {
    min-width: 150px;
}
.c-cookie-table tr th:nth-child(2) {
	min-width: 300px;
}
.c-cookie-table tr th:last-child {
	min-width: 120px;
}

/* COOKIE CTA */

.c-cta-header-choice {
	float: right;
}

.c-cta-header-choice input {
	margin-left: 2em;
}

.c-last-update {
	height: 60px;
}

.c-cta-footer {
	text-align: center;
	margin-top: 3em;
}

.c-cta-footer-choice {
	margin-top: 1em;
}

.c-cta-footer-choice input {
	margin: 0 3em;
}

/* AGGIUSTAMENTI ACCORDION*/

.o-btn-accordion, .c-main-content h3 {
	font-family: 'Roboto slab', serif;
	font-size: 24px;
	text-transform: none;
}

.o-btn-accordion {
	border-bottom: 2px solid #d4d4d4;
	padding: .5em;
}

.o-btn-accordion.is-open {
	border-bottom-color: #8f1d24;
	color: #00491F;
}

.l-accordion-content {
	margin: 1em;
	text-align: justify;
}

.l-accordion-content ol li:before {
	display: none;
}

.l-accordion-content ol li {
	list-style: number;
}


.o-cookie-link {
	text-align: center
}

.o-cookie-link>a>img {
	width: 26px;
}

a#hInfoPrivacy {
	color: #00491F;
	_border-bottom: 1px solid #32638B;
}

a#hInfoPrivacy:hover {
	color: #B2CE27;
	border-color: #B2CE27;
}

@media (max-width: 823px) {
	/* .c-cookie-table tr th:first-child, .c-cookie-table tr th:nth-child(3) {
		width: 100%;
	} */
	.c-cookie-table-wrapper {
		overflow-x: scroll;
	}
	.c-cta-header-choice {
		margin-top: 15px;
		width: 100%;
		text-align: center;
	}
	.c-cookie-title h4 {
		display: inline-block;
	}
	.c-cta-header-choice input {
		margin-left: 0;
		margin-bottom: 1em;
	}
	.c-cookie-title>.o-cookie-status.tecnici {
		margin-top: 15px;
	}
	.c-cta-footer-choice input {
		margin-bottom: 1em;
	}
	#bannercookie {
		/* bottom: 20%; */
	}
	#bannercookie .c-cookie-text {
		padding: 0 20px;
		max-height: 66vh;
		overflow-y: auto;
		position: relative;
		margin-top: 20px;
		/* padding-bottom: 50px; */.StoricoCookie_No, .CookieTec_No {
	display:none;
}


.o-btn-accordion:hover, .o-btn-accordion:hover:after {
    color: #8f1d24;
}

.o-btn-accordion.is-open:after {
    content: '';
    color: #222222 !important;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(
180deg);
    transform: rotate(
180deg);
}

button {
background-color: #999;
color: #fff;
border-radius: 5px;
cursor: pointer;
border: none;
padding: 5px;
}
/*Content page con Accordion*/
.l-accordion-content {
  display: none;
}

.l-accordion-content  {
  padding-right: 60px;
}

.o-btn-accordion {
  margin: 15px auto;
}

.o-btn-accordion:after {
  content: '';
  float: right;
  border-top: 10px dashed;
  border-top: 10px solid \9;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  color: #00491F;
  float: right;
  margin-top: 5px;
  -moz-transition-duration: 800ms;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  cursor: pointer;
}
.o-btn-accordion.is-open:after {
  /* content: ''; */
  /* color: #222222 !important; */
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* -webkit-transform: rotate(180deg); */
  /* transform: rotate(180deg); */
}


#pulsanteX {
	position: absolute;
	top: 0;
	right: 15px;
	cursor: pointer;
	border: 7px solid #00491F;
	border-radius: 100%;
	background-color: #ffffff;
}

#pulsanteX:hover {
	background-color: #00491F;
}

/* #pulsanteX:after{
	content: "\2716";
	position: absolute;
	font-size: 16pt;
	color:#00491F;
	top: 7px;
    left: 9px;
} */

#pulsanteX:before {
	position: absolute;
	content: '';
	width: 4px;
	height: 20px;
	top: 17px;
	left: 17px;
	background-color: #00491F;
	border: 0;
	-webkit-transform: translate(-50%, -50%) rotate( 45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate( 45deg);
}

#pulsanteX:after {
	position: absolute;
	content: '';
	width: 4px;
	height: 20px;
	top: 17px;
	left: 17px;
	background-color: #00491F;
	-webkit-transform: translate(-50%, -50%) rotate( -45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate( -45deg);
}

#pulsanteX:hover:before, #pulsanteX:hover:after {
	background-color: #ffffff;
}

#pulsanteX input {
	margin: 0px;
	border-radius: 100%;
	border: none;
	width: 35px;
	height: 35px;
	background: transparent;
	color: #ffffff;
	cursor: pointer;
	font-size: 0;
}

#bannercookieoverlay {
	z-index: 9998;
	background-color: #0007;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.c-cookie-button{
	position: fixed;
    background-color: #00491F;
	bottom: 0;
    left: 20px;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    z-index: 400;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
	font-size: 24px;
	transition: all .3s;
}
.c-cookie-button:hover {
	bottom: 15px;
}
.c-cookie-button:after {
	content: '';
    position: absolute;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 8px solid #00491F;
    left: 50%;
    top: 100%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0%);
    z-index: 10;
}
#bannercookie {
	z-index: 999;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	top: auto;
	right: 0;
	left: 0;
	background-color: #fff;
	max-height: 90vh;
	overflow-y: auto;
	overflow-x: clip;
	bottom: 0;
}

#bannercookie br {
	line-height: 0px;
}

#bannercookie .c-cookie-title {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	background-color: #00491F;
	color: #ffffff;
	padding: 10px 0;
}
.c-cookie-title h4 {
	display: inline-block;
	margin-top: 15px;
}
#bannercookie .c-cookie-title:after {
	content: '';
	position: absolute;
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	border-top: 16px solid ##00491F;
	left: 50%;
	top: 43px;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 10;
}

#bannercookie .c-cookie-text {
	font-size: 15px;
	line-height: 26px;
	font-weight: 300;
	text-align: justify;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 1em;
	padding: 0 20px;
	color: #222;
}

#ctacookie {
	margin: 2em 0;
	text-align: center;
}

.o-cta-accept, .o-cta-reject, .o-cta-save, #ctacookie input[type=button] {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0px;
	
	text-transform: uppercase;
	text-align: center;
	width: 200px;
	height: 50px;
	border-radius: 0;
	cursor: pointer;
}

.c-informativa-cookie {
	background-color: #ffffff;
	border: 2px solid #00491F;
	color: #00491F;
}

#ctacookie .c-informativa-cookie:hover {
	background-color: #00491F;
	color: #ffffff;
}

.o-cta-accept, .o-cta-reject, .o-cta-save {
	background-color: #B2CE27;
	color: #00491F;
	border: 0;
	width: 220px;
	height: 40px;
	transition: all .3s;
}
.o-cta-accept:hover, .o-cta-reject:hover, .o-cta-save:hover {
	background-color: #00491F;
	/* color: #ffffff; */
}
/*CLASSE Per identitario 2019-2021*/

.c-button-cookie {
	background-color: #B2CE27;
	border: 2px solid #B2CE27;
}

/*fine Per identitario 2019-2021*/

.l-cta-cookie {
	display: inline-block;
}

input[type=button].c-button-cookie {
	background-color: #00491F;
	border: 2px solid #00491F;
	color: #ffffff;
}

input[type=button].c-button-cookie:hover {
	background-color: #ffffff;
	border: 2px solid #00491F;
	color: #00491F;
}

#btnAcceptTechincal {
	margin: 0 3em;
}

/*PAGINA COOKIE.ASP*/

.o-cta-save:disabled {
	opacity: .5;
	cursor: default;
}

.c-cookie-title>span {
	font-size: 20pt;
	color: #00491F;
}

.c-cookie-title>.o-cookie-status.tecnici {
	background-color: #777;
	color: white;
	font-size: 12pt;
	font-weight: 300;
	padding: 0 10px;
	border-radius: 20px;
	float: right;
	text-transform: uppercase;
	margin-top: 15px;
}

/*CONSENSO PROFILAZIONE GENERALI*/
.c-cookie-title h4#lblCookieProfilazione {
	margin-top: 35px;
}
.c-cookie-title>.o-cookie-status.profilazione {
	position: relative;
	color: #aaa;
	font-size: 12pt;
	font-weight: 400;
	line-height: 14pt;
	padding: 0px;
	float: right;
	display: inline-block;
	width: 35px;
	height: 22px;
	cursor: pointer;
	background-image: url('/Style Library/custom/images/toggle.svg');
	background-size: 34px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 35px;
}

.c-cookie-title>.o-cookie-status.profilazione input {
	visibility: hidden;
}

/*NO CONSENSO PROFILAZIONE*/

.c-cookie-title>.o-cookie-status.profilazione:before {
	content: "DISATTIVI";
	margin-left: -5em;
	vertical-align: middle;
}

/*SI CONSENSO PROFILAZIONE*/

.c-cookie-title>.o-cookie-status.profilazione.checked {
	background-position: 0 97%;
}

.c-cookie-title>.o-cookie-status.profilazione.checked:before {
	content: "ATTIVI";
	margin-left: -3.5em;
}

/*TABELLE COOKIE*/

#o-cookie-date-agreement {
	font-style: italic;
	margin-bottom: 1em;
}

#o-cookie-date-agreement b {
	font-weight: 500;
}

.c-cookie-table {
	width: 100%;
	font-size: 12pt;
	border-collapse: collapse;
	margin-top: 1em;
}

.c-cookie-table td {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	vertical-align: top;
	padding: .25em;
}

.c-cookie-table th {
	text-transform: UPPERCASE;
	color: #00491F;
	font-size: 11pt;
}

.c-cookie-table th, .c-cookie-table td {
	padding: 15px;
}
.c-cookie-table tr th:nth-child(1), .c-cookie-table tr th:nth-child(3) {
    min-width: 150px;
}
.c-cookie-table tr th:nth-child(2) {
	min-width: 300px;
}
.c-cookie-table tr th:last-child {
	min-width: 120px;
}

/* COOKIE CTA */

.c-cta-header-choice {
	float: right;
}

.c-cta-header-choice input {
	margin-left: 2em;
}

.c-last-update {
	height: 60px;
}

.c-cta-footer {
	text-align: center;
	margin-top: 3em;
}

.c-cta-footer-choice {
	margin-top: 1em;
}

.c-cta-footer-choice input {
	margin: 0 3em;
}

/* AGGIUSTAMENTI ACCORDION*/

.o-btn-accordion, .c-main-content h3 {
	font-family: 'Roboto slab', serif;
	font-size: 24px;
	text-transform: none;
}

.o-btn-accordion {
	border-bottom: 2px solid #d4d4d4;
	padding: .5em;
}

.o-btn-accordion.is-open {
	border-bottom-color: #8f1d24;
	color: #00491F;
}

.l-accordion-content {
	margin: 1em;
	text-align: justify;
}

.l-accordion-content ol li:before {
	display: none;
}

.l-accordion-content ol li {
	list-style: number;
}


.o-cookie-link {
	text-align: center
}

.o-cookie-link>a>img {
	width: 26px;
}

a#hInfoPrivacy {
	color: #32638B;
	_border-bottom: 1px solid #32638B;
}

a#hInfoPrivacy:hover {
	color: #B2CE27;
	border-color: #B2CE27;
}

@media (max-width: 823px) {
	/* .c-cookie-table tr th:first-child, .c-cookie-table tr th:nth-child(3) {
		width: 100%;
	} */
	.c-cookie-table-wrapper {
		overflow-x: scroll;
	}
	.c-cta-header-choice {
		margin-top: 15px;
		width: 100%;
		text-align: center;
	}
	.c-cookie-title h4 {
		display: inline-block;
	}
	.c-cta-header-choice input {
		margin-left: 0;
		margin-bottom: 1em;
	}
	.c-cookie-title>.o-cookie-status.tecnici {
		margin-top: 15px;
	}
	.c-cta-footer-choice input {
		margin-bottom: 1em;
	}
	#bannercookie {
		/* bottom: 20%; */
	}
	#bannercookie .c-cookie-text {
		padding: 0 20px;
		max-height: 66vh;
		overflow-y: auto;
		position: relative;
		margin-top: 20px;
		/* padding-bottom: 50px; */
	overflow: hidden;}
	#ctacookie input[type='button'] {
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	#bannercookie {
		bottom: 0;
	}
	.o-cta-accept, .o-cta-reject, .o-cta-save, #ctacookie input[type=button] {
		width: 250px;
	}
}

@media (max-width: 280px) {
	#bannercookie .c-cookie-text {
	    font-size: 12px;
	max-height: 70vh;}

	#bannercookie .c-cookie-text {
	    margin-top: 0px;
	}	
	

	.o-cta-accept, .o-cta-reject, .o-cta-save, #ctacookie input[type=button] {
	    width: 200px;
	margin-left: 0px;}	

	#ctacookie {
	    margin: 0 0;
	}

}
	overflow: hidden;}
	#ctacookie input[type='button'] {
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	#bannercookie {
		bottom: 0;
	}
	.o-cta-accept, .o-cta-reject, .o-cta-save, #ctacookie input[type=button] {
		width: 250px;
	}
}

@media (max-width: 280px) {
	#bannercookie .c-cookie-text {
	    font-size: 12px;
	max-height: 70vh;}

	#bannercookie .c-cookie-text {
	    margin-top: 0px;
	}	
	

	.o-cta-accept, .o-cta-reject, .o-cta-save, #ctacookie input[type=button] {
	    width: 200px;
	margin-left: 0px;}	

	#ctacookie {
	    margin: 0 0;
	}

}