.field-quantity,
.field-number_booked,
.field-number_holding,
.field-number_available,
.field-manual_hold_booking input {
    font-size: 20px;
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.bg-primary {
    background-color: #0d6efd !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #198754 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-info {
    background-color: #0dcaf0 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark {
    background-color: #212529 !important;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

/*1px solid #dee2e6*/
#result_list tr:not(:first-child) th, #result_list td {
    border: 1px solid #e7e7e7;
    border-collapse: collapse;
}

input:disabled{
    cursor: not-allowed;
}

input#id_price {
    width: 120px;
}

input#id_price {
    width: 120px;
}
