/* ************************************************************* *
 * ******* STILI GLOBALI COMUNI A TUTTE LE APPLICAZIONI ******** *
 * ************************************************************* */

 	@import url('/share/include/css/stile_ldpviewer.css'); 
	

/* ************* NOTA BENE ********************************************************* */
/* Duplicato da screen.css per essere utilizzato con il nuovo ldpviewer (20.08.2017)*/

/* Light */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Light'), local('Roboto-Light.ttf'), url("../fonts/RobotoTTF/Roboto-Light.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 300;
	src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url("../fonts/RobotoTTF/Roboto-LightItalic.ttf") format('truetype');
}

/* Normal */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Regular'), local('Roboto-Regular'), url("/include/fonts/RobotoTTF/Roboto-Regular.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Italic'), local('Roboto-Italic'), url("/include/fonts/RobotoTTF/Roboto-Italic.ttf") format('truetype');
}

/* Bold */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url("/include/fonts/RobotoTTF/Roboto-Bold.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url("/include/fonts/RobotoTTF/Roboto-BoldItalic.ttf") format('truetype');
}


/* FINE INCLUSIONE ROBOTO FONT */


/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	/* font-family: 'Roboto', sans-serif; */
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
	text-decoration: none;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
	/* font-size:14px; */
	font-size: 13px;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



/* ************************************************************* *
 * ******* STILI GLOBALI COMUNI A TUTTE LE APPLICAZIONI ******** *
 * ************************************************************* */

/* 	@import url('/share/include/css/stile.css'); */


img {border: 0; padding: 0; margin: 0;}
img.float-left {margin: .2em 5px 0 0; float: left;}
img.float-right {margin: .2em 5px 0 0; float: right;}

a:link {color: Blue; /* text-decoration: underline; */text-decoration: none;}
a:visited {color: Blue; /* text-decoration: underline; */text-decoration: none;}
a:hover {color: #007fff; /* text-decoration: none; */text-decoration: underline;}
a:active {color: Blue; text-decoration: underline;}

#menu a:link {color: Blue; text-decoration: none;}
#menu a:visited {color: Blue; text-decoration: none;}
#menu a:hover {color: #1d73b9; text-decoration: underline;}
#menu a:active {color: Blue; text-decoration: none;}

a.tiporicerca {font-weight: 600;}

/* html,
body {
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
}*/
 
 
/*#ldpviewer_info_container {
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
}*/

div#contenitore {
	margin: 0;
	padding: 0;
	border: 0;
}

div#box{
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
}

div.box{
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
}

div.welcome {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #ffffff;
}



/* /////////////////////////////////////// */
/* titoli, paragrafi e simili */

p {
	font-size: 14px;
    margin: 10px 0;
    line-height: 130%;
}

div.nome-applicazione {display: none;}

h1 {
	margin: 0;
    padding: 3px 5px;
    /* font-size: 17px;
	font-weight: 400; */
	font-size: 14px;
	font-weight: 600;
    color: #2e5476;
    background-color: #eaeaea;
    white-space: nowrap;
}

h1.sezione {
    margin: 20px 0 5px 0;
    padding: 8px 5px 4px 5px;
    color: #2e5476;
    font-weight: 600;
    background-color: #eaeaea;
    white-space: nowrap;
    border-radius: 3px 3px 3px 3px;
}

h1.sezione:first-child {
	margin: 5px 0 5px 0;
	text-transform: uppercase;
}

/* font-awesome accanto alle sezioni del menu */
#menu h1.sezione:before {
	font-family: "FontAwesome";
    font-size: inherit;
    margin-right: 3px;
    font-weight: 400;
	color: #757575;
}

#menu h1.sezione#uv:before {content: "\f1b2";}
#menu h1.sezione#edifici:before {content: "\f1b3";}
#menu h1.sezione#edifici_minori:before {content: "\f009";}
#menu h1.sezione#schede:before {content: "\f15c";}
#menu h1.sezione#pertinenze:before {content: "\f247";}
#menu h1.sezione#utilita:before {content: "\f085";}
#menu h1.sezione#istat:before {content: "\f080";}
#menu h1.sezione#qualita:before {content: "\f046";}
/* FINE font-awesome accanto alle sezioni del menu */


h1.collapse {cursor: pointer;}

h2 {
	margin: 15px 0 5px 0;
    font-weight: normal;
    color: #002951;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #2E5476;
    font-size: 16px;
	/* font-size: 14px; */
    line-height: 130%;
}

h2.collapse {
    background-color: #eaeaea;
    padding: 2px;
}

