.search__sphinx input[disabled].disabled, .search__sphinx textarea[disabled].disabled {
    cursor: not-allowed;
}

.search__sphinx .form-wrapper fieldset {
    float: left;
    border: none;
}

.search__sphinx .button {
    font-family: "Helvetica Neue", Arial, sans-serif;
    display: inline-block;
    width: auto;
    height: 28px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 5px;
    border: solid 1px #B4B4B4;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    cursor: default;
    outline: 0;
    z-index: 0;
    box-shadow: inset 0 1px #fff6, inset 0 0 0 1px #fffc;
    background-image: linear-gradient(to top, #EBEBEB, #FFF);
}

.search__sphinx .button-group {
    display: inline-block;
}

.search__sphinx .button-group > .button {
    margin: 0 0 0 -1px;
    border-radius: 3px;
}

.search__sphinx .button:hover {
    box-shadow: 0 1px 1px 0 #0003, inset 0 1px #fff6, inset 0 0 0 1px #fffc;
    background-image: linear-gradient(to top, #E1E1E1, #FFF);
}

.search__sphinx input.search-btn-submit {
    width: auto;
    padding: 4px 10px;
}

.search__sphinx .search-words {
    padding: 4px;
}

.search__sphinx a:visited {
    color: inherit;
}

.search__sphinx .news-p a {
    height: auto;
}

.search__sphinx .nav {
    margin-bottom: 15px;
}

.search__sphinx .nav-pills > li > a {
    border-radius: 0;
    text-decoration: none;
}

.search__sphinx p {
    padding-top: 0;
    margin-bottom: 0;
}

.search__sphinx .search-row-count {
    width: 30px;
    float: left;
    text-align: right;
}

.search__sphinx .search-row-count + .search-row-item {
    margin-left: 45px;
}

.search__sphinx .search-row {
    margin-bottom: 10px;
}

.search__sphinx .clear:after {
    content: " ";
    clear: both;
    display: table;
}

.search__sphinx .file {
    margin-top: 10px;
}

.search__sphinx .form-wrapper {
    margin-bottom: 20px;
}

.search__sphinx #content p {
    padding-top: 0;
}

.search__sphinx .inn a:visited {
    color: inherit;
}

.search__sphinx .nav-pills > li > a {
    text-decoration: underline;
    color: #507ddf;
}

.search__sphinx .nav-pills > li > a:visited {
    text-decoration: underline;
    color: #507ddf;
}

.search__sphinx .nav-pills > li.active > a {
    text-decoration: none;
    color: #ffffff;
}

.search__sphinx .error-callback {
    padding: 5px;
}

.search__sphinx .error-border {
    outline: 1px solid #d43f3a;
}
