
/*＊
 * author: daniel lu;
 * updated: 12/02/2016;
 * search page styles
 */

/************************************************************************************
STRUCTURE
*************************************************************************************/
/* content */

.pagewrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.collapse.filters-panel .filters {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
	.top-banner-position {
		top: 107px;
	}
  .collapse.filters-panel .filters {
    display: block;
  }
}
.contentarea {
	background-color: white;
	border-bottom: 1px solid #cdd1d4;
}
#filter {
	max-width: 1366px;
}
#content {
	width: 65%;
	float: left;
	padding-bottom: 10px;
}
#content h4{
	font-size: 1.5em;
	font-family: Lato_bold;
	padding-bottom: 20px;
}
#search_content {
	position: absolute;
	left: 0;
	right: 0;
	top: 61px;
	bottom: 0;
	background-color: #fff;
	padding: 10px;
	height: 60px;
}
.search-bar .input-group{
	width: 100%;
}
.search-bar input {
	padding-left: 28px;
	padding-right: 30px;
}
.search-icon {
  	position: relative;
  	float: right;
  	font-size: 1.5em;
  	top: -26px;
  	right: 10px;
  	max-height: 5px;
  	z-index: 10;
}
.tab-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 45px;
	bottom: 0;
}
.location {
	position: relative;
  	float: left;
  	font-size: 1.5em;
  	top: 12px;
  	left: 5px;
  	max-height: 5px;
  	z-index: 10;
}
#result {
	padding: 10px;
}
#list {
	padding-left: 0px;
	padding-right: 0px;
}
.list-filter {
	width: 100%;
	height: 50px;
	background-color: #f8f8f8;
	border: 1px solid #e3e7e6;
	margin-right: 0;
}
.list-filter .navbar-right {
	margin-right: 0;
}
.view-mode {
	margin-top: 4px;
	cursor: pointer;
}
#map-view {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#map {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
}
#list {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
.images-list {
	position: absolute;
	top: 50px;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
}
.images-list ul li {
	position: relative;
	border: 1px solid white;
	padding: 0;
}
.images-list .price {
	width: 160px;
	height: 30px;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 20px;
}
.images-list .layout {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	top: 0;
}
.images-list .price .amount{
	font-family: Lato_bold;
	color: #fff;
	line-height: 30px;
	font-size: 1.5em;
	font-weight: 0;
}
.images-list .price .unit{
	font-family: Lato_hairline;
	color: #fff;
	line-height: 30px;
	font-size: 0.9em;
	font-weight: 0;
}
.images-list .basic-info {
	color: white;
	width: 100%;
	height: 50px;
	background: black; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); /*Fx 3.6-15*/
	background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,1)); /*Standard*/
	position: absolute;
	bottom: 0;
}
.images-list .basic-info .info-content {
	width: 100%;
	line-height: 30px;
	position: absolute;
	bottom: 0px;
}
.images-list .basic-info .info-content img{
	max-height: 20px;
}
.images-list .basic-info .info-content .col-md-3 {
	padding: 0;
}
#list {
	transition-duration: 0.25s;
}
#list.move{
  	width: 30%;
}
#map {
	transition-duration: 0.25s;
}
#map.move{
  	width: 70%;
}
#more-list {
	display: none;
}
#more-list {
	right: 52%;
	transition-duration: 0.25s;
}
#more-list.move {
	right:  32%;
}
.list-items.container-fluid ul li.col-md-6 {
	padding:0px;
}
.list-items .item .col-md-2 {
	padding:0px;
}
.list-items .item {
	background-color: #f8f8f8;
	margin: 20px;
	border: 1px solid #e5e8ea;
}
.list-items .list-item-tablet .basic-info:hover {
	background-color: #f0f0f0;
}
.list-items .item .basic-info .mini-address{
	display: none;
}
.list-items .item .price .amount{
	font-family: Lato_bold;
	font-size: 1.6em;
	color: #434343;
}
.list-items .item .price .unit{
	color: #434343;
}
#list-view .list-items .row .available-date {
	display: none;
}
#list-view .list-items .row .info .col-sm-3 {
	padding:0;
}
.list-items .info img {
	max-width: 40px;
	max-height: 25px;
	margin-bottom: 10px;
}
.list-items .info span {
	font-family: Lato_bold;
	font-size: 1.1em;
	margin-left: 10px;
	color: #434343;
}
.list-items .info .col-md-6 {
	padding: 0;
}
.list-items .address img {
	height: 20px;
	width: 20px;
	max-height: 20px;
	margin-right: 10px;
}
.list-items .address span {
	color: rgb(95,98,125);
	font-size: 1em;
}
.list-items .address .col-md-7 {
	padding: 0;
}
.list-items .address .col-md-5 {
	padding: 0;
}
.list-items .address button {
	padding: 0;
	background-color: #eeeff3;
	color: #7f8085;
	margin-top: 10px;
	margin-left: -10px;
	border: 1px solid #c1c1c1;
	height: 40px;
}
.list-items .show-options {
	text-align: center;
	left: 0;
	right: 0;
}
.list-items .show-options button {
	width: 70%;
}
.list-items .show-options .rently-btn-detail {
	background-color: #ff8e28;
	color: white;
	margin-bottom: 20px;
}
.list-items .show-options .rently-btn-apply {
	background-color: #eeeff3;
	color: #7f8085;
	margin-bottom: 14px;
	border: 1px solid #c1c1c1;
}
.tab-content {
	background-color: white;
}
#list-view {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0 auto;
}
#list-view .container-fluid {
	position: relative;
}
#list-view .list-items .row .col-md-2:nth-child(1) div{
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 160px;
}
#list-view .list-items .row .basic-info {
	padding: 20px;
}
#list-view .list-items .row .address {
	padding: 20px;
	margin-top: 20px;
}
#list-view .list-items .row .info img{
	display: inline;
	height: 25px;
	width: 25px;
}
.list-items {
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	bottom: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
#bottom-info-section {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	z-index: 2;
}
#bottom-info-section .row {
	margin: 0;
	padding: 0;
}
#bottom-info-section img{
	max-height: 20px;
}
#bottom-info-section .price {
	padding: 5px;
	color: white;
	width: 200px;
	height: 40px;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 20px;
	font-size: 1.8em;
}
#bottom-info-section .basic-info {
	color: white;
	width: 100%;
	height: 50px;
	background: black; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); /*Fx 3.6-15*/
	background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,1)); /*Standard*/
	position: absolute;
	bottom: 0;
}
#bottom-info-section .basic-info div {
	margin-top: 20px;
}
.filters {
	padding: 2px;
}
.filters button {
	border: none;
}
.filters button span {
	color: #4f5472;
}
.filters-panel {
	position: absolute;
	background-color: #f8f8f8;
	top: 40px;
	width: 100%;
	background-color: transparent;
	z-index: 20;
	font-size: 16px;
	margin:0 auto;
}
.filters-panel .panel-body .dropdown .btn-group{
	width: 100%;
    border: 1px solid #e4e4e4;
}
.dropdown.recommend {
	padding: 8px;
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 30
}
#rentsort {
	width: 100%;
}
#bottom-info-section-2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	z-index: 2;
}
#bottom-info-section-2 .container-fluid {
	position: absolute;
	bottom: 0;
	padding: 0;
	left: 0;
	right: 0;
	background-color: #f8f8f8;
}
#bottom-info-section-2 .container-fluid .cover {
	padding: 0;
}
#bottom-info-section-2 .container-fluid .cover div{
	background-size: cover;
	background-position: center;
	width: 180px;
	height: 160px;
	padding: 0;
}
#bottom-info-section-2 .row {
	margin: 0;
	padding: 0;
}
#bottom-info-section-2 img{
	max-height: 20px;
}
#bottom-info-section-2 {
	display: none;
}
#bottom-info-section-2 .price {
	margin-left: 45px;
	margin-top: 20px;
}
#bottom-info-section-2 .mini-address{
	display: none;
}
#bottom-info-section-2 .price .amount{
	font-family: Lato_bold;
	font-size: 1.6em;
	color: #6585df;
}
#bottom-info-section-2 .price .unit{
	color: #becef7;
}
#bottom-info-section-2 .address {
	line-height: 60px;
}
#bottom-info-section-2 .show-options {
	padding: 10px;
}
#bottom-info-section-2 .show-options button{
	margin-bottom: 10px;
}

