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