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

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

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

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


.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-class {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

.my-loader-id-table {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -15px;
    text-align: center;
    padding: 1em 0;
    z-index: 1050;
    height: 55px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    border: 1px solid #e2e5e8;
}

.my-loader-spinner-table {
    position: absolute;
    right: 0;
    left: 0;
    top: 29px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 0 0 0;
}

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

#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);
}

.glightbox-button-hidden {
    display: none !important
}