/*	generici
======================================*/
a, a > * {
	text-decoration: none;
	transition: all 0.45s ease-out 0s;
}
a:hover{
	text-decoration: underline;
}
.clear-0	{
	clear: both;
	height: 0;
}
.clear-10	{
	clear: both;
	height: 10px;
}
.clear-20	{
	clear: both;
	height: 20px;
}
.clear-30	{
	clear: both;
	height: 30px;
}
.right	{
	text-align: right;
}
#header-widget	{
	float: right;
}
#header-widget ul li	{
	list-style-type: none;
}
/* Button Responsive Menu*/
.btn-responsive-menu{display: none; float: left; padding:5px; cursor:pointer; margin: -15px 20px 0 0; color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background:#333; border-radius: 4px;}
.icon-bar 			{display: block; width: 18px; height: 2px; margin:5px; background: #f5f5f5; border-radius: 1px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}

.show{display:block!important}

body {
	font-family: 'Open Sans', sans-serif;
}
/*	fine generici
======================================*/
/*	Menu
======================================*/

#access {
	float: left;
	display: block;
	margin: 0 auto;
	background: none;
	padding: 5px 0 0 0;
	border-top: 2px solid #ccc;
}
#access .menu-header,
div.menu {
	font-size: 16px;
	margin: 0;
	display: flex;
	justify-content: center;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	margin: 0;
	color: #333;
	display: block;
	line-height: 38px;
	padding: 0 18px;
	text-decoration: none;
}
#access ul ul {
	/*
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	*/
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	/*voce menu non selezionata*/
	background: rgba(225,225,225,1);
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	color: #666;
}
#access li:hover > a,
#access ul ul :hover > a {
	/*hover voce menu*/
	background: rgba(225,225,225,1);
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	/*voce menu selezionata*/
	color: #000;
	background: #bbb;

}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
/*	fine Menu
======================================*/
/*	menu fascicolo privacy
======================================*/
#menu-fascicolo-privacy .sidebar-menu ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#menu-fascicolo-privacy .sidebar-menu li,
div.menu li {
	position: relative;
	padding: 0.4vh 0;
}
#menu-fascicolo-privacy a {
	color: #000;
	display: block;
	line-height: 140%;
	padding: 0 0 0 5px;
	text-decoration: none;
}
#menu-fascicolo-privacy ul ul {
	display: none;
	/*
	position: absolute;
	top: 0;
	left: 218px;
	width: 180px;
	*/
	z-index: 99999;
}
#menu-fascicolo-privacy ul ul li {
	/*min-width: 180px;*/
	margin: 0 0 0 5px;
	width: calc(100% - 10px);
}
#menu-fascicolo-privacy ul ul ul {
	left: 100%;
	top: 0;
}
#menu-fascicolo-privacy ul ul a {
	background: #f3f3f6;
	line-height: 18px;
	padding: 10px;
	/*width: 160px;*/
	height: auto;
}
#menu-fascicolo-privacy li:hover > a,
#menu-fascicolo-privacy ul ul :hover > a {
	color: #f0800d !important;
	background: #f3f3f6;
}
#menu-fascicolo-privacy ul li:hover > ul {
	display: block;
}
#menu-fascicolo-privacy ul li.current_page_item > a,
#menu-fascicolo-privacy ul li.current_page_ancestor > a,
#menu-fascicolo-privacy ul li.current-menu-ancestor > a,
#menu-fascicolo-privacy ul li.current-menu-item > a,
#menu-fascicolo-privacy ul li.current-menu-parent > a {
	color: #f0800d !important;
	background: #f3f3f6;
	border: 1px solid #f0800d;
	border-radius: 5px;
}
/*	fine menu fascicolo privacy
======================================*/
/*	fascicolo privacy
======================================*/
#documenti-aziende-form,
#ordina-documenti-aziende-form	{
	margin: 20px 0;
	font-size: 14px;
}
#documenti-aziende-form fieldset,
#ordina-documenti-aziende-form fieldset	{
	margin: 0 0 20px 0;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#documenti-aziende-form legend,
