﻿.kg-filter__remove {
    background: url(/components/filter/remove-filter.png) no-repeat;
    background-size: 10px 10px;
    background-position: center;
    border: 0;
    height: 10px;
    width: 10px;
    vertical-align: middle;
}

.kg-filter__label {
    font-size: x-small;
    color: darkgray;
    margin-bottom: -16px;
    font-family: Verdana;
}

.kg-filter_hidden {
    display: none;
}

.kg-filter-by-name {
    margin-left: 5px;
}

.kg-filter-by-class {
    margin-left: 5px;
}

.kg-filter__input {
    display: inline-block;
}

.kg-filter .kg-autocomplete__input {
    width: 320px;
}
