/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;
}

#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}
.warning-AR-unavailable {
    position: absolute;
    z-index: 1;
    display: none;
    float: none;
    clear: both;
    width: 242px;
    height: 50px;
    background-image: url('media/warning_AR_unavailable.png');
    background-position: center center;
    background-size: 100% 100%;
    bottom: 0;
    right: -121px;
}

.warning-center {
    width: 50%;
    height: 50%;
    z-index: 1;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
}

.warning-could-not-enter-AR {
    height: 50px;
    width: 182px;
    background-image: url('media/warning_could_not_enter_AR.png');
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    display: none;
    border-style: none;
    right: -91px;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    bottom: 0;
}

.enter-AR-button {
    

    position: absolute;
    top: 60px;
    right: 5px;

    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
        z-index: 1;




    
}

.v3d-simple-preloader-bar {
    
background: #FF6100;
border:#FF6100;

}
.v3d-simple-preloader-logo {
    background-image: url("webrago.png");
    background-size: cover;
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }
