.owner-quick-header .owner-section {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d23635;
}

.owner-quick-header .field {
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}

.owner-quick-header .properties .add-new-property button {
  margin: 15px auto;
  display: block;
}

.owner-quick-header .identifications .field:hover,
.owner-quick-header .contacts .field:hover,
.owner-quick-header .owner-fields:hover {
  background-color: rgba(43, 135, 158, 0.25);
  border-radius: 5px;
}

.owner-quick-header .field .label {
  font-size: 100%;
  font-weight: bold;
  color: #36578a;
  padding: 0px;
}

.owner-quick-header .action-content {
  cursor: pointer;
}

.owner-quick-header .contacts .field .contact .delete-button,
.owner-quick-header .identifications .person-identification .delete-button {
  width: 15px;
  display: inline-block;
  cursor: pointer;
}

.owner-quick-header .contacts .field .contact .delete-button > i,
.owner-quick-header .identifications .person-identification .delete-button > i {
  color: #d23635;
  display: none;
}

.owner-quick-header .contacts .field .contact:hover,
.owner-quick-header .identifications .person-identification:hover {
  margin-left: 0px;
}

.owner-quick-header .contacts .field .contact:hover .delete-button > i,
.owner-quick-header .identifications .person-identification:hover .delete-button > i {
  display: inline-block;
}

.owner-quick-header .identifications .add-identification,
.owner-quick-header .contacts .add-contact {
  margin-left: 15px;
  color: #8ed45c;
  cursor: pointer;
}
