.dettagliodocumento{
	min-height: 100px;
	border-bottom-style: solid;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
    padding-bottom: 10px;
}

.z1stitolo{
	font-weight: bolder;
    font-size: larger; 
}

.z1shighlighting{
/* 	color: blue; */
}

.z1shighlighting em {
	font-weight: strong;
}

.z1sicone{
	margin-top: 30px;
}

/*icona pdf*/
.z1spdf{
    background-image: url(../../images/icona_file_pdf.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 60px;
    /* width: 50%; */
    /* padding: 5px; */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
/*     margin-top: 30px; */
    background-color: #f2f2f2;
    min-height: 60px;
    max-height: 100px;
}

.z1spdf.adapt{
    height: 100%;
    margin-top: 0px;
}

/*icone classcategory_all*/
.semplicedocargimage{
/* 	width: 30px; */
    height: 30px;
}

/*tabella*/
table.eti3table, .eti3table th, .eti3table td {
  border: 1px solid black;
}
table.eti3table {
  border-collapse: collapse;
}