Project

General

Profile

Analysis Tasks ยป klt_7_29_20.html

Richard Trotta, 07/29/2020 04:29 PM

 
1
<!DOCTYPE html>
2
<html>
3
<head><meta charset="utf-8" />
4

    
5
<title>klt_7_29_20</title>
6

    
7
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
8
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
9

    
10

    
11

    
12
<style type="text/css">
13
    /*!
14
*
15
* Twitter Bootstrap
16
*
17
*/
18
/*!
19
 * Bootstrap v3.3.7 (http://getbootstrap.com)
20
 * Copyright 2011-2016 Twitter, Inc.
21
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
22
 */
23
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
24
html {
25
  font-family: sans-serif;
26
  -ms-text-size-adjust: 100%;
27
  -webkit-text-size-adjust: 100%;
28
}
29
body {
30
  margin: 0;
31
}
32
article,
33
aside,
34
details,
35
figcaption,
36
figure,
37
footer,
38
header,
39
hgroup,
40
main,
41
menu,
42
nav,
43
section,
44
summary {
45
  display: block;
46
}
47
audio,
48
canvas,
49
progress,
50
video {
51
  display: inline-block;
52
  vertical-align: baseline;
53
}
54
audio:not([controls]) {
55
  display: none;
56
  height: 0;
57
}
58
[hidden],
59
template {
60
  display: none;
61
}
62
a {
63
  background-color: transparent;
64
}
65
a:active,
66
a:hover {
67
  outline: 0;
68
}
69
abbr[title] {
70
  border-bottom: 1px dotted;
71
}
72
b,
73
strong {
74
  font-weight: bold;
75
}
76
dfn {
77
  font-style: italic;
78
}
79
h1 {
80
  font-size: 2em;
81
  margin: 0.67em 0;
82
}
83
mark {
84
  background: #ff0;
85
  color: #000;
86
}
87
small {
88
  font-size: 80%;
89
}
90
sub,
91
sup {
92
  font-size: 75%;
93
  line-height: 0;
94
  position: relative;
95
  vertical-align: baseline;
96
}
97
sup {
98
  top: -0.5em;
99
}
100
sub {
101
  bottom: -0.25em;
102
}
103
img {
104
  border: 0;
105
}
106
svg:not(:root) {
107
  overflow: hidden;
108
}
109
figure {
110
  margin: 1em 40px;
111
}
112
hr {
113
  box-sizing: content-box;
114
  height: 0;
115
}
116
pre {
117
  overflow: auto;
118
}
119
code,
120
kbd,
121
pre,
122
samp {
123
  font-family: monospace, monospace;
124
  font-size: 1em;
125
}
126
button,
127
input,
128
optgroup,
129
select,
130
textarea {
131
  color: inherit;
132
  font: inherit;
133
  margin: 0;
134
}
135
button {
136
  overflow: visible;
137
}
138
button,
139
select {
140
  text-transform: none;
141
}
142
button,
143
html input[type="button"],
144
input[type="reset"],
145
input[type="submit"] {
146
  -webkit-appearance: button;
147
  cursor: pointer;
148
}
149
button[disabled],
150
html input[disabled] {
151
  cursor: default;
152
}
153
button::-moz-focus-inner,
154
input::-moz-focus-inner {
155
  border: 0;
156
  padding: 0;
157
}
158
input {
159
  line-height: normal;
160
}
161
input[type="checkbox"],
162
input[type="radio"] {
163
  box-sizing: border-box;
164
  padding: 0;
165
}
166
input[type="number"]::-webkit-inner-spin-button,
167
input[type="number"]::-webkit-outer-spin-button {
168
  height: auto;
169
}
170
input[type="search"] {
171
  -webkit-appearance: textfield;
172
  box-sizing: content-box;
173
}
174
input[type="search"]::-webkit-search-cancel-button,
175
input[type="search"]::-webkit-search-decoration {
176
  -webkit-appearance: none;
177
}
178
fieldset {
179
  border: 1px solid #c0c0c0;
180
  margin: 0 2px;
181
  padding: 0.35em 0.625em 0.75em;
182
}
183
legend {
184
  border: 0;
185
  padding: 0;
186
}
187
textarea {
188
  overflow: auto;
189
}
190
optgroup {
191
  font-weight: bold;
192
}
193
table {
194
  border-collapse: collapse;
195
  border-spacing: 0;
196
}
197
td,
198
th {
199
  padding: 0;
200
}
201
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
202
@media print {
203
  *,
204
  *:before,
205
  *:after {
206
    background: transparent !important;
207
    box-shadow: none !important;
208
    text-shadow: none !important;
209
  }
210
  a,
211
  a:visited {
212
    text-decoration: underline;
213
  }
214
  a[href]:after {
215
    content: " (" attr(href) ")";
216
  }
217
  abbr[title]:after {
218
    content: " (" attr(title) ")";
219
  }
220
  a[href^="#"]:after,
221
  a[href^="javascript:"]:after {
222
    content: "";
223
  }
224
  pre,
225
  blockquote {
226
    border: 1px solid #999;
227
    page-break-inside: avoid;
228
  }
229
  thead {
230
    display: table-header-group;
231
  }
232
  tr,
233
  img {
234
    page-break-inside: avoid;
235
  }
236
  img {
237
    max-width: 100% !important;
238
  }
239
  p,
240
  h2,
241
  h3 {
242
    orphans: 3;
243
    widows: 3;
244
  }
245
  h2,
246
  h3 {
247
    page-break-after: avoid;
248
  }
249
  .navbar {
250
    display: none;
251
  }
252
  .btn > .caret,
253
  .dropup > .btn > .caret {
254
    border-top-color: #000 !important;
255
  }
256
  .label {
257
    border: 1px solid #000;
258
  }
259
  .table {
260
    border-collapse: collapse !important;
261
  }
262
  .table td,
263
  .table th {
264
    background-color: #fff !important;
265
  }
266
  .table-bordered th,
267
  .table-bordered td {
268
    border: 1px solid #ddd !important;
269
  }
270
}
271
@font-face {
272
  font-family: 'Glyphicons Halflings';
273
  src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot');
274
  src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
275
}
276
.glyphicon {
277
  position: relative;
278
  top: 1px;
279
  display: inline-block;
280
  font-family: 'Glyphicons Halflings';
281
  font-style: normal;
282
  font-weight: normal;
283
  line-height: 1;
284
  -webkit-font-smoothing: antialiased;
285
  -moz-osx-font-smoothing: grayscale;
286
}
287
.glyphicon-asterisk:before {
288
  content: "\002a";
289
}
290
.glyphicon-plus:before {
291
  content: "\002b";
292
}
293
.glyphicon-euro:before,
294
.glyphicon-eur:before {
295
  content: "\20ac";
296
}
297
.glyphicon-minus:before {
298
  content: "\2212";
299
}
300
.glyphicon-cloud:before {
301
  content: "\2601";
302
}
303
.glyphicon-envelope:before {
304
  content: "\2709";
305
}
306
.glyphicon-pencil:before {
307
  content: "\270f";
308
}
309
.glyphicon-glass:before {
310
  content: "\e001";
311
}
312
.glyphicon-music:before {
313
  content: "\e002";
314
}
315
.glyphicon-search:before {
316
  content: "\e003";
317
}
318
.glyphicon-heart:before {
319
  content: "\e005";
320
}
321
.glyphicon-star:before {
322
  content: "\e006";
323
}
324
.glyphicon-star-empty:before {
325
  content: "\e007";
326
}
327
.glyphicon-user:before {
328
  content: "\e008";
329
}
330
.glyphicon-film:before {
331
  content: "\e009";
332
}
333
.glyphicon-th-large:before {
334
  content: "\e010";
335
}
336
.glyphicon-th:before {
337
  content: "\e011";
338
}
339
.glyphicon-th-list:before {
340
  content: "\e012";
341
}
342
.glyphicon-ok:before {
343
  content: "\e013";
344
}
345
.glyphicon-remove:before {
346
  content: "\e014";
347
}
348
.glyphicon-zoom-in:before {
349
  content: "\e015";
350
}
351
.glyphicon-zoom-out:before {
352
  content: "\e016";
353
}
354
.glyphicon-off:before {
355
  content: "\e017";
356
}
357
.glyphicon-signal:before {
358
  content: "\e018";
359
}
360
.glyphicon-cog:before {
361
  content: "\e019";
362
}
363
.glyphicon-trash:before {
364
  content: "\e020";
365
}
366
.glyphicon-home:before {
367
  content: "\e021";
368
}
369
.glyphicon-file:before {
370
  content: "\e022";
371
}
372
.glyphicon-time:before {
373
  content: "\e023";
374
}
375
.glyphicon-road:before {
376
  content: "\e024";
377
}
378
.glyphicon-download-alt:before {
379
  content: "\e025";
380
}
381
.glyphicon-download:before {
382
  content: "\e026";
383
}
384
.glyphicon-upload:before {
385
  content: "\e027";
386
}
387
.glyphicon-inbox:before {
388
  content: "\e028";
389
}
390
.glyphicon-play-circle:before {
391
  content: "\e029";
392
}
393
.glyphicon-repeat:before {
394
  content: "\e030";
395
}
396
.glyphicon-refresh:before {
397
  content: "\e031";
398
}
399
.glyphicon-list-alt:before {
400
  content: "\e032";
401
}
402
.glyphicon-lock:before {
403
  content: "\e033";
404
}
405
.glyphicon-flag:before {
406
  content: "\e034";
407
}
408
.glyphicon-headphones:before {
409
  content: "\e035";
410
}
411
.glyphicon-volume-off:before {
412
  content: "\e036";
413
}
414
.glyphicon-volume-down:before {
415
  content: "\e037";
416
}
417
.glyphicon-volume-up:before {
418
  content: "\e038";
419
}
420
.glyphicon-qrcode:before {
421
  content: "\e039";
422
}
423
.glyphicon-barcode:before {
424
  content: "\e040";
425
}
426
.glyphicon-tag:before {
427
  content: "\e041";
428
}
429
.glyphicon-tags:before {
430
  content: "\e042";
431
}
432
.glyphicon-book:before {
433
  content: "\e043";
434
}
435
.glyphicon-bookmark:before {
436
  content: "\e044";
437
}
438
.glyphicon-print:before {
439
  content: "\e045";
440
}
441
.glyphicon-camera:before {
442
  content: "\e046";
443
}
444
.glyphicon-font:before {
445
  content: "\e047";
446
}
447
.glyphicon-bold:before {
448
  content: "\e048";
449
}
450
.glyphicon-italic:before {
451
  content: "\e049";
452
}
453
.glyphicon-text-height:before {
454
  content: "\e050";
455
}
456
.glyphicon-text-width:before {
457
  content: "\e051";
458
}
459
.glyphicon-align-left:before {
460
  content: "\e052";
461
}
462
.glyphicon-align-center:before {
463
  content: "\e053";
464
}
465
.glyphicon-align-right:before {
466
  content: "\e054";
467
}
468
.glyphicon-align-justify:before {
469
  content: "\e055";
470
}
471
.glyphicon-list:before {
472
  content: "\e056";
473
}
474
.glyphicon-indent-left:before {
475
  content: "\e057";
476
}
477
.glyphicon-indent-right:before {
478
  content: "\e058";
479
}
480
.glyphicon-facetime-video:before {
481
  content: "\e059";
482
}
483
.glyphicon-picture:before {
484
  content: "\e060";
485
}
486
.glyphicon-map-marker:before {
487
  content: "\e062";
488
}
489
.glyphicon-adjust:before {
490
  content: "\e063";
491
}
492
.glyphicon-tint:before {
493
  content: "\e064";
494
}
495
.glyphicon-edit:before {
496
  content: "\e065";
497
}
498
.glyphicon-share:before {
499
  content: "\e066";
500
}
501
.glyphicon-check:before {
502
  content: "\e067";
503
}
504
.glyphicon-move:before {
505
  content: "\e068";
506
}
507
.glyphicon-step-backward:before {
508
  content: "\e069";
509
}
510
.glyphicon-fast-backward:before {
511
  content: "\e070";
512
}
513
.glyphicon-backward:before {
514
  content: "\e071";
515
}
516
.glyphicon-play:before {
517
  content: "\e072";
518
}
519
.glyphicon-pause:before {
520
  content: "\e073";
521
}
522
.glyphicon-stop:before {
523
  content: "\e074";
524
}
525
.glyphicon-forward:before {
526
  content: "\e075";
527
}
528
.glyphicon-fast-forward:before {
529
  content: "\e076";
530
}
531
.glyphicon-step-forward:before {
532
  content: "\e077";
533
}
534
.glyphicon-eject:before {
535
  content: "\e078";
536
}
537
.glyphicon-chevron-left:before {
538
  content: "\e079";
539
}
540
.glyphicon-chevron-right:before {
541
  content: "\e080";
542
}
543
.glyphicon-plus-sign:before {
544
  content: "\e081";
545
}
546
.glyphicon-minus-sign:before {
547
  content: "\e082";
548
}
549
.glyphicon-remove-sign:before {
550
  content: "\e083";
551
}
552
.glyphicon-ok-sign:before {
553
  content: "\e084";
554
}
555
.glyphicon-question-sign:before {
556
  content: "\e085";
557
}
558
.glyphicon-info-sign:before {
559
  content: "\e086";
560
}
561
.glyphicon-screenshot:before {
562
  content: "\e087";
563
}
564
.glyphicon-remove-circle:before {
565
  content: "\e088";
566
}
567
.glyphicon-ok-circle:before {
568
  content: "\e089";
569
}
570
.glyphicon-ban-circle:before {
571
  content: "\e090";
572
}
573
.glyphicon-arrow-left:before {
574
  content: "\e091";
575
}
576
.glyphicon-arrow-right:before {
577
  content: "\e092";
578
}
579
.glyphicon-arrow-up:before {
580
  content: "\e093";
581
}
582
.glyphicon-arrow-down:before {
583
  content: "\e094";
584
}
585
.glyphicon-share-alt:before {
586
  content: "\e095";
587
}
588
.glyphicon-resize-full:before {
589
  content: "\e096";
590
}
591
.glyphicon-resize-small:before {
592
  content: "\e097";
593
}
594
.glyphicon-exclamation-sign:before {
595
  content: "\e101";
596
}
597
.glyphicon-gift:before {
598
  content: "\e102";
599
}
600
.glyphicon-leaf:before {
601
  content: "\e103";
602
}
603
.glyphicon-fire:before {
604
  content: "\e104";
605
}
606
.glyphicon-eye-open:before {
607
  content: "\e105";
608
}
609
.glyphicon-eye-close:before {
610
  content: "\e106";
611
}
612
.glyphicon-warning-sign:before {
613
  content: "\e107";
614
}
615
.glyphicon-plane:before {
616
  content: "\e108";
617
}
618
.glyphicon-calendar:before {
619
  content: "\e109";
620
}
621
.glyphicon-random:before {
622
  content: "\e110";
623
}
624
.glyphicon-comment:before {
625
  content: "\e111";
626
}
627
.glyphicon-magnet:before {
628
  content: "\e112";
629
}
630
.glyphicon-chevron-up:before {
631
  content: "\e113";
632
}
633
.glyphicon-chevron-down:before {
634
  content: "\e114";
635
}
636
.glyphicon-retweet:before {
637
  content: "\e115";
638
}
639
.glyphicon-shopping-cart:before {
640
  content: "\e116";
641
}
642
.glyphicon-folder-close:before {
643
  content: "\e117";
644
}
645
.glyphicon-folder-open:before {
646
  content: "\e118";
647
}
648
.glyphicon-resize-vertical:before {
649
  content: "\e119";
650
}
651
.glyphicon-resize-horizontal:before {
652
  content: "\e120";
653
}
654
.glyphicon-hdd:before {
655
  content: "\e121";
656
}
657
.glyphicon-bullhorn:before {
658
  content: "\e122";
659
}
660
.glyphicon-bell:before {
661
  content: "\e123";
662
}
663
.glyphicon-certificate:before {
664
  content: "\e124";
665
}
666
.glyphicon-thumbs-up:before {
667
  content: "\e125";
668
}
669
.glyphicon-thumbs-down:before {
670
  content: "\e126";
671
}
672
.glyphicon-hand-right:before {
673
  content: "\e127";
674
}
675
.glyphicon-hand-left:before {
676
  content: "\e128";
677
}
678
.glyphicon-hand-up:before {
679
  content: "\e129";
680
}
681
.glyphicon-hand-down:before {
682
  content: "\e130";
683
}
684
.glyphicon-circle-arrow-right:before {
685
  content: "\e131";
686
}
687
.glyphicon-circle-arrow-left:before {
688
  content: "\e132";
689
}
690
.glyphicon-circle-arrow-up:before {
691
  content: "\e133";
692
}
693
.glyphicon-circle-arrow-down:before {
694
  content: "\e134";
695
}
696
.glyphicon-globe:before {
697
  content: "\e135";
698
}
699
.glyphicon-wrench:before {
700
  content: "\e136";
701
}
702
.glyphicon-tasks:before {
703
  content: "\e137";
704
}
705
.glyphicon-filter:before {
706
  content: "\e138";
707
}
708
.glyphicon-briefcase:before {
709
  content: "\e139";
710
}
711
.glyphicon-fullscreen:before {
712
  content: "\e140";
713
}
714
.glyphicon-dashboard:before {
715
  content: "\e141";
716
}
717
.glyphicon-paperclip:before {
718
  content: "\e142";
719
}
720
.glyphicon-heart-empty:before {
721
  content: "\e143";
722
}
723
.glyphicon-link:before {
724
  content: "\e144";
725
}
726
.glyphicon-phone:before {
727
  content: "\e145";
728
}
729
.glyphicon-pushpin:before {
730
  content: "\e146";
731
}
732
.glyphicon-usd:before {
733
  content: "\e148";
734
}
735
.glyphicon-gbp:before {
736
  content: "\e149";
737
}
738
.glyphicon-sort:before {
739
  content: "\e150";
740
}
741
.glyphicon-sort-by-alphabet:before {
742
  content: "\e151";
743
}
744
.glyphicon-sort-by-alphabet-alt:before {
745
  content: "\e152";
746
}
747
.glyphicon-sort-by-order:before {
748
  content: "\e153";
749
}
750
.glyphicon-sort-by-order-alt:before {
751
  content: "\e154";
752
}
753
.glyphicon-sort-by-attributes:before {
754
  content: "\e155";
755
}
756
.glyphicon-sort-by-attributes-alt:before {
757
  content: "\e156";
758
}
759
.glyphicon-unchecked:before {
760
  content: "\e157";
761
}
762
.glyphicon-expand:before {
763
  content: "\e158";
764
}
765
.glyphicon-collapse-down:before {
766
  content: "\e159";
767
}
768
.glyphicon-collapse-up:before {
769
  content: "\e160";
770
}
771
.glyphicon-log-in:before {
772
  content: "\e161";
773
}
774
.glyphicon-flash:before {
775
  content: "\e162";
776
}
777
.glyphicon-log-out:before {
778
  content: "\e163";
779
}
780
.glyphicon-new-window:before {
781
  content: "\e164";
782
}
783
.glyphicon-record:before {
784
  content: "\e165";
785
}
786
.glyphicon-save:before {
787
  content: "\e166";
788
}
789
.glyphicon-open:before {
790
  content: "\e167";
791
}
792
.glyphicon-saved:before {
793
  content: "\e168";
794
}
795
.glyphicon-import:before {
796
  content: "\e169";
797
}
798
.glyphicon-export:before {
799
  content: "\e170";
800
}
801
.glyphicon-send:before {
802
  content: "\e171";
803
}
804
.glyphicon-floppy-disk:before {
805
  content: "\e172";
806
}
807
.glyphicon-floppy-saved:before {
808
  content: "\e173";
809
}
810
.glyphicon-floppy-remove:before {
811
  content: "\e174";
812
}
813
.glyphicon-floppy-save:before {
814
  content: "\e175";
815
}
816
.glyphicon-floppy-open:before {
817
  content: "\e176";
818
}
819
.glyphicon-credit-card:before {
820
  content: "\e177";
821
}
822
.glyphicon-transfer:before {
823
  content: "\e178";
824
}
825
.glyphicon-cutlery:before {
826
  content: "\e179";
827
}
828
.glyphicon-header:before {
829
  content: "\e180";
830
}
831
.glyphicon-compressed:before {
832
  content: "\e181";
833
}
834
.glyphicon-earphone:before {
835
  content: "\e182";
836
}
837
.glyphicon-phone-alt:before {
838
  content: "\e183";
839
}
840
.glyphicon-tower:before {
841
  content: "\e184";
842
}
843
.glyphicon-stats:before {
844
  content: "\e185";
845
}
846
.glyphicon-sd-video:before {
847
  content: "\e186";
848
}
849
.glyphicon-hd-video:before {
850
  content: "\e187";
851
}
852
.glyphicon-subtitles:before {
853
  content: "\e188";
854
}
855
.glyphicon-sound-stereo:before {
856
  content: "\e189";
857
}
858
.glyphicon-sound-dolby:before {
859
  content: "\e190";
860
}
861
.glyphicon-sound-5-1:before {
862
  content: "\e191";
863
}
864
.glyphicon-sound-6-1:before {
865
  content: "\e192";
866
}
867
.glyphicon-sound-7-1:before {
868
  content: "\e193";
869
}
870
.glyphicon-copyright-mark:before {
871
  content: "\e194";
872
}
873
.glyphicon-registration-mark:before {
874
  content: "\e195";
875
}
876
.glyphicon-cloud-download:before {
877
  content: "\e197";
878
}
879
.glyphicon-cloud-upload:before {
880
  content: "\e198";
881
}
882
.glyphicon-tree-conifer:before {
883
  content: "\e199";
884
}
885
.glyphicon-tree-deciduous:before {
886
  content: "\e200";
887
}
888
.glyphicon-cd:before {
889
  content: "\e201";
890
}
891
.glyphicon-save-file:before {
892
  content: "\e202";
893
}
894
.glyphicon-open-file:before {
895
  content: "\e203";
896
}
897
.glyphicon-level-up:before {
898
  content: "\e204";
899
}
900
.glyphicon-copy:before {
901
  content: "\e205";
902
}
903
.glyphicon-paste:before {
904
  content: "\e206";
905
}
906
.glyphicon-alert:before {
907
  content: "\e209";
908
}
909
.glyphicon-equalizer:before {
910
  content: "\e210";
911
}
912
.glyphicon-king:before {
913
  content: "\e211";
914
}
915
.glyphicon-queen:before {
916
  content: "\e212";
917
}
918
.glyphicon-pawn:before {
919
  content: "\e213";
920
}
921
.glyphicon-bishop:before {
922
  content: "\e214";
923
}
924
.glyphicon-knight:before {
925
  content: "\e215";
926
}
927
.glyphicon-baby-formula:before {
928
  content: "\e216";
929
}
930
.glyphicon-tent:before {
931
  content: "\26fa";
932
}
933
.glyphicon-blackboard:before {
934
  content: "\e218";
935
}
936
.glyphicon-bed:before {
937
  content: "\e219";
938
}
939
.glyphicon-apple:before {
940
  content: "\f8ff";
941
}
942
.glyphicon-erase:before {
943
  content: "\e221";
944
}
945
.glyphicon-hourglass:before {
946
  content: "\231b";
947
}
948
.glyphicon-lamp:before {
949
  content: "\e223";
950
}
951
.glyphicon-duplicate:before {
952
  content: "\e224";
953
}
954
.glyphicon-piggy-bank:before {
955
  content: "\e225";
956
}
957
.glyphicon-scissors:before {
958
  content: "\e226";
959
}
960
.glyphicon-bitcoin:before {
961
  content: "\e227";
962
}
963
.glyphicon-btc:before {
964
  content: "\e227";
965
}
966
.glyphicon-xbt:before {
967
  content: "\e227";
968
}
969
.glyphicon-yen:before {
970
  content: "\00a5";
971
}
972
.glyphicon-jpy:before {
973
  content: "\00a5";
974
}
975
.glyphicon-ruble:before {
976
  content: "\20bd";
977
}
978
.glyphicon-rub:before {
979
  content: "\20bd";
980
}
981
.glyphicon-scale:before {
982
  content: "\e230";
983
}
984
.glyphicon-ice-lolly:before {
985
  content: "\e231";
986
}
987
.glyphicon-ice-lolly-tasted:before {
988
  content: "\e232";
989
}
990
.glyphicon-education:before {
991
  content: "\e233";
992
}
993
.glyphicon-option-horizontal:before {
994
  content: "\e234";
995
}
996
.glyphicon-option-vertical:before {
997
  content: "\e235";
998
}
999
.glyphicon-menu-hamburger:before {
1000
  content: "\e236";
1001
}
1002
.glyphicon-modal-window:before {
1003
  content: "\e237";
1004
}
1005
.glyphicon-oil:before {
1006
  content: "\e238";
1007
}
1008
.glyphicon-grain:before {
1009
  content: "\e239";
1010
}
1011
.glyphicon-sunglasses:before {
1012
  content: "\e240";
1013
}
1014
.glyphicon-text-size:before {
1015
  content: "\e241";
1016
}
1017
.glyphicon-text-color:before {
1018
  content: "\e242";
1019
}
1020
.glyphicon-text-background:before {
1021
  content: "\e243";
1022
}
1023
.glyphicon-object-align-top:before {
1024
  content: "\e244";
1025
}
1026
.glyphicon-object-align-bottom:before {
1027
  content: "\e245";
1028
}
1029
.glyphicon-object-align-horizontal:before {
1030
  content: "\e246";
1031
}
1032
.glyphicon-object-align-left:before {
1033
  content: "\e247";
1034
}
1035
.glyphicon-object-align-vertical:before {
1036
  content: "\e248";
1037
}
1038
.glyphicon-object-align-right:before {
1039
  content: "\e249";
1040
}
1041
.glyphicon-triangle-right:before {
1042
  content: "\e250";
1043
}
1044
.glyphicon-triangle-left:before {
1045
  content: "\e251";
1046
}
1047
.glyphicon-triangle-bottom:before {
1048
  content: "\e252";
1049
}
1050
.glyphicon-triangle-top:before {
1051
  content: "\e253";
1052
}
1053
.glyphicon-console:before {
1054
  content: "\e254";
1055
}
1056
.glyphicon-superscript:before {
1057
  content: "\e255";
1058
}
1059
.glyphicon-subscript:before {
1060
  content: "\e256";
1061
}
1062
.glyphicon-menu-left:before {
1063
  content: "\e257";
1064
}
1065
.glyphicon-menu-right:before {
1066
  content: "\e258";
1067
}
1068
.glyphicon-menu-down:before {
1069
  content: "\e259";
1070
}
1071
.glyphicon-menu-up:before {
1072
  content: "\e260";
1073
}
1074
* {
1075
  -webkit-box-sizing: border-box;
1076
  -moz-box-sizing: border-box;
1077
  box-sizing: border-box;
1078
}
1079
*:before,
1080
*:after {
1081
  -webkit-box-sizing: border-box;
1082
  -moz-box-sizing: border-box;
1083
  box-sizing: border-box;
1084
}
1085
html {
1086
  font-size: 10px;
1087
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1088
}
1089
body {
1090
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1091
  font-size: 13px;
1092
  line-height: 1.42857143;
1093
  color: #000;
1094
  background-color: #fff;
1095
}
1096
input,
1097
button,
1098
select,
1099
textarea {
1100
  font-family: inherit;
1101
  font-size: inherit;
1102
  line-height: inherit;
1103
}
1104
a {
1105
  color: #337ab7;
1106
  text-decoration: none;
1107
}
1108
a:hover,
1109
a:focus {
1110
  color: #23527c;
1111
  text-decoration: underline;
1112
}
1113
a:focus {
1114
  outline: 5px auto -webkit-focus-ring-color;
1115
  outline-offset: -2px;
1116
}
1117
figure {
1118
  margin: 0;
1119
}
1120
img {
1121
  vertical-align: middle;
1122
}
1123
.img-responsive,
1124
.thumbnail > img,
1125
.thumbnail a > img,
1126
.carousel-inner > .item > img,
1127
.carousel-inner > .item > a > img {
1128
  display: block;
1129
  max-width: 100%;
1130
  height: auto;
1131
}
1132
.img-rounded {
1133
  border-radius: 3px;
1134
}
1135
.img-thumbnail {
1136
  padding: 4px;
1137
  line-height: 1.42857143;
1138
  background-color: #fff;
1139
  border: 1px solid #ddd;
1140
  border-radius: 2px;
1141
  -webkit-transition: all 0.2s ease-in-out;
1142
  -o-transition: all 0.2s ease-in-out;
1143
  transition: all 0.2s ease-in-out;
1144
  display: inline-block;
1145
  max-width: 100%;
1146
  height: auto;
1147
}
1148
.img-circle {
1149
  border-radius: 50%;
1150
}
1151
hr {
1152
  margin-top: 18px;
1153
  margin-bottom: 18px;
1154
  border: 0;
1155
  border-top: 1px solid #eeeeee;
1156
}
1157
.sr-only {
1158
  position: absolute;
1159
  width: 1px;
1160
  height: 1px;
1161
  margin: -1px;
1162
  padding: 0;
1163
  overflow: hidden;
1164
  clip: rect(0, 0, 0, 0);
1165
  border: 0;
1166
}
1167
.sr-only-focusable:active,
1168
.sr-only-focusable:focus {
1169
  position: static;
1170
  width: auto;
1171
  height: auto;
1172
  margin: 0;
1173
  overflow: visible;
1174
  clip: auto;
1175
}
1176
[role="button"] {
1177
  cursor: pointer;
1178
}
1179
h1,
1180
h2,
1181
h3,
1182
h4,
1183
h5,
1184
h6,
1185
.h1,
1186
.h2,
1187
.h3,
1188
.h4,
1189
.h5,
1190
.h6 {
1191
  font-family: inherit;
1192
  font-weight: 500;
1193
  line-height: 1.1;
1194
  color: inherit;
1195
}
1196
h1 small,
1197
h2 small,
1198
h3 small,
1199
h4 small,
1200
h5 small,
1201
h6 small,
1202
.h1 small,
1203
.h2 small,
1204
.h3 small,
1205
.h4 small,
1206
.h5 small,
1207
.h6 small,
1208
h1 .small,
1209
h2 .small,
1210
h3 .small,
1211
h4 .small,
1212
h5 .small,
1213
h6 .small,
1214
.h1 .small,
1215
.h2 .small,
1216
.h3 .small,
1217
.h4 .small,
1218
.h5 .small,
1219
.h6 .small {
1220
  font-weight: normal;
1221
  line-height: 1;
1222
  color: #777777;
1223
}
1224
h1,
1225
.h1,
1226
h2,
1227
.h2,
1228
h3,
1229
.h3 {
1230
  margin-top: 18px;
1231
  margin-bottom: 9px;
1232
}
1233
h1 small,
1234
.h1 small,
1235
h2 small,
1236
.h2 small,
1237
h3 small,
1238
.h3 small,
1239
h1 .small,
1240
.h1 .small,
1241
h2 .small,
1242
.h2 .small,
1243
h3 .small,
1244
.h3 .small {
1245
  font-size: 65%;
1246
}
1247
h4,
1248
.h4,
1249
h5,
1250
.h5,
1251
h6,
1252
.h6 {
1253
  margin-top: 9px;
1254
  margin-bottom: 9px;
1255
}
1256
h4 small,
1257
.h4 small,
1258
h5 small,
1259
.h5 small,
1260
h6 small,
1261
.h6 small,
1262
h4 .small,
1263
.h4 .small,
1264
h5 .small,
1265
.h5 .small,
1266
h6 .small,
1267
.h6 .small {
1268
  font-size: 75%;
1269
}
1270
h1,
1271
.h1 {
1272
  font-size: 33px;
1273
}
1274
h2,
1275
.h2 {
1276
  font-size: 27px;
1277
}
1278
h3,
1279
.h3 {
1280
  font-size: 23px;
1281
}
1282
h4,
1283
.h4 {
1284
  font-size: 17px;
1285
}
1286
h5,
1287
.h5 {
1288
  font-size: 13px;
1289
}
1290
h6,
1291
.h6 {
1292
  font-size: 12px;
1293
}
1294
p {
1295
  margin: 0 0 9px;
1296
}
1297
.lead {
1298
  margin-bottom: 18px;
1299
  font-size: 14px;
1300
  font-weight: 300;
1301
  line-height: 1.4;
1302
}
1303
@media (min-width: 768px) {
1304
  .lead {
1305
    font-size: 19.5px;
1306
  }
1307
}
1308
small,
1309
.small {
1310
  font-size: 92%;
1311
}
1312
mark,
1313
.mark {
1314
  background-color: #fcf8e3;
1315
  padding: .2em;
1316
}
1317
.text-left {
1318
  text-align: left;
1319
}
1320
.text-right {
1321
  text-align: right;
1322
}
1323
.text-center {
1324
  text-align: center;
1325
}
1326
.text-justify {
1327
  text-align: justify;
1328
}
1329
.text-nowrap {
1330
  white-space: nowrap;
1331
}
1332
.text-lowercase {
1333
  text-transform: lowercase;
1334
}
1335
.text-uppercase {
1336
  text-transform: uppercase;
1337
}
1338
.text-capitalize {
1339
  text-transform: capitalize;
1340
}
1341
.text-muted {
1342
  color: #777777;
1343
}
1344
.text-primary {
1345
  color: #337ab7;
1346
}
1347
a.text-primary:hover,
1348
a.text-primary:focus {
1349
  color: #286090;
1350
}
1351
.text-success {
1352
  color: #3c763d;
1353
}
1354
a.text-success:hover,
1355
a.text-success:focus {
1356
  color: #2b542c;
1357
}
1358
.text-info {
1359
  color: #31708f;
1360
}
1361
a.text-info:hover,
1362
a.text-info:focus {
1363
  color: #245269;
1364
}
1365
.text-warning {
1366
  color: #8a6d3b;
1367
}
1368
a.text-warning:hover,
1369
a.text-warning:focus {
1370
  color: #66512c;
1371
}
1372
.text-danger {
1373
  color: #a94442;
1374
}
1375
a.text-danger:hover,
1376
a.text-danger:focus {
1377
  color: #843534;
1378
}
1379
.bg-primary {
1380
  color: #fff;
1381
  background-color: #337ab7;
1382
}
1383
a.bg-primary:hover,
1384
a.bg-primary:focus {
1385
  background-color: #286090;
1386
}
1387
.bg-success {
1388
  background-color: #dff0d8;
1389
}
1390
a.bg-success:hover,
1391
a.bg-success:focus {
1392
  background-color: #c1e2b3;
1393
}
1394
.bg-info {
1395
  background-color: #d9edf7;
1396
}
1397
a.bg-info:hover,
1398
a.bg-info:focus {
1399
  background-color: #afd9ee;
1400
}
1401
.bg-warning {
1402
  background-color: #fcf8e3;
1403
}
1404
a.bg-warning:hover,
1405
a.bg-warning:focus {
1406
  background-color: #f7ecb5;
1407
}
1408
.bg-danger {
1409
  background-color: #f2dede;
1410
}
1411
a.bg-danger:hover,
1412
a.bg-danger:focus {
1413
  background-color: #e4b9b9;
1414
}
1415
.page-header {
1416
  padding-bottom: 8px;
1417
  margin: 36px 0 18px;
1418
  border-bottom: 1px solid #eeeeee;
1419
}
1420
ul,
1421
ol {
1422
  margin-top: 0;
1423
  margin-bottom: 9px;
1424
}
1425
ul ul,
1426
ol ul,
1427
ul ol,
1428
ol ol {
1429
  margin-bottom: 0;
1430
}
1431
.list-unstyled {
1432
  padding-left: 0;
1433
  list-style: none;
1434
}
1435
.list-inline {
1436
  padding-left: 0;
1437
  list-style: none;
1438
  margin-left: -5px;
1439
}
1440
.list-inline > li {
1441
  display: inline-block;
1442
  padding-left: 5px;
1443
  padding-right: 5px;
1444
}
1445
dl {
1446
  margin-top: 0;
1447
  margin-bottom: 18px;
1448
}
1449
dt,
1450
dd {
1451
  line-height: 1.42857143;
1452
}
1453
dt {
1454
  font-weight: bold;
1455
}
1456
dd {
1457
  margin-left: 0;
1458
}
1459
@media (min-width: 541px) {
1460
  .dl-horizontal dt {
1461
    float: left;
1462
    width: 160px;
1463
    clear: left;
1464
    text-align: right;
1465
    overflow: hidden;
1466
    text-overflow: ellipsis;
1467
    white-space: nowrap;
1468
  }
1469
  .dl-horizontal dd {
1470
    margin-left: 180px;
1471
  }
1472
}
1473
abbr[title],
1474
abbr[data-original-title] {
1475
  cursor: help;
1476
  border-bottom: 1px dotted #777777;
1477
}
1478
.initialism {
1479
  font-size: 90%;
1480
  text-transform: uppercase;
1481
}
1482
blockquote {
1483
  padding: 9px 18px;
1484
  margin: 0 0 18px;
1485
  font-size: inherit;
1486
  border-left: 5px solid #eeeeee;
1487
}
1488
blockquote p:last-child,
1489
blockquote ul:last-child,
1490
blockquote ol:last-child {
1491
  margin-bottom: 0;
1492
}
1493
blockquote footer,
1494
blockquote small,
1495
blockquote .small {
1496
  display: block;
1497
  font-size: 80%;
1498
  line-height: 1.42857143;
1499
  color: #777777;
1500
}
1501
blockquote footer:before,
1502
blockquote small:before,
1503
blockquote .small:before {
1504
  content: '\2014 \00A0';
1505
}
1506
.blockquote-reverse,
1507
blockquote.pull-right {
1508
  padding-right: 15px;
1509
  padding-left: 0;
1510
  border-right: 5px solid #eeeeee;
1511
  border-left: 0;
1512
  text-align: right;
1513
}
1514
.blockquote-reverse footer:before,
1515
blockquote.pull-right footer:before,
1516
.blockquote-reverse small:before,
1517
blockquote.pull-right small:before,
1518
.blockquote-reverse .small:before,
1519
blockquote.pull-right .small:before {
1520
  content: '';
1521
}
1522
.blockquote-reverse footer:after,
1523
blockquote.pull-right footer:after,
1524
.blockquote-reverse small:after,
1525
blockquote.pull-right small:after,
1526
.blockquote-reverse .small:after,
1527
blockquote.pull-right .small:after {
1528
  content: '\00A0 \2014';
1529
}
1530
address {
1531
  margin-bottom: 18px;
1532
  font-style: normal;
1533
  line-height: 1.42857143;
1534
}
1535
code,
1536
kbd,
1537
pre,
1538
samp {
1539
  font-family: monospace;
1540
}
1541
code {
1542
  padding: 2px 4px;
1543
  font-size: 90%;
1544
  color: #c7254e;
1545
  background-color: #f9f2f4;
1546
  border-radius: 2px;
1547
}
1548
kbd {
1549
  padding: 2px 4px;
1550
  font-size: 90%;
1551
  color: #888;
1552
  background-color: transparent;
1553
  border-radius: 1px;
1554
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
1555
}
1556
kbd kbd {
1557
  padding: 0;
1558
  font-size: 100%;
1559
  font-weight: bold;
1560
  box-shadow: none;
1561
}
1562
pre {
1563
  display: block;
1564
  padding: 8.5px;
1565
  margin: 0 0 9px;
1566
  font-size: 12px;
1567
  line-height: 1.42857143;
1568
  word-break: break-all;
1569
  word-wrap: break-word;
1570
  color: #333333;
1571
  background-color: #f5f5f5;
1572
  border: 1px solid #ccc;
1573
  border-radius: 2px;
1574
}
1575
pre code {
1576
  padding: 0;
1577
  font-size: inherit;
1578
  color: inherit;
1579
  white-space: pre-wrap;
1580
  background-color: transparent;
1581
  border-radius: 0;
1582
}
1583
.pre-scrollable {
1584
  max-height: 340px;
1585
  overflow-y: scroll;
1586
}
1587
.container {
1588
  margin-right: auto;
1589
  margin-left: auto;
1590
  padding-left: 0px;
1591
  padding-right: 0px;
1592
}
1593
@media (min-width: 768px) {
1594
  .container {
1595
    width: 768px;
1596
  }
1597
}
1598
@media (min-width: 992px) {
1599
  .container {
1600
    width: 940px;
1601
  }
1602
}
1603
@media (min-width: 1200px) {
1604
  .container {
1605
    width: 1140px;
1606
  }
1607
}
1608
.container-fluid {
1609
  margin-right: auto;
1610
  margin-left: auto;
1611
  padding-left: 0px;
1612
  padding-right: 0px;
1613
}
1614
.row {
1615
  margin-left: 0px;
1616
  margin-right: 0px;
1617
}
1618
.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 {
1619
  position: relative;
1620
  min-height: 1px;
1621
  padding-left: 0px;
1622
  padding-right: 0px;
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 {
1625
  float: left;
1626
}
1627
.col-xs-12 {
1628
  width: 100%;
1629
}
1630
.col-xs-11 {
1631
  width: 91.66666667%;
1632
}
1633
.col-xs-10 {
1634
  width: 83.33333333%;
1635
}
1636
.col-xs-9 {
1637
  width: 75%;
1638
}
1639
.col-xs-8 {
1640
  width: 66.66666667%;
1641
}
1642
.col-xs-7 {
1643
  width: 58.33333333%;
1644
}
1645
.col-xs-6 {
1646
  width: 50%;
1647
}
1648
.col-xs-5 {
1649
  width: 41.66666667%;
1650
}
1651
.col-xs-4 {
1652
  width: 33.33333333%;
1653
}
1654
.col-xs-3 {
1655
  width: 25%;
1656
}
1657
.col-xs-2 {
1658
  width: 16.66666667%;
1659
}
1660
.col-xs-1 {
1661
  width: 8.33333333%;
1662
}
1663
.col-xs-pull-12 {
1664
  right: 100%;
1665
}
1666
.col-xs-pull-11 {
1667
  right: 91.66666667%;
1668
}
1669
.col-xs-pull-10 {
1670
  right: 83.33333333%;
1671
}
1672
.col-xs-pull-9 {
1673
  right: 75%;
1674
}
1675
.col-xs-pull-8 {
1676
  right: 66.66666667%;
1677
}
1678
.col-xs-pull-7 {
1679
  right: 58.33333333%;
1680
}
1681
.col-xs-pull-6 {
1682
  right: 50%;
1683
}
1684
.col-xs-pull-5 {
1685
  right: 41.66666667%;
1686
}
1687
.col-xs-pull-4 {
1688
  right: 33.33333333%;
1689
}
1690
.col-xs-pull-3 {
1691
  right: 25%;
1692
}
1693
.col-xs-pull-2 {
1694
  right: 16.66666667%;
1695
}
1696
.col-xs-pull-1 {
1697
  right: 8.33333333%;
1698
}
1699
.col-xs-pull-0 {
1700
  right: auto;
1701
}
1702
.col-xs-push-12 {
1703
  left: 100%;
1704
}
1705
.col-xs-push-11 {
1706
  left: 91.66666667%;
1707
}
1708
.col-xs-push-10 {
1709
  left: 83.33333333%;
1710
}
1711
.col-xs-push-9 {
1712
  left: 75%;
1713
}
1714
.col-xs-push-8 {
1715
  left: 66.66666667%;
1716
}
1717
.col-xs-push-7 {
1718
  left: 58.33333333%;
1719
}
1720
.col-xs-push-6 {
1721
  left: 50%;
1722
}
1723
.col-xs-push-5 {
1724
  left: 41.66666667%;
1725
}
1726
.col-xs-push-4 {
1727
  left: 33.33333333%;
1728
}
1729
.col-xs-push-3 {
1730
  left: 25%;
1731
}
1732
.col-xs-push-2 {
1733
  left: 16.66666667%;
1734
}
1735
.col-xs-push-1 {
1736
  left: 8.33333333%;
1737
}
1738
.col-xs-push-0 {
1739
  left: auto;
1740
}
1741
.col-xs-offset-12 {
1742
  margin-left: 100%;
1743
}
1744
.col-xs-offset-11 {
1745
  margin-left: 91.66666667%;
1746
}
1747
.col-xs-offset-10 {
1748
  margin-left: 83.33333333%;
1749
}
1750
.col-xs-offset-9 {
1751
  margin-left: 75%;
1752
}
1753
.col-xs-offset-8 {
1754
  margin-left: 66.66666667%;
1755
}
1756
.col-xs-offset-7 {
1757
  margin-left: 58.33333333%;
1758
}
1759
.col-xs-offset-6 {
1760
  margin-left: 50%;
1761
}
1762
.col-xs-offset-5 {
1763
  margin-left: 41.66666667%;
1764
}
1765
.col-xs-offset-4 {
1766
  margin-left: 33.33333333%;
1767
}
1768
.col-xs-offset-3 {
1769
  margin-left: 25%;
1770
}
1771
.col-xs-offset-2 {
1772
  margin-left: 16.66666667%;
1773
}
1774
.col-xs-offset-1 {
1775
  margin-left: 8.33333333%;
1776
}
1777
.col-xs-offset-0 {
1778
  margin-left: 0%;
1779
}
1780
@media (min-width: 768px) {
1781
  .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 {
1782
    float: left;
1783
  }
1784
  .col-sm-12 {
1785
    width: 100%;
1786
  }
1787
  .col-sm-11 {
1788
    width: 91.66666667%;
1789
  }
1790
  .col-sm-10 {
1791
    width: 83.33333333%;
1792
  }
1793
  .col-sm-9 {
1794
    width: 75%;
1795
  }
1796
  .col-sm-8 {
1797
    width: 66.66666667%;
1798
  }
1799
  .col-sm-7 {
1800
    width: 58.33333333%;
1801
  }
1802
  .col-sm-6 {
1803
    width: 50%;
1804
  }
1805
  .col-sm-5 {
1806
    width: 41.66666667%;
1807
  }
1808
  .col-sm-4 {
1809
    width: 33.33333333%;
1810
  }
1811
  .col-sm-3 {
1812
    width: 25%;
1813
  }
1814
  .col-sm-2 {
1815
    width: 16.66666667%;
1816
  }
1817
  .col-sm-1 {
1818
    width: 8.33333333%;
1819
  }
1820
  .col-sm-pull-12 {
1821
    right: 100%;
1822
  }
1823
  .col-sm-pull-11 {
1824
    right: 91.66666667%;
1825
  }
1826
  .col-sm-pull-10 {
1827
    right: 83.33333333%;
1828
  }
1829
  .col-sm-pull-9 {
1830
    right: 75%;
1831
  }
1832
  .col-sm-pull-8 {
1833
    right: 66.66666667%;
1834
  }
1835
  .col-sm-pull-7 {
1836
    right: 58.33333333%;
1837
  }
1838
  .col-sm-pull-6 {
1839
    right: 50%;
1840
  }
1841
  .col-sm-pull-5 {
1842
    right: 41.66666667%;
1843
  }
1844
  .col-sm-pull-4 {
1845
    right: 33.33333333%;
1846
  }
1847
  .col-sm-pull-3 {
1848
    right: 25%;
1849
  }
1850
  .col-sm-pull-2 {
1851
    right: 16.66666667%;
1852
  }
1853
  .col-sm-pull-1 {
1854
    right: 8.33333333%;
1855
  }
1856
  .col-sm-pull-0 {
1857
    right: auto;
1858
  }
1859
  .col-sm-push-12 {
1860
    left: 100%;
1861
  }
1862
  .col-sm-push-11 {
1863
    left: 91.66666667%;
1864
  }
1865
  .col-sm-push-10 {
1866
    left: 83.33333333%;
1867
  }
1868
  .col-sm-push-9 {
1869
    left: 75%;
1870
  }
1871
  .col-sm-push-8 {
1872
    left: 66.66666667%;
1873
  }
1874
  .col-sm-push-7 {
1875
    left: 58.33333333%;
1876
  }
1877
  .col-sm-push-6 {
1878
    left: 50%;
1879
  }
1880
  .col-sm-push-5 {
1881
    left: 41.66666667%;
1882
  }
1883
  .col-sm-push-4 {
1884
    left: 33.33333333%;
1885
  }
1886
  .col-sm-push-3 {
1887
    left: 25%;
1888
  }
1889
  .col-sm-push-2 {
1890
    left: 16.66666667%;
1891
  }
1892
  .col-sm-push-1 {
1893
    left: 8.33333333%;
1894
  }
1895
  .col-sm-push-0 {
1896
    left: auto;
1897
  }
1898
  .col-sm-offset-12 {
1899
    margin-left: 100%;
1900
  }
1901
  .col-sm-offset-11 {
1902
    margin-left: 91.66666667%;
1903
  }
1904
  .col-sm-offset-10 {
1905
    margin-left: 83.33333333%;
1906
  }
1907
  .col-sm-offset-9 {
1908
    margin-left: 75%;
1909
  }
1910
  .col-sm-offset-8 {
1911
    margin-left: 66.66666667%;
1912
  }
1913
  .col-sm-offset-7 {
1914
    margin-left: 58.33333333%;
1915
  }
1916
  .col-sm-offset-6 {
1917
    margin-left: 50%;
1918
  }
1919
  .col-sm-offset-5 {
1920
    margin-left: 41.66666667%;
1921
  }
1922
  .col-sm-offset-4 {
1923
    margin-left: 33.33333333%;
1924
  }
1925
  .col-sm-offset-3 {
1926
    margin-left: 25%;
1927
  }
1928
  .col-sm-offset-2 {
1929
    margin-left: 16.66666667%;
1930
  }
1931
  .col-sm-offset-1 {
1932
    margin-left: 8.33333333%;
1933
  }
1934
  .col-sm-offset-0 {
1935
    margin-left: 0%;
1936
  }
1937
}
1938
@media (min-width: 992px) {
1939
  .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 {
1940
    float: left;
1941
  }
1942
  .col-md-12 {
1943
    width: 100%;
1944
  }
1945
  .col-md-11 {
1946
    width: 91.66666667%;
1947
  }
1948
  .col-md-10 {
1949
    width: 83.33333333%;
1950
  }
1951
  .col-md-9 {
1952
    width: 75%;
1953
  }
1954
  .col-md-8 {
1955
    width: 66.66666667%;
1956
  }
1957
  .col-md-7 {
1958
    width: 58.33333333%;
1959
  }
1960
  .col-md-6 {
1961
    width: 50%;
1962
  }
1963
  .col-md-5 {
1964
    width: 41.66666667%;
1965
  }
1966
  .col-md-4 {
1967
    width: 33.33333333%;
1968
  }
1969
  .col-md-3 {
1970
    width: 25%;
1971
  }
1972
  .col-md-2 {
1973
    width: 16.66666667%;
1974
  }
1975
  .col-md-1 {
1976
    width: 8.33333333%;
1977
  }
1978
  .col-md-pull-12 {
1979
    right: 100%;
1980
  }
1981
  .col-md-pull-11 {
1982
    right: 91.66666667%;
1983
  }
1984
  .col-md-pull-10 {
1985
    right: 83.33333333%;
1986
  }
1987
  .col-md-pull-9 {
1988
    right: 75%;
1989
  }
1990
  .col-md-pull-8 {
1991
    right: 66.66666667%;
1992
  }
1993
  .col-md-pull-7 {
1994
    right: 58.33333333%;
1995
  }
1996
  .col-md-pull-6 {
1997
    right: 50%;
1998
  }
1999
  .col-md-pull-5 {
2000
    right: 41.66666667%;
2001
  }
2002
  .col-md-pull-4 {
2003
    right: 33.33333333%;
2004
  }
2005
  .col-md-pull-3 {
2006
    right: 25%;
2007
  }
2008
  .col-md-pull-2 {
2009
    right: 16.66666667%;
2010
  }
2011
  .col-md-pull-1 {
2012
    right: 8.33333333%;
2013
  }
2014
  .col-md-pull-0 {
2015
    right: auto;
2016
  }
2017
  .col-md-push-12 {
2018
    left: 100%;
2019
  }
2020
  .col-md-push-11 {
2021
    left: 91.66666667%;
2022
  }
2023
  .col-md-push-10 {
2024
    left: 83.33333333%;
2025
  }
2026
  .col-md-push-9 {
2027
    left: 75%;
2028
  }
2029
  .col-md-push-8 {
2030
    left: 66.66666667%;
2031
  }
2032
  .col-md-push-7 {
2033
    left: 58.33333333%;
2034
  }
2035
  .col-md-push-6 {
2036
    left: 50%;
2037
  }
2038
  .col-md-push-5 {
2039
    left: 41.66666667%;
2040
  }
2041
  .col-md-push-4 {
2042
    left: 33.33333333%;
2043
  }
2044
  .col-md-push-3 {
2045
    left: 25%;
2046
  }
2047
  .col-md-push-2 {
2048
    left: 16.66666667%;
2049
  }
2050
  .col-md-push-1 {
2051
    left: 8.33333333%;
2052
  }
2053
  .col-md-push-0 {
2054
    left: auto;
2055
  }
2056
  .col-md-offset-12 {
2057
    margin-left: 100%;
2058
  }
2059
  .col-md-offset-11 {
2060
    margin-left: 91.66666667%;
2061
  }
2062
  .col-md-offset-10 {
2063
    margin-left: 83.33333333%;
2064
  }
2065
  .col-md-offset-9 {
2066
    margin-left: 75%;
2067
  }
2068
  .col-md-offset-8 {
2069
    margin-left: 66.66666667%;
2070
  }
2071
  .col-md-offset-7 {
2072
    margin-left: 58.33333333%;
2073
  }
2074
  .col-md-offset-6 {
2075
    margin-left: 50%;
2076
  }
2077
  .col-md-offset-5 {
2078
    margin-left: 41.66666667%;
2079
  }
2080
  .col-md-offset-4 {
2081
    margin-left: 33.33333333%;
2082
  }
2083
  .col-md-offset-3 {
2084
    margin-left: 25%;
2085
  }
2086
  .col-md-offset-2 {
2087
    margin-left: 16.66666667%;
2088
  }
2089
  .col-md-offset-1 {
2090
    margin-left: 8.33333333%;
2091
  }
2092
  .col-md-offset-0 {
2093
    margin-left: 0%;
2094
  }
2095
}
2096
@media (min-width: 1200px) {
2097
  .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 {
2098
    float: left;
2099
  }
2100
  .col-lg-12 {
2101
    width: 100%;
2102
  }
2103
  .col-lg-11 {
2104
    width: 91.66666667%;
2105
  }
2106
  .col-lg-10 {
2107
    width: 83.33333333%;
2108
  }
2109
  .col-lg-9 {
2110
    width: 75%;
2111
  }
2112
  .col-lg-8 {
2113
    width: 66.66666667%;
2114
  }
2115
  .col-lg-7 {
2116
    width: 58.33333333%;
2117
  }
2118
  .col-lg-6 {
2119
    width: 50%;
2120
  }
2121
  .col-lg-5 {
2122
    width: 41.66666667%;
2123
  }
2124
  .col-lg-4 {
2125
    width: 33.33333333%;
2126
  }
2127
  .col-lg-3 {
2128
    width: 25%;
2129
  }
2130
  .col-lg-2 {
2131
    width: 16.66666667%;
2132
  }
2133
  .col-lg-1 {
2134
    width: 8.33333333%;
2135
  }
2136
  .col-lg-pull-12 {
2137
    right: 100%;
2138
  }
2139
  .col-lg-pull-11 {
2140
    right: 91.66666667%;
2141
  }
2142
  .col-lg-pull-10 {
2143
    right: 83.33333333%;
2144
  }
2145
  .col-lg-pull-9 {
2146
    right: 75%;
2147
  }
2148
  .col-lg-pull-8 {
2149
    right: 66.66666667%;
2150
  }
2151
  .col-lg-pull-7 {
2152
    right: 58.33333333%;
2153
  }
2154
  .col-lg-pull-6 {
2155
    right: 50%;
2156
  }
2157
  .col-lg-pull-5 {
2158
    right: 41.66666667%;
2159
  }
2160
  .col-lg-pull-4 {
2161
    right: 33.33333333%;
2162
  }
2163
  .col-lg-pull-3 {
2164
    right: 25%;
2165
  }
2166
  .col-lg-pull-2 {
2167
    right: 16.66666667%;
2168
  }
2169
  .col-lg-pull-1 {
2170
    right: 8.33333333%;
2171
  }
2172
  .col-lg-pull-0 {
2173
    right: auto;
2174
  }
2175
  .col-lg-push-12 {
2176
    left: 100%;
2177
  }
2178
  .col-lg-push-11 {
2179
    left: 91.66666667%;
2180
  }
2181
  .col-lg-push-10 {
2182
    left: 83.33333333%;
2183
  }
2184
  .col-lg-push-9 {
2185
    left: 75%;
2186
  }
2187
  .col-lg-push-8 {
2188
    left: 66.66666667%;
2189
  }
2190
  .col-lg-push-7 {
2191
    left: 58.33333333%;
2192
  }
2193
  .col-lg-push-6 {
2194
    left: 50%;
2195
  }
2196
  .col-lg-push-5 {
2197
    left: 41.66666667%;
2198
  }
2199
  .col-lg-push-4 {
2200
    left: 33.33333333%;
2201
  }
2202
  .col-lg-push-3 {
2203
    left: 25%;
2204
  }
2205
  .col-lg-push-2 {
2206
    left: 16.66666667%;
2207
  }
2208
  .col-lg-push-1 {
2209
    left: 8.33333333%;
2210
  }
2211
  .col-lg-push-0 {
2212
    left: auto;
2213
  }
2214
  .col-lg-offset-12 {
2215
    margin-left: 100%;
2216
  }
2217
  .col-lg-offset-11 {
2218
    margin-left: 91.66666667%;
2219
  }
2220
  .col-lg-offset-10 {
2221
    margin-left: 83.33333333%;
2222
  }
2223
  .col-lg-offset-9 {
2224
    margin-left: 75%;
2225
  }
2226
  .col-lg-offset-8 {
2227
    margin-left: 66.66666667%;
2228
  }
2229
  .col-lg-offset-7 {
2230
    margin-left: 58.33333333%;
2231
  }
2232
  .col-lg-offset-6 {
2233
    margin-left: 50%;
2234
  }
2235
  .col-lg-offset-5 {
2236
    margin-left: 41.66666667%;
2237
  }
2238
  .col-lg-offset-4 {
2239
    margin-left: 33.33333333%;
2240
  }
2241
  .col-lg-offset-3 {
2242
    margin-left: 25%;
2243
  }
2244
  .col-lg-offset-2 {
2245
    margin-left: 16.66666667%;
2246
  }
2247
  .col-lg-offset-1 {
2248
    margin-left: 8.33333333%;
2249
  }
2250
  .col-lg-offset-0 {
2251
    margin-left: 0%;
2252
  }
2253
}
2254
table {
2255
  background-color: transparent;
2256
}
2257
caption {
2258
  padding-top: 8px;
2259
  padding-bottom: 8px;
2260
  color: #777777;
2261
  text-align: left;
2262
}
2263
th {
2264
  text-align: left;
2265
}
2266
.table {
2267
  width: 100%;
2268
  max-width: 100%;
2269
  margin-bottom: 18px;
2270
}
2271
.table > thead > tr > th,
2272
.table > tbody > tr > th,
2273
.table > tfoot > tr > th,
2274
.table > thead > tr > td,
2275
.table > tbody > tr > td,
2276
.table > tfoot > tr > td {
2277
  padding: 8px;
2278
  line-height: 1.42857143;
2279
  vertical-align: top;
2280
  border-top: 1px solid #ddd;
2281
}
2282
.table > thead > tr > th {
2283
  vertical-align: bottom;
2284
  border-bottom: 2px solid #ddd;
2285
}
2286
.table > caption + thead > tr:first-child > th,
2287
.table > colgroup + thead > tr:first-child > th,
2288
.table > thead:first-child > tr:first-child > th,
2289
.table > caption + thead > tr:first-child > td,
2290
.table > colgroup + thead > tr:first-child > td,
2291
.table > thead:first-child > tr:first-child > td {
2292
  border-top: 0;
2293
}
2294
.table > tbody + tbody {
2295
  border-top: 2px solid #ddd;
2296
}
2297
.table .table {
2298
  background-color: #fff;
2299
}
2300
.table-condensed > thead > tr > th,
2301
.table-condensed > tbody > tr > th,
2302
.table-condensed > tfoot > tr > th,
2303
.table-condensed > thead > tr > td,
2304
.table-condensed > tbody > tr > td,
2305
.table-condensed > tfoot > tr > td {
2306
  padding: 5px;
2307
}
2308
.table-bordered {
2309
  border: 1px solid #ddd;
2310
}
2311
.table-bordered > thead > tr > th,
2312
.table-bordered > tbody > tr > th,
2313
.table-bordered > tfoot > tr > th,
2314
.table-bordered > thead > tr > td,
2315
.table-bordered > tbody > tr > td,
2316
.table-bordered > tfoot > tr > td {
2317
  border: 1px solid #ddd;
2318
}
2319
.table-bordered > thead > tr > th,
2320
.table-bordered > thead > tr > td {
2321
  border-bottom-width: 2px;
2322
}
2323
.table-striped > tbody > tr:nth-of-type(odd) {
2324
  background-color: #f9f9f9;
2325
}
2326
.table-hover > tbody > tr:hover {
2327
  background-color: #f5f5f5;
2328
}
2329
table col[class*="col-"] {
2330
  position: static;
2331
  float: none;
2332
  display: table-column;
2333
}
2334
table td[class*="col-"],
2335
table th[class*="col-"] {
2336
  position: static;
2337
  float: none;
2338
  display: table-cell;
2339
}
2340
.table > thead > tr > td.active,
2341
.table > tbody > tr > td.active,
2342
.table > tfoot > tr > td.active,
2343
.table > thead > tr > th.active,
2344
.table > tbody > tr > th.active,
2345
.table > tfoot > tr > th.active,
2346
.table > thead > tr.active > td,
2347
.table > tbody > tr.active > td,
2348
.table > tfoot > tr.active > td,
2349
.table > thead > tr.active > th,
2350
.table > tbody > tr.active > th,
2351
.table > tfoot > tr.active > th {
2352
  background-color: #f5f5f5;
2353
}
2354
.table-hover > tbody > tr > td.active:hover,
2355
.table-hover > tbody > tr > th.active:hover,
2356
.table-hover > tbody > tr.active:hover > td,
2357
.table-hover > tbody > tr:hover > .active,
2358
.table-hover > tbody > tr.active:hover > th {
2359
  background-color: #e8e8e8;
2360
}
2361
.table > thead > tr > td.success,
2362
.table > tbody > tr > td.success,
2363
.table > tfoot > tr > td.success,
2364
.table > thead > tr > th.success,
2365
.table > tbody > tr > th.success,
2366
.table > tfoot > tr > th.success,
2367
.table > thead > tr.success > td,
2368
.table > tbody > tr.success > td,
2369
.table > tfoot > tr.success > td,
2370
.table > thead > tr.success > th,
2371
.table > tbody > tr.success > th,
2372
.table > tfoot > tr.success > th {
2373
  background-color: #dff0d8;
2374
}
2375
.table-hover > tbody > tr > td.success:hover,
2376
.table-hover > tbody > tr > th.success:hover,
2377
.table-hover > tbody > tr.success:hover > td,
2378
.table-hover > tbody > tr:hover > .success,
2379
.table-hover > tbody > tr.success:hover > th {
2380
  background-color: #d0e9c6;
2381
}
2382
.table > thead > tr > td.info,
2383
.table > tbody > tr > td.info,
2384
.table > tfoot > tr > td.info,
2385
.table > thead > tr > th.info,
2386
.table > tbody > tr > th.info,
2387
.table > tfoot > tr > th.info,
2388
.table > thead > tr.info > td,
2389
.table > tbody > tr.info > td,
2390
.table > tfoot > tr.info > td,
2391
.table > thead > tr.info > th,
2392
.table > tbody > tr.info > th,
2393
.table > tfoot > tr.info > th {
2394
  background-color: #d9edf7;
2395
}
2396
.table-hover > tbody > tr > td.info:hover,
2397
.table-hover > tbody > tr > th.info:hover,
2398
.table-hover > tbody > tr.info:hover > td,
2399
.table-hover > tbody > tr:hover > .info,
2400
.table-hover > tbody > tr.info:hover > th {
2401
  background-color: #c4e3f3;
2402
}
2403
.table > thead > tr > td.warning,
2404
.table > tbody > tr > td.warning,
2405
.table > tfoot > tr > td.warning,
2406
.table > thead > tr > th.warning,
2407
.table > tbody > tr > th.warning,
2408
.table > tfoot > tr > th.warning,
2409
.table > thead > tr.warning > td,
2410
.table > tbody > tr.warning > td,
2411
.table > tfoot > tr.warning > td,
2412
.table > thead > tr.warning > th,
2413
.table > tbody > tr.warning > th,
2414
.table > tfoot > tr.warning > th {
2415
  background-color: #fcf8e3;
2416
}
2417
.table-hover > tbody > tr > td.warning:hover,
2418
.table-hover > tbody > tr > th.warning:hover,
2419
.table-hover > tbody > tr.warning:hover > td,
2420
.table-hover > tbody > tr:hover > .warning,
2421
.table-hover > tbody > tr.warning:hover > th {
2422
  background-color: #faf2cc;
2423
}
2424
.table > thead > tr > td.danger,
2425
.table > tbody > tr > td.danger,
2426
.table > tfoot > tr > td.danger,
2427
.table > thead > tr > th.danger,
2428
.table > tbody > tr > th.danger,
2429
.table > tfoot > tr > th.danger,
2430
.table > thead > tr.danger > td,
2431
.table > tbody > tr.danger > td,
2432
.table > tfoot > tr.danger > td,
2433
.table > thead > tr.danger > th,
2434
.table > tbody > tr.danger > th,
2435
.table > tfoot > tr.danger > th {
2436
  background-color: #f2dede;
2437
}
2438
.table-hover > tbody > tr > td.danger:hover,
2439
.table-hover > tbody > tr > th.danger:hover,
2440
.table-hover > tbody > tr.danger:hover > td,
2441
.table-hover > tbody > tr:hover > .danger,
2442
.table-hover > tbody > tr.danger:hover > th {
2443
  background-color: #ebcccc;
2444
}
2445
.table-responsive {
2446
  overflow-x: auto;
2447
  min-height: 0.01%;
2448
}
2449
@media screen and (max-width: 767px) {
2450
  .table-responsive {
2451
    width: 100%;
2452
    margin-bottom: 13.5px;
2453
    overflow-y: hidden;
2454
    -ms-overflow-style: -ms-autohiding-scrollbar;
2455
    border: 1px solid #ddd;
2456
  }
2457
  .table-responsive > .table {
2458
    margin-bottom: 0;
2459
  }
2460
  .table-responsive > .table > thead > tr > th,
2461
  .table-responsive > .table > tbody > tr > th,
2462
  .table-responsive > .table > tfoot > tr > th,
2463
  .table-responsive > .table > thead > tr > td,
2464
  .table-responsive > .table > tbody > tr > td,
2465
  .table-responsive > .table > tfoot > tr > td {
2466
    white-space: nowrap;
2467
  }
2468
  .table-responsive > .table-bordered {
2469
    border: 0;
2470
  }
2471
  .table-responsive > .table-bordered > thead > tr > th:first-child,
2472
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
2473
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
2474
  .table-responsive > .table-bordered > thead > tr > td:first-child,
2475
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
2476
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
2477
    border-left: 0;
2478
  }
2479
  .table-responsive > .table-bordered > thead > tr > th:last-child,
2480
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
2481
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
2482
  .table-responsive > .table-bordered > thead > tr > td:last-child,
2483
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
2484
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
2485
    border-right: 0;
2486
  }
