bootstrap.css 142 KB
Newer Older
1
/*!
Chris Rebert's avatar
Chris Rebert committed
2
 * Bootstrap v3.3.4 (http://getbootstrap.com)
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
3
 * Copyright 2011-2015 Twitter, Inc.
4
5
6
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

7
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
8
9
10
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
11
      -ms-text-size-adjust: 100%;
12
13
14
15
}
body {
  margin: 0;
}
Mark Otto's avatar
Mark Otto committed
16
17
18
19
20
21
22
23
24
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
XhmikosR's avatar
XhmikosR committed
25
menu,
Mark Otto's avatar
Mark Otto committed
26
27
28
29
30
31
32
nav,
section,
summary {
  display: block;
}
audio,
canvas,
33
progress,
Mark Otto's avatar
Mark Otto committed
34
35
video {
  display: inline-block;
36
  vertical-align: baseline;
Mark Otto's avatar
Mark Otto committed
37
38
39
40
41
}
audio:not([controls]) {
  display: none;
  height: 0;
}
XhmikosR's avatar
XhmikosR committed
42
43
[hidden],
template {
Mark Otto's avatar
Mark Otto committed
44
45
  display: none;
}
XhmikosR's avatar
XhmikosR committed
46
a {
XhmikosR's avatar
XhmikosR committed
47
  background-color: transparent;
XhmikosR's avatar
XhmikosR committed
48
}
Mark Otto's avatar
Mark Otto committed
49
50
51
52
53
54
55
56
57
58
59
60
61
62
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
63
h1 {
64
  margin: .67em 0;
65
  font-size: 2em;
Mark Otto's avatar
Mark Otto committed
66
67
}
mark {
68
  color: #000;
69
  background: #ff0;
Mark Otto's avatar
Mark Otto committed
70
71
72
73
74
75
}
small {
  font-size: 80%;
}
sub,
sup {
76
  position: relative;
Mark Otto's avatar
Mark Otto committed
77
78
79
80
81
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
82
  top: -.5em;
Mark Otto's avatar
Mark Otto committed
83
84
}
sub {
85
  bottom: -.25em;
Mark Otto's avatar
Mark Otto committed
86
87
88
89
90
91
92
93
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
94
  margin: 1em 40px;
Mark Otto's avatar
Mark Otto committed
95
}
96
97
hr {
  height: 0;
98
99
100
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
Mark Otto's avatar
Mark Otto committed
101
}
102
103
104
105
106
107
108
109
110
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
Mark Otto's avatar
Mark Otto committed
111
112
113
}
button,
input,
114
optgroup,
Mark Otto's avatar
Mark Otto committed
115
116
select,
textarea {
117
  margin: 0;
118
119
  font: inherit;
  color: inherit;
Mark Otto's avatar
Mark Otto committed
120
}
121
122
button {
  overflow: visible;
Mark Otto's avatar
Mark Otto committed
123
124
125
126
127
128
129
130
131
132
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
Mark Otto's avatar
Mark Otto committed
133
  cursor: pointer;
Mark Otto's avatar
Mark Otto committed
134
135
136
137
138
}
button[disabled],
html input[disabled] {
  cursor: default;
}
139
140
button::-moz-focus-inner,
input::-moz-focus-inner {
141
  padding: 0;
142
  border: 0;
143
144
145
146
}
input {
  line-height: normal;
}
Mark Otto's avatar
Mark Otto committed
147
148
input[type="checkbox"],
input[type="radio"] {
149
150
151
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
Mark Otto's avatar
Mark Otto committed
152
  padding: 0;
Mark Otto's avatar
Mark Otto committed
153
}
154
155
156
157
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
Mark Otto's avatar
Mark Otto committed
158
input[type="search"] {
159
  -webkit-box-sizing: content-box;
160
161
162
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
Mark Otto's avatar
Mark Otto committed
163
164
165
166
167
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
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;
Mark Otto's avatar
Mark Otto committed
176
177
178
}
textarea {
  overflow: auto;
179
180
181
}
optgroup {
  font-weight: bold;
Mark Otto's avatar
Mark Otto committed
182
183
}
table {
184
  border-spacing: 0;
185
  border-collapse: collapse;
Mark Otto's avatar
Mark Otto committed
186
}
187
188
189
190
td,
th {
  padding: 0;
}
191
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
192
@media print {
193
194
195
  *,
  *:before,
  *:after {
196
    color: #000 !important;
197
    text-shadow: none !important;
198
    background: transparent !important;
199
200
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
201
202
  }
  a,
203
204
  a:visited {
    text-decoration: underline;
205
206
  }
  a[href]:after {
207
    content: " (" attr(href) ")";
208
209
  }
  abbr[title]:after {
210
    content: " (" attr(title) ")";
211
  }
Mark Otto's avatar
grunt    
Mark Otto committed
212
213
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
214
    content: "";
215
216
  }
  pre,
217
218
  blockquote {
    border: 1px solid #999;
219

220
    page-break-inside: avoid;
221
222
  }
  thead {
223
    display: table-header-group;
224
225
  }
  tr,
226
227
  img {
    page-break-inside: avoid;
228
229
  }
  img {
230
    max-width: 100% !important;
231
232
  }
  p,
233
234
235
236
  h2,
  h3 {
    orphans: 3;
    widows: 3;
237
238
  }
  h2,
239
240
  h3 {
    page-break-after: avoid;
241
242
  }
  .navbar {
243
    display: none;
244
245
  }
  .btn > .caret,
246
247
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
248
249
  }
  .label {
250
    border: 1px solid #000;
251
252
  }
  .table {
Mark Otto's avatar
Mark Otto committed
253
    border-collapse: collapse !important;
254
  }
Mark Otto's avatar
grunt    
Mark Otto committed
255
256
257
258
  .table td,
  .table th {
    background-color: #fff !important;
  }
259
  .table-bordered th,
Mark Otto's avatar
Mark Otto committed
260
261
  .table-bordered td {
    border: 1px solid #ddd !important;
262
  }
263
}
264
265
@font-face {
  font-family: 'Glyphicons Halflings';
266

267
  src: url('../fonts/glyphicons-halflings-regular.eot');
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
268
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
Mark Otto's avatar
Mark Otto committed
269
}
270
271
272
273
274
275
276
277
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
278

279
280
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
Mark Otto's avatar
Mark Otto committed
281
}
282
283
.glyphicon-asterisk:before {
  content: "\2a";
Mark Otto's avatar
Mark Otto committed
284
}
285
286
.glyphicon-plus:before {
  content: "\2b";
Mark Otto's avatar
Mark Otto committed
287
}
Mark Otto's avatar
grunt    
Mark Otto committed
288
289
.glyphicon-euro:before,
.glyphicon-eur:before {
290
  content: "\20ac";
Mark Otto's avatar
Mark Otto committed
291
}
292
293
.glyphicon-minus:before {
  content: "\2212";
Mark Otto's avatar
Mark Otto committed
294
}
295
296
.glyphicon-cloud:before {
  content: "\2601";
Mark Otto's avatar
Mark Otto committed
297
}
298
299
.glyphicon-envelope:before {
  content: "\2709";
300
}
301
302
.glyphicon-pencil:before {
  content: "\270f";
Mark Otto's avatar
Mark Otto committed
303
}
304
305
.glyphicon-glass:before {
  content: "\e001";
306
}
307
308
.glyphicon-music:before {
  content: "\e002";
Mark Otto's avatar
Mark Otto committed
309
}
310
311
.glyphicon-search:before {
  content: "\e003";
312
}
313
314
.glyphicon-heart:before {
  content: "\e005";
Mark Otto's avatar
Mark Otto committed
315
}
316
317
.glyphicon-star:before {
  content: "\e006";
318
}
319
320
.glyphicon-star-empty:before {
  content: "\e007";
321
}
322
323
.glyphicon-user:before {
  content: "\e008";
Mark Otto's avatar
Mark Otto committed
324
}
325
326
.glyphicon-film:before {
  content: "\e009";
Mark Otto's avatar
Mark Otto committed
327
}
328
329
.glyphicon-th-large:before {
  content: "\e010";
Mark Otto's avatar
Mark Otto committed
330
}
331
332
.glyphicon-th:before {
  content: "\e011";
333
}
334
335
.glyphicon-th-list:before {
  content: "\e012";
Mark Otto's avatar
Mark Otto committed
336
}
337
338
.glyphicon-ok:before {
  content: "\e013";
339
}
340
341
.glyphicon-remove:before {
  content: "\e014";
Mark Otto's avatar
Mark Otto committed
342
}
343
344
.glyphicon-zoom-in:before {
  content: "\e015";
Mark Otto's avatar
Mark Otto committed
345
}
346
347
.glyphicon-zoom-out:before {
  content: "\e016";
Mark Otto's avatar
Mark Otto committed
348
}
349
350
.glyphicon-off:before {
  content: "\e017";
Mark Otto's avatar
Mark Otto committed
351
}
352
353
.glyphicon-signal:before {
  content: "\e018";
Mark Otto's avatar
Mark Otto committed
354
}
355
356
.glyphicon-cog:before {
  content: "\e019";
Mark Otto's avatar
Mark Otto committed
357
}
358
359
.glyphicon-trash:before {
  content: "\e020";
360
}
361
362
.glyphicon-home:before {
  content: "\e021";
Mark Otto's avatar
Mark Otto committed
363
}
364
365
.glyphicon-file:before {
  content: "\e022";
366
}
367
368
.glyphicon-time:before {
  content: "\e023";
369
}
370
371
.glyphicon-road:before {
  content: "\e024";
372
}
373
374
.glyphicon-download-alt:before {
  content: "\e025";
375
}
376
377
.glyphicon-download:before {
  content: "\e026";
378
}
379
380
.glyphicon-upload:before {
  content: "\e027";
381
}
382
383
.glyphicon-inbox:before {
  content: "\e028";
384
}
385
386
.glyphicon-play-circle:before {
  content: "\e029";
387
}
388
389
.glyphicon-repeat:before {
  content: "\e030";
390
}
391
392
.glyphicon-refresh:before {
  content: "\e031";
393
}
394
395
.glyphicon-list-alt:before {
  content: "\e032";
396
}
397
398
.glyphicon-lock:before {
  content: "\e033";
399
}
400
401
.glyphicon-flag:before {
  content: "\e034";
402
}
403
404
.glyphicon-headphones:before {
  content: "\e035";
405
}
406
407
.glyphicon-volume-off:before {
  content: "\e036";
408
}
409
410
.glyphicon-volume-down:before {
  content: "\e037";
411
}
412
413
.glyphicon-volume-up:before {
  content: "\e038";
414
}
415
416
.glyphicon-qrcode:before {
  content: "\e039";
417
}
418
419
.glyphicon-barcode:before {
  content: "\e040";
420
}
421
422
.glyphicon-tag:before {
  content: "\e041";
423
}
424
425
.glyphicon-tags:before {
  content: "\e042";
426
}
427
428
.glyphicon-book:before {
  content: "\e043";
429
}
430
431
.glyphicon-bookmark:before {
  content: "\e044";
432
}
433
434
.glyphicon-print:before {
  content: "\e045";
435
}
436
437
.glyphicon-camera:before {
  content: "\e046";
438
}
439
440
.glyphicon-font:before {
  content: "\e047";
441
}
442
443
.glyphicon-bold:before {
  content: "\e048";
444
}
445
446
.glyphicon-italic:before {
  content: "\e049";
447
}
448
449
.glyphicon-text-height:before {
  content: "\e050";
Mark Otto's avatar
Mark Otto committed
450
}
451
452
.glyphicon-text-width:before {
  content: "\e051";
Mark Otto's avatar
Mark Otto committed
453
}
454
455
.glyphicon-align-left:before {
  content: "\e052";
Mark Otto's avatar
Mark Otto committed
456
}
457
458
.glyphicon-align-center:before {
  content: "\e053";
459
}
460
461
.glyphicon-align-right:before {
  content: "\e054";
Mark Otto's avatar
Mark Otto committed
462
}
463
464
.glyphicon-align-justify:before {
  content: "\e055";
Mark Otto's avatar
Mark Otto committed
465
}
466
467
.glyphicon-list:before {
  content: "\e056";
Mark Otto's avatar
Mark Otto committed
468
}
469
470
.glyphicon-indent-left:before {
  content: "\e057";
Mark Otto's avatar
Mark Otto committed
471
}
472
473
.glyphicon-indent-right:before {
  content: "\e058";
Mark Otto's avatar
Mark Otto committed
474
}
475
476
.glyphicon-facetime-video:before {
  content: "\e059";
Mark Otto's avatar
Mark Otto committed
477
}
478
479
.glyphicon-picture:before {
  content: "\e060";
Mark Otto's avatar
Mark Otto committed
480
}
481
482
.glyphicon-map-marker:before {
  content: "\e062";
Mark Otto's avatar
Mark Otto committed
483
}
484
485
.glyphicon-adjust:before {
  content: "\e063";
Mark Otto's avatar
Mark Otto committed
486
}
487
488
.glyphicon-tint:before {
  content: "\e064";
Mark Otto's avatar
Mark Otto committed
489
}
490
491
.glyphicon-edit:before {
  content: "\e065";
492
}
493
494
.glyphicon-share:before {
  content: "\e066";
Mark Otto's avatar
Mark Otto committed
495
}
496
497
.glyphicon-check:before {
  content: "\e067";
Mark Otto's avatar
Mark Otto committed
498
}
499
500
.glyphicon-move:before {
  content: "\e068";
Mark Otto's avatar
Mark Otto committed
501
}
502
503
.glyphicon-step-backward:before {
  content: "\e069";
Mark Otto's avatar
Mark Otto committed
504
}
505
506
.glyphicon-fast-backward:before {
  content: "\e070";
Mark Otto's avatar
Mark Otto committed
507
}
508
509
.glyphicon-backward:before {
  content: "\e071";
Mark Otto's avatar
Mark Otto committed
510
}
511
512
.glyphicon-play:before {
  content: "\e072";
Mark Otto's avatar
Mark Otto committed
513
}
514
515
.glyphicon-pause:before {
  content: "\e073";
Mark Otto's avatar
Mark Otto committed
516
}
517
518
.glyphicon-stop:before {
  content: "\e074";
519
}
520
521
.glyphicon-forward:before {
  content: "\e075";
Mark Otto's avatar
Mark Otto committed
522
}
523
524
.glyphicon-fast-forward:before {
  content: "\e076";
Mark Otto's avatar
Mark Otto committed
525
}
526
527
.glyphicon-step-forward:before {
  content: "\e077";
Mark Otto's avatar
Mark Otto committed
528
}
529
530
.glyphicon-eject:before {
  content: "\e078";
Mark Otto's avatar
Mark Otto committed
531
}
532
533
.glyphicon-chevron-left:before {
  content: "\e079";
534
}
535
536
.glyphicon-chevron-right:before {
  content: "\e080";
537
}
538
539
.glyphicon-plus-sign:before {
  content: "\e081";
540
}
541
542
.glyphicon-minus-sign:before {
  content: "\e082";
543
}
544
545
.glyphicon-remove-sign:before {
  content: "\e083";
546
}
547
548
.glyphicon-ok-sign:before {
  content: "\e084";
Mark Otto's avatar
Mark Otto committed
549
}
550
551
.glyphicon-question-sign:before {
  content: "\e085";
Mark Otto's avatar
Mark Otto committed
552
}
553
554
.glyphicon-info-sign:before {
  content: "\e086";
555
}
556
557
.glyphicon-screenshot:before {
  content: "\e087";
558
}
559
560
.glyphicon-remove-circle:before {
  content: "\e088";
561
}
562
563
.glyphicon-ok-circle:before {
  content: "\e089";
564
}
565
566
.glyphicon-ban-circle:before {
  content: "\e090";
567
}
568
569
.glyphicon-arrow-left:before {
  content: "\e091";
570
}
571
572
.glyphicon-arrow-right:before {
  content: "\e092";
573
}
574
575
.glyphicon-arrow-up:before {
  content: "\e093";
576
}
577
578
.glyphicon-arrow-down:before {
  content: "\e094";
579
}
580
581
.glyphicon-share-alt:before {
  content: "\e095";
582
}
583
584
.glyphicon-resize-full:before {
  content: "\e096";
585
}
586
587
.glyphicon-resize-small:before {
  content: "\e097";
588
}
589
590
.glyphicon-exclamation-sign:before {
  content: "\e101";
591
}
592
593
.glyphicon-gift:before {
  content: "\e102";
594
}
595
596
.glyphicon-leaf:before {
  content: "\e103";
597
}
598
599
.glyphicon-fire:before {
  content: "\e104";
600
}
601
602
.glyphicon-eye-open:before {
  content: "\e105";
603
}
604
605
.glyphicon-eye-close:before {
  content: "\e106";
606
}
607
608
.glyphicon-warning-sign:before {
  content: "\e107";
609
}
610
611
.glyphicon-plane:before {
  content: "\e108";
612
}
613
614
.glyphicon-calendar:before {
  content: "\e109";
615
}
616
617
.glyphicon-random:before {
  content: "\e110";
618
}
619
620
.glyphicon-comment:before {
  content: "\e111";
621
}
622
623
.glyphicon-magnet:before {
  content: "\e112";
624
}
625
626
.glyphicon-chevron-up:before {
  content: "\e113";
627
}
628
629
.glyphicon-chevron-down:before {
  content: "\e114";
630
}
631
632
.glyphicon-retweet:before {
  content: "\e115";
633
}
634
635
.glyphicon-shopping-cart:before {
  content: "\e116";
636
}
637
638
.glyphicon-folder-close:before {
  content: "\e117";
639
}
640
641
.glyphicon-folder-open:before {
  content: "\e118";
642
}
643
644
.glyphicon-resize-vertical:before {
  content: "\e119";
645
}
646
647
.glyphicon-resize-horizontal:before {
  content: "\e120";
648
}
649
650
.glyphicon-hdd:before {
  content: "\e121";
651
}
652
653
.glyphicon-bullhorn:before {
  content: "\e122";
654
}
655
656
.glyphicon-bell:before {
  content: "\e123";
657
}
658
659
.glyphicon-certificate:before {
  content: "\e124";
660
}
661
662
.glyphicon-thumbs-up:before {
  content: "\e125";
663
}
664
665
.glyphicon-thumbs-down:before {
  content: "\e126";
666
}
667
668
.glyphicon-hand-right:before {
  content: "\e127";
669
}
670
671
.glyphicon-hand-left:before {
  content: "\e128";
672
}
673
674
.glyphicon-hand-up:before {
  content: "\e129";
675
}
676
677
.glyphicon-hand-down:before {
  content: "\e130";
678
}
679
680
.glyphicon-circle-arrow-right:before {
  content: "\e131";
681
}
682
683
.glyphicon-circle-arrow-left:before {
  content: "\e132";
684
}
685
686
.glyphicon-circle-arrow-up:before {
  content: "\e133";
687
}
688
689
.glyphicon-circle-arrow-down:before {
  content: "\e134";
690
}
691
692
.glyphicon-globe:before {
  content: "\e135";
693
}
694
695
.glyphicon-wrench:before {
  content: "\e136";
696
}
697
698
.glyphicon-tasks:before {
  content: "\e137";
699
}
700
701
.glyphicon-filter:before {
  content: "\e138";
Mark Otto's avatar
Mark Otto committed
702
}
703
704
.glyphicon-briefcase:before {
  content: "\e139";
705
}
706
707
.glyphicon-fullscreen:before {
  content: "\e140";
Mark Otto's avatar
Mark Otto committed
708
}
709
710
.glyphicon-dashboard:before {
  content: "\e141";
711
}
712
713
.glyphicon-paperclip:before {
  content: "\e142";
714
}
715
716
.glyphicon-heart-empty:before {
  content: "\e143";
Mark Otto's avatar
Mark Otto committed
717
}
718
719
.glyphicon-link:before {
  content: "\e144";
Mark Otto's avatar
Mark Otto committed
720
}
721
722
.glyphicon-phone:before {
  content: "\e145";
Mark Otto's avatar
Mark Otto committed
723
}
724
725
.glyphicon-pushpin:before {
  content: "\e146";
Mark Otto's avatar
Mark Otto committed
726
}
727
728
.glyphicon-usd:before {
  content: "\e148";
Mark Otto's avatar
Mark Otto committed
729
}
730
731
.glyphicon-gbp:before {
  content: "\e149";
Mark Otto's avatar
Mark Otto committed
732
}
733
734
.glyphicon-sort:before {
  content: "\e150";
Mark Otto's avatar
Mark Otto committed
735
}
736
737
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
Mark Otto's avatar
Mark Otto committed
738
}
739
740
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
Mark Otto's avatar
Mark Otto committed
741
}
742
743
.glyphicon-sort-by-order:before {
  content: "\e153";
Mark Otto's avatar
Mark Otto committed
744
}
745
746
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
Mark Otto's avatar
Mark Otto committed
747
}
748
749
.glyphicon-sort-by-attributes:before {
  content: "\e155";
750
}
751
752
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
Mark Otto's avatar
Mark Otto committed
753
}
754
755
.glyphicon-unchecked:before {
  content: "\e157";
Mark Otto's avatar
Mark Otto committed
756
}
757
758
.glyphicon-expand:before {
  content: "\e158";
759
}
760
761
.glyphicon-collapse-down:before {
  content: "\e159";
Mark Otto's avatar
Mark Otto committed
762
}
763
764
.glyphicon-collapse-up:before {
  content: "\e160";
765
}
766
767
.glyphicon-log-in:before {
  content: "\e161";
Zlatan Vasović's avatar
Zlatan Vasović committed
768
}
769
770
.glyphicon-flash:before {
  content: "\e162";
Mark Otto's avatar
Mark Otto committed
771
}
772
773
.glyphicon-log-out:before {
  content: "\e163";
774
}
775
776
.glyphicon-new-window:before {
  content: "\e164";
777
}
778
779
.glyphicon-record:before {
  content: "\e165";
780
}
781
782
.glyphicon-save:before {
  content: "\e166";
783
}
784
785
.glyphicon-open:before {
  content: "\e167";
Mark Otto's avatar
Mark Otto committed
786
}
787
788
.glyphicon-saved:before {
  content: "\e168";
Mark Otto's avatar
Mark Otto committed
789
}
790
791
.glyphicon-import:before {
  content: "\e169";
792
}
793
794
.glyphicon-export:before {
  content: "\e170";
Mark Otto's avatar
Mark Otto committed
795
}
796
797
.glyphicon-send:before {
  content: "\e171";
Mark Otto's avatar
Mark Otto committed
798
}
799
800
.glyphicon-floppy-disk:before {
  content: "\e172";
Mark Otto's avatar
Mark Otto committed
801
}
802
803
.glyphicon-floppy-saved:before {
  content: "\e173";
Mark Otto's avatar
Mark Otto committed
804
}
805
806
.glyphicon-floppy-remove:before {
  content: "\e174";
Mark Otto's avatar
Mark Otto committed
807
}
808
809
.glyphicon-floppy-save:before {
  content: "\e175";
810
}
811
812
.glyphicon-floppy-open:before {
  content: "\e176";
813
}
814
815
.glyphicon-credit-card:before {
  content: "\e177";
Mark Otto's avatar
Mark Otto committed
816
}
817
818
.glyphicon-transfer:before {
  content: "\e178";
Mark Otto's avatar
Mark Otto committed
819
}
820
821
.glyphicon-cutlery:before {
  content: "\e179";
Mark Otto's avatar
Mark Otto committed
822
}
823
824
.glyphicon-header:before {
  content: "\e180";
825
}
826
827
.glyphicon-compressed:before {
  content: "\e181";
Mark Otto's avatar
Mark Otto committed
828
}
829
830
.glyphicon-earphone:before {
  content: "\e182";
Mark Otto's avatar
Mark Otto committed
831
}
832
833
.glyphicon-phone-alt:before {
  content: "\e183";
834
}
835
836
.glyphicon-tower:before {
  content: "\e184";
Mark Otto's avatar
Mark Otto committed
837
}
838
839
.glyphicon-stats:before {
  content: "\e185";
Mark Otto's avatar
Mark Otto committed
840
}
841
842
.glyphicon-sd-video:before {
  content: "\e186";
Mark Otto's avatar
Mark Otto committed
843
}
844
845
.glyphicon-hd-video:before {
  content: "\e187";
Mark Otto's avatar
Mark Otto committed
846
}
847
848
.glyphicon-subtitles:before {
  content: "\e188";
Mark Otto's avatar
Mark Otto committed
849
}
850
851
.glyphicon-sound-stereo:before {
  content: "\e189";
852
}
853
854
.glyphicon-sound-dolby:before {
  content: "\e190";
855
}
856
857
.glyphicon-sound-5-1:before {
  content: "\e191";
858
}
859
860
.glyphicon-sound-6-1:before {
  content: "\e192";
Mark Otto's avatar
Mark Otto committed
861
}
862
863
.glyphicon-sound-7-1:before {
  content: "\e193";
Mark Otto's avatar
Mark Otto committed
864
}
865
866
.glyphicon-copyright-mark:before {
  content: "\e194";
Mark Otto's avatar
Mark Otto committed
867
}
868
869
.glyphicon-registration-mark:before {
  content: "\e195";
870
}
871
872
.glyphicon-cloud-download:before {
  content: "\e197";
Mark Otto's avatar
Mark Otto committed
873
}
874
875
.glyphicon-cloud-upload:before {
  content: "\e198";
Mark Otto's avatar
Mark Otto committed
876
}
877
878
.glyphicon-tree-conifer:before {
  content: "\e199";
Mark Otto's avatar
Mark Otto committed
879
}
880
881
.glyphicon-tree-deciduous:before {
  content: "\e200";
Mark Otto's avatar
Mark Otto committed
882
}
Mark Otto's avatar
Mark Otto committed
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
958
959
960
961
962
963
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
Mark Otto's avatar
Mark Otto committed
964
965
966
.glyphicon-yen:before {
  content: "\00a5";
}
967
968
969
.glyphicon-jpy:before {
  content: "\00a5";
}
Mark Otto's avatar
Mark Otto committed
970
971
972
.glyphicon-ruble:before {
  content: "\20bd";
}
973
974
975
.glyphicon-rub:before {
  content: "\20bd";
}
Mark Otto's avatar
Mark Otto committed
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
1069
1070
* {
  -webkit-box-sizing: border-box;
1071
1072
     -moz-box-sizing: border-box;
          box-sizing: border-box;
1073
}
1074
1075
1076
*:before,
*:after {
  -webkit-box-sizing: border-box;
1077
1078
     -moz-box-sizing: border-box;
          box-sizing: border-box;
Mark Otto's avatar
Mark Otto committed
1079
}
1080
html {
1081
  font-size: 10px;
1082

1083
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
Mark Otto's avatar
Mark Otto committed
1084
}
1085
1086
1087
1088
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
1089
1090
  color: #333;
  background-color: #fff;
1091
}
1092
1093
1094
1095
1096
1097
1098
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
Mark Otto's avatar
Mark Otto committed
1099
}
1100
a {
1101
  color: #337ab7;
1102
  text-decoration: none;
Mark Otto's avatar
Mark Otto committed
1103
}
1104
1105
a:hover,
a:focus {
1106
  color: #23527c;
1107
  text-decoration: underline;
Mark Otto's avatar
Mark Otto committed
1108
}
1109
1110
1111
1112
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
1113
}
1114
1115
figure {
  margin: 0;
Mark Otto's avatar
Mark Otto committed
1116
}
1117
1118
img {
  vertical-align: middle;
Mark Otto's avatar
Mark Otto committed
1119
}
1120
1121
1122
1123
1124
1125
1126
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
1127
1128
  height: auto;
}
1129
.img-rounded {
Mark Otto's avatar
Mark Otto committed
1130
  border-radius: 6px;
Mark Otto's avatar
Mark Otto committed
1131
}
1132
.img-thumbnail {
1133
1134
1135
  display: inline-block;
  max-width: 100%;
  height: auto;
1136
1137
1138
1139
1140
1141
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
1142
       -o-transition: all .2s ease-in-out;
1143
          transition: all .2s ease-in-out;
1144
}
1145
1146
.img-circle {
  border-radius: 50%;
1147
}
1148
1149
1150
1151
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
1152
  border-top: 1px solid #eee;
1153
}
1154
.sr-only {
1155
  position: absolute;
1156
1157
  width: 1px;
  height: 1px;
1158
  padding: 0;
1159
  margin: -1px;
1160
1161
1162
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
1163
}
1164
1165
1166
1167
1168
1169
1170
1171
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
1172
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
1173
1174
1175
[role="button"] {
  cursor: pointer;
}
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
1192
}
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
1219
  color: #777;
Mark Otto's avatar
Mark Otto committed
1220
}
1221
1222
1223
1224
1225
1226
1227
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
Mark Otto's avatar
Mark Otto committed
1228
1229
  margin-bottom: 10px;
}
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
Mark Otto's avatar
Mark Otto committed
1243
}
1244
1245
1246
1247
1248
1249
1250
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
Mark Otto's avatar
Mark Otto committed
1251
  margin-bottom: 10px;
1252
}
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
1266
}
1267
1268
1269
h1,
.h1 {
  font-size: 36px;
Mark Otto's avatar
Mark Otto committed
1270
}
1271
1272
1273
h2,
.h2 {
  font-size: 30px;
Mark Otto's avatar
Mark Otto committed
1274
}
1275
1276
1277
h3,
.h3 {
  font-size: 24px;
Mark Otto's avatar
Mark Otto committed
1278
}
1279
1280
1281
h4,
.h4 {
  font-size: 18px;
1282
}
1283
1284
h5,
.h5 {
Mark Otto's avatar
Mark Otto committed
1285
  font-size: 14px;
1286
}
1287
1288
1289
h6,
.h6 {
  font-size: 12px;
1290
}
1291
1292
p {
  margin: 0 0 10px;
Mark Otto's avatar
Mark Otto committed
1293
}
1294
1295
1296
.lead {
  margin-bottom: 20px;
  font-size: 16px;
Mark Otto's avatar
Mark Otto committed
1297
  font-weight: 300;
1298
  line-height: 1.4;
Mark Otto's avatar
Mark Otto committed
1299
}
1300
@media (min-width: 768px) {
1301
1302
  .lead {
    font-size: 21px;
1303
  }
1304
}
1305
1306
1307
small,
.small {
  font-size: 85%;
1308
}
mrmrs's avatar
mrmrs committed
1309
1310
mark,
.mark {
1311
  padding: .2em;
1312
  background-color: #fcf8e3;
1313
}
1314
1315
.text-left {
  text-align: left;
1316
}
1317
1318
.text-right {
  text-align: right;
1319
}
1320
.text-center {
1321
  text-align: center;
Mark Otto's avatar
Mark Otto committed
1322
}
1323
1324
.text-justify {
  text-align: justify;
Mark Otto's avatar
Mark Otto committed
1325
}
1326
1327
1328
.text-nowrap {
  white-space: nowrap;
}
Mark Otto's avatar
grunt    
Mark Otto committed
1329
1330
1331
1332
1333
1334
1335
1336
1337
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
1338
.text-muted {
1339
  color: #777;
Mark Otto's avatar
Mark Otto committed
1340
}
1341
.text-primary {
1342
  color: #337ab7;
Mark Otto's avatar
Mark Otto committed
1343
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
1344
1345
a.text-primary:hover,
a.text-primary:focus {
1346
  color: #286090;
Mark Otto's avatar
Mark Otto committed
1347
}
1348
1349
.text-success {
  color: #3c763d;
Mark Otto's avatar
Mark Otto committed
1350
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
1351
1352
a.text-success:hover,
a.text-success:focus {
1353
  color: #2b542c;
Mark Otto's avatar
Mark Otto committed
1354
}
1355
1356
.text-info {
  color: #31708f;
1357
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
1358
1359
a.text-info:hover,
a.text-info:focus {
1360
  color: #245269;
Mark Otto's avatar
Mark Otto committed
1361
}
1362
1363
.text-warning {
  color: #8a6d3b;
1364
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
1365
1366
a.text-warning:hover,
a.text-warning:focus {
1367
  color: #66512c;
Mark Otto's avatar
Mark Otto committed
1368
}
1369
1370
.text-danger {
  color: #a94442;
1371
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
1372
1373
a.text-danger:hover,
a.text-danger:focus {
1374
  color: #843534;
1375
}
1376
.bg-primary {
Mark Otto's avatar
Mark Otto committed
1377
  color: #fff;
1378
  background-color: #337ab7;
Mark Otto's avatar
Mark Otto committed
1379
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
1380
1381
a.bg-primary:hover,
a.bg-primary:focus {
1382
  background-color: #286090;
Mark Otto's avatar
Mark Otto committed
1383
}
1384
1385
.bg-success {
  background-color: #dff0d8;
1386
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
1387
1388
a.bg-success:hover,
a.bg-success:focus {
1389
  background-color: #c1e2b3;
1390
}
1391
1392
.bg-info {
  background-color: #d9edf7;
Mark Otto's avatar
Mark Otto committed
1393
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
1394
1395
a.bg-info:hover,
a.bg-info:focus {
1396
  background-color: #afd9ee;
1397
}
1398
1399
.bg-warning {
  background-color: #fcf8e3;
1400
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
1401
1402
a.bg-warning:hover,
a.bg-warning:focus {
1403
  background-color: #f7ecb5;
1404
}
1405
1406
.bg-danger {
  background-color: #f2dede;
1407
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
1408
1409
a.bg-danger:hover,
a.bg-danger:focus {
1410
  background-color: #e4b9b9;
1411
}
1412
1413
1414
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
1415
  border-bottom: 1px solid #eee;
1416
}
1417
1418
1419
1420
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
1421
}
1422
1423
1424
1425
1426
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
1427
}
1428
1429
1430
.list-unstyled {
  padding-left: 0;
  list-style: none;
1431
}
1432
1433
.list-inline {
  padding-left: 0;
1434
  margin-left: -5px;
1435
  list-style: none;
1436
}
1437
1438
.list-inline > li {
  display: inline-block;
1439
  padding-right: 5px;
1440
  padding-left: 5px;
1441
}
1442
1443
1444
dl {
  margin-top: 0;
  margin-bottom: 20px;
Mark Otto's avatar
Mark Otto committed
1445
}
1446
1447
1448
dt,
dd {
  line-height: 1.42857143;
Mark Otto's avatar
Mark Otto committed
1449
}
1450
1451
dt {
  font-weight: bold;
1452
}
1453
1454
dd {
  margin-left: 0;
Mark Otto's avatar
Mark Otto committed
1455
}
1456
1457
1458
1459
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
1460
    overflow: hidden;
1461
1462
1463
1464
1465
1466
1467
1468
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
1469
}
1470
1471
1472
abbr[title],
abbr[data-original-title] {
  cursor: help;
1473
  border-bottom: 1px dotted #777;
Mark Otto's avatar
Mark Otto committed
1474
}
1475
1476
1477
.initialism {
  font-size: 90%;
  text-transform: uppercase;
Mark Otto's avatar
Mark Otto committed
1478
}
1479
1480
1481
1482
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
1483
  border-left: 5px solid #eee;
1484
}
1485
1486
1487
1488
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
Mark Otto's avatar
Mark Otto committed
1489
}
1490
1491
1492
blockquote footer,
blockquote small,
blockquote .small {
1493
  display: block;
1494
1495
  font-size: 80%;
  line-height: 1.42857143;
1496
  color: #777;
1497
}
1498
1499
1500
1501
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
Chris Rebert's avatar
Chris Rebert committed
1502
}
1503
1504
1505
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
1506
  padding-left: 0;
1507
  text-align: right;
1508
1509
  border-right: 5px solid #eee;
  border-left: 0;
1510
}
1511
1512
1513
1514
1515
1516
1517
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
Mark Otto's avatar
Mark Otto committed
1518
}
1519
1520
1521
1522
1523
1524
1525
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
Mark Otto's avatar
Mark Otto committed
1526
}
1527
1528
1529
1530
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
Mark Otto's avatar
Mark Otto committed
1531
}
1532
1533
1534
1535
1536
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1537
}
1538
1539
1540
1541
1542
1543
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
1544
}
1545
1546
1547
kbd {
  padding: 2px 4px;
  font-size: 90%;
1548
1549
  color: #fff;
  background-color: #333;
1550
  border-radius: 3px;
1551
1552
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
Mark Otto's avatar
Mark Otto committed
1553
}
Mark Otto's avatar
grunt    
Mark Otto committed
1554
1555
1556
kbd kbd {
  padding: 0;
  font-size: 100%;
1557
  font-weight: bold;
1558
1559
  -webkit-box-shadow: none;
          box-shadow: none;
Mark Otto's avatar
grunt    
Mark Otto committed
1560
}
1561
pre {
1562
  display: block;
1563
1564
1565
1566
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
1567
  color: #333;
1568
1569
1570
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
1571
  border: 1px solid #ccc;
1572
  border-radius: 4px;
1573
}
1574
1575
1576
1577
1578
1579
1580
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
1581
}
1582
1583
1584
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
1585
}
1586
.container {
1587
1588
  padding-right: 15px;
  padding-left: 15px;
1589
1590
  margin-right: auto;
  margin-left: auto;
Mark Otto's avatar
Mark Otto committed
1591
}
1592
1593
1594
1595
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
Mark Otto's avatar
Mark Otto committed
1596
}
1597
1598
1599
1600
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
1601
}
1602
1603
1604
1605
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
1606
}
1607
.container-fluid {
1608
1609
  padding-right: 15px;
  padding-left: 15px;
1610
1611
  margin-right: auto;
  margin-left: auto;
Mark Otto's avatar
Mark Otto committed
1612
}
1613
.row {
1614
  margin-right: -15px;
1615
  margin-left: -15px;
Mark Otto's avatar
Mark Otto committed
1616
}
1617
.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 {
1618
  position: relative;
1619
  min-height: 1px;
1620
  padding-right: 15px;
1621
  padding-left: 15px;
Chris Rebert's avatar
Chris Rebert committed
1622
}
1623
1624
.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 {
  float: left;
Chris Rebert's avatar
Chris Rebert committed
1625
}
1626
1627
.col-xs-12 {
  width: 100%;
Chris Rebert's avatar
Chris Rebert committed
1628
}
1629
1630
.col-xs-11 {
  width: 91.66666667%;
Chris Rebert's avatar
Chris Rebert committed
1631
}
1632
1633
.col-xs-10 {
  width: 83.33333333%;
Mark Otto's avatar
Mark Otto committed
1634
}
1635
1636
.col-xs-9 {
  width: 75%;
Mark Otto's avatar
Mark Otto committed
1637
}
1638
1639
.col-xs-8 {
  width: 66.66666667%;
Mark Otto's avatar
Mark Otto committed
1640
}
1641
1642
.col-xs-7 {
  width: 58.33333333%;
Mark Otto's avatar
Mark Otto committed
1643
}
1644
1645
.col-xs-6 {
  width: 50%;
Mark Otto's avatar
Mark Otto committed
1646
}
1647
1648
.col-xs-5 {
  width: 41.66666667%;
Mark Otto's avatar
Mark Otto committed
1649
}
1650
1651
.col-xs-4 {
  width: 33.33333333%;
Mark Otto's avatar
Mark Otto committed
1652
}
1653
1654
.col-xs-3 {
  width: 25%;
Mark Otto's avatar
Mark Otto committed
1655
}
1656
1657
.col-xs-2 {
  width: 16.66666667%;
Mark Otto's avatar
Mark Otto committed
1658
}
1659
1660
.col-xs-1 {
  width: 8.33333333%;
Mark Otto's avatar
Mark Otto committed
1661
}
1662
1663
.col-xs-pull-12 {
  right: 100%;
Mark Otto's avatar
Mark Otto committed
1664
}
1665
1666
.col-xs-pull-11 {
  right: 91.66666667%;
Mark Otto's avatar
Mark Otto committed
1667
}
1668
1669
.col-xs-pull-10 {
  right: 83.33333333%;
Mark Otto's avatar
Mark Otto committed
1670
}
1671
1672
.col-xs-pull-9 {
  right: 75%;
Mark Otto's avatar
Mark Otto committed
1673
}
1674
1675
.col-xs-pull-8 {
  right: 66.66666667%;
Mark Otto's avatar
Mark Otto committed
1676
}
1677
1678
.col-xs-pull-7 {
  right: 58.33333333%;
Mark Otto's avatar
Mark Otto committed
1679
}
1680
1681
.col-xs-pull-6 {
  right: 50%;
Mark Otto's avatar
Mark Otto committed
1682
}
1683
1684
.col-xs-pull-5 {
  right: 41.66666667%;
Mark Otto's avatar
Mark Otto committed
1685
}
1686
1687
.col-xs-pull-4 {
  right: 33.33333333%;
Mark Otto's avatar
Mark Otto committed
1688
}
1689
1690
.col-xs-pull-3 {
  right: 25%;
Mark Otto's avatar
Mark Otto committed
1691
}
1692
1693
.col-xs-pull-2 {
  right: 16.66666667%;
Mark Otto's avatar
Mark Otto committed
1694
}
1695
1696
.col-xs-pull-1 {
  right: 8.33333333%;
Mark Otto's avatar
Mark Otto committed
1697
}
1698
.col-xs-pull-0 {
Mark Otto's avatar
Mark Otto committed
1699
  right: auto;
Mark Otto's avatar
Mark Otto committed
1700
}
1701
1702
.col-xs-push-12 {
  left: 100%;
Mark Otto's avatar
Mark Otto committed
1703
}
1704
1705
.col-xs-push-11 {
  left: 91.66666667%;
Mark Otto's avatar
Mark Otto committed
1706
}
1707
1708
.col-xs-push-10 {
  left: 83.33333333%;
Mark Otto's avatar
Mark Otto committed
1709
}
1710
1711
.col-xs-push-9 {
  left: 75%;
Mark Otto's avatar
Mark Otto committed
1712
}
1713
1714
.col-xs-push-8 {
  left: 66.66666667%;
Mark Otto's avatar
Mark Otto committed
1715
}
1716
1717
.col-xs-push-7 {
  left: 58.33333333%;
Mark Otto's avatar
Mark Otto committed
1718
}
1719
1720
.col-xs-push-6 {
  left: 50%;
Mark Otto's avatar
Mark Otto committed
1721
}
1722
1723
.col-xs-push-5 {
  left: 41.66666667%;
Mark Otto's avatar
Mark Otto committed
1724
}
1725
1726
.col-xs-push-4 {
  left: 33.33333333%;
Chris Rebert's avatar
Chris Rebert committed
1727
}
1728
1729
.col-xs-push-3 {
  left: 25%;
Mark Otto's avatar
Mark Otto committed
1730
}
1731
1732
.col-xs-push-2 {
  left: 16.66666667%;
Mark Otto's avatar
Mark Otto committed
1733
}
1734
1735
.col-xs-push-1 {
  left: 8.33333333%;
Mark Otto's avatar
Mark Otto committed
1736
}
1737
.col-xs-push-0 {
Mark Otto's avatar
Mark Otto committed
1738
  left: auto;
Mark Otto's avatar
Mark Otto committed
1739
}
1740
1741
.col-xs-offset-12 {
  margin-left: 100%;
Mark Otto's avatar
Mark Otto committed
1742
}
1743
1744
.col-xs-offset-11 {
  margin-left: 91.66666667%;
Mark Otto's avatar
Mark Otto committed
1745
}
1746
1747
.col-xs-offset-10 {
  margin-left: 83.33333333%;
Mark Otto's avatar
Mark Otto committed
1748
}
1749
1750
.col-xs-offset-9 {
  margin-left: 75%;
Mark Otto's avatar
Mark Otto committed
1751
}
1752
1753
.col-xs-offset-8 {
  margin-left: 66.66666667%;
Mark Otto's avatar
Mark Otto committed
1754
}
1755
1756
.col-xs-offset-7 {
  margin-left: 58.33333333%;
Mark Otto's avatar
Mark Otto committed
1757
}
1758
1759
.col-xs-offset-6 {
  margin-left: 50%;
Chris Rebert's avatar
Chris Rebert committed
1760
}
1761
1762
.col-xs-offset-5 {
  margin-left: 41.66666667%;
Mark Otto's avatar
Mark Otto committed
1763
}
1764
1765
.col-xs-offset-4 {
  margin-left: 33.33333333%;
Chris Rebert's avatar
Chris Rebert committed
1766
}
1767
1768
.col-xs-offset-3 {
  margin-left: 25%;
Mark Otto's avatar
Mark Otto committed
1769
}
1770
1771
.col-xs-offset-2 {
  margin-left: 16.66666667%;
Mark Otto's avatar
Mark Otto committed
1772
}
1773
1774
.col-xs-offset-1 {
  margin-left: 8.33333333%;
Mark Otto's avatar
Mark Otto committed
1775
}
1776
.col-xs-offset-0 {
1777
  margin-left: 0;
Mark Otto's avatar
Mark Otto committed
1778
}
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
Mark Otto's avatar
Mark Otto committed
1856
    right: auto;
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
Mark Otto's avatar
Mark Otto committed
1895
    left: auto;
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
1934
    margin-left: 0;
1935
  }
Mark Otto's avatar
Mark Otto committed
1936
}
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
Mark Otto's avatar
Mark Otto committed
2014
    right: auto;
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
Mark Otto's avatar
Mark Otto committed
2053
    left: auto;
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
2092
    margin-left: 0;
2093
  }
Mark Otto's avatar
Mark Otto committed
2094
}
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
Mark Otto's avatar
Mark Otto committed
2172
    right: auto;
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
Mark Otto's avatar
Mark Otto committed
2211
    left: auto;
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
2250
    margin-left: 0;
2251
  }
Mark Otto's avatar
Mark Otto committed
2252
}
2253
2254
table {
  background-color: transparent;
Mark Otto's avatar
Mark Otto committed
2255
}
2256
2257
2258
caption {
  padding-top: 8px;
  padding-bottom: 8px;
2259
  color: #777;
2260
2261
  text-align: left;
}
2262
2263
th {
  text-align: left;
Mark Otto's avatar
Mark Otto committed
2264
}
2265
2266
.table {
  width: 100%;
2267
  max-width: 100%;
2268
  margin-bottom: 20px;
Mark Otto's avatar
Mark Otto committed
2269
}
2270
2271
2272
2273
2274
2275
2276
2277
2278
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
2279
  border-top: 1px solid #ddd;
Mark Otto's avatar
Mark Otto committed
2280
}
2281
2282
.table > thead > tr > th {
  vertical-align: bottom;
2283
  border-bottom: 2px solid #ddd;
Mark Otto's avatar
Mark Otto committed
2284
}
2285
2286
2287
2288
2289
2290
2291
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
Mark Otto's avatar
Mark Otto committed
2292
}
2293
.table > tbody + tbody {
2294
  border-top: 2px solid #ddd;
Mark Otto's avatar
Mark Otto committed
2295
}
2296
.table .table {
2297
  background-color: #fff;
Mark Otto's avatar
Mark Otto committed
2298
}
2299
2300
2301
2302
2303
2304
2305
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
Mark Otto's avatar
Mark Otto committed
2306
}
2307
.table-bordered {
2308
  border: 1px solid #ddd;
Mark Otto's avatar
Mark Otto committed
2309
}
2310
2311
2312
2313
2314
2315
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
2316
  border: 1px solid #ddd;
Mark Otto's avatar
Mark Otto committed
2317
}
2318
2319
2320
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
Mark Otto's avatar
Mark Otto committed
2321
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
2322
.table-striped > tbody > tr:nth-of-type(odd) {
2323
  background-color: #f9f9f9;
Mark Otto's avatar
Mark Otto committed
2324
}
Mark Otto's avatar
grunt    
Mark Otto committed
2325
.table-hover > tbody > tr:hover {
2326
  background-color: #f5f5f5;
Mark Otto's avatar
Mark Otto committed
2327
}
2328
2329
table col[class*="col-"] {
  position: static;
2330
  display: table-column;
2331
  float: none;
Mark Otto's avatar
Mark Otto committed
2332
}
2333
2334
2335
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
2336
  display: table-cell;
2337
  float: none;
Mark Otto's avatar
Mark Otto committed
2338
}
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
Mark Otto's avatar
Mark Otto committed
2352
}
2353
2354
2355
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
Mark Otto's avatar
grunt    
Mark Otto committed
2356
.table-hover > tbody > tr:hover > .active,
2357
2358
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
Mark Otto's avatar
Mark Otto committed
2359
}
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
Mark Otto's avatar
Mark Otto committed
2373
}
2374
2375
2376
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
Mark Otto's avatar
grunt    
Mark Otto committed
2377
.table-hover > tbody > tr:hover > .success,
2378
2379
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
Mark Otto's avatar
Mark Otto committed
2380
}
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
Mark Otto's avatar
Mark Otto committed
2394
}
2395
2396
2397
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
Mark Otto's avatar
grunt    
Mark Otto committed
2398
.table-hover > tbody > tr:hover > .info,
2399
2400
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
Mark Otto's avatar
Mark Otto committed
2401
}
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
Mark Otto's avatar
Mark Otto committed
2415
}
2416
2417
2418
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
Mark Otto's avatar
grunt    
Mark Otto committed
2419
.table-hover > tbody > tr:hover > .warning,
2420
2421
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
Mark Otto's avatar
Mark Otto committed
2422
}
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
Mark Otto's avatar
Mark Otto committed
2436
}
2437
2438
2439
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
Mark Otto's avatar
grunt    
Mark Otto committed
2440
.table-hover > tbody > tr:hover > .danger,
2441
2442
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
Mark Otto's avatar
Mark Otto committed
2443
}
2444
.table-responsive {
2445
  min-height: .01%;
2446
2447
  overflow-x: auto;
}
2448
@media screen and (max-width: 767px) {
2449
2450
2451
2452
2453
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
2454
    border: 1px solid #ddd;
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
Mark Otto's avatar
Mark Otto committed
2492
}
2493
fieldset {
2494
  min-width: 0;
2495
2496
2497
  padding: 0;
  margin: 0;
  border: 0;
Mark Otto's avatar
Mark Otto committed
2498
}
2499
2500
2501
2502
2503
2504
2505
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
2506
  color: #333;
2507
2508
  border: 0;
  border-bottom: 1px solid #e5e5e5;
Mark Otto's avatar
Mark Otto committed
2509
}
2510
2511
label {
  display: inline-block;
2512
  max-width: 100%;
2513
2514
  margin-bottom: 5px;
  font-weight: bold;
Mark Otto's avatar
Mark Otto committed
2515
}
2516
2517
input[type="search"] {
  -webkit-box-sizing: border-box;
2518
2519
     -moz-box-sizing: border-box;
          box-sizing: border-box;
Mark Otto's avatar
Mark Otto committed
2520
}
2521
2522
2523
2524
2525
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
Mark Otto's avatar
Mark Otto committed
2526
}
2527
2528
input[type="file"] {
  display: block;
Mark Otto's avatar
Mark Otto committed
2529
}
2530
2531
2532
input[type="range"] {
  display: block;
  width: 100%;
Mark Otto's avatar
Mark Otto committed
2533
}
2534
2535
2536
select[multiple],
select[size] {
  height: auto;
Mark Otto's avatar
Mark Otto committed
2537
}
2538
2539
2540
2541
2542
2543
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
Mark Otto's avatar
Mark Otto committed
2544
}
2545
2546
2547
2548
2549
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
2550
  color: #555;
Mark Otto's avatar
Mark Otto committed
2551
}
2552
2553
2554
2555
2556
2557
2558
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
2559
2560
  color: #555;
  background-color: #fff;
2561
  background-image: none;
2562
  border: 1px solid #ccc;
2563
  border-radius: 4px;
2564
2565
2566
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
2567
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2568
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
Mark Otto's avatar
Mark Otto committed
2569
}
2570
2571
2572
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
2573
2574
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
Mark Otto's avatar
Mark Otto committed
2575
}
2576
.form-control::-moz-placeholder {
2577
  color: #999;
2578
  opacity: 1;
Mark Otto's avatar
Mark Otto committed
2579
}
2580
.form-control:-ms-input-placeholder {
2581
  color: #999;
Mark Otto's avatar
Mark Otto committed
2582
}
2583
.form-control::-webkit-input-placeholder {
2584
  color: #999;
Mark Otto's avatar
Mark Otto committed
2585
}
2586
2587
2588
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
2589
  background-color: #eee;
2590
  opacity: 1;
Mark Otto's avatar
Mark Otto committed
2591
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
2592
2593
2594
2595
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
2596
2597
textarea.form-control {
  height: auto;
Mark Otto's avatar
Mark Otto committed
2598
}
2599
2600
input[type="search"] {
  -webkit-appearance: none;
Mark Otto's avatar
Mark Otto committed
2601
}
Mark Otto's avatar
Mark Otto committed
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
2612
2613
2614
2615
2616
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
Mark Otto's avatar
Mark Otto committed
2617
2618
2619
2620
2621
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
2622
2623
2624
2625
2626
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
Mark Otto's avatar
Mark Otto committed
2627
2628
    line-height: 46px;
  }
2629
}
2630
2631
.form-group {
  margin-bottom: 15px;
Mark Otto's avatar
Mark Otto committed
2632
}
2633
2634
.radio,
.checkbox {
2635
  position: relative;
2636
2637
2638
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
Mark Otto's avatar
Mark Otto committed
2639
}
2640
2641
.radio label,
.checkbox label {
2642
  min-height: 20px;
2643
2644
  padding-left: 20px;
  margin-bottom: 0;
2645
2646
  font-weight: normal;
  cursor: pointer;
Mark Otto's avatar
Mark Otto committed
2647
}
2648
2649
2650
2651
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
2652
  position: absolute;
2653
  margin-top: 4px \9;
2654
  margin-left: -20px;
Chris Rebert's avatar
Chris Rebert committed
2655
}
2656
2657
2658
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
Mark Otto's avatar
Mark Otto committed
2659
}
2660
2661
.radio-inline,
.checkbox-inline {
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
2662
  position: relative;
2663
2664
2665
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
2666
  font-weight: normal;
2667
  vertical-align: middle;
2668
  cursor: pointer;
Mark Otto's avatar
Mark Otto committed
2669
}
2670
2671
2672
2673
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
Mark Otto's avatar
Mark Otto committed
2674
}
2675
2676
input[type="radio"][disabled],
input[type="checkbox"][disabled],
2677
2678
input[type="radio"].disabled,
input[type="checkbox"].disabled,
2679
fieldset[disabled] input[type="radio"],
2680
2681
2682
2683
2684
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
2685
2686
2687
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
Mark Otto's avatar
Mark Otto committed
2688
}
2689
2690
2691
2692
2693
2694
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
2695
.form-control-static {
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
2696
  min-height: 34px;
2697
2698
2699
2700
2701
2702
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
2703
  padding-right: 0;
2704
  padding-left: 0;
2705
}
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
2721
.form-group-sm .form-control {
2722
2723
2724
2725
2726
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
Mark Otto's avatar
Mark Otto committed
2727
}
2728
.form-group-sm select.form-control {
2729
2730
  height: 30px;
  line-height: 30px;
Mark Otto's avatar
Mark Otto committed
2731
}
2732
2733
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
2734
  height: auto;
Mark Otto's avatar
Mark Otto committed
2735
}
2736
2737
.form-group-sm .form-control-static {
  height: 30px;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
2738
  min-height: 32px;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
2739
  padding: 6px 10px;
2740
2741
2742
  font-size: 12px;
  line-height: 1.5;
}
2743
2744
2745
2746
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
2747
  line-height: 1.3333333;
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
Mark Otto's avatar
typo    
Mark Otto committed
2758
.form-group-lg .form-control {
2759
2760
2761
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
2762
  line-height: 1.3333333;
2763
  border-radius: 6px;
Mark Otto's avatar
Mark Otto committed
2764
}
2765
.form-group-lg select.form-control {
2766
2767
  height: 46px;
  line-height: 46px;
Mark Otto's avatar
Mark Otto committed
2768
}
2769
2770
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
2771
  height: auto;
Mark Otto's avatar
Mark Otto committed
2772
}
2773
2774
.form-group-lg .form-control-static {
  height: 46px;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
2775
  min-height: 38px;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
2776
  padding: 11px 16px;
2777
  font-size: 18px;
2778
  line-height: 1.3333333;
2779
}
2780
2781
.has-feedback {
  position: relative;
Mark Otto's avatar
Mark Otto committed
2782
}
2783
2784
.has-feedback .form-control {
  padding-right: 42.5px;
Mark Otto's avatar
Mark Otto committed
2785
}
2786
2787
.form-control-feedback {
  position: absolute;
Mark Otto's avatar
Mark Otto committed
2788
  top: 0;
2789
  right: 0;
2790
  z-index: 2;
2791
2792
2793
2794
2795
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
Mark Otto's avatar
grunt    
Mark Otto committed
2796
  pointer-events: none;
Mark Otto's avatar
Mark Otto committed
2797
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
2798
2799
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback {
2800
2801
2802
  width: 46px;
  height: 46px;
  line-height: 46px;
Chris Rebert's avatar
Chris Rebert committed
2803
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
2804
2805
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback {
2806
2807
2808
  width: 30px;
  height: 30px;
  line-height: 30px;
Mark Otto's avatar
Mark Otto committed
2809
}
2810
2811
2812
2813
2814
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
Mark Otto's avatar
Mark Otto committed
2815
2816
2817
2818
2819
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
2820
  color: #3c763d;
Mark Otto's avatar
Mark Otto committed
2821
}
2822
2823
.has-success .form-control {
  border-color: #3c763d;
2824
2825
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
Mark Otto's avatar
Mark Otto committed
2826
}
2827
2828
.has-success .form-control:focus {
  border-color: #2b542c;
2829
2830
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
Mark Otto's avatar
Mark Otto committed
2831
}
2832
2833
.has-success .input-group-addon {
  color: #3c763d;
2834
  background-color: #dff0d8;
2835
  border-color: #3c763d;
Mark Otto's avatar
Mark Otto committed
2836
}
2837
2838
.has-success .form-control-feedback {
  color: #3c763d;
Mark Otto's avatar
Mark Otto committed
2839
}
2840
2841
2842
2843
2844
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
Mark Otto's avatar
Mark Otto committed
2845
2846
2847
2848
2849
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
2850
  color: #8a6d3b;
Mark Otto's avatar
Mark Otto committed
2851
}
2852
2853
.has-warning .form-control {
  border-color: #8a6d3b;
2854
2855
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
Mark Otto's avatar
Mark Otto committed
2856
}
2857
2858
.has-warning .form-control:focus {
  border-color: #66512c;
2859
2860
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
Mark Otto's avatar
Mark Otto committed
2861
}
2862
2863
.has-warning .input-group-addon {
  color: #8a6d3b;
2864
  background-color: #fcf8e3;
2865
  border-color: #8a6d3b;
Mark Otto's avatar
Mark Otto committed
2866
}
2867
2868
.has-warning .form-control-feedback {
  color: #8a6d3b;
Mark Otto's avatar
Mark Otto committed
2869
}
2870
2871
2872
2873
2874
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
Mark Otto's avatar
Mark Otto committed
2875
2876
2877
2878
2879
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
2880
  color: #a94442;
Mark Otto's avatar
Mark Otto committed
2881
}
2882
2883
.has-error .form-control {
  border-color: #a94442;
2884
2885
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
Chris Rebert's avatar
Chris Rebert committed
2886
}
2887
2888
.has-error .form-control:focus {
  border-color: #843534;
2889
2890
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
Mark Otto's avatar
Mark Otto committed
2891
}
2892
2893
.has-error .input-group-addon {
  color: #a94442;
2894
  background-color: #f2dede;
2895
  border-color: #a94442;
Mark Otto's avatar
Mark Otto committed
2896
}
2897
2898
.has-error .form-control-feedback {
  color: #a94442;
Chris Rebert's avatar
Chris Rebert committed
2899
}
Mark Otto's avatar
Mark Otto committed
2900
2901
2902
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
Mark Otto's avatar
Mark Otto committed
2903
2904
2905
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
2906
2907
2908
2909
2910
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
Mark Otto's avatar
Mark Otto committed
2911
}
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
2923
2924
2925
  .form-inline .form-control-static {
    display: inline-block;
  }
Mark Otto's avatar
Mark Otto committed
2926
2927
2928
2929
2930
2931
2932
2933
2934
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
2949
2950
2951
2952
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
2953
2954
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
2955
    position: relative;
2956
2957
2958
2959
2960
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
Chris Rebert's avatar
Chris Rebert committed
2961
}
2962
2963
2964
2965
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
2966
  padding-top: 7px;
2967
2968
  margin-top: 0;
  margin-bottom: 0;
Mark Otto's avatar
Mark Otto committed
2969
}
2970
2971
2972
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
Mark Otto's avatar
Mark Otto committed
2973
}
2974
.form-horizontal .form-group {
2975
  margin-right: -15px;
2976
  margin-left: -15px;
Mark Otto's avatar
Mark Otto committed
2977
}
2978
2979
@media (min-width: 768px) {
  .form-horizontal .control-label {
2980
    padding-top: 7px;
2981
2982
    margin-bottom: 0;
    text-align: right;
2983
  }
Chris Rebert's avatar
Chris Rebert committed
2984
}
2985
2986
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
Mark Otto's avatar
Mark Otto committed
2987
}
2988
2989
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
2990
    padding-top: 14.333333px;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
2991
    font-size: 18px;
2992
2993
2994
2995
2996
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
2997
    font-size: 12px;
2998
2999
  }
}
3000
3001
.btn {
  display: inline-block;
3002
  padding: 6px 12px;
3003
  margin-bottom: 0;
3004
  font-size: 14px;
3005
  font-weight: normal;
3006
  line-height: 1.42857143;
3007
  text-align: center;
3008
  white-space: nowrap;
3009
  vertical-align: middle;
3010
3011
  -ms-touch-action: manipulation;
      touch-action: manipulation;
3012
  cursor: pointer;
3013
3014
3015
3016
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
3017
3018
3019
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
Mark Otto's avatar
Mark Otto committed
3020
}
3021
3022
.btn:focus,
.btn:active:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
3023
3024
3025
3026
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
3027
3028
3029
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
Mark Otto's avatar
Mark Otto committed
3030
}
3031
.btn:hover,
Mark Otto's avatar
grunt    
Mark Otto committed
3032
3033
.btn:focus,
.btn.focus {
3034
  color: #333;
3035
  text-decoration: none;
Mark Otto's avatar
Mark Otto committed
3036
}
3037
3038
.btn:active,
.btn.active {
3039
  background-image: none;
3040
3041
3042
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
Mark Otto's avatar
Mark Otto committed
3043
}
3044
3045
3046
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
3047
  cursor: not-allowed;
3048
3049
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
3050
3051
          box-shadow: none;
  opacity: .65;
Mark Otto's avatar
Mark Otto committed
3052
}
3053
3054
3055
3056
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
3057
.btn-default {
3058
3059
3060
  color: #333;
  background-color: #fff;
  border-color: #ccc;
Mark Otto's avatar
Mark Otto committed
3061
}
3062
.btn-default:focus,
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
3073
3074
.btn-default:active,
.btn-default.active,
3075
.open > .dropdown-toggle.btn-default {
3076
  color: #333;
3077
  background-color: #e6e6e6;
3078
  border-color: #adadad;
Mark Otto's avatar
Mark Otto committed
3079
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
3093
3094
.btn-default:active,
.btn-default.active,
3095
.open > .dropdown-toggle.btn-default {
3096
  background-image: none;
Mark Otto's avatar
Mark Otto committed
3097
}
3098
3099
3100
3101
3102
3103
3104
3105
3106
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
3107
3108
3109
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
3110
3111
3112
3113
3114
3115
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
3116
3117
  background-color: #fff;
  border-color: #ccc;
Mark Otto's avatar
Mark Otto committed
3118
}
3119
.btn-default .badge {
3120
3121
  color: #fff;
  background-color: #333;
Mark Otto's avatar
Mark Otto committed
3122
}
3123
.btn-primary {
3124
  color: #fff;
3125
3126
  background-color: #337ab7;
  border-color: #2e6da4;
Mark Otto's avatar
Mark Otto committed
3127
}
3128
.btn-primary:focus,
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
3139
3140
.btn-primary:active,
.btn-primary.active,
3141
.open > .dropdown-toggle.btn-primary {
3142
  color: #fff;
3143
3144
  background-color: #286090;
  border-color: #204d74;
Mark Otto's avatar
Mark Otto committed
3145
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
3159
3160
.btn-primary:active,
.btn-primary.active,
3161
.open > .dropdown-toggle.btn-primary {
3162
  background-image: none;
Mark Otto's avatar
Mark Otto committed
3163
}
3164
3165
3166
3167
3168
3169
3170
3171
3172
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
3173
3174
3175
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
3176
3177
3178
3179
3180
3181
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
3182
3183
  background-color: #337ab7;
  border-color: #2e6da4;
Mark Otto's avatar
Mark Otto committed
3184
}
3185
.btn-primary .badge {
3186
  color: #337ab7;
3187
  background-color: #fff;
Mark Otto's avatar
Mark Otto committed
3188
}
3189
.btn-success {
3190
  color: #fff;
3191
3192
  background-color: #5cb85c;
  border-color: #4cae4c;
Mark Otto's avatar
Mark Otto committed
3193
}
3194
.btn-success:focus,
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
3205
3206
.btn-success:active,
.btn-success.active,
3207
.open > .dropdown-toggle.btn-success {
3208
  color: #fff;
3209
  background-color: #449d44;
3210
  border-color: #398439;
Mark Otto's avatar
Mark Otto committed
3211
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
3225
3226
.btn-success:active,
.btn-success.active,
3227
.open > .dropdown-toggle.btn-success {
3228
  background-image: none;
Mark Otto's avatar
Mark Otto committed
3229
}
3230
3231
3232
3233
3234
3235
3236
3237
3238
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
3239
3240
3241
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
3242
3243
3244
3245
3246
3247
3248
3249
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
Mark Otto's avatar
Mark Otto committed
3250
}
3251
3252
.btn-success .badge {
  color: #5cb85c;
3253
  background-color: #fff;
Mark Otto's avatar
Mark Otto committed
3254
}
3255
.btn-info {
3256
  color: #fff;
3257
3258
  background-color: #5bc0de;
  border-color: #46b8da;
Mark Otto's avatar
Mark Otto committed
3259
}
3260
.btn-info:focus,
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
3271
3272
.btn-info:active,
.btn-info.active,
3273
.open > .dropdown-toggle.btn-info {
3274
  color: #fff;
3275
  background-color: #31b0d5;
3276
  border-color: #269abc;
Mark Otto's avatar
Mark Otto committed
3277
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
3291
3292
.btn-info:active,
.btn-info.active,
3293
.open > .dropdown-toggle.btn-info {
3294
  background-image: none;
Mark Otto's avatar
Mark Otto committed
3295
}
3296
3297
3298
3299
3300
3301
3302
3303
3304
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
3305
3306
3307
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
3308
3309
3310
3311
3312
3313
3314
3315
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
Mark Otto's avatar
Mark Otto committed
3316
}
3317
3318
.btn-info .badge {
  color: #5bc0de;
3319
  background-color: #fff;
Mark Otto's avatar
Mark Otto committed
3320
}
3321
.btn-warning {
3322
  color: #fff;
3323
3324
  background-color: #f0ad4e;
  border-color: #eea236;
Mark Otto's avatar
Mark Otto committed
3325
}
3326
.btn-warning:focus,
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
3337
3338
.btn-warning:active,
.btn-warning.active,
3339
.open > .dropdown-toggle.btn-warning {
3340
  color: #fff;
3341
  background-color: #ec971f;
3342
  border-color: #d58512;
Mark Otto's avatar
Mark Otto committed
3343
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
3357
3358
.btn-warning:active,
.btn-warning.active,
3359
.open > .dropdown-toggle.btn-warning {
3360
  background-image: none;
Mark Otto's avatar
Mark Otto committed
3361
}
3362
3363
3364
3365
3366
3367
3368
3369
3370
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
3371
3372
3373
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
3374
3375
3376
3377
3378
3379
3380
3381
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
Mark Otto's avatar
Mark Otto committed
3382
}
3383
3384
.btn-warning .badge {
  color: #f0ad4e;
3385
  background-color: #fff;
Mark Otto's avatar
Mark Otto committed
3386
}
3387
.btn-danger {
3388
  color: #fff;
3389
3390
  background-color: #d9534f;
  border-color: #d43f3a;
Mark Otto's avatar
Mark Otto committed
3391
}
3392
.btn-danger:focus,
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
3403
3404
.btn-danger:active,
.btn-danger.active,
3405
.open > .dropdown-toggle.btn-danger {
3406
  color: #fff;
3407
  background-color: #c9302c;
3408
  border-color: #ac2925;
Mark Otto's avatar
Mark Otto committed
3409
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
3423
3424
.btn-danger:active,
.btn-danger.active,
3425
.open > .dropdown-toggle.btn-danger {
3426
  background-image: none;
Mark Otto's avatar
Mark Otto committed
3427
}
3428
3429
3430
3431
3432
3433
3434
3435
3436
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
Mark Otto's avatar
grunt    
Mark Otto committed
3437
3438
3439
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
3440
3441
3442
3443
3444
3445
3446
3447
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
Mark Otto's avatar
Mark Otto committed
3448
}
3449
3450
.btn-danger .badge {
  color: #d9534f;
3451
  background-color: #fff;
Mark Otto's avatar
Mark Otto committed
3452
}
3453
.btn-link {
3454
  font-weight: normal;
3455
  color: #337ab7;
3456
  border-radius: 0;
Mark Otto's avatar
Mark Otto committed
3457
}
3458
3459
.btn-link,
.btn-link:active,
3460
.btn-link.active,
3461
3462
3463
3464
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
3465
          box-shadow: none;
Mark Otto's avatar
Mark Otto committed
3466
}
3467
3468
3469
3470
3471
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
Mark Otto's avatar
Mark Otto committed
3472
}
3473
3474
.btn-link:hover,
.btn-link:focus {
3475
  color: #23527c;
3476
3477
  text-decoration: underline;
  background-color: transparent;
Mark Otto's avatar
Mark Otto committed
3478
}
3479
3480
3481
3482
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
3483
  color: #777;
3484
  text-decoration: none;
Mark Otto's avatar
Mark Otto committed
3485
}
3486
3487
3488
3489
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
3490
  line-height: 1.3333333;
3491
  border-radius: 6px;
Mark Otto's avatar
Mark Otto committed
3492
}
3493
3494
3495
3496
3497
3498
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
Mark Otto's avatar
Mark Otto committed
3499
}
3500
3501
3502
3503
3504
3505
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
Mark Otto's avatar
Mark Otto committed
3506
}
3507
3508
3509
.btn-block {
  display: block;
  width: 100%;
Mark Otto's avatar
Mark Otto committed
3510
}
3511
3512
.btn-block + .btn-block {
  margin-top: 5px;
Mark Otto's avatar
Mark Otto committed
3513
}
3514
3515
3516
3517
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
Mark Otto's avatar
Mark Otto committed
3518
}
3519
3520
.fade {
  opacity: 0;
3521
  -webkit-transition: opacity .15s linear;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
3522
       -o-transition: opacity .15s linear;
3523
          transition: opacity .15s linear;
Mark Otto's avatar
Mark Otto committed
3524
}
3525
3526
.fade.in {
  opacity: 1;
Mark Otto's avatar
Mark Otto committed
3527
}
3528
3529
.collapse {
  display: none;
Mark Otto's avatar
Mark Otto committed
3530
}
3531
3532
.collapse.in {
  display: block;
Mark Otto's avatar
Mark Otto committed
3533
}
3534
3535
tr.collapse.in {
  display: table-row;
Mark Otto's avatar
Mark Otto committed
3536
}
3537
3538
tbody.collapse.in {
  display: table-row-group;
Mark Otto's avatar
Mark Otto committed
3539
}
3540
3541
3542
3543
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
Heinrich Fenkart's avatar
grunt    
Heinrich Fenkart committed
3544
  -webkit-transition-timing-function: ease;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
3545
       -o-transition-timing-function: ease;
Heinrich Fenkart's avatar
grunt    
Heinrich Fenkart committed
3546
3547
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
3548
       -o-transition-duration: .35s;
Heinrich Fenkart's avatar
grunt    
Heinrich Fenkart committed
3549
3550
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
3551
       -o-transition-property: height, visibility;
Heinrich Fenkart's avatar
grunt    
Heinrich Fenkart committed
3552
          transition-property: height, visibility;
Mark Otto's avatar
Mark Otto committed
3553
}
Mark Otto's avatar
Mark Otto committed
3554
3555
3556
3557
.caret {
  display: inline-block;
  width: 0;
  height: 0;
3558
3559
  margin-left: 2px;
  vertical-align: middle;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
3560
  border-top: 4px dashed;
Mark Otto's avatar
Mark Otto committed
3561
3562
3563
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
3564
.dropup,
Mark Otto's avatar
Mark Otto committed
3565
3566
3567
.dropdown {
  position: relative;
}
Mark Otto's avatar
Mark Otto committed
3568
3569
3570
.dropdown-toggle:focus {
  outline: 0;
}
Mark Otto's avatar
Mark Otto committed
3571
3572
3573
3574
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
3575
  z-index: 1000;
Mark Otto's avatar
Mark Otto committed
3576
3577
3578
  display: none;
  float: left;
  min-width: 160px;
Mark Otto's avatar
Mark Otto committed
3579
  padding: 5px 0;
3580
3581
  margin: 2px 0 0;
  font-size: 14px;
3582
  text-align: left;
3583
3584
3585
3586
3587
3588
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
Mark Otto's avatar
Mark Otto committed
3589
  border-radius: 4px;
3590
3591
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
Mark Otto's avatar
Mark Otto committed
3592
3593
3594
3595
3596
3597
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
Mark Otto's avatar
Mark Otto committed
3598
  height: 1px;
Mark Otto's avatar
Mark Otto committed
3599
  margin: 9px 0;
3600
  overflow: hidden;
Mark Otto's avatar
Mark Otto committed
3601
3602
3603
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
Mark Otto's avatar
Mark Otto committed
3604
3605
  display: block;
  padding: 3px 20px;
3606
3607
  clear: both;
  font-weight: normal;
3608
  line-height: 1.42857143;
3609
  color: #333;
3610
  white-space: nowrap;
Mark Otto's avatar
Mark Otto committed
3611
}
Mark Otto's avatar
Mark Otto committed
3612
.dropdown-menu > li > a:hover,
3613
.dropdown-menu > li > a:focus {
3614
  color: #262626;
3615
  text-decoration: none;
3616
  background-color: #f5f5f5;
Mark Otto's avatar
Mark Otto committed
3617
3618
3619
3620
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
3621
  color: #fff;
3622
  text-decoration: none;
3623
  background-color: #337ab7;
3624
  outline: 0;
Mark Otto's avatar
Mark Otto committed
3625
3626
3627
3628
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
3629
  color: #777;
Mark Otto's avatar
Mark Otto committed
3630
3631
3632
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
3633
  text-decoration: none;
3634
  cursor: not-allowed;
Mark Otto's avatar
Mark Otto committed
3635
3636
  background-color: transparent;
  background-image: none;
3637
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
Mark Otto's avatar
Mark Otto committed
3638
3639
3640
3641
}
.open > .dropdown-menu {
  display: block;
}
3642
3643
3644
.open > a {
  outline: 0;
}
3645
.dropdown-menu-right {
3646
  right: 0;
3647
  left: auto;
3648
3649
}
.dropdown-menu-left {
3650
  right: auto;
3651
  left: 0;
3652
}
3653
.dropdown-header {
Mark Otto's avatar
Mark Otto committed
3654
3655
  display: block;
  padding: 3px 20px;
3656
  font-size: 12px;
3657
  line-height: 1.42857143;
3658
  color: #777;
Mark Otto's avatar
grunt    
Mark Otto committed
3659
  white-space: nowrap;
Mark Otto's avatar
Mark Otto committed
3660
}
3661
3662
.dropdown-backdrop {
  position: fixed;
3663
  top: 0;
3664
3665
  right: 0;
  bottom: 0;
3666
  left: 0;
3667
  z-index: 990;
3668
}
Mark Otto's avatar
Mark Otto committed
3669
3670
3671
3672
3673
3674
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
3675
  content: "";
3676
  border-top: 0;
Tobias Lindig's avatar
Tobias Lindig committed
3677
  border-bottom: 4px solid;
Mark Otto's avatar
Mark Otto committed
3678
3679
3680
3681
3682
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
Mark Otto's avatar
grunt    
Mark Otto committed
3683
  margin-bottom: 2px;
Mark Otto's avatar
Mark Otto committed
3684
}
3685
@media (min-width: 768px) {
3686
  .navbar-right .dropdown-menu {
3687
    right: 0;
3688
    left: auto;
3689
  }
3690
  .navbar-right .dropdown-menu-left {
3691
    right: auto;
3692
    left: 0;
3693
  }
3694
}
3695
3696
3697
3698
3699
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
3700
}
3701
3702
3703
3704
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
Mark Otto's avatar
Mark Otto committed
3705
}
3706
3707
3708
3709
3710
3711
3712
3713
3714
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
Mark Otto's avatar
Mark Otto committed
3715
}
3716
3717
3718
3719
3720
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
Mark Otto's avatar
Mark Otto committed
3721
}
3722
3723
.btn-toolbar {
  margin-left: -5px;
3724
}
3725
3726
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
3727
  float: left;
3728
}
3729
3730
3731
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
3732
  margin-left: 5px;
3733
}
3734
3735
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
Mark Otto's avatar
Mark Otto committed
3736
}
3737
3738
.btn-group > .btn:first-child {
  margin-left: 0;
3739
}
3740
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
3741
  border-top-right-radius: 0;
3742
  border-bottom-right-radius: 0;
3743
}
3744
3745
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
3746
  border-top-left-radius: 0;
3747
  border-bottom-left-radius: 0;
3748
}
3749
3750
.btn-group > .btn-group {
  float: left;
3751
}
3752
3753
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
3754
}
3755
3756
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3757
  border-top-right-radius: 0;
3758
  border-bottom-right-radius: 0;
3759
}
3760
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
3761
  border-top-left-radius: 0;
3762
  border-bottom-left-radius: 0;
3763
}
3764
3765
3766
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
3767
}
3768
.btn-group > .btn + .dropdown-toggle {
3769
  padding-right: 8px;
3770
  padding-left: 8px;
3771
}
3772
.btn-group > .btn-lg + .dropdown-toggle {
3773
  padding-right: 12px;
3774
  padding-left: 12px;
Mark Otto's avatar
Mark Otto committed
3775
}
3776
.btn-group.open .dropdown-toggle {
3777
3778
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
Mark Otto's avatar
Mark Otto committed
3779
}
3780
3781
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
3782
          box-shadow: none;
3783
}
3784
3785
.btn .caret {
  margin-left: 0;
Mark Otto's avatar
Mark Otto committed
3786
}
3787
.btn-lg .caret {
3788
  border-width: 5px 5px 0;
liuyl's avatar
liuyl committed
3789
  border-bottom-width: 0;
Mark Otto's avatar
Mark Otto committed
3790
}
3791
.dropup .btn-lg .caret {
3792
  border-width: 0 5px 5px;
Mark Otto's avatar
Mark Otto committed
3793
}
3794
.btn-group-vertical > .btn,
Mark Otto's avatar
Mark Otto committed
3795
3796
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
3797
3798
3799
3800
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
Mark Otto's avatar
Mark Otto committed
3801
}
3802
3803
.btn-group-vertical > .btn-group > .btn {
  float: none;
Mark Otto's avatar
Mark Otto committed
3804
}
3805
3806
3807
3808
3809
3810
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
3811
}
3812
3813
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
3814
}
3815
3816
3817
3818
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
Mark Otto's avatar
Mark Otto committed
3819
}
3820
.btn-group-vertical > .btn:last-child:not(:first-child) {
3821
  border-top-left-radius: 0;
3822
3823
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
Mark Otto's avatar
Mark Otto committed
3824
}
3825
3826
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
3827
}
Mark Otto's avatar
grunt    
Mark Otto committed
3828
3829
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3830
3831
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
3832
}
Mark Otto's avatar
grunt    
Mark Otto committed
3833
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
3834
  border-top-left-radius: 0;
3835
  border-top-right-radius: 0;
Mark Otto's avatar
Mark Otto committed
3836
}
3837
3838
3839
3840
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
Mark Otto's avatar
Mark Otto committed
3841
  border-collapse: separate;
Mark Otto's avatar
Mark Otto committed
3842
}
3843
3844
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
3845
  display: table-cell;
3846
  float: none;
3847
  width: 1%;
3848
}
3849
3850
3851
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
Mark Otto's avatar
Mark Otto committed
3852
3853
3854
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
3855
3856
3857
3858
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
3859
  position: absolute;
Mark Otto's avatar
grunt    
Mark Otto committed
3860
3861
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
3862
}
3863
3864
3865
3866
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
Mark Otto's avatar
Mark Otto committed
3867
}
3868
.input-group[class*="col-"] {
3869
  float: none;
3870
  padding-right: 0;
3871
  padding-left: 0;
Mark Otto's avatar
Mark Otto committed
3872
}
3873
.input-group .form-control {
3874
3875
  position: relative;
  z-index: 2;
3876
  float: left;
3877
3878
  width: 100%;
  margin-bottom: 0;
3879
}
3880
3881
3882
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
Mark Otto's avatar
Mark Otto committed
3883
3884
  height: 46px;
  padding: 10px 16px;
3885
  font-size: 18px;
3886
  line-height: 1.3333333;
3887
  border-radius: 6px;
3888
}
3889
3890
3891
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
Mark Otto's avatar
Mark Otto committed
3892
  height: 46px;
3893
  line-height: 46px;
Mark Otto's avatar
Mark Otto committed
3894
}
3895
3896
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
3897
3898
3899
3900
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
3901
  height: auto;
Mark Otto's avatar
Mark Otto committed
3902
}
3903
3904
3905
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
Mark Otto's avatar
Mark Otto committed
3906
3907
  height: 30px;
  padding: 5px 10px;
3908
3909
  font-size: 12px;
  line-height: 1.5;
3910
3911
3912
3913
3914
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
Mark Otto's avatar
Mark Otto committed
3915
  height: 30px;
3916
  line-height: 30px;
Mark Otto's avatar
Mark Otto committed
3917
}
3918
3919
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
3920
3921
3922
3923
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
Mark Otto's avatar
Mark Otto committed
3939
  white-space: nowrap;
3940
  vertical-align: middle;
3941
3942
}
.input-group-addon {
3943
  padding: 6px 12px;
3944
3945
3946
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
3947
  color: #555;
3948
  text-align: center;
3949
3950
  background-color: #eee;
  border: 1px solid #ccc;
Mark Otto's avatar
Mark Otto committed
3951
3952
  border-radius: 4px;
}
3953
.input-group-addon.input-sm {
Mark Otto's avatar
Mark Otto committed
3954
  padding: 5px 10px;
3955
  font-size: 12px;
3956
  border-radius: 3px;
Mark Otto's avatar
Mark Otto committed
3957
}
3958
.input-group-addon.input-lg {
Mark Otto's avatar
Mark Otto committed
3959
  padding: 10px 16px;
3960
  font-size: 18px;
Mark Otto's avatar
Mark Otto committed
3961
3962
  border-radius: 6px;
}
3963
3964
3965
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
Mark Otto's avatar
Mark Otto committed
3966
}
3967
3968
3969
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
3970
.input-group-btn:first-child > .btn-group > .btn,
3971
.input-group-btn:first-child > .dropdown-toggle,
3972
3973
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
3974
  border-top-right-radius: 0;
3975
  border-bottom-right-radius: 0;
Mark Otto's avatar
Mark Otto committed
3976
}
3977
3978
.input-group-addon:first-child {
  border-right: 0;
Mark Otto's avatar
Mark Otto committed
3979
}
3980
3981
3982
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
3983
.input-group-btn:last-child > .btn-group > .btn,
3984
.input-group-btn:last-child > .dropdown-toggle,
3985
3986
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
3987
  border-top-left-radius: 0;
3988
  border-bottom-left-radius: 0;
3989
3990
3991
3992
3993
3994
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
3995
  font-size: 0;
3996
3997
3998
3999
4000
4001
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
4002
  margin-left: -1px;
4003
4004
}
.input-group-btn > .btn:hover,
4005
.input-group-btn > .btn:focus,
4006
4007
.input-group-btn > .btn:active {
  z-index: 2;
Mark Otto's avatar
Mark Otto committed
4008
}
4009
4010
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
4011
4012
  margin-right: -1px;
}
4013
4014
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
4015
  z-index: 2;
4016
4017
  margin-left: -1px;
}
Mark Otto's avatar
Mark Otto committed
4018
.nav {
4019
  padding-left: 0;
4020
  margin-bottom: 0;
Mark Otto's avatar
Mark Otto committed
4021
4022
4023
  list-style: none;
}
.nav > li {
4024
  position: relative;
Mark Otto's avatar
Mark Otto committed
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
4035
  background-color: #eee;
Mark Otto's avatar
Mark Otto committed
4036
}
Artur Kwiatkowski's avatar
Artur Kwiatkowski committed
4037
.nav > li.disabled > a {
4038
  color: #777;
Artur Kwiatkowski's avatar
Artur Kwiatkowski committed
4039
4040
4041
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
4042
  color: #777;
4043
  text-decoration: none;
4044
  cursor: not-allowed;
4045
  background-color: transparent;
Artur Kwiatkowski's avatar
Artur Kwiatkowski committed
4046
}
4047
4048
4049
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
4050
  background-color: #eee;
4051
  border-color: #337ab7;
4052
}
Mark Otto's avatar
Mark Otto committed
4053
.nav .nav-divider {
Mark Otto's avatar
Mark Otto committed
4054
  height: 1px;
Mark Otto's avatar
Mark Otto committed
4055
  margin: 9px 0;
4056
  overflow: hidden;
Artur Kwiatkowski's avatar
Artur Kwiatkowski committed
4057
4058
  background-color: #e5e5e5;
}
4059
4060
4061
.nav > li > a > img {
  max-width: none;
}
Mark Otto's avatar
Mark Otto committed
4062
.nav-tabs {
4063
  border-bottom: 1px solid #ddd;
Mark Otto's avatar
Mark Otto committed
4064
4065
4066
4067
4068
4069
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
Mark Otto's avatar
Mark Otto committed
4070
  margin-right: 2px;
4071
  line-height: 1.42857143;
Mark Otto's avatar
Mark Otto committed
4072
4073
4074
4075
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
4076
  border-color: #eee #eee #ddd;
Mark Otto's avatar
Mark Otto committed
4077
}
Artur Kwiatkowski's avatar
Artur Kwiatkowski committed
4078
4079
4080
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
4081
  color: #555;
4082
  cursor: default;
4083
4084
4085
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
Mark Otto's avatar
Mark Otto committed
4086
}
Artur Kwiatkowski's avatar
Artur Kwiatkowski committed
4087
4088
4089
4090
4091
4092
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
4093
4094
}
.nav-tabs.nav-justified > li > a {
4095
  margin-bottom: 5px;
4096
  text-align: center;
Artur Kwiatkowski's avatar
Artur Kwiatkowski committed
4097
}
4098
4099
4100
4101
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
4102
@media (min-width: 768px) {
4103
  .nav-tabs.nav-justified > li {
4104
4105
    display: table-cell;
    width: 1%;
4106
4107
  }
  .nav-tabs.nav-justified > li > a {
Mark Otto's avatar
Mark Otto committed
4108
    margin-bottom: 0;
4109
  }
4110
}
Artur Kwiatkowski's avatar
Artur Kwiatkowski committed
4111
4112
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
Mark Otto's avatar
Mark Otto committed
4113
  border-radius: 4px;
Artur Kwiatkowski's avatar
Artur Kwiatkowski committed
4114
}
Mark Otto's avatar
Mark Otto committed
4115
4116
4117
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
4118
  border: 1px solid #ddd;
Mark Otto's avatar
Mark Otto committed
4119
4120
}
@media (min-width: 768px) {
4121
  .nav-tabs.nav-justified > li > a {
4122
    border-bottom: 1px solid #ddd;
Mark Otto's avatar
Mark Otto committed
4123
    border-radius: 4px 4px 0 0;
4124
4125
  }
  .nav-tabs.nav-justified > .active > a,
Mark Otto's avatar
Mark Otto committed
4126
4127
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
4128
    border-bottom-color: #fff;
4129
  }
Artur Kwiatkowski's avatar
Artur Kwiatkowski committed
4130
}
Mark Otto's avatar
Mark Otto committed
4131
4132
4133
4134
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
4135
  border-radius: 4px;
Mark Otto's avatar
Mark Otto committed
4136
}
4137
.nav-pills > li + li {
Mark Otto's avatar
Mark Otto committed
4138
4139
  margin-left: 2px;
}
Artur Kwiatkowski's avatar
Artur Kwiatkowski committed
4140
4141
4142
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
4143
  color: #fff;
4144
  background-color: #337ab7;
Mark Otto's avatar
Mark Otto committed
4145
4146
4147
4148
}
.nav-stacked > li {
  float: none;
}
4149
.nav-stacked > li + li {
Mark Otto's avatar
Mark Otto committed
4150
4151
4152
  margin-top: 2px;
  margin-left: 0;
}
4153
4154
4155
4156
4157
4158
4159
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
4160
  margin-bottom: 5px;
4161
  text-align: center;
4162
}
4163
4164
4165
4166
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
4167
@media (min-width: 768px) {
4168
  .nav-justified > li {
4169
4170
    display: table-cell;
    width: 1%;
4171
4172
  }
  .nav-justified > li > a {
Mark Otto's avatar
Mark Otto committed
4173
    margin-bottom: 0;
4174
  }
4175
}
4176
4177
4178
4179
4180
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
Mark Otto's avatar
Mark Otto committed
4181
  border-radius: 4px;
4182
}
Mark Otto's avatar
Mark Otto committed
4183
4184
4185
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
4186
  border: 1px solid #ddd;
Mark Otto's avatar
Mark Otto committed
4187
4188
}
@media (min-width: 768px) {
4189
  .nav-tabs-justified > li > a {
4190
    border-bottom: 1px solid #ddd;
Mark Otto's avatar
Mark Otto committed
4191
    border-radius: 4px 4px 0 0;
4192
4193
  }
  .nav-tabs-justified > .active > a,
Mark Otto's avatar
Mark Otto committed
4194
4195
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
4196
    border-bottom-color: #fff;
4197
  }
4198
}
4199
.tab-content > .tab-pane {
4200
4201
  display: none;
}
4202
.tab-content > .active {
4203
4204
  display: block;
}
Mark Otto's avatar
Mark Otto committed
4205
.nav-tabs .dropdown-menu {
4206
  margin-top: -1px;
4207
  border-top-left-radius: 0;
4208
  border-top-right-radius: 0;
Mark Otto's avatar
Mark Otto committed
4209
4210
}
.navbar {
Mark Otto's avatar
Mark Otto committed
4211
  position: relative;
4212
  min-height: 50px;
Mark Otto's avatar
Mark Otto committed
4213
  margin-bottom: 20px;
4214
  border: 1px solid transparent;
Mark Otto's avatar
Mark Otto committed
4215
}
Mark Otto's avatar
Mark Otto committed
4216
@media (min-width: 768px) {
4217
  .navbar {
Mark Otto's avatar
Mark Otto committed
4218
    border-radius: 4px;
4219
  }
Mark Otto's avatar
Mark Otto committed
4220
}
Mark Otto's avatar
Mark Otto committed
4221
@media (min-width: 768px) {
4222
  .navbar-header {
Mark Otto's avatar
Mark Otto committed
4223
    float: left;
4224
  }
Mark Otto's avatar
Mark Otto committed
4225
}
Mark Otto's avatar
Mark Otto committed
4226
.navbar-collapse {
4227
4228
  padding-right: 15px;
  padding-left: 15px;
4229
  overflow-x: visible;
4230
  -webkit-overflow-scrolling: touch;
4231
4232
4233
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
4234
}
Mark Otto's avatar
Mark Otto committed
4235
4236
4237
.navbar-collapse.in {
  overflow-y: auto;
}
Mark Otto's avatar
Mark Otto committed
4238
@media (min-width: 768px) {
4239
  .navbar-collapse {
Mark Otto's avatar
Mark Otto committed
4240
4241
    width: auto;
    border-top: 0;
4242
4243
    -webkit-box-shadow: none;
            box-shadow: none;
4244
4245
  }
  .navbar-collapse.collapse {
4246
4247
4248
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
4249
    overflow: visible !important;
4250
4251
  }
  .navbar-collapse.in {
4252
    overflow-y: visible;
4253
4254
  }
  .navbar-fixed-top .navbar-collapse,
4255
4256
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
4257
    padding-right: 0;
4258
    padding-left: 0;
4259
  }
4260
}
Mark Otto's avatar
Mark Otto committed
4261
4262
4263
4264
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
4265
@media (max-device-width: 480px) and (orientation: landscape) {
Mark Otto's avatar
Mark Otto committed
4266
4267
4268
4269
4270
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
Mark Otto's avatar
Mark Otto committed
4271
.container > .navbar-header,
4272
4273
4274
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
Mark Otto's avatar
Mark Otto committed
4275
4276
4277
4278
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
4279
  .container > .navbar-header,
4280
4281
4282
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
Mark Otto's avatar
Mark Otto committed
4283
4284
    margin-right: 0;
    margin-left: 0;
4285
  }
Mark Otto's avatar
Mark Otto committed
4286
}
Mark Otto's avatar
Mark Otto committed
4287
.navbar-static-top {
4288
  z-index: 1000;
Mark Otto's avatar
Mark Otto committed
4289
4290
  border-width: 0 0 1px;
}
Mark Otto's avatar
Mark Otto committed
4291
@media (min-width: 768px) {
4292
  .navbar-static-top {
Mark Otto's avatar
Mark Otto committed
4293
    border-radius: 0;
4294
  }
4295
}
Mark Otto's avatar
Mark Otto committed
4296
4297
4298
4299
4300
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
4301
  z-index: 1030;
4302
}
Mark Otto's avatar
Mark Otto committed
4303
@media (min-width: 768px) {
4304
  .navbar-fixed-top,
Mark Otto's avatar
Mark Otto committed
4305
4306
  .navbar-fixed-bottom {
    border-radius: 0;
4307
  }
4308
}
Mark Otto's avatar
Mark Otto committed
4309
4310
.navbar-fixed-top {
  top: 0;
4311
  border-width: 0 0 1px;
Mark Otto's avatar
Mark Otto committed
4312
4313
4314
4315
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
4316
  border-width: 1px 0 0;
Mark Otto's avatar
Mark Otto committed
4317
}
Mark Otto's avatar
Mark Otto committed
4318
.navbar-brand {
Mark Otto's avatar
Mark Otto committed
4319
  float: left;
4320
  height: 50px;
Mark Otto's avatar
Mark Otto committed
4321
  padding: 15px 15px;
4322
4323
  font-size: 18px;
  line-height: 20px;
Mark Otto's avatar
Mark Otto committed
4324
}
Mark Otto's avatar
Mark Otto committed
4325
4326
.navbar-brand:hover,
.navbar-brand:focus {
Mark Otto's avatar
Mark Otto committed
4327
4328
  text-decoration: none;
}
4329
4330
4331
.navbar-brand > img {
  display: block;
}
Mark Otto's avatar
Mark Otto committed
4332
@media (min-width: 768px) {
4333
  .navbar > .container .navbar-brand,
4334
  .navbar > .container-fluid .navbar-brand {
Mark Otto's avatar
Mark Otto committed
4335
    margin-left: -15px;
4336
  }
Mark Otto's avatar
Mark Otto committed
4337
}
Mark Otto's avatar
Mark Otto committed
4338
.navbar-toggle {
Mark Otto's avatar
Mark Otto committed
4339
4340
  position: relative;
  float: right;
4341
  padding: 9px 10px;
Mark Otto's avatar
Mark Otto committed
4342
  margin-top: 8px;
4343
  margin-right: 15px;
Mark Otto's avatar
Mark Otto committed
4344
  margin-bottom: 8px;
Mark Otto's avatar
Mark Otto committed
4345
4346
  background-color: transparent;
  background-image: none;
4347
4348
  border: 1px solid transparent;
  border-radius: 4px;
Mark Otto's avatar
Mark Otto committed
4349
}
4350
.navbar-toggle:focus {
Mark Otto's avatar
grunt    
Mark Otto committed
4351
  outline: 0;
4352
}
Mark Otto's avatar
Mark Otto committed
4353
.navbar-toggle .icon-bar {
Mark Otto's avatar
Mark Otto committed
4354
  display: block;
Mark Otto's avatar
Mark Otto committed
4355
  width: 22px;
Mark Otto's avatar
Mark Otto committed
4356
4357
4358
  height: 2px;
  border-radius: 1px;
}
Mark Otto's avatar
Mark Otto committed
4359
4360
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
Mark Otto's avatar
Mark Otto committed
4361
}
4362
@media (min-width: 768px) {
4363
  .navbar-toggle {
4364
    display: none;
4365
  }
4366
}
4367
.navbar-nav {
4368
  margin: 7.5px -15px;
4369
}
Mark Otto's avatar
Mark Otto committed
4370
4371
4372
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
4373
  line-height: 20px;
Mark Otto's avatar
Mark Otto committed
4374
4375
}
@media (max-width: 767px) {
4376
  .navbar-nav .open .dropdown-menu {
Mark Otto's avatar
Mark Otto committed
4377
4378
4379
4380
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
Mark Otto's avatar
Mark Otto committed
4381
    background-color: transparent;
4382
    border: 0;
4383
4384
    -webkit-box-shadow: none;
            box-shadow: none;
4385
4386
  }
  .navbar-nav .open .dropdown-menu > li > a,
Mark Otto's avatar
Mark Otto committed
4387
4388
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
4389
4390
  }
  .navbar-nav .open .dropdown-menu > li > a {
Mark Otto's avatar
Mark Otto committed
4391
    line-height: 20px;
4392
4393
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
Mark Otto's avatar
Mark Otto committed
4394
4395
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
4396
  }
Mark Otto's avatar
Mark Otto committed
4397
}
4398
@media (min-width: 768px) {
4399
  .navbar-nav {
4400
4401
    float: left;
    margin: 0;
4402
4403
  }
  .navbar-nav > li {
4404
    float: left;
4405
4406
  }
  .navbar-nav > li > a {
4407
4408
    padding-top: 15px;
    padding-bottom: 15px;
4409
  }
4410
}
Mark Otto's avatar
Mark Otto committed
4411
.navbar-form {
4412
4413
  padding: 10px 15px;
  margin-top: 8px;
4414
  margin-right: -15px;
4415
  margin-bottom: 8px;
4416
4417
4418
4419
4420
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
Mark Otto's avatar
Mark Otto committed
4421
}
4422
@media (min-width: 768px) {
4423
  .navbar-form .form-group {
4424
4425
4426
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
4427
4428
  }
  .navbar-form .form-control {
4429
    display: inline-block;
4430
    width: auto;
4431
    vertical-align: middle;
4432
  }
4433
4434
4435
  .navbar-form .form-control-static {
    display: inline-block;
  }
Mark Otto's avatar
Mark Otto committed
4436
4437
4438
4439
4440
4441
4442
4443
4444
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
4445
4446
4447
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
4448
4449
4450
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
4451
4452
  }
  .navbar-form .radio,
4453
4454
4455
4456
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
4457
    vertical-align: middle;
4458
  }
4459
4460
4461
4462
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
4463
  .navbar-form .radio input[type="radio"],
4464
  .navbar-form .checkbox input[type="checkbox"] {
4465
    position: relative;
4466
    margin-left: 0;
4467
  }
4468
4469
4470
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
4471
}
Mark Otto's avatar
Mark Otto committed
4472
@media (max-width: 767px) {
4473
  .navbar-form .form-group {
Mark Otto's avatar
Mark Otto committed
4474
    margin-bottom: 5px;
4475
  }
4476
4477
4478
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
Mark Otto's avatar
Mark Otto committed
4479
4480
}
@media (min-width: 768px) {
4481
  .navbar-form {
Mark Otto's avatar
Mark Otto committed
4482
    width: auto;
Mark Otto's avatar
Mark Otto committed
4483
4484
    padding-top: 0;
    padding-bottom: 0;
4485
4486
4487
    margin-right: 0;
    margin-left: 0;
    border: 0;
Mark Otto's avatar
Mark Otto committed
4488
    -webkit-box-shadow: none;
4489
            box-shadow: none;
4490
  }
Mark Otto's avatar
Mark Otto committed
4491
}
Mark Otto's avatar
Mark Otto committed
4492
.navbar-nav > li > .dropdown-menu {
Mark Otto's avatar
Mark Otto committed
4493
  margin-top: 0;
4494
  border-top-left-radius: 0;
4495
  border-top-right-radius: 0;
Mark Otto's avatar
Mark Otto committed
4496
}
Mark Otto's avatar
Mark Otto committed
4497
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
4498
  margin-bottom: 0;
4499
4500
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
Mark Otto's avatar
Mark Otto committed
4501
4502
4503
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
4504
4505
.navbar-btn {
  margin-top: 8px;
4506
  margin-bottom: 8px;
4507
}
4508
4509
4510
4511
4512
4513
4514
4515
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
4516
4517
4518
4519
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
Mark Otto's avatar
Mark Otto committed
4520
@media (min-width: 768px) {
4521
  .navbar-text {
Julian Thilo's avatar
Julian Thilo committed
4522
    float: left;
4523
    margin-right: 15px;
4524
    margin-left: 15px;
4525
  }
Mark Otto's avatar
grunt    
Mark Otto committed
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
4536
    margin-right: 0;
4537
  }
Mark Otto's avatar
Mark Otto committed
4538
}
4539
.navbar-default {
Mark Otto's avatar
Mark Otto committed
4540
  background-color: #f8f8f8;
4541
  border-color: #e7e7e7;
4542
4543
}
.navbar-default .navbar-brand {
4544
  color: #777;
4545
4546
4547
4548
4549
4550
4551
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
4552
  color: #777;
4553
4554
}
.navbar-default .navbar-nav > li > a {
4555
  color: #777;
4556
4557
4558
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
4559
  color: #333;
4560
4561
4562
4563
4564
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
4565
  color: #555;
4566
4567
4568
4569
4570
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
4571
  color: #ccc;
4572
4573
4574
  background-color: transparent;
}
.navbar-default .navbar-toggle {
4575
  border-color: #ddd;
4576
4577
4578
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
4579
  background-color: #ddd;
4580
4581
}
.navbar-default .navbar-toggle .icon-bar {
4582
  background-color: #888;
4583
4584
4585
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
Mark Otto's avatar
Mark Otto committed
4586
  border-color: #e7e7e7;
4587
4588
4589
4590
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
4591
  color: #555;
4592
4593
4594
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
4595
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
4596
    color: #777;
4597
4598
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
4599
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
4600
    color: #333;
4601
    background-color: transparent;
4602
4603
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
4604
4605
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
4606
    color: #555;
4607
    background-color: #e7e7e7;
4608
4609
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
4610
4611
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4612
    color: #ccc;
4613
    background-color: transparent;
4614
  }
4615
4616
}
.navbar-default .navbar-link {
4617
  color: #777;
4618
}
4619
.navbar-default .navbar-link:hover {
4620
  color: #333;
4621
}
4622
.navbar-default .btn-link {
4623
  color: #777;
4624
4625
4626
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
4627
  color: #333;
4628
4629
4630
4631
4632
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
4633
  color: #ccc;
4634
}
Mark Otto's avatar
Mark Otto committed
4635
.navbar-inverse {
4636
  background-color: #222;
4637
  border-color: #080808;
Mark Otto's avatar
Mark Otto committed
4638
}
Mark Otto's avatar
Mark Otto committed
4639
.navbar-inverse .navbar-brand {
4640
  color: #9d9d9d;
Mark Otto's avatar
Mark Otto committed
4641
}
Mark Otto's avatar
Mark Otto committed
4642
4643
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
4644
  color: #fff;
Mark Otto's avatar
Mark Otto committed
4645
4646
4647
  background-color: transparent;
}
.navbar-inverse .navbar-text {
4648
  color: #9d9d9d;
Mark Otto's avatar
Mark Otto committed
4649
}
Mark Otto's avatar
Mark Otto committed
4650
.navbar-inverse .navbar-nav > li > a {
4651
  color: #9d9d9d;
Mark Otto's avatar
Mark Otto committed
4652
}
Mark Otto's avatar
Mark Otto committed
4653
4654
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
4655
  color: #fff;
Mark Otto's avatar
Mark Otto committed
4656
4657
  background-color: transparent;
}
Mark Otto's avatar
Mark Otto committed
4658
4659
4660
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
4661
  color: #fff;
4662
  background-color: #080808;
Mark Otto's avatar
Mark Otto committed
4663
}
Mark Otto's avatar
Mark Otto committed
4664
4665
4666
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
4667
  color: #444;
4668
4669
  background-color: transparent;
}
Mark Otto's avatar
Mark Otto committed
4670
.navbar-inverse .navbar-toggle {
4671
  border-color: #333;
Mark Otto's avatar
Mark Otto committed
4672
4673
4674
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
4675
  background-color: #333;
Mark Otto's avatar
Mark Otto committed
4676
}
4677
.navbar-inverse .navbar-toggle .icon-bar {
4678
  background-color: #fff;
4679
}
Mark Otto's avatar
Mark Otto committed
4680
4681
4682
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
Mark Otto's avatar
Mark Otto committed
4683
}
4684
4685
4686
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
4687
  color: #fff;
4688
  background-color: #080808;
Mark Otto's avatar
Mark Otto committed
4689
}
4690
@media (max-width: 767px) {
4691
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
4692
    border-color: #080808;
4693
4694
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
4695
    background-color: #080808;
4696
4697
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
4698
    color: #9d9d9d;
4699
4700
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
4701
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
4702
    color: #fff;
4703
    background-color: transparent;
4704
4705
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
4706
4707
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
4708
    color: #fff;
4709
    background-color: #080808;
4710
4711
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
4712
4713
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4714
    color: #444;
4715
    background-color: transparent;
4716
  }
4717
}
Mark Otto's avatar
Mark Otto committed
4718
.navbar-inverse .navbar-link {
4719
  color: #9d9d9d;
Mark Otto's avatar
Mark Otto committed
4720
}
Mark Otto's avatar
Mark Otto committed
4721
.navbar-inverse .navbar-link:hover {
4722
  color: #fff;
Mark Otto's avatar
Mark Otto committed
4723
}
4724
.navbar-inverse .btn-link {
4725
  color: #9d9d9d;
4726
4727
4728
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
4729
  color: #fff;
4730
4731
4732
4733
4734
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
4735
  color: #444;
4736
}
4737
.breadcrumb {
Mark Otto's avatar
Mark Otto committed
4738
  padding: 8px 15px;
4739
  margin-bottom: 20px;
4740
  list-style: none;
Mark Otto's avatar
Mark Otto committed
4741
  background-color: #f5f5f5;
4742
  border-radius: 4px;
Mark Otto's avatar
Mark Otto committed
4743
}
4744
4745
.breadcrumb > li {
  display: inline-block;
Mark Otto's avatar
Mark Otto committed
4746
}
4747
.breadcrumb > li + li:before {
4748
  padding: 0 5px;
4749
4750
  color: #ccc;
  content: "/\00a0";
Mark Otto's avatar
Mark Otto committed
4751
}
4752
.breadcrumb > .active {
4753
  color: #777;
Mark Otto's avatar
Mark Otto committed
4754
}
4755
.pagination {
Mark Otto's avatar
Mark Otto committed
4756
  display: inline-block;
Mark Otto's avatar
Mark Otto committed
4757
  padding-left: 0;
4758
  margin: 20px 0;
4759
  border-radius: 4px;
Mark Otto's avatar
Mark Otto committed
4760
}
4761
4762
.pagination > li {
  display: inline;
Mark Otto's avatar
Mark Otto committed
4763
}
4764
4765
4766
4767
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
Mark Otto's avatar
Mark Otto committed
4768
  padding: 6px 12px;
4769
  margin-left: -1px;
4770
  line-height: 1.42857143;
4771
  color: #337ab7;
4772
4773
4774
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
Mark Otto's avatar
Mark Otto committed
4775
}
4776
4777
4778
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
4779
  border-top-left-radius: 4px;
4780
  border-bottom-left-radius: 4px;
4781
}
4782
4783
.pagination > li:last-child > a,
.pagination > li:last-child > span {
4784
  border-top-right-radius: 4px;
4785
  border-bottom-right-radius: 4px;
4786
}
4787
4788
4789
4790
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
4791
  z-index: 3;
4792
  color: #23527c;
4793
4794
  background-color: #eee;
  border-color: #ddd;
Mark Otto's avatar
Mark Otto committed
4795
}
4796
4797
4798
4799
4800
4801
4802
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
4803
4804
  color: #fff;
  cursor: default;
4805
4806
  background-color: #337ab7;
  border-color: #337ab7;
Mark Otto's avatar
Mark Otto committed
4807
}
4808
.pagination > .disabled > span,
Denis Gonchar's avatar
Denis Gonchar committed
4809
4810
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
4811
4812
4813
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
4814
  color: #777;
4815
  cursor: not-allowed;
4816
4817
  background-color: #fff;
  border-color: #ddd;
Mark Otto's avatar
Mark Otto committed
4818
}
4819
4820
.pagination-lg > li > a,
.pagination-lg > li > span {
Mark Otto's avatar
Mark Otto committed
4821
  padding: 10px 16px;
4822
  font-size: 18px;
Mark Otto's avatar
Mark Otto committed
4823
}
4824
4825
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
4826
  border-top-left-radius: 6px;
4827
  border-bottom-left-radius: 6px;
Mark Otto's avatar
Mark Otto committed
4828
}
4829
4830
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
4831
  border-top-right-radius: 6px;
4832
  border-bottom-right-radius: 6px;
Mark Otto's avatar
Mark Otto committed
4833
}
4834
4835
.pagination-sm > li > a,
.pagination-sm > li > span {
Mark Otto's avatar
Mark Otto committed
4836
  padding: 5px 10px;
4837
  font-size: 12px;
Mark Otto's avatar
Mark Otto committed
4838
}
4839
4840
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
4841
  border-top-left-radius: 3px;
4842
  border-bottom-left-radius: 3px;
Mark Otto's avatar
Mark Otto committed
4843
}
4844
4845
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
4846
  border-top-right-radius: 3px;
4847
  border-bottom-right-radius: 3px;
Mark Otto's avatar
Mark Otto committed
4848
}
4849
.pager {
Mark Otto's avatar
Mark Otto committed
4850
  padding-left: 0;
4851
  margin: 20px 0;
4852
  text-align: center;
4853
  list-style: none;
Mark Otto's avatar
Mark Otto committed
4854
}
4855
4856
.pager li {
  display: inline;
4857
}
4858
4859
4860
4861
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
4862
4863
  background-color: #fff;
  border: 1px solid #ddd;
4864
  border-radius: 15px;
4865
}
4866
4867
4868
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
4869
  background-color: #eee;
Mark Otto's avatar
Mark Otto committed
4870
}
4871
4872
4873
.pager .next > a,
.pager .next > span {
  float: right;
Mark Otto's avatar
Mark Otto committed
4874
}
4875
4876
4877
.pager .previous > a,
.pager .previous > span {
  float: left;
Mark Otto's avatar
Mark Otto committed
4878
}
4879
4880
4881
4882
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
4883
  color: #777;
4884
  cursor: not-allowed;
4885
  background-color: #fff;
Mark Otto's avatar
Mark Otto committed
4886
}
4887
.label {
4888
4889
  display: inline;
  padding: .2em .6em .3em;
4890
4891
4892
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
4893
  color: #fff;
4894
  text-align: center;
Mark Otto's avatar
Mark Otto committed
4895
  white-space: nowrap;
4896
  vertical-align: baseline;
4897
  border-radius: .25em;
Mark Otto's avatar
Mark Otto committed
4898
}
Mark Otto's avatar
grunt    
Mark Otto committed
4899
4900
a.label:hover,
a.label:focus {
4901
  color: #fff;
4902
4903
  text-decoration: none;
  cursor: pointer;
Mark Otto's avatar
Mark Otto committed
4904
}
4905
4906
.label:empty {
  display: none;
Mark Otto's avatar
Mark Otto committed
4907
}
Mark Otto's avatar
grunt    
Mark Otto committed
4908
4909
4910
4911
.btn .label {
  position: relative;
  top: -1px;
}
4912
.label-default {
4913
  background-color: #777;
Mark Otto's avatar
Mark Otto committed
4914
}
4915
4916
.label-default[href]:hover,
.label-default[href]:focus {
Mark Otto's avatar
Mark Otto committed
4917
  background-color: #5e5e5e;
4918
}
4919
.label-primary {
4920
  background-color: #337ab7;
4921
}
4922
4923
.label-primary[href]:hover,
.label-primary[href]:focus {
4924
  background-color: #286090;
4925
}
4926
4927
.label-success {
  background-color: #5cb85c;
4928
}
4929
4930
4931
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
4932
}
4933
4934
.label-info {
  background-color: #5bc0de;
Mark Otto's avatar
Mark Otto committed
4935
}
4936
4937
4938
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
Mark Otto's avatar
Mark Otto committed
4939
}
4940
4941
.label-warning {
  background-color: #f0ad4e;
Mark Otto's avatar
Mark Otto committed
4942
}
4943
4944
4945
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
Mark Otto's avatar
derp    
Mark Otto committed
4946
}
4947
4948
.label-danger {
  background-color: #d9534f;
Mark Otto's avatar
derp    
Mark Otto committed
4949
}
4950
4951
4952
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
Mark Otto's avatar
derp    
Mark Otto committed
4953
}
4954
.badge {
Mark Otto's avatar
Mark Otto committed
4955
4956
4957
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
4958
4959
4960
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
4961
  color: #fff;
4962
  text-align: center;
4963
4964
4965
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
4966
  border-radius: 10px;
Mark Otto's avatar
Mark Otto committed
4967
}
4968
4969
.badge:empty {
  display: none;
Mark Otto's avatar
Mark Otto committed
4970
}
Mark Otto's avatar
grunt    
Mark Otto committed
4971
4972
4973
4974
.btn .badge {
  position: relative;
  top: -1px;
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
4975
4976
.btn-xs .badge,
.btn-group-xs > .btn .badge {
Mark Otto's avatar
Mark Otto committed
4977
4978
4979
  top: 0;
  padding: 1px 5px;
}
4980
4981
a.badge:hover,
a.badge:focus {
4982
  color: #fff;
4983
4984
  text-decoration: none;
  cursor: pointer;
Mark Otto's avatar
Mark Otto committed
4985
}
Mark Otto's avatar
grunt    
Mark Otto committed
4986
.list-group-item.active > .badge,
4987
.nav-pills > .active > a > .badge {
4988
  color: #337ab7;
4989
  background-color: #fff;
Mark Otto's avatar
Mark Otto committed
4990
}
Mark Otto's avatar
grunt    
Mark Otto committed
4991
4992
4993
4994
4995
4996
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
4997
4998
.nav-pills > li > a > .badge {
  margin-left: 3px;
Mark Otto's avatar
Mark Otto committed
4999
}
5000
.jumbotron {
5001
  padding: 30px 15px;
5002
  margin-bottom: 30px;
5003
  color: inherit;
5004
  background-color: #eee;
5005
}
5006
5007
.jumbotron h1,
.jumbotron .h1 {
5008
  color: inherit;
Mark Otto's avatar
Mark Otto committed
5009
}
5010
.jumbotron p {
5011
5012
5013
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
Mark Otto's avatar
Mark Otto committed
5014
}
5015
5016
5017
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
5018
5019
.container .jumbotron,
.container-fluid .jumbotron {
5020
  border-radius: 6px;
Mark Otto's avatar
Mark Otto committed
5021
}
5022
5023
5024
.jumbotron .container {
  max-width: 100%;
}
5025
@media screen and (min-width: 768px) {
5026
  .jumbotron {
5027
    padding: 48px 0;
5028
  }
5029
5030
  .container .jumbotron,
  .container-fluid .jumbotron {
5031
    padding-right: 60px;
5032
    padding-left: 60px;
5033
5034
  }
  .jumbotron h1,
5035
  .jumbotron .h1 {
5036
    font-size: 63px;
5037
  }
5038
}
5039
5040
.thumbnail {
  display: block;
Mark Otto's avatar
Mark Otto committed
5041
  padding: 4px;
5042
  margin-bottom: 20px;
5043
  line-height: 1.42857143;
5044
5045
  background-color: #fff;
  border: 1px solid #ddd;
5046
  border-radius: 4px;
5047
  -webkit-transition: border .2s ease-in-out;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
5048
       -o-transition: border .2s ease-in-out;
5049
          transition: border .2s ease-in-out;
Mark Otto's avatar
Mark Otto committed
5050
}
Chris Rebert's avatar
grunt    
Chris Rebert committed
5051
5052
.thumbnail > img,
.thumbnail a > img {
5053
  margin-right: auto;
5054
  margin-left: auto;
5055
}
5056
a.thumbnail:hover,
5057
5058
a.thumbnail:focus,
a.thumbnail.active {
5059
  border-color: #337ab7;
Mark Otto's avatar
Mark Otto committed
5060
}
5061
5062
.thumbnail .caption {
  padding: 9px;
5063
  color: #333;
Mark Otto's avatar
Mark Otto committed
5064
}
5065
.alert {
Mark Otto's avatar
Mark Otto committed
5066
  padding: 15px;
5067
  margin-bottom: 20px;
Mark Otto's avatar
Mark Otto committed
5068
  border: 1px solid transparent;
5069
  border-radius: 4px;
Mark Otto's avatar
Mark Otto committed
5070
}
5071
5072
5073
.alert h4 {
  margin-top: 0;
  color: inherit;
Mark Otto's avatar
Mark Otto committed
5074
}
5075
5076
.alert .alert-link {
  font-weight: bold;
Mark Otto's avatar
Mark Otto committed
5077
}
5078
5079
5080
.alert > p,
.alert > ul {
  margin-bottom: 0;
Mark Otto's avatar
Mark Otto committed
5081
}
5082
5083
.alert > p + p {
  margin-top: 5px;
Mark Otto's avatar
Mark Otto committed
5084
}
Chris Rebert's avatar
Chris Rebert committed
5085
5086
.alert-dismissable,
.alert-dismissible {
5087
  padding-right: 35px;
Mark Otto's avatar
Mark Otto committed
5088
}
Chris Rebert's avatar
Chris Rebert committed
5089
5090
.alert-dismissable .close,
.alert-dismissible .close {
5091
5092
5093
5094
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
Mark Otto's avatar
Mark Otto committed
5095
}
5096
.alert-success {
5097
  color: #3c763d;
Mark Otto's avatar
Mark Otto committed
5098
  background-color: #dff0d8;
5099
  border-color: #d6e9c6;
5100
}
5101
5102
.alert-success hr {
  border-top-color: #c9e2b3;
5103
}
5104
.alert-success .alert-link {
5105
  color: #2b542c;
Mark Otto's avatar
Mark Otto committed
5106
}
5107
.alert-info {
5108
  color: #31708f;
Mark Otto's avatar
Mark Otto committed
5109
  background-color: #d9edf7;
5110
  border-color: #bce8f1;
Mark Otto's avatar
Mark Otto committed
5111
}
5112
5113
.alert-info hr {
  border-top-color: #a6e1ec;
Mark Otto's avatar
Mark Otto committed
5114
}
5115
.alert-info .alert-link {
5116
  color: #245269;
Mark Otto's avatar
Mark Otto committed
5117
}
Mark Otto's avatar
Mark Otto committed
5118
.alert-warning {
5119
  color: #8a6d3b;
Mark Otto's avatar
Mark Otto committed
5120
  background-color: #fcf8e3;
5121
  border-color: #faebcc;
Mark Otto's avatar
Mark Otto committed
5122
5123
}
.alert-warning hr {
5124
  border-top-color: #f7e1b5;
Mark Otto's avatar
Mark Otto committed
5125
5126
}
.alert-warning .alert-link {
5127
  color: #66512c;
Mark Otto's avatar
Mark Otto committed
5128
5129
}
.alert-danger {
5130
  color: #a94442;
Mark Otto's avatar
Mark Otto committed
5131
  background-color: #f2dede;
5132
  border-color: #ebccd1;
Mark Otto's avatar
Mark Otto committed
5133
5134
}
.alert-danger hr {
5135
  border-top-color: #e4b9c0;
Mark Otto's avatar
Mark Otto committed
5136
5137
}
.alert-danger .alert-link {
5138
  color: #843534;
Mark Otto's avatar
Mark Otto committed
5139
}
5140
@-webkit-keyframes progress-bar-stripes {
5141
  from {
5142
    background-position: 40px 0;
5143
5144
  }
  to {
5145
    background-position: 0 0;
5146
  }
5147
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
5148
5149
5150
5151
5152
5153
5154
5155
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
5156
@keyframes progress-bar-stripes {
5157
  from {
5158
    background-position: 40px 0;
5159
5160
  }
  to {
5161
    background-position: 0 0;
5162
  }
Mark Otto's avatar
Mark Otto committed
5163
}
5164
5165
5166
.progress {
  height: 20px;
  margin-bottom: 20px;
5167
  overflow: hidden;
Mark Otto's avatar
Mark Otto committed
5168
  background-color: #f5f5f5;
5169
  border-radius: 4px;
5170
5171
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
Mark Otto's avatar
Mark Otto committed
5172
}
5173
5174
.progress-bar {
  float: left;
5175
  width: 0;
5176
  height: 100%;
5177
5178
  font-size: 12px;
  line-height: 20px;
5179
  color: #fff;
5180
  text-align: center;
5181
  background-color: #337ab7;
5182
5183
5184
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
5185
       -o-transition: width .6s ease;
5186
          transition: width .6s ease;
Mark Otto's avatar
Mark Otto committed
5187
}
5188
5189
.progress-striped .progress-bar,
.progress-bar-striped {
5190
  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);
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
5191
  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);
5192
5193
5194
  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);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
Mark Otto's avatar
Mark Otto committed
5195
}
5196
5197
.progress.active .progress-bar,
.progress-bar.active {
5198
  -webkit-animation: progress-bar-stripes 2s linear infinite;
5199
5200
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
Mark Otto's avatar
Mark Otto committed
5201
}
5202
5203
.progress-bar-success {
  background-color: #5cb85c;
Mark Otto's avatar
Mark Otto committed
5204
}
5205
.progress-striped .progress-bar-success {
5206
  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);
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
5207
  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);
5208
  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);
Mark Otto's avatar
Mark Otto committed
5209
}
5210
5211
.progress-bar-info {
  background-color: #5bc0de;
Mark Otto's avatar
Mark Otto committed
5212
}
5213
.progress-striped .progress-bar-info {
5214
  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);
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
5215
  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);
5216
  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);
Mark Otto's avatar
Mark Otto committed
5217
}
5218
5219
.progress-bar-warning {
  background-color: #f0ad4e;
Mark Otto's avatar
Mark Otto committed
5220
}
5221
.progress-striped .progress-bar-warning {
5222
  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);
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
5223
  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);
5224
  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);
Mark Otto's avatar
Mark Otto committed
5225
}
5226
5227
.progress-bar-danger {
  background-color: #d9534f;
Mark Otto's avatar
Mark Otto committed
5228
}
5229
.progress-striped .progress-bar-danger {
5230
  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);
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
5231
  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);
5232
  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);
5233
}
5234
.media {
5235
  margin-top: 15px;
Mark Otto's avatar
Mark Otto committed
5236
}
5237
5238
.media:first-child {
  margin-top: 0;
Mark Otto's avatar
Mark Otto committed
5239
}
Mark Otto's avatar
grunt    
Mark Otto committed
5240
5241
5242
5243
5244
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
5245
5246
5247
.media-body {
  width: 10000px;
}
Mark Otto's avatar
grunt    
Mark Otto committed
5248
5249
5250
.media-object {
  display: block;
}
Mark Otto's avatar
grunt    
Mark Otto committed
5251
5252
.media-right,
.media > .pull-right {
5253
  padding-left: 10px;
Mark Otto's avatar
Mark Otto committed
5254
}
Mark Otto's avatar
grunt    
Mark Otto committed
5255
.media-left,
5256
.media > .pull-left {
5257
  padding-right: 10px;
5258
}
Mark Otto's avatar
grunt    
Mark Otto committed
5259
5260
5261
.media-left,
.media-right,
.media-body {
5262
5263
  display: table-cell;
  vertical-align: top;
Mark Otto's avatar
Mark Otto committed
5264
}
Mark Otto's avatar
grunt    
Mark Otto committed
5265
.media-middle {
5266
  vertical-align: middle;
Mark Otto's avatar
Mark Otto committed
5267
}
Mark Otto's avatar
grunt    
Mark Otto committed
5268
.media-bottom {
5269
  vertical-align: bottom;
5270
}
5271
.media-heading {
Mark Otto's avatar
grunt    
Mark Otto committed
5272
5273
  margin-top: 0;
  margin-bottom: 5px;
5274
5275
5276
5277
5278
5279
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
5280
  padding-left: 0;
5281
  margin-bottom: 20px;
5282
5283
5284
}
.list-group-item {
  position: relative;
Mark Otto's avatar
Mark Otto committed
5285
  display: block;
Mark Otto's avatar
Mark Otto committed
5286
  padding: 10px 15px;
5287
  margin-bottom: -1px;
5288
5289
  background-color: #fff;
  border: 1px solid #ddd;
Mark Otto's avatar
Mark Otto committed
5290
}
5291
.list-group-item:first-child {
5292
  border-top-left-radius: 4px;
5293
  border-top-right-radius: 4px;
Mark Otto's avatar
Mark Otto committed
5294
}
5295
5296
5297
5298
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
Mark Otto's avatar
Mark Otto committed
5299
}
5300
a.list-group-item {
5301
  color: #555;
Mark Otto's avatar
Mark Otto committed
5302
}
5303
a.list-group-item .list-group-item-heading {
5304
  color: #333;
5305
5306
5307
}
a.list-group-item:hover,
a.list-group-item:focus {
5308
  color: #555;
Mark Otto's avatar
Mark Otto committed
5309
  text-decoration: none;
5310
5311
  background-color: #f5f5f5;
}
5312
5313
5314
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
5315
  color: #777;
XhmikosR's avatar
XhmikosR committed
5316
  cursor: not-allowed;
5317
  background-color: #eee;
5318
5319
5320
5321
5322
5323
5324
5325
5326
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
5327
  color: #777;
5328
}
5329
5330
5331
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
5332
  z-index: 2;
5333
  color: #fff;
5334
5335
  background-color: #337ab7;
  border-color: #337ab7;
5336
}
5337
5338
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
Mark Otto's avatar
grunt    
Mark Otto committed
5339
5340
5341
5342
5343
5344
5345
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
5346
5347
  color: inherit;
}
5348
5349
5350
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
5351
  color: #c7ddef;
5352
}
Mark Otto's avatar
Mark Otto committed
5353
.list-group-item-success {
Mark Otto's avatar
Mark Otto committed
5354
  color: #3c763d;
Mark Otto's avatar
Mark Otto committed
5355
5356
5357
  background-color: #dff0d8;
}
a.list-group-item-success {
Mark Otto's avatar
Mark Otto committed
5358
  color: #3c763d;
Mark Otto's avatar
Mark Otto committed
5359
5360
5361
5362
5363
5364
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
Mark Otto's avatar
Mark Otto committed
5365
  color: #3c763d;
Mark Otto's avatar
Mark Otto committed
5366
5367
5368
5369
5370
5371
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
Mark Otto's avatar
Mark Otto committed
5372
  background-color: #3c763d;
5373
  border-color: #3c763d;
Mark Otto's avatar
Mark Otto committed
5374
}
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
Mark Otto's avatar
Mark Otto committed
5397
.list-group-item-warning {
Mark Otto's avatar
Mark Otto committed
5398
  color: #8a6d3b;
Mark Otto's avatar
Mark Otto committed
5399
5400
5401
  background-color: #fcf8e3;
}
a.list-group-item-warning {
Mark Otto's avatar
Mark Otto committed
5402
  color: #8a6d3b;
Mark Otto's avatar
Mark Otto committed
5403
5404
5405
5406
5407
5408
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
Mark Otto's avatar
Mark Otto committed
5409
  color: #8a6d3b;
Mark Otto's avatar
Mark Otto committed
5410
5411
5412
5413
5414
5415
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
Mark Otto's avatar
Mark Otto committed
5416
  background-color: #8a6d3b;
5417
  border-color: #8a6d3b;
Mark Otto's avatar
Mark Otto committed
5418
5419
}
.list-group-item-danger {
Mark Otto's avatar
Mark Otto committed
5420
  color: #a94442;
Mark Otto's avatar
Mark Otto committed
5421
5422
5423
  background-color: #f2dede;
}
a.list-group-item-danger {
Mark Otto's avatar
Mark Otto committed
5424
  color: #a94442;
Mark Otto's avatar
Mark Otto committed
5425
5426
5427
5428
5429
5430
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
Mark Otto's avatar
Mark Otto committed
5431
  color: #a94442;
Mark Otto's avatar
Mark Otto committed
5432
5433
5434
5435
5436
5437
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
Mark Otto's avatar
Mark Otto committed
5438
  background-color: #a94442;
5439
  border-color: #a94442;
Mark Otto's avatar
Mark Otto committed
5440
}
5441
5442
5443
5444
5445
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
Mark Otto's avatar
Mark Otto committed
5446
  margin-bottom: 0;
5447
  line-height: 1.3;
Mark Otto's avatar
Mark Otto committed
5448
}
5449
5450
.panel {
  margin-bottom: 20px;
5451
  background-color: #fff;
5452
  border: 1px solid transparent;
Mark Otto's avatar
Mark Otto committed
5453
  border-radius: 4px;
5454
5455
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
Mark Otto's avatar
Mark Otto committed
5456
}
5457
5458
.panel-body {
  padding: 15px;
Mark Otto's avatar
Mark Otto committed
5459
}
5460
5461
5462
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
5463
  border-top-left-radius: 3px;
5464
  border-top-right-radius: 3px;
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
5475
5476
5477
5478
5479
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
5480
5481
5482
5483
5484
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
5485
  border-top: 1px solid #ddd;
5486
5487
5488
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
5489
5490
.panel > .list-group,
.panel > .panel-collapse > .list-group {
5491
  margin-bottom: 0;
Mark Otto's avatar
Mark Otto committed
5492
}
5493
5494
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
5495
  border-width: 1px 0;
5496
  border-radius: 0;
Mark Otto's avatar
Mark Otto committed
5497
}
5498
5499
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
5500
  border-top: 0;
5501
  border-top-left-radius: 3px;
5502
  border-top-right-radius: 3px;
5503
}
5504
5505
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
5506
  border-bottom: 0;
5507
5508
5509
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
5510
5511
5512
5513
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
5514
5515
5516
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
Ben Zumhagen's avatar
Ben Zumhagen committed
5517
5518
5519
.list-group + .panel-footer {
  border-top-width: 0;
}
5520
.panel > .table,
Mark Otto's avatar
Mark Otto committed
5521
5522
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
5523
5524
  margin-bottom: 0;
}
5525
5526
5527
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
5528
  padding-right: 15px;
5529
  padding-left: 15px;
5530
}
5531
5532
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
5533
  border-top-left-radius: 3px;
5534
  border-top-right-radius: 3px;
5535
}
5536
5537
5538
5539
5540
5541
5542
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
5563
5564
5565
5566
5567
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
5568
5569
5570
5571
5572
5573
5574
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
5575
5576
5577
5578
5579
5580
5581
5582
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
Supergibbs's avatar
Supergibbs committed
5583
5584
  border-bottom-left-radius: 3px;
}
5585
5586
5587
5588
5589
5590
5591
5592
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
Supergibbs's avatar
Supergibbs committed
5593
5594
  border-bottom-right-radius: 3px;
}
5595
.panel > .panel-body + .table,
5596
5597
5598
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
5599
  border-top: 1px solid #ddd;
5600
}
5601
5602
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
5603
5604
  border-top: 0;
}
5605
5606
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
5607
5608
5609
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
5610
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
5611
.panel > .table-bordered > tbody > tr > th:first-child,
5612
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
5613
.panel > .table-bordered > tfoot > tr > th:first-child,
5614
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
5615
.panel > .table-bordered > thead > tr > td:first-child,
5616
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
5617
.panel > .table-bordered > tbody > tr > td:first-child,
5618
5619
5620
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
5621
5622
5623
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
5624
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
5625
.panel > .table-bordered > tbody > tr > th:last-child,
5626
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
5627
.panel > .table-bordered > tfoot > tr > th:last-child,
5628
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
5629
.panel > .table-bordered > thead > tr > td:last-child,
5630
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
5631
.panel > .table-bordered > tbody > tr > td:last-child,
5632
5633
5634
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
5635
5636
  border-right: 0;
}
5637
5638
5639
5640
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
5641
5642
5643
5644
5645
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
5646
}
5647
.panel > .table-bordered > tbody > tr:last-child > td,
5648
5649
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
5650
5651
5652
5653
5654
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
5655
5656
  border-bottom: 0;
}
5657
.panel > .table-responsive {
5658
  margin-bottom: 0;
5659
  border: 0;
5660
}
5661
5662
5663
.panel-group {
  margin-bottom: 20px;
}
5664
.panel-group .panel {
Mark Otto's avatar
Mark Otto committed
5665
  margin-bottom: 0;
5666
5667
5668
5669
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
Mark Otto's avatar
Mark Otto committed
5670
}
5671
5672
.panel-group .panel-heading {
  border-bottom: 0;
Mark Otto's avatar
Mark Otto committed
5673
}
5674
5675
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
5676
  border-top: 1px solid #ddd;
Mark Otto's avatar
Mark Otto committed
5677
}
5678
5679
.panel-group .panel-footer {
  border-top: 0;
Mark Otto's avatar
Mark Otto committed
5680
}
5681
.panel-group .panel-footer + .panel-collapse .panel-body {
5682
  border-bottom: 1px solid #ddd;
Mark Otto's avatar
Mark Otto committed
5683
}
5684
.panel-default {
5685
  border-color: #ddd;
5686
5687
}
.panel-default > .panel-heading {
5688
  color: #333;
5689
  background-color: #f5f5f5;
5690
  border-color: #ddd;
5691
}
5692
.panel-default > .panel-heading + .panel-collapse > .panel-body {
5693
  border-top-color: #ddd;
5694
}
Mark Otto's avatar
grunt    
Mark Otto committed
5695
5696
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
5697
  background-color: #333;
Mark Otto's avatar
grunt    
Mark Otto committed
5698
}
5699
.panel-default > .panel-footer + .panel-collapse > .panel-body {
5700
  border-bottom-color: #ddd;
5701
}
5702
.panel-primary {
5703
  border-color: #337ab7;
Mark Otto's avatar
Mark Otto committed
5704
}
5705
.panel-primary > .panel-heading {
5706
  color: #fff;
5707
5708
  background-color: #337ab7;
  border-color: #337ab7;
Mark Otto's avatar
Mark Otto committed
5709
}
5710
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
5711
  border-top-color: #337ab7;
Mark Otto's avatar
Mark Otto committed
5712
}
Mark Otto's avatar
grunt    
Mark Otto committed
5713
.panel-primary > .panel-heading .badge {
5714
  color: #337ab7;
5715
  background-color: #fff;
Mark Otto's avatar
grunt    
Mark Otto committed
5716
}
5717
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
5718
  border-bottom-color: #337ab7;
Mark Otto's avatar
Mark Otto committed
5719
}
5720
5721
.panel-success {
  border-color: #d6e9c6;
Mark Otto's avatar
Mark Otto committed
5722
}
5723
.panel-success > .panel-heading {
5724
  color: #3c763d;
Mark Otto's avatar
Mark Otto committed
5725
  background-color: #dff0d8;
5726
  border-color: #d6e9c6;
Mark Otto's avatar
Mark Otto committed
5727
}
5728
.panel-success > .panel-heading + .panel-collapse > .panel-body {
5729
  border-top-color: #d6e9c6;
Mark Otto's avatar
Mark Otto committed
5730
}
Mark Otto's avatar
grunt    
Mark Otto committed
5731
5732
5733
5734
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
5735
.panel-success > .panel-footer + .panel-collapse > .panel-body {
5736
  border-bottom-color: #d6e9c6;
Mark Otto's avatar
Mark Otto committed
5737
}
5738
5739
5740
5741
5742
5743
5744
5745
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
5746
.panel-info > .panel-heading + .panel-collapse > .panel-body {
5747
5748
  border-top-color: #bce8f1;
}
Mark Otto's avatar
grunt    
Mark Otto committed
5749
5750
5751
5752
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
5753
.panel-info > .panel-footer + .panel-collapse > .panel-body {
5754
5755
  border-bottom-color: #bce8f1;
}
5756
.panel-warning {
5757
  border-color: #faebcc;
Mark Otto's avatar
Mark Otto committed
5758
}
5759
.panel-warning > .panel-heading {
5760
  color: #8a6d3b;
Mark Otto's avatar
Mark Otto committed
5761
  background-color: #fcf8e3;
5762
  border-color: #faebcc;
Mark Otto's avatar
Mark Otto committed
5763
}
5764
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
5765
  border-top-color: #faebcc;
Mark Otto's avatar
Mark Otto committed
5766
}
Mark Otto's avatar
grunt    
Mark Otto committed
5767
5768
5769
5770
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
5771
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
5772
  border-bottom-color: #faebcc;
Mark Otto's avatar
Mark Otto committed
5773
}
5774
.panel-danger {
5775
  border-color: #ebccd1;
Mark Otto's avatar
Mark Otto committed
5776
}
5777
.panel-danger > .panel-heading {
5778
  color: #a94442;
Mark Otto's avatar
Mark Otto committed
5779
  background-color: #f2dede;
5780
  border-color: #ebccd1;
Mark Otto's avatar
Mark Otto committed
5781
}
5782
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
5783
  border-top-color: #ebccd1;
Mark Otto's avatar
Mark Otto committed
5784
}
Mark Otto's avatar
grunt    
Mark Otto committed
5785
5786
5787
5788
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
5789
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
5790
  border-bottom-color: #ebccd1;
5791
}
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
5802
5803
.embed-responsive object,
.embed-responsive video {
5804
5805
  position: absolute;
  top: 0;
5806
  bottom: 0;
5807
  left: 0;
5808
  width: 100%;
5809
  height: 100%;
5810
5811
  border: 0;
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
5812
.embed-responsive-16by9 {
5813
5814
  padding-bottom: 56.25%;
}
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
5815
.embed-responsive-4by3 {
5816
5817
  padding-bottom: 75%;
}
5818
5819
.well {
  min-height: 20px;
Mark Otto's avatar
Mark Otto committed
5820
  padding: 19px;
5821
5822
  margin-bottom: 20px;
  background-color: #f5f5f5;
5823
5824
  border: 1px solid #e3e3e3;
  border-radius: 4px;
5825
5826
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
5827
}
5828
5829
.well blockquote {
  border-color: #ddd;
5830
  border-color: rgba(0, 0, 0, .15);
Mark Otto's avatar
Mark Otto committed
5831
}
5832
5833
5834
.well-lg {
  padding: 24px;
  border-radius: 6px;
5835
}
5836
5837
5838
.well-sm {
  padding: 9px;
  border-radius: 3px;
5839
}
5840
.close {
5841
  float: right;
5842
5843
5844
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
5845
5846
  color: #000;
  text-shadow: 0 1px 0 #fff;
5847
  filter: alpha(opacity=20);
5848
  opacity: .2;
Mark Otto's avatar
Mark Otto committed
5849
}
5850
5851
.close:hover,
.close:focus {
5852
  color: #000;
Mark Otto's avatar
Mark Otto committed
5853
  text-decoration: none;
5854
  cursor: pointer;
5855
  filter: alpha(opacity=50);
5856
  opacity: .5;
5857
}
5858
button.close {
5859
  -webkit-appearance: none;
5860
5861
  padding: 0;
  cursor: pointer;
Mark Otto's avatar
Mark Otto committed
5862
  background: transparent;
5863
  border: 0;
5864
}
5865
5866
.modal-open {
  overflow: hidden;
Mark Otto's avatar
Mark Otto committed
5867
}
5868
5869
5870
5871
5872
5873
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
5874
  z-index: 1050;
5875
5876
  display: none;
  overflow: hidden;
5877
  -webkit-overflow-scrolling: touch;
Martynas's avatar
Martynas committed
5878
  outline: 0;
5879
5880
}
.modal.fade .modal-dialog {
5881
  -webkit-transition: -webkit-transform .3s ease-out;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
5882
       -o-transition:      -o-transform .3s ease-out;
5883
          transition:         transform .3s ease-out;
Mark Otto's avatar
grunt    
Mark Otto committed
5884
5885
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
5886
       -o-transform: translate(0, -25%);
Mark Otto's avatar
grunt    
Mark Otto committed
5887
          transform: translate(0, -25%);
5888
5889
}
.modal.in .modal-dialog {
Mark Otto's avatar
grunt    
Mark Otto committed
5890
5891
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
5892
       -o-transform: translate(0, 0);
Mark Otto's avatar
grunt    
Mark Otto committed
5893
          transform: translate(0, 0);
5894
}
Mark Otto's avatar
grunt    
Mark Otto committed
5895
5896
5897
5898
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
5899
.modal-dialog {
5900
  position: relative;
5901
  width: auto;
5902
  margin: 10px;
5903
}
5904
5905
.modal-content {
  position: relative;
5906
5907
5908
5909
5910
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
5911
  border-radius: 6px;
Mark Otto's avatar
grunt    
Mark Otto committed
5912
  outline: 0;
5913
5914
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
Mark Otto's avatar
Mark Otto committed
5915
}
5916
.modal-backdrop {
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
5917
  position: fixed;
5918
5919
  top: 0;
  right: 0;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
5920
  bottom: 0;
5921
  left: 0;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
5922
  z-index: 1040;
5923
  background-color: #000;
Mark Otto's avatar
Mark Otto committed
5924
}
5925
.modal-backdrop.fade {
5926
  filter: alpha(opacity=0);
5927
  opacity: 0;
Mark Otto's avatar
Mark Otto committed
5928
}
5929
5930
.modal-backdrop.in {
  filter: alpha(opacity=50);
5931
  opacity: .5;
5932
}
5933
.modal-header {
5934
  min-height: 16.42857143px;
5935
5936
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
Mark Otto's avatar
Mark Otto committed
5937
}
5938
5939
.modal-header .close {
  margin-top: -2px;
Mark Otto's avatar
Mark Otto committed
5940
}
5941
.modal-title {
Mark Otto's avatar
Mark Otto committed
5942
  margin: 0;
5943
  line-height: 1.42857143;
Mark Otto's avatar
Mark Otto committed
5944
}
5945
5946
.modal-body {
  position: relative;
5947
  padding: 15px;
Mark Otto's avatar
Mark Otto committed
5948
}
5949
.modal-footer {
5950
  padding: 15px;
5951
5952
  text-align: right;
  border-top: 1px solid #e5e5e5;
Mark Otto's avatar
Mark Otto committed
5953
}
5954
.modal-footer .btn + .btn {
5955
  margin-bottom: 0;
5956
  margin-left: 5px;
Mark Otto's avatar
Mark Otto committed
5957
}
5958
5959
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
5960
}
5961
5962
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
5963
}
fat's avatar
build    
fat committed
5964
5965
5966
5967
5968
5969
5970
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
5971
@media (min-width: 768px) {
5972
  .modal-dialog {
5973
    width: 600px;
5974
    margin: 30px auto;
5975
5976
  }
  .modal-content {
5977
5978
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
5979
  }
5980
5981
5982
  .modal-sm {
    width: 300px;
  }
5983
5984
}
@media (min-width: 992px) {
5985
5986
  .modal-lg {
    width: 900px;
5987
  }
5988
}
5989
5990
.tooltip {
  position: absolute;
XhmikosR's avatar
XhmikosR committed
5991
  z-index: 1070;
5992
  display: block;
5993
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
5994
  font-size: 12px;
5995
  font-style: normal;
5996
  font-weight: normal;
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
6008
  filter: alpha(opacity=0);
6009
  opacity: 0;
6010
6011

  line-break: auto;
6012
}
6013
6014
.tooltip.in {
  filter: alpha(opacity=90);
6015
  opacity: .9;
6016
}
6017
.tooltip.top {
6018
  padding: 5px 0;
6019
  margin-top: -3px;
6020
}
6021
.tooltip.right {
6022
  padding: 0 5px;
6023
  margin-left: 3px;
6024
}
6025
.tooltip.bottom {
6026
  padding: 5px 0;
6027
  margin-top: 3px;
6028
}
6029
.tooltip.left {
6030
  padding: 0 5px;
6031
  margin-left: -3px;
6032
}
6033
6034
6035
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
6036
  color: #fff;
6037
  text-align: center;
6038
  background-color: #000;
6039
  border-radius: 4px;
6040
}
6041
6042
6043
6044
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
Mark Otto's avatar
Mark Otto committed
6045
  border-color: transparent;
6046
  border-style: solid;
6047
}
6048
6049
6050
6051
6052
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
6053
  border-top-color: #000;
6054
}
6055
.tooltip.top-left .tooltip-arrow {
Heinrich Fenkart's avatar
grunt    
Heinrich Fenkart committed
6056
  right: 5px;
6057
  bottom: 0;
Heinrich Fenkart's avatar
grunt    
Heinrich Fenkart committed
6058
  margin-bottom: -5px;
6059
  border-width: 5px 5px 0;
6060
  border-top-color: #000;
6061
}
6062
.tooltip.top-right .tooltip-arrow {
6063
  bottom: 0;
Heinrich Fenkart's avatar
grunt    
Heinrich Fenkart committed
6064
6065
  left: 5px;
  margin-bottom: -5px;
6066
  border-width: 5px 5px 0;
6067
  border-top-color: #000;
6068
}
6069
6070
6071
6072
6073
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
6074
  border-right-color: #000;
6075
}
6076
6077
6078
6079
6080
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
6081
  border-left-color: #000;
Mark Otto's avatar
Mark Otto committed
6082
}
6083
6084
6085
6086
6087
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
6088
  border-bottom-color: #000;
Mark Otto's avatar
Mark Otto committed
6089
}
6090
6091
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
Heinrich Fenkart's avatar
grunt    
Heinrich Fenkart committed
6092
6093
  right: 5px;
  margin-top: -5px;
6094
  border-width: 0 5px 5px;
6095
  border-bottom-color: #000;
Mark Otto's avatar
Mark Otto committed
6096
}
6097
6098
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
Heinrich Fenkart's avatar
grunt    
Heinrich Fenkart committed
6099
6100
  left: 5px;
  margin-top: -5px;
6101
  border-width: 0 5px 5px;
6102
  border-bottom-color: #000;
Mark Otto's avatar
Mark Otto committed
6103
}
6104
6105
6106
6107
.popover {
  position: absolute;
  top: 0;
  left: 0;
XhmikosR's avatar
XhmikosR committed
6108
  z-index: 1060;
6109
6110
6111
  display: none;
  max-width: 276px;
  padding: 1px;
6112
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
6113
  font-size: 14px;
6114
  font-style: normal;
6115
6116
  font-weight: normal;
  line-height: 1.42857143;
6117
  text-align: left;
6118
6119
6120
6121
6122
6123
6124
6125
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
6126
  white-space: normal;
6127
6128
6129
6130
6131
6132
6133
6134
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
6135
6136

  line-break: auto;
Mark Otto's avatar
Mark Otto committed
6137
}
6138
6139
.popover.top {
  margin-top: -10px;
Mark Otto's avatar
Mark Otto committed
6140
}
6141
6142
.popover.right {
  margin-left: 10px;
Mark Otto's avatar
Mark Otto committed
6143
}
6144
6145
.popover.bottom {
  margin-top: 10px;
Mark Otto's avatar
Mark Otto committed
6146
}
6147
6148
.popover.left {
  margin-left: -10px;
Mark Otto's avatar
Mark Otto committed
6149
}
6150
.popover-title {
6151
  padding: 8px 14px;
6152
  margin: 0;
6153
  font-size: 14px;
6154
  background-color: #f7f7f7;
6155
6156
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
Mark Otto's avatar
Mark Otto committed
6157
}
6158
6159
.popover-content {
  padding: 9px 14px;
Mark Otto's avatar
Mark Otto committed
6160
}
6161
6162
.popover > .arrow,
.popover > .arrow:after {
6163
6164
  position: absolute;
  display: block;
Mark Otto's avatar
Mark Otto committed
6165
  width: 0;
6166
  height: 0;
Mark Otto's avatar
Mark Otto committed
6167
  border-color: transparent;
6168
  border-style: solid;
Mark Otto's avatar
Mark Otto committed
6169
}
6170
.popover > .arrow {
6171
  border-width: 11px;
Mark Otto's avatar
Mark Otto committed
6172
}
6173
.popover > .arrow:after {
6174
  content: "";
6175
  border-width: 10px;
Mark Otto's avatar
Mark Otto committed
6176
}
6177
.popover.top > .arrow {
6178
  bottom: -11px;
6179
6180
  left: 50%;
  margin-left: -11px;
6181
6182
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
6183
  border-bottom-width: 0;
Mark Otto's avatar
Mark Otto committed
6184
}
6185
.popover.top > .arrow:after {
6186
6187
  bottom: 1px;
  margin-left: -10px;
6188
6189
  content: " ";
  border-top-color: #fff;
Mark Otto's avatar
Mark Otto committed
6190
6191
  border-bottom-width: 0;
}
6192
.popover.right > .arrow {
6193
6194
6195
  top: 50%;
  left: -11px;
  margin-top: -11px;
6196
6197
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
6198
  border-left-width: 0;
Mark Otto's avatar
Mark Otto committed
6199
}
6200
.popover.right > .arrow:after {
6201
  bottom: -10px;
6202
6203
6204
  left: 1px;
  content: " ";
  border-right-color: #fff;
Mark Otto's avatar
Mark Otto committed
6205
6206
  border-left-width: 0;
}
6207
.popover.bottom > .arrow {
6208
  top: -11px;
6209
6210
6211
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
6212
6213
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
Mark Otto's avatar
Mark Otto committed
6214
}
6215
.popover.bottom > .arrow:after {
6216
6217
  top: 1px;
  margin-left: -10px;
6218
  content: " ";
Mark Otto's avatar
Mark Otto committed
6219
  border-top-width: 0;
6220
  border-bottom-color: #fff;
Mark Otto's avatar
Mark Otto committed
6221
}
6222
.popover.left > .arrow {
6223
6224
6225
6226
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
6227
6228
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
Mark Otto's avatar
Mark Otto committed
6229
}
6230
.popover.left > .arrow:after {
6231
6232
  right: 1px;
  bottom: -10px;
6233
6234
6235
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
Mark Otto's avatar
Mark Otto committed
6236
}
Mark Otto's avatar
Mark Otto committed
6237
6238
6239
6240
6241
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
6242
  width: 100%;
6243
  overflow: hidden;
Mark Otto's avatar
Mark Otto committed
6244
}
Mark Otto's avatar
Mark Otto committed
6245
.carousel-inner > .item {
6246
  position: relative;
6247
6248
  display: none;
  -webkit-transition: .6s ease-in-out left;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
6249
       -o-transition: .6s ease-in-out left;
6250
          transition: .6s ease-in-out left;
Mark Otto's avatar
Mark Otto committed
6251
}
Mark Otto's avatar
Mark Otto committed
6252
6253
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
6254
  line-height: 1;
Mark Otto's avatar
Mark Otto committed
6255
}
Mark Otto's avatar
grunt    
Mark Otto committed
6256
@media all and (transform-3d), (-webkit-transform-3d) {
6257
  .carousel-inner > .item {
6258
    -webkit-transition: -webkit-transform .6s ease-in-out;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
6259
         -o-transition:      -o-transform .6s ease-in-out;
6260
6261
6262
6263
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
6264
6265
    -webkit-perspective: 1000px;
            perspective: 1000px;
6266
6267
6268
6269
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
6270
6271
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
6272
6273
6274
6275
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
6276
6277
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
6278
6279
6280
6281
6282
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
6283
6284
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
6285
6286
  }
}
Mark Otto's avatar
Mark Otto committed
6287
6288
6289
6290
6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
6320
  bottom: 0;
6321
  left: 0;
6322
  width: 15%;
6323
  font-size: 20px;
6324
  color: #fff;
6325
  text-align: center;
6326
6327
6328
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
Mark Otto's avatar
Mark Otto committed
6329
6330
}
.carousel-control.left {
6331
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
6332
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
6333
6334
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
6335
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
6336
  background-repeat: repeat-x;
Mark Otto's avatar
Mark Otto committed
6337
6338
}
.carousel-control.right {
6339
  right: 0;
6340
6341
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
6342
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
6343
6344
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
6345
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
6346
  background-repeat: repeat-x;
Mark Otto's avatar
Mark Otto committed
6347
6348
6349
}
.carousel-control:hover,
.carousel-control:focus {
6350
  color: #fff;
6351
  text-decoration: none;
6352
  filter: alpha(opacity=90);
6353
6354
  outline: 0;
  opacity: .9;
Mark Otto's avatar
Mark Otto committed
6355
}
6356
.carousel-control .icon-prev,
6357
6358
6359
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
Mark Otto's avatar
Mark Otto committed
6360
  position: absolute;
Mark Otto's avatar
Mark Otto committed
6361
  top: 50%;
6362
  z-index: 5;
Mark Otto's avatar
Mark Otto committed
6363
  display: inline-block;
6364
}
6365
6366
6367
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
Mark Otto's avatar
Mark Otto committed
6368
  margin-left: -10px;
6369
6370
6371
6372
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
Mark Otto's avatar
Mark Otto committed
6373
  margin-right: -10px;
6374
}
6375
6376
.carousel-control .icon-prev,
.carousel-control .icon-next {
Mark Otto's avatar
Mark Otto committed
6377
6378
6379
  width: 20px;
  height: 20px;
  margin-top: -10px;
6380
  font-family: serif;
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
6381
  line-height: 1;
Mark Otto's avatar
Mark Otto committed
6382
}
6383
.carousel-control .icon-prev:before {
Mark Otto's avatar
Mark Otto committed
6384
  content: '\2039';
6385
6386
}
.carousel-control .icon-next:before {
Mark Otto's avatar
Mark Otto committed
6387
  content: '\203a';
6388
}
Mark Otto's avatar
Mark Otto committed
6389
6390
.carousel-indicators {
  position: absolute;
6391
  bottom: 10px;
Mark Otto's avatar
Mark Otto committed
6392
  left: 50%;
6393
  z-index: 15;
6394
  width: 60%;
6395
  padding-left: 0;
6396
  margin-left: -30%;
6397
  text-align: center;
6398
  list-style: none;
Mark Otto's avatar
Mark Otto committed
6399
}
Mark Otto's avatar
Mark Otto committed
6400
.carousel-indicators li {
Mark Otto's avatar
Mark Otto committed
6401
  display: inline-block;
6402
6403
6404
  width: 10px;
  height: 10px;
  margin: 1px;
Mark Otto's avatar
Mark Otto committed
6405
  text-indent: -999px;
6406
  cursor: pointer;
6407
6408
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
6409
6410
  border: 1px solid #fff;
  border-radius: 10px;
Mark Otto's avatar
Mark Otto committed
6411
6412
}
.carousel-indicators .active {
6413
6414
  width: 12px;
  height: 12px;
6415
6416
  margin: 0;
  background-color: #fff;
Mark Otto's avatar
Mark Otto committed
6417
}
6418
6419
.carousel-caption {
  position: absolute;
6420
  right: 15%;
6421
  bottom: 20px;
6422
  left: 15%;
6423
  z-index: 10;
6424
6425
  padding-top: 20px;
  padding-bottom: 20px;
6426
  color: #fff;
6427
  text-align: center;
6428
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
Mark Otto's avatar
Mark Otto committed
6429
}
Mark Otto's avatar
Mark Otto committed
6430
6431
6432
.carousel-caption .btn {
  text-shadow: none;
}
Mark Otto's avatar
Mark Otto committed
6433
@media screen and (min-width: 768px) {
Mark Otto's avatar
grunt    
Mark Otto committed
6434
6435
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
Chris Rebert's avatar
Chris Rebert committed
6436
  .carousel-control .icon-prev,
6437
  .carousel-control .icon-next {
Mark Otto's avatar
Mark Otto committed
6438
6439
6440
    width: 30px;
    height: 30px;
    margin-top: -15px;
6441
    font-size: 30px;
6442
  }
Mark Otto's avatar
Mark Otto committed
6443
6444
6445
6446
6447
6448
6449
6450
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
6451
  .carousel-caption {
6452
    right: 20%;
6453
    left: 20%;
6454
    padding-bottom: 30px;
6455
6456
  }
  .carousel-indicators {
6457
    bottom: 20px;
6458
  }
Mark Otto's avatar
Mark Otto committed
6459
6460
}
.clearfix:before,
6461
.clearfix:after,
6462
6463
.dl-horizontal dd:before,
.dl-horizontal dd:after,
6464
6465
6466
6467
6468
6469
6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
6490
  display: table;
6491
  content: " ";
Mark Otto's avatar
Mark Otto committed
6492
}
6493
.clearfix:after,
6494
.dl-horizontal dd:after,
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
Mark Otto's avatar
Mark Otto committed
6508
6509
  clear: both;
}
6510
6511
.center-block {
  display: block;
6512
  margin-right: auto;
6513
  margin-left: auto;
6514
}
Mark Otto's avatar
Mark Otto committed
6515
.pull-right {
liuyl's avatar
liuyl committed
6516
  float: right !important;
Mark Otto's avatar
Mark Otto committed
6517
6518
}
.pull-left {
liuyl's avatar
liuyl committed
6519
  float: left !important;
Mark Otto's avatar
Mark Otto committed
6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
6530
6531
6532
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
Mark Otto's avatar
Mark Otto committed
6533
  text-shadow: none;
6534
6535
  background-color: transparent;
  border: 0;
Mark Otto's avatar
Mark Otto committed
6536
6537
}
.hidden {
6538
  display: none !important;
Mark Otto's avatar
Mark Otto committed
6539
6540
6541
6542
6543
6544
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
6545
}
Mark Otto's avatar
Mark Otto committed
6546
.visible-xs,
6547
6548
6549
.visible-sm,
.visible-md,
.visible-lg {
6550
  display: none !important;
6551
}
6552
6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
6564
6565
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
6566
@media (max-width: 767px) {
6567
  .visible-xs {
6568
    display: block !important;
6569
6570
  }
  table.visible-xs {
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
6571
    display: table !important;
6572
6573
  }
  tr.visible-xs {
6574
    display: table-row !important;
6575
6576
  }
  th.visible-xs,
6577
  td.visible-xs {
6578
    display: table-cell !important;
6579
  }
6580
}
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
fat's avatar
fat committed
6596
@media (min-width: 768px) and (max-width: 991px) {
6597
  .visible-sm {
6598
    display: block !important;
6599
6600
  }
  table.visible-sm {
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
6601
    display: table !important;
6602
6603
  }
  tr.visible-sm {
6604
    display: table-row !important;
6605
6606
  }
  th.visible-sm,
6607
6608
  td.visible-sm {
    display: table-cell !important;
6609
  }
6610
}
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
6623
6624
6625
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
6626
@media (min-width: 992px) and (max-width: 1199px) {
6627
  .visible-md {
fat's avatar
fat committed
6628
    display: block !important;
6629
6630
  }
  table.visible-md {
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
6631
    display: table !important;
6632
6633
  }
  tr.visible-md {
fat's avatar
fat committed
6634
    display: table-row !important;
6635
6636
  }
  th.visible-md,
fat's avatar
fat committed
6637
6638
  td.visible-md {
    display: table-cell !important;
6639
  }
fat's avatar
fat committed
6640
}
6641
6642
6643
6644
6645
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
6656
@media (min-width: 1200px) {
6657
  .visible-lg {
fat's avatar
fat committed
6658
    display: block !important;
6659
6660
  }
  table.visible-lg {
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
6661
    display: table !important;
6662
6663
  }
  tr.visible-lg {
fat's avatar
fat committed
6664
    display: table-row !important;
6665
6666
  }
  th.visible-lg,
fat's avatar
fat committed
6667
6668
  td.visible-lg {
    display: table-cell !important;
6669
  }
fat's avatar
fat committed
6670
}
6671
6672
6673
6674
6675
6676
6677
6678
6679
6680
6681
6682
6683
6684
6685
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
6686
@media (max-width: 767px) {
6687
  .hidden-xs {
6688
    display: none !important;
6689
  }
6690
}
6691
@media (min-width: 768px) and (max-width: 991px) {
6692
  .hidden-sm {
6693
    display: none !important;
6694
  }
6695
6696
}
@media (min-width: 992px) and (max-width: 1199px) {
6697
  .hidden-md {
6698
    display: none !important;
6699
  }
6700
}
6701
@media (min-width: 1200px) {
6702
  .hidden-lg {
6703
    display: none !important;
6704
  }
Mark Otto's avatar
Mark Otto committed
6705
}
6706
.visible-print {
6707
6708
  display: none !important;
}
Mark Otto's avatar
Mark Otto committed
6709
@media print {
6710
  .visible-print {
6711
    display: block !important;
6712
6713
  }
  table.visible-print {
Bootstrap's Grunt bot's avatar
Bootstrap's Grunt bot committed
6714
    display: table !important;
6715
6716
  }
  tr.visible-print {
6717
    display: table-row !important;
6718
6719
  }
  th.visible-print,
6720
6721
  td.visible-print {
    display: table-cell !important;
6722
  }
6723
}
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
6748
@media print {
6749
  .hidden-print {
6750
    display: none !important;
6751
  }
Mark Otto's avatar
Mark Otto committed
6752
}
6753
/*# sourceMappingURL=bootstrap.css.map */