body {
    height: 100%;
    background-image: url(../img/background.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    /*font: 600 14px "Open Sans", sans-serif !important;*/
    letter-spacing: .05em;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    background-color: transparent !important;
}

/* ContextMenu with title */
/* menu header via data attribute */
.data-title:before {
    content: attr(data-menutitle);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #DDD;
    padding: 2px;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.data-title :first-child {
    margin-top: 20px;
}

/* Lightgallery */
.lg-outer {
    z-index: 1100;
}

.lg-backdrop {
    z-index: 1090;
}

/* Fancy tree*/
/*table.fancytree-ext-table tbody tr.fancytree-active {
    background-color: #99ccee !important;
}*/

.partial {
    background-color: var(--bs-primary) !important;
    color: white !important;
    opacity: .5 !important;
}

.complete {
    background-color: var(--bs-primary) !important;
    opacity: 1 !important;
}