2487
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
2488
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
2489
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
2490
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
2491
    border-bottom: 0;
2492
  }
2493
}
2494
fieldset {
2495
  padding: 0;
2496
  margin: 0;
2497
  border: 0;
2498
  min-width: 0;
2499
}
2500
legend {
2501
  display: block;
2502
  width: 100%;
2503
  padding: 0;
2504
  margin-bottom: 18px;
2505
  font-size: 19.5px;
2506
  line-height: inherit;
2507
  color: #333333;
2508
  border: 0;
2509
  border-bottom: 1px solid #e5e5e5;
2510
}
2511
label {
2512
  display: inline-block;
2513
  max-width: 100%;
2514
  margin-bottom: 5px;
2515
  font-weight: bold;
2516
}
2517
input[type="search"] {
2518
  -webkit-box-sizing: border-box;
2519
  -moz-box-sizing: border-box;
2520
  box-sizing: border-box;
2521
}
2522
input[type="radio"],
2523
input[type="checkbox"] {
2524
  margin: 4px 0 0;
2525
  margin-top: 1px \9;
2526
  line-height: normal;
2527
}
2528
input[type="file"] {
2529
  display: block;
2530
}
2531
input[type="range"] {
2532
  display: block;
2533
  width: 100%;
2534
}
2535
select[multiple],
2536
select[size] {
2537
  height: auto;
2538
}
2539
input[type="file"]:focus,
2540
input[type="radio"]:focus,
2541
input[type="checkbox"]:focus {
2542
  outline: 5px auto -webkit-focus-ring-color;
2543
  outline-offset: -2px;
2544
}
2545
output {
2546
  display: block;
2547
  padding-top: 7px;
2548
  font-size: 13px;
2549
  line-height: 1.42857143;
2550
  color: #555555;
2551
}
2552
.form-control {
2553
  display: block;
2554
  width: 100%;
2555
  height: 32px;
2556
  padding: 6px 12px;
2557
  font-size: 13px;
2558
  line-height: 1.42857143;
2559
  color: #555555;
2560
  background-color: #fff;
2561
  background-image: none;
2562
  border: 1px solid #ccc;
2563
  border-radius: 2px;
2564
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2565
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2566
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
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;
2569
}
2570
.form-control:focus {
2571
  border-color: #66afe9;
2572
  outline: 0;
2573
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
2574
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
2575
}
2576
.form-control::-moz-placeholder {
2577
  color: #999;
2578
  opacity: 1;
2579
}
2580
.form-control:-ms-input-placeholder {
2581
  color: #999;
2582
}
2583
.form-control::-webkit-input-placeholder {
2584
  color: #999;
2585
}
2586
.form-control::-ms-expand {
2587
  border: 0;
2588
  background-color: transparent;
2589
}
2590
.form-control[disabled],
2591
.form-control[readonly],
2592
fieldset[disabled] .form-control {
2593
  background-color: #eeeeee;
2594
  opacity: 1;
2595
}
2596
.form-control[disabled],
2597
fieldset[disabled] .form-control {
2598
  cursor: not-allowed;
2599
}
2600
textarea.form-control {
2601
  height: auto;
2602
}
2603
input[type="search"] {
2604
  -webkit-appearance: none;
2605
}
2606
@media screen and (-webkit-min-device-pixel-ratio: 0) {
2607
  input[type="date"].form-control,
2608
  input[type="time"].form-control,
2609
  input[type="datetime-local"].form-control,
2610
  input[type="month"].form-control {
2611
    line-height: 32px;
2612
  }
2613
  input[type="date"].input-sm,
2614
  input[type="time"].input-sm,
2615
  input[type="datetime-local"].input-sm,
2616
  input[type="month"].input-sm,
2617
  .input-group-sm input[type="date"],
2618
  .input-group-sm input[type="time"],
2619
  .input-group-sm input[type="datetime-local"],
2620
  .input-group-sm input[type="month"] {
2621
    line-height: 30px;
2622
  }
2623
  input[type="date"].input-lg,
2624
  input[type="time"].input-lg,
2625
  input[type="datetime-local"].input-lg,
2626
  input[type="month"].input-lg,
2627
  .input-group-lg input[type="date"],
2628
  .input-group-lg input[type="time"],
2629
  .input-group-lg input[type="datetime-local"],
2630
  .input-group-lg input[type="month"] {
2631
    line-height: 45px;
2632
  }
2633
}
2634
.form-group {
2635
  margin-bottom: 15px;
2636
}
2637
.radio,
2638
.checkbox {
2639
  position: relative;
2640
  display: block;
2641
  margin-top: 10px;
2642
  margin-bottom: 10px;
2643
}
2644
.radio label,
2645
.checkbox label {
2646
  min-height: 18px;
2647
  padding-left: 20px;
2648
  margin-bottom: 0;
2649
  font-weight: normal;
2650
  cursor: pointer;
2651
}
2652
.radio input[type="radio"],
2653
.radio-inline input[type="radio"],
2654
.checkbox input[type="checkbox"],
2655
.checkbox-inline input[type="checkbox"] {
2656
  position: absolute;
2657
  margin-left: -20px;
2658
  margin-top: 4px \9;
2659
}
2660
.radio + .radio,
2661
.checkbox + .checkbox {
2662
  margin-top: -5px;
2663
}
2664
.radio-inline,
2665
.checkbox-inline {
2666
  position: relative;
2667
  display: inline-block;
2668
  padding-left: 20px;
2669
  margin-bottom: 0;
2670
  vertical-align: middle;
2671
  font-weight: normal;
2672
  cursor: pointer;
2673
}
2674
.radio-inline + .radio-inline,
2675
.checkbox-inline + .checkbox-inline {
2676
  margin-top: 0;
2677
  margin-left: 10px;
2678
}
2679
input[type="radio"][disabled],
2680
input[type="checkbox"][disabled],
2681
input[type="radio"].disabled,
2682
input[type="checkbox"].disabled,
2683
fieldset[disabled] input[type="radio"],
2684
fieldset[disabled] input[type="checkbox"] {
2685
  cursor: not-allowed;
2686
}
2687
.radio-inline.disabled,
2688
.checkbox-inline.disabled,
2689
fieldset[disabled] .radio-inline,
2690
fieldset[disabled] .checkbox-inline {
2691
  cursor: not-allowed;
2692
}
2693
.radio.disabled label,
2694
.checkbox.disabled label,
2695
fieldset[disabled] .radio label,
2696
fieldset[disabled] .checkbox label {
2697
  cursor: not-allowed;
2698
}
2699
.form-control-static {
2700
  padding-top: 7px;
2701
  padding-bottom: 7px;
2702
  margin-bottom: 0;
2703
  min-height: 31px;
2704
}
2705
.form-control-static.input-lg,
2706
.form-control-static.input-sm {
2707
  padding-left: 0;
2708
  padding-right: 0;
2709
}
2710
.input-sm {
2711
  height: 30px;
2712
  padding: 5px 10px;
2713
  font-size: 12px;
2714
  line-height: 1.5;
2715
  border-radius: 1px;
2716
}
2717
select.input-sm {
2718
  height: 30px;
2719
  line-height: 30px;
2720
}
2721
textarea.input-sm,
2722
select[multiple].input-sm {
2723
  height: auto;
2724
}
2725
.form-group-sm .form-control {
2726
  height: 30px;
2727
  padding: 5px 10px;
2728
  font-size: 12px;
2729
  line-height: 1.5;
2730
  border-radius: 1px;
2731
}
2732
.form-group-sm select.form-control {
2733
  height: 30px;
2734
  line-height: 30px;
2735
}
2736
.form-group-sm textarea.form-control,
2737
.form-group-sm select[multiple].form-control {
2738
  height: auto;
2739
}
2740
.form-group-sm .form-control-static {
2741
  height: 30px;
2742
  min-height: 30px;
2743
  padding: 6px 10px;
2744
  font-size: 12px;
2745
  line-height: 1.5;
2746
}
2747
.input-lg {
2748
  height: 45px;
2749
  padding: 10px 16px;
2750
  font-size: 17px;
2751
  line-height: 1.3333333;
2752
  border-radius: 3px;
2753
}
2754
select.input-lg {
2755
  height: 45px;
2756
  line-height: 45px;
2757
}
2758
textarea.input-lg,
2759
select[multiple].input-lg {
2760
  height: auto;
2761
}
2762
.form-group-lg .form-control {
2763
  height: 45px;
2764
  padding: 10px 16px;
2765
  font-size: 17px;
2766
  line-height: 1.3333333;
2767
  border-radius: 3px;
2768
}
2769
.form-group-lg select.form-control {
2770
  height: 45px;
2771
  line-height: 45px;
2772
}
2773
.form-group-lg textarea.form-control,
2774
.form-group-lg select[multiple].form-control {
2775
  height: auto;
2776
}
2777
.form-group-lg .form-control-static {
2778
  height: 45px;
2779
  min-height: 35px;
2780
  padding: 11px 16px;
2781
  font-size: 17px;
2782
  line-height: 1.3333333;
2783
}
2784
.has-feedback {
2785
  position: relative;
2786
}
2787
.has-feedback .form-control {
2788
  padding-right: 40px;
2789
}
2790
.form-control-feedback {
2791
  position: absolute;
2792
  top: 0;
2793
  right: 0;
2794
  z-index: 2;
2795
  display: block;
2796
  width: 32px;
2797
  height: 32px;
2798
  line-height: 32px;
2799
  text-align: center;
2800
  pointer-events: none;
2801
}
2802
.input-lg + .form-control-feedback,
2803
.input-group-lg + .form-control-feedback,
2804
.form-group-lg .form-control + .form-control-feedback {
2805
  width: 45px;
2806
  height: 45px;
2807
  line-height: 45px;
2808
}
2809
.input-sm + .form-control-feedback,
2810
.input-group-sm + .form-control-feedback,
2811
.form-group-sm .form-control + .form-control-feedback {
2812
  width: 30px;
2813
  height: 30px;
2814
  line-height: 30px;
2815
}
2816
.has-success .help-block,
2817
.has-success .control-label,
2818
.has-success .radio,
2819
.has-success .checkbox,
2820
.has-success .radio-inline,
2821
.has-success .checkbox-inline,
2822
.has-success.radio label,
2823
.has-success.checkbox label,
2824
.has-success.radio-inline label,
2825
.has-success.checkbox-inline label {
2826
  color: #3c763d;
2827
}
2828
.has-success .form-control {
2829
  border-color: #3c763d;
2830
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2831
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2832
}
2833
.has-success .form-control:focus {
2834
  border-color: #2b542c;
2835
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
2836
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
2837
}
2838
.has-success .input-group-addon {
2839
  color: #3c763d;
2840
  border-color: #3c763d;
2841
  background-color: #dff0d8;
2842
}
2843
.has-success .form-control-feedback {
2844
  color: #3c763d;
2845
}
2846
.has-warning .help-block,
2847
.has-warning .control-label,
2848
.has-warning .radio,
2849
.has-warning .checkbox,
2850
.has-warning .radio-inline,
2851
.has-warning .checkbox-inline,
2852
.has-warning.radio label,
2853
.has-warning.checkbox label,
2854
.has-warning.radio-inline label,
2855
.has-warning.checkbox-inline label {
2856
  color: #8a6d3b;
2857
}
2858
.has-warning .form-control {
2859
  border-color: #8a6d3b;
2860
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2861
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2862
}
2863
.has-warning .form-control:focus {
2864
  border-color: #66512c;
2865
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
2866
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
2867
}
2868
.has-warning .input-group-addon {
2869
  color: #8a6d3b;
2870
  border-color: #8a6d3b;
2871
  background-color: #fcf8e3;
2872
}
2873
.has-warning .form-control-feedback {
2874
  color: #8a6d3b;
2875
}
2876
.has-error .help-block,
2877
.has-error .control-label,
2878
.has-error .radio,
2879
.has-error .checkbox,
2880
.has-error .radio-inline,
2881
.has-error .checkbox-inline,
2882
.has-error.radio label,
2883
.has-error.checkbox label,
2884
.has-error.radio-inline label,
2885
.has-error.checkbox-inline label {
2886
  color: #a94442;
2887
}
2888
.has-error .form-control {
2889
  border-color: #a94442;
2890
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2891
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2892
}
2893
.has-error .form-control:focus {
2894
  border-color: #843534;
2895
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
2896
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
2897
}
2898
.has-error .input-group-addon {
2899
  color: #a94442;
2900
  border-color: #a94442;
2901
  background-color: #f2dede;
2902
}
2903
.has-error .form-control-feedback {
2904
  color: #a94442;
2905
}
2906
.has-feedback label ~ .form-control-feedback {
2907
  top: 23px;
2908
}
2909
.has-feedback label.sr-only ~ .form-control-feedback {
2910
  top: 0;
2911
}
2912
.help-block {
2913
  display: block;
2914
  margin-top: 5px;
2915
  margin-bottom: 10px;
2916
  color: #404040;
2917
}
2918
@media (min-width: 768px) {
2919
  .form-inline .form-group {
2920
    display: inline-block;
2921
    margin-bottom: 0;
2922
    vertical-align: middle;
2923
  }
2924
  .form-inline .form-control {
2925
    display: inline-block;
2926
    width: auto;
2927
    vertical-align: middle;
2928
  }
2929
  .form-inline .form-control-static {
2930
    display: inline-block;
2931
  }
2932
  .form-inline .input-group {
2933
    display: inline-table;
2934
    vertical-align: middle;
2935
  }
2936
  .form-inline .input-group .input-group-addon,
2937
  .form-inline .input-group .input-group-btn,
2938
  .form-inline .input-group .form-control {
2939
    width: auto;
2940
  }
2941
  .form-inline .input-group > .form-control {
2942
    width: 100%;
2943
  }
2944
  .form-inline .control-label {
2945
    margin-bottom: 0;
2946
    vertical-align: middle;
2947
  }
2948
  .form-inline .radio,
2949
  .form-inline .checkbox {
2950
    display: inline-block;
2951
    margin-top: 0;
2952
    margin-bottom: 0;
2953
    vertical-align: middle;
2954
  }
2955
  .form-inline .radio label,
2956
  .form-inline .checkbox label {
2957
    padding-left: 0;
2958
  }
2959
  .form-inline .radio input[type="radio"],
2960
  .form-inline .checkbox input[type="checkbox"] {
2961
    position: relative;
2962
    margin-left: 0;
2963
  }
2964
  .form-inline .has-feedback .form-control-feedback {
2965
    top: 0;
2966
  }
2967
}
2968
.form-horizontal .radio,
2969
.form-horizontal .checkbox,
2970
.form-horizontal .radio-inline,
2971
.form-horizontal .checkbox-inline {
2972
  margin-top: 0;
2973
  margin-bottom: 0;
2974
  padding-top: 7px;
2975
}
2976
.form-horizontal .radio,
2977
.form-horizontal .checkbox {
2978
  min-height: 25px;
2979
}
2980
.form-horizontal .form-group {
2981
  margin-left: 0px;
2982
  margin-right: 0px;
2983
}
2984
@media (min-width: 768px) {
2985
  .form-horizontal .control-label {
2986
    text-align: right;
2987
    margin-bottom: 0;
2988
    padding-top: 7px;
2989
  }
2990
}
2991
.form-horizontal .has-feedback .form-control-feedback {
2992
  right: 0px;
2993
}
2994
@media (min-width: 768px) {
2995
  .form-horizontal .form-group-lg .control-label {
2996
    padding-top: 11px;
2997
    font-size: 17px;
2998
  }
2999
}
3000
@media (min-width: 768px) {
3001
  .form-horizontal .form-group-sm .control-label {
3002
    padding-top: 6px;
3003
    font-size: 12px;
3004
  }
3005
}
3006
.btn {
3007
  display: inline-block;
3008
  margin-bottom: 0;
3009
  font-weight: normal;
3010
  text-align: center;
3011
  vertical-align: middle;
3012
  touch-action: manipulation;
3013
  cursor: pointer;
3014
  background-image: none;
3015
  border: 1px solid transparent;
3016
  white-space: nowrap;
3017
  padding: 6px 12px;
3018
  font-size: 13px;
3019
  line-height: 1.42857143;
3020
  border-radius: 2px;
3021
  -webkit-user-select: none;
3022
  -moz-user-select: none;
3023
  -ms-user-select: none;
3024
  user-select: none;
3025
}
3026
.btn:focus,
3027
.btn:active:focus,
3028
.btn.active:focus,
3029
.btn.focus,
3030
.btn:active.focus,
3031
.btn.active.focus {
3032
  outline: 5px auto -webkit-focus-ring-color;
3033
  outline-offset: -2px;
3034
}
3035
.btn:hover,
3036
.btn:focus,
3037
.btn.focus {
3038
  color: #333;
3039
  text-decoration: none;
3040
}
3041
.btn:active,
3042
.btn.active {
3043
  outline: 0;
3044
  background-image: none;
3045
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3046
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3047
}
3048
.btn.disabled,
3049
.btn[disabled],
3050
fieldset[disabled] .btn {
3051
  cursor: not-allowed;
3052
  opacity: 0.65;
3053
  filter: alpha(opacity=65);
3054
  -webkit-box-shadow: none;
3055
  box-shadow: none;
3056
}
3057
a.btn.disabled,
3058
fieldset[disabled] a.btn {
3059
  pointer-events: none;
3060
}
3061
.btn-default {
3062
  color: #333;
3063
  background-color: #fff;
3064
  border-color: #ccc;
3065
}
3066
.btn-default:focus,
3067
.btn-default.focus {
3068
  color: #333;
3069
  background-color: #e6e6e6;
3070
  border-color: #8c8c8c;
3071
}
3072
.btn-default:hover {
3073
  color: #333;
3074
  background-color: #e6e6e6;
3075
  border-color: #adadad;
3076
}
3077
.btn-default:active,
3078
.btn-default.active,
3079
.open > .dropdown-toggle.btn-default {
3080
  color: #333;
3081
  background-color: #e6e6e6;
3082
  border-color: #adadad;
3083
}
3084
.btn-default:active:hover,
3085
.btn-default.active:hover,
3086
.open > .dropdown-toggle.btn-default:hover,
3087
.btn-default:active:focus,
3088
.btn-default.active:focus,
3089
.open > .dropdown-toggle.btn-default:focus,
3090
.btn-default:active.focus,
3091
.btn-default.active.focus,
3092
.open > .dropdown-toggle.btn-default.focus {
3093
  color: #333;
3094
  background-color: #d4d4d4;
3095
  border-color: #8c8c8c;
3096
}
3097
.btn-default:active,
3098
.btn-default.active,
3099
.open > .dropdown-toggle.btn-default {
3100
  background-image: none;
3101
}
3102
.btn-default.disabled:hover,
3103
.btn-default[disabled]:hover,
3104
fieldset[disabled] .btn-default:hover,
3105
.btn-default.disabled:focus,
3106
.btn-default[disabled]:focus,
3107
fieldset[disabled] .btn-default:focus,
3108
.btn-default.disabled.focus,
3109
.btn-default[disabled].focus,
3110
fieldset[disabled] .btn-default.focus {
3111
  background-color: #fff;
3112
  border-color: #ccc;
3113
}
3114
.btn-default .badge {
3115
  color: #fff;
3116
  background-color: #333;
3117
}
3118
.btn-primary {
3119
  color: #fff;
3120
  background-color: #337ab7;
3121
  border-color: #2e6da4;
3122
}
3123
.btn-primary:focus,
3124
.btn-primary.focus {
3125
  color: #fff;
3126
  background-color: #286090;
3127
  border-color: #122b40;
3128
}
3129
.btn-primary:hover {
3130
  color: #fff;
3131
  background-color: #286090;
3132
  border-color: #204d74;
3133
}
3134
.btn-primary:active,
3135
.btn-primary.active,
3136
.open > .dropdown-toggle.btn-primary {
3137
  color: #fff;
3138
  background-color: #286090;
3139
  border-color: #204d74;
3140
}
3141
.btn-primary:active:hover,
3142
.btn-primary.active:hover,
3143
.open > .dropdown-toggle.btn-primary:hover,
3144
.btn-primary:active:focus,
3145
.btn-primary.active:focus,
3146
.open > .dropdown-toggle.btn-primary:focus,
3147
.btn-primary:active.focus,
3148
.btn-primary.active.focus,
3149
.open > .dropdown-toggle.btn-primary.focus {
3150
  color: #fff;
3151
  background-color: #204d74;
3152
  border-color: #122b40;
3153
}
3154
.btn-primary:active,
3155
.btn-primary.active,
3156
.open > .dropdown-toggle.btn-primary {
3157
  background-image: none;
3158
}
3159
.btn-primary.disabled:hover,
3160
.btn-primary[disabled]:hover,
3161
fieldset[disabled] .btn-primary:hover,
3162
.btn-primary.disabled:focus,
3163
.btn-primary[disabled]:focus,
3164
fieldset[disabled] .btn-primary:focus,
3165
.btn-primary.disabled.focus,
3166
.btn-primary[disabled].focus,
3167
fieldset[disabled] .btn-primary.focus {
3168
  background-color: #337ab7;
3169
  border-color: #2e6da4;
3170
}
3171
.btn-primary .badge {
3172
  color: #337ab7;
3173
  background-color: #fff;
3174
}
3175
.btn-success {
3176
  color: #fff;
3177
  background-color: #5cb85c;
3178
  border-color: #4cae4c;
3179
}
3180
.btn-success:focus,
3181
.btn-success.focus {
3182
  color: #fff;
3183
  background-color: #449d44;
3184
  border-color: #255625;
3185
}
3186
.btn-success:hover {
3187
  color: #fff;
3188
  background-color: #449d44;
3189
  border-color: #398439;
3190
}
3191
.btn-success:active,
3192
.btn-success.active,
3193
.open > .dropdown-toggle.btn-success {
3194
  color: #fff;
3195
  background-color: #449d44;
3196
  border-color: #398439;
3197
}
3198
.btn-success:active:hover,
3199
.btn-success.active:hover,
3200
.open > .dropdown-toggle.btn-success:hover,
3201
.btn-success:active:focus,
3202
.btn-success.active:focus,
3203
.open > .dropdown-toggle.btn-success:focus,
3204
.btn-success:active.focus,
3205
.btn-success.active.focus,
3206
.open > .dropdown-toggle.btn-success.focus {
3207
  color: #fff;
3208
  background-color: #398439;
3209
  border-color: #255625;
3210
}
3211
.btn-success:active,
3212
.btn-success.active,
3213
.open > .dropdown-toggle.btn-success {
3214
  background-image: none;
3215
}
3216
.btn-success.disabled:hover,
3217
.btn-success[disabled]:hover,
3218
fieldset[disabled] .btn-success:hover,
3219
.btn-success.disabled:focus,
3220
.btn-success[disabled]:focus,
3221
fieldset[disabled] .btn-success:focus,
3222
.btn-success.disabled.focus,
3223
.btn-success[disabled].focus,
3224
fieldset[disabled] .btn-success.focus {
3225
  background-color: #5cb85c;
3226
  border-color: #4cae4c;
3227
}
3228
.btn-success .badge {
3229
  color: #5cb85c;
3230
  background-color: #fff;
3231
}
3232
.btn-info {
3233
  color: #fff;
3234
  background-color: #5bc0de;
3235
  border-color: #46b8da;
3236
}
3237
.btn-info:focus,
3238
.btn-info.focus {
3239
  color: #fff;
3240
  background-color: #31b0d5;
3241
  border-color: #1b6d85;
3242
}
3243
.btn-info:hover {
3244
  color: #fff;
3245
  background-color: #31b0d5;
3246
  border-color: #269abc;
3247
}
3248
.btn-info:active,
3249
.btn-info.active,
3250
.open > .dropdown-toggle.btn-info {
3251
  color: #fff;
3252
  background-color: #31b0d5;
3253
  border-color: #269abc;
3254
}
3255
.btn-info:active:hover,
3256
.btn-info.active:hover,
3257
.open > .dropdown-toggle.btn-info:hover,
3258
.btn-info:active:focus,
3259
.btn-info.active:focus,
3260
.open > .dropdown-toggle.btn-info:focus,
3261
.btn-info:active.focus,
3262
.btn-info.active.focus,
3263
.open > .dropdown-toggle.btn-info.focus {
3264
  color: #fff;
3265
  background-color: #269abc;
3266
  border-color: #1b6d85;
3267
}
3268
.btn-info:active,
3269
.btn-info.active,
3270
.open > .dropdown-toggle.btn-info {
3271
  background-image: none;
3272
}
3273
.btn-info.disabled:hover,
3274
.btn-info[disabled]:hover,
3275
fieldset[disabled] .btn-info:hover,
3276
.btn-info.disabled:focus,
3277
.btn-info[disabled]:focus,
3278
fieldset[disabled] .btn-info:focus,
3279
.btn-info.disabled.focus,
3280
.btn-info[disabled].focus,
3281
fieldset[disabled] .btn-info.focus {
3282
  background-color: #5bc0de;
3283
  border-color: #46b8da;
3284
}
3285
.btn-info .badge {
3286
  color: #5bc0de;
3287
  background-color: #fff;
3288
}
3289
.btn-warning {
3290
  color: #fff;
3291
  background-color: #f0ad4e;
3292
  border-color: #eea236;
3293
}
3294
.btn-warning:focus,
3295
.btn-warning.focus {
3296
  color: #fff;
3297
  background-color: #ec971f;
3298
  border-color: #985f0d;
3299
}
3300
.btn-warning:hover {
3301
  color: #fff;
3302
  background-color: #ec971f;
3303
  border-color: #d58512;
3304
}
3305
.btn-warning:active,
3306
.btn-warning.active,
3307
.open > .dropdown-toggle.btn-warning {
3308
  color: #fff;
3309
  background-color: #ec971f;
3310
  border-color: #d58512;
3311
}
3312
.btn-warning:active:hover,
3313
.btn-warning.active:hover,
3314
.open > .dropdown-toggle.btn-warning:hover,
3315
.btn-warning:active:focus,
3316
.btn-warning.active:focus,
3317
.open > .dropdown-toggle.btn-warning:focus,
3318
.btn-warning:active.focus,
3319
.btn-warning.active.focus,
3320
.open > .dropdown-toggle.btn-warning.focus {
3321
  color: #fff;
3322
  background-color: #d58512;
3323
  border-color: #985f0d;
3324
}
3325
.btn-warning:active,
3326
.btn-warning.active,
3327
.open > .dropdown-toggle.btn-warning {
3328
  background-image: none;
3329
}
3330
.btn-warning.disabled:hover,
3331
.btn-warning[disabled]:hover,
3332
fieldset[disabled] .btn-warning:hover,
3333
.btn-warning.disabled:focus,
3334
.btn-warning[disabled]:focus,
3335
fieldset[disabled] .btn-warning:focus,
3336
.btn-warning.disabled.focus,
3337
.btn-warning[disabled].focus,
3338
fieldset[disabled] .btn-warning.focus {
3339
  background-color: #f0ad4e;
3340
  border-color: #eea236;
3341
}
3342
.btn-warning .badge {
3343
  color: #f0ad4e;
3344
  background-color: #fff;
3345
}
3346
.btn-danger {
3347
  color: #fff;
3348
  background-color: #d9534f;
3349
  border-color: #d43f3a;
3350
}
3351
.btn-danger:focus,
3352
.btn-danger.focus {
3353
  color: #fff;
3354
  background-color: #c9302c;
3355
  border-color: #761c19;
3356
}
3357
.btn-danger:hover {
3358
  color: #fff;
3359
  background-color: #c9302c;
3360
  border-color: #ac2925;
3361
}
3362
.btn-danger:active,
3363
.btn-danger.active,
3364
.open > .dropdown-toggle.btn-danger {
3365
  color: #fff;
3366
  background-color: #c9302c;
3367
  border-color: #ac2925;
3368
}
3369
.btn-danger:active:hover,
3370
.btn-danger.active:hover,
3371
.open > .dropdown-toggle.btn-danger:hover,
3372
.btn-danger:active:focus,
3373
.btn-danger.active:focus,
3374
.open > .dropdown-toggle.btn-danger:focus,
3375
.btn-danger:active.focus,
3376
.btn-danger.active.focus,
3377
.open > .dropdown-toggle.btn-danger.focus {
3378
  color: #fff;
3379
  background-color: #ac2925;
3380
  border-color: #761c19;
3381
}
3382
.btn-danger:active,
3383
.btn-danger.active,
3384
.open > .dropdown-toggle.btn-danger {
3385
  background-image: none;
3386
}
3387
.btn-danger.disabled:hover,
3388
.btn-danger[disabled]:hover,
3389
fieldset[disabled] .btn-danger:hover,
3390
.btn-danger.disabled:focus,
3391
.btn-danger[disabled]:focus,
3392
fieldset[disabled] .btn-danger:focus,
3393
.btn-danger.disabled.focus,
3394
.btn-danger[disabled].focus,
3395
fieldset[disabled] .btn-danger.focus {
3396
  background-color: #d9534f;
3397
  border-color: #d43f3a;
3398
}
3399
.btn-danger .badge {
3400
  color: #d9534f;
3401
  background-color: #fff;
3402
}
3403
.btn-link {
3404
  color: #337ab7;
3405
  font-weight: normal;
3406
  border-radius: 0;
3407
}
3408
.btn-link,
3409
.btn-link:active,
3410
.btn-link.active,
3411
.btn-link[disabled],
3412
fieldset[disabled] .btn-link {
3413
  background-color: transparent;
3414
  -webkit-box-shadow: none;
3415
  box-shadow: none;
3416
}
3417
.btn-link,
3418
.btn-link:hover,
3419
.btn-link:focus,
3420
.btn-link:active {
3421
  border-color: transparent;
3422
}
3423
.btn-link:hover,
3424
.btn-link:focus {
3425
  color: #23527c;
3426
  text-decoration: underline;
3427
  background-color: transparent;
3428
}
3429
.btn-link[disabled]:hover,
3430
fieldset[disabled] .btn-link:hover,
3431
.btn-link[disabled]:focus,
3432
fieldset[disabled] .btn-link:focus {
3433
  color: #777777;
3434
  text-decoration: none;
3435
}
3436
.btn-lg,
3437
.btn-group-lg > .btn {
3438
  padding: 10px 16px;
3439
  font-size: 17px;
3440
  line-height: 1.3333333;
3441
  border-radius: 3px;
3442
}
3443
.btn-sm,
3444
.btn-group-sm > .btn {
3445
  padding: 5px 10px;
3446
  font-size: 12px;
3447
  line-height: 1.5;
3448
  border-radius: 1px;
3449
}
3450
.btn-xs,
3451
.btn-group-xs > .btn {
3452
  padding: 1px 5px;
3453
  font-size: 12px;
3454
  line-height: 1.5;
3455
  border-radius: 1px;
3456
}
3457
.btn-block {
3458
  display: block;
3459
  width: 100%;
3460
}
3461
.btn-block + .btn-block {
3462
  margin-top: 5px;
3463
}
3464
input[type="submit"].btn-block,
3465
input[type="reset"].btn-block,
3466
input[type="button"].btn-block {
3467
  width: 100%;
3468
}
3469
.fade {
3470
  opacity: 0;
3471
  -webkit-transition: opacity 0.15s linear;
3472
  -o-transition: opacity 0.15s linear;
3473
  transition: opacity 0.15s linear;
3474
}
3475
.fade.in {
3476
  opacity: 1;
3477
}
3478
.collapse {
3479
  display: none;
3480
}
3481
.collapse.in {
3482
  display: block;
3483
}
3484
tr.collapse.in {
3485
  display: table-row;
3486
}
3487
tbody.collapse.in {
3488
  display: table-row-group;
3489
}
3490
.collapsing {
3491
  position: relative;
3492
  height: 0;
3493
  overflow: hidden;
3494
  -webkit-transition-property: height, visibility;
3495
  transition-property: height, visibility;
3496
  -webkit-transition-duration: 0.35s;
3497
  transition-duration: 0.35s;
3498
  -webkit-transition-timing-function: ease;
3499
  transition-timing-function: ease;
3500
}
3501
.caret {
3502
  display: inline-block;
3503
  width: 0;
3504
  height: 0;
3505
  margin-left: 2px;
3506
  vertical-align: middle;
3507
  border-top: 4px dashed;
3508
  border-top: 4px solid \9;
3509
  border-right: 4px solid transparent;
3510
  border-left: 4px solid transparent;
3511
}
3512
.dropup,
3513
.dropdown {
3514
  position: relative;
3515
}
3516
.dropdown-toggle:focus {
3517
  outline: 0;
3518
}
3519
.dropdown-menu {
3520
  position: absolute;
3521
  top: 100%;
3522
  left: 0;
3523
  z-index: 1000;
3524
  display: none;
3525
  float: left;
3526
  min-width: 160px;
3527
  padding: 5px 0;
3528
  margin: 2px 0 0;
3529
  list-style: none;
3530
  font-size: 13px;
3531
  text-align: left;
3532
  background-color: #fff;
3533
  border: 1px solid #ccc;
3534
  border: 1px solid rgba(0, 0, 0, 0.15);
3535
  border-radius: 2px;
3536
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3537
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3538
  background-clip: padding-box;
3539
}
3540
.dropdown-menu.pull-right {
3541
  right: 0;
3542
  left: auto;
3543
}
3544
.dropdown-menu .divider {
3545
  height: 1px;
3546
  margin: 8px 0;
3547
  overflow: hidden;
3548
  background-color: #e5e5e5;
3549
}
3550
.dropdown-menu > li > a {
3551
  display: block;
3552
  padding: 3px 20px;
3553
  clear: both;
3554
  font-weight: normal;
3555
  line-height: 1.42857143;
3556
  color: #333333;
3557
  white-space: nowrap;
3558
}
3559
.dropdown-menu > li > a:hover,
3560
.dropdown-menu > li > a:focus {
3561
  text-decoration: none;
3562
  color: #262626;
3563
  background-color: #f5f5f5;
3564
}
3565
.dropdown-menu > .active > a,
3566
.dropdown-menu > .active > a:hover,
3567
.dropdown-menu > .active > a:focus {
3568
  color: #fff;
3569
  text-decoration: none;
3570
  outline: 0;
3571
  background-color: #337ab7;
3572
}
3573
.dropdown-menu > .disabled > a,
3574
.dropdown-menu > .disabled > a:hover,
3575
.dropdown-menu > .disabled > a:focus {
3576
  color: #777777;
3577
}
3578
.dropdown-menu > .disabled > a:hover,
3579
.dropdown-menu > .disabled > a:focus {
3580
  text-decoration: none;
3581
  background-color: transparent;
3582
  background-image: none;
3583
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3584
  cursor: not-allowed;
3585
}
3586
.open > .dropdown-menu {
3587
  display: block;
3588
}
3589
.open > a {
3590
  outline: 0;
3591
}
3592
.dropdown-menu-right {
3593
  left: auto;
3594
  right: 0;
3595
}
3596
.dropdown-menu-left {
3597
  left: 0;
3598
  right: auto;
3599
}
3600
.dropdown-header {
3601
  display: block;
3602
  padding: 3px 20px;
3603
  font-size: 12px;
3604
  line-height: 1.42857143;
3605
  color: #777777;
3606
  white-space: nowrap;
3607
}
3608
.dropdown-backdrop {
3609
  position: fixed;
3610
  left: 0;
3611
  right: 0;
3612
  bottom: 0;
3613
  top: 0;
3614
  z-index: 990;
3615
}
3616
.pull-right > .dropdown-menu {
3617
  right: 0;
3618
  left: auto;
3619
}
3620
.dropup .caret,
3621
.navbar-fixed-bottom .dropdown .caret {
3622
  border-top: 0;
3623
  border-bottom: 4px dashed;
3624
  border-bottom: 4px solid \9;
3625
  content: "";
3626
}
3627
.dropup .dropdown-menu,
3628
.navbar-fixed-bottom .dropdown .dropdown-menu {
3629
  top: auto;
3630
  bottom: 100%;
3631
  margin-bottom: 2px;
3632
}
3633
@media (min-width: 541px) {
3634
  .navbar-right .dropdown-menu {
3635
    left: auto;
3636
    right: 0;
3637
  }
3638
  .navbar-right .dropdown-menu-left {
3639
    left: 0;
3640
    right: auto;
3641
  }
3642
}
3643
.btn-group,
3644
.btn-group-vertical {
3645
  position: relative;
3646
  display: inline-block;
3647
  vertical-align: middle;
3648
}
3649
.btn-group > .btn,
3650
.btn-group-vertical > .btn {
3651
  position: relative;
3652
  float: left;
3653
}
3654
.btn-group > .btn:hover,
3655
.btn-group-vertical > .btn:hover,
3656
.btn-group > .btn:focus,
3657
.btn-group-vertical > .btn:focus,
3658
.btn-group > .btn:active,
3659
.btn-group-vertical > .btn:active,
3660
.btn-group > .btn.active,
3661
.btn-group-vertical > .btn.active {
3662
  z-index: 2;
3663
}
3664
.btn-group .btn + .btn,
3665
.btn-group .btn + .btn-group,
3666
.btn-group .btn-group + .btn,
3667
.btn-group .btn-group + .btn-group {
3668
  margin-left: -1px;
3669
}
3670
.btn-toolbar {
3671
  margin-left: -5px;
3672
}
3673
.btn-toolbar .btn,
3674
.btn-toolbar .btn-group,
3675
.btn-toolbar .input-group {
3676
  float: left;
3677
}
3678
.btn-toolbar > .btn,
3679
.btn-toolbar > .btn-group,
3680
.btn-toolbar > .input-group {
3681
  margin-left: 5px;
3682
}
3683
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
3684
  border-radius: 0;
