Subversion Repositories bacoAlunos

Rev

Rev 1310 | Details | Compare with Previous | Last modification | View Log | RSS feed

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