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