﻿/*Global CSS*/

body {
	background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAARklEQVQYV2NkIAAYSVJw5syZ/yANJiYmcI0oJpCv4N27d//v3bsHNxpkkpKSEoOQkBAj2ApkARAfWQOKG0ASIAUgnTDfAQADvyYJ82mbIQAAAABJRU5ErkJggg==) repeat;
	overflow: hidden;
}
html, body, #map {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
      }
.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;
}
a:hover, a:focus{
	outline: 0px;
	text-decoration: none;
}
#galleryNode_basemap_1{
	display: none;
}
.iScrollVerticalScrollbar {
	width: 12px !important;
	opacity: .6 !important;
	min-height: 12px;
}
.noResults{
	padding-left: 0px !important;
    margin-left: 5px !important;
}
.iScrollVerticalScrollbar > div {
	border-radius: 5px;
}

.glyphicon {
	top: 2px;
}

.modal-backdrop {
	z-index: 10003 !important;
}

.modal {
	z-index: 10004 !important;
}

/*Disclaimer CSS*/

#disclaimer {
	text-align: center;
}

#disclaimer > h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #666;
}

#disclaimer > a {
	padding: 12px 36px;
}
#govName{
	margin-left:80px;
	margin-top: 10px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #1656a3 !important;
}
.btn-primary {
    color: #fff;
    background-color: #527cad !important;
    border-color: #11437e !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca !important
    outline: 0;
}
.noUi-target {
    border-radius: 4px !important;
    border: 1px solid #1656A3 !important;
}
.noUi-background {
    background: #428BCA !important;
    box-shadow: inset 0 1px 1px #1656A3 !important;
}
.lead {
	margin-bottom: 10px;
}

.lead1 {
	color: #BBB;
	margin-bottom: 0px;
}

.lead2 {
	color: #666;
}

#splashLogo {
	max-width: 350px;
	width: 100%;
}

#pullButton {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 60px;
	clear: both;
}

#pullButton > 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;
}

#pullButton span {
	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;  
  } 
/*Main CSS*/

/*Navbar*/

.navbar {
	box-shadow: 0px 2px 5px #666;
	background: #fff;
}

.navbar > .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-header {
	position: relative;
	/*width:100%;*/
	/*margin-right: 20px !important;*/
}

.navbar-header a:hover {
	color: #666;
	text-decoration: none;
}

.navbar-header a > img {
	height: 65px;
	width: 65px;
	margin-top: 5px;
}

.navbar-header a > h3 {
	display: inline;
	font-size: 28px;
	padding-left: 10px;
	color: #666;
}

.navbar-header a > span {
	position: absolute;
	right: 30px;
	top: 50px;
	font-size: 11px;
	color: #ccc;
}

.navbar-nav {
	float: none;
	margin-left: 0%;
	margin-right: 5px;
}

.navbar-nav > li {
	width: 170px;
	/*margin-left: 10px;*/
}

.navbar-nav > li:last-child {
	margin-right: 0px;
	float: right !important;
	padding-top: 8px;
}

.navbar-nav > li > a {
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 25px;
	cursor: pointer;
	width: 160px;
}

.navbar-nav > li:last-child > a {
	text-align: center;
}


.navbar-nav > li > a:hover, .nav > li > a:focus {
	background: none;
}

.navbar-nav > li > a > 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 > li > a > 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 > li:first-child > a > img {
	top: 27px;
	right: 30px;
	max-height: 20px;
}

.navbar-nav > li:nth-child(2) > a > img {
	top: 21px;
	right: 38px;
	max-height: 30px !important;
}

.navbar-nav > li:hover > a > span,
.navbar-nav > li.active > a > span {
	color: #265c9e;
}

.navbar-nav > li:hover > a > img,
.navbar-nav > li.active > a > img,
.navbar-nav > li.visited > a > img,
 {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.btn-lg, .btn-group-lg>.btn {
    padding: 5px 6px !important;
  }
#searchbar {
	
	top: 76px;
	left: 0px;
	right: 0px;
	min-height: 75px;
	box-shadow: 0px 3px 5px #444;
	z-index: 10001;
	background: #265c9e;
}
.nsearchbar{
	position: fixed;
	top: 76px !important;
	left: 0px;
	right: 0px;
	min-height: 75px;
	box-shadow: 0px 3px 5px #444;
	z-index: 10003;
	background: #265c9e !important;
}
#searchbar > form {
	width: 100%;
	height: 100%;
}
#ndefaultSearch .navbar-nav > li {
    float: left;
}
.searchContainer {
	position: relative;
	display: none;
}

.searchContainer.active {
	display: block;
}

#defaultSearch {
	width: 100%;
}

#advancedSearch {
	width: 100%;
}

.searchField {
	float: left;
	width: 100%;
	position: relative;
	display: block;
	padding-left: 10px;
	padding-top: 8px;
}

.dateField {
		float: left;
	width: 100%;
	position: relative;
	display: block;
	padding-left: 10px;
	padding-top: 8px;
}

.sliderField {
	width: 100%;
}

