/* MENU NAVIGAZIONE */
.menuNavigazione {
	clear:both;
	min-height:28px;
	margin-left:-1.1%;
	margin-right:-1.1%;
	padding:0 2%;
	font-size:0.9em;
	 width: 190px;
}
.menuNavigazione li {
	position:relative;
	
}
.menuNavigazione li,
.menuNavigazione li a {
	float:left;
	display:inline;
	 position: Relative;
	width: 150px;

}

.menuNavigazione li a {
	line-height:28px;
	color:#fff;
	text-transform:uppercase;
	padding:0 15px;
	border-right:1px solid #fff;
	background: #666;
}
.menuNavigazione li > a {
	background:#666 url(../images/freccia.png) no-repeat 160px 9px;
}

.menuNavigazione li a:hover,
.menuNavigazione li.current a {
	background:#333 url(../images/freccia.png) no-repeat 200px 9px;
}
.menuNavigazione li ul {
	display:none;
	max-height:400px;/*The important part*/
    overflow-y:auto;/*Also...*/
    overflow-x:hidden;/*And the end of the important part*/
}
.menuNavigazione li:hover ul {
    position:absolute;
	margin:-28px 0px 0px 180px;
	background:#eee;
	display:block;
	color:#fff;
	z-index:999;
	top:28px;
	padding:0;
	-webkit-box-shadow:0px px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	
}
.menuNavigazione li ul li,
.menuNavigazione li ul li a {
	clear:both;
	display:block;
	background:none;
	width: 300px;
	color:#000;
}
.menuNavigazione li ul li a {
	border:none !important;
	text-transform:none;
	width: 300px;
}
.menuNavigazione li ul li a:hover {
	background:#333;
	width: 270px;
	color:#fff;
}

div.MENU_DESCR {
	background:#eee;
	width:150px;
	height:35px;
	padding:40px 15px 0;
}

@media screen and (min-width: 1270px) {
	.menuNavigazione {
		width: 88%;
	}
	.menuNavigazione li,
	.menuNavigazione li a {
		width: 100%;
	}
	.menuNavigazione li ul li,
	.menuNavigazione li ul li a {
		width: 100%;
	}
	.menuNavigazione li ul li a {
		width: 100%;
	}
	.menuNavigazione li ul li a:hover {
		width: 100%;
	}
	div.MENU_DESCR {
		width:100%;
	}
	.menuNavigazione li > a {
		background:#666 url(../images/freccia.png) no-repeat 95% 9px;
	}
	.menuNavigazione li:hover ul {
		margin-left:114%;
	}
}


/* ------ MODIFICHE MATTEO ------ */
a {
	cursor:pointer !important;
}
a img {
	cursor:pointer !important;
}

a.rosso {
	color:#f00;
}
a.rosso:hover {
	color:#333;
}

h1.testata {
	font-size: 1.1em;
	font-weight: 400;
}

h2.testata {
	font-size: 1.1em;
	font-weight: 400;
}

p.centrato {
	text-align:center;	
}
span.align_centro {
	text-align:center;	
}

div.box-verdino {
	/*background:#dff0e8;*/
	background:#f2fff9;
	padding:1px 12px 0;
	-webkit-box-shadow:0px px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
}

div#id_segnalaizoni tr a:visited {
	color: #964a7d !important;
	/*font-weight: normal !important;*/
}
div#id_segnalaizoni tr.tableHead a:visited{
	color: #00a2b4 !important;
}

a.segnalaizoni_link:visited {
	color: #964a7d !important;
}

@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  src: local('Archivo Narrow Regular'), local('ArchivoNarrow-Regular'), url(../font/DsLzC9scoPnrGiwYYMQXphdbPw3QSf9R-kE0EsQUn2A.woff) format('woff');
}
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 700;
  src: local('Archivo Narrow Bold'), local('ArchivoNarrow-Bold'), url(../font/M__Wu4PAmHf4YZvQM8tWsCylde52zikAzebNtJS89aM.woff) format('woff');
}

table.segnalazioni {
	/*font-size:90%;*/
}

table.segnalazioni td {
	padding-left:3px;
	padding-right:2px;
}

td.sfondo-bianco {
	background-color: #fff;
}

td.td_destra {
	text-align:right;
}
td.td_destra img{
	float:right;
}

td.td_sinistra{
	text-align:left;
}
td.td_sinistra img {
	float:left;
}

td.normale {
	color:#000;
	text-transform:none;
	font-weight:normal;
}

td.azzurro {
	color:#00a2b4;
}

td.rosso {
	color:#ff0000;
	font-weight:bold;
}
td.verde {
	color:#469578;
	font-weight:bold;
}

td.grosso {
	font-weight: bold;
}

td.td_centro {
	text-align:center;
	/*font-weight: bold;*/
}
td.td_centro img {
	float:right;
}

th.th_sinistra {
	text-align:left;
}
th.th_destra {
	text-align:right;
}

td.ente {
	/*text-align:right;*/
	border-bottom:0px;
	font-weight: normal;
}
span.autore {
	font-style:italic;
}

tr.sfondo-rosso td {
	background-color: #ffcccc;
}

tr.sfondo-grigio td {
	background-color: #eeeeee;
}

tr.sfondo-bianco td {
	background-color: #fff;
}

tr.con-padding td {
	padding-top:10px;
}

tr.padding-dx td {
	padding-right:5px;
}

tr.tableHead th {
	padding-top:10px;
}

tr.esame_cliente {
	font-size:1em;
	background:#e5e5e5;
	padding:3px;
	width:20%;
}

tr.esame_cliente a {
	font-weight: bold;
}

tr.esame {
	font-size:1em;
	padding:3px;
	width:20%;
}

tr.grosso {
	font-weight: bold;
}

tr.rosso td {
	color:#ff0000;
}

td.no-bordo {
	border-bottom:0px;
}

td.bordo-fino {
	border-bottom:1px solid #e3e3e3 !important;
}

tr.esame a {
	font-weight: bold;
	/*color:#f10000;*/
}

tr.informazione {
	background:#ffffe0;
	font-size:1em;
	padding:3px;
	width:20%;
}

td.piccolo {
	font-size:90%;
}

tr.grande {
	font-size:105%;
}

tr.piccolo {
	font-size:90%;
}


td a img {
	padding:0px;
	display:inline;
}

