@media screen {


	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		font-size: 13px;
		vertical-align: baseline;
		font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; /*font-family: Arial, sans-serif;*/
		text-decoration: none;
	}


	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
		background-color: white;
		color: black;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		/*border-collapse: collapse;
	border-spacing: 0;*/
	}

	/*END RESET */


	#print {
		display: none;
	}

	#printarea {
		visibility: hidden;
		display: none;
	}



	html {
		height: 100%;
		overflow-y: hidden;
		overflow-x: hidden;
	}

	body {
		padding-top: 0px;
		height: 100%;
		min-height: 480px; /*font-size: 0.8em;*/
	}

	a {
		color: #0044FF;
	}

	h1 {
		font-size: 1.2em;
	}

	h2 {
		font-size: 1.1em;
		color: #555;
		font-weight: bold;
	}


	.white {
		color: #FFF;
	}

	.blue {
		color: #00D;
	}

	/* Custom Svg Icons */
	.custom-icon {
		fill: rgba(190,190,190,1);
		width: 18px;
		height: 18px;
	}
		.custom-icon:hover {
			fill: white;
		}

	/* Menu bar - flex */

	.menuBar {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 2.8em;
		background-color: #333;
		color: white;
		padding: 0 2em;
		box-sizing: border-box;
	}

	.header_container {
		display: flex;
		gap: 14px;
	}

		.header_container h1 {
			display: flex;
			align-items: center;
			color: white;
			font-size: 1.5em;
		}

		.header_container button {
			padding: 0.25em 0.75em;
			color: white;
			border: none;
			cursor: pointer;
			display: flex;
			align-items: center;
			border-radius: 0.3em;
			transition: background-color 0.3s;
		}

			.header_container button:hover {
				background-color: #757575;
			}

		.header_container p {
			color: white;
			display: flex;
			align-items: center;
		}

	.button-text {
		margin-left: 0.5em;
	}

	.header_icons {
		display: flex;
		gap: 0.5em;
	}

		.header_icons button:not(.help_button):not(.redButton):not(.blueButton),
		.header_icons a {
			border: none;
			background-color: inherit;
			padding-inline: 6px;
			padding-block: 1px;
		}

	.help_button {
		background-color: #4C811D;
		border: none;
		border-radius: 0.3em;
		color: white;
		font-weight: 500;
	}

		.help_button:hover {
			background-color: #5D9C2A;
		}

	/* buttons */

	button {
		border: none;
		min-height: 24px;
	}



	.button {
		padding: 0.1em 0.2em 0.1em 0.2em;
		color: #fff;
		cursor: pointer;
	}

	.radiusButton {
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
	}


	.blueButton {
		background-color: #1A6AEA;
	}

		.blueButton:hover {
			background-color: #0f4ab6; /* #386ad5 */
		}

	.greenButton {
		background-color: #4C811D;
		cursor: pointer;
	}

	.greenButton:hover {
		background-color: #68b827;
	}

	.redButton {
		background-color: #c60f13;
	}

	.redButton:hover {
		background-color: #970b0e;
	}


	.lightGreyButton {
		background-color: #A0A0A0;
		color: #FFF;
	}

	.lightGreyButton:hover {
		background-color: #E0E0E0;
		color: #FFF;
	}

	.greyButton {
		background-color: #E0E0E0;
		color: #333;
	}

	.greyButton:hover {
		background-color: #E0E0E0;
		color: #333;
	}

	/*STAR */
	.star-on {
		width: 12px;
		height: 12px;
		background: url('/Resources/assets/images/arctic/star-on.png') no-repeat;
		display: inline-block;
	}

	.star-off {
		width: 12px;
		height: 12px;
		background: url('/Resources/assets/images/arctic/star-off.png') no-repeat;
		display: inline-block;
	}


	.check-on {
		float: left;
		width: 20px;
		height: 20px;
		background: url('/Resources/assets/images/arctic/check-yes.png') no-repeat;
	}

	.check-space {
		float: left;
		width: 20px;
		height: 20px;
	}

	.spinner {
		background: url("/Resources/assets/images/arctic/autocomplete-textbox-loading.gif") no-repeat center right;
		border: 1px solid lightgray;
		padding: 2px 1px;
	}



	.disabled {
		text-decoration: line-through;
		color: #999;
	}

	/* MAP INFO Hover Box */
	.infobox {
		min-width: 200px;
		width: auto;
		min-height: 40px;
		padding: 4px;
		color: #FFF;
	}

	.infobox div {
		font-weight: normal;
	}


	.transparent {
		background-color: rgba(0, 0, 0, 0.3);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	}


	.transparentDark {
		background-color: rgba(0, 0, 0, 0.8);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	}


	#results, #searchresults {
		position: fixed;
		zoom: 1;
		width: 480px;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		left: 0px;
	}

	#shortlistContainer {
		position: fixed;
		height: 46px;
		width: 480px;
		left: 0px;
		top: 2000px;
		z-index: 3;
	}

	#shortlistTitle {
		height: 46px;
		background-color: #333;
		color: #FFF;
		padding: 0.5em;
	}

	#shortlist {
		position: relative;
		xbackground-color: #FFF;
		color: #000;
		width: 480px;
		xoverflow-x: hidden;
		xoverflow-y: scroll;
	}


	#statsSummary {
		color: #CCC;
	}

	#statsSummary ul {
		float: left;
		margin: 1em 3em 0 0;
	}

	#statsSummary li {
		margin-top: 0.5em;
	}


	#compHistory .title {
		background-color: #EDEDED;
		color: #000;
		padding: 1em;
	}

	#compHistory h2 {
		color: #000;
	}

	#compHistory ul {
		margin: 1em;
	}

	#compHistory li {
		margin: 1em;
	}


	.leftRadius {
		-webkit-border-radius: 5px 0px 0px 5px;
		-moz-border-radius: 5px 0px 0px 5px;
		border-radius: 5px 0px 0px 5px;
		background-color: #E3A20B;
		border-left: 1px solid #c6c6c6 !important;
	}

	.rightRadius {
		-webkit-border-radius: 0px 5px 5px 0px;
		-moz-border-radius: 0px 5px 5px 0px;
		border-radius: 0px 5px 5px 0px;
		border-right: 1px solid #c6c6c6 !important;
	}

	a.filter {
		position: relative;
		background-color: #f0f0f0;
		color: #333;
		padding: 3px 6px 3px 12px;
		border-top: 1px solid #c6c6c6;
		border-bottom: 1px solid #c6c6c6;
		border-left: 1px solid #c6c6c6;
		text-decoration: none;
		line-height: 25px;
	}
	button.filter {
		position: relative;
		background-color: #f0f0f0;
		color: #333;
		padding: 0px 6px 0px 12px;
		border-top: 1px solid #c6c6c6;
		border-bottom: 1px solid #c6c6c6;
		border-left: 1px solid #c6c6c6;
		border-right: 0px solid #c6c6c6;
		text-decoration: none;
		line-height: 25px;
	}
	.filter_on {
		color: #c60f13;
	}


	a.filterDark {
		position: relative;
		background-color: #333;
		color: #FFF;
		padding: 3px 6px 3px 12px;
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
		border-left: 1px solid #666;
		text-decoration: none;
		xline-height: 25px;
	}



	ul.propertyInfoC1 > li {
		white-space: nowrap;
		width: 160px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	ul.propertyInfoC2 > li {
		white-space: nowrap;
		width: 180px;
		overflow: hidden;
		text-overflow: ellipsis;
	}


	.gradient {
		background: rgb(245,245,245); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(230,220,230,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(230,230,230,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(230,230,230,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#E1E1E1',GradientType=0 ); /* IE6-9 */
	}


	.gradientDark {
		background: rgb(143,143,143); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(143,143,143,1) 0%, rgba(105,105,105,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,143,143,1)), color-stop(100%,rgba(105,105,105,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(143,143,143,1) 0%,rgba(105,105,105,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(143,143,143,1) 0%,rgba(230,220,230,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(143,143,143,1) 0%,rgba(105,105,105,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(143,143,143,1) 0%,rgba(105,105,105,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f8f8f', endColorstr='#696969',GradientType=0 ); /* IE6-9 */
	}

	.gradientDark:hover {
		background: rgb(199,199,199); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(199,199,199,1) 0%, rgba(155,155,155,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,199,199,1)), color-stop(100%,rgba(155,155,155,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(199,199,199,1) 0%,rgba(155,155,155,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(199,199,199,1) 0%,rgba(155,155,155,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(199,199,199,1) 0%,rgba(155,155,155,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(199,199,199,1) 0%,rgba(155,155,155,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AAA', endColorstr='#999',GradientType=0 ); /* IE6-9 */
	}

	#filterlist ul {
		margin: 0px;
		padding: 0px 0px 0.5em 0px;
	}

	#filterlist > li {
		float: left;
		list-style-type: none;
		padding: 0 0 0.5em 0;
		margin: 0px;
	}

	.properties ul {
	}

	.properties > li {
		padding: 0.5em;
		/*padding-bottom: 1em;*/
		border-bottom: 1px solid #E0E0E0;
		border-top: 1px solid rgba(50, 50, 50, 0.0);
		margin-right: 0.25em;
/*		margin-bottom: 0.5em;
		height: 66px;
*/		cursor: pointer;
		background-color: #FFFFFF;
	}

	.selectedProperty {
		background-color: #CCC !important;
	}

	.properties > li:hover {
		border-bottom: 1px solid #CCC;
		border-top: 1px solid #CCC;
		border-right: 1px solid #CCC;
		box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.23);
		-webkit-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.23);
		-moz-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.23);
	}




	#searchresultslist li {
		padding: 0.25em 0 0.5em 3em;
		text-transform: capitalize;
	}

	/* Links */
	#searchresultslist > li > a {
		font-size: medium;
	}

	#CompSearchResultsList li {
		padding: 0.25em 0 0.5em 1em;
		text-transform: capitalize;
		font-size: medium;
	}

	#CompSearchResultsList > li > a {
		font-size: medium;
	}


	.basicTriangle {
		height: 0;
		width: 0;
		margin: 0 8px 0 4px;
		font-size: 0;
		line-height: 0;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 4px solid #333;
		display: inline-block;
	}

	.basicTriangleWhite {
		height: 0;
		width: 0;
		margin: 0 8px 0 4px;
		font-size: 0;
		line-height: 0;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 4px solid #FFF;
		display: inline-block;
	}

	.basicTriangleUp {
		height: 0;
		width: 0;
		font-size: 0;
		line-height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #FFF;
	}

	.basicTriangleDown {
		height: 0;
		width: 0;
		font-size: 0;
		line-height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #FFF;
	}

	.basicTriangleLeft {
		height: 0;
		width: 0;
		font-size: 0;
		line-height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-right: 6px solid #FFF;
	}

	.basicTriangleRight {
		height: 0;
		width: 0;
		font-size: 0;
		line-height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 6px solid #FFF;
	}


	.spatialestCompIcon {
		width: 12px;
		height: 12px;
		position: absolute;
		background-color: #ffcc00;
		text-align: center;
		font-weight: bold;
		padding: 2px;
		border: 1px solid #f0c000;
		top: 3px;
		left: 3px;
	}







	#adjustment_grid div {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		cursor: default;
	}

	#adjustment_grid h3 {
		font-size: 1.3em;
		margin-bottom: 0.3em;
	}

	#adjustment_grid input {
		border: 0px solid white;
		border-bottom: 1px dotted #999;
		padding: 0px;
	}

	#adjustment_grid input:focus {
		border-color: #777;
		border-style: solid;
		outline: 0;
		color: #000;
	}


	#adjustment_grid textarea:focus {
		outline: none;
	}

	#adjustment_grid .title {
		text-align: center;
		padding: 0px;
		border: 0px;
		margin-bottom: 10px;
	}

	#adjustment_grid .fields {
		text-align: right;
		padding: 0px;
		border: 0px;
		margin-bottom: 10px;
	}

	#adjustment_grid .positive {
		color: green;
		font-weight: bold;
	}

	#adjustment_grid .negative {
		color: darkred;
		font-weight: bold;
	}

	#adjustment_grid .zero {
		color: black;
		font-weight: normal;
	}

	#adjustment_grid div.FieldsContainer {
		width: 122px;
		float: left;
		margin-right: 0px;
		border: 1px solid white;
		padding: 10px 0 10px 0px;
		font-weight: bold;
		background-color: #FFF;
	}

	#adjustment_grid div.SubjectContainer {
		width: 150px;
		float: left;
		margin-right: 10px;
		border: 1px solid white;
		padding: 7px;
		background-color: #FFF;
	}


	#adjustment_grid div.CompsContainer { /*for each comp*/
		float: left;
		overflow-x: auto;
		overflow-y: auto;
	}

	#adjustment_grid div.CompsContainerDisplayType {
		display: table;
		position: relative;
	}

	#adjustment_grid div.ContainerCellType {
		display: table-cell;
	}

	#adjustment_grid div.CompContainer { /*individual comp*/
		width: 200px;
		margin-right: 10px;
		margin-bottom: 20px;
		border: 1px solid #ccc;
		padding: 7px;
		background-color: #FFF;
	}

	#adjustment_grid .notes {
		background: #3d85c6;
		border-radius: 18px;
		color: #fff;
		display: inline-block;
		padding: 1px 5px;
		font: normal 700 12px/1 sans-serif;
		text-align: center;
		text-shadow: none;
		visibility: hidden;
	}

	#adjustment_grid .no_notes {
		visibility: hidden;
	}

	#adjustment_grid .has_notes {
		visibility: visible;
	}

	#adjustment_grid .line:hover {
		background: #FFF;
	}

	#adjustment_grid .line:hover > .notes {
		visibility: visible;
	}


	#adjustment_grid div.triangle_anno {
		position: relative;
		margin: 1em;
		padding: 1em;
		box-sizing: border-box;
		background: #FFFFA5;
		overflow: visible;
		border: 1px solid #AAAA66;
		box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
	}

	.triangle_anno::after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		margin-left: -0.5em;
		bottom: -16px;
		left: 80%;
		box-sizing: border-box;
		border: 8px solid black;
		border-color: transparent transparent #FFFFA5 #FFFFA5;
		transform-origin: 0 0;
		transform: rotate(-45deg);
		box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
	}




	/*RATES DISPLAY*/

	.individualRatesEdit div {
		xfloat: left;
		xwidth: 20em;
		padding: 1em;
	}


	/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
	.pure-table {
		/* Remove spacing between table cells (from Normalize.css) */
		border-collapse: collapse;
		border-spacing: 0;
		empty-cells: show;
		border: 1px solid #cbcbcb;
	}

	.pure-table caption {
		color: #000;
		font: italic 85%/1 arial, sans-serif;
		padding: 1em 0;
		text-align: center;
	}

	.pure-table td,
	.pure-table th {
		border-left: 1px solid #cbcbcb; /*  inner column border */
		border-width: 0 0 0 1px;
		font-size: inherit;
		margin: 0;
		overflow: visible; /*to make ths where the title is really long work*/
		padding: 0.5em 1em; /* cell padding */
	}

	/* Consider removing this next declaration block, as it causes problems when
there's a rowspan on the first cell. Case added to the tests. issue#432 */
	.pure-table td:first-child,
	.pure-table th:first-child {
		border-left-width: 0;
	}

	.pure-table thead {
		background-color: #e0e0e0;
		color: #000;
		text-align: left;
		vertical-align: bottom;
	}

	/*
striping:
   even - #fff (white)
   odd  - #f2f2f2 (light gray)
*/
	.pure-table td {
		background-color: transparent;
	}

	.pure-table-odd td {
		background-color: #f2f2f2;
	}

	/* nth-child selector for modern browsers */
	.pure-table-striped tr:nth-child(2n-1) td {
		background-color: #f2f2f2;
	}

	/* BORDERED TABLES */
	.pure-table-bordered td {
		border-bottom: 1px solid #cbcbcb;
	}

	.pure-table-bordered tbody > tr:last-child > td {
		border-bottom-width: 0;
	}


	/* HORIZONTAL BORDERED TABLES */

	.pure-table-horizontal td,
	.pure-table-horizontal th {
		border-width: 0 0 1px 0;
		border-bottom: 1px solid #cbcbcb;
	}

	.pure-table-horizontal tbody > tr:last-child > td {
		border-bottom-width: 0;
	}







	/* SCROLL BAR */
	::-webkit-scrollbar {
		height: 16px;
		overflow: visible;
		width: 12px;
		background: #DDD;
	}

	::-webkit-scrollbar-button {
		display: none;
		height: 0;
		width: 0;
	}

	::-webkit-scrollbar-track {
		-moz-background-clip: border;
		-webkit-background-clip: border;
		background-clip: border-box;
		border-width: 0 0 0 2px;
		border: solid transparent;
	}

	::-webkit-scrollbar-track:hover {
		background-color: rgba(0,0,0,0.1);
		border-left: 1px solid #DDD;
	}

	::-webkit-scrollbar-track:active {
		background-color: rgba(0,0,0,.025);
	}

	::-webkit-scrollbar-track:horizontal {
		border-width: 4px 0 0;
	}

	::-webkit-scrollbar-track:horizontal:hover {
		-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
		-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
		box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
	}

	::-webkit-scrollbar-track:horizontal:active {
		-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.14), inset 0 -1px 0 rgba(0,0,0,.07);
		-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.14), inset 0 -1px 0 rgba(0,0,0,.07);
		box-shadow: inset 0 1px 0 rgba(0,0,0,.14), inset 0 -1px 0 rgba(0,0,0,.07);
	}

	::-webkit-scrollbar-thumb {
		-moz-background-clip: border;
		-webkit-background-clip: border;
		background-clip: border-box;
		background-color: rgba(0,0,0,0.25); /*border-width: 1px 1px 1px 6px;         border: solid transparent;*/
		-moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
		-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
		box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
		min-height: 28px;
		padding: 100px 0 0;
	}

	::-webkit-scrollbar-thumb:hover {
		background-color: rgba(0,0,0,.4);
		-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
		-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
		box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
	}

	::-webkit-scrollbar-thumb:active {
		background-color: rgba(0,0,0,0.5);
		-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
		-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
		box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
	}

	::-webkit-scrollbar-thumb:horizontal {
		border-width: 6px 1px 1px;
		-moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.07);
		-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.07);
		box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.07);
		padding: 0 0 0 100px;
	}

	::-webkit-scrollbar-corner {
		background: transparent;
	}

	body::-webkit-scrollbar-track-piece {
		-moz-background-clip: border;
		-webkit-background-clip: border;
		background-clip: border-box;
		background-color: #f5f5f5; /*border-width: 0 0 0 3px;         border: solid #fff;*/
		-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.14), inset -1px 0 0 rgba(0,0,0,.07);
		-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.14), inset -1px 0 0 rgba(0,0,0,.07);
		box-shadow: inset 1px 0 0 rgba(0,0,0,.14), inset -1px 0 0 rgba(0,0,0,.07);
	}

	body::-webkit-scrollbar-track-piece:horizontal {
		border-width: 3px 0 0;
		-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.14), inset 0 -1px 0 rgba(0,0,0,.07);
		-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.14), inset 0 -1px 0 rgba(0,0,0,.07);
		box-shadow: inset 0 1px 0 rgba(0,0,0,.14), inset 0 -1px 0 rgba(0,0,0,.07);
	}

	body::-webkit-scrollbar-thumb {
		border-width: 1px 1px 1px 3px;
	}

	body::-webkit-scrollbar-thumb:horizontal {
		border-width: 3px 1px 1px;
	}

	body::-webkit-scrollbar-corner {
		-moz-background-clip: border;
		-webkit-background-clip: border;
		background-clip: border-box;
		background-color: #f5f5f5;
		border-width: 2px 0 0 2px;
		border: solid #fff;
		-moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,.14);
		-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.14);
		box-shadow: inset 1px 1px 0 rgba(0,0,0,.14);
	}
	/* SCROLL BAR */



	/*TINY CAROUSEL - REMOVE THIS*/
	#parcelInfoCarousel {
		height: 300px;
		overflow: hidden;
	}

	#parcelInfoCarousel .viewport {
		float: left;
		width: 350px;
		height: 270px;
		overflow: hidden;
		position: relative;
	}

	#parcelInfoCarousel .buttons {
		display: block;
		margin: 30px 10px 0 0;
		float: left;
	}

	#parcelInfoCarousel .next {
		margin: 30px 0 0 10px;
	}

	#parcelInfoCarousel .disable {
		visibility: hidden;
	}

	#parcelInfoCarousel .overview {
		list-style: none;
		padding: 0;
		margin: 0;
		position: absolute;
		left: 0;
		top: 0;
	}

	#parcelInfoCarousel .overview li {
		float: left;
		margin: 0 20px 0 0;
		height: 263px;
		width: 350px;
	}

	#parcelInfoCarousel .pager {
		overflow: hidden;
		list-style: none;
		clear: both;
		margin: 0 0 0 0;
	}

	#parcelInfoCarousel .pager li {
		float: left;
	}

	#parcelInfoCarousel .pagenum {
		background-color: #fff;
		text-decoration: none;
		text-align: center;
		padding: 5px;
		color: #555555;
		font-size: 14px;
		font-weight: bold;
		display: block;
	}

	#parcelInfoCarousel .active {
		color: #fff;
		background-color: #555555;
	}


	/*TINY CAROUSEL*/

	/* slider3 */
	.carousel {
		margin: 0 0 20px;
	}

	.carousel .viewport {
		width: 350px;
		height: 250px;
		float: left;
		overflow: hidden;
		position: relative;
	}

	.carousel .bullets {
		overflow: hidden;
		list-style: none;
		clear: both;
		margin: 0 0 0 0px;
	}

	.carousel .bullets li {
		float: left;
	}

	.carousel .bullet {
		background-color: #fff;
		text-decoration: none;
		text-align: center;
		padding: 5px;
		color: #555555;
		font-size: 14px;
		font-weight: bold;
		display: block;
	}

	.carousel .bullet.active {
		color: #fff;
		background-color: #555555;
	}

	.carousel .buttons {
		background: #C01313;
		border-radius: 35px;
		display: block;
		margin: 30px 10px 0 0;
		float: left;
		width: 35px;
		height: 35px;
		position: relative;
		color: #fff;
		font-weight: bold;
		text-align: center;
		line-height: 35px;
		text-decoration: none;
		font-size: 22px;
	}

	.carousel .next {
		margin: 30px 0 0 10px;
	}

	.carousel .buttons:hover {
		color: #C01313;
		background: #fff;
	}

	.carousel .disable {
		visibility: hidden;
	}

	.carousel .overview {
		list-style: none;
		position: absolute;
		width: 350px;
		left: 0;
		top: 0;
	}

	.carousel .overview li {
		float: left;
		margin: 0 20px 0 0;
		padding: 1px;
		height: 250px;
		xborder: 1px solid #dcdcdc;
		width: 350px;
	}


	/* Clear Fix*/
	.clear:before, .clear:after {
		content: "\0020";
		display: block;
		height: 0;
		overflow: hidden;
	}

	.clear:after {
		clear: both;
	}


}
/*media screen ********************************* */









