﻿:root {
    --font: Verdana;
}

html {
    scrollbar-face-color: #646464;
    scrollbar-base-color: #646464;
    scrollbar-3dlight-color: #646464;
    scrollbar-highlight-color: #646464;
    scrollbar-track-color: #000;
    scrollbar-arrow-color: #000;
    scrollbar-shadow-color: #646464;
    scrollbar-dark-shadow-color: #646464;
    font-size: 10pt !important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 3px;
}

::-webkit-scrollbar-button {
    background-color: #666;
}

::-webkit-scrollbar-track {
    background-color: #646464;
}

::-webkit-scrollbar-track-piece {
    background-color: #000;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #666;
    border-radius: 3px;
}

::-webkit-scrollbar-corner {
    background-color: #646464;
}

}

::-webkit-resizer {
    background-color: #666;
}

body {
    background-color: #666;
    color: #4cff00;
    font-family: var(--font,monospace);
}

input[type="text"] {
    font-family: var(--font,monospace);
    color: aquamarine;
    background-color: Gray;
    width:100%;
}

p{
    line-height:1;
    margin:0;
}
h3{
    color:antiquewhite;
    margin-left:10px;
}

section{
    float:left;
    border:1px solid green;
}

#selector {
    width: 350px;
}

#main {
    width: 69%;
    overflow-y:scroll;
    overflow-x:hidden;
    max-height:900px;
    line-height: 1;
}

#selector ul{
    margin:0;
    padding:0;
    width:100%;
}

.contact-section {
    padding: 0 1.5em;
    transition: 0.3s;
}

.list_item {
    list-style: none;
}
ul{
    list-style:none;
}

.contact-name {
    color: #fff;
}
.relationship {
    color: #fff;
    width: 6em;
    text-align: center;
    padding: 0.4em 0.5em;
    border-radius: 100px;
    border-top-left-radius: 0;
    background-color: #75A85E;
}

a{
    color:red;
}

.incoming {
    color: #4cff00
}

.outgoing{
    color:aquamarine;
}
.error{
    color:red;  
}

#terminal-chatbox {
    -webkit-appearance: none;
    width: 96%;
}

.ui-dialog{
    border:1px solid white;
    padding: 5px;
}

.noTitleStuff:first-child {
    display: none !important;
}

.ui-dialog-titlebar{
    display:none !important;
}

p:hover{
    cursor:pointer;
    background-color:darkred;
}

.message:hover{
    cursor:pointer;
    background-color:darkgoldenrod;
}

#mainMenu ul li{
    display:inline;
    cursor:pointer;
}

#link-login{
    float:right;
}

ul{
    padding:0 0 0 5px;
}
