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