
/*********************************************************/
/*GENERALI<***********************************************/

.quotation, .quotation a {
    font-size: 1em;
    margin-left: 1em;
    text-align: right;
}

/*********************************************************/
/*GENERALI>***********************************************/

/*********************************************************/
/*LIBRI<**************************************************/
	.morecontent span {
	    display: none;
	}
	.morelink {
	    display: block;
	}

	.card-libro .descrizione a {
		color: #000;
		font-weight: 700;
	}

	.card-libro .descrizione span {
		color: #000;
		font-weight: normal;
	}

	.morelink:before {
		top: 16px;
	  right: 25px;
	  position: absolute;
	  content: '\f105';
	  font-family: 'fontawesome';
	  color: #535353;
	  font-size: 20px;
		width: auto;
		text-align: center;
	}			

/*********************************************************/
/*LIBRI>**************************************************/


/*********************************************************/
/*METEO<**************************************************/
.ui-autocomplete {
	width: 300px; 	background-color: #ffffff; 	list-style: none;	margin:  0px;	padding: 0px;
}

.ui-autocomplete li{
	border-bottom: 1px solid #999999; 	background-color: #ffffff; 	padding: 5px; 	font-size: 12px; 
}

.ui-autocomplete-loading {
background: white url('/theme/img/loading16.gif') right center no-repeat;
z-index: 1000;
}


#city-search #citta {
	border: 1px solid #E5E5E5;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	font-size: 1.2em;
  outline: 0 none;
  padding: 0.6em;
  width: 8em;
}
#city-search label {
	font-size: 1.5em;
}

#city-search #invia {
    background: none repeat scroll 0 0 #617798;
    border: 0 none;
    color: #FFFFFF;
    font-size: 1.2em;
    margin-left: 0;
    padding: 0.6em;
    width: auto;
}

#meteo .info {
margin: 20px 10px;

}

table.table-meteo{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
    font-style: normal;
    border-collapse:separate;
    width: 100%;
}
.table-meteo thead th{
    padding:15px;
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    border:1px solid #93CE37;
    border-bottom:3px solid #9ED929;
    background-color:#9DD929;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.table-meteo thead th:empty{
    background:transparent;
    border:none;
}
.table-meteo tbody th{
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    background-color:#9DD929;
    border:1px solid #93CE37;
    border-right:3px solid #9ED929;
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(158,217,41)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(123,192,67))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(158,217,41) 2%,
        rgb(139,198,66) 51%,
        rgb(123,192,67) 87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.table-meteo tfoot td{
    color: #9CD009;
    font-size:32px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
}
.table-meteo tfoot th{
    color:#666;
}
.table-meteo tbody td{
    padding:2px;
    text-align:center;
    background-color:#DEF3CA;
    border: 2px solid #E7EFE0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
.table-meteo tbody span.check::before{
    content : url(../images/check0.png)
}

/*RESPONSIVE*/
@media screen and (max-width:767px) {

	.table-meteo thead tr th:nth-child(6) {
		display:none;
	}

	.table-meteo tbody tr td:nth-child(6) {
		display:none;
	}

	.table-meteo thead tr th:nth-child(8) {
		display:none;
	}
	.table-meteo tbody tr td:nth-child(8) {
		display:none;
	}	

	.table-meteo thead th { 
		padding: 0.1em;
	}
	
	.table-meteo tbody th {
		padding: 0.1em;
	}

	#meteo .ui-tabs .ui-tabs-panel {
		padding: 0;
	}

	#meteo .ui-tabs .ui-tabs-nav li a {
		padding:  0.5em 0.4em;
		font-size: 0.9em;
	}
}

/*METEO>**************************************************/
/*********************************************************/


/*********************************************************/
/*MAPPE<**************************************************/

.container-mappa {
    width: 80%;
    text-align: center;
	margin: 0 auto;
}




/*MAPPE>**************************************************/
/*********************************************************/







