@CHARSET "ISO-8859-1";
html {
    height: 100%;
}

body{
	padding:0px;
	height: 100%;
	margin: 0px;
    background: #ffffff;
}

table {
  	border-spacing: 0px;
}

@font-face {
    font-family: 'cali';
    src: url(Fonts/calibril.ttf);
}

@font-face {
    font-family: 'gotico';
    src: url(Fonts/GOTHIC.TTF);
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header{
	height:40px;
	line-height:40px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */	
	font-family: gotico;	
	border-bottom: solid 3px #ccc;
}

.log_b{
	position:absolute;
	cursor:pointer;
	font-weight:bold;
	color:#000000;
	font-family:gotico;
	font-size:22px;
	margin-top:90px;
	margin-left:40px;
	z-index:6;
}

.hmenu{
	position:absolute;
	cursor:pointer;
	font-weight:bold;
	color:#50c736;
	font-family:gotico;
	font-size:22px;
	left:100%;
	margin-top:90px;
	margin-left:-220px;
	color:white;
	z-index:6;
	display:none;
}

.show{
	height: 75px;
	width:100%;
	border-bottom: outset 5px #008000;
	background: #edefef;
	position:fixed;
	z-index:100;
}

.content{
	background-position: center bottom;
	/*)border-top: solid 3px #b4a698;*/
}

.logosun{
	width:50px;
	height:50px;
	position:absolute;
	margin-left:180px;
}

.logotitle{
	font-family: gotico;
	font-size:22px;
	margin-top:95px; 
	color:#000000;
	text-align:right;
	margin-left:0px;	
	float:right;
}	

#wpanel{
	display:none;
	opacity:0;
	position:fixed;
	height:100%;
	width:100%;
	z-index:7;
	background-color:white;
}

#gpanel{
	position:fixed;
	background:#333;
	height: 300px;
	width: 620px;
	margin-left:50px;
	margin-top:10px;
	display:none;
	opacity:0;
	font-family:arial;
	font-size:12px;
	padding:10px;
	padding-top:20px;
	z-index:6;
}

#gpanel2{
	position:fixed;
	background:#666;
	height: 300px;
	width: 620px;
	margin-left:50px;
	margin-top:10px;
	display:none;
	opacity:0;
	font-family:arial;
	font-size:12px;
	padding:10px;
	padding-top:20px;
	z-index:6;
}

#lcolumn{
	position:absolute;
	width:340px;
	height:500px;
	margin-top:25px;
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(left, #666666 2%, #777777 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #666666 2%,#777777 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #666666 2%,#777777 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=1 );
	padding:10px;
}

#dcframe{
	position:absolute;
	width:540px;
	height:500px;
	margin-left:395px;
	margin-top:25px;
	/* background: #999; */
	padding:10px;
}

.hidpanel{
	
	display:none;
	opacity:0;
	width:400px;
	height:300px;
	background-color:white;
	position:fixed;
	left:50%;
	margin-left:-200px;
	margin-top:20px;
	-webkit-box-shadow: 0px 0px 16px -5px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 16px -5px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 16px -5px rgba(50, 50, 50, 1);
	z-index:8;
}

.label{
	color:#000000;
	font-family: gotico;
	font-size:20px;
	text-align:right;
	width:150px;
	position:absolute;
}

.logtitle{
	position:absolute;
	margin-top:60px;
	left:50%;
	text-align:center;
	width:300px;
	margin-left:-150px;	
	font-family:arial;
	font-size:22px;
	color:#50c736;	
}

.tbox{
	position:absolute;
	font-size:16px;
	font-family:gotico;
	padding-left:5px;
	color:#333;
	border:solid 1px #000000;
}

.tbox:focus{
	box-shadow: 0 0 5px rgba(255, 255, 255, 1);
}

