/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */
.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto !important;
    height: auto !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin-top: 15% !important;
    overflow: visible !important;
    background-color: white !important;
    min-height: 280px !important;
    min-width: 280px !important;
}

.dataTables_processing {
    top: 64px !important;
    z-index: 11000 !important;
}

.row-wrap {
    flex-flow: row wrap;
}