html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr, acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike, strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0;padding:0;border:0;outline:0;vertical-align:top;background:transparent;}
body { line-height:1;}
ol,ul { list-style:none;}
blockquote,q { quotes:none;}
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none;}
:focus { outline:0;}
ins { text-decoration:none;}
del { text-decoration:line-through;}
table { border-collapse:collapse;border-spacing:0;}
img { display:block;}
a img { border:none;}
/*
*
*  Consistency fixes
*  adopted from http://necolas.github.com/normalize.css/
*
*/



/* STILI GENERICI */
html,
body {
	height:100%;
}
body {
	background:#eee url(../images/bg.jpg) repeat-x fixed top left;
	font-family: 'Archivo Narrow', sans-serif;
	font-size:90%;
	font-weight:400;
	color:#333;
	-webkit-font-smoothing:antialiased;
}

.clear {
	clear:both;
}

a {
	color:#00a2b4;
	text-decoration:none;
	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 */
}
a:hover {
	color:#333;
}

strong {
	font-weight:700;
}

h1 {
	color:#00a2b4;
	font-weight:400;
	margin-bottom:0.5em;
	font-size:2em;
	text-transform:uppercase;
}
h2 {
	font-weight:400;
	text-transform:uppercase;
	font-size:1.6em;
	margin-bottom:1em;
}
h3 {
	color:#fff;
	background:#00a2b4;
	line-height:1.3em;
	font-size:1.2em;
	padding:0 12px;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:1em;
}
h4 {
	font-size:1em;
	font-weight:400;
	text-transform:uppercase;
	background:#666;
	line-height:1.7em;
	padding:0 12px;
	color:#fff;
	margin-bottom:1em;
}
h5 {
	font-size:1em;
	font-weight:400;
	text-transform:uppercase;
	color:#00a2b4;
	border-bottom:1px solid #ccc;
	padding-bottom:3px;
	margin-bottom:1em;
}
h6 {
	font-size:0.9em;
	color:#666;
	margin-bottom:1em;
	font-weight:400;
}

h2.titoloSezione {
	font-size:1.2em;
	padding-top:46px;
	text-transform:uppercase;
}

#header h1 {
	font-size:1.1em;
	color:#00a2b4;
	font-weight:400;
	padding-top:30px;
	margin-bottom:3px;
}
#header h2 {
	font-size:1em;
	font-weight:400;
	margin-bottom:0;
}

.box {
	background:#f8f8f8;
	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);
}
.box.padding {
	padding:12px;
}

form.navigazione input[type=submit] {
	height:25px;
	padding:5px 15px;
	border:0;
	margin:20px;
	background:#00a2b4;
	float:right;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}
form.navigazione 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 */
}

.content p {
	margin-bottom:0.5em;
}

.avviso,
.errore,
.buonfine {
	padding:10px 15px 10px 40px;
	margin-bottom:20px;
}
.avviso {
	background:#ffffc8 url(../images/icon-warning.png) no-repeat 10px 8px;
	border:1px solid #ebbc41;
}
.errore {
	background:#ffc5c8 url(../images/icon-error.png) no-repeat 10px 8px;
	border:1px solid #a11515;
}
.buonfine {
	background:#e4ffd5 url(../images/icon-check.png) no-repeat 10px 8px;
	border:1px solid #237e3d;
}


#cerca {
	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/icon-search.png) no-repeat top right;
	padding-right:25px;
}
#cerca img {
	float:right;
	margin-left:10px;
}
#search {
	padding:15px 0;
}

.info {
	background:url(../images/bg-avviso.png) no-repeat top left;
	width:28px;
	height:28px;
	display:inline-block;
	text-align:center;
	line-height:29px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#fff;
	margin-top:-10px;
	font-size:0.9em;
}











/* FILTRO COMUNICAZIONI */
.filtroComunicazioni {
	font-size:0.9em;
}
.filtroComunicazioni .width100,
.filtroComunicazioni .width50 {
	display:block;
	margin-bottom:10px;
}
.filtroComunicazioni .width100 {
	width:100%;
}
.filtroComunicazioni .width50 {
	width:50%;
	float:left;
}
.filtroComunicazioni .width50.last {
	clear:right;
}
.filtroComunicazioni label {
	text-transform:uppercase;
	width:60px;
	display:block;
	float:left;
	line-height:25px;
	text-align:right;
	padding-right:10px;
}
.filtroComunicazioni input[type=text] {
	background:#eee;
	border:0;
	border-bottom:1px solid #00a2b4;
	padding:5px 10px;
}
.filtroComunicazioni input#oggetto {
	width:450px;
}
.filtroComunicazioni input#datepicker {
	width:160px;
}
.filtroComunicazioni select#tipologia {
	width:185px;
	padding:5px 10px;
	clear:right;
}
.filtroComunicazioni 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;
}











/* STRUTTURA */
#page {
	background:#fff url(../images/bg.jpg) repeat-x top left;
	width:90%;
	min-height:100%;
	margin:0 auto;
	padding:0 1%;
	-webkit-box-shadow:0px px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
}

.column1-4 {
	width:23%;
	margin:0 1%;
	float:left;
}
.column2-4 {
	width:48%;
	margin:0 1%;
	float:left;
}
.column3-4 {
	width:73%;
	margin:0 1%;
	float:left;
}
.column4-4 {
	width:98%;
	margin:0 1%;
	float:left;
}

.content .column1-4,
.content .column2-4,
.content .column3-4,
.content .column4-4 {
	margin-top:10px;
	margin-bottom:10px;
}

.colorTop {
	float:right;
}

.logo {
	margin-top:10px;
	margin-bottom:10px;
}

#header {
	margin-bottom:20px;
	padding-bottom:20px;
	padding:0 1% 20px;
	position:fixed;
	top:0;
	left:50%;
	width:90%;
	margin-left:-46%;
	background:#fff url(../images/bg.jpg) repeat-x top left;
	z-index: 999;
}

.content {
	padding-bottom:80px;
	padding-top:180px;
}

#footer {
	background:#eee;
	border-top:1px solid #aaa;
	font-size:0.9em;
	padding:12px 1% 15px;
	margin-top:40px;
	position:fixed;
	bottom:0;
	left:50%;
	width:90%;
	margin-left:-46%;
}
#footer .right {
	text-align:right;
}

.logoComune {
	float:left;
	margin-right:10px;
	margin-top:15px;
}

.titleArea {
	text-align:right;
	margin-top:28px;
	text-transform:uppercase;
	color:#00a2b4;
	font-size:1.2em;
}
.titleServizio {
	text-align:right;
	font-weight:700;
	margin-top:2px;
}


/*CONTROLLO DIMENSIONE MINIMA SCHERMO 1200*/
/*@media screen and (max-width: 1200px) {		
	.column1-4 {
		width:24%;
		margin:0 3px;
	}
	.column2-4 {
		width:49%;
		margin:0 3px;
	}
	.column3-4 {
		width:74%;
		margin:0 3px;
	} 
	.column4-4 {
		width:99%;
		margin:0 3px;
	}
	#footer{
		left:50%;
		width:1200px;
		margin-left:-515px;
	}
	div#page {
		width:1200px !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	
	div#header {
		width:1200px !important;
		position: relative !important;
		padding: 0px !important;
		left: 0px !important;
		margin-left: 1px !important;
	}
	
	div.content {
		padding-top:0px !important;
		padding-bottom:100px !important;
		min-height:100% !important;
	}
	
	div#footer {
		
		height:40px;
		bottom: 0;
		width: 900px;
		padding-bottom: 0px;
		margin-left: -12px;
		margin-right: -12px;
		margin-top: 0px;
		left: inherit;
		position: relative;
	}
 
}*/
/*CONTROLLO DIMENSIONE MINIMA SCHERMO 1000*/
@media screen and (max-width: 1000px) {
		
	.column1-4 {
		width:24%;
		margin:0 3px;
	}
	.column2-4 {
		width:49%;
		margin:0 3px;
	}
	.column3-4 {
		width:74%;
		margin:0 3px;
	} 
	.column4-4 {
		width:99%;
		margin:0 3px;
	}
	#footer{
		left:50%;
		width:1030px;
		margin-left:-515px;
	}
	div#page {
		width:900px !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	
	div#header {
		width:900px !important;
		position: relative !important;
		padding: 0px !important;
		left: 0px !important;
		margin-left: 1px !important;
	}
	
	div.content {
		padding-top:0px !important;
		padding-bottom:100px !important;
		min-height:100% !important;
	}
	
	div#footer {
		
		height:40px;
		bottom: 0;
		width: 900px;
		padding-bottom: 0px;
		margin-left: -12px;
		margin-right: -12px;
		margin-top: 0px;
		left: inherit;
		position: relative;
	}
 
}