#bottom-info-section-3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100px;
	z-index: 2;
}
#bottom-info-section-3 .container-fluid {
	position: absolute;
	bottom: 0;
	padding: 0;
	left: 0;
	right: 0;
	height: 170px;
	background-color: #f8f8f8;
}
#bottom-info-section-3 .container-fluid .basic-info {
	padding: 20px;
}
#bottom-info-section-3 .container-fluid .cover {
	padding: 0;
}
#bottom-info-section-3 .container-fluid .cover div{
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 170px;
	padding: 0;
}
#bottom-info-section-3 .row {
	margin: 0;
	padding: 0;
}
#bottom-info-section-3 img{
	max-height: 15px;
}
#bottom-info-section-3 {
	display: none;
}
#bottom-info-section-3 .info .col-xs-3{
	padding: 0;
}
#bottom-info-section-3 .price {
	margin-top: 5px;
}
#bottom-info-section-3 .mini-address{
	display: none;
}
#bottom-info-section-3 .price .amount{
	font-family: Lato_bold;
	font-size: 1.3em;
	color: #6585df;
}
#bottom-info-section-3 .price .unit{
	color: #becef7;
}
.list-item-tablet .container-fluid .cover {
	padding: 0;
}
.list-item-tablet .container-fluid .cover div{
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 170px;
	padding: 0;
}
.list-item-tablet .row {
	margin: 0;
	padding: 0;
}
.list-item-tablet img{
	width: 20px;
	height: 20px;
	max-height: 20px;
}
.list-item-tablet .price {
	margin-top: 5px;
}
.list-item-tablet .mini-address{
	display: none;
}
.list-item-tablet .price .amount{
	font-family: Lato_bold;
	font-size: 1.3em;
	color: #6585df;
}
.list-item-tablet .price .unit{
	color: #becef7;
}
.map_child{
	position: absolute;
	top: 40%;
	left: 40%;
	z-index: 1;
	background: url(/assets/poi.gif) no-repeat 100% 100%;
	background-size: 80px 80px;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
#loaderForgetImg img {
	max-height: 50px;
	position: absolute;
	left: 47%;
}
#loaderForgetImgMap img {
	max-height: 50px;
	position: absolute;
	left: 43%;
}
.dropdown-menu.open {
	left: auto;
	right: 0;
}

