hw6_Segodin.html

Student HSE, 09.12.2017 17:43

Download (455 KB)

 
1
<!DOCTYPE html>
2
<html>
3
<head><meta charset="utf-8" />
4
<title>Untitled3</title><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
5
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
6

    
7
<style type="text/css">
8
    /*!
9
*
10
* Twitter Bootstrap
11
*
12
*/
13
/*!
14
 * Bootstrap v3.3.7 (http://getbootstrap.com)
15
 * Copyright 2011-2016 Twitter, Inc.
16
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
17
 */
18
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
19
html {
20
  font-family: sans-serif;
21
  -ms-text-size-adjust: 100%;
22
  -webkit-text-size-adjust: 100%;
23
}
24
body {
25
  margin: 0;
26
}
27
article,
28
aside,
29
details,
30
figcaption,
31
figure,
32
footer,
33
header,
34
hgroup,
35
main,
36
menu,
37
nav,
38
section,
39
summary {
40
  display: block;
41
}
42
audio,
43
canvas,
44
progress,
45
video {
46
  display: inline-block;
47
  vertical-align: baseline;
48
}
49
audio:not([controls]) {
50
  display: none;
51
  height: 0;
52
}
53
[hidden],
54
template {
55
  display: none;
56
}
57
a {
58
  background-color: transparent;
59
}
60
a:active,
61
a:hover {
62
  outline: 0;
63
}
64
abbr[title] {
65
  border-bottom: 1px dotted;
66
}
67
b,
68
strong {
69
  font-weight: bold;
70
}
71
dfn {
72
  font-style: italic;
73
}
74
h1 {
75
  font-size: 2em;
76
  margin: 0.67em 0;
77
}
78
mark {
79
  background: #ff0;
80
  color: #000;
81
}
82
small {
83
  font-size: 80%;
84
}
85
sub,
86
sup {
87
  font-size: 75%;
88
  line-height: 0;
89
  position: relative;
90
  vertical-align: baseline;
91
}
92
sup {
93
  top: -0.5em;
94
}
95
sub {
96
  bottom: -0.25em;
97
}
98
img {
99
  border: 0;
100
}
101
svg:not(:root) {
102
  overflow: hidden;
103
}
104
figure {
105
  margin: 1em 40px;
106
}
107
hr {
108
  box-sizing: content-box;
109
  height: 0;
110
}
111
pre {
112
  overflow: auto;
113
}
114
code,
115
kbd,
116
pre,
117
samp {
118
  font-family: monospace, monospace;
119
  font-size: 1em;
120
}
121
button,
122
input,
123
optgroup,
124
select,
125
textarea {
126
  color: inherit;
127
  font: inherit;
128
  margin: 0;
129
}
130
button {
131
  overflow: visible;
132
}
133
button,
134
select {
135
  text-transform: none;
136
}
137
button,
138
html input[type="button"],
139
input[type="reset"],
140
input[type="submit"] {
141
  -webkit-appearance: button;
142
  cursor: pointer;
143
}
144
button[disabled],
145
html input[disabled] {
146
  cursor: default;
147
}
148
button::-moz-focus-inner,
149
input::-moz-focus-inner {
150
  border: 0;
151
  padding: 0;
152
}
153
input {
154
  line-height: normal;
155
}
156
input[type="checkbox"],
157
input[type="radio"] {
158
  box-sizing: border-box;
159
  padding: 0;
160
}
161
input[type="number"]::-webkit-inner-spin-button,
162
input[type="number"]::-webkit-outer-spin-button {
163
  height: auto;
164
}
165
input[type="search"] {
166
  -webkit-appearance: textfield;
167
  box-sizing: content-box;
168
}
169
input[type="search"]::-webkit-search-cancel-button,
170
input[type="search"]::-webkit-search-decoration {
171
  -webkit-appearance: none;
172
}
173
fieldset {
174
  border: 1px solid #c0c0c0;
175
  margin: 0 2px;
176
  padding: 0.35em 0.625em 0.75em;
177
}
178
legend {
179
  border: 0;
180
  padding: 0;
181
}
182
textarea {
183
  overflow: auto;
184
}
185
optgroup {
186
  font-weight: bold;
187
}
188
table {
189
  border-collapse: collapse;
190
  border-spacing: 0;
191
}
192
td,
193
th {
194
  padding: 0;
195
}
196
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
197
@media print {
198
  *,
199
  *:before,
200
  *:after {
201
    background: transparent !important;
202
    color: #000 !important;
203
    box-shadow: none !important;
204
    text-shadow: none !important;
205
  }
206
  a,
207
  a:visited {
208
    text-decoration: underline;
209
  }
210
  a[href]:after {
211
    content: " (" attr(href) ")";
212
  }
213
  abbr[title]:after {
214
    content: " (" attr(title) ")";
215
  }
216
  a[href^="#"]:after,
217
  a[href^="javascript:"]:after {
218
    content: "";
219
  }
220
  pre,
221
  blockquote {
222
    border: 1px solid #999;
223
    page-break-inside: avoid;
224
  }
225
  thead {
226
    display: table-header-group;
227
  }
228
  tr,
229
  img {
230
    page-break-inside: avoid;
231
  }
232
  img {
233
    max-width: 100% !important;
234
  }
235
  p,
236
  h2,
237
  h3 {
238
    orphans: 3;
239
    widows: 3;
240
  }
241
  h2,
242
  h3 {
243
    page-break-after: avoid;
244
  }
245
  .navbar {
246
    display: none;
247
  }
248
  .btn > .caret,
249
  .dropup > .btn > .caret {
250
    border-top-color: #000 !important;
251
  }
252
  .label {
253
    border: 1px solid #000;
254
  }
255
  .table {
256
    border-collapse: collapse !important;
257
  }
258
  .table td,
259
  .table th {
260
    background-color: #fff !important;
261
  }
262
  .table-bordered th,
263
  .table-bordered td {
264
    border: 1px solid #ddd !important;
265
  }
266
}
267
@font-face {
268
  font-family: 'Glyphicons Halflings';
269
  src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot');
270
  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');
271
}
272
.glyphicon {
273
  position: relative;
274
  top: 1px;
275
  display: inline-block;
276
  font-family: 'Glyphicons Halflings';
277
  font-style: normal;
278
  font-weight: normal;
279
  line-height: 1;
280
  -webkit-font-smoothing: antialiased;
281
  -moz-osx-font-smoothing: grayscale;
282
}
283
.glyphicon-asterisk:before {
284
  content: "\002a";
285
}
286
.glyphicon-plus:before {
287
  content: "\002b";
288
}
289
.glyphicon-euro:before,
290
.glyphicon-eur:before {
291
  content: "\20ac";
292
}
293
.glyphicon-minus:before {
294
  content: "\2212";
295
}
296
.glyphicon-cloud:before {
297
  content: "\2601";
298
}
299
.glyphicon-envelope:before {
300
  content: "\2709";
301
}
302
.glyphicon-pencil:before {
303
  content: "\270f";
304
}
305
.glyphicon-glass:before {
306
  content: "\e001";
307
}
308
.glyphicon-music:before {
309
  content: "\e002";
310
}
311
.glyphicon-search:before {
312
  content: "\e003";
313
}
314
.glyphicon-heart:before {
315
  content: "\e005";
316
}
317
.glyphicon-star:before {
318
  content: "\e006";
319
}
320
.glyphicon-star-empty:before {
321
  content: "\e007";
322
}
323
.glyphicon-user:before {
324
  content: "\e008";
325
}
326
.glyphicon-film:before {
327
  content: "\e009";
328
}
329
.glyphicon-th-large:before {
330
  content: "\e010";
331
}
332
.glyphicon-th:before {
333
  content: "\e011";
334
}
335
.glyphicon-th-list:before {
336
  content: "\e012";
337
}
338
.glyphicon-ok:before {
339
  content: "\e013";
340
}
341
.glyphicon-remove:before {
342
  content: "\e014";
343
}
344
.glyphicon-zoom-in:before {
345
  content: "\e015";
346
}
347
.glyphicon-zoom-out:before {
348
  content: "\e016";
349
}
350
.glyphicon-off:before {
351
  content: "\e017";
352
}
353
.glyphicon-signal:before {
354
  content: "\e018";
355
}
356
.glyphicon-cog:before {
357
  content: "\e019";
358
}
359
.glyphicon-trash:before {
360
  content: "\e020";
361
}
362
.glyphicon-home:before {
363
  content: "\e021";
364
}
365
.glyphicon-file:before {
366
  content: "\e022";
367
}
368
.glyphicon-time:before {
369
  content: "\e023";
370
}
371
.glyphicon-road:before {
372
  content: "\e024";
373
}
374
.glyphicon-download-alt:before {
375
  content: "\e025";
376
}
377
.glyphicon-download:before {
378
  content: "\e026";
379
}
380
.glyphicon-upload:before {
381
  content: "\e027";
382
}
383
.glyphicon-inbox:before {
384
  content: "\e028";
385
}
386
.glyphicon-play-circle:before {
387
  content: "\e029";
388
}
389
.glyphicon-repeat:before {
390
  content: "\e030";
391
}
392
.glyphicon-refresh:before {
393
  content: "\e031";
394
}
395
.glyphicon-list-alt:before {
396
  content: "\e032";
397
}
398
.glyphicon-lock:before {
399
  content: "\e033";
400
}
401
.glyphicon-flag:before {
402
  content: "\e034";
403
}
404
.glyphicon-headphones:before {
405
  content: "\e035";
406
}
407
.glyphicon-volume-off:before {
408
  content: "\e036";
409
}
410
.glyphicon-volume-down:before {
411
  content: "\e037";
412
}
413
.glyphicon-volume-up:before {
414
  content: "\e038";
415
}
416
.glyphicon-qrcode:before {
417
  content: "\e039";
418
}
419
.glyphicon-barcode:before {
420
  content: "\e040";
421
}
422
.glyphicon-tag:before {
423
  content: "\e041";
424
}
425
.glyphicon-tags:before {
426
  content: "\e042";
427
}
428
.glyphicon-book:before {
429
  content: "\e043";
430
}
431
.glyphicon-bookmark:before {
432
  content: "\e044";
433
}
434
.glyphicon-print:before {
435
  content: "\e045";
436
}
437
.glyphicon-camera:before {
438
  content: "\e046";
439
}
440
.glyphicon-font:before {
441
  content: "\e047";
442
}
443
.glyphicon-bold:before {
444
  content: "\e048";
445
}
446
.glyphicon-italic:before {
447
  content: "\e049";
448
}
449
.glyphicon-text-height:before {
450
  content: "\e050";
451
}
452
.glyphicon-text-width:before {
453
  content: "\e051";
454
}
455
.glyphicon-align-left:before {
456
  content: "\e052";
457
}
458
.glyphicon-align-center:before {
459
  content: "\e053";
460
}
461
.glyphicon-align-right:before {
462
  content: "\e054";
463
}
464
.glyphicon-align-justify:before {
465
  content: "\e055";
466
}
467
.glyphicon-list:before {
468
  content: "\e056";
469
}
470
.glyphicon-indent-left:before {
471
  content: "\e057";
472
}
473
.glyphicon-indent-right:before {
474
  content: "\e058";
475
}
476
.glyphicon-facetime-video:before {
477
  content: "\e059";
478
}
479
.glyphicon-picture:before {
480
  content: "\e060";
481
}
482
.glyphicon-map-marker:before {
483
  content: "\e062";
484
}
485
.glyphicon-adjust:before {
486
  content: "\e063";
487
}
488
.glyphicon-tint:before {
489
  content: "\e064";
490
}
491
.glyphicon-edit:before {
492
  content: "\e065";
493
}
494
.glyphicon-share:before {
495
  content: "\e066";
496
}
497
.glyphicon-check:before {
498
  content: "\e067";
499
}
500
.glyphicon-move:before {
501
  content: "\e068";
502
}
503
.glyphicon-step-backward:before {
504
  content: "\e069";
505
}
506
.glyphicon-fast-backward:before {
507
  content: "\e070";
508
}
509
.glyphicon-backward:before {
510
  content: "\e071";
511
}
512
.glyphicon-play:before {
513
  content: "\e072";
514
}
515
.glyphicon-pause:before {
516
  content: "\e073";
517
}
518
.glyphicon-stop:before {
519
  content: "\e074";
520
}
521
.glyphicon-forward:before {
522
  content: "\e075";
523
}
524
.glyphicon-fast-forward:before {
525
  content: "\e076";
526
}
527
.glyphicon-step-forward:before {
528
  content: "\e077";
529
}
530
.glyphicon-eject:before {
531
  content: "\e078";
532
}
533
.glyphicon-chevron-left:before {
534
  content: "\e079";
535
}
536
.glyphicon-chevron-right:before {
537
  content: "\e080";
538
}
539
.glyphicon-plus-sign:before {
540
  content: "\e081";
541
}
542
.glyphicon-minus-sign:before {
543
  content: "\e082";
544
}
545
.glyphicon-remove-sign:before {
546
  content: "\e083";
547
}
548
.glyphicon-ok-sign:before {
549
  content: "\e084";
550
}
551
.glyphicon-question-sign:before {
552
  content: "\e085";
553
}
554
.glyphicon-info-sign:before {
555
  content: "\e086";
556
}
557
.glyphicon-screenshot:before {
558
  content: "\e087";
559
}
560
.glyphicon-remove-circle:before {
561
  content: "\e088";
562
}
563
.glyphicon-ok-circle:before {
564
  content: "\e089";
565
}
566
.glyphicon-ban-circle:before {
567
  content: "\e090";
568
}
569
.glyphicon-arrow-left:before {
570
  content: "\e091";
571
}
572
.glyphicon-arrow-right:before {
573
  content: "\e092";
574
}
575
.glyphicon-arrow-up:before {
576
  content: "\e093";
577
}
578
.glyphicon-arrow-down:before {
579
  content: "\e094";
580
}
581
.glyphicon-share-alt:before {
582
  content: "\e095";
583
}
584
.glyphicon-resize-full:before {
585
  content: "\e096";
586
}
587
.glyphicon-resize-small:before {
588
  content: "\e097";
589
}
590
.glyphicon-exclamation-sign:before {
591
  content: "\e101";
592
}
593
.glyphicon-gift:before {
594
  content: "\e102";
595
}
596
.glyphicon-leaf:before {
597
  content: "\e103";
598
}
599
.glyphicon-fire:before {
600
  content: "\e104";
601
}
602
.glyphicon-eye-open:before {
603
  content: "\e105";
604
}
605
.glyphicon-eye-close:before {
606
  content: "\e106";
607
}
608
.glyphicon-warning-sign:before {
609
  content: "\e107";
610
}
611
.glyphicon-plane:before {
612
  content: "\e108";
613
}
614
.glyphicon-calendar:before {
615
  content: "\e109";
616
}
617
.glyphicon-random:before {
618
  content: "\e110";
619
}
620
.glyphicon-comment:before {
621
  content: "\e111";
622
}
623
.glyphicon-magnet:before {
624
  content: "\e112";
625
}
626
.glyphicon-chevron-up:before {
627
  content: "\e113";
628
}
629
.glyphicon-chevron-down:before {
630
  content: "\e114";
631
}
632
.glyphicon-retweet:before {
633
  content: "\e115";
634
}
635
.glyphicon-shopping-cart:before {
636
  content: "\e116";
637
}
638
.glyphicon-folder-close:before {
639
  content: "\e117";
640
}
641
.glyphicon-folder-open:before {
642
  content: "\e118";
643
}
644
.glyphicon-resize-vertical:before {
645
  content: "\e119";
646
}
647
.glyphicon-resize-horizontal:before {
648
  content: "\e120";
649
}
650
.glyphicon-hdd:before {
651
  content: "\e121";
652
}
653
.glyphicon-bullhorn:before {
654
  content: "\e122";
655
}
656
.glyphicon-bell:before {
657
  content: "\e123";
658
}
659
.glyphicon-certificate:before {
660
  content: "\e124";
661
}
662
.glyphicon-thumbs-up:before {
663
  content: "\e125";
664
}
665
.glyphicon-thumbs-down:before {
666
  content: "\e126";
667
}
668
.glyphicon-hand-right:before {
669
  content: "\e127";
670
}
671
.glyphicon-hand-left:before {
672
  content: "\e128";
673
}
674
.glyphicon-hand-up:before {
675
  content: "\e129";
676
}
677
.glyphicon-hand-down:before {
678
  content: "\e130";
679
}
680
.glyphicon-circle-arrow-right:before {
681
  content: "\e131";
682
}
683
.glyphicon-circle-arrow-left:before {
684
  content: "\e132";
685
}
686
.glyphicon-circle-arrow-up:before {
687
  content: "\e133";
688
}
689
.glyphicon-circle-arrow-down:before {
690
  content: "\e134";
691
}
692
.glyphicon-globe:before {
693
  content: "\e135";
694
}
695
.glyphicon-wrench:before {
696
  content: "\e136";
697
}
698
.glyphicon-tasks:before {
699
  content: "\e137";
700
}
701
.glyphicon-filter:before {
702
  content: "\e138";
703
}
704
.glyphicon-briefcase:before {
705
  content: "\e139";
706
}
707
.glyphicon-fullscreen:before {
708
  content: "\e140";
709
}
710
.glyphicon-dashboard:before {
711
  content: "\e141";
712
}
713
.glyphicon-paperclip:before {
714
  content: "\e142";
715
}
716
.glyphicon-heart-empty:before {
717
  content: "\e143";
718
}
719
.glyphicon-link:before {
720
  content: "\e144";
721
}
722
.glyphicon-phone:before {
723
  content: "\e145";
724
}
725
.glyphicon-pushpin:before {
726
  content: "\e146";
727
}
728
.glyphicon-usd:before {
729
  content: "\e148";
730
}
731
.glyphicon-gbp:before {
732
  content: "\e149";
733
}
734
.glyphicon-sort:before {
735
  content: "\e150";
736
}
737
.glyphicon-sort-by-alphabet:before {
738
  content: "\e151";
739
}
740
.glyphicon-sort-by-alphabet-alt:before {
741
  content: "\e152";
742
}
743
.glyphicon-sort-by-order:before {
744
  content: "\e153";
745
}
746
.glyphicon-sort-by-order-alt:before {
747
  content: "\e154";
748
}
749
.glyphicon-sort-by-attributes:before {
750
  content: "\e155";
751
}
752
.glyphicon-sort-by-attributes-alt:before {
753
  content: "\e156";
754
}
755
.glyphicon-unchecked:before {
756
  content: "\e157";
757
}
758
.glyphicon-expand:before {
759
  content: "\e158";
760
}
761
.glyphicon-collapse-down:before {
762
  content: "\e159";
763
}
764
.glyphicon-collapse-up:before {
765
  content: "\e160";
766
}
767
.glyphicon-log-in:before {
768
  content: "\e161";
769
}
770
.glyphicon-flash:before {
771
  content: "\e162";
772
}
773
.glyphicon-log-out:before {
774
  content: "\e163";
775
}
776
.glyphicon-new-window:before {
777
  content: "\e164";
778
}
779
.glyphicon-record:before {
780
  content: "\e165";
781
}
782
.glyphicon-save:before {
783
  content: "\e166";
784
}
785
.glyphicon-open:before {
786
  content: "\e167";
787
}
788
.glyphicon-saved:before {
789
  content: "\e168";
790
}
791
.glyphicon-import:before {
792
  content: "\e169";
793
}
794
.glyphicon-export:before {
795
  content: "\e170";
796
}
797
.glyphicon-send:before {
798
  content: "\e171";
799
}
800
.glyphicon-floppy-disk:before {
801
  content: "\e172";
802
}
803
.glyphicon-floppy-saved:before {
804
  content: "\e173";
805
}
806
.glyphicon-floppy-remove:before {
807
  content: "\e174";
808
}
809
.glyphicon-floppy-save:before {
810
  content: "\e175";
811
}
812
.glyphicon-floppy-open:before {
813
  content: "\e176";
814
}
815
.glyphicon-credit-card:before {
816
  content: "\e177";
817
}
818
.glyphicon-transfer:before {
819
  content: "\e178";
820
}
821
.glyphicon-cutlery:before {
822
  content: "\e179";
823
}
824
.glyphicon-header:before {
825
  content: "\e180";
826
}
827
.glyphicon-compressed:before {
828
  content: "\e181";
829
}
830
.glyphicon-earphone:before {
831
  content: "\e182";
832
}
833
.glyphicon-phone-alt:before {
834
  content: "\e183";
835
}
836
.glyphicon-tower:before {
837
  content: "\e184";
838
}
839
.glyphicon-stats:before {
840
  content: "\e185";
841
}
842
.glyphicon-sd-video:before {
843
  content: "\e186";
844
}
845
.glyphicon-hd-video:before {
846
  content: "\e187";
847
}
848
.glyphicon-subtitles:before {
849
  content: "\e188";
850
}
851
.glyphicon-sound-stereo:before {
852
  content: "\e189";
853
}
854
.glyphicon-sound-dolby:before {
855
  content: "\e190";
856
}
857
.glyphicon-sound-5-1:before {
858
  content: "\e191";
859
}
860
.glyphicon-sound-6-1:before {
861
  content: "\e192";
862
}
863
.glyphicon-sound-7-1:before {
864
  content: "\e193";
865
}
866
.glyphicon-copyright-mark:before {
867
  content: "\e194";
868
}
869
.glyphicon-registration-mark:before {
870
  content: "\e195";
871
}
872
.glyphicon-cloud-download:before {
873
  content: "\e197";
874
}
875
.glyphicon-cloud-upload:before {
876
  content: "\e198";
877
}
878
.glyphicon-tree-conifer:before {
879
  content: "\e199";
880
}
881
.glyphicon-tree-deciduous:before {
882
  content: "\e200";
883
}
884
.glyphicon-cd:before {
885
  content: "\e201";
886
}
887
.glyphicon-save-file:before {
888
  content: "\e202";
889
}
890
.glyphicon-open-file:before {
891
  content: "\e203";
892
}
893
.glyphicon-level-up:before {
894
  content: "\e204";
895
}
896
.glyphicon-copy:before {
897
  content: "\e205";
898
}
899
.glyphicon-paste:before {
900
  content: "\e206";
901
}
902
.glyphicon-alert:before {
903
  content: "\e209";
904
}
905
.glyphicon-equalizer:before {
906
  content: "\e210";
907
}
908
.glyphicon-king:before {
909
  content: "\e211";
910
}
911
.glyphicon-queen:before {
912
  content: "\e212";
913
}
914
.glyphicon-pawn:before {
915
  content: "\e213";
916
}
917
.glyphicon-bishop:before {
918
  content: "\e214";
919
}
920
.glyphicon-knight:before {
921
  content: "\e215";
922
}
923
.glyphicon-baby-formula:before {
924
  content: "\e216";
925
}
926
.glyphicon-tent:before {
927
  content: "\26fa";
928
}
929
.glyphicon-blackboard:before {
930
  content: "\e218";
931
}
932
.glyphicon-bed:before {
933
  content: "\e219";
934
}
935
.glyphicon-apple:before {
936
  content: "\f8ff";
937
}
938
.glyphicon-erase:before {
939
  content: "\e221";
940
}
941
.glyphicon-hourglass:before {
942
  content: "\231b";
943
}
944
.glyphicon-lamp:before {
945
  content: "\e223";
946
}
947
.glyphicon-duplicate:before {
948
  content: "\e224";
949
}
950
.glyphicon-piggy-bank:before {
951
  content: "\e225";
952
}
953
.glyphicon-scissors:before {
954
  content: "\e226";
955
}
956
.glyphicon-bitcoin:before {
957
  content: "\e227";
958
}
959
.glyphicon-btc:before {
960
  content: "\e227";
961
}
962
.glyphicon-xbt:before {
963
  content: "\e227";
964
}
965
.glyphicon-yen:before {
966
  content: "\00a5";
967
}
968
.glyphicon-jpy:before {
969
  content: "\00a5";
970
}
971
.glyphicon-ruble:before {
972
  content: "\20bd";
973
}
974
.glyphicon-rub:before {
975
  content: "\20bd";
976
}
977
.glyphicon-scale:before {
978
  content: "\e230";
979
}
980
.glyphicon-ice-lolly:before {
981
  content: "\e231";
982
}
983
.glyphicon-ice-lolly-tasted:before {
984
  content: "\e232";
985
}
986
.glyphicon-education:before {
987
  content: "\e233";
988
}
989
.glyphicon-option-horizontal:before {
990
  content: "\e234";
991
}
992
.glyphicon-option-vertical:before {
993
  content: "\e235";
994
}
995
.glyphicon-menu-hamburger:before {
996
  content: "\e236";
997
}
998
.glyphicon-modal-window:before {
999
  content: "\e237";
1000
}
1001
.glyphicon-oil:before {
1002
  content: "\e238";
1003
}
1004
.glyphicon-grain:before {
1005
  content: "\e239";
1006
}
1007
.glyphicon-sunglasses:before {
1008
  content: "\e240";
1009
}
1010
.glyphicon-text-size:before {
1011
  content: "\e241";
1012
}
1013
.glyphicon-text-color:before {
1014
  content: "\e242";
1015
}
1016
.glyphicon-text-background:before {
1017
  content: "\e243";
1018
}
1019
.glyphicon-object-align-top:before {
1020
  content: "\e244";
1021
}
1022
.glyphicon-object-align-bottom:before {
1023
  content: "\e245";
1024
}
1025
.glyphicon-object-align-horizontal:before {
1026
  content: "\e246";
1027
}
1028
.glyphicon-object-align-left:before {
1029
  content: "\e247";
1030
}
1031
.glyphicon-object-align-vertical:before {
1032
  content: "\e248";
1033
}
1034
.glyphicon-object-align-right:before {
1035
  content: "\e249";
1036
}
1037
.glyphicon-triangle-right:before {
1038
  content: "\e250";
1039
}
1040
.glyphicon-triangle-left:before {
1041
  content: "\e251";
1042
}
1043
.glyphicon-triangle-bottom:before {
1044
  content: "\e252";
1045
}
1046
.glyphicon-triangle-top:before {
1047
  content: "\e253";
1048
}
1049
.glyphicon-console:before {
1050
  content: "\e254";
1051
}
1052
.glyphicon-superscript:before {
1053
  content: "\e255";
1054
}
1055
.glyphicon-subscript:before {
1056
  content: "\e256";
1057
}
1058
.glyphicon-menu-left:before {
1059
  content: "\e257";
1060
}
1061
.glyphicon-menu-right:before {
1062
  content: "\e258";
1063
}
1064
.glyphicon-menu-down:before {
1065
  content: "\e259";
1066
}
1067
.glyphicon-menu-up:before {
1068
  content: "\e260";
1069
}
1070
* {
1071
  -webkit-box-sizing: border-box;
1072
  -moz-box-sizing: border-box;
1073
  box-sizing: border-box;
1074
}
1075
*:before,
1076
*:after {
1077
  -webkit-box-sizing: border-box;
1078
  -moz-box-sizing: border-box;
1079
  box-sizing: border-box;
1080
}
1081
html {
1082
  font-size: 10px;
1083
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1084
}
1085
body {
1086
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1087
  font-size: 13px;
1088
  line-height: 1.42857143;
1089
  color: #000;
1090
  background-color: #fff;
1091
}
1092
input,
1093
button,
1094
select,
1095
textarea {
1096
  font-family: inherit;
1097
  font-size: inherit;
1098
  line-height: inherit;
1099
}
1100
a {
1101
  color: #337ab7;
1102
  text-decoration: none;
1103
}
1104
a:hover,
1105
a:focus {
1106
  color: #23527c;
1107
  text-decoration: underline;
1108
}
1109
a:focus {
1110
  outline: 5px auto -webkit-focus-ring-color;
1111
  outline-offset: -2px;
1112
}
1113
figure {
1114
  margin: 0;
1115
}
1116
img {
1117
  vertical-align: middle;
1118
}
1119
.img-responsive,
1120
.thumbnail > img,
1121
.thumbnail a > img,
1122
.carousel-inner > .item > img,
1123
.carousel-inner > .item > a > img {
1124
  display: block;
1125
  max-width: 100%;
1126
  height: auto;
1127
}
1128
.img-rounded {
1129
  border-radius: 3px;
1130
}
1131
.img-thumbnail {
1132
  padding: 4px;
1133
  line-height: 1.42857143;
1134
  background-color: #fff;
1135
  border: 1px solid #ddd;
1136
  border-radius: 2px;
1137
  -webkit-transition: all 0.2s ease-in-out;
1138
  -o-transition: all 0.2s ease-in-out;
1139
  transition: all 0.2s ease-in-out;
1140
  display: inline-block;
1141
  max-width: 100%;
1142
  height: auto;
1143
}
1144
.img-circle {
1145
  border-radius: 50%;
1146
}
1147
hr {
1148
  margin-top: 18px;
1149
  margin-bottom: 18px;
1150
  border: 0;
1151
  border-top: 1px solid #eeeeee;
1152
}
1153
.sr-only {
1154
  position: absolute;
1155
  width: 1px;
1156
  height: 1px;
1157
  margin: -1px;
1158
  padding: 0;
1159
  overflow: hidden;
1160
  clip: rect(0, 0, 0, 0);
1161
  border: 0;
1162
}
1163
.sr-only-focusable:active,
1164
.sr-only-focusable:focus {
1165
  position: static;
1166
  width: auto;
1167
  height: auto;
1168
  margin: 0;
1169
  overflow: visible;
1170
  clip: auto;
1171
}
1172
[role="button"] {
1173
  cursor: pointer;
1174
}
1175
h1,
1176
h2,
1177
h3,
1178
h4,
1179
h5,
1180
h6,
1181
.h1,
1182
.h2,
1183
.h3,
1184
.h4,
1185
.h5,
1186
.h6 {
1187
  font-family: inherit;
1188
  font-weight: 500;
1189
  line-height: 1.1;
1190
  color: inherit;
1191
}
1192
h1 small,
1193
h2 small,
1194
h3 small,
1195
h4 small,
1196
h5 small,
1197
h6 small,
1198
.h1 small,
1199
.h2 small,
1200
.h3 small,
1201
.h4 small,
1202
.h5 small,
1203
.h6 small,
1204
h1 .small,
1205
h2 .small,
1206
h3 .small,
1207
h4 .small,
1208
h5 .small,
1209
h6 .small,
1210
.h1 .small,
1211
.h2 .small,
1212
.h3 .small,
1213
.h4 .small,
1214
.h5 .small,
1215
.h6 .small {
1216
  font-weight: normal;
1217
  line-height: 1;
1218
  color: #777777;
1219
}
1220
h1,
1221
.h1,
1222
h2,
1223
.h2,
1224
h3,
1225
.h3 {
1226
  margin-top: 18px;
1227
  margin-bottom: 9px;
1228
}
1229
h1 small,
1230
.h1 small,
1231
h2 small,
1232
.h2 small,
1233
h3 small,
1234
.h3 small,
1235
h1 .small,
1236
.h1 .small,
1237
h2 .small,
1238
.h2 .small,
1239
h3 .small,
1240
.h3 .small {
1241
  font-size: 65%;
1242
}
1243
h4,
1244
.h4,
1245
h5,
1246
.h5,
1247
h6,
1248
.h6 {
1249
  margin-top: 9px;
1250
  margin-bottom: 9px;
1251
}
1252
h4 small,
1253
.h4 small,
1254
h5 small,
1255
.h5 small,
1256
h6 small,
1257
.h6 small,
1258
h4 .small,
1259
.h4 .small,
1260
h5 .small,
1261
.h5 .small,
1262
h6 .small,
1263
.h6 .small {
1264
  font-size: 75%;
1265
}
1266
h1,
1267
.h1 {
1268
  font-size: 33px;
1269
}
1270
h2,
1271
.h2 {
1272
  font-size: 27px;
1273
}
1274
h3,
1275
.h3 {
1276
  font-size: 23px;
1277
}
1278
h4,
1279
.h4 {
1280
  font-size: 17px;
1281
}
1282
h5,
1283
.h5 {
1284
  font-size: 13px;
1285
}
1286
h6,
1287
.h6 {
1288
  font-size: 12px;
1289
}
1290
p {
1291
  margin: 0 0 9px;
1292
}
1293
.lead {
1294
  margin-bottom: 18px;
1295
  font-size: 14px;
1296
  font-weight: 300;
1297
  line-height: 1.4;
1298
}
1299
@media (min-width: 768px) {
1300
  .lead {
1301
    font-size: 19.5px;
1302
  }
1303
}
1304
small,
1305
.small {
1306
  font-size: 92%;
1307
}
1308
mark,
1309
.mark {
1310
  background-color: #fcf8e3;
1311
  padding: .2em;
1312
}
1313
.text-left {
1314
  text-align: left;
1315
}
1316
.text-right {
1317
  text-align: right;
1318
}
1319
.text-center {
1320
  text-align: center;
1321
}
1322
.text-justify {
1323
  text-align: justify;
1324
}
1325
.text-nowrap {
1326
  white-space: nowrap;
1327
}
1328
.text-lowercase {
1329
  text-transform: lowercase;
1330
}
1331
.text-uppercase {
1332
  text-transform: uppercase;
1333
}
1334
.text-capitalize {
1335
  text-transform: capitalize;
1336
}
1337
.text-muted {
1338
  color: #777777;
1339
}
1340
.text-primary {
1341
  color: #337ab7;
1342
}
1343
a.text-primary:hover,
1344
a.text-primary:focus {
1345
  color: #286090;
1346
}
1347
.text-success {
1348
  color: #3c763d;
1349
}
1350
a.text-success:hover,
1351
a.text-success:focus {
1352
  color: #2b542c;
1353
}
1354
.text-info {
1355
  color: #31708f;
1356
}
1357
a.text-info:hover,
1358
a.text-info:focus {
1359
  color: #245269;
1360
}
1361
.text-warning {
1362
  color: #8a6d3b;
1363
}
1364
a.text-warning:hover,
1365
a.text-warning:focus {
1366
  color: #66512c;
1367
}
1368
.text-danger {
1369
  color: #a94442;
1370
}
1371
a.text-danger:hover,
1372
a.text-danger:focus {
1373
  color: #843534;
1374
}
1375
.bg-primary {
1376
  color: #fff;
1377
  background-color: #337ab7;
1378
}
1379
a.bg-primary:hover,
1380
a.bg-primary:focus {
1381
  background-color: #286090;
1382
}
1383
.bg-success {
1384
  background-color: #dff0d8;
1385
}
1386
a.bg-success:hover,
1387
a.bg-success:focus {
1388
  background-color: #c1e2b3;
1389
}
1390
.bg-info {
1391
  background-color: #d9edf7;
1392
}
1393
a.bg-info:hover,
1394
a.bg-info:focus {
1395
  background-color: #afd9ee;
1396
}
1397
.bg-warning {
1398
  background-color: #fcf8e3;
1399
}
1400
a.bg-warning:hover,
1401
a.bg-warning:focus {
1402
  background-color: #f7ecb5;
1403
}
1404
.bg-danger {
1405
  background-color: #f2dede;
1406
}
1407
a.bg-danger:hover,
1408
a.bg-danger:focus {
1409
  background-color: #e4b9b9;
1410
}
1411
.page-header {
1412
  padding-bottom: 8px;
1413
  margin: 36px 0 18px;
1414
  border-bottom: 1px solid #eeeeee;
1415
}
1416
ul,
1417
ol {
1418
  margin-top: 0;
1419
  margin-bottom: 9px;
1420
}
1421
ul ul,
1422
ol ul,
1423
ul ol,
1424
ol ol {
1425
  margin-bottom: 0;
1426
}
1427
.list-unstyled {
1428
  padding-left: 0;
1429
  list-style: none;
1430
}
1431
.list-inline {
1432
  padding-left: 0;
1433
  list-style: none;
1434
  margin-left: -5px;
1435
}
1436
.list-inline > li {
1437
  display: inline-block;
1438
  padding-left: 5px;
1439
  padding-right: 5px;
1440
}
1441
dl {
1442
  margin-top: 0;
1443
  margin-bottom: 18px;
1444
}
1445
dt,
1446
dd {
1447
  line-height: 1.42857143;
1448
}
1449
dt {
1450
  font-weight: bold;
1451
}
1452
dd {
1453
  margin-left: 0;
1454
}
1455
@media (min-width: 541px) {
1456
  .dl-horizontal dt {
1457
    float: left;
1458
    width: 160px;
1459
    clear: left;
1460
    text-align: right;
1461
    overflow: hidden;
1462
    text-overflow: ellipsis;
1463
    white-space: nowrap;
1464
  }
1465
  .dl-horizontal dd {
1466
    margin-left: 180px;
1467
  }
1468
}
1469
abbr[title],
1470
abbr[data-original-title] {
1471
  cursor: help;
1472
  border-bottom: 1px dotted #777777;
1473
}
1474
.initialism {
1475
  font-size: 90%;
1476
  text-transform: uppercase;
1477
}
1478
blockquote {
1479
  padding: 9px 18px;
1480
  margin: 0 0 18px;
1481
  font-size: inherit;
1482
  border-left: 5px solid #eeeeee;
1483
}
1484
blockquote p:last-child,
1485
blockquote ul:last-child,
1486
blockquote ol:last-child {
1487
  margin-bottom: 0;
1488
}
1489
blockquote footer,
1490
blockquote small,
1491
blockquote .small {
1492
  display: block;
1493
  font-size: 80%;
1494
  line-height: 1.42857143;
1495
  color: #777777;
1496
}
1497
blockquote footer:before,
1498
blockquote small:before,
1499
blockquote .small:before {
1500
  content: '\2014 \00A0';
1501
}
1502
.blockquote-reverse,
1503
blockquote.pull-right {
1504
  padding-right: 15px;
1505
  padding-left: 0;
1506
  border-right: 5px solid #eeeeee;
1507
  border-left: 0;
1508
  text-align: right;
1509
}
1510
.blockquote-reverse footer:before,
1511
blockquote.pull-right footer:before,
1512
.blockquote-reverse small:before,
1513
blockquote.pull-right small:before,
1514
.blockquote-reverse .small:before,
1515
blockquote.pull-right .small:before {
1516
  content: '';
1517
}
1518
.blockquote-reverse footer:after,
1519
blockquote.pull-right footer:after,
1520
.blockquote-reverse small:after,
1521
blockquote.pull-right small:after,
1522
.blockquote-reverse .small:after,
1523
blockquote.pull-right .small:after {
1524
  content: '\00A0 \2014';
1525
}
1526
address {
1527
  margin-bottom: 18px;
1528
  font-style: normal;
1529
  line-height: 1.42857143;
1530
}
1531
code,
1532
kbd,
1533
pre,
1534
samp {
1535
  font-family: monospace;
1536
}
1537
code {
1538
  padding: 2px 4px;
1539
  font-size: 90%;
1540
  color: #c7254e;
1541
  background-color: #f9f2f4;
1542
  border-radius: 2px;
1543
}
1544
kbd {
1545
  padding: 2px 4px;
1546
  font-size: 90%;
1547
  color: #888;
1548
  background-color: transparent;
1549
  border-radius: 1px;
1550
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
1551
}
1552
kbd kbd {
1553
  padding: 0;
1554
  font-size: 100%;
1555
  font-weight: bold;
1556
  box-shadow: none;
1557
}
1558
pre {
1559
  display: block;
1560
  padding: 8.5px;
1561
  margin: 0 0 9px;
1562
  font-size: 12px;
1563
  line-height: 1.42857143;
1564
  word-break: break-all;
1565
  word-wrap: break-word;
1566
  color: #333333;
1567
  background-color: #f5f5f5;
1568
  border: 1px solid #ccc;
1569
  border-radius: 2px;
1570
}
1571
pre code {
1572
  padding: 0;
1573
  font-size: inherit;
1574
  color: inherit;
1575
  white-space: pre-wrap;
1576
  background-color: transparent;
1577
  border-radius: 0;
1578
}
1579
.pre-scrollable {
1580
  max-height: 340px;
1581
  overflow-y: scroll;
1582
}
1583
.container {
1584
  margin-right: auto;
1585
  margin-left: auto;
1586
  padding-left: 0px;
1587
  padding-right: 0px;
1588
}
1589
@media (min-width: 768px) {
1590
  .container {
1591
    width: 768px;
1592
  }
1593
}
1594
@media (min-width: 992px) {
1595
  .container {
1596
    width: 940px;
1597
  }
1598
}
1599
@media (min-width: 1200px) {
1600
  .container {
1601
    width: 1140px;
1602
  }
1603
}
1604
.container-fluid {
1605
  margin-right: auto;
1606
  margin-left: auto;
1607
  padding-left: 0px;
1608
  padding-right: 0px;
1609
}
1610
.row {
1611
  margin-left: 0px;
1612
  margin-right: 0px;
1613
}
1614
.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 {
1615
  position: relative;
1616
  min-height: 1px;
1617
  padding-left: 0px;
1618
  padding-right: 0px;
1619
}
1620
.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 {
1621
  float: left;
1622
}
1623
.col-xs-12 {
1624
  width: 100%;
1625
}
1626
.col-xs-11 {
1627
  width: 91.66666667%;
1628
}
1629
.col-xs-10 {
1630
  width: 83.33333333%;
1631
}
1632
.col-xs-9 {
1633
  width: 75%;
1634
}
1635
.col-xs-8 {
1636
  width: 66.66666667%;
1637
}
1638
.col-xs-7 {
1639
  width: 58.33333333%;
1640
}
1641
.col-xs-6 {
1642
  width: 50%;
1643
}
1644
.col-xs-5 {
1645
  width: 41.66666667%;
1646
}
1647
.col-xs-4 {
1648
  width: 33.33333333%;
1649
}
1650
.col-xs-3 {
1651
  width: 25%;
1652
}
1653
.col-xs-2 {
1654
  width: 16.66666667%;
1655
}
1656
.col-xs-1 {
1657
  width: 8.33333333%;
1658
}
1659
.col-xs-pull-12 {
1660
  right: 100%;
1661
}
1662
.col-xs-pull-11 {
1663
  right: 91.66666667%;
1664
}
1665
.col-xs-pull-10 {
1666
  right: 83.33333333%;
1667
}
1668
.col-xs-pull-9 {
1669
  right: 75%;
1670
}
1671
.col-xs-pull-8 {
1672
  right: 66.66666667%;
1673
}
1674
.col-xs-pull-7 {
1675
  right: 58.33333333%;
1676
}
1677
.col-xs-pull-6 {
1678
  right: 50%;
1679
}
1680
.col-xs-pull-5 {
1681
  right: 41.66666667%;
1682
}
1683
.col-xs-pull-4 {
1684
  right: 33.33333333%;
1685
}
1686
.col-xs-pull-3 {
1687
  right: 25%;
1688
}
1689
.col-xs-pull-2 {
1690
  right: 16.66666667%;
1691
}
1692
.col-xs-pull-1 {
1693
  right: 8.33333333%;
1694
}
1695
.col-xs-pull-0 {
1696
  right: auto;
1697
}
1698
.col-xs-push-12 {
1699
  left: 100%;
1700
}
1701
.col-xs-push-11 {
1702
  left: 91.66666667%;
1703
}
1704
.col-xs-push-10 {
1705
  left: 83.33333333%;
1706
}
1707
.col-xs-push-9 {
1708
  left: 75%;
1709
}
1710
.col-xs-push-8 {
1711
  left: 66.66666667%;
1712
}
1713
.col-xs-push-7 {
1714
  left: 58.33333333%;
1715
}
1716
.col-xs-push-6 {
1717
  left: 50%;
1718
}
1719
.col-xs-push-5 {
1720
  left: 41.66666667%;
1721
}
1722
.col-xs-push-4 {
1723
  left: 33.33333333%;
1724
}
1725
.col-xs-push-3 {
1726
  left: 25%;
1727
}
1728
.col-xs-push-2 {
1729
  left: 16.66666667%;
1730
}
1731
.col-xs-push-1 {
1732
  left: 8.33333333%;
1733
}
1734
.col-xs-push-0 {
1735
  left: auto;
1736
}
1737
.col-xs-offset-12 {
1738
  margin-left: 100%;
1739
}
1740
.col-xs-offset-11 {
1741
  margin-left: 91.66666667%;
1742
}
1743
.col-xs-offset-10 {
1744
  margin-left: 83.33333333%;
1745
}
1746
.col-xs-offset-9 {
1747
  margin-left: 75%;
1748
}
1749
.col-xs-offset-8 {
1750
  margin-left: 66.66666667%;
1751
}
1752
.col-xs-offset-7 {
1753
  margin-left: 58.33333333%;
1754
}
1755
.col-xs-offset-6 {
1756
  margin-left: 50%;
1757
}
1758
.col-xs-offset-5 {
1759
  margin-left: 41.66666667%;
1760
}
1761
.col-xs-offset-4 {
1762
  margin-left: 33.33333333%;
1763
}
1764
.col-xs-offset-3 {
1765
  margin-left: 25%;
1766
}
1767
.col-xs-offset-2 {
1768
  margin-left: 16.66666667%;
1769
}
1770
.col-xs-offset-1 {
1771
  margin-left: 8.33333333%;
1772
}
1773
.col-xs-offset-0 {
1774
  margin-left: 0%;
1775
}
1776
@media (min-width: 768px) {
1777
  .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 {
1778
    float: left;
1779
  }
1780
  .col-sm-12 {
1781
    width: 100%;
1782
  }
1783
  .col-sm-11 {
1784
    width: 91.66666667%;
1785
  }
1786
  .col-sm-10 {
1787
    width: 83.33333333%;
1788
  }
1789
  .col-sm-9 {
1790
    width: 75%;
1791
  }
1792
  .col-sm-8 {
1793
    width: 66.66666667%;
1794
  }
1795
  .col-sm-7 {
1796
    width: 58.33333333%;
1797
  }
1798
  .col-sm-6 {
1799
    width: 50%;
1800
  }
1801
  .col-sm-5 {
1802
    width: 41.66666667%;
1803
  }
1804
  .col-sm-4 {
1805
    width: 33.33333333%;
1806
  }
1807
  .col-sm-3 {
1808
    width: 25%;
1809
  }
1810
  .col-sm-2 {
1811
    width: 16.66666667%;
1812
  }
1813
  .col-sm-1 {
1814
    width: 8.33333333%;
1815
  }
1816
  .col-sm-pull-12 {
1817
    right: 100%;
1818
  }
1819
  .col-sm-pull-11 {
1820
    right: 91.66666667%;
1821
  }
1822
  .col-sm-pull-10 {
1823
    right: 83.33333333%;
1824
  }
1825
  .col-sm-pull-9 {
1826
    right: 75%;
1827
  }
1828
  .col-sm-pull-8 {
1829
    right: 66.66666667%;
1830
  }
1831
  .col-sm-pull-7 {
1832
    right: 58.33333333%;
1833
  }
1834
  .col-sm-pull-6 {
1835
    right: 50%;
1836
  }
1837
  .col-sm-pull-5 {
1838
    right: 41.66666667%;
1839
  }
1840
  .col-sm-pull-4 {
1841
    right: 33.33333333%;
1842
  }
1843
  .col-sm-pull-3 {
1844
    right: 25%;
1845
  }
1846
  .col-sm-pull-2 {
1847
    right: 16.66666667%;
1848
  }
1849
  .col-sm-pull-1 {
1850
    right: 8.33333333%;
1851
  }
1852
  .col-sm-pull-0 {
1853
    right: auto;
1854
  }
1855
  .col-sm-push-12 {
1856
    left: 100%;
1857
  }
1858
  .col-sm-push-11 {
1859
    left: 91.66666667%;
1860
  }
1861
  .col-sm-push-10 {
1862
    left: 83.33333333%;
1863
  }
1864
  .col-sm-push-9 {
1865
    left: 75%;
1866
  }
1867
  .col-sm-push-8 {
1868
    left: 66.66666667%;
1869
  }
1870
  .col-sm-push-7 {
1871
    left: 58.33333333%;
1872
  }
1873
  .col-sm-push-6 {
1874
    left: 50%;
1875
  }
1876
  .col-sm-push-5 {
1877
    left: 41.66666667%;
1878
  }
1879
  .col-sm-push-4 {
1880
    left: 33.33333333%;
1881
  }
1882
  .col-sm-push-3 {
1883
    left: 25%;
1884
  }
1885
  .col-sm-push-2 {
1886
    left: 16.66666667%;
1887
  }
1888
  .col-sm-push-1 {
1889
    left: 8.33333333%;
1890
  }
1891
  .col-sm-push-0 {
1892
    left: auto;
1893
  }
1894
  .col-sm-offset-12 {
1895
    margin-left: 100%;
1896
  }
1897
  .col-sm-offset-11 {
1898
    margin-left: 91.66666667%;
1899
  }
1900
  .col-sm-offset-10 {
1901
    margin-left: 83.33333333%;
1902
  }
1903
  .col-sm-offset-9 {
1904
    margin-left: 75%;
1905
  }
1906
  .col-sm-offset-8 {
1907
    margin-left: 66.66666667%;
1908
  }
1909
  .col-sm-offset-7 {
1910
    margin-left: 58.33333333%;
1911
  }
1912
  .col-sm-offset-6 {
1913
    margin-left: 50%;
1914
  }
1915
  .col-sm-offset-5 {
1916
    margin-left: 41.66666667%;
1917
  }
1918
  .col-sm-offset-4 {
1919
    margin-left: 33.33333333%;
1920
  }
1921
  .col-sm-offset-3 {
1922
    margin-left: 25%;
1923
  }
1924
  .col-sm-offset-2 {
1925
    margin-left: 16.66666667%;
1926
  }
1927
  .col-sm-offset-1 {
1928
    margin-left: 8.33333333%;
1929
  }
1930
  .col-sm-offset-0 {
1931
    margin-left: 0%;
1932
  }
1933
}
1934
@media (min-width: 992px) {
1935
  .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 {
1936
    float: left;
1937
  }
1938
  .col-md-12 {
1939
    width: 100%;
1940
  }
1941
  .col-md-11 {
1942
    width: 91.66666667%;
1943
  }
1944
  .col-md-10 {
1945
    width: 83.33333333%;
1946
  }
1947
  .col-md-9 {
1948
    width: 75%;
1949
  }
1950
  .col-md-8 {
1951
    width: 66.66666667%;
1952
  }
1953
  .col-md-7 {
1954
    width: 58.33333333%;
1955
  }
1956
  .col-md-6 {
1957
    width: 50%;
1958
  }
1959
  .col-md-5 {
1960
    width: 41.66666667%;
1961
  }
1962
  .col-md-4 {
1963
    width: 33.33333333%;
1964
  }
1965
  .col-md-3 {
1966
    width: 25%;
1967
  }
1968
  .col-md-2 {
1969
    width: 16.66666667%;
1970
  }
1971
  .col-md-1 {
1972
    width: 8.33333333%;
1973
  }
1974
  .col-md-pull-12 {
1975
    right: 100%;
1976
  }
1977
  .col-md-pull-11 {
1978
    right: 91.66666667%;
1979
  }
1980
  .col-md-pull-10 {
1981
    right: 83.33333333%;
1982
  }
1983
  .col-md-pull-9 {
1984
    right: 75%;
1985
  }
1986
  .col-md-pull-8 {
1987
    right: 66.66666667%;
1988
  }
1989
  .col-md-pull-7 {
1990
    right: 58.33333333%;
1991
  }
1992
  .col-md-pull-6 {
1993
    right: 50%;
1994
  }
1995
  .col-md-pull-5 {
1996
    right: 41.66666667%;
1997
  }
1998
  .col-md-pull-4 {
1999
    right: 33.33333333%;
2000
  }
2001
  .col-md-pull-3 {
2002
    right: 25%;
2003
  }
2004
  .col-md-pull-2 {
2005
    right: 16.66666667%;
2006
  }
2007
  .col-md-pull-1 {
2008
    right: 8.33333333%;
2009
  }
2010
  .col-md-pull-0 {
2011
    right: auto;
2012
  }
2013
  .col-md-push-12 {
2014
    left: 100%;
2015
  }
2016
  .col-md-push-11 {
2017
    left: 91.66666667%;
2018
  }
2019
  .col-md-push-10 {
2020
    left: 83.33333333%;
2021
  }
2022
  .col-md-push-9 {
2023
    left: 75%;
2024
  }
2025
  .col-md-push-8 {
2026
    left: 66.66666667%;
2027
  }
2028
  .col-md-push-7 {
2029
    left: 58.33333333%;
2030
  }
2031
  .col-md-push-6 {
2032
    left: 50%;
2033
  }
2034
  .col-md-push-5 {
2035
    left: 41.66666667%;
2036
  }
2037
  .col-md-push-4 {
2038
    left: 33.33333333%;
2039
  }
2040
  .col-md-push-3 {
2041
    left: 25%;
2042
  }
2043
  .col-md-push-2 {
2044
    left: 16.66666667%;
2045
  }
2046
  .col-md-push-1 {
2047
    left: 8.33333333%;
2048
  }
2049
  .col-md-push-0 {
2050
    left: auto;
2051
  }
2052
  .col-md-offset-12 {
2053
    margin-left: 100%;
2054
  }
2055
  .col-md-offset-11 {
2056
    margin-left: 91.66666667%;
2057
  }
2058
  .col-md-offset-10 {
2059
    margin-left: 83.33333333%;
2060
  }
2061
  .col-md-offset-9 {
2062
    margin-left: 75%;
2063
  }
2064
  .col-md-offset-8 {
2065
    margin-left: 66.66666667%;
2066
  }
2067
  .col-md-offset-7 {
2068
    margin-left: 58.33333333%;
2069
  }
2070
  .col-md-offset-6 {
2071
    margin-left: 50%;
2072
  }
2073
  .col-md-offset-5 {
2074
    margin-left: 41.66666667%;
2075
  }
2076
  .col-md-offset-4 {
2077
    margin-left: 33.33333333%;
2078
  }
2079
  .col-md-offset-3 {
2080
    margin-left: 25%;
2081
  }
2082
  .col-md-offset-2 {
2083
    margin-left: 16.66666667%;
2084
  }
2085
  .col-md-offset-1 {
2086
    margin-left: 8.33333333%;
2087
  }
2088
  .col-md-offset-0 {
2089
    margin-left: 0%;
2090
  }
2091
}
2092
@media (min-width: 1200px) {
2093
  .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 {
2094
    float: left;
2095
  }
2096
  .col-lg-12 {
2097
    width: 100%;
2098
  }
2099
  .col-lg-11 {
2100
    width: 91.66666667%;
2101
  }
2102
  .col-lg-10 {
2103
    width: 83.33333333%;
2104
  }
2105
  .col-lg-9 {
2106
    width: 75%;
2107
  }
2108
  .col-lg-8 {
2109
    width: 66.66666667%;
2110
  }
2111
  .col-lg-7 {
2112
    width: 58.33333333%;
2113
  }
2114
  .col-lg-6 {
2115
    width: 50%;
2116
  }
2117
  .col-lg-5 {
2118
    width: 41.66666667%;
2119
  }
2120
  .col-lg-4 {
2121
    width: 33.33333333%;
2122
  }
2123
  .col-lg-3 {
2124
    width: 25%;
2125
  }
2126
  .col-lg-2 {
2127
    width: 16.66666667%;
2128
  }
2129
  .col-lg-1 {
2130
    width: 8.33333333%;
2131
  }
2132
  .col-lg-pull-12 {
2133
    right: 100%;
2134
  }
2135
  .col-lg-pull-11 {
2136
    right: 91.66666667%;
2137
  }
2138
  .col-lg-pull-10 {
2139
    right: 83.33333333%;
2140
  }
2141
  .col-lg-pull-9 {
2142
    right: 75%;
2143
  }
2144
  .col-lg-pull-8 {
2145
    right: 66.66666667%;
2146
  }
2147
  .col-lg-pull-7 {
2148
    right: 58.33333333%;
2149
  }
2150
  .col-lg-pull-6 {
2151
    right: 50%;
2152
  }
2153
  .col-lg-pull-5 {
2154
    right: 41.66666667%;
2155
  }
2156
  .col-lg-pull-4 {
2157
    right: 33.33333333%;
2158
  }
2159
  .col-lg-pull-3 {
2160
    right: 25%;
2161
  }
2162
  .col-lg-pull-2 {
2163
    right: 16.66666667%;
2164
  }
2165
  .col-lg-pull-1 {
2166
    right: 8.33333333%;
2167
  }
2168
  .col-lg-pull-0 {
2169
    right: auto;
2170
  }
2171
  .col-lg-push-12 {
2172
    left: 100%;
2173
  }
2174
  .col-lg-push-11 {
2175
    left: 91.66666667%;
2176
  }
2177
  .col-lg-push-10 {
2178
    left: 83.33333333%;
2179
  }
2180
  .col-lg-push-9 {
2181
    left: 75%;
2182
  }
2183
  .col-lg-push-8 {
2184
    left: 66.66666667%;
2185
  }
2186
  .col-lg-push-7 {
2187
    left: 58.33333333%;
2188
  }
2189
  .col-lg-push-6 {
2190
    left: 50%;
2191
  }
2192
  .col-lg-push-5 {
2193
    left: 41.66666667%;
2194
  }
2195
  .col-lg-push-4 {
2196
    left: 33.33333333%;
2197
  }
2198
  .col-lg-push-3 {
2199
    left: 25%;
2200
  }
2201
  .col-lg-push-2 {
2202
    left: 16.66666667%;
2203
  }
2204
  .col-lg-push-1 {
2205
    left: 8.33333333%;
2206
  }
2207
  .col-lg-push-0 {
2208
    left: auto;
2209
  }
2210
  .col-lg-offset-12 {
2211
    margin-left: 100%;
2212
  }
2213
  .col-lg-offset-11 {
2214
    margin-left: 91.66666667%;
2215
  }
2216
  .col-lg-offset-10 {
2217
    margin-left: 83.33333333%;
2218
  }
2219
  .col-lg-offset-9 {
2220
    margin-left: 75%;
2221
  }
2222
  .col-lg-offset-8 {
2223
    margin-left: 66.66666667%;
2224
  }
2225
  .col-lg-offset-7 {
2226
    margin-left: 58.33333333%;
2227
  }
2228
  .col-lg-offset-6 {
2229
    margin-left: 50%;
2230
  }
2231
  .col-lg-offset-5 {
2232
    margin-left: 41.66666667%;
2233
  }
2234
  .col-lg-offset-4 {
2235
    margin-left: 33.33333333%;
2236
  }
2237
  .col-lg-offset-3 {
2238
    margin-left: 25%;
2239
  }
2240
  .col-lg-offset-2 {
2241
    margin-left: 16.66666667%;
2242
  }
2243
  .col-lg-offset-1 {
2244
    margin-left: 8.33333333%;
2245
  }
2246
  .col-lg-offset-0 {
2247
    margin-left: 0%;
2248
  }
2249
}
2250
table {
2251
  background-color: transparent;
2252
}
2253
caption {
2254
  padding-top: 8px;
2255
  padding-bottom: 8px;
2256
  color: #777777;
2257
  text-align: left;
2258
}
2259
th {
2260
  text-align: left;
2261
}
2262
.table {
2263
  width: 100%;
2264
  max-width: 100%;
2265
  margin-bottom: 18px;
2266
}
2267
.table > thead > tr > th,
2268
.table > tbody > tr > th,
2269
.table > tfoot > tr > th,
2270
.table > thead > tr > td,
2271
.table > tbody > tr > td,
2272
.table > tfoot > tr > td {
2273
  padding: 8px;
2274
  line-height: 1.42857143;
2275
  vertical-align: top;
2276
  border-top: 1px solid #ddd;
2277
}
2278
.table > thead > tr > th {
2279
  vertical-align: bottom;
2280
  border-bottom: 2px solid #ddd;
2281
}
2282
.table > caption + thead > tr:first-child > th,
2283
.table > colgroup + thead > tr:first-child > th,
2284
.table > thead:first-child > tr:first-child > th,
2285
.table > caption + thead > tr:first-child > td,
2286
.table > colgroup + thead > tr:first-child > td,
2287
.table > thead:first-child > tr:first-child > td {
2288
  border-top: 0;
2289
}
2290
.table > tbody + tbody {
2291
  border-top: 2px solid #ddd;
2292
}
2293
.table .table {
2294
  background-color: #fff;
2295
}
2296
.table-condensed > thead > tr > th,
2297
.table-condensed > tbody > tr > th,
2298
.table-condensed > tfoot > tr > th,
2299
.table-condensed > thead > tr > td,
2300
.table-condensed > tbody > tr > td,
2301
.table-condensed > tfoot > tr > td {
2302
  padding: 5px;
2303
}
2304
.table-bordered {
2305
  border: 1px solid #ddd;
2306
}
2307
.table-bordered > thead > tr > th,
2308
.table-bordered > tbody > tr > th,
2309
.table-bordered > tfoot > tr > th,
2310
.table-bordered > thead > tr > td,
2311
.table-bordered > tbody > tr > td,
2312
.table-bordered > tfoot > tr > td {
2313
  border: 1px solid #ddd;
2314
}
2315
.table-bordered > thead > tr > th,
2316
.table-bordered > thead > tr > td {
2317
  border-bottom-width: 2px;
2318
}
2319
.table-striped > tbody > tr:nth-of-type(odd) {
2320
  background-color: #f9f9f9;
2321
}
2322
.table-hover > tbody > tr:hover {
2323
  background-color: #f5f5f5;
2324
}
2325
table col[class*="col-"] {
2326
  position: static;
2327
  float: none;
2328
  display: table-column;
2329
}
2330
table td[class*="col-"],
2331
table th[class*="col-"] {
2332
  position: static;
2333
  float: none;
2334
  display: table-cell;
2335
}
2336
.table > thead > tr > td.active,
2337
.table > tbody > tr > td.active,
2338
.table > tfoot > tr > td.active,
2339
.table > thead > tr > th.active,
2340
.table > tbody > tr > th.active,
2341
.table > tfoot > tr > th.active,
2342
.table > thead > tr.active > td,
2343
.table > tbody > tr.active > td,
2344
.table > tfoot > tr.active > td,
2345
.table > thead > tr.active > th,
2346
.table > tbody > tr.active > th,
2347
.table > tfoot > tr.active > th {
2348
  background-color: #f5f5f5;
2349
}
2350
.table-hover > tbody > tr > td.active:hover,
2351
.table-hover > tbody > tr > th.active:hover,
2352
.table-hover > tbody > tr.active:hover > td,
2353
.table-hover > tbody > tr:hover > .active,
2354
.table-hover > tbody > tr.active:hover > th {
2355
  background-color: #e8e8e8;
2356
}
2357
.table > thead > tr > td.success,
2358
.table > tbody > tr > td.success,
2359
.table > tfoot > tr > td.success,
2360
.table > thead > tr > th.success,
2361
.table > tbody > tr > th.success,
2362
.table > tfoot > tr > th.success,
2363
.table > thead > tr.success > td,
2364
.table > tbody > tr.success > td,
2365
.table > tfoot > tr.success > td,
2366
.table > thead > tr.success > th,
2367
.table > tbody > tr.success > th,
2368
.table > tfoot > tr.success > th {
2369
  background-color: #dff0d8;
2370
}
2371
.table-hover > tbody > tr > td.success:hover,
2372
.table-hover > tbody > tr > th.success:hover,
2373
.table-hover > tbody > tr.success:hover > td,
2374
.table-hover > tbody > tr:hover > .success,
2375
.table-hover > tbody > tr.success:hover > th {
2376
  background-color: #d0e9c6;
2377
}
2378
.table > thead > tr > td.info,
2379
.table > tbody > tr > td.info,
2380
.table > tfoot > tr > td.info,
2381
.table > thead > tr > th.info,
2382
.table > tbody > tr > th.info,
2383
.table > tfoot > tr > th.info,
2384
.table > thead > tr.info > td,
2385
.table > tbody > tr.info > td,
2386
.table > tfoot > tr.info > td,
2387
.table > thead > tr.info > th,
2388
.table > tbody > tr.info > th,
2389
.table > tfoot > tr.info > th {
2390
  background-color: #d9edf7;
2391
}
2392
.table-hover > tbody > tr > td.info:hover,
2393
.table-hover > tbody > tr > th.info:hover,
2394
.table-hover > tbody > tr.info:hover > td,
2395
.table-hover > tbody > tr:hover > .info,
2396
.table-hover > tbody > tr.info:hover > th {
2397
  background-color: #c4e3f3;
2398
}
2399
.table > thead > tr > td.warning,
2400
.table > tbody > tr > td.warning,
2401
.table > tfoot > tr > td.warning,
2402
.table > thead > tr > th.warning,
2403
.table > tbody > tr > th.warning,
2404
.table > tfoot > tr > th.warning,
2405
.table > thead > tr.warning > td,
2406
.table > tbody > tr.warning > td,
2407
.table > tfoot > tr.warning > td,
2408
.table > thead > tr.warning > th,
2409
.table > tbody > tr.warning > th,
2410
.table > tfoot > tr.warning > th {
2411
  background-color: #fcf8e3;
2412
}
2413
.table-hover > tbody > tr > td.warning:hover,
2414
.table-hover > tbody > tr > th.warning:hover,
2415
.table-hover > tbody > tr.warning:hover > td,
2416
.table-hover > tbody > tr:hover > .warning,
2417
.table-hover > tbody > tr.warning:hover > th {
2418
  background-color: #faf2cc;
2419
}
2420
.table > thead > tr > td.danger,
2421
.table > tbody > tr > td.danger,
2422
.table > tfoot > tr > td.danger,
2423
.table > thead > tr > th.danger,
2424
.table > tbody > tr > th.danger,
2425
.table > tfoot > tr > th.danger,
2426
.table > thead > tr.danger > td,
2427
.table > tbody > tr.danger > td,
2428
.table > tfoot > tr.danger > td,
2429
.table > thead > tr.danger > th,
2430
.table > tbody > tr.danger > th,
2431
.table > tfoot > tr.danger > th {
2432
  background-color: #f2dede;
2433
}
2434
.table-hover > tbody > tr > td.danger:hover,
2435
.table-hover > tbody > tr > th.danger:hover,
2436
.table-hover > tbody > tr.danger:hover > td,
2437
.table-hover > tbody > tr:hover > .danger,
2438
.table-hover > tbody > tr.danger:hover > th {
2439
  background-color: #ebcccc;
2440
}
2441
.table-responsive {
2442
  overflow-x: auto;
2443
  min-height: 0.01%;
2444
}
2445
@media screen and (max-width: 767px) {
2446
  .table-responsive {
2447
    width: 100%;
2448
    margin-bottom: 13.5px;
2449
    overflow-y: hidden;
2450
    -ms-overflow-style: -ms-autohiding-scrollbar;
2451
    border: 1px solid #ddd;
2452
  }
2453
  .table-responsive > .table {
2454
    margin-bottom: 0;
2455
  }
2456
  .table-responsive > .table > thead > tr > th,
2457
  .table-responsive > .table > tbody > tr > th,
2458
  .table-responsive > .table > tfoot > tr > th,
2459
  .table-responsive > .table > thead > tr > td,
2460
  .table-responsive > .table > tbody > tr > td,
2461
  .table-responsive > .table > tfoot > tr > td {
2462
    white-space: nowrap;
2463
  }
2464
  .table-responsive > .table-bordered {
2465
    border: 0;
2466
  }
2467
  .table-responsive > .table-bordered > thead > tr > th:first-child,
2468
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
2469
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
2470
  .table-responsive > .table-bordered > thead > tr > td:first-child,
2471
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
2472
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
2473
    border-left: 0;
2474
  }
2475
  .table-responsive > .table-bordered > thead > tr > th:last-child,
2476
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
2477
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
2478
  .table-responsive > .table-bordered > thead > tr > td:last-child,
2479
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
2480
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
2481
    border-right: 0;
2482
  }
2483
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
2484
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
2485
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
2486
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
2487
    border-bottom: 0;
2488
  }
2489
}
2490
fieldset {
2491
  padding: 0;
2492
  margin: 0;
2493
  border: 0;
2494
  min-width: 0;
2495
}
2496
legend {
2497
  display: block;
2498
  width: 100%;
2499
  padding: 0;
2500
  margin-bottom: 18px;
2501
  font-size: 19.5px;
2502
  line-height: inherit;
2503
  color: #333333;
2504
  border: 0;
2505
  border-bottom: 1px solid #e5e5e5;
2506
}
2507
label {
2508
  display: inline-block;
2509
  max-width: 100%;
2510
  margin-bottom: 5px;
2511
  font-weight: bold;
2512
}
2513
input[type="search"] {
2514
  -webkit-box-sizing: border-box;
2515
  -moz-box-sizing: border-box;
2516
  box-sizing: border-box;
2517
}
2518
input[type="radio"],
2519
input[type="checkbox"] {
2520
  margin: 4px 0 0;
2521
  margin-top: 1px \9;
2522
  line-height: normal;
2523
}
2524
input[type="file"] {
2525
  display: block;
2526
}
2527
input[type="range"] {
2528
  display: block;
2529
  width: 100%;
2530
}
2531
select[multiple],
2532
select[size] {
2533
  height: auto;
2534
}
2535
input[type="file"]:focus,
2536
input[type="radio"]:focus,
2537
input[type="checkbox"]:focus {
2538
  outline: 5px auto -webkit-focus-ring-color;
2539
  outline-offset: -2px;
2540
}
2541
output {
2542
  display: block;
2543
  padding-top: 7px;
2544
  font-size: 13px;
2545
  line-height: 1.42857143;
2546
  color: #555555;
2547
}
2548
.form-control {
2549
  display: block;
2550
  width: 100%;
2551
  height: 32px;
2552
  padding: 6px 12px;
2553
  font-size: 13px;
2554
  line-height: 1.42857143;
2555
  color: #555555;
2556
  background-color: #fff;
2557
  background-image: none;
2558
  border: 1px solid #ccc;
2559
  border-radius: 2px;
2560
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2561
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2562
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2563
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2564
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2565
}
2566
.form-control:focus {
2567
  border-color: #66afe9;
2568
  outline: 0;
2569
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
2570
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
2571
}
2572
.form-control::-moz-placeholder {
2573
  color: #999;
2574
  opacity: 1;
2575
}
2576
.form-control:-ms-input-placeholder {
2577
  color: #999;
2578
}
2579
.form-control::-webkit-input-placeholder {
2580
  color: #999;
2581
}
2582
.form-control::-ms-expand {
2583
  border: 0;
2584
  background-color: transparent;
2585
}
2586
.form-control[disabled],
2587
.form-control[readonly],
2588
fieldset[disabled] .form-control {
2589
  background-color: #eeeeee;
2590
  opacity: 1;
2591
}
2592
.form-control[disabled],
2593
fieldset[disabled] .form-control {
2594
  cursor: not-allowed;
2595
}
2596
textarea.form-control {
2597
  height: auto;
2598
}
2599
input[type="search"] {
2600
  -webkit-appearance: none;
2601
}
2602
@media screen and (-webkit-min-device-pixel-ratio: 0) {
2603
  input[type="date"].form-control,
2604
  input[type="time"].form-control,
2605
  input[type="datetime-local"].form-control,
2606
  input[type="month"].form-control {
2607
    line-height: 32px;
2608
  }
2609
  input[type="date"].input-sm,
2610
  input[type="time"].input-sm,
2611
  input[type="datetime-local"].input-sm,
2612
  input[type="month"].input-sm,
2613
  .input-group-sm input[type="date"],
2614
  .input-group-sm input[type="time"],
2615
  .input-group-sm input[type="datetime-local"],
2616
  .input-group-sm input[type="month"] {
2617
    line-height: 30px;
2618
  }
2619
  input[type="date"].input-lg,
2620
  input[type="time"].input-lg,
2621
  input[type="datetime-local"].input-lg,
2622
  input[type="month"].input-lg,
2623
  .input-group-lg input[type="date"],
2624
  .input-group-lg input[type="time"],
2625
  .input-group-lg input[type="datetime-local"],
2626
  .input-group-lg input[type="month"] {
2627
    line-height: 45px;
2628
  }
2629
}
2630
.form-group {
2631
  margin-bottom: 15px;
2632
}
2633
.radio,
2634
.checkbox {
2635
  position: relative;
2636
  display: block;
2637
  margin-top: 10px;
2638
  margin-bottom: 10px;
2639
}
2640
.radio label,
2641
.checkbox label {
2642
  min-height: 18px;
2643
  padding-left: 20px;
2644
  margin-bottom: 0;
2645
  font-weight: normal;
2646
  cursor: pointer;
2647
}
2648
.radio input[type="radio"],
2649
.radio-inline input[type="radio"],
2650
.checkbox input[type="checkbox"],
2651
.checkbox-inline input[type="checkbox"] {
2652
  position: absolute;
2653
  margin-left: -20px;
2654
  margin-top: 4px \9;
2655
}
2656
.radio + .radio,
2657
.checkbox + .checkbox {
2658
  margin-top: -5px;
2659
}
2660
.radio-inline,
2661
.checkbox-inline {
2662
  position: relative;
2663
  display: inline-block;
2664
  padding-left: 20px;
2665
  margin-bottom: 0;
2666
  vertical-align: middle;
2667
  font-weight: normal;
2668
  cursor: pointer;
2669
}
2670
.radio-inline + .radio-inline,
2671
.checkbox-inline + .checkbox-inline {
2672
  margin-top: 0;
2673
  margin-left: 10px;
2674
}
2675
input[type="radio"][disabled],
2676
input[type="checkbox"][disabled],
2677
input[type="radio"].disabled,
2678
input[type="checkbox"].disabled,
2679
fieldset[disabled] input[type="radio"],
2680
fieldset[disabled] input[type="checkbox"] {
2681
  cursor: not-allowed;
2682
}
2683
.radio-inline.disabled,
2684
.checkbox-inline.disabled,
2685
fieldset[disabled] .radio-inline,
2686
fieldset[disabled] .checkbox-inline {
2687
  cursor: not-allowed;
2688
}
2689
.radio.disabled label,
2690
.checkbox.disabled label,
2691
fieldset[disabled] .radio label,
2692
fieldset[disabled] .checkbox label {
2693
  cursor: not-allowed;
2694
}
2695
.form-control-static {
2696
  padding-top: 7px;
2697
  padding-bottom: 7px;
2698
  margin-bottom: 0;
2699
  min-height: 31px;
2700
}
2701
.form-control-static.input-lg,
2702
.form-control-static.input-sm {
2703
  padding-left: 0;
2704
  padding-right: 0;
2705
}
2706
.input-sm {
2707
  height: 30px;
2708
  padding: 5px 10px;
2709
  font-size: 12px;
2710
  line-height: 1.5;
2711
  border-radius: 1px;
2712
}
2713
select.input-sm {
2714
  height: 30px;
2715
  line-height: 30px;
2716
}
2717
textarea.input-sm,
2718
select[multiple].input-sm {
2719
  height: auto;
2720
}
2721
.form-group-sm .form-control {
2722
  height: 30px;
2723
  padding: 5px 10px;
2724
  font-size: 12px;
2725
  line-height: 1.5;
2726
  border-radius: 1px;
2727
}
2728
.form-group-sm select.form-control {
2729
  height: 30px;
2730
  line-height: 30px;
2731
}
2732
.form-group-sm textarea.form-control,
2733
.form-group-sm select[multiple].form-control {
2734
  height: auto;
2735
}
2736
.form-group-sm .form-control-static {
2737
  height: 30px;
2738
  min-height: 30px;
2739
  padding: 6px 10px;
2740
  font-size: 12px;
2741
  line-height: 1.5;
2742
}
2743
.input-lg {
2744
  height: 45px;
2745
  padding: 10px 16px;
2746
  font-size: 17px;
2747
  line-height: 1.3333333;
2748
  border-radius: 3px;
2749
}
2750
select.input-lg {
2751
  height: 45px;
2752
  line-height: 45px;
2753
}
2754
textarea.input-lg,
2755
select[multiple].input-lg {
2756
  height: auto;
2757
}
2758
.form-group-lg .form-control {
2759
  height: 45px;
2760
  padding: 10px 16px;
2761
  font-size: 17px;
2762
  line-height: 1.3333333;
2763
  border-radius: 3px;
2764
}
2765
.form-group-lg select.form-control {
2766
  height: 45px;
2767
  line-height: 45px;
2768
}
2769
.form-group-lg textarea.form-control,
2770
.form-group-lg select[multiple].form-control {
2771
  height: auto;
2772
}
2773
.form-group-lg .form-control-static {
2774
  height: 45px;
2775
  min-height: 35px;
2776
  padding: 11px 16px;
2777
  font-size: 17px;
2778
  line-height: 1.3333333;
2779
}
2780
.has-feedback {
2781
  position: relative;
2782
}
2783
.has-feedback .form-control {
2784
  padding-right: 40px;
2785
}
2786
.form-control-feedback {
2787
  position: absolute;
2788
  top: 0;
2789
  right: 0;
2790
  z-index: 2;
2791
  display: block;
2792
  width: 32px;
2793
  height: 32px;
2794
  line-height: 32px;
2795
  text-align: center;
2796
  pointer-events: none;
2797
}
2798
.input-lg + .form-control-feedback,
2799
.input-group-lg + .form-control-feedback,
2800
.form-group-lg .form-control + .form-control-feedback {
2801
  width: 45px;
2802
  height: 45px;
2803
  line-height: 45px;
2804
}
2805
.input-sm + .form-control-feedback,
2806
.input-group-sm + .form-control-feedback,
2807
.form-group-sm .form-control + .form-control-feedback {
2808
  width: 30px;
2809
  height: 30px;
2810
  line-height: 30px;
2811
}
2812
.has-success .help-block,
2813
.has-success .control-label,
2814
.has-success .radio,
2815
.has-success .checkbox,
2816
.has-success .radio-inline,
2817
.has-success .checkbox-inline,
2818
.has-success.radio label,
2819
.has-success.checkbox label,
2820
.has-success.radio-inline label,
2821
.has-success.checkbox-inline label {
2822
  color: #3c763d;
2823
}
2824
.has-success .form-control {
2825
  border-color: #3c763d;
2826
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2827
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2828
}
2829
.has-success .form-control:focus {
2830
  border-color: #2b542c;
2831
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
2832
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
2833
}
2834
.has-success .input-group-addon {
2835
  color: #3c763d;
2836
  border-color: #3c763d;
2837
  background-color: #dff0d8;
2838
}
2839
.has-success .form-control-feedback {
2840
  color: #3c763d;
2841
}
2842
.has-warning .help-block,
2843
.has-warning .control-label,
2844
.has-warning .radio,
2845
.has-warning .checkbox,
2846
.has-warning .radio-inline,
2847
.has-warning .checkbox-inline,
2848
.has-warning.radio label,
2849
.has-warning.checkbox label,
2850
.has-warning.radio-inline label,
2851
.has-warning.checkbox-inline label {
2852
  color: #8a6d3b;
2853
}
2854
.has-warning .form-control {
2855
  border-color: #8a6d3b;
2856
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2857
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2858
}
2859
.has-warning .form-control:focus {
2860
  border-color: #66512c;
2861
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
2862
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
2863
}
2864
.has-warning .input-group-addon {
2865
  color: #8a6d3b;
2866
  border-color: #8a6d3b;
2867
  background-color: #fcf8e3;
2868
}
2869
.has-warning .form-control-feedback {
2870
  color: #8a6d3b;
2871
}
2872
.has-error .help-block,
2873
.has-error .control-label,
2874
.has-error .radio,
2875
.has-error .checkbox,
2876
.has-error .radio-inline,
2877
.has-error .checkbox-inline,
2878
.has-error.radio label,
2879
.has-error.checkbox label,
2880
.has-error.radio-inline label,
2881
.has-error.checkbox-inline label {
2882
  color: #a94442;
2883
}
2884
.has-error .form-control {
2885
  border-color: #a94442;
2886
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2887
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2888
}
2889
.has-error .form-control:focus {
2890
  border-color: #843534;
2891
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
2892
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
2893
}
2894
.has-error .input-group-addon {
2895
  color: #a94442;
2896
  border-color: #a94442;
2897
  background-color: #f2dede;
2898
}
2899
.has-error .form-control-feedback {
2900
  color: #a94442;
2901
}
2902
.has-feedback label ~ .form-control-feedback {
2903
  top: 23px;
2904
}
2905
.has-feedback label.sr-only ~ .form-control-feedback {
2906
  top: 0;
2907
}
2908
.help-block {
2909
  display: block;
2910
  margin-top: 5px;
2911
  margin-bottom: 10px;
2912
  color: #404040;
2913
}
2914
@media (min-width: 768px) {
2915
  .form-inline .form-group {
2916
    display: inline-block;
2917
    margin-bottom: 0;
2918
    vertical-align: middle;
2919
  }
2920
  .form-inline .form-control {
2921
    display: inline-block;
2922
    width: auto;
2923
    vertical-align: middle;
2924
  }
2925
  .form-inline .form-control-static {
2926
    display: inline-block;
2927
  }
2928
  .form-inline .input-group {
2929
    display: inline-table;
2930
    vertical-align: middle;
2931
  }
2932
  .form-inline .input-group .input-group-addon,
2933
  .form-inline .input-group .input-group-btn,
2934
  .form-inline .input-group .form-control {
2935
    width: auto;
2936
  }
2937
  .form-inline .input-group > .form-control {
2938
    width: 100%;
2939
  }
2940
  .form-inline .control-label {
2941
    margin-bottom: 0;
2942
    vertical-align: middle;
2943
  }
2944
  .form-inline .radio,
2945
  .form-inline .checkbox {
2946
    display: inline-block;
2947
    margin-top: 0;
2948
    margin-bottom: 0;
2949
    vertical-align: middle;
2950
  }
2951
  .form-inline .radio label,
2952
  .form-inline .checkbox label {
2953
    padding-left: 0;
2954
  }
2955
  .form-inline .radio input[type="radio"],
2956
  .form-inline .checkbox input[type="checkbox"] {
2957
    position: relative;
2958
    margin-left: 0;
2959
  }
2960
  .form-inline .has-feedback .form-control-feedback {
2961
    top: 0;
2962
  }
2963
}
2964
.form-horizontal .radio,
2965
.form-horizontal .checkbox,
2966
.form-horizontal .radio-inline,
2967
.form-horizontal .checkbox-inline {
2968
  margin-top: 0;
2969
  margin-bottom: 0;
2970
  padding-top: 7px;
2971
}
2972
.form-horizontal .radio,
2973
.form-horizontal .checkbox {
2974
  min-height: 25px;
2975
}
2976
.form-horizontal .form-group {
2977
  margin-left: 0px;
2978
  margin-right: 0px;
2979
}
2980
@media (min-width: 768px) {
2981
  .form-horizontal .control-label {
2982
    text-align: right;
2983
    margin-bottom: 0;
2984
    padding-top: 7px;
2985
  }
2986
}
2987
.form-horizontal .has-feedback .form-control-feedback {
2988
  right: 0px;
2989
}
2990
@media (min-width: 768px) {
2991
  .form-horizontal .form-group-lg .control-label {
2992
    padding-top: 11px;
2993
    font-size: 17px;
2994
  }
2995
}
2996
@media (min-width: 768px) {
2997
  .form-horizontal .form-group-sm .control-label {
2998
    padding-top: 6px;
2999
    font-size: 12px;
3000
  }
3001
}
3002
.btn {
3003
  display: inline-block;
3004
  margin-bottom: 0;
3005
  font-weight: normal;
3006
  text-align: center;
3007
  vertical-align: middle;
3008
  touch-action: manipulation;
3009
  cursor: pointer;
3010
  background-image: none;
3011
  border: 1px solid transparent;
3012
  white-space: nowrap;
3013
  padding: 6px 12px;
3014
  font-size: 13px;
3015
  line-height: 1.42857143;
3016
  border-radius: 2px;
3017
  -webkit-user-select: none;
3018
  -moz-user-select: none;
3019
  -ms-user-select: none;
3020
  user-select: none;
3021
}
3022
.btn:focus,
3023
.btn:active:focus,
3024
.btn.active:focus,
3025
.btn.focus,
3026
.btn:active.focus,
3027
.btn.active.focus {
3028
  outline: 5px auto -webkit-focus-ring-color;
3029
  outline-offset: -2px;
3030
}
3031
.btn:hover,
3032
.btn:focus,
3033
.btn.focus {
3034
  color: #333;
3035
  text-decoration: none;
3036
}
3037
.btn:active,
3038
.btn.active {
3039
  outline: 0;
3040
  background-image: none;
3041
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3042
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3043
}
3044
.btn.disabled,
3045
.btn[disabled],
3046
fieldset[disabled] .btn {
3047
  cursor: not-allowed;
3048
  opacity: 0.65;
3049
  filter: alpha(opacity=65);
3050
  -webkit-box-shadow: none;
3051
  box-shadow: none;
3052
}
3053
a.btn.disabled,
3054
fieldset[disabled] a.btn {
3055
  pointer-events: none;
3056
}
3057
.btn-default {
3058
  color: #333;
3059
  background-color: #fff;
3060
  border-color: #ccc;
3061
}
3062
.btn-default:focus,
3063
.btn-default.focus {
3064
  color: #333;
3065
  background-color: #e6e6e6;
3066
  border-color: #8c8c8c;
3067
}
3068
.btn-default:hover {
3069
  color: #333;
3070
  background-color: #e6e6e6;
3071
  border-color: #adadad;
3072
}
3073
.btn-default:active,
3074
.btn-default.active,
3075
.open > .dropdown-toggle.btn-default {
3076
  color: #333;
3077
  background-color: #e6e6e6;
3078
  border-color: #adadad;
3079
}
3080
.btn-default:active:hover,
3081
.btn-default.active:hover,
3082
.open > .dropdown-toggle.btn-default:hover,
3083
.btn-default:active:focus,
3084
.btn-default.active:focus,
3085
.open > .dropdown-toggle.btn-default:focus,
3086
.btn-default:active.focus,
3087
.btn-default.active.focus,
3088
.open > .dropdown-toggle.btn-default.focus {
3089
  color: #333;
3090
  background-color: #d4d4d4;
3091
  border-color: #8c8c8c;
3092
}
3093
.btn-default:active,
3094
.btn-default.active,
3095
.open > .dropdown-toggle.btn-default {
3096
  background-image: none;
3097
}
3098
.btn-default.disabled:hover,
3099
.btn-default[disabled]:hover,
3100
fieldset[disabled] .btn-default:hover,
3101
.btn-default.disabled:focus,
3102
.btn-default[disabled]:focus,
3103
fieldset[disabled] .btn-default:focus,
3104
.btn-default.disabled.focus,
3105
.btn-default[disabled].focus,
3106
fieldset[disabled] .btn-default.focus {
3107
  background-color: #fff;
3108
  border-color: #ccc;
3109
}
3110
.btn-default .badge {
3111
  color: #fff;
3112
  background-color: #333;
3113
}
3114
.btn-primary {
3115
  color: #fff;
3116
  background-color: #337ab7;
3117
  border-color: #2e6da4;
3118
}
3119
.btn-primary:focus,
3120
.btn-primary.focus {
3121
  color: #fff;
3122
  background-color: #286090;
3123
  border-color: #122b40;
3124
}
3125
.btn-primary:hover {
3126
  color: #fff;
3127
  background-color: #286090;
3128
  border-color: #204d74;
3129
}
3130
.btn-primary:active,
3131
.btn-primary.active,
3132
.open > .dropdown-toggle.btn-primary {
3133
  color: #fff;
3134
  background-color: #286090;
3135
  border-color: #204d74;
3136
}
3137
.btn-primary:active:hover,
3138
.btn-primary.active:hover,
3139
.open > .dropdown-toggle.btn-primary:hover,
3140
.btn-primary:active:focus,
3141
.btn-primary.active:focus,
3142
.open > .dropdown-toggle.btn-primary:focus,
3143
.btn-primary:active.focus,
3144
.btn-primary.active.focus,
3145
.open > .dropdown-toggle.btn-primary.focus {
3146
  color: #fff;
3147
  background-color: #204d74;
3148
  border-color: #122b40;
3149
}
3150
.btn-primary:active,
3151
.btn-primary.active,
3152
.open > .dropdown-toggle.btn-primary {
3153
  background-image: none;
3154
}
3155
.btn-primary.disabled:hover,
3156
.btn-primary[disabled]:hover,
3157
fieldset[disabled] .btn-primary:hover,
3158
.btn-primary.disabled:focus,
3159
.btn-primary[disabled]:focus,
3160
fieldset[disabled] .btn-primary:focus,
3161
.btn-primary.disabled.focus,
3162
.btn-primary[disabled].focus,
3163
fieldset[disabled] .btn-primary.focus {
3164
  background-color: #337ab7;
3165
  border-color: #2e6da4;
3166
}
3167
.btn-primary .badge {
3168
  color: #337ab7;
3169
  background-color: #fff;
3170
}
3171
.btn-success {
3172
  color: #fff;
3173
  background-color: #5cb85c;
3174
  border-color: #4cae4c;
3175
}
3176
.btn-success:focus,
3177
.btn-success.focus {
3178
  color: #fff;
3179
  background-color: #449d44;
3180
  border-color: #255625;
3181
}
3182
.btn-success:hover {
3183
  color: #fff;
3184
  background-color: #449d44;
3185
  border-color: #398439;
3186
}
3187
.btn-success:active,
3188
.btn-success.active,
3189
.open > .dropdown-toggle.btn-success {
3190
  color: #fff;
3191
  background-color: #449d44;
3192
  border-color: #398439;
3193
}
3194
.btn-success:active:hover,
3195
.btn-success.active:hover,
3196
.open > .dropdown-toggle.btn-success:hover,
3197
.btn-success:active:focus,
3198
.btn-success.active:focus,
3199
.open > .dropdown-toggle.btn-success:focus,
3200
.btn-success:active.focus,
3201
.btn-success.active.focus,
3202
.open > .dropdown-toggle.btn-success.focus {
3203
  color: #fff;
3204
  background-color: #398439;
3205
  border-color: #255625;
3206
}
3207
.btn-success:active,
3208
.btn-success.active,
3209
.open > .dropdown-toggle.btn-success {
3210
  background-image: none;
3211
}
3212
.btn-success.disabled:hover,
3213
.btn-success[disabled]:hover,
3214
fieldset[disabled] .btn-success:hover,
3215
.btn-success.disabled:focus,
3216
.btn-success[disabled]:focus,
3217
fieldset[disabled] .btn-success:focus,
3218
.btn-success.disabled.focus,
3219
.btn-success[disabled].focus,
3220
fieldset[disabled] .btn-success.focus {
3221
  background-color: #5cb85c;
3222
  border-color: #4cae4c;
3223
}
3224
.btn-success .badge {
3225
  color: #5cb85c;
3226
  background-color: #fff;
3227
}
3228
.btn-info {
3229
  color: #fff;
3230
  background-color: #5bc0de;
3231
  border-color: #46b8da;
3232
}
3233
.btn-info:focus,
3234
.btn-info.focus {
3235
  color: #fff;
3236
  background-color: #31b0d5;
3237
  border-color: #1b6d85;
3238
}
3239
.btn-info:hover {
3240
  color: #fff;
3241
  background-color: #31b0d5;
3242
  border-color: #269abc;
3243
}
3244
.btn-info:active,
3245
.btn-info.active,
3246
.open > .dropdown-toggle.btn-info {
3247
  color: #fff;
3248
  background-color: #31b0d5;
3249
  border-color: #269abc;
3250
}
3251
.btn-info:active:hover,
3252
.btn-info.active:hover,
3253
.open > .dropdown-toggle.btn-info:hover,
3254
.btn-info:active:focus,
3255
.btn-info.active:focus,
3256
.open > .dropdown-toggle.btn-info:focus,
3257
.btn-info:active.focus,
3258
.btn-info.active.focus,
3259
.open > .dropdown-toggle.btn-info.focus {
3260
  color: #fff;
3261
  background-color: #269abc;
3262
  border-color: #1b6d85;
3263
}
3264
.btn-info:active,
3265
.btn-info.active,
3266
.open > .dropdown-toggle.btn-info {
3267
  background-image: none;
3268
}
3269
.btn-info.disabled:hover,
3270
.btn-info[disabled]:hover,
3271
fieldset[disabled] .btn-info:hover,
3272
.btn-info.disabled:focus,
3273
.btn-info[disabled]:focus,
3274
fieldset[disabled] .btn-info:focus,
3275
.btn-info.disabled.focus,
3276
.btn-info[disabled].focus,
3277
fieldset[disabled] .btn-info.focus {
3278
  background-color: #5bc0de;
3279
  border-color: #46b8da;
3280
}
3281
.btn-info .badge {
3282
  color: #5bc0de;
3283
  background-color: #fff;
3284
}
3285
.btn-warning {
3286
  color: #fff;
3287
  background-color: #f0ad4e;
3288
  border-color: #eea236;
3289
}
3290
.btn-warning:focus,
3291
.btn-warning.focus {
3292
  color: #fff;
3293
  background-color: #ec971f;
3294
  border-color: #985f0d;
3295
}
3296
.btn-warning:hover {
3297
  color: #fff;
3298
  background-color: #ec971f;
3299
  border-color: #d58512;
3300
}
3301
.btn-warning:active,
3302
.btn-warning.active,
3303
.open > .dropdown-toggle.btn-warning {
3304
  color: #fff;
3305
  background-color: #ec971f;
3306
  border-color: #d58512;
3307
}
3308
.btn-warning:active:hover,
3309
.btn-warning.active:hover,
3310
.open > .dropdown-toggle.btn-warning:hover,
3311
.btn-warning:active:focus,
3312
.btn-warning.active:focus,
3313
.open > .dropdown-toggle.btn-warning:focus,
3314
.btn-warning:active.focus,
3315
.btn-warning.active.focus,
3316
.open > .dropdown-toggle.btn-warning.focus {
3317
  color: #fff;
3318
  background-color: #d58512;
3319
  border-color: #985f0d;
3320
}
3321
.btn-warning:active,
3322
.btn-warning.active,
3323
.open > .dropdown-toggle.btn-warning {
3324
  background-image: none;
3325
}
3326
.btn-warning.disabled:hover,
3327
.btn-warning[disabled]:hover,
3328
fieldset[disabled] .btn-warning:hover,
3329
.btn-warning.disabled:focus,
3330
.btn-warning[disabled]:focus,
3331
fieldset[disabled] .btn-warning:focus,
3332
.btn-warning.disabled.focus,
3333
.btn-warning[disabled].focus,
3334
fieldset[disabled] .btn-warning.focus {
3335
  background-color: #f0ad4e;
3336
  border-color: #eea236;
3337
}
3338
.btn-warning .badge {
3339
  color: #f0ad4e;
3340
  background-color: #fff;
3341
}
3342
.btn-danger {
3343
  color: #fff;
3344
  background-color: #d9534f;
3345
  border-color: #d43f3a;
3346
}
3347
.btn-danger:focus,
3348
.btn-danger.focus {
3349
  color: #fff;
3350
  background-color: #c9302c;
3351
  border-color: #761c19;
3352
}
3353
.btn-danger:hover {
3354
  color: #fff;
3355
  background-color: #c9302c;
3356
  border-color: #ac2925;
3357
}
3358
.btn-danger:active,
3359
.btn-danger.active,
3360
.open > .dropdown-toggle.btn-danger {
3361
  color: #fff;
3362
  background-color: #c9302c;
3363
  border-color: #ac2925;
3364
}
3365
.btn-danger:active:hover,
3366
.btn-danger.active:hover,
3367
.open > .dropdown-toggle.btn-danger:hover,
3368
.btn-danger:active:focus,
3369
.btn-danger.active:focus,
3370
.open > .dropdown-toggle.btn-danger:focus,
3371
.btn-danger:active.focus,
3372
.btn-danger.active.focus,
3373
.open > .dropdown-toggle.btn-danger.focus {
3374
  color: #fff;
3375
  background-color: #ac2925;
3376
  border-color: #761c19;
3377
}
3378
.btn-danger:active,
3379
.btn-danger.active,
3380
.open > .dropdown-toggle.btn-danger {
3381
  background-image: none;
3382
}
3383
.btn-danger.disabled:hover,
3384
.btn-danger[disabled]:hover,
3385
fieldset[disabled] .btn-danger:hover,
3386
.btn-danger.disabled:focus,
3387
.btn-danger[disabled]:focus,
3388
fieldset[disabled] .btn-danger:focus,
3389
.btn-danger.disabled.focus,
3390
.btn-danger[disabled].focus,
3391
fieldset[disabled] .btn-danger.focus {
3392
  background-color: #d9534f;
3393
  border-color: #d43f3a;
3394
}
3395
.btn-danger .badge {
3396
  color: #d9534f;
3397
  background-color: #fff;
3398
}
3399
.btn-link {
3400
  color: #337ab7;
3401
  font-weight: normal;
3402
  border-radius: 0;
3403
}
3404
.btn-link,
3405
.btn-link:active,
3406
.btn-link.active,
3407
.btn-link[disabled],
3408
fieldset[disabled] .btn-link {
3409
  background-color: transparent;
3410
  -webkit-box-shadow: none;
3411
  box-shadow: none;
3412
}
3413
.btn-link,
3414
.btn-link:hover,
3415
.btn-link:focus,
3416
.btn-link:active {
3417
  border-color: transparent;
3418
}
3419
.btn-link:hover,
3420
.btn-link:focus {
3421
  color: #23527c;
3422
  text-decoration: underline;
3423
  background-color: transparent;
3424
}
3425
.btn-link[disabled]:hover,
3426
fieldset[disabled] .btn-link:hover,
3427
.btn-link[disabled]:focus,
3428
fieldset[disabled] .btn-link:focus {
3429
  color: #777777;
3430
  text-decoration: none;
3431
}
3432
.btn-lg,
3433
.btn-group-lg > .btn {
3434
  padding: 10px 16px;
3435
  font-size: 17px;
3436
  line-height: 1.3333333;
3437
  border-radius: 3px;
3438
}
3439
.btn-sm,
3440
.btn-group-sm > .btn {
3441
  padding: 5px 10px;
3442
  font-size: 12px;
3443
  line-height: 1.5;
3444
  border-radius: 1px;
3445
}
3446
.btn-xs,
3447
.btn-group-xs > .btn {
3448
  padding: 1px 5px;
3449
  font-size: 12px;
3450
  line-height: 1.5;
3451
  border-radius: 1px;
3452
}
3453
.btn-block {
3454
  display: block;
3455
  width: 100%;
3456
}
3457
.btn-block + .btn-block {
3458
  margin-top: 5px;
3459
}
3460
input[type="submit"].btn-block,
3461
input[type="reset"].btn-block,
3462
input[type="button"].btn-block {
3463
  width: 100%;
3464
}
3465
.fade {
3466
  opacity: 0;
3467
  -webkit-transition: opacity 0.15s linear;
3468
  -o-transition: opacity 0.15s linear;
3469
  transition: opacity 0.15s linear;
3470
}
3471
.fade.in {
3472
  opacity: 1;
3473
}
3474
.collapse {
3475
  display: none;
3476
}
3477
.collapse.in {
3478
  display: block;
3479
}
3480
tr.collapse.in {
3481
  display: table-row;
3482
}
3483
tbody.collapse.in {
3484
  display: table-row-group;
3485
}
3486
.collapsing {
3487
  position: relative;
3488
  height: 0;
3489
  overflow: hidden;
3490
  -webkit-transition-property: height, visibility;
3491
  transition-property: height, visibility;
3492
  -webkit-transition-duration: 0.35s;
3493
  transition-duration: 0.35s;
3494
  -webkit-transition-timing-function: ease;
3495
  transition-timing-function: ease;
3496
}
3497
.caret {
3498
  display: inline-block;
3499
  width: 0;
3500
  height: 0;
3501
  margin-left: 2px;
3502
  vertical-align: middle;
3503
  border-top: 4px dashed;
3504
  border-top: 4px solid \9;
3505
  border-right: 4px solid transparent;
3506
  border-left: 4px solid transparent;
3507
}
3508
.dropup,
3509
.dropdown {
3510
  position: relative;
3511
}
3512
.dropdown-toggle:focus {
3513
  outline: 0;
3514
}
3515
.dropdown-menu {
3516
  position: absolute;
3517
  top: 100%;
3518
  left: 0;
3519
  z-index: 1000;
3520
  display: none;
3521
  float: left;
3522
  min-width: 160px;
3523
  padding: 5px 0;
3524
  margin: 2px 0 0;
3525
  list-style: none;
3526
  font-size: 13px;
3527
  text-align: left;
3528
  background-color: #fff;
3529
  border: 1px solid #ccc;
3530
  border: 1px solid rgba(0, 0, 0, 0.15);
3531
  border-radius: 2px;
3532
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3533
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3534
  background-clip: padding-box;
3535
}
3536
.dropdown-menu.pull-right {
3537
  right: 0;
3538
  left: auto;
3539
}
3540
.dropdown-menu .divider {
3541
  height: 1px;
3542
  margin: 8px 0;
3543
  overflow: hidden;
3544
  background-color: #e5e5e5;
3545
}
3546
.dropdown-menu > li > a {
3547
  display: block;
3548
  padding: 3px 20px;
3549
  clear: both;
3550
  font-weight: normal;
3551
  line-height: 1.42857143;
3552
  color: #333333;
3553
  white-space: nowrap;
3554
}
3555
.dropdown-menu > li > a:hover,
3556
.dropdown-menu > li > a:focus {
3557
  text-decoration: none;
3558
  color: #262626;
3559
  background-color: #f5f5f5;
3560
}
3561
.dropdown-menu > .active > a,
3562
.dropdown-menu > .active > a:hover,
3563
.dropdown-menu > .active > a:focus {
3564
  color: #fff;
3565
  text-decoration: none;
3566
  outline: 0;
3567
  background-color: #337ab7;
3568
}
3569
.dropdown-menu > .disabled > a,
3570
.dropdown-menu > .disabled > a:hover,
3571
.dropdown-menu > .disabled > a:focus {
3572
  color: #777777;
3573
}
3574
.dropdown-menu > .disabled > a:hover,
3575
.dropdown-menu > .disabled > a:focus {
3576
  text-decoration: none;
3577
  background-color: transparent;
3578
  background-image: none;
3579
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3580
  cursor: not-allowed;
3581
}
3582
.open > .dropdown-menu {
3583
  display: block;
3584
}
3585
.open > a {
3586
  outline: 0;
3587
}
3588
.dropdown-menu-right {
3589
  left: auto;
3590
  right: 0;
3591
}
3592
.dropdown-menu-left {
3593
  left: 0;
3594
  right: auto;
3595
}
3596
.dropdown-header {
3597
  display: block;
3598
  padding: 3px 20px;
3599
  font-size: 12px;
3600
  line-height: 1.42857143;
3601
  color: #777777;
3602
  white-space: nowrap;
3603
}
3604
.dropdown-backdrop {
3605
  position: fixed;
3606
  left: 0;
3607
  right: 0;
3608
  bottom: 0;
3609
  top: 0;
3610
  z-index: 990;
3611
}
3612
.pull-right > .dropdown-menu {
3613
  right: 0;
3614
  left: auto;
3615
}
3616
.dropup .caret,
3617
.navbar-fixed-bottom .dropdown .caret {
3618
  border-top: 0;
3619
  border-bottom: 4px dashed;
3620
  border-bottom: 4px solid \9;
3621
  content: "";
3622
}
3623
.dropup .dropdown-menu,
3624
.navbar-fixed-bottom .dropdown .dropdown-menu {
3625
  top: auto;
3626
  bottom: 100%;
3627
  margin-bottom: 2px;
3628
}
3629
@media (min-width: 541px) {
3630
  .navbar-right .dropdown-menu {
3631
    left: auto;
3632
    right: 0;
3633
  }
3634
  .navbar-right .dropdown-menu-left {
3635
    left: 0;
3636
    right: auto;
3637
  }
3638
}
3639
.btn-group,
3640
.btn-group-vertical {
3641
  position: relative;
3642
  display: inline-block;
3643
  vertical-align: middle;
3644
}
3645
.btn-group > .btn,
3646
.btn-group-vertical > .btn {
3647
  position: relative;
3648
  float: left;
3649
}
3650
.btn-group > .btn:hover,
3651
.btn-group-vertical > .btn:hover,
3652
.btn-group > .btn:focus,
3653
.btn-group-vertical > .btn:focus,
3654
.btn-group > .btn:active,
3655
.btn-group-vertical > .btn:active,
3656
.btn-group > .btn.active,
3657
.btn-group-vertical > .btn.active {
3658
  z-index: 2;
3659
}
3660
.btn-group .btn + .btn,
3661
.btn-group .btn + .btn-group,
3662
.btn-group .btn-group + .btn,
3663
.btn-group .btn-group + .btn-group {
3664
  margin-left: -1px;
3665
}
3666
.btn-toolbar {
3667
  margin-left: -5px;
3668
}
3669
.btn-toolbar .btn,
3670
.btn-toolbar .btn-group,
3671
.btn-toolbar .input-group {
3672
  float: left;
3673
}
3674
.btn-toolbar > .btn,
3675
.btn-toolbar > .btn-group,
3676
.btn-toolbar > .input-group {
3677
  margin-left: 5px;
3678
}
3679
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
3680
  border-radius: 0;
3681
}
3682
.btn-group > .btn:first-child {
3683
  margin-left: 0;
3684
}
3685
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
3686
  border-bottom-right-radius: 0;
3687
  border-top-right-radius: 0;
3688
}
3689
.btn-group > .btn:last-child:not(:first-child),
3690
.btn-group > .dropdown-toggle:not(:first-child) {
3691
  border-bottom-left-radius: 0;
3692
  border-top-left-radius: 0;
3693
}
3694
.btn-group > .btn-group {
3695
  float: left;
3696
}
3697
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
3698
  border-radius: 0;
3699
}
3700
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
3701
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3702
  border-bottom-right-radius: 0;
3703
  border-top-right-radius: 0;
3704
}
3705
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
3706
  border-bottom-left-radius: 0;
3707
  border-top-left-radius: 0;
3708
}
3709
.btn-group .dropdown-toggle:active,
3710
.btn-group.open .dropdown-toggle {
3711
  outline: 0;
3712
}
3713
.btn-group > .btn + .dropdown-toggle {
3714
  padding-left: 8px;
3715
  padding-right: 8px;
3716
}
3717
.btn-group > .btn-lg + .dropdown-toggle {
3718
  padding-left: 12px;
3719
  padding-right: 12px;
3720
}
3721
.btn-group.open .dropdown-toggle {
3722
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3723
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3724
}
3725
.btn-group.open .dropdown-toggle.btn-link {
3726
  -webkit-box-shadow: none;
3727
  box-shadow: none;
3728
}
3729
.btn .caret {
3730
  margin-left: 0;
3731
}
3732
.btn-lg .caret {
3733
  border-width: 5px 5px 0;
3734
  border-bottom-width: 0;
3735
}
3736
.dropup .btn-lg .caret {
3737
  border-width: 0 5px 5px;
3738
}
3739
.btn-group-vertical > .btn,
3740
.btn-group-vertical > .btn-group,
3741
.btn-group-vertical > .btn-group > .btn {
3742
  display: block;
3743
  float: none;
3744
  width: 100%;
3745
  max-width: 100%;
3746
}
3747
.btn-group-vertical > .btn-group > .btn {
3748
  float: none;
3749
}
3750
.btn-group-vertical > .btn + .btn,
3751
.btn-group-vertical > .btn + .btn-group,
3752
.btn-group-vertical > .btn-group + .btn,
3753
.btn-group-vertical > .btn-group + .btn-group {
3754
  margin-top: -1px;
3755
  margin-left: 0;
3756
}
3757
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
3758
  border-radius: 0;
3759
}
3760
.btn-group-vertical > .btn:first-child:not(:last-child) {
3761
  border-top-right-radius: 2px;
3762
  border-top-left-radius: 2px;
3763
  border-bottom-right-radius: 0;
3764
  border-bottom-left-radius: 0;
3765
}
3766
.btn-group-vertical > .btn:last-child:not(:first-child) {
3767
  border-top-right-radius: 0;
3768
  border-top-left-radius: 0;
3769
  border-bottom-right-radius: 2px;
3770
  border-bottom-left-radius: 2px;
3771
}
3772
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
3773
  border-radius: 0;
3774
}
3775
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
3776
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3777
  border-bottom-right-radius: 0;
3778
  border-bottom-left-radius: 0;
3779
}
3780
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
3781
  border-top-right-radius: 0;
3782
  border-top-left-radius: 0;
3783
}
3784
.btn-group-justified {
3785
  display: table;
3786
  width: 100%;
3787
  table-layout: fixed;
3788
  border-collapse: separate;
3789
}
3790
.btn-group-justified > .btn,
3791
.btn-group-justified > .btn-group {
3792
  float: none;
3793
  display: table-cell;
3794
  width: 1%;
3795
}
3796
.btn-group-justified > .btn-group .btn {
3797
  width: 100%;
3798
}
3799
.btn-group-justified > .btn-group .dropdown-menu {
3800
  left: auto;
3801
}
3802
[data-toggle="buttons"] > .btn input[type="radio"],
3803
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
3804
[data-toggle="buttons"] > .btn input[type="checkbox"],
3805
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
3806
  position: absolute;
3807
  clip: rect(0, 0, 0, 0);
3808
  pointer-events: none;
3809
}
3810
.input-group {
3811
  position: relative;
3812
  display: table;
3813
  border-collapse: separate;
3814
}
3815
.input-group[class*="col-"] {
3816
  float: none;
3817
  padding-left: 0;
3818
  padding-right: 0;
3819
}
3820
.input-group .form-control {
3821
  position: relative;
3822
  z-index: 2;
3823
  float: left;
3824
  width: 100%;
3825
  margin-bottom: 0;
3826
}
3827
.input-group .form-control:focus {
3828
  z-index: 3;
3829
}
3830
.input-group-lg > .form-control,
3831
.input-group-lg > .input-group-addon,
3832
.input-group-lg > .input-group-btn > .btn {
3833
  height: 45px;
3834
  padding: 10px 16px;
3835
  font-size: 17px;
3836
  line-height: 1.3333333;
3837
  border-radius: 3px;
3838
}
3839
select.input-group-lg > .form-control,
3840
select.input-group-lg > .input-group-addon,
3841
select.input-group-lg > .input-group-btn > .btn {
3842
  height: 45px;
3843
  line-height: 45px;
3844
}
3845
textarea.input-group-lg > .form-control,
3846
textarea.input-group-lg > .input-group-addon,
3847
textarea.input-group-lg > .input-group-btn > .btn,
3848
select[multiple].input-group-lg > .form-control,
3849
select[multiple].input-group-lg > .input-group-addon,
3850
select[multiple].input-group-lg > .input-group-btn > .btn {
3851
  height: auto;
3852
}
3853
.input-group-sm > .form-control,
3854
.input-group-sm > .input-group-addon,
3855
.input-group-sm > .input-group-btn > .btn {
3856
  height: 30px;
3857
  padding: 5px 10px;
3858
  font-size: 12px;
3859
  line-height: 1.5;
3860
  border-radius: 1px;
3861
}
3862
select.input-group-sm > .form-control,
3863
select.input-group-sm > .input-group-addon,
3864
select.input-group-sm > .input-group-btn > .btn {
3865
  height: 30px;
3866
  line-height: 30px;
3867
}
3868
textarea.input-group-sm > .form-control,
3869
textarea.input-group-sm > .input-group-addon,
3870
textarea.input-group-sm > .input-group-btn > .btn,
3871
select[multiple].input-group-sm > .form-control,
3872
select[multiple].input-group-sm > .input-group-addon,
3873
select[multiple].input-group-sm > .input-group-btn > .btn {
3874
  height: auto;
3875
}
3876
.input-group-addon,
3877
.input-group-btn,
3878
.input-group .form-control {
3879
  display: table-cell;
3880
}
3881
.input-group-addon:not(:first-child):not(:last-child),
3882
.input-group-btn:not(:first-child):not(:last-child),
3883
.input-group .form-control:not(:first-child):not(:last-child) {
3884
  border-radius: 0;
3885
}
3886
.input-group-addon,
3887
.input-group-btn {
3888
  width: 1%;
3889
  white-space: nowrap;
3890
  vertical-align: middle;
3891
}
3892
.input-group-addon {
3893
  padding: 6px 12px;
3894
  font-size: 13px;
3895
  font-weight: normal;
3896
  line-height: 1;
3897
  color: #555555;
3898
  text-align: center;
3899
  background-color: #eeeeee;
3900
  border: 1px solid #ccc;
3901
  border-radius: 2px;
3902
}
3903
.input-group-addon.input-sm {
3904
  padding: 5px 10px;
3905
  font-size: 12px;
3906
  border-radius: 1px;
3907
}
3908
.input-group-addon.input-lg {
3909
  padding: 10px 16px;
3910
  font-size: 17px;
3911
  border-radius: 3px;
3912
}
3913
.input-group-addon input[type="radio"],
3914
.input-group-addon input[type="checkbox"] {
3915
  margin-top: 0;
3916
}
3917
.input-group .form-control:first-child,
3918
.input-group-addon:first-child,
3919
.input-group-btn:first-child > .btn,
3920
.input-group-btn:first-child > .btn-group > .btn,
3921
.input-group-btn:first-child > .dropdown-toggle,
3922
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
3923
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
3924
  border-bottom-right-radius: 0;
3925
  border-top-right-radius: 0;
3926
}
3927
.input-group-addon:first-child {
3928
  border-right: 0;
3929
}
3930
.input-group .form-control:last-child,
3931
.input-group-addon:last-child,
3932
.input-group-btn:last-child > .btn,
3933
.input-group-btn:last-child > .btn-group > .btn,
3934
.input-group-btn:last-child > .dropdown-toggle,
3935
.input-group-btn:first-child > .btn:not(:first-child),
3936
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
3937
  border-bottom-left-radius: 0;
3938
  border-top-left-radius: 0;
3939
}
3940
.input-group-addon:last-child {
3941
  border-left: 0;
3942
}
3943
.input-group-btn {
3944
  position: relative;
3945
  font-size: 0;
3946
  white-space: nowrap;
3947
}
3948
.input-group-btn > .btn {
3949
  position: relative;
3950
}
3951
.input-group-btn > .btn + .btn {
3952
  margin-left: -1px;
3953
}
3954
.input-group-btn > .btn:hover,
3955
.input-group-btn > .btn:focus,
3956
.input-group-btn > .btn:active {
3957
  z-index: 2;
3958
}
3959
.input-group-btn:first-child > .btn,
3960
.input-group-btn:first-child > .btn-group {
3961
  margin-right: -1px;
3962
}
3963
.input-group-btn:last-child > .btn,
3964
.input-group-btn:last-child > .btn-group {
3965
  z-index: 2;
3966
  margin-left: -1px;
3967
}
3968
.nav {
3969
  margin-bottom: 0;
3970
  padding-left: 0;
3971
  list-style: none;
3972
}
3973
.nav > li {
3974
  position: relative;
3975
  display: block;
3976
}
3977
.nav > li > a {
3978
  position: relative;
3979
  display: block;
3980
  padding: 10px 15px;
3981
}
3982
.nav > li > a:hover,
3983
.nav > li > a:focus {
3984
  text-decoration: none;
3985
  background-color: #eeeeee;
3986
}
3987
.nav > li.disabled > a {
3988
  color: #777777;
3989
}
3990
.nav > li.disabled > a:hover,
3991
.nav > li.disabled > a:focus {
3992
  color: #777777;
3993
  text-decoration: none;
3994
  background-color: transparent;
3995
  cursor: not-allowed;
3996
}
3997
.nav .open > a,
3998
.nav .open > a:hover,
3999
.nav .open > a:focus {
4000
  background-color: #eeeeee;
4001
  border-color: #337ab7;
4002
}
4003
.nav .nav-divider {
4004
  height: 1px;
4005
  margin: 8px 0;
4006
  overflow: hidden;
4007
  background-color: #e5e5e5;
4008
}
4009
.nav > li > a > img {
4010
  max-width: none;
4011
}
4012
.nav-tabs {
4013
  border-bottom: 1px solid #ddd;
4014
}
4015
.nav-tabs > li {
4016
  float: left;
4017
  margin-bottom: -1px;
4018
}
4019
.nav-tabs > li > a {
4020
  margin-right: 2px;
4021
  line-height: 1.42857143;
4022
  border: 1px solid transparent;
4023
  border-radius: 2px 2px 0 0;
4024
}
4025
.nav-tabs > li > a:hover {
4026
  border-color: #eeeeee #eeeeee #ddd;
4027
}
4028
.nav-tabs > li.active > a,
4029
.nav-tabs > li.active > a:hover,
4030
.nav-tabs > li.active > a:focus {
4031
  color: #555555;
4032
  background-color: #fff;
4033
  border: 1px solid #ddd;
4034
  border-bottom-color: transparent;
4035
  cursor: default;
4036
}
4037
.nav-tabs.nav-justified {
4038
  width: 100%;
4039
  border-bottom: 0;
4040
}
4041
.nav-tabs.nav-justified > li {
4042
  float: none;
4043
}
4044
.nav-tabs.nav-justified > li > a {
4045
  text-align: center;
4046
  margin-bottom: 5px;
4047
}
4048
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
4049
  top: auto;
4050
  left: auto;
4051
}
4052
@media (min-width: 768px) {
4053
  .nav-tabs.nav-justified > li {
4054
    display: table-cell;
4055
    width: 1%;
4056
  }
4057
  .nav-tabs.nav-justified > li > a {
4058
    margin-bottom: 0;
4059
  }
4060
}
4061
.nav-tabs.nav-justified > li > a {
4062
  margin-right: 0;
4063
  border-radius: 2px;
4064
}
4065
.nav-tabs.nav-justified > .active > a,
4066
.nav-tabs.nav-justified > .active > a:hover,
4067
.nav-tabs.nav-justified > .active > a:focus {
4068
  border: 1px solid #ddd;
4069
}
4070
@media (min-width: 768px) {
4071
  .nav-tabs.nav-justified > li > a {
4072
    border-bottom: 1px solid #ddd;
4073
    border-radius: 2px 2px 0 0;
4074
  }
4075
  .nav-tabs.nav-justified > .active > a,
4076
  .nav-tabs.nav-justified > .active > a:hover,
4077
  .nav-tabs.nav-justified > .active > a:focus {
4078
    border-bottom-color: #fff;
4079
  }
4080
}
4081
.nav-pills > li {
4082
  float: left;
4083
}
4084
.nav-pills > li > a {
4085
  border-radius: 2px;
4086
}
4087
.nav-pills > li + li {
4088
  margin-left: 2px;
4089
}
4090
.nav-pills > li.active > a,
4091
.nav-pills > li.active > a:hover,
4092
.nav-pills > li.active > a:focus {
4093
  color: #fff;
4094
  background-color: #337ab7;
4095
}
4096
.nav-stacked > li {
4097
  float: none;
4098
}
4099
.nav-stacked > li + li {
4100
  margin-top: 2px;
4101
  margin-left: 0;
4102
}
4103
.nav-justified {
4104
  width: 100%;
4105
}
4106
.nav-justified > li {
4107
  float: none;
4108
}
4109
.nav-justified > li > a {
4110
  text-align: center;
4111
  margin-bottom: 5px;
4112
}
4113
.nav-justified > .dropdown .dropdown-menu {
4114
  top: auto;
4115
  left: auto;
4116
}
4117
@media (min-width: 768px) {
4118
  .nav-justified > li {
4119
    display: table-cell;
4120
    width: 1%;
4121
  }
4122
  .nav-justified > li > a {
4123
    margin-bottom: 0;
4124
  }
4125
}
4126
.nav-tabs-justified {
4127
  border-bottom: 0;
4128
}
4129
.nav-tabs-justified > li > a {
4130
  margin-right: 0;
4131
  border-radius: 2px;
4132
}
4133
.nav-tabs-justified > .active > a,
4134
.nav-tabs-justified > .active > a:hover,
4135
.nav-tabs-justified > .active > a:focus {
4136
  border: 1px solid #ddd;
4137
}
4138
@media (min-width: 768px) {
4139
  .nav-tabs-justified > li > a {
4140
    border-bottom: 1px solid #ddd;
4141
    border-radius: 2px 2px 0 0;
4142
  }
4143
  .nav-tabs-justified > .active > a,
4144
  .nav-tabs-justified > .active > a:hover,
4145
  .nav-tabs-justified > .active > a:focus {
4146
    border-bottom-color: #fff;
4147
  }
4148
}
4149
.tab-content > .tab-pane {
4150
  display: none;
4151
}
4152
.tab-content > .active {
4153
  display: block;
4154
}
4155
.nav-tabs .dropdown-menu {
4156
  margin-top: -1px;
4157
  border-top-right-radius: 0;
4158
  border-top-left-radius: 0;
4159
}
4160
.navbar {
4161
  position: relative;
4162
  min-height: 30px;
4163
  margin-bottom: 18px;
4164
  border: 1px solid transparent;
4165
}
4166
@media (min-width: 541px) {
4167
  .navbar {
4168
    border-radius: 2px;
4169
  }
4170
}
4171
@media (min-width: 541px) {
4172
  .navbar-header {
4173
    float: left;
4174
  }
4175
}
4176
.navbar-collapse {
4177
  overflow-x: visible;
4178
  padding-right: 0px;
4179
  padding-left: 0px;
4180
  border-top: 1px solid transparent;
4181
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
4182
  -webkit-overflow-scrolling: touch;
4183
}
4184
.navbar-collapse.in {
4185
  overflow-y: auto;
4186
}
4187
@media (min-width: 541px) {
4188
  .navbar-collapse {
4189
    width: auto;
4190
    border-top: 0;
4191
    box-shadow: none;
4192
  }
4193
  .navbar-collapse.collapse {
4194
    display: block !important;
4195
    height: auto !important;
4196
    padding-bottom: 0;
4197
    overflow: visible !important;
4198
  }
4199
  .navbar-collapse.in {
4200
    overflow-y: visible;
4201
  }
4202
  .navbar-fixed-top .navbar-collapse,
4203
  .navbar-static-top .navbar-collapse,
4204
  .navbar-fixed-bottom .navbar-collapse {
4205
    padding-left: 0;
4206
    padding-right: 0;
4207
  }
4208
}
4209
.navbar-fixed-top .navbar-collapse,
4210
.navbar-fixed-bottom .navbar-collapse {
4211
  max-height: 340px;
4212
}
4213
@media (max-device-width: 540px) and (orientation: landscape) {
4214
  .navbar-fixed-top .navbar-collapse,
4215
  .navbar-fixed-bottom .navbar-collapse {
4216
    max-height: 200px;
4217
  }
4218
}
4219
.container > .navbar-header,
4220
.container-fluid > .navbar-header,
4221
.container > .navbar-collapse,
4222
.container-fluid > .navbar-collapse {
4223
  margin-right: 0px;
4224
  margin-left: 0px;
4225
}
4226
@media (min-width: 541px) {
4227
  .container > .navbar-header,
4228
  .container-fluid > .navbar-header,
4229
  .container > .navbar-collapse,
4230
  .container-fluid > .navbar-collapse {
4231
    margin-right: 0;
4232
    margin-left: 0;
4233
  }
4234
}
4235
.navbar-static-top {
4236
  z-index: 1000;
4237
  border-width: 0 0 1px;
4238
}
4239
@media (min-width: 541px) {
4240
  .navbar-static-top {
4241
    border-radius: 0;
4242
  }
4243
}
4244
.navbar-fixed-top,
4245
.navbar-fixed-bottom {
4246
  position: fixed;
4247
  right: 0;
4248
  left: 0;
4249
  z-index: 1030;
4250
}
4251
@media (min-width: 541px) {
4252
  .navbar-fixed-top,
4253
  .navbar-fixed-bottom {
4254
    border-radius: 0;
4255
  }
4256
}
4257
.navbar-fixed-top {
4258
  top: 0;
4259
  border-width: 0 0 1px;
4260
}
4261
.navbar-fixed-bottom {
4262
  bottom: 0;
4263
  margin-bottom: 0;
4264
  border-width: 1px 0 0;
4265
}
4266
.navbar-brand {
4267
  float: left;
4268
  padding: 6px 0px;
4269
  font-size: 17px;
4270
  line-height: 18px;
4271
  height: 30px;
4272
}
4273
.navbar-brand:hover,
4274
.navbar-brand:focus {
4275
  text-decoration: none;
4276
}
4277
.navbar-brand > img {
4278
  display: block;
4279
}
4280
@media (min-width: 541px) {
4281
  .navbar > .container .navbar-brand,
4282
  .navbar > .container-fluid .navbar-brand {
4283
    margin-left: 0px;
4284
  }
4285
}
4286
.navbar-toggle {
4287
  position: relative;
4288
  float: right;
4289
  margin-right: 0px;
4290
  padding: 9px 10px;
4291
  margin-top: -2px;
4292
  margin-bottom: -2px;
4293
  background-color: transparent;
4294
  background-image: none;
4295
  border: 1px solid transparent;
4296
  border-radius: 2px;
4297
}
4298
.navbar-toggle:focus {
4299
  outline: 0;
4300
}
4301
.navbar-toggle .icon-bar {
4302
  display: block;
4303
  width: 22px;
4304
  height: 2px;
4305
  border-radius: 1px;
4306
}
4307
.navbar-toggle .icon-bar + .icon-bar {
4308
  margin-top: 4px;
4309
}
4310
@media (min-width: 541px) {
4311
  .navbar-toggle {
4312
    display: none;
4313
  }
4314
}
4315
.navbar-nav {
4316
  margin: 3px 0px;
4317
}
4318
.navbar-nav > li > a {
4319
  padding-top: 10px;
4320
  padding-bottom: 10px;
4321
  line-height: 18px;
4322
}
4323
@media (max-width: 540px) {
4324
  .navbar-nav .open .dropdown-menu {
4325
    position: static;
4326
    float: none;
4327
    width: auto;
4328
    margin-top: 0;
4329
    background-color: transparent;
4330
    border: 0;
4331
    box-shadow: none;
4332
  }
4333
  .navbar-nav .open .dropdown-menu > li > a,
4334
  .navbar-nav .open .dropdown-menu .dropdown-header {
4335
    padding: 5px 15px 5px 25px;
4336
  }
4337
  .navbar-nav .open .dropdown-menu > li > a {
4338
    line-height: 18px;
4339
  }
4340
  .navbar-nav .open .dropdown-menu > li > a:hover,
4341
  .navbar-nav .open .dropdown-menu > li > a:focus {
4342
    background-image: none;
4343
  }
4344
}
4345
@media (min-width: 541px) {
4346
  .navbar-nav {
4347
    float: left;
4348
    margin: 0;
4349
  }
4350
  .navbar-nav > li {
4351
    float: left;
4352
  }
4353
  .navbar-nav > li > a {
4354
    padding-top: 6px;
4355
    padding-bottom: 6px;
4356
  }
4357
}
4358
.navbar-form {
4359
  margin-left: 0px;
4360
  margin-right: 0px;
4361
  padding: 10px 0px;
4362
  border-top: 1px solid transparent;
4363
  border-bottom: 1px solid transparent;
4364
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
4365
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
4366
  margin-top: -1px;
4367
  margin-bottom: -1px;
4368
}
4369
@media (min-width: 768px) {
4370
  .navbar-form .form-group {
4371
    display: inline-block;
4372
    margin-bottom: 0;
4373
    vertical-align: middle;
4374
  }
4375
  .navbar-form .form-control {
4376
    display: inline-block;
4377
    width: auto;
4378
    vertical-align: middle;
4379
  }
4380
  .navbar-form .form-control-static {
4381
    display: inline-block;
4382
  }
4383
  .navbar-form .input-group {
4384
    display: inline-table;
4385
    vertical-align: middle;
4386
  }
4387
  .navbar-form .input-group .input-group-addon,
4388
  .navbar-form .input-group .input-group-btn,
4389
  .navbar-form .input-group .form-control {
4390
    width: auto;
4391
  }
4392
  .navbar-form .input-group > .form-control {
4393
    width: 100%;
4394
  }
4395
  .navbar-form .control-label {
4396
    margin-bottom: 0;
4397
    vertical-align: middle;
4398
  }
4399
  .navbar-form .radio,
4400
  .navbar-form .checkbox {
4401
    display: inline-block;
4402
    margin-top: 0;
4403
    margin-bottom: 0;
4404
    vertical-align: middle;
4405
  }
4406
  .navbar-form .radio label,
4407
  .navbar-form .checkbox label {
4408
    padding-left: 0;
4409
  }
4410
  .navbar-form .radio input[type="radio"],
4411
  .navbar-form .checkbox input[type="checkbox"] {
4412
    position: relative;
4413
    margin-left: 0;
4414
  }
4415
  .navbar-form .has-feedback .form-control-feedback {
4416
    top: 0;
4417
  }
4418
}
4419
@media (max-width: 540px) {
4420
  .navbar-form .form-group {
4421
    margin-bottom: 5px;
4422
  }
4423
  .navbar-form .form-group:last-child {
4424
    margin-bottom: 0;
4425
  }
4426
}
4427
@media (min-width: 541px) {
4428
  .navbar-form {
4429
    width: auto;
4430
    border: 0;
4431
    margin-left: 0;
4432
    margin-right: 0;
4433
    padding-top: 0;
4434
    padding-bottom: 0;
4435
    -webkit-box-shadow: none;
4436
    box-shadow: none;
4437
  }
4438
}
4439
.navbar-nav > li > .dropdown-menu {
4440
  margin-top: 0;
4441
  border-top-right-radius: 0;
4442
  border-top-left-radius: 0;
4443
}
4444
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
4445
  margin-bottom: 0;
4446
  border-top-right-radius: 2px;
4447
  border-top-left-radius: 2px;
4448
  border-bottom-right-radius: 0;
4449
  border-bottom-left-radius: 0;
4450
}
4451
.navbar-btn {
4452
  margin-top: -1px;
4453
  margin-bottom: -1px;
4454
}
4455
.navbar-btn.btn-sm {
4456
  margin-top: 0px;
4457
  margin-bottom: 0px;
4458
}
4459
.navbar-btn.btn-xs {
4460
  margin-top: 4px;
4461
  margin-bottom: 4px;
4462
}
4463
.navbar-text {
4464
  margin-top: 6px;
4465
  margin-bottom: 6px;
4466
}
4467
@media (min-width: 541px) {
4468
  .navbar-text {
4469
    float: left;
4470
    margin-left: 0px;
4471
    margin-right: 0px;
4472
  }
4473
}
4474
@media (min-width: 541px) {
4475
  .navbar-left {
4476
    float: left !important;
4477
    float: left;
4478
  }
4479
  .navbar-right {
4480
    float: right !important;
4481
    float: right;
4482
    margin-right: 0px;
4483
  }
4484
  .navbar-right ~ .navbar-right {
4485
    margin-right: 0;
4486
  }
4487
}
4488
.navbar-default {
4489
  background-color: #f8f8f8;
4490
  border-color: #e7e7e7;
4491
}
4492
.navbar-default .navbar-brand {
4493
  color: #777;
4494
}
4495
.navbar-default .navbar-brand:hover,
4496
.navbar-default .navbar-brand:focus {
4497
  color: #5e5e5e;
4498
  background-color: transparent;
4499
}
4500
.navbar-default .navbar-text {
4501
  color: #777;
4502
}
4503
.navbar-default .navbar-nav > li > a {
4504
  color: #777;
4505
}
4506
.navbar-default .navbar-nav > li > a:hover,
4507
.navbar-default .navbar-nav > li > a:focus {
4508
  color: #333;
4509
  background-color: transparent;
4510
}
4511
.navbar-default .navbar-nav > .active > a,
4512
.navbar-default .navbar-nav > .active > a:hover,
4513
.navbar-default .navbar-nav > .active > a:focus {
4514
  color: #555;
4515
  background-color: #e7e7e7;
4516
}
4517
.navbar-default .navbar-nav > .disabled > a,
4518
.navbar-default .navbar-nav > .disabled > a:hover,
4519
.navbar-default .navbar-nav > .disabled > a:focus {
4520
  color: #ccc;
4521
  background-color: transparent;
4522
}
4523
.navbar-default .navbar-toggle {
4524
  border-color: #ddd;
4525
}
4526
.navbar-default .navbar-toggle:hover,
4527
.navbar-default .navbar-toggle:focus {
4528
  background-color: #ddd;
4529
}
4530
.navbar-default .navbar-toggle .icon-bar {
4531
  background-color: #888;
4532
}
4533
.navbar-default .navbar-collapse,
4534
.navbar-default .navbar-form {
4535
  border-color: #e7e7e7;
4536
}
4537
.navbar-default .navbar-nav > .open > a,
4538
.navbar-default .navbar-nav > .open > a:hover,
4539
.navbar-default .navbar-nav > .open > a:focus {
4540
  background-color: #e7e7e7;
4541
  color: #555;
4542
}
4543
@media (max-width: 540px) {
4544
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
4545
    color: #777;
4546
  }
4547
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
4548
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
4549
    color: #333;
4550
    background-color: transparent;
4551
  }
4552
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
4553
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
4554
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
4555
    color: #555;
4556
    background-color: #e7e7e7;
4557
  }
4558
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
4559
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4560
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4561
    color: #ccc;
4562
    background-color: transparent;
4563
  }
4564
}
4565
.navbar-default .navbar-link {
4566
  color: #777;
4567
}
4568
.navbar-default .navbar-link:hover {
4569
  color: #333;
4570
}
4571
.navbar-default .btn-link {
4572
  color: #777;
4573
}
4574
.navbar-default .btn-link:hover,
4575
.navbar-default .btn-link:focus {
4576
  color: #333;
4577
}
4578
.navbar-default .btn-link[disabled]:hover,
4579
fieldset[disabled] .navbar-default .btn-link:hover,
4580
.navbar-default .btn-link[disabled]:focus,
4581
fieldset[disabled] .navbar-default .btn-link:focus {
4582
  color: #ccc;
4583
}
4584
.navbar-inverse {
4585
  background-color: #222;
4586
  border-color: #080808;
4587
}
4588
.navbar-inverse .navbar-brand {
4589
  color: #9d9d9d;
4590
}
4591
.navbar-inverse .navbar-brand:hover,
4592
.navbar-inverse .navbar-brand:focus {
4593
  color: #fff;
4594
  background-color: transparent;
4595
}
4596
.navbar-inverse .navbar-text {
4597
  color: #9d9d9d;
4598
}
4599
.navbar-inverse .navbar-nav > li > a {
4600
  color: #9d9d9d;
4601
}
4602
.navbar-inverse .navbar-nav > li > a:hover,
4603
.navbar-inverse .navbar-nav > li > a:focus {
4604
  color: #fff;
4605
  background-color: transparent;
4606
}
4607
.navbar-inverse .navbar-nav > .active > a,
4608
.navbar-inverse .navbar-nav > .active > a:hover,
4609
.navbar-inverse .navbar-nav > .active > a:focus {
4610
  color: #fff;
4611
  background-color: #080808;
4612
}
4613
.navbar-inverse .navbar-nav > .disabled > a,
4614
.navbar-inverse .navbar-nav > .disabled > a:hover,
4615
.navbar-inverse .navbar-nav > .disabled > a:focus {
4616
  color: #444;
4617
  background-color: transparent;
4618
}
4619
.navbar-inverse .navbar-toggle {
4620
  border-color: #333;
4621
}
4622
.navbar-inverse .navbar-toggle:hover,
4623
.navbar-inverse .navbar-toggle:focus {
4624
  background-color: #333;
4625
}
4626
.navbar-inverse .navbar-toggle .icon-bar {
4627
  background-color: #fff;
4628
}
4629
.navbar-inverse .navbar-collapse,
4630
.navbar-inverse .navbar-form {
4631
  border-color: #101010;
4632
}
4633
.navbar-inverse .navbar-nav > .open > a,
4634
.navbar-inverse .navbar-nav > .open > a:hover,
4635
.navbar-inverse .navbar-nav > .open > a:focus {
4636
  background-color: #080808;
4637
  color: #fff;
4638
}
4639
@media (max-width: 540px) {
4640
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
4641
    border-color: #080808;
4642
  }
4643
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
4644
    background-color: #080808;
4645
  }
4646
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
4647
    color: #9d9d9d;
4648
  }
4649
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
4650
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
4651
    color: #fff;
4652
    background-color: transparent;
4653
  }
4654
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
4655
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
4656
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
4657
    color: #fff;
4658
    background-color: #080808;
4659
  }
4660
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
4661
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4662
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4663
    color: #444;
4664
    background-color: transparent;
4665
  }
4666
}
4667
.navbar-inverse .navbar-link {
4668
  color: #9d9d9d;
4669
}
4670
.navbar-inverse .navbar-link:hover {
4671
  color: #fff;
4672
}
4673
.navbar-inverse .btn-link {
4674
  color: #9d9d9d;
4675
}
4676
.navbar-inverse .btn-link:hover,
4677
.navbar-inverse .btn-link:focus {
4678
  color: #fff;
4679
}
4680
.navbar-inverse .btn-link[disabled]:hover,
4681
fieldset[disabled] .navbar-inverse .btn-link:hover,
4682
.navbar-inverse .btn-link[disabled]:focus,
4683
fieldset[disabled] .navbar-inverse .btn-link:focus {
4684
  color: #444;
4685
}
4686
.breadcrumb {
4687
  padding: 8px 15px;
4688
  margin-bottom: 18px;
4689
  list-style: none;
4690
  background-color: #f5f5f5;
4691
  border-radius: 2px;
4692
}
4693
.breadcrumb > li {
4694
  display: inline-block;
4695
}
4696
.breadcrumb > li + li:before {
4697
  content: "/\00a0";
4698
  padding: 0 5px;
4699
  color: #5e5e5e;
4700
}
4701
.breadcrumb > .active {
4702
  color: #777777;
4703
}
4704
.pagination {
4705
  display: inline-block;
4706
  padding-left: 0;
4707
  margin: 18px 0;
4708
  border-radius: 2px;
4709
}
4710
.pagination > li {
4711
  display: inline;
4712
}
4713
.pagination > li > a,
4714
.pagination > li > span {
4715
  position: relative;
4716
  float: left;
4717
  padding: 6px 12px;
4718
  line-height: 1.42857143;
4719
  text-decoration: none;
4720
  color: #337ab7;
4721
  background-color: #fff;
4722
  border: 1px solid #ddd;
4723
  margin-left: -1px;
4724
}
4725
.pagination > li:first-child > a,
4726
.pagination > li:first-child > span {
4727
  margin-left: 0;
4728
  border-bottom-left-radius: 2px;
4729
  border-top-left-radius: 2px;
4730
}
4731
.pagination > li:last-child > a,
4732
.pagination > li:last-child > span {
4733
  border-bottom-right-radius: 2px;
4734
  border-top-right-radius: 2px;
4735
}
4736
.pagination > li > a:hover,
4737
.pagination > li > span:hover,
4738
.pagination > li > a:focus,
4739
.pagination > li > span:focus {
4740
  z-index: 2;
4741
  color: #23527c;
4742
  background-color: #eeeeee;
4743
  border-color: #ddd;
4744
}
4745
.pagination > .active > a,
4746
.pagination > .active > span,
4747
.pagination > .active > a:hover,
4748
.pagination > .active > span:hover,
4749
.pagination > .active > a:focus,
4750
.pagination > .active > span:focus {
4751
  z-index: 3;
4752
  color: #fff;
4753
  background-color: #337ab7;
4754
  border-color: #337ab7;
4755
  cursor: default;
4756
}
4757
.pagination > .disabled > span,
4758
.pagination > .disabled > span:hover,
4759
.pagination > .disabled > span:focus,
4760
.pagination > .disabled > a,
4761
.pagination > .disabled > a:hover,
4762
.pagination > .disabled > a:focus {
4763
  color: #777777;
4764
  background-color: #fff;
4765
  border-color: #ddd;
4766
  cursor: not-allowed;
4767
}
4768
.pagination-lg > li > a,
4769
.pagination-lg > li > span {
4770
  padding: 10px 16px;
4771
  font-size: 17px;
4772
  line-height: 1.3333333;
4773
}
4774
.pagination-lg > li:first-child > a,
4775
.pagination-lg > li:first-child > span {
4776
  border-bottom-left-radius: 3px;
4777
  border-top-left-radius: 3px;
4778
}
4779
.pagination-lg > li:last-child > a,
4780
.pagination-lg > li:last-child > span {
4781
  border-bottom-right-radius: 3px;
4782
  border-top-right-radius: 3px;
4783
}
4784
.pagination-sm > li > a,
4785
.pagination-sm > li > span {
4786
  padding: 5px 10px;
4787
  font-size: 12px;
4788
  line-height: 1.5;
4789
}
4790
.pagination-sm > li:first-child > a,
4791
.pagination-sm > li:first-child > span {
4792
  border-bottom-left-radius: 1px;
4793
  border-top-left-radius: 1px;
4794
}
4795
.pagination-sm > li:last-child > a,
4796
.pagination-sm > li:last-child > span {
4797
  border-bottom-right-radius: 1px;
4798
  border-top-right-radius: 1px;
4799
}
4800
.pager {
4801
  padding-left: 0;
4802
  margin: 18px 0;
4803
  list-style: none;
4804
  text-align: center;
4805
}
4806
.pager li {
4807
  display: inline;
4808
}
4809
.pager li > a,
4810
.pager li > span {
4811
  display: inline-block;
4812
  padding: 5px 14px;
4813
  background-color: #fff;
4814
  border: 1px solid #ddd;
4815
  border-radius: 15px;
4816
}
4817
.pager li > a:hover,
4818
.pager li > a:focus {
4819
  text-decoration: none;
4820
  background-color: #eeeeee;
4821
}
4822
.pager .next > a,
4823
.pager .next > span {
4824
  float: right;
4825
}
4826
.pager .previous > a,
4827
.pager .previous > span {
4828
  float: left;
4829
}
4830
.pager .disabled > a,
4831
.pager .disabled > a:hover,
4832
.pager .disabled > a:focus,
4833
.pager .disabled > span {
4834
  color: #777777;
4835
  background-color: #fff;
4836
  cursor: not-allowed;
4837
}
4838
.label {
4839
  display: inline;
4840
  padding: .2em .6em .3em;
4841
  font-size: 75%;
4842
  font-weight: bold;
4843
  line-height: 1;
4844
  color: #fff;
4845
  text-align: center;
4846
  white-space: nowrap;
4847
  vertical-align: baseline;
4848
  border-radius: .25em;
4849
}
4850
a.label:hover,
4851
a.label:focus {
4852
  color: #fff;
4853
  text-decoration: none;
4854
  cursor: pointer;
4855
}
4856
.label:empty {
4857
  display: none;
4858
}
4859
.btn .label {
4860
  position: relative;
4861
  top: -1px;
4862
}
4863
.label-default {
4864
  background-color: #777777;
4865
}
4866
.label-default[href]:hover,
4867
.label-default[href]:focus {
4868
  background-color: #5e5e5e;
4869
}
4870
.label-primary {
4871
  background-color: #337ab7;
4872
}
4873
.label-primary[href]:hover,
4874
.label-primary[href]:focus {
4875
  background-color: #286090;
4876
}
4877
.label-success {
4878
  background-color: #5cb85c;
4879
}
4880
.label-success[href]:hover,
4881
.label-success[href]:focus {
4882
  background-color: #449d44;
4883
}
4884
.label-info {
4885
  background-color: #5bc0de;
4886
}
4887
.label-info[href]:hover,
4888
.label-info[href]:focus {
4889
  background-color: #31b0d5;
4890
}
4891
.label-warning {
4892
  background-color: #f0ad4e;
4893
}
4894
.label-warning[href]:hover,
4895
.label-warning[href]:focus {
4896
  background-color: #ec971f;
4897
}
4898
.label-danger {
4899
  background-color: #d9534f;
4900
}
4901
.label-danger[href]:hover,
4902
.label-danger[href]:focus {
4903
  background-color: #c9302c;
4904
}
4905
.badge {
4906
  display: inline-block;
4907
  min-width: 10px;
4908
  padding: 3px 7px;
4909
  font-size: 12px;
4910
  font-weight: bold;
4911
  color: #fff;
4912
  line-height: 1;
4913
  vertical-align: middle;
4914
  white-space: nowrap;
4915
  text-align: center;
4916
  background-color: #777777;
4917
  border-radius: 10px;
4918
}
4919
.badge:empty {
4920
  display: none;
4921
}
4922
.btn .badge {
4923
  position: relative;
4924
  top: -1px;
4925
}
4926
.btn-xs .badge,
4927
.btn-group-xs > .btn .badge {
4928
  top: 0;
4929
  padding: 1px 5px;
4930
}
4931
a.badge:hover,
4932
a.badge:focus {
4933
  color: #fff;
4934
  text-decoration: none;
4935
  cursor: pointer;
4936
}
4937
.list-group-item.active > .badge,
4938
.nav-pills > .active > a > .badge {
4939
  color: #337ab7;
4940
  background-color: #fff;
4941
}
4942
.list-group-item > .badge {
4943
  float: right;
4944
}
4945
.list-group-item > .badge + .badge {
4946
  margin-right: 5px;
4947
}
4948
.nav-pills > li > a > .badge {
4949
  margin-left: 3px;
4950
}
4951
.jumbotron {
4952
  padding-top: 30px;
4953
  padding-bottom: 30px;
4954
  margin-bottom: 30px;
4955
  color: inherit;
4956
  background-color: #eeeeee;
4957
}
4958
.jumbotron h1,
4959
.jumbotron .h1 {
4960
  color: inherit;
4961
}
4962
.jumbotron p {
4963
  margin-bottom: 15px;
4964
  font-size: 20px;
4965
  font-weight: 200;
4966
}
4967
.jumbotron > hr {
4968
  border-top-color: #d5d5d5;
4969
}
4970
.container .jumbotron,
4971
.container-fluid .jumbotron {
4972
  border-radius: 3px;
4973
  padding-left: 0px;
4974
  padding-right: 0px;
4975
}
4976
.jumbotron .container {
4977
  max-width: 100%;
4978
}
4979
@media screen and (min-width: 768px) {
4980
  .jumbotron {
4981
    padding-top: 48px;
4982
    padding-bottom: 48px;
4983
  }
4984
  .container .jumbotron,
4985
  .container-fluid .jumbotron {
4986
    padding-left: 60px;
4987
    padding-right: 60px;
4988
  }
4989
  .jumbotron h1,
4990
  .jumbotron .h1 {
4991
    font-size: 59px;
4992
  }
4993
}
4994
.thumbnail {
4995
  display: block;
4996
  padding: 4px;
4997
  margin-bottom: 18px;
4998
  line-height: 1.42857143;
4999
  background-color: #fff;
5000
  border: 1px solid #ddd;
5001
  border-radius: 2px;
5002
  -webkit-transition: border 0.2s ease-in-out;
5003
  -o-transition: border 0.2s ease-in-out;
5004
  transition: border 0.2s ease-in-out;
5005
}
5006
.thumbnail > img,
5007
.thumbnail a > img {
5008
  margin-left: auto;
5009
  margin-right: auto;
5010
}
5011
a.thumbnail:hover,
5012
a.thumbnail:focus,
5013
a.thumbnail.active {
5014
  border-color: #337ab7;
5015
}
5016
.thumbnail .caption {
5017
  padding: 9px;
5018
  color: #000;
5019
}
5020
.alert {
5021
  padding: 15px;
5022
  margin-bottom: 18px;
5023
  border: 1px solid transparent;
5024
  border-radius: 2px;
5025
}
5026
.alert h4 {
5027
  margin-top: 0;
5028
  color: inherit;
5029
}
5030
.alert .alert-link {
5031
  font-weight: bold;
5032
}
5033
.alert > p,
5034
.alert > ul {
5035
  margin-bottom: 0;
5036
}
5037
.alert > p + p {
5038
  margin-top: 5px;
5039
}
5040
.alert-dismissable,
5041
.alert-dismissible {
5042
  padding-right: 35px;
5043
}
5044
.alert-dismissable .close,
5045
.alert-dismissible .close {
5046
  position: relative;
5047
  top: -2px;
5048
  right: -21px;
5049
  color: inherit;
5050
}
5051
.alert-success {
5052
  background-color: #dff0d8;
5053
  border-color: #d6e9c6;
5054
  color: #3c763d;
5055
}
5056
.alert-success hr {
5057
  border-top-color: #c9e2b3;
5058
}
5059
.alert-success .alert-link {
5060
  color: #2b542c;
5061
}
5062
.alert-info {
5063
  background-color: #d9edf7;
5064
  border-color: #bce8f1;
5065
  color: #31708f;
5066
}
5067
.alert-info hr {
5068
  border-top-color: #a6e1ec;
5069
}
5070
.alert-info .alert-link {
5071
  color: #245269;
5072
}
5073
.alert-warning {
5074
  background-color: #fcf8e3;
5075
  border-color: #faebcc;
5076
  color: #8a6d3b;
5077
}
5078
.alert-warning hr {
5079
  border-top-color: #f7e1b5;
5080
}
5081
.alert-warning .alert-link {
5082
  color: #66512c;
5083
}
5084
.alert-danger {
5085
  background-color: #f2dede;
5086
  border-color: #ebccd1;
5087
  color: #a94442;
5088
}
5089
.alert-danger hr {
5090
  border-top-color: #e4b9c0;
5091
}
5092
.alert-danger .alert-link {
5093
  color: #843534;
5094
}
5095
@-webkit-keyframes progress-bar-stripes {
5096
  from {
5097
    background-position: 40px 0;
5098
  }
5099
  to {
5100
    background-position: 0 0;
5101
  }
5102
}
5103
@keyframes progress-bar-stripes {
5104
  from {
5105
    background-position: 40px 0;
5106
  }
5107
  to {
5108
    background-position: 0 0;
5109
  }
5110
}
5111
.progress {
5112
  overflow: hidden;
5113
  height: 18px;
5114
  margin-bottom: 18px;
5115
  background-color: #f5f5f5;
5116
  border-radius: 2px;
5117
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5118
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5119
}
5120
.progress-bar {
5121
  float: left;
5122
  width: 0%;
5123
  height: 100%;
5124
  font-size: 12px;
5125
  line-height: 18px;
5126
  color: #fff;
5127
  text-align: center;
5128
  background-color: #337ab7;
5129
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5130
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5131
  -webkit-transition: width 0.6s ease;
5132
  -o-transition: width 0.6s ease;
5133
  transition: width 0.6s ease;
5134
}
5135
.progress-striped .progress-bar,
5136
.progress-bar-striped {
5137
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5138
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5139
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5140
  background-size: 40px 40px;
5141
}
5142
.progress.active .progress-bar,
5143
.progress-bar.active {
5144
  -webkit-animation: progress-bar-stripes 2s linear infinite;
5145
  -o-animation: progress-bar-stripes 2s linear infinite;
5146
  animation: progress-bar-stripes 2s linear infinite;
5147
}
5148
.progress-bar-success {
5149
  background-color: #5cb85c;
5150
}
5151
.progress-striped .progress-bar-success {
5152
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5153
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5154
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5155
}
5156
.progress-bar-info {
5157
  background-color: #5bc0de;
5158
}
5159
.progress-striped .progress-bar-info {
5160
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5161
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5162
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5163
}
5164
.progress-bar-warning {
5165
  background-color: #f0ad4e;
5166
}
5167
.progress-striped .progress-bar-warning {
5168
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5169
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5170
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5171
}
5172
.progress-bar-danger {
5173
  background-color: #d9534f;
5174
}
5175
.progress-striped .progress-bar-danger {
5176
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5177
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5178
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5179
}
5180
.media {
5181
  margin-top: 15px;
5182
}
5183
.media:first-child {
5184
  margin-top: 0;
5185
}
5186
.media,
5187
.media-body {
5188
  zoom: 1;
5189
  overflow: hidden;
5190
}
5191
.media-body {
5192
  width: 10000px;
5193
}
5194
.media-object {
5195
  display: block;
5196
}
5197
.media-object.img-thumbnail {
5198
  max-width: none;
5199
}
5200
.media-right,
5201
.media > .pull-right {
5202
  padding-left: 10px;
5203
}
5204
.media-left,
5205
.media > .pull-left {
5206
  padding-right: 10px;
5207
}
5208
.media-left,
5209
.media-right,
5210
.media-body {
5211
  display: table-cell;
5212
  vertical-align: top;
5213
}
5214
.media-middle {
5215
  vertical-align: middle;
5216
}
5217
.media-bottom {
5218
  vertical-align: bottom;
5219
}
5220
.media-heading {
5221
  margin-top: 0;
5222
  margin-bottom: 5px;
5223
}
5224
.media-list {
5225
  padding-left: 0;
5226
  list-style: none;
5227
}
5228
.list-group {
5229
  margin-bottom: 20px;
5230
  padding-left: 0;
5231
}
5232
.list-group-item {
5233
  position: relative;
5234
  display: block;
5235
  padding: 10px 15px;
5236
  margin-bottom: -1px;
5237
  background-color: #fff;
5238
  border: 1px solid #ddd;
5239
}
5240
.list-group-item:first-child {
5241
  border-top-right-radius: 2px;
5242
  border-top-left-radius: 2px;
5243
}
5244
.list-group-item:last-child {
5245
  margin-bottom: 0;
5246
  border-bottom-right-radius: 2px;
5247
  border-bottom-left-radius: 2px;
5248
}
5249
a.list-group-item,
5250
button.list-group-item {
5251
  color: #555;
5252
}
5253
a.list-group-item .list-group-item-heading,
5254
button.list-group-item .list-group-item-heading {
5255
  color: #333;
5256
}
5257
a.list-group-item:hover,
5258
button.list-group-item:hover,
5259
a.list-group-item:focus,
5260
button.list-group-item:focus {
5261
  text-decoration: none;
5262
  color: #555;
5263
  background-color: #f5f5f5;
5264
}
5265
button.list-group-item {
5266
  width: 100%;
5267
  text-align: left;
5268
}
5269
.list-group-item.disabled,
5270
.list-group-item.disabled:hover,
5271
.list-group-item.disabled:focus {
5272
  background-color: #eeeeee;
5273
  color: #777777;
5274
  cursor: not-allowed;
5275
}
5276
.list-group-item.disabled .list-group-item-heading,
5277
.list-group-item.disabled:hover .list-group-item-heading,
5278
.list-group-item.disabled:focus .list-group-item-heading {
5279
  color: inherit;
5280
}
5281
.list-group-item.disabled .list-group-item-text,
5282
.list-group-item.disabled:hover .list-group-item-text,
5283
.list-group-item.disabled:focus .list-group-item-text {
5284
  color: #777777;
5285
}
5286
.list-group-item.active,
5287
.list-group-item.active:hover,
5288
.list-group-item.active:focus {
5289
  z-index: 2;
5290
  color: #fff;
5291
  background-color: #337ab7;
5292
  border-color: #337ab7;
5293
}
5294
.list-group-item.active .list-group-item-heading,
5295
.list-group-item.active:hover .list-group-item-heading,
5296
.list-group-item.active:focus .list-group-item-heading,
5297
.list-group-item.active .list-group-item-heading > small,
5298
.list-group-item.active:hover .list-group-item-heading > small,
5299
.list-group-item.active:focus .list-group-item-heading > small,
5300
.list-group-item.active .list-group-item-heading > .small,
5301
.list-group-item.active:hover .list-group-item-heading > .small,
5302
.list-group-item.active:focus .list-group-item-heading > .small {
5303
  color: inherit;
5304
}
5305
.list-group-item.active .list-group-item-text,
5306
.list-group-item.active:hover .list-group-item-text,
5307
.list-group-item.active:focus .list-group-item-text {
5308
  color: #c7ddef;
5309
}
5310
.list-group-item-success {
5311
  color: #3c763d;
5312
  background-color: #dff0d8;
5313
}
5314
a.list-group-item-success,
5315
button.list-group-item-success {
5316
  color: #3c763d;
5317
}
5318
a.list-group-item-success .list-group-item-heading,
5319
button.list-group-item-success .list-group-item-heading {
5320
  color: inherit;
5321
}
5322
a.list-group-item-success:hover,
5323
button.list-group-item-success:hover,
5324
a.list-group-item-success:focus,
5325
button.list-group-item-success:focus {
5326
  color: #3c763d;
5327
  background-color: #d0e9c6;
5328
}
5329
a.list-group-item-success.active,
5330
button.list-group-item-success.active,
5331
a.list-group-item-success.active:hover,
5332
button.list-group-item-success.active:hover,
5333
a.list-group-item-success.active:focus,
5334
button.list-group-item-success.active:focus {
5335
  color: #fff;
5336
  background-color: #3c763d;
5337
  border-color: #3c763d;
5338
}
5339
.list-group-item-info {
5340
  color: #31708f;
5341
  background-color: #d9edf7;
5342
}
5343
a.list-group-item-info,
5344
button.list-group-item-info {
5345
  color: #31708f;
5346
}
5347
a.list-group-item-info .list-group-item-heading,
5348
button.list-group-item-info .list-group-item-heading {
5349
  color: inherit;
5350
}
5351
a.list-group-item-info:hover,
5352
button.list-group-item-info:hover,
5353
a.list-group-item-info:focus,
5354
button.list-group-item-info:focus {
5355
  color: #31708f;
5356
  background-color: #c4e3f3;
5357
}
5358
a.list-group-item-info.active,
5359
button.list-group-item-info.active,
5360
a.list-group-item-info.active:hover,
5361
button.list-group-item-info.active:hover,
5362
a.list-group-item-info.active:focus,
5363
button.list-group-item-info.active:focus {
5364
  color: #fff;
5365
  background-color: #31708f;
5366
  border-color: #31708f;
5367
}
5368
.list-group-item-warning {
5369
  color: #8a6d3b;
5370
  background-color: #fcf8e3;
5371
}
5372
a.list-group-item-warning,
5373
button.list-group-item-warning {
5374
  color: #8a6d3b;
5375
}
5376
a.list-group-item-warning .list-group-item-heading,
5377
button.list-group-item-warning .list-group-item-heading {
5378
  color: inherit;
5379
}
5380
a.list-group-item-warning:hover,
5381
button.list-group-item-warning:hover,
5382
a.list-group-item-warning:focus,
5383
button.list-group-item-warning:focus {
5384
  color: #8a6d3b;
5385
  background-color: #faf2cc;
5386
}
5387
a.list-group-item-warning.active,
5388
button.list-group-item-warning.active,
5389
a.list-group-item-warning.active:hover,
5390
button.list-group-item-warning.active:hover,
5391
a.list-group-item-warning.active:focus,
5392
button.list-group-item-warning.active:focus {
5393
  color: #fff;
5394
  background-color: #8a6d3b;
5395
  border-color: #8a6d3b;
5396
}
5397
.list-group-item-danger {
5398
  color: #a94442;
5399
  background-color: #f2dede;
5400
}
5401
a.list-group-item-danger,
5402
button.list-group-item-danger {
5403
  color: #a94442;
5404
}
5405
a.list-group-item-danger .list-group-item-heading,
5406
button.list-group-item-danger .list-group-item-heading {
5407
  color: inherit;
5408
}
5409
a.list-group-item-danger:hover,
5410
button.list-group-item-danger:hover,
5411
a.list-group-item-danger:focus,
5412
button.list-group-item-danger:focus {
5413
  color: #a94442;
5414
  background-color: #ebcccc;
5415
}
5416
a.list-group-item-danger.active,
5417
button.list-group-item-danger.active,
5418
a.list-group-item-danger.active:hover,
5419
button.list-group-item-danger.active:hover,
5420
a.list-group-item-danger.active:focus,
5421
button.list-group-item-danger.active:focus {
5422
  color: #fff;
5423
  background-color: #a94442;
5424
  border-color: #a94442;
5425
}
5426
.list-group-item-heading {
5427
  margin-top: 0;
5428
  margin-bottom: 5px;
5429
}
5430
.list-group-item-text {
5431
  margin-bottom: 0;
5432
  line-height: 1.3;
5433
}
5434
.panel {
5435
  margin-bottom: 18px;
5436
  background-color: #fff;
5437
  border: 1px solid transparent;
5438
  border-radius: 2px;
5439
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
5440
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
5441
}
5442
.panel-body {
5443
  padding: 15px;
5444
}
5445
.panel-heading {
5446
  padding: 10px 15px;
5447
  border-bottom: 1px solid transparent;
5448
  border-top-right-radius: 1px;
5449
  border-top-left-radius: 1px;
5450
}
5451
.panel-heading > .dropdown .dropdown-toggle {
5452
  color: inherit;
5453
}
5454
.panel-title {
5455
  margin-top: 0;
5456
  margin-bottom: 0;
5457
  font-size: 15px;
5458
  color: inherit;
5459
}
5460
.panel-title > a,
5461
.panel-title > small,
5462
.panel-title > .small,
5463
.panel-title > small > a,
5464
.panel-title > .small > a {
5465
  color: inherit;
5466
}
5467
.panel-footer {
5468
  padding: 10px 15px;
5469
  background-color: #f5f5f5;
5470
  border-top: 1px solid #ddd;
5471
  border-bottom-right-radius: 1px;
5472
  border-bottom-left-radius: 1px;
5473
}
5474
.panel > .list-group,
5475
.panel > .panel-collapse > .list-group {
5476
  margin-bottom: 0;
5477
}
5478
.panel > .list-group .list-group-item,
5479
.panel > .panel-collapse > .list-group .list-group-item {
5480
  border-width: 1px 0;
5481
  border-radius: 0;
5482
}
5483
.panel > .list-group:first-child .list-group-item:first-child,
5484
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
5485
  border-top: 0;
5486
  border-top-right-radius: 1px;
5487
  border-top-left-radius: 1px;
5488
}
5489
.panel > .list-group:last-child .list-group-item:last-child,
5490
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
5491
  border-bottom: 0;
5492
  border-bottom-right-radius: 1px;
5493
  border-bottom-left-radius: 1px;
5494
}
5495
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
5496
  border-top-right-radius: 0;
5497
  border-top-left-radius: 0;
5498
}
5499
.panel-heading + .list-group .list-group-item:first-child {
5500
  border-top-width: 0;
5501
}
5502
.list-group + .panel-footer {
5503
  border-top-width: 0;
5504
}
5505
.panel > .table,
5506
.panel > .table-responsive > .table,
5507
.panel > .panel-collapse > .table {
5508
  margin-bottom: 0;
5509
}
5510
.panel > .table caption,
5511
.panel > .table-responsive > .table caption,
5512
.panel > .panel-collapse > .table caption {
5513
  padding-left: 15px;
5514
  padding-right: 15px;
5515
}
5516
.panel > .table:first-child,
5517
.panel > .table-responsive:first-child > .table:first-child {
5518
  border-top-right-radius: 1px;
5519
  border-top-left-radius: 1px;
5520
}
5521
.panel > .table:first-child > thead:first-child > tr:first-child,
5522
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
5523
.panel > .table:first-child > tbody:first-child > tr:first-child,
5524
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
5525
  border-top-left-radius: 1px;
5526
  border-top-right-radius: 1px;
5527
}
5528
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
5529
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
5530
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
5531
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
5532
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
5533
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
5534
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
5535
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
5536
  border-top-left-radius: 1px;
5537
}
5538
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
5539
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
5540
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
5541
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
5542
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
5543
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
5544
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
5545
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
5546
  border-top-right-radius: 1px;
5547
}
5548
.panel > .table:last-child,
5549
.panel > .table-responsive:last-child > .table:last-child {
5550
  border-bottom-right-radius: 1px;
5551
  border-bottom-left-radius: 1px;
5552
}
5553
.panel > .table:last-child > tbody:last-child > tr:last-child,
5554
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
5555
.panel > .table:last-child > tfoot:last-child > tr:last-child,
5556
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
5557
  border-bottom-left-radius: 1px;
5558
  border-bottom-right-radius: 1px;
5559
}
5560
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
5561
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
5562
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
5563
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
5564
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
5565
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
5566
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
5567
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
5568
  border-bottom-left-radius: 1px;
5569
}
5570
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
5571
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
5572
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
5573
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
5574
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
5575
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
5576
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
5577
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
5578
  border-bottom-right-radius: 1px;
5579
}
5580
.panel > .panel-body + .table,
5581
.panel > .panel-body + .table-responsive,
5582
.panel > .table + .panel-body,
5583
.panel > .table-responsive + .panel-body {
5584
  border-top: 1px solid #ddd;
5585
}
5586
.panel > .table > tbody:first-child > tr:first-child th,
5587
.panel > .table > tbody:first-child > tr:first-child td {
5588
  border-top: 0;
5589
}
5590
.panel > .table-bordered,
5591
.panel > .table-responsive > .table-bordered {
5592
  border: 0;
5593
}
5594
.panel > .table-bordered > thead > tr > th:first-child,
5595
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
5596
.panel > .table-bordered > tbody > tr > th:first-child,
5597
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
5598
.panel > .table-bordered > tfoot > tr > th:first-child,
5599
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
5600
.panel > .table-bordered > thead > tr > td:first-child,
5601
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
5602
.panel > .table-bordered > tbody > tr > td:first-child,
5603
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
5604
.panel > .table-bordered > tfoot > tr > td:first-child,
5605
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
5606
  border-left: 0;
5607
}
5608
.panel > .table-bordered > thead > tr > th:last-child,
5609
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
5610
.panel > .table-bordered > tbody > tr > th:last-child,
5611
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
5612
.panel > .table-bordered > tfoot > tr > th:last-child,
5613
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
5614
.panel > .table-bordered > thead > tr > td:last-child,
5615
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
5616
.panel > .table-bordered > tbody > tr > td:last-child,
5617
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
5618
.panel > .table-bordered > tfoot > tr > td:last-child,
5619
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
5620
  border-right: 0;
5621
}
5622
.panel > .table-bordered > thead > tr:first-child > td,
5623
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
5624
.panel > .table-bordered > tbody > tr:first-child > td,
5625
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
5626
.panel > .table-bordered > thead > tr:first-child > th,
5627
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
5628
.panel > .table-bordered > tbody > tr:first-child > th,
5629
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
5630
  border-bottom: 0;
5631
}
5632
.panel > .table-bordered > tbody > tr:last-child > td,
5633
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
5634
.panel > .table-bordered > tfoot > tr:last-child > td,
5635
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
5636
.panel > .table-bordered > tbody > tr:last-child > th,
5637
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
5638
.panel > .table-bordered > tfoot > tr:last-child > th,
5639
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
5640
  border-bottom: 0;
5641
}
5642
.panel > .table-responsive {
5643
  border: 0;
5644
  margin-bottom: 0;
5645
}
5646
.panel-group {
5647
  margin-bottom: 18px;
5648
}
5649
.panel-group .panel {
5650
  margin-bottom: 0;
5651
  border-radius: 2px;
5652
}
5653
.panel-group .panel + .panel {
5654
  margin-top: 5px;
5655
}
5656
.panel-group .panel-heading {
5657
  border-bottom: 0;
5658
}
5659
.panel-group .panel-heading + .panel-collapse > .panel-body,
5660
.panel-group .panel-heading + .panel-collapse > .list-group {
5661
  border-top: 1px solid #ddd;
5662
}
5663
.panel-group .panel-footer {
5664
  border-top: 0;
5665
}
5666
.panel-group .panel-footer + .panel-collapse .panel-body {
5667
  border-bottom: 1px solid #ddd;
5668
}
5669
.panel-default {
5670
  border-color: #ddd;
5671
}
5672
.panel-default > .panel-heading {
5673
  color: #333333;
5674
  background-color: #f5f5f5;
5675
  border-color: #ddd;
5676
}
5677
.panel-default > .panel-heading + .panel-collapse > .panel-body {
5678
  border-top-color: #ddd;
5679
}
5680
.panel-default > .panel-heading .badge {
5681
  color: #f5f5f5;
5682
  background-color: #333333;
5683
}
5684
.panel-default > .panel-footer + .panel-collapse > .panel-body {
5685
  border-bottom-color: #ddd;
5686
}
5687
.panel-primary {
5688
  border-color: #337ab7;
5689
}
5690
.panel-primary > .panel-heading {
5691
  color: #fff;
5692
  background-color: #337ab7;
5693
  border-color: #337ab7;
5694
}
5695
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
5696
  border-top-color: #337ab7;
5697
}
5698
.panel-primary > .panel-heading .badge {
5699
  color: #337ab7;
5700
  background-color: #fff;
5701
}
5702
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
5703
  border-bottom-color: #337ab7;
5704
}
5705
.panel-success {
5706
  border-color: #d6e9c6;
5707
}
5708
.panel-success > .panel-heading {
5709
  color: #3c763d;
5710
  background-color: #dff0d8;
5711
  border-color: #d6e9c6;
5712
}
5713
.panel-success > .panel-heading + .panel-collapse > .panel-body {
5714
  border-top-color: #d6e9c6;
5715
}
5716
.panel-success > .panel-heading .badge {
5717
  color: #dff0d8;
5718
  background-color: #3c763d;
5719
}
5720
.panel-success > .panel-footer + .panel-collapse > .panel-body {
5721
  border-bottom-color: #d6e9c6;
5722
}
5723
.panel-info {
5724
  border-color: #bce8f1;
5725
}
5726
.panel-info > .panel-heading {
5727
  color: #31708f;
5728
  background-color: #d9edf7;
5729
  border-color: #bce8f1;
5730
}
5731
.panel-info > .panel-heading + .panel-collapse > .panel-body {
5732
  border-top-color: #bce8f1;
5733
}
5734
.panel-info > .panel-heading .badge {
5735
  color: #d9edf7;
5736
  background-color: #31708f;
5737
}
5738
.panel-info > .panel-footer + .panel-collapse > .panel-body {
5739
  border-bottom-color: #bce8f1;
5740
}
5741
.panel-warning {
5742
  border-color: #faebcc;
5743
}
5744
.panel-warning > .panel-heading {
5745
  color: #8a6d3b;
5746
  background-color: #fcf8e3;
5747
  border-color: #faebcc;
5748
}
5749
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
5750
  border-top-color: #faebcc;
5751
}
5752
.panel-warning > .panel-heading .badge {
5753
  color: #fcf8e3;
5754
  background-color: #8a6d3b;
5755
}
5756
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
5757
  border-bottom-color: #faebcc;
5758
}
5759
.panel-danger {
5760
  border-color: #ebccd1;
5761
}
5762
.panel-danger > .panel-heading {
5763
  color: #a94442;
5764
  background-color: #f2dede;
5765
  border-color: #ebccd1;
5766
}
5767
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
5768
  border-top-color: #ebccd1;
5769
}
5770
.panel-danger > .panel-heading .badge {
5771
  color: #f2dede;
5772
  background-color: #a94442;
5773
}
5774
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
5775
  border-bottom-color: #ebccd1;
5776
}
5777
.embed-responsive {
5778
  position: relative;
5779
  display: block;
5780
  height: 0;
5781
  padding: 0;
5782
  overflow: hidden;
5783
}
5784
.embed-responsive .embed-responsive-item,
5785
.embed-responsive iframe,
5786
.embed-responsive embed,
5787
.embed-responsive object,
5788
.embed-responsive video {
5789
  position: absolute;
5790
  top: 0;
5791
  left: 0;
5792
  bottom: 0;
5793
  height: 100%;
5794
  width: 100%;
5795
  border: 0;
5796
}
5797
.embed-responsive-16by9 {
5798
  padding-bottom: 56.25%;
5799
}
5800
.embed-responsive-4by3 {
5801
  padding-bottom: 75%;
5802
}
5803
.well {
5804
  min-height: 20px;
5805
  padding: 19px;
5806
  margin-bottom: 20px;
5807
  background-color: #f5f5f5;
5808
  border: 1px solid #e3e3e3;
5809
  border-radius: 2px;
5810
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
5811
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
5812
}
5813
.well blockquote {
5814
  border-color: #ddd;
5815
  border-color: rgba(0, 0, 0, 0.15);
5816
}
5817
.well-lg {
5818
  padding: 24px;
5819
  border-radius: 3px;
5820
}
5821
.well-sm {
5822
  padding: 9px;
5823
  border-radius: 1px;
5824
}
5825
.close {
5826
  float: right;
5827
  font-size: 19.5px;
5828
  font-weight: bold;
5829
  line-height: 1;
5830
  color: #000;
5831
  text-shadow: 0 1px 0 #fff;
5832
  opacity: 0.2;
5833
  filter: alpha(opacity=20);
5834
}
5835
.close:hover,
5836
.close:focus {
5837
  color: #000;
5838
  text-decoration: none;
5839
  cursor: pointer;
5840
  opacity: 0.5;
5841
  filter: alpha(opacity=50);
5842
}
5843
button.close {
5844
  padding: 0;
5845
  cursor: pointer;
5846
  background: transparent;
5847
  border: 0;
5848
  -webkit-appearance: none;
5849
}
5850
.modal-open {
5851
  overflow: hidden;
5852
}
5853
.modal {
5854
  display: none;
5855
  overflow: hidden;
5856
  position: fixed;
5857
  top: 0;
5858
  right: 0;
5859
  bottom: 0;
5860
  left: 0;
5861
  z-index: 1050;
5862
  -webkit-overflow-scrolling: touch;
5863
  outline: 0;
5864
}
5865
.modal.fade .modal-dialog {
5866
  -webkit-transform: translate(0, -25%);
5867
  -ms-transform: translate(0, -25%);
5868
  -o-transform: translate(0, -25%);
5869
  transform: translate(0, -25%);
5870
  -webkit-transition: -webkit-transform 0.3s ease-out;
5871
  -moz-transition: -moz-transform 0.3s ease-out;
5872
  -o-transition: -o-transform 0.3s ease-out;
5873
  transition: transform 0.3s ease-out;
5874
}
5875
.modal.in .modal-dialog {
5876
  -webkit-transform: translate(0, 0);
5877
  -ms-transform: translate(0, 0);
5878
  -o-transform: translate(0, 0);
5879
  transform: translate(0, 0);
5880
}
5881
.modal-open .modal {
5882
  overflow-x: hidden;
5883
  overflow-y: auto;
5884
}
5885
.modal-dialog {
5886
  position: relative;
5887
  width: auto;
5888
  margin: 10px;
5889
}
5890
.modal-content {
5891
  position: relative;
5892
  background-color: #fff;
5893
  border: 1px solid #999;
5894
  border: 1px solid rgba(0, 0, 0, 0.2);
5895
  border-radius: 3px;
5896
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5897
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5898
  background-clip: padding-box;
5899
  outline: 0;
5900
}
5901
.modal-backdrop {
5902
  position: fixed;
5903
  top: 0;
5904
  right: 0;
5905
  bottom: 0;
5906
  left: 0;
5907
  z-index: 1040;
5908
  background-color: #000;
5909
}
5910
.modal-backdrop.fade {
5911
  opacity: 0;
5912
  filter: alpha(opacity=0);
5913
}
5914
.modal-backdrop.in {
5915
  opacity: 0.5;
5916
  filter: alpha(opacity=50);
5917
}
5918
.modal-header {
5919
  padding: 15px;
5920
  border-bottom: 1px solid #e5e5e5;
5921
}
5922
.modal-header .close {
5923
  margin-top: -2px;
5924
}
5925
.modal-title {
5926
  margin: 0;
5927
  line-height: 1.42857143;
5928
}
5929
.modal-body {
5930
  position: relative;
5931
  padding: 15px;
5932
}
5933
.modal-footer {
5934
  padding: 15px;
5935
  text-align: right;
5936
  border-top: 1px solid #e5e5e5;
5937
}
5938
.modal-footer .btn + .btn {
5939
  margin-left: 5px;
5940
  margin-bottom: 0;
5941
}
5942
.modal-footer .btn-group .btn + .btn {
5943
  margin-left: -1px;
5944
}
5945
.modal-footer .btn-block + .btn-block {
5946
  margin-left: 0;
5947
}
5948
.modal-scrollbar-measure {
5949
  position: absolute;
5950
  top: -9999px;
5951
  width: 50px;
5952
  height: 50px;
5953
  overflow: scroll;
5954
}
5955
@media (min-width: 768px) {
5956
  .modal-dialog {
5957
    width: 600px;
5958
    margin: 30px auto;
5959
  }
5960
  .modal-content {
5961
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
5962
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
5963
  }
5964
  .modal-sm {
5965
    width: 300px;
5966
  }
5967
}
5968
@media (min-width: 992px) {
5969
  .modal-lg {
5970
    width: 900px;
5971
  }
5972
}
5973
.tooltip {
5974
  position: absolute;
5975
  z-index: 1070;
5976
  display: block;
5977
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
5978
  font-style: normal;
5979
  font-weight: normal;
5980
  letter-spacing: normal;
5981
  line-break: auto;
5982
  line-height: 1.42857143;
5983
  text-align: left;
5984
  text-align: start;
5985
  text-decoration: none;
5986
  text-shadow: none;
5987
  text-transform: none;
5988
  white-space: normal;
5989
  word-break: normal;
5990
  word-spacing: normal;
5991
  word-wrap: normal;
5992
  font-size: 12px;
5993
  opacity: 0;
5994
  filter: alpha(opacity=0);
5995
}
5996
.tooltip.in {
5997
  opacity: 0.9;
5998
  filter: alpha(opacity=90);
5999
}
6000
.tooltip.top {
6001
  margin-top: -3px;
6002
  padding: 5px 0;
6003
}
6004
.tooltip.right {
6005
  margin-left: 3px;
6006
  padding: 0 5px;
6007
}
6008
.tooltip.bottom {
6009
  margin-top: 3px;
6010
  padding: 5px 0;
6011
}
6012
.tooltip.left {
6013
  margin-left: -3px;
6014
  padding: 0 5px;
6015
}
6016
.tooltip-inner {
6017
  max-width: 200px;
6018
  padding: 3px 8px;
6019
  color: #fff;
6020
  text-align: center;
6021
  background-color: #000;
6022
  border-radius: 2px;
6023
}
6024
.tooltip-arrow {
6025
  position: absolute;
6026
  width: 0;
6027
  height: 0;
6028
  border-color: transparent;
6029
  border-style: solid;
6030
}
6031
.tooltip.top .tooltip-arrow {
6032
  bottom: 0;
6033
  left: 50%;
6034
  margin-left: -5px;
6035
  border-width: 5px 5px 0;
6036
  border-top-color: #000;
6037
}
6038
.tooltip.top-left .tooltip-arrow {
6039
  bottom: 0;
6040
  right: 5px;
6041
  margin-bottom: -5px;
6042
  border-width: 5px 5px 0;
6043
  border-top-color: #000;
6044
}
6045
.tooltip.top-right .tooltip-arrow {
6046
  bottom: 0;
6047
  left: 5px;
6048
  margin-bottom: -5px;
6049
  border-width: 5px 5px 0;
6050
  border-top-color: #000;
6051
}
6052
.tooltip.right .tooltip-arrow {
6053
  top: 50%;
6054
  left: 0;
6055
  margin-top: -5px;
6056
  border-width: 5px 5px 5px 0;
6057
  border-right-color: #000;
6058
}
6059
.tooltip.left .tooltip-arrow {
6060
  top: 50%;
6061
  right: 0;
6062
  margin-top: -5px;
6063
  border-width: 5px 0 5px 5px;
6064
  border-left-color: #000;
6065
}
6066
.tooltip.bottom .tooltip-arrow {
6067
  top: 0;
6068
  left: 50%;
6069
  margin-left: -5px;
6070
  border-width: 0 5px 5px;
6071
  border-bottom-color: #000;
6072
}
6073
.tooltip.bottom-left .tooltip-arrow {
6074
  top: 0;
6075
  right: 5px;
6076
  margin-top: -5px;
6077
  border-width: 0 5px 5px;
6078
  border-bottom-color: #000;
6079
}
6080
.tooltip.bottom-right .tooltip-arrow {
6081
  top: 0;
6082
  left: 5px;
6083
  margin-top: -5px;
6084
  border-width: 0 5px 5px;
6085
  border-bottom-color: #000;
6086
}
6087
.popover {
6088
  position: absolute;
6089
  top: 0;
6090
  left: 0;
6091
  z-index: 1060;
6092
  display: none;
6093
  max-width: 276px;
6094
  padding: 1px;
6095
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
6096
  font-style: normal;
6097
  font-weight: normal;
6098
  letter-spacing: normal;
6099
  line-break: auto;
6100
  line-height: 1.42857143;
6101
  text-align: left;
6102
  text-align: start;
6103
  text-decoration: none;
6104
  text-shadow: none;
6105
  text-transform: none;
6106
  white-space: normal;
6107
  word-break: normal;
6108
  word-spacing: normal;
6109
  word-wrap: normal;
6110
  font-size: 13px;
6111
  background-color: #fff;
6112
  background-clip: padding-box;
6113
  border: 1px solid #ccc;
6114
  border: 1px solid rgba(0, 0, 0, 0.2);
6115
  border-radius: 3px;
6116
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
6117
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
6118
}
6119
.popover.top {
6120
  margin-top: -10px;
6121
}
6122
.popover.right {
6123
  margin-left: 10px;
6124
}
6125
.popover.bottom {
6126
  margin-top: 10px;
6127
}
6128
.popover.left {
6129
  margin-left: -10px;
6130
}
6131
.popover-title {
6132
  margin: 0;
6133
  padding: 8px 14px;
6134
  font-size: 13px;
6135
  background-color: #f7f7f7;
6136
  border-bottom: 1px solid #ebebeb;
6137
  border-radius: 2px 2px 0 0;
6138
}
6139
.popover-content {
6140
  padding: 9px 14px;
6141
}
6142
.popover > .arrow,
6143
.popover > .arrow:after {
6144
  position: absolute;
6145
  display: block;
6146
  width: 0;
6147
  height: 0;
6148
  border-color: transparent;
6149
  border-style: solid;
6150
}
6151
.popover > .arrow {
6152
  border-width: 11px;
6153
}
6154
.popover > .arrow:after {
6155
  border-width: 10px;
6156
  content: "";
6157
}
6158
.popover.top > .arrow {
6159
  left: 50%;
6160
  margin-left: -11px;
6161
  border-bottom-width: 0;
6162
  border-top-color: #999999;
6163
  border-top-color: rgba(0, 0, 0, 0.25);
6164
  bottom: -11px;
6165
}
6166
.popover.top > .arrow:after {
6167
  content: " ";
6168
  bottom: 1px;
6169
  margin-left: -10px;
6170
  border-bottom-width: 0;
6171
  border-top-color: #fff;
6172
}
6173
.popover.right > .arrow {
6174
  top: 50%;
6175
  left: -11px;
6176
  margin-top: -11px;
6177
  border-left-width: 0;
6178
  border-right-color: #999999;
6179
  border-right-color: rgba(0, 0, 0, 0.25);
6180
}
6181
.popover.right > .arrow:after {
6182
  content: " ";
6183
  left: 1px;
6184
  bottom: -10px;
6185
  border-left-width: 0;
6186
  border-right-color: #fff;
6187
}
6188
.popover.bottom > .arrow {
6189
  left: 50%;
6190
  margin-left: -11px;
6191
  border-top-width: 0;
6192
  border-bottom-color: #999999;
6193
  border-bottom-color: rgba(0, 0, 0, 0.25);
6194
  top: -11px;
6195
}
6196
.popover.bottom > .arrow:after {
6197
  content: " ";
6198
  top: 1px;
6199
  margin-left: -10px;
6200
  border-top-width: 0;
6201
  border-bottom-color: #fff;
6202
}
6203
.popover.left > .arrow {
6204
  top: 50%;
6205
  right: -11px;
6206
  margin-top: -11px;
6207
  border-right-width: 0;
6208
  border-left-color: #999999;
6209
  border-left-color: rgba(0, 0, 0, 0.25);
6210
}
6211
.popover.left > .arrow:after {
6212
  content: " ";
6213
  right: 1px;
6214
  border-right-width: 0;
6215
  border-left-color: #fff;
6216
  bottom: -10px;
6217
}
6218
.carousel {
6219
  position: relative;
6220
}
6221
.carousel-inner {
6222
  position: relative;
6223
  overflow: hidden;
6224
  width: 100%;
6225
}
6226
.carousel-inner > .item {
6227
  display: none;
6228
  position: relative;
6229
  -webkit-transition: 0.6s ease-in-out left;
6230
  -o-transition: 0.6s ease-in-out left;
6231
  transition: 0.6s ease-in-out left;
6232
}
6233
.carousel-inner > .item > img,
6234
.carousel-inner > .item > a > img {
6235
  line-height: 1;
6236
}
6237
@media all and (transform-3d), (-webkit-transform-3d) {
6238
  .carousel-inner > .item {
6239
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
6240
    -moz-transition: -moz-transform 0.6s ease-in-out;
6241
    -o-transition: -o-transform 0.6s ease-in-out;
6242
    transition: transform 0.6s ease-in-out;
6243
    -webkit-backface-visibility: hidden;
6244
    -moz-backface-visibility: hidden;
6245
    backface-visibility: hidden;
6246
    -webkit-perspective: 1000px;
6247
    -moz-perspective: 1000px;
6248
    perspective: 1000px;
6249
  }
6250
  .carousel-inner > .item.next,
6251
  .carousel-inner > .item.active.right {
6252
    -webkit-transform: translate3d(100%, 0, 0);
6253
    transform: translate3d(100%, 0, 0);
6254
    left: 0;
6255
  }
6256
  .carousel-inner > .item.prev,
6257
  .carousel-inner > .item.active.left {
6258
    -webkit-transform: translate3d(-100%, 0, 0);
6259
    transform: translate3d(-100%, 0, 0);
6260
    left: 0;
6261
  }
6262
  .carousel-inner > .item.next.left,
6263
  .carousel-inner > .item.prev.right,
6264
  .carousel-inner > .item.active {
6265
    -webkit-transform: translate3d(0, 0, 0);
6266
    transform: translate3d(0, 0, 0);
6267
    left: 0;
6268
  }
6269
}
6270
.carousel-inner > .active,
6271
.carousel-inner > .next,
6272
.carousel-inner > .prev {
6273
  display: block;
6274
}
6275
.carousel-inner > .active {
6276
  left: 0;
6277
}
6278
.carousel-inner > .next,
6279
.carousel-inner > .prev {
6280
  position: absolute;
6281
  top: 0;
6282
  width: 100%;
6283
}
6284
.carousel-inner > .next {
6285
  left: 100%;
6286
}
6287
.carousel-inner > .prev {
6288
  left: -100%;
6289
}
6290
.carousel-inner > .next.left,
6291
.carousel-inner > .prev.right {
6292
  left: 0;
6293
}
6294
.carousel-inner > .active.left {
6295
  left: -100%;
6296
}
6297
.carousel-inner > .active.right {
6298
  left: 100%;
6299
}
6300
.carousel-control {
6301
  position: absolute;
6302
  top: 0;
6303
  left: 0;
6304
  bottom: 0;
6305
  width: 15%;
6306
  opacity: 0.5;
6307
  filter: alpha(opacity=50);
6308
  font-size: 20px;
6309
  color: #fff;
6310
  text-align: center;
6311
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
6312
  background-color: rgba(0, 0, 0, 0);
6313
}
6314
.carousel-control.left {
6315
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
6316
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
6317
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
6318
  background-repeat: repeat-x;
6319
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
6320
}
6321
.carousel-control.right {
6322
  left: auto;
6323
  right: 0;
6324
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
6325
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
6326
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
6327
  background-repeat: repeat-x;
6328
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
6329
}
6330
.carousel-control:hover,
6331
.carousel-control:focus {
6332
  outline: 0;
6333
  color: #fff;
6334
  text-decoration: none;
6335
  opacity: 0.9;
6336
  filter: alpha(opacity=90);
6337
}
6338
.carousel-control .icon-prev,
6339
.carousel-control .icon-next,
6340
.carousel-control .glyphicon-chevron-left,
6341
.carousel-control .glyphicon-chevron-right {
6342
  position: absolute;
6343
  top: 50%;
6344
  margin-top: -10px;
6345
  z-index: 5;
6346
  display: inline-block;
6347
}
6348
.carousel-control .icon-prev,
6349
.carousel-control .glyphicon-chevron-left {
6350
  left: 50%;
6351
  margin-left: -10px;
6352
}
6353
.carousel-control .icon-next,
6354
.carousel-control .glyphicon-chevron-right {
6355
  right: 50%;
6356
  margin-right: -10px;
6357
}
6358
.carousel-control .icon-prev,
6359
.carousel-control .icon-next {
6360
  width: 20px;
6361
  height: 20px;
6362
  line-height: 1;
6363
  font-family: serif;
6364
}
6365
.carousel-control .icon-prev:before {
6366
  content: '\2039';
6367
}
6368
.carousel-control .icon-next:before {
6369
  content: '\203a';
6370
}
6371
.carousel-indicators {
6372
  position: absolute;
6373
  bottom: 10px;
6374
  left: 50%;
6375
  z-index: 15;
6376
  width: 60%;
6377
  margin-left: -30%;
6378
  padding-left: 0;
6379
  list-style: none;
6380
  text-align: center;
6381
}
6382
.carousel-indicators li {
6383
  display: inline-block;
6384
  width: 10px;
6385
  height: 10px;
6386
  margin: 1px;
6387
  text-indent: -999px;
6388
  border: 1px solid #fff;
6389
  border-radius: 10px;
6390
  cursor: pointer;
6391
  background-color: #000 \9;
6392
  background-color: rgba(0, 0, 0, 0);
6393
}
6394
.carousel-indicators .active {
6395
  margin: 0;
6396
  width: 12px;
6397
  height: 12px;
6398
  background-color: #fff;
6399
}
6400
.carousel-caption {
6401
  position: absolute;
6402
  left: 15%;
6403
  right: 15%;
6404
  bottom: 20px;
6405
  z-index: 10;
6406
  padding-top: 20px;
6407
  padding-bottom: 20px;
6408
  color: #fff;
6409
  text-align: center;
6410
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
6411
}
6412
.carousel-caption .btn {
6413
  text-shadow: none;
6414
}
6415
@media screen and (min-width: 768px) {
6416
  .carousel-control .glyphicon-chevron-left,
6417
  .carousel-control .glyphicon-chevron-right,
6418
  .carousel-control .icon-prev,
6419
  .carousel-control .icon-next {
6420
    width: 30px;
6421
    height: 30px;
6422
    margin-top: -10px;
6423
    font-size: 30px;
6424
  }
6425
  .carousel-control .glyphicon-chevron-left,
6426
  .carousel-control .icon-prev {
6427
    margin-left: -10px;
6428
  }
6429
  .carousel-control .glyphicon-chevron-right,
6430
  .carousel-control .icon-next {
6431
    margin-right: -10px;
6432
  }
6433
  .carousel-caption {
6434
    left: 20%;
6435
    right: 20%;
6436
    padding-bottom: 30px;
6437
  }
6438
  .carousel-indicators {
6439
    bottom: 20px;
6440
  }
6441
}
6442
.clearfix:before,
6443
.clearfix:after,
6444
.dl-horizontal dd:before,
6445
.dl-horizontal dd:after,
6446
.container:before,
6447
.container:after,
6448
.container-fluid:before,
6449
.container-fluid:after,
6450
.row:before,
6451
.row:after,
6452
.form-horizontal .form-group:before,
6453
.form-horizontal .form-group:after,
6454
.btn-toolbar:before,
6455
.btn-toolbar:after,
6456
.btn-group-vertical > .btn-group:before,
6457
.btn-group-vertical > .btn-group:after,
6458
.nav:before,
6459
.nav:after,
6460
.navbar:before,
6461
.navbar:after,
6462
.navbar-header:before,
6463
.navbar-header:after,
6464
.navbar-collapse:before,
6465
.navbar-collapse:after,
6466
.pager:before,
6467
.pager:after,
6468
.panel-body:before,
6469
.panel-body:after,
6470
.modal-header:before,
6471
.modal-header:after,
6472
.modal-footer:before,
6473
.modal-footer:after,
6474
.item_buttons:before,
6475
.item_buttons:after {
6476
  content: " ";
6477
  display: table;
6478
}
6479
.clearfix:after,
6480
.dl-horizontal dd:after,
6481
.container:after,
6482
.container-fluid:after,
6483
.row:after,
6484
.form-horizontal .form-group:after,
6485
.btn-toolbar:after,
6486
.btn-group-vertical > .btn-group:after,
6487
.nav:after,
6488
.navbar:after,
6489
.navbar-header:after,
6490
.navbar-collapse:after,
6491
.pager:after,
6492
.panel-body:after,
6493
.modal-header:after,
6494
.modal-footer:after,
6495
.item_buttons:after {
6496
  clear: both;
6497
}
6498
.center-block {
6499
  display: block;
6500
  margin-left: auto;
6501
  margin-right: auto;
6502
}
6503
.pull-right {
6504
  float: right !important;
6505
}
6506
.pull-left {
6507
  float: left !important;
6508
}
6509
.hide {
6510
  display: none !important;
6511
}
6512
.show {
6513
  display: block !important;
6514
}
6515
.invisible {
6516
  visibility: hidden;
6517
}
6518
.text-hide {
6519
  font: 0/0 a;
6520
  color: transparent;
6521
  text-shadow: none;
6522
  background-color: transparent;
6523
  border: 0;
6524
}
6525
.hidden {
6526
  display: none !important;
6527
}
6528
.affix {
6529
  position: fixed;
6530
}
6531
@-ms-viewport {
6532
  width: device-width;
6533
}
6534
.visible-xs,
6535
.visible-sm,
6536
.visible-md,
6537
.visible-lg {
6538
  display: none !important;
6539
}
6540
.visible-xs-block,
6541
.visible-xs-inline,
6542
.visible-xs-inline-block,
6543
.visible-sm-block,
6544
.visible-sm-inline,
6545
.visible-sm-inline-block,
6546
.visible-md-block,
6547
.visible-md-inline,
6548
.visible-md-inline-block,
6549
.visible-lg-block,
6550
.visible-lg-inline,
6551
.visible-lg-inline-block {
6552
  display: none !important;
6553
}
6554
@media (max-width: 767px) {
6555
  .visible-xs {
6556
    display: block !important;
6557
  }
6558
  table.visible-xs {
6559
    display: table !important;
6560
  }
6561
  tr.visible-xs {
6562
    display: table-row !important;
6563
  }
6564
  th.visible-xs,
6565
  td.visible-xs {
6566
    display: table-cell !important;
6567
  }
6568
}
6569
@media (max-width: 767px) {
6570
  .visible-xs-block {
6571
    display: block !important;
6572
  }
6573
}
6574
@media (max-width: 767px) {
6575
  .visible-xs-inline {
6576
    display: inline !important;
6577
  }
6578
}
6579
@media (max-width: 767px) {
6580
  .visible-xs-inline-block {
6581
    display: inline-block !important;
6582
  }
6583
}
6584
@media (min-width: 768px) and (max-width: 991px) {
6585
  .visible-sm {
6586
    display: block !important;
6587
  }
6588
  table.visible-sm {
6589
    display: table !important;
6590
  }
6591
  tr.visible-sm {
6592
    display: table-row !important;
6593
  }
6594
  th.visible-sm,
6595
  td.visible-sm {
6596
    display: table-cell !important;
6597
  }
6598
}
6599
@media (min-width: 768px) and (max-width: 991px) {
6600
  .visible-sm-block {
6601
    display: block !important;
6602
  }
6603
}
6604
@media (min-width: 768px) and (max-width: 991px) {
6605
  .visible-sm-inline {
6606
    display: inline !important;
6607
  }
6608
}
6609
@media (min-width: 768px) and (max-width: 991px) {
6610
  .visible-sm-inline-block {
6611
    display: inline-block !important;
6612
  }
6613
}
6614
@media (min-width: 992px) and (max-width: 1199px) {
6615
  .visible-md {
6616
    display: block !important;
6617
  }
6618
  table.visible-md {
6619
    display: table !important;
6620
  }
6621
  tr.visible-md {
6622
    display: table-row !important;
6623
  }
6624
  th.visible-md,
6625
  td.visible-md {
6626
    display: table-cell !important;
6627
  }
6628
}
6629
@media (min-width: 992px) and (max-width: 1199px) {
6630
  .visible-md-block {
6631
    display: block !important;
6632
  }
6633
}
6634
@media (min-width: 992px) and (max-width: 1199px) {
6635
  .visible-md-inline {
6636
    display: inline !important;
6637
  }
6638
}
6639
@media (min-width: 992px) and (max-width: 1199px) {
6640
  .visible-md-inline-block {
6641
    display: inline-block !important;
6642
  }
6643
}
6644
@media (min-width: 1200px) {
6645
  .visible-lg {
6646
    display: block !important;
6647
  }
6648
  table.visible-lg {
6649
    display: table !important;
6650
  }
6651
  tr.visible-lg {
6652
    display: table-row !important;
6653
  }
6654
  th.visible-lg,
6655
  td.visible-lg {
6656
    display: table-cell !important;
6657
  }
6658
}
6659
@media (min-width: 1200px) {
6660
  .visible-lg-block {
6661
    display: block !important;
6662
  }
6663
}
6664
@media (min-width: 1200px) {
6665
  .visible-lg-inline {
6666
    display: inline !important;
6667
  }
6668
}
6669
@media (min-width: 1200px) {
6670
  .visible-lg-inline-block {
6671
    display: inline-block !important;
6672
  }
6673
}
6674
@media (max-width: 767px) {
6675
  .hidden-xs {
6676
    display: none !important;
6677
  }
6678
}
6679
@media (min-width: 768px) and (max-width: 991px) {
6680
  .hidden-sm {
6681
    display: none !important;
6682
  }
6683
}
6684
@media (min-width: 992px) and (max-width: 1199px) {
6685
  .hidden-md {
6686
    display: none !important;
6687
  }
6688
}
6689
@media (min-width: 1200px) {
6690
  .hidden-lg {
6691
    display: none !important;
6692
  }
6693
}
6694
.visible-print {
6695
  display: none !important;
6696
}
6697
@media print {
6698
  .visible-print {
6699
    display: block !important;
6700
  }
6701
  table.visible-print {
6702
    display: table !important;
6703
  }
6704
  tr.visible-print {
6705
    display: table-row !important;
6706
  }
6707
  th.visible-print,
6708
  td.visible-print {
6709
    display: table-cell !important;
6710
  }
6711
}
6712
.visible-print-block {
6713
  display: none !important;
6714
}
6715
@media print {
6716
  .visible-print-block {
6717
    display: block !important;
6718
  }
6719
}
6720
.visible-print-inline {
6721
  display: none !important;
6722
}
6723
@media print {
6724
  .visible-print-inline {
6725
    display: inline !important;
6726
  }
6727
}
6728
.visible-print-inline-block {
6729
  display: none !important;
6730
}
6731
@media print {
6732
  .visible-print-inline-block {
6733
    display: inline-block !important;
6734
  }
6735
}
6736
@media print {
6737
  .hidden-print {
6738
    display: none !important;
6739
  }
6740
}
6741
/*!
6742
*
6743
* Font Awesome
6744
*
6745
*/
6746
/*!
6747
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
6748
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
6749
 */
6750
/* FONT PATH
6751
 * -------------------------- */
6752
@font-face {
6753
  font-family: 'FontAwesome';
6754
  src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0');
6755
  src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
6756
  font-weight: normal;
6757
  font-style: normal;
6758
}
6759
.fa {
6760
  display: inline-block;
6761
  font: normal normal normal 14px/1 FontAwesome;
6762
  font-size: inherit;
6763
  text-rendering: auto;
6764
  -webkit-font-smoothing: antialiased;
6765
  -moz-osx-font-smoothing: grayscale;
6766
}
6767
/* makes the font 33% larger relative to the icon container */
6768
.fa-lg {
6769
  font-size: 1.33333333em;
6770
  line-height: 0.75em;
6771
  vertical-align: -15%;
6772
}
6773
.fa-2x {
6774
  font-size: 2em;
6775
}
6776
.fa-3x {
6777
  font-size: 3em;
6778
}
6779
.fa-4x {
6780
  font-size: 4em;
6781
}
6782
.fa-5x {
6783
  font-size: 5em;
6784
}
6785
.fa-fw {
6786
  width: 1.28571429em;
6787
  text-align: center;
6788
}
6789
.fa-ul {
6790
  padding-left: 0;
6791
  margin-left: 2.14285714em;
6792
  list-style-type: none;
6793
}
6794
.fa-ul > li {
6795
  position: relative;
6796
}
6797
.fa-li {
6798
  position: absolute;
6799
  left: -2.14285714em;
6800
  width: 2.14285714em;
6801
  top: 0.14285714em;
6802
  text-align: center;
6803
}
6804
.fa-li.fa-lg {
6805
  left: -1.85714286em;
6806
}
6807
.fa-border {
6808
  padding: .2em .25em .15em;
6809
  border: solid 0.08em #eee;
6810
  border-radius: .1em;
6811
}
6812
.pull-right {
6813
  float: right;
6814
}
6815
.pull-left {
6816
  float: left;
6817
}
6818
.fa.pull-left {
6819
  margin-right: .3em;
6820
}
6821
.fa.pull-right {
6822
  margin-left: .3em;
6823
}
6824
.fa-spin {
6825
  -webkit-animation: fa-spin 2s infinite linear;
6826
  animation: fa-spin 2s infinite linear;
6827
}
6828
@-webkit-keyframes fa-spin {
6829
  0% {
6830
    -webkit-transform: rotate(0deg);
6831
    transform: rotate(0deg);
6832
  }
6833
  100% {
6834
    -webkit-transform: rotate(359deg);
6835
    transform: rotate(359deg);
6836
  }
6837
}
6838
@keyframes fa-spin {
6839
  0% {
6840
    -webkit-transform: rotate(0deg);
6841
    transform: rotate(0deg);
6842
  }
6843
  100% {
6844
    -webkit-transform: rotate(359deg);
6845
    transform: rotate(359deg);
6846
  }
6847
}
6848
.fa-rotate-90 {
6849
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
6850
  -webkit-transform: rotate(90deg);
6851
  -ms-transform: rotate(90deg);
6852
  transform: rotate(90deg);
6853
}
6854
.fa-rotate-180 {
6855
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
6856
  -webkit-transform: rotate(180deg);
6857
  -ms-transform: rotate(180deg);
6858
  transform: rotate(180deg);
6859
}
6860
.fa-rotate-270 {
6861
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
6862
  -webkit-transform: rotate(270deg);
6863
  -ms-transform: rotate(270deg);
6864
  transform: rotate(270deg);
6865
}
6866
.fa-flip-horizontal {
6867
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
6868
  -webkit-transform: scale(-1, 1);
6869
  -ms-transform: scale(-1, 1);
6870
  transform: scale(-1, 1);
6871
}
6872
.fa-flip-vertical {
6873
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
6874
  -webkit-transform: scale(1, -1);
6875
  -ms-transform: scale(1, -1);
6876
  transform: scale(1, -1);
6877
}
6878
:root .fa-rotate-90,
6879
:root .fa-rotate-180,
6880
:root .fa-rotate-270,
6881
:root .fa-flip-horizontal,
6882
:root .fa-flip-vertical {
6883
  filter: none;
6884
}
6885
.fa-stack {
6886
  position: relative;
6887
  display: inline-block;
6888
  width: 2em;
6889
  height: 2em;
6890
  line-height: 2em;
6891
  vertical-align: middle;
6892
}
6893
.fa-stack-1x,
6894
.fa-stack-2x {
6895
  position: absolute;
6896
  left: 0;
6897
  width: 100%;
6898
  text-align: center;
6899
}
6900
.fa-stack-1x {
6901
  line-height: inherit;
6902
}
6903
.fa-stack-2x {
6904
  font-size: 2em;
6905
}
6906
.fa-inverse {
6907
  color: #fff;
6908
}
6909
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
6910
   readers do not read off random characters that represent icons */
6911
.fa-glass:before {
6912
  content: "\f000";
6913
}
6914
.fa-music:before {
6915
  content: "\f001";
6916
}
6917
.fa-search:before {
6918
  content: "\f002";
6919
}
6920
.fa-envelope-o:before {
6921
  content: "\f003";
6922
}
6923
.fa-heart:before {
6924
  content: "\f004";
6925
}
6926
.fa-star:before {
6927
  content: "\f005";
6928
}
6929
.fa-star-o:before {
6930
  content: "\f006";
6931
}
6932
.fa-user:before {
6933
  content: "\f007";
6934
}
6935
.fa-film:before {
6936
  content: "\f008";
6937
}
6938
.fa-th-large:before {
6939
  content: "\f009";
6940
}
6941
.fa-th:before {
6942
  content: "\f00a";
6943
}
6944
.fa-th-list:before {
6945
  content: "\f00b";
6946
}
6947
.fa-check:before {
6948
  content: "\f00c";
6949
}
6950
.fa-remove:before,
6951
.fa-close:before,
6952
.fa-times:before {
6953
  content: "\f00d";
6954
}
6955
.fa-search-plus:before {
6956
  content: "\f00e";
6957
}
6958
.fa-search-minus:before {
6959
  content: "\f010";
6960
}
6961
.fa-power-off:before {
6962
  content: "\f011";
6963
}
6964
.fa-signal:before {
6965
  content: "\f012";
6966
}
6967
.fa-gear:before,
6968
.fa-cog:before {
6969
  content: "\f013";
6970
}
6971
.fa-trash-o:before {
6972
  content: "\f014";
6973
}
6974
.fa-home:before {
6975
  content: "\f015";
6976
}
6977
.fa-file-o:before {
6978
  content: "\f016";
6979
}
6980
.fa-clock-o:before {
6981
  content: "\f017";
6982
}
6983
.fa-road:before {
6984
  content: "\f018";
6985
}
6986
.fa-download:before {
6987
  content: "\f019";
6988
}
6989
.fa-arrow-circle-o-down:before {
6990
  content: "\f01a";
6991
}
6992
.fa-arrow-circle-o-up:before {
6993
  content: "\f01b";
6994
}
6995
.fa-inbox:before {
6996
  content: "\f01c";
6997
}
6998
.fa-play-circle-o:before {
6999
  content: "\f01d";
7000
}
7001
.fa-rotate-right:before,
7002
.fa-repeat:before {
7003
  content: "\f01e";
7004
}
7005
.fa-refresh:before {
7006
  content: "\f021";
7007
}
7008
.fa-list-alt:before {
7009
  content: "\f022";
7010
}
7011
.fa-lock:before {
7012
  content: "\f023";
7013
}
7014
.fa-flag:before {
7015
  content: "\f024";
7016
}
7017
.fa-headphones:before {
7018
  content: "\f025";
7019
}
7020
.fa-volume-off:before {
7021
  content: "\f026";
7022
}
7023
.fa-volume-down:before {
7024
  content: "\f027";
7025
}
7026
.fa-volume-up:before {
7027
  content: "\f028";
7028
}
7029
.fa-qrcode:before {
7030
  content: "\f029";
7031
}
7032
.fa-barcode:before {
7033
  content: "\f02a";
7034
}
7035
.fa-tag:before {
7036
  content: "\f02b";
7037
}
7038
.fa-tags:before {
7039
  content: "\f02c";
7040
}
7041
.fa-book:before {
7042
  content: "\f02d";
7043
}
7044
.fa-bookmark:before {
7045
  content: "\f02e";
7046
}
7047
.fa-print:before {
7048
  content: "\f02f";
7049
}
7050
.fa-camera:before {
7051
  content: "\f030";
7052
}
7053
.fa-font:before {
7054
  content: "\f031";
7055
}
7056
.fa-bold:before {
7057
  content: "\f032";
7058
}
7059
.fa-italic:before {
7060
  content: "\f033";
7061
}
7062
.fa-text-height:before {
7063
  content: "\f034";
7064
}
7065
.fa-text-width:before {
7066
  content: "\f035";
7067
}
7068
.fa-align-left:before {
7069
  content: "\f036";
7070
}
7071
.fa-align-center:before {
7072
  content: "\f037";
7073
}
7074
.fa-align-right:before {
7075
  content: "\f038";
7076
}
7077
.fa-align-justify:before {
7078
  content: "\f039";
7079
}
7080
.fa-list:before {
7081
  content: "\f03a";
7082
}
7083
.fa-dedent:before,
7084
.fa-outdent:before {
7085
  content: "\f03b";
7086
}
7087
.fa-indent:before {
7088
  content: "\f03c";
7089
}
7090
.fa-video-camera:before {
7091
  content: "\f03d";
7092
}
7093
.fa-photo:before,
7094
.fa-image:before,
7095
.fa-picture-o:before {
7096
  content: "\f03e";
7097
}
7098
.fa-pencil:before {
7099
  content: "\f040";
7100
}
7101
.fa-map-marker:before {
7102
  content: "\f041";
7103
}
7104
.fa-adjust:before {
7105
  content: "\f042";
7106
}
7107
.fa-tint:before {
7108
  content: "\f043";
7109
}
7110
.fa-edit:before,
7111
.fa-pencil-square-o:before {
7112
  content: "\f044";
7113
}
7114
.fa-share-square-o:before {
7115
  content: "\f045";
7116
}
7117
.fa-check-square-o:before {
7118
  content: "\f046";
7119
}
7120
.fa-arrows:before {
7121
  content: "\f047";
7122
}
7123
.fa-step-backward:before {
7124
  content: "\f048";
7125
}
7126
.fa-fast-backward:before {
7127
  content: "\f049";
7128
}
7129
.fa-backward:before {
7130
  content: "\f04a";
7131
}
7132
.fa-play:before {
7133
  content: "\f04b";
7134
}
7135
.fa-pause:before {
7136
  content: "\f04c";
7137
}
7138
.fa-stop:before {
7139
  content: "\f04d";
7140
}
7141
.fa-forward:before {
7142
  content: "\f04e";
7143
}
7144
.fa-fast-forward:before {
7145
  content: "\f050";
7146
}
7147
.fa-step-forward:before {
7148
  content: "\f051";
7149
}
7150
.fa-eject:before {
7151
  content: "\f052";
7152
}
7153
.fa-chevron-left:before {
7154
  content: "\f053";
7155
}
7156
.fa-chevron-right:before {
7157
  content: "\f054";
7158
}
7159
.fa-plus-circle:before {
7160
  content: "\f055";
7161
}
7162
.fa-minus-circle:before {
7163
  content: "\f056";
7164
}
7165
.fa-times-circle:before {
7166
  content: "\f057";
7167
}
7168
.fa-check-circle:before {
7169
  content: "\f058";
7170
}
7171
.fa-question-circle:before {
7172
  content: "\f059";
7173
}
7174
.fa-info-circle:before {
7175
  content: "\f05a";
7176
}
7177
.fa-crosshairs:before {
7178
  content: "\f05b";
7179
}
7180
.fa-times-circle-o:before {
7181
  content: "\f05c";
7182
}
7183
.fa-check-circle-o:before {
7184
  content: "\f05d";
7185
}
7186
.fa-ban:before {
7187
  content: "\f05e";
7188
}
7189
.fa-arrow-left:before {
7190
  content: "\f060";
7191
}
7192
.fa-arrow-right:before {
7193
  content: "\f061";
7194
}
7195
.fa-arrow-up:before {
7196
  content: "\f062";
7197
}
7198
.fa-arrow-down:before {
7199
  content: "\f063";
7200
}
7201
.fa-mail-forward:before,
7202
.fa-share:before {
7203
  content: "\f064";
7204
}
7205
.fa-expand:before {
7206
  content: "\f065";
7207
}
7208
.fa-compress:before {
7209
  content: "\f066";
7210
}
7211
.fa-plus:before {
7212
  content: "\f067";
7213
}
7214
.fa-minus:before {
7215
  content: "\f068";
7216
}
7217
.fa-asterisk:before {
7218
  content: "\f069";
7219
}
7220
.fa-exclamation-circle:before {
7221
  content: "\f06a";
7222
}
7223
.fa-gift:before {
7224
  content: "\f06b";
7225
}
7226
.fa-leaf:before {
7227
  content: "\f06c";
7228
}
7229
.fa-fire:before {
7230
  content: "\f06d";
7231
}
7232
.fa-eye:before {
7233
  content: "\f06e";
7234
}
7235
.fa-eye-slash:before {
7236
  content: "\f070";
7237
}
7238
.fa-warning:before,
7239
.fa-exclamation-triangle:before {
7240
  content: "\f071";
7241
}
7242
.fa-plane:before {
7243
  content: "\f072";
7244
}
7245
.fa-calendar:before {
7246
  content: "\f073";
7247
}
7248
.fa-random:before {
7249
  content: "\f074";
7250
}
7251
.fa-comment:before {
7252
  content: "\f075";
7253
}
7254
.fa-magnet:before {
7255
  content: "\f076";
7256
}
7257
.fa-chevron-up:before {
7258
  content: "\f077";
7259
}
7260
.fa-chevron-down:before {
7261
  content: "\f078";
7262
}
7263
.fa-retweet:before {
7264
  content: "\f079";
7265
}
7266
.fa-shopping-cart:before {
7267
  content: "\f07a";
7268
}
7269
.fa-folder:before {
7270
  content: "\f07b";
7271
}
7272
.fa-folder-open:before {
7273
  content: "\f07c";
7274
}
7275
.fa-arrows-v:before {
7276
  content: "\f07d";
7277
}
7278
.fa-arrows-h:before {
7279
  content: "\f07e";
7280
}
7281
.fa-bar-chart-o:before,
7282
.fa-bar-chart:before {
7283
  content: "\f080";
7284
}
7285
.fa-twitter-square:before {
7286
  content: "\f081";
7287
}
7288
.fa-facebook-square:before {
7289
  content: "\f082";
7290
}
7291
.fa-camera-retro:before {
7292
  content: "\f083";
7293
}
7294
.fa-key:before {
7295
  content: "\f084";
7296
}
7297
.fa-gears:before,
7298
.fa-cogs:before {
7299
  content: "\f085";
7300
}
7301
.fa-comments:before {
7302
  content: "\f086";
7303
}
7304
.fa-thumbs-o-up:before {
7305
  content: "\f087";
7306
}
7307
.fa-thumbs-o-down:before {
7308
  content: "\f088";
7309
}
7310
.fa-star-half:before {
7311
  content: "\f089";
7312
}
7313
.fa-heart-o:before {
7314
  content: "\f08a";
7315
}
7316
.fa-sign-out:before {
7317
  content: "\f08b";
7318
}
7319
.fa-linkedin-square:before {
7320
  content: "\f08c";
7321
}
7322
.fa-thumb-tack:before {
7323
  content: "\f08d";
7324
}
7325
.fa-external-link:before {
7326
  content: "\f08e";
7327
}
7328
.fa-sign-in:before {
7329
  content: "\f090";
7330
}
7331
.fa-trophy:before {
7332
  content: "\f091";
7333
}
7334
.fa-github-square:before {
7335
  content: "\f092";
7336
}
7337
.fa-upload:before {
7338
  content: "\f093";
7339
}
7340
.fa-lemon-o:before {
7341
  content: "\f094";
7342
}
7343
.fa-phone:before {
7344
  content: "\f095";
7345
}
7346
.fa-square-o:before {
7347
  content: "\f096";
7348
}
7349
.fa-bookmark-o:before {
7350
  content: "\f097";
7351
}
7352
.fa-phone-square:before {
7353
  content: "\f098";
7354
}
7355
.fa-twitter:before {
7356
  content: "\f099";
7357
}
7358
.fa-facebook:before {
7359
  content: "\f09a";
7360
}
7361
.fa-github:before {
7362
  content: "\f09b";
7363
}
7364
.fa-unlock:before {
7365
  content: "\f09c";
7366
}
7367
.fa-credit-card:before {
7368
  content: "\f09d";
7369
}
7370
.fa-rss:before {
7371
  content: "\f09e";
7372
}
7373
.fa-hdd-o:before {
7374
  content: "\f0a0";
7375
}
7376
.fa-bullhorn:before {
7377
  content: "\f0a1";
7378
}
7379
.fa-bell:before {
7380
  content: "\f0f3";
7381
}
7382
.fa-certificate:before {
7383
  content: "\f0a3";
7384
}
7385
.fa-hand-o-right:before {
7386
  content: "\f0a4";
7387
}
7388
.fa-hand-o-left:before {
7389
  content: "\f0a5";
7390
}
7391
.fa-hand-o-up:before {
7392
  content: "\f0a6";
7393
}
7394
.fa-hand-o-down:before {
7395
  content: "\f0a7";
7396
}
7397
.fa-arrow-circle-left:before {
7398
  content: "\f0a8";
7399
}
7400
.fa-arrow-circle-right:before {
7401
  content: "\f0a9";
7402
}
7403
.fa-arrow-circle-up:before {
7404
  content: "\f0aa";
7405
}
7406
.fa-arrow-circle-down:before {
7407
  content: "\f0ab";
7408
}
7409
.fa-globe:before {
7410
  content: "\f0ac";
7411
}
7412
.fa-wrench:before {
7413
  content: "\f0ad";
7414
}
7415
.fa-tasks:before {
7416
  content: "\f0ae";
7417
}
7418
.fa-filter:before {
7419
  content: "\f0b0";
7420
}
7421
.fa-briefcase:before {
7422
  content: "\f0b1";
7423
}
7424
.fa-arrows-alt:before {
7425
  content: "\f0b2";
7426
}
7427
.fa-group:before,
7428
.fa-users:before {
7429
  content: "\f0c0";
7430
}
7431
.fa-chain:before,
7432
.fa-link:before {
7433
  content: "\f0c1";
7434
}
7435
.fa-cloud:before {
7436
  content: "\f0c2";
7437
}
7438
.fa-flask:before {
7439
  content: "\f0c3";
7440
}
7441
.fa-cut:before,
7442
.fa-scissors:before {
7443
  content: "\f0c4";
7444
}
7445
.fa-copy:before,
7446
.fa-files-o:before {
7447
  content: "\f0c5";
7448
}
7449
.fa-paperclip:before {
7450
  content: "\f0c6";
7451
}
7452
.fa-save:before,
7453
.fa-floppy-o:before {
7454
  content: "\f0c7";
7455
}
7456
.fa-square:before {
7457
  content: "\f0c8";
7458
}
7459
.fa-navicon:before,
7460
.fa-reorder:before,
7461
.fa-bars:before {
7462
  content: "\f0c9";
7463
}
7464
.fa-list-ul:before {
7465
  content: "\f0ca";
7466
}
7467
.fa-list-ol:before {
7468
  content: "\f0cb";
7469
}
7470
.fa-strikethrough:before {
7471
  content: "\f0cc";
7472
}
7473
.fa-underline:before {
7474
  content: "\f0cd";
7475
}
7476
.fa-table:before {
7477
  content: "\f0ce";
7478
}
7479
.fa-magic:before {
7480
  content: "\f0d0";
7481
}
7482
.fa-truck:before {
7483
  content: "\f0d1";
7484
}
7485
.fa-pinterest:before {
7486
  content: "\f0d2";
7487
}
7488
.fa-pinterest-square:before {
7489
  content: "\f0d3";
7490
}
7491
.fa-google-plus-square:before {
7492
  content: "\f0d4";
7493
}
7494
.fa-google-plus:before {
7495
  content: "\f0d5";
7496
}
7497
.fa-money:before {
7498
  content: "\f0d6";
7499
}
7500
.fa-caret-down:before {
7501
  content: "\f0d7";
7502
}
7503
.fa-caret-up:before {
7504
  content: "\f0d8";
7505
}
7506
.fa-caret-left:before {
7507
  content: "\f0d9";
7508
}
7509
.fa-caret-right:before {
7510
  content: "\f0da";
7511
}
7512
.fa-columns:before {
7513
  content: "\f0db";
7514
}
7515
.fa-unsorted:before,
7516
.fa-sort:before {
7517
  content: "\f0dc";
7518
}
7519
.fa-sort-down:before,
7520
.fa-sort-desc:before {
7521
  content: "\f0dd";
7522
}
7523
.fa-sort-up:before,
7524
.fa-sort-asc:before {
7525
  content: "\f0de";
7526
}
7527
.fa-envelope:before {
7528
  content: "\f0e0";
7529
}
7530
.fa-linkedin:before {
7531
  content: "\f0e1";
7532
}
7533
.fa-rotate-left:before,
7534
.fa-undo:before {
7535
  content: "\f0e2";
7536
}
7537
.fa-legal:before,
7538
.fa-gavel:before {
7539
  content: "\f0e3";
7540
}
7541
.fa-dashboard:before,
7542
.fa-tachometer:before {
7543
  content: "\f0e4";
7544
}
7545
.fa-comment-o:before {
7546
  content: "\f0e5";
7547
}
7548
.fa-comments-o:before {
7549
  content: "\f0e6";
7550
}
7551
.fa-flash:before,
7552
.fa-bolt:before {
7553
  content: "\f0e7";
7554
}
7555
.fa-sitemap:before {
7556
  content: "\f0e8";
7557
}
7558
.fa-umbrella:before {
7559
  content: "\f0e9";
7560
}
7561
.fa-paste:before,
7562
.fa-clipboard:before {
7563
  content: "\f0ea";
7564
}
7565
.fa-lightbulb-o:before {
7566
  content: "\f0eb";
7567
}
7568
.fa-exchange:before {
7569
  content: "\f0ec";
7570
}
7571
.fa-cloud-download:before {
7572
  content: "\f0ed";
7573
}
7574
.fa-cloud-upload:before {
7575
  content: "\f0ee";
7576
}
7577
.fa-user-md:before {
7578
  content: "\f0f0";
7579
}
7580
.fa-stethoscope:before {
7581
  content: "\f0f1";
7582
}
7583
.fa-suitcase:before {
7584
  content: "\f0f2";
7585
}
7586
.fa-bell-o:before {
7587
  content: "\f0a2";
7588
}
7589
.fa-coffee:before {
7590
  content: "\f0f4";
7591
}
7592
.fa-cutlery:before {
7593
  content: "\f0f5";
7594
}
7595
.fa-file-text-o:before {
7596
  content: "\f0f6";
7597
}
7598
.fa-building-o:before {
7599
  content: "\f0f7";
7600
}
7601
.fa-hospital-o:before {
7602
  content: "\f0f8";
7603
}
7604
.fa-ambulance:before {
7605
  content: "\f0f9";
7606
}
7607
.fa-medkit:before {
7608
  content: "\f0fa";
7609
}
7610
.fa-fighter-jet:before {
7611
  content: "\f0fb";
7612
}
7613
.fa-beer:before {
7614
  content: "\f0fc";
7615
}
7616
.fa-h-square:before {
7617
  content: "\f0fd";
7618
}
7619
.fa-plus-square:before {
7620
  content: "\f0fe";
7621
}
7622
.fa-angle-double-left:before {
7623
  content: "\f100";
7624
}
7625
.fa-angle-double-right:before {
7626
  content: "\f101";
7627
}
7628
.fa-angle-double-up:before {
7629
  content: "\f102";
7630
}
7631
.fa-angle-double-down:before {
7632
  content: "\f103";
7633
}
7634
.fa-angle-left:before {
7635
  content: "\f104";
7636
}
7637
.fa-angle-right:before {
7638
  content: "\f105";
7639
}
7640
.fa-angle-up:before {
7641
  content: "\f106";
7642
}
7643
.fa-angle-down:before {
7644
  content: "\f107";
7645
}
7646
.fa-desktop:before {
7647
  content: "\f108";
7648
}
7649
.fa-laptop:before {
7650
  content: "\f109";
7651
}
7652
.fa-tablet:before {
7653
  content: "\f10a";
7654
}
7655
.fa-mobile-phone:before,
7656
.fa-mobile:before {
7657
  content: "\f10b";
7658
}
7659
.fa-circle-o:before {
7660
  content: "\f10c";
7661
}
7662
.fa-quote-left:before {
7663
  content: "\f10d";
7664
}
7665
.fa-quote-right:before {
7666
  content: "\f10e";
7667
}
7668
.fa-spinner:before {
7669
  content: "\f110";
7670
}
7671
.fa-circle:before {
7672
  content: "\f111";
7673
}
7674
.fa-mail-reply:before,
7675
.fa-reply:before {
7676
  content: "\f112";
7677
}
7678
.fa-github-alt:before {
7679
  content: "\f113";
7680
}
7681
.fa-folder-o:before {
7682
  content: "\f114";
7683
}
7684
.fa-folder-open-o:before {
7685
  content: "\f115";
7686
}
7687
.fa-smile-o:before {
7688
  content: "\f118";
7689
}
7690
.fa-frown-o:before {
7691
  content: "\f119";
7692
}
7693
.fa-meh-o:before {
7694
  content: "\f11a";
7695
}
7696
.fa-gamepad:before {
7697
  content: "\f11b";
7698
}
7699
.fa-keyboard-o:before {
7700
  content: "\f11c";
7701
}
7702
.fa-flag-o:before {
7703
  content: "\f11d";
7704
}
7705
.fa-flag-checkered:before {
7706
  content: "\f11e";
7707
}
7708
.fa-terminal:before {
7709
  content: "\f120";
7710
}
7711
.fa-code:before {
7712
  content: "\f121";
7713
}
7714
.fa-mail-reply-all:before,
7715
.fa-reply-all:before {
7716
  content: "\f122";
7717
}
7718
.fa-star-half-empty:before,
7719
.fa-star-half-full:before,
7720
.fa-star-half-o:before {
7721
  content: "\f123";
7722
}
7723
.fa-location-arrow:before {
7724
  content: "\f124";
7725
}
7726
.fa-crop:before {
7727
  content: "\f125";
7728
}
7729
.fa-code-fork:before {
7730
  content: "\f126";
7731
}
7732
.fa-unlink:before,
7733
.fa-chain-broken:before {
7734
  content: "\f127";
7735
}
7736
.fa-question:before {
7737
  content: "\f128";
7738
}
7739
.fa-info:before {
7740
  content: "\f129";
7741
}
7742
.fa-exclamation:before {
7743
  content: "\f12a";
7744
}
7745
.fa-superscript:before {
7746
  content: "\f12b";
7747
}
7748
.fa-subscript:before {
7749
  content: "\f12c";
7750
}
7751
.fa-eraser:before {
7752
  content: "\f12d";
7753
}
7754
.fa-puzzle-piece:before {
7755
  content: "\f12e";
7756
}
7757
.fa-microphone:before {
7758
  content: "\f130";
7759
}
7760
.fa-microphone-slash:before {
7761
  content: "\f131";
7762
}
7763
.fa-shield:before {
7764
  content: "\f132";
7765
}
7766
.fa-calendar-o:before {
7767
  content: "\f133";
7768
}
7769
.fa-fire-extinguisher:before {
7770
  content: "\f134";
7771
}
7772
.fa-rocket:before {
7773
  content: "\f135";
7774
}
7775
.fa-maxcdn:before {
7776
  content: "\f136";
7777
}
7778
.fa-chevron-circle-left:before {
7779
  content: "\f137";
7780
}
7781
.fa-chevron-circle-right:before {
7782
  content: "\f138";
7783
}
7784
.fa-chevron-circle-up:before {
7785
  content: "\f139";
7786
}
7787
.fa-chevron-circle-down:before {
7788
  content: "\f13a";
7789
}
7790
.fa-html5:before {
7791
  content: "\f13b";
7792
}
7793
.fa-css3:before {
7794
  content: "\f13c";
7795
}
7796
.fa-anchor:before {
7797
  content: "\f13d";
7798
}
7799
.fa-unlock-alt:before {
7800
  content: "\f13e";
7801
}
7802
.fa-bullseye:before {
7803
  content: "\f140";
7804
}
7805
.fa-ellipsis-h:before {
7806
  content: "\f141";
7807
}
7808
.fa-ellipsis-v:before {
7809
  content: "\f142";
7810
}
7811
.fa-rss-square:before {
7812
  content: "\f143";
7813
}
7814
.fa-play-circle:before {
7815
  content: "\f144";
7816
}
7817
.fa-ticket:before {
7818
  content: "\f145";
7819
}
7820
.fa-minus-square:before {
7821
  content: "\f146";
7822
}
7823
.fa-minus-square-o:before {
7824
  content: "\f147";
7825
}
7826
.fa-level-up:before {
7827
  content: "\f148";
7828
}
7829
.fa-level-down:before {
7830
  content: "\f149";
7831
}
7832
.fa-check-square:before {
7833
  content: "\f14a";
7834
}
7835
.fa-pencil-square:before {
7836
  content: "\f14b";
7837
}
7838
.fa-external-link-square:before {
7839
  content: "\f14c";
7840
}
7841
.fa-share-square:before {
7842
  content: "\f14d";
7843
}
7844
.fa-compass:before {
7845
  content: "\f14e";
7846
}
7847
.fa-toggle-down:before,
7848
.fa-caret-square-o-down:before {
7849
  content: "\f150";
7850
}
7851
.fa-toggle-up:before,
7852
.fa-caret-square-o-up:before {
7853
  content: "\f151";
7854
}
7855
.fa-toggle-right:before,
7856
.fa-caret-square-o-right:before {
7857
  content: "\f152";
7858
}
7859
.fa-euro:before,
7860
.fa-eur:before {
7861
  content: "\f153";
7862
}
7863
.fa-gbp:before {
7864
  content: "\f154";
7865
}
7866
.fa-dollar:before,
7867
.fa-usd:before {
7868
  content: "\f155";
7869
}
7870
.fa-rupee:before,
7871
.fa-inr:before {
7872
  content: "\f156";
7873
}
7874
.fa-cny:before,
7875
.fa-rmb:before,
7876
.fa-yen:before,
7877
.fa-jpy:before {
7878
  content: "\f157";
7879
}
7880
.fa-ruble:before,
7881
.fa-rouble:before,
7882
.fa-rub:before {
7883
  content: "\f158";
7884
}
7885
.fa-won:before,
7886
.fa-krw:before {
7887
  content: "\f159";
7888
}
7889
.fa-bitcoin:before,
7890
.fa-btc:before {
7891
  content: "\f15a";
7892
}
7893
.fa-file:before {
7894
  content: "\f15b";
7895
}
7896
.fa-file-text:before {
7897
  content: "\f15c";
7898
}
7899
.fa-sort-alpha-asc:before {
7900
  content: "\f15d";
7901
}
7902
.fa-sort-alpha-desc:before {
7903
  content: "\f15e";
7904
}
7905
.fa-sort-amount-asc:before {
7906
  content: "\f160";
7907
}
7908
.fa-sort-amount-desc:before {
7909
  content: "\f161";
7910
}
7911
.fa-sort-numeric-asc:before {
7912
  content: "\f162";
7913
}
7914
.fa-sort-numeric-desc:before {
7915
  content: "\f163";
7916
}
7917
.fa-thumbs-up:before {
7918
  content: "\f164";
7919
}
7920
.fa-thumbs-down:before {
7921
  content: "\f165";
7922
}
7923
.fa-youtube-square:before {
7924
  content: "\f166";
7925
}
7926
.fa-youtube:before {
7927
  content: "\f167";
7928
}
7929
.fa-xing:before {
7930
  content: "\f168";
7931
}
7932
.fa-xing-square:before {
7933
  content: "\f169";
7934
}
7935
.fa-youtube-play:before {
7936
  content: "\f16a";
7937
}
7938
.fa-dropbox:before {
7939
  content: "\f16b";
7940
}
7941
.fa-stack-overflow:before {
7942
  content: "\f16c";
7943
}
7944
.fa-instagram:before {
7945
  content: "\f16d";
7946
}
7947
.fa-flickr:before {
7948
  content: "\f16e";
7949
}
7950
.fa-adn:before {
7951
  content: "\f170";
7952
}
7953
.fa-bitbucket:before {
7954
  content: "\f171";
7955
}
7956
.fa-bitbucket-square:before {
7957
  content: "\f172";
7958
}
7959
.fa-tumblr:before {
7960
  content: "\f173";
7961
}
7962
.fa-tumblr-square:before {
7963
  content: "\f174";
7964
}
7965
.fa-long-arrow-down:before {
7966
  content: "\f175";
7967
}
7968
.fa-long-arrow-up:before {
7969
  content: "\f176";
7970
}
7971
.fa-long-arrow-left:before {
7972
  content: "\f177";
7973
}
7974
.fa-long-arrow-right:before {
7975
  content: "\f178";
7976
}
7977
.fa-apple:before {
7978
  content: "\f179";
7979
}
7980
.fa-windows:before {
7981
  content: "\f17a";
7982
}
7983
.fa-android:before {
7984
  content: "\f17b";
7985
}
7986
.fa-linux:before {
7987
  content: "\f17c";
7988
}
7989
.fa-dribbble:before {
7990
  content: "\f17d";
7991
}
7992
.fa-skype:before {
7993
  content: "\f17e";
7994
}
7995
.fa-foursquare:before {
7996
  content: "\f180";
7997
}
7998
.fa-trello:before {
7999
  content: "\f181";
8000
}
8001
.fa-female:before {
8002
  content: "\f182";
8003
}
8004
.fa-male:before {
8005
  content: "\f183";
8006
}
8007
.fa-gittip:before {
8008
  content: "\f184";
8009
}
8010
.fa-sun-o:before {
8011
  content: "\f185";
8012
}
8013
.fa-moon-o:before {
8014
  content: "\f186";
8015
}
8016
.fa-archive:before {
8017
  content: "\f187";
8018
}
8019
.fa-bug:before {
8020
  content: "\f188";
8021
}
8022
.fa-vk:before {
8023
  content: "\f189";
8024
}
8025
.fa-weibo:before {
8026
  content: "\f18a";
8027
}
8028
.fa-renren:before {
8029
  content: "\f18b";
8030
}
8031
.fa-pagelines:before {
8032
  content: "\f18c";
8033
}
8034
.fa-stack-exchange:before {
8035
  content: "\f18d";
8036
}
8037
.fa-arrow-circle-o-right:before {
8038
  content: "\f18e";
8039
}
8040
.fa-arrow-circle-o-left:before {
8041
  content: "\f190";
8042
}
8043
.fa-toggle-left:before,
8044
.fa-caret-square-o-left:before {
8045
  content: "\f191";
8046
}
8047
.fa-dot-circle-o:before {
8048
  content: "\f192";
8049
}
8050
.fa-wheelchair:before {
8051
  content: "\f193";
8052
}
8053
.fa-vimeo-square:before {
8054
  content: "\f194";
8055
}
8056
.fa-turkish-lira:before,
8057
.fa-try:before {
8058
  content: "\f195";
8059
}
8060
.fa-plus-square-o:before {
8061
  content: "\f196";
8062
}
8063
.fa-space-shuttle:before {
8064
  content: "\f197";
8065
}
8066
.fa-slack:before {
8067
  content: "\f198";
8068
}
8069
.fa-envelope-square:before {
8070
  content: "\f199";
8071
}
8072
.fa-wordpress:before {
8073
  content: "\f19a";
8074
}
8075
.fa-openid:before {
8076
  content: "\f19b";
8077
}
8078
.fa-institution:before,
8079
.fa-bank:before,
8080
.fa-university:before {
8081
  content: "\f19c";
8082
}
8083
.fa-mortar-board:before,
8084
.fa-graduation-cap:before {
8085
  content: "\f19d";
8086
}
8087
.fa-yahoo:before {
8088
  content: "\f19e";
8089
}
8090
.fa-google:before {
8091
  content: "\f1a0";
8092
}
8093
.fa-reddit:before {
8094
  content: "\f1a1";
8095
}
8096
.fa-reddit-square:before {
8097
  content: "\f1a2";
8098
}
8099
.fa-stumbleupon-circle:before {
8100
  content: "\f1a3";
8101
}
8102
.fa-stumbleupon:before {
8103
  content: "\f1a4";
8104
}
8105
.fa-delicious:before {
8106
  content: "\f1a5";
8107
}
8108
.fa-digg:before {
8109
  content: "\f1a6";
8110
}
8111
.fa-pied-piper:before {
8112
  content: "\f1a7";
8113
}
8114
.fa-pied-piper-alt:before {
8115
  content: "\f1a8";
8116
}
8117
.fa-drupal:before {
8118
  content: "\f1a9";
8119
}
8120
.fa-joomla:before {
8121
  content: "\f1aa";
8122
}
8123
.fa-language:before {
8124
  content: "\f1ab";
8125
}
8126
.fa-fax:before {
8127
  content: "\f1ac";
8128
}
8129
.fa-building:before {
8130
  content: "\f1ad";
8131
}
8132
.fa-child:before {
8133
  content: "\f1ae";
8134
}
8135
.fa-paw:before {
8136
  content: "\f1b0";
8137
}
8138
.fa-spoon:before {
8139
  content: "\f1b1";
8140
}
8141
.fa-cube:before {
8142
  content: "\f1b2";
8143
}
8144
.fa-cubes:before {
8145
  content: "\f1b3";
8146
}
8147
.fa-behance:before {
8148
  content: "\f1b4";
8149
}
8150
.fa-behance-square:before {
8151
  content: "\f1b5";
8152
}
8153
.fa-steam:before {
8154
  content: "\f1b6";
8155
}
8156
.fa-steam-square:before {
8157
  content: "\f1b7";
8158
}
8159
.fa-recycle:before {
8160
  content: "\f1b8";
8161
}
8162
.fa-automobile:before,
8163
.fa-car:before {
8164
  content: "\f1b9";
8165
}
8166
.fa-cab:before,
8167
.fa-taxi:before {
8168
  content: "\f1ba";
8169
}
8170
.fa-tree:before {
8171
  content: "\f1bb";
8172
}
8173
.fa-spotify:before {
8174
  content: "\f1bc";
8175
}
8176
.fa-deviantart:before {
8177
  content: "\f1bd";
8178
}
8179
.fa-soundcloud:before {
8180
  content: "\f1be";
8181
}
8182
.fa-database:before {
8183
  content: "\f1c0";
8184
}
8185
.fa-file-pdf-o:before {
8186
  content: "\f1c1";
8187
}
8188
.fa-file-word-o:before {
8189
  content: "\f1c2";
8190
}
8191
.fa-file-excel-o:before {
8192
  content: "\f1c3";
8193
}
8194
.fa-file-powerpoint-o:before {
8195
  content: "\f1c4";
8196
}
8197
.fa-file-photo-o:before,
8198
.fa-file-picture-o:before,
8199
.fa-file-image-o:before {
8200
  content: "\f1c5";
8201
}
8202
.fa-file-zip-o:before,
8203
.fa-file-archive-o:before {
8204
  content: "\f1c6";
8205
}
8206
.fa-file-sound-o:before,
8207
.fa-file-audio-o:before {
8208
  content: "\f1c7";
8209
}
8210
.fa-file-movie-o:before,
8211
.fa-file-video-o:before {
8212
  content: "\f1c8";
8213
}
8214
.fa-file-code-o:before {
8215
  content: "\f1c9";
8216
}
8217
.fa-vine:before {
8218
  content: "\f1ca";
8219
}
8220
.fa-codepen:before {
8221
  content: "\f1cb";
8222
}
8223
.fa-jsfiddle:before {
8224
  content: "\f1cc";
8225
}
8226
.fa-life-bouy:before,
8227
.fa-life-buoy:before,
8228
.fa-life-saver:before,
8229
.fa-support:before,
8230
.fa-life-ring:before {
8231
  content: "\f1cd";
8232
}
8233
.fa-circle-o-notch:before {
8234
  content: "\f1ce";
8235
}
8236
.fa-ra:before,
8237
.fa-rebel:before {
8238
  content: "\f1d0";
8239
}
8240
.fa-ge:before,
8241
.fa-empire:before {
8242
  content: "\f1d1";
8243
}
8244
.fa-git-square:before {
8245
  content: "\f1d2";
8246
}
8247
.fa-git:before {
8248
  content: "\f1d3";
8249
}
8250
.fa-hacker-news:before {
8251
  content: "\f1d4";
8252
}
8253
.fa-tencent-weibo:before {
8254
  content: "\f1d5";
8255
}
8256
.fa-qq:before {
8257
  content: "\f1d6";
8258
}
8259
.fa-wechat:before,
8260
.fa-weixin:before {
8261
  content: "\f1d7";
8262
}
8263
.fa-send:before,
8264
.fa-paper-plane:before {
8265
  content: "\f1d8";
8266
}
8267
.fa-send-o:before,
8268
.fa-paper-plane-o:before {
8269
  content: "\f1d9";
8270
}
8271
.fa-history:before {
8272
  content: "\f1da";
8273
}
8274
.fa-circle-thin:before {
8275
  content: "\f1db";
8276
}
8277
.fa-header:before {
8278
  content: "\f1dc";
8279
}
8280
.fa-paragraph:before {
8281
  content: "\f1dd";
8282
}
8283
.fa-sliders:before {
8284
  content: "\f1de";
8285
}
8286
.fa-share-alt:before {
8287
  content: "\f1e0";
8288
}
8289
.fa-share-alt-square:before {
8290
  content: "\f1e1";
8291
}
8292
.fa-bomb:before {
8293
  content: "\f1e2";
8294
}
8295
.fa-soccer-ball-o:before,
8296
.fa-futbol-o:before {
8297
  content: "\f1e3";
8298
}
8299
.fa-tty:before {
8300
  content: "\f1e4";
8301
}
8302
.fa-binoculars:before {
8303
  content: "\f1e5";
8304
}
8305
.fa-plug:before {
8306
  content: "\f1e6";
8307
}
8308
.fa-slideshare:before {
8309
  content: "\f1e7";
8310
}
8311
.fa-twitch:before {
8312
  content: "\f1e8";
8313
}
8314
.fa-yelp:before {
8315
  content: "\f1e9";
8316
}
8317
.fa-newspaper-o:before {
8318
  content: "\f1ea";
8319
}
8320
.fa-wifi:before {
8321
  content: "\f1eb";
8322
}
8323
.fa-calculator:before {
8324
  content: "\f1ec";
8325
}
8326
.fa-paypal:before {
8327
  content: "\f1ed";
8328
}
8329
.fa-google-wallet:before {
8330
  content: "\f1ee";
8331
}
8332
.fa-cc-visa:before {
8333
  content: "\f1f0";
8334
}
8335
.fa-cc-mastercard:before {
8336
  content: "\f1f1";
8337
}
8338
.fa-cc-discover:before {
8339
  content: "\f1f2";
8340
}
8341
.fa-cc-amex:before {
8342
  content: "\f1f3";
8343
}
8344
.fa-cc-paypal:before {
8345
  content: "\f1f4";
8346
}
8347
.fa-cc-stripe:before {
8348
  content: "\f1f5";
8349
}
8350
.fa-bell-slash:before {
8351
  content: "\f1f6";
8352
}
8353
.fa-bell-slash-o:before {
8354
  content: "\f1f7";
8355
}
8356
.fa-trash:before {
8357
  content: "\f1f8";
8358
}
8359
.fa-copyright:before {
8360
  content: "\f1f9";
8361
}
8362
.fa-at:before {
8363
  content: "\f1fa";
8364
}
8365
.fa-eyedropper:before {
8366
  content: "\f1fb";
8367
}
8368
.fa-paint-brush:before {
8369
  content: "\f1fc";
8370
}
8371
.fa-birthday-cake:before {
8372
  content: "\f1fd";
8373
}
8374
.fa-area-chart:before {
8375
  content: "\f1fe";
8376
}
8377
.fa-pie-chart:before {
8378
  content: "\f200";
8379
}
8380
.fa-line-chart:before {
8381
  content: "\f201";
8382
}
8383
.fa-lastfm:before {
8384
  content: "\f202";
8385
}
8386
.fa-lastfm-square:before {
8387
  content: "\f203";
8388
}
8389
.fa-toggle-off:before {
8390
  content: "\f204";
8391
}
8392
.fa-toggle-on:before {
8393
  content: "\f205";
8394
}
8395
.fa-bicycle:before {
8396
  content: "\f206";
8397
}
8398
.fa-bus:before {
8399
  content: "\f207";
8400
}
8401
.fa-ioxhost:before {
8402
  content: "\f208";
8403
}
8404
.fa-angellist:before {
8405
  content: "\f209";
8406
}
8407
.fa-cc:before {
8408
  content: "\f20a";
8409
}
8410
.fa-shekel:before,
8411
.fa-sheqel:before,
8412
.fa-ils:before {
8413
  content: "\f20b";
8414
}
8415
.fa-meanpath:before {
8416
  content: "\f20c";
8417
}
8418
/*!
8419
*
8420
* IPython base
8421
*
8422
*/
8423
.modal.fade .modal-dialog {
8424
  -webkit-transform: translate(0, 0);
8425
  -ms-transform: translate(0, 0);
8426
  -o-transform: translate(0, 0);
8427
  transform: translate(0, 0);
8428
}
8429
code {
8430
  color: #000;
8431
}
8432
pre {
8433
  font-size: inherit;
8434
  line-height: inherit;
8435
}
8436
label {
8437
  font-weight: normal;
8438
}
8439
/* Make the page background atleast 100% the height of the view port */
8440
/* Make the page itself atleast 70% the height of the view port */
8441
.border-box-sizing {
8442
  box-sizing: border-box;
8443
  -moz-box-sizing: border-box;
8444
  -webkit-box-sizing: border-box;
8445
}
8446
.corner-all {
8447
  border-radius: 2px;
8448
}
8449
.no-padding {
8450
  padding: 0px;
8451
}
8452
/* Flexible box model classes */
8453
/* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */
8454
/* This file is a compatability layer.  It allows the usage of flexible box 
8455
model layouts accross multiple browsers, including older browsers.  The newest,
8456
universal implementation of the flexible box model is used when available (see
8457
`Modern browsers` comments below).  Browsers that are known to implement this 
8458
new spec completely include:
8459

    
8460
    Firefox 28.0+
8461
    Chrome 29.0+
8462
    Internet Explorer 11+ 
8463
    Opera 17.0+
8464

    
8465
Browsers not listed, including Safari, are supported via the styling under the
8466
`Old browsers` comments below.
8467
*/
8468
.hbox {
8469
  /* Old browsers */
8470
  display: -webkit-box;
8471
  -webkit-box-orient: horizontal;
8472
  -webkit-box-align: stretch;
8473
  display: -moz-box;
8474
  -moz-box-orient: horizontal;
8475
  -moz-box-align: stretch;
8476
  display: box;
8477
  box-orient: horizontal;
8478
  box-align: stretch;
8479
  /* Modern browsers */
8480
  display: flex;
8481
  flex-direction: row;
8482
  align-items: stretch;
8483
}
8484
.hbox > * {
8485
  /* Old browsers */
8486
  -webkit-box-flex: 0;
8487
  -moz-box-flex: 0;
8488
  box-flex: 0;
8489
  /* Modern browsers */
8490
  flex: none;
8491
}
8492
.vbox {
8493
  /* Old browsers */
8494
  display: -webkit-box;
8495
  -webkit-box-orient: vertical;
8496
  -webkit-box-align: stretch;
8497
  display: -moz-box;
8498
  -moz-box-orient: vertical;
8499
  -moz-box-align: stretch;
8500
  display: box;
8501
  box-orient: vertical;
8502
  box-align: stretch;
8503
  /* Modern browsers */
8504
  display: flex;
8505
  flex-direction: column;
8506
  align-items: stretch;
8507
}
8508
.vbox > * {
8509
  /* Old browsers */
8510
  -webkit-box-flex: 0;
8511
  -moz-box-flex: 0;
8512
  box-flex: 0;
8513
  /* Modern browsers */
8514
  flex: none;
8515
}
8516
.hbox.reverse,
8517
.vbox.reverse,
8518
.reverse {
8519
  /* Old browsers */
8520
  -webkit-box-direction: reverse;
8521
  -moz-box-direction: reverse;
8522
  box-direction: reverse;
8523
  /* Modern browsers */
8524
  flex-direction: row-reverse;
8525
}
8526
.hbox.box-flex0,
8527
.vbox.box-flex0,
8528
.box-flex0 {
8529
  /* Old browsers */
8530
  -webkit-box-flex: 0;
8531
  -moz-box-flex: 0;
8532
  box-flex: 0;
8533
  /* Modern browsers */
8534
  flex: none;
8535
  width: auto;
8536
}
8537
.hbox.box-flex1,
8538
.vbox.box-flex1,
8539
.box-flex1 {
8540
  /* Old browsers */
8541
  -webkit-box-flex: 1;
8542
  -moz-box-flex: 1;
8543
  box-flex: 1;
8544
  /* Modern browsers */
8545
  flex: 1;
8546
}
8547
.hbox.box-flex,
8548
.vbox.box-flex,
8549
.box-flex {
8550
  /* Old browsers */
8551
  /* Old browsers */
8552
  -webkit-box-flex: 1;
8553
  -moz-box-flex: 1;
8554
  box-flex: 1;
8555
  /* Modern browsers */
8556
  flex: 1;
8557
}
8558
.hbox.box-flex2,
8559
.vbox.box-flex2,
8560
.box-flex2 {
8561
  /* Old browsers */
8562
  -webkit-box-flex: 2;
8563
  -moz-box-flex: 2;
8564
  box-flex: 2;
8565
  /* Modern browsers */
8566
  flex: 2;
8567
}
8568
.box-group1 {
8569
  /*  Deprecated */
8570
  -webkit-box-flex-group: 1;
8571
  -moz-box-flex-group: 1;
8572
  box-flex-group: 1;
8573
}
8574
.box-group2 {
8575
  /* Deprecated */
8576
  -webkit-box-flex-group: 2;
8577
  -moz-box-flex-group: 2;
8578
  box-flex-group: 2;
8579
}
8580
.hbox.start,
8581
.vbox.start,
8582
.start {
8583
  /* Old browsers */
8584
  -webkit-box-pack: start;
8585
  -moz-box-pack: start;
8586
  box-pack: start;
8587
  /* Modern browsers */
8588
  justify-content: flex-start;
8589
}
8590
.hbox.end,
8591
.vbox.end,
8592
.end {
8593
  /* Old browsers */
8594
  -webkit-box-pack: end;
8595
  -moz-box-pack: end;
8596
  box-pack: end;
8597
  /* Modern browsers */
8598
  justify-content: flex-end;
8599
}
8600
.hbox.center,
8601
.vbox.center,
8602
.center {
8603
  /* Old browsers */
8604
  -webkit-box-pack: center;
8605
  -moz-box-pack: center;
8606
  box-pack: center;
8607
  /* Modern browsers */
8608
  justify-content: center;
8609
}
8610
.hbox.baseline,
8611
.vbox.baseline,
8612
.baseline {
8613
  /* Old browsers */
8614
  -webkit-box-pack: baseline;
8615
  -moz-box-pack: baseline;
8616
  box-pack: baseline;
8617
  /* Modern browsers */
8618
  justify-content: baseline;
8619
}
8620
.hbox.stretch,
8621
.vbox.stretch,
8622
.stretch {
8623
  /* Old browsers */
8624
  -webkit-box-pack: stretch;
8625
  -moz-box-pack: stretch;
8626
  box-pack: stretch;
8627
  /* Modern browsers */
8628
  justify-content: stretch;
8629
}
8630
.hbox.align-start,
8631
.vbox.align-start,
8632
.align-start {
8633
  /* Old browsers */
8634
  -webkit-box-align: start;
8635
  -moz-box-align: start;
8636
  box-align: start;
8637
  /* Modern browsers */
8638
  align-items: flex-start;
8639
}
8640
.hbox.align-end,
8641
.vbox.align-end,
8642
.align-end {
8643
  /* Old browsers */
8644
  -webkit-box-align: end;
8645
  -moz-box-align: end;
8646
  box-align: end;
8647
  /* Modern browsers */
8648
  align-items: flex-end;
8649
}
8650
.hbox.align-center,
8651
.vbox.align-center,
8652
.align-center {
8653
  /* Old browsers */
8654
  -webkit-box-align: center;
8655
  -moz-box-align: center;
8656
  box-align: center;
8657
  /* Modern browsers */
8658
  align-items: center;
8659
}
8660
.hbox.align-baseline,
8661
.vbox.align-baseline,
8662
.align-baseline {
8663
  /* Old browsers */
8664
  -webkit-box-align: baseline;
8665
  -moz-box-align: baseline;
8666
  box-align: baseline;
8667
  /* Modern browsers */
8668
  align-items: baseline;
8669
}
8670
.hbox.align-stretch,
8671
.vbox.align-stretch,
8672
.align-stretch {
8673
  /* Old browsers */
8674
  -webkit-box-align: stretch;
8675
  -moz-box-align: stretch;
8676
  box-align: stretch;
8677
  /* Modern browsers */
8678
  align-items: stretch;
8679
}
8680
div.error {
8681
  margin: 2em;
8682
  text-align: center;
8683
}
8684
div.error > h1 {
8685
  font-size: 500%;
8686
  line-height: normal;
8687
}
8688
div.error > p {
8689
  font-size: 200%;
8690
  line-height: normal;
8691
}
8692
div.traceback-wrapper {
8693
  text-align: left;
8694
  max-width: 800px;
8695
  margin: auto;
8696
}
8697
/**
8698
 * Primary styles
8699
 *
8700
 * Author: Jupyter Development Team
8701
 */
8702
body {
8703
  background-color: #fff;
8704
  /* This makes sure that the body covers the entire window and needs to
8705
       be in a different element than the display: box in wrapper below */
8706
  position: absolute;
8707
  left: 0px;
8708
  right: 0px;
8709
  top: 0px;
8710
  bottom: 0px;
8711
  overflow: visible;
8712
}
8713
body > #header {
8714
  /* Initially hidden to prevent FLOUC */
8715
  display: none;
8716
  background-color: #fff;
8717
  /* Display over codemirror */
8718
  position: relative;
8719
  z-index: 100;
8720
}
8721
body > #header #header-container {
8722
  padding-bottom: 5px;
8723
  padding-top: 5px;
8724
  box-sizing: border-box;
8725
  -moz-box-sizing: border-box;
8726
  -webkit-box-sizing: border-box;
8727
}
8728
body > #header .header-bar {
8729
  width: 100%;
8730
  height: 1px;
8731
  background: #e7e7e7;
8732
  margin-bottom: -1px;
8733
}
8734
@media print {
8735
  body > #header {
8736
    display: none !important;
8737
  }
8738
}
8739
#header-spacer {
8740
  width: 100%;
8741
  visibility: hidden;
8742
}
8743
@media print {
8744
  #header-spacer {
8745
    display: none;
8746
  }
8747
}
8748
#ipython_notebook {
8749
  padding-left: 0px;
8750
  padding-top: 1px;
8751
  padding-bottom: 1px;
8752
}
8753
@media (max-width: 991px) {
8754
  #ipython_notebook {
8755
    margin-left: 10px;
8756
  }
8757
}
8758
[dir="rtl"] #ipython_notebook {
8759
  float: right !important;
8760
}
8761
#noscript {
8762
  width: auto;
8763
  padding-top: 16px;
8764
  padding-bottom: 16px;
8765
  text-align: center;
8766
  font-size: 22px;
8767
  color: red;
8768
  font-weight: bold;
8769
}
8770
#ipython_notebook img {
8771
  height: 28px;
8772
}
8773
#site {
8774
  width: 100%;
8775
  display: none;
8776
  box-sizing: border-box;
8777
  -moz-box-sizing: border-box;
8778
  -webkit-box-sizing: border-box;
8779
  overflow: auto;
8780
}
8781
@media print {
8782
  #site {
8783
    height: auto !important;
8784
  }
8785
}
8786
/* Smaller buttons */
8787
.ui-button .ui-button-text {
8788
  padding: 0.2em 0.8em;
8789
  font-size: 77%;
8790
}
8791
input.ui-button {
8792
  padding: 0.3em 0.9em;
8793
}
8794
span#login_widget {
8795
  float: right;
8796
}
8797
span#login_widget > .button,
8798
#logout {
8799
  color: #333;
8800
  background-color: #fff;
8801
  border-color: #ccc;
8802
}
8803
span#login_widget > .button:focus,
8804
#logout:focus,
8805
span#login_widget > .button.focus,
8806
#logout.focus {
8807
  color: #333;
8808
  background-color: #e6e6e6;
8809
  border-color: #8c8c8c;
8810
}
8811
span#login_widget > .button:hover,
8812
#logout:hover {
8813
  color: #333;
8814
  background-color: #e6e6e6;
8815
  border-color: #adadad;
8816
}
8817
span#login_widget > .button:active,
8818
#logout:active,
8819
span#login_widget > .button.active,
8820
#logout.active,
8821
.open > .dropdown-togglespan#login_widget > .button,
8822
.open > .dropdown-toggle#logout {
8823
  color: #333;
8824
  background-color: #e6e6e6;
8825
  border-color: #adadad;
8826
}
8827
span#login_widget > .button:active:hover,
8828
#logout:active:hover,
8829
span#login_widget > .button.active:hover,
8830
#logout.active:hover,
8831
.open > .dropdown-togglespan#login_widget > .button:hover,
8832
.open > .dropdown-toggle#logout:hover,
8833
span#login_widget > .button:active:focus,
8834
#logout:active:focus,
8835
span#login_widget > .button.active:focus,
8836
#logout.active:focus,
8837
.open > .dropdown-togglespan#login_widget > .button:focus,
8838
.open > .dropdown-toggle#logout:focus,
8839
span#login_widget > .button:active.focus,
8840
#logout:active.focus,
8841
span#login_widget > .button.active.focus,
8842
#logout.active.focus,
8843
.open > .dropdown-togglespan#login_widget > .button.focus,
8844
.open > .dropdown-toggle#logout.focus {
8845
  color: #333;
8846
  background-color: #d4d4d4;
8847
  border-color: #8c8c8c;
8848
}
8849
span#login_widget > .button:active,
8850
#logout:active,
8851
span#login_widget > .button.active,
8852
#logout.active,
8853
.open > .dropdown-togglespan#login_widget > .button,
8854
.open > .dropdown-toggle#logout {
8855
  background-image: none;
8856
}
8857
span#login_widget > .button.disabled:hover,
8858
#logout.disabled:hover,
8859
span#login_widget > .button[disabled]:hover,
8860
#logout[disabled]:hover,
8861
fieldset[disabled] span#login_widget > .button:hover,
8862
fieldset[disabled] #logout:hover,
8863
span#login_widget > .button.disabled:focus,
8864
#logout.disabled:focus,
8865
span#login_widget > .button[disabled]:focus,
8866
#logout[disabled]:focus,
8867
fieldset[disabled] span#login_widget > .button:focus,
8868
fieldset[disabled] #logout:focus,
8869
span#login_widget > .button.disabled.focus,
8870
#logout.disabled.focus,
8871
span#login_widget > .button[disabled].focus,
8872
#logout[disabled].focus,
8873
fieldset[disabled] span#login_widget > .button.focus,
8874
fieldset[disabled] #logout.focus {
8875
  background-color: #fff;
8876
  border-color: #ccc;
8877
}
8878
span#login_widget > .button .badge,
8879
#logout .badge {
8880
  color: #fff;
8881
  background-color: #333;
8882
}
8883
.nav-header {
8884
  text-transform: none;
8885
}
8886
#header > span {
8887
  margin-top: 10px;
8888
}
8889
.modal_stretch .modal-dialog {
8890
  /* Old browsers */
8891
  display: -webkit-box;
8892
  -webkit-box-orient: vertical;
8893
  -webkit-box-align: stretch;
8894
  display: -moz-box;
8895
  -moz-box-orient: vertical;
8896
  -moz-box-align: stretch;
8897
  display: box;
8898
  box-orient: vertical;
8899
  box-align: stretch;
8900
  /* Modern browsers */
8901
  display: flex;
8902
  flex-direction: column;
8903
  align-items: stretch;
8904
  min-height: 80vh;
8905
}
8906
.modal_stretch .modal-dialog .modal-body {
8907
  max-height: calc(100vh - 200px);
8908
  overflow: auto;
8909
  flex: 1;
8910
}
8911
@media (min-width: 768px) {
8912
  .modal .modal-dialog {
8913
    width: 700px;
8914
  }
8915
}
8916
@media (min-width: 768px) {
8917
  select.form-control {
8918
    margin-left: 12px;
8919
    margin-right: 12px;
8920
  }
8921
}
8922
/*!
8923
*
8924
* IPython auth
8925
*
8926
*/
8927
.center-nav {
8928
  display: inline-block;
8929
  margin-bottom: -4px;
8930
}
8931
/*!
8932
*
8933
* IPython tree view
8934
*
8935
*/
8936
/* We need an invisible input field on top of the sentense*/
8937
/* "Drag file onto the list ..." */
8938
.alternate_upload {
8939
  background-color: none;
8940
  display: inline;
8941
}
8942
.alternate_upload.form {
8943
  padding: 0;
8944
  margin: 0;
8945
}
8946
.alternate_upload input.fileinput {
8947
  text-align: center;
8948
  vertical-align: middle;
8949
  display: inline;
8950
  opacity: 0;
8951
  z-index: 2;
8952
  width: 12ex;
8953
  margin-right: -12ex;
8954
}
8955
.alternate_upload .btn-upload {
8956
  height: 22px;
8957
}
8958
/**
8959
 * Primary styles
8960
 *
8961
 * Author: Jupyter Development Team
8962
 */
8963
[dir="rtl"] #tabs li {
8964
  float: right;
8965
}
8966
ul#tabs {
8967
  margin-bottom: 4px;
8968
}
8969
[dir="rtl"] ul#tabs {
8970
  margin-right: 0px;
8971
}
8972
ul#tabs a {
8973
  padding-top: 6px;
8974
  padding-bottom: 4px;
8975
}
8976
ul.breadcrumb a:focus,
8977
ul.breadcrumb a:hover {
8978
  text-decoration: none;
8979
}
8980
ul.breadcrumb i.icon-home {
8981
  font-size: 16px;
8982
  margin-right: 4px;
8983
}
8984
ul.breadcrumb span {
8985
  color: #5e5e5e;
8986
}
8987
.list_toolbar {
8988
  padding: 4px 0 4px 0;
8989
  vertical-align: middle;
8990
}
8991
.list_toolbar .tree-buttons {
8992
  padding-top: 1px;
8993
}
8994
[dir="rtl"] .list_toolbar .tree-buttons {
8995
  float: left !important;
8996
}
8997
[dir="rtl"] .list_toolbar .pull-right {
8998
  padding-top: 1px;
8999
  float: left !important;
9000
}
9001
[dir="rtl"] .list_toolbar .pull-left {
9002
  float: right !important;
9003
}
9004
.dynamic-buttons {
9005
  padding-top: 3px;
9006
  display: inline-block;
9007
}
9008
.list_toolbar [class*="span"] {
9009
  min-height: 24px;
9010
}
9011
.list_header {
9012
  font-weight: bold;
9013
  background-color: #EEE;
9014
}
9015
.list_placeholder {
9016
  font-weight: bold;
9017
  padding-top: 4px;
9018
  padding-bottom: 4px;
9019
  padding-left: 7px;
9020
  padding-right: 7px;
9021
}
9022
.list_container {
9023
  margin-top: 4px;
9024
  margin-bottom: 20px;
9025
  border: 1px solid #ddd;
9026
  border-radius: 2px;
9027
}
9028
.list_container > div {
9029
  border-bottom: 1px solid #ddd;
9030
}
9031
.list_container > div:hover .list-item {
9032
  background-color: red;
9033
}
9034
.list_container > div:last-child {
9035
  border: none;
9036
}
9037
.list_item:hover .list_item {
9038
  background-color: #ddd;
9039
}
9040
.list_item a {
9041
  text-decoration: none;
9042
}
9043
.list_item:hover {
9044
  background-color: #fafafa;
9045
}
9046
.list_header > div,
9047
.list_item > div {
9048
  padding-top: 4px;
9049
  padding-bottom: 4px;
9050
  padding-left: 7px;
9051
  padding-right: 7px;
9052
  line-height: 22px;
9053
}
9054
.list_header > div input,
9055
.list_item > div input {
9056
  margin-right: 7px;
9057
  margin-left: 14px;
9058
  vertical-align: baseline;
9059
  line-height: 22px;
9060
  position: relative;
9061
  top: -1px;
9062
}
9063
.list_header > div .item_link,
9064
.list_item > div .item_link {
9065
  margin-left: -1px;
9066
  vertical-align: baseline;
9067
  line-height: 22px;
9068
}
9069
.new-file input[type=checkbox] {
9070
  visibility: hidden;
9071
}
9072
.item_name {
9073
  line-height: 22px;
9074
  height: 24px;
9075
}
9076
.item_icon {
9077
  font-size: 14px;
9078
  color: #5e5e5e;
9079
  margin-right: 7px;
9080
  margin-left: 7px;
9081
  line-height: 22px;
9082
  vertical-align: baseline;
9083
}
9084
.item_buttons {
9085
  line-height: 1em;
9086
  margin-left: -5px;
9087
}
9088
.item_buttons .btn,
9089
.item_buttons .btn-group,
9090
.item_buttons .input-group {
9091
  float: left;
9092
}
9093
.item_buttons > .btn,
9094
.item_buttons > .btn-group,
9095
.item_buttons > .input-group {
9096
  margin-left: 5px;
9097
}
9098
.item_buttons .btn {
9099
  min-width: 13ex;
9100
}
9101
.item_buttons .running-indicator {
9102
  padding-top: 4px;
9103
  color: #5cb85c;
9104
}
9105
.item_buttons .kernel-name {
9106
  padding-top: 4px;
9107
  color: #5bc0de;
9108
  margin-right: 7px;
9109
  float: left;
9110
}
9111
.toolbar_info {
9112
  height: 24px;
9113
  line-height: 24px;
9114
}
9115
.list_item input:not([type=checkbox]) {
9116
  padding-top: 3px;
9117
  padding-bottom: 3px;
9118
  height: 22px;
9119
  line-height: 14px;
9120
  margin: 0px;
9121
}
9122
.highlight_text {
9123
  color: blue;
9124
}
9125
#project_name {
9126
  display: inline-block;
9127
  padding-left: 7px;
9128
  margin-left: -2px;
9129
}
9130
#project_name > .breadcrumb {
9131
  padding: 0px;
9132
  margin-bottom: 0px;
9133
  background-color: transparent;
9134
  font-weight: bold;
9135
}
9136
#tree-selector {
9137
  padding-right: 0px;
9138
}
9139
[dir="rtl"] #tree-selector a {
9140
  float: right;
9141
}
9142
#button-select-all {
9143
  min-width: 50px;
9144
}
9145
#select-all {
9146
  margin-left: 7px;
9147
  margin-right: 2px;
9148
}
9149
.menu_icon {
9150
  margin-right: 2px;
9151
}
9152
.tab-content .row {
9153
  margin-left: 0px;
9154
  margin-right: 0px;
9155
}
9156
.folder_icon:before {
9157
  display: inline-block;
9158
  font: normal normal normal 14px/1 FontAwesome;
9159
  font-size: inherit;
9160
  text-rendering: auto;
9161
  -webkit-font-smoothing: antialiased;
9162
  -moz-osx-font-smoothing: grayscale;
9163
  content: "\f114";
9164
}
9165
.folder_icon:before.pull-left {
9166
  margin-right: .3em;
9167
}
9168
.folder_icon:before.pull-right {
9169
  margin-left: .3em;
9170
}
9171
.notebook_icon:before {
9172
  display: inline-block;
9173
  font: normal normal normal 14px/1 FontAwesome;
9174
  font-size: inherit;
9175
  text-rendering: auto;
9176
  -webkit-font-smoothing: antialiased;
9177
  -moz-osx-font-smoothing: grayscale;
9178
  content: "\f02d";
9179
  position: relative;
9180
  top: -1px;
9181
}
9182
.notebook_icon:before.pull-left {
9183
  margin-right: .3em;
9184
}
9185
.notebook_icon:before.pull-right {
9186
  margin-left: .3em;
9187
}
9188
.running_notebook_icon:before {
9189
  display: inline-block;
9190
  font: normal normal normal 14px/1 FontAwesome;
9191
  font-size: inherit;
9192
  text-rendering: auto;
9193
  -webkit-font-smoothing: antialiased;
9194
  -moz-osx-font-smoothing: grayscale;
9195
  content: "\f02d";
9196
  position: relative;
9197
  top: -1px;
9198
  color: #5cb85c;
9199
}
9200
.running_notebook_icon:before.pull-left {
9201
  margin-right: .3em;
9202
}
9203
.running_notebook_icon:before.pull-right {
9204
  margin-left: .3em;
9205
}
9206
.file_icon:before {
9207
  display: inline-block;
9208
  font: normal normal normal 14px/1 FontAwesome;
9209
  font-size: inherit;
9210
  text-rendering: auto;
9211
  -webkit-font-smoothing: antialiased;
9212
  -moz-osx-font-smoothing: grayscale;
9213
  content: "\f016";
9214
  position: relative;
9215
  top: -2px;
9216
}
9217
.file_icon:before.pull-left {
9218
  margin-right: .3em;
9219
}
9220
.file_icon:before.pull-right {
9221
  margin-left: .3em;
9222
}
9223
#notebook_toolbar .pull-right {
9224
  padding-top: 0px;
9225
  margin-right: -1px;
9226
}
9227
ul#new-menu {
9228
  left: auto;
9229
  right: 0;
9230
}
9231
[dir="rtl"] #new-menu {
9232
  text-align: right;
9233
}
9234
.kernel-menu-icon {
9235
  padding-right: 12px;
9236
  width: 24px;
9237
  content: "\f096";
9238
}
9239
.kernel-menu-icon:before {
9240
  content: "\f096";
9241
}
9242
.kernel-menu-icon-current:before {
9243
  content: "\f00c";
9244
}
9245
#tab_content {
9246
  padding-top: 20px;
9247
}
9248
#running .panel-group .panel {
9249
  margin-top: 3px;
9250
  margin-bottom: 1em;
9251
}
9252
#running .panel-group .panel .panel-heading {
9253
  background-color: #EEE;
9254
  padding-top: 4px;
9255
  padding-bottom: 4px;
9256
  padding-left: 7px;
9257
  padding-right: 7px;
9258
  line-height: 22px;
9259
}
9260
#running .panel-group .panel .panel-heading a:focus,
9261
#running .panel-group .panel .panel-heading a:hover {
9262
  text-decoration: none;
9263
}
9264
#running .panel-group .panel .panel-body {
9265
  padding: 0px;
9266
}
9267
#running .panel-group .panel .panel-body .list_container {
9268
  margin-top: 0px;
9269
  margin-bottom: 0px;
9270
  border: 0px;
9271
  border-radius: 0px;
9272
}
9273
#running .panel-group .panel .panel-body .list_container .list_item {
9274
  border-bottom: 1px solid #ddd;
9275
}
9276
#running .panel-group .panel .panel-body .list_container .list_item:last-child {
9277
  border-bottom: 0px;
9278
}
9279
[dir="rtl"] #running .col-sm-8 {
9280
  float: right !important;
9281
}
9282
.delete-button {
9283
  display: none;
9284
}
9285
.duplicate-button {
9286
  display: none;
9287
}
9288
.rename-button {
9289
  display: none;
9290
}
9291
.shutdown-button {
9292
  display: none;
9293
}
9294
.dynamic-instructions {
9295
  display: inline-block;
9296
  padding-top: 4px;
9297
}
9298
/*!
9299
*
9300
* IPython text editor webapp
9301
*
9302
*/
9303
.selected-keymap i.fa {
9304
  padding: 0px 5px;
9305
}
9306
.selected-keymap i.fa:before {
9307
  content: "\f00c";
9308
}
9309
#mode-menu {
9310
  overflow: auto;
9311
  max-height: 20em;
9312
}
9313
.edit_app #header {
9314
  -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
9315
  box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
9316
}
9317
.edit_app #menubar .navbar {
9318
  /* Use a negative 1 bottom margin, so the border overlaps the border of the
9319
    header */
9320
  margin-bottom: -1px;
9321
}
9322
.dirty-indicator {
9323
  display: inline-block;
9324
  font: normal normal normal 14px/1 FontAwesome;
9325
  font-size: inherit;
9326
  text-rendering: auto;
9327
  -webkit-font-smoothing: antialiased;
9328
  -moz-osx-font-smoothing: grayscale;
9329
  width: 20px;
9330
}
9331
.dirty-indicator.pull-left {
9332
  margin-right: .3em;
9333
}
9334
.dirty-indicator.pull-right {
9335
  margin-left: .3em;
9336
}
9337
.dirty-indicator-dirty {
9338
  display: inline-block;
9339
  font: normal normal normal 14px/1 FontAwesome;
9340
  font-size: inherit;
9341
  text-rendering: auto;
9342
  -webkit-font-smoothing: antialiased;
9343
  -moz-osx-font-smoothing: grayscale;
9344
  width: 20px;
9345
}
9346
.dirty-indicator-dirty.pull-left {
9347
  margin-right: .3em;
9348
}
9349
.dirty-indicator-dirty.pull-right {
9350
  margin-left: .3em;
9351
}
9352
.dirty-indicator-clean {
9353
  display: inline-block;
9354
  font: normal normal normal 14px/1 FontAwesome;
9355
  font-size: inherit;
9356
  text-rendering: auto;
9357
  -webkit-font-smoothing: antialiased;
9358
  -moz-osx-font-smoothing: grayscale;
9359
  width: 20px;
9360
}
9361
.dirty-indicator-clean.pull-left {
9362
  margin-right: .3em;
9363
}
9364
.dirty-indicator-clean.pull-right {
9365
  margin-left: .3em;
9366
}
9367
.dirty-indicator-clean:before {
9368
  display: inline-block;
9369
  font: normal normal normal 14px/1 FontAwesome;
9370
  font-size: inherit;
9371
  text-rendering: auto;
9372
  -webkit-font-smoothing: antialiased;
9373
  -moz-osx-font-smoothing: grayscale;
9374
  content: "\f00c";
9375
}
9376
.dirty-indicator-clean:before.pull-left {
9377
  margin-right: .3em;
9378
}
9379
.dirty-indicator-clean:before.pull-right {
9380
  margin-left: .3em;
9381
}
9382
#filename {
9383
  font-size: 16pt;
9384
  display: table;
9385
  padding: 0px 5px;
9386
}
9387
#current-mode {
9388
  padding-left: 5px;
9389
  padding-right: 5px;
9390
}
9391
#texteditor-backdrop {
9392
  padding-top: 20px;
9393
  padding-bottom: 20px;
9394
}
9395
@media not print {
9396
  #texteditor-backdrop {
9397
    background-color: #EEE;
9398
  }
9399
}
9400
@media print {
9401
  #texteditor-backdrop #texteditor-container .CodeMirror-gutter,
9402
  #texteditor-backdrop #texteditor-container .CodeMirror-gutters {
9403
    background-color: #fff;
9404
  }
9405
}
9406
@media not print {
9407
  #texteditor-backdrop #texteditor-container .CodeMirror-gutter,
9408
  #texteditor-backdrop #texteditor-container .CodeMirror-gutters {
9409
    background-color: #fff;
9410
  }
9411
}
9412
@media not print {
9413
  #texteditor-backdrop #texteditor-container {
9414
    padding: 0px;
9415
    background-color: #fff;
9416
    -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
9417
    box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
9418
  }
9419
}
9420
/*!
9421
*
9422
* IPython notebook
9423
*
9424
*/
9425
/* CSS font colors for translated ANSI colors. */
9426
.ansibold {
9427
  font-weight: bold;
9428
}
9429
/* use dark versions for foreground, to improve visibility */
9430
.ansiblack {
9431
  color: black;
9432
}
9433
.ansired {
9434
  color: darkred;
9435
}
9436
.ansigreen {
9437
  color: darkgreen;
9438
}
9439
.ansiyellow {
9440
  color: #c4a000;
9441
}
9442
.ansiblue {
9443
  color: darkblue;
9444
}
9445
.ansipurple {
9446
  color: darkviolet;
9447
}
9448
.ansicyan {
9449
  color: steelblue;
9450
}
9451
.ansigray {
9452
  color: gray;
9453
}
9454
/* and light for background, for the same reason */
9455
.ansibgblack {
9456
  background-color: black;
9457
}
9458
.ansibgred {
9459
  background-color: red;
9460
}
9461
.ansibggreen {
9462
  background-color: green;
9463
}
9464
.ansibgyellow {
9465
  background-color: yellow;
9466
}
9467
.ansibgblue {
9468
  background-color: blue;
9469
}
9470
.ansibgpurple {
9471
  background-color: magenta;
9472
}
9473
.ansibgcyan {
9474
  background-color: cyan;
9475
}
9476
.ansibggray {
9477
  background-color: gray;
9478
}
9479
div.cell {
9480
  /* Old browsers */
9481
  display: -webkit-box;
9482
  -webkit-box-orient: vertical;
9483
  -webkit-box-align: stretch;
9484
  display: -moz-box;
9485
  -moz-box-orient: vertical;
9486
  -moz-box-align: stretch;
9487
  display: box;
9488
  box-orient: vertical;
9489
  box-align: stretch;
9490
  /* Modern browsers */
9491
  display: flex;
9492
  flex-direction: column;
9493
  align-items: stretch;
9494
  border-radius: 2px;
9495
  box-sizing: border-box;
9496
  -moz-box-sizing: border-box;
9497
  -webkit-box-sizing: border-box;
9498
  border-width: 1px;
9499
  border-style: solid;
9500
  border-color: transparent;
9501
  width: 100%;
9502
  padding: 5px;
9503
  /* This acts as a spacer between cells, that is outside the border */
9504
  margin: 0px;
9505
  outline: none;
9506
  border-left-width: 1px;
9507
  padding-left: 5px;
9508
  background: linear-gradient(to right, transparent -40px, transparent 1px, transparent 1px, transparent 100%);
9509
}
9510
div.cell.jupyter-soft-selected {
9511
  border-left-color: #90CAF9;
9512
  border-left-color: #E3F2FD;
9513
  border-left-width: 1px;
9514
  padding-left: 5px;
9515
  border-right-color: #E3F2FD;
9516
  border-right-width: 1px;
9517
  background: #E3F2FD;
9518
}
9519
@media print {
9520
  div.cell.jupyter-soft-selected {
9521
    border-color: transparent;
9522
  }
9523
}
9524
div.cell.selected {
9525
  border-color: #ababab;
9526
  border-left-width: 0px;
9527
  padding-left: 6px;
9528
  background: linear-gradient(to right, #42A5F5 -40px, #42A5F5 5px, transparent 5px, transparent 100%);
9529
}
9530
@media print {
9531
  div.cell.selected {
9532
    border-color: transparent;
9533
  }
9534
}
9535
div.cell.selected.jupyter-soft-selected {
9536
  border-left-width: 0;
9537
  padding-left: 6px;
9538
  background: linear-gradient(to right, #42A5F5 -40px, #42A5F5 7px, #E3F2FD 7px, #E3F2FD 100%);
9539
}
9540
.edit_mode div.cell.selected {
9541
  border-color: #66BB6A;
9542
  border-left-width: 0px;
9543
  padding-left: 6px;
9544
  background: linear-gradient(to right, #66BB6A -40px, #66BB6A 5px, transparent 5px, transparent 100%);
9545
}
9546
@media print {
9547
  .edit_mode div.cell.selected {
9548
    border-color: transparent;
9549
  }
9550
}
9551
.prompt {
9552
  /* This needs to be wide enough for 3 digit prompt numbers: In[100]: */
9553
  min-width: 14ex;
9554
  /* This padding is tuned to match the padding on the CodeMirror editor. */
9555
  padding: 0.4em;
9556
  margin: 0px;
9557
  font-family: monospace;
9558
  text-align: right;
9559
  /* This has to match that of the the CodeMirror class line-height below */
9560
  line-height: 1.21429em;
9561
  /* Don't highlight prompt number selection */
9562
  -webkit-touch-callout: none;
9563
  -webkit-user-select: none;
9564
  -khtml-user-select: none;
9565
  -moz-user-select: none;
9566
  -ms-user-select: none;
9567
  user-select: none;
9568
  /* Use default cursor */
9569
  cursor: default;
9570
}
9571
@media (max-width: 540px) {
9572
  .prompt {
9573
    text-align: left;
9574
  }
9575
}
9576
div.inner_cell {
9577
  min-width: 0;
9578
  /* Old browsers */
9579
  display: -webkit-box;
9580
  -webkit-box-orient: vertical;
9581
  -webkit-box-align: stretch;
9582
  display: -moz-box;
9583
  -moz-box-orient: vertical;
9584
  -moz-box-align: stretch;
9585
  display: box;
9586
  box-orient: vertical;
9587
  box-align: stretch;
9588
  /* Modern browsers */
9589
  display: flex;
9590
  flex-direction: column;
9591
  align-items: stretch;
9592
  /* Old browsers */
9593
  -webkit-box-flex: 1;
9594
  -moz-box-flex: 1;
9595
  box-flex: 1;
9596
  /* Modern browsers */
9597
  flex: 1;
9598
}
9599
/* input_area and input_prompt must match in top border and margin for alignment */
9600
div.input_area {
9601
  border: 1px solid #cfcfcf;
9602
  border-radius: 2px;
9603
  background: #f7f7f7;
9604
  line-height: 1.21429em;
9605
}
9606
/* This is needed so that empty prompt areas can collapse to zero height when there
9607
   is no content in the output_subarea and the prompt. The main purpose of this is
9608
   to make sure that empty JavaScript output_subareas have no height. */
9609
div.prompt:empty {
9610
  padding-top: 0;
9611
  padding-bottom: 0;
9612
}
9613
div.unrecognized_cell {
9614
  padding: 5px 5px 5px 0px;
9615
  /* Old browsers */
9616
  display: -webkit-box;
9617
  -webkit-box-orient: horizontal;
9618
  -webkit-box-align: stretch;
9619
  display: -moz-box;
9620
  -moz-box-orient: horizontal;
9621
  -moz-box-align: stretch;
9622
  display: box;
9623
  box-orient: horizontal;
9624
  box-align: stretch;
9625
  /* Modern browsers */
9626
  display: flex;
9627
  flex-direction: row;
9628
  align-items: stretch;
9629
}
9630
div.unrecognized_cell .inner_cell {
9631
  border-radius: 2px;
9632
  padding: 5px;
9633
  font-weight: bold;
9634
  color: red;
9635
  border: 1px solid #cfcfcf;
9636
  background: #eaeaea;
9637
}
9638
div.unrecognized_cell .inner_cell a {
9639
  color: inherit;
9640
  text-decoration: none;
9641
}
9642
div.unrecognized_cell .inner_cell a:hover {
9643
  color: inherit;
9644
  text-decoration: none;
9645
}
9646
@media (max-width: 540px) {
9647
  div.unrecognized_cell > div.prompt {
9648
    display: none;
9649
  }
9650
}
9651
div.code_cell {
9652
  /* avoid page breaking on code cells when printing */
9653
}
9654
@media print {
9655
  div.code_cell {
9656
    page-break-inside: avoid;
9657
  }
9658
}
9659
/* any special styling for code cells that are currently running goes here */
9660
div.input {
9661
  page-break-inside: avoid;
9662
  /* Old browsers */
9663
  display: -webkit-box;
9664
  -webkit-box-orient: horizontal;
9665
  -webkit-box-align: stretch;
9666
  display: -moz-box;
9667
  -moz-box-orient: horizontal;
9668
  -moz-box-align: stretch;
9669
  display: box;
9670
  box-orient: horizontal;
9671
  box-align: stretch;
9672
  /* Modern browsers */
9673
  display: flex;
9674
  flex-direction: row;
9675
  align-items: stretch;
9676
}
9677
@media (max-width: 540px) {
9678
  div.input {
9679
    /* Old browsers */
9680
    display: -webkit-box;
9681
    -webkit-box-orient: vertical;
9682
    -webkit-box-align: stretch;
9683
    display: -moz-box;
9684
    -moz-box-orient: vertical;
9685
    -moz-box-align: stretch;
9686
    display: box;
9687
    box-orient: vertical;
9688
    box-align: stretch;
9689
    /* Modern browsers */
9690
    display: flex;
9691
    flex-direction: column;
9692
    align-items: stretch;
9693
  }
9694
}
9695
/* input_area and input_prompt must match in top border and margin for alignment */
9696
div.input_prompt {
9697
  color: #303F9F;
9698
  border-top: 1px solid transparent;
9699
}
9700
div.input_area > div.highlight {
9701
  margin: 0.4em;
9702
  border: none;
9703
  padding: 0px;
9704
  background-color: transparent;
9705
}
9706
div.input_area > div.highlight > pre {
9707
  margin: 0px;
9708
  border: none;
9709
  padding: 0px;
9710
  background-color: transparent;
9711
}
9712
/* The following gets added to the <head> if it is detected that the user has a
9713
 * monospace font with inconsistent normal/bold/italic height.  See
9714
 * notebookmain.js.  Such fonts will have keywords vertically offset with
9715
 * respect to the rest of the text.  The user should select a better font.
9716
 * See: https://github.com/ipython/ipython/issues/1503
9717
 *
9718
 * .CodeMirror span {
9719
 *      vertical-align: bottom;
9720
 * }
9721
 */
9722
.CodeMirror {
9723
  line-height: 1.21429em;
9724
  /* Changed from 1em to our global default */
9725
  font-size: 14px;
9726
  height: auto;
9727
  /* Changed to auto to autogrow */
9728
  background: none;
9729
  /* Changed from white to allow our bg to show through */
9730
}
9731
.CodeMirror-scroll {
9732
  /*  The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/
9733
  /*  We have found that if it is visible, vertical scrollbars appear with font size changes.*/
9734
  overflow-y: hidden;
9735
  overflow-x: auto;
9736
}
9737
.CodeMirror-lines {
9738
  /* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because */
9739
  /* we have set a different line-height and want this to scale with that. */
9740
  padding: 0.4em;
9741
}
9742
.CodeMirror-linenumber {
9743
  padding: 0 8px 0 4px;
9744
}
9745
.CodeMirror-gutters {
9746
  border-bottom-left-radius: 2px;
9747
  border-top-left-radius: 2px;
9748
}
9749
.CodeMirror pre {
9750
  /* In CM3 this went to 4px from 0 in CM2. We need the 0 value because of how we size */
9751
  /* .CodeMirror-lines */
9752
  padding: 0;
9753
  border: 0;
9754
  border-radius: 0;
9755
}
9756
/*
9757

    
9758
Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
9759
Adapted from GitHub theme
9760

    
9761
*/
9762
.highlight-base {
9763
  color: #000;
9764
}
9765
.highlight-variable {
9766
  color: #000;
9767
}
9768
.highlight-variable-2 {
9769
  color: #1a1a1a;
9770
}
9771
.highlight-variable-3 {
9772
  color: #333333;
9773
}
9774
.highlight-string {
9775
  color: #BA2121;
9776
}
9777
.highlight-comment {
9778
  color: #408080;
9779
  font-style: italic;
9780
}
9781
.highlight-number {
9782
  color: #080;
9783
}
9784
.highlight-atom {
9785
  color: #88F;
9786
}
9787
.highlight-keyword {
9788
  color: #008000;
9789
  font-weight: bold;
9790
}
9791
.highlight-builtin {
9792
  color: #008000;
9793
}
9794
.highlight-error {
9795
  color: #f00;
9796
}
9797
.highlight-operator {
9798
  color: #AA22FF;
9799
  font-weight: bold;
9800
}
9801
.highlight-meta {
9802
  color: #AA22FF;
9803
}
9804
/* previously not defined, copying from default codemirror */
9805
.highlight-def {
9806
  color: #00f;
9807
}
9808
.highlight-string-2 {
9809
  color: #f50;
9810
}
9811
.highlight-qualifier {
9812
  color: #555;
9813
}
9814
.highlight-bracket {
9815
  color: #997;
9816
}
9817
.highlight-tag {
9818
  color: #170;
9819
}
9820
.highlight-attribute {
9821
  color: #00c;
9822
}
9823
.highlight-header {
9824
  color: blue;
9825
}
9826
.highlight-quote {
9827
  color: #090;
9828
}
9829
.highlight-link {
9830
  color: #00c;
9831
}
9832
/* apply the same style to codemirror */
9833
.cm-s-ipython span.cm-keyword {
9834
  color: #008000;
9835
  font-weight: bold;
9836
}
9837
.cm-s-ipython span.cm-atom {
9838
  color: #88F;
9839
}
9840
.cm-s-ipython span.cm-number {
9841
  color: #080;
9842
}
9843
.cm-s-ipython span.cm-def {
9844
  color: #00f;
9845
}
9846
.cm-s-ipython span.cm-variable {
9847
  color: #000;
9848
}
9849
.cm-s-ipython span.cm-operator {
9850
  color: #AA22FF;
9851
  font-weight: bold;
9852
}
9853
.cm-s-ipython span.cm-variable-2 {
9854
  color: #1a1a1a;
9855
}
9856
.cm-s-ipython span.cm-variable-3 {
9857
  color: #333333;
9858
}
9859
.cm-s-ipython span.cm-comment {
9860
  color: #408080;
9861
  font-style: italic;
9862
}
9863
.cm-s-ipython span.cm-string {
9864
  color: #BA2121;
9865
}
9866
.cm-s-ipython span.cm-string-2 {
9867
  color: #f50;
9868
}
9869
.cm-s-ipython span.cm-meta {
9870
  color: #AA22FF;
9871
}
9872
.cm-s-ipython span.cm-qualifier {
9873
  color: #555;
9874
}
9875
.cm-s-ipython span.cm-builtin {
9876
  color: #008000;
9877
}
9878
.cm-s-ipython span.cm-bracket {
9879
  color: #997;
9880
}
9881
.cm-s-ipython span.cm-tag {
9882
  color: #170;
9883
}
9884
.cm-s-ipython span.cm-attribute {
9885
  color: #00c;
9886
}
9887
.cm-s-ipython span.cm-header {
9888
  color: blue;
9889
}
9890
.cm-s-ipython span.cm-quote {
9891
  color: #090;
9892
}
9893
.cm-s-ipython span.cm-link {
9894
  color: #00c;
9895
}
9896
.cm-s-ipython span.cm-error {
9897
  color: #f00;
9898
}
9899
.cm-s-ipython span.cm-tab {
9900
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);
9901
  background-position: right;
9902
  background-repeat: no-repeat;
9903
}
9904
div.output_wrapper {
9905
  /* this position must be relative to enable descendents to be absolute within it */
9906
  position: relative;
9907
  /* Old browsers */
9908
  display: -webkit-box;
9909
  -webkit-box-orient: vertical;
9910
  -webkit-box-align: stretch;
9911
  display: -moz-box;
9912
  -moz-box-orient: vertical;
9913
  -moz-box-align: stretch;
9914
  display: box;
9915
  box-orient: vertical;
9916
  box-align: stretch;
9917
  /* Modern browsers */
9918
  display: flex;
9919
  flex-direction: column;
9920
  align-items: stretch;
9921
  z-index: 1;
9922
}
9923
/* class for the output area when it should be height-limited */
9924
div.output_scroll {
9925
  /* ideally, this would be max-height, but FF barfs all over that */
9926
  height: 24em;
9927
  /* FF needs this *and the wrapper* to specify full width, or it will shrinkwrap */
9928
  width: 100%;
9929
  overflow: auto;
9930
  border-radius: 2px;
9931
  -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8);
9932
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8);
9933
  display: block;
9934
}
9935
/* output div while it is collapsed */
9936
div.output_collapsed {
9937
  margin: 0px;
9938
  padding: 0px;
9939
  /* Old browsers */
9940
  display: -webkit-box;
9941
  -webkit-box-orient: vertical;
9942
  -webkit-box-align: stretch;
9943
  display: -moz-box;
9944
  -moz-box-orient: vertical;
9945
  -moz-box-align: stretch;
9946
  display: box;
9947
  box-orient: vertical;
9948
  box-align: stretch;
9949
  /* Modern browsers */
9950
  display: flex;
9951
  flex-direction: column;
9952
  align-items: stretch;
9953
}
9954
div.out_prompt_overlay {
9955
  height: 100%;
9956
  padding: 0px 0.4em;
9957
  position: absolute;
9958
  border-radius: 2px;
9959
}
9960
div.out_prompt_overlay:hover {
9961
  /* use inner shadow to get border that is computed the same on WebKit/FF */
9962
  -webkit-box-shadow: inset 0 0 1px #000;
9963
  box-shadow: inset 0 0 1px #000;
9964
  background: rgba(240, 240, 240, 0.5);
9965
}
9966
div.output_prompt {
9967
  color: #D84315;
9968
}
9969
/* This class is the outer container of all output sections. */
9970
div.output_area {
9971
  padding: 0px;
9972
  page-break-inside: avoid;
9973
  /* Old browsers */
9974
  display: -webkit-box;
9975
  -webkit-box-orient: horizontal;
9976
  -webkit-box-align: stretch;
9977
  display: -moz-box;
9978
  -moz-box-orient: horizontal;
9979
  -moz-box-align: stretch;
9980
  display: box;
9981
  box-orient: horizontal;
9982
  box-align: stretch;
9983
  /* Modern browsers */
9984
  display: flex;
9985
  flex-direction: row;
9986
  align-items: stretch;
9987
}
9988
div.output_area .MathJax_Display {
9989
  text-align: left !important;
9990
}
9991
div.output_area .rendered_html table {
9992
  margin-left: 0;
9993
  margin-right: 0;
9994
}
9995
div.output_area .rendered_html img {
9996
  margin-left: 0;
9997
  margin-right: 0;
9998
}
9999
div.output_area img,
10000
div.output_area svg {
10001
  max-width: 100%;
10002
  height: auto;
10003
}
10004
div.output_area img.unconfined,
10005
div.output_area svg.unconfined {
10006
  max-width: none;
10007
}
10008
/* This is needed to protect the pre formating from global settings such
10009
   as that of bootstrap */
10010
.output {
10011
  /* Old browsers */
10012
  display: -webkit-box;
10013
  -webkit-box-orient: vertical;
10014
  -webkit-box-align: stretch;
10015
  display: -moz-box;
10016
  -moz-box-orient: vertical;
10017
  -moz-box-align: stretch;
10018
  display: box;
10019
  box-orient: vertical;
10020
  box-align: stretch;
10021
  /* Modern browsers */
10022
  display: flex;
10023
  flex-direction: column;
10024
  align-items: stretch;
10025
}
10026
@media (max-width: 540px) {
10027
  div.output_area {
10028
    /* Old browsers */
10029
    display: -webkit-box;
10030
    -webkit-box-orient: vertical;
10031
    -webkit-box-align: stretch;
10032
    display: -moz-box;
10033
    -moz-box-orient: vertical;
10034
    -moz-box-align: stretch;
10035
    display: box;
10036
    box-orient: vertical;
10037
    box-align: stretch;
10038
    /* Modern browsers */
10039
    display: flex;
10040
    flex-direction: column;
10041
    align-items: stretch;
10042
  }
10043
}
10044
div.output_area pre {
10045
  margin: 0;
10046
  padding: 0;
10047
  border: 0;
10048
  vertical-align: baseline;
10049
  color: black;
10050
  background-color: transparent;
10051
  border-radius: 0;
10052
}
10053
/* This class is for the output subarea inside the output_area and after
10054
   the prompt div. */
10055
div.output_subarea {
10056
  overflow-x: auto;
10057
  padding: 0.4em;
10058
  /* Old browsers */
10059
  -webkit-box-flex: 1;
10060
  -moz-box-flex: 1;
10061
  box-flex: 1;
10062
  /* Modern browsers */
10063
  flex: 1;
10064
  max-width: calc(100% - 14ex);
10065
}
10066
div.output_scroll div.output_subarea {
10067
  overflow-x: visible;
10068
}
10069
/* The rest of the output_* classes are for special styling of the different
10070
   output types */
10071
/* all text output has this class: */
10072
div.output_text {
10073
  text-align: left;
10074
  color: #000;
10075
  /* This has to match that of the the CodeMirror class line-height below */
10076
  line-height: 1.21429em;
10077
}
10078
/* stdout/stderr are 'text' as well as 'stream', but execute_result/error are *not* streams */
10079
div.output_stderr {
10080
  background: #fdd;
10081
  /* very light red background for stderr */
10082
}
10083
div.output_latex {
10084
  text-align: left;
10085
}
10086
/* Empty output_javascript divs should have no height */
10087
div.output_javascript:empty {
10088
  padding: 0;
10089
}
10090
.js-error {
10091
  color: darkred;
10092
}
10093
/* raw_input styles */
10094
div.raw_input_container {
10095
  line-height: 1.21429em;
10096
  padding-top: 5px;
10097
}
10098
pre.raw_input_prompt {
10099
  /* nothing needed here. */
10100
}
10101
input.raw_input {
10102
  font-family: monospace;
10103
  font-size: inherit;
10104
  color: inherit;
10105
  width: auto;
10106
  /* make sure input baseline aligns with prompt */
10107
  vertical-align: baseline;
10108
  /* padding + margin = 0.5em between prompt and cursor */
10109
  padding: 0em 0.25em;
10110
  margin: 0em 0.25em;
10111
}
10112
input.raw_input:focus {
10113
  box-shadow: none;
10114
}
10115
p.p-space {
10116
  margin-bottom: 10px;
10117
}
10118
div.output_unrecognized {
10119
  padding: 5px;
10120
  font-weight: bold;
10121
  color: red;
10122
}
10123
div.output_unrecognized a {
10124
  color: inherit;
10125
  text-decoration: none;
10126
}
10127
div.output_unrecognized a:hover {
10128
  color: inherit;
10129
  text-decoration: none;
10130
}
10131
.rendered_html {
10132
  color: #000;
10133
  /* any extras will just be numbers: */
10134
}
10135
.rendered_html em {
10136
  font-style: italic;
10137
}
10138
.rendered_html strong {
10139
  font-weight: bold;
10140
}
10141
.rendered_html u {
10142
  text-decoration: underline;
10143
}
10144
.rendered_html :link {
10145
  text-decoration: underline;
10146
}
10147
.rendered_html :visited {
10148
  text-decoration: underline;
10149
}
10150
.rendered_html h1 {
10151
  font-size: 185.7%;
10152
  margin: 1.08em 0 0 0;
10153
  font-weight: bold;
10154
  line-height: 1.0;
10155
}
10156
.rendered_html h2 {
10157
  font-size: 157.1%;
10158
  margin: 1.27em 0 0 0;
10159
  font-weight: bold;
10160
  line-height: 1.0;
10161
}
10162
.rendered_html h3 {
10163
  font-size: 128.6%;
10164
  margin: 1.55em 0 0 0;
10165
  font-weight: bold;
10166
  line-height: 1.0;
10167
}
10168
.rendered_html h4 {
10169
  font-size: 100%;
10170
  margin: 2em 0 0 0;
10171
  font-weight: bold;
10172
  line-height: 1.0;
10173
}
10174
.rendered_html h5 {
10175
  font-size: 100%;
10176
  margin: 2em 0 0 0;
10177
  font-weight: bold;
10178
  line-height: 1.0;
10179
  font-style: italic;
10180
}
10181
.rendered_html h6 {
10182
  font-size: 100%;
10183
  margin: 2em 0 0 0;
10184
  font-weight: bold;
10185
  line-height: 1.0;
10186
  font-style: italic;
10187
}
10188
.rendered_html h1:first-child {
10189
  margin-top: 0.538em;
10190
}
10191
.rendered_html h2:first-child {
10192
  margin-top: 0.636em;
10193
}
10194
.rendered_html h3:first-child {
10195
  margin-top: 0.777em;
10196
}
10197
.rendered_html h4:first-child {
10198
  margin-top: 1em;
10199
}
10200
.rendered_html h5:first-child {
10201
  margin-top: 1em;
10202
}
10203
.rendered_html h6:first-child {
10204
  margin-top: 1em;
10205
}
10206
.rendered_html ul {
10207
  list-style: disc;
10208
  margin: 0em 2em;
10209
  padding-left: 0px;
10210
}
10211
.rendered_html ul ul {
10212
  list-style: square;
10213
  margin: 0em 2em;
10214
}
10215
.rendered_html ul ul ul {
10216
  list-style: circle;
10217
  margin: 0em 2em;
10218
}
10219
.rendered_html ol {
10220
  list-style: decimal;
10221
  margin: 0em 2em;
10222
  padding-left: 0px;
10223
}
10224
.rendered_html ol ol {
10225
  list-style: upper-alpha;
10226
  margin: 0em 2em;
10227
}
10228
.rendered_html ol ol ol {
10229
  list-style: lower-alpha;
10230
  margin: 0em 2em;
10231
}
10232
.rendered_html ol ol ol ol {
10233
  list-style: lower-roman;
10234
  margin: 0em 2em;
10235
}
10236
.rendered_html ol ol ol ol ol {
10237
  list-style: decimal;
10238
  margin: 0em 2em;
10239
}
10240
.rendered_html * + ul {
10241
  margin-top: 1em;
10242
}
10243
.rendered_html * + ol {
10244
  margin-top: 1em;
10245
}
10246
.rendered_html hr {
10247
  color: black;
10248
  background-color: black;
10249
}
10250
.rendered_html pre {
10251
  margin: 1em 2em;
10252
}
10253
.rendered_html pre,
10254
.rendered_html code {
10255
  border: 0;
10256
  background-color: #fff;
10257
  color: #000;
10258
  font-size: 100%;
10259
  padding: 0px;
10260
}
10261
.rendered_html blockquote {
10262
  margin: 1em 2em;
10263
}
10264
.rendered_html table {
10265
  margin-left: auto;
10266
  margin-right: auto;
10267
  border: 1px solid black;
10268
  border-collapse: collapse;
10269
}
10270
.rendered_html tr,
10271
.rendered_html th,
10272
.rendered_html td {
10273
  border: 1px solid black;
10274
  border-collapse: collapse;
10275
  margin: 1em 2em;
10276
}
10277
.rendered_html td,
10278
.rendered_html th {
10279
  text-align: left;
10280
  vertical-align: middle;
10281
  padding: 4px;
10282
}
10283
.rendered_html th {
10284
  font-weight: bold;
10285
}
10286
.rendered_html * + table {
10287
  margin-top: 1em;
10288
}
10289
.rendered_html p {
10290
  text-align: left;
10291
}
10292
.rendered_html * + p {
10293
  margin-top: 1em;
10294
}
10295
.rendered_html img {
10296
  display: block;
10297
  margin-left: auto;
10298
  margin-right: auto;
10299
}
10300
.rendered_html * + img {
10301
  margin-top: 1em;
10302
}
10303
.rendered_html img,
10304
.rendered_html svg {
10305
  max-width: 100%;
10306
  height: auto;
10307
}
10308
.rendered_html img.unconfined,
10309
.rendered_html svg.unconfined {
10310
  max-width: none;
10311
}
10312
div.text_cell {
10313
  /* Old browsers */
10314
  display: -webkit-box;
10315
  -webkit-box-orient: horizontal;
10316
  -webkit-box-align: stretch;
10317
  display: -moz-box;
10318
  -moz-box-orient: horizontal;
10319
  -moz-box-align: stretch;
10320
  display: box;
10321
  box-orient: horizontal;
10322
  box-align: stretch;
10323
  /* Modern browsers */
10324
  display: flex;
10325
  flex-direction: row;
10326
  align-items: stretch;
10327
}
10328
@media (max-width: 540px) {
10329
  div.text_cell > div.prompt {
10330
    display: none;
10331
  }
10332
}
10333
div.text_cell_render {
10334
  /*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
10335
  outline: none;
10336
  resize: none;
10337
  width: inherit;
10338
  border-style: none;
10339
  padding: 0.5em 0.5em 0.5em 0.4em;
10340
  color: #000;
10341
  box-sizing: border-box;
10342
  -moz-box-sizing: border-box;
10343
  -webkit-box-sizing: border-box;
10344
}
10345
a.anchor-link:link {
10346
  text-decoration: none;
10347
  padding: 0px 20px;
10348
  visibility: hidden;
10349
}
10350
h1:hover .anchor-link,
10351
h2:hover .anchor-link,
10352
h3:hover .anchor-link,
10353
h4:hover .anchor-link,
10354
h5:hover .anchor-link,
10355
h6:hover .anchor-link {
10356
  visibility: visible;
10357
}
10358
.text_cell.rendered .input_area {
10359
  display: none;
10360
}
10361
.text_cell.rendered .rendered_html {
10362
  overflow-x: auto;
10363
  overflow-y: hidden;
10364
}
10365
.text_cell.unrendered .text_cell_render {
10366
  display: none;
10367
}
10368
.cm-header-1,
10369
.cm-header-2,
10370
.cm-header-3,
10371
.cm-header-4,
10372
.cm-header-5,
10373
.cm-header-6 {
10374
  font-weight: bold;
10375
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
10376
}
10377
.cm-header-1 {
10378
  font-size: 185.7%;
10379
}
10380
.cm-header-2 {
10381
  font-size: 157.1%;
10382
}
10383
.cm-header-3 {
10384
  font-size: 128.6%;
10385
}
10386
.cm-header-4 {
10387
  font-size: 110%;
10388
}
10389
.cm-header-5 {
10390
  font-size: 100%;
10391
  font-style: italic;
10392
}
10393
.cm-header-6 {
10394
  font-size: 100%;
10395
  font-style: italic;
10396
}
10397
/*!
10398
*
10399
* IPython notebook webapp
10400
*
10401
*/
10402
@media (max-width: 767px) {
10403
  .notebook_app {
10404
    padding-left: 0px;
10405
    padding-right: 0px;
10406
  }
10407
}
10408
#ipython-main-app {
10409
  box-sizing: border-box;
10410
  -moz-box-sizing: border-box;
10411
  -webkit-box-sizing: border-box;
10412
  height: 100%;
10413
}
10414
div#notebook_panel {
10415
  margin: 0px;
10416
  padding: 0px;
10417
  box-sizing: border-box;
10418
  -moz-box-sizing: border-box;
10419
  -webkit-box-sizing: border-box;
10420
  height: 100%;
10421
}
10422
div#notebook {
10423
  font-size: 14px;
10424
  line-height: 20px;
10425
  overflow-y: hidden;
10426
  overflow-x: auto;
10427
  width: 100%;
10428
  /* This spaces the page away from the edge of the notebook area */
10429
  padding-top: 20px;
10430
  margin: 0px;
10431
  outline: none;
10432
  box-sizing: border-box;
10433
  -moz-box-sizing: border-box;
10434
  -webkit-box-sizing: border-box;
10435
  min-height: 100%;
10436
}
10437
@media not print {
10438
  #notebook-container {
10439
    padding: 15px;
10440
    background-color: #fff;
10441
    min-height: 0;
10442
    -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
10443
    box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
10444
  }
10445
}
10446
@media print {
10447
  #notebook-container {
10448
    width: 100%;
10449
  }
10450
}
10451
div.ui-widget-content {
10452
  border: 1px solid #ababab;
10453
  outline: none;
10454
}
10455
pre.dialog {
10456
  background-color: #f7f7f7;
10457
  border: 1px solid #ddd;
10458
  border-radius: 2px;
10459
  padding: 0.4em;
10460
  padding-left: 2em;
10461
}
10462
p.dialog {
10463
  padding: 0.2em;
10464
}
10465
/* Word-wrap output correctly.  This is the CSS3 spelling, though Firefox seems
10466
   to not honor it correctly.  Webkit browsers (Chrome, rekonq, Safari) do.
10467
 */
10468
pre,
10469
code,
10470
kbd,
10471
samp {
10472
  white-space: pre-wrap;
10473
}
10474
#fonttest {
10475
  font-family: monospace;
10476
}
10477
p {
10478
  margin-bottom: 0;
10479
}
10480
.end_space {
10481
  min-height: 100px;
10482
  transition: height .2s ease;
10483
}
10484
.notebook_app > #header {
10485
  -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
10486
  box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
10487
}
10488
@media not print {
10489
  .notebook_app {
10490
    background-color: #EEE;
10491
  }
10492
}
10493
kbd {
10494
  border-style: solid;
10495
  border-width: 1px;
10496
  box-shadow: none;
10497
  margin: 2px;
10498
  padding-left: 2px;
10499
  padding-right: 2px;
10500
  padding-top: 1px;
10501
  padding-bottom: 1px;
10502
}
10503
/* CSS for the cell toolbar */
10504
.celltoolbar {
10505
  border: thin solid #CFCFCF;
10506
  border-bottom: none;
10507
  background: #EEE;
10508
  border-radius: 2px 2px 0px 0px;
10509
  width: 100%;
10510
  height: 29px;
10511
  padding-right: 4px;
10512
  /* Old browsers */
10513
  display: -webkit-box;
10514
  -webkit-box-orient: horizontal;
10515
  -webkit-box-align: stretch;
10516
  display: -moz-box;
10517
  -moz-box-orient: horizontal;
10518
  -moz-box-align: stretch;
10519
  display: box;
10520
  box-orient: horizontal;
10521
  box-align: stretch;
10522
  /* Modern browsers */
10523
  display: flex;
10524
  flex-direction: row;
10525
  align-items: stretch;
10526
  /* Old browsers */
10527
  -webkit-box-pack: end;
10528
  -moz-box-pack: end;
10529
  box-pack: end;
10530
  /* Modern browsers */
10531
  justify-content: flex-end;
10532
  display: -webkit-flex;
10533
}
10534
@media print {
10535
  .celltoolbar {
10536
    display: none;
10537
  }
10538
}
10539
.ctb_hideshow {
10540
  display: none;
10541
  vertical-align: bottom;
10542
}
10543
/* ctb_show is added to the ctb_hideshow div to show the cell toolbar.
10544
   Cell toolbars are only shown when the ctb_global_show class is also set.
10545
*/
10546
.ctb_global_show .ctb_show.ctb_hideshow {
10547
  display: block;
10548
}
10549
.ctb_global_show .ctb_show + .input_area,
10550
.ctb_global_show .ctb_show + div.text_cell_input,
10551
.ctb_global_show .ctb_show ~ div.text_cell_render {
10552
  border-top-right-radius: 0px;
10553
  border-top-left-radius: 0px;
10554
}
10555
.ctb_global_show .ctb_show ~ div.text_cell_render {
10556
  border: 1px solid #cfcfcf;
10557
}
10558
.celltoolbar {
10559
  font-size: 87%;
10560
  padding-top: 3px;
10561
}
10562
.celltoolbar select {
10563
  display: block;
10564
  width: 100%;
10565
  height: 32px;
10566
  padding: 6px 12px;
10567
  font-size: 13px;
10568
  line-height: 1.42857143;
10569
  color: #555555;
10570
  background-color: #fff;
10571
  background-image: none;
10572
  border: 1px solid #ccc;
10573
  border-radius: 2px;
10574
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
10575
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
10576
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
10577
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
10578
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
10579
  height: 30px;
10580
  padding: 5px 10px;
10581
  font-size: 12px;
10582
  line-height: 1.5;
10583
  border-radius: 1px;
10584
  width: inherit;
10585
  font-size: inherit;
10586
  height: 22px;
10587
  padding: 0px;
10588
  display: inline-block;
10589
}
10590
.celltoolbar select:focus {
10591
  border-color: #66afe9;
10592
  outline: 0;
10593
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
10594
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
10595
}
10596
.celltoolbar select::-moz-placeholder {
10597
  color: #999;
10598
  opacity: 1;
10599
}
10600
.celltoolbar select:-ms-input-placeholder {
10601
  color: #999;
10602
}
10603
.celltoolbar select::-webkit-input-placeholder {
10604
  color: #999;
10605
}
10606
.celltoolbar select::-ms-expand {
10607
  border: 0;
10608
  background-color: transparent;
10609
}
10610
.celltoolbar select[disabled],
10611
.celltoolbar select[readonly],
10612
fieldset[disabled] .celltoolbar select {
10613
  background-color: #eeeeee;
10614
  opacity: 1;
10615
}
10616
.celltoolbar select[disabled],
10617
fieldset[disabled] .celltoolbar select {
10618
  cursor: not-allowed;
10619
}
10620
textarea.celltoolbar select {
10621
  height: auto;
10622
}
10623
select.celltoolbar select {
10624
  height: 30px;
10625
  line-height: 30px;
10626
}
10627
textarea.celltoolbar select,
10628
select[multiple].celltoolbar select {
10629
  height: auto;
10630
}
10631
.celltoolbar label {
10632
  margin-left: 5px;
10633
  margin-right: 5px;
10634
}
10635
.completions {
10636
  position: absolute;
10637
  z-index: 110;
10638
  overflow: hidden;
10639
  border: 1px solid #ababab;
10640
  border-radius: 2px;
10641
  -webkit-box-shadow: 0px 6px 10px -1px #adadad;
10642
  box-shadow: 0px 6px 10px -1px #adadad;
10643
  line-height: 1;
10644
}
10645
.completions select {
10646
  background: white;
10647
  outline: none;
10648
  border: none;
10649
  padding: 0px;
10650
  margin: 0px;
10651
  overflow: auto;
10652
  font-family: monospace;
10653
  font-size: 110%;
10654
  color: #000;
10655
  width: auto;
10656
}
10657
.completions select option.context {
10658
  color: #286090;
10659
}
10660
#kernel_logo_widget {
10661
  float: right !important;
10662
  float: right;
10663
}
10664
#kernel_logo_widget .current_kernel_logo {
10665
  display: none;
10666
  margin-top: -1px;
10667
  margin-bottom: -1px;
10668
  width: 32px;
10669
  height: 32px;
10670
}
10671
#menubar {
10672
  box-sizing: border-box;
10673
  -moz-box-sizing: border-box;
10674
  -webkit-box-sizing: border-box;
10675
  margin-top: 1px;
10676
}
10677
#menubar .navbar {
10678
  border-top: 1px;
10679
  border-radius: 0px 0px 2px 2px;
10680
  margin-bottom: 0px;
10681
}
10682
#menubar .navbar-toggle {
10683
  float: left;
10684
  padding-top: 7px;
10685
  padding-bottom: 7px;
10686
  border: none;
10687
}
10688
#menubar .navbar-collapse {
10689
  clear: left;
10690
}
10691
.nav-wrapper {
10692
  border-bottom: 1px solid #e7e7e7;
10693
}
10694
i.menu-icon {
10695
  padding-top: 4px;
10696
}
10697
ul#help_menu li a {
10698
  overflow: hidden;
10699
  padding-right: 2.2em;
10700
}
10701
ul#help_menu li a i {
10702
  margin-right: -1.2em;
10703
}
10704
.dropdown-submenu {
10705
  position: relative;
10706
}
10707
.dropdown-submenu > .dropdown-menu {
10708
  top: 0;
10709
  left: 100%;
10710
  margin-top: -6px;
10711
  margin-left: -1px;
10712
}
10713
.dropdown-submenu:hover > .dropdown-menu {
10714
  display: block;
10715
}
10716
.dropdown-submenu > a:after {
10717
  display: inline-block;
10718
  font: normal normal normal 14px/1 FontAwesome;
10719
  font-size: inherit;
10720
  text-rendering: auto;
10721
  -webkit-font-smoothing: antialiased;
10722
  -moz-osx-font-smoothing: grayscale;
10723
  display: block;
10724
  content: "\f0da";
10725
  float: right;
10726
  color: #333333;
10727
  margin-top: 2px;
10728
  margin-right: -10px;
10729
}
10730
.dropdown-submenu > a:after.pull-left {
10731
  margin-right: .3em;
10732
}
10733
.dropdown-submenu > a:after.pull-right {
10734
  margin-left: .3em;
10735
}
10736
.dropdown-submenu:hover > a:after {
10737
  color: #262626;
10738
}
10739
.dropdown-submenu.pull-left {
10740
  float: none;
10741
}
10742
.dropdown-submenu.pull-left > .dropdown-menu {
10743
  left: -100%;
10744
  margin-left: 10px;
10745
}
10746
#notification_area {
10747
  float: right !important;
10748
  float: right;
10749
  z-index: 10;
10750
}
10751
.indicator_area {
10752
  float: right !important;
10753
  float: right;
10754
  color: #777;
10755
  margin-left: 5px;
10756
  margin-right: 5px;
10757
  width: 11px;
10758
  z-index: 10;
10759
  text-align: center;
10760
  width: auto;
10761
}
10762
#kernel_indicator {
10763
  float: right !important;
10764
  float: right;
10765
  color: #777;
10766
  margin-left: 5px;
10767
  margin-right: 5px;
10768
  width: 11px;
10769
  z-index: 10;
10770
  text-align: center;
10771
  width: auto;
10772
  border-left: 1px solid;
10773
}
10774
#kernel_indicator .kernel_indicator_name {
10775
  padding-left: 5px;
10776
  padding-right: 5px;
10777
}
10778
#modal_indicator {
10779
  float: right !important;
10780
  float: right;
10781
  color: #777;
10782
  margin-left: 5px;
10783
  margin-right: 5px;
10784
  width: 11px;
10785
  z-index: 10;
10786
  text-align: center;
10787
  width: auto;
10788
}
10789
#readonly-indicator {
10790
  float: right !important;
10791
  float: right;
10792
  color: #777;
10793
  margin-left: 5px;
10794
  margin-right: 5px;
10795
  width: 11px;
10796
  z-index: 10;
10797
  text-align: center;
10798
  width: auto;
10799
  margin-top: 2px;
10800
  margin-bottom: 0px;
10801
  margin-left: 0px;
10802
  margin-right: 0px;
10803
  display: none;
10804
}
10805
.modal_indicator:before {
10806
  width: 1.28571429em;
10807
  text-align: center;
10808
}
10809
.edit_mode .modal_indicator:before {
10810
  display: inline-block;
10811
  font: normal normal normal 14px/1 FontAwesome;
10812
  font-size: inherit;
10813
  text-rendering: auto;
10814
  -webkit-font-smoothing: antialiased;
10815
  -moz-osx-font-smoothing: grayscale;
10816
  content: "\f040";
10817
}
10818
.edit_mode .modal_indicator:before.pull-left {
10819
  margin-right: .3em;
10820
}
10821
.edit_mode .modal_indicator:before.pull-right {
10822
  margin-left: .3em;
10823
}
10824
.command_mode .modal_indicator:before {
10825
  display: inline-block;
10826
  font: normal normal normal 14px/1 FontAwesome;
10827
  font-size: inherit;
10828
  text-rendering: auto;
10829
  -webkit-font-smoothing: antialiased;
10830
  -moz-osx-font-smoothing: grayscale;
10831
  content: ' ';
10832
}
10833
.command_mode .modal_indicator:before.pull-left {
10834
  margin-right: .3em;
10835
}
10836
.command_mode .modal_indicator:before.pull-right {
10837
  margin-left: .3em;
10838
}
10839
.kernel_idle_icon:before {
10840
  display: inline-block;
10841
  font: normal normal normal 14px/1 FontAwesome;
10842
  font-size: inherit;
10843
  text-rendering: auto;
10844
  -webkit-font-smoothing: antialiased;
10845
  -moz-osx-font-smoothing: grayscale;
10846
  content: "\f10c";
10847
}
10848
.kernel_idle_icon:before.pull-left {
10849
  margin-right: .3em;
10850
}
10851
.kernel_idle_icon:before.pull-right {
10852
  margin-left: .3em;
10853
}
10854
.kernel_busy_icon:before {
10855
  display: inline-block;
10856
  font: normal normal normal 14px/1 FontAwesome;
10857
  font-size: inherit;
10858
  text-rendering: auto;
10859
  -webkit-font-smoothing: antialiased;
10860
  -moz-osx-font-smoothing: grayscale;
10861
  content: "\f111";
10862
}
10863
.kernel_busy_icon:before.pull-left {
10864
  margin-right: .3em;
10865
}
10866
.kernel_busy_icon:before.pull-right {
10867
  margin-left: .3em;
10868
}
10869
.kernel_dead_icon:before {
10870
  display: inline-block;
10871
  font: normal normal normal 14px/1 FontAwesome;
10872
  font-size: inherit;
10873
  text-rendering: auto;
10874
  -webkit-font-smoothing: antialiased;
10875
  -moz-osx-font-smoothing: grayscale;
10876
  content: "\f1e2";
10877
}
10878
.kernel_dead_icon:before.pull-left {
10879
  margin-right: .3em;
10880
}
10881
.kernel_dead_icon:before.pull-right {
10882
  margin-left: .3em;
10883
}
10884
.kernel_disconnected_icon:before {
10885
  display: inline-block;
10886
  font: normal normal normal 14px/1 FontAwesome;
10887
  font-size: inherit;
10888
  text-rendering: auto;
10889
  -webkit-font-smoothing: antialiased;
10890
  -moz-osx-font-smoothing: grayscale;
10891
  content: "\f127";
10892
}
10893
.kernel_disconnected_icon:before.pull-left {
10894
  margin-right: .3em;
10895
}
10896
.kernel_disconnected_icon:before.pull-right {
10897
  margin-left: .3em;
10898
}
10899
.notification_widget {
10900
  color: #777;
10901
  z-index: 10;
10902
  background: rgba(240, 240, 240, 0.5);
10903
  margin-right: 4px;
10904
  color: #333;
10905
  background-color: #fff;
10906
  border-color: #ccc;
10907
}
10908
.notification_widget:focus,
10909
.notification_widget.focus {
10910
  color: #333;
10911
  background-color: #e6e6e6;
10912
  border-color: #8c8c8c;
10913
}
10914
.notification_widget:hover {
10915
  color: #333;
10916
  background-color: #e6e6e6;
10917
  border-color: #adadad;
10918
}
10919
.notification_widget:active,
10920
.notification_widget.active,
10921
.open > .dropdown-toggle.notification_widget {
10922
  color: #333;
10923
  background-color: #e6e6e6;
10924
  border-color: #adadad;
10925
}
10926
.notification_widget:active:hover,
10927
.notification_widget.active:hover,
10928
.open > .dropdown-toggle.notification_widget:hover,
10929
.notification_widget:active:focus,
10930
.notification_widget.active:focus,
10931
.open > .dropdown-toggle.notification_widget:focus,
10932
.notification_widget:active.focus,
10933
.notification_widget.active.focus,
10934
.open > .dropdown-toggle.notification_widget.focus {
10935
  color: #333;
10936
  background-color: #d4d4d4;
10937
  border-color: #8c8c8c;
10938
}
10939
.notification_widget:active,
10940
.notification_widget.active,
10941
.open > .dropdown-toggle.notification_widget {
10942
  background-image: none;
10943
}
10944
.notification_widget.disabled:hover,
10945
.notification_widget[disabled]:hover,
10946
fieldset[disabled] .notification_widget:hover,
10947
.notification_widget.disabled:focus,
10948
.notification_widget[disabled]:focus,
10949
fieldset[disabled] .notification_widget:focus,
10950
.notification_widget.disabled.focus,
10951
.notification_widget[disabled].focus,
10952
fieldset[disabled] .notification_widget.focus {
10953
  background-color: #fff;
10954
  border-color: #ccc;
10955
}
10956
.notification_widget .badge {
10957
  color: #fff;
10958
  background-color: #333;
10959
}
10960
.notification_widget.warning {
10961
  color: #fff;
10962
  background-color: #f0ad4e;
10963
  border-color: #eea236;
10964
}
10965
.notification_widget.warning:focus,
10966
.notification_widget.warning.focus {
10967
  color: #fff;
10968
  background-color: #ec971f;
10969
  border-color: #985f0d;
10970
}
10971
.notification_widget.warning:hover {
10972
  color: #fff;
10973
  background-color: #ec971f;
10974
  border-color: #d58512;
10975
}
10976
.notification_widget.warning:active,
10977
.notification_widget.warning.active,
10978
.open > .dropdown-toggle.notification_widget.warning {
10979
  color: #fff;
10980
  background-color: #ec971f;
10981
  border-color: #d58512;
10982
}
10983
.notification_widget.warning:active:hover,
10984
.notification_widget.warning.active:hover,
10985
.open > .dropdown-toggle.notification_widget.warning:hover,
10986
.notification_widget.warning:active:focus,
10987
.notification_widget.warning.active:focus,
10988
.open > .dropdown-toggle.notification_widget.warning:focus,
10989
.notification_widget.warning:active.focus,
10990
.notification_widget.warning.active.focus,
10991
.open > .dropdown-toggle.notification_widget.warning.focus {
10992
  color: #fff;
10993
  background-color: #d58512;
10994
  border-color: #985f0d;
10995
}
10996
.notification_widget.warning:active,
10997
.notification_widget.warning.active,
10998
.open > .dropdown-toggle.notification_widget.warning {
10999
  background-image: none;
11000
}
11001
.notification_widget.warning.disabled:hover,
11002
.notification_widget.warning[disabled]:hover,
11003
fieldset[disabled] .notification_widget.warning:hover,
11004
.notification_widget.warning.disabled:focus,
11005
.notification_widget.warning[disabled]:focus,
11006
fieldset[disabled] .notification_widget.warning:focus,
11007
.notification_widget.warning.disabled.focus,
11008
.notification_widget.warning[disabled].focus,
11009
fieldset[disabled] .notification_widget.warning.focus {
11010
  background-color: #f0ad4e;
11011
  border-color: #eea236;
11012
}
11013
.notification_widget.warning .badge {
11014
  color: #f0ad4e;
11015
  background-color: #fff;
11016
}
11017
.notification_widget.success {
11018
  color: #fff;
11019
  background-color: #5cb85c;
11020
  border-color: #4cae4c;
11021
}
11022
.notification_widget.success:focus,
11023
.notification_widget.success.focus {
11024
  color: #fff;
11025
  background-color: #449d44;
11026
  border-color: #255625;
11027
}
11028
.notification_widget.success:hover {
11029
  color: #fff;
11030
  background-color: #449d44;
11031
  border-color: #398439;
11032
}
11033
.notification_widget.success:active,
11034
.notification_widget.success.active,
11035
.open > .dropdown-toggle.notification_widget.success {
11036
  color: #fff;
11037
  background-color: #449d44;
11038
  border-color: #398439;
11039
}
11040
.notification_widget.success:active:hover,
11041
.notification_widget.success.active:hover,
11042
.open > .dropdown-toggle.notification_widget.success:hover,
11043
.notification_widget.success:active:focus,
11044
.notification_widget.success.active:focus,
11045
.open > .dropdown-toggle.notification_widget.success:focus,
11046
.notification_widget.success:active.focus,
11047
.notification_widget.success.active.focus,
11048
.open > .dropdown-toggle.notification_widget.success.focus {
11049
  color: #fff;
11050
  background-color: #398439;
11051
  border-color: #255625;
11052
}
11053
.notification_widget.success:active,
11054
.notification_widget.success.active,
11055
.open > .dropdown-toggle.notification_widget.success {
11056
  background-image: none;
11057
}
11058
.notification_widget.success.disabled:hover,
11059
.notification_widget.success[disabled]:hover,
11060
fieldset[disabled] .notification_widget.success:hover,
11061
.notification_widget.success.disabled:focus,
11062
.notification_widget.success[disabled]:focus,
11063
fieldset[disabled] .notification_widget.success:focus,
11064
.notification_widget.success.disabled.focus,
11065
.notification_widget.success[disabled].focus,
11066
fieldset[disabled] .notification_widget.success.focus {
11067
  background-color: #5cb85c;
11068
  border-color: #4cae4c;
11069
}
11070
.notification_widget.success .badge {
11071
  color: #5cb85c;
11072
  background-color: #fff;
11073
}
11074
.notification_widget.info {
11075
  color: #fff;
11076
  background-color: #5bc0de;
11077
  border-color: #46b8da;
11078
}
11079
.notification_widget.info:focus,
11080
.notification_widget.info.focus {
11081
  color: #fff;
11082
  background-color: #31b0d5;
11083
  border-color: #1b6d85;
11084
}
11085
.notification_widget.info:hover {
11086
  color: #fff;
11087
  background-color: #31b0d5;
11088
  border-color: #269abc;
11089
}
11090
.notification_widget.info:active,
11091
.notification_widget.info.active,
11092
.open > .dropdown-toggle.notification_widget.info {
11093
  color: #fff;
11094
  background-color: #31b0d5;
11095
  border-color: #269abc;
11096
}
11097
.notification_widget.info:active:hover,
11098
.notification_widget.info.active:hover,
11099
.open > .dropdown-toggle.notification_widget.info:hover,
11100
.notification_widget.info:active:focus,
11101
.notification_widget.info.active:focus,
11102
.open > .dropdown-toggle.notification_widget.info:focus,
11103
.notification_widget.info:active.focus,
11104
.notification_widget.info.active.focus,
11105
.open > .dropdown-toggle.notification_widget.info.focus {
11106
  color: #fff;
11107
  background-color: #269abc;
11108
  border-color: #1b6d85;
11109
}
11110
.notification_widget.info:active,
11111
.notification_widget.info.active,
11112
.open > .dropdown-toggle.notification_widget.info {
11113
  background-image: none;
11114
}
11115
.notification_widget.info.disabled:hover,
11116
.notification_widget.info[disabled]:hover,
11117
fieldset[disabled] .notification_widget.info:hover,
11118
.notification_widget.info.disabled:focus,
11119
.notification_widget.info[disabled]:focus,
11120
fieldset[disabled] .notification_widget.info:focus,
11121
.notification_widget.info.disabled.focus,
11122
.notification_widget.info[disabled].focus,
11123
fieldset[disabled] .notification_widget.info.focus {
11124
  background-color: #5bc0de;
11125
  border-color: #46b8da;
11126
}
11127
.notification_widget.info .badge {
11128
  color: #5bc0de;
11129
  background-color: #fff;
11130
}
11131
.notification_widget.danger {
11132
  color: #fff;
11133
  background-color: #d9534f;
11134
  border-color: #d43f3a;
11135
}
11136
.notification_widget.danger:focus,
11137
.notification_widget.danger.focus {
11138
  color: #fff;
11139
  background-color: #c9302c;
11140
  border-color: #761c19;
11141
}
11142
.notification_widget.danger:hover {
11143
  color: #fff;
11144
  background-color: #c9302c;
11145
  border-color: #ac2925;
11146
}
11147
.notification_widget.danger:active,
11148
.notification_widget.danger.active,
11149
.open > .dropdown-toggle.notification_widget.danger {
11150
  color: #fff;
11151
  background-color: #c9302c;
11152
  border-color: #ac2925;
11153
}
11154
.notification_widget.danger:active:hover,
11155
.notification_widget.danger.active:hover,
11156
.open > .dropdown-toggle.notification_widget.danger:hover,
11157
.notification_widget.danger:active:focus,
11158
.notification_widget.danger.active:focus,
11159
.open > .dropdown-toggle.notification_widget.danger:focus,
11160
.notification_widget.danger:active.focus,
11161
.notification_widget.danger.active.focus,
11162
.open > .dropdown-toggle.notification_widget.danger.focus {
11163
  color: #fff;
11164
  background-color: #ac2925;
11165
  border-color: #761c19;
11166
}
11167
.notification_widget.danger:active,
11168
.notification_widget.danger.active,
11169
.open > .dropdown-toggle.notification_widget.danger {
11170
  background-image: none;
11171
}
11172
.notification_widget.danger.disabled:hover,
11173
.notification_widget.danger[disabled]:hover,
11174
fieldset[disabled] .notification_widget.danger:hover,
11175
.notification_widget.danger.disabled:focus,
11176
.notification_widget.danger[disabled]:focus,
11177
fieldset[disabled] .notification_widget.danger:focus,
11178
.notification_widget.danger.disabled.focus,
11179
.notification_widget.danger[disabled].focus,
11180
fieldset[disabled] .notification_widget.danger.focus {
11181
  background-color: #d9534f;
11182
  border-color: #d43f3a;
11183
}
11184
.notification_widget.danger .badge {
11185
  color: #d9534f;
11186
  background-color: #fff;
11187
}
11188
div#pager {
11189
  background-color: #fff;
11190
  font-size: 14px;
11191
  line-height: 20px;
11192
  overflow: hidden;
11193
  display: none;
11194
  position: fixed;
11195
  bottom: 0px;
11196
  width: 100%;
11197
  max-height: 50%;
11198
  padding-top: 8px;
11199
  -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
11200
  box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
11201
  /* Display over codemirror */
11202
  z-index: 100;
11203
  /* Hack which prevents jquery ui resizable from changing top. */
11204
  top: auto !important;
11205
}
11206
div#pager pre {
11207
  line-height: 1.21429em;
11208
  color: #000;
11209
  background-color: #f7f7f7;
11210
  padding: 0.4em;
11211
}
11212
div#pager #pager-button-area {
11213
  position: absolute;
11214
  top: 8px;
11215
  right: 20px;
11216
}
11217
div#pager #pager-contents {
11218
  position: relative;
11219
  overflow: auto;
11220
  width: 100%;
11221
  height: 100%;
11222
}
11223
div#pager #pager-contents #pager-container {
11224
  position: relative;
11225
  padding: 15px 0px;
11226
  box-sizing: border-box;
11227
  -moz-box-sizing: border-box;
11228
  -webkit-box-sizing: border-box;
11229
}
11230
div#pager .ui-resizable-handle {
11231
  top: 0px;
11232
  height: 8px;
11233
  background: #f7f7f7;
11234
  border-top: 1px solid #cfcfcf;
11235
  border-bottom: 1px solid #cfcfcf;
11236
  /* This injects handle bars (a short, wide = symbol) for 
11237
        the resize handle. */
11238
}
11239
div#pager .ui-resizable-handle::after {
11240
  content: '';
11241
  top: 2px;
11242
  left: 50%;
11243
  height: 3px;
11244
  width: 30px;
11245
  margin-left: -15px;
11246
  position: absolute;
11247
  border-top: 1px solid #cfcfcf;
11248
}
11249
.quickhelp {
11250
  /* Old browsers */
11251
  display: -webkit-box;
11252
  -webkit-box-orient: horizontal;
11253
  -webkit-box-align: stretch;
11254
  display: -moz-box;
11255
  -moz-box-orient: horizontal;
11256
  -moz-box-align: stretch;
11257
  display: box;
11258
  box-orient: horizontal;
11259
  box-align: stretch;
11260
  /* Modern browsers */
11261
  display: flex;
11262
  flex-direction: row;
11263
  align-items: stretch;
11264
  line-height: 1.8em;
11265
}
11266
.shortcut_key {
11267
  display: inline-block;
11268
  width: 21ex;
11269
  text-align: right;
11270
  font-family: monospace;
11271
}
11272
.shortcut_descr {
11273
  display: inline-block;
11274
  /* Old browsers */
11275
  -webkit-box-flex: 1;
11276
  -moz-box-flex: 1;
11277
  box-flex: 1;
11278
  /* Modern browsers */
11279
  flex: 1;
11280
}
11281
span.save_widget {
11282
  margin-top: 6px;
11283
}
11284
span.save_widget span.filename {
11285
  height: 1em;
11286
  line-height: 1em;
11287
  padding: 3px;
11288
  margin-left: 16px;
11289
  border: none;
11290
  font-size: 146.5%;
11291
  border-radius: 2px;
11292
}
11293
span.save_widget span.filename:hover {
11294
  background-color: #e6e6e6;
11295
}
11296
span.checkpoint_status,
11297
span.autosave_status {
11298
  font-size: small;
11299
}
11300
@media (max-width: 767px) {
11301
  span.save_widget {
11302
    font-size: small;
11303
  }
11304
  span.checkpoint_status,
11305
  span.autosave_status {
11306
    display: none;
11307
  }
11308
}
11309
@media (min-width: 768px) and (max-width: 991px) {
11310
  span.checkpoint_status {
11311
    display: none;
11312
  }
11313
  span.autosave_status {
11314
    font-size: x-small;
11315
  }
11316
}
11317
.toolbar {
11318
  padding: 0px;
11319
  margin-left: -5px;
11320
  margin-top: 2px;
11321
  margin-bottom: 5px;
11322
  box-sizing: border-box;
11323
  -moz-box-sizing: border-box;
11324
  -webkit-box-sizing: border-box;
11325
}
11326
.toolbar select,
11327
.toolbar label {
11328
  width: auto;
11329
  vertical-align: middle;
11330
  margin-right: 2px;
11331
  margin-bottom: 0px;
11332
  display: inline;
11333
  font-size: 92%;
11334
  margin-left: 0.3em;
11335
  margin-right: 0.3em;
11336
  padding: 0px;
11337
  padding-top: 3px;
11338
}
11339
.toolbar .btn {
11340
  padding: 2px 8px;
11341
}
11342
.toolbar .btn-group {
11343
  margin-top: 0px;
11344
  margin-left: 5px;
11345
}
11346
#maintoolbar {
11347
  margin-bottom: -3px;
11348
  margin-top: -8px;
11349
  border: 0px;
11350
  min-height: 27px;
11351
  margin-left: 0px;
11352
  padding-top: 11px;
11353
  padding-bottom: 3px;
11354
}
11355
#maintoolbar .navbar-text {
11356
  float: none;
11357
  vertical-align: middle;
11358
  text-align: right;
11359
  margin-left: 5px;
11360
  margin-right: 0px;
11361
  margin-top: 0px;
11362
}
11363
.select-xs {
11364
  height: 24px;
11365
}
11366
.pulse,
11367
.dropdown-menu > li > a.pulse,
11368
li.pulse > a.dropdown-toggle,
11369
li.pulse.open > a.dropdown-toggle {
11370
  background-color: #F37626;
11371
  color: white;
11372
}
11373
/**
11374
 * Primary styles
11375
 *
11376
 * Author: Jupyter Development Team
11377
 */
11378
/** WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot
11379
 * of chance of beeing generated from the ../less/[samename].less file, you can
11380
 * try to get back the less file by reverting somme commit in history
11381
 **/
11382
/*
11383
 * We'll try to get something pretty, so we
11384
 * have some strange css to have the scroll bar on
11385
 * the left with fix button on the top right of the tooltip
11386
 */
11387
@-moz-keyframes fadeOut {
11388
  from {
11389
    opacity: 1;
11390
  }
11391
  to {
11392
    opacity: 0;
11393
  }
11394
}
11395
@-webkit-keyframes fadeOut {
11396
  from {
11397
    opacity: 1;
11398
  }
11399
  to {
11400
    opacity: 0;
11401
  }
11402
}
11403
@-moz-keyframes fadeIn {
11404
  from {
11405
    opacity: 0;
11406
  }
11407
  to {
11408
    opacity: 1;
11409
  }
11410
}
11411
@-webkit-keyframes fadeIn {
11412
  from {
11413
    opacity: 0;
11414
  }
11415
  to {
11416
    opacity: 1;
11417
  }
11418
}
11419
/*properties of tooltip after "expand"*/
11420
.bigtooltip {
11421
  overflow: auto;
11422
  height: 200px;
11423
  -webkit-transition-property: height;
11424
  -webkit-transition-duration: 500ms;
11425
  -moz-transition-property: height;
11426
  -moz-transition-duration: 500ms;
11427
  transition-property: height;
11428
  transition-duration: 500ms;
11429
}
11430
/*properties of tooltip before "expand"*/
11431
.smalltooltip {
11432
  -webkit-transition-property: height;
11433
  -webkit-transition-duration: 500ms;
11434
  -moz-transition-property: height;
11435
  -moz-transition-duration: 500ms;
11436
  transition-property: height;
11437
  transition-duration: 500ms;
11438
  text-overflow: ellipsis;
11439
  overflow: hidden;
11440
  height: 80px;
11441
}
11442
.tooltipbuttons {
11443
  position: absolute;
11444
  padding-right: 15px;
11445
  top: 0px;
11446
  right: 0px;
11447
}
11448
.tooltiptext {
11449
  /*avoid the button to overlap on some docstring*/
11450
  padding-right: 30px;
11451
}
11452
.ipython_tooltip {
11453
  max-width: 700px;
11454
  /*fade-in animation when inserted*/
11455
  -webkit-animation: fadeOut 400ms;
11456
  -moz-animation: fadeOut 400ms;
11457
  animation: fadeOut 400ms;
11458
  -webkit-animation: fadeIn 400ms;
11459
  -moz-animation: fadeIn 400ms;
11460
  animation: fadeIn 400ms;
11461
  vertical-align: middle;
11462
  background-color: #f7f7f7;
11463
  overflow: visible;
11464
  border: #ababab 1px solid;
11465
  outline: none;
11466
  padding: 3px;
11467
  margin: 0px;
11468
  padding-left: 7px;
11469
  font-family: monospace;
11470
  min-height: 50px;
11471
  -moz-box-shadow: 0px 6px 10px -1px #adadad;
11472
  -webkit-box-shadow: 0px 6px 10px -1px #adadad;
11473
  box-shadow: 0px 6px 10px -1px #adadad;
11474
  border-radius: 2px;
11475
  position: absolute;
11476
  z-index: 1000;
11477
}
11478
.ipython_tooltip a {
11479
  float: right;
11480
}
11481
.ipython_tooltip .tooltiptext pre {
11482
  border: 0;
11483
  border-radius: 0;
11484
  font-size: 100%;
11485
  background-color: #f7f7f7;
11486
}
11487
.pretooltiparrow {
11488
  left: 0px;
11489
  margin: 0px;
11490
  top: -16px;
11491
  width: 40px;
11492
  height: 16px;
11493
  overflow: hidden;
11494
  position: absolute;
11495
}
11496
.pretooltiparrow:before {
11497
  background-color: #f7f7f7;
11498
  border: 1px #ababab solid;
11499
  z-index: 11;
11500
  content: "";
11501
  position: absolute;
11502
  left: 15px;
11503
  top: 10px;
11504
  width: 25px;
11505
  height: 25px;
11506
  -webkit-transform: rotate(45deg);
11507
  -moz-transform: rotate(45deg);
11508
  -ms-transform: rotate(45deg);
11509
  -o-transform: rotate(45deg);
11510
}
11511
ul.typeahead-list i {
11512
  margin-left: -10px;
11513
  width: 18px;
11514
}
11515
ul.typeahead-list {
11516
  max-height: 80vh;
11517
  overflow: auto;
11518
}
11519
ul.typeahead-list > li > a {
11520
  /** Firefox bug **/
11521
  /* see https://github.com/jupyter/notebook/issues/559 */
11522
  white-space: normal;
11523
}
11524
.cmd-palette .modal-body {
11525
  padding: 7px;
11526
}
11527
.cmd-palette form {
11528
  background: white;
11529
}
11530
.cmd-palette input {
11531
  outline: none;
11532
}
11533
.no-shortcut {
11534
  display: none;
11535
}
11536
.command-shortcut:before {
11537
  content: "(command)";
11538
  padding-right: 3px;
11539
  color: #777777;
11540
}
11541
.edit-shortcut:before {
11542
  content: "(edit)";
11543
  padding-right: 3px;
11544
  color: #777777;
11545
}
11546
#find-and-replace #replace-preview .match,
11547
#find-and-replace #replace-preview .insert {
11548
  background-color: #BBDEFB;
11549
  border-color: #90CAF9;
11550
  border-style: solid;
11551
  border-width: 1px;
11552
  border-radius: 0px;
11553
}
11554
#find-and-replace #replace-preview .replace .match {
11555
  background-color: #FFCDD2;
11556
  border-color: #EF9A9A;
11557
  border-radius: 0px;
11558
}
11559
#find-and-replace #replace-preview .replace .insert {
11560
  background-color: #C8E6C9;
11561
  border-color: #A5D6A7;
11562
  border-radius: 0px;
11563
}
11564
#find-and-replace #replace-preview {
11565
  max-height: 60vh;
11566
  overflow: auto;
11567
}
11568
#find-and-replace #replace-preview pre {
11569
  padding: 5px 10px;
11570
}
11571
.terminal-app {
11572
  background: #EEE;
11573
}
11574
.terminal-app #header {
11575
  background: #fff;
11576
  -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
11577
  box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
11578
}
11579
.terminal-app .terminal {
11580
  width: 100%;
11581
  float: left;
11582
  font-family: monospace;
11583
  color: white;
11584
  background: black;
11585
  padding: 0.4em;
11586
  border-radius: 2px;
11587
  -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
11588
  box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
11589
}
11590
.terminal-app .terminal,
11591
.terminal-app .terminal dummy-screen {
11592
  line-height: 1em;
11593
  font-size: 14px;
11594
}
11595
.terminal-app .terminal .xterm-rows {
11596
  padding: 10px;
11597
}
11598
.terminal-app .terminal-cursor {
11599
  color: black;
11600
  background: white;
11601
}
11602
.terminal-app #terminado-container {
11603
  margin-top: 20px;
11604
}
11605
/*# sourceMappingURL=style.min.css.map */
11606
    </style>
11607
<style type="text/css">
11608
    .highlight .hll { background-color: #ffffcc }
11609
.highlight  { background: #f8f8f8; }
11610
.highlight .c { color: #408080; font-style: italic } /* Comment */
11611
.highlight .err { border: 1px solid #FF0000 } /* Error */
11612
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
11613
.highlight .o { color: #666666 } /* Operator */
11614
.highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
11615
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
11616
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
11617
.highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
11618
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
11619
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
11620
.highlight .gd { color: #A00000 } /* Generic.Deleted */
11621
.highlight .ge { font-style: italic } /* Generic.Emph */
11622
.highlight .gr { color: #FF0000 } /* Generic.Error */
11623
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
11624
.highlight .gi { color: #00A000 } /* Generic.Inserted */
11625
.highlight .go { color: #888888 } /* Generic.Output */
11626
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
11627
.highlight .gs { font-weight: bold } /* Generic.Strong */
11628
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
11629
.highlight .gt { color: #0044DD } /* Generic.Traceback */
11630
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
11631
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
11632
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
11633
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
11634
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
11635
.highlight .kt { color: #B00040 } /* Keyword.Type */
11636
.highlight .m { color: #666666 } /* Literal.Number */
11637
.highlight .s { color: #BA2121 } /* Literal.String */
11638
.highlight .na { color: #7D9029 } /* Name.Attribute */
11639
.highlight .nb { color: #008000 } /* Name.Builtin */
11640
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
11641
.highlight .no { color: #880000 } /* Name.Constant */
11642
.highlight .nd { color: #AA22FF } /* Name.Decorator */
11643
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
11644
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
11645
.highlight .nf { color: #0000FF } /* Name.Function */
11646
.highlight .nl { color: #A0A000 } /* Name.Label */
11647
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
11648
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
11649
.highlight .nv { color: #19177C } /* Name.Variable */
11650
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
11651
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
11652
.highlight .mb { color: #666666 } /* Literal.Number.Bin */
11653
.highlight .mf { color: #666666 } /* Literal.Number.Float */
11654
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
11655
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
11656
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
11657
.highlight .sa { color: #BA2121 } /* Literal.String.Affix */
11658
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
11659
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
11660
.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
11661
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
11662
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
11663
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
11664
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
11665
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
11666
.highlight .sx { color: #008000 } /* Literal.String.Other */
11667
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
11668
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
11669
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
11670
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
11671
.highlight .fm { color: #0000FF } /* Name.Function.Magic */
11672
.highlight .vc { color: #19177C } /* Name.Variable.Class */
11673
.highlight .vg { color: #19177C } /* Name.Variable.Global */
11674
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
11675
.highlight .vm { color: #19177C } /* Name.Variable.Magic */
11676
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
11677
    </style>
11678
<style type="text/css">
11679
    
11680
/* Temporary definitions which will become obsolete with Notebook release 5.0 */
11681
.ansi-black-fg { color: #3E424D; }
11682
.ansi-black-bg { background-color: #3E424D; }
11683
.ansi-black-intense-fg { color: #282C36; }
11684
.ansi-black-intense-bg { background-color: #282C36; }
11685
.ansi-red-fg { color: #E75C58; }
11686
.ansi-red-bg { background-color: #E75C58; }
11687
.ansi-red-intense-fg { color: #B22B31; }
11688
.ansi-red-intense-bg { background-color: #B22B31; }
11689
.ansi-green-fg { color: #00A250; }
11690
.ansi-green-bg { background-color: #00A250; }
11691
.ansi-green-intense-fg { color: #007427; }
11692
.ansi-green-intense-bg { background-color: #007427; }
11693
.ansi-yellow-fg { color: #DDB62B; }
11694
.ansi-yellow-bg { background-color: #DDB62B; }
11695
.ansi-yellow-intense-fg { color: #B27D12; }
11696
.ansi-yellow-intense-bg { background-color: #B27D12; }
11697
.ansi-blue-fg { color: #208FFB; }
11698
.ansi-blue-bg { background-color: #208FFB; }
11699
.ansi-blue-intense-fg { color: #0065CA; }
11700
.ansi-blue-intense-bg { background-color: #0065CA; }
11701
.ansi-magenta-fg { color: #D160C4; }
11702
.ansi-magenta-bg { background-color: #D160C4; }
11703
.ansi-magenta-intense-fg { color: #A03196; }
11704
.ansi-magenta-intense-bg { background-color: #A03196; }
11705
.ansi-cyan-fg { color: #60C6C8; }
11706
.ansi-cyan-bg { background-color: #60C6C8; }
11707
.ansi-cyan-intense-fg { color: #258F8F; }
11708
.ansi-cyan-intense-bg { background-color: #258F8F; }
11709
.ansi-white-fg { color: #C5C1B4; }
11710
.ansi-white-bg { background-color: #C5C1B4; }
11711
.ansi-white-intense-fg { color: #A1A6B2; }
11712
.ansi-white-intense-bg { background-color: #A1A6B2; }
11713

    
11714
.ansi-bold { font-weight: bold; }
11715

    
11716
    </style>
11717

    
11718

    
11719
<style type="text/css">
11720
/* Overrides of notebook CSS for static HTML export */
11721
body {
11722
  overflow: visible;
11723
  padding: 8px;
11724
}
11725

    
11726
div#notebook {
11727
  overflow: visible;
11728
  border-top: none;
11729
}@media print {
11730
  div.cell {
11731
    display: block;
11732
    page-break-inside: avoid;
11733
  } 
11734
  div.output_wrapper { 
11735
    display: block;
11736
    page-break-inside: avoid; 
11737
  }
11738
  div.output { 
11739
    display: block;
11740
    page-break-inside: avoid; 
11741
  }
11742
}
11743
</style>
11744

    
11745
<!-- Custom stylesheet, it must be in the same directory as the html file -->
11746
<link rel="stylesheet" href="custom.css">
11747

    
11748
<!-- Loading mathjax macro -->
11749
<!-- Load mathjax -->
11750
    <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML"></script>
11751
    <!-- MathJax configuration -->
11752
    <script type="text/x-mathjax-config">
11753
    MathJax.Hub.Config({
11754
        tex2jax: {
11755
            inlineMath: [ ['$','$'], ["\\(","\\)"] ],
11756
            displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
11757
            processEscapes: true,
11758
            processEnvironments: true
11759
        },
11760
        // Center justify equations in code and markdown cells. Elsewhere
11761
        // we use CSS to left justify single line equations in code cells.
11762
        displayAlign: 'center',
11763
        "HTML-CSS": {
11764
            styles: {'.MathJax_Display': {"margin": 0}},
11765
            linebreaks: { automatic: true }
11766
        }
11767
    });
11768
    </script>
11769
    <!-- End of mathjax configuration --></head>
11770
<body>
11771
  <div tabindex="-1" id="notebook" class="border-box-sizing">
11772
    <div class="container" id="notebook-container">
11773

    
11774
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
11775
</div>
11776
<div class="inner_cell">
11777
<div class="text_cell_render border-box-sizing rendered_html">
11778
<h1 id="&#1044;&#1086;&#1084;&#1072;&#1096;&#1085;&#1077;&#1077;-&#1079;&#1072;&#1076;&#1072;&#1085;&#1080;&#1077;-&#8470;6">&#1044;&#1086;&#1084;&#1072;&#1096;&#1085;&#1077;&#1077; &#1079;&#1072;&#1076;&#1072;&#1085;&#1080;&#1077; &#8470;6<a class="anchor-link" href="#&#1044;&#1086;&#1084;&#1072;&#1096;&#1085;&#1077;&#1077;-&#1079;&#1072;&#1076;&#1072;&#1085;&#1080;&#1077;-&#8470;6">&#194;&#182;</a></h1>
11779
</div>
11780
</div>
11781
</div>
11782
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
11783
</div>
11784
<div class="inner_cell">
11785
<div class="text_cell_render border-box-sizing rendered_html">
11786
<p>Запускаем modeller:</p>
11787

    
11788
</div>
11789
</div>
11790
</div>
11791
<div class="cell border-box-sizing code_cell rendered">
11792
<div class="input">
11793
<div class="prompt input_prompt">In&nbsp;[43]:</div>
11794
<div class="inner_cell">
11795
    <div class="input_area">
11796
<div class=" highlight hl-ipython2"><pre><span></span><span class="kn">import</span> <span class="nn">sys</span> 
11797
<span class="kn">import</span> <span class="nn">modeller</span> 
11798
<span class="kn">import</span> <span class="nn">_modeller</span>
11799
<span class="kn">import</span> <span class="nn">modeller.automodel</span>
11800
<span class="kn">import</span> <span class="nn">nglview</span>
11801
<span class="kn">import</span> <span class="nn">ipywidgets</span>
11802
<span class="kn">from</span> <span class="nn">IPython.display</span> <span class="kn">import</span> <span class="n">Image</span>
11803
</pre></div>
11804

    
11805
</div>
11806
</div>
11807
</div>
11808

    
11809
</div>
11810
<div class="cell border-box-sizing code_cell rendered">
11811
<div class="input">
11812
<div class="prompt input_prompt">In&nbsp;[44]:</div>
11813
<div class="inner_cell">
11814
    <div class="input_area">
11815
<div class=" highlight hl-ipython2"><pre><span></span><span class="n">env</span><span class="o">=</span><span class="n">modeller</span><span class="o">.</span><span class="n">environ</span><span class="p">()</span>
11816
<span class="n">env</span><span class="o">.</span><span class="n">io</span><span class="o">.</span><span class="n">hetatm</span><span class="o">=</span><span class="bp">True</span>
11817
</pre></div>
11818

    
11819
</div>
11820
</div>
11821
</div>
11822

    
11823
</div>
11824
<div class="cell border-box-sizing code_cell rendered">
11825
<div class="input">
11826
<div class="prompt input_prompt">In&nbsp;[45]:</div>
11827
<div class="inner_cell">
11828
    <div class="input_area">
11829
<div class=" highlight hl-ipython2"><pre><span></span><span class="o">!</span>wget -O - <span class="s1">&#39;http://www.pdb.org/pdb/files/1lmp.pdb&#39;</span> &gt; 1lmp.pdb
11830
</pre></div>
11831

    
11832
</div>
11833
</div>
11834
</div>
11835

    
11836
<div class="output_wrapper">
11837
<div class="output">
11838

    
11839

    
11840
<div class="output_area">
11841

    
11842
<div class="prompt"></div>
11843

    
11844

    
11845
<div class="output_subarea output_stream output_stdout output_text">
11846
<pre>--2017-12-08 12:22:50--  http://www.pdb.org/pdb/files/1lmp.pdb
11847
Resolving www.pdb.org (www.pdb.org)... 128.6.244.52
11848
Connecting to www.pdb.org (www.pdb.org)|128.6.244.52|:80... connected.
11849
HTTP request sent, awaiting response... 301 Moved Permanently
11850
Location: https://www.rcsb.org/pdb/files/1lmp.pdb [following]
11851
--2017-12-08 12:22:51--  https://www.rcsb.org/pdb/files/1lmp.pdb
11852
Resolving www.rcsb.org (www.rcsb.org)... 132.249.213.110
11853
Connecting to www.rcsb.org (www.rcsb.org)|132.249.213.110|:443... connected.
11854
HTTP request sent, awaiting response... 301 Moved Permanently
11855
Location: http://files.rcsb.org/view/1lmp.pdb [following]
11856
--2017-12-08 12:22:52--  http://files.rcsb.org/view/1lmp.pdb
11857
Resolving files.rcsb.org (files.rcsb.org)... 132.249.213.140
11858
Connecting to files.rcsb.org (files.rcsb.org)|132.249.213.140|:80... connected.
11859
HTTP request sent, awaiting response... 200 OK
11860
Length: unspecified [text/plain]
11861
Saving to: `STDOUT&#39;
11862

    
11863
    [     &lt;=&gt;                               ] 131,301      154K/s   in 0.8s    
11864

    
11865
2017-12-08 12:22:53 (154 KB/s) - written to stdout [131301]
11866

    
11867
</pre>
11868
</div>
11869
</div>
11870

    
11871
</div>
11872
</div>
11873

    
11874
</div>
11875
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
11876
</div>
11877
<div class="inner_cell">
11878
<div class="text_cell_render border-box-sizing rendered_html">
11879
<p>Зааплодим белок Lysozyme C-2(Mouse)</p>
11880

    
11881
</div>
11882
</div>
11883
</div>
11884
<div class="cell border-box-sizing code_cell rendered">
11885
<div class="input">
11886
<div class="prompt input_prompt">In&nbsp;[46]:</div>
11887
<div class="inner_cell">
11888
    <div class="input_area">
11889
<div class=" highlight hl-ipython2"><pre><span></span><span class="o">!</span>wget -O - <span class="s1">&#39;http://www.uniprot.org/uniprot/P08905.fasta&#39;</span> &gt; P08905.fasta
11890
</pre></div>
11891

    
11892
</div>
11893
</div>
11894
</div>
11895

    
11896
<div class="output_wrapper">
11897
<div class="output">
11898

    
11899

    
11900
<div class="output_area">
11901

    
11902
<div class="prompt"></div>
11903

    
11904

    
11905
<div class="output_subarea output_stream output_stdout output_text">
11906
<pre>--2017-12-08 12:22:59--  http://www.uniprot.org/uniprot/P08905.fasta
11907
Resolving www.uniprot.org (www.uniprot.org)... 193.62.193.81, 128.175.240.211
11908
Connecting to www.uniprot.org (www.uniprot.org)|193.62.193.81|:80... connected.
11909
HTTP request sent, awaiting response... 200 OK
11910
Length: 220 [text/plain]
11911
Saving to: `STDOUT&#39;
11912

    
11913
100%[======================================&gt;] 220         --.-K/s   in 0s      
11914

    
11915
2017-12-08 12:22:59 (28.1 MB/s) - written to stdout [220/220]
11916

    
11917
</pre>
11918
</div>
11919
</div>
11920

    
11921
</div>
11922
</div>
11923

    
11924
</div>
11925
<div class="cell border-box-sizing code_cell rendered">
11926
<div class="input">
11927
<div class="prompt input_prompt">In&nbsp;[47]:</div>
11928
<div class="inner_cell">
11929
    <div class="input_area">
11930
<div class=" highlight hl-ipython2"><pre><span></span><span class="n">alignm</span><span class="o">=</span><span class="n">modeller</span><span class="o">.</span><span class="n">alignment</span><span class="p">(</span><span class="n">env</span><span class="p">)</span>
11931
</pre></div>
11932

    
11933
</div>
11934
</div>
11935
</div>
11936

    
11937
</div>
11938
<div class="cell border-box-sizing code_cell rendered">
11939
<div class="input">
11940
<div class="prompt input_prompt">In&nbsp;[48]:</div>
11941
<div class="inner_cell">
11942
    <div class="input_area">
11943
<div class=" highlight hl-ipython2"><pre><span></span><span class="n">alignm</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="nb">file</span><span class="o">=</span><span class="s1">&#39;P08905.fasta&#39;</span><span class="p">,</span> <span class="n">align_codes</span><span class="o">=</span><span class="s1">&#39;all&#39;</span><span class="p">,</span><span class="n">alignment_format</span><span class="o">=</span><span class="s1">&#39;FASTA&#39;</span><span class="p">)</span>
11944
<span class="c1">## создадим модель</span>
11945
<span class="n">mdl</span> <span class="o">=</span> <span class="n">modeller</span><span class="o">.</span><span class="n">model</span><span class="p">(</span><span class="n">env</span><span class="p">,</span> <span class="nb">file</span><span class="o">=</span><span class="s1">&#39;1lmp.pdb&#39;</span><span class="p">,</span> <span class="n">model_segment</span><span class="o">=</span><span class="p">(</span><span class="s1">&#39;FIRST:&#39;</span><span class="o">+</span><span class="s1">&#39;A&#39;</span><span class="p">,</span> <span class="s1">&#39;LAST:&#39;</span><span class="o">+</span><span class="s1">&#39;A&#39;</span><span class="p">))</span>
11946
<span class="c1">## и добавим в выравнивание</span>
11947
<span class="n">alignm</span><span class="o">.</span><span class="n">append_model</span><span class="p">(</span><span class="n">mdl</span><span class="p">,</span> <span class="n">atom_files</span><span class="o">=</span><span class="s1">&#39;1lmp.pdb&#39;</span><span class="p">,</span> <span class="n">align_codes</span><span class="o">=</span><span class="s1">&#39;1lmp&#39;</span><span class="p">)</span>
11948
<span class="c1">## есть смысл поправить идентификаторы</span>
11949
<span class="n">alignm</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span><span class="o">.</span><span class="n">code</span> <span class="o">=</span> <span class="s1">&#39;P08905&#39;</span>
11950
</pre></div>
11951

    
11952
</div>
11953
</div>
11954
</div>
11955

    
11956
<div class="output_wrapper">
11957
<div class="output">
11958

    
11959

    
11960
<div class="output_area">
11961

    
11962
<div class="prompt"></div>
11963

    
11964

    
11965
<div class="output_subarea output_stream output_stdout output_text">
11966
<pre>read_pd_459W&gt; Residue type  NAG not recognized. &#39;automodel&#39; model building
11967
              will treat this residue as a rigid body.
11968
              To use real parameters, add the residue type to ${LIB}/restyp.lib,
11969
              its topology to ${LIB}/top_*.lib, and suitable forcefield
11970
              parameters to ${LIB}/par.lib.
11971
rdpdb___459W&gt; Residue type  NDG not recognized. &#39;automodel&#39; model building
11972
              will treat this residue as a rigid body.
11973
              To use real parameters, add the residue type to ${LIB}/restyp.lib,
11974
              its topology to ${LIB}/top_*.lib, and suitable forcefield
11975
              parameters to ${LIB}/par.lib.
11976
</pre>
11977
</div>
11978
</div>
11979

    
11980
</div>
11981
</div>
11982

    
11983
</div>
11984
<div class="cell border-box-sizing code_cell rendered">
11985
<div class="input">
11986
<div class="prompt input_prompt">In&nbsp;[50]:</div>
11987
<div class="inner_cell">
11988
    <div class="input_area">
11989
<div class=" highlight hl-ipython2"><pre><span></span><span class="c1">#align and save</span>
11990
<span class="n">alignm</span><span class="o">.</span><span class="n">salign</span><span class="p">()</span>
11991
<span class="n">alignm</span><span class="o">.</span><span class="n">write</span><span class="p">(</span><span class="nb">file</span><span class="o">=</span><span class="s1">&#39;all_in_one.ali&#39;</span><span class="p">,</span> <span class="n">alignment_format</span><span class="o">=</span><span class="s1">&#39;PIR&#39;</span><span class="p">)</span>
11992
</pre></div>
11993

    
11994
</div>
11995
</div>
11996
</div>
11997

    
11998
<div class="output_wrapper">
11999
<div class="output">
12000

    
12001

    
12002
<div class="output_area">
12003

    
12004
<div class="prompt"></div>
12005

    
12006

    
12007
<div class="output_subarea output_stream output_stdout output_text">
12008
<pre>
12009
SALIGN_____&gt; adding the next group to the alignment; iteration    1
12010
</pre>
12011
</div>
12012
</div>
12013

    
12014
</div>
12015
</div>
12016

    
12017
</div>
12018
<div class="cell border-box-sizing code_cell rendered">
12019
<div class="input">
12020
<div class="prompt input_prompt">In&nbsp;[51]:</div>
12021
<div class="inner_cell">
12022
    <div class="input_area">
12023
<div class=" highlight hl-ipython2"><pre><span></span><span class="c1">## Выбираем объект для моделирования </span>
12024
<span class="n">s</span><span class="o">=</span> <span class="n">alignm</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span>
12025
<span class="n">pdb</span> <span class="o">=</span> <span class="n">alignm</span><span class="p">[</span><span class="mi">1</span><span class="p">]</span>
12026
<span class="k">print</span> <span class="n">s</span><span class="o">.</span><span class="n">code</span><span class="p">,</span> <span class="n">pdb</span><span class="o">.</span><span class="n">code</span>
12027
</pre></div>
12028

    
12029
</div>
12030
</div>
12031
</div>
12032

    
12033
<div class="output_wrapper">
12034
<div class="output">
12035

    
12036

    
12037
<div class="output_area">
12038

    
12039
<div class="prompt"></div>
12040

    
12041

    
12042
<div class="output_subarea output_stream output_stdout output_text">
12043
<pre>P08905 1lmp
12044
</pre>
12045
</div>
12046
</div>
12047

    
12048
</div>
12049
</div>
12050

    
12051
</div>
12052
<div class="cell border-box-sizing code_cell rendered">
12053
<div class="input">
12054
<div class="prompt input_prompt">In&nbsp;[52]:</div>
12055
<div class="inner_cell">
12056
    <div class="input_area">
12057
<div class=" highlight hl-ipython2"><pre><span></span><span class="c1">## Создаем объект automodel</span>
12058
<span class="n">a</span> <span class="o">=</span> <span class="n">modeller</span><span class="o">.</span><span class="n">automodel</span><span class="o">.</span><span class="n">automodel</span><span class="p">(</span><span class="n">env</span><span class="p">,</span> <span class="n">alnfile</span><span class="o">=</span><span class="s1">&#39;all_in_one.ali&#39;</span><span class="p">,</span> <span class="n">knowns</span><span class="o">=</span> <span class="n">pdb</span><span class="o">.</span><span class="n">code</span> <span class="p">,</span> <span class="n">sequence</span> <span class="o">=</span> <span class="n">s</span><span class="o">.</span><span class="n">code</span> <span class="p">)</span>
12059

    
12060
<span class="n">a</span><span class="o">.</span><span class="n">name</span><span class="o">=</span><span class="s1">&#39;mod&#39;</span><span class="o">+</span><span class="n">s</span><span class="o">.</span><span class="n">code</span>
12061
<span class="n">a</span><span class="o">.</span><span class="n">starting_model</span> <span class="o">=</span> <span class="mi">1</span>
12062
<span class="n">a</span><span class="o">.</span><span class="n">ending_model</span> <span class="o">=</span> <span class="mi">1</span>
12063
<span class="n">a</span><span class="o">.</span><span class="n">make</span><span class="p">()</span>
12064
</pre></div>
12065

    
12066
</div>
12067
</div>
12068
</div>
12069

    
12070
<div class="output_wrapper">
12071
<div class="output">
12072

    
12073

    
12074
<div class="output_area">
12075

    
12076
<div class="prompt"></div>
12077

    
12078

    
12079
<div class="output_subarea output_stream output_stdout output_text">
12080
<pre>fndatmi_285W&gt; Only      129 residues out of      132 contain atoms of type  CA
12081
              (This is usually caused by non-standard residues, such
12082
              as ligands, or by PDB files with missing atoms.)
12083
fndatmi_285W&gt; Only      129 residues out of      132 contain atoms of type  CA
12084
              (This is usually caused by non-standard residues, such
12085
              as ligands, or by PDB files with missing atoms.)
12086

    
12087
check_ali___&gt; Checking the sequence-structure alignment. 
12088

    
12089
Implied intrachain target CA(i)-CA(i+1) distances longer than  8.0 angstroms:
12090

    
12091
ALN_POS  TMPL  RID1  RID2  NAM1  NAM2     DIST
12092
----------------------------------------------
12093
END OF TABLE
12094
read_to_681_&gt; topology.submodel read from topology file:        3
12095
fndatmi_285W&gt; Only      129 residues out of      132 contain atoms of type  CA
12096
              (This is usually caused by non-standard residues, such
12097
              as ligands, or by PDB files with missing atoms.)
12098
patch_s_522_&gt; Number of disulfides patched in MODEL:        4
12099
mdtrsr__446W&gt; A potential that relies on one protein is used, yet you have at
12100
              least one known structure available. MDT, not library, potential is used.
12101
iup2crm_280W&gt; No topology library in memory or assigning a BLK residue.
12102
              Default CHARMM atom type assigned:  C1 --&gt;  CT2
12103
              This message is written only for the first such atom.
12104
0 atoms in HETATM/BLK residues constrained
12105
to protein atoms within 2.30 angstroms
12106
and protein CA atoms within 10.00 angstroms
12107
0 atoms in residues without defined topology
12108
constrained to be rigid bodies
12109
condens_443_&gt; Restraints marked for deletion were removed.
12110
              Total number of restraints before, now:    13318    12311
12111
iupac_m_397W&gt; Atoms were not swapped because of the uncertainty of how to handle the H atom.
12112

    
12113

    
12114
&gt;&gt; ENERGY; Differences between the model&#39;s features and restraints:
12115
Number of all residues in MODEL                   :      148
12116
Number of all, selected real atoms                :     1169    1169
12117
Number of all, selected pseudo atoms              :        0       0
12118
Number of all static, selected restraints         :    12311   12311
12119
COVALENT_CYS                                      :        F
12120
NONBONDED_SEL_ATOMS                               :        1
12121
Number of non-bonded pairs (excluding 1-2,1-3,1-4):     2329
12122
Dynamic pairs routine                             : 2, NATM x NATM cell sorting
12123
Atomic shift for contacts update (UPDATE_DYNAMIC) :    0.390
12124
LENNARD_JONES_SWITCH                              :    6.500   7.500
12125
COULOMB_JONES_SWITCH                              :    6.500   7.500
12126
RESIDUE_SPAN_RANGE                                :        0   99999
12127
NLOGN_USE                                         :       15
12128
CONTACT_SHELL                                     :    4.000
12129
DYNAMIC_PAIRS,_SPHERE,_COULOMB,_LENNARD,_MODELLER :        T       T       F       F       F
12130
SPHERE_STDV                                       :    0.050
12131
RADII_FACTOR                                      :    0.820
12132
Current energy                                    :         793.5898
12133

    
12134

    
12135

    
12136

    
12137

    
12138
Summary of the restraint violations: 
12139

    
12140
   NUM     ... number of restraints.
12141
   NUMVI   ... number of restraints with RVIOL &gt; VIOL_REPORT_CUT[i].
12142
   RVIOL   ... relative difference from the best value.
12143
   NUMVP   ... number of restraints with -Ln(pdf) &gt; VIOL_REPORT_CUT2[i].
12144
   RMS_1   ... RMS(feature, minimally_violated_basis_restraint, NUMB).
12145
   RMS_2   ... RMS(feature, best_value, NUMB).
12146
   MOL.PDF ... scaled contribution to -Ln(Molecular pdf).
12147

    
12148
 #                     RESTRAINT_GROUP      NUM   NUMVI  NUMVP   RMS_1   RMS_2         MOL.PDF     S_i
12149
------------------------------------------------------------------------------------------------------
12150
 1 Bond length potential              :    1190       0      0   0.006   0.006      11.854       1.000
12151
 2 Bond angle potential               :    1613       0      6   2.069   2.069      139.00       1.000
12152
 3 Stereochemical cosine torsion poten:     757       0     32  48.388  48.388      277.79       1.000
12153
 4 Stereochemical improper torsion pot:     504       0      0   1.339   1.339      20.410       1.000
12154
 5 Soft-sphere overlap restraints     :    2329       0      0   0.001   0.001     0.53073       1.000
12155
 6 Lennard-Jones 6-12 potential       :       0       0      0   0.000   0.000      0.0000       1.000
12156
 7 Coulomb point-point electrostatic p:       0       0      0   0.000   0.000      0.0000       1.000
12157
 8 H-bonding potential                :       0       0      0   0.000   0.000      0.0000       1.000
12158
 9 Distance restraints 1 (CA-CA)      :    2405       0      0   0.123   0.123      36.292       1.000
12159
10 Distance restraints 2 (N-O)        :    2564       0      0   0.148   0.148      63.415       1.000
12160
11 Mainchain Phi dihedral restraints  :       0       0      0   0.000   0.000      0.0000       1.000
12161
12 Mainchain Psi dihedral restraints  :       0       0      0   0.000   0.000      0.0000       1.000
12162
13 Mainchain Omega dihedral restraints:     147       0      2   4.204   4.204      30.641       1.000
12163
14 Sidechain Chi_1 dihedral restraints:     122       0      1  59.052  59.052      16.799       1.000
12164
15 Sidechain Chi_2 dihedral restraints:      89       0      0  65.220  65.220      35.103       1.000
12165
16 Sidechain Chi_3 dihedral restraints:      34       0      0  84.757  84.757      25.975       1.000
12166
17 Sidechain Chi_4 dihedral restraints:      18       0      0  91.823  91.823      11.364       1.000
12167
18 Disulfide distance restraints      :       4       0      0   0.015   0.015     0.15684       1.000
12168
19 Disulfide angle restraints         :       8       0      0   2.096   2.096     0.77587       1.000
12169
20 Disulfide dihedral angle restraints:       4       0      0  24.138  24.138      2.2724       1.000
12170
21 Lower bound distance restraints    :       0       0      0   0.000   0.000      0.0000       1.000
12171
22 Upper bound distance restraints    :       0       0      0   0.000   0.000      0.0000       1.000
12172
23 Distance restraints 3 (SDCH-MNCH)  :    1742       0      0   0.391   0.391      38.970       1.000
12173
24 Sidechain Chi_5 dihedral restraints:       0       0      0   0.000   0.000      0.0000       1.000
12174
25 Phi/Psi pair of dihedral restraints:     146      16     12  21.216  59.735      27.869       1.000
12175
26 Distance restraints 4 (SDCH-SDCH)  :     964       0      1   0.625   0.625      54.367       1.000
12176
27 Distance restraints 5 (X-Y)        :       0       0      0   0.000   0.000      0.0000       1.000
12177
28 NMR distance restraints 6 (X-Y)    :       0       0      0   0.000   0.000      0.0000       1.000
12178
29 NMR distance restraints 7 (X-Y)    :       0       0      0   0.000   0.000      0.0000       1.000
12179
30 Minimal distance restraints        :       0       0      0   0.000   0.000      0.0000       1.000
12180
31 Non-bonded restraints              :       0       0      0   0.000   0.000      0.0000       1.000
12181
32 Atomic accessibility restraints    :       0       0      0   0.000   0.000      0.0000       1.000
12182
33 Atomic density restraints          :       0       0      0   0.000   0.000      0.0000       1.000
12183
34 Absolute position restraints       :       0       0      0   0.000   0.000      0.0000       1.000
12184
35 Dihedral angle difference restraint:       0       0      0   0.000   0.000      0.0000       1.000
12185
36 GBSA implicit solvent potential    :       0       0      0   0.000   0.000      0.0000       1.000
12186
37 EM density fitting potential       :       0       0      0   0.000   0.000      0.0000       1.000
12187
38 SAXS restraints                    :       0       0      0   0.000   0.000      0.0000       1.000
12188
39 Symmetry restraints                :       0       0      0   0.000   0.000      0.0000       1.000
12189

    
12190

    
12191

    
12192
# Heavy relative violation of each residue is written to: P08905.V99990001
12193
# The profile is NOT normalized by the number of restraints.
12194
# The profiles are smoothed over a window of residues:    1
12195
# The sum of all numbers in the file:   14374.0479
12196

    
12197

    
12198

    
12199
List of the violated restraints:
12200
   A restraint is violated when the relative difference
12201
   from the best value (RVIOL) is larger than CUTOFF.
12202

    
12203
   ICSR   ... index of a restraint in the current set.
12204
   RESNO  ... residue numbers of the first two atoms.
12205
   ATM    ... IUPAC atom names of the first two atoms.
12206
   FEAT   ... the value of the feature in the model.
12207
   restr  ... the mean of the basis restraint with the smallest
12208
              difference from the model (local minimum).
12209
   viol   ... difference from the local minimum.
12210
   rviol  ... relative difference from the local minimum.
12211
   RESTR  ... the best value (global minimum).
12212
   VIOL   ... difference from the best value.
12213
   RVIOL  ... relative difference from the best value.
12214

    
12215

    
12216
-------------------------------------------------------------------------------------------------
12217

    
12218
Feature 25                           : Phi/Psi pair of dihedral restraints     
12219
List of the RVIOL violations larger than   :       6.5000
12220

    
12221
    #   ICSR  RESNO1/2 ATM1/2   INDATM1/2    FEAT   restr    viol   rviol   RESTR    VIOL   RVIOL
12222
    1   4081   1M   2K C   N       7    9 -118.73 -118.00   18.65    0.90  -62.90  170.84   25.52
12223
    1          2K   2K N   CA      9   10  157.74  139.10                  -40.80
12224
    2   4082   2K   3T C   N      16   18 -114.68 -124.80   32.25    1.67  -63.20  152.72   22.99
12225
    2          3T   3T N   CA     18   19  174.12  143.50                  -42.10
12226
    3   4083   3T   4L C   N      23   25 -101.28 -108.50   34.88    1.80  -63.50  144.60   18.28
12227
    3          4L   4L N   CA     25   26   98.37  132.50                  -41.20
12228
    4   4084   4L   5L C   N      31   33 -169.88 -108.50   92.58    4.22  -63.50  158.13   28.25
12229
    4          5L   5L N   CA     33   34 -158.20  132.50                  -41.20
12230
    5   4085   5L   6T C   N      39   41  -57.48  -78.10   21.81    1.11  -63.20  175.31   22.11
12231
    5          6T   6T N   CA     41   42  142.68  149.80                  -42.10
12232
    6   4086   6T   7L C   N      46   48  -85.80  -70.70   24.71    1.54  -63.50  159.21   23.45
12233
    6          7L   7L N   CA     48   49  161.15  141.60                  -41.20
12234
    7   4088   8G   9L C   N      58   60  -70.12  -70.70   20.60    1.58  -63.50  156.74   22.15
12235
    7          9L   9L N   CA     60   61  162.20  141.60                  -41.20
12236
    8   4090  10L  11L C   N      74   76  -58.92  -70.70   12.23    0.99  -63.50  179.56   25.20
12237
    8         11L  11L N   CA     76   77  138.30  141.60                  -41.20
12238
    9   4092  12L  13S C   N      90   92 -110.41 -136.60   40.78    1.38  -64.10  161.71    9.98
12239
    9         13S  13S N   CA     92   93  119.93  151.20                  -35.00
12240
   10   4094  14V  15T C   N     103  105 -136.56 -124.80   20.26    0.63  -63.20  174.10   27.12
12241
   10         15T  15T N   CA    105  106  160.00  143.50                  -42.10
12242
   11   4095  15T  16A C   N     110  112  -99.18  -68.20   42.61    4.20  -62.50  161.19   24.88
12243
   11         16A  16A N   CA    112  113  116.06  145.30                  -40.90
12244
   12   4096  16A  17Q C   N     115  117  -86.84  -73.00   17.00    1.33  -63.80  172.69   24.24
12245
   12         17Q  17Q N   CA    117  118  130.84  140.70                  -40.30
12246
   13   4097  17Q  18A C   N     124  126 -116.31 -134.00   21.09    0.51  -62.50 -175.57   28.12
12247
   13         18A  18A N   CA    126  127  135.51  147.00                  -40.90
12248
   14   4098  18A  19K C   N     129  131 -136.42 -118.00   18.61    0.75  -62.90 -168.13   22.14
12249
   14         19K  19K N   CA    131  132  136.42  139.10                  -40.80
12250
   15   4133  53E  54S C   N     413  415 -137.79  -64.10   84.10    8.50  -64.10   84.10    8.50
12251
   15         54S  54S N   CA    415  416    5.53  -35.00                  -35.00
12252
   16   4145  65R  66G C   N     516  518  -64.36  -62.40   10.44    1.66   82.20  158.36   12.18
12253
   16         66G  66G N   CA    518  519  -51.45  -41.20                    8.50
12254

    
12255

    
12256
report______&gt; Distribution of short non-bonded contacts:
12257

    
12258

    
12259
DISTANCE1:  0.00 2.10 2.20 2.30 2.40 2.50 2.60 2.70 2.80 2.90 3.00 3.10 3.20 3.30 3.40
12260
DISTANCE2:  2.10 2.20 2.30 2.40 2.50 2.60 2.70 2.80 2.90 3.00 3.10 3.20 3.30 3.40 3.50
12261
FREQUENCY:     0    0    0    0    0    4   12   41   65  100  114  137  153  172  169
12262

    
12263

    
12264
&lt;&lt; end of ENERGY.
12265

    
12266
&gt;&gt; Summary of successfully produced models:
12267
Filename                          molpdf
12268
----------------------------------------
12269
P08905.B99990001.pdb           793.58984
12270

    
12271
</pre>
12272
</div>
12273
</div>
12274

    
12275
</div>
12276
</div>
12277

    
12278
</div>
12279
<div class="cell border-box-sizing code_cell rendered">
12280
<div class="input">
12281
<div class="prompt input_prompt">In&nbsp;[53]:</div>
12282
<div class="inner_cell">
12283
    <div class="input_area">
12284
<div class=" highlight hl-ipython2"><pre><span></span><span class="n">w1</span> <span class="o">=</span> <span class="n">nglview</span><span class="o">.</span><span class="n">show_structure_file</span><span class="p">(</span><span class="s1">&#39;P08905.B99990001.pdb&#39;</span><span class="p">)</span>
12285
<span class="n">w1</span>
12286
</pre></div>
12287

    
12288
</div>
12289
</div>
12290
</div>
12291

    
12292
<div class="output_wrapper">
12293
<div class="output">
12294

    
12295

    
12296
<div class="output_area">
12297

    
12298
<div class="prompt"></div>
12299

    
12300

    
12301

    
12302

    
12303

    
12304
 
12305
 
12306
<div id="625deb19-115c-4b44-bce0-0434a8a84290"></div>
12307
<div class="output_subarea output_widget_view ">
12308
<script type="text/javascript">
12309
var element = $('#625deb19-115c-4b44-bce0-0434a8a84290');
12310
</script>
12311
<script type="application/vnd.jupyter.widget-view+json">
12312
{"model_id": "dc6d505cff664bdb8fb68e7ff4fcf95f", "version_minor": 0, "version_major": 2}
12313
</script>
12314
</div>
12315

    
12316
</div>
12317

    
12318
</div>
12319
</div>
12320

    
12321
</div>
12322
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
12323
</div>
12324
<div class="inner_cell">
12325
<div class="text_cell_render border-box-sizing rendered_html">
12326
<p>Как видно на картинке снизу - при создании гомологичного белка не отобразился лиганд.</p>
12327

    
12328
</div>
12329
</div>
12330
</div>
12331
<div class="cell border-box-sizing code_cell rendered">
12332
<div class="input">
12333
<div class="prompt input_prompt">In&nbsp;[56]:</div>
12334
<div class="inner_cell">
12335
    <div class="input_area">
12336
<div class=" highlight hl-ipython2"><pre><span></span><span class="n">Image</span><span class="p">(</span><span class="s2">&quot;P08905.png&quot;</span><span class="p">)</span>
12337
</pre></div>
12338

    
12339
</div>
12340
</div>
12341
</div>
12342

    
12343
<div class="output_wrapper">
12344
<div class="output">
12345

    
12346

    
12347
<div class="output_area">
12348

    
12349
<div class="prompt output_prompt">Out[56]:</div>
12350

    
12351

    
12352

    
12353

    
12354
<div class="output_png output_subarea output_execute_result">
12355
<img src="data:image/png;base64,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
13565
"
13566
>
13567
</div>
13568

    
13569
</div>
13570

    
13571
</div>
13572
</div>
13573

    
13574
</div>
13575
<div class="cell border-box-sizing code_cell rendered">
13576
<div class="input">
13577
<div class="prompt input_prompt">In&nbsp;[57]:</div>
13578
<div class="inner_cell">
13579
    <div class="input_area">
13580
<div class=" highlight hl-ipython2"><pre><span></span><span class="c1">## Получить список остаков</span>
13581
<span class="n">res</span><span class="o">=</span><span class="n">alignm</span><span class="p">[</span><span class="mi">1</span><span class="p">]</span><span class="o">.</span><span class="n">residues</span>
13582
<span class="c1">## Добавить в объект выравнивание последовательность из  строки</span>
13583
<span class="c1">#alignm.append_sequence(....</span>
13584
<span class="n">res</span>
13585
</pre></div>
13586

    
13587
</div>
13588
</div>
13589
</div>
13590

    
13591
<div class="output_wrapper">
13592
<div class="output">
13593

    
13594

    
13595
<div class="output_area">
13596

    
13597
<div class="prompt output_prompt">Out[57]:</div>
13598

    
13599

    
13600

    
13601

    
13602
<div class="output_text output_subarea output_execute_result">
13603
<pre>132 residues</pre>
13604
</div>
13605

    
13606
</div>
13607

    
13608
</div>
13609
</div>
13610

    
13611
</div>
13612
<div class="cell border-box-sizing code_cell rendered">
13613
<div class="input">
13614
<div class="prompt input_prompt">In&nbsp;[58]:</div>
13615
<div class="inner_cell">
13616
    <div class="input_area">
13617
<div class=" highlight hl-ipython2"><pre><span></span><span class="k">for</span> <span class="n">i</span> <span class="ow">in</span> <span class="nb">range</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span><span class="nb">len</span><span class="p">(</span><span class="n">res</span><span class="p">)):</span>
13618
    <span class="k">print</span> <span class="n">res</span><span class="p">[</span><span class="n">i</span><span class="p">]</span>
13619
<span class="k">print</span> <span class="p">(</span><span class="nb">len</span><span class="p">(</span><span class="n">res</span><span class="p">))</span>
13620
</pre></div>
13621

    
13622
</div>
13623
</div>
13624
</div>
13625

    
13626
<div class="output_wrapper">
13627
<div class="output">
13628

    
13629

    
13630
<div class="output_area">
13631

    
13632
<div class="prompt"></div>
13633

    
13634

    
13635
<div class="output_subarea output_stream output_stdout output_text">
13636
<pre>&lt;Residue 2:A (type VAL)&gt;
13637
&lt;Residue 3:A (type TYR)&gt;
13638
&lt;Residue 4:A (type ASP)&gt;
13639
&lt;Residue 5:A (type ARG)&gt;
13640
&lt;Residue 6:A (type CYS)&gt;
13641
&lt;Residue 7:A (type GLU)&gt;
13642
&lt;Residue 8:A (type LEU)&gt;
13643
&lt;Residue 9:A (type ALA)&gt;
13644
&lt;Residue 10:A (type ARG)&gt;
13645
&lt;Residue 11:A (type ALA)&gt;
13646
&lt;Residue 12:A (type LEU)&gt;
13647
&lt;Residue 13:A (type LYS)&gt;
13648
&lt;Residue 14:A (type ALA)&gt;
13649
&lt;Residue 15:A (type SER)&gt;
13650
&lt;Residue 16:A (type GLY)&gt;
13651
&lt;Residue 17:A (type MET)&gt;
13652
&lt;Residue 18:A (type ASP)&gt;
13653
&lt;Residue 19:A (type GLY)&gt;
13654
&lt;Residue 20:A (type TYR)&gt;
13655
&lt;Residue 21:A (type ALA)&gt;
13656
&lt;Residue 22:A (type GLY)&gt;
13657
&lt;Residue 23:A (type ASN)&gt;
13658
&lt;Residue 24:A (type SER)&gt;
13659
&lt;Residue 25:A (type LEU)&gt;
13660
&lt;Residue 26:A (type PRO)&gt;
13661
&lt;Residue 27:A (type ASN)&gt;
13662
&lt;Residue 28:A (type TRP)&gt;
13663
&lt;Residue 29:A (type VAL)&gt;
13664
&lt;Residue 30:A (type CYS)&gt;
13665
&lt;Residue 31:A (type LEU)&gt;
13666
&lt;Residue 32:A (type SER)&gt;
13667
&lt;Residue 33:A (type LYS)&gt;
13668
&lt;Residue 34:A (type TRP)&gt;
13669
&lt;Residue 35:A (type GLU)&gt;
13670
&lt;Residue 36:A (type SER)&gt;
13671
&lt;Residue 37:A (type SER)&gt;
13672
&lt;Residue 38:A (type TYR)&gt;
13673
&lt;Residue 39:A (type ASN)&gt;
13674
&lt;Residue 40:A (type THR)&gt;
13675
&lt;Residue 41:A (type GLN)&gt;
13676
&lt;Residue 42:A (type ALA)&gt;
13677
&lt;Residue 43:A (type THR)&gt;
13678
&lt;Residue 44:A (type ASN)&gt;
13679
&lt;Residue 45:A (type ARG)&gt;
13680
&lt;Residue 46:A (type ASN)&gt;
13681
&lt;Residue 47:A (type THR)&gt;
13682
&lt;Residue 48:A (type ASP)&gt;
13683
&lt;Residue 49:A (type GLY)&gt;
13684
&lt;Residue 50:A (type SER)&gt;
13685
&lt;Residue 51:A (type THR)&gt;
13686
&lt;Residue 52:A (type ASP)&gt;
13687
&lt;Residue 53:A (type TYR)&gt;
13688
&lt;Residue 54:A (type GLY)&gt;
13689
&lt;Residue 55:A (type ILE)&gt;
13690
&lt;Residue 56:A (type PHE)&gt;
13691
&lt;Residue 57:A (type GLN)&gt;
13692
&lt;Residue 58:A (type ILE)&gt;
13693
&lt;Residue 59:A (type ASN)&gt;
13694
&lt;Residue 60:A (type SER)&gt;
13695
&lt;Residue 61:A (type ARG)&gt;
13696
&lt;Residue 62:A (type TYR)&gt;
13697
&lt;Residue 63:A (type TRP)&gt;
13698
&lt;Residue 64:A (type CYS)&gt;
13699
&lt;Residue 65:A (type ASP)&gt;
13700
&lt;Residue 66:A (type ASP)&gt;
13701
&lt;Residue 67:A (type GLY)&gt;
13702
&lt;Residue 68:A (type ARG)&gt;
13703
&lt;Residue 69:A (type THR)&gt;
13704
&lt;Residue 70:A (type PRO)&gt;
13705
&lt;Residue 71:A (type GLY)&gt;
13706
&lt;Residue 72:A (type ALA)&gt;
13707
&lt;Residue 73:A (type LYS)&gt;
13708
&lt;Residue 74:A (type ASN)&gt;
13709
&lt;Residue 75:A (type VAL)&gt;
13710
&lt;Residue 76:A (type CYS)&gt;
13711
&lt;Residue 77:A (type GLY)&gt;
13712
&lt;Residue 78:A (type ILE)&gt;
13713
&lt;Residue 79:A (type ARG)&gt;
13714
&lt;Residue 80:A (type CYS)&gt;
13715
&lt;Residue 81:A (type SER)&gt;
13716
&lt;Residue 82:A (type GLN)&gt;
13717
&lt;Residue 83:A (type LEU)&gt;
13718
&lt;Residue 84:A (type LEU)&gt;
13719
&lt;Residue 85:A (type THR)&gt;
13720
&lt;Residue 86:A (type ASP)&gt;
13721
&lt;Residue 87:A (type ASP)&gt;
13722
&lt;Residue 88:A (type LEU)&gt;
13723
&lt;Residue 89:A (type THR)&gt;
13724
&lt;Residue 90:A (type VAL)&gt;
13725
&lt;Residue 91:A (type ALA)&gt;
13726
&lt;Residue 92:A (type ILE)&gt;
13727
&lt;Residue 93:A (type ARG)&gt;
13728
&lt;Residue 94:A (type CYS)&gt;
13729
&lt;Residue 95:A (type ALA)&gt;
13730
&lt;Residue 96:A (type LYS)&gt;
13731
&lt;Residue 97:A (type ARG)&gt;
13732
&lt;Residue 98:A (type VAL)&gt;
13733
&lt;Residue 99:A (type VAL)&gt;
13734
&lt;Residue 100:A (type LEU)&gt;
13735
&lt;Residue 101:A (type ASP)&gt;
13736
&lt;Residue 102:A (type PRO)&gt;
13737
&lt;Residue 103:A (type ASN)&gt;
13738
&lt;Residue 104:A (type GLY)&gt;
13739
&lt;Residue 105:A (type ILE)&gt;
13740
&lt;Residue 106:A (type GLY)&gt;
13741
&lt;Residue 107:A (type ALA)&gt;
13742
&lt;Residue 108:A (type TRP)&gt;
13743
&lt;Residue 109:A (type VAL)&gt;
13744
&lt;Residue 110:A (type ALA)&gt;
13745
&lt;Residue 111:A (type TRP)&gt;
13746
&lt;Residue 112:A (type ARG)&gt;
13747
&lt;Residue 113:A (type LEU)&gt;
13748
&lt;Residue 114:A (type HIS)&gt;
13749
&lt;Residue 115:A (type CYS)&gt;
13750
&lt;Residue 116:A (type GLN)&gt;
13751
&lt;Residue 117:A (type ASN)&gt;
13752
&lt;Residue 118:A (type GLN)&gt;
13753
&lt;Residue 119:A (type ASP)&gt;
13754
&lt;Residue 120:A (type LEU)&gt;
13755
&lt;Residue 121:A (type ARG)&gt;
13756
&lt;Residue 122:A (type SER)&gt;
13757
&lt;Residue 123:A (type TYR)&gt;
13758
&lt;Residue 124:A (type VAL)&gt;
13759
&lt;Residue 125:A (type ALA)&gt;
13760
&lt;Residue 126:A (type GLY)&gt;
13761
&lt;Residue 127:A (type CYS)&gt;
13762
&lt;Residue 128:A (type GLY)&gt;
13763
&lt;Residue 129:A (type VAL)&gt;
13764
&lt;Residue 130:A (type NAG)&gt;
13765
&lt;Residue 131:A (type NAG)&gt;
13766
&lt;Residue 132:A (type NDG)&gt;
13767
132
13768
</pre>
13769
</div>
13770
</div>
13771

    
13772
</div>
13773
</div>
13774

    
13775
</div>
13776
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
13777
</div>
13778
<div class="inner_cell">
13779
<div class="text_cell_render border-box-sizing rendered_html">
13780
<p>Как видно, последние три основания - это лиганд. Возьмем последовательность белка P08905 и прибавим три '.' , чтобы при выравнивании появился лиганд.</p>
13781

    
13782
</div>
13783
</div>
13784
</div>
13785
<div class="cell border-box-sizing code_cell rendered">
13786
<div class="input">
13787
<div class="prompt input_prompt">In&nbsp;[59]:</div>
13788
<div class="inner_cell">
13789
    <div class="input_area">
13790
<div class=" highlight hl-ipython2"><pre><span></span><span class="n">seq</span><span class="o">=</span><span class="s1">&#39;&#39;</span>
13791
<span class="k">for</span> <span class="n">i</span> <span class="ow">in</span> <span class="nb">range</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span><span class="nb">len</span><span class="p">(</span><span class="n">alignm</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span><span class="o">.</span><span class="n">residues</span><span class="p">)):</span>
13792
    <span class="n">seq</span><span class="o">=</span><span class="n">seq</span><span class="o">+</span><span class="n">alignm</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span><span class="o">.</span><span class="n">residues</span><span class="p">[</span><span class="n">i</span><span class="p">]</span><span class="o">.</span><span class="n">code</span>
13793
<span class="n">seq</span><span class="o">=</span><span class="n">seq</span><span class="o">+</span><span class="s1">&#39;...&#39;</span>
13794
</pre></div>
13795

    
13796
</div>
13797
</div>
13798
</div>
13799

    
13800
</div>
13801
<div class="cell border-box-sizing code_cell rendered">
13802
<div class="input">
13803
<div class="prompt input_prompt">In&nbsp;[60]:</div>
13804
<div class="inner_cell">
13805
    <div class="input_area">
13806
<div class=" highlight hl-ipython2"><pre><span></span><span class="n">seq</span>
13807
</pre></div>
13808

    
13809
</div>
13810
</div>
13811
</div>
13812

    
13813
<div class="output_wrapper">
13814
<div class="output">
13815

    
13816

    
13817
<div class="output_area">
13818

    
13819
<div class="prompt output_prompt">Out[60]:</div>
13820

    
13821

    
13822

    
13823

    
13824
<div class="output_text output_subarea output_execute_result">
13825
<pre>&#39;KTLLTLGLLLLSVTAQAKVYERCEFARTLKRNGMAGYYGVSLADWVCLAQHESNYNTRATNYNRGDQSTDYGIFQINSRYWCNDGKTPRAVNACGINCSALLQDDITAAIQCAKRVVRDPQGIRAWVAWRAHCQNRDLSQYIRNCGV...&#39;</pre>
13826
</div>
13827

    
13828
</div>
13829

    
13830
</div>
13831
</div>
13832

    
13833
</div>
13834
<div class="cell border-box-sizing code_cell rendered">
13835
<div class="input">
13836
<div class="prompt input_prompt">In&nbsp;[61]:</div>
13837
<div class="inner_cell">
13838
    <div class="input_area">
13839
<div class=" highlight hl-ipython2"><pre><span></span><span class="n">alignm</span><span class="o">.</span><span class="n">append_sequence</span><span class="p">(</span><span class="n">seq</span><span class="p">)</span>
13840
</pre></div>
13841

    
13842
</div>
13843
</div>
13844
</div>
13845

    
13846
</div>
13847
<div class="cell border-box-sizing code_cell rendered">
13848
<div class="input">
13849
<div class="prompt input_prompt">In&nbsp;[62]:</div>
13850
<div class="inner_cell">
13851
    <div class="input_area">
13852
<div class=" highlight hl-ipython2"><pre><span></span><span class="n">res2</span><span class="o">=</span><span class="n">alignm</span><span class="p">[</span><span class="mi">2</span><span class="p">]</span><span class="o">.</span><span class="n">residues</span>
13853
<span class="k">for</span> <span class="n">i</span> <span class="ow">in</span> <span class="nb">range</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span><span class="nb">len</span><span class="p">(</span><span class="n">res2</span><span class="p">)):</span>
13854
    <span class="k">print</span> <span class="n">res2</span><span class="p">[</span><span class="n">i</span><span class="p">]</span>
13855
<span class="k">print</span> <span class="p">(</span><span class="nb">len</span><span class="p">(</span><span class="n">res2</span><span class="p">))</span>
13856
</pre></div>
13857

    
13858
</div>
13859
</div>
13860
</div>
13861

    
13862
<div class="output_wrapper">
13863
<div class="output">
13864

    
13865

    
13866
<div class="output_area">
13867

    
13868
<div class="prompt"></div>
13869

    
13870

    
13871
<div class="output_subarea output_stream output_stdout output_text">
13872
<pre>&lt;Residue THR&gt;
13873
&lt;Residue LEU&gt;
13874
&lt;Residue LEU&gt;
13875
&lt;Residue THR&gt;
13876
&lt;Residue LEU&gt;
13877
&lt;Residue GLY&gt;
13878
&lt;Residue LEU&gt;
13879
&lt;Residue LEU&gt;
13880
&lt;Residue LEU&gt;
13881
&lt;Residue LEU&gt;
13882
&lt;Residue SER&gt;
13883
&lt;Residue VAL&gt;
13884
&lt;Residue THR&gt;
13885
&lt;Residue ALA&gt;
13886
&lt;Residue GLN&gt;
13887
&lt;Residue ALA&gt;
13888
&lt;Residue LYS&gt;
13889
&lt;Residue VAL&gt;
13890
&lt;Residue TYR&gt;
13891
&lt;Residue GLU&gt;
13892
&lt;Residue ARG&gt;
13893
&lt;Residue CYS&gt;
13894
&lt;Residue GLU&gt;
13895
&lt;Residue PHE&gt;
13896
&lt;Residue ALA&gt;
13897
&lt;Residue ARG&gt;
13898
&lt;Residue THR&gt;
13899
&lt;Residue LEU&gt;
13900
&lt;Residue LYS&gt;
13901
&lt;Residue ARG&gt;
13902
&lt;Residue ASN&gt;
13903
&lt;Residue GLY&gt;
13904
&lt;Residue MET&gt;
13905
&lt;Residue ALA&gt;
13906
&lt;Residue GLY&gt;
13907
&lt;Residue TYR&gt;
13908
&lt;Residue TYR&gt;
13909
&lt;Residue GLY&gt;
13910
&lt;Residue VAL&gt;
13911
&lt;Residue SER&gt;
13912
&lt;Residue LEU&gt;
13913
&lt;Residue ALA&gt;
13914
&lt;Residue ASP&gt;
13915
&lt;Residue TRP&gt;
13916
&lt;Residue VAL&gt;
13917
&lt;Residue CYS&gt;
13918
&lt;Residue LEU&gt;
13919
&lt;Residue ALA&gt;
13920
&lt;Residue GLN&gt;
13921
&lt;Residue HIS&gt;
13922
&lt;Residue GLU&gt;
13923
&lt;Residue SER&gt;
13924
&lt;Residue ASN&gt;
13925
&lt;Residue TYR&gt;
13926
&lt;Residue ASN&gt;
13927
&lt;Residue THR&gt;
13928
&lt;Residue ARG&gt;
13929
&lt;Residue ALA&gt;
13930
&lt;Residue THR&gt;
13931
&lt;Residue ASN&gt;
13932
&lt;Residue TYR&gt;
13933
&lt;Residue ASN&gt;
13934
&lt;Residue ARG&gt;
13935
&lt;Residue GLY&gt;
13936
&lt;Residue ASP&gt;
13937
&lt;Residue GLN&gt;
13938
&lt;Residue SER&gt;
13939
&lt;Residue THR&gt;
13940
&lt;Residue ASP&gt;
13941
&lt;Residue TYR&gt;
13942
&lt;Residue GLY&gt;
13943
&lt;Residue ILE&gt;
13944
&lt;Residue PHE&gt;
13945
&lt;Residue GLN&gt;
13946
&lt;Residue ILE&gt;
13947
&lt;Residue ASN&gt;
13948
&lt;Residue SER&gt;
13949
&lt;Residue ARG&gt;
13950
&lt;Residue TYR&gt;
13951
&lt;Residue TRP&gt;
13952
&lt;Residue CYS&gt;
13953
&lt;Residue ASN&gt;
13954
&lt;Residue ASP&gt;
13955
&lt;Residue GLY&gt;
13956
&lt;Residue LYS&gt;
13957
&lt;Residue THR&gt;
13958
&lt;Residue PRO&gt;
13959
&lt;Residue ARG&gt;
13960
&lt;Residue ALA&gt;
13961
&lt;Residue VAL&gt;
13962
&lt;Residue ASN&gt;
13963
&lt;Residue ALA&gt;
13964
&lt;Residue CYS&gt;
13965
&lt;Residue GLY&gt;
13966
&lt;Residue ILE&gt;
13967
&lt;Residue ASN&gt;
13968
&lt;Residue CYS&gt;
13969
&lt;Residue SER&gt;
13970
&lt;Residue ALA&gt;
13971
&lt;Residue LEU&gt;
13972
&lt;Residue LEU&gt;
13973
&lt;Residue GLN&gt;
13974
&lt;Residue ASP&gt;
13975
&lt;Residue ASP&gt;
13976
&lt;Residue ILE&gt;
13977
&lt;Residue THR&gt;
13978
&lt;Residue ALA&gt;
13979
&lt;Residue ALA&gt;
13980
&lt;Residue ILE&gt;
13981
&lt;Residue GLN&gt;
13982
&lt;Residue CYS&gt;
13983
&lt;Residue ALA&gt;
13984
&lt;Residue LYS&gt;
13985
&lt;Residue ARG&gt;
13986
&lt;Residue VAL&gt;
13987
&lt;Residue VAL&gt;
13988
&lt;Residue ARG&gt;
13989
&lt;Residue ASP&gt;
13990
&lt;Residue PRO&gt;
13991
&lt;Residue GLN&gt;
13992
&lt;Residue GLY&gt;
13993
&lt;Residue ILE&gt;
13994
&lt;Residue ARG&gt;
13995
&lt;Residue ALA&gt;
13996
&lt;Residue TRP&gt;
13997
&lt;Residue VAL&gt;
13998
&lt;Residue ALA&gt;
13999
&lt;Residue TRP&gt;
14000
&lt;Residue ARG&gt;
14001
&lt;Residue ALA&gt;
14002
&lt;Residue HIS&gt;
14003
&lt;Residue CYS&gt;
14004
&lt;Residue GLN&gt;
14005
&lt;Residue ASN&gt;
14006
&lt;Residue ARG&gt;
14007
&lt;Residue ASP&gt;
14008
&lt;Residue LEU&gt;
14009
&lt;Residue SER&gt;
14010
&lt;Residue GLN&gt;
14011
&lt;Residue TYR&gt;
14012
&lt;Residue ILE&gt;
14013
&lt;Residue ARG&gt;
14014
&lt;Residue ASN&gt;
14015
&lt;Residue CYS&gt;
14016
&lt;Residue GLY&gt;
14017
&lt;Residue VAL&gt;
14018
&lt;Residue BLK&gt;
14019
&lt;Residue BLK&gt;
14020
&lt;Residue BLK&gt;
14021
150
14022
</pre>
14023
</div>
14024
</div>
14025

    
14026
</div>
14027
</div>
14028

    
14029
</div>
14030
<div class="cell border-box-sizing code_cell rendered">
14031
<div class="input">
14032
<div class="prompt input_prompt">In&nbsp;[65]:</div>
14033
<div class="inner_cell">
14034
    <div class="input_area">
14035
<div class=" highlight hl-ipython2"><pre><span></span><span class="c1">## есть смысл поправить идентификаторы</span>
14036
<span class="n">alignm</span><span class="p">[</span><span class="mi">2</span><span class="p">]</span><span class="o">.</span><span class="n">code</span> <span class="o">=</span> <span class="s1">&#39;P08905_with_ligand&#39;</span>
14037
<span class="c1">## Выбираем объект для моделирования </span>
14038
<span class="n">s</span><span class="o">=</span> <span class="n">alignm</span><span class="p">[</span><span class="mi">2</span><span class="p">]</span>
14039
<span class="n">pdb</span> <span class="o">=</span> <span class="n">alignm</span><span class="p">[</span><span class="mi">1</span><span class="p">]</span>
14040
<span class="k">print</span> <span class="n">s</span><span class="o">.</span><span class="n">code</span><span class="p">,</span> <span class="n">pdb</span><span class="o">.</span><span class="n">code</span>
14041
</pre></div>
14042

    
14043
</div>
14044
</div>
14045
</div>
14046

    
14047
<div class="output_wrapper">
14048
<div class="output">
14049

    
14050

    
14051
<div class="output_area">
14052

    
14053
<div class="prompt"></div>
14054

    
14055

    
14056
<div class="output_subarea output_stream output_stdout output_text">
14057
<pre>P08905_with_ligand 1lmp
14058
</pre>
14059
</div>
14060
</div>
14061

    
14062
</div>
14063
</div>
14064

    
14065
</div>
14066
<div class="cell border-box-sizing code_cell rendered">
14067
<div class="input">
14068
<div class="prompt input_prompt">In&nbsp;[66]:</div>
14069
<div class="inner_cell">
14070
    <div class="input_area">
14071
<div class=" highlight hl-ipython2"><pre><span></span><span class="n">alignm</span><span class="o">.</span><span class="n">salign</span><span class="p">()</span>
14072
<span class="n">alignm</span><span class="o">.</span><span class="n">write</span><span class="p">(</span><span class="nb">file</span><span class="o">=</span><span class="s1">&#39;all_in_one_new.ali&#39;</span><span class="p">,</span> <span class="n">alignment_format</span><span class="o">=</span><span class="s1">&#39;PIR&#39;</span><span class="p">)</span>
14073

    
14074
<span class="c1">## Создаем объект automodel</span>
14075
<span class="n">a_new</span> <span class="o">=</span> <span class="n">modeller</span><span class="o">.</span><span class="n">automodel</span><span class="o">.</span><span class="n">automodel</span><span class="p">(</span><span class="n">env</span><span class="p">,</span> <span class="n">alnfile</span><span class="o">=</span><span class="s1">&#39;all_in_one_new.ali&#39;</span><span class="p">,</span> <span class="n">knowns</span><span class="o">=</span> <span class="n">pdb</span><span class="o">.</span><span class="n">code</span> <span class="p">,</span> <span class="n">sequence</span> <span class="o">=</span> <span class="n">s</span><span class="o">.</span><span class="n">code</span> <span class="p">)</span>
14076
<span class="n">a_new</span><span class="o">.</span><span class="n">name</span><span class="o">=</span><span class="s1">&#39;mod&#39;</span><span class="o">+</span><span class="n">s</span><span class="o">.</span><span class="n">code</span>
14077
<span class="n">a_new</span><span class="o">.</span><span class="n">starting_model</span> <span class="o">=</span> <span class="mi">1</span>
14078
<span class="n">a_new</span><span class="o">.</span><span class="n">ending_model</span> <span class="o">=</span> <span class="mi">1</span>
14079
<span class="n">a_new</span><span class="o">.</span><span class="n">make</span><span class="p">()</span>
14080
</pre></div>
14081

    
14082
</div>
14083
</div>
14084
</div>
14085

    
14086
<div class="output_wrapper">
14087
<div class="output">
14088

    
14089

    
14090
<div class="output_area">
14091

    
14092
<div class="prompt"></div>
14093

    
14094

    
14095
<div class="output_subarea output_stream output_stdout output_text">
14096
<pre>
14097
SALIGN_____&gt; adding the next group to the alignment; iteration    1
14098

    
14099
SALIGN_____&gt; adding the next group to the alignment; iteration    2
14100
automodel__W&gt; Topology and/or parameter libraries already in memory. These will
14101
                be used instead of the automodel defaults. If this is not what you
14102
                want, clear them before creating the automodel object with
14103
                env.libs.topology.clear() and env.libs.parameters.clear()
14104
fndatmi_285W&gt; Only      129 residues out of      132 contain atoms of type  CA
14105
              (This is usually caused by non-standard residues, such
14106
              as ligands, or by PDB files with missing atoms.)
14107
fndatmi_285W&gt; Only      129 residues out of      132 contain atoms of type  CA
14108
              (This is usually caused by non-standard residues, such
14109
              as ligands, or by PDB files with missing atoms.)
14110

    
14111
check_ali___&gt; Checking the sequence-structure alignment. 
14112

    
14113
Implied intrachain target CA(i)-CA(i+1) distances longer than  8.0 angstroms:
14114

    
14115
ALN_POS  TMPL  RID1  RID2  NAM1  NAM2     DIST
14116
----------------------------------------------
14117
END OF TABLE
14118

    
14119
getf_______W&gt; RTF restraint not found in the atoms list:
14120
              residue type, indices:    18   147
14121
              atom names           : C     +N
14122
              atom indices         :  1159     0
14123

    
14124
getf_______W&gt; RTF restraint not found in the atoms list:
14125
              residue type, indices:    18   147
14126
              atom names           : C     CA    +N    O
14127
              atom indices         :  1159  1155     0  1160
14128
fndatmi_285W&gt; Only      129 residues out of      132 contain atoms of type  CA
14129
              (This is usually caused by non-standard residues, such
14130
              as ligands, or by PDB files with missing atoms.)
14131
patch_s_522_&gt; Number of disulfides patched in MODEL:        4
14132
mdtrsr__446W&gt; A potential that relies on one protein is used, yet you have at
14133
              least one known structure available. MDT, not library, potential is used.
14134
iup2crm_280W&gt; No topology library in memory or assigning a BLK residue.
14135
              Default CHARMM atom type assigned:  C1 --&gt;  CT2
14136
              This message is written only for the first such atom.
14137
43 atoms in HETATM/BLK residues constrained
14138
to protein atoms within 2.30 angstroms
14139
and protein CA atoms within 10.00 angstroms
14140
43 atoms in residues without defined topology
14141
constrained to be rigid bodies
14142
condens_443_&gt; Restraints marked for deletion were removed.
14143
              Total number of restraints before, now:    14682    13684
14144
iupac_m_397W&gt; Atoms were not swapped because of the uncertainty of how to handle the H atom.
14145

    
14146

    
14147
&gt;&gt; ENERGY; Differences between the model&#39;s features and restraints:
14148
Number of all residues in MODEL                   :      150
14149
Number of all, selected real atoms                :     1204    1204
14150
Number of all, selected pseudo atoms              :        0       0
14151
Number of all static, selected restraints         :    13684   13684
14152
COVALENT_CYS                                      :        F
14153
NONBONDED_SEL_ATOMS                               :        1
14154
Number of non-bonded pairs (excluding 1-2,1-3,1-4):     2537
14155
Dynamic pairs routine                             : 2, NATM x NATM cell sorting
14156
Atomic shift for contacts update (UPDATE_DYNAMIC) :    0.390
14157
LENNARD_JONES_SWITCH                              :    6.500   7.500
14158
COULOMB_JONES_SWITCH                              :    6.500   7.500
14159
RESIDUE_SPAN_RANGE                                :        0   99999
14160
NLOGN_USE                                         :       15
14161
CONTACT_SHELL                                     :    4.000
14162
DYNAMIC_PAIRS,_SPHERE,_COULOMB,_LENNARD,_MODELLER :        T       T       F       F       F
14163
SPHERE_STDV                                       :    0.050
14164
RADII_FACTOR                                      :    0.820
14165
Current energy                                    :         877.3222
14166

    
14167

    
14168

    
14169

    
14170

    
14171
Summary of the restraint violations: 
14172

    
14173
   NUM     ... number of restraints.
14174
   NUMVI   ... number of restraints with RVIOL &gt; VIOL_REPORT_CUT[i].
14175
   RVIOL   ... relative difference from the best value.
14176
   NUMVP   ... number of restraints with -Ln(pdf) &gt; VIOL_REPORT_CUT2[i].
14177
   RMS_1   ... RMS(feature, minimally_violated_basis_restraint, NUMB).
14178
   RMS_2   ... RMS(feature, best_value, NUMB).
14179
   MOL.PDF ... scaled contribution to -Ln(Molecular pdf).
14180

    
14181
 #                     RESTRAINT_GROUP      NUM   NUMVI  NUMVP   RMS_1   RMS_2         MOL.PDF     S_i
14182
------------------------------------------------------------------------------------------------------
14183
 1 Bond length potential              :    1182       0      0   0.006   0.006      12.334       1.000
14184
 2 Bond angle potential               :    1603       0      7   2.106   2.106      144.11       1.000
14185
 3 Stereochemical cosine torsion poten:     754       0     29  47.933  47.933      271.73       1.000
14186
 4 Stereochemical improper torsion pot:     502       0      0   1.296   1.296      19.484       1.000
14187
 5 Soft-sphere overlap restraints     :    2537       2      2   0.007   0.007      16.764       1.000
14188
 6 Lennard-Jones 6-12 potential       :       0       0      0   0.000   0.000      0.0000       1.000
14189
 7 Coulomb point-point electrostatic p:       0       0      0   0.000   0.000      0.0000       1.000
14190
 8 H-bonding potential                :       0       0      0   0.000   0.000      0.0000       1.000
14191
 9 Distance restraints 1 (CA-CA)      :    2405       0      0   0.118   0.118      35.148       1.000
14192
10 Distance restraints 2 (N-O)        :    2564       0      0   0.149   0.149      63.988       1.000
14193
11 Mainchain Phi dihedral restraints  :       0       0      0   0.000   0.000      0.0000       1.000
14194
12 Mainchain Psi dihedral restraints  :       0       0      0   0.000   0.000      0.0000       1.000
14195
13 Mainchain Omega dihedral restraints:     146       0      3   4.594   4.594      36.337       1.000
14196
14 Sidechain Chi_1 dihedral restraints:     121       0      1  69.775  69.775      21.950       1.000
14197
15 Sidechain Chi_2 dihedral restraints:      88       0      0  63.981  63.981      35.356       1.000
14198
16 Sidechain Chi_3 dihedral restraints:      33       0      0  86.630  86.630      21.218       1.000
14199
17 Sidechain Chi_4 dihedral restraints:      18       0      0 109.015 109.015      9.5670       1.000
14200
18 Disulfide distance restraints      :       4       0      0   0.008   0.008     0.43430E-01   1.000
14201
19 Disulfide angle restraints         :       8       0      0   1.842   1.842     0.59932       1.000
14202
20 Disulfide dihedral angle restraints:       4       0      0  31.044  31.044      3.4944       1.000
14203
21 Lower bound distance restraints    :       0       0      0   0.000   0.000      0.0000       1.000
14204
22 Upper bound distance restraints    :       0       0      0   0.000   0.000      0.0000       1.000
14205
23 Distance restraints 3 (SDCH-MNCH)  :    1742       0      0   0.475   0.475      59.340       1.000
14206
24 Sidechain Chi_5 dihedral restraints:       0       0      0   0.000   0.000      0.0000       1.000
14207
25 Phi/Psi pair of dihedral restraints:     145      17     16  19.486  58.889      22.077       1.000
14208
26 Distance restraints 4 (SDCH-SDCH)  :     964       0      0   0.778   0.778      87.660       1.000
14209
27 Distance restraints 5 (X-Y)        :    1401       0      0   0.036   0.036      16.122       1.000
14210
28 NMR distance restraints 6 (X-Y)    :       0       0      0   0.000   0.000      0.0000       1.000
14211
29 NMR distance restraints 7 (X-Y)    :       0       0      0   0.000   0.000      0.0000       1.000
14212
30 Minimal distance restraints        :       0       0      0   0.000   0.000      0.0000       1.000
14213
31 Non-bonded restraints              :       0       0      0   0.000   0.000      0.0000       1.000
14214
32 Atomic accessibility restraints    :       0       0      0   0.000   0.000      0.0000       1.000
14215
33 Atomic density restraints          :       0       0      0   0.000   0.000      0.0000       1.000
14216
34 Absolute position restraints       :       0       0      0   0.000   0.000      0.0000       1.000
14217
35 Dihedral angle difference restraint:       0       0      0   0.000   0.000      0.0000       1.000
14218
36 GBSA implicit solvent potential    :       0       0      0   0.000   0.000      0.0000       1.000
14219
37 EM density fitting potential       :       0       0      0   0.000   0.000      0.0000       1.000
14220
38 SAXS restraints                    :       0       0      0   0.000   0.000      0.0000       1.000
14221
39 Symmetry restraints                :       0       0      0   0.000   0.000      0.0000       1.000
14222

    
14223

    
14224

    
14225
# Heavy relative violation of each residue is written to: P08905_with_ligand.V99990001
14226
# The profile is NOT normalized by the number of restraints.
14227
# The profiles are smoothed over a window of residues:    1
14228
# The sum of all numbers in the file:   15786.7471
14229

    
14230

    
14231

    
14232
List of the violated restraints:
14233
   A restraint is violated when the relative difference
14234
   from the best value (RVIOL) is larger than CUTOFF.
14235

    
14236
   ICSR   ... index of a restraint in the current set.
14237
   RESNO  ... residue numbers of the first two atoms.
14238
   ATM    ... IUPAC atom names of the first two atoms.
14239
   FEAT   ... the value of the feature in the model.
14240
   restr  ... the mean of the basis restraint with the smallest
14241
              difference from the model (local minimum).
14242
   viol   ... difference from the local minimum.
14243
   rviol  ... relative difference from the local minimum.
14244
   RESTR  ... the best value (global minimum).
14245
   VIOL   ... difference from the best value.
14246
   RVIOL  ... relative difference from the best value.
14247

    
14248

    
14249
-------------------------------------------------------------------------------------------------
14250

    
14251
Feature 25                           : Phi/Psi pair of dihedral restraints     
14252
List of the RVIOL violations larger than   :       6.5000
14253

    
14254
    #   ICSR  RESNO1/2 ATM1/2   INDATM1/2    FEAT   restr    viol   rviol   RESTR    VIOL   RVIOL
14255
    1   4058   1K   2T C   N       8   10 -130.61 -124.80   14.91    0.49  -63.20  174.24   26.78
14256
    1          2T   2T N   CA     10   11  157.23  143.50                  -42.10
14257
    2   4059   2T   3L C   N      15   17  -77.00  -70.70    6.68    0.66  -63.50  179.90   25.77
14258
    2          3L   3L N   CA     17   18  139.41  141.60                  -41.20
14259
    3   4060   3L   4L C   N      23   25  -73.61  -70.70   15.40    1.06  -63.50  162.39   23.14
14260
    3          4L   4L N   CA     25   26  156.72  141.60                  -41.20
14261
    4   4061   4L   5T C   N      31   33  -76.04  -78.10   44.64    1.98  -63.20  124.17   16.78
14262
    4          5T   5T N   CA     33   34 -165.61  149.80                  -42.10
14263
    5   4062   5T   6L C   N      38   40  -62.69  -70.70   12.29    1.21  -63.50  167.87   23.26
14264
    5          6L   6L N   CA     40   41  150.93  141.60                  -41.20
14265
    6   4064   7G   8L C   N      50   52 -103.97 -108.50   11.84    0.58  -63.50  167.72   21.33
14266
    6          8L   8L N   CA     52   53  121.56  132.50                  -41.20
14267
    7   4065   8L   9L C   N      58   60 -107.63 -108.50    8.25    0.44  -63.50  171.28   21.68
14268
    7          9L   9L N   CA     60   61  124.30  132.50                  -41.20
14269
    8   4066   9L  10L C   N      66   68 -124.04 -108.50   18.34    0.81  -63.50 -173.34   29.66
14270
    8         10L  10L N   CA     68   69  142.23  132.50                  -41.20
14271
    9   4067  10L  11L C   N      74   76  -82.36 -108.50   49.08    2.32  -63.50  133.50   17.54
14272
    9         11L  11L N   CA     76   77   90.96  132.50                  -41.20
14273
   10   4068  11L  12S C   N      82   84  -91.94  -72.40   26.24    1.27  -64.10  157.57   13.27
14274
   10         12S  12S N   CA     84   85  169.91  152.40                  -35.00
14275
   11   4069  12S  13V C   N      88   90  -64.92  -62.40    3.86    0.64 -125.40 -178.27   10.17
14276
   11         13V  13V N   CA     90   91  -45.32  -42.40                  143.30
14277
   12   4071  14T  15A C   N     102  104 -130.23 -134.00    4.67    0.26  -62.50 -177.61   33.52
14278
   12         15A  15A N   CA    104  105  149.75  147.00                  -40.90
14279
   13   4072  15A  16Q C   N     107  109 -139.99 -121.10   36.28    1.33  -63.80  167.37   28.57
14280
   13         16Q  16Q N   CA    109  110  170.67  139.70                  -40.30
14281
   14   4073  16Q  17A C   N     116  118  -61.07  -68.20    8.70    0.86  -62.50  168.81   27.60
14282
   14         17A  17A N   CA    118  119  150.30  145.30                  -40.90
14283
   15   4074  17A  18K C   N     121  123 -106.44 -118.00   15.17    0.52  -62.90  175.56   20.83
14284
   15         18K  18K N   CA    123  124  129.27  139.10                  -40.80
14285
   16   4109  52E  53S C   N     405  407 -138.24  -64.10   82.09    8.63  -64.10   82.09    8.63
14286
   16         53S  53S N   CA    407  408    0.25  -35.00                  -35.00
14287
   17   4121  64R  65G C   N     508  510  -68.60  -62.40    6.27    1.08   82.20  158.49   12.00
14288
   17         65G  65G N   CA    510  511  -40.26  -41.20                    8.50
14289

    
14290

    
14291
report______&gt; Distribution of short non-bonded contacts:
14292

    
14293

    
14294
DISTANCE1:  0.00 2.10 2.20 2.30 2.40 2.50 2.60 2.70 2.80 2.90 3.00 3.10 3.20 3.30 3.40
14295
DISTANCE2:  2.10 2.20 2.30 2.40 2.50 2.60 2.70 2.80 2.90 3.00 3.10 3.20 3.30 3.40 3.50
14296
FREQUENCY:     0    0    0    0    0   10    8   45   92  113  128  146  163  185  212
14297

    
14298

    
14299
&lt;&lt; end of ENERGY.
14300

    
14301
&gt;&gt; Summary of successfully produced models:
14302
Filename                          molpdf
14303
----------------------------------------
14304
P08905_with_ligand.B99990001.pdb      877.32220
14305

    
14306
</pre>
14307
</div>
14308
</div>
14309

    
14310
</div>
14311
</div>
14312

    
14313
</div>
14314
<div class="cell border-box-sizing code_cell rendered">
14315
<div class="input">
14316
<div class="prompt input_prompt">In&nbsp;[67]:</div>
14317
<div class="inner_cell">
14318
    <div class="input_area">
14319
<div class=" highlight hl-ipython2"><pre><span></span><span class="n">new_protein</span> <span class="o">=</span> <span class="n">nglview</span><span class="o">.</span><span class="n">show_structure_file</span><span class="p">(</span><span class="s1">&#39;P08905_with_ligand.B99990001.pdb&#39;</span><span class="p">)</span>
14320
<span class="n">new_protein</span>
14321
</pre></div>
14322

    
14323
</div>
14324
</div>
14325
</div>
14326

    
14327
<div class="output_wrapper">
14328
<div class="output">
14329

    
14330

    
14331
<div class="output_area">
14332

    
14333
<div class="prompt"></div>
14334

    
14335

    
14336

    
14337

    
14338

    
14339
 
14340
 
14341
<div id="b9c2dee8-223b-45f3-b0dd-98cefa4dc262"></div>
14342
<div class="output_subarea output_widget_view ">
14343
<script type="text/javascript">
14344
var element = $('#b9c2dee8-223b-45f3-b0dd-98cefa4dc262');
14345
</script>
14346
<script type="application/vnd.jupyter.widget-view+json">
14347
{"model_id": "f9f196a216064fa18b9f9ef5576268c5", "version_minor": 0, "version_major": 2}
14348
</script>
14349
</div>
14350

    
14351
</div>
14352

    
14353
</div>
14354
</div>
14355

    
14356
</div>
14357
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
14358
</div>
14359
<div class="inner_cell">
14360
<div class="text_cell_render border-box-sizing rendered_html">
14361
<p>При сохранении html -страницы картинка теряется, поэтому сохраню и загружу через ИМАГЕ</p>
14362

    
14363
</div>
14364
</div>
14365
</div>
14366
<div class="cell border-box-sizing code_cell rendered">
14367
<div class="input">
14368
<div class="prompt input_prompt">In&nbsp;[68]:</div>
14369
<div class="inner_cell">
14370
    <div class="input_area">
14371
<div class=" highlight hl-ipython2"><pre><span></span><span class="n">Image</span><span class="p">(</span><span class="s2">&quot;P08905_new.png&quot;</span><span class="p">)</span>
14372
</pre></div>
14373

    
14374
</div>
14375
</div>
14376
</div>
14377

    
14378
<div class="output_wrapper">
14379
<div class="output">
14380

    
14381

    
14382
<div class="output_area">
14383

    
14384
<div class="prompt output_prompt">Out[68]:</div>
14385

    
14386

    
14387

    
14388

    
14389
<div class="output_png output_subarea output_execute_result">
14390
<img src="data:image/png;base64,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
14435
xs/mfIC4/HBz5aHtsN/czinX883YP/eby8PR2X3N52FqE2Mn1H1X26htw9SxeQ6ufAc5zXYPM88/
14436
r+/Dtm3W4zguM65TXTe3P6FEms4tdPX7yGb695L9PuT6O743geb8t5nVcv9d5nXP1Ptcz1lZPt+1
14437
a1Z0Ai3PfSpz5b45M/0AyvGwsZsTAeD4UMnxUFamH3i5P9QpAuwPMb7OKlDyEEXK9Lm6KNC4rU0E
14438
qHNR53lRXYPjsTMsVxGSx7nkeEBnfdC6avldD883671XliEoDMtxHlk/k/UYOc/T8Rg5jpfrvXFi
14439
Tn4LeV8fzyWPfXN/uf4u7d9vtnvjYLwW23d3l79h+7Gd/J6dX5ft3uf223VuWb+P+1ug5Tims3PI
14440
z3tG8hBod5GDluPhlu9DwvHhlt+DOKs5fZA6Mef/mOfzcCtKy+uhXYAHZ94PbrUPdZxcr8fpcWwP
14441
3NwefLyPPWOVMNPr1TGUUAuzhz0ztjP2ke3e5rTsD/e8vw++drxn+jvNeG+73ujYTK8ePWl38wDX
14442
xu8n+73R98vZNbkg0DL25eTe5PhvIKdlvVZH43VnflZvp95n3NO8/tvL57t2zbJ/h04sn9+z09+w
14443
vmf5/H7yvLbcTT9s8nkQOoYus2yvH25ZH0p8MOa2P73O8cFmiI2Mzzt5GGaYk2PlZTxPXVmnj6ce
14444
hEqoXczisTFM79f5MXOcr90cH+Dasj5oXTV9L3MVME4EUz4CNodIMO5Z5jFynqfjMfT5ZFyXbV85
14445
vw/bOeQbzs5+Llksr3XKcuwrq2U9z5zGa3K8r3p7h/1l/bxxPdneZ9534z5kuYfOzj2Pa7J/DznO
14446
mZ/JPK9iEGg2cZORpG9YhqApUoFGbAIsx3EN+Nm8vWek8ASazeOT7R/j/P4hNR5QeXqL9D/Y9m2y
14447
/sNtfyhlWMax7A/DbJbxQMpbEBSp5bgnWc9Fi5Fs5515XraHcu7rbWa7LzkfcjnulzbH7yznfcvY
14448
t/E92AWB7TyzP3ydiJAsyx0sizjI//vIel+cnLP9nhq/KZe/yyy/L1rO+0bLeu/sx7cdOy+B5Xje
14449
YSdzXmf2/wZy/veS7d453jfHc1fLs9yzHL+z7JbzO3H5nmmzfd7ZZ/L+nbnwG87xnWT/ndn2kdd9
14450
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
15209
"
15210
>
15211
</div>
15212

    
15213
</div>
15214

    
15215
</div>
15216
</div>
15217

    
15218
</div>
15219
<div class="cell border-box-sizing code_cell rendered">
15220
<div class="input">
15221
<div class="prompt input_prompt">In&nbsp;[&nbsp;]:</div>
15222
<div class="inner_cell">
15223
    <div class="input_area">
15224
<div class=" highlight hl-ipython2"><pre><span></span> 
15225
</pre></div>
15226

    
15227
</div>
15228
</div>
15229
</div>
15230

    
15231
</div>
15232
    </div>
15233
  </div>
15234
</body>
15235

    
15236
 
15237

    
15238

    
15239
</html>