div.dtb-collection-closeable {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
div.dtb-popover-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #666;
    color: #fff;
}
table.dataTable {
    table-layout: fixed;
}

#loading {
    position: fixed;
    z-index: 5000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-treeview>.nav-item>.nav-link {
    padding-left: 3rem;
}
.nav-treeview>.nav-item>.nav-link .nav-icon {
    position: absolute;
    left: 1rem;
    top: 0.7rem;
}

.mouse-drag {
    cursor: move;
}
.floating-toast {
    position: fixed;
    z-index: 10;
    right: 1em;
    bottom: 1em;
}
.accordion>.card {
    overflow: visible;
}

.display-toggle {
    display: none;
}
.display-toggle.show {
    display: block;
}
