/* DANF 9.11.24 variables */
:root {
  --theDarkBlue: #154973;
  --theLightBlue: #154973;
  --theBabyBlue: #B8D3DE;
  /*--theOrange: #F4A71C;*/
  --theOrange: #FF6600;
  --theDarkGray: #CCCCCC;
  --theLightGray: #EDEDED;
  --theBlack: #000000;
  --theWhite: #FFFFFF;
}

/* DANF 5.8.24 font for whole file */
* {
	font-size: 12px;
	font-family: sans-serif;
}

body {
	background-color: var(--theWhite);
	margin: 0px;
	padding: 1px;
	font-size: 12px;
	color: var(--theBlack);
}

#caseHeaderMetaDataRow {
	background-color:var(--theLightBlue);
}

#bodyContent {
	width: 100%;
	display:none;
}

.errorBox {
	margin-top: 5px;
	width: 50%;
	border: 0px;
	background-color: var(--theDarkGray);
}

.errorBox td {
	padding: 5px;
	background-color: var(--theLightGray);
	text-align: left;
	vertical-align: middle;
}

.errorsMessageBox {
	padding: 10px;
	background-color: var(--theWhite);
}

.navbarText {
	font-weight: bold;
	color: navy;
}

#welcomeString {
	font-weight: bold;
}

.loginField {
	font-size: 8pt;
	background-image: url(../images/bg_field_gradient.gif);
	background-color: transparent;
}

.loginSubmit {
	font-size: 8pt;
	color: white;
	background-color: var(--theOrange);
}

.mfaHeading {
	color: var(--theBlack);
	font-size: 14px;
}

.radioSmsGroup, .radioEmailGroup, .otpCodeGroup {
	color: var(--theBlack);
	font-size: 16px;
}

.navLinksD3 {
	color: var(--theWhite);
	border-bottom: 1px solid var(--theLightGray);
	padding-left: 20px;
	height: 17px;
}

.navLinksD3 a {
	font-size: 12px;
	text-decoration: none;
	color: var(--theWhite);
	font-weight: bold;
}

.navLinksD3:hover {
	background-color: var(--theOrange);
}

.i10 {
	padding-left: 10px;
}

.announcementLabel {
	color: var(--theLightGray);
	font-size: 14px;
	padding: 2px 5px 5px 2px;
	background-color: white;
	z-index: 5;
	margin-left: 80px;
	margin-right: 20px;
	margin-bottom: 0px;
	vertical-align: middle;
}

.announcementLabel h1, .announcementLabel h2, .announcementLabel h3,
	.announcementLabel h4, .announcementLabel h5, .announcementLabel h6 {
	color: var(--theLightGray);
}

.topText {
	font-weight: bold;
	font-size: 10px;
	color: var(--theBlack);
	text-decoration: none;
}

.footer {
	font-size: 6pt;
	color: var(--theLightGray);
	background-color: whitesmoke;
}

.lineText {
	font-size: 1px;
}

.noteText {
	font-size: 11px;
	color: var(--theBlack);
	font-style: italic;
}

.contentTable {
	float: left;
	background-color: var(--theWhite);
	width: 100%;
}

.outlineTop {
	font-size: 6pt;
}

.outlineBottom {
	font-size: 6pt;
}

.outlineCorner {
	font-size: 6pt;
	background-color: white;
}

.outlineTopCorner {
	font-size: 6pt;
}

.outlineBody {
	font-size: 8pt;
}

.outlineHeading {
	font-size: 20px;
	font-weight: bold;
	color: var(--theDarkBlue);
	border: 1px solid #A6A6A6;
	background-color: var(--theLightGray);
	background-image: url(../images/title_gradient.gif);
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	margin-top: 10px;
	text-align:center;
}

.outlineHeadingTD {
	font-size: 20px;
	font-weight: bold;
	color: navy;
}

.outlineText {
	font-weight: bold;
	font-size: 11pt;
}

.outlineNumOfNum {
	font-weight: bold;
	font-size: 8pt;
}

.hilightBox {
	border: var(--theDarkGray) 2px solid;
	background-color: var(--theLightGray);
}

.hilightBoxTitle {
	font-size: medium;
	font-weight: bold;
}

