/* ************************************************************* *
 * ******* 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-spacing:0;
	font-size:15px;
	margin: 10px 0 20px 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	clear: both;
}

.table {
	margin-bottom: 25px;
	display: table;
	border-spacing: 0;
	vertical-align: middle;
}

.table th {
	background-color: #e6e6e6;
	color: #000;
	font-weight: 400;
	border-color: Silver;
}

.table-bordered,
.table-bordered td {border: 1px solid #ddd;}

table.text-center th,
table.text-center td,
table th.text-center,
table td.text-center {text-align: center;}

table.text-left,
table th.text-left,
table td.text-left {text-align: left;}

table .grigioscuro {background-color: #c5c5c5;}
table div.div_nodo table .grigiochiaro {background-color: #e8e8e8;}

.table-condensed th,
.table-condensed td {padding: 5px;}

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

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: none;}
a:visited {color: Blue; text-decoration: none;}
a:hover {color: #007fff; text-decoration: underline;}
a:active {color: Blue; text-decoration: none;}

#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 Condensed', sans-serif;
	font-size: 100%;
}


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


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

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

div.nome-applicazione {display: none;}

h1 {
	margin: 0;
    padding: 3px 5px;
    font-size: 17px;
	font-weight: 400;
    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;
}


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



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

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

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

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

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

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;
	background-color: #fff4d4;
}

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

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

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

input.red {float: right;}

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


/* 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 {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 130%;
}

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

#menu li.off {color: Silver;}

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 */
div#runtime_message {
	margin-top: 10px;
	border-top: 4px solid #d6d6d6;
	padding-top: 10px;
}

table#norme {margin-bottom: 10px;}
table#norme caption {white-space: nowrap;}

table#norme a {text-decoration: none;}
table#norme a:hover {text-decoration: underline;}

p.scalapiano,
p.riepilogo,
p.selezione {
	font-size: 14px;
	margin: 0;
}

p.scalapiano a:before {
	content: "\f00e";
	font-family: "FontAwesome";
	font-size: inherit;
	margin-right: 3px;
}

p.riepilogo a:before {
	content: "\f0f6";
	font-family: "FontAwesome";
	font-size: inherit;
	margin-right: 3px;
}

table.android {
    font-size: 1em;
}

table caption {
    font-size: 13px;
	text-transform: uppercase;
	color: #002951;
	background-color: rgb(230, 230, 230);
	text-align: left;
	border-bottom: 1px solid silver;
	margin: 10px 0 0 0;
	padding: 5px 3px 3px 3px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 1px;
}

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

tr td {
	white-space: normal;
	border-bottom: 1px solid silver;
	margin: 0;
	padding: 5px 5px 10px 5px;
	text-align: left;
	vertical-align: top;
	background-color: white;
	line-height: normal;
	color: #000;
}

td.generale {background-color: #f1f1f1;}

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


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


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

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


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

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

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

a.storia {font-size: .8em;}
.invisibile {display: none;}

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;
	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;
	clear: both;
	line-height: 130%;
}

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

/* ///////////////////////////////////////////////// */
/* 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: .9em;}
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,
#form_ricercaParticella {
	margin: 0;
	padding: 5px;
}

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


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

/* RIEPILOGO NORMATIVA 15.05.2019 */
#contenitore-riepilogo {
	margin-right: auto;
	margin-left: auto;
	padding: 24px 24px 50px 24px;
}

#contenitore-riepilogo h1 {font-size: 25px;}

#contenitore-riepilogo table caption {
	font-size: 14px;
	color: #2e5476;
}

#contenitore-riepilogo h2 {
	font-size: 19px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	margin-top: 25px;
	border-bottom: 1px solid #9E9E9E;
	color: #2e5476;
}

#contenitore-riepilogo ol.elenco {
	list-style: square;
}

#contenitore-riepilogo h3 {
	color: initial;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	margin: 15px 0 5px 0;
}

#contenitore-riepilogo .contenuto p:first-child {margin-top: 0;}
#contenitore-riepilogo .contenuto p:last-child {margin-bottom: 0;}

.list-unstyled {list-style: none;}

hr.cambio_normativa {margin: 10px 0;}

#contenitore-riepilogo #runtime_message {background-color: transparent;}

@media print {
	a:link { color: Blue; text-decoration: underline; border: 0; }
	a:visited { color: Blue;  text-decoration: none; border: 0; }
	a:hover { color: #8B0000; text-decoration: underline; border: 0;}
	a:active { color: Blue; text-decoration: none; border: 0; }
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important; }
	a,
	a:visited {
		text-decoration: underline; }
	abbr {text-decoration: none;}
}

/* dimensione immagini schede */
#runtime_message img {
	max-width: 100%;
}

a.disabled {
    pointer-events: none;
    color: Gray;
    text-decoration: none;
    cursor: not-allowed;
}