.lg .ui-widget,
.lg .ui-inputfield {
	color: #00263d;
	font-size: 12px;
}

.lg h1,
.lg h2 {
	line-height: 36px;
	margin-top: 0px;
}

.lg .ui-corner-all {
	border-radius: 0px;
}

.lg .ui-radiobutton .ui-radiobutton-box {
	border-radius: 10px;
}

.lg .ui-layout-resizer {
	display: none !important;
}

.lg .ui-layout-unit {
	width: 80% !important;
	min-width: 1024px;
	margin: 10px auto 0 auto !important;
	border: 0px;
}

.lg a {
	color: #00263d;
}

.lg .ui-layout-south {
	background-color: #b2cad4;
	color: #00263d;
	padding: 10px;
}

.lg .ui-layout-south .ui-widget-content {
	background: none;
	padding: 10px;
}

.lg .brand-logo {
	display: block;
	height: auto;
	max-width: 100%;
	width: 190px;
}

.lg div.page-title {
	border-bottom: 1px solid #b2cad4;
	height: 39px;
	margin-bottom: 40px;
	margin-top: 15px;
	position: relative;
}

.lg div.page-title h1 {
	background: #00263d url("/jakarta.faces.resource/images/triangle-small.png.xhtml") no-repeat
		scroll right bottom;
	border: medium none;
	color: white;
	display: block;
	float: left;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	padding: 12px 30px;
}

.lg div.app-settings {
	float: right;
	margin: 0px 6px;
}

.lg .lg-login-name {
	line-height: 26px;
}

.lg-login {
	width: 40%;
}

.lg .lg-recipient {
	float: left !important;
}

.lg .lg-recipient .lg-recipient-content {
	position: absolute;
	margin-left: 20px;
	bottom: 12px;
}

.lg .lg-content h2 {
	color: #326e71;
	text-decoration: none;
	font-weight: normal;
	font-size: 24px;
}

.lg .lg-content h3 {
	color: #00263d;
	font-size: 20px;
}

.lg-error {
	color: red;
	font-weight: bold;
	padding-top: 12px;
	display: block;
}

.lg tr.ui-widget-content,
.lg .ui-panelgrid .ui-panelgrid-cell {
	border-width: 0px;
}

.lg .lg-content .lg-button button.ui-state-default {
	background: #00263d url("/jakarta.faces.resource/images/triangle-button.png.xhtml") no-repeat
		scroll right bottom;
	border: medium none;
	color: white;
	cursor: pointer;
	font-size: 11px;
	margin: 0;
	padding: 6px;
	text-align: center;
	text-transform: uppercase;
	width: 165px;
	transition-duration: 0.5s, 1s;
	box-shadow: none;
}

.lg .lg-content .lg-button button.ui-state-hover {
	background-color: #326e71;
}

.lg .ui-growl {
	top: 50px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	height: 100px;
}

.lg .ui-growl .ui-growl-icon-close {
	background: url("/WebConfigurator/javax.faces.resource/messages/messages.png.xhtml?ln=primefaces&v=5.3")
		no-repeat scroll 0 -96px;
}

.lg .ui-growl .ui-growl-image {
	background: url("/WebConfigurator/javax.faces.resource/messages/messages.png.xhtml?ln=primefaces&v=5.3")
		no-repeat scroll 0 -396px;
}