body {
  margin: 0;
  background: #000;
}
.video-overlay {
	position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
 	background-color: rgba(0,0,0,0.3);
  background-size: cover;
  transition: 1s opacity;
  z-index: 0;
}
video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
 	background: url('/assets/video-poster.jpg') no-repeat;
  	background-size: cover;
  	transition: 1s opacity;
}
#header-search {
  max-width: 1366px;
}
#header-search .row{
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding:10px;
    background-color: #fff;
}
#header-search .logo {
    width: 71.15px;
    height: 40px;
    z-index: 50;
}
#header-search .navbar .navbar-nav {
    min-width: 230px;
}
#header-search .navbar {
    margin:0;
    padding:0;
    line-height: 40px;
    width: 100%;
    vertical-align: middle;
    min-height: 40px;
    float: right;
}
#header-search .navbar .navbar-collapse {
    position: absolute;
}
#header-search .navbar .collapsing {
    position: absolute;
    background-color: #fff;
    z-index: 2;
    left: -22px;
    top:40px;
    width: 250px;
}
#header-search .navbar .in {
    position: absolute;
    background-color: #fff;
    z-index: 2;
    left: -22px;
    top: 40px;
    width:  250px;
}
#search .form_top_2 {
	margin-top: 5px;
}
#search-page h1 {
	text-align: center;
	position: absolute;
	top: 40%;
	left:0;
	right: 0;
	color: white;
}
#search-page .logo-white {
	display: none;
}
#myNavbar ul:nth-child(1) li {
	white-space: nowrap;
    width: 140px;
    margin-right: -30px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#myNavbar-search ul:nth-child(1) li{
	white-space: nowrap;
    width: 140px;
    margin-right: -20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#search-page #myNavbar-search {
	float: right;
	margin-top: 10px;
}
#search-page .form_top_2 {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 10;
	width: 41%;
}
#search-page .form_top_2 .location-loading {
	position: absolute;
	max-height: 30px;
	float: left;
	font-size: 2.3em;
	top: 10px;
	left: 5px;
	max-height: 30px;
	z-index: 12;
}
#search-page .form_top_2 .location {
	position: absolute;
	float: left;
	font-size: 2.3em;
	top: 10px;
	left: 5px;
	max-height: 0px;
	z-index: 10;
}
#top_search_panel_lookup {

}
.list-loading {
	max-height: 40px;
}
.form_top_sreach .bootstrap-select {
	margin-top: 5px;
}
#smart_matching_modal .modal-dialog {
	top: 200px;
}
#smart_matching_modal .modal-footer button{
	margin: 5px 0 5px 0;
}
#smart_no_matching_modal .modal-dialog {
	top: 200px;
}
#smart_no_matching_modal .modal-footer button{
	margin: 5px 0 5px 0;
}