.hilightBoxContent {
	font-size: small;
}

.datatableContainer {
	width: 800px;
}

.datatableContainer table {
	width: 800px;
}

.datatable {
	width: 100%;
	border-spacing: 0px;
	empty-cells: show;
	border-collapse: collapse;
	font-size: 12px;
	color: var(--theBlack);
}

.datatable th {
	background-color: var(--theDarkBlue);
	color: var(--theWhite);
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	line-height: 1.9em;
}

.resultsTitle {
	font-weight: bold;
	font-size: 14pt;
	color: var(--theBlack);
}

.datatableTitle {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: white;
	border-top: 1px solid #6C89A7;
	border-bottom: 5px solid var(--theWhite);
	float: left;
	padding: 0;
	background-color: var(--theDarkBlue);
	color: var(--theWhite);
	width: 100%;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	margin-top: 10px;
}

.datatableHeading {
	/* border-top:2px solid var(--theDarkBlue); */
	background-color: var(--theDarkBlue);
	color: var(--theWhite);
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	line-height: 1.9em;
}

.datatableHeading th {
	/* border-top:2px solid var(--theDarkBlue); */
	background-color: var(--theDarkBlue);
	color: var(--theWhite);
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	line-height: 1.9em;
}

.datatableHeading tr {
	background-color: var(--theDarkBlue);
	color: var(--theWhite);
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	line-height: 1.9em;
}

th.datatableHeading a {
	color: var(--theWhite);
	text-decoration: none;
}

th.datatableHeading a:hover {
	color: #DFDFDF;
}

th.datatableHeading a:visited {
	color: var(--theWhite);
	text-decoration: none;
}

.datatableHeadingLoan {
	background-color: var(--theDarkBlue);
	color: var(--theWhite);
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	line-height: 1.9em;
}

.datatableHeadingLoan th {
	/* border-top:2px solid var(--theDarkBlue); */
	background-color: var(--theDarkBlue);
	color: var(--theWhite);
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.9em;
}

.datatableHeadingLoan tr {
	background-color: var(--theDarkBlue);
	color: var(--theWhite);
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.9em;
}

th.datatableHeadingLoan a {
	color: var(--theWhite);
	text-decoration: none;
}

th.datatableHeadingLoan a:hover {
	color: #DFDFDF;
}

th.datatableHeadingLoan a:visited {
	color: var(--theWhite);
	text-decoration: none;
}

tr.datatableRow1 a {
	font-size: 12px;
}

tr.datatableRow1 {
	color: var(--theBlack);
	font-size: 12px;
	background-color: var(--theWhite);
}

tr.datatableRow1 td {
	border-top: lightgrey 1px solid;
	padding-top: 3pt;
	padding-bottom: 3pt;
	padding-left: 3pt;
	font-size: 12px;
}

tr.datatableRow1 td a {
	padding-top: 3pt;
	padding-bottom: 3pt;
	padding-left: 3pt;
	font-size: 12px;
}

tr.datatableRow1 td input {
	font-size: 12px;
}

.datatableRow2 {
	font-size: 12px;
}

.inputTable {
	empty-cells: show;
	font-size: 11px;
	color: var(--theBlack);
}

.inputText {
	font-weight: normal;
	font-size: 11px;
}

.inputLabel {
	font-weight: bold;
	padding-left: 5px;
	font-size: 11px;
	/* text-align:left ! important; */
}

.defaultInputLabel {
	color: var(--theWhite);
	background-color: var(--theOrange);
	font-weight: bold;
	padding-left: 5px;
	font-size: 11px;
}

.inputLabel input {
	font-size: 11px;
	text-align: center;
}

.inputRow1 input [type=submit] {
	background-color: var(--theOrange);
	font-size: 11px;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: 0%;
}

.inputField {
	font-size: 11px;
	text-align: left ! important;
}

.inputCheckField {
	font-size: 11px;
	text-align: left ! important;
	width: auto ! important;
}

