

.dropzone {
    /*height: 100px;*/
    /*min-height: 100px;*/
}
.dropzone .dz-message {
    text-align: center;
    margin: 5em 0;
}
.dropzone .dz-message {
    font-size: 16px;
}

.component_download_files {
    float: left;
}
.component_download_files .file_item {
    float: left;
    border: 1px solid #ccc;
    padding: 8px;
    margin-top: 4px;
    margin-right: 4px;
}

.fa.fa-check-square-o, .fa.fa-square-o, .fa.fa-gear, .fa.fa-repeat {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.fa.fa-check-square-o:before {
    content: "\f14a";
}
.fa.fa-square-o:before {
    content: "\f0c8";
}

.fa.fa-gear:before {
    content: "\f013";
}
.fa.fa-repeat:before {
    content: "\f1da";
}

.ublaboo-datagrid-th-form-inline .dropdown-menu--grid {
    overflow: scroll;
    height: 400px;
}
body, .content-page, #wrapper {
    overflow: visible !important;
}