.ModelCollection {
  width: 100%;
  display: block;
  background-color: #F00FFF;
  user-select: none;
  cursor: default; }

.ModelEntry {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  background-color: #444444;
  font-family: Roboto, Sans-Serif;
  color: #BCBCBC;
  line-height: 30px;
  cursor: default;
  user-select: none; }

.ModelEntry:nth-child(odd) {
  background-color: #545454; }

.ModelTitle {
  display: block;
  height: 35px;
  width: 180px;
  text-align: left;
  overflow: hidden;
  font-size: 12px; }

.ModelTitle.highlighted {
  color: #00FFDA; }

.ModelColorPicker {
  display: flex;
  height: 35px;
  width: 35px;
  justify-content: center; }

.ColorPreview {
  width: 15px;
  height: 15px;
  border: 1px solid #FFFFFF;
  display: block;
  background-color: #FF9100;
  margin-top: 7px; }

.ModelWireframeToggle {
  display: block;
  height: 35px;
  width: 35px; }

.ModelZoomToggle {
  display: block;
  height: 35px;
  width: 35px; }

.ModelLabelToggle {
  display: block;
  height: 35px;
  width: 35px; }

.ModelVisibilityToggle {
  display: block;
  height: 35px;
  width: 35px; }

.model-controls {
  line-height: 30px;
  padding-left: 5px; }

.ModelEntry i {
  font-size: 20px;
  line-height: 30px; }

.ModelEntryHeader {
  display: flex;
  justify-content: flex-end;
  height: 20px;
  font-size: 10px;
  color: #BCBCBC;
  font-family: Roboto, Sans-Serif;
  background-color: #353535;
  line-height: 20px; }

.ModelEntryHeader div {
  padding-right: 10px; }

.SideBar {
  display: block;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 325px;
  background-color: #222222;
  box-shadow: none;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: transform 0.5s;
  transform: translate(-325px, 0px);
  z-index: 10; }

.SideBar.visible {
  left: 0px;
  box-shadow: 5px 0px 5px rgba(20, 20, 20, 0.4);
  transform: translate(0px, 0px); }

.SideBarTitle {
  background-color: #222222;
  width: 100%;
  display: block;
  height: 75px;
  cursor: default;
  user-select: none; }

.TabsContainer {
  background-color: #444444;
  width: 100%;
  display: flex;
  height: 60px;
  justify-content: center; }

.TabButton {
  width: 50px;
  height: 58px;
  display: block;
  color: #9D9D9D;
  padding-left: 20px;
  padding-right: 20px;
  cursor: default;
  user-select: none; }

.TabButton.active {
  color: #00FFDA;
  border-bottom: 2px solid #00FFDA; }

.TabButton i {
  font-size: 35px;
  line-height: 60px;
  text-align: center; }

.SideBarTabs {
  display: block;
  position: absolute;
  z-index: 5;
  width: 100%;
  background-color: #EAEAEA;
  cursor: default;
  user-select: none; }

.DropDownContainer {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.8); }

.DropDownEntry {
  display: flex;
  height: 30px;
  font-family: Roboto, Sans-Serif;
  padding-left: 10px;
  line-height: 30px;
  justify-content: space-between; }

.DropDownEntry.empty {
  font-style: italic; }

.DropDownEntry.header {
  padding-left: 20px;
  text-align: center;
  font-size: 20px;
  background-color: #222222;
  color: #00FFDA; }

.DropDownEntry.header:hover {
  background-color: #222222; }

.DropDownEntry.link {
  padding-right: 10px;
  background-color: #EAEAEA;
  padding-left: 10px;
  border-left: 1px solid #000000; }

.DropDownEntry.link i {
  line-height: 30px; }

.DropDownEntry:hover {
  background-color: #BCBCBC; }

.SideBarPanelHeader {
  background-color: #222222;
  width: 100%;
  height: 35px;
  border-top: 1px solid #9D9D9D;
  font-size: 17px;
  font-family: Roboto, Sans-Serif;
  color: #EAEAEA;
  line-height: 35px;
  display: flex;
  user-select: none;
  cursor: default; }

.SideBarPanel.open i {
  color: #FFFFFF; }

.SideBarPanel.open .SideBarPanelBody {
  height: auto; }

.SideBarPanelBody {
  height: 0px;
  width: 100%;
  background-color: #444444;
  overflow: hidden; }

.SideBarPanelBody.visible {
  height: auto; }

.InventumTitle {
  display: block;
  width: 200px;
  font-family: Roboto, Sans-Serif;
  font-size: 25px;
  color: #FFFFFF;
  padding-left: 10px;
  padding-top: 5px; }

.InventumLogo {
  display: block;
  width: 270px;
  height: 70px;
  background-image: url("../img/logo/inventum_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 10px; }

.InventumDescription {
  display: block;
  width: 100%;
  font-family: Roboto, Sans-Serif;
  font-size: 18px;
  color: #EAEAEA;
  padding-left: 10px;
  padding-top: 5px; }

.SideBarCloseButton {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: default;
  user-select: none; }

.SideBarCloseButton:hover i {
  color: #FFFFFF; }

.SideBarCloseButton i {
  color: #9D9D9D; }

.PanelExpandButton {
  width: 20px;
  height: 35px;
  display: block;
  padding-right: 5px; }

.PanelExpandButton i {
  font-size: 25px;
  line-height: 35px;
  text-align: center; }

.PanelTitle {
  width: 250px;
  overflow: hidden;
  font-size: 15px; }

.HeaderControls i {
  line-height: 35px;
  font-size: 20px;
  color: #9D9D9D;
  padding-left: 5px; }

.ContentContainer {
  position: absolute;
  top: 75px;
  left: 0px;
  width: 100%;
  height: calc(100% - 75px);
  overflow-y: hidden; }

.PanelContainer {
  width: 100%;
  height: calc(100% - 60px);
  overflow-y: auto;
  position: absolute;
  top: 60px;
  transition: top 0.5s; }

.PlaybackContainer {
  height: 0px;
  width: 100%;
  transition: height 0.5s;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  background-color: #333333; }

.PlaybackContainer i {
  color: #FFFFFF;
  font-size: 35px;
  line-height: 50px; }

.SideBarTabs.Controls .PlaybackContainer {
  height: 50px; }

.SideBarTabs.Controls ~ .PanelContainer {
  height: calc(100% - 110px);
  top: 110px; }

.PlaybackButton {
  width: 40px;
  height: 40px;
  display: block;
  color: #9D9D9D;
  padding-left: 20px;
  padding-right: 20px;
  cursor: default;
  user-select: none; }

.map-horizontal-controls {
  display: flex;
  position: absolute;
  height: 25px;
  width: 475px;
  top: 10px;
  right: 20px;
  z-index: 5;
  justify-content: flex-end; }

.map-horizontal-button {
  display: inline-block;
  background: #444444;
  z-index: 5;
  height: 25px;
  color: #FFFFFF;
  vertical-align: middle;
  line-height: 25px;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: default;
  transition: all 0.2s;
  font-family: Roboto, Sans-Serif;
  user-select: none; }

.map-horizontal-button:hover {
  background: #00b7a5; }

.map-horizontal-button.open {
  color: #00fff3; }

.map-horizontal-button.disabled {
  opacity: 0.2; }

.map-horizontal-button .material-icons {
  font-size: 15px;
  padding-right: 5px;
  position: relative;
  top: 2px; }

.ViewerButtonContainer {
  position: relative;
  padding-left: 20px; }

.PlaceholderComingSoon {
  display: block;
  font-family: Roboto, Sans-Serif;
  font-size: 25px;
  height: 40px;
  text-align: center;
  line-height: 35px; }

.map-horizontal-dialogbox {
  position: absolute;
  display: none;
  width: 400px;
  height: 100px;
  left: -350px;
  user-select: none;
  cursor: default; }

.map-horizontal-dialogbox.right {
  left: 0px; }

.map-horizontal-dialogbox .dialogContent {
  position: absolute;
  top: 15px;
  font-family: Roboto, Sans-Serif;
  color: #FFFFFF;
  background-color: #444444;
  font-size: 20px;
  padding-top: 5px;
  width: 100%; }

.map-horizontal-dialogbox .dialogArrow {
  width: 0;
  height: 0;
  position: absolute;
  right: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #444444; }

.map-horizontal-dialogbox.right .dialogArrow {
  right: auto; }

.TourBoxTitle {
  padding-left: 10px;
  padding-bottom: 10px; }

.TourBoxTitle .Highlight {
  color: #00FFDA; }

.TourDescription {
  width: 220px;
  font-size: 13px;
  padding-top: 5px; }

.TourThumbnail {
  background-color: #FF00FF;
  display: block;
  width: 150px;
  height: 75px;
  background-size: cover; }

.TourEntry {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  user-select: none;
  cursor: default; }

.TourEntry:nth-child(even) {
  background-color: #353535; }

.ControlsContainer {
  margin-bottom: 10px; }

.ControlsContainer .ControlButton {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #c10000;
  width: auto;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px; }

.CloseButton {
  font-size: 15px;
  display: block;
  width: 50px;
  overflow: hidden;
  position: absolute;
  top: 5px;
  right: 0px; }

.SlideContainer {
  display: flex;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  justify-content: center;
  flex-flow: column wrap;
  align-content: center; }

.Slide {
  display: block;
  font-family: 'Roboto';
  pointer-events: auto;
  background-color: #333333;
  overflow: hidden;
  align-self: center; }

.SlideElementText {
  font-family: 'Roboto';
  font-size: 28px;
  color: #FFFFFF;
  user-select: none;
  cursor: default; }

.SlideElementVideo {
  font-family: 'Roboto';
  font-size: 28px;
  color: #FFFFFF;
  user-select: none;
  cursor: default;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(20, 20, 20, 0.8); }

.SlideElementVideo iframe {
  position: absolute;
  left: 0px;
  top: 0px; }

.LoadingYoutube {
  display: block;
  text-align: center; }

.SlideElementImage {
  user-select: none;
  cursor: default;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: center; }

.SlideCloseButton {
  position: absolute;
  right: 0px;
  width: 20px;
  height: 20px;
  display: block;
  user-select: none;
  cursor: default;
  display: flex;
  justify-content: center;
  background-color: #000000;
  pointer-events: auto;
  z-index: 99; }

.SlideCloseButton i {
  color: #FFFFFF;
  line-height: 20px;
  font-size: 20px; }

.LoadingContainer {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(183, 183, 183, 0.8);
  flex-direction: column;
  z-index: 12; }

.LoadingText {
  font-family: Roboto, Sans-Serif;
  color: #FFFFFF;
  text-align: center; }

.LoadingBox {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.85);
  width: 800px; }

.LoadingLower {
  display: flex; }

.TourContainer {
  height: 170px;
  width: 100%;
  background-color: #444;
  border-top: 2px solid #FFFFFF;
  position: relative; }

.TourTitle {
  font-family: 'Roboto';
  color: #FFFFFF;
  font-size: 55px;
  width: 50%;
  overflow: hidden;
  height: 100%;
  display: flex;
  text-shadow: 2px 2px 4px #000000;
  align-items: center;
  justify-content: center; }

.TourTextContainer {
  display: inline-block;
  position: absolute;
  left: 30px; }

.TourTextContainer .projectHeading {
  font-size: 35px; }

.TourTextContainer .companyHeading {
  padding-top: 10px; }

.TourButtons {
  width: 50%;
  right: 0px;
  top: 0px;
  height: 100%;
  position: absolute; }

.NewsContainer {
  height: 350px;
  display: block;
  width: 400px;
  border-left: 1px solid #FFFFFF;
  border-top: 2px solid #FFFFFF; }

.NewsButtonsContainer {
  display: flex;
  background-color: #444;
  justify-content: flex-end;
  align-items: center;
  height: 49px; }

.TourButton {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #EEE;
  font-family: Roboto, Sans-Serif;
  transition: all 0.2s;
  user-select: none;
  cursor: default;
  box-shadow: 2px 2px 4px rgba(20, 20, 20, 0.8);
  padding-right: 10px; }

.TourButton.skip {
  background-color: #616161;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  right: 40px;
  bottom: 10px;
  position: absolute; }

.TourButton.skip.loaded {
  justify-content: center;
  padding-left: 10px; }

.TourButton.start {
  background-color: #9e191f;
  font-size: 25px;
  height: 80px;
  line-height: 60px;
  margin-right: 10px;
  width: 200px;
  position: absolute;
  left: 150px;
  top: 40px; }

.TourButton.start.loaded:hover {
  color: #444; }

.TourButton.start.loaded {
  background-color: #00B7A5;
  justify-content: center;
  font-size: 45px; }

.SettingsButton {
  width: 50%;
  background-color: #444;
  color: #EEE;
  font-family: Roboto, Sans-Serif;
  font-size: 30px;
  line-height: 50px;
  height: 49px;
  text-align: center; }

.NewsItemsContainer {
  height: 270px;
  overflow-y: scroll; }

.NewsItem {
  padding-left: 10px;
  font-family: 'Roboto';
  color: #FFFFFF;
  padding-bottom: 5px;
  background-color: #333333;
  font-size: 12px;
  line-height: 15px;
  padding-top: 5px; }

.NewsItem:nth-child(odd) {
  background-color: #545454; }

.NewsTitle {
  height: 25px;
  font-family: Roboto, Sans-Serif;
  font-size: 25px;
  color: #FFFFFF;
  padding-left: 10px;
  line-height: 20px;
  padding-top: 5px;
  background-color: #444;
  border-bottom: 1px solid #FFFFFF; }

.TutorialContainer {
  display: block;
  width: 800px;
  background-color: #444;
  padding-top: 10px;
  padding-bottom: 10px; }

.TutorialContainerTitle {
  text-align: center;
  font-family: Roboto, Sans-Serif;
  font-size: 40px;
  color: #FFFFFF;
  padding-bottom: 15px;
  text-shadow: 2px 2px #000000;
  user-select: none;
  cursor: default; }

.ActionsContainer {
  display: flex; }

.TutorialEntry {
  width: 275px;
  display: block;
  text-align: center;
  font-family: Roboto, Sans-Serif;
  color: #FFFFFF;
  user-select: none;
  cursor: default; }

.TutorialTitle {
  font-size: 20px;
  margin-bottom: 10px;
  text-shadow: 2px 2px #000000;
  user-select: none;
  cursor: default; }

.TutorialIcon i {
  font-size: 60px;
  line-height: 60px;
  text-shadow: 2px 2px #000000;
  user-select: none;
  cursor: default; }

.TutorialResult {
  margin-top: 10px;
  font-size: 30px;
  text-shadow: 2px 2px #000000;
  user-select: none;
  cursor: default; }

.TourButton.skip.loaded:hover {
  color: #00FFDA; }

.TourContainer .LoadingText {
  font-family: Roboto, Sans-Serif;
  color: #FFFFFF;
  text-align: left;
  position: absolute;
  font-size: 50px;
  top: 38px;
  left: 55px;
  text-shadow: 2px 2px #000000; }

.TourContainer .sk-folding-cube {
  position: absolute;
  right: 100px;
  top: 55px;
  width: 60px;
  height: 60px; }

.LoadingGroup {
  padding: 10px;
  width: 150px;
  background-color: #333; }

.LoadingTextSmall {
  font-size: 30px; }

.sk-folding-cube {
  width: 20px;
  height: 20px;
  position: relative;
  padding-right: 15px;
  padding-left: 10px; }

.TourButton.start .sk-folding-cube {
  width: 40px;
  height: 40px;
  margin-left: 20px; }

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00b7a5;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

.PointcloudControls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: Roboto, Sans-Serif;
  color: #FFFFFF;
  padding-top: 10px;
  user-select: none;
  cursor: default; }

.ControllerContainer {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 10px; }

.ControllerLabel {
  width: 40%;
  padding-left: 10px; }

.Controller {
  display: flex;
  width: 60%;
  padding-right: 10px;
  flex-wrap: wrap; }

.Controller select {
  width: 100%; }

.Controller .slider {
  width: 100%; }

.Controller .PointNumber {
  width: 50px; }

.SliderWrapper {
  width: 105px;
  margin-right: 10px; }

.EDLButton {
  width: 115px;
  background-color: #222222;
  font-size: 20px;
  text-align: center; }

.LightingControls {
  width: 100%;
  background-color: #333333; }

input[type=range].slider {
  -webkit-appearance: none;
  margin: 6.5px 0; }

input[type=range].slider:focus {
  outline: none; }

input[type=range].slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  background: #bcbcbc;
  border-radius: 0px;
  border: 0px solid #010101; }

input[type=range].slider::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid #00fff2;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background: #00fff2;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6.5px; }

input[type=range].slider:focus::-webkit-slider-runnable-track {
  background: #bcbcbc; }

input[type=range].slider::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  background: #bcbcbc;
  border-radius: 0px;
  border: 0px solid #010101; }

input[type=range].slider::-moz-range-thumb {
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid #00fff2;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background: #00fff2;
  cursor: pointer; }

input[type=range].slider::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range].slider::-ms-fill-lower {
  background: #bcbcbc;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0); }

input[type=range].slider::-ms-fill-upper {
  background: #bcbcbc;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0); }

input[type=range].slider::-ms-thumb {
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid #00fff2;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background: #00fff2;
  cursor: pointer;
  height: 2px; }

input[type=range].slider:focus::-ms-fill-lower {
  background: #bcbcbc; }

input[type=range].slider:focus::-ms-fill-upper {
  background: #bcbcbc; }

.AnimationTimelineBar {
  position: absolute;
  background-color: rgba(20, 20, 20, 0.8);
  height: 125px;
  width: 100%;
  bottom: 0px;
  transition: all 0.5s;
  font-family: Roboto, Sans-Serif;
  line-height: 50px;
  font-size: 20px;
  color: #FFFFFF;
  pointer-events: none;
  z-index: 9;
  transform: translateY(75px); }

.ControlsPanel {
  display: flex;
  height: 100%;
  width: 300px;
  justify-content: space-between; }

.ControlsPanel .button {
  display: block;
  height: 40px;
  width: 40px;
  color: #FFFFFF;
  user-select: none;
  cursor: default;
  pointer-events: auto;
  margin-top: 5px; }

.button i {
  line-height: 40px;
  font-size: 40px; }

.AnimationTimelineBar.hidden {
  transform: translateY(125px); }

.AnimationTimelineBar.TimelineView {
  transform: translateY(0px); }

.AnimationTimelineBar.hidden.TimelineView {
  transform: translateY(0px); }

.SelectBar {
  display: flex;
  margin-right: 50px;
  user-select: none;
  pointer-events: auto;
  cursor: default; }

.StatusBar {
  display: flex;
  margin-left: 50px;
  user-select: none; }

.StatusBar .button {
  margin-top: 5px;
  padding-left: 10px;
  pointer-events: auto;
  cursor: default;
  user-select: none; }

.AnimationList {
  display: block;
  width: auto;
  position: absolute;
  bottom: 125px;
  background-color: #EAEAEA;
  opacity: 1.0;
  transition: all 0.5s;
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.6);
  width: 250px;
  max-height: 250px;
  overflow-y: auto; }

.AnimationEntry {
  padding-left: 10px;
  padding-right: 10px;
  color: #000000;
  font-size: 15px;
  line-height: 40px; }

.AnimationEntry:hover {
  background-color: #BCBCBC; }

.AnimationTimelineBar.hidden .AnimationList {
  opacity: 0; }

.AnimationTimelineBar.TimelineView.hidden .AnimationList {
  opacity: 1.0; }

.AnimationBar {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 50px; }

.TimelineBar {
  display: flex;
  width: 100%;
  height: 75px;
  justify-content: center; }

.timeline {
  position: absolute;
  width: 780px;
  display: block;
  pointer-events: all;
  top: 65px; }

.sliderBackground {
  display: block;
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 10px;
  top: 2px;
  padding-right: 4px;
  border-radius: 5px; }

.sliderProgressFill {
  display: block;
  position: absolute;
  background-color: #00FFDA;
  width: 100%;
  height: 10px;
  top: 2px;
  padding-right: 4px;
  border-radius: 5px;
  transition: all 0.2s; }

.pipContainer {
  display: flex;
  align-items: center;
  width: calc(100% - 20px);
  height: 8px;
  margin-top: 3px;
  position: absolute;
  margin-left: 10px;
  pointer-events: none; }

.pip {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #FFFFFF;
  border-radius: 50%;
  left: 0%;
  position: absolute;
  z-index: 0; }

.timelineSlider {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 10px;
  -webkit-appearance: none;
  background: none;
  outline: none;
  border-radius: 4px;
  transition: all 0.2s;
  pointer-events: all; }

.timelineSlider.disabled::-webkit-slider-thumb {
  background: #333333; }

.timelineSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #00FFDA;
  cursor: pointer;
  border-radius: 50%;
  border: #FFFF 2px solid;
  transition: all 0.2s; }

.timelineTick {
  width: 3px;
  height: 10px;
  display: block;
  background-color: #000000;
  margin-left: 1px;
  margin-top: 5px; }

.pip.active .timelineTickText {
  color: #00FFDA; }

.timelineTickText {
  display: block;
  width: 95px;
  height: 35px;
  font-family: 'Arial';
  margin-left: -45px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  margin-top: 3px;
  pointer-events: all;
  user-select: none; }

.GalleryContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -500px;
  width: 1000px;
  height: 600px;
  background: rgba(20, 20, 20, 0.8);
  display: none;
  cursor: default;
  user-select: none;
  justify-content: center; }

.GalleryContainer.visible {
  display: block; }

.GalleryHeader {
  display: block;
  height: 30px;
  width: 100%;
  font-family: Roboto, Sans-Serif;
  color: #FFFFFF;
  background-color: #333333;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  z-index: 3; }

.GalleryTitle {
  font-family: Roboto, Sans-Serif;
  color: #FFFFFF;
  padding-left: 20px;
  font-size: 20px;
  padding-top: 5px; }

.GalleryClose {
  position: absolute;
  top: 0px;
  right: 0px; }

.KeyframeContainer {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  height: 570px;
  overflow-y: scroll;
  align-content: flex-start; }

.KeyframePreview {
  width: 200px;
  height: 150px;
  display: block;
  padding: 20px;
  overflow: hidden;
  transition: all 0.2s; }

.KeyframePreview:hover {
  background-color: rgba(200, 200, 200, 0.4); }

.KeyframePreview.disabled {
  opacity: 0.2; }

.KeyframeThumbnail {
  width: 200px;
  height: 113px;
  display: block;
  background-color: #d800e6;
  background-size: cover; }

.KeyframeDescription {
  font-family: Roboto, Sans-Serif;
  color: #FFFFFF;
  font-size: 12px; }

.KeyframeName {
  font-size: 15px; }

.KeyframeInfo {
  background-color: rgba(20, 20, 20, 0.8);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
  top: 93px;
  height: 20px; }

.KeyframeDelay {
  font-family: Roboto, Sans-Serif;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 20px; }

.NotificationsContainer {
  display: flex;
  position: absolute;
  bottom: 60px;
  right: 75px;
  flex-direction: column-reverse;
  align-items: center;
  pointer-events: none; }

.NotificationToast {
  display: flex;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 2px;
  font-family: 'Roboto';
  font-size: 30px;
  text-align: center;
  background-color: #333;
  color: #FFFFFF;
  padding: 10px 25px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  opacity: 0.0;
  transform: translateY(20px);
  transition: all 0.25s; }

.NotificationToast.visible {
  opacity: 1.0;
  transform: translateY(0); }

.ToastIcon {
  padding-right: 20px; }

.ToastIcon i {
  font-size: 35px;
  line-height: 35px; }

body {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  cursor: default; }

canvas {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #000000;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: -99; }

.map-vertical-button {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: #444444;
  margin-bottom: 10px;
  text-align: center;
  transition: all 0.2s;
  cursor: default;
  user-select: none; }

.map-vertical-button:hover {
  background: #00b7a5;
  transform: scale(1.2, 1.2); }

.map-vertical-button .material-icons {
  color: #FFFFFF;
  line-height: 45px;
  font-size: 25px; }

.map-vertical-button.disabled .material-icons {
  color: #222222;
  line-height: 45px;
  font-size: 25px; }

.map-vertical-controls {
  position: absolute;
  z-index: 5;
  width: 50px;
  right: 10px;
  bottom: 0px;
  margin-bottom: 125px; }

.menu-controls-info {
  color: #000000;
  position: absolute;
  z-index: 5;
  left: 0px;
  top: 10px;
  user-select: none;
  cursor: default;
  transition: transform 0.5s;
  transform: translate(0px, 0px); }

.menu-controls-info.moved {
  transform: translate(325px, 0px); }

.sidebarToggleButton {
  float: left; }

.sidebarToggleButton .material-icons {
  color: #FFFFFF;
  text-shadow: 2px 2px 4px #000000;
  font-size: 50px; }

.projectInfo {
  float: left;
  padding-left: 10px;
  font-family: Roboto, Sans-Serif;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px #000000; }

.linkBox {
  display: inline-block;
  z-index: 5;
  color: #FFFFFF;
  vertical-align: middle;
  line-height: 25px;
  font-size: 15px;
  cursor: default;
  transition: all 0.2s;
  font-family: Roboto, Sans-Serif;
  user-select: none;
  margin-top: 10px;
  background: #444444; }

.linkBox a {
  text-decoration: none;
  color: #FFFFFF; }

.linkBox .material-icons {
  font-size: 15px;
  padding-right: 5px;
  position: relative;
  top: 2px; }

.companyLink {
  height: 25px;
  line-height: 25px;
  padding-left: 10px; }

.companyLink:hover {
  background: #00b7a5;
  cursor: pointer; }

.inventumLink .inventumLogo {
  fill: #34B7A3; }

.inventumLink:hover .inventumLogo {
  fill: #FFFFFF; }

.inventumLink:hover {
  background: #00b7a5;
  cursor: pointer; }

.inventumLink {
  border-top: 1px solid #FFFFFF;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  width: 200px; }

.companyHeading {
  font-size: 20px;
  padding-top: 5px; }

.companyHeading a {
  color: #FFFFFF;
  text-decoration: none; }

.projectHeading {
  font-size: 35px;
  font-weight: bold;
  line-height: 23px;
  padding-top: 12px; }
