/* ************************************************************* *
 * ******* 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:link {color: #007bff; text-decoration: none;}
a:visited {color: #007bff; text-decoration: none;}
a:hover {color: #0056b3; text-decoration: underline;}
a:active {color: #007bff; text-decoration: underline;}

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


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



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

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

div.nome-applicazione {display: none;}

h1 {
    font-size: 24px;
    font-weight: 400;
    color: #2e5476;
    margin-bottom: 15px;
    background-color: transparent;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
}


h1.sezione {
    margin: 20px 0 5px 0;
    padding: 8px 5px 4px 5px;
    color: #2e5476;
    font-size: 16px;
	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;
}

h1.collapse {cursor: pointer;}

h2 {
    margin: 15px 0 5px 0;
    font-weight: normal;
    color: #2e5476;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
}

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





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

form,
.form-row,
.form-group,
.col,
input {
	box-sizing: inherit;
}

label {
    background-color: transparent;
    color: #2E5476;
}

legend {
    border-bottom: 1px dotted #cccccc;
    font-weight: 500;
    color: gray;
    padding-bottom: 3px;
}

.form-check {
    margin-bottom:10px;
}

.form-check-input {
    margin-top: .15rem;
}

.form-group label {
    margin-bottom: 0;
}

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

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

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


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




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

tr td {
    border: initial;
    font-size: initial !important;
} /* resetta tutto al default di Bootstrap */



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: 5px 0 0 0;
	padding: 5px;
	border-top: 1px solid #e1ddb4;
	background-color: #fcf9d9;
	font-size: 13px;
	line-height: 150%;
	text-transform: uppercase;
}

div.links a {white-space: nowrap;}




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


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



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



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



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */
 div.dt-buttons {
	float: left;
	margin-left: 20px;
}

.dt-buttons a.dt-button {
	padding: 5px;
	font-size: 14px;
 }

.dataTables_wrapper #tabella_risultati_filter {
	margin-top: 10px;
}

.dataTables_wrapper #tabella_risultati_filter {margin-top:10px;}

.dataTables_wrapper table#tabella_risultati {margin: 5px 0;}
 
div#tabella_risultati_info {font-size: small;}
 
/* table.dataTable th.sorting {padding-right:15px;} */

table.dataTable th {
	font-size: 15px;
	vertical-align: top;
}

.dataTables_paginate {font-size: 14px;}
 
.dataTables_paginate .paginate_button {
	padding: 3px 5px !important;
	color: blue;
	font-size: 14px;
	text-transform: lowercase;
}
  
div.dataTables_info {font-size: .8em;}









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



/* 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;
	/*position:absolute;*/
	top:1.2em;
	left:50%;
	width:12px;
	height:12px;
	box-sizing:border-box
}

table.dataTable td.select-checkbox-ldp:before{
	content:' ';
	/*margin-top:-8px;*/
	/*margin-left:-6px;*/
	margin-left:25px;
	border:1px solid black;
	/*border-radius:3px*/
}

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

h3.plus {
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;
}

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

table.dataTable .sorting_asc,
table.dataTable .sorting_desc,
table.dataTable .sorting,
table.dataTable .sorting_asc_disabled,
table.dataTable .sorting_desc_disabled {
	background-image: none !important;
}


#wrap-scheda h1.card-header {
    white-space: normal;
    font-size: 22px;
    font-weight: 600;
}

h1.card-header .d-flex {
    border-top: 1px solid #c6c3c3;
    padding-top: 8px;
}


#wrap-scheda #difficolta {
    color: #ffffff;
    font-weight: 600;
    padding: 4px;
    border-radius: 3px;
    font-size: 16px;
    display: inline-block;
}

#wrap-scheda #lunghezza {
    color: #2e5476;
    background-color: #e0e0e0;
    font-weight: 600;
    padding: 4px;
    border-radius: 3px;
    font-size: 16px;
    display: inline-block;
}

div#openrunner {
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid silver;
}

#scheda_tecnica h2.card-header {
    background-color: #efefef;
    font-weight: 600;
    color: #616161;
    padding: .4rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

#scheda_tecnica .card-body p,
#scheda_tecnica .card-body li {
    font-size: 14px;
}

a#scheda_percorso {
	font-size: 16px;
	color: #007bff;
    font-weight: 400;
}





