/**
 * @file
 * NCJRS Shopping Cart example composite styles.
 */

/**
 * Readonly inputs. (@see .form-disabled)
 * @see https://www.wufoo.com/html5/attributes/21-readonly.html
 */
#edit-ncjrs-order-photocopy-composite input[type="text"] {
  background: #e6e6e6;
  cursor: not-allowed;
  border-width: 1px;
  border-color: #565c65;
  border-style: solid;
  color: #1b1b1b;
}
textarea[id^="edit-ncjrs-order-photocopy-composite"] {
  height: 4rem;
  background: #e6e6e6;
  cursor: not-allowed;
  border-width: 1px;
  border-color: #565c65;
  border-style: solid;
  color: #1b1b1b;
}

fieldset[data-drupal-selector="edit-about-the-orderer"]
{
  padding: 1rem 2rem 2rem;
  margin: 2rem 0;
  border: 1px solid #565c65;
}

/* Hide up/down arrows from number fields */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

details[data-webform-element-id$="submission-information"] {
  display: none;
}

.webform-submission-ncjrs-shopping-cart-add-form button[type="button"] {
  background-color: #e6e6e6;
}
