/*
    The Metareal Corporation (c) 2015-2025 Metareal Inc. All right reserved
*/

/*
..######...#######..##.....##.##.....##..#######..##....##
.##....##.##.....##.###...###.###...###.##.....##.###...##
.##.......##.....##.####.####.####.####.##.....##.####..##
.##.......##.....##.##.###.##.##.###.##.##.....##.##.##.##
.##.......##.....##.##.....##.##.....##.##.....##.##..####
.##....##.##.....##.##.....##.##.....##.##.....##.##...###
..######...#######..##.....##.##.....##..#######..##....##
*/
@font-face {
	font-family:'Lato';
	src : url(https://fonts.googleapis.com/css?family=Lato:400,700);
	font-weight:normal;
	font-style:normal;
}
* {
	font-family: 'Lato',Helvetica,Arial,sans-serif;
	margin:0px;
	padding:0px;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
	user-select: none;
}
.label-content::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-track {
	background: rgba(128,128,128,0);
}
::-webkit-scrollbar-thumb {
	background: rgba(30,30,30,0.5);
}
.player {
    position: fixed;
    top : 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    background-image: radial-gradient(82% 167%, #C3C3C3 34%, #909090 100%);
}
/* mobile viewport bug fix */
@supports (-webkit-touch-callout: none) {
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		body {
			height: -webkit-fill-available;
		}
		.player{
			height: -webkit-fill-available;
			top: auto;
			bottom: 0;
		}
	}
}

@keyframes fadeout {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
}

@keyframes fadein {
    from {opacity: 0.0;}
    to {opacity: 1.0;}
}

@-webkit-keyframes active-spinner {
	to {transform: rotate(360deg);}
}

input:focus,
select:focus,
textarea:focus,
button:focus,
[contenteditable]:focus {
    outline: 0px solid transparent;
}

input, textarea,
[contenteditable] {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

button {
	border: 1px solid #808080;
	font: inherit;
	color: #000000;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none !important;
    color: #262626 !important;
    cursor: pointer;
}

/*
..######..########..####.##....##.##....##.########.########.
.##....##.##.....##..##..###...##.###...##.##.......##.....##
.##.......##.....##..##..####..##.####..##.##.......##.....##
..######..########...##..##.##.##.##.##.##.######...########.
.......##.##.........##..##..####.##..####.##.......##...##..
.##....##.##.........##..##...###.##...###.##.......##....##.
..######..##........####.##....##.##....##.########.##.....##
*/
.active-spinner:before {
	content: '';
	box-sizing: border-box;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-top: -23px;
	margin-left: -23px;
	border-radius: 50%;
	border: 2px solid #d3d3d3;
	border-top-color: #9E0000;
	border-bottom-color: #9E0000;
	animation: active-spinner .8s ease infinite;
	z-index: 2001;
}

.mainpage-spinner-background {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2001;
}

/*
.##........#######.....###....########..####.##....##..######.......######...######..########..########.########.##....##
.##.......##.....##...##.##...##.....##..##..###...##.##....##.....##....##.##....##.##.....##.##.......##.......###...##
.##.......##.....##..##...##..##.....##..##..####..##.##...........##.......##.......##.....##.##.......##.......####..##
.##.......##.....##.##.....##.##.....##..##..##.##.##.##...####.....######..##.......########..######...######...##.##.##
.##.......##.....##.#########.##.....##..##..##..####.##....##...........##.##.......##...##...##.......##.......##..####
.##.......##.....##.##.....##.##.....##..##..##...###.##....##.....##....##.##....##.##....##..##.......##.......##...###
.########..#######..##.....##.########..####.##....##..######.......######...######..##.....##.########.########.##....##
*/
#loading-screen {
	z-index: 1000;
}

/*
.########.####.########.##.......########
....##.....##.....##....##.......##......
....##.....##.....##....##.......##......
....##.....##.....##....##.......######..
....##.....##.....##....##.......##......
....##.....##.....##....##.......##......
....##....####....##....########.########
*/
#player-title {
	position: absolute;
	margin: 8px;
	width: calc( 100% - 16px );
	left: 0px;
	top: 0px;
	height: 110px;
	text-align: center;
	z-index: 1;
	pointer-events: none;
}

