rsanchez
2014-10-14 fb1b6755a9ecd43601dc4fbef9166d11d8a86f24
securis/src/main/resources/static/css/bootstrap.css
....@@ -1,10 +1,10 @@
11 /*!
2
- * Bootstrap v3.1.0 (http://getbootstrap.com)
2
+ * Bootstrap v3.2.0 (http://getbootstrap.com)
33 * Copyright 2011-2014 Twitter, Inc.
44 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55 */
66
7
-/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
7
+/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
88 html {
99 font-family: sans-serif;
1010 -webkit-text-size-adjust: 100%;
....@@ -94,8 +94,9 @@
9494 }
9595 hr {
9696 height: 0;
97
- -moz-box-sizing: content-box;
98
- box-sizing: content-box;
97
+ -webkit-box-sizing: content-box;
98
+ -moz-box-sizing: content-box;
99
+ box-sizing: content-box;
99100 }
100101 pre {
101102 overflow: auto;
....@@ -144,7 +145,9 @@
144145 }
145146 input[type="checkbox"],
146147 input[type="radio"] {
147
- box-sizing: border-box;
148
+ -webkit-box-sizing: border-box;
149
+ -moz-box-sizing: border-box;
150
+ box-sizing: border-box;
148151 padding: 0;
149152 }
150153 input[type="number"]::-webkit-inner-spin-button,
....@@ -189,7 +192,8 @@
189192 color: #000 !important;
190193 text-shadow: none !important;
191194 background: transparent !important;
192
- box-shadow: none !important;
195
+ -webkit-box-shadow: none !important;
196
+ box-shadow: none !important;
193197 }
194198 a,
195199 a:visited {
....@@ -255,2114 +259,6 @@
255259 .table-bordered td {
256260 border: 1px solid #ddd !important;
257261 }
258
-}
259
-* {
260
- -webkit-box-sizing: border-box;
261
- -moz-box-sizing: border-box;
262
- box-sizing: border-box;
263
-}
264
-*:before,
265
-*:after {
266
- -webkit-box-sizing: border-box;
267
- -moz-box-sizing: border-box;
268
- box-sizing: border-box;
269
-}
270
-html {
271
- font-size: 62.5%;
272
-
273
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
274
-}
275
-body {
276
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
277
- font-size: 14px;
278
- line-height: 1.428571429;
279
- color: #333;
280
- background-color: #fff;
281
-}
282
-input,
283
-button,
284
-select,
285
-textarea {
286
- font-family: inherit;
287
- font-size: inherit;
288
- line-height: inherit;
289
-}
290
-a {
291
- color: #428bca;
292
- text-decoration: none;
293
-}
294
-a:hover,
295
-a:focus {
296
- color: #2a6496;
297
- text-decoration: underline;
298
-}
299
-a:focus {
300
- outline: thin dotted;
301
- outline: 5px auto -webkit-focus-ring-color;
302
- outline-offset: -2px;
303
-}
304
-figure {
305
- margin: 0;
306
-}
307
-img {
308
- vertical-align: middle;
309
-}
310
-.img-responsive {
311
- display: block;
312
- max-width: 100%;
313
- height: auto;
314
-}
315
-.img-rounded {
316
- border-radius: 6px;
317
-}
318
-.img-thumbnail {
319
- display: inline-block;
320
- max-width: 100%;
321
- height: auto;
322
- padding: 4px;
323
- line-height: 1.428571429;
324
- background-color: #fff;
325
- border: 1px solid #ddd;
326
- border-radius: 4px;
327
- -webkit-transition: all .2s ease-in-out;
328
- transition: all .2s ease-in-out;
329
-}
330
-.img-circle {
331
- border-radius: 50%;
332
-}
333
-hr {
334
- margin-top: 20px;
335
- margin-bottom: 20px;
336
- border: 0;
337
- border-top: 1px solid #eee;
338
-}
339
-.sr-only {
340
- position: absolute;
341
- width: 1px;
342
- height: 1px;
343
- padding: 0;
344
- margin: -1px;
345
- overflow: hidden;
346
- clip: rect(0, 0, 0, 0);
347
- border: 0;
348
-}
349
-h1,
350
-h2,
351
-h3,
352
-h4,
353
-h5,
354
-h6,
355
-.h1,
356
-.h2,
357
-.h3,
358
-.h4,
359
-.h5,
360
-.h6 {
361
- font-family: inherit;
362
- font-weight: 500;
363
- line-height: 1.1;
364
- color: inherit;
365
-}
366
-h1 small,
367
-h2 small,
368
-h3 small,
369
-h4 small,
370
-h5 small,
371
-h6 small,
372
-.h1 small,
373
-.h2 small,
374
-.h3 small,
375
-.h4 small,
376
-.h5 small,
377
-.h6 small,
378
-h1 .small,
379
-h2 .small,
380
-h3 .small,
381
-h4 .small,
382
-h5 .small,
383
-h6 .small,
384
-.h1 .small,
385
-.h2 .small,
386
-.h3 .small,
387
-.h4 .small,
388
-.h5 .small,
389
-.h6 .small {
390
- font-weight: normal;
391
- line-height: 1;
392
- color: #999;
393
-}
394
-h1,
395
-.h1,
396
-h2,
397
-.h2,
398
-h3,
399
-.h3 {
400
- margin-top: 20px;
401
- margin-bottom: 10px;
402
-}
403
-h1 small,
404
-.h1 small,
405
-h2 small,
406
-.h2 small,
407
-h3 small,
408
-.h3 small,
409
-h1 .small,
410
-.h1 .small,
411
-h2 .small,
412
-.h2 .small,
413
-h3 .small,
414
-.h3 .small {
415
- font-size: 65%;
416
-}
417
-h4,
418
-.h4,
419
-h5,
420
-.h5,
421
-h6,
422
-.h6 {
423
- margin-top: 10px;
424
- margin-bottom: 10px;
425
-}
426
-h4 small,
427
-.h4 small,
428
-h5 small,
429
-.h5 small,
430
-h6 small,
431
-.h6 small,
432
-h4 .small,
433
-.h4 .small,
434
-h5 .small,
435
-.h5 .small,
436
-h6 .small,
437
-.h6 .small {
438
- font-size: 75%;
439
-}
440
-h1,
441
-.h1 {
442
- font-size: 36px;
443
-}
444
-h2,
445
-.h2 {
446
- font-size: 30px;
447
-}
448
-h3,
449
-.h3 {
450
- font-size: 24px;
451
-}
452
-h4,
453
-.h4 {
454
- font-size: 18px;
455
-}
456
-h5,
457
-.h5 {
458
- font-size: 14px;
459
-}
460
-h6,
461
-.h6 {
462
- font-size: 12px;
463
-}
464
-p {
465
- margin: 0 0 10px;
466
-}
467
-.lead {
468
- margin-bottom: 20px;
469
- font-size: 16px;
470
- font-weight: 200;
471
- line-height: 1.4;
472
-}
473
-@media (min-width: 768px) {
474
- .lead {
475
- font-size: 21px;
476
- }
477
-}
478
-small,
479
-.small {
480
- font-size: 85%;
481
-}
482
-cite {
483
- font-style: normal;
484
-}
485
-.text-left {
486
- text-align: left;
487
-}
488
-.text-right {
489
- text-align: right;
490
-}
491
-.text-center {
492
- text-align: center;
493
-}
494
-.text-justify {
495
- text-align: justify;
496
-}
497
-.text-muted {
498
- color: #999;
499
-}
500
-.text-primary {
501
- color: #428bca;
502
-}
503
-a.text-primary:hover {
504
- color: #3071a9;
505
-}
506
-.text-success {
507
- color: #3c763d;
508
-}
509
-a.text-success:hover {
510
- color: #2b542c;
511
-}
512
-.text-info {
513
- color: #31708f;
514
-}
515
-a.text-info:hover {
516
- color: #245269;
517
-}
518
-.text-warning {
519
- color: #8a6d3b;
520
-}
521
-a.text-warning:hover {
522
- color: #66512c;
523
-}
524
-.text-danger {
525
- color: #a94442;
526
-}
527
-a.text-danger:hover {
528
- color: #843534;
529
-}
530
-.bg-primary {
531
- color: #fff;
532
- background-color: #428bca;
533
-}
534
-a.bg-primary:hover {
535
- background-color: #3071a9;
536
-}
537
-.bg-success {
538
- background-color: #dff0d8;
539
-}
540
-a.bg-success:hover {
541
- background-color: #c1e2b3;
542
-}
543
-.bg-info {
544
- background-color: #d9edf7;
545
-}
546
-a.bg-info:hover {
547
- background-color: #afd9ee;
548
-}
549
-.bg-warning {
550
- background-color: #fcf8e3;
551
-}
552
-a.bg-warning:hover {
553
- background-color: #f7ecb5;
554
-}
555
-.bg-danger {
556
- background-color: #f2dede;
557
-}
558
-a.bg-danger:hover {
559
- background-color: #e4b9b9;
560
-}
561
-.page-header {
562
- padding-bottom: 9px;
563
- margin: 40px 0 20px;
564
- border-bottom: 1px solid #eee;
565
-}
566
-ul,
567
-ol {
568
- margin-top: 0;
569
- margin-bottom: 10px;
570
-}
571
-ul ul,
572
-ol ul,
573
-ul ol,
574
-ol ol {
575
- margin-bottom: 0;
576
-}
577
-.list-unstyled {
578
- padding-left: 0;
579
- list-style: none;
580
-}
581
-.list-inline {
582
- padding-left: 0;
583
- list-style: none;
584
-}
585
-.list-inline > li {
586
- display: inline-block;
587
- padding-right: 5px;
588
- padding-left: 5px;
589
-}
590
-.list-inline > li:first-child {
591
- padding-left: 0;
592
-}
593
-dl {
594
- margin-top: 0;
595
- margin-bottom: 20px;
596
-}
597
-dt,
598
-dd {
599
- line-height: 1.428571429;
600
-}
601
-dt {
602
- font-weight: bold;
603
-}
604
-dd {
605
- margin-left: 0;
606
-}
607
-@media (min-width: 768px) {
608
- .dl-horizontal dt {
609
- float: left;
610
- width: 160px;
611
- overflow: hidden;
612
- clear: left;
613
- text-align: right;
614
- text-overflow: ellipsis;
615
- white-space: nowrap;
616
- }
617
- .dl-horizontal dd {
618
- margin-left: 180px;
619
- }
620
-}
621
-abbr[title],
622
-abbr[data-original-title] {
623
- cursor: help;
624
- border-bottom: 1px dotted #999;
625
-}
626
-.initialism {
627
- font-size: 90%;
628
- text-transform: uppercase;
629
-}
630
-blockquote {
631
- padding: 10px 20px;
632
- margin: 0 0 20px;
633
- font-size: 17.5px;
634
- border-left: 5px solid #eee;
635
-}
636
-blockquote p:last-child,
637
-blockquote ul:last-child,
638
-blockquote ol:last-child {
639
- margin-bottom: 0;
640
-}
641
-blockquote footer,
642
-blockquote small,
643
-blockquote .small {
644
- display: block;
645
- font-size: 80%;
646
- line-height: 1.428571429;
647
- color: #999;
648
-}
649
-blockquote footer:before,
650
-blockquote small:before,
651
-blockquote .small:before {
652
- content: '\2014 \00A0';
653
-}
654
-.blockquote-reverse,
655
-blockquote.pull-right {
656
- padding-right: 15px;
657
- padding-left: 0;
658
- text-align: right;
659
- border-right: 5px solid #eee;
660
- border-left: 0;
661
-}
662
-.blockquote-reverse footer:before,
663
-blockquote.pull-right footer:before,
664
-.blockquote-reverse small:before,
665
-blockquote.pull-right small:before,
666
-.blockquote-reverse .small:before,
667
-blockquote.pull-right .small:before {
668
- content: '';
669
-}
670
-.blockquote-reverse footer:after,
671
-blockquote.pull-right footer:after,
672
-.blockquote-reverse small:after,
673
-blockquote.pull-right small:after,
674
-.blockquote-reverse .small:after,
675
-blockquote.pull-right .small:after {
676
- content: '\00A0 \2014';
677
-}
678
-blockquote:before,
679
-blockquote:after {
680
- content: "";
681
-}
682
-address {
683
- margin-bottom: 20px;
684
- font-style: normal;
685
- line-height: 1.428571429;
686
-}
687
-code,
688
-kbd,
689
-pre,
690
-samp {
691
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
692
-}
693
-code {
694
- padding: 2px 4px;
695
- font-size: 90%;
696
- color: #c7254e;
697
- white-space: nowrap;
698
- background-color: #f9f2f4;
699
- border-radius: 4px;
700
-}
701
-kbd {
702
- padding: 2px 4px;
703
- font-size: 90%;
704
- color: #fff;
705
- background-color: #333;
706
- border-radius: 3px;
707
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
708
-}
709
-pre {
710
- display: block;
711
- padding: 9.5px;
712
- margin: 0 0 10px;
713
- font-size: 13px;
714
- line-height: 1.428571429;
715
- color: #333;
716
- word-break: break-all;
717
- word-wrap: break-word;
718
- background-color: #f5f5f5;
719
- border: 1px solid #ccc;
720
- border-radius: 4px;
721
-}
722
-pre code {
723
- padding: 0;
724
- font-size: inherit;
725
- color: inherit;
726
- white-space: pre-wrap;
727
- background-color: transparent;
728
- border-radius: 0;
729
-}
730
-.pre-scrollable {
731
- max-height: 340px;
732
- overflow-y: scroll;
733
-}
734
-.container {
735
- padding-right: 15px;
736
- padding-left: 15px;
737
- margin-right: auto;
738
- margin-left: auto;
739
-}
740
-@media (min-width: 768px) {
741
- .container {
742
- width: 750px;
743
- }
744
-}
745
-@media (min-width: 992px) {
746
- .container {
747
- width: 970px;
748
- }
749
-}
750
-@media (min-width: 1200px) {
751
- .container {
752
- width: 1170px;
753
- }
754
-}
755
-.container-fluid {
756
- padding-right: 15px;
757
- padding-left: 15px;
758
- margin-right: auto;
759
- margin-left: auto;
760
-}
761
-.row {
762
- margin-right: -15px;
763
- margin-left: -15px;
764
-}
765
-.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
766
- position: relative;
767
- min-height: 1px;
768
- padding-right: 15px;
769
- padding-left: 15px;
770
-}
771
-.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
772
- float: left;
773
-}
774
-.col-xs-12 {
775
- width: 100%;
776
-}
777
-.col-xs-11 {
778
- width: 91.66666666666666%;
779
-}
780
-.col-xs-10 {
781
- width: 83.33333333333334%;
782
-}
783
-.col-xs-9 {
784
- width: 75%;
785
-}
786
-.col-xs-8 {
787
- width: 66.66666666666666%;
788
-}
789
-.col-xs-7 {
790
- width: 58.333333333333336%;
791
-}
792
-.col-xs-6 {
793
- width: 50%;
794
-}
795
-.col-xs-5 {
796
- width: 41.66666666666667%;
797
-}
798
-.col-xs-4 {
799
- width: 33.33333333333333%;
800
-}
801
-.col-xs-3 {
802
- width: 25%;
803
-}
804
-.col-xs-2 {
805
- width: 16.666666666666664%;
806
-}
807
-.col-xs-1 {
808
- width: 8.333333333333332%;
809
-}
810
-.col-xs-pull-12 {
811
- right: 100%;
812
-}
813
-.col-xs-pull-11 {
814
- right: 91.66666666666666%;
815
-}
816
-.col-xs-pull-10 {
817
- right: 83.33333333333334%;
818
-}
819
-.col-xs-pull-9 {
820
- right: 75%;
821
-}
822
-.col-xs-pull-8 {
823
- right: 66.66666666666666%;
824
-}
825
-.col-xs-pull-7 {
826
- right: 58.333333333333336%;
827
-}
828
-.col-xs-pull-6 {
829
- right: 50%;
830
-}
831
-.col-xs-pull-5 {
832
- right: 41.66666666666667%;
833
-}
834
-.col-xs-pull-4 {
835
- right: 33.33333333333333%;
836
-}
837
-.col-xs-pull-3 {
838
- right: 25%;
839
-}
840
-.col-xs-pull-2 {
841
- right: 16.666666666666664%;
842
-}
843
-.col-xs-pull-1 {
844
- right: 8.333333333333332%;
845
-}
846
-.col-xs-pull-0 {
847
- right: 0;
848
-}
849
-.col-xs-push-12 {
850
- left: 100%;
851
-}
852
-.col-xs-push-11 {
853
- left: 91.66666666666666%;
854
-}
855
-.col-xs-push-10 {
856
- left: 83.33333333333334%;
857
-}
858
-.col-xs-push-9 {
859
- left: 75%;
860
-}
861
-.col-xs-push-8 {
862
- left: 66.66666666666666%;
863
-}
864
-.col-xs-push-7 {
865
- left: 58.333333333333336%;
866
-}
867
-.col-xs-push-6 {
868
- left: 50%;
869
-}
870
-.col-xs-push-5 {
871
- left: 41.66666666666667%;
872
-}
873
-.col-xs-push-4 {
874
- left: 33.33333333333333%;
875
-}
876
-.col-xs-push-3 {
877
- left: 25%;
878
-}
879
-.col-xs-push-2 {
880
- left: 16.666666666666664%;
881
-}
882
-.col-xs-push-1 {
883
- left: 8.333333333333332%;
884
-}
885
-.col-xs-push-0 {
886
- left: 0;
887
-}
888
-.col-xs-offset-12 {
889
- margin-left: 100%;
890
-}
891
-.col-xs-offset-11 {
892
- margin-left: 91.66666666666666%;
893
-}
894
-.col-xs-offset-10 {
895
- margin-left: 83.33333333333334%;
896
-}
897
-.col-xs-offset-9 {
898
- margin-left: 75%;
899
-}
900
-.col-xs-offset-8 {
901
- margin-left: 66.66666666666666%;
902
-}
903
-.col-xs-offset-7 {
904
- margin-left: 58.333333333333336%;
905
-}
906
-.col-xs-offset-6 {
907
- margin-left: 50%;
908
-}
909
-.col-xs-offset-5 {
910
- margin-left: 41.66666666666667%;
911
-}
912
-.col-xs-offset-4 {
913
- margin-left: 33.33333333333333%;
914
-}
915
-.col-xs-offset-3 {
916
- margin-left: 25%;
917
-}
918
-.col-xs-offset-2 {
919
- margin-left: 16.666666666666664%;
920
-}
921
-.col-xs-offset-1 {
922
- margin-left: 8.333333333333332%;
923
-}
924
-.col-xs-offset-0 {
925
- margin-left: 0;
926
-}
927
-@media (min-width: 768px) {
928
- .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
929
- float: left;
930
- }
931
- .col-sm-12 {
932
- width: 100%;
933
- }
934
- .col-sm-11 {
935
- width: 91.66666666666666%;
936
- }
937
- .col-sm-10 {
938
- width: 83.33333333333334%;
939
- }
940
- .col-sm-9 {
941
- width: 75%;
942
- }
943
- .col-sm-8 {
944
- width: 66.66666666666666%;
945
- }
946
- .col-sm-7 {
947
- width: 58.333333333333336%;
948
- }
949
- .col-sm-6 {
950
- width: 50%;
951
- }
952
- .col-sm-5 {
953
- width: 41.66666666666667%;
954
- }
955
- .col-sm-4 {
956
- width: 33.33333333333333%;
957
- }
958
- .col-sm-3 {
959
- width: 25%;
960
- }
961
- .col-sm-2 {
962
- width: 16.666666666666664%;
963
- }
964
- .col-sm-1 {
965
- width: 8.333333333333332%;
966
- }
967
- .col-sm-pull-12 {
968
- right: 100%;
969
- }
970
- .col-sm-pull-11 {
971
- right: 91.66666666666666%;
972
- }
973
- .col-sm-pull-10 {
974
- right: 83.33333333333334%;
975
- }
976
- .col-sm-pull-9 {
977
- right: 75%;
978
- }
979
- .col-sm-pull-8 {
980
- right: 66.66666666666666%;
981
- }
982
- .col-sm-pull-7 {
983
- right: 58.333333333333336%;
984
- }
985
- .col-sm-pull-6 {
986
- right: 50%;
987
- }
988
- .col-sm-pull-5 {
989
- right: 41.66666666666667%;
990
- }
991
- .col-sm-pull-4 {
992
- right: 33.33333333333333%;
993
- }
994
- .col-sm-pull-3 {
995
- right: 25%;
996
- }
997
- .col-sm-pull-2 {
998
- right: 16.666666666666664%;
999
- }
1000
- .col-sm-pull-1 {
1001
- right: 8.333333333333332%;
1002
- }
1003
- .col-sm-pull-0 {
1004
- right: 0;
1005
- }
1006
- .col-sm-push-12 {
1007
- left: 100%;
1008
- }
1009
- .col-sm-push-11 {
1010
- left: 91.66666666666666%;
1011
- }
1012
- .col-sm-push-10 {
1013
- left: 83.33333333333334%;
1014
- }
1015
- .col-sm-push-9 {
1016
- left: 75%;
1017
- }
1018
- .col-sm-push-8 {
1019
- left: 66.66666666666666%;
1020
- }
1021
- .col-sm-push-7 {
1022
- left: 58.333333333333336%;
1023
- }
1024
- .col-sm-push-6 {
1025
- left: 50%;
1026
- }
1027
- .col-sm-push-5 {
1028
- left: 41.66666666666667%;
1029
- }
1030
- .col-sm-push-4 {
1031
- left: 33.33333333333333%;
1032
- }
1033
- .col-sm-push-3 {
1034
- left: 25%;
1035
- }
1036
- .col-sm-push-2 {
1037
- left: 16.666666666666664%;
1038
- }
1039
- .col-sm-push-1 {
1040
- left: 8.333333333333332%;
1041
- }
1042
- .col-sm-push-0 {
1043
- left: 0;
1044
- }
1045
- .col-sm-offset-12 {
1046
- margin-left: 100%;
1047
- }
1048
- .col-sm-offset-11 {
1049
- margin-left: 91.66666666666666%;
1050
- }
1051
- .col-sm-offset-10 {
1052
- margin-left: 83.33333333333334%;
1053
- }
1054
- .col-sm-offset-9 {
1055
- margin-left: 75%;
1056
- }
1057
- .col-sm-offset-8 {
1058
- margin-left: 66.66666666666666%;
1059
- }
1060
- .col-sm-offset-7 {
1061
- margin-left: 58.333333333333336%;
1062
- }
1063
- .col-sm-offset-6 {
1064
- margin-left: 50%;
1065
- }
1066
- .col-sm-offset-5 {
1067
- margin-left: 41.66666666666667%;
1068
- }
1069
- .col-sm-offset-4 {
1070
- margin-left: 33.33333333333333%;
1071
- }
1072
- .col-sm-offset-3 {
1073
- margin-left: 25%;
1074
- }
1075
- .col-sm-offset-2 {
1076
- margin-left: 16.666666666666664%;
1077
- }
1078
- .col-sm-offset-1 {
1079
- margin-left: 8.333333333333332%;
1080
- }
1081
- .col-sm-offset-0 {
1082
- margin-left: 0;
1083
- }
1084
-}
1085
-@media (min-width: 992px) {
1086
- .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
1087
- float: left;
1088
- }
1089
- .col-md-12 {
1090
- width: 100%;
1091
- }
1092
- .col-md-11 {
1093
- width: 91.66666666666666%;
1094
- }
1095
- .col-md-10 {
1096
- width: 83.33333333333334%;
1097
- }
1098
- .col-md-9 {
1099
- width: 75%;
1100
- }
1101
- .col-md-8 {
1102
- width: 66.66666666666666%;
1103
- }
1104
- .col-md-7 {
1105
- width: 58.333333333333336%;
1106
- }
1107
- .col-md-6 {
1108
- width: 50%;
1109
- }
1110
- .col-md-5 {
1111
- width: 41.66666666666667%;
1112
- }
1113
- .col-md-4 {
1114
- width: 33.33333333333333%;
1115
- }
1116
- .col-md-3 {
1117
- width: 25%;
1118
- }
1119
- .col-md-2 {
1120
- width: 16.666666666666664%;
1121
- }
1122
- .col-md-1 {
1123
- width: 8.333333333333332%;
1124
- }
1125
- .col-md-pull-12 {
1126
- right: 100%;
1127
- }
1128
- .col-md-pull-11 {
1129
- right: 91.66666666666666%;
1130
- }
1131
- .col-md-pull-10 {
1132
- right: 83.33333333333334%;
1133
- }
1134
- .col-md-pull-9 {
1135
- right: 75%;
1136
- }
1137
- .col-md-pull-8 {
1138
- right: 66.66666666666666%;
1139
- }
1140
- .col-md-pull-7 {
1141
- right: 58.333333333333336%;
1142
- }
1143
- .col-md-pull-6 {
1144
- right: 50%;
1145
- }
1146
- .col-md-pull-5 {
1147
- right: 41.66666666666667%;
1148
- }
1149
- .col-md-pull-4 {
1150
- right: 33.33333333333333%;
1151
- }
1152
- .col-md-pull-3 {
1153
- right: 25%;
1154
- }
1155
- .col-md-pull-2 {
1156
- right: 16.666666666666664%;
1157
- }
1158
- .col-md-pull-1 {
1159
- right: 8.333333333333332%;
1160
- }
1161
- .col-md-pull-0 {
1162
- right: 0;
1163
- }
1164
- .col-md-push-12 {
1165
- left: 100%;
1166
- }
1167
- .col-md-push-11 {
1168
- left: 91.66666666666666%;
1169
- }
1170
- .col-md-push-10 {
1171
- left: 83.33333333333334%;
1172
- }
1173
- .col-md-push-9 {
1174
- left: 75%;
1175
- }
1176
- .col-md-push-8 {
1177
- left: 66.66666666666666%;
1178
- }
1179
- .col-md-push-7 {
1180
- left: 58.333333333333336%;
1181
- }
1182
- .col-md-push-6 {
1183
- left: 50%;
1184
- }
1185
- .col-md-push-5 {
1186
- left: 41.66666666666667%;
1187
- }
1188
- .col-md-push-4 {
1189
- left: 33.33333333333333%;
1190
- }
1191
- .col-md-push-3 {
1192
- left: 25%;
1193
- }
1194
- .col-md-push-2 {
1195
- left: 16.666666666666664%;
1196
- }
1197
- .col-md-push-1 {
1198
- left: 8.333333333333332%;
1199
- }
1200
- .col-md-push-0 {
1201
- left: 0;
1202
- }
1203
- .col-md-offset-12 {
1204
- margin-left: 100%;
1205
- }
1206
- .col-md-offset-11 {
1207
- margin-left: 91.66666666666666%;
1208
- }
1209
- .col-md-offset-10 {
1210
- margin-left: 83.33333333333334%;
1211
- }
1212
- .col-md-offset-9 {
1213
- margin-left: 75%;
1214
- }
1215
- .col-md-offset-8 {
1216
- margin-left: 66.66666666666666%;
1217
- }
1218
- .col-md-offset-7 {
1219
- margin-left: 58.333333333333336%;
1220
- }
1221
- .col-md-offset-6 {
1222
- margin-left: 50%;
1223
- }
1224
- .col-md-offset-5 {
1225
- margin-left: 41.66666666666667%;
1226
- }
1227
- .col-md-offset-4 {
1228
- margin-left: 33.33333333333333%;
1229
- }
1230
- .col-md-offset-3 {
1231
- margin-left: 25%;
1232
- }
1233
- .col-md-offset-2 {
1234
- margin-left: 16.666666666666664%;
1235
- }
1236
- .col-md-offset-1 {
1237
- margin-left: 8.333333333333332%;
1238
- }
1239
- .col-md-offset-0 {
1240
- margin-left: 0;
1241
- }
1242
-}
1243
-@media (min-width: 1200px) {
1244
- .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
1245
- float: left;
1246
- }
1247
- .col-lg-12 {
1248
- width: 100%;
1249
- }
1250
- .col-lg-11 {
1251
- width: 91.66666666666666%;
1252
- }
1253
- .col-lg-10 {
1254
- width: 83.33333333333334%;
1255
- }
1256
- .col-lg-9 {
1257
- width: 75%;
1258
- }
1259
- .col-lg-8 {
1260
- width: 66.66666666666666%;
1261
- }
1262
- .col-lg-7 {
1263
- width: 58.333333333333336%;
1264
- }
1265
- .col-lg-6 {
1266
- width: 50%;
1267
- }
1268
- .col-lg-5 {
1269
- width: 41.66666666666667%;
1270
- }
1271
- .col-lg-4 {
1272
- width: 33.33333333333333%;
1273
- }
1274
- .col-lg-3 {
1275
- width: 25%;
1276
- }
1277
- .col-lg-2 {
1278
- width: 16.666666666666664%;
1279
- }
1280
- .col-lg-1 {
1281
- width: 8.333333333333332%;
1282
- }
1283
- .col-lg-pull-12 {
1284
- right: 100%;
1285
- }
1286
- .col-lg-pull-11 {
1287
- right: 91.66666666666666%;
1288
- }
1289
- .col-lg-pull-10 {
1290
- right: 83.33333333333334%;
1291
- }
1292
- .col-lg-pull-9 {
1293
- right: 75%;
1294
- }
1295
- .col-lg-pull-8 {
1296
- right: 66.66666666666666%;
1297
- }
1298
- .col-lg-pull-7 {
1299
- right: 58.333333333333336%;
1300
- }
1301
- .col-lg-pull-6 {
1302
- right: 50%;
1303
- }
1304
- .col-lg-pull-5 {
1305
- right: 41.66666666666667%;
1306
- }
1307
- .col-lg-pull-4 {
1308
- right: 33.33333333333333%;
1309
- }
1310
- .col-lg-pull-3 {
1311
- right: 25%;
1312
- }
1313
- .col-lg-pull-2 {
1314
- right: 16.666666666666664%;
1315
- }
1316
- .col-lg-pull-1 {
1317
- right: 8.333333333333332%;
1318
- }
1319
- .col-lg-pull-0 {
1320
- right: 0;
1321
- }
1322
- .col-lg-push-12 {
1323
- left: 100%;
1324
- }
1325
- .col-lg-push-11 {
1326
- left: 91.66666666666666%;
1327
- }
1328
- .col-lg-push-10 {
1329
- left: 83.33333333333334%;
1330
- }
1331
- .col-lg-push-9 {
1332
- left: 75%;
1333
- }
1334
- .col-lg-push-8 {
1335
- left: 66.66666666666666%;
1336
- }
1337
- .col-lg-push-7 {
1338
- left: 58.333333333333336%;
1339
- }
1340
- .col-lg-push-6 {
1341
- left: 50%;
1342
- }
1343
- .col-lg-push-5 {
1344
- left: 41.66666666666667%;
1345
- }
1346
- .col-lg-push-4 {
1347
- left: 33.33333333333333%;
1348
- }
1349
- .col-lg-push-3 {
1350
- left: 25%;
1351
- }
1352
- .col-lg-push-2 {
1353
- left: 16.666666666666664%;
1354
- }
1355
- .col-lg-push-1 {
1356
- left: 8.333333333333332%;
1357
- }
1358
- .col-lg-push-0 {
1359
- left: 0;
1360
- }
1361
- .col-lg-offset-12 {
1362
- margin-left: 100%;
1363
- }
1364
- .col-lg-offset-11 {
1365
- margin-left: 91.66666666666666%;
1366
- }
1367
- .col-lg-offset-10 {
1368
- margin-left: 83.33333333333334%;
1369
- }
1370
- .col-lg-offset-9 {
1371
- margin-left: 75%;
1372
- }
1373
- .col-lg-offset-8 {
1374
- margin-left: 66.66666666666666%;
1375
- }
1376
- .col-lg-offset-7 {
1377
- margin-left: 58.333333333333336%;
1378
- }
1379
- .col-lg-offset-6 {
1380
- margin-left: 50%;
1381
- }
1382
- .col-lg-offset-5 {
1383
- margin-left: 41.66666666666667%;
1384
- }
1385
- .col-lg-offset-4 {
1386
- margin-left: 33.33333333333333%;
1387
- }
1388
- .col-lg-offset-3 {
1389
- margin-left: 25%;
1390
- }
1391
- .col-lg-offset-2 {
1392
- margin-left: 16.666666666666664%;
1393
- }
1394
- .col-lg-offset-1 {
1395
- margin-left: 8.333333333333332%;
1396
- }
1397
- .col-lg-offset-0 {
1398
- margin-left: 0;
1399
- }
1400
-}
1401
-table {
1402
- max-width: 100%;
1403
- background-color: transparent;
1404
-}
1405
-th {
1406
- text-align: left;
1407
-}
1408
-.table {
1409
- width: 100%;
1410
- margin-bottom: 20px;
1411
-}
1412
-.table > thead > tr > th,
1413
-.table > tbody > tr > th,
1414
-.table > tfoot > tr > th,
1415
-.table > thead > tr > td,
1416
-.table > tbody > tr > td,
1417
-.table > tfoot > tr > td {
1418
- padding: 8px;
1419
- line-height: 1.428571429;
1420
- vertical-align: top;
1421
- border-top: 1px solid #ddd;
1422
-}
1423
-.table > thead > tr > th {
1424
- vertical-align: bottom;
1425
- border-bottom: 2px solid #ddd;
1426
-}
1427
-.table > caption + thead > tr:first-child > th,
1428
-.table > colgroup + thead > tr:first-child > th,
1429
-.table > thead:first-child > tr:first-child > th,
1430
-.table > caption + thead > tr:first-child > td,
1431
-.table > colgroup + thead > tr:first-child > td,
1432
-.table > thead:first-child > tr:first-child > td {
1433
- border-top: 0;
1434
-}
1435
-.table > tbody + tbody {
1436
- border-top: 2px solid #ddd;
1437
-}
1438
-.table .table {
1439
- background-color: #fff;
1440
-}
1441
-.table-condensed > thead > tr > th,
1442
-.table-condensed > tbody > tr > th,
1443
-.table-condensed > tfoot > tr > th,
1444
-.table-condensed > thead > tr > td,
1445
-.table-condensed > tbody > tr > td,
1446
-.table-condensed > tfoot > tr > td {
1447
- padding: 5px;
1448
-}
1449
-.table-bordered {
1450
- border: 1px solid #ddd;
1451
-}
1452
-.table-bordered > thead > tr > th,
1453
-.table-bordered > tbody > tr > th,
1454
-.table-bordered > tfoot > tr > th,
1455
-.table-bordered > thead > tr > td,
1456
-.table-bordered > tbody > tr > td,
1457
-.table-bordered > tfoot > tr > td {
1458
- border: 1px solid #ddd;
1459
-}
1460
-.table-bordered > thead > tr > th,
1461
-.table-bordered > thead > tr > td {
1462
- border-bottom-width: 2px;
1463
-}
1464
-.table-striped > tbody > tr:nth-child(odd) > td,
1465
-.table-striped > tbody > tr:nth-child(odd) > th {
1466
- background-color: #f9f9f9;
1467
-}
1468
-.table-hover > tbody > tr:hover > td,
1469
-.table-hover > tbody > tr:hover > th {
1470
- background-color: #f5f5f5;
1471
-}
1472
-table col[class*="col-"] {
1473
- position: static;
1474
- display: table-column;
1475
- float: none;
1476
-}
1477
-table td[class*="col-"],
1478
-table th[class*="col-"] {
1479
- position: static;
1480
- display: table-cell;
1481
- float: none;
1482
-}
1483
-.table > thead > tr > td.active,
1484
-.table > tbody > tr > td.active,
1485
-.table > tfoot > tr > td.active,
1486
-.table > thead > tr > th.active,
1487
-.table > tbody > tr > th.active,
1488
-.table > tfoot > tr > th.active,
1489
-.table > thead > tr.active > td,
1490
-.table > tbody > tr.active > td,
1491
-.table > tfoot > tr.active > td,
1492
-.table > thead > tr.active > th,
1493
-.table > tbody > tr.active > th,
1494
-.table > tfoot > tr.active > th {
1495
- background-color: #f5f5f5;
1496
-}
1497
-.table-hover > tbody > tr > td.active:hover,
1498
-.table-hover > tbody > tr > th.active:hover,
1499
-.table-hover > tbody > tr.active:hover > td,
1500
-.table-hover > tbody > tr.active:hover > th {
1501
- background-color: #e8e8e8;
1502
-}
1503
-.table > thead > tr > td.success,
1504
-.table > tbody > tr > td.success,
1505
-.table > tfoot > tr > td.success,
1506
-.table > thead > tr > th.success,
1507
-.table > tbody > tr > th.success,
1508
-.table > tfoot > tr > th.success,
1509
-.table > thead > tr.success > td,
1510
-.table > tbody > tr.success > td,
1511
-.table > tfoot > tr.success > td,
1512
-.table > thead > tr.success > th,
1513
-.table > tbody > tr.success > th,
1514
-.table > tfoot > tr.success > th {
1515
- background-color: #dff0d8;
1516
-}
1517
-.table-hover > tbody > tr > td.success:hover,
1518
-.table-hover > tbody > tr > th.success:hover,
1519
-.table-hover > tbody > tr.success:hover > td,
1520
-.table-hover > tbody > tr.success:hover > th {
1521
- background-color: #d0e9c6;
1522
-}
1523
-.table > thead > tr > td.info,
1524
-.table > tbody > tr > td.info,
1525
-.table > tfoot > tr > td.info,
1526
-.table > thead > tr > th.info,
1527
-.table > tbody > tr > th.info,
1528
-.table > tfoot > tr > th.info,
1529
-.table > thead > tr.info > td,
1530
-.table > tbody > tr.info > td,
1531
-.table > tfoot > tr.info > td,
1532
-.table > thead > tr.info > th,
1533
-.table > tbody > tr.info > th,
1534
-.table > tfoot > tr.info > th {
1535
- background-color: #d9edf7;
1536
-}
1537
-.table-hover > tbody > tr > td.info:hover,
1538
-.table-hover > tbody > tr > th.info:hover,
1539
-.table-hover > tbody > tr.info:hover > td,
1540
-.table-hover > tbody > tr.info:hover > th {
1541
- background-color: #c4e3f3;
1542
-}
1543
-.table > thead > tr > td.warning,
1544
-.table > tbody > tr > td.warning,
1545
-.table > tfoot > tr > td.warning,
1546
-.table > thead > tr > th.warning,
1547
-.table > tbody > tr > th.warning,
1548
-.table > tfoot > tr > th.warning,
1549
-.table > thead > tr.warning > td,
1550
-.table > tbody > tr.warning > td,
1551
-.table > tfoot > tr.warning > td,
1552
-.table > thead > tr.warning > th,
1553
-.table > tbody > tr.warning > th,
1554
-.table > tfoot > tr.warning > th {
1555
- background-color: #fcf8e3;
1556
-}
1557
-.table-hover > tbody > tr > td.warning:hover,
1558
-.table-hover > tbody > tr > th.warning:hover,
1559
-.table-hover > tbody > tr.warning:hover > td,
1560
-.table-hover > tbody > tr.warning:hover > th {
1561
- background-color: #faf2cc;
1562
-}
1563
-.table > thead > tr > td.danger,
1564
-.table > tbody > tr > td.danger,
1565
-.table > tfoot > tr > td.danger,
1566
-.table > thead > tr > th.danger,
1567
-.table > tbody > tr > th.danger,
1568
-.table > tfoot > tr > th.danger,
1569
-.table > thead > tr.danger > td,
1570
-.table > tbody > tr.danger > td,
1571
-.table > tfoot > tr.danger > td,
1572
-.table > thead > tr.danger > th,
1573
-.table > tbody > tr.danger > th,
1574
-.table > tfoot > tr.danger > th {
1575
- background-color: #f2dede;
1576
-}
1577
-.table-hover > tbody > tr > td.danger:hover,
1578
-.table-hover > tbody > tr > th.danger:hover,
1579
-.table-hover > tbody > tr.danger:hover > td,
1580
-.table-hover > tbody > tr.danger:hover > th {
1581
- background-color: #ebcccc;
1582
-}
1583
-@media (max-width: 767px) {
1584
- .table-responsive {
1585
- width: 100%;
1586
- margin-bottom: 15px;
1587
- overflow-x: scroll;
1588
- overflow-y: hidden;
1589
- -webkit-overflow-scrolling: touch;
1590
- -ms-overflow-style: -ms-autohiding-scrollbar;
1591
- border: 1px solid #ddd;
1592
- }
1593
- .table-responsive > .table {
1594
- margin-bottom: 0;
1595
- }
1596
- .table-responsive > .table > thead > tr > th,
1597
- .table-responsive > .table > tbody > tr > th,
1598
- .table-responsive > .table > tfoot > tr > th,
1599
- .table-responsive > .table > thead > tr > td,
1600
- .table-responsive > .table > tbody > tr > td,
1601
- .table-responsive > .table > tfoot > tr > td {
1602
- white-space: nowrap;
1603
- }
1604
- .table-responsive > .table-bordered {
1605
- border: 0;
1606
- }
1607
- .table-responsive > .table-bordered > thead > tr > th:first-child,
1608
- .table-responsive > .table-bordered > tbody > tr > th:first-child,
1609
- .table-responsive > .table-bordered > tfoot > tr > th:first-child,
1610
- .table-responsive > .table-bordered > thead > tr > td:first-child,
1611
- .table-responsive > .table-bordered > tbody > tr > td:first-child,
1612
- .table-responsive > .table-bordered > tfoot > tr > td:first-child {
1613
- border-left: 0;
1614
- }
1615
- .table-responsive > .table-bordered > thead > tr > th:last-child,
1616
- .table-responsive > .table-bordered > tbody > tr > th:last-child,
1617
- .table-responsive > .table-bordered > tfoot > tr > th:last-child,
1618
- .table-responsive > .table-bordered > thead > tr > td:last-child,
1619
- .table-responsive > .table-bordered > tbody > tr > td:last-child,
1620
- .table-responsive > .table-bordered > tfoot > tr > td:last-child {
1621
- border-right: 0;
1622
- }
1623
- .table-responsive > .table-bordered > tbody > tr:last-child > th,
1624
- .table-responsive > .table-bordered > tfoot > tr:last-child > th,
1625
- .table-responsive > .table-bordered > tbody > tr:last-child > td,
1626
- .table-responsive > .table-bordered > tfoot > tr:last-child > td {
1627
- border-bottom: 0;
1628
- }
1629
-}
1630
-fieldset {
1631
- min-width: 0;
1632
- padding: 0;
1633
- margin: 0;
1634
- border: 0;
1635
-}
1636
-legend {
1637
- display: block;
1638
- width: 100%;
1639
- padding: 0;
1640
- margin-bottom: 20px;
1641
- font-size: 21px;
1642
- line-height: inherit;
1643
- color: #333;
1644
- border: 0;
1645
- border-bottom: 1px solid #e5e5e5;
1646
-}
1647
-label {
1648
- display: inline-block;
1649
- margin-bottom: 5px;
1650
- font-weight: bold;
1651
-}
1652
-input[type="search"] {
1653
- -webkit-box-sizing: border-box;
1654
- -moz-box-sizing: border-box;
1655
- box-sizing: border-box;
1656
-}
1657
-input[type="radio"],
1658
-input[type="checkbox"] {
1659
- margin: 4px 0 0;
1660
- margin-top: 1px \9;
1661
- /* IE8-9 */
1662
- line-height: normal;
1663
-}
1664
-input[type="file"] {
1665
- display: block;
1666
-}
1667
-input[type="range"] {
1668
- display: block;
1669
- width: 100%;
1670
-}
1671
-select[multiple],
1672
-select[size] {
1673
- height: auto;
1674
-}
1675
-input[type="file"]:focus,
1676
-input[type="radio"]:focus,
1677
-input[type="checkbox"]:focus {
1678
- outline: thin dotted;
1679
- outline: 5px auto -webkit-focus-ring-color;
1680
- outline-offset: -2px;
1681
-}
1682
-output {
1683
- display: block;
1684
- padding-top: 7px;
1685
- font-size: 14px;
1686
- line-height: 1.428571429;
1687
- color: #555;
1688
-}
1689
-.form-control {
1690
- display: block;
1691
- width: 100%;
1692
- height: 34px;
1693
- padding: 6px 12px;
1694
- font-size: 14px;
1695
- line-height: 1.428571429;
1696
- color: #555;
1697
- background-color: #fff;
1698
- background-image: none;
1699
- border: 1px solid #ccc;
1700
- border-radius: 4px;
1701
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1702
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1703
- -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
1704
- transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
1705
-}
1706
-.form-control:focus {
1707
- border-color: #66afe9;
1708
- outline: 0;
1709
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
1710
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
1711
-}
1712
-.form-control:-moz-placeholder {
1713
- color: #999;
1714
-}
1715
-.form-control::-moz-placeholder {
1716
- color: #999;
1717
- opacity: 1;
1718
-}
1719
-.form-control:-ms-input-placeholder {
1720
- color: #999;
1721
-}
1722
-.form-control::-webkit-input-placeholder {
1723
- color: #999;
1724
-}
1725
-.form-control[disabled],
1726
-.form-control[readonly],
1727
-fieldset[disabled] .form-control {
1728
- cursor: not-allowed;
1729
- background-color: #eee;
1730
- opacity: 1;
1731
-}
1732
-textarea.form-control {
1733
- height: auto;
1734
-}
1735
-input[type="date"] {
1736
- line-height: 34px;
1737
-}
1738
-.form-group {
1739
- margin-bottom: 15px;
1740
-}
1741
-.radio,
1742
-.checkbox {
1743
- display: block;
1744
- min-height: 20px;
1745
- padding-left: 20px;
1746
- margin-top: 10px;
1747
- margin-bottom: 10px;
1748
-}
1749
-.radio label,
1750
-.checkbox label {
1751
- display: inline;
1752
- font-weight: normal;
1753
- cursor: pointer;
1754
-}
1755
-.radio input[type="radio"],
1756
-.radio-inline input[type="radio"],
1757
-.checkbox input[type="checkbox"],
1758
-.checkbox-inline input[type="checkbox"] {
1759
- float: left;
1760
- margin-left: -20px;
1761
-}
1762
-.radio + .radio,
1763
-.checkbox + .checkbox {
1764
- margin-top: -5px;
1765
-}
1766
-.radio-inline,
1767
-.checkbox-inline {
1768
- display: inline-block;
1769
- padding-left: 20px;
1770
- margin-bottom: 0;
1771
- font-weight: normal;
1772
- vertical-align: middle;
1773
- cursor: pointer;
1774
-}
1775
-.radio-inline + .radio-inline,
1776
-.checkbox-inline + .checkbox-inline {
1777
- margin-top: 0;
1778
- margin-left: 10px;
1779
-}
1780
-input[type="radio"][disabled],
1781
-input[type="checkbox"][disabled],
1782
-.radio[disabled],
1783
-.radio-inline[disabled],
1784
-.checkbox[disabled],
1785
-.checkbox-inline[disabled],
1786
-fieldset[disabled] input[type="radio"],
1787
-fieldset[disabled] input[type="checkbox"],
1788
-fieldset[disabled] .radio,
1789
-fieldset[disabled] .radio-inline,
1790
-fieldset[disabled] .checkbox,
1791
-fieldset[disabled] .checkbox-inline {
1792
- cursor: not-allowed;
1793
-}
1794
-.input-sm {
1795
- height: 30px;
1796
- padding: 5px 10px;
1797
- font-size: 12px;
1798
- line-height: 1.5;
1799
- border-radius: 3px;
1800
-}
1801
-select.input-sm {
1802
- height: 30px;
1803
- line-height: 30px;
1804
-}
1805
-textarea.input-sm,
1806
-select[multiple].input-sm {
1807
- height: auto;
1808
-}
1809
-.input-lg {
1810
- height: 46px;
1811
- padding: 10px 16px;
1812
- font-size: 18px;
1813
- line-height: 1.33;
1814
- border-radius: 6px;
1815
-}
1816
-select.input-lg {
1817
- height: 46px;
1818
- line-height: 46px;
1819
-}
1820
-textarea.input-lg,
1821
-select[multiple].input-lg {
1822
- height: auto;
1823
-}
1824
-.has-feedback {
1825
- position: relative;
1826
-}
1827
-.has-feedback .form-control {
1828
- padding-right: 42.5px;
1829
-}
1830
-.has-feedback .form-control-feedback {
1831
- position: absolute;
1832
- top: 25px;
1833
- right: 0;
1834
- display: block;
1835
- width: 34px;
1836
- height: 34px;
1837
- line-height: 34px;
1838
- text-align: center;
1839
-}
1840
-.has-success .help-block,
1841
-.has-success .control-label,
1842
-.has-success .radio,
1843
-.has-success .checkbox,
1844
-.has-success .radio-inline,
1845
-.has-success .checkbox-inline {
1846
- color: #3c763d;
1847
-}
1848
-.has-success .form-control {
1849
- border-color: #3c763d;
1850
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1851
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1852
-}
1853
-.has-success .form-control:focus {
1854
- border-color: #2b542c;
1855
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
1856
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
1857
-}
1858
-.has-success .input-group-addon {
1859
- color: #3c763d;
1860
- background-color: #dff0d8;
1861
- border-color: #3c763d;
1862
-}
1863
-.has-success .form-control-feedback {
1864
- color: #3c763d;
1865
-}
1866
-.has-warning .help-block,
1867
-.has-warning .control-label,
1868
-.has-warning .radio,
1869
-.has-warning .checkbox,
1870
-.has-warning .radio-inline,
1871
-.has-warning .checkbox-inline {
1872
- color: #8a6d3b;
1873
-}
1874
-.has-warning .form-control {
1875
- border-color: #8a6d3b;
1876
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1877
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1878
-}
1879
-.has-warning .form-control:focus {
1880
- border-color: #66512c;
1881
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
1882
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
1883
-}
1884
-.has-warning .input-group-addon {
1885
- color: #8a6d3b;
1886
- background-color: #fcf8e3;
1887
- border-color: #8a6d3b;
1888
-}
1889
-.has-warning .form-control-feedback {
1890
- color: #8a6d3b;
1891
-}
1892
-.has-error .help-block,
1893
-.has-error .control-label,
1894
-.has-error .radio,
1895
-.has-error .checkbox,
1896
-.has-error .radio-inline,
1897
-.has-error .checkbox-inline {
1898
- color: #a94442;
1899
-}
1900
-.has-error .form-control {
1901
- border-color: #a94442;
1902
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1903
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
1904
-}
1905
-.has-error .form-control:focus {
1906
- border-color: #843534;
1907
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
1908
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
1909
-}
1910
-.has-error .input-group-addon {
1911
- color: #a94442;
1912
- background-color: #f2dede;
1913
- border-color: #a94442;
1914
-}
1915
-.has-error .form-control-feedback {
1916
- color: #a94442;
1917
-}
1918
-.form-control-static {
1919
- margin-bottom: 0;
1920
-}
1921
-.help-block {
1922
- display: block;
1923
- margin-top: 5px;
1924
- margin-bottom: 10px;
1925
- color: #737373;
1926
-}
1927
-@media (min-width: 768px) {
1928
- .form-inline .form-group {
1929
- display: inline-block;
1930
- margin-bottom: 0;
1931
- vertical-align: middle;
1932
- }
1933
- .form-inline .form-control {
1934
- display: inline-block;
1935
- width: auto;
1936
- vertical-align: middle;
1937
- }
1938
- .form-inline .control-label {
1939
- margin-bottom: 0;
1940
- vertical-align: middle;
1941
- }
1942
- .form-inline .radio,
1943
- .form-inline .checkbox {
1944
- display: inline-block;
1945
- padding-left: 0;
1946
- margin-top: 0;
1947
- margin-bottom: 0;
1948
- vertical-align: middle;
1949
- }
1950
- .form-inline .radio input[type="radio"],
1951
- .form-inline .checkbox input[type="checkbox"] {
1952
- float: none;
1953
- margin-left: 0;
1954
- }
1955
- .form-inline .has-feedback .form-control-feedback {
1956
- top: 0;
1957
- }
1958
-}
1959
-.form-horizontal .control-label,
1960
-.form-horizontal .radio,
1961
-.form-horizontal .checkbox,
1962
-.form-horizontal .radio-inline,
1963
-.form-horizontal .checkbox-inline {
1964
- padding-top: 7px;
1965
- margin-top: 0;
1966
- margin-bottom: 0;
1967
-}
1968
-.form-horizontal .radio,
1969
-.form-horizontal .checkbox {
1970
- min-height: 27px;
1971
-}
1972
-.form-horizontal .form-group {
1973
- margin-right: -15px;
1974
- margin-left: -15px;
1975
-}
1976
-.form-horizontal .form-control-static {
1977
- padding-top: 7px;
1978
-}
1979
-@media (min-width: 768px) {
1980
- .form-horizontal .control-label {
1981
- text-align: right;
1982
- }
1983
-}
1984
-.form-horizontal .has-feedback .form-control-feedback {
1985
- top: 0;
1986
- right: 15px;
1987
-}
1988
-.btn {
1989
- display: inline-block;
1990
- padding: 6px 12px;
1991
- margin-bottom: 0;
1992
- font-size: 14px;
1993
- font-weight: normal;
1994
- line-height: 1.428571429;
1995
- text-align: center;
1996
- white-space: nowrap;
1997
- vertical-align: middle;
1998
- cursor: pointer;
1999
- -webkit-user-select: none;
2000
- -moz-user-select: none;
2001
- -ms-user-select: none;
2002
- -o-user-select: none;
2003
- user-select: none;
2004
- background-image: none;
2005
- border: 1px solid transparent;
2006
- border-radius: 4px;
2007
-}
2008
-.btn:focus {
2009
- outline: thin dotted;
2010
- outline: 5px auto -webkit-focus-ring-color;
2011
- outline-offset: -2px;
2012
-}
2013
-.btn:hover,
2014
-.btn:focus {
2015
- color: #333;
2016
- text-decoration: none;
2017
-}
2018
-.btn:active,
2019
-.btn.active {
2020
- background-image: none;
2021
- outline: 0;
2022
- -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
2023
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
2024
-}
2025
-.btn.disabled,
2026
-.btn[disabled],
2027
-fieldset[disabled] .btn {
2028
- pointer-events: none;
2029
- cursor: not-allowed;
2030
- filter: alpha(opacity=65);
2031
- -webkit-box-shadow: none;
2032
- box-shadow: none;
2033
- opacity: .65;
2034
-}
2035
-.btn-default {
2036
- color: #333;
2037
- background-color: #fff;
2038
- border-color: #ccc;
2039
-}
2040
-.btn-default:hover,
2041
-.btn-default:focus,
2042
-.btn-default:active,
2043
-.btn-default.active,
2044
-.open .dropdown-toggle.btn-default {
2045
- color: #333;
2046
- background-color: #ebebeb;
2047
- border-color: #adadad;
2048
-}
2049
-.btn-default:active,
2050
-.btn-default.active,
2051
-.open .dropdown-toggle.btn-default {
2052
- background-image: none;
2053
-}
2054
-.btn-default.disabled,
2055
-.btn-default[disabled],
2056
-fieldset[disabled] .btn-default,
2057
-.btn-default.disabled:hover,
2058
-.btn-default[disabled]:hover,
2059
-fieldset[disabled] .btn-default:hover,
2060
-.btn-default.disabled:focus,
2061
-.btn-default[disabled]:focus,
2062
-fieldset[disabled] .btn-default:focus,
2063
-.btn-default.disabled:active,
2064
-.btn-default[disabled]:active,
2065
-fieldset[disabled] .btn-default:active,
2066
-.btn-default.disabled.active,
2067
-.btn-default[disabled].active,
2068
-fieldset[disabled] .btn-default.active {
2069
- background-color: #fff;
2070
- border-color: #ccc;
2071
-}
2072
-.btn-default .badge {
2073
- color: #fff;
2074
- background-color: #333;
2075
-}
2076
-.btn-primary {
2077
- color: #fff;
2078
- background-color: #428bca;
2079
- border-color: #357ebd;
2080
-}
2081
-.btn-primary:hover,
2082
-.btn-primary:focus,
2083
-.btn-primary:active,
2084
-.btn-primary.active,
2085
-.open .dropdown-toggle.btn-primary {
2086
- color: #fff;
2087
- background-color: #3276b1;
2088
- border-color: #285e8e;
2089
-}
2090
-.btn-primary:active,
2091
-.btn-primary.active,
2092
-.open .dropdown-toggle.btn-primary {
2093
- background-image: none;
2094
-}
2095
-.btn-primary.disabled,
2096
-.btn-primary[disabled],
2097
-fieldset[disabled] .btn-primary,
2098
-.btn-primary.disabled:hover,
2099
-.btn-primary[disabled]:hover,
2100
-fieldset[disabled] .btn-primary:hover,
2101
-.btn-primary.disabled:focus,
2102
-.btn-primary[disabled]:focus,
2103
-fieldset[disabled] .btn-primary:focus,
2104
-.btn-primary.disabled:active,
2105
-.btn-primary[disabled]:active,
2106
-fieldset[disabled] .btn-primary:active,
2107
-.btn-primary.disabled.active,
2108
-.btn-primary[disabled].active,
2109
-fieldset[disabled] .btn-primary.active {
2110
- background-color: #428bca;
2111
- border-color: #357ebd;
2112
-}
2113
-.btn-primary .badge {
2114
- color: #428bca;
2115
- background-color: #fff;
2116
-}
2117
-.btn-success {
2118
- color: #fff;
2119
- background-color: #5cb85c;
2120
- border-color: #4cae4c;
2121
-}
2122
-.btn-success:hover,
2123
-.btn-success:focus,
2124
-.btn-success:active,
2125
-.btn-success.active,
2126
-.open .dropdown-toggle.btn-success {
2127
- color: #fff;
2128
- background-color: #47a447;
2129
- border-color: #398439;
2130
-}
2131
-.btn-success:active,
2132
-.btn-success.active,
2133
-.open .dropdown-toggle.btn-success {
2134
- background-image: none;
2135
-}
2136
-.btn-success.disabled,
2137
-.btn-success[disabled],
2138
-fieldset[disabled] .btn-success,
2139
-.btn-success.disabled:hover,
2140
-.btn-success[disabled]:hover,
2141
-fieldset[disabled] .btn-success:hover,
2142
-.btn-success.disabled:focus,
2143
-.btn-success[disabled]:focus,
2144
-fieldset[disabled] .btn-success:focus,
2145
-.btn-success.disabled:active,
2146
-.btn-success[disabled]:active,
2147
-fieldset[disabled] .btn-success:active,
2148
-.btn-success.disabled.active,
2149
-.btn-success[disabled].active,
2150
-fieldset[disabled] .btn-success.active {
2151
- background-color: #5cb85c;
2152
- border-color: #4cae4c;
2153
-}
2154
-.btn-success .badge {
2155
- color: #5cb85c;
2156
- background-color: #fff;
2157
-}
2158
-.btn-info {
2159
- color: #fff;
2160
- background-color: #5bc0de;
2161
- border-color: #46b8da;
2162
-}
2163
-.btn-info:hover,
2164
-.btn-info:focus,
2165
-.btn-info:active,
2166
-.btn-info.active,
2167
-.open .dropdown-toggle.btn-info {
2168
- color: #fff;
2169
- background-color: #39b3d7;
2170
- border-color: #269abc;
2171
-}
2172
-.btn-info:active,
2173
-.btn-info.active,
2174
-.open .dropdown-toggle.btn-info {
2175
- background-image: none;
2176
-}
2177
-.btn-info.disabled,
2178
-.btn-info[disabled],
2179
-fieldset[disabled] .btn-info,
2180
-.btn-info.disabled:hover,
2181
-.btn-info[disabled]:hover,
2182
-fieldset[disabled] .btn-info:hover,
2183
-.btn-info.disabled:focus,
2184
-.btn-info[disabled]:focus,
2185
-fieldset[disabled] .btn-info:focus,
2186
-.btn-info.disabled:active,
2187
-.btn-info[disabled]:active,
2188
-fieldset[disabled] .btn-info:active,
2189
-.btn-info.disabled.active,
2190
-.btn-info[disabled].active,
2191
-fieldset[disabled] .btn-info.active {
2192
- background-color: #5bc0de;
2193
- border-color: #46b8da;
2194
-}
2195
-.btn-info .badge {
2196
- color: #5bc0de;
2197
- background-color: #fff;
2198
-}
2199
-.btn-warning {
2200
- color: #fff;
2201
- background-color: #f0ad4e;
2202
- border-color: #eea236;
2203
-}
2204
-.btn-warning:hover,
2205
-.btn-warning:focus,
2206
-.btn-warning:active,
2207
-.btn-warning.active,
2208
-.open .dropdown-toggle.btn-warning {
2209
- color: #fff;
2210
- background-color: #ed9c28;
2211
- border-color: #d58512;
2212
-}
2213
-.btn-warning:active,
2214
-.btn-warning.active,
2215
-.open .dropdown-toggle.btn-warning {
2216
- background-image: none;
2217
-}
2218
-.btn-warning.disabled,
2219
-.btn-warning[disabled],
2220
-fieldset[disabled] .btn-warning,
2221
-.btn-warning.disabled:hover,
2222
-.btn-warning[disabled]:hover,
2223
-fieldset[disabled] .btn-warning:hover,
2224
-.btn-warning.disabled:focus,
2225
-.btn-warning[disabled]:focus,
2226
-fieldset[disabled] .btn-warning:focus,
2227
-.btn-warning.disabled:active,
2228
-.btn-warning[disabled]:active,
2229
-fieldset[disabled] .btn-warning:active,
2230
-.btn-warning.disabled.active,
2231
-.btn-warning[disabled].active,
2232
-fieldset[disabled] .btn-warning.active {
2233
- background-color: #f0ad4e;
2234
- border-color: #eea236;
2235
-}
2236
-.btn-warning .badge {
2237
- color: #f0ad4e;
2238
- background-color: #fff;
2239
-}
2240
-.btn-danger {
2241
- color: #fff;
2242
- background-color: #d9534f;
2243
- border-color: #d43f3a;
2244
-}
2245
-.btn-danger:hover,
2246
-.btn-danger:focus,
2247
-.btn-danger:active,
2248
-.btn-danger.active,
2249
-.open .dropdown-toggle.btn-danger {
2250
- color: #fff;
2251
- background-color: #d2322d;
2252
- border-color: #ac2925;
2253
-}
2254
-.btn-danger:active,
2255
-.btn-danger.active,
2256
-.open .dropdown-toggle.btn-danger {
2257
- background-image: none;
2258
-}
2259
-.btn-danger.disabled,
2260
-.btn-danger[disabled],
2261
-fieldset[disabled] .btn-danger,
2262
-.btn-danger.disabled:hover,
2263
-.btn-danger[disabled]:hover,
2264
-fieldset[disabled] .btn-danger:hover,
2265
-.btn-danger.disabled:focus,
2266
-.btn-danger[disabled]:focus,
2267
-fieldset[disabled] .btn-danger:focus,
2268
-.btn-danger.disabled:active,
2269
-.btn-danger[disabled]:active,
2270
-fieldset[disabled] .btn-danger:active,
2271
-.btn-danger.disabled.active,
2272
-.btn-danger[disabled].active,
2273
-fieldset[disabled] .btn-danger.active {
2274
- background-color: #d9534f;
2275
- border-color: #d43f3a;
2276
-}
2277
-.btn-danger .badge {
2278
- color: #d9534f;
2279
- background-color: #fff;
2280
-}
2281
-.btn-link {
2282
- font-weight: normal;
2283
- color: #428bca;
2284
- cursor: pointer;
2285
- border-radius: 0;
2286
-}
2287
-.btn-link,
2288
-.btn-link:active,
2289
-.btn-link[disabled],
2290
-fieldset[disabled] .btn-link {
2291
- background-color: transparent;
2292
- -webkit-box-shadow: none;
2293
- box-shadow: none;
2294
-}
2295
-.btn-link,
2296
-.btn-link:hover,
2297
-.btn-link:focus,
2298
-.btn-link:active {
2299
- border-color: transparent;
2300
-}
2301
-.btn-link:hover,
2302
-.btn-link:focus {
2303
- color: #2a6496;
2304
- text-decoration: underline;
2305
- background-color: transparent;
2306
-}
2307
-.btn-link[disabled]:hover,
2308
-fieldset[disabled] .btn-link:hover,
2309
-.btn-link[disabled]:focus,
2310
-fieldset[disabled] .btn-link:focus {
2311
- color: #999;
2312
- text-decoration: none;
2313
-}
2314
-.btn-lg {
2315
- padding: 10px 16px;
2316
- font-size: 18px;
2317
- line-height: 1.33;
2318
- border-radius: 6px;
2319
-}
2320
-.btn-sm {
2321
- padding: 5px 10px;
2322
- font-size: 12px;
2323
- line-height: 1.5;
2324
- border-radius: 3px;
2325
-}
2326
-.btn-xs {
2327
- padding: 1px 5px;
2328
- font-size: 12px;
2329
- line-height: 1.5;
2330
- border-radius: 3px;
2331
-}
2332
-.btn-block {
2333
- display: block;
2334
- width: 100%;
2335
- padding-right: 0;
2336
- padding-left: 0;
2337
-}
2338
-.btn-block + .btn-block {
2339
- margin-top: 5px;
2340
-}
2341
-input[type="submit"].btn-block,
2342
-input[type="reset"].btn-block,
2343
-input[type="button"].btn-block {
2344
- width: 100%;
2345
-}
2346
-.fade {
2347
- opacity: 0;
2348
- -webkit-transition: opacity .15s linear;
2349
- transition: opacity .15s linear;
2350
-}
2351
-.fade.in {
2352
- opacity: 1;
2353
-}
2354
-.collapse {
2355
- display: none;
2356
-}
2357
-.collapse.in {
2358
- display: block;
2359
-}
2360
-.collapsing {
2361
- position: relative;
2362
- height: 0;
2363
- overflow: hidden;
2364
- -webkit-transition: height .35s ease;
2365
- transition: height .35s ease;
2366262 }
2367263 @font-face {
2368264 font-family: 'Glyphicons Halflings';
....@@ -2982,6 +878,2237 @@
2982878 .glyphicon-tree-deciduous:before {
2983879 content: "\e200";
2984880 }
881
+* {
882
+ -webkit-box-sizing: border-box;
883
+ -moz-box-sizing: border-box;
884
+ box-sizing: border-box;
885
+}
886
+*:before,
887
+*:after {
888
+ -webkit-box-sizing: border-box;
889
+ -moz-box-sizing: border-box;
890
+ box-sizing: border-box;
891
+}
892
+html {
893
+ font-size: 10px;
894
+
895
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
896
+}
897
+body {
898
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
899
+ font-size: 14px;
900
+ line-height: 1.42857143;
901
+ color: #333;
902
+ background-color: #fff;
903
+}
904
+input,
905
+button,
906
+select,
907
+textarea {
908
+ font-family: inherit;
909
+ font-size: inherit;
910
+ line-height: inherit;
911
+}
912
+a {
913
+ color: #428bca;
914
+ text-decoration: none;
915
+}
916
+a:hover,
917
+a:focus {
918
+ color: #2a6496;
919
+ text-decoration: underline;
920
+}
921
+a:focus {
922
+ outline: thin dotted;
923
+ outline: 5px auto -webkit-focus-ring-color;
924
+ outline-offset: -2px;
925
+}
926
+figure {
927
+ margin: 0;
928
+}
929
+img {
930
+ vertical-align: middle;
931
+}
932
+.img-responsive,
933
+.thumbnail > img,
934
+.thumbnail a > img,
935
+.carousel-inner > .item > img,
936
+.carousel-inner > .item > a > img {
937
+ display: block;
938
+ width: 100% \9;
939
+ max-width: 100%;
940
+ height: auto;
941
+}
942
+.img-rounded {
943
+ border-radius: 6px;
944
+}
945
+.img-thumbnail {
946
+ display: inline-block;
947
+ width: 100% \9;
948
+ max-width: 100%;
949
+ height: auto;
950
+ padding: 4px;
951
+ line-height: 1.42857143;
952
+ background-color: #fff;
953
+ border: 1px solid #ddd;
954
+ border-radius: 4px;
955
+ -webkit-transition: all .2s ease-in-out;
956
+ -o-transition: all .2s ease-in-out;
957
+ transition: all .2s ease-in-out;
958
+}
959
+.img-circle {
960
+ border-radius: 50%;
961
+}
962
+hr {
963
+ margin-top: 20px;
964
+ margin-bottom: 20px;
965
+ border: 0;
966
+ border-top: 1px solid #eee;
967
+}
968
+.sr-only {
969
+ position: absolute;
970
+ width: 1px;
971
+ height: 1px;
972
+ padding: 0;
973
+ margin: -1px;
974
+ overflow: hidden;
975
+ clip: rect(0, 0, 0, 0);
976
+ border: 0;
977
+}
978
+.sr-only-focusable:active,
979
+.sr-only-focusable:focus {
980
+ position: static;
981
+ width: auto;
982
+ height: auto;
983
+ margin: 0;
984
+ overflow: visible;
985
+ clip: auto;
986
+}
987
+h1,
988
+h2,
989
+h3,
990
+h4,
991
+h5,
992
+h6,
993
+.h1,
994
+.h2,
995
+.h3,
996
+.h4,
997
+.h5,
998
+.h6 {
999
+ font-family: inherit;
1000
+ font-weight: 500;
1001
+ line-height: 1.1;
1002
+ color: inherit;
1003
+}
1004
+h1 small,
1005
+h2 small,
1006
+h3 small,
1007
+h4 small,
1008
+h5 small,
1009
+h6 small,
1010
+.h1 small,
1011
+.h2 small,
1012
+.h3 small,
1013
+.h4 small,
1014
+.h5 small,
1015
+.h6 small,
1016
+h1 .small,
1017
+h2 .small,
1018
+h3 .small,
1019
+h4 .small,
1020
+h5 .small,
1021
+h6 .small,
1022
+.h1 .small,
1023
+.h2 .small,
1024
+.h3 .small,
1025
+.h4 .small,
1026
+.h5 .small,
1027
+.h6 .small {
1028
+ font-weight: normal;
1029
+ line-height: 1;
1030
+ color: #777;
1031
+}
1032
+h1,
1033
+.h1,
1034
+h2,
1035
+.h2,
1036
+h3,
1037
+.h3 {
1038
+ margin-top: 20px;
1039
+ margin-bottom: 10px;
1040
+}
1041
+h1 small,
1042
+.h1 small,
1043
+h2 small,
1044
+.h2 small,
1045
+h3 small,
1046
+.h3 small,
1047
+h1 .small,
1048
+.h1 .small,
1049
+h2 .small,
1050
+.h2 .small,
1051
+h3 .small,
1052
+.h3 .small {
1053
+ font-size: 65%;
1054
+}
1055
+h4,
1056
+.h4,
1057
+h5,
1058
+.h5,
1059
+h6,
1060
+.h6 {
1061
+ margin-top: 10px;
1062
+ margin-bottom: 10px;
1063
+}
1064
+h4 small,
1065
+.h4 small,
1066
+h5 small,
1067
+.h5 small,
1068
+h6 small,
1069
+.h6 small,
1070
+h4 .small,
1071
+.h4 .small,
1072
+h5 .small,
1073
+.h5 .small,
1074
+h6 .small,
1075
+.h6 .small {
1076
+ font-size: 75%;
1077
+}
1078
+h1,
1079
+.h1 {
1080
+ font-size: 36px;
1081
+}
1082
+h2,
1083
+.h2 {
1084
+ font-size: 30px;
1085
+}
1086
+h3,
1087
+.h3 {
1088
+ font-size: 24px;
1089
+}
1090
+h4,
1091
+.h4 {
1092
+ font-size: 18px;
1093
+}
1094
+h5,
1095
+.h5 {
1096
+ font-size: 14px;
1097
+}
1098
+h6,
1099
+.h6 {
1100
+ font-size: 12px;
1101
+}
1102
+p {
1103
+ margin: 0 0 10px;
1104
+}
1105
+.lead {
1106
+ margin-bottom: 20px;
1107
+ font-size: 16px;
1108
+ font-weight: 300;
1109
+ line-height: 1.4;
1110
+}
1111
+@media (min-width: 768px) {
1112
+ .lead {
1113
+ font-size: 21px;
1114
+ }
1115
+}
1116
+small,
1117
+.small {
1118
+ font-size: 85%;
1119
+}
1120
+cite {
1121
+ font-style: normal;
1122
+}
1123
+mark,
1124
+.mark {
1125
+ padding: .2em;
1126
+ background-color: #fcf8e3;
1127
+}
1128
+.text-left {
1129
+ text-align: left;
1130
+}
1131
+.text-right {
1132
+ text-align: right;
1133
+}
1134
+.text-center {
1135
+ text-align: center;
1136
+}
1137
+.text-justify {
1138
+ text-align: justify;
1139
+}
1140
+.text-nowrap {
1141
+ white-space: nowrap;
1142
+}
1143
+.text-lowercase {
1144
+ text-transform: lowercase;
1145
+}
1146
+.text-uppercase {
1147
+ text-transform: uppercase;
1148
+}
1149
+.text-capitalize {
1150
+ text-transform: capitalize;
1151
+}
1152
+.text-muted {
1153
+ color: #777;
1154
+}
1155
+.text-primary {
1156
+ color: #428bca;
1157
+}
1158
+a.text-primary:hover {
1159
+ color: #3071a9;
1160
+}
1161
+.text-success {
1162
+ color: #3c763d;
1163
+}
1164
+a.text-success:hover {
1165
+ color: #2b542c;
1166
+}
1167
+.text-info {
1168
+ color: #31708f;
1169
+}
1170
+a.text-info:hover {
1171
+ color: #245269;
1172
+}
1173
+.text-warning {
1174
+ color: #8a6d3b;
1175
+}
1176
+a.text-warning:hover {
1177
+ color: #66512c;
1178
+}
1179
+.text-danger {
1180
+ color: #a94442;
1181
+}
1182
+a.text-danger:hover {
1183
+ color: #843534;
1184
+}
1185
+.bg-primary {
1186
+ color: #fff;
1187
+ background-color: #428bca;
1188
+}
1189
+a.bg-primary:hover {
1190
+ background-color: #3071a9;
1191
+}
1192
+.bg-success {
1193
+ background-color: #dff0d8;
1194
+}
1195
+a.bg-success:hover {
1196
+ background-color: #c1e2b3;
1197
+}
1198
+.bg-info {
1199
+ background-color: #d9edf7;
1200
+}
1201
+a.bg-info:hover {
1202
+ background-color: #afd9ee;
1203
+}
1204
+.bg-warning {
1205
+ background-color: #fcf8e3;
1206
+}
1207
+a.bg-warning:hover {
1208
+ background-color: #f7ecb5;
1209
+}
1210
+.bg-danger {
1211
+ background-color: #f2dede;
1212
+}
1213
+a.bg-danger:hover {
1214
+ background-color: #e4b9b9;
1215
+}
1216
+.page-header {
1217
+ padding-bottom: 9px;
1218
+ margin: 40px 0 20px;
1219
+ border-bottom: 1px solid #eee;
1220
+}
1221
+ul,
1222
+ol {
1223
+ margin-top: 0;
1224
+ margin-bottom: 10px;
1225
+}
1226
+ul ul,
1227
+ol ul,
1228
+ul ol,
1229
+ol ol {
1230
+ margin-bottom: 0;
1231
+}
1232
+.list-unstyled {
1233
+ padding-left: 0;
1234
+ list-style: none;
1235
+}
1236
+.list-inline {
1237
+ padding-left: 0;
1238
+ margin-left: -5px;
1239
+ list-style: none;
1240
+}
1241
+.list-inline > li {
1242
+ display: inline-block;
1243
+ padding-right: 5px;
1244
+ padding-left: 5px;
1245
+}
1246
+dl {
1247
+ margin-top: 0;
1248
+ margin-bottom: 20px;
1249
+}
1250
+dt,
1251
+dd {
1252
+ line-height: 1.42857143;
1253
+}
1254
+dt {
1255
+ font-weight: bold;
1256
+}
1257
+dd {
1258
+ margin-left: 0;
1259
+}
1260
+@media (min-width: 768px) {
1261
+ .dl-horizontal dt {
1262
+ float: left;
1263
+ width: 160px;
1264
+ overflow: hidden;
1265
+ clear: left;
1266
+ text-align: right;
1267
+ text-overflow: ellipsis;
1268
+ white-space: nowrap;
1269
+ }
1270
+ .dl-horizontal dd {
1271
+ margin-left: 180px;
1272
+ }
1273
+}
1274
+abbr[title],
1275
+abbr[data-original-title] {
1276
+ cursor: help;
1277
+ border-bottom: 1px dotted #777;
1278
+}
1279
+.initialism {
1280
+ font-size: 90%;
1281
+ text-transform: uppercase;
1282
+}
1283
+blockquote {
1284
+ padding: 10px 20px;
1285
+ margin: 0 0 20px;
1286
+ font-size: 17.5px;
1287
+ border-left: 5px solid #eee;
1288
+}
1289
+blockquote p:last-child,
1290
+blockquote ul:last-child,
1291
+blockquote ol:last-child {
1292
+ margin-bottom: 0;
1293
+}
1294
+blockquote footer,
1295
+blockquote small,
1296
+blockquote .small {
1297
+ display: block;
1298
+ font-size: 80%;
1299
+ line-height: 1.42857143;
1300
+ color: #777;
1301
+}
1302
+blockquote footer:before,
1303
+blockquote small:before,
1304
+blockquote .small:before {
1305
+ content: '\2014 \00A0';
1306
+}
1307
+.blockquote-reverse,
1308
+blockquote.pull-right {
1309
+ padding-right: 15px;
1310
+ padding-left: 0;
1311
+ text-align: right;
1312
+ border-right: 5px solid #eee;
1313
+ border-left: 0;
1314
+}
1315
+.blockquote-reverse footer:before,
1316
+blockquote.pull-right footer:before,
1317
+.blockquote-reverse small:before,
1318
+blockquote.pull-right small:before,
1319
+.blockquote-reverse .small:before,
1320
+blockquote.pull-right .small:before {
1321
+ content: '';
1322
+}
1323
+.blockquote-reverse footer:after,
1324
+blockquote.pull-right footer:after,
1325
+.blockquote-reverse small:after,
1326
+blockquote.pull-right small:after,
1327
+.blockquote-reverse .small:after,
1328
+blockquote.pull-right .small:after {
1329
+ content: '\00A0 \2014';
1330
+}
1331
+blockquote:before,
1332
+blockquote:after {
1333
+ content: "";
1334
+}
1335
+address {
1336
+ margin-bottom: 20px;
1337
+ font-style: normal;
1338
+ line-height: 1.42857143;
1339
+}
1340
+code,
1341
+kbd,
1342
+pre,
1343
+samp {
1344
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1345
+}
1346
+code {
1347
+ padding: 2px 4px;
1348
+ font-size: 90%;
1349
+ color: #c7254e;
1350
+ background-color: #f9f2f4;
1351
+ border-radius: 4px;
1352
+}
1353
+kbd {
1354
+ padding: 2px 4px;
1355
+ font-size: 90%;
1356
+ color: #fff;
1357
+ background-color: #333;
1358
+ border-radius: 3px;
1359
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
1360
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
1361
+}
1362
+kbd kbd {
1363
+ padding: 0;
1364
+ font-size: 100%;
1365
+ -webkit-box-shadow: none;
1366
+ box-shadow: none;
1367
+}
1368
+pre {
1369
+ display: block;
1370
+ padding: 9.5px;
1371
+ margin: 0 0 10px;
1372
+ font-size: 13px;
1373
+ line-height: 1.42857143;
1374
+ color: #333;
1375
+ word-break: break-all;
1376
+ word-wrap: break-word;
1377
+ background-color: #f5f5f5;
1378
+ border: 1px solid #ccc;
1379
+ border-radius: 4px;
1380
+}
1381
+pre code {
1382
+ padding: 0;
1383
+ font-size: inherit;
1384
+ color: inherit;
1385
+ white-space: pre-wrap;
1386
+ background-color: transparent;
1387
+ border-radius: 0;
1388
+}
1389
+.pre-scrollable {
1390
+ max-height: 340px;
1391
+ overflow-y: scroll;
1392
+}
1393
+.container {
1394
+ padding-right: 15px;
1395
+ padding-left: 15px;
1396
+ margin-right: auto;
1397
+ margin-left: auto;
1398
+}
1399
+@media (min-width: 768px) {
1400
+ .container {
1401
+ width: 750px;
1402
+ }
1403
+}
1404
+@media (min-width: 992px) {
1405
+ .container {
1406
+ width: 970px;
1407
+ }
1408
+}
1409
+@media (min-width: 1200px) {
1410
+ .container {
1411
+ width: 1170px;
1412
+ }
1413
+}
1414
+.container-fluid {
1415
+ padding-right: 15px;
1416
+ padding-left: 15px;
1417
+ margin-right: auto;
1418
+ margin-left: auto;
1419
+}
1420
+.row {
1421
+ margin-right: -15px;
1422
+ margin-left: -15px;
1423
+}
1424
+.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
1425
+ position: relative;
1426
+ min-height: 1px;
1427
+ padding-right: 15px;
1428
+ padding-left: 15px;
1429
+}
1430
+.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
1431
+ float: left;
1432
+}
1433
+.col-xs-12 {
1434
+ width: 100%;
1435
+}
1436
+.col-xs-11 {
1437
+ width: 91.66666667%;
1438
+}
1439
+.col-xs-10 {
1440
+ width: 83.33333333%;
1441
+}
1442
+.col-xs-9 {
1443
+ width: 75%;
1444
+}
1445
+.col-xs-8 {
1446
+ width: 66.66666667%;
1447
+}
1448
+.col-xs-7 {
1449
+ width: 58.33333333%;
1450
+}
1451
+.col-xs-6 {
1452
+ width: 50%;
1453
+}
1454
+.col-xs-5 {
1455
+ width: 41.66666667%;
1456
+}
1457
+.col-xs-4 {
1458
+ width: 33.33333333%;
1459
+}
1460
+.col-xs-3 {
1461
+ width: 25%;
1462
+}
1463
+.col-xs-2 {
1464
+ width: 16.66666667%;
1465
+}
1466
+.col-xs-1 {
1467
+ width: 8.33333333%;
1468
+}
1469
+.col-xs-pull-12 {
1470
+ right: 100%;
1471
+}
1472
+.col-xs-pull-11 {
1473
+ right: 91.66666667%;
1474
+}
1475
+.col-xs-pull-10 {
1476
+ right: 83.33333333%;
1477
+}
1478
+.col-xs-pull-9 {
1479
+ right: 75%;
1480
+}
1481
+.col-xs-pull-8 {
1482
+ right: 66.66666667%;
1483
+}
1484
+.col-xs-pull-7 {
1485
+ right: 58.33333333%;
1486
+}
1487
+.col-xs-pull-6 {
1488
+ right: 50%;
1489
+}
1490
+.col-xs-pull-5 {
1491
+ right: 41.66666667%;
1492
+}
1493
+.col-xs-pull-4 {
1494
+ right: 33.33333333%;
1495
+}
1496
+.col-xs-pull-3 {
1497
+ right: 25%;
1498
+}
1499
+.col-xs-pull-2 {
1500
+ right: 16.66666667%;
1501
+}
1502
+.col-xs-pull-1 {
1503
+ right: 8.33333333%;
1504
+}
1505
+.col-xs-pull-0 {
1506
+ right: auto;
1507
+}
1508
+.col-xs-push-12 {
1509
+ left: 100%;
1510
+}
1511
+.col-xs-push-11 {
1512
+ left: 91.66666667%;
1513
+}
1514
+.col-xs-push-10 {
1515
+ left: 83.33333333%;
1516
+}
1517
+.col-xs-push-9 {
1518
+ left: 75%;
1519
+}
1520
+.col-xs-push-8 {
1521
+ left: 66.66666667%;
1522
+}
1523
+.col-xs-push-7 {
1524
+ left: 58.33333333%;
1525
+}
1526
+.col-xs-push-6 {
1527
+ left: 50%;
1528
+}
1529
+.col-xs-push-5 {
1530
+ left: 41.66666667%;
1531
+}
1532
+.col-xs-push-4 {
1533
+ left: 33.33333333%;
1534
+}
1535
+.col-xs-push-3 {
1536
+ left: 25%;
1537
+}
1538
+.col-xs-push-2 {
1539
+ left: 16.66666667%;
1540
+}
1541
+.col-xs-push-1 {
1542
+ left: 8.33333333%;
1543
+}
1544
+.col-xs-push-0 {
1545
+ left: auto;
1546
+}
1547
+.col-xs-offset-12 {
1548
+ margin-left: 100%;
1549
+}
1550
+.col-xs-offset-11 {
1551
+ margin-left: 91.66666667%;
1552
+}
1553
+.col-xs-offset-10 {
1554
+ margin-left: 83.33333333%;
1555
+}
1556
+.col-xs-offset-9 {
1557
+ margin-left: 75%;
1558
+}
1559
+.col-xs-offset-8 {
1560
+ margin-left: 66.66666667%;
1561
+}
1562
+.col-xs-offset-7 {
1563
+ margin-left: 58.33333333%;
1564
+}
1565
+.col-xs-offset-6 {
1566
+ margin-left: 50%;
1567
+}
1568
+.col-xs-offset-5 {
1569
+ margin-left: 41.66666667%;
1570
+}
1571
+.col-xs-offset-4 {
1572
+ margin-left: 33.33333333%;
1573
+}
1574
+.col-xs-offset-3 {
1575
+ margin-left: 25%;
1576
+}
1577
+.col-xs-offset-2 {
1578
+ margin-left: 16.66666667%;
1579
+}
1580
+.col-xs-offset-1 {
1581
+ margin-left: 8.33333333%;
1582
+}
1583
+.col-xs-offset-0 {
1584
+ margin-left: 0;
1585
+}
1586
+@media (min-width: 768px) {
1587
+ .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
1588
+ float: left;
1589
+ }
1590
+ .col-sm-12 {
1591
+ width: 100%;
1592
+ }
1593
+ .col-sm-11 {
1594
+ width: 91.66666667%;
1595
+ }
1596
+ .col-sm-10 {
1597
+ width: 83.33333333%;
1598
+ }
1599
+ .col-sm-9 {
1600
+ width: 75%;
1601
+ }
1602
+ .col-sm-8 {
1603
+ width: 66.66666667%;
1604
+ }
1605
+ .col-sm-7 {
1606
+ width: 58.33333333%;
1607
+ }
1608
+ .col-sm-6 {
1609
+ width: 50%;
1610
+ }
1611
+ .col-sm-5 {
1612
+ width: 41.66666667%;
1613
+ }
1614
+ .col-sm-4 {
1615
+ width: 33.33333333%;
1616
+ }
1617
+ .col-sm-3 {
1618
+ width: 25%;
1619
+ }
1620
+ .col-sm-2 {
1621
+ width: 16.66666667%;
1622
+ }
1623
+ .col-sm-1 {
1624
+ width: 8.33333333%;
1625
+ }
1626
+ .col-sm-pull-12 {
1627
+ right: 100%;
1628
+ }
1629
+ .col-sm-pull-11 {
1630
+ right: 91.66666667%;
1631
+ }
1632
+ .col-sm-pull-10 {
1633
+ right: 83.33333333%;
1634
+ }
1635
+ .col-sm-pull-9 {
1636
+ right: 75%;
1637
+ }
1638
+ .col-sm-pull-8 {
1639
+ right: 66.66666667%;
1640
+ }
1641
+ .col-sm-pull-7 {
1642
+ right: 58.33333333%;
1643
+ }
1644
+ .col-sm-pull-6 {
1645
+ right: 50%;
1646
+ }
1647
+ .col-sm-pull-5 {
1648
+ right: 41.66666667%;
1649
+ }
1650
+ .col-sm-pull-4 {
1651
+ right: 33.33333333%;
1652
+ }
1653
+ .col-sm-pull-3 {
1654
+ right: 25%;
1655
+ }
1656
+ .col-sm-pull-2 {
1657
+ right: 16.66666667%;
1658
+ }
1659
+ .col-sm-pull-1 {
1660
+ right: 8.33333333%;
1661
+ }
1662
+ .col-sm-pull-0 {
1663
+ right: auto;
1664
+ }
1665
+ .col-sm-push-12 {
1666
+ left: 100%;
1667
+ }
1668
+ .col-sm-push-11 {
1669
+ left: 91.66666667%;
1670
+ }
1671
+ .col-sm-push-10 {
1672
+ left: 83.33333333%;
1673
+ }
1674
+ .col-sm-push-9 {
1675
+ left: 75%;
1676
+ }
1677
+ .col-sm-push-8 {
1678
+ left: 66.66666667%;
1679
+ }
1680
+ .col-sm-push-7 {
1681
+ left: 58.33333333%;
1682
+ }
1683
+ .col-sm-push-6 {
1684
+ left: 50%;
1685
+ }
1686
+ .col-sm-push-5 {
1687
+ left: 41.66666667%;
1688
+ }
1689
+ .col-sm-push-4 {
1690
+ left: 33.33333333%;
1691
+ }
1692
+ .col-sm-push-3 {
1693
+ left: 25%;
1694
+ }
1695
+ .col-sm-push-2 {
1696
+ left: 16.66666667%;
1697
+ }
1698
+ .col-sm-push-1 {
1699
+ left: 8.33333333%;
1700
+ }
1701
+ .col-sm-push-0 {
1702
+ left: auto;
1703
+ }
1704
+ .col-sm-offset-12 {
1705
+ margin-left: 100%;
1706
+ }
1707
+ .col-sm-offset-11 {
1708
+ margin-left: 91.66666667%;
1709
+ }
1710
+ .col-sm-offset-10 {
1711
+ margin-left: 83.33333333%;
1712
+ }
1713
+ .col-sm-offset-9 {
1714
+ margin-left: 75%;
1715
+ }
1716
+ .col-sm-offset-8 {
1717
+ margin-left: 66.66666667%;
1718
+ }
1719
+ .col-sm-offset-7 {
1720
+ margin-left: 58.33333333%;
1721
+ }
1722
+ .col-sm-offset-6 {
1723
+ margin-left: 50%;
1724
+ }
1725
+ .col-sm-offset-5 {
1726
+ margin-left: 41.66666667%;
1727
+ }
1728
+ .col-sm-offset-4 {
1729
+ margin-left: 33.33333333%;
1730
+ }
1731
+ .col-sm-offset-3 {
1732
+ margin-left: 25%;
1733
+ }
1734
+ .col-sm-offset-2 {
1735
+ margin-left: 16.66666667%;
1736
+ }
1737
+ .col-sm-offset-1 {
1738
+ margin-left: 8.33333333%;
1739
+ }
1740
+ .col-sm-offset-0 {
1741
+ margin-left: 0;
1742
+ }
1743
+}
1744
+@media (min-width: 992px) {
1745
+ .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
1746
+ float: left;
1747
+ }
1748
+ .col-md-12 {
1749
+ width: 100%;
1750
+ }
1751
+ .col-md-11 {
1752
+ width: 91.66666667%;
1753
+ }
1754
+ .col-md-10 {
1755
+ width: 83.33333333%;
1756
+ }
1757
+ .col-md-9 {
1758
+ width: 75%;
1759
+ }
1760
+ .col-md-8 {
1761
+ width: 66.66666667%;
1762
+ }
1763
+ .col-md-7 {
1764
+ width: 58.33333333%;
1765
+ }
1766
+ .col-md-6 {
1767
+ width: 50%;
1768
+ }
1769
+ .col-md-5 {
1770
+ width: 41.66666667%;
1771
+ }
1772
+ .col-md-4 {
1773
+ width: 33.33333333%;
1774
+ }
1775
+ .col-md-3 {
1776
+ width: 25%;
1777
+ }
1778
+ .col-md-2 {
1779
+ width: 16.66666667%;
1780
+ }
1781
+ .col-md-1 {
1782
+ width: 8.33333333%;
1783
+ }
1784
+ .col-md-pull-12 {
1785
+ right: 100%;
1786
+ }
1787
+ .col-md-pull-11 {
1788
+ right: 91.66666667%;
1789
+ }
1790
+ .col-md-pull-10 {
1791
+ right: 83.33333333%;
1792
+ }
1793
+ .col-md-pull-9 {
1794
+ right: 75%;
1795
+ }
1796
+ .col-md-pull-8 {
1797
+ right: 66.66666667%;
1798
+ }
1799
+ .col-md-pull-7 {
1800
+ right: 58.33333333%;
1801
+ }
1802
+ .col-md-pull-6 {
1803
+ right: 50%;
1804
+ }
1805
+ .col-md-pull-5 {
1806
+ right: 41.66666667%;
1807
+ }
1808
+ .col-md-pull-4 {
1809
+ right: 33.33333333%;
1810
+ }
1811
+ .col-md-pull-3 {
1812
+ right: 25%;
1813
+ }
1814
+ .col-md-pull-2 {
1815
+ right: 16.66666667%;
1816
+ }
1817
+ .col-md-pull-1 {
1818
+ right: 8.33333333%;
1819
+ }
1820
+ .col-md-pull-0 {
1821
+ right: auto;
1822
+ }
1823
+ .col-md-push-12 {
1824
+ left: 100%;
1825
+ }
1826
+ .col-md-push-11 {
1827
+ left: 91.66666667%;
1828
+ }
1829
+ .col-md-push-10 {
1830
+ left: 83.33333333%;
1831
+ }
1832
+ .col-md-push-9 {
1833
+ left: 75%;
1834
+ }
1835
+ .col-md-push-8 {
1836
+ left: 66.66666667%;
1837
+ }
1838
+ .col-md-push-7 {
1839
+ left: 58.33333333%;
1840
+ }
1841
+ .col-md-push-6 {
1842
+ left: 50%;
1843
+ }
1844
+ .col-md-push-5 {
1845
+ left: 41.66666667%;
1846
+ }
1847
+ .col-md-push-4 {
1848
+ left: 33.33333333%;
1849
+ }
1850
+ .col-md-push-3 {
1851
+ left: 25%;
1852
+ }
1853
+ .col-md-push-2 {
1854
+ left: 16.66666667%;
1855
+ }
1856
+ .col-md-push-1 {
1857
+ left: 8.33333333%;
1858
+ }
1859
+ .col-md-push-0 {
1860
+ left: auto;
1861
+ }
1862
+ .col-md-offset-12 {
1863
+ margin-left: 100%;
1864
+ }
1865
+ .col-md-offset-11 {
1866
+ margin-left: 91.66666667%;
1867
+ }
1868
+ .col-md-offset-10 {
1869
+ margin-left: 83.33333333%;
1870
+ }
1871
+ .col-md-offset-9 {
1872
+ margin-left: 75%;
1873
+ }
1874
+ .col-md-offset-8 {
1875
+ margin-left: 66.66666667%;
1876
+ }
1877
+ .col-md-offset-7 {
1878
+ margin-left: 58.33333333%;
1879
+ }
1880
+ .col-md-offset-6 {
1881
+ margin-left: 50%;
1882
+ }
1883
+ .col-md-offset-5 {
1884
+ margin-left: 41.66666667%;
1885
+ }
1886
+ .col-md-offset-4 {
1887
+ margin-left: 33.33333333%;
1888
+ }
1889
+ .col-md-offset-3 {
1890
+ margin-left: 25%;
1891
+ }
1892
+ .col-md-offset-2 {
1893
+ margin-left: 16.66666667%;
1894
+ }
1895
+ .col-md-offset-1 {
1896
+ margin-left: 8.33333333%;
1897
+ }
1898
+ .col-md-offset-0 {
1899
+ margin-left: 0;
1900
+ }
1901
+}
1902
+@media (min-width: 1200px) {
1903
+ .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
1904
+ float: left;
1905
+ }
1906
+ .col-lg-12 {
1907
+ width: 100%;
1908
+ }
1909
+ .col-lg-11 {
1910
+ width: 91.66666667%;
1911
+ }
1912
+ .col-lg-10 {
1913
+ width: 83.33333333%;
1914
+ }
1915
+ .col-lg-9 {
1916
+ width: 75%;
1917
+ }
1918
+ .col-lg-8 {
1919
+ width: 66.66666667%;
1920
+ }
1921
+ .col-lg-7 {
1922
+ width: 58.33333333%;
1923
+ }
1924
+ .col-lg-6 {
1925
+ width: 50%;
1926
+ }
1927
+ .col-lg-5 {
1928
+ width: 41.66666667%;
1929
+ }
1930
+ .col-lg-4 {
1931
+ width: 33.33333333%;
1932
+ }
1933
+ .col-lg-3 {
1934
+ width: 25%;
1935
+ }
1936
+ .col-lg-2 {
1937
+ width: 16.66666667%;
1938
+ }
1939
+ .col-lg-1 {
1940
+ width: 8.33333333%;
1941
+ }
1942
+ .col-lg-pull-12 {
1943
+ right: 100%;
1944
+ }
1945
+ .col-lg-pull-11 {
1946
+ right: 91.66666667%;
1947
+ }
1948
+ .col-lg-pull-10 {
1949
+ right: 83.33333333%;
1950
+ }
1951
+ .col-lg-pull-9 {
1952
+ right: 75%;
1953
+ }
1954
+ .col-lg-pull-8 {
1955
+ right: 66.66666667%;
1956
+ }
1957
+ .col-lg-pull-7 {
1958
+ right: 58.33333333%;
1959
+ }
1960
+ .col-lg-pull-6 {
1961
+ right: 50%;
1962
+ }
1963
+ .col-lg-pull-5 {
1964
+ right: 41.66666667%;
1965
+ }
1966
+ .col-lg-pull-4 {
1967
+ right: 33.33333333%;
1968
+ }
1969
+ .col-lg-pull-3 {
1970
+ right: 25%;
1971
+ }
1972
+ .col-lg-pull-2 {
1973
+ right: 16.66666667%;
1974
+ }
1975
+ .col-lg-pull-1 {
1976
+ right: 8.33333333%;
1977
+ }
1978
+ .col-lg-pull-0 {
1979
+ right: auto;
1980
+ }
1981
+ .col-lg-push-12 {
1982
+ left: 100%;
1983
+ }
1984
+ .col-lg-push-11 {
1985
+ left: 91.66666667%;
1986
+ }
1987
+ .col-lg-push-10 {
1988
+ left: 83.33333333%;
1989
+ }
1990
+ .col-lg-push-9 {
1991
+ left: 75%;
1992
+ }
1993
+ .col-lg-push-8 {
1994
+ left: 66.66666667%;
1995
+ }
1996
+ .col-lg-push-7 {
1997
+ left: 58.33333333%;
1998
+ }
1999
+ .col-lg-push-6 {
2000
+ left: 50%;
2001
+ }
2002
+ .col-lg-push-5 {
2003
+ left: 41.66666667%;
2004
+ }
2005
+ .col-lg-push-4 {
2006
+ left: 33.33333333%;
2007
+ }
2008
+ .col-lg-push-3 {
2009
+ left: 25%;
2010
+ }
2011
+ .col-lg-push-2 {
2012
+ left: 16.66666667%;
2013
+ }
2014
+ .col-lg-push-1 {
2015
+ left: 8.33333333%;
2016
+ }
2017
+ .col-lg-push-0 {
2018
+ left: auto;
2019
+ }
2020
+ .col-lg-offset-12 {
2021
+ margin-left: 100%;
2022
+ }
2023
+ .col-lg-offset-11 {
2024
+ margin-left: 91.66666667%;
2025
+ }
2026
+ .col-lg-offset-10 {
2027
+ margin-left: 83.33333333%;
2028
+ }
2029
+ .col-lg-offset-9 {
2030
+ margin-left: 75%;
2031
+ }
2032
+ .col-lg-offset-8 {
2033
+ margin-left: 66.66666667%;
2034
+ }
2035
+ .col-lg-offset-7 {
2036
+ margin-left: 58.33333333%;
2037
+ }
2038
+ .col-lg-offset-6 {
2039
+ margin-left: 50%;
2040
+ }
2041
+ .col-lg-offset-5 {
2042
+ margin-left: 41.66666667%;
2043
+ }
2044
+ .col-lg-offset-4 {
2045
+ margin-left: 33.33333333%;
2046
+ }
2047
+ .col-lg-offset-3 {
2048
+ margin-left: 25%;
2049
+ }
2050
+ .col-lg-offset-2 {
2051
+ margin-left: 16.66666667%;
2052
+ }
2053
+ .col-lg-offset-1 {
2054
+ margin-left: 8.33333333%;
2055
+ }
2056
+ .col-lg-offset-0 {
2057
+ margin-left: 0;
2058
+ }
2059
+}
2060
+table {
2061
+ background-color: transparent;
2062
+}
2063
+th {
2064
+ text-align: left;
2065
+}
2066
+.table {
2067
+ width: 100%;
2068
+ max-width: 100%;
2069
+ margin-bottom: 20px;
2070
+}
2071
+.table > thead > tr > th,
2072
+.table > tbody > tr > th,
2073
+.table > tfoot > tr > th,
2074
+.table > thead > tr > td,
2075
+.table > tbody > tr > td,
2076
+.table > tfoot > tr > td {
2077
+ padding: 8px;
2078
+ line-height: 1.42857143;
2079
+ vertical-align: top;
2080
+ border-top: 1px solid #ddd;
2081
+}
2082
+.table > thead > tr > th {
2083
+ vertical-align: bottom;
2084
+ border-bottom: 2px solid #ddd;
2085
+}
2086
+.table > caption + thead > tr:first-child > th,
2087
+.table > colgroup + thead > tr:first-child > th,
2088
+.table > thead:first-child > tr:first-child > th,
2089
+.table > caption + thead > tr:first-child > td,
2090
+.table > colgroup + thead > tr:first-child > td,
2091
+.table > thead:first-child > tr:first-child > td {
2092
+ border-top: 0;
2093
+}
2094
+.table > tbody + tbody {
2095
+ border-top: 2px solid #ddd;
2096
+}
2097
+.table .table {
2098
+ background-color: #fff;
2099
+}
2100
+.table-condensed > thead > tr > th,
2101
+.table-condensed > tbody > tr > th,
2102
+.table-condensed > tfoot > tr > th,
2103
+.table-condensed > thead > tr > td,
2104
+.table-condensed > tbody > tr > td,
2105
+.table-condensed > tfoot > tr > td {
2106
+ padding: 5px;
2107
+}
2108
+.table-bordered {
2109
+ border: 1px solid #ddd;
2110
+}
2111
+.table-bordered > thead > tr > th,
2112
+.table-bordered > tbody > tr > th,
2113
+.table-bordered > tfoot > tr > th,
2114
+.table-bordered > thead > tr > td,
2115
+.table-bordered > tbody > tr > td,
2116
+.table-bordered > tfoot > tr > td {
2117
+ border: 1px solid #ddd;
2118
+}
2119
+.table-bordered > thead > tr > th,
2120
+.table-bordered > thead > tr > td {
2121
+ border-bottom-width: 2px;
2122
+}
2123
+.table-striped > tbody > tr:nth-child(odd) > td,
2124
+.table-striped > tbody > tr:nth-child(odd) > th {
2125
+ background-color: #f9f9f9;
2126
+}
2127
+.table-hover > tbody > tr:hover > td,
2128
+.table-hover > tbody > tr:hover > th {
2129
+ background-color: #f5f5f5;
2130
+}
2131
+table col[class*="col-"] {
2132
+ position: static;
2133
+ display: table-column;
2134
+ float: none;
2135
+}
2136
+table td[class*="col-"],
2137
+table th[class*="col-"] {
2138
+ position: static;
2139
+ display: table-cell;
2140
+ float: none;
2141
+}
2142
+.table > thead > tr > td.active,
2143
+.table > tbody > tr > td.active,
2144
+.table > tfoot > tr > td.active,
2145
+.table > thead > tr > th.active,
2146
+.table > tbody > tr > th.active,
2147
+.table > tfoot > tr > th.active,
2148
+.table > thead > tr.active > td,
2149
+.table > tbody > tr.active > td,
2150
+.table > tfoot > tr.active > td,
2151
+.table > thead > tr.active > th,
2152
+.table > tbody > tr.active > th,
2153
+.table > tfoot > tr.active > th {
2154
+ background-color: #f5f5f5;
2155
+}
2156
+.table-hover > tbody > tr > td.active:hover,
2157
+.table-hover > tbody > tr > th.active:hover,
2158
+.table-hover > tbody > tr.active:hover > td,
2159
+.table-hover > tbody > tr:hover > .active,
2160
+.table-hover > tbody > tr.active:hover > th {
2161
+ background-color: #e8e8e8;
2162
+}
2163
+.table > thead > tr > td.success,
2164
+.table > tbody > tr > td.success,
2165
+.table > tfoot > tr > td.success,
2166
+.table > thead > tr > th.success,
2167
+.table > tbody > tr > th.success,
2168
+.table > tfoot > tr > th.success,
2169
+.table > thead > tr.success > td,
2170
+.table > tbody > tr.success > td,
2171
+.table > tfoot > tr.success > td,
2172
+.table > thead > tr.success > th,
2173
+.table > tbody > tr.success > th,
2174
+.table > tfoot > tr.success > th {
2175
+ background-color: #dff0d8;
2176
+}
2177
+.table-hover > tbody > tr > td.success:hover,
2178
+.table-hover > tbody > tr > th.success:hover,
2179
+.table-hover > tbody > tr.success:hover > td,
2180
+.table-hover > tbody > tr:hover > .success,
2181
+.table-hover > tbody > tr.success:hover > th {
2182
+ background-color: #d0e9c6;
2183
+}
2184
+.table > thead > tr > td.info,
2185
+.table > tbody > tr > td.info,
2186
+.table > tfoot > tr > td.info,
2187
+.table > thead > tr > th.info,
2188
+.table > tbody > tr > th.info,
2189
+.table > tfoot > tr > th.info,
2190
+.table > thead > tr.info > td,
2191
+.table > tbody > tr.info > td,
2192
+.table > tfoot > tr.info > td,
2193
+.table > thead > tr.info > th,
2194
+.table > tbody > tr.info > th,
2195
+.table > tfoot > tr.info > th {
2196
+ background-color: #d9edf7;
2197
+}
2198
+.table-hover > tbody > tr > td.info:hover,
2199
+.table-hover > tbody > tr > th.info:hover,
2200
+.table-hover > tbody > tr.info:hover > td,
2201
+.table-hover > tbody > tr:hover > .info,
2202
+.table-hover > tbody > tr.info:hover > th {
2203
+ background-color: #c4e3f3;
2204
+}
2205
+.table > thead > tr > td.warning,
2206
+.table > tbody > tr > td.warning,
2207
+.table > tfoot > tr > td.warning,
2208
+.table > thead > tr > th.warning,
2209
+.table > tbody > tr > th.warning,
2210
+.table > tfoot > tr > th.warning,
2211
+.table > thead > tr.warning > td,
2212
+.table > tbody > tr.warning > td,
2213
+.table > tfoot > tr.warning > td,
2214
+.table > thead > tr.warning > th,
2215
+.table > tbody > tr.warning > th,
2216
+.table > tfoot > tr.warning > th {
2217
+ background-color: #fcf8e3;
2218
+}
2219
+.table-hover > tbody > tr > td.warning:hover,
2220
+.table-hover > tbody > tr > th.warning:hover,
2221
+.table-hover > tbody > tr.warning:hover > td,
2222
+.table-hover > tbody > tr:hover > .warning,
2223
+.table-hover > tbody > tr.warning:hover > th {
2224
+ background-color: #faf2cc;
2225
+}
2226
+.table > thead > tr > td.danger,
2227
+.table > tbody > tr > td.danger,
2228
+.table > tfoot > tr > td.danger,
2229
+.table > thead > tr > th.danger,
2230
+.table > tbody > tr > th.danger,
2231
+.table > tfoot > tr > th.danger,
2232
+.table > thead > tr.danger > td,
2233
+.table > tbody > tr.danger > td,
2234
+.table > tfoot > tr.danger > td,
2235
+.table > thead > tr.danger > th,
2236
+.table > tbody > tr.danger > th,
2237
+.table > tfoot > tr.danger > th {
2238
+ background-color: #f2dede;
2239
+}
2240
+.table-hover > tbody > tr > td.danger:hover,
2241
+.table-hover > tbody > tr > th.danger:hover,
2242
+.table-hover > tbody > tr.danger:hover > td,
2243
+.table-hover > tbody > tr:hover > .danger,
2244
+.table-hover > tbody > tr.danger:hover > th {
2245
+ background-color: #ebcccc;
2246
+}
2247
+@media screen and (max-width: 767px) {
2248
+ .table-responsive {
2249
+ width: 100%;
2250
+ margin-bottom: 15px;
2251
+ overflow-x: auto;
2252
+ overflow-y: hidden;
2253
+ -webkit-overflow-scrolling: touch;
2254
+ -ms-overflow-style: -ms-autohiding-scrollbar;
2255
+ border: 1px solid #ddd;
2256
+ }
2257
+ .table-responsive > .table {
2258
+ margin-bottom: 0;
2259
+ }
2260
+ .table-responsive > .table > thead > tr > th,
2261
+ .table-responsive > .table > tbody > tr > th,
2262
+ .table-responsive > .table > tfoot > tr > th,
2263
+ .table-responsive > .table > thead > tr > td,
2264
+ .table-responsive > .table > tbody > tr > td,
2265
+ .table-responsive > .table > tfoot > tr > td {
2266
+ white-space: nowrap;
2267
+ }
2268
+ .table-responsive > .table-bordered {
2269
+ border: 0;
2270
+ }
2271
+ .table-responsive > .table-bordered > thead > tr > th:first-child,
2272
+ .table-responsive > .table-bordered > tbody > tr > th:first-child,
2273
+ .table-responsive > .table-bordered > tfoot > tr > th:first-child,
2274
+ .table-responsive > .table-bordered > thead > tr > td:first-child,
2275
+ .table-responsive > .table-bordered > tbody > tr > td:first-child,
2276
+ .table-responsive > .table-bordered > tfoot > tr > td:first-child {
2277
+ border-left: 0;
2278
+ }
2279
+ .table-responsive > .table-bordered > thead > tr > th:last-child,
2280
+ .table-responsive > .table-bordered > tbody > tr > th:last-child,
2281
+ .table-responsive > .table-bordered > tfoot > tr > th:last-child,
2282
+ .table-responsive > .table-bordered > thead > tr > td:last-child,
2283
+ .table-responsive > .table-bordered > tbody > tr > td:last-child,
2284
+ .table-responsive > .table-bordered > tfoot > tr > td:last-child {
2285
+ border-right: 0;
2286
+ }
2287
+ .table-responsive > .table-bordered > tbody > tr:last-child > th,
2288
+ .table-responsive > .table-bordered > tfoot > tr:last-child > th,
2289
+ .table-responsive > .table-bordered > tbody > tr:last-child > td,
2290
+ .table-responsive > .table-bordered > tfoot > tr:last-child > td {
2291
+ border-bottom: 0;
2292
+ }
2293
+}
2294
+fieldset {
2295
+ min-width: 0;
2296
+ padding: 0;
2297
+ margin: 0;
2298
+ border: 0;
2299
+}
2300
+legend {
2301
+ display: block;
2302
+ width: 100%;
2303
+ padding: 0;
2304
+ margin-bottom: 20px;
2305
+ font-size: 21px;
2306
+ line-height: inherit;
2307
+ color: #333;
2308
+ border: 0;
2309
+ border-bottom: 1px solid #e5e5e5;
2310
+}
2311
+label {
2312
+ display: inline-block;
2313
+ max-width: 100%;
2314
+ margin-bottom: 5px;
2315
+ font-weight: bold;
2316
+}
2317
+input[type="search"] {
2318
+ -webkit-box-sizing: border-box;
2319
+ -moz-box-sizing: border-box;
2320
+ box-sizing: border-box;
2321
+}
2322
+input[type="radio"],
2323
+input[type="checkbox"] {
2324
+ margin: 4px 0 0;
2325
+ margin-top: 1px \9;
2326
+ line-height: normal;
2327
+}
2328
+input[type="file"] {
2329
+ display: block;
2330
+}
2331
+input[type="range"] {
2332
+ display: block;
2333
+ width: 100%;
2334
+}
2335
+select[multiple],
2336
+select[size] {
2337
+ height: auto;
2338
+}
2339
+input[type="file"]:focus,
2340
+input[type="radio"]:focus,
2341
+input[type="checkbox"]:focus {
2342
+ outline: thin dotted;
2343
+ outline: 5px auto -webkit-focus-ring-color;
2344
+ outline-offset: -2px;
2345
+}
2346
+output {
2347
+ display: block;
2348
+ padding-top: 7px;
2349
+ font-size: 14px;
2350
+ line-height: 1.42857143;
2351
+ color: #555;
2352
+}
2353
+.form-control {
2354
+ display: block;
2355
+ width: 100%;
2356
+ height: 34px;
2357
+ padding: 6px 12px;
2358
+ font-size: 14px;
2359
+ line-height: 1.42857143;
2360
+ color: #555;
2361
+ background-color: #fff;
2362
+ background-image: none;
2363
+ border: 1px solid #ccc;
2364
+ border-radius: 4px;
2365
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2366
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2367
+ -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
2368
+ -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2369
+ transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2370
+}
2371
+.form-control:focus {
2372
+ border-color: #66afe9;
2373
+ outline: 0;
2374
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
2375
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
2376
+}
2377
+.form-control::-moz-placeholder {
2378
+ color: #777;
2379
+ opacity: 1;
2380
+}
2381
+.form-control:-ms-input-placeholder {
2382
+ color: #777;
2383
+}
2384
+.form-control::-webkit-input-placeholder {
2385
+ color: #777;
2386
+}
2387
+.form-control[disabled],
2388
+.form-control[readonly],
2389
+fieldset[disabled] .form-control {
2390
+ cursor: not-allowed;
2391
+ background-color: #eee;
2392
+ opacity: 1;
2393
+}
2394
+textarea.form-control {
2395
+ height: auto;
2396
+}
2397
+input[type="search"] {
2398
+ -webkit-appearance: none;
2399
+}
2400
+input[type="date"],
2401
+input[type="time"],
2402
+input[type="datetime-local"],
2403
+input[type="month"] {
2404
+ line-height: 34px;
2405
+ line-height: 1.42857143 \0;
2406
+}
2407
+input[type="date"].input-sm,
2408
+input[type="time"].input-sm,
2409
+input[type="datetime-local"].input-sm,
2410
+input[type="month"].input-sm {
2411
+ line-height: 30px;
2412
+}
2413
+input[type="date"].input-lg,
2414
+input[type="time"].input-lg,
2415
+input[type="datetime-local"].input-lg,
2416
+input[type="month"].input-lg {
2417
+ line-height: 46px;
2418
+}
2419
+.form-group {
2420
+ margin-bottom: 15px;
2421
+}
2422
+.radio,
2423
+.checkbox {
2424
+ position: relative;
2425
+ display: block;
2426
+ min-height: 20px;
2427
+ margin-top: 10px;
2428
+ margin-bottom: 10px;
2429
+}
2430
+.radio label,
2431
+.checkbox label {
2432
+ padding-left: 20px;
2433
+ margin-bottom: 0;
2434
+ font-weight: normal;
2435
+ cursor: pointer;
2436
+}
2437
+.radio input[type="radio"],
2438
+.radio-inline input[type="radio"],
2439
+.checkbox input[type="checkbox"],
2440
+.checkbox-inline input[type="checkbox"] {
2441
+ position: absolute;
2442
+ margin-top: 4px \9;
2443
+ margin-left: -20px;
2444
+}
2445
+.radio + .radio,
2446
+.checkbox + .checkbox {
2447
+ margin-top: -5px;
2448
+}
2449
+.radio-inline,
2450
+.checkbox-inline {
2451
+ display: inline-block;
2452
+ padding-left: 20px;
2453
+ margin-bottom: 0;
2454
+ font-weight: normal;
2455
+ vertical-align: middle;
2456
+ cursor: pointer;
2457
+}
2458
+.radio-inline + .radio-inline,
2459
+.checkbox-inline + .checkbox-inline {
2460
+ margin-top: 0;
2461
+ margin-left: 10px;
2462
+}
2463
+input[type="radio"][disabled],
2464
+input[type="checkbox"][disabled],
2465
+input[type="radio"].disabled,
2466
+input[type="checkbox"].disabled,
2467
+fieldset[disabled] input[type="radio"],
2468
+fieldset[disabled] input[type="checkbox"] {
2469
+ cursor: not-allowed;
2470
+}
2471
+.radio-inline.disabled,
2472
+.checkbox-inline.disabled,
2473
+fieldset[disabled] .radio-inline,
2474
+fieldset[disabled] .checkbox-inline {
2475
+ cursor: not-allowed;
2476
+}
2477
+.radio.disabled label,
2478
+.checkbox.disabled label,
2479
+fieldset[disabled] .radio label,
2480
+fieldset[disabled] .checkbox label {
2481
+ cursor: not-allowed;
2482
+}
2483
+.form-control-static {
2484
+ padding-top: 7px;
2485
+ padding-bottom: 7px;
2486
+ margin-bottom: 0;
2487
+}
2488
+.form-control-static.input-lg,
2489
+.form-control-static.input-sm {
2490
+ padding-right: 0;
2491
+ padding-left: 0;
2492
+}
2493
+.input-sm,
2494
+.form-horizontal .form-group-sm .form-control {
2495
+ height: 30px;
2496
+ padding: 5px 10px;
2497
+ font-size: 12px;
2498
+ line-height: 1.5;
2499
+ border-radius: 3px;
2500
+}
2501
+select.input-sm {
2502
+ height: 30px;
2503
+ line-height: 30px;
2504
+}
2505
+textarea.input-sm,
2506
+select[multiple].input-sm {
2507
+ height: auto;
2508
+}
2509
+.input-lg,
2510
+.form-horizontal .form-group-lg .form-control {
2511
+ height: 46px;
2512
+ padding: 10px 16px;
2513
+ font-size: 18px;
2514
+ line-height: 1.33;
2515
+ border-radius: 6px;
2516
+}
2517
+select.input-lg {
2518
+ height: 46px;
2519
+ line-height: 46px;
2520
+}
2521
+textarea.input-lg,
2522
+select[multiple].input-lg {
2523
+ height: auto;
2524
+}
2525
+.has-feedback {
2526
+ position: relative;
2527
+}
2528
+.has-feedback .form-control {
2529
+ padding-right: 42.5px;
2530
+}
2531
+.form-control-feedback {
2532
+ position: absolute;
2533
+ top: 25px;
2534
+ right: 0;
2535
+ z-index: 2;
2536
+ display: block;
2537
+ width: 34px;
2538
+ height: 34px;
2539
+ line-height: 34px;
2540
+ text-align: center;
2541
+}
2542
+.input-lg + .form-control-feedback {
2543
+ width: 46px;
2544
+ height: 46px;
2545
+ line-height: 46px;
2546
+}
2547
+.input-sm + .form-control-feedback {
2548
+ width: 30px;
2549
+ height: 30px;
2550
+ line-height: 30px;
2551
+}
2552
+.has-success .help-block,
2553
+.has-success .control-label,
2554
+.has-success .radio,
2555
+.has-success .checkbox,
2556
+.has-success .radio-inline,
2557
+.has-success .checkbox-inline {
2558
+ color: #3c763d;
2559
+}
2560
+.has-success .form-control {
2561
+ border-color: #3c763d;
2562
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2563
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2564
+}
2565
+.has-success .form-control:focus {
2566
+ border-color: #2b542c;
2567
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
2568
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
2569
+}
2570
+.has-success .input-group-addon {
2571
+ color: #3c763d;
2572
+ background-color: #dff0d8;
2573
+ border-color: #3c763d;
2574
+}
2575
+.has-success .form-control-feedback {
2576
+ color: #3c763d;
2577
+}
2578
+.has-warning .help-block,
2579
+.has-warning .control-label,
2580
+.has-warning .radio,
2581
+.has-warning .checkbox,
2582
+.has-warning .radio-inline,
2583
+.has-warning .checkbox-inline {
2584
+ color: #8a6d3b;
2585
+}
2586
+.has-warning .form-control {
2587
+ border-color: #8a6d3b;
2588
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2589
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2590
+}
2591
+.has-warning .form-control:focus {
2592
+ border-color: #66512c;
2593
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
2594
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
2595
+}
2596
+.has-warning .input-group-addon {
2597
+ color: #8a6d3b;
2598
+ background-color: #fcf8e3;
2599
+ border-color: #8a6d3b;
2600
+}
2601
+.has-warning .form-control-feedback {
2602
+ color: #8a6d3b;
2603
+}
2604
+.has-error .help-block,
2605
+.has-error .control-label,
2606
+.has-error .radio,
2607
+.has-error .checkbox,
2608
+.has-error .radio-inline,
2609
+.has-error .checkbox-inline {
2610
+ color: #a94442;
2611
+}
2612
+.has-error .form-control {
2613
+ border-color: #a94442;
2614
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2615
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2616
+}
2617
+.has-error .form-control:focus {
2618
+ border-color: #843534;
2619
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
2620
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
2621
+}
2622
+.has-error .input-group-addon {
2623
+ color: #a94442;
2624
+ background-color: #f2dede;
2625
+ border-color: #a94442;
2626
+}
2627
+.has-error .form-control-feedback {
2628
+ color: #a94442;
2629
+}
2630
+.has-feedback label.sr-only ~ .form-control-feedback {
2631
+ top: 0;
2632
+}
2633
+.help-block {
2634
+ display: block;
2635
+ margin-top: 5px;
2636
+ margin-bottom: 10px;
2637
+ color: #737373;
2638
+}
2639
+@media (min-width: 768px) {
2640
+ .form-inline .form-group {
2641
+ display: inline-block;
2642
+ margin-bottom: 0;
2643
+ vertical-align: middle;
2644
+ }
2645
+ .form-inline .form-control {
2646
+ display: inline-block;
2647
+ width: auto;
2648
+ vertical-align: middle;
2649
+ }
2650
+ .form-inline .input-group {
2651
+ display: inline-table;
2652
+ vertical-align: middle;
2653
+ }
2654
+ .form-inline .input-group .input-group-addon,
2655
+ .form-inline .input-group .input-group-btn,
2656
+ .form-inline .input-group .form-control {
2657
+ width: auto;
2658
+ }
2659
+ .form-inline .input-group > .form-control {
2660
+ width: 100%;
2661
+ }
2662
+ .form-inline .control-label {
2663
+ margin-bottom: 0;
2664
+ vertical-align: middle;
2665
+ }
2666
+ .form-inline .radio,
2667
+ .form-inline .checkbox {
2668
+ display: inline-block;
2669
+ margin-top: 0;
2670
+ margin-bottom: 0;
2671
+ vertical-align: middle;
2672
+ }
2673
+ .form-inline .radio label,
2674
+ .form-inline .checkbox label {
2675
+ padding-left: 0;
2676
+ }
2677
+ .form-inline .radio input[type="radio"],
2678
+ .form-inline .checkbox input[type="checkbox"] {
2679
+ position: relative;
2680
+ margin-left: 0;
2681
+ }
2682
+ .form-inline .has-feedback .form-control-feedback {
2683
+ top: 0;
2684
+ }
2685
+}
2686
+.form-horizontal .radio,
2687
+.form-horizontal .checkbox,
2688
+.form-horizontal .radio-inline,
2689
+.form-horizontal .checkbox-inline {
2690
+ padding-top: 7px;
2691
+ margin-top: 0;
2692
+ margin-bottom: 0;
2693
+}
2694
+.form-horizontal .radio,
2695
+.form-horizontal .checkbox {
2696
+ min-height: 27px;
2697
+}
2698
+.form-horizontal .form-group {
2699
+ margin-right: -15px;
2700
+ margin-left: -15px;
2701
+}
2702
+@media (min-width: 768px) {
2703
+ .form-horizontal .control-label {
2704
+ padding-top: 7px;
2705
+ margin-bottom: 0;
2706
+ text-align: right;
2707
+ }
2708
+}
2709
+.form-horizontal .has-feedback .form-control-feedback {
2710
+ top: 0;
2711
+ right: 15px;
2712
+}
2713
+@media (min-width: 768px) {
2714
+ .form-horizontal .form-group-lg .control-label {
2715
+ padding-top: 14.3px;
2716
+ }
2717
+}
2718
+@media (min-width: 768px) {
2719
+ .form-horizontal .form-group-sm .control-label {
2720
+ padding-top: 6px;
2721
+ }
2722
+}
2723
+.btn {
2724
+ display: inline-block;
2725
+ padding: 6px 12px;
2726
+ margin-bottom: 0;
2727
+ font-size: 14px;
2728
+ font-weight: normal;
2729
+ line-height: 1.42857143;
2730
+ text-align: center;
2731
+ white-space: nowrap;
2732
+ vertical-align: middle;
2733
+ cursor: pointer;
2734
+ -webkit-user-select: none;
2735
+ -moz-user-select: none;
2736
+ -ms-user-select: none;
2737
+ user-select: none;
2738
+ background-image: none;
2739
+ border: 1px solid transparent;
2740
+ border-radius: 4px;
2741
+}
2742
+.btn:focus,
2743
+.btn:active:focus,
2744
+.btn.active:focus {
2745
+ outline: thin dotted;
2746
+ outline: 5px auto -webkit-focus-ring-color;
2747
+ outline-offset: -2px;
2748
+}
2749
+.btn:hover,
2750
+.btn:focus {
2751
+ color: #333;
2752
+ text-decoration: none;
2753
+}
2754
+.btn:active,
2755
+.btn.active {
2756
+ background-image: none;
2757
+ outline: 0;
2758
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
2759
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
2760
+}
2761
+.btn.disabled,
2762
+.btn[disabled],
2763
+fieldset[disabled] .btn {
2764
+ pointer-events: none;
2765
+ cursor: not-allowed;
2766
+ filter: alpha(opacity=65);
2767
+ -webkit-box-shadow: none;
2768
+ box-shadow: none;
2769
+ opacity: .65;
2770
+}
2771
+.btn-default {
2772
+ color: #333;
2773
+ background-color: #fff;
2774
+ border-color: #ccc;
2775
+}
2776
+.btn-default:hover,
2777
+.btn-default:focus,
2778
+.btn-default:active,
2779
+.btn-default.active,
2780
+.open > .dropdown-toggle.btn-default {
2781
+ color: #333;
2782
+ background-color: #e6e6e6;
2783
+ border-color: #adadad;
2784
+}
2785
+.btn-default:active,
2786
+.btn-default.active,
2787
+.open > .dropdown-toggle.btn-default {
2788
+ background-image: none;
2789
+}
2790
+.btn-default.disabled,
2791
+.btn-default[disabled],
2792
+fieldset[disabled] .btn-default,
2793
+.btn-default.disabled:hover,
2794
+.btn-default[disabled]:hover,
2795
+fieldset[disabled] .btn-default:hover,
2796
+.btn-default.disabled:focus,
2797
+.btn-default[disabled]:focus,
2798
+fieldset[disabled] .btn-default:focus,
2799
+.btn-default.disabled:active,
2800
+.btn-default[disabled]:active,
2801
+fieldset[disabled] .btn-default:active,
2802
+.btn-default.disabled.active,
2803
+.btn-default[disabled].active,
2804
+fieldset[disabled] .btn-default.active {
2805
+ background-color: #fff;
2806
+ border-color: #ccc;
2807
+}
2808
+.btn-default .badge {
2809
+ color: #fff;
2810
+ background-color: #333;
2811
+}
2812
+.btn-primary {
2813
+ color: #fff;
2814
+ background-color: #428bca;
2815
+ border-color: #357ebd;
2816
+}
2817
+.btn-primary:hover,
2818
+.btn-primary:focus,
2819
+.btn-primary:active,
2820
+.btn-primary.active,
2821
+.open > .dropdown-toggle.btn-primary {
2822
+ color: #fff;
2823
+ background-color: #3071a9;
2824
+ border-color: #285e8e;
2825
+}
2826
+.btn-primary:active,
2827
+.btn-primary.active,
2828
+.open > .dropdown-toggle.btn-primary {
2829
+ background-image: none;
2830
+}
2831
+.btn-primary.disabled,
2832
+.btn-primary[disabled],
2833
+fieldset[disabled] .btn-primary,
2834
+.btn-primary.disabled:hover,
2835
+.btn-primary[disabled]:hover,
2836
+fieldset[disabled] .btn-primary:hover,
2837
+.btn-primary.disabled:focus,
2838
+.btn-primary[disabled]:focus,
2839
+fieldset[disabled] .btn-primary:focus,
2840
+.btn-primary.disabled:active,
2841
+.btn-primary[disabled]:active,
2842
+fieldset[disabled] .btn-primary:active,
2843
+.btn-primary.disabled.active,
2844
+.btn-primary[disabled].active,
2845
+fieldset[disabled] .btn-primary.active {
2846
+ background-color: #428bca;
2847
+ border-color: #357ebd;
2848
+}
2849
+.btn-primary .badge {
2850
+ color: #428bca;
2851
+ background-color: #fff;
2852
+}
2853
+.btn-success {
2854
+ color: #fff;
2855
+ background-color: #5cb85c;
2856
+ border-color: #4cae4c;
2857
+}
2858
+.btn-success:hover,
2859
+.btn-success:focus,
2860
+.btn-success:active,
2861
+.btn-success.active,
2862
+.open > .dropdown-toggle.btn-success {
2863
+ color: #fff;
2864
+ background-color: #449d44;
2865
+ border-color: #398439;
2866
+}
2867
+.btn-success:active,
2868
+.btn-success.active,
2869
+.open > .dropdown-toggle.btn-success {
2870
+ background-image: none;
2871
+}
2872
+.btn-success.disabled,
2873
+.btn-success[disabled],
2874
+fieldset[disabled] .btn-success,
2875
+.btn-success.disabled:hover,
2876
+.btn-success[disabled]:hover,
2877
+fieldset[disabled] .btn-success:hover,
2878
+.btn-success.disabled:focus,
2879
+.btn-success[disabled]:focus,
2880
+fieldset[disabled] .btn-success:focus,
2881
+.btn-success.disabled:active,
2882
+.btn-success[disabled]:active,
2883
+fieldset[disabled] .btn-success:active,
2884
+.btn-success.disabled.active,
2885
+.btn-success[disabled].active,
2886
+fieldset[disabled] .btn-success.active {
2887
+ background-color: #5cb85c;
2888
+ border-color: #4cae4c;
2889
+}
2890
+.btn-success .badge {
2891
+ color: #5cb85c;
2892
+ background-color: #fff;
2893
+}
2894
+.btn-info {
2895
+ color: #fff;
2896
+ background-color: #5bc0de;
2897
+ border-color: #46b8da;
2898
+}
2899
+.btn-info:hover,
2900
+.btn-info:focus,
2901
+.btn-info:active,
2902
+.btn-info.active,
2903
+.open > .dropdown-toggle.btn-info {
2904
+ color: #fff;
2905
+ background-color: #31b0d5;
2906
+ border-color: #269abc;
2907
+}
2908
+.btn-info:active,
2909
+.btn-info.active,
2910
+.open > .dropdown-toggle.btn-info {
2911
+ background-image: none;
2912
+}
2913
+.btn-info.disabled,
2914
+.btn-info[disabled],
2915
+fieldset[disabled] .btn-info,
2916
+.btn-info.disabled:hover,
2917
+.btn-info[disabled]:hover,
2918
+fieldset[disabled] .btn-info:hover,
2919
+.btn-info.disabled:focus,
2920
+.btn-info[disabled]:focus,
2921
+fieldset[disabled] .btn-info:focus,
2922
+.btn-info.disabled:active,
2923
+.btn-info[disabled]:active,
2924
+fieldset[disabled] .btn-info:active,
2925
+.btn-info.disabled.active,
2926
+.btn-info[disabled].active,
2927
+fieldset[disabled] .btn-info.active {
2928
+ background-color: #5bc0de;
2929
+ border-color: #46b8da;
2930
+}
2931
+.btn-info .badge {
2932
+ color: #5bc0de;
2933
+ background-color: #fff;
2934
+}
2935
+.btn-warning {
2936
+ color: #fff;
2937
+ background-color: #f0ad4e;
2938
+ border-color: #eea236;
2939
+}
2940
+.btn-warning:hover,
2941
+.btn-warning:focus,
2942
+.btn-warning:active,
2943
+.btn-warning.active,
2944
+.open > .dropdown-toggle.btn-warning {
2945
+ color: #fff;
2946
+ background-color: #ec971f;
2947
+ border-color: #d58512;
2948
+}
2949
+.btn-warning:active,
2950
+.btn-warning.active,
2951
+.open > .dropdown-toggle.btn-warning {
2952
+ background-image: none;
2953
+}
2954
+.btn-warning.disabled,
2955
+.btn-warning[disabled],
2956
+fieldset[disabled] .btn-warning,
2957
+.btn-warning.disabled:hover,
2958
+.btn-warning[disabled]:hover,
2959
+fieldset[disabled] .btn-warning:hover,
2960
+.btn-warning.disabled:focus,
2961
+.btn-warning[disabled]:focus,
2962
+fieldset[disabled] .btn-warning:focus,
2963
+.btn-warning.disabled:active,
2964
+.btn-warning[disabled]:active,
2965
+fieldset[disabled] .btn-warning:active,
2966
+.btn-warning.disabled.active,
2967
+.btn-warning[disabled].active,
2968
+fieldset[disabled] .btn-warning.active {
2969
+ background-color: #f0ad4e;
2970
+ border-color: #eea236;
2971
+}
2972
+.btn-warning .badge {
2973
+ color: #f0ad4e;
2974
+ background-color: #fff;
2975
+}
2976
+.btn-danger {
2977
+ color: #fff;
2978
+ background-color: #d9534f;
2979
+ border-color: #d43f3a;
2980
+}
2981
+.btn-danger:hover,
2982
+.btn-danger:focus,
2983
+.btn-danger:active,
2984
+.btn-danger.active,
2985
+.open > .dropdown-toggle.btn-danger {
2986
+ color: #fff;
2987
+ background-color: #c9302c;
2988
+ border-color: #ac2925;
2989
+}
2990
+.btn-danger:active,
2991
+.btn-danger.active,
2992
+.open > .dropdown-toggle.btn-danger {
2993
+ background-image: none;
2994
+}
2995
+.btn-danger.disabled,
2996
+.btn-danger[disabled],
2997
+fieldset[disabled] .btn-danger,
2998
+.btn-danger.disabled:hover,
2999
+.btn-danger[disabled]:hover,
3000
+fieldset[disabled] .btn-danger:hover,
3001
+.btn-danger.disabled:focus,
3002
+.btn-danger[disabled]:focus,
3003
+fieldset[disabled] .btn-danger:focus,
3004
+.btn-danger.disabled:active,
3005
+.btn-danger[disabled]:active,
3006
+fieldset[disabled] .btn-danger:active,
3007
+.btn-danger.disabled.active,
3008
+.btn-danger[disabled].active,
3009
+fieldset[disabled] .btn-danger.active {
3010
+ background-color: #d9534f;
3011
+ border-color: #d43f3a;
3012
+}
3013
+.btn-danger .badge {
3014
+ color: #d9534f;
3015
+ background-color: #fff;
3016
+}
3017
+.btn-link {
3018
+ font-weight: normal;
3019
+ color: #428bca;
3020
+ cursor: pointer;
3021
+ border-radius: 0;
3022
+}
3023
+.btn-link,
3024
+.btn-link:active,
3025
+.btn-link[disabled],
3026
+fieldset[disabled] .btn-link {
3027
+ background-color: transparent;
3028
+ -webkit-box-shadow: none;
3029
+ box-shadow: none;
3030
+}
3031
+.btn-link,
3032
+.btn-link:hover,
3033
+.btn-link:focus,
3034
+.btn-link:active {
3035
+ border-color: transparent;
3036
+}
3037
+.btn-link:hover,
3038
+.btn-link:focus {
3039
+ color: #2a6496;
3040
+ text-decoration: underline;
3041
+ background-color: transparent;
3042
+}
3043
+.btn-link[disabled]:hover,
3044
+fieldset[disabled] .btn-link:hover,
3045
+.btn-link[disabled]:focus,
3046
+fieldset[disabled] .btn-link:focus {
3047
+ color: #777;
3048
+ text-decoration: none;
3049
+}
3050
+.btn-lg,
3051
+.btn-group-lg > .btn {
3052
+ padding: 10px 16px;
3053
+ font-size: 18px;
3054
+ line-height: 1.33;
3055
+ border-radius: 6px;
3056
+}
3057
+.btn-sm,
3058
+.btn-group-sm > .btn {
3059
+ padding: 5px 10px;
3060
+ font-size: 12px;
3061
+ line-height: 1.5;
3062
+ border-radius: 3px;
3063
+}
3064
+.btn-xs,
3065
+.btn-group-xs > .btn {
3066
+ padding: 1px 5px;
3067
+ font-size: 12px;
3068
+ line-height: 1.5;
3069
+ border-radius: 3px;
3070
+}
3071
+.btn-block {
3072
+ display: block;
3073
+ width: 100%;
3074
+}
3075
+.btn-block + .btn-block {
3076
+ margin-top: 5px;
3077
+}
3078
+input[type="submit"].btn-block,
3079
+input[type="reset"].btn-block,
3080
+input[type="button"].btn-block {
3081
+ width: 100%;
3082
+}
3083
+.fade {
3084
+ opacity: 0;
3085
+ -webkit-transition: opacity .15s linear;
3086
+ -o-transition: opacity .15s linear;
3087
+ transition: opacity .15s linear;
3088
+}
3089
+.fade.in {
3090
+ opacity: 1;
3091
+}
3092
+.collapse {
3093
+ display: none;
3094
+}
3095
+.collapse.in {
3096
+ display: block;
3097
+}
3098
+tr.collapse.in {
3099
+ display: table-row;
3100
+}
3101
+tbody.collapse.in {
3102
+ display: table-row-group;
3103
+}
3104
+.collapsing {
3105
+ position: relative;
3106
+ height: 0;
3107
+ overflow: hidden;
3108
+ -webkit-transition: height .35s ease;
3109
+ -o-transition: height .35s ease;
3110
+ transition: height .35s ease;
3111
+}
29853112 .caret {
29863113 display: inline-block;
29873114 width: 0;
....@@ -3009,9 +3136,11 @@
30093136 padding: 5px 0;
30103137 margin: 2px 0 0;
30113138 font-size: 14px;
3139
+ text-align: left;
30123140 list-style: none;
30133141 background-color: #fff;
3014
- background-clip: padding-box;
3142
+ -webkit-background-clip: padding-box;
3143
+ background-clip: padding-box;
30153144 border: 1px solid #ccc;
30163145 border: 1px solid rgba(0, 0, 0, .15);
30173146 border-radius: 4px;
....@@ -3033,7 +3162,7 @@
30333162 padding: 3px 20px;
30343163 clear: both;
30353164 font-weight: normal;
3036
- line-height: 1.428571429;
3165
+ line-height: 1.42857143;
30373166 color: #333;
30383167 white-space: nowrap;
30393168 }
....@@ -3054,7 +3183,7 @@
30543183 .dropdown-menu > .disabled > a,
30553184 .dropdown-menu > .disabled > a:hover,
30563185 .dropdown-menu > .disabled > a:focus {
3057
- color: #999;
3186
+ color: #777;
30583187 }
30593188 .dropdown-menu > .disabled > a:hover,
30603189 .dropdown-menu > .disabled > a:focus {
....@@ -3082,8 +3211,9 @@
30823211 display: block;
30833212 padding: 3px 20px;
30843213 font-size: 12px;
3085
- line-height: 1.428571429;
3086
- color: #999;
3214
+ line-height: 1.42857143;
3215
+ color: #777;
3216
+ white-space: nowrap;
30873217 }
30883218 .dropdown-backdrop {
30893219 position: fixed;
....@@ -3142,7 +3272,7 @@
31423272 }
31433273 .btn-group > .btn:focus,
31443274 .btn-group-vertical > .btn:focus {
3145
- outline: none;
3275
+ outline: 0;
31463276 }
31473277 .btn-group .btn + .btn,
31483278 .btn-group .btn + .btn-group,
....@@ -3195,24 +3325,6 @@
31953325 .btn-group .dropdown-toggle:active,
31963326 .btn-group.open .dropdown-toggle {
31973327 outline: 0;
3198
-}
3199
-.btn-group-xs > .btn {
3200
- padding: 1px 5px;
3201
- font-size: 12px;
3202
- line-height: 1.5;
3203
- border-radius: 3px;
3204
-}
3205
-.btn-group-sm > .btn {
3206
- padding: 5px 10px;
3207
- font-size: 12px;
3208
- line-height: 1.5;
3209
- border-radius: 3px;
3210
-}
3211
-.btn-group-lg > .btn {
3212
- padding: 10px 16px;
3213
- font-size: 18px;
3214
- line-height: 1.33;
3215
- border-radius: 6px;
32163328 }
32173329 .btn-group > .btn + .dropdown-toggle {
32183330 padding-right: 8px;
....@@ -3298,9 +3410,15 @@
32983410 .btn-group-justified > .btn-group .btn {
32993411 width: 100%;
33003412 }
3413
+.btn-group-justified > .btn-group .dropdown-menu {
3414
+ left: auto;
3415
+}
33013416 [data-toggle="buttons"] > .btn > input[type="radio"],
33023417 [data-toggle="buttons"] > .btn > input[type="checkbox"] {
3303
- display: none;
3418
+ position: absolute;
3419
+ z-index: -1;
3420
+ filter: alpha(opacity=0);
3421
+ opacity: 0;
33043422 }
33053423 .input-group {
33063424 position: relative;
....@@ -3313,6 +3431,8 @@
33133431 padding-left: 0;
33143432 }
33153433 .input-group .form-control {
3434
+ position: relative;
3435
+ z-index: 2;
33163436 float: left;
33173437 width: 100%;
33183438 margin-bottom: 0;
....@@ -3474,11 +3594,11 @@
34743594 background-color: #eee;
34753595 }
34763596 .nav > li.disabled > a {
3477
- color: #999;
3597
+ color: #777;
34783598 }
34793599 .nav > li.disabled > a:hover,
34803600 .nav > li.disabled > a:focus {
3481
- color: #999;
3601
+ color: #777;
34823602 text-decoration: none;
34833603 cursor: not-allowed;
34843604 background-color: transparent;
....@@ -3507,7 +3627,7 @@
35073627 }
35083628 .nav-tabs > li > a {
35093629 margin-right: 2px;
3510
- line-height: 1.428571429;
3630
+ line-height: 1.42857143;
35113631 border: 1px solid transparent;
35123632 border-radius: 4px 4px 0 0;
35133633 }
....@@ -3663,13 +3783,13 @@
36633783 }
36643784 }
36653785 .navbar-collapse {
3666
- max-height: 340px;
36673786 padding-right: 15px;
36683787 padding-left: 15px;
36693788 overflow-x: visible;
36703789 -webkit-overflow-scrolling: touch;
36713790 border-top: 1px solid transparent;
3672
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
3791
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
3792
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
36733793 }
36743794 .navbar-collapse.in {
36753795 overflow-y: auto;
....@@ -3678,7 +3798,8 @@
36783798 .navbar-collapse {
36793799 width: auto;
36803800 border-top: 0;
3681
- box-shadow: none;
3801
+ -webkit-box-shadow: none;
3802
+ box-shadow: none;
36823803 }
36833804 .navbar-collapse.collapse {
36843805 display: block !important;
....@@ -3694,6 +3815,16 @@
36943815 .navbar-fixed-bottom .navbar-collapse {
36953816 padding-right: 0;
36963817 padding-left: 0;
3818
+ }
3819
+}
3820
+.navbar-fixed-top .navbar-collapse,
3821
+.navbar-fixed-bottom .navbar-collapse {
3822
+ max-height: 340px;
3823
+}
3824
+@media (max-width: 480px) and (orientation: landscape) {
3825
+ .navbar-fixed-top .navbar-collapse,
3826
+ .navbar-fixed-bottom .navbar-collapse {
3827
+ max-height: 200px;
36973828 }
36983829 }
36993830 .container > .navbar-header,
....@@ -3727,6 +3858,9 @@
37273858 right: 0;
37283859 left: 0;
37293860 z-index: 1030;
3861
+ -webkit-transform: translate3d(0, 0, 0);
3862
+ -o-transform: translate3d(0, 0, 0);
3863
+ transform: translate3d(0, 0, 0);
37303864 }
37313865 @media (min-width: 768px) {
37323866 .navbar-fixed-top,
....@@ -3745,7 +3879,7 @@
37453879 }
37463880 .navbar-brand {
37473881 float: left;
3748
- height: 20px;
3882
+ height: 50px;
37493883 padding: 15px 15px;
37503884 font-size: 18px;
37513885 line-height: 20px;
....@@ -3773,7 +3907,7 @@
37733907 border-radius: 4px;
37743908 }
37753909 .navbar-toggle:focus {
3776
- outline: none;
3910
+ outline: 0;
37773911 }
37783912 .navbar-toggle .icon-bar {
37793913 display: block;
....@@ -3805,7 +3939,8 @@
38053939 margin-top: 0;
38063940 background-color: transparent;
38073941 border: 0;
3808
- box-shadow: none;
3942
+ -webkit-box-shadow: none;
3943
+ box-shadow: none;
38093944 }
38103945 .navbar-nav .open .dropdown-menu > li > a,
38113946 .navbar-nav .open .dropdown-menu .dropdown-header {
....@@ -3865,6 +4000,18 @@
38654000 width: auto;
38664001 vertical-align: middle;
38674002 }
4003
+ .navbar-form .input-group {
4004
+ display: inline-table;
4005
+ vertical-align: middle;
4006
+ }
4007
+ .navbar-form .input-group .input-group-addon,
4008
+ .navbar-form .input-group .input-group-btn,
4009
+ .navbar-form .input-group .form-control {
4010
+ width: auto;
4011
+ }
4012
+ .navbar-form .input-group > .form-control {
4013
+ width: 100%;
4014
+ }
38684015 .navbar-form .control-label {
38694016 margin-bottom: 0;
38704017 vertical-align: middle;
....@@ -3872,14 +4019,17 @@
38724019 .navbar-form .radio,
38734020 .navbar-form .checkbox {
38744021 display: inline-block;
3875
- padding-left: 0;
38764022 margin-top: 0;
38774023 margin-bottom: 0;
38784024 vertical-align: middle;
38794025 }
4026
+ .navbar-form .radio label,
4027
+ .navbar-form .checkbox label {
4028
+ padding-left: 0;
4029
+ }
38804030 .navbar-form .radio input[type="radio"],
38814031 .navbar-form .checkbox input[type="checkbox"] {
3882
- float: none;
4032
+ position: relative;
38834033 margin-left: 0;
38844034 }
38854035 .navbar-form .has-feedback .form-control-feedback {
....@@ -4024,12 +4174,25 @@
40244174 .navbar-default .navbar-link:hover {
40254175 color: #333;
40264176 }
4177
+.navbar-default .btn-link {
4178
+ color: #777;
4179
+}
4180
+.navbar-default .btn-link:hover,
4181
+.navbar-default .btn-link:focus {
4182
+ color: #333;
4183
+}
4184
+.navbar-default .btn-link[disabled]:hover,
4185
+fieldset[disabled] .navbar-default .btn-link:hover,
4186
+.navbar-default .btn-link[disabled]:focus,
4187
+fieldset[disabled] .navbar-default .btn-link:focus {
4188
+ color: #ccc;
4189
+}
40274190 .navbar-inverse {
40284191 background-color: #222;
40294192 border-color: #080808;
40304193 }
40314194 .navbar-inverse .navbar-brand {
4032
- color: #999;
4195
+ color: #777;
40334196 }
40344197 .navbar-inverse .navbar-brand:hover,
40354198 .navbar-inverse .navbar-brand:focus {
....@@ -4037,10 +4200,10 @@
40374200 background-color: transparent;
40384201 }
40394202 .navbar-inverse .navbar-text {
4040
- color: #999;
4203
+ color: #777;
40414204 }
40424205 .navbar-inverse .navbar-nav > li > a {
4043
- color: #999;
4206
+ color: #777;
40444207 }
40454208 .navbar-inverse .navbar-nav > li > a:hover,
40464209 .navbar-inverse .navbar-nav > li > a:focus {
....@@ -4087,7 +4250,7 @@
40874250 background-color: #080808;
40884251 }
40894252 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
4090
- color: #999;
4253
+ color: #777;
40914254 }
40924255 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
40934256 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
....@@ -4108,10 +4271,23 @@
41084271 }
41094272 }
41104273 .navbar-inverse .navbar-link {
4111
- color: #999;
4274
+ color: #777;
41124275 }
41134276 .navbar-inverse .navbar-link:hover {
41144277 color: #fff;
4278
+}
4279
+.navbar-inverse .btn-link {
4280
+ color: #777;
4281
+}
4282
+.navbar-inverse .btn-link:hover,
4283
+.navbar-inverse .btn-link:focus {
4284
+ color: #fff;
4285
+}
4286
+.navbar-inverse .btn-link[disabled]:hover,
4287
+fieldset[disabled] .navbar-inverse .btn-link:hover,
4288
+.navbar-inverse .btn-link[disabled]:focus,
4289
+fieldset[disabled] .navbar-inverse .btn-link:focus {
4290
+ color: #444;
41154291 }
41164292 .breadcrumb {
41174293 padding: 8px 15px;
....@@ -4129,7 +4305,7 @@
41294305 content: "/\00a0";
41304306 }
41314307 .breadcrumb > .active {
4132
- color: #999;
4308
+ color: #777;
41334309 }
41344310 .pagination {
41354311 display: inline-block;
....@@ -4146,7 +4322,7 @@
41464322 float: left;
41474323 padding: 6px 12px;
41484324 margin-left: -1px;
4149
- line-height: 1.428571429;
4325
+ line-height: 1.42857143;
41504326 color: #428bca;
41514327 text-decoration: none;
41524328 background-color: #fff;
....@@ -4189,7 +4365,7 @@
41894365 .pagination > .disabled > a,
41904366 .pagination > .disabled > a:hover,
41914367 .pagination > .disabled > a:focus {
4192
- color: #999;
4368
+ color: #777;
41934369 cursor: not-allowed;
41944370 background-color: #fff;
41954371 border-color: #ddd;
....@@ -4258,7 +4434,7 @@
42584434 .pager .disabled > a:hover,
42594435 .pager .disabled > a:focus,
42604436 .pager .disabled > span {
4261
- color: #999;
4437
+ color: #777;
42624438 cursor: not-allowed;
42634439 background-color: #fff;
42644440 }
....@@ -4274,8 +4450,8 @@
42744450 vertical-align: baseline;
42754451 border-radius: .25em;
42764452 }
4277
-.label[href]:hover,
4278
-.label[href]:focus {
4453
+a.label:hover,
4454
+a.label:focus {
42794455 color: #fff;
42804456 text-decoration: none;
42814457 cursor: pointer;
....@@ -4288,11 +4464,11 @@
42884464 top: -1px;
42894465 }
42904466 .label-default {
4291
- background-color: #999;
4467
+ background-color: #777;
42924468 }
42934469 .label-default[href]:hover,
42944470 .label-default[href]:focus {
4295
- background-color: #808080;
4471
+ background-color: #5e5e5e;
42964472 }
42974473 .label-primary {
42984474 background-color: #428bca;
....@@ -4340,7 +4516,7 @@
43404516 text-align: center;
43414517 white-space: nowrap;
43424518 vertical-align: baseline;
4343
- background-color: #999;
4519
+ background-color: #777;
43444520 border-radius: 10px;
43454521 }
43464522 .badge:empty {
....@@ -4383,6 +4559,9 @@
43834559 font-size: 21px;
43844560 font-weight: 200;
43854561 }
4562
+.jumbotron > hr {
4563
+ border-top-color: #d5d5d5;
4564
+}
43864565 .container .jumbotron {
43874566 border-radius: 6px;
43884567 }
....@@ -4407,18 +4586,16 @@
44074586 display: block;
44084587 padding: 4px;
44094588 margin-bottom: 20px;
4410
- line-height: 1.428571429;
4589
+ line-height: 1.42857143;
44114590 background-color: #fff;
44124591 border: 1px solid #ddd;
44134592 border-radius: 4px;
44144593 -webkit-transition: all .2s ease-in-out;
4594
+ -o-transition: all .2s ease-in-out;
44154595 transition: all .2s ease-in-out;
44164596 }
44174597 .thumbnail > img,
44184598 .thumbnail a > img {
4419
- display: block;
4420
- max-width: 100%;
4421
- height: auto;
44224599 margin-right: auto;
44234600 margin-left: auto;
44244601 }
....@@ -4451,10 +4628,12 @@
44514628 .alert > p + p {
44524629 margin-top: 5px;
44534630 }
4454
-.alert-dismissable {
4631
+.alert-dismissable,
4632
+.alert-dismissible {
44554633 padding-right: 35px;
44564634 }
4457
-.alert-dismissable .close {
4635
+.alert-dismissable .close,
4636
+.alert-dismissible .close {
44584637 position: relative;
44594638 top: -2px;
44604639 right: -21px;
....@@ -4512,6 +4691,14 @@
45124691 background-position: 0 0;
45134692 }
45144693 }
4694
+@-o-keyframes progress-bar-stripes {
4695
+ from {
4696
+ background-position: 40px 0;
4697
+ }
4698
+ to {
4699
+ background-position: 0 0;
4700
+ }
4701
+}
45154702 @keyframes progress-bar-stripes {
45164703 from {
45174704 background-position: 40px 0;
....@@ -4541,22 +4728,41 @@
45414728 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
45424729 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
45434730 -webkit-transition: width .6s ease;
4731
+ -o-transition: width .6s ease;
45444732 transition: width .6s ease;
45454733 }
4546
-.progress-striped .progress-bar {
4734
+.progress-striped .progress-bar,
4735
+.progress-bar-striped {
45474736 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4737
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
45484738 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4549
- background-size: 40px 40px;
4739
+ -webkit-background-size: 40px 40px;
4740
+ background-size: 40px 40px;
45504741 }
4551
-.progress.active .progress-bar {
4742
+.progress.active .progress-bar,
4743
+.progress-bar.active {
45524744 -webkit-animation: progress-bar-stripes 2s linear infinite;
4745
+ -o-animation: progress-bar-stripes 2s linear infinite;
45534746 animation: progress-bar-stripes 2s linear infinite;
4747
+}
4748
+.progress-bar[aria-valuenow="1"],
4749
+.progress-bar[aria-valuenow="2"] {
4750
+ min-width: 30px;
4751
+}
4752
+.progress-bar[aria-valuenow="0"] {
4753
+ min-width: 30px;
4754
+ color: #777;
4755
+ background-color: transparent;
4756
+ background-image: none;
4757
+ -webkit-box-shadow: none;
4758
+ box-shadow: none;
45544759 }
45554760 .progress-bar-success {
45564761 background-color: #5cb85c;
45574762 }
45584763 .progress-striped .progress-bar-success {
45594764 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4765
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
45604766 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
45614767 }
45624768 .progress-bar-info {
....@@ -4564,6 +4770,7 @@
45644770 }
45654771 .progress-striped .progress-bar-info {
45664772 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4773
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
45674774 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
45684775 }
45694776 .progress-bar-warning {
....@@ -4571,6 +4778,7 @@
45714778 }
45724779 .progress-striped .progress-bar-warning {
45734780 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4781
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
45744782 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
45754783 }
45764784 .progress-bar-danger {
....@@ -4578,6 +4786,7 @@
45784786 }
45794787 .progress-striped .progress-bar-danger {
45804788 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4789
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
45814790 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
45824791 }
45834792 .media,
....@@ -4643,25 +4852,48 @@
46434852 }
46444853 a.list-group-item:hover,
46454854 a.list-group-item:focus {
4855
+ color: #555;
46464856 text-decoration: none;
46474857 background-color: #f5f5f5;
46484858 }
4649
-a.list-group-item.active,
4650
-a.list-group-item.active:hover,
4651
-a.list-group-item.active:focus {
4859
+.list-group-item.disabled,
4860
+.list-group-item.disabled:hover,
4861
+.list-group-item.disabled:focus {
4862
+ color: #777;
4863
+ background-color: #eee;
4864
+}
4865
+.list-group-item.disabled .list-group-item-heading,
4866
+.list-group-item.disabled:hover .list-group-item-heading,
4867
+.list-group-item.disabled:focus .list-group-item-heading {
4868
+ color: inherit;
4869
+}
4870
+.list-group-item.disabled .list-group-item-text,
4871
+.list-group-item.disabled:hover .list-group-item-text,
4872
+.list-group-item.disabled:focus .list-group-item-text {
4873
+ color: #777;
4874
+}
4875
+.list-group-item.active,
4876
+.list-group-item.active:hover,
4877
+.list-group-item.active:focus {
46524878 z-index: 2;
46534879 color: #fff;
46544880 background-color: #428bca;
46554881 border-color: #428bca;
46564882 }
4657
-a.list-group-item.active .list-group-item-heading,
4658
-a.list-group-item.active:hover .list-group-item-heading,
4659
-a.list-group-item.active:focus .list-group-item-heading {
4883
+.list-group-item.active .list-group-item-heading,
4884
+.list-group-item.active:hover .list-group-item-heading,
4885
+.list-group-item.active:focus .list-group-item-heading,
4886
+.list-group-item.active .list-group-item-heading > small,
4887
+.list-group-item.active:hover .list-group-item-heading > small,
4888
+.list-group-item.active:focus .list-group-item-heading > small,
4889
+.list-group-item.active .list-group-item-heading > .small,
4890
+.list-group-item.active:hover .list-group-item-heading > .small,
4891
+.list-group-item.active:focus .list-group-item-heading > .small {
46604892 color: inherit;
46614893 }
4662
-a.list-group-item.active .list-group-item-text,
4663
-a.list-group-item.active:hover .list-group-item-text,
4664
-a.list-group-item.active:focus .list-group-item-text {
4894
+.list-group-item.active .list-group-item-text,
4895
+.list-group-item.active:hover .list-group-item-text,
4896
+.list-group-item.active:focus .list-group-item-text {
46654897 color: #e1edf7;
46664898 }
46674899 .list-group-item-success {
....@@ -4771,6 +5003,31 @@
47715003 .panel-body {
47725004 padding: 15px;
47735005 }
5006
+.panel-heading {
5007
+ padding: 10px 15px;
5008
+ border-bottom: 1px solid transparent;
5009
+ border-top-left-radius: 3px;
5010
+ border-top-right-radius: 3px;
5011
+}
5012
+.panel-heading > .dropdown .dropdown-toggle {
5013
+ color: inherit;
5014
+}
5015
+.panel-title {
5016
+ margin-top: 0;
5017
+ margin-bottom: 0;
5018
+ font-size: 16px;
5019
+ color: inherit;
5020
+}
5021
+.panel-title > a {
5022
+ color: inherit;
5023
+}
5024
+.panel-footer {
5025
+ padding: 10px 15px;
5026
+ background-color: #f5f5f5;
5027
+ border-top: 1px solid #ddd;
5028
+ border-bottom-right-radius: 3px;
5029
+ border-bottom-left-radius: 3px;
5030
+}
47745031 .panel > .list-group {
47755032 margin-bottom: 0;
47765033 }
....@@ -4778,26 +5035,31 @@
47785035 border-width: 1px 0;
47795036 border-radius: 0;
47805037 }
4781
-.panel > .list-group .list-group-item:first-child {
4782
- border-top: 0;
4783
-}
4784
-.panel > .list-group .list-group-item:last-child {
4785
- border-bottom: 0;
4786
-}
47875038 .panel > .list-group:first-child .list-group-item:first-child {
5039
+ border-top: 0;
47885040 border-top-left-radius: 3px;
47895041 border-top-right-radius: 3px;
47905042 }
47915043 .panel > .list-group:last-child .list-group-item:last-child {
5044
+ border-bottom: 0;
47925045 border-bottom-right-radius: 3px;
47935046 border-bottom-left-radius: 3px;
47945047 }
47955048 .panel-heading + .list-group .list-group-item:first-child {
47965049 border-top-width: 0;
47975050 }
5051
+.list-group + .panel-footer {
5052
+ border-top-width: 0;
5053
+}
47985054 .panel > .table,
4799
-.panel > .table-responsive > .table {
5055
+.panel > .table-responsive > .table,
5056
+.panel > .panel-collapse > .table {
48005057 margin-bottom: 0;
5058
+}
5059
+.panel > .table:first-child,
5060
+.panel > .table-responsive:first-child > .table:first-child {
5061
+ border-top-left-radius: 3px;
5062
+ border-top-right-radius: 3px;
48015063 }
48025064 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
48035065 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
....@@ -4818,6 +5080,11 @@
48185080 .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
48195081 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
48205082 border-top-right-radius: 3px;
5083
+}
5084
+.panel > .table:last-child,
5085
+.panel > .table-responsive:last-child > .table:last-child {
5086
+ border-bottom-right-radius: 3px;
5087
+ border-bottom-left-radius: 3px;
48215088 }
48225089 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
48235090 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
....@@ -4879,69 +5146,35 @@
48795146 .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
48805147 border-right: 0;
48815148 }
4882
-.panel > .table-bordered > thead > tr:first-child > th,
4883
-.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
4884
-.panel > .table-bordered > tbody > tr:first-child > th,
4885
-.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
4886
-.panel > .table-bordered > tfoot > tr:first-child > th,
4887
-.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
48885149 .panel > .table-bordered > thead > tr:first-child > td,
48895150 .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
48905151 .panel > .table-bordered > tbody > tr:first-child > td,
48915152 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
4892
-.panel > .table-bordered > tfoot > tr:first-child > td,
4893
-.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
4894
- border-top: 0;
5153
+.panel > .table-bordered > thead > tr:first-child > th,
5154
+.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
5155
+.panel > .table-bordered > tbody > tr:first-child > th,
5156
+.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
5157
+ border-bottom: 0;
48955158 }
4896
-.panel > .table-bordered > thead > tr:last-child > th,
4897
-.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
4898
-.panel > .table-bordered > tbody > tr:last-child > th,
4899
-.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
4900
-.panel > .table-bordered > tfoot > tr:last-child > th,
4901
-.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
4902
-.panel > .table-bordered > thead > tr:last-child > td,
4903
-.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
49045159 .panel > .table-bordered > tbody > tr:last-child > td,
49055160 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
49065161 .panel > .table-bordered > tfoot > tr:last-child > td,
4907
-.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
5162
+.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
5163
+.panel > .table-bordered > tbody > tr:last-child > th,
5164
+.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
5165
+.panel > .table-bordered > tfoot > tr:last-child > th,
5166
+.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
49085167 border-bottom: 0;
49095168 }
49105169 .panel > .table-responsive {
49115170 margin-bottom: 0;
49125171 border: 0;
49135172 }
4914
-.panel-heading {
4915
- padding: 10px 15px;
4916
- border-bottom: 1px solid transparent;
4917
- border-top-left-radius: 3px;
4918
- border-top-right-radius: 3px;
4919
-}
4920
-.panel-heading > .dropdown .dropdown-toggle {
4921
- color: inherit;
4922
-}
4923
-.panel-title {
4924
- margin-top: 0;
4925
- margin-bottom: 0;
4926
- font-size: 16px;
4927
- color: inherit;
4928
-}
4929
-.panel-title > a {
4930
- color: inherit;
4931
-}
4932
-.panel-footer {
4933
- padding: 10px 15px;
4934
- background-color: #f5f5f5;
4935
- border-top: 1px solid #ddd;
4936
- border-bottom-right-radius: 3px;
4937
- border-bottom-left-radius: 3px;
4938
-}
49395173 .panel-group {
49405174 margin-bottom: 20px;
49415175 }
49425176 .panel-group .panel {
49435177 margin-bottom: 0;
4944
- overflow: hidden;
49455178 border-radius: 4px;
49465179 }
49475180 .panel-group .panel + .panel {
....@@ -4950,7 +5183,7 @@
49505183 .panel-group .panel-heading {
49515184 border-bottom: 0;
49525185 }
4953
-.panel-group .panel-heading + .panel-collapse .panel-body {
5186
+.panel-group .panel-heading + .panel-collapse > .panel-body {
49545187 border-top: 1px solid #ddd;
49555188 }
49565189 .panel-group .panel-footer {
....@@ -4967,10 +5200,14 @@
49675200 background-color: #f5f5f5;
49685201 border-color: #ddd;
49695202 }
4970
-.panel-default > .panel-heading + .panel-collapse .panel-body {
5203
+.panel-default > .panel-heading + .panel-collapse > .panel-body {
49715204 border-top-color: #ddd;
49725205 }
4973
-.panel-default > .panel-footer + .panel-collapse .panel-body {
5206
+.panel-default > .panel-heading .badge {
5207
+ color: #f5f5f5;
5208
+ background-color: #333;
5209
+}
5210
+.panel-default > .panel-footer + .panel-collapse > .panel-body {
49745211 border-bottom-color: #ddd;
49755212 }
49765213 .panel-primary {
....@@ -4981,10 +5218,14 @@
49815218 background-color: #428bca;
49825219 border-color: #428bca;
49835220 }
4984
-.panel-primary > .panel-heading + .panel-collapse .panel-body {
5221
+.panel-primary > .panel-heading + .panel-collapse > .panel-body {
49855222 border-top-color: #428bca;
49865223 }
4987
-.panel-primary > .panel-footer + .panel-collapse .panel-body {
5224
+.panel-primary > .panel-heading .badge {
5225
+ color: #428bca;
5226
+ background-color: #fff;
5227
+}
5228
+.panel-primary > .panel-footer + .panel-collapse > .panel-body {
49885229 border-bottom-color: #428bca;
49895230 }
49905231 .panel-success {
....@@ -4995,10 +5236,14 @@
49955236 background-color: #dff0d8;
49965237 border-color: #d6e9c6;
49975238 }
4998
-.panel-success > .panel-heading + .panel-collapse .panel-body {
5239
+.panel-success > .panel-heading + .panel-collapse > .panel-body {
49995240 border-top-color: #d6e9c6;
50005241 }
5001
-.panel-success > .panel-footer + .panel-collapse .panel-body {
5242
+.panel-success > .panel-heading .badge {
5243
+ color: #dff0d8;
5244
+ background-color: #3c763d;
5245
+}
5246
+.panel-success > .panel-footer + .panel-collapse > .panel-body {
50025247 border-bottom-color: #d6e9c6;
50035248 }
50045249 .panel-info {
....@@ -5009,10 +5254,14 @@
50095254 background-color: #d9edf7;
50105255 border-color: #bce8f1;
50115256 }
5012
-.panel-info > .panel-heading + .panel-collapse .panel-body {
5257
+.panel-info > .panel-heading + .panel-collapse > .panel-body {
50135258 border-top-color: #bce8f1;
50145259 }
5015
-.panel-info > .panel-footer + .panel-collapse .panel-body {
5260
+.panel-info > .panel-heading .badge {
5261
+ color: #d9edf7;
5262
+ background-color: #31708f;
5263
+}
5264
+.panel-info > .panel-footer + .panel-collapse > .panel-body {
50165265 border-bottom-color: #bce8f1;
50175266 }
50185267 .panel-warning {
....@@ -5023,10 +5272,14 @@
50235272 background-color: #fcf8e3;
50245273 border-color: #faebcc;
50255274 }
5026
-.panel-warning > .panel-heading + .panel-collapse .panel-body {
5275
+.panel-warning > .panel-heading + .panel-collapse > .panel-body {
50275276 border-top-color: #faebcc;
50285277 }
5029
-.panel-warning > .panel-footer + .panel-collapse .panel-body {
5278
+.panel-warning > .panel-heading .badge {
5279
+ color: #fcf8e3;
5280
+ background-color: #8a6d3b;
5281
+}
5282
+.panel-warning > .panel-footer + .panel-collapse > .panel-body {
50305283 border-bottom-color: #faebcc;
50315284 }
50325285 .panel-danger {
....@@ -5037,11 +5290,40 @@
50375290 background-color: #f2dede;
50385291 border-color: #ebccd1;
50395292 }
5040
-.panel-danger > .panel-heading + .panel-collapse .panel-body {
5293
+.panel-danger > .panel-heading + .panel-collapse > .panel-body {
50415294 border-top-color: #ebccd1;
50425295 }
5043
-.panel-danger > .panel-footer + .panel-collapse .panel-body {
5296
+.panel-danger > .panel-heading .badge {
5297
+ color: #f2dede;
5298
+ background-color: #a94442;
5299
+}
5300
+.panel-danger > .panel-footer + .panel-collapse > .panel-body {
50445301 border-bottom-color: #ebccd1;
5302
+}
5303
+.embed-responsive {
5304
+ position: relative;
5305
+ display: block;
5306
+ height: 0;
5307
+ padding: 0;
5308
+ overflow: hidden;
5309
+}
5310
+.embed-responsive .embed-responsive-item,
5311
+.embed-responsive iframe,
5312
+.embed-responsive embed,
5313
+.embed-responsive object {
5314
+ position: absolute;
5315
+ top: 0;
5316
+ bottom: 0;
5317
+ left: 0;
5318
+ width: 100%;
5319
+ height: 100%;
5320
+ border: 0;
5321
+}
5322
+.embed-responsive.embed-responsive-16by9 {
5323
+ padding-bottom: 56.25%;
5324
+}
5325
+.embed-responsive.embed-responsive-4by3 {
5326
+ padding-bottom: 75%;
50455327 }
50465328 .well {
50475329 min-height: 20px;
....@@ -5101,24 +5383,26 @@
51015383 left: 0;
51025384 z-index: 1050;
51035385 display: none;
5104
- overflow: auto;
5105
- overflow-y: scroll;
5386
+ overflow: hidden;
51065387 -webkit-overflow-scrolling: touch;
51075388 outline: 0;
51085389 }
51095390 .modal.fade .modal-dialog {
51105391 -webkit-transition: -webkit-transform .3s ease-out;
5111
- -moz-transition: -moz-transform .3s ease-out;
51125392 -o-transition: -o-transform .3s ease-out;
51135393 transition: transform .3s ease-out;
5114
- -webkit-transform: translate(0, -25%);
5115
- -ms-transform: translate(0, -25%);
5116
- transform: translate(0, -25%);
5394
+ -webkit-transform: translate3d(0, -25%, 0);
5395
+ -o-transform: translate3d(0, -25%, 0);
5396
+ transform: translate3d(0, -25%, 0);
51175397 }
51185398 .modal.in .modal-dialog {
5119
- -webkit-transform: translate(0, 0);
5120
- -ms-transform: translate(0, 0);
5121
- transform: translate(0, 0);
5399
+ -webkit-transform: translate3d(0, 0, 0);
5400
+ -o-transform: translate3d(0, 0, 0);
5401
+ transform: translate3d(0, 0, 0);
5402
+}
5403
+.modal-open .modal {
5404
+ overflow-x: hidden;
5405
+ overflow-y: auto;
51225406 }
51235407 .modal-dialog {
51245408 position: relative;
....@@ -5128,11 +5412,12 @@
51285412 .modal-content {
51295413 position: relative;
51305414 background-color: #fff;
5131
- background-clip: padding-box;
5415
+ -webkit-background-clip: padding-box;
5416
+ background-clip: padding-box;
51325417 border: 1px solid #999;
51335418 border: 1px solid rgba(0, 0, 0, .2);
51345419 border-radius: 6px;
5135
- outline: none;
5420
+ outline: 0;
51365421 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
51375422 box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
51385423 }
....@@ -5154,7 +5439,7 @@
51545439 opacity: .5;
51555440 }
51565441 .modal-header {
5157
- min-height: 16.428571429px;
5442
+ min-height: 16.42857143px;
51585443 padding: 15px;
51595444 border-bottom: 1px solid #e5e5e5;
51605445 }
....@@ -5163,15 +5448,14 @@
51635448 }
51645449 .modal-title {
51655450 margin: 0;
5166
- line-height: 1.428571429;
5451
+ line-height: 1.42857143;
51675452 }
51685453 .modal-body {
51695454 position: relative;
5170
- padding: 20px;
5455
+ padding: 15px;
51715456 }
51725457 .modal-footer {
5173
- padding: 19px 20px 20px;
5174
- margin-top: 15px;
5458
+ padding: 15px;
51755459 text-align: right;
51765460 border-top: 1px solid #e5e5e5;
51775461 }
....@@ -5185,6 +5469,13 @@
51855469 .modal-footer .btn-block + .btn-block {
51865470 margin-left: 0;
51875471 }
5472
+.modal-scrollbar-measure {
5473
+ position: absolute;
5474
+ top: -9999px;
5475
+ width: 50px;
5476
+ height: 50px;
5477
+ overflow: scroll;
5478
+}
51885479 @media (min-width: 768px) {
51895480 .modal-dialog {
51905481 width: 600px;
....@@ -5197,13 +5488,15 @@
51975488 .modal-sm {
51985489 width: 300px;
51995490 }
5491
+}
5492
+@media (min-width: 992px) {
52005493 .modal-lg {
52015494 width: 900px;
52025495 }
52035496 }
52045497 .tooltip {
52055498 position: absolute;
5206
- z-index: 1030;
5499
+ z-index: 1070;
52075500 display: block;
52085501 font-size: 12px;
52095502 line-height: 1.4;
....@@ -5303,14 +5596,15 @@
53035596 position: absolute;
53045597 top: 0;
53055598 left: 0;
5306
- z-index: 1010;
5599
+ z-index: 1060;
53075600 display: none;
53085601 max-width: 276px;
53095602 padding: 1px;
53105603 text-align: left;
53115604 white-space: normal;
53125605 background-color: #fff;
5313
- background-clip: padding-box;
5606
+ -webkit-background-clip: padding-box;
5607
+ background-clip: padding-box;
53145608 border: 1px solid #ccc;
53155609 border: 1px solid rgba(0, 0, 0, .2);
53165610 border-radius: 6px;
....@@ -5342,8 +5636,8 @@
53425636 .popover-content {
53435637 padding: 9px 14px;
53445638 }
5345
-.popover .arrow,
5346
-.popover .arrow:after {
5639
+.popover > .arrow,
5640
+.popover > .arrow:after {
53475641 position: absolute;
53485642 display: block;
53495643 width: 0;
....@@ -5351,14 +5645,14 @@
53515645 border-color: transparent;
53525646 border-style: solid;
53535647 }
5354
-.popover .arrow {
5648
+.popover > .arrow {
53555649 border-width: 11px;
53565650 }
5357
-.popover .arrow:after {
5651
+.popover > .arrow:after {
53585652 content: "";
53595653 border-width: 10px;
53605654 }
5361
-.popover.top .arrow {
5655
+.popover.top > .arrow {
53625656 bottom: -11px;
53635657 left: 50%;
53645658 margin-left: -11px;
....@@ -5366,14 +5660,14 @@
53665660 border-top-color: rgba(0, 0, 0, .25);
53675661 border-bottom-width: 0;
53685662 }
5369
-.popover.top .arrow:after {
5663
+.popover.top > .arrow:after {
53705664 bottom: 1px;
53715665 margin-left: -10px;
53725666 content: " ";
53735667 border-top-color: #fff;
53745668 border-bottom-width: 0;
53755669 }
5376
-.popover.right .arrow {
5670
+.popover.right > .arrow {
53775671 top: 50%;
53785672 left: -11px;
53795673 margin-top: -11px;
....@@ -5381,14 +5675,14 @@
53815675 border-right-color: rgba(0, 0, 0, .25);
53825676 border-left-width: 0;
53835677 }
5384
-.popover.right .arrow:after {
5678
+.popover.right > .arrow:after {
53855679 bottom: -10px;
53865680 left: 1px;
53875681 content: " ";
53885682 border-right-color: #fff;
53895683 border-left-width: 0;
53905684 }
5391
-.popover.bottom .arrow {
5685
+.popover.bottom > .arrow {
53925686 top: -11px;
53935687 left: 50%;
53945688 margin-left: -11px;
....@@ -5396,14 +5690,14 @@
53965690 border-bottom-color: #999;
53975691 border-bottom-color: rgba(0, 0, 0, .25);
53985692 }
5399
-.popover.bottom .arrow:after {
5693
+.popover.bottom > .arrow:after {
54005694 top: 1px;
54015695 margin-left: -10px;
54025696 content: " ";
54035697 border-top-width: 0;
54045698 border-bottom-color: #fff;
54055699 }
5406
-.popover.left .arrow {
5700
+.popover.left > .arrow {
54075701 top: 50%;
54085702 right: -11px;
54095703 margin-top: -11px;
....@@ -5411,7 +5705,7 @@
54115705 border-left-color: #999;
54125706 border-left-color: rgba(0, 0, 0, .25);
54135707 }
5414
-.popover.left .arrow:after {
5708
+.popover.left > .arrow:after {
54155709 right: 1px;
54165710 bottom: -10px;
54175711 content: " ";
....@@ -5430,13 +5724,11 @@
54305724 position: relative;
54315725 display: none;
54325726 -webkit-transition: .6s ease-in-out left;
5727
+ -o-transition: .6s ease-in-out left;
54335728 transition: .6s ease-in-out left;
54345729 }
54355730 .carousel-inner > .item > img,
54365731 .carousel-inner > .item > a > img {
5437
- display: block;
5438
- max-width: 100%;
5439
- height: auto;
54405732 line-height: 1;
54415733 }
54425734 .carousel-inner > .active,
....@@ -5483,7 +5775,9 @@
54835775 opacity: .5;
54845776 }
54855777 .carousel-control.left {
5486
- background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
5778
+ background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
5779
+ background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
5780
+ background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
54875781 background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
54885782 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
54895783 background-repeat: repeat-x;
....@@ -5491,7 +5785,9 @@
54915785 .carousel-control.right {
54925786 right: 0;
54935787 left: auto;
5494
- background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
5788
+ background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
5789
+ background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
5790
+ background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
54955791 background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
54965792 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
54975793 background-repeat: repeat-x;
....@@ -5501,7 +5797,7 @@
55015797 color: #fff;
55025798 text-decoration: none;
55035799 filter: alpha(opacity=90);
5504
- outline: none;
5800
+ outline: 0;
55055801 opacity: .9;
55065802 }
55075803 .carousel-control .icon-prev,
....@@ -5516,17 +5812,18 @@
55165812 .carousel-control .icon-prev,
55175813 .carousel-control .glyphicon-chevron-left {
55185814 left: 50%;
5815
+ margin-left: -10px;
55195816 }
55205817 .carousel-control .icon-next,
55215818 .carousel-control .glyphicon-chevron-right {
55225819 right: 50%;
5820
+ margin-right: -10px;
55235821 }
55245822 .carousel-control .icon-prev,
55255823 .carousel-control .icon-next {
55265824 width: 20px;
55275825 height: 20px;
55285826 margin-top: -10px;
5529
- margin-left: -10px;
55305827 font-family: serif;
55315828 }
55325829 .carousel-control .icon-prev:before {
....@@ -5580,15 +5877,22 @@
55805877 text-shadow: none;
55815878 }
55825879 @media screen and (min-width: 768px) {
5583
- .carousel-control .glyphicons-chevron-left,
5584
- .carousel-control .glyphicons-chevron-right,
5880
+ .carousel-control .glyphicon-chevron-left,
5881
+ .carousel-control .glyphicon-chevron-right,
55855882 .carousel-control .icon-prev,
55865883 .carousel-control .icon-next {
55875884 width: 30px;
55885885 height: 30px;
55895886 margin-top: -15px;
5590
- margin-left: -15px;
55915887 font-size: 30px;
5888
+ }
5889
+ .carousel-control .glyphicon-chevron-left,
5890
+ .carousel-control .icon-prev {
5891
+ margin-left: -15px;
5892
+ }
5893
+ .carousel-control .glyphicon-chevron-right,
5894
+ .carousel-control .icon-next {
5895
+ margin-right: -15px;
55925896 }
55935897 .carousel-caption {
55945898 right: 20%;
....@@ -5601,6 +5905,8 @@
56015905 }
56025906 .clearfix:before,
56035907 .clearfix:after,
5908
+.dl-horizontal dd:before,
5909
+.dl-horizontal dd:after,
56045910 .container:before,
56055911 .container:after,
56065912 .container-fluid:before,
....@@ -5631,6 +5937,7 @@
56315937 content: " ";
56325938 }
56335939 .clearfix:after,
5940
+.dl-horizontal dd:after,
56345941 .container:after,
56355942 .container-fluid:after,
56365943 .row:after,
....@@ -5679,14 +5986,31 @@
56795986 }
56805987 .affix {
56815988 position: fixed;
5989
+ -webkit-transform: translate3d(0, 0, 0);
5990
+ -o-transform: translate3d(0, 0, 0);
5991
+ transform: translate3d(0, 0, 0);
56825992 }
56835993 @-ms-viewport {
56845994 width: device-width;
56855995 }
56865996 .visible-xs,
5687
-tr.visible-xs,
5688
-th.visible-xs,
5689
-td.visible-xs {
5997
+.visible-sm,
5998
+.visible-md,
5999
+.visible-lg {
6000
+ display: none !important;
6001
+}
6002
+.visible-xs-block,
6003
+.visible-xs-inline,
6004
+.visible-xs-inline-block,
6005
+.visible-sm-block,
6006
+.visible-sm-inline,
6007
+.visible-sm-inline-block,
6008
+.visible-md-block,
6009
+.visible-md-inline,
6010
+.visible-md-inline-block,
6011
+.visible-lg-block,
6012
+.visible-lg-inline,
6013
+.visible-lg-inline-block {
56906014 display: none !important;
56916015 }
56926016 @media (max-width: 767px) {
....@@ -5704,11 +6028,20 @@
57046028 display: table-cell !important;
57056029 }
57066030 }
5707
-.visible-sm,
5708
-tr.visible-sm,
5709
-th.visible-sm,
5710
-td.visible-sm {
5711
- display: none !important;
6031
+@media (max-width: 767px) {
6032
+ .visible-xs-block {
6033
+ display: block !important;
6034
+ }
6035
+}
6036
+@media (max-width: 767px) {
6037
+ .visible-xs-inline {
6038
+ display: inline !important;
6039
+ }
6040
+}
6041
+@media (max-width: 767px) {
6042
+ .visible-xs-inline-block {
6043
+ display: inline-block !important;
6044
+ }
57126045 }
57136046 @media (min-width: 768px) and (max-width: 991px) {
57146047 .visible-sm {
....@@ -5725,11 +6058,20 @@
57256058 display: table-cell !important;
57266059 }
57276060 }
5728
-.visible-md,
5729
-tr.visible-md,
5730
-th.visible-md,
5731
-td.visible-md {
5732
- display: none !important;
6061
+@media (min-width: 768px) and (max-width: 991px) {
6062
+ .visible-sm-block {
6063
+ display: block !important;
6064
+ }
6065
+}
6066
+@media (min-width: 768px) and (max-width: 991px) {
6067
+ .visible-sm-inline {
6068
+ display: inline !important;
6069
+ }
6070
+}
6071
+@media (min-width: 768px) and (max-width: 991px) {
6072
+ .visible-sm-inline-block {
6073
+ display: inline-block !important;
6074
+ }
57336075 }
57346076 @media (min-width: 992px) and (max-width: 1199px) {
57356077 .visible-md {
....@@ -5746,11 +6088,20 @@
57466088 display: table-cell !important;
57476089 }
57486090 }
5749
-.visible-lg,
5750
-tr.visible-lg,
5751
-th.visible-lg,
5752
-td.visible-lg {
5753
- display: none !important;
6091
+@media (min-width: 992px) and (max-width: 1199px) {
6092
+ .visible-md-block {
6093
+ display: block !important;
6094
+ }
6095
+}
6096
+@media (min-width: 992px) and (max-width: 1199px) {
6097
+ .visible-md-inline {
6098
+ display: inline !important;
6099
+ }
6100
+}
6101
+@media (min-width: 992px) and (max-width: 1199px) {
6102
+ .visible-md-inline-block {
6103
+ display: inline-block !important;
6104
+ }
57546105 }
57556106 @media (min-width: 1200px) {
57566107 .visible-lg {
....@@ -5767,42 +6118,42 @@
57676118 display: table-cell !important;
57686119 }
57696120 }
6121
+@media (min-width: 1200px) {
6122
+ .visible-lg-block {
6123
+ display: block !important;
6124
+ }
6125
+}
6126
+@media (min-width: 1200px) {
6127
+ .visible-lg-inline {
6128
+ display: inline !important;
6129
+ }
6130
+}
6131
+@media (min-width: 1200px) {
6132
+ .visible-lg-inline-block {
6133
+ display: inline-block !important;
6134
+ }
6135
+}
57706136 @media (max-width: 767px) {
5771
- .hidden-xs,
5772
- tr.hidden-xs,
5773
- th.hidden-xs,
5774
- td.hidden-xs {
6137
+ .hidden-xs {
57756138 display: none !important;
57766139 }
57776140 }
57786141 @media (min-width: 768px) and (max-width: 991px) {
5779
- .hidden-sm,
5780
- tr.hidden-sm,
5781
- th.hidden-sm,
5782
- td.hidden-sm {
6142
+ .hidden-sm {
57836143 display: none !important;
57846144 }
57856145 }
57866146 @media (min-width: 992px) and (max-width: 1199px) {
5787
- .hidden-md,
5788
- tr.hidden-md,
5789
- th.hidden-md,
5790
- td.hidden-md {
6147
+ .hidden-md {
57916148 display: none !important;
57926149 }
57936150 }
57946151 @media (min-width: 1200px) {
5795
- .hidden-lg,
5796
- tr.hidden-lg,
5797
- th.hidden-lg,
5798
- td.hidden-lg {
6152
+ .hidden-lg {
57996153 display: none !important;
58006154 }
58016155 }
5802
-.visible-print,
5803
-tr.visible-print,
5804
-th.visible-print,
5805
-td.visible-print {
6156
+.visible-print {
58066157 display: none !important;
58076158 }
58086159 @media print {
....@@ -5820,11 +6171,32 @@
58206171 display: table-cell !important;
58216172 }
58226173 }
6174
+.visible-print-block {
6175
+ display: none !important;
6176
+}
58236177 @media print {
5824
- .hidden-print,
5825
- tr.hidden-print,
5826
- th.hidden-print,
5827
- td.hidden-print {
6178
+ .visible-print-block {
6179
+ display: block !important;
6180
+ }
6181
+}
6182
+.visible-print-inline {
6183
+ display: none !important;
6184
+}
6185
+@media print {
6186
+ .visible-print-inline {
6187
+ display: inline !important;
6188
+ }
6189
+}
6190
+.visible-print-inline-block {
6191
+ display: none !important;
6192
+}
6193
+@media print {
6194
+ .visible-print-inline-block {
6195
+ display: inline-block !important;
6196
+ }
6197
+}
6198
+@media print {
6199
+ .hidden-print {
58286200 display: none !important;
58296201 }
58306202 }