Issue #23853: More widget refactoring.
[xtuple] / lib / enyo-x / source / stylesheets / screen.css
1 /*
2   To compile this .less file to .css:
3   lessc screen.less > ../stylesheets/screen.css
4   Use -compress for a compressed .css with no comments
5 */
6 /*!
7  *  Font Awesome 3.2.1
8  *  the iconic font designed for Bootstrap
9  *  ------------------------------------------------------------------------------
10  *  The full suite of pictographic icons, examples, and documentation can be
11  *  found at http://fontawesome.io.  Stay up to date on Twitter at
12  *  http://twitter.com/fontawesome.
13  *
14  *  License
15  *  ------------------------------------------------------------------------------
16  *  - The Font Awesome font is licensed under SIL OFL 1.1 -
17  *    http://scripts.sil.org/OFL
18  *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
19  *    http://opensource.org/licenses/mit-license.html
20  *  - Font Awesome documentation licensed under CC BY 3.0 -
21  *    http://creativecommons.org/licenses/by/3.0/
22  *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
23  *    "Font Awesome by Dave Gandy - http://fontawesome.io"
24  *
25  *  Author - Dave Gandy
26  *  ------------------------------------------------------------------------------
27  *  Email: dave@fontawesome.io
28  *  Twitter: http://twitter.com/davegandy
29  *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
30  */
31 /* FONT PATH
32  * -------------------------- */
33 @font-face {
34   font-family: 'FontAwesome';
35   src: url('../../lib/font-awesome/font/fontawesome-webfont.eot?v=3.2.1');
36   src: url('../../lib/font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../../lib/font-awesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../../lib/font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../../lib/font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
37   font-weight: normal;
38   font-style: normal;
39 }
40 /* FONT AWESOME CORE
41  * -------------------------- */
42 [class^="icon-"],
43 [class*=" icon-"] {
44   font-family: FontAwesome;
45   font-weight: normal;
46   font-style: normal;
47   text-decoration: inherit;
48   -webkit-font-smoothing: antialiased;
49   *margin-right: .3em;
50 }
51 [class^="icon-"]:before,
52 [class*=" icon-"]:before {
53   text-decoration: inherit;
54   display: inline-block;
55   speak: none;
56 }
57 /* makes the font 33% larger relative to the icon container */
58 .icon-large:before {
59   vertical-align: -10%;
60   font-size: 1.33333333em;
61 }
62 /* makes sure icons active on rollover in links */
63 a [class^="icon-"],
64 a [class*=" icon-"] {
65   display: inline;
66 }
67 /* increased font size for icon-large */
68 [class^="icon-"].icon-fixed-width,
69 [class*=" icon-"].icon-fixed-width {
70   display: inline-block;
71   width: 1.14285714em;
72   text-align: right;
73   padding-right: 0.28571429em;
74 }
75 [class^="icon-"].icon-fixed-width.icon-large,
76 [class*=" icon-"].icon-fixed-width.icon-large {
77   width: 1.42857143em;
78 }
79 .icons-ul {
80   margin-left: 2.14285714em;
81   list-style-type: none;
82 }
83 .icons-ul > li {
84   position: relative;
85 }
86 .icons-ul .icon-li {
87   position: absolute;
88   left: -2.14285714em;
89   width: 2.14285714em;
90   text-align: center;
91   line-height: inherit;
92 }
93 [class^="icon-"].hide,
94 [class*=" icon-"].hide {
95   display: none;
96 }
97 .icon-muted {
98   color: #eeeeee;
99 }
100 .icon-light {
101   color: #ffffff;
102 }
103 .icon-dark {
104   color: #333333;
105 }
106 .icon-border {
107   border: solid 1px #eeeeee;
108   padding: .2em .25em .15em;
109   -webkit-border-radius: 3px;
110   -moz-border-radius: 3px;
111   border-radius: 3px;
112 }
113 .icon-2x {
114   font-size: 2em;
115 }
116 .icon-2x.icon-border {
117   border-width: 2px;
118   -webkit-border-radius: 4px;
119   -moz-border-radius: 4px;
120   border-radius: 4px;
121 }
122 .icon-3x {
123   font-size: 3em;
124 }
125 .icon-3x.icon-border {
126   border-width: 3px;
127   -webkit-border-radius: 5px;
128   -moz-border-radius: 5px;
129   border-radius: 5px;
130 }
131 .icon-4x {
132   font-size: 4em;
133 }
134 .icon-4x.icon-border {
135   border-width: 4px;
136   -webkit-border-radius: 6px;
137   -moz-border-radius: 6px;
138   border-radius: 6px;
139 }
140 .icon-5x {
141   font-size: 5em;
142 }
143 .icon-5x.icon-border {
144   border-width: 5px;
145   -webkit-border-radius: 7px;
146   -moz-border-radius: 7px;
147   border-radius: 7px;
148 }
149 .pull-right {
150   float: right;
151 }
152 .pull-left {
153   float: left;
154 }
155 [class^="icon-"].pull-left,
156 [class*=" icon-"].pull-left {
157   margin-right: .3em;
158 }
159 [class^="icon-"].pull-right,
160 [class*=" icon-"].pull-right {
161   margin-left: .3em;
162 }
163 /* BOOTSTRAP SPECIFIC CLASSES
164  * -------------------------- */
165 /* Bootstrap 2.0 sprites.less reset */
166 [class^="icon-"],
167 [class*=" icon-"] {
168   display: inline;
169   width: auto;
170   height: auto;
171   line-height: normal;
172   vertical-align: baseline;
173   background-image: none;
174   background-position: 0% 0%;
175   background-repeat: repeat;
176   margin-top: 0;
177 }
178 /* more sprites.less reset */
179 .icon-white,
180 .nav-pills > .active > a > [class^="icon-"],
181 .nav-pills > .active > a > [class*=" icon-"],
182 .nav-list > .active > a > [class^="icon-"],
183 .nav-list > .active > a > [class*=" icon-"],
184 .navbar-inverse .nav > .active > a > [class^="icon-"],
185 .navbar-inverse .nav > .active > a > [class*=" icon-"],
186 .dropdown-menu > li > a:hover > [class^="icon-"],
187 .dropdown-menu > li > a:hover > [class*=" icon-"],
188 .dropdown-menu > .active > a > [class^="icon-"],
189 .dropdown-menu > .active > a > [class*=" icon-"],
190 .dropdown-submenu:hover > a > [class^="icon-"],
191 .dropdown-submenu:hover > a > [class*=" icon-"] {
192   background-image: none;
193 }
194 /* keeps Bootstrap styles with and without icons the same */
195 .btn [class^="icon-"].icon-large,
196 .nav [class^="icon-"].icon-large,
197 .btn [class*=" icon-"].icon-large,
198 .nav [class*=" icon-"].icon-large {
199   line-height: .9em;
200 }
201 .btn [class^="icon-"].icon-spin,
202 .nav [class^="icon-"].icon-spin,
203 .btn [class*=" icon-"].icon-spin,
204 .nav [class*=" icon-"].icon-spin {
205   display: inline-block;
206 }
207 .nav-tabs [class^="icon-"],
208 .nav-pills [class^="icon-"],
209 .nav-tabs [class*=" icon-"],
210 .nav-pills [class*=" icon-"],
211 .nav-tabs [class^="icon-"].icon-large,
212 .nav-pills [class^="icon-"].icon-large,
213 .nav-tabs [class*=" icon-"].icon-large,
214 .nav-pills [class*=" icon-"].icon-large {
215   line-height: .9em;
216 }
217 .btn [class^="icon-"].pull-left.icon-2x,
218 .btn [class*=" icon-"].pull-left.icon-2x,
219 .btn [class^="icon-"].pull-right.icon-2x,
220 .btn [class*=" icon-"].pull-right.icon-2x {
221   margin-top: .18em;
222 }
223 .btn [class^="icon-"].icon-spin.icon-large,
224 .btn [class*=" icon-"].icon-spin.icon-large {
225   line-height: .8em;
226 }
227 .btn.btn-small [class^="icon-"].pull-left.icon-2x,
228 .btn.btn-small [class*=" icon-"].pull-left.icon-2x,
229 .btn.btn-small [class^="icon-"].pull-right.icon-2x,
230 .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
231   margin-top: .25em;
232 }
233 .btn.btn-large [class^="icon-"],
234 .btn.btn-large [class*=" icon-"] {
235   margin-top: 0;
236 }
237 .btn.btn-large [class^="icon-"].pull-left.icon-2x,
238 .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
239 .btn.btn-large [class^="icon-"].pull-right.icon-2x,
240 .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
241   margin-top: .05em;
242 }
243 .btn.btn-large [class^="icon-"].pull-left.icon-2x,
244 .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
245   margin-right: .2em;
246 }
247 .btn.btn-large [class^="icon-"].pull-right.icon-2x,
248 .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
249   margin-left: .2em;
250 }
251 /* Fixes alignment in nav lists */
252 .nav-list [class^="icon-"],
253 .nav-list [class*=" icon-"] {
254   line-height: inherit;
255 }
256 /* EXTRAS
257  * -------------------------- */
258 /* Stacked and layered icon */
259 .icon-stack {
260   position: relative;
261   display: inline-block;
262   width: 2em;
263   height: 2em;
264   line-height: 2em;
265   vertical-align: -35%;
266 }
267 .icon-stack [class^="icon-"],
268 .icon-stack [class*=" icon-"] {
269   display: block;
270   text-align: center;
271   position: absolute;
272   width: 100%;
273   height: 100%;
274   font-size: 1em;
275   line-height: inherit;
276   *line-height: 2em;
277 }
278 .icon-stack .icon-stack-base {
279   font-size: 2em;
280   *line-height: 1em;
281 }
282 /* Animated rotating icon */
283 .icon-spin {
284   display: inline-block;
285   -moz-animation: spin 2s infinite linear;
286   -o-animation: spin 2s infinite linear;
287   -webkit-animation: spin 2s infinite linear;
288   animation: spin 2s infinite linear;
289 }
290 /* Prevent stack and spinners from being taken inline when inside a link */
291 a .icon-stack,
292 a .icon-spin {
293   display: inline-block;
294   text-decoration: none;
295 }
296 @-moz-keyframes spin {
297   0% {
298     -moz-transform: rotate(0deg);
299   }
300   100% {
301     -moz-transform: rotate(359deg);
302   }
303 }
304 @-webkit-keyframes spin {
305   0% {
306     -webkit-transform: rotate(0deg);
307   }
308   100% {
309     -webkit-transform: rotate(359deg);
310   }
311 }
312 @-o-keyframes spin {
313   0% {
314     -o-transform: rotate(0deg);
315   }
316   100% {
317     -o-transform: rotate(359deg);
318   }
319 }
320 @-ms-keyframes spin {
321   0% {
322     -ms-transform: rotate(0deg);
323   }
324   100% {
325     -ms-transform: rotate(359deg);
326   }
327 }
328 @keyframes spin {
329   0% {
330     transform: rotate(0deg);
331   }
332   100% {
333     transform: rotate(359deg);
334   }
335 }
336 /* Icon rotations and mirroring */
337 .icon-rotate-90:before {
338   -webkit-transform: rotate(90deg);
339   -moz-transform: rotate(90deg);
340   -ms-transform: rotate(90deg);
341   -o-transform: rotate(90deg);
342   transform: rotate(90deg);
343   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
344 }
345 .icon-rotate-180:before {
346   -webkit-transform: rotate(180deg);
347   -moz-transform: rotate(180deg);
348   -ms-transform: rotate(180deg);
349   -o-transform: rotate(180deg);
350   transform: rotate(180deg);
351   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
352 }
353 .icon-rotate-270:before {
354   -webkit-transform: rotate(270deg);
355   -moz-transform: rotate(270deg);
356   -ms-transform: rotate(270deg);
357   -o-transform: rotate(270deg);
358   transform: rotate(270deg);
359   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
360 }
361 .icon-flip-horizontal:before {
362   -webkit-transform: scale(-1, 1);
363   -moz-transform: scale(-1, 1);
364   -ms-transform: scale(-1, 1);
365   -o-transform: scale(-1, 1);
366   transform: scale(-1, 1);
367 }
368 .icon-flip-vertical:before {
369   -webkit-transform: scale(1, -1);
370   -moz-transform: scale(1, -1);
371   -ms-transform: scale(1, -1);
372   -o-transform: scale(1, -1);
373   transform: scale(1, -1);
374 }
375 /* ensure rotation occurs inside anchor tags */
376 a .icon-rotate-90:before,
377 a .icon-rotate-180:before,
378 a .icon-rotate-270:before,
379 a .icon-flip-horizontal:before,
380 a .icon-flip-vertical:before {
381   display: inline-block;
382 }
383 /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
384    readers do not read off random characters that represent icons */
385 .icon-glass:before {
386   content: "\f000";
387 }
388 .icon-music:before {
389   content: "\f001";
390 }
391 .icon-search:before {
392   content: "\f002";
393 }
394 .icon-envelope-alt:before {
395   content: "\f003";
396 }
397 .icon-heart:before {
398   content: "\f004";
399 }
400 .icon-star:before {
401   content: "\f005";
402 }
403 .icon-star-empty:before {
404   content: "\f006";
405 }
406 .icon-user:before {
407   content: "\f007";
408 }
409 .icon-film:before {
410   content: "\f008";
411 }
412 .icon-th-large:before {
413   content: "\f009";
414 }
415 .icon-th:before {
416   content: "\f00a";
417 }
418 .icon-th-list:before {
419   content: "\f00b";
420 }
421 .icon-ok:before {
422   content: "\f00c";
423 }
424 .icon-remove:before {
425   content: "\f00d";
426 }
427 .icon-zoom-in:before {
428   content: "\f00e";
429 }
430 .icon-zoom-out:before {
431   content: "\f010";
432 }
433 .icon-power-off:before,
434 .icon-off:before {
435   content: "\f011";
436 }
437 .icon-signal:before {
438   content: "\f012";
439 }
440 .icon-gear:before,
441 .icon-cog:before {
442   content: "\f013";
443 }
444 .icon-trash:before {
445   content: "\f014";
446 }
447 .icon-home:before {
448   content: "\f015";
449 }
450 .icon-file-alt:before {
451   content: "\f016";
452 }
453 .icon-time:before {
454   content: "\f017";
455 }
456 .icon-road:before {
457   content: "\f018";
458 }
459 .icon-download-alt:before {
460   content: "\f019";
461 }
462 .icon-download:before {
463   content: "\f01a";
464 }
465 .icon-upload:before {
466   content: "\f01b";
467 }
468 .icon-inbox:before {
469   content: "\f01c";
470 }
471 .icon-play-circle:before {
472   content: "\f01d";
473 }
474 .icon-rotate-right:before,
475 .icon-repeat:before {
476   content: "\f01e";
477 }
478 .icon-refresh:before {
479   content: "\f021";
480 }
481 .icon-list-alt:before {
482   content: "\f022";
483 }
484 .icon-lock:before {
485   content: "\f023";
486 }
487 .icon-flag:before {
488   content: "\f024";
489 }
490 .icon-headphones:before {
491   content: "\f025";
492 }
493 .icon-volume-off:before {
494   content: "\f026";
495 }
496 .icon-volume-down:before {
497   content: "\f027";
498 }
499 .icon-volume-up:before {
500   content: "\f028";
501 }
502 .icon-qrcode:before {
503   content: "\f029";
504 }
505 .icon-barcode:before {
506   content: "\f02a";
507 }
508 .icon-tag:before {
509   content: "\f02b";
510 }
511 .icon-tags:before {
512   content: "\f02c";
513 }
514 .icon-book:before {
515   content: "\f02d";
516 }
517 .icon-bookmark:before {
518   content: "\f02e";
519 }
520 .icon-print:before {
521   content: "\f02f";
522 }
523 .icon-camera:before {
524   content: "\f030";
525 }
526 .icon-font:before {
527   content: "\f031";
528 }
529 .icon-bold:before {
530   content: "\f032";
531 }
532 .icon-italic:before {
533   content: "\f033";
534 }
535 .icon-text-height:before {
536   content: "\f034";
537 }
538 .icon-text-width:before {
539   content: "\f035";
540 }
541 .icon-align-left:before {
542   content: "\f036";
543 }
544 .icon-align-center:before {
545   content: "\f037";
546 }
547 .icon-align-right:before {
548   content: "\f038";
549 }
550 .icon-align-justify:before {
551   content: "\f039";
552 }
553 .icon-list:before {
554   content: "\f03a";
555 }
556 .icon-indent-left:before {
557   content: "\f03b";
558 }
559 .icon-indent-right:before {
560   content: "\f03c";
561 }
562 .icon-facetime-video:before {
563   content: "\f03d";
564 }
565 .icon-picture:before {
566   content: "\f03e";
567 }
568 .icon-pencil:before {
569   content: "\f040";
570 }
571 .icon-map-marker:before {
572   content: "\f041";
573 }
574 .icon-adjust:before {
575   content: "\f042";
576 }
577 .icon-tint:before {
578   content: "\f043";
579 }
580 .icon-edit:before {
581   content: "\f044";
582 }
583 .icon-share:before {
584   content: "\f045";
585 }
586 .icon-check:before {
587   content: "\f046";
588 }
589 .icon-move:before {
590   content: "\f047";
591 }
592 .icon-step-backward:before {
593   content: "\f048";
594 }
595 .icon-fast-backward:before {
596   content: "\f049";
597 }
598 .icon-backward:before {
599   content: "\f04a";
600 }
601 .icon-play:before {
602   content: "\f04b";
603 }
604 .icon-pause:before {
605   content: "\f04c";
606 }
607 .icon-stop:before {
608   content: "\f04d";
609 }
610 .icon-forward:before {
611   content: "\f04e";
612 }
613 .icon-fast-forward:before {
614   content: "\f050";
615 }
616 .icon-step-forward:before {
617   content: "\f051";
618 }
619 .icon-eject:before {
620   content: "\f052";
621 }
622 .icon-chevron-left:before {
623   content: "\f053";
624 }
625 .icon-chevron-right:before {
626   content: "\f054";
627 }
628 .icon-plus-sign:before {
629   content: "\f055";
630 }
631 .icon-minus-sign:before {
632   content: "\f056";
633 }
634 .icon-remove-sign:before {
635   content: "\f057";
636 }
637 .icon-ok-sign:before {
638   content: "\f058";
639 }
640 .icon-question-sign:before {
641   content: "\f059";
642 }
643 .icon-info-sign:before {
644   content: "\f05a";
645 }
646 .icon-screenshot:before {
647   content: "\f05b";
648 }
649 .icon-remove-circle:before {
650   content: "\f05c";
651 }
652 .icon-ok-circle:before {
653   content: "\f05d";
654 }
655 .icon-ban-circle:before {
656   content: "\f05e";
657 }
658 .icon-arrow-left:before {
659   content: "\f060";
660 }
661 .icon-arrow-right:before {
662   content: "\f061";
663 }
664 .icon-arrow-up:before {
665   content: "\f062";
666 }
667 .icon-arrow-down:before {
668   content: "\f063";
669 }
670 .icon-mail-forward:before,
671 .icon-share-alt:before {
672   content: "\f064";
673 }
674 .icon-resize-full:before {
675   content: "\f065";
676 }
677 .icon-resize-small:before {
678   content: "\f066";
679 }
680 .icon-plus:before {
681   content: "\f067";
682 }
683 .icon-minus:before {
684   content: "\f068";
685 }
686 .icon-asterisk:before {
687   content: "\f069";
688 }
689 .icon-exclamation-sign:before {
690   content: "\f06a";
691 }
692 .icon-gift:before {
693   content: "\f06b";
694 }
695 .icon-leaf:before {
696   content: "\f06c";
697 }
698 .icon-fire:before {
699   content: "\f06d";
700 }
701 .icon-eye-open:before {
702   content: "\f06e";
703 }
704 .icon-eye-close:before {
705   content: "\f070";
706 }
707 .icon-warning-sign:before {
708   content: "\f071";
709 }
710 .icon-plane:before {
711   content: "\f072";
712 }
713 .icon-calendar:before {
714   content: "\f073";
715 }
716 .icon-random:before {
717   content: "\f074";
718 }
719 .icon-comment:before {
720   content: "\f075";
721 }
722 .icon-magnet:before {
723   content: "\f076";
724 }
725 .icon-chevron-up:before {
726   content: "\f077";
727 }
728 .icon-chevron-down:before {
729   content: "\f078";
730 }
731 .icon-retweet:before {
732   content: "\f079";
733 }
734 .icon-shopping-cart:before {
735   content: "\f07a";
736 }
737 .icon-folder-close:before {
738   content: "\f07b";
739 }
740 .icon-folder-open:before {
741   content: "\f07c";
742 }
743 .icon-resize-vertical:before {
744   content: "\f07d";
745 }
746 .icon-resize-horizontal:before {
747   content: "\f07e";
748 }
749 .icon-bar-chart:before {
750   content: "\f080";
751 }
752 .icon-twitter-sign:before {
753   content: "\f081";
754 }
755 .icon-facebook-sign:before {
756   content: "\f082";
757 }
758 .icon-camera-retro:before {
759   content: "\f083";
760 }
761 .icon-key:before {
762   content: "\f084";
763 }
764 .icon-gears:before,
765 .icon-cogs:before {
766   content: "\f085";
767 }
768 .icon-comments:before {
769   content: "\f086";
770 }
771 .icon-thumbs-up-alt:before {
772   content: "\f087";
773 }
774 .icon-thumbs-down-alt:before {
775   content: "\f088";
776 }
777 .icon-star-half:before {
778   content: "\f089";
779 }
780 .icon-heart-empty:before {
781   content: "\f08a";
782 }
783 .icon-signout:before {
784   content: "\f08b";
785 }
786 .icon-linkedin-sign:before {
787   content: "\f08c";
788 }
789 .icon-pushpin:before {
790   content: "\f08d";
791 }
792 .icon-external-link:before {
793   content: "\f08e";
794 }
795 .icon-signin:before {
796   content: "\f090";
797 }
798 .icon-trophy:before {
799   content: "\f091";
800 }
801 .icon-github-sign:before {
802   content: "\f092";
803 }
804 .icon-upload-alt:before {
805   content: "\f093";
806 }
807 .icon-lemon:before {
808   content: "\f094";
809 }
810 .icon-phone:before {
811   content: "\f095";
812 }
813 .icon-unchecked:before,
814 .icon-check-empty:before {
815   content: "\f096";
816 }
817 .icon-bookmark-empty:before {
818   content: "\f097";
819 }
820 .icon-phone-sign:before {
821   content: "\f098";
822 }
823 .icon-twitter:before {
824   content: "\f099";
825 }
826 .icon-facebook:before {
827   content: "\f09a";
828 }
829 .icon-github:before {
830   content: "\f09b";
831 }
832 .icon-unlock:before {
833   content: "\f09c";
834 }
835 .icon-credit-card:before {
836   content: "\f09d";
837 }
838 .icon-rss:before {
839   content: "\f09e";
840 }
841 .icon-hdd:before {
842   content: "\f0a0";
843 }
844 .icon-bullhorn:before {
845   content: "\f0a1";
846 }
847 .icon-bell:before {
848   content: "\f0a2";
849 }
850 .icon-certificate:before {
851   content: "\f0a3";
852 }
853 .icon-hand-right:before {
854   content: "\f0a4";
855 }
856 .icon-hand-left:before {
857   content: "\f0a5";
858 }
859 .icon-hand-up:before {
860   content: "\f0a6";
861 }
862 .icon-hand-down:before {
863   content: "\f0a7";
864 }
865 .icon-circle-arrow-left:before {
866   content: "\f0a8";
867 }
868 .icon-circle-arrow-right:before {
869   content: "\f0a9";
870 }
871 .icon-circle-arrow-up:before {
872   content: "\f0aa";
873 }
874 .icon-circle-arrow-down:before {
875   content: "\f0ab";
876 }
877 .icon-globe:before {
878   content: "\f0ac";
879 }
880 .icon-wrench:before {
881   content: "\f0ad";
882 }
883 .icon-tasks:before {
884   content: "\f0ae";
885 }
886 .icon-filter:before {
887   content: "\f0b0";
888 }
889 .icon-briefcase:before {
890   content: "\f0b1";
891 }
892 .icon-fullscreen:before {
893   content: "\f0b2";
894 }
895 .icon-group:before {
896   content: "\f0c0";
897 }
898 .icon-link:before {
899   content: "\f0c1";
900 }
901 .icon-cloud:before {
902   content: "\f0c2";
903 }
904 .icon-beaker:before {
905   content: "\f0c3";
906 }
907 .icon-cut:before {
908   content: "\f0c4";
909 }
910 .icon-copy:before {
911   content: "\f0c5";
912 }
913 .icon-paperclip:before,
914 .icon-paper-clip:before {
915   content: "\f0c6";
916 }
917 .icon-save:before {
918   content: "\f0c7";
919 }
920 .icon-sign-blank:before {
921   content: "\f0c8";
922 }
923 .icon-reorder:before {
924   content: "\f0c9";
925 }
926 .icon-list-ul:before {
927   content: "\f0ca";
928 }
929 .icon-list-ol:before {
930   content: "\f0cb";
931 }
932 .icon-strikethrough:before {
933   content: "\f0cc";
934 }
935 .icon-underline:before {
936   content: "\f0cd";
937 }
938 .icon-table:before {
939   content: "\f0ce";
940 }
941 .icon-magic:before {
942   content: "\f0d0";
943 }
944 .icon-truck:before {
945   content: "\f0d1";
946 }
947 .icon-pinterest:before {
948   content: "\f0d2";
949 }
950 .icon-pinterest-sign:before {
951   content: "\f0d3";
952 }
953 .icon-google-plus-sign:before {
954   content: "\f0d4";
955 }
956 .icon-google-plus:before {
957   content: "\f0d5";
958 }
959 .icon-money:before {
960   content: "\f0d6";
961 }
962 .icon-caret-down:before {
963   content: "\f0d7";
964 }
965 .icon-caret-up:before {
966   content: "\f0d8";
967 }
968 .icon-caret-left:before {
969   content: "\f0d9";
970 }
971 .icon-caret-right:before {
972   content: "\f0da";
973 }
974 .icon-columns:before {
975   content: "\f0db";
976 }
977 .icon-sort:before {
978   content: "\f0dc";
979 }
980 .icon-sort-down:before {
981   content: "\f0dd";
982 }
983 .icon-sort-up:before {
984   content: "\f0de";
985 }
986 .icon-envelope:before {
987   content: "\f0e0";
988 }
989 .icon-linkedin:before {
990   content: "\f0e1";
991 }
992 .icon-rotate-left:before,
993 .icon-undo:before {
994   content: "\f0e2";
995 }
996 .icon-legal:before {
997   content: "\f0e3";
998 }
999 .icon-dashboard:before {
1000   content: "\f0e4";
1001 }
1002 .icon-comment-alt:before {
1003   content: "\f0e5";
1004 }
1005 .icon-comments-alt:before {
1006   content: "\f0e6";
1007 }
1008 .icon-bolt:before {
1009   content: "\f0e7";
1010 }
1011 .icon-sitemap:before {
1012   content: "\f0e8";
1013 }
1014 .icon-umbrella:before {
1015   content: "\f0e9";
1016 }
1017 .icon-paste:before {
1018   content: "\f0ea";
1019 }
1020 .icon-lightbulb:before {
1021   content: "\f0eb";
1022 }
1023 .icon-exchange:before {
1024   content: "\f0ec";
1025 }
1026 .icon-cloud-download:before {
1027   content: "\f0ed";
1028 }
1029 .icon-cloud-upload:before {
1030   content: "\f0ee";
1031 }
1032 .icon-user-md:before {
1033   content: "\f0f0";
1034 }
1035 .icon-stethoscope:before {
1036   content: "\f0f1";
1037 }
1038 .icon-suitcase:before {
1039   content: "\f0f2";
1040 }
1041 .icon-bell-alt:before {
1042   content: "\f0f3";
1043 }
1044 .icon-coffee:before {
1045   content: "\f0f4";
1046 }
1047 .icon-food:before {
1048   content: "\f0f5";
1049 }
1050 .icon-file-text-alt:before {
1051   content: "\f0f6";
1052 }
1053 .icon-building:before {
1054   content: "\f0f7";
1055 }
1056 .icon-hospital:before {
1057   content: "\f0f8";
1058 }
1059 .icon-ambulance:before {
1060   content: "\f0f9";
1061 }
1062 .icon-medkit:before {
1063   content: "\f0fa";
1064 }
1065 .icon-fighter-jet:before {
1066   content: "\f0fb";
1067 }
1068 .icon-beer:before {
1069   content: "\f0fc";
1070 }
1071 .icon-h-sign:before {
1072   content: "\f0fd";
1073 }
1074 .icon-plus-sign-alt:before {
1075   content: "\f0fe";
1076 }
1077 .icon-double-angle-left:before {
1078   content: "\f100";
1079 }
1080 .icon-double-angle-right:before {
1081   content: "\f101";
1082 }
1083 .icon-double-angle-up:before {
1084   content: "\f102";
1085 }
1086 .icon-double-angle-down:before {
1087   content: "\f103";
1088 }
1089 .icon-angle-left:before {
1090   content: "\f104";
1091 }
1092 .icon-angle-right:before {
1093   content: "\f105";
1094 }
1095 .icon-angle-up:before {
1096   content: "\f106";
1097 }
1098 .icon-angle-down:before {
1099   content: "\f107";
1100 }
1101 .icon-desktop:before {
1102   content: "\f108";
1103 }
1104 .icon-laptop:before {
1105   content: "\f109";
1106 }
1107 .icon-tablet:before {
1108   content: "\f10a";
1109 }
1110 .icon-mobile-phone:before {
1111   content: "\f10b";
1112 }
1113 .icon-circle-blank:before {
1114   content: "\f10c";
1115 }
1116 .icon-quote-left:before {
1117   content: "\f10d";
1118 }
1119 .icon-quote-right:before {
1120   content: "\f10e";
1121 }
1122 .icon-spinner:before {
1123   content: "\f110";
1124 }
1125 .icon-circle:before {
1126   content: "\f111";
1127 }
1128 .icon-mail-reply:before,
1129 .icon-reply:before {
1130   content: "\f112";
1131 }
1132 .icon-github-alt:before {
1133   content: "\f113";
1134 }
1135 .icon-folder-close-alt:before {
1136   content: "\f114";
1137 }
1138 .icon-folder-open-alt:before {
1139   content: "\f115";
1140 }
1141 .icon-expand-alt:before {
1142   content: "\f116";
1143 }
1144 .icon-collapse-alt:before {
1145   content: "\f117";
1146 }
1147 .icon-smile:before {
1148   content: "\f118";
1149 }
1150 .icon-frown:before {
1151   content: "\f119";
1152 }
1153 .icon-meh:before {
1154   content: "\f11a";
1155 }
1156 .icon-gamepad:before {
1157   content: "\f11b";
1158 }
1159 .icon-keyboard:before {
1160   content: "\f11c";
1161 }
1162 .icon-flag-alt:before {
1163   content: "\f11d";
1164 }
1165 .icon-flag-checkered:before {
1166   content: "\f11e";
1167 }
1168 .icon-terminal:before {
1169   content: "\f120";
1170 }
1171 .icon-code:before {
1172   content: "\f121";
1173 }
1174 .icon-reply-all:before {
1175   content: "\f122";
1176 }
1177 .icon-mail-reply-all:before {
1178   content: "\f122";
1179 }
1180 .icon-star-half-full:before,
1181 .icon-star-half-empty:before {
1182   content: "\f123";
1183 }
1184 .icon-location-arrow:before {
1185   content: "\f124";
1186 }
1187 .icon-crop:before {
1188   content: "\f125";
1189 }
1190 .icon-code-fork:before {
1191   content: "\f126";
1192 }
1193 .icon-unlink:before {
1194   content: "\f127";
1195 }
1196 .icon-question:before {
1197   content: "\f128";
1198 }
1199 .icon-info:before {
1200   content: "\f129";
1201 }
1202 .icon-exclamation:before {
1203   content: "\f12a";
1204 }
1205 .icon-superscript:before {
1206   content: "\f12b";
1207 }
1208 .icon-subscript:before {
1209   content: "\f12c";
1210 }
1211 .icon-eraser:before {
1212   content: "\f12d";
1213 }
1214 .icon-puzzle-piece:before {
1215   content: "\f12e";
1216 }
1217 .icon-microphone:before {
1218   content: "\f130";
1219 }
1220 .icon-microphone-off:before {
1221   content: "\f131";
1222 }
1223 .icon-shield:before {
1224   content: "\f132";
1225 }
1226 .icon-calendar-empty:before {
1227   content: "\f133";
1228 }
1229 .icon-fire-extinguisher:before {
1230   content: "\f134";
1231 }
1232 .icon-rocket:before {
1233   content: "\f135";
1234 }
1235 .icon-maxcdn:before {
1236   content: "\f136";
1237 }
1238 .icon-chevron-sign-left:before {
1239   content: "\f137";
1240 }
1241 .icon-chevron-sign-right:before {
1242   content: "\f138";
1243 }
1244 .icon-chevron-sign-up:before {
1245   content: "\f139";
1246 }
1247 .icon-chevron-sign-down:before {
1248   content: "\f13a";
1249 }
1250 .icon-html5:before {
1251   content: "\f13b";
1252 }
1253 .icon-css3:before {
1254   content: "\f13c";
1255 }
1256 .icon-anchor:before {
1257   content: "\f13d";
1258 }
1259 .icon-unlock-alt:before {
1260   content: "\f13e";
1261 }
1262 .icon-bullseye:before {
1263   content: "\f140";
1264 }
1265 .icon-ellipsis-horizontal:before {
1266   content: "\f141";
1267 }
1268 .icon-ellipsis-vertical:before {
1269   content: "\f142";
1270 }
1271 .icon-rss-sign:before {
1272   content: "\f143";
1273 }
1274 .icon-play-sign:before {
1275   content: "\f144";
1276 }
1277 .icon-ticket:before {
1278   content: "\f145";
1279 }
1280 .icon-minus-sign-alt:before {
1281   content: "\f146";
1282 }
1283 .icon-check-minus:before {
1284   content: "\f147";
1285 }
1286 .icon-level-up:before {
1287   content: "\f148";
1288 }
1289 .icon-level-down:before {
1290   content: "\f149";
1291 }
1292 .icon-check-sign:before {
1293   content: "\f14a";
1294 }
1295 .icon-edit-sign:before {
1296   content: "\f14b";
1297 }
1298 .icon-external-link-sign:before {
1299   content: "\f14c";
1300 }
1301 .icon-share-sign:before {
1302   content: "\f14d";
1303 }
1304 .icon-compass:before {
1305   content: "\f14e";
1306 }
1307 .icon-collapse:before {
1308   content: "\f150";
1309 }
1310 .icon-collapse-top:before {
1311   content: "\f151";
1312 }
1313 .icon-expand:before {
1314   content: "\f152";
1315 }
1316 .icon-euro:before,
1317 .icon-eur:before {
1318   content: "\f153";
1319 }
1320 .icon-gbp:before {
1321   content: "\f154";
1322 }
1323 .icon-dollar:before,
1324 .icon-usd:before {
1325   content: "\f155";
1326 }
1327 .icon-rupee:before,
1328 .icon-inr:before {
1329   content: "\f156";
1330 }
1331 .icon-yen:before,
1332 .icon-jpy:before {
1333   content: "\f157";
1334 }
1335 .icon-renminbi:before,
1336 .icon-cny:before {
1337   content: "\f158";
1338 }
1339 .icon-won:before,
1340 .icon-krw:before {
1341   content: "\f159";
1342 }
1343 .icon-bitcoin:before,
1344 .icon-btc:before {
1345   content: "\f15a";
1346 }
1347 .icon-file:before {
1348   content: "\f15b";
1349 }
1350 .icon-file-text:before {
1351   content: "\f15c";
1352 }
1353 .icon-sort-by-alphabet:before {
1354   content: "\f15d";
1355 }
1356 .icon-sort-by-alphabet-alt:before {
1357   content: "\f15e";
1358 }
1359 .icon-sort-by-attributes:before {
1360   content: "\f160";
1361 }
1362 .icon-sort-by-attributes-alt:before {
1363   content: "\f161";
1364 }
1365 .icon-sort-by-order:before {
1366   content: "\f162";
1367 }
1368 .icon-sort-by-order-alt:before {
1369   content: "\f163";
1370 }
1371 .icon-thumbs-up:before {
1372   content: "\f164";
1373 }
1374 .icon-thumbs-down:before {
1375   content: "\f165";
1376 }
1377 .icon-youtube-sign:before {
1378   content: "\f166";
1379 }
1380 .icon-youtube:before {
1381   content: "\f167";
1382 }
1383 .icon-xing:before {
1384   content: "\f168";
1385 }
1386 .icon-xing-sign:before {
1387   content: "\f169";
1388 }
1389 .icon-youtube-play:before {
1390   content: "\f16a";
1391 }
1392 .icon-dropbox:before {
1393   content: "\f16b";
1394 }
1395 .icon-stackexchange:before {
1396   content: "\f16c";
1397 }
1398 .icon-instagram:before {
1399   content: "\f16d";
1400 }
1401 .icon-flickr:before {
1402   content: "\f16e";
1403 }
1404 .icon-adn:before {
1405   content: "\f170";
1406 }
1407 .icon-bitbucket:before {
1408   content: "\f171";
1409 }
1410 .icon-bitbucket-sign:before {
1411   content: "\f172";
1412 }
1413 .icon-tumblr:before {
1414   content: "\f173";
1415 }
1416 .icon-tumblr-sign:before {
1417   content: "\f174";
1418 }
1419 .icon-long-arrow-down:before {
1420   content: "\f175";
1421 }
1422 .icon-long-arrow-up:before {
1423   content: "\f176";
1424 }
1425 .icon-long-arrow-left:before {
1426   content: "\f177";
1427 }
1428 .icon-long-arrow-right:before {
1429   content: "\f178";
1430 }
1431 .icon-apple:before {
1432   content: "\f179";
1433 }
1434 .icon-windows:before {
1435   content: "\f17a";
1436 }
1437 .icon-android:before {
1438   content: "\f17b";
1439 }
1440 .icon-linux:before {
1441   content: "\f17c";
1442 }
1443 .icon-dribbble:before {
1444   content: "\f17d";
1445 }
1446 .icon-skype:before {
1447   content: "\f17e";
1448 }
1449 .icon-foursquare:before {
1450   content: "\f180";
1451 }
1452 .icon-trello:before {
1453   content: "\f181";
1454 }
1455 .icon-female:before {
1456   content: "\f182";
1457 }
1458 .icon-male:before {
1459   content: "\f183";
1460 }
1461 .icon-gittip:before {
1462   content: "\f184";
1463 }
1464 .icon-sun:before {
1465   content: "\f185";
1466 }
1467 .icon-moon:before {
1468   content: "\f186";
1469 }
1470 .icon-archive:before {
1471   content: "\f187";
1472 }
1473 .icon-bug:before {
1474   content: "\f188";
1475 }
1476 .icon-vk:before {
1477   content: "\f189";
1478 }
1479 .icon-weibo:before {
1480   content: "\f18a";
1481 }
1482 .icon-renren:before {
1483   content: "\f18b";
1484 }
1485 * .font-onyx {
1486   /**
1487      * Icon size set per Onyx standard:
1488      * https://github.com/enyojs/onyx/blob/master/source/Icon.js#L5
1489      */
1490   width: 32px;
1491   height: 32px;
1492   padding: 3px;
1493   text-align: center;
1494 }
1495 * .font-onyx div {
1496   font-size: 22px;
1497   color: #dddddd;
1498   text-shadow: 3px 3px 5px rgba(34, 34, 34, 0.97), 0px 0px 3px rgba(34, 34, 34, 0.97);
1499 }
1500 * .font-onyx .text {
1501   font-size: 12px;
1502 }
1503 .font-onyx.text-icon {
1504   width: 50px;
1505   height: 40px;
1506 }
1507 .font-onyx.icon.button:not(.disabled) {
1508   cursor: pointer;
1509 }
1510 .font-onyx.icon.button:not(.disabled):active div {
1511   color: white;
1512   text-shadow: 2px 2px 5px #0099ff, -2px -2px 5px #0099ff, 2px -2px 5px #0099ff, -2px 2px 5px #0099ff;
1513 }
1514 body {
1515   font-family: 'Helvetica Neue', Helvetica, 'Nimbus Sans L', Arial, sans-serif;
1516   font-size: 100%;
1517   background-color: #fdfdfd;
1518 }
1519 .enyo-fit {
1520   bottom: 4px !important;
1521 }
1522 .disabled {
1523   opacity: 0.8;
1524   cursor: default;
1525 }
1526 a,
1527 .hyperlink {
1528   color: #357ec7;
1529   cursor: pointer;
1530 }
1531 .xv-app-panel {
1532   /* Setting this as min-width overrides enyo-narrow 100% */
1533   width: 320px;
1534   background-color: #fdfdfd;
1535   -webkit-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
1536   -moz-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
1537   box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
1538 }
1539 /*
1540   Media query for responsive design. This adapts to smaller
1541   displays.
1542 */
1543 @media (max-width: 480px) {
1544   .pullout-menu {
1545     display: block;
1546     margin: 0;
1547   }
1548   .xv-app-panel > * {
1549     min-width: 100%;
1550     max-width: 100%;
1551   }
1552   .enyo-fit {
1553     margin-bottom: -4px !important;
1554   }
1555 }
1556 .wide > * {
1557   min-width: 50%;
1558 }
1559 .scroll-ios {
1560   overflow: auto;
1561   -webkit-overflow-scrolling: touch;
1562 }
1563 .wide > * {
1564   min-width: 50%;
1565 }
1566 .xv-version-label {
1567   padding: 10px;
1568 }
1569 .xv-popup-button {
1570   margin: 4px;
1571 }
1572 .xv-error,
1573 .xv-negative {
1574   color: #ff0000;
1575 }
1576 /**
1577   Default button bar with margins and border-radius
1578 */
1579 .xv-buttons {
1580   margin: 5px;
1581 }
1582 .xv-buttons.center {
1583   text-align: center;
1584 }
1585 .xv-buttons .onyx-button {
1586   margin: 2px;
1587   min-width: 60px;
1588   background: #e1e1e1;
1589   color: #666666;
1590   font-size: 20px;
1591 }
1592 .xv-buttons .onyx-button.text {
1593   font-size: 17px;
1594   font-family: 'Helvetica Neue', Helvetica, 'Nimbus Sans L', Arial, sans-serif;
1595 }
1596 .xv-buttons .onyx-button.selected {
1597   background: #357ec7;
1598   color: #fdfdfd;
1599 }
1600 .xv-assignment-box .xv-flexible-label {
1601   width: 85%;
1602 }
1603 .xv-assignment-box .xv-label {
1604   width: 250px;
1605 }
1606 .xv-parameter-title {
1607   padding-top: 8px;
1608   font-size: large;
1609   text-align: center;
1610 }
1611 /**
1612   Default popup style
1613 */
1614 .xv-popup {
1615   background: #505050;
1616   margin: 0;
1617   max-height: 400px;
1618   width: 400px;
1619   min-width: 320px;
1620   padding: 7px;
1621   text-align: center;
1622 }
1623 .xv-popup.xv-groupbox-popup {
1624   width: 320px;
1625   margin: 0 4px 0 2px;
1626   padding: 0;
1627   background: #f8f8f8;
1628   text-overflow: ellipsis;
1629   border: 1px solid #d7d7d7;
1630   color: #070707;
1631   padding: 7px;
1632 }
1633 .xv-popup.xv-groupbox-popup .onyx-groupbox-header {
1634   padding: 6px 10px;
1635   border-bottom: 1px solid #d7d7d7;
1636   background: #efefef;
1637   color: #0e0e0e;
1638 }
1639 .xv-popup.xv-groupbox-popup .onyx-groupbox-header i {
1640   margin-right: 10px;
1641 }
1642 .xv-popup.xv-groupbox-popup.small-panel {
1643   width: 600px;
1644 }
1645 .xv-popup.xv-groupbox-popup.medium-panel {
1646   width: 700px;
1647 }
1648 .xv-popup.xv-groupbox-popup.large-panel {
1649   width: 800px;
1650 }
1651 .xv-popup.xv-groupbox-popup .xv-label,
1652 .xv-popup.xv-groupbox-popup .xv-decorated-label,
1653 .xv-popup.xv-groupbox-popup .xv-flexible-label {
1654   width: 120px;
1655   max-width: 100%;
1656   text-align: right;
1657   padding: 0 8px 0 6px;
1658   vertical-align: middle;
1659 }
1660 .xv-popup.xv-groupbox-popup .xv-label.disabled,
1661 .xv-popup.xv-groupbox-popup .xv-decorated-label.disabled,
1662 .xv-popup.xv-groupbox-popup .xv-flexible-label.disabled {
1663   color: #777777;
1664 }
1665 .xv-popup.xv-groupbox-popup.xv-assignment-box .xv-flexible-label,
1666 .xv-popup.xv-groupbox-popup.xv-assignment-box .xv-label {
1667   width: 200px !important;
1668 }
1669 .xv-popup.xv-groupbox-popup .xv-input {
1670   padding: 4px 0;
1671   border-bottom: 1px solid rgba(215, 215, 215, 0.5);
1672 }
1673 .xv-popup.xv-groupbox-popup .xv-input .enyo-tool-decorator {
1674   max-width: 180px;
1675   text-align: left;
1676 }
1677 .xv-popup.xv-groupbox-popup .xv-input .enyo-tool-decorator .onyx-icon {
1678   display: inline-block;
1679   width: 16px;
1680   cursor: pointer;
1681 }
1682 .xv-popup.xv-groupbox-popup .xv-input.xv-textarea {
1683   padding: 0;
1684   margin: 8px;
1685 }
1686 .xv-popup.xv-groupbox-popup .xv-input.xv-textarea .enyo-tool-decorator {
1687   max-width: 320px;
1688 }
1689 .xv-popup.xv-groupbox-popup .xv-input input {
1690   width: 164px;
1691 }
1692 .xv-popup.xv-groupbox-popup .xv-input .xv-icon-decorator input {
1693   width: 140px;
1694 }
1695 .xv-popup.xv-groupbox-popup .xv-input .xv-icon-decorator .onyx-icon {
1696   padding: 4px;
1697 }
1698 .xv-popup.xv-groupbox-popup .xv-input .onyx-picker-decorator {
1699   padding: 0;
1700 }
1701 .xv-popup.xv-groupbox-popup .xv-input.xv-relationwidget .xv-description {
1702   overflow: hidden;
1703   display: -webkit-box;
1704   -webkit-line-clamp: 4;
1705   -webkit-box-orient: vertical;
1706   max-width: 250px;
1707   margin: 5px 5px 5px 80px;
1708   font-size: 0.9em;
1709 }
1710 .xv-popup.xv-groupbox-popup .xv-input.xv-relationwidget .xv-description.disabled {
1711   color: #777777;
1712 }
1713 .xv-popup.xv-groupbox-popup .xv-input.xv-spinnerwidget .buttons {
1714   display: block;
1715   padding: 0;
1716   margin: 1px 0 1px 10px;
1717   width: 20px;
1718   height: 20px;
1719   background: transparent;
1720   color: #357ec7;
1721   font-size: 20px;
1722   border: none;
1723 }
1724 .xv-popup.xv-groupbox-popup .xv-input.xv-spinnerwidget .slider {
1725   margin: 15px 10px;
1726 }
1727 .xv-popup.xv-groupbox-popup .xv-input.xv-spinnerwidget.xv-numberwidget input {
1728   width: 120px;
1729 }
1730 .xv-popup.xv-groupbox-popup .xv-input.xv-combobox .icon-sort {
1731   color: #357ec7;
1732   vertical-align: middle;
1733 }
1734 .xv-popup.xv-groupbox-popup .xv-input.xv-numberwidget input {
1735   text-align: right;
1736 }
1737 .xv-popup.xv-groupbox-popup .xv-input.xv-moneywidget .onyx-input-decorator {
1738   font-family: "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
1739 }
1740 .xv-popup.xv-groupbox-popup .xv-input.xv-moneywidget .onyx-input-decorator input,
1741 .xv-popup.xv-groupbox-popup .xv-input.xv-moneywidget .onyx-input-decorator .xv-money-label {
1742   width: 80px;
1743   text-align: right;
1744 }
1745 .xv-popup.xv-groupbox-popup .xv-input.xv-moneywidget .xv-picker-button {
1746   width: 65px;
1747   padding: 10px 4px;
1748 }
1749 .xv-popup.xv-groupbox-popup .enyo-fittable-columns-layout > * {
1750   vertical-align: middle;
1751 }
1752 .xv-popup.xv-groupbox-popup .xv-message {
1753   color: #c51616;
1754   padding: 5px;
1755 }
1756 .xv-my-account-popup {
1757   background-color: #fdfdfd;
1758   color: #000;
1759 }
1760 .xv-my-account-popup .xv-message {
1761   color: red;
1762   padding: 5px;
1763 }
1764 .xv-my-account-popup .onyx-button {
1765   margin: 0 auto 0 auto;
1766 }
1767 .xv-my-account-popup .onyx-input {
1768   padding-left: 10px;
1769   float: right;
1770 }
1771 .xv-sort-popup {
1772   background-color: #fdfdfd;
1773   color: #070707;
1774 }
1775 .xv-sort-popup .xv-groupbox > *:last-child {
1776   text-align: center;
1777   padding: 5px;
1778 }
1779 .xv-sort-popup .xv-groupbox > *:last-child .onyx-button {
1780   margin: 3px;
1781 }
1782 .xv-comment-box {
1783   /* Resets the margin/padding value for blockquote tag in comments */
1784 }
1785 .xv-comment-box .xv-comment-box-repeater {
1786   background: #fdfdfd;
1787 }
1788 .xv-comment-box .xv-comment-box-label {
1789   padding: 5px;
1790   font-size: small;
1791   font-weight: bold;
1792   white-space: nowrap;
1793   overflow: hidden;
1794   text-overflow: ellipsis;
1795 }
1796 .xv-comment-box .xv-comment-box-textblock {
1797   font-size: small;
1798 }
1799 .xv-comment-box .xv-comment-box-textblock.disabled {
1800   color: #777777;
1801 }
1802 .xv-comment-box blockquote {
1803   margin: 0 15px 10px 15px;
1804   padding: 0;
1805 }
1806 .icon-folder-open-alt,
1807 .icon-calendar,
1808 .icon-sort {
1809   color: #357ec7;
1810   vertical-align: middle;
1811 }
1812 .xv-short-textarea .xv-textarea-input {
1813   min-height: 0;
1814 }
1815 .xv-textarea-input {
1816   width: 90%;
1817   min-height: 100px;
1818   margin: 6px;
1819   border: #eee 2px solid;
1820 }
1821 .xv-documents-picker-label {
1822   width: 85px;
1823   padding: 16px 8px 8px 8px;
1824   text-align: right;
1825 }
1826 .xv-documents-picker {
1827   width: 120px;
1828   margin: 6px;
1829 }
1830 .xv-half-check {
1831   background: transparent url(../../../../../../assets/checkbox.png) no-repeat 0 -96px scroll;
1832 }
1833 .xv-menuitem.disabled {
1834   color: #777777;
1835 }
1836 /* This is for styling the moved items in the more toolbar */
1837 .xv-toolbar-moved {
1838   width: 220px;
1839 }
1840 .icon-folder-open-alt,
1841 .icon-calendar,
1842 .icon-sort,
1843 .icon-angle-up,
1844 .icon-angle-down,
1845 .icon-save {
1846   color: #357ec7;
1847   vertical-align: middle;
1848 }
1849 .onyx-toolbar {
1850   height: 55px;
1851   padding: 4px;
1852   background: #505050;
1853   border: none;
1854 }
1855 .onyx-toolbar .onyx-icon-button,
1856 .onyx-toolbar .onyx-popup-decorator {
1857   margin: 0 5px 0 3px;
1858 }
1859 .onyx-toolbar .onyx-icon-button div,
1860 .onyx-toolbar .onyx-popup-decorator div {
1861   text-shadow: none;
1862   color: #fdfdfd;
1863 }
1864 .onyx-toolbar .onyx-icon-button.lock div,
1865 .onyx-toolbar .onyx-popup-decorator.lock div {
1866   color: #ff9c00;
1867 }
1868 .onyx-toolbar .onyx-popup-decorator {
1869   text-align: center;
1870   width: 50px;
1871   height: 40px;
1872 }
1873 .onyx-toolbar .onyx-popup-decorator .onyx-icon-button {
1874   margin: 0;
1875 }
1876 .onyx-toolbar .onyx-menu {
1877   margin-top: 10px;
1878 }
1879 .onyx-toolbar .spacer {
1880   margin: 0;
1881 }
1882 .onyx-toolbar .xv-toolbar-label,
1883 .onyx-toolbar .xv-search {
1884   width: 185px;
1885   margin: 0;
1886   margin-left: 6px;
1887 }
1888 .onyx-toolbar .xv-search {
1889   color: #939393;
1890 }
1891 .xv-navigator .xv-header {
1892   background-color: #fdfdfd;
1893   padding: 6px 12px;
1894   border-bottom: 1px solid #d7d7d7;
1895   height: 28px;
1896   color: #ff6529;
1897   font-size: small;
1898   font-weight: bold;
1899   text-transform: uppercase;
1900   white-space: nowrap;
1901   overflow: hidden;
1902   text-overflow: ellipsis;
1903 }
1904 .xv-navigator > .xv-content-panel {
1905   /**
1906      * The enyo List height calculations really like to override this and make
1907      * the list shorter and not consume all the space available.
1908      */
1909   height: 100%;
1910 }
1911 .xv-navigator .xv-menu-container .xv-panels {
1912   height: 100%;
1913 }
1914 .xv-navigator .xv-menu-container .xv-navigator-menu .xv-list-item {
1915   padding: 12px 10px;
1916   color: #0e0e0e;
1917   background-color: #fdfdfd;
1918   border-bottom: 1px solid #d7d7d7;
1919 }
1920 .xv-navigator .xv-menu-container .xv-navigator-menu .xv-list-item.onyx-selected {
1921   background-color: #357ec7;
1922   color: #fdfdfd;
1923   border-bottom: 2px solid #d8d8d8;
1924 }
1925 /**
1926   Styles for the application startup
1927 */
1928 .xv-startup-panel {
1929   background: #fdfdfd;
1930 }
1931 .xv-startup-panel .xv-startup-divider {
1932   width: 70%;
1933   height: 30px;
1934   line-height: 30px;
1935   margin: 0 auto 10px auto;
1936   top: 200px;
1937   position: relative;
1938   color: #ff6529;
1939   font-family: Segoe UI, Prelude Medium, Helvetica, Verdana, sans-serif;
1940   font-size: 16px;
1941   font-weight: bold;
1942   border: none;
1943 }
1944 .xv-startup-panel .xv-startup-progress {
1945   width: 70%;
1946   margin: 0 auto 0 auto;
1947   top: 200px;
1948   position: relative;
1949 }
1950 .xv-startup-panel .xv-startup-progress.onyx-progress-button {
1951   height: 18px;
1952   line-height: 18px;
1953 }
1954 .xv-startup-panel .xv-startup-progress.onyx-progress-button-bar {
1955   height: 18px;
1956 }
1957 .xv-workspace-container {
1958   background: #fdfdfd;
1959   -webkit-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
1960   -moz-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
1961   box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
1962 }
1963 .xv-workspace-container .xv-content-panel .xv-header {
1964   background-color: #fdfdfd;
1965   border-bottom: 1px solid #d7d7d7;
1966   height: 28px;
1967   color: #ff6529;
1968   font-size: small;
1969   font-weight: bold;
1970   text-transform: uppercase;
1971   white-space: nowrap;
1972   overflow: hidden;
1973   text-overflow: ellipsis;
1974   padding: 6px 12px;
1975   border: none;
1976 }
1977 .xv-workspace-container > .xv-menu-container .xv-panels {
1978   height: 100%;
1979 }
1980 .xv-workspace-container > .xv-menu-container .xv-navigator-menu .xv-list-item {
1981   padding: 12px 10px;
1982   color: #0e0e0e;
1983   background-color: #fdfdfd;
1984   border-bottom: 1px solid #d7d7d7;
1985 }
1986 .xv-workspace-container > .xv-menu-container .xv-navigator-menu .xv-list-item.onyx-selected {
1987   background-color: #357ec7;
1988   color: #fdfdfd;
1989   border-bottom: 2px solid #d8d8d8;
1990 }
1991 .xv-workspace-container > .xv-menu-container .xv-header {
1992   background-color: #fdfdfd;
1993   padding: 6px 12px;
1994   border-bottom: 1px solid #d7d7d7;
1995   height: 28px;
1996   color: #ff6529;
1997   font-size: small;
1998   font-weight: bold;
1999   text-transform: uppercase;
2000   white-space: nowrap;
2001   overflow: hidden;
2002   text-overflow: ellipsis;
2003 }
2004 .xv-workspace-container .xv-workspace {
2005   background-color: #fdfdfd;
2006 }
2007 .xv-workspace-container .xv-workspace > .enyo-panels {
2008   width: 100% !important;
2009   height: 100% !important;
2010 }
2011 .xv-workspace-container .xv-workspace .xv-buttons .onyx-button {
2012   border: 1px solid #d7d7d7;
2013 }
2014 .xv-workspace-container .xv-workspace .xv-buttons .onyx-button[disabled] {
2015   opacity: 0.6;
2016   cursor: default;
2017 }
2018 .xv-workspace-container .xv-workspace .panel .xv-buttons {
2019   background-color: #efefef;
2020   margin: 0;
2021 }
2022 .xv-workspace-container .xv-workspace .panel .xv-buttons .onyx-button {
2023   border-radius: 0;
2024   margin: 0;
2025 }
2026 .xv-workspace-container .xv-workspace .xv-workspace-panel {
2027   width: 320px;
2028   margin: 0 4px 0 2px;
2029   padding: 0;
2030   background: #f8f8f8;
2031   text-overflow: ellipsis;
2032   border: 1px solid #d7d7d7;
2033 }
2034 .xv-workspace-container .xv-workspace .xv-workspace-panel .onyx-groupbox-header {
2035   padding: 6px 10px;
2036   border-bottom: 1px solid #d7d7d7;
2037   background: #efefef;
2038   color: #0e0e0e;
2039 }
2040 .xv-workspace-container .xv-workspace .xv-workspace-panel .onyx-groupbox-header i {
2041   margin-right: 10px;
2042 }
2043 .xv-workspace-container .xv-workspace .xv-workspace-panel.small-panel {
2044   width: 600px;
2045 }
2046 .xv-workspace-container .xv-workspace .xv-workspace-panel.medium-panel {
2047   width: 700px;
2048 }
2049 .xv-workspace-container .xv-workspace .xv-workspace-panel.large-panel {
2050   width: 800px;
2051 }
2052 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-label,
2053 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-decorated-label,
2054 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-flexible-label {
2055   width: 120px;
2056   max-width: 100%;
2057   text-align: right;
2058   padding: 0 8px 0 6px;
2059   vertical-align: middle;
2060 }
2061 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-label.disabled,
2062 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-decorated-label.disabled,
2063 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-flexible-label.disabled {
2064   color: #777777;
2065 }
2066 .xv-workspace-container .xv-workspace .xv-workspace-panel.xv-assignment-box .xv-flexible-label,
2067 .xv-workspace-container .xv-workspace .xv-workspace-panel.xv-assignment-box .xv-label {
2068   width: 200px !important;
2069 }
2070 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input {
2071   padding: 4px 0;
2072   border-bottom: 1px solid rgba(215, 215, 215, 0.5);
2073 }
2074 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input .enyo-tool-decorator {
2075   max-width: 180px;
2076   text-align: left;
2077 }
2078 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input .enyo-tool-decorator .onyx-icon {
2079   display: inline-block;
2080   width: 16px;
2081   cursor: pointer;
2082 }
2083 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input.xv-textarea {
2084   padding: 0;
2085   margin: 8px;
2086 }
2087 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input.xv-textarea .enyo-tool-decorator {
2088   max-width: 320px;
2089 }
2090 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input input {
2091   width: 164px;
2092 }
2093 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input .xv-icon-decorator input {
2094   width: 140px;
2095 }
2096 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input .xv-icon-decorator .onyx-icon {
2097   padding: 4px;
2098 }
2099 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input .onyx-picker-decorator {
2100   padding: 0;
2101 }
2102 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input.xv-relationwidget .xv-description {
2103   overflow: hidden;
2104   display: -webkit-box;
2105   -webkit-line-clamp: 4;
2106   -webkit-box-orient: vertical;
2107   max-width: 250px;
2108   margin: 5px 5px 5px 80px;
2109   font-size: 0.9em;
2110 }
2111 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input.xv-relationwidget .xv-description.disabled {
2112   color: #777777;
2113 }
2114 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input.xv-spinnerwidget .buttons {
2115   display: block;
2116   padding: 0;
2117   margin: 1px 0 1px 10px;
2118   width: 20px;
2119   height: 20px;
2120   background: transparent;
2121   color: #357ec7;
2122   font-size: 20px;
2123   border: none;
2124 }
2125 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input.xv-spinnerwidget .slider {
2126   margin: 15px 10px;
2127 }
2128 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input.xv-spinnerwidget.xv-numberwidget input {
2129   width: 120px;
2130 }
2131 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input.xv-combobox .icon-sort {
2132   color: #357ec7;
2133   vertical-align: middle;
2134 }
2135 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input.xv-numberwidget input {
2136   text-align: right;
2137 }
2138 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input.xv-moneywidget .onyx-input-decorator {
2139   font-family: "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
2140 }
2141 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input.xv-moneywidget .onyx-input-decorator input,
2142 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input.xv-moneywidget .onyx-input-decorator .xv-money-label {
2143   width: 80px;
2144   text-align: right;
2145 }
2146 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input.xv-moneywidget .xv-picker-button {
2147   width: 65px;
2148   padding: 10px 4px;
2149 }
2150 .xv-workspace-container .xv-workspace .xv-workspace-panel .enyo-fittable-columns-layout > * {
2151   vertical-align: middle;
2152 }
2153 .xv-workspace-container .xv-workspace .onyx-input-decorator.onyx-disabled {
2154   opacity: 0.8;
2155   cursor: default;
2156 }
2157 .xv-workspace-container .xv-workspace .xv-totals-panel .onyx-input-decorator > input,
2158 .xv-workspace-container .xv-workspace .xv-totals-panel * {
2159   font-size: 14px;
2160 }
2161 .xv-workspace-container .xv-workspace .xv-totals-panel .xv-input {
2162   border: none;
2163 }
2164 /**
2165  * Default ListItem styles when using a ModelDecorator.
2166  */
2167 .xv-list .xv-model-decorator > .xv-list-item .xv-table {
2168   display: table;
2169   width: 100%;
2170   table-layout: fixed;
2171 }
2172 .xv-list .xv-model-decorator > .xv-list-item .xv-table .xv-cell {
2173   display: table-cell;
2174 }
2175 .xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr {
2176   /**
2177         * Default styling for a model's id (as designated by 'idAttribute')
2178         */
2179 }
2180 .xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr.xm-attribute-id {
2181   color: #357ec7;
2182   font-weight: bold;
2183   cursor: pointer;
2184 }
2185 .xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr.xm-attribute-name {
2186   font-weight: bold;
2187 }
2188 .xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr.xm-attributetype-number {
2189   text-align: right;
2190 }
2191 .xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr.xm-attributetype-money {
2192   text-align: right;
2193 }
2194 .xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr.xm-attributetype-date {
2195   text-align: right;
2196 }
2197 .xv-list .xv-model-decorator > .xv-list-item.item-selected .xv-list-attr {
2198   color: white;
2199 }
2200 .xv-list .xv-model-decorator > .xv-list-item.item-selected .xv-list-attr.xm-attribute-id {
2201   color: #ff6529;
2202 }
2203 /**
2204   Styles related to pickers, combo boxes, and relation widgets
2205 */
2206 .onyx-picker-decorator .onyx-button {
2207   padding: 12px 8px 12px 8px;
2208   width: 150px;
2209 }
2210 .onyx-picker .onyx-menu-item {
2211   text-align: left;
2212   text-overflow: ellipsis;
2213 }
2214 .picker-icon {
2215   position: absolute;
2216   right: 0;
2217   margin: 0 10px 0 2px;
2218   color: #070707;
2219 }
2220 .xv-picker-button {
2221   text-align: left;
2222 }
2223 .xv-picker-button .picker-content {
2224   max-width: 100px;
2225   overflow: hidden;
2226 }
2227 .xv-picker-button.disabled {
2228   color: #777777;
2229 }
2230 .xv-picker-label {
2231   color: #070707;
2232   padding: 20px 8px 8px 8px;
2233   text-align: right;
2234   width: 130px;
2235 }
2236 .xv-picker-label.disabled {
2237   color: #777777;
2238 }
2239 .xv-combobox-note {
2240   padding: 14px 3px 8px 3px;
2241   text-align: left;
2242 }
2243 /*
2244   Styles relating to the grid box
2245 */
2246 /* Entire box including the grid and the summary panel */
2247 .xv-grid-box {
2248   /**
2249     This is the most general grid row that
2250     is not specific to read-only or selected
2251   */
2252 }
2253 .xv-grid-box.small-panel {
2254   width: 600px;
2255 }
2256 .xv-grid-box.medium-panel {
2257   width: 700px;
2258 }
2259 .xv-grid-box.large-panel {
2260   width: 800px;
2261 }
2262 .xv-grid-box .enyo-list-page > *:first-child .xv-grid-row {
2263   border-top: 0;
2264 }
2265 .xv-grid-box .xv-above-grid-list {
2266   border: 0;
2267 }
2268 .xv-grid-box .xv-scroller {
2269   background: #f8f8f8;
2270 }
2271 .xv-grid-box .xv-grid-attr {
2272   overflow: hidden;
2273   display: -webkit-box;
2274   -webkit-line-clamp: 3;
2275   -webkit-box-orient: vertical;
2276 }
2277 .xv-grid-box .xv-grid-attr.bold {
2278   font-weight: bold;
2279 }
2280 .xv-grid-box .xv-grid-attr.error {
2281   color: #ff0000;
2282 }
2283 .xv-grid-box .xv-grid-attr.emphasis {
2284   color: #009000;
2285 }
2286 .xv-grid-box .xv-grid-attr.warn {
2287   color: #ff9c00;
2288 }
2289 .xv-grid-box .xv-grid-attr.italic {
2290   font-style: italic;
2291 }
2292 .xv-grid-box .xv-grid-attr.placeholder {
2293   font-style: italic;
2294   color: #93a1a1;
2295 }
2296 .xv-grid-box .xv-grid-attr.hyperlink {
2297   color: blue;
2298 }
2299 .xv-grid-box .xv-gridbox-button {
2300   color: #357ec7;
2301   font-size: 18px;
2302   border: none;
2303   background: transparent;
2304 }
2305 .xv-grid-box .xv-grid-row {
2306   font-size: 12px;
2307   background-color: #d8d8d8;
2308   border-bottom: 1px solid #aaaaaa;
2309   vertical-align: top;
2310   /**
2311       This is the grid header row
2312     */
2313 }
2314 .xv-grid-box .xv-grid-row > * {
2315   display: inline-block;
2316 }
2317 .xv-grid-box .xv-grid-row .xv-grid-header {
2318   background-color: #d7d7d7;
2319   color: #0e0e0e;
2320   font-size: .8em;
2321   font-weight: bold;
2322   text-transform: uppercase;
2323   padding-top: 4px;
2324 }
2325 .xv-grid-box .xv-grid-row .xv-grid-header.last {
2326   border-right: none;
2327 }
2328 .xv-grid-box .xv-grid-row > * {
2329   padding: 6px 4px;
2330   border: none;
2331 }
2332 .xv-grid-box .xv-grid-row .line-number {
2333   vertical-align: top;
2334   width: 30px;
2335   text-align: right;
2336 }
2337 .xv-grid-box .xv-grid-row .grid-actions {
2338   display: block;
2339   padding-left: 30px;
2340   border-radius: 4px;
2341   border-width: 0;
2342   background: #f3f3f3;
2343   margin: 6px;
2344 }
2345 .xv-grid-box .xv-grid-row .grid-actions > * {
2346   display: inline-block;
2347   width: 100%;
2348 }
2349 .xv-grid-box .xv-grid-row .grid-item {
2350   vertical-align: top;
2351   width: 175px;
2352 }
2353 .xv-grid-box .xv-grid-row .quantity {
2354   vertical-align: top;
2355   text-align: right;
2356   width: 100px;
2357 }
2358 .xv-grid-box .xv-grid-row .percent {
2359   vertical-align: top;
2360   text-align: right;
2361   width: 90px;
2362 }
2363 .xv-grid-box .xv-grid-row .price {
2364   vertical-align: top;
2365   text-align: right;
2366   width: 90px;
2367 }
2368 .xv-grid-box .xv-grid-row .date {
2369   vertical-align: top;
2370   width: 105px;
2371 }
2372 .xv-grid-box .xv-grid-row .user {
2373   vertical-align: top;
2374   width: 100px;
2375 }
2376 .xv-grid-box .xv-grid-row.readonly {
2377   background: #f8f8f8;
2378   min-height: 56px;
2379 }
2380 .xv-grid-box .xv-grid-row.selected {
2381   background-color: #fdfdfd;
2382   border: 1px solid #ff6529;
2383 }
2384 .xv-grid-box .xv-grid-row.selected .xv-grid-column .onyx-input-decorator {
2385   padding: 0;
2386   width: 100%;
2387   margin: 0;
2388 }
2389 .xv-grid-box .xv-grid-row.selected .xv-grid-column .onyx-input-decorator input {
2390   width: 100%;
2391   font-size: 13px;
2392 }
2393 .xv-grid-box .xv-grid-row.selected .xv-grid-column .onyx-picker-decorator {
2394   padding-top: 6px;
2395   width: 100%;
2396 }
2397 .xv-grid-box .xv-grid-row.selected .xv-grid-column .onyx-picker-decorator .onyx-button {
2398   height: 26px;
2399   padding-top: 3px;
2400   width: 100%;
2401   font-size: 13px;
2402 }
2403 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-input {
2404   border: none;
2405 }
2406 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-picker-label {
2407   display: none;
2408 }
2409 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-datewidget {
2410   margin-right: 10px;
2411   padding-top: 0;
2412 }
2413 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-datewidget .onyx-input-decorator {
2414   padding: 0;
2415   width: 100%;
2416 }
2417 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-datewidget .onyx-input-decorator input {
2418   width: 85%;
2419   font-size: 13px;
2420 }
2421 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-numberwidget {
2422   padding-top: 6px;
2423 }
2424 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-numberwidget .onyx-input-decorator {
2425   padding: 0;
2426   width: 100%;
2427   margin: 0;
2428 }
2429 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-numberwidget .onyx-input-decorator input {
2430   width: 100%;
2431   font-size: 13px;
2432 }
2433 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-combobox {
2434   padding-left: 0;
2435 }
2436 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-combobox input {
2437   padding-top: 3px;
2438   width: 80px;
2439   font-size: 13px;
2440 }
2441 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-moneywidget {
2442   padding-bottom: 0;
2443 }
2444 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-moneywidget .onyx-input-decorator {
2445   padding: 0;
2446   width: 100%;
2447   margin: 0;
2448 }
2449 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-moneywidget .onyx-input-decorator input {
2450   width: 100%;
2451   font-size: 13px;
2452 }
2453 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-useraccount-widget .xv-subinput {
2454   width: 80px;
2455   height: 16px;
2456 }
2457 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-subinput {
2458   width: 100%;
2459 }
2460 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-input {
2461   padding-top: 6px;
2462   width: 100%;
2463   border: none;
2464 }
2465 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-label,
2466 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-flexible-label {
2467   display: none;
2468 }
2469 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-relationwidget .xv-description {
2470   margin: 0;
2471   margin-top: 5px;
2472 }
2473 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-relationwidget .onyx-input-decorator {
2474   width: 100%;
2475   padding-top: 6px;
2476 }
2477 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-relationwidget .onyx-input {
2478   width: 85%;
2479   padding-right: 4px;
2480 }
2481 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-private-item-site-widget {
2482   border-bottom: 0;
2483 }
2484 .xv-grid-box.xv-groupbox .xv-sales-summary-panel {
2485   border: none;
2486   margin-top: 0;
2487   padding-left: 0;
2488   padding-right: 0;
2489 }
2490 .xv-grid-box.xv-groupbox .xv-sales-summary-panel .xv-sales-summary-total-group {
2491   padding: 0;
2492   border: none;
2493 }
2494 .xv-grid-box.xv-groupbox .xv-sales-summary-panel .xv-sales-summary-total-group .xv-moneywidget {
2495   padding-bottom: 0;
2496   padding-top: 0;
2497 }
2498 .xv-grid-box.xv-groupbox .xv-sales-summary-panel .xv-sales-summary-total-group .xv-moneywidget .xv-input-decorator {
2499   padding-bottom: 0;
2500   padding-top: 0;
2501 }
2502 .xv-grid-box.xv-groupbox .xv-sales-summary-panel .xv-sales-summary-total-group .xv-numberwidget {
2503   padding-bottom: 0;
2504   padding-top: 0;
2505 }
2506 .xv-grid-box.xv-groupbox .xv-sales-summary-panel .xv-sales-summary-total-group .xv-numberwidget .xv-input-decorator {
2507   width: 163px;
2508   padding-bottom: 0;
2509   padding-top: 0;
2510 }
2511 .xv-grid-list .xv-list-column {
2512   vertical-align: top !important;
2513 }
2514 /*
2515   Styles relating to the dashboard
2516 */
2517 /*
2518   Variables for widths/colors
2519 */
2520 .dashboard {
2521   background-color: #d8d8d8;
2522   /*
2523     These styles will only be used
2524     if the chart is in a dashboard
2525   */
2526 }
2527 .dashboard .charts-panels {
2528   overflow-y: auto;
2529 }
2530 .dashboard .selectable-chart {
2531   width: 500px;
2532   height: 230px;
2533 }
2534 .dashboard .selectable-chart .chart-title-bar {
2535   width: 500px;
2536 }
2537 .dashboard .nvtooltip {
2538   color: black;
2539 }
2540 .selectable-chart {
2541   margin: 10px;
2542   color: #357ec7;
2543   overflow: hidden;
2544   /*  The chart-filters may not be need as we are using the class xv-pullout
2545       for styles.  Delete when finished hacking the filter styles.
2546
2547   .chart-filters {
2548           background-color: @white;
2549           
2550           -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
2551           -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
2552           box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
2553   }
2554   
2555   .chart-filters .xv-parameter-panel {
2556           background-color: @ghost;
2557           border: 1px solid @smoke;
2558           margin: 0 4px 6px 0;
2559           width: 100%;
2560   }
2561   
2562   .chart-filters.xv-parameter-panel .onyx-groupbox-header {
2563           padding: 6px 10px;
2564           border-bottom: 1px solid @smoke;
2565           background: @lightest-gray;
2566           color: @near-black;
2567   }
2568
2569   .chart-filters.xv-parameter-panel .enyo-fittable-columns-layout {
2570           border-bottom: 1px solid @smoke;
2571           background: @white;
2572     color: @near-black;
2573     position: relative;
2574     text-align: left;
2575     white-space: nowrap;
2576   }
2577
2578   .chart-filters.xv-parameter-panel .enyo-fittable-columns-layout > * {
2579     vertical-align: middle;
2580   }
2581
2582   .chart-filters.xv-parameter-panel .xv-label {
2583     text-align: right;
2584   }
2585   
2586   */
2587 }
2588 .selectable-chart .xv-list-item {
2589   border-bottom: 1px solid grey;
2590   box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
2591 }
2592 .selectable-chart .xv-list-item .long {
2593   padding-left: 7px;
2594   width: 250px;
2595 }
2596 .selectable-chart .onyx-popup {
2597   margin-top: 40px;
2598   margin-left: 200px;
2599 }
2600 .selectable-chart .chart-title-bar {
2601   height: 48px;
2602   background-color: #efefef;
2603   text-transform: none;
2604   -webkit-border-top-right-radius: 10px;
2605   -moz-border-radius-topright: 10px;
2606   border-top-right-radius: 10px;
2607   -webkit-border-top-left-radius: 10px;
2608   -moz-border-radius-topleft: 10px;
2609   border-top-left-radius: 10px;
2610 }
2611 .selectable-chart .chart-title-bar .chart-title {
2612   padding-top: 8px;
2613   color: #070707;
2614   text-align: center;
2615   /*font-size: 2em;*/
2616   font-weight: normal;
2617   font-family: Helvetica;
2618 }
2619 .selectable-chart .chart-title-bar .chart-sub-title {
2620   /*padding-top: 8px;*/
2621   color: #0000ff;
2622   text-align: center;
2623   font-size: small;
2624   font-weight: normal;
2625   font-family: Helvetica;
2626 }
2627 .selectable-chart .chart-title-bar .remove-icon {
2628   position: absolute;
2629   top: 0;
2630   right: 0;
2631 }
2632 .selectable-chart .chart-title-bar .icon-filter {
2633   color: #070707;
2634   position: absolute;
2635   right: 35px;
2636 }
2637 .selectable-chart .chart-bottom {
2638   background-color: #fdfdfd;
2639   border: 1px solid #444444;
2640   border-top: none;
2641   -webkit-border-bottom-right-radius: 10px;
2642   -moz-border-radius-bottomright: 10px;
2643   border-bottom-right-radius: 10px;
2644   -webkit-border-bottom-left-radius: 10px;
2645   -moz-border-radius-bottomleft: 10px;
2646   border-bottom-left-radius: 10px;
2647 }
2648 .selectable-chart .chart-bottom .xv-picker-label {
2649   width: 100px;
2650   color: #070707;
2651 }
2652 .selectable-chart .chart-bottom .onyx-button {
2653   width: 130px;
2654   padding: 10px 10px;
2655 }
2656 .selectable-chart .chart-filterDrawer {
2657   top: 0px;
2658 }
2659 /**
2660   Styles relating to Lists
2661 */
2662 .xv-list-header {
2663   background-color: #d8d8d8;
2664   color: #fdfdfd;
2665   font-size: .6em;
2666   font-weight: bold;
2667   text-transform: uppercase;
2668   padding-top: 4px;
2669   padding-bottom: 4px;
2670   border-bottom: 1px solid #aaaaaa;
2671 }
2672 .xv-list-header .xv-list-column.last {
2673   border-right: none;
2674 }
2675 .xv-list-header .xv-list-column.name-column,
2676 .xv-list-header .xv-list-column.first,
2677 .xv-list-header .xv-list-column.second,
2678 .xv-list-header .xv-list-column.third,
2679 .xv-list-header .xv-list-column.short,
2680 .xv-list-header .xv-list-column.small,
2681 .xv-list-header .xv-list-column.medium,
2682 .xv-list-header .xv-list-column.descr {
2683   padding-left: 7px;
2684 }
2685 /* List */
2686 .xv-list-column.line-number {
2687   width: 30px;
2688   text-align: right;
2689 }
2690 .xv-list-column.name-column {
2691   width: 200px;
2692 }
2693 .xv-list-column.right-column {
2694   width: 100px;
2695   text-align: right;
2696 }
2697 .xv-list-column.short {
2698   width: 100px;
2699 }
2700 .xv-list-column.small {
2701   width: 125px;
2702 }
2703 .xv-list-column.medium {
2704   width: 150px;
2705 }
2706 .xv-list-column.first {
2707   width: 300px;
2708 }
2709 .xv-list-column.second {
2710   width: 200px;
2711 }
2712 .xv-list-column.third {
2713   width: 100px;
2714 }
2715 .xv-list-column.money,
2716 .xv-list-column.quantity {
2717   width: 75px;
2718   text-align: right;
2719 }
2720 .xv-list-column.descr {
2721   width: 200px;
2722 }
2723 .xv-list-column.icon {
2724   width: 10px;
2725 }
2726 .xv-list {
2727   background: #f8f8f8;
2728 }
2729 .xv-list .xv-list-item > * {
2730   display: inline-block;
2731   vertical-align: middle;
2732 }
2733 .xv-list .xv-list-item {
2734   background-color: #fdfdfd;
2735   border-bottom: 1px solid #d7d7d7;
2736   min-height: 32px;
2737 }
2738 .xv-list .xv-list-item.header {
2739   padding-top: 0;
2740 }
2741 .xv-list .xv-list-item.inactive {
2742   background-color: #d8d8d8;
2743   color: #070707;
2744 }
2745 .xv-list .xv-list-item.inactive .xv-list-column .xv-list-attr {
2746   background: transparent;
2747 }
2748 .xv-list .xv-list-item.inactive .xv-list-column .xv-list-attr.placeholder {
2749   color: #d8d8d8;
2750 }
2751 .xv-list .xv-list-item .xv-list-column .list-icon {
2752   padding: 2px;
2753   color: #666666;
2754   vertical-align: sub;
2755   border: 1px solid #efefef;
2756   -webkit-border-radius: 2px;
2757   -moz-border-radius: 2px;
2758   border-radius: 2px;
2759 }
2760 .xv-list .xv-list-item.item-selected {
2761   background: #226b9a;
2762   background-color: #1f608c;
2763   background-image: -moz-linear-gradient(top, #226b9a, #1a4f77);
2764   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#226b9a), to(#1a4f77));
2765   background-image: -webkit-linear-gradient(top, #226b9a, #1a4f77);
2766   background-image: -o-linear-gradient(top, #226b9a, #1a4f77);
2767   background-image: linear-gradient(to bottom, #226b9a, #1a4f77);
2768   background-repeat: repeat-x;
2769   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff226b9a', endColorstr='#ff1a4f77', GradientType=0);
2770 }
2771 .xv-list .xv-list-item.item-selected .xv-list-attr {
2772   color: #fdfdfd;
2773 }
2774 .xv-list .xv-list-item.item-selected .xv-list-attr.placeholder {
2775   font-style: italic;
2776   color: #99ccff;
2777 }
2778 .xv-list .xv-list-item.item-selected .xv-list-attr.hyperlink {
2779   color: #ff6529;
2780 }
2781 .xv-list .xv-list-item.item-selected .xv-list-attr.header {
2782   background: #99ccff;
2783 }
2784 .xv-list .xv-list-item .xv-list-item-gear {
2785   position: absolute;
2786   right: 0px;
2787   z-index: 999;
2788 }
2789 .xv-list.xv-grid-list {
2790   background: #f8f8f8;
2791 }
2792 .xv-list.xv-grid-list .xv-list-item > * {
2793   vertical-align: top;
2794 }
2795 .xv-list.xv-grid-list .xv-list-item {
2796   padding-top: 7px !important;
2797   padding-bottom: 9px !important;
2798   border-bottom: 1px solid #aaaaaa !important;
2799   background: #f8f8f8;
2800 }
2801 .xv-list.xv-grid-list .xv-list-item.item-selected {
2802   background: #226b9a;
2803   background-color: #1f608c;
2804   background-image: -moz-linear-gradient(top, #226b9a, #1a4f77);
2805   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#226b9a), to(#1a4f77));
2806   background-image: -webkit-linear-gradient(top, #226b9a, #1a4f77);
2807   background-image: -o-linear-gradient(top, #226b9a, #1a4f77);
2808   background-image: linear-gradient(to bottom, #226b9a, #1a4f77);
2809   background-repeat: repeat-x;
2810   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff226b9a', endColorstr='#ff1a4f77', GradientType=0);
2811 }
2812 .xv-list.xv-grid-list .xv-list-item.item-selected .xv-list-attr {
2813   color: #fdfdfd;
2814 }
2815 .xv-list.xv-grid-list .xv-list-item.item-selected .xv-list-attr.placeholder {
2816   font-style: italic;
2817   color: #99ccff;
2818 }
2819 .xv-list.xv-grid-list .xv-list-item.item-selected .xv-list-attr.hyperlink {
2820   color: #ff6529;
2821 }
2822 .xv-list.xv-grid-list .xv-list-item.item-selected .xv-list-attr.header {
2823   background: #99ccff;
2824 }
2825 .xv-list.xv-grid-list .xv-list-item .xv-list-column {
2826   vertical-align: top;
2827 }
2828 .xv-list.xv-grid-list .xv-list-item .xv-list-column .xv-list-attr {
2829   font-size: 12px;
2830 }
2831 .xv-list.xv-grid-list .xv-list-item .xv-list-column.last {
2832   border-right: none;
2833 }
2834 .xv-list.xv-grid-list .xv-list-item .xv-list-column.name-column {
2835   padding-left: 7px;
2836 }
2837 .xv-list.xv-grid-list .xv-list-item .xv-list-column.first {
2838   padding-left: 7px;
2839 }
2840 .xv-list.xv-grid-list .xv-list-item .xv-list-column.second {
2841   padding-left: 7px;
2842 }
2843 .xv-list.xv-grid-list .xv-list-item .xv-list-column.third {
2844   padding-left: 7px;
2845 }
2846 .xv-list.xv-grid-list .xv-list-item .xv-list-column.short {
2847   padding-left: 7px;
2848 }
2849 .xv-list.xv-grid-list .xv-list-item .xv-list-column.small {
2850   padding-left: 7px;
2851 }
2852 .xv-list.xv-grid-list .xv-list-item .xv-list-column.medium {
2853   padding-left: 7px;
2854 }
2855 .xv-list.xv-grid-list .xv-list-item .xv-list-column.descr {
2856   padding-left: 7px;
2857 }
2858 .xv-list.xv-grid-list .xv-list-item .xv-list-column .xv-list-attr {
2859   padding: 0px;
2860 }
2861 .xv-list-attr {
2862   padding: 5px;
2863   font-size: .8em;
2864   white-space: nowrap;
2865   overflow: hidden;
2866   text-overflow: ellipsis;
2867   color: #070707;
2868 }
2869 .xv-list-attr.header {
2870   padding: 4px;
2871   background: #d8d8d8;
2872   font-size: .7em;
2873   font-weight: bold;
2874   text-transform: uppercase;
2875   color: #fdfdfd;
2876 }
2877 .xv-list-attr.footer {
2878   padding: 4px;
2879   background: #d8d8d8;
2880   font-size: .7em;
2881   font-weight: bold;
2882   text-transform: uppercase;
2883   color: #070707;
2884 }
2885 .xv-list-attr.right {
2886   position: absolute;
2887   right: 10px;
2888 }
2889 .xv-list-attr.text-align-right {
2890   text-align: right;
2891 }
2892 .xv-list-attr.bold {
2893   font-weight: bold;
2894 }
2895 .xv-list-attr.error {
2896   color: #ff0000;
2897 }
2898 .xv-list-attr.emphasis {
2899   color: #009000;
2900 }
2901 .xv-list-attr.warn {
2902   color: #ff9c00;
2903 }
2904 .xv-list-attr.italic {
2905   font-style: italic;
2906 }
2907 .xv-list-attr.placeholder {
2908   font-style: italic;
2909   color: #777777;
2910 }
2911 .xv-list-attr.hyperlink {
2912   color: #357ec7;
2913   cursor: pointer;
2914 }
2915 .xv-list-attr.disabled {
2916   color: #777777;
2917 }
2918 /* Navigator */
2919 .xv-navigator-header {
2920   font-size: small;
2921   font-weight: bold;
2922   text-transform: uppercase;
2923   color: #ff6600;
2924   padding-left: 20px;
2925   border-bottom: 1px solid #0e0e0e;
2926 }
2927 .xv-workspace-header {
2928   color: #fdfdfd;
2929   white-space: nowrap;
2930   overflow: hidden;
2931   text-overflow: ellipsis;
2932   padding: 8px 0 0 8px;
2933 }
2934 /**
2935   Styles relating to widgets in the pullout
2936 */
2937 /* Pullout */
2938 .xv-pullout {
2939   /* Setting this as min-width overrides enyo-narrow 100% */
2940   width: 320px;
2941   -webkit-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
2942   -moz-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
2943   box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
2944   position: absolute;
2945   top: 55px;
2946   left: 0;
2947   bottom: 0;
2948   background-color: #fdfdfd;
2949   -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
2950   -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
2951   box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
2952 }
2953 .xv-pullout .xv-header {
2954   background-color: #fdfdfd;
2955   padding: 6px 12px;
2956   border-bottom: 1px solid #d7d7d7;
2957   height: 28px;
2958   color: #ff6529;
2959   font-size: small;
2960   font-weight: bold;
2961   text-transform: uppercase;
2962   white-space: nowrap;
2963   overflow: hidden;
2964   text-overflow: ellipsis;
2965   height: 15px;
2966   border: none;
2967 }
2968 .xv-pullout .pullout-grabbutton {
2969   position: absolute;
2970   height: 54px;
2971   width: 50px;
2972   bottom: 25px;
2973   right: -50px;
2974   background-color: #d7d7d7;
2975   box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
2976   -webkit-border-top-right-radius: 10px;
2977   -moz-border-radius-topright: 10px;
2978   border-top-right-radius: 10px;
2979   -webkit-border-bottom-right-radius: 10px;
2980   -moz-border-radius-bottomright: 10px;
2981   border-bottom-right-radius: 10px;
2982 }
2983 .xv-pullout .xv-parameter-panel {
2984   width: 320px;
2985   margin: 0 4px 0 2px;
2986   padding: 0;
2987   background: #f8f8f8;
2988   text-overflow: ellipsis;
2989   border: 1px solid #d7d7d7;
2990   width: 100%;
2991   margin: 0 4px 6px 0;
2992 }
2993 .xv-pullout .xv-parameter-panel .onyx-groupbox-header {
2994   padding: 6px 10px;
2995   border-bottom: 1px solid #d7d7d7;
2996   background: #efefef;
2997   color: #0e0e0e;
2998 }
2999 .xv-pullout .xv-parameter-panel .onyx-groupbox-header i {
3000   margin-right: 10px;
3001 }
3002 .xv-pullout .xv-parameter-panel.small-panel {
3003   width: 600px;
3004 }
3005 .xv-pullout .xv-parameter-panel.medium-panel {
3006   width: 700px;
3007 }
3008 .xv-pullout .xv-parameter-panel.large-panel {
3009   width: 800px;
3010 }
3011 .xv-pullout .xv-parameter-panel .xv-label,
3012 .xv-pullout .xv-parameter-panel .xv-decorated-label,
3013 .xv-pullout .xv-parameter-panel .xv-flexible-label {
3014   width: 120px;
3015   max-width: 100%;
3016   text-align: right;
3017   padding: 0 8px 0 6px;
3018   vertical-align: middle;
3019 }
3020 .xv-pullout .xv-parameter-panel .xv-label.disabled,
3021 .xv-pullout .xv-parameter-panel .xv-decorated-label.disabled,
3022 .xv-pullout .xv-parameter-panel .xv-flexible-label.disabled {
3023   color: #777777;
3024 }
3025 .xv-pullout .xv-parameter-panel.xv-assignment-box .xv-flexible-label,
3026 .xv-pullout .xv-parameter-panel.xv-assignment-box .xv-label {
3027   width: 200px !important;
3028 }
3029 .xv-pullout .xv-parameter-panel .xv-input {
3030   padding: 4px 0;
3031   border-bottom: 1px solid rgba(215, 215, 215, 0.5);
3032 }
3033 .xv-pullout .xv-parameter-panel .xv-input .enyo-tool-decorator {
3034   max-width: 180px;
3035   text-align: left;
3036 }
3037 .xv-pullout .xv-parameter-panel .xv-input .enyo-tool-decorator .onyx-icon {
3038   display: inline-block;
3039   width: 16px;
3040   cursor: pointer;
3041 }
3042 .xv-pullout .xv-parameter-panel .xv-input.xv-textarea {
3043   padding: 0;
3044   margin: 8px;
3045 }
3046 .xv-pullout .xv-parameter-panel .xv-input.xv-textarea .enyo-tool-decorator {
3047   max-width: 320px;
3048 }
3049 .xv-pullout .xv-parameter-panel .xv-input input {
3050   width: 164px;
3051 }
3052 .xv-pullout .xv-parameter-panel .xv-input .xv-icon-decorator input {
3053   width: 140px;
3054 }
3055 .xv-pullout .xv-parameter-panel .xv-input .xv-icon-decorator .onyx-icon {
3056   padding: 4px;
3057 }
3058 .xv-pullout .xv-parameter-panel .xv-input .onyx-picker-decorator {
3059   padding: 0;
3060 }
3061 .xv-pullout .xv-parameter-panel .xv-input.xv-relationwidget .xv-description {
3062   overflow: hidden;
3063   display: -webkit-box;
3064   -webkit-line-clamp: 4;
3065   -webkit-box-orient: vertical;
3066   max-width: 250px;
3067   margin: 5px 5px 5px 80px;
3068   font-size: 0.9em;
3069 }
3070 .xv-pullout .xv-parameter-panel .xv-input.xv-relationwidget .xv-description.disabled {
3071   color: #777777;
3072 }
3073 .xv-pullout .xv-parameter-panel .xv-input.xv-spinnerwidget .buttons {
3074   display: block;
3075   padding: 0;
3076   margin: 1px 0 1px 10px;
3077   width: 20px;
3078   height: 20px;
3079   background: transparent;
3080   color: #357ec7;
3081   font-size: 20px;
3082   border: none;
3083 }
3084 .xv-pullout .xv-parameter-panel .xv-input.xv-spinnerwidget .slider {
3085   margin: 15px 10px;
3086 }
3087 .xv-pullout .xv-parameter-panel .xv-input.xv-spinnerwidget.xv-numberwidget input {
3088   width: 120px;
3089 }
3090 .xv-pullout .xv-parameter-panel .xv-input.xv-combobox .icon-sort {
3091   color: #357ec7;
3092   vertical-align: middle;
3093 }
3094 .xv-pullout .xv-parameter-panel .xv-input.xv-numberwidget input {
3095   text-align: right;
3096 }
3097 .xv-pullout .xv-parameter-panel .xv-input.xv-moneywidget .onyx-input-decorator {
3098   font-family: "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
3099 }
3100 .xv-pullout .xv-parameter-panel .xv-input.xv-moneywidget .onyx-input-decorator input,
3101 .xv-pullout .xv-parameter-panel .xv-input.xv-moneywidget .onyx-input-decorator .xv-money-label {
3102   width: 80px;
3103   text-align: right;
3104 }
3105 .xv-pullout .xv-parameter-panel .xv-input.xv-moneywidget .xv-picker-button {
3106   width: 65px;
3107   padding: 10px 4px;
3108 }
3109 .xv-pullout .xv-parameter-panel .enyo-fittable-columns-layout > * {
3110   vertical-align: middle;
3111 }
3112 .xv-pullout .xv-parameter-panel .xv-buttons {
3113   text-align: center;
3114 }
3115 .xv-pullout .xv-parameter-panel .xv-filter-form .xv-list {
3116   height: 150px;
3117 }
3118 .xv-pullout .help-panel {
3119   border: none;
3120   height: 100%;
3121   width: 100%;
3122 }
3123 .xv-pullout .history-panel .xv-list-item {
3124   padding: 12px 10px;
3125   color: #0e0e0e;
3126   background-color: #fdfdfd;
3127   border-bottom: 1px solid #d7d7d7;
3128 }
3129 .xv-pullout .history-panel .xv-list-item.onyx-selected {
3130   background-color: #357ec7;
3131   color: #fdfdfd;
3132   border-bottom: 2px solid #d8d8d8;
3133 }
3134 /**
3135   Styles relating to misc widgets
3136 */
3137 .onyx-input-decorator {
3138   border: 0;
3139 }
3140 .onyx-input-decorator input {
3141   width: 150px;
3142 }
3143 .xv-dependency-picker .onyx-picker-decorator .onyx-button {
3144   width: 280px;
3145   margin-left: 6px;
3146 }
3147 .xv-dependency-button {
3148   color: #357ec7;
3149   font-size: 24px;
3150   border: none;
3151   background: transparent;
3152 }
3153 /**
3154   Characteristics
3155 */
3156 .xv-characteristic-picker {
3157   border: none;
3158 }
3159 .xv-characteristic-picker .onyx-picker-decorator .onyx-button {
3160   width: 130px;
3161 }
3162 .xv-characteristic-item {
3163   border-bottom: 1px solid #d7d7d7;
3164 }
3165 .xv-characteristic-item .onyx-input-decorator > input {
3166   width: 115px;
3167   margin-top: 10px;
3168   margin-bottom: 10px;
3169 }
3170 .xv-characteristic-item > .xv-input {
3171   border: none;
3172 }
3173 .xv-characteristic-buttons {
3174   margin: 8px;
3175 }
3176 .xv-characteristic-button {
3177   margin-left: 4px;
3178   color: #357ec7;
3179   font-size: 24px;
3180 }
3181 /**
3182   Styles relating to RelationWidgets
3183 */
3184 .xv-relationwidget-completer {
3185   left: -200px;
3186   top: 15px;
3187 }
3188 .xv-completer-sidecar {
3189   color: #93a1a1;
3190 }
3191 .xv-relationwidget-icon {
3192   top: 1px;
3193   left: 8px;
3194   height: 30px;
3195   position: relative;
3196 }
3197 .xv-private-item-site-widget {
3198   border-bottom-color: #aaaaaa;
3199   border-bottom-width: 1px;
3200   border-bottom-style: solid;
3201 }
3202 /* RelationsEditorBox */
3203 .xv-relations-editor-box .xv-groupbox {
3204   margin-right: 0;
3205   padding: 0;
3206   border: none;
3207 }
3208 .xv-relations-editor-box.panel {
3209   width: 350px;
3210 }
3211 /* ListRelationsBox */
3212 .xv-list-relations-box.panel {
3213   width: 625px;
3214 }
3215 .xv-short-relations-box.panel {
3216   width: 500px;
3217 }
3218 .xv-addresswidget {
3219   background-color: #fdfdfd;
3220   padding: 4px;
3221 }
3222 .xv-addresswidget .xv-addresswidget-viewer {
3223   border: 0;
3224   font-size: medium;
3225   display: inline;
3226 }
3227 .xv-addresswidget .xv-addresswidget-viewer.placeholder {
3228   font-style: italic;
3229   color: #93a1a1;
3230 }
3231 .xv-addresswidget .xv-addresswidget-viewer.disabled {
3232   color: #777777;
3233 }
3234 .xv-addresswidget .xv-addresswidget-buttons {
3235   margin-top: 4px;
3236 }
3237 .xv-addresswidget .xv-addresswidget-buttons .xv-addresswidget-button {
3238   margin-right: 4px;
3239 }
3240 .xv-addresswidget-input-decorator,
3241 .xv-addresswidget-combobox-decorator {
3242   background: #fdfdfd;
3243   display: block;
3244   margin: 4px;
3245 }
3246 .xv-addresswidget-input-decorator input,
3247 .xv-addresswidget-combobox-decorator input {
3248   width: 100%;
3249 }
3250 .xv-addresswidget-input-decorator .enyo-fittable-columns-layout > *,
3251 .xv-addresswidget-combobox-decorator .enyo-fittable-columns-layout > * {
3252   vertical-align: middle;
3253 }
3254 .xv-addresswidget-input-decorator.short,
3255 .xv-addresswidget-combobox-decorator.short {
3256   width: 40%;
3257 }
3258 .xv-addresswidget-combobox-decorator {
3259   width: 60%;
3260 }
3261 .xv-button-section .xv-addresswidget-buttons {
3262   margin: 0;
3263   background-color: #666666;
3264 }
3265 .xv-addresswidget-editor-header {
3266   padding: 4px;
3267 }
3268 .xv-addresswidget-editor {
3269   width: 320px;
3270   padding: 8px;
3271   padding-right: 16px;
3272 }
3273 .xv-addresslist-attr {
3274   padding: 5px;
3275   font-size: 13px;
3276   white-space: normal;
3277   overflow: auto;
3278   color: #070707;
3279   background-color: #fdfdfd;
3280 }
3281 .xv-search .xv-header {
3282   background-color: #fdfdfd;
3283   padding: 6px 12px;
3284   border-bottom: 1px solid #d7d7d7;
3285   height: 28px;
3286   color: #ff6529;
3287   font-size: small;
3288   font-weight: bold;
3289   text-transform: uppercase;
3290   white-space: nowrap;
3291   overflow: hidden;
3292   text-overflow: ellipsis;
3293   border: none;
3294 }
3295 .xv-search .xv-search-container {
3296   width: 320px;
3297   margin: 0 4px 0 2px;
3298   padding: 0;
3299   background: #f8f8f8;
3300   text-overflow: ellipsis;
3301   border: 1px solid #d7d7d7;
3302   width: 100%;
3303   margin: 0 4px 6px 0;
3304 }
3305 .xv-search .xv-search-container .onyx-groupbox-header {
3306   padding: 6px 10px;
3307   border-bottom: 1px solid #d7d7d7;
3308   background: #efefef;
3309   color: #0e0e0e;
3310 }
3311 .xv-search .xv-search-container .onyx-groupbox-header i {
3312   margin-right: 10px;
3313 }
3314 .xv-search .xv-search-container.small-panel {
3315   width: 600px;
3316 }
3317 .xv-search .xv-search-container.medium-panel {
3318   width: 700px;
3319 }
3320 .xv-search .xv-search-container.large-panel {
3321   width: 800px;
3322 }
3323 .xv-search .xv-search-container .xv-label,
3324 .xv-search .xv-search-container .xv-decorated-label,
3325 .xv-search .xv-search-container .xv-flexible-label {
3326   width: 120px;
3327   max-width: 100%;
3328   text-align: right;
3329   padding: 0 8px 0 6px;
3330   vertical-align: middle;
3331 }
3332 .xv-search .xv-search-container .xv-label.disabled,
3333 .xv-search .xv-search-container .xv-decorated-label.disabled,
3334 .xv-search .xv-search-container .xv-flexible-label.disabled {
3335   color: #777777;
3336 }
3337 .xv-search .xv-search-container.xv-assignment-box .xv-flexible-label,
3338 .xv-search .xv-search-container.xv-assignment-box .xv-label {
3339   width: 200px !important;
3340 }
3341 .xv-search .xv-search-container .xv-input {
3342   padding: 4px 0;
3343   border-bottom: 1px solid rgba(215, 215, 215, 0.5);
3344 }
3345 .xv-search .xv-search-container .xv-input .enyo-tool-decorator {
3346   max-width: 180px;
3347   text-align: left;
3348 }
3349 .xv-search .xv-search-container .xv-input .enyo-tool-decorator .onyx-icon {
3350   display: inline-block;
3351   width: 16px;
3352   cursor: pointer;
3353 }
3354 .xv-search .xv-search-container .xv-input.xv-textarea {
3355   padding: 0;
3356   margin: 8px;
3357 }
3358 .xv-search .xv-search-container .xv-input.xv-textarea .enyo-tool-decorator {
3359   max-width: 320px;
3360 }
3361 .xv-search .xv-search-container .xv-input input {
3362   width: 164px;
3363 }
3364 .xv-search .xv-search-container .xv-input .xv-icon-decorator input {
3365   width: 140px;
3366 }
3367 .xv-search .xv-search-container .xv-input .xv-icon-decorator .onyx-icon {
3368   padding: 4px;
3369 }
3370 .xv-search .xv-search-container .xv-input .onyx-picker-decorator {
3371   padding: 0;
3372 }
3373 .xv-search .xv-search-container .xv-input.xv-relationwidget .xv-description {
3374   overflow: hidden;
3375   display: -webkit-box;
3376   -webkit-line-clamp: 4;
3377   -webkit-box-orient: vertical;
3378   max-width: 250px;
3379   margin: 5px 5px 5px 80px;
3380   font-size: 0.9em;
3381 }
3382 .xv-search .xv-search-container .xv-input.xv-relationwidget .xv-description.disabled {
3383   color: #777777;
3384 }
3385 .xv-search .xv-search-container .xv-input.xv-spinnerwidget .buttons {
3386   display: block;
3387   padding: 0;
3388   margin: 1px 0 1px 10px;
3389   width: 20px;
3390   height: 20px;
3391   background: transparent;
3392   color: #357ec7;
3393   font-size: 20px;
3394   border: none;
3395 }
3396 .xv-search .xv-search-container .xv-input.xv-spinnerwidget .slider {
3397   margin: 15px 10px;
3398 }
3399 .xv-search .xv-search-container .xv-input.xv-spinnerwidget.xv-numberwidget input {
3400   width: 120px;
3401 }
3402 .xv-search .xv-search-container .xv-input.xv-combobox .icon-sort {
3403   color: #357ec7;
3404   vertical-align: middle;
3405 }
3406 .xv-search .xv-search-container .xv-input.xv-numberwidget input {
3407   text-align: right;
3408 }
3409 .xv-search .xv-search-container .xv-input.xv-moneywidget .onyx-input-decorator {
3410   font-family: "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
3411 }
3412 .xv-search .xv-search-container .xv-input.xv-moneywidget .onyx-input-decorator input,
3413 .xv-search .xv-search-container .xv-input.xv-moneywidget .onyx-input-decorator .xv-money-label {
3414   width: 80px;
3415   text-align: right;
3416 }
3417 .xv-search .xv-search-container .xv-input.xv-moneywidget .xv-picker-button {
3418   width: 65px;
3419   padding: 10px 4px;
3420 }
3421 .xv-search .xv-search-container .enyo-fittable-columns-layout > * {
3422   vertical-align: middle;
3423 }
3424 .xv-search .xv-search-container .xv-buttons {
3425   text-align: center;
3426 }
3427 .xv-search .xv-search-container .xv-filter-form .xv-list {
3428   height: 150px;
3429 }