/* Hide Edit Contact Layout button on Contact Summary screen */
.crm-actions-ribbon ul#actions li.crm-contact-summary-edit-layout {
  display: none;
}

/* Hide event-icon edit link on CiviCRM Edit Event pages */
a[data-option-edit-path='civicrm/admin/options/event_icon_20260211202150'] {
  display: none;
}

.ui-datepicker-title select[data-handler="selectYear"].ui-datepicker-year {
  padding: 0;
}

/*
 *  CiviCase styling for ARCS Oregon
 *
 * will have to be inserted in code if needed in the future
 * as this css file is now used for ALL chapters

// - remove the Medium + Location and Duration fields in all screens
.crm-case-form-block-medium_id, .crm-case-activity-form-block-medium_id, .crm-case-activity-view-Medium, .crm-case-activity-view-Location,
.crm-case-form-block-duration, .crm-case-activity-form-block-duration {
  display: none;
}

// - fix the radio buttons top right of the case dashboard screen
.crm-case-dashboard-switch-view-buttons input {
  float: left;
}

END CiviCase styling for ARCS Oregon */
