/* Colori ----------- */
/* --- BANNER COOKIE --- */
#banner_cookie {
	text-align:center;
	width: 100%; 
	line-height:250%; 
}
#banner_cookie p {
	font-size: 0.8125rem;
	width:100%;
	margin:0px;
	padding:0px;
}
#banner_cookie a {
	margin-left: 20px; 
	text-decoration:none; 
	padding: 5px 10px; 
	border-radius: 5px;
}
/* Spinner */
.loading {
	margin:0 0 0 0;
	width: 100%;
	height:100%;
	display:flex;
 	display:-webkit-flex;
 	flex-flow:column wrap;
 	-webkit-flex-flow:column wrap;
 	-moz-flex-flow:column wrap;
	align-content:center;
	justify-content:center;
	-webkit-align-content:center;
	-moz-align-content:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
}
.spinner {
	background:none;
	margin:0 0 0 0;
	width: 100%;
	height:90px;
	padding:0 0 0 0;
	text-align: center;
	font-size:10px;

	display:flex;
 	display:-webkit-flex;
 	flex-flow:column wrap;
 	-webkit-flex-flow:column wrap;
 	-moz-flex-flow:column wrap;
	align-content:center;
	justify-content:center;
	-webkit-align-content:center;
	-moz-align-content:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;

	align-items: center;
}

.spinner > div {
  background: #6C7C93;
  height: 100%;
  width: 10px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4); opacity:0.6; }  
  20% { -webkit-transform: scaleY(1.0); opacity:1; }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4) ; opacity:0.6;
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0); opacity:1;
  }
}

/* Formattazione Generale ----------- */
#contenuto h1 {
	margin:0 0 0 0;
	padding:0 0;
	text-align:left;
}
#contenuto h1 a.torna_ricerca{
	float: right;
}
#contenuto h2 {
	text-align:left;
	margin:0.625rem 0 0.625rem 0;
	padding:0 0;
}
#contenuto h3 {
	text-align:left;
	margin:0 0 0.625rem 0;
	padding:0 0;
}
#contenuto h4 {
	text-align:left;
	margin:0 0 0.625rem 0;
	padding:0 0;
}
#contenuto p {
	text-align:justify;
	margin:0 0 0.625rem 0;
	padding:0 0;
}
#contenuto a {
	text-decoration:none;
}
#contenuto p strong {
}
#contenuto ul, #contenuto ol {
	margin:0.625rem 0 0.625rem 1.25rem;
	padding:0 0;
}
#contenuto li {
	text-align:justify;
}
#contenuto img {
	padding:0px;
	float:left;
}
#contenuto table {
	width:100%;
	margin:0.625rem auto;
}
#contenuto table td {
	padding:0.3125rem;
	margin:0 0 0 0;
	text-align:center;
}
#contenuto table th {
	padding:0.3125rem;
	margin:0 0 0 0;
	text-align:left;
	text-align:center;
}
#contenuto .view_contenuto {
	height:32px;
	width:32px;
	position:absolute;
	top:5px;
	right:10px;
}
#contenuto .view_contenuto.apri {
	background:url(../../images/pubblico/expand.png) no-repeat center center;
}
#contenuto .view_contenuto.chiudi {
	background:url(../../images/pubblico/reduce.png) no-repeat center center;
}
#contenuto div.testo {
	position:relative;
}
div.ui-tooltip {
    max-width: 800px;
}
/* Smartphones ----------- */
@media only screen and (max-width : 960px) {
#contenuto.monocolonna, #contenuto.duecolonne {
	width:94%;
	padding:0.675rem 3%;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 961px) {
#contenuto.monocolonna {
	margin:0 0 0 0;
	padding:1rem 0;
	width:100%;
}
#contenuto.duecolonne {
	margin:0 0 0 0;
	padding:1rem 0;
	width:40rem;
	float:left;
}
}

#contenuto #box_liste {
	width: 100%;
	margin-top:30px;

}
#contenuto #box_liste p {
	font-size: 11px;
}
#contenuto #box_liste p, #contenuto #box_liste label {
	margin: 5px 0px;
	padding: 0px;
	color: #FFF;
}
#contenuto #box_liste .box_accesso {
	float: left;
	border-radius:10px;
	padding: 2%;
	min-height: 16.5em;
	width: 26%;
}
#contenuto #box_liste h2 {
	margin: 0 0 1em;
	font-size: 1.1em;
	line-height:1.4em;
	color: #fff;
}

#contenuto #box_liste div div {min-height:8em}

#contenuto #box_liste p {
	line-height: 1.4em;
}
#contenuto #box_liste_pubbliche a:link {
	background-color:transparent;
}
#contenuto #box_liste_pubbliche a:hover{
	text-decoration:none;
	background-color:#003399;
	color:#fff;
}
#contenuto #box_liste_private {margin: 0 3%}

#contenuto #box_liste_private h2, #contenuto #box_liste_private p, #contenuto #box_area_ris h2, #contenuto #box_area_ris p {
	color: #FFFFFF;
}
#contenuto #box_liste form {
	margin: 0;
}
#contenuto #box_liste form label {
	font-weight: bold;
	display: block;
}
#contenuto #box_liste form input {
	width: 100%;
	margin-bottom:0.5em;
}

