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


body {
	overflow: hidden;
}
html, body, #map {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
      }
.draggablePopup{
	cursor: all-scroll !important;
}      
.decIndent{
	margin-left: -10px;
}
.incIndent{
	margin-right: 7px !important;
}
.map .tooltip {
    opacity: 1 !important;
    display: block !important;
  }
.esriOverviewMap.ovwTR .ovwShow{
    background: url("../img/a1.png") 0px 0px !important;
}
.esriOverviewMap.ovwTR .ovwHide {
    background: url("../img/a2.png") 0px 0px !important;
}
.esriOverviewMap .ovwButton {    
    width: 25px !important;
    height: 25px !important;
}
.esriPopup .titleButton {
    opacity: 1;
}
.esriBasemapGalleryLabelContainer {
  height: 3em !important;
}
a:hover, a:focus{
	outline: 0px;
	text-decoration: none;
}
a.cw {
	color:#ffffff !important;
}
.tooltiptext{
  display: none;
  width:;
}

.carousel {
    position: relative;
    width: 200%;
    margin-left: -50%;
} 
#galleryNode_basemap_1{
	/*display: none;*/
}
.iScrollVerticalScrollbar {
	width: 10px !important;
	opacity: .6 !important;
}
.iScrollHorizontalScrollbar {
	height: 3px !important;
	opacity: .6 !important;
}
.noResults{
	padding-left: 0px !important;
    margin-left: 5px !important;
}
.iScrollVerticalScrollbar &gt; div {
	border-radius: 5px;
}

.glyphicon {
	top: 2px;
}

.modal-backdrop {
	z-index: 10004 !important;
}

.modal {
	z-index: 10005 !important;
}

/*Disclaimer CSS*/

#disclaimer {
	text-align: center;
}
#disclaimer &gt; h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #666;
}
#disclaimer &gt; a {
	padding: 12px 36px;
}

.dropdown-menu&gt;.active&gt;a, .dropdown-menu&gt;.active&gt;a:hover, .dropdown-menu&gt;.active&gt;a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.noUi-target {
  border-radius: 4px !important;
  border: 1px solid #757575 !important;
}
.noUi-background {
  background: #B7B7B7 !important;
  box-shadow: inset 0 1px 1px #223C23 !important;
}
#govName {
  margin-left: 80px;
  margin-top: 10px;
}
.lead {
	margin-bottom: 10px;
}
.lead1 {
	color: #BBB;
	margin-bottom: 0px;
}
.lead2 {
	color: #666;
}
#splashLogo {
	max-height: 350px;
	max-width: 350px;
	width: 100%;
}

#pullButton {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 60px;
	clear: both;
}

#pullButton &gt; div {
	width:300px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #d4d4d4;
	-webkit-border-top-left-radius: 100px;
	-webkit-border-top-right-radius: 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 100px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	clear: both;
}
#discTab {
	line-height: 60px;
	font-size: 24px;
	width: 100%;
	text-align: center;
	color: #666;
	display: block;
	cursor: pointer;
}
a.disclaimerTab:hover, a.disclaimerTab:link{
	text-decoration: none !important;
}
#disclaimerContainer { 
  bottom: 0px ; 
  display: none ; 
  left: 0px ; 
  position: fixed ; 
  width: 100% ; 
  height: 50%;
  padding: 10px 10px 10px 10px ;
	background-color: #d4d4d4 !important; 
 	clear: both;
}   
.disclaimerInner { 
  background-color: #d4d4d4 !important; 
  border: 0px solid #666666 ; 
  border-bottom-width: 0px ; 
  padding: 10px 10px 10px 10px ; 
  height: 95%;
  overflow: auto;  
  font-size:14px !important; 
  } 
/*Main CSS*/

/*Navbar*/

.navbar {
	box-shadow: 0px 2px 5px #666;
	background: #fff;
}
.navbar &gt; .container {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-header {
	position: relative;
}
.navbar-header a:hover {
	color: #666;
	text-decoration: none;
}
.navbar-header a &gt; img {
	height: 65px;
	width: 65px;
	margin-left: 25px;
}
.navbar-header a &gt; h3 {
	display: inline;
	font-size: 24px;
	padding-left: 10px;
	color: #666;
}
.navbar-header a &gt; span {
	position: absolute;
	left: 92px;
	top: 45px;
	font-size: 11px;
	color: #ccc;
}
.navbar-nav {
	float: none;
	margin-left: 0%;
	margin-right: 5px;
}
.navbar-nav &gt; li &gt; a {
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 25px;
	cursor: pointer;
	width: 160px;
}
.navbar-nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
	background: none;
}
.navbar-nav &gt; li &gt; a &gt; span {
	font-size: 16px;
	color: #666;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.navbar-nav &gt; li &gt; a &gt; img {
	position: absolute;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.navbar-nav &gt; li:first-child &gt; a &gt; img {
	top: 27px;
	right: 30px;
	max-height: 20px;
}
.navbar-nav &gt; li:nth-child(2) &gt; a &gt; img {
	top: 21px;
	right: 38px;
	max-height: 30px !important;
}
.navbar-nav &gt; li:hover &gt; a &gt; span,

.navbar-nav &gt; li:hover &gt; a &gt; img,
.navbar-nav &gt; li.active &gt; a &gt; img,
.navbar-nav &gt; li.visited &gt; a &gt; img,
 {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
/*=== for two search btns ===*/
input[type=submit].btn-block{
	width: 50%;
}
.btn-block+.btn-block {
    margin-top: 0px;
}
/*===end of for two search btns ===*/

.btn-lg, .btn-group-lg&gt;.btn {
  padding: 5px 6px !important;
  font-size: 16px !important;
}
#topseal img {
	max-width: 85px !important;
}
.nsearchbar{
	position: fixed;
	top: 76px !important;
	left: 0px;
	right: 0px;
	min-height: 75px;
	box-shadow: 0px 3px 5px #444;
	z-index: 10003;
}
.searchContainer {
	position: relative;
	display: none;
}
.searchContainer.active {
	display: block;
}

.noUi-handle.noUi-handle-lower{
	left: -5px !important;
}
.noUi-handle.noUi-handle-upper{
	right: -5px !important;
}
#dateDivider {
	position: absolute;
	line-height: 85px;
	margin-left: 7px;
	color: #fff;
	font-weight: bold;
}
.form-control {
	height: 30px;
	padding: 5px 5px;
	font-size: 11px !important;
}
#searchFrame .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}
#altOption{
	padding: 4px 2px;
  /*top: 28px;*/
  width: 27px;
  right: inherit !important;
}
.searchButton {
	
	width: 100%;
	position: relative;
	display: block;
	padding-right: 0px;
	padding-top: 0px;	
}
.searchButton.btn-group {
	width: auto;
	padding-right: 0px;
	padding-top: 10px;
}
.dropdown-menu li:hover {
	cursor: pointer;
}
.smallHeader {
	display: none;
}

