body {
    margin: 0;
    padding: 24px 0;
    background-image: url("/img/fondo_sito.gif");
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: #F1F1F0 !important;
}
body img {
    border: none;
}

#main-container {
    width: 960px;
    margin: 0 auto;
    background-color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

#main-container h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 16px;
}

.intestazione-segnalazione {
    font-size: 0.8rem;
}

#main-body {
    padding: 0 20px 20px;
    position: relative;
}

.round-box {
    border: 1px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    padding: 20px;
    padding-bottom: 0;
}

.dataTables_filter input {
    height: 18px;
}

.status-bar {
    /*float: right;*/
    margin-top: 20px;
}
.status-element {
    float: left;
}
.status-image {
    float: left;
    width: 15px;
    height: 15px;
}
.status-title {
    margin: 0 !important;
    padding: 0 11px 0 3px !important;
    float: left;
    font-size: 11px;
    line-height: 15px;
}

table {
    margin: 0 !important;
}

/* from reset.css */
.box:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.dataTable-container {
    position: relative;
    color: #333333 !important;
}

.ui-widget-overlay {
    background: #000000 !important;
}

.collapse-button {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #337ab7;
    color: white;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
}

.toggleable-button-and-element-container {
    width: 100%;
}

.toggleable-element {
    display: none;
    width: calc(100% - 22px);
    padding: 10px;
    margin-top: 10px;
}

.bottom-step-content {
    /*width: 100%;*/
    /*margin-top: 10px;*/
}

/* Filters */

.filters-title {
    font-weight: bold;
    font-size: 18px;
    background-color: #f3f3f3;
    padding-top: 17px;
    padding-bottom: 17px;
}

.filters-titles, .filters-titles th {
    background-color: #f3f3f3;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: normal;
    border: 0;
}

.filters {
    background-color: #f3f3f3;
    border: 0;
}

.filters th {
    border: 0;
    padding-bottom: 23px;
}

/* --- Progress Bar --- */

@keyframes progress-bar-stripes {
    
    0% {
        background-position: 40px 0;
    }
    
    100% {
        background-position: 0 0;
    }
    
}

.progress {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-photo-container {
    display: none;
    width: 270px;
    margin-top: 19px;
    margin-bottom: 19px;
}

/* --- End of progress bar --- */

.image-load-preview {
    display: none;
}

.image-load-preview img {
    max-width: 292px;
}

.upload_foto {
    display: none;
}