formeo 3.1.2 → 3.1.4

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 (33) hide show
  1. package/dist/demo/assets/css/demo.min.css +1 -1
  2. package/dist/demo/assets/css/demo.min.css.gz +0 -0
  3. package/dist/demo/assets/css/formeo.min.css +1 -1
  4. package/dist/demo/assets/js/demo.min.js +2 -2
  5. package/dist/demo/assets/js/demo.min.js.gz +0 -0
  6. package/dist/demo/assets/js/formeo.cjs.js +10119 -0
  7. package/dist/demo/assets/js/formeo.es.js +10118 -0
  8. package/dist/demo/assets/js/formeo.min.cjs.js +14 -0
  9. package/dist/demo/assets/js/formeo.min.es.js +10118 -0
  10. package/dist/demo/assets/js/formeo.min.js +10113 -4
  11. package/dist/demo/assets/js/formeo.min.umd.js +14 -0
  12. package/dist/demo/assets/js/formeo.umd.js +10123 -0
  13. package/dist/demo/assets/js/index.min.js +1 -1
  14. package/dist/demo/assets/js/index.min2.js +1 -1
  15. package/dist/demo/assets/js/index.min3.js +1 -1
  16. package/dist/demo/assets/js/mode-json.min.js +1 -1
  17. package/dist/demo/assets/js/mode-json.min.js.gz +0 -0
  18. package/dist/demo/assets/js/theme-github_light_default.min.js +1 -1
  19. package/dist/demo/index.html +1 -1
  20. package/dist/formeo.cjs.js +10108 -3
  21. package/dist/formeo.css +2043 -0
  22. package/dist/formeo.es.js +29 -23
  23. package/dist/formeo.min.cjs.js +14 -0
  24. package/dist/formeo.min.css +1 -1
  25. package/dist/formeo.min.es.js +10118 -0
  26. package/dist/formeo.min.js +10113 -4
  27. package/dist/formeo.min.umd.js +14 -0
  28. package/dist/formeo.umd.js +10113 -4
  29. package/package.json +6 -3
  30. package/dist/demo/assets/css/formeo.min.css.gz +0 -0
  31. package/dist/demo/assets/js/formeo.min.js.gz +0 -0
  32. package/dist/demo/assets/lang/hi-IN.json.gz +0 -0
  33. package/dist/demo/assets/lang/th-TH.json.gz +0 -0
