1  .fa-nav-icons {
2    color: #bfc0c0;
3  }
4
5  .fa-col-success {
6    color: #3c763d;
7  }
8
9  .fa-col-info {
10    color: #31708f;
11  }
12
13  .fa-col-primary {
14    color: #357ebd;
15  }
16
17  .fa-col-danger {
18    color: #e30613;
19  }
20
21  .icon-theme {
22    color: #bfc0c0;
23  }
24
25  .twitter-typeahead .tt-hint {
26      border-color: #000 !important;
27  }
28
29  .pace {
30    -webkit-pointer-events: none;
31    pointer-events: none;
32    -webkit-user-select: none;
33    -moz-user-select: none;
34    user-select: none;
35  }
36
37  .pace-inactive {
38    display: none;
39  }
40
41  .pace .pace-progress {
42    background: #e30613;
43    position: fixed;
44    z-index: 2000;
45    top: 0;
46    right: 100%;
47    width: 100%;
48    height: 2px;
49  }
50
51  .pace .pace-progress-inner {
52    display: block;
53    position: absolute;
54    right: 0px;
55    width: 100px;
56    height: 100%;
57    box-shadow: 0 0 10px #e30613, 0 0 5px #e30613;
58    opacity: 1.0;
59    -webkit-transform: rotate(3deg) translate(0px, -4px);
60    -moz-transform: rotate(3deg) translate(0px, -4px);
61    -ms-transform: rotate(3deg) translate(0px, -4px);
62    -o-transform: rotate(3deg) translate(0px, -4px);
63    transform: rotate(3deg) translate(0px, -4px);
64  }
65
66  .pace .pace-activity {
67    display: block;
68    position: fixed;
69    z-index: 2000;
70    top: 16px;
71    right: 45px;
72    width: 20px;
73    height: 20px;
74    border: solid 2px transparent;
75    border-top-color: #e30613;
76    border-left-color: #e30613;
77    border-radius: 10px;
78    -webkit-animation: pace-spinner 400ms linear infinite;
79    -moz-animation: pace-spinner 400ms linear infinite;
80    -ms-animation: pace-spinner 400ms linear infinite;
81    -o-animation: pace-spinner 400ms linear infinite;
82    animation: pace-spinner 400ms linear infinite;
83  }
84
85  @-webkit-keyframes pace-spinner {
86    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
87    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
88  }
89  @-moz-keyframes pace-spinner {
90    0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
91    100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
92  }
93  @-o-keyframes pace-spinner {
94    0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
95    100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
96  }
97  @-ms-keyframes pace-spinner {
98    0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
99    100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
100  }
101  @keyframes pace-spinner {
102    0% { transform: rotate(0deg); transform: rotate(0deg); }
103    100% { transform: rotate(360deg); transform: rotate(360deg); }
104  }
105
106  /*!
107   * bootswatch v3.4.1
108   * Homepage: http://bootswatch.com
109   * Copyright 2012-2019 Thomas Park
110   * Licensed under MIT
111   * Based on Bootstrap
112  */
113  /*!
114   * Bootstrap v3.4.1 (https://getbootstrap.com/)
115   * Copyright 2011-2019 Twitter, Inc.
116   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
117   */
118  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
119  html {
120    font-family: sans-serif;
121    -ms-text-size-adjust: 100%;
122    -webkit-text-size-adjust: 100%;
123  }
124  body {
125    margin: 0;
126  }
127  article,
128  aside,
129  details,
130  figcaption,
131  figure,
132  footer,
133  header,
134  hgroup,
135  main,
136  menu,
137  nav,
138  section,
139  summary {
140    display: block;
141  }
142  audio,
143  canvas,
144  progress,
145  video {
146    display: inline-block;
147    vertical-align: baseline;
148  }
149  audio:not([controls]) {
150    display: none;
151    height: 0;
152  }
153  [hidden],
154  template {
155    display: none;
156  }
157  a {
158    background-color: transparent;
159  }
160  a:active,
161  a:hover {
162    outline: 0;
163  }
164  abbr[title] {
165    border-bottom: none;
166    text-decoration: underline;
167    text-decoration: underline dotted;
168  }
169  b,
170  strong {
171    font-weight: bold;
172  }
173  dfn {
174    font-style: italic;
175  }
176  h1 {
177    font-size: 2em;
178    margin: 0.67em 0;
179  }
180  mark {
181    background: #ff0;
182    color: #000;
183  }
184  small {
185    font-size: 80%;
186    color: #FFF;
187  }
188  sub,
189  sup {
190    font-size: 75%;
191    line-height: 0;
192    position: relative;
193    vertical-align: baseline;
194  }
195  sup {
196    top: -0.5em;
197  }
198  sub {
199    bottom: -0.25em;
200  }
201  img {
202    border: 0;
203  }
204  svg:not(:root) {
205    overflow: hidden;
206  }
207  figure {
208    margin: 1em 40px;
209  }
210  hr {
211    box-sizing: content-box;
212    height: 0;
213  }
214  pre {
215    overflow: auto;
216  }
217  code,
218  kbd,
219  pre,
220  samp {
221    font-family: monospace, monospace;
222    font-size: 1em;
223  }
224  button,
225  input,
226  optgroup,
227  select,
228  textarea {
229    color: inherit;
230    font: inherit;
231    margin: 0;
232  }
233  button {
234    overflow: visible;
235  }
236  button,
237  select {
238    text-transform: none;
239  }
240  button,
241  html input[type="button"],
242  input[type="reset"],
243  input[type="submit"] {
244    -webkit-appearance: button;
245    cursor: pointer;
246  }
247  button[disabled],
248  html input[disabled] {
249    cursor: default;
250  }
251  button::-moz-focus-inner,
252  input::-moz-focus-inner {
253    border: 0;
254    padding: 0;
255  }
256  input {
257    line-height: normal;
258  }
259  input[type="checkbox"],
260  input[type="radio"] {
261    box-sizing: border-box;
262    padding: 0;
263  }
264  input[type="number"]::-webkit-inner-spin-button,
265  input[type="number"]::-webkit-outer-spin-button {
266    height: auto;
267  }
268  input[type="search"] {
269    -webkit-appearance: textfield;
270    box-sizing: content-box;
271  }
272  input[type="search"]::-webkit-search-cancel-button,
273  input[type="search"]::-webkit-search-decoration {
274    -webkit-appearance: none;
275  }
276  fieldset {
277    border: 1px solid #c0c0c0;
278    margin: 0 2px;
279    padding: 0.35em 0.625em 0.75em;
280  }
281  legend {
282    border: 0;
283    padding: 0;
284  }
285  textarea {
286    overflow: auto;
287  }
288  optgroup {
289    font-weight: bold;
290  }
291  table {
292    border-collapse: collapse;
293    border-spacing: 0;
294  }
295  td,
296  th {
297    padding: 0;
298  }
299  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
300  @media print {
301    *,
302    *:before,
303    *:after {
304      color: #000 !important;
305      text-shadow: none !important;
306      background: transparent !important;
307      box-shadow: none !important;
308    }
309    a,
310    a:visited {
311      text-decoration: underline;
312    }
313    a[href]:after {
314      content: " (" attr(href) ")";
315    }
316    abbr[title]:after {
317      content: " (" attr(title) ")";
318    }
319    a[href^="#"]:after,
320    a[href^="javascript:"]:after {
321      content: "";
322    }
323    pre,
324    blockquote {
325      border: 1px solid #999;
326      page-break-inside: avoid;
327    }
328    thead {
329      display: table-header-group;
330    }
331    tr,
332    img {
333      page-break-inside: avoid;
334    }
335    img {
336      max-width: 100% !important;
337    }
338    p,
339    h2,
340    h3 {
341      orphans: 3;
342      widows: 3;
343    }
344    h2,
345    h3 {
346      page-break-after: avoid;
347    }
348    .navbar {
349      display: none;
350    }
351    .btn > .caret,
352    .dropup > .btn > .caret {
353      border-top-color: #000 !important;
354    }
355    .label {
356      border: 1px solid #000;
357    }
358    .table {
359      border-collapse: collapse !important;
360    }
361    .table td,
362    .table th {
363      background-color: #fff !important;
364    }
365    .table-bordered th,
366    .table-bordered td {
367      border: 1px solid #ddd !important;
368    }
369  }
370  @font-face {
371    font-family: "Glyphicons Halflings";
372    src: url("../fonts/glyphicons-halflings-regular.eot");
373    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
374  }
375  .glyphicon {
376    position: relative;
377    top: 1px;
378    display: inline-block;
379    font-family: "Glyphicons Halflings";
380    font-style: normal;
381    font-weight: 400;
382    line-height: 1;
383    -webkit-font-smoothing: antialiased;
384    -moz-osx-font-smoothing: grayscale;
385  }
386  .glyphicon-asterisk:before {
387    content: "\002a";
388  }
389  .glyphicon-plus:before {
390    content: "\002b";
391  }
392  .glyphicon-euro:before,
393  .glyphicon-eur:before {
394    content: "\20ac";
395  }
396  .glyphicon-minus:before {
397    content: "\2212";
398  }
399  .glyphicon-cloud:before {
400    content: "\2601";
401  }
402  .glyphicon-envelope:before {
403    content: "\2709";
404  }
405  .glyphicon-pencil:before {
406    content: "\270f";
407  }
408  .glyphicon-glass:before {
409    content: "\e001";
410  }
411  .glyphicon-music:before {
412    content: "\e002";
413  }
414  .glyphicon-search:before {
415    content: "\e003";
416  }
417  .glyphicon-heart:before {
418    content: "\e005";
419  }
420  .glyphicon-star:before {
421    content: "\e006";
422  }
423  .glyphicon-star-empty:before {
424    content: "\e007";
425  }
426  .glyphicon-user:before {
427    content: "\e008";
428  }
429  .glyphicon-film:before {
430    content: "\e009";
431  }
432  .glyphicon-th-large:before {
433    content: "\e010";
434  }
435  .glyphicon-th:before {
436    content: "\e011";
437  }
438  .glyphicon-th-list:before {
439    content: "\e012";
440  }
441  .glyphicon-ok:before {
442    content: "\e013";
443  }
444  .glyphicon-remove:before {
445    content: "\e014";
446  }
447  .glyphicon-zoom-in:before {
448    content: "\e015";
449  }
450  .glyphicon-zoom-out:before {
451    content: "\e016";
452  }
453  .glyphicon-off:before {
454    content: "\e017";
455  }
456  .glyphicon-signal:before {
457    content: "\e018";
458  }
459  .glyphicon-cog:before {
460    content: "\e019";
461  }
462  .glyphicon-trash:before {
463    content: "\e020";
464  }
465  .glyphicon-home:before {
466    content: "\e021";
467  }
468  .glyphicon-file:before {
469    content: "\e022";
470  }
471  .glyphicon-time:before {
472    content: "\e023";
473  }
474  .glyphicon-road:before {
475    content: "\e024";
476  }
477  .glyphicon-download-alt:before {
478    content: "\e025";
479  }
480  .glyphicon-download:before {
481    content: "\e026";
482  }
483  .glyphicon-upload:before {
484    content: "\e027";
485  }
486  .glyphicon-inbox:before {
487    content: "\e028";
488  }
489  .glyphicon-play-circle:before {
490    content: "\e029";
491  }
492  .glyphicon-repeat:before {
493    content: "\e030";
494  }
495  .glyphicon-refresh:before {
496    content: "\e031";
497  }
498  .glyphicon-list-alt:before {
499    content: "\e032";
500  }
501  .glyphicon-lock:before {
502    content: "\e033";
503  }
504  .glyphicon-flag:before {
505    content: "\e034";
506  }
507  .glyphicon-headphones:before {
508    content: "\e035";
509  }
510  .glyphicon-volume-off:before {
511    content: "\e036";
512  }
513  .glyphicon-volume-down:before {
514    content: "\e037";
515  }
516  .glyphicon-volume-up:before {
517    content: "\e038";
518  }
519  .glyphicon-qrcode:before {
520    content: "\e039";
521  }
522  .glyphicon-barcode:before {
523    content: "\e040";
524  }
525  .glyphicon-tag:before {
526    content: "\e041";
527  }
528  .glyphicon-tags:before {
529    content: "\e042";
530  }
531  .glyphicon-book:before {
532    content: "\e043";
533  }
534  .glyphicon-bookmark:before {
535    content: "\e044";
536  }
537  .glyphicon-print:before {
538    content: "\e045";
539  }
540  .glyphicon-camera:before {
541    content: "\e046";
542  }
543  .glyphicon-font:before {
544    content: "\e047";
545  }
546  .glyphicon-bold:before {
547    content: "\e048";
548  }
549  .glyphicon-italic:before {
550    content: "\e049";
551  }
552  .glyphicon-text-height:before {
553    content: "\e050";
554  }
555  .glyphicon-text-width:before {
556    content: "\e051";
557  }
558  .glyphicon-align-left:before {
559    content: "\e052";
560  }
561  .glyphicon-align-center:before {
562    content: "\e053";
563  }
564  .glyphicon-align-right:before {
565    content: "\e054";
566  }
567  .glyphicon-align-justify:before {
568    content: "\e055";
569  }
570  .glyphicon-list:before {
571    content: "\e056";
572  }
573  .glyphicon-indent-left:before {
574    content: "\e057";
575  }
576  .glyphicon-indent-right:before {
577    content: "\e058";
578  }
579  .glyphicon-facetime-video:before {
580    content: "\e059";
581  }
582  .glyphicon-picture:before {
583    content: "\e060";
584  }
585  .glyphicon-map-marker:before {
586    content: "\e062";
587  }
588  .glyphicon-adjust:before {
589    content: "\e063";
590  }
591  .glyphicon-tint:before {
592    content: "\e064";
593  }
594  .glyphicon-edit:before {
595    content: "\e065";
596  }
597  .glyphicon-share:before {
598    content: "\e066";
599  }
600  .glyphicon-check:before {
601    content: "\e067";
602  }
603  .glyphicon-move:before {
604    content: "\e068";
605  }
606  .glyphicon-step-backward:before {
607    content: "\e069";
608  }
609  .glyphicon-fast-backward:before {
610    content: "\e070";
611  }
612  .glyphicon-backward:before {
613    content: "\e071";
614  }
615  .glyphicon-play:before {
616    content: "\e072";
617  }
618  .glyphicon-pause:before {
619    content: "\e073";
620  }
621  .glyphicon-stop:before {
622    content: "\e074";
623  }
624  .glyphicon-forward:before {
625    content: "\e075";
626  }
627  .glyphicon-fast-forward:before {
628    content: "\e076";
629  }
630  .glyphicon-step-forward:before {
631    content: "\e077";
632  }
633  .glyphicon-eject:before {
634    content: "\e078";
635  }
636  .glyphicon-chevron-left:before {
637    content: "\e079";
638  }
639  .glyphicon-chevron-right:before {
640    content: "\e080";
641  }
642  .glyphicon-plus-sign:before {
643    content: "\e081";
644  }
645  .glyphicon-minus-sign:before {
646    content: "\e082";
647  }
648  .glyphicon-remove-sign:before {
649    content: "\e083";
650  }
651  .glyphicon-ok-sign:before {
652    content: "\e084";
653  }
654  .glyphicon-question-sign:before {
655    content: "\e085";
656  }
657  .glyphicon-info-sign:before {
658    content: "\e086";
659  }
660  .glyphicon-screenshot:before {
661    content: "\e087";
662  }
663  .glyphicon-remove-circle:before {
664    content: "\e088";
665  }
666  .glyphicon-ok-circle:before {
667    content: "\e089";
668  }
669  .glyphicon-ban-circle:before {
670    content: "\e090";
671  }
672  .glyphicon-arrow-left:before {
673    content: "\e091";
674  }
675  .glyphicon-arrow-right:before {
676    content: "\e092";
677  }
678  .glyphicon-arrow-up:before {
679    content: "\e093";
680  }
681  .glyphicon-arrow-down:before {
682    content: "\e094";
683  }
684  .glyphicon-share-alt:before {
685    content: "\e095";
686  }
687  .glyphicon-resize-full:before {
688    content: "\e096";
689  }
690  .glyphicon-resize-small:before {
691    content: "\e097";
692  }
693  .glyphicon-exclamation-sign:before {
694    content: "\e101";
695  }
696  .glyphicon-gift:before {
697    content: "\e102";
698  }
699  .glyphicon-leaf:before {
700    content: "\e103";
701  }
702  .glyphicon-fire:before {
703    content: "\e104";
704  }
705  .glyphicon-eye-open:before {
706    content: "\e105";
707  }
708  .glyphicon-eye-close:before {
709    content: "\e106";
710  }
711  .glyphicon-warning-sign:before {
712    content: "\e107";
713  }
714  .glyphicon-plane:before {
715    content: "\e108";
716  }
717  .glyphicon-calendar:before {
718    content: "\e109";
719  }
720  .glyphicon-random:before {
721    content: "\e110";
722  }
723  .glyphicon-comment:before {
724    content: "\e111";
725  }
726  .glyphicon-magnet:before {
727    content: "\e112";
728  }
729  .glyphicon-chevron-up:before {
730    content: "\e113";
731  }
732  .glyphicon-chevron-down:before {
733    content: "\e114";
734  }
735  .glyphicon-retweet:before {
736    content: "\e115";
737  }
738  .glyphicon-shopping-cart:before {
739    content: "\e116";
740  }
741  .glyphicon-folder-close:before {
742    content: "\e117";
743  }
744  .glyphicon-folder-open:before {
745    content: "\e118";
746  }
747  .glyphicon-resize-vertical:before {
748    content: "\e119";
749  }
750  .glyphicon-resize-horizontal:before {
751    content: "\e120";
752  }
753  .glyphicon-hdd:before {
754    content: "\e121";
755  }
756  .glyphicon-bullhorn:before {
757    content: "\e122";
758  }
759  .glyphicon-bell:before {
760    content: "\e123";
761  }
762  .glyphicon-certificate:before {
763    content: "\e124";
764  }
765  .glyphicon-thumbs-up:before {
766    content: "\e125";
767  }
768  .glyphicon-thumbs-down:before {
769    content: "\e126";
770  }
771  .glyphicon-hand-right:before {
772    content: "\e127";
773  }
774  .glyphicon-hand-left:before {
775    content: "\e128";
776  }
777  .glyphicon-hand-up:before {
778    content: "\e129";
779  }
780  .glyphicon-hand-down:before {
781    content: "\e130";
782  }
783  .glyphicon-circle-arrow-right:before {
784    content: "\e131";
785  }
786  .glyphicon-circle-arrow-left:before {
787    content: "\e132";
788  }
789  .glyphicon-circle-arrow-up:before {
790    content: "\e133";
791  }
792  .glyphicon-circle-arrow-down:before {
793    content: "\e134";
794  }
795  .glyphicon-globe:before {
796    content: "\e135";
797  }
798  .glyphicon-wrench:before {
799    content: "\e136";
800  }
801  .glyphicon-tasks:before {
802    content: "\e137";
803  }
804  .glyphicon-filter:before {
805    content: "\e138";
806  }
807  .glyphicon-briefcase:before {
808    content: "\e139";
809  }
810  .glyphicon-fullscreen:before {
811    content: "\e140";
812  }
813  .glyphicon-dashboard:before {
814    content: "\e141";
815  }
816  .glyphicon-paperclip:before {
817    content: "\e142";
818  }
819  .glyphicon-heart-empty:before {
820    content: "\e143";
821  }
822  .glyphicon-link:before {
823    content: "\e144";
824  }
825  .glyphicon-phone:before {
826    content: "\e145";
827  }
828  .glyphicon-pushpin:before {
829    content: "\e146";
830  }
831  .glyphicon-usd:before {
832    content: "\e148";
833  }
834  .glyphicon-gbp:before {
835    content: "\e149";
836  }
837  .glyphicon-sort:before {
838    content: "\e150";
839  }
840  .glyphicon-sort-by-alphabet:before {
841    content: "\e151";
842  }
843  .glyphicon-sort-by-alphabet-alt:before {
844    content: "\e152";
845  }
846  .glyphicon-sort-by-order:before {
847    content: "\e153";
848  }
849  .glyphicon-sort-by-order-alt:before {
850    content: "\e154";
851  }
852  .glyphicon-sort-by-attributes:before {
853    content: "\e155";
854  }
855  .glyphicon-sort-by-attributes-alt:before {
856    content: "\e156";
857  }
858  .glyphicon-unchecked:before {
859    content: "\e157";
860  }
861  .glyphicon-expand:before {
862    content: "\e158";
863  }
864  .glyphicon-collapse-down:before {
865    content: "\e159";
866  }
867  .glyphicon-collapse-up:before {
868    content: "\e160";
869  }
870  .glyphicon-log-in:before {
871    content: "\e161";
872  }
873  .glyphicon-flash:before {
874    content: "\e162";
875  }
876  .glyphicon-log-out:before {
877    content: "\e163";
878  }
879  .glyphicon-new-window:before {
880    content: "\e164";
881  }
882  .glyphicon-record:before {
883    content: "\e165";
884  }
885  .glyphicon-save:before {
886    content: "\e166";
887  }
888  .glyphicon-open:before {
889    content: "\e167";
890  }
891  .glyphicon-saved:before {
892    content: "\e168";
893  }
894  .glyphicon-import:before {
895    content: "\e169";
896  }
897  .glyphicon-export:before {
898    content: "\e170";
899  }
900  .glyphicon-send:before {
901    content: "\e171";
902  }
903  .glyphicon-floppy-disk:before {
904    content: "\e172";
905  }
906  .glyphicon-floppy-saved:before {
907    content: "\e173";
908  }
909  .glyphicon-floppy-remove:before {
910    content: "\e174";
911  }
912  .glyphicon-floppy-save:before {
913    content: "\e175";
914  }
915  .glyphicon-floppy-open:before {
916    content: "\e176";
917  }
918  .glyphicon-credit-card:before {
919    content: "\e177";
920  }
921  .glyphicon-transfer:before {
922    content: "\e178";
923  }
924  .glyphicon-cutlery:before {
925    content: "\e179";
926  }
927  .glyphicon-header:before {
928    content: "\e180";
929  }
930  .glyphicon-compressed:before {
931    content: "\e181";
932  }
933  .glyphicon-earphone:before {
934    content: "\e182";
935  }
936  .glyphicon-phone-alt:before {
937    content: "\e183";
938  }
939  .glyphicon-tower:before {
940    content: "\e184";
941  }
942  .glyphicon-stats:before {
943    content: "\e185";
944  }
945  .glyphicon-sd-video:before {
946    content: "\e186";
947  }
948  .glyphicon-hd-video:before {
949    content: "\e187";
950  }
951  .glyphicon-subtitles:before {
952    content: "\e188";
953  }
954  .glyphicon-sound-stereo:before {
955    content: "\e189";
956  }
957  .glyphicon-sound-dolby:before {
958    content: "\e190";
959  }
960  .glyphicon-sound-5-1:before {
961    content: "\e191";
962  }
963  .glyphicon-sound-6-1:before {
964    content: "\e192";
965  }
966  .glyphicon-sound-7-1:before {
967    content: "\e193";
968  }
969  .glyphicon-copyright-mark:before {
970    content: "\e194";
971  }
972  .glyphicon-registration-mark:before {
973    content: "\e195";
974  }
975  .glyphicon-cloud-download:before {
976    content: "\e197";
977  }
978  .glyphicon-cloud-upload:before {
979    content: "\e198";
980  }
981  .glyphicon-tree-conifer:before {
982    content: "\e199";
983  }
984  .glyphicon-tree-deciduous:before {
985    content: "\e200";
986  }
987  .glyphicon-cd:before {
988    content: "\e201";
989  }
990  .glyphicon-save-file:before {
991    content: "\e202";
992  }
993  .glyphicon-open-file:before {
994    content: "\e203";
995  }
996  .glyphicon-level-up:before {
997    content: "\e204";
998  }
999  .glyphicon-copy:before {
1000    content: "\e205";
1001  }
1002  .glyphicon-paste:before {
1003    content: "\e206";
1004  }
1005  .glyphicon-alert:before {
1006    content: "\e209";
1007  }
1008  .glyphicon-equalizer:before {
1009    content: "\e210";
1010  }
1011  .glyphicon-king:before {
1012    content: "\e211";
1013  }
1014  .glyphicon-queen:before {
1015    content: "\e212";
1016  }
1017  .glyphicon-pawn:before {
1018    content: "\e213";
1019  }
1020  .glyphicon-bishop:before {
1021    content: "\e214";
1022  }
1023  .glyphicon-knight:before {
1024    content: "\e215";
1025  }
1026  .glyphicon-baby-formula:before {
1027    content: "\e216";
1028  }
1029  .glyphicon-tent:before {
1030    content: "\26fa";
1031  }
1032  .glyphicon-blackboard:before {
1033    content: "\e218";
1034  }
1035  .glyphicon-bed:before {
1036    content: "\e219";
1037  }
1038  .glyphicon-apple:before {
1039    content: "\f8ff";
1040  }
1041  .glyphicon-erase:before {
1042    content: "\e221";
1043  }
1044  .glyphicon-hourglass:before {
1045    content: "\231b";
1046  }
1047  .glyphicon-lamp:before {
1048    content: "\e223";
1049  }
1050  .glyphicon-duplicate:before {
1051    content: "\e224";
1052  }
1053  .glyphicon-piggy-bank:before {
1054    content: "\e225";
1055  }
1056  .glyphicon-scissors:before {
1057    content: "\e226";
1058  }
1059  .glyphicon-bitcoin:before {
1060    content: "\e227";
1061  }
1062  .glyphicon-btc:before {
1063    content: "\e227";
1064  }
1065  .glyphicon-xbt:before {
1066    content: "\e227";
1067  }
1068  .glyphicon-yen:before {
1069    content: "\00a5";
1070  }
1071  .glyphicon-jpy:before {
1072    content: "\00a5";
1073  }
1074  .glyphicon-ruble:before {
1075    content: "\20bd";
1076  }
1077  .glyphicon-rub:before {
1078    content: "\20bd";
1079  }
1080  .glyphicon-scale:before {
1081    content: "\e230";
1082  }
1083  .glyphicon-ice-lolly:before {
1084    content: "\e231";
1085  }
1086  .glyphicon-ice-lolly-tasted:before {
1087    content: "\e232";
1088  }
1089  .glyphicon-education:before {
1090    content: "\e233";
1091  }
1092  .glyphicon-option-horizontal:before {
1093    content: "\e234";
1094  }
1095  .glyphicon-option-vertical:before {
1096    content: "\e235";
1097  }
1098  .glyphicon-menu-hamburger:before {
1099    content: "\e236";
1100  }
1101  .glyphicon-modal-window:before {
1102    content: "\e237";
1103  }
1104  .glyphicon-oil:before {
1105    content: "\e238";
1106  }
1107  .glyphicon-grain:before {
1108    content: "\e239";
1109  }
1110  .glyphicon-sunglasses:before {
1111    content: "\e240";
1112  }
1113  .glyphicon-text-size:before {
1114    content: "\e241";
1115  }
1116  .glyphicon-text-color:before {
1117    content: "\e242";
1118  }
1119  .glyphicon-text-background:before {
1120    content: "\e243";
1121  }
1122  .glyphicon-object-align-top:before {
1123    content: "\e244";
1124  }
1125  .glyphicon-object-align-bottom:before {
1126    content: "\e245";
1127  }
1128  .glyphicon-object-align-horizontal:before {
1129    content: "\e246";
1130  }
1131  .glyphicon-object-align-left:before {
1132    content: "\e247";
1133  }
1134  .glyphicon-object-align-vertical:before {
1135    content: "\e248";
1136  }
1137  .glyphicon-object-align-right:before {
1138    content: "\e249";
1139  }
1140  .glyphicon-triangle-right:before {
1141    content: "\e250";
1142  }
1143  .glyphicon-triangle-left:before {
1144    content: "\e251";
1145  }
1146  .glyphicon-triangle-bottom:before {
1147    content: "\e252";
1148  }
1149  .glyphicon-triangle-top:before {
1150    content: "\e253";
1151  }
1152  .glyphicon-console:before {
1153    content: "\e254";
1154  }
1155  .glyphicon-superscript:before {
1156    content: "\e255";
1157  }
1158  .glyphicon-subscript:before {
1159    content: "\e256";
1160  }
1161  .glyphicon-menu-left:before {
1162    content: "\e257";
1163  }
1164  .glyphicon-menu-right:before {
1165    content: "\e258";
1166  }
1167  .glyphicon-menu-down:before {
1168    content: "\e259";
1169  }
1170  .glyphicon-menu-up:before {
1171    content: "\e260";
1172  }
1173  * {
1174    box-sizing: border-box;
1175  }
1176  *:before,
1177  *:after {
1178    box-sizing: border-box;
1179  }
1180  html {
1181    font-size: 10px;
1182    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1183  }
1184  body {
1185    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1186    font-size: 14px;
1187    line-height: 1.42857143;
1188    color: #c8c8c8;
1189    background-color: #272b30;
1190  }
1191  input,
1192  button,
1193  select,
1194  textarea {
1195    font-family: inherit;
1196    font-size: inherit;
1197    line-height: inherit;
1198  }
1199  a {
1200    color: #bfc0c0;
1201    text-decoration: none;
1202  }
1203  a:hover,
1204  a:focus {
1205    color: #ffffff;
1206    text-decoration: underline;
1207  }
1208  a:focus {
1209    outline: 5px auto -webkit-focus-ring-color;
1210    outline-offset: -2px;
1211  }
1212  figure {
1213    margin: 0;
1214  }
1215  img {
1216    vertical-align: middle;
1217  }
1218  .img-responsive,
1219  .thumbnail > img,
1220  .thumbnail a > img,
1221  .carousel-inner > .item > img,
1222  .carousel-inner > .item > a > img {
1223    display: block;
1224    max-width: 100%;
1225    height: auto;
1226  }
1227  .img-rounded {
1228    border-radius: 6px;
1229  }
1230  .img-thumbnail {
1231    padding: 4px;
1232    line-height: 1.42857143;
1233    background-color: #1c1e22;
1234    border: 1px solid #0c0d0e;
1235    border-radius: 4px;
1236    transition: all 0.2s ease-in-out;
1237    display: inline-block;
1238    max-width: 100%;
1239    height: auto;
1240  }
1241  .img-circle {
1242    border-radius: 50%;
1243  }
1244  hr {
1245    margin-top: 20px;
1246    margin-bottom: 20px;
1247    border: 0;
1248    border-top: 1px solid #1c1e22;
1249  }
1250  .sr-only {
1251    position: absolute;
1252    width: 1px;
1253    height: 1px;
1254    padding: 0;
1255    margin: -1px;
1256    overflow: hidden;
1257    clip: rect(0, 0, 0, 0);
1258    border: 0;
1259  }
1260  .sr-only-focusable:active,
1261  .sr-only-focusable:focus {
1262    position: static;
1263    width: auto;
1264    height: auto;
1265    margin: 0;
1266    overflow: visible;
1267    clip: auto;
1268  }
1269  [role="button"] {
1270    cursor: pointer;
1271  }
1272  h1,
1273  h2,
1274  h3,
1275  h4,
1276  h5,
1277  h6,
1278  .h1,
1279  .h2,
1280  .h3,
1281  .h4,
1282  .h5,
1283  .h6 {
1284    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1285    font-weight: 500;
1286    line-height: 1.1;
1287    color: inherit;
1288  }
1289  h1 small,
1290  h2 small,
1291  h3 small,
1292  h4 small,
1293  h5 small,
1294  h6 small,
1295  .h1 small,
1296  .h2 small,
1297  .h3 small,
1298  .h4 small,
1299  .h5 small,
1300  .h6 small,
1301  h1 .small,
1302  h2 .small,
1303  h3 .small,
1304  h4 .small,
1305  h5 .small,
1306  h6 .small,
1307  .h1 .small,
1308  .h2 .small,
1309  .h3 .small,
1310  .h4 .small,
1311  .h5 .small,
1312  .h6 .small {
1313    font-weight: 400;
1314    line-height: 1;
1315    color: #7a8288;
1316  }
1317  h1,
1318  .h1,
1319  h2,
1320  .h2,
1321  h3,
1322  .h3 {
1323    margin-top: 20px;
1324    margin-bottom: 10px;
1325  }
1326  h1 small,
1327  .h1 small,
1328  h2 small,
1329  .h2 small,
1330  h3 small,
1331  .h3 small,
1332  h1 .small,
1333  .h1 .small,
1334  h2 .small,
1335  .h2 .small,
1336  h3 .small,
1337  .h3 .small {
1338    font-size: 65%;
1339  }
1340  h4,
1341  .h4,
1342  h5,
1343  .h5,
1344  h6,
1345  .h6 {
1346    margin-top: 10px;
1347    margin-bottom: 10px;
1348  }
1349  h4 small,
1350  .h4 small,
1351  h5 small,
1352  .h5 small,
1353  h6 small,
1354  .h6 small,
1355  h4 .small,
1356  .h4 .small,
1357  h5 .small,
1358  .h5 .small,
1359  h6 .small,
1360  .h6 .small {
1361    font-size: 75%;
1362  }
1363  h1,
1364  .h1 {
1365    font-size: 36px;
1366  }
1367  h2,
1368  .h2 {
1369    font-size: 30px;
1370  }
1371  h3,
1372  .h3 {
1373    font-size: 24px;
1374  }
1375  h4,
1376  .h4 {
1377    font-size: 18px;
1378  }
1379  h5,
1380  .h5 {
1381    font-size: 14px;
1382  }
1383  h6,
1384  .h6 {
1385    font-size: 12px;
1386  }
1387  p {
1388    margin: 0 0 10px;
1389  }
1390  .lead {
1391    margin-bottom: 20px;
1392    font-size: 16px;
1393    font-weight: 300;
1394    line-height: 1.4;
1395  }
1396  @media (min-width: 768px) {
1397    .lead {
1398      font-size: 21px;
1399    }
1400  }
1401  small,
1402  .small {
1403    font-size: 85%;
1404  }
1405  mark,
1406  .mark {
1407    padding: .2em;
1408    background-color: #f89406;
1409  }
1410  .text-left {
1411    text-align: left;
1412  }
1413  .text-right {
1414    text-align: right;
1415  }
1416  .text-center {
1417    text-align: center;
1418  }
1419  .text-justify {
1420    text-align: justify;
1421  }
1422  .text-nowrap {
1423    white-space: nowrap;
1424  }
1425  .text-lowercase {
1426    text-transform: lowercase;
1427  }
1428  .text-uppercase {
1429    text-transform: uppercase;
1430  }
1431  .text-capitalize {
1432    text-transform: capitalize;
1433  }
1434  .text-muted {
1435    color: #7a8288;
1436  }
1437  .text-primary {
1438    color: #7a8288;
1439  }
1440  a.text-primary:hover,
1441  a.text-primary:focus {
1442    color: #62686d;
1443  }
1444  .text-success {
1445    color: #ffffff;
1446  }
1447  a.text-success:hover,
1448  a.text-success:focus {
1449    color: #e6e6e6;
1450  }
1451  .text-info {
1452    color: #ffffff;
1453  }
1454  a.text-info:hover,
1455  a.text-info:focus {
1456    color: #e6e6e6;
1457  }
1458  .text-warning {
1459    color: #ffffff;
1460  }
1461  a.text-warning:hover,
1462  a.text-warning:focus {
1463    color: #e6e6e6;
1464  }
1465  .text-danger {
1466    color: #ffffff;
1467  }
1468  a.text-danger:hover,
1469  a.text-danger:focus {
1470    color: #e6e6e6;
1471  }
1472  .bg-primary {
1473    color: #fff;
1474    background-color: #7a8288;
1475  }
1476  a.bg-primary:hover,
1477  a.bg-primary:focus {
1478    background-color: #62686d;
1479  }
1480  .bg-success {
1481    background-color: #62c462;
1482  }
1483  a.bg-success:hover,
1484  a.bg-success:focus {
1485    background-color: #42b142;
1486  }
1487  .bg-info {
1488    background-color: #5bc0de;
1489  }
1490  a.bg-info:hover,
1491  a.bg-info:focus {
1492    background-color: #31b0d5;
1493  }
1494  .bg-warning {
1495    background-color: #f89406;
1496  }
1497  a.bg-warning:hover,
1498  a.bg-warning:focus {
1499    background-color: #c67605;
1500  }
1501  .bg-danger {
1502    background-color: #ee5f5b;
1503  }
1504  a.bg-danger:hover,
1505  a.bg-danger:focus {
1506    background-color: #e9322d;
1507  }
1508  .page-header {
1509    padding-bottom: 9px;
1510    margin: 40px 0 20px;
1511    border-bottom: 1px solid #1c1e22;
1512  }
1513  ul,
1514  ol {
1515    margin-top: 0;
1516    margin-bottom: 10px;
1517  }
1518  ul ul,
1519  ol ul,
1520  ul ol,
1521  ol ol {
1522    margin-bottom: 0;
1523  }
1524  .list-unstyled {
1525    padding-left: 0;
1526    list-style: none;
1527  }
1528  .list-inline {
1529    padding-left: 0;
1530    list-style: none;
1531    margin-left: -5px;
1532  }
1533  .list-inline > li {
1534    display: inline-block;
1535    padding-right: 5px;
1536    padding-left: 5px;
1537  }
1538  dl {
1539    margin-top: 0;
1540    margin-bottom: 20px;
1541  }
1542  dt,
1543  dd {
1544    line-height: 1.42857143;
1545  }
1546  dt {
1547    font-weight: 700;
1548  }
1549  dd {
1550    margin-left: 0;
1551  }
1552  @media (min-width: 768px) {
1553    .dl-horizontal dt {
1554      float: left;
1555      width: 160px;
1556      clear: left;
1557      text-align: right;
1558      overflow: hidden;
1559      text-overflow: ellipsis;
1560      white-space: nowrap;
1561    }
1562    .dl-horizontal dd {
1563      margin-left: 180px;
1564    }
1565  }
1566  abbr[title],
1567  abbr[data-original-title] {
1568    cursor: help;
1569  }
1570  .initialism {
1571    font-size: 90%;
1572    text-transform: uppercase;
1573  }
1574  blockquote {
1575    padding: 10px 20px;
1576    margin: 0 0 20px;
1577    font-size: 17.5px;
1578    border-left: 5px solid #7a8288;
1579  }
1580  blockquote p:last-child,
1581  blockquote ul:last-child,
1582  blockquote ol:last-child {
1583    margin-bottom: 0;
1584  }
1585  blockquote footer,
1586  blockquote small,
1587  blockquote .small {
1588    display: block;
1589    font-size: 80%;
1590    line-height: 1.42857143;
1591    color: #7a8288;
1592  }
1593  blockquote footer:before,
1594  blockquote small:before,
1595  blockquote .small:before {
1596    content: "\2014 \00A0";
1597  }
1598  .blockquote-reverse,
1599  blockquote.pull-right {
1600    padding-right: 15px;
1601    padding-left: 0;
1602    text-align: right;
1603    border-right: 5px solid #7a8288;
1604    border-left: 0;
1605  }
1606  .blockquote-reverse footer:before,
1607  blockquote.pull-right footer:before,
1608  .blockquote-reverse small:before,
1609  blockquote.pull-right small:before,
1610  .blockquote-reverse .small:before,
1611  blockquote.pull-right .small:before {
1612    content: "";
1613  }
1614  .blockquote-reverse footer:after,
1615  blockquote.pull-right footer:after,
1616  .blockquote-reverse small:after,
1617  blockquote.pull-right small:after,
1618  .blockquote-reverse .small:after,
1619  blockquote.pull-right .small:after {
1620    content: "\00A0 \2014";
1621  }
1622  address {
1623    margin-bottom: 20px;
1624    font-style: normal;
1625    line-height: 1.42857143;
1626  }
1627  code,
1628  kbd,
1629  pre,
1630  samp {
1631    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1632  }
1633  code {
1634    padding: 2px 4px;
1635    font-size: 90%;
1636    color: #c7254e;
1637    background-color: #f9f2f4;
1638    border-radius: 4px;
1639  }
1640  kbd {
1641    padding: 2px 4px;
1642    font-size: 90%;
1643    color: #ffffff;
1644    background-color: #333333;
1645    border-radius: 3px;
1646    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
1647  }
1648  kbd kbd {
1649    padding: 0;
1650    font-size: 100%;
1651    font-weight: 700;
1652    box-shadow: none;
1653  }
1654  pre {
1655    display: block;
1656    padding: 9.5px;
1657    margin: 0 0 10px;
1658    font-size: 13px;
1659    line-height: 1.42857143;
1660    color: #3a3f44;
1661    word-break: break-all;
1662    word-wrap: break-word;
1663    background-color: #f5f5f5;
1664    border: 1px solid #cccccc;
1665    border-radius: 4px;
1666  }
1667  pre code {
1668    padding: 0;
1669    font-size: inherit;
1670    color: inherit;
1671    white-space: pre-wrap;
1672    background-color: transparent;
1673    border-radius: 0;
1674  }
1675  .pre-scrollable {
1676    max-height: 340px;
1677    overflow-y: scroll;
1678  }
1679  .container {
1680    padding-right: 15px;
1681    padding-left: 15px;
1682    margin-right: auto;
1683    margin-left: auto;
1684  }
1685  @media (min-width: 768px) {
1686    .container {
1687      width: 750px;
1688    }
1689  }
1690  @media (min-width: 992px) {
1691    .container {
1692      width: 970px;
1693    }
1694  }
1695  @media (min-width: 1200px) {
1696    .container {
1697      width: 1170px;
1698    }
1699  }
1700  .container-fluid {
1701    padding-right: 15px;
1702    padding-left: 15px;
1703    margin-right: auto;
1704    margin-left: auto;
1705  }
1706  .row {
1707    margin-right: -15px;
1708    margin-left: -15px;
1709  }
1710  .row-no-gutters {
1711    margin-right: 0;
1712    margin-left: 0;
1713  }
1714  .row-no-gutters [class*="col-"] {
1715    padding-right: 0;
1716    padding-left: 0;
1717  }
1718  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
1719    position: relative;
1720    min-height: 1px;
1721    padding-right: 15px;
1722    padding-left: 15px;
1723  }
1724  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
1725    float: left;
1726  }
1727  .col-xs-12 {
1728    width: 100%;
1729  }
1730  .col-xs-11 {
1731    width: 91.66666667%;
1732  }
1733  .col-xs-10 {
1734    width: 83.33333333%;
1735  }
1736  .col-xs-9 {
1737    width: 75%;
1738  }
1739  .col-xs-8 {
1740    width: 66.66666667%;
1741  }
1742  .col-xs-7 {
1743    width: 58.33333333%;
1744  }
1745  .col-xs-6 {
1746    width: 50%;
1747  }
1748  .col-xs-5 {
1749    width: 41.66666667%;
1750  }
1751  .col-xs-4 {
1752    width: 33.33333333%;
1753  }
1754  .col-xs-3 {
1755    width: 25%;
1756  }
1757  .col-xs-2 {
1758    width: 16.66666667%;
1759  }
1760  .col-xs-1 {
1761    width: 8.33333333%;
1762  }
1763  .col-xs-pull-12 {
1764    right: 100%;
1765  }
1766  .col-xs-pull-11 {
1767    right: 91.66666667%;
1768  }
1769  .col-xs-pull-10 {
1770    right: 83.33333333%;
1771  }
1772  .col-xs-pull-9 {
1773    right: 75%;
1774  }
1775  .col-xs-pull-8 {
1776    right: 66.66666667%;
1777  }
1778  .col-xs-pull-7 {
1779    right: 58.33333333%;
1780  }
1781  .col-xs-pull-6 {
1782    right: 50%;
1783  }
1784  .col-xs-pull-5 {
1785    right: 41.66666667%;
1786  }
1787  .col-xs-pull-4 {
1788    right: 33.33333333%;
1789  }
1790  .col-xs-pull-3 {
1791    right: 25%;
1792  }
1793  .col-xs-pull-2 {
1794    right: 16.66666667%;
1795  }
1796  .col-xs-pull-1 {
1797    right: 8.33333333%;
1798  }
1799  .col-xs-pull-0 {
1800    right: auto;
1801  }
1802  .col-xs-push-12 {
1803    left: 100%;
1804  }
1805  .col-xs-push-11 {
1806    left: 91.66666667%;
1807  }
1808  .col-xs-push-10 {
1809    left: 83.33333333%;
1810  }
1811  .col-xs-push-9 {
1812    left: 75%;
1813  }
1814  .col-xs-push-8 {
1815    left: 66.66666667%;
1816  }
1817  .col-xs-push-7 {
1818    left: 58.33333333%;
1819  }
1820  .col-xs-push-6 {
1821    left: 50%;
1822  }
1823  .col-xs-push-5 {
1824    left: 41.66666667%;
1825  }
1826  .col-xs-push-4 {
1827    left: 33.33333333%;
1828  }
1829  .col-xs-push-3 {
1830    left: 25%;
1831  }
1832  .col-xs-push-2 {
1833    left: 16.66666667%;
1834  }
1835  .col-xs-push-1 {
1836    left: 8.33333333%;
1837  }
1838  .col-xs-push-0 {
1839    left: auto;
1840  }
1841  .col-xs-offset-12 {
1842    margin-left: 100%;
1843  }
1844  .col-xs-offset-11 {
1845    margin-left: 91.66666667%;
1846  }
1847  .col-xs-offset-10 {
1848    margin-left: 83.33333333%;
1849  }
1850  .col-xs-offset-9 {
1851    margin-left: 75%;
1852  }
1853  .col-xs-offset-8 {
1854    margin-left: 66.66666667%;
1855  }
1856  .col-xs-offset-7 {
1857    margin-left: 58.33333333%;
1858  }
1859  .col-xs-offset-6 {
1860    margin-left: 50%;
1861  }
1862  .col-xs-offset-5 {
1863    margin-left: 41.66666667%;
1864  }
1865  .col-xs-offset-4 {
1866    margin-left: 33.33333333%;
1867  }
1868  .col-xs-offset-3 {
1869    margin-left: 25%;
1870  }
1871  .col-xs-offset-2 {
1872    margin-left: 16.66666667%;
1873  }
1874  .col-xs-offset-1 {
1875    margin-left: 8.33333333%;
1876  }
1877  .col-xs-offset-0 {
1878    margin-left: 0%;
1879  }
1880  @media (min-width: 768px) {
1881    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
1882      float: left;
1883    }
1884    .col-sm-12 {
1885      width: 100%;
1886    }
1887    .col-sm-11 {
1888      width: 91.66666667%;
1889    }
1890    .col-sm-10 {
1891      width: 83.33333333%;
1892    }
1893    .col-sm-9 {
1894      width: 75%;
1895    }
1896    .col-sm-8 {
1897      width: 66.66666667%;
1898    }
1899    .col-sm-7 {
1900      width: 58.33333333%;
1901    }
1902    .col-sm-6 {
1903      width: 50%;
1904    }
1905    .col-sm-5 {
1906      width: 41.66666667%;
1907    }
1908    .col-sm-4 {
1909      width: 33.33333333%;
1910    }
1911    .col-sm-3 {
1912      width: 25%;
1913    }
1914    .col-sm-2 {
1915      width: 16.66666667%;
1916    }
1917    .col-sm-1 {
1918      width: 8.33333333%;
1919    }
1920    .col-sm-pull-12 {
1921      right: 100%;
1922    }
1923    .col-sm-pull-11 {
1924      right: 91.66666667%;
1925    }
1926    .col-sm-pull-10 {
1927      right: 83.33333333%;
1928    }
1929    .col-sm-pull-9 {
1930      right: 75%;
1931    }
1932    .col-sm-pull-8 {
1933      right: 66.66666667%;
1934    }
1935    .col-sm-pull-7 {
1936      right: 58.33333333%;
1937    }
1938    .col-sm-pull-6 {
1939      right: 50%;
1940    }
1941    .col-sm-pull-5 {
1942      right: 41.66666667%;
1943    }
1944    .col-sm-pull-4 {
1945      right: 33.33333333%;
1946    }
1947    .col-sm-pull-3 {
1948      right: 25%;
1949    }
1950    .col-sm-pull-2 {
1951      right: 16.66666667%;
1952    }
1953    .col-sm-pull-1 {
1954      right: 8.33333333%;
1955    }
1956    .col-sm-pull-0 {
1957      right: auto;
1958    }
1959    .col-sm-push-12 {
1960      left: 100%;
1961    }
1962    .col-sm-push-11 {
1963      left: 91.66666667%;
1964    }
1965    .col-sm-push-10 {
1966      left: 83.33333333%;
1967    }
1968    .col-sm-push-9 {
1969      left: 75%;
1970    }
1971    .col-sm-push-8 {
1972      left: 66.66666667%;
1973    }
1974    .col-sm-push-7 {
1975      left: 58.33333333%;
1976    }
1977    .col-sm-push-6 {
1978      left: 50%;
1979    }
1980    .col-sm-push-5 {
1981      left: 41.66666667%;
1982    }
1983    .col-sm-push-4 {
1984      left: 33.33333333%;
1985    }
1986    .col-sm-push-3 {
1987      left: 25%;
1988    }
1989    .col-sm-push-2 {
1990      left: 16.66666667%;
1991    }
1992    .col-sm-push-1 {
1993      left: 8.33333333%;
1994    }
1995    .col-sm-push-0 {
1996      left: auto;
1997    }
1998    .col-sm-offset-12 {
1999      margin-left: 100%;
2000    }
2001    .col-sm-offset-11 {
2002      margin-left: 91.66666667%;
2003    }
2004    .col-sm-offset-10 {
2005      margin-left: 83.33333333%;
2006    }
2007    .col-sm-offset-9 {
2008      margin-left: 75%;
2009    }
2010    .col-sm-offset-8 {
2011      margin-left: 66.66666667%;
2012    }
2013    .col-sm-offset-7 {
2014      margin-left: 58.33333333%;
2015    }
2016    .col-sm-offset-6 {
2017      margin-left: 50%;
2018    }
2019    .col-sm-offset-5 {
2020      margin-left: 41.66666667%;
2021    }
2022    .col-sm-offset-4 {
2023      margin-left: 33.33333333%;
2024    }
2025    .col-sm-offset-3 {
2026      margin-left: 25%;
2027    }
2028    .col-sm-offset-2 {
2029      margin-left: 16.66666667%;
2030    }
2031    .col-sm-offset-1 {
2032      margin-left: 8.33333333%;
2033    }
2034    .col-sm-offset-0 {
2035      margin-left: 0%;
2036    }
2037  }
2038  @media (min-width: 992px) {
2039    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
2040      float: left;
2041    }
2042    .col-md-12 {
2043      width: 100%;
2044    }
2045    .col-md-11 {
2046      width: 91.66666667%;
2047    }
2048    .col-md-10 {
2049      width: 83.33333333%;
2050    }
2051    .col-md-9 {
2052      width: 75%;
2053    }
2054    .col-md-8 {
2055      width: 66.66666667%;
2056    }
2057    .col-md-7 {
2058      width: 58.33333333%;
2059    }
2060    .col-md-6 {
2061      width: 50%;
2062    }
2063    .col-md-5 {
2064      width: 41.66666667%;
2065    }
2066    .col-md-4 {
2067      width: 33.33333333%;
2068    }
2069    .col-md-3 {
2070      width: 25%;
2071    }
2072    .col-md-2 {
2073      width: 16.66666667%;
2074    }
2075    .col-md-1 {
2076      width: 8.33333333%;
2077    }
2078    .col-md-pull-12 {
2079      right: 100%;
2080    }
2081    .col-md-pull-11 {
2082      right: 91.66666667%;
2083    }
2084    .col-md-pull-10 {
2085      right: 83.33333333%;
2086    }
2087    .col-md-pull-9 {
2088      right: 75%;
2089    }
2090    .col-md-pull-8 {
2091      right: 66.66666667%;
2092    }
2093    .col-md-pull-7 {
2094      right: 58.33333333%;
2095    }
2096    .col-md-pull-6 {
2097      right: 50%;
2098    }
2099    .col-md-pull-5 {
2100      right: 41.66666667%;
2101    }
2102    .col-md-pull-4 {
2103      right: 33.33333333%;
2104    }
2105    .col-md-pull-3 {
2106      right: 25%;
2107    }
2108    .col-md-pull-2 {
2109      right: 16.66666667%;
2110    }
2111    .col-md-pull-1 {
2112      right: 8.33333333%;
2113    }
2114    .col-md-pull-0 {
2115      right: auto;
2116    }
2117    .col-md-push-12 {
2118      left: 100%;
2119    }
2120    .col-md-push-11 {
2121      left: 91.66666667%;
2122    }
2123    .col-md-push-10 {
2124      left: 83.33333333%;
2125    }
2126    .col-md-push-9 {
2127      left: 75%;
2128    }
2129    .col-md-push-8 {
2130      left: 66.66666667%;
2131    }
2132    .col-md-push-7 {
2133      left: 58.33333333%;
2134    }
2135    .col-md-push-6 {
2136      left: 50%;
2137    }
2138    .col-md-push-5 {
2139      left: 41.66666667%;
2140    }
2141    .col-md-push-4 {
2142      left: 33.33333333%;
2143    }
2144    .col-md-push-3 {
2145      left: 25%;
2146    }
2147    .col-md-push-2 {
2148      left: 16.66666667%;
2149    }
2150    .col-md-push-1 {
2151      left: 8.33333333%;
2152    }
2153    .col-md-push-0 {
2154      left: auto;
2155    }
2156    .col-md-offset-12 {
2157      margin-left: 100%;
2158    }
2159    .col-md-offset-11 {
2160      margin-left: 91.66666667%;
2161    }
2162    .col-md-offset-10 {
2163      margin-left: 83.33333333%;
2164    }
2165    .col-md-offset-9 {
2166      margin-left: 75%;
2167    }
2168    .col-md-offset-8 {
2169      margin-left: 66.66666667%;
2170    }
2171    .col-md-offset-7 {
2172      margin-left: 58.33333333%;
2173    }
2174    .col-md-offset-6 {
2175      margin-left: 50%;
2176    }
2177    .col-md-offset-5 {
2178      margin-left: 41.66666667%;
2179    }
2180    .col-md-offset-4 {
2181      margin-left: 33.33333333%;
2182    }
2183    .col-md-offset-3 {
2184      margin-left: 25%;
2185    }
2186    .col-md-offset-2 {
2187      margin-left: 16.66666667%;
2188    }
2189    .col-md-offset-1 {
2190      margin-left: 8.33333333%;
2191    }
2192    .col-md-offset-0 {
2193      margin-left: 0%;
2194    }
2195  }
2196  @media (min-width: 1200px) {
2197    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
2198      float: left;
2199    }
2200    .col-lg-12 {
2201      width: 100%;
2202    }
2203    .col-lg-11 {
2204      width: 91.66666667%;
2205    }
2206    .col-lg-10 {
2207      width: 83.33333333%;
2208    }
2209    .col-lg-9 {
2210      width: 75%;
2211    }
2212    .col-lg-8 {
2213      width: 66.66666667%;
2214    }
2215    .col-lg-7 {
2216      width: 58.33333333%;
2217    }
2218    .col-lg-6 {
2219      width: 50%;
2220    }
2221    .col-lg-5 {
2222      width: 41.66666667%;
2223    }
2224    .col-lg-4 {
2225      width: 33.33333333%;
2226    }
2227    .col-lg-3 {
2228      width: 25%;
2229    }
2230    .col-lg-2 {
2231      width: 16.66666667%;
2232    }
2233    .col-lg-1 {
2234      width: 8.33333333%;
2235    }
2236    .col-lg-pull-12 {
2237      right: 100%;
2238    }
2239    .col-lg-pull-11 {
2240      right: 91.66666667%;
2241    }
2242    .col-lg-pull-10 {
2243      right: 83.33333333%;
2244    }
2245    .col-lg-pull-9 {
2246      right: 75%;
2247    }
2248    .col-lg-pull-8 {
2249      right: 66.66666667%;
2250    }
2251    .col-lg-pull-7 {
2252      right: 58.33333333%;
2253    }
2254    .col-lg-pull-6 {
2255      right: 50%;
2256    }
2257    .col-lg-pull-5 {
2258      right: 41.66666667%;
2259    }
2260    .col-lg-pull-4 {
2261      right: 33.33333333%;
2262    }
2263    .col-lg-pull-3 {
2264      right: 25%;
2265    }
2266    .col-lg-pull-2 {
2267      right: 16.66666667%;
2268    }
2269    .col-lg-pull-1 {
2270      right: 8.33333333%;
2271    }
2272    .col-lg-pull-0 {
2273      right: auto;
2274    }
2275    .col-lg-push-12 {
2276      left: 100%;
2277    }
2278    .col-lg-push-11 {
2279      left: 91.66666667%;
2280    }
2281    .col-lg-push-10 {
2282      left: 83.33333333%;
2283    }
2284    .col-lg-push-9 {
2285      left: 75%;
2286    }
2287    .col-lg-push-8 {
2288      left: 66.66666667%;
2289    }
2290    .col-lg-push-7 {
2291      left: 58.33333333%;
2292    }
2293    .col-lg-push-6 {
2294      left: 50%;
2295    }
2296    .col-lg-push-5 {
2297      left: 41.66666667%;
2298    }
2299    .col-lg-push-4 {
2300      left: 33.33333333%;
2301    }
2302    .col-lg-push-3 {
2303      left: 25%;
2304    }
2305    .col-lg-push-2 {
2306      left: 16.66666667%;
2307    }
2308    .col-lg-push-1 {
2309      left: 8.33333333%;
2310    }
2311    .col-lg-push-0 {
2312      left: auto;
2313    }
2314    .col-lg-offset-12 {
2315      margin-left: 100%;
2316    }
2317    .col-lg-offset-11 {
2318      margin-left: 91.66666667%;
2319    }
2320    .col-lg-offset-10 {
2321      margin-left: 83.33333333%;
2322    }
2323    .col-lg-offset-9 {
2324      margin-left: 75%;
2325    }
2326    .col-lg-offset-8 {
2327      margin-left: 66.66666667%;
2328    }
2329    .col-lg-offset-7 {
2330      margin-left: 58.33333333%;
2331    }
2332    .col-lg-offset-6 {
2333      margin-left: 50%;
2334    }
2335    .col-lg-offset-5 {
2336      margin-left: 41.66666667%;
2337    }
2338    .col-lg-offset-4 {
2339      margin-left: 33.33333333%;
2340    }
2341    .col-lg-offset-3 {
2342      margin-left: 25%;
2343    }
2344    .col-lg-offset-2 {
2345      margin-left: 16.66666667%;
2346    }
2347    .col-lg-offset-1 {
2348      margin-left: 8.33333333%;
2349    }
2350    .col-lg-offset-0 {
2351      margin-left: 0%;
2352    }
2353  }
2354  table {
2355    background-color: #2e3338;
2356  }
2357  table col[class*="col-"] {
2358    position: static;
2359    display: table-column;
2360    float: none;
2361  }
2362  table td[class*="col-"],
2363  table th[class*="col-"] {
2364    position: static;
2365    display: table-cell;
2366    float: none;
2367  }
2368  caption {
2369    padding-top: 8px;
2370    padding-bottom: 8px;
2371    color: #7a8288;
2372    text-align: left;
2373  }
2374  th {
2375    text-align: left;
2376  }
2377  .table {
2378    width: 100%;
2379    max-width: 100%;
2380    margin-bottom: 20px;
2381  }
2382  .table > thead > tr > th,
2383  .table > tbody > tr > th,
2384  .table > tfoot > tr > th,
2385  .table > thead > tr > td,
2386  .table > tbody > tr > td,
2387  .table > tfoot > tr > td {
2388    padding: 8px;
2389    line-height: 1.42857143;
2390    vertical-align: top;
2391    border-top: 1px solid #1c1e22;
2392  }
2393  .table > thead > tr > th {
2394    vertical-align: bottom;
2395    border-bottom: 2px solid #1c1e22;
2396  }
2397  .table > caption + thead > tr:first-child > th,
2398  .table > colgroup + thead > tr:first-child > th,
2399  .table > thead:first-child > tr:first-child > th,
2400  .table > caption + thead > tr:first-child > td,
2401  .table > colgroup + thead > tr:first-child > td,
2402  .table > thead:first-child > tr:first-child > td {
2403    border-top: 0;
2404  }
2405  .table > tbody + tbody {
2406    border-top: 2px solid #1c1e22;
2407  }
2408  .table .table {
2409    background-color: #272b30;
2410  }
2411  .table-condensed > thead > tr > th,
2412  .table-condensed > tbody > tr > th,
2413  .table-condensed > tfoot > tr > th,
2414  .table-condensed > thead > tr > td,
2415  .table-condensed > tbody > tr > td,
2416  .table-condensed > tfoot > tr > td {
2417    padding: 5px;
2418  }
2419  .table-bordered {
2420    border: 1px solid #1c1e22;
2421  }
2422  .table-bordered > thead > tr > th,
2423  .table-bordered > tbody > tr > th,
2424  .table-bordered > tfoot > tr > th,
2425  .table-bordered > thead > tr > td,
2426  .table-bordered > tbody > tr > td,
2427  .table-bordered > tfoot > tr > td {
2428    border: 1px solid #1c1e22;
2429  }
2430  .table-bordered > thead > tr > th,
2431  .table-bordered > thead > tr > td {
2432    border-bottom-width: 2px;
2433  }
2434  .table-striped > tbody > tr:nth-of-type(odd) {
2435    background-color: #353a41;
2436  }
2437  .table-hover > tbody > tr:hover {
2438    background-color: #49515a;
2439  }
2440  .table > thead > tr > td.active,
2441  .table > tbody > tr > td.active,
2442  .table > tfoot > tr > td.active,
2443  .table > thead > tr > th.active,
2444  .table > tbody > tr > th.active,
2445  .table > tfoot > tr > th.active,
2446  .table > thead > tr.active > td,
2447  .table > tbody > tr.active > td,
2448  .table > tfoot > tr.active > td,
2449  .table > thead > tr.active > th,
2450  .table > tbody > tr.active > th,
2451  .table > tfoot > tr.active > th {
2452    background-color: #49515a;
2453  }
2454  .table-hover > tbody > tr > td.active:hover,
2455  .table-hover > tbody > tr > th.active:hover,
2456  .table-hover > tbody > tr.active:hover > td,
2457  .table-hover > tbody > tr:hover > .active,
2458  .table-hover > tbody > tr.active:hover > th {
2459    background-color: #3e444c;
2460  }
2461  .table > thead > tr > td.success,
2462  .table > tbody > tr > td.success,
2463  .table > tfoot > tr > td.success,
2464  .table > thead > tr > th.success,
2465  .table > tbody > tr > th.success,
2466  .table > tfoot > tr > th.success,
2467  .table > thead > tr.success > td,
2468  .table > tbody > tr.success > td,
2469  .table > tfoot > tr.success > td,
2470  .table > thead > tr.success > th,
2471  .table > tbody > tr.success > th,
2472  .table > tfoot > tr.success > th {
2473    background-color: #62c462;
2474  }
2475  .table-hover > tbody > tr > td.success:hover,
2476  .table-hover > tbody > tr > th.success:hover,
2477  .table-hover > tbody > tr.success:hover > td,
2478  .table-hover > tbody > tr:hover > .success,
2479  .table-hover > tbody > tr.success:hover > th {
2480    background-color: #4fbd4f;
2481  }
2482  .table > thead > tr > td.info,
2483  .table > tbody > tr > td.info,
2484  .table > tfoot > tr > td.info,
2485  .table > thead > tr > th.info,
2486  .table > tbody > tr > th.info,
2487  .table > tfoot > tr > th.info,
2488  .table > thead > tr.info > td,
2489  .table > tbody > tr.info > td,
2490  .table > tfoot > tr.info > td,
2491  .table > thead > tr.info > th,
2492  .table > tbody > tr.info > th,
2493  .table > tfoot > tr.info > th {
2494    background-color: #5bc0de;
2495  }
2496  .table-hover > tbody > tr > td.info:hover,
2497  .table-hover > tbody > tr > th.info:hover,
2498  .table-hover > tbody > tr.info:hover > td,
2499  .table-hover > tbody > tr:hover > .info,
2500  .table-hover > tbody > tr.info:hover > th {
2501    background-color: #46b8da;
2502  }
2503  .table > thead > tr > td.warning,
2504  .table > tbody > tr > td.warning,
2505  .table > tfoot > tr > td.warning,
2506  .table > thead > tr > th.warning,
2507  .table > tbody > tr > th.warning,
2508  .table > tfoot > tr > th.warning,
2509  .table > thead > tr.warning > td,
2510  .table > tbody > tr.warning > td,
2511  .table > tfoot > tr.warning > td,
2512  .table > thead > tr.warning > th,
2513  .table > tbody > tr.warning > th,
2514  .table > tfoot > tr.warning > th {
2515    background-color: #f89406;
2516  }
2517  .table-hover > tbody > tr > td.warning:hover,
2518  .table-hover > tbody > tr > th.warning:hover,
2519  .table-hover > tbody > tr.warning:hover > td,
2520  .table-hover > tbody > tr:hover > .warning,
2521  .table-hover > tbody > tr.warning:hover > th {
2522    background-color: #df8505;
2523  }
2524  .table > thead > tr > td.danger,
2525  .table > tbody > tr > td.danger,
2526  .table > tfoot > tr > td.danger,
2527  .table > thead > tr > th.danger,
2528  .table > tbody > tr > th.danger,
2529  .table > tfoot > tr > th.danger,
2530  .table > thead > tr.danger > td,
2531  .table > tbody > tr.danger > td,
2532  .table > tfoot > tr.danger > td,
2533  .table > thead > tr.danger > th,
2534  .table > tbody > tr.danger > th,
2535  .table > tfoot > tr.danger > th {
2536    background-color: #ee5f5b;
2537  }
2538  .table-hover > tbody > tr > td.danger:hover,
2539  .table-hover > tbody > tr > th.danger:hover,
2540  .table-hover > tbody > tr.danger:hover > td,
2541  .table-hover > tbody > tr:hover > .danger,
2542  .table-hover > tbody > tr.danger:hover > th {
2543    background-color: #ec4844;
2544  }
2545  .table-responsive {
2546    min-height: .01%;
2547    overflow-x: auto;
2548  }
2549  @media screen and (max-width: 767px) {
2550    .table-responsive {
2551      width: 100%;
2552      margin-bottom: 15px;
2553      overflow-y: hidden;
2554      -ms-overflow-style: -ms-autohiding-scrollbar;
2555      border: 1px solid #1c1e22;
2556    }
2557    .table-responsive > .table {
2558      margin-bottom: 0;
2559    }
2560    .table-responsive > .table > thead > tr > th,
2561    .table-responsive > .table > tbody > tr > th,
2562    .table-responsive > .table > tfoot > tr > th,
2563    .table-responsive > .table > thead > tr > td,
2564    .table-responsive > .table > tbody > tr > td,
2565    .table-responsive > .table > tfoot > tr > td {
2566      white-space: nowrap;
2567    }
2568    .table-responsive > .table-bordered {
2569      border: 0;
2570    }
2571    .table-responsive > .table-bordered > thead > tr > th:first-child,
2572    .table-responsive > .table-bordered > tbody > tr > th:first-child,
2573    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
2574    .table-responsive > .table-bordered > thead > tr > td:first-child,
2575    .table-responsive > .table-bordered > tbody > tr > td:first-child,
2576    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
2577      border-left: 0;
2578    }
2579    .table-responsive > .table-bordered > thead > tr > th:last-child,
2580    .table-responsive > .table-bordered > tbody > tr > th:last-child,
2581    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
2582    .table-responsive > .table-bordered > thead > tr > td:last-child,
2583    .table-responsive > .table-bordered > tbody > tr > td:last-child,
2584    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
2585      border-right: 0;
2586    }
2587    .table-responsive > .table-bordered > tbody > tr:last-child > th,
2588    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
2589    .table-responsive > .table-bordered > tbody > tr:last-child > td,
2590    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
2591      border-bottom: 0;
2592    }
2593  }
2594  fieldset {
2595    min-width: 0;
2596    padding: 0;
2597    margin: 0;
2598    border: 0;
2599  }
2600  legend {
2601    display: block;
2602    width: 100%;
2603    padding: 0;
2604    margin-bottom: 20px;
2605    font-size: 21px;
2606    line-height: inherit;
2607    color: #c8c8c8;
2608    border: 0;
2609    border-bottom: 1px solid #1c1e22;
2610  }
2611  label {
2612    display: inline-block;
2613    max-width: 100%;
2614    margin-bottom: 5px;
2615    font-weight: 700;
2616  }
2617  input[type="search"] {
2618    box-sizing: border-box;
2619    -webkit-appearance: none;
2620    appearance: none;
2621  }
2622  input[type="radio"],
2623  input[type="checkbox"] {
2624    margin: 4px 0 0;
2625    margin-top: 1px \9;
2626    line-height: normal;
2627  }
2628  input[type="radio"][disabled],
2629  input[type="checkbox"][disabled],
2630  input[type="radio"].disabled,
2631  input[type="checkbox"].disabled,
2632  fieldset[disabled] input[type="radio"],
2633  fieldset[disabled] input[type="checkbox"] {
2634    cursor: not-allowed;
2635  }
2636  input[type="file"] {
2637    display: block;
2638  }
2639  input[type="range"] {
2640    display: block;
2641    width: 100%;
2642  }
2643  select[multiple],
2644  select[size] {
2645    height: auto;
2646  }
2647  input[type="file"]:focus,
2648  input[type="radio"]:focus,
2649  input[type="checkbox"]:focus {
2650    outline: 5px auto -webkit-focus-ring-color;
2651    outline-offset: -2px;
2652  }
2653  output {
2654    display: block;
2655    padding-top: 9px;
2656    font-size: 14px;
2657    line-height: 1.42857143;
2658    color: #272b30;
2659  }
2660  .form-control {
2661    display: block;
2662    width: 100%;
2663    height: 38px;
2664    padding: 8px 12px;
2665    font-size: 14px;
2666    line-height: 1.42857143;
2667    color: #272b30;
2668    background-color: #ffffff;
2669    background-image: none;
2670    border: 1px solid #000000;
2671    border-radius: 4px;
2672    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2673    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2674  }
2675  .form-control:focus {
2676    border-color: #66afe9;
2677    outline: 0;
2678    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
2679  }
2680  .form-control::-moz-placeholder {
2681    color: #7a8288;
2682    opacity: 1;
2683  }
2684  .form-control:-ms-input-placeholder {
2685    color: #7a8288;
2686  }
2687  .form-control::-webkit-input-placeholder {
2688    color: #7a8288;
2689  }
2690  .form-control::-ms-expand {
2691    background-color: transparent;
2692    border: 0;
2693  }
2694  .form-control[disabled],
2695  .form-control[readonly],
2696  fieldset[disabled] .form-control {
2697    background-color: #999999;
2698    opacity: 1;
2699  }
2700  .form-control[disabled],
2701  fieldset[disabled] .form-control {
2702    cursor: not-allowed;
2703  }
2704  textarea.form-control {
2705    height: auto;
2706  }
2707  @media screen and (-webkit-min-device-pixel-ratio: 0) {
2708    input[type="date"].form-control,
2709    input[type="time"].form-control,
2710    input[type="datetime-local"].form-control,
2711    input[type="month"].form-control {
2712      line-height: 38px;
2713    }
2714    input[type="date"].input-sm,
2715    input[type="time"].input-sm,
2716    input[type="datetime-local"].input-sm,
2717    input[type="month"].input-sm,
2718    .input-group-sm input[type="date"],
2719    .input-group-sm input[type="time"],
2720    .input-group-sm input[type="datetime-local"],
2721    .input-group-sm input[type="month"] {
2722      line-height: 30px;
2723    }
2724    input[type="date"].input-lg,
2725    input[type="time"].input-lg,
2726    input[type="datetime-local"].input-lg,
2727    input[type="month"].input-lg,
2728    .input-group-lg input[type="date"],
2729    .input-group-lg input[type="time"],
2730    .input-group-lg input[type="datetime-local"],
2731    .input-group-lg input[type="month"] {
2732      line-height: 54px;
2733    }
2734  }
2735  .form-group {
2736    margin-bottom: 15px;
2737  }
2738  .radio,
2739  .checkbox {
2740    position: relative;
2741    display: block;
2742    margin-top: 10px;
2743    margin-bottom: 10px;
2744  }
2745  .radio.disabled label,
2746  .checkbox.disabled label,
2747  fieldset[disabled] .radio label,
2748  fieldset[disabled] .checkbox label {
2749    cursor: not-allowed;
2750  }
2751  .radio label,
2752  .checkbox label {
2753    min-height: 20px;
2754    padding-left: 20px;
2755    margin-bottom: 0;
2756    font-weight: 400;
2757    cursor: pointer;
2758  }
2759  .radio input[type="radio"],
2760  .radio-inline input[type="radio"],
2761  .checkbox input[type="checkbox"],
2762  .checkbox-inline input[type="checkbox"] {
2763    position: absolute;
2764    margin-top: 4px \9;
2765    margin-left: -20px;
2766  }
2767  .radio + .radio,
2768  .checkbox + .checkbox {
2769    margin-top: -5px;
2770  }
2771  .radio-inline,
2772  .checkbox-inline {
2773    position: relative;
2774    display: inline-block;
2775    padding-left: 20px;
2776    margin-bottom: 0;
2777    font-weight: 400;
2778    vertical-align: middle;
2779    cursor: pointer;
2780  }
2781  .radio-inline.disabled,
2782  .checkbox-inline.disabled,
2783  fieldset[disabled] .radio-inline,
2784  fieldset[disabled] .checkbox-inline {
2785    cursor: not-allowed;
2786  }
2787  .radio-inline + .radio-inline,
2788  .checkbox-inline + .checkbox-inline {
2789    margin-top: 0;
2790    margin-left: 10px;
2791  }
2792  .form-control-static {
2793    min-height: 34px;
2794    padding-top: 9px;
2795    padding-bottom: 9px;
2796    margin-bottom: 0;
2797  }
2798  .form-control-static.input-lg,
2799  .form-control-static.input-sm {
2800    padding-right: 0;
2801    padding-left: 0;
2802  }
2803  .input-sm {
2804    height: 30px;
2805    padding: 5px 10px;
2806    font-size: 12px;
2807    line-height: 1.5;
2808    border-radius: 3px;
2809  }
2810  select.input-sm {
2811    height: 30px;
2812    line-height: 30px;
2813  }
2814  textarea.input-sm,
2815  select[multiple].input-sm {
2816    height: auto;
2817  }
2818  .form-group-sm .form-control {
2819    height: 30px;
2820    padding: 5px 10px;
2821    font-size: 12px;
2822    line-height: 1.5;
2823    border-radius: 3px;
2824  }
2825  .form-group-sm select.form-control {
2826    height: 30px;
2827    line-height: 30px;
2828  }
2829  .form-group-sm textarea.form-control,
2830  .form-group-sm select[multiple].form-control {
2831    height: auto;
2832  }
2833  .form-group-sm .form-control-static {
2834    height: 30px;
2835    min-height: 32px;
2836    padding: 6px 10px;
2837    font-size: 12px;
2838    line-height: 1.5;
2839  }
2840  .input-lg {
2841    height: 54px;
2842    padding: 14px 16px;
2843    font-size: 18px;
2844    line-height: 1.3333333;
2845    border-radius: 6px;
2846  }
2847  select.input-lg {
2848    height: 54px;
2849    line-height: 54px;
2850  }
2851  textarea.input-lg,
2852  select[multiple].input-lg {
2853    height: auto;
2854  }
2855  .form-group-lg .form-control {
2856    height: 54px;
2857    padding: 14px 16px;
2858    font-size: 18px;
2859    line-height: 1.3333333;
2860    border-radius: 6px;
2861  }
2862  .form-group-lg select.form-control {
2863    height: 54px;
2864    line-height: 54px;
2865  }
2866  .form-group-lg textarea.form-control,
2867  .form-group-lg select[multiple].form-control {
2868    height: auto;
2869  }
2870  .form-group-lg .form-control-static {
2871    height: 54px;
2872    min-height: 38px;
2873    padding: 15px 16px;
2874    font-size: 18px;
2875    line-height: 1.3333333;
2876  }
2877  .has-feedback {
2878    position: relative;
2879  }
2880  .has-feedback .form-control {
2881    padding-right: 47.5px;
2882  }
2883  .form-control-feedback {
2884    position: absolute;
2885    top: 0;
2886    right: 0;
2887    z-index: 2;
2888    display: block;
2889    width: 38px;
2890    height: 38px;
2891    line-height: 38px;
2892    text-align: center;
2893    pointer-events: none;
2894  }
2895  .input-lg + .form-control-feedback,
2896  .input-group-lg + .form-control-feedback,
2897  .form-group-lg .form-control + .form-control-feedback {
2898    width: 54px;
2899    height: 54px;
2900    line-height: 54px;
2901  }
2902  .input-sm + .form-control-feedback,
2903  .input-group-sm + .form-control-feedback,
2904  .form-group-sm .form-control + .form-control-feedback {
2905    width: 30px;
2906    height: 30px;
2907    line-height: 30px;
2908  }
2909  .has-success .help-block,
2910  .has-success .control-label,
2911  .has-success .radio,
2912  .has-success .checkbox,
2913  .has-success .radio-inline,
2914  .has-success .checkbox-inline,
2915  .has-success.radio label,
2916  .has-success.checkbox label,
2917  .has-success.radio-inline label,
2918  .has-success.checkbox-inline label {
2919    color: #ffffff;
2920  }
2921  .has-success .form-control {
2922    border-color: #ffffff;
2923    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2924  }
2925  .has-success .form-control:focus {
2926    border-color: #e6e6e6;
2927    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
2928  }
2929  .has-success .input-group-addon {
2930    color: #ffffff;
2931    background-color: #62c462;
2932    border-color: #ffffff;
2933  }
2934  .has-success .form-control-feedback {
2935    color: #ffffff;
2936  }
2937  .has-warning .help-block,
2938  .has-warning .control-label,
2939  .has-warning .radio,
2940  .has-warning .checkbox,
2941  .has-warning .radio-inline,
2942  .has-warning .checkbox-inline,
2943  .has-warning.radio label,
2944  .has-warning.checkbox label,
2945  .has-warning.radio-inline label,
2946  .has-warning.checkbox-inline label {
2947    color: #ffffff;
2948  }
2949  .has-warning .form-control {
2950    border-color: #ffffff;
2951    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2952  }
2953  .has-warning .form-control:focus {
2954    border-color: #e6e6e6;
2955    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
2956  }
2957  .has-warning .input-group-addon {
2958    color: #ffffff;
2959    background-color: #f89406;
2960    border-color: #ffffff;
2961  }
2962  .has-warning .form-control-feedback {
2963    color: #ffffff;
2964  }
2965  .has-error .help-block,
2966  .has-error .control-label,
2967  .has-error .radio,
2968  .has-error .checkbox,
2969  .has-error .radio-inline,
2970  .has-error .checkbox-inline,
2971  .has-error.radio label,
2972  .has-error.checkbox label,
2973  .has-error.radio-inline label,
2974  .has-error.checkbox-inline label {
2975    color: #ffffff;
2976  }
2977  .has-error .form-control {
2978    border-color: #ffffff;
2979    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2980  }
2981  .has-error .form-control:focus {
2982    border-color: #e6e6e6;
2983    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
2984  }
2985  .has-error .input-group-addon {
2986    color: #ffffff;
2987    background-color: #ee5f5b;
2988    border-color: #ffffff;
2989  }
2990  .has-error .form-control-feedback {
2991    color: #ffffff;
2992  }
2993  .has-feedback label ~ .form-control-feedback {
2994    top: 25px;
2995  }
2996  .has-feedback label.sr-only ~ .form-control-feedback {
2997    top: 0;
2998  }
2999  .help-block {
3000    display: block;
3001    margin-top: 5px;
3002    margin-bottom: 10px;
3003    color: #ffffff;
3004  }
3005  @media (min-width: 768px) {
3006    .form-inline .form-group {
3007      display: inline-block;
3008      margin-bottom: 0;
3009      vertical-align: middle;
3010    }
3011    .form-inline .form-control {
3012      display: inline-block;
3013      width: auto;
3014      vertical-align: middle;
3015    }
3016    .form-inline .form-control-static {
3017      display: inline-block;
3018    }
3019    .form-inline .input-group {
3020      display: inline-table;
3021      vertical-align: middle;
3022    }
3023    .form-inline .input-group .input-group-addon,
3024    .form-inline .input-group .input-group-btn,
3025    .form-inline .input-group .form-control {
3026      width: auto;
3027    }
3028    .form-inline .input-group > .form-control {
3029      width: 100%;
3030    }
3031    .form-inline .control-label {
3032      margin-bottom: 0;
3033      vertical-align: middle;
3034    }
3035    .form-inline .radio,
3036    .form-inline .checkbox {
3037      display: inline-block;
3038      margin-top: 0;
3039      margin-bottom: 0;
3040      vertical-align: middle;
3041    }
3042    .form-inline .radio label,
3043    .form-inline .checkbox label {
3044      padding-left: 0;
3045    }
3046    .form-inline .radio input[type="radio"],
3047    .form-inline .checkbox input[type="checkbox"] {
3048      position: relative;
3049      margin-left: 0;
3050    }
3051    .form-inline .has-feedback .form-control-feedback {
3052      top: 0;
3053    }
3054  }
3055  .form-horizontal .radio,
3056  .form-horizontal .checkbox,
3057  .form-horizontal .radio-inline,
3058  .form-horizontal .checkbox-inline {
3059    padding-top: 9px;
3060    margin-top: 0;
3061    margin-bottom: 0;
3062  }
3063  .form-horizontal .radio,
3064  .form-horizontal .checkbox {
3065    min-height: 29px;
3066  }
3067  .form-horizontal .form-group {
3068    margin-right: -15px;
3069    margin-left: -15px;
3070  }
3071  @media (min-width: 768px) {
3072    .form-horizontal .control-label {
3073      padding-top: 9px;
3074      margin-bottom: 0;
3075      text-align: right;
3076    }
3077  }
3078  .form-horizontal .has-feedback .form-control-feedback {
3079    right: 15px;
3080  }
3081  @media (min-width: 768px) {
3082    .form-horizontal .form-group-lg .control-label {
3083      padding-top: 15px;
3084      font-size: 18px;
3085    }
3086  }
3087  @media (min-width: 768px) {
3088    .form-horizontal .form-group-sm .control-label {
3089      padding-top: 6px;
3090      font-size: 12px;
3091    }
3092  }
3093  .btn {
3094    display: inline-block;
3095    margin-bottom: 0;
3096    font-weight: normal;
3097    text-align: center;
3098    white-space: nowrap;
3099    vertical-align: middle;
3100    -ms-touch-action: manipulation;
3101        touch-action: manipulation;
3102    cursor: pointer;
3103    background-image: none;
3104    border: 1px solid transparent;
3105    padding: 8px 12px;
3106    font-size: 14px;
3107    line-height: 1.42857143;
3108    border-radius: 4px;
3109    -webkit-user-select: none;
3110    -moz-user-select: none;
3111    -ms-user-select: none;
3112    user-select: none;
3113  }
3114  .btn:focus,
3115  .btn:active:focus,
3116  .btn.active:focus,
3117  .btn.focus,
3118  .btn:active.focus,
3119  .btn.active.focus {
3120    outline: 5px auto -webkit-focus-ring-color;
3121    outline-offset: -2px;
3122  }
3123  .btn:hover,
3124  .btn:focus,
3125  .btn.focus {
3126    color: #ffffff;
3127    text-decoration: none;
3128  }
3129  .btn:active,
3130  .btn.active {
3131    background-image: none;
3132    outline: 0;
3133    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3134  }
3135  .btn.disabled,
3136  .btn[disabled],
3137  fieldset[disabled] .btn {
3138    cursor: not-allowed;
3139    filter: alpha(opacity=65);
3140    opacity: 0.65;
3141    box-shadow: none;
3142  }
3143  a.btn.disabled,
3144  fieldset[disabled] a.btn {
3145    pointer-events: none;
3146  }
3147  .btn-default {
3148    color: #ffffff;
3149    background-color: #3a3f44;
3150    border-color: #3a3f44;
3151  }
3152  .btn-default:focus,
3153  .btn-default.focus {
3154    color: #ffffff;
3155    background-color: #232628;
3156    border-color: #000000;
3157  }
3158  .btn-default:hover {
3159    color: #ffffff;
3160    background-color: #232628;
3161    border-color: #1e2023;
3162  }
3163  .btn-default:active,
3164  .btn-default.active,
3165  .open > .dropdown-toggle.btn-default {
3166    color: #ffffff;
3167    background-color: #232628;
3168    background-image: none;
3169    border-color: #1e2023;
3170  }
3171  .btn-default:active:hover,
3172  .btn-default.active:hover,
3173  .open > .dropdown-toggle.btn-default:hover,
3174  .btn-default:active:focus,
3175  .btn-default.active:focus,
3176  .open > .dropdown-toggle.btn-default:focus,
3177  .btn-default:active.focus,
3178  .btn-default.active.focus,
3179  .open > .dropdown-toggle.btn-default.focus {
3180    color: #ffffff;
3181    background-color: #121415;
3182    border-color: #000000;
3183  }
3184  .btn-default.disabled:hover,
3185  .btn-default[disabled]:hover,
3186  fieldset[disabled] .btn-default:hover,
3187  .btn-default.disabled:focus,
3188  .btn-default[disabled]:focus,
3189  fieldset[disabled] .btn-default:focus,
3190  .btn-default.disabled.focus,
3191  .btn-default[disabled].focus,
3192  fieldset[disabled] .btn-default.focus {
3193    background-color: #3a3f44;
3194    border-color: #3a3f44;
3195  }
3196  .btn-default .badge {
3197    color: #3a3f44;
3198    background-color: #ffffff;
3199  }
3200  .btn-primary {
3201    color: #ffffff;
3202    background-color: #7a8288;
3203    border-color: #7a8288;
3204  }
3205  .btn-primary:focus,
3206  .btn-primary.focus {
3207    color: #ffffff;
3208    background-color: #62686d;
3209    border-color: #3e4245;
3210  }
3211  .btn-primary:hover {
3212    color: #ffffff;
3213    background-color: #62686d;
3214    border-color: #5d6368;
3215  }
3216  .btn-primary:active,
3217  .btn-primary.active,
3218  .open > .dropdown-toggle.btn-primary {
3219    color: #ffffff;
3220    background-color: #62686d;
3221    background-image: none;
3222    border-color: #5d6368;
3223  }
3224  .btn-primary:active:hover,
3225  .btn-primary.active:hover,
3226  .open > .dropdown-toggle.btn-primary:hover,
3227  .btn-primary:active:focus,
3228  .btn-primary.active:focus,
3229  .open > .dropdown-toggle.btn-primary:focus,
3230  .btn-primary:active.focus,
3231  .btn-primary.active.focus,
3232  .open > .dropdown-toggle.btn-primary.focus {
3233    color: #ffffff;
3234    background-color: #51565a;
3235    border-color: #3e4245;
3236  }
3237  .btn-primary.disabled:hover,
3238  .btn-primary[disabled]:hover,
3239  fieldset[disabled] .btn-primary:hover,
3240  .btn-primary.disabled:focus,
3241  .btn-primary[disabled]:focus,
3242  fieldset[disabled] .btn-primary:focus,
3243  .btn-primary.disabled.focus,
3244  .btn-primary[disabled].focus,
3245  fieldset[disabled] .btn-primary.focus {
3246    background-color: #7a8288;
3247    border-color: #7a8288;
3248  }
3249  .btn-primary .badge {
3250    color: #7a8288;
3251    background-color: #ffffff;
3252  }
3253  .btn-success {
3254    color: #ffffff;
3255    background-color: #62c462;
3256    border-color: #62c462;
3257  }
3258  .btn-success:focus,
3259  .btn-success.focus {
3260    color: #ffffff;
3261    background-color: #42b142;
3262    border-color: #2d792d;
3263  }
3264  .btn-success:hover {
3265    color: #ffffff;
3266    background-color: #42b142;
3267    border-color: #40a940;
3268  }
3269  .btn-success:active,
3270  .btn-success.active,
3271  .open > .dropdown-toggle.btn-success {
3272    color: #ffffff;
3273    background-color: #42b142;
3274    background-image: none;
3275    border-color: #40a940;
3276  }
3277  .btn-success:active:hover,
3278  .btn-success.active:hover,
3279  .open > .dropdown-toggle.btn-success:hover,
3280  .btn-success:active:focus,
3281  .btn-success.active:focus,
3282  .open > .dropdown-toggle.btn-success:focus,
3283  .btn-success:active.focus,
3284  .btn-success.active.focus,
3285  .open > .dropdown-toggle.btn-success.focus {
3286    color: #ffffff;
3287    background-color: #399739;
3288    border-color: #2d792d;
3289  }
3290  .btn-success.disabled:hover,
3291  .btn-success[disabled]:hover,
3292  fieldset[disabled] .btn-success:hover,
3293  .btn-success.disabled:focus,
3294  .btn-success[disabled]:focus,
3295  fieldset[disabled] .btn-success:focus,
3296  .btn-success.disabled.focus,
3297  .btn-success[disabled].focus,
3298  fieldset[disabled] .btn-success.focus {
3299    background-color: #62c462;
3300    border-color: #62c462;
3301  }
3302  .btn-success .badge {
3303    color: #62c462;
3304    background-color: #ffffff;
3305  }
3306  .btn-info {
3307    color: #ffffff;
3308    background-color: #5bc0de;
3309    border-color: #5bc0de;
3310  }
3311  .btn-info:focus,
3312  .btn-info.focus {
3313    color: #ffffff;
3314    background-color: #31b0d5;
3315    border-color: #1f7e9a;
3316  }
3317  .btn-info:hover {
3318    color: #ffffff;
3319    background-color: #31b0d5;
3320    border-color: #2aabd2;
3321  }
3322  .btn-info:active,
3323  .btn-info.active,
3324  .open > .dropdown-toggle.btn-info {
3325    color: #ffffff;
3326    background-color: #31b0d5;
3327    background-image: none;
3328    border-color: #2aabd2;
3329  }
3330  .btn-info:active:hover,
3331  .btn-info.active:hover,
3332  .open > .dropdown-toggle.btn-info:hover,
3333  .btn-info:active:focus,
3334  .btn-info.active:focus,
3335  .open > .dropdown-toggle.btn-info:focus,
3336  .btn-info:active.focus,
3337  .btn-info.active.focus,
3338  .open > .dropdown-toggle.btn-info.focus {
3339    color: #ffffff;
3340    background-color: #269abc;
3341    border-color: #1f7e9a;
3342  }
3343  .btn-info.disabled:hover,
3344  .btn-info[disabled]:hover,
3345  fieldset[disabled] .btn-info:hover,
3346  .btn-info.disabled:focus,
3347  .btn-info[disabled]:focus,
3348  fieldset[disabled] .btn-info:focus,
3349  .btn-info.disabled.focus,
3350  .btn-info[disabled].focus,
3351  fieldset[disabled] .btn-info.focus {
3352    background-color: #5bc0de;
3353    border-color: #5bc0de;
3354  }
3355  .btn-info .badge {
3356    color: #5bc0de;
3357    background-color: #ffffff;
3358  }
3359  .btn-warning {
3360    color: #ffffff;
3361    background-color: #f89406;
3362    border-color: #f89406;
3363  }
3364  .btn-warning:focus,
3365  .btn-warning.focus {
3366    color: #ffffff;
3367    background-color: #c67605;
3368    border-color: #7c4a03;
3369  }
3370  .btn-warning:hover {
3371    color: #ffffff;
3372    background-color: #c67605;
3373    border-color: #bc7005;
3374  }
3375  .btn-warning:active,
3376  .btn-warning.active,
3377  .open > .dropdown-toggle.btn-warning {
3378    color: #ffffff;
3379    background-color: #c67605;
3380    background-image: none;
3381    border-color: #bc7005;
3382  }
3383  .btn-warning:active:hover,
3384  .btn-warning.active:hover,
3385  .open > .dropdown-toggle.btn-warning:hover,
3386  .btn-warning:active:focus,
3387  .btn-warning.active:focus,
3388  .open > .dropdown-toggle.btn-warning:focus,
3389  .btn-warning:active.focus,
3390  .btn-warning.active.focus,
3391  .open > .dropdown-toggle.btn-warning.focus {
3392    color: #ffffff;
3393    background-color: #a36104;
3394    border-color: #7c4a03;
3395  }
3396  .btn-warning.disabled:hover,
3397  .btn-warning[disabled]:hover,
3398  fieldset[disabled] .btn-warning:hover,
3399  .btn-warning.disabled:focus,
3400  .btn-warning[disabled]:focus,
3401  fieldset[disabled] .btn-warning:focus,
3402  .btn-warning.disabled.focus,
3403  .btn-warning[disabled].focus,
3404  fieldset[disabled] .btn-warning.focus {
3405    background-color: #f89406;
3406    border-color: #f89406;
3407  }
3408  .btn-warning .badge {
3409    color: #f89406;
3410    background-color: #ffffff;
3411  }
3412  .btn-danger {
3413    color: #ffffff;
3414    background-color: #ee5f5b;
3415    border-color: #ee5f5b;
3416  }
3417  .btn-danger:focus,
3418  .btn-danger.focus {
3419    color: #ffffff;
3420    background-color: #e9322d;
3421    border-color: #b71713;
3422  }
3423  .btn-danger:hover {
3424    color: #ffffff;
3425    background-color: #e9322d;
3426    border-color: #e82924;
3427  }
3428  .btn-danger:active,
3429  .btn-danger.active,
3430  .open > .dropdown-toggle.btn-danger {
3431    color: #ffffff;
3432    background-color: #e9322d;
3433    background-image: none;
3434    border-color: #e82924;
3435  }
3436  .btn-danger:active:hover,
3437  .btn-danger.active:hover,
3438  .open > .dropdown-toggle.btn-danger:hover,
3439  .btn-danger:active:focus,
3440  .btn-danger.active:focus,
3441  .open > .dropdown-toggle.btn-danger:focus,
3442  .btn-danger:active.focus,
3443  .btn-danger.active.focus,
3444  .open > .dropdown-toggle.btn-danger.focus {
3445    color: #ffffff;
3446    background-color: #dc1c17;
3447    border-color: #b71713;
3448  }
3449  .btn-danger.disabled:hover,
3450  .btn-danger[disabled]:hover,
3451  fieldset[disabled] .btn-danger:hover,
3452  .btn-danger.disabled:focus,
3453  .btn-danger[disabled]:focus,
3454  fieldset[disabled] .btn-danger:focus,
3455  .btn-danger.disabled.focus,
3456  .btn-danger[disabled].focus,
3457  fieldset[disabled] .btn-danger.focus {
3458    background-color: #ee5f5b;
3459    border-color: #ee5f5b;
3460  }
3461  .btn-danger .badge {
3462    color: #ee5f5b;
3463    background-color: #ffffff;
3464  }
3465  .btn-link {
3466    font-weight: 400;
3467    color: #ffffff;
3468    border-radius: 0;
3469  }
3470  .btn-link,
3471  .btn-link:active,
3472  .btn-link.active,
3473  .btn-link[disabled],
3474  fieldset[disabled] .btn-link {
3475    background-color: transparent;
3476    box-shadow: none;
3477  }
3478  .btn-link,
3479  .btn-link:hover,
3480  .btn-link:focus,
3481  .btn-link:active {
3482    border-color: transparent;
3483  }
3484  .btn-link:hover,
3485  .btn-link:focus {
3486    color: #ffffff;
3487    text-decoration: underline;
3488    background-color: transparent;
3489  }
3490  .btn-link[disabled]:hover,
3491  fieldset[disabled] .btn-link:hover,
3492  .btn-link[disabled]:focus,
3493  fieldset[disabled] .btn-link:focus {
3494    color: #7a8288;
3495    text-decoration: none;
3496  }
3497  .btn-lg,
3498  .btn-group-lg > .btn {
3499    padding: 14px 16px;
3500    font-size: 18px;
3501    line-height: 1.3333333;
3502    border-radius: 6px;
3503  }
3504  .btn-sm,
3505  .btn-group-sm > .btn {
3506    padding: 5px 10px;
3507    font-size: 12px;
3508    line-height: 1.5;
3509    border-radius: 3px;
3510  }
3511  .btn-xs,
3512  .btn-group-xs > .btn {
3513    padding: 1px 5px;
3514    font-size: 12px;
3515    line-height: 1.5;
3516    border-radius: 3px;
3517  }
3518  .btn-block {
3519    display: block;
3520    width: 100%;
3521  }
3522  .btn-block + .btn-block {
3523    margin-top: 5px;
3524  }
3525  input[type="submit"].btn-block,
3526  input[type="reset"].btn-block,
3527  input[type="button"].btn-block {
3528    width: 100%;
3529  }
3530  .fade {
3531    opacity: 0;
3532    transition: opacity 0.15s linear;
3533  }
3534  .fade.in {
3535    opacity: 1;
3536  }
3537  .collapse {
3538    display: none;
3539  }
3540  .collapse.in {
3541    display: block;
3542  }
3543  tr.collapse.in {
3544    display: table-row;
3545  }
3546  tbody.collapse.in {
3547    display: table-row-group;
3548  }
3549  .collapsing {
3550    position: relative;
3551    height: 0;
3552    overflow: hidden;
3553    transition-property: height, visibility;
3554    transition-duration: 0.35s;
3555    transition-timing-function: ease;
3556  }
3557  .caret {
3558    display: inline-block;
3559    width: 0;
3560    height: 0;
3561    margin-left: 2px;
3562    vertical-align: middle;
3563    border-top: 4px dashed;
3564    border-top: 4px solid \9;
3565    border-right: 4px solid transparent;
3566    border-left: 4px solid transparent;
3567  }
3568  .dropup,
3569  .dropdown {
3570    position: relative;
3571  }
3572  .dropdown-toggle:focus {
3573    outline: 0;
3574  }
3575  .dropdown-menu {
3576    position: absolute;
3577    top: 100%;
3578    left: 0;
3579    z-index: 1000;
3580    display: none;
3581    float: left;
3582    min-width: 160px;
3583    padding: 5px 0;
3584    margin: 2px 0 0;
3585    font-size: 14px;
3586    text-align: left;
3587    list-style: none;
3588    background-color: #3a3f44;
3589    background-clip: padding-box;
3590    border: 1px solid #272b30;
3591    border: 1px solid rgba(0, 0, 0, 0.15);
3592    border-radius: 4px;
3593    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3594  }
3595  .dropdown-menu.pull-right {
3596    right: 0;
3597    left: auto;
3598  }
3599  .dropdown-menu .divider {
3600    height: 1px;
3601    margin: 9px 0;
3602    overflow: hidden;
3603    background-color: #272b30;
3604  }
3605  .dropdown-menu > li > a {
3606    display: block;
3607    padding: 3px 20px;
3608    clear: both;
3609    font-weight: 400;
3610    line-height: 1.42857143;
3611    color: #c8c8c8;
3612    white-space: nowrap;
3613  }
3614  .dropdown-menu > li > a:hover,
3615  .dropdown-menu > li > a:focus {
3616    color: #ffffff;
3617    text-decoration: none;
3618    background-color: #272b30;
3619  }
3620  .dropdown-menu > .active > a,
3621  .dropdown-menu > .active > a:hover,
3622  .dropdown-menu > .active > a:focus {
3623    color: #ffffff;
3624    text-decoration: none;
3625    background-color: #272b30;
3626    outline: 0;
3627  }
3628  .dropdown-menu > .disabled > a,
3629  .dropdown-menu > .disabled > a:hover,
3630  .dropdown-menu > .disabled > a:focus {
3631    color: #7a8288;
3632  }
3633  .dropdown-menu > .disabled > a:hover,
3634  .dropdown-menu > .disabled > a:focus {
3635    text-decoration: none;
3636    cursor: not-allowed;
3637    background-color: transparent;
3638    background-image: none;
3639    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3640  }
3641  .open > .dropdown-menu {
3642    display: block;
3643  }
3644  .open > a {
3645    outline: 0;
3646  }
3647  .dropdown-menu-right {
3648    right: 0;
3649    left: auto;
3650  }
3651  .dropdown-menu-left {
3652    right: auto;
3653    left: 0;
3654  }
3655  .dropdown-header {
3656    display: block;
3657    padding: 3px 20px;
3658    font-size: 12px;
3659    line-height: 1.42857143;
3660    color: #7a8288;
3661    white-space: nowrap;
3662  }
3663  .dropdown-backdrop {
3664    position: fixed;
3665    top: 0;
3666    right: 0;
3667    bottom: 0;
3668    left: 0;
3669    z-index: 990;
3670  }
3671  .pull-right > .dropdown-menu {
3672    right: 0;
3673    left: auto;
3674  }
3675  .dropup .caret,
3676  .navbar-fixed-bottom .dropdown .caret {
3677    content: "";
3678    border-top: 0;
3679    border-bottom: 4px dashed;
3680    border-bottom: 4px solid \9;
3681  }
3682  .dropup .dropdown-menu,
3683  .navbar-fixed-bottom .dropdown .dropdown-menu {
3684    top: auto;
3685    bottom: 100%;
3686    margin-bottom: 2px;
3687  }
3688  @media (min-width: 768px) {
3689    .navbar-right .dropdown-menu {
3690      right: 0;
3691      left: auto;
3692    }
3693    .navbar-right .dropdown-menu-left {
3694      right: auto;
3695      left: 0;
3696    }
3697  }
3698  .btn-group,
3699  .btn-group-vertical {
3700    position: relative;
3701    display: inline-block;
3702    vertical-align: middle;
3703  }
3704  .btn-group > .btn,
3705  .btn-group-vertical > .btn {
3706    position: relative;
3707    float: left;
3708  }
3709  .btn-group > .btn:hover,
3710  .btn-group-vertical > .btn:hover,
3711  .btn-group > .btn:focus,
3712  .btn-group-vertical > .btn:focus,
3713  .btn-group > .btn:active,
3714  .btn-group-vertical > .btn:active,
3715  .btn-group > .btn.active,
3716  .btn-group-vertical > .btn.active {
3717    z-index: 2;
3718  }
3719  .btn-group .btn + .btn,
3720  .btn-group .btn + .btn-group,
3721  .btn-group .btn-group + .btn,
3722  .btn-group .btn-group + .btn-group {
3723    margin-left: -1px;
3724  }
3725  .btn-toolbar {
3726    margin-left: -5px;
3727  }
3728  .btn-toolbar .btn,
3729  .btn-toolbar .btn-group,
3730  .btn-toolbar .input-group {
3731    float: left;
3732  }
3733  .btn-toolbar > .btn,
3734  .btn-toolbar > .btn-group,
3735  .btn-toolbar > .input-group {
3736    margin-left: 5px;
3737  }
3738  .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
3739    border-radius: 0;
3740  }
3741  .btn-group > .btn:first-child {
3742    margin-left: 0;
3743  }
3744  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
3745    border-top-right-radius: 0;
3746    border-bottom-right-radius: 0;
3747  }
3748  .btn-group > .btn:last-child:not(:first-child),
3749  .btn-group > .dropdown-toggle:not(:first-child) {
3750    border-top-left-radius: 0;
3751    border-bottom-left-radius: 0;
3752  }
3753  .btn-group > .btn-group {
3754    float: left;
3755  }
3756  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
3757    border-radius: 0;
3758  }
3759  .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
3760  .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3761    border-top-right-radius: 0;
3762    border-bottom-right-radius: 0;
3763  }
3764  .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
3765    border-top-left-radius: 0;
3766    border-bottom-left-radius: 0;
3767  }
3768  .btn-group .dropdown-toggle:active,
3769  .btn-group.open .dropdown-toggle {
3770    outline: 0;
3771  }
3772  .btn-group > .btn + .dropdown-toggle {
3773    padding-right: 8px;
3774    padding-left: 8px;
3775  }
3776  .btn-group > .btn-lg + .dropdown-toggle {
3777    padding-right: 12px;
3778    padding-left: 12px;
3779  }
3780  .btn-group.open .dropdown-toggle {
3781    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3782  }
3783  .btn-group.open .dropdown-toggle.btn-link {
3784    box-shadow: none;
3785  }
3786  .btn .caret {
3787    margin-left: 0;
3788  }
3789  .btn-lg .caret {
3790    border-width: 5px 5px 0;
3791    border-bottom-width: 0;
3792  }
3793  .dropup .btn-lg .caret {
3794    border-width: 0 5px 5px;
3795  }
3796  .btn-group-vertical > .btn,
3797  .btn-group-vertical > .btn-group,
3798  .btn-group-vertical > .btn-group > .btn {
3799    display: block;
3800    float: none;
3801    width: 100%;
3802    max-width: 100%;
3803  }
3804  .btn-group-vertical > .btn-group > .btn {
3805    float: none;
3806  }
3807  .btn-group-vertical > .btn + .btn,
3808  .btn-group-vertical > .btn + .btn-group,
3809  .btn-group-vertical > .btn-group + .btn,
3810  .btn-group-vertical > .btn-group + .btn-group {
3811    margin-top: -1px;
3812    margin-left: 0;
3813  }
3814  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
3815    border-radius: 0;
3816  }
3817  .btn-group-vertical > .btn:first-child:not(:last-child) {
3818    border-top-left-radius: 4px;
3819    border-top-right-radius: 4px;
3820    border-bottom-right-radius: 0;
3821    border-bottom-left-radius: 0;
3822  }
3823  .btn-group-vertical > .btn:last-child:not(:first-child) {
3824    border-top-left-radius: 0;
3825    border-top-right-radius: 0;
3826    border-bottom-right-radius: 4px;
3827    border-bottom-left-radius: 4px;
3828  }
3829  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
3830    border-radius: 0;
3831  }
3832  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
3833  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3834    border-bottom-right-radius: 0;
3835    border-bottom-left-radius: 0;
3836  }
3837  .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
3838    border-top-left-radius: 0;
3839    border-top-right-radius: 0;
3840  }
3841  .btn-group-justified {
3842    display: table;
3843    width: 100%;
3844    table-layout: fixed;
3845    border-collapse: separate;
3846  }
3847  .btn-group-justified > .btn,
3848  .btn-group-justified > .btn-group {
3849    display: table-cell;
3850    float: none;
3851    width: 1%;
3852  }
3853  .btn-group-justified > .btn-group .btn {
3854    width: 100%;
3855  }
3856  .btn-group-justified > .btn-group .dropdown-menu {
3857    left: auto;
3858  }
3859  [data-toggle="buttons"] > .btn input[type="radio"],
3860  [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
3861  [data-toggle="buttons"] > .btn input[type="checkbox"],
3862  [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
3863    position: absolute;
3864    clip: rect(0, 0, 0, 0);
3865    pointer-events: none;
3866  }
3867  .input-group {
3868    position: relative;
3869    display: table;
3870    border-collapse: separate;
3871  }
3872  .input-group[class*="col-"] {
3873    float: none;
3874    padding-right: 0;
3875    padding-left: 0;
3876  }
3877  .input-group .form-control {
3878    position: relative;
3879    z-index: 2;
3880    float: left;
3881    width: 100%;
3882    margin-bottom: 0;
3883  }
3884  .input-group .form-control:focus {
3885    z-index: 3;
3886  }
3887  .input-group-lg > .form-control,
3888  .input-group-lg > .input-group-addon,
3889  .input-group-lg > .input-group-btn > .btn {
3890    height: 54px;
3891    padding: 14px 16px;
3892    font-size: 18px;
3893    line-height: 1.3333333;
3894    border-radius: 6px;
3895  }
3896  select.input-group-lg > .form-control,
3897  select.input-group-lg > .input-group-addon,
3898  select.input-group-lg > .input-group-btn > .btn {
3899    height: 54px;
3900    line-height: 54px;
3901  }
3902  textarea.input-group-lg > .form-control,
3903  textarea.input-group-lg > .input-group-addon,
3904  textarea.input-group-lg > .input-group-btn > .btn,
3905  select[multiple].input-group-lg > .form-control,
3906  select[multiple].input-group-lg > .input-group-addon,
3907  select[multiple].input-group-lg > .input-group-btn > .btn {
3908    height: auto;
3909  }
3910  .input-group-sm > .form-control,
3911  .input-group-sm > .input-group-addon,
3912  .input-group-sm > .input-group-btn > .btn {
3913    height: 30px;
3914    padding: 5px 10px;
3915    font-size: 12px;
3916    line-height: 1.5;
3917    border-radius: 3px;
3918  }
3919  select.input-group-sm > .form-control,
3920  select.input-group-sm > .input-group-addon,
3921  select.input-group-sm > .input-group-btn > .btn {
3922    height: 30px;
3923    line-height: 30px;
3924  }
3925  textarea.input-group-sm > .form-control,
3926  textarea.input-group-sm > .input-group-addon,
3927  textarea.input-group-sm > .input-group-btn > .btn,
3928  select[multiple].input-group-sm > .form-control,
3929  select[multiple].input-group-sm > .input-group-addon,
3930  select[multiple].input-group-sm > .input-group-btn > .btn {
3931    height: auto;
3932  }
3933  .input-group-addon,
3934  .input-group-btn,
3935  .input-group .form-control {
3936    display: table-cell;
3937  }
3938  .input-group-addon:not(:first-child):not(:last-child),
3939  .input-group-btn:not(:first-child):not(:last-child),
3940  .input-group .form-control:not(:first-child):not(:last-child) {
3941    border-radius: 0;
3942  }
3943  .input-group-addon,
3944  .input-group-btn {
3945    width: 1%;
3946    white-space: nowrap;
3947    vertical-align: middle;
3948  }
3949  .input-group-addon {
3950    padding: 8px 12px;
3951    font-size: 14px;
3952    font-weight: 400;
3953    line-height: 1;
3954    color: #272b30;
3955    text-align: center;
3956    background-color: #999999;
3957    border: 1px solid rgba(0, 0, 0, 0.6);
3958    border-radius: 4px;
3959  }
3960  .input-group-addon.input-sm {
3961    padding: 5px 10px;
3962    font-size: 12px;
3963    border-radius: 3px;
3964  }
3965  .input-group-addon.input-lg {
3966    padding: 14px 16px;
3967    font-size: 18px;
3968    border-radius: 6px;
3969  }
3970  .input-group-addon input[type="radio"],
3971  .input-group-addon input[type="checkbox"] {
3972    margin-top: 0;
3973  }
3974  .input-group .form-control:first-child,
3975  .input-group-addon:first-child,
3976  .input-group-btn:first-child > .btn,
3977  .input-group-btn:first-child > .btn-group > .btn,
3978  .input-group-btn:first-child > .dropdown-toggle,
3979  .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
3980  .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
3981    border-top-right-radius: 0;
3982    border-bottom-right-radius: 0;
3983  }
3984  .input-group-addon:first-child {
3985    border-right: 0;
3986  }
3987  .input-group .form-control:last-child,
3988  .input-group-addon:last-child,
3989  .input-group-btn:last-child > .btn,
3990  .input-group-btn:last-child > .btn-group > .btn,
3991  .input-group-btn:last-child > .dropdown-toggle,
3992  .input-group-btn:first-child > .btn:not(:first-child),
3993  .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
3994    border-top-left-radius: 0;
3995    border-bottom-left-radius: 0;
3996  }
3997  .input-group-addon:last-child {
3998    border-left: 0;
3999  }
4000  .input-group-btn {
4001    position: relative;
4002    font-size: 0;
4003    white-space: nowrap;
4004  }
4005  .input-group-btn > .btn {
4006    position: relative;
4007  }
4008  .input-group-btn > .btn + .btn {
4009    margin-left: -1px;
4010  }
4011  .input-group-btn > .btn:hover,
4012  .input-group-btn > .btn:focus,
4013  .input-group-btn > .btn:active {
4014    z-index: 2;
4015  }
4016  .input-group-btn:first-child > .btn,
4017  .input-group-btn:first-child > .btn-group {
4018    margin-right: -1px;
4019  }
4020  .input-group-btn:last-child > .btn,
4021  .input-group-btn:last-child > .btn-group {
4022    z-index: 2;
4023    margin-left: -1px;
4024  }
4025  .nav {
4026    padding-left: 0;
4027    margin-bottom: 0;
4028    list-style: none;
4029  }
4030  .nav > li {
4031    position: relative;
4032    display: block;
4033  }
4034  .nav > li > a {
4035    position: relative;
4036    display: block;
4037    padding: 10px 15px;
4038  }
4039  .nav > li > a:hover,
4040  .nav > li > a:focus {
4041    text-decoration: none;
4042    background-color: #3e444c;
4043  }
4044  .nav > li.disabled > a {
4045    color: #7a8288;
4046  }
4047  .nav > li.disabled > a:hover,
4048  .nav > li.disabled > a:focus {
4049    color: #7a8288;
4050    text-decoration: none;
4051    cursor: not-allowed;
4052    background-color: transparent;
4053  }
4054  .nav .open > a,
4055  .nav .open > a:hover,
4056  .nav .open > a:focus {
4057    background-color: #3e444c;
4058    border-color: #ffffff;
4059  }
4060  .nav .nav-divider {
4061    height: 1px;
4062    margin: 9px 0;
4063    overflow: hidden;
4064    background-color: #e5e5e5;
4065  }
4066  .nav > li > a > img {
4067    max-width: none;
4068  }
4069  .nav-tabs {
4070    border-bottom: 1px solid #1c1e22;
4071  }
4072  .nav-tabs > li {
4073    float: left;
4074    margin-bottom: -1px;
4075  }
4076  .nav-tabs > li > a {
4077    margin-right: 2px;
4078    line-height: 1.42857143;
4079    border: 1px solid transparent;
4080    border-radius: 4px 4px 0 0;
4081  }
4082  .nav-tabs > li > a:hover {
4083    border-color: #1c1e22 #1c1e22 #1c1e22;
4084    border-radius: 4px;
4085  }
4086  .nav-tabs > li.active > a,
4087  .nav-tabs > li.active > a:hover,
4088  .nav-tabs > li.active > a:focus {
4089    color: #ffffff;
4090    cursor: default;
4091    background-color: #3e444c;
4092    border: 1px solid #1c1e22;
4093  }
4094
4095  .nav-tabs.nav-justified {
4096    width: 100%;
4097    border-bottom: 0;
4098  }
4099  .nav-tabs.nav-justified > li {
4100    float: none;
4101  }
4102  .nav-tabs.nav-justified > li > a {
4103    margin-bottom: 5px;
4104    text-align: center;
4105  }
4106  .nav-tabs.nav-justified > .dropdown .dropdown-menu {
4107    top: auto;
4108    left: auto;
4109  }
4110  @media (min-width: 768px) {
4111    .nav-tabs.nav-justified > li {
4112      display: table-cell;
4113      width: 1%;
4114    }
4115    .nav-tabs.nav-justified > li > a {
4116      margin-bottom: 0;
4117    }
4118  }
4119  .nav-tabs.nav-justified > li > a {
4120    margin-right: 0;
4121    border-radius: 4px;
4122  }
4123  .nav-tabs.nav-justified > .active > a,
4124  .nav-tabs.nav-justified > .active > a:hover,
4125  .nav-tabs.nav-justified > .active > a:focus {
4126    border: 1px solid #1c1e22;
4127  }
4128  @media (min-width: 768px) {
4129    .nav-tabs.nav-justified > li > a {
4130      border-bottom: 1px solid #1c1e22;
4131      border-radius: 4px 4px 0 0;
4132    }
4133    .nav-tabs.nav-justified > .active > a,
4134    .nav-tabs.nav-justified > .active > a:hover,
4135    .nav-tabs.nav-justified > .active > a:focus {
4136      border-bottom-color: #272b30;
4137    }
4138  }
4139  .nav-pills > li {
4140    float: left;
4141  }
4142  .nav-pills > li > a {
4143    border-radius: 4px;
4144  }
4145  .nav-pills > li + li {
4146    margin-left: 2px;
4147  }
4148  .nav-pills > li.active > a,
4149  .nav-pills > li.active > a:hover,
4150  .nav-pills > li.active > a:focus {
4151    color: #ffffff;
4152    background-color: transparent;
4153  }
4154  .nav-stacked > li {
4155    float: none;
4156  }
4157  .nav-stacked > li + li {
4158    margin-top: 2px;
4159    margin-left: 0;
4160  }
4161  .nav-justified {
4162    width: 100%;
4163  }
4164  .nav-justified > li {
4165    float: none;
4166  }
4167  .nav-justified > li > a {
4168    margin-bottom: 5px;
4169    text-align: center;
4170  }
4171  .nav-justified > .dropdown .dropdown-menu {
4172    top: auto;
4173    left: auto;
4174  }
4175  @media (min-width: 768px) {
4176    .nav-justified > li {
4177      display: table-cell;
4178      width: 1%;
4179    }
4180    .nav-justified > li > a {
4181      margin-bottom: 0;
4182    }
4183  }
4184  .nav-tabs-justified {
4185    border-bottom: 0;
4186  }
4187  .nav-tabs-justified > li > a {
4188    margin-right: 0;
4189    border-radius: 4px;
4190  }
4191  .nav-tabs-justified > .active > a,
4192  .nav-tabs-justified > .active > a:hover,
4193  .nav-tabs-justified > .active > a:focus {
4194    border: 1px solid #1c1e22;
4195  }
4196  @media (min-width: 768px) {
4197    .nav-tabs-justified > li > a {
4198      border-bottom: 1px solid #1c1e22;
4199      border-radius: 4px 4px 0 0;
4200    }
4201    .nav-tabs-justified > .active > a,
4202    .nav-tabs-justified > .active > a:hover,
4203    .nav-tabs-justified > .active > a:focus {
4204      border-bottom-color: #272b30;
4205    }
4206  }
4207  .tab-content > .tab-pane {
4208    display: none;
4209  }
4210  .tab-content > .active {
4211    display: block;
4212  }
4213  .nav-tabs .dropdown-menu {
4214    margin-top: -1px;
4215    border-top-left-radius: 0;
4216    border-top-right-radius: 0;
4217  }
4218  .navbar {
4219    position: relative;
4220    min-height: 50px;
4221    margin-bottom: 20px;
4222    border: 1px solid transparent;
4223  }
4224  @media (min-width: 768px) {
4225    .navbar {
4226      border-radius: 4px;
4227    }
4228  }
4229  @media (min-width: 768px) {
4230    .navbar-header {
4231      float: left;
4232    }
4233  }
4234  .navbar-collapse {
4235    padding-right: 15px;
4236    padding-left: 15px;
4237    overflow-x: visible;
4238    border-top: 1px solid transparent;
4239    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
4240    -webkit-overflow-scrolling: touch;
4241  }
4242  .navbar-collapse.in {
4243    overflow-y: auto;
4244  }
4245  @media (min-width: 768px) {
4246    .navbar-collapse {
4247      width: auto;
4248      border-top: 0;
4249      box-shadow: none;
4250    }
4251    .navbar-collapse.collapse {
4252      display: block !important;
4253      height: auto !important;
4254      padding-bottom: 0;
4255      overflow: visible !important;
4256    }
4257    .navbar-collapse.in {
4258      overflow-y: visible;
4259    }
4260    .navbar-fixed-top .navbar-collapse,
4261    .navbar-static-top .navbar-collapse,
4262    .navbar-fixed-bottom .navbar-collapse {
4263      padding-right: 0;
4264      padding-left: 0;
4265    }
4266  }
4267  .navbar-fixed-top,
4268  .navbar-fixed-bottom {
4269    position: fixed;
4270    right: 0;
4271    left: 0;
4272    z-index: 1030;
4273  }
4274  .navbar-fixed-top .navbar-collapse,
4275  .navbar-fixed-bottom .navbar-collapse {
4276    max-height: 340px;
4277  }
4278  @media (max-device-width: 480px) and (orientation: landscape) {
4279    .navbar-fixed-top .navbar-collapse,
4280    .navbar-fixed-bottom .navbar-collapse {
4281      max-height: 200px;
4282    }
4283  }
4284  @media (min-width: 768px) {
4285    .navbar-fixed-top,
4286    .navbar-fixed-bottom {
4287      border-radius: 0;
4288    }
4289  }
4290  .navbar-fixed-top {
4291    top: 0;
4292    border-width: 0 0 1px;
4293  }
4294  .navbar-fixed-bottom {
4295    bottom: 0;
4296    margin-bottom: 0;
4297    border-width: 1px 0 0;
4298  }
4299  .container > .navbar-header,
4300  .container-fluid > .navbar-header,
4301  .container > .navbar-collapse,
4302  .container-fluid > .navbar-collapse {
4303    margin-right: -15px;
4304    margin-left: -15px;
4305  }
4306  @media (min-width: 768px) {
4307    .container > .navbar-header,
4308    .container-fluid > .navbar-header,
4309    .container > .navbar-collapse,
4310    .container-fluid > .navbar-collapse {
4311      margin-right: 0;
4312      margin-left: 0;
4313    }
4314  }
4315  .navbar-static-top {
4316    z-index: 1000;
4317    border-width: 0 0 1px;
4318  }
4319  @media (min-width: 768px) {
4320    .navbar-static-top {
4321      border-radius: 0;
4322    }
4323  }
4324  .navbar-brand {
4325    float: left;
4326    height: 50px;
4327    padding: 15px 15px;
4328    font-size: 18px;
4329    line-height: 20px;
4330  }
4331  .navbar-brand:hover,
4332  .navbar-brand:focus {
4333    text-decoration: none;
4334  }
4335  .navbar-brand > img {
4336    display: block;
4337  }
4338  @media (min-width: 768px) {
4339    .navbar > .container .navbar-brand,
4340    .navbar > .container-fluid .navbar-brand {
4341      margin-left: -15px;
4342    }
4343  }
4344  .navbar-toggle {
4345    position: relative;
4346    float: right;
4347    padding: 9px 10px;
4348    margin-right: 15px;
4349    margin-top: 8px;
4350    margin-bottom: 8px;
4351    background-color: transparent;
4352    background-image: none;
4353    border: 1px solid transparent;
4354    border-radius: 4px;
4355  }
4356  .navbar-toggle:focus {
4357    outline: 0;
4358  }
4359  .navbar-toggle .icon-bar {
4360    display: block;
4361    width: 22px;
4362    height: 2px;
4363    border-radius: 1px;
4364  }
4365  .navbar-toggle .icon-bar + .icon-bar {
4366    margin-top: 4px;
4367  }
4368  @media (min-width: 768px) {
4369    .navbar-toggle {
4370      display: none;
4371    }
4372  }
4373  .navbar-nav {
4374    margin: 7.5px -15px;
4375  }
4376  .navbar-nav > li > a {
4377    padding-top: 10px;
4378    padding-bottom: 10px;
4379    line-height: 20px;
4380  }
4381  @media (max-width: 767px) {
4382    .navbar-nav .open .dropdown-menu {
4383      position: static;
4384      float: none;
4385      width: auto;
4386      margin-top: 0;
4387      background-color: transparent;
4388      border: 0;
4389      box-shadow: none;
4390    }
4391    .navbar-nav .open .dropdown-menu > li > a,
4392    .navbar-nav .open .dropdown-menu .dropdown-header {
4393      padding: 5px 15px 5px 25px;
4394    }
4395    .navbar-nav .open .dropdown-menu > li > a {
4396      line-height: 20px;
4397    }
4398    .navbar-nav .open .dropdown-menu > li > a:hover,
4399    .navbar-nav .open .dropdown-menu > li > a:focus {
4400      background-image: none;
4401    }
4402  }
4403  @media (min-width: 768px) {
4404    .navbar-nav {
4405      float: left;
4406      margin: 0;
4407    }
4408    .navbar-nav > li {
4409      float: left;
4410    }
4411    .navbar-nav > li > a {
4412      padding-top: 15px;
4413      padding-bottom: 15px;
4414    }
4415  }
4416  .navbar-form {
4417    padding: 10px 15px;
4418    margin-right: -15px;
4419    margin-left: -15px;
4420    border-top: 1px solid transparent;
4421    border-bottom: 1px solid transparent;
4422    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
4423    margin-top: 6px;
4424    margin-bottom: 6px;
4425  }
4426  @media (min-width: 768px) {
4427    .navbar-form .form-group {
4428      display: inline-block;
4429      margin-bottom: 0;
4430      vertical-align: middle;
4431    }
4432    .navbar-form .form-control {
4433      display: inline-block;
4434      width: auto;
4435      vertical-align: middle;
4436    }
4437    .navbar-form .form-control-static {
4438      display: inline-block;
4439    }
4440    .navbar-form .input-group {
4441      display: inline-table;
4442      vertical-align: middle;
4443    }
4444    .navbar-form .input-group .input-group-addon,
4445    .navbar-form .input-group .input-group-btn,
4446    .navbar-form .input-group .form-control {
4447      width: auto;
4448    }
4449    .navbar-form .input-group > .form-control {
4450      width: 100%;
4451    }
4452    .navbar-form .control-label {
4453      margin-bottom: 0;
4454      vertical-align: middle;
4455    }
4456    .navbar-form .radio,
4457    .navbar-form .checkbox {
4458      display: inline-block;
4459      margin-top: 0;
4460      margin-bottom: 0;
4461      vertical-align: middle;
4462    }
4463    .navbar-form .radio label,
4464    .navbar-form .checkbox label {
4465      padding-left: 0;
4466    }
4467    .navbar-form .radio input[type="radio"],
4468    .navbar-form .checkbox input[type="checkbox"] {
4469      position: relative;
4470      margin-left: 0;
4471    }
4472    .navbar-form .has-feedback .form-control-feedback {
4473      top: 0;
4474    }
4475  }
4476  @media (max-width: 767px) {
4477    .navbar-form .form-group {
4478      margin-bottom: 5px;
4479    }
4480    .navbar-form .form-group:last-child {
4481      margin-bottom: 0;
4482    }
4483  }
4484  @media (min-width: 768px) {
4485    .navbar-form {
4486      width: auto;
4487      padding-top: 0;
4488      padding-bottom: 0;
4489      margin-right: 0;
4490      margin-left: 0;
4491      border: 0;
4492      box-shadow: none;
4493    }
4494  }
4495  .navbar-nav > li > .dropdown-menu {
4496    margin-top: 0;
4497    border-top-left-radius: 0;
4498    border-top-right-radius: 0;
4499  }
4500  .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
4501    margin-bottom: 0;
4502    border-top-left-radius: 4px;
4503    border-top-right-radius: 4px;
4504    border-bottom-right-radius: 0;
4505    border-bottom-left-radius: 0;
4506  }
4507  .navbar-btn {
4508    margin-top: 6px;
4509    margin-bottom: 6px;
4510  }
4511  .navbar-btn.btn-sm {
4512    margin-top: 10px;
4513    margin-bottom: 10px;
4514  }
4515  .navbar-btn.btn-xs {
4516    margin-top: 14px;
4517    margin-bottom: 14px;
4518  }
4519  .navbar-text {
4520    margin-top: 15px;
4521    margin-bottom: 15px;
4522  }
4523  @media (min-width: 768px) {
4524    .navbar-text {
4525      float: left;
4526      margin-right: 15px;
4527      margin-left: 15px;
4528    }
4529  }
4530  @media (min-width: 768px) {
4531    .navbar-left {
4532      float: left !important;
4533    }
4534    .navbar-right {
4535      float: right !important;
4536      margin-right: -15px;
4537    }
4538    .navbar-right ~ .navbar-right {
4539      margin-right: 0;
4540    }
4541  }
4542  .navbar-default {
4543    background-color: #3a3f44;
4544    border-color: #2b2e32;
4545  }
4546  .navbar-default .navbar-brand {
4547    color: #c8c8c8;
4548  }
4549  .navbar-default .navbar-brand:hover,
4550  .navbar-default .navbar-brand:focus {
4551    color: #ffffff;
4552    background-color: none;
4553  }
4554  .navbar-default .navbar-text {
4555    color: #c8c8c8;
4556  }
4557  .navbar-default .navbar-nav > li > a {
4558    color: #c8c8c8;
4559  }
4560  .navbar-default .navbar-nav > li > a:hover,
4561  .navbar-default .navbar-nav > li > a:focus {
4562    color: #ffffff;
4563    background-color: #272b2e;
4564  }
4565  .navbar-default .navbar-nav > .active > a,
4566  .navbar-default .navbar-nav > .active > a:hover,
4567  .navbar-default .navbar-nav > .active > a:focus {
4568    color: #ffffff;
4569    background-color: #272b2e;
4570  }
4571  .navbar-default .navbar-nav > .disabled > a,
4572  .navbar-default .navbar-nav > .disabled > a:hover,
4573  .navbar-default .navbar-nav > .disabled > a:focus {
4574    color: #cccccc;
4575    background-color: transparent;
4576  }
4577  .navbar-default .navbar-nav > .open > a,
4578  .navbar-default .navbar-nav > .open > a:hover,
4579  .navbar-default .navbar-nav > .open > a:focus {
4580    color: #ffffff;
4581    background-color: #272b2e;
4582  }
4583  @media (max-width: 767px) {
4584    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
4585      color: #c8c8c8;
4586    }
4587    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
4588    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
4589      color: #ffffff;
4590      background-color: #272b2e;
4591    }
4592    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
4593    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
4594    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
4595      color: #ffffff;
4596      background-color: #272b2e;
4597    }
4598    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
4599    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4600    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4601      color: #cccccc;
4602      background-color: transparent;
4603    }
4604  }
4605  .navbar-default .navbar-toggle {
4606    border-color: #272b2e;
4607  }
4608  .navbar-default .navbar-toggle:hover,
4609  .navbar-default .navbar-toggle:focus {
4610    background-color: #272b2e;
4611  }
4612  .navbar-default .navbar-toggle .icon-bar {
4613    background-color: #c8c8c8;
4614  }
4615  .navbar-default .navbar-collapse,
4616  .navbar-default .navbar-form {
4617    border-color: #2b2e32;
4618  }
4619  .navbar-default .navbar-link {
4620    color: #c8c8c8;
4621  }
4622  .navbar-default .navbar-link:hover {
4623    color: #ffffff;
4624  }
4625  .navbar-default .btn-link {
4626    color: #c8c8c8;
4627  }
4628  .navbar-default .btn-link:hover,
4629  .navbar-default .btn-link:focus {
4630    color: #ffffff;
4631  }
4632  .navbar-default .btn-link[disabled]:hover,
4633  fieldset[disabled] .navbar-default .btn-link:hover,
4634  .navbar-default .btn-link[disabled]:focus,
4635  fieldset[disabled] .navbar-default .btn-link:focus {
4636    color: #cccccc;
4637  }
4638  .navbar-inverse {
4639    background-color: #7a8288;
4640    border-color: #62686d;
4641  }
4642  .navbar-inverse .navbar-brand {
4643    color: #cccccc;
4644  }
4645  .navbar-inverse .navbar-brand:hover,
4646  .navbar-inverse .navbar-brand:focus {
4647    color: #ffffff;
4648    background-color: none;
4649  }
4650  .navbar-inverse .navbar-text {
4651    color: #cccccc;
4652  }
4653  .navbar-inverse .navbar-nav > li > a {
4654    color: #cccccc;
4655  }
4656  .navbar-inverse .navbar-nav > li > a:hover,
4657  .navbar-inverse .navbar-nav > li > a:focus {
4658    color: #ffffff;
4659    background-color: #5d6368;
4660  }
4661  .navbar-inverse .navbar-nav > .active > a,
4662  .navbar-inverse .navbar-nav > .active > a:hover,
4663  .navbar-inverse .navbar-nav > .active > a:focus {
4664    color: #ffffff;
4665    background-color: #5d6368;
4666  }
4667  .navbar-inverse .navbar-nav > .disabled > a,
4668  .navbar-inverse .navbar-nav > .disabled > a:hover,
4669  .navbar-inverse .navbar-nav > .disabled > a:focus {
4670    color: #cccccc;
4671    background-color: transparent;
4672  }
4673  .navbar-inverse .navbar-nav > .open > a,
4674  .navbar-inverse .navbar-nav > .open > a:hover,
4675  .navbar-inverse .navbar-nav > .open > a:focus {
4676    color: #ffffff;
4677    background-color: #5d6368;
4678  }
4679  @media (max-width: 767px) {
4680    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
4681      border-color: #62686d;
4682    }
4683    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
4684      background-color: #62686d;
4685    }
4686    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
4687      color: #cccccc;
4688    }
4689    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
4690    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
4691      color: #ffffff;
4692      background-color: #5d6368;
4693    }
4694    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
4695    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
4696    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
4697      color: #ffffff;
4698      background-color: #5d6368;
4699    }
4700    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
4701    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4702    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4703      color: #cccccc;
4704      background-color: transparent;
4705    }
4706  }
4707  .navbar-inverse .navbar-toggle {
4708    border-color: #5d6368;
4709  }
4710  .navbar-inverse .navbar-toggle:hover,
4711  .navbar-inverse .navbar-toggle:focus {
4712    background-color: #5d6368;
4713  }
4714  .navbar-inverse .navbar-toggle .icon-bar {
4715    background-color: #ffffff;
4716  }
4717  .navbar-inverse .navbar-collapse,
4718  .navbar-inverse .navbar-form {
4719    border-color: #697075;
4720  }
4721  .navbar-inverse .navbar-link {
4722    color: #cccccc;
4723  }
4724  .navbar-inverse .navbar-link:hover {
4725    color: #ffffff;
4726  }
4727  .navbar-inverse .btn-link {
4728    color: #cccccc;
4729  }
4730  .navbar-inverse .btn-link:hover,
4731  .navbar-inverse .btn-link:focus {
4732    color: #ffffff;
4733  }
4734  .navbar-inverse .btn-link[disabled]:hover,
4735  fieldset[disabled] .navbar-inverse .btn-link:hover,
4736  .navbar-inverse .btn-link[disabled]:focus,
4737  fieldset[disabled] .navbar-inverse .btn-link:focus {
4738    color: #cccccc;
4739  }
4740  .breadcrumb {
4741    padding: 8px 15px;
4742    margin-bottom: 20px;
4743    list-style: none;
4744    background-color: transparent;
4745    border-radius: 4px;
4746  }
4747  .breadcrumb > li {
4748    display: inline-block;
4749  }
4750  .breadcrumb > li + li:before {
4751    padding: 0 5px;
4752    color: #cccccc;
4753    content: "/\00a0";
4754  }
4755  .breadcrumb > .active {
4756    color: #7a8288;
4757  }
4758  .pagination {
4759    display: inline-block;
4760    padding-left: 0;
4761    margin: 20px 0;
4762    border-radius: 4px;
4763  }
4764  .pagination > li {
4765    display: inline;
4766  }
4767  .pagination > li > a,
4768  .pagination > li > span {
4769    position: relative;
4770    float: left;
4771    padding: 8px 12px;
4772    margin-left: -1px;
4773    line-height: 1.42857143;
4774    color: #ffffff;
4775    text-decoration: none;
4776    background-color: #3a3f44;
4777    border: 1px solid rgba(0, 0, 0, 0.6);
4778  }
4779  .pagination > li > a:hover,
4780  .pagination > li > span:hover,
4781  .pagination > li > a:focus,
4782  .pagination > li > span:focus {
4783    z-index: 2;
4784    color: #ffffff;
4785    background-color: transparent;
4786    border-color: rgba(0, 0, 0, 0.6);
4787  }
4788  .pagination > li:first-child > a,
4789  .pagination > li:first-child > span {
4790    margin-left: 0;
4791    border-top-left-radius: 4px;
4792    border-bottom-left-radius: 4px;
4793  }
4794  .pagination > li:last-child > a,
4795  .pagination > li:last-child > span {
4796    border-top-right-radius: 4px;
4797    border-bottom-right-radius: 4px;
4798  }
4799  .pagination > .active > a,
4800  .pagination > .active > span,
4801  .pagination > .active > a:hover,
4802  .pagination > .active > span:hover,
4803  .pagination > .active > a:focus,
4804  .pagination > .active > span:focus {
4805    z-index: 3;
4806    color: #ffffff;
4807    cursor: default;
4808    background-color: #232628;
4809    border-color: rgba(0, 0, 0, 0.6);
4810  }
4811  .pagination > .disabled > span,
4812  .pagination > .disabled > span:hover,
4813  .pagination > .disabled > span:focus,
4814  .pagination > .disabled > a,
4815  .pagination > .disabled > a:hover,
4816  .pagination > .disabled > a:focus {
4817    color: #7a8288;
4818    cursor: not-allowed;
4819    background-color: #ffffff;
4820    border-color: rgba(0, 0, 0, 0.6);
4821  }
4822  .pagination-lg > li > a,
4823  .pagination-lg > li > span {
4824    padding: 14px 16px;
4825    font-size: 18px;
4826    line-height: 1.3333333;
4827  }
4828  .pagination-lg > li:first-child > a,
4829  .pagination-lg > li:first-child > span {
4830    border-top-left-radius: 6px;
4831    border-bottom-left-radius: 6px;
4832  }
4833  .pagination-lg > li:last-child > a,
4834  .pagination-lg > li:last-child > span {
4835    border-top-right-radius: 6px;
4836    border-bottom-right-radius: 6px;
4837  }
4838  .pagination-sm > li > a,
4839  .pagination-sm > li > span {
4840    padding: 5px 10px;
4841    font-size: 12px;
4842    line-height: 1.5;
4843  }
4844  .pagination-sm > li:first-child > a,
4845  .pagination-sm > li:first-child > span {
4846    border-top-left-radius: 3px;
4847    border-bottom-left-radius: 3px;
4848  }
4849  .pagination-sm > li:last-child > a,
4850  .pagination-sm > li:last-child > span {
4851    border-top-right-radius: 3px;
4852    border-bottom-right-radius: 3px;
4853  }
4854  .pager {
4855    padding-left: 0;
4856    margin: 20px 0;
4857    text-align: center;
4858    list-style: none;
4859  }
4860  .pager li {
4861    display: inline;
4862  }
4863  .pager li > a,
4864  .pager li > span {
4865    display: inline-block;
4866    padding: 5px 14px;
4867    background-color: #3a3f44;
4868    border: 1px solid rgba(0, 0, 0, 0.6);
4869    border-radius: 15px;
4870  }
4871  .pager li > a:hover,
4872  .pager li > a:focus {
4873    text-decoration: none;
4874    background-color: transparent;
4875  }
4876  .pager .next > a,
4877  .pager .next > span {
4878    float: right;
4879  }
4880  .pager .previous > a,
4881  .pager .previous > span {
4882    float: left;
4883  }
4884  .pager .disabled > a,
4885  .pager .disabled > a:hover,
4886  .pager .disabled > a:focus,
4887  .pager .disabled > span {
4888    color: #7a8288;
4889    cursor: not-allowed;
4890    background-color: #3a3f44;
4891  }
4892  .label {
4893    display: inline;
4894    padding: .2em .6em .3em;
4895    font-size: 75%;
4896    font-weight: 700;
4897    line-height: 1;
4898    color: #ffffff;
4899    text-align: center;
4900    white-space: nowrap;
4901    vertical-align: baseline;
4902    border-radius: .25em;
4903  }
4904  a.label:hover,
4905  a.label:focus {
4906    color: #ffffff;
4907    text-decoration: none;
4908    cursor: pointer;
4909  }
4910  .label:empty {
4911    display: none;
4912  }
4913  .btn .label {
4914    position: relative;
4915    top: -1px;
4916  }
4917  .label-default {
4918    background-color: #3a3f44;
4919  }
4920  .label-default[href]:hover,
4921  .label-default[href]:focus {
4922    background-color: #232628;
4923  }
4924  .label-primary {
4925    background-color: #7a8288;
4926  }
4927  .label-primary[href]:hover,
4928  .label-primary[href]:focus {
4929    background-color: #62686d;
4930  }
4931  .label-success {
4932    background-color: #62c462;
4933  }
4934  .label-success[href]:hover,
4935  .label-success[href]:focus {
4936    background-color: #42b142;
4937  }
4938  .label-info {
4939    background-color: #5bc0de;
4940  }
4941  .label-info[href]:hover,
4942  .label-info[href]:focus {
4943    background-color: #31b0d5;
4944  }
4945  .label-warning {
4946    background-color: #f89406;
4947  }
4948  .label-warning[href]:hover,
4949  .label-warning[href]:focus {
4950    background-color: #c67605;
4951  }
4952  .label-danger {
4953    background-color: #ee5f5b;
4954  }
4955  .label-danger[href]:hover,
4956  .label-danger[href]:focus {
4957    background-color: #e9322d;
4958  }
4959  .badge {
4960    display: inline-block;
4961    min-width: 10px;
4962    padding: 3px 7px;
4963    font-size: 12px;
4964    font-weight: bold;
4965    line-height: 1;
4966    color: #ffffff;
4967    text-align: center;
4968    white-space: nowrap;
4969    vertical-align: middle;
4970    background-color: #7a8288;
4971    border-radius: 10px;
4972  }
4973  .badge:empty {
4974    display: none;
4975  }
4976  .btn .badge {
4977    position: relative;
4978    top: -1px;
4979  }
4980  .btn-xs .badge,
4981  .btn-group-xs > .btn .badge {
4982    top: 0;
4983    padding: 1px 5px;
4984  }
4985  a.badge:hover,
4986  a.badge:focus {
4987    color: #ffffff;
4988    text-decoration: none;
4989    cursor: pointer;
4990  }
4991  .list-group-item.active > .badge,
4992  .nav-pills > .active > a > .badge {
4993    color: #ffffff;
4994    background-color: #7a8288;
4995  }
4996  .list-group-item > .badge {
4997    float: right;
4998  }
4999  .list-group-item > .badge + .badge {
5000    margin-right: 5px;
5001  }
5002  .nav-pills > li > a > .badge {
5003    margin-left: 3px;
5004  }
5005  .jumbotron {
5006    padding-top: 30px;
5007    padding-bottom: 30px;
5008    margin-bottom: 30px;
5009    color: inherit;
5010    background-color: #1c1e22;
5011  }
5012  .jumbotron h1,
5013  .jumbotron .h1 {
5014    color: inherit;
5015  }
5016  .jumbotron p {
5017    margin-bottom: 15px;
5018    font-size: 21px;
5019    font-weight: 200;
5020  }
5021  .jumbotron > hr {
5022    border-top-color: #050506;
5023  }
5024  .container .jumbotron,
5025  .container-fluid .jumbotron {
5026    padding-right: 15px;
5027    padding-left: 15px;
5028    border-radius: 6px;
5029  }
5030  .jumbotron .container {
5031    max-width: 100%;
5032  }
5033  @media screen and (min-width: 768px) {
5034    .jumbotron {
5035      padding-top: 48px;
5036      padding-bottom: 48px;
5037    }
5038    .container .jumbotron,
5039    .container-fluid .jumbotron {
5040      padding-right: 60px;
5041      padding-left: 60px;
5042    }
5043    .jumbotron h1,
5044    .jumbotron .h1 {
5045      font-size: 63px;
5046    }
5047  }
5048  .thumbnail {
5049    display: block;
5050    padding: 4px;
5051    margin-bottom: 20px;
5052    line-height: 1.42857143;
5053    background-color: #1c1e22;
5054    border: 1px solid #0c0d0e;
5055    border-radius: 4px;
5056    transition: border 0.2s ease-in-out;
5057  }
5058  .thumbnail > img,
5059  .thumbnail a > img {
5060    margin-right: auto;
5061    margin-left: auto;
5062  }
5063  a.thumbnail:hover,
5064  a.thumbnail:focus,
5065  a.thumbnail.active {
5066    border-color: #ffffff;
5067  }
5068  .thumbnail .caption {
5069    padding: 9px;
5070    color: #c8c8c8;
5071  }
5072  .alert {
5073    padding: 15px;
5074    margin-bottom: 20px;
5075    border: 1px solid transparent;
5076    border-radius: 4px;
5077  }
5078  .alert h4 {
5079    margin-top: 0;
5080    color: inherit;
5081  }
5082  .alert .alert-link {
5083    font-weight: bold;
5084  }
5085  .alert > p,
5086  .alert > ul {
5087    margin-bottom: 0;
5088  }
5089  .alert > p + p {
5090    margin-top: 5px;
5091  }
5092  .alert-dismissable,
5093  .alert-dismissible {
5094    padding-right: 35px;
5095  }
5096  .alert-dismissable .close,
5097  .alert-dismissible .close {
5098    position: relative;
5099    top: -2px;
5100    right: -21px;
5101    color: inherit;
5102  }
5103  .alert-success {
5104    color: #ffffff;
5105    background-color: #62c462;
5106    border-color: #62bd4f;
5107  }
5108  .alert-success hr {
5109    border-top-color: #55b142;
5110  }
5111  .alert-success .alert-link {
5112    color: #e6e6e6;
5113  }
5114  .alert-info {
5115    color: #ffffff;
5116    background-color: #5bc0de;
5117    border-color: #3dced8;
5118  }
5119  .alert-info hr {
5120    border-top-color: #2ac7d2;
5121  }
5122  .alert-info .alert-link {
5123    color: #e6e6e6;
5124  }
5125  .alert-warning {
5126    color: #ffffff;
5127    background-color: #f89406;
5128    border-color: #e96506;
5129  }
5130  .alert-warning hr {
5131    border-top-color: #d05a05;
5132  }
5133  .alert-warning .alert-link {
5134    color: #e6e6e6;
5135  }
5136  .alert-danger {
5137    color: #ffffff;
5138    background-color: #ee5f5b;
5139    border-color: #ed4d63;
5140  }
5141  .alert-danger hr {
5142    border-top-color: #ea364f;
5143  }
5144  .alert-danger .alert-link {
5145    color: #e6e6e6;
5146  }
5147  @-webkit-keyframes progress-bar-stripes {
5148    from {
5149      background-position: 40px 0;
5150    }
5151    to {
5152      background-position: 0 0;
5153    }
5154  }
5155  @keyframes progress-bar-stripes {
5156    from {
5157      background-position: 40px 0;
5158    }
5159    to {
5160      background-position: 0 0;
5161    }
5162  }
5163  .progress {
5164    height: 20px;
5165    margin-bottom: 20px;
5166    overflow: hidden;
5167    background-color: #1c1e22;
5168    border-radius: 4px;
5169    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5170  }
5171  .progress-bar {
5172    float: left;
5173    width: 0%;
5174    height: 100%;
5175    font-size: 12px;
5176    line-height: 20px;
5177    color: #ffffff;
5178    text-align: center;
5179    background-color: #7a8288;
5180    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5181    transition: width 0.6s ease;
5182  }
5183  .progress-striped .progress-bar,
5184  .progress-bar-striped {
5185    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5186    background-size: 40px 40px;
5187  }
5188  .progress.active .progress-bar,
5189  .progress-bar.active {
5190    -webkit-animation: progress-bar-stripes 2s linear infinite;
5191    animation: progress-bar-stripes 2s linear infinite;
5192  }
5193  .progress-bar-success {
5194    background-color: #62c462;
5195  }
5196  .progress-striped .progress-bar-success {
5197    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5198  }
5199  .progress-bar-info {
5200    background-color: #5bc0de;
5201  }
5202  .progress-striped .progress-bar-info {
5203    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5204  }
5205  .progress-bar-warning {
5206    background-color: #f89406;
5207  }
5208  .progress-striped .progress-bar-warning {
5209    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5210  }
5211  .progress-bar-danger {
5212    background-color: #ee5f5b;
5213  }
5214  .progress-striped .progress-bar-danger {
5215    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5216  }
5217  .media {
5218    margin-top: 15px;
5219  }
5220  .media:first-child {
5221    margin-top: 0;
5222  }
5223  .media,
5224  .media-body {
5225    overflow: hidden;
5226    zoom: 1;
5227  }
5228  .media-body {
5229    width: 10000px;
5230  }
5231  .media-object {
5232    display: block;
5233  }
5234  .media-object.img-thumbnail {
5235    max-width: none;
5236  }
5237  .media-right,
5238  .media > .pull-right {
5239    padding-left: 10px;
5240  }
5241  .media-left,
5242  .media > .pull-left {
5243    padding-right: 10px;
5244  }
5245  .media-left,
5246  .media-right,
5247  .media-body {
5248    display: table-cell;
5249    vertical-align: top;
5250  }
5251  .media-middle {
5252    vertical-align: middle;
5253  }
5254  .media-bottom {
5255    vertical-align: bottom;
5256  }
5257  .media-heading {
5258    margin-top: 0;
5259    margin-bottom: 5px;
5260  }
5261  .media-list {
5262    padding-left: 0;
5263    list-style: none;
5264  }
5265  .list-group {
5266    padding-left: 0;
5267    margin-bottom: 20px;
5268  }
5269  .list-group-item {
5270    position: relative;
5271    display: block;
5272    padding: 10px 15px;
5273    margin-bottom: -1px;
5274    background-color: #32383e;
5275    border: 1px solid rgba(0, 0, 0, 0.6);
5276  }
5277  .list-group-item:first-child {
5278    border-top-left-radius: 4px;
5279    border-top-right-radius: 4px;
5280  }
5281  .list-group-item:last-child {
5282    margin-bottom: 0;
5283    border-bottom-right-radius: 4px;
5284    border-bottom-left-radius: 4px;
5285  }
5286  .list-group-item.disabled,
5287  .list-group-item.disabled:hover,
5288  .list-group-item.disabled:focus {
5289    color: #7a8288;
5290    cursor: not-allowed;
5291    background-color: #999999;
5292  }
5293  .list-group-item.disabled .list-group-item-heading,
5294  .list-group-item.disabled:hover .list-group-item-heading,
5295  .list-group-item.disabled:focus .list-group-item-heading {
5296    color: inherit;
5297  }
5298  .list-group-item.disabled .list-group-item-text,
5299  .list-group-item.disabled:hover .list-group-item-text,
5300  .list-group-item.disabled:focus .list-group-item-text {
5301    color: #7a8288;
5302  }
5303  .list-group-item.active,
5304  .list-group-item.active:hover,
5305  .list-group-item.active:focus {
5306    z-index: 2;
5307    color: #ffffff;
5308    background-color: #3e444c;
5309    border-color: rgba(0, 0, 0, 0.6);
5310  }
5311  .list-group-item.active .list-group-item-heading,
5312  .list-group-item.active:hover .list-group-item-heading,
5313  .list-group-item.active:focus .list-group-item-heading,
5314  .list-group-item.active .list-group-item-heading > small,
5315  .list-group-item.active:hover .list-group-item-heading > small,
5316  .list-group-item.active:focus .list-group-item-heading > small,
5317  .list-group-item.active .list-group-item-heading > .small,
5318  .list-group-item.active:hover .list-group-item-heading > .small,
5319  .list-group-item.active:focus .list-group-item-heading > .small {
5320    color: inherit;
5321  }
5322  .list-group-item.active .list-group-item-text,
5323  .list-group-item.active:hover .list-group-item-text,
5324  .list-group-item.active:focus .list-group-item-text {
5325    color: #a2aab4;
5326  }
5327  a.list-group-item,
5328  button.list-group-item {
5329    color: #c8c8c8;
5330  }
5331  a.list-group-item .list-group-item-heading,
5332  button.list-group-item .list-group-item-heading {
5333    color: #ffffff;
5334  }
5335  a.list-group-item:hover,
5336  button.list-group-item:hover,
5337  a.list-group-item:focus,
5338  button.list-group-item:focus {
5339    color: #c8c8c8;
5340    text-decoration: none;
5341    background-color: #3e444c;
5342  }
5343  button.list-group-item {
5344    width: 100%;
5345    text-align: left;
5346  }
5347  .list-group-item-success {
5348    color: #ffffff;
5349    background-color: #62c462;
5350  }
5351  a.list-group-item-success,
5352  button.list-group-item-success {
5353    color: #ffffff;
5354  }
5355  a.list-group-item-success .list-group-item-heading,
5356  button.list-group-item-success .list-group-item-heading {
5357    color: inherit;
5358  }
5359  a.list-group-item-success:hover,
5360  button.list-group-item-success:hover,
5361  a.list-group-item-success:focus,
5362  button.list-group-item-success:focus {
5363    color: #ffffff;
5364    background-color: #4fbd4f;
5365  }
5366  a.list-group-item-success.active,
5367  button.list-group-item-success.active,
5368  a.list-group-item-success.active:hover,
5369  button.list-group-item-success.active:hover,
5370  a.list-group-item-success.active:focus,
5371  button.list-group-item-success.active:focus {
5372    color: #fff;
5373    background-color: #ffffff;
5374    border-color: #ffffff;
5375  }
5376  .list-group-item-info {
5377    color: #ffffff;
5378    background-color: #5bc0de;
5379  }
5380  a.list-group-item-info,
5381  button.list-group-item-info {
5382    color: #ffffff;
5383  }
5384  a.list-group-item-info .list-group-item-heading,
5385  button.list-group-item-info .list-group-item-heading {
5386    color: inherit;
5387  }
5388  a.list-group-item-info:hover,
5389  button.list-group-item-info:hover,
5390  a.list-group-item-info:focus,
5391  button.list-group-item-info:focus {
5392    color: #ffffff;
5393    background-color: #46b8da;
5394  }
5395  a.list-group-item-info.active,
5396  button.list-group-item-info.active,
5397  a.list-group-item-info.active:hover,
5398  button.list-group-item-info.active:hover,
5399  a.list-group-item-info.active:focus,
5400  button.list-group-item-info.active:focus {
5401    color: #fff;
5402    background-color: #ffffff;
5403    border-color: #ffffff;
5404  }
5405  .list-group-item-warning {
5406    color: #ffffff;
5407    background-color: #f89406;
5408  }
5409  a.list-group-item-warning,
5410  button.list-group-item-warning {
5411    color: #ffffff;
5412  }
5413  a.list-group-item-warning .list-group-item-heading,
5414  button.list-group-item-warning .list-group-item-heading {
5415    color: inherit;
5416  }
5417  a.list-group-item-warning:hover,
5418  button.list-group-item-warning:hover,
5419  a.list-group-item-warning:focus,
5420  button.list-group-item-warning:focus {
5421    color: #ffffff;
5422    background-color: #df8505;
5423  }
5424  a.list-group-item-warning.active,
5425  button.list-group-item-warning.active,
5426  a.list-group-item-warning.active:hover,
5427  button.list-group-item-warning.active:hover,
5428  a.list-group-item-warning.active:focus,
5429  button.list-group-item-warning.active:focus {
5430    color: #fff;
5431    background-color: #ffffff;
5432    border-color: #ffffff;
5433  }
5434  .list-group-item-danger {
5435    color: #ffffff;
5436    background-color: #ee5f5b;
5437  }
5438  a.list-group-item-danger,
5439  button.list-group-item-danger {
5440    color: #ffffff;
5441  }
5442  a.list-group-item-danger .list-group-item-heading,
5443  button.list-group-item-danger .list-group-item-heading {
5444    color: inherit;
5445  }
5446  a.list-group-item-danger:hover,
5447  button.list-group-item-danger:hover,
5448  a.list-group-item-danger:focus,
5449  button.list-group-item-danger:focus {
5450    color: #ffffff;
5451    background-color: #ec4844;
5452  }
5453  a.list-group-item-danger.active,
5454  button.list-group-item-danger.active,
5455  a.list-group-item-danger.active:hover,
5456  button.list-group-item-danger.active:hover,
5457  a.list-group-item-danger.active:focus,
5458  button.list-group-item-danger.active:focus {
5459    color: #fff;
5460    background-color: #ffffff;
5461    border-color: #ffffff;
5462  }
5463  .list-group-item-heading {
5464    margin-top: 0;
5465    margin-bottom: 5px;
5466  }
5467  .list-group-item-text {
5468    margin-bottom: 0;
5469    line-height: 1.3;
5470  }
5471  .panel {
5472    margin-bottom: 20px;
5473    background-color: #2e3338;
5474    border: 1px solid transparent;
5475    border-radius: 4px;
5476    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
5477  }
5478  .panel-body {
5479    padding: 15px;
5480  }
5481  .panel-heading {
5482    padding: 10px 15px;
5483    border-bottom: 1px solid transparent;
5484    border-top-left-radius: 3px;
5485    border-top-right-radius: 3px;
5486  }
5487  .panel-heading > .dropdown .dropdown-toggle {
5488    color: inherit;
5489  }
5490  .panel-title {
5491    margin-top: 0;
5492    margin-bottom: 0;
5493    font-size: 16px;
5494    color: inherit;
5495  }
5496  .panel-title > a,
5497  .panel-title > small,
5498  .panel-title > .small,
5499  .panel-title > small > a,
5500  .panel-title > .small > a {
5501    color: inherit;
5502  }
5503  .panel-footer {
5504    padding: 10px 15px;
5505    background-color: #3e444c;
5506    border-top: 1px solid rgba(0, 0, 0, 0.6);
5507    border-bottom-right-radius: 3px;
5508    border-bottom-left-radius: 3px;
5509  }
5510  .panel > .list-group,
5511  .panel > .panel-collapse > .list-group {
5512    margin-bottom: 0;
5513  }
5514  .panel > .list-group .list-group-item,
5515  .panel > .panel-collapse > .list-group .list-group-item {
5516    border-width: 1px 0;
5517    border-radius: 0;
5518  }
5519  .panel > .list-group:first-child .list-group-item:first-child,
5520  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
5521    border-top: 0;
5522    border-top-left-radius: 3px;
5523    border-top-right-radius: 3px;
5524  }
5525  .panel > .list-group:last-child .list-group-item:last-child,
5526  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
5527    border-bottom: 0;
5528    border-bottom-right-radius: 3px;
5529    border-bottom-left-radius: 3px;
5530  }
5531  .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
5532    border-top-left-radius: 0;
5533    border-top-right-radius: 0;
5534  }
5535  .panel-heading + .list-group .list-group-item:first-child {
5536    border-top-width: 0;
5537  }
5538  .list-group + .panel-footer {
5539    border-top-width: 0;
5540  }
5541  .panel > .table,
5542  .panel > .table-responsive > .table,
5543  .panel > .panel-collapse > .table {
5544    margin-bottom: 0;
5545  }
5546  .panel > .table caption,
5547  .panel > .table-responsive > .table caption,
5548  .panel > .panel-collapse > .table caption {
5549    padding-right: 15px;
5550    padding-left: 15px;
5551  }
5552  .panel > .table:first-child,
5553  .panel > .table-responsive:first-child > .table:first-child {
5554    border-top-left-radius: 3px;
5555    border-top-right-radius: 3px;
5556  }
5557  .panel > .table:first-child > thead:first-child > tr:first-child,
5558  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
5559  .panel > .table:first-child > tbody:first-child > tr:first-child,
5560  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
5561    border-top-left-radius: 3px;
5562    border-top-right-radius: 3px;
5563  }
5564  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
5565  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
5566  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
5567  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
5568  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
5569  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
5570  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
5571  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
5572    border-top-left-radius: 3px;
5573  }
5574  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
5575  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
5576  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
5577  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
5578  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
5579  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
5580  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
5581  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
5582    border-top-right-radius: 3px;
5583  }
5584  .panel > .table:last-child,
5585  .panel > .table-responsive:last-child > .table:last-child {
5586    border-bottom-right-radius: 3px;
5587    border-bottom-left-radius: 3px;
5588  }
5589  .panel > .table:last-child > tbody:last-child > tr:last-child,
5590  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
5591  .panel > .table:last-child > tfoot:last-child > tr:last-child,
5592  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
5593    border-bottom-right-radius: 3px;
5594    border-bottom-left-radius: 3px;
5595  }
5596  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
5597  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
5598  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
5599  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
5600  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
5601  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
5602  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
5603  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
5604    border-bottom-left-radius: 3px;
5605  }
5606  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
5607  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
5608  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
5609  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
5610  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
5611  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
5612  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
5613  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
5614    border-bottom-right-radius: 3px;
5615  }
5616  .panel > .panel-body + .table,
5617  .panel > .panel-body + .table-responsive,
5618  .panel > .table + .panel-body,
5619  .panel > .table-responsive + .panel-body {
5620    border-top: 1px solid #1c1e22;
5621  }
5622  .panel > .table > tbody:first-child > tr:first-child th,
5623  .panel > .table > tbody:first-child > tr:first-child td {
5624    border-top: 0;
5625  }
5626  .panel > .table-bordered,
5627  .panel > .table-responsive > .table-bordered {
5628    border: 0;
5629  }
5630  .panel > .table-bordered > thead > tr > th:first-child,
5631  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
5632  .panel > .table-bordered > tbody > tr > th:first-child,
5633  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
5634  .panel > .table-bordered > tfoot > tr > th:first-child,
5635  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
5636  .panel > .table-bordered > thead > tr > td:first-child,
5637  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
5638  .panel > .table-bordered > tbody > tr > td:first-child,
5639  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
5640  .panel > .table-bordered > tfoot > tr > td:first-child,
5641  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
5642    border-left: 0;
5643  }
5644  .panel > .table-bordered > thead > tr > th:last-child,
5645  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
5646  .panel > .table-bordered > tbody > tr > th:last-child,
5647  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
5648  .panel > .table-bordered > tfoot > tr > th:last-child,
5649  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
5650  .panel > .table-bordered > thead > tr > td:last-child,
5651  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
5652  .panel > .table-bordered > tbody > tr > td:last-child,
5653  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
5654  .panel > .table-bordered > tfoot > tr > td:last-child,
5655  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
5656    border-right: 0;
5657  }
5658  .panel > .table-bordered > thead > tr:first-child > td,
5659  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
5660  .panel > .table-bordered > tbody > tr:first-child > td,
5661  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
5662  .panel > .table-bordered > thead > tr:first-child > th,
5663  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
5664  .panel > .table-bordered > tbody > tr:first-child > th,
5665  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
5666    border-bottom: 0;
5667  }
5668  .panel > .table-bordered > tbody > tr:last-child > td,
5669  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
5670  .panel > .table-bordered > tfoot > tr:last-child > td,
5671  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
5672  .panel > .table-bordered > tbody > tr:last-child > th,
5673  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
5674  .panel > .table-bordered > tfoot > tr:last-child > th,
5675  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
5676    border-bottom: 0;
5677  }
5678  .panel > .table-responsive {
5679    margin-bottom: 0;
5680    border: 0;
5681  }
5682  .panel-group {
5683    margin-bottom: 20px;
5684  }
5685  .panel-group .panel {
5686    margin-bottom: 0;
5687    border-radius: 4px;
5688  }
5689  .panel-group .panel + .panel {
5690    margin-top: 5px;
5691  }
5692  .panel-group .panel-heading {
5693    border-bottom: 0;
5694  }
5695  .panel-group .panel-heading + .panel-collapse > .panel-body,
5696  .panel-group .panel-heading + .panel-collapse > .list-group {
5697    border-top: 1px solid rgba(0, 0, 0, 0.6);
5698  }
5699  .panel-group .panel-footer {
5700    border-top: 0;
5701  }
5702  .panel-group .panel-footer + .panel-collapse .panel-body {
5703    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
5704  }
5705  .panel-default {
5706    border-color: rgba(0, 0, 0, 0.6);
5707  }
5708  .panel-default > .panel-heading {
5709    color: #c8c8c8;
5710    background-color: #3e444c;
5711    border-color: rgba(0, 0, 0, 0.6);
5712  }
5713  .panel-default > .panel-heading + .panel-collapse > .panel-body {
5714    border-top-color: rgba(0, 0, 0, 0.6);
5715  }
5716  .panel-default > .panel-heading .badge {
5717    color: #3e444c;
5718    background-color: #c8c8c8;
5719  }
5720  .panel-default > .panel-footer + .panel-collapse > .panel-body {
5721    border-bottom-color: rgba(0, 0, 0, 0.6);
5722  }
5723  .panel-primary {
5724    border-color: rgba(0, 0, 0, 0.6);
5725  }
5726  .panel-primary > .panel-heading {
5727    color: #ffffff;
5728    background-color: #7a8288;
5729    border-color: rgba(0, 0, 0, 0.6);
5730  }
5731  .panel-primary > .panel-heading + .panel-collapse > .panel-body {
5732    border-top-color: rgba(0, 0, 0, 0.6);
5733  }
5734  .panel-primary > .panel-heading .badge {
5735    color: #7a8288;
5736    background-color: #ffffff;
5737  }
5738  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
5739    border-bottom-color: rgba(0, 0, 0, 0.6);
5740  }
5741  .panel-success {
5742    border-color: rgba(0, 0, 0, 0.6);
5743  }
5744  .panel-success > .panel-heading {
5745    color: #ffffff;
5746    background-color: #62c462;
5747    border-color: rgba(0, 0, 0, 0.6);
5748  }
5749  .panel-success > .panel-heading + .panel-collapse > .panel-body {
5750    border-top-color: rgba(0, 0, 0, 0.6);
5751  }
5752  .panel-success > .panel-heading .badge {
5753    color: #62c462;
5754    background-color: #ffffff;
5755  }
5756  .panel-success > .panel-footer + .panel-collapse > .panel-body {
5757    border-bottom-color: rgba(0, 0, 0, 0.6);
5758  }
5759  .panel-info {
5760    border-color: rgba(0, 0, 0, 0.6);
5761  }
5762  .panel-info > .panel-heading {
5763    color: #ffffff;
5764    background-color: #5bc0de;
5765    border-color: rgba(0, 0, 0, 0.6);
5766  }
5767  .panel-info > .panel-heading + .panel-collapse > .panel-body {
5768    border-top-color: rgba(0, 0, 0, 0.6);
5769  }
5770  .panel-info > .panel-heading .badge {
5771    color: #5bc0de;
5772    background-color: #ffffff;
5773  }
5774  .panel-info > .panel-footer + .panel-collapse > .panel-body {
5775    border-bottom-color: rgba(0, 0, 0, 0.6);
5776  }
5777  .panel-warning {
5778    border-color: rgba(0, 0, 0, 0.6);
5779  }
5780  .panel-warning > .panel-heading {
5781    color: #ffffff;
5782    background-color: #f89406;
5783    border-color: rgba(0, 0, 0, 0.6);
5784  }
5785  .panel-warning > .panel-heading + .panel-collapse > .panel-body {
5786    border-top-color: rgba(0, 0, 0, 0.6);
5787  }
5788  .panel-warning > .panel-heading .badge {
5789    color: #f89406;
5790    background-color: #ffffff;
5791  }
5792  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
5793    border-bottom-color: rgba(0, 0, 0, 0.6);
5794  }
5795  .panel-danger {
5796    border-color: rgba(0, 0, 0, 0.6);
5797  }
5798  .panel-danger > .panel-heading {
5799    color: #ffffff;
5800    background-color: #ee5f5b;
5801    border-color: rgba(0, 0, 0, 0.6);
5802  }
5803  .panel-danger > .panel-heading + .panel-collapse > .panel-body {
5804    border-top-color: rgba(0, 0, 0, 0.6);
5805  }
5806  .panel-danger > .panel-heading .badge {
5807    color: #ee5f5b;
5808    background-color: #ffffff;
5809  }
5810  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
5811    border-bottom-color: rgba(0, 0, 0, 0.6);
5812  }
5813  .embed-responsive {
5814    position: relative;
5815    display: block;
5816    height: 0;
5817    padding: 0;
5818    overflow: hidden;
5819  }
5820  .embed-responsive .embed-responsive-item,
5821  .embed-responsive iframe,
5822  .embed-responsive embed,
5823  .embed-responsive object,
5824  .embed-responsive video {
5825    position: absolute;
5826    top: 0;
5827    bottom: 0;
5828    left: 0;
5829    width: 100%;
5830    height: 100%;
5831    border: 0;
5832  }
5833  .embed-responsive-16by9 {
5834    padding-bottom: 56.25%;
5835  }
5836  .embed-responsive-4by3 {
5837    padding-bottom: 75%;
5838  }
5839  .well {
5840    min-height: 20px;
5841    padding: 19px;
5842    margin-bottom: 20px;
5843    background-color: #1c1e22;
5844    border: 1px solid #0c0d0e;
5845    border-radius: 4px;
5846    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
5847  }
5848  .well blockquote {
5849    border-color: #ddd;
5850    border-color: rgba(0, 0, 0, 0.15);
5851  }
5852  .well-lg {
5853    padding: 24px;
5854    border-radius: 6px;
5855  }
5856  .well-sm {
5857    padding: 9px;
5858    border-radius: 3px;
5859  }
5860  .close {
5861    float: right;
5862    font-size: 21px;
5863    font-weight: bold;
5864    line-height: 1;
5865    color: #000000;
5866    text-shadow: 0 1px 0 #ffffff;
5867    filter: alpha(opacity=20);
5868    opacity: 0.2;
5869  }
5870  .close:hover,
5871  .close:focus {
5872    color: #000000;
5873    text-decoration: none;
5874    cursor: pointer;
5875    filter: alpha(opacity=50);
5876    opacity: 0.5;
5877  }
5878  button.close {
5879    padding: 0;
5880    cursor: pointer;
5881    background: transparent;
5882    border: 0;
5883    -webkit-appearance: none;
5884    appearance: none;
5885  }
5886  .modal-open {
5887    overflow: hidden;
5888  }
5889  .modal {
5890    position: fixed;
5891    top: 0;
5892    right: 0;
5893    bottom: 0;
5894    left: 0;
5895    z-index: 1050;
5896    display: none;
5897    overflow: hidden;
5898    -webkit-overflow-scrolling: touch;
5899    outline: 0;
5900  }
5901  .modal.fade .modal-dialog {
5902    -webkit-transform: translate(0, -25%);
5903    transform: translate(0, -25%);
5904    transition: -webkit-transform 0.3s ease-out;
5905    transition: transform 0.3s ease-out;
5906  }
5907  .modal.in .modal-dialog {
5908    -webkit-transform: translate(0, 0);
5909    transform: translate(0, 0);
5910  }
5911  .modal-open .modal {
5912    overflow-x: hidden;
5913    overflow-y: auto;
5914  }
5915  .modal-dialog {
5916    position: relative;
5917    width: auto;
5918    margin: 10px;
5919  }
5920  .modal-content {
5921    position: relative;
5922    background-color: #2e3338;
5923    background-clip: padding-box;
5924    border: 1px solid #999999;
5925    border: 1px solid rgba(0, 0, 0, 0.2);
5926    border-radius: 6px;
5927    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5928    outline: 0;
5929  }
5930  .modal-backdrop {
5931    position: fixed;
5932    top: 0;
5933    right: 0;
5934    bottom: 0;
5935    left: 0;
5936    z-index: 1040;
5937    background-color: #000000;
5938  }
5939  .modal-backdrop.fade {
5940    filter: alpha(opacity=0);
5941    opacity: 0;
5942  }
5943  .modal-backdrop.in {
5944    filter: alpha(opacity=50);
5945    opacity: 0.5;
5946  }
5947  .modal-header {
5948    padding: 15px;
5949    border-bottom: 1px solid #1c1e22;
5950  }
5951  .modal-header .close {
5952    margin-top: -2px;
5953  }
5954  .modal-title {
5955    margin: 0;
5956    line-height: 1.42857143;
5957  }
5958  .modal-body {
5959    position: relative;
5960    padding: 20px;
5961  }
5962  .modal-footer {
5963    padding: 20px;
5964    text-align: right;
5965    border-top: 1px solid #1c1e22;
5966  }
5967  .modal-footer .btn + .btn {
5968    margin-bottom: 0;
5969    margin-left: 5px;
5970  }
5971  .modal-footer .btn-group .btn + .btn {
5972    margin-left: -1px;
5973  }
5974  .modal-footer .btn-block + .btn-block {
5975    margin-left: 0;
5976  }
5977  .modal-scrollbar-measure {
5978    position: absolute;
5979    top: -9999px;
5980    width: 50px;
5981    height: 50px;
5982    overflow: scroll;
5983  }
5984  @media (min-width: 768px) {
5985    .modal-dialog {
5986      width: 600px;
5987      margin: 30px auto;
5988    }
5989    .modal-content {
5990      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
5991    }
5992    .modal-sm {
5993      width: 300px;
5994    }
5995  }
5996  @media (min-width: 992px) {
5997    .modal-lg {
5998      width: 900px;
5999    }
6000  }
6001  .tooltip {
6002    position: absolute;
6003    z-index: 1070;
6004    display: block;
6005    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
6006    font-style: normal;
6007    font-weight: 400;
6008    line-height: 1.42857143;
6009    line-break: auto;
6010    text-align: left;
6011    text-align: start;
6012    text-decoration: none;
6013    text-shadow: none;
6014    text-transform: none;
6015    letter-spacing: normal;
6016    word-break: normal;
6017    word-spacing: normal;
6018    word-wrap: normal;
6019    white-space: normal;
6020    font-size: 12px;
6021    filter: alpha(opacity=0);
6022    opacity: 0;
6023  }
6024  .tooltip.in {
6025    filter: alpha(opacity=90);
6026    opacity: 0.9;
6027  }
6028  .tooltip.top {
6029    padding: 5px 0;
6030    margin-top: -3px;
6031  }
6032  .tooltip.right {
6033    padding: 0 5px;
6034    margin-left: 3px;
6035  }
6036  .tooltip.bottom {
6037    padding: 5px 0;
6038    margin-top: 3px;
6039  }
6040  .tooltip.left {
6041    padding: 0 5px;
6042    margin-left: -3px;
6043  }
6044  .tooltip.top .tooltip-arrow {
6045    bottom: 0;
6046    left: 50%;
6047    margin-left: -5px;
6048    border-width: 5px 5px 0;
6049    border-top-color: #000000;
6050  }
6051  .tooltip.top-left .tooltip-arrow {
6052    right: 5px;
6053    bottom: 0;
6054    margin-bottom: -5px;
6055    border-width: 5px 5px 0;
6056    border-top-color: #000000;
6057  }
6058  .tooltip.top-right .tooltip-arrow {
6059    bottom: 0;
6060    left: 5px;
6061    margin-bottom: -5px;
6062    border-width: 5px 5px 0;
6063    border-top-color: #000000;
6064  }
6065  .tooltip.right .tooltip-arrow {
6066    top: 50%;
6067    left: 0;
6068    margin-top: -5px;
6069    border-width: 5px 5px 5px 0;
6070    border-right-color: #000000;
6071  }
6072  .tooltip.left .tooltip-arrow {
6073    top: 50%;
6074    right: 0;
6075    margin-top: -5px;
6076    border-width: 5px 0 5px 5px;
6077    border-left-color: #000000;
6078  }
6079  .tooltip.bottom .tooltip-arrow {
6080    top: 0;
6081    left: 50%;
6082    margin-left: -5px;
6083    border-width: 0 5px 5px;
6084    border-bottom-color: #000000;
6085  }
6086  .tooltip.bottom-left .tooltip-arrow {
6087    top: 0;
6088    right: 5px;
6089    margin-top: -5px;
6090    border-width: 0 5px 5px;
6091    border-bottom-color: #000000;
6092  }
6093  .tooltip.bottom-right .tooltip-arrow {
6094    top: 0;
6095    left: 5px;
6096    margin-top: -5px;
6097    border-width: 0 5px 5px;
6098    border-bottom-color: #000000;
6099  }
6100  .tooltip-inner {
6101    max-width: 200px;
6102    padding: 3px 8px;
6103    color: #ffffff;
6104    text-align: center;
6105    background-color: #000000;
6106    border-radius: 4px;
6107  }
6108  .tooltip-arrow {
6109    position: absolute;
6110    width: 0;
6111    height: 0;
6112    border-color: transparent;
6113    border-style: solid;
6114  }
6115  .popover {
6116    position: absolute;
6117    top: 0;
6118    left: 0;
6119    z-index: 1060;
6120    display: none;
6121    max-width: 276px;
6122    padding: 1px;
6123    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
6124    font-style: normal;
6125    font-weight: 400;
6126    line-height: 1.42857143;
6127    line-break: auto;
6128    text-align: left;
6129    text-align: start;
6130    text-decoration: none;
6131    text-shadow: none;
6132    text-transform: none;
6133    letter-spacing: normal;
6134    word-break: normal;
6135    word-spacing: normal;
6136    word-wrap: normal;
6137    white-space: normal;
6138    font-size: 14px;
6139    background-color: #2e3338;
6140    background-clip: padding-box;
6141    border: 1px solid #999999;
6142    border: 1px solid rgba(0, 0, 0, 0.2);
6143    border-radius: 6px;
6144    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
6145  }
6146  .popover.top {
6147    margin-top: -10px;
6148  }
6149  .popover.right {
6150    margin-left: 10px;
6151  }
6152  .popover.bottom {
6153    margin-top: 10px;
6154  }
6155  .popover.left {
6156    margin-left: -10px;
6157  }
6158  .popover > .arrow {
6159    border-width: 11px;
6160  }
6161  .popover > .arrow,
6162  .popover > .arrow:after {
6163    position: absolute;
6164    display: block;
6165    width: 0;
6166    height: 0;
6167    border-color: transparent;
6168    border-style: solid;
6169  }
6170  .popover > .arrow:after {
6171    content: "";
6172    border-width: 10px;
6173  }
6174  .popover.top > .arrow {
6175    bottom: -11px;
6176    left: 50%;
6177    margin-left: -11px;
6178    border-top-color: #666666;
6179    border-top-color: rgba(0, 0, 0, 0.25);
6180    border-bottom-width: 0;
6181  }
6182  .popover.top > .arrow:after {
6183    bottom: 1px;
6184    margin-left: -10px;
6185    content: " ";
6186    border-top-color: #2e3338;
6187    border-bottom-width: 0;
6188  }
6189  .popover.right > .arrow {
6190    top: 50%;
6191    left: -11px;
6192    margin-top: -11px;
6193    border-right-color: #666666;
6194    border-right-color: rgba(0, 0, 0, 0.25);
6195    border-left-width: 0;
6196  }
6197  .popover.right > .arrow:after {
6198    bottom: -10px;
6199    left: 1px;
6200    content: " ";
6201    border-right-color: #2e3338;
6202    border-left-width: 0;
6203  }
6204  .popover.bottom > .arrow {
6205    top: -11px;
6206    left: 50%;
6207    margin-left: -11px;
6208    border-top-width: 0;
6209    border-bottom-color: #666666;
6210    border-bottom-color: rgba(0, 0, 0, 0.25);
6211  }
6212  .popover.bottom > .arrow:after {
6213    top: 1px;
6214    margin-left: -10px;
6215    content: " ";
6216    border-top-width: 0;
6217    border-bottom-color: #2e3338;
6218  }
6219  .popover.left > .arrow {
6220    top: 50%;
6221    right: -11px;
6222    margin-top: -11px;
6223    border-right-width: 0;
6224    border-left-color: #666666;
6225    border-left-color: rgba(0, 0, 0, 0.25);
6226  }
6227  .popover.left > .arrow:after {
6228    right: 1px;
6229    bottom: -10px;
6230    content: " ";
6231    border-right-width: 0;
6232    border-left-color: #2e3338;
6233  }
6234  .popover-title {
6235    padding: 8px 14px;
6236    margin: 0;
6237    font-size: 14px;
6238    background-color: #2e3338;
6239    border-bottom: 1px solid #22262a;
6240    border-radius: 5px 5px 0 0;
6241  }
6242  .popover-content {
6243    padding: 9px 14px;
6244  }
6245  .carousel {
6246    position: relative;
6247  }
6248  .carousel-inner {
6249    position: relative;
6250    width: 100%;
6251    overflow: hidden;
6252  }
6253  .carousel-inner > .item {
6254    position: relative;
6255    display: none;
6256    transition: 0.6s ease-in-out left;
6257  }
6258  .carousel-inner > .item > img,
6259  .carousel-inner > .item > a > img {
6260    line-height: 1;
6261  }
6262  @media all and (transform-3d), (-webkit-transform-3d) {
6263    .carousel-inner > .item {
6264      transition: -webkit-transform 0.6s ease-in-out;
6265      transition: transform 0.6s ease-in-out;
6266      -webkit-backface-visibility: hidden;
6267      backface-visibility: hidden;
6268      -webkit-perspective: 1000px;
6269      perspective: 1000px;
6270    }
6271    .carousel-inner > .item.next,
6272    .carousel-inner > .item.active.right {
6273      -webkit-transform: translate3d(100%, 0, 0);
6274      transform: translate3d(100%, 0, 0);
6275      left: 0;
6276    }
6277    .carousel-inner > .item.prev,
6278    .carousel-inner > .item.active.left {
6279      -webkit-transform: translate3d(-100%, 0, 0);
6280      transform: translate3d(-100%, 0, 0);
6281      left: 0;
6282    }
6283    .carousel-inner > .item.next.left,
6284    .carousel-inner > .item.prev.right,
6285    .carousel-inner > .item.active {
6286      -webkit-transform: translate3d(0, 0, 0);
6287      transform: translate3d(0, 0, 0);
6288      left: 0;
6289    }
6290  }
6291  .carousel-inner > .active,
6292  .carousel-inner > .next,
6293  .carousel-inner > .prev {
6294    display: block;
6295  }
6296  .carousel-inner > .active {
6297    left: 0;
6298  }
6299  .carousel-inner > .next,
6300  .carousel-inner > .prev {
6301    position: absolute;
6302    top: 0;
6303    width: 100%;
6304  }
6305  .carousel-inner > .next {
6306    left: 100%;
6307  }
6308  .carousel-inner > .prev {
6309    left: -100%;
6310  }
6311  .carousel-inner > .next.left,
6312  .carousel-inner > .prev.right {
6313    left: 0;
6314  }
6315  .carousel-inner > .active.left {
6316    left: -100%;
6317  }
6318  .carousel-inner > .active.right {
6319    left: 100%;
6320  }
6321  .carousel-control {
6322    position: absolute;
6323    top: 0;
6324    bottom: 0;
6325    left: 0;
6326    width: 15%;
6327    font-size: 20px;
6328    color: #ffffff;
6329    text-align: center;
6330    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
6331    background-color: rgba(0, 0, 0, 0);
6332    filter: alpha(opacity=50);
6333    opacity: 0.5;
6334  }
6335  .carousel-control.left {
6336    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
6337    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
6338    background-repeat: repeat-x;
6339  }
6340  .carousel-control.right {
6341    right: 0;
6342    left: auto;
6343    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
6344    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
6345    background-repeat: repeat-x;
6346  }
6347  .carousel-control:hover,
6348  .carousel-control:focus {
6349    color: #ffffff;
6350    text-decoration: none;
6351    outline: 0;
6352    filter: alpha(opacity=90);
6353    opacity: 0.9;
6354  }
6355  .carousel-control .icon-prev,
6356  .carousel-control .icon-next,
6357  .carousel-control .glyphicon-chevron-left,
6358  .carousel-control .glyphicon-chevron-right {
6359    position: absolute;
6360    top: 50%;
6361    z-index: 5;
6362    display: inline-block;
6363    margin-top: -10px;
6364  }
6365  .carousel-control .icon-prev,
6366  .carousel-control .glyphicon-chevron-left {
6367    left: 50%;
6368    margin-left: -10px;
6369  }
6370  .carousel-control .icon-next,
6371  .carousel-control .glyphicon-chevron-right {
6372    right: 50%;
6373    margin-right: -10px;
6374  }
6375  .carousel-control .icon-prev,
6376  .carousel-control .icon-next {
6377    width: 20px;
6378    height: 20px;
6379    font-family: serif;
6380    line-height: 1;
6381  }
6382  .carousel-control .icon-prev:before {
6383    content: "\2039";
6384  }
6385  .carousel-control .icon-next:before {
6386    content: "\203a";
6387  }
6388  .carousel-indicators {
6389    position: absolute;
6390    bottom: 10px;
6391    left: 50%;
6392    z-index: 15;
6393    width: 60%;
6394    padding-left: 0;
6395    margin-left: -30%;
6396    text-align: center;
6397    list-style: none;
6398  }
6399  .carousel-indicators li {
6400    display: inline-block;
6401    width: 10px;
6402    height: 10px;
6403    margin: 1px;
6404    text-indent: -999px;
6405    cursor: pointer;
6406    background-color: #000 \9;
6407    background-color: rgba(0, 0, 0, 0);
6408    border: 1px solid #ffffff;
6409    border-radius: 10px;
6410  }
6411  .carousel-indicators .active {
6412    width: 12px;
6413    height: 12px;
6414    margin: 0;
6415    background-color: #ffffff;
6416  }
6417  .carousel-caption {
6418    position: absolute;
6419    right: 15%;
6420    bottom: 20px;
6421    left: 15%;
6422    z-index: 10;
6423    padding-top: 20px;
6424    padding-bottom: 20px;
6425    color: #ffffff;
6426    text-align: center;
6427    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
6428  }
6429  .carousel-caption .btn {
6430    text-shadow: none;
6431  }
6432  @media screen and (min-width: 768px) {
6433    .carousel-control .glyphicon-chevron-left,
6434    .carousel-control .glyphicon-chevron-right,
6435    .carousel-control .icon-prev,
6436    .carousel-control .icon-next {
6437      width: 30px;
6438      height: 30px;
6439      margin-top: -10px;
6440      font-size: 30px;
6441    }
6442    .carousel-control .glyphicon-chevron-left,
6443    .carousel-control .icon-prev {
6444      margin-left: -10px;
6445    }
6446    .carousel-control .glyphicon-chevron-right,
6447    .carousel-control .icon-next {
6448      margin-right: -10px;
6449    }
6450    .carousel-caption {
6451      right: 20%;
6452      left: 20%;
6453      padding-bottom: 30px;
6454    }
6455    .carousel-indicators {
6456      bottom: 20px;
6457    }
6458  }
6459  .clearfix:before,
6460  .clearfix:after,
6461  .dl-horizontal dd:before,
6462  .dl-horizontal dd:after,
6463  .container:before,
6464  .container:after,
6465  .container-fluid:before,
6466  .container-fluid:after,
6467  .row:before,
6468  .row:after,
6469  .form-horizontal .form-group:before,
6470  .form-horizontal .form-group:after,
6471  .btn-toolbar:before,
6472  .btn-toolbar:after,
6473  .btn-group-vertical > .btn-group:before,
6474  .btn-group-vertical > .btn-group:after,
6475  .nav:before,
6476  .nav:after,
6477  .navbar:before,
6478  .navbar:after,
6479  .navbar-header:before,
6480  .navbar-header:after,
6481  .navbar-collapse:before,
6482  .navbar-collapse:after,
6483  .pager:before,
6484  .pager:after,
6485  .panel-body:before,
6486  .panel-body:after,
6487  .modal-header:before,
6488  .modal-header:after,
6489  .modal-footer:before,
6490  .modal-footer:after {
6491    display: table;
6492    content: " ";
6493  }
6494  .clearfix:after,
6495  .dl-horizontal dd:after,
6496  .container:after,
6497  .container-fluid:after,
6498  .row:after,
6499  .form-horizontal .form-group:after,
6500  .btn-toolbar:after,
6501  .btn-group-vertical > .btn-group:after,
6502  .nav:after,
6503  .navbar:after,
6504  .navbar-header:after,
6505  .navbar-collapse:after,
6506  .pager:after,
6507  .panel-body:after,
6508  .modal-header:after,
6509  .modal-footer:after {
6510    clear: both;
6511  }
6512  .center-block {
6513    display: block;
6514    margin-right: auto;
6515    margin-left: auto;
6516  }
6517  .pull-right {
6518    float: right !important;
6519  }
6520  .pull-left {
6521    float: left !important;
6522  }
6523  .hide {
6524    display: none !important;
6525  }
6526  .show {
6527    display: block !important;
6528  }
6529  .invisible {
6530    visibility: hidden;
6531  }
6532  .text-hide {
6533    font: 0/0 a;
6534    color: transparent;
6535    text-shadow: none;
6536    background-color: transparent;
6537    border: 0;
6538  }
6539  .hidden {
6540    display: none !important;
6541  }
6542  .affix {
6543    position: fixed;
6544  }
6545  @-ms-viewport {
6546    width: device-width;
6547  }
6548  .visible-xs,
6549  .visible-sm,
6550  .visible-md,
6551  .visible-lg {
6552    display: none !important;
6553  }
6554  .visible-xs-block,
6555  .visible-xs-inline,
6556  .visible-xs-inline-block,
6557  .visible-sm-block,
6558  .visible-sm-inline,
6559  .visible-sm-inline-block,
6560  .visible-md-block,
6561  .visible-md-inline,
6562  .visible-md-inline-block,
6563  .visible-lg-block,
6564  .visible-lg-inline,
6565  .visible-lg-inline-block {
6566    display: none !important;
6567  }
6568  @media (max-width: 767px) {
6569    .visible-xs {
6570      display: block !important;
6571    }
6572    table.visible-xs {
6573      display: table !important;
6574    }
6575    tr.visible-xs {
6576      display: table-row !important;
6577    }
6578    th.visible-xs,
6579    td.visible-xs {
6580      display: table-cell !important;
6581    }
6582  }
6583  @media (max-width: 767px) {
6584    .visible-xs-block {
6585      display: block !important;
6586    }
6587  }
6588  @media (max-width: 767px) {
6589    .visible-xs-inline {
6590      display: inline !important;
6591    }
6592  }
6593  @media (max-width: 767px) {
6594    .visible-xs-inline-block {
6595      display: inline-block !important;
6596    }
6597  }
6598  @media (min-width: 768px) and (max-width: 991px) {
6599    .visible-sm {
6600      display: block !important;
6601    }
6602    table.visible-sm {
6603      display: table !important;
6604    }
6605    tr.visible-sm {
6606      display: table-row !important;
6607    }
6608    th.visible-sm,
6609    td.visible-sm {
6610      display: table-cell !important;
6611    }
6612  }
6613  @media (min-width: 768px) and (max-width: 991px) {
6614    .visible-sm-block {
6615      display: block !important;
6616    }
6617  }
6618  @media (min-width: 768px) and (max-width: 991px) {
6619    .visible-sm-inline {
6620      display: inline !important;
6621    }
6622  }
6623  @media (min-width: 768px) and (max-width: 991px) {
6624    .visible-sm-inline-block {
6625      display: inline-block !important;
6626    }
6627  }
6628  @media (min-width: 992px) and (max-width: 1199px) {
6629    .visible-md {
6630      display: block !important;
6631    }
6632    table.visible-md {
6633      display: table !important;
6634    }
6635    tr.visible-md {
6636      display: table-row !important;
6637    }
6638    th.visible-md,
6639    td.visible-md {
6640      display: table-cell !important;
6641    }
6642  }
6643  @media (min-width: 992px) and (max-width: 1199px) {
6644    .visible-md-block {
6645      display: block !important;
6646    }
6647  }
6648  @media (min-width: 992px) and (max-width: 1199px) {
6649    .visible-md-inline {
6650      display: inline !important;
6651    }
6652  }
6653  @media (min-width: 992px) and (max-width: 1199px) {
6654    .visible-md-inline-block {
6655      display: inline-block !important;
6656    }
6657  }
6658  @media (min-width: 1200px) {
6659    .visible-lg {
6660      display: block !important;
6661    }
6662    table.visible-lg {
6663      display: table !important;
6664    }
6665    tr.visible-lg {
6666      display: table-row !important;
6667    }
6668    th.visible-lg,
6669    td.visible-lg {
6670      display: table-cell !important;
6671    }
6672  }
6673  @media (min-width: 1200px) {
6674    .visible-lg-block {
6675      display: block !important;
6676    }
6677  }
6678  @media (min-width: 1200px) {
6679    .visible-lg-inline {
6680      display: inline !important;
6681    }
6682  }
6683  @media (min-width: 1200px) {
6684    .visible-lg-inline-block {
6685      display: inline-block !important;
6686    }
6687  }
6688  @media (max-width: 767px) {
6689    .hidden-xs {
6690      display: none !important;
6691    }
6692  }
6693  @media (min-width: 768px) and (max-width: 991px) {
6694    .hidden-sm {
6695      display: none !important;
6696    }
6697  }
6698  @media (min-width: 992px) and (max-width: 1199px) {
6699    .hidden-md {
6700      display: none !important;
6701    }
6702  }
6703  @media (min-width: 1200px) {
6704    .hidden-lg {
6705      display: none !important;
6706    }
6707  }
6708  .visible-print {
6709    display: none !important;
6710  }
6711  @media print {
6712    .visible-print {
6713      display: block !important;
6714    }
6715    table.visible-print {
6716      display: table !important;
6717    }
6718    tr.visible-print {
6719      display: table-row !important;
6720    }
6721    th.visible-print,
6722    td.visible-print {
6723      display: table-cell !important;
6724    }
6725  }
6726  .visible-print-block {
6727    display: none !important;
6728  }
6729  @media print {
6730    .visible-print-block {
6731      display: block !important;
6732    }
6733  }
6734  .visible-print-inline {
6735    display: none !important;
6736  }
6737  @media print {
6738    .visible-print-inline {
6739      display: inline !important;
6740    }
6741  }
6742  .visible-print-inline-block {
6743    display: none !important;
6744  }
6745  @media print {
6746    .visible-print-inline-block {
6747      display: inline-block !important;
6748    }
6749  }
6750  @media print {
6751    .hidden-print {
6752      display: none !important;
6753    }
6754  }
6755  .navbar {
6756    background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
6757    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
6758    background-repeat: no-repeat;
6759    -webkit-filter: none;
6760            filter: none;
6761    border: 1px solid rgba(0, 0, 0, 0.6);
6762    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
6763  }
6764  .navbar .navbar-nav > li > a {
6765    border-right: 1px solid rgba(0, 0, 0, 0.2);
6766    border-left: 1px solid rgba(255, 255, 255, 0.1);
6767  }
6768  .navbar .navbar-nav > li > a:hover {
6769    background-image: linear-gradient(#020202, #101112 40%, #141618);
6770    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
6771    background-repeat: no-repeat;
6772    -webkit-filter: none;
6773            filter: none;
6774    border-left-color: transparent;
6775  }
6776  .navbar-inverse {
6777    background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
6778    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
6779    background-repeat: no-repeat;
6780    -webkit-filter: none;
6781            filter: none;
6782  }
6783  .navbar-inverse .badge {
6784    background-color: #5d6368;
6785  }
6786  .navbar-inverse .navbar-nav > li > a:hover {
6787    background-image: linear-gradient(#404448, #4e5458 40%, #53595d);
6788    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404448', endColorstr='#ff53595d', GradientType=0);
6789    background-repeat: no-repeat;
6790    -webkit-filter: none;
6791            filter: none;
6792  }
6793  .navbar .nav .open > a {
6794    border-color: transparent;
6795  }
6796  .navbar-nav > li.active > a {
6797    border-left-color: transparent;
6798  }
6799  .navbar-form {
6800    margin-left: 5px;
6801    margin-right: 5px;
6802  }
6803  .btn,
6804  .btn:hover {
6805    border-color: rgba(0, 0, 0, 0.6);
6806    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
6807  }
6808  .btn-default {
6809    background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
6810    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
6811    background-repeat: no-repeat;
6812    -webkit-filter: none;
6813            filter: none;
6814  }
6815  .btn-default:hover {
6816    background-image: linear-gradient(#020202, #101112 40%, #141618);
6817    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
6818    background-repeat: no-repeat;
6819    -webkit-filter: none;
6820            filter: none;
6821  }
6822  .btn-primary {
6823    background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
6824    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
6825    background-repeat: no-repeat;
6826    -webkit-filter: none;
6827            filter: none;
6828  }
6829  .btn-primary:hover {
6830    background-image: linear-gradient(#404448, #4e5458 40%, #53595d);
6831    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404448', endColorstr='#ff53595d', GradientType=0);
6832    background-repeat: no-repeat;
6833    -webkit-filter: none;
6834            filter: none;
6835  }
6836  .btn-success {
6837    background-image: linear-gradient(#78cc78, #62c462 60%, #53be53);
6838    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff78cc78', endColorstr='#ff53be53', GradientType=0);
6839    background-repeat: no-repeat;
6840    -webkit-filter: none;
6841            filter: none;
6842  }
6843  .btn-success:hover {
6844    background-image: linear-gradient(#2f7d2f, #379337 40%, #3a9a3a);
6845    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f7d2f', endColorstr='#ff3a9a3a', GradientType=0);
6846    background-repeat: no-repeat;
6847    -webkit-filter: none;
6848            filter: none;
6849  }
6850  .btn-info {
6851    background-image: linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
6852    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74cae3', endColorstr='#ff4ab9db', GradientType=0);
6853    background-repeat: no-repeat;
6854    -webkit-filter: none;
6855            filter: none;
6856  }
6857  .btn-info:hover {
6858    background-image: linear-gradient(#20829f, #2596b8 40%, #279dc1);
6859    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff20829f', endColorstr='#ff279dc1', GradientType=0);
6860    background-repeat: no-repeat;
6861    -webkit-filter: none;
6862            filter: none;
6863  }
6864  .btn-warning {
6865    background-image: linear-gradient(#faa123, #f89406 60%, #e48806);
6866    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaa123', endColorstr='#ffe48806', GradientType=0);
6867    background-repeat: no-repeat;
6868    -webkit-filter: none;
6869            filter: none;
6870  }
6871  .btn-warning:hover {
6872    background-image: linear-gradient(#804d03, #9e5f04 40%, #a86404);
6873    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff804d03', endColorstr='#ffa86404', GradientType=0);
6874    background-repeat: no-repeat;
6875    -webkit-filter: none;
6876            filter: none;
6877  }
6878  .btn-danger {
6879    background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
6880    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff17a77', endColorstr='#ffec4d49', GradientType=0);
6881    background-repeat: no-repeat;
6882    -webkit-filter: none;
6883            filter: none;
6884  }
6885  .btn-danger:hover {
6886    background-image: linear-gradient(#bb1813, #d71c16 40%, #e01d17);
6887    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb1813', endColorstr='#ffe01d17', GradientType=0);
6888    background-repeat: no-repeat;
6889    -webkit-filter: none;
6890            filter: none;
6891  }
6892  .btn-link,
6893  .btn-link:hover {
6894    border-color: transparent;
6895  }
6896  h1,
6897  h2,
6898  h3,
6899  h4,
6900  h5,
6901  h6 {
6902    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
6903  }
6904  .text-primary,
6905  .text-primary:hover {
6906    color: #7a8288;
6907  }
6908  .text-success,
6909  .text-success:hover {
6910    color: #62c462;
6911  }
6912  .text-danger,
6913  .text-danger:hover {
6914    color: #ee5f5b;
6915  }
6916  .text-warning,
6917  .text-warning:hover {
6918    color: #f89406;
6919  }
6920  .text-info,
6921  .text-info:hover {
6922    color: #5bc0de;
6923  }
6924  .table .success,
6925  .table .warning,
6926  .table .danger,
6927  .table .info {
6928    color: #fff;
6929  }
6930  .table-bordered tbody tr.success td,
6931  .table-bordered tbody tr.warning td,
6932  .table-bordered tbody tr.danger td,
6933  .table-bordered tbody tr.success:hover td,
6934  .table-bordered tbody tr.warning:hover td,
6935  .table-bordered tbody tr.danger:hover td {
6936    border-color: #1c1e22;
6937  }
6938  .table-responsive > .table {
6939    background-color: #2e3338;
6940  }
6941  input,
6942  textarea {
6943    color: #272b30;
6944  }
6945  .has-warning .help-block,
6946  .has-warning .control-label,
6947  .has-warning .radio,
6948  .has-warning .checkbox,
6949  .has-warning .radio-inline,
6950  .has-warning .checkbox-inline,
6951  .has-warning.radio label,
6952  .has-warning.checkbox label,
6953  .has-warning.radio-inline label,
6954  .has-warning.checkbox-inline label,
6955  .has-warning .form-control-feedback {
6956    color: #f89406;
6957  }
6958  .has-warning .form-control,
6959  .has-warning .form-control:focus {
6960    border-color: #f89406;
6961  }
6962  .has-warning .input-group-addon {
6963    background-color: #3a3f44;
6964    border-color: rgba(0, 0, 0, 0.6);
6965  }
6966  .has-error .help-block,
6967  .has-error .control-label,
6968  .has-error .radio,
6969  .has-error .checkbox,
6970  .has-error .radio-inline,
6971  .has-error .checkbox-inline,
6972  .has-error.radio label,
6973  .has-error.checkbox label,
6974  .has-error.radio-inline label,
6975  .has-error.checkbox-inline label,
6976  .has-error .form-control-feedback {
6977    color: #ee5f5b;
6978  }
6979  .has-error .form-control,
6980  .has-error .form-control:focus {
6981    border-color: #ee5f5b;
6982  }
6983  .has-error .input-group-addon {
6984    background-color: #3a3f44;
6985    border-color: rgba(0, 0, 0, 0.6);
6986  }
6987  .has-success .help-block,
6988  .has-success .control-label,
6989  .has-success .radio,
6990  .has-success .checkbox,
6991  .has-success .radio-inline,
6992  .has-success .checkbox-inline,
6993  .has-success.radio label,
6994  .has-success.checkbox label,
6995  .has-success.radio-inline label,
6996  .has-success.checkbox-inline label,
6997  .has-success .form-control-feedback {
6998    color: #62c462;
6999  }
7000  .has-success .form-control,
7001  .has-success .form-control:focus {
7002    border-color: #62c462;
7003  }
7004  .has-success .input-group-addon {
7005    background-color: #3a3f44;
7006    border-color: rgba(0, 0, 0, 0.6);
7007  }
7008  legend {
7009    color: #fff;
7010  }
7011  .input-group-addon {
7012    background-color: #3a3f44;
7013    background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
7014    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
7015    background-repeat: no-repeat;
7016    -webkit-filter: none;
7017            filter: none;
7018    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
7019    color: #ffffff;
7020  }
7021  .nav .open > a,
7022  .nav .open > a:hover,
7023  .nav .open > a:focus {
7024    border-color: rgba(0, 0, 0, 0.6);
7025  }
7026  .nav-pills > li > a {
7027    background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
7028    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
7029    background-repeat: no-repeat;
7030    -webkit-filter: none;
7031            filter: none;
7032    border: 1px solid rgba(0, 0, 0, 0.6);
7033    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
7034  }
7035  .nav-pills > li > a:hover {
7036    background-image: linear-gradient(#020202, #101112 40%, #141618);
7037    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
7038    background-repeat: no-repeat;
7039    -webkit-filter: none;
7040            filter: none;
7041    border: 1px solid rgba(0, 0, 0, 0.6);
7042  }
7043  .nav-pills > li.active > a,
7044  .nav-pills > li.active > a:hover {
7045    background-color: none;
7046    background-image: linear-gradient(#020202, #101112 40%, #141618);
7047    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
7048    background-repeat: no-repeat;
7049    -webkit-filter: none;
7050            filter: none;
7051    border: 1px solid rgba(0, 0, 0, 0.6);
7052  }
7053  .nav-pills > li.disabled > a,
7054  .nav-pills > li.disabled > a:hover {
7055    background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
7056    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
7057    background-repeat: no-repeat;
7058    -webkit-filter: none;
7059            filter: none;
7060  }
7061  .pagination > li > a,
7062  .pagination > li > span {
7063    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
7064    background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
7065    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
7066    background-repeat: no-repeat;
7067    -webkit-filter: none;
7068            filter: none;
7069  }
7070  .pagination > li > a:hover,
7071  .pagination > li > span:hover {
7072    background-image: linear-gradient(#020202, #101112 40%, #141618);
7073    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
7074    background-repeat: no-repeat;
7075    -webkit-filter: none;
7076            filter: none;
7077  }
7078  .pagination > li.active > a,
7079  .pagination > li.active > span {
7080    background-image: linear-gradient(#020202, #101112 40%, #141618);
7081    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
7082    background-repeat: no-repeat;
7083    -webkit-filter: none;
7084            filter: none;
7085  }
7086  .pagination > li.disabled > a,
7087  .pagination > li.disabled > a:hover,
7088  .pagination > li.disabled > span,
7089  .pagination > li.disabled > span:hover {
7090    background-color: transparent;
7091    background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
7092    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
7093    background-repeat: no-repeat;
7094    -webkit-filter: none;
7095            filter: none;
7096  }
7097  .pager > li > a {
7098    background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
7099    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
7100    background-repeat: no-repeat;
7101    -webkit-filter: none;
7102            filter: none;
7103    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
7104  }
7105  .pager > li > a:hover {
7106    background-image: linear-gradient(#020202, #101112 40%, #141618);
7107    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff141618', GradientType=0);
7108    background-repeat: no-repeat;
7109    -webkit-filter: none;
7110            filter: none;
7111  }
7112  .pager > li.disabled > a,
7113  .pager > li.disabled > a:hover {
7114    background-color: transparent;
7115    background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
7116    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
7117    background-repeat: no-repeat;
7118    -webkit-filter: none;
7119            filter: none;
7120  }
7121  .breadcrumb {
7122    border: 1px solid rgba(0, 0, 0, 0.6);
7123    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
7124    background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
7125    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
7126    background-repeat: no-repeat;
7127    -webkit-filter: none;
7128            filter: none;
7129  }
7130  .alert .alert-link,
7131  .alert a {
7132    color: #fff;
7133    text-decoration: underline;
7134  }
7135  .alert .close {
7136    color: #000000;
7137    text-decoration: none;
7138  }
7139  a.thumbnail:hover,
7140  a.thumbnail:focus,
7141  a.thumbnail.active {
7142    border-color: #0c0d0e;
7143  }
7144  a.list-group-item.active,
7145  a.list-group-item.active:hover,
7146  a.list-group-item.active:focus {
7147    border-color: rgba(0, 0, 0, 0.6);
7148  }
7149  a.list-group-item-success.active {
7150    background-color: #62c462;
7151  }
7152  a.list-group-item-success.active:hover,
7153  a.list-group-item-success.active:focus {
7154    background-color: #4fbd4f;
7155  }
7156  a.list-group-item-warning.active {
7157    background-color: #f89406;
7158  }
7159  a.list-group-item-warning.active:hover,
7160  a.list-group-item-warning.active:focus {
7161    background-color: #df8505;
7162  }
7163  a.list-group-item-danger.active {
7164    background-color: #ee5f5b;
7165  }
7166  a.list-group-item-danger.active:hover,
7167  a.list-group-item-danger.active:focus {
7168    background-color: #ec4844;
7169  }
7170  .jumbotron {
7171    border: 1px solid rgba(0, 0, 0, 0.6);
7172  }
7173  .panel-primary .panel-heading,
7174  .panel-success .panel-heading,
7175  .panel-danger .panel-heading,
7176  .panel-warning .panel-heading,
7177  .panel-info .panel-heading {
7178    border-color: #000;
7179  }
7180  .device-overview>.panel-body>.row:nth-child(odd) { background-color: #4f565d; }
7181  .device-overview>.panel-body>.row:hover {background-color: #686d73;}
7182  .gridster .gs-w{
7183    color: var(--color-light2);
7184    background: #353a41;
7185  }
7186  a.list-device{
7187    color: #acb6bf;
7188  }
7189  .device-table-metrics>a {
7190    color: #babbbb;
7191    text-decoration:none;
7192  }
7193  .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
7194    margin-bottom: 5px;
7195    border-radius: 4px;
7196  }
7197  .pagemenu-selected a{
7198      color: #353a41
7199  }
7200  .bootgrid-table th{
7201    background: #3e444c;
7202  }
7203  .bootgrid-table th>.column-header-anchor{
7204    color: #bfc0c0;
7205  }
7206  .bootgrid-table th:active, .bootgrid-table th:hover {
7207    background: #525961;
7208  }
7209  .vis-legend-text {
7210    color: black;
7211  }
7212
7213.expandable:hover span {
7214    background-color: #2e3338;
7215}
7216