@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.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                        */
/***************************************************/
form {
	width: 100%;
	height: 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.6em;
	font-weight:bold;
	font-family: Montserrat, Roboto, Arial, sans-serif;
	margin: 15px 0px;
}
.an-page-title-leftNav {
	margin: -7px 0px 0px;
}
h2	{							/* used for page titles  */
	font-size: 1.2em;
	font-weight:bold;
	font-family: Montserrat, Roboto, Arial, sans-serif;
	margin: 15px 0px;
	display: block;
}
h2.an-sum-header	{							/* used on a summary page with a link beside it  */
	font-size: 1.2em;
	font-weight:bold;
	font-family: Montserrat, Roboto, Arial, sans-serif;
	margin: 15px 0px 0px 0px;
	display: inline-block;
}

/***************************************************/
/*              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;
}
.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  */
}
label.ui-state-error {
	color:inherit;
}
input.ui-state-error {
	background:white;
}
.ui-widget-content {
    color: #2D2D2D;
}
.ui-state-disabled {
	opacity: .60;
}

/***************************************************/
/*           	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 {
	margin-left: 0px;
} 
.ui-message-info, .ui-message-error, .ui-message-warn, .ui-message-fatal {
	margin: 0px 0px;
	padding: 2px 0px;
}
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-error{
	display:table;
 	color: #b94a48 !important;
 	background-color: #E5E5E5 !important;	/* changed for TANF  */
 	border: none !important;
 	margin: 0px 0px !important;
 	padding: 3px 0px !important; 
}
.ui-messages-error, .ui-message-error{
 	background: none;
 	border: none;
}
.an-messages-error .ui-messages-error { /* used with p:messages as global error message */
	background-color: #f2dede;
	display: inline-block;
	border: 1px solid #b94a48;
}
.an-messages .ui-messages-error { /* used with p:messages as global error message */
	background-color: #f2dede;
	display: inline-block;
	border: 1px solid #b94a48;
}
.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;
}
/***************************************************/
/*               STATUS MESSAGE                    */
/***************************************************/
.an-status-load-img {
	margin-right: 12px; 
	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: 200px;
}
#contentWrapper {
	background-color: #E5E5E5;
}
#footerWrapper {
	background-color: #00607F;
/* 	min-height: 170px; */
	width: 100%;
}
.an-page-panel {
	border: none;
	background-color: transparent;
	padding: 0px;
}
.an-page-panel.ui-panel .ui-panel-content{
	padding: 0px;
}

/***************************************************/
/*                    HEADER                       */
/***************************************************/
header {								
	padding: 0px 10px 10px 10px;
	font-family: Montserrat, Roboto, Arial, sans-serif;
	color: #FEC842;
}
.an-header .title {
	font-style: italic;
	line-height: .8em;
	font-weight: bold;
	font-kerning: normal;
}
.an-header .subtitle {
	margin-left: 5px;
	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                        */
/***************************************************/
.an-footer {	
	padding: 2.5em 0;
 	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}
.an-footer a{	
 	color: #FEC842;	
 	padding: 0 .5em;
}
.an-footer-line a{
	border-right: 2px solid #FEC842;	/* creates horizontal line equal to font size */
	margin-left: -4px;					/* gets rid of whitespace before a tag  */
}
.an-footer-line a:last-child{			/* removes horizontal line on last child */		
	border-right: none;
}
.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 */
}
.an-footer-link:hover {
	text-decoration: underline;
}
/***************************************************/
/*                 MENU BAR                        */
/***************************************************/
.an-menu-bar {
	background: #C4C4C4;
}
.an-menu-bar-noMenu {  /* used to if p:menu is not present in the menu bar  */
	background: #c4c4c4 linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0));
	border: 1px solid #a8a8a8;
	height: 30px;
	padding-right: 20px;
}
.an-menu-bar a, .an-menu-bar-noMenu a{
	font-size: .8em;
	float: right;
	margin-top: 7px;
}
.an-menu-bar ul {
	margin-left: 10px;
}
.an-menu-bar .ui-menu {
	padding: 0px;
}
.an-menu-bar .ui-corner-all {
	border-radius: 0px;
}
.an-menu-bar .ui-widget-content a {
	color: black;
}
.an-menu-bar .ui-menubar .ui-menuitem-link {
	padding: .3em .6em;
}


