﻿/* PRINT TREND REPORT*/
.pdf-table {
	border: 0;
	border-right: 1px;
	border-bottom: 1px;
}

	.pdf-table tr td {
		border: 0;
		border-left: 1px;
		border-top: 1px;
	}

span.disabled-link {
	color: #999;
	text-decoration: underline;
	margin-left: 1em;
}

span.bold {
	font-weight: bold;
}

.question-instructions h3 {
	white-space: nowrap;
	margin: 0 10px 0 0;
	font-size: 1em;
	line-height: 1.43em;
}

.question-instructions td {
	vertical-align: top;
}

.question-instructions ul {
	padding-left: 1em;
}

.contact td {
	vertical-align: top;
	padding-bottom: 1em;
}

.indented-row {
	margin-left: 30px;
}

.underline {
	text-decoration: underline;
}

body {
	background-color: #E2EAF1;
	font-family: Arial, san-serif;
	font-size: 12px;
	color: #333;
}

label {
	font-weight: inherit;
}

img {
	border: 0;
}

div.content table {
	font-size: 12px;
}
/* Generic classes */
.center {
	text-align: center;
}

.hidden {
	display: none;
}

.error {
	color: red;
}

.c {
	text-align: center
}

.clear-trail:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.l {
	text-align: left;
}

/* OVERALL LAYOUT */
#browser_warning, .hide {
	display: none;
}

/* Header */
#wf-header {
	padding: 15px 15px 10px;
}

	#wf-header img {
		vertical-align: -27px;
	}

	#wf-header span {
		color: #000066;
		font-family: "Georgia, Times New Roman", Times, serif;
		font-size: 25px;
		margin-left: 10px;
		white-space: nowrap;
	}

/* Navigation */
#globalNav {
	float: right;
	line-height: 1.3em;
	margin: 0;
	padding: 5px 15px 5px;
	text-align: right;
	top: 4px;
	width: 1030px;
}

	#globalNav li {
		border-left: 1px solid #333;
		display: inline;
		list-style: none;
		margin-right: 2px;
		padding: 0 0 0 4px;
	}

		#globalNav li:FIRST-CHILD {
			border: 0;
		}

#primaryNav {
	background-color: #FFF;
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
}

	#primaryNav ul {
		background-color: #C2C8D4;
		color: #fff;
		float: left;
		margin: 1px 0px;
		padding: 0px;
		width: 100%;
	}

		#primaryNav ul li {
			display: inline;
			font-size: 14px;
			font-weight: bold;
			padding: 2px;
		}

			#primaryNav ul li img {
				border: 0;
			}

			#primaryNav ul li a {
				background: url(nav-btn-bg.png) repeat-x;
				background-color: #C2C8D4;
				border: 0;
				border-right: 1px solid #8a8a8a;
				color: #000000;
				float: left;
				padding: 7px 36px;
				text-decoration: none;
			}

				#primaryNav ul li a:hover {
					background-image: url(nav-btn-selected.png);
					color: #FFF;
				}

/* Container */
#container, #footer {
	width: 1004px;
	margin: 0 auto;
}

#container {
	background-color: #FFF;
	border: 1px solid #999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 18px;
}

#main-content {
	padding: 12px 10px;
}

ul.spaced li {
	margin-bottom: 1em;
}

ul.clean {
	padding-left: 0;
}

	ul.clean li {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
	}

ul.no-indent {
	padding-left: 0;
}

	ul.no-indent li {
		margin-left: 11px;
	}



h1.green, h2.green, h3.green {
	color: #095;
}

#information_pane {
	float: left;
	margin: 0 0 20px;
	padding: 0;
	width: 570px;
}

#navigation_pane {
	border-left: 1px solid #bfbfbf;
	float: right;
	margin: 0 0 20px;
	padding: 1em 0 0 10px;
	width: 370px;
}

.action-form {
	/* padding: 20px 0 10px; */
	/*background-color: #ffc; */
	/*
	border-radius:10px;
  border: 1px solid #ffc;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
*/
}

#login-form {
	padding-left: 10px;
	padding-bottom: 15px;
}

.divided-from-above {
	margin-top: 20px;
	border-top: 1px solid #bfbfbf;
	padding-top: 10px;
}

.action-form p.error {
	text-align: left;
	color: red;
	padding: 0 10px 0 20px;
}

.action-form h2, .action-form h3 {
	margin: 0 0 1em 0;
	text-align: center;
}

#login-form h2 {
	margin: 0 0 1em 10px;
	text-align: left;
}


/* Footer */
#footer {
	font-size: 10px;
	padding: 2px 0 0 4px;
}

/* QUESTION PAGE */

#overall-status {
	font-size: 14px;
	text-align: left;
	background-color: #ffc;
	float: left;
}

#export-options {
	float: right;
}

	#export-options img {
		height: 16px;
		margin-right: 6px;
		width: 16px;
	}

