.form-header-buttons {
    padding-bottom: 20px;
}

table tr td:only-of-type {
    text-align: center;
}
.empty-tbody {
    display: none;
}

table tr td.col-buttons button {
    margin-right: 5px;
    width: 85px;
}
table tr.tr-disable td.col-buttons button:first-child {
    display: none !important;
}
table tr.tr-enable td.col-buttons button:nth-child(2) {
    display: none !important;
}
.card-wrapper {
    position: absolute;
    background-color: rgb(48, 60, 84);
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    display: none;
}
.card-wrapper span,
.card-wrapper p {
    color: #fff;
}

.logo-cli {
    width: 255px;
    height: 104px;
    border-bottom: 1px solid white;
}