* { box-sizing: border-box; }
body, html { margin: 0; padding: 0px !important; overflow: hidden; }
body { margin: 0; padding: 0; width:100vw; height: 100vh; overflow: hidden; background: #000; font-family:"Roboto Regular"; }
#remote-video { position: absolute; left:33.3%; width:33.3%; top: 71px; height:auto; z-index: 0; }
#local-video { position: absolute; top: 5px; right: 10px; border:solid 1px #333; width:106px; height:60px; z-index: 3; display: block; float:right; background: black; }

#top { position: absolute;  top: 0; left: 0; width:100%; height: 70px; margin:0; padding: 5px 10px; font-weight: bold; color:#aaa; font-size: 18px; z-index:1; background: rgba(0, 0, 0, 0.6); }
	
	#statsDiv { display:inline-block; width:30%; line-height: 18px; line-height: 22px; font-size: 0.9em; color:#ddd; float: left; }
	#headlineDiv { display:inline-block; width: 40%; text-align: center; }
	#local-video-div { display:inline-block; width: 30%; }

#circleBg { position: absolute; display: none; bottom: 0; left: 0; width:100%; height: 9px; background: rgba(0, 0, 0, 0.6); z-index: 2; }

h3 { color: #0ed818; margin:0px; padding: 0px; }
hr { width: 25px; height: 1px; line-height: 1px; margin: 3px; background-color: #666; border: none; }

#circle { display: inline-block; position: absolute; opacity: 0;  z-index:3; bottom:20%; background: url('../img/sphere_green.svg') center center no-repeat; width:95px; height:130px; border-radius: 5px; }
#clientBar { display: inline-block; position: absolute; opacity: 0;  z-index:3; bottom:50%; width:5px; height:20px; left: 2px; border-radius: 5px; }

#subHeadline, #logo, #statsDiv { text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.6); }

.trans { background: transparent !important; }
#nav { text-align: center; width:100%; margin-bottom: 15px; }

#blue { color: #0460b6; }
#green { color: #09b611; }
#red { color: #b63405 }

#debug { position: absolute; top:81px; left:10px; color:white; font-family: courier; line-height: 14px; width: 30%; height:auto; font-size: 11px; text-align: left; overflow-y: auto; }
#sliderHandle { width: 3em; height: 1.6em; top: 50%; margin-top: -.8em; text-align: center; line-height: 1.4em; font-size: 14px; color:#888 !important; background: #fefefe !important; margin-left:-20px; } 
#slider { margin-top: 2px; display: inline-block; width: 40%; max-width: 400px; }

.ui-slider-pips .ui-slider-pip 
{ 
	width: 2em; height: 1em; line-height: 1em; position: absolute;
	font-size: 0.8em; color: #eee !important; overflow: visible; text-align: center;
	top: 20px; left: 20px; margin-left: -1em; cursor: pointer;
}
.ui-slider-pips .ui-slider-line { background: #eee !important; width: 1px; height: 3px; position: absolute; left: 50%; }
.ui-slider { box-shadow: inset 0 2px 1px #aaa; border-color: #000; }
.ui-widget-content { background: #ccc !important; }
.ui-slider-horizontal .ui-slider-handle { height: 14px; width: 14px; background: #2cafe3; border: 1px solid rgba(0,0,0,0.6); margin-left: -8px; cursor: pointer; }
.ui-slider-pip-last .ui-slider-line, .ui-slider-pip-first .ui-slider-line { display: none; }
.ui-slider-pip-last .ui-slider-label, .ui-slider-pip-first .ui-slider-label { top: -3px !important; }

input:focus { border: solid 1px red !important; background: red; }
#emdr_counter, #emdr_timer, #emdr_session_timer { font-family: courier; display:none; position: absolute; z-index:3; bottom:7px; right:0px; text-align: center; text-align: center; background: #222 !important; color:#bbb !important; border: solid 1px #666 !important; }
#emdr_counter { left: 10px; width:30px !important; }
#emdr_timer, #emdr_session_timer { width: 60px !important; }
#emdr_timer { left: 50px; }
#emdr_session_timer { right:10px; }
#emdrControlBg { display:none; position: absolute; z-index:3; bottom:0px; left:0px; height: 135px; width: 100%; opacity: 0.5; color:#fff;  text-align: center; padding: 0; padding: 10px; background: rgba(100, 100, 100, 0.5); border-top: dotted 1px white; }
#emdrControl { display:none; position: absolute; z-index:2; bottom:0px; left:0px; height: 135px; width: 100%; text-align: center; opacity: 0; padding: 0; padding-top: 15px; background: rgba(234, 234, 234, 0.6); }
#emdrControl:hover { opacity: 1; }

.borders span { display: block; color: #444; font-size: 0.7em; }
.borders span::before { content: "· "; }
.borders span::after { content: " ·"; }
.borders { display: inline-block; border:solid 1px #9a9a9a; padding: 5px; border-radius: 5px; margin: 0 2px; line-height: 10px; }

@media only screen and (max-width: 960px) {
  #emdrControl { height: 190px; }
  .borders { margin-bottom: 2px; }
}

#status, #error { display:none; color:#eee; font-size: 0.9em; font-style: italic; margin-top: 10px auto; line-height: 1.4em; text-align: left; vertical-align: top; }
#status, #error, #chatBox, #messages, #msg { z-index: 1; }
#status, #error, #chatBox { border:dotted 1px #333; padding: 10px; }

#chatBox { display: none; z-index: 1; margin: 10px auto; width:auto; max-width: 480px; background: rgba(50, 50, 50, 0.7); }
#chat-button, #chat-close { background: #222 !important; border: solid 1px #666 !important; color:white; }
#chat-button { display: none; }
#msg { margin-top: 10px; color: white; text-align: left; font-size: 0.9em; line-height: 1.2em; }
#msgInput { color:white; border:solid 1px #666; border-radius: 3px; background: rgba(51, 51, 51, 0.303); padding: 3px; }

#cs_peerjs, #cs_stun, #cs_turn { font-size: 0.5em; margin-right: 5px; }
#userName, #cs_relay, #cs_ping, #cs_bandwidth, #cs_media { font-size: 0.7em !important; }
#userName::before, #cs_bandwidth::before, #cs_media::before, #cs_ping::before, #IP::after { content: "\00a0\00a0|\00a0\00a0"; font-size:0.3em; color:#aaa; }
#userName::before {  content: "\00a0\00a0"; }
#userNameDiv { display: none; }

#statusDiv { position: absolute; top: 71px; left: 0; width:100%; display:block; width:100%; height: auto; vertical-align: top; text-align: center; z-index:2; }
#controlsDiv { z-index: 2; max-width: 30%; display:inline-block; float:right; }
#subHeadline { color:#aaa; font-size: 0.6em; }
#logo { height: 24px; margin-right: 10px; }

#remote-control-div { float:right; z-index: 1; position: absolute; top: 10px; right: 10px; max-width: 30%; }
#statusError { z-index: 1; float:left; margin: 10px 0 0 10px; max-width: 50vw; width: auto; background: rgba(50, 50, 50, 0.7); }

.red { color: red !important; }
.green { color: #0ed818 !important; }
.darkgreen { color: #06910d !important; }
.white { color: white; }
.grey { color: #ccc; }
.invisible { opacity: 0; }
.nocursor { cursor: none; }

#audio_stimulation { widt: 30px !important; }

.easing img { width: 35px; }
.shape img, .color img { width:10px; }

.pure-button i, .pure-button img { vertical-align: middle; min-width: 18px; max-height: 18px; }
.pure-button { padding: 5px 4px 5px 4px !important; border-width: 1px; margin-bottom: 5px; border-color:#eee; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align: center; vertical-align: bottom; min-width: 20px; background-color: #ddd !important; border: solid 1px #eee !important; }
.pure-button-active,.pure-button:active{ background-color: #fff !important; box-shadow: none !important; cursor:pointer; }
.shape img, .color img, .speed i, .control i { margin-right: 4px; }

.ui-widget-content .ui-state-default { background: #fff; }
.dim { opacity: 0; }
.dim_01 { opacity: 0.1; }
.dim_04 { opacity: 0.4; }
.dim:hover, .dim_01:hover, .dim_04:hover { opacity: 1; cursor: pointer; }
.small { font-size: 0.6em; }
.mini { font-size: 0.25em; margin-right: 1px; }
.fa-cloud, .fa-signal, .fa-user { font-size:0.9em; width:25px; min-width: 25px; color:#aaa; display: inline-block; }
.nocursor { cursor:none; }

#progress { display: none; z-index:1; width: 50%; min-width: 100px; height:3px; overflow-x: hidden; line-height: 3px; text-align: left; margin: 6px 0 0 0; background: #444; }
#progressBar { margin-left:-1px; border-right:solid 2px #0ed818; padding:0px; height:3px; animation: move 3s ease-in-out alternate infinite; width: 1px; }
@keyframes move { from { padding-left: 0px; } to { padding-left: 100%; } }
