ul,li
{
	padding:0;
	margin:0;
}

li
{
	list-style:none;
}

nav
{
	z-index: 1000 !important;
}

nav.navbar
{
/* 
	height: 54px;
	overflow: hidden;
 */
}

nav button.btn-default
{
	background: white;
}

div.input-group.search-field
{
	width: 50%;
	margin-right: 10px;
}

li.nav-item.dropdown,
div.btn-group
{
	display:block !important;
	margin: 0 5px;
}

div.btn-group button
{
	width: 162px;
	text-align:left;
}

div.rowflex
{
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

div.rowflex input
{
	margin:0 10px;
}

div.drop-fields select
{
	margin:0 10px;
	width: 200px;
}

a.drop-fields.selected
{
	background-color: #26B4FF;
	color: #fff;
}

div.main-wrapper
{
	width: 100%;
	height: calc(100% - 54px);
	display:flex;
	flex-direction: row;
}

div.map
{
	flex: 1;
}

div.sidebar
{
	width: 25%;
	min-width: 320px;
	height: 100%;
	background: #e8e9ea;
	display:inline-block;
	overflow-x: hidden;
	overflow-y: scroll;
	padding:0;
}

div.toggle
{
	display: none;
	position:fixed;
	right: 20px;
	top: 64px;
	padding: 10px;
	color: #4E5155;
	background: #fff;
	border-radius: 4px;
	border: 2px solid rgba(0,0,0,0.2);
	z-index: 2000;
	cursor:pointer;
}

nav.navbar div.minimized
{
	margin-top:10px;
	flex:1;
	flex-direction: row;
	display: none;
}

nav.navbar div.minimized div
{
	flex: 1;
	margin:0 0 10px 10px;
}

nav.navbar div.minimized button
{
	margin: 0 !important;
}

nav.navbar div.minimized div.filters
{
	text-align: right;
}

nav.navbar div.responsive-filters:not(.display)
{
	display: flex;
}

nav.navbar div.responsive-filters.display
{
	width:100%;
}

nav.navbar div.responsive-filters.display button
{
	width: 100%;
	margin: 20px 0 0 0 !important;
}

@media (max-width: 768px)
{
/* 
	nav.navbar div.sale,
	nav.navbar div.size,
	nav.navbar div.type,
	nav.navbar button.save,
	nav.navbar button.saved
	{
		display: none !important;
	}
 */
	
/* 
	nav.navbar div.responsive-filters
	{
		display: none !important;
	}
 */
	
	nav.navbar div.minimized
	{
		display: flex;
	}

	div.input-group.search-field
	{
		width: calc(100% - 113px);
		margin-right: 0;
	}
}

@media (max-width: 991px)
{
	nav.navbar div.minimized div
	{
		margin:0;
	}
}

@media (max-width: 768px)
{
	div.sidebar
	{
		flex: 1;
		display:none;
	}
	
	div.toggle
	{
		display: block;
	}
}


div.pagination
{
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.sidebar div.results
{
	width: 100%;
}

ul.result
{
	float:left;
	width: calc(50% - 20px);
	padding: 0;
	margin: 10px 10px 0;
	background: #fff;
	overflow: hidden;
	border: 1px solid #e8e9ea;
	cursor:pointer;
	height: 240px;
}

ul.result.rollover
{
	width: 200px;
	position: absolute;
	z-index: 2000;
}

ul.result.hover
{
	border-color: #ff0000;
}

ul.result li.img
{
	width: 100%;
	background:transparent url('https://www.ldcre.com/img/sm-Image-unavailable.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100px;
}

ul.result li.property_name
{
	padding: 10px 10px 0;
	font-size: 12px;
	line-height: 1em;
	font-weight:bold;
}

ul.result li.price
{
	padding: 5px 10px;
	font-size: 18px;
	line-height: 1.2em;
	font-weight:bold;
}

ul.city-state-zip
{
	display: inline-block;
	padding: 0 10px 5px;
}

div.city-state-zip
{
	padding: 0 10px 0;
	line-height: 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.salelease-size-totalsize
{
	display: inline-block;
	padding: 5px 10px;
}

ul.salelease-size-totalsize li
{
	float:left;
	margin-right: 10px;
}

ul.city-state-zip li
{
	float:left;
	margin-right: 3px;
}

ul.city-state-zip li.city
{
	margin-right: 0;
	white-space: nowrap;
	overflow: hidden;
}
	
ul.salelease-size-totalsize li
{
	font-size: 12px;
	line-height: 12px;
	color: #888;
}

div.address1
{
	padding: 0 10px 0;
	line-height: 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
	
ul.result._template
{
	display: none;
}

button.save span.icon
{
	margin-right: 5px;
}

li.property_name
{
	line-height: 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

button.home
{
	padding: 0 3px;
	height: 38px;
	margin: 0 10px 0 0;
}

button.home img
{
	height: 30px;
}

.navbar button.home
{
	background: #212124;
}