@font-face {
    font-family: 'optima_lt_stdroman';
    src: url('../font/optimaltstd-webfont.woff2') format('woff2'),
         url('../font/optimaltstd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html, body, #container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  padding-top: 50px;
 font-family: 'optima_lt_stdroman', Fallback, sans-serif;

}
input[type="radio"], input[type="checkbox"] {
  margin: 0;
}
#sidebar {

	top:0;
	right: 0;
  display: block;
  width: 250px;
  height: 100%;
  max-width: 100%;
  float: left;
}
#map {
  width: auto;
  height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#loading {
  position: absolute;
  width: 220px;
  height: 19px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -110px;
  z-index: 20001;
}
#features {
  margin: 0px;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
    box-shadow: none;
}
#sidebar-hide-btn {
border-radius: 10px;
	padding: 5px;
  margin-top: -2px;
	border: none;
}
#sidebar-hide-btn i {
	font-size: 15px;
}
#aboutTabsContent {
  padding-top: 10px;
}

.progress-bar-full {
  width: 100%;
}
.white {
  color: #FFFFFF;
}
.panel-heading{
   width: 250px;
	background: none;
	border: none;
	height: 50px;
}
.panel-body{
  width: 250px;
}
.luogo_singolo {
  cursor: pointer;
}
.sidebar-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.sidebar-table {
  position: absolute;
  width: 100%;
  top: 50px;
  bottom: 0px;
  overflow: auto;
}
.leaflet-control-layers {
  overflow: auto;
}
.leaflet-control-layers label {
  font-weight: normal;
  margin-bottom: 0px;
}
.leaflet-control-layers-list input[type="radio"], input[type="checkbox"] {
  margin: 2px;
}
.table {
  margin-bottom: 0px;
}
.navbar .navbar-brand {
  font-weight: bold;
  font-size: 25px;
  color: #FFFFFF;
	padding: 0 10px	;
}
.navbar-collapse.in {
  overflow-y: hidden;
}
.navbar-header .navbar-icon-container {
  margin-right: 15px;
}
.navbar-header .navbar-icon {
  line-height: 50px;
  height: 50px;
}
.navbar-header a.navbar-icon {
  margin-left: 25px;
}
.typeahead {
  background-color: #FFFFFF;
}
.tt-dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 4px;
  padding: 4px 0;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
.tt-suggestion {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 10px;
}
.tt-suggestion.tt-cursor {
  background-color: #0097CF;
  color: #FFFFFF;
  cursor: pointer;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ccc;
}
.typeahead-header {
  margin: 0 5px 5px 5px;
  padding: 3px 0;
  border-bottom: 2px solid #333;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.center-button {
	padding: 10px 0;
	display: flex;
 align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .navbar .navbar-brand {
    font-size: 18px;
  }
}
@media (max-width: 767px){
  #sidebar {
    display: none;
  }
  .url-break {
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
      hyphens: auto;
  }
  .dropdown-menu a i{
    color: #FFFFFF;
  }
	.navbar-nav {
		display: none;
	}
	.leaflet-control-attribution  {
	font-size: 15px;
}
#sidebar {

  width: 180px;
  height: 100%;
}
	.panel-heading {
  width: 110px;
}
.mobilenavbar .modal__title {
	text-transform: uppercase;
	color: rgba(0,0,0,1.00);
	font-size: 15px;
	font-weight: bold;
}
.luogo_singolo {
	display: flex;
  flex-direction: column!important;
  padding: 5px 10px;
  margin: 5px;
  max-width: 100px;
}
.image {
		  display: flex;
  align-items: center;
  justify-content: center;
	}
.inner_image {
	width: 70px!important;
}
	
.luogo_content {
	padding: 0px!important;
}
.desc {
	display: none!important;
}
	.nome_luogo {
		text-align: center!important;
		margin-left: 5px;
	}
}
/* Print Handling */
@media (min-width: 766px) {
  .navbar {
    
  }

	.modal__header {
			  align-items: center;
  justify-content: center;
	}
}
#refreshButton {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 10px;
  z-index: 400;
}

