.basket-table {
    width: 100%;
}

.basket-table img {
    width: 100px;
}

.basket .text-right {
    text-align: right;
}

#booking .alert {
    display: none;
}

.alert.alert-danger {
    color: #e55812
}

.alert.alert-success {
    color: #8ec82f
}

.backdrop {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000;
    opacity: .5;
}

.backdrop img {
    width: auto;
    position: absolute;
    top: 45%;
    left: 50%;
}

.booking-form {
    display: none;
}

.basket {
    margin-bottom: 30px;
}

input[name="booking_datepicker"] {
    width: 100%;
}

.basket input {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    background: none;
    border-radius: 0;
    font-size: 0.9em;
}
.basket input:focus {
    background: none;
    border: none;
}
.basket .has-error input, .basket .has-error select {
    border-color: #f44336;
    box-shadow: 0 1px 0 0 #f44336;
}
.basket .has-error .help-block {
    color: #f44336;
    font-size: 1.2rem;
}
.basket .booking-form {
    margin-top: 20px;
}
.basket .required-label {
    color: #f44336;
}