h2 {
	color: #286090;
}
.navbar  {
	background: #337AB7;
	border: none;
}
.navbar a {
	color: white !important;
}
.navbar li:hover{
	background: #286090;
}
body {
	font-family: "Myriad Pro", "Open Sans", "Lucida Grande", calibri, sans-serif;
	
	min-width: 300px;
}
footer {
	margin: 45px 45px;
	color: #666;
}
#search {
	text-align: center;
}
.input-group {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#address-search-number {
	width: 25%;
}
#address-search-street {
	width: 50%;
}
#address-search-city {
	width: 25%;
}
.btn {
	height: 34px;
}
.panel{
	border-bottom: 5px solid #666;
}
.permits .col-md-2:nth-child(6n+1) .thumbnail {
	border: 1px solid #669;
	border-bottom: 5px solid #669;
}
.permits .col-md-2:nth-child(6n+2) .thumbnail {
	border: 1px solid #699;
	border-bottom: 5px solid #699;
}
.permits .col-md-2:nth-child(6n+3) .thumbnail {
	border: 1px solid #696;
	border-bottom: 5px solid #696;
}

.permits .col-md-2:nth-child(6n+4) .thumbnail {
	border: 1px solid #969;
	border-bottom: 5px solid #969;
}

.permits .col-md-2:nth-child(6n+5) .thumbnail {
	border: 1px solid #996;
	border-bottom: 5px solid #996;
}

.permits .col-md-2:nth-child(6n+6) .thumbnail {
	border: 1px solid #966;
	border-bottom: 5px solid #966;
}

.permits .thumbnail:hover {
	background: #eee;
}
.navbar {
	border-radius: 0;
}
.navbar-brand img {
	position: relative;
	top: -15px;
	left: -15px;
}
.countybranding {
	padding:10px;
	background-color:#eee;
}
.countybranding .skip-content-link  {
	padding: 10px;
}
.list-group-item a {
	cursor: pointer;
}
.media-object {
	height: 64px;
}
.hero {
	height: 130px;
}
#lookup {
	padding: 10px;
	background-color: #eee;
}
.panel-group {
	text-align: center;
}
.panel-default {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.panel-default>.panel-heading {
	background-color: #fff;
}
.example {
	color: #286090;
}
/* Autocomplete */
.ui-autocomplete{position:absolute;top:100%;left:0;z-index:1000;float:left;display:none;min-width:160px;_width:160px;padding:4px 0;margin:2px 0 0 0;list-style:none;background-color:#ffffff;border-color:#ccc;border-color:rgba(0, 0, 0, 0.2);border-style:solid;border-width:1px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;*border-right-width:2px;*border-bottom-width:2px}.ui-autocomplete .ui-menu-item > a.ui-corner-all{display:block;padding:3px 15px;clear:both;font-weight:normal;line-height:18px;color:#555555;white-space:nowrap}.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover,.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active{color:#ffffff;text-decoration:none;background-color:#0088cc;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;background-image:none; }
.ui-autocomplete li {
	padding: 10px;
}

