.filter-options-container, .filter-saved-options-container {
    border-top: 1px solid;
}

.saved-filter-padding {
    padding-top: 10px;
}

.saved-filter-buttons {
    display: flex;
    justify-content: space-between;
}

.saved-filter-icons {
    font-size: 18px;
    margin-top: 5px;
    color: inherit;
}

.saved-filter-icons i {
    cursor: pointer;
}

.bottom-filter-selection .negative-check {
    width: fit-content;
    float: right;
    font-size: x-large;
}

.bottom-filter-selection .negative-check .negative-wording {
    font-size: medium;
}

.add-filter-option, .saved-filter-option {
    display: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-height: 400px;
    overflow: auto;
}

.saved-filter-option {
    display: flex;
}

#share-filter-button {
    max-height: 36px;
}

.add-filter-option .filter-multiplier-container,
.add-filter-option.multi-value-option {
    display: flex;
}

.add-filter-option.multi-value-option.multi-value-option-wide {
    display: block;
}

.filter-multiplier-container .filter-multiplier-small {
    width: 100px;
}

.save-filter {
    display: flex;
    justify-content: flex-end;
}

.set-aside-filter-name {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}

#set-aside-filter-name {
    padding: 5px;
}

#existing-filters {
    margin-bottom: 10px;
}

.existing-filter {
    position: relative;
    margin: 10px auto;
    border-radius: 4px;
    padding: 10px;
}

.existing-filter-tools {
    position: absolute;
    top: 10px;
    right: 10px;
}

.existing-filter-tools .fa {
    cursor: pointer;
}

.existing-filter-description {
    font-weight: bold;
    overflow: hidden;
    display: inline-block;
    width: 175px;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

.existing-filter-description .existing-filter-description-or {
    font-weight: normal;
}

#dd-filtering.header-alarm.active:after {
    background: #47d477;
}

.custom-field-range {
    display: flex;
}

.filter-options-container .filter-expanded {
    height: 150px;
}

.filter-options-container .selector {
    text-align: center;
    padding-bottom: 12px;
    display: flex;
    justify-content: center;
}

.filter-options-container .selector > a {
        padding-left: 3px;
    }

.add-filter-option .select2-search__field, .saved-filter-option .select2-search__field {
    width: 100% !important;
}

#form-saved-filter .form-group {
    margin-bottom: 0;
}

.filter-saved-options-container {
    margin-top: 1rem;
    padding-top: 1rem;
}