.menuFunzioni {
	color:#333;
}

.menuFunzioni li a img {
	margin:15px auto 0;
}

.menuFunzioni li a {
	background:#eee;
	margin-bottom:2px;
	padding:5px 10px;
	padding-left:15px;
	display:block;
	position:relative;
}
.menuFunzioni li a:hover {
	background:url(../images/icons/icon-freccia.png) #f8f8f8 no-repeat 0px center;
	}	
.menuFunzioni li.current a {
	background:#f8f8f8;
	color:#333;
	padding-left:25px;
	background:url(../images/icons/icon-freccia.png) #f8f8f8 no-repeat 10px center;
}

.menuFunzioni li.current a {
	background:#f8f8f8;
	color:#333;
	padding-left:25px;
	background:url(../images/icons/icon-freccia.png) #f8f8f8 no-repeat 10px center;

}

.menuFunzioni li a span.avvisi {
	position:absolute;
	top:-8px;
	right:-8px;
	width:28px;
	height:29px;
	line-height:29px;
	text-align:center;
	color:#fff;
	background:url(../images/bg-avviso.png) no-repeat top left;
	font-size:0.8em;
}
.menuFunzioni li a span.spunta {
	position:absolute;
	top:-8px;
	right:-8px;
	width:28px;
	height:29px;
	line-height:29px;
	text-align:center;
	color:#fff;
	font-size:0.8em;
	background:url(../images/icons/icon-check.png) no-repeat left center;
}

.menuSegnalazioni li a span.spunta {
	position:absolute;
	top:-8px;
	right:-8px;
	width:28px;
	height:29px;
	line-height:29px;
	text-align:center;
	color:#fff;
	font-size:0.8em;
	background:url(../images/icons/icon-check.png) no-repeat left center;
}

/*.menuSegnalazioni li#segreteria a {
	border:2px #c5387b solid;
}
.menuSegnalazioni li#finanza a {
	border:2px #f8794d solid;
}
.menuSegnalazioni li#territorio a {
	border:2px #469578 solid;
}
.menuSegnalazioni li#personale a {
	border:2px #318bb4 solid;
}
.menuSegnalazioni li#tecnologia a {
	border:2px #A02216 solid;
}*/

h4.segreteria {
	background-color:#c5387b;
	height:7px;
	margin-top:5px;
}
h4.finanza {
	background-color:#f8794d;
	height:7px;
	margin-top:5px;
}
h4.territorio {
	background-color:#469578;
	height:7px;
	margin-top:5px;
}
h4.personale {
	background-color:#318bb4;
	height:7px;
	margin-top:5px;
}
h4.tecnologia {
	background-color:#A02216;
	height:7px;
	margin-top:5px;	
}


form.centrato {
	background:#f8f8f8 url(../images/bg-login.png) no-repeat top center;
}

form.centrato input[type=text] {
	padding:5px 10px !important;
	margin:5px 0px !important;
	height: 20px !important;
	width:auto !important;
}

form.navigazione_comunicazioni input[type=submit],input[type=button] {
	height:25px;
	padding:5px 15px;
	border:0;
	margin:20px;
	background:#00a2b4;
	float:right;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;

}

form.navigazione_comunicazioni2 input[type=submit] {
	height:25px;
	text-align:right;
	padding:5px 15px;
	border:0;
	margin:20px;
	background:#00a2b4;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	float:left;
}
/* mv */ 
.error{color : #FF0000;
font-weight : bold;
}
form.navigazione_comunicazioni input[type=text] {
	padding:5px 10px;
	border:0;
	margin:5px 0;
	background:#eee;
	border-bottom:1px solid #00a2b4;

}
form.navigazione_comunicazioni input[type=text]:focus {
	color:#00a2b4;
	background:#fff;
	border-bottom:1px solid #333;
	-webkit-box-shadow:0px px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
		
}

.navigazione_comunicazioni2 input[type=text],
.navigazione_comunicazioni2 textarea {
	padding:5px 10px;
	border:0;
	margin:5px 0;
	background:#eee;
	border-bottom:1px solid #00a2b4;
}
.right {
	text-align:right;
}

.navigazione_comunicazioni2 input[type=text]:focus,
.navigazione_comunicazioni2 textarea:focus {
	color:#00a2b4;
	background:#fff;
	border-bottom:1px solid #333;
	-webkit-box-shadow:0px px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}

form.navigazione_comunicazioni_no_margin input[type=submit] {
	height:25px;
	text-align:center;
	padding:5px 10px;
	width:20%;
	border:0;
	margin:6px;
	background:#00a2b4;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	float:left;
}

form.navigazione_comunicazioni_no_margin input[type=submit].grey,
form.navigazione_comunicazioni input[type=submit].grey,
form.navigazione_comunicazioni input[type=button].grey {
	background:#c0c0c0;
	color:#00a2b4;
}
form.navigazione_comunicazioni_no_margin input[type=submit].grey:hover,
form.navigazione_comunicazioni input[type=submit].grey:hover,
form.navigazione_comunicazioni input[type=button].grey:hover {
	color:#fff;
	background:#00a2b4;	
}

form.navigazione_comunicazioni_no_margin input[type=submit]:hover,input[type=button]:hover {
	background:#333;
	-webkit-box-shadow:0px px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	transition:all 1s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}

.segnalazione_bottoni
{
	width: 100%;
	text-align: left;
}
.segnalazione_bottoni_right
{
	width: 100%;
	text-align: right;
}

form.navigazione_comunicazioni input[type=submit]:hover {
	background:#333;
	-webkit-box-shadow:0px px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	transition:all 1s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}

form.navigazione_comunicazioni2 input[type=submit]:hover {
	background:#333;
	-webkit-box-shadow:0px px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	transition:all 1s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}

.titoloH2 img {
	float:right;
}

.titoloH2 span.destra {
	float:right;
	color:#00a2b4;
}

h5 a img,h6 a img {
	padding-left:10px;
	display:inline;
}

.titoloH2 span.sinistra {
	text-align:left;
	color:#00a2b4;
}

