#vrodos-scene-editor .panel {
	display: none;
}

#vrodos-scene-editor .panel.active {
	display: block;
}

/* Three js */
#vr_editor_main_div {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #eee;
	z-index: 999;
}

/* Php info top right */
.VrInfoPhpStyle {
	font-size: 12pt;
	background: rgba(30, 41, 59, 0.85);
	color: #e2e8f0;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	min-width: 200px;
	padding: 16px 28px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	z-index: 200;
}

/* Progress bar */
.ProgressContainerStyle {
	top: 7em;
	width: auto;
	font-variant: small-caps;
	z-index: 100;
	text-align: center;
	display: none;
}

#progressbar {
	text-align: center;
	background: white;
	width: auto;
	height: 5px;
}

#scene_loading_bar {
	background: #64dee3;
	width: auto;
	height: 5px;
}

.VrGuiContainerStyle {
	/*position: absolute;*/
	/*text-align: left;*/
	/*top: 12%;*/
	/*right: 0;*/
	width: 100%;
	/*padding: 0;*/
}

#vrodos-scene-editor #object-controls-panel {
	max-height: min(85vh, calc(100vh - 32px));
}

#vrodos-scene-editor #object-controls-panel #numerical_gui-container {
	min-height: 0;
	overflow-y: auto;
}

#vrodos-scene-editor #object-controls-panel #object-properties-container {
	max-height: min(300px, 35vh) !important;
	flex: 0 1 auto;
}

/* Editor-scoped lil-gui isolation.
   WordPress themes often ship broad input/select/checkbox rules. Keep them
   from leaking into the floating object controls panel. */
#vrodos-scene-editor #object-controls-panel #numerical_gui-container,
#vrodos-scene-editor #object-controls-panel #numerical_gui-container .lil-gui,
#vrodos-scene-editor #object-controls-panel #numerical_gui-container .lil-gui * {
	box-sizing: border-box !important;
}

#vrodos-scene-editor #object-controls-panel #numerical_gui-container .lil-gui {
	--background-color: transparent !important;
	--widget-color: rgba(15, 23, 42, 0.72) !important;
	--hover-color: rgba(30, 41, 59, 0.86) !important;
	--focus-color: rgba(15, 23, 42, 0.95) !important;
	--number-color: #38bdf8 !important;
	--string-color: #38bdf8 !important;
	--text-color: #e2e8f0 !important;
	--title-background-color: transparent !important;
	--title-text-color: #94a3b8 !important;
	width: 100% !important;
	max-width: none !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #e2e8f0 !important;
	font-family: Outfit, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	text-shadow: none !important;
}

#vrodos-scene-editor #object-controls-panel #numerical_gui-container .lil-gui.autoHeight {
	max-height: none !important;
	overflow: visible !important;
}

#vrodos-scene-editor #object-controls-panel #numerical_gui-container .lil-gui .children {
	display: block !important;
	background: transparent !important;
}

#vrodos-scene-editor #object-controls-panel #numerical_gui-container .lil-gui .controller {
	min-height: 34px !important;
	padding: 3px 6px !important;
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(148, 163, 184, 0.08) !important;
	color: #e2e8f0 !important;
	text-shadow: none !important;
}

#vrodos-scene-editor #object-controls-panel #numerical_gui-container .lil-gui .controller:last-child {
	border-bottom: 0 !important;
}

#vrodos-scene-editor #object-controls-panel #numerical_gui-container .lil-gui .name {
	color: #e2e8f0 !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 28px !important;
	text-shadow: none !important;
}

#vrodos-scene-editor #object-controls-panel #numerical_gui-container .lil-gui .widget {
	min-height: 28px !important;
	background: transparent !important;
	color: #38bdf8 !important;
}

