﻿.sideWindowWrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sideWindowTopLine {
    height: 30px;
    width: 100%;
    background-color: #ababab; /* #eaeaea; */
    color: #1e4a6f;
    font-weight: bold;
    font-style: italic;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sideWindowTitle {
    font-size: large;
    padding: 5px 0 5px 15px;
}

.sideWindowClose {
    margin: 0 10px;
}

.sideWindowTopFiller {
    flex-grow: 1;
}

.sideWindowUser {
    padding: 6px 30px 6px 0;
}

.sideWindowContentArea {
    flex: 1;
    top: 30px;
    width: 100%;
}

.sideWindowContentFrame {
    width: 100%;
    height: 100%;
    border: 0;
}