.gwdb_filter_wrap {
    font-size: 0.75rem;
    border-top: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
}

.gwdb_filter {
    border-bottom: 1px solid #b2b2b2;
    display: flex;
}

.gwdb_filter input[type=checkbox] {
    width: auto;
}

.gwdb_filter_name {
    font-weight: bold;
    background-color: #dedede;
    border-right: 1px solid #b2b2b2;
    padding: 0.125rem 0 0.125rem 0.25rem;
    flex: 0 0 20%;
}

.gwdb_filter_value {
    padding: 0.125rem 0;
    display: flex;
    flex-wrap: wrap;
}

.gwdb_filter_value_all {
    padding: 0.125rem 0 0.125rem 0.25rem;
    flex: 0 0 auto;
}

.gwdb_filter_value_all>div {
    margin-right: 0.5rem;
}

.gwdb_filter_value>:not(:last-child) {
    margin-right: 0.5rem;
}

tr.gwdb_filter_hide {
    display: none;
}

/*文字列フィルター関連*/
.gwdb_filter_text_wrap {
    display: inline-flex;
    width: 100%;
}

.gwdb_filter_text_box {
    color: #666;
}

.gwdb_filter_text_icon {
    background: #8f9a9e;
    padding: 6px;
    width: 30px !important;
}

tr.gwdb_filter_text_hide {
    display: none;
}

.gwdb_filter_wrap + .gwdb_filter_text_table,
.gwdb_filter_wrap + .gwdb_filter_text_table td,
.gwdb_filter_wrap + .gwdb_filter_text_table th {
    margin-top: 0;
    border-top: none;
    font-size: 0.75rem;
}

.gwdb_filter_text_table th {
    width: 20%;
}