#vrodos-scene-editor #object-controls-panel #numerical_gui-container .lil-gui input:not([type="checkbox"]),
#vrodos-scene-editor #object-controls-panel #numerical_gui-container .lil-gui select,
#vrodos-scene-editor #object-controls-panel #numerical_gui-container .lil-gui textarea {
	width: 100% !important;
	min-width: 0 !important;
	height: 28px !important;
	min-height: 28px !important;
	margin: 0 !important;
	padding: 0 8px !important;
	background: rgba(15, 23, 42, 0.74) !important;
	border: 1px solid rgba(148, 163, 184, 0.18) !important;
	border-radius: 6px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
	color: #38bdf8 !important;
	font-family: inherit !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 28px !important;
	outline: 0 !important;
	text-shadow: none !important;
}

#vrodos-scene-editor #object-controls-panel #numerical_gui-container .lil-gui input:not([type="checkbox"]):focus,
#vrodos-scene-editor #object-controls-panel #numerical_gui-container .lil-gui select:focus,
#vrodos-scene-editor #object-controls-panel #numerical_gui-container .lil-gui textarea:focus {
	background: rgba(2, 6, 23, 0.92) !important;
	border-color: rgba(56, 189, 248, 0.58) !important;
	box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
	color: #7dd3fc !important;
}

#vrodos-scene-editor #object-controls-panel #numerical_gui-container .lil-gui input[type="checkbox"] {
	width: 16px !important;
	height: 16px !important;
	min-width: 16px !important;
	min-height: 16px !important;
	margin: 0 !important;
	border-color: rgba(255, 255, 255, 0.28) !important;
	box-shadow: none !important;
	accent-color: #10b981 !important;
}

#vrodos-scene-editor #object-controls-panel #numerical_gui-container .lil-gui .slider {
	background: rgba(15, 23, 42, 0.74) !important;
	border: 1px solid rgba(148, 163, 184, 0.14) !important;
	box-shadow: none !important;
}

#vrodos-scene-editor #object-controls-panel #numerical_gui-container .lil-gui .slider .fill {
	background: #10b981 !important;
}

#vrodos-scene-editor #object-controls-panel input[type="checkbox"],
#vrodos-scene-editor #object-controls-panel .tw-checkbox {
	accent-color: #10b981 !important;
	border-color: rgba(255, 255, 255, 0.28) !important;
	box-shadow: none !important;
}

#vrodos-scene-editor #object-controls-panel .tw-checkbox:checked {
	background-color: #10b981 !important;
	border-color: #10b981 !important;
	color: #ffffff !important;
}

/* rightPanelToggleOnOff*/
.scenesListToggleStyle {
	position: absolute;
	bottom: 0;
	width: 40px;
	left: 0;
	z-index: 1001;
	min-width: 30px;
	height: 120px;
	padding: 0;
	display: flex;
}

.scenesListToggleStyle i {
	display: block;
	cursor: pointer;
}

.scenesListToggleOn {
	height: 120px;
}

.scenesListToggleOff {
	height: 4%;
}


#compileGameBtn {
	height: 20px;
	line-height: 1.4em;
}


.HeaderButtonStyle {
	float: right;
	margin-top: 5px;
}


#formdiv {
	font-size: 1vw;
	overflow-y: scroll;
	max-height: 40%;
	width: 50%;
	position: absolute;
	bottom: 0;
	opacity: 0.5;
}

#paramsform {
	font-size: 0.6vw;
	background: #eee;
	color: #000;
	padding: 10px;
}

#paramsform input {
	font-size: 0.6vw;
}

/* Result */
.result {
	margin: 1px;
	font-size: smaller;
}

.EditorObjOverlapSelectStyle {
	z-index: 1000;
	position: absolute;
	display: none;
	padding: 12px;
}

.EditorObjOverlapSelectStyle select {
	background-color: rgba(255, 255, 255, .87);
	border: 1px solid rgba(0, 0, 0, .12);
}

.EditorObjOverlapSelectStyle a {
	width: 48px;
	min-width: 0;
	padding: 0;
	margin: 0;
}

/* ─── In-panel object property sections ─── */
.object-property-section {
	padding: 8px 12px;
}

