/**
 * Veno File Manager custom CSS
 */
.checkb .round-btn:after{
    /*content:'';*/
}
*{
    font-family:"Open Sans";
}
/*body{*/
/*    background-color:#efede2;*/
/*}*/
/*body:before{*/
/*    content:'';*/
/*    background-image: url("data:image/svg+xml,%3Csvg data-name='Livello 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.68 61.68'%3E%3Cpath d='M30.84 61.68c17.03 0 30.84-13.81 30.84-30.84S47.87 0 30.84 0 0 13.81 0 30.84s13.81 30.84 30.84 30.84' style='fill:%231d1d1b'/%3E%3Cpath d='M18.99 38.64c-2.96.1-3.07-3.53-2.18-5.22.87-1.62 3.93-2.25 4.73-2.41v-.41c-.51.07-3.33.48-4.69.74-1.24.24-2.42.7-3.44 1.49-2.13 1.65-2.27 4.4-.3 6.22.98.9 2.18 1.28 3.5 1.29 1.42 0 3.71-.67 4.94-2.53v-.74c-.63 1.34-2.07 1.54-2.56 1.56m-3.24-8.39c1.72.14 3.06-1.05 3.34-2.62.42-2.37-2.5-3.15-2.5-3.15s.92-1.59 4.94-.62v-.73c-2.09-.2-7.96-.72-8.65 4-.23 1.57 1.16 2.98 2.87 3.12m18.61-6.54h-4.1c-.03 2.91-.08 5.7-.08 9.04 0 0-.16 4.97 3.2 6.71 0 0-1.55 1.44-5.02.7-3.48-.74-3.64-4.11-3.64-5.06V22.92c0-.03 1.85-.22 3.47-1.78.95-.92 1.45-2.47 1.52-3.31 0-.03.53-.04.58-.01 0 1.86-.01 3.54-.03 5.17h4.09v.71zm15.55 12.94c-2.18 2.94-6.3 2.98-8.82.63-2.52-2.35-2.33-6.25-1.74-8.93 1.35-6.15 6.58-4.44 6.78-4.19-1.16.32-2.32 1.33-2.43 2.6-.13 1.62 1.35 3.04 2.97 3.17 1.62.13 3.04-1.08 3.17-2.7.1-1.3-1.06-4.36-7.42-4.16l-1.2.11c-1.87.3-3.56 1.06-4.96 2.53-1.96 2.06-2.49 4.6-2.24 7.31.28 2.98 1.8 7.12 8.82 7.35 3.02.1 5.58-.94 7.28-3.45.01-.02-.21-.26-.21-.26' style='fill:%23fff'/%3E%3C/svg%3E");*/
/*    background-size:auto 100%;*/
/*    background-repeat:no-repeat;*/
/*    opacity:.03;*/
/*    position:absolute;*/
/*    display:block;*/
/*    width: calc(90vh - 100px);*/
/*    height: calc(90vh - 100px);*/
/*    top:50%;*/
/*    left:50%;*/
/*    transform:translate(-50%,-50%);*/
/*    z-index:-1;*/
/*}*/
.head-banner img{
    max-width:500px;
}
.navbar-brand>img{
    height: 4rem;
}
.pt-5{
    padding-top: 5rem !important;
}
.small, small{
    font-size: 1em;
}
td.mini{
    font-size:100%;
}
/* START CUSTOM */
#big-loader{
    display:none;
    z-index:999999;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    bottom:0;
    background:rgba(0,0,0,.8);
    justify-content:center;
    align-items:center;
}
#big-loader.on{
    display:flex;
}
#blc{
    color:#fff;
    pointer-events:none;
}
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.1);
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
body.big-loader{
    overflow:hidden;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
div.dataTables_processing,
div.dataTables_wrapper div.dataTables_processing
{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 42px;
    transform: translate(-50%, -50%);
    margin:0;
    z-index:1;
}
#filetable_length{
    display:none;
}
form.loginform .form-check.mb-3{
    display:none;
}
.loginform .form-check{
    margin-bottom: 1rem !important;
}
@media (max-width:576px){
    .head-banner img{
        width:100%;
        max-width:300px;
    }
}