/* ************************************************************* *
 * ******* 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)*/

/* 
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 Condensed', 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;
}

/* 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;
	font-size: inherit;
}



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


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



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

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

small {
	font-weight: 400;
	line-height: 1;
	color: #777;
	font-size: 85% !important;
}

div.nome-applicazione {display: none;}

h1 {
	padding: 3px;
	font-size: 24px;
	font-weight: 400;
	color: #2e5476;
	background-color: #eaeaea;
}

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

h1.sezione.first {margin-top: 5px;}


/* 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;
}

/* FINE font-awesome accanto alle sezioni del menu */


h1.collapse {cursor: pointer;}

h2 {
	margin: 30px 0 5px 0;
	font-weight: normal;
	color: #333333;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #333333;
	font-size: 16px;
	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.zoom {
	padding: 1px 0 1px 16px;
	background-color: transparent;
	background-image: 		url('/share/include/img/zoom.png');
	background-position: left;
	background-repeat: no-repeat;
}

a.zoom_off {
	padding: 1px 0 1px 16px;
	background-color: transparent;
	background-image: url('../img/zoom_off.png');
	background-position: left;
	background-repeat: no-repeat;
	cursor: default;
}


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;
	line-height: 150%;
}

form * {font-size:15px;}

fieldset {
	margin: 0 0 1em 0;
	border: 0;
	padding: 0;
	white-space: normal;
}

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

legend {
	margin: 10px 0 5px 0;
	padding: 0;
	border-bottom: 1px solid Silver;
	font-size: 18px;
	display: block;
	width: 100%;
}

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%;
}

input.text,
input[type="text"] {
	color: #990000;
	background-color: #fff4d4;
}


input.checkbox {color: #990000; background-color: #ffffff;}

input.button {
    /* color: #002951; */
    margin: 0 5px 0 0;
}

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

/* select.text {font-size: 16px;} */
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; */
    line-height: 130%;
}

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

fieldset.navigazione input.button, input.navigazione {
	float: left;
	border:1px solid #d7dada; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 5px 5px 5px; text-decoration:none; display:inline-block;font-weight:bold; color: #0000FF;
	background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}
fieldset.navigazione input.submit {
	float: right;
	border:1px solid #d7dada; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 5px 5px 5px; text-decoration:none; display:inline-block;font-weight:bold; color: #0000FF;
	background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}


fieldset.navigazione input.button:hover, 
input.navigazione:hover,
fieldset.navigazione input.submit:hover {
	border:1px solid #bfc4c4;
	background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
	background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
} 

/* 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;
	font-weight: bold;
	font-size: 120%;
}
span.green {
	color: #AAFFAA;
	font-weight: bold;
	font-size: 120%;
}

span.section {
	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;
}

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

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

ul {list-style: square;}

ol {list-style: decimal;}

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

#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 !important;
    clear: both;
}
  
table.android {
    font-size: 1em;
}

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

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

tr.wrap {
	white-space: normal;
}

th {
	border: 1px solid Gray;
	text-align: left;
	vertical-align: middle;
	background-color: #efefef;
	color: #802424;
	font-weight: 600;
	padding: 5px;
	line-height: 100%;
}

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

tr td.nowrap {white-space: nowrap;}

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;
}

table img.collapse {
    display:block;
}

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


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


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;}




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


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


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;
}*/
a.attributi {
	display: block;
	margin: 0;
	font-size: 13px;
	text-align: right;
	background-color: transparent;
	width: auto;
	float: right;
	background-image: none;
}

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



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

div.associazione ul {margin: 0;}

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: #f5f3f3;
    list-style: square inside;
    padding: 2px 0 2px 15px;
	font-size: 14px;
}
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: #eaeaea;
}

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;
}




/* 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;
}

.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;
	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;
}


.warning {
	color: #000;
	padding: 5px;
	margin: 10px 0;
	background-color: #fee;
	clear: both;
	line-height: 130%;
}

.warning table th {
	font-size: 1em;
}


div.error {
    color: #000;
    padding: 5px;
	margin: 10px 0;
    background-color: #f3f3f3;
    font-size: 16px;
	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-weight: 600;}
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: 0;
}


/* 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; }



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 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;
}


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;
}

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;
}

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à) */

.evidenzia-nascondi {
    margin: 20px 0;
    background-color: #F1F1F1;
    padding: 5px;
}

.evidenzia-nascondi a.risultato-tools {
	margin: 0 0 5px 0;
	border-bottom: 0;
	font-size: 14px;
    text-decoration: none;
}

.evidenzia-nascondi a.risultato-tools::before {
    font-family: "FontAwesome";
    font-size: inherit;
    content: "\f0fe";
}

.evidenzia-nascondi #subtoolbar {
    font-size: 13px;
    padding-left: 5px;
    margin-top: 5px;
}