@page {
	size: letter portrait;
}


@media print {

	#searchBar, #menuBar, #contentContainer, .noprint {
		display: none;
	}

	#printarea {
		display: block;
	}

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		font-size: 13px;
		vertical-align: baseline;
		font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
		text-decoration: none;
	}


	h1 {
		xpage-break-before: always
	}

	.newPage {
		page-break-before: always
	}

	table {
		border-collapse: collapse;
		page-break-inside: avoid;
		text-align: left;
		margin-left: 0;
		margin-bottom: 5mm;
	}

	th {
		/*padding-right: 5mm;*/
		width: 35mm;
		font-size: 1.3em;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	thead {
		font-size: 16pt;
	}

	xthead tr {
		height: 20pt;
	}

	img {
		border: 1px solid #333;
	}

	td {
		vertical-align: middle;
		border-bottom: 1px solid #CCC;
	}

	td:nth-child(1) {
		text-align: right;
		font-weight: bold;
		border-bottom: none;
		padding-right: 1.5em;
	}

	tr {
		height: 1.5em;
	}

	tr.compressed {
		height: 1em;
	}

	tr.compressed > td {
		font-size: 0.8em;
	}

	tr:nth-child(1) {
		text-align: center;
	}

	tr:nth-child(2) {
		text-align: center;
	}

	tr:nth-child(3) {
		text-align: center;
	}



	tr.noborder td {
		border-bottom: none;
	}

	.rowname {
		text-align: right;
		padding-right: 5mm;
		font-weight: bold;
		border-bottom: none;
	}

	.noborder {
		border-bottom: none;
	}

	.bold {
		font-weight: bold;
	}


	div.pageFooter {
		page-break-after: always;
	}
}