h1,h2 {
	font-size:1.2em;
	font-weight:bold;
}
h2.azzurro {
	color:#00a2b4;
}
h1.halley_veneto {
	color:#ce000c;
}
h2.halley_veneto {
	color:#ce000c;
}
h2.riga-sotto {
	border-bottom:1px solid #ddd;
}
span.azzurro {
	color:#00a2b4;
	text-transform:none;
	font-weight:normal;
	text-align:left;
}
h2.big {
	font-size:1.5em;
}
h6.sinistra {
	text-align:left;
}
h2.rosso {
	color:#ff0000;
}
h2.verde {
	color:#469578;
}
h1.titoloSezione1,h2.titoloSezione1,h6.titoloSezione1 {
	color:#c5387b;
}
h1.titoloSezione2,h2.titoloSezione2,h6.titoloSezione2 {
	color:#f8794d;
}
h1.titoloSezione3,h2.titoloSezione3,h6.titoloSezione3 {
	color:#469578;
}
h1.titoloSezione4,h2.titoloSezione4,h6.titoloSezione4 {
	color:#318bb4;
}
h1.titoloSezione5,h2.titoloSezione5,h6.titoloSezione5 {
	color:#A02216;
}
h1.titoloSezione6,h2.titoloSezione6,h6.titoloSezione6 {
	color:#919531;
}
h1.titoloSezione7,h2.titoloSezione7,h7.titoloSezione7 {
	color:#4472b3;
}
h1.titoloSezione8,h2.titoloSezione8,h8.titoloSezione8 {
	color:#e63244;
}
h6 {
	font-size:1em;
	font-weight:400;
	text-transform:uppercase;
	color:#00a2b4;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	text-align:right;
}
h6 span {
	color:#999;
}

td.centro {
	vertical-align:middle;

}
/*
td img {
	float:left;
}*/

.formLink input[type=text],
.formLink input[type=password] {
	width:200px;
	height:25px;
	padding:5px 10px;
	border:0;
	margin:5px 0;
	background:#eee;
	border-bottom:1px solid #00a2b4;
}
.formLink input[type=text]:focus,
.formLink input[type=password]:focus {
	color:#00a2b4;
	background:#fff;
	border-bottom:1px solid #333;
	-webkit-box-shadow:0px px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.formLink input[type=submit] {
	height:25px;
	padding:5px 15px;
	border:0;
	margin:10px 0 20px;
	background:#00a2b4;
	/*float:right;*/
	margin-right:35px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}
.formLink input[type=submit]:hover {
	background:#333;
	-webkit-box-shadow:0px px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
p.right {
	text-align:right;
}

.box {
	padding-bottom:0.4em;
	min-height: 2.4em;
}
/* ------ FINE MODIFICHE MATTEO ------ */


/* ------ INIZIO MODIFICHE MANUEL ------ */

#cercah3,#cerca_operatore {
	padding-bottom:5px;
	margin-top:10px;
	/*border-bottom:1px solid #ccc;*/
	display:block;
	clear:both;
	height:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:0.9em;
	background:url(../images/icons/icon-search.png) no-repeat top left;
	padding-left:25px;
}
#cercah3 img, #cerca_operatore img {
	float:left;
	margin-left:10px;
}
#chiudi, #chiudi_operatore {
	padding-bottom:5px;
	margin-top:10px;
	/*border-bottom:1px solid #ccc;*/
	display:block;
	clear:both;
	height:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:0.9em;
	background:url(../images_h3/icons-close.png) no-repeat top left;
	padding-left:25px;
}
#chiudi img, #chiudi_operatore img {
	float:left;
	margin-left:10px;
}

#cercah3_rubrica {
	padding-bottom:5px;
	margin-top:10px;
	/*border-bottom:1px solid #ccc;*/
	display:block;
	clear:both;
	height:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:0.9em;
	background:url(../images/icons/icon-search.png) no-repeat top left;
	padding-left:25px;
}
#cercah3_rubrica img {
	float:left;
	margin-left:10px;
}
#chiudi_rubrica {
	padding-bottom:5px;
	margin-top:10px;
	/*border-bottom:1px solid #ccc;*/
	display:block;
	clear:both;
	height:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:0.9em;
	background:url(../images_h3/icons-close.png) no-repeat top left;
	padding-left:25px;
}
#chiudi_rubrica img {
	float:left;
	margin-left:10px;
}


/*
#cerca_operatore {
	padding-bottom:5px;
	margin-top:10px;
	display:block;
	clear:both;
	height:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:0.9em;
	background:url(../images/icons/icon-search.png) no-repeat top left;
	padding-left:25px;
}
#cerca_operatore img {
	float:left;
	margin-left:10px;
}
#chiudi_operatore {
	padding-bottom:5px;
	margin-top:10px;
	display:block;
	clear:both;
	height:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:0.9em;
	background:url(../images_h3/icons-close.png) no-repeat top left;
	padding-left:25px;
}
#chiudi_operatore img {
	float:left;
	margin-left:10px;
}
*/

#cercah3_segnalazioni {
	padding-bottom:5px;
	margin-top:10px;
	/*border-bottom:1px solid #ccc;*/
	display:block;
	clear:both;
	height:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:0.9em;
	background:url(../images/icons/icon-search.png) no-repeat top left;
	padding-left:25px;
}
#cercah3_segnalazioni img {
	float:left;
	margin-left:10px;
}
#chiudi_segnalazioni {
	padding-bottom:5px;
	margin-top:10px;
	/*border-bottom:1px solid #ccc;*/
	display:block;
	clear:both;
	height:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:0.9em;
	background:url(../images_h3/icons-close.png) no-repeat top left;
	padding-left:25px;
}
#chiudi_segnalazioni img {
	float:left;
	margin-left:10px;
}


#indietro {
	padding-bottom:5px;
	margin-top:10px;
	/*border-bottom:1px solid #ccc;*/
	display:block;
	clear:both;
	height:20px;
	text-align:right;
	text-transform:uppercase;
	font-size:0.9em;
	background:url(../images_h3/icon_jump_back.png) no-repeat top right;
	padding-right:25px;
}
#indietro img {
	float:right;
	margin-left:10px;
}




