@qispace/vue3-player 0.3.26 → 0.3.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vue-components/src/components/miniMap/VMiniMap.vue.d.ts +50 -1
- package/dist/vue-components/src/components/miniMap/VMiniMapMap.vue.d.ts +81 -11
- package/dist/vue-components/src/components/structureChooser/VStructureChooserOverlay.vue.d.ts +2 -2
- package/dist/vue-components/style.css +1 -1
- package/dist/vue-components/vue3-player.js +1620 -1593
- package/dist/vue-components/vue3-player.umd.cjs +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,51 @@
|
|
|
1
|
-
|
|
1
|
+
import { CdnFileResolverCallback } from '../types';
|
|
2
|
+
import { ApartmentJson, MiniMapJson } from '../virtualTour/types';
|
|
3
|
+
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
+
cdnFileResolver: CdnFileResolverCallback;
|
|
6
|
+
currentCamera?: string;
|
|
7
|
+
level?: number;
|
|
8
|
+
rotation?: number;
|
|
9
|
+
hideCompass?: boolean;
|
|
10
|
+
hideSlider?: boolean;
|
|
11
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
+
apartmentJsonLoaded: (apartmentJson: ApartmentJson) => void;
|
|
13
|
+
minimapJsonLoaded: (minimapJson: MiniMapJson) => void;
|
|
14
|
+
cameraSet: (cameraId: string) => void;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
16
|
+
cdnFileResolver: CdnFileResolverCallback;
|
|
17
|
+
currentCamera?: string;
|
|
18
|
+
level?: number;
|
|
19
|
+
rotation?: number;
|
|
20
|
+
hideCompass?: boolean;
|
|
21
|
+
hideSlider?: boolean;
|
|
22
|
+
}>>> & {
|
|
23
|
+
onApartmentJsonLoaded?: (apartmentJson: ApartmentJson) => any;
|
|
24
|
+
onMinimapJsonLoaded?: (minimapJson: MiniMapJson) => any;
|
|
25
|
+
onCameraSet?: (cameraId: string) => any;
|
|
26
|
+
}, {}, {}>, Readonly<{
|
|
27
|
+
default(props: {
|
|
28
|
+
active: boolean;
|
|
29
|
+
style: any;
|
|
30
|
+
}): any;
|
|
31
|
+
}> & {
|
|
32
|
+
default(props: {
|
|
33
|
+
active: boolean;
|
|
34
|
+
style: any;
|
|
35
|
+
}): any;
|
|
36
|
+
}>;
|
|
2
37
|
export default _default;
|
|
38
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
39
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
40
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
41
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
42
|
+
} : {
|
|
43
|
+
type: import('vue').PropType<T[K]>;
|
|
44
|
+
required: true;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
48
|
+
new (): {
|
|
49
|
+
$slots: S;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
@@ -1,25 +1,90 @@
|
|
|
1
|
-
|
|
2
|
-
import { Unpacked } from '../types';
|
|
3
|
-
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
5
2
|
backgroundImage: string;
|
|
6
|
-
allCameras:
|
|
7
|
-
|
|
3
|
+
allCameras: {
|
|
4
|
+
id: string;
|
|
5
|
+
type: string;
|
|
6
|
+
floor_vertical_position: string;
|
|
7
|
+
title: string;
|
|
8
|
+
description: string;
|
|
9
|
+
floorLevel: number;
|
|
10
|
+
position: string;
|
|
11
|
+
rotation: string;
|
|
12
|
+
uposition: string;
|
|
13
|
+
urotation: string;
|
|
14
|
+
hasQA: boolean;
|
|
15
|
+
fieldOfView: number;
|
|
16
|
+
sunsimDayOfYear?: import('../structureChooser/types/StructureChooserData').StructureChooserDataCameraDay[];
|
|
17
|
+
}[];
|
|
18
|
+
storey: {
|
|
19
|
+
position: {
|
|
20
|
+
x: number;
|
|
21
|
+
y: number;
|
|
22
|
+
z: number;
|
|
23
|
+
};
|
|
24
|
+
rotation: {
|
|
25
|
+
x: number;
|
|
26
|
+
y: number;
|
|
27
|
+
z: number;
|
|
28
|
+
};
|
|
29
|
+
fovY: number;
|
|
30
|
+
sunsimFiles: string[];
|
|
31
|
+
sunsimFilesTimeStamps: string[];
|
|
32
|
+
defaultSunsimFile: string;
|
|
33
|
+
};
|
|
8
34
|
currentCamera: string;
|
|
9
|
-
rotation: number
|
|
35
|
+
rotation: number;
|
|
10
36
|
transformAngle: number;
|
|
11
37
|
containerWidth: number;
|
|
12
38
|
containerHeight: number;
|
|
13
39
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
14
40
|
backgroundImage: string;
|
|
15
|
-
allCameras:
|
|
16
|
-
|
|
41
|
+
allCameras: {
|
|
42
|
+
id: string;
|
|
43
|
+
type: string;
|
|
44
|
+
floor_vertical_position: string;
|
|
45
|
+
title: string;
|
|
46
|
+
description: string;
|
|
47
|
+
floorLevel: number;
|
|
48
|
+
position: string;
|
|
49
|
+
rotation: string;
|
|
50
|
+
uposition: string;
|
|
51
|
+
urotation: string;
|
|
52
|
+
hasQA: boolean;
|
|
53
|
+
fieldOfView: number;
|
|
54
|
+
sunsimDayOfYear?: import('../structureChooser/types/StructureChooserData').StructureChooserDataCameraDay[];
|
|
55
|
+
}[];
|
|
56
|
+
storey: {
|
|
57
|
+
position: {
|
|
58
|
+
x: number;
|
|
59
|
+
y: number;
|
|
60
|
+
z: number;
|
|
61
|
+
};
|
|
62
|
+
rotation: {
|
|
63
|
+
x: number;
|
|
64
|
+
y: number;
|
|
65
|
+
z: number;
|
|
66
|
+
};
|
|
67
|
+
fovY: number;
|
|
68
|
+
sunsimFiles: string[];
|
|
69
|
+
sunsimFilesTimeStamps: string[];
|
|
70
|
+
defaultSunsimFile: string;
|
|
71
|
+
};
|
|
17
72
|
currentCamera: string;
|
|
18
|
-
rotation: number
|
|
73
|
+
rotation: number;
|
|
19
74
|
transformAngle: number;
|
|
20
75
|
containerWidth: number;
|
|
21
76
|
containerHeight: number;
|
|
22
|
-
}>>>, {}, {}
|
|
77
|
+
}>>>, {}, {}>, Readonly<{
|
|
78
|
+
default(props: {
|
|
79
|
+
active: boolean;
|
|
80
|
+
style: any;
|
|
81
|
+
}): any;
|
|
82
|
+
}> & {
|
|
83
|
+
default(props: {
|
|
84
|
+
active: boolean;
|
|
85
|
+
style: any;
|
|
86
|
+
}): any;
|
|
87
|
+
}>;
|
|
23
88
|
export default _default;
|
|
24
89
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
25
90
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -30,3 +95,8 @@ type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
30
95
|
required: true;
|
|
31
96
|
};
|
|
32
97
|
};
|
|
98
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
99
|
+
new (): {
|
|
100
|
+
$slots: S;
|
|
101
|
+
};
|
|
102
|
+
};
|
package/dist/vue-components/src/components/structureChooser/VStructureChooserOverlay.vue.d.ts
CHANGED
|
@@ -2,11 +2,11 @@ import { CdnFileResolverCallback, ColorCallback } from '../types';
|
|
|
2
2
|
import { StructureChooserDataCameraStill } from './types/StructureChooserData';
|
|
3
3
|
|
|
4
4
|
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
-
activeStructureIds?: Array<string> | undefined;
|
|
6
5
|
cdnFileResolver: CdnFileResolverCallback;
|
|
7
6
|
colorCallback: ColorCallback;
|
|
8
7
|
currentCamera: StructureChooserDataCameraStill;
|
|
9
8
|
selectedId?: string;
|
|
9
|
+
activeStructureIds?: Array<string> | undefined;
|
|
10
10
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
11
|
onError: (error: Error) => void;
|
|
12
12
|
onClick: (structureId: string) => void;
|
|
@@ -14,11 +14,11 @@ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
14
14
|
onHoverOut: (structureId: string) => void;
|
|
15
15
|
updateSvgContainer: (svgContainer: SVGElement) => void;
|
|
16
16
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
17
|
-
activeStructureIds?: Array<string> | undefined;
|
|
18
17
|
cdnFileResolver: CdnFileResolverCallback;
|
|
19
18
|
colorCallback: ColorCallback;
|
|
20
19
|
currentCamera: StructureChooserDataCameraStill;
|
|
21
20
|
selectedId?: string;
|
|
21
|
+
activeStructureIds?: Array<string> | undefined;
|
|
22
22
|
}>>> & {
|
|
23
23
|
onOnClick?: (structureId: string) => any;
|
|
24
24
|
onOnHoverOver?: (structureId: string) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@media (hover: hover){.hover-check[data-v-eb9b348d]{display:none}}#canvas[data-v-27d7323f]{position:absolute;top:0;width:100%;-webkit-user-select:none;user-select:none;touch-action:none;padding-top:56.25%}#canvas-mask[data-v-27d7323f]{position:absolute;top:0;max-width:100%;z-index:4;-webkit-user-select:none;user-select:none}@media only screen and (min-width: 1280px){#canvas[data-v-27d7323f]{border-radius:10px}}#container[data-v-e6c054c7]{position:absolute;top:0;width:100%;-webkit-user-select:none;user-select:none;touch-action:none;padding-top:56.25%}.svg-container[data-v-e6c054c7]{transition-property:opacity;transition-duration:.25s;transition-timing-function:ease-in-out}.svg-container[data-v-e6c054c7],svg[data-v-e6c054c7]{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10000}svg g[data-v-e6c054c7] path{cursor:pointer;stroke-width:inherit!important;stroke-opacity:inherit!important;stroke:inherit!important;fill:inherit!important;fill-opacity:inherit!important;transition-property:fill-opacity,fill;transition-duration:.25s;transition-timing-function:ease-in-out}@media only screen and (min-width: 1280px){#canvas[data-v-e6c054c7]{border-radius:10px}}.v-btn[data-v-44ed308e]{background-color:#fff}.frame-container[data-v-0c291cb9]{position:relative;max-width:100%;top:0;left:0;bottom:185px;padding-top:56%;z-index:1;overflow:hidden}.frame-image[data-v-0c291cb9]{position:absolute;top:0;width:100%;height:100%}.frame-image img[data-v-0c291cb9]{min-width:100%;max-width:100%;z-index:0}#image-stack picture[data-v-0c291cb9]{visibility:hidden}#image-stack picture.show[data-v-0c291cb9]{visibility:visible}.fill-parent[data-v-0c291cb9]{position:absolute;top:0;bottom:0;left:0;right:0}.floating-card[data-v-7d5e6067]{position:absolute;left:0;top:0;z-index:10;display:flex;transition:transform .1s ease-in-out}.is-not-hoverable[data-v-7d5e6067]{position:relative;width:100%}.v-dialog__content[data-v-7d5e6067]{align-items:flex-start}.zoom-box-container[data-v-3e334a46]{width:100%;height:100%;left:0;top:0;overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none}.zoom-box[data-v-3e334a46]{width:100%;height:100%;-webkit-user-select:none;user-select:none;touch-action:none}.interactive-viewer[data-v-34e2e7a2]{padding-top:56.65%;position:relative}.fill-parent[data-v-34e2e7a2]{position:absolute;top:0;bottom:0;left:0;right:0}.navigation[data-v-34e2e7a2]{position:absolute;width:100%;bottom:32px;z-index:99;padding:0 20px;display:flex;justify-content:center}@media only screen and (max-width: 900px){.navigation[data-v-34e2e7a2]{position:absolute;bottom:0;scale:.5;width:200%!important;transform:translate(-50%)}}img[data-v-dbbdc1e0]{position:relative;display:block;z-index:1}img[data-v-ecb88391]{position:relative;display:block;z-index:3}.top-left[data-v-ecb88391]{top:0;left:0}.small[data-v-f2649c45]{font-size:80%}.top-left[data-v-09ccd2d0]{top:0;left:0}div[data-v-09ccd2d0] svg g{cursor:pointer;transition-property:fill,stroke;transition-duration:.25s;transition-timing-function:ease-in-out}.v-enter-active[data-v-09ccd2d0]{transition:opacity .25s ease-in-out}.v-leave-active[data-v-09ccd2d0]{transition:opacity 0ms ease-in-out}.v-enter-from[data-v-09ccd2d0],.v-leave-to[data-v-09ccd2d0]{opacity:0}.v-leave-from[data-v-09ccd2d0],.v-enter-to[data-v-09ccd2d0]{opacity:1}.actions-bar[data-v-0310f66a]{position:absolute;flex-wrap:wrap}.actions-bar>div[data-v-0310f66a]{flex-basis:25%}.actions-bar>div[data-v-0310f66a]:last-child{flex-basis:50%}.actions-bar[data-v-0310f66a]{opacity:.5;transition:opacity .5s ease}.actions-bar[data-v-0310f66a]:hover,.mobile .actions-bar[data-v-0310f66a]{opacity:1}.mobile .actions-bar.compact[data-v-0310f66a]{position:relative}.mobile .actions-bar>div[data-v-0310f66a]{flex-basis:50%}.mobile .actions-bar>div[data-v-0310f66a]:last-child{flex-basis:100%}.hover-bar[data-v-0310f66a]{position:absolute}.top-left[data-v-0310f66a]{top:0;left:0}.bottom-right[data-v-0310f66a],.bottom-right-compact[data-v-0310f66a]{bottom:0;right:0}.mobile .bottom-right-compact[data-v-0310f66a]{bottom:inherit;right:0}.v-enter-from[data-v-0310f66a]{opacity:0}.v-enter-active[data-v-0310f66a]{transition:opacity .5s ease}.v-enter-to[data-v-0310f66a]{opacity:1}.sunsim-time-label[data-v-d5a3d3f8]{color:#000;vertical-align:top}.sunsim-date[data-v-d5a3d3f8]{background:#fff;border-radius:30px;min-height:36px;min-width:170px;display:flex;align-content:center;white-space:nowrap}.day-selector[data-v-d5a3d3f8]{margin-top:0}.day-selector[data-v-d5a3d3f8] .v-field__outline{display:none}.day-selector[data-v-d5a3d3f8] .v-field__input{padding-top:2px}.day-selector[data-v-d5a3d3f8] .v-field__append-inner{padding-top:5px!important}.day-selector.v-text-field[data-v-d5a3d3f8] .v-input__control>.v-input__slot:before{border-style:none}.day-selector.v-text-field[data-v-d5a3d3f8] .v-input__control>.v-input__slot:after{border-style:none}.sunsim-slider[data-v-d5a3d3f8] .v-slider-track__background{background:linear-gradient(270deg,#8183c2,#ffb9b9 20.01%,#b2dfff 40.1%,#b2dfff 59.85%,#ffba96 79.96%,#8183c2)!important}.sunsim-bar-wrapper[data-v-d5a3d3f8]{display:flex;position:absolute;width:60%;min-width:400px;top:12px;left:0;z-index:3;touch-action:none;pointer-events:none}.sunsim-wrapper[data-v-d5a3d3f8]{width:100%;background:#fff;border-radius:30px;padding:5px;min-height:16px;z-index:3}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8]{margin-right:12px;margin-left:12px}.sunsim-wrapper[data-v-d5a3d3f8],.sunsim-date[data-v-d5a3d3f8]{touch-action:auto;pointer-events:all}.sunsim-wrapper .mdi-white-balance-sunny[data-v-d5a3d3f8]{color:#ffab02;vertical-align:baseline;font-size:20px}@media only screen and (max-width: 980px) and (min-width: 500px){.sunsim-bar-wrapper[data-v-d5a3d3f8]{top:101%;width:100%}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8]{margin-left:0}}@media only screen and (max-width: 980px) and (min-width: 500px) and (orientation: landscape){.sunsim-bar-wrapper[data-v-d5a3d3f8]{top:calc(100% + 8px);width:100%}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8]{margin-left:0}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8],.sunsim-bar-wrapper .sunsim-wrapper[data-v-d5a3d3f8]{box-shadow:0 0 7px 1px #aaa}}@media only screen and (max-width: 500px){.sunsim-bar-wrapper[data-v-d5a3d3f8]{height:calc(100% + 84px);top:0;width:100%;flex-direction:column;justify-content:space-between;margin:-42px 0 0;padding:0;left:0;z-index:0;min-width:100%}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8]{margin-right:0;margin-left:0}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8],.sunsim-bar-wrapper .sunsim-wrapper[data-v-d5a3d3f8]{width:100%;border-radius:0;left:0;margin-left:0!important;box-shadow:0 0 7px 1px #aaa}}.image-instance[data-v-8d357c5f]{position:absolute;width:100%;opacity:0}.image-instance.active[data-v-8d357c5f]{opacity:1}.north-indicator[data-v-9be2e160]{position:absolute;right:0;top:0;height:42px;width:42px;margin-top:12px;margin-right:8px}.image-container[data-v-9be2e160]{position:relative}.image-instances[data-v-9be2e160]{position:relative;width:100%;height:100%}canvas[data-v-9be2e160]{position:absolute;left:0;top:0;z-index:2;opacity:0}.fill-parent[data-v-9be2e160]{position:absolute;top:0;bottom:0;left:0;right:0}.svg-container[data-v-9be2e160]{transition-property:opacity;transition-duration:.25s;transition-timing-function:ease-in-out}.svg-container[data-v-9be2e160],svg[data-v-9be2e160]{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10000}svg g[data-v-9be2e160] path{cursor:pointer;stroke-width:inherit!important;stroke-opacity:inherit!important;stroke:inherit!important;fill:inherit!important;fill-opacity:inherit!important;transition-property:fill-opacity,fill;transition-duration:.25s;transition-timing-function:ease-in-out}svg g.restricted[data-v-9be2e160] path{cursor:default!important}@media only screen and (max-width: 980px) and (min-width: 500px) and (orientation: landscape){div.image-container[data-v-9be2e160]{margin-top:44px}}@media only screen and (max-width: 500px){div.image-container[data-v-9be2e160]{margin-top:44px;margin-bottom:44px}}.overlay[data-v-9e4cdd0e]{z-index:1!important;opacity:1;transition-property:opacity;transition-duration:.25s;transition-timing-function:ease-in-out}.north-indicator[data-v-5402374e]{position:absolute;right:0;top:0;height:42px;width:42px;margin-top:12px;margin-right:8px}.image-container[data-v-5402374e]{position:relative}.image-instances[data-v-5402374e]{position:relative;width:100%;height:100%}canvas[data-v-5402374e]{position:absolute;left:0;top:0;z-index:2;opacity:0}.fill-parent[data-v-5402374e]{position:absolute;top:0;bottom:0;left:0;right:0}@media only screen and (max-width: 980px) and (min-width: 500px) and (orientation: landscape){div.image-container[data-v-5402374e]{margin-top:44px}}@media only screen and (max-width: 500px){div.image-container[data-v-5402374e]{margin-top:44px;margin-bottom:44px}}img[data-v-9866b8c2]{position:relative;display:block;z-index:1}.small[data-v-42a733f4]{font-size:80%}.top-left[data-v-61c8ae69]{top:0;left:0}div[data-v-61c8ae69] svg g{cursor:pointer;transition-property:fill,stroke;transition-duration:.25s;transition-timing-function:ease-in-out}.v-enter-active[data-v-61c8ae69]{transition:opacity .25s ease-in-out}.v-leave-active[data-v-61c8ae69]{transition:opacity 0ms ease-in-out}.v-enter-from[data-v-61c8ae69],.v-leave-to[data-v-61c8ae69]{opacity:0}.v-leave-from[data-v-61c8ae69],.v-enter-to[data-v-61c8ae69]{opacity:1}.actions-bar[data-v-47df87bc]{position:absolute;flex-wrap:wrap}.actions-bar>div[data-v-47df87bc]{flex-basis:25%}.actions-bar>div[data-v-47df87bc]:last-child{flex-basis:50%}.actions-bar[data-v-47df87bc]:hover,.mobile .actions-bar[data-v-47df87bc]{opacity:1}.mobile .actions-bar.compact[data-v-47df87bc]{position:relative}.mobile .actions-bar>div[data-v-47df87bc]{flex-basis:50%}.mobile .actions-bar>div[data-v-47df87bc]:last-child{flex-basis:100%}.hover-bar[data-v-47df87bc]{position:absolute}.top-left[data-v-47df87bc]{top:0;left:0}.bottom-right[data-v-47df87bc],.bottom-right-compact[data-v-47df87bc]{bottom:0;right:0}.mobile .bottom-right-compact[data-v-47df87bc]{bottom:inherit;right:0}.v-enter-from[data-v-47df87bc]{opacity:0}.v-enter-active[data-v-47df87bc]{transition:opacity .5s ease}.v-enter-to[data-v-47df87bc]{opacity:1}.actions-bar[data-v-47df87bc]{opacity:.5;transition:opacity .5s ease}.actions-bar[data-v-47df87bc]:hover{opacity:1}#player-wrapper[data-v-4e601038]{position:relative;width:100%;height:100%}#player-sizer[data-v-4e601038]{width:100%;height:100%;display:flex;justify-content:center;align-items:center}div#main-canvas[data-v-4e601038]{width:100%;height:100%}.player-control[data-v-4e601038]{display:flex;position:absolute;z-index:3}#controls-top-left[data-v-4e601038]{top:10px;left:10px}#controls-top-center[data-v-4e601038]{top:10px;left:50%;transform:translate(-50%);z-index:4;flex-direction:column}#controls-top-right[data-v-4e601038]{top:10px;right:10px;justify-content:flex-end;align-content:flex-end}#controls-center-left[data-v-4e601038]{left:10px;top:50%;transform:translateY(-50%)}#controls-center-center[data-v-4e601038]{top:50%;left:50%;transform:translate(-50%,-50%);align-items:center;justify-content:space-around;z-index:20}#controls-center-right[data-v-4e601038]{top:50%;right:10px;transform:translateY(-50%);justify-content:flex-end;align-items:center}#controls-bottom-left[data-v-4e601038]{bottom:10px;left:10px;z-index:5}#controls-bottom-center[data-v-4e601038]{bottom:10px;left:50%;transform:translate(-50%);align-items:flex-end;justify-content:space-around;z-index:4}#controls-bottom-right[data-v-4e601038]{bottom:10px;right:10px;justify-content:flex-end;align-content:flex-end;align-items:flex-end;z-index:5}.btn-placeholder[data-v-5ce91d8e]{width:36px;height:36px}.v-btn[data-v-5ce91d8e]{background-color:#fff;pointer-events:all;cursor:auto}.floor-level-label[data-v-5ce91d8e]{text-transform:capitalize}.v-image[data-v-be1645c7]{background-color:#aaa}.interior-selector-list[data-v-be1645c7]{box-shadow:none!important;padding:10px;background:transparent!important}.interior-selector-list-item[data-v-be1645c7]{background-color:#fff;border:2px solid #fff;transition:transform .2s cubic-bezier(.17,.67,.83,.67);margin-top:10px}.interior-selector-list-item.active[data-v-be1645c7]{border:2px solid #a6d8a8}.interior-selector-list-item[data-v-be1645c7]>.v-list-item__content{overflow:visible!important}.interior-selector-list-item[data-v-be1645c7]:hover{transform:translate(-5px);border:2px solid #4caf50}.compass-needle{transition:transform .5s;transition-timing-function:ease-out}@media screen and (max-width: 600px){.compass-wrapper{scale:.9}}.clock-face[data-v-cd73fd81]{margin-left:10px;height:50px;width:50px;background-color:#fff;border-radius:50%}.clock-value[data-v-cd73fd81]{font-size:11px}.clock-icon[data-v-cd73fd81]{width:18px}@media screen and (max-width: 600px){.clock-face[data-v-cd73fd81]{margin-left:0;scale:.8}}.fill-grey[data-v-f59c4942]{fill:#afafaf}.box.col[data-v-a5e7f474]{max-width:130px;padding:0 10px}.tutorial-icon svg[data-v-a5e7f474]{border:1px solid #e0e0e0;border-radius:5px;width:100px;height:50px}.text[data-v-a5e7f474]{font-size:.8em;line-height:1.1}.tablet-mobile-content[data-v-a5e7f474]{min-width:240px}.tablet-mobile-content .box.col[data-v-a5e7f474]{margin:2px}.tablet-mobile-content .tutorial-icon svg[data-v-a5e7f474]{border:none;width:60px;height:30px}.tutorial-buttons .v-messages[data-v-a5e7f474]{display:none!important}.settings-panel[data-v-bd4f66c3]{min-width:500px;height:500px;overflow-y:scroll}form#settings-ui-form[data-v-bd4f66c3]{background:#fff9;border-radius:5px;padding:10px}#settings-ui-form .form-inputs[data-v-bd4f66c3]{height:60vh;overflow-y:scroll;padding-bottom:50px;scrollbar-color:#0c0e4a transparent;scrollbar-width:thin;padding-right:20px}#moveableDiv[data-v-1a87ee81]{position:fixed;z-index:15;background-color:#fff;border:1px solid #d3d3d3;max-width:80vw;max-height:80vh}.anchor[data-v-1a87ee81]{cursor:move}.top-right[data-v-1a87ee81]{position:absolute;top:5px;right:5px;z-index:4}.top-left[data-v-1a87ee81]{position:absolute;top:5px;left:5px;z-index:4}.sizer[data-v-1a87ee81]{overflow:hidden;min-width:250px;min-height:300px;max-width:1920px;max-height:1440px}.header-slot[data-v-1a87ee81]{min-height:40px;z-index:3}.body-slot[data-v-1a87ee81]{z-index:1}.footer-slot[data-v-1a87ee81]{z-index:3}.big[data-v-1a87ee81]{width:512px;height:440px;top:50%;left:50%;transform:translate(-50%,-50%)}.bigger[data-v-1a87ee81]{width:768px;height:660px;top:50%;left:50%;transform:translate(-50%,-50%)}.small[data-v-1a87ee81]{width:250px;height:300px;bottom:10px;right:10px;transform:translate(0)}.moveable-body[data-v-1a87ee81]{padding-bottom:50px;height:100%;overflow:hidden}.moveable-footer[data-v-1a87ee81]{position:absolute;bottom:0;width:100%;height:50px;background:#fff;z-index:2}@media only screen and (max-width: 600px){.sizer[data-v-1a87ee81]{overflow:hidden;max-width:90%;max-height:80vh}}.stop1{stop-color:#fff}.stop2{stop-color:#fff;stop-opacity:0}.stop3{stop-color:transparent}.minimap-container[data-v-ae25ff2b]{position:relative}.web-minimap[data-v-ae25ff2b]{position:relative;width:512px;height:385px;overflow:hidden;transition:transform .2s ease-in}.minimap-background-image[data-v-ae25ff2b]{position:absolute;width:100%;height:100%}.single-camera-marker[data-v-ae25ff2b]{position:absolute;width:7px;height:7px;background:#fff;border-radius:50%;z-index:2;transform:translate(-50%,-50%);border:0px}.rotation-marker-component[data-v-ae25ff2b]{z-index:3;position:absolute;width:80px;height:80px;transform:translate(-50%,-50%)}.center-pivot[data-v-ae25ff2b]{position:absolute;width:100%;height:100%}.minimap-compass[data-v-d047dca8]{width:50px;border-radius:50%}.ss-wrapper[data-v-52f122f2]{display:flex;flex-direction:row;justify-content:space-between;margin:0 10px;position:relative;z-index:100}.sun-icon[data-v-52f122f2]{width:10%}.slider[data-v-52f122f2]{display:flex;flex-direction:column;flex:1 1 auto;padding:3px 0}i.v-icon.notranslate.mdi.mdi-white-balance-sunny.theme--light[data-v-52f122f2]{font-size:40px;color:#ffab02;padding:5px}.time-label[data-v-52f122f2]{padding:0;display:inline-block;margin-top:-10px;margin-left:50px}.minimap-compass[data-v-79a93ab0]{position:absolute;right:10px;top:10px;z-index:11}.ss-slider-field[data-v-c06c753d]{min-width:300px;height:38px;width:100%}.small[data-v-c06c753d]{font-size:80%}[data-v-c06c753d] .v-input{margin-top:-4px}[data-v-c06c753d] .v-slider-track{background:linear-gradient(270deg,#8183c2,#ffb9b9 20.01%,#b2dfff 40.1%,#b2dfff 59.85%,#ffba96 79.96%,#8183c2)!important}[data-v-c06c753d] .v-slider-track__background,[data-v-c06c753d] .v-slider-track__fill{background:transparent}.autoplay-btn[data-v-7fd2b4f3]{height:55px!important;display:inline-block}.autoplay-btn.mobile[data-v-7fd2b4f3]{height:40px!important;margin-right:3px}.v-card[data-v-9cc758dc]{transition:box-shadow .3s ease-in-out;border:1px solid transparent}[data-v-9cc758dc] .v-slide-group__content{justify-content:center}[data-v-9cc758dc] .v-slide-group__next--disabled,[data-v-9cc758dc] .v-slide-group__prev--disabled{pointer-events:all!important}.align-baseline[data-v-9cc758dc]{align-items:baseline}.active-apt[data-v-9cc758dc]{border:1.5px solid #4caf50!important}.v-image[data-v-9cc758dc]{border-radius:0!important}.single-waypoint[data-v-9cc758dc]{width:81px;height:54px}.mobile.carousel-button[data-v-9cc758dc]{scale:.7}.mobileWaypoint .single-waypoint[data-v-9cc758dc]{margin-top:5px!important;width:63px;height:42px;scale:.95}.desktopWaypointWrapper[data-v-9cc758dc]{max-width:50vw}.mobileWaypointWrapper[data-v-9cc758dc]{max-width:100vw}.sun-icon-wrapper[data-v-9cc758dc]{position:absolute;display:inline-block;top:0;left:0;width:30px;height:30px;background:#ffffffb9;border-radius:2px}.sun-icon[data-v-9cc758dc]{position:absolute;left:2px;top:2px;color:#ff8c00;font-size:25px;line-height:1}.mobileWaypointWrapper .sun-icon-wrapper[data-v-9cc758dc]{width:20px;height:20px}.mobileWaypointWrapper .sun-icon[data-v-9cc758dc]{font-size:15px}#share-btns-wrapper button[data-v-b6e473f1]{margin:0 8px}.v-btn[data-v-b6e473f1]{background-color:#fff;pointer-events:all}.img-div[data-v-31489804]{position:absolute;display:block;height:100%;width:100%;background-size:cover;background-position:center center;z-index:2;left:0;top:0}.static-image-wrapper[data-v-31489804]{background:#fff}.compass-wrapper[data-v-508b264d]{width:50px}.player-and-components-wrapper[data-v-508b264d]{position:relative;width:100%;height:100%}.static-image[data-v-508b264d]{position:absolute;top:0;left:0;width:100%;height:auto}button.v-btn[data-v-508b264d]{background:#fff}div#controls-bottom-center>div[data-v-508b264d]{display:flex;flex-direction:column;align-items:center}.player-error[data-v-508b264d]{min-height:400px;display:flex;align-items:center;justify-content:space-around;background:#ededed}@media only screen and (max-width: 600px){#btn-fullscreen[data-v-508b264d]{display:none}}@media all and (orientation: landscape) and (max-height: 499px){#btn-fullscreen[data-v-508b264d]{display:none}}.settings-panel[data-v-508b264d]{position:absolute;top:0;left:0;z-index:10;width:500px;transform:scale(.8);transform-origin:left}.virtual-tour-wrapper[data-v-508b264d],.v-player.platform-desktop[data-v-508b264d]{width:100%;height:100%}@media screen and (min-width: 900px){.v-player.platform-desktop[data-v-508b264d]{height:100%}}@media screen and (min-width: 1600px){.v-player.platform-desktop[data-v-508b264d]{height:100%}}.v-player.platform-mobile[data-v-508b264d]{width:100%;height:calc(100% - 60px)}.waypoint-carousel.below-player[data-v-508b264d]{position:relative;height:50px}@media only screen and (max-width: 960px){#btn-fullscreen[data-v-508b264d]{display:none}}.render-version[data-v-508b264d]{position:absolute;bottom:0;left:0;color:#fff;background:#000;font-weight:700;font-size:12px;padding:0 5px;z-index:3}.sunsim-slider-desktop[data-v-508b264d]{height:64px}.v-enter-active[data-v-508b264d],.v-leave-active[data-v-508b264d]{transition:opacity .5s ease}.v-enter-from[data-v-508b264d],.v-leave-to[data-v-508b264d]{opacity:0}#player-wrapper[data-v-5fdd1e05]{position:relative;overflow:hidden}#player-sizer[data-v-5fdd1e05]{display:flex;justify-content:center;align-items:center;overflow:hidden}.player-control[data-v-5fdd1e05]{display:flex;position:absolute;z-index:3}#controls-top-left[data-v-5fdd1e05]{top:10px;left:10px}#controls-top-center[data-v-5fdd1e05]{top:10px;left:50%;transform:translate(-50%);z-index:4}#controls-top-right[data-v-5fdd1e05]{top:10px;right:10px;justify-content:flex-end;align-content:flex-end}#controls-center-left[data-v-5fdd1e05]{left:10px;top:50%;transform:translateY(-50%)}#controls-center-center[data-v-5fdd1e05]{top:50%;left:50%;transform:translate(-50%,-50%);align-items:center;justify-content:space-around;z-index:20}#controls-center-right[data-v-5fdd1e05]{top:50%;right:10px;transform:translateY(-50%);justify-content:flex-end;align-items:center}#controls-bottom-left[data-v-5fdd1e05]{bottom:10px;left:10px;z-index:5}#controls-bottom-center[data-v-5fdd1e05]{bottom:10px;left:50%;transform:translate(-50%);align-items:flex-end;justify-content:space-around;z-index:4}#controls-bottom-right[data-v-5fdd1e05]{bottom:10px;right:10px;justify-content:flex-end;align-content:flex-end;align-items:flex-end;z-index:5}.compass-wrapper[data-v-040ac08f]{width:50px}.player-and-components-wrapper[data-v-040ac08f]{position:relative}.static-image[data-v-040ac08f]{position:absolute;top:0;left:0;width:100%;height:auto}button.v-btn[data-v-040ac08f]{background:#fff}.waypoint-carousel.full-screen[data-v-040ac08f]{scale:.5}div#controls-bottom-center>div[data-v-040ac08f]{display:flex;flex-direction:column;align-items:center}.player-error[data-v-040ac08f]{min-height:400px;display:flex;align-items:center;justify-content:space-around;background:#ededed}@media only screen and (max-width: 600px){#btn-fullscreen[data-v-040ac08f]{display:none}}@media all and (orientation: landscape) and (max-height: 499px){#btn-fullscreen[data-v-040ac08f]{display:none}}.mss-image[data-v-040ac08f]{min-height:20vh;max-height:100vh;min-width:80%;max-width:100%}img[data-v-a12a9cdb]{position:relative;display:block;z-index:1}img[data-v-ea8553ab]{position:relative;display:block;z-index:3}.top-left[data-v-ea8553ab]{top:0;left:0}[data-v-743f5faf] .v-btn__content{text-transform:none}.icon-wrapper[data-v-a94daee8]{position:absolute;top:2px;right:2px;width:20px;height:20px;border-radius:10px;background-color:#fff;display:flex;justify-content:center;align-items:center}.camera-thumbnail-image[data-v-a94daee8]{width:120px;height:67.5px;display:inline-block;background-size:contain;background-position:center center}.still-camera-image[data-v-a94daee8]{position:relative;cursor:pointer;border:2px solid #cfcfcf;border-radius:5px;overflow:hidden;margin:8px}.active-camera[data-v-a94daee8]{border:2px solid #4caf50}.camera-name[data-v-a94daee8]{background:#fff;display:block;text-align:center;left:0;width:100%;bottom:0;position:absolute}.still-camera-thumbnails-wrapper[data-v-a94daee8]{background:#00000054;border-radius:5px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(12.5px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(0,0,0,.1);transform-origin:bottom center}.mobile[data-v-a94daee8] .still-camera-thumbnails-wrapper[data-v-a94daee8]{border-radius:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;background:transparent;border:none}.mobile[data-v-a94daee8] .still-camera-image[data-v-a94daee8]{margin:2px;border-radius:4px;border:1px solid #cfcfcf}.mobile[data-v-a94daee8] .camera-name[data-v-a94daee8]{font-size:8px!important}.mobile[data-v-a94daee8] .active-camera[data-v-a94daee8]{border:1px solid #4caf50}.mobile[data-v-a94daee8] .camera-thumbnail-image[data-v-a94daee8]{width:64px;height:36px}.small[data-v-4d44890b]{font-size:80%}[data-v-4d44890b] .v-input{margin-top:-5px}.mobile[data-v-4d44890b] .v-input{margin-top:-6px}[data-v-4d44890b] .v-slider-track{background:linear-gradient(270deg,#8183c2,#ffb9b9 20.01%,#b2dfff 40.1%,#b2dfff 59.85%,#ffba96 79.96%,#8183c2)!important}[data-v-4d44890b] .v-slider-track__background,[data-v-4d44890b] .v-slider-track__fill{background:transparent}.top-left[data-v-84796dea]{top:0;left:0}div[data-v-84796dea] svg g{transition-property:fill,stroke;transition-duration:.25s;transition-timing-function:ease-in-out}.v-enter-active[data-v-84796dea]{transition:opacity .25s ease-in-out}.v-leave-active[data-v-84796dea]{transition:opacity 0ms ease-in-out}.v-enter-from[data-v-84796dea],.v-leave-to[data-v-84796dea]{opacity:0}.v-leave-from[data-v-84796dea],.v-enter-to[data-v-84796dea]{opacity:1}.actions-bar[data-v-f751f6b1]{position:absolute}.mobile .actions-bar[data-v-f751f6b1]:not(.persistent){position:relative}.top-left[data-v-f751f6b1]{top:0;left:0}.top-right[data-v-f751f6b1]{top:0;right:0}.bottom-left[data-v-f751f6b1]{bottom:0;left:0}.bottom-center[data-v-f751f6b1]{bottom:0;left:50%;transform:translate(-50%)}.v-enter-from[data-v-f751f6b1]{opacity:0}.v-enter-active[data-v-f751f6b1]{transition:opacity .5s ease}.v-enter-to[data-v-f751f6b1]{opacity:1}.render-version[data-v-f751f6b1]{position:absolute;bottom:0;left:0;color:#fff;background:#000;font-weight:700;font-size:12px;padding:0 5px;z-index:3}.still-cameras-wrapper[data-v-f751f6b1]{transform-origin:bottom center}@media only screen and (min-width: 630px) and (max-width: 960px){.still-cameras-wrapper[data-v-f751f6b1]{scale:.6}}@media only screen and (min-width: 960px) and (max-width: 1264px){.still-cameras-wrapper[data-v-f751f6b1]{scale:.8}}
|
|
1
|
+
@media (hover: hover){.hover-check[data-v-eb9b348d]{display:none}}#canvas[data-v-27d7323f]{position:absolute;top:0;width:100%;-webkit-user-select:none;user-select:none;touch-action:none;padding-top:56.25%}#canvas-mask[data-v-27d7323f]{position:absolute;top:0;max-width:100%;z-index:4;-webkit-user-select:none;user-select:none}@media only screen and (min-width: 1280px){#canvas[data-v-27d7323f]{border-radius:10px}}#container[data-v-e6c054c7]{position:absolute;top:0;width:100%;-webkit-user-select:none;user-select:none;touch-action:none;padding-top:56.25%}.svg-container[data-v-e6c054c7]{transition-property:opacity;transition-duration:.25s;transition-timing-function:ease-in-out}.svg-container[data-v-e6c054c7],svg[data-v-e6c054c7]{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10000}svg g[data-v-e6c054c7] path{cursor:pointer;stroke-width:inherit!important;stroke-opacity:inherit!important;stroke:inherit!important;fill:inherit!important;fill-opacity:inherit!important;transition-property:fill-opacity,fill;transition-duration:.25s;transition-timing-function:ease-in-out}@media only screen and (min-width: 1280px){#canvas[data-v-e6c054c7]{border-radius:10px}}.v-btn[data-v-44ed308e]{background-color:#fff}.frame-container[data-v-0c291cb9]{position:relative;max-width:100%;top:0;left:0;bottom:185px;padding-top:56%;z-index:1;overflow:hidden}.frame-image[data-v-0c291cb9]{position:absolute;top:0;width:100%;height:100%}.frame-image img[data-v-0c291cb9]{min-width:100%;max-width:100%;z-index:0}#image-stack picture[data-v-0c291cb9]{visibility:hidden}#image-stack picture.show[data-v-0c291cb9]{visibility:visible}.fill-parent[data-v-0c291cb9]{position:absolute;top:0;bottom:0;left:0;right:0}.floating-card[data-v-7d5e6067]{position:absolute;left:0;top:0;z-index:10;display:flex;transition:transform .1s ease-in-out}.is-not-hoverable[data-v-7d5e6067]{position:relative;width:100%}.v-dialog__content[data-v-7d5e6067]{align-items:flex-start}.zoom-box-container[data-v-3e334a46]{width:100%;height:100%;left:0;top:0;overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none}.zoom-box[data-v-3e334a46]{width:100%;height:100%;-webkit-user-select:none;user-select:none;touch-action:none}.interactive-viewer[data-v-34e2e7a2]{padding-top:56.65%;position:relative}.fill-parent[data-v-34e2e7a2]{position:absolute;top:0;bottom:0;left:0;right:0}.navigation[data-v-34e2e7a2]{position:absolute;width:100%;bottom:32px;z-index:99;padding:0 20px;display:flex;justify-content:center}@media only screen and (max-width: 900px){.navigation[data-v-34e2e7a2]{position:absolute;bottom:0;scale:.5;width:200%!important;transform:translate(-50%)}}img[data-v-dbbdc1e0]{position:relative;display:block;z-index:1}img[data-v-ecb88391]{position:relative;display:block;z-index:3}.top-left[data-v-ecb88391]{top:0;left:0}.small[data-v-f2649c45]{font-size:80%}.top-left[data-v-09ccd2d0]{top:0;left:0}div[data-v-09ccd2d0] svg g{cursor:pointer;transition-property:fill,stroke;transition-duration:.25s;transition-timing-function:ease-in-out}.v-enter-active[data-v-09ccd2d0]{transition:opacity .25s ease-in-out}.v-leave-active[data-v-09ccd2d0]{transition:opacity 0ms ease-in-out}.v-enter-from[data-v-09ccd2d0],.v-leave-to[data-v-09ccd2d0]{opacity:0}.v-leave-from[data-v-09ccd2d0],.v-enter-to[data-v-09ccd2d0]{opacity:1}.actions-bar[data-v-0310f66a]{position:absolute;flex-wrap:wrap}.actions-bar>div[data-v-0310f66a]{flex-basis:25%}.actions-bar>div[data-v-0310f66a]:last-child{flex-basis:50%}.actions-bar[data-v-0310f66a]{opacity:.5;transition:opacity .5s ease}.actions-bar[data-v-0310f66a]:hover,.mobile .actions-bar[data-v-0310f66a]{opacity:1}.mobile .actions-bar.compact[data-v-0310f66a]{position:relative}.mobile .actions-bar>div[data-v-0310f66a]{flex-basis:50%}.mobile .actions-bar>div[data-v-0310f66a]:last-child{flex-basis:100%}.hover-bar[data-v-0310f66a]{position:absolute}.top-left[data-v-0310f66a]{top:0;left:0}.bottom-right[data-v-0310f66a],.bottom-right-compact[data-v-0310f66a]{bottom:0;right:0}.mobile .bottom-right-compact[data-v-0310f66a]{bottom:inherit;right:0}.v-enter-from[data-v-0310f66a]{opacity:0}.v-enter-active[data-v-0310f66a]{transition:opacity .5s ease}.v-enter-to[data-v-0310f66a]{opacity:1}.sunsim-time-label[data-v-d5a3d3f8]{color:#000;vertical-align:top}.sunsim-date[data-v-d5a3d3f8]{background:#fff;border-radius:30px;min-height:36px;min-width:170px;display:flex;align-content:center;white-space:nowrap}.day-selector[data-v-d5a3d3f8]{margin-top:0}.day-selector[data-v-d5a3d3f8] .v-field__outline{display:none}.day-selector[data-v-d5a3d3f8] .v-field__input{padding-top:2px}.day-selector[data-v-d5a3d3f8] .v-field__append-inner{padding-top:5px!important}.day-selector.v-text-field[data-v-d5a3d3f8] .v-input__control>.v-input__slot:before{border-style:none}.day-selector.v-text-field[data-v-d5a3d3f8] .v-input__control>.v-input__slot:after{border-style:none}.sunsim-slider[data-v-d5a3d3f8] .v-slider-track__background{background:linear-gradient(270deg,#8183c2,#ffb9b9 20.01%,#b2dfff 40.1%,#b2dfff 59.85%,#ffba96 79.96%,#8183c2)!important}.sunsim-bar-wrapper[data-v-d5a3d3f8]{display:flex;position:absolute;width:60%;min-width:400px;top:12px;left:0;z-index:3;touch-action:none;pointer-events:none}.sunsim-wrapper[data-v-d5a3d3f8]{width:100%;background:#fff;border-radius:30px;padding:5px;min-height:16px;z-index:3}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8]{margin-right:12px;margin-left:12px}.sunsim-wrapper[data-v-d5a3d3f8],.sunsim-date[data-v-d5a3d3f8]{touch-action:auto;pointer-events:all}.sunsim-wrapper .mdi-white-balance-sunny[data-v-d5a3d3f8]{color:#ffab02;vertical-align:baseline;font-size:20px}@media only screen and (max-width: 980px) and (min-width: 500px){.sunsim-bar-wrapper[data-v-d5a3d3f8]{top:101%;width:100%}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8]{margin-left:0}}@media only screen and (max-width: 980px) and (min-width: 500px) and (orientation: landscape){.sunsim-bar-wrapper[data-v-d5a3d3f8]{top:calc(100% + 8px);width:100%}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8]{margin-left:0}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8],.sunsim-bar-wrapper .sunsim-wrapper[data-v-d5a3d3f8]{box-shadow:0 0 7px 1px #aaa}}@media only screen and (max-width: 500px){.sunsim-bar-wrapper[data-v-d5a3d3f8]{height:calc(100% + 84px);top:0;width:100%;flex-direction:column;justify-content:space-between;margin:-42px 0 0;padding:0;left:0;z-index:0;min-width:100%}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8]{margin-right:0;margin-left:0}.sunsim-bar-wrapper .sunsim-date[data-v-d5a3d3f8],.sunsim-bar-wrapper .sunsim-wrapper[data-v-d5a3d3f8]{width:100%;border-radius:0;left:0;margin-left:0!important;box-shadow:0 0 7px 1px #aaa}}.image-instance[data-v-8d357c5f]{position:absolute;width:100%;opacity:0}.image-instance.active[data-v-8d357c5f]{opacity:1}.north-indicator[data-v-9be2e160]{position:absolute;right:0;top:0;height:42px;width:42px;margin-top:12px;margin-right:8px}.image-container[data-v-9be2e160]{position:relative}.image-instances[data-v-9be2e160]{position:relative;width:100%;height:100%}canvas[data-v-9be2e160]{position:absolute;left:0;top:0;z-index:2;opacity:0}.fill-parent[data-v-9be2e160]{position:absolute;top:0;bottom:0;left:0;right:0}.svg-container[data-v-9be2e160]{transition-property:opacity;transition-duration:.25s;transition-timing-function:ease-in-out}.svg-container[data-v-9be2e160],svg[data-v-9be2e160]{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10000}svg g[data-v-9be2e160] path{cursor:pointer;stroke-width:inherit!important;stroke-opacity:inherit!important;stroke:inherit!important;fill:inherit!important;fill-opacity:inherit!important;transition-property:fill-opacity,fill;transition-duration:.25s;transition-timing-function:ease-in-out}svg g.restricted[data-v-9be2e160] path{cursor:default!important}@media only screen and (max-width: 980px) and (min-width: 500px) and (orientation: landscape){div.image-container[data-v-9be2e160]{margin-top:44px}}@media only screen and (max-width: 500px){div.image-container[data-v-9be2e160]{margin-top:44px;margin-bottom:44px}}.overlay[data-v-9e4cdd0e]{z-index:1!important;opacity:1;transition-property:opacity;transition-duration:.25s;transition-timing-function:ease-in-out}.north-indicator[data-v-5402374e]{position:absolute;right:0;top:0;height:42px;width:42px;margin-top:12px;margin-right:8px}.image-container[data-v-5402374e]{position:relative}.image-instances[data-v-5402374e]{position:relative;width:100%;height:100%}canvas[data-v-5402374e]{position:absolute;left:0;top:0;z-index:2;opacity:0}.fill-parent[data-v-5402374e]{position:absolute;top:0;bottom:0;left:0;right:0}@media only screen and (max-width: 980px) and (min-width: 500px) and (orientation: landscape){div.image-container[data-v-5402374e]{margin-top:44px}}@media only screen and (max-width: 500px){div.image-container[data-v-5402374e]{margin-top:44px;margin-bottom:44px}}img[data-v-9866b8c2]{position:relative;display:block;z-index:1}.small[data-v-42a733f4]{font-size:80%}.top-left[data-v-61c8ae69]{top:0;left:0}div[data-v-61c8ae69] svg g{cursor:pointer;transition-property:fill,stroke;transition-duration:.25s;transition-timing-function:ease-in-out}.v-enter-active[data-v-61c8ae69]{transition:opacity .25s ease-in-out}.v-leave-active[data-v-61c8ae69]{transition:opacity 0ms ease-in-out}.v-enter-from[data-v-61c8ae69],.v-leave-to[data-v-61c8ae69]{opacity:0}.v-leave-from[data-v-61c8ae69],.v-enter-to[data-v-61c8ae69]{opacity:1}.actions-bar[data-v-47df87bc]{position:absolute;flex-wrap:wrap}.actions-bar>div[data-v-47df87bc]{flex-basis:25%}.actions-bar>div[data-v-47df87bc]:last-child{flex-basis:50%}.actions-bar[data-v-47df87bc]:hover,.mobile .actions-bar[data-v-47df87bc]{opacity:1}.mobile .actions-bar.compact[data-v-47df87bc]{position:relative}.mobile .actions-bar>div[data-v-47df87bc]{flex-basis:50%}.mobile .actions-bar>div[data-v-47df87bc]:last-child{flex-basis:100%}.hover-bar[data-v-47df87bc]{position:absolute}.top-left[data-v-47df87bc]{top:0;left:0}.bottom-right[data-v-47df87bc],.bottom-right-compact[data-v-47df87bc]{bottom:0;right:0}.mobile .bottom-right-compact[data-v-47df87bc]{bottom:inherit;right:0}.v-enter-from[data-v-47df87bc]{opacity:0}.v-enter-active[data-v-47df87bc]{transition:opacity .5s ease}.v-enter-to[data-v-47df87bc]{opacity:1}.actions-bar[data-v-47df87bc]{opacity:.5;transition:opacity .5s ease}.actions-bar[data-v-47df87bc]:hover{opacity:1}#player-wrapper[data-v-4e601038]{position:relative;width:100%;height:100%}#player-sizer[data-v-4e601038]{width:100%;height:100%;display:flex;justify-content:center;align-items:center}div#main-canvas[data-v-4e601038]{width:100%;height:100%}.player-control[data-v-4e601038]{display:flex;position:absolute;z-index:3}#controls-top-left[data-v-4e601038]{top:10px;left:10px}#controls-top-center[data-v-4e601038]{top:10px;left:50%;transform:translate(-50%);z-index:4;flex-direction:column}#controls-top-right[data-v-4e601038]{top:10px;right:10px;justify-content:flex-end;align-content:flex-end}#controls-center-left[data-v-4e601038]{left:10px;top:50%;transform:translateY(-50%)}#controls-center-center[data-v-4e601038]{top:50%;left:50%;transform:translate(-50%,-50%);align-items:center;justify-content:space-around;z-index:20}#controls-center-right[data-v-4e601038]{top:50%;right:10px;transform:translateY(-50%);justify-content:flex-end;align-items:center}#controls-bottom-left[data-v-4e601038]{bottom:10px;left:10px;z-index:5}#controls-bottom-center[data-v-4e601038]{bottom:10px;left:50%;transform:translate(-50%);align-items:flex-end;justify-content:space-around;z-index:4}#controls-bottom-right[data-v-4e601038]{bottom:10px;right:10px;justify-content:flex-end;align-content:flex-end;align-items:flex-end;z-index:5}.btn-placeholder[data-v-5ce91d8e]{width:36px;height:36px}.v-btn[data-v-5ce91d8e]{background-color:#fff;pointer-events:all;cursor:auto}.floor-level-label[data-v-5ce91d8e]{text-transform:capitalize}.v-image[data-v-be1645c7]{background-color:#aaa}.interior-selector-list[data-v-be1645c7]{box-shadow:none!important;padding:10px;background:transparent!important}.interior-selector-list-item[data-v-be1645c7]{background-color:#fff;border:2px solid #fff;transition:transform .2s cubic-bezier(.17,.67,.83,.67);margin-top:10px}.interior-selector-list-item.active[data-v-be1645c7]{border:2px solid #a6d8a8}.interior-selector-list-item[data-v-be1645c7]>.v-list-item__content{overflow:visible!important}.interior-selector-list-item[data-v-be1645c7]:hover{transform:translate(-5px);border:2px solid #4caf50}.compass-needle{transition:transform .5s;transition-timing-function:ease-out}@media screen and (max-width: 600px){.compass-wrapper{scale:.9}}.clock-face[data-v-cd73fd81]{margin-left:10px;height:50px;width:50px;background-color:#fff;border-radius:50%}.clock-value[data-v-cd73fd81]{font-size:11px}.clock-icon[data-v-cd73fd81]{width:18px}@media screen and (max-width: 600px){.clock-face[data-v-cd73fd81]{margin-left:0;scale:.8}}.fill-grey[data-v-f59c4942]{fill:#afafaf}.box.col[data-v-a5e7f474]{max-width:130px;padding:0 10px}.tutorial-icon svg[data-v-a5e7f474]{border:1px solid #e0e0e0;border-radius:5px;width:100px;height:50px}.text[data-v-a5e7f474]{font-size:.8em;line-height:1.1}.tablet-mobile-content[data-v-a5e7f474]{min-width:240px}.tablet-mobile-content .box.col[data-v-a5e7f474]{margin:2px}.tablet-mobile-content .tutorial-icon svg[data-v-a5e7f474]{border:none;width:60px;height:30px}.tutorial-buttons .v-messages[data-v-a5e7f474]{display:none!important}.settings-panel[data-v-bd4f66c3]{min-width:500px;height:500px;overflow-y:scroll}form#settings-ui-form[data-v-bd4f66c3]{background:#fff9;border-radius:5px;padding:10px}#settings-ui-form .form-inputs[data-v-bd4f66c3]{height:60vh;overflow-y:scroll;padding-bottom:50px;scrollbar-color:#0c0e4a transparent;scrollbar-width:thin;padding-right:20px}#moveableDiv[data-v-1a87ee81]{position:fixed;z-index:15;background-color:#fff;border:1px solid #d3d3d3;max-width:80vw;max-height:80vh}.anchor[data-v-1a87ee81]{cursor:move}.top-right[data-v-1a87ee81]{position:absolute;top:5px;right:5px;z-index:4}.top-left[data-v-1a87ee81]{position:absolute;top:5px;left:5px;z-index:4}.sizer[data-v-1a87ee81]{overflow:hidden;min-width:250px;min-height:300px;max-width:1920px;max-height:1440px}.header-slot[data-v-1a87ee81]{min-height:40px;z-index:3}.body-slot[data-v-1a87ee81]{z-index:1}.footer-slot[data-v-1a87ee81]{z-index:3}.big[data-v-1a87ee81]{width:512px;height:440px;top:50%;left:50%;transform:translate(-50%,-50%)}.bigger[data-v-1a87ee81]{width:768px;height:660px;top:50%;left:50%;transform:translate(-50%,-50%)}.small[data-v-1a87ee81]{width:250px;height:300px;bottom:10px;right:10px;transform:translate(0)}.moveable-body[data-v-1a87ee81]{padding-bottom:50px;height:100%;overflow:hidden}.moveable-footer[data-v-1a87ee81]{position:absolute;bottom:0;width:100%;height:50px;background:#fff;z-index:2}@media only screen and (max-width: 600px){.sizer[data-v-1a87ee81]{overflow:hidden;max-width:90%;max-height:80vh}}.stop1{stop-color:#fff}.stop2{stop-color:#fff;stop-opacity:0}.stop3{stop-color:transparent}.minimap-container[data-v-df66fab3]{position:relative}.web-minimap[data-v-df66fab3]{position:relative;width:512px;height:385px;overflow:hidden;transition:transform .2s ease-in}.minimap-background-image[data-v-df66fab3]{position:absolute;width:100%;height:100%}.single-camera-marker[data-v-df66fab3]{position:absolute;width:7px;height:7px;background:#fff;border-radius:50%;z-index:2;transform:translate(-50%,-50%);border:0px}.rotation-marker-component[data-v-df66fab3]{z-index:3;position:absolute;width:80px;height:80px;transform:translate(-50%,-50%)}.center-pivot[data-v-df66fab3]{position:absolute;width:100%;height:100%}.minimap-compass[data-v-d047dca8]{width:50px;border-radius:50%}.ss-wrapper[data-v-52f122f2]{display:flex;flex-direction:row;justify-content:space-between;margin:0 10px;position:relative;z-index:100}.sun-icon[data-v-52f122f2]{width:10%}.slider[data-v-52f122f2]{display:flex;flex-direction:column;flex:1 1 auto;padding:3px 0}i.v-icon.notranslate.mdi.mdi-white-balance-sunny.theme--light[data-v-52f122f2]{font-size:40px;color:#ffab02;padding:5px}.time-label[data-v-52f122f2]{padding:0;display:inline-block;margin-top:-10px;margin-left:50px}.minimap-compass[data-v-79a93ab0]{position:absolute;right:10px;top:10px;z-index:11}.ss-slider-field[data-v-c06c753d]{min-width:300px;height:38px;width:100%}.small[data-v-c06c753d]{font-size:80%}[data-v-c06c753d] .v-input{margin-top:-4px}[data-v-c06c753d] .v-slider-track{background:linear-gradient(270deg,#8183c2,#ffb9b9 20.01%,#b2dfff 40.1%,#b2dfff 59.85%,#ffba96 79.96%,#8183c2)!important}[data-v-c06c753d] .v-slider-track__background,[data-v-c06c753d] .v-slider-track__fill{background:transparent}.autoplay-btn[data-v-7fd2b4f3]{height:55px!important;display:inline-block}.autoplay-btn.mobile[data-v-7fd2b4f3]{height:40px!important;margin-right:3px}.v-card[data-v-9cc758dc]{transition:box-shadow .3s ease-in-out;border:1px solid transparent}[data-v-9cc758dc] .v-slide-group__content{justify-content:center}[data-v-9cc758dc] .v-slide-group__next--disabled,[data-v-9cc758dc] .v-slide-group__prev--disabled{pointer-events:all!important}.align-baseline[data-v-9cc758dc]{align-items:baseline}.active-apt[data-v-9cc758dc]{border:1.5px solid #4caf50!important}.v-image[data-v-9cc758dc]{border-radius:0!important}.single-waypoint[data-v-9cc758dc]{width:81px;height:54px}.mobile.carousel-button[data-v-9cc758dc]{scale:.7}.mobileWaypoint .single-waypoint[data-v-9cc758dc]{margin-top:5px!important;width:63px;height:42px;scale:.95}.desktopWaypointWrapper[data-v-9cc758dc]{max-width:50vw}.mobileWaypointWrapper[data-v-9cc758dc]{max-width:100vw}.sun-icon-wrapper[data-v-9cc758dc]{position:absolute;display:inline-block;top:0;left:0;width:30px;height:30px;background:#ffffffb9;border-radius:2px}.sun-icon[data-v-9cc758dc]{position:absolute;left:2px;top:2px;color:#ff8c00;font-size:25px;line-height:1}.mobileWaypointWrapper .sun-icon-wrapper[data-v-9cc758dc]{width:20px;height:20px}.mobileWaypointWrapper .sun-icon[data-v-9cc758dc]{font-size:15px}#share-btns-wrapper button[data-v-b6e473f1]{margin:0 8px}.v-btn[data-v-b6e473f1]{background-color:#fff;pointer-events:all}.img-div[data-v-31489804]{position:absolute;display:block;height:100%;width:100%;background-size:cover;background-position:center center;z-index:2;left:0;top:0}.static-image-wrapper[data-v-31489804]{background:#fff}.compass-wrapper[data-v-508b264d]{width:50px}.player-and-components-wrapper[data-v-508b264d]{position:relative;width:100%;height:100%}.static-image[data-v-508b264d]{position:absolute;top:0;left:0;width:100%;height:auto}button.v-btn[data-v-508b264d]{background:#fff}div#controls-bottom-center>div[data-v-508b264d]{display:flex;flex-direction:column;align-items:center}.player-error[data-v-508b264d]{min-height:400px;display:flex;align-items:center;justify-content:space-around;background:#ededed}@media only screen and (max-width: 600px){#btn-fullscreen[data-v-508b264d]{display:none}}@media all and (orientation: landscape) and (max-height: 499px){#btn-fullscreen[data-v-508b264d]{display:none}}.settings-panel[data-v-508b264d]{position:absolute;top:0;left:0;z-index:10;width:500px;transform:scale(.8);transform-origin:left}.virtual-tour-wrapper[data-v-508b264d],.v-player.platform-desktop[data-v-508b264d]{width:100%;height:100%}@media screen and (min-width: 900px){.v-player.platform-desktop[data-v-508b264d]{height:100%}}@media screen and (min-width: 1600px){.v-player.platform-desktop[data-v-508b264d]{height:100%}}.v-player.platform-mobile[data-v-508b264d]{width:100%;height:calc(100% - 60px)}.waypoint-carousel.below-player[data-v-508b264d]{position:relative;height:50px}@media only screen and (max-width: 960px){#btn-fullscreen[data-v-508b264d]{display:none}}.render-version[data-v-508b264d]{position:absolute;bottom:0;left:0;color:#fff;background:#000;font-weight:700;font-size:12px;padding:0 5px;z-index:3}.sunsim-slider-desktop[data-v-508b264d]{height:64px}.v-enter-active[data-v-508b264d],.v-leave-active[data-v-508b264d]{transition:opacity .5s ease}.v-enter-from[data-v-508b264d],.v-leave-to[data-v-508b264d]{opacity:0}#player-wrapper[data-v-5fdd1e05]{position:relative;overflow:hidden}#player-sizer[data-v-5fdd1e05]{display:flex;justify-content:center;align-items:center;overflow:hidden}.player-control[data-v-5fdd1e05]{display:flex;position:absolute;z-index:3}#controls-top-left[data-v-5fdd1e05]{top:10px;left:10px}#controls-top-center[data-v-5fdd1e05]{top:10px;left:50%;transform:translate(-50%);z-index:4}#controls-top-right[data-v-5fdd1e05]{top:10px;right:10px;justify-content:flex-end;align-content:flex-end}#controls-center-left[data-v-5fdd1e05]{left:10px;top:50%;transform:translateY(-50%)}#controls-center-center[data-v-5fdd1e05]{top:50%;left:50%;transform:translate(-50%,-50%);align-items:center;justify-content:space-around;z-index:20}#controls-center-right[data-v-5fdd1e05]{top:50%;right:10px;transform:translateY(-50%);justify-content:flex-end;align-items:center}#controls-bottom-left[data-v-5fdd1e05]{bottom:10px;left:10px;z-index:5}#controls-bottom-center[data-v-5fdd1e05]{bottom:10px;left:50%;transform:translate(-50%);align-items:flex-end;justify-content:space-around;z-index:4}#controls-bottom-right[data-v-5fdd1e05]{bottom:10px;right:10px;justify-content:flex-end;align-content:flex-end;align-items:flex-end;z-index:5}.compass-wrapper[data-v-040ac08f]{width:50px}.player-and-components-wrapper[data-v-040ac08f]{position:relative}.static-image[data-v-040ac08f]{position:absolute;top:0;left:0;width:100%;height:auto}button.v-btn[data-v-040ac08f]{background:#fff}.waypoint-carousel.full-screen[data-v-040ac08f]{scale:.5}div#controls-bottom-center>div[data-v-040ac08f]{display:flex;flex-direction:column;align-items:center}.player-error[data-v-040ac08f]{min-height:400px;display:flex;align-items:center;justify-content:space-around;background:#ededed}@media only screen and (max-width: 600px){#btn-fullscreen[data-v-040ac08f]{display:none}}@media all and (orientation: landscape) and (max-height: 499px){#btn-fullscreen[data-v-040ac08f]{display:none}}.mss-image[data-v-040ac08f]{min-height:20vh;max-height:100vh;min-width:80%;max-width:100%}.minimap-compass[data-v-a27c1d07]{position:absolute;right:10px;top:10px;z-index:11}img[data-v-a12a9cdb]{position:relative;display:block;z-index:1}img[data-v-ea8553ab]{position:relative;display:block;z-index:3}.top-left[data-v-ea8553ab]{top:0;left:0}[data-v-743f5faf] .v-btn__content{text-transform:none}.icon-wrapper[data-v-a94daee8]{position:absolute;top:2px;right:2px;width:20px;height:20px;border-radius:10px;background-color:#fff;display:flex;justify-content:center;align-items:center}.camera-thumbnail-image[data-v-a94daee8]{width:120px;height:67.5px;display:inline-block;background-size:contain;background-position:center center}.still-camera-image[data-v-a94daee8]{position:relative;cursor:pointer;border:2px solid #cfcfcf;border-radius:5px;overflow:hidden;margin:8px}.active-camera[data-v-a94daee8]{border:2px solid #4caf50}.camera-name[data-v-a94daee8]{background:#fff;display:block;text-align:center;left:0;width:100%;bottom:0;position:absolute}.still-camera-thumbnails-wrapper[data-v-a94daee8]{background:#00000054;border-radius:5px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(12.5px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(0,0,0,.1);transform-origin:bottom center}.mobile[data-v-a94daee8] .still-camera-thumbnails-wrapper[data-v-a94daee8]{border-radius:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;background:transparent;border:none}.mobile[data-v-a94daee8] .still-camera-image[data-v-a94daee8]{margin:2px;border-radius:4px;border:1px solid #cfcfcf}.mobile[data-v-a94daee8] .camera-name[data-v-a94daee8]{font-size:8px!important}.mobile[data-v-a94daee8] .active-camera[data-v-a94daee8]{border:1px solid #4caf50}.mobile[data-v-a94daee8] .camera-thumbnail-image[data-v-a94daee8]{width:64px;height:36px}.small[data-v-4d44890b]{font-size:80%}[data-v-4d44890b] .v-input{margin-top:-5px}.mobile[data-v-4d44890b] .v-input{margin-top:-6px}[data-v-4d44890b] .v-slider-track{background:linear-gradient(270deg,#8183c2,#ffb9b9 20.01%,#b2dfff 40.1%,#b2dfff 59.85%,#ffba96 79.96%,#8183c2)!important}[data-v-4d44890b] .v-slider-track__background,[data-v-4d44890b] .v-slider-track__fill{background:transparent}.top-left[data-v-ca79743a]{top:0;left:0}div[data-v-ca79743a] svg g{transition-property:fill,stroke;transition-duration:.25s;transition-timing-function:ease-in-out}.v-enter-active[data-v-ca79743a]{transition:opacity .25s ease-in-out}.v-leave-active[data-v-ca79743a]{transition:opacity 0ms ease-in-out}.v-enter-from[data-v-ca79743a],.v-leave-to[data-v-ca79743a]{opacity:0}.v-leave-from[data-v-ca79743a],.v-enter-to[data-v-ca79743a]{opacity:1}.actions-bar[data-v-26b5f370]{position:absolute}.mobile .actions-bar[data-v-26b5f370]:not(.persistent){position:relative}.top-left[data-v-26b5f370]{top:0;left:0}.top-right[data-v-26b5f370]{top:0;right:0}.bottom-left[data-v-26b5f370]{bottom:0;left:0}.bottom-center[data-v-26b5f370]{bottom:0;left:50%;transform:translate(-50%)}.v-enter-from[data-v-26b5f370]{opacity:0}.v-enter-active[data-v-26b5f370]{transition:opacity .5s ease}.v-enter-to[data-v-26b5f370]{opacity:1}.render-version[data-v-26b5f370]{position:absolute;bottom:0;left:0;color:#fff;background:#000;font-weight:700;font-size:12px;padding:0 5px;z-index:3}.still-cameras-wrapper[data-v-26b5f370]{transform-origin:bottom center}@media only screen and (min-width: 630px) and (max-width: 960px){.still-cameras-wrapper[data-v-26b5f370]{scale:.6}}@media only screen and (min-width: 960px) and (max-width: 1264px){.still-cameras-wrapper[data-v-26b5f370]{scale:.8}}
|