#ndefaultSearch, #nadvancedSearch {
	margin-top: 15px !important;
}
#ndefaultSearch .navbar-nav &gt; li {
	float: left ;
	font-size: 12px !important;
}


#startDate, #endDate{
	font-size: 11px !important;
  padding-left: 0px;
}
.fullHeader, .smallHeader {
  width: 100% !important;
  text-align: center !important;
  padding-top: 2px;
}
/*#nadvancedSearch {
    margin-top: 15px !important;
}
#nadvancedSearch .navbar-nav &gt; li{
	width: 11.4%;
	float: left !important;
	min-width: 100px;
}*/

/*Modal*/
.modal-dialog {
	width:308px;
	max-width: 1000px;
}
.modal-content img {
	width: 200%;
	max-height: 800px;
  margin-right: auto !important;

}
img.displayed{
	display: block;
  margin-left: -50% !important;
  margin-right: auto !important;
}
.modalImgContainer{
  min-height: 10em;
  display: table-cell;
  vertical-align: middle 
}

/*App Container*/
.imgContainer{
	width:100%;
}
#listCont {
	background: #ddd;
	position: fixed;
	top: 151px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
}
#backgroundContainer {
	position: fixed;
	width: 100%;
}
#backgroundContainer &gt; img {
	display: block;
	margin: 0 auto;
	margin-top: 100px;
	max-width: 300px;
	opacity: .25;
}
#backgroundContainer &gt; h1 {
	text-align: center;
	color: #b6b6b6;
}


/* all */
::-webkit-input-placeholder { color:#bfbfbf !important;font-style:italic;}
::-moz-placeholder { color:#bfbfbf !important;font-style:italic; } /* firefox 19+ */
:-ms-input-placeholder { color:#bfbfbf !important;font-style:italic; } /* ie */
input:-moz-placeholder { color:#bfbfbf !important;font-style:italic; }

#searchText {
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 45%;
	margin-top: 25px;
}
#searchPreloaderContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,.85);
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
#searchPreloaderContainer.active {
	opacity: 1;
}
#mapParcelPreloaderContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,.85);
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
#mapParcelPreloaderContainer.active {
	opacity: 1;
}

#detailPreloaderContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,.85);
	pointer-events: none;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
#detailPreloaderContainer.active {
	opacity: 1;
	z-index: 2;
}
#pdfPreloaderContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,.85);
	pointer-events: none;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

#pdfPreloaderContainer.active {
	opacity: 1;
	z-index: 3;
}

/*#searchPreloader {		
	position: absolute;
	width: 20%;
	top: 45%;
	margin-left: 40%;
}
#searchPreloader span{
  display: block;
  bottom: 0px;
  width: 18%;
  height: 5px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
	-webkit-animation: searchLoad 1.5s	infinite ease-in-out;
	-moz-animation: searchLoad 1.5s	infinite ease-in-out;
	-ms-animation: searchLoad 1.5s	infinite ease-in-out;
	-o-animation: searchLoad 1.5s infinite ease-in-out;
	animation: searchLoad 1.5s infinite ease-in-out;
} 
#searchPreloader span:nth-child(2){
	left: 20%;
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-ms-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
#searchPreloader span:nth-child(3){
	left: 40%;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-ms-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s;
}
#searchPreloader span:nth-child(4){
	left: 60%;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
}
#searchPreloader span:nth-child(5){
	left: 80%;
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-ms-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}*/
#identifyPreloaderContainer{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,.85);
	pointer-events: none;
	opacity: 0;
	z-index: 131;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#identifyPreloaderContainer.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 133;
}
#parcelPreloaderContainer {
	position: absolute;
	top: 51px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,.85);
	pointer-events: none;
	opacity: 0;
	z-index: 20;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#parcelPreloaderContainer.active {
	opacity: 1;
}
/*#parcelPreloader {
	position: absolute;
	width: 20%;
	top: 45%;
	margin-left: 40%;
}
#parcelPreloader span{
    display: block;
    bottom: 0px;
    width: 18%;
    height: 5px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
	-webkit-animation: searchLoad 1.5s	infinite ease-in-out;
	-moz-animation: searchLoad 1.5s	infinite ease-in-out;
	-ms-animation: searchLoad 1.5s	infinite ease-in-out;
	-o-animation: searchLoad 1.5s infinite ease-in-out;
	animation: searchLoad 1.5s infinite ease-in-out;
}
 
#parcelPreloader span:nth-child(2){
	left: 20%;
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-ms-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
#parcelPreloader span:nth-child(3){
	left: 40%;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-ms-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s;
}
#parcelPreloader span:nth-child(4){
	left: 60%;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
}
#parcelPreloader span:nth-child(5){
	left: 80%;
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-ms-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}*/


.searchValue {
	color: #666;
}
.resultBg {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e9ec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e9ec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e9ec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e9ec',GradientType=0 ); /* IE6-9 */
	width: 100%;
	height: 135px;
	position: absolute;
	border-radius: 10px;
}
.resultBg2 {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e9ec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e9ec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e9ec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e9ec',GradientType=0 ); /* IE6-9 */
	width: 100%;
	height: 75px;
	position: absolute;
	border-radius: 10px;
}

.parcelImage img {
	display: block;
	margin: 0 auto;
	height: 105px;
	border: 2px solid #d0d0d0;
	position: relative;
	top: 15px;
	cursor: pointer;
}
.parcelInfo1 &gt; h3 {
	margin-top: 25px;
	font-size: 22px;
	cursor: pointer;
}
.parcelInfo2 &gt; h3 {
	font-size: 16px;
	margin-top: 26px;
	color: #666;
}
.parcelInfo2 &gt; h3 &gt; span {
	font-size: 16px;
}
.closeItem &gt; img{
	top:-30px !important;
	width:25px !important;
	cursor: pointer;
}
.closeItem {	
	position:relative;
	float: right;
}
.closeItem &gt; img:hover {
	opacity: .8;
}
#closeIndAdjResultBtn .closeItem &gt; img{
	top:-30px !important;
	width:25px !important;
	cursor: pointer;
}
#closeIndAdjResultBtn{
	position: absolute;
  float: right;
  right: 0px;
  z-index: 1;
}
.parcelActions &gt; div {
	margin-top: 33px;
	cursor: pointer;
	float:right;
}
.parcelActions {
	float:right;	
	padding-left:0px !important;
	width:95px !important;
}
.parcelActions &gt; div:hover {
	opacity: .8;
}

#adjoinerList .parcelActions{
    margin-top: 30px;
}
#adjoinerList .parcelActions &gt; div{
    margin-top: 15px;
}
.parcelActions span {
	font-size: 16px;
	font-weight: bold;
}