/* FILTRO RICERCA */
.filtroRicerca {
	font-size:0.9em;
}
.text-normal{
	font-size:1em;
}
.filtroRicerca .width100,
.filtroRicerca .width50 {
	display:block;
	margin-bottom:10px;
}
.filtroRicerca .width100 {
	width:100%;
}
.filtroRicerca .width50 {
	width:50%;
	float:left;
}
.filtroRicerca .width50.last {
	clear:right;
}
.filtroRicerca label {
	text-transform:uppercase;
	width:auto;
	display:block;
	float:left;
	line-height:25px;
	text-align:right;
	padding-right:10px;
}
.filtroRicerca input[type=text],textarea {
	background:#eee;
	border:0;
	border-bottom:1px solid #00a2b4;
	padding:5px 10px;
	text-align:left;
	resize:none;
}
.filtroRicerca input[type=text]:focus,textarea:focus {
	color:#00a2b4;
	background:#fff;
	text-align:left;
	border-bottom:1px solid #333;
	-webkit-box-shadow:0px px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.filtroRicerca input#oggetto {
	width:450px;
}
.filtroRicerca input#datepicker {
	width:100px;
}
.filtroRicerca select#tipologia {
	width:185px;
	padding:5px 10px;
	clear:right;
}

select#tipologia {
	width:185px;
	padding:5px 10px;
	clear:right;
}
select {
	width:185px;
	padding:5px 10px;
	clear:right;
}

.filtroRicerca input[type=submit] {
	float:right;
	clear:both;
	display:block;
	margin:5px 0 10px;
	height:25px;
	padding:5px 15px;
	border:0;
	background:#00a2b4;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	margin-right:28px;
}
.filtroRicerca input[type=submit]:hover {
	background:#333;
	-webkit-box-shadow:0px px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}

.filtroRicerca select#tipologia_comunicazione {
	/*width:185px;*/
	padding:5px 10px;
	/*clear:right;*/
}

.filtroRicerca select#servizi_previsioni {
	padding:5px 10px;
	font-weight: bold;
}


.filtroRicerca select#procedura {
	/*width:185px;*/
	padding:5px 10px;
	/*clear:right;*/
}

.filtroRicerca .width25 {
	width:25%;
	float:left;
}

.filtroRicerca .width30 {
	width:30%;
	float:left;
}

.filtroRicerca .width70 {
	width:70%;
	float:left;
}

/* ------ FINE MODIFICHE MANUEL ------ */



/*div.custom_file_upload {
	width: 230px;
	height: 20px;
	margin: 40px auto;
}*/

input.file {
	width:250px;
	height: 20px;
	border: 1px solid #BBB;
	/*border-right: 0;*/
	color: #888;
	padding: 5px;
	text-align: center;	
		
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	
	outline: none;
}

div.file_upload {
	width: 80px;
	height: 24px;
	background: #00a2b4;
	background: -moz-linear-gradient(top,  #00a2b4 0%, #00a2b4 44%, #00a2b4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2b4), color-stop(44%,#00a2b4), color-stop(100%,#00a2b4));
	background: -webkit-linear-gradient(top,  #00a2b4 0%,#00a2b4 44%,#00a2b4 100%);
	background: -o-linear-gradient(top,  #00a2b4 0%,#00a2b4 44%,#00a2b4 100%);
	background: -ms-linear-gradient(top,  #00a2b4 0%,#00a2b4 44%,#00a2b4 100%);
	background: linear-gradient(top,  #00a2b4 0%,#00a2b4 44%,#00a2b4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2b4', endColorstr='#00a2b4',GradientType=0 );

	display: inline;
	position: absolute;
	float: none;
	overflow: hidden;
	cursor: pointer;
	
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	
	/*font-weight: bold;*/
	color: #FFF;
	text-align: center;
	padding-top: 8px;
}
div.file_upload:before {
	content: 'SCEGLI FILE';
	position: absolute;
	float: none;
	left: 0; right: 0;
	text-align: center;	
	cursor: pointer;
}

div.file_upload input {
	position: relative;
	float: right;
	height: 30px;
	width: 100px;
	display: inline;
	cursor: pointer;
	opacity: 0;
}

div.file_upload:hover {
	background:#333;
	-webkit-box-shadow:0px px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
/*
#page {
	min-height:784px;
}
*/
/*
.menuTabConfig li a {
    letter-spacing:-1px;
}*/

.content .column1-5,
.content .column2-5,
.content .column3-5,
.content .column4-5,
.content .column5-5 {
	margin-top:0px;
	margin-bottom:3px;
}

h3.segnalazioni {
	margin-bottom:3px;
}
h3.segnalazioni_hv {
	margin-bottom:3px;
	background-color:#ce000c;
}
h3.azzurro {
	margin-bottom:3px;
	background-color:#00a2b4;
}
/*
h3.segnalazioni_dx {
	margin-bottom:3px;
	float:right;
	width:30%;
}
*/
h3.margine {
	margin-bottom:3px;
}

#header {
	margin-bottom:13px;
}

.ACapo {
	margin-top:10px;
	border-top:0px solid #ddd;
}

.listaSegnalazione .area {
	text-align:right;
	background:#ffffe0;
}

.listaSegnalazione .esame {
	text-align:right;
	background:#f2f9fa;
}

li#grigio a {
	width:120px;
	height:76px;
	background-image:url(../images_h3/bg-area-grigia.png);
}

.menuSegnalazioni li a {
	padding-left:15px;
	
}

.menuSegnalazioni li.current a,
.menuSegnalazioni li a:hover {
	/*background:#00a2b4;
	color:#fff;*/
	
	background:#f8f8f8;
	color:#333;
	padding-left:25px;
	background:url(../images/icons/icon-freccia.png) #f8f8f8 no-repeat 10px center;
}


ul.destra li.current a {
	background:#f8f8f8;
	color:#333;
	padding-right:20px;
	padding-left:10px;
	background:url(../images/icons/icon-freccia-2.png) no-repeat center right;
}

div#previsioni_riga {
	border-bottom:1px solid #ccc;
	width:100%;
	font-size:95%;
	float:left;
}
div#previsioni_descr {
	width:30%;
	margin:0px;
	padding:5px 0px;
	vertical-align:middle;
	float:left;
	border-top:0px solid #ccc;
}

div#previsioni_anni {
	width:15%;
	margin:25px 0px 10px 0px;
	padding:5px 0px;
	text-align:right;
	vertical-align:middle;
	float:left;
	
	text-transform:uppercase;
	font-weight:700;
	color:#00a2b4;
	border-top:0px solid #ccc;
	background: none repeat scroll 0% 0% rgb(238, 238, 238);
}

div#previsioni_anni10_img {
	width:10%;
	margin:25px 0px 10px 0px;
	padding:1px 0px;
	text-align:right;
	vertical-align:middle;
	float:left;
	
	text-transform:uppercase;
	font-weight:700;
	color:#00a2b4;
	border-top:0px solid #ccc;
	background: none repeat scroll 0% 0% rgb(238, 238, 238);
}
div#previsioni_anni10_img img {
	float:right;
}

