/*form#tableau-ez-report-form div.form-wrapper,*/
/*form#tableau-ez-report-form div.form-item {*/
/*  margin-bottom: 30px;*/
/*}*/

form#tableau-ez-report-form .form-item-dashboard-customers .chosen-container.error {
  border: 2px solid red;
}

form#tableau-ez-report-form div#edit-body-report-container div.text-format-wrapper a#switch_edit-body-report-container-und-body-report-value,
form#tableau-ez-report-form div#edit-body-report-container div.text-format-wrapper fieldset#edit-body-report-container-und-body-report-format {
  display: none !important;
}

/* Hide the titles for fields in fieldsets */
form#tableau-ez-report-form fieldset.form-wrapper div.form-item label {
  display: none;
}

/* Show the titles for fields in the Workbook Details fieldset */
form#tableau-ez-report-form fieldset#edit-workbook-details-group div.form-item label {
  display: block;
}

/*Make fieldset titles look like regular field titles*/
form#tableau-ez-report-form fieldset.form-wrapper legend span.fieldset-legend {
  font-weight: bold;
}

/*Space out the form items*/
form#tableau-ez-report-form fieldset.form-wrapper,
form#tableau-ez-report-form input#edit-submit,
form#tableau-ez-report-form div.form-item-title-report,
form#tableau-ez-report-form div.field-type-text-with-summary,
form#tableau-ez-report-form div#edit-presentation-mode-text {
  margin-bottom: 40px;
}

/* Add a little space above the export group */
form#tableau-ez-report-form fieldset#edit-export-group {
  margin-top: 40px;
}

/*Hide the edit summary link for the body field*/
form#tableau-ez-report-form div.field-type-text-with-summary label span.field-edit-link {
  display: none;
}

/*Make the og_group_ref <select> the same width as the Contact Person autocomplete*/
form#tableau-ez-report-form div#edit_dashboard_customers_chosen,
form#tableau-ez-report-form div#edit_dashboard_other_customers_chosen {
  width: 514px !important;
}

#edit-submit-local-delete, #edit-submit-export-delete {
  margin-left: 15px;
}
