PluginProbe ʕ •ᴥ•ʔ
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel / trunk
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel vtrunk
trunk 0.9.0 0.9.1 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0 1.2.1 1.2.10 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 1.4.14 1.4.15 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0
wp-all-export / static / css / admin.css
wp-all-export / static / css Last commit date
admin-ie.css 12 years ago admin-wp-3.8.css 12 years ago admin-wp-4.4.css 10 years ago admin.css 3 weeks ago scheduling.css 3 weeks ago upgrade-notice.css 4 years ago upgrade-notice.css.map 4 years ago upgrade-notice.scss 4 years ago
admin.css
4639 lines
1 .wpallexport-plugin .help_custom_xml,
2 .wpallexport-plugin .preview_a_custom_xml_row,
3 .wpallexport-plugin .preview_a_row,
4 .wpallexport-plugin .add_column,
5 .wpallexport-plugin .wp_all_export_auto_generate_data,
6 .wpallexport-plugin .wp_all_export_clear_all_data{
7 background: #40acad;
8 -moz-border-radius: 4px;
9 -khtml-border-radius: 4px;
10 -webkit-border-radius: 4px;
11 border-radius: 4px;
12 clear: both;
13 color: #fff !important;
14 float: right;
15 font-size: 14px;
16 /*margin: 10px 0;*/
17 padding: 10px 20px 10px 20px;
18 border: none;
19 cursor: pointer;
20 }
21 .wpallexport-plugin .custom_xml_upgrade_notice,
22 .wpallexport-plugin .disabled_fields_upgrade_notice{
23 display: none;
24 }
25 .wpallexport-plugin .wp_all_export_disabled_button{
26 background: #e4e6e6 !important;
27 color: #777 !important;
28 cursor: default !important;
29 }
30 .wpallexport-plugin .wp_all_export_custom_xml_help,
31 .wpallexport-plugin .wp_all_export_scheduling_help
32 {
33 padding: 15px;
34 background: #fff;
35 font-size: 12px;
36 /*max-height: 600px;*/
37 overflow: auto;
38 }
39
40 .wpallexport-plugin .wpallexport-step-4 .wpallexport-free-edition-notice a.upgrade_link {
41 font-size: 1.3em !important;
42 }
43
44 .wpallexport-plugin .wp_all_export_custom_xml_help p,
45 .wpallexport-plugin .wp_all_export_scheduling_help p
46 {
47 font-size: 12px;
48 padding-left: 11px;
49 }
50 .wpallexport-plugin .wp_all_export_custom_xml_help ul,
51 .wpallexport-plugin .wp_all_export_scheduling_help ul
52 {
53 list-style: inside;
54 padding-left: 12px;
55 }
56 .wpallexport-plugin .wp_all_export_custom_xml_help h2,
57 .wpallexport-plugin .wp_all_export_scheduling_help h2
58 {
59 margin: 0;
60 }
61 .wpallexport-plugin .wp_all_export_custom_xml_help h3,
62 .wpallexport-plugin .wp_all_export_scheduling_help h3
63 {
64 color: #40acad;
65 cursor: pointer;
66 /*font-family: "Open Sans",​​sans-serif;*/
67 font-size: 14px;
68 font-weight: normal;
69 margin: 5px 0;
70 }
71
72 .wpallexport-plugin .code-block {
73 border-radius: 2px 2px 2px 2px;
74 -moz-border-radius: 2px 2px 2px 2px;
75 -webkit-border-radius: 2px 2px 2px 2px;
76 border: 0px solid #000000;
77 background-color: #F1F1F1;
78 padding-top: 10px;
79 padding-bottom: 10px;
80 }
81
82 .wpallexport-plugin .wp_all_export_code{
83 font-family: monospace;
84 font-size: 12px;
85 }
86 .wpallexport-plugin .wp_all_export_code .wp_all_export_code_comment{
87 color:#a50;
88 }
89 .wpallexport-plugin .wp_all_export_code .wp_all_export_code_tag{
90 color:#170;
91 }
92 .wpallexport-plugin .wp_all_export_code p.wp_all_export_code_comment,
93 .wpallexport-plugin .wp_all_export_code p.wp_all_export_code_tag{
94 margin: 0;
95 }
96 .wpallexport-plugin .wp_all_export_code .wp_all_export_code_tag.lv1,
97 .wpallexport-plugin .wp_all_export_code .wp_all_export_code_comment.lv1{
98 padding-left: 15px;
99 }
100 .wpallexport-plugin .wp_all_export_code .wp_all_export_code_tag.lv2,
101 .wpallexport-plugin .wp_all_export_code .wp_all_export_code_comment.lv2{
102 padding-left: 30px;
103 }
104 .wpallexport-plugin .wp_all_export_code .wp_all_export_code_tag.lv3,
105 .wpallexport-plugin .wp_all_export_code .wp_all_export_code_comment.lv3{
106 padding-left: 45px;
107 }
108 .wpallexport-plugin .wp_all_export_code .wp_all_export_code_tag .wp_all_export_code_text{
109 color:#000;
110 font-weight: bold;
111 }
112 .wpallexport-plugin .wp_all_export_code .wp_all_export_code_text{
113 color:#000;
114 font-weight: bold;
115 }
116 .wpallexport-plugin .wp_all_export_help_tab{
117 display: none;
118 padding-bottom: 15px;
119 }
120 .wpallexport-plugin .wp_all_export_auto_generate_data,
121 .wpallexport-plugin .wp_all_export_clear_all_data{
122 clear: none;
123 margin-left: 20px;
124 float: left;
125 }
126 .wpallexport-plugin fieldset.column{
127 display: none;
128 }
129 .wpallexport-plugin fieldset.optionsset .template{
130 display: none;
131 }
132 .wpallexport-plugin .custom_column, .wpallexport-plugin .default_column{
133 background: none repeat scroll 0 0 #FFFFFF;
134 border: 1px solid #CCCCCC;
135 cursor: move;
136 /*float: left;*/
137 margin: 0 5px 5px 5px;
138 padding: 10px;
139 position: relative;
140 }
141
142 .wpallexport-plugin .custom_column label {
143 cursor: move;
144 }
145
146 .wpallexport-plugin #wp_all_export_auto_generate_data{
147 background: #38a659 none repeat scroll 0 0;
148 color: #fff;
149 display: block;
150 margin: 10px 5px;
151 padding: 10px;
152 text-align: center;
153 text-decoration: none;
154 }
155
156 .wpallexport-plugin .connection-icon .help_scheduling {
157 margin: 0;
158 position: initial;
159 }
160
161 .wpallexport-plugin .wpallexport-free-edition-notice{
162 display: block;
163 margin: 5px;
164 padding: 20px;
165 text-align: center;
166 background-color: #FFB8B8;
167 border: 1px solid #FF8383;
168 color: #000;
169 }
170 .wpallexport-plugin .wpallexport-free-edition-notice p{
171 color: #000 !important;
172 font-size: 1.3em !important;
173 margin-bottom: 0;
174 }
175
176 .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-user-export-notice p,
177 .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-shop_customer-export-notice p,
178 .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-shop_order-export-notice p,
179 .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-shop_coupon-export-notice p,
180 .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-shop_review-export-notice p,
181 .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-comments-export-notice p,
182 .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-taxonomies-export-notice p,
183 .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-product-export-notice p
184
185 {
186 margin-bottom: 1em;
187 margin-top: 0;
188 }
189
190
191 .wpallexport-plugin .upgrade_link{
192 color: #000 !important;
193 font-size: 1.3em;
194 text-decoration: underline !important;
195 }
196 .wpallexport-plugin .wpallexport-user-export-notice,
197 .wpallexport-plugin .wpallexport-shop_customer-export-notice,
198 .wpallexport-plugin .wpallexport-shop_review-export-notice,
199 .wpallexport-plugin .wpallexport-shop_order-export-notice,
200 .wpallexport-plugin .wpallexport-shop_coupon-export-notice,
201 .wpallexport-plugin .wpallexport-reviews-export-notice,
202 .wpallexport-plugin .wpallexport-comments-export-notice,
203 .wpallexport-plugin .wpallexport-taxonomies-export-notice,
204 .wpallexport-plugin .wpallexport-product-export-notice,
205 .wpallexport-plugin .wpallexport-custom-product-export-notice{
206 padding: 20px;
207 display: none;
208 width: 558px;
209 margin: 0 auto;
210 }
211 .wpallexport-plugin li.wpallexport_disabled div{
212 background: #dfdfdf;
213 }
214 .wpallexport-plugin .custom_column.active, .wpallexport-plugin .default_column.active{
215 background: #ccc;
216 }
217 .wpallexport-plugin fieldset.column .error{
218 background: pink;
219 }
220 .wpallexport-plugin #columns_to_export {
221 list-style-type: none;
222 margin: 0;
223 padding: 0;
224 /*height: 250px; */
225 /*width: 450px; */
226 }
227 .wpallexport-plugin #columns_to_export li {
228 margin: 5px 3px 3px 0;
229 padding: 1px;
230 float: left;
231 min-width: 115px;
232 /*height: 90px; */
233 text-align: center;
234 }
235 .wpallexport-plugin .wpallexport-edit-row-title{
236 display: none;
237 }
238 .wpallexport-plugin .wpallexport-xml-element{
239 color: green;
240 }
241 .wpallexport-plugin .columns-to-export-content ol,
242 .wpallexport-plugin .pmxe-state-hover,
243 .wpallexport-plugin .pmxe-state-default{
244 width: 100%;
245 height: 235px;
246 border: 4px dashed #bbb;
247 margin-left: 0;
248 overflow: auto;
249 }
250 .wpallexport-plugin .CodeMirror-line.pmxe-state-hover,
251 .wpallexport-plugin .CodeMirror-line.pmxe-state-default{
252 width: 100%;
253 height: 18px;
254 margin-left: 0;
255 overflow: auto;
256 max-width: 900px;
257 }
258 .wpallexport-plugin .av-state-default{
259 overflow: hidden;
260 height: 100%;
261 width: 100%;
262 border: 4px dashed #bbb;
263 }
264 .wpallexport-plugin .columns-to-export-content ol {
265 position: relative;
266 }
267 .wpallexport-plugin .columns-to-export-content ol li.placeholder{
268 font-size: 20px;
269 line-height: 26px;
270 margin-bottom: 0;
271 margin-left: calc(50% - 225px) !important;
272 top: calc(50% - 39px);
273 position: absolute;
274 margin-right: auto;
275 text-align: center;
276 width: 450px;
277 }
278 .wpallexport-plugin li.ui-draggable{
279 list-style: none !important;
280 }
281 .wpallexport-plugin #available_data{
282 padding: 0;
283 background: #fafafa;
284 border: 1px solid #ddd;
285 overflow: hidden;
286 }
287 .wpallexport-plugin #available_data .title,
288 .wpallexport-plugin .wp-all-export-edit-column .title,
289 .wpallexport-plugin .wp-all-export-custom-xml-help .title,
290 .wpallexport-plugin .wp-all-export-scheduling-help .title
291 {
292 font-weight: bold;
293 padding: 12px 8px;
294 color: #464646;
295 background: #fff;
296 font-size: 12px;
297 text-align: center;
298 border-bottom: 1px solid #ddd;
299 -moz-border-radius-topleft: 4px;
300 -webkit-border-top-left-radius: 4px;
301 border-top-left-radius: 4px;
302 -moz-border-radius-topright: 4px;
303 -webkit-border-top-right-radius: 4px;
304 border-top-right-radius: 4px;
305 }
306 .wpallexport-plugin .wp-all-export-custom-xml-help,
307 .wpallexport-plugin .wp-all-export-scheduling-help
308 {
309 position: fixed;
310 top: 8%;
311 width: 515px;
312 z-index: 999999;
313 border: 1px solid #ccc;
314 display: none;
315 margin-bottom: 20px;
316 padding: 0 !important;
317 }
318
319 .wpallexport-plugin .wp-all-export-edit-column{
320
321 position: fixed;
322 top: 8%;
323 width: 850px;
324 z-index: 999999;
325 border: 1px solid #ccc;
326 display: none;
327 margin-bottom: 20px;
328 padding: 0 !important;
329 }
330 .wpallexport-plugin .wp-all-export-edit-column form,
331 .wpallexport-plugin .wp-all-export-custom-xml-help form{
332 /*padding: 10px;*/
333 background: #fff;
334 }
335 .wpallexport-plugin #available_data ul li .pmxe_remove_column{
336 display: none;
337 }
338
339 .wpallexport-plugin span.wpai-license-text {
340 margin-left: 8px;
341 }
342
343 .wpallexport-plugin .wpai-license,
344 .wpallexport-plugin .wpai-no-license {
345 display: flex;
346 }
347
348 .wpallexport-plugin .wpae-available-fields-group{
349 background: none repeat scroll 0 0 white;
350 border: 1px dotted #ccc;
351 font-weight: bold;
352 margin: 5px;
353 padding: 10px;
354 cursor: pointer;
355 }
356 .wpallexport-plugin .wp-all-export-warning,
357 .wpallexport-plugin .wp-all-export-product-bundle-warning,
358 .wpallexport-plugin .wp-all-export-sku-warning,
359 .wpallexport-plugin .wp-all-export-advanced-query-warning,
360 .wpallexport-plugin .wp-all-export-product-type-warning{
361 position: relative;
362 clear: both;
363 background: none repeat scroll 0 0 #fff;
364 border-left: 4px solid #ffa500;
365 box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
366 margin: 0;
367 padding: 1px 12px;
368 }
369 .wpallexport-plugin .wp-all-export-product-bundle-warning,
370 .wpallexport-plugin .wp-all-export-warning{
371 margin-top: 20px;
372 }
373 .wpallexport-plugin .wp-all-export-warning .notice-dismiss{
374 margin-top: 5px;
375 }
376 .wpallexport-plugin .wpallexport-csv-delimiter{
377 float: right;
378 position: relative;
379 right: 30px;
380 top: -16px;
381 }
382 .wpallexport-plugin .wpallexport-csv-delimiter input[type="text"]{
383 vertical-align:middle;
384 font-size:11px;
385 background:#fff !important;
386 width: 40px !important;
387 text-align: center;
388 }
389 .wpallexport-plugin .wp-all-export-warning h3,
390 .wpallexport-plugin .wp-all-export-sku-warning h3,
391 .wpallexport-plugin .wp-all-export-advanced-query-warning h3,
392 .wpallexport-plugin .wp-all-export-product-type-warning h3{
393 font-size: 14px;
394 }
395 .wpallexport-plugin .wpae-available-fields-group .wpae-expander{
396 float: right;
397 }
398 .wpallexport-plugin .wpae-taxonomy-fields,
399 .wpallexport-plugin .wpae-custom-field,
400 .wpallexport-plugin .wpae-other-fields{
401 display: none;
402 }
403
404 .wpae-custom-field .wpallexport-free-edition-notice {
405 margin-left: 20px;
406 }
407
408 .wpallexport-plugin .pmxe_remove_column{
409 color: red;
410 cursor: pointer;
411 font-weight: bold;
412 position: absolute;
413 right: -4px;
414 text-decoration: none;
415 top: -8px;
416 }
417 .wpallexport-plugin .pmxe_field_type{
418 /*width: 240px;*/
419 /*height: 30px;*/
420 }
421 .wpallexport-plugin .pmxe_preview{
422 width: 100%;
423 }
424 .wpallexport-plugin .pmxe_preview tr td{
425 border: 1px solid #ccc;
426 padding: 3px;
427 vertical-align: top;
428 }
429 .wpallexport-plugin .pmxe_date_format_wrapper{
430 display: none;
431 }
432 .wpallexport-plugin span.auto-generate-template{
433 color: #888;
434 display: block;
435 font-size: 12px;
436 /*margin-right: 190px;*/
437 opacity: 0.7;
438 }
439 .wpallexport-plugin .wpallexport-filtering-wrapper{
440 overflow: hidden;
441 background: #fff none repeat scroll 0 0;
442 border-color: #ddd;
443 border-style: solid;
444 border-width: 1px;
445 padding: 0 20px 0;
446 margin-top: 20px;
447 display: none;
448 }
449 .wpallexport-plugin .last_condition{
450 display: none !important;
451 }
452
453 .wpallexport-plugin #date_field_notice{
454 display: none;
455 }
456 .wpallexport-plugin .wp_all_export_btn_with_note{
457 display: inline-block;
458 }
459
460 .wpallexport-plugin .wpallexport-import-to-format{
461 background: #f6f5f1 none repeat scroll 0 0;
462 border: 1px solid #cfceca;
463 color: #888 !important;
464 display: inline-block;
465 font-size: 18px;
466 height: 50px;
467 line-height: 10px;
468 padding-top: 25px;
469 text-align: center;
470 text-decoration: none;
471 max-width: 295px;
472 width:40%;
473 margin-right: 10px;
474 position: relative;
475
476 }
477 .wpallexport-plugin .wpallexport-import-to-format.selected{
478 background: #38a659 none repeat scroll 0 0;
479 border: 1px solid #3da55c;
480 color: #fff !important;
481 }
482
483 .wpallexport-plugin .wpallexport-import-to-format span.wpallexport-import-to-arrow{
484 display: none;
485 }
486 .wpallexport-plugin .wpallexport-import-to-format.selected span.wpallexport-import-to-arrow{
487 background: url('../img/bottom_arrow.png') no-repeat;
488 position: absolute;
489 bottom: -12px;
490 left: 48%;
491 display: block;
492 height: 14px;
493 width: 24px;
494 }
495
496
497 .wpallexport-plugin .wpallexport-import-to-format.wpallexport-csv-type span.wpallexport-import-to-title:before{
498 color: #888;
499 content: "\f495";
500 font-family: "dashicons";
501 font-size: 30px;
502 padding-right: 5px;
503 position: relative;
504 top: 7px;
505 }
506 .wpallexport-plugin .wpallexport-import-to-format.wpallexport-xml-type span.wpallexport-import-to-title:before{
507 color: #888;
508 content: "\f499";
509 font-family: "dashicons";
510 font-size: 30px;
511 padding-right: 5px;
512 position: relative;
513 top: 7px;
514 }
515 .wpallexport-plugin .wpallexport-import-to-format.wpallexport-csv-type.selected span.wpallexport-import-to-title:before,
516 .wpallexport-plugin .wpallexport-import-to-format.wpallexport-xml-type.selected span.wpallexport-import-to-title:before{
517 color: #a3ddb4;
518 }
519
520 .wpallexport-plugin .wpallexport-all-options .wpallexport-file-format-options{
521 margin: 10px auto;
522 text-align: center;
523 }
524 .wpallexport-plugin .wpallexport-all-options .wpallexport-file-format-options .wpallexport-csv-options,
525 .wpallexport-plugin .wpallexport-all-options .wpallexport-file-format-options .wpallexport-xml-options{
526 margin: 0 auto;
527 min-height: 30px;
528 width: 83%;
529 max-width:605px;
530 }
531
532 .wpallexport-plugin #available_data div.wpae-custom-field{
533 overflow: auto;
534 height: auto;
535 /*max-height: 500px; */
536 }
537
538 .wp-all-export-custom-xml-drag-over{
539 border: none !important;
540 margin: 0;
541 padding: 0;
542 width: auto !important;
543 min-width: 350px;
544 text-align: left;
545 background: none !important;
546 }
547
548 .wp-all-export-custom-xml-drag-over .wpallexport-xml-element span{
549 color: #000;
550 font-weight: bold;
551 }
552 .wpallexport-plugin .taxonomy_to_export_wrapper{
553 display: none;
554 }
555
556 .wpallexport-plugin .sub_post_type_to_export_wrapper{
557 display: none;
558 }
559
560 .wpallexport-plugin .wp-all-export-advanced-field-options-content{
561 padding: 14px 0;
562 }
563 .wpallexport-plugin .wp-all-export-additional-csv-options{
564 margin-left: 20px;
565 }
566 /*--------------------------------------------------------------------------
567 *
568 * Basic rules
569 *
570 *-------------------------------------------------------------------------*/
571
572 .wpallexport-plugin hr {
573 height: 1px;
574 border-width: 0px;
575 color: #ddd;
576 background-color: #ddd;
577 margin-bottom: 15px;
578 }
579 .wpallexport-plugin a:focus,
580 .wpallexport-plugin input:focus{ box-shadow: none; }
581
582 .wpallexport-plugin a.wpallexport-help {
583 overflow: hidden;
584 text-indent: -99999px;
585 display: inline-block;
586 width: 16px;
587 height: 16px;
588 background-repeat: no-repeat;
589 background-image: url("../img/help.png");
590 vertical-align: middle;
591 margin-left: 5px;
592 position: relative;
593 top: 4px;
594 background-size: cover;
595 }
596 .wpallexport-plugin input.datepicker {
597 width: 8em;
598 }
599 .wpallexport-plugin button.ui-datepicker-trigger {
600 background-image: url("../img/date-picker.gif");
601 background-repeat: no-repeat;
602 cursor: pointer;
603 border: none;
604 margin: 1px;
605 width: 21px;
606 height: 18px;
607 vertical-align: middle;
608 }
609 .wpallexport-plugin .progress-msg {
610 font-style: italic;
611 display: none;
612 }
613 .wpallexport-plugin .loading {
614 cursor: progress;
615 background-repeat: no-repeat;
616 background-position: center;
617 }
618 .wpallexport-plugin .preload {
619 background-repeat: no-repeat;
620 background-position: 50% 10px;
621 min-height: 35px;
622 }
623 .wpallexport-plugin .wpallexport-preview-preload {
624 background-repeat: no-repeat;
625 background-position: 50% 20px;
626 height: 80px;
627 }
628 .wpallexport-plugin .back{
629 background: url("../img/back.png") no-repeat scroll 8% 50% #e4e6e6;
630 color: #777;
631 display: inline-block;
632 font-size: 14px;
633 font-weight: bold;
634 height: 46px;
635 line-height: 46px;
636 padding: 0 30px 0 40px;
637 position: relative;
638 text-decoration: none;
639 }
640 .wpallexport-plugin .wpallexport-large-button{
641 display: inline-block;
642 box-sizing: border-box;
643 box-shadow: none !important;
644 vertical-align: bottom !important;
645 min-height: 46px;
646 line-height: 3.14285714;
647 padding: 0 36px;
648 background-color: #425f9a !important;
649 color: #fff !important;
650 border: none !important;
651 border-radius: 3px;
652 outline: none !important;
653 font-size: 14px;
654 font-weight: normal;
655 text-decoration: none;
656 cursor: pointer;
657 }
658 .wpallexport-plugin .wpallexport-large-button:hover,
659 .wpallexport-plugin .wpallexport-large-button:active,
660 .wpallexport-plugin .wpallexport-large-button:focus{
661 background-color: #374f85 !important;
662 color: #fff !important;
663 border: none !important;
664 box-shadow: none !important;
665 outline: none !important;
666 }
667
668 /*@+ header */
669 .wpallexport-plugin .wpallexport-logo{
670 background: url(../img/logo.svg) no-repeat;
671 background-size: 55px 55px;
672 width: 55px;
673 height: 55px;
674 margin-top: 8px;
675 margin-bottom: 8px;
676 float: left;
677 margin-right: 8px;
678 }
679 .wpallexport-plugin .wpallexport-title{
680 float: left;
681 }
682 .wpallexport-plugin .wpallexport-title p{
683 font-size: 18px !important;
684 line-height: 16px;
685 color: #777;
686 margin-top: 0;
687 margin-bottom: 0;
688 }
689 .wpallexport-plugin .wpallexport-title h2,
690 .wpallexport-plugin .wpallexport-title h3{
691 font-size: 33px;
692 color: #425f9a;
693 font-weight: bold;
694 padding-top: 5px;
695 padding-right: 0;
696 margin-left: 2px;
697 }
698 .wpallexport-plugin .wpallexport-title h2,
699 .wpallexport-plugin .wpallexport-title h3{
700 margin: 8px 0 !important;
701 }
702 .wpallexport-plugin .wpallexport-title > h2:before,
703 .wpallexport-plugin .wpallexport-title > h3:before {
704 content: '';
705 background: url(../img/wpallexport.svg) no-repeat;
706 background-size: 134px 14px;
707 width: 134px;
708 height: 25px;
709 display: block;
710 }
711 .wpallexport-plugin .wpallexport-links{
712 float: right;
713 margin-right: 3px;
714 margin-top: 33px;
715 }
716 .wpallexport-plugin .wpallexport-links a{
717 font-size: 12px;
718 text-decoration: none;
719 }
720 /*.wpallexport-plugin .wpallexport-support{
721 color: #777;
722 float: right;
723 text-decoration: none;
724 background: url('../img/ui_4.0/support.png') 33px 12px no-repeat #fff;
725 display: block;
726 text-align: center;
727 border: 1px solid #ddd;
728 border-radius: 5px;
729 -moz-border-radius: 5px;
730 -khtml-border-radius: 5px;
731 -webkit-border-radius: 5px;
732 width: 100px;
733 height: 38px;
734 line-height: 39px;
735 margin-top: 8px;
736 padding-left: 38px;
737 font-size: 14px;
738 }*/
739 .wpallexport-plugin .pmxi_progress{
740 border-bottom: 1px solid #ddd;
741 -moz-border-radius-topleft: 4px;
742 -webkit-border-top-left-radius: 4px;
743 border-top-left-radius: 4px;
744 -moz-border-radius-topright: 4px;
745 -webkit-border-top-right-radius: 4px;
746 border-top-right-radius: 4px;
747 height: 76px;
748 }
749 .wpallexport-plugin .wpallexport-step-1 .pmxi_progress{
750 background: url("../img/ui_4.0/step_1_bar.png") no-repeat scroll center center / contain #f1f2f2;
751 }
752 .wpallexport-plugin .wpallexport-step-2 .pmxi_progress{
753 background: url("../img/ui_4.0/step_2_bar.png") no-repeat scroll center center / contain #f1f2f2;
754 }
755 .wpallexport-plugin .wpallexport-step-3 .pmxi_progress{
756 background: url("../img/ui_4.0/step_3_bar.png") no-repeat scroll center center / contain #f1f2f2;
757 }
758 .wpallexport-plugin .wpallexport-step-4 .pmxi_progress{
759 background: url("../img/ui_4.0/step_4_bar.png") no-repeat scroll center center / contain #f1f2f2;
760 }
761 .wpallexport-plugin .wpallexport-step-5 .pmxi_progress{
762 background: url("../img/ui_4.0/step_5_bar.png") no-repeat scroll center center / contain #f1f2f2;
763 }
764 .wpallexport-plugin .wpallexport-step-6 .pmxi_progress{
765 background: url("../img/ui_4.0/step_6_bar.png") no-repeat scroll center center / contain #f1f2f2;
766 }
767
768 .wpallexport-plugin .wpallexport-file-upload-result{
769 padding: 35px;
770 }
771 .wpallexport-plugin .wpallexport-step-2 .wpallexport-file-upload-result,
772 .wpallexport-plugin .wpallexport-step-3 .wpallexport-file-upload-result,
773 .wpallexport-plugin .wpallexport-step-4 .wpallexport-file-upload-result,
774 .wpallexport-plugin .wpallexport-step-5 .wpallexport-file-upload-result,
775 .wpallexport-plugin .wpallexport-step-6 .wpallexport-file-upload-result {
776 display: block;
777 }
778 .wpallexport-plugin .wpallexport-file-upload-result h2{
779 float: left;
780 padding: 0;
781 margin-top: 7px !important;
782 height: 31px;
783 }
784 .wpallexport-plugin .wpallexport-file-upload-result[rel=upload_type] h2{
785 background: url('../img/ui_4.0/cloud.png') no-repeat;
786 padding-left: 45px !important;
787 }
788 .wpallexport-plugin .wpallexport-file-upload-result[rel=url_type] h2{
789 background: url('../img/ui_4.0/cloud_url.png') no-repeat;
790 padding-left: 45px !important;
791 font-size: 14px;
792 line-height: 35px;
793 height: 35px;
794 }
795 .wpallexport-plugin .wpallexport-file-upload-result[rel=file_type] h2{
796 background: url('../img/ui_4.0/use_existing_green.png') no-repeat;
797 padding-left: 45px !important;
798 height: 35px;
799 }
800 .wpallexport-plugin .wpallexport-file-upload-result h2 .wpallexport-uploaded-file-size{
801 color: #777;
802 }
803 .wpallexport-plugin .wpallexport-file-upload-result a{
804 text-decoration: none;
805 font-size: 18px;
806 margin-top: 12px;
807 float: right;
808 margin-left: 20px;
809 padding-left: 25px;
810 }
811 .wpallexport-plugin .wpallexport-file-upload-result a:last-child{
812 margin-left: 0 !important;
813 }
814 .wpallexport-plugin .wpallexport-download-from-url{
815 background: none repeat scroll 0 0 #46ba69;
816 color: #fff;
817 display: inline-block;
818 font-size: 14px;
819 height: 19px;
820 padding: 15px;
821 position: relative;
822 text-decoration: none;
823 vertical-align: bottom;
824 }
825 .wpallexport-plugin .wpallexport-file-upload-result .wpallexport-change-uploaded-file{
826 color:#40acad;
827 }
828 .wpallexport-plugin .wpallexport-file-upload-result .wpallexport-change-uploaded-file:before{
829 color: #ddd;
830 content: "\f463";
831 float: left;
832 font-family: "dashicons";
833 font-size: 30px;
834 padding-right: 5px;
835 }
836 .wpallexport-plugin .wpallexport-file-upload-result .wpallexport-remove-uploaded-file{
837 color:#dd4a58;
838 }
839 .wpallexport-plugin .wpallexport-file-upload-result .wpallexport-remove-uploaded-file:before{
840 color: #ddd;
841 content: "\f335";
842 display: inline-block;
843 float: left;
844 font-family: "dashicons";
845 font-size: 32px;
846 }
847 /*@+*/
848
849 .wpallexport-plugin .wpallexport-collapsed .wpallexport-collapsed-header{
850 background: url('../img/collapser.png') no-repeat 98% 0;
851 height: 30px;
852 padding-left: 30px;
853 cursor: pointer;
854 }
855 .wpallexport-plugin .wpallexport-collapsed .wpallexport-collapsed-header h3{
856 font-size: 17px;
857 line-height: 30px;
858 color:#425e99;
859 -webkit-touch-callout: none;
860 -webkit-user-select: none;
861 -khtml-user-select: none;
862 -moz-user-select: none;
863 -ms-user-select: none;
864 user-select: none;
865 }
866 .wpallexport-plugin .wpallexport-collapsed.closed .wpallexport-collapsed-header{
867 background: url('../img/collapser.png') no-repeat 98% -30px;
868 }
869 .wpallexport-plugin .wpallexport-collapsed.closed .wpallexport-collapsed-header h3{
870 color:#777;
871 }
872 .wpallexport-plugin .wpallexport-collapsed .wpallexport-collapsed-content{
873 display: none;
874 padding: 15px 25px 25px 25px;
875 position: relative;
876 }
877 .wpallexport-plugin .wpallexport-collapsed-content-inner{
878 padding: 15px 25px 25px 25px;
879 }
880
881 .wpallexport-plugin .step_description{
882 text-align: center;
883 overflow: hidden;
884 position: relative;
885 /*width: 1200px;*/
886 }
887 .wpallexport-plugin .step_description h2{
888 color: #425f9a;
889 font-size: 23px;
890 font-weight: normal;
891 }
892 .wpallexport-plugin .step_description h3{
893 color: #777;
894 }
895
896 .wpallexport-plugin div.input > label{
897 color: #000;
898 }
899 .wpallexport-plugin div.input.pmxi_checked > label{
900 color: #000;
901 }
902
903 .wpallexport-plugin .ajax-console div.updated{
904 background: none;
905 border: none;
906 box-shadow: none;
907 }
908
909 a.wpallexport-import-to-format span.wpallexport-import-to-title {
910 font-size: 18px;
911 }
912
913 .wpallexport-plugin .wpallexport-collapsed-content a,
914 .wpallexport-plugin .wp-pointer-content a,
915 .wpallexport-plugin .wpallexport-pointer-content a,
916 .wpallexport-plugin .wpallexport-collapsed-content h4{
917 font-size: 14px;
918 margin-bottom: 5px;
919 color: #40acad;
920 text-decoration: none;
921 }
922 .wpallexport-plugin div.error,
923 .wpallexport-plugin div.updated {
924 margin-top: 15px;
925 }
926 .wpallexport-plugin div.error.license-status,
927 .wpallexport-plugin div.updated.license-status {
928 margin: 0 0 0 2px;
929 display: inline-block;
930 text-transform: capitalize;
931 padding: 2px 10px;
932 height: 18px;
933 vertical-align: 1px;
934 line-height: 17px;
935 }
936 .wpallexport-plugin .wp-pointer-content ul,
937 .wpallexport-plugin .wpallexport-pointer-content ul{
938 list-style: disc inside none;
939 margin: 20px;
940 }
941
942 .wpallexport-plugin a.add-new {
943 font-size: 18px;
944 background-color: #eee;
945 cursor: pointer;
946 padding: 6px 10px 6px 10px;
947 line-height: normal;
948 font-style: normal;
949 color: #464646;
950 border-color: #bbb;
951 -moz-border-radius: 4px 4px 4px 4px;
952 border-radius: 4px;
953 border-style: solid;
954 border-width: 1px;
955 text-decoration: none;
956 }
957 .wpallexport-plugin a.add-new:hover {
958 border-color: #666666;
959 color: #000;
960 }
961 .wpallexport-plugin div.input {
962 /*min-height: 21px;*/
963 font-size: 12px !important;
964 }
965 .wpallexport-plugin div.input > * {
966 vertical-align: middle;
967 }
968 .wpallexport-plugin .wpallexport-template select,
969 .wpallexport-plugin .options select{
970 border: 1px solid #ddd;
971 font-size: 12px;
972 /*height: 25px;*/
973 width: auto;
974 padding: 4px 25px 4px 12px;
975 color: #000;
976 }
977 .wpallexport-plugin .wpallexport-template input[type="text"],
978 .wpallexport-plugin .options input[type="text"]{
979 height: auto;
980 color: #000;
981 font-size: 14px;
982 }
983 .wpallexport-plugin .wpallexport-template .wpallexport-section select,
984 .wpallexport-plugin .options .wpallexport-section select{
985 font-size: 16px;
986 height: 40px;
987 /*padding: 10px;*/
988 border: 1px solid #ddd;
989 border-radius: 4px;
990 -moz-border-radius: 4px;
991 -khtml-border-radius: 4px;
992 -webkit-border-radius: 4px;
993 color: #777;
994 font-size: 15px;
995 width: 100%;
996 position: relative;
997 top: 0;
998 }
999 .wpallexport-plugin .wpallexport-template .wpallexport-section input[type="text"],
1000 .wpallexport-plugin .options .wpallexport-section input[type="text"],
1001 .wpallexport-plugin .wp-pointer-content input[type="text"]
1002 {
1003 font-size: 14px;
1004 height: 40px;
1005 border: 1px solid #ddd;
1006 border-radius: 4px;
1007 -moz-border-radius: 4px;
1008 -khtml-border-radius: 4px;
1009 -webkit-border-radius: 4px;
1010 color: #000;
1011 font-size: 15px;
1012 position: relative;
1013 top: 0;
1014 }
1015 .wpallexport-plugin .wpallexport-template select[multiple=multiple]{
1016 height: auto !important;
1017 }
1018 .wpallexport-plugin .wpallexport-note {
1019 color: #777;
1020 font-size: 9px;
1021 }
1022 .wpallexport-plugin div.sub {
1023 padding-left: 20px;
1024 font-size: 12px;
1025 }
1026
1027 .wpallexport-plugin .icon-item,
1028 .wpallexport-plugin .add-new-custom,
1029 .wpallexport-plugin .add-new-key{
1030 display: inline-block;
1031 width: 16px;
1032 height: 16px;
1033 margin: 0px 3px;
1034 }
1035 .wpallexport-plugin .add-new-ico,
1036 .wpallexport-plugin .add-new-cat,
1037 .wpallexport-plugin .add-new-custom,
1038 .wpallexport-plugin .add-new-key{
1039 background: url("../img/ui_4.0/add.png") no-repeat 0px 5px;
1040 font-size: 12px;
1041 width:100px;
1042 height:25px;
1043 padding-left: 20px;
1044 color:#21759B;
1045 /*font-family: "Open Sans",​sans-serif;*/
1046 padding-top: 2px;
1047 text-decoration: underline;
1048 display: block;
1049 /*margin: 0 auto; */
1050 }
1051
1052 .wpallexport-plugin .remove-ico{
1053 background: url("../img/trash.png") no-repeat;
1054 top: 5px;
1055 right: 0;
1056 position: absolute;
1057 width: 19px;
1058 height: 22px;
1059 }
1060 .wpallexport-plugin #columns .remove-field{
1061 background: url("../img/remove.png") no-repeat;
1062 top: -5px;
1063 right: -11px;
1064 position: absolute;
1065 width: 16px;
1066 height: 16px;
1067 }
1068 .wpallexport-plugin .widefat{
1069 background-color: #fff;
1070 }
1071 .wpallexport-plugin .postbox{
1072 margin: 0;
1073 }
1074 .wpallexport-plugin .action.remove{
1075 display: block;
1076 position: relative;
1077 }
1078 .wpallexport-plugin .action.remove a{
1079 background: url("../img/trash.png") no-repeat scroll 0 0 transparent;
1080 height: 22px;
1081 position: absolute;
1082 right: 20px;
1083 top:0;
1084 width: 19px;
1085 }
1086 .wpallexport-plugin .drag-element{
1087 background: url("../img/drag.png") top right no-repeat;
1088 cursor: pointer;
1089 padding-left: 25px;
1090 background-position: 0px 1px;
1091 }
1092 .wpallexport-plugin .sortable li{ position: relative; }
1093 .wpallexport-plugin ol{ margin-top: 6px; list-style: none; }
1094 .wpallexport-plugin h2.wpallexport-wp-notices{ margin-top: 0px; padding: 0px; }
1095 .wpallexport-plugin #footer-upgrade{
1096 /*float: left !important;*/
1097 }
1098 .wpallexport-plugin .wpallexport-overlay, .wpallexport-plugin .wpallexport-super-overlay {
1099 display:none;
1100 position:fixed;
1101 z-index:99999;
1102 opacity:0.7;
1103 filter:alpha(opacity=70);
1104 top:0;
1105 right:0;
1106 left:0;
1107 bottom:0;
1108 background:#777;
1109 }
1110 .wpallexport-plugin .wp-pointer{
1111 z-index: 999999 !important;
1112 }
1113 .wpallexport-plugin .tipsy{
1114 font-size: 14px !important;
1115 }
1116 .wpallexport-plugin .assign_term{
1117 left: -20px;
1118 position: absolute;
1119 top: 15px;
1120 }
1121 .wpallexport-plugin .CodeMirror {
1122 border: 1px solid #c7c7c7;
1123 margin-top: 10px;
1124 }
1125 /*--------------------------------------------------------------------------
1126 *
1127 * Helpers
1128 *
1129 *-------------------------------------------------------------------------*/
1130
1131 .wpallexport-plugin .rad0{
1132 border-radius: 0px !important;
1133 -moz-border-radius: 0px !important;
1134 -khtml-border-radius: 0px !important;
1135 -webkit-border-radius: 0px !important;
1136 }
1137 .wpallexport-plugin .rad3{
1138 border-radius: 3px;
1139 -moz-border-radius: 3px;
1140 -khtml-border-radius: 3px;
1141 -webkit-border-radius: 3px;
1142 }
1143 .wpallexport-plugin .rad4{
1144 border-radius: 4px;
1145 -moz-border-radius: 4px;
1146 -khtml-border-radius: 4px;
1147 -webkit-border-radius: 4px;
1148 }
1149 .wpallexport-plugin .rad5{
1150 border-radius: 5px;
1151 -moz-border-radius: 5px;
1152 -khtml-border-radius: 5px;
1153 -webkit-border-radius: 5px;
1154 }
1155 .wpallexport-plugin .rad10{
1156 border-radius: 10px;
1157 -moz-border-radius: 10px;
1158 -khtml-border-radius: 10px;
1159 -webkit-border-radius: 10px;
1160 }
1161 .wpallexport-plugin .rad14{
1162 border-radius: 14px;
1163 -moz-border-radius: 14px;
1164 -khtml-border-radius: 14px;
1165 -webkit-border-radius: 14px;
1166 }
1167 .wpallexport-plugin .pl17{ padding-left: 17px; }
1168 .wpallexport-plugin .no-margin{ margin: 0px; }
1169 .wpallexport-plugin .hidden{ display: none; }
1170 .wpallexport-plugin .fs11 { font-size: 11px; }
1171 .wpallexport-plugin .rel { position: relative; }
1172 .wpallexport-plugin .txt_center{ text-align: center; }
1173 .wpallexport-plugin .wpallexport-clear{
1174 display: block;
1175 clear: both;
1176 }
1177 .wpallexport-plugin .ui-autocomplete{
1178 max-height: 450px;
1179 overflow: auto;
1180 z-index: 999999;
1181 }
1182 .wpallexport-plugin .wp-all-export-edit-column-buttons{
1183 background: none repeat scroll 0 0 #f7f8f8;
1184 border-top: 1px solid #ebebeb;
1185 padding: 15px;
1186 position: relative;
1187 height: 38px;
1188 }
1189 .wpallexport-plugin .wp-all-export-field-options{
1190 padding: 10px;
1191 overflow-y: auto;
1192 min-height: 240px;
1193 }
1194 .wpallexport-plugin .wp-all-export-field-options .chosen-container .chosen-results{
1195 max-height: 140px;
1196 }
1197 .wpallexport-plugin .wp-all-export-advanced-field-options{
1198 display: block;
1199 padding: 10px 0;
1200 width: 100px;
1201 }
1202 /*.wpallexport-plugin .wp-all-export-advanced-field-options-content{
1203 display: none;
1204 }*/
1205 /*--------------------------------------------------------------------------
1206 *
1207 * Fixes & Other Stuff
1208 *
1209 *-------------------------------------------------------------------------*/
1210
1211 /*@+ fixes */
1212 .wpallexport-plugin input[type="file"] {
1213 padding: 0; /* FIX height or <input type="file" /> for Safari & Chrome */
1214 }
1215 .wpallexport-plugin .ui-widget-overlay {
1216 position: fixed !important; /* FIX: modal dialog overlay in IE 8 */
1217 background-color: #777 !important; /* FIX: overlay color */
1218 }
1219 .wpallexport-plugin .ui-dialog {
1220 position: absolute !important; /* FIX: for wordpress 3.1 not to add empty space */
1221 z-index: 999999;
1222 }
1223 /*@*/
1224
1225 /*@+ other stuff */
1226 .wpallexport-plugin fieldset{
1227 padding: 20px;
1228 width:auto;
1229 }
1230 .wpallexport-plugin .right fieldset{
1231 padding: 15px;
1232 }
1233 .wpallexport-plugin .right fieldset input{
1234 max-width:none;
1235 padding:6px;
1236 margin:0px
1237 }
1238 .wpallexport-plugin .right a{
1239 text-decoration: underline;
1240 }
1241 .wpallexport-plugin fieldset legend{
1242 padding: 0px 5px;
1243 font-weight: bold;
1244 }
1245 .wpallexport-plugin .options fieldset legend{
1246 font-size: 1.17em;
1247 }
1248 .wpallexport-plugin .matches_count{
1249 font-weight: bold;
1250 color:#33AA28;
1251 }
1252 .wpallexport-plugin input.small{
1253 width:50px !important;
1254 /*height: 30px !important;*/
1255 text-align: center;
1256 }
1257 .wpallexport-plugin .ui-state-default a{
1258 font-size: 13px !important;
1259 }
1260 .wpallexport-plugin #wp-content-media-buttons{
1261 display: none;
1262 }
1263 .wpallexport-plugin .ui-tabs-hide{
1264 display: none !important;
1265 }
1266 .wpallexport-plugin .button-primary:hover{
1267 font-weight: normal;
1268 }
1269 .wpallexport-plugin .hndle{
1270 padding: 7px;
1271 margin-bottom: 0px;
1272 cursor: default !important;
1273 }
1274 .wpallexport-plugin .inside{
1275 margin: 0;
1276 line-height: 20px;
1277 }
1278 .wpallexport-plugin .inside input[type="text"]{
1279 background: #fff;
1280 }
1281 /*@*/
1282 .wpallexport-plugin .wpallexport-created-by{
1283 color: #888;
1284 display: block;
1285 line-height: 31px;
1286 margin: 0 auto;
1287 opacity: 0.7;
1288 overflow: hidden;
1289 text-decoration: none;
1290 vertical-align: inherit;
1291 width: 139px;
1292 margin-top: 20px;
1293 font-size: 12px;
1294 }
1295 .wpallexport-plugin .wpallexport-created-by span{
1296 background: url('../img/soflyy-logo.svg') no-repeat;
1297 display: block;
1298 float: right;
1299 width: 72px;
1300 height: 32px;
1301 }
1302 .wpallexport-plugin .wpallexport-created-by:hover{
1303 opacity: 1.0;
1304 }
1305 .wpallexport-plugin .wpallexport-preload-image{
1306 display: none;
1307 }
1308 .wpallexport-plugin .wpallexport-cdata{
1309 color: green;
1310 font-weight: bold;
1311 display: block;
1312 clear: both;
1313 }
1314 .wpallexport-plugin .wpallexport-expired{
1315 font-weight: bold;
1316 font-size: 14px;
1317 }
1318 .wpallexport-plugin .wp_all_export_sub_input{
1319 vertical-align:middle;
1320 font-size: 11px !important;
1321 background:#fff !important;
1322 text-align:center;
1323 }
1324 /*--------------------------------------------------------------------------
1325 *
1326 * WP All Export Layout
1327 *
1328 *-------------------------------------------------------------------------*/
1329
1330 /* 2 column wpallexport-layout */
1331 .wpallexport-plugin table.wpallexport-layout {
1332 clear: both;
1333 border-collapse: collapse;
1334 min-width: 770px;
1335 }
1336
1337 .wpallexport-plugin .wpallexport-step-3 table.wpallexport-layout,
1338 .wpallexport-plugin .wpallexport-step-4 table.wpallexport-layout{
1339 width: 100%;
1340 }
1341
1342 .wpallexport-plugin table.wpallexport-layout.wpallexport-step-1,
1343 .wpallexport-plugin .wpallexport-step-2,
1344 .wpallexport-plugin .wpallexport-step-3,
1345 .wpallexport-plugin .wpallexport-step-4,
1346 .wpallexport-plugin .wpallexport-step-5,
1347 .wpallexport-plugin .wpallexport-step-6{
1348 margin: 20px 0 0 0px;
1349 }
1350 .wpallexport-plugin table.wpallexport-layout td {
1351 vertical-align: top;
1352 border: none;
1353 font-size: 12px !important;
1354 border: none;
1355 }
1356 .wpallexport-plugin table.wpallexport-layout td.left {
1357 /*min-width: 490px;*/
1358 width: 61%;
1359 }
1360 .wpallexport-plugin table.wpallexport-layout td.right {
1361 padding: 10px 0 16px 20px;
1362 width: 22%;
1363 min-width: 260px;
1364 position: relative;
1365 }
1366 .wpallexport-plugin table.wpallexport-layout td.left > h2:first-child {
1367 margin-top: -22px;
1368 padding: 14px 0 3px 0;
1369 }
1370 .wpallexport-plugin table.wpallexport-layout td.left hr {
1371 clear: both;
1372 }
1373 .wpallexport-plugin.no-js table.wpallexport-layout td.left > h2:first-child {
1374 margin-top: 0px;
1375 }
1376 .wpallexport-plugin table.wpallexport-layout div.left {
1377 min-width: 490px;
1378 width: 70%;
1379 float: left;
1380 }
1381 .wpallexport-plugin table.wpallexport-layout div.right {
1382 padding: 0px 0 16px 20px;
1383 width: 25%;
1384 /*min-width: 260px; */
1385 position: relative;
1386 float: right;
1387 }
1388 /*@*/
1389
1390 .wpallexport-plugin table.wpallexport-layout.wpallexport-step-1 tr td.left{
1391 width: 100%;
1392 }
1393 .wpallexport-plugin form.options table.wpallexport-layout td.right{
1394 width: 25%;
1395 }
1396
1397 .wpallexport-plugin .wpallexport-content-section{
1398 background: #fff;
1399 border: 1px solid #ddd;
1400 border-radius: 4px;
1401 -moz-border-radius: 4px;
1402 -khtml-border-radius: 4px;
1403 -webkit-border-radius: 4px;
1404 margin-top: 20px;
1405 margin-bottom: 20px;
1406 padding-bottom: 15px;
1407 }
1408
1409 .wpallexport-plugin table.form-table {
1410 clear: none;
1411 margin-top: 0px;
1412 }
1413 .wpallexport-plugin table.form-table.custom-params {
1414 max-width: 700px;
1415 }
1416 .wpallexport-plugin table.form-table td,
1417 .wpallexport-plugin table.form-table th {
1418 vertical-align: top;
1419 }
1420 .wpallexport-plugin table.form-table thead td {
1421 font-weight: bold;
1422 }
1423 .wpallexport-plugin table.form-table.custom-params input {
1424 margin-left: 0;
1425 }
1426 .wpallexport-plugin table.form-table tr.template,
1427 .wpallexport-plugin table.form-table ol li.template,
1428 .wpallexport-plugin table.form-table ul li.template,
1429 .wpallexport-plugin table.cf-form-table tr.template,
1430 .wpallexport-plugin table.tax-form-table tr.template {
1431 display: none;
1432 }
1433
1434 .wpallexport-plugin .form-table td{
1435 padding: 0px;
1436 line-height: inherit !important;
1437 }
1438 .wpallexport-plugin form.settings .form-table td{
1439 padding: 15px 10px;
1440 }
1441 .wpallexport-plugin .form-table td label,
1442 .wpallexport-plugin .form-table td li,
1443 .wpallexport-plugin .form-table td p{
1444 line-height: 1.4em;
1445 }
1446 .wpallexport-plugin .form-table td label{
1447 display: inline-block;
1448 margin: 0.25em 0 0.5em !important;
1449 }
1450
1451
1452 .dashicon-custom_wpae-gf-addon::before {
1453 height: 22px;
1454 width: 22px;
1455 background-repeat: no-repeat;
1456 content: ' ';
1457 background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-15 77 581 640' enable-background='new -15 77 581 640' xml:space='preserve'%3E%3Cg id='Layer_2'%3E%3Cpath fill='%23555' d='M489.5,227L489.5,227L315.9,126.8c-22.1-12.8-58.4-12.8-80.5,0L61.8,227c-22.1,12.8-40.3,44.2-40.3,69.7v200.5c0,25.6,18.1,56.9,40.3,69.7l173.6,100.2c22.1,12.8,58.4,12.8,80.5,0L489.5,567c22.2-12.8,40.3-44.2,40.3-69.7V296.8C529.8,271.2,511.7,239.8,489.5,227z M401,300.4v59.3H241v-59.3H401z M163.3,490.9c-16.4,0-29.6-13.3-29.6-29.6c0-16.4,13.3-29.6,29.6-29.6s29.6,13.3,29.6,29.6C192.9,477.6,179.6,490.9,163.3,490.9z M163.3,359.7c-16.4,0-29.6-13.3-29.6-29.6s13.3-29.6,29.6-29.6s29.6,13.3,29.6,29.6S179.6,359.7,163.3,359.7z M241,490.9v-59.3h160v59.3H241z'/%3E%3C/g%3E%3C/svg%3E");
1458 }
1459
1460 .dd-selected-text.dashicon-custom_wpae-gf-addon::before {
1461 background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-15 77 581 640' enable-background='new -15 77 581 640' xml:space='preserve'%3E%3Cg id='Layer_2'%3E%3Cpath fill='%2346ba69' d='M489.5,227L489.5,227L315.9,126.8c-22.1-12.8-58.4-12.8-80.5,0L61.8,227c-22.1,12.8-40.3,44.2-40.3,69.7v200.5c0,25.6,18.1,56.9,40.3,69.7l173.6,100.2c22.1,12.8,58.4,12.8,80.5,0L489.5,567c22.2-12.8,40.3-44.2,40.3-69.7V296.8C529.8,271.2,511.7,239.8,489.5,227z M401,300.4v59.3H241v-59.3H401z M163.3,490.9c-16.4,0-29.6-13.3-29.6-29.6c0-16.4,13.3-29.6,29.6-29.6s29.6,13.3,29.6,29.6C192.9,477.6,179.6,490.9,163.3,490.9z M163.3,359.7c-16.4,0-29.6-13.3-29.6-29.6s13.3-29.6,29.6-29.6s29.6,13.3,29.6,29.6S179.6,359.7,163.3,359.7z M241,490.9v-59.3h160v59.3H241z'/%3E%3C/g%3E%3C/svg%3E");
1462 }
1463
1464
1465 .wpallexport-plugin div.input label,
1466 .wpallexport-plugin .form-field{
1467 font-size: 12px !important;
1468 }
1469 .wpallexport-plugin input[type="radio"]{
1470 margin-left: 4px;
1471 }
1472
1473 .wpallexport-plugin .wpallexport-wrapper{
1474 width: 100%;
1475 }
1476
1477 .wpallexport-plugin .wpallexport-step-1 .wpallexport-wrapper, .wpallexport-plugin .wpallexport-step-6.wpallexport-wrapper{
1478 width: 1200px;
1479 }
1480
1481
1482 .wpallexport-plugin form.wpallexport-choose-file .chosen-search input[type="text"] {
1483 font-size: 15px;
1484 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
1485 background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNS44NTMgMTYuNTZjLTEuNjgzIDEuNTE3LTMuOTExIDIuNDQtNi4zNTMgMi40NC01LjI0MyAwLTkuNS00LjI1Ny05LjUtOS41czQuMjU3LTkuNSA5LjUtOS41IDkuNSA0LjI1NyA5LjUgOS41YzAgMi40NDItLjkyMyA0LjY3LTIuNDQgNi4zNTNsNy40NCA3LjQ0LS43MDcuNzA3LTcuNDQtNy40NHptLTYuMzUzLTE1LjU2YzQuNjkxIDAgOC41IDMuODA5IDguNSA4LjVzLTMuODA5IDguNS04LjUgOC41LTguNS0zLjgwOS04LjUtOC41IDMuODA5LTguNSA4LjUtOC41eiIvPjwvc3ZnPg==') no-repeat right 5px top 50%;
1486 background-size: auto;
1487 background-size: 12px;
1488 }
1489
1490 .wpallexport-plugin .chosen-results .group-result,
1491 .wpallexport-plugin .chosen-results .active-result {
1492 font-size: 15px;
1493 line-height: 28px;
1494 }
1495
1496 .wpallexport-plugin .chosen-results .active-result.highlighted {
1497 background: #eee;
1498 color: #555;
1499 }
1500
1501 /*--------------------------------------------------------------------------
1502 *
1503 * Step 1 - choose file
1504 *
1505 *-------------------------------------------------------------------------*/
1506
1507 /*@+ Choose File forms */
1508 .wpallexport-plugin form.wpallexport-choose-file {
1509 margin-top: 15px;
1510 position: relative;
1511 }
1512 .wpallexport-plugin form.wpallexport-choose-file h3 {
1513 margin-bottom: 5px;
1514 }
1515 .wpallexport-plugin form.wpallexport-choose-file .label {
1516 font-size: 15px;
1517 }
1518 .wpallexport-plugin form.wpallexport-choose-file input[type="text"],
1519 .wpallexport-plugin form.wpallexport-choose-file input[type="password"] {
1520 width: 80px;
1521 font-size: 12px;
1522 }
1523 .wpallexport-plugin form.wpallexport-choose-file input.regular-text,
1524 .wpallexport-plugin form.wpallexport-choose-file select.regular-text {
1525 width: 100%;
1526 }
1527 .wpallexport-plugin #wpcontent form.wpallexport-choose-file select[name="file"],
1528 .wpallexport-plugin #wpcontent form.wpallexport-choose-file select[name="reimport"] {
1529 font-size: 12px;
1530 }
1531 .wpallexport-plugin form.wpallexport-choose-file input[type="submit"].button {
1532 /*width: 150px;*/
1533 }
1534 .wpallexport-plugin form.wpallexport-choose-file div.input {
1535 margin-top: 20px;
1536 }
1537 .wpallexport-plugin form.wpallexport-choose-file .wpallexport-submit-buttons{
1538 clear: both;
1539 text-align: center;
1540 display: none;
1541 }
1542 /*@*/
1543
1544 .wpallexport-plugin #select-files{
1545 height:35px;
1546 line-height: 35px;
1547 font-size: 18px;
1548 margin-top: 30px;
1549 display: inline-block;
1550 position: relative;
1551 z-index: 0;
1552 text-decoration: none;
1553 color: #888;
1554 background: url('../img/ui_4.0/select_files.png') no-repeat 0 2px;
1555 padding-left: 45px;
1556 }
1557 .wpallexport-plugin .wpallexport-progress{
1558 position: relative;
1559 display: none;
1560 color: #009039;
1561 font-size: 13px;
1562 font-weight: bold;
1563 margin-top: 10px;
1564 width: 100%;
1565 text-align: center;
1566 /*border:1px solid #4297D7;*/
1567 -moz-border-radius: 8px;
1568 -khtml-border-radius: 8px;
1569 -webkit-border-radius: 8px;
1570 border-radius: 8px;
1571 }
1572 .wpallexport-plugin #progressbar{
1573 border: medium none;
1574 text-align: center;
1575 width: 100%;
1576 font-size: 20px;
1577 color:#000;
1578 line-height: 35px;
1579 margin: 20px 0;
1580 }
1581 .wpallexport-plugin #progressbar span{ color:#777; }
1582
1583 .wpallexport-plugin #file_name{
1584 font-size: 16px;
1585 font-weight: bold;
1586 margin-left: 10px;
1587 float: right;
1588 }
1589
1590
1591 .wpallexport-plugin .wpallexport-import-types{
1592 margin: 37px 0 10px;
1593 text-align: center;
1594 }
1595 .wpallexport-plugin .wpallexport-import-types h2,
1596 .wpallexport-plugin .wpallexport-import-types h3,
1597 .wpallexport-plugin .wpallexport-choose-data-type h3{
1598 color:#40ad6e;
1599 font-size: 24px;
1600 margin-bottom: 25px;
1601 font-weight: normal;
1602 }
1603 .wpallexport-plugin .wpallexport-upload-type-container {
1604 display: none;
1605 text-align: center;
1606 padding: 0 55px;
1607 }
1608 .wpallexport-plugin a.wpallexport-import-from{
1609 color:#888;
1610 background: #f6f5f1;
1611 border: 1px solid #ddd;
1612 border-radius: 4px;
1613 -moz-border-radius: 4px;
1614 -khtml-border-radius: 4px;
1615 -webkit-border-radius: 4px;
1616 font-size: 20px;
1617 display: inline-block;
1618 height: 65px;
1619 width: 292px;
1620 text-decoration: none;
1621 margin: 5px;
1622 vertical-align: top;
1623 padding-top: 10px;
1624 }
1625 .wpallexport-plugin a.wpallexport-import-from.bind{
1626 color: #888;
1627 border-color: #cfceca;
1628 }
1629 .wpallexport-plugin a.wpallexport-import-from.selected{
1630 color:#fff;
1631 background: #46ba69;
1632 border: 1px solid #3da55c;
1633 }
1634 .wpallexport-plugin a.wpallexport-import-from span{
1635 display: inline-block;
1636 position: relative;
1637 }
1638 .wpallexport-plugin a.wpallexport-import-from.wpallexport-upload-type{
1639 padding-top: 15px;
1640 height: 60px;
1641 }
1642 .wpallexport-plugin a.wpallexport-import-from.wpallexport-upload-type span.wpallexport-icon{
1643 background: url('../img/ui_4.0/upload_sprite.png') 0 -30px no-repeat;
1644 width: 40px;
1645 height: 30px;
1646 top: 6px;
1647 left: -10px;
1648 }
1649 .wpallexport-plugin a.wpallexport-import-from.wpallexport-upload-type.selected span.wpallexport-icon{
1650 background: url('../img/ui_4.0/upload_sprite.png') 0 0 no-repeat;
1651 width: 40px;
1652 height: 30px;
1653 top: 6px;
1654 left: -10px;
1655 }
1656 .wpallexport-plugin a.wpallexport-import-from.wpallexport-url-type span.wpallexport-icon:before{
1657 content: "\f109";
1658 font-family: "dashicons";
1659 font-size: 33px;
1660 left: 23%;
1661 line-height: 10px;
1662 position: absolute;
1663 top: 12px;
1664 }
1665 .wpallexport-plugin a.wpallexport-import-from.wpallexport-url-type span.wpallexport-icon{
1666 width: 40px;
1667 height: 34px;
1668 top:10px;
1669 left: -10px;
1670 }
1671 .wpallexport-plugin a.wpallexport-import-from.wpallexport-url-type.selected span.wpallexport-icon{
1672 width: 40px;
1673 height: 34px;
1674 top:10px;
1675 left: -10px;
1676 }
1677 .wpallexport-plugin a.wpallexport-import-from.wpallexport-file-type span.wpallexport-icon:before{
1678 content: "\f107";
1679 font-family: "dashicons";
1680 font-size: 33px;
1681 left: 23%;
1682 line-height: 10px;
1683 position: absolute;
1684 top: 12px;
1685 }
1686 .wpallexport-plugin a.wpallexport-import-from.wpallexport-file-type span.wpallexport-icon{
1687 width: 32px;
1688 height: 34px;
1689 top:10px;
1690 left: -10px;
1691 }
1692 .wpallexport-plugin a.wpallexport-import-from.wpallexport-file-type.selected span.wpallexport-icon{
1693 width: 32px;
1694 height: 34px;
1695 top:10px;
1696 left: -10px;
1697 }
1698 .wpallexport-plugin a.wpallexport-import-from.wpallexport-url-type.selected span.wpallexport-icon:before,
1699 .wpallexport-plugin a.wpallexport-import-from.wpallexport-file-type.selected span.wpallexport-icon:before{
1700 color: #a3ddb4;
1701 }
1702
1703 .wpallexport-plugin .wpallexport-upload-resource-step-one,
1704 .wpallexport-plugin .wpallexport-file-upload-result{
1705 background: #fff;
1706 border-top: 1px solid #ddd;
1707 border-right: 1px solid #ddd;
1708 border-left: 1px solid #ddd;
1709 border-bottom: 1px solid #ddd;
1710 /*margin-bottom: 20px;*/
1711 padding: 20px;
1712 padding-top: 0;
1713 }
1714 .wpallexport-plugin .wpallexport-choose-post-type{
1715 background: #fff;
1716 /*border-bottom: 1px solid #ddd;
1717 border-right: 1px solid #ddd;
1718 border-left: 1px solid #ddd;
1719 padding: 20px;
1720 padding-top: 0;
1721 -moz-border-radius-bottomright: 4px;
1722 -webkit-border-bottom-right-radius: 4px;
1723 border-bottom-right-radius: 4px;
1724 -moz-border-radius-bottomleft: 4px;
1725 -webkit-border-bottom-left-radius: 4px;
1726 border-bottom-left-radius: 4px;*/
1727 }
1728 /*.wpallexport-plugin .wpallexport-upload-resource-step-one,
1729 .wpallexport-plugin .wpallexport-upload-resource-step-two{
1730 border-top-left-radius: 4px;
1731 border-top-right-radius: 4px;
1732 border-bottom-right-radius: 4px;
1733 -moz-border-radius-topleft: 4px;
1734 -webkit-border-top-left-radius: 4px;
1735 -moz-border-radius-topright: 4px;
1736 -webkit-border-top-right-radius: 4px;
1737 -moz-border-radius-bottomleft: 4px;
1738 -webkit-border-bottom-left-radius: 4px;
1739 }*/
1740 .wpallexport-plugin .wpallexport-choose-post-type{ padding-top: 40px; }
1741 .wpallexport-plugin .wpallexport-file-upload-result{ padding-top: 30px; overflow: hidden; }
1742 .wpallexport-plugin .wpallexport-upload-resource-step-one{ padding-bottom: 40px; }
1743 .wpallexport-plugin .wpallexport-upload-resource-step-two{
1744 display: none;
1745 }
1746 .wpallexport-plugin .wpallexport-upload-resource-step-two h2{
1747 text-align: center;
1748 color: #4db278;
1749 padding: 0;
1750 margin: 20px 0;
1751 }
1752 .wpallexport-plugin .dd-select{
1753 border: 1px solid #ddd;
1754 }
1755 .wpallexport-plugin #custom_type_selector,
1756 .wpallexport-plugin #file_selector,
1757 .wpallexport-plugin #wp_query_selector,
1758 .wpallexport-plugin #taxonomy_to_export,
1759 .wpallexport-plugin #sub_post_to_export{
1760
1761 margin: 0 auto;
1762 margin-bottom: 20px;
1763 text-align: left;
1764 }
1765 .wpallexport-plugin .wpallexport-change-custom-type #custom_type_selector{
1766 margin: 0;
1767 }
1768 .wpallexport-plugin .wpallexport-change-custom-type #custom_type_selector .dd-option{
1769 padding: 10px 0 0 10px;
1770 }
1771 .wpallexport-plugin .wpallexport-change-custom-type #custom_type_selector .dd-select{
1772 padding: 5px 0 0;
1773 }
1774 .wpallexport-plugin #file_selector{
1775 margin-top: 30px;
1776 }
1777 .wpallexport-plugin #custom_type_selector .dd-options li,
1778 .wpallexport-plugin #file_selector .dd-options li,
1779 .wpallexport-plugin #wp_query_selector .dd-options li,
1780 .wpallexport-plugin #taxonomy_to_export .dd-options li,
1781 .wpallexport-plugin #sub_post_to_export .dd-options li{
1782
1783 margin-bottom: 0;
1784 }
1785 .wpallexport-plugin #custom_type_selector .dd-options li .dd-option,
1786 .wpallexport-plugin #file_selector .dd-options li .dd-option,
1787 .wpallexport-plugin #wp_query_selector .dd-options li .dd-option,
1788 .wpallexport-plugin #taxonomy_to_export .dd-options li .dd-option,
1789 .wpallexport-plugin #sub_post_to_export .dd-options li .dd-option
1790 {
1791 font-size: 18px;
1792 color: #555;
1793 border: none;
1794 }
1795 /*.wpallexport-plugin #file_selector .dd-options li .dd-option{
1796 font-size: 18px;
1797 color: #ccc;
1798 border: none;
1799 }*/
1800 .wpallexport-plugin #custom_type_selector .dd-options li .dd-option:hover,
1801 .wpallexport-plugin #custom_type_selector .dd-options li .dd-option-selected,
1802 .wpallexport-plugin #file_selector .dd-options li .dd-option:hover,
1803 .wpallexport-plugin #file_selector .dd-options li .dd-option-selected,
1804 .wpallexport-plugin #wp_query_selector .dd-options li .dd-option:hover,
1805 .wpallexport-plugin #wp_query_selector .dd-options li .dd-option-selected,
1806 .wpallexport-plugin #taxonomy_to_export .dd-options li .dd-option:hover,
1807 .wpallexport-plugin #taxonomy_to_export .dd-options li .dd-option-selected,
1808 .wpallexport-plugin #sub_post_to_export .dd-options li .dd-option:hover,
1809 .wpallexport-plugin #sub_post_to_export .dd-options li .dd-option-selected
1810 {
1811 background: #eee;
1812 color: #555;
1813 }
1814 /*.wpallexport-plugin #file_selector .dd-options li .dd-option:hover,
1815 .wpallexport-plugin #file_selector .dd-options li .dd-option-selected{
1816 background: #40acad;
1817 color: #fff;
1818 }*/
1819 .wpallexport-plugin #custom_type_selector .dd-select,
1820 .wpallexport-plugin #file_selector .dd-select,
1821 .wpallexport-plugin #wp_query_selector .dd-select,
1822 .wpallexport-plugin #taxonomy_to_export .dd-select,
1823 .wpallexport-plugin #sub_post_to_export .dd-select
1824
1825 {
1826 background: #fff !important;
1827 padding: 10px 0;
1828 /*margin-left: -5px;*/
1829 }
1830 .wpallexport-plugin #custom_type_selector .dd-selected,
1831 .wpallexport-plugin #file_selector .dd-selected,
1832 .wpallexport-plugin #wp_query_selector .dd-selected,
1833 .wpallexport-plugin #taxonomy_to_export .dd-selected,
1834 .wpallexport-plugin #sub_post_to_export .dd-selected
1835
1836 {
1837 color: #000;
1838 font-weight: normal;
1839 font-size: 18px;
1840 padding: 0;
1841 padding: 0 12px;
1842 line-height: 24px;
1843 }
1844 .wpallexport-plugin .change_file #file_selector .dd-select,
1845 .wpallexport-plugin .change_file #wp_query_selector .dd-select,
1846 .wpallexport-plugin .change_file #taxonomy_to_export .dd-select
1847 .wpallexport-plugin .change_file #sub_post_to_export .dd-select
1848 {
1849 padding: 5px 0 0;
1850 }
1851 .wpallexport-plugin .change_file #file_selector .dd-options .dd-option,
1852 .wpallexport-plugin .change_file #wp_query_selector .dd-options .dd-option,
1853 .wpallexport-plugin .change_file #taxonomy_to_export .dd-options .dd-option,
1854 .wpallexport-plugin .change_file #sub_post_to_export .dd-options .dd-option
1855 {
1856 padding: 0 10px;
1857 }
1858 .wpallexport-plugin .dd-options{
1859 /*left: -5px;*/
1860 }
1861 .wpallexport-plugin #file_selector .dd-selected .dd-selected-image{
1862 margin-left: 10px;
1863 }
1864 .wpallexport-plugin #file_selector .dd-options .dd-option .dd-option-text{
1865 position: relative;
1866 top: -2px;
1867 }
1868 .wpallexport-plugin #file_selector .dd-option .dashicon:before,
1869 .wpallexport-plugin #file_selector .dd-selected .dashicon:before {
1870 font-size: 24px;
1871 float: left;
1872 margin: 2px 5px 2px 2px;
1873 }
1874 .wpallexport-plugin #file_selector .dd-option .dashicon-post:before,
1875 .wpallexport-plugin #file_selector .dd-selected .dashicon-post:before{
1876 font-family: "dashicons";
1877 content: "\f109";
1878 color: #555;
1879 }
1880 .wpallexport-plugin #file_selector .dd-option .dashicon-page:before,
1881 .wpallexport-plugin #file_selector .dd-selected .dashicon-page:before{
1882 font-family: "dashicons";
1883 content: "\f105";
1884 color: #555;
1885 }
1886 .wpallexport-plugin #file_selector .dd-option .dashicon-product:before,
1887 .wpallexport-plugin #file_selector .dd-selected .dashicon-product:before{
1888 font-family: "WooCommerce";
1889 content: "\e006";
1890 color: #555;
1891 margin-top: 0;
1892 }
1893 .wpallexport-plugin #file_selector .dd-option .dashicon-shop_order:before,
1894 .wpallexport-plugin #file_selector .dd-selected .dashicon-shop_order:before,
1895 .wpallexport-plugin #file_selector .dd-option .dashicon-shop_order_refund:before,
1896 .wpallexport-plugin #file_selector .dd-selected .dashicon-shop_order_refund:before,
1897 .wpallexport-plugin #file_selector .dd-option .dashicon-shop_coupon:before,
1898 .wpallexport-plugin #file_selector .dd-selected .dashicon-shop_coupon:before,
1899 .wpallexport-plugin #file_selector .dd-option .dashicon-shop_customer:before,
1900 .wpallexport-plugin #file_selector .dd-selected .dashicon-shop_customer:before{
1901 font-family: "WooCommerce";
1902 content: "\e03d";
1903 color: #555;
1904 margin-top: 2px;
1905 }
1906 .wpallexport-plugin #file_selector .dd-option .dashicon-cpt:before,
1907 .wpallexport-plugin #file_selector .dd-selected .dashicon-cpt:before{
1908 font-family: "dashicons";
1909 content: "\f111";
1910 color: #555;
1911 margin-top: -2px;
1912 }
1913 .wpallexport-plugin #file_selector .dd-option .dashicon-users:before,
1914 .wpallexport-plugin #file_selector .dd-selected .dashicon-users:before{
1915 font-family: "dashicons";
1916 content: "\f110";
1917 color: #555;
1918 }
1919 .wpallexport-plugin #file_selector .dd-option .dashicon-comments:before,
1920 .wpallexport-plugin #file_selector .dd-selected .dashicon-comments:before{
1921 font-family: "dashicons";
1922 content: "\f101";
1923 color: #555;
1924 }
1925 .wpallexport-plugin #file_selector .dd-option .dashicon-taxonomies:before,
1926 .wpallexport-plugin #file_selector .dd-selected .dashicon-taxonomies:before{
1927 font-family: "dashicons";
1928 content: "\f318";
1929 color: #555;
1930 }
1931 .wpallexport-plugin #file_selector .dd-option:hover .dashicon:before,
1932 .wpallexport-plugin #file_selector .dd-option-selected .dashicon:before{
1933 color: #555;
1934 }
1935 .wpallexport-plugin #file_selector .dd-selected .dashicon:before{
1936 color:#46ba69;
1937 line-height: 24px;
1938 }
1939
1940 .wpallexport-plugin #file_selector .dd-option .dashicon-review:before,
1941 .wpallexport-plugin #file_selector .dd-selected .dashicon-review:before{
1942 content: '';
1943 background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='1280.000000pt' height='1222.000000pt' viewBox='0 0 1280.000000 1222.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cmetadata%3E%0ACreated by potrace 1.15, written by Peter Selinger 2001-2017%0A%3C/metadata%3E%3Cg transform='translate(0.000000,1222.000000) scale(0.100000,-0.100000)'%0Afill='%23555' stroke='none'%3E%3Cpath d='M6273 12205 c-115 -32 -205 -96 -266 -187 -19 -29 -304 -602 -635%0A-1273 -330 -671 -719 -1461 -864 -1755 l-264 -535 -220 -32 c-3672 -539 -3667%0A-538 -3722 -557 -100 -35 -199 -123 -248 -219 -76 -148 -69 -309 18 -454 23%0A-37 448 -457 1450 -1430 1270 -1233 1418 -1380 1413 -1403 -2 -14 -39 -223%0A-80 -465 -42 -242 -111 -645 -155 -895 -43 -250 -124 -718 -180 -1040 -56%0A-322 -135 -778 -176 -1015 -90 -512 -92 -552 -30 -680 102 -216 358 -320 574%0A-233 31 13 836 432 1788 931 l1731 906 804 -420 c442 -231 1223 -640 1734%0A-907 512 -268 953 -495 980 -504 63 -22 202 -23 268 -3 111 33 228 129 277%0A225 29 57 50 146 50 212 0 32 -41 292 -90 578 -138 795 -261 1506 -371 2145%0A-56 319 -124 716 -153 882 l-52 303 1422 1392 c965 944 1432 1408 1453 1442%0A43 71 62 130 68 211 16 208 -126 413 -324 468 -32 9 -379 61 -770 117 -392 55%0A-1034 145 -1425 200 -392 56 -868 123 -1058 150 -190 26 -419 58 -510 71 -91%0A12 -170 27 -177 33 -6 6 -399 799 -873 1761 -473 963 -877 1774 -898 1804 -44%0A65 -131 131 -210 161 -74 29 -207 36 -279 15z'/%3E%3C/g%3E%3C/svg%3E");
1944 background-size: 22px 22px;
1945 background-repeat: no-repeat;
1946 margin-top: -2px;
1947 width: 22px;
1948 height: 22px;
1949 }
1950 .wpallexport-plugin #file_selector .dd-selected .dashicon-review:before {
1951 background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='1280.000000pt' height='1222.000000pt' viewBox='0 0 1280.000000 1222.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cmetadata%3E%0ACreated by potrace 1.15, written by Peter Selinger 2001-2017%0A%3C/metadata%3E%3Cg transform='translate(0.000000,1222.000000) scale(0.100000,-0.100000)'%0Afill='%2346ba69' stroke='none'%3E%3Cpath d='M6273 12205 c-115 -32 -205 -96 -266 -187 -19 -29 -304 -602 -635%0A-1273 -330 -671 -719 -1461 -864 -1755 l-264 -535 -220 -32 c-3672 -539 -3667%0A-538 -3722 -557 -100 -35 -199 -123 -248 -219 -76 -148 -69 -309 18 -454 23%0A-37 448 -457 1450 -1430 1270 -1233 1418 -1380 1413 -1403 -2 -14 -39 -223%0A-80 -465 -42 -242 -111 -645 -155 -895 -43 -250 -124 -718 -180 -1040 -56%0A-322 -135 -778 -176 -1015 -90 -512 -92 -552 -30 -680 102 -216 358 -320 574%0A-233 31 13 836 432 1788 931 l1731 906 804 -420 c442 -231 1223 -640 1734%0A-907 512 -268 953 -495 980 -504 63 -22 202 -23 268 -3 111 33 228 129 277%0A225 29 57 50 146 50 212 0 32 -41 292 -90 578 -138 795 -261 1506 -371 2145%0A-56 319 -124 716 -153 882 l-52 303 1422 1392 c965 944 1432 1408 1453 1442%0A43 71 62 130 68 211 16 208 -126 413 -324 468 -32 9 -379 61 -770 117 -392 55%0A-1034 145 -1425 200 -392 56 -868 123 -1058 150 -190 26 -419 58 -510 71 -91%0A12 -170 27 -177 33 -6 6 -399 799 -873 1761 -473 963 -877 1774 -898 1804 -44%0A65 -131 131 -210 161 -74 29 -207 36 -279 15z'/%3E%3C/g%3E%3C/svg%3E");
1952 margin-top: 2px;
1953 }
1954
1955 .wpallexport-plugin input[name=url]{
1956 font-size: 18px !important;
1957 height: 49px;
1958 margin-top: 20px;
1959 padding: 5px;
1960 width: 75% !important;
1961 /*background: url('../img/ui_4.0/url.png') 10px -42px no-repeat;*/
1962 padding-left: 60px;
1963 border: 1px solid #ddd;
1964 border-radius: 4px;
1965 -moz-border-radius: 4px;
1966 -khtml-border-radius: 4px;
1967 -webkit-border-radius: 4px;
1968 color: #cfceca;
1969 margin-bottom: 0;
1970 }
1971 .wpallexport-plugin .wpallexport-url-icon:before{
1972 color: #cfceca;
1973 content: "\f103";
1974 font-family: "dashicons";
1975 font-size: 30px;
1976 left: 45px;
1977 position: relative;
1978 top: -14px;
1979 vertical-align: bottom;
1980 }
1981 .wpallexport-plugin .wpallexport-url-icon.focus:before{
1982 color: #333;
1983 }
1984 .wpallexport-plugin input[name=url].focus{
1985 background-position: 10px 8px;
1986 color:#333;
1987 font-size: 11px !important;
1988 }
1989 .wpallexport-plugin #plupload-ui h3{
1990 float: left;
1991 font-size: 13px;
1992 font-weight: normal;
1993 margin-bottom: 0;
1994 margin-top: 8px;
1995 }
1996 .wpallexport-plugin .wpallexport-reimported-notify{
1997 border: 1px solid #AFAFAF;
1998 margin-bottom: 20px;
1999 padding: 10px 20px;
2000 }
2001 .wpallexport-plugin .wpallexport-reimported-notify p span{
2002 color: #ccc;
2003 }
2004 .wpallexport-plugin .wpallexport-choose-data-type{
2005 text-align: center;
2006 margin-bottom: 30px;
2007 }
2008 .wpallexport-plugin #wpallexport-url-upload-status{
2009 margin: 10px;
2010 }
2011 .wpallexport-plugin .wpallexport-uploaded-file-name{
2012 color: #333;
2013 }
2014 .wpallexport-plugin .wpallexport-choose-import-direction[rel="new"]{
2015 margin-left: -13%;
2016 }
2017 .wpallexport-plugin .wpallexport-choose-import-direction[rel="matching"]{
2018 margin-left: -12%;
2019 }
2020 .wpallexport-plugin .wpallexport-extra-text-left{
2021 float: left;
2022 text-align: right;
2023 width: 37%;
2024 }
2025 .wpallexport-plugin .wpallexport-extra-text-right{
2026 float: right;
2027 text-align: left;
2028 width: 38%;
2029 }
2030 .wpallexport-plugin .wpallexport-new-records,
2031 .wpallexport-plugin .wpallexport-existing-records{
2032 display: none;
2033 color: #777;
2034 font-size: 18px;
2035 line-height: 50px;
2036 }
2037 .wpallexport-plugin .wpallexport-extra-text-below{
2038 max-width: 565px;
2039 margin: 0 auto;
2040 }
2041 .wpallexport-plugin .chosen-container-single .chosen-single{
2042 background: none;
2043 box-shadow: none;
2044 color: #555 !important;
2045 border: 1px solid #ddd;
2046 }
2047 .wpallexport-plugin .chosen-container-active.chosen-with-drop .chosen-single{
2048 background: none;
2049 }
2050 .wpallexport-plugin .wp_all_export_product_matching_mode{
2051 margin-top: 25px;
2052 margin-left: 10px;
2053 }
2054 /*--------------------------------------------------------------------------
2055 *
2056 * Step 2 - XPath filtering
2057 *
2058 *-------------------------------------------------------------------------*/
2059
2060 .wpallexport-plugin .wpallexport-filtering-section{
2061 padding-bottom: 15px !important;
2062 margin-bottom: 0px;
2063 margin-top: 10px;
2064 overflow: visible;
2065 }
2066 .wpallexport-plugin .wpallexport-console{
2067 position:relative;
2068 padding:0;
2069 display:none;
2070 height: 110px;
2071 }
2072 .wpallexport-plugin .action_buttons{
2073 overflow: hidden;
2074 clear: both;
2075 padding: 10px;
2076 border-bottom: 1px solid #ddd;
2077 }
2078 .wpallexport-plugin .action_buttons .wpallexport-go-to{
2079 display: block;
2080 height: 21px;
2081 margin-top: 25px;
2082 text-decoration: none;
2083 width: 13px;
2084 }
2085 .wpallexport-plugin .action_buttons #prev_element{
2086 background: url('../img/ui_4.0/left_btn.png') no-repeat;
2087 margin-left: 15px;
2088 float: left;
2089 }
2090 .wpallexport-plugin .action_buttons #next_element{
2091 background: url('../img/ui_4.0/right_btn.png') no-repeat;
2092 margin-right: 15px;
2093 float: right;
2094 }
2095 .wpallexport-plugin .action_buttons .wpallexport-root-element{
2096 color: #46ba69;
2097 font-weight: bold;
2098 margin-top: 0;
2099 }
2100 .wpallexport-plugin #wp_all_export_value{
2101 display: inline-block;
2102 height: 28px;
2103 margin: 0;
2104 padding: 3px;
2105 position: relative;
2106 top: 2px;
2107 width: 50px;
2108 }
2109 .wpallexport-plugin #wp_all_export_add_rule{
2110 background: url("../img/rule.png") no-repeat scroll 10px 10px #40acad;
2111 border: 1px solid #3a9c9d;
2112 border-radius: 5px;
2113 -moz-border-radius: 5px;
2114 -khtml-border-radius: 5px;
2115 -webkit-border-radius: 5px;
2116 color: #fff;
2117 display: inline-block;
2118 font-size: 14px;
2119 height: 21px;
2120 margin: 0;
2121 float: right;
2122 padding: 13px 40px 10px 50px;
2123 text-decoration: none;
2124 font-weight: bold;
2125 min-width: 60px;
2126 }
2127 .wpallexport-plugin #wp_all_export_apply_filters{
2128 background: url("../img/rule.png") no-repeat scroll 10px 10px #40acad;
2129 border: 1px solid #3a9c9d;
2130 border-radius: 5px;
2131 -moz-border-radius: 5px;
2132 -khtml-border-radius: 5px;
2133 -webkit-border-radius: 5px;
2134 color: #fff;
2135 display: inline-block;
2136 font-size: 14px;
2137 height: 21px;
2138 margin: 0;
2139 float: right;
2140 padding: 13px 40px 10px 50px;
2141 text-decoration: none;
2142 font-weight: bold;
2143 }
2144 .wpallexport-plugin #wp_all_export_apply_filters{
2145 float: right;
2146 margin-top: 35px;
2147 }
2148 .wpallexport-plugin .wp_all_export_rule_inputs .chosen-container-single input[type="text"]{
2149 width: 100% !important;
2150 }
2151 .wpallexport-plugin .wp_all_export_rule_inputs .chosen-container-single .chosen-single{
2152 height: 48px;
2153 line-height: 38px;
2154 font-size: 15px;
2155 }
2156
2157 .wpallexport-plugin .chosen-container-single .chosen-single span {
2158 margin-top: 5px;
2159 color: #777;
2160 }
2161
2162 .wpallexport-plugin .googleMerchants .chosen-container-single .chosen-single span,
2163 .wpallexport-plugin .export-single .chosen-container-single .chosen-single span {
2164 margin-top: 0;
2165 }
2166 .wpallexport-plugin .timezone-select .chosen-container-single .chosen-single span {
2167 margin-top: 0;
2168 }
2169 .wpallexport-plugin .chosen-container-single .chosen-search input[type="text"] {
2170 background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNS44NTMgMTYuNTZjLTEuNjgzIDEuNTE3LTMuOTExIDIuNDQtNi4zNTMgMi40NC01LjI0MyAwLTkuNS00LjI1Ny05LjUtOS41czQuMjU3LTkuNSA5LjUtOS41IDkuNSA0LjI1NyA5LjUgOS41YzAgMi40NDItLjkyMyA0LjY3LTIuNDQgNi4zNTNsNy40NCA3LjQ0LS43MDcuNzA3LTcuNDQtNy40NHptLTYuMzUzLTE1LjU2YzQuNjkxIDAgOC41IDMuODA5IDguNSA4LjVzLTMuODA5IDguNS04LjUgOC41LTguNS0zLjgwOS04LjUtOC41IDMuODA5LTguNSA4LjUtOC41eiIvPjwvc3ZnPg==') no-repeat right 5px top 50%;
2171 background-size: 12px;
2172 }
2173 .wpallexport-plugin .wp_all_export_rule_inputs .chosen-container-single .chosen-single div{
2174 top: 9px;
2175 display: none;
2176 }
2177
2178 .wpallexport-plugin #wp_all_export_value{
2179 font-size: 16px;
2180 height: 48px;
2181 padding: 10px;
2182 border: 1px solid #ddd;
2183 border-radius: 5px;
2184 -moz-border-radius: 5px;
2185 -khtml-border-radius: 5px;
2186 -webkit-border-radius: 5px;
2187 color: #777;
2188 font-size: 15px !important;
2189 width: 100%;
2190 position: relative;
2191 top: 0;
2192 }
2193 .wpallexport-plugin #wp_all_export_filtering_rules{
2194 position: relative;
2195 padding: 0;
2196 }
2197 .wpallexport-plugin .wp_all_export_filtering_rules{
2198 margin: 0;
2199 }
2200 .wpallexport-plugin .wp_all_export_filtering_rules .drag-element{
2201 background: url('../img/list.png') no-repeat 0 3px;
2202 padding-left: 30px;
2203 height: 25px;
2204 line-height: 21px;
2205 }
2206 .wpallexport-plugin .wp_all_export_filtering_rules .drag-element .rule_element{
2207 display: inline-block;
2208 width: 30%;
2209 color:#46ba69;
2210 font-size: 14px;
2211 }
2212 .wpallexport-plugin .wp_all_export_filtering_rules .drag-element .rule_as_is{
2213 display: inline-block;
2214 width: 20%;
2215 color:#40acad;
2216 font-size: 14px;
2217 }
2218 .wpallexport-plugin .wp_all_export_filtering_rules .drag-element .rule_condition_value{
2219 display: inline-block;
2220 width: 20%;
2221 color:#000;
2222 font-size: 14px;
2223 }
2224 .wpallexport-plugin .wp_all_export_filtering_rules .drag-element .condition{
2225 display: inline-block;
2226 width: 25%;
2227 color: #000;
2228 font-size: 14px;
2229 word-wrap: break-word;
2230 }
2231 .wpallexport-plugin .wp_all_export_filtering_rules li{
2232 position: relative;
2233 padding: 10px 10px 10px 20px;
2234 margin: 5px;
2235 border: 1px solid #ddd;
2236 border-radius: 4px;
2237 -moz-border-radius: 4px;
2238 -khtml-border-radius: 4px;
2239 -webkit-border-radius: 4px;
2240 }
2241 .wpallexport-plugin .wp_all_export_filtering_rules li ol{
2242 margin-top: 10px;
2243 }
2244 .wpallexport-plugin .wp_all_export_filtering_rules li ol li{
2245 border: 1px dotted #ddd;
2246 }
2247 .wpallexport-plugin .wp_all_export_filtering_rules li .remove-ico{
2248 right: 4%;
2249 top:10px;
2250 }
2251 .wpallexport-plugin .wp_all_export_filtering_rules li .condition{
2252 padding: 2px;
2253 }
2254 .wpallexport-plugin .wp_all_export_filtering_rules li .condition label{
2255 margin: 0px 3px;
2256 }
2257 .wpallexport-plugin .wp_all_export_filtering_rules li strong{
2258 text-transform: uppercase;
2259 }
2260 .wpallexport-plugin .pmxi_group_rule{
2261 margin-left: -55px;
2262 }
2263 .wpallexport-plugin .wp_all_export_rule_inputs{
2264 /*float: left;*/
2265 }
2266 .wpallexport-plugin .wp_all_export_rule_inputs table{
2267 width: 100%;
2268 }
2269 .wpallexport-plugin .wp_all_export_rule_inputs table tr th{
2270 color: #000;
2271 font-weight: 16px;
2272 text-align: left;
2273 }
2274 .wpallexport-plugin .ajax-console .founded_records{
2275 background: url('../img/elements.png') no-repeat;
2276 padding-left: 80px;
2277 margin-bottom: 0;
2278 margin-left: 40px;
2279 margin-top: 25px;
2280 margin-bottom: 20px;
2281 position: relative;
2282 height: 63px;
2283 }
2284 .wpallexport-plugin .ajax-console .founded_records h3{
2285 color: #425f9a;
2286 margin-bottom: 0;
2287 margin-top: 3px;
2288 font-size: 22px;
2289 line-height: 28px;
2290 }
2291 .wpallexport-plugin .ajax-console .founded_records h4{
2292 color: #777;
2293 margin-top: 5px;
2294 font-size:20px;
2295 }
2296 .wpallexport-plugin .ajax-console .founded_records .wp_all_export_preloader{
2297 margin: 20px 0;
2298 position: relative;
2299 top:10px;
2300 }
2301 .wpallexport-plugin #filtering_result .wp_all_export_preloader{
2302 margin: 20px 0;
2303 position: relative;
2304 top:-10px;
2305 }
2306 .wpallexport-plugin .wpallexport-change-root-element{
2307 display: block;
2308 background: #f6f5f1;
2309 border: 1px solid #ecebe7;
2310 border-radius: 5px;
2311 -moz-border-radius: 5px;
2312 -khtml-border-radius: 5px;
2313 -webkit-border-radius: 5px;
2314 color: #777;
2315 font-size: 16px;
2316 text-decoration: none;
2317 margin: 5px 10px;
2318 padding: 10px;
2319 }
2320 .wpallexport-plugin .wpallexport-change-root-element:hover{
2321 color: #000;
2322 }
2323 .wpallexport-plugin .wpallexport-change-root-element.selected{
2324 background: #46ba69;
2325 border: 1px solid #3da55c;
2326 color: #fff;
2327 cursor: default;
2328 }
2329 .wpallexport-plugin .wpallexport-change-root-element .tag_name{
2330 display: inline-block;
2331 max-width: 87%;
2332 overflow: hidden;
2333 text-overflow: ellipsis;
2334 }
2335 .wpallexport-plugin .wpallexport-change-root-element .tag_count{
2336 float: right;
2337 background: url('../img/ui_4.0/element_arrow.png') no-repeat;
2338 display: inline-block;
2339 height: 15px;
2340 padding-left: 20px;
2341 position: relative;
2342 top: 2px;
2343 line-height: 15px;
2344 }
2345 .wpallexport-plugin .wpallexport-change-root-element.selected .tag_count{
2346 background: url('../img/ui_4.0/element_arrow.png') no-repeat 0px -15px;
2347 }
2348 .wpallexport-plugin .import_information{
2349 border-top: 1px solid #ddd;
2350 text-align: center;
2351 padding: 20px;
2352 }
2353 .wpallexport-plugin .import_information h3{
2354 text-align: center;
2355 color:#777;
2356 background: url('../img/ui_4.0/elements_notify.png') no-repeat;
2357 padding-left: 60px;
2358 height: 50px;
2359 display: inline-block;
2360 margin: 0 auto;
2361 line-height: 45px;
2362 }
2363 .wpallexport-plugin .import_information h3 span{
2364 color:#46ba69;
2365 }
2366 .wpallexport-plugin .wpallexport-set-csv-delimiter{
2367 padding-top: 5px;
2368 text-align: center;
2369 display: none;
2370 }
2371 .wpallexport-plugin #current_element{
2372 color:green;
2373 }
2374 .wpallexport-plugin #current_xml{ display: none;}
2375 .wpallexport-plugin #goto_element{
2376 font-size: 16px;
2377 height: 35px;
2378 margin-right: 10px;
2379 min-width: 50px;
2380 padding-top: 5px;
2381 text-align: center;
2382 width: 50px !important;
2383 }
2384 .wpallexport-plugin .wpallexport-choose-elements{
2385 /*width: 1200px;*/
2386 }
2387 .wpallexport-plugin .wpallexport-choose-elements table tbody tr td{
2388 overflow: hidden;
2389 }
2390 .wpallexport-plugin .wpallexport-elements-information{
2391 font-size: 20px;
2392 padding-top: 17px;
2393 margin-right: 10px;
2394 }
2395 /*--------------------------------------------------------------------------
2396 *
2397 * Step 3 - Template Builder
2398 *
2399 *-------------------------------------------------------------------------*/
2400
2401 /*@+ Template form */
2402 .wpallexport-plugin .wpallexport-export-template tbody tr td.left{
2403 width: 81%;
2404 }
2405 .wpallexport-plugin form.wpallexport-step-3 {
2406 /*width: 700px;*/
2407 position: relative;
2408 width: 100%;
2409 margin-top: 0 !important;
2410 }
2411 .wpallexport-plugin form.wpallexport-template .load-template {
2412 display: block;
2413 font-size: 12px;
2414 }
2415
2416 .wpallexport-plugin .load-template-container {
2417 display: flex;
2418 align-items: center;
2419 }
2420
2421 .wpallexport-plugin form.wpallexport-template .load-template select {
2422 width: auto;
2423 padding: 4px 25px 4px 12px;
2424 font-size: 12px;
2425 height: 34px;
2426 background-size: 14px 14px;
2427 }
2428
2429 .wpallexport-plugin form.wpallexport-step-3 .wpallexport-section .wpallexport-content-section{
2430 /*overflow: hidden; */
2431 padding-bottom: 0;
2432 margin-top: 0;
2433 }
2434
2435 .wpallexport-plugin form.wpallexport-step-3 .wpallexport-section .wpallexport-content-section .wpallexport-collapsed-content{
2436 padding: 0;
2437 }
2438
2439 .wpallexport-plugin #poststuff{
2440 min-width: 200px;
2441 }
2442 .wpallexport-plugin #poststuff form.wpallexport-template h3 {
2443 margin: 1em 0 5px 2px;
2444 font-size: 1.17em;
2445 padding: 0px;
2446 }
2447 .wpallexport-plugin #post-preview {
2448 font-size: 12px;
2449 }
2450 .wpallexport-plugin #post-preview .error {
2451 margin: 5px 0;
2452 }
2453 .wpallexport-plugin h3 .header-option {
2454 display: block;
2455 float: right;
2456 font-size: 12px;
2457 font-weight: normal;
2458 }
2459 .wpallexport-plugin .builder_header{
2460 padding: 0 10px;
2461 width: 1200px;
2462 overflow: hidden;
2463 }
2464 .wpallexport-plugin .builder_header .left{
2465 float: left;
2466 }
2467 .wpallexport-plugin .builder_header .right{
2468 float:right;
2469 }
2470 .wpallexport-plugin .builder_header h3{
2471 color: #425F9A;
2472 margin-top: 0;
2473 font-size: 22px;
2474 margin-bottom: 0;
2475 }
2476 .wpallexport-plugin .builder_header h4{
2477 color: #777;
2478 margin-top: 10px;
2479 margin-bottom: 0;
2480 font-size: 18px;
2481 }
2482 .wpallexport-plugin .pmxi_option{
2483 padding: 3px 0;
2484 }
2485 .wpallexport-plugin .pmxi_option a.wpallexport-help{
2486 /*float: right;*/
2487 }
2488 .wpallexport-plugin .parse{
2489 text-decoration: none !important;
2490 }
2491 .wpallexport-plugin .nested_xml{
2492 display: none;
2493 }
2494 .wpallexport-plugin .nested_xml_tree{
2495 width: 70%;
2496 float: left;
2497 padding: 5px 15px;
2498 }
2499 .wpallexport-plugin .nested_actions{
2500 width:25%;
2501 float: right;
2502 }
2503 .wpallexport-plugin .nested_actions input[type="text"]{
2504 width:100%;
2505 padding: 7px;
2506 }
2507 .wpallexport-plugin .nested_xml_tree .green{
2508 color: green;
2509 padding-bottom: 10px;
2510 }
2511 .wpallexport-plugin .nested_xml_tree .red,
2512 .wpallexport-plugin .nested_msgs{
2513 color: red;
2514 padding-bottom: 10px;
2515 }
2516 .wpallexport-plugin .nested_files ul{
2517 list-style: decimal outside none;
2518 padding-left: 15px;
2519 }
2520 .wpallexport-plugin .template_input{
2521 margin-top: 20px;
2522 }
2523 .wpallexport-plugin .wp_all_export_preloader{
2524 background: url("../img/preloader.png");
2525 width: 80px;
2526 height: 10px;
2527 margin: 20px auto;
2528 display: none;
2529 }
2530 .wpallexport-plugin #filtering_result{
2531 float: left;
2532 }
2533 .wpallexport-plugin .wp_all_export_filter_preloader{
2534 background: url("../img/preloader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
2535 margin-top: 50px;
2536 height: 16px;
2537 line-height: 16px;
2538 padding-left: 20px;
2539 display: none;
2540 position: relative;
2541 float: right;
2542 }
2543 .wpallexport-plugin .wp_all_export_functions_preloader{
2544 background: url("../img/preloader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
2545 margin-top: 6px;
2546 margin-left: 6px;
2547 height: 16px;
2548 line-height: 16px;
2549 padding-left: 20px;
2550 display: none;
2551 position: relative;
2552 float: right;
2553 }
2554 .wpallexport-plugin .sub_input{
2555 padding-left:17px;
2556 margin: 5px;
2557 }
2558 .wpallexport-plugin .main_choise{
2559 float: left;
2560 margin-right: 5px;
2561 }
2562 .wpallexport-plugin .specify_cf{
2563 left: 25%;
2564 top: 8px;
2565 background: #40acad;
2566 padding: 10px;
2567 position: relative;
2568 border-radius: 4px;
2569 -moz-border-radius: 4px;
2570 -khtml-border-radius: 4px;
2571 -webkit-border-radius: 4px;
2572 color: #fff !important;
2573 }
2574 .wpallexport-plugin .set_serialize.active,
2575 .wpallexport-plugin .set_mapping.active{
2576 font-weight: bold;
2577 }
2578 .wpallexport-plugin .custom_type{
2579 /*margin: 0 auto; */
2580 }
2581 .wpallexport-plugin .wpallexport-custom-fields textarea{
2582 border: 1px solid #ddd;
2583 border-radius: 4px;
2584 -moz-border-radius: 4px;
2585 -khtml-border-radius: 4px;
2586 -webkit-border-radius: 4px;
2587 padding: 6px 5px;
2588 font-size: 15px !important;
2589 height: 40px;
2590 float: left;
2591 margin-right: 5px;
2592 line-height: 25px;
2593 width: 68% !important;
2594 }
2595 .wpallexport-plugin .wpallexport-custom-fields .wpallexport-custom-fields-actions,
2596 .wpallexport-plugin .wpallexport-real-estate .wpallexport-custom-fields-actions{
2597 float: right;
2598 right: 30px;
2599 position: relative;
2600 /*padding: 0 10px;*/
2601 border: 1px solid #ddd;
2602 margin-bottom: 10px;
2603 }
2604 .wpallexport-plugin .wpallexport-step-3 div.custom_type{
2605 /*width: 80%;
2606 min-height: 65px;*/
2607 }
2608 .wpallexport-plugin span.remove{
2609 position: static !important;
2610 }
2611
2612 .wpallexport-plugin input[type="text"][name="tagno"]{
2613 margin-left: 5px;
2614 padding: 3px;
2615 width: 40px;
2616 border: 1px solid #BBBBBB;
2617 -moz-border-radius: 3px;
2618 -khtml-border-radius: 3px;
2619 -webkit-border-radius: 3px;
2620 border-radius: 3px;
2621 text-align: center;
2622 }
2623 .wpallexport-pointer-content {
2624 padding: 0 0 10px;
2625 position: relative;
2626 font-size: 13px;
2627 background: #fff;
2628 border: 1px solid #dfdfdf;
2629 -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.075);
2630 box-shadow: 0 3px 6px rgba(0,0,0,0.075);
2631 }
2632 #post-preview div.title{
2633 text-align:right;
2634 border-bottom: 1px solid #ccc;
2635 padding: 10px;
2636 /*font-style:italic;*/
2637 }
2638 #post-preview .wpallexport-preview-title{
2639 border-bottom: 1px solid #ccc;
2640 margin-bottom: 0;
2641 padding-bottom: 10px;
2642 text-align: center;
2643 }
2644 #post-preview .wpallexport-preview-content{
2645 padding: 15px;
2646 overflow: auto;
2647 max-height: 350px;
2648 }
2649 #post-preview .wpallexport-preview-content .test_progress{
2650 clear: both;
2651 }
2652 .wpallexport-plugin .preview,
2653 .wpallexport-plugin .preview_images,
2654 .wpallexport-plugin .preview_prices,
2655 .wpallexport-plugin .preview_taxonomies,
2656 .wpallexport-plugin .parse,
2657 .wpallexport-plugin .test_images{
2658 background: #40acad;
2659 -moz-border-radius: 4px;
2660 -khtml-border-radius: 4px;
2661 -webkit-border-radius: 4px;
2662 border-radius: 4px;
2663 clear: both;
2664 color: #fff !important;
2665 float: right;
2666 font-size: 14px;
2667 margin: 10px 0;
2668 padding: 10px 20px 10px 20px;
2669 }
2670 .wpallexport-plugin .test_images{
2671 display: block;
2672 float: left;
2673 margin-bottom: 15px;
2674 margin-left: 0;
2675 margin-top: 0;
2676 }
2677 .wpallexport-plugin .save_popup{
2678 -moz-border-radius: 4px;
2679 -khtml-border-radius: 4px;
2680 -webkit-border-radius: 4px;
2681 border-radius: 4px;
2682 position: absolute;
2683 top: 41px;
2684 right: 60px;
2685 background: #40acad;
2686 padding: 10px 15px 10px 15px;
2687 color:#fff !important;
2688 }
2689 .wpallexport-plugin .autodetect_cf,
2690 .wpallexport-plugin .wpallexport-auto-detect-unique-key,
2691 .wpallexport-plugin .wpallexport-change-unique-key{
2692 -moz-border-radius: 4px;
2693 -khtml-border-radius: 4px;
2694 -webkit-border-radius: 4px;
2695 border-radius: 4px;
2696 background: #40acad;
2697 padding: 10px 15px 10px 15px;
2698 color:#fff !important;
2699 font-size: 14px;
2700 position: relative;
2701 top:-1px;
2702 }
2703 .wpallexport-plugin .wpallexport-change-unique-key{
2704 background-position: 10px 12px;
2705 padding: 10px 15px 10px 15px;
2706 }
2707 .wpallexport-plugin .autodetect_cf{
2708 display: inline-block;
2709 margin-bottom: 5px;
2710 }
2711 .wpallexport-plugin .preview_taxonomies{
2712 float: none;
2713 /*padding: 5px 20px 5px 45px;*/
2714 margin-left: 10px;
2715 }
2716 .wpallexport-plugin .set_xpath{
2717 left: 0;
2718 padding-left: 15px;
2719 position: absolute;
2720 top: 0;
2721 }
2722 .wpallexport-plugin #woocommerce-product-data{
2723 margin-bottom: 20px;
2724 }
2725 .wpallexport-plugin input[name^="attribute_name"],
2726 .wpallexport-plugin input[name^="variable_attribute_name"]{
2727 width: 95% !important;
2728 }
2729 .wpallexport-plugin .fix_checkbox{
2730 position: relative;
2731 /*margin: 0px !important;*/
2732 }
2733 .wpallexport-plugin .newline{
2734 line-height: 16px;
2735 }
2736 .wpallexport-plugin #add_encoding{
2737 display: none;
2738 }
2739 .wpallexport-plugin #new_encoding{
2740 border: 1px solid #BBBBBB;
2741 -moz-border-radius: 3px;
2742 -khtml-border-radius: 3px;
2743 -webkit-border-radius: 3px;
2744 border-radius: 3px;
2745 }
2746 .wpallexport-plugin .load_options{
2747 height: 0;
2748 line-height: 0;
2749 margin: 0;
2750 padding: 0;
2751 position: relative;
2752 right: 10px;
2753 text-align: right;
2754 top: -35px;
2755 width: 100%;
2756 }
2757 .wpallexport-plugin .custom-params tr td{
2758 /*width: 50%;*/
2759 }
2760 .wpallexport-plugin .custom-params tr td.action{
2761 width: 100% !important;
2762 position: relative;
2763 display: block;
2764 }
2765 .wpallexport-plugin .form-field textarea{
2766 width:80%;
2767 }
2768 .wpallexport-plugin .drag-element .assign_post{
2769 float: left;
2770 margin-top: 2px;
2771 }
2772 .wpallexport-plugin .post_taxonomy{
2773 /*margin-bottom: 15px;*/
2774 overflow: hidden;
2775 padding-left: 5px;
2776 /*padding-bottom: 15px;*/
2777 }
2778 .wpallexport-plugin .post_taxonomy .delim{
2779 padding-left: 25px;
2780 }
2781 .wpallexport-plugin .post_taxonomy .delim .add-new-ico{
2782 float: left;
2783 margin-right: 10%;
2784 margin-top: 5px;
2785 }
2786 .wpallexport-plugin .post_taxonomy ol.ui-sortable{
2787 padding-right: 0px;
2788 }
2789 .wpallexport-plugin .post_taxonomy ol.ui-sortable .drag-element{
2790 background-position: 0 10px;
2791 }
2792 .wpallexport-plugin .post_taxonomy ol.ui-sortable .remove-ico{
2793 top: 8px;
2794 }
2795
2796 .wpallexport-plugin .separated_by{
2797 float: right;
2798 font-size: 12px;
2799 color: #999999;
2800 margin-right: 20px;
2801 }
2802 .wpallexport-plugin .delim > label{
2803 color: #999999;
2804 font-size: 11px;
2805 }
2806 .wpallexport-plugin .template-sidebar .tag{
2807 /*max-height: 550px;*/
2808 }
2809 .wpallexport-plugin .wp-pointer-content .action.remove a{
2810 top: 8px;
2811 }
2812 .wpallexport-plugin .wpallexport-drag-icon{
2813 position: relative;
2814 top: 5px;
2815 }
2816 .wpallexport-plugin .wpallexport-featured-images textarea{
2817 width: 70%;
2818 height: 70px;
2819 margin: 5px 0;
2820 padding-top: 5px;
2821 }
2822 .wpallexport-plugin .wpallexport-placeholder{
2823 color: #888 !important;
2824 }
2825 .wpallexport-plugin .ui-widget-overlay{
2826 background: #777 !important;
2827 z-index: 99999;
2828 }
2829 .wpallexport-plugin .auto_detect_sf{
2830 width: 80px;
2831 left: 0;
2832 }
2833 .wpallexport-plugin .ui-menu-item a{
2834 text-decoration: none;
2835 color: #777;
2836 }
2837 .wpallexport-plugin .ui-menu-item a.ui-state-focus,
2838 .wpallexport-plugin .ui-menu-item a.ui-state-active{
2839 margin: 0;
2840 }
2841 .wpallexport-plugin .ui-menu-item{
2842 border-bottom: 1px solid #777;
2843 }
2844 .wpallexport-plugin .ui-menu-item:last-child{
2845 border-bottom: none;
2846 }
2847 .wpallexport-plugin .cf_welcome,
2848 .wpallexport-plugin .cf_detect_result{
2849 position: relative;
2850 text-align: center;
2851 padding-bottom: 15px;
2852 padding-top: 10px;
2853 border-bottom: 1px solid #ddd;
2854 border-top: 1px solid #ddd;
2855 }
2856 .wpallexport-plugin .wpallexport-dismiss-cf-welcome{
2857 display: block;
2858 width: 100px;
2859 /*height: 16px;
2860 position: absolute;
2861 right: 10px;
2862 top: 30%;*/
2863 /*background: url('../img/ico-remove.png') no-repeat;*/
2864 margin: 0 auto;
2865 }
2866 .wpallexport-plugin .wpallexport-cf-options{
2867 display: block;
2868 padding: 10px 12px;
2869 }
2870 .wpallexport-plugin .wpallexport-cf-menu{
2871 display: none;
2872 border: none;
2873 -webkit-border-radius: 0px;
2874 -moz-border-radius: 0px;
2875 -o-border-radius: 0px;
2876 border-radius: 0px;
2877 border: 0px;
2878 padding: 0;
2879 /*padding-left: 12px;*/
2880 margin-bottom: 0;
2881 margin-top: 0;
2882 }
2883 .wpallexport-plugin .wpallexport-cf-menu li{
2884 border-bottom: none;
2885 padding: 5px 0;
2886 padding-left: 16px;
2887 margin-bottom: 0;
2888 cursor: pointer;
2889 width: auto;
2890 }
2891 .wpallexport-plugin .wpallexport-cf-menu li:hover{
2892 background: #fafafa;
2893 }
2894 .wpallexport-plugin .wpallexport-cf-menu li.active{
2895 list-style: disc inside none;
2896 padding-left: 5px;
2897 }
2898 .wpallexport-plugin .wpallexport-cf-menu li a{
2899 padding: 0;
2900 /*font-family: "Open Sans",​sans-serif;*/
2901 font-size: 12px;
2902 display: inline;
2903 color: #777;
2904 }
2905 .wpallexport-plugin .ui-autocomplete li a:hover{
2906 border: none;
2907 -webkit-border-radius: 0px;
2908 -moz-border-radius: 0px;
2909 -o-border-radius: 0px;
2910 border-radius: 0px;
2911 border: 0px;
2912 }
2913 .wpallexport-plugin .wpallexport-not-empty{
2914 /*display: block;
2915 padding: 5px;*/
2916 }
2917 .wpallexport-plugin .wp-all-export-format{
2918 /*margin-top: 15px; */
2919 }
2920
2921 .wpallexport-plugin .product_variations .sub-options {
2922 margin-left: 20px;
2923 margin-top: 8px;
2924 margin-bottom: 8px;
2925 }
2926
2927 .sub-options {
2928 display: none;
2929 }
2930 /*--------------------------------------------------------------------------
2931 *
2932 * Step 4 - Import Options
2933 *
2934 *-------------------------------------------------------------------------*/
2935
2936 .wpallexport-plugin .options .tag{
2937 margin-top: 0px;
2938 }
2939 .wpallexport-plugin .show_hints{
2940 color: #fff;
2941 padding: 10px;
2942 -moz-border-radius-topleft: 5px;
2943 -webkit-border-top-left-radius: 5px;
2944 border-top-left-radius: 5px;
2945 -moz-border-radius-bottomleft: 5px;
2946 -webkit-border-bottom-left-radius: 5px;
2947 border-bottom-left-radius: 5px;
2948 position: absolute;
2949 top: 18px;
2950 right: -1px;
2951 background: url('../img/ui_4.0/right_btn.png') no-repeat 95% 8px #40acad;
2952 padding-right: 30px;
2953 cursor: pointer;
2954 border: none;
2955 }
2956 .wpallexport-plugin .show_hints:hover{
2957 color: #dfdfdf;
2958 }
2959
2960 .wpallexport-plugin .wp-pointer-arrow{
2961 display: none;
2962 }
2963 .wpallexport-plugin .wp-pointer-content,
2964 .wpallexport-plugin .wpallexport-pointer-content{
2965 border: 1px solid #ecebe7;
2966 border-radius: 4px;
2967 -moz-border-radius: 4px;
2968 -khtml-border-radius: 4px;
2969 -webkit-border-radius: 4px;
2970 margin: 20px 10px 20px 20px;
2971 padding: 0;
2972 }
2973 .wpallexport-plugin .wp-pointer-content fieldset{
2974 margin-top: 15px;
2975 }
2976 .wpallexport-plugin .wp-pointer-content .wp-pointer-buttons,
2977 .wpallexport-plugin .wpallexport-pointer-content .wp-pointer-buttons{
2978 padding: 15px;
2979 background: #f7f8f8;
2980 border-top: 1px solid #ebebeb;
2981 }
2982 .wpallexport-plugin .wp-pointer-content .wp-pointer-buttons a.close:before,
2983 .wpallexport-plugin .wpallexport-pointer-content .wp-pointer-buttons a.close:before{
2984 content:none;
2985 }
2986 .wpallexport-plugin .wp-pointer-content .wp-pointer-buttons a.close,
2987 .wpallexport-plugin .wpallexport-pointer-content .wp-pointer-buttons a.close{
2988 background: url('../img/remove.png') no-repeat 10px 10px #e4e6e6;
2989 padding: 10px 15px 10px 30px;
2990 color: #777;
2991 border-radius: 4px;
2992 -moz-border-radius: 4px;
2993 -khtml-border-radius: 4px;
2994 -webkit-border-radius: 4px;
2995 }
2996
2997 .wpallexport-plugin .options .wpallexport-submit-buttons{
2998 position: relative;
2999 text-align: center;
3000 top: 10px;
3001 }
3002 .wpallexport-plugin form.options{
3003 position: relative;
3004 margin-top: 0 !important;
3005 overflow: hidden;
3006 }
3007 .wpallexport-plugin form.edit{
3008 /*overflow: hidden;*/
3009 }
3010 .wpallexport-plugin .switcher-target-is_keep_former_posts{
3011 padding-left: 25px;
3012 }
3013 .wpallexport-plugin .wpallexport-change-custom-type{
3014 margin-left: 6px;
3015 }
3016
3017 /*--------------------------------------------------------------------------
3018 *
3019 * Step 5 - Confirm Import Settings
3020 *
3021 *-------------------------------------------------------------------------*/
3022
3023 /*.wpallexport-plugin .wpallexport-step-5 .wpallexport-section .wpallexport-content-section{
3024 border: none;
3025 -webkit-border-radius: 0px;
3026 -moz-border-radius: 0px;
3027 -o-border-radius: 0px;
3028 border-radius: 0px;
3029 border: 0px;
3030 background: none;
3031 margin: 0;
3032 padding: 0 10%;
3033 }*/
3034 .wpallexport-plugin .wpallexport-step-5 .wpallexport-section .wpallexport-collapsed-content{
3035 border-top: 1px solid #ebebeb;
3036 margin-top: 10px;
3037 padding-top: 10px;
3038 }
3039 .wpallexport-plugin .wpallexport-step-5 .wpallexport-section .wpallexport-collapsed-content p{
3040 color: #777;
3041 background: url('../img/ui_4.0/logo_small.png') no-repeat;
3042 padding-left: 35px;
3043 min-height: 26px;
3044 line-height: 28px;
3045 }
3046
3047 .wpallexport-plugin form.confirm{
3048 margin-bottom: 20px;
3049 margin-top: 20px;
3050 text-align: center;
3051 }
3052 .wpallexport-plugin form.confirm input[type="submit"]{
3053 background: #46ba69;
3054 padding: 20px 30px 20px 30px;
3055 color: #fff;
3056 border: none;
3057 font-weight: bold;
3058 cursor: pointer;
3059 }
3060 .wpallexport-plugin form.confirm a{
3061 text-decoration: none;
3062 color: #777;
3063 }
3064 .wpallexport-plugin table.confirm ul {
3065 list-style: disc inside none;
3066 }
3067 .wpallexport-plugin table.confirm ul li ul{
3068 margin-left: 20px;
3069 margin-top: 5px;
3070 list-style: circle inside none;
3071 }
3072 /*.wpallexport-plugin #download_log_separator,
3073 .wpallexport-plugin #download_log{
3074 display: none;
3075 }*/
3076
3077 .wpallexport-plugin .wpallexport-ready-to-go{
3078 /*background: url("../img/elements.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;*/
3079 /*float: left;*/
3080 /*margin-left: 40px;*/
3081 /*margin-top: 25px;*/
3082 /*padding-left: 80px;*/
3083 /*text-align: left;*/
3084
3085 background: rgba(0, 0, 0, 0) url("../img/elements.png") no-repeat scroll 0 0 !important;
3086 height: 63px;
3087 margin-bottom: 20px;
3088 margin-left: 40px;
3089 margin-top: 25px;
3090 padding-left: 80px;
3091 position: relative;
3092
3093 }
3094 .wpallexport-plugin .wpallexport-ready-to-go h3{
3095 color: #425f9a;
3096 margin-bottom: 0;
3097 margin-top: 3px;
3098 font-size: 22px;
3099 line-height: 28px;
3100 }
3101 .wpallexport-plugin .wpallexport-ready-to-go h4{
3102 color: #777;
3103 margin-top: 5px;
3104 font-size:18px;
3105 }
3106 .wpallexport-plugin .nothing_to_export{
3107 background: url("../img/exclamation.png") no-repeat scroll 5px 5px rgba(0, 0, 0, 0) !important;
3108 }
3109 .wpallexport-plugin .wpallexport-is-continue{
3110 text-align: left;
3111 float: left;
3112 margin: 12px 40px 12px 0px;
3113 }
3114 /*--------------------------------------------------------------------------
3115 *
3116 * Step 6 - Processing
3117 *
3118 *-------------------------------------------------------------------------*/
3119
3120 .wpallexport-plugin .pmxi_error_msg{
3121 color: #FF0000;
3122 display: block;
3123 font-size: 12px;
3124 line-height: 18px;
3125 padding: 2px;
3126 }
3127 .wpallexport-plugin .wpallexport-upload-process{
3128 border: none;
3129 padding: 1px;
3130 }
3131 .wpallexport-plugin .wpallexport_process_parent_wrapper
3132 {
3133 margin-bottom: 20px;
3134 }
3135 .wpallexport-plugin .wpallexport_processbar{
3136 text-align: center;
3137 visibility: hidden;
3138 height: 30px;
3139 margin-top: 18px;
3140 margin-bottom: 20px;
3141 background: #fff;
3142 color: #222222;
3143 position: relative;
3144 }
3145 .wpallexport-plugin .wpallexport_processbar div
3146 {
3147 background: #76d771;
3148 height: 30px;
3149 width: 0%;
3150 position: absolute;
3151 top:0;
3152 }
3153 .wpallexport-plugin .wpallexport_process_child_wrapper
3154 {
3155 height: 55px;
3156 overflow: hidden;
3157 }
3158 .wpallexport-plugin .wpallexport_process_child_wrapper .wpallexport_processbar
3159 {
3160 height: 10px;
3161 margin: 10px 0px 10px;
3162 }
3163 .wpallexport-plugin .wpallexport_process_child_wrapper .wpallexport_processbar div
3164 {
3165 width: 0%;
3166 height: 10px;
3167 }
3168 .wpallexport-plugin .export_progress{
3169 color: #000000;
3170 font-size: 21px;
3171 /*font-weight: bold;*/
3172 display: block;
3173 width: 100%;
3174 text-align: center;
3175 opacity: 1;
3176 position: relative;
3177 padding-top: 10px;
3178 }
3179 .wpallexport-plugin .export_progress .center_progress{
3180 color:#46ba69;
3181 font-size: 60px;
3182 }
3183 .wpallexport-plugin .right_progress{
3184 position: absolute;
3185 right: 0;
3186 color:#777;
3187 }
3188 .wpallexport-plugin .right_progress span{
3189 color:#000;
3190 }
3191 .wpallexport-plugin .left_progress{
3192 position: absolute;
3193 left: 0;
3194 color: #777;
3195 }
3196 .wpallexport-plugin .left_progress #then{
3197 color:#000;
3198 }
3199 .wpallexport-plugin .wpallexport_process_child_wrapper .export_progress
3200 {
3201 font-size: 16px;
3202 padding: 0px;
3203 }
3204 .wpallexport-plugin .wpallexport_process_child_wrapper .center_progress
3205 {
3206 font-size: 20px;
3207 }
3208 .wpallexport-plugin #existing_meta_keys{
3209 margin-bottom: 10px;
3210 padding: 2px;
3211 width: 580px;
3212 }
3213 .wpallexport-plugin #export_finished{
3214 display: none;
3215 text-align: center;
3216 padding-top: 30px;
3217 }
3218 .wpallexport-plugin #export_finished .normal-tab p{
3219 color: #777;
3220 font-size: 16px;
3221 }
3222 .wpallexport-plugin #export_finished .wp_all_export_download div.input{
3223 display: inline-block;
3224 vertical-align: top;
3225 }
3226 .wpallexport-plugin #export_finished .wp_all_export_download div.input .button-primary{
3227 width: 193px;
3228 background-image: none;
3229 }
3230 .wpallexport-plugin #export_finished .wp_all_export_download div.input span{
3231 color: #777;
3232 display: block;
3233 font-size: 10px;
3234 }
3235
3236 .wpallexport-plugin #export_finished .wpallexport-log-details{
3237 display: none;
3238 }
3239
3240 .wpallexport-plugin #export_finished .export_finished_icon{
3241 /*background: url('../img/ui_4.0/export_finished.png') no-repeat center center;*/
3242 width: 100%;
3243 height: 255px;
3244 margin: 40px 0;
3245 }
3246 .wpallexport-plugin #export_finished .normal-tab h1{
3247 font-size: 48px;
3248 color: #46ba69;
3249 font-weight: normal;
3250 }
3251 .wpallexport-plugin #export_finished .normal-tab h3{
3252 font-size: 21px;
3253 color: #777;
3254 font-weight: normal;
3255 line-height: 30px;
3256 }
3257 .wpallexport-plugin #export_finished .normal-tab h3 span{
3258 color: #000;
3259 }
3260 .wpallexport-plugin #export_finished hr{
3261 margin: 20px 15%;
3262 }
3263 .wpallexport-plugin #export_finished .normal-tab a{
3264 color: #40acad;
3265 text-decoration: none;
3266 margin: 5px 10px;
3267 display: inline-block;
3268 height: 25px;
3269 }
3270 .wpallexport-plugin #process{ display:none; }
3271 .wpallexport-plugin .ui-widget-header{
3272 -moz-border-radius: 4px;
3273 -khtml-border-radius: 4px;
3274 -webkit-border-radius: 4px;
3275 border-radius: 4px;
3276 }
3277 .wpallexport-plugin .ui-progressbar-value {
3278 background: #76d771 !important;
3279 border: none !important;
3280 -moz-border-radius: 8px;
3281 -khtml-border-radius: 8px;
3282 -webkit-border-radius: 8px;
3283 border-radius: 8px;
3284 }
3285 .wpallexport-plugin .wpallexport-modal-message{
3286 background: none repeat scroll 0 0 yellow;
3287 color: red;
3288 padding: 4px;
3289 margin-top: 10px;
3290 display: none;
3291 }
3292 .wpallexport-plugin #logwrapper{
3293 border: 1px solid #aaa;
3294 margin: 10px auto;
3295 }
3296 .wpallexport-plugin #loglist{
3297 border: 1px solid #AAAAAA;
3298 height: 380px;
3299 overflow: auto;
3300 }
3301 .wpallexport-plugin #loglist > p{
3302 margin: 0;
3303 padding: 3px 5px;
3304 }
3305 .wpallexport-plugin #loglist > p.odd{
3306 background: #dfdfdf;
3307 }
3308 /*--------------------------------------------------------------------------
3309 *
3310 * Reimport
3311 *
3312 *-------------------------------------------------------------------------*/
3313
3314 .wpallexport-plugin .info_ico{
3315 background: url('../img/ui_4.0/info.png') 0 50% no-repeat;
3316 padding: 10px 10px 10px 40px;
3317 color: #777;
3318 }
3319 .wpallexport-plugin .drag_an_element_ico{
3320 background: url('../img/ui_4.0/drag.png') 0 50% no-repeat;
3321 padding: 10px 10px 10px 40px;
3322 color: #777;
3323 }
3324
3325 /*--------------------------------------------------------------------------
3326 *
3327 * XML & CSV
3328 *
3329 *-------------------------------------------------------------------------*/
3330
3331 /*@+ XML representation */
3332 .wpallexport-plugin .tag {
3333 position: fixed;
3334 max-width: 450px;
3335 top: 127px;
3336 padding-bottom: 20px;
3337 margin-right: 15px;
3338 width: 22%;
3339 }
3340 .wpallexport-plugin #wp-content-editor-tools{
3341 background: #fff !important;
3342 }
3343 .wpallexport-plugin .tag .title {
3344 font-weight: bold;
3345 padding: 6px 8px;
3346 color: #464646;
3347 background: #fff;
3348 font-size: 12px;
3349 text-align: center;
3350 border: 1px solid #ddd;
3351 border-bottom: 1px solid #ddd;
3352 -moz-border-radius-topleft: 4px;
3353 -webkit-border-top-left-radius: 4px;
3354 border-top-left-radius: 4px;
3355 -moz-border-radius-topright: 4px;
3356 -webkit-border-top-right-radius: 4px;
3357 border-top-right-radius: 4px;
3358 }
3359 .wpallexport-plugin .tag .wpallexport-xml {
3360 /*max-height: 525px;*/
3361 max-width: 450px;
3362 overflow: auto;
3363 border: 1px solid #ddd;
3364 border-top:none;
3365 -moz-border-radius-bottomright: 4px;
3366 -webkit-border-bottom-right-radius: 4px;
3367 border-bottom-right-radius: 4px;
3368 -moz-border-radius-bottomleft: 4px;
3369 -webkit-border-bottom-left-radius: 4px;
3370 border-bottom-left-radius: 4px;
3371 background: #fafafa;
3372 }
3373 .wpallexport-plugin .tag .navigation {
3374 /*float: right;*/
3375 /*margin: 2px -12px 0 0;*/
3376 margin-bottom: 3px;
3377 margin-top: 3px;
3378 }
3379 .wpallexport-plugin .tag .navigation a,
3380 .wpallexport-plugin .tag .navigation span,
3381 #post-preview .navigation a,
3382 #post-preview .navigation span {
3383 font-weight: bold;
3384 padding: 0 12px;
3385 text-decoration: none;
3386 height: 25px;
3387 }
3388 .wpallexport-plugin .tag .navigation span.out_of{
3389 color:#777;
3390 margin-left: 0;
3391 }
3392 .wpallexport-plugin .tag .navigation .previous_element,
3393 #post-preview .navigation .previous_element{
3394 float: left;
3395 background: url('../img/left_btn.png') 5% 0 no-repeat;
3396 margin-top: 10px;
3397 }
3398 .wpallexport-plugin .tag .navigation .next_element,
3399 #post-preview .navigation .next_element{
3400 float: right;
3401 background: url('../img/right_btn.png') 95% 0 no-repeat;
3402 margin-top: 10px;
3403 }
3404
3405 @media screen and (max-height: 900px) {
3406 .wpallexport-plugin .tag {
3407 padding-bottom: 0px;
3408 }
3409 .wpallexport-plugin .tag .wpallexport-xml {
3410 /*max-height: 400px;*/
3411 }
3412 }
3413
3414 .wpallexport-plugin .wpallexport-xml {
3415 /*padding-left: 15px;*/
3416 overflow: auto;
3417 /*height: 92%;*/
3418 }
3419 .wpallexport-plugin .wpallexport-xml .wpallexport-hasmenu{
3420 -webkit-user-select: none;
3421 -khtml-user-select: none;
3422 -moz-user-select: none;
3423 -ms-user-select: none;
3424 user-select: none;
3425 }
3426 .wpallexport-plugin .wpallexport-xml .xml-element-xpaths{
3427 /*display: none;*/
3428 }
3429 .wpallexport-plugin .xml-element {
3430 border: 1px solid transparent;
3431 margin: 1px 1px 1px 0;
3432 }
3433 .wpallexport-plugin .xml-element .xml-element-xpaths{
3434 /*display: none;*/
3435 }
3436 .wpallexport-plugin .xml-element.selected > .xml-tag.opening .xml-tag-name {
3437 background-color: #B5E61D;
3438 }
3439 .wpallexport-plugin .xml-content {
3440 padding-left: 14px;
3441 max-width: 500px;
3442 overflow: hidden;
3443 }
3444 .wpallexport-plugin .xml-content.collapsed {
3445 display: none;
3446 }
3447 .wpallexport-plugin .xml-content.textonly.short {
3448 padding-left: 0px;
3449 display: inline;
3450 }
3451 .wpallexport-plugin .xml-content.textonly.cdata{
3452 color: #a50;
3453 }
3454 .wpallexport-plugin .xml-tag {
3455 display: inline;
3456 }
3457 .wpallexport-plugin .xml-tag-name,
3458 .wpallexport-plugin .csv-tag-name {
3459 color: #40acad;
3460 font-weight: bold;
3461 }
3462 .wpallexport-plugin .xml-tag.opening .xml-tag-name {
3463 cursor: pointer;
3464 }
3465 .wpallexport-plugin .wpallexport-xml .xml-tag.opening .xml-tag-name{
3466 cursor: default;
3467 }
3468 .wpallexport-plugin .xml-attr-name {
3469 font-weight: bold;
3470 cursor: pointer;
3471 }
3472 .wpallexport-plugin .xml-attr-value {
3473 color: blue;
3474 }
3475 .wpallexport-plugin .xml-expander {
3476 display: inline-block;
3477 width: 12px;
3478 margin-left: -12px;
3479 -moz-user-select: none;
3480 -khtml-user-select: none;
3481 -webkit-user-select: none;
3482 user-select: none;
3483 cursor: pointer;
3484 font-family: monospace;
3485 line-height: 100%;
3486 text-align: left;
3487 color: red;
3488 }
3489 .wpallexport-plugin .xml-more {
3490 color: red;
3491 font-size: 80%;
3492 }
3493 .wpallexport-plugin .xml.resetable .xml-element.lvl-mod4-3 > .xml-content {
3494 margin-left: -59px;
3495 margin-right: -8px;
3496 background-color: #fff;
3497 border: 1px dashed #906;
3498 border-left: 1px solid #906;
3499 border-right: none;
3500 }
3501 .wpallexport-plugin .xml.resetable .xml-element.lvl-mod4-3 > .xml-content.short {
3502 margin-left: 0;
3503 margin-right: 0;
3504 border: none;
3505 background-color: inherit;
3506 }
3507 .wpallexport-plugin .wpallexport-xml .xml-element.lvl-0 .xml-tag .xml-tag-name{
3508 color: #46ba69;
3509 }
3510 .wpallexport-plugin .wpallexport-xml .xml-element.lvl-1 .xml-tag .xml-tag-name{
3511 color: #40acad;
3512 }
3513 /*.wpallexport-plugin .csv_element .is_numeric{
3514 text-align: right;
3515 }*/
3516 .wpallexport-plugin .csv-content{
3517 overflow: hidden;
3518 margin-bottom: 15px;
3519 margin-top: 15px;
3520 padding-right: 15px;
3521 }
3522 .wpallexport-plugin .csv_element .csv-tag,
3523 .wpallexport-plugin .csv_element .xml-content{
3524 width: 46%;
3525 /*border: 1px solid #ccc;*/
3526 padding: 3px !important;
3527 display: block;
3528 float: left;
3529 }
3530 .wpallexport-plugin .wpallexport-choose-elements .csv_element .csv-tag{
3531 width: 25%;
3532 }
3533 .wpallexport-plugin .wpallexport-choose-elements .csv_element .xml-content{
3534 width: 70%;
3535 }
3536 .wpallexport-plugin .csv_element .csv-tag{
3537 border-right: 1px solid #CCCCCC;
3538 margin-right: -1px;
3539 }
3540 .wpallexport-plugin .csv_element .xml-content{
3541 border-left: 1px solid #ccc;
3542 width: 48%;
3543 }
3544 .wpallexport-plugin .csv_element{
3545 border: 1px solid #ccc;
3546 overflow: hidden;
3547 width: 100%;
3548 background: #fff;
3549 }
3550 .wpallexport-plugin .csv_element.lvl-0{
3551 border: none;
3552 }
3553 /* xml table representation */
3554 .wpallexport-plugin tr.xml-element.selected .xml-tag.opening .xml-tag-name {
3555 background-color: #B5E61D;
3556 }
3557 .wpallexport-plugin table.wpallexport-xml td {
3558 padding-left: 20px;
3559 }
3560 .wpallexport-plugin table.wpallexport-xml td:first-child {
3561 width: 1px;
3562 padding-left: 0px;
3563 }
3564
3565 .wpallexport-plugin table.wpallexport-xml,
3566 .wpallexport-plugin table.wpallexport-xml table {
3567 width: 100%;
3568 border-collapse:collapse;
3569 border-spacing:0;
3570 }
3571 .product_variations {
3572 display: block;
3573 }
3574
3575 .wpallexport-plugin .product_variations input {
3576 margin-bottom: 0;
3577 }
3578
3579 .wpallexport-plugin .wpallexport-custom-xml-template .cdata label {
3580 vertical-align: 0px;
3581 }
3582
3583 .wpallexport-plugin .wpallexport-custom-xml-template .cdata input {
3584 vertical-align: -2px;
3585 }
3586 /*@*/
3587
3588 /*--------------------------------------------------------------------------
3589 *
3590 * Manage Imports
3591 *
3592 *-------------------------------------------------------------------------*/
3593
3594 /*@+ table list */
3595 .wpallexport-plugin table.widefat th {
3596 white-space: nowrap;
3597 }
3598 .wpallexport-plugin table.widefat th.ASC a {
3599 background-image: url("../img/screen-options-right-up.gif");
3600 background-repeat: no-repeat;
3601 background-position: right center;
3602 padding-right: 19px;
3603 }
3604 .wpallexport-plugin table.widefat th.DESC a {
3605 background-image: url("../img/screen-options-right.gif");
3606 background-repeat: no-repeat;
3607 background-position: right center;
3608 padding-right: 19px;
3609 }
3610
3611 .wpallexport-plugin table.widefat.pmxi-admin-imports th.column-id {
3612 width: 35px;
3613 }
3614 .wpallexport-plugin table.widefat.pmxi-admin-imports th.column-scheduled {
3615 width: 85px;
3616 }
3617 .wpallexport-plugin table.widefat.pmxi-admin-imports th.column-registered_on {
3618 width: 130px;
3619 }
3620 .wpallexport-plugin table.widefat.pmxi-admin-imports th.column-post_count {
3621 width: 105px;
3622 }
3623 .wpallexport-plugin .wpallexport-disabled{
3624 color: #888 !important;
3625 }
3626 /*@*/
3627 /*.wpallexport-plugin .pmxi-admin-imports a.delete{
3628 color: #FF0000;
3629 font-size: 18px;
3630 font-weight: bold;
3631 padding-top: 35px;
3632 vertical-align: middle;
3633 }*/
3634 .wpallexport-plugin table.wpallexport-layout{width:100%; margin-bottom: 100px;}
3635 .wpallexport-plugin table.wpallexport-layout td.left{float:left;}
3636 .wpallexport-plugin table.wpallexport-layout td.right{float:right;}
3637
3638 .wpallexport-plugin .manage-column.check-column,
3639 .wpallexport-plugin #the-pmxi-admin-import-list .check-column{
3640 padding: 10px;
3641 }
3642
3643 /*--------------------------------------------------------------------------
3644 *
3645 * Setting Page
3646 *
3647 *-------------------------------------------------------------------------*/
3648
3649 /*@+ Setting Form */
3650 .wpallexport-plugin form.settings {
3651 /*padding: 1px 12px;*/
3652 }
3653 /*@*/
3654 .wpallexport-plugin form.settings p{
3655 /*font-size: 14px !important;*/
3656 }
3657 .wpallexport-plugin form.settings .wpallexport-header{
3658 overflow: hidden;
3659 height: 70px;
3660 padding-top: 10px;
3661 }
3662
3663 .wpallexport-plugin .wpallexport-setting-wrapper{
3664 clear: both;
3665 overflow: hidden;
3666 margin: 15px 0;
3667 }
3668 .wpallexport-plugin .wpallexport-setting-label{
3669 width: 250px;
3670 float: left;
3671 padding-top: 10px;
3672 font-weight: bold;
3673 }
3674 .wpallexport-plugin .wpallexport-setting{
3675 float: left;
3676 width: 600px;
3677 }
3678 .wpallexport-plugin .wpallexport-setting-note{
3679 color: #777;
3680 margin-top: 2px;
3681 }
3682
3683 .wpallexport-plugin .save_action,
3684 .wpallexport-plugin .delete_action,
3685 .wpallexport-plugin .preview_action,
3686 .wpallexport-plugin .close_action{
3687 -moz-border-radius: 4px;
3688 -khtml-border-radius: 4px;
3689 -webkit-border-radius: 4px;
3690 border-radius: 4px;
3691 position: absolute;
3692 background: #40acad;
3693 padding: 9px 15px;
3694 color:#fff !important;
3695 cursor: pointer;
3696 width: 80px;
3697 }
3698
3699 .wpallexport-plugin .save_action{
3700 bottom: 14px;
3701 right: 15px;
3702 background: #425f9a;
3703 float: right;
3704 }
3705
3706 .wpallexport-plugin .preview_action{
3707 bottom: 14px;
3708 background: #40acad;
3709 margin-left: 5px;
3710 }
3711
3712 .wpallexport-plugin .delete_action{
3713 left: 113px;
3714 bottom: 14px;
3715 background: #e14d43;
3716 margin-left: 5px;
3717 }
3718
3719 .wpallexport-plugin .close_action{
3720 width: 85px;
3721 left: 20px;
3722 bottom: 14px;
3723 background: url("../img/remove.png") no-repeat scroll 10px 10px #e4e6e6;
3724 color: #777 !important;
3725 padding: 9px 25px 9px 30px;
3726 }
3727
3728 .wpallexport-plugin .save_action.disabled,
3729 .wpallexport-plugin .delete_action.disabled,
3730 .wpallexport-plugin .preview_action.disabled,
3731 .wpallexport-plugin .close_action.disabled{
3732 background: #e4e6e6;
3733 cursor: default !important;
3734 color: #B3B3B3 !important
3735 }
3736
3737 .wpallexport-plugin .save_action.disabled:focus,
3738 .wpallexport-plugin .preview_action.disabled:focus
3739 {
3740 outline: none;
3741 }
3742
3743 .wpallexport-plugin .wpae-custom-field ul li{
3744 margin-left: 15px;
3745 }
3746
3747 .wpallexport-plugin .function-editor,
3748 .wpallexport-plugin .client-mode-settings {
3749 margin-top: 2em;
3750 }
3751
3752 .wpallexport-plugin .settings .submit-buttons {
3753 margin-top: 30px;
3754 margin-bottom: 30px;
3755 }
3756 /*--------------------------------------------------------------------------
3757 *
3758 * Media Queries
3759 *
3760 *-------------------------------------------------------------------------*/
3761
3762 @media screen and (min-width: 1630px) and (max-width: 1730px) {
3763
3764 .wpallexport-plugin .change_file a.wpallexport-import-from{
3765 width: 320px;
3766 }
3767 .wpallexport-plugin .wpallexport-export-template tbody tr td.left{
3768 width: 78%;
3769 }
3770 }
3771
3772 @media screen and (min-width: 1530px) and (max-width: 1629px) {
3773
3774 .wpallexport-plugin .change_file a.wpallexport-import-from{
3775 width: 295px;
3776 }
3777
3778 .wpallexport-plugin .wpallexport-export-template tbody tr td.left{
3779 width: 78%;
3780 }
3781 }
3782
3783 @media screen and (min-width: 1416px) and (max-width: 1529px) {
3784
3785 .wpallexport-plugin .change_file a.wpallexport-import-from{
3786 width: 270px;
3787 }
3788
3789 .wpallexport-plugin .pmxi-admin-imports tr td em{
3790 display: block;
3791 max-width: 585px;
3792 }
3793
3794 .wpallexport-plugin .wpallexport-export-template tbody tr td.left{
3795 width: 78%;
3796 }
3797 }
3798
3799 @media screen and (min-width: 1350px) and (max-width: 1415px) {
3800
3801 .wpallexport-plugin .wpallexport-wrapper{
3802 width: 100%;
3803 }
3804
3805 .wpallexport-plugin .wpallexport-step-1 .wpallexport-wrapper, .wpallexport-plugin .wpallexport-step-6.wpallexport-wrapper{
3806 width: 1120px;
3807 }
3808 /*.wpallexport-plugin a.wpallexport-import-from{
3809 width: 340px;
3810 }*/
3811 .wpallexport-plugin .change_file a.wpallexport-import-from{
3812 width: 220px;
3813 font-size: 15px;
3814 }
3815 .wpallexport-plugin .wpallexport-custom-fields textarea{
3816 width: 60% !important;
3817 }
3818 .wpallexport-plugin .pmxi-admin-imports tr td em{
3819 display: block;
3820 max-width: 525px;
3821 }
3822 .wpallexport-plugin .wpallexport-extra-text-left{
3823 width: 36%;
3824 }
3825 .wpallexport-plugin .wpallexport-extra-text-right{
3826 width: 37%;
3827 }
3828 .wpallexport-plugin .wpallexport-is-continue{
3829 margin: 12px 10px 12px 0;
3830 }
3831 .wpallexport-plugin .wpallexport-choose-import-direction[rel="new"]{
3832 margin-left: -14%;
3833 }
3834 .wpallexport-plugin .wpallexport-choose-import-direction[rel="matching"]{
3835 margin-left: -13%;
3836 }
3837 .wpallexport-plugin .wpallexport-export-template tbody tr td.left{
3838 width: 76%;
3839 }
3840 }
3841
3842 @media screen and (min-width: 1250px) and (max-width: 1349px) {
3843 .wpallexport-plugin .wpallexport-wrapper{
3844 width: 100%;
3845 }
3846
3847 .wpallexport-plugin .wpallexport-step-1 .wpallexport-wrapper, .wpallexport-plugin .wpallexport-step-6.wpallexport-wrapper{
3848 width: 1020px;
3849 }
3850 .wpallexport-plugin .change_file .wpallexport-import-types h3{
3851 font-size: 22px;
3852 }
3853 .wpallexport-plugin .change_file a.wpallexport-import-from{
3854 width: 220px;
3855 font-size: 15px;
3856 }
3857 .wpallexport-plugin .wpallexport-custom-fields textarea{
3858 width: 55% !important;
3859 }
3860 .wpallexport-plugin .pmxi-admin-imports tr td em{
3861 display: block;
3862 max-width: 425px;
3863 }
3864 .wpallexport-plugin .wpallexport-extra-text-left{
3865 width: 35%;
3866 }
3867 .wpallexport-plugin .wpallexport-extra-text-right{
3868 width: 35%;
3869 }
3870 .wpallexport-plugin .wpallexport-is-continue{
3871 margin: 12px 10px 12px 0;
3872 }
3873 .wpallexport-plugin .wpallexport-choose-import-direction[rel="new"]{
3874 margin-left: -17%;
3875 }
3876 .wpallexport-plugin .wpallexport-choose-import-direction[rel="matching"]{
3877 margin-left: -16%;
3878 }
3879 /*.wpallexport-plugin form.wpallexport-step-3{
3880 width: 60%;
3881 }*/
3882 .wpallexport-plugin .wpallexport-export-template tbody tr td.left{
3883 width: 74%;
3884 }
3885 }
3886
3887 @media screen and (min-width: 1150px) and (max-width: 1249px) {
3888 .wpallexport-plugin .wpallexport-wrapper{
3889 width: 100%;
3890 }
3891
3892 .wpallexport-plugin .wpallexport-step-1 .wpallexport-wrapper, .wpallexport-plugin .wpallexport-step-6.wpallexport-wrapper{
3893 width: 920px;
3894 }
3895 /*.wpallexport-plugin a.wpallexport-import-from{
3896 width: 260px;
3897 }*/
3898 .wpallexport-plugin .wpallexport-upload-type-container{
3899 padding: 0 40px;
3900 }
3901 /* .wpallexport-plugin .wpallexport-ready-to-go h4,
3902 .wpallexport-plugin .ajax-console .founded_records h4{
3903 font-size: 18px;
3904 }
3905 */ .wpallexport-plugin #pmxi_add_rule{
3906 padding: 13px 25px 10px 50px;
3907 }
3908 .wpallexport-plugin #process_notice,
3909 .wpallexport-plugin #export_finished h3{
3910 font-size: 16px;
3911 }
3912 .wpallexport-plugin .change_file .wpallexport-import-types{
3913 margin-top: 15px;
3914 }
3915 .wpallexport-plugin .change_file .wpallexport-import-types h3{
3916 font-size: 18px;
3917 }
3918 .wpallexport-plugin .change_file a.wpallexport-import-from{
3919 width: 190px;
3920 font-size: 12px;
3921 }
3922 .wpallexport-plugin .wpallexport-custom-fields textarea{
3923 width: 50% !important;
3924 }
3925 .wpallexport-plugin .pmxi-admin-imports tr td em{
3926 display: block;
3927 max-width: 325px;
3928 }
3929 .wpallexport-plugin .wpallexport-extra-text-left{
3930 width: 33%;
3931 }
3932 .wpallexport-plugin .wpallexport-extra-text-right{
3933 width: 34%;
3934 }
3935 .wpallexport-plugin .wpallexport-new-records,
3936 .wpallexport-plugin .wpallexport-existing-records{
3937 font-size: 16px;
3938 }
3939 .wpallexport-plugin .wpallexport-is-continue{
3940 margin: 12px 10px 12px 0;
3941 }
3942 .wpallexport-plugin .wpallexport-choose-import-direction[rel="new"]{
3943 margin-left: -17%;
3944 }
3945 .wpallexport-plugin .wpallexport-choose-import-direction[rel="matching"]{
3946 margin-left: -16%;
3947 }
3948 /*.wpallexport-plugin form.wpallexport-step-3{
3949 width: 55%;
3950 }*/
3951 .wpallexport-plugin .wpallexport-export-template tbody tr td.left{
3952 width: 71%;
3953 }
3954 }
3955 @media screen and (min-width: 1050px) and (max-width: 1149px) {
3956 /*.wpallexport-plugin form.wpallexport-step-3{
3957 width: 55%;
3958 }*/
3959 .wpallexport-plugin .wpallexport-wrapper{
3960 width: 100%;
3961 }
3962
3963 .wpallexport-plugin .wpallexport-step-1 .wpallexport-wrapper, .wpallexport-plugin .wpallexport-step-6.wpallexport-wrapper{
3964 width: 800px;
3965 }
3966 /*.wpallexport-plugin a.wpallexport-import-from{
3967 width: 230px;
3968 font-size: 15px;
3969 }*/
3970 .wpallexport-plugin .wpallexport-upload-type-container{
3971 padding: 0 40px;
3972 }
3973 /* .wpallexport-plugin .wpallexport-ready-to-go h4,
3974 .wpallexport-plugin .ajax-console .founded_records h4{
3975 font-size: 14px;
3976 }*/
3977 .wpallexport-plugin form.confirm input[type="submit"]{
3978 padding: 20px 10px 20px 10px;
3979 }
3980 .wpallexport-plugin #process_notice,
3981 .wpallexport-plugin #export_finished h3{
3982 font-size: 14px;
3983 }
3984 .wpallexport-plugin .export_progress{
3985 font-size: 16px;
3986 }
3987 .wpallexport-plugin .change_file .wpallexport-import-types{
3988 margin-top: 15px;
3989 }
3990 .wpallexport-plugin .change_file .wpallexport-import-types h3{
3991 font-size: 18px;
3992 }
3993 .wpallexport-plugin .change_file a.wpallexport-import-from{
3994 width: 150px;
3995 font-size: 0px;
3996 }
3997 .wpallexport-plugin .change_file a.wpallexport-import-from .wpallexport-icon{
3998 left: 0 !important;
3999 }
4000 .wpallexport-plugin .wpallexport-custom-fields textarea{
4001 width: 45% !important;
4002 }
4003 .wpallexport-plugin .pmxi-admin-imports tr td em{
4004 display: block;
4005 max-width: 235px;
4006 }
4007 .wpallexport-plugin .wpallexport-extra-text-left{
4008 width: 30%;
4009 }
4010 .wpallexport-plugin .wpallexport-extra-text-right{
4011 width: 31%;
4012 }
4013 .wpallexport-plugin .wpallexport-new-records,
4014 .wpallexport-plugin .wpallexport-existing-records{
4015 font-size: 12px;
4016 }
4017 .wpallexport-plugin .wpallexport-is-continue{
4018 margin: 12px 10px 12px 0;
4019 }
4020 /* .wpallexport-plugin .wpallexport-ready-to-go h3{
4021 line-height: 20px;
4022 margin-top: 10px;
4023 }*/
4024 .wpallexport-plugin .wpallexport-choose-import-direction[rel="new"]{
4025 margin-left: -17%;
4026 }
4027 .wpallexport-plugin .wpallexport-choose-import-direction[rel="matching"]{
4028 margin-left: -16%;
4029 }
4030 .wpallexport-plugin .wpallexport-export-template tbody tr td.left{
4031 width: 67%;
4032 }
4033 }
4034 @media screen and (max-width: 1049px) {
4035 .wpallexport-plugin .wpallexport-wrapper{
4036 width: 100%;
4037 }
4038
4039 .wpallexport-plugin .wpallexport-step-1 .wpallexport-wrapper, .wpallexport-plugin .wpallexport-step-6.wpallexport-wrapper{
4040 width: 760px;
4041 }
4042 /*.wpallexport-plugin a.wpallexport-import-from{
4043 width: 220px;
4044 font-size: 15px;
4045 }*/
4046 .wpallexport-plugin .wpallexport-upload-type-container{
4047 padding: 0 40px;
4048 }
4049 .wpallexport-plugin .wpallexport-import-to{
4050 width: 330px;
4051 }
4052 /* .wpallexport-plugin .wpallexport-ready-to-go h4,
4053 .wpallexport-plugin .ajax-console .founded_records h4{
4054 font-size: 13px;
4055 }*/
4056 .wpallexport-plugin form.confirm input[type="submit"]{
4057 padding: 20px 10px 20px 10px;
4058 }
4059 .wpallexport-plugin #process_notice,
4060 .wpallexport-plugin #export_finished h3{
4061 font-size: 13px;
4062 }
4063 .wpallexport-plugin .export_progress{
4064 font-size: 16px;
4065 }
4066
4067 .wpallexport-plugin .change_file .wpallexport-import-types{
4068 margin-top: 15px;
4069 }
4070 .wpallexport-plugin .change_file .wpallexport-import-types h3{
4071 font-size: 14px;
4072 }
4073 .wpallexport-plugin .change_file a.wpallexport-import-from{
4074 width: 130px;
4075 font-size: 0px;
4076 }
4077 .wpallexport-plugin .change_file a.wpallexport-import-from .wpallexport-icon{
4078 left: 0 !important;
4079 }
4080 .wpallexport-plugin .change_file #select-files{
4081 font-size: 14px;
4082 }
4083 .wpallexport-plugin .wpallexport-import-to.wpallexport-to-new-items span.wpallexport-import-to-title:before{
4084 left: 25%;
4085 }
4086 .wpallexport-plugin .wpallexport-import-to.wpallexport-to-existing-items span.wpallexport-import-to-title:before{
4087 left: 20%;
4088 }
4089 .wpallexport-plugin .wpallexport-custom-fields textarea{
4090 width: 45% !important;
4091 }
4092 .wpallexport-plugin .pmxi-admin-imports tr td em{
4093 display: block;
4094 max-width: 225px;
4095 }
4096 .wpallexport-plugin .wpallexport-extra-text-left{
4097 width: 29%;
4098 }
4099 .wpallexport-plugin .wpallexport-extra-text-right{
4100 width: 30%;
4101 }
4102 .wpallexport-plugin .wpallexport-new-records,
4103 .wpallexport-plugin .wpallexport-existing-records{
4104 font-size: 11px;
4105 }
4106 /* .wpallexport-plugin .wpallexport-ready-to-go{
4107 padding-left: 70px;
4108 }*/
4109 .wpallexport-plugin .wpallexport-is-continue{
4110 margin: 12px 10px 12px 0;
4111 }
4112 /* .wpallexport-plugin .wpallexport-ready-to-go h3{
4113 line-height: 20px;
4114 margin-top: 10px;
4115 }*/
4116 .wpallexport-plugin .wpallexport-choose-import-direction[rel="new"]{
4117 margin-left: -17%;
4118 }
4119 .wpallexport-plugin .wpallexport-choose-import-direction[rel="matching"]{
4120 margin-left: -16%;
4121 }
4122 /*.wpallexport-plugin form.wpallexport-step-3{
4123 width: 55%;
4124 }*/
4125 .wpallexport-plugin .wpallexport-export-template tbody tr td.left{
4126 width: 65%;
4127 }
4128 }
4129
4130 .wpallexport-plugin .wpallimport-notify-wrapper .found_records.terminated, .wpallexport-plugin .found_records.terminated {
4131 background: url(../img/ui_4.0/exclamation.png) no-repeat !important;
4132 }
4133
4134 .wpallexport-plugin .wpallexport-notify-wrapper .found_records {
4135 padding-left: 80px;
4136 margin-bottom: 0;
4137 margin-left: 40px;
4138 margin-top: 35px;
4139 margin-bottom: 20px;
4140 position: relative;
4141 }
4142
4143 .wpallexport-plugin .wpallexport-notify-wrapper .found_records h3 {
4144 color: #425f9a;
4145 margin-bottom: 0;
4146 margin-top: 3px;
4147 font-size: 22px;
4148 line-height: 28px;
4149 }
4150
4151 .wpallexport-plugin .wpallexport-notify-wrapper .found_records h4 {
4152 color: #777;
4153 margin-top: 5px;
4154 font-size: 20px;
4155 }
4156
4157 /** GENERAL EXPORT SUCCESS PAGE **/
4158 #export_finished ul.success-tabs {
4159 margin-bottom: 0;
4160 }
4161
4162 #export_finished .success-tabs li.tab {
4163 display: inline-block;
4164 width: 140px;
4165 height: 20px;
4166 padding: 14px;
4167 border: 1px solid #ddd;
4168 border-bottom: 0;
4169 color:#777;
4170 font-weight: bold;
4171 font-size: 14px;;
4172 margin-left: 0;
4173 margin-bottom: 0;
4174 margin-right: 2px;
4175 border-top-right-radius: 3px;
4176 border-top-left-radius: 3px;
4177 cursor: pointer;
4178 user-select: none;
4179 }
4180
4181 #export_finished .success-tabs li.tab:hover, #export_finished .success-tabs li.tab.selected {
4182 background-color: #425f9a;
4183 color: #fff;
4184 }
4185
4186 #export_finished .tab-content {
4187 min-height:300px;
4188 width: 870px;
4189 display:none;
4190 margin-left: auto;
4191 margin-right: auto;
4192 padding: 0 20px 20px;
4193 transition: 1.2s ease-out;
4194 }
4195
4196 #export_finished .tab-content.selected {
4197 display: block;
4198 }
4199
4200
4201
4202 #export_finished #tab1-content button, #export_finished #tab4-content button {
4203 text-shadow: none;
4204 }
4205
4206 .subscribe-button-text {
4207 text-shadow: none!important;
4208 }
4209
4210 #export_finished #tab2-content .wrap {
4211 margin-left: 0;
4212 margin-right: 0;
4213 }
4214
4215 #export_finished button {
4216 background-image: none;
4217 width:170px;
4218 margin-top:-20px;
4219 }
4220
4221 #export_finished #tab4-content button {
4222 margin-top: 0;
4223 }
4224
4225 #export_finished #tab4-content button {
4226 width: 236px;
4227 }
4228
4229 #export_finished #download-details {
4230 margin-top: 21px;
4231 font-size: 14px;
4232 }
4233 /** ENG GENERAL EXPORT SUCCESS PAGE **/
4234
4235 /** GOOGLE MERCHANTS EXPORT SUCCESS PAGE **/
4236 ol li {
4237 margin-bottom: 5px;
4238 }
4239 .google-merchants-success ol,
4240 .google-merchants-success li,
4241 .google-merchants-success h3,
4242 .google-merchants-success p,
4243 .google-merchants-success a {
4244 padding-top:0;
4245 padding-bottom:0;
4246 margin-top: 0;
4247 margin-bottom: 0;
4248 }
4249
4250 .google-merchants-success h3 {
4251 margin-top: 21px;
4252 margin-bottom: 21px;
4253 }
4254
4255 .google-merchants-success ol li {
4256 font-size: 16px;
4257 margin-top: 16px;
4258
4259 }
4260
4261 .google-merchants-success ol {
4262 margin-left: 70px;
4263 text-align: left;
4264 }
4265
4266 .google-merchants-success p {
4267 margin-top: 21px;
4268 margin-bottom: 21px;
4269 }
4270
4271 .google-merchants-success h3 {
4272 color:#425f9a !important;
4273 margin-top:0;
4274 }
4275
4276 .google-merchants-success .wpae-container {
4277 width:500px;
4278 background-color: #fff;
4279 text-align: center;
4280 margin-left: auto;
4281 margin-right: auto;
4282 padding: 20px 20px 41px;
4283 border-radius: 3px;
4284 border: 1px solid #ccc;
4285 }
4286
4287 .google-merchants-success a.merchants-dashboard-url {
4288 padding: 0 !important;
4289 margin: 0 !important;
4290 height: auto !important;
4291 }
4292
4293 .google-merchants-success p.feed-url-title {
4294 font-size: 21px;
4295 margin-bottom: 14px;
4296 }
4297
4298 .google-merchats-success p a.feed-url {
4299 font-size: 16px;
4300 margin-top: 0 !important;
4301 padding-top: 0 !important;
4302 }
4303
4304 .google-merchants-success p.feed-url {
4305 padding-top:0 !important;
4306 margin-top:0 !important;
4307 }
4308 /** END GOOGLE MERCHANTS SUCCESS PAGE **/
4309
4310
4311 .scheduling_interval_type {
4312 width:90px;
4313 padding: 10px !important;
4314 border: 1px solid #ddd;
4315 border-radius: 4px;
4316 -moz-border-radius: 4px;
4317 -khtml-border-radius: 4px;
4318 -webkit-border-radius: 4px;
4319 color: #777;
4320 position: relative;
4321 top: 0;
4322 height: auto !important;
4323 }
4324
4325 .scheduling_interval_duration {
4326 border: 1px solid #ddd;
4327 border-radius: 4px;
4328 -moz-border-radius: 4px;
4329 -khtml-border-radius: 4px;
4330 -webkit-border-radius: 4px;
4331 color: #777;
4332 width: 56px;
4333 padding: 10px;
4334 height: auto !important;
4335 }
4336
4337
4338 /** COMBINE MULTIPLE ELEMENTS INTO ONE **/
4339 #combine_multiple_fields_data .default_column {
4340 display: none;
4341 }
4342
4343 #combine_multiple_fields_data ul {
4344 margin-top: 0;
4345 }
4346
4347 input label {
4348 font-size: 12px;
4349 }
4350 .wp-all-export-field-options {
4351 margin-left: 20px;
4352 }
4353 .wp-all-export-field-options .chosen-container {
4354 width: 100% !important;
4355 }
4356 .wpallexport-pointer-data.available-data {
4357 max-height: 450px;
4358 }
4359 .wpallexport-pointer-data .fieldset{
4360 width: 170px;
4361 }
4362
4363 .ui-state-active,
4364 .ui-widget-content .ui-state-active,
4365 .ui-widget-header .ui-state-active,
4366 .ui-autocomplete, .ui-autocomplete:hover,
4367 .ui-menu-item, .ui-menu-item:hover,
4368 .ui-menu-item a, .ui-menu-item a:hover,
4369 .ui-widget-content .ui-state-focus,
4370 .ui-widget-header .ui-state-focus,
4371 .ui-widget-content .ui-state-hover,
4372 .ui-widget-header .ui-state-hover,
4373 .ui-menu .ui-menu-item a.ui-state-focus,
4374 .ui-menu .ui-menu-item a.ui-state-active,
4375 .ui-menu .ui-menu-item a
4376 { background: #ffffff none no-repeat;
4377 padding:0;
4378 margin:0;
4379 display:block;
4380 border:0;border-collapse:collapse;
4381 }
4382
4383 .ui-menu .ui-menu-item a.ui-corner-all:hover, .ui-menu .ui-menu-item a.ui-corner-all:focus, .ui-menu .ui-menu-item a.ui-corner-all:active {
4384 background:#ff8a00!important;
4385 color:#000;
4386 border-radius:0;
4387 padding: 15px;
4388 }
4389 .ui-autocomplete {
4390 position: absolute;
4391 z-index: 1000;
4392 cursor: default;
4393 padding: 0;
4394 margin-top: 2px;
4395 list-style: none;
4396 background-color: #ffffff;
4397 border: 1px solid #ccc;
4398 -webkit-border-radius: 5px;
4399 -moz-border-radius: 5px;
4400 border-radius: 5px;
4401 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4402 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4403 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4404 }
4405
4406 .ui-autocomplete:hover {
4407 padding: 0;
4408 margin-top: 2px;
4409 border: 1px solid #ccc;
4410 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4411 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4412 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4413 }
4414
4415 .ui-autocomplete {
4416 border-radius: 0 !important;
4417 overflow-x: hidden !important;
4418 }
4419
4420 .ui-autocomplete > li {
4421 padding-top: 5px !important;
4422 padding-bottom: 5px !important;
4423 padding-left: 5px !important;
4424 border: none !important;
4425
4426 border-radius: 0 !important;
4427 overflow: hidden !important;;
4428 }
4429 .ui-autocomplete > li.ui-state-focus {
4430 color: #464646;
4431 background-color: #f7f7f7;
4432 }
4433 .ui-helper-hidden-accessible {
4434 display: none;
4435 }
4436
4437 .wpallexport-plugin #wp_all_export_xml_element_chosen,
4438 .wpallexport-plugin #wp_all_export_rule_chosen {
4439 background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 50%;
4440 background-size: auto;
4441 background-size: 16px 16px;
4442 }
4443
4444 .wpallexport-plugin .chosen-container-single .chosen-single {
4445 height: 41px;
4446 line-height: 38px;
4447 font-size: 14px;
4448 background: none;
4449 box-shadow: none;
4450 color: #555 !important;
4451 padding: 0 0 0 12px;
4452 }
4453
4454 .wpallexport-plugin .chosen-container-single .chosen-single div {
4455 top: 9px;
4456 }
4457
4458 .wpallexport-plugin .chosen-results li.no-results {
4459 padding: 10px;
4460 font-size: 15px;
4461 }
4462 /** END COMBINE MULTIPLE ELEMENTS INTO ONE **/
4463
4464 .wpallexport-plugin .pmxe_date_format{
4465 width: 100%;
4466 padding: 18px;
4467 height: 25px;
4468 border: 1px solid #ddd;
4469 box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
4470 border-radius: 5px;
4471 background-color: #fff;
4472 margin-bottom: 10px;
4473
4474 }
4475
4476 .wpallexport-plugin .wp_all_export_saving_status {
4477 padding: 10px;
4478 display: block;
4479 }
4480
4481 .wpallexport-plugin .wp_all_export_saving_status.error,
4482 .wpallexport-plugin .wp_all_export_saving_status.updated {
4483 background: white !important;
4484 }
4485
4486 .category-mapper .mask {
4487 display: none;
4488 }
4489
4490 .wpallexport-plugin .wpallexport-xml-advanced-options .simple_xml_template_options {
4491 margin-top: 30px;
4492 }
4493
4494 .wpallexport-plugin .switcher-target-simple_custom_xml_cdata_logic_never {
4495 padding-left: 26px;
4496 }
4497
4498 .wpallexport-plugin .switcher-target-simple_custom_xml_cdata_logic_never p {
4499 font-style: normal;
4500 }
4501 .wpallexport-xml-advanced-options .product_variations input[type="radio"] {
4502 margin-bottom: -3px;
4503 }
4504
4505 .wpallexport-xml-advanced-options #custom_xml_cdata_logic_auto,
4506 .wpallexport-xml-advanced-options #custom_custom_xml_cdata_logic_all,
4507 .wpallexport-xml-advanced-options #custom_custom_xml_cdata_logic_never {
4508 margin-bottom: -4px;
4509 }
4510
4511 /*
4512 * Download Import Templates
4513 */
4514
4515 .wpallexport-plugin .download-import-templates p {
4516 font-size: 14px;
4517 }
4518
4519 .wpallexport-plugin .download-import-templates h2 {
4520 margin-bottom: 10px;
4521 }
4522
4523
4524 .wpae-shake {
4525 -webkit-animation: wpae_shake 0.4s 1 linear;
4526 -moz-animation: wpae_shake 0.4s 1 linear;
4527 -o-animation: wpae_shake 0.4s 1 linear;
4528 }
4529 @-webkit-keyframes wpae_shake {
4530 0% { -webkit-transform: translate(30px); }
4531 20% { -webkit-transform: translate(-30px); }
4532 40% { -webkit-transform: translate(15px); }
4533 60% { -webkit-transform: translate(-15px); }
4534 80% { -webkit-transform: translate(8px); }
4535 100% { -webkit-transform: translate(0px); }
4536 }
4537 @-moz-keyframes wpae_shake {
4538 0% { -moz-transform: translate(30px); }
4539 20% { -moz-transform: translate(-30px); }
4540 40% { -moz-transform: translate(15px); }
4541 60% { -moz-transform: translate(-15px); }
4542 80% { -moz-transform: translate(8px); }
4543 100% { -moz-transform: translate(0px); }
4544 }
4545 @-o-keyframes wpae_shake {
4546 0% { -o-transform: translate(30px); }
4547 20% { -o-transform: translate(-30px); }
4548 40% { -o-transform: translate(15px); }
4549 60% { -o-transform: translate(-15px); }
4550 80% { -o-transform: translate(8px); }
4551 100% { -o-origin-transform: translate(0px); }
4552 }
4553
4554 .wpae-shake-small {
4555 -webkit-animation: wpae_shake_small 0.4s 1 linear;
4556 -moz-animation: wpae_shake_small 0.4s 1 linear;
4557 -o-animation: wpae_shake_small 0.4s 1 linear;
4558 }
4559 @-webkit-keyframes wpae_shake_small {
4560 0% { -webkit-transform: translate(10px); }
4561 20% { -webkit-transform: translate(-10px); }
4562 40% { -webkit-transform: translate(5px); }
4563 60% { -webkit-transform: translate(-5px); }
4564 80% { -webkit-transform: translate(3px); }
4565 100% { -webkit-transform: translate(0px); }
4566 }
4567 @-moz-keyframes wpae_shake_small {
4568 0% { -moz-transform: translate(10px); }
4569 20% { -moz-transform: translate(-10px); }
4570 40% { -moz-transform: translate(5px); }
4571 60% { -moz-transform: translate(-5px); }
4572 80% { -moz-transform: translate(3px); }
4573 100% { -moz-transform: translate(0px); }
4574 }
4575 @-o-keyframes wpae_shake_small {
4576 0% { -o-transform: translate(10px); }
4577 20% { -o-transform: translate(-10px); }
4578 40% { -o-transform: translate(5px); }
4579 60% { -o-transform: translate(-5px); }
4580 80% { -o-transform: translate(3px); }
4581 100% { -o-origin-transform: translate(0px); }
4582 }
4583
4584 /*
4585 New footer styles.
4586 */
4587 .wpallexport-plugin .wpallexport-cta-text-link {
4588 display: flex;
4589 justify-content: right;
4590 align-content: center;
4591 flex-wrap: wrap;
4592 flex-direction: row;
4593 font-size: 13px;
4594 }
4595
4596 .wpallexport-plugin .wpallexport-negative-margin .wpallexport-cta-text-link {
4597 margin-top: -45px;
4598 }
4599
4600 .wpallexport-plugin .wpallexport-negative-margin.sixty .wpallexport-cta-text-link {
4601 margin-top: -60px;
4602 }
4603
4604 .wpallexport-plugin .wpallexport-cta-text-link img {
4605 padding-top: 14px;
4606 padding-bottom: 10px;
4607 padding-right: 5px;
4608 height: 15px;
4609 }
4610
4611 .wpallexport-plugin .wpallexport-footer {
4612 display: flex;
4613 justify-content: center;
4614 flex-direction: column-reverse;
4615 }
4616
4617 .wpallexport-plugin .wpallexport-negative-margin.sixty .wpallexport-footer {
4618 margin-top: -60px;
4619 }
4620
4621 .wpallexport-plugin .wpallexport-negative-margin.fifteen .wpallexport-footer {
4622 margin-top: -15px;
4623 }
4624
4625 .wpallexport-plugin .wpallexport-display-columns .wpallexport-footer div {
4626 width: 33%;
4627 }
4628
4629 .wpallexport-plugin .wpallexport-display-columns .wpallexport-footer{
4630 flex-direction: row;
4631 }
4632
4633 .wpallexport-plugin .wpallexport-display-columns .wpallexport-footer .wpallexport-soflyy {
4634 margin-bottom: 15px;
4635 }
4636
4637 .wpallexport-plugin .wpallexport-margin-top-forty .wpallexport-footer {
4638 margin-top: 40px;
4639 }