.prop-section-title {
	font-size: 9px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(148, 163, 184, 0.8); /* slate-400 */
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.prop-row {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 3px 0;
}

.prop-label {
	font-size: 10px !important;
	color: rgba(203, 213, 225, 0.9) !important; /* slate-300 */
	min-width: 80px !important;
	flex-shrink: 0 !important;
	margin: 0 !important;
}

.prop-input {
	background: rgba(15, 23, 42, 0.6) !important; /* slate-900 */
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	color: #e2e8f0 !important; /* slate-200 */
	font-family: inherit !important;
	font-size: 11px !important;
	height: auto !important;
	line-height: 1.4 !important;
	margin: 0 !important;
	padding: 2px 6px !important;
	text-align: right !important;
	width: 70px !important;
}

.prop-input:focus {
	outline: none !important;
	border-color: rgba(52, 211, 153, 0.5) !important; /* emerald */
}

.prop-select {
	background: rgba(15, 23, 42, 0.6) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	color: #e2e8f0 !important;
	flex: 1 !important;
	font-family: inherit !important;
	font-size: 11px !important;
	height: auto !important;
	line-height: 1.4 !important;
	margin: 0 !important;
	min-width: 0 !important;
	padding: 2px 4px !important;
}

.prop-select:focus {
	outline: none !important;
	border-color: rgba(52, 211, 153, 0.5) !important;
}

#vrodos-scene-editor #object-properties-container .tw-checkbox {
	width: 1rem !important;
	height: 1rem !important;
	min-width: 1rem !important;
	min-height: 1rem !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0.25rem !important;
	box-shadow: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

/* leftPanelToggleOnOff*/
.AssetsToggleStyle {
	position: absolute;
	width: 18px !important;
	height: 48px !important;
	right: -18px !important;
	left: auto !important;
	top: 50% !important;
	bottom: auto !important;
	transform: translateY(-50%);
	z-index: 1001;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(15, 23, 42, 0.25) !important;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-left: none;
	border-radius: 0 8px 8px 0 !important;
	transition: background-color 0.2s ease;
}

.AssetsToggleStyle:hover {
	background-color: rgba(15, 23, 42, 0.2) !important;
	transform: translateY(-50%) !important;
}

.AssetsToggleStyle i, .AssetsToggleStyle svg {
	color: rgba(255, 255, 255, 0.7) !important;
}

.AssetsToggleStyle:hover i, .AssetsToggleStyle:hover svg {
	color: rgba(255, 255, 255, 0.9) !important;
}


.AssetCategoryTabStyle {
	background-color: rgba(255,255,255,0.12);
	padding: 0;
}


.affineSwitch {
	width: 33% !important;
	margin-bottom: 0;
}

/* Fog toggle buttons — same pattern as affineSwitch */
.fogSwitch {
	margin-bottom: 0;
}

.tw-peer:checked + .fogSwitch {
	background-color: #10b981 !important;
	border-color: #10b981 !important;
	color: #ffffff !important;
}

/* rightPanelToggleOnOff*/
.HierarchyToggleStyle {
	position: absolute;
	width: 300px;
	right: 0;
	top: 44px;
	z-index: 999;
}

.HierarchyToggleStyle i {
	display: block;
	cursor: pointer;
}

.HierarchyToggleOn {
	width: 300px;
}

.HierarchyToggleOff {
	width: 4%;
}

.right-elements-panel-style {
	position: absolute;
	right: 0;
	top: 44px;
	width: 300px;
	height: calc(100% - 44px);
	display: block;
	z-index: 2;
	overflow: hidden;
}

.scene-editor-compass {
	position: absolute;
	top: calc(var(--wp-admin-bar-height, 0px) + 18px);
	right: 316px;
	z-index: 1000;
	pointer-events: none;
	transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
}

.scene-editor-compass.panel-closed {
	right: 22px;
}

.scene-editor-compass__card {
	width: 88px;
	height: 88px;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 999px;
	box-shadow: none;
	color: #e2e8f0;
}

.scene-editor-compass__rose {
	position: relative;
	width: 88px;
	height: 88px;
	margin: 0 auto;
}

.scene-editor-compass__ring {
	position: absolute;
	inset: 0;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background:
		radial-gradient(circle at center, rgba(15, 23, 42, 0.08) 0 24%, transparent 25% 100%),
		linear-gradient(180deg, rgba(34, 211, 238, 0.08), rgba(248, 250, 252, 0.02));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.scene-editor-compass__needle {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2px;
	height: 32px;
	margin-left: -1px;
	margin-top: -28px;
	transform-origin: center 28px;
	transition: transform 0.12s ease-out;
}

.scene-editor-compass__needle::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
	height: 0;
	margin-left: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 18px solid #22d3ee;
	filter: drop-shadow(0 0 6px rgba(34, 211, 238, 0.35));
}

.scene-editor-compass__needle::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 14px;
	width: 2px;
	height: 36px;
	margin-left: -1px;
	background: linear-gradient(180deg, rgba(34, 211, 238, 0.95), rgba(248, 250, 252, 0.2));
	border-radius: 999px;
}

