.appDialog {
    background: #ffffff;
    height: 100%;
    width: 100%;
}

.appDialog div.toolbar {
    background: darkslategray;
    text-align: center;
    height: 50px;
    min-height: 50px;
    width: 100%;
}

.appDialog div.body {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-self: stretch;
}

.appDialog div.menu {
    background: lightslategray;
    height: 100%;
    width: 10%;
}

.appDialog div.content {
    height: 100%;
    width: 90%;
}