/* @override 
	https://realosophy.triacolyte.com:1252/Scripts/jquery.flexbox-0.9.6/Themes/Home/flexbox.css
	https://realosophy.triacolyte.com/Scripts/jquery.flexbox-0.9.6/Themes/Home/flexbox.css
	http://realosophy.triacolyte.com/Scripts/jquery.flexbox-0.9.6/Themes/Home/flexbox.css?version=635336410712051452
*/

/* Input textbox - do not specify a width here, it will be overwritten */
.ffb-input 
{
	width: 468px !important;
	color: #666;
	display: block;
	font: 18px/21px SansLight;
	padding: 26px 10px 20px 12px;
	border: 1px solid #efefef;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.4),inset 0 1px 0 rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.4),inset 0 1px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.4),inset 0 1px 0 rgba(0,0,0,.3);
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: transparent !important;
	height: 19px;
  margin-top: 12px;
}

.ie8 .ffb-input 
{
	float:left;
	width: 442px !important;
	color: #666;
	display: block;
	font: 18px/21px SansLight;
	padding: 26px 14px 20px 18px;
	border: 1px solid #e0e1e1;
	-moz-appearance: none;
	background-color: transparent !important;
	height: 18px;
  margin-top: 0;
}

.ie8 .ffb-input:focus {
  border: 1px solid #00b7e5;
}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}


#ffb2_input:-moz-placeholder {
	color: #999;

}

#ffb2_input::-webkit-input-placeholder {
	color: #999;

}



::selection { /* Safari */
        background: #fff500 !important; 
        color:#444444 !important;
        }
        
::-moz-selection {
        background: #fff500; /* Firefox */
        color: #444444;
}

/* Color of watermark, if present */
.ffb-input.watermark { /* added and removed dynamically */
	color: #adafaf; /* must specify along with input color */
}

.ffb-no-results 
{
	color:#808080;
	height:18px;
	clear:both;
	border-bottom: 1px solid rgba(234,238,238,0.9);
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 24px;
}
/* Container for dropdown contents */
.ffb {
	position:absolute; /* this guy's parent div is hard-coded to position:relative */
	overflow:hidden;
	margin-top: 0px;
	margin-left: 2px;
}
/* Inner div for dropdown */
.ffb .content {
	width: 460px;
	max-height: 352px;
	overflow:hidden;
	background-color: rgba(248,249,252,0.95);
	z-index: 999999;
	font: 16px/18px SansLight;
	color: #5e5e5e;
	-webkit-box-shadow: 0 1px 2px #ccc; 
	-moz-box-shadow: 0 1px 2px #ccc; 
	box-shadow: 0 1px 2px #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}

.ie8 .ffb .content {
  background-color: transparent;
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2F8F9FC,endColorstr=#F2F8F9FC);*/ /* IE6–IE9 */
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2F8F9FC,endColorstr=#F2F8F9FC)"; /* IE8 */
}

.ffb .content .row {
	color:#808080;
	height: 30px;
	clear:both;
	border-bottom: 1px solid rgba(234,238,238,0.9);
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0;
  margin: 0 !important;
}

.column1, .column2 {
  float: left;
}

.column1 {
	width: 40px;
	padding-right: 8px;
	padding-left: 6px;
}

.column1 span {
	display: block;
	text-align: center;
	vertical-align: middle;
}

.column1 span.icon_Neighbourhood:before {
	content:'P';
	font: 32px/24px Sprite;
	/*color: #838180;*/
}

.column1 span.icon_GooglePlace:before {
	content:'G';
	font: 35px/24px Sprite;
	/*color: #838180;*/
	margin-top: 2px;
}

.column1 span.icon_Mls:before {
	content:'G';
	font: 35px/24px Sprite;
	/*color: #838180;*/
	margin-top: 2px;
}

.column1 span.icon_School:before {
	content:'s';
	font: 26px/12px Sprite;
	padding-bottom: 0;
	/*color: #838180;*/
}

.column2 {
	width: 400px;
  padding-left: 4px;
}

div.content:last-child.row {
	margin: 0;
	padding-bottom: 10px !important;
} 

.ffb-sel {
	cursor:pointer;
	cursor:hand;
	color: #f4f4f5 !important;
	background-color: #40464A;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#40464A), to(#40464A), color-stop(.5,#485054));
background-image: -moz-linear-gradient(0% 100% 90deg,#40464A, #40464A, #485054 50%);
	-webkit-text-stroke: 0.2px #f4f4f5 !important;
}

.ffb-sel div.column1 {
	-webkit-text-stroke: none !important
	}

.ffb-match {
	/*color:#232323;*/
}

/* Paging */
.ffb .paging {
	vertical-align:middle;
	border-bottom:1px solid #828790;
}
.ffb .page, .ffb a.page {
	padding:2px;
	border:solid 1px #339;
	background-color: #f5f9f9;
	margin:2px;
	font-size: .8em;
}
.ffb .box {
	width:22px;
	margin:2px;
}
.ffb .summary {
	font-size: .8em;
}