h2.collapse:hover {color: #ffffff; background-color: #002951; cursor: pointer;}



h3 {
    margin: 0;
    border: 0;
    padding: .2em 0 .2em 0;
    color: #5e5e5e;
    font-size: .75em;
    font-weight: bold;
    background-color: transparent;
    text-transform: uppercase;
}/*verifica se ancora utilizzato*/


table h3 {font-size: .85em; margin-top: 1em;}

h3.collapse {
    background-color: #eaeaea;
    padding: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

h3.collapse:hover {color: #3a3a3a; background-color: #b0b0b0; cursor: pointer;}

h4 {
    margin: 0;
    border: 0;
    padding: 0 0 .2em 0;
    color: #5e5e5e;
    font-size: .8em;
    font-weight: bold;
    background-color: transparent;
}


a.edit {
	padding: 1px 0 1px 16px;
	background-color: transparent;
	background-image: url(../img/edit.png);
	background-position: left;
	background-repeat: no-repeat;
}
a.edit_off {
	padding: 1px 0 1px 16px;
	background-color: transparent;
	background-image: url(../img/edit_off.png);
	background-position: left;
	background-repeat: no-repeat;
	cursor: default;
}
a.delete {
	padding: 1px 0 1px 16px;
	background-color: transparent;
	background-image: url(../img/delete.png);
	background-position: left;
	background-repeat: no-repeat;
}
a.delete_off {
	padding: 1px 0 1px 16px;
	background-color: transparent;
	background-image: url(../img/delete_off.png);
	background-position: left;
	background-repeat: no-repeat;
	cursor: default;
}
a.finalize {
	padding: 1px 0 1px 16px;
	background-color: transparent;
	background-image: url(../img/chiudi_definitivo.png);
	background-position: left;
	background-repeat: no-repeat;
}
a.finalize_off {
	padding: 1px 0 1px 16px;
	background-color: transparent;
	background-image: url(../img/chiudi_definitivo_off.png);
	background-position: left;
	background-repeat: no-repeat;
	cursor: default;
}

a.seleziona {
    background-image: url(../img/seleziona.gif);
    background-position: center left;
    background-repeat: no-repeat;
    padding: 5px 5px 0 20px;
    margin: 0;
		font-size: 1em !important;
}
a.deseleziona {
    background-image: url(../img/deseleziona.gif);
    background-position: center left;
    background-repeat: no-repeat;
    padding: 5px 5px 0 20px;
    margin: 0;
	font-size: 1em !important;
}

#ul_edifici a.seleziona, #ul_edifici a.deseleziona, #ul_edifici_m a.seleziona, #ul_edifici_m a.deseleziona {font-weight: normal;}
#ul_edifici a.seleziona, #ul_edifici_m a.seleziona {margin-left: 1em;}

/* //////////////////////// */
/* form e related */
form {
	border: 0;
	margin: 10px 0 10px 0;
	padding: 0;
	white-space: normal;
}

fieldset {
	margin: 0 0 1em 0;
	border: 0;
	padding: 0;
	white-space: normal;
	line-height: 190%;
    /* font-size: 16px; */
	font-size: 14px;
}

legend {
    color: #002951;
    background-color: rgba(0, 0, 0, 0);
    margin: 5px 0;
    padding: 0;
    border-bottom: 1px solid #2E5476;
    line-height: 130%;
}

form#form_shapefile legend,
form#form_elimina legend,
form#form_convertiEdificio {display: none;}

#div_sceltaFabbricati h3 {display : none;}


div.contenitore fieldset p {
	line-height: normal;
    margin: 0 0 5px;
}

div.contenitore p.alternativa {text-align: center; font-weight: bold; background-color: #f3f3f3; margin: .5em 0 .5em 0; padding: .2em;}


label {
    font-weight: 400;
	background-color: transparent;
	color: #2E5476;
	line-height: 120%;
	font-size: 14px;
}

/* input.text,
input[type="text"] {
	font-size: 14px;
	color: #990000;
	margin: 5px 0;
	padding: 5px;
	background-color: #fff4d4;
} */

input.submit {
	font-size: 14px;
}

input.radio {/* font-size: 16px; */font-size: 14px;}
input.checkbox {color: #990000; background-color: #ffffff; /* font-size: 16px; */font-size: 14px;}

/* input.button {
	font-size: 14px;
    color: #002951;
    margin: 0 5px 0 0;
    padding: 2px;
} */

textarea {color: #990000; background-color: #F3F3F3}
select {color: #990000; background-color: #F3F3F3}

select.text {/* font-size: 16px; */
	
font-size: 14px;}
select.text option {color: #990000; background-color: #F3F3F3}

fieldset ul, fieldset ol {
	margin: 0 0 5px 25px;
    padding: 0;
}

fieldset ul li, fieldset ol li {
	margin: 0;
    padding: 0;
    list-style: square;
    /* font-size: 16px; */
	font-size: 14px;
    line-height: 130%;
}

fieldset.navigazione {border-top: 1px solid #2E5476; clear: both;}

fieldset.navigazione input.button, input.navigazione {
	float: left;
	color: #001E3C;
	background-color: transparent;
	text-transform: uppercase;
	background-image: url(../img/button_bkg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: .8em;
}

fieldset.navigazione input.submit {
	float: right;
	color: #000000;
	background-color: transparent;
	text-transform: none;
	text-align: center;
	background-image: url(../img/button_right_bkg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: .9em;
	font-weight: bold;
	padding: .25em;
}
/* per i tasti che non sono submit (alcuni Avanti, Verifica, Salva, ecc) */
input.navigazione-float-right {float: right;}

input.red {float: right;}

input.centrato {
	color: #193018;
	background-color: transparent;
	text-transform: none;
	text-align: center;
	background-image: url(../img/button_right_bkg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: .9em;
}


div#notifiche_punto {font-size: .9em; margin: 0; border: 0; padding: 0; color: #702c00; background-color: transparent; line-height: 100%;}


/* //////////////////////// */
/* fieldset specifici */

fieldset#cambia {margin-bottom: 1em;}

fieldset#targhetta {line-height: 100%;}

legend.in-progettazione {
	margin: 0 0 1em 0;
	padding: .3em 0 .3em 0;
	font-size: 1em;
	font-weight: bold;
	color: #7e0c19;
	background-color: #E4E2CB;
	border-bottom: 1px solid #555555;
}



/*Stili per la validazione dei forms (livevalidation)*/
.LV_validation_message {font-weight: normal; margin: 0 0 0 5px; font-size: .8em; }
.LV_valid {color:#006600; }
.LV_invalid {color:#990000;}
.LV_invalid_field, input.LV_invalid_field, textarea.LV_invalid_field {background-color: #FFD7D7;}


/* dati presi da DB, formattati come i form */
span.label {
	font-weight: 400;
	background-color: transparent;
    color: #2E5476;
}


span.hover, label.hover {
	color: #8B0000;
	text-decoration: underline;
	background-color: transparent;
	cursor: pointer;
}

span.plus, label.plus, a.plus {
	background-image: url(../img/plus.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	line-height: 1.5em;
}

span.minus, label.minus, a.minus {
	background-image: url(../img/minus.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	line-height: 1.5em;
}


span.campo {
	font-weight: normal;
	background-color: transparent;
	color: #990000;
}

span.rientro {
	margin-left: 1.5em;
}

h1 span.campo, h2 span.campo {
	font-weight: bold;
	font-size: 1em;
}

span.suggerimento {
	font-weight: bold;
	background-color: transparent;
    color: #FF0000;
    font-size: .85em;
}
span.delibera {
	color: red;
}
span.red {
	color: red;
}


/* /////////////////////// */
/* liste e related */

ul, ol {margin: 5px 0 10px 18px;}

ul {list-style: square;}

ol {list-style: decimal;}

li {
	font-size: 16px;
	line-height: 130%;
}

#tabs li {font-size: 16px;}

#menu li {
	color: Gray;
	margin: 0;
}

#menu li.off {color: Silver;}

ol li.allegato {
	background-color: aliceblue;
	border-style: dotted;
	border-width: thin;
}

span.allegato-titolo {
	font-style: italic;
}

ol.report-divisione {
	margin: .1em .1em .3em 1em;
}

ul.inline {	margin: 0 0 .5em 0; padding: 0;}
ul.inline li {list-style: none; display: inline; padding: 0 0 0 1em;}


li li, fieldset li li {font-size: 1em; list-style: none; margin: 0; padding: 0;}
li li li, fieldset li li li {font-size: 1.2em; list-style: none; margin: 0; padding: 0;}
li li li .campo, fieldset li li li .campo {font-size: 1.2;}




/* ////////////////////////////// */
/* tabelle e correlati */

table {
    margin: .5em 0 1em 0;
    padding: 0;
    border: 1px solid Gray;
    border-collapse: collapse;
    clear: both;
}
  
table.android {
    font-size: 1em;
}

table caption {
    /* font-size: 16px; */
	font-size: 14px;
    color: #002951;
    background-color: rgba(0, 0, 0, 0);
    text-align: left;
    margin: 5px 0 10px 0;
    padding: 0;
	line-height: 100%;
	border: 0;
  }

tr {
    white-space: nowrap;
    border-collapse: collapse;
}

tr.wrap {
	white-space: normal;
}

th {
    border: 1px solid Gray;
    text-align: center;
    vertical-align: middle;
    background-color: #efefef;
    color: #802424;
    font-weight: bold;
    padding: 4px 2px;
    line-height: 100%;
	font-size:12px;
}

tr td {
	white-space: normal;
	border: 1px solid Gray;
	margin: 0;
	padding: 0 2px;
	text-align: left;
	vertical-align: middle;
	background-color: white;
	line-height: normal;
}

td.align-left {
	text-align: left;
}


tr.alt td {
    white-space: nowrap;
    border: 1px solid Gray;
    margin: 0;
    padding: .1em .2em .2em .2em;
/*     text-align: center; */
    vertical-align: middle;
    background-color: #e7edff;
    line-height: normal;
}
tr.even td {
	background-color: #ffffcc;
}

/* tr:hover td, tr.even:hover td {
	background-color: #dce6ff;
} */

table img {
    border: 0;
    margin: 0;
    padding: 0;
}



/* //////////////////////////// */
/* altre tabelle */



div.shapefile {
	/* font-size: 16px; */
	font-size: 14px;
    margin: 5px 0 10px 0;
    padding: 3px;
    background-color: #edf0f1;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}

div.shapefile .controlli a.contenuto {
	font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

div.shapefile .contenuto_file div.ok {
    background-color: #edf0f1;
    border: 0;
    line-height: 130%;
	padding: 0;
}

div.contenuto_file {
	margin: 0;
    padding: 0 0 0 10px;
    /* font-size: 16px; */
	font-size: 14px;
}
div.contenuto_file table.elenco-risultati { margin: .3em 0 1em 0; padding: 0;width: auto;}
div.contenuto_file table.elenco-risultati td { padding: 5px 2px;}
div.contenuto_file table.elenco-risultati a {font-weight: normal;}


div.contenuto_file table.elenco-risultati tr.runtime_info td {
	padding:.2em 0 .5em 0;
	border-top: 0;
	border-bottom: 3px solid Gray;
	background-color: transparent;
}

div.contenuto_file table.elenco-risultati tr.runtime_info td div.warning,
div.contenuto_file table.elenco-risultati tr.runtime_info td div.ok,
div.contenuto_file table.elenco-risultati tr.runtime_info td div.error,
div.contenuto_file table.elenco-risultati tr.runtime_info td div.info {
	margin: 0;
	padding-top:5px;
	padding-bottom: 5px;
	border: 0;
	font-weight: normal;
	font-size: 1em;
}

div.contenuto_file table.elenco-risultati tr.runtime_info td div.error,
div.contenuto_file table.elenco-risultati tr.runtime_info td div.warning {background-color: #EFE0E0;}

div.contenuto_file table.elenco-risultati tr.runtime_info td div.ok {background-color: #E7EFE0;}


a.shp_deletePreview {font-weight: normal; font-size: .9em;}

form table.piani {border: 0; border-collapse: collapse; width: 80%;}
form table.piani td, table.pianiinterrati td {border: 0; text-align: left;}
form table.piani td.tdlabel, form table.pianiinterrati td.tdlabel {
	width: 60%;
	margin: 0;
	padding: 0;
	text-align: right;
	border: 0;
}
form table.piani td.tdlabel label, form table.pianiinterrati td.tdlabel label {font-size: 1em;	font-weight: normal;}
form table.pianiinterrati {margin-top: 0; border: 0; border-collapse: collapse; width: 80%;}


fieldset table {font-size: .85em; }
fieldset table input {font-size: 1em; }

tr.info td {background-color: #E8EDFF; text-align: left; padding: .1em 0 .4em 4.5em; border-bottom: 2px solid #bebebe;}

table#riepilogo td {text-align: left;}
tr.accesso_principale th, tr.targhetta_accesso_ripetuto th {font-weight: normal;}
tr.accesso_principale td, tr.targhetta_accesso_principale td {background-color: #fdfdf1; color: Black;}
tr.targhetta_accesso_ripetuto td {margin: 1em 0 0 0; background-color: #fafafa; color: Black;}


/* ///////////////////////////////////////////////////// */
/* tabella di progettazione (scelta accessi e carrello) */
table#progettazione { margin: .2em 0 1em 0; padding: 0; border: 1px solid Gray; border-collapse: collapse; width: 650px;}
table#progettazione caption { font-weight: bold; color: #002951; background-color: transparent; margin: 0 0 0 .4em; padding: 0; border-bottom: 1px solid #2E5476;}

table#progettazione th { font-size: 12px; padding-bottom: .2em; width: 300px;}
table#progettazione th#thcontrolli { text-align: center; padding: 0 .3em 0 .3em; width: 50px;}

table#progettazione td { font-size: 1.2em; margin: 0; padding: 0 0 0 .3em; text-align: left; vertical-align: top;}
table#progettazione td#controlli { font-size: 1.8em; text-align: center; vertical-align: middle;  }

table#progettazione fieldset  {margin: 0; padding: 0;}

table#progettazione label {display: none;}
table#progettazione select {font-size: 1em;}

table#progettazione legend {display: none;}

td#scelta_strada_accessi fieldset,
 td#scelta_strada_accessi fieldset div,
  td#scelta_strada_accessi fieldset div div {margin: 0; border: 0; padding: 0; }

td#carrello fieldset,
 td#carrello fieldset div,
  td#carrello fieldset div div {margin: 0; border: 0; padding: 0; }

table#progettazione div.error,
table#progettazione div.warning { margin: 0; padding: 0; background-color: transparent; background-image: none; font-weight: normal;}


div.altre-app {
	border: 0;
	padding: .2em;
	margin: 0;
	background-color: #e4e4e4;
}

span.section {
	display: block;
	margin: 1em 0 0 0;
	padding: .2em 0 .1em .1em;
	font-size: .7em;
	font-weight: bold;
	line-height: 110%;
	color: #404040;
	background-color: #eff1f8;
	text-transform: uppercase;
}

span.sub_section {
	display: block;
	margin: 1em 0 0 0;
	padding: 0;
	border-bottom: 1px solid Silver;
	width: 85%;
	font-size: .8em;
	font-weight: bold;
	color: #404040;
	background-color: transparent;
	text-transform: none;
}

div.sub_section_content {
	margin: 0 0 0 1.5em;
	padding: 0;
	border: 0;
}


fieldset span.section,fieldset span.struttura,fieldset span.sopralluogo {
	display: block;
	margin: 1em 0 0 0;
	padding: .2em 0 .1em .1em;
	font-size: .9em;
	font-weight: bold;
	line-height: 110%;
	color: #404040;
	background-color: #eff1f8;
	text-transform: uppercase;
}

fieldset span.struttura_nuova,fieldset span.sopralluogo_nuovo {
	display: block;
	margin: 1em 0 0 0;
	padding: .2em 0 .1em .1em;
	font-size: .9em;
	font-weight: bold;
	line-height: 110%;
	color: #404040;
	background-color: #FFFFB3;
	text-transform: uppercase;
}

fieldset span.sub_section {
	display: block;
	margin: 1em 0 0 0;
	padding: 0;
	border-bottom: 1px solid Silver;
	width: 85%;
	font-size: .9em;
	font-weight: bold;
	color: #404040;
	background-color: transparent;
	text-transform: none;
}

fieldset div.sub_section_content {
	margin: 0 0 0 1.5em;
	padding: 0;
	border: 0;
}


/* ////////////////////////////////// */
/* selectors per GESTIONE FOTOGRAFIE */
div#div_listaFoto {margin: .5em 0 0 0; padding: 0;}

div.foto, div.foto-selezionata {
	float: left;
	margin: 0 .3em 1em 0;
	padding: 3px;
	min-width: 150px;
}

div.foto-toolbar {
	float: left;
}

div.foto-titolo {
	font-size: .8em;
	font-weight: bold;
}

div.foto {background-color: #eeeeee; border: 1px solid #c0c0c0;}
div.foto-selezionata {background-color: #ffffd0; border: 1px solid #b6b688;}

div.foto div.foto-info, div.foto-selezionata div.foto-info {font-size: .7em;}
div.foto img, div.foto-selezionata img {border: 1px solid Gray;}

div.foto-info span {font-style: italic;}

div.dati {font-size: .8em; margin: .3em 0 .3em .2em;}

div.fotofullsize {
	margin: 0;
	padding: .3em;
	background-color: #eeeeee;
	border: 1px solid #c0c0c0;
}

div.fotofullsize h1 {
	font-size: 1em;
	margin: 0;
	padding: 0 0 .1em 0;
	color: #002951;
	background-color: transparent;
	border-bottom: 2px solid #2E5476;
	background-image: none;
}

div.fotofullsize p {font-size: .7em; margin: 0 0 1em 0; padding: 0;}

div.fotofullsize img {margin: 0; padding: 0; background-color: #ffffff; border: 1px solid Gray;}


/* //////////////////////////////////// */

img {
    border: 0;
    margin: 0;
    padding: 0;
}

a.download:link, a.download:visited, a.download:hover, a.download:active {
	background-image: url(../img/download.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

a.elimina:link, a.elimina:visited, a.elimina:hover, a.elimina:active {
	background-image: url(../img/delete.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

.gestione-carrello a.elimina:link,
.gestione-carrelloa.elimina:visited,
.gestione-carrelloa.elimina:hover,
.gestione-carrelloa.elimina:active {
	background-image: none;
	padding: 0;
}

a.modifica:link, a.modifica:visited, a.modifica:hover, a.modifica:active {
	background-image: url(../img/dati_edit.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

a.associa:link, a.associa:visited, a.associa:hover, a.associa:active {
	background-image: url(../img/add.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	font-size: .8em;
	font-weight: bold;
	background-color: #f0f0f0;
	margin: 0;
}
div.associa {background-color: #f0f0f0;	border-bottom: 1px solid #aeaeae; margin: 0;padding: 0;}
div.associa form {border: 0;margin: 0;padding: 0;}
div.associa form fieldset {border: 0;margin: 0;padding: 0;}
div.associa fieldset p { margin: 0; padding: 0;font-size: .85em;}
div.associa fieldset input {font-size: .9em;}

div.associazione {
	margin: 0;
	padding: .2em 0 .2em 0;
	/* font-size: 16px; */
	font-size: 14px;
	background-color: #fffffa;
}

div.associazione ul#ul_catasto_analisi {font-size:1.2em;}
div.associazione ul#ul_catasto_analisi li {background-color: transparent; border: none; border-left: 0; border-right: 0;list-style: square inside; padding-left: .2em;}
div.associazione ul li {
	background-color: #faf9ee;
    list-style: square inside;
    padding: 2px 0 2px 10px;
}
div.associazione a {text-decoration: none;}
div.associazione ul li a {font-weight: normal;}

div.associazione div.label {
	margin: 0;
	padding: .2em 0;
	border-top: 1px dotted Gray;
	background-color: #f5f5f5;
}

div.associazione div.info-particella {
	margin: 0;
	padding: .2em 0;
	border-bottom: 1px dotted Gray;
	background-color: #f5f5f5;
}

div.associazione div.label a.modifica {
	font-size: .8em;
	background-image: none;
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

a#a_nuovo_record {
	background-image: url(../img/add.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: .2em 0 .2em 20px;
	font-size: .8em;
	font-weight: bold;
	background-color: #f0f0f0;
	margin: 0;
}

a#a_lista_record {
    background-color: #F0F0F0;
    background-image: url("../img/add.png");
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0;
    padding: 0.2em 0 0.2em 20px;
}

div#accessi_nuovo_record, div.accessi_nuovo_record {
	margin: 0;
	padding: .2em;
	background-color: #f3f3f3;
}

div#accessi_rilievo {
	font-size: 1.4em;
	margin-left: 1em;
}


/* link di navigazione (simili a quelli con form e fieldset) */


a.navigazione-menu {
	width: auto;
	float: left;
	color: #04192d;
	background-color: transparent;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../img/button_bkg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: .7em;
	margin: .2em;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	border-top: 1px solid #EDEDEC;
	border-left: 1px solid #EDEDEC;
	border-style: outset;
	padding: .2em;
}
a.navigazione-menu:hover {text-decoration: none; cursor: pointer;}


a.navigazione-float-left {
	width: auto;
	float: left;
	margin: .2em;
	padding: .2em;
	color: #0b1b2a;
	background-color: transparent;
	text-transform: none;
	text-align: center;
	background-image: url(../img/button_bkg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: .7em;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	border-top: 1px solid #EDEDEC;
	border-left: 1px solid #EDEDEC;
	border-style: outset;
}
a.navigazione-float-left:hover {text-decoration: none; cursor: pointer;}

a.navigazione-float-right {
	width: auto;
	float: right;
	margin: .2em;
	padding: .2em;
	color: #193018;
	background-color: transparent;
	text-transform: none;
	text-align: center;
	background-image: url(../img/button_right_bkg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: .7em;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	border-top: 1px solid #EDEDEC;
	border-left: 1px solid #EDEDEC;
	border-style: outset;
}
a.navigazione-float-right:hover {text-decoration: none; cursor: pointer;}



hr.navigazione {
	margin: 1em 0 .3em 0;
	padding: 0;
	border-top: 1px solid #2E5476;
	line-height: .01em;
	font-size: .01em;
	clear: both;
}

hr.navigazione-top {
	margin: 0 0 .3em 0;
	padding: 0;
	border-bottom: 1px solid #2E5476;
	line-height: .01em;
	font-size: .01em;
}

div.links {
	 margin: 0;
    padding: 5px;
    border-top: 1px solid #e1ddb4;
    background-color: #faf9ee;
}

div.actions {
	margin: 1.5em 0 1em 0;
	padding: .3em;
	border-top: 1px dotted #e1ddb4;
	font-size: .8em;
	width: 90%;
	background-color: #faf9ee;
}

hr {border-top: 1px solid #2E5476; clear: both; margin: 0; padding: 0; font-size: .001em;}

a.attributi {
	display: block;
	margin: 5px 0;
	padding: 2px 2px 2px 20px;
	font-size: 13px;
	text-align: right;
	background-color: #f5f5f5;
	width: auto;
	float: right;
	background-image: url(../img/view_detail.png);
	background-position: center left;
	background-repeat: no-repeat;
}

ul.clear, div.clear {clear: both;}


/* specifici per Galleria fotografie */




/* nuovi per redesign */
div.strada_selezionata {
	margin: .2em 0 .2em 0;
	padding: .1em 0 .1em .2em;
	font-size: 1em;
	font-weight: bold;
	color: #7e0c19;
	background-color: #E4E2CB;
	border-bottom: 1px solid #555555;
}

.stato {color: #fbff00; font-weight: normal; font-size: .8em;}
a.storia {font-size: .8em;}
.invisibile {display: none;}


div#div_calcolo_volume {margin-left: 1em;}



span.th-sub {font-weight: normal; text-transform: none; color: #0e0e0e;}


tr.non-corretto td, td.non-corretto{background-color: #FFCACA !important;} 

tr.duplicato td,tr.manuale td  {background-color: #FFF4AB;}

tr.terminato td {background-color: #C3C3C3;color: #606060;}


div.consiglio {
	margin: 0;
	padding: 0;
	border: 0;
	color: Gray;
	background-color: transparent;
}

p.nota {
	margin: 1em 0 1em .2em;
	padding: 0;
	border: 0;
	color: #4a4a4a;
	background-color: transparent;
	font-size: 13px;
}
span.asterisco {color: #C80000;}
span.ig, label.ig {font-style: italic;}




span.ok {color: #336600; font-weight: normal; background-color: transparent;}
span.warning {color: #C80000; font-weight: normal; background-color: transparent;}
span.error {color: #C80000; font-weight: normal; background-color: transparent;}

div.ok {
	padding: 5px;
	margin: 10px 0;
	background-color: #f3f3f3;
	border-top: 1px solid #8B8B8B;
	border-bottom: 1px solid #8B8B8B;
	clear: both;
	line-height: 130%;
	background-color: #f5ffeb;
}


div.info {
	color: #000;
	padding: 5px;
	/* font-size: 16px; */
	font-size: 14px;
	margin: 10px 0;
	background-color: #effcff;
	clear: both;
	line-height: 130%;
}

div.bigger {
	font-size: 1.1em;
	line-height: 150%;
}
div.bigger ul li {
	margin-top: .5em;
	margin-left: -1em;
}


div.warning {
	color: #000;
	padding: 5px;
	margin: 10px 0;
	background-color: #fee;
	/* font-size: 16px; */
	font-size: 14px;
	clear: both;
	line-height: 130%;
}

div.warning table th {
	font-size: 12px;
}


div.error {
    color: #000;
    padding: 5px;
	margin: 10px 0;
    background-color: #f3f3f3;
    /* font-size: 16px; */
	font-size: 14px;
	clear: both;
	line-height: 130%;
}

div.error p, div.error li {font-weight: normal !important;}
div.error li li {font-weight: normal !important; list-style: circle; line-height:1.1;}

div.wait {
    color: #C80000;
    font-weight: normal;
    padding: .1em 0 .4em 2em;
    background-image: url(../../../include/img/hourglass.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: .8em;
    margin: 2em 0 2em 0;
    background-color: #f3f3f3;
    border-top: 1px solid #8B8B8B;
    border-bottom: 1px solid #8B8B8B;
    clear: both;
    line-height: 130%;
}

/* ///////////////////////////////////////////////// */
/* selectors per le RICERCE (via, toponico, civico) */
/* div#ricerche {
	margin: 1em 0 1em 0;
    padding: 0;
    border: 0;
} */

div#ricerche a.ricerche {
	padding: 5px;
    background-color: #eaeaea;
    display: block;
	text-decoration: none;
	border-radius: 4px 4px 4px 4px;
}

div#ricerche a.ricerche:before {
    content: "\f002";
    font-size: inherit;
    margin-right: 3px;
}

div#ricerche hr {
    margin: 10px 0;
    border-color: #fff;
}


div#civici {padding: 0; margin: 0;}

div#ricerche table.elenco-risultati {margin: 10px 0 0 0; padding: 0;}
div#ricerche table.elenco-risultati caption {font-size: 12px;}
div#ricerche th {
	background-color:#F0F5F9;
	border:1px solid #9F9F9F;
}

div#ricerche td {padding: .2em .2em .5em .2em;}

div#ricerche div#div_ricerca_localita,
div#ricerche div#div_ricerca_toponimo_civico,
div#div_ricerca_scheda_edificio {
	margin: 0;
	padding: 5px;
}

div#div_ricerca_sezione_foglio_particella {font-size: 1.2em;}

/* /////////////////////// */
/* aggiunti il 18.12.2008 */
a.stampa {
	background-image: url(../img/print.gif);
	background-position: center left;
	background-repeat: no-repeat;
	margin: 0 0 0 .5em;
	padding: 0 0 0 20px;
	font-size: .8em;
}


/* aggiunti per la pagina di Info, colonna destra della mappa */
div#infolayer {
	margin: 0 0 1.3em 0;
	padding: .2em;
	border: 1px solid Silver;
	background-color: #f9fae3;
	font-size: .85em;
}

div#infolayer h2 {margin: 0; padding: 0; border: 0;}
div#infolayer ol {margin: .5em 0 0 .3em;padding: 0;}
div#infolayer ol li {margin: 0 0 .2em 0;padding: 0; list-style: square; list-style-position: inside; font-size: 1em;}

div#infowindow {
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
	background-color: transparent;
}
div#infowindow h2 {margin: 0; padding: .2em 0 .2em .2em; border: 0;background-color: Silver; color: White; }

div#infowindow p,
div#toolbar p {clear:both;}


div#toolbar {
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
	background-color: transparent;
}
div#toolbar h2 {margin: 0; padding: .2em 0 .2em .2em; border: 0;background-color: Silver; color: White; }

/* aggiunti per box nuovo accesso in modificaEdificio.php */
div#accessi_nuovo_record {
	margin: 0 0 0 0.5em;
	padding: 0.3em;
	border: 1px dotted gray;
	background-color: #FFFFC7;
}

div#div_accessi_proposti {
	margin: 0 0 0 0.5em;
	padding: 0.3em;
	border: 1px dotted gray;
	background-color: #FFFFC7;
}

/* aggiunti il 4/03/2010 per stile autore/ultima_modifica sulle Schede */
div#author {font-size: .8em; margin: 0; padding: 0; border-top: 1px dotted Silver; letter-spacing: .01em;}
div#author .label {color: Gray; font-weight: normal; letter-spacing: .01em;}
div#author .campo{color: Black; font-weight: normal; letter-spacing: .01em;}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */
div.dataTables_info {font-size: .8em;}

.sorting_asc {
	background: url('../img/sort_asc.jpg') no-repeat center right;
	padding-right: 20px;
	border-bottom: 2px solid Gray;
}

.sorting_desc {
	background: url('../img/sort_desc.jpg') no-repeat center right;
	padding-right: 20px;
	border-bottom: 2px solid Gray;
}

.sorting {
	background: url('../img/sort_both.jpg') no-repeat center right;
	padding-right: 20px;
	border-bottom: 2px solid Gray;
}

.sorting_asc_disabled {
	background: url('../img/sort_asc_disabled.jpg') no-repeat center right;
	padding-right: 20px;
	border-bottom: 2px solid Gray;
}

.sorting_desc_disabled {
	background: url('../img/sort_desc_disabled.jpg') no-repeat center right;
	padding-right: 20px;
	border-bottom: 2px solid Gray;
}

table.elenco-risultati.predi tr td.details {
	text-align: left;
	padding: .5em 0 2em 2.5em;
	vertical-align: top;
	background-color: white;
	line-height: 130%;
}

table.elenco-risultatitr td.details .label,
table.elenco-risultati.predi tr td.details .campo,
table.elenco-risultati.predi tr td.details ul,
table.elenco-risultati.predi tr td.details ol {
	font-size: .95em;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 0;
}

table.elenco-risultati.predi tr td.details .label {font-weight: bold;}


/* aggiunti il 2/08/2010 per stile fotografie non associate ad edifici */

#associaFoto {float: left;}

/*Aggiunta il 05.11-2010 per le info delle strade e delle sezioni censuarie*/
table.minmax {
    margin: .5em 0 1em 2em;
}

/* anagrafe e tributi*/
th.anagrafe {background-color: #DBE3FF; background-image:none;}
td.anagrafe {background-color: #8FB0FF; background-image:none;}

th.anagrafe.codice, th.tributi.tipologia {width: 8%;}
th.piva {width: 8%;}
td.piva {background-color: #EAEAEA;}

th.tributi {background-color: #D4EBD2; background-image:none;}
td.tributi {background-color: #A6C289; background-image:none;}

td.custom {background-color: #FFFF66; background-image:none;}

/*Aggiunto il 17/11/2010 per pratiche edilizie di piandisco*/
 table.noindent {
    margin: 1.5em 0 1em -2.3em;
  }
  
  table.noindent caption {
	border-bottom:1px solid #2E5476;
	color:#002951;
	font-size:1.3em;
	font-weight:bold;
  }
  
   div.noindent {
    margin: 1.5em 0 1em -2em;
    font-size:1em;
  }
	
/*Aggiunto il 18/11/2010 per modifica scheda edifici*/

/* visualizzazione scheda */
h2.civico-view {text-transform: none; font-size: .8em; margin: 1.5em 0 0 0;}
div.civico-view {padding-left: .5em;}

/*modifica scheda */
div.disclaimer {
	background-color: #FFFFB3;
	border: 1px solid #FFC738;
	margin: 0;
	padding: .1em;
	font-size: .8em;
	color: Black;
	line-height:130%;
}
	
div.disclaimer span {color: Red;}

#form_modificaScheda div.sezione {margin: 0 0 .7em 0;}

div#sezione1 {margin: 0; padding: 0 0 1em 0; background-color: #C7C5B1;}
div#sezione2 {margin: 0; padding: 0 0 1em 0; background-color: #D6D6B7;}
div#sezione3 {margin: 0; padding: 0 0 1em 0; background-color: #C1CAC0; float: left; width: 100%;}

#form_modificaScheda div.sezione h2 {margin: 0; padding: .2em 0 .2em .1em; text-transform: uppercase;border: 0; color: white;}

div#sezione1 h2 {background-color: #9A9A8A;}
div#sezione2 h2 {background-color: #9A9A8A;}
div#sezione3 h2 {background-color: #9A9A8A;}

fieldset.scheda-edit {
	margin: 0 0 0 .5em;
	padding: 0;
	border: 0;
	font-size: 1em;
}

fieldset.scheda-edit h3 {
	color: #2E5476;
	font-size: .9em;
	margin: .8em 0 .3em 0;
	padding: 0;
	border: 0;
	text-decoration: underline;
	line-height: 130%;
	text-transform: none;
}

fieldset.scheda-edit ol {
	float:left;
	font-size:0.9em;
	margin:0 1em 0 1em;
	padding:0;
	width:300px;
	background-color: #ECECEC;
}

fieldset.scheda-edit ol li {
	width:100%;
	float: left;
	margin: 0 0 .2em 0;
	padding: .1em 0 .1em 0;
	list-style: none;
	border-bottom: 1px dotted Silver;
}

fieldset.scheda-edit ol li.nonumber {list-style: none; border: 0; clear: both;}
fieldset.scheda-edit ol li.nonumber span {font-size: .85em;}

fieldset.scheda-edit ol ol {
	font-size:1em;
	margin:.2em 0 0 15px;
	width:280px;
}

fieldset.scheda-edit ol label {
	display:block;
	float:left;
	line-height:110%;
	width:75%;
}

fieldset.scheda-edit ol input.radio {
	line-height:110%;
	margin:0;
	padding:0;
}

fieldset.scheda-edit ol input.suggerimento {color: Red; background-color: #FFC0C0; padding: .1em;}

span.suggerimento {font-weight: normal;}

div.wrap-archivio {
	float:left;
	width: auto;
}

div.hint {
	border: 0;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: .9em;
	background-color: transparent;
}

a.hint-on {
	margin: 0;
	border: 0;
	padding: 1px 0 1px 12px;
	background-color: transparent;
	background-image: url(../img/expanded_blue_small.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size: .85em;
	color: Blue;
	line-height: 100%;
	display: block;
}
a.hint-off {
	margin: 0;
	border: 0;
	padding: 1px 0 1px 12px;
	background-color: transparent;
	background-image: url(../img/collapsed_blue_small.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size: .85em;
	color: Blue;
	line-height: 100%;
	display: block;
}

wrap-archivio table td {white-space: normal;}

div#sezione3 div.civico {
	margin: .5em 0 .5em 0;
	padding: 0 0 .5em 0;
	background-color: #D5D5D5;
	border: 1px solid Gray;
}

div#sezione3 div.civico h3 {font-size: .9em; color: #802424; margin-left: .4em;}

div#sezione3 div.civico fieldset.scheda-edit {
	background-color: #ECECEC;
	border: 1px solid Gray;
	border-right: 0;
	margin: 0 0 .5em 1em;
	padding: 0 .2em .2em .5em;
	width: auto;
}

div#div_scale {float: left; width: 350px; margin: 0 1em 0 .5em; padding: 0;}

div#div_scale fieldset h4.scala {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted Gray;
	background-color: transparent;
	font-size: 1.1em;
	color: Black;
}

div#div_scale fieldset h4.scala a {
	float: right;
	width: 16px;
	height: 16px;
	border-top: 1px solid #A2A2A2;
	border-left: 1px solid #A2A2A2;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	padding: 0;
	margin-top: 3px;
	line-height: 90%;
}

div#div_scale fieldset h4.scala a:link {background-color: #E1FFFE;}
div#div_scale fieldset h4.scala a:visited {background-color: #E1FFFE;}
div#div_scale fieldset h4.scala a:hover {background-color: #C44444;}
div#div_scale fieldset h4.scala a:active {background-color: #E1FFFE;}

div#sezione3 div.civico fieldset.scheda-edit h5 {
	color:#2E5476;
	font-size: .9em;
	text-decoration:underline;
	margin: 0;
	padding: 0;
}

div#sezione3 div.civico input.button {
	background-image: url(../img/add.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 15px;
}

/*Aggiunto il 24/11/2010 per associazione tra Accessi e UV*/

/* .notifiche è copiato da div#notifiche_punto */
.notifiche {
	background-color:transparent;
	border:0 none;
	color:#AA4400;
	line-height:100%;
	margin:0;
	padding:0;
}

input.button.associa {
	background-image:  url('../img/link.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

input.button.disassocia {
	background-image:  url('../img/link_break.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/*aggiunto per link stampa nei report*/
a.stampa {
	background-image: url(../img/stampa.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: .2em 0 .2em 20px;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #f0f0f0;
	margin: 0;
}

span.avviso {font-weight: normal; color: Gray; font-size: .8em;}

/* aggiunto per le schede istat nell'hint degli interni da catasto divisi per indirizzo */
div.indirizzo {
	background-color: #D5D5D5;
	color: #2E5476;
	padding: .1em;
	font-weight: bold;
}

/* aggiunto per gli elenchi senza classe intervento */
ol.nonumber {
	margin: 1em 0 0 1em;
	padding: 0;
}
ol.nonumber li {
	list-style: none;
	border-bottom: 1px dotted silver;
	margin: 0 0 .5em 0;
}
ol.nonumber li span {
	margin: 0 0 0 1em;
	font-weight: bold;
}

div.wrap-archivio table {
	margin-bottom: 0;
}

div.wrap-archivio div.warning {
	width:145px;
	margin: 0;
	padding-bottom: .2em;
}
div.wrap-archivio div.warning table {
	font-size: 1.1em;
	margin-bottom: .2em;
}


/* aggiunto per Montevarchi (torna indietro quando visiti una scheda dalle mappe() */
.contenitore a.input.php {
	background-color: transparent;
	background-image: url("../img/button_bkg.gif");
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid Gray;
	color: #001E3C;
	display: block;
	font-size: 0.7em;
	margin: 1em 0;
	padding: 0.2em;
}

/* aggiunti per disegno poligoni */
input#inserisci_poligono {
	background-image: url('../img/disegna.png');
	background-position: 2px center;
	background-repeat:	no-repeat;
	padding: 2px 0 2px 20px;
}

input#sospendi_riprendi_disegno {
	background-image: url('../img/disegna_in_pausa.png');
	background-position: 2px center;
	background-repeat:	no-repeat;
	padding: 2px 0 2px 20px;
}
input#sospendi_riprendi_disegno.riprendi {
	background-image: url('../img/disegna_play.png');
	background-position: 2px center;
	background-repeat:	no-repeat;
	padding: 2px 0 2px 20px;
}
input#chiudi_poligono {
	background-image: url('../img/disegna_chiudi.png');
	background-position: 2px center;
	background-repeat:	no-repeat;
	padding: 2px 0 2px 20px;
}
input#sottrai_poligono,
input#chiudi_poligono_sottrai {
	background-image: url('../img/disegna_sottrai.png');
	background-position: 2px center;
	background-repeat:	no-repeat;
	padding: 2px 0 2px 20px;
}

fieldset#disegno legend {display: none;}


a.button{
	float: left;
	color: #001E3C;
	background-color: transparent;
	text-transform: uppercase;
	background-image: url(../img/button_bkg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: .8em;
	padding:3px;
	cursor:pointer;
	border-style:solid;
	border-color:black;
	border-width: 1px;
	border-top-color:#c4c4c4;
	border-left-color:#c4c4c4;
	margin-left:4px;
}

div.attesa{
	position:relative;
	margin-top: 5px;
	margin-left:5px;
	background:url('../../include/img/spinner32.gif') no-repeat 0px 0px;
	line-height:32px;
	padding-left:33px;
}
div.filtro {
	background-color: #FFFFB3;
	border: 1px solid #FFC738;
	margin: 1em;
	padding: .5em;
	font-size: .8em;
	color: Black;
	line-height:130%;
	border-radius: 10px 10px 10px 10px;
}

/* aggiunti per risultati delle ricerche (Toponimo, Archi viari, Archi idrici, Località) */

div.evidenzia-nascondi {
	margin: .5em 0 .5em 0;
	background-color: #F1F1F1;
	padding: .5em 0 1em .2em;
	border-top: 1px dotted Silver;
	border-bottom: 1px dotted silver;
	font-size: .8em;
	line-height: 200%;
}

div.evidenzia-nascondi h2 {
	margin: 0 0 .4em 0;
	border-bottom: 1px solid Silver;
	font-size: 1em;
}

a.evidenzia-arco {
	background: url('../img/visualizza_vertici.gif') no-repeat center left;
	padding-left: 23px;
}

a.nascondi-arco {
	background: url('../img/visualizza_vertici_off.gif') no-repeat center left;
	padding-left: 23px;
}


/*aggiunti per accordion sulla pagina help.php */
h2#h2_helpricerche,
h2#h2_infowindow,
h2#h2_toolbar,
h2#h2_infolayer {
	background: url('../img/collapse_off.png') no-repeat 2px center #DBDBDB;
	border-top: 1px solid Silver;
	border-bottom: 1px solid Silver;
	color: #003B77;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: .1em 0 .1em 22px;
	text-align: left;
	cursor: pointer;
}

h2#h2_helpricerche.collapsed,
h2#h2_infowindow.collapsed,
h2#h2_toolbar.collapsed,
h2#h2_infolayer.collapsed {
	background: url('../img/collapse_on.png') no-repeat 2px center #DBDBDB;
	color: #606060;
}

h2#h2_helpricerche:hover,
h2#h2_infowindow:hover,
h2#h2_toolbar:hover,
h2#h2_infolayer:hover {background-color: #C0CEDB; color:#003B77;}

.modificheClasseIntervento {
	background-color: #FF9494;
	margin-top: 0;
	padding: .5em 1em;
	font-size: .8em;
}

.modificheClasseIntervento th {
	background-color: #802424;
	color: white;
	background-image: none;
}

.modificheClasseIntervento td {
	padding: .5em;
	background-color: #FFFFAA;
	white-space: normal;
}
.modificheClasseIntervento caption {
	color: white;
	font-weight: bold;
}
div.classe-intervento-treeview {
	color: red;
}
div#div_delibera {
	padding: 1em .2em;
	margin: .5em;
	background-color: #FFD;
}

ul.treeview li.nocheckbox {
	list-style: none;
	margin: .5em;
}




/*aggiunti per links in testa alla pagina help.php */
div#links {
	background-color: #D3D3D3;
	color: White;
	font-family: verdana;
	font-size: .7em;
	margin: 0;
	padding: 0 0 .4em .4em;
	text-align: left;
}

div#links a:link {color: #5B5B5B; text-decoration: none;}
div#links a:visited {color: #5B5B5B; text-decoration: none;}
div#links a:hover {color: Blue; text-decoration: none;}
div#links a:active {color: #5B5B5B; text-decoration: none;}


div#links a.target_blank:link,
div#links a.target_blank:visited,
div#links a.target_blank:hover,
div#links a.target_blank:active { background-image: url('../img/ico-freccia-fuori.png'); background-position: right; background-repeat: no-repeat; padding: 0 15px 0 0;}

div#links a.email:link,
div#links a.email:visited,
div#links a.email:hover,
div#links a.email:active { background-image: url('../img/mail.gif'); background-position: right; background-repeat: no-repeat; padding: 0 18px 0 0;}


/*aggiunti per le istruzioni sulle ricerche */

div#helpricerche {
	background-color: transparent;
	border: 0 none;
	margin: 0 0 1em 0;
	padding: 0;
}

div#helpricerche h2 {
	margin: 0; 
	padding: .2em 0 .2em .2em;
	border: 0 0 .4em 0;
	background-color: Silver;
	color: White;
	font-size: .8em;
}


div#helpricerche ol {
	margin: 0.5em 0 0 0;
	padding: 0;
}

div#helpricerche li.ricerche {
	background-image: url(../img/search.gif);
	background-position: middle left;
	background-repeat: no-repeat;
	margin: 0 0 .5em .5em;
	padding: 2px 0 2px 20px;
	font-size: .8em;
	list-style: none inside none;
	color: #2E5476;
	font-weight: bold;
}

/*aggiunti per accordion sulla pagina help.php */
h2#h2_helpricerche,
h2#h2_infowindow,
h2#h2_toolbar,
h2#h2_infolayer {
	background: url('../img/collapse_off.png') no-repeat 2px center #DBDBDB;
	border-top: 1px solid Silver;
	border-bottom: 1px solid Silver;
	color: #003B77;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: .1em 0 .1em 22px;
	text-align: left;
	cursor: pointer;
}

h2#h2_helpricerche.collapsed,
h2#h2_infowindow.collapsed,
h2#h2_toolbar.collapsed,
h2#h2_infolayer.collapsed {
	background: url('../img/collapse_on.png') no-repeat 2px center #DBDBDB;
	color: #606060;
}

h2#h2_helpricerche:hover,
h2#h2_infowindow:hover,
h2#h2_toolbar:hover,
h2#h2_infolayer:hover {background-color: #C0CEDB; color:#003B77;}



/* aggiunto per ISTAT RNC */

.collapse-off {
	background: url('../img/collapse_off.png') no-repeat 2px center transparent;
	font-size: 0.8em;
	font-weight: bold;
	padding: .1em 0 .1em 22px;
	text-align: left;
	cursor: pointer;
}

.collapse-on {
	background: url('../img/collapse_on.png') no-repeat 2px center transparent;
	font-size: 0.8em;
	font-weight: bold;
	padding: .1em 0 .1em 22px;
	text-align: left;
	cursor: pointer;
}



#info-custom {
	display: none;
	padding-left: .3em;
	border-bottom: 1px dotted silver;
}

#info-custom h2 {border-bottom: 0;}

#info-custom h3 {
	background-color: #002951;
	margin: .5em 0 0 0;
	border-top: 1px solid silver;
	padding-top: .6em;
	color: white;
}

#info-custom span.label {
	font-weight: normal;
}

#info-custom .prato_rnc_edificio {
	font-size: .85em;
}

#info-custom ul {font-size: 1em;}

#info-custom li {
	color: Silver;
	margin: 0;
}

#info-custom h3.scala {
	font-size: .85em;
	border-top: 1px solid silver;
	background-color: #FFC;
	font-style: italic;
	letter-spacing: .1em;
	padding: .2em 0 .2em .2em;
	margin: 0 0 0 .5em;
	color: #444444;
}

div.scala {
	margin-left: .5em;
	padding: 0 0 .5em .5em;
}


#info-custom div.scala ul {
	padding: 0 0 0 1em;
}

#info-custom div.scala ul li {
	margin: 0;
	list-style: circle;
}

#info-custom div.scala ul li ul.scala-indirizzo {
	padding: 0;
	margin: 0 0 0 1.5em;
}

#info-custom div.scala ul li ul.scala-indirizzo li {
	font-style: italic;
}

/* fine ISTAT RNC */




/* aggiunti per disegno Pertinenza */
fieldset#geometria {font-size: .75em;}

fieldset#geometria legend {font-size: 1.2em;}

div.contenitore p.istruzioni {font-size: .7em; margin: 0 0 10px 0;}

#snap-vertici {background-color: #EEEEEE;}

#snap-vertici h3 {
	font-size: .8em;
	text-transform: none;
	color: black;
	background-color: silver;
	font-weight: normal;
}
#snap-vertici p {font-size: .7em; margin: 0;}

fieldset#snap {margin:0;}

fieldset#snap #snap_tipo,
fieldset#snap #snap_tolleranza {
	margin: 5px 0 5px 0;
}

#snap_tolleranza {margin: 0; padding-top: 5px; border-top: 1px dotted Gray;}

form#form_dividi {margin-top: 10px;}

a.modifica_geometria {
	background: url('../img/modifica_geometria.png') no-repeat center left transparent;
	padding: 0 0 0 20px;
}
a.inserisci_vertici {
	background: url('../img/vertice_aggiungi.png') no-repeat center left transparent;
	padding: 0 0 0 20px;
}
a.cancella_vertice {
	background: url('../img/vertice_cancella.png') no-repeat center left transparent;
	padding: 3px 2px 2px 20px;
}

a.annulla {
	background: url('../img/arrow_undo.png') no-repeat center left transparent;
	padding: 0 0 0 20px;
}

#lista_vertici div.bordo-poligono {
	margin: 10px 0 0 10px;
	background-color: rgba(192, 192, 192, 0.44);
	padding: 0 2px 0 2px;
	line-height: 1.4em;
}

div.bordo-poligono h3 {
	color: #4E4E4E;
	font-size: .75em;
	margin: 0;
	padding: 0;
	display: inline-block;	
}

div.bordo-poligono a {
	font-size: .7em;
	padding: 0 0 3px 20px;
}

#lista_vertici div.vertice {
	margin: 0 0 0 25px;
	border-bottom: 1px dotted silver;
	padding: 0;
	line-height: 1.2em;
	cursor: pointer;
	font-size: .75em;
}

#lista_vertici div.vertice:hover {background-color: #FFFFC0;}
#lista_vertici div.vertice span.vertice-n {color: Blue;}
#lista_vertici div.vertice:hover span.vertice-n {color: #8B0000;text-decoration: underline;}

#lista_vertici div.vertice .tools {
	display: inline-block;
	margin: 0 0 3px 5px;
	padding-left: 5px;
	background-color: #FFD7D7;
}

/** pager **/
div.pager-info {
	padding: 2px;
    margin: 0;
    border-bottom: 1px solid #c5c5c5;
    background-color: #e4eff1;
}
div.pager {
	padding: 2px;
    margin-bottom: 1em;
    background-color: #f3f3f3;
}
div.pager span.corrente {
	font-weight: bold;
}
a.prev {
	background: url('../../../include/img/prev.png') no-repeat center left transparent;
	padding: 0 0 0 20px;
}
a.next {
	background: url('../../../include/img/next.png') no-repeat center left transparent;
	padding: 0 0 0 20px;
}
/** pager **/

span.cognome {
	font-weight: bold;
}
tr.background td {
	background-color: #FFFFBB;
}
div.dataTables_filter label {
	font-size: .8em;
}
div.dataTables_filter input {
	border: 1px solid gray;
	background-color: #DDDDFF;
	padding: .2em;
}

table#table_anagrafe th,
table#table_anagrafe td,table.elenco-risultati th,table.elenco-risultati td {
	white-space: normal;
}

table#table_anagrafe caption {
	font-weight: normal;
	font-size: .95em;
	color: #333333;
}
table#table_anagrafe tr.even td {background-color: white; /* override della colorazione standard */}

/*aggiunto per collegamento con Pratiche Edilizie */
td.collegamento div {
	width:12px;
	height:12px;
	margin: 0;
	padding: 0;
	display: inline-block;
}

td.collegamento div.yes {background: url(../../../include/img/yes_12x12.png) no-repeat 0 0 transparent;}
td.collegamento div.no {background: url(../../../include/img/no_12x12.png) no-repeat 0 0 transparent;}

#table_riepilogo_interni {
	/* font-size: 16px; */
	font-size: 14px;
}
#table_riepilogo_interni tr.fittizio td {
	font-style: italic;
	color: #444;
}
#table_riepilogo_interni tr.associato td {
	background-color: #ccc;
}
#table_riepilogo_interni tr.associato:hover td {
	background-color: #dce6ff;
}

 
/* 26.10.2015 aggiunti per link Manuale utente nella pagina help.php */
#manual {
	margin-top: 20px;
	margin-bottom: 20px;
}

#manual h2 {
	background: url('../img/manual.png') 0 0 no-repeat transparent;
	font-size:.8em;
	text-transform:uppercase;
	padding-left: 20px;
  border: 0;
  min-height: 20px;
}

#manual p {
	margin-left: 20px;
  margin-top: 0;
}


form.carrello-proprietari {
	background-color: #EEEEEE;
	border-top: 2px solid #868686;
	margin: 0;
}

td.carrello {background-color: #EEEEEE;}
td.carrello:hover {background-color: #EEEEEE;}

form.carrello legend {
	margin: 0;
	padding: 4px;
	border: 0;
	font-size: 1em;
	font-weight: bold;
	display: block;
	color: #ffffff;
	background-color: #2a8aa1;
	box-sizing: border-box;
}

form.carrello legend span {
	font-weight: 400;
}

form.carrello-proprietari legend {display: none;}

div#runtime_message form.carrello-proprietari p {font-size: .7em; padding: 0 0 0 .5em;}

form.carrello fieldset.scegli-carrello-terreni,
 form.carrello fieldset.scegli-carrello-fabbricati {
	margin: 0;
	padding: 0;
	background-color: #EEEEEE;
	border: 0;
	font-size: 1em;
}

form.carrello fieldset.scegli-carrello-proprietari {
	font-size:.7em;
}


form.carrello tr.selezionato {
	background-color:#FFFFCC;
}

form.carrello tr {
	background-color: #ffffff;
}

form.carrello td {
	background-color:transparent;
}


form.carrello fieldset.scegli-carrello-proprietari label, form.carrello fieldset.scegli-carrello-terreni label, form.carrello fieldset.scegli-carrello-fabbricati label{ font-size: 1.1em; }

form.carrello fieldset.scegli-carrello-proprietari select, form.carrello fieldset.scegli-carrello-terreni select, form.carrello fieldset.scegli-carrello-fabbricati select{ font-size: 1.1em; }

form.carrello fieldset.scegli-carrello-proprietari select.old, form.carrello fieldset.scegli-carrello-terreni select.old, form.carrello fieldset.scegli-carrello-fabbricati select.old { color: Red; }

form.carrello fieldset.scegli-carrello-proprietari select option.old,
form.carrello fieldset.scegli-carrello-terreni select option.old,
form.carrello fieldset.scegli-carrello-fabbricati select option.old { color: Red; }

form.carrello fieldset.scegli-carrello-proprietari input, form.carrello fieldset.scegli-carrello-terreni input, form.carrello fieldset.scegli-carrello-fabbricati input{ font-size: 1.1em; }

form.carrello a.check {	background-image: url('../img/check.gif'); background-position: top left; background-repeat: no-repeat; padding: 0 0 0 15px;}
form.carrello a.uncheck {background-image: url('../img/uncheck.gif'); background-position: top left; background-repeat: no-repeat; padding: 0 0 0 15px;}
a.add {background-image: url('../img/add.png'); background-position: top left; background-repeat: no-repeat; padding: 0 0 0 20px;}
.gestione-carrello {
  font-weight: normal;
  text-align: left;
  margin: .5em 0 1em 0;
}

a.gestione-carrello,
.scegli-carrello-proprietari .gestione-carrello a {
	clear: left;
	text-align: left;
	background-image: url('../img/edit_carrello.gif');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 2px 0 2px 20px;
	margin: 0;
	margin: 0;
	white-space: nowrap;
}

label.option {font-weight: normal;}

.gestione-carrello a.check-multi { background-image: url('../img/check_multi.gif'); background-position: top left; background-repeat: no-repeat; padding: 0 0 0 20px;}

.gestione-carrello a.elimina {
 	background-image: url('../img/cestino.gif');
}

a.alert_carrello_obsoleto.old {
	padding: 0;
	margin: 0 0 0 5px;
}

a.alert_carrello_obsoleto.updated {display: none;}

a.sblocca-carrello {
  clear: left;
  /* display: block; */
  background-image: url('../img/lock_go.gif');
  background-position: center left;
  background-repeat: no-repeat;
  padding: 5px 0 5px 20px;
  line-height: 200%;
  font-weight: normal;
}

span.alert_carrello_obsoleto.old,
span.aggiungi-carrello.updated {
	display: inline;
	color: #C80000;
	line-height: 130%;
	font-size: .9em;
	font-weight: bold;
}


label.aggiungi-carrello {
  background-image: url('../img/aggiungi_carrello3.gif');
  background-position: center left;
  background-repeat: no-repeat;
  padding: 2px 0 2px 20px;
  font-size: .9em;
  white-space: nowrap;
}

.scegli-carrello-proprietari .aggiungi-carrello a {
  background-image: url('../img/aggiungi_carrello3.gif');
  background-position: center left;
  background-repeat: no-repeat;
  padding: 2px 0 2px 20px;
  font-size: .9em;
  white-space: nowrap;
}

form.carrello fieldset.scegli-carrello-proprietari .aggiungi-carrello label, form.carrello fieldset.scegli-carrello-terreni .aggiungi-carrello label, form.carrello fieldset.scegli-carrello-fabbricati .aggiungi-carrello label  {font-weight: normal;}


span.alert_carrello_obsoleto.updated,
.aggiungi-carrello.old {
	display: none;
}

div.cart_message {
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 1.4em;
}

div.cart_message li.ok {list-style-image: url('../../../include/img/ok.gif'); color: #0A490A; padding: 3px 0 3px 0;}
div.cart_message li.warning {list-style-image: url('../../../include/img/warning.png'); color: Red; padding: 3px 0 3px 0;}


th.cancella,
th.carrello,
th.infoparticella,
th.infoproprietario,
th.infoparticella-proprietari,
th.report,
th.infoparticella-area,
th.info-docfa,
th.dati-planimetrici,
th.info-ici,
th.info-tarsu,
th.infovariazioni {width: 20px;}

th.carrello a {font-weight: normal;}

td.cancella a {background-image: url('../img/cancella.gif'); background-repeat: no-repeat; background-position: center; width: 20px;}
td.infoparticella a {background-image: url('../img/info_particella.gif'); background-repeat: no-repeat; background-position: center; text-align: center; width: 20px;}

td.infoproprietario a {background-image: url('../img/proprietari.gif'); background-repeat: no-repeat; background-position: center; width: 20px;} /* questo è utilizzato ?!? */
td.infoparticella-proprietari a {background-image: url('../img/proprietari.gif'); background-repeat: no-repeat; background-position: center; width: 20px;}

td.report a {background-image: url('../img/report_particella.png'); background-repeat: no-repeat; background-position: center; width: 20px;}

td.report_storico a {background-image: url('../img/report_storico.png'); background-repeat: no-repeat; background-position: center; width: 20px;}

td.infoparticella-area a {background-image: url('../img/go_to_map.gif'); background-repeat: no-repeat; background-position: center; width: 20px;} /* questo è utilizzato ?!? */

td.info-docfa a {background-image: url('../img/docfa.png'); background-repeat: no-repeat; background-position: center; width: 20px;}
td.dati-planimetrici a {background-image: url('../img/planimetrie.png'); background-repeat: no-repeat; background-position: center; width: 16px; height:16px; display:block;}
td.dati-planimetrici-precedente a {background-image: url('../img/planimetrie.png'); background-repeat: no-repeat; background-position: center; width: 16px; height:16px; display:block; opacity: 0.5;}
td.dati-planimetrici-storico a {background-image: url('../img/planimetrie_storico.png'); background-repeat: no-repeat; background-position: center; width: 16px; height:16px; display:block;}
td.info-ici a {background-image: url('../img/nota.png'); background-repeat: no-repeat; background-position: center; width: 20px;}
td.info-tarsu a {background-image: url('../img/info_tarsu2.png'); background-repeat: no-repeat; background-position: center; width: 20px;}
td.info-tarsu-precedente a {background-image: url('../img/info_tarsu2.png'); background-repeat: no-repeat; background-position: center; width: 20px; opacity:0.5;}
td.infovariazioni a {background-image: url('../img/info_sub.gif'); background-repeat: no-repeat; background-position: center; width: 20px;}


td.cancella a:link,
td.infoparticella a:link,
td.infoproprietario a:link,
td.infoparticella-proprietari a:link,
td.report a:link,
td.report_storico a:link,
td.infoparticella-area a:link,
td.info-docfa a:link,
td.dati-planimetrici a:link,
td.dati-planimetrici-precedente a:link,
td.info-ici a:link,
td.info-tarsu a:link,
td.info-tarsu-precedente a:link,
td.infovariazioni a:link {
	display: block;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 20px;
	color: transparent;
	background-color: transparent;
	text-decoration: none;
}

td.cancella a:visited,
td.infoparticella a:visited,
td.infoproprietario a:visited,
td.infoparticella-proprietari a:visited,
td.report a:visited,
td.report_storico a:visited,
td.infoparticella-area a:visited,
td.info-docfa a:visited,
td.dati-planimetrici a:visited,
td.dati-planimetrici-precedente a:visited,
td.info-ici a:visited,
td.info-tarsu a:visited,
td.info-tarsu-precedente a:visited,
td.infovariazioni a:visited {
	display: block;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  color: transparent;
  background-color: transparent;
  text-decoration: none;
}

td.cancella a:hover,
td.infoparticella a:hover,
td.infoproprietario a:hover,
td.infoparticella-proprietari a:hover,
td.report a:hover,
td.report_storico a:hover,
td.infoparticella-area a:hover,
td.info-docfa a:hover,
td.dati-planimetrici a:hover,
td.dati-planimetrici-precedente a:hover,
td.dati-planimetrici-storico a:hover,
td.info-ici a:hover,
td.info-tarsu a:hover,
td.info-tarsu-precedente a:hover,
td.infovariazioni a:hover {
	display: block;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  color: transparent;
  background-color: #0080FF;
  text-decoration: none;
}

td.cancella a:active,
td.infoparticella a:active,
td.infoproprietario a:active,
td.infoparticella-proprietari a:active,
td.report a:active,
td.report_storico a:active,
td.infoparticella-area a:active,
td.info-docfa a:active,
td.dati-planimetrici a:active,
td.dati-planimetrici-precedente a:active,
td.info-ici a:active,
td.info-tarsu a:active,
td.info-tarsu-precedente a:active,
td.infovariazioni a:active {
	display: block;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  color: transparent;
  background-color: transparent;
  text-decoration: none;
}

td.pager,
form.carrello td.pager {
	margin: 0px;
	padding: 0 .4em;
	font-size: 0.9em;
	background-color: rgba(218, 218, 218, 1);
	border: 0px none;
	font-weight: normal;
	text-align: left;
	line-height: 180%;
	color: rgba(69, 69, 69, 1);
}

td.pager:hover {
	background-color: rgba(218, 218, 218, 1);
	color: rgba(69, 69, 69, 1);
}


td.pager a {
	font-size:1.7em;
}


tr.even { background-color: White; color: Black; }
tr.odd { background-color: #FFFFCC !important; color: Black; }

tr.terrenoTerminato td,
tr.even.terrenoTerminato td,
tr.odd.terrenoTerminato td,
tr.fabbricatoTerminato td,
tr.even.fabbricatoTerminato td,
tr.odd.fabbricatoTerminato td {
	background-color: #B3B3B3;
	color: #3F3F3F;
	border: 1px solid #9F9F9F;
}

tr.titoloTerrenoTerminato td, tr.even.titoloTerrenoTerminato td, tr.odd.titoloTerrenoTerminato td {
	background-color: #B3B3B3;
	color: #3F3F3F;
}

tr.titoloFabbricatoTerminato td, tr.even.titoloFabbricatoTerminato td, tr.odd.titoloFabbricatoTerminato td {
	background-color: #B3B3B3;
	color: #3F3F3F;
}

tr.soggettoTerminato td {
	background-color: #B3B3B3;
	color: #3F3F3F;
}

tr.soggettoTerminato:hover td { color: Black; background-color: #94A7A7; }

/* tr:hover td { background-color: #B7F6F7; } */

tr.finto_hover td { background-color: #E5FFFF; }

tr.terrenoTerminato.finto_hover td,
tr.fabbricatoTerminato.finto_hover td,
tr.titoloTerrenoTerminato.finto_hover td,
tr.titoloFabbricatoTerminato.finto_hover td { color: Black; background-color: #9CBDBD; }

tr.fabbricatoTerminato:hover td,
tr.terrenoTerminato:hover td,
tr.titoloFabbricatoTerminato:hover td,
tr.titoloTerrenoTerminato:hover td { color: Black; background-color: #94A7A7; }

td.seleziona { text-align: center; }


.invisibile {
	display:none;
}

div.pager {
	font-size: 1em;
	background-color: #F2F9FF;
	border-top: 2px solid #868686;
	font-weight: normal;
	text-align: left;
	padding: .2em;
	margin: 0;
	min-height: 10px;
}

div.pager a {font-weight:bold;}

div.pager button {font-size: .8em; background-color: #e3eafb;}

/* aggiunti per DOCFA */

ol.elenco-segnalazioni {margin: .5em 0 0 0; padding: 0;}

ol.elenco-segnalazioni li {
	margin: 1.5em 0 0 .5em;
	padding: 0;
	font-size: .9em;
	line-height: 140%;
	border-bottom: 1px solid Silver;
	color: Gray;
	list-style: square;
	list-style-position: inside;
}

ol.elenco-segnalazioni li a {
	background-image: url('../img/segnalazione.png');
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0 24px .2em 0;
}

div#runtime_message h2.docfa {margin: 2em 0 0 0;}
ol.elenco-docfa {margin: .5em 0 0 0; padding: 0;}

ol.elenco-docfa li {
	margin: 1.5em 0 0 .5em;
	padding: 0 0 .2em 0;
	font-size: .85em;
	line-height: 140%;
	border-bottom: 1px solid Silver;
	color: Gray;
	list-style: none;
}

ol.elenco-docfa li span.protocollo-docfa { color: #2E5476; font-weight: bold; font-size: 1em;}


ol.elenco-docfa li.DichiarazioneIncoerente {background-image: url('../img/incoerente.png'); background-position: 0 0; background-repeat: no-repeat; padding: 0 0 .2em 24px;height: 20px;}
ol.elenco-docfa li.in_valutazione {background-image: url('../img/in_valutazione.png'); background-position: 0 0; background-repeat: no-repeat; padding: 0 0 .2em 24px;height: 20px;}
ol.elenco-docfa li.da_valutare {background-image: url('../img/da_valutare.png'); background-position: 0 0; background-repeat: no-repeat; padding: 0 0 .2em 24px;height: 20px;}
ol.elenco-docfa li.da_compilare {background-image: url('../img/da_compilare.png'); background-position: 0 0; background-repeat: no-repeat;padding: 0 0 .2em 24px;height: 20px;}
ol.elenco-docfa li.assenza_informazioni {background-image: url('../img/assenza_info.png'); background-position: 0 0; background-repeat: no-repeat;padding: 0 0 .2em 24px;height: 20px;}
ol.elenco-docfa li.coerente {background-image: url('../img/coerente.png'); background-position: 0 0; background-repeat: no-repeat;padding: 0 0 .2em 24px;height: 20px;}


a.info-docfa {
	background-image: url('../img/dati.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
}

a.scheda-planimetrie {
	background-image: url('../img/pages.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
}


div.docfa_quadro {
	margin: 0;
	padding: 0 0 0 1em;
	font-size: .8em;
}

h2.docfa {
	font-weight: bold;
	font-size: .9em;
	cursor: pointer;
	background-color: #ECECEC;
	text-decoration: none;
	border: 0;
	border-top: 2px solid Silver;
	background-image: url('../img/collapse_on.png');
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	line-height: 100%;
	color: #6F1414;
	margin-top: 1em;
}

h2.docfa:hover {
	background-color: #b8d5ff;
	text-decoration: underline;
}

h2.docfa.collapse {
	background-image: url('../img/collapse_off.png');
}

h2.docfa span.ridotto {
	font-size: .75em;
}



h3.docfa {
	font-weight: bold;
	cursor: pointer;
	margin-top: .5em;
	margin-left: 1em;
	border-top: 1px dotted #7392bf;
	border-left: 1px dotted #7392bf;
	font-size: .8em;
	background-image: url('../img/collapse_on.png');
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
}

h3.docfa {
	background-color: #dae4f3;
	text-decoration: none;
}

h3.docfa:hover {
	background-color: #b8d5ff;
	text-decoration: underline;
}

h3.docfa.collapse {
	background-image: url('../img/collapse_off.png');
}

h2.immobile {
	font-weight: bold;
	font-size: .9em;
	color: #6F1414;
	background-color: #EFEFEF;
	margin: 1em 0 0 0;
}

div.docfa_quadro h4 {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: .9em;
}

div#docfa_quadro_a,
div#docfa_quadro_b,
div#docfa_quadro_d_bcnc,
div#docfa_quadro_d_note,
div#docfa_quadro_dati_dichiarante,
div#docfa_1n_quadro_a,
div#docfa_1n_quadro_b,
div#docfa_1n_quadro_m,
div.docfa_2n_parte1_quadro_a,
div.docfa_2n_parte1_quadro_b,
div.docfa_2n_parte1_quadro_c,
div.docfa_2n_parte1_quadro_d,
div.docfa_2n_parte1_quadro_h,
div.docfa_2n_parte2_quadro_a,
div.docfa_2n_parte2_quadro_b,
div.docfa_2n_parte2_quadro_c,
div.docfa_2n_parte2_quadro_d,
div.docfa_2n_parte2_quadro_e,
div.docfa_2n_parte2_quadro_f,
div.docfa_2n_parte2_quadro_i,
div.docfa_2n_parte2_quadro_m
{
	font-size: .7em;
	margin: 0 0 0 1em;
	line-height: 130%;
}


div.docfa_quadro ul, div.docfa_quadro ol {
	font-size: .85em;
	margin: 0 0 0 1em;
	padding: 0;
}

div.docfa_quadro ul li {
	list-style: none;
	font-weight: bold;
	margin-top: 1em;
	border-top: 1px dotted Silver;
}

div.docfa_quadro ol li {
	list-style: decimal;
	font-weight: bold;
	margin-top: 1em;
	border-top: 1px dotted Silver;
	list-style-position: inside;
}

div.docfa_quadro ul li ul li {
	list-style: none;
	font-weight: normal;
	margin: 0 0 0 1.5em;
	border-top: 0;
	font-size: 1.15em;
	list-style-position: inside;
}

div.docfa_quadro ol li ol li {
	list-style: decimal;
	font-weight: normal;
	margin: 0 0 0 1.5em;
	border-top: 0;
	font-size: 1.15em;
	list-style-position: inside;
}

div.docfa_quadro ol li ul li {
	list-style: none;
	font-weight: normal;
	margin: 0 0 0 1.5em;
	border-top: 0;
	font-size: 1.15em;
	list-style-position: inside;
}
div.docfa_quadro ul li ol li {
	list-style: decimal;
	font-weight: normal;
	margin: 0 0 0 1.5em;
	border-top: 0;
	font-size: 1.15em;
	list-style-position: inside;
}

div.indicazioni ul#generali {
	margin-bottom: 3em;
}



div.docfa_quadro table {
	margin-left: 1.5em;
	font-size: 1em;
}

div.docfa_quadro table th, div.docfa_quadro table td {
	padding: 0 .2em;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

div.docfa_quadro table th {
	background-color: #eeeeee;
	color: #002951;
}

div.docfa_quadro table td {
	background-color: transparent;
	color: #990000;
}


div.docfa_quadro ul li table {
	font-size: 1.2em;
	margin-left: 0;
}

div.docfa_quadro caption {
	font-size: .8em;
}


div.segnalazioni {
	margin: 0 0 1em .4em;
	padding: 0;
	border-bottom: 2px solid Silver;
}

div.segnalazione {
	margin: 0;
	padding: .4em 0 1em 20px;
	border-top: 2px solid Silver;
	font-size: .7em;
	font-weight: bold;
	color: #2E5476;
}

div.segnalazione span.filler {color: Silver; font-weight: normal;}

div.segnalazione.da_compilare {background-image: url('../img/da_compilare.png');	background-position: left 0.4em; background-repeat: no-repeat;}
div.segnalazione.incoerente {background-image: url('../img/incoerente.png');	background-position: left 0.4em; background-repeat: no-repeat;}
div.segnalazione.assenza_informazioni {background-image: url('../img/assenza_info.png');	background-position: left 0.4em; background-repeat: no-repeat;}
div.segnalazione.coerente {background-image: url('../img/coerente.png');	background-position: left 0.4em; background-repeat: no-repeat;}

div.segnalazione a {
	font-weight: normal;
}

div.segnalazione div.dettagli_protocollo {
	margin: .3em 0 1em 1em;
	padding: 0;
	font-weight: normal;
}

div.segnalazione a.link_dettagli_protocollo {
	background-image: url('../img/page_edit.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
}

div.segnalazione a.link_elimina_protocollo {
	background-image: url('../img/remove.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
}

div.indenta1{margin: 1em 0 0 1.5em;}
div.indenta2{margin: 1em 0 0 1.5em; border-top: 1px dotted #b0b0b0;}


div#aggiungi {
	margin: 1em .5em 1em 0;
	padding: .4em;
	border: 1px solid Silver;
	background-color: #efefef;
}

div#aggiungi p {
	margin: 0;
	padding: 0;
}

a#aggiungi_protocollo {
	background-image: url('../img/add_docfa.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	font-weight: bold;
}

#div_aggiungi_protocollo {margin: 1em 0 0 0; padding: 0; border-top: 0; font-size: .8em;}
#div_aggiungi_protocollo form {line-height: 140%;}
#div_aggiungi_protocollo select, #div_aggiungi_protocollo input{margin: 0; padding: 0; font-size: .9em;}


div.docfatools {
	margin: 0;
	padding: 0;
	font-size: .7em;
	background-color: #FAFAFA;
	border-bottom: 1px dotted Silver;
	border-top: 0;
	line-height: 200%;
}


div.docfatools a#pdf_docfa {
	background-image: url('../img/pdf_download.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	font-weight: normal;
}

div.docfatools a.scheda-planimetrie {
	background-image: url('../img/pages.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	font-weight: normal;
}

a#segnalazione {
	background-image: url('../img/segnalazione.png');
	background-position: center right;
	background-repeat: no-repeat;
	padding: 3px 20px 3px 0;
	font-weight: normal;
	font-style: italic;
}

div.docfatools a#segnalazione {font-weight: bold;}

div#termina-salva, div#salva-annulla {
	margin: 2em 0 0 0;
	padding: .2em .2em .4em .4em;
	border-top: 2px solid #536E89;
	background-color: #E0E8EF;
	font-size: .7em;
	float: left;
	width: 99%;
}

div#salva-annulla {margin-top: 0;}

a#annulla {
	background-image: url('../img/annulla.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	font-weight: bold;
	float: right;
}

a#salva_xml, a#salva_xml_protocollo {
	background-image: url('../img/save.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	font-weight: bold;
	float: left;
	width: 58%;
}


/* selectors per dati conservatorie rr.ii.. */
ol.elenco-ici, ol.elenco-tarsu {margin: .5em 0 0 0; padding: 0;}

ol.elenco-ici li, ol.elenco-tarsu li {
	margin: .5em 0 0 .5em;
	padding: .3em 0 .2em 0;
	font-size: .9em;
	line-height: 140%;
	border-top: 1px solid Gray;
	color: Black;
	list-style: none;
}

ol.elenco-ici li {clear: both;}

a.info-ici {
	background-image: url('../img/nota.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
}

a.info-tarsu {
	background-image: url('../img/info_tarsu2.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 25px;
}

a.info-tarsu-precedente {
	background-image: url('../img/info_tarsu2.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 3px 25px;
	opacity: 0.5;
}

div.soggetti_acquirenti_ricerca {
	float: left;
	width: 45%;
	margin: .5em 0 1em 1em;
	padding: 0;
}

div.soggetti_venditori_ricerca {
	float: right;
	width: 45%;
	margin: .5em 0 1em 0;
	padding: 0;
}

div.soggetti_acquirenti_ricerca ul,
div.soggetti_venditori_ricerca ul {
	padding: 0;
	margin: 0;
}

div.soggetti_acquirenti_ricerca ul li,
div.soggetti_venditori_ricerca ul li {
	border: 0;
	padding: 0;
	margin: 0 0 0 1.5em;
	font-family: Verdana, sans;
	font-size: 1.1em;
	list-style: square;
}

h3.titolo {
	font-weight: bold;
	font-size: .9em;
	cursor: pointer;
	background-color: #ECECEC;
	text-decoration: none;
	padding: .3em;
	border: 0;
	border-top: 2px solid Silver;
	background-image: url('../img/collapse_on.png');
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	line-height: 100%;
	color: #6F1414;
	margin-top: 1em;
}

h3.titolo_trascrizione {margin-top: .2em;}

h3.titolo:hover {
	background-color: #b8d5ff;
	text-decoration: underline;
}
h3.titolo.collapse {background-image: url('../img/collapse_off.png');}

h4.sub-title {
	font-weight: bold;
	cursor: pointer;
	margin: .5em 0 0 1em;
	border-top: 1px dotted #7392bf;
	border-left: 1px dotted #7392bf;
	font-size: .7em;
	background-image: url('../img/collapse_on.png');
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	background-color: #dae4f3;
	text-decoration: none;
	color: Black;
}

h4.sub-title:hover {background-color: #b8d5ff;text-decoration: underline;}

h4.sub-title.collapse {	background-image: url('../img/collapse_off.png');}

h4.sub-title.noexpand {background-image: none; margin-bottom: .2em; padding-left: 3px;}
h4.sub-title.noexpand:hover {background-color: #dae4f3;text-decoration: none; cursor: auto;}

h4.titolo_dato_metrico span {font-weight: normal;}

h5.sub-title {
	font-weight: normal;
	text-transform: capitalize;
	cursor: pointer;
	margin: .5em 0 0 2em;
	border-top: 1px dotted #7392bf;
	border-left: 1px dotted #7392bf;
	font-size: .7em;
	background-image: url('../img/collapse_on.png');
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	background-color: #E4E4E4;
	text-decoration: none;
	color: Black;
}

h5.sub-title:hover {background-color: #b8d5ff;text-decoration: underline;}

h5.sub-title.collapse {	background-image: url('../img/collapse_off.png');}

h5.sub-title.noexpand {background-image: none; margin-bottom: .2em; padding-left: 3px;}
h5.sub-title.noexpand:hover {background-color: #E4E4E4; text-decoration: none; cursor: auto;}


.div_dati_titolarita h6 {font-size: .7em; margin: .3em 0 0 2.5em; padding: 0;color: Black;}
.div_dati_titolarita div.div_titolarita_fabbricati {margin-left: 2.5em}
.div_dati_titolarita div.div_titolarita_fabbricati ul.sub-list {margin-left: 1.2em}

div.h7 {
	padding: 0;
  font-size: .7em;
  font-weight: bold;
  font-style: italic;
  color: #303030;
}

div.sub-title {margin: 0 0 0 10px;}
div.sub-title.div_dati_titolarita{margin: 0 0 0 15px;}

ul.sub-list, ol.sub-list {
	margin: 0 0 0 2.2em;
	padding: 0;
}

ul.sub-list li {
	list-style: none;
	border-top: 1px dotted Silver;
	font-size: .8em;
}

ol.sub-list li {
	list-style: decimal;
	border-top: 1px dotted Silver;
	list-style-position: inside;
	font-size: .85em;
}

ul.sub-list li ul li {
	list-style: none;
	font-weight: normal;
	margin-left: 1.5em;
	border-top: 0;
	list-style-position: inside;
	font-size: 1em;
}

ol.sub-list li ol li {
	list-style: decimal;
	font-weight: normal;
	margin-left: 1.5em;
	border-top: 0;
	list-style-position: inside;
	font-size: 1em;
}

ol.sub-list li ul li {
	list-style: none;
	font-weight: normal;
	margin-left: 1.5em;
	border-top: 0;
	list-style-position: inside;
	font-size: 1em;
}
ul.sub-list li ol li {
	list-style: decimal;
	font-weight: normal;
	margin-left: 1.5em;
	border-top: 0;
	list-style-position: inside;
	font-size: 1em;
}

div#div_nuovo_carrello {
	margin-left: 1.5em;
}


.collapse{
    display: block !important;
}


/* 21.03.2022 - fix link nelle tabelle */
td.azioni a {
	color: blue !important;
	font-size: 16px;
}

.intesta-shp {
	font-size: 15px;
	font-weight: 600;
}

.intesta-shp a.elimina{
	font-size: 14px;
	font-weight: 400;
	padding:0
}

.shapefile a.download {
	font-size: 16px;
}

/* 05.12.2022 per i Comuni che hanno Capacitas */
h2#h2-capacitas {
	padding: 4px;
	border-bottom: 1px solid #2E5476;
	font-size: 1em;
	font-weight: bold;
	background-color: #eaeaea;
}

h2#h2-capacitas:hover {
	background-color: #c4c4c4;
	cursor: pointer;
}

h2#h2-capacitas.collapse:hover {
	background-color: #c4c4c4;
	cursor: pointer;
}

div#div-capacitas caption {
	font-size: 16px;
	font-weight: 600;
}

/* 01.08.2023 per la ricerca della Particella */
input#foglio, input#particella {
	font-size: .875rem;
}

a#zoom-particella {
	float: right;
}


/* fix 11.03.25 per layout form di ricerca */
fieldset h3 {
	font-size: 14px;
	font-weight: 600;
} 