/* folding away of header (TODO: backport to DB_Utils ) */
.perfact-layout--container {
    position: relative;
}
.perfact-layout--header:not(.folded) {
    position: relative;
    transition: height 0.4s;
}
.perfact-layout--header.folded {
    height: 0px;
    overflow: hidden;
    transition: height 0.4s;
}

.perfact-layout--header-foldhandle {
    position: absolute;
    right: 5px;
    width: 28px;
    height: 28px;
    font-size: 28px; 
    text-align: center;
    line-height: 28px;
}

.perfact-layout--header:not(.folded) .perfact-layout--header-foldhandle {
    bottom: 4px;
}

.perfact-layout--header.folded .perfact-layout--header-foldhandle {
    top: -6px;
}
div.tabedit button[name="db_tabedit_action:method"] {
    width: 210px;
}