.fyeo_activate {
	background-color: #17335f;
	color: white;
	width: 100%;
	font-size: 10pt;
	height: 30px;
	line-height: 20px;
	text-align: center;
	padding: 5px 0;
	float: left;
	position: absolute;
	top: 0;
	cursor: pointer;
}

#fyeo_overlay {
     visibility: hidden;
     position: fixed;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000000000;
     background-color: rgba(0,0,0,0.5);
     overflow: scroll;
}

#fyeo_popup {
     width: 550px;
     margin: 100px auto;
     background-color: #fff;
     border: 1px solid #000;
     padding: 20px;
     text-align:center;
}

.fyeo_header {
	background-color: #17335f;
	width: calc(100% + 40px);
	clear: both;
	padding: 15px;
	text-align: center;
	position: relative;
	margin: -20px -20px 0 -20px;
}

.fyeo_header .fyeo_logo {
	width: 50%;
}

.fyeo_close {
    position: absolute;
    top: 5px;
    right: 10px;
    color: white;
    font-size: 25px;
    cursor: pointer;
}

.fyeo_form {
	color: black;
	font-size: 11pt;
	font-family: Helvetica, Arial, sans-serif;
}

.fyeo_text, .fyeo_form_preferences {
	color: black;
    font-size: 11pt;
    padding: 30px 13px 10px 10px;
    clear: both;
}

.fyeo_form_label {
	width: calc(35% - 30px);
	float:left;
	padding: 0px 15px;
	text-align: right;
	line-height: 40px;
	font-weight: bold;
}

.fyeo_form_control {
	width: 65%;
	float:left;
	padding: 5px 0;
	position: relative;
}

.fyeo_form_control select, .fyeo_form_control input {
	border-radius: 5px;
	width: 100%;
	height: 40px;
	border: 1px solid #333;
	padding: 5px;
}

.fyeo_beds, .fyeo_baths {
	width: 18%;
}

.fyeo_submit {
	color: white;
	background-color: #f69600;
	padding: 10px;
	font-size: 14pt;
	border: 0px;
	width: 100%;
	margin: 20px auto 0px auto;
}

.ms-options-wrap,
.ms-options-wrap * {
    box-sizing: border-box;
}

.ms-options-wrap ul, .ms-options-wrap li{
    margin:0;
    padding:0;
    list-style:none;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
    position: relative;
    width: 100%;
    text-align: left;
    border: 1px solid #333;
    background-color: #fff;
    padding: 10px 20px 10px 5px;
    border-radius: 5px !important;
    margin-top: 1px;
    font-size: 13px;
    outline-offset: -2px;
    white-space: nowrap;
}

.ms-options-wrap > button > span {
    display: inline-block;
}

.ms-options-wrap > button[disabled] {
    background-color: #e5e9ed;
    color: #808080;
    opacity: 0.6;
}

.ms-options-wrap > button:after {
    content: ' ';
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #999;
    margin-top: -3px;
}

.ms-options-wrap.ms-has-selections > button {
    color: #333;
}

.ms-options-wrap > .ms-options {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 20px;
    background: white;
    z-index: 2000;
    border: 1px solid #aaa;
    overflow: auto;
    visibility: hidden;
}

.ms-options-wrap.ms-active > .ms-options {
    visibility: visible
}

.ms-options-wrap > .ms-options > .ms-search input {
    width: 100%;
    padding: 4px 5px;
    border: none;
    border-bottom: 1px groove;
    outline: none;
}

.ms-options-wrap > .ms-options .ms-selectall {
    display: inline-block;
    font-size: .9em;
    text-decoration: none;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
    text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
    margin: 4px 5px;
}

.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ms-options-wrap > .ms-options > ul li.ms-hidden {
    display: none;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
    padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
    border-top: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
    display: block;
    padding: 5px 0 0 0;
    font-weight: bold;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 6px 4px 6px 25px;
    margin: 1px 0;
    border: 1px dotted transparent;
    text-align: left;
    font-weight: normal;
}

.ms-options-wrap > .ms-options > ul label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 4px 4px 20px;
    margin: 1px 0;
    border: 1px dotted transparent;
    text-align: left;
    font-weight: normal;
}
.ms-options-wrap > .ms-options.checkbox-autofit > ul label,
.ms-options-wrap > .ms-options.hide-checkbox > ul label {
    padding: 6px;
}

.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover {
    background-color: #efefef;
    border-color: #999;
}

.ms-options-wrap > .ms-options > ul li.selected label {
    background-color: #efefef;
    border-color: transparent;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: absolute;
    left: 4px;
    top: 7px;
    width: auto;
    height: auto;
    padding: 0px;
}

.ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.fyeo_form_body ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	margin-bottom: -1px;
	z-index: 10;
    position: relative;
    margin-top: 20px;
    margin-left: 8px;
}

.fyeo_form_body::after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

.fyeo_form_body ul.tabs li{
	background: #ededed;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	border: 1px solid #ccc;
	border-bottom: 0px;
}

.fyeo_form_body ul.tabs li.current{
	background: #fff;
	color: #222;
	font-weight: bold;
}

.fyeo_form_body .tab-content {
	display: none;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 10px;
	float: left;
}

.fyeo_form_body .tab-content.current{
	display: inherit;
}

.fyeo_international {
	width: 100%;
}

.fyeo_international input[type='checkbox'] {
	display: inline-block;
	width: 15px;
	height: 15px;
}

.fyeo_international label {
	display: inline-block;
}