3685
}
3686
.btn-group > .btn:first-child {
3687
  margin-left: 0;
3688
}
3689
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
3690
  border-bottom-right-radius: 0;
3691
  border-top-right-radius: 0;
3692
}
3693
.btn-group > .btn:last-child:not(:first-child),
3694
.btn-group > .dropdown-toggle:not(:first-child) {
3695
  border-bottom-left-radius: 0;
3696
  border-top-left-radius: 0;
3697
}
3698
.btn-group > .btn-group {
3699
  float: left;
3700
}
3701
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
3702
  border-radius: 0;
3703
}
3704
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
3705
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3706
  border-bottom-right-radius: 0;
3707
  border-top-right-radius: 0;
3708
}
3709
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
3710
  border-bottom-left-radius: 0;
3711
  border-top-left-radius: 0;
3712
}
3713
.btn-group .dropdown-toggle:active,
3714
.btn-group.open .dropdown-toggle {
3715
  outline: 0;
3716
}
3717
.btn-group > .btn + .dropdown-toggle {
3718
  padding-left: 8px;
3719
  padding-right: 8px;
3720
}
3721
.btn-group > .btn-lg + .dropdown-toggle {
3722
  padding-left: 12px;
3723
  padding-right: 12px;
3724
}
3725
.btn-group.open .dropdown-toggle {
3726
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3727
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3728
}
3729
.btn-group.open .dropdown-toggle.btn-link {
3730
  -webkit-box-shadow: none;
3731
  box-shadow: none;
3732
}
3733
.btn .caret {
3734
  margin-left: 0;
3735
}
3736
.btn-lg .caret {
3737
  border-width: 5px 5px 0;
3738
  border-bottom-width: 0;
3739
}
3740
.dropup .btn-lg .caret {
3741
  border-width: 0 5px 5px;
3742
}
3743
.btn-group-vertical > .btn,
3744
.btn-group-vertical > .btn-group,
3745
.btn-group-vertical > .btn-group > .btn {
3746
  display: block;
3747
  float: none;
3748
  width: 100%;
3749
  max-width: 100%;
3750
}
3751
.btn-group-vertical > .btn-group > .btn {
3752
  float: none;
3753
}
3754
.btn-group-vertical > .btn + .btn,
3755
.btn-group-vertical > .btn + .btn-group,
3756
.btn-group-vertical > .btn-group + .btn,
3757
.btn-group-vertical > .btn-group + .btn-group {
3758
  margin-top: -1px;
3759
  margin-left: 0;
3760
}
3761
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
3762
  border-radius: 0;
