
.page-logo {
    display: block;
    float: left;
    height: 40px;
    padding-top: 5px;	
    padding-left: 0px;
    padding-right: 0px;
    width: 180px;
}

.item .label {
    color: #000;
	font-size: 16px;
	float: left;
	text-align: left;
}

#unitList .container, #buildingList .container, #submarketList .container{
	padding: 5px;
}

#unitList .portlet, #buildingList .portlet, #submarketList .portlet {
    margin-bottom: 5px;
}

#unitList .portlet-title span {
	font-size: 12px;
}

#unitList .portlet-title i {
	font-size: 20px;
}

#unitList .portlet-body, #buildingList .portlet-body, #submarketList .portlet-body {
	padding: 0;
	margin: 0;
}

.unitListItem .label {
   font-size: 18px;
}

.container {
	padding-left: 25px;
	padding-right: 25px;	
}

hr {
	margin: 20px 0 0;
}

.show-inline {
	display: inline;
	width: 100%;
	float: left;
	margin-top: 10px;
}

.form-control {
    background-color: white;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.btSearchForm {
	background-color: #45b6af;
    color: white;
	background-image: none !important;
    border-width: 0;
    box-shadow: none;
    filter: none;
    font-size: 16px;
    outline: medium none !important;
    padding: 10px 30px;
    text-shadow: none;
	border-radius: 5px;
	width: 100%;
}

.btnBeds {
	float: left;
    position: relative;
	background-color: #FFF;
   	border: 1px solid #DDD;
	border-radius: 3px;
    color: #333333;
	background-image: none !important;
    box-shadow: none;
    filter: none;
    font-size: 14px;
    outline: medium none !important;
    padding: 7px 14px;
	margin-right: 4px;
    text-shadow: none;
	cursor: pointer;
    display: inline-block;
}

.btnBeds.active {
    background-color: #DDD;
    border-color: #CCC;
    color: #333333;
}

.osAutocomplete .input {
	border: none;	
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}

.osDropDown .menu .item, .osAutocomplete .menu .item {
    border-top: none;
	float: left;
	clear: both;
	margin-top: 5px;
    height: 24px;
    width: 100%;
	overflow: visible;
}