.searchField.advanced {
	width: 12%;
}
.noUi-handle.noUi-handle-lower{
	left: -5px !important;
}
#searchbar .searchButton > input,
#searchbar .searchButton > button {
	height: 32px;
	position: relative;
	top: -1px;
	border: 1px solid #003d74;
	padding-top: 3px;
	background: #265c9e; /* Old browsers */
	background: -moz-linear-gradient(top, #265c9e 0%, #0059ab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#265c9e), color-stop(100%,#0059ab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #265c9e 0%,#0059ab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #265c9e 0%,#0059ab 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #265c9e 0%,#0059ab 100%); /* IE10+ */
	background: linear-gradient(to bottom, #265c9e 0%,#0059ab 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#265c9e', endColorstr='#0059ab', GradientType=0 ); /* IE6-9 */
	color: #fff;
}

#searchbar .searchButton > button.active {
	background: #265c9e; /* Old browsers */
	background: -moz-linear-gradient(top, #265c9e 0%, #014586 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#265c9e), color-stop(100%,#014586)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #265c9e 0%,#014586 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #265c9e 0%,#014586 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #265c9e 0%,#014586 100%); /* IE10+ */
	background: linear-gradient(to bottom, #265c9e 0%,#014586 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#265c9e', endColorstr='#014586', GradientType=0 ); /* IE6-9 */
}

#searchbar .searchButton > input:hover {
	border: 1px solid #ccc;
}

#dateDivider {
	position: absolute;
	line-height: 85px;
	margin-left: 7px;
	color: #fff;
	font-weight: bold;
}

.form-control {
	height: 30px;
	padding: 5px 5px;
	font-size:12px;
}

.searchField > span {
	color: #fff;
	font-size: 12px;
	float: left;
	margin-top: 3px;
}

.searchField > button {
	position: absolute;
	right: 0px;
	padding: 4px 8px;
	top: 8px;
}
#altOption{
	padding: 4px 2px;
  top: 28px;
  width: 27px;
}
#priceSlider {
	top: 24px;
}

#priceSlider-value-min {
	position: absolute;
	top: 43px;
	left: 20px;
}

#priceSlider-value-max {
	position: absolute;
	top: 43px;
	text-align: right;
	right: 0px;
}

.searchButton {
	float: right;
	width: 100%;
	position: relative;
	display: block;
	padding-right: 20px;
	padding-top: 0px;	
}

.searchButton.btn-group {
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 8px;
}

.dropdown-menu li:hover {
	cursor: pointer;
}

.smallHeader {
	display: none;
}
/*defaultSearch. Navbar*/

#defaultSearch .navbar {
	box-shadow: 0px 2px 5px #666;
	background: #fff;
}

#defaultSearch .navbar > .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

#defaultSearch .navbar-header {
	position: relative;
	margin-right: 20px !important;
}

#defaultSearch .navbar-header a:hover {
	color: #666;
	text-decoration: none;
}

#defaultSearch .navbar-header a > img {
	height: 65px;
	width: 65px;
	margin-top: 7px;
}

#defaultSearch .navbar-header a > h3 {
	display: inline;
	font-size: 22px;
	padding-left: 10px;
	color: #666;
}

#defaultSearch .navbar-header a > span {
	position: absolute;
	right: 0px;
	top: 45px;
	font-size: 11px;
	color: #ccc;
}

#defaultSearch .navbar-nav {
	float: none;
	margin-left: 0%;
}

#defaultSearch .navbar-nav > li {
	width: 180px;
	margin-left: 10px;
}
.navbar-header > button{top:10px;}
#defaultSearch .navbar-nav > li:last-child {
	margin-right: 0px;
	float: left !important;
	width: 120px;
}
a.cw, a.cw:hover, a.cw:active, a.cw:visited{
	font-size: 12px;
	margin-left: 10px;
	color:#ffffff;
	text-decoration: none;
}
#defaultSearchLayer option {
	padding-top:5px;
	padding-bottom: 5px;
}
#ndefaultSearch {
	margin-top: 15px !important;
}
#ndefaultSearch .navbar-nav > li:nth-child(1) {

	float: left !important;
	width: 160px !important;
	font-size: 12px !important;
}
#ndefaultSearch .navbar-nav > li:nth-child(2) {

	float: left !important;
	width: 160px !important;
	font-size: 12px !important;
}
#ndefaultSearch .navbar-nav > li:nth-child(3), #ndefaultSearch .navbar-nav > li:nth-child(4) {
	margin-top: 0px;
	float: left !important;
	width: 120px !important;
}
#ndefaultSearch .navbar-nav > li:nth-child(5) {
	margin-top: -14px;
	height: 56px;
	width: 150px !important;
}
#ndefaultSearch .navbar-nav > li:nth-child(6) {
	margin-right: 20px;
	padding-left: 20px;
	float: left !important;
	width: 200px;	
}
#ndefaultSearch .navbar-nav > li:nth-child(7) {
	margin-right: 0px;
	padding-left: 0px;
	float: left;	
	height: 48px;	
}
#startDate, #endDate{
	font-size: 11px !important;
  padding-left: 0px;
}
.fullHeader, .smallHeader{
	width:100% !important;
	text-align: center !important;
	padding-top: 2px;
}

#nadvancedSearch .navbar-nav > li{

	float: left !important;
	width: 129px;
	margin-top:15px;
}
#nadvancedSearch .navbar-nav > li:nth-child(7),#nadvancedSearch .navbar-nav > li:nth-child(8) {
	margin-top:0px;
}
#nadvancedSearch .navbar-nav > li:nth-child(7) {
	width: 200px;
	top: 15px;
}
#nadvancedSearch .navbar-nav > li:last-child {
	top: 18px;
	float: right !important;
}

.searchButton.btn-group {
	left:10px;
}

#defaultSearch .navbar-nav > li > a {
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 25px;
	cursor: pointer;
}

