/*
colori:
#000000 #333333 #666666 #999999 #CCCCCC #E0E0E0 #FFFFFF
#CC0000 #00AA00
#5ABAE2 #0088CC #56828E
*/
body {
	min-width: 960px;
	margin: 0;
}
body a {
	color: #000000;
}
img {
	border: none;
}
#noscript #noscript_content {
	position: fixed;
	z-index: 1000;
	width: 80%;
	height: 100%;
	padding: 20% 10%;
	background: #CC0000;
	color: #FFFFFF;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: center;
}
#contenitore {
	width: 96%;
	margin: 0 2%;
}
#testa_sx {
	float: left;
	width: 58%;
	padding-top: 10px;
	padding-left: 2%;
	height: 120px;
}
.testa_sx_after_scroll {
	margin-bottom: 31px;
}
#testa_dx {
	float: left;
	width: 38%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 2%;
	font: 11px Verdana, Geneva, sans-serif;
	text-align: right;
}

/* INIZIO MENU */
#menu {
	float: left;
}
.menu {
	width: 94%;
	padding: 0 3%;
}
.menu_after_scroll {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 90%;
	padding: 0 5%;
	background-color: #999999;
	background-color: rgba(153,153,153,0.5);
}
ul {
	margin: 0;
	padding: 0;
	font: 11px Verdana, Geneva, sans-serif;
	list-style: none;
}
ul li {
	float: left;
	position: relative;
	display: block;
}
li ul {
	display: none;
}
ul li a {
	display: block;
	margin-left: 1px;
	padding: 8px 12px 0;
	height: 22px;
	background: #666666;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	white-space: nowrap;
	text-decoration: none;
}
.separatore_menu {
	padding: 2px 0 0;
	height: 4px;
}
ul li a:hover {
	background: #333333;
}
li:hover ul {
	position: absolute;
	z-index: 100;
	display: block;
}
li:hover li {
	float: none;
	font-size: 10px;
}
li:hover a {
	background: #333333;
}
li:hover li a:hover {
	background: #0088CC;
}
/* FINE MENU */