.scene-editor-compass__needle-dot {
	position: absolute;
	left: 50%;
	top: 28px;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	margin-top: -5px;
	border-radius: 999px;
	background: #f8fafc;
	box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.78);
}

.scene-editor-compass__label {
	position: absolute;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	color: rgba(226, 232, 240, 0.78);
}

.scene-editor-compass__label--north {
	left: 50%;
	top: 5px;
	transform: translateX(-50%);
	color: #f87171;
}

.scene-editor-compass__label--east {
	right: 7px;
	top: 50%;
	transform: translateY(-50%);
}

.scene-editor-compass__label--south {
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%);
}

.scene-editor-compass__label--west {
	left: 7px;
	top: 50%;
	transform: translateY(-50%);
}

.row-right-panel {
	display: flex;
	margin-bottom: 1px;
}

/*Right Panel*/


.ThirdPersonVrWalkInButtonStyle {
	width: 25%;
	min-width: 20px;
	padding-top: 4px;
}

/*row3*/
.ObjectManipulationToggle {
	background: transparent;
	display: inline-flex;
}

.ObjectManipulationToggle input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.ObjectManipulationToggle label {
	width: 80px;
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	padding: 3px 8px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.ObjectManipulationToggle label:hover {
	cursor: pointer;
}

.ObjectManipulationToggle input:checked+label {
	background-color: #3f51b5;
	color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ObjectManipulationToggle label:first-of-type {
	border-radius: 0 0 0 0;
}

.ObjectManipulationToggle label:last-of-type {
	border-radius: 0 0 0 0;
}

/*row5 Axis size*/
.AxisManipulationBtns {
	margin-left: 10px;
	margin-top: 3px;
}

/*row6 Hierarchy viewer*/
#hierarchyViewerTitle {
	padding: 3px;
	font-size: 14px;
}


.HierarchyViewerStyle {
	display: flex;
	width: 100%;
	background-color: #dfdfdf;
}

.HierarchyViewerTitle {
	padding-left: 14px;
	font-weight: 500;
}

.hierarchyItem {
	width: 100%
}

.hierarchyItemName {
	font-size: 9pt;
	line-height: 12pt;
	width: 80%
}

.hierarchyItemDelete {
	width: 20%
}

.ToggleUIButtonStyle {
	position: absolute;
	top: 64px;
	left: 25%;
	z-index: 1000;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.ToggleUIButtonStyle i {
	font-size: 30px;
	cursor: pointer;
}

.RemoveAssetFromSceneBtnStyle {
	position: absolute;
	left: 372px;
	top: 40px;
	width: 48px;
	min-width: 0;
	padding: 0;
	margin: 0;
}

.SaveSceneBtnStyle {
	position: absolute;
	right: 1px;
	top: 2px;
	padding: 0;
	margin: 0;
	/*width: 130px;*/
}

.environmentBar {
	position: absolute;
	left: 330px; /* Offset from fixed sidebar */
	top: 48px;
	height: auto;
	min-height: 40px;
	width: auto;
	align-items: center;
	padding: 4px 12px;
	background-color: rgba(15, 23, 42, 0.3);
	backdrop-filter: blur(4px);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	z-index: 1001;
}


.SaveBtnContainerStyle {
	text-align: center;
}


.RemoveAssetFromSceneBtnStyle i,
.VrEditorOptionsBtnStyle i,
.HierarchyToggleStyle i,
.EditorTourToggleBtn a i,
.ThirdPersonVrWalkInButtonStyle a i {
	padding-top: 4px;
}


.pauseRenderingDivStyle {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	padding: 0;
	margin: 0;
	z-index: 999;
	display: none;
}

#pauseRendering {
	width: 40px;
	min-width: 30px;
	padding: 4px 0 0 0;
	margin: 0;
	background: gray;
}

.AxisManipulationBtns a {
	min-width: 0;
	margin: 0 0 0 0;
	height: 18px;
	vertical-align: top;
	line-height: 1.5em;
}

#vrodos-scene-editor button,
#vrodos-scene-editor [type="button"],
#vrodos-scene-editor [type="reset"],
#vrodos-scene-editor [type="submit"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

/*CARD STYLING*/
#scenesInsideVREditor {
	position: absolute;
	display: inline-flex;
	height: 120px;
	width: auto;
	left: 0;
	bottom: 0;
	z-index: 500;
	background: rgba(0, 0, 0, 0.12);
	padding-top: 5px;
	padding-right: 20px;
}

