﻿.error {
    color: var(--waa-error) !important;
}
.form-group.ticket label, .form-group label {
    display: block;
    width: 100%;
}

.minus, .plus {
    width: 42px;
    height: 42px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border:0;
}

.form-control.tickets {
    width: 60px;
}

input.form-control.tickets[type="number"] {
    text-align: center !important;
    display: inline-block;
    vertical-align: middle;
}

    .form-control.tickets:disabled, .form-control.tickets[readonly] {
        background-color: #fff;
    }

.searchInput {
    box-shadow: none;
    border-radius: 0;
    resize: none;
    padding: 0.55rem 0.75rem;
    -moz-appearance: none;
    border-color: var(--waa-border-grey);
    -webkit-appearance: none;
    border: 1px solid #ced4da;
}

.clear {
    display: none;
    position: relative;
    background: #bbb8b8;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 20px;
    float: right;
    padding: 2px;
    color: white;
    font-size: 14px;
    right: 30px;
    top: 8px;
    line-height: 18px;
}

    .clear:hover {
        background: #969696;
        cursor: pointer;
    }



/*.btn.btn-primary::after {
    content: "" !important;
}*/


table#ticket-confirmation {
    width: 100%;
    border: 1px solid #ccc;
}

    table#ticket-confirmation tr {
        width: 100%;
        border: 1px solid #ccc;
    }

    table#ticket-confirmation td {
        width: 100%;
        border: 1px solid #b5b5b5;
        padding: 10px;
        background: white;
        border-radius: 0;
    }

table#ticket-price {
    width: 100%;
    text-align: right;
    margin-top:10px
}

#total-price, #final-price {
    font-size: 25px;
    font-weight: bold;
    padding-left:10px
}

.braintree #go-back {
    border: 0;
    background: none;
    text-decoration: underline;
    display: block;
    margin-top: 20px;
}

@media (max-width:991px) {
    #braintree-submit-button {
        width:100%;
    }
}