bootstrap.css 131 KB
Newer Older
Mark Otto's avatar
Mark Otto committed
1
/*!
Mark Otto's avatar
Mark Otto committed
2
 * Bootstrap v3.2.0 (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

XhmikosR's avatar
XhmikosR committed
7
/*! normalize.css v3.0.1 | 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
hr {
  height: 0;
Bas Bosman's avatar
Bas Bosman committed
97
98
99
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
Mark Otto's avatar
Mark Otto committed
100
}
101
102
103
104
105
106
107
108
109
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
Mark Otto's avatar
Mark Otto committed
110
111
112
}
button,
input,
113
optgroup,
Mark Otto's avatar
Mark Otto committed
114
115
select,
textarea {
116
  margin: 0;
117
118
  font: inherit;
  color: inherit;
Mark Otto's avatar
Mark Otto committed
119
}
120
121
button {
  overflow: visible;
Mark Otto's avatar
Mark Otto committed
122
123
124
125
126
127
128
129
130
131
}
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
132
  cursor: pointer;
Mark Otto's avatar
Mark Otto committed
133
134
135
136
137
}
button[disabled],
html input[disabled] {
  cursor: default;
}
138
139
140
141
142
143
144
145
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
Mark Otto's avatar
Mark Otto committed
146
147
input[type="checkbox"],
input[type="radio"] {
Bas Bosman's avatar
Bas Bosman committed
148
149
150
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
Mark Otto's avatar
Mark Otto committed
151
  padding: 0;
Mark Otto's avatar
Mark Otto committed
152
}
153
154
155
156
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
Mark Otto's avatar
Mark Otto committed
157
158
159
160
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
161
  -webkit-appearance: textfield;
Mark Otto's avatar
Mark Otto committed
162
163
164
165
166
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
167
168
169
170
171
172
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
Mark Otto's avatar
Mark Otto committed
173
174
175
176
177
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
178
179
180
}
optgroup {
  font-weight: bold;
Mark Otto's avatar
Mark Otto committed
181
182
183
}
table {
  border-spacing: 0;
Mark Otto's avatar
Mark Otto committed
184
  border-collapse: collapse;
Mark Otto's avatar
Mark Otto committed
185
}
186
187
188
189
td,
th {
  padding: 0;
}
190
@media print {
191
  * {
192
    color: #000 !important;
193
    text-shadow: none !important;
194
    background: transparent !important;
Bas Bosman's avatar
Bas Bosman committed
195
196
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
197
198
  }
  a,
199
200
  a:visited {
    text-decoration: underline;
201
202
  }
  a[href]:after {
203
    content: " (" attr(href) ")";
204
205
  }
  abbr[title]:after {
206
    content: " (" attr(title) ")";
207
208
  }
  a[href^="javascript:"]:after,
209
210
  a[href^="#"]:after {
    content: "";
211
212
  }
  pre,
213
214
  blockquote {
    border: 1px solid #999;
215

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

266
267
  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
268
}
269
270
271
272
273
274
275
276
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
277

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

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