div#previsioni_anni_previsioni {
	width:10%;
	margin:0px;
	padding:5px 0px;
	text-align:right;
	vertical-align:middle;
	float:left;
		
	text-transform:uppercase;
	font-weight:700;
	color:#00a2b4;
	border-top:0px solid #ccc;
	background: none repeat scroll 0% 0% rgb(238, 238, 238);
}

div#previsioni_titolo20_prev {
	width:20%;
	margin:0px;
	padding:5px 0px;
	text-align:right;
	vertical-align:middle;
	float:left;
		
	text-transform:uppercase;
	font-weight:700;
	color:#00a2b4;
	border-top:0px solid #ccc;
	background: none repeat scroll 0% 0% rgb(238, 238, 238);
}
div#previsioni_titolo15_prev {
	width:15%;
	margin:0px;
	padding:5px 0px;
	text-align:right;
	vertical-align:middle;
	float:left;
		
	text-transform:uppercase;
	font-weight:700;
	color:#00a2b4;
	border-top:0px solid #ccc;
	background: none repeat scroll 0% 0% rgb(238, 238, 238);
}
div#previsioni_titolo35_prev {
	width:35%;
	margin:0px;
	padding:5px 0px;
	text-align:right;
	vertical-align:middle;
	float:left;
		
	text-transform:uppercase;
	font-weight:700;
	color:#00a2b4;
	border-top:0px solid #ccc;
	background: none repeat scroll 0% 0% rgb(238, 238, 238);
}
div#previsioni_titolo65_prev {
	width:65%;
	margin:0px;
	padding:5px 0px;
	text-align:right;
	vertical-align:middle;
	float:left;
		
	text-transform:uppercase;
	font-weight:700;
	color:#00a2b4;
	border-top:0px solid #ccc;
	background: none repeat scroll 0% 0% rgb(238, 238, 238);
}

div#previsioni_imp {
	width:13%;
	margin:0px;
	padding:5px 0px;
	vertical-align:middle;
	float:left;
	text-align:right;
	border-top:0px solid #ccc;
}
div#previsioni_imp10 {
	width:10%;
	margin:0px;
	padding:5px 0px;
	vertical-align:middle;
	float:left;
	text-align:right;
	border-top:0px solid #ccc;
}
div#previsioni_imp15 {
	width:15%;
	margin:0px;
	padding:5px 0px;
	vertical-align:middle;
	float:left;
	text-align:right;
	border-top:0px solid #ccc;
}

div#previsioni_imp_big {
	width:65%;
	margin:0px;
	padding:5px 0px;
	float:none;
}

div#previsioni_titolo2 {
	width:30%;
	margin:25px 0px 10px 0px;
	padding:5px 0px;
	text-align:left;
	font-size:95%;
	float:left;
	
	text-transform:uppercase;
	font-weight:700;
	color:#00a2b4;
	/*border-bottom:0px solid #ccc;*/
	border-top:0px solid #ccc;
	background: none repeat scroll 0% 0% rgb(238, 238, 238);
}

div#previsioni_titolo5 {
	width:5%;
	margin:25px 0px 10px 0px;
	padding:5px 0px;
	text-align:left;
	font-size:95%;
	float:left;
	
	text-transform:uppercase;
	font-weight:700;
	color:#00a2b4;
	border-top:0px solid #ccc;
	background: none repeat scroll 0% 0% rgb(238, 238, 238);
}
div#previsioni_titolo10 {
	width:10%;
	margin:25px 0px 10px 0px;
	padding:5px 0px;
	text-align:left;
	font-size:95%;
	float:left;
	
	text-transform:uppercase;
	font-weight:700;
	color:#00a2b4;
	border-top:0px solid #ccc;
	background: none repeat scroll 0% 0% rgb(238, 238, 238);
}

div#previsioni_titolo15 {
	width:15%;
	margin:25px 0px 10px 0px;
	padding:5px 0px;
	text-align:left;
	font-size:95%;
	float:left;
	
	text-transform:uppercase;
	font-weight:700;
	color:#00a2b4;
	border-top:0px solid #ccc;
	background: none repeat scroll 0% 0% rgb(238, 238, 238);
}
div#previsioni_titolo20 {
	width:20%;
	margin:25px 0px 10px 0px;
	padding:5px 0px;
	text-align:left;
	font-size:95%;
	float:left;
	
	text-transform:uppercase;
	font-weight:700;
	color:#00a2b4;
	border-top:0px solid #ccc;
	background: none repeat scroll 0% 0% rgb(238, 238, 238);
}
div#previsioni_titolo25 {
	width:25%;
	margin:25px 0px 10px 0px;
	padding:5px 0px;
	text-align:left;
	font-size:95%;
	float:left;
	
	text-transform:uppercase;
	font-weight:700;
	color:#00a2b4;
	border-top:0px solid #ccc;
	background: none repeat scroll 0% 0% rgb(238, 238, 238);
}
div#previsioni_titolo30 {
	width:30%;
	margin:25px 0px 10px 0px;
	padding:5px 0px;
	text-align:left;
	font-size:95%;
	float:left;
	
	text-transform:uppercase;
	font-weight:700;
	color:#00a2b4;
	border-top:0px solid #ccc;
	background: none repeat scroll 0% 0% rgb(238, 238, 238);
}
div#previsioni_titolo35 {
	width:35%;
	margin:25px 0px 10px 0px;
	padding:5px 0px;
	text-align:left;
	font-size:95%;
	float:left;
	
	text-transform:uppercase;
	font-weight:700;
	color:#00a2b4;
	border-top:0px solid #ccc;
	background: none repeat scroll 0% 0% rgb(238, 238, 238);
}
div#previsioni_titolo65 {
	width:65%;
	margin:25px 0px 10px 0px;
	padding:5px 0px;
	text-align:left;
	font-size:95%;
	float:left;
	
	text-transform:uppercase;
	font-weight:700;
	color:#00a2b4;
	border-top:0px solid #ccc;
	background: none repeat scroll 0% 0% rgb(238, 238, 238);
}
div#previsioni_titolo100 {
	width:100%;
	margin:2px 0px 2px 0px;
	padding:5px 0px;
	text-align:left;
	font-size:95%;
	float:left;
	
	text-transform:uppercase;
	font-weight:700;
	color:#00a2b4;
	border-top:0px solid #ccc;
	background: none repeat scroll 0% 0% rgb(238, 238, 238);
}

