body {
	margin: 0px;
}

.brandingHeader {
	background-color: #00607f;
	width: 100%;
	height: 100px;
}

.neLogo {
	height: 105px;
	margin: -15px 20px 15px 5px;
}

.neLogoAdmin {
	height: 100px;
	margin: -8px 20px 15px 5px;
}

.boldLable {
	font-size: 20px;
	color: #00607f;
	font-weight: 700;
}

.boldLable2 {
	font-size: 19px;
	color: #00607f;
	font-weight: 700;
}

.boldLable3 {
    font-size: 17px;
    color: #00607f;
    font-weight: 600;
        line-height: .8;
}
.boldLable3Answer {
    font-size: 17px;
        line-height: .8;
}

.ui-state-default.boldAnswerLable, .boldAnswerLable {
	font-size: 22px;
	color: #ba1e53;
	font-weight: 800;
}

.lb34Notice1 {
	font-size: 15px;
    color: #00607f;
    font-weight: 650;
}

.lb34Notice2 {
	font-size: 16px;
	color: #ba1e53;
	font-weight: 750;
}

.outputLable {
	font-size: 18px;
	color: #00384a;
	font-weight: 300;
}

.preformatted {
	white-space: pre-wrap;
}

.cellCentered {
	text-align: center !important;
}

.cellRight {
	text-align: right !important;
}

h2.headertekst {
	text-align: center;
}

.moveRight {
	margin-left: 30px;
}

.cellLeft {
	text-align: left !important;
}

.footer-bee img {
	width: 100% !important;
	max-width: 100% !important;
	background-color: #ffffff;
}

.brandingFooter {
	background-color: #00607f;
	width: 100%;
	height: 275px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 150px;
	margin-left: 0px;
}

.footerText1 {
	color: #ffffff !important;
	font-weight: 700;
	font-size: 30px;
}

.footerText2 {
	color: #ffffff !important;
	font-style: italic;
	padding-left: 20px;
	font-weight: 500;
}

.neGrowinglink {
	padding-left: 20px;
}

.footerText3 {
	color: #ffffff !important;
	font-size: 15px;
}

.footerText4 {
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 700;
}

.footerLink {
	color: #ffffff !important;
	font-weight: 700;
	cursor: pointer;
}

a.footerLink {
	text-decoration: none;
}

a.footerLink:hover {
	text-decoration: underline;
	font-family: Arial, Verdana, Helvetica;
}

.applicationLevelHeading {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 40pt;
	color: red;
	overflow: visible;
	font-weight: bold;
	padding: .5em;
	text-shadow: 1px 1px 1px #fff;
}

.required {
	color: #cc0000;
	font-size: 1.2em;
}

.hyperLinkBlue {
	color: blue !important;
	cursor: pointer;
}

.textBold {
	font-weight: bold;
}

.textUnderlined {
	font-weight: bold;
	text-decoration: underline;
}

.removeBorder {
	border: none;
	box-shadow: none;
}

.ui-button, button.ui-button.ui-state-default, .ui-button.ui-state-default
	{
	background-color: #00607f;
	color: #ffffff;
}

.parcelLinkText {
	color: #00607f !important;
	font-size: 20px;
	font-weight: 700;
}

.parcelLinks {
	color: #00607f;
	font-weight: bold;
	cursor: pointer;
}

a.parcelLinks {
	text-decoration: none;
}

a.parcelLinks:hover {
	color: #BB1F53 !important;
	text-decoration: underline;
}

.ui-dialog.ui-widget-content {
	font-size: 18px;
	background-image: none;
	background-color: #ffffff;
	color: #00384a;
	font-weight: 400;
}

.ui-button {
	background-color: #00607f;
}

.ui-linkButton {
	background-color: #93b3c2;
	color: #00607f;
}

.countyLink {
	background-color: #93b3c2;
	color: #00607f;
}

.ui-dialog-titlebar.ui-widget-header {
	background-color: #93b3c2;
	color: #00607f;
}

.ui-dialog-footer {
	background-image: none;
	background-color: #ffffff;
}

.fourSteps .ui-steps-item {
	width: 25%;
}

.threeSteps .ui-steps-item {
	width: 33.3%;
}

.ui-state-highlight {
	
}

.ui-steps.custom {
	margin-bottom: 1px;
}

.ui-steps.custom .ui-steps-item .ui-menuitem-link {
	color: #00607f !important;
	height: 6em;
	padding: -9px 1em;
}

.ui-steps.custom .ui-steps-item .ui-steps-number {
	color: #FFFFFF;
	display: inline-block;
	width: 30px;
	border-radius: 10px;
}

.ui-steps.custom .ui-steps-item {
	/* background-color: #0081c2 !important; */
	background-color: #00607f !important;
}

.ui-steps .ui-steps-title {
	display: block;
	overflow: visible;
	white-space: nowrap;
	text-overflow: ellipsis !important;
	color: #FFFFFF;
}

.webInactive {
	font-weight: bold;
	color: #ff0000;
}

.webActive {
	font-weight: bold;
	color: #2ca02c;
}

.uniformColor{
	background-color: #FFFFFF;
}

.toggle-content {
	display: none;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
}

.toggle-content.is-visible {
	display: block;
	height: auto;
	opacity: 1;
}

.collapsible {

}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;

}

@media all and (-ms-high-contrast: none) , ( -ms-high-contrast : active)
	{
	.ui-button, button.ui-button.ui-state-default, .ui-button.ui-state-default
		{
		background-image: none;
	}
	button:hover {
		background: #93b3c2 !important;
	}
}

body .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-title {
    font-weight: 600;
    color: #FFFFFF;
}

body .ui-steps:before {
    content: " ";
    width: 0% !important;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
}

.text-right {
    text-align: right;
}

body .ui-panelgrid .ui-panelgrid-cell {
	padding: 0.5rem !important;
}
body .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-title{
	color:white !important;
}