/* MENU NAVIGAZIONE */
.menuNavigazione {
	clear:both;
	background:#00a2b4;
	min-height:28px;
	margin-left:-1.1%;
	margin-right:-1.1%;
	padding:0 2%;
	font-size:0.9em;
}
.menuNavigazione li {
	position:relative;
}
.menuNavigazione li,
.menuNavigazione li a {
	float:left;
	display:inline;
}
.menuNavigazione li a {
	line-height:28px;
	color:#fff;
	text-transform:uppercase;
	padding:0 15px;
	border-right:1px solid #fff;
	background:#00a2b4;
}
.menuNavigazione li:first-child a {
	border-left:1px solid #fff;
}
.menuNavigazione li a:hover,
.menuNavigazione li.current a {
	background:#333;
}
.menuNavigazione li ul {
	display:none;
}
.menuNavigazione li:hover ul {
	display:block;
	position:absolute;
	z-index:999;
	width:200px;
	top:28px;
	padding:12px 0;
	background:url(../images/bg-menu.png);
}
.menuNavigazione li ul li,
.menuNavigazione li ul li a {
	clear:both;
	display:block;
	background:none;
}
.menuNavigazione li ul li a {
	width:170px;
	border:none !important;
	text-transform:none;
}
.menuNavigazione li ul li a:hover {
	background:#00a2b4;
}











/* BREADCRUMBS */
.breadcrumbs {
	background:#eee;
	min-height:28px;
	margin-left:-1.1%;
	margin-right:-1.1%;
	padding:0 2%;
	font-size:0.9em;
	margin-top:7px;
}
.breadcrumbs span {
	line-height:28px;
	display:inline-block;
	padding-left:20px;
	margin-right:10px;
	background:url(../images/bg-breadcrumbs.png) no-repeat left center;
}













/* TABELLE - TABLES */
table {
	width:100%;
}
table td {
	border-bottom:1px solid #eee;
	padding:5px 0;
	min-width:20px;
}











/* LOGIN */
.templateLogin {
	background:#fff;
}
.templateLogin #page {
	background:#fff;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.login {
	width:370px;
	margin:80px auto 0;
}
.logoLogin {
	margin:0 auto 35px;
}
.formLogin {
	background:#f8f8f8 url(../images/bg-login.png) no-repeat top left;
	padding-top:30px;
	-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);
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
}
.formLogin label {
	line-height:34px;
	width:100px;
	float:left;
	margin:5px 0;
	text-align:right;
	padding-right:15px;
	text-transform:uppercase;
}
.formLogin input[type=text],
.formLogin input[type=password] {
	width:200px;
	height:25px;
	padding:5px 10px;
	border:0;
	margin:5px 0;
	background:#eee;
	border-bottom:1px solid #00a2b4;
}
.formLogin input[type=text]:focus,
.formLogin 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 */
}
.formLogin 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;
}
.formLogin 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 */
}












/* TOOLTIP */

