/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;
}

#container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fullscreen-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
}

.fullscreen-open {
    background-image: url('media/fullscreen-open.png');
}

.fullscreen-close {
    background-image: url('media/fullscreen-close.png');
}

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

@media screen and (min-width : 769px) {
.v3d-annotation {
	pointer-events: none;
	opacity: 1;
	cursor: pointer;
    position: absolute;
    top: -16px;
    left: -16px;
    width: auto;
    min-width: 14px;
    height: 26px;
    padding: 2px 8px;
    border: 0px solid #fff;
    border-radius: 18px;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 26px;
    color: rgba(0, 0, 0, 0);
    text-align: center;
    user-select: none;
    background: rgba(0, 0, 0, 0);

}

.v3d-annotation-dialog {
	pointer-events: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -100px;
    margin-top: -50px;
    font-weight: 600;
    font-family: sans-serif;
    user-select: none;
    padding: 0.5em;
    min-width: 200px;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    border-radius: .5em;
    font-size: 1em;
    line-height: 1.2;
    transition: opacity .5s;
    visibility: hidden;
}

.mapplic-tooltip-thumbnail {
    border-radius: 50% !important;
    float: left;
    height: 100%;
    margin-right: 12px;
}

.mapplic-tooltip-title {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 12px 0 0 !important;
}

.mapplic-tooltip-description, .mapplic-tooltip p {
    color: #aaa;
    font-size: 13px;
    line-height: 14px;
}

p {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
}

@media screen and (max-width : 768px) {
	.v3d-annotation {
	pointer-events: none;
	opacity: 1;
	cursor: pointer;
    position: absolute;
    top: -16px;
    left: -16px;
    width: auto;
    min-width: 14px;
    height: 16px;
    padding: 2px 8px;
    border: 0px solid #fff;
    border-radius: 18px;
    font-size: 12px;
    font-family: sans-serif;
    line-height: 26px;
    color: rgba(0, 0, 0, 0);
    text-align: center;
    user-select: none;
    background: rgba(0, 0, 0, 0);

}

.v3d-annotation-dialog {
	pointer-events: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -100px;
    margin-top: -20px;
    font-weight: 600;
    font-family: sans-serif;
    user-select: none;
    padding: 0.5em;
    min-width: 200px;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    border-radius: .5em;
    font-size: 1em;
    line-height: 1.2;
    transition: opacity .5s;
    visibility: hidden;
}

.mapplic-tooltip-thumbnail {
    border-radius: 50% !important;
    float: left;
    height: 100%;
    margin-right: 12px;
}

.mapplic-tooltip-title {
    color: #333;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    margin: 0 6px 0 0 !important;
}

.mapplic-tooltip-description, .mapplic-tooltip p {
    color: #aaa;
    font-size: 8px;
    line-height: 8px;
}

p {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
}