.SceneCardContainer {
	width: 150px;
	padding-left: 20px;
	cursor: grab;
}

/* Add-new card is not draggable — restore default cursor */
#add-new-scene-card {
	cursor: default;
}

.SceneCardContainer.dragging {
	opacity: 0.4;
}

.scene-order-badge {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 5;
	background: rgba(15, 23, 42, 0.75);
	color: #e2e8f0;
	font-size: 9px;
	font-weight: 700;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.15);
	pointer-events: none;
}

.SceneThumbnail {
	position: relative;
	width: 100%;
	height: 80px;
	max-height: 80px;
	min-height: 50px;
	text-align: center;
	overflow: hidden;
}


.cardDeleteIcon {
	float: right;
	right: 0;
	min-width: 30px;
	margin: 0 !important;
	max-height: 25px;
	padding: 0;
	margin-top: 3px;
}


.thumbnailImg img {
	border: 1px solid #ddd;
	width:30px;
	border-radius: 4px;
	transform: scale(1);
	}

.thumbnailImg img:hover {
	box-shadow: 0 0 2px 1px rgba(10, 54, 248, 0.5);  /* TODO Match with VROdos blue theme*/
	transform: scale(3);
}


.ImageContainer {
	position: relative;
	text-align: center;
	overflow: hidden;
}

#save-scene-elements {
	width: auto;
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

#save-scene-button {
	color: #ffffff;
	opacity: 0.9;
	position: relative;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

#undo-scene-button {
	color: #ffffff;
	opacity: 0.6;
	cursor: pointer;
	transition: opacity 0.2s;
}

#undo-scene-button:hover, #redo-scene-button:hover, #save-scene-button:hover {
	opacity: 1;
}

#redo-scene-button {
	color: #ffffff;
	opacity: 0.6;
	cursor: pointer;
	transition: opacity 0.2s;
}

/* Lights Drag and Drop bar*/
/* Prevent the text contents of draggable elements from being selectable. */
[draggable] {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	/* Required to make elements draggable in old WebKit */
	-khtml-user-drag: element;
	-webkit-user-drag: element;
}


.environmentButton {
	float: left;
	min-width: 20px;
	margin-left: 2px;
}

.lightpawnbutton {
	height: 42px;
	width: 40px;
	float: left;
	background-color: #ccc;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	cursor: move;
	vertical-align: center;
}

.lightpawnbutton:not(:last-child) {
	margin-right: 2px;
}

.lightpawnbutton header {
	color: #fff;
	text-shadow: #000 0 1px;
	padding: 1px;
	background: black;
	font-size: 8pt;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-ms-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-ms-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

.lightpawnbutton.over {
	border: 2px dashed #000;
}

.lighticon {
	width: 20px;
	margin-top: 3px;
	margin-bottom: 2px;
}

body#vrodos-scene-editor .custom-header {
	display: none;
}

body#vrodos-scene-editor .main-navigation a {
	padding: 0.2em 1em;
	font-size: 9pt !important;
}