.evidenzia-nascondi .action_bar {
    padding: 5px 0;
    border-bottom: 1px solid silver;
    margin-bottom: 5px;
}

.evidenzia-nascondi .action_title {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
}

.evidenzia-nascondi .action_buttons {
	display: inline-block;
}

.evidenzia-nascondi .action-buttons .action_inquadra {
	font-family: "FontAwesome";
    content: "\f06e";
}

.evidenzia-nascondi .action-buttons .action_inquadra_off,
.evidenzia-nascondi .action-buttons .action_nascondi {
	font-family: "FontAwesome";
    content: "\f070";
}

.evidenzia-nascondi .action-buttons .action_evidenzia {
	font-family: "FontAwesome";
    content: "\f041";
}

.evidenzia-nascondi .action-buttons .action_evidenzia_off {
	font-family: "FontAwesome";
    content: "\f041";
	color: #c0c0c0;
}

.vedi-dati {
	background: url('../img/table.png') no-repeat 0 1px transparent;
	display: inline-block;
	min-height: 16px;
	min-width: 16px;
}

a.vedi-dati:hover {background: url('../img/table_hover.png') no-repeat 0 1px transparent;}

/* 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;
}


/** 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;
}

 
/* 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;
}


/* STILI PER BOTTONI STAMPA DATATABLES */

/* div a.dt-button {
	padding: 0 .5em 0 .5em !important;
	background-repeat: no-repeat !important;
	background-size: 14px !important;
	background-position-x: 2px !important;
	background-position-y: 1px !important;
	padding-left: 20px !important;
} */


/*
div a.buttons-csv {
	background-image: url('/share/include/img/download.png') !important;
}
div a.buttons-pdf {
	background-image: url('/share/include/img/pdf_download.png') !important;
}
div a.buttons-excel {
	background-image: url('/share/include/img/xls.gif') !important;
}
div a.buttons-print {
	background-image: url('/share/include/img/stampa.gif') !important;
}*/


/* bottoni datatables con ldpviewer */
/*div.dt-buttons {float: none !important;}

div a.dt-button {
	padding: 3px 10px;
	margin: 0 10px 7px 0;
	color: blue;
	font-size: 14px;
}

#ldpviewer_info a.dt-button {
	background-color: #e9e9e9;
	background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%) !important;
	background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%) !important;
	background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%) !important;
	background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%) !important;
	background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%) !important;
}

div a.dt-button span:before {margin-right: 3px; font-family: "FontAwesome";}

div a.buttons-anteprima span:before {content: "\f06e";}
div a.buttons-pulisci span:before {content: "\f070";}
div a.buttons-csv span:before {content: "\f0f6";}
div a.buttons-pdf span:before {content: "\f1c1";}
div a.buttons-excel span:before {content: "\f1c3";}
div a.buttons-print span:before {content: "\f02f";}
*/


/* 20170926 Aggiunte per dataTables Select*/
/*table.dataTable tr.selected td {
	background-color: #B0BED9;
}

table.dataTable td.select-checkbox-ldp:before,table.dataTable td.select-checkbox-ldp:after{
	display:block;
	top:1.2em;
	left:50%;
	width:12px;
	height:12px;
	box-sizing:border-box
}

table.dataTable td.select-checkbox-ldp:before{
	content:' ';
	margin-left:25px;
	border:1px solid black;
}

table.dataTable tr.selected td.select-checkbox-ldp:after{
	content:'\2714';
	margin-top:-15px;
	margin-left:25px;
	text-align:center;
	font-size: 1.2em;
}*/

/* aggiunti per controllo qualita' dei dati (collapse-expand)*/
h3.apri {
	font-weight: normal;
	text-transform: capitalize;
	font-size: 14px;
	cursor: pointer;
	background-color: #ECECEC;
	text-decoration: none;
	border-top: 2px solid Silver;
	background-image: url(../img/collapse_on.png);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	padding: 3px 0 3px 25px;
	line-height: 130%;
	color: Blue;
	margin-top: 3px;
}

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

h3.apri.collapse {
	background-image: url(../img/collapse_off.png);
	display: block;
}

h3.apri span.ridotto {font-size: .65em;font-weight: normal;}

button.action_button span {
    padding: 0 3px 0 23px;
    background-repeat: no-repeat;
    display: block;
    font-size: 12px;
    line-height: 16px;
    min-height: 16px;
}

div.contenuto_titolo {
    clear: left;
}