#defaultSearch .navbar-nav > li:last-child > a {
	text-align: center;
}


#defaultSearch .navbar-nav > li > a:hover, .nav > li > a:focus {
	background: none;
}

#defaultSearch .navbar-nav > li > a > 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;
}

#defaultSearch .navbar-nav > li > a > 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;
}

#defaultSearch .navbar-nav > li:first-child > a > img {
	top: 27px;
	right: 30px;
	max-height: 20px;
}

#defaultSearch .navbar-nav > li:nth-child(2) > a > img {
	top: 21px;
	right: 38px;
	max-height: 30px;
}

#defaultSearch .navbar-nav > li:hover > a > span,
#defaultSearch .navbar-nav > li.active > a > span {
	color: #265c9e;
}

#defaultSearch .navbar-nav > li:hover > a > img,
#defaultSearch .navbar-nav > li.active > a > img,
#defaultSearch .navbar-nav > li.visited > a > img,
 {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}






/*Modal*/
.modal{
/*	top:10px !important;
	margin-left: -40% !important;
	left:50% !important;*/
}
.modal-dialog {
	width:308px;
	max-width: 1000px;
}

.modal-content img {
	width: 200%;
	max-height: 800px;
/*margin-left: -50% !important;*/
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*/

#listCont {
	background: #ddd;
	position: fixed;
	top: 151px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
}

#backgroundContainer {
	position: fixed;
	width: 100%;
}

#backgroundContainer > img {
	display: block;
	margin: 0 auto;
	margin-top: 100px;
	max-width: 300px;
	opacity: .25;
}

#backgroundContainer > h1 {
	text-align: center;
	color: #b6b6b6;
}

#listResults {
	top: 35px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
}
#listResults.active {
	z-index: 1 !important;
}
#listResults.inactive {
	z-index: 0 !important;
}
#listResults > div {
	top: 0px;
	/*left: 0px;*/
	right: 0px;
	bottom: 0px;
	position: relative;

}
.listResult {
	height: 145px;
	padding-top: 5px;
}

#listResults .listResult:first-child,
#adjoinerList .listResult:first-child {
	height: 155px;
	padding-top: 15px;	
}

#listResults .listResult:last-child,
#adjoinerList .listResult:last-child {
	height: 155px;
	padding-top: -5px;	
}

.listResult h4 {
	margin-top: 14px;
	color: #666;
	font-size: 16px;
	height: 17px;
}
.advListResult {
	height: 145px;
	padding-top: 5px;
}

#listResults .advListResult:first-child,
#adjoinerList .advListResult:first-child {
	height: 155px;
	padding-top: 15px;	
}

#listResults .advListResult:last-child,
#adjoinerList .advListResult:last-child {
	height: 155px;
	padding-top: -5px;	
}

.advListResult h4 {
	margin-top: 0px;
	color: #666;
	font-size: 16px;
	height: 17px;
}
/* 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;
}

#searchText2 {
	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;
}

#searchPreloader {		/* moving bar animation */ 
	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;
}

#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;
}

@-webkit-keyframes searchLoad {
    0% {height:5px;-webkit-transform:translateY(0px);background:#fff;}
    25% {height:30px;-webkit-transform:translateY(15px);background:#265c9e;}
    50% {height:5px;-webkit-transform:translateY(0px);background:#fff;}
    100% {height:5px;-webkit-transform:translateY(0px);background:#fff;}
}

@-moz-keyframes searchLoad {
    0% {height:5px;-moz-transform:translateY(0px);background:#fff;}
    25% {height:30px;-moz-transform:translateY(15px);background:#265c9e;}
    50% {height:5px;-moz-transform:translateY(0px);background:#fff;}
    100% {height:5px;-moz-transform:translateY(0px);background:#fff;}
}

@-ms-keyframes searchLoad {
    0% {height:5px;-ms-transform:translateY(0px);background:#fff;}
    25% {height:30px;-ms-transform:translateY(15px);background:#265c9e;}
    50% {height:5px;-ms-transform:translateY(0px);background:#fff;}
    100% {height:5px;-ms-transform:translateY(0px);background:#fff;}
}

@keyframes searchLoad {
    0% {height:5px;transform:translateY(0px);background:#fff;}
    25% {height:30px;transform:translateY(15px);background:#265c9e;}
    50% {height:5px;transform:translateY(0px);background:#fff;}
    100% {height:5px;transform:translateY(0px);background:#fff;}
}

.searchValue {
	color: #666;
}

.searchSpan {

}

.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 > h3 {
	margin-top: 25px;
	font-size: 22px;
	color: #265c9e;
	cursor: pointer;
}

.parcelInfo2 > h3 {
	font-size: 16px;
	margin-top: 26px;
	color: #666;
}

.parcelInfo2 > h3 > span {
	font-size: 16px;
}
.closeItem > img{
	top:-30px !important;
	width:25px;
	cursor: pointer;
}
.closeItem {	
	position:relative;
	float: right;
}
.closeItem > img:hover {
	opacity: .8;
}
.parcelActions > div {
	margin-top: 33px;
	cursor: pointer;
	float:right;
}
.parcelActions {
	float:right;	
	padding-left:0px !important;
	width:95px !important;
}
.parcelActions > div:hover {
	opacity: .8;
}

.parcelActions span {
	font-size: 16px;
	color: #265c9e;
	font-weight: bold;
}

.parcelActions img {
	height: 25px;
	position: relative;
	left: 10px;
	top: -2px;
}
.parcelActions > 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 > h4 {
	font-weight: 400;
	color: #666;
	margin-top: 13px;
	text-align: center;
}

.switcher.active {
	background: #fff;
}

.switcher.active > h4 {
	color: #265c9e;
}

#mediaButtons {
	position: absolute;
	right: 20px;
}

#mediaButtons > div {
	float: left;
	position: relative;
	margin-right: 5px;
	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 */
}

#mediaButtons > div > img {
	position: relative;
	top: -1px;
	height: 21px;
	padding-left: 8px;
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#grayscale") !important;
}

#mediaButtons > div:hover > img {
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	filter: none;
}

#mediaButtons > div > span {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 8px;
}

#mediaButtons > div:hover > span {
	color: #265c9e;
}

.downloadLink {
	display: none;
}

.downloadLink.active {
	display: block;
}

#listDownload {
	position: absolute;
	height: 40px;
	z-index: 2;
	width:100%;
	background-color: #868686;
}

#listDownload > 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 > div > img {
	position: relative;
	top: -1px;
	height: 21px;
	padding-left: 8px;
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#grayscale") !important;
}

#listDownload > div:hover > img {
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	filter: none;
}

#listDownload > div > span {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 8px;
}

#listDownload > div:hover > span {
	color: #265c9e;
}


/*#listDownload{

	position:absolute;
	width:100%;
	background-color: gray;
}
#listDownload > div > img{

	height:25px;
}*/
.listDownloadLink {
	display: block;
}
#panel1 {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 300px;
	min-height: 200px;
	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: 1;
	visibility: visible;
}
#panel1.inactive {
	
	opacity: 0;
	z-index: 0;
	
}
#panel2.active {
	left: 0px;
	width: 100%;
	opacity: 1;
	z-index: 1;
	
	
	
}
/*#detail1 >div {overflow: scroll;}
#panel1Buttons > a {
	padding: 8px 16px;
}*/

#panel1Buttons > button:last-child {
	float:right;
}
.panel1BottomBtn{
	display: none;
	width: 95%;

}
.mobileBack{
	display: none;
}
.mobileSMap{
	display: none;
}
#panel2Back {
    position: relative;
    top: 5px;
    left: 5px;
    width: 75px;
}
#panel1 > div > h3 {
	color: #265c9e;
	margin-top: 15px;
	margin-bottom: 15px;
}

