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