/**
 * @version     CVS: 1.0.0
 * @package     com_materiale
 * @copyright   2023 Logic Solution
 * @license     GNU General Public License versione 2 o successiva; vedi LICENSE.txt
 * @author      Logic Solution <hosting@logicsolution.com>
 */

.table-materiale td {
	padding: 2rem 0rem !important;
}
	
	
.icon {
	position: relative;
	width: 60px;
	height: 73px;
	margin-right: 20px;
}

.file-Pdf, .file-Doc, .file-Excel, .file-Powerpoint, .file-Video, .file-Podcast {
	position: absolute;
	bottom: 10px;
	z-index: 150;
	width: 60px; 
	height: 21px;
}
	
.file-Pdf {
	background-image: url("/media/com_materiale/images/icona-pdf.png");
}
	
.file-doc {
	background-image: url("/media/com_materiale/images/icona-doc.png");
}	
	
.file-Excel {
	background-image: url("/media/com_materiale/images/icona-xls.png");
}
	
.file-Powerpoint {
	background-image: url("/media/com_materiale/images/icona-ppt.png");
}
	
.file-Video{
	background-image: url("/media/com_materiale/images/icona-video.png");
}

.file-Podcast {
	background-image: url("/media/com_materiale/images/icona-podcast.png");
}
	
.icon-doc  {
	position: absolute;
	background-image: url("/media/com_materiale/images/doc.png");
	width: 60px; 
	height: 73px;
	z-index: 100;
	
}
	
.icon-doc-border  {
	position: absolute;
	background-image: url("/media/com_materiale/images/doc-border.png");
	width: 60px; 
	height: 73px;
	z-index: 100;
}
	
.icon-doc img {
	width: 60px; 
	height: 73px;
	
}

.thumb  {
  position: absolute;
  left: 8px;
  width: 51px; 
  height: 73px;	
}

.thumb img {
  width: 100%;
}
	