/* form */
.block {
  display: flex;
  justify-content: space-between;
}

#aico_address_submit{
   font-size: 12px;
    color: #fff;
    /* text-decoration: none; */
    background: #4E91CE;
    padding: 12px 20px;
    /* line-height: 1; */
    border: 1px solid #4E91CE;
    /* transition: all .3s ease; */
    /* display: inline-block; */
    border-radius: 6px;
    /* margin-left: 15px; */
    text-align: center;
}
#aico_address_submit_container{
  margin-top: 38px;
}
.map_description{
  margin-top:30px ;
}
.map_description_center{
  margin:30px 90px;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}
#aico_address_tag_container{
  display:block!important;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

#aico_address_form_form {
  padding: 0px 16px 0px 16px;
}

/* .aico_address_right {
display: flex;
flex-wrap: wrap;
} */
#aico_address_form select {
  border: 1px solid #d3d3d3;
  background: #f7fbfc;
}
#aico_address_result_wrapper{
  margin-bottom: 35px;
  margin-top: 15px;
}

#aico_address_form input.submit {
  width: auto;
}

#aico_address_form p {
  margin:0;
  font-size:0.85em;
  color:#666;
  line-height: 1.5!important;
}
.customSelect,#aico_address_form input.text{
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 8px;
    width: 290px!important;
    border: 1px solid #d3d3d3;
}


.ui-selectmenu-status {
  padding-right: 30px;
}

#aico_address_postal_container, #aico_address_radius_container, #aico_address_submit_container {
  display: block;
}

/* tag container */
#aico_address_tag_container {
  margin-right: 20px;
/*   display: flex; */
}


.aico_address_tag_label,#aico_address_tag_container label, #aico_address_postal_container label, #aico_address_radius_container label,#aico_address_submit_container{
  font-size: 17px;
  font-weight: 600;
}

#aico_address_tag-menu {
  width: auto !important;
  padding-right:10px;
}

/* postal container */
#aico_address_postal_container {
  margin-right: 24px;
}

#aico_address_tag_container p, #aico_address_postal_container p {
  padding-left:6px;
  margin-bottom: 10px;
}

/* radius container */
#aico_address_radius_container {
  margin-right: 24px;
}

#aico_address_radius {
  width: 100px;
}

/* submit */
#aico_address input.submit {
  margin: 0;
}

/* map */
#aico_address_map img {
  max-width: none;
}

.aico_address.marker p {
  line-height: 120%;
  margin-bottom: 0;
  margin-top: 0;
}

.aico_address.marker p.m_phone, .aico_address.marker p.m_web, .aico_address.marker p.m_route {
  margin-bottom: 0;
  margin-top: 1em;
}

.aico_address.marker h3 {
  font-size: 0.9375em;
  margin-top: 0;
  padding-top: 0;
}


/* google maps */
.aico_dlh_googlemaps {
  line-height: 1.2;
}

.aico_dlh_googlemaps p {
  margin: 0.875em 0;
}

.routinglink {
  font-size: 0.75em;
  padding-bottom: 0.875em;
}

.routinglink form {
  padding: 6px;
  margin: 0;
  overflow: hidden;
}

.routinglink input.text,
.routinglink input.submit {
  width: auto;
}

.routinglink input.text {
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  width: 150px;
}

#aico_address_map {
  width: 100%;
  height: 600px;  
}
.aico_address {
    margin: 0 -10px;
}

#aico_address_form {
    background: #F9FCFF;
    padding: 30px 20px;
}

#aico_address_form div#aico_address_form_form {
    padding: 0;
}

@media(max-width:989px){
  .map_description_center{
    margin:0px;
  }
  .block{
    display: block;
  }
  #aico_address_form_form label{
    margin-top: 4px;
  }
  #aico_address_submit_container{
    margin-top: 10px;
  }
}
@media(max-width:767px){
  .map_description_center{
    margin:0px;
  }
  .aico_address {
    margin: 0;
}
  .customSelect, #aico_address_form input.text {
    width: 100% !important;
}
  #aico_address_tag_container {
    margin-right: 0;
}
 #aico_address_postal_container {
    margin-right: 0;
}
#aico_address_radius_container {
    margin-right: 0;
}
}