3763
}
3764
.btn-group-vertical > .btn:first-child:not(:last-child) {
3765
  border-top-right-radius: 2px;
3766
  border-top-left-radius: 2px;
3767
  border-bottom-right-radius: 0;
3768
  border-bottom-left-radius: 0;
3769
}
3770
.btn-group-vertical > .btn:last-child:not(:first-child) {
3771
  border-top-right-radius: 0;
3772
  border-top-left-radius: 0;
3773
  border-bottom-right-radius: 2px;
3774
  border-bottom-left-radius: 2px;
3775
}
3776
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
3777
  border-radius: 0;
3778
}
3779
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
3780
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3781
  border-bottom-right-radius: 0;
3782
  border-bottom-left-radius: 0;
3783
}
3784
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
3785
  border-top-right-radius: 0;
3786
  border-top-left-radius: 0;
3787
}
3788
.btn-group-justified {
3789
  display: table;
3790
  width: 100%;
3791
  table-layout: fixed;
3792
  border-collapse: separate;
3793
}
3794
.btn-group-justified > .btn,
3795
.btn-group-justified > .btn-group {
3796
  float: none;
3797
  display: table-cell;
3798
  width: 1%;
3799
}
3800
.btn-group-justified > .btn-group .btn {
3801
  width: 100%;
3802
}
3803
.btn-group-justified > .btn-group .dropdown-menu {
3804
  left: auto;
3805
}
3806
[data-toggle="buttons"] > .btn input[type="radio"],
3807
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
3808
[data-toggle="buttons"] > .btn input[type="checkbox"],
3809
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
3810
  position: absolute;
