/*
 ***************************************************************
 * LOGIN
 ***************************************************************
 */
.login-body {
    background: none;
}

.login-panel {
	width: 700px;
}
@media (max-width: 640px) {
	.login-panel {
		width: 300px;
	}
}

.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;
}

.login-panel.ui-fluid .ui-button {
	width: 100%;
}

.uk-alert {
	position: relative;
	margin-bottom: 15px;
	padding: 10px;
	background: #ebf7fd;
	color: #2d7091;
	border: 1px solid rgba(45, 112, 145, 0.3);
	border-radius: 4px;
	text-shadow: 0 1px 0 #ffffff;
}
.uk-alert.uk-alert-warning {
	background: #fffceb;
	color: #e28327;
	border-color: rgba(226, 131, 39, 0.3);
}
.uk-alert.uk-alert-danger {
	background: #fff1f0;
	color: #d85030;
	border-color: rgba(216, 80, 48, 0.3);	
}
.uk-alert.with-close {
	padding-right: 25px;
}
.uk-alert.with-close .uk-alert-close {
	position: absolute;
	top: 3px;
	right: 3px;
	cursor: pointer;
	-webkit-appearance: none;
    display: inline-block;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    opacity: 0.3;
}
.uk-alert.with-close .uk-alert-close:after {
	display: block;
	content: "\f00d";
	font-family: FontAwesome;
}

.login-panel .ui-g-12.login-logo {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}

/*
 ***************************************************************
 * TOPBAR
 ***************************************************************
 */
.layout-wrapper .topbar .logo {
	background: url("/javax.faces.resource/images/logo.png.xhtml?ln=sito") top left no-repeat;
	height: 40px; /* 	era 30 */
	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;
}

/*
 ***************************************************************
 * ALTRO
 ***************************************************************
 */
body, body .ui-widget, body .ui-widget .ui-widget {
/* 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
}

body .ui-link,
body .ui-commandlink {
	color: #00a499;
}