﻿body, html {
    font-size: 14px;
}

.filter-item {
    width: 120px;
    min-width: 120px;
    /*min-width: 80px;*/
    margin-right: 5px;
    display: flex;
    flex-direction: column;
}

    .filter-item.filter-date-range {
        min-width: 230px;
    }

    .filter-item > label {
        margin-bottom: 3px;
    }

    .filter-item > div:last-child {
        flex-grow: 1;
    }


.form-group > label {
    font-weight: bold;
}

    .form-group > label:before {
        content: "\f292";
        font-family: FontAwesome;
        margin-right: 5px;
    }

.filter-zone {
    overflow-x: auto;
    overflow-y: hidden;
}

    .filter-zone > div:not(.filter-item) > a {
        white-space: nowrap;
    }


.customer-state {
    font-weight: bold;
}

.text-blank {
    color: rgba(200, 200, 200);
    font-style: italic;
}


hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}


.button-space {
    margin-left: .25rem !important;
}
