@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.css");

/***************************************************/
/*                 SCREEN SIZE                     */
/***************************************************/
@media only screen and (max-width: 650px) and (min-width: 200px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 651px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1001px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1401px) {
  html {
    font-size: 18px;
  }
}

/***************************************************/
/*                     MAIN                        */
/***************************************************/
#DHHSform {
	width: 100%;
	height: 100%;
}
#DHHSFooterForm {
	width: 100%;
}

html {
 	height: 100%;
 	background-color: #E5E5E5;
	background-size: 100%;
	overflow: auto;
}
body {
	display: flex;
	height: 100%;
	margin: 0 auto;
	flex-direction: column;	
	align-items: center;
	width:100%;
	color: #2D2D2D;
	font-family: Roboto, Arial, sans-serif;
}
img {
	border: none !important;	
}
section {
	margin-top: 10px;
}
label {
	color: #2D2D2D;
}
a {
	color: blue;
	text-decoration: none;
}
h1	{							/* used for page titles  */
	font-size: 1.9em;
	font-weight:bold;
	font-family: Roboto, Arial, sans-serif;
	margin: 15px 0px;
}
.an-page-title-leftNav {
	margin: -7px 0px 0px;
}
h2	{							/* used for page subtitles  */
	font-size: 1.6em;
	font-weight:bold;
	font-family: Roboto, Arial, sans-serif;
	margin: 15px 0px 0px 0px;
	display: block;
}
h2.an-aud-btn-header	{							/* used on a summary page with a link beside it  */
	display: inline-block;
}
h3 {
	font-size: 1.3em;
	font-weight:bold;
	font-family: Roboto, Arial, sans-serif;
	margin: 10px 0px 0px 0px;
}
h3.an-aud-btn-header {
	display: inline-block;
}
h4 {
	font-size: 1.1em;
	font-weight:bold;
	font-family: Roboto, Arial, sans-serif;
	margin: 15px 0px 0px 0px;
}
h5 {
	font-size: 1em;
	font-weight:bold;
	font-family: Roboto, Arial, sans-serif;
	margin: 15px 0px 0px 0px;
}

/***************************************************/
/*              PRIMEFACES OVERRIDES               */
/***************************************************/
.ui-widget-header {
	background: linear-gradient(#00607F, #63869F, #00607F);
}
.ui-tabs-left > .ui-tabs-nav {
	height: auto !important;
}
.ui-calendar .ui-button {
	margin-left: 10px;	
}
.ui-widget {
	font-family: Roboto, Arial, sans-serif;
	font-size: 1.0em;
}
.ui-widget input{
	font-family: Roboto, Arial, sans-serif;
	font-size: 1.0em;
}
.ui-widget button {
	font-family: Roboto, Arial, sans-serif;
	letter-spacing: .4mm;
}
.ui-menu .ui-menuitem-link {
	font-size: .8em;
}
.ui-fileupload-content{
	display: none;
}
.ui-widget-content a {
	color: blue;
}
.ui-widget-overlay {					/* fixes issue with statusLoadMsg */
	background: none;
}
label > .ui-outputlabel-rfi {			/* ADA compliance requires a for="" attribute on the label for the input  */
	display: none;						/*  this removes the  * primfaces adds to the label  */
}
input.ui-state-error {
	background:white;
}
.ui-widget-content {
    color: #2D2D2D;
}
.ui-state-disabled {
	opacity: .60;
}
span.ui-inputnumber.ui-state-error {
	border: none;
}
/***************************************************/
/*           	PLACEHOLDER/WATERMARK	           */
/***************************************************/
::-webkit-input-placeholder { 		/* Safari, Google Chrome, Opera 15, Edge */
	color: #BEA4A4;
	font-style: italic;
}
:-ms-input-placeholder {			/* Internet Explorer 10-11 */
	color: #BEA4A4;
	font-style: italic;
} 
:-moz-placeholder { 				/* Mozilla Firefox 4 to 18*/
	font-style: italic;
} 
::-moz-placeholder {  				/* Mozilla Firefox 19+*/
	font-style: italic;
}
::-ms-input-placeholder { 			/* Microsoft Edge  */
	font-style: italic;
}
::placeholder {  					/* Most modern browsers support this now. */
	font-style: italic;
}
/***************************************************/
/*               ERROR MESSAGES                    */
/***************************************************/
.ui-messages-info-detail, .ui-messages-warn-detail, .ui-messages-error-detail, 
.ui-messages-fatal-detail, .ui-message-info-detail, .ui-message-warn-detail, 
.ui-message-error-detail, .ui-message-fatal-detail, .ui-message-error-summary {
	margin-left: 0px !important;
	font-weight: normal !important;
} 
.ui-messages-error-summary {
	margin-left: 0px !important;
}
.ui-message-info, .ui-message-error, .ui-message-warn, .ui-message-fatal {
	margin: 0px 0px;
	padding: 2px 0px;
}
.ui-message-error-icon {
	display: none !important;
}
label.ui-state-error{
	color: #2D2D2D !important;				/* don't want labels turning red */
}
.ui-outputlabel.ui-state-error {
    border: 0 none;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	background: none;
}

.ui-message.ui-message-error {
	display:table;
	font-weight: normal;
 	color: #b94a48 !important;
 	background-color: inherit;
 	border: none !important;
 	margin: 0px 0px !important;
 	padding: 3px 0px !important; 
}
.ui-messages-error, .ui-message-error {
 	background: none !important;
 	border: none !important;
}
/***************************************************/
.an-messages .ui-messages-error { 					/* used with p:messages as global error message */
	background-color: #f2dede;
	border: 1px solid #b94a48;	
	margin: 15px 0px 0px 0px;
}
.an-messages.ui-messages.ui-messages-noicon ul {
    margin-right: 10px;
}
.an-messages .ui-messages-info { /* used with p:messages as global error message */
    display: inline-block;
}
.an-messages .ui-messages.ui-messages-noicon ul {
    margin: 0 15px 0 0;
}
.rb-chkBx-error.ui-message-error {						/* used for radio button or check box error messages that have layout="pageDirection" */
	margin: 0px 0px 0px 20px !important
}
/***************************************************/
/*               STATUS MESSAGE                    */
/***************************************************/
.an-status-load-img { 
	vertical-align: middle;
}
.an-status-load-msg {
	white-space: nowrap;
}
/***************************************************/
/*                 TEMPLATE                        */
/***************************************************/
#headerWrapper {
    height: auto;   
	width: 100%;
	background-color: #00607F;
	padding: 10px 0px;
}
#headerWrapper:after {
	clear: both;
}
#pageWrapper {
	position: relative;
	flex-grow: 1;  
	width: 100%;
  	box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.5), 0 -3px 25px 0 rgba(0, 0, 0, 0.5);
	padding-bottom: 220px;
}
#contentWrapper {
	background-color: #E5E5E5;
}
.an-page-panel {
	border: none;
	background-color: transparent;
	padding: 0px;
}
.an-page-panel.ui-panel .ui-panel-content{
	padding: 0px;
}

/***************************************************/
/*                    HEADER                       */
/***************************************************/
header {								
	padding: 0px 15px 10px 15px;
	font-family: Montserrat, Roboto, Arial, sans-serif;
	color: #FEC842;
}
.an-header {
	text-align: left;
}
.an-header .title {
	font-style: italic;
	line-height: .8em;
	font-weight: bold;
	margin-left: 1px;
}
.an-header .subtitle {
	font-weight: normal;
}
.an-img-dhhs {
	float: right;
}		
@media screen and (max-width: 650px) and (min-width: 200px) {
	.an-header .title {
		font-size: 2.5em;
	}
	.an-img-dhhs {
		width: 120px; 
		height: 60px;
	}	
	.an-img-negov {
		height: 15px;
	}	
}
@media screen and (max-width: 1000px) and (min-width: 651px) {
	.an-header .title {
		font-size: 2.5em;
	}
	.an-img-dhhs {
		width: 160px; 
		height: 80px;
	}	
	.an-img-negov {
		height: 20px;
	}
}
@media screen and (max-width: 1400px) and (min-width: 1001px) {
	.an-header .title {
		font-size:3.0em;
	}
	.an-img-dhhs {
		width: 180px; 
		height: 90px;
	}
	.an-img-negov {
		height: 23px;
	}
}
@media screen and (min-width: 1401px) {
	.an-header .title {
		font-size: 3.5em;
	}
	.an-header .subtitle {
		font-size: 1.2em;
	}
	.an-img-dhhs {
		width: 200px; 
		height: 100px;
	}
	.an-img-negov {
		height: 25px;
	}
}
/***************************************************/
/*                   FOOTER                        */
/***************************************************/
footer {
	background-color: #00607F;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 2.5em 0 1.0em 0;
}
footer a{	
 	color: #FEC842;	
}
.an-footer-line a{
	padding: 0 .5em;
	border-right: 2px solid #FEC842;	/* creates vertical line equal to font size */
}
.an-footer-line a:last-child{			/* removes vertical line on last child */		
	border-right: none;
}
.an-footer-link:hover {
	text-decoration: underline;
}
.an-discreet {
	float: right;
	font-size: .8em;
	margin-right: 15px;
}
/**************************************/
.an-page-footer-image {
	width: 100%;
	position:absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	background-repeat: none;
	max-height: 200px;			/* without this, image height changes as browser display % changes */
}	
/***************************************************/
/*      PAGE LAYOUT FOR RIGHT HAND NAVIGATION      */
/***************************************************/
.an-page-layout-rightNav {
	display: flex;
	flex-flow: row nowrap;
	margin-top: 15px;
}
.an-page-layout-rightNav-right {	
	border-radius: 3px;
	background-color: #00607F;
	border: 1px solid black;
	padding-bottom: 5px;
	order: 99;
}
.an-page-layout-rightNav-left{
	order: 1;
	flex-shrink: 1;						/* stuff expands past page  */
	margin-right: 15px;
}
/***************************************************/
/*             RIGHT HAND NAV AREA                 */
/***************************************************/
.an-right-nav {							/* describes the left hand navigation area */
	border: none;
}
.an-right-nav.ui-menu a {				/*  link changes  */
	font-size: 1em;
	padding: 10px 5px;
	color: white;
	text-align: left;
}
.an-right-nav a.ui-state-active {
	color: #05080A;
}
.an-right-nav a.ui-state-hover {
	color: #142E36;
	}