#status-legend {
	float: right;
	font-size: 10px;
	padding: 10px 10px 0 0;
	text-align: right;
}

	#status-legend img {
		margin-left: 5px;
		vertical-align: middle;
	}

#all-required-notice {
	clear: both;
	font-size: 14px;
	text-align: left;
	float: left;
}


/* question category */
.category-title {
	color: #006600;
	clear: both;
	float: left;
	margin-top: 14px;
	padding-left: 1em;
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,Sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

.category-status-header {
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin: 24px 20px 6px 0;
}

/* question */

/* Question title */
.Q {
	clear: both;
	margin: 10px 0;
	padding: 0;
	border-radius: 2px;
	border: 1px solid #999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #D0E8D0;
}

	.Q a {
		color: blue;
		text-decoration: underline;
	}

a.combobox_button {
	text-decoration: none;
}

.Q .title {
	background-repeat: no-repeat;
	background-position: 5px 7px;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

.expanded-question .title {
	background-image: url(../images/herd_ui_v3/pointer2a.png);
}

.collapsed-question .title {
	background-image: url(../images/herd_ui_v3/pointer1a.png);
}

.Q.expanded-question .title, .Q.active .title {
	background-color: #C4EAB3;
}

.Q.active .title {
	background-color: #c4d0fe;
}

.Q.disabledForEntry .title {
	background-color: #ccc;
}

.Q .title:hover {
	background-color: #C4EAB3;
}

div.content {
	padding: 10px;
}

.collapsed-question div.content {
	display: none;
}

/* expanded question*/
.expanded-question div.content {
	display: block;
	clear: both;
	background-color: #e5ffe5
}

span.question-title, a.question-title, a.question-title:VISITED, span.question-collapse-link {
	display: block;
	float: left;
	font-weight: normal;
	font-size: 12px;
	margin: 6px 0;
	padding: 0;
	padding-left: 25px;
	/*  
  color: #333;
  text-decoration: none;
  
  width: 900px;
*/
}

span.question-collapse-link {
	font-size: 0.95em;
	display: none;
}

span.question-collapse-link {
	padding-left: 1em;
}

.question-status {
	float: right;
	margin: 0;
	padding: 5px 30px 0 0;
}

/* Combobox  */
.combobox, .exp_input {
	background-color: #fff;
	border: 2px solid #9bc;
}

	.exp_input.text {
		font: inherit;
		padding: 3px 1px 3px 2px;
		font-size: 12px;
	}

.combobox_button {
	background-image: url('../images/herd_ui_v3/drop.png');
	background-position: center;
	background-repeat: no-repeat;
	text-decoration: none;
}

	.combobox_button:hover {
		text-decoration: none;
	}

.combobox_button {
	* top: 1px !important;
}

.combobox_selector {
	background-color: #fff;
	font-size: 11px;
	z-index: 100;
}

	.combobox_selector ul {
		border: 1px solid #CCC;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.combobox_selector li {
		padding: 2px 3px;
		text-align: left;
	}

		.combobox_selector li:hover, .combobox_selector li.selected {
			background-color: #0066CC;
			color: #FFF;
		}


div.input {
	text-align: center;
	margin: 0 auto;
	padding: 0 0;
	display: inline-table;
}

.wf-input {
	text-align: left;
	z-index: 90;
}

.exp-total {
	margin: 1px auto 0;
	width: 92px;
}

.wf-dollar {
	display: block;
	margin: 4px 0 0 5px;
	position: absolute;
}

	.na label, .wf-input label.invisible, .wf-dollar.invisible {
		display: none;
	}


/* note, padding is directly related to width - increase in one should be accompanied by the decrease in the other to retain same size */
.disabled_input {
	border: 1px solid #999;
	background-color: #fff;
	padding: 2px 4px 4px 11px;
	text-align: right;
}

.wf-input .combobox input.number {
	background: transparent;
	border: 0;
	width: 68px;
}

.wf-input input.number {
	font: inherit;
	padding: 3px 1px 3px 0;
	width: 92px;
	text-align: right;
	font-size: 12px;
}
/* Hack to remove Safari's extra padding. Remove if you don't care about pixel-perfection. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wf-input input {
		padding: 2px;
	}
}

.wf-input.dimmed .combobox {
	/* background-color: #e5ffe5; */
}

.exp-total .disabled_input, .wf-input.disabled input {
	background-color: #e7e7e7;
}

select.trend {
	background-color: #ff9;
}

.wf-input.trend .combobox, .wf-input.trend input, .exp-total.trend .disabled_input, div.f-w-inp div.trend input {
	background-color: #ff9;
}

.wf-input.err input, .wf-input.err .combobox, .wf-input.blank .combobox, .exp-total.err .disabled_input,
.wf-input.dqi input, .wf-input.dqi .combobox, select.dqi, .wf-input.dqi .combobox, .exp-total.dqi .disabled_input,
div.dqi input.other-input, div.err input.other-input {
	background-color: #fdd;
}

select.err {
	background-color: #fdd;
}

div.err .exp_input, div.dqi .exp_input,
div.err .select2-selection, div.dqi .select2-selection,
.combobox-wrapper.disabled.dqi input,
select.dqi:disabled, div.dqi .select2-container--disabled .select2-selection {
	background-color: #fdd;
}


div.error_toggler {
	background-color: #ff9;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	clear: both;
	margin-bottom: 1em;
}

	div.error_toggler p.error {
		color: red;
	}

	div.error_toggler div.details {
		padding: 0 10px 10px;
	}

a.toggler, a.toggler:VISITED {
	display: block;
	color: blue;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px 4px 25px;
	text-decoration: none;
}

div.error_toggler.collapsed {
	background-image: url(pointer1a.png);
}

div.error_toggler.expanded {
	background-image: url(pointer2a.png);
}

div.error_toggler.collapsed div.details {
	display: none;
}

div.error_toggler a.toggler {
	font-weight: normal;
	text-decoration: underline;
}

.blank-options dt {
	float: left;
	clear: both;
}

	.blank-options dt input {
		width: 220px;
		margin: 10px 10px 0 5px;
	}

.blank-options dd {
	float: left;
	padding-top: 5px;
	margin: 10px 0 0 0;
}

.blank-options input:disabled {
	color: #666;
}

.status-icon {
	display: inline-block;
	float: right;
	margin-top: 5px;
	margin-right: 3em;
	background-size: 20px 20px;
}

.question-comment {
	margin-top: 1em;
	margin-bottom: 1em;
}

.trend-comment div:FIRST-CHILD {
	float: left;
	margin-right: .5em;
}

.trend-comment .title {
	font-weight: bold;
}

.trend-comment .comment {
	margin-bottom: 1em;
}

div.admin {
	width: 1030px;
	margin: 0 auto;
	font-size: .8em;
}

#admin_actions {
	text-align: right;
}

#recent_activity {
	float: left;
}



.contacts-question select, .contacts-question input {
	font-size: 13px;
}

.contacts-question .wf-input {
	display: inline;
}

.contacts-question input {
	padding: 1px 1px 2px 1px;
}

.list-identifier {
	float: left;
	width: 5%;
	font-weight: bold;
	text-align: left;
}

.list-item {
	width: 90%;
	float: left;
	text-align: left;
	font-weight: normal;
	margin-bottom: 4px;
}

	.list-item .list-item-label, .list-item label {
		font-weight: bold;
		display: block;
		margin-bottom: 4px;
	}


/** footer table grids */
.footer-table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
}

	.footer-table tr td, .footer-table tr th {
		background-color: #fff;
		text-align: left;
		padding: 4px 5px 4px 15px;
		vertical-align: top;
	}

	.footer-table.with-grid tr td, .footer-table.with-grid tr th {
		border: 1px solid #333;
	}

table tr td.b, table tr th.b {
	font-weight: bold;
}

table tr td.r, table tr th.r {
	text-align: right;
}

table tr td.q {
	font-weight: bold;
	font-size: 1.2em;
	vertical-align: top;
}

table tr td.t, table tr th.t {
	vertical-align: top;
}

table tr td.t, table tr td.t {
	vertical-align: top;
}

table tr td.nw, table tr td.nw {
	white-space: nowrap;
}


.grid-title {
	margin-bottom: 0;
}

.grid tr td.indented {
	text-indent: -1.1em;
	padding-left: 3em;
}

.grid tr td.group-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.grid tr td {
	text-align: left;
	font-weight: normal;
}

tr.vb td {
	vertical-align: bottom;
}

.subnote, table tr.c-head .subnote {
	font-size: .9em;
	display: block;
	margin-top: 2px;
}

table tr.c-head td, table tr.c-head2 td {
	padding-bottom: 5px;
	font-weight: bold;
	vertical-align: bottom;
}

table tr.c-head2 td {
	vertical-align: top;
}

	table tr.c-head2 td.t {
		vertical-align: bottom;
		font-weight: normal;
		white-space: nowrap;
	}

.grid tr td {
	text-align: center;
	vertical-align: top;
	padding: 4px 0;
}

	.grid tr td:first {
		background-color: yellow;
	}

	.grid tr td.sp {
		margin: 0 6px;
		padding: 0 5px 8px 4px;
	}

	.grid tr td.l {
		text-align: left;
	}

.grid tr.footer td {
	text-align: left;
}

acronym {
	text-decoration: none;
	border: 0;
}



.one-page {
	clear: both;
	page-break-after: always;
	width: 875px;
}

	.one-page .noprint {
		display: none;
	}

	.one-page .cmntinput {
		width: 1000px;
		border: none;
		background-color: transparent;
		font-size: 1em;
	}