div#previsioni_descr5 {
	width:5%;
	margin:0px;
	padding:5px 0px;
	text-align:left;
	vertical-align:middle;
	float:left;
	border-top:0px solid #ccc;
}

div#previsioni_descr5_img {
	width:5%;
	margin:0px;
	padding:0.7px 0px;
	text-align:center;
	vertical-align:middle;
	float:left;
	border-top:0px solid #ccc;
}
div#previsioni_descr5_img img {
	margin:0px;
}

div#previsioni_descr10 {
	width:10%;
	margin:0px;
	padding:5px 0px;
	text-align:left;
	vertical-align:middle;
	float:left;
	border-top:0px solid #ccc;
}
div#previsioni_descr15 {
	width:15%;
	margin:0px;
	padding:5px 0px;
	text-align:left;
	vertical-align:middle;
	float:left;
	border-top:0px solid #ccc;
}
div#previsioni_descr20 {
	width:20%;
	margin:0px;
	padding:5px 0px;
	text-align:left;
	vertical-align:middle;
	float:left;
	border-top:0px solid #ccc;
}
div#previsioni_descr25 {
	width:25%;
	margin:0px;
	padding:5px 0px;
	text-align:left;
	vertical-align:middle;
	float:left;
	border-top:0px solid #ccc;
}
div#previsioni_descr30 {
	width:30%;
	margin:0px;
	padding:5px 0px;
	text-align:left;
	vertical-align:middle;
	float:left;
	border-top:0px solid #ccc;
}
div#previsioni_descr35 {
	width:35%;
	margin:0px;
	padding:5px 0px;
	text-align:left;
	vertical-align:middle;
	float:left;
	border-top:0px solid #ccc;
}
div#previsioni_descr55 {
	width:55%;
	margin:0px;
	padding:5px 0px;
	text-align:left;
	vertical-align:middle;
	float:left;
	border-top:0px solid #ccc;
}
div#previsioni_descr65 {
	width:65%;
	margin:0px;
	padding:5px 0px;
	text-align:left;
	vertical-align:middle;
	float:left;
	border-top:0px solid #ccc;
}

div#previsioni_descr85 {
	width:85%;
	margin:0px;
	padding:5px 0px;
	text-align:left;
	vertical-align:middle;
	float:left;
	border-top:0px solid #ccc;
}

.previsioni input[type="submit"] {
	clear: none;
	margin: 0px;
}

.previsioni input[type="text"] {
	text-align:right;
	font-size:95%;
	margin-right:0px;
	padding-right:2px;
	/*font-family: 'Archivo Narrow', Arial, sans-serif;*/
}

div.totali {
	text-transform:uppercase;
	font-weight:bold;
	/*color:#00a2b4;*/
	color:#318bb4;	
	font-size:1em;
}

.box3 {
	display:none;
}

.nascondi1,.nascondi2,.nascondi3,.nascondi4,.nascondiprev_1 {
	display:block;
	clear:both;
	text-align:left;
	text-transform:uppercase;
	background:url(../images_h3/icons-close.png) no-repeat top left;
	background-size: auto 100%;
	padding-right:20px;	
}
.nascondi1,.nascondi2,.nascondi3,.nascondi4,.nascondiprev_1 img {
	float:right;
}
.nascondiprev_1 {
	float:right;
}

.mostra1,.mostra2,.mostra3,.mostra4,.mostraprev_1 {
	display:block;
	clear:both;
	text-align:left;
	text-transform:uppercase;
	background:url(../images_h3/icons-open.png) no-repeat top left;
	background-size: auto 100%;
	padding-right:20px;
}
.mostra1,.mostra2,.mostra3,.mostra4,.mostraprev_1 img {
	float:right;
}
.mostraprev_1 {
	float:right;
}

div.filtro_aree {
	float:right;
}

.filtro_aree img {
	float:left;
	margin-right:20px;
}

.filtro_aree a span.spunta_aree {
	position:relative;
	top:-8px;
	right:35px;
	width:28px;
	height:29px;
	float:left;
	background:url(../images/icons/icon-check.png) no-repeat left center;
}

h3 a {
	
	float:right;
	color:#fff;
	padding-right:25px;
	background:url(../images_h3/icon_jump_back_bianca.png) no-repeat center right;
	background-size: auto 60%;
}
h3 a:hover {
	background:url(../images_h3/icon_jump_back_nera.png) no-repeat center right;
	background-size: auto 60%;
}

tr.da_chiudere {
	 display:none;
	 font-size:90%;
}

a.da_chiudere {
	 display:none;
}

tr.dettaglio {
	/*color:#333;*/
	font-weight:normal;
}

div.centrato_v {
	/*padding:2% 0px !important;*/
}

div#width30 {
	width:30%;
	margin:0px;
	padding:5px 0px;
	text-align:left;
	vertical-align:middle;
	float:left;
	border-top:0px solid #ccc;
}
div#width40 {
	width:40%;
	margin:0px;
	padding:5px 0px;
	text-align:left;
	vertical-align:middle;
	float:left;
	border-top:0px solid #ccc;
}
div#width50 {
	width:50%;
	margin:0px;
	padding:5px 0px;
	text-align:left;
	vertical-align:middle;
	float:left;
	border-top:0px solid #ccc;
}
div#width65 {
	width:65%;
	margin:0px;
	padding:5px 0px;
	text-align:left;
	vertical-align:middle;
	float:left;
	border-top:0px solid #ccc;
}
div#width70 {
	width:70%;
	margin:0px;
	padding:5px 0px;
	text-align:left;
	vertical-align:middle;
	float:left;
	border-top:0px solid #ccc;
}

div.da_chiudere {
	 display:none;
	 font-size:90%;
}
div.da_chiudere_no_resize {
	 display:none;
}

