sebdet | c8d6130 | 2019-07-04 15:50:34 +0200 | [diff] [blame] | 1 | .disabled { |
2 | background-color: #dddd; | ||||
3 | } | ||||
4 | |||||
5 | label { | ||||
6 | text-align: right; | ||||
7 | vertical-align: middle; | ||||
8 | } | ||||
9 | |||||
10 | .leftPolicyPanel { | ||||
11 | padding: 0 10px 0 0; | ||||
12 | } | ||||
13 | |||||
14 | .idError { | ||||
15 | color: red; | ||||
16 | padding: 50px 0px; | ||||
17 | text-align: center; | ||||
18 | display: none; | ||||
19 | } | ||||
20 | |||||
21 | .policyPanel { | ||||
22 | background-color: #f5f5f5; | ||||
23 | padding: 15px 5px 0 5px; | ||||
24 | } | ||||
25 | |||||
26 | .form-group.clearfix { | ||||
27 | display: -webkit-flex; | ||||
28 | display: flex; | ||||
29 | align-items: center; | ||||
30 | } | ||||
31 | |||||
32 | label { | ||||
33 | margin-bottom: 0px; | ||||
34 | } | ||||
35 | |||||
36 | .withnote { | ||||
37 | margin-bottom: 0px; | ||||
38 | } | ||||
39 | |||||
40 | .note { | ||||
41 | font-size:10px; | ||||
42 | margin-left: 250px; | ||||
43 | font-weight: normal; | ||||
44 | } | ||||
45 | |||||
46 | #policyTable { | ||||
47 | cursor: pointer; | ||||
48 | width: 100%; | ||||
49 | } | ||||
50 | |||||
51 | #policyTable tr { | ||||
52 | border-bottom: 1px solid #ddd; | ||||
53 | border-collapse: collapse; | ||||
54 | text-align: left; | ||||
55 | font-size: 12px; | ||||
56 | font-weight: normal; | ||||
57 | } | ||||
58 | |||||
59 | #policyTable td { | ||||
60 | padding: 8px 10px; | ||||
61 | } | ||||
62 | |||||
63 | #policyTable tr.highlight { | ||||
64 | background-color: #f5f5f5; | ||||
65 | font-weight: bold; | ||||
66 | font-size: 13px; | ||||
67 | } | ||||
68 | |||||
69 | #policyTableHolder { | ||||
70 | height: 200px; | ||||
71 | width: 100%; | ||||
72 | overflow: auto; | ||||
73 | } |