
::-webkit-scrollbar {  
    width: 3px;  
}  
::-webkit-scrollbar-track {  
    background-color: #FFF;  
}  
::-webkit-scrollbar-thumb {  
    background-color: none;
}  
::-webkit-scrollbar-thumb:hover {  
   background-color: #aaa;  
}


body {
	background-color: #FFF;
	overflow: hidden;
}

.spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -75px; 
	margin-top: -75px;
	text-align:center;
	z-index:19999;
	width: 150px;
	height: 150px;
}
	
	.spinner .fa {
		font-size: 60px;
	}




/* HEADER STYLES */

.page-header.navbar {
	padding: 0;
	position: fixed;
}

.navbar-default.navbar {
	position: absolute;
	height: 50px;
	border-bottom: 1px solid #DEDEDE;
}

.page-header-inner {
	background-image: url(../images/bg_top.png);
	background-repeat: repeat-x;	
	height: 50px;
}

.page-header-inner.search-page-header {
	background-image: none;
}

.page-sidebar, .page-sidebar.in {
	background-color: #253246;
}

.page-header.navbar .menu-toggler.responsive-toggler {
	margin: 15px 15px 0 6px;
}


.top-bar {
	clear: both;
	width: 100%;
	/* background-image: url(../images/bg_top.png); */
}

.top-logo {
	height: 50px;
	width: 53px;	
}

.page-header.navbar .menu-toggler {
	/* background-image: url(../images/menu.png); */
	background-image: none;
	width: 70px;
	height: 20px;
}

a.menu-toggler {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

a.menu-toggler.search-page-menu  {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #253246;
}

.navbar {
	/*background-color: #2F3F56;*/
}

.top-space {
	height: 3px;
}



/* FOOTER STYLES */

.footer-bar {
	border-top: 1px solid #FFF;
	background-color: #253246;
	height: 40px;
	width: 100%;
	padding: 5px 10px;
		color: #FFF;
		font-size: 16px;
}



/* HOME PAGE STYLES */

.home-page {
	background-image: url("../images/bg-login.jpg");	
	/* height: 100%; */
}

	.home-page .container {
		padding: 0px;
		overflow: hidden;
	}
	
.home-intro-box {
	margin-top: 80px;
	padding: 20px 20px;
	color: #FFF;
}
	
	.home-intro-box h1, .home-intro-box h3 {
        color: #FFF;
        font-weight: 400;
        text-shadow: 0 3px 3px #333;
        text-align: center;
	}
	
	.home-intro-box h1 {
        margin-top: 0;
        font-size: 34px;
	}
	
	.home-intro-box h3 {
        margin-top: 0;
        font-size: 16px;
	}
	
.home-search-box {
	margin-top: 0px;
	padding: 20px 20px;
	background-image: url("../images/bg_home_box.png"); 
}

.ltype-selectors {
	height: 35px;
}

.ltype {
	color: #FFF;
	margin-left: 15px;
	font-size: 16px;
	padding-bottom: 13px;
	height: 30px;
}

.ltype.active {
	font-weight: bold;
	background-image: url("../images/ltype_active.png"); 
	background-repeat: no-repeat;
	background-position: bottom;
}


#homeLocation {
	z-index: 1000;
	height: 40px;
}

	#homeLocation input {
		font-size: 14px;
		font-weight: normal;
		color: #333333;
		background-color: white;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

		display: block;
		width: 100%;
		height: 34px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;

		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;

	}

.home-features h4 {
	font-weight: 600;
	color: #253246;
}



.unit-detail-content {
	top: 55;
	position: fixed;
}

.interior-page {
	background-color: #FFF;	
	width: 100%;
	top: 55;
	position: fixed;
}
	.interior-page .container {
		padding: 10px;
		overflow: hidden;
	}
	
.login-page {
	background-color: #253246;
	z-index: 100;
	position: absolute;
	overflow: hidden;
	height: 100%;
}

.login-page h3, .login-page h4 {
	color: #FFF;
}

.register-page h3 {
	color: #253246;
}

.checkbox-text {
	font-size: 14px;	
}

.left-space {
	margin-left: 20px;	
}

.right-space {
	margin-right: 10px;	
}

#forgotPasswordBox {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: none;
	position: absolute;
}

.about-page {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: none;
	position: absolute;
	overflow-y:scroll;
}

#add-client {
	display: none;
	position: absolute;
}

.login-about {
	margin-top: 10px;
}

.login-logo {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 60px;	
}


h3.price-label {
	margin-top: 3px;
	margin-bottom: 15px;	
}








/* SEARCH STYLE */

.tools-bar { 
	background-image: url("../images/bg_tools_bar.png");	
	position: absolute;
	top: 50;
	bottom: auto;
	left: auto;
	right: auto;
	width: 100%;
	min-height: 40px;
	padding: 0;
	z-index: 3333;
}

.tools-bar.fixNav {
	position: fixed;
	top: 0;
	bottom: auto;
}

.tool-bar-item {
	font-size: 16px;
	font-weight: 600;
	color: #253246; 
	padding-top: 10px;
}

.units-count p {
	margin-top: 10px;
}

.filter-block, .sort-block, .detail-block, .building-block, .newdev-detail-block {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	display: none;
	background-color: #FEFEFE;
	z-index: 9996;
}

.tb-block-header, .b-block-header, .d-block-header, .nd-block-header {
	height: 50px;
	padding: 10px;
	background-color: #EFEFEF;
	border-bottom: 1px solid #DDD;
	font-size: 16px;
}

.search-results-block {
	width: 100%;
	margin-top: 50px;
	z-index: 2222;
}

.osDropDown .menu .item, .osAutocomplete .menu .item {
	border-top: none;
}

.filter-item {
	margin-top: 10px;
}

.search-filter-input .input {
	border: 1px solid #DDD;
	color: #000;
}

.filter-block hr, .sort-block hr {
	margin: 10px 0;
}

.search-checkbox input {
	width: 30px;
	border: none;
}

.search-results-units, .search-results-buildings {
	padding-right: 10px;
}
	
.footer-view-btns {
	display: none;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	border-top: 1px solid #FFF;
	background-color: #3A4E69;		
	width: 100%;
	height: 40px;
}

	.fv-btn {
		width: 50%;
		height: 40px;
		padding: 10px;
		color: #FFF;
		font-size: 14px;
		float: left;
		background-color: #3A4E69;
	}
	
	.footer-view-btns .active {
		background-color: #253246;
	}

._pagingNum {
	border-radius: 10px 10px 10px 10px !important;
	-moz-border-radius: 10px 10px 10px 10px !important;
	-webkit-border-radius: 10px 10px 10px 10px !important;
	margin: 2px;
	width: 20px;
	color: #999;
	border: 1px solid #CCC;
}
	
._pagingNum.active {
	color: #1575C4;
	border: 1px solid #73B8F0;
	background-color: #E0EFFC;
}
	



/* UNIT DETAIL STYLES */

.building-name {
	width: 200px;
	float: left;
}

.unit-3d-btn {
	width: 100px;
	float: left;
}

.slimScrollBar {
	width: 7px; 
	position: absolute; 
	top: 0px; opacity: 0.4; 
	border-top-left-radius: 7px; 
	border-top-right-radius: 7px; 
	border-bottom-right-radius: 7px; 
	border-bottom-left-radius: 7px; 
	z-index: 9999;
	right: 1px; 
	height: 104.16666666666666px; 
	display: block; 
	background: rgb(187, 187, 187);
}

.slimScrollRail {
	width: 7px; 
	height: 100%; 
	position: absolute; 
	top: 0px; 
	display: none; 
	border-top-left-radius: 7px; 
	border-top-right-radius: 7px; 
	border-bottom-right-radius: 7px; 
	border-bottom-left-radius: 7px; 
	opacity: 0.2; 
	z-index: 9990; 
	right: 1px; 
	background: rgb(234, 234, 234);
}

.unit-detail-price-block h3 {
	margin: 0 0 10px 0;
	padding: 0;
}

.unit-detail-price-block h4 {
	margin: 0 0 3px 0;
	padding: 0;
}

.ud-spec {
	margin-bottom: 10px;
	font-size: 14px;
}

.ud-remarks {
	text-align: justify;	
	font-size: 14px;
}

