/*
			* HTML Skeleton
			*/
html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	box-sizing: border-box;
	font-size:16px!important;
	-webkit-touch-callout: none!important;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body{
    background-color: black !important;
 }

 .sandbox-iframe{
    background-color: black !important;
 }

#ui5osRootContainer {
	position: relative;
	width: 100%;
	height: 100%;
}

/*
			* Splash Screen
			*/
#fhSplash {
	background-color:black;
	background-image: url('../img/lcd-screen-bg.webp');
	width: 100%;
	height: 100%;
}

/*
			* Splash Screen Window
			*/
#fhSplash-window {
	position: absolute;
	width: 192px;
	height: 256px;
	left: 50%;
	top: 50%;
	margin-top: -128px;
	margin-left: -96px;
}

/*
			* Splash Screen Logo
			*/
#fhSplash-logo {
	position: absolute;
	width: 140px;
	height: 140px;
	left: 50%;
	top: 0;
	margin-left: -70px;
	background-image: url('../img/featurehub-logo_256.png');
	background-repeat: no-repeat;
	background-size: cover;
}

/*
			* Splash Screen Spinner
			*/
#fhSplash-spinner {
	position: absolute;
	width: 140px;
	height: 24px;
	left: 50%;
	top: 160px;
	margin-left: -70px;
}

#fhSplash-spinner > div > div {
	background-color: #2980b9 !important;
}

/*
			* Splash Screen Message
			*/
#fhSplash-message {
	position: absolute;
	width: 100%;
	height: 32px;
	left: 0;
	top: 152px;
	line-height: 32px;
	text-align: center;
	color: #2980b9;
	font-size: 24px;
	font-weight:bold;
	opacity: 0;
	transition: opacity .2s ease-in;
	-webkit-transition: opacity .2s ease-in;
	-moz-transition: opacity .2s ease-in;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#fhSplash-message.fhSplash-messageVisible {
	opacity: 1;
}

/*
*
* UI5OS
*
*/

/*
* Status bar
*/
#ui5osStatusBar {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 32px;
	background-color: black;
}

.ui5strapViewer {
    -webkit-transition:none;
    transition:none;	
}

/*
* Shrink the main container for status bar
*/
.ui5osBody-flag-WithStatusBar #ui5strapViewer {
	top: 32px;
}

/*
* Status bar show trigger
*/
.ui5osBody-flag-WithStatusBar #ui5osStatusBar{
	display: block;
}

/*
* Home bar
*/
#ui5osHomeBar {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:auto;
	height: 32px;
	background-color: black;
}

/*
* Shrink the main container for home bar
*/
.ui5osBody-flag-WithHomeBar .ui5strapViewer {
	top: 32px;
}

/*
* Home bar show trigger
*/
.ui5osBody-flag-WithHomeBar #ui5osHomeBar {
	display: block;
}


.winui5TooBar.winui5TooBar-opt-SystemBar{
    background-color:#111111;
    color:#f0f0f0;
    padding-left:.75rem;
    padding-right:.75rem;
}

.winui5TooBar-opt-SystemBar .bletaCCImg{
    vertical-align:top;
}

#vuplex-click-layer{
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:100000;
    cursor:zoom-in;
}

.winui5FleLayIte-opt-AlignRight{
    margin-left: auto;
}