.navigation-top {
    display:block;
    z-index: 10000;
    background: transparent;
    width: 150px;
    top: 0;
    border: 0;
}

/* Three js */
#vr_editor_main_div {
    position:fixed;
    top:0; /* Important */
    left:0;
    right:0;
    bottom:0;
    background-color: #eee;
    z-index: 999;
}

/* Php info top right */
.VrInfoPhpStyle {
    /*font-size: 0.6vw;*/
    max-font-size: 20pt;
    background: rgba(255, 255, 255, .54);
    color: #000;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 20%;
    padding: 2px;
}

/* 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;*/
}

/* rightPanelToggleOnOff*/
.scenesListToggleStyle {
    position:absolute;
    bottom:0;
    width: 40px;
    left:0;
    z-index: 1001;
    min-width:30px;
    max-height:400px;
    padding:0;
    display:flex;
}

.scenesListToggleStyle i {
    display:block;
    cursor: pointer;
}

.scenesListToggleOn {
    height: 17%;
}

.scenesListToggleOff {
    height: 4%;
}



#compileGameBtn {
    position: absolute;
    top: 5px;
    right: 0;
    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;
}




/* Links have red color
a { color:red }
*/

/* This disables the mouse rotation of canvas
canvas { pointer-events:none; z-index:10; }
*/

/* 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;
}

/*Assets Left Toolbar*/

/* leftPanelToggleOnOff*/
.AssetsToggleStyle {
    position:absolute;
    top:1px;
    width: 20%;    left:0;
    top:30px;
    z-index: 999;
    cursor: pointer;
    padding-top:5px;
}

.AssetsToggleStyle i {
    display:block;
    cursor: pointer;
}

.AssetsToggleOn {
    width: 20%;
}

.AssetsToggleOff {
    width: 4%;
}

#assetCategTab{
    margin-top:60px;
    background-color:black;
    padding:0;
}


.affineSwitch{
    width:33% !important;
    margin-bottom:0;
}


/* rightPanelToggleOnOff*/
.HierarchyToggleStyle {
    position:absolute;
    top:1px;
    width: 300px;
    right:0;
    top:30px;
    z-index: 999;
}

.HierarchyToggleStyle i {
    display:block;
    cursor: pointer;
}

.HierarchyToggleOn {
    width: 300px;
}

.HierarchyToggleOff {
    width: 4%;
}

.right-elements-panel-style {
    position: absolute;
    right: 0;
    top: 0;
    width:300px;
    height:100%;
    background-color: rgba(0,0,0,0.12);
    /*border: 1px solid rgba(0,0,0,.5);*/
    z-index:2;
}

.row-right-panel {
    width:100%;
    display:flex;
    margin-bottom:1px;
}



.VrWalkInButtonStyle a i, .EditorObjOverlapSelectStyle a i {
    /*padding-top: 4px;*/
}

/*Right Panel*/

.VrEditorOptionsBtnStyle {
    width:100%;
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 2px;*/
    /*width: 48px;*/
    /*min-width: 0;*/
    /*padding: 0;*/
    /*margin: 0;*/
}


/*row2*/
.EditorTourToggleBtn {
    width:20%;
    min-width: 20px;
    padding: 3px 0 0;
    /*display:inline;*/
    /*position: absolute;*/
    /*right: 15%;*/
    /*top: 4%;*/
}

.EditorDimensionToggleBtn {
    width:20%;
    min-width: 20px;
    padding:0;
    /*position: absolute;*/
    /*right: 10%;*/
    /*top: 4%;*/
}

.VrWalkInButtonStyle {
    /*width:45px;*/
    /*z-index: 1200;*/
    /*display:block;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 4%;*/
}

.ThirdPersonVrWalkInButtonStyle {
    width:25%;
    min-width: 20px;
    padding-top:4px;
    /*position: absolute;*/
    /*right: 5%;*/
    /*top: 4%;*/
}

/*row3*/
.ObjectManipulationToggle {
    /*overflow: hidden;*/
    background: transparent;
    display:inline-flex;
    /*position: absolute;*/
    /*top: 8%;*/
    /*right:0;*/
    width:100%;
}

.ObjectManipulationToggle input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.ObjectManipulationToggle label {
    /*float: left;*/
}

.ObjectManipulationToggle label {
    /*display: inline-block;*/
    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: 6px 14px;
    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;
    -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 {
    display:flex;
    margin-left:10px;
    margin-top:3px;
}

/*row6 Hierarchy viewer*/
#hierarchyViewerTitle{
    padding:3px;
    font-size:14px;
}


.HierarchyViewerStyle {
    display:flex;
    width: 100%;
    /*overflow-y: auto;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 30%;*/
    background-color: #dfdfdf;
}

#hierarchy-viewer{
    padding:0;

}

#hierarchy-viewer li{
    padding-left:5px;

}


.hierarchyItem {
    width:100%
}

.hierarchyItemName {
    font-size: 9pt;
    line-height:12pt;
    width:80%
}

.hierarchyItemDelete {
    width:20%
}

.ToggleUIButtonStyle {
    position: absolute;
    left: 25%;
    top: 32px;
    background: transparent;
    -webkit-appearance: none;
    -moz-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;*/
}

