/*
 * Default Layout Theme
 *
 * Created for jquery.layout 
 *
 * Copyright (c) 2010 
 *   Fabrizio Balliano (http://www.fabrizioballiano.net)
 *   Kevin Dalman (http://allpro.net)
 *
 * Dual licensed under the GPL (http://www.gnu.org/licenses/gpl.html)
 * and MIT (http://www.opensource.org/licenses/mit-license.php) licenses.
 *
 * Last Updated: 2010-02-10
 * NOTE: For best code readability, view this with a fixed-space font and tabs equal to 4-chars
 */

/*
 *	DEFAULT FONT
 *	Just to make demo-pages look better - not actually relevant to Layout!
 */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:   100%;
	*font-size:  80%;
}

/*
 *	PANES & CONTENT-DIVs
 */
   	
/*-------------------------------------Start of My Additions---------------------------------*/

 .ui-layout-east {
 	size: 50px;
 	}

 .ui-layout-north {
 	background-color:#313C64 !important;
 	} 	

 .ui-layout-west {
 	background-color:#313C64 !important;
 	size: 0px !important;
 	
 	}

 .ui-layout-southwest {
 	background-color:#313C64 !important;
 	size: 0px !important;
 	
 	}
 	
 .ui-layout-south {
 	size: 0px;
 	}
 	
div.section-header {
	background-color: #eee;
	color: #636363;
	display: inline;
	float: none;
	font-family: Calibri,Arial,sans-serif;
	font-size: .95em;
	margin: 1px 0 0;
	padding: 30px 1px 3px 1px;
	/*width: 300px;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #bbb;
}	

#floor-plans-pricing,
#propertywide-amenities,
#apartment-unit-amenities,
#additional-info {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

h2 {
	text-align: left;	
	color: #fff;
    font-size: 18px;
    margin: 10px 0;
	font-family: Verdana, Tahoma, Sans-Serif;
}

#footer {
	clear: both;
}

#footer span,
.year-built,
.management-company,
.phone-number,
.fax-number {
	display: block;
}

.office-hours {
	display: block;
    line-height: 2.5;
    margin-bottom: 5px;
}

.view-more,
.view-more:hover,
.footer-view-more,
.footer-view-more:hover,
#complete-list a,
#complete-list a:hover {
	color: #f0b748;
}

#property-links {
	display: inline-block;
}

#property-links a {
	color: #fff;
	line-height: 1.8;
	font-size: 11px;
    float: left;	
    width: 33.3%;
}

/*#property-links a:before {
	content: "-";
	padding: 0 4px 0 1px;
}*/


/*#floor-plans-pricing h2 {
	margin-bottom: 5px!important;
}*/

.text-sub {
	color:#CFD3FD;
	font-size: 10px!important;
}

.text-xs {
	font-size: 10px!important;
}

.text-sm {
	font-size: 12px!important;
}

.text-lg {
    font-size: 18px;
}

ul {
	padding: 0 20px;
}

#complete-list p {
	line-height: 1.7;
	font-size: 14px;
	color: #fff;
}

#propertywide-amenities ul li,
#apartment-unit-amenities ul li {
	width:33.3%;
	float:left;
    padding-right: 15px;
}

#additional-info ul li {
	width:50%;
	float:left;	
    padding-right: 15px;
}

.margin-xs {
	margin: 10px;
}

.margin-sm {
	margin: 20px;
}

.margin-bottom-sm {
	margin-bottom: 20px;
}

.margin-bottom-right-xs {
	margin-right: 5px;
	margin-bottom: 5px;
}

.btn-warning {
	/*color: #efefef;*/
    font-weight: 700;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    text-shadow: 0 1px 1px #795236;
}

table > thead > tr > th {
	border-bottom: 0!important;
	background: #313C64;
	color: #fff;	
	font-size: 12px;
	text-align: center;
}

table#uiFloorplans > tbody > tr:hover {
    background: #313C64!important;
	cursor: pointer!important;
}

#uiMainPhoto:hover {
	cursor: pointer!important;
}

.view-more:hover{
	cursor: pointer!important;
	text-decoration: underline;
}

table tbody tr:last-child:hover {
    background: none!important;
}