#panel1 > div > img {
	width: 100%;
	border: 2px solid #d0d0d0;
	margin-bottom: 10px;
	cursor: pointer;
}

.detailBlock {
	padding-bottom: 20px;
}

.detailBlock > h5 {
	font-weight: bold;
}

.detailBlock > h5:first-child span {
	color: #265c9e;
}

.detailBlock > h5 > span {
	font-weight: normal;
}
#pValues > h5:first-child span {
	color: #000000;
}
#pValues > h5:nth-child(3) span {
	color: #265c9e;
}

#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 > div > div > h3 {
	background: #a2a2a2;
	color: #fff;
	padding: 10px;
	width: 100%;
	margin-top: 10px;
}

#detail1 table {
	width: 100%;
	margin: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#panel1, #panel2 {
	display:block;
}
/*#parcelDetails {
	min-height: 166px;
}*/

/*#districtDetails, #schoolDetails {
	min-height: 36px
}

#valuationDetails {
	min-height: 101px;
}

#valuationDetails h5 {
	margin-bottom: 5px;
}

#ownershipDetails {
	min-height: 400px;
}*/

/*#ownershipDetails > h4 {
	color: #265c9e;
	margin-left: 15px;
	margin-bottom: 0px;
}

#ownershipDetails > div {
	min-height: 114px;
}

#buildingDetails {
	min-height: 368px;
}*/

.detailContainer h5 > 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: 15px;
	font-weight: 700;
	padding-top: 2px;
	padding-bottom: 2px;
}

.detailContainer td span {
	font-weight: 400;
}

#districtDetails td,
#schoolDetails td {
	width: 26.6%;
}

#valuationDetails td {
	font-weight: 400;
	width: 20%;
}

#valuationDetails td:first-child {
	font-weight: 700;
}

#parcelDetails td,
#ownershipDetails td,
#siteDetails td,
#dwellingInDetails td,
#dwellingExDetails td,
#salesDetails td,

#buildingDetails td {
	width: 50% !important;
}

.detailPanel:last-child {
	background: #ccc;
}

#panel2 {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 300px;
	right: 0px;
	background: #898989;
}

#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;
	position: absolute;
	top: 6px;
	left: 3px;
    border: 3px solid #265c9e;
    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;
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#grayscale") !important;
}

#refreshSearch:hover {
	opacity: 1;
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	filter: none;
}
#wlLogo{
	margin-left:0px !important;
}
/*Map*/

#mapContainer {
	position: fixed;
	top: 151px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	/*pointer-events: none;*/	/*have to remove for active parcel layer in IE10*/
	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;
}
#LocateButton, #HomeButton, #basemapGallery, #BasemapToggle, #map_zoom_slider, .esriScalebar, #PrintButton {
	position: absolute;
	z-index: 1;
	opacity: .8;
}

#LocateButton {
	top: 90px;
	left: 20px;
}

#HomeButton {
	top: 130px;
	left: 20px;
}

#basemapGallery, #BasemapToggle {
	bottom: 20px;
	left: 20px;
}

#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;
}

#basemapGalleryButton {
	position: absolute;
	bottom: 20px;
	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;
}