.parcelActions img {
	height: 25px;
	position: relative;
	left: 10px;
	top: -2px;
}
.parcelActions &gt; div:nth-child(3) {
	margin-top:40px;
	margin-right: -70px;	
}
#detailPanels {
	top: 151px;
	width: 100%;
	right: 100%;
	bottom: 0px;
	position: fixed;
	pointer-events: none;
	z-index: 10002;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#switcherTabs {
	position: absolute;
	top: 3px;
	left: 25px;
}
.switcher {
	height: 47px;
	width: 150px;
	float: left;
	background: #d5d5d5;
	margin-right: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.switcher &gt; h4 {
	font-weight: 400;
	color: #666;
	margin-top: 13px;
	text-align: center;
}
.switcher.active {
	background: #fff;
}

#mediaButtons {
	position: absolute;
	right: 20px;
}
#mediaButtons &gt; div {
	float: left;
	position: relative;
	margin-right: 5px;
	border-radius: 3px;
	top: 7px;
	height: 31px;
	font-size:12px;
	cursor: pointer;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e9ec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e9ec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e9ec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e9ec',GradientType=0 ); /* IE6-9 */
}

#mediaButtons &gt; div &gt; img {
	position: relative;
	top: -1px;
	height: 21px;
	padding-left: 8px;
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	/*-moz-filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale") !important;
	*/
}
#mediaButtons &gt; div:hover &gt; img {
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	filter: none;
}
#mediaButtons &gt; div &gt; span {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 8px;
}

.downloadLink {
	display: none;
}
.downloadLink.active {
	display: block;
}
#listDownload {
	position: absolute;
	height: 40px;
	z-index: 2;
	width:100%;
	background-color: #868686;
}
#listDownload &gt; div {
	float: right;
	position: relative;
	margin-right: 12px;
	border-radius: 3px;
	top: 7px;
	height: 31px;
	cursor: pointer;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e9ec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e9ec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e9ec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e9ec',GradientType=0 ); /* IE6-9 */
}
#listDownload &gt; div &gt; img {
	position: relative;
	top: -1px;
	height: 21px;
	padding-left: 8px;
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	/*-moz-filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale") !important;
	*/
}
#listDownload &gt; div:hover &gt; img {
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	filter: none;
}
#listDownload &gt; div &gt; span {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 8px;
}

.hideOption{
	display:none !important;
}
.listResultTop{
	top: 0px !important;
}
.cursorLocLeft{
	left: 55px !important;
}

.listDownloadLink {
	display: block;
}
#panel1 {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 300px;
	min-height: 100px;
	overflow: hidden;
	padding: 15px;
	padding-left: 20px;
	padding-right: 20px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e9ec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e9ec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e9ec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e9ec',GradientType=0 ); /* IE6-9 */
}
#detailPanels.active {
	right: 0px;
	pointer-events: auto;
}
#panel1.active {
	    height: 100%;
	pointer-events: auto;
	float: left;
	opacity: 1;
	z-index: 2;
	visibility: visible;
}
#panel1.inactive {	
	opacity: 0;
	z-index: 0;	
}
#panel2.active {
	left: 0px;
	width: 100%;
	opacity: 1;
	z-index: 1;
}
#assessmentLink{
	color: #428BCA;
  cursor: pointer;
}
#assessmentLink:hover {
	text-decoration: underline;

}
#panel1Buttons &gt; button:last-child {
	float:right;
}
.panel1BottomBtn{
	display: none;
	width: 95%;
	min-height:35px;
}
.mobileBack{
	display: none;
}
.mobileSMap{
	display: none;
}
#panel2Back {
    position: relative;
    top: 5px;
    left: 5px;
    width: 75px;
}
#panel1 &gt; div &gt; div &gt; h3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

#panel1 &gt; div &gt; div &gt; img {
	width: 100%;
	border: 2px solid #d0d0d0;
	margin-bottom: 10px;
	cursor: pointer;
	min-height:110px;
}

#parcelValues &gt; h5:last-child span {
	color: #333333;
}
.detailBlock {
	padding-bottom: 20px;
}
.detailBlock &gt; h5 {
	font-weight: bold;
}

#landInfo &gt; h5:first-child span {
	color: #333333;
}
.detailBlock &gt; h5 &gt; span {
	font-weight: normal;
}
#detailsContainer {
	position: absolute;
	top: 45px;
	left: 3px;
	right: 0px;
	bottom: 0px;
}
.detailPanel {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.detailPanel.active {
	visibility: visible;
	opacity: 1;
}
.detailPanel:first-child {
	background: #fff;
}
.detailPanel:first-child &gt; div &gt; div &gt; h3 {
	background: #a2a2a2;
	color: #fff;
	padding: 10px;
	width: 100%;
	margin-top: 10px;
}
#detail1 table {
	width: 99%;
	margin: 2px;
	margin-right:0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#panel1, #panel2 {
	display:block;
}
.detailContainer h5 &gt; span {
	font-weight: 400;
}

.detailContainer p {
	margin-bottom: 0px;
	margin-left: 3px;
	border-top: 1px solid #ddd;
}
.detailContainer table {
	width: 60%;
	margin-bottom: 20px;
}
.detailContainer table:last-child {
	margin-bottom: 10px;
}
.detailContainer td, .detailContainer th {
	padding-right: 0px;
	font-weight: 700;
	padding-top: 2px;
	padding-bottom: 2px;
}
.detailContainer td span {
	font-weight: 400;
}

#detail1 td {
	width: 50% !important;
}

.hrInTable{   
    border-top: 1px solid #B4B7AF;
}
.detailPanel:last-child {
	background: #ccc;
}
#panel2 {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 300px;
	right: 0px;
	background: #898989;
	z-index: 1;
}
#distanceBuffer {
	position: absolute;
	top: 0px;
	height: 50px;
	background: #fff;
	left: 0px;
	right: 0px;
}
#distanceBuffer h5 {
	position: absolute;
}
#distanceBufferHeader {
	line-height: 50px;
	margin: 0px;
	font-size: 16px;
	color: #666;
	left: 250px;
}
#immediateAdjoinersHeader {
	line-height: 50px;
	margin: 0px;
	font-size: 16px;
	color: #666;
	left: 60px;
}
#customBuffer {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#distanceBuffer label {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 14px;
	left: 30px;
	background: #fcfff4;
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 100%);
	background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 100%);
	border-radius: 4px;
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
#distanceBuffer label:after {
  content: '';
	width: 14px;
	height: 6px;    
	border: 3px solid;
	position: absolute;
	top: 6px;
	left: 3px;  
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#distanceBuffer label:hover::after {
  opacity: 0.3;
}
#distanceBuffer input[type=checkbox] {
  visibility: hidden;
}
#distanceBuffer input[type=checkbox]:checked + label:after {
  opacity: 1;
}
#distanceBuffer select {
	position: absolute;
	top: 10px;
	left: 480px;
	width: 120px;
}
#immediateAdjoinersToggle {
	position: absolute;
	top: 15px;
	left: 30px;
	z-index: 102;
}
#adjoinerDistance {
	position: absolute;
	top: 10px;
	left: 370px;
	width: 100px;
}
#adjoinerList {
	top: 51px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #ddd;
	position: absolute;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}