.cmntinput-reviewer {
	background-color: #ffecec;
}

body#print .content {
	border: 1px solid #000;
	background-color: #e5ffe5;
	padding: 10px 4px 0;
}

body#print input.exp_input,
body#print .exp-total {
	width: 70px;
}

body#print {
	background-color: #fff;
}

.question-block {
	padding: 0 25px 25px;
	border: 1px solid #000;
	background-color: #e5ffe5;
	margin-top: 10px;
}

.one-page .question-block {
	margin-top: 25px;
}

.padded {
	padding: 25px;
	margin-bottom: 25px;
}


.banner {
	clear: both;
	background-color: #FFFFA0;
	border: 1px solid #AAA;
	border-left: none;
	border-right: none;
	padding: 5px 10px;
	margin: 5px 0 0;
}

#trend-expl {
	display: none;
	padding-top: 15px;
	text-align: center;
}

#trend-counter {
	text-align: left;
}

.save-form {
	padding: 0 1.6em;
}

.clear-form {
	margin-left: 2em;
}

.explanation {
	display: none;
}

.f-w-inp {
	width: 94px;
}

#top_submit {
	clear: both;
	float: left;
	padding: 10px 0;
}

#blockScreen {
	display: none;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

	#blockScreen .background {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #CCC;
		filter: alpha(opacity = 45);
		opacity: .45;
	}

	#blockScreen .animation {
		position: fixed;
		top: 50%;
		left: 50%;
		margin-left: -50px; /* half width of the loader gif */
		margin-top: -50px; /* half height of the loader gif */
		text-align: center;
		z-index: 9999;
		overflow: auto;
		width: 100px; /* width of the loader gif */
		height: 102px; /*hight of the loader gif +2px to fix IE8 issue */
	}

.contacts-question select, .contacts-question input {
	font-size: 13px;
}

.contacts-question input {
	padding: 1px 1px 2px 1px;
}

table.contact-info {
	border-collapse: collapse;
	width: 900px;
	margin-bottom: 15px;
}

	table.contact-info tr td {
		padding: 10px 0 0 0;
	}

	table.contact-info tr th {
		text-align: left;
		font-weight: normal;
		vertical-align: bottom;
	}

	table.contact-info input, table.contact-info select {
		border: 1px solid #999;
		margin: 0 .25em 0 0;
	}

	table.contact-info tr td.column-header {
		text-align: center;
		border-bottom: 1px solid #999;
		font-weight: bold;
	}

span.required {
	color: red;
}





.jquery-checkbox {
	padding-top: 1px;
	display: inline;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
	cursor: hand;
}

	.jquery-checkbox .mark {
		display: inline;
		width: 18px;
		height: 18px;
	}

	.jquery-checkbox img {
		vertical-align: middle;
		width: 18px;
		height: 18px;
	}

	.jquery-checkbox img {
		background: transparent url(checkbox.png) no-repeat;
	}

	.jquery-checkbox img {
		background-position: 0 0;
	}

.jquery-checkbox-hover img {
}

.jquery-checkbox-checked img {
	background-position: -18px 0;
}

.jquery-checkbox-disabled img {
	background-position: 0 -18px;
}

.jquery-checkbox-checked .jquery-checkbox-disabled img {
	background-position: -18px -18px;
}

div.question-details {
	margin: 0.5em 0;
}


div.subagencies-expl.smaller table {
	font-size: .8em;
}

div.subagencies-expl div.agency {
	font-weight: bold;
	margin-bottom: 1em;
}

	div.subagencies-expl div.agency ul {
		margin-top: .5em;
	}

	div.subagencies-expl div.agency li {
		font-weight: normal;
		margin-left: 1em;
	}

div.subagencies-expl table {
	border-collapse: collapse;
	;
}

	div.subagencies-expl table td {
		padding: 1em 1em 0;
		vertical-align: top;
		border: 1px solid #999;
		width: 25%;
	}

div.subagencies-expl div.letter-marker {
	color: #060;
	font-weight: bold;
}

div.subagencies-expl ul {
	margin: 0 0 2em;
	padding: 0;
}

	div.subagencies-expl ul li {
		margin: 0 0 .5em 1em;
	}

div.Q.disabledForEntry {
	background-color: #ccc;
}

	div.Q.disabledForEntry div.content {
		background-color: #ccc;
	}

.block {
	display: block;
}

div.help {
	background-color: #FFC;
	padding: 6px 9px;
	border: 1px solid #ccc;
	font-weight: bold;
}

