/**
 * Hide Booking Form Fields on Lead Page
**/

.create-booking-lead .ts-form-group.field-key-lead-relation {
    display: none;
}
.create-booking-lead .ts-form-group.field-key-booking-type {
    display: none;
}
.create-booking-lead .ts-form-group.field-key-title-at-firm {
    display: none;
}
.create-booking-lead .ts-form-group.field-key-practice-area {
    display: none;
}
.create-booking-lead .ts-form-group.vx-text-field.field-key-invoice-number {
    display: none;
}
.create-booking-lead .ts-form-group.field-key-date-booked {
    display: none;
}
.create-booking-lead .ts-form-group.field-key-invoiced-date {
    display: none;
} 
.create-booking-lead .ts-form-group.field-key-renewal-date {
    display: none;
}
.create-booking-lead .ts-form-group.field-key-member-relation {
    display: none;
}
.create-booking-lead .ts-form-group.field-key-invoice-relation {
    display: none;
}
.create-booking-lead .ts-form-group.field-key-email-relation {
    display: none;
}
.create-booking-lead .ts-form-group.field-key-guide-relation {
    display: none;
}
.create-booking-lead .ts-form-group.field-key-sub-guide-relation {
    display: none;
} 
.create-booking-lead .ts-form-group.ts-file-upload.inline-file-field.field-key-logo {
    display: none;
}
.create-booking-lead .ts-form-group.vx-text-field.field-key-amount-paid {
    display: none;
}
.create-booking-lead .ts-form-group.field-key-firm {
    display: none;
}
.create-booking-lead .ts-form-group.field-key-guide-author-relation  {
    display: none;
}
/*
.create-booking-lead .ts-form-group.vx-text-field.field-key-amount-to-pay {
    display: none;
}*/
.create-booking-lead .ts-form-group.field-key-manager-relation {
    display: none;
}

.create-booking-lead .ts-form-group.field-key-country {
    display: none;
}
/* .create-booking-lead .ts-form-group.field-key-phone {
    display: none;
} */
.create-booking-lead .ts-form-group.field-key-email {
    display: none;
}
.create-booking-lead .ts-form-group.field-key-specialism {
    display: none;
}
.create-booking-lead .ts-form-group.field-key-status {
    display: none;
}
.create-booking-lead .ts-form-group.field-key-invoice-status {
    display: none;
}
.create-booking-lead .ts-form-group.field-key-number-of-renewals {
    display: none;
}
/* .create-booking-lead .ts-form-group.field-key-pratice-area-new {
    display: none;
} */
/* .create-booking-lead .ts-form-group.field-key-country-new {
    display: none;
} */
.create-booking-lead .ts-form-group.field-key-time-zone-group {
    display: none;
}
.create-booking-lead .ts-form-group.field-key-online-invoice-url {
    display: none;
}
.create-booking-lead .ts-form-group.field-key-news-relation {
    display: none;
}

.create-booking-lead .ts-form-group.field-key-custom-payment-dates {
    display: none;
}

.create-booking-lead .ts-form-group.field-key-update-invoice {
    display: none;
}
.create-booking-lead .ts-form-group.field-key-renewal {
    display: none;
}


