body {
    background-color: #000;
    background-image: url("/images/background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    margin: 0;
}

div#login_window {
    width: 350px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    background-color:rgba(0, 0, 0, 0.5);
    color: #FFF;
}
div.form_window {
    width: 250px;
    height: 200px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

div.error {
    color: #FF0000;
}

div#sidebar {
    display: block;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 100%;
    position: fixed;
    border: 1px solid #888;
}

div#tabwindow {
    margin: 0px 0px 0px 210px;
    display: block;
    padding: 10px;
}

div#omnibar {
    position: fixed;
    left: 210px;
    bottom: 0;
    width: calc(100% - 220px);
    /* Let it grow with the textarea */
    height: auto;
    background-color: #ffffff;
    border: 1px solid #888;
    padding: 2px 6px; /* optional for nicer spacing */
    box-sizing: border-box;
    /* If you want to cap how tall the omnibar can get: */
    max-height: 40vh;
    overflow: hidden; /* container should not scroll; textarea will be controlled */
}

textarea#omnibarinput {
    display: block;
    width: 100%;
    min-height: 1.5em;   /* 1 row baseline */
    line-height: 1.4;
    resize: none;        /* user resizes via content, not drag */
    overflow: hidden;    /* hide textarea scrollbar */
    border: none;        /* optional in an omnibar look */
    outline: none;       /* optional */
    box-sizing: border-box;
    background: transparent;
    font: inherit;       /* match page font */
}


[id^="tabs-"] {
    height: calc(100vh - 130px);
    overflow: scroll;
}
[id^="ulist-"] {
    height: calc(100vh - 130px);
    width: 100px;
    overflow: scroll;
}
[id^="msgs-"] {
    height: calc(100vh - 130px);
    width: calc(100% - 210px);;
    overflow: scroll;
    float: left;
}
[id^="app-"] {
    height: 100%;
    width: 100%;
    overflow: scroll;
    float: left;
    z-index: 999;
    pointer-events: auto;
}

#tabs li .ui-icon-close { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; }

.inchatimg {
    max-width: 250px;
    max-height: 250px;
}


div#mainmenu {
    visibility: hidden;
}
div#pbcenter {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: calc(100% - 100px);
}
div#mainmenu {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: calc(100% - 100px);
}
ul#mmitems {
    color: #23bad0;
    list-style-type: none;
}

div.mmitems {
    text-shadow: rgba(35,185,208,1) 0px 0px 52px; 
    -webkit-text-stroke:1px rgb(0, 0, 0);
    font-size: 70px;
    margin-top: 10px;
    cursor: pointer;
}

div#progressbar {
    width: 100%;
    text-align: center;
}