.derivedField {
	background-color: #dae4ec;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

.sectionLabel {
	font-weight: bold;
	font-size: 13px;
	text-align: center ! important;
	padding: 10px 0px;
	text-decoration: underline;
}

.dividerText {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 6px;
	padding-left: 5px;
	text-align: left !important;
	text-decoration: underline;
}

.inputField a {
	font-size: 11px;
	background-color: var(--theWhite);
}

.inputField a:visited {
	font-size: 11px;
	background-color: var(--theWhite);
}

.inputSubHeading {
	font-weight: bold;
	font-size: 10pt;
	background-color: var(--theBabyBlue);
}

.inputSubHeading td {
	text-align: left ! important;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:0px;
	padding-right:0px;
}

.groupActionLink {
	font-weight: bold;
	font-size: 9pt;
	color: var(--theBlack);
}

a.groupActionLink:hover {
	background-color: white;
}

.infoTable {
	border-collapse: collapse;
}

tr.inputRow1 td input[type="submit"] {
	background-color: var(--theOrange);
	font-size: 9pt;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: 0%;
}

tr.inputRow1 td input[type="submit"]:hover {
	background-color: white;
}

.infoTableHeadingCell {
	font-weight: bold;
	font-size: 12px;
	background-color: #878787;
	color: var(--theWhite);
	border: lightgrey 1px solid;
}

.infoTableCell {
	border: lightgrey 1px solid;
	font-size: 12px;
	background-color: var(--theWhite);
}

.pathbarText {
	clear: both;
	margin-bottom: 5px;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
}

.pathbarLink {
	color: #666666;
	text-decoration: underline;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 11px;
}

a.pathbarLink:link {
	color: #666666;
	text-decoration: underline;
	margin-right: 4px;
	margin-left: 4px;
}

a.pathbarLink:visited {
	color: #666666;
	text-decoration: underline;
	margin-right: 4px;
	margin-left: 4px;
}

a.pathbarLink:active {
	color: #666666;
	text-decoration: underline;
	margin-right: 4px;
	margin-left: 4px;
}

a.pathbarLink:hover {
	color: #999999;
	text-decoration: underline;
}

.appTable {
	border-top: var(--theBlack) 1px solid;
	background-color: white;
	font-size: 10pt;
}

.appTitle {
	font-weight: bold;
	font-size: 15pt;
	color: var(--theBlack);
	text-align: center;
}

.appSectionTitle {
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background-color: var(--theBlack);
	text-align: center;
	border-right: var(--theBlack) 2px solid;
	border-top: var(--theBlack) 2px solid;
	border-left: var(--theBlack) 2px solid;
	border-bottom: var(--theBlack) 2px solid;
}

.appSectionTable {
	background-color: white;
}

.appSectionTableHover {
	background-color: #ffffda;
}

.appTitleCell {
	border-right: var(--theBlack) 1px solid;
	font-size: 7pt;
	vertical-align: super;
	color: var(--theBlack);
	text-align: left;
}

.appTitleEndCell {
	font-size: 7pt;
	vertical-align: super;
	color: var(--theBlack);
	text-align: left;
}

.appCell {
	border-right: var(--theBlack) 1px solid;
	border-bottom: var(--theBlack) 1px solid;
	font-size: 8pt;
	color: var(--theBlack);
	text-align: left;
}

.appEndCell {
	font-size: 8pt;
	border-bottom: var(--theBlack) 1px solid;
	color: var(--theBlack);
	text-align: left;
}

.seNavAll {
	margin-top: 0px;
	margin-bottom: 4px;
}

.seNavTitle {
	color: var(--theWhite);
	font-weight: bold;
	border: 1px solid var(--theBlack);
	padding: 3px 15px 3px 15px;
	font-size: 15px;
	background-color: var(--theOrange);
}

.seNavCell {
	color: var(--theWhite);
	font-weight: bold;
	border: 1px solid var(--theBlack);
	padding: 3px 10px 3px 10px;
	font-size: 15px;
	background-color: var(--theDarkBlue);
}

.seNavCell:hover {
	background-color: var(--theOrange);
}

.seNavCell a {
	text-decoration: none;
	color: var(--theWhite);
	font-size: 15px;
}

.seNavCell a:hover {
	color: var(--theWhite);
}

.caseStatusRightColTable tr td {
	white-space: nowrap;
}

.dataChangePopupTitle {
	font-weight: bold;
	color: white;
	background-color: var(--theDarkBlue);
	padding: 5px;
}

.dataChangePopups {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 2px solid var(--theDarkGray);
	padding: 10px;
	resize: both;
	overflow: auto;
	text-align: left;
	color: blank;
	background-color: var(--theLightGray);
}

.statusChain {
	font-weight: bold;
	font-size: 10pt;
	color: var(--theBlack);
	font-style: italic;
	position: relative;
	top: 5px;
	font-variant: small-caps;
}

.statusDate {
	font-size: 10pt;
}

.iconLink {
	font-size: 8pt;
	color: var(--theBlack);
}

.iconLink a {
	font-weight: bold;
	font-size: 8pt;
	color: var(--theBlack);
	text-decoration: underline;
}

.iconLink img {
	font-weight: bold;
	font-size: 8pt;
	color: var(--theBlack);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	margin: 3px;
	/*
	margin-right: 5px;
	border:1px solid green;
	*/
}

.errorTitle {
	font-weight: bold;
	font-size: 12pt;
	color: red;
}

.topWarning {
	font-weight: bold;
	font-size: 10pt;
	color: red;
}

.errorText {
	font-size: 9pt;
	color: var(--theBlack);
}

.processingText {
	font-size: 12pt;
	color: #ee8800;
	background-color: transparent;
	font-weight: bold;
}

.mbgc02 {
	background-color: var(--theOrange);
}

.ul {
	text-decoration: underline;
}

.mouse {
	cursor: pointer;
}

.ratealert {
	color: red;
	font-weight: bold;
}

#header {
	background-image: url(../images/snmaexpresslogo.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color: var(--theWhite);
	height: 75px;
	width: 100%;
	min-width: 756px;
}

h1, h2, h3, h4 {
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
}

h1 {
	color: var(--theWhite);
	font-size: 25px;
}

h2 {
	color: var(--theWhite);
	font-size: 20px;
}

h3 {
	color: var(--theBlack);
	font-size: 12px;
}

h4 {
	color: var(--theDarkBlue);
	font-size: 12px;
}

h5 {
	color: var(--theDarkBlue);
	font-size: 16px;
	font-weight: bold;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

input.primaryAction {
	background-color: var(--theOrange);
	color: var(--theWhite);
	font-size: 11px;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: 0%;
}

input.otherAction {
	background-color: var(--theDarkBlue);
	color: var(--theWhite);
	font-size: 11px;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: 0%;
}

button.primaryAction {
	background-color: var(--theOrange);
	color: var(--theWhite);
	font-size: 11px;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: 0%;
}

button.otherAction {
	background-color: var(--theDarkBlue);
	color: var(--theWhite);
	font-size: 11px;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: 0%;
}

#screenNameGroup {
	background-repeat: no-repeat;
	background-color: var(--theDarkBlue);
	border-top: 1px solid #6C89A7;
	height: 38px;
	width: 100%;
	min-width: 756px;
	margin-bottom: 5px;
}

#screenNameGroupAdmin {
	background-repeat: no-repeat;
	background-color: var(--theOrange);
	border-top: 1px solid #6C89A7;
	height: 38px;
	width: 100%;
	min-width: 756px;
	margin-bottom: 15px;
}

