div#big-five-table_processing {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

body {
    overflow-x: hidden;
}

.form-loader-big {
    position: fixed;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);

}

/*.dataTables_length {*/
/*    display: none;*/
/*}*/

/*.dataTables_filter {*/
/*    display: none;*/
/*}*/

/*.dataTables_info {*/
/*    display: none;*/
/*}*/

/*.dataTables_paginate {*/
/*    display: none;*/
/*}*/

.simp-logo img {
    max-width: 100%;
}


.input-file-c-abs .lfm {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 6;
}

.holder-pic-fm img {
    max-width: 100%;
    margin-bottom: 15px
}

.form-group .text-danger {
    display: inline-block;
    margin-top: 4px;

}