.historyItem {
	width: 100%;
	cursor: pointer;

}
.historyItem a {
	padding: 5px 0;
}

.historyItem a:hover {
		color: #F0F;
		cursor: pointer;
	}

.historyItemGrid {
	display: grid;
	grid-template-columns: 0.5fr 10fr 0.5fr;
	grid-template-rows: auto;
	gap: 0px 2em;
	align-items: center;
}




sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
}

sub, sup {
	font-size: 0.5em;
	line-height: 100%;
}




/* The Disclaimer Modal (background) */
.disclaimerModal {
	display: block; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 11112; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: hidden; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
	border-radius: 3px;
	backdrop-filter: blur(6px);
}

/* Disclaimer Modal Content/Box */
.disclaimerModalContent {
	background-color: #fefefe;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 20px;
	max-height: 100%; /* Full height */
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
	overflow-y: hidden;
	border: 1px solid #999;
	border-radius: 8px;
	transition: opacity 2s;
	position: relative;
	filter: drop-shadow(0px 0px 8px #333);
}

.disclaimerContent {
	position: relative;
	height: 90%;
	margin: 1em;
}

.disclaimerModalContent p {
	font-size: 1.2em;
	margin-bottom: 1em;
}

.disclaimerModalContent h1 {
	text-align: center;
	font-size: 1.8em;
	margin-bottom: 1em;
}



/* The Close Button */
.disclaimerModalClose {
	color: #FFF;
	background-color: #A00;
	padding: 0px 3px 0px 3px;
	border-radius: 3px;
	float: right;
	font-size: 20px;
	font-weight: bold;
	top: 0px;
}

.disclaimerModalClose:hover, .disclaimerModalClose:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	background-color: #F00;
	color: #FFFFFF;
}

