.not-ready-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    background: rgba(255,255,255, 0.5);
    color: #333333;
    text-align: center;
    text-shadow: 0 0 12px rgba(255,255,255, .6);
    font-size: 32px;
}

.invisible {
    visibility: hidden;
}

.error {
    color: #F44336;
}

.panel-body {
    overflow-x: auto;
}
.dataTables_wrapper {
    overflow-x: auto;
}
.datatable-scroll {
    overflow-x: visible;
}

.max-height-1000 {
    max-height: 1000px;
    overflow-y: auto;
}