@page {
	size: 8.5in 11in;
	margin: .5in .25in .5in .25in;
}
/***************************************************/
/*                     MAIN                        */
/***************************************************/
body {
	align-items: center;
	font-size: 10pt;
	font-family: Roboto, Ariel;	
}
a {
	color: black;
	text-decoration: none;
}
.an-no-print {
	display: none;
}

/***************************************************/
/*                 TEMPLATE                        */
/***************************************************/
#headerWrapper {
	width: 100%;
	margin: 0 auto;
}
#headerWrapper:after {
	clear: both;
}
#pageWrapper {
	width: 100%;
	margin: 0 auto;
}
#contentWrapper {

}
#footerWrapper {
	width: 100%;
	margin: 0 auto;
}
/***************************************************/
/*                    HEADER                       */
/***************************************************/
.an-offclNeGovtWebsite {
	display: none;
}
.an-header {
	text-align: center;
	font-family: Montserrat, Roboto, Ariel;
	}
.an-header .title {
	font-style: italic;
	font-weight: bold;
	font-size: 32pt;
}
.an-header .leftImg {
	float: left; 
	width: 120px; 
	height: 60px;
	filter: grayscale(100%)
}
.an-header .rightImg {
	float: right;
	width: 120px; 
	height: 60px;
	filter: grayscale(100%);	
}
/***************************************************/
/*                   FOOTER                        */
/***************************************************/
.an-footer {	
	position: relative;
	text-align: center;
	font-size: 10pt;
	}
.an-footer a{	
 	color: black;
	}
.an-footer-col-left{
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
	}
.an-footer-col-right {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: left;
}	
.an-page-footer-image {
	display: none;
}
/***************************************************/
/*                     HELP                        */
/***************************************************/
.an-help-bar {
	display: none;
}
/***************************************************/
/*              BUTTON NAVIGATION AREA             */
/***************************************************/
.an-button-navigation-area {
	display: none;
}
/***************************************************/
/*             LEFT HAND NAV AREA                  */
/***************************************************/
.an-leftnav-page-title {				
	font-size: 1.6em;
	font-weight:bold;
	font-family: Montserrat, Roboto, Ariel;
	display: block;
}
/***************************************************/
/*           PAGE LAYOUT FOR DETAIL PAGE           */
/***************************************************/
.an-page-layout-detail{
	width: 100%;
	margin: 0 auto;	
	overflow: hid
}
.an-page-layout-detail:after{
	content:"\a";
    white-space: pre;
}
.an-dtl-page-title{		/* use with <h:outputText>  */
	font-size: 1.6em;
	font-weight:bold;
	font-family: Montserrat, Roboto, Ariel;
	margin: 15px 0px;
	display: block;
	color: black;
}
.an-dtl-area-header {	/* use with <h:outputText>  */
	font-size: 1.17em;
	font-weight:bold;
	font-family: Roboto, Ariel;
	margin: 15px 0px 0px 0px;
	display: block;
	color: black;
}
/***************************************************/
/*      PAGE LAYOUT FOR RIGHT HAND NAVIGATION      */
/***************************************************/
.an-page-layout-rightNav {
	display: flex;
	flex-direction: row;
	flex-flow: row nowrap;
	margin-top: 15px;
}
.an-page-layout-rightNav-right {	
	display: none;
}
.an-page-layout-rightNav-left{
	order: 1;
	flex-shrink: 1;						/* stuff expands past page  */
	margin-right: 15px;
}
/***************************************************/
/*                   TABLES                        */
/***************************************************/

/*  BASIC DATA TABLE                        	   */

.an-basic-table {					/* used with <table> for aligned label: data */
	margin: 0 auto;
	margin-top: 20px;
}
.an-basic-table td{
	text-align: left;
	padding-left: 15px;
}
.an-basic-table td:first-child{
	padding-left: 0px;
}

/*  TABLE PAIRED WITH YES/NO QUESTION     	   */

