/[projects]/dao/mobilescan/main.css
ViewVC logotype

Contents of /dao/mobilescan/main.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2120 - (show annotations) (download) (as text)
Fri Feb 21 21:46:42 2014 UTC (10 years, 2 months ago) by torben
File MIME type: text/css
File size: 30789 byte(s)
add mobilescan
1
2 * {
3 margin:0;
4 padding:0
5 }
6
7 p {
8 margin-top:0px;
9 margin-bottom:1px
10 }
11
12 body {
13 margin:0px;
14 background: #878e96;
15 color: #000; /* 20120906: Ændret fra #fff til #000 fordi indtastning i prompt af EKLid ikke kunne ses på den nye htc tlf */
16 font-family: Verdana, Arial, Helvetica, sans-serif;
17 font-size: 15px;
18 font-style: normal;
19 }
20
21 /* siden*/
22 div.outer,div.footer {
23 background:#878e96;
24 color:#fff;
25 -webkit-border-radius: 4px;
26 padding:3px;
27 width:300px;
28 }
29 /* siden med plads til scrollbar */
30 div.outerS,div.footerS {
31 background:#878e96;
32 color:#fff;
33 -webkit-border-radius: 4px;
34 padding:3px;
35 width:294px;
36 }
37 div.outer_hidden {
38 display:none;
39 }
40
41 div {
42 margin:1px;
43 }
44 div.overskrift1 {
45 font-size:20px;
46 font-weight:bold;
47 }
48 div.overskrift2 {
49 font-size:14px;
50 font-weight:bold;
51 }
52 /* 20120607: start */
53 div.om_hidden {
54 display:none;
55 }
56 div.om_visible {
57 display:block;
58 }
59 /* 20120607: slut */
60
61 /* RingMigOp - Ring mig op boksen */
62 /* Boksen skjules i nogle versioner. F.eks.: BK og UBD*/
63 /* Boksen vises i nogle versioner. F.eks.: Normal, beta, rc */
64 /* 20130124: Visning styres ikke mere her men i scriptet */
65 .boxf {
66 display: none;
67 # display: block;
68 }
69
70 /* header box (logud knap, onlinestatus og synkroniser knap*/
71 .boxh {
72 background:#878e96;
73 -webkit-border-radius: 4px;
74 //border:1px solid #fff;
75 padding:3px;
76 width:294px;
77 margin:0 0 5px 0px;
78 }
79
80
81 /* samle box (alle box?), samt navne linie */
82 .box{
83 background:#7c7361;
84 color:#fff;
85 -webkit-border-radius: 4px;
86 border:1px solid #000;
87 padding:3px;
88 width:294px;
89 margin:5px 0 5px 0px;
90 }
91 .boxOk{
92 background:#878e96;
93 color:#fff;
94 -webkit-border-radius: 4px;
95 border:1px solid #000;
96 padding:3px;
97 width:294px;
98 margin:5px 0 5px 0px;
99 }
100
101 /* start og slut boks */
102 .box0 {
103 background:#878e96;
104 color:#fff;
105 -webkit-border-radius: 4px;
106 border:1px solid #878e96;
107 padding:3px;
108 width:294px;
109 margin:0 0 5px 0px;
110 text-align:center;
111 }
112 .box0_skjult {
113 background:#878e96;
114 color:#fff;
115 -webkit-border-radius: 4px;
116 border:1px solid #878e96;
117 padding:3px;
118 width:294px;
119 margin:0 0 5px 0px;
120 text-align:center;
121 display:none;
122 }
123 .box0_disabled {
124 background:#878e96;
125 color:#fff;
126 -webkit-border-radius: 4px;
127 border:1px solid #878e96;
128 padding:3px;
129 width:294px;
130 margin:0 0 5px 0px;
131 text-align:center;
132 display:block;
133 }
134
135 /* adresse linie */
136 .box1{
137 background:#7c7361;
138 color:#fff;
139 -webkit-border-radius: 4px;
140 border:1px solid #7c7361;
141 padding:3px;
142 width:280px;
143 margin:0 0 5px 0px;
144 //display:none;
145 }
146
147 /* produkt linier */
148 .box2{
149 background:#fff;
150 color:#000;
151 -webkit-border-radius: 4px;
152 border:1px solid #000;
153 padding:3px;
154 width:280px;
155 margin:0 0 5px 0px;
156 //display:none;
157 }
158
159 /* knapper */
160 .box3{
161 //background:#7c7361;
162 color:#fff;
163 -webkit-border-radius: 4px;
164 border:1px solid #7c7361;
165 padding:3px;
166 width:280px;
167 margin:0 0 5px 0px;
168 //display:none;
169 text-align:center;
170 }
171
172 /* afleveret kl linie*/
173 .box4{
174 //background:#7c7361;
175 color:#fff;
176 -webkit-border-radius: 4px;
177 border:1px solid #7c7361;
178 padding:3px;
179 width:280px;
180 margin:0 0 5px 0px;
181 display:none;
182 text-align:center;
183 }
184 .box4Ok{
185 //background:#7c7361;
186 color:#fff;
187 -webkit-border-radius: 4px;
188 border:1px solid #7c7361;
189 padding:3px;
190 width:280px;
191 margin:0 0 5px 0px;
192 display:none;
193 text-align:center;
194 }
195 .boxp{
196 background:#fff;
197 color:#000;
198 -webkit-border-radius: 4px;
199 border:1px solid #000;
200 // padding:1px 1px 0px 1px;
201 padding:5px 5px 4px 5px;
202 width:280px;
203 margin:0px 0px 0px 0px;
204 //display:block;
205 display:none;
206 }
207
208 /* 20110620: start */
209 .boxtotaler{
210 background:#fff;
211 color:#000;
212 -webkit-border-radius: 4px;
213 border:1px solid #000;
214 // padding:1px 1px 0px 1px;
215 padding:5px 5px 4px 5px;
216 width:280px;
217 margin:0px 0px 0px 0px;
218 //display:block;
219 display:none;
220 }
221 /* 20110620: slut */
222
223 .boxHelp {
224 background:#7c7361;
225 color:#fff;
226 -webkit-border-radius: 4px;
227 border:1px solid #000;
228 padding:3px;
229 width:272px;
230 margin:0 0 5px 0px;
231 cursor:pointer;
232 min-height:35px;
233 }
234 .boxHelpKort {
235 //background:#7c7361;
236 color:#fff;
237 -webkit-border-radius: 14px;
238 border:1px solid #000;
239 padding:3px;
240 width:272px;
241 margin:0 0 2px 0px;
242 cursor:pointer;
243 min-height:35px;
244 background:#7c7361 url(png48/window_earth.png) no-repeat 0px 0px;
245 }
246 .boxHelpInstruks {
247 //background:#7c7361;
248 color:#fff;
249 -webkit-border-radius: 14px;
250 border:1px solid #000;
251 padding:3px;
252 width:272px;
253 margin:0 0 2px 0px;
254 cursor:pointer;
255 min-height:35px;
256 background:#7c7361 url(png48/book_bookmark.png) no-repeat 0px 0px;
257 }
258 .boxHelpBillede {
259 //background:#7c7361;
260 color:#fff;
261 -webkit-border-radius: 14px;
262 border:1px solid #000;
263 padding:3px;
264 width:272px;
265 margin:0 0 2px 0px;
266 cursor:pointer;
267 min-height:35px;
268 background:#7c7361 url(png48/house.png) no-repeat 0px 0px;
269 }
270 .boxHelpFortryd {
271 background:#7c7361;
272 color:#fff;
273 -webkit-border-radius: 14px;
274 border:1px solid #000;
275 padding:3px;
276 width:272px;
277 margin:0 0 2px 0px;
278 cursor:pointer;
279 min-height:35px;
280 //background:#7c7361 url(png32/delete.png) no-repeat 0px 0px;
281 }
282 .boxHelpAntal {
283 //background:#7c7361;
284 color:#fff;
285 -webkit-border-radius: 14px;
286 border:1px solid #000;
287 padding:3px;
288 width:272px;
289 margin:0 0 2px 0px;
290 cursor:pointer;
291 min-height:35px;
292 background:#7c7361 url(png32/edit.png) no-repeat 0px 0px;
293 }
294 .boxHelpGratis {
295 background:#7c7361;
296 color:#fff;
297 -webkit-border-radius: 14px;
298 border:1px solid #000;
299 padding:3px;
300 width:272px;
301 margin:0 0 2px 0px;
302 cursor:pointer;
303 min-height:35px;
304 //background:#7c7361 url(png32/edit.png) no-repeat 0px 0px;
305 }
306 .boxHelpMangler {
307 background:#7c7361;
308 color:#fff;
309 -webkit-border-radius: 14px;
310 border:1px solid #000;
311 padding:3px;
312 width:272px;
313 margin:0 0 2px 0px;
314 cursor:pointer;
315 min-height:35px;
316 //background:#7c7361 url(png48/pin_green.png) no-repeat 0px 0px;
317 }
318 .boxHelpFejlpakket {
319 background:#7c7361;
320 color:#fff;
321 -webkit-border-radius: 14px;
322 border:1px solid #000;
323 padding:3px;
324 width:272px;
325 margin:0 0 2px 0px;
326 cursor:pointer;
327 min-height:35px;
328 //background:#7c7361 url(png48/pin_green.png) no-repeat 0px 0px;
329 }
330 /* 20110620: start */
331 .boxHelpFragtbrev {
332 background:#7c7361;
333 color:#fff;
334 -webkit-border-radius: 14px;
335 border:1px solid #000;
336 padding:3px;
337 width:272px;
338 margin:0 0 2px 0px;
339 cursor:pointer;
340 min-height:35px;
341 //background:#7c7361 url(png32/edit.png) no-repeat 0px 0px;
342 }
343 /* 20110620: slut */
344
345 .boxHelpFortrydDisabled {
346 background:#878e96;
347 color:#fff;
348 -webkit-border-radius: 14px;
349 border:1px solid #000;
350 padding:3px;
351 width:272px;
352 margin:0 0 2px 0px;
353 cursor:default;
354 min-height:35px;
355 }
356 .boxHelpAntalDisabled {
357 // background:#878e96;
358 color:#fff;
359 -webkit-border-radius: 14px;
360 border:1px solid #000;
361 padding:3px;
362 width:272px;
363 margin:0 0 2px 0px;
364 cursor:default;
365 min-height:35px;
366 background:#7c7361 url(png32/edit_disabled.png) no-repeat 0px 0px;
367 }
368 .boxHelpGratisDisabled {
369 background:#878e96;
370 color:#fff;
371 -webkit-border-radius: 14px;
372 border:1px solid #000;
373 //padding:3px;
374 width:272px;
375 margin:0px 0px 2px 0px;
376 padding:3px 3px 3px 3px;
377 cursor:default;
378 min-height:35px;
379 // background:#7c7361 url(png32/edit_disabled.png) no-repeat 0px 0px;
380 }
381 .boxHelpManglerDisabled {
382 background:#878e96;
383 color:#fff;
384 -webkit-border-radius: 14px;
385 border:1px solid #000;
386 padding:3px;
387 width:272px;
388 margin:0 0 2px 0px;
389 cursor:default;
390 min-height:35px;
391 // background:#7c7361 url(png16/bullet_ball_glass_green.png) no-repeat 0px 0px;
392 }
393 .boxHelpFejlpakketDisabled {
394 background:#878e96;
395 color:#fff;
396 -webkit-border-radius: 14px;
397 border:1px solid #000;
398 padding:3px;
399 width:272px;
400 margin:0 0 2px 0px;
401 cursor:default;
402 min-height:35px;
403 // background:#7c7361 url(png16/bullet_ball_glass_green.png) no-repeat 0px 0px;
404 }
405
406 /* 20120118: start */
407 /* 20130809: start */
408 /*
409 .boxHelpIngenlabel {
410 background:#7c7361;
411 color:#fff;
412 -webkit-border-radius: 14px;
413 border:1px solid #000;
414 padding:3px;
415 width:272px;
416 margin:0 0 2px 0px;
417 cursor:pointer;
418 min-height:35px;
419 }
420 .boxHelpIngenlabelDisabled {
421 background:#878e96;
422 color:#fff;
423 -webkit-border-radius: 14px;
424 border:1px solid #000;
425 padding:3px;
426 width:272px;
427 margin:0 0 2px 0px;
428 cursor:default;
429 min-height:35px;
430 }
431 .boxHelpIkkefaerdig {
432 background:#7c7361;
433 color:#fff;
434 -webkit-border-radius: 14px;
435 border:1px solid #000;
436 padding:3px;
437 width:272px;
438 margin:0 0 2px 0px;
439 cursor:pointer;
440 min-height:35px;
441 }
442 .boxHelpIkkefaerdigDisabled {
443 background:#878e96;
444 color:#fff;
445 -webkit-border-radius: 14px;
446 border:1px solid #000;
447 padding:3px;
448 width:272px;
449 margin:0 0 2px 0px;
450 cursor:default;
451 min-height:35px;
452 }
453 .boxHelpPakketforkert {
454 background:#7c7361;
455 color:#fff;
456 -webkit-border-radius: 14px;
457 border:1px solid #000;
458 padding:3px;
459 width:272px;
460 margin:0 0 2px 0px;
461 cursor:pointer;
462 min-height:35px;
463 }
464 .boxHelpPakketforkertDisabled {
465 background:#878e96;
466 color:#fff;
467 -webkit-border-radius: 14px;
468 border:1px solid #000;
469 padding:3px;
470 width:272px;
471 margin:0 0 2px 0px;
472 cursor:default;
473 min-height:35px;
474 }
475 */
476 /* 20131205:
477 .boxHelpIngenlabel, .boxHelpIkkefaerdig, .boxHelpPakketforkert, .boxHelpIkkeanmeldt {
478 */
479 .boxHelpIngenlabel, .boxHelpIkkefaerdig, .boxHelpPakketforkert, .boxHelpIkkeanmeldt, .boxHelpForsinkelse, .boxHelpIngenadgang, .boxHelpRingmigop {
480 background:#7c7361;
481 color:#fff;
482 -webkit-border-radius: 14px;
483 border:1px solid #000;
484 padding:3px;
485 width:272px;
486 margin:0 0 2px 0px;
487 cursor:pointer;
488 min-height:35px;
489 }
490 /* 20131206: start */
491 .boxHelpTomvogn, .boxHelpOverskud {
492 background:#7c7361;
493 color:#fff;
494 -webkit-border-radius: 14px;
495 border:1px solid #000;
496 padding:3px;
497 /* width:272px; */
498 margin:0 0 2px 0px;
499 cursor:pointer;
500 min-height:35px;
501 }
502 /* 20131206: slut */
503
504 /* 20131205:
505 .boxHelpIngenlabelDisabled, .boxHelpIkkefaerdigDisabled, .boxHelpPakketforkertDisabled, .boxHelpIkkeanmeldtDisabled {
506 */
507 .boxHelpIngenlabelDisabled, .boxHelpIkkefaerdigDisabled, .boxHelpPakketforkertDisabled, .boxHelpIkkeanmeldtDisabled, .boxHelpForsinkelseDisabled, .boxHelpIngenadgangDisabled, .boxHelpRingmigopDisabled {
508 background:#878e96;
509 color:#fff;
510 -webkit-border-radius: 14px;
511 border:1px solid #000;
512 padding:3px;
513 width:272px;
514 margin:0 0 2px 0px;
515 cursor:default;
516 min-height:35px;
517 }
518 /* 20131206: start */
519 .boxHelpTomvognDisabled, .boxHelpOverskudDisabled {
520 background:#878e96;
521 color:#fff;
522 -webkit-border-radius: 14px;
523 border:1px solid #000;
524 padding:3px;
525 /* width:272px; */
526 margin:0 0 2px 0px;
527 cursor:default;
528 min-height:35px;
529 }
530 /* 20131206: slut */
531 /* 20130809: slut */
532 /* 20120118: slut */
533 /* 20131122: start */
534 .boxHelpIkkeAfleveret {
535 background:#7c7361;
536 color:#fff;
537 -webkit-border-radius: 14px;
538 border:1px solid #000;
539 padding:3px;
540 width:272px;
541 margin:0 0 2px 0px;
542 cursor:pointer;
543 min-height:35px;
544 }
545 .boxHelpIkkeAfleveretDisabled {
546 background:#878e96;
547 color:#fff;
548 -webkit-border-radius: 14px;
549 border:1px solid #000;
550 padding:3px;
551 width:272px;
552 margin:0 0 2px 0px;
553 cursor:default;
554 min-height:35px;
555 }
556 p.clickIkkeAfleveret {
557 color:#fff;
558 padding:0px 0px 0px 45px;
559 min-height:35px;
560 cursor:pointer;
561 background:#7c7361 url(png32/cube_green.png) no-repeat 0px 0px;
562 }
563 p.clickOkIkkeAfleveret{
564 background: #7c7361 url(png16/check.png) no-repeat 250px 0px;
565 padding:0px 20px 0px 45px;
566 //height:35px;
567 min-height:35px;
568 }
569 p.clickIkkeAfleveretDisabled {
570 color:#fff;
571 padding:0px 0px 0px 45px;
572 min-height:35px;
573 cursor:default;
574 background:#878e96 url(png32/cube_green_disabled.png) no-repeat 0px 0px;
575 }
576 /* 20131205:
577 .gruppeIkkeAfleveret, .gruppeRetur {
578 */
579 .gruppeIkkeAfleveret, .gruppeRetur, .gruppeMelding {
580 background:#7c7361;
581 color:#fff;
582 -webkit-border-radius: 0px;
583 border:0px solid #000;
584 padding:0px 0px 0px 0px;
585 width:280px;
586 margin:0 0 2px 0px;
587 cursor:default;
588 }
589 /* 20131206: start */
590 .gruppeSlutMelding {
591 background:#7c7361;
592 color:#fff;
593 -webkit-border-radius: 0px;
594 border:0px solid #000;
595 padding:0px 0px 0px 0px;
596 width:300px;
597 margin:0 0 2px 0px;
598 cursor:default;
599 }
600 /* 20131206: slut */
601
602 /* 20131122: slut */
603
604 /* 20110620: start */
605 .boxHelpFragtbrevDisabled {
606 background:#878e96;
607 color:#fff;
608 -webkit-border-radius: 14px;
609 border:1px solid #000;
610 //padding:3px;
611 width:272px;
612 margin:0px 0px 2px 0px;
613 padding:3px 3px 3px 3px;
614 cursor:default;
615 min-height:35px;
616 // background:#7c7361 url(png32/edit_disabled.png) no-repeat 0px 0px;
617 }
618 /* 20110620: slut */
619
620 /* indeholder box2, box3 og box4 */
621 .boxes{
622 display:none;
623 overflow:hidden;
624 //height:300px;
625 }
626
627 /* 20120618: start */
628 .boxestable {
629 position:relative;
630 /* left:0px; */
631 /* 20130906: start */
632 /*
633 transition:all 2s;
634 -webkit-transition:all 1.0s ease-in-out;
635 -moz-transition:all 1.0s ease-in-out;
636 -o-transition:all 1.0s ease-in-out;
637 -ms-transition:all 1.0s ease-in-out;
638 transition:all 1.0s ease-in-out;
639 */
640 transition:all 2s;
641 -webkit-transition:all 1.0s ease-in-out;
642 -moz-transition:all 1.0s ease-in-out;
643 -o-transition:all 1.0s ease-in-out;
644 -ms-transition:all 1.0s ease-in-out;
645 /* 20130906: slut */
646 }
647 .boxestabletd1, .boxestabletd2 {
648 background:#fff;
649 color:#000;
650 }
651 .boxestabletd2 {
652 /* 20130906: start */
653 /* width:294px; */
654 width:280px;
655 /* 20130906: slut */
656 display:block;
657 }
658 /* 20120618: start */
659
660 .linie {
661 display:inline;
662 }
663 /* 20130809: start */
664 .buttonStartTur {
665 background-color:#fff;
666 color:#000;
667 -webkit-border-radius: 4px;
668 border:1px solid #000;
669 padding:3px;
670 width:286px;
671 //height:35px;
672 //margin:0 0 5px 0px;
673 cursor:pointer;
674 text-align:center;
675 //vertical-align:middle;
676 font-size:26px;
677 }
678 .planlagtLevtid {
679 background-color:#fff;
680 color:#000;
681 cursor:pointer;
682 text-align:center;
683 font-size:16px;
684 }
685 .planlagtLevtidForsinket {
686 background-color:#fff;
687 color:red;
688 cursor:pointer;
689 text-align:center;
690 font-size:16px;
691 }
692 /* 20130809: slut */
693 .button {
694 background-color:#fff;
695 color:#000;
696 -webkit-border-radius: 4px;
697 border:1px solid #000;
698 padding:3px;
699 width:286px;
700 height:35px;
701 //margin:0 0 5px 0px;
702 cursor:pointer;
703 text-align:center;
704 //vertical-align:middle;
705 font-size:26px;
706 }
707 .button_disabled {
708 background-color:#878e96;
709 color:#000;
710 -webkit-border-radius: 4px;
711 border:1px solid #000;
712 padding:3px;
713 width:286px;
714 height:35px;
715 //margin:0 0 5px 0px;
716 cursor:default;
717 text-align:center;
718 //vertical-align:middle;
719 font-size:26px;
720 }
721 div.instruks_normal, div.instruks_hidden {
722 background:#fff;
723 color:red;
724 -webkit-border-radius: 4px;
725 border:1px solid #7c7361;
726 padding:3px;
727 width:272px;
728 margin:0 0 5px 0px;
729 //text-align:center;
730 }
731 div.instruks_hidden {
732 display:none;
733 }
734 //div.instruks {
735 //}
736
737 /* 20131216: start */
738 /*
739 button {
740 width:80px;
741 height:30px;
742 }
743 */
744 .overskudButton {
745 width:80px;
746 height:20px;
747 -webkit-border-radius: 7px;
748 background-color:green;
749 }
750
751 /* 20131216: slut */
752
753 div.click{
754 background-color:#7c7361;
755 color:#fff;
756 cursor:pointer;
757 padding:0px 25px 0px 0px;
758 //height:35px;
759 min-height:35px;
760 }
761 p.click{
762 //background-color:#7c7361;
763 color:#fff;
764 cursor:pointer;
765 padding:0px 0px 0px 45px;
766 //height:35px;
767 min-height:35px;
768 }
769 p.clickHelp{
770 //background-color:#7c7361;
771 color:#fff;
772 cursor:pointer;
773 padding:0px 0px 0px 40px;
774 //height:35px;
775 min-height:35px;
776 }
777
778 div.clickOk1{
779 //background-color:#7c7361;
780 color:#fff;
781 cursor:pointer;
782 // background: #878e96 url(png16/bullet_ball_glass_green.png) no-repeat 275px 0px;
783 background: #878e96 url(png16/check.png) no-repeat 275px 0px;
784 padding:0px 25px 0px 0px;
785 //height:35px;
786 //min-height:35px;
787 }
788 div.clickOk{
789 //background-color:#7c7361;
790 color:#fff;
791 cursor:pointer;
792 background: #878e96 url(png16/check.png) no-repeat 275px 0px;
793 padding:0px 25px 0px 0px;
794 //height:35px;
795 //min-height:35px;
796 }
797 p.clickOk{
798 //background-color:#7c7361;
799 color:#fff;
800 cursor:pointer;
801 background: #878e96 url(png16/check.png) no-repeat 275px 0px;
802 padding:0px 0px 0px 20px;
803 //height:35px;
804 //min-height:35px;
805 }
806 /* 20110620: start */
807 p.clickPakkeLeveret{
808 //background-color:#7c7361;
809 //color:#fff;
810 //cursor:pointer;
811 // background: #fff url(png16/check.png) no-repeat 25px 0px;
812 background: url(png16/check.png) no-repeat 25px 0px;
813 padding:0px 0px 0px 20px;
814 //height:35px;
815 //min-height:35px;
816 }
817 p.clickPakkeMangler{
818 //background-color:#7c7361;
819 //color:#fff;
820 //cursor:pointer;
821 // background: #fff url(png16/text_plain.png) no-repeat 25px 0px;
822 background: url(png16/text_plain.png) no-repeat 25px 0px;
823 padding:0px 0px 0px 20px;
824 //height:35px;
825 //min-height:35px;
826 }
827 /* 20110620: slut */
828 p.clickOkHelp{
829 background: #7c7361 url(png16/check.png) no-repeat 250px 0px;
830 padding:0px 20px 0px 45px;
831 //height:35px;
832 min-height:35px;
833 }
834 p.clickOkMangler{
835 background: #7c7361 url(png16/check.png) no-repeat 250px 0px;
836 padding:0px 20px 0px 45px;
837 //height:35px;
838 min-height:35px;
839 }
840 p.clickOkFejlpakket{
841 background: #7c7361 url(png16/check.png) no-repeat 250px 0px;
842 padding:0px 20px 0px 45px;
843 //height:35px;
844 min-height:35px;
845 }
846
847 div.clickDisabled{
848 background-color:#878e96;
849 color:#fff;
850 padding:0px 25px 0px 0px;
851 height:30px;
852 }
853 p.clickDisabled{
854 //background-color:#878e96;
855 color:#fff;
856 padding:0px 0px 0px 45px;
857 //height:30px;
858 min-height:35px;
859 cursor:default;
860 background:#878e96 url(png32/edit_disabled.png) no-repeat 0px 0px;
861 }
862 p.clickFortryd{
863 //background-color:#878e96;
864 color:#fff;
865 padding:0px 0px 0px 45px;
866 //height:30px;
867 min-height:35px;
868 cursor:pointer;
869 background:#7c7361 url(png32/delete.png) no-repeat 0px 0px;
870 }
871 p.clickFortrydDisabled{
872 //background-color:#878e96;
873 color:#fff;
874 padding:0px 0px 0px 45px;
875 //height:30px;
876 min-height:35px;
877 cursor:default;
878 background:#878e96 url(png32/delete_disabled.png) no-repeat 0px 0px;
879 }
880 p.clickGratis{
881 //background-color:#878e96;
882 color:#fff;
883 padding:0px 0px 0px 45px;
884 //height:30px;
885 min-height:35px;
886 cursor:pointer;
887 background:#7c7361 url(png32/edit.png) no-repeat 0px 0px;
888 }
889 p.clickGratisDisabled{
890 //background-color:#878e96;
891 color:#fff;
892 padding:0px 0px 0px 45px;
893 //height:30px;
894 min-height:35px;
895 cursor:default;
896 background:#878e96 url(png32/edit_disabled.png) no-repeat 0px 0px;
897 }
898 p.clickMangler{
899 //background-color:#878e96;
900 color:#fff;
901 padding:0px 0px 0px 45px;
902 //height:30px;
903 min-height:35px;
904 cursor:pointer;
905 background:#7c7361 url(png32/cube_green_delete.png) no-repeat 0px 0px;
906 }
907 p.clickManglerDisabled{
908 //background-color:#878e96;
909 color:#fff;
910 padding:0px 0px 0px 45px;
911 //height:30px;
912 min-height:35px;
913 cursor:default;
914 background:#878e96 url(png32/cube_green_delete_disabled.png) no-repeat 0px 0px;
915 }
916 p.clickOkManglerDisabled{
917 //background-color:#878e96;
918 color:#fff;
919 padding:0px 20px 0px 45px;
920 //height:30px;
921 min-height:35px;
922 cursor:default;
923 background:#878e96 url(png16/check.png) no-repeat 250px 0px;
924 }
925 p.clickFejlpakket{
926 //background-color:#878e96;
927 color:#fff;
928 padding:0px 0px 0px 45px;
929 //height:30px;
930 min-height:35px;
931 cursor:pointer;
932 background:#7c7361 url(png32/cube_green_edit.png) no-repeat 0px 0px;
933 }
934 p.clickFejlpakketDisabled{
935 //background-color:#878e96;
936 color:#fff;
937 padding:0px 0px 0px 45px;
938 //height:30px;
939 min-height:35px;
940 cursor:default;
941 background:#878e96 url(png32/cube_green_edit_disabled.png) no-repeat 0px 0px;
942 }
943 p.clickOkFejlpakketDisabled{
944 //background-color:#878e96;
945 color:#fff;
946 padding:0px 20px 0px 45px;
947 //height:30px;
948 min-height:35px;
949 cursor:default;
950 background:#878e96 url(png16/check.png) no-repeat 250px 0px;
951 }
952 /* 20110620: start */
953
954 /* 20120118: start */
955 /* 20130809: start */
956 /*
957 p.clickIngenlabel{
958 color:#fff;
959 padding:0px 0px 0px 45px;
960 min-height:35px;
961 cursor:pointer;
962 background:#7c7361 url(png32/cube_green.png) no-repeat 0px 0px;
963 }
964 p.clickIngenlabelDisabled{
965 color:#fff;
966 padding:0px 0px 0px 45px;
967 min-height:35px;
968 cursor:default;
969 background:#878e96 url(png32/cube_green_disabled.png) no-repeat 0px 0px;
970 }
971 p.clickOkIngenlabel{
972 background: #7c7361 url(png16/check.png) no-repeat 250px 0px;
973 padding:0px 20px 0px 45px;
974 //height:35px;
975 min-height:35px;
976 }
977 p.clickOkIngenlabelDisabled{
978 color:#fff;
979 padding:0px 20px 0px 45px;
980 min-height:35px;
981 cursor:default;
982 background:#878e96 url(png16/check.png) no-repeat 250px 0px;
983 }
984 p.clickIkkefaerdig{
985 color:#fff;
986 padding:0px 0px 0px 45px;
987 min-height:35px;
988 cursor:pointer;
989 background:#7c7361 url(png32/cube_green.png) no-repeat 0px 0px;
990 }
991 p.clickIkkefaerdigDisabled{
992 color:#fff;
993 padding:0px 0px 0px 45px;
994 min-height:35px;
995 cursor:default;
996 background:#878e96 url(png32/cube_green_disabled.png) no-repeat 0px 0px;
997 }
998 p.clickOkIkkefaerdig{
999 background: #7c7361 url(png16/check.png) no-repeat 250px 0px;
1000 padding:0px 20px 0px 45px;
1001 //height:35px;
1002 min-height:35px;
1003 }
1004 p.clickOkIkkefaerdigDisabled{
1005 color:#fff;
1006 padding:0px 20px 0px 45px;
1007 min-height:35px;
1008 cursor:default;
1009 background:#878e96 url(png16/check.png) no-repeat 250px 0px;
1010 }
1011 p.clickPakketforkert{
1012 color:#fff;
1013 padding:0px 0px 0px 45px;
1014 min-height:35px;
1015 cursor:pointer;
1016 background:#7c7361 url(png32/cube_green.png) no-repeat 0px 0px;
1017 }
1018 p.clickPakketforkertDisabled{
1019 color:#fff;
1020 padding:0px 0px 0px 45px;
1021 min-height:35px;
1022 cursor:default;
1023 background:#878e96 url(png32/cube_green_disabled.png) no-repeat 0px 0px;
1024 }
1025 p.clickOkPakketforkert{
1026 background: #7c7361 url(png16/check.png) no-repeat 250px 0px;
1027 padding:0px 20px 0px 45px;
1028 //height:35px;
1029 min-height:35px;
1030 }
1031 p.clickOkPakketforkertDisabled{
1032 color:#fff;
1033 padding:0px 20px 0px 45px;
1034 min-height:35px;
1035 cursor:default;
1036 background:#878e96 url(png16/check.png) no-repeat 250px 0px;
1037 }
1038 */
1039 p.clickIngenlabel, p.clickIkkefaerdig, p.clickPakketforkert, p.clickIkkeanmeldt {
1040 color:#fff;
1041 padding:0px 0px 0px 45px;
1042 min-height:35px;
1043 cursor:pointer;
1044 background:#7c7361 url(png32/cube_green.png) no-repeat 0px 0px;
1045 }
1046 /* 20131205: start */
1047 .clickForsinkelse, .clickIngenadgang, .clickRingmigop, .clickTomvogn, .clickOverskud {
1048 color:#fff;
1049 padding:0px 0px 0px 45px;
1050 min-height:35px;
1051 cursor:pointer;
1052 background:#7c7361 url(png32/signpost2.png) no-repeat 0px 0px;
1053 }
1054 /* 20131205: slut */
1055 p.clickIngenlabelDisabled, p.clickIkkefaerdigDisabled, p.clickPakketforkertDisabled, p.clickIkkeanmeldtDisabled {
1056 color:#fff;
1057 padding:0px 0px 0px 45px;
1058 min-height:35px;
1059 cursor:default;
1060 background:#878e96 url(png32/cube_green_disabled.png) no-repeat 0px 0px;
1061 }
1062 /* 20131205: start */
1063 .clickForsinkelseDisabled, .clickIngenadgangDisabled, .clickRingmigopDisabled, .clickTomvognDisabled, .clickOverskudDisabled {
1064 color:#fff;
1065 padding:0px 0px 0px 45px;
1066 min-height:35px;
1067 cursor:default;
1068 background:#878e96 url(png32/signpost2_disabled.png) no-repeat 0px 0px;
1069 }
1070 /* 20131205: slut */
1071 /* 20131205:
1072 p.clickOkIngenlabel, p.clickOkIkkefaerdig, p.clickOkPakketforkert, p.clickOkIkkeanmeldt {
1073 */
1074 p.clickOkIngenlabel, p.clickOkIkkefaerdig, p.clickOkPakketforkert, p.clickOkIkkeanmeldt, .clickOkForsinkelse, .clickOkIngenadgang, .clickOkRingmigop, .clickOkTomvogn, .clickOkOverskud {
1075 background: #7c7361 url(png16/check.png) no-repeat 250px 0px;
1076 padding:0px 20px 0px 45px;
1077 //height:35px;
1078 min-height:35px;
1079 }
1080 /* 20131205:
1081 p.clickOkIngenlabelDisabled, p.clickOkIkkefaerdigDisabled, p.clickOkPakketforkertDisabled, p.clickOkIkkeanmeldtDisabled {
1082 */
1083 p.clickOkIngenlabelDisabled, p.clickOkIkkefaerdigDisabled, p.clickOkPakketforkertDisabled, p.clickOkIkkeanmeldtDisabled, .clickOkForsinkelseDisabled, .clickOkIngenadgangDisabled, .clickOkRingmigopDisabled, .clickOkTomvognDisabled, .clickOkOverskudDisabled {
1084 color:#fff;
1085 padding:0px 20px 0px 45px;
1086 min-height:35px;
1087 cursor:default;
1088 background:#878e96 url(png16/check.png) no-repeat 250px 0px;
1089 }
1090 /* 20130809: slut */
1091 /* 20120118: slut */
1092
1093 p.clickFragtbrev{
1094 //background-color:#878e96;
1095 color:#fff;
1096 padding:0px 0px 0px 45px;
1097 //height:30px;
1098 min-height:35px;
1099 cursor:pointer;
1100 background:#7c7361 url(png32/edit.png) no-repeat 0px 0px;
1101 }
1102 p.clickFragtbrevDisabled{
1103 //background-color:#878e96;
1104 color:#fff;
1105 padding:0px 0px 0px 45px;
1106 //height:30px;
1107 min-height:35px;
1108 cursor:default;
1109 background:#878e96 url(png32/edit_disabled.png) no-repeat 0px 0px;
1110 }
1111 /* 20110620: slut */
1112
1113 .imgbutton {
1114 cursor:pointer;
1115 }
1116 .imgbutton, .imgbutton_look {
1117 vertical-align:middle;
1118 /* 20120607: start */
1119 -moz-border-radius: 7px;
1120 -webkit-border-radius: 7px;
1121 border-radius: 7px;
1122 /* 20120607: slut */
1123 }
1124 .imgbutton_disabled {
1125 cursor:default;
1126 vertical-align:middle;
1127 /* 20120607: start */
1128 -moz-border-radius: 7px;
1129 -webkit-border-radius: 7px;
1130 border-radius: 7px;
1131 /* 20120607: slut */
1132 }
1133 .problem {
1134 display:none;
1135 }
1136 .problemButton {
1137 background:#878e96;
1138 color:#fff;
1139 -webkit-border-radius: 4px;
1140 // border:1px solid #fff;
1141 padding:3px;
1142 width:274px;
1143 margin:0 0 5px 0px;
1144 //display:none;
1145 text-align:center;
1146 }
1147
1148 /* **************************************
1149 MobileScan sektion
1150 */
1151
1152 /*disable spinners on number input (only PC browser)*/
1153 input[type=number]::-webkit-inner-spin-button,
1154 input[type=number]::-webkit-outer-spin-button {
1155 -webkit-appearance: none;
1156 margin: 0;
1157 }
1158
1159 .scannet_label {
1160 float: left;
1161 }
1162
1163 .scannet_value {
1164 clear: both;
1165 }
1166
1167
1168 .container {
1169 background:#7c7361;
1170 margin-top: 10px;
1171 padding: 5px;
1172 min-height: 350px;
1173 }
1174
1175 .pakkeentry {
1176 border-top-style:dotted;
1177 border-width: 1px;
1178 border-color: #a9a9a9;
1179 }
1180
1181 .section {
1182 border: 2px solid #a9a9a9;
1183 border-radius: 5px;
1184 margin-bottom: 5px;
1185 }
1186
1187 .overskrift {
1188 margin-bottom: 10px;
1189 color:#fff;
1190 font-size: 14pt;
1191 font-weight: bold;
1192 }
1193
1194 .center {
1195 margin-left: auto ;
1196 margin-right: auto ;
1197
1198 width: 100%;
1199 text-align: center ;
1200 }
1201
1202 #boghandlerform {
1203 color:#fff;
1204 width: 230px;
1205 height: 150px;
1206 background: #7c7361;
1207 padding: 10px;
1208 border-radius: 10px;
1209 }
1210
1211 table {
1212 color: #fff;
1213 }
1214
1215 /* **************************************
1216 END OF MobileScan sektion
1217 */
1218
1219
1220
1221 table.login {
1222 background:#7c7361;
1223 // background:#878e96;
1224 color:#fff;
1225 width:100%;
1226 height:100%;
1227 text-align:center;
1228 }
1229 td.loginHeader {
1230 color:#fff;
1231 background:#7c7361;
1232 // background:#878e96;
1233 font-size:22px;
1234 font-weight:bold;
1235 text-align:center;
1236 }
1237 td.loginFooter {
1238 background:#7c7361;
1239 // background:#878e96;
1240 text-align:center;
1241 }
1242 th.loginTekst {
1243 color:#fff;
1244 text-align:left;
1245 }
1246 td.loginData {
1247 text-align:center;
1248 }
1249 input.loginData {
1250 font-size:22px;
1251 }
1252 td.loginFejl {
1253 background:#fff;
1254 color:red;
1255 text-align:center;
1256 }
1257 td.produktdata {
1258 border-bottom:1px dotted;
1259 border-color:#7c7361;
1260 //border-bottom: 3px dotted red;
1261 }
1262 input.loginSubmit {
1263 width:80px;
1264 height:30px;
1265 }
1266
1267 table.indexHeaderTable {
1268 background:#4A4029;
1269 border-spacing:0px;
1270 padding:5px;
1271 }
1272 tr.indexHeader {
1273 vertical-align:top;
1274 }
1275 td.indexTekstRight {
1276 text-align:left;
1277 }
1278 td.indexTekstCenter {
1279 text-align:center;
1280 /* 20120607: start */
1281 font-weight: bold;
1282 font-size: 10px;
1283 /* 20120607: slut */
1284 }
1285 td.indexTekstRight {
1286 text-align:right;
1287 }
1288 output.indexTekstFejl {
1289 color:red;
1290 }
1291 /* 20100620: start */
1292 output.gpsinfo {
1293 display: none;
1294 background:white;
1295 color:black;
1296 }
1297 input.indtastantalnum {
1298 height:25px;
1299 width:70px;
1300 font-size:20px;
1301 }
1302 /* 20130515: start */
1303 input.indtasteklid {
1304 height:25px;
1305 width:150px;
1306 font-size:20px;
1307 }
1308 /* 20130515: slut */
1309 div.indtastantal {
1310 border:1px solid #000;
1311 background:#fff;
1312 color:#000;
1313 display:none;
1314 font-weight:bold;
1315 /*
1316 position: fixed; top:200px; left:10px; z-index:1;
1317 height:180px;
1318 width: 285px;
1319 border:1px solid #000;
1320 */
1321 padding:3px;
1322 margin:0 0 5px 0px;
1323 text-align:center;
1324 }
1325 /* 20110620: slut */
1326 img.skjult {
1327 display:none;
1328 }
1329 img.instruks {
1330 //max-width:300px;
1331 //height:auto;
1332 display:block;
1333 }
1334 img.levering {
1335 max-width:300px;
1336 height:auto;
1337 display:block;
1338 }
1339 div.imgbox{
1340 background:#878e96;
1341 color:#fff;
1342 -webkit-border-radius: 4px;
1343 border:1px solid #878e96;
1344 padding:3px;
1345 width:300px;
1346 margin:0 0 5px 0px;
1347 //display:none;
1348 text-align:center;
1349 }
1350 div.navnelin1, div.navnelin2, div.navnelin3, div.navnelin4 {
1351 display:block;
1352 }
1353 div.navnelin1_skjult, div.navnelin2_skjult, div.navnelin3_skjult, div.navnelin4_skjult {
1354 display:none;
1355 }
1356 /* 20131206: start */
1357 .overskudBox, .overskudBox_skjult {
1358 background:#7c7361;
1359 color:#fff;
1360 -webkit-border-radius: 4px;
1361 border:1px solid #000;
1362 padding:3px;
1363 width:294px;
1364 margin:5px 0 5px 0px;
1365 }
1366 div.overskudTabel {
1367 background:#fff;
1368 color:#000;
1369 display:block;
1370 height:0px;
1371 overflow:hidden;
1372 transition:height 2s;
1373 -moz-transition:height 2s; /* Firefox 4 */
1374 -webkit-transition:height 2s; /* Safari and Chrome */
1375 -o-transition:height 2s; /* Opera */
1376 }
1377 div.overskudTabel_skjult, .overskudBox_skjult {
1378 display:none;
1379 }
1380 td.overskudTabelLeft, td.overskudTabelRight {
1381 border-bottom:1px dotted;
1382 border-color:#7c7361;
1383 //border-bottom: 3px dotted red;
1384 }
1385 table.overskudTabeldata {
1386 border-spacing:0px;
1387 padding:5px;
1388 }
1389 td.overskudTabelLeft {
1390 text-align:left;
1391 }
1392 td.overskudTabelRight {
1393 text-align:right;
1394 }
1395 tr.overskudTabelLige {
1396 background:#fff;
1397 }
1398 tr.overskudTabelUlige {
1399 background-color:#7c7361;
1400 color:#fff;
1401 }
1402 /* 20131206: slut */
1403
1404 /* 20110620: start */
1405 .totalerBox{
1406 background:#7c7361;
1407 color:#fff;
1408 -webkit-border-radius: 4px;
1409 border:1px solid #000;
1410 padding:3px;
1411 width:294px;
1412 margin:5px 0 5px 0px;
1413 /*
1414 background:#fff;
1415 color:#000;
1416 -webkit-border-radius: 4px;
1417 border:1px solid #000;
1418 padding:3px;
1419 width:280px;
1420 margin:0 0 5px 0px;
1421 //display:none;
1422 */
1423 }
1424 div.totalerTabel {
1425 background:#fff;
1426 color:#000;
1427 display:block;
1428 /* 20120615: start */
1429 height:0px;
1430 overflow:hidden;
1431 transition:height 2s;
1432 -moz-transition:height 2s; /* Firefox 4 */
1433 -webkit-transition:height 2s; /* Safari and Chrome */
1434 -o-transition:height 2s; /* Opera */
1435 /* 20120615: slut */
1436 }
1437 div.totalerTabel_skjult {
1438 display:none;
1439 }
1440 td.totalerTabelLeft, td.totalerTabelRight {
1441 border-bottom:1px dotted;
1442 border-color:#7c7361;
1443 //border-bottom: 3px dotted red;
1444 }
1445 table.totalerTabeldata {
1446 border-spacing:0px;
1447 padding:5px;
1448 }
1449 td.totalerTabelLeft {
1450 text-align:left;
1451 }
1452 td.totalerTabelRight {
1453 text-align:right;
1454 }
1455 tr.totalerTabelLige {
1456 background:#fff;
1457 }
1458 tr.totalerTabelUlige {
1459 background-color:#7c7361;
1460 color:#fff;
1461 }
1462 table.produktlinietabel {
1463 border-spacing:0px;
1464 padding:5px;
1465 }
1466 tr.produktlinieLige {
1467 background:#fff;
1468 /* 20120607: start */
1469 /* min-height: 40px; */
1470 height: 40px;
1471 vertical-align:middle;
1472 /* 20120607: slut */
1473 }
1474 tr.produktlinieUlige {
1475 background-color:#7c7361;
1476 color:#fff;
1477 /* 20120607: start */
1478 /* min-height: 40px; */
1479 height: 40px;
1480 vertical-align:middle;
1481 /* 20120607: slut */
1482 }
1483 div.fragtbrevdata {
1484 border:1px solid #000;
1485 background:#fff;
1486 display:none;
1487 }
1488 div.ringmigopdata, div.fragtbrevliniedata {
1489 border:1px solid #000;
1490 background:#fff;
1491 color:black;
1492 padding:3px;
1493 margin:0 0 5px 0px;
1494 font-weight:bold;
1495 text-align:center;
1496 display:none;
1497 }
1498 div.ringmigoplinier, div.fragtbrevlinier {
1499 border:1px solid #000;
1500 background:#7c7361;
1501 color:white;
1502 height:30px;
1503 width:90%;
1504 margin:0px auto;
1505 font-weight:normal;
1506 cursor:pointer;
1507 }
1508 table.pakkeTabeldata {
1509 border-spacing:0px;
1510 padding:5px;
1511 color:#000;
1512 }
1513 tr.pakkeTabelLige {
1514 background:#fff;
1515 cursor:pointer;
1516 height:50px;
1517 vertical-align:middle;
1518 }
1519 tr.pakkeTabelUlige {
1520 background-color:#7c7361;
1521 color:#fff;
1522 cursor:pointer;
1523 height:50px;
1524 vertical-align:middle;
1525 }
1526
1527 div.afventgps {
1528 position: absolute;
1529 left: 15%;
1530 top: 75%;
1531 height: 45px;
1532 width: 240px;
1533 margin: auto;
1534 border:1px solid #000;
1535 background:white;
1536 color:black;
1537 display:none;
1538 }
1539 /* 20120118: slut */

  ViewVC Help
Powered by ViewVC 1.1.20