@clickview/reports 0.0.20-rc.0 → 0.0.20-rc.1

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.
Files changed (69) hide show
  1. package/dist/bundles.json +1 -1
  2. package/dist/en.json +1 -1
  3. package/dist/scripts/{14-0b9f1aca71-reports.chunk.js → 14-1aca516e67-reports.chunk.js} +1 -1
  4. package/dist/scripts/{15-f62b12e775-reports.chunk.js → 15-dff0c08c8f-reports.chunk.js} +1 -1
  5. package/dist/scripts/{7-2dec773320-reports.chunk.js → 7-143b900dfd-reports.chunk.js} +1 -1
  6. package/dist/scripts/{bundle-ce2cc7609c.min.js → bundle-34239ac023.min.js} +1 -1
  7. package/package.json +2 -2
  8. package/dist/css/1-reports.chunk.css +0 -26
  9. package/dist/css/12-reports.chunk.css +0 -398
  10. package/dist/css/13-reports.chunk.css +0 -39
  11. package/dist/css/14-reports.chunk.css +0 -22
  12. package/dist/css/15-reports.chunk.css +0 -4
  13. package/dist/css/16-reports.chunk.css +0 -14
  14. package/dist/css/17-reports.chunk.css +0 -9
  15. package/dist/css/18-reports.chunk.css +0 -12
  16. package/dist/css/19-reports.chunk.css +0 -60
  17. package/dist/css/20-reports.chunk.css +0 -30
  18. package/dist/css/21-reports.chunk.css +0 -152
  19. package/dist/css/22-reports.chunk.css +0 -34
  20. package/dist/css/23-reports.chunk.css +0 -15
  21. package/dist/css/24-reports.chunk.css +0 -22
  22. package/dist/css/25-reports.chunk.css +0 -4
  23. package/dist/css/26-reports.chunk.css +0 -4
  24. package/dist/css/27-reports.chunk.css +0 -9
  25. package/dist/css/28-reports.chunk.css +0 -12
  26. package/dist/css/29-reports.chunk.css +0 -12
  27. package/dist/css/3-reports.chunk.css +0 -52
  28. package/dist/css/30-reports.chunk.css +0 -12
  29. package/dist/css/4-reports.chunk.css +0 -83
  30. package/dist/css/6-reports.chunk.css +0 -12
  31. package/dist/css/9-reports.chunk.css +0 -1808
  32. package/dist/css/reports-app.css +0 -11478
  33. package/dist/scripts/0-reports.chunk.js +0 -11
  34. package/dist/scripts/1-reports.chunk.js +0 -176
  35. package/dist/scripts/10-reports.chunk.js +0 -1255
  36. package/dist/scripts/11-reports.chunk.js +0 -59
  37. package/dist/scripts/12-reports.chunk.js +0 -356
  38. package/dist/scripts/13-reports.chunk.js +0 -191
  39. package/dist/scripts/14-reports.chunk.js +0 -136
  40. package/dist/scripts/15-reports.chunk.js +0 -98
  41. package/dist/scripts/16-reports.chunk.js +0 -41
  42. package/dist/scripts/17-reports.chunk.js +0 -50
  43. package/dist/scripts/18-reports.chunk.js +0 -34
  44. package/dist/scripts/19-reports.chunk.js +0 -172
  45. package/dist/scripts/2-reports.chunk.js +0 -17
  46. package/dist/scripts/20-reports.chunk.js +0 -142
  47. package/dist/scripts/21-reports.chunk.js +0 -143
  48. package/dist/scripts/22-reports.chunk.js +0 -111
  49. package/dist/scripts/23-reports.chunk.js +0 -96
  50. package/dist/scripts/24-reports.chunk.js +0 -81
  51. package/dist/scripts/25-reports.chunk.js +0 -66
  52. package/dist/scripts/26-reports.chunk.js +0 -58
  53. package/dist/scripts/27-reports.chunk.js +0 -50
  54. package/dist/scripts/28-reports.chunk.js +0 -42
  55. package/dist/scripts/29-reports.chunk.js +0 -34
  56. package/dist/scripts/3-reports.chunk.js +0 -97
  57. package/dist/scripts/30-reports.chunk.js +0 -34
  58. package/dist/scripts/31-reports.chunk.js +0 -35
  59. package/dist/scripts/32-reports.chunk.js +0 -19
  60. package/dist/scripts/33-reports.chunk.js +0 -11
  61. package/dist/scripts/34-reports.chunk.js +0 -11
  62. package/dist/scripts/4-reports.chunk.js +0 -56
  63. package/dist/scripts/5-reports.chunk.js +0 -17
  64. package/dist/scripts/6-reports.chunk.js +0 -74
  65. package/dist/scripts/7-reports.chunk.js +0 -35
  66. package/dist/scripts/8-reports.chunk.js +0 -43
  67. package/dist/scripts/9-reports.chunk.js +0 -1105
  68. package/dist/scripts/bundle.js +0 -7066
  69. package/dist/scripts/polyfills.js +0 -2750
