body {
	font: 500 1rem monaco, sans-serif, Verdana, Arial, Helvetica;
}

.ui-outputlabel-rfi {
	color: red;
}

.revenueBackground {
	background-color: #00607F;
}

body .ui-slidemenu .ui-slidemenu-wrapper {
	overflow: hidden;
	height: 11rem !important;
}

body .ui-menu .ui-menu-list .ui-menuitem {
	border-bottom: 0.12rem dashed #495057;
}

input[type="text"] {
	background-color: #FFFFE0;
	padding-left: 10px;
}

input[type="password"] {
	font-weight: bold;
	padding-left: 10px;
	background-color: #FFFFE0;
	color: blue;
}

#header {
	width: 100%;
	background-color: #00607f;
	padding: 0px;
	border: thick;
	background-repeat: no-repeat;
	background-size: auto;
}

#header-netax-text {
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	font-size: 25px;
	font-family: "Arial", "Helvetica", sans-serif;
	padding-top: 30px;
}

#branding {
	height: 20px;
	background-color: #00607f;
	padding: 0px;
	border: none;
	margin-top: 0px;
	background-repeat: no-repeat;
}

.neLogo {
	height: 105px;
	margin: 15px 8px 35px 3px;
}

.nav-dropdown {
	display: none;
	margin-top: -10px;
}

@media ( max-width : 800px) {
	.neLogo {
		height: 80px;
	}
	#branding {
		height: 80px;
	}
}

.text-transform-capitalize {
	text-transform: capitalize;
}

div.top_row div.top_nav ul {
	width: 100px;
	margin-top: 9px;
	padding-left: 0;
	list-style: none;
	padding: 0px;
	color: #ffc843;
}

div.top_row div.top_nav ul li {
	margin-left: 0;
	padding: 0 0px 0 0px;
	display: inline;
	color: white;
	padding: 0px;
}

div.top_row div.top_nav a:link {
	color: #ffc843;
	text-decoration: none;
	font-family: "Arial", "Helvetica", sans-serif;
}

div.top_row div.top_nav a:visited {
	color: #ffc843;
	text-decoration: none;
	font-family: "Arial", "Helvetica", sans-serif;
}

div.top_row div.top_nav a:hover {
	color: #ffc843;
	text-decoration: underline;
	font-family: "Arial", "Helvetica", sans-serif;
}

.applicationLevelHeading {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 40pt;
	color: red;
	text-align: center;
	overflow: auto;
	font-weight: bold;
	text-shadow: 3px 3px 3px #fff;
	margin: -20px 50vw -41px auto;
}

.ui-password input.w-full {
	width: 100%;
}

.ui-outputlabel .ui-outputlabel-rfi {
	color: red;
}

.ui-steps.custom {
	margin-bottom: 1px;
}

body .ui-steps:before {
	position: unset;
}

.ui-steps.custom .ui-steps-item .ui-menuitem-link {
	color: #00607f !important;
	padding: 0 1em;
}

body .ui-steps.custom .ui-steps-item .ui-menuitem-link .ui-steps-number
	{
	display: inline-block;
	border-radius: 30%;
}

.ui-steps.custom .ui-steps-item {
	background-color: #0081c2 !important;
}

body .ui-steps .ui-steps-item .ui-state-highlight .ui-steps-title {
	color: #ffffff !important;
}

body .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-title {
	color: #ededed !important;
}

body .ui-steps .ui-steps-title {
	display: block;
	overflow: visible;
	white-space: nowrap;
	text-overflow: ellipsis !important;
	color: #FFFFFF;
}

@media ( max-width : 1400px) {
	.ui-datatable-reflow .ui-datatable-data.ui-widget-content {
		border: 0 none;
	}
	.ui-datatable-reflow thead th, .ui-datatable-reflow tfoot td {
		display: none;
	}
	.ui-datatable-reflow .ui-datatable-data
	tr.ui-widget-content {
		border-left: 0 none;
		border-right: 0 none;
	}
	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title
		{
		padding: .4em;
		min-width: 30%;
		display: inline-block;
		margin: -.4em 1em -.4em -.4em;
	}
	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"]:not(.ui-helper-hidden)
		{
		text-align: left;
		display: block;
		border: 0 none;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		clear: left;
	}
}