﻿
div.Module
{
    display: flex;
    flex-direction: row;
    height: -webkit-fill-available;
}

div.ContactViewer
{
    margin-left: 20px;
    background-color: gray;
    min-width: 400px;
    min-height: calc(100vh - 100px);
    width: 400px;
    position: relative;
}

div.ContactViewer h1
{
    text-align: left;
    padding: 10px 10px 10px 20px;
    font-size: 18px;
    background-color: #404040;
    font-weight: bold;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

div.ContactViewer h1 button
{
    margin: 0 0px 0 0;
}

div.ContactViewer h1 button.rot90
{
    transform: rotateZ(90deg);
}

div.Module.NoList > div.List
{
    display: none;
}

div.Module.NoList > div.List + div
{
    margin: 0;
    width: calc(100% - 0px);
}

div.ContactViewer.Maximized
{
/*    position: absolute;*/
    margin: 0;
    width: calc(100% - 50px);
}

div.Module div.ModulePlaceholder
{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
    align-items: center;
    flex-direction: column;
}
