.stepsTableRow,
.stepsTableRowContainer {
    position: relative;
    display: flex;
    flex-direction: row;
}

.stepsTableRow.dummy {
    margin-bottom: 10px;
}

.stepsTableRow.notLeveled {
    background-color: #FDF1F3;
}

.stepsTableRow.isExceeded {
    background-color: #FDF1F3;
}

.stepsTableRow:hover:not(.isDragInProgress):not(.isPrintingMode),
.stepsTableRow.highlighted:not(.isDragInProgress):not(.isPrintingMode) {
    background-color: #EEF1FE;
}

    .stepsTableRow.project {
        /*padding-top: 10px;*/
    }

    .stepsTableRow.highlightEvenRowsQEM {
        background-color: #F8F8F8;
    }

    .stepsTableRow.cutted {
        opacity: 0.4;
        pointer-events: none;
    }