.ck-powered-by-balloon {
    opacity: 0.01;
    pointer-events: none;
}

/* temporary fix drop down DataTables */
@media (max-width: 1381px){
    .datatable-scroll {
        width: 100%;
        overflow-x: auto;
    }
}
.datatable-scroll {
    min-height: 250px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.dataTables_scrollBody {
    min-height: 250px;
}
/* end temporary fix drop down DataTables */

.form-group.required label:not(:empty):not(.form-check-label)::after {
    content: '';
}
.form-group.required label:not(:empty):not(.form-check-label)::after {
    content: ' *';
    color: #f44336;
}

.file_upload_custom{
    opacity: 0;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 26%;
    top: 50%;
    transform: translate(50%, -50%);
}