ThemevampRails 0.0.1

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