#menuContainer {
	width: 100%;
	padding: 0;
	background-color: var(--theDarkBlue);
	color: var(--theWhite);
	zoom: 1;
}

.menu_header {
	padding-left: 1px;
	background-color: var(--theOrange);
	color: var(--theWhite);
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	border-bottom: 1px solid var(--theLightGray);
}

.menu_top {
	border-bottom: 1px solid var(--theLightGray);
	color: var(--theWhite);
}

#searchFormGroup {
	border: 1px solid #A6A6A6;
	background-color: var(--theLightGray);
	padding: 3px;
}

#searchFormGroup  select {
	color: var(--theBlack);
}

#searchFormGroup  p {
	color: var(--theDarkBlue);
	padding-left: 5px;
	margin: 0px 0px 0px 0px;
}

#searchFormGroup  a {
	color: var(--theBlack);
}

#searchFormGroup  a:hover {
	color: var(--theDarkBlue);
}

#controlsFormContainer li {
	color: var(--theDarkBlue);
}

#controlsFormContainer label {
	color: var(--theBlack);
	font-weight: bold;
	padding-left: 5px;
	font-size: .8em;
}

#controlsFormContainer select {
	color: var(--theBlack);
	margin-left: 5px;
}

#controlsFormContainer input {
	margin-left: 5px;
}