#player-title-top {
	z-index: 2002;
	position: relative;
	top: 0px;
}

#player-title-info {
	font-size: 40px;
	color: #000000;
	text-align: center;
	line-height: 40px;
	padding: 20px 20px 0px 20px;
	font-family: 'Lato',Helvetica,Arial,sans-serif;
	text-shadow: 0px 0px 10px #FFFFFF;
	font-weight: 600;
	margin: 0
}

#player-title-bottom {
	position: relative;
	top: 0px
}

#player-title-location {
	font-size: 22px;
	color: #000000;
	text-align: center;
	line-height: 20px;
	padding: 20px 20px 0px 20px;
	font-family: 'Lato',Helvetica,Arial,sans-serif;
	text-shadow: 0px 0px 10px #FFFFFF;
	font-weight: 600;
	margin: 0
}

#player-title-right {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 5px
}

#player-title-logo-img {
	max-height: 120px;
	filter: drop-shadow(0px 0px 20px #FFFFFF);
	visibility: hidden;
}

/*
.########.########..########...#######..########.
.##.......##.....##.##.....##.##.....##.##.....##
.##.......##.....##.##.....##.##.....##.##.....##
.######...########..########..##.....##.########.
.##.......##...##...##...##...##.....##.##...##..
.##.......##....##..##....##..##.....##.##....##.
.########.##.....##.##.....##..#######..##.....##
*/
#errors-display {
	margin: 32px;
	text-align: center;
}

/*
.########..##..........###....##....##
.##.....##.##.........##.##....##..##.
.##.....##.##........##...##....####..
.########..##.......##.....##....##...
.##........##.......#########....##...
.##........##.......##.....##....##...
.##........########.##.....##....##...
*/
#player-showcase-play {
	position: absolute;
    top: calc( 50% - 50px );
	left: calc( 50% - 50px );
	display: none;
	z-index: 1002;
}
#player-showcase-play.active {
	display: block;
}

#player-play {
	position: relative;
	width: 100px;
	height: 100px;
	/* TODO : ADD PLAY BUTTON CIRCLE AND FOR RETINA TOO */
	background-image: url(Showcase_Play.svg);
	background-repeat: no-repeat;
	background-size: 100px;
	pointer-events: auto;
    cursor: pointer;
}
/*
.##.....##..#######..########.....###....##......
.###...###.##.....##.##.....##...##.##...##......
.####.####.##.....##.##.....##..##...##..##......
.##.###.##.##.....##.##.....##.##.....##.##......
.##.....##.##.....##.##.....##.#########.##......
.##.....##.##.....##.##.....##.##.....##.##......
.##.....##..#######..########..##.....##.########
*/
.show-hand-mouse-interactive-vr {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 25px;
	position: absolute;
	height: 250px;
	width: 300px;
	top: calc(50% - 125px);
	left: calc(50% - 150px);
	text-align: center;
	z-index: 3;
	opacity: 0;
}

.interactive-vr-title {
	display: block;
	padding: 1em 3em;
	font-weight: 600;
	font-size: 18px;
}
.interactive-vr-icon-section {
	display: block;
}
.interactive-click-tap-drag {
	display: inline-block;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	border-radius: 15px;
	border: 1px solid #808080;
	height: 70px;
	width: 70px;
	background-size: 38px;
	margin: 0 20px;
}
.interactive-click-tap-drag-subtitle {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	width: 70px;
	margin: 3px 20px;
	vertical-align: top;
}
.interactive-vr-bottom {
	margin-top: 15px;
}
#close-interactive-vr {
	width: 80px;
	font-size: 14px;
	font-weight: 600;
	padding: 0.5em;
	border-radius: 10px;
	background-color: #FFB500;
	border: 1px solid #808080;
	cursor: pointer;
}