.logsubmit{
	border-radius:8px;
	border:solid 1px #000000;
	color:#008000;	
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#edefef));
 	background: -webkit-linear-gradient(top,  #ffffff,  #edefef);
 	background: -moz-linear-gradient(top,  #ffffff,  #edefef);
 	background: -ms-linear-gradient(top,  #ffffff,  #edefef);
 	background: -o-linear-gradient(top,  #ffffff,  #edefef);
	font-size:16px;
	line-height:22px;
	height:22px;
	text-align:center;
	font-family:gotico;	
	cursor:pointer;
	width:100px;
	left:50%;
	margin-left:-50px;
	position:absolute;
	font-weight:bold;
}

.logsubmit:hover {
	 background: #ffffff;
	 background: -webkit-gradient(linear, left top, left bottom, from(#edefef), to(#ffffff));
	 background: -webkit-linear-gradient(top,  #edefef,  #ffffff);
	 background: -moz-linear-gradient(top,  #edefef,  #ffffff);
	 background: -ms-linear-gradient(top,  #edefef,  #ffffff);
	 background: -o-linear-gradient(top,  #edefef,  #ffffff);
	 background: linear-gradient(top,  #edefef,  #ffffff);
}

.genericButton{
	border-radius:8px;
	color:#000000;
	border:solid 1px #000000;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#edefef));
 	background: -webkit-linear-gradient(top,  #ffffff,  #edefef);
 	background: -moz-linear-gradient(top,  #ffffff,  #edefef);
 	background: -ms-linear-gradient(top,  #ffffff,  #edefef);
 	background: -o-linear-gradient(top,  #ffffff,  #edefef);
	font-size:16px;
	line-height:28px;
	height:28px;
	text-align:center;
	font-family:gotico;	
	cursor:pointer;
	width:215px;
	position:absolute;
	font-weight:normal;
}

.genericButton:hover {
	 background: #ffffff;
	 background: -webkit-gradient(linear, left top, left bottom, from(#edefef), to(#ffffff));
	 background: -webkit-linear-gradient(top,  #edefef,  #ffffff);
	 background: -moz-linear-gradient(top,  #edefef,  #ffffff);
	 background: -ms-linear-gradient(top,  #edefef,  #ffffff);
	 background: -o-linear-gradient(top,  #edefef,  #ffffff);
	 background: linear-gradient(top,  #edefef,  #ffffff);
}

.closelog{
	left:100%;
	margin-left:-40px;
	margin-top:5px;"
	cursor:pointer;
	position:absolute;
	z-index:9;
}

.backleft{
	margin-left:65px;
	margin-top:-316px;"
	cursor:pointer;
	position:absolute;
	z-index:9;
}

.vmenu{
	margin-top:30px;
	left:45%;
	width:180px;
	margin-left:-380px;
	background-color:white;
	position:absolute;
	border-top: solid 3px #ccc;
	border-radius: 2px;
	padding-bottom:5px;
	-webkit-box-shadow: 0px 0px 16px -5px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 0px 16px -5px rgba(50, 50, 50, 0.4);
	box-shadow:         0px 0px 16px -5px rgba(50, 50, 50, 0.4);
	visibility:hidden;
}

.vrow{
	height:40px;
	line-height:40px;
	font-size:14px;
	color: black;
	cursor:pointer;
	font-family:arial;
	text-align:right;
	padding-right:5px;
	color:#000000;
	border-bottom: solid .5px #eee;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 47%, #f7f7f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#fcfcfc 47%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#fcfcfc 47%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
}

.vrow:hover{
	background: #98d16a; /* Old browsers */
	background: -moz-linear-gradient(top, #98d16a 0%, #6db745 50%, #4da81c 51%, #82cc51 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #98d16a 0%,#6db745 50%,#4da81c 51%,#82cc51 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #98d16a 0%,#6db745 50%,#4da81c 51%,#82cc51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98d16a', endColorstr='#82cc51',GradientType=0 );
	color:white;
}

.wrap1{
	margin-top:100px;
	width:100%;
	position:absolute;
	padding-bottom:5px;
	padding-top:30px;
	font-family:arial;
	color:#000000;
	font-size:15px;
}

.p1{
	color:#000000;
	font-family:gotico;
	margin-left:100px;
	margin-right:50px;
	font-size:18px;
	margin-top:10px;
	text-align:right;
}

.footer{
	background-color:#50c736;
	height:100px;
	border-top:solid 5px #b4a698;
}

.hidden{
	display:none;
}

.subrow{
	background: #dbdbdb; /* Old browsers */
	background: -moz-linear-gradient(top, #dbdbdb 0%, #eaeaea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dbdbdb 0%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dbdbdb 0%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#eaeaea',GradientType=0 );
	
}

#psubrow{
	overflow:auto;
	transition: 1s;
	height:0px;
}


#plantPhoto{
	margin-top:-40px;
	margin-left:30px;
	width:200px;
	height:100%;
	float:left;
	position:relative;
	z-index:11;
}

#plantInfo{
	margin-top:-30px;
	margin-left:260px;
	margin-right:30px;
	width:1055px;
	height:100%;
	float:left;	
	position:relative;
	z-index:12;
}

#plantInfo0{
	float:left;
	position:relative;
	width:835px;
	height:25px;
	margin-top:5px;
	color:#000000;
    font-size:24px;
    font-weight:bold;
    text-align:center;
}

#plantInfo00{
	float:left;
	position:relative;
	width:835px;
	height:25px;
	margin-top:10px;
	color:#000000;
    font-size:18px;
    font-weight:bold;
    text-align:center;
}

#plantInfoFull{
	float:left;
	position:relative;
	width:1055px;
	height:445px;
	margin-top:10px;
	color:#000000;
    font-size:14px;
}

#plantInfoFullTotalGraph{
	float:left;
	position:relative;
	width:835px;
	height:445px;
	margin-top:0px;
	margin-left:0px;
	color:#000000;
    font-size:14px;
    font-weight:bold;
}

#plantInfoFullGraph{
	float:left;
	position:relative;
	width:835px;
	height:340px;
	margin-top:0px;
	margin-left:0px;
	color:#000000;
    font-size:14px;
    font-weight:bold;
    z-index:12;
}

#plantInfoFullMenu{
	float:left;
	position:relative;
	width:200px;
	height:445px;
	margin-top:0px;
	margin-left:20px;
	color:#000000;
    font-size:14px;
    z-index:11;
}

#plantInfoFullDown{
	float:left;
	position:relative;
	width:835px;
	height:95px;
	margin-top:10px;
	margin-left:0px;
	color:#000000;
    font-size:14px;
    font-weight:bold;
}

#plantInfo1{
	float:left;
	position:relative;
	width:1055px;
	height:200px;
	margin-top:6px;
	color:#000000;
    font-size:14px;
    font-weight:bold;
}

#plantInfo11{
	float:left;
	position:relative;
	width:345px;
	height:200px;
	margin-top:0px;
	color:#000000;
    font-size:14px;
    font-weight:bold;
}

#plantInfo12{
	background:#edefef;
	float:left;
	position:relative;
	width:345px;
	height:200px;
	margin-top:0px;
	margin-left:10px;
	color:#000000;
    font-size:14px;
    font-weight:bold;
}

#plantInfo121{
	float:left;
	position:relative;
	width:345px;
	height:120px;
	margin-top:0px;
	margin-left:0px;
	color:#000000;
    font-size:14px;
    font-weight:bold;
}

#plantInfo122{
	cursor:pointer;
	float:left;
	position:relative;
	width:345px;
	height:70px;
	margin-top:10px;
	margin-left:0px;
	color:#000000;
    font-size:12px;
    font-weight:bold;
}

#StatoImpianto {
	border:0.5px solid #f3f3f3;
	border-width: thin;
	border-radius:5px;
	margin-left:auto; 
	margin-right:auto;
}

#StatoImpianto td{
	border:0.5px solid #f3f3f3;
	border-width: thin;
}

#plantInfo13{
	background:#edefef;
	float:left;
	position:relative;
	width:345px;
	height:200px;
	margin-top:0px;
	margin-left:10px;
	color:#000000;
    font-size:14px;
    font-weight:bold;
}

#plantInfo131{
	background:#edefef;
	float:left;
	position:relative;
	width:345px;
	height:15px;
	margin-top:5px;
	margin-left:0px;
	color:#000000;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}

#plantInfo132{
	cursor:pointer;
	background:#edefef;
	float:left;
	position:relative;
	width:345px;
	height:170px;
	margin-top:5px;
	margin-left:0px;
	color:#000000;
    font-size:14px;
    font-weight:bold;
}

#plantInfo2{
	background:#edefef;
	float:left;
	position:relative;
	width:345px;
	height:300px;
	margin-top:10px;
	margin-left:0px;
	color:#000000;
    font-size:14px;
    font-weight:bold;
}

#plantInfo21{
	float:left;
	position:relative;
	width:345px;
	height:20px;
	margin-top:5px;
	margin-left:0px;
	color:#000000;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}

#plantInfo22{
	float:left;
	position:relative;
	width:345px;
	height:130px;
	margin-top:5px;
	margin-left:0px;
	color:#000000;
    font-size:14px;
    font-weight:bold;
}

#plantInfo221{
	cursor:pointer;
	float:left;
	position:relative;
	width:110px;
	height:130px;
	margin-top:0px;
	margin-left:0px;
	color:#000000;
    font-size:14px;
    font-weight:bold;
}

#plantInfo222{
	float:left;
	position:relative;
	width:230px;
	height:60px;
	margin-top:35px;
	margin-left:5px;
	color:#000000;
    font-size:12px;
    font-weight:bold;
}

#plantInfo23{
	float:left;
	position:relative;
	width:345px;
	height:130px;
	margin-top:5px;
	margin-left:0px;
	color:#000000;
    font-size:14px;
    font-weight:bold;
}