div.exclusion-reason {
	border: 2px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

select:disabled {
	background-color: #ddd;
}

.q10-block {
	padding: 3px;
}

table.q10-grid tr td:FIRST-CHILD, table.q10-grid tr td.q10-other-text {
	padding-top: 12px;
}

table.q10-grid .wf-input {
	margin-top: 2px;
}

table.wide-identifier div.list-identifier {
	margin-right: .5em;
	font-weight: normal;
}

	table.wide-identifier div.list-identifier.b {
		font-weight: bold;
	}


#edit-lock-message {
	display: none;
	height: 1em;
	padding-bottom: 16px;
}

	#edit-lock-message div {
		background-color: #FFCDCB;
		font-size: 1.1em;
		font-weight: bold;
		text-align: center;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		padding: 8px 10px;
		z-index: 1000;
	}

a.disabled, a.disabled:HOVER, a.disabled:VISITED {
	text-decoration: none;
	color: #333;
	cursor: default;
}

a.subagencies {
	font-weight: normal;
}

.controls input.form-button:HOVER {
	cursor: pointer;
}

.controls input.form-button {
	background-color: #fff;
	border: 1px solid #666;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 100px;
	padding: 3px;
}

.controls input.save-button {
	border: 2px solid #27631D;
	color: #27631D;
	font-weight: bold;
}

input.cancel-button {
	margin-right: 10px;
}

p.unresolved-dqi {
	color: red;
}

.navigation-review-title {
	font-weight: bold;
	color: red;
}


#review-respose-form .review-response-note {
	margin-left: 2em;
	font-style: italic;
}

#review-respose-form .error-message {
	color: #F61C00;
}

#review-respose-form table td {
	vertical-align: top;
}

#review-respose-form {
	padding: 0 1em;
	min-height: 200px;
	font-weight: 1.2em;
}

#dqi-resolve-dialog {
	background-color: #e9eeff;
}

.question-dqi-list {
	background-color: #e9eeff;
	border: 1px dotted #ccc;
	margin-bottom: .5em;
	padding: 1em 2em .5em;
	color: #444;
}

	.question-dqi-list a {
		color: #00C;
	}

	.question-dqi-list span.review-resolution {
		color: green;
		font-weight: bold;
		font-style: italic;
	}

div.question-dqi-explanations {
	border: 1px dashed #797979;
	color: #333;
	background-color: #eee;
	padding: 1em 2em;
}


/* NEW STUFF for 2013 */

#overall-status {
	background-color: #FFF;
	padding: 3px;
	border: 1px dotted #999;
	margin-bottom: 12px;
}

	#overall-status table {
		border-collapse: collapse;
		width: 970px;
		margin: 0 auto;
	}

		#overall-status table th {
			text-align: left;
			font-weight: bold;
			font-size: 11px;
			padding: 4px 9px;
			border-left: 3px solid #999;
			background-color: #eee;
			border-bottom: 2px solid #fff;
		}

			#overall-status table th.col1 {
				width: 100px;
			}

			#overall-status table th.col2 {
				width: 200px;
			}

		#overall-status table td {
			font-size: 12px;
			padding: 4px 24px 4px 6px;
			border-left: 3px solid #fff;
			border-bottom: 2px solid #fff;
		}

		#overall-status table th.mustfix {
			border-right: none;
			background-color: #FFEBEB;
			color: #A30000;
			border-left: 3px solid red;
		}

		#overall-status table td.mustfix {
			border-left: none;
			background-color: #FFEBEB;
		}

span.none {
	font-style: italic;
	color: #595959;
}

h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
	padding-left: 3px;
	font-size: 18px;
}

#survey-submit {
	border: 1px solid #eee;
	text-align: right;
	margin: 0px 1px;
	padding: 7px;
	color: #005700;
	background-color: #FFC;
}

	#survey-submit.not-ready {
		background-color: #eee;
		color: #666;
		font-size: 12px;
		font-style: italic;
	}

		#survey-submit.not-ready input {
			font-size: 12px;
		}


#info-pane h1 {
	border: none;
	padding: 0;
	margin: 0;
	margin-top: 1em;
}

#info-pane h2, #nav-pane h2 {
	color: #d2784a;
	font-size: 1.15em;
}

#nav-pane h2 {
	margin-left: 25px;
}

#info-pane h3 {
	font-size: 1.1em;
}

#nav-pane ul.spaced-out li {
	margin-bottom: 1em;
	padding-right: 50px;
}

#nav-pane a:VISITED {
	color: blue;
}

#nav-pane a {
	text-decoration: none;
	font-weight: bold;
}

#nav-pane .nav-action {
	margin: 0 4em 0 25px;
	padding: 1em;
	text-align: center;
	background-color: #ffc;
	border: 1px solid #aaa;
}

span.grey {
	color: #595959;
}

table.instructions {
	border-collapse: collapse;
	margin-bottom: 1em;
}

	table.instructions tr td, table.instructions tr th {
		border: 1px solid #333;
		vertical-align: top;
		font-weight: normal;
		padding-right: 1em;
	}

		table.instructions tr td li {
			margin-top: .4em;
		}

.trends p, .errors p, .warnings p, .dqis p {
	margin: .4em 0;
}

