html, body{height:100%;}

.spacer{height:10px;}
.spacer-2x{height:20px;}
.nodisplay{display:none !important;}

.no-close .ui-dialog-titlebar-close {display: none;}
#dialog-settings, #dialog-disclaimer, #dialog-bad-match, #dialog-calculator {display:none;}

.navbar {
	margin-bottom:0;
	height: 72px;
	background-color: #05314d;
	border-color: #05314d;
}

#navbar ul.nav.navbar-nav.navbar-right li a
{
    color: #ddd;
}

#navbar ul.nav.navbar-nav.navbar-right li a:hover
{
    color: white;
    !important;
}

.top-brand {padding-right:30px;}
.top-brand img {margin-top:15px; height: 50px;}
.address {
}
.pac-container {
    z-index: 9999 !important;
}
.content{
	padding-top:72px;
	width:100%;
	height:100%;
}
#map {
	width:100%;
	height:100%;
}

.mainTitle {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	height: 50px;
	padding: 15px 5px 0px 0px;
	color: #05304d;
}

.vertBar {
	display: inline-block;
}
#legend {
	background: white;
	padding: 5px 10px;
	margin: 2px 10px;
	border: 1px solid #333;
	width: 350px;
	font-size: 12px;
	border-radius: 3px;
}
.legend-row {height:20px; width:100%; margin-bottom:3px;}
.legend-row > div {float:left; width:20px; height:20px; margin-right:10px;}
.legend-row > span {float:left; padding-top:3px;}
.legend-color-nil {background: #B4EFAB; opacity:1;}
.legend-color-100 {background: #B4C1AB; opacity:1;}

.legend-color-block {
	display: inline-block;
	width: 20px;
	height: 18px;
	margin-right: 3px;
	border-radius: 3px;
}

.hn-rural {
	background-color: #f2b8a1;
	border: 1px solid #656565;
}

.highNeedsColor, #ruralTypeMsg.highNeedsColor {
	color: #f8a87b;
}

.rural {
	background-color: #bfc9e8;
	border: 1px solid #656565;
	margin-left: 15px;
}

.ruralColor, #ruralTypeMsg.ruralColor {
	color: #96affb;
}

.cnty-area {
	background-color: #f5f5f5;
	border: 2px solid #F00;
	margin-left: 15px;
}

.legend-sep {
	margin: 8px 0 8px 0px;
}

.legend-color-row {
	
}
.ilb {
	display: inline-block;
}

.listing-data-sources {list-style-type: none;padding-left:0;margin-left:0;}
.listing-data-sources > li {margin-top:5px; margin-bottom:5px;}
.listing-data-sources .left-text {display:inline-block;width:150px;margin-left:10px;}

.filter-listings .left-text {display:inline-block;width:150px;margin-left:10px;}
.filter-listings input[type="checkbox"] {display:inline-block;height:20px;width:20px;padding-top:8px;margin-top:-1px;}
.filter-listings-category {margin-top:5px; margin-bottom:5px; height:25px;}
.filter-listings-criteria {list-style-type: none;padding-left:0;margin-left:0;}
.filter-listings-criteria li {margin-top:5px; margin-bottom:5px;}
.filter-listings-criteria .form-control {display:inline-block; width:100px; padding:5px; height:30px;}
.filter-listings-criteria .lf-cost {width: 50px;}
.filter-listings-criteria .lf-tp3 span {width:auto;margin-right:5px;}
.find-listings {width:90%;}
.no-listings, .no-subject {color:red;display:none;font-weight:bold;}
.list-group-item {width:100%;padding:5px;min-height:75px;}
.listings img {height:60px;width:60px;float:left;margin-right:10px;}
.listings li:hover , .favorites li:hover {background:#EEEEEE;}
#addressError {color:red;font-weight:bold;margin-top: 12px;}
#output-il {color:#58f857;font-weight:bold;margin-top: 12px;}
#ruralTypeMsg{font-weight:bold;margin-top: 12px;}
.input-group {
	width:90%;
	min-width:450px;
	margin-top: 12px;
}
.input-group-btn {
	width:46px !important;
}
@media all and (max-width: 1024px) {
	.input-group{
		width:90%;
		min-width:0px;
	}
	.top-brand {
		padding-right:0px;
	}
	.navbar-form {
		width:95%;
	}
	#legend{
		display:none;
	}
	#output-il{
		display:none;
	}
}

.polyData{
	width: 425px;
	opacity: 0.8;
	background-color: #EFF;
	padding: 10px;
	border: 1px solid #33FF33;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
	font-size:12px;
	font-weight:bold;
	color:#000000;
    text-shadow:-1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}
.polyData strong {
	font-size:16px;
}

.amiPct {
	width: 32px;
	display: inline-block;
	text-align: right;
}

.amiDesc {
	width: 151px;
	display: inline-block;
	text-align: left;
}

.amiSubAmt {
	width: 46px;
	display: inline-block;
	text-align: right;
}

.loanLimitAmt {
	width: 54px;
	display: inline-block;
	text-align: right;
}

.list-info {width:500px;}
.list-gallery {width:200px !important;height:200px !important; float:left; margin-right:20px;}
.list-gallery img {height:200px;width:200px;}
.list-data {width:250px;float:left;}
.list-desc {clear:both;padding-top:10px;}
.list-disclaimer{text-align:center;margin-top:10px;font-style:italic;font-size:12px;}

.footer{
	padding-top:5px;
	display:none;
	height:50px;
}
.footer-text{
	color:red;
	text-align:center;
	font-weight:bold;
	font-size:large;
}