.an-right-nav a.ui-state-disabled {
	opacity: .50;
}	
.an-right-nav.ui-menu .ui-menuitem {
	padding: 3px 0px;
	background-color: inherit;
}
.an-right-nav.ui-widget-content{
	background-color: inherit;
}
/***************************************************/
/*       PAGE LAYOUT FOR SPLIT SCREEN              */
/***************************************************/
.an-page-layout-split {
	display: flex;
	flex-flow: row nowrap;
}
.an-page-layout-split-left {	
	background-color: #00607F;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding:  0px 15px 20px 15px;
	flex-shrink: 1;	
}
.an-page-layout-split-right{
	flex-shrink: 1;						/* stuff expands past page */ 
	width: 100%;
	padding:  0px 20px;
	overflow: auto;
	text-align: center;
}
@media screen and (max-width:750px) {
	.an-page-layout-split {
		flex-flow: wrap;
	}
}
/***************************************************/
.an-page-content-outer {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin:auto;
}
.an-page-content-hidden-panel {									/*  expands the panels used to hide the inner panel  */
	display: flex;
	flex-grow: 1;
}
@media only screen and (min-width: 1401px) {   					/* prevents the box from getting to big on large screens */
  .an-page-layout-split-right .an-page-content-outer {
    max-width: 80%;
   }
  .an-page-layout-detail .an-page-content-outer {
    max-width: 60%;
   }
  .an-page-layout-leftNav .an-page-content-outer {
    max-width: 60%;
   }
}
.an-page-content-inner {
	border-radius: 10px 10px 10px 10px;
	background-color: white;
	padding: 0px 10px 20px 10px;
	margin-top: 15px;
	border: 2px solid #4C4D4F;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.9);
	text-align: left;
	display: inline-block;
	flex-grow: 1;
	}
.an-page-content-inner h1 {
	border-radius: 5px 5px 0px 0px;
	background-color: #4C4D4F;
	color: white;
	padding: 10px 10px;
	margin: 0px -10px !important;
}
.an-page-content-inner .an-clock-info {	
	float: right;
	margin-right: 10px;
}
.an-reset-block {				/* The element generates a block box that establishes a new block formatting context, */
	display: flow-root;			/* defining where the formatting root lie  */
}
.an-clock-info {
	color: white;
	padding: 10px;
	background-color: #4C4D4F;
	border-radius: 10px;
}
.an-clock-info i{
	margin-right: 10px;
	vertical-align: top;
}
.an-clock-info span{
	display: inline-block;
}
/***************************************************/
/*       PAGE LAYOUT FOR LEFT HAND NAVIGATION      */
/***************************************************/
.an-page-layout-leftNav {
	display: flex;
	flex-flow: row nowrap;
}
.an-page-layout-leftNav-left {	
	background-color: #00607F;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 15px 15px 10px 15px;
	flex-shrink: 1;	
	border-radius: 0px 0px 10px 0px;
	outline: 1px solid gray;
}
.an-page-layout-leftNav-right{
	flex-shrink: 1;						/* stuff expands past page */ 
	width: 100%;
	padding: 0px 15px;
}

@media screen and (max-width:750px) {
	.an-page-layout-leftNav {
		flex-flow: wrap;
	}
}
.an-right-nav-link-section {				/* define the link area  */
	background: white;
	width: 95%;
	margin: 0 auto;
	padding: 5px 0px 10px 0px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: .9em
}
.an-right-nav-lnk {
	display: block;
	margin: 15px 0px;
}

.an-right-nav-img {					/*	image sits above the link section and is not part of it  */ 
	width: 100%; 
	height: 20px;
	display: block;
	margin: 0 auto;
}
/***************************************************/
/*                LEFT NAVE MENU                   */
/***************************************************/
.an-left-nav-div {
	border: 2px solid white;
	border-radius: 9px;
}
.an-left-nav {
	background: #00607F;
}
.an-left-nav.ui-menu {								/* OVERRIDES */
	width:auto;
	border: none;
	padding: 10px;
}
.an-left-nav.ui-menu .ui-menuitem-text {			/* OVERRIDES */
	float: none;
}
.an-left-nav.ui-menu .ui-menuitem-link {			/* OVERRIDES */
	float: none;
	font-size: 1.1em;
	white-space: nowrap;
	padding: 10px 5px;
	width: 96%;
}
.an-left-nav.ui-menu .ui-state-disabled {			/* OVERRIDES */
	opacity: 100;
}
.an-left-nav .an-opt-active {
	color: #FEC842;
	font-weight: bold !important;
}
.an-left-nav .an-opt-active::before {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
	content: "\F3E5";
	margin-right: .6em;
	display: inline-block;
}	
.an-left-nav .an-opt-notAnswered {
	color: white !important;
}
.an-left-nav .an-opt-notAnswered::before {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
	content: "\F733";
	margin-right: .6em;
	display: inline-block;
}
.an-left-nav .an-opt-complete {
	color:#CFCFCF;
}
.an-left-nav .an-opt-complete::before {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
	content: "\F725";
	margin-right: .6em;
	display: inline-block;
}
.an-opt-complete:hover {
	background: #00607F;
	outline: 1px solid white;
	color: white;
	font-weight: bold !important;
}
.an-left-nav li > .an-opt-complete:hover {
	outline: 1px solid white;
}
.an-opt-active:hover {
	background: #00607F;
}

.an-left-nav-link-section {				/* define the link area  */
	background: white;
	margin: 0 auto;
	padding: 5px 0px 10px 0px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	font-size: .9em;
	text-align: center;
}
.an-left-nav-lnk{
	display: inline-block;
	margin: 15px 0px;
	font-size: 1.2em;
	color: #00607F;
	padding: 10px;
	border-radius: 7px;
	font-weight: 500;
}
.an-left-nav-lnk::before {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
	content: "\F3B9";
	margin-right: .6em;
	display: inline-block;
}
.an-left-nav-lnk:hover{
	text-decoration: underline;
}
.an-left-nav-img {
  width: 100%;
  height: 40px;
  display: block;
  margin: 0 auto;
}

/***************************************************/
/*                GENERAL PAGE LAYOUT              */
/***************************************************/
.an-page-layout-general{
	text-align: center;
	padding: 0px 20px 20px 20px;
}
/***************************************************/
/*                DETAIL PAGE LAYOUT               */
/***************************************************/
.an-page-layout-detail{
	margin: 0 auto;
	background-color: #E5E5E5;
	text-align: center;
	padding: 0px 15px 15px 15px;  
}
.an-page-layout-detail .ui-widget {
	font-family: Roboto, Arial, sans-serif;	
}
.an-dtl-area-header {	/* use with <h:outputText>  */
	font-size: 1.1em;
	font-weight:bold;
	font-family: Roboto, Arial, sans-serif;
	margin: 15px 0px 0px 0px;
	display: block;
}
.an-dtl-text-header {					/*  use with <p> for text pages not input pages */   
	font-weight: bold;
}
[class*=an-dtl-input-label] {
   	display: block;
   	margin: 10px 0px 0px 0px; 
    text-align: left;
}	
.an-dtl-input-label-0 {   				/* use with <p:outputLabel>  */
   	margin: 0px 0px 0px 0px; 
}
.an-dtl-input-label-30 {   				/* use with <p:outputLabel>  */
   	margin: 30px 0px 0px 0px; 
}
.an-dtlbold-output-label {   			/* use with <p:outputLabel>  for bold*/
   	display: block;
   	font-weight:bold;
   	margin: 1px 0px 0px 0px !important; 
    text-align: left;
}
.an-fieldset {
	border-radius: 8px;
	display: inline-block;
	border: 1px solid #00607F;
	text-align: left;
	padding: 1em;
}
.an-fieldset legend {
	color: #00607F;
	font-weight: bold;
	font-size: 1.1em;
}
/***************************************************/
.an-fieldset-h3 {
	border-radius: 8px;
	display: inline-block;
	border: 2px solid #00607F;
	text-align: left;
	margin-top: 15px;
}
.an-fieldset-h3 legend{
	color: #00607F;
	font-size: 1.3em;
	font-weight: bold;

}
/***************************************************/
/*                HIGHLIGHT PARAGRAPHS             */
/***************************************************/
.an-paragraph-highlight {					/* use with p tag to highlight important text  */
	background-color: #457E8E;
	color: white;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #4C4D4F;
	margin-bottom: 0px;
}
.an-panel-highlight {					/* use with outputPanel to highlight important formatted text  */
	background-color: #457E8E;
	color: white;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #4C4D4F;
	margin: 15px 10px;
}
.an-panel-highlight h3 {
	margin-top: 0px;
}

/***************************************************/
/*                CONFIRMATION PAGE                */
/***************************************************/
.an-confirm-sectionContainer {
	width: 100%;
	text-align: center;
	margin: 30px 0px;
}
.an-confirm-section {
	max-width:70%;
	flex: 1 1 auto;
	border: 2px solid #00607F;
	border-radius: 10px;
	padding: 10px;
	background-color: white;
	text-align: center;
	margin: 0 auto;
}

