html,
body {
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 10px;
	background-color: rgba(23, 27, 45, 1);
}

h1{
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div {
	box-sizing: border-box;
}

#container {
	position: absolute;
	background-color: #000099;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#container canvas {
	position: absolute;
}

#debug {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1.2rem;
	color: #009900;
	text-align: right;
}

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

#inputVideo {
	position: absolute;
}

#inputCanvas {
	position: absolute;
}

#activate {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	color: #009900;
	font-size: 48px;
	background: RGBA(0, 0, 0, 0.5);
}

#video_canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 2048px;
	height: 1024px;
	display: none;
}

#pano {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
}

.ui_page {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-size: cover;
	/* background-position-y: -40px; */
	/* z-index: -1; */
}

img.fill_container {
	height: 100%;
	width: 100%;

}


.button_holder {
	position: absolute;
	top: 14%;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.tittle_treatment {
	width: 63%;
	height: auto;
	margin: auto;
	/*background-image: url(../images/border.png);*/
	background-position: center center;
	height: 36px;
	/* border: 1px solid palevioletred; */
	background-size: contain;
	background-repeat: no-repeat;
}

.tittle_sub {
	width: 100%;
	height: auto;
	/* margin: 2% auto 0 auto; */
}

.db_button {
	/* display: inline-block; */
	/* width: 20%; */
	/* height: auto; */
	/* margin: 5%; */
}

#play_button {
	width: 50%;
	height: auto;
	margin: 0% auto 0 auto;
	display: none;
	position: absolute;
	top: 77%;
	left: 25%;
}

.ui_page.resolve {
	display: none;
}

#preload_text {
	display: block;
	width: 31%;
	height: auto;
	/* margin: 1.5% auto 2% auto; */
	position: absolute;
	top: 72%;
	left: 33%;
}

#preload_indicator {
	width: 16%;
	/* height: auto; */
	/* margin: 0; */
	top: 80%;
	position: absolute;
	left: 40%;
}

#not_supported {
	display: none;
	font-size: 24px;
	font-family: sans-serif;
	color: #ffffff;
	width: 80%;
	margin: 2% auto 0 auto;
}

/*img.warning {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}*/

.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;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
		 not supported by any browser */
}

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
	opacity: 0;
	pointer-events: none;
	width: 5px;
}