/***************************************************/
/*                     MAIN                        */
/***************************************************/
form {
	width: 100%;
	height: 100%;
}
html {
 	height: 100%;
 	background-color: #F9F9F9;
	background-size: 100%;
	overflow: auto;
	min-width: 300px;
}
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: #232324;
}
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;
	display: block;
}
/***************************************************/
/*                 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;
  }
}
/***************************************************/
/*              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;
}
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: #232324;						/* maintain color when in error */
}
.ui-widget-overlay {					/* fixes issue with statusLoadMsg */
	background: 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 {
	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: #232324 !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{
 	color: #b94a48 !important;
 	background-color: #F9F9F9 !important;
 	border: none !important;
 	margin: 0px 0px !important;
 	padding: 3px 0px !important; 
}
.ui-messages-error, .ui-message-error{
 	background: none;
 	border: none;
}
.errorMessages .ui-messages-error {
	background-color: #f2dede;
}
/***************************************************/
/*               INFO MESSAGES                     */
/***************************************************/
.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-top: 10px;
}

#headerWrapper:after {
	clear: both;
}

#pageWrapper {
	position: relative;
	flex-grow: 1;  
	width: 90%;
	background-color: #F9F9F9;
	margin-bottom: -25px;
  	margin-top: -25px; 
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
	padding-bottom: 200px;
}
#contentWrapper {
	padding: 0 10px;
}

#footerWrapper {
	background-color: #00607F;
	min-height: 170px;
	width: 100%;
}
/***************************************************/
/*                    HEADER                       */
/***************************************************/
header {
	width:90%;
	margin: 0 auto;
	margin-bottom: 50px;
	height: auto;
}
@media only screen and (max-width: 650px) and (min-width: 200px) {
	.an-offclNeGovtWebsite {	
    	font-size: .8em;
	}
}
.an-offclNeGovtWebsite {
	text-align: left;
}
.an-offclNeGovtWebsite a{
	line-height: 20px;
	text-decoration: none;
	font-family: Roboto, Arial,sans-serif;
	font-weight: bold;
	color: #FEC842;
}
.an-offclNeGovtWebsite img{
   margin: auto;
   vertical-align: middle; 
   margin-bottom: 5px;
}
.an-header {
	margin-top: 10px;
	text-align: center;
	font-family: Montserrat, Roboto, Arial,sans-serif;
	}
.an-header .title {
	font-style: italic;
	font-weight: bold;
	color: #FEC842; 
}
.an-header .leftImg {
	float: left; 
}
.an-header .rightImg {
	float: right
}	
@media screen and (max-width: 1220px) and (min-width: 200px), (min-width: 1120px) {
	.an-header .title {
		font-size: 2em;
	}
	.an-header .leftImg {
		width: 100px; 
		height: 50px;
	}
	.an-header .rightImg {
		width: 100px; 
		height: 50px;
	}	
}
@media screen and (max-width: 1609px) and (min-width: 1221px) {
	.an-header .title {
		font-size: 2.5em;
	}
	.an-header .leftImg {
		width: 140px; 
		height: 70px;
	}
	.an-header .rightImg {
		width: 140px; 
		height: 70px;
	}
}
@media screen and (min-width: 1610px) {
	.an-header .title {
		font-size: 3.5em;
	}
	.an-header .leftImg {
		width: 180px; 
		height: 90px;
	}
	.an-header .rightImg {
		width: 180px; 
		height: 90px;
	}
}
/***************************************************/
/*                   FOOTER                        */
/***************************************************/
.an-footer {	
	position: relative;
	padding: 5px 0px;
 	color: #FEC842;
 	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	margin: 50px auto 0px;
	height: 57px;
	width: 90%;
	}
.an-footer a{	
 	color: #FEC842;

	}
.an-footer-col-left{
	position: absolute;
	top: 5px;
	left: 15px;
	text-align: left;
	}
