﻿/* @define WorkhoursEditor */
.WorkhoursEditor {
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-height: 100vh;
}

.WorkhoursEditor-body {
    display: flex;
    flex: 1 1 auto;
    min-height: 1em;
    height: 100%;
}

.WorkhoursEditor-entityEditorPane {
    width: 100%;
}
