.personIdentification {
  width: 100%;
  overflow: auto;
  border: 1px solid #2b879e;
  background-color: white;
  margin-bottom: 10px;
  position: relative;
  border-radius: 5px;
}

.personIdentification.active {
  background-color: #f1f1f1;
  border: 1px solid #6596a2;
}

personIdentification-list-item:last-child > .personIdentification {
  margin-bottom: 0px;
}

.personIdentification .image > .image {
  background-position: 50%;
  background-size: cover;
  /* width: 150px; */
  height: 115px;
  text-align: center;
  background-color: #e6f2ff;
}

.personIdentification > .image {
  /* display: inline-block; */
  /* float: left; */
  /* width: 180px; */
  /* height: 115px; */
}

.personIdentification .data {
  /* width: calc(100% - 150px); */
  /* display: inline-block; */
  padding: 5px;
  /* height: 115px; */
}

.personIdentification .title {
  font-weight: bold;
}

.personIdentification .title {
  font-weight: bold;
}

.personIdentification .address {
  color: #007e80;
}

.personIdentification .price {
  color: #2b879e;
  font-weight: bold;
}

.personIdentification .owner-logo {
}

.personIdentification .owner-logo .logo {
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.personIdentification .contact-details {
  /* bottom: 10px; */
  /* position: absolute; */
  color: #004853;
  font-weight: bolder;
  /* width: calc(100% - 200px); */
}

.personIdentification .quick-options {
  right: 0px;
  display: inline-block;
  width: 120px;
  position: absolute;
  top: 0px;
  height: 100%;
  background-color: rgba(0, 72, 83, 0.49);
}

.personIdentification:hover .quick-options {
  display: inline-block !important;
}

.personIdentification .btn-group-vertical {
  padding: 7px;
  width: 100%;
  display: inline-block;
}

.personIdentification .btn-group-vertical.more-options {
  float: left;
}

.personIdentification .btn-group-vertical.more-options button {
  height: 26px;
  padding: 0px;
}