#plantInfo231{
	cursor:pointer;
	float:left;
	position:relative;
	width:110px;
	height:130px;
	margin-top:0px;
	margin-left:0px;
	color:#000000;
    font-size:14px;
    font-weight:bold;
    z-index: 21;
}

#plantInfo232{
	float:left;
	position:relative;
	width:230px;
	height:60px;
	margin-top:35px;
	margin-left:5px;
	color:#000000;
    font-size:12px;
    font-weight:bold;
    z-index: 21;
}

#plantInfo3{
	background-image: url("img/sfondo.png");
	float:left;
	position:relative;
	width:700px;
	height:300px;
	margin-top:10px;
	margin-left:10px;
	color:#000000;
    font-size:14px;
    font-weight:bold;
}

#imgRete{
	cursor:pointer;
	background-image: url("img/imgRete.png");
	position:absolute;
	z-index:10;
	padding:0px;
	left:35px;
	top:70px;
	width:80px;
	height:160px;
}

#imgProduzione{
	cursor:pointer;
	background-image: url("img/imgProduzione.png");
	position:absolute;
	z-index:10;
	padding:0px;
	left:270px;
	top:25px;
	width:160px;
	height:80px;	
}

#imgConsumo{
	cursor:pointer;
	background-image: url("img/imgConsumo.png");
	position:absolute;
	z-index:10;
	padding:0px;
	left:270px;
	top:195px;
	width:160px;
	height:80px;	
}

#imgBatteria{
	cursor:pointer;
	background-image: url("img/imgBatteria.png");
	position:absolute;
	z-index:10;
	padding:0px;
	left:585px;
	top:70px;
	width:80px;
	height:160px;	
}

#textProduzione{
	position:absolute;
	z-index:11;
	padding:0px;
	left:270px;
	top:7px;
	width:160px;
	height:15px;
	font-size:14px;
	text-align:center;
}

