/* CSS formatting for Assessor Pages */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400&amp;display=swap');
body { height: 100%; position: relative; }

.banner {
	background-image: url(https://www.cityofmadison.com/sites/default/files/styles/banner_desktop/public/assessor/images/_DSC0399.jpg?h=b67065fa&amp;itok=z9Ui4iIl);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	padding-top: 0;
}
@media screen and (max-width: 979px) {
	.banner {
		background-position: center -91px;
		background-attachment: fixed;
		background-size: auto;
	}
}
.banner:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.50);
}
.banner .container,
.banner .navbar {
	position: relative;
	z-index: 0;
}

/*.banner .banner-logo { margin-top:12px; margin-left:9px; }*/
.banner .banner-logo {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	align-items: center;
	margin-top: 0;
	padding: 15px 0;
	line-height: normal;
}
@media screen and (min-width: 991px) {
	.banner .banner-logo {
		min-height: 80px;
	}
}
/*
.banner .banner-logo { 
	margin-top: 10px; text-shadow: 0 0 10px black; 
}
@media (max-width: 768px) {
	.banner .banner-logo img {
		margin-bottom: 10px;
	}
}
*/
/*.banner .banner-logo img { width:240px; }*/
.banner .banner-logo img {
	height: 80px;
	max-height: 80px;
	max-width: none;
	min-height: 45px;
	width: auto;
	
/*
	float: left;
	width: 86px;
	height: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='black', Positive='true')";
	filter: drop-shadow(0 0 10px black);
*/
}
.banner .agency-name {
	display: inline-block;
/*	padding: 24px 0;*/
	font-family: "Montserrat", "PingFang SC", "PingFang TC", "PingFang HK", "Microsoft YaHei", sans-serif;
	font-size: 45px;
	font-weight: 600;
	color: #fff;
	letter-spacing: normal;
}
.banner .banner-logo .agency-name h3 {
	margin: 16px 0 0 0;
}
.banner .banner-feature { 
	background: rgb(205,218,234) /*transparent  default fallback */;
	background: rgba(205,218,234,.6); /* nice browsers */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99cddaea, endColorstr=#99cddaea); /* IE 6/7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99cddaea, endColorstr=#99cddaea)"; /* IE8 */
	color:#333;
 }
 @media (max-width: 768px) {
	 .banner .banner-feature {
			clear: both;
		}
 }
.navbar .nav li { padding: 0; }
.navbar.subnav {
	margin-top: 0;
}
.navbar.subnav .navbar-inner {
	background: rgba(0,0,0,0.50); 
}

.subnav .nav-collapse .nav li a {
	color: #fff;
	font-family: "Source Sans Pro", "PingFang SC", "PingFang TC", "PingFang HK", "Microsoft YaHei", sans-serif;
	font-size: 18px;
}
.subnav .nav-collapse .nav li a:hover,
.subnav .nav-collapse .nav li a:focus {
	color: #000;
	background: #fff;	
	box-shadow: inset 0 -5px 0 #03626b;
}

/* Home icon. */
.subnav .nav-collapse .nav li.home a:not(:hover):not(:focus) {
	filter: invert(1) contrast(200%);
}

/*
.navbar.subnav .nav li { width: 16.66666%; }
.navbar.subnav ul > li > a { padding-left:20px; padding-right:20px; }
*/

.navbar.subnav .nav li:hover, .navbar.subnav .nav li a:hover, .navbar.subnav .nav li:hover a, .navbar.subnav .dropdown-menu {
	color: #000;
	background: #fff;	
	box-shadow: inset 0 -5px 0 #03626b;
}

/*
.span3.toc { float: left; }

.claro { margin-bottom: 20px; }

.phone.dark {
	margin-bottom:10px;
}
*/

/* Breadcrumbs */
.breadcrumbs ol li a {
	margin-right: 0;
}
.breadcrumbs ol li span {
	margin-left: 6px;
	color: #595959;
}


h1, h2 { border-bottom:none; }

.content { margin-bottom: -409px; }
.spacer { height: 409px; }

.footer .text-list.triple li { padding: 6px 0; }

