/* PER ISTANZA SPECIFICA ASSOCONSULT*/
.dashboard-title-block {
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
}
.dashboard-title-block .j-window-titlebar-title{
	margin-right: auto;
}
.dashboard-title-block strong{
	color: #800080;
}
.dashboard-window-content > .dashboard-title-block .j-button.j-button-is-label {
	background: #ff8838;
	border-radius: 4px;
	width: auto;
	padding: 0 10px;
	min-height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dashboard-window-content > .dashboard-title-block .j-button.j-button-is-label .j-button-label label {
	height: auto;
	text-align: center;
	color: white;
	width: auto;
	height: 100%;
}
.dashboard-window-content > .dashboard-window-block-colore-espositore .j-button.j-button-is-label {
	display: none;
}