/*sidebar*/

 .luogo_singolo {
	display: flex;
	flex-direction: row!important;
	 padding: 0px 10px;
	 background: rgba(240,240,240,0.30);
	 margin: 5px;
	 border-radius: 15px;
	 transition: 0.3s;
	 max-width: 300px;
}

 .luogo_singolo:hover {
	 background: rgba(229,138,45,0.60);
	 color: rgba(255,255,255,1.00);
}
   
.desc_breve {
	display: none;
}
.inner_image {
	border-radius: 40px;

	width: 60px;
}
.popup_image {
	border-radius: 75px;

	width: 150px;
}
.luogo_content {
	display: flex;
	  align-items: center;
  justify-content: center;
	padding: 10px;
	padding-top: 0px;
	line-height: 16px;
}
.nome_luogo {
    font-weight: bold;
	line-height: 16px;
	margin-bottom: 0px;
}
/* STile popup */
.contentpopup {
	width: 300px;
	
}
.titolopopup {
	
}
.buttonpopup {
	margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
	
}
.imagepopup {
  display: flex;
  align-items: center;
  justify-content: center;	
}
.istruzionipopup {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
	font-size: 18px;

}
.istruzioni_lista {
	
}
.istruzioni {
	padding: 0!important;
}
.buttoninner {
  align-items: center;
  appearance: none;
  background-color: #716900;

  border-radius: 100px;
  border-width: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  height: auto;
  justify-content: center;
 font-size: 15px;
  line-height: 1.5;
  padding: 6px 20px;
  position: relative; 
  text-align: center;
  text-decoration: none;
  transition: background-color .2s,background-position .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}
.titolopopup {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}
.leaflet-control-attribution  {
	font-size: 13px;
}

/* Mobile bar */
#mobile-bar {
	background: rgba(0,0,0,0.15);
	display: flex;
	flex-direction: row;
	  align-items: center;
  justify-content: center;
	position:absolute;
	z-index: 2000;
	bottom: 0px;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 250px; /* Need a specific value to work */
	height: 85px;
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;

}
#mobile-bar .btn {
	background: none;
	padding: 0;
	border: none;
}
#mobile-bar .btn img {
	width: 70px;
	transition: 0.1s;
}
#mobile-bar .btn img:hover {
	transform: 3s;
	transform: scale(1.1);
}



.located-animation {
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #2a93ee;
  animation: border-pulse 2s infinite;
}

@keyframes border-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

.locate-active {
  fill: red;
}

.locate-button {
  position: absolute;
  top: 80px;
  left: 10px;
  width: 26px;
  height: 26px;
  z-index: 999;
  cursor: pointer;
  display: none;
  padding: 5px;
  background: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgb(0 0 0 / 65%);
}

.leaflet-touch .locate-button {
  width: 34px;
  height: 34px;
}
.istruzioni ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.istruzioni img {
	width: 50px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 33px;
  height: 34px;
}
#featureModal {
	z-index: 9999;
}
.privacypolicy {
	display: block;
	padding: 5px;
	width: 50px;
	font-size: 12px;
	line-height: 10px;
}
#luoghimodal h2 {
	margin: 0!important;
	padding: 0!important;
}
/* popup */
.leaflet-popup-content-wrapper {
	background: rgba(7,7,7,1.00);
	color: rgba(255,255,255,1.00);
	  background-image: url("../img/fondo_logo.png");
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: -35px -100px;
	 
}
.leaflet-popup-tip {
	background: rgba(7,7,7,1.00);
}
.istruzionipopup {
	text-align: center;
}

/* start page */
#startpage .modal-content {
	background: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
}
#startpage .modal-body {
	padding: 10px!important;
}
#startpage .modal-body ul li{
			display: flex;
	flex-direction: row;
		  align-items: center;
  justify-content: left;
}
#startpage .modal-footer {
		display: flex;
	flex-direction: row;
	  align-items: center;
  justify-content: center;
}
#startpage BUTTON#btn_geolocalizza {
	align-items: center;
  appearance: none;
  background-color: #716900;

  border-radius: 100px;
  border-width: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  height: auto;
  justify-content: center;
  line-height: 1.5;
  font-size: 20px;
  padding: 6px 20px;
  position: relative; 
  text-align: center;
  text-decoration: none;
  transition: background-color .2s,background-position .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}
  