.show-hand-mouse-interactive-vr-overlay {
	width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 1002;
	visibility: hidden;
}
.show-hand-mouse-interactive-vr-overlay.active {
	visibility: visible;
}
/* mobile viewport bug fix */
@supports (-webkit-touch-callout: none) {
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.show-hand-mouse-interactive-vr-overlay{
			height: -webkit-fill-available;
			top: auto;
			bottom: 0;
		}
	}
}

/*
.########..#######...#######..##.......########.####.########.
....##....##.....##.##.....##.##..........##.....##..##.....##
....##....##.....##.##.....##.##..........##.....##..##.....##
....##....##.....##.##.....##.##..........##.....##..########.
....##....##.....##.##.....##.##..........##.....##..##.......
....##....##.....##.##.....##.##..........##.....##..##.......
....##.....#######...#######..########....##....####.##.......
*/

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	text-align:center;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
    -webkit-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
	transition-delay: 0.5s;
}

.tooltip .tooltiptext.left {
	margin-left: -35px;
}

.tooltip .tooltiptext.right {
	margin-left: -85px;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}

.tooltip .tooltiptext.left::after {
	margin-left: -30px;
}
.tooltip .tooltiptext.right::after {
	margin-left: 20px;
}

.tooltip.active:hover .tooltiptext {
	visibility: visible;
    opacity: 1;
}

