body, html {
   height: 100%;
   width: 100%;
   min-height: 100%;
   margin: 0px !important;
   overflow: hidden;
}

<!--
/*
html, *, body, div, table {
  -ms-touch-action:none !important;
  touch-action:none !important;
}*/
-->

.touch-menu-base-panel {
	width: 252px;
	position: absolute;
	transition: left 250ms;
	touch-action: none;
	overflow: hidden;
}


.mainOverlayMenuButton {
    margin-bottom: 10px;
}

.editorOverlayToolbar {
	top: 10px !important;
}
.editorOverlayToolButton {
	margin-bottom: 10px;
	position: relative;
	left: -10px;
}

@media all and (max-width: 800px) {
    .resize-on-mobile { width:50px;}
    .resize-on-mobile .hide-on-mobile {display:none;}
    .editorOverlayToolButton {
        margin-bottom: 0px;
        left: 0px;
    }
    .editorOverlayToolbar {
        top: 0px !important;
    }
}

.geometryInformationFont {
    font-family: helvetica,tahoma,arial,verdana,sans-serif; 
    font-size: 12px;
}

.myIcon {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 0px 2px;  
}

/* KISO START */
.kiso-result {
	padding: 5px 0;
	border: transparent 1px solid;
	border-top: #999999 1px dashed;
}

.kiso-layer {
	border-top: #999999 1px solid;
}

.kiso-layer-result {
	padding-left: 35px;	
}

.kiso-no-results {
	background: white;
	text-align: center;
	padding-top: 25px;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.kiso-results-missing {
	margin-bottom: 5px;
	color: #555555;
	font-style: italic;
	font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
}

.kiso-result .kiso-icon {
	float:left;	
	margin-right: 15px; 
	display: inline;
	height: 32px; 
	width: 32px; 
	border: none;
}

.kiso-result .kiso-icon img {
	height: 32px; 
	width: 32px; 
}

.kiso-result-middle {
	float: left;
}

.kiso-result .kiso-header {
	color: #3A3A3A;
	font-weight: bold;
}

.kiso-result .kiso-description {
}

.kiso-result .kiso-source {
	color: Gray; font-style: italic;
}

.kiso-clear {
	clear: both;
}

.kiso-listview {
	font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
}

.kiso-listview .loading-indicator {
	margin-top: 50px;
	text-align: center;    
}

.kiso-listview .loading-indicator .spinner {
	border: 12px solid #f3f3f3; /* Light grey */
    border-top: 12px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    animation: spin 2s linear infinite;
}

.kiso-listview .loading-indicator .loading-text {
	margin-top: 25px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* KISO END */

video::-webkit-media-controls-fullscreen-button
{
        display: none !important;
}