/*.menuSegnalazioni li a span.avvisi {
		position:absolute;
	top:-8px;
	right:-8px;
	width:28px;
	height:29px;
	line-height:29px;
	text-align:center;
	color:#fff;
	background:url(../images/bg-avviso.png) no-repeat top left;
	font-size:0.8em;
}*/

div#loading_screen {
	z-index:999; 
	display:none; 
	position:absolute; 
	left:0px; 
	top:0px; 
	height:100%; 
	width:100%; 
	background:rgba(0,0,0,.5); 
	color:white; 
	text-align:center; 
	padding-top:30%;
}

div#search {
	display: none;
}

td.lowercase {
	text-transform:none;
	vertical-align:bottom;
}

div.riga {
	border-bottom:1px solid #ccc !important;
}
div.sinistra {
	text-align:left !important;
}



.formLogin input[type=button] {
	height:25px;
	padding:5px 15px;
	border:0;
	margin:10px 0 20px;
	background:#00a2b4;
	float:right;
	margin-right:35px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}
.formLogin input[type=button]:hover {
	background:#333;
	-webkit-box-shadow:0px px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}


select,textarea,input[type=text] {
	/*font-family: 'Archivo Narrow',Arial;*/
	font-family: 'Titillium Web', sans-serif !important;
	font-size: 100%!important;
}

.menuTabConfig li a {
	padding:0 5px;
	font-size:90%;
}




/*BUTTON FILE UPLOAD------------->*/
.button-file-upload > input[type=file]
{
    display: none;
    float:right;
    margin:0px !important;
    padding:0px !important;
}

.button-file-upload > img {        
        width:25px;
        height:25px;
        float:right;
        cursor:pointer;
}

.button-file-upload > input[type=text] {
        /*width:87%;*/
        padding-right:5px;   
        margin-left:3px;
        margin-right:0px;  
}

.button-file-upload > label {
        height:26px;        
        padding-right:5px;
        padding-left:5px;
        padding-top:0px;
        margin:0px !important;
        margin-top:2px !important;
        background:#00a2b4;
        float:left;
        color:#fff;
        text-transform:capitalize;
        cursor:pointer;
}

.button-file-upload > label.piano-fatturazione {
	height:20px !important;  
	margin-top:5px !important;
	padding-top:6px !important;
}

.button-file-upload > label:hover {
        background:#333;
        -webkit-box-shadow:0px px 15px rgba(0, 0, 0, 0.2);
        -moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
        box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);
        transition:all 0.5s;
        -moz-transition:all 0.5s; /* Firefox 4 */
        -webkit-transition:all 0.5s; /* Safari and Chrome */
        -o-transition:all 0.5s; /* Opera */
}
/*<-------------BUTTON FILE UPLOAD*/


span.fittizie {
	color:#ff0000;
}

div.pointer {
	cursor:pointer;
}

input[type=submit]#procedi {
	display:none;
}

option.area1,
span.area1 {
	color:#c5387b;
}
option.area2,
span.area2 {
	color:#f8794d;
}
option.area3,
span.area3 {
	/*color:#469578;*/
	color:#328264;
}
option.area4,
span.area4 {
	/*color:#318bb4;*/
	color:#2D7EA4;
}
option.area5,
span.area5 {
	color:#A02216;
}
option.area6,
span.area6 {
	color:#919531;
}
option.area7,
span.area7 {
	color:#305992;
}
option.area8,
span.area8 {
	color:#d92f40;
}

a.not-allowed {
	cursor:not-allowed;
}



/*
table.halley_veneto {
	width:100%;
}
table.halley_veneto td {
	border-bottom:1px solid #ccc;
	padding:5px 0;
	min-width:20px;
}
table.halley_veneto tr.tableHead {
	text-transform:uppercase;
	font-weight:700;
	color:#ce000c;
}
table.halley_veneto td.no-bordo {
	border-bottom:0px;
}
*/
a#linkH3 {
	float:left;
}
a#linkHV {
	float:fight;
}


div#HV {
	display:none;
}

td.con-background {
	background: none repeat scroll 0% 0% rgb(238, 238, 238);
}

td.bordo-dx {
	border-right:1px solid #ccc;
}

td.bordo-top {
	border-bottom:0px solid #ccc;
	border-top:1px solid #ccc;
}

td.bordo-top-grosso {
	border-bottom:0px solid #ccc;
	border-top:2px solid #ccc;/* #469578;*/
}


td.fatturati {
	background:#dff0e8;
}

tr.riesame {
	background:#dff0e8;
}

font.stato_aperto {
	background:#469578;
	color:#fff;
	padding:3px;
	width:20%;
}
font.stato_chiuso {
	background:#000;
	color:#fff;
	padding:3px;
	width:20%;
}

div.td_head {
	text-transform: uppercase;
	font-weight: 700;
	color: #00a2b4;
	padding: 5px 0;
	min-width: 20px;
	float:left;
}
div.td {
	color: #333;
	/*padding: 5px 0px;*/
	min-width: 20px;
	float:left;
	padding: 0px;
	padding-top: 12px;
}
div.td_destra {
	text-align:right;
}
div.td_sinistra {
	text-align:left;
}
div.td_centro {
	text-align:center;
}
div.no-bordo {
	border-bottom: 0px;
}
div.no-padding {
	padding: 0px !important;
}

form.navigazione_comunicazioni input[type=text].piccole {
	margin: 0px;
	padding: 2px 2px;
}


.mostra_filtro_ricerca {
	padding-bottom:5px;
	margin-top:10px;
	/*border-bottom:1px solid #ccc;*/
	display:block;
	clear:both;
	height:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:0.9em;
	background:url(../images/icons/icon-search.png) no-repeat top left;
	padding-left:25px;
}
.mostra_filtro_ricerca img {
	float:left;
	margin-left:10px;
}
.mostra_form {
	padding-bottom:5px;
	margin-top:10px;
	/*border-bottom:1px solid #ccc;*/
	display:block;
	clear:both;
	height:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:0.9em;
	background:url(../images/icons/icon-open.png) no-repeat top left;
	padding-left:25px;
}
.mostra_form img {
	float:left;
	margin-left:10px;
}
.nascondi_filtro_ricerca {
	padding-bottom:5px;
	margin-top:10px;
	/*border-bottom:1px solid #ccc;*/
	display:block;
	clear:both;
	height:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:0.9em;
	background:url(../images_h3/icons-close.png) no-repeat top left;
	padding-left:25px;
}
.nascondi_filtro_ricerca img {
	float:left;
	margin-left:10px;
}
.mostra_form img {
	float:left;
	margin-left:10px;
}
.nascondi_form {
	padding-bottom:5px;
	margin-top:10px;
	/*border-bottom:1px solid #ccc;*/
	display:block;
	clear:both;
	height:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:0.9em;
	background:url(../images_h3/icons-close.png) no-repeat top left;
	padding-left:25px;
}
.nascondi_form img {
	float:left;
	margin-left:10px;
}
div.filtri_selezionati_div {
	border:1px #444 solid; 
	right:20%; 
	padding:15px; 
	display:none; 
	background-color:#eee; 
	z-index:2000; 
	position:absolute; 
	opacity:0.9; 
	filter:alpha(opacity=70);
}

