.container-wrapper {
    display: table;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
}

.main-container {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.main-header {
    display: flex;
    background-color: #D6DCE3;
    border-bottom: 2px solid #BABCBE;
    align-items: center;
    height: auto;
}

.main-body {
    display: flex;
    width: 100%;
    line-height: normal;
    flex-grow: 2;
}

.main-logo, .main-menu-sidebar {
    width: 150px;
}

.main-menu-sidebar {
    flex-shrink: 0;
}

.main-logo {
    text-align: center;
}

@media (max-width: 480px) {
    .main-logo img, .main-logo {
        height: 40px;
    }
}

.environment-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.client-details {
    flex-grow: 2;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    margin-right: 16px;
    max-height: 100%;
    align-items: center;
}

.client-details div:not(:first-child) {
    margin-left: 16px;
}

.current-user-details {
    min-width: 120px;
    background-color: #C1C4CC;
    align-self: stretch;
    display: flex;
    align-items: center;
}


@media (max-width: 480px) {
    .current-user-details {
        padding: 4px;
    }

    .current-user-details table td {
        display: table-row;
    }
}

.main-menu-sidebar {
    background-color: #F2F2F2
}

.main-content {
    padding: 20px;
    width: 100%;
}
