@imposium-hub/components 1.45.4 → 1.45.5

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.
@@ -0,0 +1,2673 @@
1
+ html,
2
+ body {
3
+ border: 0;
4
+ font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
5
+ line-height: 1.5;
6
+ margin: 0;
7
+ padding: 0;
8
+ }
9
+ div,
10
+ span,
11
+ object,
12
+ iframe,
13
+ img,
14
+ table,
15
+ caption,
16
+ thead,
17
+ tbody,
18
+ tfoot,
19
+ tr,
20
+ tr,
21
+ td,
22
+ article,
23
+ aside,
24
+ canvas,
25
+ details,
26
+ figure,
27
+ hgroup,
28
+ menu,
29
+ nav,
30
+ footer,
31
+ header,
32
+ section,
33
+ summary,
34
+ mark,
35
+ audio,
36
+ video {
37
+ border: 0;
38
+ margin: 0;
39
+ padding: 0;
40
+ }
41
+ h1,
42
+ h2,
43
+ h3,
44
+ h4,
45
+ h5,
46
+ h6,
47
+ p,
48
+ blockquote,
49
+ pre,
50
+ a,
51
+ abbr,
52
+ address,
53
+ cit,
54
+ code,
55
+ del,
56
+ dfn,
57
+ em,
58
+ ins,
59
+ q,
60
+ samp,
61
+ small,
62
+ strong,
63
+ sub,
64
+ sup,
65
+ b,
66
+ i,
67
+ hr,
68
+ dl,
69
+ dt,
70
+ dd,
71
+ ol,
72
+ ul,
73
+ li,
74
+ fieldset,
75
+ legend,
76
+ label {
77
+ border: 0;
78
+ font-size: 100%;
79
+ vertical-align: baseline;
80
+ margin: 0;
81
+ padding: 0;
82
+ }
83
+ article,
84
+ aside,
85
+ canvas,
86
+ figure,
87
+ figure img,
88
+ figcaption,
89
+ hgroup,
90
+ footer,
91
+ header,
92
+ nav,
93
+ section,
94
+ audio,
95
+ video {
96
+ display: block;
97
+ }
98
+ table {
99
+ border-collapse: separate;
100
+ border-spacing: 0;
101
+ }
102
+ table caption,
103
+ table th,
104
+ table td {
105
+ text-align: left;
106
+ vertical-align: middle;
107
+ }
108
+ a img {
109
+ border: 0;
110
+ }
111
+ :focus {
112
+ outline: 0;
113
+ }
114
+ input[type=number]::-webkit-inner-spin-button,
115
+ input[type=number]::-webkit-outer-spin-button {
116
+ -webkit-appearance: none;
117
+ margin: 0;
118
+ }
119
+ body {
120
+ font-family: 'Roboto Condensed', sans-serif;
121
+ font-weight: 500;
122
+ color: #dfdfdf;
123
+ font-size: 13px;
124
+ background: #272727;
125
+ }
126
+ body a {
127
+ color: #dfdfdf;
128
+ }
129
+ ::-webkit-scrollbar {
130
+ width: 10px;
131
+ height: 10px;
132
+ }
133
+ ::-webkit-scrollbar-track {
134
+ background: #161616;
135
+ }
136
+ ::-webkit-scrollbar-corner {
137
+ background: #161616;
138
+ }
139
+ ::-webkit-scrollbar-thumb {
140
+ background: #5f5f5f;
141
+ }
142
+ ::-webkit-scrollbar-thumb:hover {
143
+ background: #6c6c6c;
144
+ }
145
+ /*************************************/
146
+ /* ------------- GLOBAL ------------ */
147
+ /*************************************/
148
+ .layer {
149
+ position: absolute;
150
+ width: 100%;
151
+ height: 100%;
152
+ top: 0px;
153
+ left: 0px;
154
+ }
155
+ .chess {
156
+ background-size: 20px 20px;
157
+ background-position: 0 0;
158
+ background-image: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="5" height="5" fill="%23e4e4e4" /><rect x="5" y="5" width="5" height="5" fill="%23e4e4e4" /><rect x="5" y="0" width="5" height="5" fill="white" /><rect x="0" y="5" width="5" height="5" fill="white" /></svg>');
159
+ }
160
+ /*************************************/
161
+ /* ----------- TRANSISIONS --------- */
162
+ /*************************************/
163
+ /*************************************/
164
+ /* --------- MEDIA QUERIES --------- */
165
+ /*************************************/
166
+ .align-columns {
167
+ max-height: 300px;
168
+ overflow-y: auto;
169
+ }
170
+ .align-columns p {
171
+ margin: 10px 20px;
172
+ font-size: 15px;
173
+ }
174
+ .align-columns p.warning {
175
+ color: red;
176
+ }
177
+ .align-columns p.match-columns {
178
+ color: white;
179
+ }
180
+ .align-columns table {
181
+ margin: 15px auto;
182
+ width: 75%;
183
+ }
184
+ .align-columns table thead {
185
+ font-size: 20px;
186
+ }
187
+ .align-columns table thead tr th {
188
+ padding-left: 10px;
189
+ }
190
+ .align-columns table tbody {
191
+ font-size: 15px;
192
+ }
193
+ .align-columns table tbody tr td {
194
+ padding-top: 5px;
195
+ padding-bottom: 5px;
196
+ width: 50%;
197
+ }
198
+ .align-columns table tbody tr td.variable p {
199
+ margin: 0;
200
+ border: 1px solid gray;
201
+ padding-left: 10px;
202
+ color: white;
203
+ line-height: 1.5;
204
+ }
205
+ .align-columns table tbody tr td .form-field.select-field.no-label {
206
+ margin: 0;
207
+ }
208
+ .align-columns table tbody tr td .form-field.select-field.no-label select {
209
+ height: 25px;
210
+ border: 1px solid gray;
211
+ }
212
+ .align-columns table tbody tr td .form-field.select-field.no-label .caret {
213
+ color: white;
214
+ padding-top: 1px;
215
+ padding-right: 10px;
216
+ }
217
+ .align-columns table tbody tr td .form-field.select-field.no-label .caret .svg-inline--fa {
218
+ height: 20px;
219
+ }
220
+ .new-tag {
221
+ display: inline-block;
222
+ width: 150px;
223
+ height: 20px;
224
+ vertical-align: top;
225
+ margin-top: 1px;
226
+ margin-left: 2px;
227
+ }
228
+ .new-tag input {
229
+ width: 100%;
230
+ height: 20px;
231
+ display: inline-block;
232
+ background: none;
233
+ border: none;
234
+ color: #dfdfdf;
235
+ font-size: 12px;
236
+ box-sizing: border-box;
237
+ vertical-align: top;
238
+ border-radius: 0px;
239
+ appearance: none;
240
+ }
241
+ .new-tag input:hover {
242
+ background: rgba(0, 0, 0, 0.2);
243
+ }
244
+ .new-tag input:focus {
245
+ background: rgba(0, 0, 0, 0.2);
246
+ }
247
+ .asset-type-cell {
248
+ font-size: 1.2em;
249
+ margin-left: 4px;
250
+ }
251
+ .tags-wrapper {
252
+ display: inline-block;
253
+ }
254
+ .file-hidden {
255
+ display: none;
256
+ }
257
+ .uploads-menu {
258
+ width: 320px;
259
+ height: 175px;
260
+ overflow-y: auto;
261
+ display: flex;
262
+ flex-direction: column;
263
+ align-items: flex-end;
264
+ background: #272727;
265
+ }
266
+ .uploads-menu .uploads-controls {
267
+ width: 100%;
268
+ display: flex;
269
+ align-items: center;
270
+ justify-content: space-between;
271
+ padding: 5px;
272
+ }
273
+ .uploads-menu .uploads-list {
274
+ width: 100%;
275
+ box-sizing: border-box;
276
+ margin-top: 5px;
277
+ padding: 5px;
278
+ border-top: 1px solid #494949;
279
+ }
280
+ .uploads-menu .uploads-list .ongoing-upload {
281
+ display: flex;
282
+ flex-direction: column;
283
+ align-items: flex-start;
284
+ margin-bottom: 5px;
285
+ }
286
+ .uploads-menu .form-field {
287
+ vertical-align: top;
288
+ }
289
+ .uploads-menu .form-field label {
290
+ width: 120px;
291
+ }
292
+ .uploads-menu .form-field .form-field-content {
293
+ width: calc(100% - 120px);
294
+ }
295
+ .asset-filter {
296
+ padding: 7px;
297
+ border-bottom: 1px solid #494949;
298
+ background: #272727;
299
+ display: inline-block;
300
+ }
301
+ .asset-filter:hover {
302
+ background: #353535;
303
+ }
304
+ .assets-paginator {
305
+ width: 100%;
306
+ height: 25px;
307
+ background-color: #272727;
308
+ box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
309
+ border-top: 2px solid rgba(0, 0, 0, 0.1);
310
+ display: flex;
311
+ align-items: center;
312
+ justify-content: space-between;
313
+ }
314
+ .assets-paginator .total-assets {
315
+ border-radius: 3px;
316
+ background: #5f5f5f;
317
+ padding: 1px 4px;
318
+ font-size: 12px;
319
+ }
320
+ .assets-paginator .jump-to-wrapper {
321
+ display: flex;
322
+ align-items: center;
323
+ }
324
+ .assets-paginator .jump-to-wrapper .jump-to-page {
325
+ display: inline-block;
326
+ background: #1d1d1d;
327
+ border: none;
328
+ color: #dfdfdf;
329
+ font-size: 12px;
330
+ box-sizing: border-box;
331
+ vertical-align: top;
332
+ height: 20px;
333
+ width: 100%;
334
+ font-family: 'Roboto Condensed', sans-serif;
335
+ border-radius: 0;
336
+ appearance: none;
337
+ width: 30px;
338
+ margin: 0 3px;
339
+ }
340
+ .assets-paginator .jump-to-wrapper .jump-to-page:hover {
341
+ background: #151515;
342
+ }
343
+ .assets-paginator .jump-to-wrapper .jump-to-page:focus {
344
+ background: #151515;
345
+ }
346
+ .assets-paginator .jump-to-wrapper .jump-to-page:disabled {
347
+ color: rgba(223, 223, 223, 0.4);
348
+ background: #1d1d1d;
349
+ }
350
+ .assets-paginator .jump-to-wrapper .jump-to-page:disabled:focus {
351
+ background: #1d1d1d;
352
+ }
353
+ .assets-paginator .jump-to-wrapper .jump-to-page:disabled:hover {
354
+ background: #1d1d1d;
355
+ }
356
+ .tags-column {
357
+ position: relative;
358
+ padding-right: 50px;
359
+ display: flex;
360
+ align-items: center;
361
+ flex-wrap: wrap;
362
+ width: 100%;
363
+ padding: 0.6rem;
364
+ box-sizing: border-box;
365
+ font-size: 13px;
366
+ }
367
+ .tags-column .form-field {
368
+ margin: 0 0.6rem 0 0;
369
+ }
370
+ .centered-cell {
371
+ width: 100%;
372
+ display: flex;
373
+ align-items: center;
374
+ justify-content: center;
375
+ }
376
+ .centered-cell .form-field-content {
377
+ margin-left: 0;
378
+ }
379
+ .menu-count-superscript {
380
+ vertical-align: top;
381
+ font-size: 11px;
382
+ margin-left: 0.1em;
383
+ display: inline-block;
384
+ margin-top: -3px;
385
+ }
386
+ .asset-status-cell {
387
+ width: 100%;
388
+ height: 100%;
389
+ display: flex;
390
+ justify-content: center;
391
+ align-items: center;
392
+ }
393
+ .asset-status-cell .status-indicator {
394
+ width: 5px;
395
+ height: 100%;
396
+ box-sizing: border-box;
397
+ }
398
+ .asset-status-cell .status-indicator.processing {
399
+ background: #c5b73d;
400
+ }
401
+ .asset-status-cell .status-indicator.complete {
402
+ background: #307f35;
403
+ }
404
+ .ongoing-upload-inner {
405
+ display: flex;
406
+ flex-direction: row;
407
+ justify-content: space-between;
408
+ width: 100%;
409
+ }
410
+ .asset-preview-background {
411
+ border: 1px solid #161616;
412
+ background-color: #272727;
413
+ }
414
+ .asset-preview-background.transparent {
415
+ background-size: 20px 20px;
416
+ background-position: 0 0;
417
+ background-image: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="5" height="5" fill="%23e4e4e4" /><rect x="5" y="5" width="5" height="5" fill="%23e4e4e4" /><rect x="5" y="0" width="5" height="5" fill="white" /><rect x="0" y="5" width="5" height="5" fill="white" /></svg>');
418
+ }
419
+ .asset-preview-background.hidden {
420
+ opacity: 0;
421
+ }
422
+ .close-icon-preview {
423
+ z-index: 9999 !important;
424
+ justify-content: flex-end;
425
+ display: flex;
426
+ height: 30px !important;
427
+ align-items: center;
428
+ }
429
+ .auth-gate {
430
+ position: absolute;
431
+ width: 100%;
432
+ height: 100%;
433
+ top: 0px;
434
+ left: 0px;
435
+ display: flex;
436
+ align-items: center;
437
+ justify-content: center;
438
+ }
439
+ .button-menu {
440
+ display: inline-block;
441
+ vertical-align: top;
442
+ position: relative;
443
+ }
444
+ .button-menu .menu {
445
+ background: #161616;
446
+ position: absolute;
447
+ top: 20px;
448
+ min-width: 125px;
449
+ padding: 3px;
450
+ z-index: 1000;
451
+ }
452
+ .button-menu .menu.right {
453
+ left: 0;
454
+ }
455
+ .button-menu .menu.left {
456
+ right: 0;
457
+ }
458
+ .button-menu-item {
459
+ padding: 3px;
460
+ box-sizing: border-box;
461
+ cursor: pointer;
462
+ }
463
+ .button-menu-item:hover {
464
+ background: #272727;
465
+ }
466
+ .active {
467
+ color: #2d8ceb;
468
+ }
469
+ .imposium-btn {
470
+ display: inline-block;
471
+ box-sizing: border-box;
472
+ border-radius: 2px;
473
+ user-select: none;
474
+ cursor: pointer;
475
+ padding: 2px 3px 2px 3px;
476
+ margin: 2px;
477
+ font-size: 13px;
478
+ line-height: 13px;
479
+ text-align: center;
480
+ vertical-align: top;
481
+ min-width: 20px;
482
+ }
483
+ .imposium-btn.large {
484
+ height: 23px;
485
+ font-size: 16px;
486
+ line-height: 15px;
487
+ padding: 4px 4px 4px 4px;
488
+ }
489
+ .imposium-btn.xlarge {
490
+ height: 32px;
491
+ font-size: 18px;
492
+ line-height: 18px;
493
+ padding: 5px 7px 5px 7px;
494
+ }
495
+ .imposium-btn.disabled {
496
+ pointer-events: none;
497
+ }
498
+ .imposium-btn .loading-icon svg {
499
+ animation-name: rotate;
500
+ animation-duration: 1s;
501
+ animation-iteration-count: infinite;
502
+ animation-timing-function: linear;
503
+ }
504
+ .btn-bold {
505
+ background: #dfdfdf;
506
+ color: #e1e1e1;
507
+ color: #0d0d0d;
508
+ }
509
+ .btn-bold:hover,
510
+ .btn-bold.active {
511
+ background: #c6c6c6;
512
+ }
513
+ .btn-bold.primary {
514
+ background: #2d8ceb;
515
+ color: #e1e1e1;
516
+ }
517
+ .btn-bold.primary:hover,
518
+ .btn-bold.primary.active {
519
+ background: #1472d1;
520
+ }
521
+ .btn-bold.secondary {
522
+ background: #B9B8B8;
523
+ color: #e1e1e1;
524
+ }
525
+ .btn-bold.secondary:hover,
526
+ .btn-bold.secondary.active {
527
+ background: #a09e9e;
528
+ }
529
+ .btn-bold.warning {
530
+ background: #8F7B25;
531
+ color: #e1e1e1;
532
+ }
533
+ .btn-bold.warning:hover,
534
+ .btn-bold.warning.active {
535
+ background: #66581b;
536
+ }
537
+ .btn-bold.danger {
538
+ background: #AF1126;
539
+ color: #e1e1e1;
540
+ }
541
+ .btn-bold.danger:hover,
542
+ .btn-bold.danger.active {
543
+ background: #810c1c;
544
+ }
545
+ .btn-bold.disabled {
546
+ background: #353535;
547
+ color: #0d0d0d;
548
+ }
549
+ .btn-default {
550
+ background: #161616;
551
+ border: 1px solid #353535;
552
+ }
553
+ .btn-default:hover,
554
+ .btn-default.active {
555
+ background: #090909;
556
+ }
557
+ .btn-default.primary {
558
+ color: #2d8ceb;
559
+ }
560
+ .btn-default.secondary {
561
+ color: #B9B8B8;
562
+ }
563
+ .btn-default.warning {
564
+ color: #8F7B25;
565
+ }
566
+ .btn-default.danger {
567
+ color: #AF1126;
568
+ }
569
+ .btn-default.disabled {
570
+ background: #353535;
571
+ color: #0d0d0d;
572
+ border: 1px solid #0d0d0d;
573
+ }
574
+ .btn-subtle:hover,
575
+ .btn-subtle.active {
576
+ background: #161616;
577
+ }
578
+ .btn-subtle.primary {
579
+ color: #2d8ceb;
580
+ }
581
+ .btn-subtle.secondary {
582
+ color: #B9B8B8;
583
+ }
584
+ .btn-subtle.warning {
585
+ color: #8F7B25;
586
+ }
587
+ .btn-subtle.danger {
588
+ color: #AF1126;
589
+ }
590
+ .btn-subtle.disabled {
591
+ color: #0d0d0d;
592
+ }
593
+ .btn-tab {
594
+ min-width: 80px;
595
+ display: inline-block;
596
+ padding: 0px 10px 0px 10px;
597
+ font-size: 15px;
598
+ height: calc(25px - 2px);
599
+ user-select: none;
600
+ cursor: pointer;
601
+ text-align: center;
602
+ box-sizing: border-box;
603
+ line-height: 19px;
604
+ margin: 0px;
605
+ }
606
+ .card {
607
+ background: #2f2f2f;
608
+ border: 1px solid #353535;
609
+ margin-bottom: 5px;
610
+ }
611
+ .card .card-header {
612
+ color: #d5d5d5;
613
+ height: 25px;
614
+ box-sizing: border-box;
615
+ padding: 5px;
616
+ position: relative;
617
+ margin-bottom: 5px;
618
+ }
619
+ .card .card-header .header-buttons {
620
+ position: absolute;
621
+ right: 0px;
622
+ top: 0px;
623
+ }
624
+ .card .card-content {
625
+ padding: 5px;
626
+ }
627
+ .card.small {
628
+ margin-bottom: 2px;
629
+ }
630
+ .card.small .card-header {
631
+ height: 21px;
632
+ padding: 3px;
633
+ }
634
+ .card.small .card-content {
635
+ padding: 3px;
636
+ }
637
+ .card.large .card-header {
638
+ height: 35px;
639
+ }
640
+ .card.large .header-buttons {
641
+ right: 4px;
642
+ top: 4px;
643
+ }
644
+ .card.closed {
645
+ height: 25px;
646
+ overflow: hidden;
647
+ }
648
+ .card.closed.small {
649
+ height: 21px;
650
+ }
651
+ .card.closed.large {
652
+ height: 35px;
653
+ }
654
+ .controlled-list {
655
+ width: 100%;
656
+ }
657
+ .controlled-list .item {
658
+ position: relative;
659
+ width: 100%;
660
+ height: 20px;
661
+ margin-top: 4px / 2;
662
+ margin-bottom: 4px / 2;
663
+ }
664
+ .controlled-list .item:hover {
665
+ background: #272727;
666
+ }
667
+ .controlled-list .item:hover .buttons {
668
+ display: block;
669
+ }
670
+ .controlled-list .item .buttons {
671
+ display: none;
672
+ position: absolute;
673
+ right: 0px;
674
+ top: 0px;
675
+ }
676
+ .ip-table-wrapper {
677
+ width: 100%;
678
+ min-width: 360px;
679
+ height: 100%;
680
+ position: relative;
681
+ box-sizing: border-box;
682
+ }
683
+ .ip-table-wrapper .form-field {
684
+ margin: 0;
685
+ }
686
+ .ip-table-wrapper .ip-table {
687
+ width: 100%;
688
+ min-width: 100% !important;
689
+ height: calc(100% - 35px);
690
+ box-sizing: border-box;
691
+ display: flex;
692
+ flex-direction: column;
693
+ border-collapse: collapse;
694
+ border-spacing: 0;
695
+ overflow: auto;
696
+ background-color: #2f2f2f;
697
+ }
698
+ .ip-table-wrapper .ip-table.horizontal-scroll {
699
+ height: calc(100% - 45px);
700
+ }
701
+ .ip-table-wrapper .ip-table.hide-paginator {
702
+ height: 100%;
703
+ }
704
+ .ip-table-wrapper .ip-table .ip-table-head {
705
+ position: sticky;
706
+ top: 0;
707
+ z-index: 2;
708
+ }
709
+ .ip-table-wrapper .ip-table .ip-table-header,
710
+ .ip-table-wrapper .ip-table .ip-table-col,
711
+ .ip-table-wrapper .ip-table .ip-table-filter {
712
+ margin: 0;
713
+ padding: 0.15rem 0.25rem;
714
+ }
715
+ .ip-table-wrapper .ip-table .ip-table-header .ip-table-resizer,
716
+ .ip-table-wrapper .ip-table .ip-table-col .ip-table-resizer,
717
+ .ip-table-wrapper .ip-table .ip-table-filter .ip-table-resizer {
718
+ position: absolute;
719
+ right: 0;
720
+ top: 0;
721
+ z-index: 3;
722
+ width: 10px;
723
+ height: 100%;
724
+ touch-action: none;
725
+ }
726
+ .ip-table-wrapper .ip-table.tight-rows .ip-table-col {
727
+ padding: 0.15rem 0.25rem;
728
+ }
729
+ .ip-table-wrapper .ip-table .ip-table-header,
730
+ .ip-table-wrapper .ip-table .ip-table-filter {
731
+ background-color: #242424;
732
+ font-family: 'Roboto Condensed', sans-serif;
733
+ font-weight: 600;
734
+ font-size: 13px;
735
+ }
736
+ .ip-table-wrapper .ip-table .ip-table-header.ip-sortable:hover,
737
+ .ip-table-wrapper .ip-table .ip-table-filter.ip-sortable:hover {
738
+ background-color: #2a2a2a;
739
+ }
740
+ .ip-table-wrapper .ip-table .ip-table-header .sort-status,
741
+ .ip-table-wrapper .ip-table .ip-table-filter .sort-status {
742
+ margin: 0 0.3rem;
743
+ font-size: 11px;
744
+ }
745
+ .ip-table-wrapper .ip-table .ip-table-header .searchable-sort-area,
746
+ .ip-table-wrapper .ip-table .ip-table-filter .searchable-sort-area,
747
+ .ip-table-wrapper .ip-table .ip-table-header .filterable-cell-wrapper,
748
+ .ip-table-wrapper .ip-table .ip-table-filter .filterable-cell-wrapper {
749
+ display: flex;
750
+ align-items: center;
751
+ }
752
+ .ip-table-wrapper .ip-table .ip-table-header .filterable-cell-wrapper,
753
+ .ip-table-wrapper .ip-table .ip-table-filter .filterable-cell-wrapper {
754
+ line-height: 20px;
755
+ }
756
+ .ip-table-wrapper .ip-table .ip-table-header .filterable-cell-wrapper .form-field,
757
+ .ip-table-wrapper .ip-table .ip-table-filter .filterable-cell-wrapper .form-field {
758
+ margin: 0;
759
+ }
760
+ .ip-table-wrapper .ip-table .ip-table-header .filterable-cell-wrapper .form-field .form-field-content,
761
+ .ip-table-wrapper .ip-table .ip-table-filter .filterable-cell-wrapper .form-field .form-field-content {
762
+ width: 100%;
763
+ flex: 1;
764
+ margin: 0;
765
+ }
766
+ .ip-table-wrapper .ip-table .ip-table-header .imposium-btn,
767
+ .ip-table-wrapper .ip-table .ip-table-filter .imposium-btn {
768
+ margin: 0;
769
+ }
770
+ .ip-table-wrapper .ip-table .ip-table-body {
771
+ background-color: #2f2f2f;
772
+ }
773
+ .ip-table-wrapper .ip-table .ip-table-row .ip-table-col {
774
+ font-family: 'Roboto Condensed', sans-serif;
775
+ font-size: 12px;
776
+ background-color: #2f2f2f;
777
+ border-top: 1px solid #343434;
778
+ border-bottom: 1px solid #2a2a2a;
779
+ white-space: nowrap;
780
+ overflow: hidden;
781
+ text-overflow: ellipsis;
782
+ display: flex;
783
+ align-items: flex-start;
784
+ justify-content: center;
785
+ flex-direction: column;
786
+ }
787
+ .ip-table-wrapper .ip-table .ip-table-row .ip-table-col.overflow-visible {
788
+ overflow: visible;
789
+ }
790
+ .ip-table-wrapper .ip-table .ip-table-row .ip-table-col .form-field-content {
791
+ margin-left: 0;
792
+ }
793
+ .ip-table-wrapper .ip-table .ip-table-row.selected .ip-table-col {
794
+ background-color: #393939;
795
+ }
796
+ .ip-table-wrapper .ip-table .ip-pivot-row .ip-pivot-col {
797
+ flex: 1;
798
+ }
799
+ .ip-table-wrapper .ip-table .ip-pivot-row .ip-pivot-col.selected .tags-column {
800
+ background-color: #393939;
801
+ }
802
+ .ip-table-wrapper .imposium-tag {
803
+ background: #242424;
804
+ }
805
+ .ip-table-wrapper .ip-table-loader {
806
+ position: absolute;
807
+ width: 100%;
808
+ height: 100%;
809
+ top: 0px;
810
+ left: 0px;
811
+ display: flex;
812
+ align-items: center;
813
+ justify-content: center;
814
+ background: rgba(0, 0, 0, 0.36);
815
+ z-index: 3;
816
+ }
817
+ .ip-table-wrapper .ip-table-loader svg {
818
+ fill: #B9B8B8;
819
+ }
820
+ .ip-table-wrapper .ip-table-empty {
821
+ position: absolute;
822
+ top: 50%;
823
+ width: 100%;
824
+ margin-top: -15px;
825
+ display: flex;
826
+ height: 20px;
827
+ }
828
+ .ip-table-wrapper .ip-table-empty .empty-message {
829
+ margin: auto;
830
+ text-align: center;
831
+ background: #353535;
832
+ font-size: 12px;
833
+ color: #dfdfdf;
834
+ padding: 5px;
835
+ }
836
+ .ip-table-wrapper .ip-table-empty .empty-message svg {
837
+ margin: 1px 2px -1px 0px;
838
+ }
839
+ .ip-table-wrapper .ip-table-pagination {
840
+ width: 100%;
841
+ box-sizing: border-box;
842
+ position: sticky;
843
+ bottom: -1px;
844
+ z-index: 2;
845
+ display: flex;
846
+ align-items: center;
847
+ justify-content: space-between;
848
+ padding: 0.5rem;
849
+ border-top: 0;
850
+ background-color: #242424;
851
+ }
852
+ .ip-table-wrapper .ip-table-pagination .paginator-input {
853
+ display: inline-block;
854
+ background: #1d1d1d;
855
+ border: none;
856
+ color: #dfdfdf;
857
+ font-size: 12px;
858
+ box-sizing: border-box;
859
+ vertical-align: top;
860
+ height: 20px;
861
+ width: 100%;
862
+ font-family: 'Roboto Condensed', sans-serif;
863
+ border-radius: 0;
864
+ appearance: none;
865
+ width: 60px;
866
+ }
867
+ .ip-table-wrapper .ip-table-pagination .paginator-input:hover {
868
+ background: #151515;
869
+ }
870
+ .ip-table-wrapper .ip-table-pagination .paginator-input:focus {
871
+ background: #151515;
872
+ }
873
+ .ip-table-wrapper .ip-table-pagination .paginator-input:disabled {
874
+ color: rgba(223, 223, 223, 0.4);
875
+ background: #1d1d1d;
876
+ }
877
+ .ip-table-wrapper .ip-table-pagination .paginator-input:disabled:focus {
878
+ background: #1d1d1d;
879
+ }
880
+ .ip-table-wrapper .ip-table-pagination .paginator-input:disabled:hover {
881
+ background: #1d1d1d;
882
+ }
883
+ .ip-table-wrapper .ip-table-pagination .form-field {
884
+ margin-bottom: 0;
885
+ width: 120px;
886
+ }
887
+ .ip-table-wrapper .ip-table-pagination .form-field label {
888
+ width: 70px;
889
+ }
890
+ .ip-table-wrapper .ip-table-pagination .form-field .form-field-content {
891
+ width: 50px;
892
+ }
893
+ .ip-table-wrapper .ip-table-pagination .total-assets {
894
+ background: #5f5f5f;
895
+ border-radius: 3px;
896
+ padding: 1px 4px;
897
+ margin: 0 0.32em;
898
+ font-size: 12px;
899
+ }
900
+ .determinate-loader {
901
+ width: 100%;
902
+ height: 20px;
903
+ position: relative;
904
+ border: 1px solid #353535;
905
+ border-radius: 5px;
906
+ }
907
+ .determinate-loader .progress-bg {
908
+ position: absolute;
909
+ width: 100%;
910
+ height: 100%;
911
+ top: 0px;
912
+ left: 0px;
913
+ background-color: #5f5f5f;
914
+ transform-origin: left;
915
+ border-radius: 5px;
916
+ transition: transform 50ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
917
+ }
918
+ .determinate-loader .progress-copy {
919
+ position: absolute;
920
+ width: 100%;
921
+ height: 100%;
922
+ top: 0px;
923
+ left: 0px;
924
+ text-align: center;
925
+ line-height: 20px;
926
+ border-radius: 5px;
927
+ }
928
+ .imposium-dropdown {
929
+ position: absolute;
930
+ background-color: #161616;
931
+ border: 1px solid #5f5f5f;
932
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
933
+ border-radius: 2px;
934
+ transition: transform 190ms cubic-bezier(0.23, 1, 0.32, 1), opacity 160ms cubic-bezier(0.165, 0.84, 0.44, 1);
935
+ z-index: 2147483647;
936
+ }
937
+ .font-preview {
938
+ position: absolute;
939
+ width: 100%;
940
+ height: 100%;
941
+ top: 0px;
942
+ left: 0px;
943
+ text-align: center;
944
+ background: white;
945
+ color: black;
946
+ font-weight: normal;
947
+ font-size: 80px;
948
+ }
949
+ .inputMixin {
950
+ display: inline-block;
951
+ background: #1d1d1d;
952
+ border: none;
953
+ color: #dfdfdf;
954
+ font-size: 12px;
955
+ box-sizing: border-box;
956
+ vertical-align: top;
957
+ height: 20px;
958
+ width: 100%;
959
+ font-family: 'Roboto Condensed', sans-serif;
960
+ border-radius: 0;
961
+ appearance: none;
962
+ }
963
+ .inputMixin:hover {
964
+ background: #151515;
965
+ }
966
+ .inputMixin:focus {
967
+ background: #151515;
968
+ }
969
+ .inputMixin:disabled {
970
+ color: rgba(223, 223, 223, 0.4);
971
+ background: #1d1d1d;
972
+ }
973
+ .inputMixin:disabled:focus {
974
+ background: #1d1d1d;
975
+ }
976
+ .inputMixin:disabled:hover {
977
+ background: #1d1d1d;
978
+ }
979
+ .form-field {
980
+ width: 100%;
981
+ position: relative;
982
+ display: inline-block;
983
+ vertical-align: top;
984
+ margin-bottom: 4px;
985
+ }
986
+ .form-field input,
987
+ .form-field select,
988
+ .form-field textarea {
989
+ display: inline-block;
990
+ background: #1d1d1d;
991
+ border: none;
992
+ color: #dfdfdf;
993
+ font-size: 12px;
994
+ box-sizing: border-box;
995
+ vertical-align: top;
996
+ height: 20px;
997
+ width: 100%;
998
+ font-family: 'Roboto Condensed', sans-serif;
999
+ border-radius: 0;
1000
+ appearance: none;
1001
+ padding: 4px;
1002
+ }
1003
+ .form-field input:hover,
1004
+ .form-field select:hover,
1005
+ .form-field textarea:hover {
1006
+ background: #151515;
1007
+ }
1008
+ .form-field input:focus,
1009
+ .form-field select:focus,
1010
+ .form-field textarea:focus {
1011
+ background: #151515;
1012
+ }
1013
+ .form-field input:disabled,
1014
+ .form-field select:disabled,
1015
+ .form-field textarea:disabled {
1016
+ color: rgba(223, 223, 223, 0.4);
1017
+ background: #1d1d1d;
1018
+ }
1019
+ .form-field input:disabled:focus,
1020
+ .form-field select:disabled:focus,
1021
+ .form-field textarea:disabled:focus {
1022
+ background: #1d1d1d;
1023
+ }
1024
+ .form-field input:disabled:hover,
1025
+ .form-field select:disabled:hover,
1026
+ .form-field textarea:disabled:hover {
1027
+ background: #1d1d1d;
1028
+ }
1029
+ .form-field textarea {
1030
+ height: 60px;
1031
+ resize: none;
1032
+ padding-right: 25px;
1033
+ }
1034
+ .form-field label {
1035
+ font-size: 12px;
1036
+ line-height: 21px;
1037
+ display: inline-block;
1038
+ vertical-align: top;
1039
+ width: 100px;
1040
+ height: 20px;
1041
+ text-align: right;
1042
+ padding-right: 5px;
1043
+ box-sizing: border-box;
1044
+ }
1045
+ .form-field label.label-top {
1046
+ width: 100%;
1047
+ text-align: left;
1048
+ padding-right: 5px/2;
1049
+ padding-left: 5px/2;
1050
+ }
1051
+ .form-field .form-field-content {
1052
+ width: calc(100% - 100px);
1053
+ display: inline-block;
1054
+ vertical-align: top;
1055
+ box-sizing: border-box;
1056
+ }
1057
+ .form-field .form-field-content.label-top {
1058
+ padding-left: 5px/2;
1059
+ padding-right: 5px/2;
1060
+ width: 100%;
1061
+ }
1062
+ .form-field .form-field-content.label-top .form-field-buttons {
1063
+ top: 20px;
1064
+ }
1065
+ .form-field .form-field-buttons {
1066
+ position: absolute;
1067
+ height: 20px;
1068
+ top: 0px;
1069
+ right: 0px;
1070
+ background: #1d1d1d;
1071
+ }
1072
+ .form-field.no-label .form-field-content {
1073
+ width: calc(100% - 5px);
1074
+ margin-left: 5px;
1075
+ }
1076
+ .checkbox-field .checkbox {
1077
+ display: inline-block;
1078
+ background: #1d1d1d;
1079
+ border: none;
1080
+ color: #dfdfdf;
1081
+ font-size: 12px;
1082
+ box-sizing: border-box;
1083
+ vertical-align: top;
1084
+ height: 20px;
1085
+ width: 100%;
1086
+ font-family: 'Roboto Condensed', sans-serif;
1087
+ border-radius: 0;
1088
+ appearance: none;
1089
+ display: flex;
1090
+ border: 1px solid #353535;
1091
+ border-radius: 2px;
1092
+ width: 18px;
1093
+ height: 18px;
1094
+ padding: 2px;
1095
+ cursor: pointer;
1096
+ }
1097
+ .checkbox-field .checkbox:hover {
1098
+ background: #151515;
1099
+ }
1100
+ .checkbox-field .checkbox:focus {
1101
+ background: #151515;
1102
+ }
1103
+ .checkbox-field .checkbox:disabled {
1104
+ color: rgba(223, 223, 223, 0.4);
1105
+ background: #1d1d1d;
1106
+ }
1107
+ .checkbox-field .checkbox:disabled:focus {
1108
+ background: #1d1d1d;
1109
+ }
1110
+ .checkbox-field .checkbox:disabled:hover {
1111
+ background: #1d1d1d;
1112
+ }
1113
+ .checkbox-field .checkbox .fa-check {
1114
+ margin-left: 1px;
1115
+ }
1116
+ .button-group-field .button-group {
1117
+ display: inline-block;
1118
+ background: #1d1d1d;
1119
+ border: none;
1120
+ color: #dfdfdf;
1121
+ font-size: 12px;
1122
+ box-sizing: border-box;
1123
+ vertical-align: top;
1124
+ height: 20px;
1125
+ width: 100%;
1126
+ font-family: 'Roboto Condensed', sans-serif;
1127
+ border-radius: 0;
1128
+ appearance: none;
1129
+ }
1130
+ .button-group-field .button-group:hover {
1131
+ background: #151515;
1132
+ }
1133
+ .button-group-field .button-group:focus {
1134
+ background: #151515;
1135
+ }
1136
+ .button-group-field .button-group:disabled {
1137
+ color: rgba(223, 223, 223, 0.4);
1138
+ background: #1d1d1d;
1139
+ }
1140
+ .button-group-field .button-group:disabled:focus {
1141
+ background: #1d1d1d;
1142
+ }
1143
+ .button-group-field .button-group:disabled:hover {
1144
+ background: #1d1d1d;
1145
+ }
1146
+ .button-group-field .button-group:hover {
1147
+ background: #1d1d1d;
1148
+ }
1149
+ .button-group-field .button-group .button-group-option {
1150
+ height: 100%;
1151
+ user-select: none;
1152
+ display: inline-block;
1153
+ text-align: center;
1154
+ cursor: pointer;
1155
+ padding-top: 1px;
1156
+ box-sizing: border-box;
1157
+ color: #939393;
1158
+ }
1159
+ .button-group-field .button-group .button-group-option:hover {
1160
+ background: #101010;
1161
+ }
1162
+ .button-group-field .button-group .button-group-option.active {
1163
+ cursor: auto;
1164
+ background: #373737;
1165
+ color: #dfdfdf;
1166
+ }
1167
+ .text-area-field .form-field-buttons {
1168
+ right: 10px;
1169
+ background: none;
1170
+ }
1171
+ .select-field select {
1172
+ line-height: 12px;
1173
+ }
1174
+ .text-field .controlled-input {
1175
+ padding-right: 25px;
1176
+ }
1177
+ .slider-field input {
1178
+ width: calc(100% - 30px);
1179
+ margin: 0px;
1180
+ }
1181
+ .slider-field .val {
1182
+ display: inline-block;
1183
+ vertical-align: top;
1184
+ width: 30px;
1185
+ text-align: right;
1186
+ padding: 2px;
1187
+ line-height: 14px;
1188
+ border-top: 2px solid #1d1d1d;
1189
+ border-right: 2px solid #1d1d1d;
1190
+ border-bottom: 2px solid #1d1d1d;
1191
+ height: 20px;
1192
+ box-sizing: border-box;
1193
+ background: #272727;
1194
+ }
1195
+ .color-field .form-field-content.label-top .picker {
1196
+ top: 40px;
1197
+ }
1198
+ .color-field .form-field-content.label-top .picker.picker-left {
1199
+ left: 0px;
1200
+ }
1201
+ .color-field .form-field-content.label-top .picker.picker-right {
1202
+ right: 0px;
1203
+ }
1204
+ .color-field .form-field-content .swatch {
1205
+ display: inline-block;
1206
+ height: 20px;
1207
+ width: 100%;
1208
+ }
1209
+ .color-field .form-field-content .picker {
1210
+ position: absolute;
1211
+ top: 23px;
1212
+ z-index: 15000;
1213
+ }
1214
+ .color-field .form-field-content .picker.picker-left {
1215
+ left: 100px;
1216
+ }
1217
+ .color-field .form-field-content .picker.picker-right {
1218
+ right: 0px;
1219
+ }
1220
+ .color-field .form-field-content .picker .sketch-picker {
1221
+ background: #353535 !important;
1222
+ }
1223
+ .color-field .form-field-content .picker .sketch-picker input {
1224
+ box-shadow: none !important;
1225
+ }
1226
+ .color-field .form-field-content .picker .sketch-picker span {
1227
+ color: #dfdfdf !important;
1228
+ }
1229
+ .color-field .form-field-content .picker .sketch-picker label {
1230
+ width: unset;
1231
+ }
1232
+ .color-field .form-field-content .picker .sketch-picker .flexbox-fix {
1233
+ border-top: none !important;
1234
+ }
1235
+ .react-autosuggest__container {
1236
+ position: relative;
1237
+ }
1238
+ .react-autosuggest__suggestions-container {
1239
+ background: #161616;
1240
+ border: 1px solid #272727;
1241
+ position: absolute;
1242
+ right: 0px;
1243
+ top: 20px;
1244
+ width: 100%;
1245
+ z-index: 10000;
1246
+ display: none;
1247
+ }
1248
+ .react-autosuggest__suggestions-container--open {
1249
+ display: block;
1250
+ }
1251
+ .react-autosuggest__suggestions-list {
1252
+ list-style: none;
1253
+ }
1254
+ .react-autosuggest__suggestion {
1255
+ padding-left: 5px;
1256
+ box-sizing: border-box;
1257
+ margin-bottom: 2px;
1258
+ cursor: pointer;
1259
+ }
1260
+ .react-autosuggest__suggestion--highlighted {
1261
+ background: #353535;
1262
+ }
1263
+ .caret {
1264
+ display: block;
1265
+ width: 18px;
1266
+ height: 100%;
1267
+ text-align: center;
1268
+ padding-top: 3px;
1269
+ box-sizing: border-box;
1270
+ user-select: none;
1271
+ pointer-events: none;
1272
+ color: #373737;
1273
+ position: absolute;
1274
+ left: -18px;
1275
+ }
1276
+ /* cyrillic-ext */
1277
+ @font-face {
1278
+ font-family: 'OswaldHeader';
1279
+ font-style: normal;
1280
+ font-weight: 400;
1281
+ src: url(https://cdn.imposium.com/header/fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiYySUhiCXABTV.woff) format('woff');
1282
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
1283
+ }
1284
+ /* cyrillic */
1285
+ @font-face {
1286
+ font-family: 'OswaldHeader';
1287
+ font-style: normal;
1288
+ font-weight: 400;
1289
+ src: url(https://cdn.imposium.com/header/fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiYySUhiCXABTV.woff) format('woff');
1290
+ unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
1291
+ }
1292
+ /* vietnamese */
1293
+ @font-face {
1294
+ font-family: 'OswaldHeader';
1295
+ font-style: normal;
1296
+ font-weight: 400;
1297
+ src: url(https://cdn.imposium.com/header/fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUliYySUhiCXABTV.woff) format('woff');
1298
+ unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
1299
+ }
1300
+ /* latin-ext */
1301
+ @font-face {
1302
+ font-family: 'OswaldHeader';
1303
+ font-style: normal;
1304
+ font-weight: 400;
1305
+ src: url(https://cdn.imposium.com/header/fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiYySUhiCXABTV.woff) format('woff');
1306
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
1307
+ }
1308
+ /* latin */
1309
+ @font-face {
1310
+ font-family: 'OswaldHeader';
1311
+ font-style: normal;
1312
+ font-weight: 400;
1313
+ src: url(https://cdn.imposium.com/header/fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYySUhiCXAA.woff) format('woff');
1314
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1315
+ }
1316
+ .font-style {
1317
+ font-family: 'OswaldHeader', 'Oswald', sans-serif;
1318
+ text-transform: uppercase;
1319
+ color: white;
1320
+ }
1321
+ .secondary-font-style {
1322
+ font-family: 'Roboto Condensed', sans-serif;
1323
+ font-weight: 500;
1324
+ }
1325
+ .no-select {
1326
+ -webkit-touch-callout: none;
1327
+ -webkit-user-select: none;
1328
+ -khtml-user-select: none;
1329
+ -moz-user-select: none;
1330
+ -ms-user-select: none;
1331
+ user-select: none;
1332
+ }
1333
+ .flex-row {
1334
+ display: flex;
1335
+ align-items: center;
1336
+ box-sizing: content-box;
1337
+ }
1338
+ .anchor {
1339
+ font-family: 'OswaldHeader', 'Oswald', sans-serif;
1340
+ text-transform: uppercase;
1341
+ color: white;
1342
+ cursor: pointer;
1343
+ font-size: 13px;
1344
+ text-decoration: none;
1345
+ }
1346
+ .anchor:visited {
1347
+ color: white;
1348
+ }
1349
+ .anchor:hover {
1350
+ color: #2d8ceb;
1351
+ }
1352
+ .circle-style {
1353
+ -webkit-touch-callout: none;
1354
+ -webkit-user-select: none;
1355
+ -khtml-user-select: none;
1356
+ -moz-user-select: none;
1357
+ -ms-user-select: none;
1358
+ user-select: none;
1359
+ border-radius: 50%;
1360
+ width: 28px;
1361
+ height: 28px;
1362
+ font-size: 14px;
1363
+ text-align: center;
1364
+ line-height: 28px;
1365
+ }
1366
+ .btn-reset {
1367
+ padding: 0;
1368
+ border: none;
1369
+ font: inherit;
1370
+ color: inherit;
1371
+ background-color: transparent;
1372
+ cursor: pointer;
1373
+ outline: none;
1374
+ box-sizing: border-box;
1375
+ -webkit-touch-callout: none;
1376
+ -webkit-user-select: none;
1377
+ -khtml-user-select: none;
1378
+ -moz-user-select: none;
1379
+ -ms-user-select: none;
1380
+ user-select: none;
1381
+ font-family: 'OswaldHeader', 'Oswald', sans-serif;
1382
+ text-transform: uppercase;
1383
+ color: white;
1384
+ }
1385
+ .faux-select {
1386
+ padding: 0;
1387
+ border: none;
1388
+ font: inherit;
1389
+ color: inherit;
1390
+ background-color: transparent;
1391
+ cursor: pointer;
1392
+ outline: none;
1393
+ box-sizing: border-box;
1394
+ -webkit-touch-callout: none;
1395
+ -webkit-user-select: none;
1396
+ -khtml-user-select: none;
1397
+ -moz-user-select: none;
1398
+ -ms-user-select: none;
1399
+ user-select: none;
1400
+ font-family: 'OswaldHeader', 'Oswald', sans-serif;
1401
+ text-transform: uppercase;
1402
+ color: white;
1403
+ display: flex;
1404
+ align-items: center;
1405
+ font-size: 14px;
1406
+ }
1407
+ .faux-select svg {
1408
+ margin-bottom: -1px;
1409
+ margin-left: 5px;
1410
+ }
1411
+ .ellipsis {
1412
+ white-space: nowrap;
1413
+ overflow-x: hidden;
1414
+ text-overflow: ellipsis;
1415
+ }
1416
+ .imposium-header {
1417
+ display: flex;
1418
+ align-items: center;
1419
+ box-sizing: content-box;
1420
+ z-index: 100000;
1421
+ position: absolute;
1422
+ top: 0px;
1423
+ left: 0px;
1424
+ width: 100%;
1425
+ height: 50px;
1426
+ background-color: #161616;
1427
+ border-bottom: 4px solid #5f5f5f;
1428
+ font-size: 16px;
1429
+ line-height: 1.5;
1430
+ }
1431
+ .imposium-header .inner-content {
1432
+ display: flex;
1433
+ align-items: center;
1434
+ box-sizing: content-box;
1435
+ width: 100%;
1436
+ max-width: 100%;
1437
+ justify-content: space-between;
1438
+ margin: 0px 15px;
1439
+ }
1440
+ .imposium-header .inner-content .inner-left {
1441
+ display: flex;
1442
+ align-items: center;
1443
+ box-sizing: content-box;
1444
+ }
1445
+ .imposium-header .inner-content .inner-left .title {
1446
+ display: flex;
1447
+ align-items: center;
1448
+ box-sizing: content-box;
1449
+ cursor: pointer;
1450
+ margin-right: 20px;
1451
+ text-decoration: none;
1452
+ }
1453
+ .imposium-header .inner-content .inner-left .title .logo {
1454
+ width: 30px;
1455
+ height: 30px;
1456
+ margin: 0px 5px 0px 0px;
1457
+ background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAAAM1BMVEX////////////////////////////////////////////////////////////////////lEOhHAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAAkJJREFUWMO1WMmigyAMFEUBWf//a9+hak2csLR9ubXqwEwmYZmm/w+lN3uEXj6DmI1PhUSwo1DKxIIiuXlgInuRI+gfgHQD2Vya4VUDZImlJ/JaRdly6Yy9guJKf0SR2F5GIi6/QCklL79AKSWp73SR9dnKJ8HzNd8zbY4/9eHa86X0xDEUhrguK0p0pbDkVVKqhpn9LPRMYUEWwr0vcPOe468QlsRWyfU1fqCwIBHpre/zoaPSJwYLp4OMd/YUC2HRdBDj9/gRwgIhsfMczXKC1rgnIGCHLtQ8VjaPmqZpUlLBnJwThOUii9VkqXmiKKWvN4iZ+oHB3lyGNWNGD7x+ApKx0gcMHTxI5tmg8qR+71IYwTy2DlM8TUxW2Dwe2vLuUA07iH6IWIfJEXcQNwYDc3vz5IcwO4TJLRi24+JdunM2WWkozaDEKx3XQ0qlBFAh7DMVW5RK8VX7vT5bHl1Xg16gZJiNWj8IlF4vpkaBnwNdBe5go/SVurx/ZuQuChbe1obgSen1aG5Qyi1Kx4CxSsk3F4aj2ZqRfp7EJWSurS65tbq87bTLa10HpcvbyzeUrnef1uGUdGXrkZW4wWGUnLTO0clw5dhn5x4Fb2DIoTCBrQ2nBKuGHtE0eNJDyfFD3VuzcMSp9/EzV+z1zcmDZOmSJ46joJPQMA4+T43iZOmOQPlfoAydzWL1KL52nqBt65Kjh1jsuF7QoaWK6bvs2GpA2aqpN/QuaOS3wZugdeetLvttnj4Ipa096tLZtQrxBxFKwFrUKkYaAAAAAElFTkSuQmCC');
1458
+ background-size: 30px 30px;
1459
+ background-repeat: no-repeat;
1460
+ }
1461
+ .imposium-header .inner-content .inner-left .title .heading {
1462
+ font-family: 'OswaldHeader', 'Oswald', sans-serif;
1463
+ text-transform: uppercase;
1464
+ color: white;
1465
+ margin: 0;
1466
+ font-size: 20px;
1467
+ font-weight: normal;
1468
+ }
1469
+ .imposium-header .inner-content .inner-left .btn-toggle-services {
1470
+ padding: 0;
1471
+ border: none;
1472
+ font: inherit;
1473
+ color: inherit;
1474
+ background-color: transparent;
1475
+ cursor: pointer;
1476
+ outline: none;
1477
+ box-sizing: border-box;
1478
+ -webkit-touch-callout: none;
1479
+ -webkit-user-select: none;
1480
+ -khtml-user-select: none;
1481
+ -moz-user-select: none;
1482
+ -ms-user-select: none;
1483
+ user-select: none;
1484
+ font-family: 'OswaldHeader', 'Oswald', sans-serif;
1485
+ text-transform: uppercase;
1486
+ color: white;
1487
+ display: flex;
1488
+ align-items: center;
1489
+ font-size: 14px;
1490
+ }
1491
+ .imposium-header .inner-content .inner-left .btn-toggle-services svg {
1492
+ margin-bottom: -1px;
1493
+ margin-left: 5px;
1494
+ }
1495
+ .imposium-header .inner-content .inner-right {
1496
+ display: flex;
1497
+ align-items: center;
1498
+ box-sizing: content-box;
1499
+ }
1500
+ .imposium-header .inner-content .inner-right a {
1501
+ border: none;
1502
+ }
1503
+ .imposium-header .inner-content .inner-right .btn-help {
1504
+ -webkit-touch-callout: none;
1505
+ -webkit-user-select: none;
1506
+ -khtml-user-select: none;
1507
+ -moz-user-select: none;
1508
+ -ms-user-select: none;
1509
+ user-select: none;
1510
+ border-radius: 50%;
1511
+ width: 28px;
1512
+ height: 28px;
1513
+ font-size: 14px;
1514
+ text-align: center;
1515
+ line-height: 28px;
1516
+ margin-left: 15px;
1517
+ font-size: 28px;
1518
+ }
1519
+ .imposium-header .inner-content .inner-right .btn-toggle-orgs {
1520
+ padding: 0;
1521
+ border: none;
1522
+ font: inherit;
1523
+ color: inherit;
1524
+ background-color: transparent;
1525
+ cursor: pointer;
1526
+ outline: none;
1527
+ box-sizing: border-box;
1528
+ font-family: 'OswaldHeader', 'Oswald', sans-serif;
1529
+ text-transform: uppercase;
1530
+ color: white;
1531
+ -webkit-touch-callout: none;
1532
+ -webkit-user-select: none;
1533
+ -khtml-user-select: none;
1534
+ -moz-user-select: none;
1535
+ -ms-user-select: none;
1536
+ user-select: none;
1537
+ border-radius: 50%;
1538
+ width: 28px;
1539
+ height: 28px;
1540
+ font-size: 14px;
1541
+ text-align: center;
1542
+ line-height: 28px;
1543
+ margin-left: 15px;
1544
+ }
1545
+ .imposium-header .inner-content .inner-right .btn-toggle-story {
1546
+ padding: 0;
1547
+ border: none;
1548
+ font: inherit;
1549
+ color: inherit;
1550
+ background-color: transparent;
1551
+ cursor: pointer;
1552
+ outline: none;
1553
+ box-sizing: border-box;
1554
+ -webkit-touch-callout: none;
1555
+ -webkit-user-select: none;
1556
+ -khtml-user-select: none;
1557
+ -moz-user-select: none;
1558
+ -ms-user-select: none;
1559
+ user-select: none;
1560
+ font-family: 'OswaldHeader', 'Oswald', sans-serif;
1561
+ text-transform: uppercase;
1562
+ color: white;
1563
+ display: flex;
1564
+ align-items: center;
1565
+ font-size: 14px;
1566
+ }
1567
+ .imposium-header .inner-content .inner-right .btn-toggle-story svg {
1568
+ margin-bottom: -1px;
1569
+ margin-left: 5px;
1570
+ }
1571
+ .imposium-header .inner-content .inner-right .btn-toggle-story .story-name {
1572
+ white-space: nowrap;
1573
+ overflow-x: hidden;
1574
+ text-overflow: ellipsis;
1575
+ max-width: 220px;
1576
+ }
1577
+ .imposium-header .inner-content .inner-right .btn-logout {
1578
+ padding: 0;
1579
+ border: none;
1580
+ font: inherit;
1581
+ color: inherit;
1582
+ background-color: transparent;
1583
+ cursor: pointer;
1584
+ outline: none;
1585
+ box-sizing: border-box;
1586
+ -webkit-touch-callout: none;
1587
+ -webkit-user-select: none;
1588
+ -khtml-user-select: none;
1589
+ -moz-user-select: none;
1590
+ -ms-user-select: none;
1591
+ user-select: none;
1592
+ font-family: 'OswaldHeader', 'Oswald', sans-serif;
1593
+ text-transform: uppercase;
1594
+ color: white;
1595
+ padding: 10px 0px;
1596
+ font-size: 14px;
1597
+ }
1598
+ .imposium-header .service-menu {
1599
+ width: 320px;
1600
+ max-height: 400px;
1601
+ overflow: auto;
1602
+ display: flex;
1603
+ flex-direction: column;
1604
+ padding-top: 5px;
1605
+ }
1606
+ .imposium-header .service-menu .service-menu-section {
1607
+ width: 100%;
1608
+ padding: 5px;
1609
+ box-sizing: border-box;
1610
+ }
1611
+ .imposium-header .service-menu .service-menu-section .service-menu-heading {
1612
+ font-family: 'Roboto Condensed', sans-serif;
1613
+ font-weight: 500;
1614
+ font-size: 13px;
1615
+ text-transform: uppercase;
1616
+ color: #b1b1b1;
1617
+ border-bottom: 1px solid #5f5f5f;
1618
+ box-sizing: border-box;
1619
+ padding-left: 2px;
1620
+ margin-bottom: 5px;
1621
+ }
1622
+ .imposium-header .service-menu .service-menu-section .service-menu-anchors {
1623
+ width: 100%;
1624
+ display: flex;
1625
+ flex-wrap: wrap;
1626
+ }
1627
+ .imposium-header .service-menu .service-menu-section .service-menu-anchors .anchor-wrapper {
1628
+ width: 50%;
1629
+ padding: 5px;
1630
+ box-sizing: border-box;
1631
+ }
1632
+ .imposium-header .service-menu .service-menu-section .service-menu-anchors .anchor-wrapper .icon-fixed {
1633
+ width: 22px;
1634
+ }
1635
+ .imposium-header .service-menu .service-menu-section .service-menu-anchors .anchor-wrapper a {
1636
+ font-family: 'OswaldHeader', 'Oswald', sans-serif;
1637
+ text-transform: uppercase;
1638
+ cursor: pointer;
1639
+ text-decoration: none;
1640
+ display: flex;
1641
+ align-items: center;
1642
+ color: white;
1643
+ font-size: 13px;
1644
+ }
1645
+ .imposium-header .service-menu .service-menu-section .service-menu-anchors .anchor-wrapper a:visited {
1646
+ color: white;
1647
+ }
1648
+ .imposium-header .service-menu .service-menu-section .service-menu-anchors .anchor-wrapper a:hover {
1649
+ color: #2d8ceb;
1650
+ }
1651
+ .imposium-header .service-menu .service-menu-section .service-menu-anchors .anchor-wrapper.doc svg {
1652
+ color: #4D8C71;
1653
+ }
1654
+ .imposium-header .stories-menu {
1655
+ width: 240px;
1656
+ max-height: 400px;
1657
+ display: flex;
1658
+ flex-direction: column;
1659
+ overflow: auto;
1660
+ }
1661
+ .imposium-header .stories-menu .no-stories-dialog {
1662
+ font-family: 'OswaldHeader', 'Oswald', sans-serif;
1663
+ text-transform: uppercase;
1664
+ color: white;
1665
+ font-size: 12px;
1666
+ text-align: center;
1667
+ padding: 0.3em;
1668
+ }
1669
+ .imposium-header .stories-menu .btn-change-story {
1670
+ padding: 0;
1671
+ border: none;
1672
+ font: inherit;
1673
+ color: inherit;
1674
+ background-color: transparent;
1675
+ cursor: pointer;
1676
+ outline: none;
1677
+ box-sizing: border-box;
1678
+ -webkit-touch-callout: none;
1679
+ -webkit-user-select: none;
1680
+ -khtml-user-select: none;
1681
+ -moz-user-select: none;
1682
+ -ms-user-select: none;
1683
+ user-select: none;
1684
+ font-family: 'OswaldHeader', 'Oswald', sans-serif;
1685
+ text-transform: uppercase;
1686
+ color: white;
1687
+ white-space: nowrap;
1688
+ overflow-x: hidden;
1689
+ text-overflow: ellipsis;
1690
+ max-width: 100%;
1691
+ min-height: 35px;
1692
+ font-size: 12px;
1693
+ border-bottom: 1px solid #494949;
1694
+ box-sizing: content-box;
1695
+ margin: 0;
1696
+ border-radius: 0;
1697
+ padding: 0 5px;
1698
+ }
1699
+ .imposium-header .stories-menu .btn-change-story:last-child {
1700
+ border-bottom: unset;
1701
+ }
1702
+ .imposium-header .stories-menu .btn-change-story:hover {
1703
+ background-color: #494949;
1704
+ }
1705
+ .imposium-header .orgs-menu {
1706
+ width: 240px;
1707
+ max-height: 400px;
1708
+ overflow: auto;
1709
+ }
1710
+ .imposium-header .orgs-menu .orgs-menu-active-org {
1711
+ font-family: 'OswaldHeader', 'Oswald', sans-serif;
1712
+ text-transform: uppercase;
1713
+ color: white;
1714
+ display: flex;
1715
+ align-items: center;
1716
+ box-sizing: content-box;
1717
+ padding: 10px;
1718
+ border-bottom: 1px solid #494949;
1719
+ background-color: #494949;
1720
+ }
1721
+ .imposium-header .orgs-menu .orgs-menu-active-org .active-first-char {
1722
+ -webkit-touch-callout: none;
1723
+ -webkit-user-select: none;
1724
+ -khtml-user-select: none;
1725
+ -moz-user-select: none;
1726
+ -ms-user-select: none;
1727
+ user-select: none;
1728
+ border-radius: 50%;
1729
+ width: 28px;
1730
+ height: 28px;
1731
+ font-size: 14px;
1732
+ text-align: center;
1733
+ line-height: 28px;
1734
+ width: 40px;
1735
+ height: 40px;
1736
+ font-size: 18px;
1737
+ line-height: 40px;
1738
+ margin-right: 10px;
1739
+ }
1740
+ .imposium-header .orgs-menu .menu-item {
1741
+ padding: 0;
1742
+ border: none;
1743
+ font: inherit;
1744
+ color: inherit;
1745
+ background-color: transparent;
1746
+ cursor: pointer;
1747
+ outline: none;
1748
+ box-sizing: border-box;
1749
+ -webkit-touch-callout: none;
1750
+ -webkit-user-select: none;
1751
+ -khtml-user-select: none;
1752
+ -moz-user-select: none;
1753
+ -ms-user-select: none;
1754
+ user-select: none;
1755
+ font-family: 'OswaldHeader', 'Oswald', sans-serif;
1756
+ text-transform: uppercase;
1757
+ color: white;
1758
+ width: 100%;
1759
+ padding: 10px 0px;
1760
+ font-size: 12px;
1761
+ border-bottom: 1px solid #494949;
1762
+ }
1763
+ .imposium-header .orgs-menu .menu-item .inactive-first-char {
1764
+ -webkit-touch-callout: none;
1765
+ -webkit-user-select: none;
1766
+ -khtml-user-select: none;
1767
+ -moz-user-select: none;
1768
+ -ms-user-select: none;
1769
+ user-select: none;
1770
+ border-radius: 50%;
1771
+ width: 28px;
1772
+ height: 28px;
1773
+ font-size: 14px;
1774
+ text-align: center;
1775
+ line-height: 28px;
1776
+ margin-right: 10px;
1777
+ }
1778
+ .imposium-header .orgs-menu .menu-item.inactive-org-button {
1779
+ display: flex;
1780
+ align-items: center;
1781
+ box-sizing: content-box;
1782
+ box-sizing: border-box;
1783
+ padding: 10px;
1784
+ }
1785
+ .imposium-header .orgs-menu .menu-item:last-of-type {
1786
+ border-bottom: none;
1787
+ }
1788
+ .imposium-header .orgs-menu .orgs-menu-footer {
1789
+ display: flex;
1790
+ align-items: center;
1791
+ box-sizing: content-box;
1792
+ justify-content: space-between;
1793
+ border-top: 1px solid #494949;
1794
+ }
1795
+ .imposium-header .orgs-menu .orgs-menu-footer .email {
1796
+ font-family: 'Roboto Condensed', sans-serif;
1797
+ font-weight: 500;
1798
+ white-space: nowrap;
1799
+ overflow-x: hidden;
1800
+ text-overflow: ellipsis;
1801
+ color: #b1b1b1;
1802
+ font-size: 12px;
1803
+ text-transform: lowercase;
1804
+ padding: 10px 15px;
1805
+ }
1806
+ .imposium-header .orgs-menu .orgs-menu-footer .btn-logout {
1807
+ padding: 0;
1808
+ border: none;
1809
+ font: inherit;
1810
+ color: inherit;
1811
+ background-color: transparent;
1812
+ cursor: pointer;
1813
+ outline: none;
1814
+ box-sizing: border-box;
1815
+ -webkit-touch-callout: none;
1816
+ -webkit-user-select: none;
1817
+ -khtml-user-select: none;
1818
+ -moz-user-select: none;
1819
+ -ms-user-select: none;
1820
+ user-select: none;
1821
+ font-family: 'OswaldHeader', 'Oswald', sans-serif;
1822
+ text-transform: uppercase;
1823
+ color: white;
1824
+ font-size: 12px;
1825
+ padding: 10px 15px;
1826
+ }
1827
+ .horizontal-rule {
1828
+ width: 100%;
1829
+ height: 2px;
1830
+ box-sizing: border-box;
1831
+ margin-top: 5px;
1832
+ margin-bottom: 5px;
1833
+ }
1834
+ .horizontal-rule.default {
1835
+ border-top: 1px solid #353535;
1836
+ border-bottom: 1px solid #161616;
1837
+ }
1838
+ .horizontal-rule.subtle {
1839
+ border-top: 1px solid rgba(53, 53, 53, 0.4);
1840
+ border-bottom: 1px solid rgba(22, 22, 22, 0.4);
1841
+ }
1842
+ .modal {
1843
+ z-index: 10000;
1844
+ position: absolute;
1845
+ width: 100%;
1846
+ height: 100%;
1847
+ top: 0px;
1848
+ left: 0px;
1849
+ }
1850
+ .modal .modal-bg {
1851
+ position: absolute;
1852
+ width: 100%;
1853
+ height: 100%;
1854
+ top: 0px;
1855
+ left: 0px;
1856
+ background: rgba(22, 22, 22, 0.8);
1857
+ }
1858
+ .modal .modal-container {
1859
+ position: absolute;
1860
+ background: #272727;
1861
+ padding: 5px;
1862
+ box-sizing: border-box;
1863
+ border: 1px solid #161616;
1864
+ }
1865
+ .modal .modal-container .modal-content {
1866
+ position: absolute;
1867
+ top: 0px;
1868
+ left: 0px;
1869
+ height: 100%;
1870
+ width: 100%;
1871
+ box-sizing: border-box;
1872
+ padding: 5px;
1873
+ }
1874
+ .no-access {
1875
+ position: absolute;
1876
+ top: 50%;
1877
+ left: 50%;
1878
+ width: 420px;
1879
+ height: 220px;
1880
+ margin-left: -210px;
1881
+ margin-top: -110px;
1882
+ display: flex;
1883
+ flex-direction: column;
1884
+ align-items: center;
1885
+ justify-content: center;
1886
+ padding: 16px 0px;
1887
+ box-sizing: border-box;
1888
+ }
1889
+ .no-access svg {
1890
+ color: #B9B8B8;
1891
+ margin-bottom: 0.1em;
1892
+ }
1893
+ .no-access .no-access-copy {
1894
+ display: flex;
1895
+ flex-direction: column;
1896
+ }
1897
+ .no-access .no-access-copy .no-access-heading {
1898
+ margin-bottom: 8px;
1899
+ text-align: center;
1900
+ font-weight: 400;
1901
+ }
1902
+ .no-access .no-access-copy a {
1903
+ text-align: center;
1904
+ color: #2d8ceb;
1905
+ text-decoration: none;
1906
+ font-size: 16px;
1907
+ }
1908
+ .media-player {
1909
+ position: absolute;
1910
+ width: 100%;
1911
+ height: 100%;
1912
+ top: 0px;
1913
+ left: 0px;
1914
+ }
1915
+ .media-player .inner-viewer {
1916
+ position: absolute;
1917
+ }
1918
+ .media-player .inner-viewer img {
1919
+ width: 100%;
1920
+ height: 100%;
1921
+ outline: 1px solid #000000;
1922
+ background-size: 20px 20px;
1923
+ background-position: 0 0;
1924
+ background-image: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="5" height="5" fill="%23e4e4e4" /><rect x="5" y="5" width="5" height="5" fill="%23e4e4e4" /><rect x="5" y="0" width="5" height="5" fill="white" /><rect x="0" y="5" width="5" height="5" fill="white" /></svg>');
1925
+ }
1926
+ .media-player .inner-viewer video {
1927
+ width: 100%;
1928
+ height: 100%;
1929
+ outline: 1px solid #000000;
1930
+ }
1931
+ .media-player .inner-viewer audio {
1932
+ width: 100%;
1933
+ height: 100%;
1934
+ outline: 1px solid #000000;
1935
+ }
1936
+ .preview-not-available {
1937
+ position: absolute;
1938
+ top: 50%;
1939
+ left: 50%;
1940
+ margin-left: -150px;
1941
+ margin-top: -150px;
1942
+ width: 300px;
1943
+ height: 300px;
1944
+ text-align: center;
1945
+ }
1946
+ .preview-not-available .icon {
1947
+ margin-bottom: 20px;
1948
+ }
1949
+ .preview-not-available .icon svg {
1950
+ width: 50px;
1951
+ height: 50px;
1952
+ }
1953
+ .publish-status-indicator {
1954
+ display: inline-block;
1955
+ padding: 3px;
1956
+ border-radius: 2px;
1957
+ background-color: #161616;
1958
+ vertical-align: top;
1959
+ box-sizing: border-box;
1960
+ height: 24px;
1961
+ margin-top: 2px;
1962
+ color: #dfdfdf;
1963
+ }
1964
+ .publish-status-indicator .spinner {
1965
+ width: 16px;
1966
+ height: 16px;
1967
+ margin-right: 5px;
1968
+ }
1969
+ .publish-status-indicator .spinner .icon {
1970
+ width: 16px;
1971
+ height: 16px;
1972
+ }
1973
+ .publish-wizard {
1974
+ padding-top: 30px;
1975
+ }
1976
+ .publish-wizard .missingColumns {
1977
+ margin: 15px;
1978
+ color: red;
1979
+ word-break: break-word;
1980
+ }
1981
+ .publish-wizard .publish-wizard-header {
1982
+ position: absolute;
1983
+ padding: 2px;
1984
+ padding-left: 5px;
1985
+ color: #2d8ceb;
1986
+ box-sizing: border-box;
1987
+ top: 0px;
1988
+ left: 0px;
1989
+ height: 25px;
1990
+ width: 100%;
1991
+ border-bottom: 2px solid #2d8ceb;
1992
+ }
1993
+ .publish-wizard .publish-status-indicator {
1994
+ position: absolute;
1995
+ right: 2px;
1996
+ top: 28px;
1997
+ }
1998
+ .publish-wizard .publish-header {
1999
+ display: inline-block;
2000
+ padding: 2px;
2001
+ width: 100%;
2002
+ font-size: 14px;
2003
+ box-sizing: border-box;
2004
+ border-bottom: 2px solid #2d8ceb;
2005
+ color: #2d8ceb;
2006
+ font-weight: 700;
2007
+ }
2008
+ .publish-wizard .next-button {
2009
+ position: absolute;
2010
+ text-align: center;
2011
+ padding-bottom: 10px;
2012
+ width: 100%;
2013
+ bottom: 0;
2014
+ right: 0;
2015
+ }
2016
+ .publish-wizard .publish-status {
2017
+ width: 60%;
2018
+ font-size: 14px;
2019
+ color: white;
2020
+ text-align: left;
2021
+ font-weight: normal;
2022
+ }
2023
+ .publish-wizard .publish-wizard-error {
2024
+ padding: 10px;
2025
+ box-sizing: border-box;
2026
+ background-color: #353535;
2027
+ }
2028
+ .publish-wizard .lower-buttons {
2029
+ margin-top: 10px;
2030
+ left: 0px;
2031
+ width: 100%;
2032
+ text-align: center;
2033
+ }
2034
+ .publish-wizard .link-wrapper {
2035
+ display: flex;
2036
+ flex-wrap: wrap;
2037
+ }
2038
+ .publish-wizard .big-link {
2039
+ display: flex;
2040
+ align-items: center;
2041
+ justify-content: center;
2042
+ margin: 5px 2px 0px 2px;
2043
+ width: calc(50% - 7.5px);
2044
+ height: 100px;
2045
+ background: #262626;
2046
+ border: 1px solid #1d1d1d;
2047
+ cursor: pointer;
2048
+ position: relative;
2049
+ }
2050
+ .publish-wizard .big-link.disabled {
2051
+ pointer-events: none;
2052
+ }
2053
+ .publish-wizard .big-link.disabled h1 {
2054
+ color: #5f5f5f;
2055
+ }
2056
+ .publish-wizard .big-link h1 {
2057
+ text-align: center;
2058
+ width: 100%;
2059
+ }
2060
+ .publish-wizard .big-link:hover {
2061
+ background: #2a2a2a;
2062
+ }
2063
+ .publish-wizard .big-link:hover h1 {
2064
+ color: #2d8ceb;
2065
+ }
2066
+ .progress-bar progress {
2067
+ width: 10em;
2068
+ background: #2d8ceb;
2069
+ height: 6px;
2070
+ border-radius: 7px;
2071
+ background-size: 10px 10px;
2072
+ background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
2073
+ animation: barberpole 0.5s linear infinite;
2074
+ }
2075
+ .progress-bar progress::-webkit-progress-bar {
2076
+ border-radius: 7px;
2077
+ background: transparent;
2078
+ }
2079
+ .progress-bar progress::-webkit-progress-value {
2080
+ background-color: white;
2081
+ border-radius: 7px;
2082
+ transition: width 0.5s ease;
2083
+ }
2084
+ .section {
2085
+ position: absolute;
2086
+ width: 100%;
2087
+ height: 100%;
2088
+ top: 0px;
2089
+ left: 0px;
2090
+ }
2091
+ .section .section-header {
2092
+ background: #4f4f4f;
2093
+ border-bottom: 2px solid #2d8ceb;
2094
+ width: 100%;
2095
+ height: 25px;
2096
+ padding-left: 5px;
2097
+ padding-right: 5px;
2098
+ box-sizing: border-box;
2099
+ margin-bottom: 5px;
2100
+ position: relative;
2101
+ white-space: nowrap;
2102
+ text-overflow: ellipsis;
2103
+ }
2104
+ .section .section-header .title {
2105
+ font-size: 14px;
2106
+ }
2107
+ .section .section-header .tab {
2108
+ display: inline-block;
2109
+ padding: 0 0.28em;
2110
+ box-sizing: border-box;
2111
+ cursor: pointer;
2112
+ color: #dfdfdf;
2113
+ font-size: 14px;
2114
+ background-color: #626255;
2115
+ height: calc(100% - 2px);
2116
+ margin-top: 2px;
2117
+ opacity: 1;
2118
+ border-top-left-radius: 3px;
2119
+ border-top-right-radius: 3px;
2120
+ margin-right: 2px;
2121
+ }
2122
+ .section .section-header .tab.last-child {
2123
+ margin-right: 0;
2124
+ }
2125
+ .section .section-header .tab:hover {
2126
+ background-color: #2d8ceb;
2127
+ color: #e1e1e1;
2128
+ }
2129
+ .section .section-header .tab.active {
2130
+ background-color: #2d8ceb;
2131
+ color: #e1e1e1;
2132
+ opacity: 1;
2133
+ }
2134
+ .section .section-header .buttons {
2135
+ position: absolute;
2136
+ right: 3px;
2137
+ top: 1px;
2138
+ }
2139
+ .section .section-content {
2140
+ position: absolute;
2141
+ width: 100%;
2142
+ height: 100%;
2143
+ top: 0px;
2144
+ left: 0px;
2145
+ top: 25px;
2146
+ height: calc(100% - 25px);
2147
+ padding: 7px 5px 5px 5px;
2148
+ box-sizing: border-box;
2149
+ overflow-y: auto;
2150
+ }
2151
+ .section .loading-bar {
2152
+ position: absolute;
2153
+ top: 23px;
2154
+ width: 100%;
2155
+ height: 6px;
2156
+ background: #2d8ceb;
2157
+ background-size: 10px 10px;
2158
+ background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
2159
+ animation: barberpole 0.5s linear infinite;
2160
+ }
2161
+ @keyframes barberpole {
2162
+ from {
2163
+ background-position: 0 0;
2164
+ }
2165
+ to {
2166
+ background-position: 20px 10px;
2167
+ }
2168
+ }
2169
+ .shortcuts-menu {
2170
+ padding: 5px;
2171
+ box-sizing: border-box;
2172
+ background: #272727;
2173
+ }
2174
+ .shortcuts-menu table tr td {
2175
+ font-size: 12px;
2176
+ padding: 0.2em;
2177
+ }
2178
+ .shortcuts-menu table tr td.hotkey-cell {
2179
+ font-weight: 600;
2180
+ text-align: right;
2181
+ }
2182
+ .shortcuts-menu table tr td.shortcut-desc {
2183
+ padding: 0.2em 0.2em 0.2em 1.2em;
2184
+ }
2185
+ .spinner {
2186
+ display: inline-block;
2187
+ width: 20px;
2188
+ height: 20px;
2189
+ line-height: 100%;
2190
+ }
2191
+ .spinner .icon {
2192
+ font-size: 18px;
2193
+ text-align: center;
2194
+ width: 20px;
2195
+ height: 20px;
2196
+ vertical-align: middle;
2197
+ animation-name: rotate;
2198
+ animation-duration: 1s;
2199
+ animation-iteration-count: infinite;
2200
+ animation-timing-function: linear;
2201
+ color: #B9B8B8;
2202
+ }
2203
+ .spinner .icon svg {
2204
+ width: 100%;
2205
+ height: 100%;
2206
+ }
2207
+ @keyframes rotate {
2208
+ from {
2209
+ transform: rotate(0deg);
2210
+ }
2211
+ to {
2212
+ transform: rotate(360deg);
2213
+ }
2214
+ }
2215
+ .static-composition-editor {
2216
+ position: absolute;
2217
+ width: 100%;
2218
+ height: 100%;
2219
+ top: 0px;
2220
+ left: 0px;
2221
+ }
2222
+ .static-composition-editor .composition-config {
2223
+ position: absolute;
2224
+ left: 0;
2225
+ width: 280px;
2226
+ height: 100%;
2227
+ overflow-y: scroll;
2228
+ background: #272727;
2229
+ padding-left: 5px;
2230
+ padding-right: 5px;
2231
+ box-sizing: border-box;
2232
+ }
2233
+ .static-composition-editor .composition-preview {
2234
+ position: absolute;
2235
+ width: 100%;
2236
+ height: 100%;
2237
+ top: 0px;
2238
+ left: 0px;
2239
+ left: 280px;
2240
+ width: calc(100% - 280px);
2241
+ }
2242
+ .static-composition-renderer {
2243
+ position: absolute;
2244
+ width: 100%;
2245
+ height: 100%;
2246
+ top: 0px;
2247
+ left: 0px;
2248
+ font-family: 'Arial';
2249
+ border: 2px solid #353535;
2250
+ }
2251
+ .composition-renderer-layer {
2252
+ position: absolute;
2253
+ transform-origin: center center;
2254
+ }
2255
+ .composition-text-layer {
2256
+ will-change: transform;
2257
+ position: absolute;
2258
+ width: 100%;
2259
+ height: 100%;
2260
+ top: 0px;
2261
+ left: 0px;
2262
+ }
2263
+ .composition-text-layer .inner-text {
2264
+ display: inline-block;
2265
+ }
2266
+ .log-html span {
2267
+ display: block;
2268
+ font-family: monospace;
2269
+ word-wrap: break-word;
2270
+ font-size: 10px;
2271
+ line-height: 13px;
2272
+ }
2273
+ .log-html .ansi-black-fg {
2274
+ color: #3A3A3A;
2275
+ }
2276
+ .log-html .ansi-red-fg {
2277
+ color: #AF1126;
2278
+ }
2279
+ .log-html .ansi-green-fg {
2280
+ color: #56B05E;
2281
+ }
2282
+ .log-html .ansi-yellow-fg {
2283
+ color: #8F7B25;
2284
+ }
2285
+ .log-html .ansi-blue-fg {
2286
+ color: #2d8ceb;
2287
+ }
2288
+ .log-html .ansi-magenta-fg {
2289
+ color: #B35CB1;
2290
+ }
2291
+ .log-html .ansi-cyan-fg {
2292
+ color: #75C0EB;
2293
+ }
2294
+ .log-html .ansi-white-fg {
2295
+ color: #f5f5f5;
2296
+ }
2297
+ .log-html .ansi-bright-black-fg {
2298
+ color: #3A3A3A;
2299
+ }
2300
+ .log-html .ansi-bright-red-fg {
2301
+ color: #AF1126;
2302
+ }
2303
+ .log-html .ansi-bright-green-fg {
2304
+ color: #56B05E;
2305
+ }
2306
+ .log-html .ansi-bright-yellow-fg {
2307
+ color: #8F7B25;
2308
+ }
2309
+ .log-html .ansi-bright-blue-fg {
2310
+ color: #2d8ceb;
2311
+ }
2312
+ .log-html .ansi-bright-magenta-fg {
2313
+ color: #B35CB1;
2314
+ }
2315
+ .log-html .ansi-bright-cyan-fg {
2316
+ color: #75C0EB;
2317
+ }
2318
+ .log-html .ansi-bright-white-fg {
2319
+ color: #f5f5f5;
2320
+ }
2321
+ .log-html .ansi-black-bg {
2322
+ background-color: #3A3A3A;
2323
+ }
2324
+ .log-html .ansi-red-bg {
2325
+ background-color: #AF1126;
2326
+ }
2327
+ .log-html .ansi-green-bg {
2328
+ background-color: #56B05E;
2329
+ }
2330
+ .log-html .ansi-yellow-bg {
2331
+ background-color: #8F7B25;
2332
+ }
2333
+ .log-html .ansi-blue-bg {
2334
+ background-color: #2d8ceb;
2335
+ }
2336
+ .log-html .ansi-magenta-bg {
2337
+ background-color: #B35CB1;
2338
+ }
2339
+ .log-html .ansi-cyan-bg {
2340
+ background-color: #75C0EB;
2341
+ }
2342
+ .log-html .ansi-white-bg {
2343
+ background-color: #f5f5f5;
2344
+ }
2345
+ .log-html .ansi-bright-black-bg {
2346
+ background-color: #3A3A3A;
2347
+ }
2348
+ .log-html .ansi-bright-red-bg {
2349
+ background-color: #AF1126;
2350
+ }
2351
+ .log-html .ansi-bright-green-bg {
2352
+ background-color: #56B05E;
2353
+ }
2354
+ .log-html .ansi-bright-yellow-bg {
2355
+ background-color: #8F883A;
2356
+ }
2357
+ .log-html .ansi-bright-blue-bg {
2358
+ background-color: #2d8ceb;
2359
+ }
2360
+ .log-html .ansi-bright-magenta-bg {
2361
+ background-color: #B35CB1;
2362
+ }
2363
+ .log-html .ansi-bright-cyan-bg {
2364
+ background-color: #75C0EB;
2365
+ }
2366
+ .log-html .ansi-bright-white-bg {
2367
+ background-color: #f5f5f5;
2368
+ }
2369
+ .running-prompt {
2370
+ position: absolute;
2371
+ width: 200px;
2372
+ height: 150px;
2373
+ text-align: center;
2374
+ top: 50%;
2375
+ left: 50%;
2376
+ margin-top: -75px;
2377
+ margin-left: -100px;
2378
+ }
2379
+ .running-prompt.error-wrapper {
2380
+ width: 250px;
2381
+ }
2382
+ .story-viewer {
2383
+ position: absolute;
2384
+ width: 100%;
2385
+ height: 100%;
2386
+ top: 0px;
2387
+ left: 0px;
2388
+ background: #161616;
2389
+ }
2390
+ .story-viewer .buttons {
2391
+ position: absolute;
2392
+ top: 0px;
2393
+ left: 0px;
2394
+ width: 100%;
2395
+ height: 30px;
2396
+ box-sizing: border-box;
2397
+ padding: 1px;
2398
+ background: #232323;
2399
+ }
2400
+ .story-viewer .log {
2401
+ position: absolute;
2402
+ width: 100%;
2403
+ height: 100%;
2404
+ top: 0px;
2405
+ left: 0px;
2406
+ overflow-y: scroll;
2407
+ padding: 10px;
2408
+ box-sizing: border-box;
2409
+ }
2410
+ .story-viewer .variables {
2411
+ position: absolute;
2412
+ top: 0px;
2413
+ left: 0px;
2414
+ width: 250px;
2415
+ height: 100%;
2416
+ padding: 10px;
2417
+ box-sizing: border-box;
2418
+ background: #242424;
2419
+ border-right: 1px solid #161616;
2420
+ overflow-y: scroll;
2421
+ }
2422
+ .story-viewer .viewer-content {
2423
+ position: absolute;
2424
+ left: 250px;
2425
+ top: 0px;
2426
+ height: 100%;
2427
+ width: calc(100% - 250px);
2428
+ }
2429
+ .story-viewer .viewer-content .content-header {
2430
+ position: absolute;
2431
+ width: 100%;
2432
+ height: 100%;
2433
+ top: 0px;
2434
+ left: 0px;
2435
+ box-sizing: border-box;
2436
+ padding-top: 4px;
2437
+ padding-left: 4px;
2438
+ height: 35px;
2439
+ background: #242424;
2440
+ }
2441
+ .story-viewer .viewer-content .content-header .output {
2442
+ margin-top: 4px;
2443
+ margin-right: 5px;
2444
+ display: inline-block;
2445
+ vertical-align: top;
2446
+ }
2447
+ .story-viewer .viewer-content .content-header .right-interface {
2448
+ position: absolute;
2449
+ right: 8px;
2450
+ top: 8px;
2451
+ text-align: right;
2452
+ }
2453
+ .story-viewer .viewer-content .content-wrapper {
2454
+ position: absolute;
2455
+ width: 100%;
2456
+ height: 100%;
2457
+ top: 0px;
2458
+ left: 0px;
2459
+ top: 35px;
2460
+ height: calc(100% - 35px);
2461
+ }
2462
+ .tabs {
2463
+ position: absolute;
2464
+ width: 100%;
2465
+ height: 100%;
2466
+ top: 0px;
2467
+ left: 0px;
2468
+ }
2469
+ .tabs .tab-header {
2470
+ white-space: nowrap;
2471
+ position: absolute;
2472
+ top: 0px;
2473
+ left: 0px;
2474
+ background: #3f3f3f;
2475
+ width: 100%;
2476
+ height: 25px;
2477
+ box-sizing: border-box;
2478
+ border-bottom: 2px solid #2d8ceb;
2479
+ }
2480
+ .tabs .tab-header .tab-header-option {
2481
+ min-width: 80px;
2482
+ display: inline-block;
2483
+ padding-left: 5px;
2484
+ padding-right: 5px;
2485
+ font-size: 14px;
2486
+ height: 100%;
2487
+ user-select: none;
2488
+ cursor: pointer;
2489
+ text-align: center;
2490
+ box-sizing: border-box;
2491
+ }
2492
+ .tabs .tab-header .tab-header-option:hover {
2493
+ background: #424242;
2494
+ }
2495
+ .tabs .tab-header .tab-header-option.active {
2496
+ background: #4f4f4f;
2497
+ border-bottom: 2px solid #2d8ceb;
2498
+ font-weight: 700;
2499
+ }
2500
+ .tabs .tab-header .tab-header-menu .button-menu .imposium-btn {
2501
+ margin: 0;
2502
+ }
2503
+ .tabs .tab-content {
2504
+ overflow-y: auto;
2505
+ position: absolute;
2506
+ width: 100%;
2507
+ height: 100%;
2508
+ top: 0px;
2509
+ left: 0px;
2510
+ top: 25px;
2511
+ height: calc(100% - 25px);
2512
+ }
2513
+ .tabs .tab-content .tab-content-wrapper {
2514
+ position: absolute;
2515
+ width: 100%;
2516
+ height: 100%;
2517
+ top: 0px;
2518
+ left: 0px;
2519
+ }
2520
+ .imposium-tag {
2521
+ padding: 3px 4px 3px 5px;
2522
+ margin: 2.5px;
2523
+ box-sizing: border-box;
2524
+ border-radius: 5px;
2525
+ background: #353535;
2526
+ font-size: 11px;
2527
+ border-left-width: 4px;
2528
+ border-left-style: solid;
2529
+ display: inline-block;
2530
+ position: relative;
2531
+ cursor: pointer;
2532
+ user-select: none;
2533
+ }
2534
+ .imposium-tag:hover .remove-tag {
2535
+ scale: 1;
2536
+ opacity: 1;
2537
+ transition: scale 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 600ms, opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 600ms;
2538
+ }
2539
+ .imposium-tag .remove-tag {
2540
+ scale: 0;
2541
+ opacity: 0;
2542
+ transition: scale 50ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, opacity 50ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
2543
+ position: absolute;
2544
+ width: 16px;
2545
+ height: 16px;
2546
+ border-radius: 50%;
2547
+ right: -10px;
2548
+ top: -5px;
2549
+ background: #5f5f5f;
2550
+ z-index: 100;
2551
+ }
2552
+ .imposium-tag .remove-tag svg {
2553
+ fill: #dfdfdf;
2554
+ margin-left: 4px;
2555
+ margin-top: 2px;
2556
+ cursor: pointer;
2557
+ }
2558
+ h1,
2559
+ h2,
2560
+ h3,
2561
+ h4,
2562
+ h5 {
2563
+ font-family: 'Oswald', sans-serif;
2564
+ color: #d5d5d5;
2565
+ display: inline-block;
2566
+ }
2567
+ h1 {
2568
+ font-size: 18px;
2569
+ margin-bottom: 5px;
2570
+ }
2571
+ h2 {
2572
+ font-size: 15px;
2573
+ line-height: 15px;
2574
+ margin-bottom: 3px;
2575
+ }
2576
+ h3 {
2577
+ font-size: 13px;
2578
+ line-height: 13px;
2579
+ margin-bottom: 2px;
2580
+ }
2581
+ .text-primary {
2582
+ color: #2d8ceb;
2583
+ }
2584
+ .text-secondary {
2585
+ color: #B9B8B8;
2586
+ }
2587
+ .text-danger {
2588
+ color: #AF1126;
2589
+ }
2590
+ .text-large {
2591
+ font-size: 15px;
2592
+ }
2593
+ #ct-container .ct-toast {
2594
+ padding: 0.5em 1em;
2595
+ min-height: unset;
2596
+ position: absolute;
2597
+ bottom: 5em;
2598
+ background-color: #161616;
2599
+ border-top: 1px solid #5f5f5f;
2600
+ border-bottom: 1px solid #5f5f5f;
2601
+ border-right: 1px solid #5f5f5f;
2602
+ color: #dfdfdf;
2603
+ }
2604
+ #ct-container .ct-toast .ct-text-group {
2605
+ margin-left: 1em;
2606
+ }
2607
+ .imposium-button-tooltip-light {
2608
+ color: #d5d5d5 !important;
2609
+ background-color: #626255 !important;
2610
+ padding: 1px 4px !important;
2611
+ border-radius: 0px !important;
2612
+ transition: opacity 0.1s ease-out !important;
2613
+ opacity: 1 !important;
2614
+ }
2615
+ .imposium-button-tooltip-light.place-top {
2616
+ margin-top: -4px !important;
2617
+ }
2618
+ .imposium-button-tooltip-light.place-bottom {
2619
+ margin-bottom: -4px !important;
2620
+ }
2621
+ .imposium-button-tooltip-light.place-left {
2622
+ margin-left: -4px !important;
2623
+ }
2624
+ .imposium-button-tooltip-light.place-right {
2625
+ margin-right: -4px !important;
2626
+ }
2627
+ .imposium-button-tooltip-light:after {
2628
+ border: none !important;
2629
+ }
2630
+ .imposium-button-tooltip-dark {
2631
+ color: #d5d5d5 !important;
2632
+ background-color: #161616 !important;
2633
+ padding: 1px 4px !important;
2634
+ border-radius: 0px !important;
2635
+ transition: opacity 0.1s ease-out !important;
2636
+ opacity: 1 !important;
2637
+ }
2638
+ .imposium-button-tooltip-dark.place-top {
2639
+ margin-top: -4px !important;
2640
+ }
2641
+ .imposium-button-tooltip-dark.place-bottom {
2642
+ margin-bottom: -4px !important;
2643
+ }
2644
+ .imposium-button-tooltip-dark.place-left {
2645
+ margin-left: -4px !important;
2646
+ }
2647
+ .imposium-button-tooltip-dark.place-right {
2648
+ margin-right: -4px !important;
2649
+ }
2650
+ .imposium-button-tooltip-dark:after {
2651
+ border: none !important;
2652
+ }
2653
+ .variable-default-upload {
2654
+ width: 100%;
2655
+ min-height: 20px;
2656
+ background: #272727;
2657
+ top: 50%;
2658
+ left: 50%;
2659
+ text-align: center;
2660
+ box-sizing: border-box;
2661
+ cursor: pointer;
2662
+ }
2663
+ .variable-default-upload:hover {
2664
+ outline: 1px solid #2d8ceb;
2665
+ }
2666
+ .variable-default-upload .default-preview {
2667
+ width: 100%;
2668
+ }
2669
+ .variable-default-upload .btn-wrapper {
2670
+ position: absolute;
2671
+ top: 0px;
2672
+ right: 0px;
2673
+ }