#refreshSearch {
	position: absolute;
	height: 30px;
	top: 10px;
	left: 615px;
	cursor: pointer;
	opacity: .7;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	/*-moz-filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale") !important;
	*/
}
#refreshSearch:hover {
	opacity: 1;
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	filter: none;
}
#wlLogo{
	margin-left:0px !important;
}
.closeCal &gt; img {
    top: -30px !important;
    width: 25px !important;
    cursor: pointer;    
    float: right;
}
/*Map*/
#mapContainer {
	position: fixed;
	top: 151px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
	text-shadow:none !important;	
}
#mapContainer.active {
	pointer-events: auto;
	z-index: 100;
}
.mapContainer.active {
	visibility: visible;
	opacity: 1;
}
.mapContainer.inactive {
	z-index: 0 !important;
}
#map {
	position: absolute;
	pointer-events: initial;
	top: 100%;
	width: 100% !important;
	height: 100% !important;
	background: #eee;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#map.active {
	top: 0%;
}
.map.active {
	visibility: visible;
	opacity: 1;
	z-index: 132;
}
#LocateButton, #HomeButton, #identifyButton, #clearResultButton, #basemapGallery, #BasemapToggle, #map_zoom_slider, .esriScalebar, #PrintButton {
	position: absolute;
	z-index: 1;
	opacity: .8;
}
#LocateButton {
	top: 130px;
	left: 20px;
}
#HomeButton {
	top: 90px;
	left: 20px;
}
#identifyButton {
	top: 170px;
	left: 20px;
}
#identifyButton {
	position: absolute;
	bottom: 60px;
	left: 20px;
	z-index: 1;
	width: 32px;
	height: 32px;
	background: #666;
	opacity: .8;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#identifyButton:hover {
	opacity: 1;
}
#identifyButton img {
	width: 74%;
	height: 74%;
	left: 13%;
	top: 13%;
	position: relative;
}
.identifyButton {
   /*cursor: url('http://williamsburgdev.timmons.com/img/gsCursor25.png') 12 25, url('../img/gsCursor25.png') 12 25, auto !important;*/
   cursor: url('../img/gsCursor25.png') 12 25, auto !important;
}
.showbtn{
	display: block !important;
}
.hidebtn{
	display: none !important;
}
#clearResultButton {
	position: absolute;
	top: 90px;
	left: 60px;
	z-index: 1;
	width: 32px;
	height: 32px;
	background: #f7fc77;
	opacity: .9;
	border-radius: 5px;
	cursor: pointer;
	border-style: solid;
    border-width: 1px;
    border-color: #01ffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#clearResultButton:hover {
	opacity: 1;
}
#clearResultButton img {
	width: 74%;
	height: 74%;
	left: 13%;
	top: 13%;
	position: relative;
}
#basemapGallery, #BasemapToggle {
	bottom: 20px;
	left: 20px;
	max-width:90% !important;
}
#basemapGallery {
	background: rgba(100, 100, 100, .6);
	/*width: 80%;*/
	opacity: 0;
	pointer-events: none;
	z-index: 0;
	border-radius: 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#basemapGallery.active {
	opacity: 1;
	z-index: 2;
	pointer-events: auto;
}
#basemapGallery span {
	color: #fff;
}
.esriBasemapGalleryNode {
	margin: 10px;
	height: 105px;
}
.basemapGalleryButtonLg {
	position: absolute;
	bottom: 50px;
	left: 20px;
	z-index: 1;
	width: 95px;
	height: 32px;
	line-height: 32px;
	background: #666;
	opacity: .8;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
  font-size: 12px;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.basemapGalleryButtonLg:hover {
	opacity: 1;
}
.basemapGalleryButtonLg img {
	width: 28px;
	height: 28px;
	left: 3%;
	/*top: 13%;*/
	position: relative;
}
.basemapGalleryButtonSm {
	position: absolute;
	bottom: 50px;
	left: 20px;
	z-index: 1;
	width: 32px;
	height: 32px;
	background: #666;
	opacity: .8;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.basemapGalleryButtonSm img {
	width: 74%;
	height: 74%;
	left: 13%;
	top: 13%;
	position: relative;
}
.basemapGalleryButtonSm:hover {
	opacity: 1;
}
#northArrow{
	display: none;
}
#northArrow img {
    width: 74%;
    height: 74%;
    left: 13%;
    top: 13%;
    position: relative;
}
#mapScale{
	display: none;
}
#mapScale {
    position: absolute;
    left: 55px;
    top: 250px;
    color: #fff;
    z-index: 30;
    font-size: 10px;
    opacity: 1;
    text-shadow: 1px -1px 0px #000000, 1px 1px 0px #000000, -1px -1px 0px #000000, -1px 1px 0px #000000;
}
#closeBasemapGallery {
	cursor: pointer;
	position: absolute;
	top: -18px;
	right: -18px;
	width: 30px;
	opacity: .8;
}
#closeBasemapGallery:hover {
	opacity: 1;
}
#nearbyOption {  
  height:32px;
  min-height: 32px;
  top: 20px;
	left: 92px;
	width:213px;
	position: absolute;	
	z-index: 2;
	display: none;
	background: #666;
	opacity: .8;
	border-radius: 5px;
	padding-top: 5px;
	font-size: 12px;
	color:#ffffff;
}
#nearbyBufferDist{
	position:relative;
	width:50px;
	color:#333333;
}
#searchNearbyButton {
	position: absolute;
	top: 20px;
	left: 60px;
	z-index: 1;
	width: 32px;
	height: 32px;
	background: #666;
	opacity: .7;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#NearbyExeButton {	
	color: #ffffff;
  position: absolute;  
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 3px;
  padding-left: 3px;  
  background-color: #3C3C3C;  
	border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#searchNearbyButton:hover {
	opacity: 0.8;
}
#searchNearbyButton img {
	width: 74%;
	height: 74%;
	left: 13%;
	top: 13%;
	position: relative;
}
.pictoButtonDown{
	bottom: 90px !important;
}
.pictoButtonStay{
	bottom: 130px !important;
}
.pictoButtonLg {
	position: absolute;
	bottom: 130px;
	left: 20px;
	z-index: 1;
	width: 95px;
	height: 32px;	
	line-height: 32px;
	background: #666;
	opacity: .8;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
  font-size: 12px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.pictoButtonLg img {
	width: 23.5px;
	height: 23.5px;
	left: 3px;
	top: 0px;
	position: relative;
}

.pictoButtonSm {
	position: absolute;
	bottom: 130px;
	left: 20px;
	z-index: 1;
	width: 32px;
	height: 32px;
	background: #666;
	opacity: .8;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.pictoButtonSm img {
	height: 95%;
  left: 4%;
  top: 2%;
	position: relative;
}
.pictoCursor {
	cursor: url('img/pictoCursor.cur'), default !important;
	cursor: url('../img/pictoCursor.png') 3 1, auto !important;
}
.GSButtonLg {
	position: absolute;
	bottom: 90px;
	left: 20px;
	z-index: 1;
	width: 95px;
	height: 32px;	
	line-height: 32px;
	background: #666;
	opacity: .8;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
  font-size: 12px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.GSButtonLg:hover {
	opacity: 1;
	background: #46a848;
}
.GSButtonLg img {
	width: 23.5px;
	height: 23.5px;
	left: 3px;
	top: 0px;
	position: relative;
}
.GSButtonSm {
	position: absolute;
	bottom: 90px;
	left: 20px;
	z-index: 1;
	width: 32px;
	height: 32px;
	background: #666;
	opacity: .8;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.GSButtonSm:hover {
	opacity: 1;
	background: #46a848;
}
.GSButtonSm img {
	width: 74%;
	height: 74%;
	left: 13%;
	top: 13%;
	position: relative;
}
.GSCursor {
	cursor: url('img/gsCursor25.cur'), default !important;
	cursor: url('../img/gsCursor25.png') 12 25, auto !important;
}

#PrintButton {
	right: 100%;
	top: 100%;
}
.esriScalebar {
	left: 25px !important;
	bottom: 28px;
}
.LocateButton .zoomLocateButton,
.HomeButton .home {
	width: 32px;
	height: 32px;
}
.HomeButton .LocateButton {
	background-color: #888888;
}

.esriSimpleSlider div:hover {
	color: #fff;
	border-radius: 0px;
}
.esriSimpleSliderDisabledButton, .esriSimpleSliderDisabledButton:active, .esriSimpleSliderDisabledButton:hover {
	background-color: #f4f4f4 !important;
	color: #bbb !important;
}
.drawPolygon{		/*style for identifyTaskResult    */
	fill-opacity: 0.25 !important;
	stroke-width:3px;
  stroke: rgb(255,0,0) !important;
}
.esriOverviewMap.ovwTR {
	top: auto;
	bottom: 130px;
	z-index: 30;
}
.esriOverviewMap.ovwTR .ovwContainer {
	border: 0px;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	width: 250px !important;
	height: 150px !important;
	background: none;
}
.esriOverviewMap .map {
	background: rgba(0, 0, 0, .75);
	position: absolute;
	left: 0px;
}
.esriOverviewMap.ovwBL .ovwShow, .esriOverviewMap.ovwTR .ovwHide {
	background-position: 0px -26px;
	position: absolute;
	right: 0px;
	bottom: -130px;
}
.esriOverviewMap.ovwTR .ovwShow, .esriOverviewMap.ovwBL .ovwHide {
	background-position: 0px -52px;
	position: absolute;
	right: 0px;
	bottom: -130px;	
}
.esriControlsBR {
	display: none;
}
.dijitPopup {
	z-index: 10000 !important;
	position:absolute;
}
#navButtons{
	position: absolute;
	width:32px;
	top: 20px;
	left: 60px;
	z-index: 1;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #57585A;
}
#navButtons &gt; div {
	float: left;
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	opacity: .8;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e9ec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e9ec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e9ec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e9ec',GradientType=0 ); /* IE6-9 */
}
#navButtons &gt; div:hover{
	opacity: 1;
}
#navButtons &gt; div &gt; img {
	margin-left: 7px;
  margin-top: 6px;
  opacity: .4;
}
#previousBtn {
	border-radius: 5px 5px 0px 0px;
	border-bottom: 1px solid #57585A;
}
#nextBtn {
	border-radius: 0px 0px 5px 5px;
}
.navActive {
	opacity: 1 !important;
}
#mapButtons {
	position: absolute;
	top: 17px;
	right: 10px;
	z-index: 1;
	padding-left: 60px;
}
#mapButtons &gt; div {
	float: left;
	position: relative;
	margin-right: 10px;
	border-radius: 3px;
	height: 31px;
	cursor: pointer;
	opacity: .8;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e9ec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e9ec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e9ec 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e9ec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e9ec',GradientType=0 ); /* IE6-9 */
}
#mapButtons &gt; div:hover,
#mapButtons &gt; div.active {
	opacity: 1;
}
#mapButtons &gt; div &gt; img {
	position: relative;
	top: -2px;
	height: 21px;
	padding-left: 8px;
	filter: gray;
	filter: grayscale(100%);
	/*-moz-filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale") !important;
	*/
}
#mapButtons &gt; div:hover &gt; img,
#mapButtons &gt; div.active &gt; img {
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	filter: none;
}
#mapButtons &gt; div &gt; span {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 8px;
}