div.post-it {
	background:url(../images_h3/post-it/post-it.png) no-repeat top center;
	background-size: 99% 100%;
	width:90%;
	height:75%;
	display:none;
}

div.post-it-green {
	background:url(../images_h3/post-it/post-it-green.png) no-repeat top center;
	background-size: 99% 100%;
	width:90%;
	height:75%;
	display:none;
}

div.post-it-pink {
	background:url(../images_h3/post-it/post-it-pink.png) no-repeat top center;
	background-size: 99% 100%;
	width:90%;
	height:75%;
	display:none;
}

textarea.post-it {
	background:none;
	border-bottom:0px;
	margin-top:3px;
	margin-left:85px;
	font-style: italic;
	color:#444;
}

form.navigazione_comunicazioni input[type=text].post-it {
	background:none;
	/*border-bottom:0px;*/
	color:#444;
	padding: 2px 2px;
	text-align:center;
	font-style: italic;
}

a img.post-it {
	float:right;
	margin-right:15px; 
	margin-top:105px;
}

span.piccolo {
	font-size:90%;
}

.menuServizi li.area1 a {
	color:#c5387b;
}
.menuServizi li.area2 a {
	color:#f8794d;
}
.menuServizi li.area3 a {
	/*color:#469578;*/
	color:#328264;
}
.menuServizi li.area4 a {
	/*color:#318bb4;*/
	color:#2D7EA4;
}
.menuServizi li.area5 a {
	color:#A02216;
}
.menuServizi li.area6 a {
	color:#919531;
}
.menuServizi li.area7 a {
	color:#305992;
}
.menuServizi li.area8 a {
	color:#d92f40;
}

.menuServizi li.area1 a:hover {
	background:#c5387b;
	color:#fff;
}
.menuServizi li.area2 a:hover {
	background:#f8794d;
	color:#fff;
}
.menuServizi li.area3 a:hover {
	/*background:#469578;*/
	background:#328264;
	color:#fff;
}
.menuServizi li.area4 a:hover {
	/*background:#318bb4;*/
	background:#2D7EA4;
	color:#fff;
}
.menuServizi li.area5 a:hover {
	background:#A02216;
	color:#fff;
}
.menuServizi li.area6 a:hover {
	background:#919531;
	color:#fff;
}
.menuServizi li.area7 a:hover {
	background:#305992;
	color:#fff;
}
.menuServizi li.area8 a:hover {
	background:#d92f40;
	color:#fff;
}

.menuServizi li a.grigio {
	color:#555;
}
.menuServizi li a.grigio:hover {
	color:#333;
	background:#ddd;
}


div.post-it {
	background:url(../images_h3/post-it/post-it.png) no-repeat top center;
	background-size: 99% 100%;
	width:90%;
	height:205px; /*height:260px;*/
	display:none;
}

div.post-it-green {
	background:url(../images_h3/post-it/post-it-green.png) no-repeat top center;
	background-size: 99% 100%;
	width:90%;
	height:260px;
	display:none;
}

div.post-it-pink {
	background:url(../images_h3/post-it/post-it-pink.png) no-repeat top center;
	background-size: 99% 100%;
	width:90%;
	height:260px;
	display:none;
}

textarea.post-it {
	background:none;
	border-bottom:0px;
	margin-top:3px;
	margin-left:85px;
	font-style: italic;
	color:#444;
}

form.navigazione_comunicazioni input[type=text].post-it {
	background:none;
	/*border-bottom:0px;*/
	color:#444;
	padding: 2px 2px;
	text-align:center;
	font-style: italic;
	margin:0;
}

a img.post-it {
	float:right;
	margin-right:15px; 
	margin-top:105px;
}

/*div.post-it-piccolo {
	background:url(../images_h3/post-it.png) no-repeat top left;
	background-size: 12% 55%;	
	width:100%;
	height:15%;
}*/


/*MARGIN*/
.marginTop3 {
	margin-top:3px; 
}
.marginTop5 {
	margin-top:5px; 
}
.marginTop15 {
	margin-top:15px; 
}
.marginLeft5 {
	margin-left:5px; 
}
.marginLeft10 {
	margin-left:10px; 
}
.marginLeft15 {
	margin-left:15px; 
}
.marginRight20 {
	margin-right:20px; 
}


/*PADDING*/
.paddingLeft5 {
	padding-left:5px;
}
.paddingLeft10 {
	padding-left:10px;
}
.paddingLeft16 {
	padding-left:16px;
}
.paddingTop3 {
	padding-top:3px;
} 
.paddingTop5 {
	padding-top:5px;
}


.legenda {
	background: #eee;
    padding: 5px 10px 5px 10px;
}

. mouse-grey{
	color: #444;
	font-weight:bold;
} 

.fontWeightNormal {
	font-weight: normal;	
}

.sfondo-giallo {
	background: #ffffe0;
}
.cursorDefault {
	cursor:context-menu !important;
}

div.button-file label {
    padding: 0px 5px!important;
    border: 0;
    margin: 0!important;
    margin-top: 1px!important;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
    background: #00a2b4;
    line-height: 22px!important;
    display: inline-block;
    line-height: 22px!important;
}

div.button-file p {
    margin-top: 5px;
    margin-left: 2px!important;
    display: inline-block;
}

.overFlow{ 
	overflow-y: scroll;
}

/*
Area Segreteria c5387b
Area Finanza f8794d
Area Territorio 469578
Area Personale 318bb4
Area Tecnologia A02216
*/