#boxImmissione{
	cursor:pointer;
	background-image: url("img/green_sx_move.gif");
	position:absolute;
	z-index:10;
	padding:0px;
	left:125px;
	top:70px;
	width:135px;
	height:50px;
}

#boxImmissioneStop{
	cursor:pointer;
	background-image: url("img/green_sx_stop.gif");
	position:absolute;
	z-index:10;
	padding:0px;
	left:125px;
	top:70px;
	width:135px;
	height:50px;
}

#boxImmissioneNone{
	background-image: url("img/grey_sx_stop.gif");
	position:absolute;
	z-index:10;
	padding:0px;
	left:125px;
	top:70px;
	width:135px;
	height:50px;
}

#textImmissione{
	position:absolute;
	z-index:11;
	padding:0px;
	left:125px;
	top:50px;
	width:135px;
	height:40px;
	font-size:14px;
}

#boxPrelievo{
	cursor:pointer;
	background-image: url("img/red_dx_move.gif");
	position:absolute;
	z-index:10;
	padding:0px;
	left:125px;
	top:180px;
	width:135px;
	height:50px;
}

#boxPrelievoStop{
	cursor:pointer;
	background-image: url("img/red_dx_stop.gif");
	position:absolute;
	z-index:10;
	padding:0px;
	left:125px;
	top:180px;
	width:135px;
	height:50px;
}

#boxPrelievoNone{
	background-image: url("img/grey_dx_stop.gif");
	position:absolute;
	z-index:10;
	padding:0px;
	left:125px;
	top:180px;
	width:135px;
	height:50px;
}

#textPrelievo{
	position:absolute;
	z-index:11;
	padding:0px;
	left:125px;
	top:215px;
	width:135px;
	height:40px;
	font-size:14px;
}

#boxAutoconsumo{
	cursor:pointer;
	background-image: url("img/green_down_move.gif");
	position:absolute;
	z-index:10;
	padding:0px;
	left:337px;
	top:112px;
	width:25px;
	height:75px;
}

#boxAutoconsumoStop{
	cursor:pointer;
	background-image: url("img/green_down_stop.gif");
	position:absolute;
	z-index:10;
	padding:0px;
	left:337px;
	top:112px;
	width:25px;
	height:75px;
}

#boxAutoconsumoNone{
	background-image: url("img/grey_down_stop.gif");
	position:absolute;
	z-index:10;
	padding:0px;
	left:337px;
	top:112px;
	width:25px;
	height:75px;
}

#textAutoconsumo{
	position:absolute;
	z-index:11;
	padding:0px;
	left:362px;
	top:130px;
	width:135px;
	height:40px;
	font-size:14px;
}

#boxCarica{
	cursor:pointer;
	background-image: url("img/green_dx_move.gif");
	position:absolute;
	z-index:10;
	padding:0px;
	left:440px;
	top:70px;
	width:135px;
	height:50px;
}

#boxCaricaStop{
	cursor:pointer;
	background-image: url("img/green_dx_stop.gif");
	position:absolute;
	z-index:10;
	padding:0px;
	left:440px;
	top:70px;
	width:135px;
	height:50px;
}

#boxCaricaNone{
	background-image: url("img/grey_dx_stop.gif");
	position:absolute;
	z-index:10;
	padding:0px;
	left:440px;
	top:70px;
	width:135px;
	height:50px;
}

#textCarica{
	position:absolute;
	z-index:11;
	padding:0px;
	left:440px;
	top:50px;
	width:135px;
	height:40px;
	font-size:14px;
	text-align:right;
}

#boxScarica{
	cursor:pointer;
	background-image: url("img/green_sx_move.gif");
	position:absolute;
	z-index:10;
	padding:0px;
	left:440px;
	top:180px;
	width:135px;
	height:50px;
}

#boxScaricaStop{
	cursor:pointer;
	background-image: url("img/green_sx_stop.gif");
	position:absolute;
	z-index:10;
	padding:0px;
	left:440px;
	top:180px;
	width:135px;
	height:50px;
}

#boxScaricaNone{
	background-image: url("img/grey_sx_stop.gif");
	position:absolute;
	z-index:10;
	padding:0px;
	left:440px;
	top:180px;
	width:135px;
	height:50px;
}

#textScarica{
	position:absolute;
	z-index:11;
	padding:0px;
	left:440px;
	top:215px;
	width:135px;
	height:40px;
	font-size:14px;
	text-align:right;	
}

#textConsumo{
	position:absolute;
	z-index:11;
	padding:0px;
	left:270px;
	top:275px;
	width:160px;
	height:15px;
	font-size:14px;
	text-align:center;
}

#textAggiornamento{
	position:absolute;
	z-index:11;
	padding:0px;
	left:450px;
	top:285px;
	width:250px;
	height:15px;
	font-size:12px;
	text-align:center;
}

#dateButton{
	background-color:#aaaaaa; 
	color:#ffffff; 
	position:relative; 
	float:left; 
	margin-top:3px; 
	margin-left:0px; 
	margin-bottom:3px; 
	margin-right:0px; 
	width:200px; 
	height:20px; 
	line-height: 20px;
	text-align:center;
	border-radius:3px;	
	cursor:pointer;
	border-radius:3px;
	border:solid 1px #999999;
}

