/* __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');
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

/* .v3d-annotation{
    width: 20px;
    height: 20px;
    min-width: 0px;
    padding: 0px;
    font-size: 0px;
    border: none;
   background-image: url('./img/location.png');
   background-color: white;
} */

.v3d-annotation-dialog{
    padding: 8px;
    min-width: 0em;
    white-space: nowrap;
    text-align: justify;
    background-color: rgba(0, 0, 0, 0.4);
}

div.top_baner {
    text-align: center;
    background-color: #f0eff6;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 2em;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.top_baner>p{
    color: blue;
    margin: 0px;
    margin-top: auto;
    margin-bottom: auto;
}

div.top_baner>p>button{
    background-color: #007bff;
    border: none;
    color: white;
    float: right;
    margin-left: 2em;
    display: inline-flex;
    border-radius: 0.5em;
    padding: 0.5em;
    border: solid thin white;
    font-size: small;
    height: 2em;
    align-items: center;
    justify-content: center;
}

/* div.tool_shelf{
    position: fixed;
    bottom: 0px;
    width: 4em;
    z-index: 99;
}

div.tool_shelf>ul{
    list-style: none;
}

a.tool_button {
    background-size: contain;
    display: flex;
    width: 3em;
    height: 3em;
    border: none;
    transition: background-image 0.3s ease;
} */

a#label_display_switch{
    background-image: url("./img/infomation_disabled.png");
}

a#label_display_switch.active{
    background-image: url("./img/infomation.png");
}

a#auto_rotate_switch {
    background-image: url('img/rotation.png');
}

a#auto_rotate_switch.disabled {
    background-image: url('img/rotation_disabled.png');
}