/* Stili form specifici - gli stili comuni sono in bg-unified.css */

.bg_email_check {
    display: block;
}

.bg_email_check span {
    font-weight: 700;
    padding: .33rem;
    display: none;
}

.bg_email_check .dashicons,
.bg_email_check .dashicons:before {
    line-height: inherit;
}

.bg_email_check .ok {
    color: #f2f2f2;
    background: #217e21;
}

.bg_email_check .notemail,
.bg_email_check .mismatch {
    color: #f2f2f2;
    background: #800900;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    color: #000000;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #6EC1E4;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #770000;
    color: #fff;
}

.ticket-orders fieldset,
.bg-payment-form fieldset {
    margin: 1em 0;
}

.ticket-orders label {
    display: inline-block;
    width: 10em;
    margin-right: .5em;
}

.bg-debug-details,
.bg-back,
.show-button,
.bg-processing,
.bg_cart tr.removed,
.tickets-remaining.hiding,
.hiding .tickets-remaining,
.bg-payment-details {
    display: none;
}

dt,
legend,
caption,
.bg_email_check span,
.ticket-orders legend,
.bg-payment-form legend,
.biglietteria dt {
    font-weight: 700;
}