#dateButton:hover{
	background-color:#999999;
}

select{
	margin-bottom:5px;
}

#NotesFullDown {
	width:700px;
	height:25px;
	border: 1px solid black;
	background:#ffffff;
	border-radius:5px;
	box-shadow:1px 1px 3px #000000;
	margin-left:auto; 
	margin-right:auto;
	font-family:cali;
}

#HeadFullDown {
	background:#aaaaaa;
	width:700px;
	height:25px;
	line-height: 20px;
	font-size:13px;
	color:#ffffff;
	text-align:center;
}

#BodyFullDown {
	width:700px;
	height:0px;
	line-height: 25px;
	font-size:13px;
	text-align:center;
}

#BodyFullDown td{
	border:0.5px solid #f3f3f3;
	border-width: thin;
}

#PlantMenu {
	width:1000px;
	height:25px;
	background:#ffffff;
	margin-left:auto; 
	margin-right:auto;
	font-family:cali;
	border:0.5px solid #277c27;	
	border-width: thin;
}

#HeadPlantMenu {
	background:#277c27;
	width:700px;
	height:25px;
	line-height: 25px;
	font-size:16px;
	color:#ffffff;
	text-align:left;
}

#HeadPlantMenu th{
	border:0.5px solid #f3f3f3;
	border-width: thin;
	padding:5px;
}

#BodyPlantMenu {
	width:700px;
	height:30px;
	line-height:30px;
	font-size:14px;
	text-align:left;
}

#BodyPlantMenu td{
	border:0.5px solid #f3f3f3;
	border-width: thin;
	padding-left:5px;	
	height:30px;
	line-height:30px;
}

#BodyPlantMenu tr:hover{
	cursor:pointer;
	background: #edefef;
}

#NotesFullAlarm {
	width:600px;
	height:25px;
	border: 1px solid black;
	background:#ffffff;
	border-radius:5px;
	box-shadow:1px 1px 3px #000000;
	margin-left:auto; 
	margin-right:auto;
	font-family:cali;	
}

#HeadFullAlarm {
	background:#aaaaaa;
	width:600px;
	height:25px;
	line-height: 25px;
	font-size:13px;
	color:#ffffff;
	text-align:left;
}

#HeadFullAlarm th{
	border:0.5px solid #f3f3f3;
	border-width: thin;
	padding:5px;
}

#BodyFullAlarm {
	width:600px;
	height:0px;
	line-height: 25px;
	font-size:13px;
	text-align:left;
}

#BodyFullAlarm td{
	border:0.5px solid #f3f3f3;
	border-width: thin;
	padding:5px;
}

#NotesFullVisDet {
	width:600px;
	height:25px;
	border: 1px solid black;
	background:#ffffff;
	border-radius:5px;
	box-shadow:1px 1px 3px #000000;
	margin-left:auto; 
	margin-right:auto;
	font-family:cali;	
}

#HeadFullVisDet {
	background:#aaaaaa;
	width:600px;
	height:25px;
	line-height: 25px;
	font-size:13px;
	color:#ffffff;
	text-align:center;
}

#HeadFullVisDet th{
	border:0.5px solid #f3f3f3;
	border-width: thin;
	padding:5px;
}

#BodyFullVisDet {
	width:600px;
	height:0px;
	line-height: 25px;
	font-size:13px;
	text-align:center;
}

#BodyFullVisDet td{
	border:0.5px solid #f3f3f3;
	border-width: thin;
	padding:5px;
}

#TableNumbers {
	color:#008000;
	font-size:20px;
}

.jqplot-highlighter{
	background-color:#ddd;
    color: #000000;
    font-size: 12px;
}

.jqplot-highlighter2{
	background-color:#ffffff;
    color: #008000;
    font-size:14px;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 6px;
    width:100px;
    height:30px;
    top: -15px;
    right: -15px;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 21;
}

.tooltipicon {
	cursor:pointer;
    position: relative;
    display: inline-block;
}

.tooltipicon .tooltiptexticon {
    visibility: hidden;
    heigth: 145px;
    max-height: 145px;
    background-color:#ffffff;
    color: #008000;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 6px;
    padding: 2px 0;
    font-size:14px;
    line-height: 20px;
    overflow-y:auto;
    transition-property:visibility; 
    transition-delay:0.1s;
    width: 220px;
    top: 100%;
    left: 50%;
    margin-left: -110px; /* Use half of the width (120/2 = 60), to center the tooltip */
    
    /* Position the tooltip */
    position: absolute;
    z-index: 21;
}

.tooltipicon:hover .tooltiptexticon {
    visibility: visible;
}

.tooltip {
	cursor:pointer;
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    heigth: 145px;
    max-height: 145px;
    background-color:#ffffff;
    color: #008000;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 6px;
    padding: 2px 0;
    font-size:14px;
	bottom: -20%;
    left: 105%; 
    overflow-y:auto;
    transition-property:visibility; 
    transition-delay:0.1s;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 21;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip2 {
	cursor:pointer;
    position: relative;
    display: inline-block;
}

.tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 600px;
    heigth: 140px;
    max-height: 140px;
    background-color:#ffffff;
    color: #008000;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 6px;
    padding: 2px 0;
    font-size:14px;
	bottom: -20%;
    right: 105%; 
    overflow-y:auto; 
    transition-property:visibility; 
    transition-delay:0.1s;   
    
    /* Position the tooltip */
    position: absolute;
    z-index: 21;
}