.an-qstn-table {						/* table design used to add update delete data for a Yes/No question */
 	display: inline-block;				/* causes the table to collapse to content */
}
.an-qstn-table.ui-datatable table {
	table-layout: auto;
}
.an-qstn-table.ui-datatable thead{
	display:none;
}
.an-qstn-table.ui-datatable tbody{
	border: none;
	border-top: 1px solid;
}
.an-qstn-table.ui-datatable tr{
	border: none;
}
.an-qstn-table.ui-datatable tbody td{
	padding: 0px 15px 0px 0px;
	vertical-align: top;
	border: none;
	background-color: #F9F9F9;
}
.an-qstn-table.ui-datatable tbody td:last-of-type{
	padding-right: 0px;
	font-size: .8em;
	vertical-align: middle;
}
.an-qstn-table.ui-datatable 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: red;
	border-radius: 0px !important;
	cursor: default !important;
}
.an-qstn-table-add-lnk {
	margin-top: 5px;
	
}
.an-qstn-table-add-lnk.ui-widget {
	font-size: .9em;
}
.an-qstn-table-add-lnk:after {						/* starts a new line after the link */
    content:"\a";
    white-space: pre;
}
.an-qstn-table-chgRem-lnk {		
	margin-left: 20px;
}	
.an-qstn-chkbox {
	border-top: 1px solid #474747;
}
.an-qstn-chkbox input{
	margin: 0px 4px;
}
.an-qstn-chkbox td{
	padding: 0px 0px;
}
.an-amt-col {
	text-align: right;
}
/* ----------------- DATA TABLE ---------------------------- */
.-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;S
	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;
}

/***************************************************/
/*                   DATA GRID                     */
/***************************************************/
.an-dataGrid-no-border .ui-widget-content{
	border: none;
	table-layout: auto;
}
/***************************************************/
/*                   UL/LI LIST                    */
/***************************************************/
.an-ul-list{						/* use with ul list to add spacing between li entries */
	margin-top: 15px;
	}
.an-ul-list li{
	margin-top: 5px;
}	
.an-ul-list-inner{
	margin: 10px 0px;
	}


/***************************************************/
/*                     COMMON                      */
/***************************************************/
.an-maxWidth-900 {						/* used to limit text from taking the whole width of the page */
	max-width: 900px;
}
.an-no-top-margin{
	margin-top: 0px;
}
.an-clear {
	clear: both;
	display: block;
	content=" ";
}
.an-hidden {
	visibility: hidden; display: none
}
.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-margin-top-5 {
	margin-top: 5px;
}
.an-margin-top-10 {
	margin-top: 10px;
}
.an-margin-top-20 {
	margin-top: 20px;
}
.an-margin-top-30 {
	margin-top: 30px;
}
.an-full-height {
	height: 100%;
}
.an-full-height .ui-outputpanel {
	height: 100%;
}
.an-show-whitespace{
	white-space: pre-wrap;
}
.an-margin-top10{
	margin: 10px 0px 0px 0px;
}
.an-margin-bottom15{
	margin: 0px 0px 15px 0px;
}
/***************************************************/
/*                   PANEL GRID                    */
/***************************************************/
.an-panelGrid-border .ui-datatable-tablewrapper{
	border: 1px solid black;
}
.an-panelGrid-no-border {
	margin-top: 10px;
}
.an-panelGrid-no-border .header{
	font-weight: bold;
	font-size: 1.2em;
}
.an-panelGrid-no-border .ui-widget-content {
	border: none;
	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;
}
.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-rt{
	display:inline-block;
	float: right;
	margin-right: 20px;
}
.an-fluid-grid:AFTER{
	overflow: auto;
	content: "";
    clear: both;
    display: block; 
}
/***************************************************/
/*           STYLES SPECIFIC FOR EAPP              */
/***************************************************/
.ea-form-signature-left {
	margin-top: 50px;
	width: 400px;
	border-top: 1px solid black;
	float: left;
	}
.ea-form-signature-right {
	margin: 50px 0px 0px 200px;
	width: 150px;
	border-top: 1px solid black;
	float: left;
	}
	
.ea-confirm-sectionContainer {
	width: 100%;
	text-align: center;
	margin: 30px 0px;
}
.ea-confirm-section {
	max-width:800px;
	margin-top: 0px;
	flex: 1 1 auto;
	border: 1px solid black;
	border-radius: 5px;
	padding: 10px;
	background-color: white;
	text-align: center;
	margin: 0 auto;
}
.ea-confirm-section-img {
	filter: grayscale(100%);
	margin-top: 20px;
	height:50%;
	width:50%
}