.an-confirm-section-img {
	margin-top: 20px;
	height:50%;
	width:50%
}
.an-signature-left {
	margin-top: 50px;
	width: 300px;
	border-top: 1px solid black;
	margin-right: 30px;
	}
.an-no-icon .ui-confirm-dialog-severity.ui-icon-alert {
	display: none;
}
/***************************************************/
/*                 PAGE DIALOG BOX                 */
/***************************************************/
.an-dialog {
	text-align: left;
}
.an-dialog.ui-dialog .ui-dialog-titlebar{
	background: linear-gradient(to right,#002633 0%,#00607f 70%);
	color: white;
}
/***************************************************/
/*                CONFIRM DIALOG BOX               */
/***************************************************/
.an-confirmDialog{
	max-width: 60%;
}
.an-confirmDialog .ui-dialog-titlebar{
	color: white;
	font-family: Roboto, Arial, sans-serif;
	font-weight: normal;
	text-shadow: 2px 2px black;
}
.an-confirmDialog .ui-widget-header{
	background: #00607F;
}
.an-confirmDialog .ui-dialog-titlebar-close .ui-icon{
	background-image: url("../resources/images/ui-icons_ffffff_256x240.png");
}
.an-confirmDialog.ui-confirm-dialog .ui-dialog-content{
	padding: 1em 1.5em;
	color: black;
}
.an-confirmDialog.ui-confirm-dialog .ui-dialog-content .ui-icon{
	margin: 2px 10px 0px 0px;
}
.an-confirmDialog.ui-dialog .ui-dialog-buttonpane{
	text-align: center;
	margin-top: 0px;
	padding: 5px 0px 15px 0px;
}
.an-confirmDialog.ui-dialog .ui-dialog-buttonpane button {
	margin: 0px 10px 0px 10px;
}
.an-confirmDialog .ui-button {
	margin: 0px 10px 0px 10px;
}
.an-confirmDialog .ui-button:last-child {
	margin: 0px 10px 0px 0px;
}
.an-confirmDialog.ui-dialog .ui-dialog-footer{
	border:none;
}
.an-confirmDialog .ui-dialog-content span{
	display: table-cell;
	text-align: left;
}
/***************************************************/
/*              BUTTON NAVIGATION AREA             */
/***************************************************/
.an-button-navigation-area {
	margin-top:25px;
}
.an-button-navigation-area:after {
    content:"\a";
    white-space: pre;
}
.an-button-left, .an-button-right, .an-button-center{	
	display: table-cell;
}
.an-button-left button, .an-button-right button{
	margin-right: 15px;
	white-space: nowrap;
}
.an-button-center {
	width: 5em;
}
.an-button-navigation-area:AFTER {
	content: "";
	display: table;
	clear: both;
}
/***************************************************/
.nfo-button-print {
	margin-top: -40px;
	background: #4C4D4F;
	color: white;
	border: none;
	border-radius: 0px;
	float: right;
}
.nfo-button-print.ui-button {
	margin-right: 10px;
}
.nfo-button-print .ui-button-text{
	color: white;
	font-family: "DM Sans", Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .85em;
}
	
.nfo-button-print .ui-button-icon-left {
	left: 0em;	
}
.nfo-button-print.ui-button-text-only .ui-button-text {
	padding: .3em 0em;
}

.nfo-button-print .ui-button-text:hover{
	border-bottom: 1px solid white;
}

/***************************************************/
/*                 BUTTONS & LINKS                 */
/***************************************************/
.mnu-card-lnk {
	font-family: Montserrat, sans-serif;
	color: white;
	padding: 3px 10px;
	border-radius: 7px;
	border: 2px solid #00607F;
	outline: 2px solid white; 
	background: linear-gradient(270deg, white -35%, #00607F 70%);
	font-weight: 500;
}

.mnu-card-lnk.ui-widget {
	font-size: 1.1em;
	font-family: Roboto, sans-serif;
}
.mnu-card-lnk::before {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
	content: "\F887";
	margin-right: .6em;
}
.mnu-card-lnk:hover{
	color: #00607F;
	padding: 3px 10px;
	border-radius: 5px;
	background: white;
}

/***************************************************/
.nfo-action-button {              /* used for p:dialog pages or fieldset with two action button options see Vital Records */
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 30px;
}
.nfo-action-button .ui-state-default {
    background: #00607F;
    border: 1px solid #00607F;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.9);
    letter-spacing: -.01em;
}
.nfo-action-button .nfo-escape-btn.ui-state-default {
    background: white;
}
.nfo-action-button .ui-button .ui-button-text {
    color: white;
    font-size: 1em;
    padding: .4em 1.4em;
}
.nfo-action-button .nfo-escape-btn.ui-button .ui-button-text {
    color: #00607F;
}
.nfo-action-button .ui-state-hover{
    opacity: .85;
}
.nfo-action-button .nfo-escape-btn.ui-state-hover{
	background: #F3F3F3;
}
/***************************************************/
.an-button-navigation-area .ui-state-default {
	background: white;
	border: 2px solid white;
	outline: 2px solid #00607F;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	font-weight: bold;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.9);
}
.an-button-navigation-area .ui-button .ui-button-text {
	color: #00607F;
	font-size: 1em;
}
.an-button-navigation-area .ui-state-hover{
	background: #00607F;
	outline: 2px solid #00607F;
	border: 2px solid white;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	font-weight: bold;
}
.an-button-navigation-area .ui-state-hover .ui-button-text {
	color: white;
}
.an-button-icon-continue .ui-button-text::after {
	font-family: "bootstrap-icons", sans-serif;
	vertical-align: -.125em;	
	content: "\F134";
	margin-left: .6em;
}
.an-button-icon-prev .ui-button-text::before {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
	content: "\F230";
	margin-right: .6em;
}
.an-button-icon-next .ui-button-text::after {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
	content: "\F234";
	margin-left: .6em;
}
.an-button-icon-go .ui-button-text::after {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
	content: "\F137";
	margin-left: .6em;
}
.an-button-icon-print .ui-button-text::before {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
	content: "\F501";
	margin-right: .6em;
}
.an-button-icon-search .ui-button-text::after {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
	content: "\F52A";
	margin-left: .6em;
}
.an-button-icon-start .ui-button-text::after {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
	content: "\F1BE";
	margin-left: .6em;
}
.an-button-icon-submit .ui-button-text::after {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
	content: "\F725";
	margin-left: .6em;
}
.an-button-icon-cancel .ui-button-text::before {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
   	content: "\F62A";
   	margin-right: .6em;
}
.an-button-icon-back .ui-button-text::before {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
   	content: "\F12A";
   	margin-right: .6em;
}
.an-button-icon-reset .ui-button-text::before {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
   	content: "\F117";
   	margin-right: .6em;
}
.an-button-icon-exit .ui-button-text::before {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
   	content: "\F627";
   	margin-right: .6em;
}
.an-link {
	text-decoration: none;
}
.an-link:hover{
	text-decoration: underline;
}
/***************************************************/
 .an-aud-btn {								/* Add, Update, Delete etc button */
 	float:right;
 	margin-left: 15px;
 } 
.an-aud-btn.ui-state-default, .ui-widget-header .ui-state-default{
	background: #0A79AF;
	border-radius: 8px;
	border: 1px solid #0A79AF;
}
.an-aud-btn.ui-button-text-only .ui-button-text {
	color: white;
	font-size: 1em;
	padding: .2em .8em;
	letter-spacing: normal;
}
.an-remove.an-aud-btn .ui-button-text::after {
   font-family: "bootstrap-icons";
   content: "\F5DE";
   margin-left: 8px;
   vertical-align: -.125em;
}
.an-cancel.an-aud-btn .ui-button-text::before {
   font-family: "bootstrap-icons";
   content: "\F62A";
   margin-right: 8px;
   vertical-align: -.125em;
}
.an-add.an-aud-btn .ui-button-text::before {
   font-family: "bootstrap-icons";
   content: "\F4FA";
   margin-right: 8px;
   vertical-align: -.125em;
}
.an-aud-btn.ui-state-hover, .ui-widget-header .ui-state-hover {
	background: white;
}
.an-aud-btn.ui-state-hover.ui-button-text-only .ui-button-text {
	color: #0A79AF;
}
/***************************************************/
/*					RADIO BUTTONS	               */
/***************************************************/
.an-radiobutton .ui-radiobutton	{						/*  simple radiobutton list of options.  use on p:selectoneRadio  */
	display: table-cell;								/*  aligns a wrapped label to the right of the select button  */
	vertical-align: top;
	height: 1.3em;
	margin-top: .1em;
}

.an-radiobutton.ui-selectoneradio.ui-grid-responsive label{
	display: table-cell;
	padding-left: 10px;
	padding-bottom: 5px;
}
.an-radiobutton.ui-grid{		
	margin-left: 20px;
	margin-top: 5px;
}

/***************************************************/
.nfo-rb-hrzntl {								/* use with primefaces 14+  */
	display: inline-block;
	margin-right: 15px;
}
.nfo-rb-hrzntl-btn {
	display: inline-block;
}
/***************************************************/
.an-rb-hrzntl {					/* Use for a single radio button with short label */
	display:inline-flex;	
	margin-top: 15px;
}
.an-rb-hrzntl-btn > label{
	display: inline-block;
	margin-right: 15px;
	flex-shrink: 1;
}
.an-rb-hrzntl-btn > label:last-of-type{
	margin-right: 0px;
}

.an-rb-hrzntl-btn {
	display:inline-block;
	flex-shrink: 0;	
}

/***************************************************/
.an-rb-spec-width, .an-rb-spec-width-nm {				/* container div for the p:outputLabel and radioButton */
	display: inline-flex;								/* lines up the RadioButtons vertically on the right */
	width: 100%;
}
.an-rb-spec-width {										/* top margin version */
	margin-top: 15px;	
}
.an-rb-answer {
	display: inline-block;
	vertical-align: top;
	margin-top: -3px !important;
	flex-shrink: 0;
}
.an-rb-sum-answer {				/*  used in the summary display of the answer  */
	display: inline-block;
	vertical-align: top;
	flex-shrink: 0;
}
[class*=an-rb-label] {
	display: inline-block;
	padding-right: 10px;
	flex-shrink: 1;
}
.an-rb-label-80{				/* container div for p:outputLabel sets the width of the label  */
	width: 80%;				/* make variable widths depending on the page */
}								/* don't use the an-rb-label-xxx div and the Radio select will appear after the question  */
.an-rb-label-70{	
	width: 70%;
}
.an-rb-label-60{				/* Have to use percentages because ie won't reduce the size of the text  */			
	width: 60%;
}
.an-rb-label-50{							
	width: 50%;
}
.an-rb-label-40{							
	width: 40%;
}
.an-rb-label-30{						
	width: 30%;
}
.an-rb-label-20{							
	width: 20%;
}
[class*="an-qstn-width-"]{
	font-weight: bold;
	flex-grow: 1;
	margin-right: 20px;	
}
.an-qstn-width-10 {				/* use with an-qstn-answer-flex to determine the width of the qstn */
	max-width: 10%;
}
.an-qstn-width-20 {
	max-width: 20%;
}
.an-qstn-width-30 {
	max-width: 30%;
}
.an-qstn-width-40 {
	max-width: 40%;
}
/***************************************************/
/*					TOOL TIPS    	               */
/***************************************************/
.an-tooltip-img{
     width: 1.2em;
     height: 1.2em;
     margin-bottom: -2px;
     position: relative;
     right: -10px;
}
.qtip{								/* need to have a styleclass defined in the xhmtl or it won't work, name doesn't matter - styleClass="required" */
	max-width: 40% !important;
	font-size: .8em  !important;
	line-height: 1.3em  !important;
	color: black !important;
}
.qtip-default {
	border: none !important;
	border-radius: 5px !important;
	box-shadow: 4px 8px 15px 2px rgba(0, 0, 0, 0.9) !important;     /* x-axis | y-axis | blur | spread  */
	background-color: #FEC842 !important;
}
.an-tooltip-div{
	display: block;
}
/***************************************************/
/*                  INPUT FIELDS                   */
/***************************************************/
.an-dtl-input-city {
	width: 150px !important;
}
.an-dtl-input-state {
	min-width: 200px !important;
}
.an-dtl-input-nameExt {
	min-width: 75px !important;
}
.an-dtl-input-zip {
	width: 100px !important;
}
.an-dtl-input-phone {
	width: 6.7em !important;
}
.an-dtl-input-phoneExt {
	width: 3.5em !important;
}

.an-dtl-input-amount input{
	width: 6.5em !important;
}
.an-dtl-input-zip5 {
	width: 2.75em !important;
	display: inline-block;
}
.an-dtl-input-zip4 {
	width: 2.25em !important;
	display: inline-block;
}
.an-dtl-input-comment {
	width: 100%;
}
.an-dtl-input-textArea{
	width: 90%;
}
.an-dtl-input-email {
	width: 20em;
}
.an-dtl-input-ssn4 {
	width: 50px !important;
}
.an-dtl-input-99 {
	width: 1.3em !important;
}
/***************************************************/
/*                   SUMMARY PAGE                  */
/***************************************************/
.an-sum-lnk {		
	margin-left: 20px;
	font-size: .9em;
	text-decoration: none;
}	
.an-sum-link-icon {
	display: inline-block;
	Margin-right: 15px;
}
.an-sum-lnk.ui-widget .ui-widget{
	font-size: .9em;
}
.an-addAnother-lnk {		
	float: right;
	font-size: .9em;
}	
.an-sum-lnk a {		
	text-decoration: none;
	color: blue;
}	
.an-first-sum-line {
	width: 70%;
}
.an-first-sum-line  .an-sum-label {											
	margin-top: 0px;
}
.an-sum-header {	/* use with <h:outputText> when you have to group text together for Summary page */
	font-size: 1.1em;
	font-weight:bold;
	font-family: Roboto, Arial, sans-serif;
	margin: 15px 0px 0px 0px;
}
.an-sum-group-header {	/* user with <h:outputText> to group data on a summary page */
	font-size: 1.2em;
	font-weight:bold;
	font-family: Roboto, Arial, sans-serif;
	margin-top: 15px;
}
.an-sum-data-area {
	margin-left: 30px;
}
.an-sum-data-area:AFTER {
	content: '';
	display: inline-block;
	clear: both;
	
}
.an-sum-label {
	margin-top: .7em;
	display: block;
	font-weight: bold;
	font-size: 1em;
}
.an-sum-label-grp {
	margin-top: .3em;
	display: block;
	font-weight: bold;
	font-size: 1em;
}
.an-sum-data {
	display: block;
}
.an-sum-data-newline {
	display: inline-block;
	margin-top: 15px;
}
/*************************************************/
.an-sum-spec-width, .an-sum-spec-width-nm {				/* container div for the p:outputLabel and radioButton */
	display: inline-flex;								/* lines up the RadioButtons vertically on the right */
	width: 100%;
	margin-top: 10px;
}
.an-sum-data-wrap {						/* for displaying label/data in one line.  Use with h:outputText or span tags */
	display: block;						/* creates a block for new lines on the span tags inside it */
}
.an-sum-data-header {
	display: block;
	margin-top: 10px;
}
.an-sum-data-label {
	padding-right: 10px;
}
.an-sum-data-new-line{
	display: block;
}

/*************************************************/
.an-upd-lnks-area {	
	float: right;
	font-size: .9em;
	width: 30%;
}
.an-upd-lnks-area .ui-button-text {
	font-size: .9em !important;
	padding: 0.1em 0.5em !important;
}
.an-upd-lnk {
	float: right;
	margin: 5px 15px 0px 0px !important;
}
.an-qstn-answer-flex {			/* use with h:outputText, must have attribute other than value to generate the span tag */
	margin-top: 15px;			/* lines up the question with answer on the right */
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
}
.an-qstn-answer-flex:after {
	content:"\a";
    white-space: pre;
}
.an-qstn-answer-flex span:first-of-type{
	font-weight: bold;
	flex-grow: 1;	
}
.an-qstn-answer-flex span:last-of-type{
	margin-left: 20px;
}

.an-qstn-width-10 span:first-of-type{		/* user with an-qstn-answer-flex to determine the width of the qstn */
	max-width: 10%;
}
.an-qstn-width-20 span:first-of-type{
	max-width: 20%;
}
.an-qstn-width-30 span:first-of-type{
	max-width: 30%;
}
.an-qstn-width-40 span:first-of-type{
	max-width: 40%;
}
/***************************************************/
/*              SUMMARY TABLE                      */
/***************************************************/
.an-sum-table thead {
	display: none;
}

.an-sum-table.ui-datatable tbody td {
	border: none;
	padding: 0px;
}
.an-sum-table .ui-widget-content {
	border: none;
}

.an-processing-msg-div{
	text-align: center;	
	padding: 5px 0px;
	display: none;
}
.an-processing-msg{
	margin: 0 auto;
	color: red;
}
.an-sum-table::after{
	content: "";
	display: table;
	clear: both;
}
/***************************************************/
/*                   TABVIEW                       */
/***************************************************/
.an-tabView{
	margin-top:10px;
}
.an-tabView.ui-tabs .ui-tabs-panel{
	padding: 0px;
}
.an-tabView.ui-tabs.ui-tabs-top > .ui-tabs-nav{
	padding: .2em 0em 0;
}
.an-tabView.ui-tabs .ui-tabs-nav .ui-tabs-selected{
	background: #F9F9F9;
}
.an-tabView.ui-tabs .ui-tabs-nav{
	margin-bottom: 15px;
	background: #F9F9F9;
}
.an-tabView.ui-widget-content{
	padding: 0px 10px 10px 10px;
}
.an-tabView.ui-tabs .ui-tabs-nav li a{
	padding: .25em .5em;
	font-size: .9em;
	font-weight: normal;
}
/***************************************************/
/*                   TABLES                        */
/***************************************************/
.an-table-group {                       /* use with two or more an-tables, behaves like an-fluid-grid.  */
    display: flex;
    flex-flow: row wrap; 
    justify-content: flex-start;
}
.an-table-group-item {
    margin-right: 40px;
    flex-basis: auto;
}
.an-table-group-item:first-child {
    margin-bottom: 10px;
}
.an-table-group .an-table-group-item:last-child {
    margin-right: 0px;
}
/***************************************************/
.an-table{									/* use with div to display data in table format.  ADA Compliant */
	display: table;
}
.an-row{
	display: table-row;
}
.an-row [class*=an-cell]:first-child{
	padding-right: 10px;
}
[class*=an-cell] {
	padding: 0px;
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.an-cell-control {
	height: 30px;
	vertical-align: middle;
}
.nfo-float-left {
	float: left;
}
.nfo-float-right {
	float: right;
}
.an-fifty {
	width: 50%;
}
/***************************************************/
.an-input-table {
	border-collapse: separate;
	border-spacing: 10px 0px;
	margin-left: -10px;
	margin-right: -10px;
	display: inline-block;									/* it doesn't shrink to content in chrome without this */
}
.an-input-table .ui-widget-content {
	border: none;
}
.an-input-table.no-header thead{
	display: none;
}
.an-input-table td {										/* used with <table> to display simple data */
	vertical-align: top;
	text-align: left;
	border: none;
}
.an-input-table.ui-datatable tbody td {
	border: none;
}
.an-input-table .amt {
	text-align: right;
}
.an-add-another-lnk {
	float: right;
}
.an-add-another-lnk::before {
   font-family: "bootstrap-icons";
   content: "\F89A";
   margin-right: 8px;
   vertical-align: -.125em;
   font-size: 1.3em;
   display: inline-block;
}
/***************************************************/
.an-basic-table {											/* used with <table> */
	border-collapse: separate;
	border-spacing: 10px 0px;
	margin-left: -10px;
	margin-right: -10px;
	display: inline-block;									/* it doesn't shrink to content in chrome without this */
}
.an-basic-table-ind {										/* indented table */
	border-collapse: separate;
	border-spacing: 10px 0px;
	margin-right: -10px;
	display: inline-block;									/* it doesn't shrink to content in chrome without this */
}
.an-basic-table th, .an-basic-table-ind th {				
	vertical-align: bottom;
	text-align: left;
}
.an-basic-table td, .an-basic-table-ind td {				/* used with <table> to display simple data */
	vertical-align: top;
	text-align: left;
}
.an-basic-table .amt, .an-basic-table-ind .amt{
	text-align: right;
}
/***************************************************/
.an-summary-table {	
	border-collapse: separate;
	border-spacing: 10px 0px;
	display: inline-block;									/* it doesn't shrink to content in chrome without this */
}
.ui-datatable .an-summary-table td {
	border: none;
}
.an-summary-table-ind {										/* indented table */
	border-collapse: separate;
	border-spacing: 10px 0px;
	margin-right: -10px;
	display: inline-block;									/* it doesn't shrink to content in chrome without this */
}
.an-summary-table th, .an-summary-table-ind th {				
	vertical-align: bottom;
	text-align: left;
}
.an-summary-table td, .an-summary-table-ind td {				/* used with <table> to display simple data */
	vertical-align: top;
	text-align: left;
	padding: 0px 10px 0px 0px !important;
}
.an-summary-table .amt, .an-summary-table-ind .amt{
	text-align: right;
}
.an-nowrap {
	white-space: nowrap;
}
.an-add-col-space td:nth-child(3){
	padding-left:20px;
}
/***************************************************/
.nfo-datatable-area {						/*  nfo-datatable-area, nfo-datatable & .ui-datatable-tablewrapper are used together to control the  */
	overflow: auto;							/*  vertical/horizontal scrolling and maintain the shrink to content for all screen sizes.           */
}
.nfo-datatable {
	text-align: center;
	margin-top: 15px;
	display: inline-block;
}
.nfo-datatable.ui-datatable table {			
	width: auto;
	max-height: 50vh;
}
.nfo-datatable table{
	table-layout: auto;
	margin: 0 auto;
	display: inline-block;
	border-radius: 5px;
}
.nfo-datatable .ui-datatable-tablewrapper{
	padding: 10px;
	border-radius: 5px;
	background: white;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.9);
	transition: 0.3s;	
}
.nfo-datatable .ui-widget-content{
	border: none;
}
.nfo-datatable.ui-datatable th {
	border-bottom: 1px solid grey;
}
.nfo-datatable.ui-datatable thead th{
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	border: none;
	border-bottom: 2px solid grey;
	width: auto;
	background: white;
	color: black;
	font-weight: bold;
	}
.nfo-datatable.ui-datatable th:first-child, .nfo-datatable.ui-datatable td:first-child {
	padding-left: 0px;
}
.nfo-datatable.ui-datatable th:last-child, .nfo-datatable.ui-datatable td:last-child {
	padding-right: 0px;
}
.nfo-datatable.ui-datatable tr td{
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	border: none;
	color: #333333;
	
}
.nfo-datatable.ui-datatable tr:hover {
	color: black;
  	background: #D1D1D1;
	cursor: default !important;
	outline: 2px solid #00607F;
}
.nfo-datatable a:hover {
	text-decoration: underline;
}
/***************************************************/	
.an-datatable-card.ui-datatable table {		/*  Used to display datatable in a card for the left side list */
	table-layout: auto;
}
.an-datatable-card.ui-datatable thead th {
	padding: 0px 20px 0px 0px;
	border: none;
	text-align: left;
	font-weight: bold;
	background: white;	
    color: #2D2D2D;
    vertical-align: bottom;
}
.an-datatable-card.ui-datatable tr td{
	padding: 2px 20px 2px 0px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	border: none;	
}
.an-datatable-card.ui-datatable tr td.amt{
	text-align: right;
}
.an-datatable-card.ui-datatable tr td:last-of-type {
	padding: 0px;
}
.an-datatable-card .ui-widget-content {	
    border: none;
}
.an-datatable-card .ui-widget-header {
	border: none;
	background: none;
}
.an-datatable-card.ui-datatable tbody tr:hover {
	color: black;
	box-shadow: 0px 0px 10px #445E8C;
	-webkit-box-shadow: 0px 0px 10px #445E8C;
  	-moz-box-shadow: 0px 0px 10px #445E8C;
  	background: #c0c0c0;
	border-radius: 0px !important;
	cursor: default !important;
}
.an-datatable-card.ui-datatable tr td.colMax200{
	max-width: 200px;
	text-overflow: ellipsis;
}
/***************************************************/			/*  use on a p:selectManyCheckbox component to vertically align and space selectitems  */
/*         	   CHECKBOX/RADIO BUTTON               */			
/***************************************************/
.an-select-many-checkbox.ui-selectmanycheckbox.ui-widget td{
	padding-top: 5px;
	vertical-align: top;	
	padding-right: 5px;
	white-space: nowrap;
}
.an-select-many-checkbox.ui-selectmanycheckbox .ui-chkbox{
	vertical-align: top;
	margin: 2px 0px 0px 20px;
}
.an-select-many-checkbox.ui-selectmanycheckbox label{
	white-space: normal;
}
.an-select-many-checkbox [class*=ui-g-] {
	padding: 3px 0px;
	white-space: nowrap;
}
/***************************************************/
.an-custom-chkBx-table {
	display:block ruby;											/* causes the table to collapse to content and add horizontal scroll bar when needed */
    overflow-x: auto;
    white-space: nowrap;
}
.an-custom-chkBx-table.ui-datatable table {
	table-layout: auto;											/* causes the table to collapse to content */
}
.an-custom-chkBx-table td{										/*  Use with an-fluid-grid and a selectManyCheckbox with layout=custom */ 
	padding: 2px 10px;
}
.an-custom-chkBxtrue .ui-chkbox{								/* uses the checkbox selector to determine if checked or not.  */
	vertical-align: -2.2em;
}
.an-custom-chkBxfalse .ui-chkbox{
	vertical-align: -.4em;
}
.an-custom-chkBx-label{
	white-space: nowrap;
}
.an-custom-chkBx-labeltrue label{
	vertical-align: -1.8em;
	white-space: nowrap;
}

/***************************************************/
.an-select-single-checkbox {
	margin-top: 15px;
}
.an-select-single-checkbox .ui-chkbox-box {
	margin-top: 2px;
}
.an-select-single-checkbox.ui-chkbox .ui-chkbox-label{
	max-width: 90%;
	margin-left: 15px;
	margin-top: 1px;
	
}
.an-select-single-checkbox .ui-state-disabled {
	opacity: 1;
}
.an-review-checkbox {							/* used for Review checkboxes PDFs, R&R, HIPAA */
	margin: 5px 0px 0px 10px;
}

/***************************************************/
/*         SELECT MANY CHECKBOX W/ DATATABLE       */
/***************************************************/
.an-selectManyCheckbox-table {						/* use with <p:dataTable>  */
	display: inline-block;	
}
.an-subHeader .ui-selectbooleancheckbox.ui-widget.ui-chkbox span.ui-chkbox-label {	/* add to table styleclass - makes the checkbox label a subtitle */
	font-weight: bold;
	font-size: 1.1em;
}
.an-subHeader .ui-selectbooleancheckbox.ui-widget.ui-chkbox .ui-chkbox-box {
	margin-top: 2px;
}
.an-selectManyCheckbox-table.ui-datatable table {
	table-layout: auto;  
}
.an-selectManyCheckbox-table.ui-datatable tbody{
	border: none;
}
.an-selectManyCheckbox-table.ui-datatable thead{
	display:none;
}
.an-selectManyCheckbox-table.ui-datatable tr{
	border: none;
	
}
.an-selectManyCheckbox-table.ui-datatable tbody td{
	padding: 4px 7px;
	vertical-align: top;
	border: none;
}
.an-selectManyCheckbox-table .col-checkbox{
	width:16px;
	text-align:center;
}
.an-selectManyCheckbox-table .col-message{
	color: green;
}
.an-noSelect{
	cursor: default;
}
/* ---------------------------------------  */
.an-cmpnt-datatable {						/* used with p:datatable when you have components in the table */
	display:table;		
}
.an-cmpnt-datatable.ui-datatable table {
	table-layout: auto;						/* causes the table to collapse to content */
}
.an-cmpnt-datatable .ui-widget-content {
	background: white;
}
.an-cmpnt-datatable th.ui-state-default{
	background: white;
	border: none;
	text-align: left;
	padding: 0px 30px 0px 0px;
	color: black;
	font-weight: bold;
}
.an-cmpnt-datatable th.ui-state-default:last-of-type{
	padding-right: 0px;
}
.an-cmpnt-datatable.ui-datatable tbody {
	border: none;
	border-top: 1px solid #BCBCBC;
}
.an-cmpnt-datatable.ui-datatable tbody tbody{			/* removes style from inner tables */
	border-top: none;
}
.an-cmpnt-datatable.ui-datatable tr{
	border: none;
}
.an-cmpnt-datatable.ui-datatable tbody tr:hover {
	color: black;
	box-shadow: 0px 0px 10px #445E8C;
	-webkit-box-shadow: 0px 0px 10px #445E8C;
  	-moz-box-shadow: 0px 0px 10px #445E8C;
  	background: #c0c0c0;
	border-radius: 0px !important;
	cursor: default !important;
}
.an-cmpnt-datatable.ui-datatable tbody td{
	padding: 2px 30px 2px 0px;
	vertical-align: middle;
	border: none;
}
.an-cmpnt-datatable.ui-datatable tbody td td{			/* removes style from inner tables */
	padding: 0px 0px 0px 0px;
}
.an-cmpnt-datatable.ui-datatable tbody td:last-of-type{
	padding-right: 0px;
}
/* ---------------------------------------  */
.an-basic-chkbx-datatable {
	display:table;
	margin-top: 10px;
}
.an-basic-chkbx-datatable.ui-datatable table {
	table-layout: auto;						/* causes the table to collapse to content */
}
.an-basic-chkbx-datatable .ui-widget-content {
	background: white;
}
.an-basic-chkbx-datatable th.ui-state-default{
	background: white;
	border: none;
	text-align: left;
	padding: 0px 10px 0px 0px;
	color: black;
}
.an-basic-chkbx-datatable th.ui-state-default:last-of-type{
	padding-right: 0px;
}
.an-basic-chkbx-datatable.ui-datatable tbody {
	border: none;
}
.an-basic-chkbx-datatable.ui-datatable tr{
	border: none;
}
.an-basic-chkbx-datatable.ui-datatable tbody td{
	padding: 3px 10px 0px 3px;
	vertical-align: middle;
	border: none;
}
.an-basic-chkbx-datatable.ui-datatable tbody td:last-of-type{
	padding-right: 0px;
}

/* ---------------------------------------  */
.an-basic-datatable {
	display:table;
}
.an-basic-datatable thead {
	display: contents !important;
}
.an-basic-datatable.ui-datatable table {
	table-layout: auto;						/* causes the table to collapse to content */
	overflow-x: hidden;
    overflow-y: hidden;
}
.an-basic-datatable .ui-widget-content {
	background: white;
}
.an-basic-datatable th.ui-state-default{
	background: white;
	border: none;
	text-align: left;
	padding: 0px 20px 0px 0px;
	color: black;
}
.an-basic-datatable th.ui-state-default:last-of-type{
	padding-right: 0px;
}
.an-basic-datatable.ui-datatable tbody {
	border: none;
	border-top: 1px solid #BCBCBC;
}
.an-basic-datatable.ui-datatable tr{
	border: none;
}
.an-basic-datatable.ui-datatable tbody td{
	padding: 0px 20px 0px 0px !important;
	vertical-align: top;
	border: none;
}
.an-basic-datatable.ui-datatable tbody td:last-of-type{
	padding-right: 0px !important;
}
/* ---------------------------------------  */
.an-datatable {								/* table design used to add update delete data on its own */
 	display:table;							/* causes the table to collapse to content */
}
.an-datatable .ui-widget-header {
	background: inherit;
}
.an-datatable.ui-datatable table {
	table-layout: auto;						/* causes the table to collapse to content */
}
.an-datatable .ui-widget-content {
	background: inherit;
}
.an-datatable th.ui-state-default{
	background: inherit;
	border: none;
	border-bottom: 1px solid #333333;
	text-align: left;
	color: black;
	font-weight: bold;
}

.an-datatable.ui-datatable tbody {
	border: none;
	border-top: 1px solid #BCBCBC;
}
.an-datatable.ui-datatable tr{
	border: none;
}
.an-datatable.ui-datatable tbody td{
	vertical-align: top;
	border: none;
}
.an-datatable.ui-datatable th {
	padding: 4px 10px 0px 10px;
}
.an-datatable.ui-datatable th:first-child, .an-datatable.ui-datatable td:first-child {
	padding-left: 0px;
}
.an-datatable.ui-datatable th:last-child, .an-datatable.ui-datatable td:last-child {
	padding-right: 0px;
}
.an-datatable.ui-datatable tbody tr:hover {
	color: black;
	box-shadow: 0px 0px 10px #445E8C;
	-webkit-box-shadow: 0px 0px 10px #445E8C;
  	-moz-box-shadow: 0px 0px 10px #445E8C;
  	background: #c0c0c0;
	border-radius: 0px !important;
	cursor: default !important;
}
/* ---------------------------------------  */
.an-aud-datatable {							
 	display:inline-block;	
 	margin-top: 10px;	
}
.an-aud-datatable.indent-table.ui-datatable tbody td:first-child {		/* indents the first cell*/
	padding: 0px 0px 0px 15px;
}
.an-aud-datatable.ui-datatable table {
	border-collapse: collapse;
}
.an-aud-datatable-div {						/* surrounds the table and prevents it getting too wide and aligns the add another link */
	display: inline-block;
	margin-left: 20px;	box-sizing: border-box;
	width: 95%;
}
.an-aud-datatable-div-comment {
	width: 97%;
}
@media (max-width: 1000px) {
	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title {
    	display: none !important;
	}
}
.an-aud-datatable .ui-widget-content {
	background: white;
	border: none;
	border-top: 5px solid white;
}
.an-aud-datatable th.ui-state-default{
	background: white;
	border: none;
	text-align: left;
	padding: 0px 2px;
	color: black;
}
.an-aud-datatable th.ui-state-default:last-of-type{
	padding-right: 0px;
}
.an-aud-datatable.ui-datatable tbody {
	border: none;
}

.an-aud-datatable.ui-datatable tbody td{
	vertical-align: top;
	border: none;
	word-break: break-word;
	padding: 0px 2px;
}
.an-aud-datatable.ui-datatable tbody td:last-of-type{
	padding-right: 0px;
}
.an-aud-datatable.ui-datatable tbody tr:hover {
	color: black;
  	background: #c0c0c0;  	
	cursor: default !important;
	
	& .ui-datatable tbody tr {						/* causes nested tables to change with the hover */
		background: #c0c0c0; 
		border-top: 5px solid #c0c0c0; 
	}
}

.an-aud-datatable-add-lnk-top {
	margin-top: 5px;
}
.an-aud-datatable-add-lnk-top.ui-widget {
	font-size: .9em;
}
.an-aud-datatable-add-lnk-top:after {						/* starts a new line after the link */
    content:"\a";
    white-space: pre;
}
.an-aud-datatable-add-lnk-bottom {
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
}
.an-aud-datatable-add-lnk-bottom.ui-widget {
	font-size: .9em;
}
.an-aud-datatable-add-lnk-bottom:after {						/* starts a new line after the link */
    content:"\a";
    white-space: pre;
}
.an-col-links {
	font-size: .8em;
	width: 10em;
}
.an-col-links a{
	margin-left: 15px;
}
.an-col-links a:hover{
	text-decoration: underline;
}
.an-col-nowrap{				
	white-space: nowrap;
}
.an-col-amt{
	text-align: right;
	width: 120px;
}
.an-col-shrink{	
	width:0.1%;
	white-space: nowrap;
}
.an-col-wrap{
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-all;
}
.an-group-border{
	border: 1px solid #00607F;
	border-radius: 5px;
	padding:20px;
	display: inline-block;
}
/***************************************************/
/*         DATATABLE W/ SELECT COLUMN              */
/***************************************************/
.an-selectRadio-table {						/* use with <p:dataTable> */ 
	margin-top: 15px;
	display:block ruby;							/* causes the table to collapse to content */
	overflow-x: auto;
    white-space: nowrap;	
}
.an-selectRadio-table .ui-state-default {
	background: white;
}
.an-selectRadio-table.ui-datatable table {
	table-layout: auto;						/* causes the table to collapse to content */
}
.an-selectRadio-table .ui-widget-content{
	background: white;
}
.an-selectRadio-table.ui-datatable tbody{
	border: none;
}
.an-selectRadio-table.ui-datatable th{
	border: none;
	color: Black;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding: 2px 10px;
	font-weight: bold;
	font-size: .95em;
}
.an-selectRadio-table.ui-datatable th .ui-icon{
	background-image: url("../resources/images/ui-icons_ffffff_256x240.png");
}
.an-selectRadio-table.ui-datatable tr{
	border: none;	
}
.an-table-hdr-line1 {
	display: block;
	white-space: pre;
}
.an-table-hdr-line2 {
	display: inline-block;
	white-space: pre;
}
.an-selectRadio-table.ui-datatable tr:hover{
	color: black;
	box-shadow: 0px 0px 10px #445E8C;
	-webkit-box-shadow: 0px 0px 10px #445E8C;
  	-moz-box-shadow: 0px 0px 10px #445E8C;
  	background: #c0c0c0;
	border-radius: 0px !important;
	cursor: default !important;
}
.an-selectRadio-table.ui-datatable tbody td{
	padding: 2px 10px;
	vertical-align: top;
	border: none;
	white-space: nowrap;
}
.an-selectRadio-table .an-col-select{
	width:16px;
	text-align:center;
}
.an-col-select .ui-radiobutton{
	margin: 0px;
	margin-top: -5px;
}
.an-selectRadio-table .ui-widget-header {
	background: transparent;
	border: none;
}
/***************************************************/
/*                   DATA GRID                     */
/***************************************************/
.an-dataGrid-no-border .ui-widget-content{
	border: none;
	table-layout: auto;
}
/***************************************************/
/*                   DATA                      */
/***************************************************/
.an-datalist .ui-widget-content {
	border: none;
	background: transparent;
}
.an-datalist dl {
	margin: 0px;
}
.an-datalist ul {
	padding-left: 0px;
	margin-top: 0px;
}
.an-datalist li {
	list-style-type: none;
	margin-top: 15px;
}
.an-datalist li:first-child {
	margin-top: 0px;
}
.an-datalist-outer dt {
	margin-top: 20px;
}
.an-datalist-inner dt {
	margin-top: 0px;
}
.an-datalist-outer dt:first-child {
	margin-top: 0px;
}
.an-datalist-inner dt:first-child {
	margin-top: 0px;
}
.an-datalist .an-separator3:last-child {
	display: none;
}
.an-datalist::after{
	clear: both;
	display: block;
	content: '';
}

/***************************************************/
/*                     COMMON                      */
/***************************************************/
.nfo-dropdown-fixed.ui-selectonemenu {
	width: 200px !important;
}
.nfo-title {
	color: #00607F;
	text-align: left;
	font-weight: bold;
	font-size: 1.5em;
	margin: 15px 0px 0px 0px;
}
.cmn-shrink-content {
	display: inline-block;
}
.an-font-size14 {
	font-size: 1.4em;
}
.cmn-inline-block {
	display: inline-block;
}
.cmn-float-rt {
	float: right;
}
.an-uppercase {
	text-transform: uppercase;
}

.cmn-centerText {
	margin: 30px auto;
	text-align: left;
}
.cmn-text-left {
	text-align: left;
}
.an-italics {
	font-style: italic;
	font-size: .9em;
}
.an-forgot-pswrd{
	display: table-cell;  	/* overrides center inherited from panel and forces a left align  */
	padding-top: 5px;
}
.an-forgot-pswrd.ui-widget {
	font-size: .8em;
}
.an-sticky {
	position: sticky;
	top: 0;
}
.an-neg-top-margin-20 {
	margin-top: -20px;
}
.an-indent-40 {
	margin-left: 40px;
}
.an-indent-30 {
	margin-left: 30px;
}
.an-margin-custom {
	margin: 25px 0px 5px 10px;
}
.an-indent-20 {
	margin-left: 20px;
}
.an-indent-15 {
	margin-left: 15px;
}
.an-indent-10 {
	margin-left: 10px;
}
.an-indent-20neg {
	margin-left: -20px;
}
.an-maxWidth-80{
	max-width: 80%;
}
.an-maxWidth-70{
	max-width: 70%;
}
.an-maxWidth-50{
	max-width: 50%;
}
.an-maxWidth-900 {						/* used to limit text from taking the whole width of the page */
	max-width: 900px;
}
.an-minWidth-50 {
	min-width: 50%;
}
.an-minWidth-40 {
	min-width: 40%;
}
.an-clear {
	clear: both;
	display: block;
	content: '';
}
.an-hidden {
	visibility: hidden; 
	display: none
}
.an-center {
	text-align: center;
}

.an-full-height {
	height: 100%;
}
.an-full-height .ui-outputpanel {
	height: 100%;
}
.an-show-whitespace{
	white-space: pre-wrap;
}

.an-margin-top0{
	margin-top:0px !important;
}
.an-margin-top5{
	margin-top: 5px;
}
.an-margin-top10{
	margin-top: 10px;
}
.an-margin-top15{
	margin-top: 15px;
}
.an-margin-top20{
	margin-top: 20px;
}
.an-margin-top30{
	margin-top: 30px;
}
.an-margin-top40{
	margin-top: 40px;
}
.an-margin-right15 {
	margin-right: 15px;
}
.an-margin-right40 {
	margin-right: 40px !important;
}
.an-margin-right20 {
	margin-right: 20px !important;
}
.an-margin-right10 {
	margin-right: 10px !important;
}
.an-margin-left15 {
	margin-left: 15px;
}
.an-margin-left20 {
	margin-left: 20px;
}
.an-margin-left5 {
	margin-left: 5px;
}
.an-margin-bottom15{
	margin-bottom: 15px;
}
.an-margin-bottom30{
	margin-bottom: 30px;
}
.an-margin-bottom20{
	margin-bottom: 20px;
}
.an-margin-bottom10{
	margin-bottom: 10px;
}
.an-margin-bottom0{
	margin-bottom: 0px;
}
.an-spacer-10 {
	display: block;
	margin: 10px 0px;
}
.an-rel-container {									/* used with a div to create a relative container for absolute positioning of child objects */
	position: relative;								/* use a <br class="clear"/> inside the div  */
}
.an-rel-container::after {
	content: '';
	display: inline-block;
	clear: both;
}
.an-abs-top-right {
	position: absolute;
	top: 0px;
	right: 0px;
}
.an-abs-top-left {
	position: absolute;
	top: 0px;
	left: 0px;
}
.an-bold {
	font-weight: bold;
}
/***************************************************/
/*                   PANEL GRID                    */
/***************************************************/
.an-panelGrid-border .ui-datatable-tablewrapper{
	border: 1px solid black;
}
.an-panelGrid-no-border .header{
	font-weight: bold;
	font-size: 1.2em;
}
.an-panelGrid-no-border .ui-widget-content {
	border: none;
	font-size: .95em;
	background: transparent;
	}
.an-panelGrid-no-border.ui-panelgrid .ui-panelgrid-cell {
	border: none;
	padding: 5px 15px 0px 0px;
}
.an-panelGrid-amt-col {			/* right align the amounts*/
	text-align: right;
}
.an-panelGrid-total-amt-col {	/* right align the total amounts and add a sum line*/
	text-align: right;
	border-top: 1px solid black !important;
	font-weight: bold;
}
.an-panelGrid-remove-padding {  /* removes the panel grid padding on the right to align amounts with total line*/
	padding-right: 0px !important;
}
.an-panelGrid-header {
	font-weight: bold;
}
.an-panelGrid-link{
	float: right;
	margin-right: 10px;
	font-size: .9em
}
/***************************************************/
.an-detail-PanelGrid{
	overflow:auto;
}
.an-detail-PanelGrid.ui-panelgrid .ui-panelgrid-cell{
	border: none;
	padding: 4px 15px 4px 0px;
}
.an-detail-PanelGrid .ui-widget-content {
	background: none;
	border: none;
}
/***************************************************/
/*                       PANEL                     */
/***************************************************/
.an-panel.ui-panel{
	border: none;
	padding: 0px;
}
.an-panel.ui-panel .ui-panel-content{
	padding: 0px;
}
.an-panel-center {
	text-align: center;
}
/***************************************************/
/*                       TREE                      */
/***************************************************/
.an-tree.ui-tree {
	width: auto;
	padding-right: 38px;
	border: 1px solid black;
	text-align: left;
	margin-top: 10px;
	border-radius: 5px;
	max-height: 600px;
	overflow-y: auto;
	overflow-x: visible;
}
/***************************************************/
/*                   FILE UPLOAD                   */
/***************************************************/
.an-file-upload {
	margin-top: 15px;
}
.an-file-upload .ui-fileupload-buttonbar{
	padding: 0px;
}
.an-file-upload .ui-widget-header{
	background: none;
	border: none;
}
/***************************************************/
/*                       CHARTS                    */
/***************************************************/
.an-bar-chart {
	max-width: 98%;  /* keeps it from escaping parent box */
}
.an-bar-chart canvas {
	max-width: 75%;
}
/***************************************************/
/*                     CAROUSEL                    */
/***************************************************/
.an-carousel .ui-widget-header {
	color: white;
}
.an-carousel{
	text-align: left; 
	margin-top:10px;
	min-width: 600px;
}
.an-carousel .ui-carousel-item {
	border: none;
}
.an-carousel .ui-carousel-viewport {
	padding: 5px;
}
.an-carousel-list{
	list-style-type:disc; 
}
/***************************************************/			/*  use when pe:fluid-grid fails to space components correctly  */
/*         			 FLUID GRID                    */			/*  address component is an example								*/
/***************************************************/
.an-fluid-grid{
	display: flex;
	flex-flow: row wrap; 
}
.an-fluid-item {
	margin-right: 20px;
}
.an-fluid-item-inPanel {						/*  use when field is in the middle of a group of fluid-items, but is in an outputPanel that may not be rendered		*/
	margin-right: 20px !important;
	flex-wrap: nowrap;
}
.an-fluid-item .ui-datatable table {			/*  if a dataTable is used inside a fluid grid item		*/
	table-layout: auto;
}
.an-fluid-grid .an-fluid-item:last-child{
	margin-right: 0px;
}
.an-fluid-item-link {							/*  links multiple inputTexts to form a single field. ie zip-code, phone/ext		*/
	display: inline-block;
}
/***************************************************/
/*           STYLES SPECIFIC FOR IE 10/11          */
/***************************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ CSS styles go here */
	.an-content-list-title {
		display: inline-block;
		max-width: 220px;
	}
	.list-content {
		text-align: center;
	}	
	.ie-req-table-cntr {			/* surround table in div - required to center table in ie */
		margin: 0 auto;
	}								
}

/***************************************************/
/*                   UL/LI LIST                    */
/***************************************************/
.an-ul-list-div ul {				/* removes the padding when not needed */
	padding-left: 0px;		
}
.an-ul-list {						/* use with ul list to add spacing between li entries */
	margin-top: 10px;		
}
.an-ul-list li {
	margin-top: 10px;
	list-style-type: none;
}	
.an-ul-list-inner{
	margin: 10px 0px;
}
/***************************************************/
.an-bullet-list{
	margin-top: 5px;
}
/***************************************************/
/*                LIST OF CARD ITEMS               */
/***************************************************/
.an-card-list {
	margin: 15px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;				/* Don't mess with the padding and margins unless your testing for all screen sizes */
	border: 0px;	
	width: 100%;
	padding: 0px;
}
.an-card-list-item {					/* Use with multiple cards responsive positioning */
	margin: 0px 20px 25px 0px;
  	display: flex; 
  	flex-shrink: 1;
}
.an-padding-vert {
	padding: 20px 0px;
}
.an-card-list-item-cntr {					/*  Use with single card centered */
	margin: 0px auto;						/*  force centering				*/ 			
  	display: flex; 
  	flex-shrink: 1;
}
.an-card-list-content {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	flex: 0 1 auto;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.9);
	transition: 0.3s;
}
.an-card-list-content h2 {
	margin: 0px 0px 5px 0px;
	font-family: Roboto,sans-serif;
	 padding-left: 1.5em;
}
.an-card-list-content h2:before {		/*	for the bootstrap icon	*/
  display: inline-block;
  margin-left: -1.5em; 
  width: 1.5em; 
  margin-top: -5px;
}
.an-card-list-content h3 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 1.0em;
}
.an-card-list-content .anc-table {
	margin: 0 auto;
}
.an-card-size-600 {
	width:600px;
}
.an-card-size-800 {
	width:800px;
}
.an-card-list-content-data {
	padding: 0px 10px 10px 10px;
	text-align: left;
}
.an-card-list-content-data ul{
	list-style-type: none;
	padding: 0px;
	min-width:200px;
}
.an-card-list-content .an-card-button {
	margin: 20px 10px 15px 10px;
}
.columns-2 {
	columns: 2;
}
.an-card-dataTable.ui-datatable table {
	table-layout: auto;
	margin: 10px -5px 0px 10px;
	border-collapse: separate;
}
.an-card-dataTable td.amt {
	text-align: right;
}
.an-card-dataTable .ui-datatable-tablewrapper {
	overflow: visible;								/* forces tables to be fully visible in the card and prevents horizontal scroll bars */
}

