/* Info panels ----------------------------- */
.booking-info {
    background-color: #e9f1ff !important;
    color: #484890 !important;
}
.booking-success {
    background-color: #edffe9 !important;
    color: #4e9048 !important;
}
.booking-error {
    background-color: #ffe9e9 !important;
    color: #904848 !important;
}
.booking-warning {
    background-color: #fffde9 !important;
    color: #908548 !important;
}

/* Grid action buttons ---------------------- */
.booking-btn-action {
    box-shadow: none !important;
    outline: none !important;
    line-height: 1.2rem !important;
    font-size: 0.875rem !important;
    padding: 0.5rem !important;
    min-height: 2.25rem !important;
    min-width: 2.25rem !important;
    height: auto !important;
}

.booking-btn-action-primary {
    color: whitesmoke !important;
    border-color: #2196f3 !important;
    background-color: #2196f3 !important;
}

.booking-btn-action-primary:hover {
    color: whitesmoke !important;
    border-color: #2196f3 !important;
    background-color: #2196f3 !important;
}

.booking-btn-action-danger {
    color: whitesmoke !important;
    border-color: #f44336 !important;
    background-color: #f44336 !important;
}

.booking-btn-action-danger:hover {
    color: whitesmoke !important;
    border-color: #f44336 !important;
    background-color: #f44336 !important;
}

.booking-search {
    min-width: 250px;
    background-color: white;
    border-radius: 24px;
    margin: 0 2rem 0 auto
}

.booking-search-input {
    background-color: transparent;
    outline: none !important;
    border: none !important;
}