/**
 * @file
 * Clubbing411 base styles.
 *
 * Global, cross-cutting rules that may apply on any page. Loaded site-wide
 * via the clubbing411_module/styles.base library. Keep this file small.
 */

/* Generic field / paragraph display. */
.paragraph-type-label {
  display: none;
  visibility: hidden;
}

.field--name-field-photo {
  width: 100%;
}

/* Form textarea background (applies site-wide). */
textarea.form-textarea {
  background-color: #fff;
}

/* Utility class used across forms (set in clubbing411.user.inc, etc.). */
.element-hidden {
  display: none;
}

/* Dialog defaults (jQuery UI dialogs used by webforms, AJAX modals). */
.ui-dialog {
  z-index: 1000;
}

button.ui-dialog-titlebar-close::before {
  content: "X";
  position: absolute;
  top: 1px;
  left: 3px;
  line-height: 1rem;
}
