/*BODY
----------------------------------------------------------*/

body {
	box-sizing: border-box;
    margin: 0px;
	background-color: #f9f9f9;
}


/*SEARCH PAGE
----------------------------------------------------------*/

.home-search-form {
    position: absolute!important;
	left: calc(50% - 450px);
    top: 150px;
    width: 900px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
}

.home-search-form .transaction-type-select {
	width: 25%;
    height: 45px;
    margin: 0 2px;
    background-color: transparent;
    color: #144788;
    font-size: 22px;
}

.home-search-form .property-type-select {
	width: 25%;
    height: 45px;
    margin: 0 2px;
    background-color: transparent;
    color: #144788;
    font-size: 22px;
}

.home-search-form .area-filter-field-group {
    width: 20%;
    height: 45px;
    margin: 0 2px;
    font-size: 22px;
    border: 1px solid darkgrey;
}

.home-search-form .area-filter-field-group .md-input-label {
    height: 45px;
    line-height: 45px;
	font-size: 22px;
}

.home-search-form .area-filter-field-group #area-filter {
    margin: 12px 0 0 0;
    font-size: 22px;
    height: 33px;
    background-color: transparent;
    border: 0;
    color: #144788;
}

.home-search-form label.md-input-label.active-label {
    font-size: 16px;
    line-height: 18px;
}

.home-search-form .area-filter-field-group .field-bar {
    bottom: -2px;
}

.home-search-form .reset-search-button {
    display: none;
}

.home-search-form .search-actions-buttons {
    width: calc(30% - 25px);
}

.home-search-form .search-actions-buttons .search-button {
    min-width: 100px;
    width: 90%;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    background-color: #144788;
    color: white;
}

/*----------------------------------responsive------------------------------------*/

@media screen and (max-width: 950px) {

.scan-status-on span, .scan-status-off span {
    font-size: 12px!important;
}

nav {
    width: 100%!important;
}

nav li {
	float: left;
	width: 100%;
}

nav a {
    /* line-height: 50px!important; */
	width: 100%;
    padding: 0 10px;
}

nav li + li {
    border-left: 0;
    border-top: 1px solid #ffffff;
}

}
