body a {
	color: #00a499;
}

/*
 ***************************************************************
 * LOGIN
 ***************************************************************
 */
#j_username, #j_password,
.login-panel.ui-fluid .ui-button {
	width:100%; 
}
 
.login-body {
    background: url("/javax.faces.resource/images/sfondo-cdi3.jpg.xhtml?ln=sito") fixed center center no-repeat;
    background-color: #eeeeee;
    background-size: cover;
}

.login-panel .card {
	background: #fafafa;
}

.login-panel .ui-g .ui-g-12.ui-g-nopad {
	padding: 0;
}

.login-panel .ui-g .ui-g-12.ui-g-nopad-v {
	padding-top: 0;
	padding-bottom: 0;
}

.login-panel .ui-g .ui-g-12.ui-g-nopad-h {
	padding-left: 0;
	padding-right: 0;
}

.login-panel .ui-g .ui-g-12 {
	padding: 15px 20px;
}

.inputpanel {
/* 	margin: 20px 0px 0px 0px; */
	background: #fafafa;
	color: #444444;
	border: 1px solid #dddddd;
	border-radius: 4px;
}

.login-panel {
	padding: 40px 20px;
	margin: 70px auto 0;
}


.login-header
{
	background: #ffffff;
	width: 100%;
	height: 75px;
	color: white;
	position: fixed;
	top: 0;
	z-index: 100;
}

.login-footer
{
	color:#000000;
	background: #1F2227; 
	color : #cccccc;
	width: 100%;
	height: 80px;
	position:fixed;
	bottom: 0;
	line-height: 25px;
	vertical-align: middle;
	font-size:small;
	padding-top:15px;
}

.logo-main
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 15px;
	/*background: red;*/
	width:200px;
	vertical-align: middle;
}
/*
 ***************************************************************
 * TOPBAR
 ***************************************************************
 */
.layout-wrapper .topbar .logo {
	background: url("/javax.faces.resource/images/logo_cdi.png.xhtml?ln=sito") top left no-repeat;
	height: 40px;
/*	width:100px;*/
	background-size: 200px 40px;
}

.profile-image {
	background-image: url("/javax.faces.resource/images/profile.png.xhtml?ln=sito") !important;
}

.layout-wrapper .topbar,
.layout-wrapper.menu-layout-horizontal .topbar .topbar-left {
	background-color: #ffffff;
}

.layout-wrapper .topbar .topbar-right #topbar-menu-button {
	color: #00a499;
}

/*
 ***************************************************************
 * FOOTER
 ***************************************************************
 */
 
.footer .card {
	background: #303030;
	color: #ffffff;
	font-size: 12px;
}
.labelStyle {
	font-weight: normal;
	font-size: 12px;
	color: #006633;
}