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