#controlsFormContainer span {
	color: var(--theDarkBlue);
	font-size: .8em;
	margin-left: 10px;
}

#controlsFormContainer div {
	margin: 5px 5px 5px 5px;
}

#buttonGroup {
	background-color: var(--theDarkBlue);
	height: 30px;
	padding: 3px 10px 3px 10px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

#buttonGroup  a {
	font-size: 11px;
	color: var(--theWhite);
}

#buttonGroup  a:hover {
	color: #DFDFDF;
}

#buttonGroupSub {
	background-color: var(--theLightGray);
	height: 30px;
	padding: 3px 10px 3px 10px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.help {
	font-size: 9pt;
	color: var(--theBlack);
	background-color: var(--theWhite);
	width: 300px;
	position: absolute;
	visibility: hidden;
	padding: 15px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
		startColorStr=var(--theWhite), endColorStr=#DEDEDE);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #99CCFF;
	border-right-color: #99CCFF;
	border-bottom-color: #99CCFF;
	border-left-color: #99CCFF;
	overflow: auto;
}

.dealLockedCell {
	font-size: 12px;
}

.dealPromptCell {
	font-size: 12px;
}

.dealCellLabel {
	font-weight: bold;
	font-size: 12px;
	background-color: #878787;
	color: var(--theWhite);
}

.dealTableRowLabel {
	font-weight: bold;
	font-size: 12px;
	background-color: #878787;
	color: var(--theWhite);
	text-align: left;
}

.dealTableColLabel {
	font-weight: bold;
	font-size: 12px;
	background-color: #878787;
	color: var(--theWhite);
	text-align: center;
}

.dealInternalCell td {
	font-size: 12px;
	text-align: center;
}

.dealVertLabel {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.dealInternalCell {
	font-size: 12px;
	text-align: center;
}

.dealCreditName {
	text-align: left;
}

.dealTotal {
	font-weight: bold;
}

#dealTable {
	border: 1px solid #A6A6A6;
	background-color: var(--theLightGray);
	padding: 3px;
	font-size: 12px;
}

#dealTable td {
	border-bottom: 1px solid var(--theWhite);
	font-size: 12px;
}

.dealCreditName {
	text-decoration: underline;
	color: Blue;
}

.feeLabel {
	font-weight: bold;
	font-size: 12px;
}

#feeTable {
	border: 1px solid #A6A6A6;
	background-color: var(--theLightGray);
	padding: 3px;
	font-size: 12px;
}

#feeTable td {
	font-size: 12px;
}

#subFeeTable {
	background-color: var(--theLightGray);
	padding: 3px;
	font-size: 12px;
}

#subsidyTable table input {
	width: 80px;
}

#searchFormGroup a.addLink {
	color: #0000ff;
	font-size: 12px;
}

#searchFormGroup a.addLinkDisabled {
	color: #dae4ec;
	font-size: 12px;
}

#searchFormGroup a.deleteLink {
	color: #0000ff;
	font-size: 10px;
	font-weight: normal;
}

.quickAppRegistrationRequired {
	color: #3800ff;
}

.quickAppBothRequired {
	color: #FF0000;
}

.creditDatatableTitle {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: white;
	border-top: 1px solid #6C89A7;
	border-bottom: 5px solid var(--theWhite);
	padding: 0;
	background-color: var(--theDarkBlue);
	color: var(--theWhite);
	width: 100%;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	margin-top: 10px;
}

.incomeCalcField {
	font-weight: bold;
	padding-left: 5px;
	font-size: 11px;
	white-space: nowrap;
}

.incomeCalcField input {
	font-size: 11px;
	text-align: left;
}

.lockPeriodNote {
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
}

th.datatableHeading_centered {
	text-align: center;
}

td.datatableRow1_centered {
	text-align: center;
}

td.datatableRow1_left_align {
	text-align: left;
}

.quickapphelp {
	color: var(--theDarkBlue);
	margin-right: 4px;
	margin-left: 4px;
	font-size: 11px;
	font-weight: normal;
}

