/* Colori ----------- */
/* --- BANNER COOKIE --- */
#banner_cookie {
	text-align:center;
	width: 100%; 
	line-height:250%; 
	position:absolute;
	bottom:0;
	left: 0;
	z-index:4000;
}
#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 {
	font-size: 1.5rem;
	line-height: 150%;
	color: #00448D;
	font-weight: 400;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
}
#contenuto h1 a.torna_ricerca{
	float: right;
}
#contenuto h2 {
	font-size: 1.2rem;
	line-height: 130%;
	text-align: left;
	margin: 0.625rem 0 0.625rem 0;
	padding: 0 0;
	color: #AAA;
	font-weight: 400;
	border-bottom: 1px solid #CCC;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
#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.login form {
	max-width: 40rem;
	margin: 1rem auto;
    width: 100%;
}
#contenuto div.testo {
	position:relative;
}
div.ui-tooltip {
    max-width: 800px;
}
/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {
#contenuto.monocolonna, #contenuto.duecolonne {
	width:94%;
	padding:0rem 3%;
}
#pagamenti {
	background-size:90% auto;
}
#contenuto table {
	overflow-x: scroll;
	display: block;
}
#contenuto table tbody {
	width:auto;
	display: block;
}
#contenuto h1 {
	margin: 0 0 0.3125rem 0;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
#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;
}
}