/* wordpress - remove notices */

.page-civicrm .update-nag {
  display: none;
}

/* civicase (old) */
.page-civicrm-case .crm-case-dashboard-switch-view-buttons input,
.page-civicrm-case .crm-case-dashboard-switch-view-buttons span {
  display: inline-block;
}
.crm-search-results table td {line-height: 18px !important;}

/* civicase (new) */
#crm-container #bootstrap-theme .civicase__case-card__additional-information {
  position: initial;
}
#crm-container #bootstrap-theme .civicase__case-card--case-list .civicase__contact-name, 
#crm-container #bootstrap-theme .civicase__case-card--case-list .civicase__contact-name-additional {
  max-width: 90%;
}

#crm-container #bootstrap-theme .element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#crm-container #bootstrap-theme .civicase__case-filter-panel__title {
  max-width: initial;
}
#crm-container #bootstrap-theme .civicase__contact-name, 
#crm-container #bootstrap-theme .civicase__contact-name-additional {
  max-width: initial;
}

/* case new */
/* taken from user defined colors */
td.status_en_prospection i.fa-stop {
  color: #8CDEF2;
}
td.status_inscrit i.fa-stop {
  color: #0282E3;
}
td.status_en_cours_signe i.fa-stop {
  color: #F1F500;
}
td.status_en_cours i.fa-stop {
  color: #FF9500;
}
td.status_livre i.fa-stop {
  color: #4BBD00;
}
td.status_desiste i.fa-stop {
  color: #949494;
}