#basemapGalleryButton:hover {
	opacity: 1;
	background: #265c9e;
}

#basemapGalleryButton img {
	width: 74%;
	height: 74%;
	left: 13%;
	top: 13%;
	position: relative;
}

#closeBasemapGallery {
	cursor: pointer;
	position: absolute;
	top: -18px;
	right: -18px;
	width: 30px;
	opacity: .8;
}

#closeBasemapGallery:hover {
	opacity: 1;
}

#PrintButton {
	right: 100%;
	top: 100%;
}

.esriScalebar {
	left: 75px !important;
	bottom: 28px;
}

.LocateButton .zoomLocateButton,
.HomeButton .home {
	width: 32px;
	height: 32px;
}
.HomeButton .LocateButton {
	background-color: #888888;
}

.LocateButton:hover .zoomLocateButton,
.HomeButton:hover .home,
.esriSimpleSlider div:hover {
	background-color: #265c9e !important;
}

.esriSimpleSlider div:hover {
	color: #fff;
	border-radius: 0px;
}

.esriSimpleSliderDisabledButton, .esriSimpleSliderDisabledButton:active, .esriSimpleSliderDisabledButton:hover {
	background-color: #f4f4f4 !important;
	color: #bbb !important;
}

.esriOverviewMap.ovwTR {
	top: auto;
	bottom: 130px;
}

.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 > 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 > div:hover{
	opacity: 1;
}
#navButtons > div > 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 > 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 > div:hover,
#mapButtons > div.active {
	opacity: 1;
}

#mapButtons > div > img {
	position: relative;
	top: -2px;
	height: 21px;
	padding-left: 8px;
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#grayscale") !important;
}

#mapButtons > div:hover > img,
#mapButtons > div.active > img {
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	filter: none;
}

#mapButtons > div > span {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 8px;
}

#mapButtons > div:hover > span,
#mapButtons > div.active > span {
	color: #265c9e;
}

#mapDropdowns {
	position: absolute;
	top: 57px;
	right: 0px;
	z-index: 1;
}

#mapDropdowns > 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 > div > div {
	padding: 5px;
}

#mapDropdowns > div.active {
	visibility: visible;
	opacity: 1;
}

/*#map_graphics_layer {
	pointer-events: none;
}
*/
#drawTools {
	top: 0px;
	right: 70px;
	width: 180px;
	pointer-events: none;
}

#drawTools > 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 > div.unselected {
	opacity: .5;
}

#drawTools > div:hover {
	opacity: 1;
}

#drawTools > div.selected {
	background: #444;
}

.toolButton {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 45px;
}

#drawTools > div > 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 > div > 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 > div.selected > 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;
}

.drawToolOptions > form {
	position: relative;
}

.drawToolOptions.selected {
	padding-top: 10px;
	max-height: 240px;
}

.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: 400px;
	overflow: auto;
}

#layerSelect > div {
	min-height: 40px;
	line-height: 35px;
}

#layerSelect > hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #bbb;
}

#layerSelect span {
	color: #666;
}

#layerSelect > div > label {
	position: relative;
	float: left;
	color: #666;
}

#layerSelect > div > div > 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 > input[type=range]::-webkit-slider-runnable-track {
    width: 100px;
    height: 5px;
    background: #ddd;
    border: 1px solid #fff;
    border-radius: 3px;
}
#layerArea > input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #265c9e;
    margin-top: -5px;
}

#layerArea > input[type=range]:focus {
    outline: none;
}

#layerArea > input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

#layerArea > input[type=range]::-moz-range-track {
    width: 131px;
    height: 5px;
    background: #ddd;
    border: 1px solid #fff;
    border-radius: 3px;
}
#layerArea > input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #265c9e;
}

#layerArea > input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

#layerArea > input[type=range]::-ms-track {
    width: 120px;
    height: 5px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
}

#layerArea > input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

#layerArea > input[type=range]::-ms-fill-upper {
    background:  #ccc;
    border-radius: 10px;
}

#layerArea > input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #265c9e;
}

#layerArea > input[type=range]:focus::-ms-fill-lower {
    background: #888;
}

#layerArea > input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}
.eye-gray {    
	filter: url('url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><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'/></filter></svg>#grayscale");')

}
#pmImg{
		width:22px;
	}


/*=========================*/.
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#layerSelect > div > div > input[type="range"] {
		margin-top: 7px;
	}	
}
/*
#layerSelect > div > div > input[type=range]::-webkit-slider-runnable-track {
    width: 100px;
    height: 5px;
    background: #ddd;
    border: 1px solid #fff;
    border-radius: 3px;
}


#layerSelect > div > div > input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #265c9e;
    margin-top: -5px;
}

#layerSelect > div > div > input[type=range]:focus {
    outline: none;
}

#layerSelect > div > div > input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

#layerSelect > div > div > input[type=range]::-moz-range-track {
    width: 131px;
    height: 5px;
    background: #ddd;
    border: 1px solid #fff;
    border-radius: 3px;
}
#layerSelect > div > div > input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #265c9e;
}

#layerSelect > div > div > input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

#layerSelect > div > div > input[type=range]::-ms-track {
    width: 120px;
    height: 5px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
}

#layerSelect > div > div > input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

#layerSelect > div > div > input[type=range]::-ms-fill-upper {
    background:  #ccc;
    border-radius: 10px;
}

#layerSelect > div > div > input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #265c9e;
}

#layerSelect > div > div > input[type=range]:focus::-ms-fill-lower {
    background: #888;
}

#layerSelect > div > div > input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}
*/
#bookmarksMenu {
	top: 0px;
	right: 110px;
	width: 280px;
	max-height: 400px;
	overflow: hidden;
	border-radius: 3px;
}

