
.spinload {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../img/spinload.gif') 50% 50% no-repeat;
}
body.loading { overflow: hidden; }

body.loading .spinload { display: block; }

.pointer { cursor:pointer; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; }

table tbody {
    display: block;
    overflow-y: scroll;
}
table thead, table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.mh-400 {min-height:400px;}

.tabOspiti {
    min-height:500px;
    padding:10px;
    border:1px solid lightgray;
    border-top:none;
}

.hov-cyan :hover {
    cursor: pointer;
    background-color: cyan;
}