#ordina-documenti-aziende-form legend	{
	/* corregge una interferenza di stile del plugin 'download manager' */
	display: block !important;
	float: none !important;
	padding: 0 20px !important;
	font-weight: 700;
	border-bottom: none !important;
}
#documenti-aziende-form label	{
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	width: 25%;
	line-height: 110%;
}
#documenti-aziende-form .modifica-input	{
	width: 70%;
}
#documenti-aziende-form .modifica-input-small	{
	width: 25%;
}
#documenti-aziende-form .input-alert	{
	border: 2px solid #f00;
}
#documenti-aziende-form p	{
	margin: 10px 0;
}
#content h3.alert{
	margin: 2vh 0;
	font-size: x-large;
	font-weight: 700;
	text-align: center;
	color: #f00;
}
#content h3.ok{
	margin: 2vh 0;
	font-size: x-large;
	font-weight: 700;
	text-align: center;
	color: #27ac06;
}
#content h3.titolo-documenti-elenco	{
	margin: 2vh 0;
	font-size: x-large;
	font-weight: 700;
	text-align: center;
}
.documenti-elenco-riga	{
	margin: 2vh 0;
	font-size: 18px;
}
.documenti-elenco-riga img	{
	display: inline-block;
	margin: 0 15px 0 0;
	width: auto;
	height: 60px;
	vertical-align: middle;
}
.documenti-etichetta	{
	display: inline-block;
	padding: 0;
	vertical-align: middle;
}
.documenti-elenco-riga a	{
	color: #3b3a3a;
	text-decoration: none;
}
.documenti-etichetta .documento-data	{
	display: block;
	font-size: smaller;;
}
span.trash	{
	display: inline-block;
	margin: 0 0 0 20px;
}
span.trash img.cancella	{
	margin: 0;
	width: 15px !important;
	height: auto !important;
	vertical-align: middle;
}
a.fascicolo-table-link	{
	color:#000;
	text-decoration: none;
}
a.fascicolo-table-link:hover	{
	color:#f0800d;
	text-decoration: underline;
}
#fascicolo-privacy-table th	{
	font-size: larger;
}
#fascicolo-privacy-table td.fascicolo-titolo-sezione	{
	font-weight: 700;
	color: #fff;
	background: #f0800d;
}
	/*	fine fascicolo privacy
======================================*/
#home-welcome	{
	margin: 20px 0;
	padding: 20px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.data-bridge-button a:link,
.data-bridge-button a:visited	{
	color: #fff;
	text-decoration: none;
}
.data-bridge-button a:hover	{
	color: #e4e4e4;
	text-decoration: underline;
}
#access .menu-header li#menu-item-44 a,
#access .menu-header li#menu-item-47 a	{
	color: #f00;
	font-size: larger;
}
#access .menu-header li#menu-item-44.current_page_item a,
#access .menu-header li#menu-item-47.current_page_item a	{
	color: #fff;
	background: #f00;
}
#data-breach-form	{
	margin: 20px;
}
#data-breach-form fieldset	{
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#data-breach-form legend	{
	padding: 0 20px;
	font-size: larger;
	font-weight: bold;
}
#data-breach-form label span	{
	margin: 0 3px;
	font-size: larger;
	color: #f00;
}
#data-breach-form input[type="checkbox"]	{
	margin: 0 8px 0 0;
}

#site-description img {
	max-height: 30px !important;
}
form#oneseal-login-form	{
	margin: 4vh auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
form#oneseal-login-form input[type="submit"]	{
	margin: 0 auto;
	padding: 2vh 4vw;
	font-size: x-large;
	font-weight: bold;
	cursor: pointer;
}
/*	footer
======================================*/
#site-info img,
#site-generator img {
    margin: 0 5px;
    height: 20px;
    vertical-align: middle;
}
#footer-middle-widget li a	{
	padding: 10px;
	color: #666;
}
#footer-middle-widget li a:hover	{
	color: #fff;
	background: #333;
}

/*	fine footer
======================================*/
