kc-sdk 6.10.12285 → 6.11.876

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2253 +1,2253 @@
1
- /**
2
- * Copyright (c) Optum 2015 - All Rights Reserved.
3
- */
4
-
5
- html,
6
- body,
7
- div,
8
- span,
9
- applet,
10
- object,
11
- iframe,
12
- h1,
13
- h2,
14
- h3,
15
- h4,
16
- h5,
17
- h6,
18
- p,
19
- blockquote,
20
- pre,
21
- a,
22
- abbr,
23
- acronym,
24
- address,
25
- big,
26
- cite,
27
- code,
28
- del,
29
- dfn,
30
- em,
31
- img,
32
- ins,
33
- kbd,
34
- q,
35
- s,
36
- samp,
37
- small,
38
- strike,
39
- strong,
40
- tt,
41
- var,
42
- b,
43
- u,
44
- i,
45
- center,
46
- dl,
47
- dt,
48
- dd,
49
- ol,
50
- ul,
51
- li,
52
- fieldset,
53
- form,
54
- label,
55
- legend,
56
- article,
57
- aside,
58
- canvas,
59
- details,
60
- embed,
61
- figure,
62
- figcaption,
63
- footer,
64
- header,
65
- hgroup,
66
- menu,
67
- nav,
68
- output,
69
- ruby,
70
- section,
71
- summary,
72
- time,
73
- mark,
74
- audio,
75
- video {
76
- margin: 0;
77
- padding: 0;
78
- border: 0;
79
- font-size: 100%;
80
- font: inherit;
81
- vertical-align: baseline;
82
- }
83
- body {
84
- line-height: 1;
85
- }
86
- html,
87
- body {
88
- height: 100%;
89
- }
90
- ol,
91
- ul {
92
- list-style: none;
93
- }
94
- blockquote,
95
- q {
96
- quotes: none;
97
- }
98
- blockquote:before,
99
- blockquote:after,
100
- q:before,
101
- q:after {
102
- content: '';
103
- content: none;
104
- }
105
- table {
106
- border-collapse: collapse;
107
- border-spacing: 0;
108
- }
109
-
110
- article,
111
- aside,
112
- details,
113
- figcaption,
114
- figure,
115
- footer,
116
- header,
117
- hgroup,
118
- menu,
119
- nav,
120
- section {
121
- display: block;
122
- }
123
-
124
-
125
- html {
126
- font-size: 75%;
127
- }
128
- body {
129
- background-color: white;
130
- }
131
- body,
132
- input,
133
- select,
134
- textarea {
135
- color: #282a2e;
136
- font-family: Arial, Helvetica, sans-serif;
137
- font-size: 1em;
138
- margin: 0;
139
- }
140
- input[type=text],
141
- input[type=tel],
142
- input[type=password],
143
- input[type=checkbox],
144
- input[type=email],
145
- input[type=radio],
146
- textarea,
147
- select {
148
- -webkit-transition: all 0.1s ease-in-out;
149
- -moz-transition: all 0.1s ease-in-out;
150
- -ms-transition: all 0.1s ease-in-out;
151
- -o-transition: all 0.1s ease-in-out;
152
- outline: none;
153
- }
154
- input[type=text]:focus,
155
- input[type=tel]:focus,
156
- input[type=password]:focus,
157
- input[type=checkbox]:focus,
158
- input[type=email]:focus,
159
- input[type=radio]:focus,
160
- textarea:focus,
161
- select:focus {
162
- box-shadow: 0 0 3px 1px #248C95;
163
- border-color: #248C95 !important;
164
- }
165
- a,
166
- a:link,
167
- a:visited,
168
- a:hover {
169
- color: #005187;
170
- text-decoration: none;
171
- }
172
- p a,
173
- p a:link,
174
- .oui-type-like-p a,
175
- .oui-type-like-p a:link,
176
- a:hover {
177
- text-decoration: underline;
178
- }
179
- a:active,
180
- span[tabindex]:focus,
181
- a:focus {
182
- outline: dotted thin;
183
- text-decoration: underline;
184
- }
185
- p,
186
- h6,
187
- ul,
188
- .oui-type-like-p {
189
- line-height: 120%;
190
- }
191
- p {
192
- margin-bottom: .917rem;
193
- }
194
- h1,
195
- .oui-type-like-h1 {
196
- color: #63666a;
197
- font-size: 2em;
198
- margin-bottom: 1.5rem;
199
- font-weight: normal;
200
- }
201
- h1:focus {
202
- outline: none;
203
- }
204
- h2,
205
- .oui-type-like-h2 {
206
- color: #c25608;
207
- font-size: 1.667em;
208
- font-weight: bold;
209
- margin-bottom: .833rem;
210
- line-height: 120%;
211
- }
212
- h3,
213
- .oui-type-like-h3 {
214
- color: #282a2e;
215
- font-size: 1.5em;
216
- font-weight: bold;
217
- margin-bottom: .833rem;
218
- line-height: 120%;
219
- }
220
- h4,
221
- .oui-type-like-h4 {
222
- color: #63666a;
223
- font-weight: bold;
224
- font-size: 1.333em;
225
- margin-bottom: .833rem;
226
- line-height: 120%;
227
- }
228
- h5,
229
- .oui-type-like-h5 {
230
- color: #282a2e;
231
- font-weight: bold;
232
- font-size: 1.167em;
233
- line-height: 120%;
234
- margin-bottom: .833rem;
235
- }
236
- h6,
237
- .oui-type-like-h6 {
238
- color: #c25608;
239
- font-size: 1.167em;
240
- font-weight: bold;
241
- line-height: 120%;
242
- margin-bottom: .833rem;
243
- }
244
- h2,
245
- h3,
246
- h4,
247
- h5,
248
- h6,
249
- .oui-type-like-h2,
250
- .oui-type-like-h3,
251
- .oui-type-like-h4,
252
- .oui-type-like-h5,
253
- .oui-type-like-h6 {
254
- margin-top: 1.667rem;
255
- }
256
- h2:first-child,
257
- h3:first-child,
258
- h4:first-child,
259
- h5:first-child,
260
- h6:first-child,
261
- .oui-type-like-h2:first-child,
262
- .oui-type-like-h3:first-child,
263
- .oui-type-like-h4:first-child,
264
- .oui-type-like-h5:first-child,
265
- .oui-type-like-h6:first-child,
266
- .oui-a11y-hidden:first-child + h2,
267
- .oui-a11y-hidden:first-child + h3,
268
- .oui-a11y-hidden:first-child + h4,
269
- .oui-a11y-hidden:first-child + h5,
270
- .oui-a11y-hidden:first-child + h6 {
271
- margin-top: 0;
272
- }
273
- .oui-list-standard,
274
- .oui-list-standard ul {
275
- list-style: square inside;
276
- line-height: 120%;
277
- }
278
- .oui-list-standard ul {
279
- margin-left: 1.083rem;
280
- }
281
-
282
- .oui-pattern-demo {
283
- margin: 1.08333333rem;
284
- }
285
-
286
- .oui-a11y-hidden {
287
- clip: rect(1px, 1px, 1px, 1px);
288
- position: absolute !important;
289
- height: 1px;
290
- width: 1px;
291
- overflow: hidden;
292
- }
293
-
294
- .oui-grid-12,
295
- .oui-grid-12-12,
296
- .oui-grid-12-full,
297
- .oui-grid-12-1,
298
- .oui-grid-12-2,
299
- .oui-grid-12-3,
300
- .oui-grid-12-4,
301
- .oui-grid-12-5,
302
- .oui-grid-12-6,
303
- .oui-grid-12-7,
304
- .oui-grid-12-8,
305
- .oui-grid-12-9,
306
- .oui-grid-12-10,
307
- .oui-grid-12-11 {
308
- box-sizing: border-box;
309
- -webkit-box-sizing: border-box;
310
- -moz-box-sizing: border-box;
311
- float: left;
312
- }
313
- .oui-grid-12,
314
- .oui-grid-12-12,
315
- .oui-grid-12-full {
316
- width: 100%;
317
- }
318
- .oui-grid-12-1 {
319
- width: 8.3333333333333%;
320
- }
321
- .oui-grid-12-2 {
322
- width: 16.6666666666667%;
323
- }
324
- .oui-grid-12-3 {
325
- width: 25%;
326
- }
327
- .oui-grid-12-4 {
328
- width: 33.3333333333333%;
329
- }
330
- .oui-grid-12-5 {
331
- width: 41.6666666666667%;
332
- }
333
- .oui-grid-12-6 {
334
- width: 50%;
335
- }
336
- .oui-grid-12-7 {
337
- width: 58.3333333333333%;
338
- }
339
- .oui-grid-12-8 {
340
- width: 66.6666666666667%;
341
- }
342
- .oui-grid-12-9 {
343
- width: 75%;
344
- }
345
- .oui-grid-12-10 {
346
- width: 83.3333333333333%;
347
- }
348
- .oui-grid-12-11 {
349
- width: 91.6666666666667%;
350
- }
351
-
352
- .oui-util-truncate {
353
- overflow: hidden;
354
- white-space: nowrap;
355
- text-overflow: ellipsis;
356
- }
357
-
358
- .oui-util-scroll-vertical {
359
- overflow-x: hidden;
360
- overflow-y: auto;
361
- }
362
-
363
- .oui-util-non-selectable-text {
364
- -webkit-user-select: none;
365
- -moz-user-select: none;
366
- -ms-user-select: none;
367
- user-select: none;
368
- }
369
- .oui-util-clear {
370
- clear: both;
371
- }
372
- .oui-margin-none {
373
- margin: 0 !important;
374
- }
375
- .oui-margin-top-1t {
376
- margin-top: 1.08333333rem !important;
377
- }
378
- .oui-margin-top-2t {
379
- margin-top: 2.167rem !important;
380
- }
381
- .oui-margin-top-3t {
382
- margin-top: 3.25rem !important;
383
- }
384
- .oui-margin-top-4t {
385
- margin-top: 4.333rem !important;
386
- }
387
- .oui-margin-top-5t {
388
- margin-top: 5.417rem !important;
389
- }
390
- .oui-margin-top-6t {
391
- margin-top: 6.5rem !important;
392
- }
393
- .oui-margin-top-7t {
394
- margin-top: 7.583rem !important;
395
- }
396
- .oui-margin-top-8t {
397
- margin-top: 8.667rem !important;
398
- }
399
- .oui-margin-bottom-none {
400
- margin-bottom: 0 !important;
401
- }
402
- .oui-margin-bottom-1t {
403
- margin-bottom: 1.08333333rem !important;
404
- }
405
- .oui-margin-bottom-2t {
406
- margin-bottom: 2.167rem !important;
407
- }
408
- .oui-margin-bottom-3t {
409
- margin-bottom: 3.25rem !important;
410
- }
411
- .oui-margin-bottom-4t {
412
- margin-bottom: 4.333rem !important;
413
- }
414
- .oui-margin-bottom-5t {
415
- margin-bottom: 5.417rem !important;
416
- }
417
- .oui-margin-bottom-6t {
418
- margin-bottom: 6.5rem !important;
419
- }
420
- .oui-margin-bottom-7t {
421
- margin-bottom: 7.583rem !important;
422
- }
423
- .oui-margin-bottom-8t {
424
- margin-bottom: 8.667rem !important;
425
- }
426
- .oui-width-1t {
427
- width: 1.083rem !important;
428
- }
429
- .oui-width-2t {
430
- width: 2.167rem !important;
431
- }
432
- .oui-width-3t {
433
- width: 3.250rem !important;
434
- }
435
- .oui-width-4t {
436
- width: 4.333rem !important;
437
- }
438
- .oui-width-5t {
439
- width: 5.417rem !important;
440
- }
441
- .oui-width-6t {
442
- width: 6.500rem !important;
443
- }
444
- .oui-width-7t {
445
- width: 7.583rem !important;
446
- }
447
- .oui-width-8t {
448
- width: 8.667rem !important;
449
- }
450
- .oui-width-9t {
451
- width: 9.750rem !important;
452
- }
453
- .oui-width-10t {
454
- width: 10.833rem !important;
455
- }
456
- .oui-width-11t {
457
- width: 11.917rem !important;
458
- }
459
- .oui-width-12t {
460
- width: 13rem !important;
461
- }
462
- .oui-width-13t {
463
- width: 14.083rem !important;
464
- }
465
- .oui-width-14t {
466
- width: 15.167rem !important;
467
- }
468
- .oui-width-15t {
469
- width: 16.250rem !important;
470
- }
471
- .oui-width-16t {
472
- width: 17.333rem !important;
473
- }
474
- .oui-width-17t {
475
- width: 18.417rem !important;
476
- }
477
- .oui-width-18t {
478
- width: 19.5rem !important;
479
- }
480
- .oui-width-19t {
481
- width: 20.583rem !important;
482
- }
483
- .oui-width-20t {
484
- width: 21.667rem !important;
485
- }
486
-
487
-
488
- ::-ms-clear {
489
- display: none;
490
- }
491
-
492
-
493
-
494
-
495
- [ng\:cloak],
496
- [ng-cloak],
497
- [data-ng-cloak],
498
- [x-ng-cloak],
499
- .ng-cloak,
500
- .x-ng-cloak {
501
- display: none !important;
502
- }
503
- .tk-tabl-form,
504
- .tk-tabl-form-sip,
505
- .tk-tabl-form-vertical-labels,
506
- .tk-tabl-form-multicol,
507
- .tk-tabl-data,
508
- .tk-tabl-data-touch,
509
- .tk-tabl-form caption,
510
- .tk-tabl-form-sip caption,
511
- .tk-tabl-form-vertical-labels caption,
512
- .tk-tabl-form-multicol caption,
513
- .tk-tabl-data caption,
514
- .tk-tabl-data-touch caption,
515
- .tk-tabl-form tbody,
516
- .tk-tabl-form-sip tbody,
517
- .tk-tabl-form-vertical-labels tbody,
518
- .tk-tabl-form-multicol tbody,
519
- .tk-tabl-data tbody,
520
- .tk-tabl-data-touch tbody,
521
- .tk-tabl-form tfoot,
522
- .tk-tabl-form-sip tfoot,
523
- .tk-tabl-form-vertical-labels tfoot,
524
- .tk-tabl-form-multicol tfoot,
525
- .tk-tabl-data tfoot,
526
- .tk-tabl-data-touch tfoot,
527
- .tk-tabl-form thead,
528
- .tk-tabl-form-sip thead,
529
- .tk-tabl-form-vertical-labels thead,
530
- .tk-tabl-form-multicol thead,
531
- .tk-tabl-data thead,
532
- .tk-tabl-data-touch thead,
533
- .tk-tabl-form tr,
534
- .tk-tabl-form-sip tr,
535
- .tk-tabl-form-vertical-labels tr,
536
- .tk-tabl-form-multicol tr,
537
- .tk-tabl-data tr,
538
- .tk-tabl-data-touch tr,
539
- .tk-tabl-form td,
540
- .tk-tabl-form-sip td,
541
- .tk-tabl-form-vertical-labels td,
542
- .tk-tabl-form-multicol td,
543
- .tk-tabl-data td,
544
- .tk-tabl-data-touch td,
545
- .tk-tabl-form th,
546
- .tk-tabl-form-sip th,
547
- .tk-tabl-form-vertical-labels th,
548
- .tk-tabl-form-multicol th,
549
- .tk-tabl-data th,
550
- .tk-tabl-data-touch th {
551
-
552
- margin: 0;
553
- padding: 0;
554
- border: 0;
555
- font-size: 100%;
556
- font: inherit;
557
- vertical-align: baseline;
558
- }
559
-
560
- h1,
561
- .tk-type-like-h1 {
562
- color: #63666a;
563
- font-size: 2em;
564
- margin-bottom: 1.083rem;
565
- }
566
- .tk-type-like-h2 {
567
- color: #793605;
568
- font-size: 1.333em;
569
- font-weight: bold;
570
- margin-bottom: 1.083rem;
571
- line-height: 120%;
572
- }
573
- .tk-type-like-h3 {
574
- color: #282a2e;
575
- font-size: 1.167em;
576
- font-weight: bold;
577
- line-height: 120%;
578
- }
579
- .tk-type-like-h4 {
580
- color: #282a2e;
581
- font-weight: bold;
582
- font-size: 1.167em;
583
- }
584
- code {
585
- font-family: "Courier New", Courier, monospace;
586
- }
587
- em {
588
- font-style: italic;
589
- }
590
- strong {
591
- font-weight: bold;
592
- }
593
- .tk-tabl-form,
594
- .tk-tabl-form-sip,
595
- .tk-tabl-form-vertical-labels,
596
- .tk-tabl-form-multicol,
597
- .tk-tabl-data,
598
- .tk-tabl-data-touch,
599
- .tk-ntfy,
600
- .tk-date,
601
- .tk-phdr-header table {
602
- border-collapse: collapse;
603
- border-spacing: 0;
604
- }
605
- .tk-tabl-form-sip h1 {
606
- margin-bottom: 0.583rem;
607
- }
608
- .tk-tabl-form-sip .tk-form-required .icon-asterisk {
609
- padding-left: 0;
610
- }
611
- .tk-tabl-form-sip .validation-error-panel {
612
- width: 36rem;
613
- }
614
- .tk-tabl-form-sip .tk-msg-error-inline {
615
- width: 23.833rem;
616
- line-height: 1.333rem;
617
- position: absolute;
618
- }
619
- .tk-tabl-form-vertical-labels .tk-msg-error-inline {
620
- display: block;
621
- margin: 0 0 0.333rem 0;
622
- }
623
- .tk-tabl-form-sip input[type="text"],
624
- .tk-tabl-form-sip input[type="password"] {
625
- width: auto;
626
- box-sizing: border-box;
627
- -moz-box-sizing: border-box;
628
- -webkit-box-sizing: border-box;
629
- -box-sizing: border-box;
630
- }
631
- .tk-tabl-form > tbody > tr > td:first-child,
632
- .tk-tabl-form-multicol label,
633
- .tk-tabl-form-sip label,
634
- .tk-tabl-form-vertical-labels label {
635
- font-weight: bold;
636
- color: #282a2e;
637
- white-space: nowrap;
638
- }
639
- .tk-tabl-form-sip label {
640
- margin-right: 0.583rem;
641
- }
642
- .tk-tabl-form-vertical-labels label {
643
- display: block;
644
- margin-bottom: 0.333rem;
645
- }
646
- td.tk-tabl-form-top-align,
647
- th.tk-tabl-form-top-align {
648
- vertical-align: top;
649
- padding-top: .5rem;
650
- }
651
- xmp {
652
- font-size: 1.333em;
653
- }
654
-
655
- main {
656
- display: block;
657
-
658
- padding-top: 2.167rem;
659
- margin-left: 1.083rem;
660
-
661
- margin-right: 1.083rem;
662
- }
663
- .uitk-vertical-nav.tk-width-15t ~ main {
664
- margin-left: 18.417rem;
665
-
666
- }
667
- .tk-content {
668
- margin: 2.16rem;
669
- }
670
-
671
- .tk-a11y-hidden {
672
- clip: rect(1px, 1px, 1px, 1px);
673
- position: absolute !important;
674
- height: 1px;
675
- width: 1px;
676
- overflow: hidden;
677
- }
678
-
679
-
680
- label {
681
- color: #282a2e;
682
- font-weight: bold;
683
- }
684
- input[type="radio"],
685
- input[type="checkbox"],
686
- input[type="radio"] + label,
687
- input[type="checkbox"] + label {
688
-
689
- vertical-align: middle;
690
- }
691
- td input[type="radio"],
692
- td input[type="radio"] + label,
693
- td input[type="checkbox"] + label {
694
-
695
- position: relative;
696
- top: -0.083rem;
697
- margin-left: 0.167rem;
698
- }
699
- input[type="radio"] + label,
700
- input[type="checkbox"] + label {
701
- margin-left: 0.333rem;
702
- }
703
- input[type="radio"],
704
- input[type="checkbox"] {
705
- margin: 0;
706
- padding: 0;
707
- }
708
- select {
709
- border: 1px solid #c0c0c0;
710
-
711
- box-sizing: border-box;
712
- height: 1.667rem;
713
- color: #282a2e;
714
- -moz-border-radius: 0;
715
- -webkit-border-radius: 0;
716
- -webkit-appearance: menulist;
717
-
718
- -moz-appearance: menulist;
719
- }
720
- select[disabled="disabled"] {
721
- border: 1px solid #c0c0c0;
722
-
723
- color: #b1b2b3;
724
- background-color: white;
725
- }
726
- input[type="text"],
727
- input[type="password"],
728
- input[type="email"] {
729
- padding-left: 0.583rem;
730
- padding-right: 0.583rem;
731
- border: 1px solid #c0c0c0;
732
-
733
- border-radius: 0;
734
- -moz-border-radius: 0;
735
- -webkit-border-radius: 0;
736
- }
737
- .tk-tabl-form-sip input[type="text"],
738
- .tk-tabl-form-sip input[type="password"] {
739
- width: auto;
740
- box-sizing: border-box;
741
- -moz-box-sizing: border-box;
742
- -webkit-box-sizing: border-box;
743
- -box-sizing: border-box;
744
- }
745
- .tk-form-required,
746
- .tk-form-required .cux-icon-asterisk {
747
- color: #E32315;
748
- }
749
- .tk-labl-required {
750
- color: #E32315;
751
- font-size: 1.083em;
752
- font-weight: bold;
753
- }
754
- .tk-tabl-form > tbody > tr > td:first-child,
755
- .tk-tabl-form-multicol label,
756
- .tk-tabl-form-sip label,
757
- .tk-tabl-form-vertical-labels label {
758
- font-weight: bold;
759
- color: #282a2e;
760
- white-space: nowrap;
761
- }
762
- .tk-tabl-form-sip label {
763
- margin-right: 0.583rem;
764
- }
765
- .tk-tabl-form-vertical-labels label {
766
- display: block;
767
- margin-bottom: 0.333rem;
768
- }
769
- .tk-form-input-tip {
770
- color: #63666a;
771
- }
772
- .tk-form-field-error,
773
- input[type="text"].tk-form-field-error,
774
- input[type="password"].tk-form-field-error {
775
- border: 0.083rem solid #E32315;
776
- }
777
- .tk-tabl-form-sip-message {
778
- margin-bottom: 0.750rem;
779
- }
780
- .tk-tabl-form-sip td {
781
- padding-bottom: 1.167rem;
782
- }
783
- textarea {
784
- border: 1px solid #c0c0c0;
785
-
786
- }
787
- .tk-textarea-tip {
788
- color: #63666a;
789
- margin-top: 0.333rem;
790
- }
791
-
792
-
793
- .tk-tabl-form,
794
- .tk-tabl-form-multicol {
795
-
796
- margin: 2.167rem 0 0 0;
797
- width: auto;
798
- display: table;
799
- }
800
- .tk-tabl-form-sip {
801
- margin: 5.167rem auto 2.167rem auto;
802
- min-width: 25.833rem;
803
- max-width: 36.833rem;
804
- }
805
- .tk-tabl-form-vertical-labels td {
806
- padding-right: 2.167rem;
807
- }
808
- .tk-tabl-form-vertical-labels tr:first-child td {
809
- padding-top: 0;
810
- }
811
- .tk-tabl-form > tbody > tr > td:first-child,
812
- .tk-tabl-form-multicol td {
813
- padding-right: 1.083rem;
814
- white-space: nowrap;
815
-
816
- }
817
- .tk-tabl-form-sip td + td {
818
- white-space: normal;
819
- width: 99%;
820
- }
821
- .tk-tabl-form > tbody > tr > td,
822
- .tk-tabl-form-multicol td,
823
- .tk-tabl-form-vertical-labels td {
824
- padding-bottom: 1.083rem;
825
- vertical-align: top;
826
- }
827
- .tk-tabl-form td:first-child label {
828
- display: inline-block;
829
- margin-top: 0.333em;
830
- }
831
- .tk-tabl-form td .tk-btn-default-action,
832
- .tk-tabl-form td .tk-btn,
833
- .tk-tabl-form td .tk-btn-disabled {
834
- margin: 1.083rem 1.083rem 0 0;
835
- }
836
- .tk-tabl-form-multicol td:first-child,
837
- .tk-tabl-form-multicol td:first-child + td + td,
838
- .tk-tabl-form-multicol td:first-child + td + td + td + td,
839
- .tk-tabl-form-multicol td:first-child + td + td + td + td + td + td,
840
- .tk-tabl-form-multicol td:first-child + td + td + td + td + td + td + td + td,
841
- .tk-tabl-form-multicol td:first-child + td + td + td + td + td + td + td + td + td + td {
842
- padding-right: 1.083rem;
843
- }
844
- .tk-tabl-form-multicol.tk-tabl-form-vertical-labels td {
845
-
846
- padding-right: 2.167rem;
847
- }
848
- .tk-tabl-form-sip .tk-btn-default-action {
849
- margin-bottom: 1.083rem;
850
- }
851
-
852
- .tk-panl {
853
- border: 0.083rem solid #dcdcd9;
854
- box-shadow: 0 0.25rem 0.5rem #b3b3b3;
855
- box-shadow: 0 0.25rem 0.5rem rgba(179, 179, 179, 0.35);
856
- margin-bottom: 1.583rem;
857
- display: table;
858
- width: 100%;
859
- box-sizing: border-box;
860
- }
861
- .tk-panl .tk-panl {
862
- border: 0;
863
- box-shadow: none;
864
- margin: 0;
865
- }
866
- .tk-panl-header {
867
- height: 3.250rem;
868
- padding-left: 1.083rem;
869
- padding-right: 1.083rem;
870
- }
871
- .tk-panl-header h2,
872
- .tk-panl-header h3 {
873
- margin: 0;
874
- height: 3.25rem;
875
- display: table-cell;
876
- vertical-align: middle;
877
- }
878
- .tk-panl-with-underline {
879
- border-bottom: 0.083rem solid #dcdcd9;
880
- }
881
- .tk-panl-closed > .tk-panl-with-underline {
882
- border-bottom-width: 0;
883
- }
884
- .tk-panl-open > .tk-panl-header {
885
- padding-left: 2.5rem;
886
- cursor: pointer;
887
- }
888
- .tk-panl-closed > .tk-panl-header {
889
- padding-left: 2.5rem;
890
- cursor: pointer;
891
- }
892
- .tk-panl-closed > .tk-panl-content {
893
- display: none;
894
- }
895
- .tk-panl-content {
896
- padding: 1.083rem;
897
- }
898
- .tk-panl .tk-panl-header a.tk-panl-helper {
899
- float: left;
900
- width: 1.667rem;
901
- overflow: hidden;
902
- margin-left: -1.75rem;
903
- text-decoration: none;
904
- }
905
-
906
- .tk-list-guidelines,
907
- .tk-list-bulleted-text,
908
- .tk-list-content-ul,
909
- .tk-list-content-ol,
910
- .tk-list-content-dl,
911
- .tk-list-horizontal {
912
- line-height: 135%;
913
- }
914
- .tk-list-guidelines {
915
- list-style: outside disc;
916
- }
917
- .tk-list-guidelines li {
918
- margin-bottom: 1.083rem;
919
- margin-left: 1.083rem;
920
- }
921
- .tk-list-bulleted-text {
922
- list-style: inside square;
923
- }
924
- .tk-list-content-ul {
925
- list-style: disc outside;
926
- margin-left: 1em;
927
- }
928
- .tk-list-content-ol {
929
- list-style: inside decimal;
930
- }
931
- .tk-list-content-dl dt {
932
- font-weight: bold;
933
- }
934
- .tk-list-horizontal {
935
- list-style: none;
936
- }
937
- .tk-list-horizontal > li {
938
- display: inline-block;
939
- margin-right: 1.083rem;
940
- }
941
-
942
- .icon-exclamationbox {
943
- color: #E32315;
944
- font-size: 1.667em;
945
- }
946
-
947
- .tk-rfrm {
948
- display: table;
949
- width: 100%;
950
- }
951
- .tk-rfrm-group {
952
- display: table-row;
953
- }
954
- .tk-rfrm-label-container {
955
- display: table-cell;
956
- padding: 0.167rem 0.9167rem 1.083rem 0;
957
- vertical-align: top;
958
- white-space: nowrap;
959
- }
960
- .tk-rfrm-field-validation-container {
961
- display: table-cell;
962
- padding-bottom: 1.083rem;
963
- width: 100%;
964
- }
965
- .tk-rfrm-columnar-container {
966
- display: table;
967
- width: 100%;
968
- }
969
- .tk-rfrm-error-container {
970
- white-space: nowrap;
971
- display: table-row;
972
- }
973
- .tk-rfrm-has-error .tk-rfrm-error-container {
974
- color: #63666a;
975
- background-color: #faeaea;
976
- }
977
- .tk-rfrm-has-error .tk-rfrm-label-container {
978
- padding-top: 0.583rem;
979
- }
980
- .tk-rfrm-field-container {
981
- display: table-cell;
982
- width: 1%;
983
- white-space: nowrap;
984
- }
985
- .tk-rfrm-has-error .tk-rfrm-field-container {
986
-
987
- margin-right: 1.83rem;
988
- display: inline-block;
989
- }
990
- .tk-rfrm-validation {
991
- display: table-cell;
992
- width: 99%;
993
- vertical-align: middle;
994
- }
995
- .tk-rfrm-has-error .tk-rfrm-validation {
996
- padding: 0.417rem 0.917rem 0.417rem 0rem;
997
- }
998
- .tk-rfrm-tip {
999
- display: block;
1000
- margin-top: 0.333rem;
1001
- color: #63666a;
1002
- }
1003
-
1004
- .tk-colr-red {
1005
- color: #c2383d;
1006
- }
1007
- .tk-colr-orange {
1008
- color: #e87722;
1009
- }
1010
- .tk-colr-gray-0 {
1011
- color: #efefee;
1012
- }
1013
- .tk-colr-gray-1 {
1014
- color: #dcdcd9;
1015
- }
1016
- .tk-colr-gray-2 {
1017
- color: #d0d0ce;
1018
- }
1019
- .tk-colr-gray-3 {
1020
- color: #c0c0c0;
1021
- }
1022
- .tk-colr-gray-4 {
1023
- color: #b1b2b3;
1024
- }
1025
- .tk-colr-gray-5 {
1026
- color: #888b8d;
1027
- }
1028
- .tk-colr-gray-6 {
1029
- color: #63666a;
1030
- }
1031
- .tk-colr-gray-7 {
1032
- color: #434448;
1033
- }
1034
- .tk-colr-gray-8 {
1035
- color: #282a2e;
1036
- }
1037
- .tk-colr-gray-9 {
1038
- color: #1d1f23;
1039
- }
1040
- .tk-colr-orange-0 {
1041
- color: #fdf8df;
1042
- }
1043
- .tk-colr-orange-1 {
1044
- color: #f8dcb4;
1045
- }
1046
- .tk-colr-orange-2 {
1047
- color: #f6ce9e;
1048
- }
1049
- .tk-colr-orange-3 {
1050
- color: #f1b273;
1051
- }
1052
- .tk-colr-orange-4 {
1053
- color: #ea8636;
1054
- }
1055
- .tk-colr-orange-5 {
1056
- color: #e87722;
1057
- }
1058
- .tk-colr-orange-6 {
1059
- color: #c25608;
1060
- }
1061
- .tk-colr-orange-7 {
1062
- color: #793605;
1063
- }
1064
- .tk-colr-orange-8 {
1065
- color: #612b04;
1066
- }
1067
- .tk-colr-orange-9 {
1068
- color: #492003;
1069
- }
1070
- .tk-colr-yellow-0 {
1071
- color: #fbf8e7;
1072
- }
1073
- .tk-colr-yellow-1 {
1074
- color: #f9e9b8;
1075
- }
1076
- .tk-colr-yellow-2 {
1077
- color: #f8e1a0;
1078
- }
1079
- .tk-colr-yellow-3 {
1080
- color: #f6d270;
1081
- }
1082
- .tk-colr-yellow-4 {
1083
- color: #f3bc29;
1084
- }
1085
- .tk-colr-yellow-5 {
1086
- color: #f2b411;
1087
- }
1088
- .tk-colr-yellow-6 {
1089
- color: #c6900e;
1090
- }
1091
- .tk-colr-yellow-7 {
1092
- color: #855a09;
1093
- }
1094
- .tk-colr-yellow-8 {
1095
- color: #5a3605;
1096
- }
1097
- .tk-colr-yellow-9 {
1098
- color: #442403;
1099
- }
1100
- .tk-colr-green-0 {
1101
- color: #f3f8ec;
1102
- }
1103
- .tk-colr-green-1 {
1104
- color: #dae9c6;
1105
- }
1106
- .tk-colr-green-2 {
1107
- color: #cee1b3;
1108
- }
1109
- .tk-colr-green-3 {
1110
- color: #b5d28c;
1111
- }
1112
- .tk-colr-green-4 {
1113
- color: #a9cb79;
1114
- }
1115
- .tk-colr-green-5 {
1116
- color: #90bc53;
1117
- }
1118
- .tk-colr-green-6 {
1119
- color: #6e8d3a;
1120
- }
1121
- .tk-colr-green-7 {
1122
- color: #627d32;
1123
- }
1124
- .tk-colr-green-8 {
1125
- color: #465924;
1126
- }
1127
- .tk-colr-green-9 {
1128
- color: #2a3615;
1129
- }
1130
- .tk-colr-turquoise-0 {
1131
- color: #edf7f5;
1132
- }
1133
- .tk-colr-turquoise-1 {
1134
- color: #c9e8e2;
1135
- }
1136
- .tk-colr-turquoise-2 {
1137
- color: #b7e0d8;
1138
- }
1139
- .tk-colr-turquoise-3 {
1140
- color: #93d1c5;
1141
- }
1142
- .tk-colr-turquoise-4 {
1143
- color: #6fc1b1;
1144
- }
1145
- .tk-colr-turquoise-5 {
1146
- color: #5ab5a5;
1147
- }
1148
- .tk-colr-turquoise-6 {
1149
- color: #1c9182;
1150
- }
1151
- .tk-colr-turquoise-7 {
1152
- color: #078576;
1153
- }
1154
- .tk-colr-turquoise-8 {
1155
- color: #055f54;
1156
- }
1157
- .tk-colr-turquoise-9 {
1158
- color: #033933;
1159
- }
1160
- .tk-colr-blue-0 {
1161
- color: #ecf2f9;
1162
- }
1163
- .tk-colr-blue-1 {
1164
- color: #c7d7ed;
1165
- }
1166
- .tk-colr-blue-2 {
1167
- color: #b4c9e7;
1168
- }
1169
- .tk-colr-blue-3 {
1170
- color: #8faedc;
1171
- }
1172
- .tk-colr-blue-4 {
1173
- color: #5686ca;
1174
- }
1175
- .tk-colr-blue-5 {
1176
- color: #005187;
1177
- }
1178
- .tk-colr-blue-6 {
1179
- color: #1965ae;
1180
- }
1181
- .tk-colr-blue-7 {
1182
- color: #005187;
1183
- }
1184
- .tk-colr-blue-8 {
1185
- color: #004370;
1186
- }
1187
- .tk-colr-blue-9 {
1188
- color: #002843;
1189
- }
1190
- .tk-colr-purple-0 {
1191
- color: #f1edf8;
1192
- }
1193
- .tk-colr-purple-1 {
1194
- color: #d5cae9;
1195
- }
1196
- .tk-colr-purple-2 {
1197
- color: #c7b9e1;
1198
- }
1199
- .tk-colr-purple-3 {
1200
- color: #aa96d2;
1201
- }
1202
- .tk-colr-purple-4 {
1203
- color: #8061bc;
1204
- }
1205
- .tk-colr-purple-5 {
1206
- color: #6147a2;
1207
- }
1208
- .tk-colr-purple-6 {
1209
- color: #523995;
1210
- }
1211
- .tk-colr-purple-7 {
1212
- color: #422c88;
1213
- }
1214
- .tk-colr-purple-8 {
1215
- color: #2f1f61;
1216
- }
1217
- .tk-colr-purple-9 {
1218
- color: #1c133a;
1219
- }
1220
- .tk-colr-red-0 {
1221
- color: #faeaea;
1222
- }
1223
- .tk-colr-red-1 {
1224
- color: #ebaaac;
1225
- }
1226
- .tk-colr-red-2 {
1227
- color: #e07f82;
1228
- }
1229
- .tk-colr-red-3 {
1230
- color: #d13f44;
1231
- }
1232
- .tk-colr-red-4 {
1233
- color: #c2383d;
1234
- }
1235
- .tk-colr-red-5 {
1236
- color: #b23135;
1237
- }
1238
- .tk-colr-red-6 {
1239
- color: #a32a2e;
1240
- }
1241
- .tk-colr-red-7 {
1242
- color: #8f2528;
1243
- }
1244
- .tk-colr-red-8 {
1245
- color: #661a1d;
1246
- }
1247
- .tk-colr-red-9 {
1248
- color: #3d1011;
1249
- }
1250
- .tk-colr-bg-gray-0 {
1251
- background-color: #efefee;
1252
- }
1253
- .tk-colr-bg-gray-1 {
1254
- background-color: #dcdcd9;
1255
- }
1256
- .tk-colr-bg-gray-2 {
1257
- background-color: #d0d0ce;
1258
- }
1259
- .tk-colr-bg-gray-3 {
1260
- background-color: #c0c0c0;
1261
- }
1262
- .tk-colr-bg-gray-4 {
1263
- background-color: #b1b2b3;
1264
- }
1265
- .tk-colr-bg-gray-5 {
1266
- background-color: #888b8d;
1267
- }
1268
- .tk-colr-bg-gray-6 {
1269
- background-color: #63666a;
1270
- }
1271
- .tk-colr-bg-gray-7 {
1272
- background-color: #434448;
1273
- }
1274
- .tk-colr-bg-gray-8 {
1275
- background-color: #282a2e;
1276
- }
1277
- .tk-colr-bg-gray-9 {
1278
- background-color: #1d1f23;
1279
- }
1280
- .tk-colr-bg-orange-0 {
1281
- background-color: #fdf8df;
1282
- }
1283
- .tk-colr-bg-orange-1 {
1284
- background-color: #f8dcb4;
1285
- }
1286
- .tk-colr-bg-orange-2 {
1287
- background-color: #f6ce9e;
1288
- }
1289
- .tk-colr-bg-orange-3 {
1290
- background-color: #f1b273;
1291
- }
1292
- .tk-colr-bg-orange-4 {
1293
- background-color: #ea8636;
1294
- }
1295
- .tk-colr-bg-orange-5 {
1296
- background-color: #e87722;
1297
- }
1298
- .tk-colr-bg-orange-6 {
1299
- background-color: #c25608;
1300
- }
1301
- .tk-colr-bg-orange-7 {
1302
- background-color: #793605;
1303
- }
1304
- .tk-colr-bg-orange-8 {
1305
- background-color: #612b04;
1306
- }
1307
- .tk-colr-bg-orange-9 {
1308
- background-color: #492003;
1309
- }
1310
- .tk-colr-bg-yellow-0 {
1311
- background-color: #fbf8e7;
1312
- }
1313
- .tk-colr-bg-yellow-1 {
1314
- background-color: #f9e9b8;
1315
- }
1316
- .tk-colr-bg-yellow-2 {
1317
- background-color: #f8e1a0;
1318
- }
1319
- .tk-colr-bg-yellow-3 {
1320
- background-color: #f6d270;
1321
- }
1322
- .tk-colr-bg-yellow-4 {
1323
- background-color: #f3bc29;
1324
- }
1325
- .tk-colr-bg-yellow-5 {
1326
- background-color: #f2b411;
1327
- }
1328
- .tk-colr-bg-yellow-6 {
1329
- background-color: #c6900e;
1330
- }
1331
- .tk-colr-bg-yellow-7 {
1332
- background-color: #855a09;
1333
- }
1334
- .tk-colr-bg-yellow-8 {
1335
- background-color: #5a3605;
1336
- }
1337
- .tk-colr-bg-yellow-9 {
1338
- background-color: #442403;
1339
- }
1340
- .tk-colr-bg-green-0 {
1341
- background-color: #f3f8ec;
1342
- }
1343
- .tk-colr-bg-green-1 {
1344
- background-color: #dae9c6;
1345
- }
1346
- .tk-colr-bg-green-2 {
1347
- background-color: #cee1b3;
1348
- }
1349
- .tk-colr-bg-green-3 {
1350
- background-color: #b5d28c;
1351
- }
1352
- .tk-colr-bg-green-4 {
1353
- background-color: #a9cb79;
1354
- }
1355
- .tk-colr-bg-green-5 {
1356
- background-color: #90bc53;
1357
- }
1358
- .tk-colr-bg-green-6 {
1359
- background-color: #6e8d3a;
1360
- }
1361
- .tk-colr-bg-green-7 {
1362
- background-color: #627d32;
1363
- }
1364
- .tk-colr-bg-green-8 {
1365
- background-color: #465924;
1366
- }
1367
- .tk-colr-bg-green-9 {
1368
- background-color: #2a3615;
1369
- }
1370
- .tk-colr-bg-turquoise-0 {
1371
- background-color: #edf7f5;
1372
- }
1373
- .tk-colr-bg-turquoise-1 {
1374
- background-color: #c9e8e2;
1375
- }
1376
- .tk-colr-bg-turquoise-2 {
1377
- background-color: #b7e0d8;
1378
- }
1379
- .tk-colr-bg-turquoise-3 {
1380
- background-color: #93d1c5;
1381
- }
1382
- .tk-colr-bg-turquoise-4 {
1383
- background-color: #6fc1b1;
1384
- }
1385
- .tk-colr-bg-turquoise-5 {
1386
- background-color: #5ab5a5;
1387
- }
1388
- .tk-colr-bg-turquoise-6 {
1389
- background-color: #1c9182;
1390
- }
1391
- .tk-colr-bg-turquoise-7 {
1392
- background-color: #078576;
1393
- }
1394
- .tk-colr-bg-turquoise-8 {
1395
- background-color: #055f54;
1396
- }
1397
- .tk-colr-bg-turquoise-9 {
1398
- background-color: #033933;
1399
- }
1400
- .tk-colr-bg-blue-0 {
1401
- background-color: #ecf2f9;
1402
- }
1403
- .tk-colr-bg-blue-1 {
1404
- background-color: #c7d7ed;
1405
- }
1406
- .tk-colr-bg-blue-2 {
1407
- background-color: #b4c9e7;
1408
- }
1409
- .tk-colr-bg-blue-3 {
1410
- background-color: #8faedc;
1411
- }
1412
- .tk-colr-bg-blue-4 {
1413
- background-color: #5686ca;
1414
- }
1415
- .tk-colr-bg-blue-5 {
1416
- background-color: #316bb3;
1417
- }
1418
- .tk-colr-bg-blue-6 {
1419
- background-color: #1965ae;
1420
- }
1421
- .tk-colr-bg-blue-6-5 {
1422
- background-color: #005187;
1423
- }
1424
- .tk-colr-bg-blue-7 {
1425
- background-color: #005187;
1426
- }
1427
- .tk-colr-bg-blue-8 {
1428
- background-color: #004370;
1429
- }
1430
- .tk-colr-bg-blue-9 {
1431
- background-color: #002843;
1432
- }
1433
- .tk-colr-bg-purple-0 {
1434
- background-color: #f1edf8;
1435
- }
1436
- .tk-colr-bg-purple-1 {
1437
- background-color: #d5cae9;
1438
- }
1439
- .tk-colr-bg-purple-2 {
1440
- background-color: #c7b9e1;
1441
- }
1442
- .tk-colr-bg-purple-3 {
1443
- background-color: #aa96d2;
1444
- }
1445
- .tk-colr-bg-purple-4 {
1446
- background-color: #8061bc;
1447
- }
1448
- .tk-colr-bg-purple-5 {
1449
- background-color: #6147a2;
1450
- }
1451
- .tk-colr-bg-purple-6 {
1452
- background-color: #523995;
1453
- }
1454
- .tk-colr-bg-purple-7 {
1455
- background-color: #422c88;
1456
- }
1457
- .tk-colr-bg-purple-8 {
1458
- background-color: #2f1f61;
1459
- }
1460
- .tk-colr-bg-purple-9 {
1461
- background-color: #1c133a;
1462
- }
1463
- .tk-colr-bg-red-0 {
1464
- background-color: #faeaea;
1465
- }
1466
- .tk-colr-bg-red-1 {
1467
- background-color: #ebaaac;
1468
- }
1469
- .tk-colr-bg-red-2 {
1470
- background-color: #e07f82;
1471
- }
1472
- .tk-colr-bg-red-3 {
1473
- background-color: #d13f44;
1474
- }
1475
- .tk-colr-bg-red-4 {
1476
- background-color: #c2383d;
1477
- }
1478
- .tk-colr-bg-red-5 {
1479
- background-color: #b23135;
1480
- }
1481
- .tk-colr-bg-red-6 {
1482
- background-color: #a32a2e;
1483
- }
1484
- .tk-colr-bg-red-7 {
1485
- background-color: #8f2528;
1486
- }
1487
- .tk-colr-bg-red-8 {
1488
- background-color: #661a1d;
1489
- }
1490
- .tk-colr-bg-red-9 {
1491
- background-color: #3d1011;
1492
- }
1493
-
1494
- .tk-grid-12,
1495
- .tk-grid-12-12,
1496
- .tk-grid-12-full,
1497
- .tk-grid-12-1,
1498
- .tk-grid-12-2,
1499
- .tk-grid-12-3,
1500
- .tk-grid-12-4,
1501
- .tk-grid-12-5,
1502
- .tk-grid-12-6,
1503
- .tk-grid-12-7,
1504
- .tk-grid-12-8,
1505
- .tk-grid-12-9,
1506
- .tk-grid-12-10,
1507
- .tk-grid-12-11 {
1508
- box-sizing: border-box;
1509
- -webkit-box-sizing: border-box;
1510
- -moz-box-sizing: border-box;
1511
- float: left;
1512
- }
1513
- .tk-grid-12,
1514
- .tk-grid-12-12,
1515
- .tk-grid-12-full {
1516
- width: 100%;
1517
- }
1518
- .tk-grid-12-1 {
1519
- width: 8.3333333333333%;
1520
- }
1521
- .tk-grid-12-2 {
1522
- width: 16.6666666666667%;
1523
- }
1524
- .tk-grid-12-3 {
1525
- width: 25%;
1526
- }
1527
- .tk-grid-12-4 {
1528
- width: 33.3333333333333%;
1529
- }
1530
- .tk-grid-12-5 {
1531
- width: 41.6666666666667%;
1532
- }
1533
- .tk-grid-12-6 {
1534
- width: 50%;
1535
- }
1536
- .tk-grid-12-7 {
1537
- width: 58.3333333333333%;
1538
- }
1539
- .tk-grid-12-8 {
1540
- width: 66.6666666666667%;
1541
- }
1542
- .tk-grid-12-9 {
1543
- width: 75%;
1544
- }
1545
- .tk-grid-12-10 {
1546
- width: 83.3333333333333%;
1547
- }
1548
- .tk-grid-12-11 {
1549
- width: 91.6666666666667%;
1550
- }
1551
-
1552
-
1553
- .tk-brdr-gray-0 {
1554
- border: 1px solid #dcdcd9;
1555
- }
1556
-
1557
- .tk-clear {
1558
- clear: both;
1559
- }
1560
- .tk-centered-block {
1561
- margin-left: auto;
1562
- margin-right: auto;
1563
- display: block;
1564
- width: 50%;
1565
- }
1566
- .tk-scrollable {
1567
- overflow: auto;
1568
- }
1569
-
1570
- .tk-type-truncation {
1571
-
1572
- white-space: nowrap;
1573
- overflow: hidden;
1574
- text-overflow: ellipsis;
1575
- }
1576
- .tk-text-align-right {
1577
- text-align: right;
1578
- }
1579
- .tk-text-align-left {
1580
- text-align: left;
1581
- }
1582
- .tk-text-align-center {
1583
- text-align: center;
1584
- }
1585
- .tk-text-align-justify {
1586
- text-align: justify;
1587
- }
1588
- .tk-text-align-inherit {
1589
- text-align: inherit;
1590
- }
1591
- .tk-float-left {
1592
- float: left;
1593
- }
1594
- .tk-float-right {
1595
- float: right;
1596
- }
1597
- .tk-float-none {
1598
- float: none;
1599
- }
1600
- .tk-util-hidden {
1601
- display: none;
1602
- }
1603
- .tk-util-visible {
1604
- display: inherit;
1605
- }
1606
- .tk-valign-top {
1607
- vertical-align: top;
1608
- }
1609
- .tk-valign-middle {
1610
- vertical-align: middle;
1611
- }
1612
- .tk-valign-bottom {
1613
- vertical-align: bottom;
1614
- }
1615
-
1616
- .tk-width-full-inclusive {
1617
- width: 100%;
1618
- box-sizing: border-box;
1619
- }
1620
- .tk-width-1t {
1621
- width: 1.083rem !important;
1622
- }
1623
- .tk-width-2t {
1624
- width: 2.167rem !important;
1625
- }
1626
- .tk-width-3t {
1627
- width: 3.250rem !important;
1628
- }
1629
- .tk-width-4t {
1630
- width: 4.333rem !important;
1631
- }
1632
- .tk-width-5t {
1633
- width: 5.417rem !important;
1634
- }
1635
- .tk-width-6t {
1636
- width: 6.500rem !important;
1637
- }
1638
- .tk-width-7t {
1639
- width: 7.583rem !important;
1640
- }
1641
- .tk-width-8t {
1642
- width: 8.667rem !important;
1643
- }
1644
- .tk-width-9t {
1645
- width: 9.750rem !important;
1646
- }
1647
- .tk-width-10t {
1648
- width: 10.833rem !important;
1649
- }
1650
- .tk-width-11t {
1651
- width: 11.917rem !important;
1652
- }
1653
- .tk-width-12t {
1654
- width: 13rem !important;
1655
- }
1656
- .tk-width-13t {
1657
- width: 14.083rem !important;
1658
- }
1659
- .tk-width-14t {
1660
- width: 15.167rem !important;
1661
- }
1662
- .tk-width-15t {
1663
- width: 16.250rem !important;
1664
- }
1665
- .tk-width-16t {
1666
- width: 17.333rem !important;
1667
- }
1668
- .tk-width-17t {
1669
- width: 18.417rem !important;
1670
- }
1671
- .tk-width-18t {
1672
- width: 19.5rem !important;
1673
- }
1674
- .tk-width-19t {
1675
- width: 20.583rem !important;
1676
- }
1677
- .tk-width-20t {
1678
- width: 21.667rem !important;
1679
- }
1680
- .tk-width-21t {
1681
- width: 22.75rem !important;
1682
- }
1683
- .tk-width-22t {
1684
- width: 23.833rem !important;
1685
- }
1686
- .tk-width-23t {
1687
- width: 24.917rem !important;
1688
- }
1689
- .tk-width-24t {
1690
- width: 26rem !important;
1691
- }
1692
- .tk-width-25t {
1693
- width: 27.083rem !important;
1694
- }
1695
- .tk-width-26t {
1696
- width: 28.167rem !important;
1697
- }
1698
- .tk-width-27t {
1699
- width: 29.25rem !important;
1700
- }
1701
- .tk-width-28t {
1702
- width: 30.333rem !important;
1703
- }
1704
- .tk-width-29t {
1705
- width: 31.417rem !important;
1706
- }
1707
- .tk-width-30t {
1708
- width: 32.5rem !important;
1709
- }
1710
- .tk-width-31t {
1711
- width: 33.583rem !important;
1712
- }
1713
- .tk-width-32t {
1714
- width: 34.667rem !important;
1715
- }
1716
- .tk-width-33t {
1717
- width: 35.750rem !important;
1718
- }
1719
- .tk-width-34t {
1720
- width: 36.833rem !important;
1721
- }
1722
- .tk-width-35t {
1723
- width: 37.917rem !important;
1724
- }
1725
- .tk-width-36t {
1726
- width: 39rem !important;
1727
- }
1728
- .tk-width-37t {
1729
- width: 40.083rem !important;
1730
- }
1731
- .tk-width-38t {
1732
- width: 41.167rem !important;
1733
- }
1734
- .tk-width-39t {
1735
- width: 42.250rem !important;
1736
- }
1737
- .tk-width-40t {
1738
- width: 43.333rem !important;
1739
- }
1740
- .tk-width-41t {
1741
- width: 44.417rem !important;
1742
- }
1743
- .tk-width-42t {
1744
- width: 45.5rem !important;
1745
- }
1746
- .tk-width-43t {
1747
- width: 46.583rem !important;
1748
- }
1749
- .tk-width-44t {
1750
- width: 47.667rem !important;
1751
- }
1752
- .tk-width-45t {
1753
- width: 48.75rem !important;
1754
- }
1755
- .tk-width-46t {
1756
- width: 49.833rem !important;
1757
- }
1758
- .tk-width-47t {
1759
- width: 50.917rem !important;
1760
- }
1761
- .tk-width-48t {
1762
- width: 52rem !important;
1763
- }
1764
- .tk-width-49t {
1765
- width: 53.083rem !important;
1766
- }
1767
- .tk-width-50t {
1768
- width: 54.167rem !important;
1769
- }
1770
- .tk-width-51t {
1771
- width: 55.250rem !important;
1772
- }
1773
- .tk-width-52t {
1774
- width: 56.333rem !important;
1775
- }
1776
- .tk-width-53t {
1777
- width: 57.417rem !important;
1778
- }
1779
- .tk-width-54t {
1780
- width: 58.5rem !important;
1781
- }
1782
- .tk-width-55t {
1783
- width: 59.583rem !important;
1784
- }
1785
- .tk-width-56t {
1786
- width: 60.667rem !important;
1787
- }
1788
- .tk-width-57t {
1789
- width: 61.75rem !important;
1790
- }
1791
- .tk-width-58t {
1792
- width: 62.833rem !important;
1793
- }
1794
- .tk-width-59t {
1795
- width: 63.917rem !important;
1796
- }
1797
- .tk-width-60t {
1798
- width: 65rem !important;
1799
- }
1800
-
1801
- .tk-height-1t {
1802
- height: 1.083rem !important;
1803
- }
1804
- .tk-height-2t {
1805
- height: 2.167rem !important;
1806
- }
1807
- .tk-height-3t {
1808
- height: 3.250rem !important;
1809
- }
1810
- .tk-height-4t {
1811
- height: 4.333rem !important;
1812
- }
1813
- .tk-height-5t {
1814
- height: 5.417rem !important;
1815
- }
1816
- .tk-height-6t {
1817
- height: 6.500rem !important;
1818
- }
1819
- .tk-height-7t {
1820
- height: 7.583rem !important;
1821
- }
1822
- .tk-height-8t {
1823
- height: 8.667rem !important;
1824
- }
1825
- .tk-height-9t {
1826
- height: 9.750rem !important;
1827
- }
1828
- .tk-height-10t {
1829
- height: 10.833rem !important;
1830
- }
1831
- .tk-height-11t {
1832
- height: 11.917rem !important;
1833
- }
1834
- .tk-height-12t {
1835
- height: 13rem !important;
1836
- }
1837
- .tk-height-13t {
1838
- height: 14.083rem !important;
1839
- }
1840
- .tk-height-14t {
1841
- height: 15.167rem !important;
1842
- }
1843
- .tk-height-15t {
1844
- height: 16.250rem !important;
1845
- }
1846
- .tk-height-16t {
1847
- height: 17.333rem !important;
1848
- }
1849
- .tk-height-17t {
1850
- height: 18.417rem !important;
1851
- }
1852
- .tk-height-18t {
1853
- height: 19.5rem !important;
1854
- }
1855
- .tk-height-19t {
1856
- height: 20.583rem !important;
1857
- }
1858
- .tk-height-20t {
1859
- height: 21.667rem !important;
1860
- }
1861
- .tk-height-21t {
1862
- height: 22.75rem !important;
1863
- }
1864
- .tk-height-22t {
1865
- height: 23.833rem !important;
1866
- }
1867
- .tk-height-23t {
1868
- height: 24.917rem !important;
1869
- }
1870
- .tk-height-24t {
1871
- height: 26rem !important;
1872
- }
1873
- .tk-height-25t {
1874
- height: 27.083rem !important;
1875
- }
1876
- .tk-height-26t {
1877
- height: 28.167rem !important;
1878
- }
1879
- .tk-height-27t {
1880
- height: 29.25rem !important;
1881
- }
1882
- .tk-height-28t {
1883
- height: 30.333rem !important;
1884
- }
1885
- .tk-height-29t {
1886
- height: 31.417rem !important;
1887
- }
1888
- .tk-height-30t {
1889
- height: 32.5rem !important;
1890
- }
1891
- .tk-height-31t {
1892
- height: 33.583rem !important;
1893
- }
1894
- .tk-height-32t {
1895
- height: 34.667rem !important;
1896
- }
1897
- .tk-height-33t {
1898
- height: 35.750rem !important;
1899
- }
1900
- .tk-height-34t {
1901
- height: 36.833rem !important;
1902
- }
1903
- .tk-height-35t {
1904
- height: 37.917rem !important;
1905
- }
1906
- .tk-height-36t {
1907
- height: 39rem !important;
1908
- }
1909
- .tk-height-37t {
1910
- height: 40.083rem !important;
1911
- }
1912
- .tk-height-38t {
1913
- height: 41.167rem !important;
1914
- }
1915
- .tk-height-39t {
1916
- height: 42.250rem !important;
1917
- }
1918
- .tk-height-40t {
1919
- height: 43.333rem !important;
1920
- }
1921
- .tk-height-41t {
1922
- height: 44.417rem !important;
1923
- }
1924
- .tk-height-42t {
1925
- height: 45.5rem !important;
1926
- }
1927
- .tk-height-43t {
1928
- height: 46.583rem !important;
1929
- }
1930
- .tk-height-44t {
1931
- height: 47.667rem !important;
1932
- }
1933
- .tk-height-45t {
1934
- height: 48.75rem !important;
1935
- }
1936
- .tk-height-46t {
1937
- height: 49.833rem !important;
1938
- }
1939
- .tk-height-47t {
1940
- height: 50.917rem !important;
1941
- }
1942
- .tk-height-48t {
1943
- height: 52rem !important;
1944
- }
1945
- .tk-height-49t {
1946
- height: 53.083rem !important;
1947
- }
1948
- .tk-height-50t {
1949
- height: 54.167rem !important;
1950
- }
1951
- .tk-height-51t {
1952
- height: 55.250rem !important;
1953
- }
1954
-
1955
- .tk-margin-none {
1956
- margin: 0 !important;
1957
- }
1958
- .tk-margin-min {
1959
- margin: 0.333rem !important;
1960
- }
1961
- .tk-margin-halft {
1962
- margin: 0.583rem !important;
1963
- }
1964
- .tk-margin-1t {
1965
- margin: 1.083rem !important;
1966
- }
1967
- .tk-margin-2t {
1968
- margin: 2.167rem !important;
1969
- }
1970
- .tk-margin-3t {
1971
- margin: 3.250rem !important;
1972
- }
1973
- .tk-margin-4t {
1974
- margin: 4.333rem !important;
1975
- }
1976
- .tk-margin-5t {
1977
- margin: 5.417rem !important;
1978
- }
1979
- .tk-margin-left-none {
1980
- margin-left: 0 !important;
1981
- }
1982
- .tk-margin-left-min {
1983
- margin-left: 0.333rem !important;
1984
- }
1985
- .tk-margin-left-halft {
1986
- margin-left: 0.583rem !important;
1987
- }
1988
- .tk-margin-left-1t {
1989
- margin-left: 1.083rem !important;
1990
- }
1991
- .tk-margin-left-2t {
1992
- margin-left: 2.167rem !important;
1993
- }
1994
- .tk-margin-left-3t {
1995
- margin-left: 3.250rem !important;
1996
- }
1997
- .tk-margin-left-4t {
1998
- margin-left: 4.333rem !important;
1999
- }
2000
- .tk-margin-left-5t {
2001
- margin-left: 5.417rem !important;
2002
- }
2003
- .tk-margin-left-6t {
2004
- margin-left: 6.500rem !important;
2005
- }
2006
- .tk-margin-left-7t {
2007
- margin-left: 7.583rem !important;
2008
- }
2009
- .tk-margin-left-8t {
2010
- margin-left: 8.667rem !important;
2011
- }
2012
- .tk-margin-left-9t {
2013
- margin-left: 9.750rem !important;
2014
- }
2015
- .tk-margin-left-10t {
2016
- margin-left: 10.833rem !important;
2017
- }
2018
- .tk-margin-left-11t {
2019
- margin-left: 11.917rem !important;
2020
- }
2021
- .tk-margin-left-12t {
2022
- margin-left: 13rem !important;
2023
- }
2024
- .tk-margin-left-13t {
2025
- margin-left: 14.083rem !important;
2026
- }
2027
- .tk-margin-left-14t {
2028
- margin-left: 15.167rem !important;
2029
- }
2030
- .tk-margin-left-15t {
2031
- margin-left: 16.250rem !important;
2032
- }
2033
- .tk-margin-left-16t {
2034
- margin-left: 17.333rem !important;
2035
- }
2036
- .tk-margin-left-17t {
2037
- margin-left: 18.417rem !important;
2038
- }
2039
- .tk-margin-left-18t {
2040
- margin-left: 19.5rem !important;
2041
- }
2042
- .tk-margin-left-19t {
2043
- margin-left: 20.583rem !important;
2044
- }
2045
- .tk-margin-left-20t {
2046
- margin-left: 21.667rem !important;
2047
- }
2048
- .tk-margin-right-none {
2049
- margin-right: 0 !important;
2050
- }
2051
- .tk-margin-right-min {
2052
- margin-right: 0.333rem !important;
2053
- }
2054
- .tk-margin-right-halft {
2055
- margin-right: 0.583rem !important;
2056
- }
2057
- .tk-margin-right-1t {
2058
- margin-right: 1.083rem !important;
2059
- }
2060
- .tk-margin-right-2t {
2061
- margin-right: 2.167rem !important;
2062
- }
2063
- .tk-margin-right-3t {
2064
- margin-right: 3.250rem !important;
2065
- }
2066
- .tk-margin-right-4t {
2067
- margin-right: 4.333rem !important;
2068
- }
2069
- .tk-margin-right-5t {
2070
- margin-right: 5.417rem !important;
2071
- }
2072
- .tk-margin-top-none {
2073
- margin-top: 0 !important;
2074
- }
2075
- .tk-margin-top-min {
2076
- margin-top: 0.333rem !important;
2077
- }
2078
- .tk-margin-top-halft {
2079
- margin-top: 0.583rem !important;
2080
- }
2081
- .tk-margin-top-1t {
2082
- margin-top: 1.083rem !important;
2083
- }
2084
- .tk-margin-top-2t {
2085
- margin-top: 2.167rem !important;
2086
- }
2087
- .tk-margin-top-3t {
2088
- margin-top: 3.250rem !important;
2089
- }
2090
- .tk-margin-top-4t {
2091
- margin-top: 4.333rem !important;
2092
- }
2093
- .tk-margin-top-5t {
2094
- margin-top: 5.417rem !important;
2095
- }
2096
- .tk-margin-bottom-none {
2097
- margin-bottom: 0 !important;
2098
- }
2099
- .tk-margin-bottom-min {
2100
- margin-bottom: 0.333rem !important;
2101
- }
2102
- .tk-margin-bottom-halft {
2103
- margin-bottom: 0.583rem !important;
2104
- }
2105
- .tk-margin-bottom-1t {
2106
- margin-bottom: 1.083rem !important;
2107
- }
2108
- .tk-margin-bottom-2t {
2109
- margin-bottom: 2.167rem !important;
2110
- }
2111
- .tk-margin-bottom-3t {
2112
- margin-bottom: 3.250rem !important;
2113
- }
2114
- .tk-margin-bottom-4t {
2115
- margin-bottom: 4.333rem !important;
2116
- }
2117
- .tk-margin-bottom-5t {
2118
- margin-bottom: 5.417rem !important;
2119
- }
2120
- .tk-margin-bottom-6t {
2121
- margin-bottom: 6.500rem !important;
2122
- }
2123
- .tk-margin-bottom-7t {
2124
- margin-bottom: 7.583rem !important;
2125
- }
2126
- .tk-margin-bottom-8t {
2127
- margin-bottom: 8.667rem !important;
2128
- }
2129
- .tk-margin-bottom-9t {
2130
- margin-bottom: 9.750rem !important;
2131
- }
2132
- .tk-padding-none {
2133
- padding: 0 !important;
2134
- }
2135
- .tk-padding-min {
2136
- padding: 0.333rem !important;
2137
- }
2138
- .tk-padding-halft {
2139
- padding: 0.583rem !important;
2140
- }
2141
- .tk-padding-1t {
2142
- padding: 1.083rem !important;
2143
- }
2144
- .tk-padding-2t {
2145
- padding: 2.167rem !important;
2146
- }
2147
- .tk-padding-3t {
2148
- padding: 3.250rem !important;
2149
- }
2150
- .tk-padding-4t {
2151
- padding: 4.333rem !important;
2152
- }
2153
- .tk-padding-5t {
2154
- padding: 5.417rem !important;
2155
- }
2156
- .tk-padding-left-none {
2157
- padding-left: 0 !important;
2158
- }
2159
- .tk-padding-left-min {
2160
- padding-left: 0.333rem !important;
2161
- }
2162
- .tk-padding-left-halft {
2163
- padding-left: 0.583rem !important;
2164
- }
2165
- .tk-padding-left-1t {
2166
- padding-left: 1.083rem !important;
2167
- }
2168
- .tk-padding-left-2t {
2169
- padding-left: 2.167rem !important;
2170
- }
2171
- .tk-padding-left-3t {
2172
- padding-left: 3.250rem !important;
2173
- }
2174
- .tk-padding-left-4t {
2175
- padding-left: 4.333rem !important;
2176
- }
2177
- .tk-padding-left-5t {
2178
- padding-left: 5.417rem !important;
2179
- }
2180
- .tk-padding-right-none {
2181
- padding-right: 0 !important;
2182
- }
2183
- .tk-padding-right-min {
2184
- padding-right: 0.333rem !important;
2185
- }
2186
- .tk-padding-right-halft {
2187
- padding-right: 0.583rem !important;
2188
- }
2189
- .tk-padding-right-1t {
2190
- padding-right: 1.083rem !important;
2191
- }
2192
- .tk-padding-right-2t {
2193
- padding-right: 2.167rem !important;
2194
- }
2195
- .tk-padding-right-3t {
2196
- padding-right: 3.250rem !important;
2197
- }
2198
- .tk-padding-right-4t {
2199
- padding-right: 4.333rem !important;
2200
- }
2201
- .tk-padding-right-5t {
2202
- padding-right: 5.417rem !important;
2203
- }
2204
- .tk-padding-top-none {
2205
- padding-top: 0 !important;
2206
- }
2207
- .tk-padding-top-min {
2208
- padding-top: 0.333rem !important;
2209
- }
2210
- .tk-padding-top-halft {
2211
- padding-top: 0.583rem !important;
2212
- }
2213
- .tk-padding-top-1t {
2214
- padding-top: 1.083rem !important;
2215
- }
2216
- .tk-padding-top-2t {
2217
- padding-top: 2.167rem !important;
2218
- }
2219
- .tk-padding-top-3t {
2220
- padding-top: 3.250rem !important;
2221
- }
2222
- .tk-padding-top-4t {
2223
- padding-top: 4.333rem !important;
2224
- }
2225
- .tk-padding-top-5t {
2226
- padding-top: 5.417rem !important;
2227
- }
2228
- .tk-padding-bottom-none {
2229
- padding-bottom: 0 !important;
2230
- }
2231
- .tk-padding-bottom-min {
2232
- padding-bottom: 0.333rem !important;
2233
- }
2234
- .tk-padding-bottom-halft {
2235
- padding-bottom: 0.583rem !important;
2236
- }
2237
- .tk-padding-bottom-1t {
2238
- padding-bottom: 1.083rem !important;
2239
- }
2240
- .tk-padding-bottom-2t {
2241
- padding-bottom: 2.167rem !important;
2242
- }
2243
- .tk-padding-bottom-3t {
2244
- padding-bottom: 3.250rem !important;
2245
- }
2246
- .tk-padding-bottom-4t {
2247
- padding-bottom: 4.333rem !important;
2248
- }
2249
- .tk-padding-bottom-5t {
2250
- padding-bottom: 5.417rem !important;
2251
- }
2252
-
2253
-
1
+ /**
2
+ * Copyright (c) Optum 2015 - All Rights Reserved.
3
+ */
4
+
5
+ html,
6
+ body,
7
+ div,
8
+ span,
9
+ applet,
10
+ object,
11
+ iframe,
12
+ h1,
13
+ h2,
14
+ h3,
15
+ h4,
16
+ h5,
17
+ h6,
18
+ p,
19
+ blockquote,
20
+ pre,
21
+ a,
22
+ abbr,
23
+ acronym,
24
+ address,
25
+ big,
26
+ cite,
27
+ code,
28
+ del,
29
+ dfn,
30
+ em,
31
+ img,
32
+ ins,
33
+ kbd,
34
+ q,
35
+ s,
36
+ samp,
37
+ small,
38
+ strike,
39
+ strong,
40
+ tt,
41
+ var,
42
+ b,
43
+ u,
44
+ i,
45
+ center,
46
+ dl,
47
+ dt,
48
+ dd,
49
+ ol,
50
+ ul,
51
+ li,
52
+ fieldset,
53
+ form,
54
+ label,
55
+ legend,
56
+ article,
57
+ aside,
58
+ canvas,
59
+ details,
60
+ embed,
61
+ figure,
62
+ figcaption,
63
+ footer,
64
+ header,
65
+ hgroup,
66
+ menu,
67
+ nav,
68
+ output,
69
+ ruby,
70
+ section,
71
+ summary,
72
+ time,
73
+ mark,
74
+ audio,
75
+ video {
76
+ margin: 0;
77
+ padding: 0;
78
+ border: 0;
79
+ font-size: 100%;
80
+ font: inherit;
81
+ vertical-align: baseline;
82
+ }
83
+ body {
84
+ line-height: 1;
85
+ }
86
+ html,
87
+ body {
88
+ height: 100%;
89
+ }
90
+ ol,
91
+ ul {
92
+ list-style: none;
93
+ }
94
+ blockquote,
95
+ q {
96
+ quotes: none;
97
+ }
98
+ blockquote:before,
99
+ blockquote:after,
100
+ q:before,
101
+ q:after {
102
+ content: '';
103
+ content: none;
104
+ }
105
+ table {
106
+ border-collapse: collapse;
107
+ border-spacing: 0;
108
+ }
109
+
110
+ article,
111
+ aside,
112
+ details,
113
+ figcaption,
114
+ figure,
115
+ footer,
116
+ header,
117
+ hgroup,
118
+ menu,
119
+ nav,
120
+ section {
121
+ display: block;
122
+ }
123
+
124
+
125
+ html {
126
+ font-size: 75%;
127
+ }
128
+ body {
129
+ background-color: white;
130
+ }
131
+ body,
132
+ input,
133
+ select,
134
+ textarea {
135
+ color: #282a2e;
136
+ font-family: Arial, Helvetica, sans-serif;
137
+ font-size: 1em;
138
+ margin: 0;
139
+ }
140
+ input[type=text],
141
+ input[type=tel],
142
+ input[type=password],
143
+ input[type=checkbox],
144
+ input[type=email],
145
+ input[type=radio],
146
+ textarea,
147
+ select {
148
+ -webkit-transition: all 0.1s ease-in-out;
149
+ -moz-transition: all 0.1s ease-in-out;
150
+ -ms-transition: all 0.1s ease-in-out;
151
+ -o-transition: all 0.1s ease-in-out;
152
+ outline: none;
153
+ }
154
+ input[type=text]:focus,
155
+ input[type=tel]:focus,
156
+ input[type=password]:focus,
157
+ input[type=checkbox]:focus,
158
+ input[type=email]:focus,
159
+ input[type=radio]:focus,
160
+ textarea:focus,
161
+ select:focus {
162
+ box-shadow: 0 0 3px 1px #248C95;
163
+ border-color: #248C95 !important;
164
+ }
165
+ a,
166
+ a:link,
167
+ a:visited,
168
+ a:hover {
169
+ color: #005187;
170
+ text-decoration: none;
171
+ }
172
+ p a,
173
+ p a:link,
174
+ .oui-type-like-p a,
175
+ .oui-type-like-p a:link,
176
+ a:hover {
177
+ text-decoration: underline;
178
+ }
179
+ a:active,
180
+ span[tabindex]:focus,
181
+ a:focus {
182
+ outline: dotted thin;
183
+ text-decoration: underline;
184
+ }
185
+ p,
186
+ h6,
187
+ ul,
188
+ .oui-type-like-p {
189
+ line-height: 120%;
190
+ }
191
+ p {
192
+ margin-bottom: .917rem;
193
+ }
194
+ h1,
195
+ .oui-type-like-h1 {
196
+ color: #63666a;
197
+ font-size: 2em;
198
+ margin-bottom: 1.5rem;
199
+ font-weight: normal;
200
+ }
201
+ h1:focus {
202
+ outline: none;
203
+ }
204
+ h2,
205
+ .oui-type-like-h2 {
206
+ color: #c25608;
207
+ font-size: 1.667em;
208
+ font-weight: bold;
209
+ margin-bottom: .833rem;
210
+ line-height: 120%;
211
+ }
212
+ h3,
213
+ .oui-type-like-h3 {
214
+ color: #282a2e;
215
+ font-size: 1.5em;
216
+ font-weight: bold;
217
+ margin-bottom: .833rem;
218
+ line-height: 120%;
219
+ }
220
+ h4,
221
+ .oui-type-like-h4 {
222
+ color: #63666a;
223
+ font-weight: bold;
224
+ font-size: 1.333em;
225
+ margin-bottom: .833rem;
226
+ line-height: 120%;
227
+ }
228
+ h5,
229
+ .oui-type-like-h5 {
230
+ color: #282a2e;
231
+ font-weight: bold;
232
+ font-size: 1.167em;
233
+ line-height: 120%;
234
+ margin-bottom: .833rem;
235
+ }
236
+ h6,
237
+ .oui-type-like-h6 {
238
+ color: #c25608;
239
+ font-size: 1.167em;
240
+ font-weight: bold;
241
+ line-height: 120%;
242
+ margin-bottom: .833rem;
243
+ }
244
+ h2,
245
+ h3,
246
+ h4,
247
+ h5,
248
+ h6,
249
+ .oui-type-like-h2,
250
+ .oui-type-like-h3,
251
+ .oui-type-like-h4,
252
+ .oui-type-like-h5,
253
+ .oui-type-like-h6 {
254
+ margin-top: 1.667rem;
255
+ }
256
+ h2:first-child,
257
+ h3:first-child,
258
+ h4:first-child,
259
+ h5:first-child,
260
+ h6:first-child,
261
+ .oui-type-like-h2:first-child,
262
+ .oui-type-like-h3:first-child,
263
+ .oui-type-like-h4:first-child,
264
+ .oui-type-like-h5:first-child,
265
+ .oui-type-like-h6:first-child,
266
+ .oui-a11y-hidden:first-child + h2,
267
+ .oui-a11y-hidden:first-child + h3,
268
+ .oui-a11y-hidden:first-child + h4,
269
+ .oui-a11y-hidden:first-child + h5,
270
+ .oui-a11y-hidden:first-child + h6 {
271
+ margin-top: 0;
272
+ }
273
+ .oui-list-standard,
274
+ .oui-list-standard ul {
275
+ list-style: square inside;
276
+ line-height: 120%;
277
+ }
278
+ .oui-list-standard ul {
279
+ margin-left: 1.083rem;
280
+ }
281
+
282
+ .oui-pattern-demo {
283
+ margin: 1.08333333rem;
284
+ }
285
+
286
+ .oui-a11y-hidden {
287
+ clip: rect(1px, 1px, 1px, 1px);
288
+ position: absolute !important;
289
+ height: 1px;
290
+ width: 1px;
291
+ overflow: hidden;
292
+ }
293
+
294
+ .oui-grid-12,
295
+ .oui-grid-12-12,
296
+ .oui-grid-12-full,
297
+ .oui-grid-12-1,
298
+ .oui-grid-12-2,
299
+ .oui-grid-12-3,
300
+ .oui-grid-12-4,
301
+ .oui-grid-12-5,
302
+ .oui-grid-12-6,
303
+ .oui-grid-12-7,
304
+ .oui-grid-12-8,
305
+ .oui-grid-12-9,
306
+ .oui-grid-12-10,
307
+ .oui-grid-12-11 {
308
+ box-sizing: border-box;
309
+ -webkit-box-sizing: border-box;
310
+ -moz-box-sizing: border-box;
311
+ float: left;
312
+ }
313
+ .oui-grid-12,
314
+ .oui-grid-12-12,
315
+ .oui-grid-12-full {
316
+ width: 100%;
317
+ }
318
+ .oui-grid-12-1 {
319
+ width: 8.3333333333333%;
320
+ }
321
+ .oui-grid-12-2 {
322
+ width: 16.6666666666667%;
323
+ }
324
+ .oui-grid-12-3 {
325
+ width: 25%;
326
+ }
327
+ .oui-grid-12-4 {
328
+ width: 33.3333333333333%;
329
+ }
330
+ .oui-grid-12-5 {
331
+ width: 41.6666666666667%;
332
+ }
333
+ .oui-grid-12-6 {
334
+ width: 50%;
335
+ }
336
+ .oui-grid-12-7 {
337
+ width: 58.3333333333333%;
338
+ }
339
+ .oui-grid-12-8 {
340
+ width: 66.6666666666667%;
341
+ }
342
+ .oui-grid-12-9 {
343
+ width: 75%;
344
+ }
345
+ .oui-grid-12-10 {
346
+ width: 83.3333333333333%;
347
+ }
348
+ .oui-grid-12-11 {
349
+ width: 91.6666666666667%;
350
+ }
351
+
352
+ .oui-util-truncate {
353
+ overflow: hidden;
354
+ white-space: nowrap;
355
+ text-overflow: ellipsis;
356
+ }
357
+
358
+ .oui-util-scroll-vertical {
359
+ overflow-x: hidden;
360
+ overflow-y: auto;
361
+ }
362
+
363
+ .oui-util-non-selectable-text {
364
+ -webkit-user-select: none;
365
+ -moz-user-select: none;
366
+ -ms-user-select: none;
367
+ user-select: none;
368
+ }
369
+ .oui-util-clear {
370
+ clear: both;
371
+ }
372
+ .oui-margin-none {
373
+ margin: 0 !important;
374
+ }
375
+ .oui-margin-top-1t {
376
+ margin-top: 1.08333333rem !important;
377
+ }
378
+ .oui-margin-top-2t {
379
+ margin-top: 2.167rem !important;
380
+ }
381
+ .oui-margin-top-3t {
382
+ margin-top: 3.25rem !important;
383
+ }
384
+ .oui-margin-top-4t {
385
+ margin-top: 4.333rem !important;
386
+ }
387
+ .oui-margin-top-5t {
388
+ margin-top: 5.417rem !important;
389
+ }
390
+ .oui-margin-top-6t {
391
+ margin-top: 6.5rem !important;
392
+ }
393
+ .oui-margin-top-7t {
394
+ margin-top: 7.583rem !important;
395
+ }
396
+ .oui-margin-top-8t {
397
+ margin-top: 8.667rem !important;
398
+ }
399
+ .oui-margin-bottom-none {
400
+ margin-bottom: 0 !important;
401
+ }
402
+ .oui-margin-bottom-1t {
403
+ margin-bottom: 1.08333333rem !important;
404
+ }
405
+ .oui-margin-bottom-2t {
406
+ margin-bottom: 2.167rem !important;
407
+ }
408
+ .oui-margin-bottom-3t {
409
+ margin-bottom: 3.25rem !important;
410
+ }
411
+ .oui-margin-bottom-4t {
412
+ margin-bottom: 4.333rem !important;
413
+ }
414
+ .oui-margin-bottom-5t {
415
+ margin-bottom: 5.417rem !important;
416
+ }
417
+ .oui-margin-bottom-6t {
418
+ margin-bottom: 6.5rem !important;
419
+ }
420
+ .oui-margin-bottom-7t {
421
+ margin-bottom: 7.583rem !important;
422
+ }
423
+ .oui-margin-bottom-8t {
424
+ margin-bottom: 8.667rem !important;
425
+ }
426
+ .oui-width-1t {
427
+ width: 1.083rem !important;
428
+ }
429
+ .oui-width-2t {
430
+ width: 2.167rem !important;
431
+ }
432
+ .oui-width-3t {
433
+ width: 3.250rem !important;
434
+ }
435
+ .oui-width-4t {
436
+ width: 4.333rem !important;
437
+ }
438
+ .oui-width-5t {
439
+ width: 5.417rem !important;
440
+ }
441
+ .oui-width-6t {
442
+ width: 6.500rem !important;
443
+ }
444
+ .oui-width-7t {
445
+ width: 7.583rem !important;
446
+ }
447
+ .oui-width-8t {
448
+ width: 8.667rem !important;
449
+ }
450
+ .oui-width-9t {
451
+ width: 9.750rem !important;
452
+ }
453
+ .oui-width-10t {
454
+ width: 10.833rem !important;
455
+ }
456
+ .oui-width-11t {
457
+ width: 11.917rem !important;
458
+ }
459
+ .oui-width-12t {
460
+ width: 13rem !important;
461
+ }
462
+ .oui-width-13t {
463
+ width: 14.083rem !important;
464
+ }
465
+ .oui-width-14t {
466
+ width: 15.167rem !important;
467
+ }
468
+ .oui-width-15t {
469
+ width: 16.250rem !important;
470
+ }
471
+ .oui-width-16t {
472
+ width: 17.333rem !important;
473
+ }
474
+ .oui-width-17t {
475
+ width: 18.417rem !important;
476
+ }
477
+ .oui-width-18t {
478
+ width: 19.5rem !important;
479
+ }
480
+ .oui-width-19t {
481
+ width: 20.583rem !important;
482
+ }
483
+ .oui-width-20t {
484
+ width: 21.667rem !important;
485
+ }
486
+
487
+
488
+ ::-ms-clear {
489
+ display: none;
490
+ }
491
+
492
+
493
+
494
+
495
+ [ng\:cloak],
496
+ [ng-cloak],
497
+ [data-ng-cloak],
498
+ [x-ng-cloak],
499
+ .ng-cloak,
500
+ .x-ng-cloak {
501
+ display: none !important;
502
+ }
503
+ .tk-tabl-form,
504
+ .tk-tabl-form-sip,
505
+ .tk-tabl-form-vertical-labels,
506
+ .tk-tabl-form-multicol,
507
+ .tk-tabl-data,
508
+ .tk-tabl-data-touch,
509
+ .tk-tabl-form caption,
510
+ .tk-tabl-form-sip caption,
511
+ .tk-tabl-form-vertical-labels caption,
512
+ .tk-tabl-form-multicol caption,
513
+ .tk-tabl-data caption,
514
+ .tk-tabl-data-touch caption,
515
+ .tk-tabl-form tbody,
516
+ .tk-tabl-form-sip tbody,
517
+ .tk-tabl-form-vertical-labels tbody,
518
+ .tk-tabl-form-multicol tbody,
519
+ .tk-tabl-data tbody,
520
+ .tk-tabl-data-touch tbody,
521
+ .tk-tabl-form tfoot,
522
+ .tk-tabl-form-sip tfoot,
523
+ .tk-tabl-form-vertical-labels tfoot,
524
+ .tk-tabl-form-multicol tfoot,
525
+ .tk-tabl-data tfoot,
526
+ .tk-tabl-data-touch tfoot,
527
+ .tk-tabl-form thead,
528
+ .tk-tabl-form-sip thead,
529
+ .tk-tabl-form-vertical-labels thead,
530
+ .tk-tabl-form-multicol thead,
531
+ .tk-tabl-data thead,
532
+ .tk-tabl-data-touch thead,
533
+ .tk-tabl-form tr,
534
+ .tk-tabl-form-sip tr,
535
+ .tk-tabl-form-vertical-labels tr,
536
+ .tk-tabl-form-multicol tr,
537
+ .tk-tabl-data tr,
538
+ .tk-tabl-data-touch tr,
539
+ .tk-tabl-form td,
540
+ .tk-tabl-form-sip td,
541
+ .tk-tabl-form-vertical-labels td,
542
+ .tk-tabl-form-multicol td,
543
+ .tk-tabl-data td,
544
+ .tk-tabl-data-touch td,
545
+ .tk-tabl-form th,
546
+ .tk-tabl-form-sip th,
547
+ .tk-tabl-form-vertical-labels th,
548
+ .tk-tabl-form-multicol th,
549
+ .tk-tabl-data th,
550
+ .tk-tabl-data-touch th {
551
+
552
+ margin: 0;
553
+ padding: 0;
554
+ border: 0;
555
+ font-size: 100%;
556
+ font: inherit;
557
+ vertical-align: baseline;
558
+ }
559
+
560
+ h1,
561
+ .tk-type-like-h1 {
562
+ color: #63666a;
563
+ font-size: 2em;
564
+ margin-bottom: 1.083rem;
565
+ }
566
+ .tk-type-like-h2 {
567
+ color: #793605;
568
+ font-size: 1.333em;
569
+ font-weight: bold;
570
+ margin-bottom: 1.083rem;
571
+ line-height: 120%;
572
+ }
573
+ .tk-type-like-h3 {
574
+ color: #282a2e;
575
+ font-size: 1.167em;
576
+ font-weight: bold;
577
+ line-height: 120%;
578
+ }
579
+ .tk-type-like-h4 {
580
+ color: #282a2e;
581
+ font-weight: bold;
582
+ font-size: 1.167em;
583
+ }
584
+ code {
585
+ font-family: "Courier New", Courier, monospace;
586
+ }
587
+ em {
588
+ font-style: italic;
589
+ }
590
+ strong {
591
+ font-weight: bold;
592
+ }
593
+ .tk-tabl-form,
594
+ .tk-tabl-form-sip,
595
+ .tk-tabl-form-vertical-labels,
596
+ .tk-tabl-form-multicol,
597
+ .tk-tabl-data,
598
+ .tk-tabl-data-touch,
599
+ .tk-ntfy,
600
+ .tk-date,
601
+ .tk-phdr-header table {
602
+ border-collapse: collapse;
603
+ border-spacing: 0;
604
+ }
605
+ .tk-tabl-form-sip h1 {
606
+ margin-bottom: 0.583rem;
607
+ }
608
+ .tk-tabl-form-sip .tk-form-required .icon-asterisk {
609
+ padding-left: 0;
610
+ }
611
+ .tk-tabl-form-sip .validation-error-panel {
612
+ width: 36rem;
613
+ }
614
+ .tk-tabl-form-sip .tk-msg-error-inline {
615
+ width: 23.833rem;
616
+ line-height: 1.333rem;
617
+ position: absolute;
618
+ }
619
+ .tk-tabl-form-vertical-labels .tk-msg-error-inline {
620
+ display: block;
621
+ margin: 0 0 0.333rem 0;
622
+ }
623
+ .tk-tabl-form-sip input[type="text"],
624
+ .tk-tabl-form-sip input[type="password"] {
625
+ width: auto;
626
+ box-sizing: border-box;
627
+ -moz-box-sizing: border-box;
628
+ -webkit-box-sizing: border-box;
629
+ -box-sizing: border-box;
630
+ }
631
+ .tk-tabl-form > tbody > tr > td:first-child,
632
+ .tk-tabl-form-multicol label,
633
+ .tk-tabl-form-sip label,
634
+ .tk-tabl-form-vertical-labels label {
635
+ font-weight: bold;
636
+ color: #282a2e;
637
+ white-space: nowrap;
638
+ }
639
+ .tk-tabl-form-sip label {
640
+ margin-right: 0.583rem;
641
+ }
642
+ .tk-tabl-form-vertical-labels label {
643
+ display: block;
644
+ margin-bottom: 0.333rem;
645
+ }
646
+ td.tk-tabl-form-top-align,
647
+ th.tk-tabl-form-top-align {
648
+ vertical-align: top;
649
+ padding-top: .5rem;
650
+ }
651
+ xmp {
652
+ font-size: 1.333em;
653
+ }
654
+
655
+ main {
656
+ display: block;
657
+
658
+ padding-top: 2.167rem;
659
+ margin-left: 1.083rem;
660
+
661
+ margin-right: 1.083rem;
662
+ }
663
+ .uitk-vertical-nav.tk-width-15t ~ main {
664
+ margin-left: 18.417rem;
665
+
666
+ }
667
+ .tk-content {
668
+ margin: 2.16rem;
669
+ }
670
+
671
+ .tk-a11y-hidden {
672
+ clip: rect(1px, 1px, 1px, 1px);
673
+ position: absolute !important;
674
+ height: 1px;
675
+ width: 1px;
676
+ overflow: hidden;
677
+ }
678
+
679
+
680
+ label {
681
+ color: #282a2e;
682
+ font-weight: bold;
683
+ }
684
+ input[type="radio"],
685
+ input[type="checkbox"],
686
+ input[type="radio"] + label,
687
+ input[type="checkbox"] + label {
688
+
689
+ vertical-align: middle;
690
+ }
691
+ td input[type="radio"],
692
+ td input[type="radio"] + label,
693
+ td input[type="checkbox"] + label {
694
+
695
+ position: relative;
696
+ top: -0.083rem;
697
+ margin-left: 0.167rem;
698
+ }
699
+ input[type="radio"] + label,
700
+ input[type="checkbox"] + label {
701
+ margin-left: 0.333rem;
702
+ }
703
+ input[type="radio"],
704
+ input[type="checkbox"] {
705
+ margin: 0;
706
+ padding: 0;
707
+ }
708
+ select {
709
+ border: 1px solid #c0c0c0;
710
+
711
+ box-sizing: border-box;
712
+ height: 1.667rem;
713
+ color: #282a2e;
714
+ -moz-border-radius: 0;
715
+ -webkit-border-radius: 0;
716
+ -webkit-appearance: menulist;
717
+
718
+ -moz-appearance: menulist;
719
+ }
720
+ select[disabled="disabled"] {
721
+ border: 1px solid #c0c0c0;
722
+
723
+ color: #b1b2b3;
724
+ background-color: white;
725
+ }
726
+ input[type="text"],
727
+ input[type="password"],
728
+ input[type="email"] {
729
+ padding-left: 0.583rem;
730
+ padding-right: 0.583rem;
731
+ border: 1px solid #c0c0c0;
732
+
733
+ border-radius: 0;
734
+ -moz-border-radius: 0;
735
+ -webkit-border-radius: 0;
736
+ }
737
+ .tk-tabl-form-sip input[type="text"],
738
+ .tk-tabl-form-sip input[type="password"] {
739
+ width: auto;
740
+ box-sizing: border-box;
741
+ -moz-box-sizing: border-box;
742
+ -webkit-box-sizing: border-box;
743
+ -box-sizing: border-box;
744
+ }
745
+ .tk-form-required,
746
+ .tk-form-required .cux-icon-asterisk {
747
+ color: #E32315;
748
+ }
749
+ .tk-labl-required {
750
+ color: #E32315;
751
+ font-size: 1.083em;
752
+ font-weight: bold;
753
+ }
754
+ .tk-tabl-form > tbody > tr > td:first-child,
755
+ .tk-tabl-form-multicol label,
756
+ .tk-tabl-form-sip label,
757
+ .tk-tabl-form-vertical-labels label {
758
+ font-weight: bold;
759
+ color: #282a2e;
760
+ white-space: nowrap;
761
+ }
762
+ .tk-tabl-form-sip label {
763
+ margin-right: 0.583rem;
764
+ }
765
+ .tk-tabl-form-vertical-labels label {
766
+ display: block;
767
+ margin-bottom: 0.333rem;
768
+ }
769
+ .tk-form-input-tip {
770
+ color: #63666a;
771
+ }
772
+ .tk-form-field-error,
773
+ input[type="text"].tk-form-field-error,
774
+ input[type="password"].tk-form-field-error {
775
+ border: 0.083rem solid #E32315;
776
+ }
777
+ .tk-tabl-form-sip-message {
778
+ margin-bottom: 0.750rem;
779
+ }
780
+ .tk-tabl-form-sip td {
781
+ padding-bottom: 1.167rem;
782
+ }
783
+ textarea {
784
+ border: 1px solid #c0c0c0;
785
+
786
+ }
787
+ .tk-textarea-tip {
788
+ color: #63666a;
789
+ margin-top: 0.333rem;
790
+ }
791
+
792
+
793
+ .tk-tabl-form,
794
+ .tk-tabl-form-multicol {
795
+
796
+ margin: 2.167rem 0 0 0;
797
+ width: auto;
798
+ display: table;
799
+ }
800
+ .tk-tabl-form-sip {
801
+ margin: 5.167rem auto 2.167rem auto;
802
+ min-width: 25.833rem;
803
+ max-width: 36.833rem;
804
+ }
805
+ .tk-tabl-form-vertical-labels td {
806
+ padding-right: 2.167rem;
807
+ }
808
+ .tk-tabl-form-vertical-labels tr:first-child td {
809
+ padding-top: 0;
810
+ }
811
+ .tk-tabl-form > tbody > tr > td:first-child,
812
+ .tk-tabl-form-multicol td {
813
+ padding-right: 1.083rem;
814
+ white-space: nowrap;
815
+
816
+ }
817
+ .tk-tabl-form-sip td + td {
818
+ white-space: normal;
819
+ width: 99%;
820
+ }
821
+ .tk-tabl-form > tbody > tr > td,
822
+ .tk-tabl-form-multicol td,
823
+ .tk-tabl-form-vertical-labels td {
824
+ padding-bottom: 1.083rem;
825
+ vertical-align: top;
826
+ }
827
+ .tk-tabl-form td:first-child label {
828
+ display: inline-block;
829
+ margin-top: 0.333em;
830
+ }
831
+ .tk-tabl-form td .tk-btn-default-action,
832
+ .tk-tabl-form td .tk-btn,
833
+ .tk-tabl-form td .tk-btn-disabled {
834
+ margin: 1.083rem 1.083rem 0 0;
835
+ }
836
+ .tk-tabl-form-multicol td:first-child,
837
+ .tk-tabl-form-multicol td:first-child + td + td,
838
+ .tk-tabl-form-multicol td:first-child + td + td + td + td,
839
+ .tk-tabl-form-multicol td:first-child + td + td + td + td + td + td,
840
+ .tk-tabl-form-multicol td:first-child + td + td + td + td + td + td + td + td,
841
+ .tk-tabl-form-multicol td:first-child + td + td + td + td + td + td + td + td + td + td {
842
+ padding-right: 1.083rem;
843
+ }
844
+ .tk-tabl-form-multicol.tk-tabl-form-vertical-labels td {
845
+
846
+ padding-right: 2.167rem;
847
+ }
848
+ .tk-tabl-form-sip .tk-btn-default-action {
849
+ margin-bottom: 1.083rem;
850
+ }
851
+
852
+ .tk-panl {
853
+ border: 0.083rem solid #dcdcd9;
854
+ box-shadow: 0 0.25rem 0.5rem #b3b3b3;
855
+ box-shadow: 0 0.25rem 0.5rem rgba(179, 179, 179, 0.35);
856
+ margin-bottom: 1.583rem;
857
+ display: table;
858
+ width: 100%;
859
+ box-sizing: border-box;
860
+ }
861
+ .tk-panl .tk-panl {
862
+ border: 0;
863
+ box-shadow: none;
864
+ margin: 0;
865
+ }
866
+ .tk-panl-header {
867
+ height: 3.250rem;
868
+ padding-left: 1.083rem;
869
+ padding-right: 1.083rem;
870
+ }
871
+ .tk-panl-header h2,
872
+ .tk-panl-header h3 {
873
+ margin: 0;
874
+ height: 3.25rem;
875
+ display: table-cell;
876
+ vertical-align: middle;
877
+ }
878
+ .tk-panl-with-underline {
879
+ border-bottom: 0.083rem solid #dcdcd9;
880
+ }
881
+ .tk-panl-closed > .tk-panl-with-underline {
882
+ border-bottom-width: 0;
883
+ }
884
+ .tk-panl-open > .tk-panl-header {
885
+ padding-left: 2.5rem;
886
+ cursor: pointer;
887
+ }
888
+ .tk-panl-closed > .tk-panl-header {
889
+ padding-left: 2.5rem;
890
+ cursor: pointer;
891
+ }
892
+ .tk-panl-closed > .tk-panl-content {
893
+ display: none;
894
+ }
895
+ .tk-panl-content {
896
+ padding: 1.083rem;
897
+ }
898
+ .tk-panl .tk-panl-header a.tk-panl-helper {
899
+ float: left;
900
+ width: 1.667rem;
901
+ overflow: hidden;
902
+ margin-left: -1.75rem;
903
+ text-decoration: none;
904
+ }
905
+
906
+ .tk-list-guidelines,
907
+ .tk-list-bulleted-text,
908
+ .tk-list-content-ul,
909
+ .tk-list-content-ol,
910
+ .tk-list-content-dl,
911
+ .tk-list-horizontal {
912
+ line-height: 135%;
913
+ }
914
+ .tk-list-guidelines {
915
+ list-style: outside disc;
916
+ }
917
+ .tk-list-guidelines li {
918
+ margin-bottom: 1.083rem;
919
+ margin-left: 1.083rem;
920
+ }
921
+ .tk-list-bulleted-text {
922
+ list-style: inside square;
923
+ }
924
+ .tk-list-content-ul {
925
+ list-style: disc outside;
926
+ margin-left: 1em;
927
+ }
928
+ .tk-list-content-ol {
929
+ list-style: inside decimal;
930
+ }
931
+ .tk-list-content-dl dt {
932
+ font-weight: bold;
933
+ }
934
+ .tk-list-horizontal {
935
+ list-style: none;
936
+ }
937
+ .tk-list-horizontal > li {
938
+ display: inline-block;
939
+ margin-right: 1.083rem;
940
+ }
941
+
942
+ .icon-exclamationbox {
943
+ color: #E32315;
944
+ font-size: 1.667em;
945
+ }
946
+
947
+ .tk-rfrm {
948
+ display: table;
949
+ width: 100%;
950
+ }
951
+ .tk-rfrm-group {
952
+ display: table-row;
953
+ }
954
+ .tk-rfrm-label-container {
955
+ display: table-cell;
956
+ padding: 0.167rem 0.9167rem 1.083rem 0;
957
+ vertical-align: top;
958
+ white-space: nowrap;
959
+ }
960
+ .tk-rfrm-field-validation-container {
961
+ display: table-cell;
962
+ padding-bottom: 1.083rem;
963
+ width: 100%;
964
+ }
965
+ .tk-rfrm-columnar-container {
966
+ display: table;
967
+ width: 100%;
968
+ }
969
+ .tk-rfrm-error-container {
970
+ white-space: nowrap;
971
+ display: table-row;
972
+ }
973
+ .tk-rfrm-has-error .tk-rfrm-error-container {
974
+ color: #63666a;
975
+ background-color: #faeaea;
976
+ }
977
+ .tk-rfrm-has-error .tk-rfrm-label-container {
978
+ padding-top: 0.583rem;
979
+ }
980
+ .tk-rfrm-field-container {
981
+ display: table-cell;
982
+ width: 1%;
983
+ white-space: nowrap;
984
+ }
985
+ .tk-rfrm-has-error .tk-rfrm-field-container {
986
+
987
+ margin-right: 1.83rem;
988
+ display: inline-block;
989
+ }
990
+ .tk-rfrm-validation {
991
+ display: table-cell;
992
+ width: 99%;
993
+ vertical-align: middle;
994
+ }
995
+ .tk-rfrm-has-error .tk-rfrm-validation {
996
+ padding: 0.417rem 0.917rem 0.417rem 0rem;
997
+ }
998
+ .tk-rfrm-tip {
999
+ display: block;
1000
+ margin-top: 0.333rem;
1001
+ color: #63666a;
1002
+ }
1003
+
1004
+ .tk-colr-red {
1005
+ color: #c2383d;
1006
+ }
1007
+ .tk-colr-orange {
1008
+ color: #e87722;
1009
+ }
1010
+ .tk-colr-gray-0 {
1011
+ color: #efefee;
1012
+ }
1013
+ .tk-colr-gray-1 {
1014
+ color: #dcdcd9;
1015
+ }
1016
+ .tk-colr-gray-2 {
1017
+ color: #d0d0ce;
1018
+ }
1019
+ .tk-colr-gray-3 {
1020
+ color: #c0c0c0;
1021
+ }
1022
+ .tk-colr-gray-4 {
1023
+ color: #b1b2b3;
1024
+ }
1025
+ .tk-colr-gray-5 {
1026
+ color: #888b8d;
1027
+ }
1028
+ .tk-colr-gray-6 {
1029
+ color: #63666a;
1030
+ }
1031
+ .tk-colr-gray-7 {
1032
+ color: #434448;
1033
+ }
1034
+ .tk-colr-gray-8 {
1035
+ color: #282a2e;
1036
+ }
1037
+ .tk-colr-gray-9 {
1038
+ color: #1d1f23;
1039
+ }
1040
+ .tk-colr-orange-0 {
1041
+ color: #fdf8df;
1042
+ }
1043
+ .tk-colr-orange-1 {
1044
+ color: #f8dcb4;
1045
+ }
1046
+ .tk-colr-orange-2 {
1047
+ color: #f6ce9e;
1048
+ }
1049
+ .tk-colr-orange-3 {
1050
+ color: #f1b273;
1051
+ }
1052
+ .tk-colr-orange-4 {
1053
+ color: #ea8636;
1054
+ }
1055
+ .tk-colr-orange-5 {
1056
+ color: #e87722;
1057
+ }
1058
+ .tk-colr-orange-6 {
1059
+ color: #c25608;
1060
+ }
1061
+ .tk-colr-orange-7 {
1062
+ color: #793605;
1063
+ }
1064
+ .tk-colr-orange-8 {
1065
+ color: #612b04;
1066
+ }
1067
+ .tk-colr-orange-9 {
1068
+ color: #492003;
1069
+ }
1070
+ .tk-colr-yellow-0 {
1071
+ color: #fbf8e7;
1072
+ }
1073
+ .tk-colr-yellow-1 {
1074
+ color: #f9e9b8;
1075
+ }
1076
+ .tk-colr-yellow-2 {
1077
+ color: #f8e1a0;
1078
+ }
1079
+ .tk-colr-yellow-3 {
1080
+ color: #f6d270;
1081
+ }
1082
+ .tk-colr-yellow-4 {
1083
+ color: #f3bc29;
1084
+ }
1085
+ .tk-colr-yellow-5 {
1086
+ color: #f2b411;
1087
+ }
1088
+ .tk-colr-yellow-6 {
1089
+ color: #c6900e;
1090
+ }
1091
+ .tk-colr-yellow-7 {
1092
+ color: #855a09;
1093
+ }
1094
+ .tk-colr-yellow-8 {
1095
+ color: #5a3605;
1096
+ }
1097
+ .tk-colr-yellow-9 {
1098
+ color: #442403;
1099
+ }
1100
+ .tk-colr-green-0 {
1101
+ color: #f3f8ec;
1102
+ }
1103
+ .tk-colr-green-1 {
1104
+ color: #dae9c6;
1105
+ }
1106
+ .tk-colr-green-2 {
1107
+ color: #cee1b3;
1108
+ }
1109
+ .tk-colr-green-3 {
1110
+ color: #b5d28c;
1111
+ }
1112
+ .tk-colr-green-4 {
1113
+ color: #a9cb79;
1114
+ }
1115
+ .tk-colr-green-5 {
1116
+ color: #90bc53;
1117
+ }
1118
+ .tk-colr-green-6 {
1119
+ color: #6e8d3a;
1120
+ }
1121
+ .tk-colr-green-7 {
1122
+ color: #627d32;
1123
+ }
1124
+ .tk-colr-green-8 {
1125
+ color: #465924;
1126
+ }
1127
+ .tk-colr-green-9 {
1128
+ color: #2a3615;
1129
+ }
1130
+ .tk-colr-turquoise-0 {
1131
+ color: #edf7f5;
1132
+ }
1133
+ .tk-colr-turquoise-1 {
1134
+ color: #c9e8e2;
1135
+ }
1136
+ .tk-colr-turquoise-2 {
1137
+ color: #b7e0d8;
1138
+ }
1139
+ .tk-colr-turquoise-3 {
1140
+ color: #93d1c5;
1141
+ }
1142
+ .tk-colr-turquoise-4 {
1143
+ color: #6fc1b1;
1144
+ }
1145
+ .tk-colr-turquoise-5 {
1146
+ color: #5ab5a5;
1147
+ }
1148
+ .tk-colr-turquoise-6 {
1149
+ color: #1c9182;
1150
+ }
1151
+ .tk-colr-turquoise-7 {
1152
+ color: #078576;
1153
+ }
1154
+ .tk-colr-turquoise-8 {
1155
+ color: #055f54;
1156
+ }
1157
+ .tk-colr-turquoise-9 {
1158
+ color: #033933;
1159
+ }
1160
+ .tk-colr-blue-0 {
1161
+ color: #ecf2f9;
1162
+ }
1163
+ .tk-colr-blue-1 {
1164
+ color: #c7d7ed;
1165
+ }
1166
+ .tk-colr-blue-2 {
1167
+ color: #b4c9e7;
1168
+ }
1169
+ .tk-colr-blue-3 {
1170
+ color: #8faedc;
1171
+ }
1172
+ .tk-colr-blue-4 {
1173
+ color: #5686ca;
1174
+ }
1175
+ .tk-colr-blue-5 {
1176
+ color: #005187;
1177
+ }
1178
+ .tk-colr-blue-6 {
1179
+ color: #1965ae;
1180
+ }
1181
+ .tk-colr-blue-7 {
1182
+ color: #005187;
1183
+ }
1184
+ .tk-colr-blue-8 {
1185
+ color: #004370;
1186
+ }
1187
+ .tk-colr-blue-9 {
1188
+ color: #002843;
1189
+ }
1190
+ .tk-colr-purple-0 {
1191
+ color: #f1edf8;
1192
+ }
1193
+ .tk-colr-purple-1 {
1194
+ color: #d5cae9;
1195
+ }
1196
+ .tk-colr-purple-2 {
1197
+ color: #c7b9e1;
1198
+ }
1199
+ .tk-colr-purple-3 {
1200
+ color: #aa96d2;
1201
+ }
1202
+ .tk-colr-purple-4 {
1203
+ color: #8061bc;
1204
+ }
1205
+ .tk-colr-purple-5 {
1206
+ color: #6147a2;
1207
+ }
1208
+ .tk-colr-purple-6 {
1209
+ color: #523995;
1210
+ }
1211
+ .tk-colr-purple-7 {
1212
+ color: #422c88;
1213
+ }
1214
+ .tk-colr-purple-8 {
1215
+ color: #2f1f61;
1216
+ }
1217
+ .tk-colr-purple-9 {
1218
+ color: #1c133a;
1219
+ }
1220
+ .tk-colr-red-0 {
1221
+ color: #faeaea;
1222
+ }
1223
+ .tk-colr-red-1 {
1224
+ color: #ebaaac;
1225
+ }
1226
+ .tk-colr-red-2 {
1227
+ color: #e07f82;
1228
+ }
1229
+ .tk-colr-red-3 {
1230
+ color: #d13f44;
1231
+ }
1232
+ .tk-colr-red-4 {
1233
+ color: #c2383d;
1234
+ }
1235
+ .tk-colr-red-5 {
1236
+ color: #b23135;
1237
+ }
1238
+ .tk-colr-red-6 {
1239
+ color: #a32a2e;
1240
+ }
1241
+ .tk-colr-red-7 {
1242
+ color: #8f2528;
1243
+ }
1244
+ .tk-colr-red-8 {
1245
+ color: #661a1d;
1246
+ }
1247
+ .tk-colr-red-9 {
1248
+ color: #3d1011;
1249
+ }
1250
+ .tk-colr-bg-gray-0 {
1251
+ background-color: #efefee;
1252
+ }
1253
+ .tk-colr-bg-gray-1 {
1254
+ background-color: #dcdcd9;
1255
+ }
1256
+ .tk-colr-bg-gray-2 {
1257
+ background-color: #d0d0ce;
1258
+ }
1259
+ .tk-colr-bg-gray-3 {
1260
+ background-color: #c0c0c0;
1261
+ }
1262
+ .tk-colr-bg-gray-4 {
1263
+ background-color: #b1b2b3;
1264
+ }
1265
+ .tk-colr-bg-gray-5 {
1266
+ background-color: #888b8d;
1267
+ }
1268
+ .tk-colr-bg-gray-6 {
1269
+ background-color: #63666a;
1270
+ }
1271
+ .tk-colr-bg-gray-7 {
1272
+ background-color: #434448;
1273
+ }
1274
+ .tk-colr-bg-gray-8 {
1275
+ background-color: #282a2e;
1276
+ }
1277
+ .tk-colr-bg-gray-9 {
1278
+ background-color: #1d1f23;
1279
+ }
1280
+ .tk-colr-bg-orange-0 {
1281
+ background-color: #fdf8df;
1282
+ }
1283
+ .tk-colr-bg-orange-1 {
1284
+ background-color: #f8dcb4;
1285
+ }
1286
+ .tk-colr-bg-orange-2 {
1287
+ background-color: #f6ce9e;
1288
+ }
1289
+ .tk-colr-bg-orange-3 {
1290
+ background-color: #f1b273;
1291
+ }
1292
+ .tk-colr-bg-orange-4 {
1293
+ background-color: #ea8636;
1294
+ }
1295
+ .tk-colr-bg-orange-5 {
1296
+ background-color: #e87722;
1297
+ }
1298
+ .tk-colr-bg-orange-6 {
1299
+ background-color: #c25608;
1300
+ }
1301
+ .tk-colr-bg-orange-7 {
1302
+ background-color: #793605;
1303
+ }
1304
+ .tk-colr-bg-orange-8 {
1305
+ background-color: #612b04;
1306
+ }
1307
+ .tk-colr-bg-orange-9 {
1308
+ background-color: #492003;
1309
+ }
1310
+ .tk-colr-bg-yellow-0 {
1311
+ background-color: #fbf8e7;
1312
+ }
1313
+ .tk-colr-bg-yellow-1 {
1314
+ background-color: #f9e9b8;
1315
+ }
1316
+ .tk-colr-bg-yellow-2 {
1317
+ background-color: #f8e1a0;
1318
+ }
1319
+ .tk-colr-bg-yellow-3 {
1320
+ background-color: #f6d270;
1321
+ }
1322
+ .tk-colr-bg-yellow-4 {
1323
+ background-color: #f3bc29;
1324
+ }
1325
+ .tk-colr-bg-yellow-5 {
1326
+ background-color: #f2b411;
1327
+ }
1328
+ .tk-colr-bg-yellow-6 {
1329
+ background-color: #c6900e;
1330
+ }
1331
+ .tk-colr-bg-yellow-7 {
1332
+ background-color: #855a09;
1333
+ }
1334
+ .tk-colr-bg-yellow-8 {
1335
+ background-color: #5a3605;
1336
+ }
1337
+ .tk-colr-bg-yellow-9 {
1338
+ background-color: #442403;
1339
+ }
1340
+ .tk-colr-bg-green-0 {
1341
+ background-color: #f3f8ec;
1342
+ }
1343
+ .tk-colr-bg-green-1 {
1344
+ background-color: #dae9c6;
1345
+ }
1346
+ .tk-colr-bg-green-2 {
1347
+ background-color: #cee1b3;
1348
+ }
1349
+ .tk-colr-bg-green-3 {
1350
+ background-color: #b5d28c;
1351
+ }
1352
+ .tk-colr-bg-green-4 {
1353
+ background-color: #a9cb79;
1354
+ }
1355
+ .tk-colr-bg-green-5 {
1356
+ background-color: #90bc53;
1357
+ }
1358
+ .tk-colr-bg-green-6 {
1359
+ background-color: #6e8d3a;
1360
+ }
1361
+ .tk-colr-bg-green-7 {
1362
+ background-color: #627d32;
1363
+ }
1364
+ .tk-colr-bg-green-8 {
1365
+ background-color: #465924;
1366
+ }
1367
+ .tk-colr-bg-green-9 {
1368
+ background-color: #2a3615;
1369
+ }
1370
+ .tk-colr-bg-turquoise-0 {
1371
+ background-color: #edf7f5;
1372
+ }
1373
+ .tk-colr-bg-turquoise-1 {
1374
+ background-color: #c9e8e2;
1375
+ }
1376
+ .tk-colr-bg-turquoise-2 {
1377
+ background-color: #b7e0d8;
1378
+ }
1379
+ .tk-colr-bg-turquoise-3 {
1380
+ background-color: #93d1c5;
1381
+ }
1382
+ .tk-colr-bg-turquoise-4 {
1383
+ background-color: #6fc1b1;
1384
+ }
1385
+ .tk-colr-bg-turquoise-5 {
1386
+ background-color: #5ab5a5;
1387
+ }
1388
+ .tk-colr-bg-turquoise-6 {
1389
+ background-color: #1c9182;
1390
+ }
1391
+ .tk-colr-bg-turquoise-7 {
1392
+ background-color: #078576;
1393
+ }
1394
+ .tk-colr-bg-turquoise-8 {
1395
+ background-color: #055f54;
1396
+ }
1397
+ .tk-colr-bg-turquoise-9 {
1398
+ background-color: #033933;
1399
+ }
1400
+ .tk-colr-bg-blue-0 {
1401
+ background-color: #ecf2f9;
1402
+ }
1403
+ .tk-colr-bg-blue-1 {
1404
+ background-color: #c7d7ed;
1405
+ }
1406
+ .tk-colr-bg-blue-2 {
1407
+ background-color: #b4c9e7;
1408
+ }
1409
+ .tk-colr-bg-blue-3 {
1410
+ background-color: #8faedc;
1411
+ }
1412
+ .tk-colr-bg-blue-4 {
1413
+ background-color: #5686ca;
1414
+ }
1415
+ .tk-colr-bg-blue-5 {
1416
+ background-color: #316bb3;
1417
+ }
1418
+ .tk-colr-bg-blue-6 {
1419
+ background-color: #1965ae;
1420
+ }
1421
+ .tk-colr-bg-blue-6-5 {
1422
+ background-color: #005187;
1423
+ }
1424
+ .tk-colr-bg-blue-7 {
1425
+ background-color: #005187;
1426
+ }
1427
+ .tk-colr-bg-blue-8 {
1428
+ background-color: #004370;
1429
+ }
1430
+ .tk-colr-bg-blue-9 {
1431
+ background-color: #002843;
1432
+ }
1433
+ .tk-colr-bg-purple-0 {
1434
+ background-color: #f1edf8;
1435
+ }
1436
+ .tk-colr-bg-purple-1 {
1437
+ background-color: #d5cae9;
1438
+ }
1439
+ .tk-colr-bg-purple-2 {
1440
+ background-color: #c7b9e1;
1441
+ }
1442
+ .tk-colr-bg-purple-3 {
1443
+ background-color: #aa96d2;
1444
+ }
1445
+ .tk-colr-bg-purple-4 {
1446
+ background-color: #8061bc;
1447
+ }
1448
+ .tk-colr-bg-purple-5 {
1449
+ background-color: #6147a2;
1450
+ }
1451
+ .tk-colr-bg-purple-6 {
1452
+ background-color: #523995;
1453
+ }
1454
+ .tk-colr-bg-purple-7 {
1455
+ background-color: #422c88;
1456
+ }
1457
+ .tk-colr-bg-purple-8 {
1458
+ background-color: #2f1f61;
1459
+ }
1460
+ .tk-colr-bg-purple-9 {
1461
+ background-color: #1c133a;
1462
+ }
1463
+ .tk-colr-bg-red-0 {
1464
+ background-color: #faeaea;
1465
+ }
1466
+ .tk-colr-bg-red-1 {
1467
+ background-color: #ebaaac;
1468
+ }
1469
+ .tk-colr-bg-red-2 {
1470
+ background-color: #e07f82;
1471
+ }
1472
+ .tk-colr-bg-red-3 {
1473
+ background-color: #d13f44;
1474
+ }
1475
+ .tk-colr-bg-red-4 {
1476
+ background-color: #c2383d;
1477
+ }
1478
+ .tk-colr-bg-red-5 {
1479
+ background-color: #b23135;
1480
+ }
1481
+ .tk-colr-bg-red-6 {
1482
+ background-color: #a32a2e;
1483
+ }
1484
+ .tk-colr-bg-red-7 {
1485
+ background-color: #8f2528;
1486
+ }
1487
+ .tk-colr-bg-red-8 {
1488
+ background-color: #661a1d;
1489
+ }
1490
+ .tk-colr-bg-red-9 {
1491
+ background-color: #3d1011;
1492
+ }
1493
+
1494
+ .tk-grid-12,
1495
+ .tk-grid-12-12,
1496
+ .tk-grid-12-full,
1497
+ .tk-grid-12-1,
1498
+ .tk-grid-12-2,
1499
+ .tk-grid-12-3,
1500
+ .tk-grid-12-4,
1501
+ .tk-grid-12-5,
1502
+ .tk-grid-12-6,
1503
+ .tk-grid-12-7,
1504
+ .tk-grid-12-8,
1505
+ .tk-grid-12-9,
1506
+ .tk-grid-12-10,
1507
+ .tk-grid-12-11 {
1508
+ box-sizing: border-box;
1509
+ -webkit-box-sizing: border-box;
1510
+ -moz-box-sizing: border-box;
1511
+ float: left;
1512
+ }
1513
+ .tk-grid-12,
1514
+ .tk-grid-12-12,
1515
+ .tk-grid-12-full {
1516
+ width: 100%;
1517
+ }
1518
+ .tk-grid-12-1 {
1519
+ width: 8.3333333333333%;
1520
+ }
1521
+ .tk-grid-12-2 {
1522
+ width: 16.6666666666667%;
1523
+ }
1524
+ .tk-grid-12-3 {
1525
+ width: 25%;
1526
+ }
1527
+ .tk-grid-12-4 {
1528
+ width: 33.3333333333333%;
1529
+ }
1530
+ .tk-grid-12-5 {
1531
+ width: 41.6666666666667%;
1532
+ }
1533
+ .tk-grid-12-6 {
1534
+ width: 50%;
1535
+ }
1536
+ .tk-grid-12-7 {
1537
+ width: 58.3333333333333%;
1538
+ }
1539
+ .tk-grid-12-8 {
1540
+ width: 66.6666666666667%;
1541
+ }
1542
+ .tk-grid-12-9 {
1543
+ width: 75%;
1544
+ }
1545
+ .tk-grid-12-10 {
1546
+ width: 83.3333333333333%;
1547
+ }
1548
+ .tk-grid-12-11 {
1549
+ width: 91.6666666666667%;
1550
+ }
1551
+
1552
+
1553
+ .tk-brdr-gray-0 {
1554
+ border: 1px solid #dcdcd9;
1555
+ }
1556
+
1557
+ .tk-clear {
1558
+ clear: both;
1559
+ }
1560
+ .tk-centered-block {
1561
+ margin-left: auto;
1562
+ margin-right: auto;
1563
+ display: block;
1564
+ width: 50%;
1565
+ }
1566
+ .tk-scrollable {
1567
+ overflow: auto;
1568
+ }
1569
+
1570
+ .tk-type-truncation {
1571
+
1572
+ white-space: nowrap;
1573
+ overflow: hidden;
1574
+ text-overflow: ellipsis;
1575
+ }
1576
+ .tk-text-align-right {
1577
+ text-align: right;
1578
+ }
1579
+ .tk-text-align-left {
1580
+ text-align: left;
1581
+ }
1582
+ .tk-text-align-center {
1583
+ text-align: center;
1584
+ }
1585
+ .tk-text-align-justify {
1586
+ text-align: justify;
1587
+ }
1588
+ .tk-text-align-inherit {
1589
+ text-align: inherit;
1590
+ }
1591
+ .tk-float-left {
1592
+ float: left;
1593
+ }
1594
+ .tk-float-right {
1595
+ float: right;
1596
+ }
1597
+ .tk-float-none {
1598
+ float: none;
1599
+ }
1600
+ .tk-util-hidden {
1601
+ display: none;
1602
+ }
1603
+ .tk-util-visible {
1604
+ display: inherit;
1605
+ }
1606
+ .tk-valign-top {
1607
+ vertical-align: top;
1608
+ }
1609
+ .tk-valign-middle {
1610
+ vertical-align: middle;
1611
+ }
1612
+ .tk-valign-bottom {
1613
+ vertical-align: bottom;
1614
+ }
1615
+
1616
+ .tk-width-full-inclusive {
1617
+ width: 100%;
1618
+ box-sizing: border-box;
1619
+ }
1620
+ .tk-width-1t {
1621
+ width: 1.083rem !important;
1622
+ }
1623
+ .tk-width-2t {
1624
+ width: 2.167rem !important;
1625
+ }
1626
+ .tk-width-3t {
1627
+ width: 3.250rem !important;
1628
+ }
1629
+ .tk-width-4t {
1630
+ width: 4.333rem !important;
1631
+ }
1632
+ .tk-width-5t {
1633
+ width: 5.417rem !important;
1634
+ }
1635
+ .tk-width-6t {
1636
+ width: 6.500rem !important;
1637
+ }
1638
+ .tk-width-7t {
1639
+ width: 7.583rem !important;
1640
+ }
1641
+ .tk-width-8t {
1642
+ width: 8.667rem !important;
1643
+ }
1644
+ .tk-width-9t {
1645
+ width: 9.750rem !important;
1646
+ }
1647
+ .tk-width-10t {
1648
+ width: 10.833rem !important;
1649
+ }
1650
+ .tk-width-11t {
1651
+ width: 11.917rem !important;
1652
+ }
1653
+ .tk-width-12t {
1654
+ width: 13rem !important;
1655
+ }
1656
+ .tk-width-13t {
1657
+ width: 14.083rem !important;
1658
+ }
1659
+ .tk-width-14t {
1660
+ width: 15.167rem !important;
1661
+ }
1662
+ .tk-width-15t {
1663
+ width: 16.250rem !important;
1664
+ }
1665
+ .tk-width-16t {
1666
+ width: 17.333rem !important;
1667
+ }
1668
+ .tk-width-17t {
1669
+ width: 18.417rem !important;
1670
+ }
1671
+ .tk-width-18t {
1672
+ width: 19.5rem !important;
1673
+ }
1674
+ .tk-width-19t {
1675
+ width: 20.583rem !important;
1676
+ }
1677
+ .tk-width-20t {
1678
+ width: 21.667rem !important;
1679
+ }
1680
+ .tk-width-21t {
1681
+ width: 22.75rem !important;
1682
+ }
1683
+ .tk-width-22t {
1684
+ width: 23.833rem !important;
1685
+ }
1686
+ .tk-width-23t {
1687
+ width: 24.917rem !important;
1688
+ }
1689
+ .tk-width-24t {
1690
+ width: 26rem !important;
1691
+ }
1692
+ .tk-width-25t {
1693
+ width: 27.083rem !important;
1694
+ }
1695
+ .tk-width-26t {
1696
+ width: 28.167rem !important;
1697
+ }
1698
+ .tk-width-27t {
1699
+ width: 29.25rem !important;
1700
+ }
1701
+ .tk-width-28t {
1702
+ width: 30.333rem !important;
1703
+ }
1704
+ .tk-width-29t {
1705
+ width: 31.417rem !important;
1706
+ }
1707
+ .tk-width-30t {
1708
+ width: 32.5rem !important;
1709
+ }
1710
+ .tk-width-31t {
1711
+ width: 33.583rem !important;
1712
+ }
1713
+ .tk-width-32t {
1714
+ width: 34.667rem !important;
1715
+ }
1716
+ .tk-width-33t {
1717
+ width: 35.750rem !important;
1718
+ }
1719
+ .tk-width-34t {
1720
+ width: 36.833rem !important;
1721
+ }
1722
+ .tk-width-35t {
1723
+ width: 37.917rem !important;
1724
+ }
1725
+ .tk-width-36t {
1726
+ width: 39rem !important;
1727
+ }
1728
+ .tk-width-37t {
1729
+ width: 40.083rem !important;
1730
+ }
1731
+ .tk-width-38t {
1732
+ width: 41.167rem !important;
1733
+ }
1734
+ .tk-width-39t {
1735
+ width: 42.250rem !important;
1736
+ }
1737
+ .tk-width-40t {
1738
+ width: 43.333rem !important;
1739
+ }
1740
+ .tk-width-41t {
1741
+ width: 44.417rem !important;
1742
+ }
1743
+ .tk-width-42t {
1744
+ width: 45.5rem !important;
1745
+ }
1746
+ .tk-width-43t {
1747
+ width: 46.583rem !important;
1748
+ }
1749
+ .tk-width-44t {
1750
+ width: 47.667rem !important;
1751
+ }
1752
+ .tk-width-45t {
1753
+ width: 48.75rem !important;
1754
+ }
1755
+ .tk-width-46t {
1756
+ width: 49.833rem !important;
1757
+ }
1758
+ .tk-width-47t {
1759
+ width: 50.917rem !important;
1760
+ }
1761
+ .tk-width-48t {
1762
+ width: 52rem !important;
1763
+ }
1764
+ .tk-width-49t {
1765
+ width: 53.083rem !important;
1766
+ }
1767
+ .tk-width-50t {
1768
+ width: 54.167rem !important;
1769
+ }
1770
+ .tk-width-51t {
1771
+ width: 55.250rem !important;
1772
+ }
1773
+ .tk-width-52t {
1774
+ width: 56.333rem !important;
1775
+ }
1776
+ .tk-width-53t {
1777
+ width: 57.417rem !important;
1778
+ }
1779
+ .tk-width-54t {
1780
+ width: 58.5rem !important;
1781
+ }
1782
+ .tk-width-55t {
1783
+ width: 59.583rem !important;
1784
+ }
1785
+ .tk-width-56t {
1786
+ width: 60.667rem !important;
1787
+ }
1788
+ .tk-width-57t {
1789
+ width: 61.75rem !important;
1790
+ }
1791
+ .tk-width-58t {
1792
+ width: 62.833rem !important;
1793
+ }
1794
+ .tk-width-59t {
1795
+ width: 63.917rem !important;
1796
+ }
1797
+ .tk-width-60t {
1798
+ width: 65rem !important;
1799
+ }
1800
+
1801
+ .tk-height-1t {
1802
+ height: 1.083rem !important;
1803
+ }
1804
+ .tk-height-2t {
1805
+ height: 2.167rem !important;
1806
+ }
1807
+ .tk-height-3t {
1808
+ height: 3.250rem !important;
1809
+ }
1810
+ .tk-height-4t {
1811
+ height: 4.333rem !important;
1812
+ }
1813
+ .tk-height-5t {
1814
+ height: 5.417rem !important;
1815
+ }
1816
+ .tk-height-6t {
1817
+ height: 6.500rem !important;
1818
+ }
1819
+ .tk-height-7t {
1820
+ height: 7.583rem !important;
1821
+ }
1822
+ .tk-height-8t {
1823
+ height: 8.667rem !important;
1824
+ }
1825
+ .tk-height-9t {
1826
+ height: 9.750rem !important;
1827
+ }
1828
+ .tk-height-10t {
1829
+ height: 10.833rem !important;
1830
+ }
1831
+ .tk-height-11t {
1832
+ height: 11.917rem !important;
1833
+ }
1834
+ .tk-height-12t {
1835
+ height: 13rem !important;
1836
+ }
1837
+ .tk-height-13t {
1838
+ height: 14.083rem !important;
1839
+ }
1840
+ .tk-height-14t {
1841
+ height: 15.167rem !important;
1842
+ }
1843
+ .tk-height-15t {
1844
+ height: 16.250rem !important;
1845
+ }
1846
+ .tk-height-16t {
1847
+ height: 17.333rem !important;
1848
+ }
1849
+ .tk-height-17t {
1850
+ height: 18.417rem !important;
1851
+ }
1852
+ .tk-height-18t {
1853
+ height: 19.5rem !important;
1854
+ }
1855
+ .tk-height-19t {
1856
+ height: 20.583rem !important;
1857
+ }
1858
+ .tk-height-20t {
1859
+ height: 21.667rem !important;
1860
+ }
1861
+ .tk-height-21t {
1862
+ height: 22.75rem !important;
1863
+ }
1864
+ .tk-height-22t {
1865
+ height: 23.833rem !important;
1866
+ }
1867
+ .tk-height-23t {
1868
+ height: 24.917rem !important;
1869
+ }
1870
+ .tk-height-24t {
1871
+ height: 26rem !important;
1872
+ }
1873
+ .tk-height-25t {
1874
+ height: 27.083rem !important;
1875
+ }
1876
+ .tk-height-26t {
1877
+ height: 28.167rem !important;
1878
+ }
1879
+ .tk-height-27t {
1880
+ height: 29.25rem !important;
1881
+ }
1882
+ .tk-height-28t {
1883
+ height: 30.333rem !important;
1884
+ }
1885
+ .tk-height-29t {
1886
+ height: 31.417rem !important;
1887
+ }
1888
+ .tk-height-30t {
1889
+ height: 32.5rem !important;
1890
+ }
1891
+ .tk-height-31t {
1892
+ height: 33.583rem !important;
1893
+ }
1894
+ .tk-height-32t {
1895
+ height: 34.667rem !important;
1896
+ }
1897
+ .tk-height-33t {
1898
+ height: 35.750rem !important;
1899
+ }
1900
+ .tk-height-34t {
1901
+ height: 36.833rem !important;
1902
+ }
1903
+ .tk-height-35t {
1904
+ height: 37.917rem !important;
1905
+ }
1906
+ .tk-height-36t {
1907
+ height: 39rem !important;
1908
+ }
1909
+ .tk-height-37t {
1910
+ height: 40.083rem !important;
1911
+ }
1912
+ .tk-height-38t {
1913
+ height: 41.167rem !important;
1914
+ }
1915
+ .tk-height-39t {
1916
+ height: 42.250rem !important;
1917
+ }
1918
+ .tk-height-40t {
1919
+ height: 43.333rem !important;
1920
+ }
1921
+ .tk-height-41t {
1922
+ height: 44.417rem !important;
1923
+ }
1924
+ .tk-height-42t {
1925
+ height: 45.5rem !important;
1926
+ }
1927
+ .tk-height-43t {
1928
+ height: 46.583rem !important;
1929
+ }
1930
+ .tk-height-44t {
1931
+ height: 47.667rem !important;
1932
+ }
1933
+ .tk-height-45t {
1934
+ height: 48.75rem !important;
1935
+ }
1936
+ .tk-height-46t {
1937
+ height: 49.833rem !important;
1938
+ }
1939
+ .tk-height-47t {
1940
+ height: 50.917rem !important;
1941
+ }
1942
+ .tk-height-48t {
1943
+ height: 52rem !important;
1944
+ }
1945
+ .tk-height-49t {
1946
+ height: 53.083rem !important;
1947
+ }
1948
+ .tk-height-50t {
1949
+ height: 54.167rem !important;
1950
+ }
1951
+ .tk-height-51t {
1952
+ height: 55.250rem !important;
1953
+ }
1954
+
1955
+ .tk-margin-none {
1956
+ margin: 0 !important;
1957
+ }
1958
+ .tk-margin-min {
1959
+ margin: 0.333rem !important;
1960
+ }
1961
+ .tk-margin-halft {
1962
+ margin: 0.583rem !important;
1963
+ }
1964
+ .tk-margin-1t {
1965
+ margin: 1.083rem !important;
1966
+ }
1967
+ .tk-margin-2t {
1968
+ margin: 2.167rem !important;
1969
+ }
1970
+ .tk-margin-3t {
1971
+ margin: 3.250rem !important;
1972
+ }
1973
+ .tk-margin-4t {
1974
+ margin: 4.333rem !important;
1975
+ }
1976
+ .tk-margin-5t {
1977
+ margin: 5.417rem !important;
1978
+ }
1979
+ .tk-margin-left-none {
1980
+ margin-left: 0 !important;
1981
+ }
1982
+ .tk-margin-left-min {
1983
+ margin-left: 0.333rem !important;
1984
+ }
1985
+ .tk-margin-left-halft {
1986
+ margin-left: 0.583rem !important;
1987
+ }
1988
+ .tk-margin-left-1t {
1989
+ margin-left: 1.083rem !important;
1990
+ }
1991
+ .tk-margin-left-2t {
1992
+ margin-left: 2.167rem !important;
1993
+ }
1994
+ .tk-margin-left-3t {
1995
+ margin-left: 3.250rem !important;
1996
+ }
1997
+ .tk-margin-left-4t {
1998
+ margin-left: 4.333rem !important;
1999
+ }
2000
+ .tk-margin-left-5t {
2001
+ margin-left: 5.417rem !important;
2002
+ }
2003
+ .tk-margin-left-6t {
2004
+ margin-left: 6.500rem !important;
2005
+ }
2006
+ .tk-margin-left-7t {
2007
+ margin-left: 7.583rem !important;
2008
+ }
2009
+ .tk-margin-left-8t {
2010
+ margin-left: 8.667rem !important;
2011
+ }
2012
+ .tk-margin-left-9t {
2013
+ margin-left: 9.750rem !important;
2014
+ }
2015
+ .tk-margin-left-10t {
2016
+ margin-left: 10.833rem !important;
2017
+ }
2018
+ .tk-margin-left-11t {
2019
+ margin-left: 11.917rem !important;
2020
+ }
2021
+ .tk-margin-left-12t {
2022
+ margin-left: 13rem !important;
2023
+ }
2024
+ .tk-margin-left-13t {
2025
+ margin-left: 14.083rem !important;
2026
+ }
2027
+ .tk-margin-left-14t {
2028
+ margin-left: 15.167rem !important;
2029
+ }
2030
+ .tk-margin-left-15t {
2031
+ margin-left: 16.250rem !important;
2032
+ }
2033
+ .tk-margin-left-16t {
2034
+ margin-left: 17.333rem !important;
2035
+ }
2036
+ .tk-margin-left-17t {
2037
+ margin-left: 18.417rem !important;
2038
+ }
2039
+ .tk-margin-left-18t {
2040
+ margin-left: 19.5rem !important;
2041
+ }
2042
+ .tk-margin-left-19t {
2043
+ margin-left: 20.583rem !important;
2044
+ }
2045
+ .tk-margin-left-20t {
2046
+ margin-left: 21.667rem !important;
2047
+ }
2048
+ .tk-margin-right-none {
2049
+ margin-right: 0 !important;
2050
+ }
2051
+ .tk-margin-right-min {
2052
+ margin-right: 0.333rem !important;
2053
+ }
2054
+ .tk-margin-right-halft {
2055
+ margin-right: 0.583rem !important;
2056
+ }
2057
+ .tk-margin-right-1t {
2058
+ margin-right: 1.083rem !important;
2059
+ }
2060
+ .tk-margin-right-2t {
2061
+ margin-right: 2.167rem !important;
2062
+ }
2063
+ .tk-margin-right-3t {
2064
+ margin-right: 3.250rem !important;
2065
+ }
2066
+ .tk-margin-right-4t {
2067
+ margin-right: 4.333rem !important;
2068
+ }
2069
+ .tk-margin-right-5t {
2070
+ margin-right: 5.417rem !important;
2071
+ }
2072
+ .tk-margin-top-none {
2073
+ margin-top: 0 !important;
2074
+ }
2075
+ .tk-margin-top-min {
2076
+ margin-top: 0.333rem !important;
2077
+ }
2078
+ .tk-margin-top-halft {
2079
+ margin-top: 0.583rem !important;
2080
+ }
2081
+ .tk-margin-top-1t {
2082
+ margin-top: 1.083rem !important;
2083
+ }
2084
+ .tk-margin-top-2t {
2085
+ margin-top: 2.167rem !important;
2086
+ }
2087
+ .tk-margin-top-3t {
2088
+ margin-top: 3.250rem !important;
2089
+ }
2090
+ .tk-margin-top-4t {
2091
+ margin-top: 4.333rem !important;
2092
+ }
2093
+ .tk-margin-top-5t {
2094
+ margin-top: 5.417rem !important;
2095
+ }
2096
+ .tk-margin-bottom-none {
2097
+ margin-bottom: 0 !important;
2098
+ }
2099
+ .tk-margin-bottom-min {
2100
+ margin-bottom: 0.333rem !important;
2101
+ }
2102
+ .tk-margin-bottom-halft {
2103
+ margin-bottom: 0.583rem !important;
2104
+ }
2105
+ .tk-margin-bottom-1t {
2106
+ margin-bottom: 1.083rem !important;
2107
+ }
2108
+ .tk-margin-bottom-2t {
2109
+ margin-bottom: 2.167rem !important;
2110
+ }
2111
+ .tk-margin-bottom-3t {
2112
+ margin-bottom: 3.250rem !important;
2113
+ }
2114
+ .tk-margin-bottom-4t {
2115
+ margin-bottom: 4.333rem !important;
2116
+ }
2117
+ .tk-margin-bottom-5t {
2118
+ margin-bottom: 5.417rem !important;
2119
+ }
2120
+ .tk-margin-bottom-6t {
2121
+ margin-bottom: 6.500rem !important;
2122
+ }
2123
+ .tk-margin-bottom-7t {
2124
+ margin-bottom: 7.583rem !important;
2125
+ }
2126
+ .tk-margin-bottom-8t {
2127
+ margin-bottom: 8.667rem !important;
2128
+ }
2129
+ .tk-margin-bottom-9t {
2130
+ margin-bottom: 9.750rem !important;
2131
+ }
2132
+ .tk-padding-none {
2133
+ padding: 0 !important;
2134
+ }
2135
+ .tk-padding-min {
2136
+ padding: 0.333rem !important;
2137
+ }
2138
+ .tk-padding-halft {
2139
+ padding: 0.583rem !important;
2140
+ }
2141
+ .tk-padding-1t {
2142
+ padding: 1.083rem !important;
2143
+ }
2144
+ .tk-padding-2t {
2145
+ padding: 2.167rem !important;
2146
+ }
2147
+ .tk-padding-3t {
2148
+ padding: 3.250rem !important;
2149
+ }
2150
+ .tk-padding-4t {
2151
+ padding: 4.333rem !important;
2152
+ }
2153
+ .tk-padding-5t {
2154
+ padding: 5.417rem !important;
2155
+ }
2156
+ .tk-padding-left-none {
2157
+ padding-left: 0 !important;
2158
+ }
2159
+ .tk-padding-left-min {
2160
+ padding-left: 0.333rem !important;
2161
+ }
2162
+ .tk-padding-left-halft {
2163
+ padding-left: 0.583rem !important;
2164
+ }
2165
+ .tk-padding-left-1t {
2166
+ padding-left: 1.083rem !important;
2167
+ }
2168
+ .tk-padding-left-2t {
2169
+ padding-left: 2.167rem !important;
2170
+ }
2171
+ .tk-padding-left-3t {
2172
+ padding-left: 3.250rem !important;
2173
+ }
2174
+ .tk-padding-left-4t {
2175
+ padding-left: 4.333rem !important;
2176
+ }
2177
+ .tk-padding-left-5t {
2178
+ padding-left: 5.417rem !important;
2179
+ }
2180
+ .tk-padding-right-none {
2181
+ padding-right: 0 !important;
2182
+ }
2183
+ .tk-padding-right-min {
2184
+ padding-right: 0.333rem !important;
2185
+ }
2186
+ .tk-padding-right-halft {
2187
+ padding-right: 0.583rem !important;
2188
+ }
2189
+ .tk-padding-right-1t {
2190
+ padding-right: 1.083rem !important;
2191
+ }
2192
+ .tk-padding-right-2t {
2193
+ padding-right: 2.167rem !important;
2194
+ }
2195
+ .tk-padding-right-3t {
2196
+ padding-right: 3.250rem !important;
2197
+ }
2198
+ .tk-padding-right-4t {
2199
+ padding-right: 4.333rem !important;
2200
+ }
2201
+ .tk-padding-right-5t {
2202
+ padding-right: 5.417rem !important;
2203
+ }
2204
+ .tk-padding-top-none {
2205
+ padding-top: 0 !important;
2206
+ }
2207
+ .tk-padding-top-min {
2208
+ padding-top: 0.333rem !important;
2209
+ }
2210
+ .tk-padding-top-halft {
2211
+ padding-top: 0.583rem !important;
2212
+ }
2213
+ .tk-padding-top-1t {
2214
+ padding-top: 1.083rem !important;
2215
+ }
2216
+ .tk-padding-top-2t {
2217
+ padding-top: 2.167rem !important;
2218
+ }
2219
+ .tk-padding-top-3t {
2220
+ padding-top: 3.250rem !important;
2221
+ }
2222
+ .tk-padding-top-4t {
2223
+ padding-top: 4.333rem !important;
2224
+ }
2225
+ .tk-padding-top-5t {
2226
+ padding-top: 5.417rem !important;
2227
+ }
2228
+ .tk-padding-bottom-none {
2229
+ padding-bottom: 0 !important;
2230
+ }
2231
+ .tk-padding-bottom-min {
2232
+ padding-bottom: 0.333rem !important;
2233
+ }
2234
+ .tk-padding-bottom-halft {
2235
+ padding-bottom: 0.583rem !important;
2236
+ }
2237
+ .tk-padding-bottom-1t {
2238
+ padding-bottom: 1.083rem !important;
2239
+ }
2240
+ .tk-padding-bottom-2t {
2241
+ padding-bottom: 2.167rem !important;
2242
+ }
2243
+ .tk-padding-bottom-3t {
2244
+ padding-bottom: 3.250rem !important;
2245
+ }
2246
+ .tk-padding-bottom-4t {
2247
+ padding-bottom: 4.333rem !important;
2248
+ }
2249
+ .tk-padding-bottom-5t {
2250
+ padding-bottom: 5.417rem !important;
2251
+ }
2252
+
2253
+