1 |
/* |
= |
1 |
/* |
2 |
LEGAL |
|
2 |
LEGAL |
3 |
===== |
|
3 |
===== |
4 |
Copyright 2022 Atlas Systems, Inc. http://www.atlas-sys.com |
|
4 |
Copyright 2022 Atlas Systems, Inc. http://www.atlas-sys.com |
5 |
*/ |
|
5 |
*/ |
6 |
|
|
6 |
|
7 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto'); |
|
7 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto'); |
8 |
|
|
8 |
|
9 |
body { |
|
9 |
body { |
10 |
font-family: 'Roboto', sans-serif; |
|
10 |
font-family: 'Roboto', sans-serif; |
11 |
} |
|
11 |
} |
12 |
|
|
12 |
|
13 |
/*These are CSS classes for the headers*/ |
|
13 |
/*These are CSS classes for the headers*/ |
14 |
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { |
|
14 |
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { |
15 |
font-family: 'Open Sans', sans-serif; |
|
15 |
font-family: 'Open Sans', sans-serif; |
16 |
} |
|
16 |
} |
17 |
|
|
17 |
|
18 |
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { |
|
18 |
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { |
19 |
color:#08415c; |
|
19 |
color:#08415c; |
20 |
} |
|
20 |
} |
21 |
|
|
21 |
|
22 |
h1 { |
|
22 |
h1 { |
23 |
font-size: 48px; |
|
23 |
font-size: 48px; |
24 |
padding: 10px; |
|
24 |
padding: 10px; |
25 |
text-align: center; |
|
25 |
text-align: center; |
26 |
} |
|
26 |
} |
27 |
|
|
27 |
|
28 |
h2 { |
|
28 |
h2 { |
29 |
font-size: 30px; |
|
29 |
font-size: 30px; |
30 |
padding: 10px 0 8px; |
|
30 |
padding: 10px 0 8px; |
31 |
} |
|
31 |
} |
32 |
|
|
32 |
|
33 |
.header-special, .header-detailed { |
|
33 |
.header-special, .header-detailed { |
34 |
margin-top: 1.5rem; |
|
34 |
margin-top: 1.5rem; |
35 |
font-size: 26px; |
|
35 |
font-size: 26px; |
36 |
padding: 15px 0 0; |
|
36 |
padding: 15px 0 0; |
37 |
} |
|
37 |
} |
38 |
|
|
38 |
|
39 |
.page-header { |
|
39 |
.page-header { |
40 |
font-size: 26px; |
|
40 |
font-size: 26px; |
41 |
padding: 15px 0 0; |
|
41 |
padding: 15px 0 0; |
42 |
} |
|
42 |
} |
43 |
|
|
43 |
|
44 |
.section-header { |
|
44 |
.section-header { |
45 |
font-size: 24px; |
|
45 |
font-size: 24px; |
46 |
padding: 0 0 10px; |
|
46 |
padding: 0 0 10px; |
47 |
} |
|
47 |
} |
48 |
|
|
48 |
|
49 |
img { |
|
49 |
img { |
50 |
vertical-align: middle; |
|
50 |
vertical-align: middle; |
51 |
border-style: none; |
|
51 |
border-style: none; |
52 |
height: 110px; |
|
52 |
height: 110px; |
53 |
} |
|
53 |
} |
54 |
|
|
54 |
|
55 |
.card-body { |
|
55 |
.card-body { |
56 |
padding: 0.75rem 1.25rem; |
|
56 |
padding: 0.75rem 1.25rem; |
57 |
} |
|
57 |
} |
58 |
|
|
58 |
|
59 |
.card-title { |
|
59 |
.card-title { |
60 |
color: #08415c; |
|
60 |
color: #08415c; |
61 |
font-size: 22px; |
|
61 |
font-size: 22px; |
62 |
padding: 10px 0 0; |
|
62 |
padding: 10px 0 0; |
63 |
} |
|
63 |
} |
64 |
|
|
64 |
|
65 |
label { |
|
65 |
label { |
66 |
font: bold 16px; |
|
66 |
font: bold 16px; |
67 |
width: 100%; |
|
67 |
width: 100%; |
68 |
} |
|
68 |
} |
69 |
|
|
69 |
|
70 |
p { |
|
70 |
p { |
71 |
color: #5f5e5e; |
|
71 |
color: #5f5e5e; |
72 |
font-size: 16px; |
|
72 |
font-size: 16px; |
73 |
padding: 10px; |
|
73 |
padding: 10px; |
74 |
|
|
74 |
|
75 |
} |
|
75 |
} |
76 |
|
|
76 |
|
|
|
-+ |
77 |
/*Caution: Removing or altering focus style might affect accessibility. |
|
|
|
78 |
For more information, see WCAG 1.4.11 and 2.4.7*/ |
|
|
|
79 |
button:focus, |
|
|
|
80 |
.btn:focus, |
|
|
|
81 |
.btn:not(:disabled):not(.disabled).active:focus, |
|
|
|
82 |
.btn:not(:disabled):not(.disabled):active:focus, |
|
|
|
83 |
.show>.btn.dropdown-toggle:focus, |
|
|
|
84 |
.form-control:focus, |
|
|
|
85 |
.custom-select:focus, |
|
|
|
86 |
.custom-control-input:focus~.custom-control-label::before { |
|
|
|
87 |
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000; |
|
|
|
88 |
outline: 2px transparent solid; |
|
|
|
89 |
} |
|
|
= |
90 |
|
|
|
-+ |
91 |
/*For Safari compatibility, which does not support box-shadows on |
|
|
|
92 |
unstyled form controls. A black colored outline has |
|
|
|
93 |
sufficient contrast against our white and grey backgrounds.*/ |
|
|
|
94 |
input:not(.form-control, .custom-select, .custom-control-input, .btn):focus { |
|
|
|
95 |
box-shadow: none; |
|
|
|
96 |
outline: 2px #000 solid; |
|
|
|
97 |
outline-offset: 2px; |
|
|
|
98 |
} |
|
|
= |
99 |
|
77 |
a { |
|
100 |
a { |
78 |
color: #08415c; |
|
101 |
color: #08415c; |
|
|
-+ |
102 |
text-decoration: underline; |
|
|
|
103 |
} |
|
|
= |
104 |
|
|
|
-+ |
105 |
a.btn { |
79 |
text-decoration: none; |
= |
106 |
text-decoration: none; |
|
|
-+ |
107 |
} |
|
|
= |
108 |
|
|
|
-+ |
109 |
a:hover { |
|
|
|
110 |
text-decoration: none; |
|
|
|
111 |
} |
|
|
= |
112 |
|
|
|
-+ |
113 |
/*Caution: Removing hyperlink focus style will |
|
|
|
114 |
result in using browser defaults, which might affect accessibility. |
|
|
|
115 |
For more information, see WCAG 1.4.11 and 2.4.7*/ |
|
|
|
116 |
a:focus, a:focus-visible { |
|
|
|
117 |
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000; |
|
|
|
118 |
outline: 2px transparent solid; |
80 |
} |
= |
119 |
} |
81 |
|
|
120 |
|
82 |
ul { |
|
121 |
ul { |
83 |
color: #5f5e5e; |
|
122 |
color: #5f5e5e; |
84 |
font-size: 16px; |
|
123 |
font-size: 16px; |
85 |
padding: 0 0 0 25px; |
|
124 |
padding: 0 0 0 25px; |
86 |
word-wrap: normal; |
|
125 |
word-wrap: normal; |
87 |
} |
|
126 |
} |
88 |
|
|
127 |
|
89 |
.small-notes { |
|
128 |
.small-notes { |
90 |
color: #5f5e5e; |
|
129 |
color: #5f5e5e; |
91 |
font-size: 14px; |
|
130 |
font-size: 14px; |
92 |
padding: 4px 0 0; |
|
131 |
padding: 4px 0 0; |
93 |
} |
|
132 |
} |
94 |
|
|
133 |
|
95 |
.common-note { |
|
134 |
.common-note { |
96 |
color: #5f5e5e; |
|
135 |
color: #5f5e5e; |
97 |
font-size: 16px; |
|
136 |
font-size: 16px; |
98 |
padding: 6px 0px; |
|
137 |
padding: 6px 0px; |
99 |
} |
|
138 |
} |
100 |
|
|
139 |
|
101 |
.req { |
|
140 |
.req { |
102 |
color: #b81f18; |
|
141 |
color: #b81f18; |
103 |
font-size: 12px; |
|
142 |
font-size: 12px; |
104 |
padding:0 0 0 6px; |
|
143 |
padding:0 0 0 6px; |
105 |
text-align: right; |
|
144 |
text-align: right; |
106 |
} |
|
145 |
} |
107 |
|
|
146 |
|
108 |
.fas { |
|
147 |
.fas { |
109 |
font-size: 16px; |
|
148 |
font-size: 16px; |
110 |
} |
|
149 |
} |
111 |
|
|
150 |
|
112 |
form section { |
|
151 |
form section { |
113 |
background-color: #e2e3e5; |
|
152 |
background-color: #e2e3e5; |
114 |
margin-bottom: 40px; |
|
153 |
margin-bottom: 40px; |
115 |
padding: 15px; |
|
154 |
padding: 15px; |
116 |
} |
|
155 |
} |
117 |
|
|
156 |
|
118 |
/*These are the CSS classes for the header and footer */ |
|
157 |
/*These are the CSS classes for the header and footer */ |
119 |
.head { |
|
158 |
.head { |
120 |
background-color: #fff; |
|
159 |
background-color: #fff; |
121 |
height: auto; |
|
160 |
height: auto; |
122 |
padding: 10px; |
|
161 |
padding: 10px; |
123 |
text-align: center; |
|
162 |
text-align: center; |
124 |
width: 100%; |
|
163 |
width: 100%; |
125 |
} |
|
164 |
} |
126 |
|
|
165 |
|
127 |
.foot { |
|
166 |
.foot { |
128 |
border-top: 1px solid #0000001a; |
|
167 |
border-top: 1px solid #0000001a; |
129 |
font-size: 14px; |
|
168 |
font-size: 14px; |
130 |
margin-top: 1rem; |
|
169 |
margin-top: 1rem; |
131 |
padding: 1rem 0; |
|
170 |
padding: 1rem 0; |
132 |
} |
|
171 |
} |
133 |
|
|
172 |
|
134 |
#status br { |
|
173 |
#status br { |
135 |
display: none; |
|
174 |
display: none; |
136 |
} |
|
175 |
} |
137 |
|
|
176 |
|
138 |
.info-block { |
|
177 |
.info-block { |
139 |
border-bottom: 1px solid #0000001a; |
|
178 |
border-bottom: 1px solid #0000001a; |
140 |
margin-bottom: 1rem; |
|
179 |
margin-bottom: 1rem; |
141 |
padding: 1rem 0; |
|
180 |
padding: 1rem 0; |
142 |
} |
|
181 |
} |
143 |
|
|
182 |
|
144 |
.bold { |
|
183 |
.bold { |
145 |
font-weight: bold; |
|
184 |
font-weight: bold; |
146 |
} |
|
185 |
} |
147 |
|
|
186 |
|
148 |
/* Theses are CSS styling classes for logon/logout pages*/ |
|
187 |
/* Theses are CSS styling classes for logon/logout pages*/ |
149 |
.logon-directions { |
|
188 |
.logon-directions { |
150 |
border-bottom: 1px solid #0000001a; |
|
189 |
border-bottom: 1px solid #0000001a; |
151 |
font-size: 18px; |
|
190 |
font-size: 18px; |
152 |
margin-bottom: 1rem; |
|
191 |
margin-bottom: 1rem; |
153 |
padding: 1rem 0; |
|
192 |
padding: 1rem 0; |
154 |
} |
|
193 |
} |
155 |
|
|
194 |
|
156 |
.logout-message { |
|
195 |
.logout-message { |
157 |
font-size: 16px; |
|
196 |
font-size: 16px; |
158 |
} |
|
197 |
} |
159 |
|
|
198 |
|
160 |
.logon-field { |
|
199 |
.logon-field { |
161 |
padding: 0 15px 0 0; |
|
200 |
padding: 0 15px 0 0; |
162 |
} |
|
201 |
} |
163 |
|
|
202 |
|
164 |
.forgot-password-link, .first-time-link{ |
|
203 |
.forgot-password-link, .first-time-link{ |
165 |
padding: 10px 0 0; |
|
204 |
padding: 10px 0 0; |
166 |
} |
|
205 |
} |
167 |
|
|
206 |
|
168 |
/*These are CSS classes for the buttons*/ |
|
207 |
/*These are CSS classes for the buttons*/ |
|
|
<> |
208 |
/*Caution: Altering button borders might affect accessibility. |
|
|
|
209 |
For more information, see WCAG 1.4.11*/ |
|
|
|
210 |
.btn-primary, .btn-secondary, .btn-light, .btn.disabled, .btn:disabled, |
169 |
.btn-primary, .btn-secondary, .btn-light { |
|
211 |
.btn-primary:hover, .btn-secondary:hover, .btn-light:hover, |
|
|
|
212 |
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, |
|
|
|
213 |
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle, |
|
|
|
214 |
.btn-light:not(:disabled):not(.disabled):not(.dropdown-item).active, .btn-light:not(:disabled):not(.disabled):not(.dropdown-item):active, .show>.btn-light.dropdown-toggle { |
|
|
|
215 |
border: 1px solid #6C757D; |
|
|
|
216 |
} |
|
|
= |
217 |
|
|
|
-+ |
218 |
.btn-link, .btn-link.disabled, .btn-link:disabled, .dropdown-menu .dropdown-item.btn-light { |
170 |
border: none; |
= |
219 |
border: none; |
|
|
-+ |
220 |
} |
|
|
= |
221 |
|
|
|
-+ |
222 |
.btn-primary, .btn-secondary, .btn-light { |
171 |
margin: 10px 0; |
= |
223 |
margin: 10px 0; |
172 |
} |
|
224 |
} |
173 |
|
|
225 |
|
174 |
.btn-primary { |
|
226 |
.btn-primary { |
175 |
background-color: #08415c; |
|
227 |
background-color: #08415c; |
176 |
color: #fff; |
|
228 |
color: #fff; |
177 |
margin: 10px 5px 10px 0; |
|
229 |
margin: 10px 5px 10px 0; |
178 |
} |
|
230 |
} |
179 |
|
|
231 |
|
180 |
.btn-primary:disabled { |
|
232 |
.btn-primary:disabled { |
181 |
background-color: #08415c; |
|
233 |
background-color: #08415c; |
182 |
} |
|
234 |
} |
183 |
|
|
235 |
|
184 |
.btn-secondary { |
|
236 |
.btn-secondary { |
185 |
background-color: #e2e3e5; |
|
237 |
background-color: #e2e3e5; |
186 |
color: #08415c; |
|
238 |
color: #08415c; |
187 |
margin: 10px 5px 10px 0; |
|
239 |
margin: 10px 5px 10px 0; |
188 |
} |
|
240 |
} |
189 |
|
|
241 |
|
190 |
.btn-primary:hover { |
|
242 |
.btn-primary:hover { |
191 |
background-color: #52b3d9; |
|
243 |
background-color: #52b3d9; |
192 |
color: #05171f; |
|
244 |
color: #05171f; |
193 |
text-decoration: underline; |
|
245 |
text-decoration: underline; |
194 |
} |
|
246 |
} |
195 |
|
|
247 |
|
196 |
.btn-secondary:hover, .dropdown-item:focus, .dropdown-item:not(.disabled):hover { |
|
248 |
.btn-secondary:hover, .dropdown-item:focus, .dropdown-item:not(.disabled):hover { |
197 |
background-color: #a4a5a5; |
|
249 |
background-color: #a4a5a5; |
198 |
color: #05171f; |
|
250 |
color: #05171f; |
199 |
text-decoration: underline; |
|
251 |
text-decoration: underline; |
200 |
} |
|
252 |
} |
201 |
|
|
253 |
|
202 |
.badge-primary { |
|
254 |
.badge-primary { |
203 |
background-color: #08415c; |
|
255 |
background-color: #08415c; |
204 |
} |
|
256 |
} |
205 |
|
|
257 |
|
206 |
.selectOptions { |
|
258 |
.selectOptions { |
207 |
color: #08415c; |
|
259 |
color: #08415c; |
208 |
padding: 20px 12px 6px; |
|
260 |
padding: 20px 12px 6px; |
209 |
} |
|
261 |
} |
210 |
|
|
262 |
|
211 |
/*These are CSS alert styling classes*/ |
|
263 |
/*These are CSS alert styling classes*/ |
212 |
.btn-alert { |
|
264 |
.btn-alert { |
213 |
color: #c74827; |
|
265 |
color: #c74827; |
214 |
font-size: 14px; |
|
266 |
font-size: 14px; |
215 |
padding: 4px 12px 6px; |
|
267 |
padding: 4px 12px 6px; |
216 |
} |
|
268 |
} |
217 |
|
|
269 |
|
218 |
.btn-alert:hover { |
|
270 |
.btn-alert:hover { |
219 |
color: #08415c; |
|
271 |
color: #08415c; |
220 |
} |
|
272 |
} |
221 |
|
|
273 |
|
222 |
.alerts-bar{ |
|
274 |
.alerts-bar{ |
223 |
background-color: #f1f4f7; |
|
275 |
background-color: #f1f4f7; |
224 |
margin: 0 0 20px; |
|
276 |
margin: 0 0 20px; |
225 |
text-align: center; |
|
277 |
text-align: center; |
226 |
} |
|
278 |
} |
227 |
|
|
279 |
|
228 |
/*These are CSS styling classes for the navigation bar*/ |
|
280 |
/*These are CSS styling classes for the navigation bar*/ |
229 |
.main-navbar { |
|
281 |
.main-navbar { |
230 |
background-color: #08415c; |
|
282 |
background-color: #08415c; |
231 |
color: #000; |
|
283 |
color: #000; |
232 |
padding: 5px; |
|
284 |
padding: 5px; |
233 |
font: bold 26px 'Open Sans', sans-serif; |
|
285 |
font: bold 26px 'Open Sans', sans-serif; |
234 |
font-kerning: auto; |
|
286 |
font-kerning: auto; |
235 |
} |
|
287 |
} |
236 |
|
|
288 |
|
237 |
nav li { |
|
289 |
nav li { |
238 |
margin: 0px 0px 0px 12px; |
|
290 |
margin: 0px 0px 0px 12px; |
239 |
} |
|
291 |
} |
240 |
|
|
292 |
|
241 |
nav li a { |
|
293 |
nav li a { |
242 |
font: bolder 18px 'Open Sans', sans-serif; |
|
294 |
font: bolder 18px 'Open Sans', sans-serif; |
243 |
text-decoration: none; |
|
295 |
text-decoration: none; |
244 |
} |
|
296 |
} |
245 |
|
|
297 |
|
246 |
.navbar-dark .navbar-nav .nav-link { |
|
298 |
.navbar-dark .navbar-nav .nav-link { |
247 |
color: #e0e0e0; |
|
299 |
color: #e0e0e0; |
248 |
} |
|
300 |
} |
249 |
|
|
301 |
|
250 |
.dropdown-item { |
|
302 |
.dropdown-item { |
251 |
font-size: 14px; |
|
303 |
font-size: 14px; |
252 |
} |
|
304 |
} |
253 |
|
|
305 |
|
254 |
/*These are the CSS Styling classes for search*/ |
|
306 |
/*These are the CSS Styling classes for search*/ |
255 |
#no-results-message { |
|
307 |
#no-results-message { |
256 |
color: #868e96; |
<> |
308 |
color: #5f5e5e; |
257 |
font-size: 16px; |
= |
309 |
font-size: 16px; |
258 |
padding: 4px 0 0; |
|
310 |
padding: 4px 0 0; |
259 |
} |
|
311 |
} |
260 |
|
|
312 |
|
261 |
.ui-datepicker-trigger { |
|
313 |
.ui-datepicker-trigger { |
262 |
width: 35px; |
|
314 |
width: 35px; |
263 |
} |
|
315 |
} |
264 |
|
|
316 |
|
265 |
.visit-date { |
|
317 |
.visit-date { |
266 |
padding-left: 0px; |
|
318 |
padding-left: 0px; |
267 |
} |
|
319 |
} |
268 |
|
|
320 |
|
269 |
.researcher-tag-count { |
|
321 |
.researcher-tag-count { |
270 |
padding: 0 5px 0 0; |
|
322 |
padding: 0 5px 0 0; |
271 |
} |
|
323 |
} |
272 |
|
|
324 |
|
273 |
.checkbox { |
|
325 |
.checkbox { |
274 |
padding-top: 20px; |
|
326 |
padding-top: 20px; |
275 |
} |
|
327 |
} |
276 |
|
|
328 |
|
277 |
.form-checkbox { |
|
329 |
.form-checkbox { |
278 |
padding: 10px 16px; |
|
330 |
padding: 10px 16px; |
279 |
} |
|
331 |
} |
280 |
|
|
332 |
|
281 |
section[name='order-info'] .form-check, form[name='ChangeUserInformation'] .form-check { |
|
333 |
section[name='order-info'] .form-check, form[name='ChangeUserInformation'] .form-check { |
282 |
padding-left: 2.25rem; |
|
334 |
padding-left: 2.25rem; |
|
|
-+ |
335 |
} |
|
|
= |
336 |
|
|
|
-+ |
337 |
/*Caution: Changing form field border color can affect accessibility |
|
|
|
338 |
For more information see WCAG 1.4.11*/ |
|
|
|
339 |
.form-control, |
|
|
|
340 |
.form-control:focus, |
|
|
|
341 |
.custom-select, |
|
|
|
342 |
.custom-select:focus, |
|
|
|
343 |
.custom-control .custom-control-label::before, |
|
|
|
344 |
.custom-control-input:focus:not(:checked)~.custom-control-label::before { |
|
|
|
345 |
border-color: #757575; |
|
|
|
346 |
} |
|
|
= |
347 |
|
|
|
|
348 |
|
|
|
-+ |
349 |
.custom-switch .custom-control-label::after { |
|
|
|
350 |
background-color: #757575; |
283 |
} |
= |
351 |
} |
284 |
|
|
352 |
|
285 |
.transaction-label { |
|
353 |
.transaction-label { |
286 |
width: 33%; |
|
354 |
width: 33%; |
287 |
} |
|
355 |
} |
288 |
|
|
356 |
|
289 |
#researcher-tags-input { |
|
357 |
#researcher-tags-input { |
290 |
width: 100%; |
|
358 |
width: 100%; |
291 |
} |
|
359 |
} |
292 |
a.offscreen{ |
|
360 |
a.offscreen{ |
293 |
clip-path: inset(100%); |
|
361 |
clip-path: inset(100%); |
294 |
clip: rect(1px 1px 1px 1px); /* IE 6/7 */ |
|
362 |
clip: rect(1px 1px 1px 1px); /* IE 6/7 */ |
295 |
clip: rect(1px, 1px, 1px, 1px); |
|
363 |
clip: rect(1px, 1px, 1px, 1px); |
296 |
height: 1px; |
|
364 |
height: 1px; |
297 |
overflow: hidden; |
|
365 |
overflow: hidden; |
298 |
position: absolute; |
|
366 |
position: absolute; |
299 |
white-space: nowrap; /* added line */ |
|
367 |
white-space: nowrap; /* added line */ |
300 |
width: 1px; |
|
368 |
width: 1px; |
301 |
} |
|
369 |
} |
302 |
|
|
370 |
|
303 |
a.offscreen:focus{ |
|
371 |
a.offscreen:focus{ |
304 |
position:relative; |
|
372 |
position:relative; |
305 |
clip:auto; |
|
373 |
clip:auto; |
306 |
width:auto; |
|
374 |
width:auto; |
307 |
height:auto; |
|
375 |
height:auto; |
308 |
overflow:auto; |
|
376 |
overflow:auto; |
309 |
clip-path: none; |
|
377 |
clip-path: none; |
310 |
} |
|
378 |
} |
311 |
|
|
379 |
|
312 |
.hidden{ |
|
380 |
.hidden{ |
313 |
display: none; |
|
381 |
display: none; |
314 |
} |
|
382 |
} |
315 |
|
|
383 |
|
316 |
.modal-footer{ |
|
384 |
.modal-footer{ |
317 |
padding: 0rem; |
|
385 |
padding: 0rem; |
318 |
} |
|
386 |
} |
319 |
|
|
387 |
|
320 |
/* Tooltip container */ |
+- |
|
|
321 |
.tool-tip { |
|
|
|
322 |
display: inline-block; |
|
|
|
323 |
position: relative; |
|
|
|
324 |
} |
|
|
|
325 |
|
= |
|
|
326 |
/* Tooltip text */ |
+- |
|
|
327 |
.tool-tip .tool-tip-text { |
|
|
|
328 |
background-color: #555; |
|
|
|
329 |
border-radius: 6px; |
|
|
|
330 |
color: #fff; |
|
|
|
331 |
font-size: small; |
|
|
|
332 |
padding: 5px 0; |
|
|
|
333 |
text-align: center; |
|
|
|
334 |
visibility: hidden; |
|
|
|
335 |
|
= |
|
|
336 |
/* Position the tooltip text */ |
+- |
|
|
337 |
bottom: 125%; |
|
|
|
338 |
left: 0%; |
|
|
|
339 |
position: absolute; |
|
|
|
340 |
z-index: 1; |
|
|
|
341 |
|
= |
|
|
342 |
/* Fade in tooltip */ |
+- |
|
|
343 |
opacity: 0; |
|
|
|
344 |
transition: opacity 0.3s; |
|
|
|
345 |
} |
|
|
|
346 |
|
= |
|
|
347 |
/* Tooltip arrow */ |
+- |
|
|
348 |
.tool-tip .tool-tip-text::after { |
|
|
|
349 |
border-color: #555 transparent transparent transparent; |
|
|
|
350 |
border-style: solid; |
|
|
|
351 |
border-width: 5px; |
|
|
|
352 |
content: ""; |
|
|
|
353 |
left: 50%; |
|
|
|
354 |
margin-left: -5px; |
|
|
|
355 |
position: absolute; |
|
|
|
356 |
top: 100%; |
|
|
|
357 |
} |
|
|
|
358 |
|
= |
|
|
359 |
/* Show the tooltip text when you mouse over the tooltip container */ |
+- |
|
|
360 |
.tool-tip:hover .tool-tip-text { |
|
|
|
361 |
opacity: 1; |
|
|
|
362 |
visibility: visible; |
|
|
|
363 |
} |
|
|
|
364 |
|
= |
|
|
365 |
.form-inline{ |
|
388 |
.form-inline{ |
366 |
margin: 20px; |
|
389 |
margin: 20px; |
367 |
} |
|
390 |
} |
368 |
|
|
391 |
|
369 |
.btn-outline-primary{ |
|
392 |
.btn-outline-primary{ |
370 |
color: #fff; |
|
393 |
color: #fff; |
371 |
border-color: #fff; |
|
394 |
border-color: #fff; |
372 |
font-size: 26px; |
|
395 |
font-size: 26px; |
373 |
} |
|
396 |
} |
374 |
|
|
397 |
|
375 |
.btn-outline-primary:hover{ |
|
398 |
.btn-outline-primary:hover{ |
376 |
background-color:#52b3d9; |
|
399 |
background-color:#52b3d9; |
377 |
color: #000; |
|
400 |
color: #000; |
378 |
border-color: #52b3d9; |
|
401 |
border-color: #52b3d9; |
379 |
} |
|
402 |
} |
380 |
|
|
403 |
|
381 |
#searchType, #SearchTypeAll { |
|
404 |
#searchType, #SearchTypeAll { |
382 |
display: inline !important; |
|
405 |
display: inline !important; |
383 |
} |
|
406 |
} |
384 |
|
|
407 |
|
385 |
.fa-stack { |
|
408 |
.fa-stack { |
386 |
display: inline-block; |
|
409 |
display: inline-block; |
387 |
height: 1.4em; |
|
410 |
height: 1.4em; |
388 |
line-height: 1em; |
|
411 |
line-height: 1em; |
389 |
position: relative; |
|
412 |
position: relative; |
390 |
width: 1em; |
|
413 |
width: 1em; |
391 |
} |
|
414 |
} |
|
|
|
415 |
|
|
|
|
416 |
|
|
|
-+ |
417 |
/* Cookie Consent Styling */ |
|
|
= |
418 |
|
|
|
-+ |
419 |
.theme_atlas{ |
|
|
|
420 |
--cc-bg: #333333; |
|
|
|
421 |
--cc-text: #fff; |
|
|
|
422 |
--cc-btn-primary-bg: #08415c; |
|
|
|
423 |
--cc-btn-primary-text: #fff; |
|
|
|
424 |
} |
|
|
= |
425 |
|
|
|
-+ |
426 |
.theme_atlas .cc_div a{ |
|
|
|
427 |
color: var(--cc-btn-primary-bg); |
|
|
|
428 |
} |
|
|
= |
429 |
|
|
|
-+ |
430 |
.theme_atlas .cc_div #c-txt{ |
|
|
|
431 |
color: var(--cc-text); |
|
|
|
432 |
} |
|
|
= |
433 |
|
|
|
-+ |
434 |
.theme_atlas .c-bn, .theme_atlas .c-bn:hover { |
|
|
|
435 |
border: 1px solid #79818B; |
|
|
|
436 |
} |
|
|
= |
1 |
|
|
|
|
2 |
|
|
|
|
3 |
|
|
|
|
4 |
|
|
|
|
5 |
|
|
|
|
6 |
|
1 |
!function(e){if(!e.hasInitialised){var t={escapeRegExp:function(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")},hasClass:function(e,t){var i=" ";return 1===e.nodeType&&(i+e.className+i).replace(/[\n\t]/g,i).indexOf(i+t+i)>=0},addClass:function(e,t){e.className+=" "+t},removeClass:function(e,t){var i=new RegExp("\\b"+this.escapeRegExp(t)+"\\b");e.className=e.className.replace(i,"")},interpolateString:function(e,t){return e.replace(/{{([a-z][a-z0-9\-_]*)}}/gi,function(e){return t(arguments[1])||""})},getCookie:function(e){var t=("; "+document.cookie).split("; "+e+"=");return t.length<2?void 0:t.pop().split(";").shift()},setCookie:function(e,t,i,n,o,s){var r=new Date;r.setHours(r.getHours()+24*(i||365));var a=[e+"="+t,"expires="+r.toUTCString(),"path="+(o||"/")];n&&a.push("domain="+n),s&&a.push("secure"),document.cookie=a.join(";")},deepExtend:function(e,t){for(var i in t)t.hasOwnProperty(i)&&(i in e&&this.isPlainObject(e[i])&&this.isPlainObject(t[i])?this.deepExtend(e[i],t[i]):e[i]=t[i]);return e},throttle:function(e,t){var i=!1;return function(){i||(e.apply(this,arguments),i=!0,setTimeout(function(){i=!1},t))}},hash:function(e){var t,i,n=0;if(0===e.length)return n;for(t=0,i=e.length;t<i;++t)n=(n<<5)-n+e.charCodeAt(t),n|=0;return n},normaliseHex:function(e){return"#"==e[0]&&(e=e.substr(1)),3==e.length&&(e=e[0]+e[0]+e[1]+e[1]+e[2]+e[2]),e},getContrast:function(e){return e=this.normaliseHex(e),(299*parseInt(e.substr(0,2),16)+587*parseInt(e.substr(2,2),16)+114*parseInt(e.substr(4,2),16))/1e3>=128?"#000":"#fff"},getLuminance:function(e){var t=parseInt(this.normaliseHex(e),16),i=38+(t>>16),n=38+(t>>8&255),o=38+(255&t);return"#"+(16777216+65536*(i<255?i<1?0:i:255)+256*(n<255?n<1?0:n:255)+(o<255?o<1?0:o:255)).toString(16).slice(1)},isMobile:function(){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)},isPlainObject:function(e){return"object"==typeof e&&null!==e&&e.constructor==Object},traverseDOMPath:function(e,i){return e&&e.parentNode?t.hasClass(e,i)?e:this.traverseDOMPath(e.parentNode,i):null}};e.status={deny:"deny",allow:"allow",dismiss:"dismiss"},e.transitionEnd=function(){var e=document.createElement("div"),t={t:"transitionend",OT:"oTransitionEnd",msT:"MSTransitionEnd",MozT:"transitionend",WebkitT:"webkitTransitionEnd"};for(var i in t)if(t.hasOwnProperty(i)&&void 0!==e.style[i+"ransition"])return t[i];return""}(),e.hasTransition=!!e.transitionEnd;var i=Object.keys(e.status).map(t.escapeRegExp);e.customStyles={},e.Popup=function(){var n={enabled:!0,container:null,cookie:{name:"cookieconsent_status",path:"/",domain:"",expiryDays:365,secure:!1},onPopupOpen:function(){},onPopupClose:function(){},onInitialise:function(e){},onStatusChange:function(e,t){},onRevokeChoice:function(){},onNoCookieLaw:function(e,t){},content:{header:"Cookies used on the website!",message:"This website uses cookies to ensure you get the best experience on our website.",dismiss:"Got it!",allow:"Allow cookies",deny:"Decline",link:"Learn more",href:"https://www.cookiesandyou.com",close:"❌",target:"_blank",policy:"Cookie Policy"},elements:{header:'<span class="cc-header">{{header}}</span> ',message:'<span id="cookieconsent:desc" class="cc-message">{{message}}</span>',messagelink:'<span id="cookieconsent:desc" class="cc-message">{{message}} <a aria-label="learn more about cookies" role=button tabindex="0" class="cc-link" href="{{href}}" rel="noopener noreferrer nofollow" target="{{target}}">{{link}}</a></span>',dismiss:'<a aria-label="dismiss cookie message" role=button tabindex="0" class="cc-btn cc-dismiss">{{dismiss}}</a>',allow:'<a aria-label="allow cookies" role=button tabindex="0" class="cc-btn cc-allow">{{allow}}</a>',deny:'<a aria-label="deny cookies" role=button tabindex="0" class="cc-btn cc-deny">{{deny}}</a>',link:'<a aria-label="learn more about cookies" role=button tabindex="0" class="cc-link" href="{{href}}" rel="noopener noreferrer nofollow" target="{{target}}">{{link}}</a>',close:'<span aria-label="dismiss cookie message" role=button tabindex="0" class="cc-close">{{ |
<> |
7 |
!function(){"use strict";var e="initCookieConsent";"undefined"!=typeof window&&"function"!=typeof window[e]&&(window[e]=function(e){var t,n,o,i,a,c,r,s,l,d,u,p,f,g,h,_,v,m,b,y,k,C,A,w,S,x,N,T,O,L,E,j,I={mode:"opt-in",current_lang:"en",auto_language:null,autorun:!0,page_scripts:!0,hide_from_bots:!0,cookie_name:"cc_cookie",cookie_expiration:182,cookie_domain:window.location.hostname,cookie_path:"/",cookie_same_site:"Lax",use_rfc_cookie:!1,autoclear_cookies:!0,revision:0,script_selector:"data-cookiecategory"},M={},D={},H=null,G=!0,J=!1,U=!1,P=!1,q=!1,F=!1,R=!0,z=[],K=!1,B=[],V=[],Q=[],W=!1,X=[],Y=[],Z=[],$=[],ee=[],te=document.documentElement,ne=function(e){le("CookieConsent [CONFIG]: received_config_settings ",t=e),"number"==typeof t.cookie_expiration&&(I.cookie_expiration=t.cookie_expiration),"number"==typeof t.cookie_necessary_only_expiration&&(I.cookie_necessary_only_expiration=t.cookie_necessary_only_expiration),"boolean"==typeof t.autorun&&(I.autorun=t.autorun),"string"==typeof t.cookie_domain&&(I.cookie_domain=t.cookie_domain),"string"==typeof t.cookie_same_site&&(I.cookie_same_site=t.cookie_same_site),"string"==typeof t.cookie_path&&(I.cookie_path=t.cookie_path),"string"==typeof t.cookie_name&&(I.cookie_name=t.cookie_name),"function"==typeof t.onAccept&&(s=t.onAccept),"function"==typeof t.onFirstAction&&(d=t.onFirstAction),"function"==typeof t.onChange&&(l=t.onChange),"opt-out"===t.mode&&(I.mode="opt-out"),"number"==typeof t.revision&&(t.revision>-1&&(I.revision=t.revision),F=!0),"boolean"==typeof t.autoclear_cookies&&(I.autoclear_cookies=t.autoclear_cookies),!0===t.use_rfc_cookie&&(I.use_rfc_cookie=!0),"boolean"==typeof t.hide_from_bots&&(I.hide_from_bots=t.hide_from_bots),I.hide_from_bots&&(W=navigator&&(navigator.userAgent&&/bot|crawl|spider|slurp|teoma/i.test(navigator.userAgent)||navigator.webdriver)),I.page_scripts=!0===t.page_scripts,"browser"===t.auto_language||!0===t.auto_language?I.auto_language="browser":"document"===t.auto_language&&(I.auto_language="document"),le("CookieConsent [LANG]: auto_language strategy is '"+I.auto_language+"'"),I.current_lang=pe(t.languages,t.current_lang)},oe=function(e){for(var t="accept-",n=r("c-settings"),o=r(t+"all"),i=r(t+"necessary"),a=r(t+"custom"),c=0;c<n.length;c++)n[c].setAttribute("aria-haspopup","dialog"),ye(n[c],"click",(function(e){e.preventDefault(),M.showSettings(0)}));for(c=0;c<o.length;c++)ye(o[c],"click",(function(e){s(e,"all")}));for(c=0;c<a.length;c++)ye(a[c],"click",(function(e){s(e)}));for(c=0;c<i.length;c++)ye(i[c],"click",(function(e){s(e,[])}));function r(t){return(e||document).querySelectorAll('a[data-cc="'+t+'"], button[data-cc="'+t+'"]')}function s(e,t){e.preventDefault(),M.accept(t),M.hideSettings(),M.hide()}},ie=function(e,t){return Object.prototype.hasOwnProperty.call(t,e)?e:ke(t).length>0?Object.prototype.hasOwnProperty.call(t,I.current_lang)?I.current_lang:ke(t)[0]:void 0},ae=function(e){if(!0===t.force_consent&&Ce(te,"force--consent"),!_){_=de("div");var n=de("div"),o=de("div");_.id="cm",n.id="c-inr-i",o.id="cm-ov",_.setAttribute("role","dialog"),_.setAttribute("aria-modal","true"),_.setAttribute("aria-hidden","false"),_.setAttribute("aria-labelledby","c-ttl"),_.setAttribute("aria-describedby","c-txt"),h.appendChild(_),h.appendChild(o),_.style.visibility=o.style.visibility="hidden",o.style.opacity=0}var i=t.languages[e].consent_modal.title;i&&(v||((v=de("div")).id="c-ttl",v.setAttribute("role","heading"),v.setAttribute("aria-level","2"),n.appendChild(v)),v.innerHTML=i);var a=t.languages[e].consent_modal.description;F&&(a=R?a.replace("{{revision_message}}",""):a.replace("{{revision_message}}",t.languages[e].consent_modal.revision_message||"")),m||((m=de("div")).id="c-txt",n.appendChild(m)),m.innerHTML=a;var c,r=t.languages[e].consent_modal.primary_btn,s=t.languages[e].consent_modal.secondary_btn;r&&(b||((b=de("button")).id="c-p-bn",b.className="c-bn","accept_all"===r.role&&(c="all"),ye(b,"click",(function(){M.hide(),le("CookieConsent [ACCEPT]: cookie_consent was accepted!"),M.accept(c)}))),b.innerHTML=t.languages[e].consent_modal.primary_btn.tex |
2 |
close}}</span>'},window:'<div role="dialog" aria-live="polite" aria-label="cookieconsent" aria-describedby="cookieconsent:desc" class="cc-window {{classes}}">\x3c!--googleoff: all--\x3e{{children}}\x3c!--googleon: all--\x3e</div>',revokeBtn:'<div class="cc-revoke {{classes}}">{{policy}}</div>',compliance:{info:'<div class="cc-compliance">{{dismiss}}</div>',"opt-in":'<div class="cc-compliance cc-highlight">{{deny}}{{allow}}</div>',"opt-out":'<div class="cc-compliance cc-highlight">{{deny}}{{allow}}</div>'},type:"info",layouts:{basic:"{{messagelink}}{{compliance}}","basic-close":"{{messagelink}}{{compliance}}{{close}}","basic-header":"{{header}}{{message}}{{link}}{{compliance}}"},layout:"basic",position:"bottom",theme:"block",static:!1,palette:null,revokable:!1,animateRevokable:!0,showLink:!0,dismissOnScroll:!1,dismissOnTimeout:!1,dismissOnWindowClick:!1,ignoreClicksFrom:["cc-revoke","cc-btn"],autoOpen:!0,autoAttach:!0,whitelistPage:[],blacklistPage:[],overrideHTML:null};function o(){this.initialise.apply(this,arguments)}function s(e){this.openingTimeout=null,t.removeClass(e,"cc-invisible")}function r(t){t.style.display="none",t.removeEventListener(e.transitionEnd,this.afterTransition),this.afterTransition=null}function a(){var e=this.options.position.split("-"),t=[];return e.forEach(function(e){t.push("cc-"+e)}),t}function c(n){var o=this.options,s=document.createElement("div"),r=o.container&&1===o.container.nodeType?o.container:document.body;s.innerHTML=n;var a=s.children[0];return a.style.display="none",t.hasClass(a,"cc-window")&&e.hasTransition&&t.addClass(a,"cc-invisible"),this.onButtonClick=function(n){var o=t.traverseDOMPath(n.target,"cc-btn")||n.target;if(t.hasClass(o,"cc-btn")){var s=o.className.match(new RegExp("\\bcc-("+i.join("|")+")\\b")),r=s&&s[1]||!1;r&&(this.setStatus(r),this.close(!0))}t.hasClass(o,"cc-close")&&(this.setStatus(e.status.dismiss),this.close(!0));t.hasClass(o,"cc-revoke")&&this.revokeChoice()}.bind(this),a.addEventListener("click",this.onButtonClick),o.autoAttach&&(r.firstChild?r.insertBefore(a,r.firstChild):r.appendChild(a)),a}function l(e){return"000000"==(e=t.normaliseHex(e))?"#222":t.getLuminance(e)}function u(e,t){for(var i=0,n=e.length;i<n;++i){var o=e[i];if(o instanceof RegExp&&o.test(t)||"string"==typeof o&&o.length&&o===t)return!0}return!1}return o.prototype.initialise=function(i){this.options&&this.destroy(),t.deepExtend(this.options={},n),t.isPlainObject(i)&&t.deepExtend(this.options,i),function(){var t=this.options.onInitialise.bind(this);if(!window.navigator.cookieEnabled)return t(e.status.deny),!0;if(window.CookiesOK||window.navigator.CookiesOK)return t(e.status.allow),!0;var i=Object.keys(e.status),n=this.getStatus(),o=i.indexOf(n)>=0;o&&t(n);return o}.call(this)&&(this.options.enabled=!1),u(this.options.blacklistPage,location.pathname)&&(this.options.enabled=!1),u(this.options.whitelistPage,location.pathname)&&(this.options.enabled=!0);var o=this.options.window.replace("{{classes}}",function(){var i=this.options,n="top"==i.position||"bottom"==i.position?"banner":"floating";t.isMobile()&&(n="floating");var o=["cc-"+n,"cc-type-"+i.type,"cc-theme-"+i.theme];i.static&&o.push("cc-static");o.push.apply(o,a.call(this));(function(i){var n=t.hash(JSON.stringify(i)),o="cc-color-override-"+n,s=t.isPlainObject(i);this.customStyleSelector=s?o:null,s&&function(i,n,o){if(e.customStyles[i])return void++e.customStyles[i].references;var s={},r=n.popup,a=n.button,c=n.highlight;r&&(r.text=r.text?r.text:t.getContrast(r.background),r.link=r.link?r.link:r.text,s[o+".cc-window"]=["color: "+r.text,"background-color: "+r.background],s[o+".cc-revoke"]=["color: "+r.text,"background-color: "+r.background],s[o+" .cc-link,"+o+" .cc-link:active,"+o+" .cc-link:visited"]=["color: "+r.link],a&&(a.text=a.text?a.text:t.getContrast(a.background),a.border=a.border?a.border:"transparent",s[o+" .cc-btn"]=["color: "+a.text,"border-color: "+a.border,"background-color: "+a.background],a.padding&&s[o+" .cc-btn"].push("padding: "+a.padding),"transparent"!=a.background&&(s[o+" .cc-btn:hover, "+o+" .cc-btn:focus"]=["backgro |
|
8 |
t);s&&(y||((y=de("button")).id="c-s-bn",y.className="c-bn c_link","accept_necessary"===s.role?ye(y,"click",(function(){M.hide(),M.accept([])})):ye(y,"click",(function(){M.showSettings(0)}))),y.innerHTML=t.languages[e].consent_modal.secondary_btn.text);var l=t.gui_options;C||((C=de("div")).id="c-inr",C.appendChild(n)),k||((k=de("div")).id="c-bns",l&&l.consent_modal&&!0===l.consent_modal.swap_buttons?(s&&k.appendChild(y),r&&k.appendChild(b),k.className="swap"):(r&&k.appendChild(b),s&&k.appendChild(y)),(r||s)&&C.appendChild(k),_.appendChild(C)),J=!0},ce=function(e){if(A)(T=de("div")).id="s-bl";else{A=de("div");var n=de("div"),o=de("div"),i=de("div");w=de("div"),S=de("div");var a=de("div");x=de("button");var s=de("div");N=de("div");var l=de("div");A.id="s-cnt",n.id="c-vln",i.id="c-s-in",o.id="cs",S.id="s-ttl",w.id="s-inr",a.id="s-hdr",N.id="s-bl",x.id="s-c-bn",l.id="cs-ov",s.id="s-c-bnc",x.className="c-bn",A.setAttribute("role","dialog"),A.setAttribute("aria-modal","true"),A.setAttribute("aria-hidden","true"),A.setAttribute("aria-labelledby","s-ttl"),S.setAttribute("role","heading"),A.style.visibility=l.style.visibility="hidden",l.style.opacity=0,s.appendChild(x),ye(n,"keydown",(function(e){27===(e=e||window.event).keyCode&&M.hideSettings(0)}),!0),ye(x,"click",(function(){M.hideSettings(0)}))}x.setAttribute("aria-label",t.languages[e].settings_modal.close_btn_label||"Close"),r=t.languages[e].settings_modal.blocks,c=t.languages[e].settings_modal.cookie_table_headers;var d=r.length;S.innerHTML=t.languages[e].settings_modal.title;for(var u=0;u<d;++u){var p=r[u].title,f=r[u].description,g=r[u].toggle,_=r[u].cookie_table,v=!0===t.remove_cookie_tables,m=(f||!v&&_)&&"truthy",b=de("div"),y=de("div");if(f){var k=de("div");k.className="p",k.insertAdjacentHTML("beforeend",f)}var C=de("div");if(C.className="title",b.className="c-bl",y.className="desc",void 0!==g){var I="c-ac-"+u,H=de(m?"button":"div"),J=de("label"),U=de("input"),P=de("span"),q=de("span"),F=de("span"),R=de("span");H.className=m?"b-tl exp":"b-tl",J.className="b-tg",U.className="c-tgl",F.className="on-i",R.className="off-i",P.className="c-tg",q.className="t-lb",m&&(H.setAttribute("aria-expanded","false"),H.setAttribute("aria-controls",I)),U.type="checkbox",P.setAttribute("aria-hidden","true");var z=g.value;U.value=z,q.textContent=p,H.insertAdjacentHTML("beforeend",p),C.appendChild(H),P.appendChild(F),P.appendChild(R),G?g.enabled?(U.checked=!0,!T&&Z.push(!0),g.enabled&&!T&&Q.push(z)):!T&&Z.push(!1):se(D.categories,z)>-1?(U.checked=!0,!T&&Z.push(!0)):!T&&Z.push(!1),!T&&$.push(z),g.readonly?(U.disabled=!0,Ce(P,"c-ro"),!T&&ee.push(!0)):!T&&ee.push(!1),Ce(y,"b-acc"),Ce(C,"b-bn"),Ce(b,"b-ex"),y.id=I,y.setAttribute("aria-hidden","true"),J.appendChild(U),J.appendChild(P),J.appendChild(q),C.appendChild(J),m&&function(e,t,n){ye(H,"click",(function(){we(t,"act")?(Ae(t,"act"),n.setAttribute("aria-expanded","false"),e.setAttribute("aria-hidden","true")):(Ce(t,"act"),n.setAttribute("aria-expanded","true"),e.setAttribute("aria-hidden","false"))}),!1)}(y,b,H)}else if(p){var K=de("div");K.className="b-tl",K.setAttribute("role","heading"),K.setAttribute("aria-level","3"),K.insertAdjacentHTML("beforeend",p),C.appendChild(K)}if(p&&b.appendChild(C),f&&y.appendChild(k),!v&&void 0!==_){for(var B=document.createDocumentFragment(),V=0;V<c.length;++V){var W=de("th"),X=c[V];if(W.setAttribute("scope","col"),X){var Y=X&&ke(X)[0];W.textContent=c[V][Y],B.appendChild(W)}}var te=de("tr");te.appendChild(B);var ne=de("thead");ne.appendChild(te);var oe=de("table");oe.appendChild(ne);for(var ie=document.createDocumentFragment(),ae=0;ae<_.length;ae++){for(var ce=de("tr"),re=0;re<c.length;++re)if(X=c[re]){Y=ke(X)[0];var le=de("td");le.insertAdjacentHTML("beforeend",_[ae][Y]),le.setAttribute("data-column",X[Y]),ce.appendChild(le)}ie.appendChild(ce)}var ue=de("tbody");ue.appendChild(ie),oe.appendChild(ue),y.appendChild(oe)}(g&&p||!g&&(p||f))&&(b.appendChild(y),T?T.appendChild(b):N.appendChild(b))}O||((O=de("div")).id="s-bns"),E||((E=de("button")).id="s-all-bn",E.className="c-bn",O.appendChild(E),ye(E,"click",(fun |
3 |
und-color: "+(a.hover||l(a.background))]),c?(c.text=c.text?c.text:t.getContrast(c.background),c.border=c.border?c.border:"transparent",s[o+" .cc-highlight .cc-btn:first-child"]=["color: "+c.text,"border-color: "+c.border,"background-color: "+c.background]):s[o+" .cc-highlight .cc-btn:first-child"]=["color: "+r.text]));var u=document.createElement("style");document.head.appendChild(u),e.customStyles[i]={references:1,element:u.sheet};var h=-1;for(var p in s)s.hasOwnProperty(p)&&u.sheet.insertRule(p+"{"+s[p].join(";")+"}",++h)}(n,i,"."+o);return s}).call(this,this.options.palette);this.customStyleSelector&&o.push(this.customStyleSelector);return o}.call(this).join(" ")).replace("{{children}}",function(){var e={},i=this.options;i.showLink||(i.elements.link="",i.elements.messagelink=i.elements.message);Object.keys(i.elements).forEach(function(n){e[n]=t.interpolateString(i.elements[n],function(e){var t=i.content[e];return e&&"string"==typeof t&&t.length?t:""})});var n=i.compliance[i.type];n||(n=i.compliance.info);e.compliance=t.interpolateString(n,function(t){return e[t]});var o=i.layouts[i.layout];o||(o=i.layouts.basic);return t.interpolateString(o,function(t){return e[t]})}.call(this)),s=this.options.overrideHTML;if("string"==typeof s&&s.length&&(o=s),this.options.static){var r=c.call(this,'<div class="cc-grower">'+o+"</div>");r.style.display="",this.element=r.firstChild,this.element.style.display="none",t.addClass(this.element,"cc-invisible")}else this.element=c.call(this,o);(function(){var i=this.setStatus.bind(this),n=this.close.bind(this),o=this.options.dismissOnTimeout;"number"==typeof o&&o>=0&&(this.dismissTimeout=window.setTimeout(function(){i(e.status.dismiss),n(!0)},Math.floor(o)));var s=this.options.dismissOnScroll;if("number"==typeof s&&s>=0){var r=function(t){window.pageYOffset>Math.floor(s)&&(i(e.status.dismiss),n(!0),window.removeEventListener("scroll",r,{passive:!0}),this.onWindowScroll=null)};this.options.enabled&&(this.onWindowScroll=r,window.addEventListener("scroll",r,{passive:!0}))}var a=this.options.dismissOnWindowClick,c=this.options.ignoreClicksFrom;if(a){var l=function(o){for(var s=!1,r=o.path.length,a=c.length,u=0;u<r;u++)if(!s)for(var h=0;h<a;h++)s||(s=t.hasClass(o.path[u],c[h]));s||(i(e.status.dismiss),n(!0),window.removeEventListener("click",l),window.removeEventListener("touchend",l),this.onWindowClick=null)}.bind(this);this.options.enabled&&(this.onWindowClick=l,window.addEventListener("click",l),window.addEventListener("touchend",l))}}).call(this),function(){"info"!=this.options.type&&(this.options.revokable=!0);t.isMobile()&&(this.options.animateRevokable=!1);if(this.options.revokable){var e=a.call(this);this.options.animateRevokable&&e.push("cc-animate"),this.customStyleSelector&&e.push(this.customStyleSelector);var i=this.options.revokeBtn.replace("{{classes}}",e.join(" ")).replace("{{policy}}",this.options.content.policy);this.revokeBtn=c.call(this,i);var n=this.revokeBtn;if(this.options.animateRevokable){var o=t.throttle(function(e){var i=!1,o=window.innerHeight-20;t.hasClass(n,"cc-top")&&e.clientY<20&&(i=!0),t.hasClass(n,"cc-bottom")&&e.clientY>o&&(i=!0),i?t.hasClass(n,"cc-active")||t.addClass(n,"cc-active"):t.hasClass(n,"cc-active")&&t.removeClass(n,"cc-active")},200);this.onMouseMove=o,window.addEventListener("mousemove",o)}}}.call(this),this.options.autoOpen&&this.autoOpen()},o.prototype.destroy=function(){this.onButtonClick&&this.element&&(this.element.removeEventListener("click",this.onButtonClick),this.onButtonClick=null),this.dismissTimeout&&(clearTimeout(this.dismissTimeout),this.dismissTimeout=null),this.onWindowScroll&&(window.removeEventListener("scroll",this.onWindowScroll),this.onWindowScroll=null),this.onWindowClick&&(window.removeEventListener("click",this.onWindowClick),this.onWindowClick=null),this.onMouseMove&&(window.removeEventListener("mousemove",this.onMouseMove),this.onMouseMove=null),this.element&&this.element.parentNode&&this.element.parentNode.removeChild(this.element),this.element=null,this.revokeBtn&&this.revokeBtn.parentNode&&this.revokeBtn.parentNode.removeCh |
|
9 |
ction(){M.hideSettings(),M.hide(),M.accept("all")}))),E.innerHTML=t.languages[e].settings_modal.accept_all_btn;var pe=t.languages[e].settings_modal.reject_all_btn;if(pe&&(j||((j=de("button")).id="s-rall-bn",j.className="c-bn",ye(j,"click",(function(){M.hideSettings(),M.hide(),M.accept([])})),w.className="bns-t",O.appendChild(j)),j.innerHTML=pe),L||((L=de("button")).id="s-sv-bn",L.className="c-bn",O.appendChild(L),ye(L,"click",(function(){M.hideSettings(),M.hide(),M.accept()}))),L.innerHTML=t.languages[e].settings_modal.save_settings_btn,T)return w.replaceChild(T,N),void(N=T);a.appendChild(S),a.appendChild(s),w.appendChild(a),w.appendChild(N),w.appendChild(O),i.appendChild(w),o.appendChild(i),n.appendChild(o),A.appendChild(n),h.appendChild(A),h.appendChild(l)};M.updateLanguage=function(e,n){if("string"==typeof e){var o=ie(e,t.languages);return(o!==I.current_lang||!0===n)&&(I.current_lang=o,J&&(ae(o),oe(C)),ce(o),le("CookieConsent [LANGUAGE]: curr_lang: '"+o+"'"),!0)}};var re=function(e){var t=r.length,n=-1;K=!1;var o=me("","all"),i=[I.cookie_domain,"."+I.cookie_domain];if("www."===I.cookie_domain.slice(0,4)){var a=I.cookie_domain.substr(4);i.push(a),i.push("."+a)}for(var s=0;s<t;s++){var l=r[s];if(Object.prototype.hasOwnProperty.call(l,"toggle")){var d=se(z,l.toggle.value)>-1;if(!Z[++n]&&Object.prototype.hasOwnProperty.call(l,"cookie_table")&&(e||d)){var u=l.cookie_table,p=ke(c[0])[0],f=u.length;"on_disable"===l.toggle.reload&&d&&(K=!0);for(var g=0;g<f;g++){var h=u[g],_=[],v=h[p],m=h.is_regex||!1,b=h.domain||null,y=h.path||!1;if(b&&(i=[b,"."+b]),m)for(var k=0;k<o.length;k++)o[k].match(v)&&_.push(o[k]);else{var C=se(o,v);C>-1&&_.push(o[C])}le("CookieConsent [AUTOCLEAR]: search cookie: '"+v+"', found:",_),_.length>0&&(be(_,y,i),"on_clear"===l.toggle.reload&&(K=!0))}}}}},se=function(e,t){return e.indexOf(t)},le=function(e,t,n){n?console.error(e,t||""):console.log(e,void 0!==t?t:" ")},de=function(e){var t=document.createElement(e);return"button"===e&&t.setAttribute("type",e),t},ue=function(){return([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,(function(e){try{return(e^(window.crypto||window.msCrypto).getRandomValues(new Uint8Array(1))[0]&15>>e/4).toString(16)}catch(e){return""}}))},pe=function(e,t){return"browser"===I.auto_language?ie(fe(),e):"document"===I.auto_language?ie(document.documentElement.lang,e):"string"==typeof t?I.current_lang=ie(t,e):(le("CookieConsent [LANG]: setting current_lang = '"+I.current_lang+"'"),I.current_lang)},fe=function(){var e=navigator.language||navigator.browserLanguage;return e.length>2&&(e=e[0]+e[1]),le("CookieConsent [LANG]: detected_browser_lang = '"+e+"'"),e.toLowerCase()};M.allowedCategory=function(e){if(G&&"opt-in"!==I.mode)t=Q;else var t=JSON.parse(me(I.cookie_name,"one",!0)||"{}").categories||[];return se(t,e)>-1},M.run=function(t){if(document.getElementById("cc_div"))le("CookieConsent [NOTICE]: cookie consent already attached to body!");else{if(ne(t),W)return;D=JSON.parse(me(I.cookie_name,"one",!0)||"{}");var c=void 0!==(i=D.consent_uuid);if((n=D.consent_date)&&(n=new Date(n)),(o=D.last_consent_update)&&(o=new Date(o)),H=void 0!==D.data?D.data:null,F&&D.revision!==I.revision&&(R=!1),J=G=!(c&&R&&n&&o&&i),function(){(g=de("div")).id="cc--main",g.style.position="fixed",g.style.zIndex="1000000",g.innerHTML='\x3c!--[if lt IE 9 ]><div id="cc_div" class="cc_div ie"></div><![endif]--\x3e\x3c!--[if (gt IE 8)|!(IE)]>\x3c!--\x3e<div id="cc_div" class="cc_div"></div>\x3c!--<![endif]--\x3e',h=g.children[0];var t=I.current_lang;J&&ae(t),ce(t),(e||document.body).appendChild(g)}(),function(){var e=["[href]","button","input","details",'[tabindex="0"]'];function t(t,n){var o=!1,i=!1;try{for(var a,c=t.querySelectorAll(e.join(':not([tabindex="-1"]), ')),r=c.length,s=0;s<r;)a=c[s].getAttribute("data-focus"),i||"1"!==a?"0"===a&&(o=c[s],i||"0"===c[s+1].getAttribute("data-focus")||(i=c[s+1])):i=c[s],s++}catch(n){return t.querySelectorAll(e.join(", "))}n[0]=c[0],n[1]=c[c.length-1],n[2]=o,n[3]=i}t(w,Y),J&&t(_,X)}(),function(e,t){if("object"==typeof e){var n=e.consent_modal,o=e.settings_modal;J&&n&&i(_,["box","b |
4 |
ild(this.revokeBtn),this.revokeBtn=null,function(i){if(t.isPlainObject(i)){var n=t.hash(JSON.stringify(i)),o=e.customStyles[n];if(o&&!--o.references){var s=o.element.ownerNode;s&&s.parentNode&&s.parentNode.removeChild(s),e.customStyles[n]=null}}}(this.options.palette),this.options=null},o.prototype.open=function(t){if(this.element)return this.isOpen()||(e.hasTransition?this.fadeIn():this.element.style.display="",this.options.revokable&&this.toggleRevokeButton(),this.options.onPopupOpen.call(this)),this},o.prototype.close=function(t){if(this.element)return this.isOpen()&&(e.hasTransition?this.fadeOut():this.element.style.display="none",t&&this.options.revokable&&this.toggleRevokeButton(!0),this.options.onPopupClose.call(this)),this},o.prototype.fadeIn=function(){var i=this.element;if(e.hasTransition&&i&&(this.afterTransition&&r.call(this,i),t.hasClass(i,"cc-invisible"))){if(i.style.display="",this.options.static){var n=this.element.clientHeight;this.element.parentNode.style.maxHeight=n+"px"}this.openingTimeout=setTimeout(s.bind(this,i),20)}},o.prototype.fadeOut=function(){var i=this.element;e.hasTransition&&i&&(this.openingTimeout&&(clearTimeout(this.openingTimeout),s.bind(this,i)),t.hasClass(i,"cc-invisible")||(this.options.static&&(this.element.parentNode.style.maxHeight=""),this.afterTransition=r.bind(this,i),i.addEventListener(e.transitionEnd,this.afterTransition),t.addClass(i,"cc-invisible")))},o.prototype.isOpen=function(){return this.element&&""==this.element.style.display&&(!e.hasTransition||!t.hasClass(this.element,"cc-invisible"))},o.prototype.toggleRevokeButton=function(e){this.revokeBtn&&(this.revokeBtn.style.display=e?"":"none")},o.prototype.revokeChoice=function(e){this.options.enabled=!0,this.clearStatus(),this.options.onRevokeChoice.call(this),e||this.autoOpen()},o.prototype.hasAnswered=function(t){return Object.keys(e.status).indexOf(this.getStatus())>=0},o.prototype.hasConsented=function(t){var i=this.getStatus();return i==e.status.allow||i==e.status.dismiss},o.prototype.autoOpen=function(e){!this.hasAnswered()&&this.options.enabled?this.open():this.hasAnswered()&&this.options.revokable&&this.toggleRevokeButton(!0)},o.prototype.setStatus=function(i){var n=this.options.cookie,o=t.getCookie(n.name),s=Object.keys(e.status).indexOf(o)>=0;Object.keys(e.status).indexOf(i)>=0?(t.setCookie(n.name,i,n.expiryDays,n.domain,n.path,n.secure),this.options.onStatusChange.call(this,i,s)):this.clearStatus()},o.prototype.getStatus=function(){return t.getCookie(this.options.cookie.name)},o.prototype.clearStatus=function(){var e=this.options.cookie;t.setCookie(e.name,"",-1,e.domain,e.path)},o}(),e.Location=function(){var e={timeout:5e3,services:["ipinfo"],serviceDefinitions:{ipinfo:function(){return{url:"//ipinfo.io",headers:["Accept: application/json"],callback:function(e,t){try{var i=JSON.parse(t);return i.error?s(i):{code:i.country}}catch(e){return s({error:"Invalid response ("+e+")"})}}}},ipinfodb:function(e){return{url:"//api.ipinfodb.com/v3/ip-country/?key={api_key}&format=json&callback={callback}",isScript:!0,callback:function(e,t){try{var i=JSON.parse(t);return"ERROR"==i.statusCode?s({error:i.statusMessage}):{code:i.countryCode}}catch(e){return s({error:"Invalid response ("+e+")"})}}}},maxmind:function(){return{url:"//js.maxmind.com/js/apis/geoip2/v2.1/geoip2.js",isScript:!0,callback:function(e){window.geoip2?geoip2.country(function(t){try{e({code:t.country.iso_code})}catch(t){e(s(t))}},function(t){e(s(t))}):e(new Error("Unexpected response format. The downloaded script should have exported `geoip2` to the global scope"))}}}}};function i(i){t.deepExtend(this.options={},e),t.isPlainObject(i)&&t.deepExtend(this.options,i),this.currentServiceIndex=-1}function n(e,t,i){var n,o=document.createElement("script");o.type="text/"+(e.type||"javascript"),o.src=e.src||e,o.async=!1,o.onreadystatechange=o.onload=function(){var e=o.readyState;clearTimeout(n),t.done||e&&!/loaded|complete/.test(e)||(t.done=!0,t(),o.onreadystatechange=o.onload=null)},document.body.appendChild(o),n=setTimeout(function(){t.done=!0,t(),o.onreadystatechan |
|
10 |
ar","cloud"],["top","middle","bottom"],["zoom","slide"],n.layout,n.position,n.transition),!t&&o&&i(A,["bar"],["left","right"],["zoom","slide"],o.layout,o.position,o.transition)}function i(e,t,n,o,i,a,c){if(a=a&&a.split(" ")||[],se(t,i)>-1&&(Ce(e,i),("bar"!==i||"middle"!==a[0])&&se(n,a[0])>-1))for(var r=0;r<a.length;r++)Ce(e,a[r]);se(o,c)>-1&&Ce(e,c)}}(t.gui_options),oe(),I.autorun&&J&&M.show(t.delay||0),setTimeout((function(){Ce(g,"c--anim")}),30),setTimeout((function(){var e,t;e=!1,t=!1,ye(document,"keydown",(function(n){"Tab"===(n=n||window.event).key&&(a&&(n.shiftKey?document.activeElement===a[0]&&(a[1].focus(),n.preventDefault()):document.activeElement===a[1]&&(a[0].focus(),n.preventDefault()),t||q||(t=!0,!e&&n.preventDefault(),n.shiftKey?a[3]?a[2]?a[2].focus():a[0].focus():a[1].focus():a[3]?a[3].focus():a[0].focus())),!t&&(e=!0))})),document.contains&&ye(g,"click",(function(e){e=e||window.event,P?w.contains(e.target)?q=!0:(M.hideSettings(0),q=!1):U&&_.contains(e.target)&&(q=!0)}),!0)}),100),G)"opt-out"===I.mode&&(le("CookieConsent [CONFIG] mode='"+I.mode+"', default enabled categories:",Q),ge(Q)),le("CookieConsent [NOTICE]: ask for consent!");else{var r="boolean"==typeof D.rfc_cookie;(!r||r&&D.rfc_cookie!==I.use_rfc_cookie)&&(D.rfc_cookie=I.use_rfc_cookie,ve(I.cookie_name,JSON.stringify(D))),u=_e(he()),ge(),"function"==typeof s&&s(D),le("CookieConsent [NOTICE]: consent already given!",D)}}},M.showSettings=function(e){setTimeout((function(){Ce(te,"show--settings"),A.setAttribute("aria-hidden","false"),P=!0,setTimeout((function(){U?f=document.activeElement:p=document.activeElement,0!==Y.length&&(Y[3]?Y[3].focus():Y[0].focus(),a=Y)}),200),le("CookieConsent [SETTINGS]: show settings_modal")}),e>0?e:0)};var ge=function(e){if(I.page_scripts){var t=document.querySelectorAll("script["+I.script_selector+"]"),n=e||D.categories||[],o=function(e,t){if(t<e.length){var i=e[t],a=i.getAttribute(I.script_selector);if(se(n,a)>-1){i.type="text/javascript",i.removeAttribute(I.script_selector);var c=i.getAttribute("data-src");c&&i.removeAttribute("data-src");var r=de("script");if(r.textContent=i.innerHTML,function(e,t){for(var n=t.attributes,o=n.length,i=0;i<o;i++){var a=n[i].nodeName;e.setAttribute(a,t[a]||t.getAttribute(a))}}(r,i),c?r.src=c:c=i.src,c&&(r.readyState?r.onreadystatechange=function(){"loaded"!==r.readyState&&"complete"!==r.readyState||(r.onreadystatechange=null,o(e,++t))}:r.onload=function(){r.onload=null,o(e,++t)}),i.parentNode.replaceChild(r,i),c)return}o(e,++t)}};o(t,0)}};M.set=function(e,t){return"data"===e&&function(e,t){var n=!1;if("update"===t){var o=typeof(H=M.get("data"))==typeof e;if(o&&"object"==typeof H)for(var i in!H&&(H={}),e)H[i]!==e[i]&&(H[i]=e[i],n=!0);else!o&&H||H===e||(H=e,n=!0)}else H=e,n=!0;return n&&(D.data=H,ve(I.cookie_name,JSON.stringify(D))),n}(t.value,t.mode)},M.get=function(e,t){return JSON.parse(me(t||I.cookie_name,"one",!0)||"{}")[e]},M.getConfig=function(e){return I[e]||t[e]};var he=function(){return B=D.categories||[],V=$.filter((function(e){return-1===se(B,e)})),{accepted:B,rejected:V}},_e=function(e){var t="custom",n=ee.filter((function(e){return!0===e})).length;return e.accepted.length===$.length?t="all":e.accepted.length===n&&(t="necessary"),t};M.getUserPreferences=function(){var e=he();return{accept_type:_e(e),accepted_categories:e.accepted,rejected_categories:e.rejected}},M.loadScript=function(e,t,n){var o="function"==typeof t;if(document.querySelector('script[src="'+e+'"]'))o&&t();else{var i=de("script");if(n&&n.length>0)for(var a=0;a<n.length;++a)n[a]&&i.setAttribute(n[a].name,n[a].value);o&&(i.onload=t),i.src=e,document.head.appendChild(i)}},M.updateScripts=function(){ge()},M.show=function(e,t){!0===t&&ae(I.current_lang),J&&setTimeout((function(){Ce(te,"show--consent"),_.setAttribute("aria-hidden","false"),U=!0,setTimeout((function(){p=document.activeElement,a=X}),200),le("CookieConsent [MODAL]: show consent_modal")}),e>0?e:t?30:0)},M.hide=function(){J&&(Ae(te,"show--consent"),_.setAttribute("aria-hidden","true"),U=!1,setTimeout((function(){p.focus(),a=null}),200),le("CookieConsent |
5 |
ge=o.onload=null},i)}function o(e,t,i,n,o){var s=new(window.XMLHttpRequest||window.ActiveXObject)("MSXML2.XMLHTTP.3.0");if(s.open(n?"POST":"GET",e,1),s.setRequestHeader("Content-type","application/x-www-form-urlencoded"),Array.isArray(o))for(var r=0,a=o.length;r<a;++r){var c=o[r].split(":",2);s.setRequestHeader(c[0].replace(/^\s+|\s+$/g,""),c[1].replace(/^\s+|\s+$/g,""))}"function"==typeof t&&(s.onreadystatechange=function(){s.readyState>3&&t(s)}),s.send(n)}function s(e){return new Error("Error ["+(e.code||"UNKNOWN")+"]: "+e.error)}return i.prototype.getNextService=function(){var e;do{e=this.getServiceByIdx(++this.currentServiceIndex)}while(this.currentServiceIndex<this.options.services.length&&!e);return e},i.prototype.getServiceByIdx=function(e){var i=this.options.services[e];if("function"==typeof i){var n=i();return n.name&&t.deepExtend(n,this.options.serviceDefinitions[n.name](n)),n}return"string"==typeof i?this.options.serviceDefinitions[i]():t.isPlainObject(i)?this.options.serviceDefinitions[i.name](i):null},i.prototype.locate=function(e,t){var i=this.getNextService();i?(this.callbackComplete=e,this.callbackError=t,this.runService(i,this.runNextServiceOnError.bind(this))):t(new Error("No services to run"))},i.prototype.setupUrl=function(e){var t=this.getCurrentServiceOpts();return e.url.replace(/\{(.*?)\}/g,function(i,n){if("callback"===n){var o="callback"+Date.now();return window[o]=function(t){e.__JSONP_DATA=JSON.stringify(t)},o}if(n in t.interpolateUrl)return t.interpolateUrl[n]})},i.prototype.runService=function(e,t){var i=this;e&&e.url&&e.callback&&(e.isScript?n:o)(this.setupUrl(e),function(n){var o=n?n.responseText:"";e.__JSONP_DATA&&(o=e.__JSONP_DATA,delete e.__JSONP_DATA),i.runServiceCallback.call(i,t,e,o)},this.options.timeout,e.data,e.headers)},i.prototype.runServiceCallback=function(e,t,i){var n=this,o=t.callback(function(t){o||n.onServiceResult.call(n,e,t)},i);o&&this.onServiceResult.call(this,e,o)},i.prototype.onServiceResult=function(e,t){t instanceof Error||t&&t.error?e.call(this,t,null):e.call(this,null,t)},i.prototype.runNextServiceOnError=function(e,t){if(e){this.logError(e);var i=this.getNextService();i?this.runService(i,this.runNextServiceOnError.bind(this)):this.completeService.call(this,this.callbackError,new Error("All services failed"))}else this.completeService.call(this,this.callbackComplete,t)},i.prototype.getCurrentServiceOpts=function(){var e=this.options.services[this.currentServiceIndex];return"string"==typeof e?{name:e}:"function"==typeof e?e():t.isPlainObject(e)?e:{}},i.prototype.completeService=function(e,t){this.currentServiceIndex=-1,e&&e(t)},i.prototype.logError=function(e){var t=this.currentServiceIndex,i=this.getServiceByIdx(t);console.warn("The service["+t+"] ("+i.url+") responded with the following error",e)},i}(),e.Law=function(){var e={regionalLaw:!0,hasLaw:["AT","BE","BG","HR","CZ","CY","DK","EE","FI","FR","DE","EL","HU","IE","IT","LV","LT","LU","MT","NL","NO","PL","PT","SK","ES","SE","GB","UK","GR","EU","RO"],revokable:["HR","CY","DK","EE","FR","DE","LV","LT","NL","NO","PT","ES"],explicitAction:["HR","IT","ES","NO"]};function i(e){this.initialise.apply(this,arguments)}return i.prototype.initialise=function(i){t.deepExtend(this.options={},e),t.isPlainObject(i)&&t.deepExtend(this.options,i)},i.prototype.get=function(e){var t=this.options;return{hasLaw:t.hasLaw.indexOf(e)>=0,revokable:t.revokable.indexOf(e)>=0,explicitAction:t.explicitAction.indexOf(e)>=0}},i.prototype.applyLaw=function(e,t){var i=this.get(t);return i.hasLaw||(e.enabled=!1,"function"==typeof e.onNoCookieLaw&&e.onNoCookieLaw(t,i)),this.options.regionalLaw&&(i.revokable&&(e.revokable=!0),i.explicitAction&&(e.dismissOnScroll=!1,e.dismissOnTimeout=!1)),e},i}(),e.initialise=function(i,n,o){var s=new e.Law(i.law);n||(n=function(){}),o||(o=function(){});var r=Object.keys(e.status),a=t.getCookie("cookieconsent_status");r.indexOf(a)>=0?n(new e.Popup(i)):e.getCountryCode(i,function(t){delete i.law,delete i.location,t.code&&(i=s.applyLaw(i,t.code)),n(new e.Popup(i))},function(t){delete i.law,delete i.location,o(t,new |
|
11 |
[MODAL]: hide"))},M.hideSettings=function(){Ae(te,"show--settings"),P=!1,A.setAttribute("aria-hidden","true"),setTimeout((function(){U?(f&&f.focus(),a=X):(p&&p.focus(),a=null),q=!1}),200),le("CookieConsent [SETTINGS]: hide settings_modal")},M.accept=function(e,t){var a=e||void 0,c=t||[],r=[];if(a)if("object"==typeof a&&"number"==typeof a.length)for(var p=0;p<a.length;p++)-1!==se($,a[p])&&r.push(a[p]);else"string"==typeof a&&("all"===a?r=$.slice():-1!==se($,a)&&r.push(a));else r=function(){for(var e=document.querySelectorAll(".c-tgl")||[],t=[],n=0;n<e.length;n++)e[n].checked&&t.push(e[n].value);return t}();if(c.length>=1)for(p=0;p<c.length;p++)r=r.filter((function(e){return e!==c[p]}));for(p=0;p<$.length;p++)!0===ee[p]&&-1===se(r,$[p])&&r.push($[p]);!function(e){z=[];var t=document.querySelectorAll(".c-tgl")||[];if(t.length>0)for(var a=0;a<t.length;a++)-1!==se(e,$[a])?(t[a].checked=!0,Z[a]||(z.push($[a]),Z[a]=!0)):(t[a].checked=!1,Z[a]&&(z.push($[a]),Z[a]=!1));!G&&I.autoclear_cookies&&z.length>0&&re(),n||(n=new Date),i||(i=ue()),D={categories:e,revision:I.revision,data:H,rfc_cookie:I.use_rfc_cookie,consent_date:n.toISOString(),consent_uuid:i},(G||z.length>0)&&(R=!0,o=o?new Date:n,D.last_consent_update=o.toISOString(),u=_e(he()),ve(I.cookie_name,JSON.stringify(D)),ge()),G&&(I.autoclear_cookies&&re(!0),"function"==typeof d&&d(M.getUserPreferences(),D),"function"==typeof s&&s(D),G=!1,"opt-in"===I.mode)||("function"==typeof l&&z.length>0&&l(D,z),K&&window.location.reload())}(r)},M.eraseCookies=function(e,t,n){var o=[],i=n?[n,"."+n]:[I.cookie_domain,"."+I.cookie_domain];if("object"==typeof e&&e.length>0)for(var a=0;a<e.length;a++)this.validCookie(e[a])&&o.push(e[a]);else this.validCookie(e)&&o.push(e);be(o,t,i)};var ve=function(e,t){var n=I.cookie_expiration;"number"==typeof I.cookie_necessary_only_expiration&&"necessary"===u&&(n=I.cookie_necessary_only_expiration),t=I.use_rfc_cookie?encodeURIComponent(t):t;var o=new Date;o.setTime(o.getTime()+24*n*60*60*1e3);var i=e+"="+(t||"")+"; expires="+o.toUTCString()+"; Path="+I.cookie_path+";";i+=" SameSite="+I.cookie_same_site+";",window.location.hostname.indexOf(".")>-1&&(i+=" Domain="+I.cookie_domain+";"),"https:"===window.location.protocol&&(i+=" Secure;"),document.cookie=i,le("CookieConsent [SET_COOKIE]: '"+e+"' expires after "+n+" day(s)")},me=function(e,t,n){var o;if("one"===t){if((o=(o=document.cookie.match("(^|;)\\s*"+e+"\\s*=\\s*([^;]+)"))?n?o.pop():e:"")&&e===I.cookie_name){try{o=JSON.parse(o)}catch(e){try{o=JSON.parse(decodeURIComponent(o))}catch(e){o={}}}o=JSON.stringify(o)}}else if("all"===t){var i=document.cookie.split(/;\s*/);o=[];for(var a=0;a<i.length;a++)o.push(i[a].split("=")[0])}return o},be=function(e,t,n){for(var o=t||"/",i=0;i<e.length;i++){for(var a=0;a<n.length;a++)document.cookie=e[i]+"=; path="+o+(n[a].indexOf(".")>-1?"; domain="+n[a]:"")+"; Expires=Thu, 01 Jan 1970 00:00:01 GMT;";le("CookieConsent [AUTOCLEAR]: deleting cookie: '"+e[i]+"' path: '"+o+"' domain:",n)}};M.validCookie=function(e){return""!==me(e,"one",!0)};var ye=function(e,t,n,o){e.addEventListener(t,n,!0===o&&{passive:!0})},ke=function(e){if("object"==typeof e)return Object.keys(e)},Ce=function(e,t){e.classList.add(t)},Ae=function(e,t){e.classList.remove(t)},we=function(e,t){return e.classList.contains(t)};return M})}(); |
6 |
e.Popup(i))})},e.getCountryCode=function(t,i,n){t.law&&t.law.countryCode?i({code:t.law.countryCode}):t.location?new e.Location(t.location).locate(function(e){i(e||{})},n):i({})},e.utils=t,e.hasInitialised=!0,window.cookieconsent=e}}(window.cookieconsent||{}); |
|
|
|
1 |
/* |
= |
1 |
/* |
2 |
LEGAL |
|
2 |
LEGAL |
3 |
===== |
|
3 |
===== |
4 |
Copyright 2022 Atlas Systems, Inc. http://www.atlas-sys.com |
|
4 |
Copyright 2022 Atlas Systems, Inc. http://www.atlas-sys.com |
5 |
*/ |
|
5 |
*/ |
6 |
|
|
6 |
|
7 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto'); |
|
7 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto'); |
8 |
|
|
8 |
|
9 |
body { |
|
9 |
body { |
10 |
font-family: 'Roboto', sans-serif; |
|
10 |
font-family: 'Roboto', sans-serif; |
11 |
} |
|
11 |
} |
12 |
|
|
12 |
|
13 |
/*These are CSS classes for the headers*/ |
|
13 |
/*These are CSS classes for the headers*/ |
14 |
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { |
|
14 |
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { |
15 |
font-family: 'Open Sans', sans-serif; |
|
15 |
font-family: 'Open Sans', sans-serif; |
16 |
} |
|
16 |
} |
17 |
|
|
17 |
|
18 |
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { |
|
18 |
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { |
19 |
color:#08415c; |
|
19 |
color:#08415c; |
20 |
} |
|
20 |
} |
21 |
|
|
21 |
|
22 |
h1 { |
|
22 |
h1 { |
23 |
font-size: 48px; |
|
23 |
font-size: 48px; |
24 |
padding: 10px; |
|
24 |
padding: 10px; |
25 |
text-align: center; |
|
25 |
text-align: center; |
26 |
} |
|
26 |
} |
27 |
|
|
27 |
|
28 |
h2 { |
|
28 |
h2 { |
29 |
font-size: 30px; |
|
29 |
font-size: 30px; |
30 |
padding: 10px 0 8px; |
|
30 |
padding: 10px 0 8px; |
31 |
} |
|
31 |
} |
32 |
|
|
32 |
|
33 |
.header-special, .header-detailed { |
|
33 |
.header-special, .header-detailed { |
34 |
margin-top: 1.5rem; |
|
34 |
margin-top: 1.5rem; |
35 |
font-size: 26px; |
|
35 |
font-size: 26px; |
36 |
padding: 15px 0 0; |
|
36 |
padding: 15px 0 0; |
37 |
} |
|
37 |
} |
38 |
|
|
38 |
|
39 |
.page-header { |
|
39 |
.page-header { |
40 |
font-size: 26px; |
|
40 |
font-size: 26px; |
41 |
padding: 15px 0 0; |
|
41 |
padding: 15px 0 0; |
42 |
} |
|
42 |
} |
43 |
|
|
43 |
|
44 |
.section-header { |
|
44 |
.section-header { |
45 |
font-size: 24px; |
|
45 |
font-size: 24px; |
46 |
padding: 0 0 10px; |
|
46 |
padding: 0 0 10px; |
47 |
} |
|
47 |
} |
48 |
|
|
48 |
|
49 |
img { |
|
49 |
img { |
50 |
vertical-align: middle; |
|
50 |
vertical-align: middle; |
51 |
border-style: none; |
|
51 |
border-style: none; |
52 |
height: 110px; |
|
52 |
height: 110px; |
53 |
} |
|
53 |
} |
54 |
|
|
54 |
|
55 |
.card-body { |
|
55 |
.card-body { |
56 |
padding: 0.75rem 1.25rem; |
|
56 |
padding: 0.75rem 1.25rem; |
57 |
} |
|
57 |
} |
58 |
|
|
58 |
|
59 |
.card-title { |
|
59 |
.card-title { |
60 |
color: #08415c; |
|
60 |
color: #08415c; |
61 |
font-size: 22px; |
|
61 |
font-size: 22px; |
62 |
padding: 10px 0 0; |
|
62 |
padding: 10px 0 0; |
63 |
} |
|
63 |
} |
64 |
|
|
64 |
|
65 |
label { |
|
65 |
label { |
66 |
font: bold 16px; |
|
66 |
font: bold 16px; |
67 |
width: 100%; |
|
67 |
width: 100%; |
68 |
} |
|
68 |
} |
69 |
|
|
69 |
|
70 |
p { |
|
70 |
p { |
71 |
color: #5f5e5e; |
|
71 |
color: #5f5e5e; |
72 |
font-size: 16px; |
|
72 |
font-size: 16px; |
73 |
padding: 10px; |
|
73 |
padding: 10px; |
74 |
|
|
74 |
|
75 |
} |
|
75 |
} |
76 |
|
|
76 |
|
|
|
-+ |
77 |
/*Caution: Removing or altering focus style might affect accessibility. |
|
|
|
78 |
For more information, see WCAG 1.4.11 and 2.4.7*/ |
|
|
|
79 |
button:focus, |
|
|
|
80 |
.btn:focus, |
|
|
|
81 |
.btn:not(:disabled):not(.disabled).active:focus, |
|
|
|
82 |
.btn:not(:disabled):not(.disabled):active:focus, |
|
|
|
83 |
.show>.btn.dropdown-toggle:focus, |
|
|
|
84 |
.form-control:focus, |
|
|
|
85 |
.custom-select:focus, |
|
|
|
86 |
.custom-control-input:focus~.custom-control-label::before { |
|
|
|
87 |
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000; |
|
|
|
88 |
outline: 2px transparent solid; |
|
|
|
89 |
} |
|
|
= |
90 |
|
|
|
-+ |
91 |
/*For Safari compatibility, which does not support box-shadows on |
|
|
|
92 |
unstyled form controls. A black colored outline has |
|
|
|
93 |
sufficient contrast against our white and grey backgrounds.*/ |
|
|
|
94 |
input:not(.form-control, .custom-select, .custom-control-input, .btn):focus { |
|
|
|
95 |
box-shadow: none; |
|
|
|
96 |
outline: 2px #000 solid; |
|
|
|
97 |
outline-offset: 2px; |
|
|
|
98 |
} |
|
|
= |
99 |
|
77 |
a { |
|
100 |
a { |
78 |
color: #08415c; |
|
101 |
color: #08415c; |
|
|
-+ |
102 |
text-decoration: underline; |
|
|
|
103 |
} |
|
|
= |
104 |
|
|
|
-+ |
105 |
a.btn { |
79 |
text-decoration: none; |
= |
106 |
text-decoration: none; |
|
|
-+ |
107 |
} |
|
|
= |
108 |
|
|
|
-+ |
109 |
a:hover { |
|
|
|
110 |
text-decoration: none; |
|
|
|
111 |
} |
|
|
= |
112 |
|
|
|
-+ |
113 |
/*Caution: Removing hyperlink focus style will |
|
|
|
114 |
result in using browser defaults, which might affect accessibility. |
|
|
|
115 |
For more information, see WCAG 1.4.11 and 2.4.7*/ |
|
|
|
116 |
a:focus, a:focus-visible { |
|
|
|
117 |
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000; |
|
|
|
118 |
outline: 2px transparent solid; |
80 |
} |
= |
119 |
} |
81 |
|
|
120 |
|
82 |
ul { |
|
121 |
ul { |
83 |
color: #5f5e5e; |
|
122 |
color: #5f5e5e; |
84 |
font-size: 16px; |
|
123 |
font-size: 16px; |
85 |
padding: 0 0 0 25px; |
|
124 |
padding: 0 0 0 25px; |
86 |
word-wrap: normal; |
|
125 |
word-wrap: normal; |
87 |
} |
|
126 |
} |
88 |
|
|
127 |
|
89 |
.small-notes { |
|
128 |
.small-notes { |
90 |
color: #5f5e5e; |
|
129 |
color: #5f5e5e; |
91 |
font-size: 14px; |
|
130 |
font-size: 14px; |
92 |
padding: 4px 0 0; |
|
131 |
padding: 4px 0 0; |
93 |
} |
|
132 |
} |
94 |
|
|
133 |
|
95 |
.common-note { |
|
134 |
.common-note { |
96 |
color: #5f5e5e; |
|
135 |
color: #5f5e5e; |
97 |
font-size: 16px; |
|
136 |
font-size: 16px; |
98 |
padding: 6px 0px; |
|
137 |
padding: 6px 0px; |
99 |
} |
|
138 |
} |
100 |
|
|
139 |
|
101 |
.req { |
|
140 |
.req { |
102 |
color: #b81f18; |
|
141 |
color: #b81f18; |
103 |
font-size: 12px; |
|
142 |
font-size: 12px; |
104 |
padding:0 0 0 6px; |
|
143 |
padding:0 0 0 6px; |
105 |
text-align: right; |
|
144 |
text-align: right; |
106 |
} |
|
145 |
} |
107 |
|
|
146 |
|
108 |
.fas { |
|
147 |
.fas { |
109 |
font-size: 16px; |
|
148 |
font-size: 16px; |
110 |
} |
|
149 |
} |
111 |
|
|
150 |
|
112 |
form section { |
|
151 |
form section { |
113 |
background-color: #e2e3e5; |
|
152 |
background-color: #e2e3e5; |
114 |
margin-bottom: 40px; |
|
153 |
margin-bottom: 40px; |
115 |
padding: 15px; |
|
154 |
padding: 15px; |
116 |
} |
|
155 |
} |
117 |
|
|
156 |
|
118 |
/*These are the CSS classes for the header and footer */ |
|
157 |
/*These are the CSS classes for the header and footer */ |
119 |
.head { |
|
158 |
.head { |
120 |
background-color: #fff; |
|
159 |
background-color: #fff; |
121 |
height: auto; |
|
160 |
height: auto; |
122 |
padding: 10px; |
|
161 |
padding: 10px; |
123 |
text-align: center; |
|
162 |
text-align: center; |
124 |
width: 100%; |
|
163 |
width: 100%; |
125 |
} |
|
164 |
} |
126 |
|
|
165 |
|
127 |
.foot { |
|
166 |
.foot { |
128 |
border-top: 1px solid #0000001a; |
|
167 |
border-top: 1px solid #0000001a; |
129 |
font-size: 14px; |
|
168 |
font-size: 14px; |
130 |
margin-top: 1rem; |
|
169 |
margin-top: 1rem; |
131 |
padding: 1rem 0; |
|
170 |
padding: 1rem 0; |
132 |
} |
|
171 |
} |
133 |
|
|
172 |
|
134 |
#status br { |
|
173 |
#status br { |
135 |
display: none; |
|
174 |
display: none; |
136 |
} |
|
175 |
} |
137 |
|
|
176 |
|
138 |
.info-block { |
|
177 |
.info-block { |
139 |
border-bottom: 1px solid #0000001a; |
|
178 |
border-bottom: 1px solid #0000001a; |
140 |
margin-bottom: 1rem; |
|
179 |
margin-bottom: 1rem; |
141 |
padding: 1rem 0; |
|
180 |
padding: 1rem 0; |
142 |
} |
|
181 |
} |
143 |
|
|
182 |
|
144 |
.bold { |
|
183 |
.bold { |
145 |
font-weight: bold; |
|
184 |
font-weight: bold; |
146 |
} |
|
185 |
} |
147 |
|
|
186 |
|
148 |
/* Theses are CSS styling classes for logon/logout pages*/ |
|
187 |
/* Theses are CSS styling classes for logon/logout pages*/ |
149 |
.logon-directions { |
|
188 |
.logon-directions { |
150 |
border-bottom: 1px solid #0000001a; |
|
189 |
border-bottom: 1px solid #0000001a; |
151 |
font-size: 18px; |
|
190 |
font-size: 18px; |
152 |
margin-bottom: 1rem; |
|
191 |
margin-bottom: 1rem; |
153 |
padding: 1rem 0; |
|
192 |
padding: 1rem 0; |
154 |
} |
|
193 |
} |
155 |
|
|
194 |
|
156 |
.logout-message { |
|
195 |
.logout-message { |
157 |
font-size: 16px; |
|
196 |
font-size: 16px; |
158 |
} |
|
197 |
} |
159 |
|
|
198 |
|
160 |
.logon-field { |
|
199 |
.logon-field { |
161 |
padding: 0 15px 0 0; |
|
200 |
padding: 0 15px 0 0; |
162 |
} |
|
201 |
} |
163 |
|
|
202 |
|
164 |
.forgot-password-link, .first-time-link{ |
|
203 |
.forgot-password-link, .first-time-link{ |
165 |
padding: 10px 0 0; |
|
204 |
padding: 10px 0 0; |
166 |
} |
|
205 |
} |
167 |
|
|
206 |
|
168 |
/*These are CSS classes for the buttons*/ |
|
207 |
/*These are CSS classes for the buttons*/ |
|
|
<> |
208 |
/*Caution: Altering button borders might affect accessibility. |
|
|
|
209 |
For more information, see WCAG 1.4.11*/ |
|
|
|
210 |
.btn-primary, .btn-secondary, .btn-light, .btn.disabled, .btn:disabled, |
169 |
.btn-primary, .btn-secondary, .btn-light { |
|
211 |
.btn-primary:hover, .btn-secondary:hover, .btn-light:hover, |
|
|
|
212 |
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, |
|
|
|
213 |
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle, |
|
|
|
214 |
.btn-light:not(:disabled):not(.disabled):not(.dropdown-item).active, .btn-light:not(:disabled):not(.disabled):not(.dropdown-item):active, .show>.btn-light.dropdown-toggle { |
|
|
|
215 |
border: 1px solid #6C757D; |
|
|
|
216 |
} |
|
|
= |
217 |
|
|
|
-+ |
218 |
.btn-link, .btn-link.disabled, .btn-link:disabled, .dropdown-menu .dropdown-item.btn-light { |
170 |
border: none; |
= |
219 |
border: none; |
|
|
-+ |
220 |
} |
|
|
= |
221 |
|
|
|
-+ |
222 |
.btn-primary, .btn-secondary, .btn-light { |
171 |
margin: 10px 0; |
= |
223 |
margin: 10px 0; |
172 |
} |
|
224 |
} |
173 |
|
|
225 |
|
174 |
.btn-primary { |
|
226 |
.btn-primary { |
175 |
background-color: #08415c; |
|
227 |
background-color: #08415c; |
176 |
color: #fff; |
|
228 |
color: #fff; |
177 |
margin: 10px 5px 10px 0; |
|
229 |
margin: 10px 5px 10px 0; |
178 |
} |
|
230 |
} |
179 |
|
|
231 |
|
180 |
.btn-primary:disabled { |
|
232 |
.btn-primary:disabled { |
181 |
background-color: #08415c; |
|
233 |
background-color: #08415c; |
182 |
} |
|
234 |
} |
183 |
|
|
235 |
|
184 |
.btn-secondary { |
|
236 |
.btn-secondary { |
185 |
background-color: #e2e3e5; |
|
237 |
background-color: #e2e3e5; |
186 |
color: #08415c; |
|
238 |
color: #08415c; |
187 |
margin: 10px 5px 10px 0; |
|
239 |
margin: 10px 5px 10px 0; |
188 |
} |
|
240 |
} |
189 |
|
|
241 |
|
190 |
.btn-primary:hover { |
|
242 |
.btn-primary:hover { |
191 |
background-color: #52b3d9; |
|
243 |
background-color: #52b3d9; |
192 |
color: #05171f; |
|
244 |
color: #05171f; |
193 |
text-decoration: underline; |
|
245 |
text-decoration: underline; |
194 |
} |
|
246 |
} |
195 |
|
|
247 |
|
196 |
.btn-secondary:hover, .dropdown-item:focus, .dropdown-item:not(.disabled):hover { |
|
248 |
.btn-secondary:hover, .dropdown-item:focus, .dropdown-item:not(.disabled):hover { |
197 |
background-color: #a4a5a5; |
|
249 |
background-color: #a4a5a5; |
198 |
color: #05171f; |
|
250 |
color: #05171f; |
199 |
text-decoration: underline; |
|
251 |
text-decoration: underline; |
200 |
} |
|
252 |
} |
201 |
|
|
253 |
|
202 |
.badge-primary { |
|
254 |
.badge-primary { |
203 |
background-color: #08415c; |
|
255 |
background-color: #08415c; |
204 |
} |
|
256 |
} |
205 |
|
|
257 |
|
206 |
.selectOptions { |
|
258 |
.selectOptions { |
207 |
color: #08415c; |
|
259 |
color: #08415c; |
208 |
padding: 20px 12px 6px; |
|
260 |
padding: 20px 12px 6px; |
209 |
} |
|
261 |
} |
210 |
|
|
262 |
|
211 |
/*These are CSS alert styling classes*/ |
|
263 |
/*These are CSS alert styling classes*/ |
212 |
.btn-alert { |
|
264 |
.btn-alert { |
213 |
color: #c74827; |
|
265 |
color: #c74827; |
214 |
font-size: 14px; |
|
266 |
font-size: 14px; |
215 |
padding: 4px 12px 6px; |
|
267 |
padding: 4px 12px 6px; |
216 |
} |
|
268 |
} |
217 |
|
|
269 |
|
218 |
.btn-alert:hover { |
|
270 |
.btn-alert:hover { |
219 |
color: #08415c; |
|
271 |
color: #08415c; |
220 |
} |
|
272 |
} |
221 |
|
|
273 |
|
222 |
.alerts-bar{ |
|
274 |
.alerts-bar{ |
223 |
background-color: #f1f4f7; |
|
275 |
background-color: #f1f4f7; |
224 |
margin: 0 0 20px; |
|
276 |
margin: 0 0 20px; |
225 |
text-align: center; |
|
277 |
text-align: center; |
226 |
} |
|
278 |
} |
227 |
|
|
279 |
|
228 |
/*These are CSS styling classes for the navigation bar*/ |
|
280 |
/*These are CSS styling classes for the navigation bar*/ |
229 |
.main-navbar { |
|
281 |
.main-navbar { |
230 |
background-color: #08415c; |
|
282 |
background-color: #08415c; |
231 |
color: #000; |
|
283 |
color: #000; |
232 |
padding: 5px; |
|
284 |
padding: 5px; |
233 |
font: bold 26px 'Open Sans', sans-serif; |
|
285 |
font: bold 26px 'Open Sans', sans-serif; |
234 |
font-kerning: auto; |
|
286 |
font-kerning: auto; |
235 |
} |
|
287 |
} |
236 |
|
|
288 |
|
237 |
nav li { |
|
289 |
nav li { |
238 |
margin: 0px 0px 0px 12px; |
|
290 |
margin: 0px 0px 0px 12px; |
239 |
} |
|
291 |
} |
240 |
|
|
292 |
|
241 |
nav li a { |
|
293 |
nav li a { |
242 |
font: bolder 18px 'Open Sans', sans-serif; |
|
294 |
font: bolder 18px 'Open Sans', sans-serif; |
243 |
text-decoration: none; |
|
295 |
text-decoration: none; |
244 |
} |
|
296 |
} |
245 |
|
|
297 |
|
246 |
.navbar-dark .navbar-nav .nav-link { |
|
298 |
.navbar-dark .navbar-nav .nav-link { |
247 |
color: #e0e0e0; |
|
299 |
color: #e0e0e0; |
248 |
} |
|
300 |
} |
249 |
|
|
301 |
|
250 |
.dropdown-item { |
|
302 |
.dropdown-item { |
251 |
font-size: 14px; |
|
303 |
font-size: 14px; |
252 |
} |
|
304 |
} |
253 |
|
|
305 |
|
254 |
/*These are the CSS Styling classes for search*/ |
|
306 |
/*These are the CSS Styling classes for search*/ |
255 |
#no-results-message { |
|
307 |
#no-results-message { |
256 |
color: #868e96; |
<> |
308 |
color: #5f5e5e; |
257 |
font-size: 16px; |
= |
309 |
font-size: 16px; |
258 |
padding: 4px 0 0; |
|
310 |
padding: 4px 0 0; |
259 |
} |
|
311 |
} |
260 |
|
|
312 |
|
261 |
.ui-datepicker-trigger { |
|
313 |
.ui-datepicker-trigger { |
262 |
width: 35px; |
|
314 |
width: 35px; |
263 |
} |
|
315 |
} |
264 |
|
|
|