/* site tour */

.shepherd-element {
    max-width: 300px;
}

.shepherd-element,
.shepherd-arrow:before {
	background-color: #222222;
}

.shepherd-element .titleWrapper {
    display: flex;
}

.shepherd-element .titleWrapper h2 {
    font-size: 1.5em;
    color: #ffffff;
}

.shepherd-element .titleWrapper button.shepherdClose {
    margin-left: auto;
    border: none;
    background-color: transparent;
    color: #aaaaaa;
}

.shepherd-element p {
	padding: 10px 0;
    color: #ffffff;
}

.shepherd-element .controls button.shepherdControl {
	width: auto;
	padding: 6px 18px 4px;
	font-size: 13px;
	text-decoration: none;
	color: rgb(255,255,255);
	border: solid 1px rgb(0,60,180);
	background: rgb(0,99,255);
	background: -moz-linear-gradient(top, rgb(0,99,255) 0%, rgb(0,85,214) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,99,255)), color-stop(100%,rgb(0,85,214)));
	background: -webkit-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
	background: -o-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
	background: -ms-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063ff', endColorstr='#0055d6',GradientType=0 );
	background: linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
}

.ui-widget-overlay {
	opacity: 1 !important;
	background: none !important;
	backface-visibility: hidden;
	backdrop-filter: blur(20px) brightness(1) contrast(0.3);
}