.tooltip2:hover .tooltiptext2 {
    visibility: visible;
}

#TableTooltip {
	color: #000000;
	width:580px;
	border: 1px solid #505050;
	margin-left: 2px;	
}

#TableTooltip th {
	border: 1px solid #505050;
    padding: 0px 5px;
    text-align: left;	
}

#TableTooltip td {
	border: 1px solid #505050;
    padding: 0px 5px;
    text-align: left;	
}

.ui-tabs {
	width:835px;
	height:340px;
}

.ui-tabs-nav{
  	font-size: 12px;
}

.ui-tabs-panel{
  	font-size: 14px;
}

.jqplot-target {
  	color:#000000 !important;
} 

.strAC1{
	width:55px;
	height:24px;
	line-height:24px;
	font-size:14px;
	font-family:arial;
	text-align:center;
	color:red;
	background-color:#777;
	border: solid 1px #ccc;
	border-radius:3px;
	cursor:pointer;
	position:absolute;
	z-index:6;
}


.strAC1:hover{
	background-color:#f7c80b
}

.button{
	width:55px;
	height:24px;
	line-height:24px;
	font-size:14px;
	font-family:arial;
	text-align:center;
	color:white;
	background-color:#777;
	border: solid 1px #ccc;
	border-radius:3px;
	cursor:pointer;
	position:absolute;
	z-index:6;
}


.button:hover{
	background-color:#f7c80b
}

.sel_b{
	background-color:#f7c80b
}

#dc_b{
	margin-left:168px;
}

.str_b{
	margin-top:233px;
	width: 110px;
	height:24px;
	line-height:24px;
	font-size:14px;
	background-color:#f7c80b;
	position:absolute;
	left: 100%;
	margin-left:-130px;
	display:none;
}

.opt_b{
	width: 140px;
	margin-top:-40px;
	height:24px;
	line-height:24px;
	font-size:14px;
	position:absolute;
	left: 100%;
	margin-left:-160px;
	z-index:6;
}

#inv_b{
	margin-left:84px;
}

#chartdiv1{
	width:100%;
	height:250px;
	margin-top: 20px;
	text-align:center;
}

#chartdiv2{
	width:100%;
	height:250px;
	margin-top: 20px;
	text-align:center;
}

#chartdiv3{
	width:100%;
	height:250px;
	margin-top: 20px;
	text-align:center;
}

#chartdiv4{
	width:100%;
	height:250px;
	margin-top: 20px;
	text-align:center;
}

#chartdiv5{
	width:100%;
	height:250px;
	margin-top: 20px;
	text-align:center;
}

#chartdivdc{
	width:100%;
	height:220px;
	margin-top: 10px;
	text-align:center;
}

#chartdivdc2{
	width:100%;
	height:220px;
	margin-top: 10px;
	text-align:center;
}

.inverter{
	background: #f4f7ed; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f7ed 0%, #d6d6be 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f4f7ed 0%,#d6d6be 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f4f7ed 0%,#d6d6be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f7ed', endColorstr='#d6d6be',GradientType=0 );
	width: 115px;
	height: 30px;
	border-radius:2px;
	float:left;
	margin-top:20px;
	margin-right:3px;
	border: solid 1px #ccc;
	cursor:pointer;
	color:#666;
}

.string{
	background: #f4f7ed; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f7ed 0%, #d6d6be 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f4f7ed 0%,#d6d6be 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f4f7ed 0%,#d6d6be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f7ed', endColorstr='#d6d6be',GradientType=0 );
	width: 70px;
	height: 20px;
	border-radius:2px;
	float:left;
	margin-top:20px;
	margin-right:3px;
	border: solid 1px #ccc;
	cursor:pointer;
	color:#666;
}

.inverter:hover{
	color:#ED9E00;
}

.invlabel{
	font-size:9px;
	line-height:10px;
	font-weight:bold;
	position:absolute;
}

.string:hover{
	color:#ED9E00;
	background: #e5e8de; /* Old browsers */
	background: -moz-linear-gradient(top, #e5e8de 0%, #c4c2ae 89%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e5e8de 0%,#c4c2ae 89%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e5e8de 0%,#c4c2ae 89%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e8de', endColorstr='#c4c2ae',GradientType=0 );
}


.lsema_g{
	background: #bfd255; /* Old browsers */
	background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
	width:5px;
	height:5px;
	border-radius:5px;
	-webkit-box-shadow: 1px 1px 4px 2px rgba(155,255,105,1);
	-moz-box-shadow: 1px 1px 4px 2px rgba(155,255,105,1);
	box-shadow: 1px 1px 4px 2px rgba(155,255,105,1);
}

.lsema_y{
	background: #fceabb; /* Old browsers */
	background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );
	width:8px;
	height:8px;
	border-radius:8px;
	-webkit-box-shadow: 1px 1px 4px 2px rgba(255,255,25,0.9);
	-moz-box-shadow: 1px 1px 4px 2px rgba(255,255,25,0.9);
	box-shadow: 1px 1px 4px 2px rgba(255,255,25,0.9);
}