#applicant-info {
	width: 65%;
	margin: 0 auto;
}
#applicant-info h2{
	float: left;
  font-size: 25px;
	color: #434343;
  font-weight: 600;
	line-height: 44px;
}

.applicant-info-part-right {
	float: right;
}
#applicants-name {
	display: block;
	margin: 5px 0 4px;
	text-align: center;
}
#pet-info span {
	margin: 0 13px 0 0;
	color: #434343;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
}
#pet-info span img {
	height: 22px;
	margin: 0 5px 0 0;
	float: left;
}
#total-income, #largest-breed {
	font-size: 16px;
	color: #434343;
	font-weight: 600;
	margin: 0 5px;
	display: inline-block;

}

#largest-breed span{
	font-size: 12px;
	font-weight: normal;
	float: right;
	margin: 2px 0 0 2px;
}

.probar {
  background: #f46d1b;
  color: #fff;
  text-align: center;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 1000ms;
  transition: color 1000ms;
  cursor: pointer;
}

.probar a {
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  display: block;
  padding: 8px 20px;
  line-height: 1.2;
}

.probar p {
	color: white;
  display: inline-block;
  margin: 0 8px;
}

.probar-bttn {
  border: #fff 2px solid;
  border-radius: 20px;
  padding: 4px 10px;
}

.probar:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.probar:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f98640;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.priceWithTooltip {
  display: flex;
  flex-direction: row;
  width: 207px !important;
}

.price-tooltip-container {
  position: relative;
  display: inline-block;
  padding-top: 6px;
  padding-left: 4px;
}

/* Style the custom tooltip text */
.price-tooltip-container .price-tooltip-text {
  width: 247px;
  visibility: hidden;
  background-color: #fff;
  color: #9CA3AF;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: -18px; /* Position tooltip below the icon */
  left: calc(100% - 20px); /* Position tooltip at the right side of the icon */
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.10), 0px 4px 6px -1px rgba(16, 24, 40, 0.10);
}

.price-tooltip-container .price-tooltip-text-map-view {
  width: 247px;
  visibility: hidden;
  background-color: #fff;
  color: #9CA3AF;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: -40px; /* Position tooltip below the icon */
  left: calc(100% - 18px); /* Position tooltip at the right side of the icon */
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.10), 0px 4px 6px -1px rgba(16, 24, 40, 0.10);
}

/* Show the custom tooltip text on hover */
.price-tooltip-container:hover .price-tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* Media query for tablets */
@media (max-width: 1024px) {
  .price-tooltip-container .price-tooltip-text {
    display: none; /* Hide tooltip on tablets */
  }
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .price-tooltip-container .price-tooltip-text {
    display: none; /* Hide tooltip on mobile devices */
  }
}

.price-tooltip-container:hover .price-tooltip-text-map-view {
  visibility: visible;
  opacity: 1;
}

/* Style the custom icon */
.price-tooltip-container .price-icon {
  color: #9CA3AF; /* Change color as needed */
  font-size: 16px;
  cursor: pointer;
  margin-right: 5px; /* Adjust spacing between icon and text */
}
@media (max-width: 767px) {
  .probar a {
    padding: 2px 0;
    font-size: 10px;
    max-width: 320px;
    margin: auto;
  }
  .probar p {
    margin: 0 2px;
  }
}

.price-breakdown-info {
  color: #434343;
  position: relative;
  bottom: 14px;
  font-size: 1em;
}

.fee-breakdown-link {
  color: #ff8e28;
  text-decoration: underline;
}

/* Media query for tablets */
@media (max-width: 1024px) {
  .price-breakdown-info {
    bottom: 16px;
    margin-bottom: 12px;
  }
}

/* Media query for mobile devices */
@media (max-width: 530px) {
  .price-breakdown-info {
    display: none;
  }
}
