.notes-input {
  min-height: 80px;
}

.notes-input textarea {
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
  border: 2px solid #dce4ec;
  border-radius: 4px;
  box-shadow: none;
  color: #2c3e50;
  outline: none;
  min-height: 80px;
}

.notes-input textarea:focus {
  border: 2px solid #2c3e50;
}

.notes-input__suggestions__list {
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.notes-input__suggestions__item {
  padding: 3px 20px;
  color: #7b8a8b;
}

.notes-input__suggestions__item:first-of-type {
  border-radius: 4px 4px 0 0;
}

.notes-input__suggestions__item:last-of-type {
  border-radius: 0 0 4px 4px;
}

.notes-input__suggestions__item--focused {
  color: #fff;
  background-color: #2c3e50;
}

.notes-input__suggestions__item__highlight {
  color: #2c3e50;
  text-decoration: underline;
}

.notes-input__suggestions__item--focused
  .notes-input__suggestions__item__highlight {
  color: #fff;
}

.contact-note {
  padding: 14px 15px;
}

.contact-note .list-group-item-heading {
  font-size: 1em;
  margin: 6px 0 22px;
}

.contact-note .contact-note-body {
  padding: 0 25px;
  font-size: 1.15em;
}

.contact-note .contact-note-body .mention-inline {
  font-size: 0.9em;
}

.contact-note .contact-note-subject {
  display: block;
  margin-bottom: 6px;
}

.contact-note .contact-note-contact-body-icon {
  float: left;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.contact-note .contact-note-contact-body {
  font-size: 0.9em;
}

.contact-note .contact-note-date {
  display: inline-block;
  margin-right: 12px;
  font-weight: bold;
}

.contact-note .contact-note-author {
  color: #95a4a6;
}

.contact-note-icon {
  display: inline-block;
  margin-right: 12px;
}

.contact-note-icon.contact-note-note-type {
  margin-right: 13px;
}