/*
.##....##..#######..########.########..######......######..########..######...######..####..#######..##....##..######.
.###...##.##.....##....##....##.......##....##....##....##.##.......##....##.##....##..##..##.....##.###...##.##....##
.####..##.##.....##....##....##.......##..........##.......##.......##.......##........##..##.....##.####..##.##......
.##.##.##.##.....##....##....######....######......######..######....######...######...##..##.....##.##.##.##..######.
.##..####.##.....##....##....##.............##..........##.##.............##.......##..##..##.....##.##..####.......##
.##...###.##.....##....##....##.......##....##....##....##.##.......##....##.##....##..##..##.....##.##...###.##....##
.##....##..#######.....##....########..######......######..########..######...######..####..#######..##....##..######.
*/
#player-create-notesession {
	position: absolute;
    left: 220px;
    bottom: 13px;
    height: 64px;
    width: 64px;
    text-align: center;
    border-radius: 30px;
    z-index: 1;
    pointer-events: all;
    margin: 0px 4px 0px 4px;
	display: none;
}
#player-create-notesession.is-enabled { 
	display: inline-block;
}
#player-create-notesession.is-mobile {
	display: none;
}
#btn-create-notesession {
	width: 64px;
    height: 64px;
    cursor: pointer;
    z-index: 1000;
    pointer-events: all;
    background-color: rgba(212, 212, 212, 1.0);
    border: none;
    position: relative;
    outline: none;
    box-shadow: none;
    border-radius: 30px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/apps/lib/res/Note_Icon.png);
	background-size: 30px;
}
#btn-create-notesession.is-mobile {
	display: none;
}
#btn-create-notesession.active {
	background-color: rgba(255, 255, 255, 1.0);
}
#btn-create-notesession:hover {
    background-color: rgba(236, 236, 236, 1.0);
}
#notes-manager {
	position: absolute;
	width: 512px;
    min-height: 70px;
    max-height: calc(100vh - 410px);
    right: 30px;
	margin-top: 136px;
	overflow: hidden;
}
#notes-manager.is-mobile {
	display: none;
}
#confirm-delete-note-session {
	position: absolute;
	right: 125px;
    margin-top: 206px;
	z-index: 1;
	background-color: rgba(212, 212, 212, 1.0);
}
.notes-modal {
	background-color: rgba(212, 212, 212, 0.8);
	box-shadow: 0 0 10px #444;
    overflow: scroll;
	display: block;
	white-space: nowrap;
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	 -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
	overflow-y: auto;
	overflow-x: hidden;
}
.notes-modal.active {
	visibility: visible;
	opacity: 1;
}
#notes-manager-header {
	margin-bottom: 10px;
	text-align: center;
}
#notes-manager-title {
	font-weight: 300;
}
#notes-manager-buttons {
	margin-top: 10px;
}
#notes-manager-content {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: calc(100vh - 575px);
	width: max-content;
}
.notes-manager-instructions {
	margin-top: 10px;
}
.instruction-notes {
	margin-left: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
	font-size: 14px;
	visibility: hidden;
	opacity: 0;
	 -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
	transition-delay: 0.3s;
}
.instruction-notes.active {
	display: block;
	visibility: visible;
	opacity: 1;
}
#instruction-notes-measure {
	vertical-align: bottom;
}
#delete-note-session {
	color: #aa0000;
	width: 100px;
}
.close-note-modal {
	position: absolute;
    top: 0px;
	right: 0px;    
	border: 0;
	height: 24px;
	margin-right: -1px;
}
.notes-modal > p {
	margin-bottom: 10px;
    margin-top: 20px;
}
.mr-minimize {
    cursor: pointer;
    border: 0;
}
.mr-close {
    cursor: pointer;
    border: 0;
	vertical-align: middle;
}
.mr-close.mr-delete-note-comment {
	opacity: 0;
}
.mr-close.mr-delete-note-comment.active {
	opacity: 1;
}
.mr-close.mr-delete-note-comment:hover {
	opacity: 1;
}
.mr-close-grey {
    background-image: url(/apps/lib/res/Label_Close_Normal.png);
    background-repeat: no-repeat;
    background-size: 26px;
    cursor: pointer;
    border: 0;
    padding: 13px;
}
.mr-close-grey:hover {
	background-image: url(/apps/lib/res/Label_Close_Hover.png);
}
.close-label {
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0;
    height: 26px;
    width: 26px;
    margin: -12px;
    padding: 0;
    border-radius: 50%;
}
.close-label i {
    border-radius: 50%;
    color: #000000;
    position: absolute;
    left: 1.5px;
    top: 1px;
}
.close-label i:hover {
<<<<<<< HEAD
    background-color: transparent;
=======
    background-color: #fff;
>>>>>>> deploy/prod
}
.notes-manager-button {
	font-family: 'Lato',Helvetica,Arial,sans-serif;
	font-size: 14px;
    font-weight: normal;
    padding: 0.5em;
    background-color: #E3E3E3;
	cursor: pointer;
	margin: 2px 0px;
	border: 0;
	height: 38px;
}
.notes-manager-button.active {
	background-color: rgba(255, 255, 255, 1.0);
}
.notes-manager-button:hover {
	background-color: rgba(236, 236, 236, 1.0);
}
#create-note-comment {
	width: 80px;
	float: right;
	background-image: url(/apps/lib/res/Note_Icon.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 3px;
}
#create-note-measure {
	width: 80px;
	float: right;
	background-image: url(/apps/lib/res/Measure_Distance_Icon.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center center;
}
#table-note-comment {
	width: 511px;
	min-height: 34px;
	border-collapse: separate;
	border-spacing: 4px;
	margin-left: -4px;
}
#table-note-comment td {
	min-height: 34px;
	background-color: rgba(255, 255, 255, 1.0);
}
.note-comment {
	width: 429px;
	min-height: 26px;
    padding: 4px;
	font-size: 14px;
	line-height: 24px;
	background-color: rgba(255, 255, 255, 1.0);
}
div[contenteditable] {
	word-wrap: break-word;
    overflow-wrap: break-word;
	white-space: normal;
	display: inline-block;
}
.mr-delete-note-comment {
	margin: 6px;
    display: inline-block;
}
.go-to-note-comment {
	width: 34px;
    height: 34px;
	cursor: pointer;
	pointer-events: all;
	border: none;
	outline: none;
	box-shadow: none;
	margin-right: -1px;
	background-color: rgba(255, 255, 255, 1.0);
	background-image: url(/apps/lib/res/Radio_Unchecked.png);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
.go-to-note-comment.active {
	background-image: url(/apps/lib/res/Radio_Checked.png);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center center;
}
.notes-manager-bottom-element {
	display: inline-block;
	width: calc(100% - 2px);
}
.notes-manager-bottom-vertical-line {
	border-top: 1px solid #C7C7C7;
}
.notes-manager-bottom-table {
	width: 100%;
	margin-top: 16px;
}

#close-confirm i {
	background-color: var(--mdc-theme-error);
    color: var(--mdc-theme-on-error);
}