.an-card-dataTable.ui-datatable thead th {
	border: none;
	text-align: left;
	font-weight: bold;
	background: white;	
    color: #2D2D2D;
    vertical-align: bottom;
    font-size: .85em;
    white-space: nowrap;
}
.an-card-dataTable.ui-datatable tr td{
	vertical-align: top;
	white-space: nowrap;
	border: none;
	width:0.1%;
}
.an-card-dataTable.ui-datatable thead th, .an-card-dataTable.ui-datatable tbody td {
	padding: 0px 5px;	
}
.an-card-dataTable.ui-datatable thead th:first-child, .an-card-dataTable.ui-datatable tbody td:first-child {
	padding: 0px 5px 0px 0px;	
}
.an-card-dataTable .ui-widget-content {	
    border: none;
}
.an-card-dataTable .ui-widget-header {
	border: none;
	background: none;
}
/***************************************************/
/*                 NFOCUS MENUBAR                  */
/***************************************************/
.nfo-menuBar-area {
	background: #333333;
	position: relative;	
	height: 3.75em;
}
.nfo-menuBar.ui-menu {
	display: inline-block;
	position: absolute;
	top: .6em;						/* shrinks as the screen shrinks  */
	left: .7em;
	background: #333333;
	border: none;
}

.nfo-menuBar.ui-menu .ui-menuitem:not(.nfo-menuBar-submenu ul .ui-menuitem-link) {
	margin-right: 1.5em;
}
.nfo-menuBar.ui-menu .ui-menuitem:last-child{
	margin-right: 0em;
}
.nfo-menuBar.ui-menu .ui-menuitem-link:not(.nfo-menuBar-submenu ul .ui-menuitem-link){
	color: white;
	font-family: "DM Sans", Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;	
	font-size: .85em;
	border-radius: 0px;
	padding: .5em 0em;
}
.nfo-menuBar .ui-state-hover {
	background: transparent;
}
.nfo-menuBar .ui-menuitem-link:hover:not(.nfo-menuBar-submenu ul .ui-menuitem-link){
	background: transparent;
	border-bottom: 3px solid #71A8B9;
}
.nfo-menuBar-active {
	background: transparent;
	border-bottom: 3px solid #71A8B9 !important;
	border-radius: 0px;
}
.nfo-menuBar-submenu .ui-menuitem-icon  {
	float: right !important;
	}
