/* map-widget */
.district-map input {
    border-radius: 0;
    margin-bottom: 10px;
}
.district-map .form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.region .map {
	display: none;
}
.district-map .btn {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    border: 1px solid transparent;
}
.district-map .btn-info {
    color: #fff;
    background-color: #4C86A4;
    border-color: #19596E;
}
.district-map .btn-info {
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}
.district-map .btn-info {
    background-image: -webkit-linear-gradient(top,#4C86A4 0,#19596E 100%);
    background-image: -o-linear-gradient(top,#4C86A4 0,#19596E 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4C86A4),to(#19596E));
    background-image: linear-gradient(to bottom,#4C86A4 0,#19596E 100%);
    background-repeat: repeat-x;
}
.district-map #get-search {
    float: right;
    width: 100px;
}
.district-map .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.district-map .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

/* page search okrug on map */
.search-deputies .form-control {
    display: block;
    width: 220px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.search-deputies #get-search {
    float: right;
    width: 100%;
}
.search-deputies:after {
    content:"";
    display: inline-block;
    width: 180px;
    margin: 0 20px 10px 20px;
    border-bottom: 1px solid #ccc;
}
.search-deputies .suggestions-wrapper {
    font-size: 10px;
}
.search-deputies {
    display: none;
}