/*
....###.....######...######..########..######...######.....########..#######..##....##.########.##....##
...##.##...##....##.##....##.##.......##....##.##....##.......##....##.....##.##...##..##.......###...##
..##...##..##.......##.......##.......##.......##.............##....##.....##.##..##...##.......####..##
.##.....##.##.......##.......######....######...######........##....##.....##.#####....######...##.##.##
.#########.##.......##.......##.............##.......##.......##....##.....##.##..##...##.......##..####
.##.....##.##....##.##....##.##.......##....##.##....##.......##....##.....##.##...##..##.......##...###
.##.....##..######...######..########..######...######........##.....#######..##....##.########.##....##
*/
#tour-access-token {
	position: relative;
	height: 120px;
	width: calc(100% - 150px);
	min-width: 125px;
	max-width: 300px;
	left: auto;
	top: calc(50vh - 60px);
	background-color: rgba(212, 212, 212, 0.8);
    box-shadow: 0 0 10px #444;
    display: block;
    white-space: nowrap;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    overflow-y: auto;
	overflow-x: hidden;
	margin: 0 auto;
	z-index: 10001;
}
#tour-access-token.active {
    visibility: visible;
    opacity: 1;
}
#close-tour-access-token-confirm {
	position: absolute;
    top: 0px;
    right: 0px;
    border: 0;
    height: 24px;
    margin-right: -1px;
}

#close-tour-access-token-confirm i {
	background-color: var(--mdc-theme-error);
    color: var(--mdc-theme-on-error);
}

.access-token-container {
	width: 100%;
	margin: 10px 0px;
}
#access-token-input {
	width: calc(100% - 20px);
	max-width: 278px;
    padding: 8px;
}
.access-token-button {
	font-family: 'Lato',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 0.5em;
    background-color: #E3E3E3;
    cursor: pointer;
    margin: 2px 0px;
    border: 0;
	height: 38px;
	display: inline-block;
    width: calc(100% - 2px);
}
.access-token-button:hover {
	background-color: rgba(236, 236, 236, 1.0);
}
table.access-token-bottom-table {
	width: 100%;
}

/*
.##.....##....###....########..####....###....##....##.########..######.
.##.....##...##.##...##.....##..##....##.##...###...##....##....##....##
.##.....##..##...##..##.....##..##...##...##..####..##....##....##......
.##.....##.##.....##.########...##..##.....##.##.##.##....##.....######.
..##...##..#########.##...##....##..#########.##..####....##..........##
...##.##...##.....##.##....##...##..##.....##.##...###....##....##....##
....###....##.....##.##.....##.####.##.....##.##....##....##.....######.
*/
#variants-container {
	position: fixed;
    background: #B7B6B6;
	top: 10px;
    left: 10px;
	z-index: 98;
    display: none;
    text-transform: capitalize;
    border-radius: var(--mdc-shape-small, 10px);
    font-weight: bold;
    padding: 8px;
	color: #262626;
}

#variants-container.active {
	display: block;
}

#variants-container ul {
	list-style: none;
	margin: 0px 4px;
}

#variants-container .view-menu-link-noborder {
    vertical-align: initial;
    line-height: 28px;
    height: 32px;
    margin-top: 4px;
}

.variants-menu {
    background-color: #FAFAFA;
    border-radius: var(--mdc-shape-small, 10px);
    min-width: 180px;
    width: auto !important;
	color: #262626 !important;
}