.unresolved-trend, .unresolved-error, .unresolved-dqi {
	background-color: #ff9;
	padding: .5em 0 1em 3em;
	margin-bottom: 1em;
	border: 2px solid red;
	background-image: url('../images/herd_ui_v3/ico_error.png');
	background-size: 20px 20px;
	background-position: 1em 1em;
	background-repeat: no-repeat;
	clear: both;
}

.unresolved-warning {
	background-color: #ff9;
	padding: .5em 0 1em 3em;
	margin-bottom: 1em;
	border: 2px solid #eee;
	background-image: url('../images/herd_ui_v3/ico_warn.png');
	background-size: 20px 20px;
	background-position: 1em 1em;
	background-repeat: no-repeat;
	clear: both;
}

.unresolved-trend p.trend-title, .unresolved-error p.error-title, .unresolved-dqi p.dqi-title {
	color: red;
}

.currentlyEditing {
	border: 2px solid #009900;
}

.Q.currentlyEditing div.title {
	background-color: #99CC66;
}

	.Q.currentlyEditing div.title .question-title {
		color: #000000;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}

.bottom-controls {
	text-align: right;
	padding: .5em 1em;
	background-color: #99CC66;
}

#navigation_pane h3 {
	text-align: left;
	padding-left: .6em;
}

span.comment-text {
	display: block;
	padding: .5em 0;
}

	span.comment-text span.comment-text-content {
		display: inline;
		margin-right: 1em;
		background-color: white;
		box-shadow: 0.2em 0 0 white,-0.2em 0 0 white;
		-moz-box-shadow: 0.2em 0 0 white,-0.2em 0 0 white;
		-webkit-box-shadow: 0.2em 0 0 white,-0.2em 0 0 white;
	}


ul.status-box li img {
	margin-right: 0;
}


table.form td {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-right: 2rem;
}


.jquery-checkbox .mark {
	background-color: transparent;
}

table.question td {
	padding-right: 3px;
}

.footer-table ul {
	list-style: none;
	text-indent: -.6em;
}

.footer-table ol > li {
	font-weight: bold;
	margin-bottom: .7em;
}

	.footer-table ol > li > ul {
		margin-left: 0;
	}

		.footer-table ol > li > ul > li {
			font-weight: normal;
		}

.footer-table td.header {
	border-top: 1px solid black;
	font-weight: bold;
}

.footer-table {
	border-bottom: 1px solid black;
}

	.footer-table tr td {
		border: none;
	}

div.split-up {
	padding: 1rem;
	margin: 0 0 2rem 0;
	-moz-column-count: 4;
	-moz-column-gap: 0px;
	-webkit-column-count: 4;
	-webkit-column-gap: 0px;
	column-count: 4;
	column-gap: 0px;
}

.wf-input.disabled .combobox_button {
	background-image: url('../images/herd_ui_v3/drop_disabled.png');
}

.wf-input.disabled, .wf-input.disabled .combobox input, .wf-input.disabled a {
	background-color: #f4f4f4;
}

.herd-list li h5 {
	font-size: 16px;
	font-weight: bold;
}

.herd-list2 li {
	list-style: disc;
}

	.herd-list2 li a {
		font-size: 14px;
	}

.ui-button-icon-only {
	text-indent: -9999px;
}

fieldset.contacts {
	margin-top: .5em;
	margin-bottom: 2em;
}

	fieldset.contacts div {
		margin-bottom: .2em;
	}

	fieldset.contacts legend {
		font-size: 1.2em;
		font-weight: bold;
	}

	fieldset.contacts fieldset legend {
		font-size: 1em;
		border-bottom: 0;
		margin-bottom: 0;
	}

	fieldset.contacts div.divider {
		border-bottom: 1px solid #E2EAF1;
		margin: 1em 0;
	}

.jump-to-question {
	color: #193752;
}

.qb-title {
	font-weight: bold;
}

div.qb-title {
	margin-bottom: 10px;
}

div.qb-number {
	width: 95px;
	display: inline-block;
	float: left;
}

div.qb-number-text {
	display: inline-block;
	width: 950px;
}

div.qb-instructions {
	margin-left: 90px;
	padding-right: 40px;
}

	div.qb-instructions ul {
		padding-inline-start: 0px;
		margin-left: 24px;
	}


.qb-subtitle {
	font-weight: bold;
	margin-left: 3em;
}

p.qb-explanation {
	margin-left: 6em;
}

ul.qb-explanation {
	margin-left: 4em;
}

.qb-entry .entry-title {
	font-weight: bold;
	margin-left: 2em;
	margin-top: .5em;
}

.qb-entry_indented .qb-entry .entry-title {
	font-weight: normal;
	margin-left: 3em;
}

.qb-entry .entry-title.l {
	text-align: left;
}

.qb-entry .entry-title.r {
	text-align: right;
	padding-right: 2em;
}

.qb-entry .entry-summary {
	margin-left: 3em;
}

