input.ui-autocomplete-loading,select.ui-autocomplete-loading {
  	background: white url('/assets/plugins/jquery-ui/images/ui-anim_basic_16x16.gif') right center no-repeat !important;
}
.ui-autocomplete {
  	max-height: 400px;
  	overflow-y: auto;
  	/* prevent horizontal scrollbar */
  	overflow-x: hidden;
  	z-index:2000;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
  	height: 400px;
}		

.with-errors {
  display:none; 
}

.has-error .with-errors {
  display: block;
}

/* Общий Контейнер */
.marker_container {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  text-align: center;
  padding: 0px;
  color: #fff;
  background-color: #45525a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: -3px 2px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -3px 2px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -3px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.marker_container:hover {
  background-color: #f00;
}
.marker_container.clusterLayout {
  background-color: #c6421a !important;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.marker_container.clusterLayout:after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
/**** maps | END ****/
