#page_wiedervorlagen #wdvlDialogCloseIcon {
    display: none;
}

#wdvlTable {
    height: fit-content;
    width: 25vw;
    border-collapse: separate;
    border-spacing: 0;
}
#wdvlTable thead {
    position: sticky;
    top: 0;
    z-index: 1;
    background: white;
}
#wdvlTable thead tr {
    height: 40px;
}
#wdvlTable thead th {
    padding: 0px 10px;
}
#wdvlTable thead th:first-child,
#wdvlTable thead th:last-child {
    border-radius: 0;
    background: white;
    padding: 0;
    height: 2rem;
}
.wdvlThInner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 0.625rem;
    background-color: #DDDDDD;
    white-space: nowrap;
}
.wdvlThInnerLeft {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.wdvlThInnerRight {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
#wdvlTable th, #wdvlTable td {
    padding: 0px;
}

#wdvlDetails {
    width: 25vw;
    height: 100%;
    overflow-y: auto;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: var(--atlantis-std-border);
}
#wdvlDetails input, #newWdvlForm input, #delayWdvlForm input {
    width: 100%;
    border: var(--atlantis-std-border);
    box-sizing: border-box;
}
#wdvlDetails select, #newWdvlForm select, #delayWdvlForm select {
    width: 100%;
    border: var(--atlantis-std-border);
    box-sizing: border-box;
}
#wdvlDetails textarea, #newWdvlForm textarea, #delayWdvlForm textarea {
    width: 100%;
    resize: none;
    border: var(--atlantis-std-border);
    box-sizing: border-box;
    height: 65px;
}

.wdvlDetailTitle {
    margin: 1rem 0 0.5rem 0;
}

#wdvlPrevPageButton:disabled,
#wdvlNextPageButton:disabled {
    cursor: not-allowed;
    background: #c8cacc;
}

#wdvlDetails .mustBeFilled {
    border-color: var(--atlantis-blue);
}

#newWdvlForm, #delayWdvlForm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.086);
    z-index: 15;
}

#wdvlDetails input:read-only,
#wdvlDetails textarea:read-only {
    border-color: transparent;
}

#wdvlDialogContent,
#wdvlDialogContent > .flexStart {
    height: 100%;
}

#wdvlDialog .flexBetweenColumn {
    overflow-y: auto;
    height: 100%;
}
