@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

div {
	float:left;
	width:100%;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

body, html {
    margin:0;
	background-color: #f6f6f6;
	font-family: Arial, Trebuchet MS, sans-serif;
	font-weight: normal;
   	font-style: normal;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizelegibility;
	font-size:15px;
	line-height: 150%;
	color: #333;
}

h1 {
	font-size: 30px;
	line-height: 35px;
	color: #8dc63f;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
	font-weight:normal;
	margin-bottom: 15px;
}

h2 {
	font-size: 22px;
	color: #8dc63f;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
	font-weight:normal;
	margin-bottom: 7px;
}

a:link, a:visited, a:hover {
	/*color: #eeeeee;*/
	font-style:normal;
	text-decoration:none;
}


/* STRUTTURA PAGINA */

#header {
	background: url(../images/header.png);
	width: 100%;
	height: 109px;
}

#logo {
	margin-top: 13px;
	width:20%;
	height: 90px;
}

#menu {
	width: 80%;
	height: 110px;
}

#center {
	width:100%;
	margin-top: 10px;
}

#left {
	width: 17%;
	height: 50px;
}

#main {
	width: 80%;
	margin-left: 3%;
}

#footer {
	height: 40px;
	width: 100%;
}

#immagine_impianto {
	width:50%;
}

#descrizione_impianto {
	float:right;
	width:40%;
}

#testo_impianto{
	margin-top:15px;
}

#errore {
	padding-top: 10px;
	width: 200px;
	margin: 0 auto;
	float:none;
	text-transform:uppercase;
	font-size:11px;
	line-height: 14px;
	color: #e21111;
	text-align: center;
}

#help-sotto-grafico {
	padding: 10px;
	margin-top: 10px;
	border: 1px;
	border-style:solid;
	border-color: #CCCCCC;
	max-width: 88%;
	background-color: white;
	font-size: small;
	color: #888888;
}

#container {
	border: 1px;

}


/* FORM HEADER */

.styled-text {
   background: #FFF;
   width: 90px;
   border: 1px solid #555;
   outline: none;
   padding: 5px;
   font-size: 13px;
   float:right;
   margin-top: 60px;
   margin-right: 20px;
   color:#444;
}

.styled-text:hover {
	background: #EEE;
}

.styled-text:focus {
	background: #DDD;
	border: 1px solid #8dc63f;
}

.styled-select {
   background: #FFF;
   width: 180px;
   border: 1px solid #555;
   outline: none;
   padding: 5px;
   font-size: 13px;
   height: 28px;
   line-height: 28px;
   float:right;
   margin-top: 60px;
   margin-right: 20px;
   color:#444;
}

.styled-send {
	background: transparent;
	background: url(../images/cerca.png) 0 0;
	width: 120px;
	padding: 5px;
	font-size: 13px;
	color:#FFF;
	height: 31px;
	float:right;
	margin-top: 60px;
	margin-right: 40px;
	border:none;
	font-weight:bold;
}

.styled-send:hover {
	 background: transparent;
	 background: url(../images/cerca.png) 0 -31px;
}

.stringbox{
	padding:10px;
	display:inline;
	width:auto;
	alignment:center;
}

/* NOME e LOGOUT */

#nome {
	position:absolute;
	right: 125px;
	top: 0px;
	width: 150px;
	height: 20px;
	line-height: 20px;
	font-weight:bold;
	font-size: 10px;
	color:#333;
	text-align:right;
	text-transform:uppercase;
}

#logout {
	position:absolute;
	right: 45px;
	top: 0px;
	width: 60px;
	height: 20px;
	line-height: 20px;
	background: url(../images/logout.png) 0 0;
	padding-left: 10px;
	text-align:center;
	font-weight:bold;
	font-size: 10px;
	color:#FFF;
}

#logout:hover {
	background: url(../images/logout.png) 0 -20px;
}


/* LOGIN */

#login {
	width: 200px;
	height: 250px;
	background-color:#999;
	margin: 0 auto;
	float:none;
	margin-top: 100px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 1px 1px 5px #222;
    -moz-shadow: 1px 1px 5px #222;
    box-shadow: 1px 1px 5px #222;
}

#logo-login {
	background: url(../images/logo-esentinel.png) no-repeat;
	width: 100%;
	margin-top: 10px;
	height:90px;
}

.styled-login {
	width: 80%;
	margin: 5px 10% 5px 10%;
	font-size: 13px;
	height: 31px;
	background-color:#9f9f9f;
	border: 1px solid #777;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	color:#333;
}

.styled-login:hover {
	background-color:#aaa;
}

.styled-login:focus {
	border: 1px solid #8dc63f;
	background-color:#aaa;
	outline:none;
}

.styled-login-button {
	width: 80%;
	margin: 10px 10% 10px 10%;
	font-size: 11px;
	font-weight:bold;
	height: 31px;
	background-color:#666;
	border: 1px solid #555;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	color:#eee;
}

.styled-login-button:hover {
	background-color: #555;
}

.styled-img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