.qb-entry {
	margin-bottom: 1em;
}

	.qb-entry dfn {
		font-style: normal;
	}

	.qb-entry .c1 {
		float: left;
		width: 500px;
	}

.qb-single-column .qb-entry .c1 {
	width: 650px;
}

.qb-four-column .qb-entry .c1 {
	width: 400px;
}

.qb-entry .c2 {
	float: left;
	width: 150px;
	text-align: center;
}

	.qb-entry .c2.double {
		width: 300px;
	}

	.qb-entry .c2.triple {
		width: 450px;
	}

.qb-entry:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#survey-status {
	border: 1px solid #c4c4c4;
	border-top: 4px solid #01bced;
	max-width: 1100px;
	margin: .5em auto 1em;
	padding: 15px;
}

	#survey-status .entry-block {
		float: left;
		width: 50%;
		min-width: 500px;
	}

#survey-summary {
	padding: 0 2em;
}

#survey-status .entry-label {
	float: left;
	width: 40%;
	margin-bottom: 2px;
}

#survey-status .entry-value {
	float: left;
	width: 60%;
	margin-bottom: 2px;
}

#survey-status .mustfix {
	background-color: #FFEBEB;
	color: #A30000;
}

#survey-status .entry-label,
#survey-status .entry-value {
	padding: 4px 9px;
}

#survey-status .entry-label {
	border-left: 3px solid #e98412;
	background-color: #eee;
	font-weight: bold;
}

	#survey-status .entry-label.mustfix {
		background-color: #FFEBEB;
		border-left: 3px solid red;
	}


.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.select2-selection__placeholder {
	color: #595959 !important;
}

.data-input.checkbox {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	top: 5px;
}

	.data-input.checkbox:active, .data-input.checkbox:checked:active {
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	}

	.data-input.checkbox:checked {
		background-color: #fafafa;
		border: 1px solid #adb8c0;
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
		color: #99a1a7;
	}

		.data-input.checkbox:checked:after {
			content: '\2714';
			font-size: 14px;
			position: absolute;
			top: 0px;
			left: 3px;
			color: #565656;
		}



/* ARIA combobox */
.annotate {
	font-style: italic;
	color: #366ED4;
}

.hidden {
	display: none;
}

.combobox-wrapper {
	display: inline-block;
	position: relative;
	font-size: 1em;
}

.combobox-label {
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
}

.listbox, .combobox-wrapper .grid {
	min-width: 74px;
	background: white;
	border: 1px solid #ccc;
	list-style: none;
	margin: 0;
	padding: 3px !important;
	text-align: right !important;
	position: absolute;
	top: 2.2em;
	left: 2px;
	z-index: 1;
}

	.listbox .result {
		cursor: default;
		margin: 0;
	}

		.listbox .result:hover, .combobox-wrapper .grid .result-row:hover {
			background: rgb(139, 189, 225);
		}

	.listbox .focused, .combobox-wrapper .grid .focused {
		background: rgb(139, 189, 225);
	}

	.combobox-wrapper .grid .focused-cell {
		outline-style: dotted;
		outline-color: green;
	}

.combobox-wrapper input {
	font-size: 1em;
	border: 2px solid #9bc;
	padding: 4px 19px 3px 0;
	border-radius: 2px;
	width: 93px;
}

.wide-inputs .combobox-wrapper input {
	width: 110px;
}

.combobox-wrapper input.number {
	text-align: right;
}

.combobox-wrapper.disabled input {
	background-color: #eee;
	border: 2px solid #ccc;
}

.combobox-wrapper .combobox-dropdown {
	position: absolute;
	right: 4px;
	top: 6px;
	width: 15px;
	background-image: url('../images/herd_ui_v3/drop.png');
	background-position: center;
	background-repeat: no-repeat;
	text-decoration: none;
}

.combobox-wrapper.disabled .combobox-dropdown {
	background-image: url('../images/herd_ui_v3/drop_disabled.png');
}

.combobox-wrapper input.has-dollar {
	padding-left: 1em;
}

.combobox-wrapper span.dollar-sign {
	position: absolute;
	left: 5px;
	top: 6px;
	font-size: inherit;
}

.combobox-wrapper .grid .result-row {
	padding: 2px;
	cursor: default;
	margin: 0;
}

.combobox-wrapper .grid .result-cell {
	display: inline-block;
	cursor: default;
	margin: 0;
	padding: 0 5px;
}

	.combobox-wrapper .grid .result-cell:last-child {
		float: right;
		font-size: 12px;
		font-weight: 200;
		color: #333;
		line-height: 24px;
	}

col.col50 {
	width: 50%
}

col.col30 {
	width: 30%;
}