#notifica_menu {
	display: inline;
	padding: 2px 6px;
	background: #FF0000;
	border-radius: 9px;
}
#notifica_menu:empty {
	visibility: hidden;
	padding: 0;
}
#notifica_menu_messaggi {
	display: inline;
	padding: 2px 6px;
	background: #00FF00;
	border-radius: 9px;
	color: #000000;
}
#notifica_menu_messaggi:empty {
	visibility: hidden;
	padding: 0;
}
#notifica_menu_forum {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../immagini/hot.png) no-repeat;
}
#notifica_menu_forum:empty {
	display: inline;
	visibility: hidden;
}
#corpo {
	float: left;
	width: 100%;
	text-align: center;
}
#titolo {
	margin: 0;
	padding: 10px 20px;
	background: #999999;
	color: #FFFFFF;
	font: 22px 'Russo One', sans-serif;
	text-shadow: 0 0 15px #000000;
	letter-spacing: 1px;
}
.colonne {
	display: table;
	float: left;
	width: 100%;
	margin-top: 10px;
	border-spacing: 10px 0;
}
.contenuto {
	display: table-cell;
	padding: 10px 10px 20px;
	background: #E0E0E0;
	font: 12px Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: top;
}
.contenuto table {
	margin: 0 auto;
}
.contenuto_alto {
	display: table-cell;
	padding: 160px 10px 170px;
	background: #E0E0E0;
	font: 12px Verdana, Geneva, sans-serif;
	text-align: center;
}
.contenuto_alto table {
	margin: 0 auto;
}
.sottotitolo {
	margin: 0 0 20px;
	padding: 10px 20px;
	background: #0088CC;
	color: #FFFFFF;
	font: 16px 'Russo One', sans-serif;
	text-shadow: 0 0 10px #56828E;
	letter-spacing: 1px;
}
.sottosottotitolo {
	margin: 0 5px 20px;
	padding: 10px 20px;
	background: #CCCCCC;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.c_1_1 {
	width: 100%;
}
.c_1_2 {
	width: 50%;
}
.c_2_2 {
	width: 50%;
}
.c_1_3 {
	width: 33%;
}
.c_2_3 {
	width: 34%;
}
.c_3_3 {
	width: 33%;
}
.c_1-2_3 {
	width: 67%;
}
.c_2-3_3 {
	width: 67%;
}
.errore {
	width: 50%;
	margin: 20px auto;
	padding: 10px 40px;
	background: #FFFFFF url(../immagini/errore.png) no-repeat;
	background-position: 12px 50%;
	border: 2px solid #CC0000;
	color: #CC0000;
	font: bold 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.ok {
	width: 50%;
	margin: 20px auto;
	padding: 10px 40px;
	background: #FFFFFF url(../immagini/ok.png) no-repeat;
	background-position: 12px 50%;
	border: 2px solid #00AA00;
	color: #00AA00;
	font: bold 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
}
#notifiche a {
	color: #AA0000;
	text-decoration: none;
}
#notifiche a:hover {
	text-decoration: underline;
}
.label {
	font: 12px Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px 2px #FFFFFF;
}
.mini_label {
	font: 10px Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px 2px #FFFFFF;
}
input[type="text"], input[type="password"], select {
	padding: 5px;
	max-width: 250px;
	border: 1px solid #666666;
	font-size: 14px;
}
textarea {
	resize: none;
	overflow-y: scroll;
	padding: 5px;
	border: 1px solid #666666;
	font-size: 12px;
}
.prezzo {
	text-align: right;
}
.prezzo_ok {
	background: #00AA00;
	color: #FFFFFF;
}
input[readonly] {
	background: #CCCCCC;
}
input[disabled] {
	background: #DDDDDD;
}
textarea[disabled] {
	background: #DDDDDD;
}
#pwd_strength {
	position: absolute;
	padding: 2px 5px;
	font: 11px Verdana, Geneva, sans-serif;
}
.captcha_image {
	border: 1px solid #56828E;
}
input[type="submit"], button {
	padding: 5px 10px;
	background: #56828E;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
}
button[disabled] {
	color: #CCCCCC;
}
.label_valutazioni input {
	display: none;
}
.label_valutazioni img {
	cursor: pointer;
	opacity: 0.2;
}
.label_valutazioni img:hover {
	opacity: 1;
}
.label_valutazioni > input:checked + img {
	opacity: 1;
}
.inserimento {
	padding: 10px;
	background: #CCCCCC;
	border: 1px solid #999999;
}
.inserimento td {
	padding: 0 10px;
	text-align: center;
}
.inserimento .lr img:hover {
	background: #DDDDDD;
}
.visualizzazione {
	background: #CCCCCC;
}
.visualizzazione tr:nth-child(even) td {
	padding: 10px 4px;
	background: #FFFFFF;
	font: 10px Verdana, Geneva, sans-serif;
	text-align: center;
}
.visualizzazione tr:nth-child(odd) td {
	padding: 10px 4px;
	background: #E0E0E0;
	font: 10px Verdana, Geneva, sans-serif;
	text-align: center;
}
.visualizzazione tr:first-child td {
	padding: 15px 4px;
	background: #999999;
	color: #FFFFFF;
	font: bold 10px Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px 0 #000000;
	text-align: center;
}
.ritorna {
	padding: 10px;
	background: #CCCCCC;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.view {
	cursor: pointer;
}
.articoli, .utenti, .aree, .uffici, .clienti {
	width: 800px;
	max-height: 250px;
	overflow: auto;
}
#elenco_articoli, #elenco_utenti, #elenco_aree, #elenco_uffici, #elenco_clienti {
	width: 780px;
	padding: 10px;
	background: #999999;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000000;
	line-height: 20px;
}
#elenco_articoli:before {
	color: #000000;
	text-shadow: none;
	content:"ARTICOLI INSERITI: ";
}
#elenco_utenti:before {
	color: #000000;
	text-shadow: none;
	content:"UTENTI INSERITI: ";
}
#elenco_aree:before {
	color: #000000;
	text-shadow: none;
	content:"AREE INSERITE: ";
}
#elenco_uffici:before {
	color: #000000;
	text-shadow: none;
	content:"UFFICI INSERITI: ";
}
#elenco_clienti:before {
	color: #000000;
	text-shadow: none;
	content:"CLIENTI INSERITI: ";
}
#totale {
	width: 780px;
	padding: 10px;
	background: #999999;
	border-bottom: 1px solid #666666;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000000;
}
#totale:before {
	color: #000000;
	text-shadow: none;
	content:"TOTALE: ";
}
.ui-dialog {
	position: fixed;
	font-size: 14px;
}
.ui-datepicker {
	font-size: 12px;
}
.ui-progressbar {
	margin: auto;
	width: 100px;
	font-size: 6px;
}
.ui-menu-item {
	clear: both;
	font-size: 14px;
}
.ui-widget-overlay {
	z-index: 2000;
	background: #000000;
}
.vai_giu {
	position: fixed;
	z-index: 100;
	top: 200px;
	right: 50px;
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	opacity: 0.2;
}
.vai_giu:hover {
	opacity: 1;
}
.bolla_cliente {
	position: relative;
	clear: both;
	float: left;
	width: 75%;
	max-width: 1000px;
	margin: 10px;
	padding: 0 20px;
	background: #FFFFFF;
	border: #CCCCCC 1px solid;
	border-radius: 7px;
	font: 12px Verdana, Geneva, sans-serif;
	text-align: left;
	word-wrap: break-word;
}
.bolla_cliente:after {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	left: -15px;
	top: 12px;
}
.bolla_cliente:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #CCCCCC;
	display: block;
	width: 0;
	z-index: 0;
	left: -16px;
	top: 12px;
}
.bolla_cliente img {
	width: 100%;
}
.bolla_utente {
	position: relative;
	clear: both;
	float: right;
	width: 75%;
	max-width: 1000px;
	margin: 10px;
	padding: 0 20px;
	background: #DFEECF;
	border: #CCCCCC 1px solid;
	border-radius: 7px;
	font: 12px Verdana, Geneva, sans-serif;
	text-align: left;
	word-wrap: break-word;
}
.bolla_utente:after {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: transparent #DFEECF;
	display: block;
	width: 0;
	z-index: 1;
	right: -15px;
	top: 12px;
}
.bolla_utente:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: transparent #CCCCCC;
	display: block;
	width: 0;
	z-index: 0;
	right: -16px;
	top: 12px;
}
.bolla_utente img {
	width: 100%;
}
.bolla_nome {
	font-weight: bold;
	text-decoration: underline;
}
.bolla_ora {
	color: #999999;
	font-size: 10px;
	text-align: right;
}
.bolla_ora img {
	width: inherit !important;
}
.bolla_recapiti {
	padding-top: 10px;
	border-top: #CCCCCC 1px solid;
	color: #444444;
	font-size: 14px;
	text-align: center;
}
.bolla_recapiti a {
	color: #444444;
}
.bolla_generica {
	width: 90%;
	max-width: 700px;
	margin: auto;
	padding: 0 5%;
	background: #FFFFFF;
	border: #CCCCCC 1px solid;
	font: 12px Verdana, Geneva, sans-serif;
	text-align: left;
	word-wrap: break-word;
}
.bolla_giustificazioni {
	width: 700px;
	font-size: 12px;
	text-align: left;
	word-wrap: break-word;
}
.add_delete_row {
	cursor: pointer;
}
.download_categoria_file {
	margin: 10px 50px 0;
	padding: 10px 10px;
	background: #5ABAE2;
	color: #FFFFFF;
	text-shadow: 0 0 10px #56828E;
	font-weight: bold;
	text-align: left;
}
.download_subcategoria_file {
	margin: 0 50px;
	padding: 10px 41px;
	background: #CCCCCC url(../immagini/subdir.png) 10px 8px no-repeat;
	text-align: left;
}
.download_file {
	margin: 0 50px;
	padding: 10px 72px;
	background: #FFFFFF url(../immagini/subdir.png) 41px 8px no-repeat;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}
.area_forum {
	clear: both;
	margin: 10px 3% 0;
	padding: 10px 2%;
	background: #5ABAE2;
	color: #FFFFFF;
	text-shadow: 0 0 10px #56828E;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.categoria_forum {
	clear: both;
	margin: 0 3%;
	padding: 10px 4%;
	background: #CCCCCC url(../immagini/subdir.png) 1% 8px no-repeat;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.subcategoria_forum {
	float: left;
	margin: 0 0 0 3%;
	padding: 10px 6% 0;
	width: 45%;
	height: 28px;
	background: #FFFFFF url(../immagini/subdir.png) 3% 8px no-repeat;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.subcategoria_forum_right {
	float: left;
	margin: 0 3% 0 0;
	padding: 5px 2% 0;
	width: 33%;
	height: 33px;
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	font-size: 11px;
	text-align: left;
}
.subcategoria_forum_right img {
	vertical-align: text-top;
}
.id_messaggio_forum {
	padding-right: 10px !important;
	text-align: right !important;
}
.nome_messaggio_forum {
	padding: 5px 20px !important;
	width: 200px;
	vertical-align: top;
}
.nome_messaggio_forum div {
	width: 200px;
	overflow: hidden;
}
.testo_messaggio_forum {
	max-width: 814px;
	padding: 5px 20px !important;
	min-height: 100px;
	vertical-align: top;
}
.testo_messaggio_forum div {
	font-size: 12px !important;
	text-align: left !important;
	overflow: hidden;
}
.testo_messaggio_forum img {
	width: 100%;
}
.censura_messaggio_forum {
	text-align: center;
}
.censura_messaggio_forum img {
	vertical-align: text-top;
}
.rispondi_messaggio_forum {
	padding-right: 10px !important;
	text-align: right !important;
}
.rispondi_messaggio_forum img {
	vertical-align: text-top;
}
.edit {
	cursor: pointer;
}
.reply {
	cursor: pointer;
}
.image_top {
	vertical-align: text-top;
}
.red_background {
	background-image: url(../immagini/red_background.png) !important;
}
.notifica_categoria {
	margin: 10px 30px 0;
	padding: 10px;
	background: #CCCCCC;
	text-align: center;
}
.notifica_files {
	margin: 0 30px;
	padding: 10px;
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
.risultato_report {
	height: 600px;
	overflow: auto;
}
.visualizzazione_calendario {
	background: #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
}
.visualizzazione_calendario tr td {
	position: relative;
	padding-top: 29px;
	width: 180px;
	max-width: 220px;
	height: 75px;
	vertical-align: top;
}
.visualizzazione_calendario tr:nth-child(even) td {
	background: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
.visualizzazione_calendario tr:nth-child(odd) td {
	background: #E0E0E0;
	font-size: 10px;
	text-align: center;
}
.visualizzazione_calendario tr:first-child td {
	padding-top: 0;
	background: #999999;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 1px 1px 0 #000000;
	vertical-align: middle;
}
.visualizzazione_calendario tr:nth-child(2) td {
	padding-top: 0;
	min-height: 35px;
	background: #999999;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-shadow: 1px 1px 0 #000000;
	vertical-align: middle;
}
.numero_calendario {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 4px;
	width: 40px;
	height: 25px;
	background: #56828E;
	color: #FFFFFF;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-radius: 0 0 20px 0;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 1px 1px 0 #000000;
}
.evento_calendario {
	margin: 5px;
	padding: 5px;
	background: #F0F0F0;
	border: 2px dashed #0088CC;
	border-radius: 10px;
	font-size: 10px;
}
.titolo_evento {
	margin: -7px -7px 5px -7px;
	padding: 5px;
	background: #0088CC;
	border-radius: 10px 10px 0 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-shadow: 0 0 5px #000000;
	box-shadow: 0 2px 0 #56828E;
}
.dettaglio_evento {
	margin-top: 5px;
	padding: 5px 0 5px 22px;
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: left;
	word-wrap: break-word;
}
.info_evento {
	background-image: url(../immagini/info.png);
}
.cliente_evento {
	background-image: url(../immagini/cliente.png);
}
.ora_evento {
	background-image: url(../immagini/orologio.png);
}
.auto_evento {
	background-image: url(../immagini/auto.png);
}
.no_conferma_evento {
	background-image: url(../immagini/errore.png);
}
.si_conferma_evento {
	background-image: url(../immagini/ok.png);
}
.modifica_elimina_evento {
	margin-top: 5px;
	padding-top: 5px;
}
.oggi {
	background: #CCFFCC !important;
	outline: 2px dashed #00CC00;
}
.oggi .numero_calendario {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	background: #00AA00;
}
.oggi .numero_calendario:after {
	content: " (OGGI)";
}
.notifica_calendario {
	margin-bottom: 15px;
}
.notifica_calendario a {
	padding: 5px 15px;
	background: #BB0000;
	border-radius: 10px;
	color: #FFFFFF !important;
	text-shadow: 0 0 5px #660000;
}
.grafico_google {
	display: inline-block;
	width: 500px;
	height: 300px;
	margin: 0 10px 20px;
}
#cookie-bar {
	z-index: 1000000;
}
#fondo {
	float: left;
	width: 100%;
	height: 70px;
	margin-top: 10px;
	padding: 50px 0 0;
	border-top: 1px solid #CCCCCC;
	font: 12px Verdana, Geneva, sans-serif;
	text-align: center;
}