.filters_wrapper {
    position: relative;
    margin-top: 10px;
    margin-bottom: -1px;
    width: 500px;
    z-index: 3;
    display: inline-block;
}
.filters_wrapper.inverse {
     margin-top: -1px;
     margin-bottom: 10px;
}
.filters_wrapper form {
    margin: 0;
}
.filters_wrapper form .field {
    margin-bottom: 10px;
    font-size: 12px;
}
.filters_wrapper form .field-separator {
    margin-bottom: 10px;
}
.filters_wrapper form label {
    display: block;
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
}
.filters_wrapper form input,
.filters_wrapper form select {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 0 5px;
    height: 28px;
}
.filters_wrapper fieldset {
    width: auto;
    padding: 0;
}
.filters_wrapper .toggle_wrapper {
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    padding: 11px;
}
.filters_wrapper.inverse .toggle_wrapper {
    border-radius: 0 0 5px 5px;
}
.filters_wrapper .form_wrapper {
    border: 1px solid #ccc;
    border-top: none;
    background: #e5e5e5;
    padding: 10px;
}
.filters_wrapper .filter_download {
    margin-right: 10px;
}
.filters_wrapper .button {
    background-color: #5ac2dc;
    border: 0;
    color: white;
    width: 186px;
    height: auto;
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
}
.filters_wrapper .button:hover {
    background-color: #0067b1;
    cursor: pointer;
}
.filters_wrapper .filter_reset_btn {
    float: right;
}
.active_filter {
    background: white;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 12px;
    margin-bottom: -1px;
    margin-right: -1px;
    vertical-align: bottom;
}
.active_filter .active_filter_heading {
    font-weight: bold;
}
.active_filter .active_filter_value {
    font-weight: bold;
    margin-left: 5px;
}
