/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
html {
    color: #000;
    background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
}

legend {
    color: #000;
}

html {
    -webkit-user-select: none;
    cursor: caret;
    background: #000;
}

body {
    font-family: "Microsoft YaHei", "proxima-nova-1", "proxima-nova-2", arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 62.5%;
}

h1 {
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 268px;
    /*background: url(images/logo.png);*/
    overflow: hidden;
    color: white;
    font-size: 2rem;
}

h2 {
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 0.2em;
    font-weight: bold;
}

a {
    color: #c0fdf7;
    text-decoration: none;
}


a:hover {
    color: #fff;
    text-decoration: underline;
}

p {
    color: #999999;
    font-size: 1.3em;
    margin-bottom: 0.5em;
}

strong {
    font-weight: bold;
}
.hide{display:none!important}

/*#ui {
	display: none;
}*/

#fps {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#chatText {
    display: inline-block;
}

#chatText, #chat {
    font-size: 3em;
    font-weight: bold;
    max-width: 70%;
}

#chat {
    /*font-family: "Arial Rounded MT Bold";*/
    display: block;
    position: absolute;
    top: 60%;
    left: 50%;
    padding: 10px 20px;
    background: rgba(255, 255, 255, .1);
    border-radius: 20px;
    color: #fff;
    text-align: center;
    border-style: none;
    outline-style: none;
    height: 30px;
    opacity: 0;
    transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
}


#cant-connect {
    /*font-family: "Arial Rounded MT Bold";*/
    display: none;
    position: absolute;
    top: 200px;
    left: 10px;
    padding: 10px 20px;
    color: rgba(249, 136, 119, 0.9);
    width: 400px;
    font-size: 2em;
    font-weight: bold;
}

#cant-connect a:link {
    color: #c0fdf7;
    text-decoration: underline;
}

#unsupported-browser {
    display: none;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    background-image: linear-gradient(top, #fff, #e2e2e2);
    background-image: -o-linear-gradient(top, #fff, #e2e2e2);
    background-image: -moz-linear-gradient(top, #fff, #e2e2e2);
    background-image: -ms-linear-gradient(top, #fff, #e2e2e2);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e2e2e2));

    border-radius: 10px;
    box-shadow: 1px 1px 5px #000;

    top: 55%;
    left: 50%;
    width: 420px;
    margin: -200px;
    padding: 35px;
    font-size: 1.5em;
    border: 1px solid #fff;
}

#unsupported-browser p {
    color: #000;
    text-shadow: white 1px 1px 0;
    line-height: 1.4em;
}

a#force-init-button {
    font-size: .6em;
    color: #e47c6c;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}

a#force-init-button:hover {
    color: #999;
}


#unsupported-browser ul li {
    display: inline;
    list-style-type: none;
    padding-right: 10px;
    font-weight: bold;
    padding: 4px 10px 4px 10px;
    background-color: #606061;
    border-radius: 100px;
    box-shadow: inset -1px -1px -5px #000;
    text-shadow: none;
    font-size: .8em;
}

#unsupported-browser ul {
    margin: 20px 0px 20px 0px;
}


#info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
}

#info section {
    float: left;
    #margin: 20px 40px 20px 20px;
    margin-right: 40px;
}

#info #wtf {
    float: left;
    margin-left: 30px;
    margin-right: 40px;
}

#info #share {
    float: right;
    margin-right: 40px;
}

#info section ul {

}

#info section ul li {
    float: left;
    margin-right: 10px;
}

#info section ul li a {
    font-size: 1.3em;
}

#info #settings .edit {
    display: none;
}

.instructions-btn{
    position: fixed;
    right: 50px;
    top: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 999;
}

#instructions {
    position: absolute;
    top: 30px;
    right: 60px;
}

#fwa {
    display: none; /*remove on 27th November 2010*/
    position: absolute;
    top: 0px;
    right: 0px;
}

#world {
    border-radius: 10px;
    padding: 10px;
    width: 400px;
    position: absolute;
    bottom: 40px;
    right: 5px;
    color: white;
    z-index: 100;
    background: rgba(0, 0, 0, .3);
}

#world > .header {
    display: flex;
    font-size: 1.5em;
    margin-bottom: 5px;
}

#world > .header > h3 {
    flex: 1;
}

#world > .logs {
    /*width: 300px;*/
    max-height: 400px;
    overflow: scroll;
}

#world > .logs::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    scrollbar-arrow-color: #fff;
}

#world > .logs::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.2);
    scrollbar-arrow-color: red;
}

#world > .logs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
}

#world > .logs > .message {
    display: flex;
    margin-bottom: 8px;
}

#world > .logs > .message .content {
    color: #999;
    font-size: 1.3em;
}

#world > .logs > .message .name {
    color: white;
    font-weight: bold;
    font-size: 1.3em;
}


#world > .logs > .message .name:hover {
    cursor: pointer;
    text-decoration: underline;
}

#world > .logs > .message .pos {
    color: #999;
    font-size: 1.3em;
}

#world > .logs > .message .pos:hover {
    text-decoration: underline;
    cursor: pointer;
}

#online-users, #dack-users {
    border-radius: 10px;
    padding: 10px;
    width: 450px;
    position: absolute;
    left: 10px;
    color: white;
    z-index: 99;
    background: rgba(0, 0, 0, .3);
}

#online-users {
    bottom: 40px;
}

#info-content{
    padding-top: 10px;
    padding-bottom: 10px;
}

#dack-users {
    top:30px;
}

#online-users > .header,#dack-users > .dacker{
    display: flex;
    font-size: 1.5em;
    margin-bottom: 5px;
}

#online-users > .header > h3,#dack-users > .dacker > h3 {
    flex: 1;
}

#online-users > span ,#dack-users > span{
    font-size: 1.3em;
    color: #999999;
    display: inline-block;
}

#online-users > .users ,#dack-users > .users{
    max-height: 200px;
    font-size: 1.4em;
    overflow: scroll;
}

#dack-users > .users::-webkit-scrollbar,#online-users > .users::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    scrollbar-arrow-color: #fff;
}

#dack-users > .users::-webkit-scrollbar-thumb,#online-users > .users::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.2);
    scrollbar-arrow-color: red;
}

#dack-users > .users::-webkit-scrollbar-track,#online-users > .users::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
}

#dack-users  .users .name:hover,#online-users .users .name:hover {
    cursor: pointer;
    text-decoration: underline;
}

#online-users .users .user .pos {
    color: #999;
}

.users > .user {
    display: flex;
    padding: 5px 0;
}

.users > .user .name {
    flex: 1;
}

.users > .user .follow {
    display: none;
    cursor: pointer;
    background: rgba(255, 255, 255, .5);
    padding: 2px;
    border-radius: 2px;
}

.users > .user .cancel-follow {
    cursor: pointer;
}

.users > .user:hover .follow {
    margin-right: 8px;
    display: block;
}

.logs .connect, .disconnect {
    margin-right: 8px;
    margin-bottom: 8px;
    color: #999;
    font-size: 1.3em;
}

.logs .connect .name {
    color: white;
    font-weight: bold;
}

.logs .connect .name:hover {
    cursor: pointer;
    text-decoration: underline;
}
