div.uroboros {
    display:flex;
    align-items:center;
    justify-content:center;
    position: absolute;
    width: 34px;
    height: 34px;
    border: solid 2px #666;
    background-color: #222;
    z-index:200;
}
div.uroborosShadow {
    position: absolute;
    top:26px;
    width: 39px;
    height: 14px;
    background-color:#333;
    z-index: 199;
}

p {
    width:100%;
}

div.mainmenu {
    padding-left: 0px;
    height: 25px;
    border-bottom: solid 1px #222;
    position: relative;
    background-color: #666;
    background: linear-gradient(0deg, #555 0%, #666 100%);
    align-items: center;
    display: flex;
    box-sizing: border-box;
}

div.headertitlecontainer {
    position: absolute;
    display: flex;
    flex-direction:row;
    width:100vw;
    justify-content:center;
}

div.headertitle {
    position:relative;
    display:flex;
    flex-direction:row;
}

div.username {
    display: flex;
    font-family: "Tahoma";
    font-weight: bold;
    font-size: 14px;
    color: #2a2a2a;
    padding-right: 4px;
    padding-top: 4px;
    user-select: none;
}
div.windowmenu {
    margin: 0px;
    display: flex;
    position: absolute;
    right: 1px;
    top:0px;
}
div.mainmenubutton {
    font-family: "Tahoma";
    font-weight: bold;
    background: transparent;
    font-style: normal;
    text-shadow: 1px 1px 2px #000;
    color: #ccc;
    height: 24px;
    width:24px;
    font-size: 14px;
    display:flex;
    border: none;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    z-index: 150;
    box-sizing:border-box;
    justify-content:center;
    align-items:center;
    border-radius:3px;
}

div.mainmenubutton:hover {
    background-color: #333;
}

tripledots {
    display:flex;
    position:relative;
    letter-spacing:-4px;
    font-weight: normal;
}

div:focus {
    outline: none;
}


/*
----------------------------------------------------------------------------------------------
top level separators for header, content and footer
----------------------------------------------------------------------------------------------
*/
div.panelcontainer {
    flex-direction: column;
    display:flex;
    position:relative;
    width:100%;
    height:100%;
    align-items: baseline;
    justify-content: baseline;
    overflow-y: auto;
    overflow-x: auto;
}

div.leftpanel {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #444;
    left: 0px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
}

div.panel {
    background: #222;
    flex: 1;
    overflow-y: hidden;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: baseline;
    position: relative;
    z-index:10;
}

div.panelcontent {
    flex: 1;
    overflow-y: hidden;
    overflow-x: hidden;
    scrollbar-color: auto;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: baseline;
    position: relative;
    width: 100%;
    height:100%;
}

div.feedback {
    position: absolute;
    color: white;
    font-size: 10pt;
    right: 0px;
    top: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

div.panelhint {
    position: absolute;
    display: flex;
    height: 100%;
    width: 20px;
    background: #79c9dd;
    opacity: 0.6;
    z-index: 900;
}

div.sidepanel{
    cursor: default;
    position:relative;
    display:none;
    background: #666;
    letter-spacing:1px;
    align-content:center;
    align-items:center;
    z-index:3;
    border-radius: 7px;
    margin:2px 0px 0px 2px;
}

div.sidepanel:hover {
    background:#79c9dd;
}

div.sidepaneltext {
    position: relative;
    transform:rotate(270deg);
    font-family: "Arial Black";
    text-shadow: 0px 0px 1px #111;
    font-size: 11px;
    letter-spacing: 1px;
    display: flex;
    width: 14px;
    left: 0px;
    /*color: #aaa;*/
    color:#222;  
    padding-left: 0px;
    overflow: visible;
    white-space: nowrap;
}

div.grabber {
    flex: 0 0 auto;
    position:relative;
    background: #444;
    display: flex;
    cursor: ew-resize;
    z-index:1;
}

div.grabberline {
    display:flex;
    width:6px;
    position:relative;
    height: 100%;
    display: flex;
    background: #111;
    border-width: 3px 2px 3px 2px;
    border-style:solid;
    border-color:#444;
    box-sizing:border-box;
}

div.grabberline:hover {
    background: #79c9dd;
}

div.grabberline:active {
    background: #56b4cc;
}

/*
----------------------------------------------------------------------------------------------
Menus
----------------------------------------------------------------------------------------------
*/


div.menu {
    padding-right: 2px;
    display: flex;
    /*flex-direction: column;*/
    overflow: visible;
    min-height: 20px;
    height: 20px;
    width: 100%;
    line-height: 20px;
    background: #444;
    background: linear-gradient(0deg, #333 0%, #444 100%);
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    border: 0;
}

div.title
{
    display: flex;
    position: relative;
    justify-content: center;
    line-height: 16px;
    height: 16px;
    z-index: 10;
    padding-bottom:1px;
}

h1 {
    font-family: "Arial Black";
    font-style: italic;
    text-shadow: 1px 1px 3px #000 ;
    font-size: 12px;
    letter-spacing: 1px;
    color: #888;
    user-select: none;
    line-height: 16px;
    margin: 0px;
}

h2 {
    position:absolute;
    display:flex;
    flex:1;
    left:100%;
    top:-1px;
    font-family: "Tahoma";
    font-weight: bold;
    background: transparent;
    font-style: normal;
    text-shadow: 1px 1px 2px #000;
    color: #bbb;
    height: 24px;
    font-size: 14px;
    display:flex;
    border: none;
    text-decoration: none;
    outline: none;
    z-index: 150;
    user-select: none;
    line-height: 16px;
    margin: 0px;   
    white-space: nowrap;
    padding-left:6px;
}


/*
----------------------------------------------------------------------------------------------
feedback
----------------------------------------------------------------------------------------------
*/


.feedback {
    position: absolute;
    color: white;
    font-size: 10pt;
    right: 0px;
    top: 2px;
    padding-left: 5px;
    padding-right: 5px;
}