/***************************************************/
/*      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:  20px 15px;
	flex-shrink: 1;	
	font-size: .75em
}
.an-page-layout-split-right{
	flex-shrink: 1;						/* stuff expands past page */ 
	width: 100%;
	padding:  20px 15px 0px 15px;
	font-size: .8em;
	overflow: auto;
	height: 40em;
}
@media screen and (max-width:750px) {
	.an-page-layout-split {
		flex-flow: wrap;
	}
}
/***************************************************/
/*       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;
	padding: 10px 15px 10px 15px;
/* 	text-align: center; */
	flex-shrink: 1;	
}
.an-leftNav-label {
	color: #FEC842;
	}
.an-page-layout-leftNav-right{
	flex-shrink: 1;						/* stuff expands past page */ 
	width: 100%;
/* 	margin-top: 15px; */
	padding:  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: 95%; 
	height: 20px;
	display: block;
	margin: 0 auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0)  and (min-resolution:.001dpcm){  /* chrome fix for image size  */
	.an-right-nav-img{
		max-width: 224px;
	}
}
/***************************************************/
/*                   LEFT NAV MENU                 */
/***************************************************/
.left-nav-label {
	color:#FEC842;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 7px;
	margin: 0px 0px 0px 5px;
	text-align: left;
	white-space: nowrap;
	
}
/***************************************************/
/*             LEFT HAND NAV AREA                  */
/***************************************************/
.an-leftnav-page-title {				/* use with <h:outputText>  */
	font-size: 1.6em;
	font-weight:bold;
	font-family: Montserrat, Roboto, Arial, sans-serif;
	display: block;
}
.an-left-nav {							/* describes the left hand navigation area */
	border: none;
}
.an-left-nav.ui-menu a {				/*  link changes  */
	font-size: 1em;
	padding: 10px 5px;
	color: white;
	text-align: left;
}
.an-left-nav a.ui-state-active {
	color: #05080A;
}
.an-left-nav a.ui-state-hover {
	color: #142E36;
	}
.an-left-nav a.ui-state-disabled {
	opacity: .50;
}	
.an-left-nav.ui-menu .ui-menuitem {
	padding: 3px 0px;
	background-color: inherit;
}
.an-left-nav.ui-widget-content{
	background-color: inherit;
}
.an-left-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-left-nav-lnk{
	display: block;
	margin: 15px 0px;
}
.an-left-nav-img{						/* image sits above the link section and is not part of it  */
	width: 95%; 
	height: 20px;
	display: block;
	margin: 0 auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0)  and (min-resolution:.001dpcm){  /* chrome fix for image size  */
	.an-left-nav-img{
		max-width: 224px;
	}
}
@media screen and (max-width:750px) {
	.an-left-nav.ui-menu a{
		padding: 3px 5px;
	}
}
/***************************************************/
/*                DETAIL PAGE LAYOUT               */
/***************************************************/
.an-page-layout-detail{
	margin: 0 auto;
	background-color: #E5E5E5;
	overflow: auto;
	min-height: 350px;			/* Added for NYTD  */

}
.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;
}
.an-dtl-input-label {   /* use with <p:outputLabel>  */
   	display: block;
   	margin: 10px 0px 0px 0px; 
    text-align: left;
}
.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 {
/* 	margin-top:15px; */
	border-radius: 4px;
	display: inline-block;
	border: 1px solid #00607F;
	text-align: left;
}
.an-fieldset legend {
	color: #004098;
}
/***************************************************/
/*                CONFIRM DIALOG BOX               */
/***************************************************/
.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: 3px 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-dialog .ui-dialog-footer{
	border:none;
}
.an-confirmDialog .ui-dialog-content span{
	display: table-cell;
}
/***************************************************/
/*              BUTTON NAVIGATION AREA             */
/***************************************************/
.an-button-navigation-area {
	margin-top:25px;
	display: table;
}
.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;
}
.an-button-center {
	width: 70px;
}
.an-button-navigation-area:AFTER {
	content: "";
	display: table;
	clear: both;
}
/***************************************************/
/*                 BUTTONS & LINKS                 */
/***************************************************/
.an-button-area {			/* surround multiple buttons */
	display: block;
	margin-top: 20px;
	font-size: .8em;
}
.an-button-area button:last-of-type {
	margin-right: 0px;
}

