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

.deleted-property.active {
  background-color: #f7f7c9;
  border: 1px solid #6596a2;
}

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

.deleted-property .image > .image {
  background-position: 50%;
  background-size: cover;
  height: 115px;
  text-align: center;
  background-color: #e6f2ff;
}

.deleted-property .data {
  padding: 5px;
  height: 115px;
}

.deleted-property.map .data {
  padding: 5px;
  height: auto;
}

.deleted-property .title {
  font-weight: bold;
  width: 100%;
}

.deleted-property .address {
  color: #007e80;
}

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

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

.deleted-property .contact-details {
  color: #004853;
  font-weight: bolder;
}

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

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

.deleted-property .quick-options .btn-group-vertical {
  padding: 7px;
  width: 100%;
  display: inline-block;
}

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

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

.deleted-property .sale-tag {
  color: white;
  background-color: #dc8100;
  border-radius: 5px;
  padding: 2px 5px 2px 5px;
}

.deleted-property .rental-tag {
  color: white;
  background-color: #7964f7;
  border-radius: 5px;
  padding: 2px 5px 2px 5px;
}

.deleted-property .property-type-tag {
  color: white;
  background-color: #4794c7;
  border-radius: 5px;
  padding: 2px 5px 2px 5px;
}