#mapDropdowns {
	position: absolute;
	top: 57px;
	right: 0px;
	z-index: 31;
}
#mapDropdowns &gt; div {
	float: left;
	position: absolute;
	border: 1px solid #aaa;
	border-radius: 3px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: #f3f3f3;
}
#mapDropdowns &gt; div &gt; div {
	padding: 5px;
}
#mapDropdowns &gt; div.active {
	visibility: visible;
	opacity: 1;
}
#drawTools {
	top: 0px;
	right: 70px;
	width: 180px;
	pointer-events: none;
}
#drawTools &gt; div {
	position: relative;
	cursor: pointer;
	pointer-events: auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#drawTools &gt; div.unselected {
	opacity: .5;
}
#drawTools &gt; div:hover {
	opacity: 1;
}
#drawTools &gt; div.selected {
	background: #444;
}
.toolButton {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 45px;
}
#drawTools &gt; div &gt; img {
	position: relative;
	height: 35px;
	padding: 5px;
	border: 1px solid #aaa;
	border-radius: 3px;
	background: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#drawTools &gt; div &gt; span {
	color: #666;
	font-size: 16px;
	top: 2px;
	position: relative;
	padding-left: 5px;
	padding-right: 8px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#drawTools &gt; div.selected &gt; span {
	color: #fff;
}
.drawToolOptions {
	max-height: 0px;
	overflow: hidden;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#snapLineTxt{
	font-weight: normal !important;
	font-size: 10px !important;
}
#snapTxt{
	font-weight: normal !important;
	font-size: 10px !important;
}

.drawToolOptions &gt; form {
	position: relative;
}

.drawToolOptions.selected {
	padding-top: 10px;
	max-height: 272px;
}

.drawToolOptions input, .drawToolOptions select {
	margin-bottom: 5px;
}