#property-info {
	text-align: center;
	margin-bottom: 20px;
}

.property-information
{
	text-align: left;
	float: left;
	background: #165A7E;
	color: #FFFFFF;
	margin: 2px 0 0 0;
	min-height: 18.5em;
	padding: 2px; 
}
.management-company{
	height: 16px;
}
.apartment-description
{
	clear: both;
	padding-top: 10px;
}

h1 a.property-name
{
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Sans-Serif;
	text-decoration: none;
    cursor: pointer;
}
a.property-name:hover
{
	text-decoration: underline;
}
div.address
{
	font-size: 14px;
	font-family: Verdana, Tahoma, Sans-Serif;
	float: none;
	color: #fff;
	padding: 0px;
    margin-bottom: 15px;
}
div.address a
{
	font-size: 1em;
	color: #fff;
}

.text-white {
	color: #fff;
}

div.address_popup
{

	font-size: 12px;
	font-family: Verdana, Tahoma, Sans-Serif;
	float: none;
	color: #717171
}

div.address_popup_small
{
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Tahoma, Sans-Serif;
	float: none;
	color: #717171
}
.amentable {
	border: 0px;
	background-color: #4E587B;
	table-layout: fixed;
	text-align: center;
	width: 70%;
}
.amentd {
	text-align: left;
	text-align: top;
	padding: 0px;
	border: 0px #CFD3FD;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
	font-family: arial;
}	
.amenth {
	text-align: center;
	text-align: top;
	padding: 0px;
	border: 0px solid black;
	color: #CFD3DF;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
}	

.rrtable {
	border: 0px solid black;
	background-color: #4E587B;
	table-layout: fixed;
	text-align: center;
	width: 90%;
}
.rrtd {
	text-align: center;
	text-align: top;
	padding: 0px;
	border: 1px #CFD3FD;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
.rrth {
	text-align: center;
	text-align: top;
	padding: 0px;
	border: 0px solid black;
	color: #CFD3FD;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	/*font-weight: bold; */
} 	
.li {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #FFFFFF;
	text-align: left;
	line-height: 1.8;
}


/* Styling the Popup Window */
.popup-trigger { display: block; margin: 0 auto; padding: 20px; max-width: 260px; background: #4EBD79; color: #fff; font-size: 18px; font-weight: 700; text-align: center; text-transform: uppercase; line-height: 24px; cursor: pointer; }
.popup {display: none; position: absolute; top: 100px; left: 50%; width: 700px; margin-left: -350px; padding: 50px 30px; background: #fff; color: #333; font-size: 19px; line-height: 30px; border: 10px solid #150E2D; z-index: 9999;}
.popup-mobile {position: relative; top: 0; left: 0; margin: 30px 0 0; width: 100%;}		
.popup-btn-close {position: absolute; top: 8px; right: 14px; color: #4EBD79; font-size: 14px; font-weight: bold; text-transform: uppercase; cursor: pointer;}	



/* css for pop up*/
#element_to_pop_up { 
    background-color:#CEE5EB;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:5px;
    min-width:600px;
    min-height: 450px;
}
.b-close{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
}

/*--advanced menu--*/

.hidden { display: none;
			font-family: tahoma;}
.unhidden { display: block;
			font-family: tahoma;}

 #left {
	/*display: none;*/
	position:absolute;
	font-size: 1.25em;
	left: 10%;
	width: 80%;
	line-height: 1.8;
	top:35px;
	padding:0;
	/*width:220px;*/
	/*height:400px;*/
	color:#333;
	background:#fff;
	border: solid 1px #000000;
	border-radius:10px;  
	padding: 3px;
	z-index: 1;
}

#left p {
	padding: 0 10px;
}

	/* Property Name Link formatting for props returned in a search - 'infodiv' : */
		.prop_search_aptname-display {
			 font-family: verdana;
			 font-size: 14px;
			 text-align: left;
			 vertical-align: top;
			 text-decoration: none;
			 font-weight: bold;
		}

	/* Property address formatting for props returned in a search - 'infodiv' : */
		.prop_search_address-display {
			 font-family: tahoma;
			 font-size: 12px;
			 text-align: left;
			 vertical-align: top;
			 text-decoration: none;
			 font-weight: normal;
			 padding: 5px;
			 border-radius: 5px;
			 background-color: #f3f3f3;
		}
			.prop_search_address-display table {
				background-color: #f3f3f3;
			}
				.prop_search_address-display table:first-child {
					border-top-right-radius: 5px;
					border-top-left-radius: 5px;
				}


	/* td header for props returned in a search - 'infodiv' : */
		.prop_search_header-display {
			font-family: Verdana,Arial,Helvetica,sans-serif;
			font-size: 11px;
			font-weight: bold;
			background-color : #e9f4fe;
			text-align: center;
		}
		td.prop_search_header-display{
			padding: 5px 0;
		}

	/* td standard for props returned in a search - 'infodiv' : */
		.prop_search_field-display {
			 font-family: arial;
			 font-size: 12px;
			 text-align: center;
			 vertical-align: top;
			 border-width: 1px;
			font-weight: bold;
		}
		td.prop_search_field-display {
			padding: 3px 0;
		}

	/* td standard for props returned in a search - 'infodiv' : */
		.prop_search_grey-display {
			font-family: Tahoma,Verdana,Arial;
			font-size: 9px;
			font-weight: normal;
			color: grey;
		}
	/* td standard for props returned in a search - 'infodiv' : */
		#pet_specials.prop_search_red-display {
			margin-left: 40px;
		}
		.prop_search_grey-display > center{
			padding: 10px 0 5px 0;
		}
		.prop_search_red-display {
			font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: red;
			text-align: left;
		}
	/* td standard for props returned in a search - 'infodiv' : */
		.prop_search_black-display {
			font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
			font-size: 12px;
			font-weight: normal;
			color: black;
			text-align: left;
		}
	/* td standard for props returned in a search - 'infodiv' : */
		.prop_search_avail-display {
			font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
			font-size: 12px;
			font-weight: normal;
			color: black;
			text-align: right;
		}


