/*
body{
    font-family: "Rajdhani";
}

aside,
nav{
    font-family: 'Barlow', sans-serif;
}

ul{
    list-style: none;
    margin:0;
    padding:0;
}

aside,
aside input[type="text"]{
    background:#444;
}

aside{
    width:34em;
    color:#fff;
    position:fixed;
    right:0;
    height:100%;
    z-index:10;
    display:none;
}

aside header,
aside section{
    padding:0 1em;
}

aside header{
    padding-top:1em;
}

aside .usermenu{
    background-color: #333;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    padding-left:0.5em;
    padding-right:0.5em;
}
aside .usermenu li{
    list-style: none;

}

aside .usermenu li.right{
    float:right;
    width:8%;

}

aside .usermenu li.left{
    float:left;
    width:8%;
}

aside .usermenu li.project_title{
    float:left;
    width:70%;
    text-align: center;
    line-height: 3.3em;
}

aside .usermenu li a{
    padding:0.5em;
    display:inline-block;
    font-size: 1.5em;
    color:#fff;
}

aside .usermenu li a:hover{
    animation-name: changeLink;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
}

@keyframes changeLink {
    from {color: #fff;}
    to {color: #70B62C;}
}


aside section#details h1{
    font-size:1.5em;
    font-weight:400;
    display:block;
    margin:0;
    padding:0.5em 0;
}

aside input[type="text"]{
    border:none;
    color:#fff;
    border-bottom: 2px solid #666;
    font-size:1.2em;
    padding:0.2em 0;
}

aside input[type="text"]:focus{
    outline-style:none;
    box-shadow:none;
    border-color:#70B62C;
}

aside header h3{
    font-size:0.8em;
    padding:0.8em 0;
    margin:0;
    display:block;
    font-weight:400;
}

aside ul#sceneImages li,
aside #networkContainer{
    background:#555;
}

aside #networkContainer{
    width:100%;
    height:20em;
}

nav#mainmenu{
    right:0;
    position:fixed;
    z-index:11;
}

nav#mainmenu ul{
    padding-right:0.5em;
}

nav#mainmenu ul li{
    padding:0.8em;
    margin:1em 0.5em 0 0;
    border:1px solid #fff;
    display:inline-block;
    color:#fff;
    font-size:0.8em;
    cursor:pointer;
}

nav#tools{
    position:absolute;
    top:35%;
    width:100%;
    z-index:9;
    text-align: center;
}

nav#tools ul li{
    display:inline-block;
    color:#fff;
    padding:0.8em;
    margin:0.5em;
    border:2px solid #333;
    background:#333;
    font-size:0.8em;
    cursor:pointer;
}

nav#tools .removeItem{
    background-color: #ff0000;
}

nav#tools .jumpScene{
    background-color: #70B62C;
}

nav#tools ul li.active{
    color:#fff;
    border-color:#fff;
}

aside ul#sceneImages li{
    display:block;
}

aside ul#sceneImages li#sceneImages360{
    float:left;
}

aside ul#sceneImages li#sceneImages360 div.container{
    height:10em;
    width:20em;
}

aside ul#sceneImages li#sceneImagesPreview{
    float:right;
}

aside ul#sceneImages li#sceneImagesPreview div.container{
    height:10em;
    width:10em;
}

aside ul#sceneImages li img{
    display:block;
    width:100%;
}
aside ul#sceneImages li div.upload{
    text-align:center;
    background:#70B62C;
    color:#fff;
    padding:0.8em;
    cursor:pointer;
}

aside ul#sceneImages li div.upload i{
    margin-right:0.5em;
}

aside div#sceneData{
    padding-top:1em;
}

aside div#sceneTitle input[type="text"]{
    font-size:1.2em;
    width:22em;
}

aside div#sceneData label,
aside div#sceneData input{
    display:inline-block;
}

aside div#sceneData label{
    margin-right:1em;
    color:#666;
    font-weight:600;
}
*/
/**
    View Toggle Setup
 */
/*
body.view nav ul li#activateView{
    display:none;
}

body.view nav#tools{
    display:none;
}

body.edit aside{
    display:block;
}

body.edit nav#tools,
body.edit a-scene{
    left:-17em;
}

body.edit a-scene .a-enter-vr{
    display:none;
}

body.edit nav#mainmenu{
    right:34em;
}
body.edit nav ul li#activateEdit{
    display:none;
}
*/
/*body.view .optimize-view{*/
    /*position: absolute;*/
    /*left:0%;*/
    /*top:55%;*/
    /*width:100%;*/
    /*color:#fff;*/
    /*font-family: Arial;*/
    /*display:none;*/
    /*text-align: center;*/
/*}*/

/*body .loading_overlay_full{*/
    /*position: absolute;*/
    /*left:0;*/
    /*top:0;*/
    /*width:100%;*/
    /*height:100%;*/
    /*background-color: #000;*/
    /*z-index:1;*/
    /*opacity:0;*/
    /*display:none;*/
/*}*/
/*
body .information_overlay_full{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.3);
    z-index:10000;
    display:none;
}

body .information_overlay_full .popup_box{
    width:600px;
    min-height:200px;
    background-color:#222 ;
    position: absolute;
    left:50%;
    top:20%;
    margin-left:-300px;
    border-radius: 1em;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    color:#fff;
    display:none;
}

.popup_header_wrapper{
    padding:0.5em;
    font-size:1.2em;
    position: relative;
}

.close_popup{
    position: absolute;
    right:0.5em;
    top:0.5em;
}

.close_popup:hover{
    color:#1dc116;
    cursor: pointer;
}

.popup_header_wrapper{

}
.popup_body{
    padding:0.5em;
    padding-top:1em;
}

hr.style7 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin:0;
}
*/
/**
    Helper

.img_load_helper{
    visibility: hidden;
    width:1px;
    height:1px;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}

.hidden{
    display:none !important;
}
 */


.a-enter-vr-button{
    left: 10px;
    position: fixed !important;
    top: 10px;
    bottom: 100% !important;
}