.engine_view.engine_view_fullsize {
}
.janusweb_ui_main {
  z-index: 1;
  pointer-events: none;
}
.janusweb_ui_main>* {
  pointer-events: all;
}
.janusweb_ui_navigation {
  position: absolute;
  top: .5em;
  left: .5em;
  z-index: 1;
}
.janusweb_ui_statusindicator {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #999;
  background: white;
  box-shadow: 0 0 5px rgba(0,0,0,.8);
}
.janusweb_ui_statusindicator .inner {
  width: 40px;
  height: 40px;
  border: 1px solid #999;
  margin: 4px;
  border-radius: 50%;
  background: #768692 url(http://janusvr.com/images/logos/logoonly.png);
  background-size: cover;
  background-size: 130%;
  background-repeat: no-repeat;
  background-position: center;
}

.janusweb_ui_navigation .ui_list.notifications {
  position: absolute;
  top: 100%;
  width: 100em;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 10em;
  border: 0;
  background: none;
}
.janusweb_ui_navigation .ui_list.notifications::before {
  position: absolute;
  display: block;
  content: ' ';
  top: 0;
  bottom: 1em;
  left: 1.5em;
  width: 2px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.9);
  z-index: -5;
}
.janusweb_ui_navigation .ui_list.notifications .notification {
  position: relative;
  display: block;
  margin: .5em 0;
  padding: 0 0 0 3em;
  clear: left;
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
  border-bottom: 0;
}
.janusweb_ui_navigation .ui_list.notifications .notification::before {
  display: inline-block;
  position: absolute;
  left: 0;
  content: ' ';
  width: 1em;
  height: 1em;
  border: 1px solid white;
  box-shadow: 0 0 5px rgba(0,0,0,.8);
  background: #999;
  border-radius: 50%;
  margin: 0 1em;
}
.janusweb_ui_navigation .ui_list.notifications .notification.info::before {
  background: #66f;
}
.janusweb_ui_navigation .ui_list.notifications .notification.warning::before {
  background: #ff6;
}
.janusweb_ui_navigation .ui_list.notifications .notification.error::before {
  background: #f66;
}
.janusweb_ui_navigation .ui_list.notifications .notification.success::before {
  background: #4cb96f;
}
