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

a {
	cursor: pointer;
}


#ldpviewer_toolbar #location,
#ldpviewer_toolbar_right #ldpviewer_segnalazione {
    cursor: pointer;
    font-size: 50px;
    color: #0066cc;
    text-shadow: 1px 1px 3px #00000078;
}

#ldpviewer_toolbar #location:hover,
#ldpviewer_toolbar_right #ldpviewer_segnalazione:hover {
    color: #007cf9;
    text-shadow: 1px 1px 1px #00000078;
}


.webicon:hover {fill: #007fff;} 

.hide{
	display:none;
}

.show{
	display:block;
}

/*************/
/* TITLE BAR */

#ldpviewer_title {
	border-bottom: 1px solid #bbb;
	-webkit-box-shadow: inset 0 1px 0 0 #fff;
	-moz-box-shadow: inset 0 1px 0 0 #fff;
	box-shadow: inset 0 1px 0 0 #fff;
	background-color: #f5f5f5;
	background-image: -webkit-linear-gradient(top,#f5f5f5,#eee);
	background-image: -moz-linear-gradient(top,#f5f5f5,#eee);
	background-image: -ms-linear-gradient(top,#f5f5f5,#eee);
	background-image: -o-linear-gradient(top,#f5f5f5,#eee);
	background-image: linear-gradient(top,#f5f5f5,#eee);
	padding: 0;
	display: table;
	width: 100%;
	vertical-align: top;
	position: relative;
}

#ldpviewer_title #intesta {
	padding: 0;
	display: table-cell;
	vertical-align: top;
}

.titolo_cliente {
		display: table-cell;
		padding: 5px;
}

#titolo_gruppo {
	font-size: 14px;
	color: #484848;
	line-height: 1;
	font-weight: 400;
	display: block;
}

#titolo_progetto {
    text-transform: uppercase;
    color: #2a8aa1;
    line-height: 1;
    font-weight: 600;
	font-size: 18px;
}

#nome_cliente {
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
    text-transform: uppercase;
    color: #909090;
	display: table-cell;
}

#intesta a.exit {
	transition-duration: .5s;
		display: table-cell;
		vertical-align: top;
		padding: 5px;
}

#intesta a.exit:hover {
	transform: translate(-5px);
	color: #2a8aa1;
}

#intesta a.exit .webicon {
	height: 25px;
	width: 25px;
}

#intesta .webicon,
#ldpviewer_overlay_container_close .webicon,
#title_right .webicon {
	stroke: #2a8aa1;
}


#ldpviewer_overlay_container_close .webicon {
	height: 25px;
	width: 25px;
	position: relative;
	top: 3px;
	background-color: #dad9d9;
	color: #2a8aa1;
	border-radius: 4px 4px 4px 4px;
}

#ldpviewer_overlay_container_close .webicon {
    float: right;
}

#ldpviewer_overlay_container_close .webicon:hover{
	background-color: #2a8aa1;
	stroke: #fff;
}

#title_right {
		display: table-cell;
		padding: 5px 5px 0 0;
		vertical-align: top;
		text-align: right;
		width: 24px;
}

#title_right a#help {
	margin:5px 5px 0 0;
}

#title_right a#help,
#title_right .webicon {
	width:24px;
	height:24px;
	color: #2a8aa1;
	border-radius: 4px 4px 4px 4px;
}

#title_right .webicon:hover {
	background-color: #2a8aa1;
	stroke: #fff;
}


#ldp_viewer_show_hide_info {
	width: 30px;
    height: 30px;
	margin-right: 5px;
	padding: 2px;
}

#ldpviewer_close_panel_right,
#ldp_viewer_show_hide_leftTabs{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: “FlipH”;
}

#ldpviewer_close_panel .webicon,
#ldpviewer_close_panel_right .webicon,
#ldp_viewer_show_hide_leftTabs .webicon{
	stroke: #2a8aa1;
}