3811
  clip: rect(0, 0, 0, 0);
3812
  pointer-events: none;
3813
}
3814
.input-group {
3815
  position: relative;
3816
  display: table;
3817
  border-collapse: separate;
3818
}
3819
.input-group[class*="col-"] {
3820
  float: none;
3821
  padding-left: 0;
3822
  padding-right: 0;
3823
}
3824
.input-group .form-control {
3825
  position: relative;
3826
  z-index: 2;
3827
  float: left;
3828
  width: 100%;
3829
  margin-bottom: 0;
3830
}
3831
.input-group .form-control:focus {
3832
  z-index: 3;
3833
}
3834
.input-group-lg > .form-control,
3835
.input-group-lg > .input-group-addon,
3836
.input-group-lg > .input-group-btn > .btn {
3837
  height: 45px;
3838
  padding: 10px 16px;
3839
  font-size: 17px;
3840
  line-height: 1.3333333;
3841
  border-radius: 3px;
3842
}
3843
select.input-group-lg > .form-control,
3844
select.input-group-lg > .input-group-addon,
3845
select.input-group-lg > .input-group-btn > .btn {
3846
  height: 45px;
3847
  line-height: 45px;
3848
}
3849
textarea.input-group-lg > .form-control,
3850
textarea.input-group-lg > .input-group-addon,
3851
textarea.input-group-lg > .input-group-btn > .btn,
3852
select[multiple].input-group-lg > .form-control,
3853
select[multiple].input-group-lg > .input-group-addon,
3854
select[multiple].input-group-lg > .input-group-btn > .btn {
3855
  height: auto;
3856
}
3857
.input-group-sm > .form-control,
3858
.input-group-sm > .input-group-addon,
3859
.input-group-sm > .input-group-btn > .btn {
3860
  height: 30px;
3861
  padding: 5px 10px;
3862
  font-size: 12px;
3863
  line-height: 1.5;
3864
  border-radius: 1px;
3865
}
3866
select.input-group-sm > .form-control,
3867
select.input-group-sm > .input-group-addon,
3868
select.input-group-sm > .input-group-btn > .btn {
3869
  height: 30px;
3870
  line-height: 30px;
3871
}
3872
textarea.input-group-sm > .form-control,
3873
textarea.input-group-sm > .input-group-addon,
3874
textarea.input-group-sm > .input-group-btn > .btn,
3875
select[multiple].input-group-sm > .form-control,
3876
select[multiple].input-group-sm > .input-group-addon,
3877
select[multiple].input-group-sm > .input-group-btn > .btn {
3878
  height: auto;
3879
}
3880
.input-group-addon,
3881
.input-group-btn,
3882
.input-group .form-control {
3883
  display: table-cell;
3884
}
3885
.input-group-addon:not(:first-child):not(:last-child),
3886
.input-group-btn:not(:first-child):not(:last-child),
3887
.input-group .form-control:not(:first-child):not(:last-child) {
3888
  border-radius: 0;
3889
}
3890
.input-group-addon,
3891
.input-group-btn {
3892
  width: 1%;
3893
  white-space: nowrap;
3894
  vertical-align: middle;
3895
}
3896
.input-group-addon {
3897
  padding: 6px 12px;
3898
  font-size: 13px;
3899
  font-weight: normal;
3900
  line-height: 1;
3901
  color: #555555;
3902
  text-align: center;
3903
  background-color: #eeeeee;
3904
  border: 1px solid #ccc;
3905
  border-radius: 2px;
3906
}
3907
.input-group-addon.input-sm {
3908
  padding: 5px 10px;
3909
  font-size: 12px;
3910
  border-radius: 1px;
3911
}
3912
.input-group-addon.input-lg {
3913
  padding: 10px 16px;
3914
  font-size: 17px;
3915
  border-radius: 3px;
3916
}
3917
.input-group-addon input[type="radio"],
3918
.input-group-addon input[type="checkbox"] {
3919
  margin-top: 0;
3920
}
3921
.input-group .form-control:first-child,
3922
.input-group-addon:first-child,
3923
.input-group-btn:first-child > .btn,
3924
.input-group-btn:first-child > .btn-group > .btn,
3925
.input-group-btn:first-child > .dropdown-toggle,
3926
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
3927
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
3928
  border-bottom-right-radius: 0;
