/***
 * 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";

/* Structure */
html.hidden {
	display: block !important;
}
html,
body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.42857143;
}
a {
	color: #006AA0;
}
a:focus, a:hover {
	color: #990000;
	text-decoration: none;
}
img.F5resize {
	object-fit: contain;
}
.F5inline {
	display: inline-block;
	vertical-align: top;
}
.F5header {
	background-color: #DAE4ED;
	box-shadow: inset 0px -115px 115px -50px #7BA9D1;
}
.F5main {
	padding-bottom: 60px;
}

/* Main */
.F5main .F5spalla {
	float: left;
	width: 20%;
	min-height: 446px;
	background: url(../images/spalla-bg.png) no-repeat right top;
}
.F5main .F5spalla .F5spallaTop {
	text-align: right;
	padding: 7px 8px 6px 8px;
	border-bottom: 1px solid #EFEAD9;
}
.F5main .F5spalla .F5spallaTop .fa:hover {
	color: #777;
}
.F5main .F5spalla .F5leftMenu {
	padding: 15px;
}
.F5main .F5centro {
	min-height: 446px;
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;
    overflow: hidden;
	overflow-y: visible;
	box-sizing: border-box;
}
/* § Main */
/* § Structure */