#ldp_viewer_show_hide_leftTabs.active{
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	filter: FlipH;
	-ms-filter: “FlipH”;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
	background-color: #eee;
	background-image: -webkit-linear-gradient(top,#eee,#e0e0e0);
	background-image: -moz-linear-gradient(top,#eee,#e0e0e0);
	background-image: -ms-linear-gradient(top,#eee,#e0e0e0);
	background-image: -o-linear-gradient(top,#eee,#e0e0e0);
	background-image: linear-gradient(top,#eee,#e0e0e0);
}

#ldpviewer_close_panel_right .webicon:hover,
#ldp_viewer_show_hide_leftTabs .webicon:hover{
	stroke: #007fff;
}

#ldp_viewer_show_hide_info.active {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: “FlipH”;
	/* FINE flip image */
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
	background-color: #eee;
	background-image: -webkit-linear-gradient(top,#eee,#e0e0e0);
	background-image: -moz-linear-gradient(top,#eee,#e0e0e0);
	background-image: -ms-linear-gradient(top,#eee,#e0e0e0);
	background-image: -o-linear-gradient(top,#eee,#e0e0e0);
	background-image: linear-gradient(top,#eee,#e0e0e0);
}

#ldpviewer_footer #user {
    display: inline-block;
    color: #909090;
    position: relative;
    margin-left: 5px;
}



/*****************/
/* MAP CONTAINER */


#ldpviewer_map_container {
	position:relative; 
}

#ldpviewer_map {
	position:relative; 
}


/***********/
/* TOOLBAR */

#ldpviewer_toolbar {
    position: absolute;
    background-color: transparent;
    border: 0;
    left: 15px;
    z-index: 1;
    padding: 13px 0 0 0;
    margin: 0;
}

div#ldpviewer_toolbar_right {
    position: absolute;
    background-color: transparent;
    border: 0;
    right: 15px;
    z-index: 1;
    padding: 0;
    margin: 0;
}

.mobile {display: none!important;}

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



/*FOOTER*/
#ldpviewer_footer {
	height: 25px;
	border-bottom: 2px solid #001a33;
	background-color: #036;
}


#ldpviewer_footer div {
    font-family: 'Roboto Condensed', sans-serif !important;
    display: inline-block;
    font-size: 12px;
}

#ldpviewer_footer #footer_mouse_coordinates {
    width: 200px;
    margin: 0 50px;
}

#footer_info_selezione {
	width: 25%;
}

#footer_scala {
    text-align: center;
    padding: 2px 4px;
    background-color: #dbdbdb;
	border: 1px solid #c0c0c0;
}

#footer_scala:hover {
	background-color: #fff9c7;
}

#footer_scala #input_scala {
    background-color: #faf3b9;
	text-align:center;
	font-size:12px;
}

#footer_info_area {
	width: 10%;
}

#footer_poweredby {
	position: absolute;
    right: 5px;
    bottom: 0;
}
/*FINE FOOTER*/



/*Tooltip*/
.ol-popup {
	position: absolute;
	background-color: rgba(255,252,214,.85);
	white-space: nowrap;
	border: 1px solid gray;
	padding: 1px 3px;
	top: 20px;
	font-family: Arial,sans-serif;
	font-size: 12px;
}

/* WKT per disegno */
#ldpviewer_draw_wkt {
	display: none;
}


/* stampa */
#stampa h2 {
	font-weight: 600;
	font-size: 16px;
	margin: 20px 0 5px 0;
}

#stampa h2:first-child {
	margin-top: 0;
}

#stampa input.radio {
    margin-left: 0;
}

#stampa p {
	font-size: 14px;
	margin-top: 5px;
}

#stampa hr {
    margin: 25px 0 5px 0;
    border-top: 4px solid #c0c0c0;
}

#stampa input.genera {float: right;}


/* **************** */
/* HELP - BOOTSTRAP TOUR */
ol#help-tour {display: none;}

.tour-backdrop {opacity: .3;}

h3.popover-title {
	font-weight: 600;
	color: #204d74;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif !important;
}

.popover.tour {
	opacity: 1;
}

.popover-content {
	font-family: 'Roboto Condensed', sans-serif !important;
	background-color: #ffffff; /*fix per impaginazione delle frecce */
}



/* **************** */
/*Aggiunta tooltip per la misura*/
.tooltip {
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	color: white;
	padding: 4px 8px;
	opacity: 0.7;
	white-space: nowrap;
}
.tooltip-measure {
	opacity: 1;
	font-weight: bold;
}
.tooltip-static {
	background-color: #ffcc33;
	color: black;
	border: 1px solid white;
}
.tooltip-measure:before,
.tooltip-static:before {
	border-top: 6px solid rgba(0, 0, 0, 0.5);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: "";
	position: absolute;
	bottom: -6px;
	margin-left: -7px;
	left: 50%;
}
.tooltip-static:before {
	border-top-color: #ffcc33;
} 


/*Elementi di overlay per la sezione aggiungi WMS*/
#ldpviewer_overlay_background {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #666;
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: 4;
}

#ldpviewer_overlay_container {
    position: absolute;
	top: 5%;
	left: 15%;
	background-color: #fff;
	border: 0;
	border-radius: 4px 4px 4px 4px;
	padding: 20px;
	z-index: 5;
	overflow: auto;
	width: 70%;
	height: 85vh;
}

#ldpviewer_overlay_container h1 {
	line-height: 150%;
	text-transform: uppercase;
	color: #2a8aa1;
	padding: 0 5px 5px 5px;
}

#ldpviewer_overlay_container h1 .webicon {
	position: relative;
	top: 3px;
}

#ldpviewer_overlay_container h1 .webicon:hover {
	color: #2a8aa1;
}

#ldpviewer_overlay_container #wms-info {
	float: left;
	width: 50%;
}

#ldpviewer_overlay_container #wms-example {
	float: right;
	width: 45%;
	margin-top: 5px;
}

