/* @override http://bcv.nuovimecenati.org/wp-content/themes/nuovimecenati/stylef.css?ver=4.0.1 */

.file {
	margin-bottom: 5px;
	padding: 5px 0;
	height: 50px;
	position: relative;
	/*width: 100%;*/
	border-top: thin solid #000;
}
.file + h5 {
	margin-top:30px;
}
.file-thumb {
	position:absolute;
	margin-right: 20px;
}

.file-thumb img, .file img.media-thumb {
	height: 55px;
	width: auto;
}

.filename {
	position: absolute;
	height: 55px;
	line-height: 55px;
	margin-top: 10px;
	left: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 350px;
	z-index: 2000;
	top:0;
}

.filedate,
.delete,
.open {
	font-size: 11px;
	white-space: nowrap;
	position: absolute;
	height: 55px;
	margin-top: 10px;
	line-height: 55px;
	top: 0;
	right: 0;
	width: 50px;
	text-align: center;
}

.open {
	right: 50px;
}

.filedate {
	width: 70px;
	right: 100px;
}

.toggle-container {
	display: none;
}

.toggle-container .toggle-date {
	display: none !Important;
}

.half {
	float: left;
	width: 45%;
}

.half + .half {
	margin-left: 10%;
}

.clear {
	clear: both;
}