body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 0px;
}

.tabella-elenco {
    font-size: 100%;
    width: 100%;
    table-layout:auto;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

div.datiinit {
    position:absolute;
	height:30;
	padding-top:0px;
	left:350px;
}

div.sbs1 {
    position:absolute;
	border: 1px solid red;
	padding-top:-10px;
	left:0px;
}

div.sbs2 {
    position:absolute;
	display: none;
	border: 1px solid red;
	padding-top:-10px;
	left:350px;
}

div.sbs3 {
    position:absolute;
	display: none;
	border: 1px solid red;
	padding-top:-10px;
	left:700px;
}

div.sbs4 {
    position:absolute;
	display: none;
	border: 1px solid red;
	padding-top:-10px;
	left:1050px;
}

div.sbs5 {
    position:absolute;
	display: none;
	border: 1px solid red;
	padding-top:-10px;
	left:1400px;
}
div.filesconf {
    position:absolute;
	padding-top:50px;
	left:10px;
	width: 300px;
}

div.Benv {
    border: 1px;
    padding-top: 50px;
    padding-left: 80%;
}
div.Legenda {
    position:absolute;
    border: 1px;
    padding-top:0;
    padding-left: 60%;
    font-size: 15px;
}
div.Componenti {
    position:absolute;
    border: 5px;
    padding-top: 20px;
    padding-left: 600px;
}
div.pagina {
    border: 1px;
    padding-top: 40px;
    padding-left: 50%;
}

div.titolo
{
    position:absolute;
    margin-top:40px;
    margin-left:0;
}

#loader-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85); /* Sfondo semi-trasparente */
    z-index: 9999;
    flex-direction: column; /* Per centrare bene testo e icona */
    justify-content: center;
    align-items: center;
}


div.vis_pdf {
    border: 1px;
    padding-top: 60px;
    padding-left: 500px;
}

div.dettagli {
    border: 1px;
    padding-top: -200px;
    padding-left: 0px;
}