#wms-example.panel-default {
	border-color: #ddd;
	border-radius: 4px;
}

#wms-example.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#wms-example.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

#wms-example .panel-heading {
	padding: 5px 10px;
	border-bottom: 1px solid #0000;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#wms-example .panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15px;
	text-transform: none;
	font-weight: 600;
	color: #676767;
	line-height: 130%;
}

#wms-example .panel-body {
	padding: 5px 10px;
	font-size: 14px !important;
}

#wms-example .panel-body li {
	font-size: 14px;
	margin: 0 0 2px 0;
}


#ldpviewer_overlay_container #wms-info p {
	font-size: 18px;
}

code {
	font-family: monospace;
	font-size: smaller;
	color: #17631b;
}


#ldpviewer_overlay_container button{
	color: #fff;
	background-color: #2a8aa1;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 4px 4px 4px 4px;
	font-size: 16px;
	padding: 3px 5px;
	float: right;
	margin: 0;
}

#ldpviewer_overlay_container button:hover {
	color: #fff;
	background-color: #007fff;
	cursor: pointer;
}

#ldpviewer_overlay_wms_selector_url {
	width: 99%;
	font-size: 15px;
	font-weight: 400;
	padding: 3px;
	background-color: #fffde8;
	margin-bottom: 5px;
}

#ldpviewer_wms_selector_filter {
	margin: 20px 0 10 0;
	text-align: center;
}

#ldpviewer_wms_selector_container {clear: both;}

#ldpviewer_wms_selector_filter_text {
	font-size:14px;
	padding: 3px;
	border: 0;
	border-bottom: 2px solid silver;
	width: 240px;
	text-align: center;
	margin: 20px 0 10px 0;
}


#overlay_wms_selector_url::placeholder,
#ldpviewer_wms_selector_filter_text::placeholder {color:#000;}

#overlay_wms_selector_layers table {
	border: 0;
}

#overlay_wms_selector_layers_table th {
	border: 0;
	border-bottom: 2px solid #ddd;
	text-align: left;
	vertical-align: bottom;
	font-weight: 600;
	line-height: 100%;
	padding: 8px;
	text-transform: uppercase;
	background-color: #fff;
	color: #000;
}

#overlay_wms_selector_layers_table td {
	white-space: normal;
	text-align: left;
	line-height: normal;
	padding: 8px;
	vertical-align: top;
	border: 0;
	border-top: 1px solid #ddd;
	color: #000;
}

#overlay_wms_selector_layers_table td.nowrap {white-space: nowrap;}


.proxy_wms_html_result table tr {
	border-collapse: collapse;
}

.proxy_wms_html_result table tr th,
.proxy_wms_html_result table tr td {
	
	border: 0;
	white-space: normal;
}



.topnav {
  overflow: hidden;
  height: 100%;
   
/*   background-color: #333; */
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
/*   background-color: #4CAF50; */
/*   color: white; */
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: left;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


/* MODIFICHE NUOVO URP */

div#navbar-intesta-wrapper {
    text-align: center;
    color: #ffffff;
}

div#amministrazione {
    font-size: 14px;
}

.nome-applicazione {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-nav .nav-link {
    font-size: 18px;
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
    color: #42aec7;
}

input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #aaa;
  margin-right: 0.5em;
}

input[type="date"]:focus:before,
input[type="date"]:valid:before {
  content: "";
}

.navbar .navbar-collapsable {
	z-index: 10 !important; /* per farlo stare "sopra" ai tasti delle azioni */
}

#intesta-menu-mobile a {
	color: #ffffff;
	text-decoration: none;
}

#intesta-menu-mobile a:hover {
	text-decoration: underline;
}

/*popup*/

.ol-popup-mappa {
	position: absolute;
	background-color: white;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	padding: 15px 35px 15px 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
}
.ol-popup-mappa:after, .ol-popup-mappa:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ol-popup-mappa:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
.ol-popup-mappa:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
.ol-popup-mappa-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
}

#popup-content a {
	white-space: nowrap;
}

/* .ol-popup-mappa-closer:after {
	content: "x";
} */

/* toggle legenda stato Segnalazioni */
#legenda-toggle {
	font-size: 30px;
    color: #0066cc;
    text-shadow: 1px 1px 3px #00000078;
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 10px;
}

#legenda-toggle i:hover {
    color: #007cf9;
    text-shadow: 1px 1px 1px #00000078;
}

#legenda-toggle:focus,
#legenda-toggle:active {
	box-shadow: none;
}

.popover .popover-body {
    font-size: 16px !important;
}

.popover .popover-body li {
    line-height: 30px;
}

.popover .popover-body .daesaminare {color: #73b4b4;}
.popover .popover-body .accettata {color: #a59237;}
.popover .popover-body .respinta {color: #e18a8a;}
.popover .popover-body .assegnata {color: #3780a5;}
.popover .popover-body .programmata {color: #fb9f00;}
.popover .popover-body .chiusa {color: #3a871e;}
