/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 13, ../sass/bb_maps.scss */
#dropdown .activator {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  padding: 10px;
}
/* line 19, ../sass/bb_maps.scss */
#dropdown .activator .town {
  font-weight: bold;
}
/* line 22, ../sass/bb_maps.scss */
#dropdown .activator:hover, #dropdown .activator.active {
  color: white;
  background: #649e21;
}

/* line 30, ../sass/bb_maps.scss */
.form-item-dotaz{
  display: none;
}
#edit-distance:not(.initial),
.distance-part:not(.initial) {
  display: none;
}
.distance-part,
.form-item-distance {
  display:inline-block;
  vertical-align:middle;
  padding-right:10px;
}
#edit-distance {
  width:100px;
  margin-bottom:10px;
}
.distance-part {

  position:relative;
  /* top:-7px; */
}
.form-item-locality {
  margin-bottom:0 !important;
}
.form-item-distance {
  padding-top:10px;
  margin-bottom:0 !important;
}
