
body {
    margin: 0px;
    overflow: hidden;
}

#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}


/* Dark Theme */
#info_annotation{

  padding-left: 10px;
}
.ruler {
  border-radius: 10px;
  background: rgba(60, 116, 96, 0.8);
  display: block;
  color: #FFFFFF;
  border: 0px solid #000000;
  width: auto;
  height: 16px;
}

.v3d-annotation {
    border-radius: 10px;
    background: rgba(60, 116, 96, 0.8);
    display: none;
    color: #FFFFFF;
    border: 0px solid #000000;
}
.v3d-annotation-dialog{
    border-radius: 10px;
    background: rgba(60, 116, 96, 0.6);
    color: #FFFFFF;
    border:0px solid #000000;
    text-align: left;
    /*font-size: 10px;*/
    
}
.v3d-annotation-transparent  {
    background: rgba(200, 200, 100, 0.2);
    color: #FFFFFF
}

.slidecontainer {
  width: 80px;
  font-size: 10px;
  border-radius: 10px;
  background: rgba(60, 116, 96, 0.6);
  color: #FFFFFF;
  border:1px solid #000000;
  text-align: center;
}


.slider {
  -webkit-appearance: none;
  width: 50%;
  height: 14px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}
/*
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 5px;
  height: 5px;
  background: #04AA6D;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 5px;
  height: 5px;
  background: #04AA6D;
  cursor: pointer;
}
*/
.v3d-simple-preloader-background {
    background-color: #181818;
}

.v3d-simple-preloader-container {
    filter: drop-shadow(0px 0px 4px #2a69bd);
}

.preloader-div {
  position: fixed;
  left: 45%;
  top: 25%;
  right: auto;
  bottom: auto;
  width: 176px;
  height: auto;
  border: 0px solid #000000;
}

.preloader-container {
 position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  border: 0px solid #FF0000;
  display: block;
  text-align: center;
  font-size: 26px;
  font-family: 'Open Sans';

}
.logo {
 background-image: url('images/Bretz-logo.png');
 height: 100px;
 width: 180px;
}
.preloader-bar {
  width: 100%;
  height: 12px;
  background-color: hsla(208.00000000000003, 82.57%, 57.25%, 1.00);
  border: 0px solid #000000;
  /*margin-left: -100%;*/
/*  background-position: 50% 50%;
*/
background-size: cover;
/*background-color: #888888;*/
/*background-image: url('images/Bretz_Logo_Konfigurator.svg'); */
background-repeat: no-repeat;



}

.preloader-percent {
  width: auto;
  display: none;
  font-size: 12px;
  text-align: center;
}


