/************** INDEX ******************/

.indexSlider .layerSliderContainer {
	width: 100%;
	padding-bottom: 45%;
	margin: 0 auto;
}

#layerslider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*************** INFO ****************/

/* INFO TABLE*/
.condoInfoTable {
	padding: 1em;
	margin-bottom: 1em;
	border-top: #aaa 1px solid;
	border-bottom: #aaa 1px solid;
	background: #001F5B;
	color:#fff;
	
}
.dataTable {
	float: left;
	width: 50%;
}
.dataLabel {
	float: left;
	width: 35%;
}
.dataField {
	float: left;
	width: 65%;
}
/* PANELS */

.infoPanels .panelHeader, .detailsPanels .panelHeader {
	border: #ccc 1px solid;
	font-size: 1.5em;
	padding: .75em;
	margin-bottom: 15px;
}

.infoPanels .panelHeader:hover, .detailsPanels .panelHeader:hover	{
	background:#001F5B;
	color:#fff;	
}
.infoPanels .panelContent {
	padding: .5em;
}

/* NAV BUTTONS */



/*************** FLOOR PLANS ****************/

/* CAROUSEL*/
.floorPlanCarousel {
	padding: 0;
}

/*************** SALES AND RENTAL STATS-TABLES ****************/

/* STATS */
.statCell {
	float: left;
	width: 30%;
	padding: 1em 0;
	margin-left: 2.5%;
	background: #001F5B;
	color: #fff;
	text-align: center;
}
.statData {
	float: left;
	width: 65%;
	font-size: 2em;
}
.statLabel {
	float: left;
	width: 35%;
}

/* TABLE */
.tableHeading {
	text-align: center;
}
#salesTableContainer {
	overflow-x: auto;
}
.salesTable {
	min-width: 750px;
}
.salesTable h4 {
	margin-top: 1em;
	margin-left: .25em;
}
.salesTableHeader .tableLabel, .salesTableCell .tableData {
	float: left;
	width: 14%;
	text-align: center;
}
.salesTableHeader .tableLabel:first-child, .salesTableCell .tableData:first-child {
	float: left;
	width: 16%;
	padding-left: .5em;
	text-align: left;
}

.salesTableCell .tableData a:first-child {
	color:#3476EC;
	text-decoration:underline;
}
.salesTableCell {
	height:2.5em;
	padding: .75em 0;
	background: #eee;
	border-bottom: #001F5B 1px solid;
}
.salesTableCell:hover {
	background: #ddd;
	//color: #fff;
}

/************** SALES DATA ***************/

/*CHART*/
#chartContainer, #chartContainer-2	{
	width:100%;
	height:600px;
}

/************* DETAILS ******************/

/*INFO TABLE*/

.propertyDetailsInfoTable	{
	padding: 1em 0;
	margin-bottom: 1em;
	border-top: #001F5B; 1px solid;
	border-bottom: #001F5B; 1px solid;
	color:#333;
}

.propertyDetailsInfoTable .dataLabel	{
	color:#5FB5EC;
	font-weight:bold;
}