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