.an-button-area .ui-button{
	margin-right: 20px;
}
.an-button-area .ui-button-text{
	padding: 5px 5px;
}
.an-button {				/* use for a single button */
	font-size: .8em;
}
.an-button-navigation-area .ui-state-default, .an-button .ui-widget-header .ui-state-default {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F5F4F4), color-stop(1, #ABAAAA));
	background:-moz-linear-gradient(top, #F5F4F4 5%, #ABAAAA 100%);
	background:-webkit-linear-gradient(top, #F5F4F4 5%, #ABAAAA 100%);
	background:-o-linear-gradient(top, #F5F4F4 5%, #ABAAAA 100%);
	background:-ms-linear-gradient(top, #F5F4F4 5%, #ABAAAA 100%);
	background:linear-gradient(to bottom, #F5F4F4 5%, #ABAAAA 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F4F4', endColorstr='#ABAAAA',GradientType=0);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:6px;
	border: 1px solid #ABAAAA;
	display:inline-block;
	cursor:pointer;
	font-weight: bold;
	text-decoration:none;
}
.an-button-navigation-area .ui-state-hover,  .an-button .ui-widget-header .ui-state-hover{
	color: white !important;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #73A8B8), color-stop(1, #00607F));
	background:-moz-linear-gradient(top, #73A8B8 5%, #00607F 100%);
	background:-webkit-linear-gradient(top, #73A8B8 5%, #00607F 100%);
	background:-o-linear-gradient(top, #73A8B8 5%, #00607F 100%);
	background:-ms-linear-gradient(top, #73A8B8 5%, #00607F 100%);
	background:linear-gradient(to bottom, #73A8B8 5%, #00607F 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#73A8B8', endColorstr='#00607F',GradientType=0);	
	text-shadow: none;
	border: 1px solid #73A8B8;
}
.an-button-navigation-area .ui-state-hover .ui-button-text {
	color: white !important;
}
.an-button-navigation-area .ui-state-hover .ui-icon {
	background-image: url("../resources/images/ui-icons_ffffff_256x240.png");
}
.an-button-inline {
	display: inline-block;
	margin-left: 20px;
}
.an-link a {
	color: #0079a0;
	text-decoration: none;
	font-weight: bold;
}
.an-link  a:hover{
	text-decoration: underline;
}
/***************************************************/
/*					RADIO BUTTONS	               */
/***************************************************/
.an-rb-hrzntl-flex {			/* container div for the p:outputLabel and radioButton */
	margin-top: 20px;			/* lines up the RadioButtons on the right */
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
}
.an-rb-hrzntl-flex:after {
	content:"\a";
    white-space: pre;
}
.an-rb-hrzntl-flex table {		/*  styles for the radio buttons */
	flex-shrink: 1;
	vertical-align: top;
	margin-top: -5px;
	margin-left: 20px;
	width: auto !important;
}
.an-rb-label-80{				/* container div for p:outputLabel sets the width of the label  */
	flex-grow: 1;				/* make variable widths depending on the page */
	max-width: 80%;				/* don't use the an-rb-label-xxx div and the Radio select will appear after the question  */
}
.an-rb-label-70{			
	flex-grow: 1;			
	max-width: 70%;
}
.an-rb-label-60{				/* Have to use percentages because ie won't reduce the size of the text  */
	flex-grow: 1;				
	max-width: 60%;
}
.an-rb-label-50{				
	flex-grow: 1;				
	max-width: 50%;
}
.an-rb-label-40{				
	flex-grow: 1;				
	max-width: 40%;
}
.an-rb-label-30{				
	flex-grow: 1;				
	max-width: 30%;
}
.an-rb-label-20{				
	flex-grow: 1;				
	max-width: 20%;
}
.an-qstn-answer-flex {			/* use with h:outputText.  lines up the question with answer on the right */
	display: flex;
	margin-top: 20px;
	flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
}
[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: 1em;
     height: 1em;
     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;
}
/***************************************************/
/*                  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-comment {
	width: 100%;
}
.an-dtl-input-email {
	width: 300px;
}
.an-dtl-input-ssn4 {
	width: 50px !important;
}
/***************************************************/
/*                   SUMMARY PAGE                  */
/***************************************************/
.an-sum-lnk {		
	margin-left: 20px;
	font-size: .9em;
	text-decoration: none;
}	
.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: 15px; */
	display: block;
	font-weight: bold;
	font-size: 1em;
}
.an-sum-data {
	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;
	padding: 0px;
	background-color: #F9F9F9;
}

.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-basic-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-nowrap {
	white-space: nowrap;
}
.an-add-col-space td:nth-child(3){
	padding-left:20px;
}
/***************************************************/
.-table {
	margin-top: 10px;
}
.an-data-table.ui-widget{
	font-size: .95em;
	display: inline-block;	
}
.an-data-table .ui-datatable-tablewrapper{
	border: 1px solid black;
	background: #e9e9e9;
}
.an-data-table .ui-widget-header {
	border: none;
	text-align: left;
	margin-top: 15px;
}
.an-data-table.ui-datatable thead th {
	padding: 2px 4px;
}
.an-data-table.ui-datatable tbody td {
	padding: 2px 0px 2px 4px;
}
.an-data-table .ui-widget-header:first-child {
	margin-top: 0px;
}
.an-data-table.ui-datatable .ui-datatable-header {
	text-align: left;
	padding: 2px 0px;
	background: transparent;
}
.an-data-table .ui-datatable-odd {
    background: #e9e9e9;
}
.an-data-table .ui-datatable-even {
    background: #e9e9e9;
}
.an-data-table tbody tr{
	border-collapse: collapse;
}
.an-data-table tbody td{
	border-color: #a8a8a8 !important;
}
.an-data-table tr.ui-state-hover {
	font-weight: bold !important;
	box-shadow: 0px 0px 10px #445E8C;
	-webkit-box-shadow: 0px 0px 10px #445E8C;
  	-moz-box-shadow: 0px 0px 10px #445E8C;
   	background: #f9f9f9;
	border-radius: 0px !important;
	cursor: default !important;
}
/***************************************************/
.an-data-table-auto-size.ui-datatable table {			/*  Use for dynamic column widths  */
	table-layout: auto;
}

/***************************************************/
.an-dataTable-no-border.ui-widget-content{				/*  Use to display a list in table form with no data:  ie phone numbers */
		border: none;
		table-layout: auto;
}
.an-dataTable-no-border.ui-datatable table{
	width: auto;
}
.an-dataTable-no-border.ui-datatable thead{
	display:none;
}
.an-dataTable-no-border.ui-datatable td{
	border: none;
	padding: 0px 5px 0px 0px;
}
/***************************************************/	/*  Used to display datatable in a card for the left side list */
.an-datatable-card.ui-datatable table {
	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;
	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;
}
/***************************************************/
/*         SELECT MANY CHECKBOX W/ DATATABLE       */
/***************************************************/
.an-selectManyCheckbox-table {						/* use with <p:dataTable>  */
display: inline-block;	
}
.an-selectManyCheckbox-table .ui-widget-content{
	background: #F9F9F9;
}
.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: #F9F9F9;
}
.an-cmpnt-datatable th.ui-state-default{
	background: #F9F9F9;
	border: none;
	text-align: left;
	padding: 0px 30px 0px 0px;
	color: black;
}
.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 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-datatable {
	display:table;
}
.an-basic-datatable.ui-datatable table {
	table-layout: auto;						/* causes the table to collapse to content */
}
.an-basic-datatable .ui-widget-content {
	background: #F9F9F9;
}
.an-basic-datatable th.ui-state-default{
	background: #F9F9F9;
	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;
	vertical-align: top;
	border: none;
}
.an-basic-datatable.ui-datatable tbody td:last-of-type{
	padding-right: 0px;
}
/* ---------------------------------------  */
.an-datatable {							/* table design used to add update delete data on its own */
 	display:table;							/* causes the table to collapse to content */
	border-spacing: 10px;
}
.an-datatable .ui-widget-header {
	background: none;
}
.an-datatable.ui-datatable table {
	table-layout: auto;						/* causes the table to collapse to content */
}
.an-datatable .ui-widget-content {
	background: #F9F9F9;
}
.an-datatable th.ui-state-default{
	background: #F9F9F9;
	border: none;
	border-bottom: 1px solid #333333;
	text-align: left;
	color: black;
	font-weight: bold;
}
/* .an-datatable th.ui-state-default:last-of-type{ */
/* 	padding-right: 0px; */
/* } */
.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{
/* 	padding: 2px 20px 2px 0px; */
	vertical-align: top;
	border: none;
}
.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 {							/* table design used to add update delete data on its own */
 	display:table;							/* causes the table to collapse to content */
}
.an-aud-datatable.ui-datatable table {
	table-layout: auto;						/* causes the table to collapse to content */
}
.an-aud-datatable .ui-widget-content {
	background: #F9F9F9;
}
.an-aud-datatable th.ui-state-default{
	background: #F9F9F9;
	border: none;
	text-align: left;
	padding: 0px 20px 0px 0px;
	color: black;
}
.an-aud-datatable th.ui-state-default:last-of-type{
	padding-right: 0px;
}
.an-aud-datatable.ui-datatable tbody {
	border: none;
	border-top: 1px solid #BCBCBC;
}
.an-aud-datatable.ui-datatable tr{
	border: none;
}
.an-aud-datatable.ui-datatable tbody td{
	padding: 0px 20px 0px 0px;
	vertical-align: top;
	border: none;
}
.an-aud-datatable.ui-datatable tbody td:last-of-type{
	padding-right: 0px;
	font-size: .8em;
}
.an-aud-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-no-hover.ui-datatable tbody tr:hover {				/* over rides the hover use both styles  "an-aud-datatable an-no-hover" */
	color: black;
	box-shadow: 0px 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px 0px;
  	-moz-box-shadow: 0px 0px 0px 0px;
	background: transparent !important;
	}
.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 a{
	margin-right: 20px;
}
.an-col-links a:last-of-type{
	margin-right: 0px;
}
.an-col-nowrap{				
	white-space: nowrap;
}
.an-col-amt{
	text-align: right;
}

.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;		
}
.an-selectRadio-table.ui-datatable table {
	table-layout: auto;
}
.an-selectRadio-table .ui-datatable-tablewrapper{
	border: 1px solid #00607F;
	border-radius: 5px; 
}
.an-selectRadio-table .ui-widget-content{
	background: white;
}
.an-selectRadio-table.ui-datatable tbody{
	border: none;
}
.an-selectRadio-table.ui-datatable th{
	border: none;
	background: #00607F;
	color: white;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.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 7px;
	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;
}
.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: '';
}
/***************************************************/
/*                     TAB MENU                    */
/***************************************************/
.an-tabMenu {
	background: #00607F;
}
.an-tabMenu .ui-widget-header {
	background: #00607F;
	border: 1px solid black;
	border-radius: 5px 5px 0px 0px;
}
.an-tabMenu.ui-widget-content {
	border: none;
}
.an-tabMenu.ui-tabmenu {
	-moz-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
}
.an-tabMenu.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem a {
	padding: .3em 1em;
}

/***************************************************/
/*              LIST OF GRAPH ITEMS                */
/***************************************************/
.an-content-list-header {
	padding-top: 10px;
	padding-bottom: 5px;
	width:100%;
	border: 0px;
	text-align: center;
	background-color: #E5E5E5;
}
.an-content-list-header h2 {
	margin: 0px;
}
.an-content-list {
	margin-top: 0px;
	display: flex;
	flex-flow: row wrap;				/* Don't mess with the padding and margins unless your testing for all screen sizes */
	border: 0px;	
	border-bottom: 1px solid black;
	background-color: #E5E5E5;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.an-content-list-item {
	margin: 0 auto;
  	display: flex; 
  	flex-shrink: 1;
    width: 240px;
	text-align: center;
	font-size: .9em;
	padding: 5px 0px;
}
.an-content-list-content {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	flex: 0 1 auto;
	border-radius: 5px;
	padding-bottom: 5px;
	border: 1px solid black;
}
.an-content-list-content .an-table {
	margin: 0 auto;
}
.an-content-list-content span {
	height: 3em;
	margin: 5px 5px 0px 5px;
	font-size: 1.1em;
	font-weight: bold;
}
.an-chart-guage {
	width:240px;
	height:150px;
}
/***************************************************/
/*      horizontal display                         */
/***************************************************/
.table-display dt{
	display: table-cell;
	vertical-align:top;
	padding-right: 20px;
}
.table-display dl{
	vertical-align: top;
}
/***************************************************/
/*                     COMMON                      */
/***************************************************/
.an-discreet {
	font-size: .8em;
	float: right;
	margin-right: 15px;
}
.an-centerText {
	margin: 30px auto;
	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-30 {
	margin-left: 30px;
}
.an-indent-10 {
	margin-left: 10px;
}
.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-clear {
	clear: both;
	display: block;
	content: '';
}
.an-hidden {
	visibility: hidden; display: none
}
.an-center {
	text-align: center;
}
.an-separator1 {
	margin: 0px  !important;
}
.an-separator2 {
	margin: 10px 0px 5px 0px !important;	
}
.an-separator3 {
	margin: 10px 0px 10px 0px !important;	
}
.an-separator4 {
	margin: 15px 0px 10px 0px !important;	
}
.an-separator5 {
	margin: 5px 0px 10px 0px;	
}
.an-separator6 {
	margin: 5px 0px 0px 0px;	
}
.an-separator7 {
	margin: 0px 0px 5px 0px;	
}
.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;
}
.an-margin-top5{
	margin-top: 5px;
}
.an-margin-top10{
	margin-top: 10px;
}
.an-margin-top15{
	margin-top: 15px;
}
.an-margin-top20{
	margin: 20px 0px 0px 0px;
}
.an-margin-top30{
	margin: 30px 0px 0px 0px;
}
.an-margin-right15 {
	margin-right: 15px;
}
.an-margin-bottom15{
	margin: 0px 0px 15px 0px;
}
.an-shrink-div {									/* use to surround data to allow expansion, but prevent some from expanding across the screen */
	display: inline-block;
}
.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;
}
/***************************************************/
/*                   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;
}
/***************************************************/
/*                       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 .an-fluid-item{
/* 	display:inline-block; */
	float: left;
	margin-right: 20px;
}
.an-fluid-grid .an-fluid-item:last-child{
	margin-right: 0px;
}
.an-fluid-grid .an-fluid-item-rt{
/* 	display:inline-block; */
	float: right;
	margin-right: 20px;
}
.an-fluid-grid::after{
	overflow: auto;
	content: '';
    clear: both;
    display: 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;
	}								
}
/***************************************************/
/*           STYLES SPECIFIC FOR NYTD              */
/***************************************************/
.an-tooltip{
	width: 18px;
	height: 18px;
	margin-left: 10px;
	margin-bottom: -2px;
}
.nytd-tooltip {
	font-size: .9em;
	max-width: 60%;
	display: inline-block;
	margin-left: 50px;
}
.nytd-question {
	margin-top:15px;
	font-weight: bold;
	font-size: 1.1em;
}
.nytd-question-txt {
	display: table-cell;
	white-space: pre-wrap;
}
.nytd-question-image {
	display: table-cell;
	height:20px;
	width:20px;
	padding-right: 8px;
}
.nytd-indent {
	margin-left: 3.3em;
}
/***************************************************/
/*                LIST OF CARD ITEMS               */
/***************************************************/
.an-card-list {
	margin: 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;
}
/***************************************************/
/*                 tables for SVES                 */
/***************************************************/
.an-update-div {				/* div for a link under a horizontal line */
	text-align: right;
	font-size: .9em;
}
.an-update-link {
	display: inline-block;
}
/***************************************************/
/*                 INTERFACE MENUBAR               */
/***************************************************/
.int-menuBar {
	background: #333333;
	position: relative;	
	height: 3.75em;
}
.int-menuBar .ui-tabmenu .ui-tabmenu-nav {	/* resets the margins and padding  */
	margin: 0;
	padding: 0;	
	border: none;
}
.int-menuBar li a{							/*  sets spacing on li  */
  	border-radius: 5px;
	margin:  0px .2em;
}
.int-menuBar .ui-state-hover a:hover{		/*  when hovering over li  */
	background-color: #E5E5E5;
	color: black;
	cursor: pointer;
}
/***************************************************/
.int-menuBar-tabMenu {
	position: absolute;
	top: .25em;						/* shrinks as the screen shrinks  */
	left: .8em;
}
.int-menuBar-tabMenu .ui-widget-content {			/*  removes the border from the div outside the ul  */
	border: none;
}
.int-menuBar-tabMenu .ui-widget-header {			/*  sets the background color  */
	background: #333333;
}
.int-menuBar-tabMenu ul{							/*  resets the border radius  */
	border-radius: 0px;
}
.int-menuBar-tabMenu .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem a {		/*  pads the li  */
	 padding: .9em;
}
.int-menuBar-tabMenu  .ui-state-default {			/* sets background of the li  */
	border: none;
	background: #333333;
}
.int-menuBar-tabMenu .ui-state-default a {			/*  sets font white  */
	color: white;
}
.int-menuBar-tabMenu .ui-state-active a{			/*  sets the active tab  */
	background-color: #E5E5E5;
	color: black;
}
/***************************************************/
.int-menuBar-user-area {										/* setup user info area and position   */
	position: absolute;
	top: 1.1em;						/* shrinks as the screen shrinks  */
	right: 1em;
	font-size: .9em;
}
.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;
}
/***************************************************/
.int-user-menu.ui-menu{
	width: 7em;
	padding: .3em ;
	background: #c4c4c4 linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0));
	border: 1px solid white;
}
.int-user-menu a:hover {
	color: blue;
}
.int-user-menu li.ui-state-hover {
	background: none;
}
.int-user-menu a{
	font-size: 1em;
	color: black;
}


