/**
 * see extensions or modules, such as:
 * modules/custom/drupalcmc/css/
 */

/* fix text inputs, copied from Bootstrap */
.crm-container input.crm-form-text,
.crm-container textarea.crm-form-textarea {
  padding: 2px 7px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  vertical-align: baseline;
  box-sizing: inherit;
  outline: 2px solid transparent;
  outline-offset: 0px;
  transition: all,0.1s;
}

.crm-container input.crm-form-text:focus,
.crm-container textarea.crm-form-textarea:focus {
  color: #000;
  border-color: #68A3CF;
  outline: 2px solid #C1E0FF;
  outline-offset: 0px;
}

.crm-container td.label,
.crm-container .form-layout-compressed td {
  vertical-align: inherit !important;
}
.crm-container td.label > label {
  font-size: 14px;
}

/* avoid tiny text in tables */
#crm-container table,
.crm-container table,
.crm-container tr,
.crm-container div.crm-clear {
  font-size: 1em !important;
}

/**
 * Hacks over shoreditch and civicase5 from the CT
 */
/* Contact Activity list */
#bootstrap-theme .act-feed-view-activity:not(.cc-zero-w) {
  width: 100%; /* use full screen, not a tiny portion */
}

#bootstrap-theme .act-feed-view-activity .crm-info-panel td {
  color: #111;
}

#bootstrap-theme .act-feed-view-activity .crm-info-panel td.label {
  width: 500px;
  display: block;
  text-align: left;
  white-space: normal;
}
#bootstrap-theme .act-feed-view-activity .crm-info-panel td.html-adjust {
  width: 300px;
}
#bootstrap-theme .act-feed-view-activity .crm-activity-form-block-custom_data .crm-info-panel:nth-child(even) {
  background: #F2F2F2;
}

#bootstrap-theme .activity-timeline h4.act-date {
  padding: 0 1em; /* reduce padding around activity date */
}

#bootstrap-theme .act-feed-list-group .list-group-inner li.list-group-item {
  padding: 0; /* reduce padding around activity item summary */
}
 
/* Hide Signature block in contact edit screen canadacoop/civicrm#221 */
form.CRM_Contact_Form_Contact table.contact_information-section .email-signature {
  display: none;
}

/**
 * Hacks over civicase from Compucorp
 * Contacts > Activities.
 */
#bootstrap-theme .civicase__activity-feed__body {
  margin: 0;
}
#bootstrap-theme .civicase__activity-feed__body__details {
  width: 50%;
}