#tt {
	position:absolute;
	display:block;
	background:url(../images/tt_left.gif) top left no-repeat;
	font-size:0.9em;
}
#tttop {
	display:block;
	height:5px;
	margin-left:5px;
	background:url(../images/tt_top.gif) top right no-repeat;
	overflow:hidden;
}
#ttcont {
	display:block;
	padding:2px 12px 3px 7px;
	margin-left:5px;
	background:#666;
	color:#fff;
}
#ttbot {
	display:block;
	height:5px;
	margin-left:5px;
	background:url(../images/tt_bottom.gif) top right no-repeat;
	overflow:hidden;
}


























/*

azzurro link: 00a2b4
grigio testi: 333

Area Segreteria c5387b
Area Finanza f8794d
Area Territorio 469578
Area Personale 318bb4
Area Tecnologia 919531

*/


/***********************  MODIFICHE H3  ***********************/

/* TABELLE - TABLES */

/* Tabella standard */
table {
	width:100%;
}
table td {
	border-bottom:1px solid #ececec;
	padding:5px 5px;
	min-width:20px;
}

/* Tabella primaria  */
table.primary tr:nth-child(odd) {
	background-color:#f6f6f6;
}

table.primary tr:nth-child(even) {
	background-color:#ffffff;
}


table.primary thead td {
	background:#666;
	color:#fff;
	border-right:1px solid #fff;
	padding-left:5px;
	vertical-align:middle;
}

table.primary tfoot td {
	background:#666;
	color:#fff;
	border-right:1px solid #fff;
	padding-left:5px;
	vertical-align:middle;
}

table.primary {
	width:100%;
}

table.primary td {
	border-bottom:1px solid #eee;
	padding:5px;
	min-width:20px;
	vertical-align:middle;
}



/*FORM PORTALI*/
form.portale  label {
	line-height:25px;
	/*width:100px;*/
	/*float:none;*/
	display: inline-block;
	margin:5px;
	text-align:right;
	padding-right:3px;
	padding-left:5px;
	text-transform:uppercase;
}

form.portale input[type=text],		
form.portale input[type=password]{
	height:20px;
	padding-left:5px;
	border:1px solid white;
	margin:0px;
	background:#eee;
	border-bottom:1px solid #00a2b4;
}

form.portale textarea {	
	padding-left:5px;
	border:1px solid white;
	margin:0px;
	background:#eee;
	border-bottom:1px solid #00a2b4;
}

form.portale input[type=text]:focus,		
form.portale input[type=password]:focus,
form.portale textarea:focus {
	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.portale input[type=submit],
form.portale input[type=button] {
	height:25px;	
	/*padding:0px 5px;*/
	padding-right:3px;
	padding-left:5px;
	border:1px solid white;
	margin-left:5px;
	background:#00a2b4;
	float:right;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}

form.portale input[type=submit]:hover,
form.portale 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 */
}

form.portale select {
	width:185px;
	padding:3px 6px;
	clear:right;
}

form.portale span{
	
	padding-left:10px;
	padding-right:5px;
	font-size:1.2em;
		
}

/*Per gestire le label che vanno a capo */

.formLogin label {
	line-height:15px !important;
}




/*Per gestire le ricerche*/
#cerca {
	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/icon-search.png) no-repeat top left;
	padding-left:25px;
}

#cerca img {
	float:left;
	margin-left:10px;
}

#chiudi {
	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-close.png) no-repeat top left;
	padding-left:25px;
}
#chiudi img {
	float:left;
	margin-left:10px;
}

.box {
	background:#f8f8f8;
	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);
}
.box.padding {
	padding:12px;
}

.boxTab {
	background:#fff;
	padding:15px;
	border:1px solid #ccc;
	margin-bottom:15px;
}

#tabAlternativi td{
	/*font-size: -webkit-xxx-large;*/
	width:300px;
	display:inline;
	/*overflow:hidden!important;*/
	white-space:nowrap!important;
	padding: 5px 10px!important;
    background: #f8f8f8;
	line-height:35px;
	padding:15px 10px;
	margin-right:5px;
	background:#f8f8f8;
	text-transform:uppercase;
	border:1px solid #ccc;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
}

