@charset "utf-8";
/* CSS Document */
@import url("menu.css");
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic|Open+Sans+Condensed:300,700,300italic);
html, body, #container {
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	height: 100%;
	min-height: 100%;
	width: 100%;
}
html>body, html>body #container {
	height: auto;
}
body {
	/* background-image: url(../images/sflaterale.gif); */
	color: #000;
	background-color: #EEE;
	background-repeat: repeat-y;
	background-position: left top;
}
a {
	text-decoration: none;
}

hr {
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);	
}

.contenitoreform input,textarea,select{
	border-width:1px;
	border-color:#cccccc; 
	border-style:solid; 
	font-size:12px; 
	font-family:sans-serif; 
	padding:5px; 
	margin-bottom: 5px;
}

::-webkit-input-placeholder { color:gray; font-style:italic; }
::-moz-placeholder { color:gray; font-style:italic;} /* firefox 19+ */
:-ms-input-placeholder { color:gray; font-style:italic;} /* ie */
input:-moz-placeholder { color:gray; font-style:italic;}

#sidebar img:hover {
	opacity: 0.5;
}
#container {
	/* margin: 0 auto -50px; */
	
}
#intestazione {
	margin: 0;
}

#contenuto {
	width: 99%;
	float: left;
	padding-left: 5px;
	padding-right: 15px;
}
#corpo {
	width: 95%;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
}
.mainmenu span {
	
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 14px;
	text-align: right;
	color: #000;
	text-decoration: none;
	
	
}
#footer, #push {
	clear: both;
}
div p {
	margin: 0;
	padding: 0.5em 1em;
}
div.ui-datepicker {
	/* font-size: 60%; */
}
.container table tr td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #000;
	border: 0;
	padding: 0;
}
table.dataTable tbody tr td.evidenzia {
	background: #BBCCFF !important;
}
.odd {
	background-color: #fff;
}
.odd td {
	//border-bottom: 1px solid #cef;
}
.scheda_assistenza th {
	background-color: #C0C0C0;
	font-weight: normal;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.scheda_assistenza td {
	padding-right: 10px;
	padding-left: 10px;
}
.manutenzione {
	background-image: url("../images/homer_sleeping.png");
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin: 10px;
	padding: 100px 0px 10px 100px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #cccccc;
	box-shadow:3px 3px 3px #cccccc;
	font-size: 20px;
}
#imessageOK, #imessageERROR, {
	border:1px solid #F60;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	text-align: center;
	display:none;
	margin-bottom:20px;
	background: #F90;
	background: -webkit-gradient(linear, left top, left 25, from(#F90), color-stop(4%, #FC0), to(#F90));
	background: -moz-linear-gradient(top, #F90, #FC0 1px, #F90 25px);
	color:#fff;
}

#riepilogo td, th {
	padding: 2px;
}

.avviso {
	font: 12px/26px Verdana, Geneva, sans-serif;
	font-weight: bold;
	width: 400px;
	border: 1px solid #F60;
	padding: 10px;
	font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
	background: #F90;
	color: #fff;
}
.right {
	float: left;
}
.left {
	float: right;
}
.contenitoreform label {
	clear: both;
	//text-align: right;
	display: block;
	float: left;
	padding-left: 5px;
	width: 200px;
	white-space: nowrap;
}
.contenitoreform h10 {
	background-color: #ffffff;
	padding: 3px;
	color: red;
	
}
h5 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: #999;
	margin: 0;
	padding: 10px 0 10px 0px;
}
h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #999;
	margin: 0;
	padding: 10px 0 0 0px;
}
h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #999;
	margin: 0;
}
.ui-button-text {
	font-size: 14px;
}
.ui-button.ui-widget {
	margin-bottom: 2px;
	/* modifica il widget button di jquary */		
	
}
.box {
	background-color: lightblue;
    padding: 10px;
}

.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
	}.CSSTableGenerator table{
    border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
	}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	}.CSSTableGenerator tr:hover td{
	background-color:#ffffff;
	
	
}
.CSSTableGenerator td{
	vertical-align:middle;
	
	background-color:#e5e5e5;
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
	}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
	}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
	}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);
	
	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);
	
	background-color:#cccccc;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.datagrid { width: 640px; }
.datagrid table { border-collapse: collapse; text-align: left; width: 100%} 
.datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #8C8C8C; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.datagrid table td, .datagrid table th { padding: 3px 10px; }
.datagrid table tbody td { color: #7D7D7D; border-left: 1px solid #B3BDC2;font-size: 12px;border-bottom: 1px solid #E1EEF4;font-weight: normal; }
.datagrid table tbody td:first-child { border-left: none; }
.datagrid table tbody tr:last-child td { border-bottom: none; }

ul.tabs {
	margin: 0; 	padding: 0;
	width: 100%;
	float: left;
	list-style: none;
	height: 30px;
	border-bottom: 1px solid #999; 	border-left: 1px solid #999;
}
ul.tabs li {
	margin: 0; 	padding: 0;
	float: left;
	height: 29px;
	line-height: 29px; /* per allineare verticalmente il testo dentro ai Tabs */
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #D2E1F6;
}
ul.tabs li a {
	padding: 0 20px;
	display: block;
	color: #555555;
	font-size: 1.2em;
	text-decoration: none;
	border: 1px solid #fff; /* per dare l'effetto smusso all'interni dei Tabs */
	outline: none;
}
ul.tabs li a:hover {
	background: #D2E1F6;
}
ul.tabs li.active, ul.tabs li.active a:hover  { /* background e bordo inferiore devono avere lo stesso colore del box con il contenuto */
	background: #fff;
	border-bottom: 1px solid #fff;
}

/* Contenuto */
.contenitore_tab {
	background: #fff;
	border: 1px solid #999;	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
}
.contenuto_tab {
	padding: 20px;
	font-size: 1.2em;
}
/* hide up/down arrows ("spinners") on input fields marked type="number" */
input {
	-moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
#tools button {
	float: right;
}
.overlay{
    background:#000;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
	cursor:pointer;
	/*Trasperenza cross browser*/
	opacity: .7; filter: alpha(opacity=70); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";		
}
#box {
	padding: 15pt;
	background-color:#FFF; 
	display:none; 
	z-index:+300; 
	position:absolute; 
	left:30%; 
	top:20%; 
	-moz-border-radius: 15px;  
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.alert {
    padding: 10px 20px 10px 20px;
    background-color: #f44336; /* Red */
    color: white;
	margin-top: 15px;
    margin-bottom: 15px;
}