betterplace-content 0.1.53 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/_sass/generics.scss DELETED
@@ -1,3190 +0,0 @@
1
- // created from generics.sass
2
- // with these modules:
3
- //
4
- // @import initialize/colors
5
- // @import initialize/variables
6
- // @import initialize/bootstrap_customization
7
- // @import bootstrap/mixins
8
- // @import bootstrap/variables
9
- // @import bootstrap/forms
10
- // @import bootstrap/progress-bars
11
- // @import initialize/mixins
12
- // @import initialize/media_queries
13
- // @import initialize/forms
14
- // @import initialize/links
15
- // @import initialize/fontawesome
16
- // @import initialize/scss_maps
17
- // @import generics/white_shadowed_box
18
- // @import generics/benefit_list
19
- // @import generics/blockquote
20
- // @import generics/button_group
21
- // @import generics/check_list
22
- // @import generics/content_header
23
- // @import generics/copy_component
24
- // @import generics/copy_html
25
- // @import generics/flashmessage
26
- // @import generics/graphic_background
27
- // @import generics/pagination_as_table
28
- // @import generics/public_sidebar_menu
29
- // @import generics/responsive_video_wrapper
30
- // @import generics/scroll_down_button
31
- // @import generics/social_media_buttons
32
- // @import generics/social_sharing
33
- // @import generics/tags
34
- // @import generics/white_box
35
-
36
- @charset "UTF-8";
37
-
38
- .sr-only {
39
- position: absolute;
40
- width: 1px;
41
- height: 1px;
42
- padding: 0;
43
- margin: -1px;
44
- overflow: hidden;
45
- clip: rect(0, 0, 0, 0);
46
- border: 0;
47
- }
48
-
49
- .sr-only-focusable:active, .sr-only-focusable:focus {
50
- position: static;
51
- width: auto;
52
- height: auto;
53
- margin: 0;
54
- overflow: visible;
55
- clip: auto;
56
- }
57
-
58
- fieldset {
59
- padding: 0;
60
- margin: 0;
61
- border: 0;
62
- min-width: 0;
63
- }
64
-
65
- legend {
66
- display: block;
67
- width: 100%;
68
- padding: 0;
69
- margin-bottom: 18px;
70
- font-size: 19.5px;
71
- line-height: inherit;
72
- color: #333333;
73
- border: 0;
74
- border-bottom: 1px solid #e5e5e5;
75
- }
76
-
77
- label {
78
- display: inline-block;
79
- max-width: 100%;
80
- margin-bottom: 5px;
81
- font-weight: bold;
82
- }
83
-
84
- input[type="search"] {
85
- -webkit-box-sizing: border-box;
86
- -moz-box-sizing: border-box;
87
- box-sizing: border-box;
88
- }
89
-
90
- input[type="radio"],
91
- input[type="checkbox"] {
92
- margin: 4px 0 0;
93
- margin-top: 1px \9;
94
- line-height: normal;
95
- }
96
-
97
- input[type="file"] {
98
- display: block;
99
- }
100
-
101
- input[type="range"] {
102
- display: block;
103
- width: 100%;
104
- }
105
-
106
- select[multiple],
107
- select[size] {
108
- height: auto;
109
- }
110
-
111
- input[type="file"]:focus,
112
- input[type="radio"]:focus,
113
- input[type="checkbox"]:focus {
114
- outline: 5px auto -webkit-focus-ring-color;
115
- outline-offset: -2px;
116
- }
117
-
118
- output {
119
- display: block;
120
- padding-top: 7px;
121
- font-size: 13px;
122
- line-height: 1.428571429;
123
- color: #555555;
124
- }
125
-
126
- .form-control, input[type="text"],
127
- input[iype="number"],
128
- input[type="password"],
129
- input[type="datetime"],
130
- input[type="datetime-local"],
131
- input[type="date"],
132
- input[type="month"],
133
- input[type="time"],
134
- input[type="week"],
135
- input[type="number"],
136
- input[type="email"],
137
- input[type="url"],
138
- input[type="search"],
139
- input[type="tel"],
140
- input[type="color"],
141
- .uneditable-input,
142
- select,
143
- textarea {
144
- display: block;
145
- width: 100%;
146
- height: 34px;
147
- padding: 6px 12px;
148
- font-size: 13px;
149
- line-height: 1.428571429;
150
- color: #555555;
151
- background-color: #fff;
152
- background-image: none;
153
- border: 1px solid #ccc;
154
- border-radius: 4px;
155
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
156
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
157
- -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
158
- -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
159
- transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
160
- }
161
- .form-control:focus, input[type="text"]:focus,
162
- input[iype="number"]:focus,
163
- input[type="password"]:focus,
164
- input[type="datetime"]:focus,
165
- input[type="datetime-local"]:focus,
166
- input[type="date"]:focus,
167
- input[type="month"]:focus,
168
- input[type="time"]:focus,
169
- input[type="week"]:focus,
170
- input[type="number"]:focus,
171
- input[type="email"]:focus,
172
- input[type="url"]:focus,
173
- input[type="search"]:focus,
174
- input[type="tel"]:focus,
175
- input[type="color"]:focus,
176
- .uneditable-input:focus,
177
- select:focus,
178
- textarea:focus {
179
- border-color: #66afe9;
180
- outline: 0;
181
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
182
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
183
- }
184
- .form-control::-moz-placeholder, input[type="text"]::-moz-placeholder,
185
- input[iype="number"]::-moz-placeholder,
186
- input[type="password"]::-moz-placeholder,
187
- input[type="datetime"]::-moz-placeholder,
188
- input[type="datetime-local"]::-moz-placeholder,
189
- input[type="date"]::-moz-placeholder,
190
- input[type="month"]::-moz-placeholder,
191
- input[type="time"]::-moz-placeholder,
192
- input[type="week"]::-moz-placeholder,
193
- input[type="number"]::-moz-placeholder,
194
- input[type="email"]::-moz-placeholder,
195
- input[type="url"]::-moz-placeholder,
196
- input[type="search"]::-moz-placeholder,
197
- input[type="tel"]::-moz-placeholder,
198
- input[type="color"]::-moz-placeholder,
199
- .uneditable-input::-moz-placeholder,
200
- select::-moz-placeholder,
201
- textarea::-moz-placeholder {
202
- color: #999;
203
- opacity: 1;
204
- }
205
- .form-control:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder,
206
- input[iype="number"]:-ms-input-placeholder,
207
- input[type="password"]:-ms-input-placeholder,
208
- input[type="datetime"]:-ms-input-placeholder,
209
- input[type="datetime-local"]:-ms-input-placeholder,
210
- input[type="date"]:-ms-input-placeholder,
211
- input[type="month"]:-ms-input-placeholder,
212
- input[type="time"]:-ms-input-placeholder,
213
- input[type="week"]:-ms-input-placeholder,
214
- input[type="number"]:-ms-input-placeholder,
215
- input[type="email"]:-ms-input-placeholder,
216
- input[type="url"]:-ms-input-placeholder,
217
- input[type="search"]:-ms-input-placeholder,
218
- input[type="tel"]:-ms-input-placeholder,
219
- input[type="color"]:-ms-input-placeholder,
220
- .uneditable-input:-ms-input-placeholder,
221
- select:-ms-input-placeholder,
222
- textarea:-ms-input-placeholder {
223
- color: #999;
224
- }
225
- .form-control::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder,
226
- input[iype="number"]::-webkit-input-placeholder,
227
- input[type="password"]::-webkit-input-placeholder,
228
- input[type="datetime"]::-webkit-input-placeholder,
229
- input[type="datetime-local"]::-webkit-input-placeholder,
230
- input[type="date"]::-webkit-input-placeholder,
231
- input[type="month"]::-webkit-input-placeholder,
232
- input[type="time"]::-webkit-input-placeholder,
233
- input[type="week"]::-webkit-input-placeholder,
234
- input[type="number"]::-webkit-input-placeholder,
235
- input[type="email"]::-webkit-input-placeholder,
236
- input[type="url"]::-webkit-input-placeholder,
237
- input[type="search"]::-webkit-input-placeholder,
238
- input[type="tel"]::-webkit-input-placeholder,
239
- input[type="color"]::-webkit-input-placeholder,
240
- .uneditable-input::-webkit-input-placeholder,
241
- select::-webkit-input-placeholder,
242
- textarea::-webkit-input-placeholder {
243
- color: #999;
244
- }
245
- .form-control::-ms-expand, input[type="text"]::-ms-expand,
246
- input[iype="number"]::-ms-expand,
247
- input[type="password"]::-ms-expand,
248
- input[type="datetime"]::-ms-expand,
249
- input[type="datetime-local"]::-ms-expand,
250
- input[type="date"]::-ms-expand,
251
- input[type="month"]::-ms-expand,
252
- input[type="time"]::-ms-expand,
253
- input[type="week"]::-ms-expand,
254
- input[type="number"]::-ms-expand,
255
- input[type="email"]::-ms-expand,
256
- input[type="url"]::-ms-expand,
257
- input[type="search"]::-ms-expand,
258
- input[type="tel"]::-ms-expand,
259
- input[type="color"]::-ms-expand,
260
- .uneditable-input::-ms-expand,
261
- select::-ms-expand,
262
- textarea::-ms-expand {
263
- border: 0;
264
- background-color: transparent;
265
- }
266
- .form-control[disabled], input[disabled][type="text"],
267
- input[disabled][iype="number"],
268
- input[disabled][type="password"],
269
- input[disabled][type="datetime"],
270
- input[disabled][type="datetime-local"],
271
- input[disabled][type="date"],
272
- input[disabled][type="month"],
273
- input[disabled][type="time"],
274
- input[disabled][type="week"],
275
- input[disabled][type="number"],
276
- input[disabled][type="email"],
277
- input[disabled][type="url"],
278
- input[disabled][type="search"],
279
- input[disabled][type="tel"],
280
- input[disabled][type="color"],
281
- [disabled].uneditable-input,
282
- select[disabled],
283
- textarea[disabled], .form-control[readonly], input[readonly][type="text"],
284
- input[readonly][iype="number"],
285
- input[readonly][type="password"],
286
- input[readonly][type="datetime"],
287
- input[readonly][type="datetime-local"],
288
- input[readonly][type="date"],
289
- input[readonly][type="month"],
290
- input[readonly][type="time"],
291
- input[readonly][type="week"],
292
- input[readonly][type="number"],
293
- input[readonly][type="email"],
294
- input[readonly][type="url"],
295
- input[readonly][type="search"],
296
- input[readonly][type="tel"],
297
- input[readonly][type="color"],
298
- [readonly].uneditable-input,
299
- select[readonly],
300
- textarea[readonly], fieldset[disabled] .form-control, fieldset[disabled] input[type="text"],
301
- fieldset[disabled] input[iype="number"],
302
- fieldset[disabled] input[type="password"],
303
- fieldset[disabled] input[type="datetime"],
304
- fieldset[disabled] input[type="datetime-local"],
305
- fieldset[disabled] input[type="date"],
306
- fieldset[disabled] input[type="month"],
307
- fieldset[disabled] input[type="time"],
308
- fieldset[disabled] input[type="week"],
309
- fieldset[disabled] input[type="number"],
310
- fieldset[disabled] input[type="email"],
311
- fieldset[disabled] input[type="url"],
312
- fieldset[disabled] input[type="search"],
313
- fieldset[disabled] input[type="tel"],
314
- fieldset[disabled] input[type="color"],
315
- fieldset[disabled] .uneditable-input,
316
- fieldset[disabled] select,
317
- fieldset[disabled] textarea {
318
- background-color: #eeeeee;
319
- opacity: 1;
320
- }
321
- .form-control[disabled], input[disabled][type="text"],
322
- input[disabled][iype="number"],
323
- input[disabled][type="password"],
324
- input[disabled][type="datetime"],
325
- input[disabled][type="datetime-local"],
326
- input[disabled][type="date"],
327
- input[disabled][type="month"],
328
- input[disabled][type="time"],
329
- input[disabled][type="week"],
330
- input[disabled][type="number"],
331
- input[disabled][type="email"],
332
- input[disabled][type="url"],
333
- input[disabled][type="search"],
334
- input[disabled][type="tel"],
335
- input[disabled][type="color"],
336
- [disabled].uneditable-input,
337
- select[disabled],
338
- textarea[disabled], fieldset[disabled] .form-control, fieldset[disabled] input[type="text"],
339
- fieldset[disabled] input[iype="number"],
340
- fieldset[disabled] input[type="password"],
341
- fieldset[disabled] input[type="datetime"],
342
- fieldset[disabled] input[type="datetime-local"],
343
- fieldset[disabled] input[type="date"],
344
- fieldset[disabled] input[type="month"],
345
- fieldset[disabled] input[type="time"],
346
- fieldset[disabled] input[type="week"],
347
- fieldset[disabled] input[type="number"],
348
- fieldset[disabled] input[type="email"],
349
- fieldset[disabled] input[type="url"],
350
- fieldset[disabled] input[type="search"],
351
- fieldset[disabled] input[type="tel"],
352
- fieldset[disabled] input[type="color"],
353
- fieldset[disabled] .uneditable-input,
354
- fieldset[disabled] select,
355
- fieldset[disabled] textarea {
356
- cursor: not-allowed;
357
- }
358
-
359
- textarea.form-control,
360
- textarea.uneditable-input,
361
- textarea {
362
- height: auto;
363
- }
364
-
365
- input[type="search"] {
366
- -webkit-appearance: none;
367
- }
368
-
369
- @media screen and (-webkit-min-device-pixel-ratio: 0) {
370
- input[type="date"].form-control,
371
- input[type="date"],
372
- input[type="time"].form-control,
373
- input[type="time"],
374
- input[type="datetime-local"].form-control,
375
- input[type="datetime-local"],
376
- input[type="month"].form-control,
377
- input[type="month"] {
378
- line-height: 34px;
379
- }
380
- input[type="date"].input-sm, .input-group-sm input[type="date"],
381
- input[type="time"].input-sm,
382
- .input-group-sm input[type="time"],
383
- input[type="datetime-local"].input-sm,
384
- .input-group-sm input[type="datetime-local"],
385
- input[type="month"].input-sm,
386
- .input-group-sm input[type="month"] {
387
- line-height: 30px;
388
- }
389
- input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] {
390
- line-height: 45px;
391
- }
392
- }
393
- .form-group {
394
- margin-bottom: 15px;
395
- }
396
-
397
- .radio,
398
- .checkbox {
399
- position: relative;
400
- display: block;
401
- margin-top: 10px;
402
- margin-bottom: 10px;
403
- }
404
- .radio label,
405
- .checkbox label {
406
- min-height: 18px;
407
- padding-left: 20px;
408
- margin-bottom: 0;
409
- font-weight: normal;
410
- cursor: pointer;
411
- }
412
-
413
- .radio input[type="radio"],
414
- .radio-inline input[type="radio"],
415
- .checkbox input[type="checkbox"],
416
- .checkbox-inline input[type="checkbox"] {
417
- position: absolute;
418
- margin-left: -20px;
419
- margin-top: 4px \9;
420
- }
421
-
422
- .radio + .radio,
423
- .checkbox + .checkbox {
424
- margin-top: -5px;
425
- }
426
-
427
- .radio-inline,
428
- .checkbox-inline {
429
- position: relative;
430
- display: inline-block;
431
- padding-left: 20px;
432
- margin-bottom: 0;
433
- vertical-align: middle;
434
- font-weight: normal;
435
- cursor: pointer;
436
- }
437
-
438
- .radio-inline + .radio-inline,
439
- .checkbox-inline + .checkbox-inline {
440
- margin-top: 0;
441
- margin-left: 10px;
442
- }
443
-
444
- input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
445
- input[type="checkbox"][disabled],
446
- input[type="checkbox"].disabled,
447
- fieldset[disabled] input[type="checkbox"] {
448
- cursor: not-allowed;
449
- }
450
-
451
- .radio-inline.disabled, fieldset[disabled] .radio-inline,
452
- .checkbox-inline.disabled,
453
- fieldset[disabled] .checkbox-inline {
454
- cursor: not-allowed;
455
- }
456
-
457
- .radio.disabled label, fieldset[disabled] .radio label,
458
- .checkbox.disabled label,
459
- fieldset[disabled] .checkbox label {
460
- cursor: not-allowed;
461
- }
462
-
463
- .form-control-static {
464
- padding-top: 7px;
465
- padding-bottom: 7px;
466
- margin-bottom: 0;
467
- min-height: 31px;
468
- }
469
- .form-control-static.input-lg, .form-control-static.input-sm {
470
- padding-left: 0;
471
- padding-right: 0;
472
- }
473
-
474
- .input-sm {
475
- height: 30px;
476
- padding: 5px 10px;
477
- font-size: 12px;
478
- line-height: 1.5;
479
- border-radius: 3px;
480
- }
481
-
482
- select.input-sm {
483
- height: 30px;
484
- line-height: 30px;
485
- }
486
-
487
- textarea.input-sm,
488
- select[multiple].input-sm {
489
- height: auto;
490
- }
491
-
492
- .form-group-sm .form-control, .form-group-sm input[type="text"],
493
- .form-group-sm input[iype="number"],
494
- .form-group-sm input[type="password"],
495
- .form-group-sm input[type="datetime"],
496
- .form-group-sm input[type="datetime-local"],
497
- .form-group-sm input[type="date"],
498
- .form-group-sm input[type="month"],
499
- .form-group-sm input[type="time"],
500
- .form-group-sm input[type="week"],
501
- .form-group-sm input[type="number"],
502
- .form-group-sm input[type="email"],
503
- .form-group-sm input[type="url"],
504
- .form-group-sm input[type="search"],
505
- .form-group-sm input[type="tel"],
506
- .form-group-sm input[type="color"],
507
- .form-group-sm .uneditable-input,
508
- .form-group-sm select,
509
- .form-group-sm textarea {
510
- height: 30px;
511
- padding: 5px 10px;
512
- font-size: 12px;
513
- line-height: 1.5;
514
- border-radius: 3px;
515
- }
516
- .form-group-sm select.form-control,
517
- .form-group-sm select.uneditable-input,
518
- .form-group-sm select {
519
- height: 30px;
520
- line-height: 30px;
521
- }
522
- .form-group-sm textarea.form-control,
523
- .form-group-sm textarea.uneditable-input,
524
- .form-group-sm textarea,
525
- .form-group-sm select[multiple].form-control,
526
- .form-group-sm select[multiple].uneditable-input,
527
- .form-group-sm select[multiple] {
528
- height: auto;
529
- }
530
- .form-group-sm .form-control-static {
531
- height: 30px;
532
- min-height: 30px;
533
- padding: 6px 10px;
534
- font-size: 12px;
535
- line-height: 1.5;
536
- }
537
-
538
- .input-lg {
539
- height: 45px;
540
- padding: 10px 16px;
541
- font-size: 17px;
542
- line-height: 1.3333333;
543
- border-radius: 6px;
544
- }
545
-
546
- select.input-lg {
547
- height: 45px;
548
- line-height: 45px;
549
- }
550
-
551
- textarea.input-lg,
552
- select[multiple].input-lg {
553
- height: auto;
554
- }
555
-
556
- .form-group-lg .form-control, .form-group-lg input[type="text"],
557
- .form-group-lg input[iype="number"],
558
- .form-group-lg input[type="password"],
559
- .form-group-lg input[type="datetime"],
560
- .form-group-lg input[type="datetime-local"],
561
- .form-group-lg input[type="date"],
562
- .form-group-lg input[type="month"],
563
- .form-group-lg input[type="time"],
564
- .form-group-lg input[type="week"],
565
- .form-group-lg input[type="number"],
566
- .form-group-lg input[type="email"],
567
- .form-group-lg input[type="url"],
568
- .form-group-lg input[type="search"],
569
- .form-group-lg input[type="tel"],
570
- .form-group-lg input[type="color"],
571
- .form-group-lg .uneditable-input,
572
- .form-group-lg select,
573
- .form-group-lg textarea {
574
- height: 45px;
575
- padding: 10px 16px;
576
- font-size: 17px;
577
- line-height: 1.3333333;
578
- border-radius: 6px;
579
- }
580
- .form-group-lg select.form-control,
581
- .form-group-lg select.uneditable-input,
582
- .form-group-lg select {
583
- height: 45px;
584
- line-height: 45px;
585
- }
586
- .form-group-lg textarea.form-control,
587
- .form-group-lg textarea.uneditable-input,
588
- .form-group-lg textarea,
589
- .form-group-lg select[multiple].form-control,
590
- .form-group-lg select[multiple].uneditable-input,
591
- .form-group-lg select[multiple] {
592
- height: auto;
593
- }
594
- .form-group-lg .form-control-static {
595
- height: 45px;
596
- min-height: 35px;
597
- padding: 11px 16px;
598
- font-size: 17px;
599
- line-height: 1.3333333;
600
- }
601
-
602
- .has-feedback {
603
- position: relative;
604
- }
605
- .has-feedback .form-control, .has-feedback input[type="text"],
606
- .has-feedback input[iype="number"],
607
- .has-feedback input[type="password"],
608
- .has-feedback input[type="datetime"],
609
- .has-feedback input[type="datetime-local"],
610
- .has-feedback input[type="date"],
611
- .has-feedback input[type="month"],
612
- .has-feedback input[type="time"],
613
- .has-feedback input[type="week"],
614
- .has-feedback input[type="number"],
615
- .has-feedback input[type="email"],
616
- .has-feedback input[type="url"],
617
- .has-feedback input[type="search"],
618
- .has-feedback input[type="tel"],
619
- .has-feedback input[type="color"],
620
- .has-feedback .uneditable-input,
621
- .has-feedback select,
622
- .has-feedback textarea {
623
- padding-right: 42.5px;
624
- }
625
-
626
- .form-control-feedback {
627
- position: absolute;
628
- top: 0;
629
- right: 0;
630
- z-index: 2;
631
- display: block;
632
- width: 34px;
633
- height: 34px;
634
- line-height: 34px;
635
- text-align: center;
636
- pointer-events: none;
637
- }
638
-
639
- .input-lg + .form-control-feedback,
640
- .input-group-lg + .form-control-feedback,
641
- .form-group-lg .form-control + .form-control-feedback,
642
- .form-group-lg input[type="text"] + .form-control-feedback,
643
- .form-group-lg input[iype="number"] + .form-control-feedback,
644
- .form-group-lg input[type="password"] + .form-control-feedback,
645
- .form-group-lg input[type="datetime"] + .form-control-feedback,
646
- .form-group-lg input[type="datetime-local"] + .form-control-feedback,
647
- .form-group-lg input[type="date"] + .form-control-feedback,
648
- .form-group-lg input[type="month"] + .form-control-feedback,
649
- .form-group-lg input[type="time"] + .form-control-feedback,
650
- .form-group-lg input[type="week"] + .form-control-feedback,
651
- .form-group-lg input[type="number"] + .form-control-feedback,
652
- .form-group-lg input[type="email"] + .form-control-feedback,
653
- .form-group-lg input[type="url"] + .form-control-feedback,
654
- .form-group-lg input[type="search"] + .form-control-feedback,
655
- .form-group-lg input[type="tel"] + .form-control-feedback,
656
- .form-group-lg input[type="color"] + .form-control-feedback,
657
- .form-group-lg .uneditable-input + .form-control-feedback,
658
- .form-group-lg select + .form-control-feedback,
659
- .form-group-lg textarea + .form-control-feedback {
660
- width: 45px;
661
- height: 45px;
662
- line-height: 45px;
663
- }
664
-
665
- .input-sm + .form-control-feedback,
666
- .input-group-sm + .form-control-feedback,
667
- .form-group-sm .form-control + .form-control-feedback,
668
- .form-group-sm input[type="text"] + .form-control-feedback,
669
- .form-group-sm input[iype="number"] + .form-control-feedback,
670
- .form-group-sm input[type="password"] + .form-control-feedback,
671
- .form-group-sm input[type="datetime"] + .form-control-feedback,
672
- .form-group-sm input[type="datetime-local"] + .form-control-feedback,
673
- .form-group-sm input[type="date"] + .form-control-feedback,
674
- .form-group-sm input[type="month"] + .form-control-feedback,
675
- .form-group-sm input[type="time"] + .form-control-feedback,
676
- .form-group-sm input[type="week"] + .form-control-feedback,
677
- .form-group-sm input[type="number"] + .form-control-feedback,
678
- .form-group-sm input[type="email"] + .form-control-feedback,
679
- .form-group-sm input[type="url"] + .form-control-feedback,
680
- .form-group-sm input[type="search"] + .form-control-feedback,
681
- .form-group-sm input[type="tel"] + .form-control-feedback,
682
- .form-group-sm input[type="color"] + .form-control-feedback,
683
- .form-group-sm .uneditable-input + .form-control-feedback,
684
- .form-group-sm select + .form-control-feedback,
685
- .form-group-sm textarea + .form-control-feedback {
686
- width: 30px;
687
- height: 30px;
688
- line-height: 30px;
689
- }
690
-
691
- .has-success .help-block,
692
- .has-success .control-label,
693
- .has-success .radio,
694
- .has-success .checkbox,
695
- .has-success .radio-inline,
696
- .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
697
- color: #3c763d;
698
- }
699
- .has-success .form-control, .has-success input[type="text"],
700
- .has-success input[iype="number"],
701
- .has-success input[type="password"],
702
- .has-success input[type="datetime"],
703
- .has-success input[type="datetime-local"],
704
- .has-success input[type="date"],
705
- .has-success input[type="month"],
706
- .has-success input[type="time"],
707
- .has-success input[type="week"],
708
- .has-success input[type="number"],
709
- .has-success input[type="email"],
710
- .has-success input[type="url"],
711
- .has-success input[type="search"],
712
- .has-success input[type="tel"],
713
- .has-success input[type="color"],
714
- .has-success .uneditable-input,
715
- .has-success select,
716
- .has-success textarea {
717
- border-color: #3c763d;
718
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
719
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
720
- }
721
- .has-success .form-control:focus, .has-success input[type="text"]:focus,
722
- .has-success input[iype="number"]:focus,
723
- .has-success input[type="password"]:focus,
724
- .has-success input[type="datetime"]:focus,
725
- .has-success input[type="datetime-local"]:focus,
726
- .has-success input[type="date"]:focus,
727
- .has-success input[type="month"]:focus,
728
- .has-success input[type="time"]:focus,
729
- .has-success input[type="week"]:focus,
730
- .has-success input[type="number"]:focus,
731
- .has-success input[type="email"]:focus,
732
- .has-success input[type="url"]:focus,
733
- .has-success input[type="search"]:focus,
734
- .has-success input[type="tel"]:focus,
735
- .has-success input[type="color"]:focus,
736
- .has-success .uneditable-input:focus,
737
- .has-success select:focus,
738
- .has-success textarea:focus {
739
- border-color: #2b542c;
740
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
741
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
742
- }
743
- .has-success .input-group-addon {
744
- color: #3c763d;
745
- border-color: #3c763d;
746
- background-color: #dff0d8;
747
- }
748
- .has-success .form-control-feedback {
749
- color: #3c763d;
750
- }
751
-
752
- .has-warning .help-block,
753
- .has-warning .control-label,
754
- .has-warning .radio,
755
- .has-warning .checkbox,
756
- .has-warning .radio-inline,
757
- .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
758
- color: #8a6d3b;
759
- }
760
- .has-warning .form-control, .has-warning input[type="text"],
761
- .has-warning input[iype="number"],
762
- .has-warning input[type="password"],
763
- .has-warning input[type="datetime"],
764
- .has-warning input[type="datetime-local"],
765
- .has-warning input[type="date"],
766
- .has-warning input[type="month"],
767
- .has-warning input[type="time"],
768
- .has-warning input[type="week"],
769
- .has-warning input[type="number"],
770
- .has-warning input[type="email"],
771
- .has-warning input[type="url"],
772
- .has-warning input[type="search"],
773
- .has-warning input[type="tel"],
774
- .has-warning input[type="color"],
775
- .has-warning .uneditable-input,
776
- .has-warning select,
777
- .has-warning textarea {
778
- border-color: #8a6d3b;
779
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
780
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
781
- }
782
- .has-warning .form-control:focus, .has-warning input[type="text"]:focus,
783
- .has-warning input[iype="number"]:focus,
784
- .has-warning input[type="password"]:focus,
785
- .has-warning input[type="datetime"]:focus,
786
- .has-warning input[type="datetime-local"]:focus,
787
- .has-warning input[type="date"]:focus,
788
- .has-warning input[type="month"]:focus,
789
- .has-warning input[type="time"]:focus,
790
- .has-warning input[type="week"]:focus,
791
- .has-warning input[type="number"]:focus,
792
- .has-warning input[type="email"]:focus,
793
- .has-warning input[type="url"]:focus,
794
- .has-warning input[type="search"]:focus,
795
- .has-warning input[type="tel"]:focus,
796
- .has-warning input[type="color"]:focus,
797
- .has-warning .uneditable-input:focus,
798
- .has-warning select:focus,
799
- .has-warning textarea:focus {
800
- border-color: #66512c;
801
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
802
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
803
- }
804
- .has-warning .input-group-addon {
805
- color: #8a6d3b;
806
- border-color: #8a6d3b;
807
- background-color: #fcf8e3;
808
- }
809
- .has-warning .form-control-feedback {
810
- color: #8a6d3b;
811
- }
812
-
813
- .has-error .help-block,
814
- .has-error .control-label,
815
- .has-error .radio,
816
- .has-error .checkbox,
817
- .has-error .radio-inline,
818
- .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
819
- color: #a94442;
820
- }
821
- .has-error .form-control, .has-error input[type="text"],
822
- .has-error input[iype="number"],
823
- .has-error input[type="password"],
824
- .has-error input[type="datetime"],
825
- .has-error input[type="datetime-local"],
826
- .has-error input[type="date"],
827
- .has-error input[type="month"],
828
- .has-error input[type="time"],
829
- .has-error input[type="week"],
830
- .has-error input[type="number"],
831
- .has-error input[type="email"],
832
- .has-error input[type="url"],
833
- .has-error input[type="search"],
834
- .has-error input[type="tel"],
835
- .has-error input[type="color"],
836
- .has-error .uneditable-input,
837
- .has-error select,
838
- .has-error textarea {
839
- border-color: #a94442;
840
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
841
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
842
- }
843
- .has-error .form-control:focus, .has-error input[type="text"]:focus,
844
- .has-error input[iype="number"]:focus,
845
- .has-error input[type="password"]:focus,
846
- .has-error input[type="datetime"]:focus,
847
- .has-error input[type="datetime-local"]:focus,
848
- .has-error input[type="date"]:focus,
849
- .has-error input[type="month"]:focus,
850
- .has-error input[type="time"]:focus,
851
- .has-error input[type="week"]:focus,
852
- .has-error input[type="number"]:focus,
853
- .has-error input[type="email"]:focus,
854
- .has-error input[type="url"]:focus,
855
- .has-error input[type="search"]:focus,
856
- .has-error input[type="tel"]:focus,
857
- .has-error input[type="color"]:focus,
858
- .has-error .uneditable-input:focus,
859
- .has-error select:focus,
860
- .has-error textarea:focus {
861
- border-color: #843534;
862
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
863
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
864
- }
865
- .has-error .input-group-addon {
866
- color: #a94442;
867
- border-color: #a94442;
868
- background-color: #f2dede;
869
- }
870
- .has-error .form-control-feedback {
871
- color: #a94442;
872
- }
873
-
874
- .has-feedback label ~ .form-control-feedback {
875
- top: 23px;
876
- }
877
- .has-feedback label.sr-only ~ .form-control-feedback {
878
- top: 0;
879
- }
880
-
881
- .help-block {
882
- display: block;
883
- margin-top: 5px;
884
- margin-bottom: 10px;
885
- color: #7f7f7f;
886
- }
887
-
888
- @media (min-width: 769px) {
889
- .form-inline .form-group {
890
- display: inline-block;
891
- margin-bottom: 0;
892
- vertical-align: middle;
893
- }
894
- .form-inline .form-control, .form-inline input[type="text"],
895
- .form-inline input[iype="number"],
896
- .form-inline input[type="password"],
897
- .form-inline input[type="datetime"],
898
- .form-inline input[type="datetime-local"],
899
- .form-inline input[type="date"],
900
- .form-inline input[type="month"],
901
- .form-inline input[type="time"],
902
- .form-inline input[type="week"],
903
- .form-inline input[type="number"],
904
- .form-inline input[type="email"],
905
- .form-inline input[type="url"],
906
- .form-inline input[type="search"],
907
- .form-inline input[type="tel"],
908
- .form-inline input[type="color"],
909
- .form-inline .uneditable-input,
910
- .form-inline select,
911
- .form-inline textarea {
912
- display: inline-block;
913
- width: auto;
914
- vertical-align: middle;
915
- }
916
- .form-inline .form-control-static {
917
- display: inline-block;
918
- }
919
- .form-inline .input-group {
920
- display: inline-table;
921
- vertical-align: middle;
922
- }
923
- .form-inline .input-group .input-group-addon,
924
- .form-inline .input-group .input-group-btn,
925
- .form-inline .input-group .form-control,
926
- .form-inline .input-group input[type="text"],
927
- .form-inline .input-group input[iype="number"],
928
- .form-inline .input-group input[type="password"],
929
- .form-inline .input-group input[type="datetime"],
930
- .form-inline .input-group input[type="datetime-local"],
931
- .form-inline .input-group input[type="date"],
932
- .form-inline .input-group input[type="month"],
933
- .form-inline .input-group input[type="time"],
934
- .form-inline .input-group input[type="week"],
935
- .form-inline .input-group input[type="number"],
936
- .form-inline .input-group input[type="email"],
937
- .form-inline .input-group input[type="url"],
938
- .form-inline .input-group input[type="search"],
939
- .form-inline .input-group input[type="tel"],
940
- .form-inline .input-group input[type="color"],
941
- .form-inline .input-group .uneditable-input,
942
- .form-inline .input-group select,
943
- .form-inline .input-group textarea {
944
- width: auto;
945
- }
946
- .form-inline .input-group > .form-control, .form-inline .input-group > input[type="text"],
947
- .form-inline .input-group > input[iype="number"],
948
- .form-inline .input-group > input[type="password"],
949
- .form-inline .input-group > input[type="datetime"],
950
- .form-inline .input-group > input[type="datetime-local"],
951
- .form-inline .input-group > input[type="date"],
952
- .form-inline .input-group > input[type="month"],
953
- .form-inline .input-group > input[type="time"],
954
- .form-inline .input-group > input[type="week"],
955
- .form-inline .input-group > input[type="number"],
956
- .form-inline .input-group > input[type="email"],
957
- .form-inline .input-group > input[type="url"],
958
- .form-inline .input-group > input[type="search"],
959
- .form-inline .input-group > input[type="tel"],
960
- .form-inline .input-group > input[type="color"],
961
- .form-inline .input-group > .uneditable-input,
962
- .form-inline .input-group > select,
963
- .form-inline .input-group > textarea {
964
- width: 100%;
965
- }
966
- .form-inline .control-label {
967
- margin-bottom: 0;
968
- vertical-align: middle;
969
- }
970
- .form-inline .radio,
971
- .form-inline .checkbox {
972
- display: inline-block;
973
- margin-top: 0;
974
- margin-bottom: 0;
975
- vertical-align: middle;
976
- }
977
- .form-inline .radio label,
978
- .form-inline .checkbox label {
979
- padding-left: 0;
980
- }
981
- .form-inline .radio input[type="radio"],
982
- .form-inline .checkbox input[type="checkbox"] {
983
- position: relative;
984
- margin-left: 0;
985
- }
986
- .form-inline .has-feedback .form-control-feedback {
987
- top: 0;
988
- }
989
- }
990
-
991
- .form-horizontal .radio,
992
- .form-horizontal .checkbox,
993
- .form-horizontal .radio-inline,
994
- .form-horizontal .checkbox-inline {
995
- margin-top: 0;
996
- margin-bottom: 0;
997
- padding-top: 7px;
998
- }
999
- .form-horizontal .radio,
1000
- .form-horizontal .checkbox {
1001
- min-height: 25px;
1002
- }
1003
- .form-horizontal .form-group {
1004
- margin-left: -10px;
1005
- margin-right: -10px;
1006
- }
1007
- .form-horizontal .form-group:before, .form-horizontal .form-group:after {
1008
- content: " ";
1009
- display: table;
1010
- }
1011
- .form-horizontal .form-group:after {
1012
- clear: both;
1013
- }
1014
- @media (min-width: 769px) {
1015
- .form-horizontal .control-label {
1016
- text-align: right;
1017
- margin-bottom: 0;
1018
- padding-top: 7px;
1019
- }
1020
- }
1021
- .form-horizontal .has-feedback .form-control-feedback {
1022
- right: 10px;
1023
- }
1024
- @media (min-width: 769px) {
1025
- .form-horizontal .form-group-lg .control-label {
1026
- padding-top: 11px;
1027
- font-size: 17px;
1028
- }
1029
- }
1030
- @media (min-width: 769px) {
1031
- .form-horizontal .form-group-sm .control-label {
1032
- padding-top: 6px;
1033
- font-size: 12px;
1034
- }
1035
- }
1036
-
1037
- @-webkit-keyframes progress-bar-stripes {
1038
- from {
1039
- background-position: 40px 0;
1040
- }
1041
- to {
1042
- background-position: 0 0;
1043
- }
1044
- }
1045
- @keyframes progress-bar-stripes {
1046
- from {
1047
- background-position: 40px 0;
1048
- }
1049
- to {
1050
- background-position: 0 0;
1051
- }
1052
- }
1053
- .progress {
1054
- overflow: hidden;
1055
- height: 18px;
1056
- margin-bottom: 18px;
1057
- background-color: #f5f5f5;
1058
- border-radius: 4px;
1059
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
1060
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
1061
- }
1062
-
1063
- .progress-bar {
1064
- float: left;
1065
- width: 0%;
1066
- height: 100%;
1067
- font-size: 12px;
1068
- line-height: 18px;
1069
- color: #fff;
1070
- text-align: center;
1071
- background-color: #337ab7;
1072
- -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
1073
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
1074
- -webkit-transition: width 0.6s ease;
1075
- -o-transition: width 0.6s ease;
1076
- transition: width 0.6s ease;
1077
- }
1078
-
1079
- .progress-striped .progress-bar,
1080
- .progress-bar-striped {
1081
- 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);
1082
- background-image: -o-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);
1083
- 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);
1084
- background-size: 40px 40px;
1085
- }
1086
-
1087
- .progress.active .progress-bar,
1088
- .progress-bar.active {
1089
- -webkit-animation: progress-bar-stripes 2s linear infinite;
1090
- -o-animation: progress-bar-stripes 2s linear infinite;
1091
- animation: progress-bar-stripes 2s linear infinite;
1092
- }
1093
-
1094
- .progress-bar-success {
1095
- background-color: #5cb85c;
1096
- }
1097
- .progress-striped .progress-bar-success {
1098
- 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);
1099
- background-image: -o-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);
1100
- 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);
1101
- }
1102
-
1103
- .progress-bar-info {
1104
- background-color: #5bc0de;
1105
- }
1106
- .progress-striped .progress-bar-info {
1107
- 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);
1108
- background-image: -o-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);
1109
- 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);
1110
- }
1111
-
1112
- .progress-bar-warning {
1113
- background-color: #f0ad4e;
1114
- }
1115
- .progress-striped .progress-bar-warning {
1116
- 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);
1117
- background-image: -o-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);
1118
- 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);
1119
- }
1120
-
1121
- .progress-bar-danger {
1122
- background-color: #d9534f;
1123
- }
1124
- .progress-striped .progress-bar-danger {
1125
- 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);
1126
- background-image: -o-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);
1127
- 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);
1128
- }
1129
-
1130
- .field.checkbox input[type="radio"],
1131
- .field.checkbox input[type="checkbox"],
1132
- .field.radio input[type="radio"],
1133
- .field.radio input[type="checkbox"] {
1134
- margin-left: 0;
1135
- }
1136
-
1137
- form .field {
1138
- padding: 5px 0;
1139
- }
1140
- form .field.checkbox, form .field.radio {
1141
- padding-left: 0;
1142
- }
1143
- form .field.checkbox input[type="radio"],
1144
- form .field.checkbox input[type="checkbox"], form .field.radio input[type="radio"],
1145
- form .field.radio input[type="checkbox"] {
1146
- float: left;
1147
- margin-left: 0;
1148
- }
1149
- form .field.checkbox label, form .field.radio label {
1150
- float: left;
1151
- padding-left: 5px;
1152
- }
1153
- form .field label.inline {
1154
- display: inline;
1155
- margin-right: 20px;
1156
- padding-left: 0;
1157
- line-height: 12px;
1158
- }
1159
- form .field .inline-error {
1160
- color: #ad3922;
1161
- }
1162
-
1163
- .form-inline .form-group {
1164
- display: inline-block;
1165
- }
1166
- .form-inline .form-control, .form-inline input[type="text"],
1167
- .form-inline input[iype="number"],
1168
- .form-inline input[type="password"],
1169
- .form-inline input[type="datetime"],
1170
- .form-inline input[type="datetime-local"],
1171
- .form-inline input[type="date"],
1172
- .form-inline input[type="month"],
1173
- .form-inline input[type="time"],
1174
- .form-inline input[type="week"],
1175
- .form-inline input[type="number"],
1176
- .form-inline input[type="email"],
1177
- .form-inline input[type="url"],
1178
- .form-inline input[type="search"],
1179
- .form-inline input[type="tel"],
1180
- .form-inline input[type="color"],
1181
- .form-inline .uneditable-input,
1182
- .form-inline select,
1183
- .form-inline textarea {
1184
- width: auto;
1185
- }
1186
-
1187
- .input-group select {
1188
- -webkit-appearance: none;
1189
- }
1190
-
1191
- input[type="radio"],
1192
- input[type="checkbox"] {
1193
- margin-top: 4px;
1194
- }
1195
-
1196
- .label {
1197
- padding: 0.3em 0.6em;
1198
- }
1199
-
1200
- .radio.inline + .popover + .radio.inline {
1201
- margin-left: 10px;
1202
- }
1203
-
1204
- .help-block.collapsed {
1205
- overflow: hidden;
1206
- height: 0px;
1207
- }
1208
-
1209
- input[type=search] {
1210
- -webkit-appearance: textfield;
1211
- }
1212
-
1213
- @media only screen and (min-width: 769px) {
1214
- .form-group .help-block {
1215
- cursor: help;
1216
- opacity: 0.2;
1217
- filter: alpha(opacity=20);
1218
- -webkit-transition: opacity 0.05s ease-out;
1219
- -o-transition: opacity 0.05s ease-out;
1220
- transition: opacity 0.05s ease-out;
1221
- margin: 5px 0 10px 0;
1222
- }
1223
- .form-group:hover .help-block {
1224
- opacity: 1;
1225
- filter: alpha(opacity=100);
1226
- }
1227
- }
1228
-
1229
- .generic-admin-box .help-block {
1230
- color: white;
1231
- }
1232
-
1233
- @media only screen and (min-width: 769px) {
1234
- .form-inline .radio + .radio {
1235
- margin-left: 10px;
1236
- }
1237
- }
1238
-
1239
- label,
1240
- .form-control-static {
1241
- font-weight: normal;
1242
- font-size: 14px;
1243
- line-height: 20px;
1244
- }
1245
-
1246
- label.radio input,
1247
- label.checkbox input {
1248
- margin-top: 4px;
1249
- }
1250
-
1251
- .form-with-block-inputs input[type=text],
1252
- .form-with-block-inputs textarea {
1253
- display: block;
1254
- width: 100%;
1255
- min-height: 28px;
1256
- -webkit-box-sizing: border-box;
1257
- -moz-box-sizing: border-box;
1258
- box-sizing: border-box;
1259
- }
1260
-
1261
- .bold-labels label {
1262
- font-weight: bold;
1263
- }
1264
- .bold-labels label.checkbox {
1265
- font-weight: normal;
1266
- }
1267
-
1268
- .space-above-labels label {
1269
- margin-top: 10px;
1270
- }
1271
-
1272
- input[type=file] {
1273
- border-radius: 4px;
1274
- line-height: 1 !important;
1275
- height: auto !important;
1276
- font-size: 12px;
1277
- padding: 10px;
1278
- background: #eeeeee;
1279
- cursor: pointer;
1280
- }
1281
- input[type=file]:hover {
1282
- background: #e9e9e9;
1283
- }
1284
-
1285
- .form-group.error input {
1286
- border: 1px solid #ad3922;
1287
- }
1288
- .form-group.error .checkbox,
1289
- .form-group.error .checkbox a,
1290
- .form-group.error .radio,
1291
- .form-group.error .radio a {
1292
- color: #ad3922;
1293
- }
1294
-
1295
- label.checkbox + .help-inline {
1296
- padding-left: 20px;
1297
- margin-top: -7px;
1298
- display: block;
1299
- }
1300
-
1301
- .help-inline {
1302
- font-size: 14px;
1303
- color: #ad3922;
1304
- }
1305
- .generic-admin-box .help-inline {
1306
- color: white;
1307
- background: transparent;
1308
- padding: 0 5px;
1309
- }
1310
-
1311
- input[type="text"],
1312
- input[iype="number"],
1313
- input[type="text"],
1314
- input[type="password"],
1315
- input[type="datetime"],
1316
- input[type="datetime-local"],
1317
- input[type="date"],
1318
- input[type="month"],
1319
- input[type="time"],
1320
- input[type="week"],
1321
- input[type="number"],
1322
- input[type="email"],
1323
- input[type="url"],
1324
- input[type="search"],
1325
- input[type="tel"],
1326
- input[type="color"],
1327
- .uneditable-input,
1328
- select,
1329
- textarea {
1330
- font-size: 14px;
1331
- }
1332
- input[type="text"].width-auto,
1333
- input[iype="number"].width-auto,
1334
- input[type="text"].width-auto,
1335
- input[type="password"].width-auto,
1336
- input[type="datetime"].width-auto,
1337
- input[type="datetime-local"].width-auto,
1338
- input[type="date"].width-auto,
1339
- input[type="month"].width-auto,
1340
- input[type="time"].width-auto,
1341
- input[type="week"].width-auto,
1342
- input[type="number"].width-auto,
1343
- input[type="email"].width-auto,
1344
- input[type="url"].width-auto,
1345
- input[type="search"].width-auto,
1346
- input[type="tel"].width-auto,
1347
- input[type="color"].width-auto,
1348
- .uneditable-input.width-auto,
1349
- select.width-auto,
1350
- textarea.width-auto {
1351
- width: auto;
1352
- }
1353
- @media only screen and (min-width: 769px) {
1354
- input[type="text"].width-small,
1355
- input[iype="number"].width-small,
1356
- input[type="text"].width-small,
1357
- input[type="password"].width-small,
1358
- input[type="datetime"].width-small,
1359
- input[type="datetime-local"].width-small,
1360
- input[type="date"].width-small,
1361
- input[type="month"].width-small,
1362
- input[type="time"].width-small,
1363
- input[type="week"].width-small,
1364
- input[type="number"].width-small,
1365
- input[type="email"].width-small,
1366
- input[type="url"].width-small,
1367
- input[type="search"].width-small,
1368
- input[type="tel"].width-small,
1369
- input[type="color"].width-small,
1370
- .uneditable-input.width-small,
1371
- select.width-small,
1372
- textarea.width-small {
1373
- width: 70px;
1374
- }
1375
- input[type="text"].width-medium,
1376
- input[iype="number"].width-medium,
1377
- input[type="text"].width-medium,
1378
- input[type="password"].width-medium,
1379
- input[type="datetime"].width-medium,
1380
- input[type="datetime-local"].width-medium,
1381
- input[type="date"].width-medium,
1382
- input[type="month"].width-medium,
1383
- input[type="time"].width-medium,
1384
- input[type="week"].width-medium,
1385
- input[type="number"].width-medium,
1386
- input[type="email"].width-medium,
1387
- input[type="url"].width-medium,
1388
- input[type="search"].width-medium,
1389
- input[type="tel"].width-medium,
1390
- input[type="color"].width-medium,
1391
- .uneditable-input.width-medium,
1392
- select.width-medium,
1393
- textarea.width-medium {
1394
- width: 150px;
1395
- }
1396
- input[type="text"].width-large,
1397
- input[iype="number"].width-large,
1398
- input[type="text"].width-large,
1399
- input[type="password"].width-large,
1400
- input[type="datetime"].width-large,
1401
- input[type="datetime-local"].width-large,
1402
- input[type="date"].width-large,
1403
- input[type="month"].width-large,
1404
- input[type="time"].width-large,
1405
- input[type="week"].width-large,
1406
- input[type="number"].width-large,
1407
- input[type="email"].width-large,
1408
- input[type="url"].width-large,
1409
- input[type="search"].width-large,
1410
- input[type="tel"].width-large,
1411
- input[type="color"].width-large,
1412
- .uneditable-input.width-large,
1413
- select.width-large,
1414
- textarea.width-large {
1415
- width: 300px;
1416
- }
1417
- input[type="text"].width-xlarge,
1418
- input[iype="number"].width-xlarge,
1419
- input[type="text"].width-xlarge,
1420
- input[type="password"].width-xlarge,
1421
- input[type="datetime"].width-xlarge,
1422
- input[type="datetime-local"].width-xlarge,
1423
- input[type="date"].width-xlarge,
1424
- input[type="month"].width-xlarge,
1425
- input[type="time"].width-xlarge,
1426
- input[type="week"].width-xlarge,
1427
- input[type="number"].width-xlarge,
1428
- input[type="email"].width-xlarge,
1429
- input[type="url"].width-xlarge,
1430
- input[type="search"].width-xlarge,
1431
- input[type="tel"].width-xlarge,
1432
- input[type="color"].width-xlarge,
1433
- .uneditable-input.width-xlarge,
1434
- select.width-xlarge,
1435
- textarea.width-xlarge {
1436
- width: 400px;
1437
- }
1438
- input[type="text"][class*="width-"] + .input-group-addon,
1439
- input[iype="number"][class*="width-"] + .input-group-addon,
1440
- input[type="text"][class*="width-"] + .input-group-addon,
1441
- input[type="password"][class*="width-"] + .input-group-addon,
1442
- input[type="datetime"][class*="width-"] + .input-group-addon,
1443
- input[type="datetime-local"][class*="width-"] + .input-group-addon,
1444
- input[type="date"][class*="width-"] + .input-group-addon,
1445
- input[type="month"][class*="width-"] + .input-group-addon,
1446
- input[type="time"][class*="width-"] + .input-group-addon,
1447
- input[type="week"][class*="width-"] + .input-group-addon,
1448
- input[type="number"][class*="width-"] + .input-group-addon,
1449
- input[type="email"][class*="width-"] + .input-group-addon,
1450
- input[type="url"][class*="width-"] + .input-group-addon,
1451
- input[type="search"][class*="width-"] + .input-group-addon,
1452
- input[type="tel"][class*="width-"] + .input-group-addon,
1453
- input[type="color"][class*="width-"] + .input-group-addon,
1454
- .uneditable-input[class*="width-"] + .input-group-addon,
1455
- select[class*="width-"] + .input-group-addon,
1456
- textarea[class*="width-"] + .input-group-addon {
1457
- display: inline-block;
1458
- padding: 9px 10px;
1459
- text-align: center;
1460
- width: auto;
1461
- }
1462
- }
1463
- input[type="text"]:focus, input[type="text"].form-control:focus, input[type="text"]:focus,
1464
- input[iype="number"]:focus,
1465
- input[iype="number"].form-control:focus,
1466
- input[iype="number"]:focus,
1467
- input[type="text"]:focus,
1468
- input[type="text"].form-control:focus,
1469
- input[type="text"]:focus,
1470
- input[type="password"]:focus,
1471
- input[type="password"].form-control:focus,
1472
- input[type="password"]:focus,
1473
- input[type="datetime"]:focus,
1474
- input[type="datetime"].form-control:focus,
1475
- input[type="datetime"]:focus,
1476
- input[type="datetime-local"]:focus,
1477
- input[type="datetime-local"].form-control:focus,
1478
- input[type="datetime-local"]:focus,
1479
- input[type="date"]:focus,
1480
- input[type="date"].form-control:focus,
1481
- input[type="date"]:focus,
1482
- input[type="month"]:focus,
1483
- input[type="month"].form-control:focus,
1484
- input[type="month"]:focus,
1485
- input[type="time"]:focus,
1486
- input[type="time"].form-control:focus,
1487
- input[type="time"]:focus,
1488
- input[type="week"]:focus,
1489
- input[type="week"].form-control:focus,
1490
- input[type="week"]:focus,
1491
- input[type="number"]:focus,
1492
- input[type="number"].form-control:focus,
1493
- input[type="number"]:focus,
1494
- input[type="email"]:focus,
1495
- input[type="email"].form-control:focus,
1496
- input[type="email"]:focus,
1497
- input[type="url"]:focus,
1498
- input[type="url"].form-control:focus,
1499
- input[type="url"]:focus,
1500
- input[type="search"]:focus,
1501
- input[type="search"].form-control:focus,
1502
- input[type="search"]:focus,
1503
- input[type="tel"]:focus,
1504
- input[type="tel"].form-control:focus,
1505
- input[type="tel"]:focus,
1506
- input[type="color"]:focus,
1507
- input[type="color"].form-control:focus,
1508
- input[type="color"]:focus,
1509
- .uneditable-input:focus,
1510
- .uneditable-input.form-control:focus,
1511
- .uneditable-input:focus,
1512
- select:focus,
1513
- select.form-control:focus,
1514
- select:focus,
1515
- textarea:focus,
1516
- textarea.form-control:focus,
1517
- textarea:focus {
1518
- border-color: rgba(106, 144, 0, 0.8);
1519
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(106, 144, 0, 0.6);
1520
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(106, 144, 0, 0.6);
1521
- }
1522
- input[type="text"].field-with-error,
1523
- input[iype="number"].field-with-error,
1524
- input[type="text"].field-with-error,
1525
- input[type="password"].field-with-error,
1526
- input[type="datetime"].field-with-error,
1527
- input[type="datetime-local"].field-with-error,
1528
- input[type="date"].field-with-error,
1529
- input[type="month"].field-with-error,
1530
- input[type="time"].field-with-error,
1531
- input[type="week"].field-with-error,
1532
- input[type="number"].field-with-error,
1533
- input[type="email"].field-with-error,
1534
- input[type="url"].field-with-error,
1535
- input[type="search"].field-with-error,
1536
- input[type="tel"].field-with-error,
1537
- input[type="color"].field-with-error,
1538
- .uneditable-input.field-with-error,
1539
- select.field-with-error,
1540
- textarea.field-with-error {
1541
- border-color: rgba(173, 57, 34, 0.8);
1542
- outline: 0;
1543
- outline: thin dotted \9;
1544
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(173, 57, 34, 0.6);
1545
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(173, 57, 34, 0.6);
1546
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(173, 57, 34, 0.6);
1547
- }
1548
-
1549
- .highlight-labels-for-testing {
1550
- border: 1px solid #ff00ff;
1551
- background: rgba(255, 0, 255, 0.05);
1552
- }
1553
-
1554
- .sr-only.highlight-labels-for-testing {
1555
- position: static;
1556
- width: auto;
1557
- height: auto;
1558
- margin: auto;
1559
- overflow: visible;
1560
- clip: auto;
1561
- padding: 1px 4px;
1562
- font-size: 12px;
1563
- display: inline-block;
1564
- margin-bottom: 1px;
1565
- }
1566
-
1567
- input[readonly].datefield {
1568
- background: white;
1569
- cursor: pointer;
1570
- }
1571
-
1572
- input::-ms-clear {
1573
- display: none;
1574
- }
1575
-
1576
- @media only screen and (min-width: 769px) {
1577
- .date-select select {
1578
- width: 100px;
1579
- display: inline-block !important;
1580
- margin-right: 2%;
1581
- }
1582
- .date-select select:last-child {
1583
- margin-right: 0;
1584
- }
1585
- }
1586
- @media only screen and (max-width: 768px) {
1587
- .date-select {
1588
- font-size: 0;
1589
- }
1590
- .date-select select {
1591
- font-size: 14px;
1592
- width: 32%;
1593
- display: inline-block !important;
1594
- }
1595
- .date-select select + select {
1596
- margin-left: 2%;
1597
- }
1598
- .date-select .help-inline {
1599
- display: block;
1600
- }
1601
- }
1602
-
1603
- .password + .forgot-password-link {
1604
- position: absolute;
1605
- right: 20px;
1606
- margin-top: -40px;
1607
- }
1608
-
1609
- html.browser-msie.browser-version-9 input[type=radio] ~ label {
1610
- margin-left: 0px !important;
1611
- }
1612
-
1613
- a,
1614
- .secondary_link_style a,
1615
- a.secondary,
1616
- .light_secondary_link_style a,
1617
- a.light_secondary,
1618
- .simulated-link {
1619
- font-weight: bold;
1620
- cursor: pointer;
1621
- text-decoration: none;
1622
- }
1623
- a:visited,
1624
- .secondary_link_style a:visited,
1625
- a.secondary:visited,
1626
- .light_secondary_link_style a:visited,
1627
- a.light_secondary:visited,
1628
- .simulated-link:visited {
1629
- color: #2c5100;
1630
- text-decoration: none;
1631
- }
1632
-
1633
- .simulated-link {
1634
- color: #6a9000;
1635
- }
1636
- .simulated-link:hover, .simulated-link:focus {
1637
- color: #6a9000;
1638
- text-decoration: underline;
1639
- }
1640
-
1641
- a.secondary,
1642
- a.secondary:link,
1643
- a.light_secondary,
1644
- a.light_secondary:link,
1645
- .light_secondary_link_style a:link,
1646
- .secondary_link_style a:link,
1647
- .secondary_link_style .simulated-link,
1648
- .secondary_link_style.simulated-link {
1649
- color: #636b70;
1650
- }
1651
-
1652
- .light_secondary_link_style a:link,
1653
- a.secondary,
1654
- a.light_secondary,
1655
- a.light_secondary:link {
1656
- font-weight: normal;
1657
- }
1658
-
1659
- a.link_as_text:link,
1660
- a.link_as_text:visited {
1661
- color: inherit;
1662
- }
1663
-
1664
- .secondary_link_style a:visited,
1665
- a.secondary:visited,
1666
- .light_secondary_link_style a:visited,
1667
- a.light_secondary:visited {
1668
- color: #3f3f3f;
1669
- text-decoration: none;
1670
- }
1671
-
1672
- a.secondary:focus, a.secondary:hover,
1673
- a.light_secondary:focus,
1674
- a.light_secondary:hover,
1675
- .secondary_link_style a:focus,
1676
- .secondary_link_style a:hover,
1677
- .light_secondary_link_style a:focus,
1678
- .light_secondary_link_style a:hover,
1679
- .secondary_link_style.simulated-link:focus,
1680
- .secondary_link_style.simulated-link:hover {
1681
- text-decoration: underline;
1682
- color: #636b70;
1683
- }
1684
-
1685
- .secondary_link_style:hover .simulated-link, .secondary_link_style:focus .simulated-link {
1686
- text-decoration: underline;
1687
- color: #636b70;
1688
- }
1689
-
1690
- a:active,
1691
- a.secondary:active,
1692
- a.light_secondary:active,
1693
- a.light_secondary:active,
1694
- .secondary_link_style a:active,
1695
- .light_secondary_link_style a:active,
1696
- .light_secondary_link_style a:active,
1697
- .secondary_link_style.simulated-link:active,
1698
- .secondary_link_style:active .simulated-link {
1699
- text-decoration: underline;
1700
- color: #7daa00;
1701
- }
1702
-
1703
- a.destruct:hover,
1704
- a.destruct:active,
1705
- a.destruct:focus {
1706
- color: #FF6F56;
1707
- border-bottom-color: #FF6F56;
1708
- }
1709
-
1710
- @media only screen and (max-width: 768px) {
1711
- .larger-click-area {
1712
- padding: 0px 0 4px 0;
1713
- }
1714
- }
1715
-
1716
- .fa-state-created {
1717
- color: #ad3922;
1718
- }
1719
-
1720
- .fa-state-submitted {
1721
- color: #cccc20;
1722
- }
1723
-
1724
- .fa-state-approved {
1725
- color: #6a9000;
1726
- }
1727
-
1728
- .fa-state-rejected {
1729
- color: #ad3922;
1730
- }
1731
-
1732
- .fa-state-in-clarification {
1733
- color: #cccc20;
1734
- }
1735
-
1736
- .generic-white-shadowed-box,
1737
- .generic-white-shadowed-box-for-legacy {
1738
- position: relative;
1739
- padding: 0 10px 10px 10px;
1740
- background: white;
1741
- }
1742
- .generic-white-shadowed-box:after,
1743
- .generic-white-shadowed-box-for-legacy:after {
1744
- content: "";
1745
- display: block;
1746
- clear: both;
1747
- visibility: hidden;
1748
- line-height: 0;
1749
- height: 0;
1750
- }
1751
- @media only screen and (min-width: 769px) {
1752
- .generic-white-shadowed-box,
1753
- .generic-white-shadowed-box-for-legacy {
1754
- -webkit-box-shadow: #cccccc 0 0 6px 0;
1755
- box-shadow: #cccccc 0 0 6px 0;
1756
- border-radius: 5px;
1757
- }
1758
- }
1759
- @media only screen and (max-width: 768px) {
1760
- .generic-white-shadowed-box,
1761
- .generic-white-shadowed-box-for-legacy {
1762
- margin-bottom: 10px;
1763
- border: 1px solid #eeeeee;
1764
- }
1765
- }
1766
-
1767
- .generic-white-shadowed-box h2, .generic-white-shadowed-box h3, .generic-white-shadowed-box h4, .generic-white-shadowed-box h5 {
1768
- background-color: #eeeeee;
1769
- margin-bottom: 15px;
1770
- }
1771
- .generic-white-shadowed-box h2 {
1772
- margin-top: 35px;
1773
- padding: 8px 10px 5px;
1774
- margin-left: -10px;
1775
- margin-right: -10px;
1776
- }
1777
- .generic-white-shadowed-box h2.centered {
1778
- text-align: center;
1779
- }
1780
- .generic-white-shadowed-box h2 small {
1781
- font-weight: normal;
1782
- margin-left: 5px;
1783
- font-style: italic;
1784
- color: #949494;
1785
- font-size: 12px;
1786
- }
1787
- .generic-white-shadowed-box > h2:first-child,
1788
- .generic-white-shadowed-box > *:first-child > h2:first-child {
1789
- margin-top: 0;
1790
- border-top-right-radius: 5px;
1791
- border-top-left-radius: 5px;
1792
- }
1793
- .generic-white-shadowed-box h3, .generic-white-shadowed-box h4, .generic-white-shadowed-box h5 {
1794
- padding: 7px 10px 4px;
1795
- }
1796
- .generic-white-shadowed-box h3 {
1797
- margin-top: 25px;
1798
- margin-left: 0;
1799
- margin-right: 0;
1800
- font-size: 14px;
1801
- }
1802
- .generic-white-shadowed-box h4, .generic-white-shadowed-box h5 {
1803
- margin-top: 7px;
1804
- margin-bottom: 7px;
1805
- padding-top: 3px;
1806
- padding-bottom: 3px;
1807
- }
1808
- .generic-white-shadowed-box p,
1809
- .generic-white-shadowed-box ul li {
1810
- font-size: 14px;
1811
- line-height: 20px;
1812
- margin-bottom: 5px;
1813
- }
1814
- .generic-white-shadowed-box hr {
1815
- margin: 10px 0;
1816
- }
1817
-
1818
- .generic-white-shadowed-box .generic-box-actions,
1819
- .generic-admin-layout .generic-white-shadowed-box .generic-box-actions {
1820
- margin-left: -10px;
1821
- margin-right: -10px;
1822
- padding: 10px 10px 0 10px;
1823
- }
1824
-
1825
- .no-boxshadow .generic-white-shadowed-box {
1826
- border: 1px solid #cccccc;
1827
- }
1828
-
1829
- ol.generic-benefit-list {
1830
- list-style-type: none;
1831
- }
1832
- ol.generic-benefit-list li {
1833
- position: relative;
1834
- padding-left: 30px;
1835
- margin-bottom: 5px;
1836
- color: #636b70;
1837
- }
1838
- ol.generic-benefit-list li:before {
1839
- content: "✔";
1840
- position: absolute;
1841
- top: 0;
1842
- left: 0;
1843
- color: #cccc20;
1844
- }
1845
- ol.generic-benefit-list li .popover {
1846
- font-size: 12px;
1847
- }
1848
- ol.generic-benefit-list.bullets li:before {
1849
- content: "•";
1850
- padding-left: 0;
1851
- font-size: 22px;
1852
- }
1853
- ol.generic-benefit-list.bullets.large li {
1854
- margin-bottom: 10px;
1855
- padding-left: 20px;
1856
- }
1857
- ol.generic-benefit-list.bullets.large li:before {
1858
- font-size: 28px;
1859
- }
1860
- ol.generic-benefit-list.large li {
1861
- margin-bottom: 18px;
1862
- padding-left: 30px;
1863
- font-size: 18px;
1864
- line-height: 24px;
1865
- }
1866
- ol.generic-benefit-list.large li:before {
1867
- font-size: 22px;
1868
- }
1869
- ol.generic-benefit-list .popover {
1870
- max-width: none;
1871
- width: 276px;
1872
- }
1873
-
1874
- .generic-blockquote {
1875
- margin: 25px 0;
1876
- font-size: 18px;
1877
- line-height: 26px;
1878
- border: 0;
1879
- padding: 0;
1880
- }
1881
- .generic-blockquote:before {
1882
- content: "”";
1883
- font-family: Georgia, Times, serif;
1884
- color: #949494;
1885
- display: inline;
1886
- vertical-align: top;
1887
- font-size: 70px;
1888
- line-height: 0;
1889
- position: relative;
1890
- top: 33px;
1891
- left: -5px;
1892
- }
1893
- .generic-blockquote .source {
1894
- font-style: normal;
1895
- display: block;
1896
- font-family: Arial, sans-serif;
1897
- font-size: 16px;
1898
- line-height: 17px;
1899
- margin-top: 10px;
1900
- }
1901
- @media only screen and (min-width: 769px) {
1902
- .generic-blockquote .source a {
1903
- font-size: 12px;
1904
- }
1905
- }
1906
- .generic-blockquote figure {
1907
- margin-top: 30px;
1908
- }
1909
- .generic-blockquote figure img {
1910
- display: inline-block;
1911
- vertical-align: middle;
1912
- }
1913
- .generic-blockquote figure figcaption {
1914
- display: inline-block;
1915
- vertical-align: middle;
1916
- margin-left: 10px;
1917
- }
1918
- @media only screen and (min-width: 769px) {
1919
- .generic-blockquote figure figcaption {
1920
- width: 65%;
1921
- }
1922
- }
1923
- @media only screen and (max-width: 768px) {
1924
- .generic-blockquote figure figcaption {
1925
- width: 60%;
1926
- }
1927
- }
1928
-
1929
- .generic-button-group {
1930
- display: flex;
1931
- flex-direction: row;
1932
- list-style: none outside;
1933
- padding: 0;
1934
- }
1935
- .generic-button-group li {
1936
- flex-basis: 20%;
1937
- flex-grow: 1;
1938
- font-family: "Open Sans", Arial, sans-serif;
1939
- color: #6a9000;
1940
- font-size: 13px;
1941
- font-style: normal;
1942
- font-weight: 400;
1943
- background: #eeeeee;
1944
- border: 1px solid #cccccc;
1945
- border-right: 0px;
1946
- cursor: pointer;
1947
- list-style-type: none;
1948
- text-align: center;
1949
- }
1950
- @media only screen and (max-width: 768px) {
1951
- .generic-button-group li {
1952
- font-size: 12px;
1953
- }
1954
- }
1955
- .generic-button-group li:hover {
1956
- background: #e8e8e8;
1957
- }
1958
- .generic-button-group li:first-child {
1959
- border-radius: 4px 0 0 4px;
1960
- }
1961
- .generic-button-group li:last-child {
1962
- border-radius: 0 4px 4px 0;
1963
- border-right: 1px solid #cccccc;
1964
- }
1965
- .generic-button-group li.active {
1966
- background: white;
1967
- -webkit-box-shadow: inset 0 0 2px #949494;
1968
- box-shadow: inset 0 0 2px #949494;
1969
- color: #636b70;
1970
- }
1971
- .generic-button-group li.active a, .generic-button-group li.active span {
1972
- text-decoration: none;
1973
- color: #636b70;
1974
- }
1975
- .generic-button-group li a, .generic-button-group li span {
1976
- display: block;
1977
- width: 100%;
1978
- height: 100%;
1979
- padding: 10px 0;
1980
- font-weight: normal;
1981
- color: #6a9000;
1982
- }
1983
- .generic-button-group li a:hover, .generic-button-group li span:hover {
1984
- text-decoration: none;
1985
- }
1986
-
1987
- ol.generic-check-list {
1988
- counter-reset: item;
1989
- }
1990
- ol.generic-check-list li {
1991
- color: #636b70;
1992
- }
1993
- ol.generic-check-list li span {
1994
- font-weight: bold;
1995
- }
1996
- ol.generic-check-list li.done a {
1997
- color: inherit;
1998
- }
1999
- ol.generic-check-list.is-standalone {
2000
- margin: 40px 0 0 0;
2001
- list-style-type: none;
2002
- padding: 0 0 0 25px;
2003
- }
2004
- ol.generic-check-list.is-standalone:not(.is-outlined) li:before {
2005
- content: counter(item);
2006
- counter-increment: item;
2007
- position: absolute;
2008
- left: -25px;
2009
- top: -4px;
2010
- width: 30px;
2011
- height: 30px;
2012
- text-align: center;
2013
- padding-top: 3px;
2014
- background: #bad304;
2015
- font-weight: bold;
2016
- display: inline-block;
2017
- color: white;
2018
- border-radius: 30px;
2019
- border: 1px solid transparent;
2020
- line-height: 24.999px;
2021
- font-family: Arial;
2022
- }
2023
- ol.generic-check-list.is-standalone.is-outlined li:before {
2024
- content: counter(item);
2025
- counter-increment: item;
2026
- position: absolute;
2027
- left: -25px;
2028
- top: -4px;
2029
- width: 30px;
2030
- height: 30px;
2031
- text-align: center;
2032
- padding-top: 3px;
2033
- background: transparent;
2034
- font-weight: normal;
2035
- display: inline-block;
2036
- color: white;
2037
- border-radius: 30px;
2038
- border: 1px solid white;
2039
- line-height: 24.999px;
2040
- font-family: Arial;
2041
- }
2042
- ol.generic-check-list.is-standalone li {
2043
- position: relative;
2044
- margin-bottom: 25px;
2045
- font-size: 16px;
2046
- line-height: 25px;
2047
- padding-left: 15px;
2048
- cursor: default;
2049
- }
2050
- ol.generic-check-list.is-standalone li.done:before {
2051
- background: #cccccc;
2052
- }
2053
- ol.generic-check-list.is-standalone li:not(.done) a:visited {
2054
- color: #6a9000;
2055
- }
2056
- ol.generic-check-list.is-standalone .tooltip {
2057
- font-weight: normal;
2058
- }
2059
- ol.generic-check-list.is-standalone .annotation {
2060
- font-family: "Architects Daughter", serif;
2061
- font-weight: normal;
2062
- font-size: 20px;
2063
- margin-left: 10px;
2064
- display: inline-block;
2065
- position: relative;
2066
- height: 17px;
2067
- color: #a4ba04;
2068
- }
2069
- ol.generic-check-list.is-standalone .annotation:before {
2070
- content: "";
2071
- font-family: "FontAwesome";
2072
- color: #bad304;
2073
- margin-right: 5px;
2074
- }
2075
- ol.generic-check-list.is-standalone .annotation:before {
2076
- font-size: 30px;
2077
- }
2078
- ol.generic-check-list.is-navigation-sidebar {
2079
- margin-left: 0;
2080
- }
2081
- ol.generic-check-list.is-navigation-sidebar li.number {
2082
- position: relative;
2083
- }
2084
- ol.generic-check-list.is-navigation-sidebar li.number:before {
2085
- content: counter(item);
2086
- counter-increment: item;
2087
- position: absolute;
2088
- left: 10px;
2089
- top: 9px;
2090
- width: 24px;
2091
- height: 24px;
2092
- text-align: center;
2093
- padding-top: 3px;
2094
- background: #bad304;
2095
- font-weight: normal;
2096
- display: inline-block;
2097
- color: white;
2098
- border-radius: 30px;
2099
- border: 1px solid transparent;
2100
- line-height: 19.9992px;
2101
- font-family: Arial;
2102
- }
2103
- ol.generic-check-list.is-navigation-sidebar li.number.done:before {
2104
- background: #cccccc;
2105
- }
2106
- ol.generic-check-list.is-navigation-sidebar a,
2107
- ol.generic-check-list.is-navigation-sidebar span {
2108
- padding: 14px 5px 10px 45px;
2109
- }
2110
- ol.generic-check-list.is-navigation-sidebar span {
2111
- display: inline-block;
2112
- }
2113
- ol.generic-check-list.is-navigation-sidebar li.active li a {
2114
- padding-top: 6px;
2115
- padding-bottom: 8px;
2116
- }
2117
- ol.generic-check-list.is-navigation-sidebar .annotation {
2118
- font-size: 20px;
2119
- font-style: normal;
2120
- position: absolute;
2121
- top: 3px;
2122
- right: 10px;
2123
- margin-left: 0;
2124
- margin-right: 10px;
2125
- margin-top: 6px;
2126
- }
2127
- ol.generic-check-list.is-navigation-sidebar .annotation:before {
2128
- content: "";
2129
- font-family: "FontAwesome";
2130
- color: #bad304;
2131
- margin-right: 5px;
2132
- }
2133
- ol.generic-check-list.is-navigation-sidebar .annotation:before {
2134
- padding-left: 20px;
2135
- background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 45%);
2136
- background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 45%);
2137
- background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 45%);
2138
- background-repeat: repeat-x;
2139
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=1);
2140
- }
2141
- ol.generic-check-list.is-navigation-sidebar li.active .annotation {
2142
- right: 7px;
2143
- }
2144
- ol.generic-check-list.is-navigation-sidebar li.active .annotation:before {
2145
- background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #eeeeee 45%);
2146
- background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #eeeeee 45%);
2147
- background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #eeeeee 45%);
2148
- background-repeat: repeat-x;
2149
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFEEEEEE', GradientType=1);
2150
- }
2151
- ol.generic-check-list.is-navigation-sidebar li:not(.active):hover a ~ .annotation:before {
2152
- background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f8f8f8 45%);
2153
- background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f8f8f8 45%);
2154
- background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f8f8f8 45%);
2155
- background-repeat: repeat-x;
2156
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFF8F8F8', GradientType=1);
2157
- }
2158
- .generic-admin-box ol.generic-check-list,
2159
- .generic-admin-box ol.generic-check-list li,
2160
- .generic-admin-box ol.generic-check-list li:not(.done) a:visited {
2161
- color: white;
2162
- font-weight: normal;
2163
- }
2164
-
2165
- body > .generic-content-header {
2166
- background-color: #eeeeee;
2167
- background-position: top center;
2168
- position: relative;
2169
- z-index: 20;
2170
- position: relative;
2171
- }
2172
- @media only screen and (min-width: 769px) {
2173
- body > .generic-content-header {
2174
- padding-top: 35px;
2175
- min-height: 170px;
2176
- min-width: 960px;
2177
- }
2178
- }
2179
- @media only screen and (max-width: 768px) {
2180
- body > .generic-content-header {
2181
- padding-top: 5px;
2182
- }
2183
- }
2184
- @media only screen and (min-width: 769px) {
2185
- body > .generic-content-header .has-tab-navigation {
2186
- min-height: 135px;
2187
- }
2188
- }
2189
- body > .generic-content-header header {
2190
- overflow: visible;
2191
- }
2192
- @media only screen and (min-width: 769px) {
2193
- body > .generic-content-header h1 {
2194
- margin: 4px 0 0 0;
2195
- }
2196
- }
2197
- @media only screen and (max-width: 768px) {
2198
- body > .generic-content-header h1 {
2199
- margin: 15px 0;
2200
- }
2201
- }
2202
- body > .generic-content-header h2 {
2203
- color: #949494;
2204
- font-size: 10pt;
2205
- line-height: 18px;
2206
- margin-top: 6px;
2207
- }
2208
- body > .generic-content-header h2,
2209
- body > .generic-content-header h2 a {
2210
- font-weight: normal;
2211
- }
2212
- @media only screen and (max-width: 768px) {
2213
- body > .generic-content-header h2 {
2214
- margin-top: 10px;
2215
- margin-bottom: 15px;
2216
- }
2217
- }
2218
- body > .generic-content-header h3 {
2219
- font-family: "Open Sans", Arial, sans-serif;
2220
- font-weight: 700;
2221
- font-size: 16px;
2222
- color: #3f3f3f;
2223
- }
2224
- @media only screen and (min-width: 769px) {
2225
- body > .generic-content-header h3 {
2226
- margin: 0 0 18px 0;
2227
- padding-top: 13px;
2228
- }
2229
- }
2230
- @media only screen and (max-width: 768px) {
2231
- body > .generic-content-header h3 {
2232
- margin: 15px 15px 0 15px;
2233
- padding: 0;
2234
- }
2235
- }
2236
- body > .generic-content-header .generic-search-form {
2237
- margin-top: -8px;
2238
- }
2239
- body > .generic-content-header h1 ~ .generic-search-form form {
2240
- margin-top: 15px;
2241
- }
2242
- body > .generic-content-header ol.tabs {
2243
- padding: 0;
2244
- }
2245
- @media only screen and (min-width: 769px) {
2246
- body > .generic-content-header ol.tabs {
2247
- margin: 0;
2248
- position: absolute;
2249
- bottom: 0;
2250
- left: 10px;
2251
- right: 10px;
2252
- font-size: 0;
2253
- }
2254
- }
2255
- @media only screen and (max-width: 768px) {
2256
- body > .generic-content-header ol.tabs {
2257
- margin: 0 -10px 0 -10px;
2258
- }
2259
- }
2260
- @media only screen and (min-width: 769px) {
2261
- body > .generic-content-header ol.tabs, body > .generic-content-header ol.tabs li, body > .generic-content-header ol.tabs a {
2262
- display: inline-block;
2263
- }
2264
- }
2265
- @media only screen and (max-width: 768px) {
2266
- body > .generic-content-header ol.tabs, body > .generic-content-header ol.tabs li, body > .generic-content-header ol.tabs a {
2267
- display: block;
2268
- }
2269
- }
2270
- @media only screen and (min-width: 769px) {
2271
- body > .generic-content-header ol.tabs li ~ li {
2272
- margin-left: 5px;
2273
- }
2274
- }
2275
- @media only screen and (min-width: 769px) {
2276
- body > .generic-content-header ol.tabs li.floats-right {
2277
- position: absolute;
2278
- bottom: 5px;
2279
- right: 0px;
2280
- }
2281
- }
2282
- body > .generic-content-header ol.tabs li a:not(.btn) {
2283
- background-color: #bad304;
2284
- padding: 0 15px;
2285
- line-height: 37px;
2286
- color: white;
2287
- text-decoration: none;
2288
- font-size: 14px;
2289
- text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
2290
- }
2291
- @media only screen and (max-width: 768px) {
2292
- body > .generic-content-header ol.tabs li a:not(.btn) {
2293
- -webkit-box-shadow: inset 0 2px 2px 0px rgba(0, 0, 0, 0.2);
2294
- box-shadow: inset 0 2px 2px 0px rgba(0, 0, 0, 0.2);
2295
- overflow: hidden;
2296
- padding-left: 10px;
2297
- line-height: 40px;
2298
- font-size: 16px;
2299
- position: relative;
2300
- }
2301
- }
2302
- @media only screen and (min-width: 769px) {
2303
- body > .generic-content-header ol.tabs li a:not(.btn):hover, body > .generic-content-header ol.tabs li a:not(.btn):focus, body > .generic-content-header ol.tabs li a:not(.btn):active {
2304
- border-top: 3px solid #bad304;
2305
- }
2306
- }
2307
- body > .generic-content-header ol.tabs li.active a:not(.btn) {
2308
- border-top-color: white;
2309
- color: #3f3f3f;
2310
- text-shadow: none;
2311
- }
2312
- @media only screen and (min-width: 769px) {
2313
- body > .generic-content-header ol.tabs li.active a:not(.btn) {
2314
- background-color: white;
2315
- }
2316
- }
2317
- @media only screen and (max-width: 768px) {
2318
- body > .generic-content-header ol.tabs li.active a:not(.btn) {
2319
- -webkit-box-shadow: inset 0 2px 2px 0px rgba(0, 0, 0, 0.4);
2320
- box-shadow: inset 0 2px 2px 0px rgba(0, 0, 0, 0.4);
2321
- background-color: rgba(255, 255, 255, 0.5);
2322
- }
2323
- }
2324
- body > .generic-content-header ol.tabs li.admin-tab a:not(.btn) {
2325
- background-color: #28638c;
2326
- border-top-color: #28638c;
2327
- text-shadow: none;
2328
- }
2329
- body > .generic-content-header ol.tabs li.admin-tab img.profile-picture {
2330
- margin: 0 -15px 0 6px;
2331
- height: 37px;
2332
- vertical-align: bottom;
2333
- }
2334
- body > .generic-content-header ol.tabs li.admin-tab.active a:not(.btn) {
2335
- color: white;
2336
- }
2337
- @media only screen and (min-width: 769px) {
2338
- body > .generic-content-header ol.tabs li .icons {
2339
- display: inline;
2340
- }
2341
- }
2342
- @media only screen and (max-width: 768px) {
2343
- body > .generic-content-header ol.tabs li .icons {
2344
- display: inline-block;
2345
- width: 25%;
2346
- line-height: 25px;
2347
- vertical-align: middle;
2348
- float: right;
2349
- text-align: right;
2350
- margin: 8px -9px 5px 0;
2351
- }
2352
- }
2353
- @media only screen and (max-width: 768px) {
2354
- body > .generic-content-header.no-background-on-mobile {
2355
- background-image: none !important;
2356
- }
2357
- }
2358
-
2359
- body.generic-graphic-background > .generic-content-header {
2360
- background: transparent;
2361
- border-color: white;
2362
- }
2363
- body.generic-graphic-background > .generic-content-header:before {
2364
- content: "";
2365
- }
2366
- @media only screen and (min-width: 769px) {
2367
- body.generic-graphic-background > .generic-content-header {
2368
- text-align: center;
2369
- min-height: auto;
2370
- min-width: auto;
2371
- }
2372
- }
2373
- body.generic-graphic-background > .generic-content-header .col-md-24 {
2374
- position: relative;
2375
- min-height: 1px;
2376
- padding-left: 10px;
2377
- padding-right: 10px;
2378
- }
2379
- @media (min-width: 769px) {
2380
- body.generic-graphic-background > .generic-content-header .col-md-24 {
2381
- float: left;
2382
- width: 66.6666666667%;
2383
- }
2384
- }
2385
- @media (min-width: 769px) {
2386
- body.generic-graphic-background > .generic-content-header .col-md-24 {
2387
- margin-left: 16.6666666667%;
2388
- }
2389
- }
2390
- body.generic-graphic-background > .generic-content-header * {
2391
- color: white;
2392
- }
2393
-
2394
- hr.separates-content-from-content-header {
2395
- margin-left: -10px;
2396
- margin-right: -10px;
2397
- }
2398
- @media only screen and (min-width: 769px) {
2399
- hr.separates-content-from-content-header {
2400
- margin-top: 10px;
2401
- margin-bottom: -10px;
2402
- }
2403
- }
2404
- @media only screen and (max-width: 768px) {
2405
- hr.separates-content-from-content-header {
2406
- margin-top: 10px;
2407
- margin-bottom: 10px;
2408
- }
2409
- }
2410
-
2411
- .generic-content-header.generic-graphic-background:before {
2412
- display: none;
2413
- }
2414
-
2415
- body > .generic-blank-content-header {
2416
- position: absolute;
2417
- top: 0;
2418
- left: 0;
2419
- content: " ";
2420
- height: 220px;
2421
- width: 100%;
2422
- background: #eeeeee;
2423
- z-index: 0;
2424
- }
2425
- @media only screen and (max-width: 768px) {
2426
- body > .generic-blank-content-header {
2427
- display: none;
2428
- }
2429
- }
2430
-
2431
- .generic-copy-component {
2432
- position: relative;
2433
- overflow: hidden;
2434
- background-color: #eeeeee;
2435
- }
2436
- .generic-copy-component .copy-component-content {
2437
- font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
2438
- padding: 23px 15px 20px 15px;
2439
- overflow: hidden;
2440
- white-space: nowrap;
2441
- line-height: 18px;
2442
- background: transparent;
2443
- border: 0;
2444
- width: 100%;
2445
- }
2446
- @media only screen and (max-width: 768px) {
2447
- .generic-copy-component .copy-component-content {
2448
- text-overflow: ellipsis;
2449
- }
2450
- }
2451
- .generic-copy-component.is-large .copy-component-content {
2452
- font-size: 16px;
2453
- }
2454
- .generic-copy-component.is-large .btn {
2455
- margin-top: 12px;
2456
- }
2457
- .generic-copy-component .copy-component-sidebar {
2458
- white-space: nowrap;
2459
- background: #eeeeee;
2460
- }
2461
- @media only screen and (min-width: 769px) {
2462
- .generic-copy-component .copy-component-sidebar {
2463
- position: absolute;
2464
- right: 0;
2465
- bottom: 0;
2466
- height: 60px;
2467
- padding-left: 20px;
2468
- padding-right: 10px;
2469
- }
2470
- }
2471
- @media only screen and (max-width: 768px) {
2472
- .generic-copy-component .copy-component-sidebar {
2473
- padding: 0 10px 10px 10px;
2474
- text-align: center;
2475
- }
2476
- }
2477
- @media only screen and (min-width: 769px) {
2478
- .generic-copy-component .copy-component-sidebar:before {
2479
- content: "";
2480
- position: absolute;
2481
- top: 0;
2482
- left: -20px;
2483
- width: 20px;
2484
- height: 100%;
2485
- background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #eeeeee 100%);
2486
- background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #eeeeee 100%);
2487
- background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #eeeeee 100%);
2488
- background-repeat: repeat-x;
2489
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFEEEEEE', GradientType=1);
2490
- }
2491
- }
2492
- .generic-copy-component .copy-component-sidebar .btn {
2493
- white-space: nowrap;
2494
- padding-left: 10px;
2495
- padding-right: 10px;
2496
- }
2497
- @media only screen and (min-width: 769px) {
2498
- .generic-copy-component .copy-component-sidebar .btn {
2499
- margin-top: 15px;
2500
- }
2501
- }
2502
- @media only screen and (max-width: 768px) {
2503
- .generic-copy-component .btn.copy-component-button {
2504
- display: none;
2505
- }
2506
- }
2507
-
2508
- .generic-copy-html {
2509
- width: 100%;
2510
- height: 50px;
2511
- padding: 6px;
2512
- border-radius: 5px;
2513
- border-color: #CCC;
2514
- box-sizing: border-box;
2515
- background-color: #EEEFEB;
2516
- color: #636B70;
2517
- font-size: 95%;
2518
- font-family: Consolas, sans-serif;
2519
- line-height: 125%;
2520
- cursor: copy;
2521
- }
2522
- .generic-copy-html.height-auto {
2523
- height: auto;
2524
- }
2525
-
2526
- .generic-flashmessage {
2527
- position: relative;
2528
- z-index: 1;
2529
- }
2530
- .generic-flashmessage a {
2531
- text-decoration: underline;
2532
- }
2533
- .generic-flashmessage a.hide {
2534
- text-decoration: none;
2535
- }
2536
- .generic-flashmessage .inner {
2537
- position: relative;
2538
- }
2539
- @media only screen and (min-width: 769px) {
2540
- .generic-flashmessage .inner {
2541
- padding: 15px 10px;
2542
- }
2543
- }
2544
- @media only screen and (max-width: 768px) {
2545
- .generic-flashmessage .inner {
2546
- padding: 15px;
2547
- }
2548
- }
2549
- .generic-flashmessage.error {
2550
- background-color: #f3afad;
2551
- }
2552
- .generic-flashmessage.notice, .generic-flashmessage.success {
2553
- background-color: #ffecb2;
2554
- }
2555
- .generic-flashmessage.notice, .generic-flashmessage.notice a, .generic-flashmessage.success, .generic-flashmessage.success a {
2556
- color: #493b11;
2557
- }
2558
- .generic-flashmessage.centered .inner {
2559
- text-align: center;
2560
- }
2561
-
2562
- .container .generic-flashmessage {
2563
- margin-bottom: 20px;
2564
- }
2565
- .container .generic-flashmessage .inner {
2566
- padding-left: 20px;
2567
- padding-right: 20px;
2568
- }
2569
-
2570
- .generic-flashmessage.unsupported-browser {
2571
- display: none;
2572
- visibility: hidden;
2573
- }
2574
-
2575
- html.browser-outdated .generic-flashmessage.unsupported-browser {
2576
- display: block;
2577
- visibility: visible;
2578
- }
2579
-
2580
- .generic-graphic-background {
2581
- background-image: #368474;
2582
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#368474', endColorstr='#1b889d',GradientType=1 );
2583
- }
2584
- .generic-graphic-background.is-large {
2585
- background-repeat: repeat, no-repeat, no-repeat;
2586
- background-size: auto auto, 100%, 100%;
2587
- background-image: url(../images/distortion.png), -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.85) 140%), -moz-linear-gradient(left, #1b889d 0%, #367384 15%, #35796b 50%, #388e7c 75%, #368474 100%);
2588
- background-image: url(../images/distortion.png), -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.85) 140%), -webkit-linear-gradient(left, #1b889d 0%, #367384 15%, #35796b 50%, #388e7c 75%, #368474 100%);
2589
- background-image: url(../images/distortion.png), -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.85) 140%), -o-linear-gradient(left, #1b889d 0%, #367384 15%, #35796b 50%, #388e7c 75%, #368474 100%);
2590
- background-image: url(../images/distortion.png), -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.85) 140%), -ms-linear-gradient(left, #1b889d 0%, #367384 15%, #35796b 50%, #388e7c 75%, #368474 100%);
2591
- background-image: url(../images/distortion.png), radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.85) 140%), linear-gradient(to right, #1b889d 0%, #367384 15%, #35796b 50%, #388e7c 75%, #368474 100%);
2592
- }
2593
- .generic-graphic-background.is-small {
2594
- background-repeat: repeat, no-repeat;
2595
- background-size: auto auto, 100%;
2596
- background-image: url(../images/distortion.png), -moz-linear-gradient(left, #367384 0%, #35796b 80%, #35796b 80%, #368474 100%);
2597
- background-image: url(../images/distortion.png), -webkit-linear-gradient(left, #367384 0%, #35796b 80%, #35796b 80%, #368474 100%);
2598
- background-image: url(../images/distortion.png), -o-linear-gradient(left, #367384 0%, #35796b 80%, #35796b 80%, #368474 100%);
2599
- background-image: url(../images/distortion.png), -ms-linear-gradient(left, #367384 0%, #35796b 80%, #35796b 80%, #368474 100%);
2600
- background-image: url(../images/distortion.png), linear-gradient(to right, #367384 0%, #35796b 80%, #35796b 80%, #368474 100%);
2601
- }
2602
-
2603
- .generic-pagination-as-table {
2604
- margin-bottom: -10px;
2605
- margin-top: 15px;
2606
- display: table;
2607
- }
2608
- .generic-pagination-as-table:empty {
2609
- display: none;
2610
- }
2611
- @media only screen and (max-width: 768px) {
2612
- .generic-pagination-as-table {
2613
- width: 100%;
2614
- }
2615
- }
2616
- .generic-pagination-as-table .pagination {
2617
- display: table-row;
2618
- }
2619
- .generic-pagination-as-table .pagination a,
2620
- .generic-pagination-as-table .pagination em,
2621
- .generic-pagination-as-table .pagination span {
2622
- display: table-cell;
2623
- text-align: center;
2624
- }
2625
- @media only screen and (max-width: 768px) {
2626
- .generic-pagination-as-table .pagination a,
2627
- .generic-pagination-as-table .pagination em,
2628
- .generic-pagination-as-table .pagination span {
2629
- border-bottom: 1px solid #cccccc;
2630
- }
2631
- }
2632
- .generic-pagination-as-table .pagination > *:first-child {
2633
- border-top-left-radius: 0;
2634
- }
2635
- .generic-pagination-as-table .pagination > *:last-child {
2636
- border-top-right-radius: 0;
2637
- }
2638
- .generic-pagination-as-table.only-prev-next .pagination a,
2639
- .generic-pagination-as-table.only-prev-next .pagination em,
2640
- .generic-pagination-as-table.only-prev-next .pagination span {
2641
- display: none;
2642
- }
2643
- .generic-pagination-as-table.only-prev-next .pagination .previous_page,
2644
- .generic-pagination-as-table.only-prev-next .pagination .next_page {
2645
- display: table-cell;
2646
- }
2647
-
2648
- @media only screen and (min-width: 769px) {
2649
- .col-md-16 .generic-pagination-as-table {
2650
- width: 620px;
2651
- }
2652
-
2653
- .col-md-15 .generic-pagination-as-table {
2654
- width: -moz-calc(100% + 10px);
2655
- width: -webkit-calc(100% + 10px);
2656
- width: calc(100% + 10px);
2657
- }
2658
-
2659
- .col-md-16.generic-white-shadowed-box .generic-pagination-as-table {
2660
- width: 640px;
2661
- }
2662
-
2663
- .col-md-7 .generic-pagination-as-table {
2664
- width: 259px;
2665
- }
2666
-
2667
- .generic-white-shadowed-box .generic-pagination-as-table {
2668
- margin-left: -10px;
2669
- }
2670
- }
2671
- @media only screen and (max-width: 768px) {
2672
- nav.generic-public-sidebar-menu {
2673
- margin-bottom: 10px;
2674
- }
2675
- }
2676
- nav.generic-public-sidebar-menu ul {
2677
- list-style: none;
2678
- margin-bottom: 0;
2679
- }
2680
- nav.generic-public-sidebar-menu ul.menu ul {
2681
- padding-left: 11px;
2682
- }
2683
- nav.generic-public-sidebar-menu ul.menu a {
2684
- font-weight: normal;
2685
- display: block;
2686
- padding: 0px 5px 7px 13px;
2687
- line-height: 15px;
2688
- color: #939393;
2689
- }
2690
- @media only screen and (max-width: 768px) {
2691
- nav.generic-public-sidebar-menu ul.menu a {
2692
- font-size: 14px;
2693
- }
2694
- }
2695
- nav.generic-public-sidebar-menu ul.menu a:hover {
2696
- color: #fff;
2697
- }
2698
- nav.generic-public-sidebar-menu ul.menu li.active > a,
2699
- nav.generic-public-sidebar-menu ul.menu li.current-menu-item > a,
2700
- nav.generic-public-sidebar-menu ul.menu li.current-category-ancestor > a,
2701
- nav.generic-public-sidebar-menu ul.menu li.current-post-ancestor > a,
2702
- nav.generic-public-sidebar-menu ul.menu li.current-post-parent > a {
2703
- color: #fff;
2704
- font-weight: bold;
2705
- }
2706
- nav.generic-public-sidebar-menu ul.menu > li > a {
2707
- padding: 9px 10px 7px 13px;
2708
- line-height: 16px;
2709
- color: #CDCDCD;
2710
- background: #4C5256;
2711
- }
2712
- nav.generic-public-sidebar-menu ul.menu > li > a:hover {
2713
- background: #3f4448;
2714
- }
2715
- nav.generic-public-sidebar-menu ul.menu > li.active, nav.generic-public-sidebar-menu ul.menu > li.current-menu-item, nav.generic-public-sidebar-menu ul.menu > li.current-category-ancestor, nav.generic-public-sidebar-menu ul.menu > li.current-post-ancestor, nav.generic-public-sidebar-menu ul.menu > li.current-post-parent {
2716
- background: #3F4447;
2717
- border-left: 5px solid #BAD304;
2718
- }
2719
- nav.generic-public-sidebar-menu ul.menu > li.active > a, nav.generic-public-sidebar-menu ul.menu > li.current-menu-item > a, nav.generic-public-sidebar-menu ul.menu > li.current-category-ancestor > a, nav.generic-public-sidebar-menu ul.menu > li.current-post-ancestor > a, nav.generic-public-sidebar-menu ul.menu > li.current-post-parent > a {
2720
- padding-left: 8px;
2721
- line-height: 16px;
2722
- background: none;
2723
- }
2724
- nav.generic-public-sidebar-menu ul.menu > li.disabled-menu-item, nav.generic-public-sidebar-menu ul.menu > li.disabled {
2725
- background: #4C5256;
2726
- padding: 9px 0 7px 13px;
2727
- color: #949494;
2728
- cursor: not-allowed;
2729
- }
2730
- nav.generic-public-sidebar-menu ul.menu > li.disabled-menu-item .label, nav.generic-public-sidebar-menu ul.menu > li.disabled .label {
2731
- opacity: 20;
2732
- filter: alpha(opacity=2000);
2733
- }
2734
- nav.generic-public-sidebar-menu ul.related-links {
2735
- padding: 0 13px;
2736
- }
2737
- @media only screen and (min-width: 769px) {
2738
- nav.generic-public-sidebar-menu ul.related-links {
2739
- padding-top: 25px;
2740
- }
2741
- }
2742
- @media only screen and (max-width: 768px) {
2743
- nav.generic-public-sidebar-menu ul.related-links {
2744
- padding-top: 15px;
2745
- }
2746
- }
2747
- nav.generic-public-sidebar-menu ul.related-links li {
2748
- margin-top: 5px;
2749
- }
2750
- nav.generic-public-sidebar-menu ul.related-links li.disabled {
2751
- color: #949494;
2752
- text-decoration: line-through;
2753
- cursor: help;
2754
- }
2755
- nav.generic-public-sidebar-menu.with-public-colors ul.menu > li.active, nav.generic-public-sidebar-menu.with-public-colors ul.menu > li.current-menu-item, nav.generic-public-sidebar-menu.with-public-colors ul.menu > li.current-category-ancestor, nav.generic-public-sidebar-menu.with-public-colors ul.menu > li.current-post-ancestor, nav.generic-public-sidebar-menu.with-public-colors ul.menu > li.current-post-parent {
2756
- -webkit-box-shadow: inset 0px 0px 12px 2px #2D3032;
2757
- box-shadow: inset 0px 0px 12px 2px #2D3032;
2758
- }
2759
- nav.generic-public-sidebar-menu.with-admin-colors ul.menu {
2760
- border-top: 4px solid #fff;
2761
- border-bottom: 4px solid #fff;
2762
- }
2763
- nav.generic-public-sidebar-menu.with-admin-colors ul.menu a {
2764
- color: #3f3f3f;
2765
- }
2766
- nav.generic-public-sidebar-menu.with-admin-colors ul.menu a:hover {
2767
- color: #3f3f3f;
2768
- }
2769
- nav.generic-public-sidebar-menu.with-admin-colors ul.menu li.current-menu-item > a {
2770
- color: #3f3f3f;
2771
- background: #d9e5ec;
2772
- }
2773
- nav.generic-public-sidebar-menu.with-admin-colors ul.menu > li > a {
2774
- color: #3f3f3f;
2775
- background: #fff;
2776
- }
2777
- nav.generic-public-sidebar-menu.with-admin-colors ul.menu > li > a:hover {
2778
- background: #d9e5ec;
2779
- }
2780
- nav.generic-public-sidebar-menu.with-admin-colors ul.menu > li.current-menu-item {
2781
- background: #d9e5ec;
2782
- border-left-color: #28638c;
2783
- }
2784
- nav.generic-public-sidebar-menu.with-admin-colors ul.menu > li.disabled-menu-item {
2785
- background: #fff;
2786
- color: #cccccc;
2787
- }
2788
-
2789
- .generic-responsive-video-wrapper {
2790
- position: relative;
2791
- height: 0;
2792
- padding-bottom: 56.25%;
2793
- padding-top: 25px;
2794
- }
2795
- .generic-responsive-video-wrapper iframe {
2796
- position: absolute;
2797
- top: 0;
2798
- left: 0;
2799
- width: 100%;
2800
- height: 100%;
2801
- }
2802
-
2803
- @media only screen and (min-width: 769px) {
2804
- .generic-scroll-down-button {
2805
- position: absolute;
2806
- left: 50%;
2807
- bottom: 0;
2808
- margin-left: -40px;
2809
- border-style: dashed;
2810
- border-width: 1px 1px 0 1px;
2811
- border-color: #cccccc;
2812
- display: block;
2813
- width: 80px;
2814
- height: 30px;
2815
- border-radius: 5px 5px 0 0;
2816
- cursor: pointer;
2817
- transition: all 0.025s linear;
2818
- }
2819
- .generic-scroll-down-button:before {
2820
- content: "";
2821
- position: absolute;
2822
- top: 10px;
2823
- left: 50%;
2824
- margin-left: -10px;
2825
- width: 0;
2826
- height: 0;
2827
- border-style: solid;
2828
- border-width: 10px 10px 0 10px;
2829
- border-color: #cccccc transparent transparent transparent;
2830
- }
2831
- .generic-scroll-down-button:hover {
2832
- background: rgba(255, 255, 255, 0.1);
2833
- }
2834
- .generic-scroll-down-button:hover:before {
2835
- border-top-color: #bfbfbf;
2836
- }
2837
- }
2838
- @media only screen and (max-width: 768px) {
2839
- .generic-scroll-down-button {
2840
- display: none;
2841
- }
2842
- }
2843
-
2844
- .has-generic-scroll-down-button {
2845
- position: relative;
2846
- }
2847
-
2848
- @media only screen and (max-width: 768px) {
2849
- .generic-social-media-buttons {
2850
- margin-bottom: 20px;
2851
- text-align: center;
2852
- }
2853
- }
2854
- @media only screen and (min-width: 769px) {
2855
- .generic-social-media-buttons.is-vertical {
2856
- display: flex;
2857
- flex-direction: column;
2858
- align-items: center;
2859
- }
2860
- }
2861
- .generic-social-media-buttons.is-vertical a {
2862
- margin-bottom: 10px;
2863
- }
2864
- @media only screen and (min-width: 769px) {
2865
- .generic-social-media-buttons:not(.is-vertical) a:not(:first-child) {
2866
- margin-left: 20px;
2867
- }
2868
- }
2869
- @media only screen and (max-width: 768px) {
2870
- .generic-social-media-buttons a:not(:first-child) {
2871
- margin-left: 10px;
2872
- }
2873
- }
2874
- .generic-social-media-buttons .fa {
2875
- font-size: 1.4em;
2876
- margin-right: 6px;
2877
- }
2878
- .generic-social-media-buttons a:link,
2879
- .generic-social-media-buttons a:visited {
2880
- display: inline-block;
2881
- vertical-align: middle;
2882
- width: 44px;
2883
- height: 44px;
2884
- font-size: 22px;
2885
- line-height: 44px;
2886
- font-family: FontAwesome;
2887
- font-weight: normal;
2888
- border-radius: 100%;
2889
- color: white;
2890
- text-align: center;
2891
- position: relative;
2892
- -webkit-font-smoothing: antialiased;
2893
- -moz-osx-font-smoothing: grayscale;
2894
- }
2895
- .generic-social-media-buttons a:link:hover, .generic-social-media-buttons a:link:focus,
2896
- .generic-social-media-buttons a:visited:hover,
2897
- .generic-social-media-buttons a:visited:focus {
2898
- text-decoration: none;
2899
- outline: none;
2900
- }
2901
- .generic-social-media-buttons a:link.facebook,
2902
- .generic-social-media-buttons a:visited.facebook {
2903
- background: #3a5b96;
2904
- }
2905
- .generic-social-media-buttons a:link.facebook:hover,
2906
- .generic-social-media-buttons a:visited.facebook:hover {
2907
- background: #335084;
2908
- }
2909
- .generic-social-media-buttons a:link.facebook:before,
2910
- .generic-social-media-buttons a:visited.facebook:before {
2911
- content: "";
2912
- }
2913
- .generic-social-media-buttons a:link.facebook .text,
2914
- .generic-social-media-buttons a:visited.facebook .text {
2915
- color: #3a5b96;
2916
- }
2917
- .generic-social-media-buttons a:link.twitter,
2918
- .generic-social-media-buttons a:visited.twitter {
2919
- background: #1da1f2;
2920
- }
2921
- .generic-social-media-buttons a:link.twitter:hover,
2922
- .generic-social-media-buttons a:visited.twitter:hover {
2923
- background: #0d95e8;
2924
- }
2925
- .generic-social-media-buttons a:link.twitter:before,
2926
- .generic-social-media-buttons a:visited.twitter:before {
2927
- content: "";
2928
- }
2929
- .generic-social-media-buttons a:link.twitter .text,
2930
- .generic-social-media-buttons a:visited.twitter .text {
2931
- color: #1da1f2;
2932
- }
2933
- .generic-social-media-buttons a:link.e-mail,
2934
- .generic-social-media-buttons a:visited.e-mail {
2935
- background: #90959b;
2936
- }
2937
- .generic-social-media-buttons a:link.e-mail:hover,
2938
- .generic-social-media-buttons a:visited.e-mail:hover {
2939
- background: #83888f;
2940
- }
2941
- .generic-social-media-buttons a:link.e-mail:before,
2942
- .generic-social-media-buttons a:visited.e-mail:before {
2943
- content: "";
2944
- }
2945
- .generic-social-media-buttons a:link.e-mail .text,
2946
- .generic-social-media-buttons a:visited.e-mail .text {
2947
- color: #90959b;
2948
- }
2949
- .generic-social-media-buttons a:link.widget,
2950
- .generic-social-media-buttons a:visited.widget {
2951
- background: #90959b;
2952
- }
2953
- .generic-social-media-buttons a:link.widget:hover,
2954
- .generic-social-media-buttons a:visited.widget:hover {
2955
- background: #83888f;
2956
- }
2957
- .generic-social-media-buttons a:link.widget:before,
2958
- .generic-social-media-buttons a:visited.widget:before {
2959
- content: "";
2960
- }
2961
- .generic-social-media-buttons a:link.widget .text,
2962
- .generic-social-media-buttons a:visited.widget .text {
2963
- color: #90959b;
2964
- }
2965
- .generic-social-media-buttons a:link.feedback,
2966
- .generic-social-media-buttons a:visited.feedback {
2967
- background: #cccc20;
2968
- }
2969
- .generic-social-media-buttons a:link.feedback:hover,
2970
- .generic-social-media-buttons a:visited.feedback:hover {
2971
- background: #b6b61d;
2972
- }
2973
- .generic-social-media-buttons a:link.feedback:before,
2974
- .generic-social-media-buttons a:visited.feedback:before {
2975
- content: "";
2976
- }
2977
- .generic-social-media-buttons a:link.feedback .text,
2978
- .generic-social-media-buttons a:visited.feedback .text {
2979
- color: #cccc20;
2980
- }
2981
- .generic-social-media-buttons a:link.facebook-messenger,
2982
- .generic-social-media-buttons a:visited.facebook-messenger {
2983
- background: transparent;
2984
- }
2985
- .generic-social-media-buttons a:link.facebook-messenger:hover,
2986
- .generic-social-media-buttons a:visited.facebook-messenger:hover {
2987
- background: rgba(0, 0, 0, 0);
2988
- }
2989
- .generic-social-media-buttons a:link.facebook-messenger:before,
2990
- .generic-social-media-buttons a:visited.facebook-messenger:before {
2991
- content: "";
2992
- }
2993
- .generic-social-media-buttons a:link.facebook-messenger .text,
2994
- .generic-social-media-buttons a:visited.facebook-messenger .text {
2995
- color: transparent;
2996
- }
2997
- @media only screen and (min-width: 769px) {
2998
- .generic-social-media-buttons a:link.facebook-messenger,
2999
- .generic-social-media-buttons a:visited.facebook-messenger {
3000
- display: none;
3001
- }
3002
- }
3003
- .generic-social-media-buttons a:link.whatsapp,
3004
- .generic-social-media-buttons a:visited.whatsapp {
3005
- background: #25d366;
3006
- }
3007
- .generic-social-media-buttons a:link.whatsapp:hover,
3008
- .generic-social-media-buttons a:visited.whatsapp:hover {
3009
- background: #21bd5c;
3010
- }
3011
- .generic-social-media-buttons a:link.whatsapp:before,
3012
- .generic-social-media-buttons a:visited.whatsapp:before {
3013
- content: "";
3014
- }
3015
- .generic-social-media-buttons a:link.whatsapp .text,
3016
- .generic-social-media-buttons a:visited.whatsapp .text {
3017
- color: #25d366;
3018
- }
3019
- @media only screen and (min-width: 769px) {
3020
- .generic-social-media-buttons a:link.whatsapp,
3021
- .generic-social-media-buttons a:visited.whatsapp {
3022
- display: none;
3023
- }
3024
- }
3025
- .generic-social-media-buttons a:link.instagram,
3026
- .generic-social-media-buttons a:visited.instagram {
3027
- background: #e1306c;
3028
- }
3029
- .generic-social-media-buttons a:link.instagram:hover,
3030
- .generic-social-media-buttons a:visited.instagram:hover {
3031
- background: #d81f5e;
3032
- }
3033
- .generic-social-media-buttons a:link.instagram:before,
3034
- .generic-social-media-buttons a:visited.instagram:before {
3035
- content: "";
3036
- }
3037
- .generic-social-media-buttons a:link.instagram .text,
3038
- .generic-social-media-buttons a:visited.instagram .text {
3039
- color: #e1306c;
3040
- }
3041
- .generic-social-media-buttons a:link.facebook-messenger,
3042
- .generic-social-media-buttons a:visited.facebook-messenger {
3043
- background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMjAuOTMycHgiIGhlaWdodD0iMjIzLjk1MnB4IiB2aWV3Qm94PSIwIDAgMjIwLjkzMiAyMjMuOTUyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMjAuOTMyIDIyMy45NTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxkZWZzPjxwYXRoIGlkPSJTVkdJRF8xXyIgZD0iTTAuMDg0LDEwNC42NzVjMCwzMi4zNywxNS41NjUsNjEuMyw0MCw4MC40Njh2MzkuMDMxbDM3LjYxOC0xOS43MDVjMTAuMzg3LDMuMDU5LDIxLjQzMSw0LjcwNiwzMi44ODIsNC43MDZjNjEuMDI4LDAsMTEwLjUtNDYuNzg2LDExMC41LTEwNC41YzAtNTcuNzE0LTQ5LjQ3Mi0xMDQuNS0xMTAuNS0xMDQuNUM0OS41NTcsMC4xNzUsMC4wODQsNDYuOTYxLDAuMDg0LDEwNC42NzUiLz48L2RlZnM+PGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+PHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBvdmVyZmxvdz0idmlzaWJsZSIvPjwvY2xpcFBhdGg+PHJlY3QgeD0iMC4wODQiIHk9IjAuMTc1IiBjbGlwLXBhdGg9InVybCgjU1ZHSURfMl8pIiBmaWxsPSIjMDA4NEZGIiB3aWR0aD0iMjIxIiBoZWlnaHQ9IjIyNCIvPjwvZz48Zz48ZGVmcz48cmVjdCBpZD0iU1ZHSURfM18iIHg9Ii0yMi45MTYiIHk9Ii0xOS44MjUiIHdpZHRoPSIyNjguNzUzIiBoZWlnaHQ9IjI2NS44MTYiLz48L2RlZnM+PGNsaXBQYXRoIGlkPSJTVkdJRF80XyI+PHVzZSB4bGluazpocmVmPSIjU1ZHSURfM18iICBvdmVyZmxvdz0idmlzaWJsZSIvPjwvY2xpcFBhdGg+PHBvbHlnb24gY2xpcC1wYXRoPSJ1cmwoI1NWR0lEXzRfKSIgZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIzNy4wODQsMTQwLjE3NSA5My4wODQsMTEwLjE3NSAxMjIuMDg0LDE0MS4xNzUgMTgyLjA4NCw3NS4xNzUgMTI2LjA4NCwxMDUuMTc1IDk3LjA4NCw3Ni4xNzUgIi8+PC9nPjwvc3ZnPg==);
3044
- background-size: contain;
3045
- background-repeat: no-repeat;
3046
- background-color: transparent;
3047
- border-radius: 0;
3048
- }
3049
- .generic-social-media-buttons a:link.facebook-messenger:before,
3050
- .generic-social-media-buttons a:visited.facebook-messenger:before {
3051
- display: none;
3052
- }
3053
- .generic-social-media-buttons a:link .text,
3054
- .generic-social-media-buttons a:visited .text {
3055
- position: absolute;
3056
- left: 0;
3057
- right: 0;
3058
- text-align: center;
3059
- display: block;
3060
- top: 0;
3061
- font-size: 10px;
3062
- font-family: "Open Sans", Arial, sans-serif;
3063
- }
3064
- .generic-social-media-buttons.is-large a {
3065
- width: 66px;
3066
- height: 66px;
3067
- line-height: 66px;
3068
- font-size: 33px;
3069
- }
3070
- @media only screen and (max-width: 768px) {
3071
- .generic-social-media-buttons.is-large a:not(:first-child) {
3072
- margin-left: 4.5px;
3073
- }
3074
- }
3075
- @media only screen and (min-width: 769px) {
3076
- .generic-social-media-buttons.is-large:not(.is-vertical) a:not(:first-child) {
3077
- margin-left: 7.5px;
3078
- }
3079
- }
3080
- .generic-social-media-buttons.is-large .text {
3081
- font-size: 15px;
3082
- }
3083
-
3084
- .generic-social-sharing {
3085
- display: flex;
3086
- flex-wrap: nowrap;
3087
- justify-content: space-between;
3088
- margin: 15px 0;
3089
- }
3090
- .generic-social-sharing:not(.without-labels) li {
3091
- width: calc(100% / 3 - 3px);
3092
- }
3093
- .generic-social-sharing:not(.without-labels) i {
3094
- margin-right: 10px;
3095
- }
3096
- .generic-social-sharing.without-labels {
3097
- width: 110px;
3098
- }
3099
- .generic-social-sharing.without-labels a {
3100
- width: 30px;
3101
- height: 30px;
3102
- }
3103
- .generic-social-sharing.without-labels a span {
3104
- display: none;
3105
- }
3106
- .generic-social-sharing a {
3107
- border: 2px solid #eeeeee;
3108
- display: block;
3109
- text-align: center;
3110
- color: #cccccc;
3111
- font-weight: normal;
3112
- padding: 3px 0;
3113
- }
3114
- .generic-social-sharing a:hover, .generic-social-sharing a:focus {
3115
- text-decoration: none;
3116
- border-color: #cccccc;
3117
- color: #949494;
3118
- }
3119
- .generic-social-sharing a:hover.facebook, .generic-social-sharing a:focus.facebook {
3120
- border-color: #4e69a2;
3121
- color: #4e69a2;
3122
- }
3123
- .generic-social-sharing a:hover.twitter, .generic-social-sharing a:focus.twitter {
3124
- border-color: #1da1f2;
3125
- color: #1da1f2;
3126
- }
3127
- .generic-social-sharing i {
3128
- font-size: 16px;
3129
- line-height: 20px;
3130
- }
3131
-
3132
- .generic-tags {
3133
- overflow: hidden;
3134
- margin-top: 10px;
3135
- margin-left: 0 !important;
3136
- margin-bottom: 35px;
3137
- }
3138
- .generic-tags li {
3139
- display: inline-block;
3140
- float: left;
3141
- margin: 0 10px 5px 18px;
3142
- font-size: 14px;
3143
- background: url(../images/generic-tags-li.png) repeat-x 0 0 #eee;
3144
- height: 29px;
3145
- line-height: 30px;
3146
- border-right: 1px solid #cecece;
3147
- border-radius: 0 3px 3px 0;
3148
- padding-right: 8px;
3149
- text-indent: 6px;
3150
- text-shadow: -1px -1px 1px white;
3151
- cursor: default;
3152
- }
3153
- .generic-tags li:before {
3154
- content: "";
3155
- height: 29px;
3156
- width: 18px;
3157
- margin-left: -18px;
3158
- background: url(../images/generics-tags-li-before.png) no-repeat 0 0 transparent;
3159
- display: block;
3160
- float: left;
3161
- }
3162
-
3163
- .generic-white-box {
3164
- background: white;
3165
- }
3166
- @media only screen and (min-width: 769px) {
3167
- .generic-white-box:not(.is-small) {
3168
- margin-top: 5vh;
3169
- margin-bottom: 6vh;
3170
- padding-top: 20px;
3171
- padding-bottom: 50px;
3172
- }
3173
- .generic-white-box.is-small {
3174
- margin-top: 40px;
3175
- padding: 20px;
3176
- }
3177
- }
3178
- @media only screen and (max-width: 768px) {
3179
- .generic-white-box {
3180
- margin-top: 10px;
3181
- margin-bottom: 20px;
3182
- padding-bottom: 10px;
3183
- }
3184
- }
3185
- .generic-white-box p {
3186
- font-size: 14px;
3187
- }
3188
- .generic-white-box p:last-child {
3189
- margin-bottom: 0;
3190
- }