.drawToolOptions input:last-of-type {
	margin-bottom: 0px;
}

.drawToolOptions select {
	padding: 5px 6px;
}
.measureUnits {
	position: relative;
	float: right;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.drawSlider {
	width: auto; height: auto;
	border: 1px solid white;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
#layerSelect {
	top: 0px;
	right: 0px;
	width: 400px;
	padding: 0px;
	height: 600px;
	overflow: auto;
	resize: vertical;
}
#layerSelect &gt; div {
	min-height: 40px;
	line-height: 35px;
}
#layerSelect &gt; hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #bbb;
}
#layerSelect span {
	color: #666;
}
#layerSelect &gt; div &gt; label {
	position: relative;
	float: left;
	color: #666;
}
#layerSelect &gt; div &gt; div &gt; input[type="range"] {
	float: right;
	width: 120px !important;
	margin-right: 15px;
	margin-top: 10px;
	border: 0px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
    -webkit-appearance: none;
}
.transparencyBar{	
	float: right;
	width: 120px !important;
	margin-right: 15px;
	border: 0px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
    -webkit-appearance: none;
}
#layerArea &gt; input[type=range]::-webkit-slider-runnable-track {
  width: 100px;
  height: 5px;
  background: #ddd;
  border: 1px solid #fff;
  border-radius: 3px;
}
#layerArea &gt; input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin-top: -5px;
}
#layerArea &gt; input[type=range]:focus {
  outline: none;
}
#layerArea &gt; input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

#layerArea &gt; input[type=range]::-moz-range-track {
  width: 131px;
  height: 5px;
  background: #ddd;
  border: 1px solid #fff;
  border-radius: 3px;
}
#layerArea &gt; input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}
#layerArea &gt; input[type=range]:-moz-focusring{
  outline: 1px solid white;
  outline-offset: -1px;
}
#layerArea &gt; input[type=range]::-ms-track {
  width: 120px;
  height: 5px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
#layerArea &gt; input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
#layerArea &gt; input[type=range]::-ms-fill-upper {
  background:  #ccc;
  border-radius: 10px;
}
#layerArea &gt; input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}
#layerArea &gt; input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
#layerArea &gt; input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}
.eye-gray {    
	/*filter: url('url("data:image/svg+xml;utf8,&lt;svg%20xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter%20id='grayscale'&gt;&lt;feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");')
*/
}
#pmImg{
	width:22px;
}

/*=========================*/.
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#layerSelect &gt; div &gt; div &gt; input[type="range"] {
		margin-top: 7px;
	}	
}

#bookmarksMenu {
	top: 0px;
	right: 110px;
	width: 280px;
	max-height: 400px;
	overflow: hidden;
	border-radius: 3px;
}

#bookmarksMenu &gt; div {
	padding: 0px !important;
}

#bookmarksMenu .iScrollVerticalScrollbar {
	width: 7px !important;
}

#bookMarksMenu .iScrollIndicator {
	width: 8px;
	border-radius: 4px;
}

.bookmark {
	position: relative;
	cursor: pointer;
	background: #f3f3f3;
	border-bottom: 1px solid #ccc;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	padding-left: 7px !important;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.bookmark:last-child {
	border-bottom: 0px;
}
.bookmark:hover {
	background: #ffffff;
}
.bookmark span {
	color: #666;
	font-size: 12px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.bookmarkAddr1 {
	font-weight: 700;
  margin-right: 15px;
}

.bookmark img {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 24px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	/*-moz-filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale") !important;
	*/
}
.bookmark:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	filter: none;	
}
#printMenu {
	top: 0px;
	right: 362px;
	width: 148px;
	max-height: 155px;
	overflow: hidden;
	border-radius: 3px;
	text-align: right;
	margin-right: 7px;
}
#printMenu &gt; div {
	padding: 0px !important;
}
#printMenu .iScrollVerticalScrollbar {
	width: 7px !important;
}
#printMenu .iScrollIndicator {
	width: 8px;
	border-radius: 4px;
}
#locateTool {
	top: 0px;
	right: 490px;
	width: 148px;
	max-height: 155px;
	overflow: hidden;
	border-radius: 3px;
	text-align: right;
	margin-right: 7px;

}

#locateTool &gt; div {
	padding: 0px !important;
}

#locateTool .iScrollVerticalScrollbar {
	width: 7px !important;
}

#locateTool .iScrollIndicator {
	width: 8px;
	border-radius: 4px;
}

#selectByGraphicTool {
	top: 0px;
	right: 515px;
	width: 148px;
	max-height: 155px;
	overflow: hidden;
	border-radius: 3px;
	text-align: right;
	margin-right: 7px;

}
.selectByGraphicToolRight{
	right: 645px !important;
}
.selectByGraphicToolStay{
	right: 515px !important;
}
#selectByGraphicTool &gt; div {
	padding: 0px !important;
}

#selectByGraphicTool .iScrollVerticalScrollbar {
	width: 7px !important;
}

#selectByGraphicTool .iScrollIndicator {
	width: 8px;
	border-radius: 4px;
}

#swipeMenu {
	top: 0px;
	right: 650px;
	width: 170px;
	max-height: 155px;
	overflow: hidden;
	border-radius: 3px;
	text-align: right;
	margin-right: 7px;

}

#swipeMenu &gt; div {
	padding: 0px !important;
}
#swipeStyle, #swipeMap {
	width:100% !important;
}

#swipeMenu .iScrollVerticalScrollbar {
	width: 7px !important;
}

#swipeMenu .iScrollIndicator {
	width: 8px;
	border-radius: 4px;
}
#swipeDiv .active{
	display:block;
}
#swipeDiv .inactive {
	display:none;
}
.swipe &gt; p{
	margin-bottom:2px !important;
}

