/* Matukio Custom Booking CForms overrides by compojoom.com CSS file */

.input-matukiofees {
    position: relative;
    padding: 20px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.fees-table {
    margin-bottom: 20px;
}

.fees-table .ticket-row {
    line-height: 2rem;
}

#extra-fees, #fees-table, #payment-method, #quantity-select {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #F1F1F1;
}

/* Payment Method */
#payment-method, #quantity-select {
    padding-bottom: 20px;
}

/* Extra fees */
.compojoom-bootstrap .extra-fees label {
    vertical-align: middle;
    margin-bottom: 0;
}

.compojoom-bootstrap input.toggle-checkbox {
    margin: 5px 10px 5px 0;
}

#total-amount-container {
    margin: 10px 0 0 0;
}

#ticket-rows .ticket-row, #fees-listing .listing-row, #extra-listing .listing-row,
#fees-listing #fees-listing-total, #coupon-listing {
    margin-top: 7px;
    margin-bottom: 7px;
}

#ticket-listing, #extra-listing {
    margin: 15px 0;
    border: 1px solid #F1F1F1;
    border-left: 0;
    border-right: 0;
}

.cforms-steps {
    margin-top: 30px;
}

