CTX Feed – WooCommerce Product Feed Manager Plugin - Version 4.0.2

Version Description

(2020-10-12) = * Tweak: Make feed button new look.

Download this release

Release Info

Developer wahid0003
Plugin Icon 128x128 CTX Feed – WooCommerce Product Feed Manager Plugin
Version 4.0.2
Comparing to
See all releases

Code changes from version 4.0.1 to 4.0.2

README.txt CHANGED
@@ -5,7 +5,7 @@ Tags:product feed,woocommerce product feed,google shopping feed,google shopping,
5
  Requires at least: 3.6
6
  Tested Up To: 5.5
7
  Requires PHP: 5.6
8
- Stable tag: 4.0.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -308,6 +308,9 @@ Using pro version:
308
 
309
  == Changelog ==
310
 
 
 
 
311
  = 4.0.1 (2020-10-12) =
312
  * Fix: Edit page fatal error.
313
 
5
  Requires at least: 3.6
6
  Tested Up To: 5.5
7
  Requires PHP: 5.6
8
+ Stable tag: 4.0.2
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
308
 
309
  == Changelog ==
310
 
311
+ = 4.0.2 (2020-10-12) =
312
+ * Tweak: Make feed button new look.
313
+
314
  = 4.0.1 (2020-10-12) =
315
  * Fix: Edit page fatal error.
316
 
