.action-th {
    white-space: nowrap !important;
    width: 1px !important;
}

.no-action-th {
    width: auto !important;
}

.nowrap {
    white-space: nowrap !important;
}

.va-top {
    vertical-align: top;
}

.va-middle {
    vertical-align: middle;
}

.va-bottom {
    vertical-align: bottom;
}

#my-loader-status {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: -20px 0 0 -20px;
}

#my-loader-page {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

#my-loader-id {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

.my-loader-id {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

.my-loader-spinner, #my-loader-spinner {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: -20px -20px 0 0;
}

.text-justify {
    text-align: justify;
}

.topbar-user-cst {
    background-color: var(--vz-topbar-user-bg);
}

table.dataTable>tbody>tr.child span.dtr-data {
    min-width: 135px;
    display: inline-block;
}

table.dataTable>tbody>tr.child span.dtr-title {
    vertical-align: top !important;
}
