
section, footer, header, aside {
    display: block;
}
#upload {
    background-color: #f9f9f9;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.11);
    float: left;
    margin: 20px;
    padding: 30px;
    width: calc(100% - 100px);
}
#drop {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    border-image: url("../img/border-image.png") 25 25 25 25 repeat repeat;
    border-radius: 3px;
    border-style: solid;
    border-width: 20px;
    color: #7f858a;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 40px 50px;
    text-align: center;
    text-transform: uppercase;
}
#drop a {
    background-color: #007a96;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin-top: 12px;
    padding: 12px 26px;
}
#drop a:hover {
    background-color: #0986a3;
}
#drop input {
    display: none;
}
#upload ul {
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#upload ul li {
    background-color: #f6f6f6;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    height: 52px;
    margin: 5px 0;
    padding: 20px;
    position: relative;
}
#upload ul li input {
    display: none;
}
#upload ul li p {
    color: #666;
    font-size: 16px;
    left: 110px;
    overflow: hidden;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 144px;
}
#upload ul li i {
    color: #aaa;
    display: block;
    font-style: normal;
    font-weight: normal;
}
#upload ul li canvas {
    left: 32px;
    position: absolute;
    top: 15px;
}
#upload ul li span {
    background: rgba(0, 0, 0, 0) url("../img/icons.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 12px;
    position: absolute;
    right: 33px;
    top: 34px;
    width: 15px;
}
#upload ul li.working span {
    background-position: 0 -12px;
    height: 16px;
}
#upload ul li.error p {
    color: red;
}
#note, #note a{
    color: #7f858a;
}

#note span{
    color: red;
}

#note-error{
    cursor:pointer;
}
.file-box {
    overflow: hidden;
    width; 96px;
    float: left;
    cursor: pointer;
    text-align: center;
    min-height: 220px;
	position: relative;
}
.file-uploaded {
    background: rgba(0, 0, 0, 0) url("../img/file.png") no-repeat scroll center top;
    margin: 25px;
    overflow: hidden;
    white-space: nowrap;
    width: 96px;
    height: 130px;
}
.file-name {
    font-size: 12px;
    word-wrap: break-word;
    max-width: 96px;
    margin: auto;
}
#contenitore-files {
	background-color: #eee;
	overflow: hidden;
	padding: 15px;
}