﻿.flex {
	width: 1260px;
}

.outer-wrapper {
	min-width: 1260px;
}

/* home page */

.location-options-mode .basic-search .buy-rent .price-output .arrow {
	display: none;
}

/* pop-up */
.pop-up-background {
	background: url(/assets/css/images/pop-up-background.png) repeat 0 0;
}
.pop-up {
	border: 1px solid #cccccc;
}

/* remove dotted outline (TODO: Review accessibility) */
a:active, a:focus, a:visited, input {
	outline: none;
}

/* side search */

.sidebar-is-visible .desktop-sidebar-toggle .icon {
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand')";
	left: 12px;
	top: 12px;
}

.desktop-sidebar-toggle .icon {
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";

	left: 15px;
	top: 15px;
}

/* no nth-child support */
.house-builders-list .builder {
	min-height: 160px;
}

.room-features .feature span {
	margin-right:5px;
}

.display-as-grid .price-wrapper span {
	margin-right: 5px;
}

.large-header-layout .content-header .logo {
	width: 106px;
	height: 76px;
}

.my-aspc-wishlist .content-header .logo,
.my-aspc-saved-search .content-header .logo,
.my-aspc-details .content-header .logo{
	width: 141px;
}

.js .wishlist-side-controls,
.js .saved-search-side-controls,
.js .property-search-form-wrapper,
.js .basic-field {
	-ms-filter: none;
	filter: none;
}