#bookmarksMenu > div {
	padding: 0px !important;
}

#bookmarksMenu .iScrollVerticalScrollbar {
	width: 7px !important;
}

#bookMarksMenu .iScrollIndicator {
	width: 8px;
	border-radius: 4px;
}
#listResults .iScrollIndicator {
	width: 15px !important;
	border-radius: 4px;
	min-height: 20px !important;
	position:relative;
	right:-5px !important;
}

.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;
}

.bookmark:hover span {
	color: #265c9e;
}

.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;
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#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 > div {
	padding: 0px !important;
}

#printMenu .iScrollVerticalScrollbar {
	width: 7px !important;
}

#printMenu .iScrollIndicator {
	width: 8px;
	border-radius: 4px;
}
#mapTitle {
	width:138px;
	height: 22px;
	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;
}
#printSize {
	width:138px;
	height: 22px;
	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;
	/*-webkit-box-shadow: inset 0px 2px 15px 0px rgba(243,243,243,1);
	-moz-box-shadow: inset 0px 2px 15px 0px rgba(243,243,243,1);
	box-shadow: inset 0px 2px 15px 0px rgba(243,243,243,1);*/
}

.colorKey {
	
	height: 20px;
	float: left;
	margin-right: 3px;
}

.lineKey {
	margin-left: 7px;
	margin-right: 15px;
	width: 6px;
	border-radius: 6px;
}

#surfaceWaterKey {
	background: #6cd2f8;
}

#creeksKey {
	background: #0275a1;
}

#parcelsKey {
	background: #7D7D7D;
}
#buildingsKey {
	
    
background-image: url("img/plus.png");
    background-repeat: no-repeat;
}
#environmentalKey {
	background: #afd474;
}

#chesBayProtKey {
	background: #afd474;
}

#wetlandsKey {
	background: #588624;
}

#cityTrailsKey {
	background: #f06628;
}

.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;
	position: absolute;
	top: 6px;
	left: 3px;
    border: 3px solid #265c9e;
    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 {
	position: absolute;
	right: 5px;
}

/*Map Stuff*/

#Parcels_layer path {
	stroke-width: 3px;
	stroke-opacity: 1;
	cursor: pointer;
}

#Parcels_layer path:hover {
	fill: rgba(1,105,202,1);
	fill-opacity: .8;
}

#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;
	color: #265c9e;
	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 > button {    
	float: right !important;
    margin-right: -50px !important;
    margin-top: -3px;
}
.popupIcons > img {float:right;margin-right:30px;}
.dijitTooltipContents .close {
	
	right: 8px;
	font-size: 28px !important;
}

#zoomImage {
	
	width: 20px;
	opacity: .2;
	cursor: pointer;
}

#zoomImage:hover {
	opacity: .5;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

#buffer_layer, #select_layer {
	pointer-events: none;
}

/*Help Stuff*/

#helpContainer {
	position: relative;
	padding: -15px;
	padding-top: -15px;
	width:200%;
	left:-50%;
	background-color: #ffffff;
	z-index: 100000;
}
#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 > div:first-child img,
#helpLogos > 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 > td {
	width: 50%;
}

/*#reportBody > div.detailContainer:nth-of-type(4) tr > td {
	width: 25%;
}

#reportBody > div.detailContainer:nth-of-type(5) tr > td,
#reportBody > div.detailContainer:nth-of-type(6) tr > td {
	width: 33%;
}*/

#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;
    
}
.gpContent {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #f3f3f3;
    font-weight: 100 !important;
}
#backgroundContainer > img{

-webkit-filter: grayscale(100%);
filter: gray; filter: grayscale(100%);


}
.logobg{
	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"); /* Firefox 10+, Firefox on Android */ 
	filter: gray !important; /* IE6-9 */ 
	

	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
filter: gray; filter: grayscale(100%) !important; 
	
	
}
.icon-bar-txt{
	color:#ffffff;
	
}
/*.navbar-header > button:hover, navbar-header > button:active, navbar-header > button:visited{
	text-decoration: none !important;
	background-color: #3071a9 !important;
}*/
.navbar-toggle {
	background-color: #265c9e !important
}
.navbar-header > button:hover{
	background-color: #204B80 !important;
}
#cursorLocOption{
	width: 32px;
	position:absolute; 
	left:20px; 
	bottom:2px; 
	color:#ffffff; 
	z-index:200; 
	font-size:10px !important;
	padding: 0px 0px 0px 0px !important;
	opacity: 0.7;
	background-color: #666666 !important;
	border-width:0px;

}
#cursorLoc{
	position:absolute; 
	left:20px; 
	bottom:2px; 
	color:#000; 
	z-index:200; 
	font-size:10px;

}
/*===for pdf report===*/
#parcelDetails td,
#ownershipDetails td,
#siteDetails td,
#dwellingInDetails td,
#dwellingExDetails td,
#salesDetails td,
#buildingDetails td,
#landDetails td,
#buildingGeneralDetails td,
#buildingSectionDetails td
 {
	width: 40%;
}
#report {
	position: fixed;
	top: 100%;
	background-color:#ffffff;
	width:800px;
	
}

