
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
gwd-iframe{display:inline-block}gwd-iframe>div.intermediate-element{width:100%;height:100%}gwd-iframe>div.intermediate-element>iframe{display:block;width:100%;height:100%}

*{
  margin: 0;
  padding: 0;
  user-select: none;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body {
 	margin: 0px;
    overflow: auto;
    width: 100%;
    height: 100%;
    position: absolute;
	}
#dimensions {
	position: absolute;
	background-repeat: no-repeat;
	width: 3em;
	height: 3em;
	left: 1em;
	top: 1em;
	background-image: url("images/cube_dimensions_cmP-01.svg");
	}
/* If the screen size is 600px or less, set the font-size of <div> to 30px */
@media only screen and (max-width: 600px) {
  #dimensions {
   	position:absolute;
	float: left;
	width:2.5em;
	height: 2.5em;
	border-bottom-right-radius: 2px;
  }
}
.preloader-screen {
    display: block;
    position: absolute;
    z-index:   5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
	background-color: #ffffff;
}

.preloader-center {
    display: block;
    position: relative;
    width: 50%;
    height: 50%;
    float: left;
    overflow: visible;
}

.preloader-container {
    color: #999999;
	color:gray;
    width: 120px;
    height: 160px;
    position: absolute;
    right: -60px;
    bottom: -80px;
    display: block;
}

.preloader-image-container {
    width: 100%;
}

.preloader-image-container {
    width: 120px;
    height: 120px;
    position: relative;
}

.preloader-image {
    position: absolute;
    z-index: 7;
    display: block;
    width: 100%;
    height: 100%;
}

.preloader-filling-color {
    position: absolute;
    width: 120px;
    z-index: 6;
    display: block;
    bottom: 0px;
    height: 120px;
    background-color:#F07F17;
}

.preloader-color {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    color: #bc002c;
    z-index: 3434534;
}

.preloader-inner-color {
    position: absolute;
    width: 0%;
    bottom: 0px;
    background-color:white;
    margin-top: auto;
    height: 100%;
}

.preloader-color-boarder {
    width: 112px;
    height: 112px;
    margin: 4px;
}

.preloader-percentage {
    position: static;
    height: 40px;
    width: 120px;
    display: block;
    font-size: 26px;
    font-family: Poppins-Regular;
    text-align: center;
    line-height: 42px;
}

@font-face {
	font-family:"Poppins-Regular", sans-serif;
    src: url("fonts/Poppins-Regular.ttf")format("ttf");
	font-style: normal;
	}

#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fullscreen-button {
    position: absolute;
    top: 1em;
    right: 3em;
    width: 3em;
    height: 3em;
    cursor: pointer;
    background-size: 100%;
    display: none;
    z-index: 1;
	margin-right: auto;
}

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }
