|
1 |
html {
|
|
2 |
overflow-y: scroll;
|
|
3 |
}
|
|
4 |
body {
|
|
5 |
padding: 0;
|
|
6 |
margin: 0 ;
|
|
7 |
}
|
|
8 |
div,
|
|
9 |
p,
|
|
10 |
span,
|
|
11 |
input,
|
|
12 |
textarea,
|
|
13 |
select,
|
|
14 |
button,
|
|
15 |
a.button,
|
|
16 |
table,
|
|
17 |
col,
|
|
18 |
th,
|
|
19 |
td {
|
|
20 |
box-sizing: border-box;
|
|
21 |
}
|
|
22 |
.clearfix:after {
|
|
23 |
clear: both;
|
|
24 |
content: ".";
|
|
25 |
display: block;
|
|
26 |
height: 0;
|
|
27 |
visibility: hidden;
|
|
28 |
}
|
|
29 |
@media screen {
|
|
30 |
.noscreen {
|
|
31 |
display: none;
|
|
32 |
}
|
|
33 |
}
|
|
34 |
@media print {
|
|
35 |
.noprint {
|
|
36 |
display: none ;
|
|
37 |
}
|
|
38 |
}
|
|
39 |
@media handheld {
|
|
40 |
.nomobile {
|
|
41 |
display: none;
|
|
42 |
}
|
|
43 |
}
|
|
44 |
a.cti_call_action {
|
|
45 |
display: block;
|
|
46 |
padding-left: 18px;
|
|
47 |
top: 2px;
|
|
48 |
vertical-align: middle;
|
|
49 |
background-image: url(../image/icons/16x16/phone.png);
|
|
50 |
background-repeat: no-repeat;
|
|
51 |
}
|
|
52 |
.interact {
|
|
53 |
color: #808080;
|
|
54 |
}
|
|
55 |
.interact:hover {
|
|
56 |
color: black;
|
|
57 |
}
|
|
58 |
.cursor-default {
|
|
59 |
cursor: default;
|
|
60 |
}
|
|
61 |
.cursor-pointer {
|
|
62 |
cursor: pointer;
|
|
63 |
}
|
|
64 |
.cursor-help {
|
|
65 |
cursor: help;
|
|
66 |
}
|
|
67 |
.cke_contents iframe html body.cke_editable {
|
|
68 |
padding: 0;
|
|
69 |
margin: 0;
|
|
70 |
}
|
|
71 |
.top_border {
|
|
72 |
border-top: solid black;
|
|
73 |
border-width: 4px;
|
|
74 |
}
|
|
75 |
.bottom_border {
|
|
76 |
border-bottom: solid black;
|
|
77 |
border-width: 1px;
|
|
78 |
}
|
|
79 |
.mx-h3-caption {
|
|
80 |
font-size: 12pt;
|
|
81 |
font-style: normal;
|
|
82 |
font-weight: normal;
|
|
83 |
color: #021304 !important;
|
|
84 |
padding: 0.2em 0 0.2em 0.2em;
|
|
85 |
margin: 0;
|
|
86 |
text-align: left;
|
|
87 |
}
|
|
88 |
.mx-contentbox-properties {
|
|
89 |
margin: 1em 1em 1em 0.6em;
|
|
90 |
padding: 0.6em 1em 1.2em 1.8em;
|
|
91 |
}
|
|
92 |
.mx-thead-th {
|
|
93 |
color: #57ef6b;
|
|
94 |
background-color: #0f9f22;
|
|
95 |
border-top: 1px solid #021304;
|
|
96 |
border-bottom: 1px solid #021304;
|
|
97 |
text-align: left ;
|
|
98 |
vertical-align: middle ;
|
|
99 |
}
|
|
100 |
.mx-button {
|
|
101 |
display: inline-block;
|
|
102 |
cursor: auto ;
|
|
103 |
width: auto ;
|
|
104 |
padding: 0.2em 0.6em;
|
|
105 |
font-size: 9pt;
|
|
106 |
font-weight: normal;
|
|
107 |
font-style: normal;
|
|
108 |
text-align: center;
|
|
109 |
border-style: solid;
|
|
110 |
border-width: 1px;
|
|
111 |
border-radius: 3px;
|
|
112 |
}
|
|
113 |
.mx-button-standard {
|
|
114 |
border-color: #b4f8bd;
|
|
115 |
background-color: #0f9f22;
|
|
116 |
color: #b4f8bd;
|
|
117 |
text-decoration: none;
|
|
118 |
}
|
|
119 |
.mx-button-standard-hover-focus:hover {
|
|
120 |
border-color: #021304;
|
|
121 |
background-color: #13cd2c;
|
|
122 |
color: #ffffff;
|
|
123 |
text-decoration: none;
|
|
124 |
}
|
|
125 |
.mx-button-standard-hover-focus:active,
|
|
126 |
.mx-button-standard-hover-focus:focus {
|
|
127 |
border-color: #021304;
|
|
128 |
background-color: #13cd2c;
|
|
129 |
color: #ffffff;
|
|
130 |
text-decoration: none;
|
|
131 |
}
|
|
132 |
.mx-button-neutral {
|
|
133 |
border-color: #021304;
|
|
134 |
background-color: #86f494;
|
|
135 |
color: #0f9f22;
|
|
136 |
}
|
|
137 |
.mx-button-neutral-hover-focus:hover {
|
|
138 |
border-color: #021304;
|
|
139 |
background-color: #57ef6b;
|
|
140 |
color: #0f9f22;
|
|
141 |
text-decoration: none;
|
|
142 |
}
|
|
143 |
.mx-button-neutral-hover-focus:active,
|
|
144 |
.mx-button-neutral-hover-focus:focus {
|
|
145 |
border-color: #021304;
|
|
146 |
background-color: #57ef6b;
|
|
147 |
color: #ffffff;
|
|
148 |
text-decoration: none;
|
|
149 |
}
|
|
150 |
body {
|
|
151 |
margin: 0 ;
|
|
152 |
background-color: #b4f8bd;
|
|
153 |
color: #000000;
|
|
154 |
font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
155 |
font-size: 11pt;
|
|
156 |
}
|
|
157 |
body #frame-header {
|
|
158 |
position: fixed;
|
|
159 |
top: 0;
|
|
160 |
z-index: 1040;
|
|
161 |
}
|
|
162 |
body #menuv3:first-child {
|
|
163 |
top: 0 !important;
|
|
164 |
}
|
|
165 |
body #menuv3 {
|
|
166 |
position: fixed;
|
|
167 |
z-index: 1999;
|
|
168 |
top: 28px ;
|
|
169 |
width: 100%;
|
|
170 |
height: 32px;
|
|
171 |
}
|
|
172 |
body .layout-actionbar {
|
|
173 |
display: block;
|
|
174 |
z-index: 1030;
|
|
175 |
position: fixed;
|
|
176 |
float: left !important;
|
|
177 |
width: auto;
|
|
178 |
top: 68px ;
|
|
179 |
left: 656px ;
|
|
180 |
right: 0.2em ;
|
|
181 |
margin: 0 0.4em 0 0;
|
|
182 |
padding: 0;
|
|
183 |
background: none;
|
|
184 |
}
|
|
185 |
body .layout-actionbar ~ div:first {
|
|
186 |
padding-top: 25px;
|
|
187 |
}
|
|
188 |
body .layout-actionbar > div + div {
|
|
189 |
margin-left: 2px;
|
|
190 |
}
|
|
191 |
body > #content {
|
|
192 |
overflow: hidden;
|
|
193 |
display: block;
|
|
194 |
padding: 0 0 0 0;
|
|
195 |
margin: 104px 0 1em 0;
|
|
196 |
}
|
|
197 |
body > #content .wrapper {
|
|
198 |
clear: both;
|
|
199 |
display: block;
|
|
200 |
overflow: hidden;
|
|
201 |
width: auto;
|
|
202 |
height: auto;
|
|
203 |
}
|
|
204 |
body > #content .wrapper > .col {
|
|
205 |
display: block;
|
|
206 |
overflow: hidden;
|
|
207 |
float: left;
|
|
208 |
margin-right: 1.6em;
|
|
209 |
}
|
|
210 |
body > #content .wrapper > .col div label {
|
|
211 |
font-size: 10pt;
|
|
212 |
line-height: 12.6pt;
|
|
213 |
}
|
|
214 |
body > #content .wrapper > .col p {
|
|
215 |
font-size: 10pt;
|
|
216 |
}
|
|
217 |
body > #content .wrapper > .col,
|
|
218 |
body > #content .wrapper > .tbl-horizontal {
|
|
219 |
float: left;
|
|
220 |
margin-right: 1.6em;
|
|
221 |
padding-bottom: 2px ;
|
|
222 |
}
|
|
223 |
body > #content .wrapper.center {
|
|
224 |
margin: 0 auto;
|
|
225 |
display: table;
|
|
226 |
width: auto;
|
|
227 |
}
|
|
228 |
body > #content .wrapper.width-moderate {
|
|
229 |
width: auto;
|
|
230 |
}
|
|
231 |
body > #content .ui-tabs-panel {
|
|
232 |
background-color: #b4f8bd;
|
|
233 |
}
|
|
234 |
body .full-width {
|
|
235 |
width: 100% ;
|
|
236 |
padding: 0 0 1.0em 0 ;
|
|
237 |
margin: 0 0 0 0;
|
|
238 |
}
|
|
239 |
body div.center {
|
|
240 |
margin: 0 auto;
|
|
241 |
display: table;
|
|
242 |
width: auto;
|
|
243 |
}
|
|
244 |
.ui-helper-hidden {
|
|
245 |
display: none;
|
|
246 |
}
|
|
247 |
.ui-helper-hidden-accessible {
|
|
248 |
border: 0;
|
|
249 |
clip: rect(0 0 0 0);
|
|
250 |
height: 1px;
|
|
251 |
margin: -1px;
|
|
252 |
overflow: hidden;
|
|
253 |
padding: 0;
|
|
254 |
position: absolute;
|
|
255 |
width: 1px;
|
|
256 |
}
|
|
257 |
.ui-helper-reset {
|
|
258 |
margin: 0;
|
|
259 |
padding: 0;
|
|
260 |
border: 0;
|
|
261 |
outline: 0;
|
|
262 |
line-height: 1.3;
|
|
263 |
text-decoration: none;
|
|
264 |
font-size: 11pt;
|
|
265 |
list-style: none;
|
|
266 |
}
|
|
267 |
.ui-helper-clearfix:before,
|
|
268 |
.ui-helper-clearfix:after {
|
|
269 |
content: "";
|
|
270 |
display: table;
|
|
271 |
border-collapse: collapse;
|
|
272 |
}
|
|
273 |
.ui-helper-clearfix:after {
|
|
274 |
clear: both;
|
|
275 |
}
|
|
276 |
.ui-helper-clearfix {
|
|
277 |
min-height: 0;
|
|
278 |
}
|
|
279 |
.ui-helper-zfix {
|
|
280 |
width: 100%;
|
|
281 |
height: 100%;
|
|
282 |
top: 0;
|
|
283 |
left: 0;
|
|
284 |
position: absolute;
|
|
285 |
opacity: 0;
|
|
286 |
}
|
|
287 |
.ui-front {
|
|
288 |
z-index: 100;
|
|
289 |
}
|
|
290 |
.ui-state-disabled {
|
|
291 |
cursor: default !important;
|
|
292 |
}
|
|
293 |
.ui-icon {
|
|
294 |
display: block;
|
|
295 |
text-indent: -99999px;
|
|
296 |
overflow: hidden;
|
|
297 |
background-repeat: no-repeat;
|
|
298 |
}
|
|
299 |
.ui-widget-overlay {
|
|
300 |
position: fixed;
|
|
301 |
top: 0;
|
|
302 |
left: 0;
|
|
303 |
width: 100%;
|
|
304 |
height: 100%;
|
|
305 |
}
|
|
306 |
.ui-resizable {
|
|
307 |
position: relative;
|
|
308 |
}
|
|
309 |
.ui-resizable-handle {
|
|
310 |
position: absolute;
|
|
311 |
font-size: 0.1px;
|
|
312 |
display: block;
|
|
313 |
}
|
|
314 |
.ui-resizable-disabled .ui-resizable-handle,
|
|
315 |
.ui-resizable-autohide .ui-resizable-handle {
|
|
316 |
display: none;
|
|
317 |
}
|
|
318 |
.ui-resizable-n {
|
|
319 |
cursor: n-resize;
|
|
320 |
height: 7px;
|
|
321 |
width: 100%;
|
|
322 |
top: -5px;
|
|
323 |
left: 0;
|
|
324 |
}
|
|
325 |
.ui-resizable-s {
|
|
326 |
cursor: s-resize;
|
|
327 |
height: 7px;
|
|
328 |
width: 100%;
|
|
329 |
bottom: -5px;
|
|
330 |
left: 0;
|
|
331 |
}
|
|
332 |
.ui-resizable-e {
|
|
333 |
cursor: e-resize;
|
|
334 |
width: 7px;
|
|
335 |
right: -5px;
|
|
336 |
top: 0;
|
|
337 |
height: 100%;
|
|
338 |
}
|
|
339 |
.ui-resizable-w {
|
|
340 |
cursor: w-resize;
|
|
341 |
width: 7px;
|
|
342 |
left: -5px;
|
|
343 |
top: 0;
|
|
344 |
height: 100%;
|
|
345 |
}
|
|
346 |
.ui-resizable-se {
|
|
347 |
cursor: se-resize;
|
|
348 |
width: 12px;
|
|
349 |
height: 12px;
|
|
350 |
right: 1px;
|
|
351 |
bottom: 1px;
|
|
352 |
}
|
|
353 |
.ui-resizable-sw {
|
|
354 |
cursor: sw-resize;
|
|
355 |
width: 9px;
|
|
356 |
height: 9px;
|
|
357 |
left: -5px;
|
|
358 |
bottom: -5px;
|
|
359 |
}
|
|
360 |
.ui-resizable-nw {
|
|
361 |
cursor: nw-resize;
|
|
362 |
width: 9px;
|
|
363 |
height: 9px;
|
|
364 |
left: -5px;
|
|
365 |
top: -5px;
|
|
366 |
}
|
|
367 |
.ui-resizable-ne {
|
|
368 |
cursor: ne-resize;
|
|
369 |
width: 9px;
|
|
370 |
height: 9px;
|
|
371 |
right: -5px;
|
|
372 |
top: -5px;
|
|
373 |
}
|
|
374 |
.ui-selectable-helper {
|
|
375 |
position: absolute;
|
|
376 |
z-index: 100;
|
|
377 |
border: 1px dotted black;
|
|
378 |
}
|
|
379 |
.ui-accordion .ui-accordion-header {
|
|
380 |
display: block;
|
|
381 |
cursor: pointer;
|
|
382 |
position: relative;
|
|
383 |
margin-top: 2px;
|
|
384 |
padding: .5em .5em .5em .7em;
|
|
385 |
min-height: 0;
|
|
386 |
}
|
|
387 |
.ui-accordion .ui-accordion-icons {
|
|
388 |
padding-left: 2.2em;
|
|
389 |
}
|
|
390 |
.ui-accordion .ui-accordion-noicons {
|
|
391 |
padding-left: .7em;
|
|
392 |
}
|
|
393 |
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
|
|
394 |
padding-left: 2.2em;
|
|
395 |
}
|
|
396 |
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
|
|
397 |
position: absolute;
|
|
398 |
left: .5em;
|
|
399 |
top: 50%;
|
|
400 |
margin-top: -8px;
|
|
401 |
}
|
|
402 |
.ui-accordion .ui-accordion-content {
|
|
403 |
padding: 1em 2.2em;
|
|
404 |
border-top: 0;
|
|
405 |
overflow: auto;
|
|
406 |
}
|
|
407 |
.ui-autocomplete {
|
|
408 |
position: absolute;
|
|
409 |
top: 0;
|
|
410 |
left: 0;
|
|
411 |
cursor: default;
|
|
412 |
}
|
|
413 |
.ui-button {
|
|
414 |
display: inline-block;
|
|
415 |
position: relative;
|
|
416 |
padding: 0;
|
|
417 |
line-height: normal;
|
|
418 |
margin-right: .1em;
|
|
419 |
cursor: pointer;
|
|
420 |
vertical-align: middle;
|
|
421 |
text-align: center;
|
|
422 |
overflow: visible;
|
|
423 |
}
|
|
424 |
.ui-button:link,
|
|
425 |
.ui-button:visited,
|
|
426 |
.ui-button:hover,
|
|
427 |
.ui-button:active {
|
|
428 |
text-decoration: none;
|
|
429 |
}
|
|
430 |
.ui-button-icon-only {
|
|
431 |
width: 2.2em;
|
|
432 |
}
|
|
433 |
button.ui-button-icon-only {
|
|
434 |
width: 2.4em;
|
|
435 |
}
|
|
436 |
.ui-button-icons-only {
|
|
437 |
width: 3.4em;
|
|
438 |
}
|
|
439 |
button.ui-button-icons-only {
|
|
440 |
width: 3.7em;
|
|
441 |
}
|
|
442 |
.ui-button .ui-button-text {
|
|
443 |
display: block;
|
|
444 |
line-height: normal;
|
|
445 |
}
|
|
446 |
.ui-button-text-only .ui-button-text {
|
|
447 |
padding: .4em 1em;
|
|
448 |
}
|
|
449 |
.ui-button-icon-only .ui-button-text,
|
|
450 |
.ui-button-icons-only .ui-button-text {
|
|
451 |
padding: .4em;
|
|
452 |
text-indent: -9999999px;
|
|
453 |
}
|
|
454 |
.ui-button-text-icon-primary .ui-button-text,
|
|
455 |
.ui-button-text-icons .ui-button-text {
|
|
456 |
padding: .4em 1em .4em 2.1em;
|
|
457 |
}
|
|
458 |
.ui-button-text-icon-secondary .ui-button-text,
|
|
459 |
.ui-button-text-icons .ui-button-text {
|
|
460 |
padding: .4em 2.1em .4em 1em;
|
|
461 |
}
|
|
462 |
.ui-button-text-icons .ui-button-text {
|
|
463 |
padding-left: 2.1em;
|
|
464 |
padding-right: 2.1em;
|
|
465 |
}
|
|
466 |
input.ui-button {
|
|
467 |
padding: .4em 1em;
|
|
468 |
}
|
|
469 |
.ui-button-icon-only .ui-icon,
|
|
470 |
.ui-button-text-icon-primary .ui-icon,
|
|
471 |
.ui-button-text-icon-secondary .ui-icon,
|
|
472 |
.ui-button-text-icons .ui-icon,
|
|
473 |
.ui-button-icons-only .ui-icon {
|
|
474 |
position: absolute;
|
|
475 |
top: 50%;
|
|
476 |
margin-top: -8px;
|
|
477 |
}
|
|
478 |
.ui-button-icon-only .ui-icon {
|
|
479 |
left: 50%;
|
|
480 |
margin-left: -8px;
|
|
481 |
}
|
|
482 |
.ui-button-text-icon-primary .ui-button-icon-primary,
|
|
483 |
.ui-button-text-icons .ui-button-icon-primary,
|
|
484 |
.ui-button-icons-only .ui-button-icon-primary {
|
|
485 |
left: .5em;
|
|
486 |
}
|
|
487 |
.ui-button-text-icon-secondary .ui-button-icon-secondary,
|
|
488 |
.ui-button-text-icons .ui-button-icon-secondary,
|
|
489 |
.ui-button-icons-only .ui-button-icon-secondary {
|
|
490 |
right: .5em;
|
|
491 |
}
|
|
492 |
.ui-buttonset {
|
|
493 |
margin-right: 7px;
|
|
494 |
}
|
|
495 |
.ui-buttonset .ui-button {
|
|
496 |
margin-left: 0;
|
|
497 |
margin-right: -0.3em;
|
|
498 |
}
|
|
499 |
input.ui-button::-moz-focus-inner,
|
|
500 |
button.ui-button::-moz-focus-inner {
|
|
501 |
border: 0;
|
|
502 |
padding: 0;
|
|
503 |
}
|
|
504 |
.ui-datepicker {
|
|
505 |
width: 17em;
|
|
506 |
padding: .2em .2em 0;
|
|
507 |
display: none;
|
|
508 |
}
|
|
509 |
.ui-datepicker .ui-datepicker-header {
|
|
510 |
position: relative;
|
|
511 |
padding: .2em 0;
|
|
512 |
}
|
|
513 |
.ui-datepicker .ui-datepicker-prev,
|
|
514 |
.ui-datepicker .ui-datepicker-next {
|
|
515 |
position: absolute;
|
|
516 |
top: 2px;
|
|
517 |
width: 1.8em;
|
|
518 |
height: 1.8em;
|
|
519 |
}
|
|
520 |
.ui-datepicker .ui-datepicker-prev-hover,
|
|
521 |
.ui-datepicker .ui-datepicker-next-hover {
|
|
522 |
top: 1px;
|
|
523 |
}
|
|
524 |
.ui-datepicker .ui-datepicker-prev {
|
|
525 |
left: 2px;
|
|
526 |
}
|
|
527 |
.ui-datepicker .ui-datepicker-next {
|
|
528 |
right: 2px;
|
|
529 |
}
|
|
530 |
.ui-datepicker .ui-datepicker-prev-hover {
|
|
531 |
left: 1px;
|
|
532 |
}
|
|
533 |
.ui-datepicker .ui-datepicker-next-hover {
|
|
534 |
right: 1px;
|
|
535 |
}
|
|
536 |
.ui-datepicker .ui-datepicker-prev span,
|
|
537 |
.ui-datepicker .ui-datepicker-next span {
|
|
538 |
display: block;
|
|
539 |
position: absolute;
|
|
540 |
left: 50%;
|
|
541 |
margin-left: -8px;
|
|
542 |
top: 50%;
|
|
543 |
margin-top: -8px;
|
|
544 |
}
|
|
545 |
.ui-datepicker .ui-datepicker-title {
|
|
546 |
margin: 0 2.3em;
|
|
547 |
line-height: 1.8em;
|
|
548 |
text-align: center;
|
|
549 |
}
|
|
550 |
.ui-datepicker .ui-datepicker-title select {
|
|
551 |
font-size: 11pt;
|
|
552 |
margin: 1px 0;
|
|
553 |
}
|
|
554 |
.ui-datepicker select.ui-datepicker-month-year {
|
|
555 |
width: 100%;
|
|
556 |
}
|
|
557 |
.ui-datepicker select.ui-datepicker-month,
|
|
558 |
.ui-datepicker select.ui-datepicker-year {
|
|
559 |
width: 49%;
|
|
560 |
}
|
|
561 |
.ui-datepicker table {
|
|
562 |
width: 100%;
|
|
563 |
font-size: 11pt;
|
|
564 |
border-collapse: collapse;
|
|
565 |
margin: 0 0 .4em;
|
|
566 |
}
|
|
567 |
.ui-datepicker th {
|
|
568 |
padding: .7em .3em;
|
|
569 |
text-align: center;
|
|
570 |
font-weight: bold;
|
|
571 |
border: 0;
|
|
572 |
}
|
|
573 |
.ui-datepicker td {
|
|
574 |
border: 0;
|
|
575 |
padding: 1px;
|
|
576 |
}
|
|
577 |
.ui-datepicker td span,
|
|
578 |
.ui-datepicker td a {
|
|
579 |
display: block;
|
|
580 |
padding: .2em;
|
|
581 |
text-align: right;
|
|
582 |
text-decoration: none;
|
|
583 |
}
|
|
584 |
.ui-datepicker .ui-datepicker-buttonpane {
|
|
585 |
background-image: none;
|
|
586 |
margin: .7em 0 0 0;
|
|
587 |
padding: 0 .2em;
|
|
588 |
border-left: 0;
|
|
589 |
border-right: 0;
|
|
590 |
border-bottom: 0;
|
|
591 |
}
|
|
592 |
.ui-datepicker .ui-datepicker-buttonpane button {
|
|
593 |
float: right;
|
|
594 |
margin: .5em .2em .4em;
|
|
595 |
cursor: pointer;
|
|
596 |
padding: .2em .6em .3em .6em;
|
|
597 |
width: auto;
|
|
598 |
overflow: visible;
|
|
599 |
}
|
|
600 |
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
|
|
601 |
float: left;
|
|
602 |
}
|
|
603 |
.ui-datepicker.ui-datepicker-multi {
|
|
604 |
width: auto;
|
|
605 |
}
|
|
606 |
.ui-datepicker-multi .ui-datepicker-group {
|
|
607 |
float: left;
|
|
608 |
}
|
|
609 |
.ui-datepicker-multi .ui-datepicker-group table {
|
|
610 |
width: 95%;
|
|
611 |
margin: 0 auto .4em;
|
|
612 |
}
|
|
613 |
.ui-datepicker-multi-2 .ui-datepicker-group {
|
|
614 |
width: 50%;
|
|
615 |
}
|
|
616 |
.ui-datepicker-multi-3 .ui-datepicker-group {
|
|
617 |
width: 33.3%;
|
|
618 |
}
|
|
619 |
.ui-datepicker-multi-4 .ui-datepicker-group {
|
|
620 |
width: 25%;
|
|
621 |
}
|
|
622 |
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
|
|
623 |
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
|
|
624 |
border-left-width: 0;
|
|
625 |
}
|
|
626 |
.ui-datepicker-multi .ui-datepicker-buttonpane {
|
|
627 |
clear: left;
|
|
628 |
}
|
|
629 |
.ui-datepicker-row-break {
|
|
630 |
clear: both;
|
|
631 |
width: 100%;
|
|
632 |
font-size: 0;
|
|
633 |
}
|
|
634 |
.ui-dialog {
|
|
635 |
z-index: 8001 ;
|
|
636 |
position: absolute;
|
|
637 |
top: 0;
|
|
638 |
left: 0;
|
|
639 |
outline: 0;
|
|
640 |
border: 1px solid black;
|
|
641 |
}
|
|
642 |
.ui-dialog .ui-dialog-titlebar {
|
|
643 |
padding: 0.4em 1.0em;
|
|
644 |
border: none;
|
|
645 |
background: #0f9f22;
|
|
646 |
color: #86f494;
|
|
647 |
font-weight: normal;
|
|
648 |
position: relative;
|
|
649 |
text-align: left;
|
|
650 |
font-size: 13pt;
|
|
651 |
}
|
|
652 |
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
|
|
653 |
float: left;
|
|
654 |
white-space: nowrap;
|
|
655 |
overflow: hidden;
|
|
656 |
text-overflow: ellipsis;
|
|
657 |
display: block;
|
|
658 |
}
|
|
659 |
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
|
|
660 |
position: absolute;
|
|
661 |
right: 0.3em;
|
|
662 |
top: 50%;
|
|
663 |
width: 21px;
|
|
664 |
margin: 10px 0 0 0;
|
|
665 |
padding: 1px;
|
|
666 |
height: 20px;
|
|
667 |
}
|
|
668 |
.ui-dialog .ui-dialog-content {
|
|
669 |
position: relative;
|
|
670 |
border: 0;
|
|
671 |
padding: .5em 1em;
|
|
672 |
background: none;
|
|
673 |
overflow: auto;
|
|
674 |
}
|
|
675 |
.ui-dialog .ui-dialog-buttonpane {
|
|
676 |
text-align: left;
|
|
677 |
border-width: 1px 0 0 0;
|
|
678 |
background-image: none;
|
|
679 |
margin-top: .5em;
|
|
680 |
padding: .3em 1em .5em .4em;
|
|
681 |
}
|
|
682 |
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
|
683 |
float: right;
|
|
684 |
}
|
|
685 |
.ui-dialog .ui-dialog-buttonpane button {
|
|
686 |
margin: .5em .4em .5em 0;
|
|
687 |
cursor: pointer;
|
|
688 |
}
|
|
689 |
.ui-dialog .ui-resizable-se {
|
|
690 |
width: 12px;
|
|
691 |
height: 12px;
|
|
692 |
right: -5px;
|
|
693 |
bottom: -5px;
|
|
694 |
background-position: 16px 16px;
|
|
695 |
}
|
|
696 |
.ui-dialog.ui-draggable .ui-dialog-titlebar {
|
|
697 |
cursor: move;
|
|
698 |
}
|
|
699 |
.ui-menu {
|
|
700 |
list-style: none;
|
|
701 |
padding: 2px;
|
|
702 |
margin: 0;
|
|
703 |
display: block;
|
|
704 |
outline: none;
|
|
705 |
}
|
|
706 |
.ui-menu .ui-menu {
|
|
707 |
margin-top: -3px;
|
|
708 |
position: absolute;
|
|
709 |
}
|
|
710 |
.ui-menu .ui-menu-item {
|
|
711 |
margin: 0;
|
|
712 |
padding: 0;
|
|
713 |
width: 100%;
|
|
714 |
list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
|
715 |
}
|
|
716 |
.ui-menu .ui-menu-divider {
|
|
717 |
margin: 5px -2px 5px -2px;
|
|
718 |
height: 0;
|
|
719 |
font-size: 0;
|
|
720 |
line-height: 0;
|
|
721 |
border-width: 1px 0 0 0;
|
|
722 |
}
|
|
723 |
.ui-menu .ui-menu-item a {
|
|
724 |
text-decoration: none;
|
|
725 |
display: block;
|
|
726 |
padding: 2px .4em;
|
|
727 |
line-height: 1.5;
|
|
728 |
min-height: 0;
|
|
729 |
font-weight: normal;
|
|
730 |
}
|
|
731 |
.ui-menu .ui-menu-item a.ui-state-focus,
|
|
732 |
.ui-menu .ui-menu-item a.ui-state-active {
|
|
733 |
font-weight: normal;
|
|
734 |
margin: -1px;
|
|
735 |
}
|
|
736 |
.ui-menu .ui-state-disabled {
|
|
737 |
font-weight: normal;
|
|
738 |
margin: .4em 0 .2em;
|
|
739 |
line-height: 1.5;
|
|
740 |
}
|
|
741 |
.ui-menu .ui-state-disabled a {
|
|
742 |
cursor: default;
|
|
743 |
}
|
|
744 |
.ui-menu-icons {
|
|
745 |
position: relative;
|
|
746 |
}
|
|
747 |
.ui-menu-icons .ui-menu-item a {
|
|
748 |
position: relative;
|
|
749 |
padding-left: 2em;
|
|
750 |
}
|
|
751 |
.ui-menu .ui-icon {
|
|
752 |
position: absolute;
|
|
753 |
top: .2em;
|
|
754 |
left: .2em;
|
|
755 |
}
|
|
756 |
.ui-menu .ui-menu-icon {
|
|
757 |
position: static;
|
|
758 |
float: right;
|
|
759 |
}
|
|
760 |
.ui-progressbar {
|
|
761 |
height: 2em;
|
|
762 |
text-align: left;
|
|
763 |
overflow: hidden;
|
|
764 |
}
|
|
765 |
.ui-progressbar .ui-progressbar-value {
|
|
766 |
margin: -1px;
|
|
767 |
height: 100%;
|
|
768 |
}
|
|
769 |
.ui-progressbar .ui-progressbar-overlay {
|
|
770 |
background: url("ui-lightness/images/animated-overlay.gif");
|
|
771 |
height: 100%;
|
|
772 |
filter: alpha(opacity=25);
|
|
773 |
opacity: 0.25;
|
|
774 |
}
|
|
775 |
.ui-progressbar-indeterminate .ui-progressbar-value {
|
|
776 |
background-image: none;
|
|
777 |
}
|
|
778 |
.ui-slider {
|
|
779 |
position: relative;
|
|
780 |
text-align: left;
|
|
781 |
}
|
|
782 |
.ui-slider .ui-slider-handle {
|
|
783 |
position: absolute;
|
|
784 |
z-index: 2;
|
|
785 |
width: 1.2em;
|
|
786 |
height: 1.2em;
|
|
787 |
cursor: default;
|
|
788 |
}
|
|
789 |
.ui-slider .ui-slider-range {
|
|
790 |
position: absolute;
|
|
791 |
z-index: 1;
|
|
792 |
font-size: 9pt;
|
|
793 |
display: block;
|
|
794 |
border: 0;
|
|
795 |
background-position: 0 0;
|
|
796 |
}
|
|
797 |
.ui-slider.ui-state-disabled .ui-slider-handle,
|
|
798 |
.ui-slider.ui-state-disabled .ui-slider-range {
|
|
799 |
filter: inherit;
|
|
800 |
}
|
|
801 |
.ui-slider-horizontal {
|
|
802 |
height: .8em;
|
|
803 |
}
|
|
804 |
.ui-slider-horizontal .ui-slider-handle {
|
|
805 |
top: -0.3em;
|
|
806 |
margin-left: -0.6em;
|
|
807 |
}
|
|
808 |
.ui-slider-horizontal .ui-slider-range {
|
|
809 |
top: 0;
|
|
810 |
height: 100%;
|
|
811 |
}
|
|
812 |
.ui-slider-horizontal .ui-slider-range-min {
|
|
813 |
left: 0;
|
|
814 |
}
|
|
815 |
.ui-slider-horizontal .ui-slider-range-max {
|
|
816 |
right: 0;
|
|
817 |
}
|
|
818 |
.ui-slider-vertical {
|
|
819 |
width: .8em;
|
|
820 |
height: 100px;
|
|
821 |
}
|
|
822 |
.ui-slider-vertical .ui-slider-handle {
|
|
823 |
left: -0.3em;
|
|
824 |
margin-left: 0;
|
|
825 |
margin-bottom: -0.6em;
|
|
826 |
}
|
|
827 |
.ui-slider-vertical .ui-slider-range {
|
|
828 |
left: 0;
|
|
829 |
width: 100%;
|
|
830 |
}
|
|
831 |
.ui-slider-vertical .ui-slider-range-min {
|
|
832 |
bottom: 0;
|
|
833 |
}
|
|
834 |
.ui-slider-vertical .ui-slider-range-max {
|
|
835 |
top: 0;
|
|
836 |
}
|
|
837 |
.ui-spinner {
|
|
838 |
position: relative;
|
|
839 |
display: inline-block;
|
|
840 |
overflow: hidden;
|
|
841 |
padding: 0;
|
|
842 |
vertical-align: middle;
|
|
843 |
}
|
|
844 |
.ui-spinner-input {
|
|
845 |
border: none;
|
|
846 |
background: none;
|
|
847 |
color: inherit;
|
|
848 |
padding: 0;
|
|
849 |
margin: .2em 0;
|
|
850 |
vertical-align: middle;
|
|
851 |
margin-left: .4em;
|
|
852 |
margin-right: 22px;
|
|
853 |
}
|
|
854 |
.ui-spinner-button {
|
|
855 |
width: 16px;
|
|
856 |
height: 50%;
|
|
857 |
font-size: 9pt;
|
|
858 |
padding: 0;
|
|
859 |
margin: 0;
|
|
860 |
text-align: center;
|
|
861 |
position: absolute;
|
|
862 |
cursor: default;
|
|
863 |
display: block;
|
|
864 |
overflow: hidden;
|
|
865 |
right: 0;
|
|
866 |
}
|
|
867 |
.ui-spinner a.ui-spinner-button {
|
|
868 |
border-top: none;
|
|
869 |
border-bottom: none;
|
|
870 |
border-right: none;
|
|
871 |
}
|
|
872 |
.ui-spinner .ui-icon {
|
|
873 |
position: absolute;
|
|
874 |
margin-top: -8px;
|
|
875 |
top: 50%;
|
|
876 |
left: 0;
|
|
877 |
}
|
|
878 |
.ui-spinner-up {
|
|
879 |
top: 0;
|
|
880 |
}
|
|
881 |
.ui-spinner-down {
|
|
882 |
bottom: 0;
|
|
883 |
}
|
|
884 |
.ui-spinner .ui-icon-triangle-1-s {
|
|
885 |
background-position: -65px -16px;
|
|
886 |
}
|
|
887 |
.ui-tabs {
|
|
888 |
position: relative;
|
|
889 |
padding: .2em;
|
|
890 |
}
|
|
891 |
.ui-tabs .ui-tabs-nav {
|
|
892 |
margin: 0;
|
|
893 |
padding: .2em .2em 0;
|
|
894 |
}
|
|
895 |
.ui-tabs .ui-tabs-nav li {
|
|
896 |
list-style: none;
|
|
897 |
float: left;
|
|
898 |
position: relative;
|
|
899 |
top: 0;
|
|
900 |
margin: 1px .2em 0 0;
|
|
901 |
border-bottom-width: 0;
|
|
902 |
padding: 0;
|
|
903 |
white-space: nowrap;
|
|
904 |
}
|
|
905 |
.ui-tabs .ui-tabs-nav li a {
|
|
906 |
float: left;
|
|
907 |
padding: .5em 1em;
|
|
908 |
text-decoration: none;
|
|
909 |
}
|
|
910 |
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
|
911 |
margin-bottom: -1px;
|
|
912 |
padding-bottom: 1px;
|
|
913 |
}
|
|
914 |
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
|
|
915 |
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
|
|
916 |
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
|
|
917 |
cursor: text;
|
|
918 |
outline: 0 ;
|
|
919 |
}
|
|
920 |
.ui-tabs .ui-tabs-nav li a,
|
|
921 |
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
|
|
922 |
cursor: pointer;
|
|
923 |
}
|
|
924 |
.ui-tabs .ui-tabs-panel {
|
|
925 |
display: block;
|
|
926 |
border-width: 0;
|
|
927 |
padding: 0.4em 0 1.0em 0;
|
|
928 |
background: none;
|
|
929 |
}
|
|
930 |
.ui-tooltip {
|
|
931 |
padding: 8px;
|
|
932 |
position: absolute;
|
|
933 |
z-index: 9999;
|
|
934 |
max-width: 300px;
|
|
935 |
-webkit-box-shadow: 0 0 5px #aaa;
|
|
936 |
box-shadow: 0 0 5px #aaa;
|
|
937 |
}
|
|
938 |
body .ui-tooltip {
|
|
939 |
border-width: 2px;
|
|
940 |
}
|
|
941 |
.ui-widget {
|
|
942 |
font-size: 9pt;
|
|
943 |
}
|
|
944 |
.ui-widget .ui-widget {
|
|
945 |
font-size: 10pt;
|
|
946 |
}
|
|
947 |
.ui-widget input,
|
|
948 |
.ui-widget select,
|
|
949 |
.ui-widget textarea,
|
|
950 |
.ui-widget button {
|
|
951 |
font-size: 9pt;
|
|
952 |
}
|
|
953 |
.ui-widget-content {
|
|
954 |
border: 1px solid #dddddd;
|
|
955 |
background: none ;
|
|
956 |
color: #333333;
|
|
957 |
}
|
|
958 |
.ui-widget-content a {
|
|
959 |
color: #333333;
|
|
960 |
}
|
|
961 |
.ui-widget-header {
|
|
962 |
background: none;
|
|
963 |
color: #ffffff;
|
|
964 |
font-weight: bold;
|
|
965 |
}
|
|
966 |
.ui-widget-header a {
|
|
967 |
color: #ffffff;
|
|
968 |
}
|
|
969 |
.ui-state-default,
|
|
970 |
.ui-widget-content .ui-state-default,
|
|
971 |
.ui-widget-header .ui-state-default {
|
|
972 |
border: 1px solid #cccccc;
|
|
973 |
background: none ;
|
|
974 |
font-weight: bold;
|
|
975 |
color: #1c94c4;
|
|
976 |
}
|
|
977 |
.ui-state-default a,
|
|
978 |
.ui-state-default a:link,
|
|
979 |
.ui-state-default a:visited {
|
|
980 |
color: #1c94c4;
|
|
981 |
text-decoration: none;
|
|
982 |
}
|
|
983 |
.ui-state-hover,
|
|
984 |
.ui-widget-content .ui-state-hover,
|
|
985 |
.ui-widget-header .ui-state-hover,
|
|
986 |
.ui-state-focus,
|
|
987 |
.ui-widget-content .ui-state-focus,
|
|
988 |
.ui-widget-header .ui-state-focus {
|
|
989 |
border: 1px solid #fbcb09;
|
|
990 |
background: none ;
|
|
991 |
font-weight: bold;
|
|
992 |
color: #c77405;
|
|
993 |
}
|
|
994 |
.ui-state-hover a,
|
|
995 |
.ui-state-hover a:hover,
|
|
996 |
.ui-state-hover a:link,
|
|
997 |
.ui-state-hover a:visited {
|
|
998 |
color: #000;
|
|
999 |
text-decoration: underline;
|
|
1000 |
}
|
|
1001 |
.ui-state-active,
|
|
1002 |
.ui-widget-content .ui-state-active,
|
|
1003 |
.ui-widget-header .ui-state-active {
|
|
1004 |
border: 1px solid #fbd850;
|
|
1005 |
background: none ;
|
|
1006 |
font-weight: bold;
|
|
1007 |
color: #eb8f00;
|
|
1008 |
}
|
|
1009 |
.ui-state-active a,
|
|
1010 |
.ui-state-active a:link,
|
|
1011 |
.ui-state-active a:visited {
|
|
1012 |
color: #eb8f00;
|
|
1013 |
text-decoration: none;
|
|
1014 |
}
|
|
1015 |
.ui-state-highlight,
|
|
1016 |
.ui-widget-content .ui-state-highlight,
|
|
1017 |
.ui-widget-header .ui-state-highlight {
|
|
1018 |
border: 1px solid #fed22f;
|
|
1019 |
background: none ;
|
|
1020 |
color: #363636;
|
|
1021 |
}
|
|
1022 |
.ui-state-highlight a,
|
|
1023 |
.ui-widget-content .ui-state-highlight a,
|
|
1024 |
.ui-widget-header .ui-state-highlight a {
|
|
1025 |
color: #363636;
|
|
1026 |
}
|
|
1027 |
.ui-state-error,
|
|
1028 |
.ui-widget-content .ui-state-error,
|
|
1029 |
.ui-widget-header .ui-state-error {
|
|
1030 |
border: 1px solid #cd0a0a;
|
|
1031 |
background: none ;
|
|
1032 |
color: #ffffff;
|
|
1033 |
}
|
|
1034 |
.ui-state-error a,
|
|
1035 |
.ui-widget-content .ui-state-error a,
|
|
1036 |
.ui-widget-header .ui-state-error a {
|
|
1037 |
color: #ffffff;
|
|
1038 |
}
|
|
1039 |
.ui-state-error-text,
|
|
1040 |
.ui-widget-content .ui-state-error-text,
|
|
1041 |
.ui-widget-header .ui-state-error-text {
|
|
1042 |
color: #ffffff;
|
|
1043 |
}
|
|
1044 |
.ui-priority-primary,
|
|
1045 |
.ui-widget-content .ui-priority-primary,
|
|
1046 |
.ui-widget-header .ui-priority-primary {
|
|
1047 |
font-weight: bold;
|
|
1048 |
}
|
|
1049 |
.ui-priority-secondary,
|
|
1050 |
.ui-widget-content .ui-priority-secondary,
|
|
1051 |
.ui-widget-header .ui-priority-secondary {
|
|
1052 |
opacity: .7;
|
|
1053 |
filter: alpha(opacity=70);
|
|
1054 |
font-weight: normal;
|
|
1055 |
}
|
|
1056 |
.ui-state-disabled,
|
|
1057 |
.ui-widget-content .ui-state-disabled,
|
|
1058 |
.ui-widget-header .ui-state-disabled {
|
|
1059 |
opacity: .35;
|
|
1060 |
filter: alpha(opacity=35);
|
|
1061 |
background-image: none;
|
|
1062 |
}
|
|
1063 |
.ui-state-disabled .ui-icon {
|
|
1064 |
filter: alpha(opacity=35);
|
|
1065 |
}
|
|
1066 |
.ui-icon {
|
|
1067 |
width: 16px;
|
|
1068 |
height: 16px;
|
|
1069 |
}
|
|
1070 |
.ui-icon,
|
|
1071 |
.ui-widget-content .ui-icon {
|
|
1072 |
background-image: url(ui-lightness/images/ui-icons_222222_256x240.png);
|
|
1073 |
}
|
|
1074 |
.ui-widget-header .ui-icon {
|
|
1075 |
background-image: url(ui-lightness/images/ui-icons_ffffff_256x240.png);
|
|
1076 |
}
|
|
1077 |
.ui-state-default .ui-icon {
|
|
1078 |
background-image: url(ui-lightness/images/ui-icons_ef8c08_256x240.png);
|
|
1079 |
}
|
|
1080 |
.ui-state-hover .ui-icon,
|
|
1081 |
.ui-state-focus .ui-icon {
|
|
1082 |
background-image: url(ui-lightness/images/ui-icons_ef8c08_256x240.png);
|
|
1083 |
}
|
|
1084 |
.ui-state-active .ui-icon {
|
|
1085 |
background-image: url(ui-lightness/images/ui-icons_ef8c08_256x240.png);
|
|
1086 |
}
|
|
1087 |
.ui-state-highlight .ui-icon {
|
|
1088 |
background-image: url(ui-lightness/images/ui-icons_228ef1_256x240.png);
|
|
1089 |
}
|
|
1090 |
.ui-state-error .ui-icon,
|
|
1091 |
.ui-state-error-text .ui-icon {
|
|
1092 |
background-image: url(ui-lightness/images/ui-icons_ffd27a_256x240.png);
|
|
1093 |
}
|
|
1094 |
.ui-icon-blank {
|
|
1095 |
background-position: 16px 16px;
|
|
1096 |
}
|
|
1097 |
.ui-icon-carat-1-n {
|
|
1098 |
background-position: 0 0;
|
|
1099 |
}
|
|
1100 |
.ui-icon-carat-1-ne {
|
|
1101 |
background-position: -16px 0;
|
|
1102 |
}
|
|
1103 |
.ui-icon-carat-1-e {
|
|
1104 |
background-position: -32px 0;
|
|
1105 |
}
|
|
1106 |
.ui-icon-carat-1-se {
|
|
1107 |
background-position: -48px 0;
|
|
1108 |
}
|
|
1109 |
.ui-icon-carat-1-s {
|
|
1110 |
background-position: -64px 0;
|
|
1111 |
}
|
|
1112 |
.ui-icon-carat-1-sw {
|
|
1113 |
background-position: -80px 0;
|
|
1114 |
}
|
|
1115 |
.ui-icon-carat-1-w {
|
|
1116 |
background-position: -96px 0;
|
|
1117 |
}
|
|
1118 |
.ui-icon-carat-1-nw {
|
|
1119 |
background-position: -112px 0;
|
|
1120 |
}
|
|
1121 |
.ui-icon-carat-2-n-s {
|
|
1122 |
background-position: -128px 0;
|
|
1123 |
}
|
|
1124 |
.ui-icon-carat-2-e-w {
|
|
1125 |
background-position: -144px 0;
|
|
1126 |
}
|
|
1127 |
.ui-icon-triangle-1-n {
|
|
1128 |
background-position: 0 -16px;
|
|
1129 |
}
|
|
1130 |
.ui-icon-triangle-1-ne {
|
|
1131 |
background-position: -16px -16px;
|
|
1132 |
}
|
|
1133 |
.ui-icon-triangle-1-e {
|
|
1134 |
background-position: -32px -16px;
|
|
1135 |
}
|
|
1136 |
.ui-icon-triangle-1-se {
|
|
1137 |
background-position: -48px -16px;
|
|
1138 |
}
|
|
1139 |
.ui-icon-triangle-1-s {
|
|
1140 |
background-position: -64px -16px;
|
|
1141 |
}
|
|
1142 |
.ui-icon-triangle-1-sw {
|
|
1143 |
background-position: -80px -16px;
|
|
1144 |
}
|
|
1145 |
.ui-icon-triangle-1-w {
|
|
1146 |
background-position: -96px -16px;
|
|
1147 |
}
|
|
1148 |
.ui-icon-triangle-1-nw {
|
|
1149 |
background-position: -112px -16px;
|
|
1150 |
}
|
|
1151 |
.ui-icon-triangle-2-n-s {
|
|
1152 |
background-position: -128px -16px;
|
|
1153 |
}
|
|
1154 |
.ui-icon-triangle-2-e-w {
|
|
1155 |
background-position: -144px -16px;
|
|
1156 |
}
|
|
1157 |
.ui-icon-arrow-1-n {
|
|
1158 |
background-position: 0 -32px;
|
|
1159 |
}
|
|
1160 |
.ui-icon-arrow-1-ne {
|
|
1161 |
background-position: -16px -32px;
|
|
1162 |
}
|
|
1163 |
.ui-icon-arrow-1-e {
|
|
1164 |
background-position: -32px -32px;
|
|
1165 |
}
|
|
1166 |
.ui-icon-arrow-1-se {
|
|
1167 |
background-position: -48px -32px;
|
|
1168 |
}
|
|
1169 |
.ui-icon-arrow-1-s {
|
|
1170 |
background-position: -64px -32px;
|
|
1171 |
}
|
|
1172 |
.ui-icon-arrow-1-sw {
|
|
1173 |
background-position: -80px -32px;
|
|
1174 |
}
|
|
1175 |
.ui-icon-arrow-1-w {
|
|
1176 |
background-position: -96px -32px;
|
|
1177 |
}
|
|
1178 |
.ui-icon-arrow-1-nw {
|
|
1179 |
background-position: -112px -32px;
|
|
1180 |
}
|
|
1181 |
.ui-icon-arrow-2-n-s {
|
|
1182 |
background-position: -128px -32px;
|
|
1183 |
}
|
|
1184 |
.ui-icon-arrow-2-ne-sw {
|
|
1185 |
background-position: -144px -32px;
|
|
1186 |
}
|
|
1187 |
.ui-icon-arrow-2-e-w {
|
|
1188 |
background-position: -160px -32px;
|
|
1189 |
}
|
|
1190 |
.ui-icon-arrow-2-se-nw {
|
|
1191 |
background-position: -176px -32px;
|
|
1192 |
}
|
|
1193 |
.ui-icon-arrowstop-1-n {
|
|
1194 |
background-position: -192px -32px;
|
|
1195 |
}
|
|
1196 |
.ui-icon-arrowstop-1-e {
|
|
1197 |
background-position: -208px -32px;
|
|
1198 |
}
|
|
1199 |
.ui-icon-arrowstop-1-s {
|
|
1200 |
background-position: -224px -32px;
|
|
1201 |
}
|
|
1202 |
.ui-icon-arrowstop-1-w {
|
|
1203 |
background-position: -240px -32px;
|
|
1204 |
}
|
|
1205 |
.ui-icon-arrowthick-1-n {
|
|
1206 |
background-position: 0 -48px;
|
|
1207 |
}
|
|
1208 |
.ui-icon-arrowthick-1-ne {
|
|
1209 |
background-position: -16px -48px;
|
|
1210 |
}
|
|
1211 |
.ui-icon-arrowthick-1-e {
|
|
1212 |
background-position: -32px -48px;
|
|
1213 |
}
|
|
1214 |
.ui-icon-arrowthick-1-se {
|
|
1215 |
background-position: -48px -48px;
|
|
1216 |
}
|
|
1217 |
.ui-icon-arrowthick-1-s {
|
|
1218 |
background-position: -64px -48px;
|
|
1219 |
}
|
|
1220 |
.ui-icon-arrowthick-1-sw {
|
|
1221 |
background-position: -80px -48px;
|
|
1222 |
}
|
|
1223 |
.ui-icon-arrowthick-1-w {
|
|
1224 |
background-position: -96px -48px;
|
|
1225 |
}
|
|
1226 |
.ui-icon-arrowthick-1-nw {
|
|
1227 |
background-position: -112px -48px;
|
|
1228 |
}
|
|
1229 |
.ui-icon-arrowthick-2-n-s {
|
|
1230 |
background-position: -128px -48px;
|
|
1231 |
}
|
|
1232 |
.ui-icon-arrowthick-2-ne-sw {
|
|
1233 |
background-position: -144px -48px;
|
|
1234 |
}
|
|
1235 |
.ui-icon-arrowthick-2-e-w {
|
|
1236 |
background-position: -160px -48px;
|
|
1237 |
}
|
|
1238 |
.ui-icon-arrowthick-2-se-nw {
|
|
1239 |
background-position: -176px -48px;
|
|
1240 |
}
|
|
1241 |
.ui-icon-arrowthickstop-1-n {
|
|
1242 |
background-position: -192px -48px;
|
|
1243 |
}
|
|
1244 |
.ui-icon-arrowthickstop-1-e {
|
|
1245 |
background-position: -208px -48px;
|
|
1246 |
}
|
|
1247 |
.ui-icon-arrowthickstop-1-s {
|
|
1248 |
background-position: -224px -48px;
|
|
1249 |
}
|
|
1250 |
.ui-icon-arrowthickstop-1-w {
|
|
1251 |
background-position: -240px -48px;
|
|
1252 |
}
|
|
1253 |
.ui-icon-arrowreturnthick-1-w {
|
|
1254 |
background-position: 0 -64px;
|
|
1255 |
}
|
|
1256 |
.ui-icon-arrowreturnthick-1-n {
|
|
1257 |
background-position: -16px -64px;
|
|
1258 |
}
|
|
1259 |
.ui-icon-arrowreturnthick-1-e {
|
|
1260 |
background-position: -32px -64px;
|
|
1261 |
}
|
|
1262 |
.ui-icon-arrowreturnthick-1-s {
|
|
1263 |
background-position: -48px -64px;
|
|
1264 |
}
|
|
1265 |
.ui-icon-arrowreturn-1-w {
|
|
1266 |
background-position: -64px -64px;
|
|
1267 |
}
|
|
1268 |
.ui-icon-arrowreturn-1-n {
|
|
1269 |
background-position: -80px -64px;
|
|
1270 |
}
|
|
1271 |
.ui-icon-arrowreturn-1-e {
|
|
1272 |
background-position: -96px -64px;
|
|
1273 |
}
|
|
1274 |
.ui-icon-arrowreturn-1-s {
|
|
1275 |
background-position: -112px -64px;
|
|
1276 |
}
|
|
1277 |
.ui-icon-arrowrefresh-1-w {
|
|
1278 |
background-position: -128px -64px;
|
|
1279 |
}
|
|
1280 |
.ui-icon-arrowrefresh-1-n {
|
|
1281 |
background-position: -144px -64px;
|
|
1282 |
}
|
|
1283 |
.ui-icon-arrowrefresh-1-e {
|
|
1284 |
background-position: -160px -64px;
|
|
1285 |
}
|
|
1286 |
.ui-icon-arrowrefresh-1-s {
|
|
1287 |
background-position: -176px -64px;
|
|
1288 |
}
|
|
1289 |
.ui-icon-arrow-4 {
|
|
1290 |
background-position: 0 -80px;
|
|
1291 |
}
|
|
1292 |
.ui-icon-arrow-4-diag {
|
|
1293 |
background-position: -16px -80px;
|
|
1294 |
}
|
|
1295 |
.ui-icon-extlink {
|
|
1296 |
background-position: -32px -80px;
|
|
1297 |
}
|
|
1298 |
.ui-icon-newwin {
|
|
1299 |
background-position: -48px -80px;
|
|
1300 |
}
|
|
1301 |
.ui-icon-refresh {
|
|
1302 |
background-position: -64px -80px;
|
|
1303 |
}
|
|
1304 |
.ui-icon-shuffle {
|
|
1305 |
background-position: -80px -80px;
|
|
1306 |
}
|
|
1307 |
.ui-icon-transfer-e-w {
|
|
1308 |
background-position: -96px -80px;
|
|
1309 |
}
|
|
1310 |
.ui-icon-transferthick-e-w {
|
|
1311 |
background-position: -112px -80px;
|
|
1312 |
}
|
|
1313 |
.ui-icon-folder-collapsed {
|
|
1314 |
background-position: 0 -96px;
|
|
1315 |
}
|
|
1316 |
.ui-icon-folder-open {
|
|
1317 |
background-position: -16px -96px;
|
|
1318 |
}
|
|
1319 |
.ui-icon-document {
|
|
1320 |
background-position: -32px -96px;
|
|
1321 |
}
|
|
1322 |
.ui-icon-document-b {
|
|
1323 |
background-position: -48px -96px;
|
|
1324 |
}
|
|
1325 |
.ui-icon-note {
|
|
1326 |
background-position: -64px -96px;
|
|
1327 |
}
|
|
1328 |
.ui-icon-mail-closed {
|
|
1329 |
background-position: -80px -96px;
|
|
1330 |
}
|
|
1331 |
.ui-icon-mail-open {
|
|
1332 |
background-position: -96px -96px;
|
|
1333 |
}
|
|
1334 |
.ui-icon-suitcase {
|
|
1335 |
background-position: -112px -96px;
|
|
1336 |
}
|
|
1337 |
.ui-icon-comment {
|
|
1338 |
background-position: -128px -96px;
|
|
1339 |
}
|
|
1340 |
.ui-icon-person {
|
|
1341 |
background-position: -144px -96px;
|
|
1342 |
}
|
|
1343 |
.ui-icon-print {
|
|
1344 |
background-position: -160px -96px;
|
|
1345 |
}
|
|
1346 |
.ui-icon-trash {
|
|
1347 |
background-position: -176px -96px;
|
|
1348 |
}
|
|
1349 |
.ui-icon-locked {
|
|
1350 |
background-position: -192px -96px;
|
|
1351 |
}
|
|
1352 |
.ui-icon-unlocked {
|
|
1353 |
background-position: -208px -96px;
|
|
1354 |
}
|
|
1355 |
.ui-icon-bookmark {
|
|
1356 |
background-position: -224px -96px;
|
|
1357 |
}
|
|
1358 |
.ui-icon-tag {
|
|
1359 |
background-position: -240px -96px;
|
|
1360 |
}
|
|
1361 |
.ui-icon-home {
|
|
1362 |
background-position: 0 -112px;
|
|
1363 |
}
|
|
1364 |
.ui-icon-flag {
|
|
1365 |
background-position: -16px -112px;
|
|
1366 |
}
|
|
1367 |
.ui-icon-calendar {
|
|
1368 |
background-position: -32px -112px;
|
|
1369 |
}
|
|
1370 |
.ui-icon-cart {
|
|
1371 |
background-position: -48px -112px;
|
|
1372 |
}
|
|
1373 |
.ui-icon-pencil {
|
|
1374 |
background-position: -64px -112px;
|
|
1375 |
}
|
|
1376 |
.ui-icon-clock {
|
|
1377 |
background-position: -80px -112px;
|
|
1378 |
}
|
|
1379 |
.ui-icon-disk {
|
|
1380 |
background-position: -96px -112px;
|
|
1381 |
}
|
|
1382 |
.ui-icon-calculator {
|
|
1383 |
background-position: -112px -112px;
|
|
1384 |
}
|
|
1385 |
.ui-icon-zoomin {
|
|
1386 |
background-position: -128px -112px;
|
|
1387 |
}
|
|
1388 |
.ui-icon-zoomout {
|
|
1389 |
background-position: -144px -112px;
|
|
1390 |
}
|
|
1391 |
.ui-icon-search {
|
|
1392 |
background-position: -160px -112px;
|
|
1393 |
}
|
|
1394 |
.ui-icon-wrench {
|
|
1395 |
background-position: -176px -112px;
|
|
1396 |
}
|
|
1397 |
.ui-icon-gear {
|
|
1398 |
background-position: -192px -112px;
|
|
1399 |
}
|
|
1400 |
.ui-icon-heart {
|
|
1401 |
background-position: -208px -112px;
|
|
1402 |
}
|
|
1403 |
.ui-icon-star {
|
|
1404 |
background-position: -224px -112px;
|
|
1405 |
}
|
|
1406 |
.ui-icon-link {
|
|
1407 |
background-position: -240px -112px;
|
|
1408 |
}
|
|
1409 |
.ui-icon-cancel {
|
|
1410 |
background-position: 0 -128px;
|
|
1411 |
}
|
|
1412 |
.ui-icon-plus {
|
|
1413 |
background-position: -16px -128px;
|
|
1414 |
}
|
|
1415 |
.ui-icon-plusthick {
|
|
1416 |
background-position: -32px -128px;
|
|
1417 |
}
|
|
1418 |
.ui-icon-minus {
|
|
1419 |
background-position: -48px -128px;
|
|
1420 |
}
|
|
1421 |
.ui-icon-minusthick {
|
|
1422 |
background-position: -64px -128px;
|
|
1423 |
}
|
|
1424 |
.ui-icon-close {
|
|
1425 |
background-position: -80px -128px;
|
|
1426 |
}
|
|
1427 |
.ui-icon-closethick {
|
|
1428 |
background-position: -96px -128px;
|
|
1429 |
}
|
|
1430 |
.ui-icon-key {
|
|
1431 |
background-position: -112px -128px;
|
|
1432 |
}
|
|
1433 |
.ui-icon-lightbulb {
|
|
1434 |
background-position: -128px -128px;
|
|
1435 |
}
|
|
1436 |
.ui-icon-scissors {
|
|
1437 |
background-position: -144px -128px;
|
|
1438 |
}
|
|
1439 |
.ui-icon-clipboard {
|
|
1440 |
background-position: -160px -128px;
|
|
1441 |
}
|
|
1442 |
.ui-icon-copy {
|
|
1443 |
background-position: -176px -128px;
|
|
1444 |
}
|
|
1445 |
.ui-icon-contact {
|
Design 4.0: Neue Dateien in css: admin/style/variables