/* Ajax Loading */
#ajax-loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: table-cell;
    text-align: center;
    line-height: 100vh;
    z-index: 999;
    background-color: #000;
    opacity: 0.5;
}

#ajax-loader i{
    vertical-align: middle;
    font-size: 20em;
}

table.table-data{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #eee;
}

table.table-data thead tr th{
    background-color: #444;
    color: #fff;
    border: 1px solid #eee;
    padding: 0.4em;
}

table.table-data tbody tr:nth-child(even){
    background-color: #fff;
}
table.table-data tbody tr td {
    padding: 0.4em;
    border-bottom: 1px solid #eee;
}
table.table-data tbody tr td a{
    display: block;
}

div#output-msg {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
}

.prezziricambilist{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #bbb
}

.images-blocks .imgbox{
    height: 250px;
    border: 5px solid #fff;
    box-sizing: border-box;
	position:relative
}
.images-blocks .imgbox i{position:absolute;top:0;left:45.3333333%}

.images-blocks > div > div {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

.images-blocks > div > span{
    position: absolute;
    display: none;
    width: 100px;
    height: 10px;
    left: calc(50% - 50px);
    top: calc(50% - 2px);
    border: 1px solid #ccc;
    background-color: transparent;
}

    .images-blocks > div > span > span{
        display: block;
        overflow: hidden;
        width: 10%;
        background-color: #444;
    }
.images-blocks input[type=file]{
    height: 100%;
    width: 100%;
    display: block;
    opacity: 0;
}

section div.indent-0{
    font-weight: bold;
    font-size: 1.2em;
}

section div.indent-1{
    padding-left: 2em;
}

section div.indent-2{
    padding-left: 4em;
}

section div.indent-3{
    padding-left: 6em;
}

section div:not(.leaf) label{
    font-weight: bold;
    font-size: 1.5em;
}