#property-quick-detail {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

#property-quick-detail cache-refresh-button-component {
  position: absolute;
  z-index: 1;
  right: 15px;
  margin-top: 10px;
}

#property-quick-detail #quick-details-map {
  height: 200px;
  width: calc(100% + 20px);
  margin: 0px -10px 0px -10px;
}

#property-quick-detail .price {
  color: #2b879e;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}

#property-quick-detail .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

#property-quick-detail .owner-logo .logos-carousel {
  height: 40px;
  width: 121px;
  position: absolute;
}

#property-quick-detail .owner-logo .logo,
#property-quick-detail .owner-logo .logos-carousel div.image {
  height: 40px;
  width: 121px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-color: white;
}

#property-quick-detail .owner-logo {
}

#property-quick-detail .price-logo {
  overflow: auto;
  margin-bottom: 10px;
}

#property-quick-detail .price-logo .price-container {
  margin-bottom: 5px;
}

#property-quick-detail .price-logo img {
  float: right;
}

#property-quick-detail .address {
  color: #007e80;
  margin-bottom: 10px;
}

#property-quick-detail .description {
  max-height: 293px;
  overflow: hidden;
  margin-bottom: 10px;
}

#property-quick-detail .details span.quick-amenity {
  display: block;
  margin: 0px 0px 5px 0px;
  color: #007e80;
}

#property-quick-detail .details span > b {
  color: #004853;
}

#property-quick-detail .details {
  margin-bottom: 10px;
}

#property-quick-detail .quick-properties {
  /* width: 50%; */
  /* display: inline-block;
  vertical-align: top; */
}

#property-quick-detail .quick-calendar {
  max-height: 155px;
  position: relative;
}

#property-quick-detail .quick-calendar.more-items {
  overflow: hidden;
}

#property-quick-detail .quick-calendar.more-items:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
  width: 100%;
  height: 4em;
}

#property-quick-detail .quick-calendar .add-new-event-btn {
  margin: auto;
  display: block;
}

#property-quick-detail .contact-details {
  color: #004853;
  font-weight: bolder;
  margin-bottom: 10px;
}

#property-quick-detail .clones-list .clone {
  width: 100%;
  display: block;
  overflow: auto;
  margin: 5px 0px 5px 0px;
}

#property-quick-detail .clones-list .clone .clone-details {
  display: inline-block;
  padding: 0px 0px 0px 10px;
  width: calc(100% - 121px);
}

#property-quick-detail .clones-list .clone .price {
  color: #2b879e;
  font-weight: bold;
  display: inline-block;
  float: initial;
}

#property-quick-detail .clones-list .clone .contact-details {
  color: #004853;
  font-weight: bolder;
  margin-bottom: 0px;
  display: inline-block;
}

#property-quick-detail .clones-list .clone .clone-details .clone-publication-details {
  display: inline-block;
  width: 100%;
}

#property-quick-detail .clones-list .clone .contact-details .clone-publication-details .tag {
}

#property-quick-detail .clones-list .owner-logo {
  /* float: left; */
  width: auto;
}

#property-quick-detail .clones-list .owner-logo .logo {
  background-position: left;
}

#property-quick-detail .public-address {
  word-break: break-word;
  margin-bottom: 10px;
}