/*---------------------------------End of My Additions---------------------------------*/ 	
 
.ui-layout-pane { /* all 'panes' */
	background-color:#000;
	border:		1px solid #BBB;
	padding:	10px; 
	overflow:	auto;
	/* DO NOT add scrolling (or padding) to 'panes' that have a content-div,
	   otherwise you may get double-scrollbars - on the pane AND on the content-div
	   - use ui-layout-wrapper class if pane has a content-div
	   - use ui-layout-container if pane has an inner-layout
	*/
	}
	/* (scrolling) content-div inside pane allows for fixed header(s) and/or footer(s) */
	.ui-layout-content {
		padding:	10px;
		position:	relative; /* contain floated or positioned elements */
		overflow:	auto; /* add scrolling to content-div */
	}

/*
 *	UTILITY CLASSES
 *	Must come AFTER pane-class above so will override
 *	These classes are NOT auto-generated and are NOT used by Layout
 */
.layout-child-container,
.layout-content-container {
	padding:	0;
	overflow:	hidden;
}
.layout-child-container {
	border:		0; /* remove border because inner-layout-panes probably have borders */
}
.layout-scroll {
	overflow:	auto;
}
.layout-hide {
	display:	none;
}

/*
 *	RESIZER-BARS
 */
.ui-layout-resizer	{ /* all 'resizer-bars' */
	background:		#DDD;
	border:			1px solid #BBB;
	border-width:	0;
	}
	.ui-layout-resizer-drag {		/* REAL resizer while resize in progress */
	}
	.ui-layout-resizer-hover	{	/* affects both open and closed states */
	}
	/* NOTE: It looks best when 'hover' and 'dragging' are set to the same color,
		otherwise color shifts while dragging when bar can't keep up with mouse */
	.ui-layout-resizer-open-hover ,	/* hover-color to 'resize' */
	.ui-layout-resizer-dragging {	/* resizer beging 'dragging' */
		background: #C4E1A4;
	}
	.ui-layout-resizer-dragging {	/* CLONED resizer being dragged */
		border: 	 1px solid #BBB;
	}
	.ui-layout-resizer-north-dragging,
	.ui-layout-resizer-south-dragging {
		border-width:	1px 0;
	}
	.ui-layout-resizer-west-dragging,
	.ui-layout-resizer-east-dragging {
		border-width:	0 1px;
	}
	/* NOTE: Add a 'dragging-limit' color to provide visual feedback when resizer hits min/max size limits */
	.ui-layout-resizer-dragging-limit {	/* CLONED resizer at min or max size-limit */
		background: #E1A4A4; /* red */
	}

	.ui-layout-resizer-closed-hover	{ /* hover-color to 'slide open' */
		background: #EBD5AA;
	}
	.ui-layout-resizer-sliding {	/* resizer when pane is 'slid open' */
		opacity: .10; /* show only a slight shadow */
		filter:  alpha(opacity=10);
		}
		.ui-layout-resizer-sliding-hover {	/* sliding resizer - hover */
			opacity: 1.00; /* on-hover, show the resizer-bar normally */
			filter:  alpha(opacity=100);
		}
		/* sliding resizer - add 'outside-border' to resizer on-hover 
		 * this sample illustrates how to target specific panes and states */
		.ui-layout-resizer-north-sliding-hover	{ border-bottom-width:	1px; }
		.ui-layout-resizer-south-sliding-hover	{ border-top-width:		1px; }
		.ui-layout-resizer-west-sliding-hover	{ border-right-width:	1px; }
		.ui-layout-resizer-east-sliding-hover	{ border-left-width:	1px; }

