
html, body {
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    margin: 0px;
    padding: 0;
    overflow: hidden;
}

#vue-root {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
}

.button-change {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 150px;
    height: 30px;
    background: black;
    color: white;
    font-size: 14px;
    font-family: "OpenSans-Light";
    border-style: solid;
    border-width: thin;
}

#buttons {
    position: fixed;
    top: 0;
    right: 30px;
    z-index: 1;
//background: white;
    height:100px;
    width:100px;

}

.control{
    position:absolute;
    color:#ccc;
    top:10px;
    left:20px;
    z-index:5;
    width:100px;
    height:150px;
    border:none;
    overflow:hidden;
//pointer-events:none;
}

.uploadControl{
    position:absolute;
    color:#ccc;
    top:20px;
    left:20px;
    z-index:5;
    width:300px;
    height:310px;
    border:none;
    overflow:hidden;
}

canvas {
    position: absolute;
    top: 0;
}

.menu {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.button {
    display: inline-block;
    padding: 8px;
    color: #FFF;
    background-color: #555;
}

.button.enabled {
    background-color: rgb(18, 36, 70);
}

.button:hover {
    cursor: pointer;
    background-color: rgb(18, 36, 70);
}

.button.error {
    pointer-events: none;
    background-color: red;
}


.btnCardboard{
//position: absolute;
    top:0px;
    right:0px;
    float:left;
    pointer-events:visible;
}

.btnFS{
// position: absolute;
    bottom:0px;
    right:0px;
    float:left;
    pointer-events:visible;
}

.usersInfo {
    font-family: sans-serif;
    font-size: 20px;
    position: absolute;
    top: 50px;
    left: 10px;
}

.readyInfo {
    font-family: sans-serif;
    font-size: 20px;
    top: 70px;
    position: absolute;
    left: 10px;
}
.dg.ac {
    z-index: 1 !important; /* FIX DAT.GUI */
}

@font-face {
    font-family: OpenSans-Light;
    src: url('../fonts/OpenSans-Light.ttf');
}


#top-left-overlay {
    position: absolute;
    top: 12px;
    left: 12px;
}

#top-left-overlay img {
    float: left;
}

#scene-name-overlay {
    font-size: 36px;
    font-family: OpenSans-Light;
    color: #FFF;
    padding: 12px 0 0 20px;
    float: left;
}

.scene-name-spacer {
    width: 0;
    height: 12px;
}

#powered-by {
    font-size: 12px;
    font-family: "OpenSans-Light";
    color: #FFF;
    padding: 10px 0 0 1px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#flow-logo-overlay {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #FFF;
    font-family: OpenSans-Light;
    font-size:0.6em;
}

#flow-logo-overlay img {
    margin-bottom: -4px;
    margin-left: 3px;
}

button:focus {outline:0;}
