div.toolbox {
	width:100%;
	height:100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: white;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}
div.start {
	position:absolute;
	left:-1px;
	top:-1px;
	width:30px;
	height:30px;
	margin:0px;
	padding:0px;
	border:1px solid black;
	background-image: url('../icon/ui/menu.png');
}
div.interface {
	position:absolute;
	top:-1px;
	left:-1px;
	height:30px;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	border:1px solid gray;
	opacity:0.2;
	display:none;
}
div.interface:hover {
	opacity: 0.75;
}
img.interface {
	width:24px;
	height:24px;
	margin:3px;
}
img.interface:hover {
	width:28px;
	height:28px;
	margin:1px;
}
X3D.fullscreen, x3d.fullscreen {
	position:fixed;
	cursor:pointer;
	margin:0px;
	padding:0px;
	border:1px solid #000;
	top:0px;
	left:0px;
}
.vrm2-tooltip {
	position:absolute;
	background-color: silver;
	border: 1px solid black;
	padding:5px;
	white-space: nowrap;
	visibility: hidden;
}
.vrm2-infotip {
	position:absolute;
	background-color: silver;
	border: 1px solid black;
	padding:5px;
	opacity: 0.2
}
.vrm2-infotip:hover { opacity: 1 }
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10001; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-embed {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10001; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 320px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
/* The Close Button */
.modal-close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
    padding: 8px 16px;
    background-color: #5cb85c;
    color: white;
    font-size: larger;
}
.modal-body {padding: 2px 16px; text-align: center; font-size: medium;}
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.modal-qrcode {
	margin: auto;
    display: block;
    vertical-align: middle;
}
.modal-vrbox {
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 30px;
    background-image: url('../icon/ui/vrbox.gif');
    display: inline-block;
    vertical-align: bottom;
}

