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