header.full {
  height: 0;
}

.listing-table {
  position: relative;
  overflow: auto;
}

.modal-details .listing-table {
  max-height: 650px;
}

.listing-row--wrapper {
  border: 1px solid #ddd;
  position: relative;
  margin-bottom: 10px;
}

.listing-rows .listing-row--wrapper:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.listing-table .listing-col {
  font-size: 13px;
  width: 100%;
}

.listing-table .listing-col.cell--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 100%;
}

.listing-table .listing-col:not(.mod-p-0) {
  padding: 8px;
}

.listing-table .listing-col.mod-p-x-0 {
  padding-left: 0;
  padding-right: 0;
}

.listing-table .listing-col.mod-p-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.listing-table #RxListView .listing-row--checkbox {
  position: absolute;
  left: 5px;
  top: 5px;
}

.listing-row--star {
  font-size: 18px;
  cursor: pointer;
}

.listing-col.cell--image {
  width: 70px;
}

.listing-col.cell--body {
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
}

.listing-col.cell--image .img-holder {
  height: 70px;
}

.listing-col.cell--description .listing-col.mod-overflow {
  max-height: 75px;
  overflow-y: auto;
}

.listing-col.mod-border {
  border-top: 1px solid #ddd;
}

.listing-col.cell-description-xl {
  max-height: 100px;
  overflow: auto;
}

.listing-col .listing-type {
    text-transform: capitalize;
}

@media (min-width: 576px) {
  .listing-col.cell--image {
    width: 120px;
  }

  .listing-col.cell--body {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
  }

  .listing-col.cell--image .img-holder {
    height: 120px;
  }

  .listing-col.cell--pricing {
    width: 22%;
  }

  .listing-col.cell--pricing-xl {
    width: 30%;
  }

  .listing-col.cell--location-xl {
    width: 40%;
  }

  .listing-col.cell--general {
    width: 20%;
  }

  .listing-col.cell--general-xl {
    width: 30%;
  }

  .listing-col.cell--rates {
    width: 20%;
  }

  .listing-col.cell--address {
    width: 35%;
  }

  .listing-col.cell--title-address {
    width:25%;
  }

  .listing-col.cell--type-price-id {
    width: 25%;
  }

  .listing-col.cell--units-sf {
    width: 20%;
  }

  .listing-col.cell--status {
    width: 15%;
  }

  .listing-col.cell--update-date {
    width: 15%;
  }
}

@media (min-width: 992px) {
  .listing-col.cell--image {
    width: 190px;
  }

  .listing-col.cell--body {
    width: -webkit-calc(100% - 190px);
    width: calc(100% - 190px);
  }
}

@media (max-width: 767px) {
  .listing-table .listing-col {
    font-size: 11px;
  }
}

@media (max-width: 575px) {
  .listing-table .listing-caption, .listing-table .listing-col:not(.mod-p-0) {
    padding: 4px;
  }

  .listing-table #RxListView .listing-row--checkbox {
    top: 4px;
    left: 4px;
  }

  .listing-col.cell--image .img-holder {
    height: 70px;
  }
}