3929
  border-top-right-radius: 0;
3930
}
3931
.input-group-addon:first-child {
3932
  border-right: 0;
3933
}
3934
.input-group .form-control:last-child,
3935
.input-group-addon:last-child,
3936
.input-group-btn:last-child > .btn,
3937
.input-group-btn:last-child > .btn-group > .btn,
3938
.input-group-btn:last-child > .dropdown-toggle,
3939
.input-group-btn:first-child > .btn:not(:first-child),
3940
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
3941
  border-bottom-left-radius: 0;
3942
  border-top-left-radius: 0;
3943
}
3944
.input-group-addon:last-child {
3945
  border-left: 0;
3946
}
3947
.input-group-btn {
3948
  position: relative;
3949
  font-size: 0;
3950
  white-space: nowrap;
3951
}
3952
.input-group-btn > .btn {
3953
  position: relative;
3954
}
3955
.input-group-btn > .btn + .btn {
3956
  margin-left: -1px;
3957
}
3958
.input-group-btn > .btn:hover,
3959
.input-group-btn > .btn:focus,
3960
.input-group-btn > .btn:active {
3961
  z-index: 2;
3962
}
3963
.input-group-btn:first-child > .btn,
3964
.input-group-btn:first-child > .btn-group {
3965
  margin-right: -1px;
3966
}
3967
.input-group-btn:last-child > .btn,
3968
.input-group-btn:last-child > .btn-group {
3969
  z-index: 2;
3970
  margin-left: -1px;
3971
}
3972
.nav {
3973
  margin-bottom: 0;
3974
  padding-left: 0;
3975
  list-style: none;
3976
}
3977
.nav > li {
3978
  position: relative;
3979
  display: block;
3980
}
3981
.nav > li > a {
3982
  position: relative;
3983
  display: block;
3984
  padding: 10px 15px;
3985
}
3986
.nav > li > a:hover,
3987
.nav > li > a:focus {
3988
  text-decoration: none;
3989
  background-color: #eeeeee;
3990
}
3991
.nav > li.disabled > a {
3992
  color: #777777;
3993
}
3994
.nav > li.disabled > a:hover,
3995
.nav > li.disabled > a:focus {
3996
  color: #777777;
3997
  text-decoration: none;
3998
  background-color: transparent;
3999
  cursor: not-allowed;
4000
}
4001
.nav .open > a,
4002
.nav .open > a:hover,
4003
.nav .open > a:focus {
4004
  background-color: #eeeeee;
4005
  border-color: #337ab7;
4006
}
4007
.nav .nav-divider {
4008
  height: 1px;
4009
  margin: 8px 0;
4010
  overflow: hidden;
4011
  background-color: #e5e5e5;
4012
}
4013
.nav > li > a > img {
4014
  max-width: none;
4015
}
4016
.nav-tabs {
4017
  border-bottom: 1px solid #ddd;
4018
}
4019
.nav-tabs > li {
4020
  float: left;
4021
  margin-bottom: -1px;
4022
}
4023
.nav-tabs > li > a {
4024
  margin-right: 2px;
4025
  line-height: 1.42857143;
4026
  border: 1px solid transparent;
4027
  border-radius: 2px 2px 0 0;
4028
}
4029
.nav-tabs > li > a:hover {
4030
  border-color: #eeeeee #eeeeee #ddd;
4031
}
4032
.nav-tabs > li.active > a,
4033
.nav-tabs > li.active > a:hover,
4034
.nav-tabs > li.active > a:focus {
4035
  color: #555555;
4036
  background-color: #fff;
4037
  border: 1px solid #ddd;
4038
  border-bottom-color: transparent;
4039
  cursor: default;
4040
}
4041
.nav-tabs.nav-justified {
4042
  width: 100%;
4043
  border-bottom: 0;
4044
}
4045
.nav-tabs.nav-justified > li {
4046
  float: none;
4047
}
4048
.nav-tabs.nav-justified > li > a {
4049
  text-align: center;
4050
  margin-bottom: 5px;
4051
}
4052
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
4053
  top: auto;