/* Toggle delle card */
.card-header button i.fa-caret-right {
	margin-right: 10px;
}

.card-header button[aria-expanded="true"] i.fa-caret-right {
	transform:rotate(90deg);
	transition:all 0.2s ease-in-out; /*for smoothness*/
}

.card-header button[aria-expanded="false"] i.fa-caret-right {
	transition:all 0.2s ease-in-out; /*for smoothness*/
}



/* MODIFICHE SWEETROAD */

#ldpviewer_info_container .fad {
	font-family: "Font Awesome 6 Duotone" !important;
}

#logo {
	display: table-cell;
}

#logo img {
	height:25px;
}


div#ldpviewer_ricerca {
    display: none;
}

fieldset.form-group {
    border-top: 1px solid #eeeeee;
    padding-top: 5px;
}

form hr {
    margin: 10px 0 5px 0;
    border-top: 1px solid #c6c3c3;
}

#ldpviewer_info_container .card {
    margin-bottom:20px;
}

#wrap-scheda h1.card-header {
    white-space: normal;
    font-size: 20px;
    font-weight: 600;
}

h1.card-header .d-flex {
    border-top: 1px solid #c6c3c3;
    padding-top: 8px;
}


#wrap-scheda #difficolta {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
}


#wrap-scheda #lunghezza {
    color: #2e5476;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
}

div#openrunner {
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid silver;
}

#scheda_tecnica h2.card-header {
    background-color: #efefef;
    font-weight: 600;
    color: #616161;
    padding: .4rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

#scheda_tecnica .card-body p,
#scheda_tecnica .card-body li {
    font-size: 14px;
}


/* Elenchi ricerche e filtraggi */
#itinerariElenco .card-header,
#elenco_percorsi .card-header {
    padding: .2rem .75rem;
    margin: 0;
}

.card.border-light {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}


.card-body a.denominazione {
    font-size: 18px;
    font-weight: 500;
    color: #0066d4;
}

#itinerariElenco p.card-text,
#elenco_percorsi p.card-text {
    margin-top:0;
}

.info-itinerario {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

span.difficolta {
    display: inline-block;
    /* padding: 2px 4px; */
    text-transform: uppercase;
    font-size: 14px;
    /* font-weight: 500; */
}

span.difficolta.Facile {background-color: #28a745; color: #ffffff;}
span.difficolta.Medio {background-color: #fbf025;}
span.difficolta.Difficile {background-color: red; color: #ffffff;}
span.difficolta.Impegnativo {background-color: orange;}

span.distanza {
    font-style: italic;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    width: 47%;
}

span.lunghezza {
    font-size: 16px;
    font-weight: 500;
}

.card-title span.video-icon {
    position: absolute;
    top: -12px;
    right: 5px;
}

.card-title span.video-icon img {
    width:50px
}

.card-body> .badge.rating {
    background-color: #f78a45;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 1px 3px #000000b0;
    float: right;
}

#risultati {
    display:none;
    margin-top: 25px;
}


#testa-prossimita {
	display: none;
}

#tabellaRisp li {
    font-size: 15px;
    margin-bottom: 0;
}

#video-card small.info {
    font-size: .8rem;
    display: block;
    margin: .4rem 0 0 0;
}


div#ldpviewer_info {
    padding: 0 5px;
}

/* sidebar > scheda Itinerario > proprietà dell'Itinerario */
.barra-proprieta {
    text-align: left;
    font-weight: normal;
    margin-bottom: 15px;
}

.barra-proprieta:last-of-type {
	margin-bottom: 0;
}

a.barra-proprieta-value {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
}

p.barra-proprieta-lunghezza {
    display: inline-block;
    margin: 0 0 0 10px;
    font-style: italic;
    color: gray;
    font-family: 'Roboto Condensed' !important;
}

.barra-proprieta-barra-wrap {
    background-size: 5px 5px;
    background-image: radial-gradient(circle, #ccc 1px, rgba(0, 0, 0, 0) 1px);
	margin-top: 3px;
}

.barra-proprieta-barra {
    white-space: nowrap;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    padding: 5px 3px;
    min-width: 22px;
}

/* sidebar > scheda Itinerario > accordion con i POI */
#infoPoi {
    width: 99.5%;
}

