#wdvlTable {
    height: fit-content;
    max-height: 50vh;
    width: 25vw;
    border-collapse: collapse;
}
#wdvlTable thead tr {
    height: 40px;
}
#wdvlTable thead th {
    padding: 0px 10px;
}
#wdvlTable th, #wdvlTable td {
    padding: 0px;
}

#wdvlTable tr.selected .wdvlTableRowLeft {
    border-top: 5px solid #2a84c6;
    border-bottom: 5px solid #2a84c6;
    border-left: 5px solid #2a84c6;
}
#wdvlTable tr.selected .wdvlTableRowMiddle {
    border-top: 5px solid #2a84c6;
    border-bottom: 5px solid #2a84c6;
}
#wdvlTable tr.selected .wdvlTableRowRight {
    border-top: 5px solid #2a84c6;
    border-bottom: 5px solid #2a84c6;
    width: 2600%;
    background-color: white;
    position: relative;
}

.wdvlTableRowLeft {
    height: 30px;
    line-height: 30px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-radius: 10px 0px 0px 10px;
}
.wdvlTableRowMiddle {
    height: 30px;
    line-height: 30px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.wdvlTableRowRight {
    height: 30px;
    line-height: 30px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

#cornerTopRightContainer {
    position: absolute;
    bottom: -5px;
    left: 16px;
    background-color: white;
}
#cornerTopRight {
    width: 5px;
    height: 5px;
    border-top: 5px solid #2a84c6;
    border-right: 5px solid #2a84c6;
    border-radius: 0px 10px 0px 0px;
}
#cornerBottomRightContainer {
    position: absolute;
    top: -5px;
    left: 16px;
    background-color: white;
}
#cornerBottomRight {
    width: 5px;
    height: 5px;
    border-bottom: 5px solid #2a84c6;
    border-right: 5px solid #2a84c6;
    border-radius: 0px 0px 10px 0px;
}

#wdvlDetails {
    border: 5px solid #2a84c6;
    border-radius: 10px;
    padding: 20px;
    width: 25vw;
    height: fit-content;
    margin-left: 20px;
}
#wdvlDetails input, #newWdvlForm input, #delayWdvlForm input {
    width: 100%;
    border: 1px solid lightgrey;
    line-height: 20px;
    box-sizing: border-box;
}
#wdvlDetails select, #newWdvlForm select, #delayWdvlForm select {
    width: 100%;
    border: 1px solid lightgrey;
    padding: 3px 0px;
    box-sizing: border-box;
}
#wdvlDetails textarea, #newWdvlForm textarea, #delayWdvlForm textarea {
    width: 100%;
    resize: none;
    border: 1px solid lightgrey;
    box-sizing: border-box;
    line-height: 20px;
    height: 65px;
}
#wdvlDetails .ui-datepicker-trigger, #newWdvlForm .ui-datepicker-trigger,
#delayWdvlForm .ui-datepicker-trigger {
    width: 16px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;
}

.wdvlDetailTitle {
    margin: 10px 0px 5px 0px;
}

#wdvlPrevPageButton:disabled,
#wdvlNextPageButton:disabled {
    cursor: not-allowed;
    background: #c8cacc;
}

#wdvlDetails .mustBeFilled {
    border-color: #2a84c6;
}

#newWdvlForm, #delayWdvlForm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.086);
    z-index: 15;
}