.variant-title {
	padding: 0px 12px;
    height: 32px;
    color: #262626 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.variant-title:hover {
    border-radius: var(--mdc-shape-small, 10px);
}

.variant-title img {
    float: right;
}

.variants-list-ul {
    border-bottom-left-radius: var(--mdc-shape-small, 4px);
    border-bottom-right-radius: var(--mdc-shape-small, 4px);
    top: 28px;
	width: 170px !important;
    background-color: #FAFAFA;
}

.variant-type {
    white-space: pre-wrap;
    padding: 4px 8px;
}

.variant-type:hover {
    border-radius: var(--mdc-shape-small, 4px);
}


.mr-panel-icon.panel-open {
    background: url(/apps/lib/res/Panel_Open_Icon.png) no-repeat;
    background-size: 30px;
    display: inline-block;
    padding: 10px;
	padding-right: 16px;
}
.pure-menu-horizontal .pure-menu-has-children>.pure-menu-link:after {
	display: none;
}

#variant-slider {
	display: none;
	padding-top: 8px;
}

#variant-compare {
	width: calc(100% - 4px);
}

#variants-compare-mode {
    cursor: pointer;
    z-index: 1000;
    pointer-events: all;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    outline: none;
    box-shadow: none;
    display: none;
}
#variants-compare-mode.active {
	display: inline-block;
}

#blend-icon {
    padding: 12px;
	background-color: transparent;
	display: none;
}

#side-by-side-icon {
	padding-right: 12px;
    padding-left: 12px;
    padding-top: 8px;
	background-color: transparent;
	display: none;
}

#variant-side-by-side-slider {
    border-left: 2px solid lightgray;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    z-index: 10;
    display: none;
}

#side-by-side-slider-button {
    height: 24px;
    position: absolute;
    top: 50%;
    left: -14px;
    z-index: 10;
    background-color: lightgray;
    padding: 2px;
}

#slider-side-by-side-icon {
    rotate: 90deg;
}

#slider-side-by-side-icon.active {
    background-color: #FAFAFA;
}

