bootstrap.css 121 KB
Newer Older
Mark Otto's avatar
Mark Otto committed
1
/*!
Mark Otto's avatar
Mark Otto committed
2
 * Bootstrap v3.1.1 (http://getbootstrap.com)
3
 * Copyright 2011-2014 Twitter, Inc.
Mark Otto's avatar
Mark Otto committed
4
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
Mark Otto's avatar
Mark Otto committed
5
 */
6

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

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

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

274
275
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
Mark Otto's avatar
Mark Otto committed
276
}
277
278
.glyphicon-asterisk:before {
  content: "\2a";
Mark Otto's avatar
Mark Otto committed
279
}
280
281
.glyphicon-plus:before {
  content: "\2b";
Mark Otto's avatar
Mark Otto committed
282
}
283
284
.glyphicon-euro:before {
  content: "\20ac";
Mark Otto's avatar
Mark Otto committed
285
}
286
287
.glyphicon-minus:before {
  content: "\2212";
Mark Otto's avatar
Mark Otto committed
288
}
289
290
.glyphicon-cloud:before {
  content: "\2601";
Mark Otto's avatar
Mark Otto committed
291
}
292
293
.glyphicon-envelope:before {
  content: "\2709";
Mark Otto's avatar
Mark Otto committed
294
}
295
296
.glyphicon-pencil:before {
  content: "\270f";
297
}
298
299
.glyphicon-glass:before {
  content: "\e001";
Mark Otto's avatar
Mark Otto committed
300
}
301
302
.glyphicon-music:before {
  content: "\e002";
303
}
304
305
.glyphicon-search:before {
  content: "\e003";
Mark Otto's avatar
Mark Otto committed
306
}
307
308
.glyphicon-heart:before {
  content: "\e005";
309
}
310
311
.glyphicon-star:before {
  content: "\e006";
312
}
313
314
.glyphicon-star-empty:before {
  content: "\e007";
Mark Otto's avatar
Mark Otto committed
315
}
316
317
.glyphicon-user:before {
  content: "\e008";
Mark Otto's avatar
Mark Otto committed
318
}
319
320
.glyphicon-film:before {
  content: "\e009";
Mark Otto's avatar
Mark Otto committed
321
}
322
323
.glyphicon-th-large:before {
  content: "\e010";
324
}
325
326
.glyphicon-th:before {
  content: "\e011";
Mark Otto's avatar
Mark Otto committed
327
}
328
329
.glyphicon-th-list:before {
  content: "\e012";
330
}
331
332
.glyphicon-ok:before {
  content: "\e013";
Mark Otto's avatar
Mark Otto committed
333
}
334
335
.glyphicon-remove:before {
  content: "\e014";
Mark Otto's avatar
Mark Otto committed
336
}
337
338
.glyphicon-zoom-in:before {
  content: "\e015";
Mark Otto's avatar
Mark Otto committed
339
}
340
341
.glyphicon-zoom-out:before {
  content: "\e016";
Mark Otto's avatar
Mark Otto committed
342
}
343
344
.glyphicon-off:before {
  content: "\e017";
Mark Otto's avatar
Mark Otto committed
345
}
346
347
.glyphicon-signal:before {
  content: "\e018";
Mark Otto's avatar
Mark Otto committed
348
}
349
350
.glyphicon-cog:before {
  content: "\e019";
351
}
352
353
.glyphicon-trash:before {
  content: "\e020";
Mark Otto's avatar
Mark Otto committed
354
}
355
356
.glyphicon-home:before {
  content: "\e021";
357
}
358
359
.glyphicon-file:before {
  content: "\e022";
360
}
361
362
.glyphicon-time:before {
  content: "\e023";
363
}
364
365
.glyphicon-road:before {
  content: "\e024";
366
}
367
368
.glyphicon-download-alt:before {
  content: "\e025";
369
}
370
371
.glyphicon-download:before {
  content: "\e026";
372
}
373
374
.glyphicon-upload:before {
  content: "\e027";
375
}
376
377
.glyphicon-inbox:before {
  content: "\e028";
378
}
379
380
.glyphicon-play-circle:before {
  content: "\e029";
381
}
382
383
.glyphicon-repeat:before {
  content: "\e030";
384
}
385
386
.glyphicon-refresh:before {
  content: "\e031";
387
}
388
389
.glyphicon-list-alt:before {
  content: "\e032";
390
}
391
392
.glyphicon-lock:before {
  content: "\e033";
393
}
394
395
.glyphicon-flag:before {
  content: "\e034";
396
}
397
398
.glyphicon-headphones:before {
  content: "\e035";
399
}
400
401
.glyphicon-volume-off:before {
  content: "\e036";
402
}
403
404
.glyphicon-volume-down:before {
  content: "\e037";
405
}
406
407
.glyphicon-volume-up:before {
  content: "\e038";
408
}
409
410
.glyphicon-qrcode:before {
  content: "\e039";
411
}
412
413
.glyphicon-barcode:before {
  content: "\e040";
414
}
415
416
.glyphicon-tag:before {
  content: "\e041";
417
}
418
419
.glyphicon-tags:before {
  content: "\e042";
420
}
421
422
.glyphicon-book:before {
  content: "\e043";
423
}
424
425
.glyphicon-bookmark:before {
  content: "\e044";
426
}
427
428
.glyphicon-print:before {
  content: "\e045";
429
}
430
431
.glyphicon-camera:before {
  content: "\e046";
432
}
433
434
.glyphicon-font:before {
  content: "\e047";
435
}
436
437
.glyphicon-bold:before {
  content: "\e048";
438
}
439
440
.glyphicon-italic:before {
  content: "\e049";
Mark Otto's avatar
Mark Otto committed
441
}
442
443
.glyphicon-text-height:before {
  content: "\e050";
Mark Otto's avatar
Mark Otto committed
444
}
445
446
.glyphicon-text-width:before {
  content: "\e051";
Mark Otto's avatar
Mark Otto committed
447
}
448
449
.glyphicon-align-left:before {
  content: "\e052";
450
}
451
452
.glyphicon-align-center:before {
  content: "\e053";
Mark Otto's avatar
Mark Otto committed
453
}
454
455
.glyphicon-align-right:before {
  content: "\e054";
Mark Otto's avatar
Mark Otto committed
456
}
457
458
.glyphicon-align-justify:before {
  content: "\e055";
459
}
460
461
.glyphicon-list:before {
  content: "\e056";
Mark Otto's avatar
Mark Otto committed
462
}
463
464
.glyphicon-indent-left:before {
  content: "\e057";
Mark Otto's avatar
Mark Otto committed
465
}
466
467
.glyphicon-indent-right:before {
  content: "\e058";
Mark Otto's avatar
Mark Otto committed
468
}
469
470
.glyphicon-facetime-video:before {
  content: "\e059";
Mark Otto's avatar
Mark Otto committed
471
}
472
473
.glyphicon-picture:before {
  content: "\e060";
Mark Otto's avatar
Mark Otto committed
474
}
475
476
.glyphicon-map-marker:before {
  content: "\e062";
Mark Otto's avatar
Mark Otto committed
477
}
478
479
.glyphicon-adjust:before {
  content: "\e063";
Mark Otto's avatar
Mark Otto committed
480
}
481
482
.glyphicon-tint:before {
  content: "\e064";
483
}
484
485
.glyphicon-edit:before {
  content: "\e065";
Mark Otto's avatar
Mark Otto committed
486
}
487
488
.glyphicon-share:before {
  content: "\e066";
Mark Otto's avatar
Mark Otto committed
489
}
490
491
.glyphicon-check:before {
  content: "\e067";
Mark Otto's avatar
Mark Otto committed
492
}
493
494
.glyphicon-move:before {
  content: "\e068";
Mark Otto's avatar
Mark Otto committed
495
}
496
497
.glyphicon-step-backward:before {
  content: "\e069";
Mark Otto's avatar
Mark Otto committed
498
}
499
500
.glyphicon-fast-backward:before {
  content: "\e070";
Mark Otto's avatar
Mark Otto committed
501
}
502
503
.glyphicon-backward:before {
  content: "\e071";
Mark Otto's avatar
Mark Otto committed
504
}
505
506
.glyphicon-play:before {
  content: "\e072";
Mark Otto's avatar
Mark Otto committed
507
}
508
509
.glyphicon-pause:before {
  content: "\e073";
Mark Otto's avatar
Mark Otto committed
510
}
511
512
.glyphicon-stop:before {
  content: "\e074";
513
}
514
515
.glyphicon-forward:before {
  content: "\e075";
Mark Otto's avatar
Mark Otto committed
516
}
517
518
.glyphicon-fast-forward:before {
  content: "\e076";
Mark Otto's avatar
Mark Otto committed
519
}
520
521
.glyphicon-step-forward:before {
  content: "\e077";
Mark Otto's avatar
Mark Otto committed
522
}
523
524
.glyphicon-eject:before {
  content: "\e078";
Mark Otto's avatar
Mark Otto committed
525
}
526
527
.glyphicon-chevron-left:before {
  content: "\e079";
528
}
529
530
.glyphicon-chevron-right:before {
  content: "\e080";
531
}
532
533
.glyphicon-plus-sign:before {
  content: "\e081";
534
}
535
536
.glyphicon-minus-sign:before {
  content: "\e082";
537
}
538
539
.glyphicon-remove-sign:before {
  content: "\e083";
540
}
541
542
.glyphicon-ok-sign:before {
  content: "\e084";
Mark Otto's avatar
Mark Otto committed
543
}
544
545
.glyphicon-question-sign:before {
  content: "\e085";
Mark Otto's avatar
Mark Otto committed
546
}
547
548
.glyphicon-info-sign:before {
  content: "\e086";
549
}
550
551
.glyphicon-screenshot:before {
  content: "\e087";
552
}
553
554
.glyphicon-remove-circle:before {
  content: "\e088";
555
}
556
557
.glyphicon-ok-circle:before {
  content: "\e089";
558
}
559
560
.glyphicon-ban-circle:before {
  content: "\e090";
561
}
562
563
.glyphicon-arrow-left:before {
  content: "\e091";
564
}
565
566
.glyphicon-arrow-right:before {
  content: "\e092";
567
}
568
569
.glyphicon-arrow-up:before {
  content: "\e093";
570
}
571
572
.glyphicon-arrow-down:before {
  content: "\e094";
573
}
574
575
.glyphicon-share-alt:before {
  content: "\e095";
576
}
577
578
.glyphicon-resize-full:before {
  content: "\e096";
579
}
580
581
.glyphicon-resize-small:before {
  content: "\e097";
582
}
583
584
.glyphicon-exclamation-sign:before {
  content: "\e101";
585
}
586
587
.glyphicon-gift:before {
  content: "\e102";
588
}
589
590
.glyphicon-leaf:before {
  content: "\e103";
591
}
592
593
.glyphicon-fire:before {
  content: "\e104";
594
}
595
596
.glyphicon-eye-open:before {
  content: "\e105";
597
}
598
599
.glyphicon-eye-close:before {
  content: "\e106";
600
}
601
602
.glyphicon-warning-sign:before {
  content: "\e107";
603
}
604
605
.glyphicon-plane:before {
  content: "\e108";
606
}
607
608
.glyphicon-calendar:before {
  content: "\e109";
609
}
610
611
.glyphicon-random:before {
  content: "\e110";
612
}
613
614
.glyphicon-comment:before {
  content: "\e111";
615
}
616
617
.glyphicon-magnet:before {
  content: "\e112";
618
}
619
620
.glyphicon-chevron-up:before {
  content: "\e113";
621
}
622
623
.glyphicon-chevron-down:before {
  content: "\e114";
624
}
625
626
.glyphicon-retweet:before {
  content: "\e115";
627
}
628
629
.glyphicon-shopping-cart:before {
  content: "\e116";
630
}
631
632
.glyphicon-folder-close:before {
  content: "\e117";
633
}
634
635
.glyphicon-folder-open:before {
  content: "\e118";
636
}
637
638
.glyphicon-resize-vertical:before {
  content: "\e119";
639
}
640
641
.glyphicon-resize-horizontal:before {
  content: "\e120";
642
}
643
644
.glyphicon-hdd:before {
  content: "\e121";
645
}
646
647
.glyphicon-bullhorn:before {
  content: "\e122";
648
}
649
650
.glyphicon-bell:before {
  content: "\e123";
651
}
652
653
.glyphicon-certificate:before {
  content: "\e124";
654
}
655
656
.glyphicon-thumbs-up:before {
  content: "\e125";
657
}
658
659
.glyphicon-thumbs-down:before {
  content: "\e126";
660
}
661
662
.glyphicon-hand-right:before {
  content: "\e127";
663
}
664
665
.glyphicon-hand-left:before {
  content: "\e128";
666
}
667
668
.glyphicon-hand-up:before {
  content: "\e129";
669
}
670
671
.glyphicon-hand-down:before {
  content: "\e130";
672
}
673
674
.glyphicon-circle-arrow-right:before {
  content: "\e131";
675
}
676
677
.glyphicon-circle-arrow-left:before {
  content: "\e132";
678
}
679
680
.glyphicon-circle-arrow-up:before {
  content: "\e133";
681
}
682
683
.glyphicon-circle-arrow-down:before {
  content: "\e134";
684
}
685
686
.glyphicon-globe:before {
  content: "\e135";
687
}
688
689
.glyphicon-wrench:before {
  content: "\e136";
690
}
691
692
.glyphicon-tasks:before {
  content: "\e137";
693
}
694
695
.glyphicon-filter:before {
  content: "\e138";
Mark Otto's avatar
Mark Otto committed
696
}
697
698
.glyphicon-briefcase:before {
  content: "\e139";
699
}
700
701
.glyphicon-fullscreen:before {
  content: "\e140";
Mark Otto's avatar
Mark Otto committed
702
}
703
704
.glyphicon-dashboard:before {
  content: "\e141";
705
}
706
707
.glyphicon-paperclip:before {
  content: "\e142";
708
}
709
710
.glyphicon-heart-empty:before {
  content: "\e143";
Mark Otto's avatar
Mark Otto committed
711
}
712
713
.glyphicon-link:before {
  content: "\e144";
Mark Otto's avatar
Mark Otto committed
714
}
715
716
.glyphicon-phone:before {
  content: "\e145";
Mark Otto's avatar
Mark Otto committed
717
}
718
719
.glyphicon-pushpin:before {
  content: "\e146";
Mark Otto's avatar
Mark Otto committed
720
}
721
722
.glyphicon-usd:before {
  content: "\e148";
Mark Otto's avatar
Mark Otto committed
723
}
724
725
.glyphicon-gbp:before {
  content: "\e149";
Mark Otto's avatar
Mark Otto committed
726
}
727
728
.glyphicon-sort:before {
  content: "\e150";
Mark Otto's avatar
Mark Otto committed
729
}
730
731
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
Mark Otto's avatar
Mark Otto committed
732
}
733
734
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
Mark Otto's avatar
Mark Otto committed
735
}
736
737
.glyphicon-sort-by-order:before {
  content: "\e153";
Mark Otto's avatar
Mark Otto committed
738
}
739
740
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
741
}
742
743
.glyphicon-sort-by-attributes:before {
  content: "\e155";
Mark Otto's avatar
Mark Otto committed
744
}
745
746
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
Mark Otto's avatar
Mark Otto committed
747
}
748
749
.glyphicon-unchecked:before {
  content: "\e157";
750
}
751
752
.glyphicon-expand:before {
  content: "\e158";
Mark Otto's avatar
Mark Otto committed
753
}
754
755
.glyphicon-collapse-down:before {
  content: "\e159";
756
}
757
758
.glyphicon-collapse-up:before {
  content: "\e160";
Zlatan Vasović's avatar
Zlatan Vasović committed
759
}
760
761
.glyphicon-log-in:before {
  content: "\e161";
Mark Otto's avatar
Mark Otto committed
762
}
763
764
.glyphicon-flash:before {
  content: "\e162";
765
}
766
767
.glyphicon-log-out:before {
  content: "\e163";
768
}
769
770
.glyphicon-new-window:before {
  content: "\e164";
771
}
772
773
.glyphicon-record:before {
  content: "\e165";
Mark Otto's avatar
Mark Otto committed
774
}
775
776
.glyphicon-save:before {
  content: "\e166";
Mark Otto's avatar
Mark Otto committed
777
}
778
779
.glyphicon-open:before {
  content: "\e167";
Mark Otto's avatar
Mark Otto committed
780
}
781
782
.glyphicon-saved:before {
  content: "\e168";
783
}
784
785
.glyphicon-import:before {
  content: "\e169";
786
}
787
788
.glyphicon-export:before {
  content: "\e170";
Mark Otto's avatar
Mark Otto committed
789
}
790
791
.glyphicon-send:before {
  content: "\e171";
Mark Otto's avatar
Mark Otto committed
792
}
793
794
.glyphicon-floppy-disk:before {
  content: "\e172";
Mark Otto's avatar
Mark Otto committed
795
}
796
797
.glyphicon-floppy-saved:before {
  content: "\e173";
798
}
799
800
.glyphicon-floppy-remove:before {
  content: "\e174";
Mark Otto's avatar
Mark Otto committed
801
}
802
803
.glyphicon-floppy-save:before {
  content: "\e175";
Mark Otto's avatar
Mark Otto committed
804
}
805
806
.glyphicon-floppy-open:before {
  content: "\e176";
Mark Otto's avatar
Mark Otto committed
807
}
808
809
.glyphicon-credit-card:before {
  content: "\e177";
810
}
811
812
.glyphicon-transfer:before {
  content: "\e178";
Mark Otto's avatar
Mark Otto committed
813
}
814
815
.glyphicon-cutlery:before {
  content: "\e179";
816
}
817
818
.glyphicon-header:before {
  content: "\e180";
Mark Otto's avatar
Mark Otto committed
819
}
820
821
.glyphicon-compressed:before {
  content: "\e181";
Mark Otto's avatar
Mark Otto committed
822
}
823
824
.glyphicon-earphone:before {
  content: "\e182";
Mark Otto's avatar
Mark Otto committed
825
}
826
827
.glyphicon-phone-alt:before {
  content: "\e183";
828
}
829
830
.glyphicon-tower:before {
  content: "\e184";
831
}
832
833
.glyphicon-stats:before {
  content: "\e185";
834
}
835
836
.glyphicon-sd-video:before {
  content: "\e186";
837
}
838
839
.glyphicon-hd-video:before {
  content: "\e187";
Mark Otto's avatar
Mark Otto committed
840
}
841
842
.glyphicon-subtitles:before {
  content: "\e188";
Mark Otto's avatar
Mark Otto committed
843
}
844
845
.glyphicon-sound-stereo:before {
  content: "\e189";
846
}
847
848
.glyphicon-sound-dolby:before {
  content: "\e190";
Mark Otto's avatar
Mark Otto committed
849
}
850
851
.glyphicon-sound-5-1:before {
  content: "\e191";
Mark Otto's avatar
Mark Otto committed
852
}
853
854
.glyphicon-sound-6-1:before {
  content: "\e192";
Mark Otto's avatar
Mark Otto committed
855
}
856
857
.glyphicon-sound-7-1:before {
  content: "\e193";
Mark Otto's avatar
Mark Otto committed
858
}
859
860
.glyphicon-copyright-mark:before {
  content: "\e194";
Mark Otto's avatar
Mark Otto committed
861
}
862
863
.glyphicon-registration-mark:before {
  content: "\e195";
Mark Otto's avatar
Mark Otto committed
864
}
865
866
.glyphicon-cloud-download:before {
  content: "\e197";
Mark Otto's avatar
Mark Otto committed
867
}
868
869
.glyphicon-cloud-upload:before {
  content: "\e198";
870
}
871
872
.glyphicon-tree-conifer:before {
  content: "\e199";
Mark Otto's avatar
Mark Otto committed
873
}
874
875
.glyphicon-tree-deciduous:before {
  content: "\e200";
Mark Otto's avatar
Mark Otto committed
876
}
877
878
879
880
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
881
}
882
883
884
885
886
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
Mark Otto's avatar
Mark Otto committed
887
}
888
889
890
891
html {
  font-size: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
Mark Otto's avatar
Mark Otto committed
892
}
893
894
895
896
897
898
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
899
}
900
901
902
903
904
905
906
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
907
}
908
909
910
a {
  color: #428bca;
  text-decoration: none;
911
}
912
913
914
915
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
916
}
917
918
919
920
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
921
}
922
923
figure {
  margin: 0;
924
}
925
926
img {
  vertical-align: middle;
927
}
928
929
930
931
932
933
934
935
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
936
}
937
938
.img-rounded {
  border-radius: 6px;
939
}
940
941
942
943
944
945
946
947
948
949
950
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
Mark Otto's avatar
Mark Otto committed
951
}
952
953
.img-circle {
  border-radius: 50%;
Mark Otto's avatar
Mark Otto committed
954
}
955
956
957
958
959
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
Mark Otto's avatar
Mark Otto committed
960
}
961
962
963
964
965
966
967
968
969
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
970
}
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
987
}
988
989
990
991
992
993
994
995
996
997
998
999
1000
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,
For faster browsing, not all history is shown. View entire blame