@import url(https://fonts.googleapis.com/css?family=Quicksand);
/*
* HALLOW ---------------------------------------------------------------------------------------------------------------
*/

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(213, 213, 213, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(213, 213, 213, 0.8);
  outline: 0 none;
}

/*
* BUTTONS --------------------------------------------------------------------------------------------------------------
*/

.btn {
  display: block;
  background-color: rgba(26, 26, 26, 0) !important;
  color: white;
  margin: 0 0 5px 0;
  text-align: center;
  height: auto;
  line-height: normal;
  cursor: hand;
  outline: none !important;
  border-radius: 0px;
  border-width: 1px;
}

.active {
  background-color: rgba(255, 225, 58, 0);
}

.btn-primary {
  outline: none !important;
  border-color: #ccc;
}

.btn-primary:hover,
.btn-primary:focus {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(213, 213, 213, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(213, 213, 213, 0.8);
  outline: 0 none;
}

.btn-primary:active,
.btn-primary.active,
.btn-primary.active:focus {
  color: #cbcbcb;
  background-color: rgba(26, 26, 26, 0) !important;
  border-color: rgba(127, 127, 127, 0.8);
  outline: none !important;
}

.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #868686;
  background-color: rgba(26, 26, 26, 0) !important;
  border-color: rgba(213, 213, 213, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(213, 213, 213, 0.35);
  outline: none !important;
}

.btn-file input[type=file] {
  filter: alpha(opacity=0);
  opacity: 0;
  display: none;
}

/*
* COLUMS ---------------------------------------------------------------------------------------------------------------
*/

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.col-sm-6,
.col-sm-3,
.col-sm-4,
.col-sm-8 {
  padding: 0;
}

/*
* PANELS ---------------------------------------------------------------------------------------------------------------
*/

.panel {
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0);
  box-shadow: 0 1px 1px rgba(0,0,0,0);
  border-radius: 0;
  padding: 0px 20px 0 20px;
  margin: 0;
}

.panel-heading {
  padding: 0!important;
  border: none!important;
  cursor: hand;
}

.panel-body {
  padding: 0;
}

.panel-title {
  background-color: rgba(82, 82, 82, 0.25);
  margin-bottom: 10px;
  padding: 3px 3px 3px 6px;
  font-size: 12px;
}

.panel .row {
  padding: 5px;
  display: block;
  margin: 0;
}

/*
* SLIDERS & TEXFIELDS --------------------------------------------------------------------------------------------------
*/

.textfield {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px;
  border-color: #bcbcbc;
  padding: 4px 4px 4px 4px;
  font-size: 12px;
  width: 100% !important;
  height: 20px;
  pointer-events: all;
  text-align: right;
  color: #ffffff;
  background-color: transparent;
}

.slider {
  width: 100% !important;
}

/*
* VARIOUS --------------------------------------------------------------------------------------------------------------
*/

.disabled {
  opacity: 0.4;
  pointer-events: none;
}
html,
body {
  font-family: Quicksand;
  height: 100%;
  width: 100%;
  background-color: #000000;
  color: #fff;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

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

a:link {
  text-decoration: none;
  color: #990082;
}

a:hover {
  text-decoration: none;
  color: #ff00d9;
}

a:visited {
  text-decoration: none;
  color: #990082;
}

a:visited:hover {
  text-decoration: none;
  color: #ff00d9;
}

a:active {
  text-decoration: none;
  color: #990082;
}

#app {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#threejs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}

#toast {
  pointer-events: all;
}

/*
* SCROLLBARS -----------------------------------------------------------------------------------------------------------
*/

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.mCSB_scrollTools {
  width: 5px;
}

/*
* UI -------------------------------------------------------------------------------------------------------------------
*/

#ui {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

#apptitle {
  cursor: hand;
  pointer-events: all;
}

#tipbar {
  z-index: 10;
  font-size: 12px;
  margin-right: 20px;
  margin-top: 20px;
  text-align: right;
}

#warning {
  display: none;
  width: 90%;
}

#freezeIndicator {
  z-index: 1000;
  position: absolute;
  bottom: 1vh;
  left: 50%;
  font-size: 1.2vh;
  text-align: center;
}

#recordwarning {
  z-index: 1000;
  display: none;
  position: absolute;
  text-align: right;
  right: 1vh;
  bottom: 1vh;
  font-size: 1.2vh;
}

/*
* LOADER ---------------------------------------------------------------------------------------------------------------
*/

#loader {
  display: none;
  position: absolute;
  z-index: 200;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/*
* INTRO ----------------------------------------------------------------------------------------------------------------
*/

#savepanel {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  pointer-events: all;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.75);
}

#savepanelShot {
  width: 40vw;
  height: auto;
}

#savepanelField {
  display: block;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 10px;
  margin: 20px 0px 20px 0px;
  width: 30vw;
  left: 50%;
  transform: translateX(-50%);
}

#savepanelCancelButton {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/*
* INTRO ----------------------------------------------------------------------------------------------------------------
*/

#intro {
  position: absolute;
  background-image: url("../data/images/background.jpg");
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 10;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#intropanel {
  position: absolute;
  top: 10vh;
  left: 10vh;
  height: auto;
}

#maxparticlefield {
  display: inline-block;
  width: 65px !important;
}

#startbutton {
  width: 100px;
  height: 50px;
}

.tip {
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #cfcfcf;
  padding: 6px 8px 6px 8px;
  margin-bottom: 1px;
}

.subtitle {
  font-size: 12px;
}

.introcontent {
  font-size: 12px;
}

.introfooter {
  font-size: 12px;
  margin-bottom: 50px;
  margin-left: 50px;
}

/*
* CONTROL BAR -----------------------------------------
*/

#controlBar {
  z-index: 10;
  position: absolute;
  display: block;
  text-align: left;
  font-size: 12px;
  height: 100vh;
  width: 300px;
  min-width: 300px;
  padding: 20px 0 0 0;
  background-color: rgba(136, 136, 136, 0.5);
}

#controlBarContainer {
  position: absolute;
  padding: 0;
  width: 100%;
  top: 15vh;
  height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}

#controlBarCloseButton {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: hand;
}

#controlBarOpenButton {
  display: none;
  position: absolute;
  right: -24px;
  top: 10px;
  cursor: hand;
}
/*
* UTILS --------------------------------------------------------------------------------------------------------
*/

.separator {
  display: block;
  height: 5vh;
}

.separator-small {
  display: block;
  height: 3vh;
}

.separator-smaller {
  display: block;
  height: 1.5vh;
}

.topleft {
  position: absolute;
  top: 0px;
  left: 0px;
}

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

.topcenter {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  text-align: center;
}

.bottomleft {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.bottomright {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.bottomcenter {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  text-align: center;
}

.center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.middleleft {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.middleright {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}

.middlecenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently not supported by any browser */
  cursor: default;
}