.input-hidden,
#edostavka_map.hidden,
.form-row.hidden {
    display: none !important;
}

#edostavka_map {
    width: 100%;
    height: 320px;
    padding: 0;
    margin: 15px auto;
}

.ui-autocomplete-loading {
	background: white url("../images/ui-anim_basic_16x16.gif") right center no-repeat;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
} 
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    height: auto;
    padding: 5px 10px;
    border: 1px solid #e7e7e7;
	border-radius:0;
	height:40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    width: 32px;
}

.edostavka-map-block td {
	padding: 15px 0 0 0;
	width:100%;
}

.edostavka-map-block .form-row label {
	font-weight:700;
}