/* Tablet in modalità orizzontale */
@media all and (min-width: 1025px) and (max-width: 1279px) {
	#tgpdfcontent {
		width: 90%;
	}
	#tgpdfcontent tbody {
		height: 168px;
	}
}

@media all and (min-width: 736px) and (max-width: 1024px) {
	#tgpdfcontent {
		width: 90%;
	}
	#tgpdfcontent tbody {
		height: 168px;
	}
	.txthome {
		font-size: 35px;
	}
	.txthomeeng {
		font-size: 23px;
	}
	.datehour {
		font-size: 19px;
	}
	.buttonhomerow img {
		width: 200px;
		height: auto;
	}
	.contentvisitorslist p {
		margin-bottom: 10px;
	}
	#tgpdfcontent tbody {
		height: 110px;
	}
	.buttonhomerow {
		margin-top: 1%;
	}
	#signPadBig {
		margin-top: 0;
	}
	.firmasignature {
		height: 240px;
		margin-bottom: 50px;
	}
	#tablevisitors {
		height: 320px;
	}
	.formerrorcheck {
		position: relative;
		top: unset;
		left: unset;
		display: block;
		margin-bottom: 7px;
	}
}

/* Tablet in modalità verticale */
@media all and (min-width: 481px) and (max-width: 736px) {
	#tgpdfcontent {
		width: 95%;
	}
	img, svg {
		width: 170px;
		height: auto;
	}
	.txthome {
		font-size: 30px;
	}
	.txthomeeng {
		font-size: 19px;
	}
	.datehour {
		font-size: 18px;
	}
	.d-flex {
		justify-content: space-between
	}
	.square-button {
		font-size: 15px;
	}
	#tablevisitors {
		width: 95%;
		height: 250px;
	}
	.pseudoSearch {
		width: 95%;
	}
	.pseudoSearch input {
		width: 95%;
	}
	#tgpdfcontent tbody {
		height: 80px;
	}
	.footerEntry button {
		font-size: 15px;
	}
	#signPadBig {
		margin-top: 10px;
		margin-bottom: 70px;
	}
}