body{
	visibility: hidden;
}

.valign-middle{
    vertical-align: middle;
}

.valign-middle-i{
    vertical-align: middle !important;
}

.noScrollbar::-webkit-scrollbar {
    width: 0px;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */
}

.no-borders{
	border: 0px;
}


.larghezza-100 {
    width: 100%;
}
.larghezza-50 {
    width: 50%;
}
.larghezza-auto {
    width: auto;
}
.larghezza-auto-i {
    width: auto !important;
}

.altezza-100 {
    height: 100%;
}
.altezza-50 {
    height: 50%;
}

.cursore-puntatore {
    cursor: pointer;
}

.cursore-normale {
    cursor: default;
}