Merge pull request #1784 from garyhgohoos/23593-2
[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-invisible-wrapper {
1532   padding: 0;
1533   border: none;
1534 }
1535 .xv-limit-description {
1536   overflow: hidden;
1537   display: -webkit-box;
1538   -webkit-line-clamp: 4;
1539   -webkit-box-orient: vertical;
1540 }
1541 .xv-app-panel {
1542   /* Setting this as min-width overrides enyo-narrow 100% */
1543   width: 320px;
1544   background-color: #fdfdfd;
1545   -webkit-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
1546   -moz-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
1547   box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
1548 }
1549 /*
1550   Media query for responsive design. This adapts to smaller
1551   displays.
1552 */
1553 @media (max-width: 480px) {
1554   .pullout-menu {
1555     display: block;
1556     margin: 0;
1557   }
1558   .xv-app-panel > * {
1559     min-width: 100%;
1560     max-width: 100%;
1561   }
1562   .enyo-fit {
1563     margin-bottom: -4px !important;
1564   }
1565 }
1566 .wide > * {
1567   min-width: 50%;
1568 }
1569 .scroll-ios {
1570   overflow: auto;
1571   -webkit-overflow-scrolling: touch;
1572 }
1573 .wide > * {
1574   min-width: 50%;
1575 }
1576 .xv-version-label {
1577   padding: 10px;
1578 }
1579 .xv-popup-button {
1580   margin: 4px;
1581 }
1582 .xv-error,
1583 .xv-negative {
1584   color: #ff0000;
1585 }
1586 /**
1587   Default button bar with margins and border-radius
1588 */
1589 .xv-buttons {
1590   margin: 5px;
1591 }
1592 .xv-buttons.center {
1593   text-align: center;
1594 }
1595 .xv-buttons .onyx-button {
1596   margin: 2px;
1597   min-height: 40px;
1598   min-width: 60px;
1599   background: #e1e1e1;
1600   color: #666666;
1601   font-size: 20px;
1602 }
1603 .xv-buttons .onyx-button[class^="icon-"]:before,
1604 .xv-buttons .onyx-button[class*=" icon-"]:before {
1605   vertical-align: middle;
1606   margin-right: 5px;
1607 }
1608 .xv-buttons .onyx-button.text {
1609   font-size: 17px;
1610 }
1611 .xv-buttons .onyx-button.selected {
1612   background: #357ec7;
1613   color: #fdfdfd;
1614 }
1615 .xv-assignment-box .xv-flexible-label {
1616   width: 85%;
1617 }
1618 .xv-assignment-box .xv-label {
1619   width: 250px;
1620 }
1621 .xv-parameter-title {
1622   padding-top: 8px;
1623   font-size: large;
1624   text-align: center;
1625 }
1626 /**
1627   Default popup style
1628 */
1629 .xv-popup {
1630   background: #505050;
1631   min-width: 320px;
1632   padding: 10px;
1633   text-align: center;
1634 }
1635 .xv-popup .message {
1636   margin-bottom: 10px;
1637   max-height: 500px;
1638   max-width: 500px;
1639 }
1640 .xv-popup.xv-groupbox-popup {
1641   width: 320px;
1642   margin: 0 4px 0 2px;
1643   padding: 0;
1644   background: #f8f8f8;
1645   text-overflow: ellipsis;
1646   border: 1px solid #d7d7d7;
1647   /**
1648         Styles relating to workspace widgets
1649       */
1650   color: #070707;
1651   padding: 7px;
1652 }
1653 .xv-popup.xv-groupbox-popup .onyx-groupbox-header {
1654   padding: 6px 10px;
1655   border-bottom: 1px solid #d7d7d7;
1656   background: #efefef;
1657   color: #0e0e0e;
1658 }
1659 .xv-popup.xv-groupbox-popup .onyx-groupbox-header i {
1660   margin-right: 10px;
1661 }
1662 .xv-popup.xv-groupbox-popup.small-panel {
1663   width: 600px;
1664 }
1665 .xv-popup.xv-groupbox-popup.medium-panel {
1666   width: 700px;
1667 }
1668 .xv-popup.xv-groupbox-popup.large-panel {
1669   width: 800px;
1670 }
1671 .xv-popup.xv-groupbox-popup .xv-label,
1672 .xv-popup.xv-groupbox-popup .xv-decorated-label,
1673 .xv-popup.xv-groupbox-popup .xv-flexible-label {
1674   width: 120px;
1675   max-width: 100%;
1676   text-align: right;
1677   padding: 0 8px 0 6px;
1678   vertical-align: middle;
1679 }
1680 .xv-popup.xv-groupbox-popup .xv-label.disabled,
1681 .xv-popup.xv-groupbox-popup .xv-decorated-label.disabled,
1682 .xv-popup.xv-groupbox-popup .xv-flexible-label.disabled {
1683   color: #777777;
1684 }
1685 .xv-popup.xv-groupbox-popup.xv-assignment-box .xv-flexible-label,
1686 .xv-popup.xv-groupbox-popup.xv-assignment-box .xv-label {
1687   width: 200px !important;
1688 }
1689 .xv-popup.xv-groupbox-popup .xv-input {
1690   padding: 4px 0;
1691   border-bottom: 1px solid rgba(215, 215, 215, 0.5);
1692 }
1693 .xv-popup.xv-groupbox-popup .xv-input .enyo-tool-decorator {
1694   max-width: 180px;
1695   text-align: left;
1696 }
1697 .xv-popup.xv-groupbox-popup .xv-input .enyo-tool-decorator .onyx-icon {
1698   display: inline-block;
1699   width: 16px;
1700   cursor: pointer;
1701 }
1702 .xv-popup.xv-groupbox-popup .xv-input.xv-textarea {
1703   padding: 0;
1704   margin: 8px;
1705 }
1706 .xv-popup.xv-groupbox-popup .xv-input.xv-textarea .enyo-tool-decorator {
1707   max-width: 320px;
1708 }
1709 .xv-popup.xv-groupbox-popup .xv-input input {
1710   width: 164px;
1711 }
1712 .xv-popup.xv-groupbox-popup .xv-input .xv-icon-decorator input {
1713   width: 140px;
1714 }
1715 .xv-popup.xv-groupbox-popup .xv-input .xv-icon-decorator .onyx-icon {
1716   padding: 4px;
1717 }
1718 .xv-popup.xv-groupbox-popup .xv-input .onyx-picker-decorator {
1719   padding: 0;
1720 }
1721 .xv-popup.xv-groupbox-popup .xv-relationwidget .xv-description {
1722   overflow: hidden;
1723   display: -webkit-box;
1724   -webkit-line-clamp: 4;
1725   -webkit-box-orient: vertical;
1726   max-width: 250px;
1727   margin: 5px 5px 5px 80px;
1728   font-size: 0.9em;
1729 }
1730 .xv-popup.xv-groupbox-popup .xv-relationwidget .xv-description.disabled {
1731   color: #777777;
1732 }
1733 .xv-popup.xv-groupbox-popup .xv-spinnerwidget .xv-icon-decorator .onyx-icon {
1734   display: block;
1735   border: none;
1736   font-size: 20px;
1737   width: 20px;
1738   padding: 0 4px 0 4px;
1739 }
1740 .xv-popup.xv-groupbox-popup .xv-spinnerwidget .xv-icon-decorator input {
1741   width: 136px;
1742 }
1743 .xv-popup.xv-groupbox-popup .xv-spinnerwidget .slider {
1744   margin: 15px 10px;
1745 }
1746 .xv-popup.xv-groupbox-popup .xv-numberwidget input {
1747   text-align: right;
1748 }
1749 .xv-popup.xv-groupbox-popup .xv-moneywidget .enyo-tool-decorator {
1750   min-width: 90px;
1751   max-width: 90px;
1752 }
1753 .xv-popup.xv-groupbox-popup .xv-moneywidget .enyo-tool-decorator input {
1754   width: 90px;
1755 }
1756 .xv-popup.xv-groupbox-popup .xv-currency-picker {
1757   display: inline-block;
1758 }
1759 .xv-popup.xv-groupbox-popup .xv-currency-picker .enyo-tool-decorator {
1760   min-width: 65px;
1761   max-width: 65px;
1762   padding: 10px 4px;
1763 }
1764 .xv-popup.xv-groupbox-popup .xv-currency-picker .enyo-tool-decorator .xv-button-text {
1765   width: 45px;
1766 }
1767 .xv-popup.xv-groupbox-popup .xv-characteristics-widget .xv-characteristic-item {
1768   border-bottom: 1px solid #d7d7d7;
1769 }
1770 .xv-popup.xv-groupbox-popup .xv-characteristics-widget .xv-characteristic-item .xv-input {
1771   border: none;
1772 }
1773 .xv-popup.xv-groupbox-popup .xv-characteristics-widget .xv-characteristic-item .xv-input input {
1774   width: 135px;
1775 }
1776 .xv-popup.xv-groupbox-popup .xv-characteristics-widget .xv-characteristic-button {
1777   text-align: center;
1778 }
1779 .xv-popup.xv-groupbox-popup .enyo-fittable-columns-layout > * {
1780   vertical-align: middle;
1781 }
1782 .xv-popup.xv-groupbox-popup .xv-message {
1783   color: #c51616;
1784   padding: 5px;
1785 }
1786 .xv-my-account-popup {
1787   background-color: #fdfdfd;
1788   color: #000;
1789 }
1790 .xv-my-account-popup .xv-message {
1791   color: red;
1792   padding: 5px;
1793 }
1794 .xv-my-account-popup .onyx-button {
1795   margin: 0 auto 0 auto;
1796 }
1797 .xv-my-account-popup .onyx-input {
1798   padding-left: 10px;
1799   float: right;
1800 }
1801 .xv-sort-popup {
1802   background-color: #fdfdfd;
1803   color: #070707;
1804 }
1805 .xv-sort-popup .xv-groupbox > *:last-child {
1806   text-align: center;
1807   padding: 5px;
1808 }
1809 .xv-sort-popup .xv-groupbox > *:last-child .onyx-button {
1810   margin: 3px;
1811 }
1812 .xv-comment-box {
1813   /* Resets the margin/padding value for blockquote tag in comments */
1814 }
1815 .xv-comment-box .xv-comment-box-repeater {
1816   background: #fdfdfd;
1817 }
1818 .xv-comment-box .xv-comment-box-label {
1819   padding: 5px;
1820   font-size: small;
1821   font-weight: bold;
1822   white-space: nowrap;
1823   overflow: hidden;
1824   text-overflow: ellipsis;
1825 }
1826 .xv-comment-box .xv-comment-box-textblock {
1827   font-size: small;
1828 }
1829 .xv-comment-box .xv-comment-box-textblock.disabled {
1830   color: #777777;
1831 }
1832 .xv-comment-box blockquote {
1833   margin: 0 15px 10px 15px;
1834   padding: 0;
1835 }
1836 .icon-folder-open-alt,
1837 .icon-calendar,
1838 .icon-sort,
1839 .icon-angle-up,
1840 .icon-angle-down {
1841   color: #357ec7;
1842   vertical-align: middle;
1843   text-align: center;
1844 }
1845 .xv-short-textarea .xv-textarea-input {
1846   min-height: 0;
1847 }
1848 .xv-textarea-input {
1849   width: 90%;
1850   min-height: 100px;
1851   margin: 6px;
1852   border: #eee 2px solid;
1853 }
1854 .xv-documents-picker-label {
1855   width: 85px;
1856   padding: 16px 8px 8px 8px;
1857   text-align: right;
1858 }
1859 .xv-documents-picker {
1860   width: 120px;
1861   margin: 6px;
1862 }
1863 .xv-half-check {
1864   background: transparent url(../../../../../../assets/checkbox.png) no-repeat 0 -96px scroll;
1865 }
1866 .xv-menuitem.disabled {
1867   color: #777777;
1868 }
1869 /* This is for styling the moved items in the more toolbar */
1870 .xv-toolbar-moved {
1871   width: 220px;
1872 }
1873 .icon-folder-open-alt,
1874 .icon-calendar,
1875 .icon-sort,
1876 .icon-angle-up,
1877 .icon-angle-down,
1878 .icon-save {
1879   color: #357ec7;
1880   vertical-align: middle;
1881 }
1882 .onyx-toolbar {
1883   height: 55px;
1884   padding: 4px;
1885   background: #505050;
1886   border: none;
1887 }
1888 .onyx-toolbar .onyx-icon-button,
1889 .onyx-toolbar .onyx-popup-decorator {
1890   margin: 0 5px 0 3px;
1891 }
1892 .onyx-toolbar .onyx-icon-button div,
1893 .onyx-toolbar .onyx-popup-decorator div {
1894   text-shadow: none;
1895   color: #fdfdfd;
1896 }
1897 .onyx-toolbar .onyx-icon-button.lock div,
1898 .onyx-toolbar .onyx-popup-decorator.lock div {
1899   color: #ff9c00;
1900 }
1901 .onyx-toolbar .onyx-popup-decorator {
1902   text-align: center;
1903   width: 50px;
1904   height: 40px;
1905 }
1906 .onyx-toolbar .onyx-popup-decorator .onyx-icon-button {
1907   margin: 0;
1908 }
1909 .onyx-toolbar .onyx-menu {
1910   margin-top: 10px;
1911 }
1912 .onyx-toolbar .spacer {
1913   margin: 0;
1914 }
1915 .onyx-toolbar .xv-toolbar-label,
1916 .onyx-toolbar .xv-search {
1917   width: 185px;
1918   margin: 0;
1919   margin-left: 6px;
1920 }
1921 .onyx-toolbar .xv-search {
1922   color: #939393;
1923 }
1924 .xv-navigator .xv-header {
1925   background-color: #fdfdfd;
1926   padding: 6px 12px;
1927   border-bottom: 1px solid #d7d7d7;
1928   height: 28px;
1929   color: #ff6529;
1930   font-size: small;
1931   font-weight: bold;
1932   text-transform: uppercase;
1933   white-space: nowrap;
1934   overflow: hidden;
1935   text-overflow: ellipsis;
1936 }
1937 .xv-navigator > .xv-content-panel {
1938   /**
1939      * The enyo List height calculations really like to override this and make
1940      * the list shorter and not consume all the space available.
1941      */
1942   height: 100%;
1943 }
1944 .xv-navigator .xv-menu-container .xv-panels {
1945   height: 100%;
1946 }
1947 .xv-navigator .xv-menu-container .xv-navigator-menu .xv-list-item {
1948   padding: 12px 10px;
1949   color: #0e0e0e;
1950   background-color: #fdfdfd;
1951   border-bottom: 1px solid #d7d7d7;
1952 }
1953 .xv-navigator .xv-menu-container .xv-navigator-menu .xv-list-item.onyx-selected {
1954   background-color: #357ec7;
1955   color: #fdfdfd;
1956   border-bottom: 2px solid #d8d8d8;
1957 }
1958 /**
1959   Styles for the application startup
1960 */
1961 .xv-startup-panel {
1962   background: #fdfdfd;
1963 }
1964 .xv-startup-panel .xv-startup-divider {
1965   width: 70%;
1966   height: 30px;
1967   line-height: 30px;
1968   margin: 0 auto 10px auto;
1969   top: 200px;
1970   position: relative;
1971   color: #ff6529;
1972   font-family: Segoe UI, Prelude Medium, Helvetica, Verdana, sans-serif;
1973   font-size: 16px;
1974   font-weight: bold;
1975   border: none;
1976 }
1977 .xv-startup-panel .xv-startup-progress {
1978   width: 70%;
1979   margin: 0 auto 0 auto;
1980   top: 200px;
1981   position: relative;
1982 }
1983 .xv-startup-panel .xv-startup-progress.onyx-progress-button {
1984   height: 18px;
1985   line-height: 18px;
1986 }
1987 .xv-startup-panel .xv-startup-progress.onyx-progress-button-bar {
1988   height: 18px;
1989 }
1990 .xv-workspace-container {
1991   background: #fdfdfd;
1992   -webkit-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
1993   -moz-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
1994   box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
1995 }
1996 .xv-workspace-container .xv-content-panel .xv-header {
1997   background-color: #fdfdfd;
1998   border-bottom: 1px solid #d7d7d7;
1999   height: 28px;
2000   color: #ff6529;
2001   font-size: small;
2002   font-weight: bold;
2003   text-transform: uppercase;
2004   white-space: nowrap;
2005   overflow: hidden;
2006   text-overflow: ellipsis;
2007   padding: 6px 12px;
2008   border: none;
2009 }
2010 .xv-workspace-container > .xv-menu-container .xv-panels {
2011   height: 100%;
2012 }
2013 .xv-workspace-container > .xv-menu-container .xv-navigator-menu .xv-list-item {
2014   padding: 12px 10px;
2015   color: #0e0e0e;
2016   background-color: #fdfdfd;
2017   border-bottom: 1px solid #d7d7d7;
2018 }
2019 .xv-workspace-container > .xv-menu-container .xv-navigator-menu .xv-list-item.onyx-selected {
2020   background-color: #357ec7;
2021   color: #fdfdfd;
2022   border-bottom: 2px solid #d8d8d8;
2023 }
2024 .xv-workspace-container > .xv-menu-container .xv-header {
2025   background-color: #fdfdfd;
2026   padding: 6px 12px;
2027   border-bottom: 1px solid #d7d7d7;
2028   height: 28px;
2029   color: #ff6529;
2030   font-size: small;
2031   font-weight: bold;
2032   text-transform: uppercase;
2033   white-space: nowrap;
2034   overflow: hidden;
2035   text-overflow: ellipsis;
2036 }
2037 .xv-workspace-container .xv-workspace {
2038   background-color: #fdfdfd;
2039 }
2040 .xv-workspace-container .xv-workspace > .enyo-panels {
2041   width: 100% !important;
2042   height: 100% !important;
2043 }
2044 .xv-workspace-container .xv-workspace .xv-buttons .onyx-button {
2045   border: 1px solid #d7d7d7;
2046 }
2047 .xv-workspace-container .xv-workspace .xv-buttons .onyx-button[disabled] {
2048   opacity: 0.6;
2049   cursor: default;
2050 }
2051 .xv-workspace-container .xv-workspace .panel .xv-buttons {
2052   background-color: #efefef;
2053   margin: 0;
2054 }
2055 .xv-workspace-container .xv-workspace .panel .xv-buttons .onyx-button {
2056   border-radius: 0;
2057   margin: 0;
2058 }
2059 .xv-workspace-container .xv-workspace .xv-workspace-panel {
2060   width: 320px;
2061   margin: 0 4px 0 2px;
2062   padding: 0;
2063   background: #f8f8f8;
2064   text-overflow: ellipsis;
2065   border: 1px solid #d7d7d7;
2066   /**
2067         Styles relating to workspace widgets
2068       */
2069 }
2070 .xv-workspace-container .xv-workspace .xv-workspace-panel .onyx-groupbox-header {
2071   padding: 6px 10px;
2072   border-bottom: 1px solid #d7d7d7;
2073   background: #efefef;
2074   color: #0e0e0e;
2075 }
2076 .xv-workspace-container .xv-workspace .xv-workspace-panel .onyx-groupbox-header i {
2077   margin-right: 10px;
2078 }
2079 .xv-workspace-container .xv-workspace .xv-workspace-panel.small-panel {
2080   width: 600px;
2081 }
2082 .xv-workspace-container .xv-workspace .xv-workspace-panel.medium-panel {
2083   width: 700px;
2084 }
2085 .xv-workspace-container .xv-workspace .xv-workspace-panel.large-panel {
2086   width: 800px;
2087 }
2088 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-label,
2089 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-decorated-label,
2090 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-flexible-label {
2091   width: 120px;
2092   max-width: 100%;
2093   text-align: right;
2094   padding: 0 8px 0 6px;
2095   vertical-align: middle;
2096 }
2097 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-label.disabled,
2098 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-decorated-label.disabled,
2099 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-flexible-label.disabled {
2100   color: #777777;
2101 }
2102 .xv-workspace-container .xv-workspace .xv-workspace-panel.xv-assignment-box .xv-flexible-label,
2103 .xv-workspace-container .xv-workspace .xv-workspace-panel.xv-assignment-box .xv-label {
2104   width: 200px !important;
2105 }
2106 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input {
2107   padding: 4px 0;
2108   border-bottom: 1px solid rgba(215, 215, 215, 0.5);
2109 }
2110 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input .enyo-tool-decorator {
2111   max-width: 180px;
2112   text-align: left;
2113 }
2114 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input .enyo-tool-decorator .onyx-icon {
2115   display: inline-block;
2116   width: 16px;
2117   cursor: pointer;
2118 }
2119 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input.xv-textarea {
2120   padding: 0;
2121   margin: 8px;
2122 }
2123 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input.xv-textarea .enyo-tool-decorator {
2124   max-width: 320px;
2125 }
2126 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input input {
2127   width: 164px;
2128 }
2129 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input .xv-icon-decorator input {
2130   width: 140px;
2131 }
2132 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input .xv-icon-decorator .onyx-icon {
2133   padding: 4px;
2134 }
2135 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input .onyx-picker-decorator {
2136   padding: 0;
2137 }
2138 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-relationwidget .xv-description {
2139   overflow: hidden;
2140   display: -webkit-box;
2141   -webkit-line-clamp: 4;
2142   -webkit-box-orient: vertical;
2143   max-width: 250px;
2144   margin: 5px 5px 5px 80px;
2145   font-size: 0.9em;
2146 }
2147 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-relationwidget .xv-description.disabled {
2148   color: #777777;
2149 }
2150 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-spinnerwidget .xv-icon-decorator .onyx-icon {
2151   display: block;
2152   border: none;
2153   font-size: 20px;
2154   width: 20px;
2155   padding: 0 4px 0 4px;
2156 }
2157 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-spinnerwidget .xv-icon-decorator input {
2158   width: 136px;
2159 }
2160 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-spinnerwidget .slider {
2161   margin: 15px 10px;
2162 }
2163 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-numberwidget input {
2164   text-align: right;
2165 }
2166 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-moneywidget .enyo-tool-decorator {
2167   min-width: 90px;
2168   max-width: 90px;
2169 }
2170 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-moneywidget .enyo-tool-decorator input {
2171   width: 90px;
2172 }
2173 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-currency-picker {
2174   display: inline-block;
2175 }
2176 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-currency-picker .enyo-tool-decorator {
2177   min-width: 65px;
2178   max-width: 65px;
2179   padding: 10px 4px;
2180 }
2181 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-currency-picker .enyo-tool-decorator .xv-button-text {
2182   width: 45px;
2183 }
2184 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-characteristics-widget .xv-characteristic-item {
2185   border-bottom: 1px solid #d7d7d7;
2186 }
2187 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-characteristics-widget .xv-characteristic-item .xv-input {
2188   border: none;
2189 }
2190 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-characteristics-widget .xv-characteristic-item .xv-input input {
2191   width: 135px;
2192 }
2193 .xv-workspace-container .xv-workspace .xv-workspace-panel .xv-characteristics-widget .xv-characteristic-button {
2194   text-align: center;
2195 }
2196 .xv-workspace-container .xv-workspace .xv-workspace-panel .enyo-fittable-columns-layout > * {
2197   vertical-align: middle;
2198 }
2199 .xv-workspace-container .xv-workspace .onyx-input-decorator {
2200   border: 0;
2201 }
2202 .xv-workspace-container .xv-workspace .onyx-input-decorator input {
2203   width: 150px;
2204 }
2205 .xv-workspace-container .xv-workspace .onyx-input-decorator.onyx-disabled {
2206   opacity: 0.8;
2207   cursor: default;
2208 }
2209 .xv-workspace-container .xv-workspace .xv-dependency-picker .onyx-picker-decorator .onyx-button {
2210   width: 280px;
2211   margin-left: 6px;
2212 }
2213 .xv-workspace-container .xv-workspace .xv-dependency-button {
2214   color: #357ec7;
2215   font-size: 24px;
2216   border: none;
2217   background: transparent;
2218 }
2219 .xv-workspace-container .xv-workspace .xv-totals-panel .onyx-input-decorator > input,
2220 .xv-workspace-container .xv-workspace .xv-totals-panel * {
2221   font-size: 14px;
2222 }
2223 .xv-workspace-container .xv-workspace .xv-totals-panel .xv-input {
2224   border: none;
2225 }
2226 /**
2227  * Default ListItem styles when using a ModelDecorator.
2228  */
2229 .xv-list .xv-model-decorator > .xv-list-item .xv-table {
2230   display: table;
2231   width: 100%;
2232   table-layout: fixed;
2233 }
2234 .xv-list .xv-model-decorator > .xv-list-item .xv-table .xv-cell {
2235   display: table-cell;
2236 }
2237 .xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr {
2238   /**
2239         * Default styling for a model's id (as designated by 'idAttribute')
2240         */
2241 }
2242 .xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr.xm-attribute-id {
2243   color: #357ec7;
2244   font-weight: bold;
2245   cursor: pointer;
2246 }
2247 .xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr.xm-attribute-name {
2248   font-weight: bold;
2249 }
2250 .xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr.xm-attributetype-number {
2251   text-align: right;
2252 }
2253 .xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr.xm-attributetype-money {
2254   text-align: right;
2255 }
2256 .xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr.xm-attributetype-date {
2257   text-align: right;
2258 }
2259 .xv-list .xv-model-decorator > .xv-list-item.item-selected .xv-list-attr {
2260   color: white;
2261 }
2262 .xv-list .xv-model-decorator > .xv-list-item.item-selected .xv-list-attr.xm-attribute-id {
2263   color: #ff6529;
2264 }
2265 /**
2266   Styles related to pickers, combo boxes, and relation widgets
2267 */
2268 .onyx-picker-decorator .onyx-button {
2269   padding: 12px 8px 12px 8px;
2270   width: 150px;
2271 }
2272 .onyx-picker .onyx-menu-item {
2273   text-align: left;
2274   text-overflow: ellipsis;
2275 }
2276 .picker-icon {
2277   position: absolute;
2278   right: 0;
2279   margin: 0 10px 0 2px;
2280   color: #070707;
2281 }
2282 .xv-picker-button {
2283   text-align: left;
2284 }
2285 .xv-picker-button .picker-content {
2286   max-width: 100px;
2287   overflow: hidden;
2288 }
2289 .xv-picker-button.disabled {
2290   color: #777777;
2291 }
2292 .xv-picker-label {
2293   color: #070707;
2294   padding: 20px 8px 8px 8px;
2295   text-align: right;
2296   width: 130px;
2297 }
2298 .xv-picker-label.disabled {
2299   color: #777777;
2300 }
2301 .xv-combobox-note {
2302   padding: 14px 3px 8px 3px;
2303   text-align: left;
2304 }
2305 /*
2306   Styles relating to the grid box
2307 */
2308 /* Entire box including the grid and the summary panel */
2309 .xv-grid-box {
2310   /**
2311     This is the most general grid row that
2312     is not specific to read-only or selected
2313   */
2314 }
2315 .xv-grid-box.small-panel {
2316   width: 600px;
2317 }
2318 .xv-grid-box.medium-panel {
2319   width: 700px;
2320 }
2321 .xv-grid-box.large-panel {
2322   width: 800px;
2323 }
2324 .xv-grid-box .enyo-list-page > *:first-child .xv-grid-row {
2325   border-top: 0;
2326 }
2327 .xv-grid-box .xv-above-grid-list {
2328   border: 0;
2329 }
2330 .xv-grid-box .xv-scroller {
2331   background: #f8f8f8;
2332 }
2333 .xv-limit-description .xv-grid-box .xv-grid-attr.bold {
2334   font-weight: bold;
2335 }
2336 .xv-grid-box .xv-grid-attr.error {
2337   color: #ff0000;
2338 }
2339 .xv-grid-box .xv-grid-attr.emphasis {
2340   color: #009000;
2341 }
2342 .xv-grid-box .xv-grid-attr.warn {
2343   color: #ff9c00;
2344 }
2345 .xv-grid-box .xv-grid-attr.italic {
2346   font-style: italic;
2347 }
2348 .xv-grid-box .xv-grid-attr.placeholder {
2349   font-style: italic;
2350   color: #93a1a1;
2351 }
2352 .xv-grid-box .xv-grid-attr.hyperlink {
2353   color: blue;
2354 }
2355 .xv-grid-box .xv-gridbox-button {
2356   color: #357ec7;
2357   font-size: 18px;
2358   border: none;
2359   background: transparent;
2360 }
2361 .xv-grid-box .xv-grid-row {
2362   font-size: 12px;
2363   background-color: #d8d8d8;
2364   border-bottom: 1px solid #aaaaaa;
2365   vertical-align: top;
2366   /**
2367       This is the grid header row
2368     */
2369 }
2370 .xv-grid-box .xv-grid-row > * {
2371   display: inline-block;
2372 }
2373 .xv-grid-box .xv-grid-row .xv-grid-header {
2374   background-color: #d7d7d7;
2375   color: #0e0e0e;
2376   font-size: .8em;
2377   font-weight: bold;
2378   text-transform: uppercase;
2379   padding-top: 4px;
2380 }
2381 .xv-grid-box .xv-grid-row .xv-grid-header.last {
2382   border-right: none;
2383 }
2384 .xv-grid-box .xv-grid-row > * {
2385   padding: 6px 4px;
2386   border: none;
2387 }
2388 .xv-grid-box .xv-grid-row .line-number {
2389   vertical-align: top;
2390   width: 30px;
2391   text-align: right;
2392 }
2393 .xv-grid-box .xv-grid-row .grid-actions {
2394   display: block;
2395   padding-left: 30px;
2396   border-radius: 4px;
2397   border-width: 0;
2398   background: #f3f3f3;
2399   margin: 6px;
2400 }
2401 .xv-grid-box .xv-grid-row .grid-actions > * {
2402   display: inline-block;
2403   width: 100%;
2404 }
2405 .xv-grid-box .xv-grid-row .grid-item {
2406   vertical-align: top;
2407   width: 175px;
2408 }
2409 .xv-grid-box .xv-grid-row .quantity {
2410   vertical-align: top;
2411   text-align: right;
2412   width: 100px;
2413 }
2414 .xv-grid-box .xv-grid-row .percent {
2415   vertical-align: top;
2416   text-align: right;
2417   width: 90px;
2418 }
2419 .xv-grid-box .xv-grid-row .price {
2420   vertical-align: top;
2421   text-align: right;
2422   width: 90px;
2423 }
2424 .xv-grid-box .xv-grid-row .date {
2425   vertical-align: top;
2426   width: 105px;
2427 }
2428 .xv-grid-box .xv-grid-row .user {
2429   vertical-align: top;
2430   width: 100px;
2431 }
2432 .xv-grid-box .xv-grid-row.readonly {
2433   background: #f8f8f8;
2434   min-height: 56px;
2435 }
2436 .xv-grid-box .xv-grid-row.selected {
2437   background-color: #fdfdfd;
2438   border: 1px solid #ff6529;
2439 }
2440 .xv-grid-box .xv-grid-row.selected .xv-grid-column .onyx-input-decorator {
2441   padding: 0;
2442   width: 100%;
2443   margin: 0;
2444 }
2445 .xv-grid-box .xv-grid-row.selected .xv-grid-column .onyx-input-decorator input {
2446   width: 100%;
2447   font-size: 13px;
2448 }
2449 .xv-grid-box .xv-grid-row.selected .xv-grid-column .onyx-picker-decorator {
2450   padding-top: 6px;
2451   width: 100%;
2452 }
2453 .xv-grid-box .xv-grid-row.selected .xv-grid-column .onyx-picker-decorator .onyx-button {
2454   height: 26px;
2455   padding-top: 3px;
2456   width: 100%;
2457   font-size: 13px;
2458 }
2459 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-input {
2460   padding-top: 6px;
2461   width: 100%;
2462   border: none;
2463 }
2464 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-label,
2465 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-flexible-label,
2466 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-picker-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.xv-private-item-site-widget {
2474   border-bottom: 0;
2475 }
2476 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-relationwidget .onyx-input-decorator {
2477   padding: 0;
2478   width: 100%;
2479   margin: 0;
2480 }
2481 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-relationwidget .onyx-input-decorator input {
2482   width: 76%;
2483   font-size: 13px;
2484 }
2485 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-datewidget .onyx-input-decorator {
2486   padding: 0;
2487   width: 100%;
2488   margin: 0;
2489 }
2490 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-datewidget .onyx-input-decorator input {
2491   width: 76%;
2492   font-size: 13px;
2493 }
2494 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-combobox .onyx-input-decorator {
2495   padding: 0;
2496   width: 100%;
2497   margin: 0;
2498 }
2499 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-combobox .onyx-input-decorator input {
2500   width: 76%;
2501   font-size: 13px;
2502 }
2503 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-useraccount-widget .xv-input {
2504   width: 80px;
2505   height: 16px;
2506 }
2507 .xv-grid-box.xv-groupbox .xv-sales-summary-panel {
2508   border: none;
2509   margin-top: 0;
2510   padding-left: 0;
2511   padding-right: 0;
2512 }
2513 .xv-grid-box.xv-groupbox .xv-sales-summary-panel .xv-sales-summary-total-group {
2514   padding: 0;
2515   border: none;
2516 }
2517 .xv-grid-box.xv-groupbox .xv-sales-summary-panel .xv-sales-summary-total-group .xv-moneywidget {
2518   padding-bottom: 0;
2519   padding-top: 0;
2520 }
2521 .xv-grid-box.xv-groupbox .xv-sales-summary-panel .xv-sales-summary-total-group .xv-moneywidget .xv-input-decorator {
2522   padding-bottom: 0;
2523   padding-top: 0;
2524 }
2525 .xv-grid-box.xv-groupbox .xv-sales-summary-panel .xv-sales-summary-total-group .xv-numberwidget {
2526   padding-bottom: 0;
2527   padding-top: 0;
2528 }
2529 .xv-grid-box.xv-groupbox .xv-sales-summary-panel .xv-sales-summary-total-group .xv-numberwidget .xv-input-decorator {
2530   width: 163px;
2531   padding-bottom: 0;
2532   padding-top: 0;
2533 }
2534 .xv-grid-list .xv-list-column {
2535   vertical-align: top !important;
2536 }
2537 /*
2538   Styles relating to the dashboard
2539 */
2540 /*
2541   Variables for widths/colors
2542 */
2543 .dashboard {
2544   background-color: #d8d8d8;
2545   /*
2546     These styles will only be used
2547     if the chart is in a dashboard
2548   */
2549 }
2550 .dashboard .charts-panels {
2551   overflow-y: auto;
2552 }
2553 .dashboard .selectable-chart {
2554   width: 500px;
2555   height: 250px;
2556 }
2557 .dashboard .selectable-chart .chart-title-bar {
2558   width: 500px;
2559 }
2560 .dashboard .nvtooltip {
2561   color: black;
2562 }
2563 .selectable-chart {
2564   margin: 10px;
2565   color: #357ec7;
2566   overflow: hidden;
2567   /*  The chart-filters may not be need as we are using the class xv-pullout
2568       for styles.  Delete when finished hacking the filter styles.
2569
2570   .chart-filters {
2571           background-color: @white;
2572           
2573           -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
2574           -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
2575           box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
2576   }
2577   
2578   .chart-filters .xv-parameter-panel {
2579           background-color: @ghost;
2580           border: 1px solid @smoke;
2581           margin: 0 4px 6px 0;
2582           width: 100%;
2583   }
2584   
2585   .chart-filters.xv-parameter-panel .onyx-groupbox-header {
2586           padding: 6px 10px;
2587           border-bottom: 1px solid @smoke;
2588           background: @lightest-gray;
2589           color: @near-black;
2590   }
2591
2592   .chart-filters.xv-parameter-panel .enyo-fittable-columns-layout {
2593           border-bottom: 1px solid @smoke;
2594           background: @white;
2595     color: @near-black;
2596     position: relative;
2597     text-align: left;
2598     white-space: nowrap;
2599   }
2600
2601   .chart-filters.xv-parameter-panel .enyo-fittable-columns-layout > * {
2602     vertical-align: middle;
2603   }
2604
2605   .chart-filters.xv-parameter-panel .xv-label {
2606     text-align: right;
2607   }
2608   
2609   */
2610 }
2611 .selectable-chart .xv-list-item {
2612   border-bottom: 1px solid grey;
2613   box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
2614 }
2615 .selectable-chart .xv-list-item .long {
2616   padding-left: 7px;
2617   width: 250px;
2618 }
2619 .selectable-chart .onyx-popup {
2620   margin-top: 40px;
2621   margin-left: 200px;
2622 }
2623 .selectable-chart .chart-title-bar {
2624   height: 48px;
2625   background-color: #efefef;
2626   text-transform: none;
2627   -webkit-border-top-right-radius: 10px;
2628   -moz-border-radius-topright: 10px;
2629   border-top-right-radius: 10px;
2630   -webkit-border-top-left-radius: 10px;
2631   -moz-border-radius-topleft: 10px;
2632   border-top-left-radius: 10px;
2633 }
2634 .selectable-chart .chart-title-bar .chart-title {
2635   padding-top: 8px;
2636   color: #070707;
2637   text-align: center;
2638   /*font-size: 2em;*/
2639   font-weight: normal;
2640   font-family: Helvetica;
2641 }
2642 .selectable-chart .chart-title-bar .chart-sub-title {
2643   /*padding-top: 8px;*/
2644   color: #0000ff;
2645   text-align: center;
2646   font-size: small;
2647   font-weight: normal;
2648   font-family: Helvetica;
2649 }
2650 .selectable-chart .chart-title-bar .remove-icon {
2651   position: absolute;
2652   top: 0;
2653   right: 0;
2654 }
2655 .selectable-chart .chart-title-bar .icon-filter {
2656   color: #070707;
2657   position: absolute;
2658   top: 0;
2659   right: 35px;
2660 }
2661 .selectable-chart .chart-bottom {
2662   background-color: #fdfdfd;
2663   border: 1px solid #444444;
2664   border-top: none;
2665   -webkit-border-bottom-right-radius: 10px;
2666   -moz-border-radius-bottomright: 10px;
2667   border-bottom-right-radius: 10px;
2668   -webkit-border-bottom-left-radius: 10px;
2669   -moz-border-radius-bottomleft: 10px;
2670   border-bottom-left-radius: 10px;
2671 }
2672 .selectable-chart .chart-bottom .xv-picker-label {
2673   width: 100px;
2674   color: #070707;
2675 }
2676 .selectable-chart .chart-bottom .onyx-button {
2677   width: 130px;
2678   padding: 10px 10px;
2679 }
2680 .selectable-chart .chart-filterDrawer {
2681   top: 0px;
2682 }
2683 .selectable-chart .map-cluster {
2684   width: 40px;
2685   height: 40px;
2686   background-color: greenyellow;
2687   text-align: center;
2688   font-size: 24px;
2689 }
2690 /**
2691   Styles relating to Lists
2692 */
2693 .xv-list-header {
2694   background-color: #d8d8d8;
2695   color: #fdfdfd;
2696   font-size: .6em;
2697   font-weight: bold;
2698   text-transform: uppercase;
2699   padding-top: 4px;
2700   padding-bottom: 4px;
2701   border-bottom: 1px solid #aaaaaa;
2702 }
2703 .xv-list-header .xv-list-column.last {
2704   border-right: none;
2705 }
2706 .xv-list-header .xv-list-column.name-column,
2707 .xv-list-header .xv-list-column.first,
2708 .xv-list-header .xv-list-column.second,
2709 .xv-list-header .xv-list-column.third,
2710 .xv-list-header .xv-list-column.short,
2711 .xv-list-header .xv-list-column.small,
2712 .xv-list-header .xv-list-column.medium,
2713 .xv-list-header .xv-list-column.descr {
2714   padding-left: 7px;
2715 }
2716 /* List */
2717 .xv-list-column.line-number {
2718   width: 30px;
2719   text-align: right;
2720 }
2721 .xv-list-column.name-column {
2722   width: 200px;
2723 }
2724 .xv-list-column.right-column {
2725   width: 100px;
2726   text-align: right;
2727 }
2728 .xv-list-column.short {
2729   width: 100px;
2730 }
2731 .xv-list-column.small {
2732   width: 125px;
2733 }
2734 .xv-list-column.medium {
2735   width: 150px;
2736 }
2737 .xv-list-column.first {
2738   width: 300px;
2739 }
2740 .xv-list-column.second {
2741   width: 200px;
2742 }
2743 .xv-list-column.third {
2744   width: 100px;
2745 }
2746 .xv-list-column.money,
2747 .xv-list-column.quantity {
2748   width: 75px;
2749   text-align: right;
2750 }
2751 .xv-list-column.descr {
2752   width: 200px;
2753 }
2754 .xv-list-column.icon {
2755   width: 10px;
2756 }
2757 .xv-list {
2758   background: #f8f8f8;
2759 }
2760 .xv-list .xv-list-item > * {
2761   display: inline-block;
2762   vertical-align: middle;
2763 }
2764 .xv-list .xv-list-item {
2765   background-color: #fdfdfd;
2766   border-bottom: 1px solid #d7d7d7;
2767   min-height: 32px;
2768 }
2769 .xv-list .xv-list-item.header {
2770   padding-top: 0;
2771 }
2772 .xv-list .xv-list-item.inactive {
2773   background-color: #d8d8d8;
2774   color: #070707;
2775 }
2776 .xv-list .xv-list-item.inactive .xv-list-column .xv-list-attr {
2777   background: transparent;
2778 }
2779 .xv-list .xv-list-item.inactive .xv-list-column .xv-list-attr.placeholder {
2780   color: #d8d8d8;
2781 }
2782 .xv-list .xv-list-item .xv-list-column .list-icon {
2783   padding: 2px;
2784   color: #666666;
2785   vertical-align: sub;
2786   border: 1px solid #efefef;
2787   -webkit-border-radius: 2px;
2788   -moz-border-radius: 2px;
2789   border-radius: 2px;
2790 }
2791 .xv-list .xv-list-item.item-selected {
2792   background: #226b9a;
2793   background-color: #1f608c;
2794   background-image: -moz-linear-gradient(top, #226b9a, #1a4f77);
2795   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#226b9a), to(#1a4f77));
2796   background-image: -webkit-linear-gradient(top, #226b9a, #1a4f77);
2797   background-image: -o-linear-gradient(top, #226b9a, #1a4f77);
2798   background-image: linear-gradient(to bottom, #226b9a, #1a4f77);
2799   background-repeat: repeat-x;
2800   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff226b9a', endColorstr='#ff1a4f77', GradientType=0);
2801 }
2802 .xv-list .xv-list-item.item-selected .xv-list-attr {
2803   color: #fdfdfd;
2804 }
2805 .xv-list .xv-list-item.item-selected .xv-list-attr.placeholder {
2806   font-style: italic;
2807   color: #99ccff;
2808 }
2809 .xv-list .xv-list-item.item-selected .xv-list-attr.hyperlink {
2810   color: #ff6529;
2811 }
2812 .xv-list .xv-list-item.item-selected .xv-list-attr.header {
2813   background: #99ccff;
2814 }
2815 .xv-list .xv-list-item .xv-list-item-gear {
2816   position: absolute;
2817   right: 0px;
2818   z-index: 999;
2819 }
2820 .xv-list.xv-grid-list {
2821   background: #f8f8f8;
2822 }
2823 .xv-list.xv-grid-list .xv-list-item > * {
2824   vertical-align: top;
2825 }
2826 .xv-list.xv-grid-list .xv-list-item {
2827   padding-top: 7px !important;
2828   padding-bottom: 9px !important;
2829   border-bottom: 1px solid #aaaaaa !important;
2830   background: #f8f8f8;
2831 }
2832 .xv-list.xv-grid-list .xv-list-item.item-selected {
2833   background: #226b9a;
2834   background-color: #1f608c;
2835   background-image: -moz-linear-gradient(top, #226b9a, #1a4f77);
2836   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#226b9a), to(#1a4f77));
2837   background-image: -webkit-linear-gradient(top, #226b9a, #1a4f77);
2838   background-image: -o-linear-gradient(top, #226b9a, #1a4f77);
2839   background-image: linear-gradient(to bottom, #226b9a, #1a4f77);
2840   background-repeat: repeat-x;
2841   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff226b9a', endColorstr='#ff1a4f77', GradientType=0);
2842 }
2843 .xv-list.xv-grid-list .xv-list-item.item-selected .xv-list-attr {
2844   color: #fdfdfd;
2845 }
2846 .xv-list.xv-grid-list .xv-list-item.item-selected .xv-list-attr.placeholder {
2847   font-style: italic;
2848   color: #99ccff;
2849 }
2850 .xv-list.xv-grid-list .xv-list-item.item-selected .xv-list-attr.hyperlink {
2851   color: #ff6529;
2852 }
2853 .xv-list.xv-grid-list .xv-list-item.item-selected .xv-list-attr.header {
2854   background: #99ccff;
2855 }
2856 .xv-list.xv-grid-list .xv-list-item .xv-list-column {
2857   vertical-align: top;
2858 }
2859 .xv-list.xv-grid-list .xv-list-item .xv-list-column .xv-list-attr {
2860   font-size: 12px;
2861 }
2862 .xv-list.xv-grid-list .xv-list-item .xv-list-column.last {
2863   border-right: none;
2864 }
2865 .xv-list.xv-grid-list .xv-list-item .xv-list-column.name-column {
2866   padding-left: 7px;
2867 }
2868 .xv-list.xv-grid-list .xv-list-item .xv-list-column.first {
2869   padding-left: 7px;
2870 }
2871 .xv-list.xv-grid-list .xv-list-item .xv-list-column.second {
2872   padding-left: 7px;
2873 }
2874 .xv-list.xv-grid-list .xv-list-item .xv-list-column.third {
2875   padding-left: 7px;
2876 }
2877 .xv-list.xv-grid-list .xv-list-item .xv-list-column.short {
2878   padding-left: 7px;
2879 }
2880 .xv-list.xv-grid-list .xv-list-item .xv-list-column.small {
2881   padding-left: 7px;
2882 }
2883 .xv-list.xv-grid-list .xv-list-item .xv-list-column.medium {
2884   padding-left: 7px;
2885 }
2886 .xv-list.xv-grid-list .xv-list-item .xv-list-column.descr {
2887   padding-left: 7px;
2888 }
2889 .xv-list.xv-grid-list .xv-list-item .xv-list-column .xv-list-attr {
2890   padding: 0px;
2891 }
2892 .xv-list-attr {
2893   padding: 5px;
2894   font-size: .8em;
2895   white-space: nowrap;
2896   overflow: hidden;
2897   text-overflow: ellipsis;
2898   color: #070707;
2899 }
2900 .xv-list-attr.header {
2901   padding: 4px;
2902   background: #d8d8d8;
2903   font-size: .7em;
2904   font-weight: bold;
2905   text-transform: uppercase;
2906   color: #fdfdfd;
2907 }
2908 .xv-list-attr.footer {
2909   padding: 4px;
2910   background: #d8d8d8;
2911   font-size: .7em;
2912   font-weight: bold;
2913   text-transform: uppercase;
2914   color: #070707;
2915 }
2916 .xv-list-attr.right {
2917   position: absolute;
2918   right: 10px;
2919 }
2920 .xv-list-attr.text-align-right {
2921   text-align: right;
2922 }
2923 .xv-list-attr.bold {
2924   font-weight: bold;
2925 }
2926 .xv-list-attr.error {
2927   color: #ff0000;
2928 }
2929 .xv-list-attr.emphasis {
2930   color: #009000;
2931 }
2932 .xv-list-attr.warn {
2933   color: #ff9c00;
2934 }
2935 .xv-list-attr.italic {
2936   font-style: italic;
2937 }
2938 .xv-list-attr.placeholder {
2939   font-style: italic;
2940   color: #777777;
2941 }
2942 .xv-list-attr.hyperlink {
2943   color: #357ec7;
2944   cursor: pointer;
2945 }
2946 .xv-list-attr.disabled {
2947   color: #777777;
2948 }
2949 /* Navigator */
2950 .xv-navigator-header {
2951   font-size: small;
2952   font-weight: bold;
2953   text-transform: uppercase;
2954   color: #ff6600;
2955   padding-left: 20px;
2956   border-bottom: 1px solid #0e0e0e;
2957 }
2958 .xv-workspace-header {
2959   color: #fdfdfd;
2960   white-space: nowrap;
2961   overflow: hidden;
2962   text-overflow: ellipsis;
2963   padding: 8px 0 0 8px;
2964 }
2965 /**
2966   Styles relating to widgets in the pullout
2967 */
2968 /* Pullout */
2969 .xv-pullout {
2970   /* Setting this as min-width overrides enyo-narrow 100% */
2971   width: 320px;
2972   -webkit-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
2973   -moz-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
2974   box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
2975   position: absolute;
2976   top: 55px;
2977   left: 0;
2978   bottom: 0;
2979   background-color: #fdfdfd;
2980   -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
2981   -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
2982   box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
2983 }
2984 .xv-pullout .xv-header {
2985   background-color: #fdfdfd;
2986   padding: 6px 12px;
2987   border-bottom: 1px solid #d7d7d7;
2988   height: 28px;
2989   color: #ff6529;
2990   font-size: small;
2991   font-weight: bold;
2992   text-transform: uppercase;
2993   white-space: nowrap;
2994   overflow: hidden;
2995   text-overflow: ellipsis;
2996   height: 15px;
2997   border: none;
2998 }
2999 .xv-pullout .pullout-grabbutton {
3000   position: absolute;
3001   height: 54px;
3002   width: 50px;
3003   bottom: 25px;
3004   right: -50px;
3005   background-color: #d7d7d7;
3006   box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
3007   -webkit-border-top-right-radius: 10px;
3008   -moz-border-radius-topright: 10px;
3009   border-top-right-radius: 10px;
3010   -webkit-border-bottom-right-radius: 10px;
3011   -moz-border-radius-bottomright: 10px;
3012   border-bottom-right-radius: 10px;
3013 }
3014 .xv-pullout .xv-parameter-panel {
3015   width: 320px;
3016   margin: 0 4px 0 2px;
3017   padding: 0;
3018   background: #f8f8f8;
3019   text-overflow: ellipsis;
3020   border: 1px solid #d7d7d7;
3021   /**
3022         Styles relating to workspace widgets
3023       */
3024   width: 100%;
3025   margin: 0 4px 6px 0;
3026 }
3027 .xv-pullout .xv-parameter-panel .onyx-groupbox-header {
3028   padding: 6px 10px;
3029   border-bottom: 1px solid #d7d7d7;
3030   background: #efefef;
3031   color: #0e0e0e;
3032 }
3033 .xv-pullout .xv-parameter-panel .onyx-groupbox-header i {
3034   margin-right: 10px;
3035 }
3036 .xv-pullout .xv-parameter-panel.small-panel {
3037   width: 600px;
3038 }
3039 .xv-pullout .xv-parameter-panel.medium-panel {
3040   width: 700px;
3041 }
3042 .xv-pullout .xv-parameter-panel.large-panel {
3043   width: 800px;
3044 }
3045 .xv-pullout .xv-parameter-panel .xv-label,
3046 .xv-pullout .xv-parameter-panel .xv-decorated-label,
3047 .xv-pullout .xv-parameter-panel .xv-flexible-label {
3048   width: 120px;
3049   max-width: 100%;
3050   text-align: right;
3051   padding: 0 8px 0 6px;
3052   vertical-align: middle;
3053 }
3054 .xv-pullout .xv-parameter-panel .xv-label.disabled,
3055 .xv-pullout .xv-parameter-panel .xv-decorated-label.disabled,
3056 .xv-pullout .xv-parameter-panel .xv-flexible-label.disabled {
3057   color: #777777;
3058 }
3059 .xv-pullout .xv-parameter-panel.xv-assignment-box .xv-flexible-label,
3060 .xv-pullout .xv-parameter-panel.xv-assignment-box .xv-label {
3061   width: 200px !important;
3062 }
3063 .xv-pullout .xv-parameter-panel .xv-input {
3064   padding: 4px 0;
3065   border-bottom: 1px solid rgba(215, 215, 215, 0.5);
3066 }
3067 .xv-pullout .xv-parameter-panel .xv-input .enyo-tool-decorator {
3068   max-width: 180px;
3069   text-align: left;
3070 }
3071 .xv-pullout .xv-parameter-panel .xv-input .enyo-tool-decorator .onyx-icon {
3072   display: inline-block;
3073   width: 16px;
3074   cursor: pointer;
3075 }
3076 .xv-pullout .xv-parameter-panel .xv-input.xv-textarea {
3077   padding: 0;
3078   margin: 8px;
3079 }
3080 .xv-pullout .xv-parameter-panel .xv-input.xv-textarea .enyo-tool-decorator {
3081   max-width: 320px;
3082 }
3083 .xv-pullout .xv-parameter-panel .xv-input input {
3084   width: 164px;
3085 }
3086 .xv-pullout .xv-parameter-panel .xv-input .xv-icon-decorator input {
3087   width: 140px;
3088 }
3089 .xv-pullout .xv-parameter-panel .xv-input .xv-icon-decorator .onyx-icon {
3090   padding: 4px;
3091 }
3092 .xv-pullout .xv-parameter-panel .xv-input .onyx-picker-decorator {
3093   padding: 0;
3094 }
3095 .xv-pullout .xv-parameter-panel .xv-relationwidget .xv-description {
3096   overflow: hidden;
3097   display: -webkit-box;
3098   -webkit-line-clamp: 4;
3099   -webkit-box-orient: vertical;
3100   max-width: 250px;
3101   margin: 5px 5px 5px 80px;
3102   font-size: 0.9em;
3103 }
3104 .xv-pullout .xv-parameter-panel .xv-relationwidget .xv-description.disabled {
3105   color: #777777;
3106 }
3107 .xv-pullout .xv-parameter-panel .xv-spinnerwidget .xv-icon-decorator .onyx-icon {
3108   display: block;
3109   border: none;
3110   font-size: 20px;
3111   width: 20px;
3112   padding: 0 4px 0 4px;
3113 }
3114 .xv-pullout .xv-parameter-panel .xv-spinnerwidget .xv-icon-decorator input {
3115   width: 136px;
3116 }
3117 .xv-pullout .xv-parameter-panel .xv-spinnerwidget .slider {
3118   margin: 15px 10px;
3119 }
3120 .xv-pullout .xv-parameter-panel .xv-numberwidget input {
3121   text-align: right;
3122 }
3123 .xv-pullout .xv-parameter-panel .xv-moneywidget .enyo-tool-decorator {
3124   min-width: 90px;
3125   max-width: 90px;
3126 }
3127 .xv-pullout .xv-parameter-panel .xv-moneywidget .enyo-tool-decorator input {
3128   width: 90px;
3129 }
3130 .xv-pullout .xv-parameter-panel .xv-currency-picker {
3131   display: inline-block;
3132 }
3133 .xv-pullout .xv-parameter-panel .xv-currency-picker .enyo-tool-decorator {
3134   min-width: 65px;
3135   max-width: 65px;
3136   padding: 10px 4px;
3137 }
3138 .xv-pullout .xv-parameter-panel .xv-currency-picker .enyo-tool-decorator .xv-button-text {
3139   width: 45px;
3140 }
3141 .xv-pullout .xv-parameter-panel .xv-characteristics-widget .xv-characteristic-item {
3142   border-bottom: 1px solid #d7d7d7;
3143 }
3144 .xv-pullout .xv-parameter-panel .xv-characteristics-widget .xv-characteristic-item .xv-input {
3145   border: none;
3146 }
3147 .xv-pullout .xv-parameter-panel .xv-characteristics-widget .xv-characteristic-item .xv-input input {
3148   width: 135px;
3149 }
3150 .xv-pullout .xv-parameter-panel .xv-characteristics-widget .xv-characteristic-button {
3151   text-align: center;
3152 }
3153 .xv-pullout .xv-parameter-panel .enyo-fittable-columns-layout > * {
3154   vertical-align: middle;
3155 }
3156 .xv-pullout .xv-parameter-panel .xv-input .onyx-input-decorator,
3157 .xv-pullout .xv-parameter-panel .xv-pickerwidget .onyx-input-decorator {
3158   border: none;
3159 }
3160 .xv-pullout .xv-parameter-panel .xv-buttons {
3161   text-align: center;
3162 }
3163 .xv-pullout .xv-parameter-panel .xv-filter-form .xv-list {
3164   height: 150px;
3165 }
3166 .xv-pullout .help-panel {
3167   border: none;
3168   height: 100%;
3169   width: 100%;
3170 }
3171 .xv-pullout .history-panel .xv-list-item {
3172   padding: 12px 10px;
3173   color: #0e0e0e;
3174   background-color: #fdfdfd;
3175   border-bottom: 1px solid #d7d7d7;
3176 }
3177 .xv-pullout .history-panel .xv-list-item.onyx-selected {
3178   background-color: #357ec7;
3179   color: #fdfdfd;
3180   border-bottom: 2px solid #d8d8d8;
3181 }
3182 /**
3183   Styles relating to RelationWidgets
3184 */
3185 .xv-relationwidget-completer {
3186   left: -200px;
3187   top: 15px;
3188 }
3189 .xv-completer-sidecar {
3190   color: #93a1a1;
3191 }
3192 .xv-relationwidget-icon {
3193   top: 1px;
3194   left: 8px;
3195   height: 30px;
3196   position: relative;
3197 }
3198 .xv-private-item-site-widget {
3199   border-bottom-color: #aaaaaa;
3200   border-bottom-width: 1px;
3201   border-bottom-style: solid;
3202 }
3203 /* RelationsEditorBox */
3204 .xv-relations-editor-box .xv-groupbox {
3205   margin-right: 0;
3206   padding: 0;
3207   border: none;
3208 }
3209 .xv-relations-editor-box.panel {
3210   width: 350px;
3211 }
3212 /* ListRelationsBox */
3213 .xv-list-relations-box.panel {
3214   width: 625px;
3215 }
3216 .xv-short-relations-box.panel {
3217   width: 500px;
3218 }
3219 .xv-addresswidget {
3220   background-color: #fdfdfd;
3221   padding: 4px;
3222 }
3223 .xv-addresswidget .xv-addresswidget-viewer {
3224   border: 0;
3225   font-size: medium;
3226   display: inline;
3227 }
3228 .xv-addresswidget .xv-addresswidget-viewer.placeholder {
3229   font-style: italic;
3230   color: #93a1a1;
3231 }
3232 .xv-addresswidget .xv-addresswidget-viewer.disabled {
3233   color: #777777;
3234 }
3235 .xv-addresswidget .xv-addresswidget-buttons {
3236   margin-top: 4px;
3237 }
3238 .xv-addresswidget .xv-addresswidget-buttons .xv-addresswidget-button {
3239   margin-right: 4px;
3240 }
3241 .xv-addresswidget-input-decorator,
3242 .xv-addresswidget-combobox-decorator {
3243   background: #fdfdfd;
3244   display: block;
3245   margin: 4px;
3246 }
3247 .xv-addresswidget-input-decorator input,
3248 .xv-addresswidget-combobox-decorator input {
3249   width: 100%;
3250 }
3251 .xv-addresswidget-input-decorator .enyo-fittable-columns-layout > *,
3252 .xv-addresswidget-combobox-decorator .enyo-fittable-columns-layout > * {
3253   vertical-align: middle;
3254 }
3255 .xv-addresswidget-input-decorator.short,
3256 .xv-addresswidget-combobox-decorator.short {
3257   width: 40%;
3258 }
3259 .xv-addresswidget-combobox-decorator {
3260   width: 60%;
3261 }
3262 .xv-button-section .xv-addresswidget-buttons {
3263   margin: 0;
3264   background-color: #666666;
3265 }
3266 .xv-addresswidget-editor-header {
3267   padding: 4px;
3268 }
3269 .xv-addresswidget-editor {
3270   width: 320px;
3271   padding: 8px;
3272   padding-right: 16px;
3273 }
3274 .xv-addresslist-attr {
3275   padding: 5px;
3276   font-size: 13px;
3277   white-space: normal;
3278   overflow: auto;
3279   color: #070707;
3280   background-color: #fdfdfd;
3281 }
3282 .xv-search .xv-header {
3283   background-color: #fdfdfd;
3284   padding: 6px 12px;
3285   border-bottom: 1px solid #d7d7d7;
3286   height: 28px;
3287   color: #ff6529;
3288   font-size: small;
3289   font-weight: bold;
3290   text-transform: uppercase;
3291   white-space: nowrap;
3292   overflow: hidden;
3293   text-overflow: ellipsis;
3294   border: none;
3295 }
3296 .xv-search .xv-search-container {
3297   width: 320px;
3298   margin: 0 4px 0 2px;
3299   padding: 0;
3300   background: #f8f8f8;
3301   text-overflow: ellipsis;
3302   border: 1px solid #d7d7d7;
3303   /**
3304         Styles relating to workspace widgets
3305       */
3306   width: 100%;
3307   margin: 0 4px 6px 0;
3308 }
3309 .xv-search .xv-search-container .onyx-groupbox-header {
3310   padding: 6px 10px;
3311   border-bottom: 1px solid #d7d7d7;
3312   background: #efefef;
3313   color: #0e0e0e;
3314 }
3315 .xv-search .xv-search-container .onyx-groupbox-header i {
3316   margin-right: 10px;
3317 }
3318 .xv-search .xv-search-container.small-panel {
3319   width: 600px;
3320 }
3321 .xv-search .xv-search-container.medium-panel {
3322   width: 700px;
3323 }
3324 .xv-search .xv-search-container.large-panel {
3325   width: 800px;
3326 }
3327 .xv-search .xv-search-container .xv-label,
3328 .xv-search .xv-search-container .xv-decorated-label,
3329 .xv-search .xv-search-container .xv-flexible-label {
3330   width: 120px;
3331   max-width: 100%;
3332   text-align: right;
3333   padding: 0 8px 0 6px;
3334   vertical-align: middle;
3335 }
3336 .xv-search .xv-search-container .xv-label.disabled,
3337 .xv-search .xv-search-container .xv-decorated-label.disabled,
3338 .xv-search .xv-search-container .xv-flexible-label.disabled {
3339   color: #777777;
3340 }
3341 .xv-search .xv-search-container.xv-assignment-box .xv-flexible-label,
3342 .xv-search .xv-search-container.xv-assignment-box .xv-label {
3343   width: 200px !important;
3344 }
3345 .xv-search .xv-search-container .xv-input {
3346   padding: 4px 0;
3347   border-bottom: 1px solid rgba(215, 215, 215, 0.5);
3348 }
3349 .xv-search .xv-search-container .xv-input .enyo-tool-decorator {
3350   max-width: 180px;
3351   text-align: left;
3352 }
3353 .xv-search .xv-search-container .xv-input .enyo-tool-decorator .onyx-icon {
3354   display: inline-block;
3355   width: 16px;
3356   cursor: pointer;
3357 }
3358 .xv-search .xv-search-container .xv-input.xv-textarea {
3359   padding: 0;
3360   margin: 8px;
3361 }
3362 .xv-search .xv-search-container .xv-input.xv-textarea .enyo-tool-decorator {
3363   max-width: 320px;
3364 }
3365 .xv-search .xv-search-container .xv-input input {
3366   width: 164px;
3367 }
3368 .xv-search .xv-search-container .xv-input .xv-icon-decorator input {
3369   width: 140px;
3370 }
3371 .xv-search .xv-search-container .xv-input .xv-icon-decorator .onyx-icon {
3372   padding: 4px;
3373 }
3374 .xv-search .xv-search-container .xv-input .onyx-picker-decorator {
3375   padding: 0;
3376 }
3377 .xv-search .xv-search-container .xv-relationwidget .xv-description {
3378   overflow: hidden;
3379   display: -webkit-box;
3380   -webkit-line-clamp: 4;
3381   -webkit-box-orient: vertical;
3382   max-width: 250px;
3383   margin: 5px 5px 5px 80px;
3384   font-size: 0.9em;
3385 }
3386 .xv-search .xv-search-container .xv-relationwidget .xv-description.disabled {
3387   color: #777777;
3388 }
3389 .xv-search .xv-search-container .xv-spinnerwidget .xv-icon-decorator .onyx-icon {
3390   display: block;
3391   border: none;
3392   font-size: 20px;
3393   width: 20px;
3394   padding: 0 4px 0 4px;
3395 }
3396 .xv-search .xv-search-container .xv-spinnerwidget .xv-icon-decorator input {
3397   width: 136px;
3398 }
3399 .xv-search .xv-search-container .xv-spinnerwidget .slider {
3400   margin: 15px 10px;
3401 }
3402 .xv-search .xv-search-container .xv-numberwidget input {
3403   text-align: right;
3404 }
3405 .xv-search .xv-search-container .xv-moneywidget .enyo-tool-decorator {
3406   min-width: 90px;
3407   max-width: 90px;
3408 }
3409 .xv-search .xv-search-container .xv-moneywidget .enyo-tool-decorator input {
3410   width: 90px;
3411 }
3412 .xv-search .xv-search-container .xv-currency-picker {
3413   display: inline-block;
3414 }
3415 .xv-search .xv-search-container .xv-currency-picker .enyo-tool-decorator {
3416   min-width: 65px;
3417   max-width: 65px;
3418   padding: 10px 4px;
3419 }
3420 .xv-search .xv-search-container .xv-currency-picker .enyo-tool-decorator .xv-button-text {
3421   width: 45px;
3422 }
3423 .xv-search .xv-search-container .xv-characteristics-widget .xv-characteristic-item {
3424   border-bottom: 1px solid #d7d7d7;
3425 }
3426 .xv-search .xv-search-container .xv-characteristics-widget .xv-characteristic-item .xv-input {
3427   border: none;
3428 }
3429 .xv-search .xv-search-container .xv-characteristics-widget .xv-characteristic-item .xv-input input {
3430   width: 135px;
3431 }
3432 .xv-search .xv-search-container .xv-characteristics-widget .xv-characteristic-button {
3433   text-align: center;
3434 }
3435 .xv-search .xv-search-container .enyo-fittable-columns-layout > * {
3436   vertical-align: middle;
3437 }
3438 .xv-search .xv-search-container .xv-input .onyx-input-decorator,
3439 .xv-search .xv-search-container .xv-pickerwidget .onyx-input-decorator {
3440   border: none;
3441 }
3442 .xv-search .xv-search-container .xv-buttons {
3443   text-align: center;
3444 }
3445 .xv-search .xv-search-container .xv-filter-form .xv-list {
3446   height: 150px;
3447 }