.ud-facts {
	font-size: 14px;
}

/* SCHOOLS RATING */
.sr_1, .sr_2, .sr_3, .sr_4, .sr_5, .sr_6, .sr_7, .sr_8, .sr_9, .sr_10 {
    width: 20px;
    height: 20px;
    border-radius: 10px !important;
    color: #ffffff;
    text-align: center;
    padding: 0px;
    display: inline-block;
}

.sr_1, .sr_2, .sr_3 {
    background-color: #B2B6B6; 
}

.sr_4, .sr_5, .sr_6, .sr_7 {
     background-color: #8BBBBD;
}

.sr_8, .sr_9, .sr_10 {
     background-color: #1CCDD1;
}



/* 3D STYLES */


#threeD-view {
	/*background-color: rgba(47, 63, 86, 1);*/
	width:100%;
	position: absolute;
	z-index: 1000;
}

#buildingTopBar{
    /*position: absolute;*/
    /*width: calc(100% - 40px);*/
    height: 40px;
    right: 0;
    top: 0;
    text-align: left;
}
	    
#buildingTopBar span{
    color: #ffffff;
    display:block;
    font-size: 18px;
    padding: 10px;
}

#btnHelp {
	border: none;
}

#threedWrapper{
    position:absolute;
    width:100%;
    height: calc(100% - 50px);
    display:block;
}
	        
#threeDContent{
    position: relative;
    height:300px;
    width:200px;
    margin:0 auto;
}
	
#threeDUnit{
    width: 100%;
    height: calc(100% - 40px);
    display: none;
    position: absolute;
    z-index: 10000;
    top: 40px;
    left: 0px;
    background-color: #ffffff;
}
	        
.threeDUnitClose{
    position:absolute;
    top:0;
    right:0;
    width: 40px;
    height: 40px;
    z-index: 2;
}
	
.threeDUnitDetail{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#btag {
   	display:none;
}
	    
#histMenu, #btnZoomIn, #btnZoomOut { 
   	bottom:5px;
}

table {
	font-size: 13px;
}








#interior-content {
	top: 46px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.search-page {
	background-color: #FFF;	
	height: 100%;
}

	.search-page .container {
		padding: 0px 0px 10px 10px;
		margin-right: 0;
	}
	
	.search-page .container #filter-view .portlet-body h4 {
		margin: 8px 0;
		padding: 0;
	}

.orderActive {
	background-color: #999;
	color: #FFF;
}


#details-view {
	display: none;
}

	#details-view .container {
		padding: 10px 0px 10px 10px;
		margin-right: 0;
	}
	
#unit-details-view {
	padding-right: 10px;
}

.scroller {
	padding-right: 0;
}

#filter-view {
	padding-top: 10px;
}

#list-view {
	display: none;
}

.radio-list {
	font-size: 14px;
}

.search-label {
	float: left;
	padding-top: 8px;
	padding-left: 6px;
	padding-right: 6px;
}

.input-small {
	float: left;
}

#gallery-block {
	width: 100%;
	height: 50%;
}

#gallery-container {
	width: 100%;
	height: 100%;
}

.gallery .gItem {
	background-color: #FFF;
}

.gallery .gImages {
	height: 100%;
}





/* UNIT VIEW */

.search-results {
    position: relative;	
}

.unit-list-view {
	height: 200px;
	/*margin-top: 1px;*/
	margin-bottom: 1px;
	background-color: #253246;	
	position: relative;
}

	.unit-list-view-image {
		height: 200px;
		z-index: 200;
	}
		
		.unit-list-view-image img {
			height: 200px;
		}
	
	.unit-list-view-info {
		z-index: 300;
		padding: 10px 20px;
		bottom: 0;
		position: absolute;
                width:100%;
                background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
                background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

	}
	
	.unit-list-view-info h3, .unit-list-view-info h4, .unit-list-view-info p {
		color: #FFF;
		text-shadow: 0 2px 2px #000;		
		margin-top: 3px;
		margin-bottom: 0;
		padding: 0;		
	}
	
	.unit-list-view-info h3 {
		font-weight: bold;	
	}

        
        
        
        .osAutocomplete .menu{
            position: fixed;
            width:270px;
        }