/*
.########..########..######..########...#######..##....##..######..####.##.....##.########
.##.....##.##.......##....##.##.....##.##.....##.###...##.##....##..##..##.....##.##......
.##.....##.##.......##.......##.....##.##.....##.####..##.##........##..##.....##.##......
.########..######....######..########..##.....##.##.##.##..######...##..##.....##.######..
.##...##...##.............##.##........##.....##.##..####.......##..##...##...##..##......
.##....##..##.......##....##.##........##.....##.##...###.##....##..##....##.##...##......
.##.....##.########..######..##.........#######..##....##..######..####....###....########
*/
@media only screen and (min-height:0px) and (max-height:500px){
	.show-hand-mouse-interactive-vr {
		background-color: rgba(255, 255, 255, 0.5);
	}
}
@media only screen and (min-width:0px) and (max-width:380px){
	#player-showcase-play {
		top: calc( 50% - 12.5px );
    	left: calc( 50% - 12.5px );
	}
	#player-play {
		background-size: 25px;
		width: 25px;
		height: 25px;
	}
	.show-hand-mouse-interactive-vr {
		width: 230px;
		height: 190px;
		left: calc(50% - 115px);
		top: calc(50% - 95px);
	}
	.interactive-vr-title {
		font-size: 12px;
	}
	.interactive-click-tap-drag {
		height: 40px;
		width: 40px;
		background-size: 20px;
		margin: 0 10px;
	}
	.interactive-click-tap-drag-subtitle {
		margin: 3px 0px;
	}
	#close-interactive-vr {
		font-size: 10px;
		width: 50px;
	}

	#tour-access-token {
		height: 100px;
		font-size: 10px;
	}

	#access-token-input {
		font-size: 10px;
	}

	.access-token-button {
		height: 30px;
		font-size: 10px;
	}
}
@media only screen and (min-width:380px) {
	#player-showcase-play {
		top: calc( 50% - 25px );
    	left: calc( 50% - 25px );
	}
	#player-play {
		background-size: 50px;
		width: 50px;
		height: 50px;
	}
	.show-hand-mouse-interactive-vr {
		width: 240px;
		height: 210px;
		left: calc(50% - 120px);
		top: calc(50% - 105px);
	}
	.interactive-vr-title {
		font-size: 14px;
	}
	.interactive-click-tap-drag {
		height: 50px;
		width: 50px;
		background-size: 25px;
		margin: 0 10px;
	}
	.interactive-click-tap-drag-subtitle {
		margin: 3px 0px;
	}
	#close-interactive-vr {
		font-size: 12px;
		width: 55px;
	}
	
	#tour-access-token {
		height: 112px;
		font-size: 12px;
	}

	#access-token-input {
		font-size: 12px;
	}

	.access-token-button {
		height: 34px;
		font-size: 12px;
	}
}
@media only screen and (min-width:480px) {
}
@media only screen and (min-width:500px) {
}
@media only screen and (min-width:600px) {
}
@media only screen and (min-width:640px) {
}
@media only screen and (min-width:768px) {
	#player-showcase-play {
		top: calc( 50% - 37.5px );
    	left: calc( 50% - 37.5px );
	}
	#player-play {
		background-size: 75px;
		width: 75px;
		height: 75px;
	}
	.show-hand-mouse-interactive-vr {
		width: 250px;
		height: 230px;
		left: calc(50% - 125px);
		top: calc(50% - 115px);
	}
	.interactive-vr-title {
		font-size: 16px;
	}
	.interactive-click-tap-drag {
		height: 60px;
		width: 60px;
		background-size: 32px;
		margin: 0 15px;
	}
	.interactive-click-tap-drag-subtitle {
		margin: 3px 10px;
	}
	#close-interactive-vr {
		font-size: 13px;
		width: 65px;
	}
	
	#tour-access-token {
		height: 120px;
		font-size: 14px;
	}

	#access-token-input {
		font-size: 14px;
	}

	.access-token-button {
		height: 38px;
		font-size: 14px;
	}
}
@media only screen and (min-width:840px) {
}
@media only screen and (min-width:968px) {
}
@media only screen and (min-width:1024px) {
	#player-showcase-play {
		top: calc( 50% - 50px );
    	left: calc( 50% - 50px );
	}
	#player-play {
		background-size: 100px;
		width: 100px;
		height: 100px;
	}
	.show-hand-mouse-interactive-vr {
		width: 300px;
		height: 250px;
		left: calc(50% - 150px);
		top: calc(50% - 125px);
	}
	.interactive-vr-title {
		font-size: 18px;
	}
	.interactive-click-tap-drag {
		height: 70px;
		width: 70px;
		background-size: 38px;
		margin: 0 20px;
	}
	.interactive-click-tap-drag-subtitle {
		margin: 3px 20px;
	}
	#close-interactive-vr {
		font-size: 14px;
		width: 80px;
	}
}
@media only screen and (min-width:1140px) {
}
@media only screen and (min-width:1280px) {
}
@media only screen and (min-width:1600px) {
}

/*
.########..########.########.####.##....##....###...
.##.....##.##..........##.....##..###...##...##.##..
.##.....##.##..........##.....##..####..##..##...##.
.########..######......##.....##..##.##.##.##.....##
.##...##...##..........##.....##..##..####.#########
.##....##..##..........##.....##..##...###.##.....##
.##.....##.########....##....####.##....##.##.....##
*/
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
	.interactive-click-tap-drag {
		background-size: 35px;
	}
	#btn-create-notesession {
		background-image: url(/apps/lib/res/Note_Icon@2x.png);
	}
	.go-to-note-comment {
		background-image: url(/apps/lib/res/Radio_Unchecked@2x.png);
	}
	.go-to-note-comment.active {
		background-image: url(/apps/lib/res/Radio_Checked@2x.png);
	}
}

@media (hover: none) {
	.tooltip.active:hover .tooltiptext {
		visibility: hidden;
		opacity: 0;
	}
 }
