body.vrodos-manager-wrapper .fusion-row {
	margin-left: 0 !important;
	display: inline
}

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

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

body.vrodos-manager-wrapper .custom-header {
	display: none;
}

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

#previewCanvas {
	height: 100%;
	width: 100%;
	position: relative
}

#previewProgressSlider {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 0
}

#previewProgressSliderSingle {
	top: 0
}

#previewCanvasLabels {
	height: 100%;
	width: 100%;
	position: absolute
}

#assetback3dcolordiv {
	border: 0 solid rgba(0, 0, 0, 0.3);
	width: 100%;
	margin-top: 0;
}

#assetTitle {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: none;
	border-radius: 0;
	font-size: 24px;
	padding: 0;
}

#assetback3dcolor {
	box-shadow: none;
	display: none;
}

/* just for demo */
.langul {
	list-style: none;
	margin: 0;
}

.langli {
	display: inline-block;
	padding: 0 12px !important;
}

#sshotPreviewImg {
	width: auto;
	height: 100px;
}

#audioDetailsPanel {
	padding: 5px;
	margin-top: 10px;
	width: 100%
}

#edit-asset-header {
	margin-top: 15px;
}

.whiteSpaceSeparatorAssetEditor {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
	color: white;
	display: table;
}

#jscolorpick {
	padding: 6px 0 6px 0;
	margin: 42px 0 0 0;
}

#assetFontsLabel {
	width: 40%;
	height: 40px;
}

#assetFonts {
	bottom: 5px;
	width: 40%;
	margin-left: 10%;
}

#assetFontsDiv {
	width: 100%;
	margin-bottom: 15px;
}

#videoDetailsPanel {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}

.sectionIcon {
	padding-top: 15px;
	padding-bottom: 15px;
}

#videoDetailsPanel_preview {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
}

#assetTitleView {
	width: 100%;
	display: flex;
	color: orangered;
	text-shadow: 2px 2px 2px aliceblue;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Roboto, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 32px;
	text-decoration: inherit;
	text-transform: inherit;
	font-size: 24pt;
	width: -moz-fit-content;
	margin: auto;
}

.tablinks2 {
	padding: 0 1% !important;
}

.asset3d_desc_view {
	width: 100%;
	margin-top: 30px;
	color: dimgray;
	white-space: pre-line;
	text-shadow: 1px 1px #0bb697;
}

.accessButton {
	background-color: white;
	padding: 0;
	vertical-align: bottom;
	float: right
}

.accessBtDiv {
	display: inline-block;
	float: right;
	right: 0;
}

.accessIcons {
	width: 40px;
	height: 40px;
	background-color: white;
}


#category-ipr-select {
	min-width: 100%;
}

#categoryIPRDescription {
	font-style: italic;
}

.AssetEditorAuthorImageStyle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.vrodos-back-button {
	color: #1e90ff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arrowback {
	font-size: 24px;
	vertical-align: middle;
}


#vrodos-asset-editor a.animationButton {
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 10000;
	padding: 0.35em 1.2em;
	border: 0.1em solid white;
	margin: 0 0.3em 0.3em 0;
	border-radius: 0.12em;
	box-sizing: border-box;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	transition: all 0.2s;
	transform: translate(-50%, -50%);
	display: none;
}

#vrodos-asset-editor .animationButton:hover {
	color: #000000;
	background-color: #FFFFFF;
}

@media all and (max-width:30em) {
	#vrodos-asset-editor a.animationButton {
		display: block;
		margin: 0.4em auto;
	}
}


#vrodos-asset-editor a.boundingSphereButton {
	display: inline-block;
	position: absolute;
	left: 10px;
	bottom: 0;
	padding: 8px;
	z-index: 10000;
	box-sizing: border-box;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	transition: all 0.2s;
}

#vrodos-asset-editor .boundingSphereButton:hover {
	color: #FFFFFF;
	background-color: #000000;
}

@media all and (max-width:30em) {
	a.boundingSphereButton {
		display: block;
		margin: 0.4em auto;
	}
}


.qrcode_div {
	width: 180px;
	height: 180px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
}

.qrcode_img_div {
	position: absolute;
	right: 0;
	text-align: center
}

.qrcode_img {
	width: 160px;
	text-align: center;
	margin: 15px auto 10px;
}

.qrcode_button {
	bottom: 170px;
	right: 0;
	position: absolute;
	z-index: 15;
	padding: 0 5px 0 3px;
	margin-bottom: 5px;
	font-family: Arial, sans-serif;
	cursor: pointer;
}

.assetEditorColumn {
	display: block;
	width: 46%;
	margin: 0 8px 0 8px;
}
