#l-map-container{
	position: relative;
	height: 500px;
	width: 100%;
}

#l-map {
	width: 100%; 
	height: 500px; 
	border: 1px solid #ccc;
}

#l-progress {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 50%;
    margin-left: -100px;
    top: 250px;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 2px;
}

#l-progress-bar {
    width: 0;
    height: 100%;
    background-color: #f00;
    border-radius: 4px;
}


.dealer-icon{
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background: #949598;
	text-align: center;
	font-size: 8px;
	line-height: 14px;
	color: #fff;
	z-index: 1001;
}

.dealer-icon::after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	bottom: -18px;
	left: 0;
	border: 8px solid transparent;
	border-top: 16px solid #949598;
	z-index: 1000;
}

.dealer-icon.selected, .selected .dealer-icon{
	background: #000;
}

.dealer-icon.selected::after, .selected .dealer-icon::after {
	border-top: 16px solid #000;
}

.card .dealer-icon{
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top:-8px;
	left: 3em;
}

.vdp-datepicker__calendar header{
	color: #000 ;
}

.filtro{
	padding-top:10px;
	padding-bottom: 10px;
}

.filtro-tipologie{
	height: 150px;
	overflow-y: scroll;
}

.loader-map,
.loader-map:before,
.loader-map:after {
  background: #000;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader-map:before,
.loader-map:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader-map:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader-map {
	text-indent: -9999em;
	font-size: 11px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
    left: 50%;
    position: absolute;
    top: 50%;
}
.loader-map:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #000;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #000;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #000;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #000;
    height: 5em;
  }
}
#loading-map{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.7);
	width: 100%;
	height: 100%;
	z-index: 100001;
	display: none;
}
#loading-map.visible{
	display: block;
}

#centri{
	width: 100%;
	overflow-x: auto;
	display: flex;
	flex-wrap: nowrap;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
}

.card.centro{
	width: 300px;
	flex:0 0 auto;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	border-radius: 4px;
}

.card.centro:hover,
.card.centro.selected{
	border-color: #000;
}


/* style for disabled map */

#maps-warning {
	display: none;
	font-size: 1rem;
	font-family: 'Porsche Next', 'Arial Narrow', Arial, 'Heiti SC', SimHei, sans-serif;
}

.map-disabled #maps-warning {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.map-disabled #l-map {
	background: #F1F1F1;
}

.map-disabled #centri {
	display: none;
}