.nfo-menuBar-submenu ul {
	background: #333333;
	border: none;
	border-radius: 0px;
	padding: 0px !important;
}
.nfo-menuBar-submenu.ui-menu .ui-menu-parent .ui-menu-child {
	padding: 0px;
}

.nfo-menuBar-submenu .ui-menuitem-link > .pi-chevron-down{
	margin-left: 10px !important;
}
.nfo-menuBar-submenu .ui-menuitem-link > .ui-icon-triangle-1-s{
	display: none !important;
}

.nfo-menuBar-submenu .ui-menuitem-link:hover {
	color: #73A8B8;
}
.nfo-menuBar-submenu ul .ui-menuitem-link {
		color: white;
		font-size: .9em;
		font-weight: bold;
		border-radius: 0px;
		font-family: "DM Sans", Sans-serif;
		padding-left: 10px;
}
.nfo-menuBar-submenu li {
	border-bottom: 1px solid #73A8B8 !important;
	border-radius: 0px;
}
.nfo-menuBar-submenu li:last-child {
	border-bottom: none !important;
}
.nfo-menuBar-link {
	color: white;
}
.nfo-menuBar-link:hover {
	border-bottom: 1px solid white;
}
/***************************************************/
.int-menuBar-user-area {										/* setup user info area and position   */
	position: absolute;
	top: 1.3em;						/* shrinks as the screen shrinks  */
	right: 1em;
	font-size: 1em;
}
.int-menuBar-user-area .ui-button .ui-button-text{		/* colors the button text and displays the icon and text in 1 line   */
	display: inline-block;
	color: white;
}
.int-menuBar-user-area .ui-button-text-icon-right .ui-button-text {		/* adjusts the text in the button   */
	padding: .4em 2em .2em .5em !important;
}
.int-menuBar-user-area .bi::before {						/* sets padding for bi icon   */
	padding-right: .3em;
	padding-left: .5em;
}
.int-menuBar-user-area button{							/* colors the button   */
	color: white;
	border: 1px solid white;
	background: #333333;
}
.int-menuBar-user-area .ui-state-default .ui-icon {		/* changes the button arrow to white  */
	background-image: url("../resources/images/ui-icons_ffffff_256x240.png");
}
.int-menuBar-user-area .int-userMenu-item {				/* allows for multiple items to be added  */
	color: white;
	margin-right: 20px;
	display: inline;
}

