.login-box-msg img{
    max-width: 100%;
}
.table th,
.table td,
.table tfoot td{
    padding: 4px 3px 5px 3px;
    font-size: 15px;
    vertical-align: middle;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 5px;
}
a.page-link.active {
    background: #ccc;
}
.custom-file-label{
    overflow: hidden;
}
.dt-buttons.btn-group.flex-wrap {
    position: absolute;
    right: 20px;
    margin-top: -43px;
}
.dt-buttons.btn-group.flex-wrap:before {
    content: "Esporta come:";
    display: block;
    margin-top: 6px;
    margin-right: 15px;
    font-weight: bold;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0d7bff;
    border: 1px solid #0d7bff;
    font-size: 12px;
}

span.badge {
    border-radius: 50%;
    width: 15px;
    height: 15px;
}
a.page-link.active {
    background: transparent;
}
.clearfix{
    clear: both;
    width: 100%;
    height: 1px;
    display: block;
}
hr {
    width: 100%;
}
.modal-header button.close {
    position: absolute;
    right: 15px;
}

.user-box {
    max-width: 800px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top:50px;
}
a.logout-u {
    text-align: right;
    float: right;
}

.user-box h3 {
    float: left;
}

.user-box #table2 {
    clear: both;
}

.user-box div#table2_wrapper {
    clear: both;
}
#scansiona{
    position: fixed;
    bottom:50px;
    right:15px;
    padding: 10px 25px;
    text-transform: uppercase;
    background: #343a40;
    color: #fff;
    text-align: center;
}
.lang {
    text-align: center;
    margin-top: 30px;
}
a.page-link.active {
    background: #ececec;
}

@media only screen and (max-width: 768px)  {
    #scansiona{
        width: 100%;
        bottom:0;
        right:0;
    }
    .user-box table#table2 {
        display: block;
        overflow: scroll;
    }
    .user-box h3 {
        max-width: 80%;
        font-size: 20px;
        margin-bottom: -14px;
    }
    .user-box {
        margin: 50px 15px;
        width: calc(100% - 30px);
    }
}
@media only screen and (max-width: 1200px)  {
    table.dataTable.fixedHeader-locked,
    table.dataTable.fixedHeader-floating{
        position: relative !important;
    }
    table td, table th {
        font-size: 10px;
        padding: 2px !important;
    }
    table.table.table-bordered.table-striped.dataTable.fixedHeader-floating {
        display: none;
    }
    .modifica .col-sm-2,
    .modifica .col-sm-1,
    .modifica .col-sm-4 {
        padding-right: 2px;
        padding-left: 2px;
    }
    .modifica label{
        font-size:13px;
        display:block;
    }
}
@media only screen and (max-width: 768px)  {
    .dt-buttons.btn-group.flex-wrap {
        position: relative;
        margin: 10px 21px;
    }
}