.lsema_r{
	background: #ff2121; /* Old browsers */
	background: -moz-linear-gradient(top, #ff2121 1%, #f25932 50%, #e80606 51%, #f92f2f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff2121 1%,#f25932 50%,#e80606 51%,#f92f2f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff2121 1%,#f25932 50%,#e80606 51%,#f92f2f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2121', endColorstr='#f92f2f',GradientType=0 );
	width:8px;
	height:8px;
	border-radius:8px;
	-webkit-box-shadow: 1px 1px 4px 2px rgba(255,25,25,1);
	-moz-box-shadow: 1px 1px 4px 2px rgba(255,25,25,1);
	box-shadow: 1px 1px 4px 2px rgba(255,25,25,1);
}

.legenda{
	background-color: #fffff4;
	height:122px;	
	position:absolute;
	margin-left:450px;
	float:right;
	margin-top:-200px;
	border: solid 3px #ffffff;
	padding:10px;
	line-height:9px;
	font-size:13px;
	width:115px;
	display:none;
}

.legendmark{
	cursor:pointer;
	width:9px;
	height:9px;
	border:solid 1px #333;
	margin-right:5px;
	float:left;
	line-height:14px;
}

.legendlabel{
	cursor:pointer;
	float:left;
}

.legendlabel:hover{
	color:#ED9E00;
}

.pansumm{
	position:absolute;
	margin-top:0px;
	margin-left:60px;
}

#nuser_b{
	width: 115px;
	position:relative;
	float:right;
	margin-top:-3px;
	background-color:#50c736;
}

.t_user{
	width:550px;	
	margin-left:25px;
	font-family:arial;
}

.t_head{
	color:#50c736;
	font-size:20px;
}

.message{
	z-index:9;
	position:absolute;
	opacity:0;
	background-color:#50c736;
	font-family:arial;
	text-align:center;
	color:white;
	height:40px;
	line-height:40px;
	margin-top:10px;
	font-size:20px;
	width:100%;
}

.tr-b-bottom td{
	border-bottom: 0.5px solid #000000;
}

.tr-bottom td{
	border-bottom: 0.5px solid #000000;
}


.tr-bottom:hover td{
	background: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(102,102,102,0) 60%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(102,102,102,0) 60%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(102,102,102,0) 60%,rgba(0,0,0,0) 100%);
}
		
.logohead{
	width:225px;
	height:50px;		
	margin-left:30px;
	margin-top:13px;
	background-image:url(img/logo_sunflower.png);
	position:absolute;
}

.logoEN{
	width:45px;
	height:30px;
	background-image:url(img/logo_ier.png);	 
	position:absolute;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left:300px;
	margin-top:40px;
	position:absolute;
	cursor:pointer;			
}

.logoIT{
	width:45px;
	height:30px;
	background-image:url(img/logo_ier.png);	 
	position:absolute;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left:375px;
	margin-top:40px;
	position:absolute;
	cursor:pointer;			
}

.logoier{
	width:205px;
	height:50px;
	background-image:url(img/logo_ier.png);	 
	position:absolute;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left:-235px;
	margin-top:13px;
	z-index:4;
	left:100%;			
}

.plantData{	
	width:205px;
	height:50px; 
	position:absolute;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left:-400px;
	margin-top:130px;
	z-index:15;
	left:100%;	
}

.dashpanel{
	margin:2%;
	margin-top:0px;
	width:44%;
	min-width:450px;
	display:block;
	float:left;
	height:500px;
	display:none;
	position:relative;
	text-align:left;
}

.dashpaneluser{
	margin:2%;
	margin-top:0px;
	width:44%;
	min-width:450px;
	display:block;
	float:left;
	height:340px;
	display:none;
	position:relative;
	text-align:left;
}

.dashpaneluser2{
	width:100%;
	min-width:1345px;
	float:left;
	height:90%;
	min-height:400px;
	display:none;
	position:relative;
	text-align:left;
}

.dashpanel1{
	margin:2%;
	width:44%;
	min-width:450px;
	display:block;
	float:left;
	height:340px;
	display:none;
	position:relative;
	text-align:left;
}

.dashpanel2{
	margin:2%;
	width:92%;
	min-width:940px;
	display:block;
	float:left;
	height:340px;
	display:none;
	position:relative;
	text-align:left;
}

#invchartdiv{
	width:100%;
	height:220px;
	margin-top: 10px;
	text-align:center;
}

#conschartdiv{
	width:100%;
	height:220px;
	margin-top: 10px;
	text-align:center;
}

#invchartdiv2{
	width:430px;
	height:220px;
	margin-top:20px;
}

#invlist{
	margin-top:15px;
} 

#UTForm{
	font-size:13px;
	font-family:cali;
	margin-top:120px;
	margin-left:20px;
}

#UTFbutton{
	float:right;
	margin-left:440px;
	width:120px;
	background-color:#50c736;
}

#UTF{
	width:600px;
	margin-left:-300px;
	position:absolute;
	margin-top:20px;
	left:50%;
	background-color:white;
	height:260px;
	display:none;
	opacity:0;
	transition:0.75s;
	z-index:9;
}

