Subversion Repositories bacoAlunos

Rev

Rev 1306 | Go to most recent revision | 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
}
4360
.alert-success {
4361
  background-color: #dff0d8;
4362
  border-color: #d6e9c6;
4363
  color: #468847;
4364
}
4365
.alert-success hr {
4366
  border-top-color: #c9e2b3;
4367
}
4368
.alert-success .alert-link {
4369
  color: #356635;
4370
}
4371
.alert-info {
4372
  background-color: #d9edf7;
4373
  border-color: #bce8f1;
4374
  color: #3a87ad;
4375
}
4376
.alert-info hr {
4377
  border-top-color: #a6e1ec;
4378
}
4379
.alert-info .alert-link {
4380
  color: #2d6987;
4381
}
4382
.alert-warning {
4383
  background-color: #fcf8e3;
4384
  border-color: #fbeed5;
4385
  color: #c09853;
4386
}
4387
.alert-warning hr {
4388
  border-top-color: #f8e5be;
4389
}
4390
.alert-warning .alert-link {
4391
  color: #a47e3c;
4392
}
4393
.alert-danger {
4394
  background-color: #f2dede;
4395
  border-color: #eed3d7;
4396
  color: #b94a48;
4397
}
4398
.alert-danger hr {
4399
  border-top-color: #e6c1c7;
4400
}
4401
.alert-danger .alert-link {
4402
  color: #953b39;
4403
}
4404
@-webkit-keyframes progress-bar-stripes {
4405
  from {
4406
    background-position: 40px 0;
4407
  }
4408
  to {
4409
    background-position: 0 0;
4410
  }
4411
}
4412
@-moz-keyframes progress-bar-stripes {
4413
  from {
4414
    background-position: 40px 0;
4415
  }
4416
  to {
4417
    background-position: 0 0;
4418
  }
4419
}
4420
@-o-keyframes progress-bar-stripes {
4421
  from {
4422
    background-position: 0 0;
4423
  }
4424
  to {
4425
    background-position: 40px 0;
4426
  }
4427
}
4428
@keyframes progress-bar-stripes {
4429
  from {
4430
    background-position: 40px 0;
4431
  }
4432
  to {
4433
    background-position: 0 0;
4434
  }
4435
}
4436
.progress {
4437
  overflow: hidden;
4438
  height: 20px;
4439
  margin-bottom: 20px;
4440
  background-color: #f5f5f5;
4441
  border-radius: 4px;
4442
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
4443
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
4444
}
4445
.progress-bar {
4446
  float: left;
4447
  width: 0%;
4448
  height: 100%;
4449
  font-size: 12px;
4450
  color: #ffffff;
4451
  text-align: center;
4452
  background-color: #f67e09;
4453
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
4454
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
4455
  -webkit-transition: width 0.6s ease;
4456
  transition: width 0.6s ease;
4457
}
4458
.progress-striped .progress-bar {
4459
  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));
4460
  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);
4461
  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);
4462
  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);
4463
  background-size: 40px 40px;
4464
}
4465
.progress.active .progress-bar {
4466
  -webkit-animation: progress-bar-stripes 2s linear infinite;
4467
  -moz-animation: progress-bar-stripes 2s linear infinite;
4468
  -ms-animation: progress-bar-stripes 2s linear infinite;
4469
  -o-animation: progress-bar-stripes 2s linear infinite;
4470
  animation: progress-bar-stripes 2s linear infinite;
4471
}
4472
.progress-bar-success {
4473
  background-color: #5cb85c;
4474
}
4475
.progress-striped .progress-bar-success {
4476
  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));
4477
  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);
4478
  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);
4479
  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);
4480
}
4481
.progress-bar-info {
4482
  background-color: #5bc0de;
4483
}
4484
.progress-striped .progress-bar-info {
4485
  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));
4486
  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);
4487
  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);
4488
  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);
4489
}
4490
.progress-bar-warning {
4491
  background-color: #f0ad4e;
4492
}
4493
.progress-striped .progress-bar-warning {
4494
  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));
4495
  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);
4496
  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);
4497
  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);
4498
}
4499
.progress-bar-danger {
4500
  background-color: #d9534f;
4501
}
4502
.progress-striped .progress-bar-danger {
4503
  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));
4504
  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);
4505
  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);
4506
  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);
4507
}
4508
.media,
4509
.media-body {
4510
  overflow: hidden;
4511
  zoom: 1;
4512
}
4513
.media,
4514
.media .media {
4515
  margin-top: 15px;
4516
}
4517
.media:first-child {
4518
  margin-top: 0;
4519
}
4520
.media-object {
4521
  display: block;
4522
}
4523
.media-heading {
4524
  margin: 0 0 5px;
4525
}
4526
.media > .pull-left {
4527
  margin-right: 10px;
4528
}
4529
.media > .pull-right {
4530
  margin-left: 10px;
4531
}
4532
.media-list {
4533
  padding-left: 0;
4534
  list-style: none;
4535
}
4536
.list-group {
4537
  margin-bottom: 20px;
4538
  padding-left: 0;
4539
}
4540
.list-group-item {
4541
  position: relative;
4542
  display: block;
4543
  padding: 10px 15px;
4544
  margin-bottom: -1px;
4545
  background-color: #ffffff;
4546
  border: 1px solid #dddddd;
4547
}
4548
.list-group-item:first-child {
4549
  border-top-right-radius: 4px;
4550
  border-top-left-radius: 4px;
4551
}
4552
.list-group-item:last-child {
4553
  margin-bottom: 0;
4554
  border-bottom-right-radius: 4px;
4555
  border-bottom-left-radius: 4px;
4556
}
4557
.list-group-item > .badge {
4558
  float: right;
4559
}
4560
.list-group-item > .badge + .badge {
4561
  margin-right: 5px;
4562
}
4563
a.list-group-item {
4564
  color: #555555;
4565
}
4566
a.list-group-item .list-group-item-heading {
4567
  color: #333333;
4568
}
4569
a.list-group-item:hover,
4570
a.list-group-item:focus {
4571
  text-decoration: none;
4572
  background-color: #f5f5f5;
4573
}
1293 jmachado 4574
 
