@charset "utf-8";
/* Telefono */
@import url("style_telefono.css") only screen and (max-width:959px);
/* Desktop */
@import url("style_desktop.css") only screen and (min-width:960px);
html, body {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0; /* è buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #000000;
	background: url(../img/fadedBar.png);
	background-position: center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-size: cover;
	padding: 0;
}
#home_link {
	display: block;
	width: 100%;
	height: 100%;
}
.pulsante_big {
	background-color: transparent;
	position: relative;
	z-index: 9998;
}
.pulsante_big img {
	width: 100%;
	height: 100%;
}
.clear {
	clear: both;
	height: 0px;
}
.ui-datepicker-trigger {
	margin-left: 3px;
}
.loginform {
	border-radius: 20px;
	box-shadow: 0px 0px 10px 5px #999;
}
#crumbs {
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#container_alert_documenti {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.container_alert_documenti_open {
	border-radius: 10px 10px 0 0 !important;
	-webkit-border-radius: 10px 10px 0 0 !important;
	-moz-border-radius: 10px 10px 0 0 !important;
}
#elenco_alert {
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
}
.table {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 100%;
	background-color: #FFFFFF;
	width: 100%;
	margin: 20px auto;
}
.table th, .table td {
	border-top: none;
}
select {
	font-size: 1em;
}
#welcome_text {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
