@charset "utf-8";
/*-----------------------STILI CARRELLO (ACQUISTO SERVIZI)---------------------------------*/

/*acquisto pacchetti//////////////////////////////////////////////////*/
#lista-carrello .acquisto-pacchetti {
	font-size: 13px;
	color: #666;
	border: 2px solid #E7F7D5;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
a:hover .acquisto-pacchetti {
	font-size: 13px;
	color: #069;
	border: 2px solid #FC3!important;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: block;
	background-color: #FCF5DC;
	opacity: 0.9;
 transition: opacity .10s ease-in-out;
 -moz-transition: opacity .10s ease-in-out;
 -webkit-transition: opacity .10s ease-in-out;
	background-image: url(../img/ico-conferma-iscrizione.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#lista-carrello .acquisto-pacchetti img {
	float:left;
	padding-right:10px;
}
.box-testi {
	float:left;
	width: 540px;
}
#acquisto-sms h3 {
	margin: 0px;
	padding: 0px;
}
/*box registrazione//////////////////////////////////////////////////*/
.box-registrazione h3 {
	font-size: 18px;
	font-weight: bold!important;
	color: #72471d!important;
	padding-bottom: 10px!important;
	background-image: none!important;
	padding-left: 0px!important;
}
.box-registrazione {
	width:250px;
	height: 250px;
	float:left;
	padding: 10px;
	margin-right: 20px;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#box-non-registrato {

	background-color: #ece9b7;
	background-image: url(../img/bg-iscriviti.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#box-registrato {

	background-color: #fddda4;
}
/*stazioni meteo //////////////////////////////////////////////////*/
.googlemap {
	background-image: url(../img/ico-googlemap.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	height: 35px;
	display: block;
	padding-top: 13px;
	width: 33px;
	margin-right: 10px;
	padding-right: 10px;
}
.distanza {
	background-image: url(../img/ico-distanza.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px!important;
}
#tabella_stazioni {
	width: 100%;
	border-spacing: 0px;
}
#tabella_stazioni thead tr th {
	background-color:#FC6;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F60;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FCF2CD;
}
#tabella_stazioni tr {
	height:40px;
}
#tabella_stazioni tr td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
p.stazione-scelta strong {
	font-size:16px;
}
.ico-add {
	background-image: url(../img/ico-aggiungi-bianco.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 30px;
}
.colturemalattie-container {
	border: 1px solid #CCC;
	margin-left:20px;
	margin-right:20px;
	padding:5px;
}
/*box prezzo//////////////////////////////////////////////////*/
.box-cart {
	background-image: url(../img/ico-euro-tag.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 20px;
	font-weight: bold;
	color: #755E46;
	padding-left: 50px;
}
.container-box-cart {
	float: right;
	border: 1px solid #B4E0EF!important;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 190px;
	background-image: url(../img/lined_paper.png);
}
#title-left {
	float:left;
	width:450px;
}
/*elenco stazioni//////////////////////////////////////////////////*/

#elenco_stazioni li {
	list-style-type: none;
	display: inline;
	margin-right: 20px;
}
.elenco-stazioni li a {
	font-size: 15px;
	list-style-type: disc;
	background-image: url(../img/anemometer_mono_mini.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	color: #069;
}
.elenco-stazioni li a:hover {
	display: block;
	color: #FFF!important;
	background-color: #0b7c3a;
	text-decoration: none!important;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../img/ico-conferma.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
.elenco-stazioni li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #09C;
}
/*SMS bacheca//////////////////////////////////////////////////*/

.box_sms {
	margin-bottom: 20px;
	border:1px solid #AAAC5B;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px; /* firefox */
	-webkit-border-bottom-left-radius: 10px; /* safari, chrome */
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px; /* firefox */
	-webkit-border-bottom-right-radius: 10px; /* safari, chrome */
	font-size: 15px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.data-ora-sms {
	font-size: 14px;
	color: #7e7f41;
	background-image: url(../img/ico-sms.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7e7f41;
	background-color: #F7F7EE;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
.navigation {
	text-align: center;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	border-radius: 4px;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #428bca;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #2a6496;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #3a8a93;
	border-color: #3a8a93;
        padding-top:9px;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #999;
         padding-top:9px;
}
.preferenze a {
	color: #85AB2C;
	text-decoration: none;
	background-image: url(../img/ico-preferenze.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 4px;
}

.elenco-ordini td{
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #42A2BD;
}
.elenco-ordini tr:nth-child(odd) td {
	background-color: #e8f5f6;
	
	}
.elenco-ordini tr:nth-child(even) td { 
background-color: #fff; 
}

.elenco-ordini th{
	padding: 4px;
	color: #FFF;
	background-color: #26767f;
}

h2.costo{
	font-weight: bold;
	color: #F60!important;
	background-image: url(../img/ico-euro-tag.png)!important;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	}

	.desc_indirizzo {
		font-size: 12px;
		font-weight: bold;
		padding-left:45px;
		text-transform:lowercase;
		opacity: 0.8;
	}