body#vrodos-scene-editor .site-branding {
	display: none;
}

body#vrodos-scene-editor #content {
	padding: 0px;
}


#vr_editor_right_panel_title {
	height: 65px;
	vertical-align: bottom;
	bottom: 0;
	display: table-cell;
	padding-left: 5px;
}

.cardNewSceneInput {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: none;
	border-radius: 0;
}

.scene_editor_upper_toolbar {
	border-bottom: 1px solid darkviolet;
	position: fixed;
	z-index: 1000;
}

#sceneInfoBreadcrump {
	height: auto;
	margin: 0;
}

#projectNameBreadcrump {
	float: left;
	max-width: 50%;
}

.sceneArrowBack {
	font-size: 20px;
	vertical-align: middle;
}

.sceneProjectTypeLabel {
	font-size: 16px;
	vertical-align: middle;
	margin-bottom: 3px;
	padding-right: 5px;
}

.chevronRight {
	font-size: 20px;
	vertical-align: middle;
	padding-right: 5px;
}

.titleLengthSuggest {
	height: 25px;
	max-width: 10%;
	display: block;
	float: left;
	left: 300px !important;
	position: absolute;
}

#analyticsIframeContainer {
	position: relative;
	overflow: hidden;
	padding-top: 150%;
	display: none;
}

#analyticsIframeContent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.notdraggable {
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.captioniframe {
	display: inline-block;
	position: absolute;
	color: white;
	text-shadow: 0px 0px 5px black;
	margin-left: 15px;
}


.dg {
	font-size: 10pt;
	color: #000;
	text-shadow: none !important;
}

.dg.main {
	padding: 0;
	width:100% !important;
}

.dg.main.taller-than-window .close-button {
	border-top: 1px solid #ddd;
}

.dg.main .close-button {
	background-color: #ccc;
}

.dg.main .close-button:hover {
	background-color: #ddd;
}


.dg li:not(.folder) {
	background: #fafafa;
	border-bottom: 1px solid #ddd;
	cursor: auto;
	overflow: hidden;
	padding: 0 4px 0 5px;
}

.dg li.save-row .button {
	text-shadow: none !important;
}

.dg li.title {
	background: #e8e8e8 url(data:image/gif;base64,R0lGODlhBQAFAJEAAP//Pz8//yH5BAEAAAIALAAAAAAFAAUAAAIIlI+hKgFxoCgAOw==) 6px 10px no-repeat;
}

.dg .cr.function:hover,.dg .cr.boolean:hover {
	background: #fff;
}

.dg .c input[type=text] {
	background: #e9e9e9;
}

.dg .c input[type=text]:hover {
	background: #eee;
}

.dg .c input[type=text]:focus {
	background: #eee;
	color: #555;
}

.dg .c .slider {
	background: #e9e9e9;
	height: 0.6vw;
}


.dg .c .slider:hover {
	background: #eee;
}

.dg .slider {
	float: left;
	width: 66%;
	margin-left: -5px;
	margin-right: 0;
	height: 19px;
	margin-top: 0.5vw;
}

.dg li {
	margin-bottom:0;
}

.dg .c .button {
	height:0;
	visibility: hidden;
}

.dg .c .checkbox {
	height:0.6vw;
}

.dg .c input[type=checkbox] {
	margin-top:0;
	height:1vw;

}

.dg .cr.number {
	border-left: none;
}

.dg .c .slider-fg, .dg .c .slider:hover .slider-fg {
	background: #3f51b5;
}

.dg .cr.number input[type=text] {
	color: #3f51b5;
	font-size: 0.6vw;
	text-align: center;
	height: 20px;

}

/*Hide close button*/
.dg.main .close-button.close-bottom {
	display: none;
}

a.disabled {
	pointer-events: none;
}

button#compileGameBtn:disabled {
	background-color: #cccccc;
	color: #666666;
	opacity: 0.2;
}

body.admin-bar #vr_editor_main_div {
	top: 32px;
}

body.admin-bar .scene_editor_upper_toolbar {
	top: 32px;
}
