/*
body {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'Ubuntu', sans-serif;
}
*/
.myshield {
	background-color: white;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	border-left: 4px solid red;
	border-right: 4px solid red;
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
	margin: 0;
	box-shadow: none;
	padding: 0;
	line-height: 110%;
}

.particella {
}

.mappa {
    color: #080;
    font-size: 14px;
    text-align: center;
}

#zoom {
	position: absolute;
	border: 1px solid gray;
	border-radius: 2px;
	top: 10px;
	left: 50px;
	background-color: white;
	z-index: 10000;
	width: 20px;
	text-align: center;
}

body {
	padding: 0;
	margin: 0;
}
html, body, div#map {
	height: 100vh;
	width: 100vw;
}

/* Navigation bars */
/* =============== */

.navbar-default {
  background-color: transparent; /*#8dcf00;*/
  border: none;
}

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}

.navbar-brand {
  color: #F6FAD9;
  font-weight: 300;
  font-size: 1.5em;
  padding: 1px;
}

.navbar-left {
  float: left!important;
  margin-left: 10px;
}

.navbar-right {
  float: right!important;
  margin-right: 10px;
}

.navbar a.help {
  width: 100%;
  height: 100%;
}

.center-block {
  width: 200px;
}

.btn-language {
  border-color: #357ebd;
}

/* Help button */
/* =========== */

.navbar div.help-button {
  height: 100%;
  margin-right: 10px;
}

.navbar div.help-button a.help {
  color: #ddd;
  font-size: 2em;
  line-height: 1.8em;
}

/* Language buttons */
/* ================ */

.navbar .btn-language {
  width: 60px;
  height: 36px;
  background-size: 60px 36px;
}

#english {
  background-image: url(/images/english.svg);
}

#italian {
  background-image: url(/images/italian.svg);
}

/*
#navbar ul.nav.nav-pills li.dropdown {
  margin-top: 6px;
}

#iconbar {
  height: 50px;
}
*/
img.icon-left {
  margin-right: 0.7em;
}

img.icon-right {
  margin-left: 0.7em;
}

.slidein-menu li.list.legend {
  font-weight: 400;
  line-height: 2;
  color: white;
  white-space: nowrap;
  height: 2em;
  display: block;
  padding: 0 1em;
  background-color: transparent;
}
/*
div.col-lg-12 {
  padding-left: 300px;
}
*/
li.dropdown-header {
}

.leaflet-popup-content {
  max-width: 300px;
  min-width: 200px;
}

.leaflet-popup-content h2 {
  font-size: 24px;
}

.leaflet-popup-content h3 {
  font-size: 20px;
}

.leaflet-popup-content img.popupImage {
  width: 100%;
}

.pathlabel.leaflet-label {
  background: none;
  border: none;
  padding: 0;
  width: 48px;
  height: 18px;
  text-align: center;
}

.pathlabel.leaflet-label:before {
  border: none;
}

.restaurant.leaflet-label {
  background: none;
  border: none;
  padding: 0;
  width: 100px;
  min-height: 10px;
  text-align: center;
  top: 24px;
  left: -66px;
  font-weight: 600;
  color: #4444ff;
  text-shadow: 0px 0px 4px rgba(255,255,255,1), 0px 0px 6px rgba(255,255,255,1);
  white-space: initial;
  line-height: 12px;
}

.restaurant.leaflet-label:before {
  border: none;
}

div#tables.active {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  background: rgba(0,0,0,0.5);
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1000;}

div#tables.active table {
  background-color: white;
}

.panel {
  margin-top: 100px;
}

/* I want to Modal */
/* ================ */

#iwanttoModal .modal-dialog {
  max-width: 300px;
}

#iwanttoModal div.square {
  width: 120px;
  height: 120px;
  background-size: 120px 120px;
  border-radius: 6px;
}

#iwanttoModal #events {
  background-image: url(/images/events.jpg);
}

#iwanttoModal #park {
background-image: url(/images/park.jpg);
}

#iwanttoModal #nature {
background-image: url(/images/nature.jpg);
}

#iwanttoModal #geology {
background-image: url(/images/geology.jpg);
}

#iwanttoModal div.square a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  color: #D9FF02;
  text-shadow: 0px 0px 1px rgba(0,0,0,1), 0px 0px 2px rgba(255,255,255,1), 0px 0px 4px rgba(255,255,255,1), 0px 0px 6px rgba(255,255,255,1);
  font-weight: 700;
  font-size: 1.3em;
  text-align: center;
  text-decoration: none;
}

#iwanttoModal .btn a {
  color: white;
  text-decoration: none;
}

#iwanttoModal .btn.center-block {
  width: 100%;
}

#subpageModal .modal-body img {
  border-radius: 6px;
  margin-right: 16px;
  width: 40%;
}

/* help page css */
/* ============= */

div#help > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  background-color: rgba(0,0,0,0.5);
}

div#help div.close-help {
  position: relative;
  display: block;
  float: right;
  margin-top: 120px;
  margin-right: 20px;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}

div#help div.help-next {
  position: absolute;
  display: block;
  bottom: 70px;
  right: 20px;
  border: none;
  background-color: transparent;
  font-size: 1.5em;
  color: #ccc;
}

div#help div.help-next a {
  color: #ccc;
  font-size: 1em;
}

div#help div.help-next .glyphicon {
  color: #ccc;
  font-size: 1em;
}

div#help .glyphicon {
  color: #ccc;
  font-size: 3em;
}

div#help > div > div.callout {
  display: none;
  position: absolute;
  width: 150px;
  background-color: rgba(0,0,0,0.4);
  border: 1px solid white;
  border-radius: 6px;
  color: #ccc;
  padding: 10px;
}

div#help > div > div.callout::before {
  content: "";
  width: 0px;
  height: 0px;
  border: 0.8em solid transparent;
  position: absolute;
}

div#help > div > div.callout.left-top::before {
  left: -22px;
  top: 10%;
  border-right: 10px solid #ccc;
}

div#help > div > div.callout.left::before {
  left: -22px;
  top: 36%;
  border-right: 10px solid #ccc;
}

div#help > div > div.callout.right::before {
  right: -22px;
  top: 36%;
  border-left: 10px solid #ccc;
}

div#help > div > div.callout.right-top::before {
  right: -22px;
  top: 10%;
  border-left: 10px solid #ccc;
}

div#help > div > div.callout.bottom-right::before {
  left: 80%;
  bottom: -22px;
  border-top: 10px solid #ccc;
}

div#help .callout.active {
  display: block;
}

.help-scale {
  top: 70px;
  left: 70px;
}

.help-scale {
  top: 70px;
  left: 70px;
}

.help-features {
  top: 0;
  left: 70px;
}

.help-language {
  bottom: 70px;
  left: 0;
}

.help-legend {
  top: 0;
  right: 70px;
}

.help-layers {
  top: 70px;
  right: 70px;
}

.help-want {
  top: 20px;
  right: 120px;
}

div#help div.callout.help-legal {
  margin: 10px auto 80px auto;
  width: 300px;
  overflow-y: auto;
}

div#help div.callout.help-legal span.glyphicon {
  font-size: 1.5em;
}

