body:not(.toplevel_page_fatturati){
    min-height: 100vh;
    position: relative;
}

footer{
    height: 75px;
    display: flex;
    align-items: center;
}

.navbar-brand img{
    max-width: 220px;
}

.dropdown-menu[data-bs-popper]{
    left: -5rem;
}

body.toplevel_page_fatturati{
    background: #f0f0f1;
}

.ea-bootstrap .form-horizontal .control-label{
    text-align: left !important;
}

.ea-bootstrap small, .ea-bootstrap .small{
    margin-bottom: 20px;
    display: block;
}

.wpcf7-list-item,
.form-check-input[type=checkbox]{
    margin: 0;
}

.form-check-input{
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    cursor: pointer;
}

.folder-navigation{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.folder-navigation > li:not(:last-child):after{
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 10px;
    margin: 0 10px;
}

.folder-navigation > li > a{
    text-decoration: none;
    font-size: 15px;
}

.folder-navigation > li > a:hover{
    text-decoration: underline;
}

@media screen and (max-width: 767px){
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_info{
        margin-bottom: 10px;
    }
    
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate{
        text-align: left;
    }
    
    div.dataTables_wrapper div.dataTables_paginate ul.pagination{
        justify-content: flex-start !important;
    }
}

@media screen and (max-width: 399px){
    .navbar-brand img{
        max-width: 180px;
    }
}