/*
 *	TOGGLER-BUTTONS
 */
.ui-layout-toggler {
	border: 1px solid #BBB; /* match pane-border */
	background-color: #BBB;
	}
	.ui-layout-resizer-hover .ui-layout-toggler {
		opacity: .60;
		filter:  alpha(opacity=60);
	}
	.ui-layout-toggler-hover , /* need when NOT resizable */
	.ui-layout-resizer-hover .ui-layout-toggler-hover { /* need specificity when IS resizable */
		background-color: #FC6;
		opacity: 1.00;
		filter:  alpha(opacity=100);
	}
	.ui-layout-toggler-north ,
	.ui-layout-toggler-south {
		border-width: 0 1px; /* left/right borders */
	}
	.ui-layout-toggler-west ,
	.ui-layout-toggler-east {
		border-width: 1px 0; /* top/bottom borders */
	}
	/* hide the toggler-button when the pane is 'slid open' */
	.ui-layout-resizer-sliding  .ui-layout-toggler {
		display: none;
	}
	/*
	 *	style the text we put INSIDE the togglers
	 */
	.ui-layout-toggler .content {
		color:			#666;
		font-size:		12px;
		font-weight:	bold;
		width:			100%;
		padding-bottom:	0.35ex; /* to 'vertically center' text inside text-span */
	}

/*
 *	PANE-MASKS
 *	these styles are hard-coded on mask elems, but are also 
 *	included here as !important to ensure will overrides any generic styles
 */
.ui-layout-mask {
	border:		none !important;
	padding:	0 !important;
	margin:		0 !important;
	overflow:	hidden !important;
	position:	absolute !important;
	opacity:	0 !important;
	filter:		Alpha(Opacity="0") !important;
}
.ui-layout-mask-inside-pane { /* masks always inside pane EXCEPT when pane is an iframe */
	top:		0 !important;
	left:		0 !important;
	width:		100% !important;
	height:		100% !important;
}
div.ui-layout-mask {}		/* standard mask for iframes */
iframe.ui-layout-mask {}	/* extra mask for objects/applets */

/*
 *	Default printing styles
 */
@media print {
	/*
	 *	Unless you want to print the layout as it appears onscreen,
	 *	these html/body styles are needed to allow the content to 'flow'
	 */
	html {
		height:		auto !important;
		overflow:	visible !important;
	}
	body.ui-layout-container {
		position:	static !important;
		top:		auto !important;
		bottom:		auto !important;
		left:		auto !important;
		right:		auto !important;
		/* only IE6 has container width & height set by Layout */
		_width:		auto !important;
		_height:	auto !important;
	}
	.ui-layout-resizer, .ui-layout-toggler {
		display:	none !important;
	}
	/*
	 *	Default pane print styles disables positioning, borders and backgrounds.
	 *	You can modify these styles however it suit your needs.
	 */
	.ui-layout-pane {
		border:		none !important;
		background:	 transparent !important;
		position:	relative !important;
		top:		auto !important;
		bottom:		auto !important;
		left:		auto !important;
		right:		auto !important;
		width:		auto !important;
		height:		auto !important;
		overflow:	visible !important;
	}
}