#reportAddress {
	margin-bottom: 10px;
}
#reportAddress{
	width: 800px;	
	color: #000000 !important;
	font-size: 24px;
	font-family: Arial;
	background-color:#ffffff;
}
#report h3 {
	padding: 10px;
	margin: 0px;
	width: 800px;
	background: #a2a2a2 !important;
	color: #ffffff !important;
	font-size: 18px;
	font-family: Arial;
}

#reportBody > table {
	padding: 10px;
	padding-left: 0px;
	width: 800px;
	background-color:#ffffff;
}

#report table {
	width: 800px;
	font-size: 14px;
	font-family: Arial;
}

#report th {
	color: #222 !important;
}

#report td {
	color: #444 !important;
	display: table-cell;
	font-size: 12px;
	font-family: Arial;
	width: 300px;
}

#report td span {
	color: #444 !important;
	font-size: 12px;
	font-family: Arial;
}

#reportBody tr > td {
	/*width: 50%;*/
}

#reportBody > div.detailContainer:nth-of-type(4) tr > td {
	/*width: 25%;*/
}

#reportBody > div.detailContainer:nth-of-type(5) tr > td,
#reportBody > div.detailContainer:nth-of-type(6) tr > td {
	/*width: 33%;*/
}

#report img {
	/*display: block;
	text-align: left;
	width: 720px;*/
}
/*===========*/
#reportAddress {
	margin-bottom: 10px;
}
#reportAddress{
	max-width: 800px;	
	color: #000000 !important;
	font-size: 24px;
	font-family: Arial;
	background-color:#ffffff;
}
#report #parcelDetails h3 {
	padding: 10px;
	margin: 0px;
	width: 800px;
	background-color: #a2a2a2 !important;
	color: #ffffff !important;
	font-size: 20px;
	font-family: Arial;
}

#report #parcelDetails > table {
	/*padding: 10px;
	padding-left: 0px;
	width: 800px;
	background-color:#ffffff;*/
}

#report #parcelDetails table {
	width: 800px;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
	background-color:#ffffff;
}

#report #parcelDetails th {
	color: #000000 !important;
	padding-left: 10px;
	font-weight: 700;
}

#report #parcelDetails td {
	color: #000000 !important;
	display: table-cell;
	font-size: 14px;
	font-family: Arial;
	width: 300px;
	padding-left: 10px;
	font-weight: 700;
}

#report #parcelDetails td span {
	color: #000000 !important;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
	font-weight: 400;
}
/*-------*/
/*-------dwellingInDetails*/
#report #dwellingInDetails h3 {
	padding: 10px;
	margin: 0px;
	width: 800px;
	background-color: #a2a2a2 !important;
	color: #ffffff !important;
	font-size: 20px;
	font-family: Arial;
}

#report #dwellingInDetails > table {
	/*padding: 10px;
	padding-left: 0px;
	width: 800px;
	background-color:#ffffff;*/
}

#report #dwellingInDetails table {
	width: 800px;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
	background-color:#ffffff;
}

#report #dwellingInDetails th {
	color: #000000 !important;
	padding-left: 10px;
	font-weight: 700;
}

#report #dwellingInDetails td {
	color: #000000 !important;
	display: table-cell;
	font-size: 14px;
	font-family: Arial;
	width: 300px;
	padding-left: 10px;
	font-weight: 700;
}

#report #dwellingInDetails td span {
	color: #000000 !important;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
	font-weight: 400;
}
/*-------*/
#report #dwellingExDetails h3 {
	padding: 10px;
	margin: 0px;
	width: 800px;
	background-color: #a2a2a2 !important;
	color: #ffffff !important;
	font-size: 20px;
	font-family: Arial;
}

#report #dwellingExDetails > table {
	/*padding: 10px;
	padding-left: 0px;
	width: 800px;
	background-color:#ffffff;*/
}

#report #dwellingExDetails table {
	width: 800px;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
	background-color:#ffffff;
}

#report #dwellingExDetails th {
	color: #000000 !important;
	padding-left: 10px;
	font-weight: 700;
}

#report #dwellingExDetails td {
	color: #000000 !important;
	display: table-cell;
	font-size: 14px;
	font-family: Arial;
	width: 300px;
	padding-left: 10px;
	font-weight: 700;
}

#report #dwellingExDetails td span {
	color: #000000 !important;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
	font-weight: 400;
}
/*-------*/
#report #siteDetails h3 {
	padding: 10px;
	margin: 0px;
	width: 800px;
	background-color: #a2a2a2 !important;
	color: #ffffff !important;
	font-size: 20px;
	font-family: Arial;
}

#report #siteDetails > table {
	/*padding: 10px;
	padding-left: 0px;
	width: 800px;
	background-color:#ffffff;*/
}

#report #siteDetails table {
	width: 800px;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
	background-color:#ffffff;
}

#report #siteDetails th {
	color: #000000 !important;
	padding-left: 10px;
	font-weight: 700;
}

#report #siteDetails td {
	color: #000000 !important;
	display: table-cell;
	font-size: 14px;
	font-family: Arial;
	width: 300px;
	padding-left: 10px;
	font-weight: 700;
}

#report #siteDetails td span {
	color: #000000 !important;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
	font-weight: 400;
}
/*-------*/
#report #salesDetails h3 {
	padding: 10px;
	margin: 0px;
	width: 800px;
	background-color: #a2a2a2 !important;
	color: #ffffff !important;
	font-size: 20px;
	font-family: Arial;
}

#report #salesDetails > table {
	/*padding: 10px;
	padding-left: 0px;
	width: 800px;
	background-color:#ffffff;*/
}

