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