/***
 * F5 - Content Management System
 * 
 * Copyright © 2022
 * Reload - Laboratorio Multimediale
 * (http://www.reloadlab.it - info@reloadlab.it)
 * 
 * authors: Domenico Gigante (domenico.gigante@reloadlab.it) and Alessio Attanasio (alessio.attanasio@reloadlab.it)
 ***/
@charset "utf-8";

/* Header */
.F5upMenu {
	margin: 0 15px;
	border: 1px solid #A59668;
	border-top: 0 none;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #F3EFE2;
	box-shadow: inset 0px -34px 34px -34px #A59668;
}
.F5upMenu .F5welcome {
	max-width: 50%;
	overflow: hidden;
	padding: 0 15px;
	border-right: 1px solid #A59668;
	/*font-weight: 700;*/
	/*color: #006AA0;*/
	line-height: 34px;
	text-decoration: none;
	text-transform: uppercase;
	text-overflow: ellipsis;
	text-shadow: 1px 1px 0px #fff;
	white-space: nowrap;
}
.F5upMenu .F5welcome strong {
	font-weight: 600;
	color: #006AA0;
}
.F5upMenu .F5links {
	max-width: 50%;
	overflow: hidden;
	padding: 0 0 0 15px;
	border-left: 1px solid #A59668;
	white-space: nowrap;
}
.F5upMenu .F5links a {
	display: inline-block;
	padding: 0 15px 0 0;
	font-weight: 600;
	color: #333;
	line-height: 34px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #fff;
	text-decoration: none;
	vertical-align: top;
}
.F5upMenu .F5links a:hover {
	color: #990000;
}
.F5upMenu .F5links a.F5logout,
.F5upMenu .F5links a.F5logout:hover {
	padding: 0 15px;
	border-bottom-right-radius: 4px;
	background-color: #990000;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 0px #666;
}
.F5upMenu .F5links a.F5logout:hover {
	background-color: #800000;
}
.F5logo {
	padding: 15px 45px;
	border-bottom: 1px solid #7BA9D1;
}
.F5logo .float-right {
	margin-top: 5px;
}
.F5logo img {
	vertical-align: bottom;
}
/* § Header */
