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