5be7fe396348f702c6275234f6af95e7eb5ef143
[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  * Default ListItem styles when using a ModelDecorator.
1997  */
1998 .xv-list .xv-model-decorator > .xv-list-item .xv-table {
1999   display: table;
2000   width: 100%;
2001   table-layout: fixed;
2002 }
2003 .xv-list .xv-model-decorator > .xv-list-item .xv-table .xv-cell {
2004   display: table-cell;
2005 }
2006 .xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr {
2007   /**
2008         * Default styling for a model's id (as designated by 'idAttribute')
2009         */
2010 }
2011 .xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr.xm-attribute-id {
2012   color: blue;
2013   font-weight: bold;
2014   cursor: pointer;
2015 }
2016 .xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr.xm-attribute-name {
2017   font-weight: bold;
2018 }
2019 .xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr.xm-attributetype-number {
2020   text-align: right;
2021 }
2022 .xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr.xm-attributetype-money {
2023   text-align: right;
2024 }
2025 .xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr.xm-attributetype-date {
2026   text-align: right;
2027 }
2028 .xv-list .xv-model-decorator > .xv-list-item.item-selected .xv-list-attr {
2029   color: white;
2030 }
2031 .xv-list .xv-model-decorator > .xv-list-item.item-selected .xv-list-attr.xm-attribute-id {
2032   color: #ff6529;
2033 }
2034 /**
2035   Styles related to pickers, combo boxes, and relation widgets
2036 */
2037 .onyx-picker-decorator .onyx-button {
2038   padding: 12px 8px 12px 8px;
2039   width: 150px;
2040 }
2041 .onyx-picker .onyx-menu-item {
2042   text-align: left;
2043   text-overflow: ellipsis;
2044 }
2045 .picker-icon {
2046   position: absolute;
2047   right: 0;
2048   margin: 0 10px 0 2px;
2049   color: #070707;
2050 }
2051 .xv-picker-button {
2052   text-align: left;
2053 }
2054 .xv-picker-button .picker-content {
2055   max-width: 100px;
2056   overflow: hidden;
2057 }
2058 .xv-picker-button.disabled {
2059   color: #777777;
2060 }
2061 .xv-picker-label {
2062   color: #070707;
2063   padding: 20px 8px 8px 8px;
2064   text-align: right;
2065   width: 130px;
2066 }
2067 .xv-picker-label.disabled {
2068   color: #777777;
2069 }
2070 .xv-combobox .onyx-input-decorator input {
2071   width: 145px;
2072 }
2073 .xv-combobox .icon-sort {
2074   color: #357ec7;
2075   vertical-align: middle;
2076 }
2077 .xv-combobox-note {
2078   padding: 14px 3px 8px 3px;
2079   text-align: left;
2080 }
2081 /*
2082   Styles relating to the grid box
2083 */
2084 /* Entire box including the grid and the summary panel */
2085 .xv-grid-box {
2086   /**
2087     This is the most general grid row that
2088     is not specific to read-only or selected
2089   */
2090 }
2091 .xv-grid-box.small-panel {
2092   width: 600px;
2093 }
2094 .xv-grid-box.medium-panel {
2095   width: 700px;
2096 }
2097 .xv-grid-box.large-panel {
2098   width: 800px;
2099 }
2100 .xv-grid-box .enyo-list-page > *:first-child .xv-grid-row {
2101   border-top: 0;
2102 }
2103 .xv-grid-box .xv-above-grid-list {
2104   border: 0;
2105 }
2106 .xv-grid-box .xv-scroller {
2107   background: #f8f8f8;
2108 }
2109 .xv-grid-box .xv-grid-attr {
2110   overflow: hidden;
2111   display: -webkit-box;
2112   -webkit-line-clamp: 3;
2113   -webkit-box-orient: vertical;
2114 }
2115 .xv-grid-box .xv-grid-attr.bold {
2116   font-weight: bold;
2117 }
2118 .xv-grid-box .xv-grid-attr.error {
2119   color: #ff0000;
2120 }
2121 .xv-grid-box .xv-grid-attr.emphasis {
2122   color: #009000;
2123 }
2124 .xv-grid-box .xv-grid-attr.warn {
2125   color: #ff9c00;
2126 }
2127 .xv-grid-box .xv-grid-attr.italic {
2128   font-style: italic;
2129 }
2130 .xv-grid-box .xv-grid-attr.placeholder {
2131   font-style: italic;
2132   color: #93a1a1;
2133 }
2134 .xv-grid-box .xv-grid-attr.hyperlink {
2135   color: blue;
2136 }
2137 .xv-grid-box .xv-gridbox-button {
2138   color: #357ec7;
2139   font-size: 18px;
2140   border: none;
2141   background: transparent;
2142 }
2143 .xv-grid-box .xv-grid-row {
2144   font-size: 12px;
2145   background-color: #d8d8d8;
2146   border-bottom: 1px solid #aaaaaa;
2147   vertical-align: top;
2148   /**
2149       This is the grid header row
2150     */
2151 }
2152 .xv-grid-box .xv-grid-row > * {
2153   display: inline-block;
2154 }
2155 .xv-grid-box .xv-grid-row .xv-grid-header {
2156   background-color: #d7d7d7;
2157   color: #0e0e0e;
2158   font-size: .8em;
2159   font-weight: bold;
2160   text-transform: uppercase;
2161   padding-top: 4px;
2162 }
2163 .xv-grid-box .xv-grid-row .xv-grid-header.last {
2164   border-right: none;
2165 }
2166 .xv-grid-box .xv-grid-row > * {
2167   padding: 6px 4px;
2168   border: none;
2169 }
2170 .xv-grid-box .xv-grid-row .line-number {
2171   vertical-align: top;
2172   width: 30px;
2173   text-align: right;
2174 }
2175 .xv-grid-box .xv-grid-row .grid-actions {
2176   display: block;
2177   padding-left: 30px;
2178   border-radius: 4px;
2179   border-width: 0;
2180   background: #f3f3f3;
2181   margin: 6px;
2182 }
2183 .xv-grid-box .xv-grid-row .grid-actions > * {
2184   display: inline-block;
2185   width: 100%;
2186 }
2187 .xv-grid-box .xv-grid-row .grid-item {
2188   vertical-align: top;
2189   width: 175px;
2190 }
2191 .xv-grid-box .xv-grid-row .quantity {
2192   vertical-align: top;
2193   text-align: right;
2194   width: 100px;
2195 }
2196 .xv-grid-box .xv-grid-row .percent {
2197   vertical-align: top;
2198   text-align: right;
2199   width: 90px;
2200 }
2201 .xv-grid-box .xv-grid-row .price {
2202   vertical-align: top;
2203   text-align: right;
2204   width: 90px;
2205 }
2206 .xv-grid-box .xv-grid-row .date {
2207   vertical-align: top;
2208   width: 105px;
2209 }
2210 .xv-grid-box .xv-grid-row .user {
2211   vertical-align: top;
2212   width: 100px;
2213 }
2214 .xv-grid-box .xv-grid-row.readonly {
2215   background: #f8f8f8;
2216   min-height: 56px;
2217 }
2218 .xv-grid-box .xv-grid-row.selected {
2219   background-color: #fdfdfd;
2220   border: 1px solid #ff6529;
2221 }
2222 .xv-grid-box .xv-grid-row.selected .xv-grid-column .onyx-input-decorator {
2223   padding: 0;
2224   width: 100%;
2225   margin: 0;
2226 }
2227 .xv-grid-box .xv-grid-row.selected .xv-grid-column .onyx-input-decorator input {
2228   width: 100%;
2229   font-size: 13px;
2230 }
2231 .xv-grid-box .xv-grid-row.selected .xv-grid-column .onyx-picker-decorator {
2232   padding-top: 6px;
2233   width: 100%;
2234 }
2235 .xv-grid-box .xv-grid-row.selected .xv-grid-column .onyx-picker-decorator .onyx-button {
2236   height: 26px;
2237   padding-top: 3px;
2238   width: 100%;
2239   font-size: 13px;
2240 }
2241 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-input {
2242   border: none;
2243 }
2244 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-picker-label {
2245   display: none;
2246 }
2247 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-datewidget {
2248   margin-right: 10px;
2249   padding-top: 0;
2250 }
2251 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-datewidget .onyx-input-decorator {
2252   padding: 0;
2253   width: 100%;
2254 }
2255 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-datewidget .onyx-input-decorator input {
2256   width: 85%;
2257   font-size: 13px;
2258 }
2259 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-numberwidget {
2260   padding-top: 6px;
2261 }
2262 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-numberwidget .onyx-input-decorator {
2263   padding: 0;
2264   width: 100%;
2265   margin: 0;
2266 }
2267 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-numberwidget .onyx-input-decorator input {
2268   width: 100%;
2269   font-size: 13px;
2270 }
2271 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-combobox {
2272   padding-left: 0;
2273 }
2274 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-combobox input {
2275   padding-top: 3px;
2276   width: 80px;
2277   font-size: 13px;
2278 }
2279 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-moneywidget {
2280   padding-bottom: 0;
2281 }
2282 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-moneywidget .onyx-input-decorator {
2283   padding: 0;
2284   width: 100%;
2285   margin: 0;
2286 }
2287 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-moneywidget .onyx-input-decorator input {
2288   width: 100%;
2289   font-size: 13px;
2290 }
2291 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-relationwidget .onyx-input-decorator {
2292   width: 100%;
2293   padding-top: 6px;
2294 }
2295 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-relationwidget .onyx-input {
2296   width: 85%;
2297   padding-right: 4px;
2298 }
2299 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-useraccount-widget .xv-subinput {
2300   width: 80px;
2301   height: 16px;
2302 }
2303 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-subinput {
2304   width: 100%;
2305 }
2306 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-input {
2307   padding-top: 6px;
2308   width: 100%;
2309   border: none;
2310 }
2311 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-label,
2312 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-flexible-label,
2313 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-relationwidget-secondarydescription {
2314   display: none;
2315 }
2316 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-relationwidget-description {
2317   margin: 0;
2318   margin-top: 5px;
2319 }
2320 .xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-private-item-site-widget {
2321   border-bottom: 0;
2322 }
2323 .xv-grid-box.xv-groupbox .xv-sales-summary-panel {
2324   border: none;
2325   margin-top: 0;
2326   padding-left: 0;
2327   padding-right: 0;
2328 }
2329 .xv-grid-box.xv-groupbox .xv-sales-summary-panel .xv-sales-summary-total-group {
2330   padding: 0;
2331   border: none;
2332 }
2333 .xv-grid-box.xv-groupbox .xv-sales-summary-panel .xv-sales-summary-total-group .xv-moneywidget {
2334   padding-bottom: 0;
2335   padding-top: 0;
2336 }
2337 .xv-grid-box.xv-groupbox .xv-sales-summary-panel .xv-sales-summary-total-group .xv-moneywidget .xv-input-decorator {
2338   padding-bottom: 0;
2339   padding-top: 0;
2340 }
2341 .xv-grid-box.xv-groupbox .xv-sales-summary-panel .xv-sales-summary-total-group .xv-numberwidget {
2342   padding-bottom: 0;
2343   padding-top: 0;
2344 }
2345 .xv-grid-box.xv-groupbox .xv-sales-summary-panel .xv-sales-summary-total-group .xv-numberwidget .xv-input-decorator {
2346   width: 163px;
2347   padding-bottom: 0;
2348   padding-top: 0;
2349 }
2350 .xv-grid-list .xv-list-column {
2351   vertical-align: top !important;
2352 }
2353 /*
2354   Styles relating to the dashboard
2355 */
2356 /*
2357   Variables for widths/colors
2358 */
2359 .dashboard {
2360   background-color: #d8d8d8;
2361   /*
2362     These styles will only be used
2363     if the chart is in a dashboard
2364   */
2365 }
2366 .dashboard .charts-panels {
2367   overflow-y: auto;
2368 }
2369 .dashboard .selectable-chart {
2370   width: 500px;
2371   height: 250px;
2372 }
2373 .dashboard .selectable-chart .chart-title-bar {
2374   width: 500px;
2375 }
2376 .dashboard .nvtooltip {
2377   color: black;
2378 }
2379 .selectable-chart {
2380   margin: 10px;
2381   color: #357ec7;
2382   overflow: hidden;
2383   /*  The chart-filters may not be need as we are using the class xv-pullout
2384       for styles.  Delete when finished hacking the filter styles.
2385
2386   .chart-filters {
2387           background-color: @white;
2388           
2389           -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
2390           -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
2391           box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
2392   }
2393   
2394   .chart-filters .xv-parameter-panel {
2395           background-color: @ghost;
2396           border: 1px solid @smoke;
2397           margin: 0 4px 6px 0;
2398           width: 100%;
2399   }
2400   
2401   .chart-filters.xv-parameter-panel .onyx-groupbox-header {
2402           padding: 6px 10px;
2403           border-bottom: 1px solid @smoke;
2404           background: @lightest-gray;
2405           color: @near-black;
2406   }
2407
2408   .chart-filters.xv-parameter-panel .enyo-fittable-columns-layout {
2409           border-bottom: 1px solid @smoke;
2410           background: @white;
2411     color: @near-black;
2412     position: relative;
2413     text-align: left;
2414     white-space: nowrap;
2415   }
2416
2417   .chart-filters.xv-parameter-panel .enyo-fittable-columns-layout > * {
2418     vertical-align: middle;
2419   }
2420
2421   .chart-filters.xv-parameter-panel .xv-label {
2422     text-align: right;
2423   }
2424   
2425   */
2426 }
2427 .selectable-chart .xv-list-item {
2428   border-bottom: 1px solid grey;
2429   box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
2430 }
2431 .selectable-chart .xv-list-item .long {
2432   padding-left: 7px;
2433   width: 250px;
2434 }
2435 .selectable-chart .onyx-popup {
2436   margin-top: 40px;
2437   margin-left: 200px;
2438 }
2439 .selectable-chart .chart-title-bar {
2440   height: 48px;
2441   background-color: #efefef;
2442   text-transform: none;
2443   -webkit-border-top-right-radius: 10px;
2444   -moz-border-radius-topright: 10px;
2445   border-top-right-radius: 10px;
2446   -webkit-border-top-left-radius: 10px;
2447   -moz-border-radius-topleft: 10px;
2448   border-top-left-radius: 10px;
2449 }
2450 .selectable-chart .chart-title-bar .chart-title {
2451   padding-top: 8px;
2452   color: #070707;
2453   text-align: center;
2454   /*font-size: 2em;*/
2455   font-weight: normal;
2456   font-family: Helvetica;
2457 }
2458 .selectable-chart .chart-title-bar .chart-sub-title {
2459   /*padding-top: 8px;*/
2460   color: #0000ff;
2461   text-align: center;
2462   font-size: small;
2463   font-weight: normal;
2464   font-family: Helvetica;
2465 }
2466 .selectable-chart .chart-title-bar .remove-icon {
2467   position: absolute;
2468   top: 0;
2469   right: 0;
2470 }
2471 .selectable-chart .chart-title-bar .icon-filter {
2472   color: #070707;
2473   position: absolute;
2474   right: 35px;
2475 }
2476 .selectable-chart .chart-bottom {
2477   background-color: #fdfdfd;
2478   border: 1px solid #444444;
2479   border-top: none;
2480   -webkit-border-bottom-right-radius: 10px;
2481   -moz-border-radius-bottomright: 10px;
2482   border-bottom-right-radius: 10px;
2483   -webkit-border-bottom-left-radius: 10px;
2484   -moz-border-radius-bottomleft: 10px;
2485   border-bottom-left-radius: 10px;
2486 }
2487 .selectable-chart .chart-bottom .xv-picker-label {
2488   width: 100px;
2489   color: #070707;
2490 }
2491 .selectable-chart .chart-bottom .onyx-button {
2492   width: 130px;
2493   padding: 10px 10px;
2494 }
2495 .selectable-chart .chart-filterDrawer {
2496   top: 0px;
2497 }
2498 /**
2499   Styles relating to Lists
2500 */
2501 .xv-list-header {
2502   background-color: #d8d8d8;
2503   color: #fdfdfd;
2504   font-size: .6em;
2505   font-weight: bold;
2506   text-transform: uppercase;
2507   padding-top: 4px;
2508   padding-bottom: 4px;
2509   border-bottom: 1px solid #aaaaaa;
2510 }
2511 .xv-list-header .xv-list-column.last {
2512   border-right: none;
2513 }
2514 .xv-list-header .xv-list-column.name-column,
2515 .xv-list-header .xv-list-column.first,
2516 .xv-list-header .xv-list-column.second,
2517 .xv-list-header .xv-list-column.third,
2518 .xv-list-header .xv-list-column.short,
2519 .xv-list-header .xv-list-column.small,
2520 .xv-list-header .xv-list-column.medium,
2521 .xv-list-header .xv-list-column.descr {
2522   padding-left: 7px;
2523 }
2524 /* List */
2525 .xv-list-column.line-number {
2526   width: 30px;
2527   text-align: right;
2528 }
2529 .xv-list-column.name-column {
2530   width: 200px;
2531 }
2532 .xv-list-column.right-column {
2533   width: 100px;
2534   text-align: right;
2535 }
2536 .xv-list-column.short {
2537   width: 100px;
2538 }
2539 .xv-list-column.small {
2540   width: 125px;
2541 }
2542 .xv-list-column.medium {
2543   width: 150px;
2544 }
2545 .xv-list-column.first {
2546   width: 300px;
2547 }
2548 .xv-list-column.second {
2549   width: 200px;
2550 }
2551 .xv-list-column.third {
2552   width: 100px;
2553 }
2554 .xv-list-column.money,
2555 .xv-list-column.quantity {
2556   width: 75px;
2557   text-align: right;
2558 }
2559 .xv-list-column.descr {
2560   width: 200px;
2561 }
2562 .xv-list-column.icon {
2563   width: 10px;
2564 }
2565 .xv-list {
2566   background: #f8f8f8;
2567 }
2568 .xv-list .xv-list-item > * {
2569   display: inline-block;
2570   vertical-align: middle;
2571 }
2572 .xv-list .xv-list-item {
2573   background-color: #fdfdfd;
2574   border-bottom: 1px solid #d7d7d7;
2575   min-height: 32px;
2576 }
2577 .xv-list .xv-list-item.header {
2578   padding-top: 0;
2579 }
2580 .xv-list .xv-list-item.inactive {
2581   background-color: #d8d8d8;
2582   color: #070707;
2583 }
2584 .xv-list .xv-list-item.inactive .xv-list-column .xv-list-attr {
2585   background: transparent;
2586 }
2587 .xv-list .xv-list-item.inactive .xv-list-column .xv-list-attr.placeholder {
2588   color: #d8d8d8;
2589 }
2590 .xv-list .xv-list-item .xv-list-column .list-icon {
2591   padding: 2px;
2592   color: #666666;
2593   vertical-align: sub;
2594   border: 1px solid #efefef;
2595   -webkit-border-radius: 2px;
2596   -moz-border-radius: 2px;
2597   border-radius: 2px;
2598 }
2599 .xv-list .xv-list-item.item-selected {
2600   background: #226b9a;
2601   background-color: #1f608c;
2602   background-image: -moz-linear-gradient(top, #226b9a, #1a4f77);
2603   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#226b9a), to(#1a4f77));
2604   background-image: -webkit-linear-gradient(top, #226b9a, #1a4f77);
2605   background-image: -o-linear-gradient(top, #226b9a, #1a4f77);
2606   background-image: linear-gradient(to bottom, #226b9a, #1a4f77);
2607   background-repeat: repeat-x;
2608   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff226b9a', endColorstr='#ff1a4f77', GradientType=0);
2609 }
2610 .xv-list .xv-list-item.item-selected .xv-list-attr {
2611   color: #fdfdfd;
2612 }
2613 .xv-list .xv-list-item.item-selected .xv-list-attr.placeholder {
2614   font-style: italic;
2615   color: #99ccff;
2616 }
2617 .xv-list .xv-list-item.item-selected .xv-list-attr.hyperlink {
2618   color: #ff6529;
2619 }
2620 .xv-list .xv-list-item.item-selected .xv-list-attr.header {
2621   background: #99ccff;
2622 }
2623 .xv-list .xv-list-item .xv-list-item-gear {
2624   position: absolute;
2625   right: 0px;
2626   z-index: 999;
2627 }
2628 .xv-list.xv-grid-list {
2629   background: #f8f8f8;
2630 }
2631 .xv-list.xv-grid-list .xv-list-item > * {
2632   vertical-align: top;
2633 }
2634 .xv-list.xv-grid-list .xv-list-item {
2635   padding-top: 7px !important;
2636   padding-bottom: 9px !important;
2637   border-bottom: 1px solid #aaaaaa !important;
2638   background: #f8f8f8;
2639 }
2640 .xv-list.xv-grid-list .xv-list-item.item-selected {
2641   background: #226b9a;
2642   background-color: #1f608c;
2643   background-image: -moz-linear-gradient(top, #226b9a, #1a4f77);
2644   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#226b9a), to(#1a4f77));
2645   background-image: -webkit-linear-gradient(top, #226b9a, #1a4f77);
2646   background-image: -o-linear-gradient(top, #226b9a, #1a4f77);
2647   background-image: linear-gradient(to bottom, #226b9a, #1a4f77);
2648   background-repeat: repeat-x;
2649   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff226b9a', endColorstr='#ff1a4f77', GradientType=0);
2650 }
2651 .xv-list.xv-grid-list .xv-list-item.item-selected .xv-list-attr {
2652   color: #fdfdfd;
2653 }
2654 .xv-list.xv-grid-list .xv-list-item.item-selected .xv-list-attr.placeholder {
2655   font-style: italic;
2656   color: #99ccff;
2657 }
2658 .xv-list.xv-grid-list .xv-list-item.item-selected .xv-list-attr.hyperlink {
2659   color: #ff6529;
2660 }
2661 .xv-list.xv-grid-list .xv-list-item.item-selected .xv-list-attr.header {
2662   background: #99ccff;
2663 }
2664 .xv-list.xv-grid-list .xv-list-item .xv-list-column {
2665   vertical-align: top;
2666 }
2667 .xv-list.xv-grid-list .xv-list-item .xv-list-column .xv-list-attr {
2668   font-size: 12px;
2669 }
2670 .xv-list.xv-grid-list .xv-list-item .xv-list-column.last {
2671   border-right: none;
2672 }
2673 .xv-list.xv-grid-list .xv-list-item .xv-list-column.name-column {
2674   padding-left: 7px;
2675 }
2676 .xv-list.xv-grid-list .xv-list-item .xv-list-column.first {
2677   padding-left: 7px;
2678 }
2679 .xv-list.xv-grid-list .xv-list-item .xv-list-column.second {
2680   padding-left: 7px;
2681 }
2682 .xv-list.xv-grid-list .xv-list-item .xv-list-column.third {
2683   padding-left: 7px;
2684 }
2685 .xv-list.xv-grid-list .xv-list-item .xv-list-column.short {
2686   padding-left: 7px;
2687 }
2688 .xv-list.xv-grid-list .xv-list-item .xv-list-column.small {
2689   padding-left: 7px;
2690 }
2691 .xv-list.xv-grid-list .xv-list-item .xv-list-column.medium {
2692   padding-left: 7px;
2693 }
2694 .xv-list.xv-grid-list .xv-list-item .xv-list-column.descr {
2695   padding-left: 7px;
2696 }
2697 .xv-list.xv-grid-list .xv-list-item .xv-list-column .xv-list-attr {
2698   padding: 0px;
2699 }
2700 .xv-list-attr {
2701   padding: 5px;
2702   font-size: .8em;
2703   white-space: nowrap;
2704   overflow: hidden;
2705   text-overflow: ellipsis;
2706   color: #070707;
2707 }
2708 .xv-list-attr.header {
2709   padding: 4px;
2710   background: #d8d8d8;
2711   font-size: .7em;
2712   font-weight: bold;
2713   text-transform: uppercase;
2714   color: #fdfdfd;
2715 }
2716 .xv-list-attr.footer {
2717   padding: 4px;
2718   background: #d8d8d8;
2719   font-size: .7em;
2720   font-weight: bold;
2721   text-transform: uppercase;
2722   color: #070707;
2723 }
2724 .xv-list-attr.right {
2725   position: absolute;
2726   right: 10px;
2727 }
2728 .xv-list-attr.text-align-right {
2729   text-align: right;
2730 }
2731 .xv-list-attr.bold {
2732   font-weight: bold;
2733 }
2734 .xv-list-attr.error {
2735   color: #ff0000;
2736 }
2737 .xv-list-attr.emphasis {
2738   color: #009000;
2739 }
2740 .xv-list-attr.warn {
2741   color: #ff9c00;
2742 }
2743 .xv-list-attr.italic {
2744   font-style: italic;
2745 }
2746 .xv-list-attr.placeholder {
2747   font-style: italic;
2748   color: #777777;
2749 }
2750 .xv-list-attr.hyperlink {
2751   color: blue;
2752 }
2753 .xv-list-attr.disabled {
2754   color: #777777;
2755 }
2756 /* Navigator */
2757 .xv-navigator-header {
2758   font-size: small;
2759   font-weight: bold;
2760   text-transform: uppercase;
2761   color: #ff6600;
2762   padding-left: 20px;
2763   border-bottom: 1px solid #0e0e0e;
2764 }
2765 .xv-workspace-header {
2766   color: #fdfdfd;
2767   white-space: nowrap;
2768   overflow: hidden;
2769   text-overflow: ellipsis;
2770   padding: 8px 0 0 8px;
2771 }
2772 /**
2773   Styles relating to widgets in the pullout
2774 */
2775 /* Pullout */
2776 .xv-pullout {
2777   /* Setting this as min-width overrides enyo-narrow 100% */
2778   width: 320px;
2779   -webkit-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
2780   -moz-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
2781   box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
2782   position: absolute;
2783   top: 55px;
2784   left: 0;
2785   bottom: 0;
2786   background-color: #fdfdfd;
2787   -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
2788   -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
2789   box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
2790 }
2791 .xv-pullout .xv-header {
2792   background-color: #fdfdfd;
2793   padding: 6px 12px;
2794   border-bottom: 1px solid #d7d7d7;
2795   height: 28px;
2796   color: #ff6529;
2797   font-size: small;
2798   font-weight: bold;
2799   text-transform: uppercase;
2800   white-space: nowrap;
2801   overflow: hidden;
2802   text-overflow: ellipsis;
2803   height: 15px;
2804   border: none;
2805 }
2806 .xv-pullout .pullout-grabbutton {
2807   position: absolute;
2808   height: 54px;
2809   width: 50px;
2810   bottom: 25px;
2811   right: -50px;
2812   background-color: #d7d7d7;
2813   box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
2814   -webkit-border-top-right-radius: 10px;
2815   -moz-border-radius-topright: 10px;
2816   border-top-right-radius: 10px;
2817   -webkit-border-bottom-right-radius: 10px;
2818   -moz-border-radius-bottomright: 10px;
2819   border-bottom-right-radius: 10px;
2820 }
2821 .xv-pullout .xv-parameter-panel {
2822   width: 320px;
2823   margin: 0 4px 0 2px;
2824   padding: 0;
2825   background: #f8f8f8;
2826   text-overflow: ellipsis;
2827   border: 1px solid #d7d7d7;
2828   width: 100%;
2829   margin: 0 4px 6px 0;
2830 }
2831 .xv-pullout .xv-parameter-panel .onyx-groupbox-header {
2832   padding: 6px 10px;
2833   border-bottom: 1px solid #d7d7d7;
2834   background: #efefef;
2835   color: #0e0e0e;
2836 }
2837 .xv-pullout .xv-parameter-panel .onyx-groupbox-header i {
2838   margin-right: 10px;
2839 }
2840 .xv-pullout .xv-parameter-panel.small-panel {
2841   width: 600px;
2842 }
2843 .xv-pullout .xv-parameter-panel.medium-panel {
2844   width: 700px;
2845 }
2846 .xv-pullout .xv-parameter-panel.large-panel {
2847   width: 800px;
2848 }
2849 .xv-pullout .xv-parameter-panel .xv-label,
2850 .xv-pullout .xv-parameter-panel .xv-decorated-label,
2851 .xv-pullout .xv-parameter-panel .xv-flexible-label {
2852   width: 120px !important;
2853   max-width: 100%;
2854   padding: 0 8px 0 6px;
2855   text-align: right;
2856   vertical-align: middle;
2857 }
2858 .xv-pullout .xv-parameter-panel.xv-assignment-box .xv-flexible-label,
2859 .xv-pullout .xv-parameter-panel.xv-assignment-box .xv-label {
2860   width: 200px !important;
2861 }
2862 .xv-pullout .xv-parameter-panel .xv-input {
2863   border-bottom: 1px solid #d7d7d7;
2864   margin: 0px;
2865 }
2866 .xv-pullout .xv-parameter-panel .enyo-fittable-columns-layout > * {
2867   vertical-align: middle;
2868 }
2869 .xv-pullout .xv-parameter-panel .xv-buttons {
2870   text-align: center;
2871 }
2872 .xv-pullout .xv-parameter-panel .xv-filter-form .xv-list {
2873   height: 150px;
2874 }
2875 .xv-pullout .help-panel {
2876   border: none;
2877   height: 100%;
2878   width: 100%;
2879 }
2880 .xv-pullout .history-panel .xv-list-item {
2881   padding: 12px 10px;
2882   color: #0e0e0e;
2883   background-color: #fdfdfd;
2884   border-bottom: 1px solid #d7d7d7;
2885 }
2886 .xv-pullout .history-panel .xv-list-item.onyx-selected {
2887   background-color: #357ec7;
2888   color: #fdfdfd;
2889   border-bottom: 2px solid #d8d8d8;
2890 }
2891 /**
2892   Styles relating to misc widgets
2893 */
2894 .onyx-input-decorator {
2895   border: 0;
2896 }
2897 .onyx-input-decorator input {
2898   width: 150px;
2899 }
2900 .xv-relationwidget input,
2901 .xv-datewidget input {
2902   width: 135px;
2903 }
2904 .xv-numberwidget input {
2905   text-align: right;
2906   width: 150px;
2907 }
2908 .xv-moneywidget {
2909   padding-top: 6px;
2910   padding-bottom: 2px;
2911 }
2912 .xv-moneywidget .onyx-input-decorator {
2913   font-family: "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
2914   margin-right: 5px;
2915 }
2916 .xv-moneywidget .onyx-input-decorator input,
2917 .xv-moneywidget .onyx-input-decorator .xv-money-label {
2918   width: 85px;
2919   text-align: right;
2920 }
2921 .xv-moneywidget .onyx-input-decorator.xv-currency-label {
2922   width: 65px;
2923 }
2924 .xv-moneywidget .xv-picker-button {
2925   width: 65px;
2926   padding: 10px 4px;
2927 }
2928 .spinner .enyo-fittable-columns-layout > * {
2929   vertical-align: middle;
2930 }
2931 .spinner .buttons {
2932   display: block;
2933   padding: 0;
2934   margin: 1px 0 1px 10px;
2935   width: 20px;
2936   height: 20px;
2937   background: transparent;
2938   color: #357ec7;
2939   font-size: 20px;
2940   border: none;
2941 }
2942 .spinner .slider {
2943   margin: 15px 10px;
2944 }
2945 .spinner.xv-numberwidget input {
2946   width: 120px;
2947 }
2948 .xv-dependency-picker .onyx-picker-decorator .onyx-button {
2949   width: 280px;
2950   margin-left: 6px;
2951 }
2952 .xv-dependency-button {
2953   color: #357ec7;
2954   font-size: 24px;
2955   border: none;
2956   background: transparent;
2957 }
2958 /**
2959   Characteristics
2960 */
2961 .xv-characteristic-picker {
2962   border: none;
2963 }
2964 .xv-characteristic-picker .onyx-picker-decorator .onyx-button {
2965   width: 130px;
2966 }
2967 .xv-characteristic-item {
2968   border-bottom: 1px solid #d7d7d7;
2969 }
2970 .xv-characteristic-item .onyx-input-decorator > input {
2971   width: 115px;
2972   margin-top: 10px;
2973   margin-bottom: 10px;
2974 }
2975 .xv-characteristic-item > .xv-input {
2976   border: none;
2977 }
2978 .xv-characteristic-buttons {
2979   margin: 8px;
2980 }
2981 .xv-characteristic-button {
2982   margin-left: 4px;
2983   color: #357ec7;
2984   font-size: 24px;
2985 }
2986 /**
2987   Styles relating to RelationWidgets
2988 */
2989 .xv-relationwidget-completer {
2990   left: -200px;
2991   top: 15px;
2992 }
2993 .xv-completer-sidecar {
2994   color: #93a1a1;
2995 }
2996 .xv-relationwidget-column.left {
2997   padding-right: 18px;
2998   color: #070707;
2999   width: 140px;
3000 }
3001 .xv-relationwidget-icon {
3002   top: 1px;
3003   left: 8px;
3004   height: 30px;
3005   position: relative;
3006 }
3007 .xv-relationwidget-description {
3008   overflow: hidden;
3009   display: -webkit-box;
3010   -webkit-line-clamp: 3;
3011   -webkit-box-orient: vertical;
3012   max-width: 250px;
3013   margin: 5px 5px 5px 80px;
3014 }
3015 .xv-relationwidget-description.disabled {
3016   color: #777777;
3017 }
3018 .xv-relationwidget-description.label {
3019   text-indent: 0;
3020   text-align: right;
3021 }
3022 .xv-relationwidget-description.hasLabel {
3023   text-indent: 0;
3024 }
3025 .xv-relationwidget-description.hyperlink {
3026   color: blue;
3027 }
3028 .xv-private-item-site-widget {
3029   border-bottom-color: #aaaaaa;
3030   border-bottom-width: 1px;
3031   border-bottom-style: solid;
3032 }
3033 /* RelationsEditorBox */
3034 .xv-relations-editor-box .xv-groupbox {
3035   margin-right: 0;
3036   padding: 0;
3037   border: none;
3038 }
3039 .xv-relations-editor-box.panel {
3040   width: 350px;
3041 }
3042 /* ListRelationsBox */
3043 .xv-list-relations-box.panel {
3044   width: 625px;
3045 }
3046 .xv-short-relations-box.panel {
3047   width: 500px;
3048 }
3049 .xv-addresswidget {
3050   background-color: #fdfdfd;
3051   padding: 4px;
3052 }
3053 .xv-addresswidget .xv-addresswidget-viewer {
3054   border: 0;
3055   font-size: medium;
3056   display: inline;
3057 }
3058 .xv-addresswidget .xv-addresswidget-viewer.placeholder {
3059   font-style: italic;
3060   color: #93a1a1;
3061 }
3062 .xv-addresswidget .xv-addresswidget-viewer.hyperlink {
3063   color: #0000ff;
3064 }
3065 .xv-addresswidget .xv-addresswidget-viewer.disabled {
3066   color: #777777;
3067 }
3068 .xv-addresswidget .xv-addresswidget-buttons {
3069   margin-top: 4px;
3070 }
3071 .xv-addresswidget .xv-addresswidget-buttons .xv-addresswidget-button {
3072   margin-right: 4px;
3073 }
3074 .xv-addresswidget-input-decorator,
3075 .xv-addresswidget-combobox-decorator {
3076   background: #fdfdfd;
3077   display: block;
3078   margin: 4px;
3079 }
3080 .xv-addresswidget-input-decorator input,
3081 .xv-addresswidget-combobox-decorator input {
3082   width: 100%;
3083 }
3084 .xv-addresswidget-input-decorator .enyo-fittable-columns-layout > *,
3085 .xv-addresswidget-combobox-decorator .enyo-fittable-columns-layout > * {
3086   vertical-align: middle;
3087 }
3088 .xv-addresswidget-input-decorator.short,
3089 .xv-addresswidget-combobox-decorator.short {
3090   width: 40%;
3091 }
3092 .xv-addresswidget-combobox-decorator {
3093   width: 60%;
3094 }
3095 .xv-button-section .xv-addresswidget-buttons {
3096   margin: 0;
3097   background-color: #666666;
3098 }
3099 .xv-addresswidget-editor-header {
3100   padding: 4px;
3101 }
3102 .xv-addresswidget-editor {
3103   width: 320px;
3104   padding: 8px;
3105   padding-right: 16px;
3106 }
3107 .xv-addresslist-attr {
3108   padding: 5px;
3109   font-size: 13px;
3110   white-space: normal;
3111   overflow: auto;
3112   color: #070707;
3113   background-color: #fdfdfd;
3114 }
3115 .xv-search .xv-header {
3116   background-color: #fdfdfd;
3117   padding: 6px 12px;
3118   border-bottom: 1px solid #d7d7d7;
3119   height: 28px;
3120   color: #ff6529;
3121   font-size: small;
3122   font-weight: bold;
3123   text-transform: uppercase;
3124   white-space: nowrap;
3125   overflow: hidden;
3126   text-overflow: ellipsis;
3127   border: none;
3128 }
3129 .xv-search .xv-search-container {
3130   width: 320px;
3131   margin: 0 4px 0 2px;
3132   padding: 0;
3133   background: #f8f8f8;
3134   text-overflow: ellipsis;
3135   border: 1px solid #d7d7d7;
3136   width: 100%;
3137   margin: 0 4px 6px 0;
3138 }
3139 .xv-search .xv-search-container .onyx-groupbox-header {
3140   padding: 6px 10px;
3141   border-bottom: 1px solid #d7d7d7;
3142   background: #efefef;
3143   color: #0e0e0e;
3144 }
3145 .xv-search .xv-search-container .onyx-groupbox-header i {
3146   margin-right: 10px;
3147 }
3148 .xv-search .xv-search-container.small-panel {
3149   width: 600px;
3150 }
3151 .xv-search .xv-search-container.medium-panel {
3152   width: 700px;
3153 }
3154 .xv-search .xv-search-container.large-panel {
3155   width: 800px;
3156 }
3157 .xv-search .xv-search-container .xv-label,
3158 .xv-search .xv-search-container .xv-decorated-label,
3159 .xv-search .xv-search-container .xv-flexible-label {
3160   width: 120px !important;
3161   max-width: 100%;
3162   padding: 0 8px 0 6px;
3163   text-align: right;
3164   vertical-align: middle;
3165 }
3166 .xv-search .xv-search-container.xv-assignment-box .xv-flexible-label,
3167 .xv-search .xv-search-container.xv-assignment-box .xv-label {
3168   width: 200px !important;
3169 }
3170 .xv-search .xv-search-container .xv-input {
3171   border-bottom: 1px solid #d7d7d7;
3172   margin: 0px;
3173 }
3174 .xv-search .xv-search-container .enyo-fittable-columns-layout > * {
3175   vertical-align: middle;
3176 }
3177 .xv-search .xv-search-container .xv-buttons {
3178   text-align: center;
3179 }
3180 .xv-search .xv-search-container .xv-filter-form .xv-list {
3181   height: 150px;
3182 }