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