
	body {
 	margin: 0px;
    overflow:auto;
    width: 100%;
    height: 100%;
    position: absolute;
	background-color: transparent;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    perspective: 1400px;
    -webkit-perspective: 1400px;
    -moz-perspective: 1400px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
	}
.hide-left-panel-button {
  position: fixed;
  top: 0;
  left: auto;
  bottom: 0px;
  display:block;
  width: 20px;
  height: 100%;
  margin-left: 250px;
  padding-right: 0px;
  padding-left: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 10px;
  background-color: rgba(0, 0, 0, .23);
  background-image: url("images/hide_panel.svg");
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #1e1e1e; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #F18E33; 
  border-radius: 0 0 4 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:#AC5601; 
}

#logo {
	padding-right: 10px;
	padding-top: 10px;
}

	#ref_article {
	position: absolute;
	margin-top: -30px;
	text-transform: uppercase;
	width: center;
	text-decoration: none;
	font-size: 15px;
	}
a.ref_article:link{
	color:dodgerblue;
	text-decoration: none;
}
a.ref_article:visited{
	color:dodgerblue;
	text-decoration: none;
	text-decoration: overline;
}
a.ref_article:hover{
	color:#F18E33;
}
a.ref_article:active{
	color:#AC5601;
}
.text_info {
	color:#C4C4C4;
	margin-left: 10px;
	line-height: normal;
}

#environ1 img{
	padding-left: 25px;
	border-color: #C4C4C4;
}
.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: ArchivoNarrowBolt;
    src: url(./fonts/ArchivoNarrow-Bold.ttf);
	}


#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.v3d-annotation {
	width: 40px;
	height: 50px;
    border-radius: 0px 0px 7px 0px;
    background: rgba(221,103,0,0.69);
	text-align:center;
	font-size: 15px;
}
.v3d-annotation-dialog {
	width: 80px;
	height: 10px;
    border-radius: 0px 0px 5px 0px;
    background: rgba(221,103,0,0.69);
	text-align: center;
	font-size: 15px;
}

.fullscreen-button {
    position: absolute;
    top: 0.7em;
    right: 3em;
    width: 2em;
    height: 2em;
    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); }
