/* utilita */
.height1 {
	line-height:1;
}

.nopadnomarg {
	margin:0;
	padding:0;
}
/* Popup */
.comunedescr {
	padding-left:15px;
}
.tabrow {
	text-align: center;
	list-style: none;
	padding: 0;
	line-height: 24px;
	height: 26px;
	overflow: hidden;
	font-size: 12px;
	font-family: verdana;
	position: relative;
	margin-top:10px;
}

.tabrow li {
	border: 1px solid #AAA;
	background: #D1D1D1;
	background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	display: inline-block;
	position: relative;
	z-index: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
	text-shadow: 0 1px #FFF;
	margin: 0 -2px;
	padding: 0 4px;
}

.tabrow a {
	color: #555;
	text-decoration: none;
}

.tabrow li.selected {
	background: #FFF;
	color: #333;
	z-index: 2;
	border-bottom-color: #FFF;
}

.tabrow:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #AAA;
	z-index: 1;
}

.tabrow li:before,.tabrow li:after {
	border: 1px solid #AAA;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}

.tabrow li:before {
	left: -6px;
	border-bottom-right-radius: 6px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #D1D1D1;
}

.tabrow li:after {
	right: -6px;
	border-bottom-left-radius: 6px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #D1D1D1;
}

.tabrow li.selected:before {
	box-shadow: 2px 2px 0 #FFF;
}

.tabrow li.selected:after {
	box-shadow: -2px 2px 0 #FFF;
}

.rating_bar {
	clear: both;
	float: left;
	width: 55px;
	background: url('../img/star_x_grey.gif') 0 0 repeat-x;
	vertical-align: middle;
}

.rating_bar div {
	height: 12px;
	background: url('../img/star_x_orange.gif') 0 0 repeat-x;
	vertical-align: middle;
}

.titlerating {
	float: left;
	margin-left: 10px;
}

.titlerating h5 {
	line-height: 0.5;
}

.tabella h5 {
	margin: 0;
	padding: 0;
}

.left-icons-table {
	padding-top: 2px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin: 0;
}

.bottom-line {
	margin: 0;
	padding: 0;
}

.big_arrow {
	font-size: 4em;
	padding-top: 7px;
}

.medium_arrow {
	font-size: 2.8em;
	padding-top: 13px;
}

.red {
	color: #fa2a1e;
}

.blue {
	color: #00d0ff;
}
.lefthome {
	margin-top:20px
}
.poplogo {
	margin-top: 10px;
	margin-bottom: 10px;
}

.homepop {
	margin-bottom:20px;
}

#popup ul {
	line-height: inherit;
}

#popup img {
	display: inline;
}

#segnala {
	padding-top: 20px;
	width: 600px;
	overflow: hidden;
}

#popup {
	padding-top: 0;
	padding-left:20px;
	padding-right:20px;
	width: 600px;
	overflow: hidden;
}

#popup hr {
	padding: 0;
	margin: 0;
}

.top_modal h4 {
	line-height: 0.5;
}

.menupopup {
	font-size: 25px;
	color: #202020;
}

.icon_image {
	margin-right: 10px;
}

.live_temp {
	font-size: 3.8em;
	line-height: 1.2;
	text-align: center;
}

/* Marker vento */
.wind-dir {
	padding-bottom: 2px;
	padding-left: 3px;
}

/* impostazioni Mappa */
#map {
	position: fixed;
	top: 30px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	margin-left: 200px;
	padding: 0;
	z-index: 1;
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-ms-transition: -ms-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
	-webkit-overflow-scrolling: none;
}

.icona {
	border-radius: 7px;
	border-style: solid;
	border-width: 2px;
	text-align: center;
	color: rgb(42, 42, 42);
	font-size:1.1em;
	
}

.legenda {
	position: absolute;
	right: 5px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	font-size: 11px;
	font-weight: bold;
	z-index: 2;
	top: 30px;
}

.legenda2 {
	position: absolute;
	right: 5px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	font-size: 11px;
	font-weight: bold;
	z-index: 2;
	top: 50px;
}
/* Font google*/
.roboto {
	font-family: 'Roboto Condensed', sans-serif;
}

/* Controls Bar */
.size-22 {
	font-size: 22px;
}

.nomargin {
	margin: 0 !important;
}

/* Top Bar */
.top-bar-section ul li>a {
	color: #CCC;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
}

.top-bar-section li:not (.has-form ) a:not (.button ) {
	padding: 0 20px 0 0;
}

.top-bar-section ul li>a:hover,top-bar-section ul li>a:focus {
	color: #eee;
	text-decoration: none;
}

.top-bar-section ul {
	line-height: inherit;
}

.top-bar .name h1 a {
	color: #777;
	font-family: 'Source Sans Pro', sans-serif;
}

.top-bar .name h1 i {
	padding-right: 10px;
}
/* Sidebar */
.estremi {
	font-size: 0.8rem;
	padding: 0.3rem;
	cursor: pointer;
}

.calendar {
	display: none;
	position: absolute;
	left: 200px;
	z-index: 2;
}

.off-canvas-menu {
	width: 200px;
	left: 0px;
	position: absolute;
	top: 30px;
	bottom: 0;
	background: none repeat scroll 0 0 #dfe0e2;
	font-family: 'Source Sans Pro', sans-serif;
	overflow: auto;
	margin-left: 0px;
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-ms-transition: -ms-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
	-webkit-overflow-scrolling: touch;
	z-index: 2;
}

.off-canvas-menu ul {
	margin-bottom: 1px;
}

.off-canvas-menu ul li>a {
	background: none repeat scroll 0 0 #dfe0e2;
	box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.1) inset;
	color: #3f444c;
	border: none;
	transition: none;
	font-weight: 400;
	font-size: 0.9rem;
	border-bottom: 1px solid #cccccc;
	margin-left: 30px
}

ul.off-canvas-list li label {
	border: none;
	padding-left: 0.3rem;
	padding-top: 0;
	padding-bottom: 0;
}

ul.off-canvas-list li a {
	padding: 0.2rem;
}

.off-canvas-menu ul li>a:hover {
	background-color: #d2d3d6;
	color: #3f444c;
}

.off-canvas-menu ul li a>i {
	margin-right: 5px;
	margin-left: 10px;
}

.var-active,.global-active {
	background-color: #a2a3a6 !important;
	color: #CC0000 !important;
}

.left-off-canvas-menu ul li a>i {
	margin-right: 5px;
	margin-left: 10px;
}

.menuopen {
	background: url("../img/open.png") no-repeat scroll right center #444444
		!important;
	height: 16px;
}

.menuclose {
	background: url("../img/close.png") no-repeat scroll right center
		#444444 !important;
	height: 16px;
}