h4.apri.collapse {
    background-image: url(../img/collapse_off.png);
    display: block;
}
h4.apri {
    background-color: #DFE9F8;
    text-decoration: none;
}
h4.apri {
	color: Black;
	font-weight: normal;
	cursor: pointer;
	border-top: 1px dotted #7392bf;
	border-left: 1px dotted #7392bf;
	font-size: 14px;
	background-image: url(../img/collapse_on.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 3px 0 5px 20px;
	margin: 3px 0 0 20px;
}


/* fieldset.formgrid {
    margin: 0 0 1em 0;
    padding: 0;
    white-space: nowrap;
}

fieldset.formgrid div {
    margin: 0 0 .2em 0;
    padding: 0 0 .3em 0;
    clear: left;
    border-bottom: 1px dotted #B6B6B6;
    float: left;
    width: 99%;
}

fieldset.formgrid label.fixed {
    display: block;
    float: left;
    width: 145px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    white-space: normal !important;
}

fieldset.formgrid input.text, fieldset.formgrid select {
    display: block;
    margin: 0 0 0 115px;
    float: left;
}

div#div_numero_civico {
    background-color: #E9FCE9;
    padding: .3em .3em .3em 1em;
}

fieldset.formgrid div div {
    border-bottom: 0 !important;
}

span.left {
    float: left;
}

fieldset.formgrid input#esponente,
fieldset.formgrid input#numero_a,
fieldset.formgrid input#reddito_a,
fieldset.formgrid input#consumi_a,
fieldset.formgrid input#foglio,
fieldset.formgrid input#particella {
    margin-left: 3px;
} */

/* table th {
	display: table-cell !important;
	font-weight: normal;
} */

p.modal_note {
	color: #000000;
	font-size: .9em;
}


/* Attività ricettive 4.01.2019 */
h3 {
    color: #002951;
    font-size: 0.8em;
    margin: 0;
    text-transform: uppercase;
    margin-top: 1.6em;
	margin-bottom: 1.6em;
	border-bottom: 1px solid #2E5476;
}

h3.dichiarazioni {
    background: transparent url('/share/include/img/collapse_off.png') no-repeat 0 0;
	padding: 0 0px 3px 22px;
	cursor: pointer;
	margin-top: 10px;
	border-bottom: 1px solid #5e5e5e;
	line-height: 1.4em;
}


h3.dichiarazioni.collassa {
	background: url('/share/include/img/collapse_on.png') no-repeat 0 0 ;
}

h3.dichiarazioni:hover {
	color: #2a8aa1;
}


table tr.soggetto_attuale td{
	background-color: #BCE3AF;
}

table tr.particella_attuale td{
	background-color: #BCE3AF;
}

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


/* p.attuale {
    border: 1px solid #999999;
    background-color: #f5f5f5;
    margin: 0 0 1em 0 !important;
    padding: .2em .2em .2em .6em;
    font-size: .7em;
} */

h2.attuale {
    margin: 0;
    border: 0;
    padding: .4em 0 .2em .2em;
    font-size: .8em;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #dacc47;
    background-color: transparent;
    white-space: normal;
    background-image: url('/include/img/gradient_blue_bkg.jpg');
    background-position: top left;
    background-repeat: repeat-x;
}

/* 08.04.2019 */
a.delete {
	background-image: none !important;
	padding: 0 !important;
}

a.delete:hover {background-image: none !important;}

a.report {
	background-image: none !important;
	padding: 0 !important;
}

a.elimina, a.elimina:hover {
	background-image: none !important;
}

span.fu_bigger-font.fu_files {
	background: none !important;
	padding-left: 0 !important;
	font-size: 14px !important;
	color: blue;
	font-weight: 500;
}

h3.titolo {
	background: url(/share/include/img/collapse_on.png) no-repeat 0 0;
	color: #002951;
	font-size: 0.8em;
	margin: 0;
	text-transform: uppercase;
	margin-top: 1.6em;
	margin-bottom: 0;
	border-bottom: 1px solid #2E5476;
	padding-left: 20px;
	cursor: pointer;
	border-top: 0;
	font-weight: bold;
	border-top: 0;
	line-height: inherit;
}

h3.titolo.apri {
	background: transparent url(/share/include/img/collapse_off.png) no-repeat 0 0;
	color: #002951;
	font-size: 0.8em;
	margin: 0;
	text-transform: uppercase;
	margin-top: 1.6em;
	margin-bottom: 0;
	border-bottom: 1px solid #2E5476;
	padding-left: 20px;
	cursor: pointer;
	border-top: 0;
	font-weight: bold;
	border-top: 0;
	line-height: inherit;
}

h3.titolo:hover {
	color: #2a8aa1;
}

div.fu_empty {font-size: 16px;}

.fu_files-contenuto h3 {margin-top:10px}


/* 25.03.2022 fix impaginazione */
/*nav[aria-label="breadcrumb"] ol.breadcrumb {
	margin: 0;
	padding: 0 5px;
	font-size: 14px;
}*/

nav[aria-label="breadcrumb"] ol.breadcrumb {
    padding: 0.25rem;
    margin-left: 0;
}
nav[aria-label="breadcrumb"] ol.breadcrumb li {
    font-size: 14px;
	margin: 0;
}

.photo{
        float: left;
      }

