PluginProbe
EmailKit – Email Customizer for WooCommerce & WP / 1.5.2
EmailKit – Email Customizer for WooCommerce & WP v1.5.2
1.6.9 1.6.8 1.6.7 trunk 1.0.0 1.2.0 1.4.0 1.4.5 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6
emailkit / Promotional / Onboard / assets / css / steps-style.css

steps-style.css in EmailKit – Email Customizer for WooCommerce & WP 1.5.2, at Promotional/Onboard/assets/css/steps-style.css

5,540 lines 134.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2
3 .attr-carousel-inner>.attr-item>a>img,.attr-carousel-inner>.attr-item>img,.attr-img-responsive,.attr-thumbnail a>img,.attr-thumbnail>img {
4 display: block;
5 max-width: 100%;
6 height: auto
7 }
8
9 .attr-img-rounded {
10 border-radius: 6px
11 }
12
13 .attr-img-thumbnail {
14 display: inline-block;
15 max-width: 100%;
16 height: auto;
17 padding: 4px;
18 line-height: 1.42857143;
19 background-color: #fff;
20 border: 1px solid #ddd;
21 border-radius: 4px;
22 -webkit-transition: all .2s ease-in-out;
23 transition: all .2s ease-in-out
24 }
25
26 .attr-img-circle {
27 border-radius: 50%
28 }
29
30 .attr-sr-only {
31 position: absolute;
32 width: 1px;
33 height: 1px;
34 padding: 0;
35 margin: -1px;
36 overflow: hidden;
37 clip: rect(0,0,0,0);
38 border: 0
39 }
40
41 .attr-sr-only-focusable:active,.attr-sr-only-focusable:focus {
42 position: static;
43 width: auto;
44 height: auto;
45 margin: 0;
46 overflow: visible;
47 clip: auto
48 }
49
50 .attr-h1,.attr-h2,.attr-h3,.attr-h4,.attr-h5,.attr-h6 {
51 font-family: inherit;
52 font-weight: 500;
53 line-height: 1.1;
54 color: inherit
55 }
56
57 .attr-h1 .attr-small,.attr-h1 small,.attr-h2 .attr-small,.attr-h2 small,.attr-h3 .attr-small,.attr-h3 small,.attr-h4 .attr-small,.attr-h4 small,.attr-h5 .attr-small,.attr-h5 small,.attr-h6 .attr-small,.attr-h6 small,h1 .attr-small,h2 .attr-small,h3 .attr-small,h4 .attr-small,h5 .attr-small,h6 .attr-small {
58 font-weight: 400;
59 line-height: 1;
60 color: #777
61 }
62
63 .attr-h1,.attr-h2,.attr-h3 {
64 margin-top: 20px;
65 margin-bottom: 10px
66 }
67
68 .attr-h1 .attr-small,.attr-h1 small,.attr-h2 .attr-small,.attr-h2 small,.attr-h3 .attr-small,.attr-h3 small,h1 .attr-small,h2 .attr-small,h3 .attr-small {
69 font-size: 65%
70 }
71
72 .attr-h4,.attr-h5,.attr-h6 {
73 margin-top: 10px;
74 margin-bottom: 10px
75 }
76
77 .attr-h4 .attr-small,.attr-h4 small,.attr-h5 .attr-small,.attr-h5 small,.attr-h6 .attr-small,.attr-h6 small,h4 .attr-small,h5 .attr-small,h6 .attr-small {
78 font-size: 75%
79 }
80
81 .attr-h1 {
82 font-size: 36px
83 }
84
85 .attr-h2 {
86 font-size: 30px
87 }
88
89 .attr-h3 {
90 font-size: 24px
91 }
92
93 .attr-h4 {
94 font-size: 18px
95 }
96
97 .attr-h5 {
98 font-size: 14px
99 }
100
101 .attr-h6 {
102 font-size: 12px
103 }
104
105 .attr-lead {
106 margin-bottom: 20px;
107 font-size: 16px;
108 font-weight: 300;
109 line-height: 1.4
110 }
111
112 @media (min-width: 768px) {
113 .attr-lead {
114 font-size:21px
115 }
116 }
117
118 .attr-small {
119 font-size: 85%
120 }
121
122 .attr-mark {
123 padding: .2em;
124 background-color: #fcf8e3
125 }
126
127 .attr-text-left {
128 text-align: left
129 }
130
131 .attr-text-right {
132 text-align: right
133 }
134
135 .attr-text-center {
136 text-align: center
137 }
138
139 .attr-text-justify {
140 text-align: justify
141 }
142
143 .attr-text-nowrap {
144 white-space: nowrap
145 }
146
147 .attr-text-lowercase {
148 text-transform: lowercase
149 }
150
151 .attr-text-uppercase {
152 text-transform: uppercase
153 }
154
155 .attr-text-capitalize {
156 text-transform: capitalize
157 }
158
159 .attr-text-muted {
160 color: #777
161 }
162
163 .attr-text-primary {
164 color: #337ab7
165 }
166
167 a.attr-text-primary:focus,a.attr-text-primary:hover {
168 color: #286090
169 }
170
171 .attr-text-success {
172 color: #3c763d
173 }
174
175 a.attr-text-success:focus,a.attr-text-success:hover {
176 color: #2b542c
177 }
178
179 .attr-text-info {
180 color: #31708f
181 }
182
183 a.attr-text-info:focus,a.attr-text-info:hover {
184 color: #245269
185 }
186
187 .attr-text-warning {
188 color: #8a6d3b
189 }
190
191 a.attr-text-warning:focus,a.attr-text-warning:hover {
192 color: #66512c
193 }
194
195 .attr-text-danger {
196 color: #a94442
197 }
198
199 a.attr-text-danger:focus,a.attr-text-danger:hover {
200 color: #843534
201 }
202
203 .attr-bg-primary {
204 color: #fff;
205 background-color: #337ab7
206 }
207
208 a.attr-bg-primary:focus,a.attr-bg-primary:hover {
209 background-color: #286090
210 }
211
212 .attr-bg-success {
213 background-color: #dff0d8
214 }
215
216 a.attr-bg-success:focus,a.attr-bg-success:hover {
217 background-color: #c1e2b3
218 }
219
220 .attr-bg-info {
221 background-color: #d9edf7
222 }
223
224 a.attr-bg-info:focus,a.attr-bg-info:hover {
225 background-color: #afd9ee
226 }
227
228 .attr-bg-warning {
229 background-color: #fcf8e3
230 }
231
232 a.attr-bg-warning:focus,a.attr-bg-warning:hover {
233 background-color: #f7ecb5
234 }
235
236 .attr-bg-danger {
237 background-color: #f2dede
238 }
239
240 a.attr-bg-danger:focus,a.attr-bg-danger:hover {
241 background-color: #e4b9b9
242 }
243
244 .attr-page-header {
245 padding-bottom: 9px;
246 margin: 40px 0 20px;
247 border-bottom: 1px solid #eee
248 }
249
250 .attr-list-unstyled {
251 padding-left: 0;
252 list-style: none
253 }
254
255 .attr-list-inline {
256 padding-left: 0;
257 margin-left: -5px;
258 list-style: none
259 }
260
261 .attr-list-inline>li {
262 display: inline-block;
263 padding-right: 5px;
264 padding-left: 5px
265 }
266
267 @media (min-width: 768px) {
268 .attr-dl-horizontal dt {
269 float:left;
270 width: 160px;
271 overflow: hidden;
272 clear: left;
273 text-align: right;
274 text-overflow: ellipsis;
275 white-space: nowrap
276 }
277
278 .attr-dl-horizontal dd {
279 margin-left: 180px
280 }
281 }
282
283 .attr-initialism {
284 font-size: 90%;
285 text-transform: uppercase
286 }
287
288 .attr-pre-scrollable {
289 max-height: 340px;
290 overflow-y: scroll
291 }
292
293 .attr-container {
294 padding-right: 15px;
295 padding-left: 15px;
296 margin-right: auto;
297 margin-left: auto
298 }
299
300 @media (min-width: 768px) {
301 .attr-container {
302 width:750px
303 }
304 }
305
306 @media (min-width: 992px) {
307 .attr-container {
308 width:970px
309 }
310 }
311
312 @media (min-width: 1200px) {
313 .attr-container {
314 width:1170px
315 }
316 }
317
318 .attr-container-fluid {
319 padding-right: 15px;
320 padding-left: 15px;
321 margin-right: auto;
322 margin-left: auto
323 }
324
325 .attr-row {
326 margin-right: -15px;
327 margin-left: -15px
328 }
329
330 .attr-col-lg-1,.attr-col-lg-10,.attr-col-lg-11,.attr-col-lg-12,.attr-col-lg-2,.attr-col-lg-3,.attr-col-lg-4,.attr-col-lg-5,.attr-col-lg-6,.attr-col-lg-7,.attr-col-lg-8,.attr-col-lg-9,.attr-col-md-1,.attr-col-md-10,.attr-col-md-11,.attr-col-md-12,.attr-col-md-2,.attr-col-md-3,.attr-col-md-4,.attr-col-md-5,.attr-col-md-6,.attr-col-md-7,.attr-col-md-8,.attr-col-md-9,.attr-col-sm-1,.attr-col-sm-10,.attr-col-sm-11,.attr-col-sm-12,.attr-col-sm-2,.attr-col-sm-3,.attr-col-sm-4,.attr-col-sm-5,.attr-col-sm-6,.attr-col-sm-7,.attr-col-sm-8,.attr-col-sm-9,.attr-col-xs-1,.attr-col-xs-10,.attr-col-xs-11,.attr-col-xs-12,.attr-col-xs-2,.attr-col-xs-3,.attr-col-xs-4,.attr-col-xs-5,.attr-col-xs-6,.attr-col-xs-7,.attr-col-xs-8,.attr-col-xs-9 {
331 position: relative;
332 min-height: 1px;
333 padding-right: 15px;
334 padding-left: 15px
335 }
336
337 .attr-col-xs-1,.attr-col-xs-10,.attr-col-xs-11,.attr-col-xs-12,.attr-col-xs-2,.attr-col-xs-3,.attr-col-xs-4,.attr-col-xs-5,.attr-col-xs-6,.attr-col-xs-7,.attr-col-xs-8,.attr-col-xs-9 {
338 float: left
339 }
340
341 .attr-col-xs-12 {
342 width: 100%
343 }
344
345 .attr-col-xs-11 {
346 width: 91.66666667%
347 }
348
349 .attr-col-xs-10 {
350 width: 83.33333333%
351 }
352
353 .attr-col-xs-9 {
354 width: 75%
355 }
356
357 .attr-col-xs-8 {
358 width: 66.66666667%
359 }
360
361 .attr-col-xs-7 {
362 width: 58.33333333%
363 }
364
365 .attr-col-xs-6 {
366 width: 50%
367 }
368
369 .attr-col-xs-5 {
370 width: 41.66666667%
371 }
372
373 .attr-col-xs-4 {
374 width: 33.33333333%
375 }
376
377 .attr-col-xs-3 {
378 width: 25%
379 }
380
381 .attr-col-xs-2 {
382 width: 16.66666667%
383 }
384
385 .attr-col-xs-1 {
386 width: 8.33333333%
387 }
388
389 .attr-col-xs-pull-12 {
390 right: 100%
391 }
392
393 .attr-col-xs-pull-11 {
394 right: 91.66666667%
395 }
396
397 .attr-col-xs-pull-10 {
398 right: 83.33333333%
399 }
400
401 .attr-col-xs-pull-9 {
402 right: 75%
403 }
404
405 .attr-col-xs-pull-8 {
406 right: 66.66666667%
407 }
408
409 .attr-col-xs-pull-7 {
410 right: 58.33333333%
411 }
412
413 .attr-col-xs-pull-6 {
414 right: 50%
415 }
416
417 .attr-col-xs-pull-5 {
418 right: 41.66666667%
419 }
420
421 .attr-col-xs-pull-4 {
422 right: 33.33333333%
423 }
424
425 .attr-col-xs-pull-3 {
426 right: 25%
427 }
428
429 .attr-col-xs-pull-2 {
430 right: 16.66666667%
431 }
432
433 .attr-col-xs-pull-1 {
434 right: 8.33333333%
435 }
436
437 .attr-col-xs-pull-0 {
438 right: auto
439 }
440
441 .attr-col-xs-push-12 {
442 left: 100%
443 }
444
445 .attr-col-xs-push-11 {
446 left: 91.66666667%
447 }
448
449 .attr-col-xs-push-10 {
450 left: 83.33333333%
451 }
452
453 .attr-col-xs-push-9 {
454 left: 75%
455 }
456
457 .attr-col-xs-push-8 {
458 left: 66.66666667%
459 }
460
461 .attr-col-xs-push-7 {
462 left: 58.33333333%
463 }
464
465 .attr-col-xs-push-6 {
466 left: 50%
467 }
468
469 .attr-col-xs-push-5 {
470 left: 41.66666667%
471 }
472
473 .attr-col-xs-push-4 {
474 left: 33.33333333%
475 }
476
477 .attr-col-xs-push-3 {
478 left: 25%
479 }
480
481 .attr-col-xs-push-2 {
482 left: 16.66666667%
483 }
484
485 .attr-col-xs-push-1 {
486 left: 8.33333333%
487 }
488
489 .attr-col-xs-push-0 {
490 left: auto
491 }
492
493 .attr-col-xs-offset-12 {
494 margin-left: 100%
495 }
496
497 .attr-col-xs-offset-11 {
498 margin-left: 91.66666667%
499 }
500
501 .attr-col-xs-offset-10 {
502 margin-left: 83.33333333%
503 }
504
505 .attr-col-xs-offset-9 {
506 margin-left: 75%
507 }
508
509 .attr-col-xs-offset-8 {
510 margin-left: 66.66666667%
511 }
512
513 .attr-col-xs-offset-7 {
514 margin-left: 58.33333333%
515 }
516
517 .attr-col-xs-offset-6 {
518 margin-left: 50%
519 }
520
521 .attr-col-xs-offset-5 {
522 margin-left: 41.66666667%
523 }
524
525 .attr-col-xs-offset-4 {
526 margin-left: 33.33333333%
527 }
528
529 .attr-col-xs-offset-3 {
530 margin-left: 25%
531 }
532
533 .attr-col-xs-offset-2 {
534 margin-left: 16.66666667%
535 }
536
537 .attr-col-xs-offset-1 {
538 margin-left: 8.33333333%
539 }
540
541 .attr-col-xs-offset-0 {
542 margin-left: 0
543 }
544
545 @media (min-width: 768px) {
546 .attr-col-sm-1,.attr-col-sm-10,.attr-col-sm-11,.attr-col-sm-12,.attr-col-sm-2,.attr-col-sm-3,.attr-col-sm-4,.attr-col-sm-5,.attr-col-sm-6,.attr-col-sm-7,.attr-col-sm-8,.attr-col-sm-9 {
547 float:left
548 }
549
550 .attr-col-sm-12 {
551 width: 100%
552 }
553
554 .attr-col-sm-11 {
555 width: 91.66666667%
556 }
557
558 .attr-col-sm-10 {
559 width: 83.33333333%
560 }
561
562 .attr-col-sm-9 {
563 width: 75%
564 }
565
566 .attr-col-sm-8 {
567 width: 66.66666667%
568 }
569
570 .attr-col-sm-7 {
571 width: 58.33333333%
572 }
573
574 .attr-col-sm-6 {
575 width: 50%
576 }
577
578 .attr-col-sm-5 {
579 width: 41.66666667%
580 }
581
582 .attr-col-sm-4 {
583 width: 33.33333333%
584 }
585
586 .attr-col-sm-3 {
587 width: 25%
588 }
589
590 .attr-col-sm-2 {
591 width: 16.66666667%
592 }
593
594 .attr-col-sm-1 {
595 width: 8.33333333%
596 }
597
598 .attr-col-sm-pull-12 {
599 right: 100%
600 }
601
602 .attr-col-sm-pull-11 {
603 right: 91.66666667%
604 }
605
606 .attr-col-sm-pull-10 {
607 right: 83.33333333%
608 }
609
610 .attr-col-sm-pull-9 {
611 right: 75%
612 }
613
614 .attr-col-sm-pull-8 {
615 right: 66.66666667%
616 }
617
618 .attr-col-sm-pull-7 {
619 right: 58.33333333%
620 }
621
622 .attr-col-sm-pull-6 {
623 right: 50%
624 }
625
626 .attr-col-sm-pull-5 {
627 right: 41.66666667%
628 }
629
630 .attr-col-sm-pull-4 {
631 right: 33.33333333%
632 }
633
634 .attr-col-sm-pull-3 {
635 right: 25%
636 }
637
638 .attr-col-sm-pull-2 {
639 right: 16.66666667%
640 }
641
642 .attr-col-sm-pull-1 {
643 right: 8.33333333%
644 }
645
646 .attr-col-sm-pull-0 {
647 right: auto
648 }
649
650 .attr-col-sm-push-12 {
651 left: 100%
652 }
653
654 .attr-col-sm-push-11 {
655 left: 91.66666667%
656 }
657
658 .attr-col-sm-push-10 {
659 left: 83.33333333%
660 }
661
662 .attr-col-sm-push-9 {
663 left: 75%
664 }
665
666 .attr-col-sm-push-8 {
667 left: 66.66666667%
668 }
669
670 .attr-col-sm-push-7 {
671 left: 58.33333333%
672 }
673
674 .attr-col-sm-push-6 {
675 left: 50%
676 }
677
678 .attr-col-sm-push-5 {
679 left: 41.66666667%
680 }
681
682 .attr-col-sm-push-4 {
683 left: 33.33333333%
684 }
685
686 .attr-col-sm-push-3 {
687 left: 25%
688 }
689
690 .attr-col-sm-push-2 {
691 left: 16.66666667%
692 }
693
694 .attr-col-sm-push-1 {
695 left: 8.33333333%
696 }
697
698 .attr-col-sm-push-0 {
699 left: auto
700 }
701
702 .attr-col-sm-offset-12 {
703 margin-left: 100%
704 }
705
706 .attr-col-sm-offset-11 {
707 margin-left: 91.66666667%
708 }
709
710 .attr-col-sm-offset-10 {
711 margin-left: 83.33333333%
712 }
713
714 .attr-col-sm-offset-9 {
715 margin-left: 75%
716 }
717
718 .attr-col-sm-offset-8 {
719 margin-left: 66.66666667%
720 }
721
722 .attr-col-sm-offset-7 {
723 margin-left: 58.33333333%
724 }
725
726 .attr-col-sm-offset-6 {
727 margin-left: 50%
728 }
729
730 .attr-col-sm-offset-5 {
731 margin-left: 41.66666667%
732 }
733
734 .attr-col-sm-offset-4 {
735 margin-left: 33.33333333%
736 }
737
738 .attr-col-sm-offset-3 {
739 margin-left: 25%
740 }
741
742 .attr-col-sm-offset-2 {
743 margin-left: 16.66666667%
744 }
745
746 .attr-col-sm-offset-1 {
747 margin-left: 8.33333333%
748 }
749
750 .attr-col-sm-offset-0 {
751 margin-left: 0
752 }
753 }
754
755 @media (min-width: 992px) {
756 .attr-col-md-1,.attr-col-md-10,.attr-col-md-11,.attr-col-md-12,.attr-col-md-2,.attr-col-md-3,.attr-col-md-4,.attr-col-md-5,.attr-col-md-6,.attr-col-md-7,.attr-col-md-8,.attr-col-md-9 {
757 float:left
758 }
759
760 .attr-col-md-12 {
761 width: 100%
762 }
763
764 .attr-col-md-11 {
765 width: 91.66666667%
766 }
767
768 .attr-col-md-10 {
769 width: 83.33333333%
770 }
771
772 .attr-col-md-9 {
773 width: 75%
774 }
775
776 .attr-col-md-8 {
777 width: 66.66666667%
778 }
779
780 .attr-col-md-7 {
781 width: 58.33333333%
782 }
783
784 .attr-col-md-6 {
785 width: 50%
786 }
787
788 .attr-col-md-5 {
789 width: 41.66666667%
790 }
791
792 .attr-col-md-4 {
793 width: 33.33333333%
794 }
795
796 .attr-col-md-3 {
797 width: 25%
798 }
799
800 .attr-col-md-2 {
801 width: 16.66666667%
802 }
803
804 .attr-col-md-1 {
805 width: 8.33333333%
806 }
807
808 .attr-col-md-pull-12 {
809 right: 100%
810 }
811
812 .attr-col-md-pull-11 {
813 right: 91.66666667%
814 }
815
816 .attr-col-md-pull-10 {
817 right: 83.33333333%
818 }
819
820 .attr-col-md-pull-9 {
821 right: 75%
822 }
823
824 .attr-col-md-pull-8 {
825 right: 66.66666667%
826 }
827
828 .attr-col-md-pull-7 {
829 right: 58.33333333%
830 }
831
832 .attr-col-md-pull-6 {
833 right: 50%
834 }
835
836 .attr-col-md-pull-5 {
837 right: 41.66666667%
838 }
839
840 .attr-col-md-pull-4 {
841 right: 33.33333333%
842 }
843
844 .attr-col-md-pull-3 {
845 right: 25%
846 }
847
848 .attr-col-md-pull-2 {
849 right: 16.66666667%
850 }
851
852 .attr-col-md-pull-1 {
853 right: 8.33333333%
854 }
855
856 .attr-col-md-pull-0 {
857 right: auto
858 }
859
860 .attr-col-md-push-12 {
861 left: 100%
862 }
863
864 .attr-col-md-push-11 {
865 left: 91.66666667%
866 }
867
868 .attr-col-md-push-10 {
869 left: 83.33333333%
870 }
871
872 .attr-col-md-push-9 {
873 left: 75%
874 }
875
876 .attr-col-md-push-8 {
877 left: 66.66666667%
878 }
879
880 .attr-col-md-push-7 {
881 left: 58.33333333%
882 }
883
884 .attr-col-md-push-6 {
885 left: 50%
886 }
887
888 .attr-col-md-push-5 {
889 left: 41.66666667%
890 }
891
892 .attr-col-md-push-4 {
893 left: 33.33333333%
894 }
895
896 .attr-col-md-push-3 {
897 left: 25%
898 }
899
900 .attr-col-md-push-2 {
901 left: 16.66666667%
902 }
903
904 .attr-col-md-push-1 {
905 left: 8.33333333%
906 }
907
908 .attr-col-md-push-0 {
909 left: auto
910 }
911
912 .attr-col-md-offset-12 {
913 margin-left: 100%
914 }
915
916 .attr-col-md-offset-11 {
917 margin-left: 91.66666667%
918 }
919
920 .attr-col-md-offset-10 {
921 margin-left: 83.33333333%
922 }
923
924 .attr-col-md-offset-9 {
925 margin-left: 75%
926 }
927
928 .attr-col-md-offset-8 {
929 margin-left: 66.66666667%
930 }
931
932 .attr-col-md-offset-7 {
933 margin-left: 58.33333333%
934 }
935
936 .attr-col-md-offset-6 {
937 margin-left: 50%
938 }
939
940 .attr-col-md-offset-5 {
941 margin-left: 41.66666667%
942 }
943
944 .attr-col-md-offset-4 {
945 margin-left: 33.33333333%
946 }
947
948 .attr-col-md-offset-3 {
949 margin-left: 25%
950 }
951
952 .attr-col-md-offset-2 {
953 margin-left: 16.66666667%
954 }
955
956 .attr-col-md-offset-1 {
957 margin-left: 8.33333333%
958 }
959
960 .attr-col-md-offset-0 {
961 margin-left: 0
962 }
963 }
964
965 @media (min-width: 1200px) {
966 .attr-col-lg-1,.attr-col-lg-10,.attr-col-lg-11,.attr-col-lg-12,.attr-col-lg-2,.attr-col-lg-3,.attr-col-lg-4,.attr-col-lg-5,.attr-col-lg-6,.attr-col-lg-7,.attr-col-lg-8,.attr-col-lg-9 {
967 float:left
968 }
969
970 .attr-col-lg-12 {
971 width: 100%
972 }
973
974 .attr-col-lg-11 {
975 width: 91.66666667%
976 }
977
978 .attr-col-lg-10 {
979 width: 83.33333333%
980 }
981
982 .attr-col-lg-9 {
983 width: 75%
984 }
985
986 .attr-col-lg-8 {
987 width: 66.66666667%
988 }
989
990 .attr-col-lg-7 {
991 width: 58.33333333%
992 }
993
994 .attr-col-lg-6 {
995 width: 50%
996 }
997
998 .attr-col-lg-5 {
999 width: 41.66666667%
1000 }
1001
1002 .attr-col-lg-4 {
1003 width: 33.33333333%
1004 }
1005
1006 .attr-col-lg-3 {
1007 width: 25%
1008 }
1009
1010 .attr-col-lg-2 {
1011 width: 16.66666667%
1012 }
1013
1014 .attr-col-lg-1 {
1015 width: 8.33333333%
1016 }
1017
1018 .attr-col-lg-pull-12 {
1019 right: 100%
1020 }
1021
1022 .attr-col-lg-pull-11 {
1023 right: 91.66666667%
1024 }
1025
1026 .attr-col-lg-pull-10 {
1027 right: 83.33333333%
1028 }
1029
1030 .attr-col-lg-pull-9 {
1031 right: 75%
1032 }
1033
1034 .attr-col-lg-pull-8 {
1035 right: 66.66666667%
1036 }
1037
1038 .attr-col-lg-pull-7 {
1039 right: 58.33333333%
1040 }
1041
1042 .attr-col-lg-pull-6 {
1043 right: 50%
1044 }
1045
1046 .attr-col-lg-pull-5 {
1047 right: 41.66666667%
1048 }
1049
1050 .attr-col-lg-pull-4 {
1051 right: 33.33333333%
1052 }
1053
1054 .attr-col-lg-pull-3 {
1055 right: 25%
1056 }
1057
1058 .attr-col-lg-pull-2 {
1059 right: 16.66666667%
1060 }
1061
1062 .attr-col-lg-pull-1 {
1063 right: 8.33333333%
1064 }
1065
1066 .attr-col-lg-pull-0 {
1067 right: auto
1068 }
1069
1070 .attr-col-lg-push-12 {
1071 left: 100%
1072 }
1073
1074 .attr-col-lg-push-11 {
1075 left: 91.66666667%
1076 }
1077
1078 .attr-col-lg-push-10 {
1079 left: 83.33333333%
1080 }
1081
1082 .attr-col-lg-push-9 {
1083 left: 75%
1084 }
1085
1086 .attr-col-lg-push-8 {
1087 left: 66.66666667%
1088 }
1089
1090 .attr-col-lg-push-7 {
1091 left: 58.33333333%
1092 }
1093
1094 .attr-col-lg-push-6 {
1095 left: 50%
1096 }
1097
1098 .attr-col-lg-push-5 {
1099 left: 41.66666667%
1100 }
1101
1102 .attr-col-lg-push-4 {
1103 left: 33.33333333%
1104 }
1105
1106 .attr-col-lg-push-3 {
1107 left: 25%
1108 }
1109
1110 .attr-col-lg-push-2 {
1111 left: 16.66666667%
1112 }
1113
1114 .attr-col-lg-push-1 {
1115 left: 8.33333333%
1116 }
1117
1118 .attr-col-lg-push-0 {
1119 left: auto
1120 }
1121
1122 .attr-col-lg-offset-12 {
1123 margin-left: 100%
1124 }
1125
1126 .attr-col-lg-offset-11 {
1127 margin-left: 91.66666667%
1128 }
1129
1130 .attr-col-lg-offset-10 {
1131 margin-left: 83.33333333%
1132 }
1133
1134 .attr-col-lg-offset-9 {
1135 margin-left: 75%
1136 }
1137
1138 .attr-col-lg-offset-8 {
1139 margin-left: 66.66666667%
1140 }
1141
1142 .attr-col-lg-offset-7 {
1143 margin-left: 58.33333333%
1144 }
1145
1146 .attr-col-lg-offset-6 {
1147 margin-left: 50%
1148 }
1149
1150 .attr-col-lg-offset-5 {
1151 margin-left: 41.66666667%
1152 }
1153
1154 .attr-col-lg-offset-4 {
1155 margin-left: 33.33333333%
1156 }
1157
1158 .attr-col-lg-offset-3 {
1159 margin-left: 25%
1160 }
1161
1162 .attr-col-lg-offset-2 {
1163 margin-left: 16.66666667%
1164 }
1165
1166 .attr-col-lg-offset-1 {
1167 margin-left: 8.33333333%
1168 }
1169
1170 .attr-col-lg-offset-0 {
1171 margin-left: 0
1172 }
1173 }
1174
1175 .attr-table {
1176 width: 100%;
1177 max-width: 100%;
1178 margin-bottom: 20px
1179 }
1180
1181 .attr-table>tbody>tr>td,.attr-table>tbody>tr>th,.attr-table>tfoot>tr>td,.attr-table>tfoot>tr>th,.attr-table>thead>tr>td,.attr-table>thead>tr>th {
1182 padding: 8px;
1183 line-height: 1.42857143;
1184 vertical-align: top;
1185 border-top: 1px solid #ddd
1186 }
1187
1188 .attr-table>thead>tr>th {
1189 vertical-align: bottom;
1190 border-bottom: 2px solid #ddd
1191 }
1192
1193 .attr-table>caption+thead>tr:first-child>td,.attr-table>caption+thead>tr:first-child>th,.attr-table>colgroup+thead>tr:first-child>td,.attr-table>colgroup+thead>tr:first-child>th,.attr-table>thead:first-child>tr:first-child>td,.attr-table>thead:first-child>tr:first-child>th {
1194 border-top: 0
1195 }
1196
1197 .attr-table>tbody+tbody {
1198 border-top: 2px solid #ddd
1199 }
1200
1201 .attr-table .attr-table {
1202 background-color: #fff
1203 }
1204
1205 .attr-table-condensed>tbody>tr>td,.attr-table-condensed>tbody>tr>th,.attr-table-condensed>tfoot>tr>td,.attr-table-condensed>tfoot>tr>th,.attr-table-condensed>thead>tr>td,.attr-table-condensed>thead>tr>th {
1206 padding: 5px
1207 }
1208
1209 .attr-table-bordered {
1210 border: 1px solid #ddd
1211 }
1212
1213 .attr-table-bordered>tbody>tr>td,.attr-table-bordered>tbody>tr>th,.attr-table-bordered>tfoot>tr>td,.attr-table-bordered>tfoot>tr>th,.attr-table-bordered>thead>tr>td,.attr-table-bordered>thead>tr>th {
1214 border: 1px solid #ddd
1215 }
1216
1217 .attr-table-bordered>thead>tr>td,.attr-table-bordered>thead>tr>th {
1218 border-bottom-width: 2px
1219 }
1220
1221 .attr-table-striped>tbody>tr:nth-of-type(odd) {
1222 background-color: #f9f9f9
1223 }
1224
1225 .attr-table-hover>tbody>tr:hover {
1226 background-color: #f5f5f5
1227 }
1228
1229 .attr-table>tbody>tr.attr-active>td,.attr-table>tbody>tr.attr-active>th,.attr-table>tbody>tr>td.attr-active,.attr-table>tbody>tr>th.attr-active,.attr-table>tfoot>tr.attr-active>td,.attr-table>tfoot>tr.attr-active>th,.attr-table>tfoot>tr>td.attr-active,.attr-table>tfoot>tr>th.attr-active,.attr-table>thead>tr.attr-active>td,.attr-table>thead>tr.attr-active>th,.attr-table>thead>tr>td.attr-active,.attr-table>thead>tr>th.attr-active {
1230 background-color: #f5f5f5
1231 }
1232
1233 .attr-table-hover>tbody>tr.attr-active:hover>td,.attr-table-hover>tbody>tr.attr-active:hover>th,.attr-table-hover>tbody>tr:hover>.attr-active,.attr-table-hover>tbody>tr>td.attr-active:hover,.attr-table-hover>tbody>tr>th.attr-active:hover {
1234 background-color: #e8e8e8
1235 }
1236
1237 .attr-table>tbody>tr.attr-success>td,.attr-table>tbody>tr.attr-success>th,.attr-table>tbody>tr>td.attr-success,.attr-table>tbody>tr>th.attr-success,.attr-table>tfoot>tr.attr-success>td,.attr-table>tfoot>tr.attr-success>th,.attr-table>tfoot>tr>td.attr-success,.attr-table>tfoot>tr>th.attr-success,.attr-table>thead>tr.attr-success>td,.attr-table>thead>tr.attr-success>th,.attr-table>thead>tr>td.attr-success,.attr-table>thead>tr>th.attr-success {
1238 background-color: #dff0d8
1239 }
1240
1241 .attr-table-hover>tbody>tr.attr-success:hover>td,.attr-table-hover>tbody>tr.attr-success:hover>th,.attr-table-hover>tbody>tr:hover>.attr-success,.attr-table-hover>tbody>tr>td.attr-success:hover,.attr-table-hover>tbody>tr>th.attr-success:hover {
1242 background-color: #d0e9c6
1243 }
1244
1245 .attr-table>tbody>tr.attr-info>td,.attr-table>tbody>tr.attr-info>th,.attr-table>tbody>tr>td.attr-info,.attr-table>tbody>tr>th.attr-info,.attr-table>tfoot>tr.attr-info>td,.attr-table>tfoot>tr.attr-info>th,.attr-table>tfoot>tr>td.attr-info,.attr-table>tfoot>tr>th.attr-info,.attr-table>thead>tr.attr-info>td,.attr-table>thead>tr.attr-info>th,.attr-table>thead>tr>td.attr-info,.attr-table>thead>tr>th.attr-info {
1246 background-color: #d9edf7
1247 }
1248
1249 .attr-table-hover>tbody>tr.attr-info:hover>td,.attr-table-hover>tbody>tr.attr-info:hover>th,.attr-table-hover>tbody>tr:hover>.attr-info,.attr-table-hover>tbody>tr>td.attr-info:hover,.attr-table-hover>tbody>tr>th.attr-info:hover {
1250 background-color: #c4e3f3
1251 }
1252
1253 .attr-table>tbody>tr.attr-warning>td,.attr-table>tbody>tr.attr-warning>th,.attr-table>tbody>tr>td.attr-warning,.attr-table>tbody>tr>th.attr-warning,.attr-table>tfoot>tr.attr-warning>td,.attr-table>tfoot>tr.attr-warning>th,.attr-table>tfoot>tr>td.attr-warning,.attr-table>tfoot>tr>th.attr-warning,.attr-table>thead>tr.attr-warning>td,.attr-table>thead>tr.attr-warning>th,.attr-table>thead>tr>td.attr-warning,.attr-table>thead>tr>th.attr-warning {
1254 background-color: #fcf8e3
1255 }
1256
1257 .attr-table-hover>tbody>tr.attr-warning:hover>td,.attr-table-hover>tbody>tr.attr-warning:hover>th,.attr-table-hover>tbody>tr:hover>.attr-warning,.attr-table-hover>tbody>tr>td.attr-warning:hover,.attr-table-hover>tbody>tr>th.attr-warning:hover {
1258 background-color: #faf2cc
1259 }
1260
1261 .attr-table>tbody>tr.attr-danger>td,.attr-table>tbody>tr.attr-danger>th,.attr-table>tbody>tr>td.attr-danger,.attr-table>tbody>tr>th.attr-danger,.attr-table>tfoot>tr.attr-danger>td,.attr-table>tfoot>tr.attr-danger>th,.attr-table>tfoot>tr>td.attr-danger,.attr-table>tfoot>tr>th.attr-danger,.attr-table>thead>tr.attr-danger>td,.attr-table>thead>tr.attr-danger>th,.attr-table>thead>tr>td.attr-danger,.attr-table>thead>tr>th.attr-danger {
1262 background-color: #f2dede
1263 }
1264
1265 .attr-table-hover>tbody>tr.attr-danger:hover>td,.attr-table-hover>tbody>tr.attr-danger:hover>th,.attr-table-hover>tbody>tr:hover>.attr-danger,.attr-table-hover>tbody>tr>td.attr-danger:hover,.attr-table-hover>tbody>tr>th.attr-danger:hover {
1266 background-color: #ebcccc
1267 }
1268
1269 .attr-table-responsive {
1270 min-height: .01%;
1271 overflow-x: auto
1272 }
1273
1274 @media screen and (max-width: 767px) {
1275 .attr-table-responsive {
1276 width:100%;
1277 margin-bottom: 15px;
1278 overflow-y: hidden;
1279 -ms-overflow-style: -ms-autohiding-scrollbar;
1280 border: 1px solid #ddd
1281 }
1282
1283 .attr-table-responsive>.attr-table {
1284 margin-bottom: 0
1285 }
1286
1287 .attr-table-responsive>.attr-table>tbody>tr>td,.attr-table-responsive>.attr-table>tbody>tr>th,.attr-table-responsive>.attr-table>tfoot>tr>td,.attr-table-responsive>.attr-table>tfoot>tr>th,.attr-table-responsive>.attr-table>thead>tr>td,.attr-table-responsive>.attr-table>thead>tr>th {
1288 white-space: nowrap
1289 }
1290
1291 .attr-table-responsive>.attr-table-bordered {
1292 border: 0
1293 }
1294
1295 .attr-table-responsive>.attr-table-bordered>tbody>tr>td:first-child,.attr-table-responsive>.attr-table-bordered>tbody>tr>th:first-child,.attr-table-responsive>.attr-table-bordered>tfoot>tr>td:first-child,.attr-table-responsive>.attr-table-bordered>tfoot>tr>th:first-child,.attr-table-responsive>.attr-table-bordered>thead>tr>td:first-child,.attr-table-responsive>.attr-table-bordered>thead>tr>th:first-child {
1296 border-left: 0
1297 }
1298
1299 .attr-table-responsive>.attr-table-bordered>tbody>tr>td:last-child,.attr-table-responsive>.attr-table-bordered>tbody>tr>th:last-child,.attr-table-responsive>.attr-table-bordered>tfoot>tr>td:last-child,.attr-table-responsive>.attr-table-bordered>tfoot>tr>th:last-child,.attr-table-responsive>.attr-table-bordered>thead>tr>td:last-child,.attr-table-responsive>.attr-table-bordered>thead>tr>th:last-child {
1300 border-right: 0
1301 }
1302
1303 .attr-table-responsive>.attr-table-bordered>tbody>tr:last-child>td,.attr-table-responsive>.attr-table-bordered>tbody>tr:last-child>th,.attr-table-responsive>.attr-table-bordered>tfoot>tr:last-child>td,.attr-table-responsive>.attr-table-bordered>tfoot>tr:last-child>th {
1304 border-bottom: 0
1305 }
1306 }
1307
1308 .attr-form-control {
1309 display: block;
1310 width: 100%;
1311 height: 34px;
1312 padding: 6px 12px;
1313 font-size: 14px;
1314 line-height: 1.42857143;
1315 color: #555;
1316 background-color: #fff;
1317 background-image: none;
1318 border: 1px solid #ccc;
1319 border-radius: 4px;
1320 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
1321 box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
1322 -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
1323 -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
1324 transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
1325 transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
1326 -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
1327 transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s
1328 }
1329
1330 .attr-form-control:focus {
1331 border-color: #66afe9;
1332 outline: 0;
1333 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
1334 box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
1335 }
1336
1337 .attr-form-control::-moz-placeholder {
1338 color: #999;
1339 opacity: 1
1340 }
1341
1342 .attr-form-control:-ms-input-placeholder {
1343 color: #999
1344 }
1345
1346 .attr-form-control::-webkit-input-placeholder {
1347 color: #999
1348 }
1349
1350 .attr-form-control::-ms-expand {
1351 background-color: transparent;
1352 border: 0
1353 }
1354
1355 .attr-form-control[disabled],.attr-form-control[readonly],fieldset[disabled] .attr-form-control {
1356 background-color: #eee;
1357 opacity: 1
1358 }
1359
1360 .attr-form-control[disabled],fieldset[disabled] .attr-form-control {
1361 cursor: not-allowed
1362 }
1363
1364 textarea.attr-form-control {
1365 height: auto
1366 }
1367
1368 @media screen and (-webkit-min-device-pixel-ratio: 0) {
1369 input[type=date].attr-form-control,input[type=datetime-local].attr-form-control,input[type=month].attr-form-control,input[type=time].attr-form-control {
1370 line-height:34px
1371 }
1372
1373 .attr-input-group-sm input[type=date],.attr-input-group-sm input[type=datetime-local],.attr-input-group-sm input[type=month],.attr-input-group-sm input[type=time],input[type=date].attr-input-sm,input[type=datetime-local].attr-input-sm,input[type=month].attr-input-sm,input[type=time].attr-input-sm {
1374 line-height: 30px
1375 }
1376
1377 .attr-input-group-lg input[type=date],.attr-input-group-lg input[type=datetime-local],.attr-input-group-lg input[type=month],.attr-input-group-lg input[type=time],input[type=date].attr-input-lg,input[type=datetime-local].attr-input-lg,input[type=month].attr-input-lg,input[type=time].attr-input-lg {
1378 line-height: 46px
1379 }
1380 }
1381
1382 .attr-form-group {
1383 margin-bottom: 15px
1384 }
1385
1386 .attr-checkbox,.attr-radio {
1387 position: relative;
1388 display: block;
1389 margin-top: 10px;
1390 margin-bottom: 10px
1391 }
1392
1393 .attr-checkbox label,.attr-radio label {
1394 min-height: 20px;
1395 padding-left: 20px;
1396 margin-bottom: 0;
1397 font-weight: 400;
1398 cursor: pointer
1399 }
1400
1401 .attr-checkbox input[type=checkbox],.attr-checkbox-inline input[type=checkbox],.attr-radio input[type=radio],.attr-radio-inline input[type=radio] {
1402 position: absolute;
1403 margin-left: -20px
1404 }
1405
1406 .attr-checkbox+.attr-checkbox,.attr-radio+.attr-radio {
1407 margin-top: -5px
1408 }
1409
1410 .attr-checkbox-inline,.attr-radio-inline {
1411 position: relative;
1412 display: inline-block;
1413 padding-left: 20px;
1414 margin-bottom: 0;
1415 font-weight: 400;
1416 vertical-align: middle;
1417 cursor: pointer
1418 }
1419
1420 .attr-checkbox-inline+.attr-checkbox-inline,.attr-radio-inline+.attr-radio-inline {
1421 margin-top: 0;
1422 margin-left: 10px
1423 }
1424
1425 fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].attr-disabled,input[type=checkbox][disabled],input[type=radio].attr-disabled,input[type=radio][disabled] {
1426 cursor: not-allowed
1427 }
1428
1429 .attr-checkbox-inline.attr-disabled,.attr-radio-inline.attr-disabled,fieldset[disabled] .attr-checkbox-inline,fieldset[disabled] .attr-radio-inline {
1430 cursor: not-allowed
1431 }
1432
1433 .attr-checkbox.attr-disabled label,.attr-radio.attr-disabled label,fieldset[disabled] .attr-checkbox label,fieldset[disabled] .attr-radio label {
1434 cursor: not-allowed
1435 }
1436
1437 .attr-form-control-static {
1438 min-height: 34px;
1439 padding-top: 7px;
1440 padding-bottom: 7px;
1441 margin-bottom: 0
1442 }
1443
1444 .attr-form-control-static.attr-input-lg,.attr-form-control-static.attr-input-sm {
1445 padding-right: 0;
1446 padding-left: 0
1447 }
1448
1449 .attr-input-sm {
1450 height: 30px;
1451 padding: 5px 10px;
1452 font-size: 12px;
1453 line-height: 1.5;
1454 border-radius: 3px
1455 }
1456
1457 select.attr-input-sm {
1458 height: 30px;
1459 line-height: 30px
1460 }
1461
1462 select[multiple].attr-input-sm,textarea.attr-input-sm {
1463 height: auto
1464 }
1465
1466 .attr-form-group-sm .attr-form-control {
1467 height: 30px;
1468 padding: 5px 10px;
1469 font-size: 12px;
1470 line-height: 1.5;
1471 border-radius: 3px
1472 }
1473
1474 .attr-form-group-sm select.attr-form-control {
1475 height: 30px;
1476 line-height: 30px
1477 }
1478
1479 .attr-form-group-sm select[multiple].attr-form-control,.attr-form-group-sm textarea.attr-form-control {
1480 height: auto
1481 }
1482
1483 .attr-form-group-sm .attr-form-control-static {
1484 height: 30px;
1485 min-height: 32px;
1486 padding: 6px 10px;
1487 font-size: 12px;
1488 line-height: 1.5
1489 }
1490
1491 .attr-input-lg {
1492 height: 46px;
1493 padding: 10px 16px;
1494 font-size: 18px;
1495 line-height: 1.3333333;
1496 border-radius: 6px
1497 }
1498
1499 select.attr-input-lg {
1500 height: 46px;
1501 line-height: 46px
1502 }
1503
1504 select[multiple].attr-input-lg,textarea.attr-input-lg {
1505 height: auto
1506 }
1507
1508 .attr-form-group-lg .attr-form-control {
1509 height: 46px;
1510 padding: 10px 16px;
1511 font-size: 18px;
1512 line-height: 1.3333333;
1513 border-radius: 6px
1514 }
1515
1516 .attr-form-group-lg select.attr-form-control {
1517 height: 46px;
1518 line-height: 46px
1519 }
1520
1521 .attr-form-group-lg select[multiple].attr-form-control,.attr-form-group-lg textarea.attr-form-control {
1522 height: auto
1523 }
1524
1525 .attr-form-group-lg .attr-form-control-static {
1526 height: 46px;
1527 min-height: 38px;
1528 padding: 11px 16px;
1529 font-size: 18px;
1530 line-height: 1.3333333
1531 }
1532
1533 .attr-has-feedback {
1534 position: relative
1535 }
1536
1537 .attr-has-feedback .attr-form-control {
1538 padding-right: 42.5px
1539 }
1540
1541 .attr-form-control-feedback {
1542 position: absolute;
1543 top: 0;
1544 right: 0;
1545 z-index: 2;
1546 display: block;
1547 width: 34px;
1548 height: 34px;
1549 line-height: 34px;
1550 text-align: center;
1551 pointer-events: none
1552 }
1553
1554 .attr-form-group-lg .attr-form-control+.attr-form-control-feedback,.attr-input-group-lg+.attr-form-control-feedback,.attr-input-lg+.attr-form-control-feedback {
1555 width: 46px;
1556 height: 46px;
1557 line-height: 46px
1558 }
1559
1560 .attr-form-group-sm .attr-form-control+.attr-form-control-feedback,.attr-input-group-sm+.attr-form-control-feedback,.attr-input-sm+.attr-form-control-feedback {
1561 width: 30px;
1562 height: 30px;
1563 line-height: 30px
1564 }
1565
1566 .attr-has-success .attr-checkbox,.attr-has-success .attr-checkbox-inline,.attr-has-success .attr-control-label,.attr-has-success .attr-help-block,.attr-has-success .attr-radio,.attr-has-success .attr-radio-inline,.attr-has-success.attr-checkbox label,.attr-has-success.attr-checkbox-inline label,.attr-has-success.attr-radio label,.attr-has-success.attr-radio-inline label {
1567 color: #3c763d
1568 }
1569
1570 .attr-has-success .attr-form-control {
1571 border-color: #3c763d;
1572 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
1573 box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
1574 }
1575
1576 .attr-has-success .attr-form-control:focus {
1577 border-color: #2b542c;
1578 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
1579 box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
1580 }
1581
1582 .attr-has-success .attr-input-group-addon {
1583 color: #3c763d;
1584 background-color: #dff0d8;
1585 border-color: #3c763d
1586 }
1587
1588 .attr-has-success .attr-form-control-feedback {
1589 color: #3c763d
1590 }
1591
1592 .attr-has-warning .attr-checkbox,.attr-has-warning .attr-checkbox-inline,.attr-has-warning .attr-control-label,.attr-has-warning .attr-help-block,.attr-has-warning .attr-radio,.attr-has-warning .attr-radio-inline,.attr-has-warning.attr-checkbox label,.attr-has-warning.attr-checkbox-inline label,.attr-has-warning.attr-radio label,.attr-has-warning.attr-radio-inline label {
1593 color: #8a6d3b
1594 }
1595
1596 .attr-has-warning .attr-form-control {
1597 border-color: #8a6d3b;
1598 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
1599 box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
1600 }
1601
1602 .attr-has-warning .attr-form-control:focus {
1603 border-color: #66512c;
1604 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
1605 box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
1606 }
1607
1608 .attr-has-warning .attr-input-group-addon {
1609 color: #8a6d3b;
1610 background-color: #fcf8e3;
1611 border-color: #8a6d3b
1612 }
1613
1614 .attr-has-warning .attr-form-control-feedback {
1615 color: #8a6d3b
1616 }
1617
1618 .attr-has-error .attr-checkbox,.attr-has-error .attr-checkbox-inline,.attr-has-error .attr-control-label,.attr-has-error .attr-help-block,.attr-has-error .attr-radio,.attr-has-error .attr-radio-inline,.attr-has-error.attr-checkbox label,.attr-has-error.attr-checkbox-inline label,.attr-has-error.attr-radio label,.attr-has-error.attr-radio-inline label {
1619 color: #a94442
1620 }
1621
1622 .attr-has-error .attr-form-control {
1623 border-color: #a94442;
1624 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
1625 box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
1626 }
1627
1628 .attr-has-error .attr-form-control:focus {
1629 border-color: #843534;
1630 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
1631 box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
1632 }
1633
1634 .attr-has-error .attr-input-group-addon {
1635 color: #a94442;
1636 background-color: #f2dede;
1637 border-color: #a94442
1638 }
1639
1640 .attr-has-error .attr-form-control-feedback {
1641 color: #a94442
1642 }
1643
1644 .attr-has-feedback label~.attr-form-control-feedback {
1645 top: 25px
1646 }
1647
1648 .attr-has-feedback label.attr-sr-only~.attr-form-control-feedback {
1649 top: 0
1650 }
1651
1652 .attr-help-block {
1653 display: block;
1654 margin-top: 5px;
1655 margin-bottom: 10px;
1656 color: #737373
1657 }
1658
1659 @media (min-width: 768px) {
1660 .attr-form-inline .attr-form-group {
1661 display:inline-block;
1662 margin-bottom: 0;
1663 vertical-align: middle
1664 }
1665
1666 .attr-form-inline .attr-form-control {
1667 display: inline-block;
1668 width: auto;
1669 vertical-align: middle
1670 }
1671
1672 .attr-form-inline .attr-form-control-static {
1673 display: inline-block
1674 }
1675
1676 .attr-form-inline .attr-input-group {
1677 display: inline-table;
1678 vertical-align: middle
1679 }
1680
1681 .attr-form-inline .attr-input-group .attr-form-control,.attr-form-inline .attr-input-group .attr-input-group-addon,.attr-form-inline .attr-input-group .attr-input-group-btn {
1682 width: auto
1683 }
1684
1685 .attr-form-inline .attr-input-group>.attr-form-control {
1686 width: 100%
1687 }
1688
1689 .attr-form-inline .attr-control-label {
1690 margin-bottom: 0;
1691 vertical-align: middle
1692 }
1693
1694 .attr-form-inline .attr-checkbox,.attr-form-inline .attr-radio {
1695 display: inline-block;
1696 margin-top: 0;
1697 margin-bottom: 0;
1698 vertical-align: middle
1699 }
1700
1701 .attr-form-inline .attr-checkbox label,.attr-form-inline .attr-radio label {
1702 padding-left: 0
1703 }
1704
1705 .attr-form-inline .attr-checkbox input[type=checkbox],.attr-form-inline .attr-radio input[type=radio] {
1706 position: relative;
1707 margin-left: 0
1708 }
1709
1710 .attr-form-inline .attr-has-feedback .attr-form-control-feedback {
1711 top: 0
1712 }
1713 }
1714
1715 .attr-form-horizontal .attr-checkbox,.attr-form-horizontal .attr-checkbox-inline,.attr-form-horizontal .attr-radio,.attr-form-horizontal .attr-radio-inline {
1716 padding-top: 7px;
1717 margin-top: 0;
1718 margin-bottom: 0
1719 }
1720
1721 .attr-form-horizontal .attr-checkbox,.attr-form-horizontal .attr-radio {
1722 min-height: 27px
1723 }
1724
1725 .attr-form-horizontal .attr-form-group {
1726 margin-right: -15px;
1727 margin-left: -15px
1728 }
1729
1730 @media (min-width: 768px) {
1731 .attr-form-horizontal .attr-control-label {
1732 padding-top:7px;
1733 margin-bottom: 0;
1734 text-align: right
1735 }
1736 }
1737
1738 .attr-form-horizontal .attr-has-feedback .attr-form-control-feedback {
1739 right: 15px
1740 }
1741
1742 @media (min-width: 768px) {
1743 .attr-form-horizontal .attr-form-group-lg .attr-control-label {
1744 padding-top:11px;
1745 font-size: 18px
1746 }
1747 }
1748
1749 @media (min-width: 768px) {
1750 .attr-form-horizontal .attr-form-group-sm .attr-control-label {
1751 padding-top:6px;
1752 font-size: 12px
1753 }
1754 }
1755
1756 .attr-btn {
1757 display: inline-block;
1758 padding: 6px 12px;
1759 margin-bottom: 0;
1760 font-size: 14px;
1761 font-weight: 400;
1762 line-height: 1.42857143;
1763 text-align: center;
1764 white-space: nowrap;
1765 vertical-align: middle;
1766 -ms-touch-action: manipulation;
1767 touch-action: manipulation;
1768 cursor: pointer;
1769 -webkit-user-select: none;
1770 -ms-user-select: none;
1771 -moz-user-select: none;
1772 user-select: none;
1773 background-image: none;
1774 border: 1px solid transparent;
1775 border-radius: 4px
1776 }
1777
1778 .attr-btn.attr-active.attr-focus,.attr-btn.attr-active:focus,.attr-btn.attr-focus,.attr-btn:active.attr-focus,.attr-btn:active:focus,.attr-btn:focus {
1779 outline: 5px auto -webkit-focus-ring-color;
1780 outline-offset: -2px
1781 }
1782
1783 .attr-btn.attr-focus,.attr-btn:focus,.attr-btn:hover {
1784 color: #333;
1785 text-decoration: none
1786 }
1787
1788 .attr-btn.attr-active,.attr-btn:active {
1789 background-image: none;
1790 outline: 0;
1791 -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
1792 box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
1793 }
1794
1795 .attr-btn.attr-disabled,.attr-btn[disabled],fieldset[disabled] .attr-btn {
1796 cursor: not-allowed;
1797 -webkit-box-shadow: none;
1798 box-shadow: none;
1799 opacity: .65
1800 }
1801
1802 a.attr-btn.attr-disabled,fieldset[disabled] a.attr-btn {
1803 pointer-events: none
1804 }
1805
1806 .attr-btn-default {
1807 color: #333;
1808 background-color: #fff;
1809 border-color: #ccc
1810 }
1811
1812 .attr-btn-default.attr-focus,.attr-btn-default:focus {
1813 color: #333;
1814 background-color: #e6e6e6;
1815 border-color: #8c8c8c
1816 }
1817
1818 .attr-btn-default:hover {
1819 color: #333;
1820 background-color: #e6e6e6;
1821 border-color: #adadad
1822 }
1823
1824 .attr-btn-default.attr-active,.attr-btn-default:active,.attr-open>.attr-dropdown-toggle.attr-btn-default {
1825 color: #333;
1826 background-color: #e6e6e6;
1827 border-color: #adadad
1828 }
1829
1830 .attr-btn-default.attr-active.attr-focus,.attr-btn-default.attr-active:focus,.attr-btn-default.attr-active:hover,.attr-btn-default:active.attr-focus,.attr-btn-default:active:focus,.attr-btn-default:active:hover,.attr-open>.attr-dropdown-toggle.attr-btn-default.attr-focus,.attr-open>.attr-dropdown-toggle.attr-btn-default:focus,.attr-open>.attr-dropdown-toggle.attr-btn-default:hover {
1831 color: #333;
1832 background-color: #d4d4d4;
1833 border-color: #8c8c8c
1834 }
1835
1836 .attr-btn-default.attr-active,.attr-btn-default:active,.attr-open>.attr-dropdown-toggle.attr-btn-default {
1837 background-image: none
1838 }
1839
1840 .attr-btn-default.attr-disabled.attr-focus,.attr-btn-default.attr-disabled:focus,.attr-btn-default.attr-disabled:hover,.attr-btn-default[disabled].attr-focus,.attr-btn-default[disabled]:focus,.attr-btn-default[disabled]:hover,fieldset[disabled] .attr-btn-default.attr-focus,fieldset[disabled] .attr-btn-default:focus,fieldset[disabled] .attr-btn-default:hover {
1841 background-color: #fff;
1842 border-color: #ccc
1843 }
1844
1845 .attr-btn-default .attr-badge {
1846 color: #fff;
1847 background-color: #333
1848 }
1849
1850 .attr-btn-primary {
1851 color: #fff;
1852 background-color: #337ab7;
1853 border-color: #2e6da4
1854 }
1855
1856 .attr-btn-primary.attr-focus,.attr-btn-primary:focus {
1857 color: #fff;
1858 background-color: #286090;
1859 border-color: #122b40
1860 }
1861
1862 .attr-btn-primary:hover {
1863 color: #fff;
1864 background-color: #286090;
1865 border-color: #204d74
1866 }
1867
1868 .attr-btn-primary.attr-active,.attr-btn-primary:active,.attr-open>.attr-dropdown-toggle.attr-btn-primary {
1869 color: #fff;
1870 background-color: #286090;
1871 border-color: #204d74
1872 }
1873
1874 .attr-btn-primary.attr-active.attr-focus,.attr-btn-primary.attr-active:focus,.attr-btn-primary.attr-active:hover,.attr-btn-primary:active.attr-focus,.attr-btn-primary:active:focus,.attr-btn-primary:active:hover,.attr-open>.attr-dropdown-toggle.attr-btn-primary.attr-focus,.attr-open>.attr-dropdown-toggle.attr-btn-primary:focus,.attr-open>.attr-dropdown-toggle.attr-btn-primary:hover {
1875 color: #fff;
1876 background-color: #204d74;
1877 border-color: #122b40
1878 }
1879
1880 .attr-btn-primary.attr-active,.attr-btn-primary:active,.attr-open>.attr-dropdown-toggle.attr-btn-primary {
1881 background-image: none
1882 }
1883
1884 .attr-btn-primary.attr-disabled.attr-focus,.attr-btn-primary.attr-disabled:focus,.attr-btn-primary.attr-disabled:hover,.attr-btn-primary[disabled].attr-focus,.attr-btn-primary[disabled]:focus,.attr-btn-primary[disabled]:hover,fieldset[disabled] .attr-btn-primary.attr-focus,fieldset[disabled] .attr-btn-primary:focus,fieldset[disabled] .attr-btn-primary:hover {
1885 background-color: #337ab7;
1886 border-color: #2e6da4
1887 }
1888
1889 .attr-btn-primary .attr-badge {
1890 color: #337ab7;
1891 background-color: #fff
1892 }
1893
1894 .attr-btn-success {
1895 color: #fff;
1896 background-color: #5cb85c;
1897 border-color: #4cae4c
1898 }
1899
1900 .attr-btn-success.attr-focus,.attr-btn-success:focus {
1901 color: #fff;
1902 background-color: #449d44;
1903 border-color: #255625
1904 }
1905
1906 .attr-btn-success:hover {
1907 color: #fff;
1908 background-color: #449d44;
1909 border-color: #398439
1910 }
1911
1912 .attr-btn-success.attr-active,.attr-btn-success:active,.attr-open>.attr-dropdown-toggle.attr-btn-success {
1913 color: #fff;
1914 background-color: #449d44;
1915 border-color: #398439
1916 }
1917
1918 .attr-btn-success.attr-active.attr-focus,.attr-btn-success.attr-active:focus,.attr-btn-success.attr-active:hover,.attr-btn-success:active.attr-focus,.attr-btn-success:active:focus,.attr-btn-success:active:hover,.attr-open>.attr-dropdown-toggle.attr-btn-success.attr-focus,.attr-open>.attr-dropdown-toggle.attr-btn-success:focus,.attr-open>.attr-dropdown-toggle.attr-btn-success:hover {
1919 color: #fff;
1920 background-color: #398439;
1921 border-color: #255625
1922 }
1923
1924 .attr-btn-success.attr-active,.attr-btn-success:active,.attr-open>.attr-dropdown-toggle.attr-btn-success {
1925 background-image: none
1926 }
1927
1928 .attr-btn-success.attr-disabled.attr-focus,.attr-btn-success.attr-disabled:focus,.attr-btn-success.attr-disabled:hover,.attr-btn-success[disabled].attr-focus,.attr-btn-success[disabled]:focus,.attr-btn-success[disabled]:hover,fieldset[disabled] .attr-btn-success.attr-focus,fieldset[disabled] .attr-btn-success:focus,fieldset[disabled] .attr-btn-success:hover {
1929 background-color: #5cb85c;
1930 border-color: #4cae4c
1931 }
1932
1933 .attr-btn-success .attr-badge {
1934 color: #5cb85c;
1935 background-color: #fff
1936 }
1937
1938 .attr-btn-info {
1939 color: #fff;
1940 background-color: #5bc0de;
1941 border-color: #46b8da
1942 }
1943
1944 .attr-btn-info.attr-focus,.attr-btn-info:focus {
1945 color: #fff;
1946 background-color: #31b0d5;
1947 border-color: #1b6d85
1948 }
1949
1950 .attr-btn-info:hover {
1951 color: #fff;
1952 background-color: #31b0d5;
1953 border-color: #269abc
1954 }
1955
1956 .attr-btn-info.attr-active,.attr-btn-info:active,.attr-open>.attr-dropdown-toggle.attr-btn-info {
1957 color: #fff;
1958 background-color: #31b0d5;
1959 border-color: #269abc
1960 }
1961
1962 .attr-btn-info.attr-active.attr-focus,.attr-btn-info.attr-active:focus,.attr-btn-info.attr-active:hover,.attr-btn-info:active.attr-focus,.attr-btn-info:active:focus,.attr-btn-info:active:hover,.attr-open>.attr-dropdown-toggle.attr-btn-info.attr-focus,.attr-open>.attr-dropdown-toggle.attr-btn-info:focus,.attr-open>.attr-dropdown-toggle.attr-btn-info:hover {
1963 color: #fff;
1964 background-color: #269abc;
1965 border-color: #1b6d85
1966 }
1967
1968 .attr-btn-info.attr-active,.attr-btn-info:active,.attr-open>.attr-dropdown-toggle.attr-btn-info {
1969 background-image: none
1970 }
1971
1972 .attr-btn-info.attr-disabled.attr-focus,.attr-btn-info.attr-disabled:focus,.attr-btn-info.attr-disabled:hover,.attr-btn-info[disabled].attr-focus,.attr-btn-info[disabled]:focus,.attr-btn-info[disabled]:hover,fieldset[disabled] .attr-btn-info.attr-focus,fieldset[disabled] .attr-btn-info:focus,fieldset[disabled] .attr-btn-info:hover {
1973 background-color: #5bc0de;
1974 border-color: #46b8da
1975 }
1976
1977 .attr-btn-info .attr-badge {
1978 color: #5bc0de;
1979 background-color: #fff
1980 }
1981
1982 .attr-btn-warning {
1983 color: #fff;
1984 background-color: #f0ad4e;
1985 border-color: #eea236
1986 }
1987
1988 .attr-btn-warning.attr-focus,.attr-btn-warning:focus {
1989 color: #fff;
1990 background-color: #ec971f;
1991 border-color: #985f0d
1992 }
1993
1994 .attr-btn-warning:hover {
1995 color: #fff;
1996 background-color: #ec971f;
1997 border-color: #d58512
1998 }
1999
2000 .attr-btn-warning.attr-active,.attr-btn-warning:active,.attr-open>.attr-dropdown-toggle.attr-btn-warning {
2001 color: #fff;
2002 background-color: #ec971f;
2003 border-color: #d58512
2004 }
2005
2006 .attr-btn-warning.attr-active.attr-focus,.attr-btn-warning.attr-active:focus,.attr-btn-warning.attr-active:hover,.attr-btn-warning:active.attr-focus,.attr-btn-warning:active:focus,.attr-btn-warning:active:hover,.attr-open>.attr-dropdown-toggle.attr-btn-warning.attr-focus,.attr-open>.attr-dropdown-toggle.attr-btn-warning:focus,.attr-open>.attr-dropdown-toggle.attr-btn-warning:hover {
2007 color: #fff;
2008 background-color: #d58512;
2009 border-color: #985f0d
2010 }
2011
2012 .attr-btn-warning.attr-active,.attr-btn-warning:active,.attr-open>.attr-dropdown-toggle.attr-btn-warning {
2013 background-image: none
2014 }
2015
2016 .attr-btn-warning.attr-disabled.attr-focus,.attr-btn-warning.attr-disabled:focus,.attr-btn-warning.attr-disabled:hover,.attr-btn-warning[disabled].attr-focus,.attr-btn-warning[disabled]:focus,.attr-btn-warning[disabled]:hover,fieldset[disabled] .attr-btn-warning.attr-focus,fieldset[disabled] .attr-btn-warning:focus,fieldset[disabled] .attr-btn-warning:hover {
2017 background-color: #f0ad4e;
2018 border-color: #eea236
2019 }
2020
2021 .attr-btn-warning .attr-badge {
2022 color: #f0ad4e;
2023 background-color: #fff
2024 }
2025
2026 .attr-btn-danger {
2027 color: #fff;
2028 background-color: #d9534f;
2029 border-color: #d43f3a
2030 }
2031
2032 .attr-btn-danger.attr-focus,.attr-btn-danger:focus {
2033 color: #fff;
2034 background-color: #c9302c;
2035 border-color: #761c19
2036 }
2037
2038 .attr-btn-danger:hover {
2039 color: #fff;
2040 background-color: #c9302c;
2041 border-color: #ac2925
2042 }
2043
2044 .attr-btn-danger.attr-active,.attr-btn-danger:active,.attr-open>.attr-dropdown-toggle.attr-btn-danger {
2045 color: #fff;
2046 background-color: #c9302c;
2047 border-color: #ac2925
2048 }
2049
2050 .attr-btn-danger.attr-active.attr-focus,.attr-btn-danger.attr-active:focus,.attr-btn-danger.attr-active:hover,.attr-btn-danger:active.attr-focus,.attr-btn-danger:active:focus,.attr-btn-danger:active:hover,.attr-open>.attr-dropdown-toggle.attr-btn-danger.attr-focus,.attr-open>.attr-dropdown-toggle.attr-btn-danger:focus,.attr-open>.attr-dropdown-toggle.attr-btn-danger:hover {
2051 color: #fff;
2052 background-color: #ac2925;
2053 border-color: #761c19
2054 }
2055
2056 .attr-btn-danger.attr-active,.attr-btn-danger:active,.attr-open>.attr-dropdown-toggle.attr-btn-danger {
2057 background-image: none
2058 }
2059
2060 .attr-btn-danger.attr-disabled.attr-focus,.attr-btn-danger.attr-disabled:focus,.attr-btn-danger.attr-disabled:hover,.attr-btn-danger[disabled].attr-focus,.attr-btn-danger[disabled]:focus,.attr-btn-danger[disabled]:hover,fieldset[disabled] .attr-btn-danger.attr-focus,fieldset[disabled] .attr-btn-danger:focus,fieldset[disabled] .attr-btn-danger:hover {
2061 background-color: #d9534f;
2062 border-color: #d43f3a
2063 }
2064
2065 .attr-btn-danger .attr-badge {
2066 color: #d9534f;
2067 background-color: #fff
2068 }
2069
2070 .attr-btn-link {
2071 font-weight: 400;
2072 color: #337ab7;
2073 border-radius: 0
2074 }
2075
2076 .attr-btn-link,.attr-btn-link.attr-active,.attr-btn-link:active,.attr-btn-link[disabled],fieldset[disabled] .attr-btn-link {
2077 background-color: transparent;
2078 -webkit-box-shadow: none;
2079 box-shadow: none
2080 }
2081
2082 .attr-btn-link,.attr-btn-link:active,.attr-btn-link:focus,.attr-btn-link:hover {
2083 border-color: transparent
2084 }
2085
2086 .attr-btn-link:focus,.attr-btn-link:hover {
2087 color: #23527c;
2088 text-decoration: underline;
2089 background-color: transparent
2090 }
2091
2092 .attr-btn-link[disabled]:focus,.attr-btn-link[disabled]:hover,fieldset[disabled] .attr-btn-link:focus,fieldset[disabled] .attr-btn-link:hover {
2093 color: #777;
2094 text-decoration: none
2095 }
2096
2097 .attr-btn-group-lg>.attr-btn,.attr-btn-lg {
2098 padding: 10px 16px;
2099 font-size: 18px;
2100 line-height: 1.3333333;
2101 border-radius: 6px
2102 }
2103
2104 .attr-btn-group-sm>.attr-btn,.attr-btn-sm {
2105 padding: 5px 10px;
2106 font-size: 12px;
2107 line-height: 1.5;
2108 border-radius: 3px
2109 }
2110
2111 .attr-btn-group-xs>.attr-btn,.attr-btn-xs {
2112 padding: 1px 5px;
2113 font-size: 12px;
2114 line-height: 1.5;
2115 border-radius: 3px
2116 }
2117
2118 .attr-btn-block {
2119 display: block;
2120 width: 100%
2121 }
2122
2123 .attr-btn-block+.attr-btn-block {
2124 margin-top: 5px
2125 }
2126
2127 input[type=button].attr-btn-block,input[type=reset].attr-btn-block,input[type=submit].attr-btn-block {
2128 width: 100%
2129 }
2130
2131 .attr-fade {
2132 opacity: 0;
2133 -webkit-transition: opacity .15s linear;
2134 transition: opacity .15s linear
2135 }
2136
2137 .attr-fade.attr-in {
2138 opacity: 1
2139 }
2140
2141 .attr-collapse {
2142 display: none
2143 }
2144
2145 .attr-collapse.attr-in {
2146 display: block
2147 }
2148
2149 tr.attr-collapse.attr-in {
2150 display: table-row
2151 }
2152
2153 tbody.attr-collapse.attr-in {
2154 display: table-row-group
2155 }
2156
2157 .attr-collapsing {
2158 position: relative;
2159 height: 0;
2160 overflow: hidden;
2161 -webkit-transition-timing-function: ease;
2162 transition-timing-function: ease;
2163 -webkit-transition-duration: .35s;
2164 transition-duration: .35s;
2165 -webkit-transition-property: height,visibility;
2166 transition-property: height,visibility
2167 }
2168
2169 .attr-caret {
2170 display: inline-block;
2171 width: 0;
2172 height: 0;
2173 margin-left: 2px;
2174 vertical-align: middle;
2175 border-top: 4px dashed;
2176 border-right: 4px solid transparent;
2177 border-left: 4px solid transparent
2178 }
2179
2180 .attr-dropdown,.attr-dropup {
2181 position: relative
2182 }
2183
2184 .attr-dropdown-toggle:focus {
2185 outline: 0
2186 }
2187
2188 .attr-dropdown-menu {
2189 position: absolute;
2190 top: 100%;
2191 left: 0;
2192 z-index: 1000;
2193 display: none;
2194 float: left;
2195 min-width: 160px;
2196 padding: 5px 0;
2197 margin: 2px 0 0;
2198 font-size: 14px;
2199 text-align: left;
2200 list-style: none;
2201 background-color: #fff;
2202 background-clip: padding-box;
2203 border: 1px solid #ccc;
2204 border: 1px solid rgba(0,0,0,.15);
2205 border-radius: 4px;
2206 -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
2207 box-shadow: 0 6px 12px rgba(0,0,0,.175)
2208 }
2209
2210 .attr-dropdown-menu.attr-pull-right {
2211 right: 0;
2212 left: auto
2213 }
2214
2215 .attr-dropdown-menu .attr-divider {
2216 height: 1px;
2217 margin: 9px 0;
2218 overflow: hidden;
2219 background-color: #e5e5e5
2220 }
2221
2222 .attr-dropdown-menu>li>a {
2223 display: block;
2224 padding: 3px 20px;
2225 clear: both;
2226 font-weight: 400;
2227 line-height: 1.42857143;
2228 color: #333;
2229 white-space: nowrap
2230 }
2231
2232 .attr-dropdown-menu>li>a:focus,.attr-dropdown-menu>li>a:hover {
2233 color: #262626;
2234 text-decoration: none;
2235 background-color: #f5f5f5
2236 }
2237
2238 .attr-dropdown-menu>.attr-active>a,.attr-dropdown-menu>.attr-active>a:focus,.attr-dropdown-menu>.attr-active>a:hover {
2239 color: #fff;
2240 text-decoration: none;
2241 background-color: #337ab7;
2242 outline: 0
2243 }
2244
2245 .attr-dropdown-menu>.attr-disabled>a,.attr-dropdown-menu>.attr-disabled>a:focus,.attr-dropdown-menu>.attr-disabled>a:hover {
2246 color: #777
2247 }
2248
2249 .attr-dropdown-menu>.attr-disabled>a:focus,.attr-dropdown-menu>.attr-disabled>a:hover {
2250 text-decoration: none;
2251 cursor: not-allowed;
2252 background-color: transparent;
2253 background-image: none
2254 }
2255
2256 .attr-open>.attr-dropdown-menu {
2257 display: block
2258 }
2259
2260 .attr-open>a {
2261 outline: 0
2262 }
2263
2264 .attr-dropdown-menu-right {
2265 right: 0;
2266 left: auto
2267 }
2268
2269 .attr-dropdown-menu-left {
2270 right: auto;
2271 left: 0
2272 }
2273
2274 .attr-dropdown-header {
2275 display: block;
2276 padding: 3px 20px;
2277 font-size: 12px;
2278 line-height: 1.42857143;
2279 color: #777;
2280 white-space: nowrap
2281 }
2282
2283 .attr-dropdown-backdrop {
2284 position: fixed;
2285 top: 0;
2286 right: 0;
2287 bottom: 0;
2288 left: 0;
2289 z-index: 990
2290 }
2291
2292 .attr-pull-right>.attr-dropdown-menu {
2293 right: 0;
2294 left: auto
2295 }
2296
2297 .attr-dropup .attr-caret,.attr-navbar-fixed-bottom .attr-dropdown .attr-caret {
2298 content: "";
2299 border-top: 0;
2300 border-bottom: 4px dashed
2301 }
2302
2303 .attr-dropup .attr-dropdown-menu,.attr-navbar-fixed-bottom .attr-dropdown .attr-dropdown-menu {
2304 top: auto;
2305 bottom: 100%;
2306 margin-bottom: 2px
2307 }
2308
2309 @media (min-width: 768px) {
2310 .attr-navbar-right .attr-dropdown-menu {
2311 right:0;
2312 left: auto
2313 }
2314
2315 .attr-navbar-right .attr-dropdown-menu-left {
2316 right: auto;
2317 left: 0
2318 }
2319 }
2320
2321 .attr-btn-group,.attr-btn-group-vertical {
2322 position: relative;
2323 display: inline-block;
2324 vertical-align: middle
2325 }
2326
2327 .attr-btn-group-vertical>.attr-btn,.attr-btn-group>.attr-btn {
2328 position: relative;
2329 float: left
2330 }
2331
2332 .attr-btn-group-vertical>.attr-btn.attr-active,.attr-btn-group-vertical>.attr-btn:active,.attr-btn-group-vertical>.attr-btn:focus,.attr-btn-group-vertical>.attr-btn:hover,.attr-btn-group>.attr-btn.attr-active,.attr-btn-group>.attr-btn:active,.attr-btn-group>.attr-btn:focus,.attr-btn-group>.attr-btn:hover {
2333 z-index: 2
2334 }
2335
2336 .attr-btn-group .attr-btn+.attr-btn,.attr-btn-group .attr-btn+.attr-btn-group,.attr-btn-group .attr-btn-group+.attr-btn,.attr-btn-group .attr-btn-group+.attr-btn-group {
2337 margin-left: -1px
2338 }
2339
2340 .attr-btn-toolbar {
2341 margin-left: -5px
2342 }
2343
2344 .attr-btn-toolbar .attr-btn,.attr-btn-toolbar .attr-btn-group,.attr-btn-toolbar .attr-input-group {
2345 float: left
2346 }
2347
2348 .attr-btn-toolbar>.attr-btn,.attr-btn-toolbar>.attr-btn-group,.attr-btn-toolbar>.attr-input-group {
2349 margin-left: 5px
2350 }
2351
2352 .attr-btn-group>.attr-btn:not(:first-child):not(:last-child):not(.attr-dropdown-toggle) {
2353 border-radius: 0
2354 }
2355
2356 .attr-btn-group>.attr-btn:first-child {
2357 margin-left: 0
2358 }
2359
2360 .attr-btn-group>.attr-btn:first-child:not(:last-child):not(.attr-dropdown-toggle) {
2361 border-top-right-radius: 0;
2362 border-bottom-right-radius: 0
2363 }
2364
2365 .attr-btn-group>.attr-btn:last-child:not(:first-child),.attr-btn-group>.attr-dropdown-toggle:not(:first-child) {
2366 border-top-left-radius: 0;
2367 border-bottom-left-radius: 0
2368 }
2369
2370 .attr-btn-group>.attr-btn-group {
2371 float: left
2372 }
2373
2374 .attr-btn-group>.attr-btn-group:not(:first-child):not(:last-child)>.attr-btn {
2375 border-radius: 0
2376 }
2377
2378 .attr-btn-group>.attr-btn-group:first-child:not(:last-child)>.attr-btn:last-child,.attr-btn-group>.attr-btn-group:first-child:not(:last-child)>.attr-dropdown-toggle {
2379 border-top-right-radius: 0;
2380 border-bottom-right-radius: 0
2381 }
2382
2383 .attr-btn-group>.attr-btn-group:last-child:not(:first-child)>.attr-btn:first-child {
2384 border-top-left-radius: 0;
2385 border-bottom-left-radius: 0
2386 }
2387
2388 .attr-btn-group .attr-dropdown-toggle:active,.attr-btn-group.attr-open .attr-dropdown-toggle {
2389 outline: 0
2390 }
2391
2392 .attr-btn-group>.attr-btn+.attr-dropdown-toggle {
2393 padding-right: 8px;
2394 padding-left: 8px
2395 }
2396
2397 .attr-btn-group>.attr-btn-lg+.attr-dropdown-toggle {
2398 padding-right: 12px;
2399 padding-left: 12px
2400 }
2401
2402 .attr-btn-group.attr-open .attr-dropdown-toggle {
2403 -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
2404 box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
2405 }
2406
2407 .attr-btn-group.attr-open .attr-dropdown-toggle.attr-btn-link {
2408 -webkit-box-shadow: none;
2409 box-shadow: none
2410 }
2411
2412 .attr-btn .attr-caret {
2413 margin-left: 0
2414 }
2415
2416 .attr-btn-lg .attr-caret {
2417 border-width: 5px 5px 0;
2418 border-bottom-width: 0
2419 }
2420
2421 .attr-dropup .attr-btn-lg .attr-caret {
2422 border-width: 0 5px 5px
2423 }
2424
2425 .attr-btn-group-vertical>.attr-btn,.attr-btn-group-vertical>.attr-btn-group,.attr-btn-group-vertical>.attr-btn-group>.attr-btn {
2426 display: block;
2427 float: none;
2428 width: 100%;
2429 max-width: 100%
2430 }
2431
2432 .attr-btn-group-vertical>.attr-btn-group>.attr-btn {
2433 float: none
2434 }
2435
2436 .attr-btn-group-vertical>.attr-btn+.attr-btn,.attr-btn-group-vertical>.attr-btn+.attr-btn-group,.attr-btn-group-vertical>.attr-btn-group+.attr-btn,.attr-btn-group-vertical>.attr-btn-group+.attr-btn-group {
2437 margin-top: -1px;
2438 margin-left: 0
2439 }
2440
2441 .attr-btn-group-vertical>.attr-btn:not(:first-child):not(:last-child) {
2442 border-radius: 0
2443 }
2444
2445 .attr-btn-group-vertical>.attr-btn:first-child:not(:last-child) {
2446 border-top-left-radius: 4px;
2447 border-top-right-radius: 4px;
2448 border-bottom-right-radius: 0;
2449 border-bottom-left-radius: 0
2450 }
2451
2452 .attr-btn-group-vertical>.attr-btn:last-child:not(:first-child) {
2453 border-top-left-radius: 0;
2454 border-top-right-radius: 0;
2455 border-bottom-right-radius: 4px;
2456 border-bottom-left-radius: 4px
2457 }
2458
2459 .attr-btn-group-vertical>.attr-btn-group:not(:first-child):not(:last-child)>.attr-btn {
2460 border-radius: 0
2461 }
2462
2463 .attr-btn-group-vertical>.attr-btn-group:first-child:not(:last-child)>.attr-btn:last-child,.attr-btn-group-vertical>.attr-btn-group:first-child:not(:last-child)>.attr-dropdown-toggle {
2464 border-bottom-right-radius: 0;
2465 border-bottom-left-radius: 0
2466 }
2467
2468 .attr-btn-group-vertical>.attr-btn-group:last-child:not(:first-child)>.attr-btn:first-child {
2469 border-top-left-radius: 0;
2470 border-top-right-radius: 0
2471 }
2472
2473 .attr-btn-group-justified {
2474 display: table;
2475 width: 100%;
2476 table-layout: fixed;
2477 border-collapse: separate
2478 }
2479
2480 .attr-btn-group-justified>.attr-btn,.attr-btn-group-justified>.attr-btn-group {
2481 display: table-cell;
2482 float: none;
2483 width: 1%
2484 }
2485
2486 .attr-btn-group-justified>.attr-btn-group .attr-btn {
2487 width: 100%
2488 }
2489
2490 .attr-btn-group-justified>.attr-btn-group .attr-dropdown-menu {
2491 left: auto
2492 }
2493
2494 [data-toggle=buttons]>.attr-btn input[type=checkbox],[data-toggle=buttons]>.attr-btn input[type=radio],[data-toggle=buttons]>.attr-btn-group>.attr-btn input[type=checkbox],[data-toggle=buttons]>.attr-btn-group>.attr-btn input[type=radio] {
2495 position: absolute;
2496 clip: rect(0,0,0,0);
2497 pointer-events: none
2498 }
2499
2500 .attr-input-group {
2501 position: relative;
2502 display: table;
2503 border-collapse: separate
2504 }
2505
2506 .attr-input-group[class*=attr-col-] {
2507 float: none;
2508 padding-right: 0;
2509 padding-left: 0
2510 }
2511
2512 .attr-input-group .attr-form-control {
2513 position: relative;
2514 z-index: 2;
2515 float: left;
2516 width: 100%;
2517 margin-bottom: 0
2518 }
2519
2520 .attr-input-group .attr-form-control:focus {
2521 z-index: 3
2522 }
2523
2524 .attr-input-group-lg>.attr-form-control,.attr-input-group-lg>.attr-input-group-addon,.attr-input-group-lg>.attr-input-group-btn>.attr-btn {
2525 height: 46px;
2526 padding: 10px 16px;
2527 font-size: 18px;
2528 line-height: 1.3333333;
2529 border-radius: 6px
2530 }
2531
2532 select.attr-input-group-lg>.attr-form-control,select.attr-input-group-lg>.attr-input-group-addon,select.attr-input-group-lg>.attr-input-group-btn>.attr-btn {
2533 height: 46px;
2534 line-height: 46px
2535 }
2536
2537 select[multiple].attr-input-group-lg>.attr-form-control,select[multiple].attr-input-group-lg>.attr-input-group-addon,select[multiple].attr-input-group-lg>.attr-input-group-btn>.attr-btn,textarea.attr-input-group-lg>.attr-form-control,textarea.attr-input-group-lg>.attr-input-group-addon,textarea.attr-input-group-lg>.attr-input-group-btn>.attr-btn {
2538 height: auto
2539 }
2540
2541 .attr-input-group-sm>.attr-form-control,.attr-input-group-sm>.attr-input-group-addon,.attr-input-group-sm>.attr-input-group-btn>.attr-btn {
2542 height: 30px;
2543 padding: 5px 10px;
2544 font-size: 12px;
2545 line-height: 1.5;
2546 border-radius: 3px
2547 }
2548
2549 select.attr-input-group-sm>.attr-form-control,select.attr-input-group-sm>.attr-input-group-addon,select.attr-input-group-sm>.attr-input-group-btn>.attr-btn {
2550 height: 30px;
2551 line-height: 30px
2552 }
2553
2554 select[multiple].attr-input-group-sm>.attr-form-control,select[multiple].attr-input-group-sm>.attr-input-group-addon,select[multiple].attr-input-group-sm>.attr-input-group-btn>.attr-btn,textarea.attr-input-group-sm>.attr-form-control,textarea.attr-input-group-sm>.attr-input-group-addon,textarea.attr-input-group-sm>.attr-input-group-btn>.attr-btn {
2555 height: auto
2556 }
2557
2558 .attr-input-group .attr-form-control,.attr-input-group-addon,.attr-input-group-btn {
2559 display: table-cell
2560 }
2561
2562 .attr-input-group .attr-form-control:not(:first-child):not(:last-child),.attr-input-group-addon:not(:first-child):not(:last-child),.attr-input-group-btn:not(:first-child):not(:last-child) {
2563 border-radius: 0
2564 }
2565
2566 .attr-input-group-addon,.attr-input-group-btn {
2567 width: 1%;
2568 white-space: nowrap;
2569 vertical-align: middle
2570 }
2571
2572 .attr-input-group-addon {
2573 padding: 6px 12px;
2574 font-size: 14px;
2575 font-weight: 400;
2576 line-height: 1;
2577 color: #555;
2578 text-align: center;
2579 background-color: #eee;
2580 border: 1px solid #ccc;
2581 border-radius: 4px
2582 }
2583
2584 .attr-input-group-addon.attr-input-sm {
2585 padding: 5px 10px;
2586 font-size: 12px;
2587 border-radius: 3px
2588 }
2589
2590 .attr-input-group-addon.attr-input-lg {
2591 padding: 10px 16px;
2592 font-size: 18px;
2593 border-radius: 6px
2594 }
2595
2596 .attr-input-group-addon input[type=checkbox],.attr-input-group-addon input[type=radio] {
2597 margin-top: 0
2598 }
2599
2600 .attr-input-group .attr-form-control:first-child,.attr-input-group-addon:first-child,.attr-input-group-btn:first-child>.attr-btn,.attr-input-group-btn:first-child>.attr-btn-group>.attr-btn,.attr-input-group-btn:first-child>.attr-dropdown-toggle,.attr-input-group-btn:last-child>.attr-btn-group:not(:last-child)>.attr-btn,.attr-input-group-btn:last-child>.attr-btn:not(:last-child):not(.attr-dropdown-toggle) {
2601 border-top-right-radius: 0;
2602 border-bottom-right-radius: 0
2603 }
2604
2605 .attr-input-group-addon:first-child {
2606 border-right: 0
2607 }
2608
2609 .attr-input-group .attr-form-control:last-child,.attr-input-group-addon:last-child,.attr-input-group-btn:first-child>.attr-btn-group:not(:first-child)>.attr-btn,.attr-input-group-btn:first-child>.attr-btn:not(:first-child),.attr-input-group-btn:last-child>.attr-btn,.attr-input-group-btn:last-child>.attr-btn-group>.attr-btn,.attr-input-group-btn:last-child>.attr-dropdown-toggle {
2610 border-top-left-radius: 0;
2611 border-bottom-left-radius: 0
2612 }
2613
2614 .attr-input-group-addon:last-child {
2615 border-left: 0
2616 }
2617
2618 .attr-input-group-btn {
2619 position: relative;
2620 font-size: 0;
2621 white-space: nowrap
2622 }
2623
2624 .attr-input-group-btn>.attr-btn {
2625 position: relative
2626 }
2627
2628 .attr-input-group-btn>.attr-btn+.attr-btn {
2629 margin-left: -1px
2630 }
2631
2632 .attr-input-group-btn>.attr-btn:active,.attr-input-group-btn>.attr-btn:focus,.attr-input-group-btn>.attr-btn:hover {
2633 z-index: 2
2634 }
2635
2636 .attr-input-group-btn:first-child>.attr-btn,.attr-input-group-btn:first-child>.attr-btn-group {
2637 margin-right: -1px
2638 }
2639
2640 .attr-input-group-btn:last-child>.attr-btn,.attr-input-group-btn:last-child>.attr-btn-group {
2641 z-index: 2;
2642 margin-left: -1px
2643 }
2644
2645 .attr-nav {
2646 padding-left: 0;
2647 margin-bottom: 0;
2648 list-style: none
2649 }
2650
2651 .attr-nav>li {
2652 position: relative;
2653 display: block
2654 }
2655
2656 .attr-nav>li>a {
2657 position: relative;
2658 display: block;
2659 padding: 10px 15px
2660 }
2661
2662 .attr-nav>li>a:focus,.attr-nav>li>a:hover {
2663 text-decoration: none;
2664 background-color: #eee
2665 }
2666
2667 .attr-nav>li.attr-disabled>a {
2668 color: #777
2669 }
2670
2671 .attr-nav>li.attr-disabled>a:focus,.attr-nav>li.attr-disabled>a:hover {
2672 color: #777;
2673 text-decoration: none;
2674 cursor: not-allowed;
2675 background-color: transparent
2676 }
2677
2678 .attr-nav .attr-open>a,.attr-nav .attr-open>a:focus,.attr-nav .attr-open>a:hover {
2679 background-color: #eee;
2680 border-color: #337ab7
2681 }
2682
2683 .attr-nav .attr-nav-divider {
2684 height: 1px;
2685 margin: 9px 0;
2686 overflow: hidden;
2687 background-color: #e5e5e5
2688 }
2689
2690 .attr-nav>li>a>img {
2691 max-width: none
2692 }
2693
2694 .attr-nav-tabs {
2695 border-bottom: 1px solid #ddd
2696 }
2697
2698 .attr-nav-tabs>li {
2699 float: left;
2700 margin-bottom: -1px
2701 }
2702
2703 .attr-nav-tabs>li>a {
2704 margin-right: 2px;
2705 line-height: 1.42857143;
2706 border: 1px solid transparent;
2707 border-radius: 4px 4px 0 0
2708 }
2709
2710 .attr-nav-tabs>li>a:hover {
2711 border-color: #eee #eee #ddd
2712 }
2713
2714 .attr-nav-tabs>li.attr-active>a,.attr-nav-tabs>li.attr-active>a:focus,.attr-nav-tabs>li.attr-active>a:hover {
2715 color: #555;
2716 cursor: default;
2717 background-color: #fff;
2718 border: 1px solid #ddd;
2719 border-bottom-color: transparent
2720 }
2721
2722 .attr-nav-tabs.attr-nav-justified {
2723 width: 100%;
2724 border-bottom: 0
2725 }
2726
2727 .attr-nav-tabs.attr-nav-justified>li {
2728 float: none
2729 }
2730
2731 .attr-nav-tabs.attr-nav-justified>li>a {
2732 margin-bottom: 5px;
2733 text-align: center
2734 }
2735
2736 .attr-nav-tabs.attr-nav-justified>.attr-dropdown .attr-dropdown-menu {
2737 top: auto;
2738 left: auto
2739 }
2740
2741 @media (min-width: 768px) {
2742 .attr-nav-tabs.attr-nav-justified>li {
2743 display:table-cell;
2744 width: 1%
2745 }
2746
2747 .attr-nav-tabs.attr-nav-justified>li>a {
2748 margin-bottom: 0
2749 }
2750 }
2751
2752 .attr-nav-tabs.attr-nav-justified>li>a {
2753 margin-right: 0;
2754 border-radius: 4px
2755 }
2756
2757 .attr-nav-tabs.attr-nav-justified>.attr-active>a,.attr-nav-tabs.attr-nav-justified>.attr-active>a:focus,.attr-nav-tabs.attr-nav-justified>.attr-active>a:hover {
2758 border: 1px solid #ddd
2759 }
2760
2761 @media (min-width: 768px) {
2762 .attr-nav-tabs.attr-nav-justified>li>a {
2763 border-bottom:1px solid #ddd;
2764 border-radius: 4px 4px 0 0
2765 }
2766
2767 .attr-nav-tabs.attr-nav-justified>.attr-active>a,.attr-nav-tabs.attr-nav-justified>.attr-active>a:focus,.attr-nav-tabs.attr-nav-justified>.attr-active>a:hover {
2768 border-bottom-color: #fff
2769 }
2770 }
2771
2772 .attr-nav-pills>li {
2773 float: left
2774 }
2775
2776 .attr-nav-pills>li>a {
2777 border-radius: 4px
2778 }
2779
2780 .attr-nav-pills>li+li {
2781 margin-left: 2px
2782 }
2783
2784 .attr-nav-pills>li.attr-active>a,.attr-nav-pills>li.attr-active>a:focus,.attr-nav-pills>li.attr-active>a:hover {
2785 color: #fff;
2786 background-color: #337ab7
2787 }
2788
2789 .attr-nav-stacked>li {
2790 float: none
2791 }
2792
2793 .attr-nav-stacked>li+li {
2794 margin-top: 2px;
2795 margin-left: 0
2796 }
2797
2798 .attr-nav-justified {
2799 width: 100%
2800 }
2801
2802 .attr-nav-justified>li {
2803 float: none
2804 }
2805
2806 .attr-nav-justified>li>a {
2807 margin-bottom: 5px;
2808 text-align: center
2809 }
2810
2811 .attr-nav-justified>.attr-dropdown .attr-dropdown-menu {
2812 top: auto;
2813 left: auto
2814 }
2815
2816 @media (min-width: 768px) {
2817 .attr-nav-justified>li {
2818 display:table-cell;
2819 width: 1%
2820 }
2821
2822 .attr-nav-justified>li>a {
2823 margin-bottom: 0
2824 }
2825 }
2826
2827 .attr-nav-tabs-justified {
2828 border-bottom: 0
2829 }
2830
2831 .attr-nav-tabs-justified>li>a {
2832 margin-right: 0;
2833 border-radius: 4px
2834 }
2835
2836 .attr-nav-tabs-justified>.attr-active>a,.attr-nav-tabs-justified>.attr-active>a:focus,.attr-nav-tabs-justified>.attr-active>a:hover {
2837 border: 1px solid #ddd
2838 }
2839
2840 @media (min-width: 768px) {
2841 .attr-nav-tabs-justified>li>a {
2842 border-bottom:1px solid #ddd;
2843 border-radius: 4px 4px 0 0
2844 }
2845
2846 .attr-nav-tabs-justified>.attr-active>a,.attr-nav-tabs-justified>.attr-active>a:focus,.attr-nav-tabs-justified>.attr-active>a:hover {
2847 border-bottom-color: #fff
2848 }
2849 }
2850
2851 .attr-tab-content>.attr-tab-pane {
2852 display: none
2853 }
2854
2855 .attr-tab-content>.attr-active {
2856 display: block
2857 }
2858
2859 .attr-nav-tabs .attr-dropdown-menu {
2860 margin-top: -1px;
2861 border-top-left-radius: 0;
2862 border-top-right-radius: 0
2863 }
2864
2865 .attr-navbar {
2866 position: relative;
2867 min-height: 50px;
2868 margin-bottom: 20px;
2869 border: 1px solid transparent
2870 }
2871
2872 @media (min-width: 768px) {
2873 .attr-navbar {
2874 border-radius:4px
2875 }
2876 }
2877
2878 @media (min-width: 768px) {
2879 .attr-navbar-header {
2880 float:left
2881 }
2882 }
2883
2884 .attr-navbar-collapse {
2885 padding-right: 15px;
2886 padding-left: 15px;
2887 overflow-x: visible;
2888 -webkit-overflow-scrolling: touch;
2889 border-top: 1px solid transparent;
2890 -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
2891 box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
2892 }
2893
2894 .attr-navbar-collapse.attr-in {
2895 overflow-y: auto
2896 }
2897
2898 @media (min-width: 768px) {
2899 .attr-navbar-collapse {
2900 width:auto;
2901 border-top: 0;
2902 -webkit-box-shadow: none;
2903 box-shadow: none
2904 }
2905
2906 .attr-navbar-collapse.attr-collapse {
2907 display: block!important;
2908 height: auto!important;
2909 padding-bottom: 0;
2910 overflow: visible!important
2911 }
2912
2913 .attr-navbar-collapse.attr-in {
2914 overflow-y: visible
2915 }
2916
2917 .attr-navbar-fixed-bottom .attr-navbar-collapse,.attr-navbar-fixed-top .attr-navbar-collapse,.attr-navbar-static-top .attr-navbar-collapse {
2918 padding-right: 0;
2919 padding-left: 0
2920 }
2921 }
2922
2923 .attr-navbar-fixed-bottom .attr-navbar-collapse,.attr-navbar-fixed-top .attr-navbar-collapse {
2924 max-height: 340px
2925 }
2926
2927 @media (max-device-width: 480px) and (orientation:landscape) {
2928 .attr-navbar-fixed-bottom .attr-navbar-collapse,.attr-navbar-fixed-top .attr-navbar-collapse {
2929 max-height:200px
2930 }
2931 }
2932
2933 .attr-container-fluid>.attr-navbar-collapse,.attr-container-fluid>.attr-navbar-header,.attr-container>.attr-navbar-collapse,.attr-container>.attr-navbar-header {
2934 margin-right: -15px;
2935 margin-left: -15px
2936 }
2937
2938 @media (min-width: 768px) {
2939 .attr-container-fluid>.attr-navbar-collapse,.attr-container-fluid>.attr-navbar-header,.attr-container>.attr-navbar-collapse,.attr-container>.attr-navbar-header {
2940 margin-right:0;
2941 margin-left: 0
2942 }
2943 }
2944
2945 .attr-navbar-static-top {
2946 z-index: 1000;
2947 border-width: 0 0 1px
2948 }
2949
2950 @media (min-width: 768px) {
2951 .attr-navbar-static-top {
2952 border-radius:0
2953 }
2954 }
2955
2956 .attr-navbar-fixed-bottom,.attr-navbar-fixed-top {
2957 position: fixed;
2958 right: 0;
2959 left: 0;
2960 z-index: 1030
2961 }
2962
2963 @media (min-width: 768px) {
2964 .attr-navbar-fixed-bottom,.attr-navbar-fixed-top {
2965 border-radius:0
2966 }
2967 }
2968
2969 .attr-navbar-fixed-top {
2970 top: 0;
2971 border-width: 0 0 1px
2972 }
2973
2974 .attr-navbar-fixed-bottom {
2975 bottom: 0;
2976 margin-bottom: 0;
2977 border-width: 1px 0 0
2978 }
2979
2980 .attr-navbar-brand {
2981 float: left;
2982 height: 50px;
2983 padding: 15px 15px;
2984 font-size: 18px;
2985 line-height: 20px
2986 }
2987
2988 .attr-navbar-brand:focus,.attr-navbar-brand:hover {
2989 text-decoration: none
2990 }
2991
2992 .attr-navbar-brand>img {
2993 display: block
2994 }
2995
2996 @media (min-width: 768px) {
2997 .attr-navbar>.attr-container .attr-navbar-brand,.attr-navbar>.attr-container-fluid .attr-navbar-brand {
2998 margin-left:-15px
2999 }
3000 }
3001
3002 .attr-navbar-toggle {
3003 position: relative;
3004 float: right;
3005 padding: 9px 10px;
3006 margin-top: 8px;
3007 margin-right: 15px;
3008 margin-bottom: 8px;
3009 background-color: transparent;
3010 background-image: none;
3011 border: 1px solid transparent;
3012 border-radius: 4px
3013 }
3014
3015 .attr-navbar-toggle:focus {
3016 outline: 0
3017 }
3018
3019 .attr-navbar-toggle .attr-icon-bar {
3020 display: block;
3021 width: 22px;
3022 height: 2px;
3023 border-radius: 1px
3024 }
3025
3026 .attr-navbar-toggle .attr-icon-bar+.attr-icon-bar {
3027 margin-top: 4px
3028 }
3029
3030 @media (min-width: 768px) {
3031 .attr-navbar-toggle {
3032 display:none
3033 }
3034 }
3035
3036 .attr-navbar-nav {
3037 margin: 7.5px -15px
3038 }
3039
3040 .attr-navbar-nav>li>a {
3041 padding-top: 10px;
3042 padding-bottom: 10px;
3043 line-height: 20px
3044 }
3045
3046 @media (max-width: 767px) {
3047 .attr-navbar-nav .attr-open .attr-dropdown-menu {
3048 position:static;
3049 float: none;
3050 width: auto;
3051 margin-top: 0;
3052 background-color: transparent;
3053 border: 0;
3054 -webkit-box-shadow: none;
3055 box-shadow: none
3056 }
3057
3058 .attr-navbar-nav .attr-open .attr-dropdown-menu .attr-dropdown-header,.attr-navbar-nav .attr-open .attr-dropdown-menu>li>a {
3059 padding: 5px 15px 5px 25px
3060 }
3061
3062 .attr-navbar-nav .attr-open .attr-dropdown-menu>li>a {
3063 line-height: 20px
3064 }
3065
3066 .attr-navbar-nav .attr-open .attr-dropdown-menu>li>a:focus,.attr-navbar-nav .attr-open .attr-dropdown-menu>li>a:hover {
3067 background-image: none
3068 }
3069 }
3070
3071 @media (min-width: 768px) {
3072 .attr-navbar-nav {
3073 float:left;
3074 margin: 0
3075 }
3076
3077 .attr-navbar-nav>li {
3078 float: left
3079 }
3080
3081 .attr-navbar-nav>li>a {
3082 padding-top: 15px;
3083 padding-bottom: 15px
3084 }
3085 }
3086
3087 .attr-navbar-form {
3088 padding: 10px 15px;
3089 margin-top: 8px;
3090 margin-right: -15px;
3091 margin-bottom: 8px;
3092 margin-left: -15px;
3093 border-top: 1px solid transparent;
3094 border-bottom: 1px solid transparent;
3095 -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
3096 box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)
3097 }
3098
3099 @media (min-width: 768px) {
3100 .attr-navbar-form .attr-form-group {
3101 display:inline-block;
3102 margin-bottom: 0;
3103 vertical-align: middle
3104 }
3105
3106 .attr-navbar-form .attr-form-control {
3107 display: inline-block;
3108 width: auto;
3109 vertical-align: middle
3110 }
3111
3112 .attr-navbar-form .attr-form-control-static {
3113 display: inline-block
3114 }
3115
3116 .attr-navbar-form .attr-input-group {
3117 display: inline-table;
3118 vertical-align: middle
3119 }
3120
3121 .attr-navbar-form .attr-input-group .attr-form-control,.attr-navbar-form .attr-input-group .attr-input-group-addon,.attr-navbar-form .attr-input-group .attr-input-group-btn {
3122 width: auto
3123 }
3124
3125 .attr-navbar-form .attr-input-group>.attr-form-control {
3126 width: 100%
3127 }
3128
3129 .attr-navbar-form .attr-control-label {
3130 margin-bottom: 0;
3131 vertical-align: middle
3132 }
3133
3134 .attr-navbar-form .attr-checkbox,.attr-navbar-form .attr-radio {
3135 display: inline-block;
3136 margin-top: 0;
3137 margin-bottom: 0;
3138 vertical-align: middle
3139 }
3140
3141 .attr-navbar-form .attr-checkbox label,.attr-navbar-form .attr-radio label {
3142 padding-left: 0
3143 }
3144
3145 .attr-navbar-form .attr-checkbox input[type=checkbox],.attr-navbar-form .attr-radio input[type=radio] {
3146 position: relative;
3147 margin-left: 0
3148 }
3149
3150 .attr-navbar-form .attr-has-feedback .attr-form-control-feedback {
3151 top: 0
3152 }
3153 }
3154
3155 @media (max-width: 767px) {
3156 .attr-navbar-form .attr-form-group {
3157 margin-bottom:5px
3158 }
3159
3160 .attr-navbar-form .attr-form-group:last-child {
3161 margin-bottom: 0
3162 }
3163 }
3164
3165 @media (min-width: 768px) {
3166 .attr-navbar-form {
3167 width:auto;
3168 padding-top: 0;
3169 padding-bottom: 0;
3170 margin-right: 0;
3171 margin-left: 0;
3172 border: 0;
3173 -webkit-box-shadow: none;
3174 box-shadow: none
3175 }
3176 }
3177
3178 .attr-navbar-nav>li>.attr-dropdown-menu {
3179 margin-top: 0;
3180 border-top-left-radius: 0;
3181 border-top-right-radius: 0
3182 }
3183
3184 .attr-navbar-fixed-bottom .attr-navbar-nav>li>.attr-dropdown-menu {
3185 margin-bottom: 0;
3186 border-top-left-radius: 4px;
3187 border-top-right-radius: 4px;
3188 border-bottom-right-radius: 0;
3189 border-bottom-left-radius: 0
3190 }
3191
3192 .attr-navbar-btn {
3193 margin-top: 8px;
3194 margin-bottom: 8px
3195 }
3196
3197 .attr-navbar-btn.attr-btn-sm {
3198 margin-top: 10px;
3199 margin-bottom: 10px
3200 }
3201
3202 .attr-navbar-btn.attr-btn-xs {
3203 margin-top: 14px;
3204 margin-bottom: 14px
3205 }
3206
3207 .attr-navbar-text {
3208 margin-top: 15px;
3209 margin-bottom: 15px
3210 }
3211
3212 @media (min-width: 768px) {
3213 .attr-navbar-text {
3214 float:left;
3215 margin-right: 15px;
3216 margin-left: 15px
3217 }
3218 }
3219
3220 @media (min-width: 768px) {
3221 .attr-navbar-left {
3222 float:left!important
3223 }
3224
3225 .attr-navbar-right {
3226 float: right!important;
3227 margin-right: -15px
3228 }
3229
3230 .attr-navbar-right~.attr-navbar-right {
3231 margin-right: 0
3232 }
3233 }
3234
3235 .attr-navbar-default {
3236 background-color: #f8f8f8;
3237 border-color: #e7e7e7
3238 }
3239
3240 .attr-navbar-default .attr-navbar-brand {
3241 color: #777
3242 }
3243
3244 .attr-navbar-default .attr-navbar-brand:focus,.attr-navbar-default .attr-navbar-brand:hover {
3245 color: #5e5e5e;
3246 background-color: transparent
3247 }
3248
3249 .attr-navbar-default .attr-navbar-text {
3250 color: #777
3251 }
3252
3253 .attr-navbar-default .attr-navbar-nav>li>a {
3254 color: #777
3255 }
3256
3257 .attr-navbar-default .attr-navbar-nav>li>a:focus,.attr-navbar-default .attr-navbar-nav>li>a:hover {
3258 color: #333;
3259 background-color: transparent
3260 }
3261
3262 .attr-navbar-default .attr-navbar-nav>.attr-active>a,.attr-navbar-default .attr-navbar-nav>.attr-active>a:focus,.attr-navbar-default .attr-navbar-nav>.attr-active>a:hover {
3263 color: #555;
3264 background-color: #e7e7e7
3265 }
3266
3267 .attr-navbar-default .attr-navbar-nav>.attr-disabled>a,.attr-navbar-default .attr-navbar-nav>.attr-disabled>a:focus,.attr-navbar-default .attr-navbar-nav>.attr-disabled>a:hover {
3268 color: #ccc;
3269 background-color: transparent
3270 }
3271
3272 .attr-navbar-default .attr-navbar-toggle {
3273 border-color: #ddd
3274 }
3275
3276 .attr-navbar-default .attr-navbar-toggle:focus,.attr-navbar-default .attr-navbar-toggle:hover {
3277 background-color: #ddd
3278 }
3279
3280 .attr-navbar-default .attr-navbar-toggle .attr-icon-bar {
3281 background-color: #888
3282 }
3283
3284 .attr-navbar-default .attr-navbar-collapse,.attr-navbar-default .attr-navbar-form {
3285 border-color: #e7e7e7
3286 }
3287
3288 .attr-navbar-default .attr-navbar-nav>.attr-open>a,.attr-navbar-default .attr-navbar-nav>.attr-open>a:focus,.attr-navbar-default .attr-navbar-nav>.attr-open>a:hover {
3289 color: #555;
3290 background-color: #e7e7e7
3291 }
3292
3293 @media (max-width: 767px) {
3294 .attr-navbar-default .attr-navbar-nav .attr-open .attr-dropdown-menu>li>a {
3295 color:#777
3296 }
3297
3298 .attr-navbar-default .attr-navbar-nav .attr-open .attr-dropdown-menu>li>a:focus,.attr-navbar-default .attr-navbar-nav .attr-open .attr-dropdown-menu>li>a:hover {
3299 color: #333;
3300 background-color: transparent
3301 }
3302
3303 .attr-navbar-default .attr-navbar-nav .attr-open .attr-dropdown-menu>.attr-active>a,.attr-navbar-default .attr-navbar-nav .attr-open .attr-dropdown-menu>.attr-active>a:focus,.attr-navbar-default .attr-navbar-nav .attr-open .attr-dropdown-menu>.attr-active>a:hover {
3304 color: #555;
3305 background-color: #e7e7e7
3306 }
3307
3308 .attr-navbar-default .attr-navbar-nav .attr-open .attr-dropdown-menu>.attr-disabled>a,.attr-navbar-default .attr-navbar-nav .attr-open .attr-dropdown-menu>.attr-disabled>a:focus,.attr-navbar-default .attr-navbar-nav .attr-open .attr-dropdown-menu>.attr-disabled>a:hover {
3309 color: #ccc;
3310 background-color: transparent
3311 }
3312 }
3313
3314 .attr-navbar-default .attr-navbar-link {
3315 color: #777
3316 }
3317
3318 .attr-navbar-default .attr-navbar-link:hover {
3319 color: #333
3320 }
3321
3322 .attr-navbar-default .attr-btn-link {
3323 color: #777
3324 }
3325
3326 .attr-navbar-default .attr-btn-link:focus,.attr-navbar-default .attr-btn-link:hover {
3327 color: #333
3328 }
3329
3330 .attr-navbar-default .attr-btn-link[disabled]:focus,.attr-navbar-default .attr-btn-link[disabled]:hover,fieldset[disabled] .attr-navbar-default .attr-btn-link:focus,fieldset[disabled] .attr-navbar-default .attr-btn-link:hover {
3331 color: #ccc
3332 }
3333
3334 .attr-navbar-inverse {
3335 background-color: #222;
3336 border-color: #080808
3337 }
3338
3339 .attr-navbar-inverse .attr-navbar-brand {
3340 color: #9d9d9d
3341 }
3342
3343 .attr-navbar-inverse .attr-navbar-brand:focus,.attr-navbar-inverse .attr-navbar-brand:hover {
3344 color: #fff;
3345 background-color: transparent
3346 }
3347
3348 .attr-navbar-inverse .attr-navbar-text {
3349 color: #9d9d9d
3350 }
3351
3352 .attr-navbar-inverse .attr-navbar-nav>li>a {
3353 color: #9d9d9d
3354 }
3355
3356 .attr-navbar-inverse .attr-navbar-nav>li>a:focus,.attr-navbar-inverse .attr-navbar-nav>li>a:hover {
3357 color: #fff;
3358 background-color: transparent
3359 }
3360
3361 .attr-navbar-inverse .attr-navbar-nav>.attr-active>a,.attr-navbar-inverse .attr-navbar-nav>.attr-active>a:focus,.attr-navbar-inverse .attr-navbar-nav>.attr-active>a:hover {
3362 color: #fff;
3363 background-color: #080808
3364 }
3365
3366 .attr-navbar-inverse .attr-navbar-nav>.attr-disabled>a,.attr-navbar-inverse .attr-navbar-nav>.attr-disabled>a:focus,.attr-navbar-inverse .attr-navbar-nav>.attr-disabled>a:hover {
3367 color: #444;
3368 background-color: transparent
3369 }
3370
3371 .attr-navbar-inverse .attr-navbar-toggle {
3372 border-color: #333
3373 }
3374
3375 .attr-navbar-inverse .attr-navbar-toggle:focus,.attr-navbar-inverse .attr-navbar-toggle:hover {
3376 background-color: #333
3377 }
3378
3379 .attr-navbar-inverse .attr-navbar-toggle .attr-icon-bar {
3380 background-color: #fff
3381 }
3382
3383 .attr-navbar-inverse .attr-navbar-collapse,.attr-navbar-inverse .attr-navbar-form {
3384 border-color: #101010
3385 }
3386
3387 .attr-navbar-inverse .attr-navbar-nav>.attr-open>a,.attr-navbar-inverse .attr-navbar-nav>.attr-open>a:focus,.attr-navbar-inverse .attr-navbar-nav>.attr-open>a:hover {
3388 color: #fff;
3389 background-color: #080808
3390 }
3391
3392 @media (max-width: 767px) {
3393 .attr-navbar-inverse .attr-navbar-nav .attr-open .attr-dropdown-menu>.attr-dropdown-header {
3394 border-color:#080808
3395 }
3396
3397 .attr-navbar-inverse .attr-navbar-nav .attr-open .attr-dropdown-menu .attr-divider {
3398 background-color: #080808
3399 }
3400
3401 .attr-navbar-inverse .attr-navbar-nav .attr-open .attr-dropdown-menu>li>a {
3402 color: #9d9d9d
3403 }
3404
3405 .attr-navbar-inverse .attr-navbar-nav .attr-open .attr-dropdown-menu>li>a:focus,.attr-navbar-inverse .attr-navbar-nav .attr-open .attr-dropdown-menu>li>a:hover {
3406 color: #fff;
3407 background-color: transparent
3408 }
3409
3410 .attr-navbar-inverse .attr-navbar-nav .attr-open .attr-dropdown-menu>.attr-active>a,.attr-navbar-inverse .attr-navbar-nav .attr-open .attr-dropdown-menu>.attr-active>a:focus,.attr-navbar-inverse .attr-navbar-nav .attr-open .attr-dropdown-menu>.attr-active>a:hover {
3411 color: #fff;
3412 background-color: #080808
3413 }
3414
3415 .attr-navbar-inverse .attr-navbar-nav .attr-open .attr-dropdown-menu>.attr-disabled>a,.attr-navbar-inverse .attr-navbar-nav .attr-open .attr-dropdown-menu>.attr-disabled>a:focus,.attr-navbar-inverse .attr-navbar-nav .attr-open .attr-dropdown-menu>.attr-disabled>a:hover {
3416 color: #444;
3417 background-color: transparent
3418 }
3419 }
3420
3421 .attr-navbar-inverse .attr-navbar-link {
3422 color: #9d9d9d
3423 }
3424
3425 .attr-navbar-inverse .attr-navbar-link:hover {
3426 color: #fff
3427 }
3428
3429 .attr-navbar-inverse .attr-btn-link {
3430 color: #9d9d9d
3431 }
3432
3433 .attr-navbar-inverse .attr-btn-link:focus,.attr-navbar-inverse .attr-btn-link:hover {
3434 color: #fff
3435 }
3436
3437 .attr-navbar-inverse .attr-btn-link[disabled]:focus,.attr-navbar-inverse .attr-btn-link[disabled]:hover,fieldset[disabled] .attr-navbar-inverse .attr-btn-link:focus,fieldset[disabled] .attr-navbar-inverse .attr-btn-link:hover {
3438 color: #444
3439 }
3440
3441 .attr-breadcrumb {
3442 padding: 8px 15px;
3443 margin-bottom: 20px;
3444 list-style: none;
3445 background-color: #f5f5f5;
3446 border-radius: 4px
3447 }
3448
3449 .attr-breadcrumb>li {
3450 display: inline-block
3451 }
3452
3453 .attr-breadcrumb>li+li:before {
3454 padding: 0 5px;
3455 color: #ccc;
3456 content: "/\00a0"
3457 }
3458
3459 .attr-breadcrumb>.attr-active {
3460 color: #777
3461 }
3462
3463 .attr-pagination {
3464 display: inline-block;
3465 padding-left: 0;
3466 margin: 20px 0;
3467 border-radius: 4px
3468 }
3469
3470 .attr-pagination>li {
3471 display: inline
3472 }
3473
3474 .attr-pagination>li>a,.attr-pagination>li>span {
3475 position: relative;
3476 float: left;
3477 padding: 6px 12px;
3478 margin-left: -1px;
3479 line-height: 1.42857143;
3480 color: #337ab7;
3481 text-decoration: none;
3482 background-color: #fff;
3483 border: 1px solid #ddd
3484 }
3485
3486 .attr-pagination>li:first-child>a,.attr-pagination>li:first-child>span {
3487 margin-left: 0;
3488 border-top-left-radius: 4px;
3489 border-bottom-left-radius: 4px
3490 }
3491
3492 .attr-pagination>li:last-child>a,.attr-pagination>li:last-child>span {
3493 border-top-right-radius: 4px;
3494 border-bottom-right-radius: 4px
3495 }
3496
3497 .attr-pagination>li>a:focus,.attr-pagination>li>a:hover,.attr-pagination>li>span:focus,.attr-pagination>li>span:hover {
3498 z-index: 2;
3499 color: #23527c;
3500 background-color: #eee;
3501 border-color: #ddd
3502 }
3503
3504 .attr-pagination>.attr-active>a,.attr-pagination>.attr-active>a:focus,.attr-pagination>.attr-active>a:hover,.attr-pagination>.attr-active>span,.attr-pagination>.attr-active>span:focus,.attr-pagination>.attr-active>span:hover {
3505 z-index: 3;
3506 color: #fff;
3507 cursor: default;
3508 background-color: #337ab7;
3509 border-color: #337ab7
3510 }
3511
3512 .attr-pagination>.attr-disabled>a,.attr-pagination>.attr-disabled>a:focus,.attr-pagination>.attr-disabled>a:hover,.attr-pagination>.attr-disabled>span,.attr-pagination>.attr-disabled>span:focus,.attr-pagination>.attr-disabled>span:hover {
3513 color: #777;
3514 cursor: not-allowed;
3515 background-color: #fff;
3516 border-color: #ddd
3517 }
3518
3519 .attr-pagination-lg>li>a,.attr-pagination-lg>li>span {
3520 padding: 10px 16px;
3521 font-size: 18px;
3522 line-height: 1.3333333
3523 }
3524
3525 .attr-pagination-lg>li:first-child>a,.attr-pagination-lg>li:first-child>span {
3526 border-top-left-radius: 6px;
3527 border-bottom-left-radius: 6px
3528 }
3529
3530 .attr-pagination-lg>li:last-child>a,.attr-pagination-lg>li:last-child>span {
3531 border-top-right-radius: 6px;
3532 border-bottom-right-radius: 6px
3533 }
3534
3535 .attr-pagination-sm>li>a,.attr-pagination-sm>li>span {
3536 padding: 5px 10px;
3537 font-size: 12px;
3538 line-height: 1.5
3539 }
3540
3541 .attr-pagination-sm>li:first-child>a,.attr-pagination-sm>li:first-child>span {
3542 border-top-left-radius: 3px;
3543 border-bottom-left-radius: 3px
3544 }
3545
3546 .attr-pagination-sm>li:last-child>a,.attr-pagination-sm>li:last-child>span {
3547 border-top-right-radius: 3px;
3548 border-bottom-right-radius: 3px
3549 }
3550
3551 .attr-pager {
3552 padding-left: 0;
3553 margin: 20px 0;
3554 text-align: center;
3555 list-style: none
3556 }
3557
3558 .attr-pager li {
3559 display: inline
3560 }
3561
3562 .attr-pager li>a,.attr-pager li>span {
3563 display: inline-block;
3564 padding: 5px 14px;
3565 background-color: #fff;
3566 border: 1px solid #ddd;
3567 border-radius: 15px
3568 }
3569
3570 .attr-pager li>a:focus,.attr-pager li>a:hover {
3571 text-decoration: none;
3572 background-color: #eee
3573 }
3574
3575 .attr-pager .attr-next>a,.attr-pager .attr-next>span {
3576 float: right
3577 }
3578
3579 .attr-pager .attr-previous>a,.attr-pager .attr-previous>span {
3580 float: left
3581 }
3582
3583 .attr-pager .attr-disabled>a,.attr-pager .attr-disabled>a:focus,.attr-pager .attr-disabled>a:hover,.attr-pager .attr-disabled>span {
3584 color: #777;
3585 cursor: not-allowed;
3586 background-color: #fff
3587 }
3588
3589 .attr-label {
3590 display: inline;
3591 padding: .2em .6em .3em;
3592 font-size: 75%;
3593 font-weight: 700;
3594 line-height: 1;
3595 color: #fff;
3596 text-align: center;
3597 white-space: nowrap;
3598 vertical-align: baseline;
3599 border-radius: .25em
3600 }
3601
3602 a.attr-label:focus,a.attr-label:hover {
3603 color: #fff;
3604 text-decoration: none;
3605 cursor: pointer
3606 }
3607
3608 .attr-label:empty {
3609 display: none
3610 }
3611
3612 .attr-btn .attr-label {
3613 position: relative;
3614 top: -1px
3615 }
3616
3617 .attr-label-default {
3618 background-color: #777
3619 }
3620
3621 .attr-label-default[href]:focus,.attr-label-default[href]:hover {
3622 background-color: #5e5e5e
3623 }
3624
3625 .attr-label-primary {
3626 background-color: #337ab7
3627 }
3628
3629 .attr-label-primary[href]:focus,.attr-label-primary[href]:hover {
3630 background-color: #286090
3631 }
3632
3633 .attr-label-success {
3634 background-color: #5cb85c
3635 }
3636
3637 .attr-label-success[href]:focus,.attr-label-success[href]:hover {
3638 background-color: #449d44
3639 }
3640
3641 .attr-label-info {
3642 background-color: #5bc0de
3643 }
3644
3645 .attr-label-info[href]:focus,.attr-label-info[href]:hover {
3646 background-color: #31b0d5
3647 }
3648
3649 .attr-label-warning {
3650 background-color: #f0ad4e
3651 }
3652
3653 .attr-label-warning[href]:focus,.attr-label-warning[href]:hover {
3654 background-color: #ec971f
3655 }
3656
3657 .attr-label-danger {
3658 background-color: #d9534f
3659 }
3660
3661 .attr-label-danger[href]:focus,.attr-label-danger[href]:hover {
3662 background-color: #c9302c
3663 }
3664
3665 .attr-badge {
3666 display: inline-block;
3667 min-width: 10px;
3668 padding: 3px 7px;
3669 font-size: 12px;
3670 font-weight: 700;
3671 line-height: 1;
3672 color: #fff;
3673 text-align: center;
3674 white-space: nowrap;
3675 vertical-align: middle;
3676 background-color: #777;
3677 border-radius: 10px
3678 }
3679
3680 .attr-badge:empty {
3681 display: none
3682 }
3683
3684 .attr-btn .attr-badge {
3685 position: relative;
3686 top: -1px
3687 }
3688
3689 .attr-btn-group-xs>.attr-btn .attr-badge,.attr-btn-xs .attr-badge {
3690 top: 0;
3691 padding: 1px 5px
3692 }
3693
3694 a.attr-badge:focus,a.attr-badge:hover {
3695 color: #fff;
3696 text-decoration: none;
3697 cursor: pointer
3698 }
3699
3700 .attr-list-group-item.attr-active>.attr-badge,.attr-nav-pills>.attr-active>a>.attr-badge {
3701 color: #337ab7;
3702 background-color: #fff
3703 }
3704
3705 .attr-list-group-item>.attr-badge {
3706 float: right
3707 }
3708
3709 .attr-list-group-item>.attr-badge+.attr-badge {
3710 margin-right: 5px
3711 }
3712
3713 .attr-nav-pills>li>a>.attr-badge {
3714 margin-left: 3px
3715 }
3716
3717 .attr-jumbotron {
3718 padding-top: 30px;
3719 padding-bottom: 30px;
3720 margin-bottom: 30px;
3721 color: inherit;
3722 background-color: #eee
3723 }
3724
3725 .attr-jumbotron .attr-h1,.attr-jumbotron h1 {
3726 color: inherit
3727 }
3728
3729 .attr-jumbotron p {
3730 margin-bottom: 15px;
3731 font-size: 21px;
3732 font-weight: 200
3733 }
3734
3735 .attr-jumbotron>hr {
3736 border-top-color: #d5d5d5
3737 }
3738
3739 .attr-container .attr-jumbotron,.attr-container-fluid .attr-jumbotron {
3740 padding-right: 15px;
3741 padding-left: 15px;
3742 border-radius: 6px
3743 }
3744
3745 .attr-jumbotron .attr-container {
3746 max-width: 100%
3747 }
3748
3749 @media screen and (min-width: 768px) {
3750 .attr-jumbotron {
3751 padding-top:48px;
3752 padding-bottom: 48px
3753 }
3754
3755 .attr-container .attr-jumbotron,.attr-container-fluid .attr-jumbotron {
3756 padding-right: 60px;
3757 padding-left: 60px
3758 }
3759
3760 .attr-jumbotron .attr-h1,.attr-jumbotron h1 {
3761 font-size: 63px
3762 }
3763 }
3764
3765 .attr-thumbnail {
3766 display: block;
3767 padding: 4px;
3768 margin-bottom: 20px;
3769 line-height: 1.42857143;
3770 background-color: #fff;
3771 border: 1px solid #ddd;
3772 border-radius: 4px;
3773 -webkit-transition: border .2s ease-in-out;
3774 transition: border .2s ease-in-out
3775 }
3776
3777 .attr-thumbnail a>img,.attr-thumbnail>img {
3778 margin-right: auto;
3779 margin-left: auto
3780 }
3781
3782 a.attr-thumbnail.attr-active,a.attr-thumbnail:focus,a.attr-thumbnail:hover {
3783 border-color: #337ab7
3784 }
3785
3786 .attr-thumbnail .attr-caption {
3787 padding: 9px;
3788 color: #333
3789 }
3790
3791 .attr-alert {
3792 padding: 15px;
3793 margin-bottom: 20px;
3794 border: 1px solid transparent;
3795 border-radius: 4px
3796 }
3797
3798 .attr-alert h4 {
3799 margin-top: 0;
3800 color: inherit
3801 }
3802
3803 .attr-alert .attr-alert-link {
3804 font-weight: 700
3805 }
3806
3807 .attr-alert>p,.attr-alert>ul {
3808 margin-bottom: 0
3809 }
3810
3811 .attr-alert>p+p {
3812 margin-top: 5px
3813 }
3814
3815 .attr-alert-dismissable,.attr-alert-dismissible {
3816 padding-right: 35px
3817 }
3818
3819 .attr-alert-dismissable .attr-close,.attr-alert-dismissible .attr-close {
3820 position: relative;
3821 top: -2px;
3822 right: -21px;
3823 color: inherit
3824 }
3825
3826 .attr-alert-success {
3827 color: #3c763d;
3828 background-color: #dff0d8;
3829 border-color: #d6e9c6
3830 }
3831
3832 .attr-alert-success hr {
3833 border-top-color: #c9e2b3
3834 }
3835
3836 .attr-alert-success .attr-alert-link {
3837 color: #2b542c
3838 }
3839
3840 .attr-alert-info {
3841 color: #31708f;
3842 background-color: #d9edf7;
3843 border-color: #bce8f1
3844 }
3845
3846 .attr-alert-info hr {
3847 border-top-color: #a6e1ec
3848 }
3849
3850 .attr-alert-info .attr-alert-link {
3851 color: #245269
3852 }
3853
3854 .attr-alert-warning {
3855 color: #8a6d3b;
3856 background-color: #fcf8e3;
3857 border-color: #faebcc
3858 }
3859
3860 .attr-alert-warning hr {
3861 border-top-color: #f7e1b5
3862 }
3863
3864 .attr-alert-warning .attr-alert-link {
3865 color: #66512c
3866 }
3867
3868 .attr-alert-danger {
3869 color: #a94442;
3870 background-color: #f2dede;
3871 border-color: #ebccd1
3872 }
3873
3874 .attr-alert-danger hr {
3875 border-top-color: #e4b9c0
3876 }
3877
3878 .attr-alert-danger .attr-alert-link {
3879 color: #843534
3880 }
3881
3882 @-webkit-keyframes progress-bar-stripes {
3883 from {
3884 background-position: 40px 0
3885 }
3886
3887 to {
3888 background-position: 0 0
3889 }
3890 }
3891
3892 @keyframes progress-bar-stripes {
3893 from {
3894 background-position: 40px 0
3895 }
3896
3897 to {
3898 background-position: 0 0
3899 }
3900 }
3901
3902 .attr-progress {
3903 height: 20px;
3904 margin-bottom: 20px;
3905 overflow: hidden;
3906 background-color: #f5f5f5;
3907 border-radius: 4px;
3908 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
3909 box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
3910 }
3911
3912 .attr-progress-bar {
3913 float: left;
3914 width: 0;
3915 height: 100%;
3916 font-size: 12px;
3917 line-height: 20px;
3918 color: #fff;
3919 text-align: center;
3920 background-color: #337ab7;
3921 -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
3922 box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
3923 -webkit-transition: width .6s ease;
3924 transition: width .6s ease
3925 }
3926
3927 .attr-progress-bar-striped,.attr-progress-striped .attr-progress-bar {
3928 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);
3929 background-size: 40px 40px
3930 }
3931
3932 .attr-progress-bar.attr-active,.attr-progress.attr-active .attr-progress-bar {
3933 -webkit-animation: progress-bar-stripes 2s linear infinite;
3934 animation: progress-bar-stripes 2s linear infinite
3935 }
3936
3937 .attr-progress-bar-success {
3938 background-color: #5cb85c
3939 }
3940
3941 .attr-progress-striped .attr-progress-bar-success {
3942 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)
3943 }
3944
3945 .attr-progress-bar-info {
3946 background-color: #5bc0de
3947 }
3948
3949 .attr-progress-striped .attr-progress-bar-info {
3950 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)
3951 }
3952
3953 .attr-progress-bar-warning {
3954 background-color: #f0ad4e
3955 }
3956
3957 .attr-progress-striped .attr-progress-bar-warning {
3958 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)
3959 }
3960
3961 .attr-progress-bar-danger {
3962 background-color: #d9534f
3963 }
3964
3965 .attr-progress-striped .attr-progress-bar-danger {
3966 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)
3967 }
3968
3969 .attr-media {
3970 margin-top: 15px
3971 }
3972
3973 .attr-media:first-child {
3974 margin-top: 0
3975 }
3976
3977 .attr-media,.attr-media-body {
3978 overflow: hidden;
3979 zoom:1}
3980
3981 .attr-media-body {
3982 width: 10000px
3983 }
3984
3985 .attr-media-object {
3986 display: block
3987 }
3988
3989 .attr-media-object.attr-img-thumbnail {
3990 max-width: none
3991 }
3992
3993 .attr-media-right,.attr-media>.attr-pull-right {
3994 padding-left: 10px
3995 }
3996
3997 .attr-media-left,.attr-media>.attr-pull-left {
3998 padding-right: 10px
3999 }
4000
4001 .attr-media-body,.attr-media-left,.attr-media-right {
4002 display: table-cell;
4003 vertical-align: top
4004 }
4005
4006 .attr-media-middle {
4007 vertical-align: middle
4008 }
4009
4010 .attr-media-bottom {
4011 vertical-align: bottom
4012 }
4013
4014 .attr-media-heading {
4015 margin-top: 0;
4016 margin-bottom: 5px
4017 }
4018
4019 .attr-media-list {
4020 padding-left: 0;
4021 list-style: none
4022 }
4023
4024 .attr-list-group {
4025 padding-left: 0;
4026 margin-bottom: 20px
4027 }
4028
4029 .attr-list-group-item {
4030 position: relative;
4031 display: block;
4032 padding: 10px 15px;
4033 margin-bottom: -1px;
4034 background-color: #fff;
4035 border: 1px solid #ddd
4036 }
4037
4038 .attr-list-group-item:first-child {
4039 border-top-left-radius: 4px;
4040 border-top-right-radius: 4px
4041 }
4042
4043 .attr-list-group-item:last-child {
4044 margin-bottom: 0;
4045 border-bottom-right-radius: 4px;
4046 border-bottom-left-radius: 4px
4047 }
4048
4049 a.attr-list-group-item,button.attr-list-group-item {
4050 color: #555
4051 }
4052
4053 a.attr-list-group-item .attr-list-group-item-heading,button.attr-list-group-item .attr-list-group-item-heading {
4054 color: #333
4055 }
4056
4057 a.attr-list-group-item:focus,a.attr-list-group-item:hover,button.attr-list-group-item:focus,button.attr-list-group-item:hover {
4058 color: #555;
4059 text-decoration: none;
4060 background-color: #f5f5f5
4061 }
4062
4063 button.attr-list-group-item {
4064 width: 100%;
4065 text-align: left
4066 }
4067
4068 .attr-list-group-item.attr-disabled,.attr-list-group-item.attr-disabled:focus,.attr-list-group-item.attr-disabled:hover {
4069 color: #777;
4070 cursor: not-allowed;
4071 background-color: #eee
4072 }
4073
4074 .attr-list-group-item.attr-disabled .attr-list-group-item-heading,.attr-list-group-item.attr-disabled:focus .attr-list-group-item-heading,.attr-list-group-item.attr-disabled:hover .attr-list-group-item-heading {
4075 color: inherit
4076 }
4077
4078 .attr-list-group-item.attr-disabled .attr-list-group-item-text,.attr-list-group-item.attr-disabled:focus .attr-list-group-item-text,.attr-list-group-item.attr-disabled:hover .attr-list-group-item-text {
4079 color: #777
4080 }
4081
4082 .attr-list-group-item.attr-active,.attr-list-group-item.attr-active:focus,.attr-list-group-item.attr-active:hover {
4083 z-index: 2;
4084 color: #fff;
4085 background-color: #337ab7;
4086 border-color: #337ab7
4087 }
4088
4089 .attr-list-group-item.attr-active .attr-list-group-item-heading,.attr-list-group-item.attr-active .attr-list-group-item-heading>.attr-small,.attr-list-group-item.attr-active .attr-list-group-item-heading>small,.attr-list-group-item.attr-active:focus .attr-list-group-item-heading,.attr-list-group-item.attr-active:focus .attr-list-group-item-heading>.attr-small,.attr-list-group-item.attr-active:focus .attr-list-group-item-heading>small,.attr-list-group-item.attr-active:hover .attr-list-group-item-heading,.attr-list-group-item.attr-active:hover .attr-list-group-item-heading>.attr-small,.attr-list-group-item.attr-active:hover .attr-list-group-item-heading>small {
4090 color: inherit
4091 }
4092
4093 .attr-list-group-item.attr-active .attr-list-group-item-text,.attr-list-group-item.attr-active:focus .attr-list-group-item-text,.attr-list-group-item.attr-active:hover .attr-list-group-item-text {
4094 color: #c7ddef
4095 }
4096
4097 .attr-list-group-item-success {
4098 color: #3c763d;
4099 background-color: #dff0d8
4100 }
4101
4102 a.attr-list-group-item-success,button.attr-list-group-item-success {
4103 color: #3c763d
4104 }
4105
4106 a.attr-list-group-item-success .attr-list-group-item-heading,button.attr-list-group-item-success .attr-list-group-item-heading {
4107 color: inherit
4108 }
4109
4110 a.attr-list-group-item-success:focus,a.attr-list-group-item-success:hover,button.attr-list-group-item-success:focus,button.attr-list-group-item-success:hover {
4111 color: #3c763d;
4112 background-color: #d0e9c6
4113 }
4114
4115 a.attr-list-group-item-success.attr-active,a.attr-list-group-item-success.attr-active:focus,a.attr-list-group-item-success.attr-active:hover,button.attr-list-group-item-success.attr-active,button.attr-list-group-item-success.attr-active:focus,button.attr-list-group-item-success.attr-active:hover {
4116 color: #fff;
4117 background-color: #3c763d;
4118 border-color: #3c763d
4119 }
4120
4121 .attr-list-group-item-info {
4122 color: #31708f;
4123 background-color: #d9edf7
4124 }
4125
4126 a.attr-list-group-item-info,button.attr-list-group-item-info {
4127 color: #31708f
4128 }
4129
4130 a.attr-list-group-item-info .attr-list-group-item-heading,button.attr-list-group-item-info .attr-list-group-item-heading {
4131 color: inherit
4132 }
4133
4134 a.attr-list-group-item-info:focus,a.attr-list-group-item-info:hover,button.attr-list-group-item-info:focus,button.attr-list-group-item-info:hover {
4135 color: #31708f;
4136 background-color: #c4e3f3
4137 }
4138
4139 a.attr-list-group-item-info.attr-active,a.attr-list-group-item-info.attr-active:focus,a.attr-list-group-item-info.attr-active:hover,button.attr-list-group-item-info.attr-active,button.attr-list-group-item-info.attr-active:focus,button.attr-list-group-item-info.attr-active:hover {
4140 color: #fff;
4141 background-color: #31708f;
4142 border-color: #31708f
4143 }
4144
4145 .attr-list-group-item-warning {
4146 color: #8a6d3b;
4147 background-color: #fcf8e3
4148 }
4149
4150 a.attr-list-group-item-warning,button.attr-list-group-item-warning {
4151 color: #8a6d3b
4152 }
4153
4154 a.attr-list-group-item-warning .attr-list-group-item-heading,button.attr-list-group-item-warning .attr-list-group-item-heading {
4155 color: inherit
4156 }
4157
4158 a.attr-list-group-item-warning:focus,a.attr-list-group-item-warning:hover,button.attr-list-group-item-warning:focus,button.attr-list-group-item-warning:hover {
4159 color: #8a6d3b;
4160 background-color: #faf2cc
4161 }
4162
4163 a.attr-list-group-item-warning.attr-active,a.attr-list-group-item-warning.attr-active:focus,a.attr-list-group-item-warning.attr-active:hover,button.attr-list-group-item-warning.attr-active,button.attr-list-group-item-warning.attr-active:focus,button.attr-list-group-item-warning.attr-active:hover {
4164 color: #fff;
4165 background-color: #8a6d3b;
4166 border-color: #8a6d3b
4167 }
4168
4169 .attr-list-group-item-danger {
4170 color: #a94442;
4171 background-color: #f2dede
4172 }
4173
4174 a.attr-list-group-item-danger,button.attr-list-group-item-danger {
4175 color: #a94442
4176 }
4177
4178 a.attr-list-group-item-danger .attr-list-group-item-heading,button.attr-list-group-item-danger .attr-list-group-item-heading {
4179 color: inherit
4180 }
4181
4182 a.attr-list-group-item-danger:focus,a.attr-list-group-item-danger:hover,button.attr-list-group-item-danger:focus,button.attr-list-group-item-danger:hover {
4183 color: #a94442;
4184 background-color: #ebcccc
4185 }
4186
4187 a.attr-list-group-item-danger.attr-active,a.attr-list-group-item-danger.attr-active:focus,a.attr-list-group-item-danger.attr-active:hover,button.attr-list-group-item-danger.attr-active,button.attr-list-group-item-danger.attr-active:focus,button.attr-list-group-item-danger.attr-active:hover {
4188 color: #fff;
4189 background-color: #a94442;
4190 border-color: #a94442
4191 }
4192
4193 .attr-list-group-item-heading {
4194 margin-top: 0;
4195 margin-bottom: 5px
4196 }
4197
4198 .attr-list-group-item-text {
4199 margin-bottom: 0;
4200 line-height: 1.3
4201 }
4202
4203 .attr-panel {
4204 margin-bottom: 20px;
4205 background-color: #fff;
4206 border: 1px solid transparent;
4207 border-radius: 4px;
4208 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
4209 box-shadow: 0 1px 1px rgba(0,0,0,.05)
4210 }
4211
4212 .attr-panel-body {
4213 padding: 15px
4214 }
4215
4216 .attr-panel-heading {
4217 padding: 10px 15px;
4218 border-bottom: 1px solid transparent;
4219 border-top-left-radius: 3px;
4220 border-top-right-radius: 3px
4221 }
4222
4223 .attr-panel-heading>.attr-dropdown .attr-dropdown-toggle {
4224 color: inherit
4225 }
4226
4227 .attr-panel-title {
4228 margin-top: 0;
4229 margin-bottom: 0;
4230 font-size: 16px;
4231 color: inherit
4232 }
4233
4234 .attr-panel-title>.attr-small,.attr-panel-title>.attr-small>a,.attr-panel-title>a,.attr-panel-title>small,.attr-panel-title>small>a {
4235 color: inherit
4236 }
4237
4238 .attr-panel-footer {
4239 padding: 10px 15px;
4240 background-color: #f5f5f5;
4241 border-top: 1px solid #ddd;
4242 border-bottom-right-radius: 3px;
4243 border-bottom-left-radius: 3px
4244 }
4245
4246 .attr-panel>.attr-list-group,.attr-panel>.attr-panel-collapse>.attr-list-group {
4247 margin-bottom: 0
4248 }
4249
4250 .attr-panel>.attr-list-group .attr-list-group-item,.attr-panel>.attr-panel-collapse>.attr-list-group .attr-list-group-item {
4251 border-width: 1px 0;
4252 border-radius: 0
4253 }
4254
4255 .attr-panel>.attr-list-group:first-child .attr-list-group-item:first-child,.attr-panel>.attr-panel-collapse>.attr-list-group:first-child .attr-list-group-item:first-child {
4256 border-top: 0;
4257 border-top-left-radius: 3px;
4258 border-top-right-radius: 3px
4259 }
4260
4261 .attr-panel>.attr-list-group:last-child .attr-list-group-item:last-child,.attr-panel>.attr-panel-collapse>.attr-list-group:last-child .attr-list-group-item:last-child {
4262 border-bottom: 0;
4263 border-bottom-right-radius: 3px;
4264 border-bottom-left-radius: 3px
4265 }
4266
4267 .attr-panel>.attr-panel-heading+.attr-panel-collapse>.attr-list-group .attr-list-group-item:first-child {
4268 border-top-left-radius: 0;
4269 border-top-right-radius: 0
4270 }
4271
4272 .attr-panel-heading+.attr-list-group .attr-list-group-item:first-child {
4273 border-top-width: 0
4274 }
4275
4276 .attr-list-group+.attr-panel-footer {
4277 border-top-width: 0
4278 }
4279
4280 .attr-panel>.attr-panel-collapse>.attr-table,.attr-panel>.attr-table,.attr-panel>.attr-table-responsive>.attr-table {
4281 margin-bottom: 0
4282 }
4283
4284 .attr-panel>.attr-panel-collapse>.attr-table caption,.attr-panel>.attr-table caption,.attr-panel>.attr-table-responsive>.attr-table caption {
4285 padding-right: 15px;
4286 padding-left: 15px
4287 }
4288
4289 .attr-panel>.attr-table-responsive:first-child>.attr-table:first-child,.attr-panel>.attr-table:first-child {
4290 border-top-left-radius: 3px;
4291 border-top-right-radius: 3px
4292 }
4293
4294 .attr-panel>.attr-table-responsive:first-child>.attr-table:first-child>tbody:first-child>tr:first-child,.attr-panel>.attr-table-responsive:first-child>.attr-table:first-child>thead:first-child>tr:first-child,.attr-panel>.attr-table:first-child>tbody:first-child>tr:first-child,.attr-panel>.attr-table:first-child>thead:first-child>tr:first-child {
4295 border-top-left-radius: 3px;
4296 border-top-right-radius: 3px
4297 }
4298
4299 .attr-panel>.attr-table-responsive:first-child>.attr-table:first-child>tbody:first-child>tr:first-child td:first-child,.attr-panel>.attr-table-responsive:first-child>.attr-table:first-child>tbody:first-child>tr:first-child th:first-child,.attr-panel>.attr-table-responsive:first-child>.attr-table:first-child>thead:first-child>tr:first-child td:first-child,.attr-panel>.attr-table-responsive:first-child>.attr-table:first-child>thead:first-child>tr:first-child th:first-child,.attr-panel>.attr-table:first-child>tbody:first-child>tr:first-child td:first-child,.attr-panel>.attr-table:first-child>tbody:first-child>tr:first-child th:first-child,.attr-panel>.attr-table:first-child>thead:first-child>tr:first-child td:first-child,.attr-panel>.attr-table:first-child>thead:first-child>tr:first-child th:first-child {
4300 border-top-left-radius: 3px
4301 }
4302
4303 .attr-panel>.attr-table-responsive:first-child>.attr-table:first-child>tbody:first-child>tr:first-child td:last-child,.attr-panel>.attr-table-responsive:first-child>.attr-table:first-child>tbody:first-child>tr:first-child th:last-child,.attr-panel>.attr-table-responsive:first-child>.attr-table:first-child>thead:first-child>tr:first-child td:last-child,.attr-panel>.attr-table-responsive:first-child>.attr-table:first-child>thead:first-child>tr:first-child th:last-child,.attr-panel>.attr-table:first-child>tbody:first-child>tr:first-child td:last-child,.attr-panel>.attr-table:first-child>tbody:first-child>tr:first-child th:last-child,.attr-panel>.attr-table:first-child>thead:first-child>tr:first-child td:last-child,.attr-panel>.attr-table:first-child>thead:first-child>tr:first-child th:last-child {
4304 border-top-right-radius: 3px
4305 }
4306
4307 .attr-panel>.attr-table-responsive:last-child>.attr-table:last-child,.attr-panel>.attr-table:last-child {
4308 border-bottom-right-radius: 3px;
4309 border-bottom-left-radius: 3px
4310 }
4311
4312 .attr-panel>.attr-table-responsive:last-child>.attr-table:last-child>tbody:last-child>tr:last-child,.attr-panel>.attr-table-responsive:last-child>.attr-table:last-child>tfoot:last-child>tr:last-child,.attr-panel>.attr-table:last-child>tbody:last-child>tr:last-child,.attr-panel>.attr-table:last-child>tfoot:last-child>tr:last-child {
4313 border-bottom-right-radius: 3px;
4314 border-bottom-left-radius: 3px
4315 }
4316
4317 .attr-panel>.attr-table-responsive:last-child>.attr-table:last-child>tbody:last-child>tr:last-child td:first-child,.attr-panel>.attr-table-responsive:last-child>.attr-table:last-child>tbody:last-child>tr:last-child th:first-child,.attr-panel>.attr-table-responsive:last-child>.attr-table:last-child>tfoot:last-child>tr:last-child td:first-child,.attr-panel>.attr-table-responsive:last-child>.attr-table:last-child>tfoot:last-child>tr:last-child th:first-child,.attr-panel>.attr-table:last-child>tbody:last-child>tr:last-child td:first-child,.attr-panel>.attr-table:last-child>tbody:last-child>tr:last-child th:first-child,.attr-panel>.attr-table:last-child>tfoot:last-child>tr:last-child td:first-child,.attr-panel>.attr-table:last-child>tfoot:last-child>tr:last-child th:first-child {
4318 border-bottom-left-radius: 3px
4319 }
4320
4321 .attr-panel>.attr-table-responsive:last-child>.attr-table:last-child>tbody:last-child>tr:last-child td:last-child,.attr-panel>.attr-table-responsive:last-child>.attr-table:last-child>tbody:last-child>tr:last-child th:last-child,.attr-panel>.attr-table-responsive:last-child>.attr-table:last-child>tfoot:last-child>tr:last-child td:last-child,.attr-panel>.attr-table-responsive:last-child>.attr-table:last-child>tfoot:last-child>tr:last-child th:last-child,.attr-panel>.attr-table:last-child>tbody:last-child>tr:last-child td:last-child,.attr-panel>.attr-table:last-child>tbody:last-child>tr:last-child th:last-child,.attr-panel>.attr-table:last-child>tfoot:last-child>tr:last-child td:last-child,.attr-panel>.attr-table:last-child>tfoot:last-child>tr:last-child th:last-child {
4322 border-bottom-right-radius: 3px
4323 }
4324
4325 .attr-panel>.attr-panel-body+.attr-table,.attr-panel>.attr-panel-body+.attr-table-responsive,.attr-panel>.attr-table+.attr-panel-body,.attr-panel>.attr-table-responsive+.attr-panel-body {
4326 border-top: 1px solid #ddd
4327 }
4328
4329 .attr-panel>.attr-table>tbody:first-child>tr:first-child td,.attr-panel>.attr-table>tbody:first-child>tr:first-child th {
4330 border-top: 0
4331 }
4332
4333 .attr-panel>.attr-table-bordered,.attr-panel>.attr-table-responsive>.attr-table-bordered {
4334 border: 0
4335 }
4336
4337 .attr-panel>.attr-table-bordered>tbody>tr>td:first-child,.attr-panel>.attr-table-bordered>tbody>tr>th:first-child,.attr-panel>.attr-table-bordered>tfoot>tr>td:first-child,.attr-panel>.attr-table-bordered>tfoot>tr>th:first-child,.attr-panel>.attr-table-bordered>thead>tr>td:first-child,.attr-panel>.attr-table-bordered>thead>tr>th:first-child,.attr-panel>.attr-table-responsive>.attr-table-bordered>tbody>tr>td:first-child,.attr-panel>.attr-table-responsive>.attr-table-bordered>tbody>tr>th:first-child,.attr-panel>.attr-table-responsive>.attr-table-bordered>tfoot>tr>td:first-child,.attr-panel>.attr-table-responsive>.attr-table-bordered>tfoot>tr>th:first-child,.attr-panel>.attr-table-responsive>.attr-table-bordered>thead>tr>td:first-child,.attr-panel>.attr-table-responsive>.attr-table-bordered>thead>tr>th:first-child {
4338 border-left: 0
4339 }
4340
4341 .attr-panel>.attr-table-bordered>tbody>tr>td:last-child,.attr-panel>.attr-table-bordered>tbody>tr>th:last-child,.attr-panel>.attr-table-bordered>tfoot>tr>td:last-child,.attr-panel>.attr-table-bordered>tfoot>tr>th:last-child,.attr-panel>.attr-table-bordered>thead>tr>td:last-child,.attr-panel>.attr-table-bordered>thead>tr>th:last-child,.attr-panel>.attr-table-responsive>.attr-table-bordered>tbody>tr>td:last-child,.attr-panel>.attr-table-responsive>.attr-table-bordered>tbody>tr>th:last-child,.attr-panel>.attr-table-responsive>.attr-table-bordered>tfoot>tr>td:last-child,.attr-panel>.attr-table-responsive>.attr-table-bordered>tfoot>tr>th:last-child,.attr-panel>.attr-table-responsive>.attr-table-bordered>thead>tr>td:last-child,.attr-panel>.attr-table-responsive>.attr-table-bordered>thead>tr>th:last-child {
4342 border-right: 0
4343 }
4344
4345 .attr-panel>.attr-table-bordered>tbody>tr:first-child>td,.attr-panel>.attr-table-bordered>tbody>tr:first-child>th,.attr-panel>.attr-table-bordered>thead>tr:first-child>td,.attr-panel>.attr-table-bordered>thead>tr:first-child>th,.attr-panel>.attr-table-responsive>.attr-table-bordered>tbody>tr:first-child>td,.attr-panel>.attr-table-responsive>.attr-table-bordered>tbody>tr:first-child>th,.attr-panel>.attr-table-responsive>.attr-table-bordered>thead>tr:first-child>td,.attr-panel>.attr-table-responsive>.attr-table-bordered>thead>tr:first-child>th {
4346 border-bottom: 0
4347 }
4348
4349 .attr-panel>.attr-table-bordered>tbody>tr:last-child>td,.attr-panel>.attr-table-bordered>tbody>tr:last-child>th,.attr-panel>.attr-table-bordered>tfoot>tr:last-child>td,.attr-panel>.attr-table-bordered>tfoot>tr:last-child>th,.attr-panel>.attr-table-responsive>.attr-table-bordered>tbody>tr:last-child>td,.attr-panel>.attr-table-responsive>.attr-table-bordered>tbody>tr:last-child>th,.attr-panel>.attr-table-responsive>.attr-table-bordered>tfoot>tr:last-child>td,.attr-panel>.attr-table-responsive>.attr-table-bordered>tfoot>tr:last-child>th {
4350 border-bottom: 0
4351 }
4352
4353 .attr-panel>.attr-table-responsive {
4354 margin-bottom: 0;
4355 border: 0
4356 }
4357
4358 .attr-panel-group {
4359 margin-bottom: 20px
4360 }
4361
4362 .attr-panel-group .attr-panel {
4363 margin-bottom: 0;
4364 border-radius: 4px
4365 }
4366
4367 .attr-panel-group .attr-panel+.attr-panel {
4368 margin-top: 5px
4369 }
4370
4371 .attr-panel-group .attr-panel-heading {
4372 border-bottom: 0
4373 }
4374
4375 .attr-panel-group .attr-panel-heading+.attr-panel-collapse>.attr-list-group,.attr-panel-group .attr-panel-heading+.attr-panel-collapse>.attr-panel-body {
4376 border-top: 1px solid #ddd
4377 }
4378
4379 .attr-panel-group .attr-panel-footer {
4380 border-top: 0
4381 }
4382
4383 .attr-panel-group .attr-panel-footer+.attr-panel-collapse .attr-panel-body {
4384 border-bottom: 1px solid #ddd
4385 }
4386
4387 .attr-panel-default {
4388 border-color: #ddd
4389 }
4390
4391 .attr-panel-default>.attr-panel-heading {
4392 color: #333;
4393 background-color: #f5f5f5;
4394 border-color: #ddd
4395 }
4396
4397 .attr-panel-default>.attr-panel-heading+.attr-panel-collapse>.attr-panel-body {
4398 border-top-color: #ddd
4399 }
4400
4401 .attr-panel-default>.attr-panel-heading .attr-badge {
4402 color: #f5f5f5;
4403 background-color: #333
4404 }
4405
4406 .attr-panel-default>.attr-panel-footer+.attr-panel-collapse>.attr-panel-body {
4407 border-bottom-color: #ddd
4408 }
4409
4410 .attr-panel-primary {
4411 border-color: #337ab7
4412 }
4413
4414 .attr-panel-primary>.attr-panel-heading {
4415 color: #fff;
4416 background-color: #337ab7;
4417 border-color: #337ab7
4418 }
4419
4420 .attr-panel-primary>.attr-panel-heading+.attr-panel-collapse>.attr-panel-body {
4421 border-top-color: #337ab7
4422 }
4423
4424 .attr-panel-primary>.attr-panel-heading .attr-badge {
4425 color: #337ab7;
4426 background-color: #fff
4427 }
4428
4429 .attr-panel-primary>.attr-panel-footer+.attr-panel-collapse>.attr-panel-body {
4430 border-bottom-color: #337ab7
4431 }
4432
4433 .attr-panel-success {
4434 border-color: #d6e9c6
4435 }
4436
4437 .attr-panel-success>.attr-panel-heading {
4438 color: #3c763d;
4439 background-color: #dff0d8;
4440 border-color: #d6e9c6
4441 }
4442
4443 .attr-panel-success>.attr-panel-heading+.attr-panel-collapse>.attr-panel-body {
4444 border-top-color: #d6e9c6
4445 }
4446
4447 .attr-panel-success>.attr-panel-heading .attr-badge {
4448 color: #dff0d8;
4449 background-color: #3c763d
4450 }
4451
4452 .attr-panel-success>.attr-panel-footer+.attr-panel-collapse>.attr-panel-body {
4453 border-bottom-color: #d6e9c6
4454 }
4455
4456 .attr-panel-info {
4457 border-color: #bce8f1
4458 }
4459
4460 .attr-panel-info>.attr-panel-heading {
4461 color: #31708f;
4462 background-color: #d9edf7;
4463 border-color: #bce8f1
4464 }
4465
4466 .attr-panel-info>.attr-panel-heading+.attr-panel-collapse>.attr-panel-body {
4467 border-top-color: #bce8f1
4468 }
4469
4470 .attr-panel-info>.attr-panel-heading .attr-badge {
4471 color: #d9edf7;
4472 background-color: #31708f
4473 }
4474
4475 .attr-panel-info>.attr-panel-footer+.attr-panel-collapse>.attr-panel-body {
4476 border-bottom-color: #bce8f1
4477 }
4478
4479 .attr-panel-warning {
4480 border-color: #faebcc
4481 }
4482
4483 .attr-panel-warning>.attr-panel-heading {
4484 color: #8a6d3b;
4485 background-color: #fcf8e3;
4486 border-color: #faebcc
4487 }
4488
4489 .attr-panel-warning>.attr-panel-heading+.attr-panel-collapse>.attr-panel-body {
4490 border-top-color: #faebcc
4491 }
4492
4493 .attr-panel-warning>.attr-panel-heading .attr-badge {
4494 color: #fcf8e3;
4495 background-color: #8a6d3b
4496 }
4497
4498 .attr-panel-warning>.attr-panel-footer+.attr-panel-collapse>.attr-panel-body {
4499 border-bottom-color: #faebcc
4500 }
4501
4502 .attr-panel-danger {
4503 border-color: #ebccd1
4504 }
4505
4506 .attr-panel-danger>.attr-panel-heading {
4507 color: #a94442;
4508 background-color: #f2dede;
4509 border-color: #ebccd1
4510 }
4511
4512 .attr-panel-danger>.attr-panel-heading+.attr-panel-collapse>.attr-panel-body {
4513 border-top-color: #ebccd1
4514 }
4515
4516 .attr-panel-danger>.attr-panel-heading .attr-badge {
4517 color: #f2dede;
4518 background-color: #a94442
4519 }
4520
4521 .attr-panel-danger>.attr-panel-footer+.attr-panel-collapse>.attr-panel-body {
4522 border-bottom-color: #ebccd1
4523 }
4524
4525 .attr-embed-responsive {
4526 position: relative;
4527 display: block;
4528 height: 0;
4529 padding: 0;
4530 overflow: hidden
4531 }
4532
4533 .attr-embed-responsive .attr-embed-responsive-item,.attr-embed-responsive embed,.attr-embed-responsive iframe,.attr-embed-responsive object,.attr-embed-responsive video {
4534 position: absolute;
4535 top: 0;
4536 bottom: 0;
4537 left: 0;
4538 width: 100%;
4539 height: 100%;
4540 border: 0
4541 }
4542
4543 .attr-embed-responsive-16by9 {
4544 padding-bottom: 56.25%
4545 }
4546
4547 .attr-embed-responsive-4by3 {
4548 padding-bottom: 75%
4549 }
4550
4551 .attr-well {
4552 min-height: 20px;
4553 padding: 19px;
4554 margin-bottom: 20px;
4555 background-color: #f5f5f5;
4556 border: 1px solid #e3e3e3;
4557 border-radius: 4px;
4558 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
4559 box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
4560 }
4561
4562 .attr-well blockquote {
4563 border-color: #ddd;
4564 border-color: rgba(0,0,0,.15)
4565 }
4566
4567 .attr-well-lg {
4568 padding: 24px;
4569 border-radius: 6px
4570 }
4571
4572 .attr-well-sm {
4573 padding: 9px;
4574 border-radius: 3px
4575 }
4576
4577 .attr-close {
4578 float: right;
4579 font-size: 21px;
4580 font-weight: 700;
4581 line-height: 1;
4582 color: #000;
4583 text-shadow: 0 1px 0 #fff;
4584 opacity: .2
4585 }
4586
4587 .attr-close:focus,.attr-close:hover {
4588 color: #000;
4589 text-decoration: none;
4590 cursor: pointer;
4591 opacity: .5
4592 }
4593
4594 button.attr-close {
4595 -webkit-appearance: none;
4596 padding: 0;
4597 cursor: pointer;
4598 background: 0 0;
4599 border: 0
4600 }
4601
4602 .attr-modal-open {
4603 overflow: hidden
4604 }
4605
4606 .attr-modal {
4607 position: fixed;
4608 top: 0;
4609 right: 0;
4610 bottom: 0;
4611 left: 0;
4612 z-index: 1050;
4613 display: none;
4614 overflow: hidden;
4615 -webkit-overflow-scrolling: touch;
4616 outline: 0
4617 }
4618
4619 .attr-modal.attr-fade .attr-modal-dialog {
4620 -webkit-transition: -webkit-transform .3s ease-out;
4621 transition: -webkit-transform .3s ease-out;
4622 transition: transform .3s ease-out;
4623 transition: transform .3s ease-out,-webkit-transform .3s ease-out;
4624 -webkit-transition: -webkit-transform .3s ease-out,-webkit-transform .3s ease-out;
4625 transition: transform .3s ease-out,-webkit-transform .3s ease-out;
4626 -webkit-transform: translate(0,-25%);
4627 transform: translate(0,-25%)
4628 }
4629
4630 .attr-modal.attr-in .attr-modal-dialog {
4631 -webkit-transform: translate(0,0);
4632 transform: translate(0,0)
4633 }
4634
4635 .attr-modal-open .attr-modal {
4636 overflow-x: hidden;
4637 overflow-y: auto
4638 }
4639
4640 .attr-modal-dialog {
4641 position: relative;
4642 width: auto;
4643 margin: 10px
4644 }
4645
4646 .attr-modal-content {
4647 position: relative;
4648 background-color: #fff;
4649 background-clip: padding-box;
4650 border: 1px solid #999;
4651 border: 1px solid rgba(0,0,0,.2);
4652 border-radius: 6px;
4653 outline: 0;
4654 -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
4655 box-shadow: 0 3px 9px rgba(0,0,0,.5)
4656 }
4657
4658 .attr-modal-backdrop {
4659 position: fixed;
4660 top: 0;
4661 right: 0;
4662 bottom: 0;
4663 left: 0;
4664 z-index: 1040;
4665 background-color: #000
4666 }
4667
4668 .attr-modal-backdrop.attr-fade {
4669 opacity: 0
4670 }
4671
4672 .attr-modal-backdrop.attr-in {
4673 opacity: .5
4674 }
4675
4676 .attr-modal-header {
4677 padding: 15px;
4678 border-bottom: 1px solid #e5e5e5
4679 }
4680
4681 .attr-modal-header .attr-close {
4682 margin-top: -2px
4683 }
4684
4685 .attr-modal-title {
4686 margin: 0;
4687 line-height: 1.42857143
4688 }
4689
4690 .attr-modal-body {
4691 position: relative;
4692 padding: 15px
4693 }
4694
4695 .attr-modal-footer {
4696 padding: 15px;
4697 text-align: right;
4698 border-top: 1px solid #e5e5e5
4699 }
4700
4701 .attr-modal-footer .attr-btn+.attr-btn {
4702 margin-bottom: 0;
4703 margin-left: 5px
4704 }
4705
4706 .attr-modal-footer .attr-btn-group .attr-btn+.attr-btn {
4707 margin-left: -1px
4708 }
4709
4710 .attr-modal-footer .attr-btn-block+.attr-btn-block {
4711 margin-left: 0
4712 }
4713
4714 .attr-modal-scrollbar-measure {
4715 position: absolute;
4716 top: -9999px;
4717 width: 50px;
4718 height: 50px;
4719 overflow: scroll
4720 }
4721
4722 @media (min-width: 768px) {
4723 .attr-modal-dialog {
4724 width:600px;
4725 margin: 30px auto
4726 }
4727
4728 .attr-modal-content {
4729 -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
4730 box-shadow: 0 5px 15px rgba(0,0,0,.5)
4731 }
4732
4733 .attr-modal-sm {
4734 width: 300px
4735 }
4736 }
4737
4738 @media (min-width: 992px) {
4739 .attr-modal-lg {
4740 width:900px
4741 }
4742 }
4743
4744 .attr-tooltip {
4745 position: absolute;
4746 z-index: 1070;
4747 display: block;
4748 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
4749 font-size: 12px;
4750 font-style: normal;
4751 font-weight: 400;
4752 line-height: 1.42857143;
4753 text-align: left;
4754 text-align: start;
4755 text-decoration: none;
4756 text-shadow: none;
4757 text-transform: none;
4758 letter-spacing: normal;
4759 word-break: normal;
4760 word-spacing: normal;
4761 word-wrap: normal;
4762 white-space: normal;
4763 opacity: 0;
4764 line-break: auto
4765 }
4766
4767 .attr-tooltip.attr-in {
4768 opacity: .9
4769 }
4770
4771 .attr-tooltip.attr-top {
4772 padding: 5px 0;
4773 margin-top: -3px
4774 }
4775
4776 .attr-tooltip.attr-right {
4777 padding: 0 5px;
4778 margin-left: 3px
4779 }
4780
4781 .attr-tooltip.attr-bottom {
4782 padding: 5px 0;
4783 margin-top: 3px
4784 }
4785
4786 .attr-tooltip.attr-left {
4787 padding: 0 5px;
4788 margin-left: -3px
4789 }
4790
4791 .attr-tooltip-inner {
4792 max-width: 200px;
4793 padding: 3px 8px;
4794 color: #fff;
4795 text-align: center;
4796 background-color: #000;
4797 border-radius: 4px
4798 }
4799
4800 .attr-tooltip-arrow {
4801 position: absolute;
4802 width: 0;
4803 height: 0;
4804 border-color: transparent;
4805 border-style: solid
4806 }
4807
4808 .attr-tooltip.attr-top .attr-tooltip-arrow {
4809 bottom: 0;
4810 left: 50%;
4811 margin-left: -5px;
4812 border-width: 5px 5px 0;
4813 border-top-color: #000
4814 }
4815
4816 .attr-tooltip.attr-top-left .attr-tooltip-arrow {
4817 right: 5px;
4818 bottom: 0;
4819 margin-bottom: -5px;
4820 border-width: 5px 5px 0;
4821 border-top-color: #000
4822 }
4823
4824 .attr-tooltip.attr-top-right .attr-tooltip-arrow {
4825 bottom: 0;
4826 left: 5px;
4827 margin-bottom: -5px;
4828 border-width: 5px 5px 0;
4829 border-top-color: #000
4830 }
4831
4832 .attr-tooltip.attr-right .attr-tooltip-arrow {
4833 top: 50%;
4834 left: 0;
4835 margin-top: -5px;
4836 border-width: 5px 5px 5px 0;
4837 border-right-color: #000
4838 }
4839
4840 .attr-tooltip.attr-left .attr-tooltip-arrow {
4841 top: 50%;
4842 right: 0;
4843 margin-top: -5px;
4844 border-width: 5px 0 5px 5px;
4845 border-left-color: #000
4846 }
4847
4848 .attr-tooltip.attr-bottom .attr-tooltip-arrow {
4849 top: 0;
4850 left: 50%;
4851 margin-left: -5px;
4852 border-width: 0 5px 5px;
4853 border-bottom-color: #000
4854 }
4855
4856 .attr-tooltip.attr-bottom-left .attr-tooltip-arrow {
4857 top: 0;
4858 right: 5px;
4859 margin-top: -5px;
4860 border-width: 0 5px 5px;
4861 border-bottom-color: #000
4862 }
4863
4864 .attr-tooltip.attr-bottom-right .attr-tooltip-arrow {
4865 top: 0;
4866 left: 5px;
4867 margin-top: -5px;
4868 border-width: 0 5px 5px;
4869 border-bottom-color: #000
4870 }
4871
4872 .attr-popover {
4873 position: absolute;
4874 top: 0;
4875 left: 0;
4876 z-index: 1060;
4877 display: none;
4878 max-width: 276px;
4879 padding: 1px;
4880 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
4881 font-size: 14px;
4882 font-style: normal;
4883 font-weight: 400;
4884 line-height: 1.42857143;
4885 text-align: left;
4886 text-align: start;
4887 text-decoration: none;
4888 text-shadow: none;
4889 text-transform: none;
4890 letter-spacing: normal;
4891 word-break: normal;
4892 word-spacing: normal;
4893 word-wrap: normal;
4894 white-space: normal;
4895 background-color: #fff;
4896 background-clip: padding-box;
4897 border: 1px solid #ccc;
4898 border: 1px solid rgba(0,0,0,.2);
4899 border-radius: 6px;
4900 -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
4901 box-shadow: 0 5px 10px rgba(0,0,0,.2);
4902 line-break: auto
4903 }
4904
4905 .attr-popover.attr-top {
4906 margin-top: -10px
4907 }
4908
4909 .attr-popover.attr-right {
4910 margin-left: 10px
4911 }
4912
4913 .attr-popover.attr-bottom {
4914 margin-top: 10px
4915 }
4916
4917 .attr-popover.attr-left {
4918 margin-left: -10px
4919 }
4920
4921 .attr-popover-title {
4922 padding: 8px 14px;
4923 margin: 0;
4924 font-size: 14px;
4925 background-color: #f7f7f7;
4926 border-bottom: 1px solid #ebebeb;
4927 border-radius: 5px 5px 0 0
4928 }
4929
4930 .attr-popover-content {
4931 padding: 9px 14px
4932 }
4933
4934 .attr-popover>.attr-arrow,.attr-popover>.attr-arrow:after {
4935 position: absolute;
4936 display: block;
4937 width: 0;
4938 height: 0;
4939 border-color: transparent;
4940 border-style: solid
4941 }
4942
4943 .attr-popover>.attr-arrow {
4944 border-width: 11px
4945 }
4946
4947 .attr-popover>.attr-arrow:after {
4948 content: "";
4949 border-width: 10px
4950 }
4951
4952 .attr-popover.attr-top>.attr-arrow {
4953 bottom: -11px;
4954 left: 50%;
4955 margin-left: -11px;
4956 border-top-color: #999;
4957 border-top-color: rgba(0,0,0,.25);
4958 border-bottom-width: 0
4959 }
4960
4961 .attr-popover.attr-top>.attr-arrow:after {
4962 bottom: 1px;
4963 margin-left: -10px;
4964 content: " ";
4965 border-top-color: #fff;
4966 border-bottom-width: 0
4967 }
4968
4969 .attr-popover.attr-right>.attr-arrow {
4970 top: 50%;
4971 left: -11px;
4972 margin-top: -11px;
4973 border-right-color: #999;
4974 border-right-color: rgba(0,0,0,.25);
4975 border-left-width: 0
4976 }
4977
4978 .attr-popover.attr-right>.attr-arrow:after {
4979 bottom: -10px;
4980 left: 1px;
4981 content: " ";
4982 border-right-color: #fff;
4983 border-left-width: 0
4984 }
4985
4986 .attr-popover.attr-bottom>.attr-arrow {
4987 top: -11px;
4988 left: 50%;
4989 margin-left: -11px;
4990 border-top-width: 0;
4991 border-bottom-color: #999;
4992 border-bottom-color: rgba(0,0,0,.25)
4993 }
4994
4995 .attr-popover.attr-bottom>.attr-arrow:after {
4996 top: 1px;
4997 margin-left: -10px;
4998 content: " ";
4999 border-top-width: 0;
5000 border-bottom-color: #fff
5001 }
5002
5003 .attr-popover.attr-left>.attr-arrow {
5004 top: 50%;
5005 right: -11px;
5006 margin-top: -11px;
5007 border-right-width: 0;
5008 border-left-color: #999;
5009 border-left-color: rgba(0,0,0,.25)
5010 }
5011
5012 .attr-popover.attr-left>.attr-arrow:after {
5013 right: 1px;
5014 bottom: -10px;
5015 content: " ";
5016 border-right-width: 0;
5017 border-left-color: #fff
5018 }
5019
5020 .attr-carousel {
5021 position: relative
5022 }
5023
5024 .attr-carousel-inner {
5025 position: relative;
5026 width: 100%;
5027 overflow: hidden
5028 }
5029
5030 .attr-carousel-inner>.attr-item {
5031 position: relative;
5032 display: none;
5033 -webkit-transition: .6s ease-in-out left;
5034 transition: .6s ease-in-out left
5035 }
5036
5037 .attr-carousel-inner>.attr-item>a>img,.attr-carousel-inner>.attr-item>img {
5038 line-height: 1
5039 }
5040
5041 @media all and (transform-3d),(-webkit-transform-3d) {
5042 .attr-carousel-inner>.attr-item {
5043 -webkit-transition: -webkit-transform .6s ease-in-out;
5044 transition: -webkit-transform .6s ease-in-out;
5045 transition: transform .6s ease-in-out;
5046 transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
5047 -webkit-transition: -webkit-transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
5048 transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
5049 -webkit-backface-visibility: hidden;
5050 backface-visibility: hidden;
5051 -webkit-perspective: 1000px;
5052 perspective: 1000px
5053 }
5054
5055 .attr-carousel-inner>.attr-item.attr-active.attr-right,.attr-carousel-inner>.attr-item.attr-next {
5056 left: 0;
5057 -webkit-transform: translate3d(100%,0,0);
5058 transform: translate3d(100%,0,0)
5059 }
5060
5061 .attr-carousel-inner>.attr-item.attr-active.attr-left,.attr-carousel-inner>.attr-item.attr-prev {
5062 left: 0;
5063 -webkit-transform: translate3d(-100%,0,0);
5064 transform: translate3d(-100%,0,0)
5065 }
5066
5067 .attr-carousel-inner>.attr-item.attr-active,.attr-carousel-inner>.attr-item.attr-next.attr-left,.attr-carousel-inner>.attr-item.attr-prev.attr-right {
5068 left: 0;
5069 -webkit-transform: translate3d(0,0,0);
5070 transform: translate3d(0,0,0)
5071 }
5072 }
5073
5074 .attr-carousel-inner>.attr-active,.attr-carousel-inner>.attr-next,.attr-carousel-inner>.attr-prev {
5075 display: block
5076 }
5077
5078 .attr-carousel-inner>.attr-active {
5079 left: 0
5080 }
5081
5082 .attr-carousel-inner>.attr-next,.attr-carousel-inner>.attr-prev {
5083 position: absolute;
5084 top: 0;
5085 width: 100%
5086 }
5087
5088 .attr-carousel-inner>.attr-next {
5089 left: 100%
5090 }
5091
5092 .attr-carousel-inner>.attr-prev {
5093 left: -100%
5094 }
5095
5096 .attr-carousel-inner>.attr-next.attr-left,.attr-carousel-inner>.attr-prev.attr-right {
5097 left: 0
5098 }
5099
5100 .attr-carousel-inner>.attr-active.attr-left {
5101 left: -100%
5102 }
5103
5104 .attr-carousel-inner>.attr-active.attr-right {
5105 left: 100%
5106 }
5107
5108 .attr-carousel-control {
5109 position: absolute;
5110 top: 0;
5111 bottom: 0;
5112 left: 0;
5113 width: 15%;
5114 font-size: 20px;
5115 color: #fff;
5116 text-align: center;
5117 text-shadow: 0 1px 2px rgba(0,0,0,.6);
5118 background-color: rgba(0,0,0,0);
5119 opacity: .5
5120 }
5121
5122 .attr-carousel-control.attr-left {
5123 background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
5124 background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
5125 background-repeat: repeat-x
5126 }
5127
5128 .attr-carousel-control.attr-right {
5129 right: 0;
5130 left: auto;
5131 background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
5132 background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
5133 background-repeat: repeat-x
5134 }
5135
5136 .attr-carousel-control:focus,.attr-carousel-control:hover {
5137 color: #fff;
5138 text-decoration: none;
5139 outline: 0;
5140 opacity: .9
5141 }
5142
5143 .attr-carousel-control .attr-glyphicon-chevron-left,.attr-carousel-control .attr-glyphicon-chevron-right,.attr-carousel-control .attr-icon-next,.attr-carousel-control .attr-icon-prev {
5144 position: absolute;
5145 top: 50%;
5146 z-index: 5;
5147 display: inline-block;
5148 margin-top: -10px
5149 }
5150
5151 .attr-carousel-control .attr-glyphicon-chevron-left,.attr-carousel-control .attr-icon-prev {
5152 left: 50%;
5153 margin-left: -10px
5154 }
5155
5156 .attr-carousel-control .attr-glyphicon-chevron-right,.attr-carousel-control .attr-icon-next {
5157 right: 50%;
5158 margin-right: -10px
5159 }
5160
5161 .attr-carousel-control .attr-icon-next,.attr-carousel-control .attr-icon-prev {
5162 width: 20px;
5163 height: 20px;
5164 font-family: serif;
5165 line-height: 1
5166 }
5167
5168 .attr-carousel-control .attr-icon-prev:before {
5169 content: '\2039'
5170 }
5171
5172 .attr-carousel-control .attr-icon-next:before {
5173 content: '\203a'
5174 }
5175
5176 .attr-carousel-indicators {
5177 position: absolute;
5178 bottom: 10px;
5179 left: 50%;
5180 z-index: 15;
5181 width: 60%;
5182 padding-left: 0;
5183 margin-left: -30%;
5184 text-align: center;
5185 list-style: none
5186 }
5187
5188 .attr-carousel-indicators li {
5189 display: inline-block;
5190 width: 10px;
5191 height: 10px;
5192 margin: 1px;
5193 text-indent: -999px;
5194 cursor: pointer;
5195 background-color: rgba(0,0,0,0);
5196 border: 1px solid #fff;
5197 border-radius: 10px
5198 }
5199
5200 .attr-carousel-indicators .attr-active {
5201 width: 12px;
5202 height: 12px;
5203 margin: 0;
5204 background-color: #fff
5205 }
5206
5207 .attr-carousel-caption {
5208 position: absolute;
5209 right: 15%;
5210 bottom: 20px;
5211 left: 15%;
5212 z-index: 10;
5213 padding-top: 20px;
5214 padding-bottom: 20px;
5215 color: #fff;
5216 text-align: center;
5217 text-shadow: 0 1px 2px rgba(0,0,0,.6)
5218 }
5219
5220 .attr-carousel-caption .attr-btn {
5221 text-shadow: none
5222 }
5223
5224 @media screen and (min-width: 768px) {
5225 .attr-carousel-control .attr-glyphicon-chevron-left,.attr-carousel-control .attr-glyphicon-chevron-right,.attr-carousel-control .attr-icon-next,.attr-carousel-control .attr-icon-prev {
5226 width:30px;
5227 height: 30px;
5228 margin-top: -10px;
5229 font-size: 30px
5230 }
5231
5232 .attr-carousel-control .attr-glyphicon-chevron-left,.attr-carousel-control .attr-icon-prev {
5233 margin-left: -10px
5234 }
5235
5236 .attr-carousel-control .attr-glyphicon-chevron-right,.attr-carousel-control .attr-icon-next {
5237 margin-right: -10px
5238 }
5239
5240 .attr-carousel-caption {
5241 right: 20%;
5242 left: 20%;
5243 padding-bottom: 30px
5244 }
5245
5246 .attr-carousel-indicators {
5247 bottom: 20px
5248 }
5249 }
5250
5251 .attr-btn-group-vertical>.attr-btn-group:after,.attr-btn-group-vertical>.attr-btn-group:before,.attr-btn-toolbar:after,.attr-btn-toolbar:before,.attr-clearfix:after,.attr-clearfix:before,.attr-container-fluid:after,.attr-container-fluid:before,.attr-container:after,.attr-container:before,.attr-dl-horizontal dd:after,.attr-dl-horizontal dd:before,.attr-form-horizontal .attr-form-group:after,.attr-form-horizontal .attr-form-group:before,.attr-modal-footer:after,.attr-modal-footer:before,.attr-modal-header:after,.attr-modal-header:before,.attr-nav:after,.attr-nav:before,.attr-navbar-collapse:after,.attr-navbar-collapse:before,.attr-navbar-header:after,.attr-navbar-header:before,.attr-navbar:after,.attr-navbar:before,.attr-pager:after,.attr-pager:before,.attr-panel-body:after,.attr-panel-body:before,.attr-row:after,.attr-row:before {
5252 display: table;
5253 content: " "
5254 }
5255
5256 .attr-btn-group-vertical>.attr-btn-group:after,.attr-btn-toolbar:after,.attr-clearfix:after,.attr-container-fluid:after,.attr-container:after,.attr-dl-horizontal dd:after,.attr-form-horizontal .attr-form-group:after,.attr-modal-footer:after,.attr-modal-header:after,.attr-nav:after,.attr-navbar-collapse:after,.attr-navbar-header:after,.attr-navbar:after,.attr-pager:after,.attr-panel-body:after,.attr-row:after {
5257 clear: both
5258 }
5259
5260 .attr-center-block {
5261 display: block;
5262 margin-right: auto;
5263 margin-left: auto
5264 }
5265
5266 .attr-pull-right {
5267 float: right!important
5268 }
5269
5270 .attr-pull-left {
5271 float: left!important
5272 }
5273
5274 .attr-hide {
5275 display: none!important
5276 }
5277
5278 .attr-show {
5279 display: block!important
5280 }
5281
5282 .attr-invisible {
5283 visibility: hidden
5284 }
5285
5286 .attr-text-hide {
5287 font: 0/0 a;
5288 color: transparent;
5289 text-shadow: none;
5290 background-color: transparent;
5291 border: 0
5292 }
5293
5294 .attr-hidden {
5295 display: none!important
5296 }
5297
5298 .attr-affix {
5299 position: fixed
5300 }
5301
5302 @-ms-viewport {
5303 width: device-width
5304 }
5305
5306 .attr-visible-lg,.attr-visible-md,.attr-visible-sm,.attr-visible-xs {
5307 display: none!important
5308 }
5309
5310 .attr-visible-lg-block,.attr-visible-lg-inline,.attr-visible-lg-inline-block,.attr-visible-md-block,.attr-visible-md-inline,.attr-visible-md-inline-block,.attr-visible-sm-block,.attr-visible-sm-inline,.attr-visible-sm-inline-block,.attr-visible-xs-block,.attr-visible-xs-inline,.attr-visible-xs-inline-block {
5311 display: none!important
5312 }
5313
5314 @media (max-width: 767px) {
5315 .attr-visible-xs {
5316 display:block!important
5317 }
5318
5319 table.attr-visible-xs {
5320 display: table!important
5321 }
5322
5323 tr.attr-visible-xs {
5324 display: table-row!important
5325 }
5326
5327 td.attr-visible-xs,th.attr-visible-xs {
5328 display: table-cell!important
5329 }
5330 }
5331
5332 @media (max-width: 767px) {
5333 .attr-visible-xs-block {
5334 display:block!important
5335 }
5336 }
5337
5338 @media (max-width: 767px) {
5339 .attr-visible-xs-inline {
5340 display:inline!important
5341 }
5342 }
5343
5344 @media (max-width: 767px) {
5345 .attr-visible-xs-inline-block {
5346 display:inline-block!important
5347 }
5348 }
5349
5350 @media (min-width: 768px) and (max-width:991px) {
5351 .attr-visible-sm {
5352 display:block!important
5353 }
5354
5355 table.attr-visible-sm {
5356 display: table!important
5357 }
5358
5359 tr.attr-visible-sm {
5360 display: table-row!important
5361 }
5362
5363 td.attr-visible-sm,th.attr-visible-sm {
5364 display: table-cell!important
5365 }
5366 }
5367
5368 @media (min-width: 768px) and (max-width:991px) {
5369 .attr-visible-sm-block {
5370 display:block!important
5371 }
5372 }
5373
5374 @media (min-width: 768px) and (max-width:991px) {
5375 .attr-visible-sm-inline {
5376 display:inline!important
5377 }
5378 }
5379
5380 @media (min-width: 768px) and (max-width:991px) {
5381 .attr-visible-sm-inline-block {
5382 display:inline-block!important
5383 }
5384 }
5385
5386 @media (min-width: 992px) and (max-width:1199px) {
5387 .attr-visible-md {
5388 display:block!important
5389 }
5390
5391 table.attr-visible-md {
5392 display: table!important
5393 }
5394
5395 tr.attr-visible-md {
5396 display: table-row!important
5397 }
5398
5399 td.attr-visible-md,th.attr-visible-md {
5400 display: table-cell!important
5401 }
5402 }
5403
5404 @media (min-width: 992px) and (max-width:1199px) {
5405 .attr-visible-md-block {
5406 display:block!important
5407 }
5408 }
5409
5410 @media (min-width: 992px) and (max-width:1199px) {
5411 .attr-visible-md-inline {
5412 display:inline!important
5413 }
5414 }
5415
5416 @media (min-width: 992px) and (max-width:1199px) {
5417 .attr-visible-md-inline-block {
5418 display:inline-block!important
5419 }
5420 }
5421
5422 @media (min-width: 1200px) {
5423 .attr-visible-lg {
5424 display:block!important
5425 }
5426
5427 table.attr-visible-lg {
5428 display: table!important
5429 }
5430
5431 tr.attr-visible-lg {
5432 display: table-row!important
5433 }
5434
5435 td.attr-visible-lg,th.attr-visible-lg {
5436 display: table-cell!important
5437 }
5438 }
5439
5440 @media (min-width: 1200px) {
5441 .attr-visible-lg-block {
5442 display:block!important
5443 }
5444 }
5445
5446 @media (min-width: 1200px) {
5447 .attr-visible-lg-inline {
5448 display:inline!important
5449 }
5450 }
5451
5452 @media (min-width: 1200px) {
5453 .attr-visible-lg-inline-block {
5454 display:inline-block!important
5455 }
5456 }
5457
5458 @media (max-width: 767px) {
5459 .attr-hidden-xs {
5460 display:none!important
5461 }
5462 }
5463
5464 @media (min-width: 768px) and (max-width:991px) {
5465 .attr-hidden-sm {
5466 display:none!important
5467 }
5468 }
5469
5470 @media (min-width: 992px) and (max-width:1199px) {
5471 .attr-hidden-md {
5472 display:none!important
5473 }
5474 }
5475
5476 @media (min-width: 1200px) {
5477 .attr-hidden-lg {
5478 display:none!important
5479 }
5480 }
5481
5482 .attr-visible-print {
5483 display: none!important
5484 }
5485
5486 @media print {
5487 .attr-visible-print {
5488 display: block!important
5489 }
5490
5491 table.attr-visible-print {
5492 display: table!important
5493 }
5494
5495 tr.attr-visible-print {
5496 display: table-row!important
5497 }
5498
5499 td.attr-visible-print,th.attr-visible-print {
5500 display: table-cell!important
5501 }
5502 }
5503
5504 .attr-visible-print-block {
5505 display: none!important
5506 }
5507
5508 @media print {
5509 .attr-visible-print-block {
5510 display: block!important
5511 }
5512 }
5513
5514 .attr-visible-print-inline {
5515 display: none!important
5516 }
5517
5518 @media print {
5519 .attr-visible-print-inline {
5520 display: inline!important
5521 }
5522 }
5523
5524 .attr-visible-print-inline-block {
5525 display: none!important
5526 }
5527
5528 @media print {
5529 .attr-visible-print-inline-block {
5530 display: inline-block!important
5531 }
5532 }
5533
5534 @media print {
5535 .attr-hidden-print {
5536 display: none!important
5537 }
5538 }
5539
5540