.SaveBtnContainerStyle {
    position: absolute;
    text-align: center;
    top: 7px;
    right: 1px;
}




.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;
}

#pauseRendering {
    width:40px;
    min-width:30px;
    padding:0;
    padding-top: 4px;
    margin: 0;
    background:gray;
}






.AxisManipulationBtns a {
    min-width: 0;
    margin: 0 0 0 0;
    height: 18px;
    vertical-align: top;
    line-height: 1.5em;
}



button, html [type="button"], [type="reset"], [type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
}


/*CARD STYLING*/
#scenesInsideVREditor{
    position:absolute;
    display:inline-flex;
    height:17%;
    width:auto;
    left:0;
    bottom:0;
    z-index:500;
    background:rgba(0, 0, 0, 0.12);
    padding-left:60px !important;
    padding-top:5px;
    padding-right:20px;
}

.SceneCardContainer {
    width: 150px;
    padding-left:20px;
}

.sceneTab{
    /*height:100px;*/
    display:block;
    background: transparent;
}

.SceneThumbnail {
    position:relative;
    width:100%;
    height:80px;
    max-height:80px;
    min-height:50px;
    text-align: center;
    overflow: hidden;
}

.sceneDisplayBlock {
    display: block;
    width: 100%;
    height: 100%;
}

.sceneDisplayBlock a {
    width: 100%;
    height: 100%;
}

.sceneDisplayBlock a img {
    width: 100%;
    height: 100%;
}


.landscapeIcon {
    font-size: 34px; padding-top: 20px;
}

/*.SceneThumbnail a {*/
/*    display: block;*/
/*    text-align: center;*/
/*    vertical-align: middle;*/
/*    !*height: 100%;*!*/
/*}*/

/*.SceneThumbnail a img {*/
/*    position: absolute;*/
/*    height:80px;*/
/*    max-height:80px;*/
/*    min-height:50px;*/
/*    overflow: hidden;*/
/*    -webkit-transform: translate(-50%,-50%);*/
/*    -ms-transform: translate(-50%,-50%);*/
/*    transform: translate(-50%,-50%);*/
/*}*/

.cardTitleDeleteWrapper {
    width:100%;
    max-height:30px;
    background:white;
}

.cardTitle{
    width: 70%;
    margin:0px;
    font-size:14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left:5px;
}

.cardDeleteIcon {
    float:right;
    right:0;
    min-width:30px;
    margin: 0 !important;
    max-height:25px;
    padding:0px;
    margin-top:3px;
}

/*.cardDescription{*/
/*    padding:0px;*/
/*    margin:0px;*/
/*    font-size:12px;*/
/*}*/

.deleteIconMaterial{
    font-size:18px;
}


.ImageContainer {
    width:100%;
    height:80px;
    max-height:80px;
    min-height:50px;
    position:relative;
    text-align: center;
    overflow: hidden;
}


.ImageContainer img {
    position: absolute;
    /*min-height: 225px;*/
    /*width: auto;*/
    height: 100%;
    overflow: hidden;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    text-align: center;
    vertical-align: middle;
}



#save-scene-button {
    color: hotpink;
    position:relative;
    font-size: medium;
    cursor:pointer;
}

#undo-scene-button{
    color: hotpink;
    position: relative;
    left: 0;
    cursor: pointer;
    top: 5px;
}

#redo-scene-button{
    color: hotpink;
    position: relative;
    right: 0;
    cursor: pointer;
    top: 5px;
}

/* 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;
}






.panel { display: none; }
.panel.active { display: block; }

.mdc-tab { min-width: 0; }
.custom-header { display:none; }
.main-navigation a { padding: 0.2em 1em; font-size:9pt !important;}
.site-branding {display:none;}
#content {padding:0;}


#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;
}



#projectNameBreadcrump{
    float:left;
    max-width:50%;
    line-height:1.8em;
}

.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;
}

#sceneTitleInput{
    display:block;
    float:left;
    width:15%;
    margin-left:0;
    padding:0;
    border: none;
    font-size:14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: none;
    border-radius: 0;
    height: 25px !important;
}

.titleLengthSuggest{
    height:25px;
    max-width:10%;
    display:block;
    float:left;
    left:300px !important;
    position:absolute;
}

#sceneJsonContent {
    z-index:100000;
    position:absolute;
    top:50px;
    left:calc(60% + 112px);
    display:none
}

#vrodos_scene_json_input {
    z-index: 100000;
    width: 800px;
    height: 500px;
    position: absolute;
    top:50px;
    height: 25em;
    background: white;
}

#analyticsIframeContainer{
    position: relative;
    overflow: hidden;
    padding-top: 150%;
    display: none;
}

#analyticsIframeContent{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.notdraggable{
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.menu-3d-class{
    z-index: 10000;
    position:absolute;
    margin-left:45px;
    margin-top:0;
    list-style: none;
}

.menu-3d-class ul{
    list-style: none;
    margin-left:15px;
    margin-top:0;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px;
    border: 2px solid #21A0AD;
}

.menu-3d-class ul li {
    margin-top:15px;
}

.menu-3d-class ul li a {
    color: white;
}
