.ac_results {
  background-color: #FFF;
  border: 1px solid #5B9DD9;
  display: none;
  list-style: none;
  margin: -1px 0 0;
  max-height: 17em;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
  position: absolute;
  z-index: 10000;
}

.ac_results li {
  margin: 0;
  padding: 5px 10px;
  white-space: nowrap;
  text-align: left;
}

.ac_results .ac_over {
  background-color: #0073AA;
  color: #FFF;
  cursor: pointer;
}

.ac_match {
  text-decoration: underline;
}

.ac_over .ac_match {
  background-color: #0073AA;
  color: #FFF;
  cursor: pointer;
}

.idxrp-search-app .search-tips-list {
  font-size: 1.2rem;
  padding-left: 2rem;
}

.idxrp-search-app .adv-fields {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.idxrp-search-app .views-row {
  margin-bottom: 1em;
  margin-top: 1em;
}

.idxrp-search-app .result-view-btns .btn:active, .idxrp-search-app .result-view-btns .btn:focus {
  outline: none;
}

.idxrp-search-app .result-view-btns .btn.active {
  color: #333;
  background-color: #E6E6E6;
  border-color: #ADADAD;
}

.idxrp-search-app .search-results-row .favorite-btn-container {
  position: absolute;
  top: 0.2em;
  right: 5.4rem;
}

.idxrp-search-app .search-results-row .favorite-btn-container .favorite-btn {
  height: 34px;
  width: 36px;
  position: relative;
}

.idxrp-search-app .search-results-row .favorite-btn-container .favorite-btn::before {
  background: url("../../images/fav_sprite.png") no-repeat -37px;
  content: ' ';
  height: 34px;
  width: 36px;
  position: absolute;
}

.idxrp-search-app .search-results-row .favorite-btn-container .favorite-btn.is-favorite::before {
  background-position-x: 0;
}

.idxrp-search-app .search-results-row .favorite-btn-container .favorite-btn:hover::before {
  background-position-x: 0;
}

.idxrp-search-app .search-results-row .list-item {
  margin-top: 2rem;
}

.idxrp-search-app .search-results-row .list-item .list-item-thumbnail {
  max-width: 300px;
  padding: 0 1em 1em 0;
  position: relative;
}

.idxrp-search-app .search-results-row .photo-item {
  display: flex;
  margin: .5rem 0;
  max-height: 18em;
  overflow: hidden;
  position: relative;
}

.idxrp-search-app .search-results-row .photo-item a {
  display: block;
  width: 100%;
}

.idxrp-search-app .search-results-row .photo-item img {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
  position: relative;
  top: 0;
}

.idxrp-search-app .search-results-row .photo-item .favorite-btn-container {
  right: 2rem;
}

.idxrp-search-app .search-results-row .photo-item .photo-item-wrapper {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: flex;
  height: 68px;
  left: 0;
  margin: 0 .5rem;
  position: absolute;
  right: 0;
}

.idxrp-search-app .search-results-row .photo-item .photo-item-wrapper .photo-item-content {
  color: #FFF;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.idxrp-search-app .search-results-row .photo-item .photo-item-wrapper .photo-item-content .photo-item-text {
  font-size: 16px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.idxrp-search-app .search-results-row .map-view-container .photo-item-title {
  color: #FFF;
}

.idxrp-search-app .search-results-row .map-view-container .gmaps-info-window-body img {
  max-width: 100% !important;
}

.idxrp-search-app .pagination-row a {
  cursor: pointer;
}

.mui-popover span {
  color: #000 !important;
}

/*# sourceMappingURL=search-app.css.map */