#tabAlternativi td.current,
#tabAlternativi td:hover {
	background:#fff;
	color:#333;
	border-bottom:1px solid #fff;
}

#tabAlternativi td.current,
#tabAlternativi td:hover {
	background:#fff;
	color:#333;
	border-bottom:1px solid #fff;
}
.cursorPointer {
	cursor: pointer;
}


div#cookie {	
	background: #ddd;
	border-bottom: solid #aaa 1px;
	padding: 25px 1%;
	position:fixed;
	left:50%;
	height: 24px;
	width:inherit;
	margin-bottom: 2px;
	margin-left:-46%;
	z-index:9999;
	opacity:0.90;
	filter: alpha(opacity=85); /* For IE8 and earlier */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	text-align:center;
	-webkit-box-shadow: inset 0px -5px 10px -4px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: inset 0px -5px 10px -4px rgba(50, 50, 50, 0.5);
	box-shadow: inset 0px -5px 10px -4px rgba(50, 50, 50, 0.5);
}

.imgOpTable {
    color: #a02216;
    cursor: pointer;
}
.floatright {
    float: right;
}

.tooltip {
	margin-left:-100px;
    position: absolute;
    background: #f3f3f3;
    color: #333;
    width: 200px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    padding: 5px;
    text-align: center;
    z-index:70;
	border: 1px solid #a02216;
	text-align:justify;
}

.tooltip .tooltip-arrow-us {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #a02216;
    position: absolute;
    margin: 5px;
}
.tooltip .tooltip-arrow-us{
    border-color: #a02216;
}
/*Style per contenitore dei grafici nella homepage (preso da X-INF)*/
table.homeblock tr{
	height:120px!important;
}

table.homeblock td{
	border-bottom: none;
    padding: 5px 5px;
   /* overflow:hidden;*/
    width:100px!important;
    max-width:100px!important;
}

table.homeblock > tbody > tr > td > div{
	width:100%;
	height: 109px;
	display: inline-block;
	background: white;
/* 	border: 1px solid #dbdee0; #dbdee0 */
/* 	border-radius: 4px; */
	color: #6f787e;/*#6f787e*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table.homeblock > tbody > tr > td[rowspan="2"] > div{
	height: 229px;
}

table.homeblock > tbody > tr > td[rowspan="3"] > div{
	height: 349px;
}

table.homeblock > tbody > tr > td[rowspan="4"] > div{
	height: 469px;
}

table.homeblock > tbody > tr > td > div > div:first-child{
	text-align:center;
	background-color:#efefef;
	font-weight:800;
	color: #3c4246;/*#6f787e*/
	padding-left: 10px;
	padding-right: 10px;
	line-height: 29px;
	min-height: 29px;
	/*overflow: hidden;*/
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
table.homeblock > tbody > tr > td > div > div:last-child{
	position:relative;
	height: calc(100% - 29px);
	border-top: 1px solid #dbdee0;/*#dbdee0*/
	/*overflow: hidden;*/
}
table.homeblock > tbody > tr > td > div > div:last-child {
	background-color:#fbfbfb;
}
table.homeblock > tbody > tr > td > div > div:last-child > div:first-child{
	/*overflow: hidden;*/

	margin-left:5px;
	margin-right:5px;
    bottom: 5%;
	position:absolute;
	/*bottom:34px;*/
    left: 0;
    right: 0;
}

.noBorderTable, .noBorderTable  td{
	border-bottom:0px;
}

.align-middle{
	vertical-align: middle !important;
}

.marginTop20 {
    margin-top: 20px;
}
/* ------ GESTIONE FONT ------ */
@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');
}

/* ------ GESTIONE HELPER ------ */
.inlineBlock{
	display: inline-block!important;
}
.width10 {
	width:10%;
}
.width90 {
	width:90%;
}
.pointer{
	cursor:pointer;
}