4054
  left: auto;
4055
}
4056
@media (min-width: 768px) {
4057
  .nav-tabs.nav-justified > li {
4058
    display: table-cell;
4059
    width: 1%;
4060
  }
4061
  .nav-tabs.nav-justified > li > a {
4062
    margin-bottom: 0;
4063
  }
4064
}
4065
.nav-tabs.nav-justified > li > a {
4066
  margin-right: 0;
4067
  border-radius: 2px;
4068
}
4069
.nav-tabs.nav-justified > .active > a,
4070
.nav-tabs.nav-justified > .active > a:hover,
4071
.nav-tabs.nav-justified > .active > a:focus {
4072
  border: 1px solid #ddd;
4073
}
4074
@media (min-width: 768px) {
4075
  .nav-tabs.nav-justified > li > a {
4076
    border-bottom: 1px solid #ddd;
4077
    border-radius: 2px 2px 0 0;
4078
  }
4079
  .nav-tabs.nav-justified > .active > a,
4080
  .nav-tabs.nav-justified > .active > a:hover,
4081
  .nav-tabs.nav-justified > .active > a:focus {
4082
    border-bottom-color: #fff;
4083
  }
4084
}
4085
.nav-pills > li {
4086
  float: left;
4087
}
4088
.nav-pills > li > a {
4089
  border-radius: 2px;
4090
}
4091
.nav-pills > li + li {
4092
  margin-left: 2px;
4093
}
4094
.nav-pills > li.active > a,
4095
.nav-pills > li.active > a:hover,
4096
.nav-pills > li.active > a:focus {
4097
  color: #fff;
4098
  background-color: #337ab7;
4099
}
4100
.nav-stacked > li {
4101
  float: none;
4102
}
4103
.nav-stacked > li + li {
4104
  margin-top: 2px;
4105
  margin-left: 0;
4106
}
4107
.nav-justified {
4108
  width: 100%;
4109
}
4110
.nav-justified > li {
4111
  float: none;
4112
}
4113
.nav-justified > li > a {
4114
  text-align: center;
4115
  margin-bottom: 5px;
4116
}
4117
.nav-justified > .dropdown .dropdown-menu {
4118
  top: auto;
4119
  left: auto;
4120
}
4121
@media (min-width: 768px) {
4122
  .nav-justified > li {
4123
    display: table-cell;
4124
    width: 1%;
4125
  }
4126
  .nav-justified > li > a {
4127
    margin-bottom: 0;
4128
  }
4129
}
4130
.nav-tabs-justified {
4131
  border-bottom: 0;
4132
}
4133
.nav-tabs-justified > li > a {
4134
  margin-right: 0;
4135
  border-radius: 2px;
4136
}
4137
.nav-tabs-justified > .active > a,
4138
.nav-tabs-justified > .active > a:hover,
4139
.nav-tabs-justified > .active > a:focus {
4140
  border: 1px solid #ddd;
4141
}
4142
@media (min-width: 768px) {
4143
  .nav-tabs-justified > li > a {
4144
    border-bottom: 1px solid #ddd;
4145
    border-radius: 2px 2px 0 0;
4146
  }
4147
  .nav-tabs-justified > .active > a,
4148
  .nav-tabs-justified > .active > a:hover,
4149
  .nav-tabs-justified > .active > a:focus {
4150
    border-bottom-color: #fff;
4151
  }
4152
}
4153
.tab-content > .tab-pane {
4154
  display: none;
4155
}
4156
.tab-content > .active {
4157
  display: block;
4158
}
4159
.nav-tabs .dropdown-menu {
4160
  margin-top: -1px;
4161
  border-top-right-radius: 0;
4162
  border-top-left-radius: 0;
4163
}
4164
.navbar {
4165
  position: relative;
4166
  min-height: 30px;
4167
  margin-bottom: 18px;
4168
  border: 1px solid