/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.adlogic_pagination_bar {
    height: 5px;
}

.chappy-filter__district[data-selected="true"] {
    color: grey;
    text-decoration: none;
    cursor: default;
    outline: 0;
}

.chappy-filter__districts-table, .chappy-filter__controls-table {
    clear: both;
    border-color: #cccccc;
}

.chappy-filter__districts-table p {
    margin: 0;
}

.chappy-search__map {
    width: 100%;
    height: 400px;
}

.chappy-filter__controls-submit {
    margin-left: auto;
}

.chappy__cell--flex {
    display: flex;
}

.chappy__cell--flex *:first-child {
    margin-right: 4px;
}

.chappy-filter__distance {
    width: 100%;
}

.chappy-filter__district-option__description {
    margin-top: 5px;
}

.chappy-filter__controls-wrapper h3 {
    margin: 10px 0;
}

.chappy-filter__district-filter {
    margin-bottom: 10px;
}

.chappy-hint {
    color: #777;
    font-size: 12px;
    margin: 0;
}

.chappy-states-filter__input label {
    display: block;
}

.chappy-states-filter__input select {
    min-width: 5rem;
}

.chappy-filter__days_control input[type=number] {
    width: 3rem;
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}