/* Minification failed. Returning unminified contents.
(180,15): run-time error CSS1039: Token not allowed after unary operator: '-color-text-primary'
 */
/* DNR Application Style */
/* Version 1.0 */
/* Last updated 03-21-2012 */

/* Color Quick Key

	# Medium Steal blue #394e5f masthead
	# Light Steal blue #5a7f9c masthead
	# Light grey #ccc border lines
	# Whitesmoke #f5f5f5 backgrounds
	# Dark grey #333 text
	# Light grey #a9a9a9 footer text

*/ 


body {
	color: #333;
	background-color: #fff;
	font-family: Arial, sans-serif;
	/*font-size: 100%;*/
	margin: 0;
	padding: 0;
}

#masthead {
	background-color: #394e5f;
	text-align: left;
	margin: 0;
	padding: 0 4px 2px;
	border-bottom: 3px solid #5a7f9c;
	background-image:none; 
}

#agency {
	color: #fff;
	font-weight: bold;
	font-size: 108%;
	font-family: Arial, sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 2em;
	padding: 0.6em 0 0.2em;
}

#appheader {
	background-color: #ffffff;
	color: #000;
	font-weight: bold;
	font-size: 100%;
	font-family: Arial,sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0.2em;
}

#navheader {
	background-color: #fff;
	font-size:85%;
	text-align: right;
	margin: 0;
	padding: 3px 14px 3px 3px;
	border-top: #ccc 1px solid;
	border-right: #333 1px solid; 
	border-bottom: #333 1px solid;
	border-left: #ccc 1px solid;
	background:#f5f5f5;
}

#footer {
	color: #a9a9a9;
	background: url(https://apps.dnr.wi.gov/DNRExternalBranding/V01/images/DNRc2icon.gif) no-repeat 4px 4px;
	margin-top: 20px;
	padding: 4px;
	border-top: 1px solid #394e5f;
	height: 68px;
}

#footer p {
	font-family: Arial, sans-serif;
	font-size: x-small;
	margin: 30px 100px 0;
	padding: 0;
}

#footer address  {
	font-family: Arial, sans-serif;
	font-size: x-small;
	font-style: normal;
	margin: 0 100px;
	padding: 0;
}

/*.edit-data
{
    display:none;
}*/

/* brrts css */
#navbarSecondary .nav-item.active, #navbarSecondary .nav-item:hover {
	/*       background-color: rgb(217,217,217) !important;*/
	/*            background-color: rgb(0, 117, 165) !important;*/
	background-color: rgb(0,51,73) !important;
}

	#navbarSecondary .nav-item.active .nav-link, #navbarSecondary .nav-item:hover .nav-link {
		color: white !important;
		text-decoration: underline;
	}

#headerContent {
	background-color: #003349 !important;
	height: 80px;
	border-bottom: 3px solid #3f5966;
}

.site-branding-logo {
	padding: 25px 0 10px;
	display: inline-block;
	position: relative;
	width: 100%;
	max-height: 95px;
	height: auto;
}

	.site-branding-logo::after {
		content: "";
		position: absolute;
		/*top: 10px;*/
		/*left: 10px;*/
		top: -10px;
		left: 0;
		height: 60px;
		width: 100%;
		background-image: linear-gradient(transparent, transparent),url(https://dnr.wisconsin.gov/sites/default/files/icons/dnr-circle-logo-txt.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}

.mdl-color--deep-blue {
	background-color: rgb(0,117,165) !important;
}

.mdl-color--sherpa-blue {
	background-color: rgb(0,51,73) !important;
}

.mdl-color--grey-85 {
	background-color: rgb(217,217,217) !important;
}

.nav-link-button {
	background-color: rgb(217,217,217) !important;
}

.brrts-page-wrap {
	display: flex;
	align-items: flex-start;
}

.brrts-left-nav {
	background: #ffffff; /*#1a3a5c;*/
	border-top: 3px solid #dee2e6;
	border-radius: 8px;
	padding: 8px 0;
	position: sticky;
	top: 0;
	height: 40vh;
	overflow-y: auto;
}

	.brrts-left-nav a {
		display: block;
		padding: 7px 14px;
		font-size: 12.5px;
		color: #c8d8ea;
		text-decoration: none;
		border-left: 3px solid transparent;
		color: var(--color-text-primary);
	}

		.brrts-left-nav a:hover,
		.brrts-left-nav a.active {
			background: #254f78;
			color: #fff;
			border-left-color: #5ba3d9;
		}

.brrts-main {
	flex: 1;
	overflow-y: auto;
	padding-left: 8px;
}


.section-header {
	padding: 7px 14px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.expandable-textarea {
	resize: vertical;
}


.overview-panel {
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	padding: 12px;
	background: #fff;
	height: 100%;
}

.field-wrap {
	margin-bottom: 12px;
}

	.field-wrap label {
		font-size: 11px;
		font-weight: 600;
		color: #666;
		margin-bottom: 4px;
		display: block;
	}

/* informational text only */
.info-text {
	min-height: 36px;
	padding: 6px 2px;
	font-size: 14px;
	color: #222;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e2e2e2;
}

.field-label {
	color: #3F51B5;
	font-size: 0.8rem;
	font-weight: 500;
	padding-left: 10px;
	margin-bottom: 4px;
}

.panel-title {
	font-size: 13px;
	font-weight: 200;
	color: #3F51B5;
	width: auto;
	padding: 0 6px;
	margin-left: 10px;
}