#report #salesDetails table {
	width: 800px;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
	background-color:#ffffff;
}

#report #salesDetails th {
	color: #000000 !important;
	padding-left: 10px;
	font-weight: 700;
}

#report #salesDetails td {
	color: #000000 !important;
	display: table-cell;
	font-size: 14px;
	font-family: Arial;
	width: 300px;
	padding-left: 10px;
	font-weight: 700;
}

#report #salesDetails td span {
	color: #000000 !important;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
	font-weight: 400;
}
/*-------*/

#report #buildingDetails h3 {
	padding: 10px;
	margin: 0px;
	width: 800px;
	background-color: #a2a2a2 !important;
	color: #ffffff !important;
	font-size: 20px;
	font-family: Arial;
}

#report #buildingDetails > table {
	/*padding: 10px;
	padding-left: 0px;
	width: 800px;
	background-color:#ffffff;*/
}

#report #buildingDetails table {
	width: 800px;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
	background-color:#ffffff;
}

#report #buildingDetails th {
	color: #000000 !important;
	padding-left: 10px;
	font-weight: 700;
}

#report #buildingDetails td {
	color: #000000 !important;
	display: table-cell;
	font-size: 14px;
	font-family: Arial;
	width: 300px;
	padding-left: 10px;
	font-weight: 700;
}

#report #buildingDetails 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;	
}
/*-----*/
#parcelDetails, #ownershipDetails, #valuationDetails, #siteDetails, #dwellingInDetails, #dwellingExDetails, #salesDetails {	
	font-family: Arial !important;	
	background-color:#ffffff !important;
	border-style: none;
}
/*------------*/

/*------------*/
#report #ownershipDetails h3 {
	padding: 10px;
	margin: 0px;
	max-width: 800px;
	background-color: #a2a2a2 !important;
	color: #ffffff !important;
	font-size: 20px;
	font-family: Arial;
}

#report #ownershipDetails > table {
	padding: 10px;
	padding-left: 0px;
	max-width: 800px;
	font-size: 14px;
	background-color:#ffffff;
}

#report #ownershipDetails table {
	width: 800px;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
}

#report #ownershipDetails th {
	color: #000000 !important;
	padding-left: 10px;
	font-size: 14px;
	font-weight: 700;
}

#report #ownershipDetails td {
	color: #000000 !important;
	display: table-cell;
	font-size: 14px;
	font-family: Arial;
	width: 300px;
	padding-left: 10px;
	font-weight: 700;
}

#report #ownershipDetails td span {
	color: #000000 !important;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
	font-weight: 400;
}
/*------------*/
#report #valuationDetails h3 {
	padding: 10px;
	margin: 0px;
	max-width: 800px;
	background-color: #a2a2a2 !important;
	color: #ffffff !important;
	font-size: 20px;
	font-family: Arial;
}

#report #valuationDetails > table {
	padding: 10px;
	padding-left: 0px;
	max-width: 800px;
	background-color:#ffffff;
}

#report #valuationDetails table {
	width: 800px;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
}

#report #valuationDetails th {
	color: #000000 !important;
	padding-left: 10px;
	font-weight: 700;
}

#report #valuationDetails td {
	color: #000000 !important;
	display: table-cell;
	font-size: 14px;
	font-family: Arial;
	width: 300px;
	padding-left: 10px;
	font-weight: 400;
}
#report #valuationDetails td:first-child {
		font-weight: 700;
}
#report #valuationDetails td span {
	color: #000000 !important;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
	font-weight: 400;
}
/*------------*/
#report #districtDetails h3 {
	padding: 10px;
	margin: 0px;
	max-width: 800px;
	background-color: #a2a2a2 !important;
	color: #ffffff !important;
	font-size: 20px;
	font-family: Arial;
}

#report #districtDetails > table {
	padding: 10px;
	padding-left: 0px;
	max-width: 800px;
	background-color:#ffffff;
}

#report #districtDetails table {
	width: 800px;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
}

#report #districtDetails th {
	color: #000000 !important;
	padding-left: 10px;
	font-weight: 700;
}

#report #districtDetails td {
	color: #000000 !important;
	display: table-cell;
	font-size: 14px;
	font-family: Arial;
	width: 300px;
	padding-left: 10px;
	font-weight: 700;
}

#report #districtDetails td span {
	color: #000000 !important;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
	font-weight: 400;
}
/*------------*/
#report #schoolDetails h3 {
	padding: 10px;
	margin: 0px;
	max-width: 800px;
	background-color: #a2a2a2 !important;
	color: #ffffff !important;
	font-size: 20px;
	font-family: Arial;
}

#report #schoolDetails > table {
	padding: 10px;
	padding-left: 0px;
	max-width: 800px;
	background-color:#ffffff;
}

#report #schoolDetails table {
	width: 800px;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
}

#report #schoolDetails th {
	color: #000000 !important;
	padding-left: 10px;
	font-weight: 700;
}

#report #schoolDetails td {
	color: #000000 !important;
	display: table-cell;
	font-size: 14px;
	font-family: Arial;
	width: 300px;
	padding-left: 10px;
	font-weight: 700;
}

#report #schoolDetails td span {
	color: #000000 !important;
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
	font-weight: 400;
}
/*===end of pdf report===*/


#internal_LabelLayer_layer{
text-decoration: none !important;
}
/*====scroll bar for apple====*/
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3);
}
#layerSelect .iScrollIndicator {
	width: 10px !important;
}
/*=======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);} 
} 