@@ -0,0 +1,2043 @@
1
+
2
+ /**
3
+ formeo - https://formeo.io
4
+ Version: 3.1.3
5
+ Author: Draggable https://draggable.io
6
+ */
7
+
8
+ /*
9
+ Mixins
10
+ */
11
+ .svg-icon {
12
+ display: inline-block;
13
+ width: 24px;
14
+ height: 24px;
15
+ pointer-events: none;
16
+ }
17
+
18
+ .f-i-remove:hover {
19
+ fill: rgb(217, 83, 79);
20
+ }
21
+
22
+ button[class*=-move]:hover {
23
+ background-color: rgb(153, 84, 187) !important;
24
+ }
25
+ button[class*=-move]:hover .svg-icon {
26
+ fill: #fff;
27
+ }
28
+
29
+ button[class*=-remove]:hover {
30
+ background-color: rgb(217, 83, 79) !important;
31
+ }
32
+ button[class*=-remove]:hover .svg-icon {
33
+ fill: #fff;
34
+ }
35
+
36
+ button[class*=-clone]:hover {
37
+ background-color: rgb(147, 197, 75) !important;
38
+ }
39
+ button[class*=-clone]:hover .svg-icon {
40
+ fill: #fff;
41
+ }
42
+
43
+ .item-edit-toggle:hover {
44
+ background-color: rgb(50, 93, 136) !important;
45
+ }
46
+ .item-edit-toggle:hover .svg-icon {
47
+ fill: #fff;
48
+ }
49
+
50
+ .f-autocomplete-list {
51
+ background-color: #fff;
52
+ display: none;
53
+ list-style: none;
54
+ padding: 0;
55
+ position: absolute;
56
+ z-index: 20;
57
+ max-height: 200px;
58
+ overflow-y: auto;
59
+ width: 100%;
60
+ margin: 0 -1px;
61
+ border: 1px solid #999999;
62
+ border-width: 1px 1px 0;
63
+ box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
64
+ }
65
+ .f-autocomplete-list li {
66
+ border: 1px solid #999999;
67
+ display: none;
68
+ cursor: default;
69
+ padding: 4px;
70
+ margin: -1px 0 0;
71
+ border-width: 1px 0;
72
+ transition: background-color 133ms ease-in-out;
73
+ will-change: background-color;
74
+ font-size: 0.85em;
75
+ }
76
+ .f-autocomplete-list li.active-option {
77
+ background-color: rgb(224.8267782427, 204.4154811715, 234.8845188285);
78
+ }
79
+ .f-autocomplete-list li:hover {
80
+ background-color: rgb(189.1310460251, 144.5726359833, 211.0873640167);
81
+ }
82
+ .f-autocomplete-list .component-type {
83
+ color: #666666;
84
+ font-style: italic;
85
+ font-size: 0.75em;
86
+ }
87
+
88
+ .formeo-panels-wrap h5 {
89
+ margin: 0;
90
+ padding: 0.55em 0;
91
+ color: #666666;
92
+ font-weight: normal;
93
+ display: inline-block;
94
+ width: 100%;
95
+ }
96
+ .formeo-panels-wrap nav {
97
+ position: relative;
98
+ padding: 0;
99
+ overflow: hidden;
100
+ }
101
+ .formeo-panels-wrap nav button {
102
+ position: absolute;
103
+ width: 24px;
104
+ color: #000;
105
+ height: 100%;
106
+ padding: 0;
107
+ line-height: 0;
108
+ z-index: 1;
109
+ }
110
+ .formeo-panels-wrap nav button:focus {
111
+ outline: none;
112
+ border: 1px solid rgb(102, 175, 233);
113
+ box-shadow: none;
114
+ }
115
+ .formeo-panels-wrap nav button .svg-icon {
116
+ width: 20px;
117
+ height: 20px;
118
+ }
119
+ .formeo-panels-wrap nav button.next-group {
120
+ right: 0;
121
+ top: 0;
122
+ border-top-left-radius: 0;
123
+ border-bottom-left-radius: 0;
124
+ }
125
+ .formeo-panels-wrap nav button.prev-group {
126
+ left: 0;
127
+ top: 0;
128
+ border-top-right-radius: 0;
129
+ border-bottom-right-radius: 0;
130
+ }
131
+ .formeo-panels-wrap ul {
132
+ margin: 0;
133
+ padding: 0;
134
+ list-style: none;
135
+ }
136
+ .formeo-panels-wrap .f-panel {
137
+ vertical-align: top;
138
+ display: inline-block;
139
+ width: 100%;
140
+ flex-direction: column;
141
+ flex: 1 0 100%;
142
+ }
143
+ .formeo-panels-wrap .f-panel > li:last-child {
144
+ border-radius: 0 0 4px 4px;
145
+ }
146
+ .formeo-panels-wrap .panels {
147
+ white-space: nowrap;
148
+ transition-property: height;
149
+ transition-duration: 150ms;
150
+ transition-timing-function: ease-in-out;
151
+ will-change: transform;
152
+ flex-direction: row;
153
+ }
154
+ .formeo-panels-wrap .panel-labels {
155
+ height: 100%;
156
+ background: #fff;
157
+ overflow: hidden;
158
+ text-align: center;
159
+ white-space: nowrap;
160
+ }
161
+
162
+ .tabbed-panels .panel-nav {
163
+ height: auto;
164
+ }
165
+ .tabbed-panels .panel-nav button {
166
+ display: none;
167
+ }
168
+ .tabbed-panels .panel-labels div {
169
+ flex-direction: row;
170
+ justify-content: flex-start;
171
+ flex-wrap: nowrap;
172
+ align-content: stretch;
173
+ align-items: stretch;
174
+ display: flex;
175
+ }
176
+ .tabbed-panels .panel-labels h5 {
177
+ flex-direction: column;
178
+ flex: 1;
179
+ cursor: pointer;
180
+ background-color: #cccccc;
181
+ box-shadow: 0 -1px 8px #999999 inset;
182
+ }
183
+ .tabbed-panels .panel-labels h5.active-tab {
184
+ color: #000;
185
+ box-shadow: none;
186
+ background-color: #fff;
187
+ }
188
+
189
+ #formeo-sprite {
190
+ display: none !important;
191
+ visibility: hidden !important;
192
+ }
193
+
194
+ .formeo {
195
+ /*
196
+ Mixins
197
+ */
198
+ }
199
+ .formeo * {
200
+ box-sizing: inherit;
201
+ font-family: inherit;
202
+ }
203
+ .formeo .pill-buttons > button {
204
+ border-radius: 50px;
205
+ }
206
+ .formeo hr {
207
+ margin-top: 1rem;
208
+ margin-bottom: 1rem;
209
+ border: 0;
210
+ border-top: 1px solid #cccccc;
211
+ }
212
+ .formeo .f-field-group {
213
+ flex-wrap: wrap;
214
+ margin-bottom: 12px;
215
+ }
216
+ .formeo .f-field-group:last-child {
217
+ margin-bottom: 0;
218
+ }
219
+ .formeo .f-field-group label + .badge {
220
+ margin-left: 8px;
221
+ }
222
+ .formeo .f-field-group > label {
223
+ display: inline-block;
224
+ margin-bottom: 4px;
225
+ }
226
+ .formeo .f-field-group button {
227
+ margin-right: 4px;
228
+ }
229
+ .formeo select {
230
+ font-size: 100%;
231
+ font-family: inherit;
232
+ height: 2.1em;
233
+ line-height: 1.5;
234
+ margin: 0;
235
+ border: 1px solid #cccccc;
236
+ border-radius: 4px;
237
+ background-color: #fff;
238
+ width: 100%;
239
+ padding: 0.3em 0.6em;
240
+ box-sizing: border-box;
241
+ }
242
+ .formeo select:focus {
243
+ border: 1px solid rgb(102, 175, 233);
244
+ outline: none;
245
+ }
246
+ .formeo input {
247
+ font-size: 100%;
248
+ font-family: inherit;
249
+ height: 2.1em;
250
+ line-height: 1.5;
251
+ margin: 0;
252
+ border: 1px solid #cccccc;
253
+ border-radius: 4px;
254
+ background-color: #fff;
255
+ width: 100%;
256
+ padding: 0.3em 0.6em;
257
+ box-sizing: border-box;
258
+ }
259
+ .formeo input:focus {
260
+ border: 1px solid rgb(102, 175, 233);
261
+ outline: none;
262
+ }
263
+ .formeo input[type=checkbox], .formeo input[type=radio] {
264
+ width: auto;
265
+ height: auto;
266
+ margin-right: 4px;
267
+ }
268
+ .formeo input[type=date] {
269
+ max-width: 280px;
270
+ display: block;
271
+ }
272
+ .formeo textarea {
273
+ font-size: 100%;
274
+ font-family: inherit;
275
+ height: 2.1em;
276
+ line-height: 1.5;
277
+ margin: 0;
278
+ border: 1px solid #cccccc;
279
+ border-radius: 4px;
280
+ background-color: #fff;
281
+ width: 100%;
282
+ padding: 0.3em 0.6em;
283
+ box-sizing: border-box;
284
+ height: auto;
285
+ }
286
+ .formeo textarea:focus {
287
+ border: 1px solid rgb(102, 175, 233);
288
+ outline: none;
289
+ }
290
+ .formeo button {
291
+ border-radius: 4px;
292
+ border: 1px solid #666666;
293
+ color: #333333;
294
+ background-color: #fff;
295
+ padding: 4px 8px;
296
+ line-height: 1.5em;
297
+ }
298
+ .formeo button:active {
299
+ transform: scale(0.97);
300
+ }
301
+ .formeo button:hover {
302
+ filter: brightness(0.9);
303
+ }
304
+ .formeo button.primary, .formeo button.success, .formeo button.warning, .formeo button.error {
305
+ color: #fff;
306
+ }
307
+ .formeo button.primary {
308
+ background-color: rgb(50, 93, 136);
309
+ border-color: rgb(36.2903225806, 67.5, 98.7096774194);
310
+ }
311
+ .formeo button.success {
312
+ background-color: rgb(147, 197, 75);
313
+ border-color: rgb(120.7142857143, 167.1428571429, 53.8571428571);
314
+ }
315
+ .formeo button.warning {
316
+ background-color: rgb(244, 124, 60);
317
+ border-color: rgb(239.4902912621, 92.1116504854, 13.5097087379);
318
+ }
319
+ .formeo button.error {
320
+ background-color: rgb(217, 83, 79);
321
+ border-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
322
+ }
323
+ .formeo button[disabled] {
324
+ background-color: #cccccc;
325
+ color: #fff;
326
+ }
327
+ .formeo button:focus {
328
+ border: 1px solid rgb(102, 175, 233);
329
+ }
330
+ .formeo button:hover, .formeo button:focus {
331
+ outline: 0 none;
332
+ }
333
+ .formeo .f-addon {
334
+ font-size: 100%;
335
+ font-family: inherit;
336
+ height: 2.1em;
337
+ line-height: 1.5;
338
+ margin: 0;
339
+ border: 1px solid #cccccc;
340
+ border-radius: 4px;
341
+ background-color: #fff;
342
+ width: 100%;
343
+ padding: 0.3em 0.6em;
344
+ box-sizing: border-box;
345
+ width: auto;
346
+ }
347
+ .formeo .f-addon:focus {
348
+ border: 1px solid rgb(102, 175, 233);
349
+ outline: none;
350
+ }
351
+ .formeo .f-addon label {
352
+ margin: 1px 0 0 3px;
353
+ }
354
+ .formeo .f-addon:last-child {
355
+ margin-left: -1px;
356
+ }
357
+ .formeo .f-btn-group {
358
+ display: inline-flex;
359
+ vertical-align: middle;
360
+ }
361
+ .formeo .f-btn-group > button {
362
+ flex: 0 1 auto;
363
+ }
364
+ .formeo .f-btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
365
+ border-radius: 0;
366
+ }
367
+ .formeo .f-btn-group > button:last-child:not(:first-child):not(.dropdown-toggle) {
368
+ border-bottom-left-radius: 0;
369
+ border-top-left-radius: 0;
370
+ }
371
+ .formeo .f-btn-group > button:first-child {
372
+ margin-left: 0;
373
+ }
374
+ .formeo .f-btn-group > button:first-child:not(:last-child):not(.dropdown-toggle) {
375
+ border-bottom-right-radius: 0;
376
+ border-top-right-radius: 0;
377
+ }
378
+ .formeo .f-btn-group button + button,
379
+ .formeo .f-btn-group button + .f-btn-group,
380
+ .formeo .f-btn-group .f-btn-group + button,
381
+ .formeo .f-btn-group .f-btn-group + .f-btn-group,
382
+ .formeo .f-btn-group .f-btn-group-vertical button + button,
383
+ .formeo .f-btn-group .f-btn-group-vertical button + .f-btn-group,
384
+ .formeo .f-btn-group .f-btn-group-vertical .f-btn-group + button,
385
+ .formeo .f-btn-group .f-btn-group-vertical .f-btn-group + .f-btn-group {
386
+ margin-left: -1px;
387
+ }
388
+ .formeo .f-input-group {
389
+ display: flex;
390
+ flex-direction: row;
391
+ justify-content: flex-start;
392
+ flex-wrap: nowrap;
393
+ align-content: stretch;
394
+ align-items: stretch;
395
+ display: inline-flex;
396
+ vertical-align: bottom;
397
+ }
398
+ .formeo .f-input-group input + input,
399
+ .formeo .f-input-group input + select,
400
+ .formeo .f-input-group select + select,
401
+ .formeo .f-input-group select + input {
402
+ margin-left: -1px;
403
+ }
404
+ .formeo .f-input-group select {
405
+ appearance: none;
406
+ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyNCIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDI0IDMyIj4KPHBhdGggZmlsbD0iIzQ0NCIgZD0iTTAgMTJsMTEuOTkyIDExLjk5MiAxMS45OTItMTEuOTkyaC0yMy45ODR6Ij48L3BhdGg+Cjwvc3ZnPgo=");
407
+ background-position: right 10px top 2px;
408
+ background-repeat: no-repeat;
409
+ background-size: 16px;
410
+ }
411
+ .formeo .f-input-group select::-ms-expand {
412
+ display: none;
413
+ }
414
+ .formeo .f-input-group .f-addon,
415
+ .formeo .f-input-group input,
416
+ .formeo .f-input-group select {
417
+ flex: 0 1 auto;
418
+ border-radius: 0;
419
+ }
420
+ .formeo .f-input-group .f-addon:last-child,
421
+ .formeo .f-input-group input:last-child,
422
+ .formeo .f-input-group select:last-child {
423
+ border-right-width: 1px;
424
+ border-radius: 0 4px 4px 0;
425
+ }
426
+ .formeo .f-input-group .f-addon:first-child,
427
+ .formeo .f-input-group input:first-child,
428
+ .formeo .f-input-group select:first-child {
429
+ border-radius: 4px 0 0 4px;
430
+ border-left-width: 1px;
431
+ }
432
+ .formeo .f-input-group .f-addon:first-child:last-child,
433
+ .formeo .f-input-group input:first-child:last-child,
434
+ .formeo .f-input-group select:first-child:last-child {
435
+ border-radius: 4px;
436
+ }
437
+ .formeo .f-input-group .f-addon:focus + input,
438
+ .formeo .f-input-group .f-addon:focus + select,
439
+ .formeo .f-input-group input:focus + input,
440
+ .formeo .f-input-group input:focus + select,
441
+ .formeo .f-input-group select:focus + input,
442
+ .formeo .f-input-group select:focus + select {
443
+ border-left: 1px solid rgb(102, 175, 233);
444
+ }
445
+ .formeo .text-primary {
446
+ color: rgb(50, 93, 136);
447
+ }
448
+ .formeo .text-success {
449
+ color: rgb(147, 197, 75);
450
+ }
451
+ .formeo .text-warning {
452
+ color: rgb(244, 124, 60);
453
+ }
454
+ .formeo .text-error {
455
+ color: rgb(217, 83, 79);
456
+ }
457
+ .formeo.formeo-editor {
458
+ display: flex;
459
+ flex-direction: row;
460
+ text-align: left;
461
+ gap: 16px;
462
+ /*
463
+ Mixins
464
+ */
465
+ /*
466
+ Animations
467
+ */
468
+ /*
469
+ Mixins
470
+ */
471
+ }
472
+ @keyframes PLACEHOLDER {
473
+ 0% {
474
+ height: 1px;
475
+ }
476
+ 100% {
477
+ height: 15px;
478
+ }
479
+ }
480
+ @keyframes DRAG_GHOST {
481
+ 0% {
482
+ box-shadow: 0 0 0 0 #999999;
483
+ }
484
+ 100% {
485
+ box-shadow: 0 0 30px 0 #999999;
486
+ }
487
+ }
488
+ @keyframes EDIT_PULSE {
489
+ from, to {
490
+ border-color: rgb(102, 175, 233);
491
+ }
492
+ 50% {
493
+ border-color: rgb(191.1771428571, 221.6285714286, 245.8228571429);
494
+ }
495
+ }
496
+ @keyframes HIDE_CONDITION_FIELD {
497
+ 0% {
498
+ display: none;
499
+ }
500
+ 100% {
501
+ display: none;
502
+ }
503
+ }
504
+ @keyframes COMPONENT_HIGHLIGHT_PULSE {
505
+ 0% {
506
+ box-shadow: 0 0 1px 8px rgb(153, 84, 187);
507
+ }
508
+ 100% {
509
+ box-shadow: 0 0 0 0 rgb(153, 84, 187);
510
+ }
511
+ }
512
+ @keyframes SLIDE_UP {
513
+ 0% {
514
+ transform: translateY(100%);
515
+ clip-path: inset(0 0 100% -20%);
516
+ }
517
+ 100% {
518
+ transform: translateY(0);
519
+ clip-path: inset(0 0 0 -20%);
520
+ }
521
+ }
522
+ .formeo.formeo-editor .component-tag {
523
+ display: none;
524
+ height: 24px;
525
+ z-index: 200;
526
+ flex-direction: row;
527
+ gap: 4px;
528
+ align-items: center;
529
+ position: absolute;
530
+ font-size: 0.8em;
531
+ padding: 0 8px;
532
+ left: 50%;
533
+ top: -24px;
534
+ border-top-left-radius: 8px;
535
+ border-top-right-radius: 8px;
536
+ background-color: #fff;
537
+ border-color: #cccccc;
538
+ border-style: solid;
539
+ border-width: 1px 1px 0 1px;
540
+ }
541
+ .formeo.formeo-editor .component-tag [class*=-handle-] {
542
+ width: 12px;
543
+ height: 12px;
544
+ }
545
+ .formeo.formeo-editor .component-tag .f-i-component-corner {
546
+ position: absolute;
547
+ width: 8px;
548
+ height: 8px;
549
+ }
550
+ .formeo.formeo-editor .component-tag .f-i-component-corner.bottom-right {
551
+ bottom: 0;
552
+ right: -8px;
553
+ }
554
+ .formeo.formeo-editor .component-tag .f-i-component-corner.bottom-left {
555
+ bottom: 0;
556
+ left: -8px;
557
+ transform: scaleX(-1);
558
+ }
559
+ .formeo.formeo-editor .children {
560
+ margin: 0;
561
+ padding: 0;
562
+ list-style: none;
563
+ height: 100%;
564
+ }
565
+ .formeo.formeo-editor .group-actions {
566
+ display: flex;
567
+ transition: opacity 0.3s ease-in-out allow-discrete;
568
+ position: absolute;
569
+ top: 0;
570
+ line-height: 0;
571
+ z-index: 2;
572
+ align-items: center;
573
+ justify-content: center;
574
+ flex-direction: row;
575
+ border-radius: 8px;
576
+ }
577
+ .formeo.formeo-editor .group-actions .action-btn-wrap {
578
+ display: none;
579
+ align-items: center;
580
+ justify-content: center;
581
+ border-top-right-radius: 8px;
582
+ border-bottom-left-radius: 8px;
583
+ border-bottom-right-radius: 8px;
584
+ transition: opacity 1s ease-in-out allow-discrete;
585
+ }
586
+ .formeo.formeo-editor .group-actions .action-btn-wrap .component-handle {
587
+ opacity: 0.65;
588
+ }
589
+ .formeo.formeo-editor .group-actions .action-btn-wrap button {
590
+ background-color: #fff;
591
+ }
592
+ .formeo.formeo-editor .group-actions button {
593
+ background-color: transparent;
594
+ width: 24px;
595
+ height: 24px;
596
+ padding: 6px;
597
+ border: 0 none;
598
+ line-height: 0;
599
+ }
600
+ .formeo.formeo-editor .group-actions button:focus {
601
+ border: 0 none;
602
+ outline: 0 none;
603
+ box-shadow: none;
604
+ }
605
+ .formeo.formeo-editor .group-actions .svg-icon {
606
+ width: 12px;
607
+ height: 12px;
608
+ }
609
+ .formeo.formeo-editor .last-field .group-actions button:last-child {
610
+ border-radius: 0;
611
+ }
612
+ .formeo.formeo-editor .column-editing-field .column-actions {
613
+ display: none;
614
+ }
615
+ .formeo.formeo-editor .group-config {
616
+ display: none;
617
+ padding: 0.5rem;
618
+ }
619
+ .formeo.formeo-editor .editing-row .column-actions {
620
+ display: none;
621
+ }
622
+ .formeo.formeo-editor .hovering > .children,
623
+ .formeo.formeo-editor .hovering > .field-preview,
624
+ .formeo.formeo-editor .hovering > .prev-label {
625
+ opacity: 0.65;
626
+ }
627
+ .formeo.formeo-editor .hovering .group-actions .f-i-handle {
628
+ display: none;
629
+ }
630
+ .formeo.formeo-editor .formeo-row {
631
+ transition: background-color 125ms ease-in-out;
632
+ position: relative;
633
+ clear: both;
634
+ background-color: #fff;
635
+ box-shadow: 0 0 0 1px #cccccc;
636
+ padding: 16px;
637
+ }
638
+ .formeo.formeo-editor .formeo-row > .children {
639
+ display: flex;
640
+ flex-direction: row;
641
+ justify-content: flex-start;
642
+ flex-wrap: nowrap;
643
+ align-content: stretch;
644
+ align-items: stretch;
645
+ gap: 16px;
646
+ min-height: 32px;
647
+ }
648
+ .formeo.formeo-editor .formeo-row::after {
649
+ clear: both;
650
+ }
651
+ .formeo.formeo-editor .formeo-row.control-ghost {
652
+ padding: 10px;
653
+ }
654
+ .formeo.formeo-editor .formeo-row:first-child {
655
+ border-top-right-radius: 8px;
656
+ }
657
+ .formeo.formeo-editor .formeo-row:first-child:not(.editing-row, .hovering-row) {
658
+ border-top-left-radius: 8px;
659
+ }
660
+ .formeo.formeo-editor .formeo-row:last-child {
661
+ border-bottom-left-radius: 8px;
662
+ border-bottom-right-radius: 8px;
663
+ }
664
+ .formeo.formeo-editor .formeo-row:only-child {
665
+ border-radius: 8px;
666
+ }
667
+ .formeo.formeo-editor .formeo-row.resizing-columns .formeo-column {
668
+ transition: none;
669
+ }
670
+ .formeo.formeo-editor .formeo-row.empty::after {
671
+ left: 0;
672
+ transform: translate(8px, -50%);
673
+ }
674
+ .formeo.formeo-editor .formeo-row .layout-row-control {
675
+ display: none;
676
+ }
677
+ .formeo.formeo-editor .formeo-row .row-tag {
678
+ left: -1px;
679
+ border-color: rgb(239, 71, 111);
680
+ }
681
+ .formeo.formeo-editor .formeo-row .row-tag .f-i-component-corner {
682
+ fill: #fff;
683
+ stroke: rgb(239, 71, 111);
684
+ }
685
+ .formeo.formeo-editor .formeo-row:has(.hovering-column) .row-actions,
686
+ .formeo.formeo-editor .formeo-row:has(.hovering-column) .field-actions {
687
+ display: none;
688
+ }
689
+ .formeo.formeo-editor .formeo-row.sortable-ghost {
690
+ background-color: rgb(253.688, 239.912, 243.192);
691
+ box-shadow: 0 0 0 1px rgb(239, 71, 111);
692
+ }
693
+ .formeo.formeo-editor .formeo-row.sortable-ghost * {
694
+ opacity: 0;
695
+ }
696
+ .formeo.formeo-editor .formeo-row:has(.editing-field) .row-actions {
697
+ display: none;
698
+ }
699
+ .formeo.formeo-editor .row-moving {
700
+ background-color: rgb(253.688, 239.912, 243.192) !important;
701
+ }
702
+ .formeo.formeo-editor .row-moving .action-btn-wrap button {
703
+ background-color: rgb(253.688, 239.912, 243.192);
704
+ }
705
+ .formeo.formeo-editor .row-moving .row-tag {
706
+ background-color: rgb(253.688, 239.912, 243.192);
707
+ }
708
+ .formeo.formeo-editor .row-moving .row-tag .f-i-component-corner {
709
+ fill: rgb(253.688, 239.912, 243.192);
710
+ }
711
+ .formeo.formeo-editor .row-actions {
712
+ left: 0;
713
+ }
714
+ .formeo.formeo-editor .hovering-row .column-actions,
715
+ .formeo.formeo-editor .hovering-row .field-actions {
716
+ display: none;
717
+ }
718
+ .formeo.formeo-editor .hovering-row.editing-row::before {
719
+ border-right-width: 0;
720
+ }
721
+ .formeo.formeo-editor .editing-row {
722
+ display: block;
723
+ }
724
+ .formeo.formeo-editor .editing-row .row-edit {
725
+ display: block;
726
+ }
727
+ .formeo.formeo-editor .editing-row.hovering-row .formeo-column {
728
+ opacity: 1;
729
+ }
730
+ .formeo.formeo-editor .hovering-row,
731
+ .formeo.formeo-editor .editing-row {
732
+ box-shadow: 0 0 0 1px rgb(239, 71, 111);
733
+ }
734
+ .formeo.formeo-editor .hovering-row:first-child,
735
+ .formeo.formeo-editor .editing-row:first-child {
736
+ border-top-left-radius: 0;
737
+ }
738
+ .formeo.formeo-editor .hovering-row .row-handle,
739
+ .formeo.formeo-editor .editing-row .row-handle {
740
+ display: none;
741
+ }
742
+ .formeo.formeo-editor .hovering-row .row-tag,
743
+ .formeo.formeo-editor .editing-row .row-tag {
744
+ display: flex;
745
+ }
746
+ .formeo.formeo-editor .hovering-row .row-action-btn-wrap,
747
+ .formeo.formeo-editor .editing-row .row-action-btn-wrap {
748
+ display: flex;
749
+ }
750
+ .formeo.formeo-editor .hovering-row .row-action-btn-wrap button:last-child,
751
+ .formeo.formeo-editor .editing-row .row-action-btn-wrap button:last-child {
752
+ border-bottom-right-radius: 8px;
753
+ }
754
+ .formeo.formeo-editor .row-edit {
755
+ padding-top: 2rem;
756
+ }
757
+ .formeo.formeo-editor .input-group-addon label {
758
+ margin-bottom: 0;
759
+ }
760
+ .formeo.formeo-editor .formeo-column {
761
+ margin: 0;
762
+ padding: 0;
763
+ list-style: none;
764
+ transition: width 266ms;
765
+ position: relative;
766
+ flex-direction: column;
767
+ will-change: width;
768
+ max-width: 100%;
769
+ }
770
+ .formeo.formeo-editor .formeo-column > .children {
771
+ display: flex;
772
+ flex-direction: column;
773
+ justify-content: flex-start;
774
+ gap: 16px;
775
+ }
776
+ .formeo.formeo-editor .formeo-column .column-tag {
777
+ border-color: rgb(6, 214, 160);
778
+ }
779
+ .formeo.formeo-editor .formeo-column .column-tag .f-i-component-corner {
780
+ fill: #fff;
781
+ stroke: rgb(6, 214, 160);
782
+ }
783
+ .formeo.formeo-editor .formeo-column .column-tag,
784
+ .formeo.formeo-editor .formeo-column .column-actions {
785
+ transform: translateX(-50%);
786
+ }
787
+ .formeo.formeo-editor .formeo-column[class*=col-] {
788
+ padding: 0;
789
+ }
790
+ .formeo.formeo-editor .formeo-column:first-child {
791
+ border-bottom-left-radius: 8px;
792
+ }
793
+ .formeo.formeo-editor .formeo-column:last-child {
794
+ border-bottom-right-radius: 8px;
795
+ }
796
+ .formeo.formeo-editor .formeo-column:last-child .resize-x-handle {
797
+ display: none !important;
798
+ }
799
+ .formeo.formeo-editor .formeo-column:only-child {
800
+ border-bottom-right-radius: 8px;
801
+ border-bottom-left-radius: 8px;
802
+ }
803
+ .formeo.formeo-editor .formeo-column:only-child .resize-x-handle {
804
+ display: none !important;
805
+ }
806
+ .formeo.formeo-editor .formeo-column .resize-x-handle {
807
+ display: none;
808
+ position: absolute;
809
+ right: -16px;
810
+ top: 0;
811
+ bottom: 0;
812
+ width: 16px;
813
+ z-index: 2;
814
+ cursor: ew-resize;
815
+ }
816
+ .formeo.formeo-editor .formeo-column .resize-x-handle::before {
817
+ width: 0;
818
+ right: 6px;
819
+ border: 1px dashed rgb(47.3227272727, 249.1772727273, 196.7727272727);
820
+ border-width: 0 2px;
821
+ display: block;
822
+ top: 0;
823
+ position: absolute;
824
+ height: 100%;
825
+ content: "";
826
+ }
827
+ .formeo.formeo-editor .formeo-column .resize-x-handle svg {
828
+ fill: rgb(47.3227272727, 249.1772727273, 196.7727272727);
829
+ position: absolute;
830
+ right: 1px;
831
+ width: 14px;
832
+ }
833
+ .formeo.formeo-editor .formeo-column .resize-x-handle svg.f-i-triangle-down {
834
+ top: -14px;
835
+ }
836
+ .formeo.formeo-editor .formeo-column .resize-x-handle svg.f-i-triangle-up {
837
+ bottom: -14px;
838
+ }
839
+ .formeo.formeo-editor .formeo-column .resize-x-handle:hover::before {
840
+ border-color: rgb(6, 214, 160);
841
+ }
842
+ .formeo.formeo-editor .formeo-column .resize-x-handle:hover svg {
843
+ fill: rgb(6, 214, 160);
844
+ }
845
+ .formeo.formeo-editor .formeo-column.editing-column {
846
+ overflow: hidden;
847
+ }
848
+ .formeo.formeo-editor .formeo-column.editing-column .column-edit {
849
+ display: block;
850
+ }
851
+ .formeo.formeo-editor .formeo-column:has(.hovering-field) .column-actions {
852
+ display: none;
853
+ }
854
+ .formeo.formeo-editor .formeo-column.sortable-ghost {
855
+ background-color: rgb(220.9545454545, 254.0454545455, 245.4545454545);
856
+ box-shadow: 0 0 0 1px rgb(6, 214, 160);
857
+ }
858
+ .formeo.formeo-editor .formeo-column.sortable-ghost * {
859
+ opacity: 0;
860
+ }
861
+ .formeo.formeo-editor .formeo-column:has(.editing-field) .column-actions {
862
+ display: none;
863
+ }
864
+ .formeo.formeo-editor .editing-row .formeo-column,
865
+ .formeo.formeo-editor .editing-row .empty {
866
+ border-radius: 8px;
867
+ height: 60px;
868
+ background-color: rgb(229.5, 229.5, 229.5);
869
+ }
870
+ .formeo.formeo-editor .editing-row .formeo-column.empty,
871
+ .formeo.formeo-editor .editing-row .empty.empty {
872
+ min-height: 0;
873
+ }
874
+ .formeo.formeo-editor .editing-row .formeo-column .formeo-field,
875
+ .formeo.formeo-editor .editing-row .empty .formeo-field {
876
+ display: none;
877
+ }
878
+ .formeo.formeo-editor .editing-row .formeo-column .resize-x-handle,
879
+ .formeo.formeo-editor .editing-row .empty .resize-x-handle {
880
+ display: block;
881
+ }
882
+ .formeo.formeo-editor .editing-row .formeo-column::after,
883
+ .formeo.formeo-editor .editing-row .empty::after {
884
+ color: #333333 !important;
885
+ line-height: 1em;
886
+ opacity: 1;
887
+ font-size: 1.1em;
888
+ content: attr(data-col-width) !important;
889
+ display: block;
890
+ width: 100%;
891
+ text-align: center;
892
+ position: absolute;
893
+ left: 50%;
894
+ margin-top: 0;
895
+ top: 50%;
896
+ transform: translate(-50%, -50%);
897
+ }
898
+ .formeo.formeo-editor .editing-field-preview .column-actions {
899
+ display: none;
900
+ }
901
+ .formeo.formeo-editor .column-moving {
902
+ background-color: rgb(220.9545454545, 254.0454545455, 245.4545454545);
903
+ }
904
+ .formeo.formeo-editor .column-moving .action-btn-wrap button {
905
+ background-color: rgb(220.9545454545, 254.0454545455, 245.4545454545);
906
+ }
907
+ .formeo.formeo-editor .column-moving .column-tag {
908
+ background-color: rgb(220.9545454545, 254.0454545455, 245.4545454545);
909
+ }
910
+ .formeo.formeo-editor .column-moving .column-tag .f-i-component-corner {
911
+ fill: rgb(220.9545454545, 254.0454545455, 245.4545454545);
912
+ }
913
+ .formeo.formeo-editor .hovering-column .column-tag {
914
+ display: flex;
915
+ }
916
+ .formeo.formeo-editor .hovering-column .column-handle {
917
+ display: none;
918
+ }
919
+ .formeo.formeo-editor .hovering-column .column-action-btn-wrap {
920
+ display: flex;
921
+ }
922
+ .formeo.formeo-editor .hovering-column:first-child {
923
+ border-top-left-radius: 0;
924
+ }
925
+ .formeo.formeo-editor .hovering-column::after {
926
+ opacity: 0;
927
+ }
928
+ .formeo.formeo-editor .hovering-column,
929
+ .formeo.formeo-editor .editing-column {
930
+ box-shadow: 0 0 0 1px rgb(6, 214, 160);
931
+ }
932
+ .formeo.formeo-editor .column-actions {
933
+ padding: 0;
934
+ left: 50%;
935
+ z-index: 1;
936
+ transition: width 0.15s;
937
+ }
938
+ .formeo.formeo-editor .column-actions .f-i-handle {
939
+ transform: rotate(90deg);
940
+ }
941
+ .formeo.formeo-editor .formeo-field {
942
+ min-height: 24px;
943
+ position: relative;
944
+ list-style: none;
945
+ margin: 0;
946
+ will-change: box-shadow;
947
+ }
948
+ .formeo.formeo-editor .formeo-field:last-child {
949
+ border-bottom-right-radius: 4px;
950
+ border-bottom-left-radius: 4px;
951
+ }
952
+ .formeo.formeo-editor .formeo-field.first-field {
953
+ border-top-right-radius: 4px;
954
+ }
955
+ .formeo.formeo-editor .formeo-field.first-field .field-actions {
956
+ border-top-right-radius: 4px;
957
+ }
958
+ .formeo.formeo-editor .formeo-field .prev-label {
959
+ min-height: 24px;
960
+ max-width: calc(100% - 24px);
961
+ display: flex;
962
+ align-items: flex-end;
963
+ margin-bottom: 4px;
964
+ }
965
+ .formeo.formeo-editor .formeo-field [contenteditable] {
966
+ padding: 1px 2px;
967
+ user-select: text;
968
+ display: inline-block;
969
+ position: relative;
970
+ min-width: 24px;
971
+ }
972
+ .formeo.formeo-editor .formeo-field [contenteditable]::after {
973
+ content: "";
974
+ width: 100%;
975
+ position: absolute;
976
+ bottom: 0;
977
+ left: 0;
978
+ border-bottom: 1px dashed #cccccc;
979
+ }
980
+ .formeo.formeo-editor .formeo-field [contenteditable]:focus {
981
+ border-radius: 4px;
982
+ border-bottom-color: transparent;
983
+ outline: none;
984
+ box-shadow: 0 0 0 1px rgb(102, 175, 233) inset;
985
+ }
986
+ .formeo.formeo-editor .formeo-field [contenteditable]:focus::after {
987
+ display: none;
988
+ }
989
+ .formeo.formeo-editor .formeo-field .form-check {
990
+ margin-left: 1.25em;
991
+ }
992
+ .formeo.formeo-editor .formeo-field .form-check-input:only-child {
993
+ position: absolute;
994
+ }
995
+ .formeo.formeo-editor .formeo-field.field-type-hidden {
996
+ border: 1px dashed #cccccc;
997
+ }
998
+ .formeo.formeo-editor .formeo-field.sortable-ghost {
999
+ background-color: rgb(183.8148148148, 210.2222222222, 233.1851851852);
1000
+ box-shadow: 0 0 0 1px rgb(38, 84, 124);
1001
+ }
1002
+ .formeo.formeo-editor .formeo-field.sortable-ghost * {
1003
+ opacity: 0;
1004
+ }
1005
+ .formeo.formeo-editor .field-tag {
1006
+ right: -1px;
1007
+ left: auto;
1008
+ top: -24px;
1009
+ border-color: rgb(38, 84, 124);
1010
+ background-color: #fff;
1011
+ }
1012
+ .formeo.formeo-editor .field-tag .f-i-component-corner {
1013
+ fill: #fff;
1014
+ stroke: rgb(38, 84, 124);
1015
+ }
1016
+ .formeo.formeo-editor .editing-field,
1017
+ .formeo.formeo-editor .hovering-field {
1018
+ box-shadow: 0 0 0 1px rgb(38, 84, 124);
1019
+ }
1020
+ .formeo.formeo-editor .editing-field .field-tag,
1021
+ .formeo.formeo-editor .hovering-field .field-tag {
1022
+ display: flex;
1023
+ }
1024
+ .formeo.formeo-editor .editing-field .field-action-btn-wrap,
1025
+ .formeo.formeo-editor .hovering-field .field-action-btn-wrap {
1026
+ display: flex;
1027
+ }
1028
+ .formeo.formeo-editor .editing-field .field-handle,
1029
+ .formeo.formeo-editor .hovering-field .field-handle {
1030
+ display: none;
1031
+ }
1032
+ .formeo.formeo-editor .field-actions {
1033
+ border-color: transparent;
1034
+ border-width: 1px 1px 0 0;
1035
+ border-style: solid;
1036
+ right: 0;
1037
+ text-align: right;
1038
+ border-bottom-left-radius: 4px;
1039
+ border-bottom-right-radius: 0;
1040
+ }
1041
+ .formeo.formeo-editor .field-actions .action-btn-wrap {
1042
+ flex-direction: row-reverse;
1043
+ }
1044
+ .formeo.formeo-editor .field-moving {
1045
+ background-color: rgb(183.8148148148, 210.2222222222, 233.1851851852);
1046
+ }
1047
+ .formeo.formeo-editor .field-moving .action-btn-wrap button {
1048
+ background-color: rgb(183.8148148148, 210.2222222222, 233.1851851852);
1049
+ }
1050
+ .formeo.formeo-editor .field-moving .field-tag {
1051
+ background-color: rgb(183.8148148148, 210.2222222222, 233.1851851852);
1052
+ }
1053
+ .formeo.formeo-editor .field-moving .field-tag .f-i-component-corner {
1054
+ fill: rgb(183.8148148148, 210.2222222222, 233.1851851852);
1055
+ }
1056
+ .formeo.formeo-editor .editing-field {
1057
+ z-index: 1;
1058
+ }
1059
+ .formeo.formeo-editor .editing-field-preview .field-actions {
1060
+ display: none;
1061
+ }
1062
+ .formeo.formeo-editor .field-preview p {
1063
+ white-space: normal;
1064
+ }
1065
+ .formeo.formeo-editor .field-edit {
1066
+ display: none;
1067
+ overflow: hidden;
1068
+ margin-top: 16px;
1069
+ border-top: 1px solid #cccccc;
1070
+ }
1071
+ .formeo.formeo-editor .field-edit label {
1072
+ font-size: 0.825em;
1073
+ }
1074
+ .formeo.formeo-editor .field-edit .panel-nav {
1075
+ margin-bottom: 0;
1076
+ padding: 0;
1077
+ overflow: hidden;
1078
+ }
1079
+ .formeo.formeo-editor .field-edit .panel-nav button {
1080
+ border-bottom-left-radius: 0;
1081
+ border-bottom-right-radius: 0;
1082
+ }
1083
+ .formeo.formeo-editor .field-edit.field-edit-options {
1084
+ list-style: decimal;
1085
+ }
1086
+ .formeo.formeo-editor .field-edit .field-prop {
1087
+ display: flex;
1088
+ }
1089
+ .formeo.formeo-editor .field-edit .prop-controls {
1090
+ flex-shrink: 0;
1091
+ align-items: center;
1092
+ display: flex;
1093
+ margin-left: 3px;
1094
+ }
1095
+ .formeo.formeo-editor .field-edit .prop-controls button {
1096
+ position: relative;
1097
+ }
1098
+ .formeo.formeo-editor .field-edit .prop-controls .svg-icon {
1099
+ width: 12px;
1100
+ height: 12px;
1101
+ left: 50%;
1102
+ position: absolute;
1103
+ top: 50%;
1104
+ transform: translate(-50%, -50%);
1105
+ }
1106
+ .formeo.formeo-editor .field-edit .prop-control {
1107
+ width: 24px;
1108
+ height: 24px;
1109
+ right: 0;
1110
+ bottom: 0;
1111
+ position: absolute;
1112
+ padding: 0;
1113
+ }
1114
+ .formeo.formeo-editor .field-edit .prop-control:nth-of-type(1) {
1115
+ right: 0px;
1116
+ }
1117
+ .formeo.formeo-editor .field-edit .prop-control:nth-of-type(2) {
1118
+ right: 24px;
1119
+ }
1120
+ .formeo.formeo-editor .field-edit .prop-control:nth-of-type(3) {
1121
+ right: 48px;
1122
+ }
1123
+ .formeo.formeo-editor .field-edit .prop-control:nth-of-type(4) {
1124
+ right: 72px;
1125
+ }
1126
+ .formeo.formeo-editor .field-edit .prop-control:first-child {
1127
+ right: 0;
1128
+ }
1129
+ .formeo.formeo-editor :not(.control-count-1) .field-edit .prop-control:last-child {
1130
+ border-radius: 4px 0 0 4px;
1131
+ margin-right: -1px;
1132
+ display: none;
1133
+ }
1134
+ .formeo.formeo-editor :not(.control-count-1) .field-edit .prop-control:first-child {
1135
+ border-radius: 4px;
1136
+ }
1137
+ .formeo.formeo-editor .field-edit .prop-control:hover:first-child {
1138
+ border-radius: 0 4px 4px 0;
1139
+ }
1140
+ .formeo.formeo-editor .field-edit .prop-control:hover:first-child:last-child {
1141
+ border-radius: 4px;
1142
+ }
1143
+ .formeo.formeo-editor .field-edit .prop-control:hover:last-child {
1144
+ display: inline-block;
1145
+ }
1146
+ .formeo.formeo-editor .field-edit .prop-control:last-child:first-child {
1147
+ display: inline-block;
1148
+ border-radius: 4px;
1149
+ margin-right: 0;
1150
+ }
1151
+ .formeo.formeo-editor .field-edit .prop-wrap {
1152
+ position: relative;
1153
+ margin-bottom: 8px;
1154
+ list-style: none;
1155
+ margin-left: 0;
1156
+ }
1157
+ .formeo.formeo-editor .field-edit .field-edit-group {
1158
+ padding: 8px 8px 0;
1159
+ }
1160
+ .formeo.formeo-editor .field-edit [contenteditable] {
1161
+ display: flex;
1162
+ flex-direction: row;
1163
+ justify-content: flex-start;
1164
+ flex-wrap: nowrap;
1165
+ align-content: stretch;
1166
+ align-items: stretch;
1167
+ }
1168
+ .formeo.formeo-editor .field-edit .prop-inputs,
1169
+ .formeo.formeo-editor .field-edit .prop-controls {
1170
+ transition: width 150ms;
1171
+ will-change: width;
1172
+ }
1173
+ .formeo.formeo-editor .field-edit .prop-inputs .f-addon,
1174
+ .formeo.formeo-editor .field-edit .prop-inputs input:not([type=checkbox]):not([type=radio]),
1175
+ .formeo.formeo-editor .field-edit .prop-inputs select,
1176
+ .formeo.formeo-editor .field-edit .prop-inputs textarea,
1177
+ .formeo.formeo-editor .field-edit .prop-inputs [contenteditable],
1178
+ .formeo.formeo-editor .field-edit .prop-controls .f-addon,
1179
+ .formeo.formeo-editor .field-edit .prop-controls input:not([type=checkbox]):not([type=radio]),
1180
+ .formeo.formeo-editor .field-edit .prop-controls select,
1181
+ .formeo.formeo-editor .field-edit .prop-controls textarea,
1182
+ .formeo.formeo-editor .field-edit .prop-controls [contenteditable] {
1183
+ font-size: 0.825em;
1184
+ flex: 1 1 auto;
1185
+ }
1186
+ .formeo.formeo-editor .field-edit .prop-inputs .f-addon:focus,
1187
+ .formeo.formeo-editor .field-edit .prop-inputs input:not([type=checkbox]):not([type=radio]):focus,
1188
+ .formeo.formeo-editor .field-edit .prop-inputs select:focus,
1189
+ .formeo.formeo-editor .field-edit .prop-inputs textarea:focus,
1190
+ .formeo.formeo-editor .field-edit .prop-inputs [contenteditable]:focus,
1191
+ .formeo.formeo-editor .field-edit .prop-controls .f-addon:focus,
1192
+ .formeo.formeo-editor .field-edit .prop-controls input:not([type=checkbox]):not([type=radio]):focus,
1193
+ .formeo.formeo-editor .field-edit .prop-controls select:focus,
1194
+ .formeo.formeo-editor .field-edit .prop-controls textarea:focus,
1195
+ .formeo.formeo-editor .field-edit .prop-controls [contenteditable]:focus {
1196
+ z-index: 1;
1197
+ }
1198
+ .formeo.formeo-editor .field-edit .prop-inputs [class^=condition-] + select,
1199
+ .formeo.formeo-editor .field-edit .prop-inputs select + [class^=condition-],
1200
+ .formeo.formeo-editor .field-edit .prop-controls [class^=condition-] + select,
1201
+ .formeo.formeo-editor .field-edit .prop-controls select + [class^=condition-] {
1202
+ margin-left: -1px;
1203
+ }
1204
+ .formeo.formeo-editor .field-edit .control-count-2 .prop-controls:hover {
1205
+ width: 48px;
1206
+ }
1207
+ .formeo.formeo-editor .field-edit .control-count-2 .prop-controls:hover + .prop-inputs {
1208
+ width: calc(100% - 24px);
1209
+ }
1210
+ .formeo.formeo-editor .field-edit.panel-count-1 .panel-nav {
1211
+ border-bottom: 1px solid #999999;
1212
+ }
1213
+ .formeo.formeo-editor .field-edit.panel-count-1 .panel-nav button {
1214
+ display: none;
1215
+ }
1216
+ .formeo.formeo-editor .field-edit.panel-count-1 .panel-labels {
1217
+ background-color: transparent;
1218
+ }
1219
+ .formeo.formeo-editor .f-condition-row {
1220
+ display: flex;
1221
+ width: 100%;
1222
+ margin-top: -1px;
1223
+ border: 1px solid #cccccc;
1224
+ }
1225
+ .formeo.formeo-editor .f-condition-row input,
1226
+ .formeo.formeo-editor .f-condition-row select,
1227
+ .formeo.formeo-editor .f-condition-row [contenteditable] {
1228
+ border-width: 0;
1229
+ border-radius: 0;
1230
+ width: inherit;
1231
+ box-shadow: 0 0 0 1px #cccccc;
1232
+ }
1233
+ .formeo.formeo-editor .f-condition-row input:focus,
1234
+ .formeo.formeo-editor .f-condition-row select:focus,
1235
+ .formeo.formeo-editor .f-condition-row [contenteditable]:focus {
1236
+ box-shadow: 0 0 0 1px rgb(102, 175, 233);
1237
+ }
1238
+ .formeo.formeo-editor .f-condition-row:first-child input:last-child,
1239
+ .formeo.formeo-editor .f-condition-row:first-child select:last-child {
1240
+ border-top-right-radius: 4px;
1241
+ }
1242
+ .formeo.formeo-editor .f-condition-row:last-child input:last-child,
1243
+ .formeo.formeo-editor .f-condition-row:last-child select:last-child {
1244
+ border-bottom-right-radius: 4px;
1245
+ }
1246
+ .formeo.formeo-editor .f-condition-row:first-child {
1247
+ border-top-left-radius: 4px;
1248
+ border-top-right-radius: 4px;
1249
+ }
1250
+ .formeo.formeo-editor .f-condition-row:last-child {
1251
+ border-bottom-left-radius: 4px;
1252
+ border-bottom-right-radius: 4px;
1253
+ }
1254
+ .formeo.formeo-editor .f-condition-row .condition-logical {
1255
+ max-width: 56px;
1256
+ text-transform: uppercase;
1257
+ }
1258
+ .formeo.formeo-editor .f-condition-row div.condition-source,
1259
+ .formeo.formeo-editor .f-condition-row div.condition-target {
1260
+ position: relative;
1261
+ width: 100%;
1262
+ }
1263
+ .formeo.formeo-editor .f-condition-row [class^=condition-] {
1264
+ max-width: 100%;
1265
+ transition: max-width 266ms;
1266
+ will-change: max-width;
1267
+ }
1268
+ .formeo.formeo-editor .f-condition-row.if-condition-row.condition-sourceProperty-isVisible .condition-comparison,
1269
+ .formeo.formeo-editor .f-condition-row.if-condition-row.condition-sourceProperty-isVisible .condition-target,
1270
+ .formeo.formeo-editor .f-condition-row.if-condition-row.condition-sourceProperty-isVisible .condition-assignment,
1271
+ .formeo.formeo-editor .f-condition-row.if-condition-row.condition-sourceProperty-isVisible .condition-value,
1272
+ .formeo.formeo-editor .f-condition-row.if-condition-row.condition-sourceProperty-isVisible .condition-targetProperty, .formeo.formeo-editor .f-condition-row.if-condition-row.condition-sourceProperty-isNotVisible .condition-comparison,
1273
+ .formeo.formeo-editor .f-condition-row.if-condition-row.condition-sourceProperty-isNotVisible .condition-target,
1274
+ .formeo.formeo-editor .f-condition-row.if-condition-row.condition-sourceProperty-isNotVisible .condition-assignment,
1275
+ .formeo.formeo-editor .f-condition-row.if-condition-row.condition-sourceProperty-isNotVisible .condition-value,
1276
+ .formeo.formeo-editor .f-condition-row.if-condition-row.condition-sourceProperty-isNotVisible .condition-targetProperty {
1277
+ max-width: 0%;
1278
+ padding: 0;
1279
+ border: 0 none;
1280
+ overflow: hidden;
1281
+ }
1282
+ .formeo.formeo-editor .f-condition-row.then-condition-row.condition-targetProperty-isVisible .condition-comparison,
1283
+ .formeo.formeo-editor .f-condition-row.then-condition-row.condition-targetProperty-isVisible .condition-assignment,
1284
+ .formeo.formeo-editor .f-condition-row.then-condition-row.condition-targetProperty-isVisible .condition-value, .formeo.formeo-editor .f-condition-row.then-condition-row.condition-targetProperty-isNotVisible .condition-comparison,
1285
+ .formeo.formeo-editor .f-condition-row.then-condition-row.condition-targetProperty-isNotVisible .condition-assignment,
1286
+ .formeo.formeo-editor .f-condition-row.then-condition-row.condition-targetProperty-isNotVisible .condition-value {
1287
+ max-width: 0%;
1288
+ padding: 0;
1289
+ border: 0 none;
1290
+ overflow: hidden;
1291
+ }
1292
+ .formeo.formeo-editor .f-condition-row.condition-target .condition-targetProperty {
1293
+ max-width: 0%;
1294
+ padding: 0;
1295
+ border: 0 none;
1296
+ overflow: hidden;
1297
+ }
1298
+ .formeo.formeo-editor .f-condition-row.condition-source .condition-sourceProperty {
1299
+ max-width: 0%;
1300
+ padding: 0;
1301
+ border: 0 none;
1302
+ overflow: hidden;
1303
+ }
1304
+ .formeo.formeo-editor .f-autocomplete-display-field + .f-autocomplete-list:focus {
1305
+ z-index: 100;
1306
+ }
1307
+ .formeo.formeo-editor [class$=-focused] {
1308
+ z-index: 1;
1309
+ }
1310
+ .formeo.formeo-editor [class$=-focused] .f-autocomplete-list {
1311
+ z-index: 100;
1312
+ }
1313
+ .formeo.formeo-editor .conditions-prop-inputs label.condition-label {
1314
+ display: inline-flex;
1315
+ flex: 0 0 auto;
1316
+ box-shadow: 0 0 0 1px #cccccc;
1317
+ align-items: center;
1318
+ padding: 4px;
1319
+ border-right: 0;
1320
+ text-transform: uppercase;
1321
+ color: #999999;
1322
+ }
1323
+ .formeo.formeo-editor .conditions-prop-inputs label.condition-label.if-condition-label {
1324
+ border-top-left-radius: 4px;
1325
+ border-bottom-left-radius: 0;
1326
+ border-bottom-right-radius: 0;
1327
+ }
1328
+ .formeo.formeo-editor .conditions-prop-inputs label.condition-label.then-condition-label {
1329
+ border-bottom-left-radius: 4px;
1330
+ border-top-left-radius: 0;
1331
+ border-top-right-radius: 0;
1332
+ border-top: 0;
1333
+ }
1334
+ .formeo.formeo-editor .field-edit-group {
1335
+ margin: 0;
1336
+ padding: 0;
1337
+ list-style: none;
1338
+ }
1339
+ .formeo.formeo-editor .hidden-property {
1340
+ display: none;
1341
+ }
1342
+ .formeo.formeo-editor .options-panel .prop-wrap {
1343
+ margin-bottom: 8px;
1344
+ }
1345
+ .formeo.formeo-editor .options-panel .input-group-addon {
1346
+ line-height: 0;
1347
+ }
1348
+ .formeo.formeo-editor .options-panel .prop-labels {
1349
+ padding: 8px 34px 8px 8px;
1350
+ }
1351
+ .formeo.formeo-editor .options-panel .prop-labels .input-group-addon {
1352
+ font-size: 12px;
1353
+ }
1354
+ .formeo.formeo-editor .options-panel .prop-labels label {
1355
+ font-size: 12px;
1356
+ width: 50%;
1357
+ position: relative;
1358
+ display: table-cell;
1359
+ }
1360
+ .formeo.formeo-editor .options-panel .prop-label-selected,
1361
+ .formeo.formeo-editor .options-panel .prop-label-disabled {
1362
+ width: 1% !important;
1363
+ white-space: nowrap;
1364
+ vertical-align: middle;
1365
+ border: 0 none;
1366
+ background-color: transparent;
1367
+ }
1368
+ .formeo.formeo-editor .panel-action-buttons {
1369
+ padding: 0 8px 8px;
1370
+ }
1371
+ .formeo.formeo-editor .panel-action-buttons::after {
1372
+ content: "";
1373
+ display: table;
1374
+ clear: both;
1375
+ }
1376
+ .formeo.formeo-editor .panel-action-buttons [class^=add-] {
1377
+ float: right;
1378
+ }
1379
+ .formeo.formeo-editor .prop-inputs {
1380
+ width: 100%;
1381
+ align-items: center;
1382
+ vertical-align: bottom;
1383
+ display: flex;
1384
+ flex-direction: row;
1385
+ flex-grow: 1;
1386
+ }
1387
+ .formeo.formeo-editor .prop-inputs.conditions-prop-inputs {
1388
+ flex-direction: column;
1389
+ }
1390
+ .formeo.formeo-editor .prop-inputs .f-field-group {
1391
+ width: 100%;
1392
+ margin-bottom: 0;
1393
+ display: inline-flex;
1394
+ align-items: center;
1395
+ }
1396
+ .formeo.formeo-editor .prop-inputs .f-addon {
1397
+ display: flex;
1398
+ align-items: center;
1399
+ flex: 0;
1400
+ }
1401
+ .formeo.formeo-editor .prop-inputs .f-addon:first-child {
1402
+ margin-right: -1px;
1403
+ }
1404
+ .formeo.formeo-editor .prop-inputs .f-addon:last-child {
1405
+ margin-left: -1px;
1406
+ }
1407
+ .formeo.formeo-editor .prop-inputs label {
1408
+ padding-right: 1em;
1409
+ margin-bottom: 0;
1410
+ }
1411
+ .formeo.formeo-editor .prop-inputs.attrs-prop-inputs .f-addon,
1412
+ .formeo.formeo-editor .prop-inputs.attrs-prop-inputs input:not([type=checkbox]):not([type=radio]),
1413
+ .formeo.formeo-editor .prop-inputs.attrs-prop-inputs select,
1414
+ .formeo.formeo-editor .prop-inputs.attrs-prop-inputs textarea,
1415
+ .formeo.formeo-editor .prop-inputs.attrs-prop-inputs [contenteditable] {
1416
+ flex: 2;
1417
+ }
1418
+ .formeo.formeo-editor .highlight-component {
1419
+ box-shadow: 0 0 4px 2px rgb(153, 84, 187);
1420
+ }
1421
+ .formeo.formeo-editor .formeo-stage {
1422
+ width: 73%;
1423
+ box-sizing: border-box;
1424
+ transition: width 250ms;
1425
+ margin-right: 4px;
1426
+ flex: 1 1 auto;
1427
+ position: relative;
1428
+ transition-property: background-color, border-color;
1429
+ transition-duration: 500ms, 333ms;
1430
+ border: 0 dashed transparent;
1431
+ background-color: rgba(255, 255, 255, 0);
1432
+ padding-left: 23px;
1433
+ padding-bottom: 8px;
1434
+ overflow: visible;
1435
+ margin: 0;
1436
+ padding: 0;
1437
+ list-style: none;
1438
+ }
1439
+ .formeo.formeo-editor .formeo-stage > .children {
1440
+ display: flex;
1441
+ flex-direction: column;
1442
+ justify-content: flex-start;
1443
+ gap: 16px;
1444
+ }
1445
+ .formeo.formeo-editor .formeo-stage.empty {
1446
+ border: 3px dashed #cccccc;
1447
+ background-color: rgba(255, 255, 255, 0.25);
1448
+ }
1449
+ .formeo.formeo-editor .formeo-stage.removing-all-fields .formeo-row {
1450
+ transition: margin-top 250ms ease-in;
1451
+ }
1452
+ .formeo.formeo-editor .formeo-stage > .formeo-field {
1453
+ background-color: #fff;
1454
+ }
1455
+ @media (max-width: 481px) {
1456
+ .formeo.formeo-editor .formeo-stage {
1457
+ width: calc(100% - 50px);
1458
+ }
1459
+ }
1460
+ .formeo.formeo-editor .editing-stage .formeo-settings {
1461
+ display: block;
1462
+ }
1463
+ .formeo.formeo-editor .editing-stage .formeo-stage {
1464
+ display: none;
1465
+ }
1466
+ .formeo.formeo-editor .f-field-group {
1467
+ margin-bottom: 0;
1468
+ }
1469
+ .formeo.formeo-editor [class$=empty][class*=editing-]::after {
1470
+ opacity: 0;
1471
+ }
1472
+ .formeo.formeo-editor [class$=empty]::after {
1473
+ opacity: 1;
1474
+ font-size: 24px;
1475
+ position: absolute;
1476
+ top: 50%;
1477
+ left: 50%;
1478
+ color: #999999;
1479
+ transition: opacity 200ms ease-in-out;
1480
+ will-change: opacity;
1481
+ text-align: center;
1482
+ transform: translate(-50%, -50%);
1483
+ content: attr(data-hover-tag);
1484
+ }
1485
+ .formeo.formeo-editor .formeo-settings {
1486
+ display: none;
1487
+ }
1488
+ .formeo.formeo-editor [dir=rtl] {
1489
+ /*
1490
+ Mixins
1491
+ */
1492
+ /*
1493
+ Mixins
1494
+ */
1495
+ }
1496
+ .formeo.formeo-editor [dir=rtl] .f-btn-group {
1497
+ display: inline-flex;
1498
+ vertical-align: middle;
1499
+ }
1500
+ .formeo.formeo-editor [dir=rtl] .f-btn-group > button {
1501
+ flex: 0 1 auto;
1502
+ }
1503
+ .formeo.formeo-editor [dir=rtl] .f-btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
1504
+ border-radius: 0;
1505
+ }
1506
+ .formeo.formeo-editor [dir=rtl] .f-btn-group > button:last-child:not(:first-child):not(.dropdown-toggle) {
1507
+ border-bottom-right-radius: 0;
1508
+ border-top-right-radius: 0;
1509
+ border-bottom-left-radius: 4px;
1510
+ border-top-left-radius: 4px;
1511
+ }
1512
+ .formeo.formeo-editor [dir=rtl] .f-btn-group > button:first-child {
1513
+ margin-left: 0;
1514
+ }
1515
+ .formeo.formeo-editor [dir=rtl] .f-btn-group > button:first-child:not(:last-child):not(.dropdown-toggle) {
1516
+ border-bottom-left-radius: 0;
1517
+ border-top-left-radius: 0;
1518
+ border-bottom-right-radius: 4px;
1519
+ border-top-right-radius: 4px;
1520
+ }
1521
+ .formeo.formeo-editor [dir=rtl] .f-btn-group button + button,
1522
+ .formeo.formeo-editor [dir=rtl] .f-btn-group button + .f-btn-group,
1523
+ .formeo.formeo-editor [dir=rtl] .f-btn-group .f-btn-group + button,
1524
+ .formeo.formeo-editor [dir=rtl] .f-btn-group .f-btn-group + .f-btn-group,
1525
+ .formeo.formeo-editor [dir=rtl] .f-btn-group .f-btn-group-vertical button + button,
1526
+ .formeo.formeo-editor [dir=rtl] .f-btn-group .f-btn-group-vertical button + .f-btn-group,
1527
+ .formeo.formeo-editor [dir=rtl] .f-btn-group .f-btn-group-vertical .f-btn-group + button,
1528
+ .formeo.formeo-editor [dir=rtl] .f-btn-group .f-btn-group-vertical .f-btn-group + .f-btn-group {
1529
+ margin-right: -1px;
1530
+ }
1531
+ .formeo.formeo-editor [dir=rtl] .formeo-controls {
1532
+ float: left;
1533
+ }
1534
+ .formeo.formeo-editor [dir=rtl] .formeo-controls .form-actions {
1535
+ float: left;
1536
+ }
1537
+ .formeo.formeo-editor [dir=rtl] .formeo-stage-wrap {
1538
+ float: right;
1539
+ }
1540
+ .formeo.formeo-editor [dir=rtl] .formeo-stage-wrap .formeo-stage {
1541
+ padding-left: 4px;
1542
+ padding-right: 23px;
1543
+ }
1544
+ .formeo.formeo-editor [dir=rtl] .formeo-row::before {
1545
+ border-bottom-left-radius: 8px;
1546
+ border-bottom-right-radius: 0;
1547
+ right: 0;
1548
+ left: auto;
1549
+ }
1550
+ .formeo.formeo-editor [dir=rtl] .formeo-row:first-child {
1551
+ border-top-left-radius: 8px;
1552
+ border-top-right-radius: 0;
1553
+ }
1554
+ .formeo.formeo-editor [dir=rtl] .formeo-row:last-child {
1555
+ border-bottom-left-radius: 8px;
1556
+ border-bottom-right-radius: 8px;
1557
+ }
1558
+ .formeo.formeo-editor [dir=rtl] .formeo-row.hovering-row:first-child {
1559
+ border-top-left-radius: 0;
1560
+ }
1561
+ .formeo.formeo-editor [dir=rtl] .formeo-row.hovering-row::before {
1562
+ border-left-width: 1px;
1563
+ }
1564
+ .formeo.formeo-editor [dir=rtl] .formeo-row.empty::after {
1565
+ left: 0;
1566
+ right: auto;
1567
+ }
1568
+ .formeo.formeo-render {
1569
+ /*
1570
+ Mixins
1571
+ */
1572
+ }
1573
+ .formeo.formeo-render .formeo-row,
1574
+ .formeo.formeo-render .formeo-column,
1575
+ .formeo.formeo-render .formeo-field {
1576
+ position: relative;
1577
+ }
1578
+ .formeo.formeo-render .f-input-group-wrap .formeo-row:first-of-type .remove-input-group {
1579
+ display: none;
1580
+ }
1581
+ .formeo.formeo-render .f-input-group-wrap > fieldset {
1582
+ position: relative;
1583
+ }
1584
+ .formeo.formeo-render .f-input-group-wrap > fieldset .remove-input-group {
1585
+ top: 8px;
1586
+ }
1587
+ .formeo.formeo-render .formeo-row {
1588
+ margin-bottom: 1em;
1589
+ flex-direction: row;
1590
+ justify-content: flex-start;
1591
+ flex-wrap: nowrap;
1592
+ align-content: stretch;
1593
+ align-items: stretch;
1594
+ display: flex;
1595
+ border-radius: 8px;
1596
+ outline: 0 solid rgba(217, 83, 79, 0.25);
1597
+ transition: background-color 133ms, outline 133ms;
1598
+ padding: 4px 0;
1599
+ }
1600
+ .formeo.formeo-render .formeo-row.will-remove {
1601
+ border-radius: 2px;
1602
+ background-color: rgba(217, 83, 79, 0.25);
1603
+ outline: 6px solid rgba(217, 83, 79, 0.25);
1604
+ }
1605
+ .formeo.formeo-render .formeo-row:last-of-type {
1606
+ margin-bottom: 0;
1607
+ }
1608
+ .formeo.formeo-render fieldset.formeo-row-wrap {
1609
+ padding: 16px;
1610
+ }
1611
+ .formeo.formeo-render .formeo-row-wrap {
1612
+ margin-bottom: 1em;
1613
+ border-radius: 8px;
1614
+ }
1615
+ .formeo.formeo-render .formeo-row-wrap legend {
1616
+ padding: 4px 8px;
1617
+ border-style: groove;
1618
+ border-width: 2px;
1619
+ border-color: threedface;
1620
+ border-radius: 8px;
1621
+ font-size: 1.15em;
1622
+ }
1623
+ .formeo.formeo-render .formeo-row-wrap:last-child {
1624
+ margin-bottom: 0;
1625
+ }
1626
+ .formeo.formeo-render .f-input-group {
1627
+ position: relative;
1628
+ }
1629
+ .formeo.formeo-render .f-input-group:first-child .remove-input-group {
1630
+ display: none;
1631
+ }
1632
+ .formeo.formeo-render .add-input-group {
1633
+ float: right;
1634
+ margin-top: 10px;
1635
+ }
1636
+ .formeo.formeo-render .remove-input-group {
1637
+ position: absolute;
1638
+ right: 0;
1639
+ top: 0;
1640
+ width: 24px;
1641
+ height: 24px;
1642
+ border: 0 none;
1643
+ background: transparent;
1644
+ outline: 0 none;
1645
+ line-height: 0;
1646
+ padding: 4px;
1647
+ }
1648
+ .formeo.formeo-render .remove-input-group:hover {
1649
+ background-color: #fff;
1650
+ }
1651
+ .formeo.formeo-render .remove-input-group:hover .svg-icon {
1652
+ fill: rgb(217, 83, 79);
1653
+ }
1654
+ .formeo.formeo-render .remove-input-group .svg-icon {
1655
+ pointer-events: none;
1656
+ }
1657
+ .formeo.formeo-render .form-check-input:only-child {
1658
+ position: absolute;
1659
+ }
1660
+ .formeo.formeo-render .svg-icon {
1661
+ max-width: 100%;
1662
+ max-height: 100%;
1663
+ }
1664
+ .formeo.formeo-render .formeo-column {
1665
+ padding: 0 4px;
1666
+ float: left;
1667
+ max-width: none;
1668
+ flex-direction: column;
1669
+ }
1670
+ .formeo.formeo-render .formeo-column:first-of-type {
1671
+ padding-left: 0;
1672
+ }
1673
+ .formeo.formeo-render .formeo-column:last-of-type {
1674
+ padding-right: 0;
1675
+ }
1676
+
1677
+ /*
1678
+ Mixins
1679
+ */
1680
+ .formeo-controls {
1681
+ width: 26%;
1682
+ overflow: hidden;
1683
+ }
1684
+
1685
+ .formeo-controls.formeo-sticky {
1686
+ position: sticky;
1687
+ top: 0;
1688
+ align-self: flex-start;
1689
+ }
1690
+
1691
+ .formeo-controls.pull-left .form-actions {
1692
+ float: left;
1693
+ }
1694
+
1695
+ .formeo-controls .filtered-term {
1696
+ background-color: #fff;
1697
+ text-align: center;
1698
+ border-radius: 4px 4px 0 0;
1699
+ border: 1px solid #cccccc;
1700
+ border-bottom: 0 none;
1701
+ width: calc(100% - 2px);
1702
+ }
1703
+
1704
+ .formeo-controls .tabbed-panels nav {
1705
+ padding: 0;
1706
+ }
1707
+
1708
+ .formeo-controls nav {
1709
+ position: relative;
1710
+ padding: 0 24px;
1711
+ overflow: hidden;
1712
+ }
1713
+
1714
+ .formeo-controls nav h5 {
1715
+ font-size: 13px;
1716
+ line-height: 22px;
1717
+ }
1718
+
1719
+ .formeo-controls nav button {
1720
+ position: absolute;
1721
+ width: 24px;
1722
+ color: #000;
1723
+ height: calc(100% + 1px);
1724
+ padding: 0;
1725
+ line-height: 0;
1726
+ margin: 0;
1727
+ border-color: #cccccc;
1728
+ }
1729
+
1730
+ .formeo-controls nav button.next-group {
1731
+ right: 0;
1732
+ top: 0;
1733
+ border-top-left-radius: 0;
1734
+ border-top-right-radius: 8px;
1735
+ border-bottom-left-radius: 0;
1736
+ border-bottom-right-radius: 0;
1737
+ }
1738
+
1739
+ .formeo-controls nav button.prev-group {
1740
+ border-top-left-radius: 8px;
1741
+ border-bottom-left-radius: 0;
1742
+ left: 0;
1743
+ }
1744
+
1745
+ .formeo-controls .formeo-panels-wrap {
1746
+ font-size: 0.85em;
1747
+ line-height: 1.8em;
1748
+ }
1749
+
1750
+ .formeo-controls .panel-labels {
1751
+ border-top: 1px solid #cccccc;
1752
+ }
1753
+
1754
+ .formeo-controls .panel-count-1 {
1755
+ border-bottom-left-radius: 0;
1756
+ }
1757
+
1758
+ .formeo-controls .panel-count-1 .panel-nav {
1759
+ display: none;
1760
+ }
1761
+
1762
+ .formeo-controls .panel-count-1 .control-group li:first-child {
1763
+ border-radius: 8px 8px 0 0;
1764
+ }
1765
+
1766
+ .formeo-controls ul {
1767
+ margin: 0;
1768
+ padding: 0;
1769
+ list-style: none;
1770
+ }
1771
+
1772
+ .formeo-controls .control-group {
1773
+ vertical-align: top;
1774
+ display: inline-block;
1775
+ width: 100%;
1776
+ border-top: 1px solid #cccccc;
1777
+ }
1778
+
1779
+ .formeo-controls .control-group > li:first-child {
1780
+ border-top-right-radius: 0;
1781
+ }
1782
+
1783
+ .formeo-controls .control-group > li:last-child {
1784
+ border-radius: 0 0 8px 8px;
1785
+ }
1786
+
1787
+ .formeo-controls.filtered .panel-nav {
1788
+ display: none;
1789
+ }
1790
+
1791
+ .formeo-controls.filtered .control-group {
1792
+ display: block;
1793
+ }
1794
+
1795
+ .formeo-controls.filtered .control-group > li {
1796
+ border-radius: 0;
1797
+ }
1798
+
1799
+ .formeo-controls.filtered .control-group:last-child > li:last-child {
1800
+ border-radius: 0 0 0 4px;
1801
+ }
1802
+
1803
+ .formeo-controls .control-groups {
1804
+ white-space: nowrap;
1805
+ }
1806
+
1807
+ .formeo-controls .control-group-labels {
1808
+ height: 100%;
1809
+ background: #fff;
1810
+ overflow: hidden;
1811
+ }
1812
+
1813
+ .formeo-controls .control-group-labels div {
1814
+ white-space: nowrap;
1815
+ }
1816
+
1817
+ .formeo-controls .control-group-labels h4 {
1818
+ display: inline-block;
1819
+ width: 100%;
1820
+ }
1821
+
1822
+ .formeo-controls .form-actions {
1823
+ float: right;
1824
+ margin-top: 4px;
1825
+ }
1826
+
1827
+ .formeo-controls .form-actions .svg-icon {
1828
+ fill: #666666;
1829
+ display: none;
1830
+ }
1831
+
1832
+ .formeo-controls .form-actions .svg-icon:hover {
1833
+ fill: #000;
1834
+ }
1835
+
1836
+ .formeo-controls .form-actions .save-form:hover,
1837
+ .formeo-controls .form-actions .clear-form:hover {
1838
+ color: #fff;
1839
+ }
1840
+
1841
+ .formeo-controls .form-actions .save-form:hover {
1842
+ background-color: rgb(50, 93, 136);
1843
+ }
1844
+
1845
+ .formeo-controls .form-actions .clear-form:hover {
1846
+ background-color: rgb(217, 83, 79);
1847
+ }
1848
+
1849
+ @media (max-width: 481px) {
1850
+ .formeo-controls {
1851
+ width: 45px;
1852
+ }
1853
+ .formeo-controls .control-group {
1854
+ text-indent: -9999px;
1855
+ }
1856
+ .formeo-controls .form-actions {
1857
+ display: inline-block;
1858
+ width: 100%;
1859
+ position: relative;
1860
+ vertical-align: middle;
1861
+ float: none;
1862
+ margin-top: 10px;
1863
+ }
1864
+ .formeo-controls .form-actions > button + button {
1865
+ margin-top: -1px;
1866
+ margin-left: 0;
1867
+ }
1868
+ .formeo-controls .form-actions > button {
1869
+ max-width: 100%;
1870
+ padding: 10px;
1871
+ border-radius: 0;
1872
+ line-height: 0;
1873
+ width: 100%;
1874
+ float: none;
1875
+ position: relative;
1876
+ display: block;
1877
+ }
1878
+ .formeo-controls .form-actions > button:not(:first-child):not(:last-child) {
1879
+ border-radius: 0;
1880
+ }
1881
+ .formeo-controls .form-actions > button:first-child:not(:last-child) {
1882
+ border-top-right-radius: 4px;
1883
+ border-top-left-radius: 4px;
1884
+ border-bottom-right-radius: 0;
1885
+ border-bottom-left-radius: 0;
1886
+ }
1887
+ .formeo-controls .form-actions > button:last-child:not(:first-child) {
1888
+ border-bottom-left-radius: 4px;
1889
+ border-bottom-right-radius: 4px;
1890
+ border-top-right-radius: 0;
1891
+ border-top-left-radius: 0;
1892
+ }
1893
+ .formeo-controls .form-actions .control-icon {
1894
+ display: inline-block;
1895
+ margin-right: 10px;
1896
+ }
1897
+ }
1898
+ .formeo-controls .field-control {
1899
+ cursor: move;
1900
+ list-style: none;
1901
+ margin: -1px 0 0;
1902
+ border: 1px solid #cccccc;
1903
+ text-align: left;
1904
+ background: #fff;
1905
+ user-select: none;
1906
+ overflow: hidden;
1907
+ }
1908
+
1909
+ .formeo-controls .field-control.control-moving {
1910
+ border-radius: 8px;
1911
+ animation: DRAG_GHOST 500ms forwards;
1912
+ }
1913
+
1914
+ .formeo-controls .field-control::before {
1915
+ margin-right: 8px;
1916
+ font-size: 16px;
1917
+ }
1918
+
1919
+ .formeo-controls .field-control:hover {
1920
+ background-color: rgb(242.25, 242.25, 242.25);
1921
+ }
1922
+
1923
+ .formeo-controls .field-control button {
1924
+ box-sizing: border-box;
1925
+ font-size: 1em;
1926
+ line-height: 1.8em;
1927
+ display: flex;
1928
+ height: 100%;
1929
+ width: 100%;
1930
+ background: transparent;
1931
+ border: 0 none;
1932
+ text-align: left;
1933
+ padding: 8px;
1934
+ border-radius: 0;
1935
+ }
1936
+
1937
+ .formeo-controls .field-control button:focus {
1938
+ outline: 0 none;
1939
+ background-color: rgb(242.25, 242.25, 242.25);
1940
+ box-shadow: 0 0 0 1px rgb(102, 175, 233) inset;
1941
+ border-radius: 0 !important;
1942
+ }
1943
+
1944
+ .formeo-controls .field-control button:active {
1945
+ transform: none;
1946
+ }
1947
+
1948
+ .formeo-controls .field-control button:hover {
1949
+ filter: none;
1950
+ }
1951
+
1952
+ .formeo-controls .field-control .control-icon {
1953
+ margin-right: 8px;
1954
+ text-align: center;
1955
+ width: 24px;
1956
+ height: 24px;
1957
+ display: flex;
1958
+ align-items: center;
1959
+ justify-content: center;
1960
+ }
1961
+
1962
+ [dir=rtl] .formeo-controls .field-control button {
1963
+ text-align: right !important;
1964
+ }
1965
+
1966
+ [dir=rtl] .formeo-controls .field-control svg {
1967
+ float: right !important;
1968
+ margin: 0 0 0 8px !important;
1969
+ }
1970
+
1971
+ .formeo-controls .field-control .control-icon {
1972
+ pointer-events: none;
1973
+ }
1974
+
1975
+ .formeo-controls .field-control .control-icon .f-i-hash {
1976
+ padding: 2px;
1977
+ }
1978
+
1979
+ .field-control {
1980
+ cursor: move;
1981
+ list-style: none;
1982
+ margin: -1px 0 0;
1983
+ border: 1px solid #cccccc;
1984
+ text-align: left;
1985
+ background: #fff;
1986
+ user-select: none;
1987
+ overflow: hidden;
1988
+ }
1989
+ .field-control.control-moving {
1990
+ border-radius: 8px;
1991
+ animation: DRAG_GHOST 500ms forwards;
1992
+ }
1993
+ .field-control::before {
1994
+ margin-right: 8px;
1995
+ font-size: 16px;
1996
+ }
1997
+ .field-control:hover {
1998
+ background-color: rgb(242.25, 242.25, 242.25);
1999
+ }
2000
+ .field-control button {
2001
+ box-sizing: border-box;
2002
+ font-size: 1em;
2003
+ line-height: 1.8em;
2004
+ display: flex;
2005
+ height: 100%;
2006
+ width: 100%;
2007
+ background: transparent;
2008
+ border: 0 none;
2009
+ text-align: left;
2010
+ padding: 8px;
2011
+ border-radius: 0;
2012
+ }
2013
+ .field-control button:focus {
2014
+ outline: 0 none;
2015
+ background-color: rgb(242.25, 242.25, 242.25);
2016
+ box-shadow: 0 0 0 1px rgb(102, 175, 233) inset;
2017
+ border-radius: 0 !important;
2018
+ }
2019
+ .field-control button:active {
2020
+ transform: none;
2021
+ }
2022
+ .field-control button:hover {
2023
+ filter: none;
2024
+ }
2025
+ .field-control .control-icon {
2026
+ margin-right: 8px;
2027
+ text-align: center;
2028
+ width: 24px;
2029
+ height: 24px;
2030
+ display: flex;
2031
+ align-items: center;
2032
+ justify-content: center;
2033
+ }
2034
+ [dir=rtl] .field-control button {
2035
+ text-align: right !important;
2036
+ }
2037
+ [dir=rtl] .field-control svg {
2038
+ float: right !important;
2039
+ margin: 0 0 0 8px !important;
2040
+ }
2041
+ .field-control .svg-icon {
2042
+ pointer-events: none;
2043
+ }