<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*style sheet*/

#body{
	height: 100%;
	width: 1024px;
}

.header, 
.panel.panel-default,
.panel-body{
	width: 100%;
	height: 50px;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #25455E),
	color-stop(1, #242F43)
	);
	background-image: -o-linear-gradient(bottom, #25455E 0%, #242F43 100%) !important;
	background-image: -moz-linear-gradient(bottom, #25455E 0%, #242F43 100%) !important;
	background-image: -webkit-linear-gradient(bottom, #25455E 0%, #242F43 100%) !important;
	background-image: -ms-linear-gradient(bottom, #25455E 0%, #242F43 100%) !important;
	background-image: linear-gradient(to bottom, #25455E 0%, #242F43 100%) !important;
    background-color:#25455E;
	box-shadow: 5px 5px 5px #9BA4AA;
}

.header, 
.panel.panel-default,
.panel-body h1 {
	position: relative;
	font-size: 24px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: -5px;
	z-index:999;
}
 
.search,
.form-control{
	margin-left: 5px;
	margin-top: 10px;
}

.search, 
.btn.btn-default{
	/*margin-top: 10px;*/
}

.page-wrapper,
.sidebar{
	margin-left: 5px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #6891AA;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #E1EEF6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.btn-default {
color: #333;
background-color: #fff;
border:1px solid #6891AA;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  color: #333;
  background-color: #E1EEF6;
  border-color: #adadad;
}

.page-wrapper,
.sidebar{
	vertical-align: left;
}

.page-wrapper,
.mapside{
	vertical-align:right;
}
.page-wrapper,
.sidebar .table{
	margin-top: 10px;
}
.page-wrapper,
.sidebar .table th{
	border-left: 1px solid #cbcbcb;
	border-width: 0 0 0 3px;
	font-size: inherit;
	margin: 0;
	overflow: visible;
}

.page-wrapper,
.sidebar .table tr{
	border-left: 1px solid #496577;
	border-width: 0 0 0 3px;
	font-size: inherit;
	margin: 0;
	overflow: visible;
}

.page-wrapper,
.sidebar .table td{
	border-left: 1px solid #cbcbcb;
	border-width: 0 0 0 3px;
	font-size: inherit;
	margin: 0;
	overflow: visible;
}

.result-table{
	max-height:332px;/*36px * 9 items + 8px*/
	overflow-y:scroll;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	line-height: 16px;
	outline: none;
	position: absolute;
	margin-left: -5px;
	margin-top: -5px;
	width: 375px;/*500px * 0.75*/
	z-index: 0;
	-webkit-transition: background-color 200ms cubic-bezier(0.52,0,0.48,1);
	-moz-transition: background-color 200ms cubic-bezier(0.52,0,0.48,1);
	-ms-transition: background-color 200ms cubic-bezier(0.52,0,0.48,1);
	-o-transition: background-color 200ms cubic-bezier(0.52,0,0.48,1);
	transition: background-color 200ms cubic-bezier(0.52,0,0.48,1);
	padding-left:0px;
}

ul{
	-webkit-padding-start: 0px;
}

/*.glyphicon{
	padding-right:10px;
}*/

 ul li{
	list-style: none;
	font-size: inherit;
	margin: 0;
	overflow: visible;
	padding: 10px;
}

hr{
	margin:0px;
	padding:0px;
	border-top: 1px solid #cdcdcd;
}

div#mapDiv.col-md-8.map{
	border:1px solid #6891AA;
	margin-top: 10px;
}


.search-bar-input {
	margin-top: 5px;
display: inline-block;
width: 75%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.searchBar{
	width: 500px;
}

.search .btn.btn-default{
	background-color: 	#4588EC;
	position: relative;
	top: -1px;
}

.search .glyphicon{
	color: #ffffff;
}

.search-bar-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

#app-logo {
	padding-bottom:10px;
}

.LocateButton .zoomLocateButton {
	margin-top:1px;
	margin-left:1px;
}

#list-results {
	margin-top:0px;
	margin-bottom:0px;
	color:#4588EC;
}

.glyphicon-map-marker {
	padding-right:7px;
	color:#3c5e79;
}

.popupbtn .btn{
	font-size: 11px;
	margin-top: 5px;
	padding: 6px 6px 6px 6px;
	float: right;
}
#no-result {
	overflow:hidden;
}

#clear-results {
	float: right;
	color: #FC856E;

}

.header, .panel.panel-default, .panel-body{ 
	box-shadow: 0px 0px 2px 0px #9BA4AA; 
} 

.panel { 
	border: 0px; margin-left:0px; padding-left:0px; 
} 

.header, .panel.panel-default, .panel-body h1 {
	margin-top:-2px; 
}</pre></body></html>