﻿body
{
    font-size: small;
    font-family: Arial;
}

div.master-all
{
    width: 100%;
}

div.master-busy-layer
{
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;        
    position: fixed;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

div.master-busy-layer img
{
}

div.master-header
{
    height: 60px;
    background-color: silver;
    padding: 8px 20px 8px 20px;
}

div.master-header div.master-header-logo
{
    flex-grow: 1;
}

div.master-header div.master-header-usuario
{
    width: 200px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

div.master-content
{
    width: 100%;
    padding-bottom: 5px;
}


div.master-footer
{
    text-align: center;
    background-color: #333;
    color: white;
    padding: 10px 10px 20px 10px;
}

div.master-content-inner
{
    display: flex;
    flex-direction: row;
    width: 100%;
}

div.master-context-menu
{
    width: 240px;
    background-color: #f0f0f0;
    min-height: 200px;
    padding: 10px 16px 10px 16px;
}

div.master-context-content
{
    flex-basis: 100%;
    padding: 16px;
}