.app-administrator-dossier-verifikation {
}

.app-adv-enabled .nested-subprocess {
	left: 50px;
	transform: none;
}

.app-adv-input {
    height: 100%;
}

.app-adv-container {
    position: fixed;
    right: 0px;
    top: 0px;
    box-sizing: border-box;
    margin-top: 25px;
    box-sizing: border-box;
    width: calc(100% - 50px);

    height: 100%;
}

.app-adv-container,
.app-adv-container > .ff-tab-group,
.app-adv-files,
.app-adv-file.ff-tab-content.active,
.app-adv-file > .form-input-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.app-adv-editor-open {
    box-shadow: 0 0 1000px 1000px rgba(0,0,0,0.2);
    z-index: 2;
    position: relative;
}

.app-adv-container.invisible {
    display: none;
}

.ff-slim .app-adv-container {
    margin: 0;
    max-width: calc(100% - 700px);
    min-width: calc(100% - 700px);
}

.app-adv-container-global {
    z-index: 10;
    background-color: var(--form-background-layer-transparency);
    box-shadow: 0 0 0 100vw  var(--form-background-layer-transparency);
    margin-top: 0;
}

.app-adv-container.active {
    display: block;
}

.app-adv-file-tabs {
    display: flex;
}

.ff-choice-navigation .choice-group.app-adv-file-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 10px 0 0 0;
}

.app-adv-file-tab-wrapper {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.app-adv-file-tab-action {
    flex: 150px;
    max-width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.app-adv-container.app-adv-container-global > .form-group,
.ff-slim .app-adv-container > .form-group {
    border-radius: 0 0 0 10px;
    margin-bottom: 20px;
    margin-top: 0;
}

.app-adv-container.app-adv-container-global > .form-group {
    background-color: var(--input-background);
    color: var(--font-color);
    padding: 25px 30px;
    margin: 7px 0;
    margin-top: 0px;
}

.app-adv-container.app-adv-container-global .ff-inline-help {
    font-size: 14px;
}

.app-adv-file-tab {
	flex: 3;
	background-color: var(--matching-tab-background);
	margin-right: 10px;
	max-width: 50%;
    min-width: 400px;

    border-radius: 10px 10px 0 0;
    font-size: 16px;
}

.app-adv-file-tab.active {
	background-color: var(--matching-tab-active-background);
    border-bottom: 1px solid var(--matching-tab-active-background);
    margin-bottom: -1px;
}

.app-adv-file-tab small {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    overflow: hidden;
}

.app-adv-files {
    background: var(--box-background);
    border-radius: 10px 0 0 0;
}

.app-adv-seite {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.app-adv-seite-marker {
    position: absolute;
}

.app-adv-seite-marker::before {
    font-size: 50px;
    transform: translate(-100%,-50%) rotate(270deg);
}

.app-adv-content .ff-scrollable-y {
    max-height: calc(100vh - 200px);
}

.app-adv-content {
    padding: 20px;
}

.app-advi-verifikation {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin-left: 10px;
    margin-right: 0;
}

.app-adv-seite-marker::before {
    display: block;
    content: var(--source-icon-content);
    font-family: var(--icon-font);
    color: #FA5fAC;
}

.app-adv-table .btn.btn-sm,
.info-table .app-adv-input .btn.btn-verified,
.flowform-list-description .app-adv-input .btn {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    font-size: 10px;
    line-height: 20px;
    margin-right: 10px;
    box-shadow: none;
    text-align: center;
}

.app-adv-table .btn.btn-verified,
.flowform-list-description .app-adv-input .btn-verified,
.info-table .app-adv-input .btn.btn-verified {
    content: var(--check-icon-content);
    font-family: var(--icon-font);
    background-color: #FA5fAC;
    color: #FFF;
}

.app-advi-verifikation .btn.btn-verified {
    background-color: #FA5fAC;
    padding: 0;
}

.app-advi-editmode .app-advi-verifikation .btn.btn-verified {
    z-index: 3;
    box-shadow: 0 0 10px 5px white;
}

.ff-print-preview .app-advi-verifikation .btn {
    display: block;
}

.app-advi-verifikation .btn.btn-warning {
    padding: 0;
}

.flowform-list-item.verified::after {
    display: inline-block;
	order: 0;
    margin-left: -30px;
}

.app-adv-table-output {
    float: left;
    margin-left: -40px;
}

.app-adv-admin-dokumente {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
}

.app-adv-output {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 20px;
    margin-bottom: 30px;
}

.ff-printable-page-rendering .app-adv-output {
    display: none;
}

.a-info-detail-box .app-adv-output {
    top: 0;
    bottom: auto;
    margin-top: 20px;
    margin-right: 0px;
}

.flowform-input-group .a-info-detail-box > .ff-info-box.ff-design-icon-box {
    height: auto;
    position: initial;
}

.flowform-list-description .app-adv-output {
    position: absolute;
    margin-right: -37.5px;
    right: 0;
    bottom: 0;
}

.info-table .app-adv-input {
    position: absolute;
    top: 0;
    left: -40px;
}

.app-adv-table .btn,
.info-table .app-adv-input .btn {
    display: block;
}

.info-cell-verifikation {
    position: relative;
    width: 0;
}

.a-info-table-box .app-administrator-dossier-verifikation {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: -37.5px;
    margin-bottom: 30px;
}

.app-advf-ml-marker,
.app-adv-seite-marker > span {
    display: block;
    background: #FA5fAC;
    padding: 0 20px;
    color: white;
    box-sizing: border-box;
    white-space: nowrap;
    user-select: none;
}

.app-adv-seite-marker > span {
    font-family: 'Inter', sans-serif;
    
    transform: translate(0,-50%);
    line-height: 38px;
    font-size: 14px;
    height: 38px;
    position: absolute;
    right: 70px;
    top: 0;
    border-radius: 0 15px 15px 0;
}

.app-adv-seite-marker {
    opacity: 0.3;
    transition: opacity 0.2s ease-in;
    cursor: pointer;
    z-index: 3;
}

.app-adv-seite-marker:hover,
.app-adv-seite-marker.active {
    z-index: 4;
    opacity: 1;
}

.app-advf-marker-wrapper {
    margin: 0 -20px -10px -20px;
    min-height: 45px;
    overflow-y: hidden;
    overflow-x: auto;
}

.app-advf-marker-list {
    margin-top: 10px;
	font-size: 18px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: -5px;
}

.app-advf-marker-list li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 5px;
}

.app-advf-ml-marker {
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    
    border-radius: 10px;
}

.app-adv-table-row th,
.app-adv-table-row td { padding-left: calc(var(--indentation) * 35px); }