#infoPoi h2 {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
    background-color: #efefef;
    font-weight: 600;
    color: #616161;
    padding: .4rem;
    border: 1px solid rgba(0,0,0,.125);
}

#accordionPOI>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#accordionPOI .card {
    margin: 0;
}

div#accordionPOI strong {
    color: #5d5d5d;
}

#accordionPOI .card-body {
    line-height: 21px;
    border: 0;
}

#accordionPOI .card-header {
    background-color: transparent;
}

div#accordionPOI .btn-link.disabled {
    color: #1e1e1ee6;
    opacity: 1;
}

#accordionPOI .card-header img,
#infoStrutture img {
    margin-right: 10px;
    margin-bottom: -8px;
}

#accordionPOI .card-body img {
    display: block;
    margin: 10px auto;
    border-radius: 5px;
    border: 5px solid #eaeaea;
    box-sizing: border-box;
}

/* sidebar > scheda Itinerario > elenco strutture ricettive */
#infoStrutture .table {
	margin-bottom: 0;
}

#infoStrutture .table td {
	padding: .75rem 0;
	border:0;
}

#infoStrutture .table td:first-child {
	border: 0;
}

/* sidebar > scheda Itinerario > modal per strutture ricettive */
.modal {
	overflow: scroll;
}

.modal-struttura .modal-content {
    margin: 2rem auto;
    width: 90%;
    padding: 2rem;
    box-sizing: border-box;
}

.modal-struttura .close {
	text-align: right;
    cursor: pointer;
}

.modal-content p.oggetto {
    text-transform: uppercase;
    margin: 0;
}

.modal-content h1 {
    font-weight: 500;
    margin-bottom: .5rem;
    font-size: 26px;
}

.modal-content h2 {
    font-size: 20px;
    margin: 2rem 0 0 0;
    color: #2e5476;
}

.modal-content h2:first-of-type {
	margin-top: 2rem;
}

#scheda_tecnica .modal-content #tipologia{
	margin: 0 0 2rem 0;
}

#scheda_tecnica .modal-content #indirizzo,
#scheda_tecnica .modal-content #contatti {
	font-size:18px;
	margin: 0;
}

#scheda_tecnica .modal-content h2+p {
    margin-top: 0;
}

/* modal per click su POI */
#modal_puntuali .modal-header {
    padding: .5rem 1rem;
    border: 0;
}

#modal_puntuali .tipo,
.modal-content h2.card-header {
	font-weight: 400;
    border-radius: 4px;
    padding: 0 0 .5rem 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: .5rem;
    text-transform: uppercase;
    background-color: transparent; /* per .modal-content h2.card-header */
    font-size: 100%; /* per .modal-content h2.card-header */
    color: #212529; /* per .modal-content h2.card-header */
}

#modal_puntuali h1 {
    border-bottom: 0;
}

#tabellaStrutture table td {
    border-top: 0; /* per modal per click su Struttura ricettiva */
    padding: .75rem; /* per modal per click su Struttura ricettiva */
}

.modal-content .card-body {
    padding: 0;
}

#modal_puntuali p {
	font-size: 18px;
    margin: 10px 0;
    line-height: 24px;
    text-align: justify;
}

#modal_puntuali img {
    margin: 1rem 0;
    border-radius: 4px;
	border: 5px solid #eaeaea;
    box-sizing: border-box;
}

/* fix su percorsi/info.php */
#infoPrincipali #rating {
    background-color: #f78a45;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 1px 3px #000000b0;
}

div#video-card {
    overflow: hidden;
}

#scheda_tecnica .invisible * {
    display: none;
}

.card-header span.video-icon {
    position: absolute;
    top: .4em;
    right: .4em;
}

.card-header span.video-icon img {
    width:50px
}

/* fix per nascondere temporaneamente la colorazione altimetrica */
/* in attesa di fare la nuova legenda in stile openrouteservice */
.ol-legend.ol-unselectable.ol-control {
    display: none;
}

/* fix per nascondere il profilo altimetrico su mobile */
@media screen and (max-width: 700px) {
    .ol-control.ol-profil {
        display: none;
    }
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.fa-dim60 {
    font-size: 60px;
    height: 60px;
    line-height: 1em;
}


@keyframes btn_wait {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}