col.col70 {
	width: 70%;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

td.question-id {
	font-weight: bold;
	white-space: nowrap;
	padding-right: .4em;
}

.required_bullet {
	color: red;
}

.qb-multipart {
	margin: 1em 0 2em 2em;
	clear: both;
}

	.qb-multipart > div {
		float: left;
	}

		.qb-multipart > div.continued {
			clear: both;
			margin-left: 2em;
			margin-top: 2em;
		}

	.qb-multipart div.index {
		margin-right: .3em;
		font-weight: bold;
	}

	.qb-multipart .arrow {
		padding: 0 3em 0 1em;
	}

	.qb-multipart label {
		margin: 0 1em 1em;
	}

	.qb-multipart:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}



/* HERD_UI_V3 FY23 ui changes */
/* blue footer links */
#ui-v3-footer-blue-enclosure, #ui-v3-footer-blue-enclosure div {
	background-color: #005699;
}

#ui-v3-footer-blue {
	color: #ffffff;
	margin: auto;
	width: 1336px;
	position: relative;
	display: flex;
	padding: 48px 52px;
	align-items: flex-start;
	gap: 32px;
	flex-shrink: 0;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
}

#ui-v3-notice-enclosure, #ui-v3-notice-enclosure div {
	background-color: #D83933;
	color: #fffff;
}

#ui-v3-notice img {
	margin-right: 16px;
}

#ui-v3-notice {
	color: #fff;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

#ui-v3-notice {
	width: 1440px;
	margin: auto;
	padding: 24px 54px;
}

	#ui-v3-notice a:hover {
		background-color: #cf6d69;
		color: #badefe;
	}

	#ui-v3-footer-blue a, #ui-v3-navigation a, #ui-v3-notice a {
		color: #FFF;
		text-decoration: underline;
	}

		#ui-v3-footer-blue a:hover, #ui-v3-navigation a:hover {
			background-color: #0768b6;
			color: #badefe;
		}

#ui-v3-footer-logo {
	margin: auto;
	padding: 32px 52px;
	height: 134px;
	width: 1336px;
	position: relative;
}


#ui-v3-navigation-enclosure, #ui-v3-navigation-enclosure div {
	background-color: #005699;
}

#ui-v3-navigation {
	color: #ffffff;
	margin: auto;
	height: 56px;
	width: 1336px;
	position: relative;
	padding: 16px 62px;
	flex-shrink: 0;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	display: flex;
	align-items: flex-end;
	gap: 10px;
	justify-content: flex-end;
	gap: 8px;
}


#ui-v3-footer-omb-notice {
	float: right;
	color: #1B1B1B;
	text-align: right;
	vertical-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	position: absolute;
	margin: 0;
	top: 50%;
	right: 52px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#ui-v3-header-enclosure, #ui-v3-header-enclosure div {
	background-color: #ffffff;
}

#ui-v3-header {
	width: 1440px;
	height: 114px;
	padding: 16px 52px;
	margin: auto;
}

	#ui-v3-header img {
		margin-right: 32px;
	}

/*    class="row sign-in-box" */
#ui-v3-sign-in-box {
	background-image: url(/images/hero-specs-bkg.png);
	background-size: cover;
}

.ui-v3-sign-in-form {
	width: 340px;
	height: 40px;
}

.ui-v3-reminder-link {
	color: white;
}

a.ui-v3-ncses-link {
	color: NSF-Blue-100;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 125% */
	text-decoration-line: underline;
}

div.ui-v3-ncses-block {
	height: 384px;
	width: 424px;
	float: left;
	margin-right: 32px;
	text-align: center;
	padding: 80px 0;
}



#ui-v3-whats-new {
	padding: 48px 52px;
	margin: auto;
	width: 1440px;
	flex-shrink: 0;
}

.ui-v3-blue-bar {
	background-color: #005699;
	width: 120px;
	height: 8px;
	margin-bottom: 40px;
}

#ui-v3-whats-new ul {
	margin-bottom: 16px;
	margin-top: 10px;
	font-size: 16px;
}

.ui-v3-error {
	color: #D3B34E;
	font-size: 15px;
}

#ui-v3-sign-in-box a {
	color: #fff;
}

#ui-v3-sign-in-box a:hover {
		color: #eee;
	}
#ui-v3-survey-links {
	float: right;
	font-size: 16px;
	width: 500px;
	padding: 48px 0;
}

#ui-v3-survey-links p {
		padding-right: 20px;
	}

	#ui-v3-survey-links a {
		text-decoration: underline;
	}

#ui-v3-survey-links > div {
		width: 500px;
	}

#ui-v3-welcome-block {
	padding: 48px 52px;
	margin: auto;
	width: 1440px;
	flex-shrink: 0;
	background-color: #CCDDEA;
	color: #1B1B1B;
	font-size: 16px;
}

#ui-v3-welcome-block a.as-a-button {
		border: 1px solid white;
		background: #005699;
		padding: 14px;
		text-transform: uppercase;
		font-size: 15px;
		width: 108px;
		height: 48px;
		color: white;
}


