body {
	font-size: 14px;
	color: #050505;
	font-weight: 400;
	overflow: hidden;
}
.j-window-application-left-bar {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 200px;
	overflow: hidden;
	background: #fff;
}
.j-window-application-left-bar-image {
	background-repeat: no-repeat;
	background-position: left bottom;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 200px;
	overflow: hidden;
}
.j-window-application-notification-bar {
	display: none;
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	bottom: 0;
	z-index: 2;	
}
.j-window-application {
	display: none;
	position: fixed;
	top: 0;
	left: 200px;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.j-window-application-toolbar {
	height: 40px;
	left: 200px;
	position: fixed;
}
.j-window-application-toolbar .j-button-separator-line {
	margin-left: -7px;
}
.j-window-application-toolbar .j-label {
	float: left;
	margin-left: 10px;
	height: 50px;
	line-height: 50px;
	width: 200px;
	color: #fff;
	font-size: 20px;
	color: #95d8e9;
}
.j-window-application-toolbar .j-button-start {
	margin-left: 0;
	background: #95d8e9;
	width: 50px;
}

.j-window-application-toolbar .j-button-start svg {
	width: 40px;
	height: 40px;
}
.j-window-application-toolbar .j-button-start:hover svg {
	fill: #474747;
}
.j-window-application-toolbar .j-button.j-button-active:hover,
.j-window-application-toolbar .j-button.j-button-active {
	background: #fff;
}
.j-window-application-toolbar .j-button.j-button-big {
	height: 40px;
	margin-left: 0;
	width: 120px;
}

.j-window-application-toolbar .j-button.j-button-big.j-button-active label:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	content: ' ';
}
.j-window-application-toolbar .j-button.j-button-big .j-button-label {
	margin-top: 0;
	border: none;
}
.j-window-application-toolbar .j-button.j-button-big label {
	color: #050505;
	text-transform: uppercase;
	font-size: 12px;
	height: 40px;
	position: relative;
}
.j-window-application-toolbar .j-button.j-button-active {
	position: relative;
	z-index: 11;
}

.j-window.j-application-menu-notification {
	margin: 10px 0 0 -5px;
}

.j-window.j-application-menu-user {
	margin-top: 10px;
	margin-left: -5px;
	width: 175px;
	min-height: 50px;
}

.j-window-application-content {
	top: 80px;
}
.j-window-application > .j-window-box {
	width: 280px;
}
.j-application-menu-user .j-window-content {
	background: #fff;
}
.j-user-box-avatar svg {
	margin-left: 10px;
	margin-top: 10px;
	width: 50px;
	height: 50px;
	fill: #fff;
}
.j-user-box-avatar {
	width: 70px;
	height: 70px;
}
.j-user-box-nome strong {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 70px;
	padding-right: 10px;
}
.j-user-box-nome {
	color: #fff;
	text-transform: uppercase;
	height: 70px;
	position: absolute;
	left: 70px;
	top: 0;
	right: 0;
}

.j-application-menu-wrapper {
	position: fixed;
	top: 40px;	
	width: 200px;
	bottom: 0;
	overflow: hidden;
	z-index: 2;
}
.j-application-menu-wrapper.j-application-menu-layer {
	background: rgba(255,255,255,0.85);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.j-application-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	bottom: 0;
	z-index: 10;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
}
.j-button-group-list .j-button-group-content .j-button-label label {
	font-weight: bold;
}
.j-button-group-list .j-button-group .j-button-group .j-button-group-header .j-button .j-button-label {
	height: 30px;
}
.j-application-menu-wrapper .j-button-group .j-button-group .j-button-group-header {
	padding-left: 0;
}
.j-application-menu-wrapper .j-button-group .j-button-group-header {
	padding-left: 10px;
	position: relative;
}
.j-application-menu-wrapper .j-button-group-content .j-button {
	position: relative;
}
.j-application-menu-wrapper .j-button-group.j-button-group-is-expand .j-button-group-header .j-button:after,
.j-application-menu-wrapper .j-button-group-content .j-button:hover:after {
	content: ' ';
	width: 5px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.j-application-menu.j-button-group-list .j-button-group {
	margin-top: 0;
}
.application-logo img {
	max-height: 34px;
	max-width: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.application-logo {
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
	height: 34px;
	overflow: hidden;
	text-align: center;
}
.btn-application-user-menu .j-button-icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	overflow: hidden;
}
.j-button.btn-application-user-menu.j-button-is-icon .j-button-icon span {
	display: block;
}
.j-application-menu-user.j-layer-arrow-pos-right:before, 
.j-application-menu-user.j-layer-arrow-pos-right:after {
	right: 10px;
}
.btn-application-user-menu {
	margin-top: -1px;
}
.btn-application-user-menu .j-button-icon img {
	width: 40px;
	height: 40px;
	margin: 0;
}
.j-window-application-overlay:after {
	z-index: 1000;
	content: ' ';
	background: rgba(0,0,0,.65);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.btn-application-menu {
	position: fixed;
	top: 10px;
	left: 0;
	z-index: 100000;
}
.btn-application-menu,
.btn-application-menu .j-button-icon {
	width: 40px;
	height: 40px;
}
.j-button.btn-application-menu svg {
	fill: #050505;
}

.j-table td.notifica-icona svg {
	fill: #fff;
	height: 16px;
	width: 16px;
	margin-top: 2px;
}

.j-table td.notifica-stato,
.j-table td.notifica-icona {
	position: relative;
}
.j-table td.notifica-stato [data-stato] {
	left: 0;
	top: 10px;
	display: block;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	position: absolute;
}

.font-size-small {
	font-size: 10px;
}
.font-size-middle {
	font-size: 12px;
}

.j-application-menu-wrapper,
.j-window-application-notification-bar,
.j-window-application-content,
.j-window-application-window-content-wrapper {
	top: 40px;
}