.dropdown-content {
	display: none;
	position: absolute;
	left: 190px;
	top: 470px;
	background-color: #335b84;
	min-width: 140px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	padding: 3px 6px;
	text-decoration: none;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: var(--theWhite);
	border-bottom: 1px solid var(--theLightGray);
}

.dropdown-content a:visited {
	color: var(--theWhite);
	text-decoration: none;
	background-color: #999999 !important;
}

.dropdown a:hover {
	border-bottom: 1px solid var(--theLightGray);
	color: #999999;
}

.show {
	display: block;
}

/* The Modal (background) */
.modal {
	/* display: none; Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 0px;
	border: 1px solid #888;
	width: 430px; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover, .close:focus {
	color: var(--theBlack);
	text-decoration: none;
	cursor: pointer;
}

/* Household Name Modal Content/Box */
.modal-name {
	display: none; /* Hidden by default */
	position: relative; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-name-content {
	background-color: #fefefe;
	padding: 0px;
	border: 1px solid #888;
	/* width: 430px; Could be more or less, depending on screen size */
}

.modal-name-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.modal-name-close:hover, .modal-name-close:focus {
	color: var(--theBlack);
	text-decoration: none;
	cursor: pointer;
}

.modal-name-select {
	margin: 10px;
}

.householdMemberName {
	background: #E7E7E7;
}

input[type="checkbox"][readonly] {
	pointer-events: none;
}

input[type="checkbox"][readonly]:active {
	background-color: white;
}

.loanStatusTitle {
	font-weight: bold;
	font-size: 15pt;
	color: var(--theBlack);
	text-align: center;
}

.loanStatusSectionTitle {
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background-color: var(--theBlack);
	text-align: left;
	padding-left: 10px;
	border-right: black 2px solid;
	border-top: black 2px solid;
	border-left: black 2px solid;
	border-bottom: black 2px solid;
}

.loanStatusSectionTable {
	background-color: white;
}

.loanStatusTitleCell {
	font-size: 9pt;
	vertical-align: super;
	color: var(--theBlack);
	text-align: left;
	padding-left: 10px;
}

.loanStatusCell {
	border-bottom: black 1px solid;
	font-size: 8pt;
	color: var(--theBlack);
	text-align: left;
	padding-left: 10px;
}

.loanStatusBlankCell {
	font-size: 8pt;
	color: var(--theBlack);
	text-align: left;
	padding-left: 10px;
}

.loanStatusCommentCell {
	font-size: 8pt;
	color: var(--theBlack);
	text-align: left;
	padding-left: 10px;
}

.loanStatusImageCell {
	border-bottom: black 1px solid;
	font-size: 8pt;
	color: var(--theBlack);
	text-align: center ! important;
	width: 40px ! important;
}

.inputForm {
	/*height: 600px;*/
	width: 350px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
}

.btnLeft {
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	border: 1px solid var(--theLightGray);
}

.btnRight {
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	border: 1px solid var(--theLightGray);
}

#backgroundScreen {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: var(--theBlack);
	border: 1px solid #cecece;
	z-index: 1;
}

#inScreenPopup {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 125px;
	width: 408px;
	background: var(--theWhite);
	border: 2px solid #cecece;
	z-index: 2;
	padding: 12px;
	font-size: 13px;
}

#savingScreen {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 40px;
	line-height: 20px;
	width: 408px;
	background: var(--theWhite);
	border: 2px solid #cecece;
	z-index: 2;
	padding: 12px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #EE7600;
}

#popupContactClose {
	font-size: 14px;
	line-height: 14px;
	right: 6px;
	top: 4px;
	position: absolute;
	color: #6fa5fd;
	font-weight: 700;
	display: block;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 5% auto; /* 15% from the top and centered */
	padding: 10px;
	border: 1px solid #888;
	width: 400px; /* Could be more or less, depending on screen size */
}

.reassign {
	width: 800px;
}

/* The Close Button */
.close {
	color: #888;
	float: right;
	font-size: 24px;
	font-weight: bold;
}

.close:hover, .close:focus {
	color: var(--theBlack);
	text-decoration: none;
	cursor: pointer;
}

.leftCol {
	background-color: var(--theLightGray);
	font-weight: bold;
}

