html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
#map-canvas {
	margin: 0;
	padding: 0;
	height: 400px;
	max-width: none;
}
#map-canvas img {
	max-width: none !important;
}
/* The location pointed to by the popup tip. */
.popup-tip-anchor {
	height: 0;
	position: absolute;
	/* The max width of the info window. */
	width: 380px;
}
/* The bubble is anchored above the tip. */
.popup-bubble-anchor {
	position: absolute;
	width: 100%;
	bottom: /* TIP_HEIGHT= */ 87px;
	left: 0;
}
.popup-bubble-anchor.popup-cluster {
	bottom: 55px;
}
/* Draw the tip. */
.popup-bubble-anchor::after {
	display: none;
	content: "";
	position: absolute;
	top: -1.5px;
	left: 0;
	/* Center the tip horizontally. */
	transform: translate(-50%, 0);
	width: 30px;
	height: 29px;
	background: url(/web/img/ico_arrow_down.png) no-repeat center/30px 29px;
}
/* The popup bubble itself. */
.popup-bubble-content {
	position: fixed;
	top: 10vh;
	left: 0;
	transform: translate(-50%, -100%);
	/* Style the info window. */
	background-color: white;
	border-radius: 2px;
	/* border: 1px solid rgba(0, 0, 0, 0.2); */
	box-shadow: rgb(0 0 0 / 30%) 0px 1px 19px 0px;
	font-size: 13px;
	font-weight: 300;
	/*overflow: auto;*/
}
#chiudiBubble {
	content: "";
	background: white url(/web/img/ico_close_bubble.svg) no-repeat center/14px 14px;
	display: block;
	border: 7px solid rgb(255, 255, 255);
	margin: 0px;
	padding: 6px;
	position: absolute;
	cursor: pointer;
	user-select: none;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	width: 15px;
	height: 15px;
	opacity: 1;
	border-radius: 13px;
	box-shadow: rgb(97, 97, 97) 0px 0px 5px;
	outline: none;
}
#iw-container {
	margin-bottom: 10px;
}
#iw-container .iw-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: 400;
	padding: 10px;
	background-color: #48b5e9;
	color: white;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 15px 5px 20px 15px;
	max-height: 140px;
	overflow-y: auto;
	overflow-x: hidden;
}
.iw-content img {
	float: right;
	margin: 0 5px 5px 10px;	
}
.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}
.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.mappaImmobile {
	width: 380px;
	margin-left: 0px;
	text-align: center;
}
.mappaImmobileLista {
	cursor: pointer !important;
	width: 225px;
	/* border: 1px solid; */
	overflow: hidden !important;
	padding: 5px !important;
}
button.buttonAffitoMarker {
    background-color: #2e53a0;
    border: 0;
    padding: 6px 10px;
    color: #fff;
    font-weight: 400;
    margin-right: 5px;
}
#map hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
.mappaCarouselImmobile {
	padding: 0px;
}

.Mappa .homeSelectStruttura {
	max-height: 210px;
}

.Mappa .select-ricerca-container {
	background: white;
}

.Mappa .select-ricerca-container.aperto .bottone-ricerca {
	display: none;
}

@media screen and (max-width: 1200px){
	#pac-input{
		width: 50%;
	}
}

#mappaImmobili {
	position: relative;
	height: 87vh;
}
#map_global {
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
}
.map-search-icon {
	background-color: #002d83;
}

div#popup-estate-anchor {
    position: absolute;
    z-index: 10;
    width: 90%;
    height: auto;
    /* min-height: 560px; */
    max-width: 830px;
    background-color: white;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 19px 0px;
    font-size: 13px;
    font-weight: 300;
    top: 100px;
    left: 50%;
    transform: translate(-50%);
}