#greendiv{
	margin-top:20px;
	position:relative;
}

.icon{
	position:absolute;
	font-weight:bold;
	font-family:cali;
}

#tree{
	width:28%;
	left:4%;
}

#co2{
	width:28%;
	left:36%;
}

#baril{
	width:28%;
	left:68%;
	
}

#greenhistbutton{
	margin-top:230px;
}

.invblock{
	width:100%;
	position:relative;
	display:block;
	height:180px;
}

.invblock:hover{
	background-color:#888;
	cursor:pointer;	
}

.invcol{
	margin-top:20px;
	height:100%;
	width:80px;
	position:absolute;
	text-align:center;
	color:white;
	font-size:10px;
	float:left;
}

.stringdiv{
	margin-top:20px;
	margin-left:80px;
	position:absolute;
	width:230px;
	display:block;
	float:left;
}

.invicon{
	width:28px;
	left:50%;
	margin-left:-15px;
	position:absolute;
	margin-top:10px;
}

#stringinfo{
	margin-top:50px;
	height:150px;
}

#stringpanel{
	position:absolute;
	width:250px;
	height:400px;
	margin-top:-150px;
	margin-left:300px;
	float:right;
}

fieldset { 
    display: block;
    margin-top:-18px;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    /*border: 2px groove (internal value);*/
    border: 1px solid;
  	border-radius: 10px;
}

.quadrato_giallo {
	width:12px;
	height:12px;
	background:#f0b74d;
}

.quadrato_verde {
	width:12px;
	height:12px;
	background:#008000;
}

.quadrato_rosso {
	width:12px;
	height:12px;
	background:#ef4c4c;
}

.quadrato_viola {
	width:12px;
	height:12px;
	background:#50008f;
}

.legend_text{
	font-size:12px;
	font-style:italic;
}

#nav {
	cursor:pointer;
	position:absolute;
    border:1px solid #808080;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    margin-top:90px;
    font-family:cali;
}
#nav, #nav ul {
    list-style:none;
    padding:0;
    width:200px;
}
#nav ul {
    position:relative;
    z-index:-1;
}
#nav li {
    position:relative;
    z-index:100;
}
#nav ul li {
    margin-top:-27px;
    -moz-transition:  0.4s linear 0.4s;
    -ms-transition: 0.4s linear 0.4s;
    -o-transition: 0.4s linear 0.4s;
    -webkit-transition: 0.4s linear 0.4s;
    transition: 0.4s linear 0.4s;
}
#nav li a {
    background-color:#efefef;
    color:#000000;
    display:block;
    font-size:16px;
    line-height:32px;
    outline:0;
    padding-left:19px;
    text-decoration:none;
}
#nav li a.sub {
    background:#eeeeee url("../css/img/down.png") no-repeat;
}
#nav li a + img {
    cursor:pointer;
    display:none;
    height:32px;
    left:0;
    position:absolute;
    top:0;
    width:200px;
}
#nav li a img {
	cursor:pointer;
    border-width:0px;
    height:18px;
    line-height:32px;
    margin-right:12px;
    vertical-align:middle;
    width:18px;
}
#nav li a:hover {
    background-color:#dddddd;
}
#nav ul li a {
    background-color:#ffffff;
    border-bottom:1px solid #ccc;
    color:#000000;
    font-size:13px;
    line-height:26px;
}
#nav ul li a:hover {
    background-color:#f3f3f3;
    color:#000000;
}
#nav ul li a img {
    border-width:0px;
    height:18px;
    line-height:26px;
    margin-right:5px;
    vertical-align:middle;
    width:18px;
}
#nav ul li:nth-child(odd) a img {

}
#nav a.sub:focus {
    background:#dddddd;
    outline:0;
}
#nav a:focus ~ ul li {
    margin-top:0;

    -moz-transition:  0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linears;
    -webkit-transition: 0.4s linears;
    transition: 0.4s linear;
}
#nav a:focus + img, #nav a:active + img {
    display:block;
}
#nav a.sub:active {
    background:#dddddd;
    outline:0;
}
#nav a:active ~ ul li {
    margin-top:0;
}
#nav ul:hover li {
    margin-top:0;
}

#suntitle {
	cursor:default;
	position:absolute;
    border:1px solid #000000;
    box-shadow:1px 1px 3px #000000;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    list-style:none;
    padding:0;
    width:200px;
}    

#suntitle ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width:200px;
    position:relative;
    z-index:-1;
}

#suntitle li a {
    display: block;
    background-color:#d4d5d8;
    color:#000000;
    text-decoration: none;
    font-size:14px;
    font-weight:bold;
    height:62px; 
    line-height:15.5px;
    outline:0;
    vertical-align:middle;
}

#suntitle li a img{
	float: left; 
	padding: 15px 10px 15px 10px;
	cursor:default;
    border-width:0px;
    width:32px;
    height:32px;
    display:inline-block;
    line-height:32px;
    vertical-align:middle;
}

.jqplot-meterGauge-label {
    color: #000000;
    margin-top: 5px;
}

.jqplot-meterGauge-tick {
    color: #000000;
}