.txtdialog {
	max-width: 700px;
	min-width: 300px;
}

.dropshadow {
	filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.8)) !important;
}


.ui-dialog-titlebar {
	display: none;
}

#dialog_title_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	#dialog_title_container h1 {
		margin: 0;
		padding: 1em 0 1em 0;
		font-size: 24px;
		font-weight: bold;
	}

	#dialog_title_container button {
		background-color: #C00;
		background-image: src('ui-icons_cc0000_256x240.png');
		color: #FFF;
		padding: 8px;
		margin-right: -5px;
		margin-top: -5px;
		border: none;
		cursor: pointer;
	}



	/*ACCESSIBILITY CHANGES*/
.ui-helper-hidden-accessible {
	display: none;
}

.skip-to-main-content-link {
	position: absolute;
	left: -9999px;
	z-index: 999;
	padding: 1em;
	background-color: black;
	color: white;
	opacity: 0;
}

	.skip-to-main-content-link:focus {
		left: 50%;
		transform: translateX(-50%);
		opacity: 1;
	}



/*filters hover*/
.jq-dropdown .jq-dropdown-menu label:hover {
	background-color: white;
}

.jq-dropdown .jq-dropdown-menu li > a:hover, .jq-dropdown .jq-dropdown-menu menu > li:hover {
	background-color: white;
	color: black;
	cursor: pointer;
	outline: black;
	outline: 1px solid #AA0000;
}