.calendar-list .row { margin-bottom: 15px; }
.calendar-list .span2 { text-align: right; }
.calendar-list .span6 { border-bottom: 1px solid #e2e2e2; }

.link-list a small { color: #555; }
.link-list .link-list li { padding-left: 20px; }

/*** Affixed Side nav ***/
.fixed-side-nav { background: #fff; border-radius: 6px 6px; box-shadow: 0 1px 4px rgba(0,0,0,0.5); margin: 15px 0 0; padding: 0; width: 200px; }
.span2 .fixed-side-nav { width: 140px; }
.fixed-side-nav li { padding: 0; }
.fixed-side-nav li a { border: 1px solid #d5d5d5; display: block; font-size: 0.9em; font-weight: normal; margin: 0 0 -1px; padding: 8px 14px; }
.fixed-side-nav li.active a { background-color: #eee; color: #444; text-shadow: none; font-weight: bold; }
.fixed-side-nav li.active a:hover, .fixed-side-nav li.active a:focus { background-color: #eee; color: #444; text-shadow: none; }
.fixed-side-nav li:first-child a { border-radius: 6px 6px 0 0; }
.fixed-side-nav li:last-child a { border-radius: 0 0 6px 6px; }
.fixed-side-nav.affix { position: fixed; top: 10px; }
.fixed-side-nav.affix-top { top: 530px; }
.fixed-side-nav.affix-bottom { bottom: 450px; position: absolute; top: auto; }
.fixed-side-nav li.info a { 
	background: #03626b;
/*
	background: #5bc0de; 
	background: -moz-linear-gradient(top,  #5bc0de 0%, #2f96b4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bc0de), color-stop(100%,#2f96b4));
	background: -webkit-linear-gradient(top,  #5bc0de 0%,#2f96b4 100%);
	background: -o-linear-gradient(top,  #5bc0de 0%,#2f96b4 100%);
	background: -ms-linear-gradient(top,  #5bc0de 0%,#2f96b4 100%);
	background: linear-gradient(to bottom,  #5bc0de 0%,#2f96b4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc0de', endColorstr='#2f96b4',GradientType=0 );
*/
	border-color: transparent; color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.fixed-side-nav li.info a:hover { 
/*	background: #2f96b4; */
	background: #004d54;
	filter: none; 
}

/*** Nav-List ***/
.nav-list span.nav-heading { border: solid #d5d5d5; border-radius: 6px 6px 0 0; border-width: 1px 1px 0; display: block; padding-bottom: 10px; padding-top: 6px; }
.nav-list li.nav-header { margin: 0; padding: 8px 14px 0; color: #595959; }
.nav-list li.nav-indent { padding-left: 14px; }
@media (min-width: 1200px) {
  .subnav .nav-collapse .nav li.home a {
		padding: 15px 18px;
  }
  .subnav .nav > li > a, .subnav .nav > li > a:focus, .subnav .nav-collapse .nav li a {
		padding: 15px;
  }
}

/* Mobile navigation adjustments. */
@media screen and (max-width: 979px) {
	.navbar.subnav .nav li {
		padding: 0 !important;
	}
	.navbar.subnav .nav li a {
		padding: 15px;
	}
}


/*** Lookup Form Nav on Homepage ***/
.badge-large, .badge-large .badge { font-size:18px; font-weight:bold; padding:0 0 10px 0; margin-left:0; }
.badge-large span { margin:5px 0 0 0; }
.badge-large a { color:#ffffff; }
.badge-large .badge { background-color:#595959; padding:10px; } /* modified to increase contrast */
.badge-large .badge-success { background-color:#667f31; }
.badge-large a:hover { color:#fff; background-color:#794; }

/*** Lookup Forms ***/
.well.search-form h2.no-margin { font-size: 1.4em; margin: 0; }
.well.search-form h2 a { color: #555; }
.well.search-form form { margin-bottom: 0; }
.well.search-form form .control-group:last-child { margin-bottom: 0; }

/*** hero unit on assessor homepage ***/
.hero-unit a.helper-text, .hero-unit a.primary { display:inline-block; margin-right:20px; }
.hero-unit a.helper-text.last { margin-right:0; }
.hero-unit a.primary { font-weight:bold;  }

/*** Alert Info-box ***/
.alert.alert-info h3 { margin: 5px 0 10px; }
.alert.alert-info address { margin: 5px 0; }

/*** Clearfix Info Bar ***/
.clearfix.info-bar { margin-bottom: 10px; }
.info-bar .alert.alert-info { margin: 0; padding-right: 14px; }
.info-bar .btn { margin: 0; padding: 8px 14px; }

/*** Tables ***/
.table { border-bottom: 1px solid #ddd; }
.table thead th { vertical-align: top; }
.table thead tr.title-gray .pull-right { margin-top: 4px; }
.table thead tr.title-gray th a { 
	background: #eeeeee;
	background: -moz-linear-gradient(top, #aaaaaa 0%, #f5f5f5 40%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(40%,#f5f5f5), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top, #aaaaaa 0%,#f5f5f5 40%,#eeeeee 100%);
	background: -o-linear-gradient(top, #aaaaaa 0%,#f5f5f5 40%,#eeeeee 100%); 
	background: -ms-linear-gradient(top, #aaaaaa 0%,#f5f5f5 40%,#eeeeee 100%);
	background: linear-gradient(to bottom, #aaaaaa 0%,#f5f5f5 40%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#eeeeee',GradientType=0 );

	box-shadow: 0 3px 8px rgba(0,0,0,0.125) inset;
	color: #333;
	filter: none; 
	font-size: 0.9em;
	font-weight: normal;
	line-height: 0.9em;
	margin: 0 0 0 8px;
	padding: 10px 14px;
}
.table thead tr.title-gray th a:hover { 
	background: #333;
	color: #e9e9e9;
} 

.table thead tr.title-gray.with-btns th { overflow: hidden; }

.table tbody tr.title-gray { background-color: #eee; color: #444; }
.table tbody tr.title-gray th a { color: #336699; }
.table tbody tr.title-gray th a:hover { color: #003366; text-decoration: underline; }
.table tbody tr th h3 { margin: 10px 0 0; }
.table tbody tr.after-tr-heading th, .table tbody tr.after-tr-heading td { border-color: #bbb; }

/*** Affixed div ***/
.clearfix[data-spy="affix"] { border-bottom: 1px solid #888; -webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.20); box-shadow: 0px 4px 2px -3px rgba(0,0,0,0.20); }
.clearfix.affix { background: #fff; border-bottom: 1px solid #888; padding-top: 15px; top: 0; width: inherit; }

/*** Form Updates ***/
.span6 .form-horizontal .control-label { float: left; width: 185px; }

@media (min-width: 1200px) {
	.fixed-side-nav { width: 250px; }
	.span2 .fixed-side-nav { width: 170px; }
}

@media (max-width: 979px) {
	.fixed-side-nav { width: 146px; }
	.span2 .fixed-side-nav { width: 104px; }
	.span6 .form-horizontal .control-label { float: none; }
}

@media (min-width: 768px) and (max-width: 978px) {
	.span2 .fixed-side-nav li.nav-header { line-height: 14px; }
	.span2 .fixed-side-nav li.nav-indent { font-size: 0.8em; padding-right: 14px; }
}

@media (max-width: 767px) { 
	.fixed-side-nav, .span2 .fixed-side-nav { margin: 0 0 20px; width: inherit; }
	.fixed-side-nav.affix { position: relative; top: auto; }
	.fixed-side-nav.affix-top { top: auto; }
	.fixed-side-nav.affix-bottom { bottom: auto; position: relative; top: auto; }
	.clearfix.affix { margin-right: 20px; width: auto; }
	.table thead tr.title-gray.with-btns th .pull-left, 
	.table thead tr.title-gray.with-btns th .pull-right { display: block; float: none; }
	.table thead tr.title-gray.with-btns th .pull-right a { display: block; margin-top: 1px; }
}

@media (max-width: 480px) {
	.clearfix.info-bar .pull-right { float: none; }	
	.clearfix.info-bar .pull-right a { margin-top: 10px; }
}

/* External link updates: 2026-03-18 */
a.external-link {
	padding-right: 0;
}
a.external-link .link-nobreak {
	white-space: nowrap;
}
a[href^="http"]:not(.parcelMap), a[href^="//"]:not(.parcelMap) {
	background-image: none;
}
img.external-image {
	margin-bottom: 2px;
	margin-left: 5px;
	padding: 0 !important;
	float: none !important;
}
.btn-primary img.external-image,
.table thead tr.title-gray th a:hover img.external-image,
footer img.external-image {
	filter: invert(1);
}
/* Hide external image on linked images. */
a[href^="http"].external-image img.external-image, 
a[href^="//"].external-image img.external-image, 
#map_canvas a img.external-image, 
a.clear-after img.external-image {
	display: none;
}
.parcelMap {
	position: relative;
}
.parcelMap img.external-image {
	position: absolute;
	top: 10px;
	right: 10px;
	filter: invert(1);
}

/* Sales by Area styling. */
.sort-by.affix {
	top: 2em;
}
.property-items {
	container-type: inline-size;
	container-name: records;
}
.property-items ul {
	margin-left: 1.3em;
}
.property-items li {
	padding: revert;
	li {
		list-style:disc;
		line-height: 1.5;
	}
}
.property-items > li {
	margin-bottom: 1.15em;
	padding: 1.15em 1.15em .7em 1.15em;
	border: .25em solid #eee;
}
.property-items > li:nth-child(even) {
/*														background-color: #eeeeee;*/
}
.property-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1em .5em;
	margin: -1.15em -1.15em 1.15em -1.15em;
	padding: 1.15em 1.15em .1em 1.15em;
	background-color: #eee;
}
.property-items li h2 {
	margin-top: 0;
	margin-bottom: .1em;
}
@media screen and (max-width: 767px) {
	.sort-by.affix {
		top: 0;
		width: 100%;
		height: 100px;
		background-color: white;
		form {
			display: flex;
			margin-bottom: 0;
			align-items: flex-end;
			gap: 1em;
		}
	}
	.sorted-by.affix {
		top: 100px;
		width: 100%;
		padding: 0;
		background-color: white;
	}
}
@container records (width > 500px) {
	.property-items li h3 {
		margin-top: 0;
	}
	.property-item--details {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;															
		gap: 3em 1.5em;
	}
}
/* Print styles. */
@page {
	size: 8.5in 11in;
}
@media print {
	body,
	* {
		color: black;
		font-size: 10pt;
		background: none;
		background-color: white;
	}
	.banner,
	form {
		display: none;
	}
	.sort-by.affix,
	.sorted-by.affix {
		position: relative;
		display: block;
	}
	.property-items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: .5em 3em;
		list-style: decimal!important;
		margin-left: 2em !important;
	}
	.property-items li {
		padding: revert;
	}
	.property-items > li {
		margin-bottom: .75em;
		padding: 1em;
		break-inside: avoid;
		border: 1px solid black;
	}
	.property-header {
		margin-bottom: 0;
	}
	.property-item--details {
		grid-template-columns: 1fr 1fr;
		gap: 1em;
	}
}