#edit-submitted-articolo-upload { 
-webkit-transition: all 0.3s ease-in-out; 
-moz-transition: all 0.3s ease-in-out; 
-ms-transition: all 0.3s ease-in-out; 
-o-transition: all 0.3s ease-in-out; 
transition: all 0.3s ease-in-out;

/*
margin: 5px 5px 10px 0; 
background-color: #444; 
border: none; 
box-shadow: none;
color: #fff; 
padding: 15px 24px; 
text-transform: uppercase; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #ffffff;
*/
}

#edit-submitted-articolo-upload-button {
/*confonde gli utenti il doppio pulsante di upload*/
display:none;
}

.field {
	margin-top:5px;
}
.field-name-field-autori .field-label {
	font-weight:bold;
}

.field-name-field-keywords .field-label {
	font-weight:bold;
}
.field-name-field-allegato:before, .field-name-field-allegato:after {
	content: “ ”;
	visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.field-name-field-allegato a {
	content: "download";
}
.file img {
	display:inline;
}
.views-field-field-allegato a {
	background-image: url('/modules/file/icons/application-pdf.png');
	background-repeat: no-repeat;
	padding-left: 18px;  
	display: block; 
}

.views-field-field-csv a {
	background-image: url('/sites/all/themes/bootstrap-business/images/csv.gif');
	background-repeat: no-repeat;
	padding-left: 18px;  
	display: block; 
}
#block-block-11 {
	display:table-cell;
}
#block-search-form{
	display:table-cell;
}
#tableBandierine{
	width:100px;
	border: 0px;
}