4575
.list-group-item-info {
4576
    color: #8a6100;
4577
    background-color: #ffdb96;
4578
}
4579
a.list-group-item-info,
4580
button.list-group-item-info {
4581
    color: #8a6100;
4582
}
1044 jmachado 4583
.list-group-item.active,
4584
.list-group-item.active:hover,
4585
.list-group-item.active:focus {
4586
  z-index: 2;
4587
  color: #ffffff;
4588
  background-color: #f67e09;
4589
  border-color: #f67e09;
4590
}
4591
.list-group-item.active .list-group-item-heading,
4592
.list-group-item.active:hover .list-group-item-heading,
4593
.list-group-item.active:focus .list-group-item-heading {
4594
  color: inherit;
4595
}
4596
.list-group-item.active .list-group-item-text,
4597
.list-group-item.active:hover .list-group-item-text,
4598
.list-group-item.active:focus .list-group-item-text {
4599
  color: #fde5ce;
4600
}
4601
.list-group-item-heading {
4602
  margin-top: 0;
4603
  margin-bottom: 5px;
4604
}
4605
.list-group-item-text {
4606
  margin-bottom: 0;
4607
  line-height: 1.3;
4608
}
4609
.panel {
4610
  margin-bottom: 20px;
4611
  background-color: #ffffff;
4612
  border: 1px solid transparent;
4613
  border-radius: 4px;
4614
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
4615
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
4616
}
4617
.panel-body {
4618
  padding: 15px;
4619
}
4620
.panel-body:before,
4621
.panel-body:after {
4622
  content: " ";
4623
  /* 1 */
4624
 
4625
  display: table;
4626
  /* 2 */
4627
 
4628
}
4629
.panel-body:after {
4630
  clear: both;
4631
}
4632
.panel-body:before,
4633
.panel-body:after {
4634
  content: " ";
4635
  /* 1 */
4636
 
4637
  display: table;
4638
  /* 2 */
4639
 
4640
}
4641
.panel-body:after {
4642
  clear: both;
4643
}
4644
.panel > .list-group {
4645
  margin-bottom: 0;
4646
}
4647
.panel > .list-group .list-group-item {
4648
  border-width: 1px 0;
4649
}
4650
.panel > .list-group .list-group-item:first-child {
4651
  border-top-right-radius: 0;
4652
  border-top-left-radius: 0;
4653
}
4654
.panel > .list-group .list-group-item:last-child {
4655
  border-bottom: 0;
4656
}
4657
.panel-heading + .list-group .list-group-item:first-child {
4658
  border-top-width: 0;
4659
}
4660
.panel > .table {
4661
  margin-bottom: 0;
4662
}
4663
.panel > .panel-body + .table {
4664
  border-top: 1px solid #a67b50;
4665
}
4666
.panel-heading {
4667
  padding: 10px 15px;
4668
  border-bottom: 1px solid transparent;
4669
  border-top-right-radius: 3px;
4670
  border-top-left-radius: 3px;
4671
}
4672
.panel-title {
4673
  margin-top: 0;
4674
  margin-bottom: 0;
4675
  font-size: 16px;
4676
}
4677
.panel-title > a {
4678
  color: inherit;
4679
}
4680
.panel-footer {
4681
  padding: 10px 15px;
4682
  background-color: #f5f5f5;
4683
  border-top: 1px solid #dddddd;
4684
  border-bottom-right-radius: 3px;
4685
  border-bottom-left-radius: 3px;
4686
}
4687
.panel-group .panel {
4688
  margin-bottom: 0;
4689
  border-radius: 4px;
4690
  overflow: hidden;
4691
}
4692
.panel-group .panel + .panel {
4693
  margin-top: 5px;
4694
}
4695
.panel-group .panel-heading {
4696
  border-bottom: 0;
4697
}
4698
.panel-group .panel-heading + .panel-collapse .panel-body {
4699
  border-top: 1px solid #dddddd;
4700
}
4701
.panel-group .panel-footer {
4702
  border-top: 0;
4703
}
4704
.panel-group .panel-footer + .panel-collapse .panel-body {
4705
  border-bottom: 1px solid #dddddd;
4706
}
4707
.panel-default {
4708
  border-color: #dddddd;
4709
}
4710
.panel-default > .panel-heading {
4711
  color: #a67b50;
4712
  background-color: #f5f5f5;
4713
  border-color: #dddddd;
4714
}
4715
.panel-default > .panel-heading + .panel-collapse .panel-body {
4716
  border-top-color: #dddddd;
4717
}
4718
.panel-default > .panel-footer + .panel-collapse .panel-body {
4719
  border-bottom-color: #dddddd;
4720
}
4721
.panel-primary {
4722
  border-color: #f67e09;
4723
}
4724
.panel-primary > .panel-heading {
4725
  color: #ffffff;
4726
  background-color: #f67e09;
4727
  border-color: #f67e09;
4728
}
4729
.panel-primary > .panel-heading + .panel-collapse .panel-body {
4730
  border-top-color: #f67e09;
4731
}
4732
.panel-primary > .panel-footer + .panel-collapse .panel-body {
4733
  border-bottom-color: #f67e09;
4734
}
4735
.panel-success {
4736
  border-color: #d6e9c6;
4737
}
4738
.panel-success > .panel-heading {
4739
  color: #468847;
4740
  background-color: #dff0d8;
4741
  border-color: #d6e9c6;
4742
}
4743
.panel-success > .panel-heading + .panel-collapse .panel-body {
4744
  border-top-color: #d6e9c6;
4745
}
4746
.panel-success > .panel-footer + .panel-collapse .panel-body {
4747
  border-bottom-color: #d6e9c6;
4748
}
4749
.panel-warning {
4750
  border-color: #fbeed5;
4751
}
4752
.panel-warning > .panel-heading {
4753
  color: #c09853;
4754
  background-color: #fcf8e3;
4755
  border-color: #fbeed5;
4756
}
4757
.panel-warning > .panel-heading + .panel-collapse .panel-body {
4758
  border-top-color: #fbeed5;
4759
}
4760
.panel-warning > .panel-footer + .panel-collapse .panel-body {
4761
  border-bottom-color: #fbeed5;
4762
}
4763
.panel-danger {
4764
  border-color: #eed3d7;
4765
}
4766
.panel-danger > .panel-heading {
4767
  color: #b94a48;
4768
  background-color: #f2dede;
4769
  border-color: #eed3d7;
4770
}
4771
.panel-danger > .panel-heading + .panel-collapse .panel-body {
4772
  border-top-color: #eed3d7;
4773
}
4774
.panel-danger > .panel-footer + .panel-collapse .panel-body {
4775
  border-bottom-color: #eed3d7;
4776
}
4777
.panel-info {
1293 jmachado 4778
    border-color: #e8d68a;
1044 jmachado 4779
}
4780
.panel-info > .panel-heading {
1293 jmachado 4781
    color: #8a6100;
4782
    background-color: #ffdb96;
4783
    border-color: #e8d68a;
1044 jmachado 4784
}
4785
.panel-info > .panel-heading + .panel-collapse .panel-body {
1293 jmachado 4786
    border-color: #e8d68a;
1044 jmachado 4787
}
4788
.panel-info > .panel-footer + .panel-collapse .panel-body {
1293 jmachado 4789
    border-color: #e8d68a;
1044 jmachado 4790
}
4791
.well {
4792
  min-height: 20px;
4793
  padding: 19px;
4794
  margin-bottom: 20px;
4795
  background-color: #f5f5f5;
4796
  border: 1px solid #e3e3e3;
4797
  border-radius: 4px;
4798
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
4799
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
4800
}
4801
.well blockquote {
4802
  border-color: #ddd;
4803
  border-color: rgba(0, 0, 0, 0.15);
4804
}
4805
.well-lg {
4806
  padding: 24px;
4807
  border-radius: 6px;
4808
}
4809
.well-sm {
4810
  padding: 9px;
4811
  border-radius: 3px;
4812
}
4813
.close {
4814
  float: right;
4815
  font-size: 21px;
4816
  font-weight: bold;
4817
  line-height: 1;
4818
  color: #000000;
4819
  text-shadow: 0 1px 0 #ffffff;
4820
  opacity: 0.2;
4821
  filter: alpha(opacity=20);
4822
}
4823
.close:hover,
4824
.close:focus {
4825
  color: #000000;
4826
  text-decoration: none;
4827
  cursor: pointer;
4828
  opacity: 0.5;
4829
  filter: alpha(opacity=50);
4830
}
4831
button.close {
4832
  padding: 0;
4833
  cursor: pointer;
4834
  background: transparent;
4835
  border: 0;
4836
  -webkit-appearance: none;
4837
}
4838
.modal-open {
4839
  overflow: hidden;
4840
}
4841
body.modal-open,
4842
.modal-open .navbar-fixed-top,
4843
.modal-open .navbar-fixed-bottom {
4844
  margin-right: 15px;
4845
}
4846
.modal {
4847
  display: none;
4848
  overflow: auto;
4849
  overflow-y: scroll;
4850
  position: fixed;
4851
  top: 0;
4852
  right: 0;
4853
  bottom: 0;
4854
  left: 0;
4855
  z-index: 1040;
4856
}
4857
.modal.fade .modal-dialog {
4858
  -webkit-transform: translate(0, -25%);
4859
  -ms-transform: translate(0, -25%);
4860
  transform: translate(0, -25%);
4861
  -webkit-transition: -webkit-transform 0.3s ease-out;
4862
  -moz-transition: -moz-transform 0.3s ease-out;
4863
  -o-transition: -o-transform 0.3s ease-out;
4864
  transition: transform 0.3s ease-out;
4865
}
4866
.modal.in .modal-dialog {
4867
  -webkit-transform: translate(0, 0);
4868
  -ms-transform: translate(0, 0);
4869
  transform: translate(0, 0);
4870
}
4871
.modal-dialog {
4872
  margin-left: auto;
4873
  margin-right: auto;
4874
  width: auto;
4875
  padding: 10px;
4876
  z-index: 1050;
4877
}
4878
.modal-content {
4879
  position: relative;
4880
  background-color: #ffffff;
4881
  border: 1px solid #999999;
4882
  border: 1px solid rgba(0, 0, 0, 0.2);
4883
  border-radius: 6px;
4884
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
4885
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
4886
  background-clip: padding-box;
4887
  outline: none;
4888
}
4889
.modal-backdrop {
4890
  position: fixed;
4891
  top: 0;
4892
  right: 0;
4893
  bottom: 0;
4894
  left: 0;
4895
  z-index: 1030;
4896
  background-color: #000000;
4897
}
4898
.modal-backdrop.fade {
4899
  opacity: 0;
4900
  filter: alpha(opacity=0);
4901
}
4902
.modal-backdrop.in {
4903
  opacity: 0.5;
4904
  filter: alpha(opacity=50);
4905
}
4906
.modal-header {
4907
  padding: 15px;
4908
  border-bottom: 1px solid #e5e5e5;
4909
  min-height: 16.428571429px;
4910
}
4911
.modal-header .close {
4912
  margin-top: -2px;
4913
}
4914
.modal-title {
4915
  margin: 0;
4916
  line-height: 1.428571429;
4917
}
4918
.modal-body {
4919
  position: relative;
4920
  padding: 20px;
4921
}
4922
.modal-footer {
4923
  margin-top: 15px;
4924
  padding: 19px 20px 20px;
4925
  text-align: right;
4926
  border-top: 1px solid #e5e5e5;
4927
}
4928
.modal-footer:before,
4929
.modal-footer:after {
4930
  content: " ";
4931
  /* 1 */
4932
 
4933
  display: table;
4934
  /* 2 */
4935
 
4936
}
4937
.modal-footer:after {
4938
  clear: both;
4939
}
4940
.modal-footer:before,
4941
.modal-footer:after {
4942
  content: " ";
4943
  /* 1 */
4944
 
4945
  display: table;
4946
  /* 2 */
4947
 
4948
}
4949
.modal-footer:after {
4950
  clear: both;
4951
}
4952
.modal-footer .btn + .btn {
4953
  margin-left: 5px;
4954
  margin-bottom: 0;
4955
}
4956
.modal-footer .btn-group .btn + .btn {
4957
  margin-left: -1px;
4958
}
4959
.modal-footer .btn-block + .btn-block {
4960
  margin-left: 0;
4961
}
4962
@media screen and (min-width: 768px) {
4963
  .modal-dialog {
4964
    left: 50%;
4965
    right: auto;
4966
    width: 600px;
4967
    padding-top: 30px;
4968
    padding-bottom: 30px;
4969
  }
4970
  .modal-content {
4971
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
4972
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
4973
  }
4974
}
4975
.tooltip {
4976
  position: absolute;
4977
  z-index: 1030;
4978
  display: block;
4979
  visibility: visible;
4980
  font-size: 12px;
4981
  line-height: 1.4;
4982
  opacity: 0;
4983
  filter: alpha(opacity=0);
4984
}
4985
.tooltip.in {
4986
  opacity: 0.9;
4987
  filter: alpha(opacity=90);
4988
}
4989
.tooltip.top {
4990
  margin-top: -3px;
4991
  padding: 5px 0;
4992
}
4993
.tooltip.right {
4994
  margin-left: 3px;
4995
  padding: 0 5px;
4996
}
4997
.tooltip.bottom {
4998
  margin-top: 3px;
4999
  padding: 5px 0;
5000
}
5001
.tooltip.left {
5002
  margin-left: -3px;
5003
  padding: 0 5px;
5004
}
5005
.tooltip-inner {
5006
  max-width: 200px;
5007
  padding: 3px 8px;
5008
  color: #ffffff;
5009
  text-align: center;
5010
  text-decoration: none;
5011
  background-color: #000000;
5012
  border-radius: 4px;
5013
}
5014
.tooltip-arrow {
5015
  position: absolute;
5016
  width: 0;
5017
  height: 0;
5018
  border-color: transparent;
5019
  border-style: solid;
5020
}
5021
.tooltip.top .tooltip-arrow {
5022
  bottom: 0;
5023
  left: 50%;
5024
  margin-left: -5px;
5025
  border-width: 5px 5px 0;
5026
  border-top-color: #000000;
5027
}
5028
.tooltip.top-left .tooltip-arrow {
5029
  bottom: 0;
5030
  left: 5px;
5031
  border-width: 5px 5px 0;
5032
  border-top-color: #000000;
5033
}
5034
.tooltip.top-right .tooltip-arrow {
5035
  bottom: 0;
5036
  right: 5px;
5037
  border-width: 5px 5px 0;
5038
  border-top-color: #000000;
5039
}
5040
.tooltip.right .tooltip-arrow {
5041
  top: 50%;
5042
  left: 0;
5043
  margin-top: -5px;
5044
  border-width: 5px 5px 5px 0;
5045
  border-right-color: #000000;
5046
}
5047
.tooltip.left .tooltip-arrow {
5048
  top: 50%;
5049
  right: 0;
5050
  margin-top: -5px;
5051
  border-width: 5px 0 5px 5px;
5052
  border-left-color: #000000;
5053
}
5054
.tooltip.bottom .tooltip-arrow {
5055
  top: 0;
5056
  left: 50%;
5057
  margin-left: -5px;
5058
  border-width: 0 5px 5px;
5059
  border-bottom-color: #000000;
5060
}
5061
.tooltip.bottom-left .tooltip-arrow {
5062
  top: 0;
5063
  left: 5px;
5064
  border-width: 0 5px 5px;
5065
  border-bottom-color: #000000;
5066
}
5067
.tooltip.bottom-right .tooltip-arrow {
5068
  top: 0;
5069
  right: 5px;
5070
  border-width: 0 5px 5px;
5071
  border-bottom-color: #000000;
5072
}
5073
.popover {
5074
  position: absolute;
5075
  top: 0;
5076
  left: 0;
5077
  z-index: 1010;
5078
  display: none;
5079
  max-width: 276px;
5080
  padding: 1px;
5081
  text-align: left;
5082
  background-color: #ffffff;
5083
  background-clip: padding-box;
5084
  border: 1px solid #cccccc;
5085
  border: 1px solid rgba(0, 0, 0, 0.2);
5086
  border-radius: 6px;
5087
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
5088
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
5089
  white-space: normal;
5090
}
5091
.popover.top {
5092
  margin-top: -10px;
5093
}
5094
.popover.right {
5095
  margin-left: 10px;
5096
}
5097
.popover.bottom {
5098
  margin-top: 10px;
5099
}
5100
.popover.left {
5101
  margin-left: -10px;
5102
}
5103
.popover-title {
5104
  margin: 0;
5105
  padding: 8px 14px;
5106
  font-size: 14px;
5107
  font-weight: normal;
5108
  line-height: 18px;
5109
  background-color: #f7f7f7;
5110
  border-bottom: 1px solid #ebebeb;
5111
  border-radius: 5px 5px 0 0;
5112
}
5113
.popover-content {
5114
  padding: 9px 14px;
5115
}
5116
.popover .arrow,
5117
.popover .arrow:after {
5118
  position: absolute;
5119
  display: block;
5120
  width: 0;
5121
  height: 0;
5122
  border-color: transparent;
5123
  border-style: solid;
5124
}
5125
.popover .arrow {
5126
  border-width: 11px;
5127
}
5128
.popover .arrow:after {
5129
  border-width: 10px;
5130
  content: "";
5131
}
5132
.popover.top .arrow {
5133
  left: 50%;
5134
  margin-left: -11px;
5135
  border-bottom-width: 0;
5136
  border-top-color: #999999;
5137
  border-top-color: rgba(0, 0, 0, 0.25);
5138
  bottom: -11px;
5139
}
5140
.popover.top .arrow:after {
5141
  content: " ";
5142
  bottom: 1px;
5143
  margin-left: -10px;
5144
  border-bottom-width: 0;
5145
  border-top-color: #ffffff;
5146
}
5147
.popover.right .arrow {
5148
  top: 50%;
5149
  left: -11px;
5150
  margin-top: -11px;
5151
  border-left-width: 0;
5152
  border-right-color: #999999;
5153
  border-right-color: rgba(0, 0, 0, 0.25);
5154
}
5155
.popover.right .arrow:after {
5156
  content: " ";
5157
  left: 1px;
5158
  bottom: -10px;
5159
  border-left-width: 0;
5160
  border-right-color: #ffffff;
5161
}
5162
.popover.bottom .arrow {
5163
  left: 50%;
5164
  margin-left: -11px;
5165
  border-top-width: 0;
5166
  border-bottom-color: #999999;
5167
  border-bottom-color: rgba(0, 0, 0, 0.25);
5168
  top: -11px;
5169
}
5170
.popover.bottom .arrow:after {
5171
  content: " ";
5172
  top: 1px;
5173
  margin-left: -10px;
5174
  border-top-width: 0;
5175
  border-bottom-color: #ffffff;
5176
}
5177
.popover.left .arrow {
5178
  top: 50%;
5179
  right: -11px;
5180
  margin-top: -11px;
5181
  border-right-width: 0;
5182
  border-left-color: #999999;
5183
  border-left-color: rgba(0, 0, 0, 0.25);
5184
}
5185
.popover.left .arrow:after {
5186
  content: " ";
5187
  right: 1px;
5188
  border-right-width: 0;
5189
  border-left-color: #ffffff;
5190
  bottom: -10px;
5191
}
5192
.carousel {
5193
  position: relative;
5194
}
5195
.carousel-inner {
5196
  position: relative;
5197
  overflow: hidden;
5198
  width: 100%;
5199
}
5200
.carousel-inner > .item {
5201
  display: none;
5202
  position: relative;
5203
  -webkit-transition: 0.6s ease-in-out left;
5204
  transition: 0.6s ease-in-out left;
5205
}
5206
.carousel-inner > .item > img,
5207
.carousel-inner > .item > a > img {
5208
  display: block;
5209
  max-width: 100%;
5210
  height: auto;
5211
  line-height: 1;
5212
}
5213
.carousel-inner > .active,
5214
.carousel-inner > .next,
5215
.carousel-inner > .prev {
5216
  display: block;
5217
}
5218
.carousel-inner > .active {
5219
  left: 0;
5220
}
5221
.carousel-inner > .next,
5222
.carousel-inner > .prev {
5223
  position: absolute;
5224
  top: 0;
5225
  width: 100%;
5226
}
5227
.carousel-inner > .next {
5228
  left: 100%;
5229
}
5230
.carousel-inner > .prev {
5231
  left: -100%;
5232
}
5233
.carousel-inner > .next.left,
5234
.carousel-inner > .prev.right {
5235
  left: 0;
5236
}
5237
.carousel-inner > .active.left {
5238
  left: -100%;
5239
}
5240
.carousel-inner > .active.right {
5241
  left: 100%;
5242
}
5243
.carousel-control {
5244
  position: absolute;
5245
  top: 0;
5246
  left: 0;
5247
  bottom: 0;
5248
  width: 15%;
5249
  opacity: 0.5;
5250
  filter: alpha(opacity=50);
5251
  font-size: 20px;
5252
  color: #ffffff;
5253
  text-align: center;
5254
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
5255
}
5256
.carousel-control.left {
5257
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
5258
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
5259
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
5260
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
5261
  background-repeat: repeat-x;
5262
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
5263
}
5264
.carousel-control.right {
5265
  left: auto;
5266
  right: 0;
5267
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
5268
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
5269
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
5270
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
5271
  background-repeat: repeat-x;
5272
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
5273
}
5274
.carousel-control:hover,
5275
.carousel-control:focus {
5276
  color: #ffffff;
5277
  text-decoration: none;
5278
  opacity: 0.9;
5279
  filter: alpha(opacity=90);
5280
}
5281
.carousel-control .icon-prev,
5282
.carousel-control .icon-next,
5283
.carousel-control .glyphicon-chevron-left,
5284
.carousel-control .glyphicon-chevron-right {
5285
  position: absolute;
5286
  top: 50%;
5287
  left: 50%;
5288
  z-index: 5;
5289
  display: inline-block;
5290
}
5291
.carousel-control .icon-prev,
5292
.carousel-control .icon-next {
5293
  width: 20px;
5294
  height: 20px;
5295
  margin-top: -10px;
5296
  margin-left: -10px;
5297
  font-family: serif;
5298
}
5299
.carousel-control .icon-prev:before {
5300
  content: '\2039';
5301
}
5302
.carousel-control .icon-next:before {
5303
  content: '\203a';
5304
}
5305
.carousel-indicators {
5306
  position: absolute;
5307
  bottom: 10px;
5308
  left: 50%;
5309
  z-index: 15;
5310
  width: 60%;
5311
  margin-left: -30%;
5312
  padding-left: 0;
5313
  list-style: none;
5314
  text-align: center;
5315
}
5316
.carousel-indicators li {
5317
  display: inline-block;
5318
  width: 10px;
5319
  height: 10px;
5320
  margin: 1px;
5321
  text-indent: -999px;
5322
  border: 1px solid #ffffff;
5323
  border-radius: 10px;
5324
  cursor: pointer;
5325
}
5326
.carousel-indicators .active {
5327
  margin: 0;
5328
  width: 12px;
5329
  height: 12px;
5330
  background-color: #ffffff;
5331
}
5332
.carousel-caption {
5333
  position: absolute;
5334
  left: 15%;
5335
  right: 15%;
5336
  bottom: 20px;
5337
  z-index: 10;
5338
  padding-top: 20px;
5339
  padding-bottom: 20px;
5340
  color: #ffffff;
5341
  text-align: center;
5342
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
5343
}
5344
.carousel-caption .btn {
5345
  text-shadow: none;
5346
}
5347
@media screen and (min-width: 768px) {
5348
  .carousel-control .icon-prev,
5349
  .carousel-control .icon-next {
5350
    width: 30px;
5351
    height: 30px;
5352
    margin-top: -15px;
5353
    margin-left: -15px;
5354
    font-size: 30px;
5355
  }
5356
  .carousel-caption {
5357
    left: 20%;
5358
    right: 20%;
5359
    padding-bottom: 30px;
5360
  }
5361
  .carousel-indicators {
5362
    bottom: 20px;
5363
  }
5364
}
5365
.clearfix:before,
5366
.clearfix:after {
5367
  content: " ";
5368
  /* 1 */
5369
 
5370
  display: table;
5371
  /* 2 */
5372
 
5373
}
5374
.clearfix:after {
5375
  clear: both;
5376
}
5377
.pull-right {
5378
  float: right !important;
5379
}
5380
.pull-left {
5381
  float: left !important;
5382
}
5383
.hide {
5384
  display: none !important;
5385
}
5386
.show {
5387
  display: block !important;
5388
}
5389
.invisible {
5390
  visibility: hidden;
5391
}
5392
.text-hide {
5393
  font: 0/0 a;
5394
  color: transparent;
5395
  text-shadow: none;
5396
  background-color: transparent;
5397
  border: 0;
5398
}
5399
.affix {
5400
  position: fixed;
5401
}
5402
@-ms-viewport {
5403
  width: device-width;
5404
}
5405
@media screen and (max-width: 400px) {
5406
  @-ms-viewport {
5407
    width: 320px;
5408
  }
5409
}
5410
.hidden {
5411
  display: none !important;
5412
  visibility: hidden !important;
5413
}
5414
.visible-xs {
5415
  display: none !important;
5416
}
5417
tr.visible-xs {
5418
  display: none !important;
5419
}
5420
th.visible-xs,
5421
td.visible-xs {
5422
  display: none !important;
5423
}
5424
@media (max-width: 767px) {
5425
  .visible-xs {
5426
    display: block !important;
5427
  }
5428
  tr.visible-xs {
5429
    display: table-row !important;
5430
  }
5431
  th.visible-xs,
5432
  td.visible-xs {
5433
    display: table-cell !important;
5434
  }
5435
}
5436
@media (min-width: 768px) and (max-width: 991px) {
5437
  .visible-xs.visible-sm {
5438
    display: block !important;
5439
  }
5440
  tr.visible-xs.visible-sm {
5441
    display: table-row !important;
5442
  }
5443
  th.visible-xs.visible-sm,
5444
  td.visible-xs.visible-sm {
5445
    display: table-cell !important;
5446
  }
5447
}
5448
@media (min-width: 992px) and (max-width: 1199px) {
5449
  .visible-xs.visible-md {
5450
    display: block !important;
5451
  }
5452
  tr.visible-xs.visible-md {
5453
    display: table-row !important;
5454
  }
5455
  th.visible-xs.visible-md,
5456
  td.visible-xs.visible-md {
5457
    display: table-cell !important;
5458
  }
5459
}
5460
@media (min-width: 1200px) {
5461
  .visible-xs.visible-lg {
5462
    display: block !important;
5463
  }
5464
  tr.visible-xs.visible-lg {
5465
    display: table-row !important;
5466
  }
5467
  th.visible-xs.visible-lg,
5468
  td.visible-xs.visible-lg {
5469
    display: table-cell !important;
5470
  }
5471
}
5472
.visible-sm {
5473
  display: none !important;
5474
}
5475
tr.visible-sm {
5476
  display: none !important;
5477
}
5478
th.visible-sm,
5479
td.visible-sm {
5480
  display: none !important;
5481
}
5482
@media (max-width: 767px) {
5483
  .visible-sm.visible-xs {
5484
    display: block !important;
5485
  }
5486
  tr.visible-sm.visible-xs {
5487
    display: table-row !important;
5488
  }
5489
  th.visible-sm.visible-xs,
5490
  td.visible-sm.visible-xs {
5491
    display: table-cell !important;
5492
  }
5493
}
5494
@media (min-width: 768px) and (max-width: 991px) {
5495
  .visible-sm {
5496
    display: block !important;
5497
  }
5498
  tr.visible-sm {
5499
    display: table-row !important;
5500
  }
5501
  th.visible-sm,
5502
  td.visible-sm {
5503
    display: table-cell !important;
5504
  }
5505
}
5506
@media (min-width: 992px) and (max-width: 1199px) {
5507
  .visible-sm.visible-md {
5508
    display: block !important;
5509
  }
5510
  tr.visible-sm.visible-md {
5511
    display: table-row !important;
5512
  }
5513
  th.visible-sm.visible-md,
5514
  td.visible-sm.visible-md {
5515
    display: table-cell !important;
5516
  }
5517
}
5518
@media (min-width: 1200px) {
5519
  .visible-sm.visible-lg {
5520
    display: block !important;
5521
  }
5522
  tr.visible-sm.visible-lg {
5523
    display: table-row !important;
5524
  }
5525
  th.visible-sm.visible-lg,
5526
  td.visible-sm.visible-lg {
5527
    display: table-cell !important;
5528
  }
5529
}
5530
.visible-md {
5531
  display: none !important;
5532
}
5533
tr.visible-md {
5534
  display: none !important;
5535
}
5536
th.visible-md,
5537
td.visible-md {
5538
  display: none !important;
5539
}
5540
@media (max-width: 767px) {
5541
  .visible-md.visible-xs {
5542
    display: block !important;
5543
  }
5544
  tr.visible-md.visible-xs {
5545
    display: table-row !important;
5546
  }
5547
  th.visible-md.visible-xs,
5548
  td.visible-md.visible-xs {
5549
    display: table-cell !important;
5550
  }
5551
}
5552
@media (min-width: 768px) and (max-width: 991px) {
5553
  .visible-md.visible-sm {
5554
    display: block !important;
5555
  }
5556
  tr.visible-md.visible-sm {
5557
    display: table-row !important;
5558
  }
5559
  th.visible-md.visible-sm,
5560
  td.visible-md.visible-sm {
5561
    display: table-cell !important;
5562
  }
5563
}
5564
@media (min-width: 992px) and (max-width: 1199px) {
5565
  .visible-md {
5566
    display: block !important;
5567
  }
5568
  tr.visible-md {
5569
    display: table-row !important;
5570
  }
5571
  th.visible-md,
5572
  td.visible-md {
5573
    display: table-cell !important;
5574
  }
5575
}
5576
@media (min-width: 1200px) {
5577
  .visible-md.visible-lg {
5578
    display: block !important;
5579
  }
5580
  tr.visible-md.visible-lg {
5581
    display: table-row !important;
5582
  }
5583
  th.visible-md.visible-lg,
5584
  td.visible-md.visible-lg {
5585
    display: table-cell !important;
5586
  }
5587
}
5588
.visible-lg {
5589
  display: none !important;
5590
}
5591
tr.visible-lg {
5592
  display: none !important;
5593
}
5594
th.visible-lg,
5595
td.visible-lg {
5596
  display: none !important;
5597
}
5598
@media (max-width: 767px) {
5599
  .visible-lg.visible-xs {
5600
    display: block !important;
5601
  }
5602
  tr.visible-lg.visible-xs {
5603
    display: table-row !important;
5604
  }
5605
  th.visible-lg.visible-xs,
5606
  td.visible-lg.visible-xs {
5607
    display: table-cell !important;
5608
  }
5609
}
5610
@media (min-width: 768px) and (max-width: 991px) {
5611
  .visible-lg.visible-sm {
5612
    display: block !important;
5613
  }
5614
  tr.visible-lg.visible-sm {
5615
    display: table-row !important;
5616
  }
5617
  th.visible-lg.visible-sm,
5618
  td.visible-lg.visible-sm {
5619
    display: table-cell !important;
5620
  }
5621
}
5622
@media (min-width: 992px) and (max-width: 1199px) {
5623
  .visible-lg.visible-md {
5624
    display: block !important;
5625
  }
5626
  tr.visible-lg.visible-md {
5627
    display: table-row !important;
5628
  }
5629
  th.visible-lg.visible-md,
5630
  td.visible-lg.visible-md {
5631
    display: table-cell !important;
5632
  }
5633
}
5634
@media (min-width: 1200px) {
5635
  .visible-lg {
5636
    display: block !important;
5637
  }
5638
  tr.visible-lg {
5639
    display: table-row !important;
5640
  }
5641
  th.visible-lg,
5642
  td.visible-lg {
5643
    display: table-cell !important;
5644
  }
5645
}
5646
.hidden-xs {
5647
  display: block !important;
5648
}
5649
tr.hidden-xs {
5650
  display: table-row !important;
5651
}
5652
th.hidden-xs,
5653
td.hidden-xs {
5654
  display: table-cell !important;
5655
}
5656
@media (max-width: 767px) {
5657
  .hidden-xs {
5658
    display: none !important;
5659
  }
5660
  tr.hidden-xs {
5661
    display: none !important;
5662
  }
5663
  th.hidden-xs,
5664
  td.hidden-xs {
5665
    display: none !important;
5666
  }
5667
}
5668
@media (min-width: 768px) and (max-width: 991px) {
5669
  .hidden-xs.hidden-sm {
5670
    display: none !important;
5671
  }
5672
  tr.hidden-xs.hidden-sm {
5673
    display: none !important;
5674
  }
5675
  th.hidden-xs.hidden-sm,
5676
  td.hidden-xs.hidden-sm {
5677
    display: none !important;
5678
  }
5679
}
5680
@media (min-width: 992px) and (max-width: 1199px) {
5681
  .hidden-xs.hidden-md {
5682
    display: none !important;
5683
  }
5684
  tr.hidden-xs.hidden-md {
5685
    display: none !important;
5686
  }
5687
  th.hidden-xs.hidden-md,
5688
  td.hidden-xs.hidden-md {
5689
    display: none !important;
5690
  }
5691
}
5692
@media (min-width: 1200px) {
5693
  .hidden-xs.hidden-lg {
5694
    display: none !important;
5695
  }
5696
  tr.hidden-xs.hidden-lg {
5697
    display: none !important;
5698
  }
5699
  th.hidden-xs.hidden-lg,
5700
  td.hidden-xs.hidden-lg {
5701
    display: none !important;
5702
  }
5703
}
5704
.hidden-sm {
5705
  display: block !important;
5706
}
5707
tr.hidden-sm {
5708
  display: table-row !important;
5709
}
5710
th.hidden-sm,
5711
td.hidden-sm {
5712
  display: table-cell !important;
5713
}
5714
@media (max-width: 767px) {
5715
  .hidden-sm.hidden-xs {
5716
    display: none !important;
5717
  }
5718
  tr.hidden-sm.hidden-xs {
5719
    display: none !important;
5720
  }
5721
  th.hidden-sm.hidden-xs,
5722
  td.hidden-sm.hidden-xs {
5723
    display: none !important;
5724
  }
5725
}
5726
@media (min-width: 768px) and (max-width: 991px) {
5727
  .hidden-sm {
5728
    display: none !important;
5729
  }
5730
  tr.hidden-sm {
5731
    display: none !important;
5732
  }
5733
  th.hidden-sm,
5734
  td.hidden-sm {
5735
    display: none !important;
5736
  }
5737
}
5738
@media (min-width: 992px) and (max-width: 1199px) {
5739
  .hidden-sm.hidden-md {
5740
    display: none !important;
5741
  }
5742
  tr.hidden-sm.hidden-md {
5743
    display: none !important;
5744
  }
5745
  th.hidden-sm.hidden-md,
5746
  td.hidden-sm.hidden-md {
5747
    display: none !important;
5748
  }
5749
}
5750
@media (min-width: 1200px) {
5751
  .hidden-sm.hidden-lg {
5752
    display: none !important;
5753
  }
5754
  tr.hidden-sm.hidden-lg {
5755
    display: none !important;
5756
  }
5757
  th.hidden-sm.hidden-lg,
5758
  td.hidden-sm.hidden-lg {
5759
    display: none !important;
5760
  }
5761
}
5762
.hidden-md {
5763
  display: block !important;
5764
}
5765
tr.hidden-md {
5766
  display: table-row !important;
5767
}
5768
th.hidden-md,
5769
td.hidden-md {
5770
  display: table-cell !important;
5771
}
5772
@media (max-width: 767px) {
5773
  .hidden-md.hidden-xs {
5774
    display: none !important;
5775
  }
5776
  tr.hidden-md.hidden-xs {
5777
    display: none !important;
5778
  }
5779
  th.hidden-md.hidden-xs,
5780
  td.hidden-md.hidden-xs {
5781
    display: none !important;
5782
  }
5783
}
5784
@media (min-width: 768px) and (max-width: 991px) {
5785
  .hidden-md.hidden-sm {
5786
    display: none !important;
5787
  }
5788
  tr.hidden-md.hidden-sm {
5789
    display: none !important;
5790
  }
5791
  th.hidden-md.hidden-sm,
5792
  td.hidden-md.hidden-sm {
5793
    display: none !important;
5794
  }
5795
}
5796
@media (min-width: 992px) and (max-width: 1199px) {
5797
  .hidden-md {
5798
    display: none !important;
5799
  }
5800
  tr.hidden-md {
5801
    display: none !important;
5802
  }
5803
  th.hidden-md,
5804
  td.hidden-md {
5805
    display: none !important;
5806
  }
5807
}
5808
@media (min-width: 1200px) {
5809
  .hidden-md.hidden-lg {
5810
    display: none !important;
5811
  }
5812
  tr.hidden-md.hidden-lg {
5813
    display: none !important;
5814
  }
5815
  th.hidden-md.hidden-lg,
5816
  td.hidden-md.hidden-lg {
5817
    display: none !important;
5818
  }
5819
}
5820
.hidden-lg {
5821
  display: block !important;
5822
}
5823
tr.hidden-lg {
5824
  display: table-row !important;
5825
}
5826
th.hidden-lg,
5827
td.hidden-lg {
5828
  display: table-cell !important;
5829
}
5830
@media (max-width: 767px) {
5831
  .hidden-lg.hidden-xs {
5832
    display: none !important;
5833
  }
5834
  tr.hidden-lg.hidden-xs {
5835
    display: none !important;
5836
  }
5837
  th.hidden-lg.hidden-xs,
5838
  td.hidden-lg.hidden-xs {
5839
    display: none !important;
5840
  }
5841
}
5842
@media (min-width: 768px) and (max-width: 991px) {
5843
  .hidden-lg.hidden-sm {
5844
    display: none !important;
5845
  }
5846
  tr.hidden-lg.hidden-sm {
5847
    display: none !important;
5848
  }
5849
  th.hidden-lg.hidden-sm,
5850
  td.hidden-lg.hidden-sm {
5851
    display: none !important;
5852
  }
5853
}
5854
@media (min-width: 992px) and (max-width: 1199px) {
5855
  .hidden-lg.hidden-md {
5856
    display: none !important;
5857
  }
5858
  tr.hidden-lg.hidden-md {
5859
    display: none !important;
5860
  }
5861
  th.hidden-lg.hidden-md,
5862
  td.hidden-lg.hidden-md {
5863
    display: none !important;
5864
  }
5865
}
5866
@media (min-width: 1200px) {
5867
  .hidden-lg {
5868
    display: none !important;
5869
  }
5870
  tr.hidden-lg {
5871
    display: none !important;
5872
  }
5873
  th.hidden-lg,
5874
  td.hidden-lg {
5875
    display: none !important;
5876
  }
5877
}
5878
.visible-print {
5879
  display: none !important;
5880
}
5881
tr.visible-print {
5882
  display: none !important;
5883
}
5884
th.visible-print,
5885
td.visible-print {
5886
  display: none !important;
5887
}
5888
@media print {
5889
  .visible-print {
5890
    display: block !important;
5891
  }
5892
  tr.visible-print {
5893
    display: table-row !important;
5894
  }
5895
  th.visible-print,
5896
  td.visible-print {
5897
    display: table-cell !important;
5898
  }
5899
  .hidden-print {
5900
    display: none !important;
5901
  }
5902
  tr.hidden-print {
5903
    display: none !important;
5904
  }
5905
  th.hidden-print,
5906
  td.hidden-print {
5907
    display: none !important;
5908
  }
5909
}