.an-footer-col-right {
	position: absolute;
	top: 5px;
	right: 15px;
	text-align: left;
}	
@media screen and (max-width: 1075px) and (min-width: 200px) {
	.an-footer-col-left, .an-footer-col-right {
		visibility: hidden;
		}	
}		
.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 */
}
/***************************************************/
/*                     HELP                        */
/***************************************************/
.an-help-bar .ui-widget-header {
	background: url("../resources/images/HelpBarBackground.gif") repeat !important;
	border-radius: 0;
	border-bottom: solid 1px black;
	line-height: 35px;
}
.an-help-bar .ui-widget {
	font-size: .9em;
}
.an-help-bar .ui-toolbar {
	padding: 0px 15px;
}
.an-help-item-left {
	padding-right: 15px;
}
.an-help-dateTime{
	white-space: pre;
}
.an-help-bar .an-help-bar-link{
	color: blue;
	font-size: 1em;
}
/***************************************************/
/*                CONFIRM DIALOG BOX               */
/***************************************************/
.an-confirmDialog .ui-dialog-titlebar{
	color: white;
	font-family: Roboto, Arial,sans-serif;
	font-weight: normal;
}
.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;
}
/***************************************************/
/*               LEFT NAV PAGE LAYOUT              */
/***************************************************/
.an-page-layout-leftNav {
	display: table;
	margin-top: 10px;
}
[class*="leftNav-"] {
	display: table-cell;
	vertical-align: top;
}
.an-page-layout-leftNav-center {
	width: .9%;
	background: transparent;
}
.an-page-layout-leftNav-left {	
	border-radius: 3px;
	background-color: #00607F;
	padding: 10px 10px 10px 10px;
	border: 1px solid black;
}
.an-page-layout-leftNav-left .ui-menu {
	width: 180px !important;
}
.an-page-layout-leftNav-right .ui-widget-content {
	background: transparent;
}
/***************************************************/
/*                   DETAIL PAGE                   */
/***************************************************/
.an-page-layout-detail{
	width: 90%;
	margin: 0 auto;
}
.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-fieldset {
	margin-top:15px;
	border-radius: 4px;
	display: inline-block;
	border: 1px solid #BBB9B9;
	color: #474747;
}
.an-dtl-text-header {	/*  use with <p> for text pages not input pages */   
	font-weight: bold;
}
.an-dtl-fieldset-input-label {	/* use with <p:outputLabel> in a fieldset  */
	display: block;
    text-align: left;
}
.an-dtl-input-label {   /* use with <p:outputLabel>  */
   	display: block;
   	margin: 10px 0px 0px 0px !important; 
    text-align: left;
}
.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%;
}
/***************************************************/
/*                   SUMMARY PAGE                  */
/***************************************************/
.an-sum-add-another-lnk {		
	float: right;
	font-size: .9em;
	text-decoration: none;
}	
.an-sum-add-another-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-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;
}
/***************************************************/
/*              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;
}

/***************************************************/
/*              BUTTON NAVIGATION AREA             */
/***************************************************/
.an-button-navigation-area {
	margin-top:25px;
	display: table;
}
.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-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;
}
/***************************************************/
/*                   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-data-table {
	margin-top: 10px;
}
.an-data-table.ui-widget{
	font-size: .95em;
}
.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 0px;
}
.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;
}
/***************************************************/
/*                   DATA LIST                     */
/***************************************************/
.an-datalist .ui-widget-content {
	border: none;
	background: transparent;
}
.an-datalist dl {
	margin: 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;
}
/***************************************************/
/*      horiztonal display                         */
/***************************************************/
.table-display dt{
	display: table-cell;
	vertical-align:top;
	padding-right: 20px;
}
.table-display dl{
	vertical-align: top;
}
/***************************************************/
/*                     COMMON                      */
/***************************************************/
.an-no-top-margin{
	margin-top: 0px;
}
.center-contents {
	text-align: center;
}
.clear {
	clear: both;
	display: block;
	content:" ";
}
.an-indent {
	margin-left: 20px;
}
.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-addTopMargin {
	margin-top: 20px;
}
.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 .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 5px 0px 0px;
}
/***************************************************/
.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: 18px;
	border: 1px solid black;
}
/***************************************************/
/*                     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-rt{
	display:inline-block;
	float: right;
	margin-right: 20px;
}
.an-fluid-grid:AFTER{
	overflow: auto;
	content: "";
    clear: both;
    display: block; 
}
/***************************************************/
/*    STYLES SPECIFIC FOR CHANGE REPORT            */
/***************************************************/
/***************************************************/
/*                     MENU                        */
/***************************************************/	
.cr-main-menu table{
	margin-top: 10px;
}
.cr-main-menu .ui-widget-content {
	border: none;
	background: inherit;
}
.cr-main-menu.ui-datatable tbody td {
	border: none;
	padding: 2px 10px;
}
.cr-main-menu tr:hover {
	background-color: #E9E9E9;
}
.cr-main-menu td{
	vertical-align: top;
}
.cr-main-menu .ui-widget-content a {
	color: blue;
	text-decoration: none;
}
.cr-main-menu .ui-widget-content a:hover{
	color: navy;
}
.cr-main-menu.ui-datatable table {
	table-layout: auto;
}
.cr-confirmNbr {
	font-size: 1.2em;
	font-weight: bold;    
	color: navy;
	padding-left: 10px;
}