.an-menuItem-help::before {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
	content: "\F50B";
	margin-right: .6em;
	display: inline-block;
}	
.an-menuItem-print::before {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
	content: "\F501";
	margin-right: .6em;
	display: inline-block;
}	
.an-menuItem-exit::before {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
	content: "\F627";
	margin-right: .6em;
	display: inline-block;
}	
@media screen and (max-width: 1000px) and (min-width: 200px) {
	.int-menuBar-user-area .int-userMenu-item  {
		display: none;
	}	
}
/***************************************************/
.int-user-menu.ui-menu{
	width: 8em;
	padding: .5em ;
	background: #333333;
	border: 1px solid white;
}
.int-user-menu a{
	font-size: 1em;
	color: white;
}
.int-user-menu.ui-menu .ui-menuitem-text {			/* OVERRIDES - otherwise icon displays on the right */
	float: none;
}
.int-user-menu.ui-menu .ui-menuitem-link {			/* OVERRIDES */
	float: none;
	font-size: 1em;
}
.int-user-menu.ui-menu .ui-menuitem-link:hover {
	outline: 1px solid white;
	color: white; 
	background: black;
}

/***************************************************/
/*              INSTRUCTION SECTION                */
/***************************************************/
.nfo-instruction-section {
	padding-top: 10px;
	width: 100%;
	text-align: center;
}
.nfo-instruction-section .divider.ui-divider-horizontal {
	color: #00607F;
	width: 71%;
	margin: 0 auto;
}
.nfo-instruction-section .line-top {	
	height: 2px;
	border: 1px solid #00607F;
	width: 70%;
	margin: 0px auto;
}
.nfo-instruction-section .line-bottom {	
	height: 2px;
	border: 1px solid #00607F;
	width: 70%;
	margin: 2px auto;
}
.nfo-instruction-section .instruction-txt{
	max-width: 60%;
	text-align: left;	
	margin: 25px auto;
}
/***************************************************/
/*         STYLES SPECIFIC FOR NYTD                */
/***************************************************/
.nytd-question-area {
	padding-left: 15px;
	text-align: left;
	margin: 0 auto;
	max-width: 90%;
	margin-top: 40px;
}
.nytd-question {
	margin-top:15px;
	font-weight: bold;
	font-size: 1.1em;
}
.nytd-question span {
	display: table-cell;
}
.nytd-question span:last-child{
	padding-left: 10px;
}
.nytd-question-image {
	display: table-cell;
	height:20px;
	width:20px;
	padding-right: 8px;
}
.nytd-note-lbl {
	display: table-cell;
	white-space: pre-wrap;
	font-weight: 500;
}

.nytd-note-txt {
	display: table-cell;
	white-space: pre-wrap;
	padding-left: 10px;
}

.nytd-indent {
	margin-left: 4.0em;
}
.nfo-radioBtn [role="radio"]{
	padding: 0px;
}
.nfo-radioBtn .ui-g:first-child{
	margin-top: 10px;
}
/***************************************************/
/*             CONTACT INFO DIALOG BOX             */
/***************************************************/
.nfo-contactInfo-dlgBx.ui-dialog .ui-dialog-content{
	padding: 10px 30px 15px;
	margin: 0px auto;
}
.nfo-contactInfo-dlgBx p{
	font-weight: bold;
	margin: 10px 0px;
}