admin/css/woo-feed-admin.css CHANGED
@@ -1,1322 +1,1322 @@
1
  /**
2
  * All of the CSS for your admin-specific functionality should be
3
  * included in this file.
4
- */
5
- .wpf_spin {
6
- -webkit-animation: spin 1000ms infinite linear;
7
- animation: spin 1000ms infinite linear; }
8
- .wpf_spin.reverse_spin {
9
- animation-direction: reverse; }
10
-
11
- .wpf_regenerate.disabled {
12
- color: #737373;
13
- box-shadow: none;
14
- cursor: not-allowed; }
15
-
16
- @-webkit-keyframes spin {
17
- 0% {
18
- -webkit-transform: rotate(0deg);
19
- transform: rotate(0deg); }
20
- 100% {
21
- -webkit-transform: rotate(359deg);
22
- transform: rotate(359deg); } }
23
-
24
- @keyframes spin {
25
- 0% {
26
- -webkit-transform: rotate(0deg);
27
- transform: rotate(0deg); }
28
- 100% {
29
- -webkit-transform: rotate(359deg);
30
- transform: rotate(359deg); } }
31
-
32
- .wfbtn {
33
- background: #3498db;
34
- background-image: linear-gradient(to bottom, #3498db, #2980b9);
35
- border-radius: 17px;
36
- box-shadow: 0 1px 3px #666666;
37
- font-family: Arial, sans-serif;
38
- color: #ffffff;
39
- font-size: 20px;
40
- padding: 10px 20px 10px 20px;
41
- border: solid #2b698f 3px;
42
- text-decoration: none; }
43
- .wfbtn:hover {
44
- background: #3cb0fd;
45
- background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
46
- text-decoration: none; }
47
-
48
- .wftooltip {
49
- display: none;
50
- position: absolute;
51
- border: 1px solid #333;
52
- background-color: #161616;
53
- border-radius: 5px;
54
- padding: 10px;
55
- color: #fff;
56
- font-size: 12px; }
57
-
58
- .feed-actions .makeFeedResponse {
59
- width: 70%;
60
- color: green; }
61
-
62
- .woo-feed-mapping-input {
63
- width: 100%; }
64
-
65
- .requiredIn {
66
- color: red; }
67
-
68
- .generalInput {
69
- width: 200px; }
70
- .generalInput:not(.selectize-control) {
71
- margin: 5px auto; }
72
-
73
- .error {
74
- color: red; }
75
-
76
- .widefat td select, .widefat td input {
77
- max-width: 100%; }
78
-
79
- #wf_newRow {
80
- margin-left: 0; }
81
-
82
- .mtable tbody tr {
83
- height: 25px;
84
- border: 1px solid #CCC;
85
- text-align: left;
86
- -ms-flex-align: baseline;
87
- align-items: baseline;
88
- font-weight: bold; }
89
-
90
- .mtable th:nth-child(1) {
91
- width: 17px; }
92
-
93
- .mtable th:nth-child(2) {
94
- width: 160px; }
95
-
96
- .mtable th:nth-child(3) {
97
- width: 100px; }
98
-
99
- .mtable th:nth-child(4) {
100
- width: 100px; }
101
-
102
- .mtable th:nth-child(5) {
103
- width: 150px; }
104
-
105
- .mtable th:nth-child(6) {
106
- width: 100px; }
107
-
108
- .mtable th:nth-child(7) {
109
- width: 150px; }
110
-
111
- .mtable th:nth-child(8) {
112
- width: 90px; }
113
-
114
- .mtable th:nth-child(9) {
115
- width: 29px; }
116
-
117
- .mtable2 tbody tr {
118
- height: 25px;
119
- border: 1px solid #CCC;
120
- text-align: left;
121
- -ms-flex-align: baseline;
122
- align-items: baseline;
123
- font-weight: bold; }
124
-
125
- .mtable2 th:nth-child(1) {
126
- width: 30px; }
127
-
128
- .mtable2 th:nth-child(2) {
129
- width: 150px; }
130
-
131
- .mtable2 th:nth-child(3) {
132
- width: 230px; }
133
-
134
- .mtable2 th:nth-child(4) {
135
- width: 220px; }
136
-
137
- .mtable2 th:nth-child(7) {
138
- width: 50px; }
139
-
140
- .mtable2 th:nth-child(8) {
141
- width: 50px; }
142
-
143
- .mtable2 th:nth-child(9) {
144
- width: 29px; }
145
-
146
- .wp-admin select.wf_mattributes {
147
- width: 150px;
148
- left: 0;
149
- height: 25px; }
150
-
151
- div#wf-tab-content1 select:not([name^="output_type"]) {
152
- width: 100%; }
153
-
154
- div#wf-tab-content1 input {
155
- width: 100%; }
156
-
157
- div#wf-tab-content1 .dashicons {
158
- vertical-align: middle; }
159
-
160
- .wf_attributes {
161
- width: 150px;
162
- left: 0; }
163
-
164
- .wf_compare {
165
- max-width: 245px;
166
- left: 0; }
167
-
168
- .wf_ps {
169
- width: 100px;
170
- left: 0; }
171
-
172
- .wf_sortedtable {
173
- cursor: move; }
174
-
175
- .sorted_table {
176
- position: relative; }
177
- .sorted_table .dragged {
178
- position: absolute;
179
- opacity: 0.8;
180
- z-index: 9999;
181
- background: #fff;
182
- width: 100%;
183
- display: table; }
184
- .sorted_table tbody tr.placeholder td {
185
- border: 1px dashed #2cc185;
186
- height: 46px; }
187
-
188
- .wfnoempty {
189
- width: 120px; }
190
-
191
- /*==================Tab Design=======================*/
192
- p {
193
- color: #222; }
194
-
195
- .wf_tabs {
196
- position: relative;
197
- margin: 0 auto;
198
- width: 100%;
199
- list-style: none;
200
- /*bottom: 50px;*/ }
201
-
202
- .wf_tabs:after {
203
- display: table;
204
- clear: both;
205
- content: ""; }
206
-
207
- .wf_tabs li {
208
- float: left;
209
- width: 20%;
210
- display: block;
211
- border: 2px solid #CCC; }
212
-
213
- .wf_tabs li > input[type="radio"][name="wf_tabs"] {
214
- position: absolute;
215
- top: auto;
216
- left: -9999px; }
217
-
218
- .wf-tab-name {
219
- display: block;
220
- padding: 15px;
221
- font-size: 15px;
222
- font-weight: bold;
223
- line-height: 1;
224
- background: #fff;
225
- cursor: pointer;
226
- position: relative;
227
- text-align: center;
228
- text-transform: uppercase;
229
- color: #2CC185; }
230
-
231
- .wf-tab-name:hover {
232
- background: #2CC185;
233
- color: white; }
234
-
235
- .wf_tabs [id^="tab"]:checked + label {
236
- background: #2CC185;
237
- color: white; }
238
-
239
- .wf_tabs .wf-tab-content {
240
- z-index: 2;
241
- display: none;
242
- width: 100%;
243
- font-size: 0.9rem;
244
- position: absolute;
245
- left: 0;
246
- background: #fff;
247
- border: 2px solid #CCC; }
248
-
249
- .wf_tabs [id^="tab"]:checked ~ [id^="wf-tab-content"] {
250
- display: block; }
251
-
252
- [id^="wf-tab-content"] {
253
- margin-bottom: 40px; }
254
-
255
- div#wf-tab-content2 table:first-child {
256
- padding: 10px 0; }
257
-
258
- div#wf-tab-content2 table:first-child td:nth-child(1) {
259
- width: 260px; }
260
-
261
- div#wf-tab-content2 table:first-child td:nth-child(2) {
262
- width: 260px; }
263
-
264
- table.feed-actions tr td:last-child {
265
- text-align: right; }
266
-
267
- /* Selectize */
268
- select.selectize {
269
- display: none; }
270
-
271
- body.no-js select.selectize {
272
- display: block !important; }
273
-
274
- .wp-list-table .option_name .wf_feed_option_name_link {
275
- font-weight: 700;
276
- color: #30336b; }
277
-
278
- .wp-list-table #option_name a {
279
- color: #32373c; }
280
-
281
- /* fallback combat */
282
- .selectize-dropdown .active {
283
- background-color: #edf9ff; }
284
-
285
- .selectize-dropdown .create {
286
- padding: 5px 8px; }
287
-
288
- .wapk-selectize-item {
289
- background: #0073aa !important;
290
- color: #f1f1f1 !important;
291
- font-weight: bold !important;
292
- border-color: #0073aa !important;
293
- padding-left: 5px;
294
- padding-right: 5px; }
295
-
296
- .selectize-input.full #googleTaxonomyId-selectized {
297
- opacity: 0;
298
- position: absolute;
299
- left: -10000px; }
300
-
301
- .selectize-dropdown [data-selectable].option {
302
- cursor: default; }
303
-
304
- .selectize-control.plugin-remove_button [data-value] .remove {
305
- border-left: 1px solid #f1f1f1 !important; }
306
-
307
- .selectize-dropdown .optgroup-header {
308
- font-weight: 700;
309
- background: #efefef;
310
- color: #5a5a5a; }
311
-
312
- .selectize-dropdown [data-selectable].option {
313
- cursor: pointer; }
314
-
315
- /* Feed active and inactive button CSS */
316
- .wf_status_wrap label {
317
- width: 55px;
318
- height: 30px;
319
- box-sizing: border-box;
320
- float: left;
321
- border-radius: 100px;
322
- position: relative;
323
- cursor: pointer;
324
- transition: .3s ease;
325
- background: #d3d3d3; }
326
-
327
- input[class=woo_feed_status_input]:checked + label {
328
- background: #4fbe79; }
329
-
330
- input[class=woo_feed_status_input]:checked + label:before {
331
- left: 29px; }
332
-
333
- .wf_status_wrap label:before {
334
- transition: .3s ease;
335
- content: '';
336
- width: 20px;
337
- height: 20px;
338
- position: absolute;
339
- background: white;
340
- left: 6px;
341
- top: 5px;
342
- box-sizing: border-box;
343
- color: black;
344
- border-radius: 100px;
345
- box-shadow: 0px 1.5px 2px 0px #000; }
346
-
347
- .view span.dashicons.dashicons-external {
348
- color: #30336b; }
349
-
350
- .view span.dashicons.dashicons-sos {
351
- color: #22a6b3; }
352
-
353
- .view span.dashicons.dashicons-download {
354
- color: #ee5253; }
355
-
356
- .view span.dashicons.dashicons-media-code {
357
- color: #576574; }
358
-
359
- /* list table style */
360
- .widefat td.column-url, .widefat th.column-url,
361
- .column-url {
362
- color: #1e8f9a;
363
- font-weight: bold; }
364
-
365
- /** Feed Progress **/
366
- .feed-progress-container {
367
- width: 100%;
368
- color: white;
369
- text-align: center;
370
- font-weight: 300; }
371
-
372
- .feed-progress-bar {
373
- width: 100%;
374
- background: #eee;
375
- padding: 3px;
376
- border-radius: 3px;
377
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
378
-
379
- .feed-progress-bar-fill {
380
- height: 20px;
381
- display: block;
382
- background: #3DC264;
383
- width: 0;
384
- border-radius: 3px;
385
- transition: width 0.8s ease; }
386
-
387
- .feed-progress-status {
388
- float: left;
389
- font-weight: bold;
390
- color: darkblue; }
391
-
392
- .feed-progress-percentage {
393
- text-align: right;
394
- font-weight: bolder;
395
- color: #41f49d;
396
- font-family: 'Arial Black', sans-serif;
397
- font-size: large; }
398
-
399
- #wpbody-content.woofeed-body-content {
400
- overflow: visible !important; }
401
-
402
- .clippy {
403
- position: relative;
404
- width: 13px;
405
- margin-top: -3px;
406
- margin-left: 3px;
407
- top: 3px; }
408
-
409
- .column-url .clippy {
410
- display: none; }
411
-
412
- .column-url:hover .clippy {
413
- display: inline-block; }
414
-
415
  /**
416
  * Primer Tooltip
417
- */
418
- .tooltipped {
419
- position: relative; }
420
- .tooltipped:after {
421
- position: absolute;
422
- z-index: 1000000;
423
- display: none;
424
- padding: 5px 8px;
425
- font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
426
- color: #fff;
427
- text-align: center;
428
- text-decoration: none;
429
- text-shadow: none;
430
- text-transform: none;
431
- letter-spacing: normal;
432
- word-wrap: break-word;
433
- white-space: pre;
434
- pointer-events: none;
435
- content: attr(aria-label);
436
- background: rgba(0, 0, 0, 0.8);
437
- border-radius: 3px;
438
- -webkit-font-smoothing: subpixel-antialiased; }
439
- .tooltipped:before {
440
- position: absolute;
441
- z-index: 1000001;
442
- display: none;
443
- width: 0;
444
- height: 0;
445
- color: rgba(0, 0, 0, 0.8);
446
- pointer-events: none;
447
- content: "";
448
- border: 5px solid transparent; }
449
- .tooltipped:hover:before {
450
- display: inline-block;
451
- text-decoration: none; }
452
- .tooltipped:hover:after {
453
- display: inline-block;
454
- text-decoration: none; }
455
- .tooltipped:active:before {
456
- display: inline-block;
457
- text-decoration: none; }
458
- .tooltipped:active:after {
459
- display: inline-block;
460
- text-decoration: none; }
461
- .tooltipped:focus:before {
462
- display: inline-block;
463
- text-decoration: none; }
464
- .tooltipped:focus:after {
465
- display: inline-block;
466
- text-decoration: none; }
467
- .tooltipped-multiline:hover:after {
468
- display: table-cell; }
469
- .tooltipped-multiline:active:after {
470
- display: table-cell; }
471
- .tooltipped-multiline:focus:after {
472
- display: table-cell; }
473
- .tooltipped-multiline:after {
474
- width: -webkit-max-content;
475
- width: -moz-max-content;
476
- width: max-content;
477
- max-width: 250px;
478
- word-break: break-word;
479
- word-wrap: normal;
480
- white-space: pre-line;
481
- border-collapse: separate; }
482
- .tooltipped-s:after {
483
- top: 100%;
484
- right: 50%;
485
- margin-top: 5px;
486
- -webkit-transform: translateX(50%);
487
- transform: translateX(50%); }
488
- .tooltipped-s:before {
489
- top: auto;
490
- right: 50%;
491
- bottom: -5px;
492
- margin-right: -5px;
493
- border-bottom-color: rgba(0, 0, 0, 0.8); }
494
- .tooltipped-se:after {
495
- top: 100%;
496
- margin-top: 5px;
497
- right: auto;
498
- left: 50%;
499
- margin-left: -15px; }
500
- .tooltipped-se:before {
501
- top: auto;
502
- right: 50%;
503
- bottom: -5px;
504
- margin-right: -5px;
505
- border-bottom-color: rgba(0, 0, 0, 0.8); }
506
- .tooltipped-sw:after {
507
- top: 100%;
508
- right: 50%;
509
- margin-top: 5px;
510
- margin-right: -15px; }
511
- .tooltipped-sw:before {
512
- top: auto;
513
- right: 50%;
514
- bottom: -5px;
515
- margin-right: -5px;
516
- border-bottom-color: rgba(0, 0, 0, 0.8); }
517
- .tooltipped-n:after {
518
- right: 50%;
519
- bottom: 100%;
520
- margin-bottom: 5px;
521
- -webkit-transform: translateX(50%);
522
- transform: translateX(50%); }
523
- .tooltipped-n:before {
524
- top: -5px;
525
- right: 50%;
526
- bottom: auto;
527
- margin-right: -5px;
528
- border-top-color: rgba(0, 0, 0, 0.8); }
529
- .tooltipped-ne:after {
530
- bottom: 100%;
531
- margin-bottom: 5px;
532
- right: auto;
533
- left: 50%;
534
- margin-left: -15px; }
535
- .tooltipped-ne:before {
536
- top: -5px;
537
- right: 50%;
538
- bottom: auto;
539
- margin-right: -5px;
540
- border-top-color: rgba(0, 0, 0, 0.8); }
541
- .tooltipped-nw:after {
542
- right: 50%;
543
- bottom: 100%;
544
- margin-bottom: 5px;
545
- margin-right: -15px; }
546
- .tooltipped-nw:before {
547
- top: -5px;
548
- right: 50%;
549
- bottom: auto;
550
- margin-right: -5px;
551
- border-top-color: rgba(0, 0, 0, 0.8); }
552
- .tooltipped-w:after {
553
- right: 100%;
554
- bottom: 50%;
555
- margin-right: 5px;
556
- -webkit-transform: translateY(50%);
557
- transform: translateY(50%); }
558
- .tooltipped-w:before {
559
- top: 50%;
560
- bottom: 50%;
561
- left: -5px;
562
- margin-top: -5px;
563
- border-left-color: rgba(0, 0, 0, 0.8); }
564
- .tooltipped-e:after {
565
- bottom: 50%;
566
- left: 100%;
567
- margin-left: 5px;
568
- -webkit-transform: translateY(50%);
569
- transform: translateY(50%); }
570
- .tooltipped-e:before {
571
- top: 50%;
572
- right: -5px;
573
- bottom: 50%;
574
- margin-top: -5px;
575
- border-right-color: rgba(0, 0, 0, 0.8); }
576
- .tooltipped-multiline.tooltipped-s:after {
577
- right: auto;
578
- left: 50%;
579
- -webkit-transform: translateX(-50%);
580
- transform: translateX(-50%); }
581
- .tooltipped-multiline.tooltipped-n:after {
582
- right: auto;
583
- left: 50%;
584
- -webkit-transform: translateX(-50%);
585
- transform: translateX(-50%); }
586
- .tooltipped-multiline.tooltipped-w:after {
587
- right: 100%; }
588
- .tooltipped-multiline.tooltipped-e:after {
589
- right: 100%; }
590
- .tooltipped-sticky:before {
591
- display: inline-block; }
592
- .tooltipped-sticky:after {
593
- display: inline-block; }
594
- .tooltipped-sticky.tooltipped-multiline:after {
595
- display: table-cell; }
596
-
597
- .fullscreen-overlay-enabled.dark-theme .tooltipped:after {
598
- color: #000;
599
- background: rgba(255, 255, 255, 0.8); }
600
-
601
- .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before {
602
- border-bottom-color: rgba(255, 255, 255, 0.8); }
603
-
604
- .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before {
605
- border-bottom-color: rgba(255, 255, 255, 0.8); }
606
-
607
- .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before {
608
- border-bottom-color: rgba(255, 255, 255, 0.8); }
609
-
610
- .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before {
611
- border-top-color: rgba(255, 255, 255, 0.8); }
612
-
613
- .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before {
614
- border-top-color: rgba(255, 255, 255, 0.8); }
615
-
616
- .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before {
617
- border-top-color: rgba(255, 255, 255, 0.8); }
618
-
619
- .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before {
620
- border-right-color: rgba(255, 255, 255, 0.8); }
621
-
622
- .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before {
623
- border-left-color: rgba(255, 255, 255, 0.8); }
624
-
625
- @media screen and (min-width: 0\0) {
626
- .tooltipped-multiline:after {
627
- width: 250px; } }
628
-
629
- ul.tracker_collection_list {
630
- list-style: initial;
631
- padding: initial;
632
- margin: -10px 0 0 30px;
633
- font-size: 11px !important; }
634
- ul.tracker_collection_list li {
635
- margin: 0; }
636
-
637
- /** Info Message Table **/
638
- table.wf-info-table, table.wf-rate-table {
639
- vertical-align: middle;
640
- text-align: center;
641
- max-width: 100%;
642
- font-weight: 500; }
643
- table.wf-info-table th, table.wf-rate-table th {
644
- text-align: center; }
645
- table.wf-info-table th .woo-feed-top-header, table.wf-rate-table th .woo-feed-top-header {
646
- display: -ms-flexbox;
647
- display: flex;
648
- -ms-flex-pack: justify;
649
- justify-content: space-between;
650
- -ms-flex-align: center;
651
- align-items: center; }
652
- table.wf-info-table th .woo-feed-top-header .get-woo-feed-pro, table.wf-rate-table th .woo-feed-top-header .get-woo-feed-pro {
653
- margin-left: 20px; }
654
- table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons {
655
- float: right;
656
- display: -ms-flexbox;
657
- display: flex;
658
- border-radius: 7px;
659
- -ms-flex-pack: center;
660
- justify-content: center;
661
- -ms-flex-align: center;
662
- align-items: center; }
663
- table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a {
664
- padding: 8px 20px;
665
- background: #576574;
666
- color: #fff;
667
- box-sizing: border-box;
668
- display: inline-block;
669
- transition: .3s ease; }
670
- table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-doc-link, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-doc-link {
671
- background: #576574;
672
- border-top-left-radius: 5px;
673
- border-bottom-left-radius: 5px; }
674
- table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-video-link, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-video-link {
675
- background: #ee5253; }
676
- table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-support-link, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-support-link {
677
- background: #22a6b3;
678
- border-top-right-radius: 5px;
679
- border-bottom-right-radius: 5px; }
680
- table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a span.dashicons, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a span.dashicons {
681
- font-size: 18px;
682
- line-height: 1.2; }
683
- table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a:hover, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a:hover {
684
- background: #30336b;
685
- box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.12); }
686
- table.wf-info-table strong, table.wf-rate-table strong {
687
- font-weight: bold; }
688
-
689
- table.wf-info-table th:first-child img {
690
- margin: 0 0 -5px 5px; }
691
-
692
- table.wf-rate-table a {
693
- color: #0073aa; }
694
-
695
- table.wf-rate-table a.review-star:after {
696
- content: "\f155\f155\f155\f155\f155" !important;
697
- font-family: dashicons;
698
- font-size: 10px;
699
- font-weight: 100;
700
- text-rendering: auto;
701
- -webkit-font-smoothing: antialiased;
702
- -moz-osx-font-smoothing: grayscale;
703
- color: #0073aa;
704
- text-decoration: underline; }
705
-
706
- /** Admin Menu Icon **/
707
- #adminmenu #toplevel_page_webappick-manage-feeds div.wp-menu-image::before {
708
- content: "";
709
- background: url(../images/woo-feed-icon.svg) no-repeat center center;
710
- background-size: 20px 20px;
711
- opacity: 0.6;
712
- filter: alpha(opacity=60); }
713
-
714
- #adminmenu #toplevel_page_webappick-manage-feeds:hover div.wp-menu-image::before {
715
- opacity: 1;
716
- filter: alpha(opacity=100); }
717
-
718
- #adminmenu #toplevel_page_webappick-manage-feeds.wp-has-current-submenu div.wp-menu-image::before {
719
- opacity: 1;
720
- filter: alpha(opacity=100); }
721
-
722
- /** Admin Page Wrapper **/
723
- .wapk-admin, .wapk-admin * {
724
- box-sizing: border-box; }
725
-
726
- .wapk-admin {
727
- position: relative;
728
- display: block;
729
- -webkit-hyphens: manual;
730
- -ms-hyphens: manual;
731
- -moz-hyphens: manual;
732
- hyphens: manual;
733
- color: #1B2730;
734
- /* reset .warp margin to use full width except menu area */
735
- margin: 0 0 0 -10px; }
736
-
737
- @media screen and (min-width: 783px) {
738
- .wapk-admin {
739
- margin: 0 0 0 -20px; } }
740
-
741
- .text-center {
742
- text-align: center; }
743
-
744
- .wapk-admin h1, .wapk-admin h2, .wapk-admin h3,
745
- .wapk-admin h4, .wapk-admin h5, .wapk-admin h6,
746
- .wapk-admin p {
747
- color: #1B2730; }
748
-
749
- .wapk-admin sup {
750
- vertical-align: baseline;
751
- position: relative;
752
- top: -6px; }
753
-
754
- .wapk-admin sub {
755
- vertical-align: baseline;
756
- position: relative;
757
- top: 4px; }
758
-
759
- /* WP.Core.UI Compat */
760
- .wapk-admin .wapk-section {
761
- margin: 10px 20px 0 22px;
762
- position: relative;
763
- display: block; }
764
- .wapk-admin .wapk-section [class$=icon32] + h2 {
765
- font-size: 23px;
766
- font-weight: 400;
767
- margin: 0;
768
- padding: 9px 0 4px 0;
769
- line-height: 1.3; }
770
- .wapk-admin .wapk-section h1 {
771
- font-size: 23px;
772
- font-weight: 400;
773
- margin: 0;
774
- padding: 9px 0 4px 0;
775
- line-height: 1.3; }
776
- .wapk-admin .wapk-section > h2:first-child {
777
- font-size: 23px;
778
- font-weight: 400;
779
- margin: 0;
780
- padding: 9px 0 4px 0;
781
- line-height: 1.3; }
782
-
783
- .wapk-admin > .notice {
784
- margin: 10px 20px 0 22px;
785
- position: relative;
786
- display: block; }
787
-
788
- .wapk-admin span.help {
789
- display: block;
790
- float: left;
791
- width: 100%;
792
- font-size: 0.9em;
793
- color: #636363;
794
- margin-top: 5px;
795
- font-weight: 500; }
796
- .wapk-admin span.help .dashicons {
797
- width: 11px;
798
- height: 12px;
799
- font-size: inherit;
800
- vertical-align: middle; }
801
-
802
- .clear:after {
803
- content: "";
804
- display: table;
805
- clear: both; }
806
-
807
- /*.wapk-admin .help a { color: inherit; text-decoration: underline; }*/
808
- /** Extend WP Core UI PostBox For Docs **/
809
- .wapk-feed-docs .postbox {
810
- width: 355px;
811
- margin-right: 20px;
812
- display: inline-block;
813
- vertical-align: top; }
814
- .wapk-feed-docs .postbox .hndle {
815
- font-size: 14px;
816
- padding: 8px 12px;
817
- margin: 0;
818
- line-height: 1.4;
819
- cursor: pointer; }
820
- .wapk-feed-docs .postbox .dashicons {
821
- color: #ccc; }
822
- .wapk-feed-docs .postbox a {
823
- text-decoration: none; }
824
- .wapk-feed-docs .postbox .inside {
825
- margin-bottom: 0; }
826
- .wapk-feed-docs .postbox ul {
827
- margin-bottom: 0; }
828
- .wapk-feed-docs .postbox .toggle-indicator:before {
829
- content: "\F142";
830
- display: inline-block;
831
- font: 400 20px/1 dashicons;
832
- speak: none;
833
- -webkit-font-smoothing: antialiased;
834
- -moz-osx-font-smoothing: grayscale;
835
- text-decoration: none !important; }
836
- .wapk-feed-docs .postbox li {
837
- width: 100%;
838
- display: block;
839
- float: left; }
840
- .wapk-feed-docs .postbox li span {
841
- display: inline-block;
842
- float: left;
843
- margin-right: 4px; }
844
- .wapk-feed-docs .postbox li a {
845
- display: inline-block;
846
- float: left;
847
- width: calc(100% - 24px); }
848
-
849
- .wapk-feed-docs .postbox.closed .toggle-indicator:before {
850
- content: "\F140"; }
851
-
852
- .wapk-section #post-body.columns-2 #side-sortables {
853
- min-height: 196px; }
854
-
855
- #poststuff #feed_merchant_info .inside {
856
- margin: 0;
857
- padding: 0; }
858
-
859
- #feed_merchant_info ul.data {
860
- margin-left: 24px;
861
- margin-top: 5px; }
862
- #feed_merchant_info ul.data li {
863
- margin-bottom: 5px; }
864
-
865
- .merchant-info-section {
866
- padding: 6px 10px 8px; }
867
-
868
- .generateFeed .wf-tab-content table:first-child {
869
- border: none;
870
- box-shadow: none; }
871
-
872
- .generateFeed table th {
873
- font-weight: bold; }
874
-
875
- @media only screen and (max-width: 850px) {
876
- .wapk-feed-docs .postbox {
877
- display: block;
878
- width: auto;
879
- float: none;
880
- margin-right: auto; } }
881
-
882
- /** Admin Feed Help Docs **/
883
- .wp-submenu li span.woo-feed-docs {
884
- font-weight: bold;
885
- color: #f18500; }
886
-
887
- .wp-submenu li:hover span.woo-feed-docs {
888
- color: #ce7304; }
889
-
890
- .wp-submenu li.current span.woo-feed-docs {
891
- color: #ce7304; }
892
-
893
- .wapk-admin .wapk-feed-docs .postbox .hndle {
894
- cursor: default; }
895
-
896
- /** Admin Call-To-Action **/
897
- .wapk-cta {
898
- position: relative;
899
- display: -ms-flexbox;
900
- display: flex;
901
- width: 100%;
902
- padding: 100px 15px;
903
- background: linear-gradient(45deg, #6CD5FF 33%, #c2efef 100%);
904
- -ms-flex-pack: center;
905
- justify-content: center;
906
- -ms-flex-align: center;
907
- align-items: center; }
908
- .wapk-cta-icon .dashicons {
909
- font-size: 100px;
910
- width: 100px;
911
- height: auto;
912
- margin: 0 10px -8px 0;
913
- color: #02658c; }
914
- .wapk-cta-content {
915
- width: 50%; }
916
- .wapk-cta-content h2 {
917
- font-size: 2em;
918
- margin: 0.5em 0; }
919
- .wapk-cta-action a.wapk-button {
920
- font-size: 24px;
921
- height: auto !important;
922
- padding: 10px 20px; }
923
-
924
- @media (max-width: 600px) {
925
- .wapk-cta {
926
- display: block;
927
- text-align: center;
928
- padding: 4em 0; }
929
- .wapk-cta-content {
930
- width: 100%;
931
- margin: 2em 0; } }
932
-
933
- /** Override .wp-core-ui .wapk-button styles with prefix .wapk-admin **/
934
- /* Button Skin */
935
- .wapk-button {
936
- color: #00D4D4;
937
- border-color: #00D4D4;
938
- display: inline-block;
939
- text-decoration: none;
940
- font-size: 13px;
941
- line-height: 2.15384615;
942
- min-height: 30px;
943
- margin: 0;
944
- padding: 0 10px;
945
- cursor: pointer;
946
- border-width: 1px;
947
- border-style: solid;
948
- -webkit-appearance: none;
949
- border-radius: 3px;
950
- white-space: nowrap;
951
- box-sizing: border-box; }
952
- .wapk-button > svg {
953
- width: 15px;
954
- margin-left: 5px;
955
- fill: #00D4D4; }
956
- .wapk-button > .dashicons {
957
- color: #00D4D4; }
958
- .wapk-button:hover {
959
- border-color: #00bbbb;
960
- color: #00bbbb; }
961
- .wapk-button:hover > svg {
962
- fill: #00bbbb; }
963
- .wapk-button:hover > .dashicons {
964
- color: #00bbbb; }
965
- .wapk-button:focus {
966
- border-color: #00D4D4;
967
- color: #00bbbb;
968
- box-shadow: 0 0 0 1px #00D4D4; }
969
- .wapk-button:focus > svg {
970
- fill: #00bbbb; }
971
- .wapk-button:focus > .dashicons {
972
- color: #00bbbb; }
973
- .wapk-button:active {
974
- background: #00bbbb;
975
- border-color: #00bbbb; }
976
- .wapk-button-secondary {
977
- color: #00D4D4;
978
- border-color: #00D4D4;
979
- display: inline-block;
980
- text-decoration: none;
981
- font-size: 13px;
982
- line-height: 2.15384615;
983
- min-height: 30px;
984
- margin: 0;
985
- padding: 0 10px;
986
- cursor: pointer;
987
- border-width: 1px;
988
- border-style: solid;
989
- -webkit-appearance: none;
990
- border-radius: 3px;
991
- white-space: nowrap;
992
- box-sizing: border-box; }
993
- .wapk-button-secondary > svg {
994
- width: 15px;
995
- margin-left: 5px;
996
- fill: #00D4D4; }
997
- .wapk-button-secondary > .dashicons {
998
- color: #00D4D4; }
999
- .wapk-button-secondary:hover {
1000
- border-color: #00bbbb;
1001
- color: #00bbbb; }
1002
- .wapk-button-secondary:hover > svg {
1003
- fill: #00bbbb; }
1004
- .wapk-button-secondary:hover > .dashicons {
1005
- color: #00bbbb; }
1006
- .wapk-button-secondary:focus {
1007
- border-color: #00D4D4;
1008
- color: #00bbbb;
1009
- box-shadow: 0 0 0 1px #00D4D4; }
1010
- .wapk-button-secondary:focus > svg {
1011
- fill: #00bbbb; }
1012
- .wapk-button-secondary:focus > .dashicons {
1013
- color: #00bbbb; }
1014
- .wapk-button-primary {
1015
- display: inline-block;
1016
- text-decoration: none;
1017
- font-size: 13px;
1018
- line-height: 2.15384615;
1019
- min-height: 30px;
1020
- margin: 0;
1021
- padding: 0 10px;
1022
- cursor: pointer;
1023
- border-width: 1px;
1024
- border-style: solid;
1025
- -webkit-appearance: none;
1026
- border-radius: 3px;
1027
- white-space: nowrap;
1028
- box-sizing: border-box;
1029
- background: #00D4D4;
1030
- border-color: #00D4D4;
1031
- color: #fff;
1032
- box-shadow: 0 1px 0 #00bbbb;
1033
- text-shadow: 0 -1px 1px #00bbbb, 1px 0 1px #00bbbb, 0 1px 1px #00bbbb, -1px 0 1px #00bbbb; }
1034
- .wapk-button-primary > svg {
1035
- fill: #fff; }
1036
- .wapk-button-primary:hover {
1037
- background: #00e3e3;
1038
- border-color: #00c5c5;
1039
- color: #fff; }
1040
- .wapk-button-primary:hover > svg {
1041
- fill: #fff; }
1042
- .wapk-button-primary:focus {
1043
- background: #00e3e3;
1044
- border-color: #00c5c5;
1045
- color: #fff;
1046
- box-shadow: 0 0 0 1px #fff, 0 0 0 3px #00D4D4; }
1047
- .wapk-button-primary:focus > svg {
1048
- fill: #fff; }
1049
- .wapk-button-primary:active {
1050
- background: #00bbbb;
1051
- border-color: #00bbbb;
1052
- color: #fff; }
1053
- .wapk-button-primary:active > svg {
1054
- fill: #fff; }
1055
- .wapk-button-primary:disabled {
1056
- color: #c7d1d1 !important;
1057
- background: #22ffff !important;
1058
- border-color: #22ffff !important;
1059
- text-shadow: none !important; }
1060
- .wapk-button-primary:disabled > svg {
1061
- fill: #c7d1d1 !important; }
1062
- .wapk-button.hover {
1063
- border-color: #00bbbb;
1064
- color: #00bbbb; }
1065
- .wapk-button.hover > svg {
1066
- fill: #00bbbb; }
1067
- .wapk-button.hover > .dashicons {
1068
- color: #00bbbb; }
1069
- .wapk-button.focus {
1070
- border-color: #00D4D4;
1071
- color: #00bbbb;
1072
- box-shadow: 0 0 0 1px #00D4D4; }
1073
- .wapk-button.focus > svg {
1074
- fill: #00bbbb; }
1075
- .wapk-button.focus > .dashicons {
1076
- color: #00bbbb; }
1077
- .wapk-button.active {
1078
- border-color: #00bbbb;
1079
- color: #00bbbb;
1080
- box-shadow: inset 0 2px 5px -3px #00bbbb; }
1081
- .wapk-button.active:focus {
1082
- border-color: #00bbbb;
1083
- color: #00bbbb;
1084
- box-shadow: inset 0 2px 5px -3px #00bbbb; }
1085
- .wapk-button.active:focus > svg {
1086
- fill: #00bbbb; }
1087
- .wapk-button.active:focus > .dashicons {
1088
- color: #00bbbb; }
1089
- .wapk-button.active:hover {
1090
- border-color: #00bbbb;
1091
- color: #00bbbb;
1092
- box-shadow: inset 0 2px 5px -3px #00bbbb; }
1093
- .wapk-button.active:hover > svg {
1094
- fill: #00bbbb; }
1095
- .wapk-button.active:hover > .dashicons {
1096
- color: #00bbbb; }
1097
- .wapk-button.active > svg {
1098
- fill: #00bbbb; }
1099
- .wapk-button.active > .dashicons {
1100
- color: #00bbbb; }
1101
- .wapk-button-primary.active {
1102
- background: #00D4D4;
1103
- color: #fff;
1104
- border-color: #008888;
1105
- box-shadow: inset 0 2px 5px -3px black; }
1106
- .wapk-button-primary.active:focus {
1107
- background: #00D4D4;
1108
- color: #fff;
1109
- border-color: #008888;
1110
- box-shadow: inset 0 2px 5px -3px black; }
1111
- .wapk-button-primary.active:focus > svg {
1112
- fill: #fff; }
1113
- .wapk-button-primary.active:hover {
1114
- background: #00D4D4;
1115
- color: #fff;
1116
- border-color: #008888;
1117
- box-shadow: inset 0 2px 5px -3px black; }
1118
- .wapk-button-primary.active:hover > svg {
1119
- fill: #fff; }
1120
- .wapk-button-primary.active > svg {
1121
- fill: #fff; }
1122
- .wapk-button-primary[disabled] {
1123
- color: #c7d1d1 !important;
1124
- background: #22ffff !important;
1125
- border-color: #22ffff !important;
1126
- text-shadow: none !important; }
1127
- .wapk-button-primary[disabled] > svg {
1128
- fill: #c7d1d1 !important; }
1129
- .wapk-button-primary.wapk-button-primary-disabled {
1130
- color: #c7d1d1 !important;
1131
- background: #22ffff !important;
1132
- border-color: #22ffff !important;
1133
- text-shadow: none !important; }
1134
- .wapk-button-primary.wapk-button-primary-disabled > svg {
1135
- fill: #c7d1d1 !important; }
1136
- .wapk-button-primary.disabled {
1137
- color: #c7d1d1 !important;
1138
- background: #22ffff !important;
1139
- border-color: #22ffff !important;
1140
- text-shadow: none !important; }
1141
- .wapk-button-primary.disabled > svg {
1142
- fill: #c7d1d1 !important; }
1143
- .wapk-button-primary.wapk-button-hero {
1144
- box-shadow: 0 2px 0 #00bbbb; }
1145
- .wapk-button-primary.wapk-button-hero:focus {
1146
- box-shadow: 0 2px 0 #00bbbb, 0 1px 0 #00c5c5, 0 0 2px 1px #00eeee; }
1147
- .wapk-button-primary.wapk-button-hero:active {
1148
- box-shadow: inset 0 3px 0 #00a1a1; }
1149
- .wapk-button-primary.wapk-button-hero.active {
1150
- box-shadow: inset 0 3px 0 #00a1a1; }
1151
- .wapk-button-primary.wapk-button-hero.active:hover, .wapk-button-primary.wapk-button-hero.active:focus {
1152
- box-shadow: inset 0 3px 0 #00a1a1; }
1153
- .wapk-button-group > .wapk-button.active {
1154
- border-color: #00D4D4; }
1155
-
1156
- /* Button Sizes */
1157
- .wapk-button.wapk-button-xl {
1158
- height: 30px;
1159
- line-height: 28px;
1160
- padding: 0 12px 2px; }
1161
-
1162
- .wapk-button-group.wapk-button-xl .wapk-button {
1163
- height: 30px;
1164
- line-height: 28px;
1165
- padding: 0 12px 2px; }
1166
-
1167
- .wapk-button.wapk-button-hero {
1168
- font-size: 18px;
1169
- height: 50px;
1170
- line-height: 48px;
1171
- padding: 0 36px;
1172
- min-height: 46px; }
1173
-
1174
- .wapk-button-group.wapk-button-hero .wapk-button {
1175
- font-size: 18px;
1176
- height: 50px;
1177
- line-height: 48px;
1178
- padding: 0 36px;
1179
- min-height: 46px; }
1180
-
1181
- @media screen and (min-width: 782px) {
1182
- th#status,
1183
- th#provider {
1184
- width: 80px; }
1185
- th#type {
1186
- width: 50px; }
1187
- th#option_name {
1188
- width: 100px; }
1189
- td.option_name.column-option_name > span:first-child {
1190
- display: none; }
1191
- th#last_updated {
1192
- width: 90px; }
1193
- th#view {
1194
- width: 111px; } }
1195
-
1196
- @media screen and (min-width: 960px) {
1197
- th#status, th#provider {
1198
- width: 100px; }
1199
- th#type {
1200
- width: 80px; }
1201
- th#option_name {
1202
- width: 150px; }
1203
- th#last_updated {
1204
- width: 140px; } }
1205
-
1206
- @media screen and (max-width: 782px) {
1207
- table.wf-info-table {
1208
- margin-top: 10px; }
1209
- table.wf-info-table th:first-child img {
1210
- margin: 0 auto;
1211
- display: block; }
1212
- .wapk-button.wapk-button-xl {
1213
- padding: 6px 14px;
1214
- line-height: normal;
1215
- font-size: 14px;
1216
- vertical-align: middle;
1217
- height: auto;
1218
- margin-bottom: 4px; } }
1219
-
1220
- .wapk-feed-docs .wapk-feed-cta {
1221
- margin: 0; }
1222
-
1223
- .campaign_configurator {
1224
- background: #FFF;
1225
- padding: 20px 0; }
1226
- .campaign_configurator table {
1227
- margin: 0 auto;
1228
- width: 51%;
1229
- min-width: 574px;
1230
- border: none;
1231
- box-shadow: none; }
1232
- .campaign_configurator th {
1233
- min-width: 120px; }
1234
-
1235
- @media screen and (max-width: 782px) {
1236
- .campaign_configurator {
1237
- padding: 0; }
1238
- .campaign_configurator table {
1239
- width: auto;
1240
- min-width: auto;
1241
- max-width: 100%; }
1242
- .campaign_configurator th {
1243
- min-width: auto; } }
1244
-
1245
- #wf-tab-content-config td > input:not([type="checkbox"]):not([type="radio"]),
1246
- #wf-tab-content-config td > select,
1247
- #wf-tab-content-config td > textarea {
1248
- width: 100% !important; }
1249
-
1250
- .woo-feed-filters td > div:nth-child(2n):not(.clear):not(.selectize) {
1251
- width: 120px;
1252
- display: block; }
1253
-
1254
- .woo-feed-filters td > div:not(.clear) {
1255
- float: left;
1256
- margin-right: 10px; }
1257
-
1258
- .woo-feed-filters tr > td:first-child {
1259
- width: 290px;
1260
- padding-left: 40px; }
1261
-
1262
- .woo-feed-filters,
1263
- .woo-feed-ftp {
1264
- margin: 15px auto 25px; }
1265
-
1266
- .wf_clean_cache_wrapper {
1267
- display: -ms-flexbox;
1268
- display: flex;
1269
- margin-left: auto; }
1270
-
1271
- @-webkit-keyframes LoaderClockWise {
1272
- from {
1273
- -webkit-transform: rotate(0deg);
1274
- transform: rotate(0deg); }
1275
- to {
1276
- -webkit-transform: rotate(360deg);
1277
- transform: rotate(360deg); } }
1278
-
1279
- @keyframes LoaderClockWise {
1280
- from {
1281
- -webkit-transform: rotate(0deg);
1282
- transform: rotate(0deg); }
1283
- to {
1284
- -webkit-transform: rotate(360deg);
1285
- transform: rotate(360deg); } }
1286
-
1287
- .woo-feed-cache-loader {
1288
- width: 18px;
1289
- margin-right: 5px;
1290
- animation: LoaderClockWise 1s linear infinite;
1291
- -webkit-animation: LoaderClockWise 1s linear infinite;
1292
- display: none; }
1293
-
1294
- .woo-feed-table-heading .woo-feed-table-heading-title {
1295
- float: left;
1296
- margin-right: auto;
1297
- display: inline-block;
1298
- line-height: 30px; }
1299
-
1300
- .woo-feed-table-heading .wf_clean_cache_wrapper {
1301
- float: right;
1302
- font-weight: normal; }
1303
-
1304
- .wf_clean_cache_wrapper button {
1305
- background: #eb4d4b;
1306
- color: #fff;
1307
- border: none;
1308
- font-weight: 500;
1309
- display: inline-block;
1310
- text-decoration: none;
1311
- font-size: 13px;
1312
- line-height: 2.15384615;
1313
- min-height: 30px;
1314
- margin: 0;
1315
- padding: 0 10px;
1316
- border-radius: 3px;
1317
- cursor: pointer;
1318
- outline: none; }
1319
-
1320
- .wf_clean_cache_wrapper button:hover {
1321
- background: #ff7979;
1322
- color: #fff; }
1
  /**
2
  * All of the CSS for your admin-specific functionality should be
3
  * included in this file.
4
+ */
5
+ .wpf_spin {
6
+ -webkit-animation: spin 1000ms infinite linear;
7
+ animation: spin 1000ms infinite linear; }
8
+ .wpf_spin.reverse_spin {
9
+ animation-direction: reverse; }
10
+
11
+ .wpf_regenerate.disabled {
12
+ color: #737373;
13
+ box-shadow: none;
14
+ cursor: not-allowed; }
15
+
16
+ @-webkit-keyframes spin {
17
+ 0% {
18
+ -webkit-transform: rotate(0deg);
19
+ transform: rotate(0deg); }
20
+ 100% {
21
+ -webkit-transform: rotate(359deg);
22
+ transform: rotate(359deg); } }
23
+
24
+ @keyframes spin {
25
+ 0% {
26
+ -webkit-transform: rotate(0deg);
27
+ transform: rotate(0deg); }
28
+ 100% {
29
+ -webkit-transform: rotate(359deg);
30
+ transform: rotate(359deg); } }
31
+
32
+ .wfbtn {
33
+ background: #3498db;
34
+ background-image: linear-gradient(125deg, #3cb0fd 0%, #152f8c 140%);
35
+ border-radius: 17px;
36
+ box-shadow: inset 0 1px 3px #666666;
37
+ font-family: Arial, sans-serif;
38
+ color: #ffffff;
39
+ font-size: 20px;
40
+ padding: 10px 20px 10px 20px;
41
+ border: solid #2b698f 0px;
42
+ text-decoration: none; }
43
+ .wfbtn:hover {
44
+ background: #3cb0fd;
45
+ background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
46
+ text-decoration: none; }
47
+
48
+ .wftooltip {
49
+ display: none;
50
+ position: absolute;
51
+ border: 1px solid #333;
52
+ background-color: #161616;
53
+ border-radius: 5px;
54
+ padding: 10px;
55
+ color: #fff;
56
+ font-size: 12px; }
57
+
58
+ .feed-actions .makeFeedResponse {
59
+ width: 70%;
60
+ color: green; }
61
+
62
+ .woo-feed-mapping-input {
63
+ width: 100%; }
64
+
65
+ .requiredIn {
66
+ color: red; }
67
+
68
+ .generalInput {
69
+ width: 200px; }
70
+ .generalInput:not(.selectize-control) {
71
+ margin: 5px auto; }
72
+
73
+ .error {
74
+ color: red; }
75
+
76
+ .widefat td select, .widefat td input {
77
+ max-width: 100%; }
78
+
79
+ #wf_newRow {
80
+ margin-left: 0; }
81
+
82
+ .mtable tbody tr {
83
+ height: 25px;
84
+ border: 1px solid #CCC;
85
+ text-align: left;
86
+ -ms-flex-align: baseline;
87
+ align-items: baseline;
88
+ font-weight: bold; }
89
+
90
+ .mtable th:nth-child(1) {
91
+ width: 17px; }
92
+
93
+ .mtable th:nth-child(2) {
94
+ width: 160px; }
95
+
96
+ .mtable th:nth-child(3) {
97
+ width: 100px; }
98
+
99
+ .mtable th:nth-child(4) {
100
+ width: 100px; }
101
+
102
+ .mtable th:nth-child(5) {
103
+ width: 150px; }
104
+
105
+ .mtable th:nth-child(6) {
106
+ width: 100px; }
107
+
108
+ .mtable th:nth-child(7) {
109
+ width: 150px; }
110
+
111
+ .mtable th:nth-child(8) {
112
+ width: 90px; }
113
+
114
+ .mtable th:nth-child(9) {
115
+ width: 29px; }
116
+
117
+ .mtable2 tbody tr {
118
+ height: 25px;
119
+ border: 1px solid #CCC;
120
+ text-align: left;
121
+ -ms-flex-align: baseline;
122
+ align-items: baseline;
123
+ font-weight: bold; }
124
+
125
+ .mtable2 th:nth-child(1) {
126
+ width: 30px; }
127
+
128
+ .mtable2 th:nth-child(2) {
129
+ width: 150px; }
130
+
131
+ .mtable2 th:nth-child(3) {
132
+ width: 230px; }
133
+
134
+ .mtable2 th:nth-child(4) {
135
+ width: 220px; }
136
+
137
+ .mtable2 th:nth-child(7) {
138
+ width: 50px; }
139
+
140
+ .mtable2 th:nth-child(8) {
141
+ width: 50px; }
142
+
143
+ .mtable2 th:nth-child(9) {
144
+ width: 29px; }
145
+
146
+ .wp-admin select.wf_mattributes {
147
+ width: 150px;
148
+ left: 0;
149
+ height: 25px; }
150
+
151
+ div#wf-tab-content1 select:not([name^="output_type"]) {
152
+ width: 100%; }
153
+
154
+ div#wf-tab-content1 input {
155
+ width: 100%; }
156
+
157
+ div#wf-tab-content1 .dashicons {
158
+ vertical-align: middle; }
159
+
160
+ .wf_attributes {
161
+ width: 150px;
162
+ left: 0; }
163
+
164
+ .wf_compare {
165
+ max-width: 245px;
166
+ left: 0; }
167
+
168
+ .wf_ps {
169
+ width: 100px;
170
+ left: 0; }
171
+
172
+ .wf_sortedtable {
173
+ cursor: move; }
174
+
175
+ .sorted_table {
176
+ position: relative; }
177
+ .sorted_table .dragged {
178
+ position: absolute;
179
+ opacity: 0.8;
180
+ z-index: 9999;
181
+ background: #fff;
182
+ width: 100%;
183
+ display: table; }
184
+ .sorted_table tbody tr.placeholder td {
185
+ border: 1px dashed #2cc185;
186
+ height: 46px; }
187
+
188
+ .wfnoempty {
189
+ width: 120px; }
190
+
191
+ /*==================Tab Design=======================*/
192
+ p {
193
+ color: #222; }
194
+
195
+ .wf_tabs {
196
+ position: relative;
197
+ margin: 0 auto;
198
+ width: 100%;
199
+ list-style: none;
200
+ /*bottom: 50px;*/ }
201
+
202
+ .wf_tabs:after {
203
+ display: table;
204
+ clear: both;
205
+ content: ""; }
206
+
207
+ .wf_tabs li {
208
+ float: left;
209
+ width: 20%;
210
+ display: block;
211
+ border: 2px solid #CCC; }
212
+
213
+ .wf_tabs li > input[type="radio"][name="wf_tabs"] {
214
+ position: absolute;
215
+ top: auto;
216
+ left: -9999px; }
217
+
218
+ .wf-tab-name {
219
+ display: block;
220
+ padding: 15px;
221
+ font-size: 15px;
222
+ font-weight: bold;
223
+ line-height: 1;
224
+ background: #fff;
225
+ cursor: pointer;
226
+ position: relative;
227
+ text-align: center;
228
+ text-transform: uppercase;
229
+ color: #2CC185; }
230
+
231
+ .wf-tab-name:hover {
232
+ background: #2CC185;
233
+ color: white; }
234
+
235
+ .wf_tabs [id^="tab"]:checked + label {
236
+ background: #2CC185;
237
+ color: white; }
238
+
239
+ .wf_tabs .wf-tab-content {
240
+ z-index: 2;
241
+ display: none;
242
+ width: 100%;
243
+ font-size: 0.9rem;
244
+ position: absolute;
245
+ left: 0;
246
+ background: #fff;
247
+ border: 2px solid #CCC; }
248
+
249
+ .wf_tabs [id^="tab"]:checked ~ [id^="wf-tab-content"] {
250
+ display: block; }
251
+
252
+ [id^="wf-tab-content"] {
253
+ margin-bottom: 40px; }
254
+
255
+ div#wf-tab-content2 table:first-child {
256
+ padding: 10px 0; }
257
+
258
+ div#wf-tab-content2 table:first-child td:nth-child(1) {
259
+ width: 260px; }
260
+
261
+ div#wf-tab-content2 table:first-child td:nth-child(2) {
262
+ width: 260px; }
263
+
264
+ table.feed-actions tr td:last-child {
265
+ text-align: right; }
266
+
267
+ /* Selectize */
268
+ select.selectize {
269
+ display: none; }
270
+
271
+ body.no-js select.selectize {
272
+ display: block !important; }
273
+
274
+ .wp-list-table .option_name .wf_feed_option_name_link {
275
+ font-weight: 700;
276
+ color: #30336b; }
277
+
278
+ .wp-list-table #option_name a {
279
+ color: #32373c; }
280
+
281
+ /* fallback combat */
282
+ .selectize-dropdown .active {
283
+ background-color: #edf9ff; }
284
+
285
+ .selectize-dropdown .create {
286
+ padding: 5px 8px; }
287
+
288
+ .wapk-selectize-item {
289
+ background: #0073aa !important;
290
+ color: #f1f1f1 !important;
291
+ font-weight: bold !important;
292
+ border-color: #0073aa !important;
293
+ padding-left: 5px;
294
+ padding-right: 5px; }
295
+
296
+ .selectize-input.full #googleTaxonomyId-selectized {
297
+ opacity: 0;
298
+ position: absolute;
299
+ left: -10000px; }
300
+
301
+ .selectize-dropdown [data-selectable].option {
302
+ cursor: default; }
303
+
304
+ .selectize-control.plugin-remove_button [data-value] .remove {
305
+ border-left: 1px solid #f1f1f1 !important; }
306
+
307
+ .selectize-dropdown .optgroup-header {
308
+ font-weight: 700;
309
+ background: #efefef;
310
+ color: #5a5a5a; }
311
+
312
+ .selectize-dropdown [data-selectable].option {
313
+ cursor: pointer; }
314
+
315
+ /* Feed active and inactive button CSS */
316
+ .wf_status_wrap label {
317
+ width: 55px;
318
+ height: 30px;
319
+ box-sizing: border-box;
320
+ float: left;
321
+ border-radius: 100px;
322
+ position: relative;
323
+ cursor: pointer;
324
+ transition: .3s ease;
325
+ background: #d3d3d3; }
326
+
327
+ input[class=woo_feed_status_input]:checked + label {
328
+ background: #4fbe79; }
329
+
330
+ input[class=woo_feed_status_input]:checked + label:before {
331
+ left: 29px; }
332
+
333
+ .wf_status_wrap label:before {
334
+ transition: .3s ease;
335
+ content: '';
336
+ width: 20px;
337
+ height: 20px;
338
+ position: absolute;
339
+ background: white;
340
+ left: 6px;
341
+ top: 5px;
342
+ box-sizing: border-box;
343
+ color: black;
344
+ border-radius: 100px;
345
+ box-shadow: 0px 1.5px 2px 0px #000; }
346
+
347
+ .view span.dashicons.dashicons-external {
348
+ color: #30336b; }
349
+
350
+ .view span.dashicons.dashicons-sos {
351
+ color: #22a6b3; }
352
+
353
+ .view span.dashicons.dashicons-download {
354
+ color: #ee5253; }
355
+
356
+ .view span.dashicons.dashicons-media-code {
357
+ color: #576574; }
358
+
359
+ /* list table style */
360
+ .widefat td.column-url, .widefat th.column-url,
361
+ .column-url {
362
+ color: #1e8f9a;
363
+ font-weight: bold; }
364
+
365
+ /** Feed Progress **/
366
+ .feed-progress-container {
367
+ width: 100%;
368
+ color: white;
369
+ text-align: center;
370
+ font-weight: 300; }
371
+
372
+ .feed-progress-bar {
373
+ width: 100%;
374
+ background: #eee;
375
+ padding: 3px;
376
+ border-radius: 3px;
377
+ box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
378
+
379
+ .feed-progress-bar-fill {
380
+ height: 20px;
381
+ display: block;
382
+ background: #3DC264;
383
+ width: 0;
384
+ border-radius: 3px;
385
+ transition: width 0.8s ease; }
386
+
387
+ .feed-progress-status {
388
+ float: left;
389
+ font-weight: bold;
390
+ color: darkblue; }
391
+
392
+ .feed-progress-percentage {
393
+ text-align: right;
394
+ font-weight: bolder;
395
+ color: #41f49d;
396
+ font-family: 'Arial Black', sans-serif;
397
+ font-size: large; }
398
+
399
+ #wpbody-content.woofeed-body-content {
400
+ overflow: visible !important; }
401
+
402
+ .clippy {
403
+ position: relative;
404
+ width: 13px;
405
+ margin-top: -3px;
406
+ margin-left: 3px;
407
+ top: 3px; }
408
+
409
+ .column-url .clippy {
410
+ display: none; }
411
+
412
+ .column-url:hover .clippy {
413
+ display: inline-block; }
414
+
415
  /**
416
  * Primer Tooltip
417
+ */
418
+ .tooltipped {
419
+ position: relative; }
420
+ .tooltipped:after {
421
+ position: absolute;
422
+ z-index: 1000000;
423
+ display: none;
424
+ padding: 5px 8px;
425
+ font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
426
+ color: #fff;
427
+ text-align: center;
428
+ text-decoration: none;
429
+ text-shadow: none;
430
+ text-transform: none;
431
+ letter-spacing: normal;
432
+ word-wrap: break-word;
433
+ white-space: pre;
434
+ pointer-events: none;
435
+ content: attr(aria-label);
436
+ background: rgba(0, 0, 0, 0.8);
437
+ border-radius: 3px;
438
+ -webkit-font-smoothing: subpixel-antialiased; }
439
+ .tooltipped:before {
440
+ position: absolute;
441
+ z-index: 1000001;
442
+ display: none;
443
+ width: 0;
444
+ height: 0;
445
+ color: rgba(0, 0, 0, 0.8);
446
+ pointer-events: none;
447
+ content: "";
448
+ border: 5px solid transparent; }
449
+ .tooltipped:hover:before {
450
+ display: inline-block;
451
+ text-decoration: none; }
452
+ .tooltipped:hover:after {
453
+ display: inline-block;
454
+ text-decoration: none; }
455
+ .tooltipped:active:before {
456
+ display: inline-block;
457
+ text-decoration: none; }
458
+ .tooltipped:active:after {
459
+ display: inline-block;
460
+ text-decoration: none; }
461
+ .tooltipped:focus:before {
462
+ display: inline-block;
463
+ text-decoration: none; }
464
+ .tooltipped:focus:after {
465
+ display: inline-block;
466
+ text-decoration: none; }
467
+ .tooltipped-multiline:hover:after {
468
+ display: table-cell; }
469
+ .tooltipped-multiline:active:after {
470
+ display: table-cell; }
471
+ .tooltipped-multiline:focus:after {
472
+ display: table-cell; }
473
+ .tooltipped-multiline:after {
474
+ width: -webkit-max-content;
475
+ width: -moz-max-content;
476
+ width: max-content;
477
+ max-width: 250px;
478
+ word-break: break-word;
479
+ word-wrap: normal;
480
+ white-space: pre-line;
481
+ border-collapse: separate; }
482
+ .tooltipped-s:after {
483
+ top: 100%;
484
+ right: 50%;
485
+ margin-top: 5px;
486
+ -webkit-transform: translateX(50%);
487
+ transform: translateX(50%); }
488
+ .tooltipped-s:before {
489
+ top: auto;
490
+ right: 50%;
491
+ bottom: -5px;
492
+ margin-right: -5px;
493
+ border-bottom-color: rgba(0, 0, 0, 0.8); }
494
+ .tooltipped-se:after {
495
+ top: 100%;
496
+ margin-top: 5px;
497
+ right: auto;
498
+ left: 50%;
499
+ margin-left: -15px; }
500
+ .tooltipped-se:before {
501
+ top: auto;
502
+ right: 50%;
503
+ bottom: -5px;
504
+ margin-right: -5px;
505
+ border-bottom-color: rgba(0, 0, 0, 0.8); }
506
+ .tooltipped-sw:after {
507
+ top: 100%;
508
+ right: 50%;
509
+ margin-top: 5px;
510
+ margin-right: -15px; }
511
+ .tooltipped-sw:before {
512
+ top: auto;
513
+ right: 50%;
514
+ bottom: -5px;
515
+ margin-right: -5px;
516
+ border-bottom-color: rgba(0, 0, 0, 0.8); }
517
+ .tooltipped-n:after {
518
+ right: 50%;
519
+ bottom: 100%;
520
+ margin-bottom: 5px;
521
+ -webkit-transform: translateX(50%);
522
+ transform: translateX(50%); }
523
+ .tooltipped-n:before {
524
+ top: -5px;
525
+ right: 50%;
526
+ bottom: auto;
527
+ margin-right: -5px;
528
+ border-top-color: rgba(0, 0, 0, 0.8); }
529
+ .tooltipped-ne:after {
530
+ bottom: 100%;
531
+ margin-bottom: 5px;
532
+ right: auto;
533
+ left: 50%;
534
+ margin-left: -15px; }
535
+ .tooltipped-ne:before {
536
+ top: -5px;
537
+ right: 50%;
538
+ bottom: auto;
539
+ margin-right: -5px;
540
+ border-top-color: rgba(0, 0, 0, 0.8); }
541
+ .tooltipped-nw:after {
542
+ right: 50%;
543
+ bottom: 100%;
544
+ margin-bottom: 5px;
545
+ margin-right: -15px; }
546
+ .tooltipped-nw:before {
547
+ top: -5px;
548
+ right: 50%;
549
+ bottom: auto;
550
+ margin-right: -5px;
551
+ border-top-color: rgba(0, 0, 0, 0.8); }
552
+ .tooltipped-w:after {
553
+ right: 100%;
554
+ bottom: 50%;
555
+ margin-right: 5px;
556
+ -webkit-transform: translateY(50%);
557
+ transform: translateY(50%); }
558
+ .tooltipped-w:before {
559
+ top: 50%;
560
+ bottom: 50%;
561
+ left: -5px;
562
+ margin-top: -5px;
563
+ border-left-color: rgba(0, 0, 0, 0.8); }
564
+ .tooltipped-e:after {
565
+ bottom: 50%;
566
+ left: 100%;
567
+ margin-left: 5px;
568
+ -webkit-transform: translateY(50%);
569
+ transform: translateY(50%); }
570
+ .tooltipped-e:before {
571
+ top: 50%;
572
+ right: -5px;
573
+ bottom: 50%;
574
+ margin-top: -5px;
575
+ border-right-color: rgba(0, 0, 0, 0.8); }
576
+ .tooltipped-multiline.tooltipped-s:after {
577
+ right: auto;
578
+ left: 50%;
579
+ -webkit-transform: translateX(-50%);
580
+ transform: translateX(-50%); }
581
+ .tooltipped-multiline.tooltipped-n:after {
582
+ right: auto;
583
+ left: 50%;
584
+ -webkit-transform: translateX(-50%);
585
+ transform: translateX(-50%); }
586
+ .tooltipped-multiline.tooltipped-w:after {
587
+ right: 100%; }
588
+ .tooltipped-multiline.tooltipped-e:after {
589
+ right: 100%; }
590
+ .tooltipped-sticky:before {
591
+ display: inline-block; }
592
+ .tooltipped-sticky:after {
593
+ display: inline-block; }
594
+ .tooltipped-sticky.tooltipped-multiline:after {
595
+ display: table-cell; }
596
+
597
+ .fullscreen-overlay-enabled.dark-theme .tooltipped:after {
598
+ color: #000;
599
+ background: rgba(255, 255, 255, 0.8); }
600
+
601
+ .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before {
602
+ border-bottom-color: rgba(255, 255, 255, 0.8); }
603
+
604
+ .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before {
605
+ border-bottom-color: rgba(255, 255, 255, 0.8); }
606
+
607
+ .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before {
608
+ border-bottom-color: rgba(255, 255, 255, 0.8); }
609
+
610
+ .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before {
611
+ border-top-color: rgba(255, 255, 255, 0.8); }
612
+
613
+ .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before {
614
+ border-top-color: rgba(255, 255, 255, 0.8); }
615
+
616
+ .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before {
617
+ border-top-color: rgba(255, 255, 255, 0.8); }
618
+
619
+ .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before {
620
+ border-right-color: rgba(255, 255, 255, 0.8); }
621
+
622
+ .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before {
623
+ border-left-color: rgba(255, 255, 255, 0.8); }
624
+
625
+ @media screen and (min-width: 0\0) {
626
+ .tooltipped-multiline:after {
627
+ width: 250px; } }
628
+
629
+ ul.tracker_collection_list {
630
+ list-style: initial;
631
+ padding: initial;
632
+ margin: -10px 0 0 30px;
633
+ font-size: 11px !important; }
634
+ ul.tracker_collection_list li {
635
+ margin: 0; }
636
+
637
+ /** Info Message Table **/
638
+ table.wf-info-table, table.wf-rate-table {
639
+ vertical-align: middle;
640
+ text-align: center;
641
+ max-width: 100%;
642
+ font-weight: 500; }
643
+ table.wf-info-table th, table.wf-rate-table th {
644
+ text-align: center; }
645
+ table.wf-info-table th .woo-feed-top-header, table.wf-rate-table th .woo-feed-top-header {
646
+ display: -ms-flexbox;
647
+ display: flex;
648
+ -ms-flex-pack: justify;
649
+ justify-content: space-between;
650
+ -ms-flex-align: center;
651
+ align-items: center; }
652
+ table.wf-info-table th .woo-feed-top-header .get-woo-feed-pro, table.wf-rate-table th .woo-feed-top-header .get-woo-feed-pro {
653
+ margin-left: 20px; }
654
+ table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons {
655
+ float: right;
656
+ display: -ms-flexbox;
657
+ display: flex;
658
+ border-radius: 7px;
659
+ -ms-flex-pack: center;
660
+ justify-content: center;
661
+ -ms-flex-align: center;
662
+ align-items: center; }
663
+ table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a {
664
+ padding: 8px 20px;
665
+ background: #576574;
666
+ color: #fff;
667
+ box-sizing: border-box;
668
+ display: inline-block;
669
+ transition: .3s ease; }
670
+ table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-doc-link, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-doc-link {
671
+ background: #576574;
672
+ border-top-left-radius: 5px;
673
+ border-bottom-left-radius: 5px; }
674
+ table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-video-link, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-video-link {
675
+ background: #ee5253; }
676
+ table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-support-link, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-support-link {
677
+ background: #22a6b3;
678
+ border-top-right-radius: 5px;
679
+ border-bottom-right-radius: 5px; }
680
+ table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a span.dashicons, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a span.dashicons {
681
+ font-size: 18px;
682
+ line-height: 1.2; }
683
+ table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a:hover, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a:hover {
684
+ background: #30336b;
685
+ box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.12); }
686
+ table.wf-info-table strong, table.wf-rate-table strong {
687
+ font-weight: bold; }
688
+
689
+ table.wf-info-table th:first-child img {
690
+ margin: 0 0 -5px 5px; }
691
+
692
+ table.wf-rate-table a {
693
+ color: #0073aa; }
694
+
695
+ table.wf-rate-table a.review-star:after {
696
+ content: "\f155\f155\f155\f155\f155" !important;
697
+ font-family: dashicons;
698
+ font-size: 10px;
699
+ font-weight: 100;
700
+ text-rendering: auto;
701
+ -webkit-font-smoothing: antialiased;
702
+ -moz-osx-font-smoothing: grayscale;
703
+ color: #0073aa;
704
+ text-decoration: underline; }
705
+
706
+ /** Admin Menu Icon **/
707
+ #adminmenu #toplevel_page_webappick-manage-feeds div.wp-menu-image::before {
708
+ content: "";
709
+ background: url(../images/woo-feed-icon.svg) no-repeat center center;
710
+ background-size: 20px 20px;
711
+ opacity: 0.6;
712
+ filter: alpha(opacity=60); }
713
+
714
+ #adminmenu #toplevel_page_webappick-manage-feeds:hover div.wp-menu-image::before {
715
+ opacity: 1;
716
+ filter: alpha(opacity=100); }
717
+
718
+ #adminmenu #toplevel_page_webappick-manage-feeds.wp-has-current-submenu div.wp-menu-image::before {
719
+ opacity: 1;
720
+ filter: alpha(opacity=100); }
721
+
722
+ /** Admin Page Wrapper **/
723
+ .wapk-admin, .wapk-admin * {
724
+ box-sizing: border-box; }
725
+
726
+ .wapk-admin {
727
+ position: relative;
728
+ display: block;
729
+ -webkit-hyphens: manual;
730
+ -ms-hyphens: manual;
731
+ -moz-hyphens: manual;
732
+ hyphens: manual;
733
+ color: #1B2730;
734
+ /* reset .warp margin to use full width except menu area */
735
+ margin: 0 0 0 -10px; }
736
+
737
+ @media screen and (min-width: 783px) {
738
+ .wapk-admin {
739
+ margin: 0 0 0 -20px; } }
740
+
741
+ .text-center {
742
+ text-align: center; }
743
+
744
+ .wapk-admin h1, .wapk-admin h2, .wapk-admin h3,
745
+ .wapk-admin h4, .wapk-admin h5, .wapk-admin h6,
746
+ .wapk-admin p {
747
+ color: #1B2730; }
748
+
749
+ .wapk-admin sup {
750
+ vertical-align: baseline;
751
+ position: relative;
752
+ top: -6px; }
753
+
754
+ .wapk-admin sub {
755
+ vertical-align: baseline;
756
+ position: relative;
757
+ top: 4px; }
758
+
759
+ /* WP.Core.UI Compat */
760
+ .wapk-admin .wapk-section {
761
+ margin: 10px 20px 0 22px;
762
+ position: relative;
763
+ display: block; }
764
+ .wapk-admin .wapk-section [class$=icon32] + h2 {
765
+ font-size: 23px;
766
+ font-weight: 400;
767
+ margin: 0;
768
+ padding: 9px 0 4px 0;
769
+ line-height: 1.3; }
770
+ .wapk-admin .wapk-section h1 {
771
+ font-size: 23px;
772
+ font-weight: 400;
773
+ margin: 0;
774
+ padding: 9px 0 4px 0;
775
+ line-height: 1.3; }
776
+ .wapk-admin .wapk-section > h2:first-child {
777
+ font-size: 23px;
778
+ font-weight: 400;
779
+ margin: 0;
780
+ padding: 9px 0 4px 0;
781
+ line-height: 1.3; }
782
+
783
+ .wapk-admin > .notice {
784
+ margin: 10px 20px 0 22px;
785
+ position: relative;
786
+ display: block; }
787
+
788
+ .wapk-admin span.help {
789
+ display: block;
790
+ float: left;
791
+ width: 100%;
792
+ font-size: 0.9em;
793
+ color: #636363;
794
+ margin-top: 5px;
795
+ font-weight: 500; }
796
+ .wapk-admin span.help .dashicons {
797
+ width: 11px;
798
+ height: 12px;
799
+ font-size: inherit;
800
+ vertical-align: middle; }
801
+
802
+ .clear:after {
803
+ content: "";
804
+ display: table;
805
+ clear: both; }
806
+
807
+ /*.wapk-admin .help a { color: inherit; text-decoration: underline; }*/
808
+ /** Extend WP Core UI PostBox For Docs **/
809
+ .wapk-feed-docs .postbox {
810
+ width: 355px;
811
+ margin-right: 20px;
812
+ display: inline-block;
813
+ vertical-align: top; }
814
+ .wapk-feed-docs .postbox .hndle {
815
+ font-size: 14px;
816
+ padding: 8px 12px;
817
+ margin: 0;
818
+ line-height: 1.4;
819
+ cursor: pointer; }
820
+ .wapk-feed-docs .postbox .dashicons {
821
+ color: #ccc; }
822
+ .wapk-feed-docs .postbox a {
823
+ text-decoration: none; }
824
+ .wapk-feed-docs .postbox .inside {
825
+ margin-bottom: 0; }
826
+ .wapk-feed-docs .postbox ul {
827
+ margin-bottom: 0; }
828
+ .wapk-feed-docs .postbox .toggle-indicator:before {
829
+ content: "\F142";
830
+ display: inline-block;
831
+ font: 400 20px/1 dashicons;
832
+ speak: none;
833
+ -webkit-font-smoothing: antialiased;
834
+ -moz-osx-font-smoothing: grayscale;
835
+ text-decoration: none !important; }
836
+ .wapk-feed-docs .postbox li {
837
+ width: 100%;
838
+ display: block;
839
+ float: left; }
840
+ .wapk-feed-docs .postbox li span {
841
+ display: inline-block;
842
+ float: left;
843
+ margin-right: 4px; }
844
+ .wapk-feed-docs .postbox li a {
845
+ display: inline-block;
846
+ float: left;
847
+ width: calc(100% - 24px); }
848
+
849
+ .wapk-feed-docs .postbox.closed .toggle-indicator:before {
850
+ content: "\F140"; }
851
+
852
+ .wapk-section #post-body.columns-2 #side-sortables {
853
+ min-height: 196px; }
854
+
855
+ #poststuff #feed_merchant_info .inside {
856
+ margin: 0;
857
+ padding: 0; }
858
+
859
+ #feed_merchant_info ul.data {
860
+ margin-left: 24px;
861
+ margin-top: 5px; }
862
+ #feed_merchant_info ul.data li {
863
+ margin-bottom: 5px; }
864
+
865
+ .merchant-info-section {
866
+ padding: 6px 10px 8px; }
867
+
868
+ .generateFeed .wf-tab-content table:first-child {
869
+ border: none;
870
+ box-shadow: none; }
871
+
872
+ .generateFeed table th {
873
+ font-weight: bold; }
874
+
875
+ @media only screen and (max-width: 850px) {
876
+ .wapk-feed-docs .postbox {
877
+ display: block;
878
+ width: auto;
879
+ float: none;
880
+ margin-right: auto; } }
881
+
882
+ /** Admin Feed Help Docs **/
883
+ .wp-submenu li span.woo-feed-docs {
884
+ font-weight: bold;
885
+ color: #f18500; }
886
+
887
+ .wp-submenu li:hover span.woo-feed-docs {
888
+ color: #ce7304; }
889
+
890
+ .wp-submenu li.current span.woo-feed-docs {
891
+ color: #ce7304; }
892
+
893
+ .wapk-admin .wapk-feed-docs .postbox .hndle {
894
+ cursor: default; }
895
+
896
+ /** Admin Call-To-Action **/
897
+ .wapk-cta {
898
+ position: relative;
899
+ display: -ms-flexbox;
900
+ display: flex;
901
+ width: 100%;
902
+ padding: 100px 15px;
903
+ background: linear-gradient(45deg, #6CD5FF 33%, #c2efef 100%);
904
+ -ms-flex-pack: center;
905
+ justify-content: center;
906
+ -ms-flex-align: center;
907
+ align-items: center; }
908
+ .wapk-cta-icon .dashicons {
909
+ font-size: 100px;
910
+ width: 100px;
911
+ height: auto;
912
+ margin: 0 10px -8px 0;
913
+ color: #02658c; }
914
+ .wapk-cta-content {
915
+ width: 50%; }
916
+ .wapk-cta-content h2 {
917
+ font-size: 2em;
918
+ margin: 0.5em 0; }
919
+ .wapk-cta-action a.wapk-button {
920
+ font-size: 24px;
921
+ height: auto !important;
922
+ padding: 10px 20px; }
923
+
924
+ @media (max-width: 600px) {
925
+ .wapk-cta {
926
+ display: block;
927
+ text-align: center;
928
+ padding: 4em 0; }
929
+ .wapk-cta-content {
930
+ width: 100%;
931
+ margin: 2em 0; } }
932
+
933
+ /** Override .wp-core-ui .wapk-button styles with prefix .wapk-admin **/
934
+ /* Button Skin */
935
+ .wapk-button {
936
+ color: #00D4D4;
937
+ border-color: #00D4D4;
938
+ display: inline-block;
939
+ text-decoration: none;
940
+ font-size: 13px;
941
+ line-height: 2.15384615;
942
+ min-height: 30px;
943
+ margin: 0;
944
+ padding: 0 10px;
945
+ cursor: pointer;
946
+ border-width: 1px;
947
+ border-style: solid;
948
+ -webkit-appearance: none;
949
+ border-radius: 3px;
950
+ white-space: nowrap;
951
+ box-sizing: border-box; }
952
+ .wapk-button > svg {
953
+ width: 15px;
954
+ margin-left: 5px;
955
+ fill: #00D4D4; }
956
+ .wapk-button > .dashicons {
957
+ color: #00D4D4; }
958
+ .wapk-button:hover {
959
+ border-color: #00bbbb;
960
+ color: #00bbbb; }
961
+ .wapk-button:hover > svg {
962
+ fill: #00bbbb; }
963
+ .wapk-button:hover > .dashicons {
964
+ color: #00bbbb; }
965
+ .wapk-button:focus {
966
+ border-color: #00D4D4;
967
+ color: #00bbbb;
968
+ box-shadow: 0 0 0 1px #00D4D4; }
969
+ .wapk-button:focus > svg {
970
+ fill: #00bbbb; }
971
+ .wapk-button:focus > .dashicons {
972
+ color: #00bbbb; }
973
+ .wapk-button:active {
974
+ background: #00bbbb;
975
+ border-color: #00bbbb; }
976
+ .wapk-button-secondary {
977
+ color: #00D4D4;
978
+ border-color: #00D4D4;
979
+ display: inline-block;
980
+ text-decoration: none;
981
+ font-size: 13px;
982
+ line-height: 2.15384615;
983
+ min-height: 30px;
984
+ margin: 0;
985
+ padding: 0 10px;
986
+ cursor: pointer;
987
+ border-width: 1px;
988
+ border-style: solid;
989
+ -webkit-appearance: none;
990
+ border-radius: 3px;
991
+ white-space: nowrap;
992
+ box-sizing: border-box; }
993
+ .wapk-button-secondary > svg {
994
+ width: 15px;
995
+ margin-left: 5px;
996
+ fill: #00D4D4; }
997
+ .wapk-button-secondary > .dashicons {
998
+ color: #00D4D4; }
999
+ .wapk-button-secondary:hover {
1000
+ border-color: #00bbbb;
1001
+ color: #00bbbb; }
1002
+ .wapk-button-secondary:hover > svg {
1003
+ fill: #00bbbb; }
1004
+ .wapk-button-secondary:hover > .dashicons {
1005
+ color: #00bbbb; }
1006
+ .wapk-button-secondary:focus {
1007
+ border-color: #00D4D4;
1008
+ color: #00bbbb;
1009
+ box-shadow: 0 0 0 1px #00D4D4; }
1010
+ .wapk-button-secondary:focus > svg {
1011
+ fill: #00bbbb; }
1012
+ .wapk-button-secondary:focus > .dashicons {
1013
+ color: #00bbbb; }
1014
+ .wapk-button-primary {
1015
+ display: inline-block;
1016
+ text-decoration: none;
1017
+ font-size: 13px;
1018
+ line-height: 2.15384615;
1019
+ min-height: 30px;
1020
+ margin: 0;
1021
+ padding: 0 10px;
1022
+ cursor: pointer;
1023
+ border-width: 1px;
1024
+ border-style: solid;
1025
+ -webkit-appearance: none;
1026
+ border-radius: 3px;
1027
+ white-space: nowrap;
1028
+ box-sizing: border-box;
1029
+ background: #00D4D4;
1030
+ border-color: #00D4D4;
1031
+ color: #fff;
1032
+ box-shadow: 0 1px 0 #00bbbb;
1033
+ text-shadow: 0 -1px 1px #00bbbb, 1px 0 1px #00bbbb, 0 1px 1px #00bbbb, -1px 0 1px #00bbbb; }
1034
+ .wapk-button-primary > svg {
1035
+ fill: #fff; }
1036
+ .wapk-button-primary:hover {
1037
+ background: #00e3e3;
1038
+ border-color: #00c5c5;
1039
+ color: #fff; }
1040
+ .wapk-button-primary:hover > svg {
1041
+ fill: #fff; }
1042
+ .wapk-button-primary:focus {
1043
+ background: #00e3e3;
1044
+ border-color: #00c5c5;
1045
+ color: #fff;
1046
+ box-shadow: 0 0 0 1px #fff, 0 0 0 3px #00D4D4; }
1047
+ .wapk-button-primary:focus > svg {
1048
+ fill: #fff; }
1049
+ .wapk-button-primary:active {
1050
+ background: #00bbbb;
1051
+ border-color: #00bbbb;
1052
+ color: #fff; }
1053
+ .wapk-button-primary:active > svg {
1054
+ fill: #fff; }
1055
+ .wapk-button-primary:disabled {
1056
+ color: #c7d1d1 !important;
1057
+ background: #22ffff !important;
1058
+ border-color: #22ffff !important;
1059
+ text-shadow: none !important; }
1060
+ .wapk-button-primary:disabled > svg {
1061
+ fill: #c7d1d1 !important; }
1062
+ .wapk-button.hover {
1063
+ border-color: #00bbbb;
1064
+ color: #00bbbb; }
1065
+ .wapk-button.hover > svg {
1066
+ fill: #00bbbb; }
1067
+ .wapk-button.hover > .dashicons {
1068
+ color: #00bbbb; }
1069
+ .wapk-button.focus {
1070
+ border-color: #00D4D4;
1071
+ color: #00bbbb;
1072
+ box-shadow: 0 0 0 1px #00D4D4; }
1073
+ .wapk-button.focus > svg {
1074
+ fill: #00bbbb; }
1075
+ .wapk-button.focus > .dashicons {
1076
+ color: #00bbbb; }
1077
+ .wapk-button.active {
1078
+ border-color: #00bbbb;
1079
+ color: #00bbbb;
1080
+ box-shadow: inset 0 2px 5px -3px #00bbbb; }
1081
+ .wapk-button.active:focus {
1082
+ border-color: #00bbbb;
1083
+ color: #00bbbb;
1084
+ box-shadow: inset 0 2px 5px -3px #00bbbb; }
1085
+ .wapk-button.active:focus > svg {
1086
+ fill: #00bbbb; }
1087
+ .wapk-button.active:focus > .dashicons {
1088
+ color: #00bbbb; }
1089
+ .wapk-button.active:hover {
1090
+ border-color: #00bbbb;
1091
+ color: #00bbbb;
1092
+ box-shadow: inset 0 2px 5px -3px #00bbbb; }
1093
+ .wapk-button.active:hover > svg {
1094
+ fill: #00bbbb; }
1095
+ .wapk-button.active:hover > .dashicons {
1096
+ color: #00bbbb; }
1097
+ .wapk-button.active > svg {
1098
+ fill: #00bbbb; }
1099
+ .wapk-button.active > .dashicons {
1100
+ color: #00bbbb; }
1101
+ .wapk-button-primary.active {
1102
+ background: #00D4D4;
1103
+ color: #fff;
1104
+ border-color: #008888;
1105
+ box-shadow: inset 0 2px 5px -3px black; }
1106
+ .wapk-button-primary.active:focus {
1107
+ background: #00D4D4;
1108
+ color: #fff;
1109
+ border-color: #008888;
1110
+ box-shadow: inset 0 2px 5px -3px black; }
1111
+ .wapk-button-primary.active:focus > svg {
1112
+ fill: #fff; }
1113
+ .wapk-button-primary.active:hover {
1114
+ background: #00D4D4;
1115
+ color: #fff;
1116
+ border-color: #008888;
1117
+ box-shadow: inset 0 2px 5px -3px black; }
1118
+ .wapk-button-primary.active:hover > svg {
1119
+ fill: #fff; }
1120
+ .wapk-button-primary.active > svg {
1121
+ fill: #fff; }
1122
+ .wapk-button-primary[disabled] {
1123
+ color: #c7d1d1 !important;
1124
+ background: #22ffff !important;
1125
+ border-color: #22ffff !important;
1126
+ text-shadow: none !important; }
1127
+ .wapk-button-primary[disabled] > svg {
1128
+ fill: #c7d1d1 !important; }
1129
+ .wapk-button-primary.wapk-button-primary-disabled {
1130
+ color: #c7d1d1 !important;
1131
+ background: #22ffff !important;
1132
+ border-color: #22ffff !important;
1133
+ text-shadow: none !important; }
1134
+ .wapk-button-primary.wapk-button-primary-disabled > svg {
1135
+ fill: #c7d1d1 !important; }
1136
+ .wapk-button-primary.disabled {
1137
+ color: #c7d1d1 !important;
1138
+ background: #22ffff !important;
1139
+ border-color: #22ffff !important;
1140
+ text-shadow: none !important; }
1141
+ .wapk-button-primary.disabled > svg {
1142
+ fill: #c7d1d1 !important; }
1143
+ .wapk-button-primary.wapk-button-hero {
1144
+ box-shadow: 0 2px 0 #00bbbb; }
1145
+ .wapk-button-primary.wapk-button-hero:focus {
1146
+ box-shadow: 0 2px 0 #00bbbb, 0 1px 0 #00c5c5, 0 0 2px 1px #00eeee; }
1147
+ .wapk-button-primary.wapk-button-hero:active {
1148
+ box-shadow: inset 0 3px 0 #00a1a1; }
1149
+ .wapk-button-primary.wapk-button-hero.active {
1150
+ box-shadow: inset 0 3px 0 #00a1a1; }
1151
+ .wapk-button-primary.wapk-button-hero.active:hover, .wapk-button-primary.wapk-button-hero.active:focus {
1152
+ box-shadow: inset 0 3px 0 #00a1a1; }
1153
+ .wapk-button-group > .wapk-button.active {
1154
+ border-color: #00D4D4; }
1155
+
1156
+ /* Button Sizes */
1157
+ .wapk-button.wapk-button-xl {
1158
+ height: 30px;
1159
+ line-height: 28px;
1160
+ padding: 0 12px 2px; }
1161
+
1162
+ .wapk-button-group.wapk-button-xl .wapk-button {
1163
+ height: 30px;
1164
+ line-height: 28px;
1165
+ padding: 0 12px 2px; }
1166
+
1167
+ .wapk-button.wapk-button-hero {
1168
+ font-size: 18px;
1169
+ height: 50px;
1170
+ line-height: 48px;
1171
+ padding: 0 36px;
1172
+ min-height: 46px; }
1173
+
1174
+ .wapk-button-group.wapk-button-hero .wapk-button {
1175
+ font-size: 18px;
1176
+ height: 50px;
1177
+ line-height: 48px;
1178
+ padding: 0 36px;
1179
+ min-height: 46px; }
1180
+
1181
+ @media screen and (min-width: 782px) {
1182
+ th#status,
1183
+ th#provider {
1184
+ width: 80px; }
1185
+ th#type {
1186
+ width: 50px; }
1187
+ th#option_name {
1188
+ width: 100px; }
1189
+ td.option_name.column-option_name > span:first-child {
1190
+ display: none; }
1191
+ th#last_updated {
1192
+ width: 90px; }
1193
+ th#view {
1194
+ width: 111px; } }
1195
+
1196
+ @media screen and (min-width: 960px) {
1197
+ th#status, th#provider {
1198
+ width: 100px; }
1199
+ th#type {
1200
+ width: 80px; }
1201
+ th#option_name {
1202
+ width: 150px; }
1203
+ th#last_updated {
1204
+ width: 140px; } }
1205
+
1206
+ @media screen and (max-width: 782px) {
1207
+ table.wf-info-table {
1208
+ margin-top: 10px; }
1209
+ table.wf-info-table th:first-child img {
1210
+ margin: 0 auto;
1211
+ display: block; }
1212
+ .wapk-button.wapk-button-xl {
1213
+ padding: 6px 14px;
1214
+ line-height: normal;
1215
+ font-size: 14px;
1216
+ vertical-align: middle;
1217
+ height: auto;
1218
+ margin-bottom: 4px; } }
1219
+
1220
+ .wapk-feed-docs .wapk-feed-cta {
1221
+ margin: 0; }
1222
+
1223
+ .campaign_configurator {
1224
+ background: #FFF;
1225
+ padding: 20px 0; }
1226
+ .campaign_configurator table {
1227
+ margin: 0 auto;
1228
+ width: 51%;
1229
+ min-width: 574px;
1230
+ border: none;
1231
+ box-shadow: none; }
1232
+ .campaign_configurator th {
1233
+ min-width: 120px; }
1234
+
1235
+ @media screen and (max-width: 782px) {
1236
+ .campaign_configurator {
1237
+ padding: 0; }
1238
+ .campaign_configurator table {
1239
+ width: auto;
1240
+ min-width: auto;
1241
+ max-width: 100%; }
1242
+ .campaign_configurator th {
1243
+ min-width: auto; } }
1244
+
1245
+ #wf-tab-content-config td > input:not([type="checkbox"]):not([type="radio"]),
1246
+ #wf-tab-content-config td > select,
1247
+ #wf-tab-content-config td > textarea {
1248
+ width: 100% !important; }
1249
+
1250
+ .woo-feed-filters td > div:nth-child(2n):not(.clear):not(.selectize) {
1251
+ width: 120px;
1252
+ display: block; }
1253
+
1254
+ .woo-feed-filters td > div:not(.clear) {
1255
+ float: left;
1256
+ margin-right: 10px; }
1257
+
1258
+ .woo-feed-filters tr > td:first-child {
1259
+ width: 290px;
1260
+ padding-left: 40px; }
1261
+
1262
+ .woo-feed-filters,
1263
+ .woo-feed-ftp {
1264
+ margin: 15px auto 25px; }
1265
+
1266
+ .wf_clean_cache_wrapper {
1267
+ display: -ms-flexbox;
1268
+ display: flex;
1269
+ margin-left: auto; }
1270
+
1271
+ @-webkit-keyframes LoaderClockWise {
1272
+ from {
1273
+ -webkit-transform: rotate(0deg);
1274
+ transform: rotate(0deg); }
1275
+ to {
1276
+ -webkit-transform: rotate(360deg);
1277
+ transform: rotate(360deg); } }
1278
+
1279
+ @keyframes LoaderClockWise {
1280
+ from {
1281
+ -webkit-transform: rotate(0deg);
1282
+ transform: rotate(0deg); }
1283
+ to {
1284
+ -webkit-transform: rotate(360deg);
1285
+ transform: rotate(360deg); } }
1286
+
1287
+ .woo-feed-cache-loader {
1288
+ width: 18px;
1289
+ margin-right: 5px;
1290
+ animation: LoaderClockWise 1s linear infinite;
1291
+ -webkit-animation: LoaderClockWise 1s linear infinite;
1292
+ display: none; }
1293
+
1294
+ .woo-feed-table-heading .woo-feed-table-heading-title {
1295
+ float: left;
1296
+ margin-right: auto;
1297
+ display: inline-block;
1298
+ line-height: 30px; }
1299
+
1300
+ .woo-feed-table-heading .wf_clean_cache_wrapper {
1301
+ float: right;
1302
+ font-weight: normal; }
1303
+
1304
+ .wf_clean_cache_wrapper button {
1305
+ background: #eb4d4b;
1306
+ color: #fff;
1307
+ border: none;
1308
+ font-weight: 500;
1309
+ display: inline-block;
1310
+ text-decoration: none;
1311
+ font-size: 13px;
1312
+ line-height: 2.15384615;
1313
+ min-height: 30px;
1314
+ margin: 0;
1315
+ padding: 0 10px;
1316
+ border-radius: 3px;
1317
+ cursor: pointer;
1318
+ outline: none; }
1319
+
1320
+ .wf_clean_cache_wrapper button:hover {
1321
+ background: #ff7979;
1322
+ color: #fff; }
admin/css/woo-feed-admin.min.css CHANGED
@@ -1 +1 @@
1
- .wpf_spin{-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}.wpf_spin.reverse_spin{animation-direction:reverse}.wpf_regenerate.disabled{color:#737373;box-shadow:none;cursor:not-allowed}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.wfbtn{background:#3498db;background-image:linear-gradient(to bottom,#3498db,#2980b9);border-radius:17px;box-shadow:0 1px 3px #666;font-family:Arial,sans-serif;color:#fff;font-size:20px;padding:10px 20px 10px 20px;border:solid #2b698f 3px;text-decoration:none}.wfbtn:hover{background:#3cb0fd;background-image:linear-gradient(to bottom,#3cb0fd,#3498db);text-decoration:none}.wftooltip{display:none;position:absolute;border:1px solid #333;background-color:#161616;border-radius:5px;padding:10px;color:#fff;font-size:12px}.feed-actions .makeFeedResponse{width:70%;color:green}.woo-feed-mapping-input{width:100%}.requiredIn{color:red}.generalInput{width:200px}.generalInput:not(.selectize-control){margin:5px auto}.error{color:red}.widefat td input,.widefat td select{max-width:100%}#wf_newRow{margin-left:0}.mtable tbody tr{height:25px;border:1px solid #ccc;text-align:left;-ms-flex-align:baseline;align-items:baseline;font-weight:700}.mtable th:nth-child(1){width:17px}.mtable th:nth-child(2){width:160px}.mtable th:nth-child(3){width:100px}.mtable th:nth-child(4){width:100px}.mtable th:nth-child(5){width:150px}.mtable th:nth-child(6){width:100px}.mtable th:nth-child(7){width:150px}.mtable th:nth-child(8){width:90px}.mtable th:nth-child(9){width:29px}.mtable2 tbody tr{height:25px;border:1px solid #ccc;text-align:left;-ms-flex-align:baseline;align-items:baseline;font-weight:700}.mtable2 th:nth-child(1){width:30px}.mtable2 th:nth-child(2){width:150px}.mtable2 th:nth-child(3){width:230px}.mtable2 th:nth-child(4){width:220px}.mtable2 th:nth-child(7){width:50px}.mtable2 th:nth-child(8){width:50px}.mtable2 th:nth-child(9){width:29px}.wp-admin select.wf_mattributes{width:150px;left:0;height:25px}div#wf-tab-content1 select:not([name^=output_type]){width:100%}div#wf-tab-content1 input{width:100%}div#wf-tab-content1 .dashicons{vertical-align:middle}.wf_attributes{width:150px;left:0}.wf_compare{max-width:245px;left:0}.wf_ps{width:100px;left:0}.wf_sortedtable{cursor:move}.sorted_table{position:relative}.sorted_table .dragged{position:absolute;opacity:.8;z-index:9999;background:#fff;width:100%;display:table}.sorted_table tbody tr.placeholder td{border:1px dashed #2cc185;height:46px}.wfnoempty{width:120px}p{color:#222}.wf_tabs{position:relative;margin:0 auto;width:100%;list-style:none}.wf_tabs:after{display:table;clear:both;content:""}.wf_tabs li{float:left;width:20%;display:block;border:2px solid #ccc}.wf_tabs li>input[type=radio][name=wf_tabs]{position:absolute;top:auto;left:-9999px}.wf-tab-name{display:block;padding:15px;font-size:15px;font-weight:700;line-height:1;background:#fff;cursor:pointer;position:relative;text-align:center;text-transform:uppercase;color:#2cc185}.wf-tab-name:hover{background:#2cc185;color:#fff}.wf_tabs [id^=tab]:checked+label{background:#2cc185;color:#fff}.wf_tabs .wf-tab-content{z-index:2;display:none;width:100%;font-size:.9rem;position:absolute;left:0;background:#fff;border:2px solid #ccc}.wf_tabs [id^=tab]:checked~[id^=wf-tab-content]{display:block}[id^=wf-tab-content]{margin-bottom:40px}div#wf-tab-content2 table:first-child{padding:10px 0}div#wf-tab-content2 table:first-child td:nth-child(1){width:260px}div#wf-tab-content2 table:first-child td:nth-child(2){width:260px}table.feed-actions tr td:last-child{text-align:right}select.selectize{display:none}body.no-js select.selectize{display:block!important}.wp-list-table .option_name .wf_feed_option_name_link{font-weight:700;color:#30336b}.wp-list-table #option_name a{color:#32373c}.selectize-dropdown .active{background-color:#edf9ff}.selectize-dropdown .create{padding:5px 8px}.wapk-selectize-item{background:#0073aa!important;color:#f1f1f1!important;font-weight:700!important;border-color:#0073aa!important;padding-left:5px;padding-right:5px}.selectize-input.full #googleTaxonomyId-selectized{opacity:0;position:absolute;left:-10000px}.selectize-dropdown [data-selectable].option{cursor:default}.selectize-control.plugin-remove_button [data-value] .remove{border-left:1px solid #f1f1f1!important}.selectize-dropdown .optgroup-header{font-weight:700;background:#efefef;color:#5a5a5a}.selectize-dropdown [data-selectable].option{cursor:pointer}.wf_status_wrap label{width:55px;height:30px;box-sizing:border-box;float:left;border-radius:100px;position:relative;cursor:pointer;transition:.3s ease;background:#d3d3d3}input[class=woo_feed_status_input]:checked+label{background:#4fbe79}input[class=woo_feed_status_input]:checked+label:before{left:29px}.wf_status_wrap label:before{transition:.3s ease;content:'';width:20px;height:20px;position:absolute;background:#fff;left:6px;top:5px;box-sizing:border-box;color:#000;border-radius:100px;box-shadow:0 1.5px 2px 0 #000}.view span.dashicons.dashicons-external{color:#30336b}.view span.dashicons.dashicons-sos{color:#22a6b3}.view span.dashicons.dashicons-download{color:#ee5253}.view span.dashicons.dashicons-media-code{color:#576574}.column-url,.widefat td.column-url,.widefat th.column-url{color:#1e8f9a;font-weight:700}.feed-progress-container{width:100%;color:#fff;text-align:center;font-weight:300}.feed-progress-bar{width:100%;background:#eee;padding:3px;border-radius:3px;box-shadow:inset 0 1px 3px rgba(0,0,0,.2)}.feed-progress-bar-fill{height:20px;display:block;background:#3dc264;width:0;border-radius:3px;transition:width .8s ease}.feed-progress-status{float:left;font-weight:700;color:#00008b}.feed-progress-percentage{text-align:right;font-weight:bolder;color:#41f49d;font-family:'Arial Black',sans-serif;font-size:large}#wpbody-content.woofeed-body-content{overflow:visible!important}.clippy{position:relative;width:13px;margin-top:-3px;margin-left:3px;top:3px}.column-url .clippy{display:none}.column-url:hover .clippy{display:inline-block}.tooltipped{position:relative}.tooltipped:after{position:absolute;z-index:1000000;display:none;padding:5px 8px;font:normal normal 11px/1.5 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:rgba(0,0,0,.8);border-radius:3px;-webkit-font-smoothing:subpixel-antialiased}.tooltipped:before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:rgba(0,0,0,.8);pointer-events:none;content:"";border:5px solid transparent}.tooltipped:hover:before{display:inline-block;text-decoration:none}.tooltipped:hover:after{display:inline-block;text-decoration:none}.tooltipped:active:before{display:inline-block;text-decoration:none}.tooltipped:active:after{display:inline-block;text-decoration:none}.tooltipped:focus:before{display:inline-block;text-decoration:none}.tooltipped:focus:after{display:inline-block;text-decoration:none}.tooltipped-multiline:hover:after{display:table-cell}.tooltipped-multiline:active:after{display:table-cell}.tooltipped-multiline:focus:after{display:table-cell}.tooltipped-multiline:after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;word-break:break-word;word-wrap:normal;white-space:pre-line;border-collapse:separate}.tooltipped-s:after{top:100%;right:50%;margin-top:5px;-webkit-transform:translateX(50%);transform:translateX(50%)}.tooltipped-s:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,.8)}.tooltipped-se:after{top:100%;margin-top:5px;right:auto;left:50%;margin-left:-15px}.tooltipped-se:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,.8)}.tooltipped-sw:after{top:100%;right:50%;margin-top:5px;margin-right:-15px}.tooltipped-sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,.8)}.tooltipped-n:after{right:50%;bottom:100%;margin-bottom:5px;-webkit-transform:translateX(50%);transform:translateX(50%)}.tooltipped-n:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,.8)}.tooltipped-ne:after{bottom:100%;margin-bottom:5px;right:auto;left:50%;margin-left:-15px}.tooltipped-ne:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,.8)}.tooltipped-nw:after{right:50%;bottom:100%;margin-bottom:5px;margin-right:-15px}.tooltipped-nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,.8)}.tooltipped-w:after{right:100%;bottom:50%;margin-right:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:rgba(0,0,0,.8)}.tooltipped-e:after{bottom:50%;left:100%;margin-left:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:rgba(0,0,0,.8)}.tooltipped-multiline.tooltipped-s:after{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-n:after{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-w:after{right:100%}.tooltipped-multiline.tooltipped-e:after{right:100%}.tooltipped-sticky:before{display:inline-block}.tooltipped-sticky:after{display:inline-block}.tooltipped-sticky.tooltipped-multiline:after{display:table-cell}.fullscreen-overlay-enabled.dark-theme .tooltipped:after{color:#000;background:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before{border-bottom-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before{border-bottom-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before{border-bottom-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before{border-top-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before{border-top-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before{border-top-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before{border-right-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before{border-left-color:rgba(255,255,255,.8)}@media screen and (min-width:0\0){.tooltipped-multiline:after{width:250px}}ul.tracker_collection_list{list-style:initial;padding:initial;margin:-10px 0 0 30px;font-size:11px!important}ul.tracker_collection_list li{margin:0}table.wf-info-table,table.wf-rate-table{vertical-align:middle;text-align:center;max-width:100%;font-weight:500}table.wf-info-table th,table.wf-rate-table th{text-align:center}table.wf-info-table th .woo-feed-top-header,table.wf-rate-table th .woo-feed-top-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}table.wf-info-table th .woo-feed-top-header .get-woo-feed-pro,table.wf-rate-table th .woo-feed-top-header .get-woo-feed-pro{margin-left:20px}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons{float:right;display:-ms-flexbox;display:flex;border-radius:7px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a{padding:8px 20px;background:#576574;color:#fff;box-sizing:border-box;display:inline-block;transition:.3s ease}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-doc-link,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-doc-link{background:#576574;border-top-left-radius:5px;border-bottom-left-radius:5px}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-video-link,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-video-link{background:#ee5253}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-support-link,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-support-link{background:#22a6b3;border-top-right-radius:5px;border-bottom-right-radius:5px}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a span.dashicons,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a span.dashicons{font-size:18px;line-height:1.2}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a:hover,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a:hover{background:#30336b;box-shadow:0 0 33px 0 rgba(0,0,0,.12)}table.wf-info-table strong,table.wf-rate-table strong{font-weight:700}table.wf-info-table th:first-child img{margin:0 0 -5px 5px}table.wf-rate-table a{color:#0073aa}table.wf-rate-table a.review-star:after{content:"\f155\f155\f155\f155\f155"!important;font-family:dashicons;font-size:10px;font-weight:100;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0073aa;text-decoration:underline}#adminmenu #toplevel_page_webappick-manage-feeds div.wp-menu-image::before{content:"";background:url(../images/woo-feed-icon.svg) no-repeat center center;background-size:20px 20px;opacity:.6}#adminmenu #toplevel_page_webappick-manage-feeds:hover div.wp-menu-image::before{opacity:1}#adminmenu #toplevel_page_webappick-manage-feeds.wp-has-current-submenu div.wp-menu-image::before{opacity:1}.wapk-admin,.wapk-admin *{box-sizing:border-box}.wapk-admin{position:relative;display:block;-webkit-hyphens:manual;-ms-hyphens:manual;-moz-hyphens:manual;hyphens:manual;color:#1b2730;margin:0 0 0 -10px}@media screen and (min-width:783px){.wapk-admin{margin:0 0 0 -20px}}.text-center{text-align:center}.wapk-admin h1,.wapk-admin h2,.wapk-admin h3,.wapk-admin h4,.wapk-admin h5,.wapk-admin h6,.wapk-admin p{color:#1b2730}.wapk-admin sup{vertical-align:baseline;position:relative;top:-6px}.wapk-admin sub{vertical-align:baseline;position:relative;top:4px}.wapk-admin .wapk-section{margin:10px 20px 0 22px;position:relative;display:block}.wapk-admin .wapk-section [class$=icon32]+h2{font-size:23px;font-weight:400;margin:0;padding:9px 0 4px 0;line-height:1.3}.wapk-admin .wapk-section h1{font-size:23px;font-weight:400;margin:0;padding:9px 0 4px 0;line-height:1.3}.wapk-admin .wapk-section>h2:first-child{font-size:23px;font-weight:400;margin:0;padding:9px 0 4px 0;line-height:1.3}.wapk-admin>.notice{margin:10px 20px 0 22px;position:relative;display:block}.wapk-admin span.help{display:block;float:left;width:100%;font-size:.9em;color:#636363;margin-top:5px;font-weight:500}.wapk-admin span.help .dashicons{width:11px;height:12px;font-size:inherit;vertical-align:middle}.clear:after{content:"";display:table;clear:both}.wapk-feed-docs .postbox{width:355px;margin-right:20px;display:inline-block;vertical-align:top}.wapk-feed-docs .postbox .hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4;cursor:pointer}.wapk-feed-docs .postbox .dashicons{color:#ccc}.wapk-feed-docs .postbox a{text-decoration:none}.wapk-feed-docs .postbox .inside{margin-bottom:0}.wapk-feed-docs .postbox ul{margin-bottom:0}.wapk-feed-docs .postbox .toggle-indicator:before{content:"\F142";display:inline-block;font:400 20px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.wapk-feed-docs .postbox li{width:100%;display:block;float:left}.wapk-feed-docs .postbox li span{display:inline-block;float:left;margin-right:4px}.wapk-feed-docs .postbox li a{display:inline-block;float:left;width:calc(100% - 24px)}.wapk-feed-docs .postbox.closed .toggle-indicator:before{content:"\F140"}.wapk-section #post-body.columns-2 #side-sortables{min-height:196px}#poststuff #feed_merchant_info .inside{margin:0;padding:0}#feed_merchant_info ul.data{margin-left:24px;margin-top:5px}#feed_merchant_info ul.data li{margin-bottom:5px}.merchant-info-section{padding:6px 10px 8px}.generateFeed .wf-tab-content table:first-child{border:none;box-shadow:none}.generateFeed table th{font-weight:700}@media only screen and (max-width:850px){.wapk-feed-docs .postbox{display:block;width:auto;float:none;margin-right:auto}}.wp-submenu li span.woo-feed-docs{font-weight:700;color:#f18500}.wp-submenu li:hover span.woo-feed-docs{color:#ce7304}.wp-submenu li.current span.woo-feed-docs{color:#ce7304}.wapk-admin .wapk-feed-docs .postbox .hndle{cursor:default}.wapk-cta{position:relative;display:-ms-flexbox;display:flex;width:100%;padding:100px 15px;background:linear-gradient(45deg,#6cd5ff 33%,#c2efef 100%);-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.wapk-cta-icon .dashicons{font-size:100px;width:100px;height:auto;margin:0 10px -8px 0;color:#02658c}.wapk-cta-content{width:50%}.wapk-cta-content h2{font-size:2em;margin:.5em 0}.wapk-cta-action a.wapk-button{font-size:24px;height:auto!important;padding:10px 20px}@media (max-width:600px){.wapk-cta{display:block;text-align:center;padding:4em 0}.wapk-cta-content{width:100%;margin:2em 0}}.wapk-button{color:#00d4d4;border-color:#00d4d4;display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box}.wapk-button>svg{width:15px;margin-left:5px;fill:#00d4d4}.wapk-button>.dashicons{color:#00d4d4}.wapk-button:hover{border-color:#0bb;color:#0bb}.wapk-button:hover>svg{fill:#0bb}.wapk-button:hover>.dashicons{color:#0bb}.wapk-button:focus{border-color:#00d4d4;color:#0bb;box-shadow:0 0 0 1px #00d4d4}.wapk-button:focus>svg{fill:#0bb}.wapk-button:focus>.dashicons{color:#0bb}.wapk-button:active{background:#0bb;border-color:#0bb}.wapk-button-secondary{color:#00d4d4;border-color:#00d4d4;display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box}.wapk-button-secondary>svg{width:15px;margin-left:5px;fill:#00d4d4}.wapk-button-secondary>.dashicons{color:#00d4d4}.wapk-button-secondary:hover{border-color:#0bb;color:#0bb}.wapk-button-secondary:hover>svg{fill:#0bb}.wapk-button-secondary:hover>.dashicons{color:#0bb}.wapk-button-secondary:focus{border-color:#00d4d4;color:#0bb;box-shadow:0 0 0 1px #00d4d4}.wapk-button-secondary:focus>svg{fill:#0bb}.wapk-button-secondary:focus>.dashicons{color:#0bb}.wapk-button-primary{display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;background:#00d4d4;border-color:#00d4d4;color:#fff;box-shadow:0 1px 0 #0bb;text-shadow:0 -1px 1px #0bb,1px 0 1px #0bb,0 1px 1px #0bb,-1px 0 1px #0bb}.wapk-button-primary>svg{fill:#fff}.wapk-button-primary:hover{background:#00e3e3;border-color:#00c5c5;color:#fff}.wapk-button-primary:hover>svg{fill:#fff}.wapk-button-primary:focus{background:#00e3e3;border-color:#00c5c5;color:#fff;box-shadow:0 0 0 1px #fff,0 0 0 3px #00d4d4}.wapk-button-primary:focus>svg{fill:#fff}.wapk-button-primary:active{background:#0bb;border-color:#0bb;color:#fff}.wapk-button-primary:active>svg{fill:#fff}.wapk-button-primary:disabled{color:#c7d1d1!important;background:#2ff!important;border-color:#2ff!important;text-shadow:none!important}.wapk-button-primary:disabled>svg{fill:#c7d1d1!important}.wapk-button.hover{border-color:#0bb;color:#0bb}.wapk-button.hover>svg{fill:#0bb}.wapk-button.hover>.dashicons{color:#0bb}.wapk-button.focus{border-color:#00d4d4;color:#0bb;box-shadow:0 0 0 1px #00d4d4}.wapk-button.focus>svg{fill:#0bb}.wapk-button.focus>.dashicons{color:#0bb}.wapk-button.active{border-color:#0bb;color:#0bb;box-shadow:inset 0 2px 5px -3px #0bb}.wapk-button.active:focus{border-color:#0bb;color:#0bb;box-shadow:inset 0 2px 5px -3px #0bb}.wapk-button.active:focus>svg{fill:#0bb}.wapk-button.active:focus>.dashicons{color:#0bb}.wapk-button.active:hover{border-color:#0bb;color:#0bb;box-shadow:inset 0 2px 5px -3px #0bb}.wapk-button.active:hover>svg{fill:#0bb}.wapk-button.active:hover>.dashicons{color:#0bb}.wapk-button.active>svg{fill:#0bb}.wapk-button.active>.dashicons{color:#0bb}.wapk-button-primary.active{background:#00d4d4;color:#fff;border-color:#088;box-shadow:inset 0 2px 5px -3px #000}.wapk-button-primary.active:focus{background:#00d4d4;color:#fff;border-color:#088;box-shadow:inset 0 2px 5px -3px #000}.wapk-button-primary.active:focus>svg{fill:#fff}.wapk-button-primary.active:hover{background:#00d4d4;color:#fff;border-color:#088;box-shadow:inset 0 2px 5px -3px #000}.wapk-button-primary.active:hover>svg{fill:#fff}.wapk-button-primary.active>svg{fill:#fff}.wapk-button-primary[disabled]{color:#c7d1d1!important;background:#2ff!important;border-color:#2ff!important;text-shadow:none!important}.wapk-button-primary[disabled]>svg{fill:#c7d1d1!important}.wapk-button-primary.wapk-button-primary-disabled{color:#c7d1d1!important;background:#2ff!important;border-color:#2ff!important;text-shadow:none!important}.wapk-button-primary.wapk-button-primary-disabled>svg{fill:#c7d1d1!important}.wapk-button-primary.disabled{color:#c7d1d1!important;background:#2ff!important;border-color:#2ff!important;text-shadow:none!important}.wapk-button-primary.disabled>svg{fill:#c7d1d1!important}.wapk-button-primary.wapk-button-hero{box-shadow:0 2px 0 #0bb}.wapk-button-primary.wapk-button-hero:focus{box-shadow:0 2px 0 #0bb,0 1px 0 #00c5c5,0 0 2px 1px #0ee}.wapk-button-primary.wapk-button-hero:active{box-shadow:inset 0 3px 0 #00a1a1}.wapk-button-primary.wapk-button-hero.active{box-shadow:inset 0 3px 0 #00a1a1}.wapk-button-primary.wapk-button-hero.active:focus,.wapk-button-primary.wapk-button-hero.active:hover{box-shadow:inset 0 3px 0 #00a1a1}.wapk-button-group>.wapk-button.active{border-color:#00d4d4}.wapk-button.wapk-button-xl{height:30px;line-height:28px;padding:0 12px 2px}.wapk-button-group.wapk-button-xl .wapk-button{height:30px;line-height:28px;padding:0 12px 2px}.wapk-button.wapk-button-hero{font-size:18px;height:50px;line-height:48px;padding:0 36px;min-height:46px}.wapk-button-group.wapk-button-hero .wapk-button{font-size:18px;height:50px;line-height:48px;padding:0 36px;min-height:46px}@media screen and (min-width:782px){th#provider,th#status{width:80px}th#type{width:50px}th#option_name{width:100px}td.option_name.column-option_name>span:first-child{display:none}th#last_updated{width:90px}th#view{width:111px}}@media screen and (min-width:960px){th#provider,th#status{width:100px}th#type{width:80px}th#option_name{width:150px}th#last_updated{width:140px}}@media screen and (max-width:782px){table.wf-info-table{margin-top:10px}table.wf-info-table th:first-child img{margin:0 auto;display:block}.wapk-button.wapk-button-xl{padding:6px 14px;line-height:normal;font-size:14px;vertical-align:middle;height:auto;margin-bottom:4px}}.wapk-feed-docs .wapk-feed-cta{margin:0}.campaign_configurator{background:#fff;padding:20px 0}.campaign_configurator table{margin:0 auto;width:51%;min-width:574px;border:none;box-shadow:none}.campaign_configurator th{min-width:120px}@media screen and (max-width:782px){.campaign_configurator{padding:0}.campaign_configurator table{width:auto;min-width:auto;max-width:100%}.campaign_configurator th{min-width:auto}}#wf-tab-content-config td>input:not([type=checkbox]):not([type=radio]),#wf-tab-content-config td>select,#wf-tab-content-config td>textarea{width:100%!important}.woo-feed-filters td>div:nth-child(2n):not(.clear):not(.selectize){width:120px;display:block}.woo-feed-filters td>div:not(.clear){float:left;margin-right:10px}.woo-feed-filters tr>td:first-child{width:290px;padding-left:40px}.woo-feed-filters,.woo-feed-ftp{margin:15px auto 25px}.wf_clean_cache_wrapper{display:-ms-flexbox;display:flex;margin-left:auto}@-webkit-keyframes LoaderClockWise{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes LoaderClockWise{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.woo-feed-cache-loader{width:18px;margin-right:5px;animation:LoaderClockWise 1s linear infinite;-webkit-animation:LoaderClockWise 1s linear infinite;display:none}.woo-feed-table-heading .woo-feed-table-heading-title{float:left;margin-right:auto;display:inline-block;line-height:30px}.woo-feed-table-heading .wf_clean_cache_wrapper{float:right;font-weight:400}.wf_clean_cache_wrapper button{background:#eb4d4b;color:#fff;border:none;font-weight:500;display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;border-radius:3px;cursor:pointer;outline:0}.wf_clean_cache_wrapper button:hover{background:#ff7979;color:#fff}
1
+ .wpf_spin{-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}.wpf_spin.reverse_spin{animation-direction:reverse}.wpf_regenerate.disabled{color:#737373;box-shadow:none;cursor:not-allowed}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.wfbtn{background:#3498db;background-image:linear-gradient(125deg,#3cb0fd 0,#152f8c 140%);border-radius:17px;box-shadow:inset 0 1px 3px #666;font-family:Arial,sans-serif;color:#fff;font-size:20px;padding:10px 20px 10px 20px;border:solid #2b698f 0;text-decoration:none}.wfbtn:hover{background:#3cb0fd;background-image:linear-gradient(to bottom,#3cb0fd,#3498db);text-decoration:none}.wftooltip{display:none;position:absolute;border:1px solid #333;background-color:#161616;border-radius:5px;padding:10px;color:#fff;font-size:12px}.feed-actions .makeFeedResponse{width:70%;color:green}.woo-feed-mapping-input{width:100%}.requiredIn{color:red}.generalInput{width:200px}.generalInput:not(.selectize-control){margin:5px auto}.error{color:red}.widefat td input,.widefat td select{max-width:100%}#wf_newRow{margin-left:0}.mtable tbody tr{height:25px;border:1px solid #ccc;text-align:left;-ms-flex-align:baseline;align-items:baseline;font-weight:700}.mtable th:nth-child(1){width:17px}.mtable th:nth-child(2){width:160px}.mtable th:nth-child(3){width:100px}.mtable th:nth-child(4){width:100px}.mtable th:nth-child(5){width:150px}.mtable th:nth-child(6){width:100px}.mtable th:nth-child(7){width:150px}.mtable th:nth-child(8){width:90px}.mtable th:nth-child(9){width:29px}.mtable2 tbody tr{height:25px;border:1px solid #ccc;text-align:left;-ms-flex-align:baseline;align-items:baseline;font-weight:700}.mtable2 th:nth-child(1){width:30px}.mtable2 th:nth-child(2){width:150px}.mtable2 th:nth-child(3){width:230px}.mtable2 th:nth-child(4){width:220px}.mtable2 th:nth-child(7){width:50px}.mtable2 th:nth-child(8){width:50px}.mtable2 th:nth-child(9){width:29px}.wp-admin select.wf_mattributes{width:150px;left:0;height:25px}div#wf-tab-content1 select:not([name^=output_type]){width:100%}div#wf-tab-content1 input{width:100%}div#wf-tab-content1 .dashicons{vertical-align:middle}.wf_attributes{width:150px;left:0}.wf_compare{max-width:245px;left:0}.wf_ps{width:100px;left:0}.wf_sortedtable{cursor:move}.sorted_table{position:relative}.sorted_table .dragged{position:absolute;opacity:.8;z-index:9999;background:#fff;width:100%;display:table}.sorted_table tbody tr.placeholder td{border:1px dashed #2cc185;height:46px}.wfnoempty{width:120px}p{color:#222}.wf_tabs{position:relative;margin:0 auto;width:100%;list-style:none}.wf_tabs:after{display:table;clear:both;content:""}.wf_tabs li{float:left;width:20%;display:block;border:2px solid #ccc}.wf_tabs li>input[type=radio][name=wf_tabs]{position:absolute;top:auto;left:-9999px}.wf-tab-name{display:block;padding:15px;font-size:15px;font-weight:700;line-height:1;background:#fff;cursor:pointer;position:relative;text-align:center;text-transform:uppercase;color:#2cc185}.wf-tab-name:hover{background:#2cc185;color:#fff}.wf_tabs [id^=tab]:checked+label{background:#2cc185;color:#fff}.wf_tabs .wf-tab-content{z-index:2;display:none;width:100%;font-size:.9rem;position:absolute;left:0;background:#fff;border:2px solid #ccc}.wf_tabs [id^=tab]:checked~[id^=wf-tab-content]{display:block}[id^=wf-tab-content]{margin-bottom:40px}div#wf-tab-content2 table:first-child{padding:10px 0}div#wf-tab-content2 table:first-child td:nth-child(1){width:260px}div#wf-tab-content2 table:first-child td:nth-child(2){width:260px}table.feed-actions tr td:last-child{text-align:right}select.selectize{display:none}body.no-js select.selectize{display:block!important}.wp-list-table .option_name .wf_feed_option_name_link{font-weight:700;color:#30336b}.wp-list-table #option_name a{color:#32373c}.selectize-dropdown .active{background-color:#edf9ff}.selectize-dropdown .create{padding:5px 8px}.wapk-selectize-item{background:#0073aa!important;color:#f1f1f1!important;font-weight:700!important;border-color:#0073aa!important;padding-left:5px;padding-right:5px}.selectize-input.full #googleTaxonomyId-selectized{opacity:0;position:absolute;left:-10000px}.selectize-dropdown [data-selectable].option{cursor:default}.selectize-control.plugin-remove_button [data-value] .remove{border-left:1px solid #f1f1f1!important}.selectize-dropdown .optgroup-header{font-weight:700;background:#efefef;color:#5a5a5a}.selectize-dropdown [data-selectable].option{cursor:pointer}.wf_status_wrap label{width:55px;height:30px;box-sizing:border-box;float:left;border-radius:100px;position:relative;cursor:pointer;transition:.3s ease;background:#d3d3d3}input[class=woo_feed_status_input]:checked+label{background:#4fbe79}input[class=woo_feed_status_input]:checked+label:before{left:29px}.wf_status_wrap label:before{transition:.3s ease;content:'';width:20px;height:20px;position:absolute;background:#fff;left:6px;top:5px;box-sizing:border-box;color:#000;border-radius:100px;box-shadow:0 1.5px 2px 0 #000}.view span.dashicons.dashicons-external{color:#30336b}.view span.dashicons.dashicons-sos{color:#22a6b3}.view span.dashicons.dashicons-download{color:#ee5253}.view span.dashicons.dashicons-media-code{color:#576574}.column-url,.widefat td.column-url,.widefat th.column-url{color:#1e8f9a;font-weight:700}.feed-progress-container{width:100%;color:#fff;text-align:center;font-weight:300}.feed-progress-bar{width:100%;background:#eee;padding:3px;border-radius:3px;box-shadow:inset 0 1px 3px rgba(0,0,0,.2)}.feed-progress-bar-fill{height:20px;display:block;background:#3dc264;width:0;border-radius:3px;transition:width .8s ease}.feed-progress-status{float:left;font-weight:700;color:#00008b}.feed-progress-percentage{text-align:right;font-weight:bolder;color:#41f49d;font-family:'Arial Black',sans-serif;font-size:large}#wpbody-content.woofeed-body-content{overflow:visible!important}.clippy{position:relative;width:13px;margin-top:-3px;margin-left:3px;top:3px}.column-url .clippy{display:none}.column-url:hover .clippy{display:inline-block}.tooltipped{position:relative}.tooltipped:after{position:absolute;z-index:1000000;display:none;padding:5px 8px;font:normal normal 11px/1.5 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:rgba(0,0,0,.8);border-radius:3px;-webkit-font-smoothing:subpixel-antialiased}.tooltipped:before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:rgba(0,0,0,.8);pointer-events:none;content:"";border:5px solid transparent}.tooltipped:hover:before{display:inline-block;text-decoration:none}.tooltipped:hover:after{display:inline-block;text-decoration:none}.tooltipped:active:before{display:inline-block;text-decoration:none}.tooltipped:active:after{display:inline-block;text-decoration:none}.tooltipped:focus:before{display:inline-block;text-decoration:none}.tooltipped:focus:after{display:inline-block;text-decoration:none}.tooltipped-multiline:hover:after{display:table-cell}.tooltipped-multiline:active:after{display:table-cell}.tooltipped-multiline:focus:after{display:table-cell}.tooltipped-multiline:after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;word-break:break-word;word-wrap:normal;white-space:pre-line;border-collapse:separate}.tooltipped-s:after{top:100%;right:50%;margin-top:5px;-webkit-transform:translateX(50%);transform:translateX(50%)}.tooltipped-s:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,.8)}.tooltipped-se:after{top:100%;margin-top:5px;right:auto;left:50%;margin-left:-15px}.tooltipped-se:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,.8)}.tooltipped-sw:after{top:100%;right:50%;margin-top:5px;margin-right:-15px}.tooltipped-sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,.8)}.tooltipped-n:after{right:50%;bottom:100%;margin-bottom:5px;-webkit-transform:translateX(50%);transform:translateX(50%)}.tooltipped-n:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,.8)}.tooltipped-ne:after{bottom:100%;margin-bottom:5px;right:auto;left:50%;margin-left:-15px}.tooltipped-ne:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,.8)}.tooltipped-nw:after{right:50%;bottom:100%;margin-bottom:5px;margin-right:-15px}.tooltipped-nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,.8)}.tooltipped-w:after{right:100%;bottom:50%;margin-right:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:rgba(0,0,0,.8)}.tooltipped-e:after{bottom:50%;left:100%;margin-left:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:rgba(0,0,0,.8)}.tooltipped-multiline.tooltipped-s:after{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-n:after{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-w:after{right:100%}.tooltipped-multiline.tooltipped-e:after{right:100%}.tooltipped-sticky:before{display:inline-block}.tooltipped-sticky:after{display:inline-block}.tooltipped-sticky.tooltipped-multiline:after{display:table-cell}.fullscreen-overlay-enabled.dark-theme .tooltipped:after{color:#000;background:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before{border-bottom-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before{border-bottom-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before{border-bottom-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before{border-top-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before{border-top-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before{border-top-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before{border-right-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before{border-left-color:rgba(255,255,255,.8)}@media screen and (min-width:0\0){.tooltipped-multiline:after{width:250px}}ul.tracker_collection_list{list-style:initial;padding:initial;margin:-10px 0 0 30px;font-size:11px!important}ul.tracker_collection_list li{margin:0}table.wf-info-table,table.wf-rate-table{vertical-align:middle;text-align:center;max-width:100%;font-weight:500}table.wf-info-table th,table.wf-rate-table th{text-align:center}table.wf-info-table th .woo-feed-top-header,table.wf-rate-table th .woo-feed-top-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}table.wf-info-table th .woo-feed-top-header .get-woo-feed-pro,table.wf-rate-table th .woo-feed-top-header .get-woo-feed-pro{margin-left:20px}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons{float:right;display:-ms-flexbox;display:flex;border-radius:7px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a{padding:8px 20px;background:#576574;color:#fff;box-sizing:border-box;display:inline-block;transition:.3s ease}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-doc-link,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-doc-link{background:#576574;border-top-left-radius:5px;border-bottom-left-radius:5px}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-video-link,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-video-link{background:#ee5253}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-support-link,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-support-link{background:#22a6b3;border-top-right-radius:5px;border-bottom-right-radius:5px}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a span.dashicons,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a span.dashicons{font-size:18px;line-height:1.2}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a:hover,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a:hover{background:#30336b;box-shadow:0 0 33px 0 rgba(0,0,0,.12)}table.wf-info-table strong,table.wf-rate-table strong{font-weight:700}table.wf-info-table th:first-child img{margin:0 0 -5px 5px}table.wf-rate-table a{color:#0073aa}table.wf-rate-table a.review-star:after{content:"\f155\f155\f155\f155\f155"!important;font-family:dashicons;font-size:10px;font-weight:100;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0073aa;text-decoration:underline}#adminmenu #toplevel_page_webappick-manage-feeds div.wp-menu-image::before{content:"";background:url(../images/woo-feed-icon.svg) no-repeat center center;background-size:20px 20px;opacity:.6}#adminmenu #toplevel_page_webappick-manage-feeds:hover div.wp-menu-image::before{opacity:1}#adminmenu #toplevel_page_webappick-manage-feeds.wp-has-current-submenu div.wp-menu-image::before{opacity:1}.wapk-admin,.wapk-admin *{box-sizing:border-box}.wapk-admin{position:relative;display:block;-webkit-hyphens:manual;-ms-hyphens:manual;-moz-hyphens:manual;hyphens:manual;color:#1b2730;margin:0 0 0 -10px}@media screen and (min-width:783px){.wapk-admin{margin:0 0 0 -20px}}.text-center{text-align:center}.wapk-admin h1,.wapk-admin h2,.wapk-admin h3,.wapk-admin h4,.wapk-admin h5,.wapk-admin h6,.wapk-admin p{color:#1b2730}.wapk-admin sup{vertical-align:baseline;position:relative;top:-6px}.wapk-admin sub{vertical-align:baseline;position:relative;top:4px}.wapk-admin .wapk-section{margin:10px 20px 0 22px;position:relative;display:block}.wapk-admin .wapk-section [class$=icon32]+h2{font-size:23px;font-weight:400;margin:0;padding:9px 0 4px 0;line-height:1.3}.wapk-admin .wapk-section h1{font-size:23px;font-weight:400;margin:0;padding:9px 0 4px 0;line-height:1.3}.wapk-admin .wapk-section>h2:first-child{font-size:23px;font-weight:400;margin:0;padding:9px 0 4px 0;line-height:1.3}.wapk-admin>.notice{margin:10px 20px 0 22px;position:relative;display:block}.wapk-admin span.help{display:block;float:left;width:100%;font-size:.9em;color:#636363;margin-top:5px;font-weight:500}.wapk-admin span.help .dashicons{width:11px;height:12px;font-size:inherit;vertical-align:middle}.clear:after{content:"";display:table;clear:both}.wapk-feed-docs .postbox{width:355px;margin-right:20px;display:inline-block;vertical-align:top}.wapk-feed-docs .postbox .hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4;cursor:pointer}.wapk-feed-docs .postbox .dashicons{color:#ccc}.wapk-feed-docs .postbox a{text-decoration:none}.wapk-feed-docs .postbox .inside{margin-bottom:0}.wapk-feed-docs .postbox ul{margin-bottom:0}.wapk-feed-docs .postbox .toggle-indicator:before{content:"\F142";display:inline-block;font:400 20px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.wapk-feed-docs .postbox li{width:100%;display:block;float:left}.wapk-feed-docs .postbox li span{display:inline-block;float:left;margin-right:4px}.wapk-feed-docs .postbox li a{display:inline-block;float:left;width:calc(100% - 24px)}.wapk-feed-docs .postbox.closed .toggle-indicator:before{content:"\F140"}.wapk-section #post-body.columns-2 #side-sortables{min-height:196px}#poststuff #feed_merchant_info .inside{margin:0;padding:0}#feed_merchant_info ul.data{margin-left:24px;margin-top:5px}#feed_merchant_info ul.data li{margin-bottom:5px}.merchant-info-section{padding:6px 10px 8px}.generateFeed .wf-tab-content table:first-child{border:none;box-shadow:none}.generateFeed table th{font-weight:700}@media only screen and (max-width:850px){.wapk-feed-docs .postbox{display:block;width:auto;float:none;margin-right:auto}}.wp-submenu li span.woo-feed-docs{font-weight:700;color:#f18500}.wp-submenu li:hover span.woo-feed-docs{color:#ce7304}.wp-submenu li.current span.woo-feed-docs{color:#ce7304}.wapk-admin .wapk-feed-docs .postbox .hndle{cursor:default}.wapk-cta{position:relative;display:-ms-flexbox;display:flex;width:100%;padding:100px 15px;background:linear-gradient(45deg,#6cd5ff 33%,#c2efef 100%);-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.wapk-cta-icon .dashicons{font-size:100px;width:100px;height:auto;margin:0 10px -8px 0;color:#02658c}.wapk-cta-content{width:50%}.wapk-cta-content h2{font-size:2em;margin:.5em 0}.wapk-cta-action a.wapk-button{font-size:24px;height:auto!important;padding:10px 20px}@media (max-width:600px){.wapk-cta{display:block;text-align:center;padding:4em 0}.wapk-cta-content{width:100%;margin:2em 0}}.wapk-button{color:#00d4d4;border-color:#00d4d4;display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box}.wapk-button>svg{width:15px;margin-left:5px;fill:#00d4d4}.wapk-button>.dashicons{color:#00d4d4}.wapk-button:hover{border-color:#0bb;color:#0bb}.wapk-button:hover>svg{fill:#0bb}.wapk-button:hover>.dashicons{color:#0bb}.wapk-button:focus{border-color:#00d4d4;color:#0bb;box-shadow:0 0 0 1px #00d4d4}.wapk-button:focus>svg{fill:#0bb}.wapk-button:focus>.dashicons{color:#0bb}.wapk-button:active{background:#0bb;border-color:#0bb}.wapk-button-secondary{color:#00d4d4;border-color:#00d4d4;display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box}.wapk-button-secondary>svg{width:15px;margin-left:5px;fill:#00d4d4}.wapk-button-secondary>.dashicons{color:#00d4d4}.wapk-button-secondary:hover{border-color:#0bb;color:#0bb}.wapk-button-secondary:hover>svg{fill:#0bb}.wapk-button-secondary:hover>.dashicons{color:#0bb}.wapk-button-secondary:focus{border-color:#00d4d4;color:#0bb;box-shadow:0 0 0 1px #00d4d4}.wapk-button-secondary:focus>svg{fill:#0bb}.wapk-button-secondary:focus>.dashicons{color:#0bb}.wapk-button-primary{display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;background:#00d4d4;border-color:#00d4d4;color:#fff;box-shadow:0 1px 0 #0bb;text-shadow:0 -1px 1px #0bb,1px 0 1px #0bb,0 1px 1px #0bb,-1px 0 1px #0bb}.wapk-button-primary>svg{fill:#fff}.wapk-button-primary:hover{background:#00e3e3;border-color:#00c5c5;color:#fff}.wapk-button-primary:hover>svg{fill:#fff}.wapk-button-primary:focus{background:#00e3e3;border-color:#00c5c5;color:#fff;box-shadow:0 0 0 1px #fff,0 0 0 3px #00d4d4}.wapk-button-primary:focus>svg{fill:#fff}.wapk-button-primary:active{background:#0bb;border-color:#0bb;color:#fff}.wapk-button-primary:active>svg{fill:#fff}.wapk-button-primary:disabled{color:#c7d1d1!important;background:#2ff!important;border-color:#2ff!important;text-shadow:none!important}.wapk-button-primary:disabled>svg{fill:#c7d1d1!important}.wapk-button.hover{border-color:#0bb;color:#0bb}.wapk-button.hover>svg{fill:#0bb}.wapk-button.hover>.dashicons{color:#0bb}.wapk-button.focus{border-color:#00d4d4;color:#0bb;box-shadow:0 0 0 1px #00d4d4}.wapk-button.focus>svg{fill:#0bb}.wapk-button.focus>.dashicons{color:#0bb}.wapk-button.active{border-color:#0bb;color:#0bb;box-shadow:inset 0 2px 5px -3px #0bb}.wapk-button.active:focus{border-color:#0bb;color:#0bb;box-shadow:inset 0 2px 5px -3px #0bb}.wapk-button.active:focus>svg{fill:#0bb}.wapk-button.active:focus>.dashicons{color:#0bb}.wapk-button.active:hover{border-color:#0bb;color:#0bb;box-shadow:inset 0 2px 5px -3px #0bb}.wapk-button.active:hover>svg{fill:#0bb}.wapk-button.active:hover>.dashicons{color:#0bb}.wapk-button.active>svg{fill:#0bb}.wapk-button.active>.dashicons{color:#0bb}.wapk-button-primary.active{background:#00d4d4;color:#fff;border-color:#088;box-shadow:inset 0 2px 5px -3px #000}.wapk-button-primary.active:focus{background:#00d4d4;color:#fff;border-color:#088;box-shadow:inset 0 2px 5px -3px #000}.wapk-button-primary.active:focus>svg{fill:#fff}.wapk-button-primary.active:hover{background:#00d4d4;color:#fff;border-color:#088;box-shadow:inset 0 2px 5px -3px #000}.wapk-button-primary.active:hover>svg{fill:#fff}.wapk-button-primary.active>svg{fill:#fff}.wapk-button-primary[disabled]{color:#c7d1d1!important;background:#2ff!important;border-color:#2ff!important;text-shadow:none!important}.wapk-button-primary[disabled]>svg{fill:#c7d1d1!important}.wapk-button-primary.wapk-button-primary-disabled{color:#c7d1d1!important;background:#2ff!important;border-color:#2ff!important;text-shadow:none!important}.wapk-button-primary.wapk-button-primary-disabled>svg{fill:#c7d1d1!important}.wapk-button-primary.disabled{color:#c7d1d1!important;background:#2ff!important;border-color:#2ff!important;text-shadow:none!important}.wapk-button-primary.disabled>svg{fill:#c7d1d1!important}.wapk-button-primary.wapk-button-hero{box-shadow:0 2px 0 #0bb}.wapk-button-primary.wapk-button-hero:focus{box-shadow:0 2px 0 #0bb,0 1px 0 #00c5c5,0 0 2px 1px #0ee}.wapk-button-primary.wapk-button-hero:active{box-shadow:inset 0 3px 0 #00a1a1}.wapk-button-primary.wapk-button-hero.active{box-shadow:inset 0 3px 0 #00a1a1}.wapk-button-primary.wapk-button-hero.active:focus,.wapk-button-primary.wapk-button-hero.active:hover{box-shadow:inset 0 3px 0 #00a1a1}.wapk-button-group>.wapk-button.active{border-color:#00d4d4}.wapk-button.wapk-button-xl{height:30px;line-height:28px;padding:0 12px 2px}.wapk-button-group.wapk-button-xl .wapk-button{height:30px;line-height:28px;padding:0 12px 2px}.wapk-button.wapk-button-hero{font-size:18px;height:50px;line-height:48px;padding:0 36px;min-height:46px}.wapk-button-group.wapk-button-hero .wapk-button{font-size:18px;height:50px;line-height:48px;padding:0 36px;min-height:46px}@media screen and (min-width:782px){th#provider,th#status{width:80px}th#type{width:50px}th#option_name{width:100px}td.option_name.column-option_name>span:first-child{display:none}th#last_updated{width:90px}th#view{width:111px}}@media screen and (min-width:960px){th#provider,th#status{width:100px}th#type{width:80px}th#option_name{width:150px}th#last_updated{width:140px}}@media screen and (max-width:782px){table.wf-info-table{margin-top:10px}table.wf-info-table th:first-child img{margin:0 auto;display:block}.wapk-button.wapk-button-xl{padding:6px 14px;line-height:normal;font-size:14px;vertical-align:middle;height:auto;margin-bottom:4px}}.wapk-feed-docs .wapk-feed-cta{margin:0}.campaign_configurator{background:#fff;padding:20px 0}.campaign_configurator table{margin:0 auto;width:51%;min-width:574px;border:none;box-shadow:none}.campaign_configurator th{min-width:120px}@media screen and (max-width:782px){.campaign_configurator{padding:0}.campaign_configurator table{width:auto;min-width:auto;max-width:100%}.campaign_configurator th{min-width:auto}}#wf-tab-content-config td>input:not([type=checkbox]):not([type=radio]),#wf-tab-content-config td>select,#wf-tab-content-config td>textarea{width:100%!important}.woo-feed-filters td>div:nth-child(2n):not(.clear):not(.selectize){width:120px;display:block}.woo-feed-filters td>div:not(.clear){float:left;margin-right:10px}.woo-feed-filters tr>td:first-child{width:290px;padding-left:40px}.woo-feed-filters,.woo-feed-ftp{margin:15px auto 25px}.wf_clean_cache_wrapper{display:-ms-flexbox;display:flex;margin-left:auto}@-webkit-keyframes LoaderClockWise{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes LoaderClockWise{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.woo-feed-cache-loader{width:18px;margin-right:5px;animation:LoaderClockWise 1s linear infinite;-webkit-animation:LoaderClockWise 1s linear infinite;display:none}.woo-feed-table-heading .woo-feed-table-heading-title{float:left;margin-right:auto;display:inline-block;line-height:30px}.woo-feed-table-heading .wf_clean_cache_wrapper{float:right;font-weight:400}.wf_clean_cache_wrapper button{background:#eb4d4b;color:#fff;border:none;font-weight:500;display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;border-radius:3px;cursor:pointer;outline:0}.wf_clean_cache_wrapper button:hover{background:#ff7979;color:#fff}
admin/css/woo-feed-admin.scss CHANGED
@@ -28,22 +28,22 @@
28
 
29
  .wfbtn {
30
  background: #3498db;
31
- background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
32
- background-image: -moz-linear-gradient(top, #3498db, #2980b9);
33
- background-image: -ms-linear-gradient(top, #3498db, #2980b9);
34
- background-image: -o-linear-gradient(top, #3498db, #2980b9);
35
- background-image: linear-gradient(to bottom, #3498db, #2980b9);
36
  -webkit-border-radius: 17px;
37
  -moz-border-radius: 17px;
38
  border-radius: 17px;
39
  -webkit-box-shadow: 0 1px 3px #666666;
40
  -moz-box-shadow: 0 1px 3px #666666;
41
- box-shadow: 0 1px 3px #666666;
42
  font-family: Arial, sans-serif;
43
  color: #ffffff;
44
  font-size: 20px;
45
  padding: 10px 20px 10px 20px;
46
- border: solid #2b698f 3px;
47
  text-decoration: none;
48
  &:hover {
49
  background: #3cb0fd;
@@ -56,6 +56,7 @@
56
  }
57
  }
58
 
 
59
  .wftooltip {
60
  display: none;
61
  position: absolute;
28
 
29
  .wfbtn {
30
  background: #3498db;
31
+ background-image: -webkit-linear-gradient(125deg, #3cb0fd 0%, #152f8c 140%);
32
+ background-image: -moz-linear-gradient(125deg, #3cb0fd 0%, #152f8c 140%);
33
+ background-image: -ms-linear-gradient(125deg, #3cb0fd 0%, #152f8c 140%);
34
+ background-image: -o-linear-gradient(125deg, #3cb0fd 0%, #152f8c 140%);
35
+ background-image: linear-gradient(125deg, #3cb0fd 0%, #152f8c 140%);
36
  -webkit-border-radius: 17px;
37
  -moz-border-radius: 17px;
38
  border-radius: 17px;
39
  -webkit-box-shadow: 0 1px 3px #666666;
40
  -moz-box-shadow: 0 1px 3px #666666;
41
+ box-shadow: inset 0 1px 3px #666666;
42
  font-family: Arial, sans-serif;
43
  color: #ffffff;
44
  font-size: 20px;
45
  padding: 10px 20px 10px 20px;
46
+ border: solid #2b698f 0px;
47
  text-decoration: none;
48
  &:hover {
49
  background: #3cb0fd;
56
  }
57
  }
58
 
59
+
60
  .wftooltip {
61
  display: none;
62
  position: absolute;