@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(359deg);
    }
}

.addr-card {
	background-color: #fff;
	border: 0;
	border-radius: 2px;
	box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
	margin: 10px;
	padding: 0 0.5em;
	font: 400 18px Roboto, Arial, sans-serif;
	overflow: hidden;
	font-family: Roboto;
	padding: 0;
	max-width: 400px;
}
.radio_input_hold {
	display: flex;
	align-items: center;
}
.checkbox [type="checkbox"]:disabled:checked + var {
	opacity: 1 !important;
}
.checkbox [type="checkbox"]:checked + var::before {
	opacity: .5 !important;
}


#mapframe {
    position: relative;
    padding: 0;
    margin: 0;
    float: none;
    border: none;
    min-height: auto;
    height: auto;
}
#mapframe #map_canvas {
	min-height: 400px;
    height: max(400px, calc(100vh - 240px));
	z-index: 1;
}
#map_head_cnt {
	display:flex;
	flex-direction:column;
	margin: 8px auto;
}
#map_head {
	position: relative;
	display: flex;
	width: 100%;
	padding: 8px 0;
	margin: 0 auto;
	flex-wrap: nowrap;
	color: #fff;
	align-items: center;
	justify-content: center;
	z-index: 3;
}
#map_head_cnt > .text-center {
	padding: 0 8px;
}
#current_location_icon {
	width: 34px;
	height: 34px;
	margin: 0 8px 0 0;
	opacity: 0.7;
	cursor: pointer;
	border-radius: 50%;
	border: 6px solid #ccc;
	background-color: #ccc;
}
#current_location_icon:disabled {
	cursor: default;
	animation-name: rotating;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	transform-origin: center;
}


#map_cov_legend {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 4px;
	margin:0 auto;
	border:1px solid #d2d2d2;
	border-radius: 2px;
	background: rgba(255,255,255,.9);
	width: 160px !important;
	height: 40px !important;
	bottom: 24px !important;
}
#map_cov_legend > .map_cov_l {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 4px;
	font-size:14px;
}
#map_cov_legend .map_cov_l:before {
	content:'';
	display:block;
	width:24px;
	height:14px;
	overflow:hidden;
	margin:4px;
}
#map_cov_legend > .map_cov_5G:before {
	background: #e60000;
}
#map_cov_legend > .map_cov_4G:before {
	background: #fa9191;
}

#map_cov_legend > .map_cov_info {
	display: block;
	width:24px;
	height:24px;
	background: url('/proxy/https/www.a1.bg/js/component/map_component/map_netbox_legend_info_icon.svg') center center no-repeat;
	border-radius:50%;
	overflow: hidden;
	cursor: pointer;
}

#info_box_click {
	display: block;
	width: 200px;
	position: absolute;
	top: 10px !important;
  	left: 60px !important;
	border-radius: 2px;
	border: 0;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	padding: 6px;
	font: 300 14px Roboto, Arial, sans-serif;
	background: rgba(255,255,255,.9);
	z-index: 2;
}
#info_box_click.can_click{

}  		

#info_box_click_icon {
	display:block;
	width: 36px;
	height: 32px;
	float: left;
	background: center center url('/proxy/https/www.a1.bg/js/component/map_component/map_netbox_click_gray.svg') no-repeat;
	background-size: 28px 28px;
	margin: 0;
}
#info_box_click.can_click #info_box_click_icon{
	background-image: url('/proxy/https/www.a1.bg/js/component/map_component/map_netbox_click_red.svg');
}


#map_click_infoWindow_text {
	font: 300 14px Roboto, Arial, sans-serif;
}
.mobile #map_click_infoWindow_text {
	padding-bottom:12px;
}



#addr-input {
	width: 100%;
	height: 50px;
	font-size: 15px;
	text-overflow: ellipsis;
	padding: 0 1em;
	border: 1px solid #000;
	border-radius: 8px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
#addr-input:focus {
	outline: none;
}

.autocomplete-input-container {
	position: relative;
	color:#000;
	width: 100%;
	max-width: 768px;
	margin: 0;
}
.autocomplete-input {
	width:100%;
}
.autocomplete-results {
	margin: 0 auto;
	right: 0;
	left: 0;
	position: absolute;
	display: none;
	background-color: white;
	width: 100%;
	padding: 0;
	list-style-type: none;
	margin: 0 auto;
	border: 1px solid #d2d2d2;
	border-top: 0;
	box-sizing: border-box;
}
.autocomplete-item {
	padding: 8px 5px 8px 35px;
	height: 40px;
	border-top: 1px solid #d9d9d9;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.autocomplete-icon {
	display: block;
	position: absolute;
	top: 7px;
	bottom: 0;
	left: 8px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
.autocomplete-icon.icon-localities {
	background-image: url('/proxy/https/www.a1.bg/js/component/map_component/locality.svg');
}
.autocomplete-item:hover .autocomplete-icon.icon-localities {
	background-image: url('/proxy/https/www.a1.bg/js/component/map_component/locality-selected.svg');
}
.autocomplete-item:hover {
	background-color: #f2f2f2!important;
	cursor: pointer;
}
.autocomplete-results::after {
	content: "";
	padding: 1px 1px 1px 0;
	height: 18px;
	box-sizing: border-box;
	text-align: right;
	display: block;
	background-image: url(/proxy/https/maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 120px 14px
}

.gm-style-iw-chr > button {
	width:40px !important;
	height:40px !important;
}

@media only screen and (max-width:720px) {
	#map_cov_legend {
		flex-direction:column;
		align-items: center;
		justify-content: center;

		width: 70px !important;
		height: 90px !important;
		bottom: 24px !important;
		left: 10px !important;
	}
	#map_cov_legend > .map_cov_info {
		margin-top: 6px !important;
	}

	#map_head_cnt > .text-center {
		font-size: 12px;
		line-height: 15px;
		padding: 0;
	}
}