.realtime-listings-info-window {
	position:		absolute;
	z-index:		9999;
	display:		none;
}

.realtime-listings-info-window-content {
	width:			300px;
}

.realtime-listings-info-window-close {
	width:			30px;
	height:			30px;
	position:		absolute;
	top:			-15px;
	right:			-15px;
	background:		#000;
	border-radius:		25px;
	cursor:			pointer;
	color:			#fff;
	line-height:		30px;
	text-align:		center;
}

.realtime-listings-info-window .list-object-status {
	top:			20px;
	white-space:		nowrap;
}

.realtime-listings-view {
	display:		none;
}

.view-button {
	text-align:		center;
	margin:			0;
	float:			left;
	cursor:			pointer;
}

.listings-sort-fake p {
    color: #fff;
    font-weight: 400;
    margin-right: 10px;
}

.realtime-listings-view:checked + .view-button {
    background: #fff;
    color: #000;
}

.listings-sort-fake {
	height:			36px;
	margin:			0;
}

.listings-sort-fake li {
	padding:		0;
	float:			left;
}

.realtime-listings-search-button {
	position:		fixed;
	bottom:			10px;
	left:			10px;
	width:			calc(100% - 20px);
	display:		none;
}

.open .realtime-listings-search-button {
	display:		block;
}