/*Perpetual Header Section*/
#scroller {
    top: 50px;
    left: 0;
    text-align: center;
    padding: 6px 2px;
    /*background: #fff;*/
    background: #eee;
    z-index: 1;
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.negative-location {
    position: fixed;
    top: 50px;
    z-index: -1;
}

.fixed-top.active {
    top: 90px!important;
    /*border-bottom: 1px solid #E5E5E5;*/
    border-bottom: 1px solid #bbb;
    position: fixed;
}

.fixed-top.transition {
    -moz-transition: top .25s ease-in-out 0s;
    -o-transition: top .25s ease-in-out 0s;
    -webkit-transition: top .25s ease-in-out 0s;
    transition: top .25s ease-in-out 0s;
}

.fixed-top {
    top: 35px;
    z-index: 1039;
    margin-left: 0;
    border-bottom: solid 1px rgba(0,0,0,.4);
}

.ellipsis {
    font-size: 16px;
	font-weight: 700;
    font-family: Verdana, Tahoma, Sans-Serif;
}

.btn-warning:before {
	font-family: "Glyphicons Halflings";
	content: "\e075";
	float: right;
}

.image-wrapper:after {
    top: 42%;
    cursor: pointer;
    padding-top: 8px;
    font-weight: 100;
    font-size: 2.5em;
	font-family: "Glyphicons Halflings";
    position: absolute;
    display: inline-block;
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,.3);
    text-align: center;
    line-height: 28px;
	right: 0;
    -webkit-border-bottom-left-radius: .1em;
    -webkit-border-top-left-radius: .1em;
    border-top-left-radius: .1em;
    border-bottom-left-radius: .1em;
    color: #fff;
    content: "\e080";
}

.image-wrapper:before {
    top: 42%;
    cursor: pointer;
    padding-top: 8px;
    font-weight: 100;
    font-size: 2.5em;
	font-family: "Glyphicons Halflings";
    position: absolute;
    display: inline-block;
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,.3);
    text-align: center;
    line-height: 28px;
	left: 0;
    -webkit-border-bottom-left-radius: .1em;
    -webkit-border-top-left-radius: .1em;
    border-top-left-radius: .1em;
    border-bottom-left-radius: .1em;
    color: #fff;
    content: "\e079";
}

.image-wrapper {
	position: relative;
    z-index: 0;
    margin: 0 auto;
    padding: 0;
    width: auto;
    max-width: 720px;
}

.img-responsive {
	width: 100%!important;
	min-height: 100px;
}

.btn-floor-plan-availability {
    display: inline-block;
    background-color: transparent;
    color: #f0b748;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    cursor: pointer;
    border: 1px solid #f0b748;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-floor-plan-availability:hover {
    background-color: #f0b748;
	color: #fff;
}

.width-availability {
	width: 180px;
}

#uiFloorplans thead tr th,
#uiFloorplans tbody tr td {
    vertical-align: middle!important;
}

#uiFloorplans thead tr th {
    padding: 10px 5px;
}


@media(max-width:1200px){
	#property-links a {
		width: 50%;
	}

	 #left {
		left: 5%;
		width: 90%;
	 }
}


@media(max-width:767px){
	#southwest {
		margin: 0 -10px;
	}
	#property-info h1,
	a.property-name {
		font-size: 18px
	}
	.btn-warning {
    	font-size: 14px;
	}
	.margin-sm {
		margin: 20px 0!important;
	}
	table > tbody > tr:hover {
  		pointer-events: none!important;
		background-color: #4a5a78!important;
	}
	#propertywide-amenities ul li,
	#apartment-unit-amenities ul li {
		width:50%;
	}	
	#additional-info ul li {
		width:100%;
	}
	#property-links a {
		width: auto;
    	padding-right: 15px;
		padding-bottom: 5px;
    	white-space: nowrap;
	}

}