.subtitle {
	font-style: italic;
	font-size: 14px;
	margin-bottom: 10px;
}

.usersOnlineTable {
	background-color: var(--theLightGray);
	min-width: 600px;
}

.usersOnlineTable td {
	background-color: var(--theWhite);
	border: 1px solid var(--theLightGray);
}

table.usersCountSummaryCell th {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

#p_o_table {
	background-color: var(--theLightGray);
	min-width: 150px;
}

#p_o_table td {
	background-color: var(--theWhite);
	text-align: center;
}

#p_o_table th {
	border: 0.25px black solid;
}

#subscribersTable {
	background-color: var(--theLightGray);
}

#subscribersTable td {
	background-color: var(--theWhite);
	border: 1px solid black;
}

.mfaAdminTitle {
	font-size: 20px;
	border: 1px solid gray;
	padding: 5px;
	font-weight: bold;
}

.mfaAdminTitle a {
	color: #555555;
	text-decoration: none;
}

.mfaLeftCol {
	background-color: var(--theLightGray);
	font-weight: bold;
}

.mfaConfTable {
	width: 80%;
	border: 0px solid var(--theLightGray);
}

.mfaConfTable td {
	border: 1px solid var(--theLightGray);
}

#projCodesTable {
	background-color: var(--theLightGray);
	min-width: 400px;
}

#projCodesTable td {
	background-color: var(--theWhite);
}

#subsidyConfigTableID td {
	border: 1px solid var(--theLightGray);
}

#subsidyConfigTableID th {
	padding: 5px;
	text-align: left;
}

#targetAreaEditTable {
	background-color: var(--theLightGray);
	min-width: 400px;
}

#targetAreaEditTable td {
	background-color: var(--theWhite);
}

#keywordsTableID td {
	border: 1px solid var(--theLightGray);
}

#keywordsTableID th {
	padding: 5px;
	text-align: left;
}

#configValTableID td {
	border: 1px solid var(--theLightGray);
	padding: 0px;
}

#configValTableID th {
	padding: 5px;
	text-align: left;
}

#nonSELenderTable {
	background-color: var(--theLightGray);
	min-width: auto;
}

#nonSELenderTable td {
	background-color: var(--theWhite);
}

.hibTab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.hibTab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}

/* Change background color of buttons on hover */
.hibTab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.hibTab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}

.leftCol {
	background-color: var(--theLightGray);
	font-weight: bold;
}

#theNewTable {
	width: 100%;
}

#theNewTable tr td {
	/* border:1px solid orange; */
	white-space: nowrap;
	vertical-align: top;
}

#innerDisplayOptsTable tr td {
	padding-right: 12px;
	vertical-align: bottom;
	white-space: nowrap;
}

#innerDisplayOptsTable tr td label, #innerDisplayOptsTable tr td input {
	/* border:1px solid red; */
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 80%;
	vertical-align: middle;
	white-space: nowrap;
}

.specialSizedDates {
	font-size: 90%;
}

#docConditionEditTable {
	background-color: var(--theLightGray);
	min-width: 400px;
}

#docConditionEditTable td {
	background-color: var(--theWhite);
}

.depAge {
	width: 50px;
}

.depAgeTrash {
	width: 20px;
}

.depAgeDependents .inputRow1 .InputTd {
	width: 50px;
}

.contactUsItem {
	padding: 7px;
}

.contactUsItem a {
	color: blue !important;
}

.fieldEntryItem {
	width: 600px;
	margin-top: 5px;
	padding: 5px;
}

.fieldEntryItem label {
	width: 400px;
	display: inline-block;
	text-align: left;
}

.disabledInput {
	background-color: var(--theLightGray);
	color: #333333;
	font-style: italic;
	opacity: 1;
}

.right {
	text-align: right;
}

.updatesResourcesPopups {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 800px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 1px solid var(--theDarkBlue);
	background-color: white;
	padding: 10px;
	resize: both;
	overflow: auto;
}

.RTFPopDivTitle {
	border: 1px solid #BBBBBB;
	background-color: var(--theLightGray);
	font-size: large;
	padding: 5px;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
}

.nodeTitleClazz a:link, .nodeTitleClazz a:visited, .nodeTitleClazz a:hover,
	.nodeTitleClazz a:active {
	color: #3232CD;
}