#contenuto #box_liste_pubbliche { /*giallo */
	background: rgb(255,204,0); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(255,204,0,1) 0%, rgba(255,204,0,1) 29%, rgba(252,201,0,1) 30%, rgba(251,201,0,1) 35%, rgba(247,198,0,1) 38%, rgba(237,189,0,1) 57%, rgba(233,185,0,1) 60%, rgba(233,185,0,1) 64%, rgba(224,177,0,1) 75%, rgba(223,177,0,1) 80%, rgba(219,174,0,1) 81%, rgba(217,171,0,1) 89%, rgba(207,164,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,204,0,1)), color-stop(29%,rgba(255,204,0,1)), color-stop(30%,rgba(252,201,0,1)), color-stop(35%,rgba(251,201,0,1)), color-stop(38%,rgba(247,198,0,1)), color-stop(57%,rgba(237,189,0,1)), color-stop(60%,rgba(233,185,0,1)), color-stop(64%,rgba(233,185,0,1)), color-stop(75%,rgba(224,177,0,1)), color-stop(80%,rgba(223,177,0,1)), color-stop(81%,rgba(219,174,0,1)), color-stop(89%,rgba(217,171,0,1)), color-stop(100%,rgba(207,164,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,204,0,1) 0%,rgba(255,204,0,1) 29%,rgba(252,201,0,1) 30%,rgba(251,201,0,1) 35%,rgba(247,198,0,1) 38%,rgba(237,189,0,1) 57%,rgba(233,185,0,1) 60%,rgba(233,185,0,1) 64%,rgba(224,177,0,1) 75%,rgba(223,177,0,1) 80%,rgba(219,174,0,1) 81%,rgba(217,171,0,1) 89%,rgba(207,164,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,204,0,1) 0%,rgba(255,204,0,1) 29%,rgba(252,201,0,1) 30%,rgba(251,201,0,1) 35%,rgba(247,198,0,1) 38%,rgba(237,189,0,1) 57%,rgba(233,185,0,1) 60%,rgba(233,185,0,1) 64%,rgba(224,177,0,1) 75%,rgba(223,177,0,1) 80%,rgba(219,174,0,1) 81%,rgba(217,171,0,1) 89%,rgba(207,164,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,204,0,1) 0%,rgba(255,204,0,1) 29%,rgba(252,201,0,1) 30%,rgba(251,201,0,1) 35%,rgba(247,198,0,1) 38%,rgba(237,189,0,1) 57%,rgba(233,185,0,1) 60%,rgba(233,185,0,1) 64%,rgba(224,177,0,1) 75%,rgba(223,177,0,1) 80%,rgba(219,174,0,1) 81%,rgba(217,171,0,1) 89%,rgba(207,164,0,1) 100%); /* IE10+ */
	background: linear-gradient(-45deg,  rgba(255,204,0,1) 0%,rgba(255,204,0,1) 29%,rgba(252,201,0,1) 30%,rgba(251,201,0,1) 35%,rgba(247,198,0,1) 38%,rgba(237,189,0,1) 57%,rgba(233,185,0,1) 60%,rgba(233,185,0,1) 64%,rgba(224,177,0,1) 75%,rgba(223,177,0,1) 80%,rgba(219,174,0,1) 81%,rgba(217,171,0,1) 89%,rgba(207,164,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#cfa400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#contenuto #box_area_ris { /*blu */
	background: rgb(53,112,164); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(53,112,164,1) 0%, rgba(53,112,164,1) 19%, rgba(10,73,135,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(53,112,164,1)), color-stop(19%,rgba(53,112,164,1)), color-stop(100%,rgba(10,73,135,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(53,112,164,1) 0%,rgba(53,112,164,1) 19%,rgba(10,73,135,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(53,112,164,1) 0%,rgba(53,112,164,1) 19%,rgba(10,73,135,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(53,112,164,1) 0%,rgba(53,112,164,1) 19%,rgba(10,73,135,1) 100%); /* IE10+ */
	background: linear-gradient(-45deg,  rgba(53,112,164,1) 0%,rgba(53,112,164,1) 19%,rgba(10,73,135,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3570a4', endColorstr='#0a4987',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#contenuto #box_liste_private { /* rosso */
	background: rgb(153,0,0); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(153,0,0,1) 0%, rgba(153,0,0,1) 28%, rgba(109,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(153,0,0,1)), color-stop(28%,rgba(153,0,0,1)), color-stop(100%,rgba(109,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(153,0,0,1) 0%,rgba(153,0,0,1) 28%,rgba(109,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(153,0,0,1) 0%,rgba(153,0,0,1) 28%,rgba(109,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(153,0,0,1) 0%,rgba(153,0,0,1) 28%,rgba(109,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(-45deg,  rgba(153,0,0,1) 0%,rgba(153,0,0,1) 28%,rgba(109,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#6d0000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}