/* DataTables */

.tabellaItem_length {
    width: 40% !important;
}

#tabellaItem #data {
    display: none;
}

#tabellaItem_paginate {
    float: right;
}

#tabellaItem_filter {
    float: right;
}

.dataTables_wrapper .child:before {
    display: none;
}

.dataTables_empty {
    text-align: center;
}

@media only screen and (max-width: 650px) {
    #tabellaItem_length {
        text-align: center !important;
        float: initial;
    }
    #tabellaItem_info {
        text-align: center !important;
        float: initial;
    }
    #tabellaItem_paginate {
        text-align: center !important;
        float: initial;
        margin-top: 10px;
    }
    #tabellaItem_paginate .pagination {
        align-items: center;
        justify-content: center;
    }
    #tabellaItem_filter {
        text-align: center !important;
        float: initial;
    }
}

@media only screen and (max-width: 650px) {
    .form-group label {
        text-align: left !important;
    }
    .spazio-form {
        margin-top: 10px;
    }
    .nav-text {
        display: none;
    }
    .fc-right {
        display: none !important;
    }
}


/* Dropzone */

.adv-img {
    font-size: 10px;
    line-height: 12px;
}

.product-img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.container-img {
    margin-top: 0px;
}

.container-info {
    margin: 10px;
}

a.btn_cancella_img:hover {
    cursor: pointer;
}

@media only screen and (max-width: 650px) {
    .no-res {
        display: none !important;
    }
}

.no-desktop {
    display: none !important;
}

.no-mobile {
    display: inline !important;
}

@media only screen and (max-width: 650px) {
    .no-desktop {
        display: inline !important;
    }
    .no-mobile {
        display: none !important;
    }
}