/* css condiviso per uploadFile */
div.fu_mostra-files{
	clear: both;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 10px 0 5px 0;
	background-color: var(--ldp-light);
	/* color: var(--ldp-title-color); */
	/* font-weight: 600; */
	font-size: 16px;
	border: 0;
	padding: 5px 7px;
	border-radius: 3px;
}
span.fu_files {
	padding: 5px 0 5px 21px;
	background-color: transparent;
	background-image: url(../img/files.png);
	background-position: left;
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

span.fu_minus {
	background-image: url(../img/minus.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 12px;
	line-height: 1.5em;
	cursor: pointer;
}
span.fu_plus {
	background-image: url(../img/plus.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 12px;
	line-height: 1.5em;
	cursor: pointer;
}

div.fu_files-contenuto{
	/* padding:5px;
	position:relative;
	left:4px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:black; */
}

div.fu_upload {
	/* margin-left: 1em; */
	padding: 0 0.1em 0.1em 0.5em;
}

.fu_bigger-font{
	font-size:1.3em !important;
}

.fu_file-list{
	margin-left: 0;
	padding: 1em;
}

.fu_file-item{
	/* background: url("../img/file.png") no-repeat scroll 6px 3px transparent; */
	border-top: 1px dotted silver;
	/* font-size: 1.4em; */
	line-height: 16px;
	list-style: none outside none;
	padding: 3px 0 2px 0;
	font-weight: bold;
  	/* color: #2e5476; */
}


a.fu_download {
	padding: 1px 0 1px 16px;
	background-color: transparent;
	background-image: url(../img/download.png);
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block; /* aggiunto per IE11 */
	height: 16px; /* aggiunto per IE11 */
}

a.fu_delete {
	padding: 1px 0 1px 16px;
	background-color: transparent;
	background-image: url(../img/delete.png);
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block; /* aggiunto per IE11 */
	height: 16px; /* aggiunto per IE11 */
}

div.fu_empty {
	color: #292929;
	font-weight: bold;
	/* padding: .1em 0 0.2em 24px;
	background-image: url(../img/empty.png); */
	/*     background-position: .4em .4em; */
	background-position: .4em .2em;
	background-repeat: no-repeat;
	font-size: .8em;
	margin: 1em 0 1em 0;
	background-color: #f3f3f3;
	border-top: 1px solid #8B8B8B;
	border-bottom: 1px solid #8B8B8B;
	clear: both;
	line-height: 19px;
}

div.fu_progress-file-container {
	display: none;
	margin-bottom: 6px;
	margin-top: 4px;
}
div.progress-file-border {
	float:left;
	border: 1px solid black;
	width:100px;
	height:6px;
	padding:2px;
	background-color:white;
}
div.fu_progress-file-bar {
	background-image:url(../img/pbar-ani-small.gif); 
	width:100px;
	height:6px;
}
span.fu_progress-file-value {
	position:relative;
	top:-7px;
	margin-left:5px;
}
div.fu_queue-files {
	margin-top:4px;
}

a.fu_spaced{
	display:block;
}

input[type=file]{
	background-color: whiteSmoke;
}
span.fu_descrizione {
	background-color: transparent;
	color: #990000;
	font-weight: normal;
	font-size: 0.75em;
	font-style: italic;
}