/* range slider */
.ui-widget.ui-widget-content {
	border: 1px solid #666;
}

.ui-widget-header {
	border: 1px solid #999;
	background: #DDD;
	color: #333333;
	font-weight: bold;
}

ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 2px solid #333;
	background: #999;
	font-weight: normal;
	color: #454545;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	border: 2px solid #666;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

/*
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 2px solid #8F0000;
	background: #FF5757;
	font-weight: normal;
	color: #ffffff;
}
*/

.ui-state-active {
	border: 2px solid black !important;
	border-radius: 3px;
	background: #FFF !important;
	font-weight: normal;
	color: #000 !important;
	
}


.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(100%);
	white-space: nowrap;
}


/*lazy loaded images*/
.property-img-waiting {
	opacity: 0;
}

.property-img-loaded {
	opacity: 1;
	transition: 0.5s
}
/*lazy loaded images*/

/* Sale Price Value Highlight */
.valueHighlight {
	padding: 0 0.3em 0 0.3em;
	min-height: 24px;
	border-radius: 3px;
	display: inline-flex;
	align-items: center;
	color: white;
	background-color: #4C811D;
	cursor: default;
}

.valueHighlightInline {
	padding: 0 0.2em 0 0.2em;
	border-radius: 3px;
	color: white;
	background-color: #4C811D;
	cursor: default;
}

.ui-dialog {
	z-index: 1000 !important;
}