Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

test

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