​

#searchDiv li:nth-child(odd) {
	background-color: var(--theLightGray);
	padding: 5px;
}

#searchDiv li:nth-child(even) {
	background-color: var(--theWhite);
	padding: 5px;
}

#overlayBG {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(192, 192, 192, 0.5);
}

#cookieOverlay {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.0);
	border: 1px solid #888888;
	width: 40%;
	height: 40%;
	padding: 10px;
}

.bold {
	font-weight: bold;
}

#overlayBG {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(192, 192, 192, 0.5);
}

#cookieOverlay {
	position: absolute;
	left: 50%;
	top: 40%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.0);
	border: 1px solid #888888;
	width: 40%;
	height: 35%;
	padding: 10px;
}

.capt {
	text-align: center;
}

#mainCaptcha {
	position: relative;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#nonSESignupPopup {
	border: 1px solid var(--theDarkGray);
	background-color: var(--theLightGray);
	padding: 10px;
}

.pipeWrap, .pipeWrap a {
	word-wrap: break-word;
	max-width: 65px;
	vertical-align: middle;
}

.dcNoEdit {
	margin-right: 10px;
	background-color: #F3F3F3;
	border: 1px solid var(--theLightGray);
}

#older, #back_4, #back_3, #back_2, #back_1, #current {
	text-align: left;
}

.announcementLabel {
	color: var(--theLightGray);
	font-size: 14px;
	padding: 2px 5px 5px 2px;
	background-color: white;
	z-index: 5;
	margin-left: 80px;
	margin-right: 20px;
	margin-bottom: 0px;
	vertical-align: middle;
}

.announcementLabel h1, .announcementLabel h2, .announcementLabel h3,
	.announcementLabel h4, .announcementLabel h5, .announcementLabel h6 {
	color: var(--theLightGray);
}

#adminHeaderTable td a {
	color: white;
	font-size: 16px;
}

.datatable th a {
	color: white;
}

#topSummaryTable {
	padding-top: 8px;
	padding-bottom: 8px;
}

#topSummaryTable td {
	font-size: 12px;
	padding: 0px;
	padding-right: 5px;
}

.audit_tab_btn_wrapper {
	margin-top: 20px;
}

.audit_tab_btn {
	float: left;
	border: 1px solid var(--theDarkGray);
	padding: 5px;
	background-color: var(--theLightGray);
	font-weight: bold;
}

.audit_tab_btn a, .audit_tab_btn_selected a {
	text-decoration: none;
}

.audit_tab_btn_selected {
	float: left;
	border: 1px solid var(--theLightGray);
	border-bottom: 1px solid white;
	padding: 5px;
	background-color: var(--theLightGray);
	font-weight: bold;
}

.audit_tab_content {
	border: 1px solid var(--theLightGray);
	padding: 5px;
}

ul.subMenuGroupClazz {
	list-style-type: none;
	margin: 0;
	margin-top: 5;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
	display: none;
}

ul.subMenuGroupClazz li {
	float: left;
	white-space: nowrap;
	background-color: #FAFAFA;
}

ul.subMenuGroupClazz li a {
	display: block;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid var(--theDarkGray);
	color: var(--theBlack);
}

.inputSubHeading {
	padding: 3px;
	margin-top: 10px;
}

.incomeCalcField input {
	margin: 0px;
}

/* Hide them at load time */
.tabcontent {
	display: none;
}

.spacercontent {
	display: none;
}

.labelContent {
	display: none;
}

.household_tabcontent {
	display: none;
}

.household_spacercontent {
	display: none;
}

.household_labelContent {
	display: none;
}

.incomeCalcField {
	height: 26px;
}

.secondJobLabel {
	height: 26px;
}

.incomeLimit {
	background-image: linear-gradient(#000, #000);
	background-position: bottom 2px center;
	background-size: calc(100% - 10px) 2px;
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 5px;
	height: 26px;
}

.incomeLimitNote {
	color: blue;
	font-size: 12px;
}

.jstree-anchor {
	/*enable wrapping*/
	white-space: normal !important;
	/*ensure lower nodes move down*/
	height: auto !important;
	/*offset icon width*/
	padding-right: 24px;
}