.lg .ui-widget, .lg .ui-inputfield {
	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: #4f4f4f;
}

.lg .ui-layout-south {
    background-color: #d0d0d2;
    padding: 10px;
}

.lg .ui-layout-south .ui-widget-content {
    background: none;
    padding: 10px;
}

.lg div.page-title {
    border-bottom: 1px solid #ddd;
    height: 39px;
    margin-bottom: 40px;
    margin-top: 15px;
    position: relative;
}

.lg div.page-title h1 {
    background: #7ab800 url("/jakarta.faces.resource/images/triangle-small.png.xhtml;jsessionid=64D539442C4AF8B8C08E13F7DD6E20D2") 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: #7ab800;
	text-decoration: none;
	font-weight: normal;
	font-size: 24px;
}

.lg .lg-content h3 {
	color: #4f4f4f;
	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: #823c47 url("/jakarta.faces.resource/images/triangle-button.png.xhtml;jsessionid=64D539442C4AF8B8C08E13F7DD6E20D2") 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: #7ab800;
}

.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;
}