body {
    padding-top: 50px;
}
.padding-top {
    padding-top: 10px;
}
.padding-bottom {
    padding-bottom: 10px;
}
.navbar-nav li a {
    cursor: pointer !important;
}
tfoot td {
    font-weight: bold;
}
tr.strike td {
    text-decoration: line-through;
    color: #ccc;
}
tr.strike td:last-child {
    text-decoration: none;
    line-height: 1;
}

/*caricamento immagini*/

.boxUpload .boxThumbnail .thumbnail .form-group {
    margin-right: 0;
    margin-left: 0;
}
.boxUpload .boxThumbnail .thumbnail .form-group .form-control {
    width: 100%;
    margin-bottom: 5px;
}

/*gallery lavori*/

.thumbnail .thumbBottoni {
    position: relative;
    margin-top: -38px;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.75);
}

/*VIDEO EMBED SNIPPET (YouTube e Vimeo)*/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
