UNPKG

51.4 kBCSSView Raw
1/**
2 * FixedDataTable v0.7.17
3 *
4 * Copyright Schrodinger, LLC
5 * All rights reserved.
6 *
7 * This source code is licensed under the BSD-style license found in the
8 * LICENSE file in the root directory of this source tree. An additional grant
9 * of patent rights can be found in the PATENTS file in the same directory.
10 */
11
12/**
13 * Copyright Schrodinger, LLC
14 * All rights reserved.
15 *
16 * This source code is licensed under the BSD-style license found in the
17 * LICENSE file in the root directory of this source tree. An additional grant
18 * of patent rights can be found in the PATENTS file in the same directory.
19 *
20 * @providesModule fixedDataTableCellGroupLayout
21 */
22
23.fixedDataTableCellGroupLayout_cellGroup {
24 -webkit-backface-visibility: hidden;
25 backface-visibility: hidden;
26 left: 0;
27 overflow: hidden;
28 position: absolute;
29 top: 0;
30 white-space: nowrap;
31}
32
33.fixedDataTableCellGroupLayout_cellGroup > .public_fixedDataTableCell_main {
34 display: inline-block;
35 vertical-align: top;
36 white-space: normal;
37}
38
39.fixedDataTableCellGroupLayout_cellGroupWrapper {
40 position: absolute;
41 top: 0;
42}
43/**
44 * Copyright Schrodinger, LLC
45 * All rights reserved.
46 *
47 * This source code is licensed under the BSD-style license found in the
48 * LICENSE file in the root directory of this source tree. An additional grant
49 * of patent rights can be found in the PATENTS file in the same directory.
50 *
51 * @providesModule fixedDataTableCellLayout
52 */
53
54.fixedDataTableCellLayout_main {
55 border-right-style: solid;
56 border-right-width: 1px;
57 border-width: 0 1px 0 0;
58 box-sizing: border-box;
59 display: block;
60 overflow: hidden;
61 position: absolute;
62 white-space: normal;
63}
64
65.fixedDataTableCellLayout_lastChild {
66 border-width: 0 1px 1px 0;
67}
68
69.fixedDataTableCellLayout_alignRight {
70 text-align: right;
71}
72
73.fixedDataTableCellLayout_alignCenter {
74 text-align: center;
75}
76
77.fixedDataTableCellLayout_wrap1 {
78 display: table;
79}
80
81.fixedDataTableCellLayout_wrap2 {
82 display: table-row;
83}
84
85.fixedDataTableCellLayout_wrap3 {
86 display: table-cell;
87 vertical-align: middle;
88}
89
90.fixedDataTableCellLayout_columnResizerContainer {
91 position: absolute;
92 right: 0px;
93 width: 6px;
94 z-index: 1;
95}
96
97.fixedDataTableCellLayout_columnResizerContainer:hover {
98 cursor: ew-resize;
99}
100
101.fixedDataTableCellLayout_columnResizerContainer:hover .fixedDataTableCellLayout_columnResizerKnob {
102 visibility: visible;
103}
104
105.fixedDataTableCellLayout_columnResizerKnob {
106 position: absolute;
107 right: 0px;
108 visibility: hidden;
109 width: 4px;
110}
111/**
112 * Copyright Schrodinger, LLC
113 * All rights reserved.
114 *
115 * This source code is licensed under the BSD-style license found in the
116 * LICENSE file in the root directory of this source tree. An additional grant
117 * of patent rights can be found in the PATENTS file in the same directory.
118 *
119 * @providesModule fixedDataTableColumnResizerLineLayout
120 */
121
122.fixedDataTableColumnResizerLineLayout_mouseArea {
123 cursor: ew-resize;
124 position: absolute;
125 right: -5px;
126 width: 12px;
127}
128
129.fixedDataTableColumnResizerLineLayout_main {
130 border-right-style: solid;
131 border-right-width: 1px;
132 box-sizing: border-box;
133 position: absolute;
134 z-index: 10;
135}
136
137body[dir="rtl"] .fixedDataTableColumnResizerLineLayout_main {
138 /* the resizer line is in the wrong position in RTL with no easy fix.
139 * Disabling is more useful than displaying it.
140 * #167 (github) should look into this and come up with a permanent fix.
141 */
142 display: none !important;
143}
144
145.fixedDataTableColumnResizerLineLayout_hiddenElem {
146 display: none !important;
147}
148/**
149 * Copyright Schrodinger, LLC
150 * All rights reserved.
151 *
152 * This source code is licensed under the BSD-style license found in the
153 * LICENSE file in the root directory of this source tree. An additional grant
154 * of patent rights can be found in the PATENTS file in the same directory.
155 *
156 * @providesModule fixedDataTableLayout
157 */
158
159.fixedDataTableLayout_main {
160 border-style: solid;
161 border-width: 1px;
162 box-sizing: border-box;
163 overflow: hidden;
164 position: relative;
165}
166
167.fixedDataTableLayout_header,
168.fixedDataTableLayout_hasBottomBorder {
169 border-bottom-style: solid;
170 border-bottom-width: 1px;
171}
172
173.fixedDataTableLayout_footer .public_fixedDataTableCell_main {
174 border-top-style: solid;
175 border-top-width: 1px;
176}
177
178.fixedDataTableLayout_topShadow,
179.fixedDataTableLayout_bottomShadow {
180 height: 4px;
181 left: 0;
182 position: absolute;
183 right: 0;
184 z-index: 1;
185}
186
187.fixedDataTableLayout_bottomShadow {
188 margin-top: -4px;
189}
190
191.fixedDataTableLayout_rowsContainer {
192 overflow: hidden;
193 position: relative;
194}
195
196.fixedDataTableLayout_horizontalScrollbar {
197 bottom: 0;
198 position: absolute;
199}
200/**
201 * Copyright Schrodinger, LLC
202 * All rights reserved.
203 *
204 * This source code is licensed under the BSD-style license found in the
205 * LICENSE file in the root directory of this source tree. An additional grant
206 * of patent rights can be found in the PATENTS file in the same directory.
207 *
208 * @providesModule fixedDataTableRowLayout
209 */
210
211.fixedDataTableRowLayout_main {
212 box-sizing: border-box;
213 overflow: hidden;
214 position: absolute;
215 top: 0;
216}
217
218.fixedDataTableRowLayout_body {
219 left: 0;
220 position: absolute;
221 top: 0;
222}
223
224.fixedDataTableRowLayout_fixedColumnsDivider {
225 -webkit-backface-visibility: hidden;
226 backface-visibility: hidden;
227 border-left-style: solid;
228 border-left-width: 1px;
229 left: 0;
230 position: absolute;
231 top: 0;
232 width: 0;
233}
234
235.fixedDataTableRowLayout_columnsShadow {
236 position: absolute;
237 width: 4px;
238}
239
240.fixedDataTableRowLayout_columnsRightShadow {
241 right: 1px;
242}
243
244.fixedDataTableRowLayout_rowWrapper {
245 position: absolute;
246 top: 0;
247}
248/**
249 * Copyright Schrodinger, LLC
250 * All rights reserved.
251 *
252 * This source code is licensed under the BSD-style license found in the
253 * LICENSE file in the root directory of this source tree. An additional grant
254 * of patent rights can be found in the PATENTS file in the same directory.
255 *
256 * @providesModule ScrollbarLayout
257 */
258
259.ScrollbarLayout_main {
260 box-sizing: border-box;
261 outline: none;
262 overflow: hidden;
263 position: absolute;
264 -webkit-transition-duration: 250ms;
265 transition-duration: 250ms;
266 -webkit-transition-timing-function: ease;
267 transition-timing-function: ease;
268 -webkit-user-select: none;
269 -moz-user-select: none;
270 -ms-user-select: none;
271 user-select: none;
272}
273
274.ScrollbarLayout_mainVertical {
275 bottom: 0;
276 right: 0;
277 top: 0;
278 -webkit-transition-property: background-color width;
279 transition-property: background-color width;
280 width: 15px;
281}
282
283.ScrollbarLayout_mainVertical.public_Scrollbar_mainActive,
284.ScrollbarLayout_mainVertical:hover {
285 width: 17px;
286}
287
288.ScrollbarLayout_mainHorizontal {
289 bottom: 0;
290 height: 15px;
291 left: 0;
292 -webkit-transition-property: background-color height;
293 transition-property: background-color height;
294}
295
296/* Touching the scroll-track directly makes the scroll-track bolder */
297.ScrollbarLayout_mainHorizontal.public_Scrollbar_mainActive,
298.ScrollbarLayout_mainHorizontal:hover {
299 height: 17px;
300}
301
302.ScrollbarLayout_face {
303 left: 0;
304 overflow: hidden;
305 position: absolute;
306 z-index: 1;
307}
308
309/**
310 * This selector renders the "nub" of the scrollface. The nub must
311 * be rendered as pseudo-element so that it won't receive any UI events then
312 * we can get the correct `event.offsetX` and `event.offsetY` from the
313 * scrollface element while dragging it.
314 */
315.ScrollbarLayout_face:after {
316 border-radius: 6px;
317 content: '';
318 display: block;
319 position: absolute;
320 -webkit-transition: background-color 250ms ease;
321 transition: background-color 250ms ease;
322}
323
324.ScrollbarLayout_faceHorizontal {
325 bottom: 0;
326 left: 0;
327 top: 0;
328}
329
330.ScrollbarLayout_faceHorizontal:after {
331 bottom: 4px;
332 left: 0;
333 top: 4px;
334 width: 100%;
335}
336
337.ScrollbarLayout_faceVertical {
338 left: 0;
339 right: 0;
340 top: 0;
341}
342
343.ScrollbarLayout_faceVertical:after {
344 height: 100%;
345 left: 4px;
346 right: 4px;
347 top: 0;
348}
349/**
350 * Copyright Schrodinger, LLC
351 * All rights reserved.
352 *
353 * This source code is licensed under the BSD-style license found in the
354 * LICENSE file in the root directory of this source tree. An additional grant
355 * of patent rights can be found in the PATENTS file in the same directory.
356 *
357 * @providesModule fixedDataTable
358 *
359 */
360
361/**
362 * Table.
363 */
364.public_fixedDataTable_main {
365 border-color: #d3d3d3;
366}
367
368.public_fixedDataTable_header,
369.public_fixedDataTable_hasBottomBorder {
370 border-color: #d3d3d3;
371}
372
373.public_fixedDataTable_header .public_fixedDataTableCell_main {
374 font-weight: bold;
375}
376
377.public_fixedDataTable_header,
378.public_fixedDataTable_header .public_fixedDataTableCell_main {
379 background-color: #f6f7f8;
380 background-image: -webkit-linear-gradient(#fff, #efefef);
381 background-image: linear-gradient(#fff, #efefef);
382}
383
384.public_fixedDataTable_footer .public_fixedDataTableCell_main {
385 background-color: #f6f7f8;
386 border-color: #d3d3d3;
387}
388
389.public_fixedDataTable_topShadow {
390 background: 0 0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAF0lEQVR4AWPUkNeSBhHCjJoK2twgFisAFagCCp3pJlAAAAAASUVORK5CYII=) repeat-x;
391}
392
393.public_fixedDataTable_bottomShadow {
394 background: 0 0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAHElEQVQI12MwNjZmZdAT1+Nm0JDWEGZQk1GTBgAWkwIeAEp52AAAAABJRU5ErkJggg==) repeat-x;
395}
396
397.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal {
398 background-color: #fff;
399}
400/**
401 * Copyright Schrodinger, LLC
402 * All rights reserved.
403 *
404 * This source code is licensed under the BSD-style license found in the
405 * LICENSE file in the root directory of this source tree. An additional grant
406 * of patent rights can be found in the PATENTS file in the same directory.
407 *
408 * @providesModule fixedDataTableCell
409 */
410
411/**
412 * Table cell.
413 */
414.public_fixedDataTableCell_main {
415 background-color: #fff;
416 border-color: #d3d3d3;
417}
418
419.public_fixedDataTableCell_highlighted {
420 background-color: #f4f4f4;
421}
422
423.public_fixedDataTableCell_cellContent {
424 padding: 8px;
425}
426
427.public_fixedDataTableCell_columnResizerKnob {
428 background-color: #0284ff;
429}
430.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_cellContent {
431 margin-left: 12px;
432}
433/**
434 * Column reorder goodies.
435 */
436.fixedDataTableCellLayout_columnReorderContainer {
437 border-color: #0284ff;
438 background-color: rgba(0,0,0,0.1);
439 width: 12px;
440 margin-right: -12px;
441 float: left;
442 cursor: move;
443}
444.fixedDataTableCellLayout_columnReorderContainer:after {
445 content: '::';
446 position: absolute;
447 top: 50%;
448 left: 1px;
449 -webkit-transform: translateY(-50%);
450 transform: translateY(-50%);
451}
452/**
453 * Copyright Schrodinger, LLC
454 * All rights reserved.
455 *
456 * This source code is licensed under the BSD-style license found in the
457 * LICENSE file in the root directory of this source tree. An additional grant
458 * of patent rights can be found in the PATENTS file in the same directory.
459 *
460 * @providesModule fixedDataTableColumnResizerLine
461 *
462 */
463
464/**
465 * Column resizer line.
466 */
467.public_fixedDataTableColumnResizerLine_main {
468 border-color: #0284ff;
469}
470/**
471 * Copyright Schrodinger, LLC
472 * All rights reserved.
473 *
474 * This source code is licensed under the BSD-style license found in the
475 * LICENSE file in the root directory of this source tree. An additional grant
476 * of patent rights can be found in the PATENTS file in the same directory.
477 *
478 * @providesModule fixedDataTableRow
479 */
480
481/**
482 * Table row.
483 */
484.public_fixedDataTableRow_main {
485 background-color: #fff;
486}
487
488.public_fixedDataTableRow_highlighted,
489.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main {
490 background-color: #f6f7f8;
491}
492
493.public_fixedDataTableRow_fixedColumnsDivider {
494 border-color: #d3d3d3;
495}
496
497.public_fixedDataTableRow_columnsShadow {
498 background: 0 0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==) repeat-y;
499}
500
501.public_fixedDataTableRow_columnsRightShadow {
502 -webkit-transform: rotate(180deg);
503 transform: rotate(180deg);
504}
505/**
506 * Copyright Schrodinger, LLC
507 * All rights reserved.
508 *
509 * This source code is licensed under the BSD-style license found in the
510 * LICENSE file in the root directory of this source tree. An additional grant
511 * of patent rights can be found in the PATENTS file in the same directory.
512 *
513 * @providesModule Scrollbar
514 *
515 */
516
517/**
518 * Scrollbars.
519 */
520
521/* Touching the scroll-track directly makes the scroll-track bolder */
522.public_Scrollbar_main.public_Scrollbar_mainActive,
523.public_Scrollbar_main:hover {
524 background-color: rgba(255, 255, 255, 0.8);
525}
526
527.public_Scrollbar_mainOpaque,
528.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,
529.public_Scrollbar_mainOpaque:hover {
530 background-color: #fff;
531}
532
533.public_Scrollbar_face:after {
534 background-color: #c2c2c2;
535}
536
537.public_Scrollbar_main:hover .public_Scrollbar_face:after,
538.public_Scrollbar_mainActive .public_Scrollbar_face:after,
539.public_Scrollbar_faceActive:after {
540 background-color: #7d7d7d;
541}
542
543/*!
544 * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
545 * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
546 */
547/* FONT PATH
548 * -------------------------- */
549@font-face {
550 font-family: 'FontAwesome';
551 src: url(/fonts/fontawesome-webfont.eot);
552 src: url(/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/af7ae505a9eed503f8b8e6982036873e.woff2) format('woff2'), url(/fee66e712a8a08eef5805a46892932ad.woff) format('woff'), url(/fonts/fontawesome-webfont.ttf) format('truetype'), url(/fonts/fontawesome-webfont.svg#fontawesomeregular) format('svg');
553 font-weight: normal;
554 font-style: normal;
555}
556.fa {
557 display: inline-block;
558 font: normal normal normal 14px/1 FontAwesome;
559 font-size: inherit;
560 text-rendering: auto;
561 -webkit-font-smoothing: antialiased;
562 -moz-osx-font-smoothing: grayscale;
563}
564/* makes the font 33% larger relative to the icon container */
565.fa-lg {
566 font-size: 1.33333333em;
567 line-height: 0.75em;
568 vertical-align: -15%;
569}
570.fa-2x {
571 font-size: 2em;
572}
573.fa-3x {
574 font-size: 3em;
575}
576.fa-4x {
577 font-size: 4em;
578}
579.fa-5x {
580 font-size: 5em;
581}
582.fa-fw {
583 width: 1.28571429em;
584 text-align: center;
585}
586.fa-ul {
587 padding-left: 0;
588 margin-left: 2.14285714em;
589 list-style-type: none;
590}
591.fa-ul > li {
592 position: relative;
593}
594.fa-li {
595 position: absolute;
596 left: -2.14285714em;
597 width: 2.14285714em;
598 top: 0.14285714em;
599 text-align: center;
600}
601.fa-li.fa-lg {
602 left: -1.85714286em;
603}
604.fa-border {
605 padding: .2em .25em .15em;
606 border: solid 0.08em #eee;
607 border-radius: .1em;
608}
609.fa-pull-left {
610 float: left;
611}
612.fa-pull-right {
613 float: right;
614}
615.fa.fa-pull-left {
616 margin-right: .3em;
617}
618.fa.fa-pull-right {
619 margin-left: .3em;
620}
621/* Deprecated as of 4.4.0 */
622.pull-right {
623 float: right;
624}
625.pull-left {
626 float: left;
627}
628.fa.pull-left {
629 margin-right: .3em;
630}
631.fa.pull-right {
632 margin-left: .3em;
633}
634.fa-spin {
635 -webkit-animation: fa-spin 2s infinite linear;
636 animation: fa-spin 2s infinite linear;
637}
638.fa-pulse {
639 -webkit-animation: fa-spin 1s infinite steps(8);
640 animation: fa-spin 1s infinite steps(8);
641}
642@-webkit-keyframes fa-spin {
643 0% {
644 -webkit-transform: rotate(0deg);
645 transform: rotate(0deg);
646 }
647 100% {
648 -webkit-transform: rotate(359deg);
649 transform: rotate(359deg);
650 }
651}
652@keyframes fa-spin {
653 0% {
654 -webkit-transform: rotate(0deg);
655 transform: rotate(0deg);
656 }
657 100% {
658 -webkit-transform: rotate(359deg);
659 transform: rotate(359deg);
660 }
661}
662.fa-rotate-90 {
663 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
664 -webkit-transform: rotate(90deg);
665 -ms-transform: rotate(90deg);
666 transform: rotate(90deg);
667}
668.fa-rotate-180 {
669 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
670 -webkit-transform: rotate(180deg);
671 -ms-transform: rotate(180deg);
672 transform: rotate(180deg);
673}
674.fa-rotate-270 {
675 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
676 -webkit-transform: rotate(270deg);
677 -ms-transform: rotate(270deg);
678 transform: rotate(270deg);
679}
680.fa-flip-horizontal {
681 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
682 -webkit-transform: scale(-1, 1);
683 -ms-transform: scale(-1, 1);
684 transform: scale(-1, 1);
685}
686.fa-flip-vertical {
687 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
688 -webkit-transform: scale(1, -1);
689 -ms-transform: scale(1, -1);
690 transform: scale(1, -1);
691}
692:root .fa-rotate-90,
693:root .fa-rotate-180,
694:root .fa-rotate-270,
695:root .fa-flip-horizontal,
696:root .fa-flip-vertical {
697 filter: none;
698}
699.fa-stack {
700 position: relative;
701 display: inline-block;
702 width: 2em;
703 height: 2em;
704 line-height: 2em;
705 vertical-align: middle;
706}
707.fa-stack-1x,
708.fa-stack-2x {
709 position: absolute;
710 left: 0;
711 width: 100%;
712 text-align: center;
713}
714.fa-stack-1x {
715 line-height: inherit;
716}
717.fa-stack-2x {
718 font-size: 2em;
719}
720.fa-inverse {
721 color: #fff;
722}
723/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
724 readers do not read off random characters that represent icons */
725.fa-glass:before {
726 content: "\f000";
727}
728.fa-music:before {
729 content: "\f001";
730}
731.fa-search:before {
732 content: "\f002";
733}
734.fa-envelope-o:before {
735 content: "\f003";
736}
737.fa-heart:before {
738 content: "\f004";
739}
740.fa-star:before {
741 content: "\f005";
742}
743.fa-star-o:before {
744 content: "\f006";
745}
746.fa-user:before {
747 content: "\f007";
748}
749.fa-film:before {
750 content: "\f008";
751}
752.fa-th-large:before {
753 content: "\f009";
754}
755.fa-th:before {
756 content: "\f00a";
757}
758.fa-th-list:before {
759 content: "\f00b";
760}
761.fa-check:before {
762 content: "\f00c";
763}
764.fa-remove:before,
765.fa-close:before,
766.fa-times:before {
767 content: "\f00d";
768}
769.fa-search-plus:before {
770 content: "\f00e";
771}
772.fa-search-minus:before {
773 content: "\f010";
774}
775.fa-power-off:before {
776 content: "\f011";
777}
778.fa-signal:before {
779 content: "\f012";
780}
781.fa-gear:before,
782.fa-cog:before {
783 content: "\f013";
784}
785.fa-trash-o:before {
786 content: "\f014";
787}
788.fa-home:before {
789 content: "\f015";
790}
791.fa-file-o:before {
792 content: "\f016";
793}
794.fa-clock-o:before {
795 content: "\f017";
796}
797.fa-road:before {
798 content: "\f018";
799}
800.fa-download:before {
801 content: "\f019";
802}
803.fa-arrow-circle-o-down:before {
804 content: "\f01a";
805}
806.fa-arrow-circle-o-up:before {
807 content: "\f01b";
808}
809.fa-inbox:before {
810 content: "\f01c";
811}
812.fa-play-circle-o:before {
813 content: "\f01d";
814}
815.fa-rotate-right:before,
816.fa-repeat:before {
817 content: "\f01e";
818}
819.fa-refresh:before {
820 content: "\f021";
821}
822.fa-list-alt:before {
823 content: "\f022";
824}
825.fa-lock:before {
826 content: "\f023";
827}
828.fa-flag:before {
829 content: "\f024";
830}
831.fa-headphones:before {
832 content: "\f025";
833}
834.fa-volume-off:before {
835 content: "\f026";
836}
837.fa-volume-down:before {
838 content: "\f027";
839}
840.fa-volume-up:before {
841 content: "\f028";
842}
843.fa-qrcode:before {
844 content: "\f029";
845}
846.fa-barcode:before {
847 content: "\f02a";
848}
849.fa-tag:before {
850 content: "\f02b";
851}
852.fa-tags:before {
853 content: "\f02c";
854}
855.fa-book:before {
856 content: "\f02d";
857}
858.fa-bookmark:before {
859 content: "\f02e";
860}
861.fa-print:before {
862 content: "\f02f";
863}
864.fa-camera:before {
865 content: "\f030";
866}
867.fa-font:before {
868 content: "\f031";
869}
870.fa-bold:before {
871 content: "\f032";
872}
873.fa-italic:before {
874 content: "\f033";
875}
876.fa-text-height:before {
877 content: "\f034";
878}
879.fa-text-width:before {
880 content: "\f035";
881}
882.fa-align-left:before {
883 content: "\f036";
884}
885.fa-align-center:before {
886 content: "\f037";
887}
888.fa-align-right:before {
889 content: "\f038";
890}
891.fa-align-justify:before {
892 content: "\f039";
893}
894.fa-list:before {
895 content: "\f03a";
896}
897.fa-dedent:before,
898.fa-outdent:before {
899 content: "\f03b";
900}
901.fa-indent:before {
902 content: "\f03c";
903}
904.fa-video-camera:before {
905 content: "\f03d";
906}
907.fa-photo:before,
908.fa-image:before,
909.fa-picture-o:before {
910 content: "\f03e";
911}
912.fa-pencil:before {
913 content: "\f040";
914}
915.fa-map-marker:before {
916 content: "\f041";
917}
918.fa-adjust:before {
919 content: "\f042";
920}
921.fa-tint:before {
922 content: "\f043";
923}
924.fa-edit:before,
925.fa-pencil-square-o:before {
926 content: "\f044";
927}
928.fa-share-square-o:before {
929 content: "\f045";
930}
931.fa-check-square-o:before {
932 content: "\f046";
933}
934.fa-arrows:before {
935 content: "\f047";
936}
937.fa-step-backward:before {
938 content: "\f048";
939}
940.fa-fast-backward:before {
941 content: "\f049";
942}
943.fa-backward:before {
944 content: "\f04a";
945}
946.fa-play:before {
947 content: "\f04b";
948}
949.fa-pause:before {
950 content: "\f04c";
951}
952.fa-stop:before {
953 content: "\f04d";
954}
955.fa-forward:before {
956 content: "\f04e";
957}
958.fa-fast-forward:before {
959 content: "\f050";
960}
961.fa-step-forward:before {
962 content: "\f051";
963}
964.fa-eject:before {
965 content: "\f052";
966}
967.fa-chevron-left:before {
968 content: "\f053";
969}
970.fa-chevron-right:before {
971 content: "\f054";
972}
973.fa-plus-circle:before {
974 content: "\f055";
975}
976.fa-minus-circle:before {
977 content: "\f056";
978}
979.fa-times-circle:before {
980 content: "\f057";
981}
982.fa-check-circle:before {
983 content: "\f058";
984}
985.fa-question-circle:before {
986 content: "\f059";
987}
988.fa-info-circle:before {
989 content: "\f05a";
990}
991.fa-crosshairs:before {
992 content: "\f05b";
993}
994.fa-times-circle-o:before {
995 content: "\f05c";
996}
997.fa-check-circle-o:before {
998 content: "\f05d";
999}
1000.fa-ban:before {
1001 content: "\f05e";
1002}
1003.fa-arrow-left:before {
1004 content: "\f060";
1005}
1006.fa-arrow-right:before {
1007 content: "\f061";
1008}
1009.fa-arrow-up:before {
1010 content: "\f062";
1011}
1012.fa-arrow-down:before {
1013 content: "\f063";
1014}
1015.fa-mail-forward:before,
1016.fa-share:before {
1017 content: "\f064";
1018}
1019.fa-expand:before {
1020 content: "\f065";
1021}
1022.fa-compress:before {
1023 content: "\f066";
1024}
1025.fa-plus:before {
1026 content: "\f067";
1027}
1028.fa-minus:before {
1029 content: "\f068";
1030}
1031.fa-asterisk:before {
1032 content: "\f069";
1033}
1034.fa-exclamation-circle:before {
1035 content: "\f06a";
1036}
1037.fa-gift:before {
1038 content: "\f06b";
1039}
1040.fa-leaf:before {
1041 content: "\f06c";
1042}
1043.fa-fire:before {
1044 content: "\f06d";
1045}
1046.fa-eye:before {
1047 content: "\f06e";
1048}
1049.fa-eye-slash:before {
1050 content: "\f070";
1051}
1052.fa-warning:before,
1053.fa-exclamation-triangle:before {
1054 content: "\f071";
1055}
1056.fa-plane:before {
1057 content: "\f072";
1058}
1059.fa-calendar:before {
1060 content: "\f073";
1061}
1062.fa-random:before {
1063 content: "\f074";
1064}
1065.fa-comment:before {
1066 content: "\f075";
1067}
1068.fa-magnet:before {
1069 content: "\f076";
1070}
1071.fa-chevron-up:before {
1072 content: "\f077";
1073}
1074.fa-chevron-down:before {
1075 content: "\f078";
1076}
1077.fa-retweet:before {
1078 content: "\f079";
1079}
1080.fa-shopping-cart:before {
1081 content: "\f07a";
1082}
1083.fa-folder:before {
1084 content: "\f07b";
1085}
1086.fa-folder-open:before {
1087 content: "\f07c";
1088}
1089.fa-arrows-v:before {
1090 content: "\f07d";
1091}
1092.fa-arrows-h:before {
1093 content: "\f07e";
1094}
1095.fa-bar-chart-o:before,
1096.fa-bar-chart:before {
1097 content: "\f080";
1098}
1099.fa-twitter-square:before {
1100 content: "\f081";
1101}
1102.fa-facebook-square:before {
1103 content: "\f082";
1104}
1105.fa-camera-retro:before {
1106 content: "\f083";
1107}
1108.fa-key:before {
1109 content: "\f084";
1110}
1111.fa-gears:before,
1112.fa-cogs:before {
1113 content: "\f085";
1114}
1115.fa-comments:before {
1116 content: "\f086";
1117}
1118.fa-thumbs-o-up:before {
1119 content: "\f087";
1120}
1121.fa-thumbs-o-down:before {
1122 content: "\f088";
1123}
1124.fa-star-half:before {
1125 content: "\f089";
1126}
1127.fa-heart-o:before {
1128 content: "\f08a";
1129}
1130.fa-sign-out:before {
1131 content: "\f08b";
1132}
1133.fa-linkedin-square:before {
1134 content: "\f08c";
1135}
1136.fa-thumb-tack:before {
1137 content: "\f08d";
1138}
1139.fa-external-link:before {
1140 content: "\f08e";
1141}
1142.fa-sign-in:before {
1143 content: "\f090";
1144}
1145.fa-trophy:before {
1146 content: "\f091";
1147}
1148.fa-github-square:before {
1149 content: "\f092";
1150}
1151.fa-upload:before {
1152 content: "\f093";
1153}
1154.fa-lemon-o:before {
1155 content: "\f094";
1156}
1157.fa-phone:before {
1158 content: "\f095";
1159}
1160.fa-square-o:before {
1161 content: "\f096";
1162}
1163.fa-bookmark-o:before {
1164 content: "\f097";
1165}
1166.fa-phone-square:before {
1167 content: "\f098";
1168}
1169.fa-twitter:before {
1170 content: "\f099";
1171}
1172.fa-facebook-f:before,
1173.fa-facebook:before {
1174 content: "\f09a";
1175}
1176.fa-github:before {
1177 content: "\f09b";
1178}
1179.fa-unlock:before {
1180 content: "\f09c";
1181}
1182.fa-credit-card:before {
1183 content: "\f09d";
1184}
1185.fa-feed:before,
1186.fa-rss:before {
1187 content: "\f09e";
1188}
1189.fa-hdd-o:before {
1190 content: "\f0a0";
1191}
1192.fa-bullhorn:before {
1193 content: "\f0a1";
1194}
1195.fa-bell:before {
1196 content: "\f0f3";
1197}
1198.fa-certificate:before {
1199 content: "\f0a3";
1200}
1201.fa-hand-o-right:before {
1202 content: "\f0a4";
1203}
1204.fa-hand-o-left:before {
1205 content: "\f0a5";
1206}
1207.fa-hand-o-up:before {
1208 content: "\f0a6";
1209}
1210.fa-hand-o-down:before {
1211 content: "\f0a7";
1212}
1213.fa-arrow-circle-left:before {
1214 content: "\f0a8";
1215}
1216.fa-arrow-circle-right:before {
1217 content: "\f0a9";
1218}
1219.fa-arrow-circle-up:before {
1220 content: "\f0aa";
1221}
1222.fa-arrow-circle-down:before {
1223 content: "\f0ab";
1224}
1225.fa-globe:before {
1226 content: "\f0ac";
1227}
1228.fa-wrench:before {
1229 content: "\f0ad";
1230}
1231.fa-tasks:before {
1232 content: "\f0ae";
1233}
1234.fa-filter:before {
1235 content: "\f0b0";
1236}
1237.fa-briefcase:before {
1238 content: "\f0b1";
1239}
1240.fa-arrows-alt:before {
1241 content: "\f0b2";
1242}
1243.fa-group:before,
1244.fa-users:before {
1245 content: "\f0c0";
1246}
1247.fa-chain:before,
1248.fa-link:before {
1249 content: "\f0c1";
1250}
1251.fa-cloud:before {
1252 content: "\f0c2";
1253}
1254.fa-flask:before {
1255 content: "\f0c3";
1256}
1257.fa-cut:before,
1258.fa-scissors:before {
1259 content: "\f0c4";
1260}
1261.fa-copy:before,
1262.fa-files-o:before {
1263 content: "\f0c5";
1264}
1265.fa-paperclip:before {
1266 content: "\f0c6";
1267}
1268.fa-save:before,
1269.fa-floppy-o:before {
1270 content: "\f0c7";
1271}
1272.fa-square:before {
1273 content: "\f0c8";
1274}
1275.fa-navicon:before,
1276.fa-reorder:before,
1277.fa-bars:before {
1278 content: "\f0c9";
1279}
1280.fa-list-ul:before {
1281 content: "\f0ca";
1282}
1283.fa-list-ol:before {
1284 content: "\f0cb";
1285}
1286.fa-strikethrough:before {
1287 content: "\f0cc";
1288}
1289.fa-underline:before {
1290 content: "\f0cd";
1291}
1292.fa-table:before {
1293 content: "\f0ce";
1294}
1295.fa-magic:before {
1296 content: "\f0d0";
1297}
1298.fa-truck:before {
1299 content: "\f0d1";
1300}
1301.fa-pinterest:before {
1302 content: "\f0d2";
1303}
1304.fa-pinterest-square:before {
1305 content: "\f0d3";
1306}
1307.fa-google-plus-square:before {
1308 content: "\f0d4";
1309}
1310.fa-google-plus:before {
1311 content: "\f0d5";
1312}
1313.fa-money:before {
1314 content: "\f0d6";
1315}
1316.fa-caret-down:before {
1317 content: "\f0d7";
1318}
1319.fa-caret-up:before {
1320 content: "\f0d8";
1321}
1322.fa-caret-left:before {
1323 content: "\f0d9";
1324}
1325.fa-caret-right:before {
1326 content: "\f0da";
1327}
1328.fa-columns:before {
1329 content: "\f0db";
1330}
1331.fa-unsorted:before,
1332.fa-sort:before {
1333 content: "\f0dc";
1334}
1335.fa-sort-down:before,
1336.fa-sort-desc:before {
1337 content: "\f0dd";
1338}
1339.fa-sort-up:before,
1340.fa-sort-asc:before {
1341 content: "\f0de";
1342}
1343.fa-envelope:before {
1344 content: "\f0e0";
1345}
1346.fa-linkedin:before {
1347 content: "\f0e1";
1348}
1349.fa-rotate-left:before,
1350.fa-undo:before {
1351 content: "\f0e2";
1352}
1353.fa-legal:before,
1354.fa-gavel:before {
1355 content: "\f0e3";
1356}
1357.fa-dashboard:before,
1358.fa-tachometer:before {
1359 content: "\f0e4";
1360}
1361.fa-comment-o:before {
1362 content: "\f0e5";
1363}
1364.fa-comments-o:before {
1365 content: "\f0e6";
1366}
1367.fa-flash:before,
1368.fa-bolt:before {
1369 content: "\f0e7";
1370}
1371.fa-sitemap:before {
1372 content: "\f0e8";
1373}
1374.fa-umbrella:before {
1375 content: "\f0e9";
1376}
1377.fa-paste:before,
1378.fa-clipboard:before {
1379 content: "\f0ea";
1380}
1381.fa-lightbulb-o:before {
1382 content: "\f0eb";
1383}
1384.fa-exchange:before {
1385 content: "\f0ec";
1386}
1387.fa-cloud-download:before {
1388 content: "\f0ed";
1389}
1390.fa-cloud-upload:before {
1391 content: "\f0ee";
1392}
1393.fa-user-md:before {
1394 content: "\f0f0";
1395}
1396.fa-stethoscope:before {
1397 content: "\f0f1";
1398}
1399.fa-suitcase:before {
1400 content: "\f0f2";
1401}
1402.fa-bell-o:before {
1403 content: "\f0a2";
1404}
1405.fa-coffee:before {
1406 content: "\f0f4";
1407}
1408.fa-cutlery:before {
1409 content: "\f0f5";
1410}
1411.fa-file-text-o:before {
1412 content: "\f0f6";
1413}
1414.fa-building-o:before {
1415 content: "\f0f7";
1416}
1417.fa-hospital-o:before {
1418 content: "\f0f8";
1419}
1420.fa-ambulance:before {
1421 content: "\f0f9";
1422}
1423.fa-medkit:before {
1424 content: "\f0fa";
1425}
1426.fa-fighter-jet:before {
1427 content: "\f0fb";
1428}
1429.fa-beer:before {
1430 content: "\f0fc";
1431}
1432.fa-h-square:before {
1433 content: "\f0fd";
1434}
1435.fa-plus-square:before {
1436 content: "\f0fe";
1437}
1438.fa-angle-double-left:before {
1439 content: "\f100";
1440}
1441.fa-angle-double-right:before {
1442 content: "\f101";
1443}
1444.fa-angle-double-up:before {
1445 content: "\f102";
1446}
1447.fa-angle-double-down:before {
1448 content: "\f103";
1449}
1450.fa-angle-left:before {
1451 content: "\f104";
1452}
1453.fa-angle-right:before {
1454 content: "\f105";
1455}
1456.fa-angle-up:before {
1457 content: "\f106";
1458}
1459.fa-angle-down:before {
1460 content: "\f107";
1461}
1462.fa-desktop:before {
1463 content: "\f108";
1464}
1465.fa-laptop:before {
1466 content: "\f109";
1467}
1468.fa-tablet:before {
1469 content: "\f10a";
1470}
1471.fa-mobile-phone:before,
1472.fa-mobile:before {
1473 content: "\f10b";
1474}
1475.fa-circle-o:before {
1476 content: "\f10c";
1477}
1478.fa-quote-left:before {
1479 content: "\f10d";
1480}
1481.fa-quote-right:before {
1482 content: "\f10e";
1483}
1484.fa-spinner:before {
1485 content: "\f110";
1486}
1487.fa-circle:before {
1488 content: "\f111";
1489}
1490.fa-mail-reply:before,
1491.fa-reply:before {
1492 content: "\f112";
1493}
1494.fa-github-alt:before {
1495 content: "\f113";
1496}
1497.fa-folder-o:before {
1498 content: "\f114";
1499}
1500.fa-folder-open-o:before {
1501 content: "\f115";
1502}
1503.fa-smile-o:before {
1504 content: "\f118";
1505}
1506.fa-frown-o:before {
1507 content: "\f119";
1508}
1509.fa-meh-o:before {
1510 content: "\f11a";
1511}
1512.fa-gamepad:before {
1513 content: "\f11b";
1514}
1515.fa-keyboard-o:before {
1516 content: "\f11c";
1517}
1518.fa-flag-o:before {
1519 content: "\f11d";
1520}
1521.fa-flag-checkered:before {
1522 content: "\f11e";
1523}
1524.fa-terminal:before {
1525 content: "\f120";
1526}
1527.fa-code:before {
1528 content: "\f121";
1529}
1530.fa-mail-reply-all:before,
1531.fa-reply-all:before {
1532 content: "\f122";
1533}
1534.fa-star-half-empty:before,
1535.fa-star-half-full:before,
1536.fa-star-half-o:before {
1537 content: "\f123";
1538}
1539.fa-location-arrow:before {
1540 content: "\f124";
1541}
1542.fa-crop:before {
1543 content: "\f125";
1544}
1545.fa-code-fork:before {
1546 content: "\f126";
1547}
1548.fa-unlink:before,
1549.fa-chain-broken:before {
1550 content: "\f127";
1551}
1552.fa-question:before {
1553 content: "\f128";
1554}
1555.fa-info:before {
1556 content: "\f129";
1557}
1558.fa-exclamation:before {
1559 content: "\f12a";
1560}
1561.fa-superscript:before {
1562 content: "\f12b";
1563}
1564.fa-subscript:before {
1565 content: "\f12c";
1566}
1567.fa-eraser:before {
1568 content: "\f12d";
1569}
1570.fa-puzzle-piece:before {
1571 content: "\f12e";
1572}
1573.fa-microphone:before {
1574 content: "\f130";
1575}
1576.fa-microphone-slash:before {
1577 content: "\f131";
1578}
1579.fa-shield:before {
1580 content: "\f132";
1581}
1582.fa-calendar-o:before {
1583 content: "\f133";
1584}
1585.fa-fire-extinguisher:before {
1586 content: "\f134";
1587}
1588.fa-rocket:before {
1589 content: "\f135";
1590}
1591.fa-maxcdn:before {
1592 content: "\f136";
1593}
1594.fa-chevron-circle-left:before {
1595 content: "\f137";
1596}
1597.fa-chevron-circle-right:before {
1598 content: "\f138";
1599}
1600.fa-chevron-circle-up:before {
1601 content: "\f139";
1602}
1603.fa-chevron-circle-down:before {
1604 content: "\f13a";
1605}
1606.fa-html5:before {
1607 content: "\f13b";
1608}
1609.fa-css3:before {
1610 content: "\f13c";
1611}
1612.fa-anchor:before {
1613 content: "\f13d";
1614}
1615.fa-unlock-alt:before {
1616 content: "\f13e";
1617}
1618.fa-bullseye:before {
1619 content: "\f140";
1620}
1621.fa-ellipsis-h:before {
1622 content: "\f141";
1623}
1624.fa-ellipsis-v:before {
1625 content: "\f142";
1626}
1627.fa-rss-square:before {
1628 content: "\f143";
1629}
1630.fa-play-circle:before {
1631 content: "\f144";
1632}
1633.fa-ticket:before {
1634 content: "\f145";
1635}
1636.fa-minus-square:before {
1637 content: "\f146";
1638}
1639.fa-minus-square-o:before {
1640 content: "\f147";
1641}
1642.fa-level-up:before {
1643 content: "\f148";
1644}
1645.fa-level-down:before {
1646 content: "\f149";
1647}
1648.fa-check-square:before {
1649 content: "\f14a";
1650}
1651.fa-pencil-square:before {
1652 content: "\f14b";
1653}
1654.fa-external-link-square:before {
1655 content: "\f14c";
1656}
1657.fa-share-square:before {
1658 content: "\f14d";
1659}
1660.fa-compass:before {
1661 content: "\f14e";
1662}
1663.fa-toggle-down:before,
1664.fa-caret-square-o-down:before {
1665 content: "\f150";
1666}
1667.fa-toggle-up:before,
1668.fa-caret-square-o-up:before {
1669 content: "\f151";
1670}
1671.fa-toggle-right:before,
1672.fa-caret-square-o-right:before {
1673 content: "\f152";
1674}
1675.fa-euro:before,
1676.fa-eur:before {
1677 content: "\f153";
1678}
1679.fa-gbp:before {
1680 content: "\f154";
1681}
1682.fa-dollar:before,
1683.fa-usd:before {
1684 content: "\f155";
1685}
1686.fa-rupee:before,
1687.fa-inr:before {
1688 content: "\f156";
1689}
1690.fa-cny:before,
1691.fa-rmb:before,
1692.fa-yen:before,
1693.fa-jpy:before {
1694 content: "\f157";
1695}
1696.fa-ruble:before,
1697.fa-rouble:before,
1698.fa-rub:before {
1699 content: "\f158";
1700}
1701.fa-won:before,
1702.fa-krw:before {
1703 content: "\f159";
1704}
1705.fa-bitcoin:before,
1706.fa-btc:before {
1707 content: "\f15a";
1708}
1709.fa-file:before {
1710 content: "\f15b";
1711}
1712.fa-file-text:before {
1713 content: "\f15c";
1714}
1715.fa-sort-alpha-asc:before {
1716 content: "\f15d";
1717}
1718.fa-sort-alpha-desc:before {
1719 content: "\f15e";
1720}
1721.fa-sort-amount-asc:before {
1722 content: "\f160";
1723}
1724.fa-sort-amount-desc:before {
1725 content: "\f161";
1726}
1727.fa-sort-numeric-asc:before {
1728 content: "\f162";
1729}
1730.fa-sort-numeric-desc:before {
1731 content: "\f163";
1732}
1733.fa-thumbs-up:before {
1734 content: "\f164";
1735}
1736.fa-thumbs-down:before {
1737 content: "\f165";
1738}
1739.fa-youtube-square:before {
1740 content: "\f166";
1741}
1742.fa-youtube:before {
1743 content: "\f167";
1744}
1745.fa-xing:before {
1746 content: "\f168";
1747}
1748.fa-xing-square:before {
1749 content: "\f169";
1750}
1751.fa-youtube-play:before {
1752 content: "\f16a";
1753}
1754.fa-dropbox:before {
1755 content: "\f16b";
1756}
1757.fa-stack-overflow:before {
1758 content: "\f16c";
1759}
1760.fa-instagram:before {
1761 content: "\f16d";
1762}
1763.fa-flickr:before {
1764 content: "\f16e";
1765}
1766.fa-adn:before {
1767 content: "\f170";
1768}
1769.fa-bitbucket:before {
1770 content: "\f171";
1771}
1772.fa-bitbucket-square:before {
1773 content: "\f172";
1774}
1775.fa-tumblr:before {
1776 content: "\f173";
1777}
1778.fa-tumblr-square:before {
1779 content: "\f174";
1780}
1781.fa-long-arrow-down:before {
1782 content: "\f175";
1783}
1784.fa-long-arrow-up:before {
1785 content: "\f176";
1786}
1787.fa-long-arrow-left:before {
1788 content: "\f177";
1789}
1790.fa-long-arrow-right:before {
1791 content: "\f178";
1792}
1793.fa-apple:before {
1794 content: "\f179";
1795}
1796.fa-windows:before {
1797 content: "\f17a";
1798}
1799.fa-android:before {
1800 content: "\f17b";
1801}
1802.fa-linux:before {
1803 content: "\f17c";
1804}
1805.fa-dribbble:before {
1806 content: "\f17d";
1807}
1808.fa-skype:before {
1809 content: "\f17e";
1810}
1811.fa-foursquare:before {
1812 content: "\f180";
1813}
1814.fa-trello:before {
1815 content: "\f181";
1816}
1817.fa-female:before {
1818 content: "\f182";
1819}
1820.fa-male:before {
1821 content: "\f183";
1822}
1823.fa-gittip:before,
1824.fa-gratipay:before {
1825 content: "\f184";
1826}
1827.fa-sun-o:before {
1828 content: "\f185";
1829}
1830.fa-moon-o:before {
1831 content: "\f186";
1832}
1833.fa-archive:before {
1834 content: "\f187";
1835}
1836.fa-bug:before {
1837 content: "\f188";
1838}
1839.fa-vk:before {
1840 content: "\f189";
1841}
1842.fa-weibo:before {
1843 content: "\f18a";
1844}
1845.fa-renren:before {
1846 content: "\f18b";
1847}
1848.fa-pagelines:before {
1849 content: "\f18c";
1850}
1851.fa-stack-exchange:before {
1852 content: "\f18d";
1853}
1854.fa-arrow-circle-o-right:before {
1855 content: "\f18e";
1856}
1857.fa-arrow-circle-o-left:before {
1858 content: "\f190";
1859}
1860.fa-toggle-left:before,
1861.fa-caret-square-o-left:before {
1862 content: "\f191";
1863}
1864.fa-dot-circle-o:before {
1865 content: "\f192";
1866}
1867.fa-wheelchair:before {
1868 content: "\f193";
1869}
1870.fa-vimeo-square:before {
1871 content: "\f194";
1872}
1873.fa-turkish-lira:before,
1874.fa-try:before {
1875 content: "\f195";
1876}
1877.fa-plus-square-o:before {
1878 content: "\f196";
1879}
1880.fa-space-shuttle:before {
1881 content: "\f197";
1882}
1883.fa-slack:before {
1884 content: "\f198";
1885}
1886.fa-envelope-square:before {
1887 content: "\f199";
1888}
1889.fa-wordpress:before {
1890 content: "\f19a";
1891}
1892.fa-openid:before {
1893 content: "\f19b";
1894}
1895.fa-institution:before,
1896.fa-bank:before,
1897.fa-university:before {
1898 content: "\f19c";
1899}
1900.fa-mortar-board:before,
1901.fa-graduation-cap:before {
1902 content: "\f19d";
1903}
1904.fa-yahoo:before {
1905 content: "\f19e";
1906}
1907.fa-google:before {
1908 content: "\f1a0";
1909}
1910.fa-reddit:before {
1911 content: "\f1a1";
1912}
1913.fa-reddit-square:before {
1914 content: "\f1a2";
1915}
1916.fa-stumbleupon-circle:before {
1917 content: "\f1a3";
1918}
1919.fa-stumbleupon:before {
1920 content: "\f1a4";
1921}
1922.fa-delicious:before {
1923 content: "\f1a5";
1924}
1925.fa-digg:before {
1926 content: "\f1a6";
1927}
1928.fa-pied-piper-pp:before {
1929 content: "\f1a7";
1930}
1931.fa-pied-piper-alt:before {
1932 content: "\f1a8";
1933}
1934.fa-drupal:before {
1935 content: "\f1a9";
1936}
1937.fa-joomla:before {
1938 content: "\f1aa";
1939}
1940.fa-language:before {
1941 content: "\f1ab";
1942}
1943.fa-fax:before {
1944 content: "\f1ac";
1945}
1946.fa-building:before {
1947 content: "\f1ad";
1948}
1949.fa-child:before {
1950 content: "\f1ae";
1951}
1952.fa-paw:before {
1953 content: "\f1b0";
1954}
1955.fa-spoon:before {
1956 content: "\f1b1";
1957}
1958.fa-cube:before {
1959 content: "\f1b2";
1960}
1961.fa-cubes:before {
1962 content: "\f1b3";
1963}
1964.fa-behance:before {
1965 content: "\f1b4";
1966}
1967.fa-behance-square:before {
1968 content: "\f1b5";
1969}
1970.fa-steam:before {
1971 content: "\f1b6";
1972}
1973.fa-steam-square:before {
1974 content: "\f1b7";
1975}
1976.fa-recycle:before {
1977 content: "\f1b8";
1978}
1979.fa-automobile:before,
1980.fa-car:before {
1981 content: "\f1b9";
1982}
1983.fa-cab:before,
1984.fa-taxi:before {
1985 content: "\f1ba";
1986}
1987.fa-tree:before {
1988 content: "\f1bb";
1989}
1990.fa-spotify:before {
1991 content: "\f1bc";
1992}
1993.fa-deviantart:before {
1994 content: "\f1bd";
1995}
1996.fa-soundcloud:before {
1997 content: "\f1be";
1998}
1999.fa-database:before {
2000 content: "\f1c0";
2001}
2002.fa-file-pdf-o:before {
2003 content: "\f1c1";
2004}
2005.fa-file-word-o:before {
2006 content: "\f1c2";
2007}
2008.fa-file-excel-o:before {
2009 content: "\f1c3";
2010}
2011.fa-file-powerpoint-o:before {
2012 content: "\f1c4";
2013}
2014.fa-file-photo-o:before,
2015.fa-file-picture-o:before,
2016.fa-file-image-o:before {
2017 content: "\f1c5";
2018}
2019.fa-file-zip-o:before,
2020.fa-file-archive-o:before {
2021 content: "\f1c6";
2022}
2023.fa-file-sound-o:before,
2024.fa-file-audio-o:before {
2025 content: "\f1c7";
2026}
2027.fa-file-movie-o:before,
2028.fa-file-video-o:before {
2029 content: "\f1c8";
2030}
2031.fa-file-code-o:before {
2032 content: "\f1c9";
2033}
2034.fa-vine:before {
2035 content: "\f1ca";
2036}
2037.fa-codepen:before {
2038 content: "\f1cb";
2039}
2040.fa-jsfiddle:before {
2041 content: "\f1cc";
2042}
2043.fa-life-bouy:before,
2044.fa-life-buoy:before,
2045.fa-life-saver:before,
2046.fa-support:before,
2047.fa-life-ring:before {
2048 content: "\f1cd";
2049}
2050.fa-circle-o-notch:before {
2051 content: "\f1ce";
2052}
2053.fa-ra:before,
2054.fa-resistance:before,
2055.fa-rebel:before {
2056 content: "\f1d0";
2057}
2058.fa-ge:before,
2059.fa-empire:before {
2060 content: "\f1d1";
2061}
2062.fa-git-square:before {
2063 content: "\f1d2";
2064}
2065.fa-git:before {
2066 content: "\f1d3";
2067}
2068.fa-y-combinator-square:before,
2069.fa-yc-square:before,
2070.fa-hacker-news:before {
2071 content: "\f1d4";
2072}
2073.fa-tencent-weibo:before {
2074 content: "\f1d5";
2075}
2076.fa-qq:before {
2077 content: "\f1d6";
2078}
2079.fa-wechat:before,
2080.fa-weixin:before {
2081 content: "\f1d7";
2082}
2083.fa-send:before,
2084.fa-paper-plane:before {
2085 content: "\f1d8";
2086}
2087.fa-send-o:before,
2088.fa-paper-plane-o:before {
2089 content: "\f1d9";
2090}
2091.fa-history:before {
2092 content: "\f1da";
2093}
2094.fa-circle-thin:before {
2095 content: "\f1db";
2096}
2097.fa-header:before {
2098 content: "\f1dc";
2099}
2100.fa-paragraph:before {
2101 content: "\f1dd";
2102}
2103.fa-sliders:before {
2104 content: "\f1de";
2105}
2106.fa-share-alt:before {
2107 content: "\f1e0";
2108}
2109.fa-share-alt-square:before {
2110 content: "\f1e1";
2111}
2112.fa-bomb:before {
2113 content: "\f1e2";
2114}
2115.fa-soccer-ball-o:before,
2116.fa-futbol-o:before {
2117 content: "\f1e3";
2118}
2119.fa-tty:before {
2120 content: "\f1e4";
2121}
2122.fa-binoculars:before {
2123 content: "\f1e5";
2124}
2125.fa-plug:before {
2126 content: "\f1e6";
2127}
2128.fa-slideshare:before {
2129 content: "\f1e7";
2130}
2131.fa-twitch:before {
2132 content: "\f1e8";
2133}
2134.fa-yelp:before {
2135 content: "\f1e9";
2136}
2137.fa-newspaper-o:before {
2138 content: "\f1ea";
2139}
2140.fa-wifi:before {
2141 content: "\f1eb";
2142}
2143.fa-calculator:before {
2144 content: "\f1ec";
2145}
2146.fa-paypal:before {
2147 content: "\f1ed";
2148}
2149.fa-google-wallet:before {
2150 content: "\f1ee";
2151}
2152.fa-cc-visa:before {
2153 content: "\f1f0";
2154}
2155.fa-cc-mastercard:before {
2156 content: "\f1f1";
2157}
2158.fa-cc-discover:before {
2159 content: "\f1f2";
2160}
2161.fa-cc-amex:before {
2162 content: "\f1f3";
2163}
2164.fa-cc-paypal:before {
2165 content: "\f1f4";
2166}
2167.fa-cc-stripe:before {
2168 content: "\f1f5";
2169}
2170.fa-bell-slash:before {
2171 content: "\f1f6";
2172}
2173.fa-bell-slash-o:before {
2174 content: "\f1f7";
2175}
2176.fa-trash:before {
2177 content: "\f1f8";
2178}
2179.fa-copyright:before {
2180 content: "\f1f9";
2181}
2182.fa-at:before {
2183 content: "\f1fa";
2184}
2185.fa-eyedropper:before {
2186 content: "\f1fb";
2187}
2188.fa-paint-brush:before {
2189 content: "\f1fc";
2190}
2191.fa-birthday-cake:before {
2192 content: "\f1fd";
2193}
2194.fa-area-chart:before {
2195 content: "\f1fe";
2196}
2197.fa-pie-chart:before {
2198 content: "\f200";
2199}
2200.fa-line-chart:before {
2201 content: "\f201";
2202}
2203.fa-lastfm:before {
2204 content: "\f202";
2205}
2206.fa-lastfm-square:before {
2207 content: "\f203";
2208}
2209.fa-toggle-off:before {
2210 content: "\f204";
2211}
2212.fa-toggle-on:before {
2213 content: "\f205";
2214}
2215.fa-bicycle:before {
2216 content: "\f206";
2217}
2218.fa-bus:before {
2219 content: "\f207";
2220}
2221.fa-ioxhost:before {
2222 content: "\f208";
2223}
2224.fa-angellist:before {
2225 content: "\f209";
2226}
2227.fa-cc:before {
2228 content: "\f20a";
2229}
2230.fa-shekel:before,
2231.fa-sheqel:before,
2232.fa-ils:before {
2233 content: "\f20b";
2234}
2235.fa-meanpath:before {
2236 content: "\f20c";
2237}
2238.fa-buysellads:before {
2239 content: "\f20d";
2240}
2241.fa-connectdevelop:before {
2242 content: "\f20e";
2243}
2244.fa-dashcube:before {
2245 content: "\f210";
2246}
2247.fa-forumbee:before {
2248 content: "\f211";
2249}
2250.fa-leanpub:before {
2251 content: "\f212";
2252}
2253.fa-sellsy:before {
2254 content: "\f213";
2255}
2256.fa-shirtsinbulk:before {
2257 content: "\f214";
2258}
2259.fa-simplybuilt:before {
2260 content: "\f215";
2261}
2262.fa-skyatlas:before {
2263 content: "\f216";
2264}
2265.fa-cart-plus:before {
2266 content: "\f217";
2267}
2268.fa-cart-arrow-down:before {
2269 content: "\f218";
2270}
2271.fa-diamond:before {
2272 content: "\f219";
2273}
2274.fa-ship:before {
2275 content: "\f21a";
2276}
2277.fa-user-secret:before {
2278 content: "\f21b";
2279}
2280.fa-motorcycle:before {
2281 content: "\f21c";
2282}
2283.fa-street-view:before {
2284 content: "\f21d";
2285}
2286.fa-heartbeat:before {
2287 content: "\f21e";
2288}
2289.fa-venus:before {
2290 content: "\f221";
2291}
2292.fa-mars:before {
2293 content: "\f222";
2294}
2295.fa-mercury:before {
2296 content: "\f223";
2297}
2298.fa-intersex:before,
2299.fa-transgender:before {
2300 content: "\f224";
2301}
2302.fa-transgender-alt:before {
2303 content: "\f225";
2304}
2305.fa-venus-double:before {
2306 content: "\f226";
2307}
2308.fa-mars-double:before {
2309 content: "\f227";
2310}
2311.fa-venus-mars:before {
2312 content: "\f228";
2313}
2314.fa-mars-stroke:before {
2315 content: "\f229";
2316}
2317.fa-mars-stroke-v:before {
2318 content: "\f22a";
2319}
2320.fa-mars-stroke-h:before {
2321 content: "\f22b";
2322}
2323.fa-neuter:before {
2324 content: "\f22c";
2325}
2326.fa-genderless:before {
2327 content: "\f22d";
2328}
2329.fa-facebook-official:before {
2330 content: "\f230";
2331}
2332.fa-pinterest-p:before {
2333 content: "\f231";
2334}
2335.fa-whatsapp:before {
2336 content: "\f232";
2337}
2338.fa-server:before {
2339 content: "\f233";
2340}
2341.fa-user-plus:before {
2342 content: "\f234";
2343}
2344.fa-user-times:before {
2345 content: "\f235";
2346}
2347.fa-hotel:before,
2348.fa-bed:before {
2349 content: "\f236";
2350}
2351.fa-viacoin:before {
2352 content: "\f237";
2353}
2354.fa-train:before {
2355 content: "\f238";
2356}
2357.fa-subway:before {
2358 content: "\f239";
2359}
2360.fa-medium:before {
2361 content: "\f23a";
2362}
2363.fa-yc:before,
2364.fa-y-combinator:before {
2365 content: "\f23b";
2366}
2367.fa-optin-monster:before {
2368 content: "\f23c";
2369}
2370.fa-opencart:before {
2371 content: "\f23d";
2372}
2373.fa-expeditedssl:before {
2374 content: "\f23e";
2375}
2376.fa-battery-4:before,
2377.fa-battery:before,
2378.fa-battery-full:before {
2379 content: "\f240";
2380}
2381.fa-battery-3:before,
2382.fa-battery-three-quarters:before {
2383 content: "\f241";
2384}
2385.fa-battery-2:before,
2386.fa-battery-half:before {
2387 content: "\f242";
2388}
2389.fa-battery-1:before,
2390.fa-battery-quarter:before {
2391 content: "\f243";
2392}
2393.fa-battery-0:before,
2394.fa-battery-empty:before {
2395 content: "\f244";
2396}
2397.fa-mouse-pointer:before {
2398 content: "\f245";
2399}
2400.fa-i-cursor:before {
2401 content: "\f246";
2402}
2403.fa-object-group:before {
2404 content: "\f247";
2405}
2406.fa-object-ungroup:before {
2407 content: "\f248";
2408}
2409.fa-sticky-note:before {
2410 content: "\f249";
2411}
2412.fa-sticky-note-o:before {
2413 content: "\f24a";
2414}
2415.fa-cc-jcb:before {
2416 content: "\f24b";
2417}
2418.fa-cc-diners-club:before {
2419 content: "\f24c";
2420}
2421.fa-clone:before {
2422 content: "\f24d";
2423}
2424.fa-balance-scale:before {
2425 content: "\f24e";
2426}
2427.fa-hourglass-o:before {
2428 content: "\f250";
2429}
2430.fa-hourglass-1:before,
2431.fa-hourglass-start:before {
2432 content: "\f251";
2433}
2434.fa-hourglass-2:before,
2435.fa-hourglass-half:before {
2436 content: "\f252";
2437}
2438.fa-hourglass-3:before,
2439.fa-hourglass-end:before {
2440 content: "\f253";
2441}
2442.fa-hourglass:before {
2443 content: "\f254";
2444}
2445.fa-hand-grab-o:before,
2446.fa-hand-rock-o:before {
2447 content: "\f255";
2448}
2449.fa-hand-stop-o:before,
2450.fa-hand-paper-o:before {
2451 content: "\f256";
2452}
2453.fa-hand-scissors-o:before {
2454 content: "\f257";
2455}
2456.fa-hand-lizard-o:before {
2457 content: "\f258";
2458}
2459.fa-hand-spock-o:before {
2460 content: "\f259";
2461}
2462.fa-hand-pointer-o:before {
2463 content: "\f25a";
2464}
2465.fa-hand-peace-o:before {
2466 content: "\f25b";
2467}
2468.fa-trademark:before {
2469 content: "\f25c";
2470}
2471.fa-registered:before {
2472 content: "\f25d";
2473}
2474.fa-creative-commons:before {
2475 content: "\f25e";
2476}
2477.fa-gg:before {
2478 content: "\f260";
2479}
2480.fa-gg-circle:before {
2481 content: "\f261";
2482}
2483.fa-tripadvisor:before {
2484 content: "\f262";
2485}
2486.fa-odnoklassniki:before {
2487 content: "\f263";
2488}
2489.fa-odnoklassniki-square:before {
2490 content: "\f264";
2491}
2492.fa-get-pocket:before {
2493 content: "\f265";
2494}
2495.fa-wikipedia-w:before {
2496 content: "\f266";
2497}
2498.fa-safari:before {
2499 content: "\f267";
2500}
2501.fa-chrome:before {
2502 content: "\f268";
2503}
2504.fa-firefox:before {
2505 content: "\f269";
2506}
2507.fa-opera:before {
2508 content: "\f26a";
2509}
2510.fa-internet-explorer:before {
2511 content: "\f26b";
2512}
2513.fa-tv:before,
2514.fa-television:before {
2515 content: "\f26c";
2516}
2517.fa-contao:before {
2518 content: "\f26d";
2519}
2520.fa-500px:before {
2521 content: "\f26e";
2522}
2523.fa-amazon:before {
2524 content: "\f270";
2525}
2526.fa-calendar-plus-o:before {
2527 content: "\f271";
2528}
2529.fa-calendar-minus-o:before {
2530 content: "\f272";
2531}
2532.fa-calendar-times-o:before {
2533 content: "\f273";
2534}
2535.fa-calendar-check-o:before {
2536 content: "\f274";
2537}
2538.fa-industry:before {
2539 content: "\f275";
2540}
2541.fa-map-pin:before {
2542 content: "\f276";
2543}
2544.fa-map-signs:before {
2545 content: "\f277";
2546}
2547.fa-map-o:before {
2548 content: "\f278";
2549}
2550.fa-map:before {
2551 content: "\f279";
2552}
2553.fa-commenting:before {
2554 content: "\f27a";
2555}
2556.fa-commenting-o:before {
2557 content: "\f27b";
2558}
2559.fa-houzz:before {
2560 content: "\f27c";
2561}
2562.fa-vimeo:before {
2563 content: "\f27d";
2564}
2565.fa-black-tie:before {
2566 content: "\f27e";
2567}
2568.fa-fonticons:before {
2569 content: "\f280";
2570}
2571.fa-reddit-alien:before {
2572 content: "\f281";
2573}
2574.fa-edge:before {
2575 content: "\f282";
2576}
2577.fa-credit-card-alt:before {
2578 content: "\f283";
2579}
2580.fa-codiepie:before {
2581 content: "\f284";
2582}
2583.fa-modx:before {
2584 content: "\f285";
2585}
2586.fa-fort-awesome:before {
2587 content: "\f286";
2588}
2589.fa-usb:before {
2590 content: "\f287";
2591}
2592.fa-product-hunt:before {
2593 content: "\f288";
2594}
2595.fa-mixcloud:before {
2596 content: "\f289";
2597}
2598.fa-scribd:before {
2599 content: "\f28a";
2600}
2601.fa-pause-circle:before {
2602 content: "\f28b";
2603}
2604.fa-pause-circle-o:before {
2605 content: "\f28c";
2606}
2607.fa-stop-circle:before {
2608 content: "\f28d";
2609}
2610.fa-stop-circle-o:before {
2611 content: "\f28e";
2612}
2613.fa-shopping-bag:before {
2614 content: "\f290";
2615}
2616.fa-shopping-basket:before {
2617 content: "\f291";
2618}
2619.fa-hashtag:before {
2620 content: "\f292";
2621}
2622.fa-bluetooth:before {
2623 content: "\f293";
2624}
2625.fa-bluetooth-b:before {
2626 content: "\f294";
2627}
2628.fa-percent:before {
2629 content: "\f295";
2630}
2631.fa-gitlab:before {
2632 content: "\f296";
2633}
2634.fa-wpbeginner:before {
2635 content: "\f297";
2636}
2637.fa-wpforms:before {
2638 content: "\f298";
2639}
2640.fa-envira:before {
2641 content: "\f299";
2642}
2643.fa-universal-access:before {
2644 content: "\f29a";
2645}
2646.fa-wheelchair-alt:before {
2647 content: "\f29b";
2648}
2649.fa-question-circle-o:before {
2650 content: "\f29c";
2651}
2652.fa-blind:before {
2653 content: "\f29d";
2654}
2655.fa-audio-description:before {
2656 content: "\f29e";
2657}
2658.fa-volume-control-phone:before {
2659 content: "\f2a0";
2660}
2661.fa-braille:before {
2662 content: "\f2a1";
2663}
2664.fa-assistive-listening-systems:before {
2665 content: "\f2a2";
2666}
2667.fa-asl-interpreting:before,
2668.fa-american-sign-language-interpreting:before {
2669 content: "\f2a3";
2670}
2671.fa-deafness:before,
2672.fa-hard-of-hearing:before,
2673.fa-deaf:before {
2674 content: "\f2a4";
2675}
2676.fa-glide:before {
2677 content: "\f2a5";
2678}
2679.fa-glide-g:before {
2680 content: "\f2a6";
2681}
2682.fa-signing:before,
2683.fa-sign-language:before {
2684 content: "\f2a7";
2685}
2686.fa-low-vision:before {
2687 content: "\f2a8";
2688}
2689.fa-viadeo:before {
2690 content: "\f2a9";
2691}
2692.fa-viadeo-square:before {
2693 content: "\f2aa";
2694}
2695.fa-snapchat:before {
2696 content: "\f2ab";
2697}
2698.fa-snapchat-ghost:before {
2699 content: "\f2ac";
2700}
2701.fa-snapchat-square:before {
2702 content: "\f2ad";
2703}
2704.fa-pied-piper:before {
2705 content: "\f2ae";
2706}
2707.fa-first-order:before {
2708 content: "\f2b0";
2709}
2710.fa-yoast:before {
2711 content: "\f2b1";
2712}
2713.fa-themeisle:before {
2714 content: "\f2b2";
2715}
2716.fa-google-plus-circle:before,
2717.fa-google-plus-official:before {
2718 content: "\f2b3";
2719}
2720.fa-fa:before,
2721.fa-font-awesome:before {
2722 content: "\f2b4";
2723}
2724.fa-handshake-o:before {
2725 content: "\f2b5";
2726}
2727.fa-envelope-open:before {
2728 content: "\f2b6";
2729}
2730.fa-envelope-open-o:before {
2731 content: "\f2b7";
2732}
2733.fa-linode:before {
2734 content: "\f2b8";
2735}
2736.fa-address-book:before {
2737 content: "\f2b9";
2738}
2739.fa-address-book-o:before {
2740 content: "\f2ba";
2741}
2742.fa-vcard:before,
2743.fa-address-card:before {
2744 content: "\f2bb";
2745}
2746.fa-vcard-o:before,
2747.fa-address-card-o:before {
2748 content: "\f2bc";
2749}
2750.fa-user-circle:before {
2751 content: "\f2bd";
2752}
2753.fa-user-circle-o:before {
2754 content: "\f2be";
2755}
2756.fa-user-o:before {
2757 content: "\f2c0";
2758}
2759.fa-id-badge:before {
2760 content: "\f2c1";
2761}
2762.fa-drivers-license:before,
2763.fa-id-card:before {
2764 content: "\f2c2";
2765}
2766.fa-drivers-license-o:before,
2767.fa-id-card-o:before {
2768 content: "\f2c3";
2769}
2770.fa-quora:before {
2771 content: "\f2c4";
2772}
2773.fa-free-code-camp:before {
2774 content: "\f2c5";
2775}
2776.fa-telegram:before {
2777 content: "\f2c6";
2778}
2779.fa-thermometer-4:before,
2780.fa-thermometer:before,
2781.fa-thermometer-full:before {
2782 content: "\f2c7";
2783}
2784.fa-thermometer-3:before,
2785.fa-thermometer-three-quarters:before {
2786 content: "\f2c8";
2787}
2788.fa-thermometer-2:before,
2789.fa-thermometer-half:before {
2790 content: "\f2c9";
2791}
2792.fa-thermometer-1:before,
2793.fa-thermometer-quarter:before {
2794 content: "\f2ca";
2795}
2796.fa-thermometer-0:before,
2797.fa-thermometer-empty:before {
2798 content: "\f2cb";
2799}
2800.fa-shower:before {
2801 content: "\f2cc";
2802}
2803.fa-bathtub:before,
2804.fa-s15:before,
2805.fa-bath:before {
2806 content: "\f2cd";
2807}
2808.fa-podcast:before {
2809 content: "\f2ce";
2810}
2811.fa-window-maximize:before {
2812 content: "\f2d0";
2813}
2814.fa-window-minimize:before {
2815 content: "\f2d1";
2816}
2817.fa-window-restore:before {
2818 content: "\f2d2";
2819}
2820.fa-times-rectangle:before,
2821.fa-window-close:before {
2822 content: "\f2d3";
2823}
2824.fa-times-rectangle-o:before,
2825.fa-window-close-o:before {
2826 content: "\f2d4";
2827}
2828.fa-bandcamp:before {
2829 content: "\f2d5";
2830}
2831.fa-grav:before {
2832 content: "\f2d6";
2833}
2834.fa-etsy:before {
2835 content: "\f2d7";
2836}
2837.fa-imdb:before {
2838 content: "\f2d8";
2839}
2840.fa-ravelry:before {
2841 content: "\f2d9";
2842}
2843.fa-eercast:before {
2844 content: "\f2da";
2845}
2846.fa-microchip:before {
2847 content: "\f2db";
2848}
2849.fa-snowflake-o:before {
2850 content: "\f2dc";
2851}
2852.fa-superpowers:before {
2853 content: "\f2dd";
2854}
2855.fa-wpexplorer:before {
2856 content: "\f2de";
2857}
2858.fa-meetup:before {
2859 content: "\f2e0";
2860}
2861.sr-only {
2862 position: absolute;
2863 width: 1px;
2864 height: 1px;
2865 padding: 0;
2866 margin: -1px;
2867 overflow: hidden;
2868 clip: rect(0, 0, 0, 0);
2869 border: 0;
2870}
2871.sr-only-focusable:active,
2872.sr-only-focusable:focus {
2873 position: static;
2874 width: auto;
2875 height: auto;
2876 margin: 0;
2877 overflow: visible;
2878 clip: auto;
2879}
2880.public_fixedDataTable_header .public_fixedDataTableCell_main {
2881 font-size: 16px;
2882 color: #fff;
2883}
2884.public_fixedDataTable_header .public_fixedDataTableCell_main .right {
2885 position: absolute;
2886 right: 0;
2887}
2888.public_fixedDataTable_header,
2889.public_fixedDataTable_header .public_fixedDataTableCell_main {
2890 background: #4caee2;
2891}
2892.public_fixedDataTableCell_cellContent {
2893 padding: 0px;
2894}
2895.public_fixedDataTable_header .public_fixedDataTableCell_main {
2896 font-weight: normal;
2897}
2898.fixedDataTableCellLayout_columnReorderContainer {
2899 background-color: transparent;
2900 width: 0;
2901}
2902.fixedDataTableCellLayout_columnReorderContainer:after {
2903 content: '...';
2904 color: lightgrey;
2905 top: 3px;
2906 left: calc(50% - 7px);
2907}
2908.scroll-toggle {
2909 width: 20px;
2910 text-align: center;
2911 display: flex;
2912 justify-content: center;
2913 align-items: center;
2914 position: absolute;
2915 z-index: 1000;
2916 background-color: #001B62;
2917 color: #7182AA;
2918}
2919.scroll-toggle.active {
2920 background-color: #001B62;
2921 color: #fff;
2922}
2923.scroll-toggle.right {
2924 right: 0;
2925}
2926.scroll-toggle.left {
2927 right: 20px;
2928}