@@ -1,1808 +0,0 @@
1
- .video-js .cv-open-externally-button {
2
- width: 9em;
3
- margin-right: 1em; }
4
- .video-js .cv-open-externally-button svg {
5
- width: 100%;
6
- height: 100%; }
7
-
8
- .video-js .cv-touch-control-ui {
9
- position: absolute;
10
- top: 0;
11
- left: 0;
12
- right: 0;
13
- bottom: 0;
14
- overflow: hidden;
15
- display: none;
16
- pointer-events: none; }
17
- .video-js .cv-touch-control-ui.cv-ui-touch-active {
18
- z-index: 3;
19
- display: block; }
20
-
21
- .video-js .cv-touch-left,
22
- .video-js .cv-touch-right {
23
- position: absolute;
24
- top: -25%;
25
- bottom: -25%;
26
- width: 40%;
27
- background-color: rgba(0, 0, 0, 0.5);
28
- pointer-events: none; }
29
-
30
- .video-js .cv-touch-left {
31
- left: 0;
32
- border-top-right-radius: 50%;
33
- border-bottom-right-radius: 50%; }
34
-
35
- .video-js .cv-touch-right {
36
- right: 0;
37
- border-top-left-radius: 50%;
38
- border-bottom-left-radius: 50%; }
39
-
40
- .video-js .cv-touch-text {
41
- position: absolute;
42
- top: 50%;
43
- left: 50%;
44
- transform: translate(-50%, -50%);
45
- font-size: 2em;
46
- font-weight: bold;
47
- pointer-events: none; }
48
-
49
- .video-js .vjs-local-cache-indicator {
50
- position: absolute;
51
- top: -0.5em;
52
- right: 2.67em; }
53
- .video-js .vjs-local-cache-indicator .vjs-local-cache-indicator-icon {
54
- position: absolute;
55
- width: 2.4em;
56
- height: 2.4em;
57
- bottom: 0;
58
- right: 0; }
59
-
60
- .video-js .cv-drag-handle {
61
- width: 4em;
62
- height: 4em;
63
- display: none;
64
- cursor: -webkit-grab;
65
- cursor: grab;
66
- color: rgba(255, 255, 255, 0.3); }
67
- .video-js .cv-drag-handle .vjs-icon-placeholder::before {
68
- opacity: 1 !important;
69
- line-height: 2em;
70
- font-family: CVPlayer;
71
- /* Defined in font/icon-map.js */
72
- content: "\f11c"; }
73
-
74
- .video-js.vjs-fullscreen .cv-drag-handle {
75
- display: inline-block; }
76
-
77
- .video-js .cv-drop-target {
78
- display: none;
79
- border: 3px dashed #fff;
80
- width: 4em;
81
- height: 4em;
82
- position: absolute;
83
- z-index: 2; }
84
- .video-js .cv-drop-target.cv-drag-over {
85
- box-shadow: 0 0 1em #fff;
86
- background: rgba(255, 255, 255, 0.3); }
87
- .video-js .cv-drop-target:after {
88
- content: " ";
89
- display: block;
90
- position: absolute;
91
- top: -4em;
92
- left: -4em;
93
- right: -4em;
94
- bottom: -4em; }
95
-
96
- .video-js.cv-dragging .cv-drop-target {
97
- display: block;
98
- font-size: 1vw; }
99
-
100
- .video-js.cv-dragging .vjs-control-bar {
101
- padding-bottom: 4.8em !important; }
102
-
103
- .video-js.cv-dragging .cv-collapsorator {
104
- visibility: none; }
105
-
106
- .video-js .cv-drop-top {
107
- top: 0;
108
- left: 50%;
109
- transform: translate(-50%, 0);
110
- width: 30%;
111
- border-bottom-right-radius: 0.6em;
112
- border-bottom-left-radius: 0.6em;
113
- border-top: none; }
114
-
115
- .video-js .cv-drop-left {
116
- left: 0;
117
- top: 50%;
118
- transform: translate(0, -50%);
119
- height: 50%;
120
- border-top-right-radius: 0.6em;
121
- border-bottom-right-radius: 0.6em;
122
- border-left: none; }
123
-
124
- .video-js .cv-drop-right {
125
- right: 0;
126
- top: 50%;
127
- transform: translate(0, -50%);
128
- height: 50%;
129
- border-top-left-radius: 0.6em;
130
- border-bottom-left-radius: 0.6em;
131
- border-right: none; }
132
-
133
- .video-js .cv-drop-bottom {
134
- left: 0;
135
- right: 0;
136
- bottom: 0;
137
- width: 100%; }
138
-
139
- .cv-whiteboard-html-font-size {
140
- font-size: 36px; }
141
- @media (max-width: 1399px) {
142
- .cv-whiteboard-html-font-size {
143
- font-size: 27px; } }
144
- @media (max-width: 1199px) {
145
- .cv-whiteboard-html-font-size {
146
- font-size: 23px; } }
147
-
148
- .video-js.vjs-fullscreen.cv-whiteboard-top, .video-js.vjs-fullscreen.cv-whiteboard-left, .video-js.vjs-fullscreen.cv-whiteboard-right {
149
- font-size: 1em; }
150
- @media (max-width: 1399px) {
151
- .video-js.vjs-fullscreen.cv-whiteboard-top, .video-js.vjs-fullscreen.cv-whiteboard-left, .video-js.vjs-fullscreen.cv-whiteboard-right {
152
- font-size: 0.75em; } }
153
- @media (max-width: 1199px) {
154
- .video-js.vjs-fullscreen.cv-whiteboard-top, .video-js.vjs-fullscreen.cv-whiteboard-left, .video-js.vjs-fullscreen.cv-whiteboard-right {
155
- font-size: 0.65em; } }
156
- .video-js.vjs-fullscreen.cv-whiteboard-top .cv-collapsorator, .video-js.vjs-fullscreen.cv-whiteboard-left .cv-collapsorator, .video-js.vjs-fullscreen.cv-whiteboard-right .cv-collapsorator {
157
- left: auto;
158
- right: auto;
159
- bottom: auto;
160
- height: auto;
161
- background: rgba(0, 0, 0, 0.6);
162
- border-radius: 0.6em;
163
- padding: 0; }
164
- .video-js.vjs-fullscreen.cv-whiteboard-top .cv-collapsorator .vjs-button,
165
- .video-js.vjs-fullscreen.cv-whiteboard-top .cv-collapsorator .vjs-control, .video-js.vjs-fullscreen.cv-whiteboard-left .cv-collapsorator .vjs-button,
166
- .video-js.vjs-fullscreen.cv-whiteboard-left .cv-collapsorator .vjs-control, .video-js.vjs-fullscreen.cv-whiteboard-right .cv-collapsorator .vjs-button,
167
- .video-js.vjs-fullscreen.cv-whiteboard-right .cv-collapsorator .vjs-control {
168
- height: 4em; }
169
- .video-js.vjs-fullscreen.cv-whiteboard-top .cv-collapsorator .cv-collapsed,
170
- .video-js.vjs-fullscreen.cv-whiteboard-top .cv-collapsorator .vjs-spacer, .video-js.vjs-fullscreen.cv-whiteboard-left .cv-collapsorator .cv-collapsed,
171
- .video-js.vjs-fullscreen.cv-whiteboard-left .cv-collapsorator .vjs-spacer, .video-js.vjs-fullscreen.cv-whiteboard-right .cv-collapsorator .cv-collapsed,
172
- .video-js.vjs-fullscreen.cv-whiteboard-right .cv-collapsorator .vjs-spacer {
173
- height: 0 !important; }
174
- .video-js.vjs-fullscreen.cv-whiteboard-top .vjs-control-bar, .video-js.vjs-fullscreen.cv-whiteboard-left .vjs-control-bar, .video-js.vjs-fullscreen.cv-whiteboard-right .vjs-control-bar {
175
- padding-bottom: 2em;
176
- padding-top: 2em; }
177
- .video-js.vjs-fullscreen.cv-whiteboard-top .vjs-picture-in-picture-control,
178
- .video-js.vjs-fullscreen.cv-whiteboard-top .cv-create-clip-button,
179
- .video-js.vjs-fullscreen.cv-whiteboard-top .cv-open-externally-button, .video-js.vjs-fullscreen.cv-whiteboard-left .vjs-picture-in-picture-control,
180
- .video-js.vjs-fullscreen.cv-whiteboard-left .cv-create-clip-button,
181
- .video-js.vjs-fullscreen.cv-whiteboard-left .cv-open-externally-button, .video-js.vjs-fullscreen.cv-whiteboard-right .vjs-picture-in-picture-control,
182
- .video-js.vjs-fullscreen.cv-whiteboard-right .cv-create-clip-button,
183
- .video-js.vjs-fullscreen.cv-whiteboard-right .cv-open-externally-button {
184
- display: none; }
185
-
186
- .video-js.vjs-fullscreen.cv-whiteboard-left .cv-collapsorator, .video-js.vjs-fullscreen.cv-whiteboard-right .cv-collapsorator {
187
- top: 50%;
188
- transform: translate(0, -50%);
189
- flex-direction: column; }
190
-
191
- .video-js.vjs-fullscreen.cv-whiteboard-left .vjs-menu, .video-js.vjs-fullscreen.cv-whiteboard-right .vjs-menu {
192
- position: absolute;
193
- top: 50%; }
194
- .video-js.vjs-fullscreen.cv-whiteboard-left .vjs-menu .vjs-menu-content, .video-js.vjs-fullscreen.cv-whiteboard-right .vjs-menu .vjs-menu-content {
195
- max-height: 50vh;
196
- right: auto;
197
- bottom: auto;
198
- transform: translate(0, -50%); }
199
-
200
- .video-js.vjs-fullscreen.cv-whiteboard-left .vjs-volume-panel.vjs-volume-panel-horizontal, .video-js.vjs-fullscreen.cv-whiteboard-right .vjs-volume-panel.vjs-volume-panel-horizontal {
201
- width: 4em; }
202
-
203
- .video-js.vjs-fullscreen.cv-whiteboard-left .vjs-volume-panel .vjs-volume-control, .video-js.vjs-fullscreen.cv-whiteboard-right .vjs-volume-panel .vjs-volume-control {
204
- position: absolute !important;
205
- background: rgba(0, 0, 0, 0.6);
206
- border-radius: 0.6em;
207
- width: 0;
208
- transition: opacity 1s; }
209
-
210
- .video-js.vjs-fullscreen.cv-whiteboard-left .vjs-hover .vjs-volume-control, .video-js.vjs-fullscreen.cv-whiteboard-right .vjs-hover .vjs-volume-control {
211
- width: 10em; }
212
-
213
- .video-js.vjs-fullscreen.cv-whiteboard-left .cv-collapsorator {
214
- border-top-left-radius: 0;
215
- border-bottom-left-radius: 0;
216
- left: 0; }
217
-
218
- .video-js.vjs-fullscreen.cv-whiteboard-left .vjs-menu {
219
- left: 100%;
220
- right: auto;
221
- margin-left: 1em; }
222
- .video-js.vjs-fullscreen.cv-whiteboard-left .vjs-menu .vjs-menu-content {
223
- left: 0; }
224
-
225
- .video-js.vjs-fullscreen.cv-whiteboard-left .vjs-volume-panel .vjs-volume-control {
226
- left: 100%;
227
- border-top-left-radius: 0 !important;
228
- border-bottom-left-radius: 0 !important;
229
- padding-right: 1em;
230
- margin-left: 0; }
231
-
232
- .video-js.vjs-fullscreen.cv-whiteboard-left .cv-drop-left {
233
- display: none; }
234
-
235
- .video-js.vjs-fullscreen.cv-whiteboard-right .cv-collapsorator {
236
- right: 0;
237
- border-top-right-radius: 0;
238
- border-bottom-right-radius: 0; }
239
-
240
- .video-js.vjs-fullscreen.cv-whiteboard-right .vjs-menu {
241
- right: 100%;
242
- left: auto;
243
- margin-right: 1em; }
244
- .video-js.vjs-fullscreen.cv-whiteboard-right .vjs-menu .vjs-menu-content {
245
- right: 0; }
246
-
247
- .video-js.vjs-fullscreen.cv-whiteboard-right .vjs-volume-panel .vjs-volume-control {
248
- right: 100%;
249
- border-top-right-radius: 0;
250
- border-bottom-right-radius: 0;
251
- padding-left: 1em;
252
- margin-right: 0; }
253
-
254
- .video-js.vjs-fullscreen.cv-whiteboard-right .cv-drop-right {
255
- display: none; }
256
-
257
- .video-js.vjs-fullscreen.cv-whiteboard-top .cv-collapsorator {
258
- top: 0;
259
- border-top-right-radius: 0;
260
- border-top-left-radius: 0;
261
- left: 50%;
262
- transform: translate(-50%, 0); }
263
- .video-js.vjs-fullscreen.cv-whiteboard-top .cv-collapsorator .cv-collapsed,
264
- .video-js.vjs-fullscreen.cv-whiteboard-top .cv-collapsorator .vjs-spacer {
265
- width: 0 !important; }
266
-
267
- .video-js.vjs-fullscreen.cv-whiteboard-top .vjs-menu {
268
- position: absolute;
269
- top: 100%;
270
- left: 50%;
271
- margin-top: 1em;
272
- transform: translate(-50%, 0); }
273
- .video-js.vjs-fullscreen.cv-whiteboard-top .vjs-menu .vjs-menu-content {
274
- max-height: 50vh;
275
- right: auto;
276
- bottom: auto;
277
- left: 50%;
278
- transform: translate(-50%, 0); }
279
-
280
- .video-js.vjs-fullscreen.cv-whiteboard-top .vjs-volume-panel {
281
- position: relative;
282
- transition: none; }
283
- .video-js.vjs-fullscreen.cv-whiteboard-top .vjs-volume-panel .vjs-volume-control {
284
- position: absolute !important;
285
- background: rgba(0, 0, 0, 0.6);
286
- border-radius: 0.6em;
287
- border-top-left-radius: 0;
288
- border-top-right-radius: 0;
289
- height: 0;
290
- top: 100%;
291
- left: 0 !important;
292
- width: 4em;
293
- transition: none; }
294
- .video-js.vjs-fullscreen.cv-whiteboard-top .vjs-volume-panel .vjs-volume-bar {
295
- margin: 0.45em 1.85em; }
296
-
297
- .video-js.vjs-fullscreen.cv-whiteboard-top .vjs-hover .vjs-volume-control {
298
- height: 6.5em; }
299
-
300
- .video-js.vjs-fullscreen.cv-whiteboard-top .cv-drop-top {
301
- display: none; }
302
-
303
- .video-js.vjs-fullscreen:not(.cv-whiteboard-top):not(.cv-whiteboard-left):not(.cv-whiteboard-right) .cv-drop-bottom {
304
- display: none; }
305
-
306
- .video-js .cv-time-wrapper {
307
- overflow: hidden; }
308
-
309
- .video-js .vjs-current-time {
310
- float: left;
311
- display: block; }
312
-
313
- .video-js .vjs-remaining-time {
314
- float: right; }
315
- .video-js .vjs-remaining-time [aria-hidden='true'] {
316
- display: none; }
317
-
318
- .video-js .vjs-time-control {
319
- padding-left: 2.67em;
320
- padding-right: 2.67em;
321
- padding-bottom: 0.5em; }
322
- .video-js .vjs-time-control span {
323
- font-size: 1.2em; }
324
-
325
- .video-js .cv-cog-button {
326
- cursor: pointer; }
327
- .video-js .cv-cog-button .vjs-icon-placeholder::before {
328
- font-family: CVPlayer;
329
- /* Defined in font/icon-map.js */
330
- content: "\f103"; }
331
-
332
- .video-js .cv-cog-menu-item {
333
- display: flex;
334
- justify-content: space-between;
335
- padding: 1em 2em;
336
- text-transform: none; }
337
-
338
- .video-js .cv-collapsible-menu-heading {
339
- padding-left: 2em; }
340
- .video-js .cv-collapsible-menu-heading:before {
341
- font-family: CVPlayer;
342
- /* Defined in font/icon-map.js */
343
- content: "\f11e";
344
- position: absolute;
345
- left: 0;
346
- width: 1em;
347
- height: 1em;
348
- display: inline-block;
349
- font-size: 1.8em; }
350
-
351
- .video-js .cv-cog-menu-button .vjs-menu-item.cv-has-cog-value {
352
- padding-right: 2em; }
353
- .video-js .cv-cog-menu-button .vjs-menu-item.cv-has-cog-value:before {
354
- font-family: CVPlayer;
355
- /* Defined in font/icon-map.js */
356
- content: "\f11f";
357
- position: absolute;
358
- right: 0;
359
- width: 1em;
360
- height: 1em;
361
- display: inline-block;
362
- font-size: 1.8em; }
363
-
364
- .video-js .cv-highlight {
365
- background-color: #FFAA3A;
366
- color: #313543;
367
- border-radius: 3px;
368
- margin: 0 -3px;
369
- padding: 0 3px;
370
- display: inline-block; }
371
-
372
- .video-js .cv-subtitle-search-button.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
373
- top: 1.5em; }
374
-
375
- .video-js .cv-subtitle-search-input {
376
- height: 2em;
377
- background-color: white;
378
- border-radius: 0.25rem; }
379
- .video-js .cv-subtitle-search-input input {
380
- width: calc(100% - 1.5em - 0.4em);
381
- outline: none;
382
- box-shadow: none;
383
- border: 0;
384
- height: 100%;
385
- display: inline-block;
386
- vertical-align: middle;
387
- border-radius: 3px; }
388
- .video-js .cv-subtitle-search-input .cv-search-icon {
389
- width: 1.5em;
390
- height: 1.5em;
391
- display: inline-block;
392
- color: #313543;
393
- vertical-align: middle;
394
- margin: 0 0.2em; }
395
- .video-js .cv-subtitle-search-input .cv-search-icon svg {
396
- fill: currentColor; }
397
-
398
- .video-js .cv-no-results {
399
- margin: 1em 0; }
400
- .video-js .cv-no-results:hover {
401
- background: none !important; }
402
- .video-js .cv-no-results .vjs-menu-item-text {
403
- text-align: center;
404
- display: block; }
405
-
406
- .video-js .cv-keyboard-shortcuts .vjs-menu li.vjs-menu-item {
407
- display: flex;
408
- justify-content: space-between;
409
- text-transform: none; }
410
- .video-js .cv-keyboard-shortcuts .vjs-menu li.vjs-menu-item:not(.cv-collapsible-menu-heading):hover {
411
- background: none;
412
- cursor: initial; }
413
- .video-js .cv-keyboard-shortcuts .vjs-menu li.vjs-menu-item.cv-collapsible-menu-heading {
414
- padding-left: 2em; }
415
- .video-js .cv-keyboard-shortcuts .vjs-menu li.vjs-menu-item .cv-keyboard-button {
416
- border: 1px solid #fff;
417
- border-radius: 0.3em;
418
- padding: 0.1em 0.2em;
419
- display: inline-block; }
420
- .video-js .cv-keyboard-shortcuts .vjs-menu li.vjs-menu-item .cv-keyboard-button.cv-single-key {
421
- width: 2em;
422
- display: inline-block;
423
- text-align: center; }
424
-
425
- .video-js .cv-collapsorator {
426
- font-size: 1.2em;
427
- height: 4em;
428
- padding-left: 1em;
429
- padding-right: 1.15em;
430
- position: absolute;
431
- bottom: 0;
432
- left: 0;
433
- right: 0;
434
- display: none;
435
- z-index: 3; }
436
- .video-js .cv-collapsorator .vjs-control {
437
- width: 4em; }
438
-
439
- .video-js .cv-collapsed {
440
- width: 0 !important; }
441
- .video-js .cv-collapsed > button {
442
- display: none; }
443
-
444
- .video-js button.cv-collapsed {
445
- display: none; }
446
-
447
- .video-js .vjs-button > .vjs-icon-placeholder:before {
448
- font-size: 1.3em; }
449
-
450
- .video-js .vjs-button:hover > .vjs-icon-placeholder:before {
451
- opacity: 0.9; }
452
-
453
- .video-js .vjs-button[aria-expanded=true] > .vjs-icon-placeholder:before {
454
- opacity: 1;
455
- color: #FF9300; }
456
-
457
- .video-js.vjs-has-started .cv-collapsorator {
458
- display: flex;
459
- visibility: visible;
460
- opacity: 1;
461
- transition: visibility 1s, opacity 1s; }
462
-
463
- .video-js.vjs-controls-disabled .cv-collapsorator,
464
- .video-js.vjs-using-native-controls .cv-collapsorator,
465
- .video-js.vjs-error .cv-collapsorator {
466
- display: none !important; }
467
-
468
- .video-js.vjs-has-started.vjs-user-inactive.vjs-playing .cv-collapsorator {
469
- visibility: visible;
470
- opacity: 0; }
471
-
472
- .video-js.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .cv-collapsorator {
473
- opacity: 1;
474
- visibility: visible; }
475
-
476
- .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
477
- font-family: CVPlayer;
478
- /* Defined in font/icon-map.js */
479
- content: "\f109"; }
480
-
481
- .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
482
- font-family: CVPlayer;
483
- /* Defined in font/icon-map.js */
484
- content: "\f108"; }
485
-
486
- .video-js .cv-chapter-bar-items {
487
- text-align: left;
488
- position: absolute;
489
- left: 0;
490
- right: 0;
491
- top: 0;
492
- bottom: 0; }
493
-
494
- .video-js .cv-chapter-bar-play-progress {
495
- background-color: #F8981D;
496
- height: 100%;
497
- z-index: 3;
498
- position: relative;
499
- top: 0;
500
- font-family: VideoJS, sans-serif;
501
- font-weight: normal;
502
- font-style: normal; }
503
-
504
- .video-js .cv-chapter-bar-load-progress {
505
- background-color: #fff;
506
- height: 100%;
507
- z-index: 2;
508
- top: 0;
509
- position: relative;
510
- margin-top: -0.3em; }
511
-
512
- .video-js .cv-chapter-bar-item {
513
- position: absolute;
514
- height: 0.3em;
515
- display: inline-block;
516
- padding: 0 1px; }
517
- .video-js .cv-chapter-bar-item:after {
518
- position: absolute;
519
- left: 1px;
520
- right: 1px;
521
- bottom: 0;
522
- top: 0;
523
- background-color: rgba(255, 255, 255, 0.4);
524
- content: " ";
525
- display: block;
526
- z-index: 1; }
527
- .video-js .cv-chapter-bar-item:before {
528
- content: " ";
529
- position: absolute;
530
- display: block;
531
- bottom: -5px;
532
- top: -30px;
533
- left: 0;
534
- right: 0; }
535
- .video-js .cv-chapter-bar-item:first-child:after,
536
- .video-js .cv-chapter-bar-item:first-child .cv-chapter-bar-load-progress,
537
- .video-js .cv-chapter-bar-item:first-child .cv-chapter-bar-play-progress {
538
- border-top-left-radius: 0.15em;
539
- border-bottom-left-radius: 0.15em; }
540
- .video-js .cv-chapter-bar-item:last-child:after,
541
- .video-js .cv-chapter-bar-item:last-child .cv-chapter-bar-load-progress,
542
- .video-js .cv-chapter-bar-item:last-child .cv-chapter-bar-play-progress {
543
- border-top-right-radius: 0.15em;
544
- border-bottom-right-radius: 0.15em; }
545
-
546
- .video-js .vjs-progress-control .cv-chapter-seek-bar .vjs-play-progress {
547
- display: none; }
548
-
549
- .video-js .vjs-progress-control .vjs-sliding .cv-chapter-bar-play-progress.cv-current:before, .video-js .vjs-progress-control:hover .cv-chapter-bar-play-progress.cv-current:before {
550
- content: "\f111";
551
- font-size: 0.9em;
552
- line-height: 0.9em;
553
- position: absolute;
554
- right: -0.5em;
555
- top: -0.45em;
556
- margin-top: 0.19em;
557
- z-index: 1;
558
- color: #F8981D; }
559
-
560
- .video-js .vjs-progress-control {
561
- width: 100%;
562
- padding-left: 2.67em;
563
- padding-right: 2.67em;
564
- padding-top: 0.1em;
565
- height: 0.5em; }
566
- .video-js .vjs-progress-control .vjs-progress-holder {
567
- margin: 0;
568
- transition: none;
569
- position: relative; }
570
- .video-js .vjs-progress-control .vjs-sliding.vjs-progress-holder {
571
- font-size: 1.666666666666666666em; }
572
-
573
- .video-js .vjs-progress-control .vjs-mouse-display .vjs-time-tooltip {
574
- padding: 4px;
575
- position: static;
576
- float: none;
577
- background: none;
578
- line-height: 1.5em; }
579
- .video-js .vjs-progress-control .vjs-mouse-display .vjs-time-tooltip div {
580
- font-size: 1.2em; }
581
-
582
- .video-js .cv-thumbnail-display {
583
- overflow: hidden;
584
- display: none;
585
- position: relative; }
586
- .video-js .cv-thumbnail-display.cv-thumbnail-display-enabled {
587
- display: block; }
588
- .video-js .cv-thumbnail-display img {
589
- position: absolute; }
590
-
591
- .video-js .vjs-progress-control .vjs-mouse-display {
592
- width: auto;
593
- height: auto;
594
- background: #1c1c1c;
595
- border-radius: 0.2em;
596
- bottom: 1em; }
597
- .video-js .vjs-progress-control .vjs-mouse-display.cv-mouse-time-display-force-show {
598
- display: block;
599
- visibility: visible;
600
- opacity: 1;
601
- bottom: 1.66666em; }
602
- .video-js .vjs-progress-control .vjs-mouse-display.cv-mouse-time-display-force-show .vjs-time-tooltip {
603
- display: block;
604
- visibility: visible; }
605
-
606
- .video-js.cv-create-clip-player .vjs-progress-control .vjs-mouse-display {
607
- bottom: 1.5em; }
608
-
609
- .cv-has-thumbnails .cv-chapter-menu-item-text {
610
- padding-left: 6em; }
611
-
612
- li.cv-chapter-menu-item {
613
- text-align: left;
614
- padding: 0.4em 0.8em; }
615
- li.cv-chapter-menu-item .cv-thumbnail-display {
616
- position: absolute;
617
- left: 0.8em; }
618
- li.cv-chapter-menu-item .cv-chapter-menu-item-text {
619
- display: inline-block;
620
- text-transform: none; }
621
- li.cv-chapter-menu-item .cv-chapter-menu-item-text p {
622
- margin: 0; }
623
-
624
- .cv-chapters-button + .vjs-menu .vjs-menu-content {
625
- max-width: 30%; }
626
-
627
- .cv-chapters-button + .vjs-menu .vjs-menu-title {
628
- text-align: left;
629
- padding: 0.4em 0.8em;
630
- text-transform: none;
631
- font-weight: normal;
632
- font-size: 1.2em;
633
- margin: 0; }
634
-
635
- .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
636
- font-family: CVPlayer;
637
- /* Defined in font/icon-map.js */
638
- content: "\f106"; }
639
-
640
- .video-js .cv-collapsorator .vjs-subs-caps-button .vjs-icon-placeholder:before {
641
- font-family: CVPlayer;
642
- /* Defined in font/icon-map.js */
643
- content: "\f105" !important; }
644
-
645
- .video-js .cv-subtitle-search-menu-item:before {
646
- font-family: CVPlayer;
647
- /* Defined in font/icon-map.js */
648
- content: "\f120";
649
- position: absolute;
650
- left: 0.1em;
651
- width: 1em;
652
- height: 1em;
653
- display: inline-block;
654
- font-size: 1.6em; }
655
-
656
- .video-js .cv-subtitle-size-menu-item:before {
657
- /* Defined in font/icon-map.js */
658
- content: "Aa";
659
- position: absolute;
660
- left: 0.4em;
661
- width: 1em;
662
- height: 1em;
663
- display: inline-block;
664
- font-style: italic; }
665
-
666
- .video-js .cv-quality-button {
667
- cursor: pointer; }
668
- .video-js .cv-quality-button .vjs-icon-placeholder::before {
669
- font-family: CVPlayer !important;
670
- content: '\f103'; }
671
-
672
- .video-js .vjs-quality-button .vjs-local-cache-indicator-icon {
673
- position: absolute;
674
- width: 1.8em;
675
- height: 1.8em;
676
- top: 50%;
677
- right: 0;
678
- margin-top: -0.9em; }
679
-
680
- .vjs-playback-rate .vjs-playback-rate-value {
681
- position: relative; }
682
-
683
- .vjs-playback-rate .vjs-menu-button {
684
- position: relative; }
685
-
686
- .video-js {
687
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
688
- background: linear-gradient(to right, #eaeaea, #f8f8f8);
689
- overflow: hidden; }
690
- .video-js.vjs-has-started {
691
- background: black; }
692
- .video-js .vjs-icon-placeholder:before,
693
- .video-js .vjs-button > .vjs-icon-placeholder:before {
694
- position: static;
695
- font-size: 2em; }
696
-
697
- /* The two animations below are identical, but they need different names
698
- * for the class change of vjs-playing and vjs-paused to toggle them to run again
699
- */
700
- @-webkit-keyframes play-feedback {
701
- 0% {
702
- opacity: 0.85;
703
- font-size: 0.6em; }
704
- 100% {
705
- opacity: 0;
706
- font-size: 1em; } }
707
- @keyframes play-feedback {
708
- 0% {
709
- opacity: 0.85;
710
- font-size: 0.6em; }
711
- 100% {
712
- opacity: 0;
713
- font-size: 1em; } }
714
-
715
- @-webkit-keyframes pause-feedback {
716
- 0% {
717
- opacity: 0.85;
718
- font-size: 0.6em; }
719
- 100% {
720
- opacity: 0;
721
- font-size: 1em; } }
722
-
723
- @keyframes pause-feedback {
724
- 0% {
725
- opacity: 0.85;
726
- font-size: 0.6em; }
727
- 100% {
728
- opacity: 0;
729
- font-size: 1em; } }
730
-
731
- .video-js .cv-play-pause-feedback {
732
- position: absolute;
733
- top: 50%;
734
- left: 50%;
735
- transform: translate(-50%, -50%);
736
- padding: 1.5em;
737
- background: rgba(28, 28, 28, 0.6);
738
- border-radius: 50%;
739
- pointer-events: none;
740
- opacity: 0;
741
- -webkit-animation-duration: 0.4s;
742
- animation-duration: 0.4s;
743
- -webkit-animation-timing-function: ease-out;
744
- animation-timing-function: ease-out; }
745
- .video-js .cv-play-pause-feedback:after {
746
- font-family: CVPlayer;
747
- font-size: 7em; }
748
-
749
- .video-js.vjs-paused .cv-play-pause-feedback {
750
- -webkit-animation-name: play-feedback;
751
- animation-name: play-feedback; }
752
- .video-js.vjs-paused .cv-play-pause-feedback:after {
753
- /* Defined in font/icon-map.js */
754
- content: "\f101"; }
755
-
756
- .video-js.vjs-playing .cv-play-pause-feedback {
757
- /* Offset the play icon so it looks more centered */
758
- padding-left: 1.9em;
759
- padding-right: 1.1em;
760
- -webkit-animation-name: pause-feedback;
761
- animation-name: pause-feedback; }
762
- .video-js.vjs-playing .cv-play-pause-feedback:after {
763
- /* Defined in font/icon-map.js */
764
- content: "\f100"; }
765
-
766
- .video-js.vjs-picture-in-picture .cv-play-pause-feedback, .video-js.cv-disable-play-pause-feedback .cv-play-pause-feedback, .video-js:not(.vjs-has-started) .cv-play-pause-feedback {
767
- opacity: 0 !important; }
768
-
769
- .video-js .vjs-play-control .vjs-icon-placeholder:before {
770
- font-family: CVPlayer;
771
- /* Defined in font/icon-map.js */
772
- content: "\f100"; }
773
-
774
- .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
775
- font-family: CVPlayer;
776
- /* Defined in font/icon-map.js */
777
- content: "\f101"; }
778
-
779
- .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
780
- font-family: CVPlayer;
781
- /* Defined in font/icon-map.js */
782
- content: "\f10d"; }
783
-
784
- .video-js .vjs-control-bar {
785
- height: auto;
786
- background: none;
787
- z-index: 2;
788
- padding-bottom: 4.8em; }
789
- .video-js .vjs-control-bar:after {
790
- background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.65) 100%);
791
- position: absolute;
792
- top: -300%;
793
- left: 0;
794
- right: 0;
795
- bottom: 0;
796
- content: " ";
797
- z-index: -1;
798
- pointer-events: none; }
799
-
800
- .video-js.vjs-has-started .vjs-control-bar {
801
- display: block;
802
- height: auto; }
803
-
804
- .video-js .vjs-mute-control .vjs-icon-placeholder:before {
805
- font-family: CVPlayer;
806
- /* Defined in font/icon-map.js */
807
- content: "\f10a"; }
808
-
809
- .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
810
- font-family: CVPlayer;
811
- /* Defined in font/icon-map.js */
812
- content: "\f102"; }
813
-
814
- .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
815
- font-family: CVPlayer;
816
- /* Defined in font/icon-map.js */
817
- content: "\f10c"; }
818
-
819
- .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
820
- font-family: CVPlayer;
821
- /* Defined in font/icon-map.js */
822
- content: "\f10b"; }
823
-
824
- .video-js .vjs-volume-bar {
825
- margin: 1.85em 0.45em; }
826
- .video-js .vjs-volume-bar.vjs-slider-horizontal {
827
- width: 7em;
828
- height: 0.3em; }
829
-
830
- .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal {
831
- width: 7em;
832
- height: 4em; }
833
-
834
- .video-js .vjs-volume-control .vjs-slider-horizontal .vjs-volume-level:before {
835
- width: 0.9em;
836
- height: 0.9em;
837
- margin-top: -0.45em;
838
- top: 50%;
839
- background-color: white;
840
- border-radius: 50%;
841
- content: " ";
842
- box-shadow: 0 0 1em rgba(0, 0, 0, 0.25); }
843
-
844
- .video-js .vjs-volume-control .vjs-slider-horizontal .vjs-volume-level {
845
- height: 0.3em; }
846
-
847
- .video-js .vjs-volume-control .vjs-slider-vertical .vjs-volume-level:before {
848
- width: 0.9em;
849
- height: 0.9em;
850
- margin-left: -0.45em;
851
- left: 50%;
852
- background-color: white;
853
- border-radius: 50%;
854
- content: " ";
855
- box-shadow: 0 0 1em rgba(0, 0, 0, 0.25); }
856
-
857
- .video-js .vjs-volume-control .vjs-slider-vertical .vjs-volume-level {
858
- width: 0.3em; }
859
-
860
- .vjs-menu-button-popup .vjs-menu {
861
- left: 0;
862
- bottom: 0;
863
- width: 100%; }
864
- .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
865
- right: 2.4em;
866
- bottom: 1.5em;
867
- max-width: 40%;
868
- max-height: calc(100% - 1.5em - 1em);
869
- overflow: visible;
870
- background: #1c1c1c;
871
- border: none;
872
- border-radius: 0.33333em;
873
- padding: 0.5em 0; }
874
- .vjs-menu-button-popup .vjs-menu li {
875
- text-transform: none;
876
- text-align: left;
877
- padding: 0.4em;
878
- margin: 0.2em 0.4em;
879
- position: relative;
880
- border-radius: 0.277775em; }
881
- .vjs-menu-button-popup .vjs-menu li.vjs-menu-item:focus {
882
- background: none; }
883
- .vjs-menu-button-popup .vjs-menu li.vjs-menu-item:hover {
884
- background: #5B5E68; }
885
- .vjs-menu-button-popup .vjs-menu li.vjs-menu-item:hover.vjs-disabled:hover {
886
- background: none; }
887
- .vjs-menu-button-popup .vjs-menu li.vjs-selected {
888
- background: rgba(0, 0, 0, 0);
889
- color: #fff; }
890
- .vjs-menu-button-popup .vjs-menu li.cv-divider-after-menu-item {
891
- margin-bottom: 0.6em; }
892
- .vjs-menu-button-popup .vjs-menu li.cv-divider-after-menu-item:after {
893
- content: " ";
894
- display: block;
895
- position: absolute;
896
- bottom: -0.3em;
897
- left: 0.15em;
898
- right: 0.15em;
899
- border-bottom: 1px solid #464646; }
900
-
901
- .vjs-menu-button.cv-has-left-icons .vjs-menu .vjs-menu-content li {
902
- padding-left: 2em; }
903
- .vjs-menu-button.cv-has-left-icons .vjs-menu .vjs-menu-content li.vjs-selected:before {
904
- font-family: CVPlayer;
905
- /* Defined in font/icon-map.js */
906
- content: "\f11d";
907
- position: absolute;
908
- left: 0;
909
- width: 1em;
910
- height: 1em;
911
- display: inline-block;
912
- font-size: 1.8em; }
913
-
914
- .cv-menu-small.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
915
- max-width: 25em; }
916
-
917
- .cv-menu-big.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
918
- max-width: 25em; }
919
-
920
- .cv-player-small .cv-menu-big.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
921
- width: calc(100% - 1em);
922
- left: 0.5em;
923
- max-width: none;
924
- max-height: calc(100% - 2em); }
925
-
926
- .vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
927
- display: none; }
928
-
929
- .video-js .vjs-big-play-button {
930
- top: 50%;
931
- left: 50%;
932
- transform: translate(-50%, -50%);
933
- background-color: rgba(255, 255, 255, 0.005);
934
- border-radius: 50%;
935
- border: 0.1em solid #fff;
936
- opacity: 0.9;
937
- font-size: 5em;
938
- width: 2em;
939
- height: 2em;
940
- line-height: 1.85em; }
941
- .video-js .vjs-big-play-button:hover {
942
- opacity: 0.85; }
943
- .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
944
- font-size: 1.5em !important;
945
- color: #fff; }
946
-
947
- .video-js:hover .vjs-big-play-button {
948
- background-color: rgba(255, 255, 255, 0.005); }
949
-
950
- .video-js .vjs-text-track-display {
951
- bottom: 4em; }
952
-
953
- .video-js .vjs-poster {
954
- color: #fff;
955
- font-size: 0.875rem;
956
- background-size: cover;
957
- background-position: center; }
958
- .video-js .vjs-poster .cv-player-mask {
959
- position: absolute;
960
- top: 0;
961
- right: 0;
962
- bottom: 0;
963
- left: 0;
964
- background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 100%); }
965
- .video-js .vjs-poster .cv-splash-metadata {
966
- position: absolute;
967
- top: 1.25em;
968
- left: 1.25em;
969
- z-index: 1; }
970
- .video-js .vjs-poster .cv-splash-metadata.cv-embed-splash-metadata {
971
- top: 2.5em;
972
- left: 2.5em; }
973
- .video-js .vjs-poster .cv-splash-metadata .cv-series-text {
974
- display: flex;
975
- align-items: center;
976
- font-weight: 500; }
977
- .video-js .vjs-poster .cv-splash-metadata .cv-splash-warning-container {
978
- display: flex;
979
- align-items: center; }
980
- .video-js .vjs-poster .cv-splash-metadata .cv-splash-warning-container .cv-splash-rating {
981
- line-height: 1.2;
982
- padding: 0.4em 0.8em;
983
- display: flex;
984
- justify-content: center;
985
- margin-right: 0.625rem; }
986
- .video-js .vjs-poster .cv-splash-metadata .cv-splash-warning-container .cv-splash-warning {
987
- font-size: 1rem;
988
- margin-bottom: 0;
989
- font-weight: 500; }
990
- .video-js .vjs-poster .cv-embed-logo {
991
- position: absolute;
992
- bottom: 2.5em;
993
- left: 2.5em;
994
- z-index: 1;
995
- width: 11em; }
996
-
997
- .video-js.vjs-has-started.cv-reports-player-overlay-visible::after {
998
- content: '';
999
- position: absolute;
1000
- top: 0;
1001
- right: 0;
1002
- bottom: 0;
1003
- left: 0;
1004
- background: rgba(0, 0, 0, 0.2); }
1005
-
1006
- .video-js .cv-engagement-overlay {
1007
- position: absolute;
1008
- top: 0;
1009
- bottom: 0;
1010
- left: 0.5em;
1011
- right: 0.5em; }
1012
-
1013
- .video-js .cv-engagement-chart {
1014
- /**
1015
- * @license Highcharts
1016
- *
1017
- * (c) 2009-2016 Torstein Honsi
1018
- *
1019
- * License: www.highcharts.com/license
1020
- */
1021
- /* Titles */
1022
- /* Axes */
1023
- /* Credits */
1024
- /* Tooltip */
1025
- /* Legend hover affects points and series */
1026
- /* Series options */
1027
- /* Default colors */
1028
- /* Legend */
1029
- /* Bubble legend */
1030
- /* Loading */
1031
- /* Plot bands and polar pane backgrounds */
1032
- /* Highcharts More and modules */
1033
- /* Highstock */
1034
- /* Highmaps */
1035
- /* 3d charts */
1036
- /* Exporting module */
1037
- /* Drilldown module */
1038
- /* No-data module */
1039
- /* Drag-panes module */
1040
- /* Bullet type series */
1041
- /* Lineargauge type series */
1042
- /* Annotations module */
1043
- /* Gantt */
1044
- position: absolute;
1045
- top: 0;
1046
- left: 0;
1047
- right: 0;
1048
- z-index: 10; }
1049
- .video-js .cv-engagement-chart .highcharts-container {
1050
- position: relative;
1051
- overflow: hidden;
1052
- width: 100%;
1053
- height: 100%;
1054
- text-align: left;
1055
- line-height: normal;
1056
- z-index: 0;
1057
- /* #1072 */
1058
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1059
- font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
1060
- font-size: 12px;
1061
- -webkit-user-select: none;
1062
- -moz-user-select: none;
1063
- -ms-user-select: none;
1064
- user-select: none;
1065
- touch-action: manipulation;
1066
- outline: none; }
1067
- .video-js .cv-engagement-chart .highcharts-root {
1068
- display: block; }
1069
- .video-js .cv-engagement-chart .highcharts-root text {
1070
- stroke-width: 0; }
1071
- .video-js .cv-engagement-chart .highcharts-strong {
1072
- font-weight: bold; }
1073
- .video-js .cv-engagement-chart .highcharts-emphasized {
1074
- font-style: italic; }
1075
- .video-js .cv-engagement-chart .highcharts-anchor {
1076
- cursor: pointer; }
1077
- .video-js .cv-engagement-chart .highcharts-background {
1078
- fill: #ffffff; }
1079
- .video-js .cv-engagement-chart .highcharts-plot-border, .video-js .cv-engagement-chart .highcharts-plot-background {
1080
- fill: none; }
1081
- .video-js .cv-engagement-chart .highcharts-label-box {
1082
- fill: none; }
1083
- .video-js .cv-engagement-chart .highcharts-button-box {
1084
- fill: inherit; }
1085
- .video-js .cv-engagement-chart .highcharts-tracker-line {
1086
- stroke-linejoin: round;
1087
- stroke: rgba(192, 192, 192, 0.0001);
1088
- stroke-width: 22;
1089
- fill: none; }
1090
- .video-js .cv-engagement-chart .highcharts-tracker-area {
1091
- fill: rgba(192, 192, 192, 0.0001);
1092
- stroke-width: 0; }
1093
- .video-js .cv-engagement-chart .highcharts-title {
1094
- fill: #333333;
1095
- font-size: 1.5em; }
1096
- .video-js .cv-engagement-chart .highcharts-subtitle {
1097
- fill: #666666;
1098
- font-size: 1em; }
1099
- .video-js .cv-engagement-chart .highcharts-axis-line {
1100
- fill: none;
1101
- stroke: #ccd6eb; }
1102
- .video-js .cv-engagement-chart .highcharts-yaxis .highcharts-axis-line {
1103
- stroke-width: 0; }
1104
- .video-js .cv-engagement-chart .highcharts-axis-title {
1105
- fill: #666666; }
1106
- .video-js .cv-engagement-chart .highcharts-axis-labels {
1107
- fill: #666666;
1108
- cursor: default;
1109
- font-size: 0.9em; }
1110
- .video-js .cv-engagement-chart .highcharts-grid-line {
1111
- fill: none;
1112
- stroke: #e6e6e6; }
1113
- .video-js .cv-engagement-chart .highcharts-xaxis-grid .highcharts-grid-line {
1114
- stroke-width: 0px; }
1115
- .video-js .cv-engagement-chart .highcharts-tick {
1116
- stroke: #ccd6eb; }
1117
- .video-js .cv-engagement-chart .highcharts-yaxis .highcharts-tick {
1118
- stroke-width: 0; }
1119
- .video-js .cv-engagement-chart .highcharts-minor-grid-line {
1120
- stroke: #f2f2f2; }
1121
- .video-js .cv-engagement-chart .highcharts-crosshair-thin {
1122
- stroke-width: 1px;
1123
- stroke: #cccccc; }
1124
- .video-js .cv-engagement-chart .highcharts-crosshair-category {
1125
- stroke: #ccd6eb;
1126
- stroke-opacity: 0.25; }
1127
- .video-js .cv-engagement-chart .highcharts-credits {
1128
- cursor: pointer;
1129
- fill: #999999;
1130
- font-size: 0.7em;
1131
- transition: fill 250ms, font-size 250ms; }
1132
- .video-js .cv-engagement-chart .highcharts-credits:hover {
1133
- fill: black;
1134
- font-size: 1em; }
1135
- .video-js .cv-engagement-chart .highcharts-tooltip {
1136
- cursor: default;
1137
- pointer-events: none;
1138
- white-space: nowrap;
1139
- transition: stroke 150ms; }
1140
- .video-js .cv-engagement-chart .highcharts-tooltip text {
1141
- fill: #333333; }
1142
- .video-js .cv-engagement-chart .highcharts-tooltip .highcharts-header {
1143
- font-size: 0.85em; }
1144
- .video-js .cv-engagement-chart .highcharts-tooltip-box {
1145
- stroke-width: 1px;
1146
- fill: #f7f7f7;
1147
- fill-opacity: 0.85; }
1148
- .video-js .cv-engagement-chart .highcharts-tooltip-box .highcharts-label-box {
1149
- fill: #f7f7f7;
1150
- fill-opacity: 0.85; }
1151
- .video-js .cv-engagement-chart div.highcharts-tooltip {
1152
- filter: none; }
1153
- .video-js .cv-engagement-chart .highcharts-selection-marker {
1154
- fill: #335cad;
1155
- fill-opacity: 0.25; }
1156
- .video-js .cv-engagement-chart .highcharts-graph {
1157
- fill: none;
1158
- stroke-width: 2px;
1159
- stroke-linecap: round;
1160
- stroke-linejoin: round; }
1161
- .video-js .cv-engagement-chart .highcharts-empty-series {
1162
- stroke-width: 1px;
1163
- fill: none;
1164
- stroke: #cccccc; }
1165
- .video-js .cv-engagement-chart .highcharts-state-hover .highcharts-graph {
1166
- stroke-width: 3; }
1167
- .video-js .cv-engagement-chart .highcharts-point-inactive {
1168
- opacity: 0.2;
1169
- transition: opacity 50ms;
1170
- /* quick in */ }
1171
- .video-js .cv-engagement-chart .highcharts-series-inactive {
1172
- opacity: 0.2;
1173
- transition: opacity 50ms;
1174
- /* quick in */ }
1175
- .video-js .cv-engagement-chart .highcharts-state-hover path {
1176
- transition: stroke-width 50ms;
1177
- /* quick in */ }
1178
- .video-js .cv-engagement-chart .highcharts-state-normal path {
1179
- transition: stroke-width 250ms;
1180
- /* slow out */ }
1181
- .video-js .cv-engagement-chart g.highcharts-series,
1182
- .video-js .cv-engagement-chart .highcharts-point,
1183
- .video-js .cv-engagement-chart .highcharts-markers,
1184
- .video-js .cv-engagement-chart .highcharts-data-labels {
1185
- transition: opacity 250ms; }
1186
- .video-js .cv-engagement-chart .highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
1187
- .video-js .cv-engagement-chart .highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
1188
- .video-js .cv-engagement-chart .highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
1189
- .video-js .cv-engagement-chart .highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
1190
- opacity: 0.2; }
1191
- .video-js .cv-engagement-chart .highcharts-color-0 {
1192
- fill: "blue" #33AEFF;
1193
- stroke: "blue" #33AEFF; }
1194
- .video-js .cv-engagement-chart .highcharts-color-1 {
1195
- fill: "indigo" #7A76E8;
1196
- stroke: "indigo" #7A76E8; }
1197
- .video-js .cv-engagement-chart .highcharts-color-2 {
1198
- fill: "purple" #B679C7;
1199
- stroke: "purple" #B679C7; }
1200
- .video-js .cv-engagement-chart .highcharts-color-3 {
1201
- fill: "pink" #F7847B;
1202
- stroke: "pink" #F7847B; }
1203
- .video-js .cv-engagement-chart .highcharts-color-4 {
1204
- fill: "red" #FF3333;
1205
- stroke: "red" #FF3333; }
1206
- .video-js .cv-engagement-chart .highcharts-color-5 {
1207
- fill: "orange" #FF9300;
1208
- stroke: "orange" #FF9300; }
1209
- .video-js .cv-engagement-chart .highcharts-color-6 {
1210
- fill: "yellow" #FFAA3A;
1211
- stroke: "yellow" #FFAA3A; }
1212
- .video-js .cv-engagement-chart .highcharts-color-7 {
1213
- fill: "green" #1CA217;
1214
- stroke: "green" #1CA217; }
1215
- .video-js .cv-engagement-chart .highcharts-color-8 {
1216
- fill: "teal" #40BCC3;
1217
- stroke: "teal" #40BCC3; }
1218
- .video-js .cv-engagement-chart .highcharts-color-9 {
1219
- fill: "cyan" #40C2BB;
1220
- stroke: "cyan" #40C2BB; }
1221
- .video-js .cv-engagement-chart .highcharts-color-10 {
1222
- fill: "white" #fff;
1223
- stroke: "white" #fff; }
1224
- .video-js .cv-engagement-chart .highcharts-color-11 {
1225
- fill: "gray" #979797;
1226
- stroke: "gray" #979797; }
1227
- .video-js .cv-engagement-chart .highcharts-color-12 {
1228
- fill: "gray-dark" #5B5E68;
1229
- stroke: "gray-dark" #5B5E68; }
1230
- .video-js .cv-engagement-chart .highcharts-area {
1231
- fill-opacity: 0.75;
1232
- stroke-width: 0; }
1233
- .video-js .cv-engagement-chart .highcharts-markers {
1234
- stroke-width: 1px;
1235
- stroke: #ffffff; }
1236
- .video-js .cv-engagement-chart .highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
1237
- .video-js .cv-engagement-chart .highcharts-a11y-marker-hidden {
1238
- opacity: 0; }
1239
- .video-js .cv-engagement-chart .highcharts-point {
1240
- stroke-width: 1px; }
1241
- .video-js .cv-engagement-chart .highcharts-dense-data .highcharts-point {
1242
- stroke-width: 0; }
1243
- .video-js .cv-engagement-chart .highcharts-data-label {
1244
- font-size: 0.9em;
1245
- font-weight: bold; }
1246
- .video-js .cv-engagement-chart .highcharts-data-label-box {
1247
- fill: none;
1248
- stroke-width: 0; }
1249
- .video-js .cv-engagement-chart .highcharts-data-label text, .video-js .cv-engagement-chart text.highcharts-data-label {
1250
- fill: #333333; }
1251
- .video-js .cv-engagement-chart .highcharts-data-label-connector {
1252
- fill: none; }
1253
- .video-js .cv-engagement-chart .highcharts-data-label-hidden {
1254
- pointer-events: none; }
1255
- .video-js .cv-engagement-chart .highcharts-halo {
1256
- fill-opacity: 0.25;
1257
- stroke-width: 0; }
1258
- .video-js .cv-engagement-chart .highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,
1259
- .video-js .cv-engagement-chart .highcharts-markers .highcharts-point-select {
1260
- fill: #cccccc;
1261
- stroke: #000000; }
1262
- .video-js .cv-engagement-chart .highcharts-column-series rect.highcharts-point {
1263
- stroke: #ffffff; }
1264
- .video-js .cv-engagement-chart .highcharts-column-series .highcharts-point {
1265
- transition: fill-opacity 250ms; }
1266
- .video-js .cv-engagement-chart .highcharts-column-series .highcharts-point-hover {
1267
- fill-opacity: 0.75;
1268
- transition: fill-opacity 50ms; }
1269
- .video-js .cv-engagement-chart .highcharts-pie-series .highcharts-point {
1270
- stroke-linejoin: round;
1271
- stroke: #ffffff; }
1272
- .video-js .cv-engagement-chart .highcharts-pie-series .highcharts-point-hover {
1273
- fill-opacity: 0.75;
1274
- transition: fill-opacity 50ms; }
1275
- .video-js .cv-engagement-chart .highcharts-funnel-series .highcharts-point {
1276
- stroke-linejoin: round;
1277
- stroke: #ffffff; }
1278
- .video-js .cv-engagement-chart .highcharts-funnel-series .highcharts-point-hover {
1279
- fill-opacity: 0.75;
1280
- transition: fill-opacity 50ms; }
1281
- .video-js .cv-engagement-chart .highcharts-funnel-series .highcharts-point-select {
1282
- fill: inherit;
1283
- stroke: inherit; }
1284
- .video-js .cv-engagement-chart .highcharts-pyramid-series .highcharts-point {
1285
- stroke-linejoin: round;
1286
- stroke: #ffffff; }
1287
- .video-js .cv-engagement-chart .highcharts-pyramid-series .highcharts-point-hover {
1288
- fill-opacity: 0.75;
1289
- transition: fill-opacity 50ms; }
1290
- .video-js .cv-engagement-chart .highcharts-pyramid-series .highcharts-point-select {
1291
- fill: inherit;
1292
- stroke: inherit; }
1293
- .video-js .cv-engagement-chart .highcharts-solidgauge-series .highcharts-point {
1294
- stroke-width: 0; }
1295
- .video-js .cv-engagement-chart .highcharts-treemap-series .highcharts-point {
1296
- stroke-width: 1px;
1297
- stroke: #e6e6e6;
1298
- transition: stroke 250ms, fill 250ms, fill-opacity 250ms; }
1299
- .video-js .cv-engagement-chart .highcharts-treemap-series .highcharts-point-hover {
1300
- stroke: #999999;
1301
- transition: stroke 25ms, fill 25ms, fill-opacity 25ms; }
1302
- .video-js .cv-engagement-chart .highcharts-treemap-series .highcharts-above-level {
1303
- display: none; }
1304
- .video-js .cv-engagement-chart .highcharts-treemap-series .highcharts-internal-node {
1305
- fill: none; }
1306
- .video-js .cv-engagement-chart .highcharts-treemap-series .highcharts-internal-node-interactive {
1307
- fill-opacity: 0.15;
1308
- cursor: pointer; }
1309
- .video-js .cv-engagement-chart .highcharts-treemap-series .highcharts-internal-node-interactive:hover {
1310
- fill-opacity: 0.75; }
1311
- .video-js .cv-engagement-chart .highcharts-vector-series .highcharts-point {
1312
- fill: none;
1313
- stroke-width: 2px; }
1314
- .video-js .cv-engagement-chart .highcharts-windbarb-series .highcharts-point {
1315
- fill: none;
1316
- stroke-width: 2px; }
1317
- .video-js .cv-engagement-chart .highcharts-lollipop-stem {
1318
- stroke: #000000; }
1319
- .video-js .cv-engagement-chart .highcharts-focus-border {
1320
- fill: none;
1321
- stroke-width: 2px; }
1322
- .video-js .cv-engagement-chart .highcharts-legend-item-hidden .highcharts-focus-border {
1323
- fill: none !important; }
1324
- .video-js .cv-engagement-chart .highcharts-legend-box {
1325
- fill: none;
1326
- stroke-width: 0; }
1327
- .video-js .cv-engagement-chart .highcharts-legend-item > text {
1328
- fill: #333333;
1329
- font-weight: bold;
1330
- font-size: 1em;
1331
- cursor: pointer;
1332
- stroke-width: 0; }
1333
- .video-js .cv-engagement-chart .highcharts-legend-item:hover text {
1334
- fill: #000000; }
1335
- .video-js .cv-engagement-chart .highcharts-legend-item-hidden * {
1336
- fill: #cccccc !important;
1337
- stroke: #cccccc !important;
1338
- transition: fill 250ms; }
1339
- .video-js .cv-engagement-chart .highcharts-legend-nav-active {
1340
- fill: #003399;
1341
- cursor: pointer; }
1342
- .video-js .cv-engagement-chart .highcharts-legend-nav-inactive {
1343
- fill: #cccccc; }
1344
- .video-js .cv-engagement-chart circle.highcharts-legend-nav-active, .video-js .cv-engagement-chart circle.highcharts-legend-nav-inactive {
1345
- /* tracker */
1346
- fill: rgba(192, 192, 192, 0.0001); }
1347
- .video-js .cv-engagement-chart .highcharts-legend-title-box {
1348
- fill: none;
1349
- stroke-width: 0; }
1350
- .video-js .cv-engagement-chart .highcharts-bubble-legend-symbol {
1351
- stroke-width: 2;
1352
- fill-opacity: 0.5; }
1353
- .video-js .cv-engagement-chart .highcharts-bubble-legend-connectors {
1354
- stroke-width: 1; }
1355
- .video-js .cv-engagement-chart .highcharts-bubble-legend-labels {
1356
- fill: #333333; }
1357
- .video-js .cv-engagement-chart .highcharts-loading {
1358
- position: absolute;
1359
- background-color: #ffffff;
1360
- opacity: 0.5;
1361
- text-align: center;
1362
- z-index: 10;
1363
- transition: opacity 250ms; }
1364
- .video-js .cv-engagement-chart .highcharts-loading-hidden {
1365
- height: 0 !important;
1366
- opacity: 0;
1367
- overflow: hidden;
1368
- transition: opacity 250ms, height 250ms step-end; }
1369
- .video-js .cv-engagement-chart .highcharts-loading-inner {
1370
- font-weight: bold;
1371
- position: relative;
1372
- top: 45%; }
1373
- .video-js .cv-engagement-chart .highcharts-plot-band, .video-js .cv-engagement-chart .highcharts-pane {
1374
- fill: #000000;
1375
- fill-opacity: 0.05; }
1376
- .video-js .cv-engagement-chart .highcharts-plot-line {
1377
- fill: none;
1378
- stroke: #999999;
1379
- stroke-width: 1px; }
1380
- .video-js .cv-engagement-chart .highcharts-boxplot-box {
1381
- fill: #ffffff; }
1382
- .video-js .cv-engagement-chart .highcharts-boxplot-median {
1383
- stroke-width: 2px; }
1384
- .video-js .cv-engagement-chart .highcharts-bubble-series .highcharts-point {
1385
- fill-opacity: 0.5; }
1386
- .video-js .cv-engagement-chart .highcharts-errorbar-series .highcharts-point {
1387
- stroke: #000000; }
1388
- .video-js .cv-engagement-chart .highcharts-gauge-series .highcharts-data-label-box {
1389
- stroke: #cccccc;
1390
- stroke-width: 1px; }
1391
- .video-js .cv-engagement-chart .highcharts-gauge-series .highcharts-dial {
1392
- fill: #000000;
1393
- stroke-width: 0; }
1394
- .video-js .cv-engagement-chart .highcharts-polygon-series .highcharts-graph {
1395
- fill: inherit;
1396
- stroke-width: 0; }
1397
- .video-js .cv-engagement-chart .highcharts-waterfall-series .highcharts-graph {
1398
- stroke: #333333;
1399
- stroke-dasharray: 1, 3; }
1400
- .video-js .cv-engagement-chart .highcharts-sankey-series .highcharts-point {
1401
- stroke-width: 0; }
1402
- .video-js .cv-engagement-chart .highcharts-sankey-series .highcharts-link {
1403
- transition: fill 250ms, fill-opacity 250ms;
1404
- fill-opacity: 0.5; }
1405
- .video-js .cv-engagement-chart .highcharts-sankey-series .highcharts-point-hover.highcharts-link {
1406
- transition: fill 50ms, fill-opacity 50ms;
1407
- fill-opacity: 1; }
1408
- .video-js .cv-engagement-chart .highcharts-venn-series .highcharts-point {
1409
- fill-opacity: 0.75;
1410
- stroke: #cccccc;
1411
- transition: stroke 250ms, fill-opacity 250ms; }
1412
- .video-js .cv-engagement-chart .highcharts-venn-series .highcharts-point-hover {
1413
- fill-opacity: 1;
1414
- stroke: #cccccc; }
1415
- .video-js .cv-engagement-chart .highcharts-navigator-mask-outside {
1416
- fill-opacity: 0; }
1417
- .video-js .cv-engagement-chart .highcharts-navigator-mask-inside {
1418
- fill: #6685c2;
1419
- /* navigator.maskFill option */
1420
- fill-opacity: 0.25;
1421
- cursor: ew-resize; }
1422
- .video-js .cv-engagement-chart .highcharts-navigator-outline {
1423
- stroke: #cccccc;
1424
- fill: none; }
1425
- .video-js .cv-engagement-chart .highcharts-navigator-handle {
1426
- stroke: #cccccc;
1427
- fill: #f2f2f2;
1428
- cursor: ew-resize; }
1429
- .video-js .cv-engagement-chart .highcharts-navigator-series {
1430
- fill: #335cad;
1431
- stroke: #335cad; }
1432
- .video-js .cv-engagement-chart .highcharts-navigator-series .highcharts-graph {
1433
- stroke-width: 1px; }
1434
- .video-js .cv-engagement-chart .highcharts-navigator-series .highcharts-area {
1435
- fill-opacity: 0.05; }
1436
- .video-js .cv-engagement-chart .highcharts-navigator-xaxis .highcharts-axis-line {
1437
- stroke-width: 0; }
1438
- .video-js .cv-engagement-chart .highcharts-navigator-xaxis .highcharts-grid-line {
1439
- stroke-width: 1px;
1440
- stroke: #e6e6e6; }
1441
- .video-js .cv-engagement-chart .highcharts-navigator-xaxis.highcharts-axis-labels {
1442
- fill: #999999; }
1443
- .video-js .cv-engagement-chart .highcharts-navigator-yaxis .highcharts-grid-line {
1444
- stroke-width: 0; }
1445
- .video-js .cv-engagement-chart .highcharts-scrollbar-thumb {
1446
- fill: #cccccc;
1447
- stroke: #cccccc;
1448
- stroke-width: 1px; }
1449
- .video-js .cv-engagement-chart .highcharts-scrollbar-button {
1450
- fill: #e6e6e6;
1451
- stroke: #cccccc;
1452
- stroke-width: 1px; }
1453
- .video-js .cv-engagement-chart .highcharts-scrollbar-arrow {
1454
- fill: #666666; }
1455
- .video-js .cv-engagement-chart .highcharts-scrollbar-rifles {
1456
- stroke: #666666;
1457
- stroke-width: 1px; }
1458
- .video-js .cv-engagement-chart .highcharts-scrollbar-track {
1459
- fill: #f2f2f2;
1460
- stroke: #f2f2f2;
1461
- stroke-width: 1px; }
1462
- .video-js .cv-engagement-chart .highcharts-button {
1463
- fill: #f7f7f7;
1464
- stroke: #cccccc;
1465
- cursor: default;
1466
- stroke-width: 1px;
1467
- transition: fill 250ms; }
1468
- .video-js .cv-engagement-chart .highcharts-button text {
1469
- fill: #333333; }
1470
- .video-js .cv-engagement-chart .highcharts-button-hover {
1471
- transition: fill 0ms;
1472
- fill: #e6e6e6;
1473
- stroke: #cccccc; }
1474
- .video-js .cv-engagement-chart .highcharts-button-hover text {
1475
- fill: #333333; }
1476
- .video-js .cv-engagement-chart .highcharts-button-pressed {
1477
- font-weight: bold;
1478
- fill: #e6ebf5;
1479
- stroke: #cccccc; }
1480
- .video-js .cv-engagement-chart .highcharts-button-pressed text {
1481
- fill: #333333;
1482
- font-weight: bold; }
1483
- .video-js .cv-engagement-chart .highcharts-button-disabled text {
1484
- fill: #333333; }
1485
- .video-js .cv-engagement-chart .highcharts-range-selector-buttons .highcharts-button {
1486
- stroke-width: 0px; }
1487
- .video-js .cv-engagement-chart .highcharts-range-label rect {
1488
- fill: none; }
1489
- .video-js .cv-engagement-chart .highcharts-range-label text {
1490
- fill: #666666; }
1491
- .video-js .cv-engagement-chart .highcharts-range-input rect {
1492
- fill: none; }
1493
- .video-js .cv-engagement-chart .highcharts-range-input text {
1494
- fill: #333333; }
1495
- .video-js .cv-engagement-chart .highcharts-range-input {
1496
- stroke-width: 1px;
1497
- stroke: #cccccc; }
1498
- .video-js .cv-engagement-chart input.highcharts-range-selector {
1499
- position: absolute;
1500
- border: 0;
1501
- width: 1px;
1502
- /* Chrome needs a pixel to see it */
1503
- height: 1px;
1504
- padding: 0;
1505
- text-align: center;
1506
- left: -9em;
1507
- /* #4798 */ }
1508
- .video-js .cv-engagement-chart .highcharts-crosshair-label text {
1509
- fill: #ffffff;
1510
- font-size: 1.1em; }
1511
- .video-js .cv-engagement-chart .highcharts-crosshair-label .highcharts-label-box {
1512
- fill: inherit; }
1513
- .video-js .cv-engagement-chart .highcharts-candlestick-series .highcharts-point {
1514
- stroke: #000000;
1515
- stroke-width: 1px; }
1516
- .video-js .cv-engagement-chart .highcharts-candlestick-series .highcharts-point-up {
1517
- fill: #ffffff; }
1518
- .video-js .cv-engagement-chart .highcharts-ohlc-series .highcharts-point-hover {
1519
- stroke-width: 3px; }
1520
- .video-js .cv-engagement-chart .highcharts-flags-series .highcharts-point .highcharts-label-box {
1521
- stroke: #999999;
1522
- fill: #ffffff;
1523
- transition: fill 250ms; }
1524
- .video-js .cv-engagement-chart .highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
1525
- stroke: #000000;
1526
- fill: #ccd6eb; }
1527
- .video-js .cv-engagement-chart .highcharts-flags-series .highcharts-point text {
1528
- fill: #000000;
1529
- font-size: 0.9em;
1530
- font-weight: bold; }
1531
- .video-js .cv-engagement-chart .highcharts-map-series .highcharts-point {
1532
- transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
1533
- stroke: #cccccc; }
1534
- .video-js .cv-engagement-chart .highcharts-map-series .highcharts-point-hover {
1535
- transition: fill 0ms, fill-opacity 0ms;
1536
- fill-opacity: 0.5;
1537
- stroke-width: 2px; }
1538
- .video-js .cv-engagement-chart .highcharts-mapline-series .highcharts-point {
1539
- fill: none; }
1540
- .video-js .cv-engagement-chart .highcharts-heatmap-series .highcharts-point {
1541
- stroke-width: 0; }
1542
- .video-js .cv-engagement-chart .highcharts-map-navigation {
1543
- font-size: 1.3em;
1544
- font-weight: bold;
1545
- text-align: center; }
1546
- .video-js .cv-engagement-chart .highcharts-coloraxis {
1547
- stroke-width: 0; }
1548
- .video-js .cv-engagement-chart .highcharts-coloraxis-marker {
1549
- fill: #999999; }
1550
- .video-js .cv-engagement-chart .highcharts-null-point {
1551
- fill: #f7f7f7; }
1552
- .video-js .cv-engagement-chart .highcharts-3d-frame {
1553
- fill: transparent; }
1554
- .video-js .cv-engagement-chart .highcharts-contextbutton {
1555
- fill: #ffffff;
1556
- /* needed to capture hover */
1557
- stroke: none;
1558
- stroke-linecap: round; }
1559
- .video-js .cv-engagement-chart .highcharts-contextbutton:hover {
1560
- fill: #e6e6e6;
1561
- stroke: #e6e6e6; }
1562
- .video-js .cv-engagement-chart .highcharts-button-symbol {
1563
- stroke: #666666;
1564
- stroke-width: 3px; }
1565
- .video-js .cv-engagement-chart .highcharts-menu {
1566
- border: 1px solid #999999;
1567
- background: #ffffff;
1568
- padding: 5px 0;
1569
- box-shadow: 3px 3px 10px #888; }
1570
- .video-js .cv-engagement-chart .highcharts-menu-item {
1571
- padding: 0.5em 1em;
1572
- background: none;
1573
- color: #333333;
1574
- cursor: pointer;
1575
- transition: background 250ms, color 250ms; }
1576
- .video-js .cv-engagement-chart .highcharts-menu-item:hover {
1577
- background: #335cad;
1578
- color: #ffffff; }
1579
- .video-js .cv-engagement-chart .highcharts-drilldown-point {
1580
- cursor: pointer; }
1581
- .video-js .cv-engagement-chart .highcharts-drilldown-data-label text,
1582
- .video-js .cv-engagement-chart text.highcharts-drilldown-data-label,
1583
- .video-js .cv-engagement-chart .highcharts-drilldown-axis-label {
1584
- cursor: pointer;
1585
- fill: #003399;
1586
- font-weight: bold;
1587
- text-decoration: underline; }
1588
- .video-js .cv-engagement-chart .highcharts-no-data text {
1589
- font-weight: bold;
1590
- font-size: 12px;
1591
- fill: #666666; }
1592
- .video-js .cv-engagement-chart .highcharts-axis-resizer {
1593
- cursor: ns-resize;
1594
- stroke: black;
1595
- stroke-width: 2px; }
1596
- .video-js .cv-engagement-chart .highcharts-bullet-target {
1597
- stroke-width: 0; }
1598
- .video-js .cv-engagement-chart .highcharts-lineargauge-target {
1599
- stroke-width: 1px;
1600
- stroke: #333333; }
1601
- .video-js .cv-engagement-chart .highcharts-lineargauge-target-line {
1602
- stroke-width: 1px;
1603
- stroke: #333333; }
1604
- .video-js .cv-engagement-chart .highcharts-annotation-label-box {
1605
- stroke-width: 1px;
1606
- stroke: #000000;
1607
- fill: #000000;
1608
- fill-opacity: 0.75; }
1609
- .video-js .cv-engagement-chart .highcharts-annotation-label text {
1610
- fill: #e6e6e6; }
1611
- .video-js .cv-engagement-chart .highcharts-treegrid-node-collapsed, .video-js .cv-engagement-chart .highcharts-treegrid-node-expanded {
1612
- cursor: pointer; }
1613
- .video-js .cv-engagement-chart .highcharts-point-connecting-path {
1614
- fill: none; }
1615
- .video-js .cv-engagement-chart .highcharts-grid-axis .highcharts-tick {
1616
- stroke-width: 1px; }
1617
- .video-js .cv-engagement-chart .highcharts-grid-axis .highcharts-axis-line {
1618
- stroke-width: 1px; }
1619
- .video-js .cv-engagement-chart .highcharts-background {
1620
- fill: none; }
1621
- .video-js .cv-engagement-chart #area-gradient stop {
1622
- stop-color: #fff; }
1623
- .video-js .cv-engagement-chart #area-gradient stop[offset="0"] {
1624
- stop-opacity: 0.25; }
1625
- .video-js .cv-engagement-chart #area-gradient stop[offset="1"] {
1626
- stop-opacity: 0.75; }
1627
- .video-js .cv-engagement-chart .highcharts-series {
1628
- fill: #fff;
1629
- stroke: #fff;
1630
- stroke-width: 1; }
1631
- .video-js .cv-engagement-chart .highcharts-series .highcharts-area {
1632
- fill-opacity: 1;
1633
- fill: url(#area-gradient); }
1634
- .video-js .cv-engagement-chart .highcharts-tooltip {
1635
- color: #333333;
1636
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1637
- font-size: 0.875rem; }
1638
- .video-js .cv-engagement-chart .highcharts-tooltip-box {
1639
- fill: none;
1640
- stroke-width: 0; }
1641
- .video-js .cv-engagement-chart .cv-engagement-tooltip {
1642
- padding: 0.6em;
1643
- box-shadow: 0 0.5rem 1rem rgba(51, 51, 51, 0.15);
1644
- stroke: #fff;
1645
- stroke-width: 0.1; }
1646
- .video-js .cv-engagement-chart .cv-engagement-tooltip .cv-view-count-container {
1647
- padding: 0.5em;
1648
- margin-top: 0.5em; }
1649
- .video-js .cv-engagement-chart .cv-engagement-tooltip .cv-view-count {
1650
- margin-left: 0.5em; }
1651
-
1652
- .video-js .cv-engagement-timepoint-indicator {
1653
- border-left: 2px dashed #4E9ACE;
1654
- margin-left: -1px;
1655
- position: absolute;
1656
- top: 0;
1657
- bottom: 0;
1658
- opacity: 0;
1659
- visibility: hidden;
1660
- z-index: 5; }
1661
- .video-js .cv-engagement-timepoint-indicator.cv-engagement-timepoint-indicator-visible {
1662
- opacity: 1;
1663
- visibility: visible; }
1664
-
1665
- .video-js.vjs-fullscreen .cv-engagement-tooltip {
1666
- font-size: 1.3125rem; }
1667
- .video-js.vjs-fullscreen .cv-engagement-tooltip .interaction-type-icon {
1668
- width: 1.3125rem;
1669
- height: 1.3125rem; }
1670
-
1671
- .video-js .cv-interactive-bar-item {
1672
- width: 0;
1673
- top: -200%;
1674
- bottom: -200%;
1675
- position: absolute;
1676
- height: auto; }
1677
- .video-js .cv-interactive-bar-item .vjs-icon-placeholder {
1678
- left: -0.3em;
1679
- width: 0.6em;
1680
- position: absolute;
1681
- border-radius: 0.5em;
1682
- z-index: 9;
1683
- top: 0;
1684
- bottom: 0; }
1685
-
1686
- .video-js .vjs-progress-holder:hover .cv-interactive-bar-item .vjs-icon-placeholder {
1687
- left: -0.18em;
1688
- width: 0.36em;
1689
- border-radius: 0.3em; }
1690
-
1691
- .video-js .vjs-progress-holder:hover .cv-interactive-bar-item:hover .vjs-icon-placeholder, .video-js .vjs-progress-holder:hover .cv-interactive-bar-item:focus .vjs-icon-placeholder {
1692
- width: 0.6em;
1693
- left: -0.3em;
1694
- top: -0.24em;
1695
- bottom: -0.24em;
1696
- z-index: 10; }
1697
-
1698
- .video-js .cv-interactive-bar-items {
1699
- position: relative;
1700
- height: 100%; }
1701
-
1702
- .video-js.cv-interactive-plugin {
1703
- overflow: hidden; }
1704
-
1705
- .video-js .cv-interaction-field-label {
1706
- font-size: 0.875rem;
1707
- font-weight: 600; }
1708
-
1709
- .video-js .cv-interactive-question {
1710
- color: #313543;
1711
- font-size: 1rem; }
1712
-
1713
- .video-js .cv-avatar-container {
1714
- width: 2.1875rem;
1715
- height: 2.1875rem;
1716
- position: absolute;
1717
- right: 0.625rem;
1718
- top: 50%;
1719
- transform: translateY(-50%); }
1720
- .video-js .cv-avatar-container.cv-avatar-bottom-right {
1721
- top: auto;
1722
- bottom: 0.625rem;
1723
- transform: none; }
1724
-
1725
- @media (min-width: 1201px) {
1726
- .video-js.cv-create-interactives {
1727
- width: 70%;
1728
- padding-top: 39.375%; }
1729
- .video-js.cv-create-interactives.cv-interactive-plugin {
1730
- overflow: visible; }
1731
- .video-js.cv-create-interactives .cv-add-question,
1732
- .video-js.cv-create-interactives .cv-adding-first-cancel {
1733
- display: none; }
1734
- .video-js.cv-create-interactives .cv-interactive {
1735
- transition: none;
1736
- right: -42.85714%;
1737
- width: 42.85714%;
1738
- background-color: #f8f8f8; } }
1739
-
1740
- .video-js.cv-reports-player .vjs-control-bar {
1741
- display: block;
1742
- height: auto; }
1743
-
1744
- .video-js.cv-reports-player .vjs-control-bar,
1745
- .video-js.cv-reports-player .cv-collapsorator {
1746
- z-index: 15; }
1747
-
1748
- .video-js.cv-reports-player .cv-collapsorator.cv-collapsorator-ready {
1749
- display: flex;
1750
- visibility: visible;
1751
- opacity: 1;
1752
- padding-left: 0;
1753
- padding-right: 0; }
1754
-
1755
- .video-js.cv-reports-player.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
1756
- .video-js.cv-reports-player.vjs-has-started.vjs-user-inactive.vjs-playing .cv-collapsorator {
1757
- opacity: 1; }
1758
-
1759
- .video-js.cv-reports-player .vjs-time-control,
1760
- .video-js.cv-reports-player .vjs-progress-control {
1761
- padding-left: 0.5em;
1762
- padding-right: 0.5em; }
1763
-
1764
- .video-js.cv-reports-player .vjs-poster {
1765
- cursor: default; }
1766
-
1767
- .video-js.cv-reports-player .vjs-big-play-button {
1768
- display: none; }
1769
-
1770
- .cv--heatMap--3eiuN, .cv--legend--2Ubvw {
1771
- opacity: 0.85; }
1772
-
1773
- .cv--playerContainer--1-TM0 {
1774
- position: absolute;
1775
- top: 0;
1776
- bottom: 0;
1777
- left: 0;
1778
- right: 0; }
1779
-
1780
- .cv--playerPlaceholder--2Gd0W {
1781
- width: 100%;
1782
- padding-bottom: 56.25%; }
1783
-
1784
- .cv--heatMapContainer--2mepP {
1785
- padding-left: 0.3125rem;
1786
- padding-right: 0.3125rem; }
1787
-
1788
- .cv--heatMap--3QIok {
1789
- height: 2rem; }
1790
-
1791
- .cv--heatMapTimepointIndicator--3EouS {
1792
- border-left: 0.125rem dashed #4E9ACE;
1793
- margin-left: -0.0625rem;
1794
- position: absolute;
1795
- top: 0;
1796
- bottom: 0;
1797
- opacity: 0;
1798
- visibility: hidden; }
1799
- .cv--heatMapTimepointIndicator--3EouS.cv--heatMapTimepointIndicatorVisible--1472A {
1800
- opacity: 1;
1801
- visibility: visible; }
1802
-
1803
- .cv--partialLoadingContainer--1Z2fg {
1804
- height: 24.015625rem; }
1805
-
1806
- .cv--heatMap--29m1b {
1807
- height: 1rem; }
1808
-