.swipeButton{
	position: relative;	
	width: 25px !important;
	height: 25px !important;
	background: #666;
	opacity: .8;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.swipeButton:hover {
	opacity: 1;
	background: #19a049;
}

.swipeButton img {
	width: 20px !important;
	height: 20px !important;
	/*left: 13%;
	top: 13%;
	position: relative;*/
}
.swipeButton img:hover {

}

.float-left {
	float: left;
}

.selectParcelDiv {
  float: left;
  top: "13px";
  left: "1px";
  margin: 5px 0px;
}
.freehandlabel{
	font-weight: 500;
}
#lon_txt, #lat_txt{
	height:27px;
}
#mapTitle {
	width:138px;
	height: 26px;
	color: #888888;
}
#mapTitle::-webkit-input-placeholder {
   font-style: italic;
}
#mapTitle::-moz-placeholder { /* Firefox 18- */
   font-style: italic;
}
#mapTitle::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic;
}
#mapTitle::-ms-input-placeholder {  
   font-style: italic !important;
}
#userMapScaleWrapper{
	font-size: 12px;
	color: #888888;
}
#userMapScale{
	width: 90%;
	display: inline-block;
}
#printPreviewContainer{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	background: rgba(200,200,255,0);
	pointer-events: none;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#printPreviewContainer.active {
	/* thisÂ&nbsp;controlsÂ&nbsp;whetherÂ&nbsp;mapÂ&nbsp;navÂ&nbsp;isÂ&nbsp;disabledÂ&nbsp;(auto) orÂ&nbsp;notÂ&nbsp;(none) Â&nbsp;when the widget is open */
	opacity: 1;
	pointer-events: none;
}
#printPreviewContainer img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#printSize {
	width:138px;
	height: 26px;
	color: #888888;
}
#printBtn {
	margin-top: 2px;
}
.print {
	position: relative;
	/*cursor: pointer;*/
	background: #f3f3f3;
	border-bottom: 1px solid #ccc;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	padding-left: 4px !important;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	margin-right: 5px;
}
.print:last-child {
	border-bottom: 0px;
}
.print:hover {
	background: #ffffff;
}
.print span {
	color: #666;
	font-size: 12px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
#printBtnDiv {
	position: "absolute";
  top: "13px";
  left: "1px";
}
#printProcBtnDiv {
	position: "absolute";
  top: "13px";
  left: "1px";
}
.subLegend {
	/* border-top: 1px solid #DDD; */
	/* border-bottom: 1px solid #DDD; */
	/* padding-top: 0px !important; */
	/* padding-bottom: 0px !important; */
	/* margin: 5px; */
	/* margin-left: 0px; */
	padding-left: 15px !important;
	max-height: 150px;
	width:100%;
	font-size: 12px;
	color: #666666;
	background-color: #f3f3f3;
	overflow-y: auto;
}
.colorKey {	
	height: 20px;
	float: left;
	margin-right: 3px;
}
.lineKey {
	margin-left: 7px;
	margin-right: 15px;
	width: 6px;
	border-radius: 6px;
}
.layerCheck {
	width: 20px;
	position: relative;
	float: right;
	margin-right: 12px;
}

.layerCheck label {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	background: #fcfff4;
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 100%);
	background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 100%);
	border-radius: 4px;
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
	pointer-events: auto;
}
.layerCheck label.inactive {
	pointer-events: none;
}
.layerCheck label:after {
    content: '';
	width: 14px;
	height: 6px;
	border: 3px solid;
	position: absolute;
	top: 6px;
	left: 3px;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.layerCheck label:hover::after {
    opacity: 0.3;
}
.layerCheck input[type=checkbox] {
    visibility: hidden;
}
.layerCheck input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.layerVis {
	float: right;
	width: 22px;
}
#showLineLabels, #showPolygonLabels, #freehand, #freehandLine{
	position: absolute;
	right: 5px;
}
/*Map Stuff*/
/*#Tax_Parcels_layer path {
	stroke-width: 3px;
	stroke-opacity: 1;
	cursor: pointer;
}
#Tax_Parcels_layer path:hover {
	fill: rgba(1,105,202,1);
	fill-opacity: .1;
}*/

#building_layer {
	pointer-events: none;
}

#label_layer {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	/*text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
}

#draw_layer {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	/*text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
}
.graphicLabelBlack {
   text-shadow:
       1px 1px 0 #fff,
     -1px -1px 0 #fff,  
      1px -1px 0 #fff,
      -1px 1px 0 #fff,
       1px 1px 0 #fff;
}

.graphicLabelWhite {
   text-shadow:
       1px 1px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
.noShadow {
	text-shadow: none !important;

}
/*.opentip-container {
	position: fixed !important;
	z-index: 999999 !important;
}

.ot-content {
	position: relative;
}
*/

.dijitTooltipDialog {
	outline: none;
}

.tooltipButton {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 31px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 5px;
	text-align: center;
	cursor: pointer;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e9ec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e9ec));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e9ec 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e9ec 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e9ec 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e9ec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e9ec',GradientType=0 );
}
.popupIcons{
	right:5px;
	width:100%;
}
.popupIcons &gt; button {    
	float: right !important;
    margin-right: -50px !important;
    margin-top: -3px;
}
.popupIcons &gt; img {float:right;margin-right:30px;}
.dijitTooltipContents .close {
	
	right: 8px;
	font-size: 28px !important;
}
.popupTable &gt; tbody &gt; tr &gt; td:first-child{
	font-weight: bold;
	padding-left: 3px;
} 
.popupTable {
	font-family: Helvetica;
	font-size: 12px !important;
	width:100%;
}   
.popupTable &gt; tbody &gt; tr:nth-child(odd) {background: #d8e1d8}
#zoomImage {
	
	width: 20px;
	opacity: .2;
	cursor: pointer;
}

.esriPopup .contentPane {
    padding: 5px 2px 5px 2px !important;
  }
 .esriPopup .sizer {
    position: relative;
    /*width: 100px;*/
    z-index: 1;
}
.esriPopup .sizer.active{
	max-width: 300px !important;
}
#zoomImage:hover {
	opacity: .5;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

#buffer_layer, #select_layer {
	pointer-events: none;
}

/*Help Stuff*/
#helpLink{
	float:right;
}
#helpContainer {
	position: relative;
	padding: -15px;
	padding-top: -15px;
	/*min-height: 1380px;*/
	background-color: #ffffff;
	z-index: 100000;
	width: 200%;
	margin-left: -50%;
}
#helpHead{
	background-color: #ffffff;
	margin-top: 0px;
}
#helpContainer a {
	cursor: pointer;
}

#helpContainer h4 {
	color: #666;
}

#helpHead {
	text-align: center;
	margin-bottom: 20px;
	color: #666;
}

#ytplayer {
	display: block;
	margin: 0 auto;
	border: 1px solid #666;
	width: 100%;
	height: 450px;
}

#helpLogos {
	width: 100%;
}

#helpLogos img {
	width: 75%;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 15px;
}

#helpLogos &gt; div:first-child img,
#helpLogos &gt; div:last-child img {
	top: 80px;
}

.fadeOut {
	opacity: 0.3 !important;
	pointer-events: none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

colorpicker-alpha, colorpicker-hue {
	width: 30px !important;
}

colorpicker-preview {
	display: none !important;
}

.close-colorpicker {
	position: absolute;
	top: 0px;
	right: 4px;
}

#report {
	position: fixed;
	top: 100%;
	width: 100%;
	max-width: 720px;
}

#reportAddress {
	margin-bottom: 10px;
}

#report h3 {
	padding: 10px;
	margin: 0px;
	width: 100%;
	background: #a2a2a2 !important;
	color: #fff !important;
	font-size: 20px;
}

#report .detailContainer {
	padding: 10px;
	padding-left: 0px;
	width: 100%;
}

#report table {
	width: 100%;
}

#report th {
	color: #222 !important;
}

#report td {
	color: #444 !important;
	display: table-cell;
}

#report td span {
	color: #444 !important;
}

#reportBody tr &gt; td {
	width: 50%;
}


#report img {
	display: block;
	text-align: left;
	width: 720px;
}
.labelGroupTitle{
	background-color: #e4e4e4;
	border-bottom: 1px solid #bdbcbc;
	width:100%;
	height: 30px;


}
.labelTitle{
	background-color: #f3f3f3;
	border-top: 1px solid #d3d1d1;
	width:100%;
	height: 35px;
    line-height: 35px;
	font-weight: 100 !important;
	color: #505050;
	font-size: 12px;
	padding-left: 15px !important;
	padding-top: 4px !important;
	opacity: 0.4;
	pointer-events:none;
	vertical-align: middle !important;
    
}
.labelSubGroupTitle{
	background-color: #e4e4e4;
	border-top: 1px solid #d3d1d1;
	width:100%;
	height: 35px;
    line-height: 35px;
	font-weight: 100 !important;
	color: #505050;
	font-size: 12px;
	padding-left: 15px !important;
	padding-top: 4px !important;
	vertical-align: middle !important;
    
}
.SubLayer{
	padding-left: 37px !important;
}
.SubLayer &gt; div &gt; img{
	display: none !important;
}
.gpContent {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #f3f3f3;
    font-weight: 100 !important;
}
#backgroundContainer &gt; img{

-webkit-filter: grayscale(100%);
filter: gray; filter: grayscale(100%);


}
.logobg{
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	/*-moz-filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale") !important;
	*/
filter: gray; filter: grayscale(100%) !important; 
	
	
}
.icon-bar-txt{
	color:#ffffff;
	
}
/*.navbar-header &gt; button:hover, navbar-header &gt; button:active, navbar-header &gt; button:visited{
	text-decoration: none !important;
	background-color: #3071a9 !important;
}*/
.navbar-toggle {
	margin-top: 18px;
}

#cursorLocOption{
	width: 32px;
	position:absolute; 
	left:20px; 
	bottom:2px; 
	color:#ffffff; 
	z-index:30; 
	font-size:10px !important;
	padding: 0px 0px 0px 0px !important;
	opacity: 0.7;	
	border-width:0px;
	background-color: #505050!important;
}
#cursorLoc{
	position:absolute; 
	left:20px; /*55*/
	bottom:2px; 
	color:#000; 
	z-index:200; 
	font-size:10px;
	text-shadow: 1px -1px 1px #ffffff, 1px 1px 1px #ffffff, -1px -1px 1px #ffffff, -1px 1px 1px #ffffff;
}

/*===for pdf report===*/

#report {
	position: fixed;
	top: 100%;
	background-color:#ffffff;
	width:800px;
}
#report h3 {
	padding: 10px;
	margin: 0px;
	width: 800px;
	background: #a2a2a2 !important;
	color: #ffffff !important;
	font-size: 18px;
	font-family: Arial;
}

#reportAddress{
	margin-bottom: 10px;
	width: 800px;	
	color: #000000 !important;
	font-size: 24px;
	font-family: Arial;
	background-color:#ffffff;
}

#report table {
	width: 800px;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
	background-color:#ffffff;
}

#report table th {
	color: #000000 !important;
	padding-left: 10px;
	font-weight: 700;
}

#report table td {
	color: #000000 !important;
	display: table-cell;
	font-size: 14px;
	font-family: Arial;
	width: 300px;
	padding-left: 10px;
	font-weight: 700;
}

#report table td span {
	color: #000000 !important;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
	font-weight: 400;
}


.printPdf {
	width:800px;
	font-family: Arial !important;
	background-color:#ffffff !important;
	
}
.printPdf h3 {
	width:800px !important;
	font-family: Arial !important;	
}
.printPdf div{		
	font-family: Arial !important;	
	background-color:#ffffff !important;		/*cleans  horizontal lines at the bottom of the tables*/
}

/*===end of pdf report===*/
.moveLeft {
  right: 39px !important;
}
.moveRight {
  right: -20px !important;
}

.IdentifyCursor {
   
	cursor: url('img/cursor7.cur'), default !important;
	cursor: url('../img/cursor7.png') 3 1, auto !important;
}
#internal_LabelLayer_layer{
text-decoration: none !important;
}
/*====scroll bar for apple====*/
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3);
}

/* Custom indentations are needed because the length of custom labels differs from
   the length of the standard labels */
.custom-size-flipswitch.ui-flipswitch .ui-btn.ui-flipswitch-on {
    text-indent: -5.9em;
}
.custom-size-flipswitch.ui-flipswitch .ui-flipswitch-off {
    text-indent: 0.5em;
}
/* Custom widths are needed because the length of custom labels differs from
   the length of the standard labels */
.custom-size-flipswitch.ui-flipswitch {
    width: 8.875em;
}
.custom-size-flipswitch.ui-flipswitch.ui-flipswitch-active {
    padding-left: 7em;
    width: 1.875em;
}
@media (min-width: 28em) {
    /*Repeated from rule .ui-flipswitch above*/
    .ui-field-contain &gt; label + .custom-size-flipswitch.ui-flipswitch {
        width: 1.875em;
    }
}
/*=======end of scroll bar for apple=======*/
/*==============*/
.glyphicon-cog-animate { 
	-animation: spin 2s infinite linear; 
	-ms-animation: spin 2s infinite linear; 
	-webkit-animation: spinw 2s infinite linear; 
	-moz-animation: spinm 2s infinite linear; 
} 
@keyframes spin { 
	from { transform: scale(1) rotate(0deg);} 
	to { transform: scale(1) rotate(360deg);} 
} 
   
@-webkit-keyframes spinw { 
	from { -webkit-transform: rotate(0deg);} 
	to { -webkit-transform: rotate(360deg);} 
} 

@-moz-keyframes spinm { 
	from { -moz-transform: rotate(0deg);} 
	to { -moz-transform: rotate(360deg);} 
} 
/*==============*/
.gly-spin { 
	-webkit-animation: spin 2s infinite linear; 
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear; 
	animation: spin 2s infinite linear; 
} 
@-moz-keyframes spin { 
	0% { -moz-transform: rotate(0deg);} 
	100% { -moz-transform: rotate(359deg);} 
} 
@-webkit-keyframes spin { 
	0% { -webkit-transform: rotate(0deg);} 
	100% { -webkit-transform: rotate(359deg);} 
} 
@-o-keyframes spin { 
	0% { -o-transform: rotate(0deg);} 
	100% { -o-transform: rotate(359deg);} 
} 
@keyframes spin { 
	0% { -webkit-transform: rotate(0deg);transform: rotate(0deg);} 
	100% { -webkit-transform: rotate(359deg);transform: rotate(359deg);} 
} </pre></body></html>