.landing-body {
  background-image: url("");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  }

.ui-wizard-navbar {
	
	text-align: right;
	padding-top: 10px;
}

.errorTabClass {
	color: red;
}

.red {
	color: red;
}

.green {
	color: green;
}

.yellow {
	color: yellow;
}

.orange {
	color: orange;
}

.blue {
	color: blue;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.ui-button-text {
	white-space: nowrap;
}

body .ui-state-disabled {
    opacity: .75;
}

@media only screen and (max-width: 1024px) {}