blob: 5e08f25d626137f13fba5884e36e752a9879cc37 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001@charset "UTF-8";
2/**
3 * Aggregate separated Sass files for Kalamar
4 */
5/**
6 * Some colors and shadow definitions
7 * for Kalamar,
8 */
9/**
10 * Official IDS colors
11 */
12/**
13 * Orange Colors
14 */
15/**
16 * Green Colors
17 */
18/**
19 * Blue Colors
20 */
21/**
22 * Grey Colors
23 */
24/**
25 * Red Colors (no IDS relation)
26 */
27/**
28 * Basic shadows
29 */
30/**
31 * KWIC colors
32 */
33/**
34 * Font Awesome symbol table.
35 */
36/**
37 * Some colors and shadow definitions
38 * for Kalamar,
39 */
40/**
41 * Official IDS colors
42 */
43/**
44 * Orange Colors
45 */
46/**
47 * Green Colors
48 */
49/**
50 * Blue Colors
51 */
52/**
53 * Grey Colors
54 */
55/**
56 * Red Colors (no IDS relation)
57 */
58/**
59 * Basic shadows
60 */
61/**
62 * KWIC colors
63 */
64/**
65 * Mixin for blind elements
66 * (e.g., spans in elements with an icon background)
67 */
68/**
69 * Mixin for basic color transition
70 */
71/**
72 * Mixing for basic text padding
73 */
74/**
75 * Mixing for icon fonts
76 */
77/**
78 * Mixing for correct box sizing (probably not necessary)
79 * DEPRECATED
80 */
81/**
82 * Some colors and shadow definitions
83 * for Kalamar,
84 */
85/**
86 * Official IDS colors
87 */
88/**
89 * Orange Colors
90 */
91/**
92 * Green Colors
93 */
94/**
95 * Blue Colors
96 */
97/**
98 * Grey Colors
99 */
100/**
101 * Red Colors (no IDS relation)
102 */
103/**
104 * Basic shadows
105 */
106/**
107 * KWIC colors
108 */
109/**
110 * Some color definitions and mixins for
111 * buttons and menus.
112 */
113/**
114 * Chooseable items (default)
115 */
116/**
117 * Chooseable items (mouse over)
118 */
119/**
120 * Chooseable items (not available)
121 */
122/**
123 * Chooseable items (active)
124 */
125/**
126 * Chooseable items (action: remove something)
127 */
128/*
129 * Defined lengths and sizes for the
130 * Kalamar layout.
131 */
132/**
133 * Margins
134 */
135/**
136 * Path information - relative to css!
137 */
138/**
139 * Path information - relative to css!
140 */
141/**
142 * Load web fonts for Kalamar
143 */
144@font-face {
145 font-family: "FontAwesome";
146 src: url("../font/fontawesome-webfont.eot?v=4.3.0");
147 src: url("../font/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../font/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../font/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../font/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../font/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
148 font-weight: normal;
149 font-style: normal;
150}
151/*
152 * Defined lengths and sizes for the
153 * Kalamar layout.
154 */
155/**
156 * Margins
157 */
158/**
159 * Some colors and shadow definitions
160 * for Kalamar,
161 */
162/**
163 * Official IDS colors
164 */
165/**
166 * Orange Colors
167 */
168/**
169 * Green Colors
170 */
171/**
172 * Blue Colors
173 */
174/**
175 * Grey Colors
176 */
177/**
178 * Red Colors (no IDS relation)
179 */
180/**
181 * Basic shadows
182 */
183/**
184 * KWIC colors
185 */
186/**
187 * Mixin for blind elements
188 * (e.g., spans in elements with an icon background)
189 */
190/**
191 * Mixin for basic color transition
192 */
193/**
194 * Mixing for basic text padding
195 */
196/**
197 * Mixing for icon fonts
198 */
199/**
200 * Mixing for correct box sizing (probably not necessary)
201 * DEPRECATED
202 */
203/**
204 * This defines flexible table cells
205 * for views (including media queries).
206 */
207dl.flex {
208 display: flex;
209 flex-direction: row;
210 flex-wrap: wrap;
211 justify-content: flex-start;
212 align-items: stretch;
213 width: auto;
214 padding-bottom: 0;
215}
216dl.flex > div {
217 display: flex;
218 flex-direction: row;
219 text-align: center;
220 width: 100%;
221 border-width: 1px;
222 border-style: solid;
223 align-items: stretch;
224}
225dl.flex > div > * {
226 text-overflow: ellipsis;
227 white-space: nowrap;
228 max-width: 25em;
229 overflow: hidden;
230 padding: 1px 6px;
231 margin: 0px;
232}
233dl.flex > div > dt {
234 text-align: left;
235 width: 12.5em;
236 padding: 3pt 6pt;
237 margin: 0;
238}
239dl.flex > div > dd {
240 text-align: left;
241 padding: 3pt 6pt;
242 margin: 0;
243 width: 100%;
244 max-width: none;
245 max-height: 6em;
246 margin-left: 2px;
247 white-space: normal;
248 overflow-y: auto;
249 overflow-x: hidden;
250 text-overflow: ellipsis;
251}
252
253@media (min-width: 640px) {
254 dl.flex > div {
255 width: 50%;
256 }
257}
258@media (min-width: 800px) {
259 dl.flex > div {
260 width: 33.3333333333%;
261 }
262}
263@media (min-width: 1200px) {
264 dl.flex > div {
265 width: 25%;
266 }
267}
268@media (min-width: 1680px) {
269 dl.flex > div {
270 width: 20%;
271 }
272}
273/**
274 * Some colors and shadow definitions
275 * for Kalamar,
276 */
277/**
278 * Official IDS colors
279 */
280/**
281 * Orange Colors
282 */
283/**
284 * Green Colors
285 */
286/**
287 * Blue Colors
288 */
289/**
290 * Grey Colors
291 */
292/**
293 * Red Colors (no IDS relation)
294 */
295/**
296 * Basic shadows
297 */
298/**
299 * KWIC colors
300 */
301/**
302 * Some color definitions and mixins for
303 * buttons and menus.
304 */
305/**
306 * Chooseable items (default)
307 */
308/**
309 * Chooseable items (mouse over)
310 */
311/**
312 * Chooseable items (not available)
313 */
314/**
315 * Chooseable items (active)
316 */
317/**
318 * Chooseable items (action: remove something)
319 */
320/*
321 * Defined lengths and sizes for the
322 * Kalamar layout.
323 */
324/**
325 * Margins
326 */
327/**
328 * Font Awesome symbol table.
329 */
330/**
331 * Definitions of fragments for vc and query
332 * builder.
333 */
334.vc.fragment,
335p.query.fragment {
336 color: #616263;
337 background-color: #d9dadb;
338 border-color: #87888a;
339 text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
340 position: relative;
341 padding: 4pt 6pt !important;
342 border-width: 2px;
343 border-style: solid;
344 border-radius: 6px;
345 margin-left: 180px;
346 margin-top: 0.5em;
347 margin-bottom: 0.5em;
348 margin-right: 20px;
349}
350.vc.fragment:hover,
351p.query.fragment:hover {
352 color: #fefefe;
353 background-color: #f6a800;
354 border-color: #ff8000;
355 text-shadow: none;
356 cursor: pointer;
357}
358.vc.fragment > span:first-of-type,
359p.query.fragment > span:first-of-type {
360 font-weight: bold;
361 padding-right: 4pt;
362}
363.vc.fragment > span:nth-of-type(2),
364p.query.fragment > span:nth-of-type(2) {
365 padding-right: 1.2em;
366}
367.vc.fragment::after,
368p.query.fragment::after {
369 font-family: "FontAwesome";
370 content: "";
371 position: absolute;
372 right: 4pt;
373 top: 2px;
374}
375
376/**
377 * Load indicator.
378 */
379div.loading {
380 background-color: transparent !important;
381 height: 16px !important;
382 width: 16px !important;
383 margin: 0 auto !important;
384}
385
386.loading {
387 background-position: center;
388 background-repeat: no-repeat;
389 background-image: url("data:image/gif;base64,R0lGODlhEAAQAIABAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBAABACwAAAAAEAAQAAACKYQPobt44QyM01VW0cVNPq48Hzh2UngyGvet6OpmKWmBb5TI+LlTOlAAACH5BAkEAAEALAAAAAAQABAAAAIohA+hu3gMnXyBqnkNw1XDnHThZ32bd6LUg0SOOIJsCaPmtOJvrctHAQAh+QQJBAABACwAAAAAEAAQAAACKYQPobt44QyM01VW0cVNPq48nxZKGLkxqGiungmyCXh9nRUleSZrO10AACH5BAkEAAEALAAAAAAQABAAAAIohA8RyKwN04pSWdumufp0niHghnkPyaWmqZLsKL3QWXUrJdpo66RKAQAh+QQJBAABACwAAAAAEAAQAAACJoQPEcisDdOKUlnbrp4IH989n1iBJUhK47itxkbGsEvRtXq/8B4UACH5BAkEAAEALAAAAAAQABAAAAIphA8RyKwN04pSWdvuNPto1HEX6G1YOYrain5im0pQ/GSnTIFr7eyhUQAAIfkECQQAAQAsAAAAABAAEAAAAiqMf6ALwWoelJFS5CbESTdeNUu3jWP4IWe2qS0TsmC8cuZFsrAkWrgtKQAAIfkECQQAAQAsAAAAABAAEAAAAiiMf6AL6LwMnDFQVG9SkrveWN6XjR82Mmi4cdMTvWsjnyIV4rIOgUwBACH5BAkEAAEALAAAAAAQABAAAAImjH+gC8HrXpNTxoeuzkltrkFg6BnMiJxpaYpWV76jDFKujV14LBUAIfkEAR4AAQAsAAAAABAAEAAAAiSEDxHIrA3TilJZ266eaN/8HJixdd4nailXgafrwSUVUqltQgUAOw==");
390}
391
392/*
393 * Defined lengths and sizes for the
394 * Kalamar layout.
395 */
396/**
397 * Margins
398 */
399/**
400 * Some colors and shadow definitions
401 * for Kalamar,
402 */
403/**
404 * Official IDS colors
405 */
406/**
407 * Orange Colors
408 */
409/**
410 * Green Colors
411 */
412/**
413 * Blue Colors
414 */
415/**
416 * Grey Colors
417 */
418/**
419 * Red Colors (no IDS relation)
420 */
421/**
422 * Basic shadows
423 */
424/**
425 * KWIC colors
426 */
427/**
428 * Definition of form elements for Kalamar.
429 */
430.form-table {
431 display: block;
432 padding: 0;
433 font-size: 80%;
434}
435.form-table > fieldset {
436 margin-top: 0;
437}
438.form-table fieldset {
439 border-width: 0;
440 padding: 0;
441 margin-top: 1em;
442}
443.form-table fieldset > div {
444 white-space: nowrap;
445}
446.form-table legend {
447 background-color: transparent;
448 margin-left: 0;
449 font-weight: bold;
450 border-radius: 6px;
451}
452.form-table label[for] {
453 display: block;
454 text-align: left;
455}
456.form-table label[for],
457.form-table input[type=submit],
458.form-table a.form-button {
459 margin-top: 2em;
460}
461.form-table fieldset.form-line legend {
462 font-size: 100%;
463 display: inline-block;
464}
465.form-table fieldset.form-line legend::after {
466 content: ":";
467 color: #e3e8a3;
468}
469.form-table fieldset.form-line input, .form-table fieldset.form-line label[for] {
470 display: inline-block;
471 margin: 0;
472}
473.form-table fieldset.form-line input {
474 vertical-align: bottom;
475}
476.form-table fieldset.form-line label[for] {
477 margin-right: 2em;
478}
479.form-table input,
480.form-table textarea,
481.form-table button,
482.form-table a.form-button {
483 border-radius: 6px;
484}
485.form-table input,
486.form-table textarea {
487 border-color: #d9dadb;
488 background-color: #fefefe;
489 border-style: solid;
490}
491.form-table input,
492.form-table textarea,
493.form-table select,
494.form-table a.form-button {
495 border-style: solid;
496 display: inline-block;
497 width: 20%;
498 min-width: 20em;
499 padding: 8px;
500}
501.form-table input[type=radio] {
502 display: inline;
503 text-align: right;
504 background-color: red;
505 width: auto;
506 min-width: auto;
507}
508.form-table input[readonly=readonly],
509.form-table textarea[readonly] {
510 background-color: #f4eebb;
511}
512.form-table .field-with-error {
513 border-color: #c1002b;
514}
515.form-table input[type=submit],
516.form-table button,
517.form-table a.form-button {
518 display: inline-block;
519 cursor: pointer;
520 border-width: thin;
521 text-align: center;
522 background-color: #8a9a0a;
523 border-color: #636f07;
524 color: #636f07;
525}
526.form-table a.form-button:hover {
527 color: inherit !important;
528}
529.form-table label.field-required::after {
530 color: #009ee0;
531 content: "*";
532}
533
534.button-abort {
535 background-color: #ffd080 !important;
536 color: #e55d00 !important;
537 border-color: #e55d00 !important;
538}
539
540button {
541 cursor: pointer;
542}
543button + button {
544 right: 0;
545}
546button[type=submit] {
547 color: #616263;
548 background-color: #d9dadb;
549 border-color: #87888a;
550 text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
551 font-weight: normal;
552 padding: 0;
553 height: 100%;
554 top: 0;
555 width: 30px;
556 border: 2px solid #fefefe;
557 /*
558 * This is just for styling the last button,
559 * in case there are more than one buttons.
560 */
561}
562button[type=submit] > span:nth-of-type(1) {
563 position: absolute;
564 margin-left: -3000px;
565}
566button[type=submit]::after {
567 font-family: "FontAwesome";
568}
569button[type=submit]:hover, button[type=submit]:focus {
570 color: #fefefe;
571 background-color: #f6a800;
572 border-color: #ff8000;
573 text-shadow: none;
574}
575button[type=submit]::-moz-focus-inner {
576 border: none;
577}
578button[type=submit]:active {
579 color: #636f07;
580 background-color: #9bad0b;
581 border-color: #636f07;
582 text-shadow: none;
583}
584button[type=submit]:last-of-type {
585 border-right-width: 2px;
586 border-right-style: solid;
587 border-top-right-radius: 6px;
588 border-bottom-right-radius: 6px;
589}
590
591/**
592 * Checkbox styling
593 * http://stackoverflow.com/questions/4148499/how-to-style-checkbox-using-css
594 */
595.checkbox {
596 display: none;
597}
598.checkbox + label {
599 cursor: pointer;
600}
601.checkbox + label span {
602 display: inline-block;
603 border-radius: 4px;
604 width: 1em;
605 height: 1em;
606 line-height: 1em;
607 vertical-align: middle;
608 padding: 0;
609 margin-right: 0.2em;
610}
611.checkbox + label span::after {
612 font-family: "FontAwesome";
613 white-space: nowrap;
614 content: "";
615}
616.checkbox:checked + label span::after {
617 content: "";
618}
619
620/**
621 * Some colors and shadow definitions
622 * for Kalamar,
623 */
624/**
625 * Official IDS colors
626 */
627/**
628 * Orange Colors
629 */
630/**
631 * Green Colors
632 */
633/**
634 * Blue Colors
635 */
636/**
637 * Grey Colors
638 */
639/**
640 * Red Colors (no IDS relation)
641 */
642/**
643 * Basic shadows
644 */
645/**
646 * KWIC colors
647 */
648.result-view {
649 background-color: #fefefe;
650}
651
652/**
653 * Some colors and shadow definitions
654 * for Kalamar,
655 */
656/**
657 * Official IDS colors
658 */
659/**
660 * Orange Colors
661 */
662/**
663 * Green Colors
664 */
665/**
666 * Blue Colors
667 */
668/**
669 * Grey Colors
670 */
671/**
672 * Red Colors (no IDS relation)
673 */
674/**
675 * Basic shadows
676 */
677/**
678 * KWIC colors
679 */
680/**
681 * Some color definitions and mixins for
682 * buttons and menus.
683 */
684/**
685 * Chooseable items (default)
686 */
687/**
688 * Chooseable items (mouse over)
689 */
690/**
691 * Chooseable items (not available)
692 */
693/**
694 * Chooseable items (active)
695 */
696/**
697 * Chooseable items (action: remove something)
698 */
699/*
700 * Defined lengths and sizes for the
701 * Kalamar layout.
702 */
703/**
704 * Margins
705 */
706/**
707 * Font Awesome symbol table.
708 */
709/**
710 * Definitions for menu design.
711 */
712ul.menu {
713 position: absolute;
714 padding: 0;
715 margin: 0;
716 text-indent: 0;
717 opacity: 0;
718 list-style-type: none;
719 list-style-position: outside;
720 /**
721 * Ruler
722 */
723 /**
724 * List items
725 */
726 /**
727 * Default prefix view
728 */
729}
730ul.menu.visible {
731 opacity: 1;
732}
733ul.menu,
734ul.menu > span.pref:not(:empty) {
735 box-sizing: border-box;
736 text-shadow: none;
737 font-weight: normal;
738 z-index: 120;
739}
740ul.menu > li,
741ul.menu > span.pref:not(.active) {
742 color: #616263;
743 background-color: #d9dadb;
744 border-color: #87888a;
745 text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
746}
747ul.menu > li,
748ul.menu > span.pref:not(:empty) {
749 color: #616263;
750 background-color: #d9dadb;
751 border-color: #87888a;
752 text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
753 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
754 cursor: pointer;
755 padding: 3pt 6pt;
756 white-space: normal;
757 border-width: 2px;
758 border-bottom-width: 0px;
759 border-top-width: 0px;
760 border-style: solid;
761}
762ul.menu span.desc {
763 display: block;
764 font-size: 75%;
765}
766ul.menu div.lengthField {
767 border-color: transparent;
768 border-width: 2px;
769 padding: 3pt 6pt;
770 padding-top: 0;
771 padding-bottom: 0;
772}
773ul.menu div.lengthField span {
774 display: block !important;
775 line-height: 0;
776 color: transparent;
777}
778ul.menu > div.ruler {
779 position: absolute;
780 right: 0px;
781 margin-right: -14px;
782 background-color: transparent;
783 width: 14px;
784 height: 100%;
785 opacity: 0;
786 cursor: pointer;
787 transition: opacity 0.5s ease 1s;
788}
789ul.menu > div.ruler > span {
790 color: #636f07;
791 background-color: #9bad0b;
792 border-color: #636f07;
793 text-shadow: none;
794 position: absolute;
795 display: block;
796 right: 0;
797 width: 10px;
798 z-index: 115;
799 border-radius: 4px;
800 border-width: 2px;
801 border-style: solid;
802}
803ul.menu > div.ruler.active > span {
804 color: #fefefe;
805 background-color: #f6a800;
806 border-color: #ff8000;
807 text-shadow: none;
808}
809ul.menu > div.ruler > div {
810 color: #616263;
811 background-color: #d9dadb;
812 border-color: #87888a;
813 text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
814 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
815 position: absolute;
816 right: 0;
817 width: 10px;
818 height: 100%;
819 border-radius: 4px;
820 border-width: 2px;
821 border-style: solid;
822}
823ul.menu:active > div.ruler, ul.menu:hover > div.ruler,
824ul.menu > div.ruler.active {
825 transition: opacity 0.1s ease;
826 opacity: 1;
827}
828ul.menu > li,
829ul.menu div.lengthField {
830 padding-right: 1.6em;
831}
832ul.menu > li:first-of-type {
833 border-top-width: 2px;
834 border-top-left-radius: 6px;
835 border-top-right-radius: 6px;
836}
837ul.menu > li:last-of-type {
838 border-bottom-width: 2px;
839 border-bottom-left-radius: 6px;
840 border-bottom-right-radius: 6px;
841}
842ul.menu > li mark {
843 text-decoration: underline;
844 background-color: transparent;
845 color: inherit;
846 font-weight: bold;
847}
848ul.menu > li.active,
849ul.menu > span.pref.active {
850 color: #636f07;
851 background-color: #9bad0b;
852 border-color: #636f07;
853 text-shadow: none;
854}
855ul.menu > li:hover,
856ul.menu > span.pref:hover {
857 color: #fefefe;
858 background-color: #f6a800;
859 border-color: #ff8000;
860 text-shadow: none;
861}
862ul.menu > span.pref:not(:empty) {
863 position: absolute;
864 min-width: 5px;
865 font-size: 80%;
866 left: 0;
867 bottom: 0;
868 display: block;
869 margin-bottom: -2.1em;
870 padding: 2px 6px;
871 border-radius: 6px;
872 border-width: 2px;
873}
874
875/**
876 * Rolling menu
877 */
878ul.menu.roll > li:first-of-type:not(.no-more):before {
879 position: absolute;
880 font-family: "FontAwesome";
881 content: "";
882 right: 0.5em;
883 top: 0.4em;
884}
885ul.menu.roll > li:last-of-type:not(.no-more):before {
886 position: absolute;
887 font-family: "FontAwesome";
888 content: "";
889 right: 0.5em;
890 bottom: 0.4em;
891}
892ul.menu.roll:not(.visible) {
893 height: 0;
894}
895
896/**
897 * Sorting menu
898 */
899ul.menu.sort {
900 position: relative;
901 display: inline-block;
902}
903ul.menu.sort > li::before {
904 content: "";
905}
906ul.menu.sort > li.active:hover {
907 color: #fefefe;
908 background-color: #c1002b;
909 border-color: black;
910 text-shadow: none;
911}
912
913/**
914 * select menu
915 */
916span.menu.select > span {
917 z-index: 105;
918}
919span.menu.select > ul.menu.roll {
920 display: none;
921 z-index: -100;
922}
923span.menu.select > ul.menu.roll.visible {
924 display: block;
925 z-index: 110;
926}
927
928.banner {
929 position: fixed;
930 width: 10em;
931 height: 10em;
932 overflow: hidden;
933 margin: 0;
934 padding: 0;
935 right: 0px;
936 margin-right: -2.4em;
937 top: 0;
938}
939.banner::after {
940 content: attr(data-note);
941 display: block;
942 overflow: hidden;
943 width: 12em;
944 font-size: 10pt;
945 font-weight: bold;
946 word-spacing: 2px;
947 text-decoration: none;
948 position: relative;
949 left: 2em;
950 top: -1.6em;
951 line-height: 2em;
952 text-align: center;
953 -moz-transform-origin: 0 0;
954 -moz-transform: rotate(45deg);
955 -webkit-transform-origin: 0 0;
956 -webkit-transform: rotate(45deg);
957 -ms-transform-origin: 0 0;
958 -ms-transform: rotate(45deg);
959 transform-origin: 0 0;
960 transform: rotate(45deg);
961 background-color: #f4eebb;
962 color: #f6a800;
963 border: 1px solid #f6a800;
964}
965
966/**
967 * Basic global CSS rules for Kalamar
968 */
969* {
970 -webkit-box-sizing: border-box;
971 /* Safari/Chrome, other WebKit */
972 -moz-box-sizing: border-box;
973 /* Firefox, other Gecko */
974 box-sizing: border-box;
975 /* Opera/IE 8+ */
976}
977
978body,
979html,
980select,
981g > text {
982 font-family: verdana, tahoma, arial, Helvetica, sans-serif;
983 color: #616263;
984 margin: 0;
985}
986
987g > text {
988 fill: #616263;
989}
990
991html {
992 height: 100%;
993}
994
995body {
996 position: relative;
997 min-height: 100%;
998 font-size: 12pt;
999 margin: 0;
1000 padding: 0;
1001}
1002
1003a:link {
1004 text-decoration: none;
1005 color: #f6a800;
1006}
1007a:link:hover {
1008 color: #e55d00;
1009 transition: color 0.3s ease 0s;
1010}
1011a[href^="http://"]::after, a[href^="https://"]::after {
1012 font-family: "FontAwesome";
1013 white-space: nowrap;
1014 content: " ";
1015 font-size: 75%;
1016}
1017
1018a[onclick$="return PArok(this,false)"] {
1019 unicode-bidi: bidi-override;
1020 direction: rtl;
1021 text-align: left;
1022}
1023a[onclick$="return PArok(this,false)"] > span:nth-child(1n+2) {
1024 display: none;
1025}
1026a[onclick$="return PArok(this,false)"] > span:nth-child(1)::after {
1027 content: "@";
1028}
1029
1030.clear {
1031 clear: both;
1032}
1033
1034iframe {
1035 border-width: 0;
1036}
1037
1038blockquote {
1039 border-radius: 6px;
1040 padding: 2pt 5pt 2pt 20pt;
1041 margin: 0;
1042 border-left: 5px solid #009ee0;
1043 background-color: #bce4f7;
1044 color: #009ee0;
1045 mix-blend-mode: soft-light;
1046}
1047blockquote.bug, blockquote.missing, blockquote.warning {
1048 border-left-color: black;
1049 background-color: #c1002b;
1050 color: #fefefe;
1051 mix-blend-mode: multiply;
1052}
1053
1054dl {
1055 margin: 0;
1056 padding-bottom: 0.5em;
1057}
1058dl dt {
1059 font-weight: bold;
1060}
1061dl dt abbr {
1062 border-width: 0;
1063}
1064dl dt abbr[data-type=token]::after {
1065 color: #009ee0;
1066}
1067dl dt abbr[data-type=span]::after {
1068 color: #c1002b;
1069}
1070dl dt abbr::after {
1071 content: " (" attr(title) ")";
1072 vertical-align: bottom;
1073 font-style: italic;
1074 font-weight: normal;
1075 font-size: 80%;
1076}
1077
1078/*
1079 * Based on github.com style (c) Vasily Polovnyov <vast@whiteants.net>
1080 */
1081.hljs {
1082 display: block;
1083 padding: 0.5em;
1084}
1085
1086.hljs-comment,
1087.hljs-template_comment,
1088.diff .hljs-header,
1089.hljs-javadoc {
1090 color: #998;
1091 font-style: italic;
1092}
1093
1094.hljs-keyword,
1095.css .rule .hljs-keyword,
1096.hljs-winutils,
1097.javascript .hljs-title,
1098.nginx .hljs-title,
1099.hljs-subst,
1100.hljs-request,
1101.hljs-status {
1102 color: #333;
1103 font-weight: bold;
1104}
1105
1106.hljs-number,
1107.hljs-hexcolor,
1108.ruby .hljs-constant {
1109 color: #099;
1110}
1111
1112.hljs-string,
1113.hljs-tag .hljs-value,
1114.hljs-phpdoc,
1115.tex .hljs-formula {
1116 color: #d14;
1117}
1118
1119.hljs-title,
1120.hljs-id,
1121.coffeescript .hljs-params,
1122.scss .hljs-preprocessor {
1123 color: #900;
1124 font-weight: bold;
1125}
1126
1127.javascript .hljs-title,
1128.lisp .hljs-title,
1129.clojure .hljs-title,
1130.hljs-subst {
1131 font-weight: normal;
1132}
1133
1134.hljs-class .hljs-title,
1135.haskell .hljs-type,
1136.vhdl .hljs-literal,
1137.tex .hljs-command {
1138 color: #458;
1139 font-weight: bold;
1140}
1141
1142.hljs-tag,
1143.hljs-tag .hljs-title,
1144.hljs-rules .hljs-property,
1145.django .hljs-tag .hljs-keyword {
1146 color: #000080;
1147 font-weight: normal;
1148}
1149
1150.hljs-attribute,
1151.hljs-variable,
1152.lisp .hljs-body {
1153 color: #008080;
1154}
1155
1156.hljs-regexp {
1157 color: #009926;
1158}
1159
1160.hljs-symbol,
1161.ruby .hljs-symbol .hljs-string,
1162.lisp .hljs-keyword,
1163.tex .hljs-special,
1164.hljs-prompt {
1165 color: #990073;
1166}
1167
1168.hljs-built_in,
1169.lisp .hljs-title,
1170.clojure .hljs-built_in {
1171 color: #0086b3;
1172}
1173
1174.hljs-preprocessor,
1175.hljs-pragma,
1176.hljs-pi,
1177.hljs-doctype,
1178.hljs-shebang,
1179.hljs-cdata {
1180 color: #999;
1181 font-weight: bold;
1182}
1183
1184.hljs-deletion {
1185 background: #fdd;
1186}
1187
1188.hljs-addition {
1189 background: #dfd;
1190}
1191
1192.diff .hljs-change {
1193 background: #0086b3;
1194}
1195
1196.hljs-chunk {
1197 color: #aaa;
1198}
1199
1200/**
1201 * Some colors and shadow definitions
1202 * for Kalamar,
1203 */
1204/**
1205 * Official IDS colors
1206 */
1207/**
1208 * Orange Colors
1209 */
1210/**
1211 * Green Colors
1212 */
1213/**
1214 * Blue Colors
1215 */
1216/**
1217 * Grey Colors
1218 */
1219/**
1220 * Red Colors (no IDS relation)
1221 */
1222/**
1223 * Basic shadows
1224 */
1225/**
1226 * KWIC colors
1227 */
1228/**
1229 * Font Awesome symbol table.
1230 */
1231/**
1232 * Some colors and shadow definitions
1233 * for Kalamar,
1234 */
1235/**
1236 * Official IDS colors
1237 */
1238/**
1239 * Orange Colors
1240 */
1241/**
1242 * Green Colors
1243 */
1244/**
1245 * Blue Colors
1246 */
1247/**
1248 * Grey Colors
1249 */
1250/**
1251 * Red Colors (no IDS relation)
1252 */
1253/**
1254 * Basic shadows
1255 */
1256/**
1257 * KWIC colors
1258 */
1259/**
1260 * Mixin for blind elements
1261 * (e.g., spans in elements with an icon background)
1262 */
1263/**
1264 * Mixin for basic color transition
1265 */
1266/**
1267 * Mixing for basic text padding
1268 */
1269/**
1270 * Mixing for icon fonts
1271 */
1272/**
1273 * Mixing for correct box sizing (probably not necessary)
1274 * DEPRECATED
1275 */
1276/**
1277 * Some colors and shadow definitions
1278 * for Kalamar,
1279 */
1280/**
1281 * Official IDS colors
1282 */
1283/**
1284 * Orange Colors
1285 */
1286/**
1287 * Green Colors
1288 */
1289/**
1290 * Blue Colors
1291 */
1292/**
1293 * Grey Colors
1294 */
1295/**
1296 * Red Colors (no IDS relation)
1297 */
1298/**
1299 * Basic shadows
1300 */
1301/**
1302 * KWIC colors
1303 */
1304/**
1305 * Some color definitions and mixins for
1306 * buttons and menus.
1307 */
1308/**
1309 * Chooseable items (default)
1310 */
1311/**
1312 * Chooseable items (mouse over)
1313 */
1314/**
1315 * Chooseable items (not available)
1316 */
1317/**
1318 * Chooseable items (active)
1319 */
1320/**
1321 * Chooseable items (action: remove something)
1322 */
1323/*
1324 * Defined lengths and sizes for the
1325 * Kalamar layout.
1326 */
1327/**
1328 * Margins
1329 */
1330/**
1331 * Path information - relative to css!
1332 */
1333/**
1334 * Styles for the KWIC view.
1335 */
1336#search {
1337 position: relative;
1338 margin-bottom: 30px;
1339 overflow: visible;
1340}
1341#search div.matchinfo {
1342 display: none;
1343}
1344#search > ol {
1345 overflow-x: hidden;
1346 overflow-y: visible;
1347 width: auto;
1348 text-indent: 0;
1349 list-style-type: none;
1350 margin: 0;
1351 padding: 0;
1352 border: 1px solid #87888a;
1353 font-size: 10pt;
1354}
1355#search > ol > li {
1356 display: flex;
1357 flex-direction: row;
1358 flex-wrap: nowrap;
1359 align-items: stretch;
1360 align-content: stretch;
1361 border-style: solid;
1362 border-color: #f6a800;
1363 border-width: 0;
1364}
1365#search > ol > li .button-group.button-view {
1366 display: none;
1367}
1368#search > ol > li:nth-of-type(even) div.match-main div.match-wrap {
1369 background-color: #fefefe;
1370}
1371#search > ol > li p.ref {
1372 display: none;
1373}
1374#search > ol > li div.meta,
1375#search > ol > li div.match-main {
1376 position: relative;
1377 cursor: pointer;
1378}
1379#search > ol > li div.match-main {
1380 display: block;
1381 flex: 7 0;
1382 z-index: 4;
1383 overflow: hidden;
1384}
1385#search > ol > li div.match-main > div.match-wrap {
1386 width: 99999%;
1387 margin-left: -49999.5%;
1388 background-color: #d9dadb;
1389 overflow-x: hidden;
1390 overflow-y: visible;
1391 white-space: normal;
1392}
1393#search > ol > li div.meta {
1394 flex: 1 0;
1395 min-width: 12em;
1396 max-width: 15em;
1397 text-align: left;
1398 width: 2px;
1399 z-index: 5;
1400 overflow-y: hidden;
1401 overflow-x: hidden;
1402 text-overflow: ellipsis;
1403 white-space: nowrap;
1404 background-color: #949597;
1405 color: #fefefe;
1406 font-size: 75%;
1407 padding: 0 5pt;
1408 border-color: #616263;
1409 border-style: solid;
1410 border-width: 2px 1px 0 0;
1411}
1412#search > ol > li div.meta:before {
1413 content: " ";
1414 display: inline-block;
1415 height: 100%;
1416 vertical-align: middle;
1417}
1418#search > ol > li div.meta:empty {
1419 border-width: 0 1px 0 0;
1420}
1421#search > ol > li div.meta.flip {
1422 background-color: #b3b4b5;
1423}
1424#search > ol > li:first-of-type div.meta {
1425 border-top-width: 0;
1426}
1427#search > ol > li:last-of-type div.meta {
1428 border-bottom-width: 0;
1429}
1430
1431/**
1432 * Snippet rules
1433 */
1434div.snippet {
1435 text-overflow: ellipsis;
1436 text-indent: 0;
1437 text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
1438 font-size: 0;
1439 white-space: nowrap !important;
1440}
1441div.snippet > span, div.snippet mark {
1442 padding: 5pt 0 6pt 0;
1443 font-size: 10pt;
1444}
1445div.snippet > mark,
1446div.snippet > span.match {
1447 font-weight: bold;
1448 color: #333;
1449 text-shadow: none;
1450 padding-left: 4pt;
1451 padding-right: 2pt;
1452}
1453div.snippet > span.match > span.cutted::after {
1454 font-family: "FontAwesome";
1455 white-space: nowrap;
1456 content: "";
1457 color: #9bad0b;
1458 padding-left: 4pt;
1459 padding-right: 4pt;
1460}
1461div.snippet.startMore:before, div.snippet.endMore:after {
1462 content: "…";
1463 padding-left: 2pt;
1464 padding-right: 2pt;
1465}
1466div.snippet div.flag {
1467 position: absolute;
1468 height: 100%;
1469 top: 0;
1470 left: 0;
1471 width: 11px;
1472 background-color: #f6a800;
1473 border-right: 1px solid #e55d00;
1474}
1475
1476/**
1477 * Active rules
1478 */
1479body.no-js #search > ol > li:active,
1480#search > ol > li.active,
1481#search > ol > li:target {
1482 position: relative;
1483 display: block;
1484 background-color: #f6a800;
1485 text-align: left;
1486 border-width: 2px;
1487 white-space: normal;
1488 height: auto;
1489 width: auto;
1490 overflow: hidden;
1491}
1492body.no-js #search > ol > li:active div.matchinfo,
1493#search > ol > li.active div.matchinfo,
1494#search > ol > li:target div.matchinfo {
1495 display: block;
1496}
1497body.no-js #search > ol > li:active + li.active,
1498#search > ol > li.active + li.active,
1499#search > ol > li:target + li.active {
1500 border-top: 2px solid #d9dadb;
1501 padding-top: 6px;
1502}
1503body.no-js #search > ol > li:active + li.active .button-group.button-view,
1504#search > ol > li.active + li.active .button-group.button-view,
1505#search > ol > li:target + li.active .button-group.button-view {
1506 padding-top: 6px;
1507}
1508body.no-js #search > ol > li:active .snippet,
1509#search > ol > li.active .snippet,
1510#search > ol > li:target .snippet {
1511 white-space: normal !important;
1512 padding: 2pt 0 5pt 5pt;
1513 background-color: #f4eebb;
1514 margin-top: 0;
1515 margin-right: 20px;
1516 margin-bottom: 0;
1517 margin-left: 0;
1518}
1519body.no-js #search > ol > li:active .snippet span,
1520#search > ol > li.active .snippet span,
1521#search > ol > li:target .snippet span {
1522 display: inline !important;
1523}
1524body.no-js #search > ol > li:active .snippet > *,
1525#search > ol > li.active .snippet > *,
1526#search > ol > li:target .snippet > * {
1527 background-color: transparent;
1528}
1529body.no-js #search > ol > li:active .snippet div.flag,
1530#search > ol > li.active .snippet div.flag,
1531#search > ol > li:target .snippet div.flag {
1532 display: none;
1533}
1534body.no-js #search > ol > li:active .snippet > span,
1535#search > ol > li.active .snippet > span,
1536#search > ol > li:target .snippet > span {
1537 line-height: 1.4em;
1538 width: auto;
1539}
1540body.no-js #search > ol > li:active .snippet > span.context-left,
1541#search > ol > li.active .snippet > span.context-left,
1542#search > ol > li:target .snippet > span.context-left {
1543 margin-left: 0;
1544 display: inline;
1545 overflow: visible;
1546 text-align: left;
1547 width: auto;
1548}
1549body.no-js #search > ol > li:active .button-group.button-view,
1550#search > ol > li.active .button-group.button-view,
1551#search > ol > li:target .button-group.button-view {
1552 display: block;
1553}
1554body.no-js #search > ol > li:active div.match-main,
1555#search > ol > li.active div.match-main,
1556#search > ol > li:target div.match-main {
1557 display: block;
1558 width: 100%;
1559}
1560body.no-js #search > ol > li:active div.match-main div.match-wrap,
1561#search > ol > li.active div.match-main div.match-wrap,
1562#search > ol > li:target div.match-main div.match-wrap {
1563 cursor: default;
1564 min-height: 20pt;
1565 background-color: #f6a800;
1566 width: 100%;
1567 margin-left: 0;
1568 overflow-x: visible;
1569 white-space: normal;
1570}
1571body.no-js #search > ol > li:active div.meta,
1572#search > ol > li.active div.meta,
1573#search > ol > li:target div.meta {
1574 display: none;
1575}
1576body.no-js #search > ol > li:active p.ref,
1577#search > ol > li.active p.ref,
1578#search > ol > li:target p.ref {
1579 display: block;
1580 color: #fefefe;
1581 padding: 3pt 10pt 3pt 3pt;
1582 padding-right: 20px;
1583 margin: 0pt;
1584 width: 100%;
1585 bottom: 0;
1586 z-index: 30;
1587}
1588body.no-js #search > ol > li:active p.ref > span.sigle,
1589#search > ol > li.active p.ref > span.sigle,
1590#search > ol > li:target p.ref > span.sigle {
1591 font-size: 75%;
1592 vertical-align: top;
1593 color: #f4eebb;
1594 float: right;
1595}
1596
1597/**
1598 * Alignment rules
1599 */
1600#search ol span.context-left {
1601 display: inline-block;
1602 width: 50.01%;
1603 text-align: right;
1604}
1605#search ol.align-right {
1606 text-align: right;
1607}
1608#search ol.align-right div.match-main span.context-right {
1609 display: inline-block;
1610 width: 49.915%;
1611 text-align: left;
1612}
1613#search ol.align-center div.match-main {
1614 width: 100% !important;
1615}
1616#search ol.align-center div.match-main > .match-wrap {
1617 position: relative;
1618 margin-left: 0;
1619}
1620#search ol.align-center li:not(.active) div.snippet {
1621 white-space: normal;
1622 text-align: center;
1623 width: 100000pt;
1624 margin-left: -50000pt;
1625}
1626#search ol.align-center li:not(.active) div.snippet span.context-left {
1627 display: inline-block;
1628 text-align: right;
1629 width: 40000pt;
1630 margin-left: 70vw;
1631}
1632#search ol.align-center li:not(.active) div.snippet span.context-right {
1633 display: inline-block;
1634 text-align: left;
1635 width: 40000pt;
1636}
1637
1638/**
1639 * Fix empty contexts
1640 */
1641#search ol span.context-left:empty::after, #search ol span.context-right:empty::after {
1642 content: " ";
1643 display: inline-block;
1644}
1645
1646/**
1647 * Highlight rules
1648 */
1649mark {
1650 background-color: inherit;
1651 color: inherit;
1652}
1653
1654mark > mark,
1655em,
1656.level-0 {
1657 border-bottom-width: 2px;
1658 border-bottom-style: solid;
1659 padding-bottom: 0px !important;
1660 font-style: normal;
1661}
1662
1663mark > mark > mark,
1664em > em,
1665.level-1 {
1666 padding-bottom: 3px !important;
1667}
1668
1669mark > mark > mark > mark,
1670em > em > em,
1671.level-2 {
1672 padding-bottom: 6px !important;
1673}
1674
1675#search > ol > li:not(.active) mark > mark > mark > mark, #search > ol > li:not(.active) em > em > em {
1676 line-height: 180%;
1677}
1678#search > ol > li.active mark > mark > mark > mark, #search > ol > li.active em > em > em {
1679 line-height: 250%;
1680}
1681
1682.class-1 {
1683 border-color: #c1002b;
1684}
1685
1686.class-2 {
1687 border-color: #009ee0;
1688}
1689
1690.class-3 {
1691 border-color: #f6a800;
1692}
1693
1694.class-4 {
1695 border-color: #9bad0b;
1696}
1697
1698/**
1699 * Some colors and shadow definitions
1700 * for Kalamar,
1701 */
1702/**
1703 * Official IDS colors
1704 */
1705/**
1706 * Orange Colors
1707 */
1708/**
1709 * Green Colors
1710 */
1711/**
1712 * Blue Colors
1713 */
1714/**
1715 * Grey Colors
1716 */
1717/**
1718 * Red Colors (no IDS relation)
1719 */
1720/**
1721 * Basic shadows
1722 */
1723/**
1724 * KWIC colors
1725 */
1726/**
1727 * Font Awesome symbol table.
1728 */
1729/**
1730 * Some colors and shadow definitions
1731 * for Kalamar,
1732 */
1733/**
1734 * Official IDS colors
1735 */
1736/**
1737 * Orange Colors
1738 */
1739/**
1740 * Green Colors
1741 */
1742/**
1743 * Blue Colors
1744 */
1745/**
1746 * Grey Colors
1747 */
1748/**
1749 * Red Colors (no IDS relation)
1750 */
1751/**
1752 * Basic shadows
1753 */
1754/**
1755 * KWIC colors
1756 */
1757/**
1758 * Mixin for blind elements
1759 * (e.g., spans in elements with an icon background)
1760 */
1761/**
1762 * Mixin for basic color transition
1763 */
1764/**
1765 * Mixing for basic text padding
1766 */
1767/**
1768 * Mixing for icon fonts
1769 */
1770/**
1771 * Mixing for correct box sizing (probably not necessary)
1772 * DEPRECATED
1773 */
1774/**
1775 * Some colors and shadow definitions
1776 * for Kalamar,
1777 */
1778/**
1779 * Official IDS colors
1780 */
1781/**
1782 * Orange Colors
1783 */
1784/**
1785 * Green Colors
1786 */
1787/**
1788 * Blue Colors
1789 */
1790/**
1791 * Grey Colors
1792 */
1793/**
1794 * Red Colors (no IDS relation)
1795 */
1796/**
1797 * Basic shadows
1798 */
1799/**
1800 * KWIC colors
1801 */
1802/**
1803 * Some color definitions and mixins for
1804 * buttons and menus.
1805 */
1806/**
1807 * Chooseable items (default)
1808 */
1809/**
1810 * Chooseable items (mouse over)
1811 */
1812/**
1813 * Chooseable items (not available)
1814 */
1815/**
1816 * Chooseable items (active)
1817 */
1818/**
1819 * Chooseable items (action: remove something)
1820 */
1821/*
1822 * Defined lengths and sizes for the
1823 * Kalamar layout.
1824 */
1825/**
1826 * Margins
1827 */
1828/**
1829 * Path information - relative to css!
1830 */
1831/**
1832 * Rules for logos.
1833 */
1834.logo::after {
1835 content: "" !important;
1836}
1837.logo > * {
1838 background-repeat: no-repeat;
1839 background-size: 90%;
1840 background-position: 50% 50%;
1841}
1842.logo > * > span {
1843 position: absolute;
1844 margin-left: -3000px;
1845}
1846
1847/**
1848 * Background image for the front page
1849 */
1850#kalamar-bg {
1851 position: fixed;
1852 height: 110%;
1853 width: 175%;
1854 top: 0;
1855 z-index: -5000;
1856 opacity: 0.1;
1857 background-image: url("../img/korap-bg-kalamar.svg");
1858 background-size: 50%;
1859 background-repeat: no-repeat;
1860 background-position: 50% 50%;
1861}
1862
1863/**
1864 * Logo table of the front page
1865 */
1866#logos {
1867 position: relative;
1868 text-align: right;
1869 font-size: 85%;
1870 right: 0;
1871 width: 100%;
1872 margin-left: 20px;
1873 padding-left: 60%;
1874}
1875#logos > div {
1876 border-top: 26px solid #f6a800;
1877 padding-right: 2em;
1878}
1879#logos p {
1880 text-align: left;
1881 display: inline-block;
1882}
1883
1884/**
1885 * Logo: Institute for German Language
1886 */
1887#ids-logo {
1888 display: block;
1889 width: 21.0333333333em;
1890 height: 6.6666666667em;
1891 background-image: url("../img/ids-leibniz-institute-for-the-german-language.svg");
1892}
1893
1894/**
1895 * Logo: KorAP
1896 */
1897h1 {
1898 position: absolute;
1899 margin: 0;
1900 margin-left: 15px;
1901 left: 0;
1902 top: 0;
1903 width: 7.8em;
1904 height: 2.4em;
1905 z-index: 105;
1906 background-size: 72%;
1907 background-image: url("../img/korap-logo-kalamar.svg");
1908}
1909
1910#overview {
1911 text-align: center;
1912 width: 100%;
1913}
1914
1915/**
1916 * Some colors and shadow definitions
1917 * for Kalamar,
1918 */
1919/**
1920 * Official IDS colors
1921 */
1922/**
1923 * Orange Colors
1924 */
1925/**
1926 * Green Colors
1927 */
1928/**
1929 * Blue Colors
1930 */
1931/**
1932 * Grey Colors
1933 */
1934/**
1935 * Red Colors (no IDS relation)
1936 */
1937/**
1938 * Basic shadows
1939 */
1940/**
1941 * KWIC colors
1942 */
1943/**
1944 * Font Awesome symbol table.
1945 */
1946/**
1947 * Some colors and shadow definitions
1948 * for Kalamar,
1949 */
1950/**
1951 * Official IDS colors
1952 */
1953/**
1954 * Orange Colors
1955 */
1956/**
1957 * Green Colors
1958 */
1959/**
1960 * Blue Colors
1961 */
1962/**
1963 * Grey Colors
1964 */
1965/**
1966 * Red Colors (no IDS relation)
1967 */
1968/**
1969 * Basic shadows
1970 */
1971/**
1972 * KWIC colors
1973 */
1974/**
1975 * Mixin for blind elements
1976 * (e.g., spans in elements with an icon background)
1977 */
1978/**
1979 * Mixin for basic color transition
1980 */
1981/**
1982 * Mixing for basic text padding
1983 */
1984/**
1985 * Mixing for icon fonts
1986 */
1987/**
1988 * Mixing for correct box sizing (probably not necessary)
1989 * DEPRECATED
1990 */
1991/**
1992 * Some colors and shadow definitions
1993 * for Kalamar,
1994 */
1995/**
1996 * Official IDS colors
1997 */
1998/**
1999 * Orange Colors
2000 */
2001/**
2002 * Green Colors
2003 */
2004/**
2005 * Blue Colors
2006 */
2007/**
2008 * Grey Colors
2009 */
2010/**
2011 * Red Colors (no IDS relation)
2012 */
2013/**
2014 * Basic shadows
2015 */
2016/**
2017 * KWIC colors
2018 */
2019/**
2020 * Some color definitions and mixins for
2021 * buttons and menus.
2022 */
2023/**
2024 * Chooseable items (default)
2025 */
2026/**
2027 * Chooseable items (mouse over)
2028 */
2029/**
2030 * Chooseable items (not available)
2031 */
2032/**
2033 * Chooseable items (active)
2034 */
2035/**
2036 * Chooseable items (action: remove something)
2037 */
2038/*
2039 * Defined lengths and sizes for the
2040 * Kalamar layout.
2041 */
2042/**
2043 * Margins
2044 */
2045/**
2046 * Path information - relative to css!
2047 */
2048/**
2049 * Some colors and shadow definitions
2050 * for Kalamar,
2051 */
2052/**
2053 * Official IDS colors
2054 */
2055/**
2056 * Orange Colors
2057 */
2058/**
2059 * Green Colors
2060 */
2061/**
2062 * Blue Colors
2063 */
2064/**
2065 * Grey Colors
2066 */
2067/**
2068 * Red Colors (no IDS relation)
2069 */
2070/**
2071 * Basic shadows
2072 */
2073/**
2074 * KWIC colors
2075 */
2076/**
2077 * Font Awesome symbol table.
2078 */
2079/**
2080 * Some colors and shadow definitions
2081 * for Kalamar,
2082 */
2083/**
2084 * Official IDS colors
2085 */
2086/**
2087 * Orange Colors
2088 */
2089/**
2090 * Green Colors
2091 */
2092/**
2093 * Blue Colors
2094 */
2095/**
2096 * Grey Colors
2097 */
2098/**
2099 * Red Colors (no IDS relation)
2100 */
2101/**
2102 * Basic shadows
2103 */
2104/**
2105 * KWIC colors
2106 */
2107/**
2108 * Mixin for blind elements
2109 * (e.g., spans in elements with an icon background)
2110 */
2111/**
2112 * Mixin for basic color transition
2113 */
2114/**
2115 * Mixing for basic text padding
2116 */
2117/**
2118 * Mixing for icon fonts
2119 */
2120/**
2121 * Mixing for correct box sizing (probably not necessary)
2122 * DEPRECATED
2123 */
2124/**
2125 * Some colors and shadow definitions
2126 * for Kalamar,
2127 */
2128/**
2129 * Official IDS colors
2130 */
2131/**
2132 * Orange Colors
2133 */
2134/**
2135 * Green Colors
2136 */
2137/**
2138 * Blue Colors
2139 */
2140/**
2141 * Grey Colors
2142 */
2143/**
2144 * Red Colors (no IDS relation)
2145 */
2146/**
2147 * Basic shadows
2148 */
2149/**
2150 * KWIC colors
2151 */
2152/**
2153 * Some color definitions and mixins for
2154 * buttons and menus.
2155 */
2156/**
2157 * Chooseable items (default)
2158 */
2159/**
2160 * Chooseable items (mouse over)
2161 */
2162/**
2163 * Chooseable items (not available)
2164 */
2165/**
2166 * Chooseable items (active)
2167 */
2168/**
2169 * Chooseable items (action: remove something)
2170 */
2171/*
2172 * Defined lengths and sizes for the
2173 * Kalamar layout.
2174 */
2175/**
2176 * Margins
2177 */
2178/**
2179 * Path information - relative to css!
2180 */
2181/**
2182 * Table view
2183 *
2184 * The table view is complicated, as the
2185 * first column has to be static.
2186 */
2187div.matchtable > div {
2188 z-index: 20;
2189 margin-left: 179px;
2190 margin-right: 20px;
2191 padding: 0;
2192 overflow-x: auto;
2193 overflow-y: visible;
2194 width: auto;
2195}
2196div.matchtable table {
2197 display: table;
2198 border-collapse: separate;
2199 border-spacing: 0px;
2200}
2201div.matchtable th {
2202 color: #fefefe;
2203}
2204div.matchtable td,
2205div.matchtable tbody th,
2206div.matchtable thead th:not(:nth-child(1)):not(:nth-child(2)):not(.cutted) {
2207 cursor: pointer;
2208}
2209div.matchtable td:empty {
2210 cursor: default;
2211}
2212div.matchtable td:empty::after {
2213 content: " ";
2214 white-space: pre;
2215}
2216div.matchtable td.matchkeyvalues {
2217 padding: 0;
2218}
2219div.matchtable td.matchkeyvalues > div {
2220 text-overflow: ellipsis;
2221 white-space: nowrap;
2222 max-width: 25em;
2223 overflow: hidden;
2224 padding: 1px 6px;
2225 margin: 0px;
2226}
2227div.matchtable td.matchkeyvalues > div > span {
2228 color: #e55d00;
2229 text-align: right;
2230 padding-right: 0.5em;
2231}
2232div.matchtable td.matchkeyvalues > div > span::after {
2233 content: ":";
2234}
2235div.matchtable tr {
2236 outline: none;
2237 /**
2238 * The first two columns.
2239 */
2240}
2241div.matchtable tr td.chosen,
2242div.matchtable tr th.chosen,
2243div.matchtable tr div.chosen {
2244 background-color: #9bad0b !important;
2245 color: #fefefe;
2246}
2247div.matchtable tr > th:nth-of-type(1),
2248div.matchtable tr > th:nth-of-type(2) {
2249 border-top: 2px solid #ff8000;
2250 width: 88px;
2251 position: absolute;
2252 z-index: 80;
2253 vertical-align: middle;
2254 left: 0px;
2255}
2256div.matchtable tr > th:nth-of-type(2) {
2257 left: 90px;
2258}
2259div.matchtable tr > * {
2260 text-overflow: ellipsis;
2261 white-space: nowrap;
2262 max-width: 25em;
2263 overflow: hidden;
2264 padding: 1px 6px;
2265 margin: 0px;
2266 border: 1px solid #f6a800;
2267}
2268div.matchtable tr > td {
2269 background-color: #ffd080;
2270 white-space: nowrap;
2271 vertical-align: top;
2272 text-align: center;
2273}
2274div.matchtable tr > td.mark {
2275 background-color: #f4eebb;
2276}
2277div.matchtable tr:nth-child(even) > td {
2278 background-color: #f4eebb;
2279}
2280div.matchtable tr:nth-child(even) > td.mark {
2281 background-color: #ffd080;
2282}
2283div.matchtable thead th {
2284 background-color: #ff8000;
2285 border-top-width: 0px !important;
2286 text-align: center;
2287}
2288div.matchtable thead th:nth-of-type(1), div.matchtable thead th:nth-of-type(2) {
2289 text-align: left;
2290}
2291div.matchtable thead th.mark {
2292 background-color: #e55d00;
2293}
2294div.matchtable thead th.cutted {
2295 background-color: #f4eebb;
2296}
2297div.matchtable thead th.cutted::after {
2298 font-family: "FontAwesome";
2299 white-space: nowrap;
2300 content: "";
2301 color: #9bad0b;
2302 padding-left: 4pt;
2303 padding-right: 4pt;
2304}
2305div.matchtable tbody > tr:nth-of-type(1) > th {
2306 border-top-color: transparent;
2307}
2308
2309/**
2310 * Some colors and shadow definitions
2311 * for Kalamar,
2312 */
2313/**
2314 * Official IDS colors
2315 */
2316/**
2317 * Orange Colors
2318 */
2319/**
2320 * Green Colors
2321 */
2322/**
2323 * Blue Colors
2324 */
2325/**
2326 * Grey Colors
2327 */
2328/**
2329 * Red Colors (no IDS relation)
2330 */
2331/**
2332 * Basic shadows
2333 */
2334/**
2335 * KWIC colors
2336 */
2337/**
2338 * Font Awesome symbol table.
2339 */
2340/**
2341 * Some colors and shadow definitions
2342 * for Kalamar,
2343 */
2344/**
2345 * Official IDS colors
2346 */
2347/**
2348 * Orange Colors
2349 */
2350/**
2351 * Green Colors
2352 */
2353/**
2354 * Blue Colors
2355 */
2356/**
2357 * Grey Colors
2358 */
2359/**
2360 * Red Colors (no IDS relation)
2361 */
2362/**
2363 * Basic shadows
2364 */
2365/**
2366 * KWIC colors
2367 */
2368/**
2369 * Mixin for blind elements
2370 * (e.g., spans in elements with an icon background)
2371 */
2372/**
2373 * Mixin for basic color transition
2374 */
2375/**
2376 * Mixing for basic text padding
2377 */
2378/**
2379 * Mixing for icon fonts
2380 */
2381/**
2382 * Mixing for correct box sizing (probably not necessary)
2383 * DEPRECATED
2384 */
2385/**
2386 * Some colors and shadow definitions
2387 * for Kalamar,
2388 */
2389/**
2390 * Official IDS colors
2391 */
2392/**
2393 * Orange Colors
2394 */
2395/**
2396 * Green Colors
2397 */
2398/**
2399 * Blue Colors
2400 */
2401/**
2402 * Grey Colors
2403 */
2404/**
2405 * Red Colors (no IDS relation)
2406 */
2407/**
2408 * Basic shadows
2409 */
2410/**
2411 * KWIC colors
2412 */
2413/**
2414 * Some color definitions and mixins for
2415 * buttons and menus.
2416 */
2417/**
2418 * Chooseable items (default)
2419 */
2420/**
2421 * Chooseable items (mouse over)
2422 */
2423/**
2424 * Chooseable items (not available)
2425 */
2426/**
2427 * Chooseable items (active)
2428 */
2429/**
2430 * Chooseable items (action: remove something)
2431 */
2432/*
2433 * Defined lengths and sizes for the
2434 * Kalamar layout.
2435 */
2436/**
2437 * Margins
2438 */
2439/**
2440 * Path information - relative to css!
2441 */
2442/**
2443 * Some colors and shadow definitions
2444 * for Kalamar,
2445 */
2446/**
2447 * Official IDS colors
2448 */
2449/**
2450 * Orange Colors
2451 */
2452/**
2453 * Green Colors
2454 */
2455/**
2456 * Blue Colors
2457 */
2458/**
2459 * Grey Colors
2460 */
2461/**
2462 * Red Colors (no IDS relation)
2463 */
2464/**
2465 * Basic shadows
2466 */
2467/**
2468 * KWIC colors
2469 */
2470/**
2471 * Font Awesome symbol table.
2472 */
2473/**
2474 * Some colors and shadow definitions
2475 * for Kalamar,
2476 */
2477/**
2478 * Official IDS colors
2479 */
2480/**
2481 * Orange Colors
2482 */
2483/**
2484 * Green Colors
2485 */
2486/**
2487 * Blue Colors
2488 */
2489/**
2490 * Grey Colors
2491 */
2492/**
2493 * Red Colors (no IDS relation)
2494 */
2495/**
2496 * Basic shadows
2497 */
2498/**
2499 * KWIC colors
2500 */
2501/**
2502 * Mixin for blind elements
2503 * (e.g., spans in elements with an icon background)
2504 */
2505/**
2506 * Mixin for basic color transition
2507 */
2508/**
2509 * Mixing for basic text padding
2510 */
2511/**
2512 * Mixing for icon fonts
2513 */
2514/**
2515 * Mixing for correct box sizing (probably not necessary)
2516 * DEPRECATED
2517 */
2518/**
2519 * Some colors and shadow definitions
2520 * for Kalamar,
2521 */
2522/**
2523 * Official IDS colors
2524 */
2525/**
2526 * Orange Colors
2527 */
2528/**
2529 * Green Colors
2530 */
2531/**
2532 * Blue Colors
2533 */
2534/**
2535 * Grey Colors
2536 */
2537/**
2538 * Red Colors (no IDS relation)
2539 */
2540/**
2541 * Basic shadows
2542 */
2543/**
2544 * KWIC colors
2545 */
2546/**
2547 * Some color definitions and mixins for
2548 * buttons and menus.
2549 */
2550/**
2551 * Chooseable items (default)
2552 */
2553/**
2554 * Chooseable items (mouse over)
2555 */
2556/**
2557 * Chooseable items (not available)
2558 */
2559/**
2560 * Chooseable items (active)
2561 */
2562/**
2563 * Chooseable items (action: remove something)
2564 */
2565/*
2566 * Defined lengths and sizes for the
2567 * Kalamar layout.
2568 */
2569/**
2570 * Margins
2571 */
2572/**
2573 * Path information - relative to css!
2574 */
2575/**
2576 * SVG tree
2577 */
2578path.edge {
2579 stroke: #ff8000;
2580 stroke-width: 2px;
2581 fill: none;
2582}
2583
2584g.arc.infocus > path.edge {
2585 stroke: #636f07;
2586}
2587
2588marker#arr {
2589 overflow: visible;
2590}
2591marker#arr path {
2592 stroke: #e55d00;
2593 fill: #e55d00;
2594 fill-opacity: 1;
2595 stroke-width: 2;
2596}
2597
2598path.anchor {
2599 stroke: #e55d00;
2600 stroke-width: 3;
2601 stroke-linecap: round;
2602 z-index: 20;
2603}
2604
2605g.root rect.empty {
2606 stroke: #ff8000;
2607 fill: #ff8000;
2608 stroke-width: 2px;
2609}
2610
2611g.middle rect,
2612g.label rect {
2613 stroke: #ff8000;
2614 stroke-width: 2px;
2615 fill: #ffd080;
2616}
2617
2618g.label.infocus rect {
2619 stroke: #636f07;
2620 fill: #dce883;
2621}
2622
2623g.middle.mark rect {
2624 fill: #ff8000;
2625}
2626g.middle.mark > text {
2627 fill: #f4eebb;
2628}
2629g.middle.mark > text > tspan {
2630 stroke: #f4eebb;
2631}
2632
2633g.leaf.mark text > tspan {
2634 font-weight: bold;
2635}
2636
2637g.leaf > rect {
2638 display: none;
2639}
2640
2641g > text > tspan {
2642 text-anchor: middle;
2643 font-size: 9pt;
2644}
2645
2646g.leaf > text > tspan,
2647text.leaf > tspan {
2648 font-size: 10pt;
2649 overflow: visible;
2650}
2651
2652/**
2653 * Matchtree view
2654 */
2655div.matchtree {
2656 overflow-x: hidden;
2657 overflow-y: visible;
2658 padding: 0;
2659 margin-top: 1pt;
2660}
2661div.matchtree h6 {
2662 display: inline;
2663 font-size: inherit;
2664 color: #fefefe;
2665 margin: 0;
2666 padding: 0 !important;
2667 float: left;
2668}
2669div.matchtree h6 > span {
2670 border-top: 2px solid #ff8000;
2671 width: 88px;
2672 text-overflow: ellipsis;
2673 white-space: nowrap;
2674 max-width: 25em;
2675 overflow: hidden;
2676 padding: 1px 6px;
2677 margin: 0px;
2678 display: inline-block !important;
2679 margin: 0;
2680}
2681div.matchtree h6 > span:nth-of-type(2) {
2682 margin-left: 2px;
2683}
2684div.matchtree > div {
2685 position: unset;
2686 z-index: 4;
2687 overflow-x: auto;
2688 margin: 2px;
2689 margin-left: 180px;
2690 margin-right: 20px;
2691 background-color: #f4eebb;
2692}
2693
2694/**
2695 * Some colors and shadow definitions
2696 * for Kalamar,
2697 */
2698/**
2699 * Official IDS colors
2700 */
2701/**
2702 * Orange Colors
2703 */
2704/**
2705 * Green Colors
2706 */
2707/**
2708 * Blue Colors
2709 */
2710/**
2711 * Grey Colors
2712 */
2713/**
2714 * Red Colors (no IDS relation)
2715 */
2716/**
2717 * Basic shadows
2718 */
2719/**
2720 * KWIC colors
2721 */
2722/**
2723 * Font Awesome symbol table.
2724 */
2725/**
2726 * Some colors and shadow definitions
2727 * for Kalamar,
2728 */
2729/**
2730 * Official IDS colors
2731 */
2732/**
2733 * Orange Colors
2734 */
2735/**
2736 * Green Colors
2737 */
2738/**
2739 * Blue Colors
2740 */
2741/**
2742 * Grey Colors
2743 */
2744/**
2745 * Red Colors (no IDS relation)
2746 */
2747/**
2748 * Basic shadows
2749 */
2750/**
2751 * KWIC colors
2752 */
2753/**
2754 * Mixin for blind elements
2755 * (e.g., spans in elements with an icon background)
2756 */
2757/**
2758 * Mixin for basic color transition
2759 */
2760/**
2761 * Mixing for basic text padding
2762 */
2763/**
2764 * Mixing for icon fonts
2765 */
2766/**
2767 * Mixing for correct box sizing (probably not necessary)
2768 * DEPRECATED
2769 */
2770/**
2771 * Some colors and shadow definitions
2772 * for Kalamar,
2773 */
2774/**
2775 * Official IDS colors
2776 */
2777/**
2778 * Orange Colors
2779 */
2780/**
2781 * Green Colors
2782 */
2783/**
2784 * Blue Colors
2785 */
2786/**
2787 * Grey Colors
2788 */
2789/**
2790 * Red Colors (no IDS relation)
2791 */
2792/**
2793 * Basic shadows
2794 */
2795/**
2796 * KWIC colors
2797 */
2798/**
2799 * Some color definitions and mixins for
2800 * buttons and menus.
2801 */
2802/**
2803 * Chooseable items (default)
2804 */
2805/**
2806 * Chooseable items (mouse over)
2807 */
2808/**
2809 * Chooseable items (not available)
2810 */
2811/**
2812 * Chooseable items (active)
2813 */
2814/**
2815 * Chooseable items (action: remove something)
2816 */
2817/*
2818 * Defined lengths and sizes for the
2819 * Kalamar layout.
2820 */
2821/**
2822 * Margins
2823 */
2824/**
2825 * Path information - relative to css!
2826 */
2827div.metatable > dl {
2828 margin-right: 20px;
2829 margin-top: 2px;
2830}
2831div.metatable > dl > div {
2832 border-color: #f6a800;
2833}
2834div.metatable > dl > div > * {
2835 padding: 0.2em;
2836}
2837div.metatable > dl > div > dt {
2838 background: #ff8000;
2839 color: #fefefe;
2840 width: 12.5em;
2841}
2842div.metatable > dl > div > dd {
2843 background-color: #f4eebb;
2844 cursor: pointer;
2845}
2846div.metatable > dl > div > dd.metakeyvalues {
2847 padding: 0;
2848}
2849div.metatable > dl > div > dd.metakeyvalues > div {
2850 padding: 0.2em;
2851}
2852div.metatable > dl > div > dd.metakeyvalues > div::before {
2853 content: "• ";
2854 color: #f6a800;
2855}
2856div.metatable > dl > div > dd.chosen,
2857div.metatable > dl > div > dd > div.chosen {
2858 background-color: #9bad0b !important;
2859 color: #fefefe;
2860}
2861div.metatable > dl > div > dd[data-type="type:store"], div.metatable > dl > div > dd[data-type="type:attachement"] {
2862 background-color: #ffd080;
2863 cursor: default;
2864}
2865div.metatable > dl > div > dd[data-type="type:store"] a, div.metatable > dl > div > dd[data-type="type:attachement"] a {
2866 color: inherit;
2867}
2868div.metatable > dl.cbm-disabled > div > dd {
2869 cursor: default !important;
2870}
2871
2872/**
2873 * General matchinfo styles.
2874 */
2875div.matchinfo {
2876 position: relative;
2877 width: 100%;
2878 padding-top: 2px;
2879 height: auto;
2880 font-size: 10pt;
2881 text-align: left;
2882}
2883div.matchinfo:empty {
2884 display: none !important;
2885}
2886div.matchinfo .view + .view {
2887 margin-top: 8px !important;
2888}
2889
2890div.metatable,
2891div.matchtable,
2892div.matchtree {
2893 position: relative;
2894 background-color: #f6a800;
2895}
2896
2897div.button-group.button-panel.button-matchinfo {
2898 display: inline-block;
2899 margin-right: 0.5em;
2900}
2901div.button-group.button-panel.button-matchinfo > span {
2902 position: relative;
2903 box-shadow: none;
2904}
2905
2906/**
2907 * Some colors and shadow definitions
2908 * for Kalamar,
2909 */
2910/**
2911 * Official IDS colors
2912 */
2913/**
2914 * Orange Colors
2915 */
2916/**
2917 * Green Colors
2918 */
2919/**
2920 * Blue Colors
2921 */
2922/**
2923 * Grey Colors
2924 */
2925/**
2926 * Red Colors (no IDS relation)
2927 */
2928/**
2929 * Basic shadows
2930 */
2931/**
2932 * KWIC colors
2933 */
2934/**
2935 * Font Awesome symbol table.
2936 */
2937/**
2938 * Some colors and shadow definitions
2939 * for Kalamar,
2940 */
2941/**
2942 * Official IDS colors
2943 */
2944/**
2945 * Orange Colors
2946 */
2947/**
2948 * Green Colors
2949 */
2950/**
2951 * Blue Colors
2952 */
2953/**
2954 * Grey Colors
2955 */
2956/**
2957 * Red Colors (no IDS relation)
2958 */
2959/**
2960 * Basic shadows
2961 */
2962/**
2963 * KWIC colors
2964 */
2965/**
2966 * Mixin for blind elements
2967 * (e.g., spans in elements with an icon background)
2968 */
2969/**
2970 * Mixin for basic color transition
2971 */
2972/**
2973 * Mixing for basic text padding
2974 */
2975/**
2976 * Mixing for icon fonts
2977 */
2978/**
2979 * Mixing for correct box sizing (probably not necessary)
2980 * DEPRECATED
2981 */
2982/**
2983 * Some colors and shadow definitions
2984 * for Kalamar,
2985 */
2986/**
2987 * Official IDS colors
2988 */
2989/**
2990 * Orange Colors
2991 */
2992/**
2993 * Green Colors
2994 */
2995/**
2996 * Blue Colors
2997 */
2998/**
2999 * Grey Colors
3000 */
3001/**
3002 * Red Colors (no IDS relation)
3003 */
3004/**
3005 * Basic shadows
3006 */
3007/**
3008 * KWIC colors
3009 */
3010/**
3011 * Some color definitions and mixins for
3012 * buttons and menus.
3013 */
3014/**
3015 * Chooseable items (default)
3016 */
3017/**
3018 * Chooseable items (mouse over)
3019 */
3020/**
3021 * Chooseable items (not available)
3022 */
3023/**
3024 * Chooseable items (active)
3025 */
3026/**
3027 * Chooseable items (action: remove something)
3028 */
3029/*
3030 * Defined lengths and sizes for the
3031 * Kalamar layout.
3032 */
3033/**
3034 * Margins
3035 */
3036/**
3037 * Path information - relative to css!
3038 */
3039/**
3040 * The pagination view
3041 *
3042 * <div id="pagination">
3043 * <a rel="prev"><span><i class="fa fa-caret-left"></i></span></a>
3044 * <a rel="self"><span>1</span></a>
3045 * <a href="#p=2"><span>2</span></a>
3046 * <a href="#3"><span>3</span></a>
3047 * <span><i class="fa fa-ellipsis-h"></i></span>
3048 * <a href="#67"><span>67</span></a>
3049 * <a rel="next" href="#2"><span><i class="fa fa-caret-right"></i></span></a>
3050 * </div>
3051 */
3052#pagination {
3053 /*
3054 * Always in fixed position.
3055 * This may need to be overwritten in case multiple
3056 * paginations have to be activated.
3057 */
3058 position: fixed;
3059 font-size: 0;
3060 right: 10px;
3061 bottom: 20px;
3062 z-index: 35;
3063 padding: 0;
3064 height: auto;
3065 line-height: 0;
3066}
3067#pagination > a {
3068 margin: 0;
3069 font-size: 10pt;
3070 padding: 0;
3071}
3072#pagination > a > span {
3073 padding-left: 0.4em;
3074 padding-right: 0.4em;
3075 color: #616263;
3076 background-color: #d9dadb;
3077 border-color: #87888a;
3078 text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
3079 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
3080 display: inline-block;
3081 line-height: 2em;
3082 text-align: center;
3083 border-top-width: 2px;
3084 border-bottom-width: 2px;
3085 border-top-style: solid;
3086 border-bottom-style: solid;
3087}
3088#pagination > a:not(:link):not([rel=self]) span {
3089 color: #87888a;
3090}
3091#pagination > a.ellipsis > span > span {
3092 position: absolute;
3093 margin-left: -3000px;
3094}
3095#pagination > a.ellipsis > span::after {
3096 font-family: "FontAwesome";
3097 white-space: nowrap;
3098 content: "";
3099 line-height: 1em;
3100}
3101#pagination > a[rel=self] > span {
3102 color: #636f07;
3103 background-color: #9bad0b;
3104 border-color: #636f07;
3105 text-shadow: none;
3106 border-left-width: 2px;
3107 border-right-width: 2px;
3108 border-left-style: solid;
3109 border-right-style: solid;
3110}
3111#pagination > a[rel=prev] > span {
3112 border-top-left-radius: 6px;
3113 border-bottom-left-radius: 6px;
3114 border-left-width: 2px;
3115 border-left-style: solid;
3116}
3117#pagination > a[rel=prev] > span > span {
3118 position: absolute;
3119 margin-left: -3000px;
3120}
3121#pagination > a[rel=prev] > span::after {
3122 font-family: "FontAwesome";
3123 white-space: nowrap;
3124 content: "";
3125 line-height: 1em;
3126}
3127#pagination > a[rel=next] > span {
3128 border-top-right-radius: 6px;
3129 border-bottom-right-radius: 6px;
3130 border-right-width: 2px;
3131 border-right-style: solid;
3132}
3133#pagination > a[rel=next] > span > span {
3134 position: absolute;
3135 margin-left: -3000px;
3136}
3137#pagination > a[rel=next] > span::after {
3138 font-family: "FontAwesome";
3139 white-space: nowrap;
3140 content: "";
3141 line-height: 1em;
3142}
3143#pagination > a:link:hover, #pagination > a:link:focus {
3144 outline: none;
3145}
3146#pagination > a:link:hover span, #pagination > a:link:focus span {
3147 color: #fefefe;
3148 background-color: #f6a800;
3149 border-color: #ff8000;
3150 text-shadow: none;
3151}
3152
3153/**
3154 * Some colors and shadow definitions
3155 * for Kalamar,
3156 */
3157/**
3158 * Official IDS colors
3159 */
3160/**
3161 * Orange Colors
3162 */
3163/**
3164 * Green Colors
3165 */
3166/**
3167 * Blue Colors
3168 */
3169/**
3170 * Grey Colors
3171 */
3172/**
3173 * Red Colors (no IDS relation)
3174 */
3175/**
3176 * Basic shadows
3177 */
3178/**
3179 * KWIC colors
3180 */
3181/**
3182 * Font Awesome symbol table.
3183 */
3184/**
3185 * Some colors and shadow definitions
3186 * for Kalamar,
3187 */
3188/**
3189 * Official IDS colors
3190 */
3191/**
3192 * Orange Colors
3193 */
3194/**
3195 * Green Colors
3196 */
3197/**
3198 * Blue Colors
3199 */
3200/**
3201 * Grey Colors
3202 */
3203/**
3204 * Red Colors (no IDS relation)
3205 */
3206/**
3207 * Basic shadows
3208 */
3209/**
3210 * KWIC colors
3211 */
3212/**
3213 * Mixin for blind elements
3214 * (e.g., spans in elements with an icon background)
3215 */
3216/**
3217 * Mixin for basic color transition
3218 */
3219/**
3220 * Mixing for basic text padding
3221 */
3222/**
3223 * Mixing for icon fonts
3224 */
3225/**
3226 * Mixing for correct box sizing (probably not necessary)
3227 * DEPRECATED
3228 */
3229/**
3230 * Some colors and shadow definitions
3231 * for Kalamar,
3232 */
3233/**
3234 * Official IDS colors
3235 */
3236/**
3237 * Orange Colors
3238 */
3239/**
3240 * Green Colors
3241 */
3242/**
3243 * Blue Colors
3244 */
3245/**
3246 * Grey Colors
3247 */
3248/**
3249 * Red Colors (no IDS relation)
3250 */
3251/**
3252 * Basic shadows
3253 */
3254/**
3255 * KWIC colors
3256 */
3257/**
3258 * Some color definitions and mixins for
3259 * buttons and menus.
3260 */
3261/**
3262 * Chooseable items (default)
3263 */
3264/**
3265 * Chooseable items (mouse over)
3266 */
3267/**
3268 * Chooseable items (not available)
3269 */
3270/**
3271 * Chooseable items (active)
3272 */
3273/**
3274 * Chooseable items (action: remove something)
3275 */
3276/*
3277 * Defined lengths and sizes for the
3278 * Kalamar layout.
3279 */
3280/**
3281 * Margins
3282 */
3283/**
3284 * Path information - relative to css!
3285 */
3286pre.query {
3287 overflow-x: hidden;
3288 padding: 0.5em;
3289 color: #616263;
3290 background-color: #d9dadb;
3291 border-color: #87888a;
3292 text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
3293 position: relative;
3294 border-width: 2px;
3295 border-style: solid;
3296 border-radius: 6px;
3297 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
3298}
3299pre.query:not(.unsupported) {
3300 cursor: pointer;
3301}
3302pre.query:not(.unsupported):hover {
3303 color: #fefefe;
3304 background-color: #f6a800;
3305 border-color: #ff8000;
3306 text-shadow: none;
3307}
3308pre.query:not(.unsupported):active {
3309 color: #636f07;
3310 background-color: #9bad0b;
3311 border-color: #636f07;
3312 text-shadow: none;
3313}
3314pre.query.unsupported span {
3315 vertical-align: super;
3316 color: #009ee0;
3317 font-size: 90%;
3318 font-weight: bold;
3319 cursor: help;
3320}
3321
3322/**
3323 * Some colors and shadow definitions
3324 * for Kalamar,
3325 */
3326/**
3327 * Official IDS colors
3328 */
3329/**
3330 * Orange Colors
3331 */
3332/**
3333 * Green Colors
3334 */
3335/**
3336 * Blue Colors
3337 */
3338/**
3339 * Grey Colors
3340 */
3341/**
3342 * Red Colors (no IDS relation)
3343 */
3344/**
3345 * Basic shadows
3346 */
3347/**
3348 * KWIC colors
3349 */
3350/**
3351 * Font Awesome symbol table.
3352 */
3353/**
3354 * Some colors and shadow definitions
3355 * for Kalamar,
3356 */
3357/**
3358 * Official IDS colors
3359 */
3360/**
3361 * Orange Colors
3362 */
3363/**
3364 * Green Colors
3365 */
3366/**
3367 * Blue Colors
3368 */
3369/**
3370 * Grey Colors
3371 */
3372/**
3373 * Red Colors (no IDS relation)
3374 */
3375/**
3376 * Basic shadows
3377 */
3378/**
3379 * KWIC colors
3380 */
3381/**
3382 * Mixin for blind elements
3383 * (e.g., spans in elements with an icon background)
3384 */
3385/**
3386 * Mixin for basic color transition
3387 */
3388/**
3389 * Mixing for basic text padding
3390 */
3391/**
3392 * Mixing for icon fonts
3393 */
3394/**
3395 * Mixing for correct box sizing (probably not necessary)
3396 * DEPRECATED
3397 */
3398/**
3399 * Some colors and shadow definitions
3400 * for Kalamar,
3401 */
3402/**
3403 * Official IDS colors
3404 */
3405/**
3406 * Orange Colors
3407 */
3408/**
3409 * Green Colors
3410 */
3411/**
3412 * Blue Colors
3413 */
3414/**
3415 * Grey Colors
3416 */
3417/**
3418 * Red Colors (no IDS relation)
3419 */
3420/**
3421 * Basic shadows
3422 */
3423/**
3424 * KWIC colors
3425 */
3426/**
3427 * Some color definitions and mixins for
3428 * buttons and menus.
3429 */
3430/**
3431 * Chooseable items (default)
3432 */
3433/**
3434 * Chooseable items (mouse over)
3435 */
3436/**
3437 * Chooseable items (not available)
3438 */
3439/**
3440 * Chooseable items (active)
3441 */
3442/**
3443 * Chooseable items (action: remove something)
3444 */
3445/*
3446 * Defined lengths and sizes for the
3447 * Kalamar layout.
3448 */
3449/**
3450 * Margins
3451 */
3452/**
3453 * Path information - relative to css!
3454 */
3455/**
3456 * Rules applicable for the result panel
3457 */
3458#resultinfo {
3459 clear: both;
3460 text-align: right;
3461 line-height: 1.5em;
3462 min-height: 1.5em;
3463 margin-top: 0.4em;
3464 font-size: 10pt;
3465 /*
3466 * TODO:
3467 * This rule should not be dependent on
3468 * whether something is found or not,
3469 * but whether #search contains a result,
3470 * e.g. when a result view is open in the
3471 * result panel. This should probably be
3472 * indicated by a class on the button group
3473 * rather than a class on the resultinfo.
3474 */
3475}
3476#resultinfo p.found {
3477 display: inline;
3478 padding: 0;
3479 margin: 0;
3480 text-align: right;
3481}
3482#resultinfo.found {
3483 position: relative;
3484 margin-bottom: 0px;
3485}
3486#resultinfo.found .button-group > span {
3487 margin-bottom: 0;
3488 border-bottom-width: 0;
3489 box-shadow: none;
3490}
3491#resultinfo.found .button-group > span:first-child {
3492 border-bottom-left-radius: 0;
3493}
3494#resultinfo.found .button-group > span:last-child {
3495 border-bottom-right-radius: 0;
3496}
3497
3498div.result.panel .view {
3499 border: 1px solid #87888a;
3500 background-color: #f6a800;
3501}
3502
3503.result.button-group.button-panel {
3504 display: inline-block;
3505 width: auto;
3506 vertical-align: bottom;
3507 line-height: 1.5em;
3508}
3509.result.button-group.button-panel > span {
3510 line-height: 1.5em;
3511 border-width: 1px 0;
3512}
3513.result.button-group.button-panel > span:first-child {
3514 border-left-width: 1px;
3515}
3516.result.button-group.button-panel > span:last-child {
3517 border-right-width: 1px;
3518}
3519
3520#total-results {
3521 color: #9bad0b;
3522 font-weight: bold;
3523}
3524
3525.no-results {
3526 margin: 0 auto;
3527 text-align: center;
3528}
3529.no-results code {
3530 font-weight: bold;
3531}
3532
3533.button-icon.align.left::after {
3534 content: "";
3535}
3536.button-icon.align.right::after {
3537 content: "";
3538}
3539.button-icon.align.center::after {
3540 content: "";
3541}
3542.button-icon.show-kq::after {
3543 content: "";
3544}
3545
3546/**
3547 * Some colors and shadow definitions
3548 * for Kalamar,
3549 */
3550/**
3551 * Official IDS colors
3552 */
3553/**
3554 * Orange Colors
3555 */
3556/**
3557 * Green Colors
3558 */
3559/**
3560 * Blue Colors
3561 */
3562/**
3563 * Grey Colors
3564 */
3565/**
3566 * Red Colors (no IDS relation)
3567 */
3568/**
3569 * Basic shadows
3570 */
3571/**
3572 * KWIC colors
3573 */
3574/**
3575 * Font Awesome symbol table.
3576 */
3577/**
3578 * Some colors and shadow definitions
3579 * for Kalamar,
3580 */
3581/**
3582 * Official IDS colors
3583 */
3584/**
3585 * Orange Colors
3586 */
3587/**
3588 * Green Colors
3589 */
3590/**
3591 * Blue Colors
3592 */
3593/**
3594 * Grey Colors
3595 */
3596/**
3597 * Red Colors (no IDS relation)
3598 */
3599/**
3600 * Basic shadows
3601 */
3602/**
3603 * KWIC colors
3604 */
3605/**
3606 * Mixin for blind elements
3607 * (e.g., spans in elements with an icon background)
3608 */
3609/**
3610 * Mixin for basic color transition
3611 */
3612/**
3613 * Mixing for basic text padding
3614 */
3615/**
3616 * Mixing for icon fonts
3617 */
3618/**
3619 * Mixing for correct box sizing (probably not necessary)
3620 * DEPRECATED
3621 */
3622/**
3623 * Some colors and shadow definitions
3624 * for Kalamar,
3625 */
3626/**
3627 * Official IDS colors
3628 */
3629/**
3630 * Orange Colors
3631 */
3632/**
3633 * Green Colors
3634 */
3635/**
3636 * Blue Colors
3637 */
3638/**
3639 * Grey Colors
3640 */
3641/**
3642 * Red Colors (no IDS relation)
3643 */
3644/**
3645 * Basic shadows
3646 */
3647/**
3648 * KWIC colors
3649 */
3650/**
3651 * Some color definitions and mixins for
3652 * buttons and menus.
3653 */
3654/**
3655 * Chooseable items (default)
3656 */
3657/**
3658 * Chooseable items (mouse over)
3659 */
3660/**
3661 * Chooseable items (not available)
3662 */
3663/**
3664 * Chooseable items (active)
3665 */
3666/**
3667 * Chooseable items (action: remove something)
3668 */
3669/*
3670 * Defined lengths and sizes for the
3671 * Kalamar layout.
3672 */
3673/**
3674 * Margins
3675 */
3676/**
3677 * Path information - relative to css!
3678 */
3679/**
3680 * Rules for the embedded documentation.
3681 */
3682#tutorial {
3683 position: fixed;
3684 z-index: 9999;
3685 top: 5%;
3686 bottom: 5%;
3687 left: 2%;
3688 right: 2%;
3689 padding-right: 20px;
3690 background-color: #fefefe;
3691 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
3692 border-width: 4px;
3693 border-color: #616263;
3694 border-style: solid;
3695 border-radius: 6px;
3696}
3697#tutorial .button-group.button-view {
3698 background-color: #87888a;
3699 display: block;
3700 height: 100%;
3701}
3702#tutorial iframe {
3703 border-width: 0;
3704 width: 100%;
3705 min-height: 100.1%;
3706 background-image: url("../img/korap-bg-kalamar.svg");
3707 background-repeat: no-repeat;
3708 background-position: center center;
3709 background-size: 20%;
3710}
3711
3712p.bibentry {
3713 font-size: 80%;
3714 margin-left: 3em;
3715 margin-bottom: 3em;
3716 text-indent: -1.5em;
3717}
3718p.bibentry cite {
3719 font-weight: bold;
3720}
3721
3722body.embedded {
3723 background-color: #fefefe;
3724}
3725body.embedded aside {
3726 color: #616263;
3727 background-color: #d9dadb;
3728 border-color: #87888a;
3729 text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
3730 padding-top: 0;
3731 background-color: #87888a;
3732}
3733body.embedded aside > div {
3734 position: relative;
3735 top: 50%;
3736 -webkit-transform: translateY(-50%);
3737 -ms-transform: translateY(-50%);
3738 transform: translateY(-50%);
3739}
3740
3741main.tutorial a.embedded-link::after {
3742 font-family: "FontAwesome";
3743 white-space: nowrap;
3744 content: " ";
3745 font-size: 75%;
3746}
3747
3748/**
3749 * Some colors and shadow definitions
3750 * for Kalamar,
3751 */
3752/**
3753 * Official IDS colors
3754 */
3755/**
3756 * Orange Colors
3757 */
3758/**
3759 * Green Colors
3760 */
3761/**
3762 * Blue Colors
3763 */
3764/**
3765 * Grey Colors
3766 */
3767/**
3768 * Red Colors (no IDS relation)
3769 */
3770/**
3771 * Basic shadows
3772 */
3773/**
3774 * KWIC colors
3775 */
3776/**
3777 * Font Awesome symbol table.
3778 */
3779/**
3780 * Some colors and shadow definitions
3781 * for Kalamar,
3782 */
3783/**
3784 * Official IDS colors
3785 */
3786/**
3787 * Orange Colors
3788 */
3789/**
3790 * Green Colors
3791 */
3792/**
3793 * Blue Colors
3794 */
3795/**
3796 * Grey Colors
3797 */
3798/**
3799 * Red Colors (no IDS relation)
3800 */
3801/**
3802 * Basic shadows
3803 */
3804/**
3805 * KWIC colors
3806 */
3807/**
3808 * Mixin for blind elements
3809 * (e.g., spans in elements with an icon background)
3810 */
3811/**
3812 * Mixin for basic color transition
3813 */
3814/**
3815 * Mixing for basic text padding
3816 */
3817/**
3818 * Mixing for icon fonts
3819 */
3820/**
3821 * Mixing for correct box sizing (probably not necessary)
3822 * DEPRECATED
3823 */
3824/**
3825 * Some colors and shadow definitions
3826 * for Kalamar,
3827 */
3828/**
3829 * Official IDS colors
3830 */
3831/**
3832 * Orange Colors
3833 */
3834/**
3835 * Green Colors
3836 */
3837/**
3838 * Blue Colors
3839 */
3840/**
3841 * Grey Colors
3842 */
3843/**
3844 * Red Colors (no IDS relation)
3845 */
3846/**
3847 * Basic shadows
3848 */
3849/**
3850 * KWIC colors
3851 */
3852/**
3853 * Some color definitions and mixins for
3854 * buttons and menus.
3855 */
3856/**
3857 * Chooseable items (default)
3858 */
3859/**
3860 * Chooseable items (mouse over)
3861 */
3862/**
3863 * Chooseable items (not available)
3864 */
3865/**
3866 * Chooseable items (active)
3867 */
3868/**
3869 * Chooseable items (action: remove something)
3870 */
3871/*
3872 * Defined lengths and sizes for the
3873 * Kalamar layout.
3874 */
3875/**
3876 * Margins
3877 */
3878/**
3879 * Path information - relative to css!
3880 */
3881/**
3882 * Styles for the KoralQuery view.
3883 */
3884#koralquery {
3885 white-space: pre;
3886}
3887#koralquery > div {
3888 background-color: #fefefe;
3889 overflow-x: auto;
3890 font-size: 85%;
3891 margin-top: 2pt;
3892 margin-right: 20px;
3893 margin-bottom: 2pt;
3894 margin-left: 2pt;
3895}
3896
3897/**
3898 * Some colors and shadow definitions
3899 * for Kalamar,
3900 */
3901/**
3902 * Official IDS colors
3903 */
3904/**
3905 * Orange Colors
3906 */
3907/**
3908 * Green Colors
3909 */
3910/**
3911 * Blue Colors
3912 */
3913/**
3914 * Grey Colors
3915 */
3916/**
3917 * Red Colors (no IDS relation)
3918 */
3919/**
3920 * Basic shadows
3921 */
3922/**
3923 * KWIC colors
3924 */
3925/**
3926 * Font Awesome symbol table.
3927 */
3928/**
3929 * Some colors and shadow definitions
3930 * for Kalamar,
3931 */
3932/**
3933 * Official IDS colors
3934 */
3935/**
3936 * Orange Colors
3937 */
3938/**
3939 * Green Colors
3940 */
3941/**
3942 * Blue Colors
3943 */
3944/**
3945 * Grey Colors
3946 */
3947/**
3948 * Red Colors (no IDS relation)
3949 */
3950/**
3951 * Basic shadows
3952 */
3953/**
3954 * KWIC colors
3955 */
3956/**
3957 * Mixin for blind elements
3958 * (e.g., spans in elements with an icon background)
3959 */
3960/**
3961 * Mixin for basic color transition
3962 */
3963/**
3964 * Mixing for basic text padding
3965 */
3966/**
3967 * Mixing for icon fonts
3968 */
3969/**
3970 * Mixing for correct box sizing (probably not necessary)
3971 * DEPRECATED
3972 */
3973/**
3974 * Some colors and shadow definitions
3975 * for Kalamar,
3976 */
3977/**
3978 * Official IDS colors
3979 */
3980/**
3981 * Orange Colors
3982 */
3983/**
3984 * Green Colors
3985 */
3986/**
3987 * Blue Colors
3988 */
3989/**
3990 * Grey Colors
3991 */
3992/**
3993 * Red Colors (no IDS relation)
3994 */
3995/**
3996 * Basic shadows
3997 */
3998/**
3999 * KWIC colors
4000 */
4001/**
4002 * Some color definitions and mixins for
4003 * buttons and menus.
4004 */
4005/**
4006 * Chooseable items (default)
4007 */
4008/**
4009 * Chooseable items (mouse over)
4010 */
4011/**
4012 * Chooseable items (not available)
4013 */
4014/**
4015 * Chooseable items (active)
4016 */
4017/**
4018 * Chooseable items (action: remove something)
4019 */
4020/*
4021 * Defined lengths and sizes for the
4022 * Kalamar layout.
4023 */
4024/**
4025 * Margins
4026 */
4027/**
4028 * Path information - relative to css!
4029 */
4030.alertify,
4031.alertify-show,
4032.alertify-log {
4033 -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
4034 -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
4035 -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
4036 -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
4037 transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
4038 /* easeOutBack */
4039}
4040
4041.alertify-hide {
4042 -webkit-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
4043 -moz-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
4044 -ms-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
4045 -o-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
4046 transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
4047 /* easeInBack */
4048}
4049
4050.alertify-log-hide {
4051 -webkit-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
4052 -moz-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
4053 -ms-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
4054 -o-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
4055 transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
4056 /* easeInBack */
4057}
4058
4059.alertify-cover {
4060 position: fixed;
4061 z-index: 99999;
4062 top: 0;
4063 right: 0;
4064 bottom: 0;
4065 left: 0;
4066 background-color: white;
4067 filter: opacity(0);
4068 opacity: 0;
4069}
4070
4071.alertify-cover-hidden {
4072 display: none;
4073}
4074
4075.alertify {
4076 position: fixed;
4077 z-index: 99999;
4078 top: 50px;
4079 left: 50%;
4080 width: 550px;
4081 margin-left: -275px;
4082 opacity: 1;
4083}
4084
4085.alertify-hidden {
4086 -webkit-transform: translate(0, -150px);
4087 -moz-transform: translate(0, -150px);
4088 -ms-transform: translate(0, -150px);
4089 -o-transform: translate(0, -150px);
4090 transform: translate(0, -150px);
4091 opacity: 0;
4092 display: none;
4093}
4094
4095/* overwrite display: none; for everything except IE6-8 */
4096:root * > .alertify-hidden {
4097 display: block;
4098 visibility: hidden;
4099}
4100
4101.alertify-logs {
4102 position: fixed;
4103 z-index: 5000;
4104 bottom: 10px;
4105 right: 10px;
4106 width: 300px;
4107}
4108
4109.alertify-logs-hidden {
4110 display: none;
4111}
4112
4113.alertify-log {
4114 display: block;
4115 margin-top: 10px;
4116 position: relative;
4117 right: -300px;
4118 opacity: 0;
4119}
4120
4121.alertify-log-show {
4122 right: 0;
4123 opacity: 1;
4124}
4125
4126.alertify-log-hide {
4127 -webkit-transform: translate(300px, 0);
4128 -moz-transform: translate(300px, 0);
4129 -ms-transform: translate(300px, 0);
4130 -o-transform: translate(300px, 0);
4131 transform: translate(300px, 0);
4132 opacity: 0;
4133}
4134
4135.alertify-dialog {
4136 padding: 25px;
4137}
4138
4139.alertify-resetFocus {
4140 border: 0;
4141 clip: rect(0 0 0 0);
4142 height: 1px;
4143 margin: -1px;
4144 overflow: hidden;
4145 padding: 0;
4146 position: absolute;
4147 width: 1px;
4148}
4149
4150.alertify-inner {
4151 text-align: center;
4152}
4153
4154.alertify-text {
4155 margin-bottom: 15px;
4156 width: 100%;
4157 -webkit-box-sizing: border-box;
4158 -moz-box-sizing: border-box;
4159 box-sizing: border-box;
4160 font-size: 100%;
4161}
4162
4163.alertify-button,
4164.alertify-button:hover,
4165.alertify-button:active,
4166.alertify-button:visited {
4167 background: none;
4168 text-decoration: none;
4169 border: none;
4170 /* line-height and font-size for input button */
4171 line-height: 1.5;
4172 font-size: 100%;
4173 display: inline-block;
4174 cursor: pointer;
4175 margin-left: 5px;
4176}
4177
4178@media only screen and (max-width: 680px) {
4179 .alertify,
4180.alertify-logs {
4181 width: 90%;
4182 -webkit-box-sizing: border-box;
4183 -moz-box-sizing: border-box;
4184 box-sizing: border-box;
4185 }
4186
4187 .alertify {
4188 left: 5%;
4189 margin: 0;
4190 }
4191}
4192/**
4193 * Default Look and Feel
4194 */
4195.alertify,
4196.alertify-log {
4197 font-family: sans-serif;
4198}
4199
4200.alertify {
4201 background: #FFF;
4202 border: 10px solid #333;
4203 /* browsers that don't support rgba */
4204 border: 10px solid rgba(0, 0, 0, 0.7);
4205 border-radius: 8px;
4206 box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
4207 -webkit-background-clip: padding;
4208 /* Safari 4? Chrome 6? */
4209 -moz-background-clip: padding;
4210 /* Firefox 3.6 */
4211 background-clip: padding-box;
4212 /* Firefox 4, Safari 5, Opera 10, IE 9 */
4213}
4214
4215.alertify-text {
4216 border: 1px solid #CCC;
4217 padding: 10px;
4218 border-radius: 4px;
4219}
4220
4221.alertify-button {
4222 border-radius: 4px;
4223 color: #FFF;
4224 font-weight: bold;
4225 padding: 6px 15px;
4226 text-decoration: none;
4227 text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
4228 box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
4229 background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
4230 background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
4231 background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
4232 background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
4233 background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
4234}
4235
4236.alertify-button:hover,
4237.alertify-button:focus {
4238 outline: none;
4239 background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
4240 background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
4241 background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
4242 background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
4243 background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
4244}
4245
4246.alertify-button:focus {
4247 box-shadow: 0 0 15px #2B72D5;
4248}
4249
4250.alertify-button:active {
4251 position: relative;
4252 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
4253}
4254
4255.alertify-button-cancel,
4256.alertify-button-cancel:hover,
4257.alertify-button-cancel:focus {
4258 background-color: #FE1A00;
4259 border: 1px solid #D83526;
4260}
4261
4262.alertify-button-ok,
4263.alertify-button-ok:hover,
4264.alertify-button-ok:focus {
4265 background-color: #5CB811;
4266 border: 1px solid #3B7808;
4267}
4268
4269.alertify-log {
4270 background: #1F1F1F;
4271 background: black;
4272 padding: 15px;
4273 border-radius: 4px;
4274 color: #FFF;
4275}
4276
4277/*
4278.alertify-log-error {
4279 background: #FE1A00;
4280 // background: rgba(254,26,0,.9);
4281 background: rgb(254,26,0);
4282}
4283*/
4284.alertify-log-success {
4285 background: #5CB811;
4286 background: #5cb811;
4287}
4288
4289/**
4290 * Alertify styles.
4291 */
4292article.alertify-log-warn {
4293 background-color: #f6a800;
4294}
4295article.alertify-log-warn code.src {
4296 color: #e55d00;
4297}
4298
4299article.alertify-log code.src {
4300 display: block;
4301 color: black;
4302 font-size: 70%;
4303}
4304
4305.alertify-log-error {
4306 background-color: #fe1a00;
4307}
4308
4309#notifications {
4310 display: none;
4311}
4312
4313div.notify {
4314 position: relative;
4315 margin: 0.5em auto;
4316 display: block;
4317 padding: 0.5em;
4318 border-radius: 6px;
4319 max-width: 30em;
4320 background-color: #fe1a00;
4321 color: #fefefe;
4322}
4323div.notify.notify-success {
4324 background-color: #636f07;
4325}
4326div.notify.notify-warn {
4327 background-color: #f29400;
4328}
4329
4330/**
4331 * Some colors and shadow definitions
4332 * for Kalamar,
4333 */
4334/**
4335 * Official IDS colors
4336 */
4337/**
4338 * Orange Colors
4339 */
4340/**
4341 * Green Colors
4342 */
4343/**
4344 * Blue Colors
4345 */
4346/**
4347 * Grey Colors
4348 */
4349/**
4350 * Red Colors (no IDS relation)
4351 */
4352/**
4353 * Basic shadows
4354 */
4355/**
4356 * KWIC colors
4357 */
4358/**
4359 * Font Awesome symbol table.
4360 */
4361/**
4362 * Some colors and shadow definitions
4363 * for Kalamar,
4364 */
4365/**
4366 * Official IDS colors
4367 */
4368/**
4369 * Orange Colors
4370 */
4371/**
4372 * Green Colors
4373 */
4374/**
4375 * Blue Colors
4376 */
4377/**
4378 * Grey Colors
4379 */
4380/**
4381 * Red Colors (no IDS relation)
4382 */
4383/**
4384 * Basic shadows
4385 */
4386/**
4387 * KWIC colors
4388 */
4389/**
4390 * Mixin for blind elements
4391 * (e.g., spans in elements with an icon background)
4392 */
4393/**
4394 * Mixin for basic color transition
4395 */
4396/**
4397 * Mixing for basic text padding
4398 */
4399/**
4400 * Mixing for icon fonts
4401 */
4402/**
4403 * Mixing for correct box sizing (probably not necessary)
4404 * DEPRECATED
4405 */
4406/**
4407 * Some colors and shadow definitions
4408 * for Kalamar,
4409 */
4410/**
4411 * Official IDS colors
4412 */
4413/**
4414 * Orange Colors
4415 */
4416/**
4417 * Green Colors
4418 */
4419/**
4420 * Blue Colors
4421 */
4422/**
4423 * Grey Colors
4424 */
4425/**
4426 * Red Colors (no IDS relation)
4427 */
4428/**
4429 * Basic shadows
4430 */
4431/**
4432 * KWIC colors
4433 */
4434/**
4435 * Some color definitions and mixins for
4436 * buttons and menus.
4437 */
4438/**
4439 * Chooseable items (default)
4440 */
4441/**
4442 * Chooseable items (mouse over)
4443 */
4444/**
4445 * Chooseable items (not available)
4446 */
4447/**
4448 * Chooseable items (active)
4449 */
4450/**
4451 * Chooseable items (action: remove something)
4452 */
4453/*
4454 * Defined lengths and sizes for the
4455 * Kalamar layout.
4456 */
4457/**
4458 * Margins
4459 */
4460/**
4461 * Path information - relative to css!
4462 */
4463/**
4464 * Styles for the intro page
4465 */
4466div.intro a:visited {
4467 color: #e55d00;
4468}
4469div.intro div.announcement {
4470 background-color: #f4eebb;
4471 padding: 8px;
4472 border: 5px dashed #f6a800;
4473 border-radius: 1em;
4474 width: 90%;
4475 margin: auto;
4476}
4477
4478aside.active ~ main div.intro {
4479 margin-left: 198px;
4480}
4481
4482/**
4483 * Some colors and shadow definitions
4484 * for Kalamar,
4485 */
4486/**
4487 * Official IDS colors
4488 */
4489/**
4490 * Orange Colors
4491 */
4492/**
4493 * Green Colors
4494 */
4495/**
4496 * Blue Colors
4497 */
4498/**
4499 * Grey Colors
4500 */
4501/**
4502 * Red Colors (no IDS relation)
4503 */
4504/**
4505 * Basic shadows
4506 */
4507/**
4508 * KWIC colors
4509 */
4510/**
4511 * Font Awesome symbol table.
4512 */
4513/**
4514 * Some colors and shadow definitions
4515 * for Kalamar,
4516 */
4517/**
4518 * Official IDS colors
4519 */
4520/**
4521 * Orange Colors
4522 */
4523/**
4524 * Green Colors
4525 */
4526/**
4527 * Blue Colors
4528 */
4529/**
4530 * Grey Colors
4531 */
4532/**
4533 * Red Colors (no IDS relation)
4534 */
4535/**
4536 * Basic shadows
4537 */
4538/**
4539 * KWIC colors
4540 */
4541/**
4542 * Mixin for blind elements
4543 * (e.g., spans in elements with an icon background)
4544 */
4545/**
4546 * Mixin for basic color transition
4547 */
4548/**
4549 * Mixing for basic text padding
4550 */
4551/**
4552 * Mixing for icon fonts
4553 */
4554/**
4555 * Mixing for correct box sizing (probably not necessary)
4556 * DEPRECATED
4557 */
4558/**
4559 * Some colors and shadow definitions
4560 * for Kalamar,
4561 */
4562/**
4563 * Official IDS colors
4564 */
4565/**
4566 * Orange Colors
4567 */
4568/**
4569 * Green Colors
4570 */
4571/**
4572 * Blue Colors
4573 */
4574/**
4575 * Grey Colors
4576 */
4577/**
4578 * Red Colors (no IDS relation)
4579 */
4580/**
4581 * Basic shadows
4582 */
4583/**
4584 * KWIC colors
4585 */
4586/**
4587 * Some color definitions and mixins for
4588 * buttons and menus.
4589 */
4590/**
4591 * Chooseable items (default)
4592 */
4593/**
4594 * Chooseable items (mouse over)
4595 */
4596/**
4597 * Chooseable items (not available)
4598 */
4599/**
4600 * Chooseable items (active)
4601 */
4602/**
4603 * Chooseable items (action: remove something)
4604 */
4605/*
4606 * Defined lengths and sizes for the
4607 * Kalamar layout.
4608 */
4609/**
4610 * Margins
4611 */
4612/**
4613 * Path information - relative to css!
4614 */
4615/*
4616 * Define the base layout of horizontal button groups
4617 */
4618.button-group > span {
4619 cursor: pointer;
4620}
4621.button-group.button-panel > span,
4622.button-group.button-panel a, .button-group.operators > span,
4623.button-group.operators a {
4624 color: #616263;
4625 background-color: #d9dadb;
4626 border-color: #87888a;
4627 text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
4628 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
4629 font-size: 9pt;
4630 font-weight: normal;
4631 line-height: 1.5em;
4632 padding: 0 4px;
4633 display: inline-block;
4634 border-style: solid;
4635 border-width: 2px 0;
4636}
4637.button-group.button-panel > span:hover,
4638.button-group.button-panel a:hover, .button-group.operators > span:hover,
4639.button-group.operators a:hover {
4640 color: #fefefe;
4641 background-color: #f6a800;
4642 border-color: #ff8000;
4643 text-shadow: none;
4644}
4645.button-group.button-panel > span:first-child,
4646.button-group.button-panel a:first-child, .button-group.operators > span:first-child,
4647.button-group.operators a:first-child {
4648 border-left-width: 2px;
4649 border-top-left-radius: 6px;
4650 border-bottom-left-radius: 6px;
4651}
4652.button-group.button-panel > span:last-child,
4653.button-group.button-panel a:last-child, .button-group.operators > span:last-child,
4654.button-group.operators a:last-child {
4655 border-right-width: 2px;
4656 border-top-right-radius: 6px;
4657 border-bottom-right-radius: 6px;
4658}
4659.button-group.button-panel > span > span.check,
4660.button-group.button-panel a > span.check {
4661 font-family: "FontAwesome";
4662 white-space: nowrap;
4663 width: 1em;
4664 display: inline-block;
4665 text-align: left;
4666}
4667.button-group.button-panel > span > span.check:not(.checked)::after,
4668.button-group.button-panel a > span.check:not(.checked)::after {
4669 content: "";
4670}
4671.button-group.button-panel > span > span.check.checked::after,
4672.button-group.button-panel a > span.check.checked::after {
4673 content: "";
4674}
4675.button-group.button-panel > span > span.check > span,
4676.button-group.button-panel a > span.check > span {
4677 position: absolute;
4678 margin-left: -3000px;
4679}
4680.button-group.button-view {
4681 position: absolute;
4682 display: block;
4683 right: 0;
4684 top: 0;
4685 z-index: 20;
4686 margin: 0;
4687 padding: 0;
4688 width: 20px;
4689 font-size: 10pt;
4690 color: #fefefe;
4691}
4692.button-group.button-view > span:first-child {
4693 margin-top: 2px;
4694}
4695.button-group.button-view > span {
4696 display: block !important;
4697 border-width: 0;
4698 text-decoration: none;
4699 text-align: center;
4700 font-style: normal;
4701}
4702.button-group.button-view > span.download::after {
4703 content: "";
4704}
4705.button-group.button-view > span.close::after {
4706 content: "";
4707}
4708.button-group.button-view > span.minimize::after {
4709 content: "";
4710}
4711.button-group.button-view > span.plugin::after {
4712 content: "";
4713}
4714
4715ul.menu.button-group-list {
4716 border-top-right-radius: 8px;
4717 position: fixed;
4718 font-size: 10pt;
4719 left: 0;
4720 text-align: left;
4721 margin: -2px;
4722 margin-top: 0;
4723}
4724ul.menu.button-group-list > li:first-of-type {
4725 border-top-right-radius: 5px;
4726}
4727
4728.button-icon {
4729 font-family: "FontAwesome";
4730 white-space: nowrap;
4731 line-height: 1.3;
4732}
4733.button-icon > span {
4734 position: absolute;
4735 margin-left: -3000px;
4736}
4737.button-icon[data-icon]::after {
4738 content: attr(data-icon);
4739}
4740
4741.button-panel .button-icon {
4742 line-height: 0.7;
4743}
4744
4745/**
4746 * Some colors and shadow definitions
4747 * for Kalamar,
4748 */
4749/**
4750 * Official IDS colors
4751 */
4752/**
4753 * Orange Colors
4754 */
4755/**
4756 * Green Colors
4757 */
4758/**
4759 * Blue Colors
4760 */
4761/**
4762 * Grey Colors
4763 */
4764/**
4765 * Red Colors (no IDS relation)
4766 */
4767/**
4768 * Basic shadows
4769 */
4770/**
4771 * KWIC colors
4772 */
4773/**
4774 * Font Awesome symbol table.
4775 */
4776/**
4777 * Some colors and shadow definitions
4778 * for Kalamar,
4779 */
4780/**
4781 * Official IDS colors
4782 */
4783/**
4784 * Orange Colors
4785 */
4786/**
4787 * Green Colors
4788 */
4789/**
4790 * Blue Colors
4791 */
4792/**
4793 * Grey Colors
4794 */
4795/**
4796 * Red Colors (no IDS relation)
4797 */
4798/**
4799 * Basic shadows
4800 */
4801/**
4802 * KWIC colors
4803 */
4804/**
4805 * Mixin for blind elements
4806 * (e.g., spans in elements with an icon background)
4807 */
4808/**
4809 * Mixin for basic color transition
4810 */
4811/**
4812 * Mixing for basic text padding
4813 */
4814/**
4815 * Mixing for icon fonts
4816 */
4817/**
4818 * Mixing for correct box sizing (probably not necessary)
4819 * DEPRECATED
4820 */
4821/**
4822 * Some colors and shadow definitions
4823 * for Kalamar,
4824 */
4825/**
4826 * Official IDS colors
4827 */
4828/**
4829 * Orange Colors
4830 */
4831/**
4832 * Green Colors
4833 */
4834/**
4835 * Blue Colors
4836 */
4837/**
4838 * Grey Colors
4839 */
4840/**
4841 * Red Colors (no IDS relation)
4842 */
4843/**
4844 * Basic shadows
4845 */
4846/**
4847 * KWIC colors
4848 */
4849/**
4850 * Some color definitions and mixins for
4851 * buttons and menus.
4852 */
4853/**
4854 * Chooseable items (default)
4855 */
4856/**
4857 * Chooseable items (mouse over)
4858 */
4859/**
4860 * Chooseable items (not available)
4861 */
4862/**
4863 * Chooseable items (active)
4864 */
4865/**
4866 * Chooseable items (action: remove something)
4867 */
4868/*
4869 * Defined lengths and sizes for the
4870 * Kalamar layout.
4871 */
4872/**
4873 * Margins
4874 */
4875/**
4876 * Path information - relative to css!
4877 */
4878/**
4879 * Base styles for all panels and views
4880 */
4881div.panel {
4882 position: relative;
4883 width: 100%;
4884 display: block;
4885}
4886
4887div.view {
4888 position: relative;
4889 padding-top: 2px;
4890 display: block;
4891 width: 100%;
4892}
4893
4894div.view:not(.show) {
4895 display: none;
4896}
4897
4898.introjs-overlay {
4899 position: absolute;
4900 box-sizing: content-box;
4901 z-index: 999999;
4902 background-color: #000;
4903 opacity: 0;
4904 background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
4905 background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
4906 background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
4907 background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
4908 background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
4909 background: radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
4910 filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
4911 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
4912 filter: alpha(opacity=50);
4913 -webkit-transition: all 0.3s ease-out;
4914 -moz-transition: all 0.3s ease-out;
4915 -ms-transition: all 0.3s ease-out;
4916 -o-transition: all 0.3s ease-out;
4917 transition: all 0.3s ease-out;
4918}
4919
4920.introjs-fixParent {
4921 z-index: auto !important;
4922 opacity: 1 !important;
4923 -webkit-transform: none !important;
4924 -moz-transform: none !important;
4925 -ms-transform: none !important;
4926 -o-transform: none !important;
4927 transform: none !important;
4928}
4929
4930.introjs-showElement,
4931tr.introjs-showElement > td,
4932tr.introjs-showElement > th {
4933 z-index: 9999999 !important;
4934}
4935
4936.introjs-disableInteraction {
4937 z-index: 99999999 !important;
4938 position: absolute;
4939 background-color: white;
4940 opacity: 0;
4941 filter: alpha(opacity=0);
4942}
4943
4944.introjs-relativePosition,
4945tr.introjs-showElement > td,
4946tr.introjs-showElement > th {
4947 position: relative;
4948}
4949
4950.introjs-helperLayer {
4951 box-sizing: content-box;
4952 position: absolute;
4953 z-index: 9999998;
4954 background-color: #FFF;
4955 background-color: rgba(255, 255, 255, 0.9);
4956 border: 1px solid #777;
4957 border: 1px solid rgba(0, 0, 0, 0.5);
4958 border-radius: 4px;
4959 box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
4960 -webkit-transition: all 0.3s ease-out;
4961 -moz-transition: all 0.3s ease-out;
4962 -ms-transition: all 0.3s ease-out;
4963 -o-transition: all 0.3s ease-out;
4964 transition: all 0.3s ease-out;
4965}
4966
4967.introjs-tooltipReferenceLayer {
4968 box-sizing: content-box;
4969 position: absolute;
4970 visibility: hidden;
4971 z-index: 100000000;
4972 background-color: transparent;
4973 -webkit-transition: all 0.3s ease-out;
4974 -moz-transition: all 0.3s ease-out;
4975 -ms-transition: all 0.3s ease-out;
4976 -o-transition: all 0.3s ease-out;
4977 transition: all 0.3s ease-out;
4978}
4979
4980.introjs-helperLayer *,
4981.introjs-helperLayer *:before,
4982.introjs-helperLayer *:after {
4983 -webkit-box-sizing: content-box;
4984 -moz-box-sizing: content-box;
4985 -ms-box-sizing: content-box;
4986 -o-box-sizing: content-box;
4987 box-sizing: content-box;
4988}
4989
4990.introjs-helperNumberLayer {
4991 box-sizing: content-box;
4992 position: absolute;
4993 visibility: visible;
4994 top: -16px;
4995 left: -16px;
4996 z-index: 9999999999 !important;
4997 padding: 2px;
4998 font-family: Arial, verdana, tahoma;
4999 font-size: 13px;
5000 font-weight: bold;
5001 color: white;
5002 text-align: center;
5003 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
5004 background: #ff3019;
5005 /* Old browsers */
5006 background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
5007 /* Chrome10+,Safari5.1+ */
5008 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
5009 /* Chrome,Safari4+ */
5010 background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
5011 /* FF3.6+ */
5012 background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
5013 /* IE10+ */
5014 background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
5015 /* Opera 11.10+ */
5016 background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
5017 /* W3C */
5018 width: 20px;
5019 height: 20px;
5020 line-height: 20px;
5021 border: 3px solid white;
5022 border-radius: 50%;
5023 filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
5024 /* IE6-9 */
5025 filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
5026 /* IE10 text shadows */
5027 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
5028}
5029
5030.introjs-arrow {
5031 border: 5px solid transparent;
5032 content: "";
5033 position: absolute;
5034}
5035
5036.introjs-arrow.top {
5037 top: -10px;
5038 border-bottom-color: white;
5039}
5040
5041.introjs-arrow.top-right {
5042 top: -10px;
5043 right: 10px;
5044 border-bottom-color: white;
5045}
5046
5047.introjs-arrow.top-middle {
5048 top: -10px;
5049 left: 50%;
5050 margin-left: -5px;
5051 border-bottom-color: white;
5052}
5053
5054.introjs-arrow.right {
5055 right: -10px;
5056 top: 10px;
5057 border-left-color: white;
5058}
5059
5060.introjs-arrow.right-bottom {
5061 bottom: 10px;
5062 right: -10px;
5063 border-left-color: white;
5064}
5065
5066.introjs-arrow.bottom {
5067 bottom: -10px;
5068 border-top-color: white;
5069}
5070
5071.introjs-arrow.bottom-right {
5072 bottom: -10px;
5073 right: 10px;
5074 border-top-color: white;
5075}
5076
5077.introjs-arrow.bottom-middle {
5078 bottom: -10px;
5079 left: 50%;
5080 margin-left: -5px;
5081 border-top-color: white;
5082}
5083
5084.introjs-arrow.left {
5085 left: -10px;
5086 top: 10px;
5087 border-right-color: white;
5088}
5089
5090.introjs-arrow.left-bottom {
5091 left: -10px;
5092 bottom: 10px;
5093 border-right-color: white;
5094}
5095
5096.introjs-tooltip {
5097 box-sizing: content-box;
5098 position: absolute;
5099 visibility: visible;
5100 padding: 10px;
5101 background-color: white;
5102 min-width: 200px;
5103 max-width: 300px;
5104 border-radius: 3px;
5105 box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
5106 -webkit-transition: opacity 0.1s ease-out;
5107 -moz-transition: opacity 0.1s ease-out;
5108 -ms-transition: opacity 0.1s ease-out;
5109 -o-transition: opacity 0.1s ease-out;
5110 transition: opacity 0.1s ease-out;
5111}
5112
5113.introjs-tooltipbuttons {
5114 text-align: right;
5115 white-space: nowrap;
5116}
5117
5118/*
5119 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
5120 Changed by Afshin Mehrabani
5121*/
5122.introjs-button {
5123 box-sizing: content-box;
5124 position: relative;
5125 overflow: visible;
5126 display: inline-block;
5127 padding: 0.3em 0.8em;
5128 border: 1px solid #d4d4d4;
5129 margin: 0;
5130 text-decoration: none;
5131 text-shadow: 1px 1px 0 #fff;
5132 font: 11px/normal sans-serif;
5133 color: #333;
5134 white-space: nowrap;
5135 cursor: pointer;
5136 outline: none;
5137 background-color: #ececec;
5138 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
5139 background-image: -moz-linear-gradient(#f4f4f4, #ececec);
5140 background-image: -o-linear-gradient(#f4f4f4, #ececec);
5141 background-image: linear-gradient(#f4f4f4, #ececec);
5142 -webkit-background-clip: padding;
5143 -moz-background-clip: padding;
5144 -o-background-clip: padding-box;
5145 /*background-clip: padding-box;*/
5146 /* commented out due to Opera 11.10 bug */
5147 -webkit-border-radius: 0.2em;
5148 -moz-border-radius: 0.2em;
5149 border-radius: 0.2em;
5150 /* IE hacks */
5151 zoom: 1;
5152 *display: inline;
5153 margin-top: 10px;
5154}
5155
5156.introjs-button:hover {
5157 border-color: #bcbcbc;
5158 text-decoration: none;
5159 box-shadow: 0px 1px 1px #e3e3e3;
5160}
5161
5162.introjs-button:focus,
5163.introjs-button:active {
5164 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
5165 background-image: -moz-linear-gradient(#ececec, #f4f4f4);
5166 background-image: -o-linear-gradient(#ececec, #f4f4f4);
5167 background-image: linear-gradient(#ececec, #f4f4f4);
5168}
5169
5170/* overrides extra padding on button elements in Firefox */
5171.introjs-button::-moz-focus-inner {
5172 padding: 0;
5173 border: 0;
5174}
5175
5176.introjs-skipbutton {
5177 box-sizing: content-box;
5178 margin-right: 5px;
5179 color: #7a7a7a;
5180}
5181
5182.introjs-prevbutton {
5183 -webkit-border-radius: 0.2em 0 0 0.2em;
5184 -moz-border-radius: 0.2em 0 0 0.2em;
5185 border-radius: 0.2em 0 0 0.2em;
5186 border-right: none;
5187}
5188
5189.introjs-prevbutton.introjs-fullbutton {
5190 border: 1px solid #d4d4d4;
5191 -webkit-border-radius: 0.2em;
5192 -moz-border-radius: 0.2em;
5193 border-radius: 0.2em;
5194}
5195
5196.introjs-nextbutton {
5197 -webkit-border-radius: 0 0.2em 0.2em 0;
5198 -moz-border-radius: 0 0.2em 0.2em 0;
5199 border-radius: 0 0.2em 0.2em 0;
5200}
5201
5202.introjs-nextbutton.introjs-fullbutton {
5203 -webkit-border-radius: 0.2em;
5204 -moz-border-radius: 0.2em;
5205 border-radius: 0.2em;
5206}
5207
5208.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
5209 color: #9a9a9a;
5210 border-color: #d4d4d4;
5211 box-shadow: none;
5212 cursor: default;
5213 background-color: #f4f4f4;
5214 background-image: none;
5215 text-decoration: none;
5216}
5217
5218.introjs-hidden {
5219 display: none;
5220}
5221
5222.introjs-bullets {
5223 text-align: center;
5224}
5225
5226.introjs-bullets ul {
5227 box-sizing: content-box;
5228 clear: both;
5229 margin: 15px auto 0;
5230 padding: 0;
5231 display: inline-block;
5232}
5233
5234.introjs-bullets ul li {
5235 box-sizing: content-box;
5236 list-style: none;
5237 float: left;
5238 margin: 0 2px;
5239}
5240
5241.introjs-bullets ul li a {
5242 box-sizing: content-box;
5243 display: block;
5244 width: 6px;
5245 height: 6px;
5246 background: #ccc;
5247 border-radius: 10px;
5248 -moz-border-radius: 10px;
5249 -webkit-border-radius: 10px;
5250 text-decoration: none;
5251 cursor: pointer;
5252}
5253
5254.introjs-bullets ul li a:hover {
5255 background: #999;
5256}
5257
5258.introjs-bullets ul li a.active {
5259 background: #999;
5260}
5261
5262.introjs-progress {
5263 box-sizing: content-box;
5264 overflow: hidden;
5265 height: 10px;
5266 margin: 10px 0 5px 0;
5267 border-radius: 4px;
5268 background-color: #ecf0f1;
5269}
5270
5271.introjs-progressbar {
5272 box-sizing: content-box;
5273 float: left;
5274 width: 0%;
5275 height: 100%;
5276 font-size: 10px;
5277 line-height: 10px;
5278 text-align: center;
5279 background-color: #08c;
5280}
5281
5282.introjsFloatingElement {
5283 position: absolute;
5284 height: 0;
5285 width: 0;
5286 left: 50%;
5287 top: 50%;
5288}
5289
5290.introjs-fixedTooltip {
5291 position: fixed;
5292}
5293
5294.introjs-hint {
5295 box-sizing: content-box;
5296 position: absolute;
5297 background: transparent;
5298 width: 20px;
5299 height: 15px;
5300 cursor: pointer;
5301}
5302
5303.introjs-hint:focus {
5304 border: 0;
5305 outline: 0;
5306}
5307
5308.introjs-hidehint {
5309 display: none;
5310}
5311
5312.introjs-fixedhint {
5313 position: fixed;
5314}
5315
5316.introjs-hint:hover > .introjs-hint-pulse {
5317 border: 5px solid rgba(60, 60, 60, 0.57);
5318}
5319
5320.introjs-hint-pulse {
5321 box-sizing: content-box;
5322 width: 10px;
5323 height: 10px;
5324 border: 5px solid rgba(60, 60, 60, 0.27);
5325 -webkit-border-radius: 30px;
5326 -moz-border-radius: 30px;
5327 border-radius: 30px;
5328 background-color: rgba(136, 136, 136, 0.24);
5329 z-index: 10;
5330 position: absolute;
5331 -webkit-transition: all 0.2s ease-out;
5332 -moz-transition: all 0.2s ease-out;
5333 -ms-transition: all 0.2s ease-out;
5334 -o-transition: all 0.2s ease-out;
5335 transition: all 0.2s ease-out;
5336}
5337
5338.introjs-hint-no-anim .introjs-hint-dot {
5339 -webkit-animation: none;
5340 -moz-animation: none;
5341 animation: none;
5342}
5343
5344.introjs-hint-dot {
5345 box-sizing: content-box;
5346 border: 10px solid rgba(146, 146, 146, 0.36);
5347 background: transparent;
5348 -webkit-border-radius: 60px;
5349 -moz-border-radius: 60px;
5350 border-radius: 60px;
5351 height: 50px;
5352 width: 50px;
5353 -webkit-animation: introjspulse 3s ease-out;
5354 -moz-animation: introjspulse 3s ease-out;
5355 animation: introjspulse 3s ease-out;
5356 -webkit-animation-iteration-count: infinite;
5357 -moz-animation-iteration-count: infinite;
5358 animation-iteration-count: infinite;
5359 position: absolute;
5360 top: -25px;
5361 left: -25px;
5362 z-index: 1;
5363 opacity: 0;
5364}
5365
5366@-webkit-keyframes introjspulse {
5367 0% {
5368 -webkit-transform: scale(0);
5369 opacity: 0;
5370 }
5371 25% {
5372 -webkit-transform: scale(0);
5373 opacity: 0.1;
5374 }
5375 50% {
5376 -webkit-transform: scale(0.1);
5377 opacity: 0.3;
5378 }
5379 75% {
5380 -webkit-transform: scale(0.5);
5381 opacity: 0.5;
5382 }
5383 100% {
5384 -webkit-transform: scale(1);
5385 opacity: 0;
5386 }
5387}
5388@-moz-keyframes introjspulse {
5389 0% {
5390 -moz-transform: scale(0);
5391 opacity: 0;
5392 }
5393 25% {
5394 -moz-transform: scale(0);
5395 opacity: 0.1;
5396 }
5397 50% {
5398 -moz-transform: scale(0.1);
5399 opacity: 0.3;
5400 }
5401 75% {
5402 -moz-transform: scale(0.5);
5403 opacity: 0.5;
5404 }
5405 100% {
5406 -moz-transform: scale(1);
5407 opacity: 0;
5408 }
5409}
5410@keyframes introjspulse {
5411 0% {
5412 transform: scale(0);
5413 opacity: 0;
5414 }
5415 25% {
5416 transform: scale(0);
5417 opacity: 0.1;
5418 }
5419 50% {
5420 transform: scale(0.1);
5421 opacity: 0.3;
5422 }
5423 75% {
5424 transform: scale(0.5);
5425 opacity: 0.5;
5426 }
5427 100% {
5428 transform: scale(1);
5429 opacity: 0;
5430 }
5431}
5432/**
5433 * Some colors and shadow definitions
5434 * for Kalamar,
5435 */
5436/**
5437 * Official IDS colors
5438 */
5439/**
5440 * Orange Colors
5441 */
5442/**
5443 * Green Colors
5444 */
5445/**
5446 * Blue Colors
5447 */
5448/**
5449 * Grey Colors
5450 */
5451/**
5452 * Red Colors (no IDS relation)
5453 */
5454/**
5455 * Basic shadows
5456 */
5457/**
5458 * KWIC colors
5459 */
5460/**
5461 * Font Awesome symbol table.
5462 */
5463/**
5464 * Some colors and shadow definitions
5465 * for Kalamar,
5466 */
5467/**
5468 * Official IDS colors
5469 */
5470/**
5471 * Orange Colors
5472 */
5473/**
5474 * Green Colors
5475 */
5476/**
5477 * Blue Colors
5478 */
5479/**
5480 * Grey Colors
5481 */
5482/**
5483 * Red Colors (no IDS relation)
5484 */
5485/**
5486 * Basic shadows
5487 */
5488/**
5489 * KWIC colors
5490 */
5491/**
5492 * Mixin for blind elements
5493 * (e.g., spans in elements with an icon background)
5494 */
5495/**
5496 * Mixin for basic color transition
5497 */
5498/**
5499 * Mixing for basic text padding
5500 */
5501/**
5502 * Mixing for icon fonts
5503 */
5504/**
5505 * Mixing for correct box sizing (probably not necessary)
5506 * DEPRECATED
5507 */
5508/**
5509 * Some colors and shadow definitions
5510 * for Kalamar,
5511 */
5512/**
5513 * Official IDS colors
5514 */
5515/**
5516 * Orange Colors
5517 */
5518/**
5519 * Green Colors
5520 */
5521/**
5522 * Blue Colors
5523 */
5524/**
5525 * Grey Colors
5526 */
5527/**
5528 * Red Colors (no IDS relation)
5529 */
5530/**
5531 * Basic shadows
5532 */
5533/**
5534 * KWIC colors
5535 */
5536/**
5537 * Some color definitions and mixins for
5538 * buttons and menus.
5539 */
5540/**
5541 * Chooseable items (default)
5542 */
5543/**
5544 * Chooseable items (mouse over)
5545 */
5546/**
5547 * Chooseable items (not available)
5548 */
5549/**
5550 * Chooseable items (active)
5551 */
5552/**
5553 * Chooseable items (action: remove something)
5554 */
5555/*
5556 * Defined lengths and sizes for the
5557 * Kalamar layout.
5558 */
5559/**
5560 * Margins
5561 */
5562/**
5563 * Path information - relative to css!
5564 */
5565/**
5566 * Styles overriding introJS styles
5567 */
5568.introjs-helperLayer {
5569 background-color: transparent;
5570}
5571
5572.introjs-tooltip.gTstartSearch {
5573 max-width: 500px;
5574}
5575
5576.tgreeting {
5577 font-weight: bold;
5578 color: #e55d00;
5579}
5580
5581.pfirstStep {
5582 width: 500px;
5583}
5584
5585.introjs-donebutton {
5586 float: right;
5587 margin-left: 5px;
5588}
5589
5590.introjs-skipbutton {
5591 color: #333;
5592}
5593
5594/**
5595 * Some colors and shadow definitions
5596 * for Kalamar,
5597 */
5598/**
5599 * Official IDS colors
5600 */
5601/**
5602 * Orange Colors
5603 */
5604/**
5605 * Green Colors
5606 */
5607/**
5608 * Blue Colors
5609 */
5610/**
5611 * Grey Colors
5612 */
5613/**
5614 * Red Colors (no IDS relation)
5615 */
5616/**
5617 * Basic shadows
5618 */
5619/**
5620 * KWIC colors
5621 */
5622/**
5623 * Font Awesome symbol table.
5624 */
5625/**
5626 * Some colors and shadow definitions
5627 * for Kalamar,
5628 */
5629/**
5630 * Official IDS colors
5631 */
5632/**
5633 * Orange Colors
5634 */
5635/**
5636 * Green Colors
5637 */
5638/**
5639 * Blue Colors
5640 */
5641/**
5642 * Grey Colors
5643 */
5644/**
5645 * Red Colors (no IDS relation)
5646 */
5647/**
5648 * Basic shadows
5649 */
5650/**
5651 * KWIC colors
5652 */
5653/**
5654 * Mixin for blind elements
5655 * (e.g., spans in elements with an icon background)
5656 */
5657/**
5658 * Mixin for basic color transition
5659 */
5660/**
5661 * Mixing for basic text padding
5662 */
5663/**
5664 * Mixing for icon fonts
5665 */
5666/**
5667 * Mixing for correct box sizing (probably not necessary)
5668 * DEPRECATED
5669 */
5670/**
5671 * Some colors and shadow definitions
5672 * for Kalamar,
5673 */
5674/**
5675 * Official IDS colors
5676 */
5677/**
5678 * Orange Colors
5679 */
5680/**
5681 * Green Colors
5682 */
5683/**
5684 * Blue Colors
5685 */
5686/**
5687 * Grey Colors
5688 */
5689/**
5690 * Red Colors (no IDS relation)
5691 */
5692/**
5693 * Basic shadows
5694 */
5695/**
5696 * KWIC colors
5697 */
5698/**
5699 * Some color definitions and mixins for
5700 * buttons and menus.
5701 */
5702/**
5703 * Chooseable items (default)
5704 */
5705/**
5706 * Chooseable items (mouse over)
5707 */
5708/**
5709 * Chooseable items (not available)
5710 */
5711/**
5712 * Chooseable items (active)
5713 */
5714/**
5715 * Chooseable items (action: remove something)
5716 */
5717/*
5718 * Defined lengths and sizes for the
5719 * Kalamar layout.
5720 */
5721/**
5722 * Margins
5723 */
5724/**
5725 * Path information - relative to css!
5726 */
5727/**
5728 * Styles for OAuth management form.
5729 */
5730ul.client-list {
5731 padding-left: 1.5em;
5732}
5733ul.client-list li.client {
5734 list-style-type: none;
5735}
5736ul.client-list li.client span.client-name::before {
5737 margin-left: -1.5em;
5738}
5739ul.client-list li.client span.client-desc {
5740 font-size: 70%;
5741 display: block;
5742}
5743
5744span.client-name {
5745 font-weight: bold;
5746}
5747span.client-name::before {
5748 font-family: "FontAwesome";
5749 white-space: nowrap;
5750 display: inline-block;
5751 width: 1.5em;
5752 content: "";
5753 color: #009ee0;
5754 font-size: 100%;
5755}
5756
5757/**
5758 * Some colors and shadow definitions
5759 * for Kalamar,
5760 */
5761/**
5762 * Official IDS colors
5763 */
5764/**
5765 * Orange Colors
5766 */
5767/**
5768 * Green Colors
5769 */
5770/**
5771 * Blue Colors
5772 */
5773/**
5774 * Grey Colors
5775 */
5776/**
5777 * Red Colors (no IDS relation)
5778 */
5779/**
5780 * Basic shadows
5781 */
5782/**
5783 * KWIC colors
5784 */
5785/**
5786 * Font Awesome symbol table.
5787 */
5788/**
5789 * Some colors and shadow definitions
5790 * for Kalamar,
5791 */
5792/**
5793 * Official IDS colors
5794 */
5795/**
5796 * Orange Colors
5797 */
5798/**
5799 * Green Colors
5800 */
5801/**
5802 * Blue Colors
5803 */
5804/**
5805 * Grey Colors
5806 */
5807/**
5808 * Red Colors (no IDS relation)
5809 */
5810/**
5811 * Basic shadows
5812 */
5813/**
5814 * KWIC colors
5815 */
5816/**
5817 * Mixin for blind elements
5818 * (e.g., spans in elements with an icon background)
5819 */
5820/**
5821 * Mixin for basic color transition
5822 */
5823/**
5824 * Mixing for basic text padding
5825 */
5826/**
5827 * Mixing for icon fonts
5828 */
5829/**
5830 * Mixing for correct box sizing (probably not necessary)
5831 * DEPRECATED
5832 */
5833/**
5834 * Some colors and shadow definitions
5835 * for Kalamar,
5836 */
5837/**
5838 * Official IDS colors
5839 */
5840/**
5841 * Orange Colors
5842 */
5843/**
5844 * Green Colors
5845 */
5846/**
5847 * Blue Colors
5848 */
5849/**
5850 * Grey Colors
5851 */
5852/**
5853 * Red Colors (no IDS relation)
5854 */
5855/**
5856 * Basic shadows
5857 */
5858/**
5859 * KWIC colors
5860 */
5861/**
5862 * Some color definitions and mixins for
5863 * buttons and menus.
5864 */
5865/**
5866 * Chooseable items (default)
5867 */
5868/**
5869 * Chooseable items (mouse over)
5870 */
5871/**
5872 * Chooseable items (not available)
5873 */
5874/**
5875 * Chooseable items (active)
5876 */
5877/**
5878 * Chooseable items (action: remove something)
5879 */
5880/*
5881 * Defined lengths and sizes for the
5882 * Kalamar layout.
5883 */
5884/**
5885 * Margins
5886 */
5887/**
5888 * Path information - relative to css!
5889 */
5890section#news {
5891 background-color: #e3e8a3;
5892 mix-blend-mode: soft-light;
5893 padding: 1em;
5894 padding-right: 2em;
5895 border-radius: 6px;
5896 border-left: 5px solid #636f07;
5897}
5898section#news dt {
5899 float: left;
5900 clear: left;
5901 width: 15ex;
5902 text-align: right;
5903 font-weight: bold;
5904}
5905section#news dd.maintenance > h4::after {
5906 font-family: "FontAwesome";
5907 white-space: nowrap;
5908 color: #c1002b;
5909 content: " ";
5910}
5911section#news dd {
5912 margin: 0 1ex 0 16ex;
5913 padding: 0 0 0.5em 1em;
5914}
5915section#news dd > p {
5916 max-width: 80ex;
5917 margin-block-start: 0ex;
5918}
5919section#news dd > h4 {
5920 margin-block-start: 0ex;
5921 margin-block-end: 0.33ex;
5922}
5923
5924@media all and (max-width: 42.5em) {
5925 section#news dt {
5926 text-align: left;
5927 float: none;
5928 width: auto;
5929 padding-bottom: 0.2em;
5930 }
5931 section#news dd {
5932 margin-left: 1em;
5933 }
5934}
5935/**
5936 * Base rules for all plugin related styles,
5937 * like widgets.
5938 */
5939div.view.widget {
5940 padding-right: 20px;
5941}
5942div.view.widget > iframe {
5943 margin: 0;
5944 box-sizing: border-box;
5945 padding: 0;
5946 width: 100%;
5947 overflow-x: auto;
5948}
5949
5950div.panel.result > div > div.widget > iframe {
5951 background-color: #fefefe;
5952}
5953
5954/**
5955 * Some colors and shadow definitions
5956 * for Kalamar,
5957 */
5958/**
5959 * Official IDS colors
5960 */
5961/**
5962 * Orange Colors
5963 */
5964/**
5965 * Green Colors
5966 */
5967/**
5968 * Blue Colors
5969 */
5970/**
5971 * Grey Colors
5972 */
5973/**
5974 * Red Colors (no IDS relation)
5975 */
5976/**
5977 * Basic shadows
5978 */
5979/**
5980 * KWIC colors
5981 */
5982/**
5983 * Font Awesome symbol table.
5984 */
5985/**
5986 * Some colors and shadow definitions
5987 * for Kalamar,
5988 */
5989/**
5990 * Official IDS colors
5991 */
5992/**
5993 * Orange Colors
5994 */
5995/**
5996 * Green Colors
5997 */
5998/**
5999 * Blue Colors
6000 */
6001/**
6002 * Grey Colors
6003 */
6004/**
6005 * Red Colors (no IDS relation)
6006 */
6007/**
6008 * Basic shadows
6009 */
6010/**
6011 * KWIC colors
6012 */
6013/**
6014 * Mixin for blind elements
6015 * (e.g., spans in elements with an icon background)
6016 */
6017/**
6018 * Mixin for basic color transition
6019 */
6020/**
6021 * Mixing for basic text padding
6022 */
6023/**
6024 * Mixing for icon fonts
6025 */
6026/**
6027 * Mixing for correct box sizing (probably not necessary)
6028 * DEPRECATED
6029 */
6030/**
6031 * Some colors and shadow definitions
6032 * for Kalamar,
6033 */
6034/**
6035 * Official IDS colors
6036 */
6037/**
6038 * Orange Colors
6039 */
6040/**
6041 * Green Colors
6042 */
6043/**
6044 * Blue Colors
6045 */
6046/**
6047 * Grey Colors
6048 */
6049/**
6050 * Red Colors (no IDS relation)
6051 */
6052/**
6053 * Basic shadows
6054 */
6055/**
6056 * KWIC colors
6057 */
6058/**
6059 * Some color definitions and mixins for
6060 * buttons and menus.
6061 */
6062/**
6063 * Chooseable items (default)
6064 */
6065/**
6066 * Chooseable items (mouse over)
6067 */
6068/**
6069 * Chooseable items (not available)
6070 */
6071/**
6072 * Chooseable items (active)
6073 */
6074/**
6075 * Chooseable items (action: remove something)
6076 */
6077/*
6078 * Defined lengths and sizes for the
6079 * Kalamar layout.
6080 */
6081/**
6082 * Margins
6083 */
6084/**
6085 * Path information - relative to css!
6086 */
6087main {
6088 padding-bottom: 20pt;
6089 margin-left: 40px;
6090 margin-right: 20px;
6091}
6092main.embedded {
6093 margin-left: 14px;
6094 margin-right: 14px;
6095}
6096main p {
6097 text-align: justify;
6098 hyphens: auto;
6099}
6100main h2#page-top {
6101 margin-top: 0;
6102 padding-top: 1em;
6103}
6104main.page {
6105 margin-left: 245px;
6106}
6107main.page p code,
6108main.page li code,
6109main.page dd code,
6110main.page dt code {
6111 background-color: #d9dadb;
6112 color: #87888a;
6113 padding: 0 0.5em;
6114 border-radius: 6px;
6115}
6116main p.hint {
6117 margin: 0 auto;
6118 text-align: center;
6119}
6120
6121/**
6122 * Some colors and shadow definitions
6123 * for Kalamar,
6124 */
6125/**
6126 * Official IDS colors
6127 */
6128/**
6129 * Orange Colors
6130 */
6131/**
6132 * Green Colors
6133 */
6134/**
6135 * Blue Colors
6136 */
6137/**
6138 * Grey Colors
6139 */
6140/**
6141 * Red Colors (no IDS relation)
6142 */
6143/**
6144 * Basic shadows
6145 */
6146/**
6147 * KWIC colors
6148 */
6149/**
6150 * Font Awesome symbol table.
6151 */
6152/**
6153 * Some colors and shadow definitions
6154 * for Kalamar,
6155 */
6156/**
6157 * Official IDS colors
6158 */
6159/**
6160 * Orange Colors
6161 */
6162/**
6163 * Green Colors
6164 */
6165/**
6166 * Blue Colors
6167 */
6168/**
6169 * Grey Colors
6170 */
6171/**
6172 * Red Colors (no IDS relation)
6173 */
6174/**
6175 * Basic shadows
6176 */
6177/**
6178 * KWIC colors
6179 */
6180/**
6181 * Mixin for blind elements
6182 * (e.g., spans in elements with an icon background)
6183 */
6184/**
6185 * Mixin for basic color transition
6186 */
6187/**
6188 * Mixing for basic text padding
6189 */
6190/**
6191 * Mixing for icon fonts
6192 */
6193/**
6194 * Mixing for correct box sizing (probably not necessary)
6195 * DEPRECATED
6196 */
6197/**
6198 * Some colors and shadow definitions
6199 * for Kalamar,
6200 */
6201/**
6202 * Official IDS colors
6203 */
6204/**
6205 * Orange Colors
6206 */
6207/**
6208 * Green Colors
6209 */
6210/**
6211 * Blue Colors
6212 */
6213/**
6214 * Grey Colors
6215 */
6216/**
6217 * Red Colors (no IDS relation)
6218 */
6219/**
6220 * Basic shadows
6221 */
6222/**
6223 * KWIC colors
6224 */
6225/**
6226 * Some color definitions and mixins for
6227 * buttons and menus.
6228 */
6229/**
6230 * Chooseable items (default)
6231 */
6232/**
6233 * Chooseable items (mouse over)
6234 */
6235/**
6236 * Chooseable items (not available)
6237 */
6238/**
6239 * Chooseable items (active)
6240 */
6241/**
6242 * Chooseable items (action: remove something)
6243 */
6244/*
6245 * Defined lengths and sizes for the
6246 * Kalamar layout.
6247 */
6248/**
6249 * Margins
6250 */
6251/**
6252 * Path information - relative to css!
6253 */
6254/**
6255 * Some colors and shadow definitions
6256 * for Kalamar,
6257 */
6258/**
6259 * Official IDS colors
6260 */
6261/**
6262 * Orange Colors
6263 */
6264/**
6265 * Green Colors
6266 */
6267/**
6268 * Blue Colors
6269 */
6270/**
6271 * Grey Colors
6272 */
6273/**
6274 * Red Colors (no IDS relation)
6275 */
6276/**
6277 * Basic shadows
6278 */
6279/**
6280 * KWIC colors
6281 */
6282/**
6283 * Font Awesome symbol table.
6284 */
6285/**
6286 * Some colors and shadow definitions
6287 * for Kalamar,
6288 */
6289/**
6290 * Official IDS colors
6291 */
6292/**
6293 * Orange Colors
6294 */
6295/**
6296 * Green Colors
6297 */
6298/**
6299 * Blue Colors
6300 */
6301/**
6302 * Grey Colors
6303 */
6304/**
6305 * Red Colors (no IDS relation)
6306 */
6307/**
6308 * Basic shadows
6309 */
6310/**
6311 * KWIC colors
6312 */
6313/**
6314 * Mixin for blind elements
6315 * (e.g., spans in elements with an icon background)
6316 */
6317/**
6318 * Mixin for basic color transition
6319 */
6320/**
6321 * Mixing for basic text padding
6322 */
6323/**
6324 * Mixing for icon fonts
6325 */
6326/**
6327 * Mixing for correct box sizing (probably not necessary)
6328 * DEPRECATED
6329 */
6330/**
6331 * Some colors and shadow definitions
6332 * for Kalamar,
6333 */
6334/**
6335 * Official IDS colors
6336 */
6337/**
6338 * Orange Colors
6339 */
6340/**
6341 * Green Colors
6342 */
6343/**
6344 * Blue Colors
6345 */
6346/**
6347 * Grey Colors
6348 */
6349/**
6350 * Red Colors (no IDS relation)
6351 */
6352/**
6353 * Basic shadows
6354 */
6355/**
6356 * KWIC colors
6357 */
6358/**
6359 * Some color definitions and mixins for
6360 * buttons and menus.
6361 */
6362/**
6363 * Chooseable items (default)
6364 */
6365/**
6366 * Chooseable items (mouse over)
6367 */
6368/**
6369 * Chooseable items (not available)
6370 */
6371/**
6372 * Chooseable items (active)
6373 */
6374/**
6375 * Chooseable items (action: remove something)
6376 */
6377/*
6378 * Defined lengths and sizes for the
6379 * Kalamar layout.
6380 */
6381/**
6382 * Margins
6383 */
6384/**
6385 * Path information - relative to css!
6386 */
6387/**
6388 * Rules for the Kalamar hint helper.
6389 */
6390ul.menu.hint {
6391 display: inline-block;
6392 white-space: normal;
6393 text-align: left;
6394 max-width: 23em !important;
6395 top: 0;
6396}
6397ul.menu.hint > li:first-of-type {
6398 border-top-width: 1px;
6399 border-top-left-radius: 0;
6400 border-top-right-radius: 0;
6401}
6402
6403div.alert.hint {
6404 position: absolute;
6405 background-color: #fe1a00;
6406 color: #fefefe;
6407 padding: 3pt 6pt;
6408 margin-top: 8px;
6409 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
6410 width: auto;
6411 min-width: 10em;
6412 max-width: 23em !important;
6413 transition: opacity 0.2s ease 0s;
6414 border-radius: 6px;
6415 border-top-left-radius: 0;
6416}
6417div.alert.hint::before {
6418 position: absolute;
6419 content: "";
6420 display: block;
6421 top: -12px;
6422 left: 0;
6423 width: 0;
6424 white-space: normal;
6425 border-width: 0 8px 12px 0;
6426 border-style: solid;
6427 border-color: #fe1a00 transparent;
6428}
6429
6430.hint.mirror {
6431 position: absolute;
6432 display: block;
6433 left: 0;
6434 top: 0;
6435 z-index: 90;
6436 white-space: pre-wrap;
6437 height: 0;
6438}
6439.hint.mirror > span {
6440 opacity: 0;
6441 white-space: pre-wrap;
6442 overflow: hidden;
6443}
6444.hint.mirror > div {
6445 position: absolute;
6446 display: block;
6447 cursor: pointer;
6448 transition: left 0.2s ease 0s;
6449 top: 0;
6450 left: 0;
6451 text-align: left;
6452 padding: 0;
6453 border-top: 5px solid #f6a800;
6454 height: 10px;
6455 width: 1.2em;
6456}
6457.hint.mirror > div:hover:not(.active) {
6458 border-top: 10px solid #f6a800;
6459}
6460.hint.mirror > div.active {
6461 border-top-width: 0;
6462 height: 0;
6463 width: 23em;
6464}
6465
6466/**
6467 * Some colors and shadow definitions
6468 * for Kalamar,
6469 */
6470/**
6471 * Official IDS colors
6472 */
6473/**
6474 * Orange Colors
6475 */
6476/**
6477 * Green Colors
6478 */
6479/**
6480 * Blue Colors
6481 */
6482/**
6483 * Grey Colors
6484 */
6485/**
6486 * Red Colors (no IDS relation)
6487 */
6488/**
6489 * Basic shadows
6490 */
6491/**
6492 * KWIC colors
6493 */
6494/**
6495 * Font Awesome symbol table.
6496 */
6497/**
6498 * Some colors and shadow definitions
6499 * for Kalamar,
6500 */
6501/**
6502 * Official IDS colors
6503 */
6504/**
6505 * Orange Colors
6506 */
6507/**
6508 * Green Colors
6509 */
6510/**
6511 * Blue Colors
6512 */
6513/**
6514 * Grey Colors
6515 */
6516/**
6517 * Red Colors (no IDS relation)
6518 */
6519/**
6520 * Basic shadows
6521 */
6522/**
6523 * KWIC colors
6524 */
6525/**
6526 * Mixin for blind elements
6527 * (e.g., spans in elements with an icon background)
6528 */
6529/**
6530 * Mixin for basic color transition
6531 */
6532/**
6533 * Mixing for basic text padding
6534 */
6535/**
6536 * Mixing for icon fonts
6537 */
6538/**
6539 * Mixing for correct box sizing (probably not necessary)
6540 * DEPRECATED
6541 */
6542/**
6543 * Some colors and shadow definitions
6544 * for Kalamar,
6545 */
6546/**
6547 * Official IDS colors
6548 */
6549/**
6550 * Orange Colors
6551 */
6552/**
6553 * Green Colors
6554 */
6555/**
6556 * Blue Colors
6557 */
6558/**
6559 * Grey Colors
6560 */
6561/**
6562 * Red Colors (no IDS relation)
6563 */
6564/**
6565 * Basic shadows
6566 */
6567/**
6568 * KWIC colors
6569 */
6570/**
6571 * Some color definitions and mixins for
6572 * buttons and menus.
6573 */
6574/**
6575 * Chooseable items (default)
6576 */
6577/**
6578 * Chooseable items (mouse over)
6579 */
6580/**
6581 * Chooseable items (not available)
6582 */
6583/**
6584 * Chooseable items (active)
6585 */
6586/**
6587 * Chooseable items (action: remove something)
6588 */
6589/*
6590 * Defined lengths and sizes for the
6591 * Kalamar layout.
6592 */
6593/**
6594 * Margins
6595 */
6596/**
6597 * Path information - relative to css!
6598 */
6599/**
6600 * Search field
6601 */
6602#q-field {
6603 display: block;
6604 margin-bottom: 3px;
6605 width: 100%;
6606 margin: 0;
6607}
6608#q-field::-webkit-search-cancel-button {
6609 display: none;
6610}
6611#q-field.loading {
6612 background-color: #f4eebb;
6613 background-image: none;
6614}
6615
6616#searchbar {
6617 position: relative;
6618 width: 100%;
6619 padding: 0;
6620 padding-right: 70px;
6621}
6622#searchbar button[type=submit] {
6623 position: absolute;
6624 padding: 0;
6625 right: 40px;
6626}
6627#searchbar button[type=submit]:not(.loading)::after {
6628 content: "";
6629}
6630
6631.query.panel {
6632 padding-right: 70px;
6633}
6634
6635.query.button-group.button-panel {
6636 display: block;
6637 width: auto;
6638 text-align: right;
6639 vertical-align: top;
6640 line-height: 1.3em;
6641}
6642.query.button-group.button-panel > span {
6643 box-shadow: none;
6644}
6645
6646/**
6647 * Some colors and shadow definitions
6648 * for Kalamar,
6649 */
6650/**
6651 * Official IDS colors
6652 */
6653/**
6654 * Orange Colors
6655 */
6656/**
6657 * Green Colors
6658 */
6659/**
6660 * Blue Colors
6661 */
6662/**
6663 * Grey Colors
6664 */
6665/**
6666 * Red Colors (no IDS relation)
6667 */
6668/**
6669 * Basic shadows
6670 */
6671/**
6672 * KWIC colors
6673 */
6674/**
6675 * Font Awesome symbol table.
6676 */
6677/**
6678 * Some colors and shadow definitions
6679 * for Kalamar,
6680 */
6681/**
6682 * Official IDS colors
6683 */
6684/**
6685 * Orange Colors
6686 */
6687/**
6688 * Green Colors
6689 */
6690/**
6691 * Blue Colors
6692 */
6693/**
6694 * Grey Colors
6695 */
6696/**
6697 * Red Colors (no IDS relation)
6698 */
6699/**
6700 * Basic shadows
6701 */
6702/**
6703 * KWIC colors
6704 */
6705/**
6706 * Mixin for blind elements
6707 * (e.g., spans in elements with an icon background)
6708 */
6709/**
6710 * Mixin for basic color transition
6711 */
6712/**
6713 * Mixing for basic text padding
6714 */
6715/**
6716 * Mixing for icon fonts
6717 */
6718/**
6719 * Mixing for correct box sizing (probably not necessary)
6720 * DEPRECATED
6721 */
6722/**
6723 * Some colors and shadow definitions
6724 * for Kalamar,
6725 */
6726/**
6727 * Official IDS colors
6728 */
6729/**
6730 * Orange Colors
6731 */
6732/**
6733 * Green Colors
6734 */
6735/**
6736 * Blue Colors
6737 */
6738/**
6739 * Grey Colors
6740 */
6741/**
6742 * Red Colors (no IDS relation)
6743 */
6744/**
6745 * Basic shadows
6746 */
6747/**
6748 * KWIC colors
6749 */
6750/**
6751 * Some color definitions and mixins for
6752 * buttons and menus.
6753 */
6754/**
6755 * Chooseable items (default)
6756 */
6757/**
6758 * Chooseable items (mouse over)
6759 */
6760/**
6761 * Chooseable items (not available)
6762 */
6763/**
6764 * Chooseable items (active)
6765 */
6766/**
6767 * Chooseable items (action: remove something)
6768 */
6769/*
6770 * Defined lengths and sizes for the
6771 * Kalamar layout.
6772 */
6773/**
6774 * Margins
6775 */
6776/**
6777 * Path information - relative to css!
6778 */
6779/**
6780 * Virtual Collection Builder
6781 */
6782.vc {
6783 margin-top: 4pt;
6784 /**
6785 * All document rules
6786 */
6787 /**
6788 * All operators
6789 */
6790}
6791.vc .builder {
6792 position: initial;
6793}
6794.vc .docGroup {
6795 position: relative;
6796 display: inline-block;
6797 margin-left: 4em;
6798 padding: 4pt 2pt 4pt 0pt;
6799 border-radius: 12px;
6800 border-style: solid;
6801 border-width: 0 0.4em;
6802 /**
6803 * All operators on groups
6804 */
6805}
6806.vc .docGroup .docGroup {
6807 display: block;
6808}
6809.vc .docGroup[data-operation] > .doc:first-child::before,
6810.vc .docGroup[data-operation] > .docGroup:first-child::before {
6811 content: none;
6812}
6813.vc .docGroup[data-operation] > .doc::before,
6814.vc .docGroup[data-operation] > .docGroup::before {
6815 position: absolute;
6816 display: inline-block;
6817 text-align: right;
6818 width: 4em;
6819 margin-left: -4.5em;
6820 line-height: 1.5em;
6821 border-top: 2px solid transparent;
6822}
6823.vc .docGroup[data-operation] > .docGroup::before {
6824 margin-left: -4.9em;
6825}
6826.vc .docGroup[data-operation=or] > .doc::before,
6827.vc .docGroup[data-operation=or] > .docGroup::before {
6828 content: "or";
6829}
6830.vc .docGroup[data-operation=and] > .doc::before,
6831.vc .docGroup[data-operation=and] > .docGroup::before {
6832 content: "and";
6833}
6834.vc .docGroup > .operators {
6835 position: absolute;
6836 display: block;
6837 vertical-align: middle;
6838 top: 10px;
6839 left: 3px;
6840 margin-left: 100%;
6841 padding: 0;
6842}
6843.vc .docGroup > .operators > span:first-child {
6844 border-top-left-radius: 0;
6845 border-bottom-left-radius: 0;
6846}
6847.vc .doc {
6848 line-height: 170%;
6849 padding-left: 4em;
6850}
6851.vc .doc > span + span,
6852.vc .doc > span + div + span,
6853.vc .doc > span + ul + span {
6854 margin-left: 5pt;
6855}
6856.vc .doc > span.key, .vc .doc > span.value {
6857 font-weight: bold;
6858}
6859.vc .doc > span.value[data-type=regex] {
6860 font-style: italic;
6861}
6862.vc .doc > span.value[data-type=regex]::after, .vc .doc > span.value[data-type=regex]::before {
6863 content: "/";
6864}
6865.vc .doc > span.key {
6866 position: relative;
6867}
6868.vc .doc > span.key > ul {
6869 margin: 0;
6870 margin-left: 3.3em;
6871}
6872.vc .doc > span.key.fixed {
6873 color: #9bad0b;
6874}
6875.vc .doc.unspecified > span,
6876.vc .doc span.unspecified {
6877 color: #616263;
6878 background-color: #d9dadb;
6879 border-color: #87888a;
6880 text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
6881 padding: 0 4px;
6882 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
6883 border-style: solid;
6884 border-width: 2px;
6885 border-radius: 6px;
6886}
6887.vc .doc > .operators {
6888 display: inline-block;
6889 margin-left: 10px;
6890}
6891.vc .rewritten .rewrite {
6892 display: inline-block;
6893 margin-left: 4pt;
6894 color: #f6a800;
6895}
6896.vc .rewritten .rewrite::after {
6897 font-family: "FontAwesome";
6898 white-space: nowrap;
6899 font-style: normal;
6900 font-weight: normal;
6901 content: "";
6902 text-decoration: underline;
6903}
6904.vc .rewritten .rewrite > span {
6905 display: none;
6906}
6907.vc .operators {
6908 opacity: 0;
6909 white-space: nowrap;
6910 padding: 0;
6911 font-size: 0;
6912 line-height: 0;
6913 text-align: center;
6914}
6915.vc > .docGroup {
6916 margin-left: 0;
6917}
6918.vc .menu {
6919 display: inline-block;
6920}
6921.vc .menu li[data-type=ref]::before,
6922.vc span.key.ref::before {
6923 font-family: "FontAwesome";
6924 white-space: nowrap;
6925 content: "";
6926 padding-right: 4pt;
6927 font-style: normal;
6928 font-weight: normal;
6929}
6930.vc div.value {
6931 position: absolute;
6932 display: inline-block;
6933 min-width: max-content;
6934 z-index: 8000;
6935 padding: 4pt;
6936 margin-top: -6pt;
6937 border-radius: 6px;
6938 border-width: 2px;
6939 border-style: solid;
6940}
6941.vc div.value input {
6942 border-width: 0;
6943 outline-width: 0;
6944}
6945.vc div.value > div {
6946 color: #616263;
6947 background-color: #d9dadb;
6948 border-color: #87888a;
6949 text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
6950 display: inline-block;
6951 padding: 0 4pt;
6952 margin-left: 4pt;
6953 font-size: 80%;
6954 font-style: italic;
6955 border-width: 2px;
6956 border-style: solid;
6957 border-radius: 6px;
6958}
6959.vc div.value.regex > input {
6960 font-style: italic;
6961}
6962.vc div.value.regex > div {
6963 color: #636f07;
6964 background-color: #9bad0b;
6965 border-color: #636f07;
6966 text-shadow: none;
6967}
6968
6969/* Rules for vcs excluding fragments,
6970 * i.e. includingy dynamic changes.
6971 */
6972.vc:not(.fragment) {
6973 /**
6974 * Rules for all docGroups
6975 */
6976}
6977.vc:not(.fragment) .docGroup,
6978.vc:not(.fragment) .doc {
6979 color: #616263;
6980}
6981.vc:not(.fragment) .docGroup:hover {
6982 background-color: rgba(255, 255, 255, 0.3);
6983}
6984.vc:not(.fragment) .doc > span:not(.fixed) {
6985 cursor: pointer;
6986}
6987.vc:not(.fragment) .doc > span:not(.fixed):hover {
6988 color: #f6a800;
6989}
6990.vc:not(.fragment) .doc.unspecified > span:hover,
6991.vc:not(.fragment) span.unspecified:hover {
6992 color: #fefefe;
6993 background-color: #f6a800;
6994 border-color: #ff8000;
6995 text-shadow: none;
6996}
6997.vc:not(.fragment) .doc:hover > .operators, .vc:not(.fragment) .docGroup:hover > .operators {
6998 opacity: 1;
6999}
7000.vc:not(.fragment) .docGroup[data-operation] > .doc::before,
7001.vc:not(.fragment) .docGroup[data-operation] > .docGroup::before {
7002 color: #f6a800;
7003}
7004.vc:not(.fragment) .docGroup[data-operation=or] {
7005 border-color: #f6a800;
7006}
7007.vc:not(.fragment) div.value {
7008 color: #616263;
7009 background-color: #d9dadb;
7010 border-color: #87888a;
7011 text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
7012 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
7013}
7014.vc:not(.fragment) div.value > div {
7015 cursor: pointer;
7016}
7017.vc:not(.fragment) div.value > div:hover {
7018 color: #fefefe;
7019 background-color: #f6a800;
7020 border-color: #ff8000;
7021 text-shadow: none;
7022}
7023
7024/**
7025 * The z-index cascade for groups.
7026 */
7027.docGroup > .operators {
7028 z-index: 30;
7029}
7030.docGroup .docGroup > .operators {
7031 z-index: 31;
7032}
7033.docGroup .docGroup .docGroup > .operators {
7034 z-index: 32;
7035}
7036.docGroup .docGroup .docGroup .docGroup > .operators {
7037 z-index: 33;
7038}
7039.docGroup .docGroup .docGroup .docGroup .docGroup > .operators {
7040 z-index: 34;
7041}
7042.docGroup .docGroup .docGroup .docGroup .docGroup .docGroup > .operators {
7043 z-index: 35;
7044}
7045.docGroup .docGroup .docGroup .docGroup .docGroup .docGroup .docGroup > .operators {
7046 z-index: 36;
7047}
7048
7049.vc.fragment > div > div.docGroup {
7050 margin-left: 0;
7051}
7052.vc.fragment .doc {
7053 margin-right: 2em;
7054}
7055
7056#collection {
7057 line-height: 1em;
7058 border-radius: 6px;
7059}
7060
7061#vc-choose > span.rewritten::after {
7062 font-family: "FontAwesome";
7063 white-space: nowrap;
7064 color: #f6a800;
7065 padding: 0;
7066 padding-left: 4px;
7067 content: "";
7068 text-decoration: underline;
7069 font-style: normal;
7070 font-weight: normal;
7071}
7072
7073div#vc-view {
7074 position: relative;
7075}
7076div#vc-view > div.vc {
7077 display: none;
7078 margin: 1.3em 0 0.5em 0;
7079 border: 2px solid #636f07;
7080 background-color: #fefefe;
7081}
7082div#vc-view > div.vc.active {
7083 display: block;
7084}
7085div#vc-view > div.vc > div:first-child {
7086 padding: 1.3em;
7087}
7088
7089div.panel.vcinfo {
7090 padding: 3pt 0pt 3pt 3pt;
7091 background-color: #636f07;
7092}
7093div.panel.vcinfo div.button-group > span {
7094 box-shadow: none;
7095}
7096
7097/**
7098 * Some colors and shadow definitions
7099 * for Kalamar,
7100 */
7101/**
7102 * Official IDS colors
7103 */
7104/**
7105 * Orange Colors
7106 */
7107/**
7108 * Green Colors
7109 */
7110/**
7111 * Blue Colors
7112 */
7113/**
7114 * Grey Colors
7115 */
7116/**
7117 * Red Colors (no IDS relation)
7118 */
7119/**
7120 * Basic shadows
7121 */
7122/**
7123 * KWIC colors
7124 */
7125/**
7126 * Font Awesome symbol table.
7127 */
7128/**
7129 * Some colors and shadow definitions
7130 * for Kalamar,
7131 */
7132/**
7133 * Official IDS colors
7134 */
7135/**
7136 * Orange Colors
7137 */
7138/**
7139 * Green Colors
7140 */
7141/**
7142 * Blue Colors
7143 */
7144/**
7145 * Grey Colors
7146 */
7147/**
7148 * Red Colors (no IDS relation)
7149 */
7150/**
7151 * Basic shadows
7152 */
7153/**
7154 * KWIC colors
7155 */
7156/**
7157 * Mixin for blind elements
7158 * (e.g., spans in elements with an icon background)
7159 */
7160/**
7161 * Mixin for basic color transition
7162 */
7163/**
7164 * Mixing for basic text padding
7165 */
7166/**
7167 * Mixing for icon fonts
7168 */
7169/**
7170 * Mixing for correct box sizing (probably not necessary)
7171 * DEPRECATED
7172 */
7173/**
7174 * Some colors and shadow definitions
7175 * for Kalamar,
7176 */
7177/**
7178 * Official IDS colors
7179 */
7180/**
7181 * Orange Colors
7182 */
7183/**
7184 * Green Colors
7185 */
7186/**
7187 * Blue Colors
7188 */
7189/**
7190 * Grey Colors
7191 */
7192/**
7193 * Red Colors (no IDS relation)
7194 */
7195/**
7196 * Basic shadows
7197 */
7198/**
7199 * KWIC colors
7200 */
7201/**
7202 * Some color definitions and mixins for
7203 * buttons and menus.
7204 */
7205/**
7206 * Chooseable items (default)
7207 */
7208/**
7209 * Chooseable items (mouse over)
7210 */
7211/**
7212 * Chooseable items (not available)
7213 */
7214/**
7215 * Chooseable items (active)
7216 */
7217/**
7218 * Chooseable items (action: remove something)
7219 */
7220/*
7221 * Defined lengths and sizes for the
7222 * Kalamar layout.
7223 */
7224/**
7225 * Margins
7226 */
7227/**
7228 * Path information - relative to css!
7229 */
7230/**
7231 * Corpus statistic
7232 * Graying corpus statistic
7233 */
7234div.stattable {
7235 display: flex;
7236 flex-direction: row;
7237 margin-right: 20px;
7238}
7239
7240div.stattable > dl {
7241 margin-bottom: 4px;
7242}
7243div.stattable > dl > div {
7244 border-color: #636f07;
7245}
7246div.stattable > dl > div > dt {
7247 background-color: #8a9a0a;
7248 width: 15em;
7249 margin: 0;
7250}
7251div.stattable > dl > div > dt::after {
7252 content: ":";
7253}
7254div.stattable > dl > div > dd {
7255 background-color: #dce883;
7256 color: #616263;
7257}
7258div.stattable.stdisabled dt,
7259div.stattable.stdisabled dd {
7260 background-color: #b9c46a;
7261 color: #636f07;
7262 text-shadow: none;
7263}
7264
7265/* Corpus statistic reload button */
7266div.reloadStatB > span.refresh {
7267 margin-left: 2pt;
7268}
7269
7270span.refresh::after {
7271 vertical-align: sub;
7272 content: "";
7273}
7274
7275@media (min-width: 1680px) {
7276 div.stattable dl.flex > div {
7277 width: inherit;
7278 }
7279}
7280/**
7281 * Some colors and shadow definitions
7282 * for Kalamar,
7283 */
7284/**
7285 * Official IDS colors
7286 */
7287/**
7288 * Orange Colors
7289 */
7290/**
7291 * Green Colors
7292 */
7293/**
7294 * Blue Colors
7295 */
7296/**
7297 * Grey Colors
7298 */
7299/**
7300 * Red Colors (no IDS relation)
7301 */
7302/**
7303 * Basic shadows
7304 */
7305/**
7306 * KWIC colors
7307 */
7308/**
7309 * Font Awesome symbol table.
7310 */
7311/**
7312 * Some colors and shadow definitions
7313 * for Kalamar,
7314 */
7315/**
7316 * Official IDS colors
7317 */
7318/**
7319 * Orange Colors
7320 */
7321/**
7322 * Green Colors
7323 */
7324/**
7325 * Blue Colors
7326 */
7327/**
7328 * Grey Colors
7329 */
7330/**
7331 * Red Colors (no IDS relation)
7332 */
7333/**
7334 * Basic shadows
7335 */
7336/**
7337 * KWIC colors
7338 */
7339/**
7340 * Mixin for blind elements
7341 * (e.g., spans in elements with an icon background)
7342 */
7343/**
7344 * Mixin for basic color transition
7345 */
7346/**
7347 * Mixing for basic text padding
7348 */
7349/**
7350 * Mixing for icon fonts
7351 */
7352/**
7353 * Mixing for correct box sizing (probably not necessary)
7354 * DEPRECATED
7355 */
7356/**
7357 * Some colors and shadow definitions
7358 * for Kalamar,
7359 */
7360/**
7361 * Official IDS colors
7362 */
7363/**
7364 * Orange Colors
7365 */
7366/**
7367 * Green Colors
7368 */
7369/**
7370 * Blue Colors
7371 */
7372/**
7373 * Grey Colors
7374 */
7375/**
7376 * Red Colors (no IDS relation)
7377 */
7378/**
7379 * Basic shadows
7380 */
7381/**
7382 * KWIC colors
7383 */
7384/**
7385 * Some color definitions and mixins for
7386 * buttons and menus.
7387 */
7388/**
7389 * Chooseable items (default)
7390 */
7391/**
7392 * Chooseable items (mouse over)
7393 */
7394/**
7395 * Chooseable items (not available)
7396 */
7397/**
7398 * Chooseable items (active)
7399 */
7400/**
7401 * Chooseable items (action: remove something)
7402 */
7403/*
7404 * Defined lengths and sizes for the
7405 * Kalamar layout.
7406 */
7407/**
7408 * Margins
7409 */
7410/**
7411 * Path information - relative to css!
7412 */
7413/**
7414 * Rules for the datepicker widget
7415 * (used in the Virtual Collection creator)
7416 * in Kalamar.
7417 */
7418div.datepicker {
7419 color: #616263;
7420 background-color: #d9dadb;
7421 border-color: #87888a;
7422 text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
7423 position: absolute;
7424 display: inline-block;
7425 z-index: 90;
7426 font-size: 80%;
7427 padding: 4pt;
7428 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
7429 border-width: 2px;
7430 border-style: solid;
7431 border-radius: 6px;
7432}
7433div.datepicker > div {
7434 font-size: 120%;
7435 width: 45%;
7436}
7437div.datepicker > div.month {
7438 float: right;
7439}
7440div.datepicker > div > span {
7441 display: inline-block;
7442 overflow: hidden;
7443 white-space: nowrap;
7444}
7445div.datepicker > div > span:first-child, div.datepicker > div > span:last-child {
7446 width: 15%;
7447}
7448div.datepicker > div > span:first-child::before, div.datepicker > div > span:last-child::before {
7449 font-family: "FontAwesome";
7450 white-space: nowrap;
7451 display: inline-block;
7452 text-align: center;
7453 cursor: pointer;
7454 min-width: 14px;
7455}
7456div.datepicker > div > span:first-child::before {
7457 content: "";
7458}
7459div.datepicker > div > span:last-child::before {
7460 content: "";
7461}
7462div.datepicker > div > span:nth-child(2) {
7463 display: inline-block;
7464 cursor: pointer;
7465 width: 70%;
7466 text-align: center;
7467 text-overflow: ellipsis;
7468 border-radius: 6px;
7469 border-style: solid;
7470 border-width: 2px;
7471 border-color: transparent;
7472}
7473div.datepicker > div > span:nth-child(2):hover {
7474 color: #fefefe;
7475 background-color: #f6a800;
7476 border-color: #ff8000;
7477 text-shadow: none;
7478}
7479div.datepicker > div > span:nth-child(2).selected {
7480 color: #636f07;
7481 background-color: #9bad0b;
7482 border-color: #636f07;
7483 text-shadow: none;
7484}
7485div.datepicker table {
7486 border-collapse: separate;
7487 border-spacing: 1px;
7488}
7489div.datepicker input {
7490 color: #616263;
7491 background-color: #d9dadb;
7492 border-color: #87888a;
7493 text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
7494 padding-left: 0.4em;
7495 padding-right: 0.4em;
7496 background-color: #fefefe;
7497 width: 100%;
7498 border-style: solid;
7499 border-width: 1px;
7500}
7501div.datepicker td {
7502 padding-left: 0.4em;
7503 padding-right: 0.4em;
7504 text-align: center;
7505 border-style: solid;
7506 border-width: 1px;
7507}
7508div.datepicker td:not(.out) {
7509 color: #616263;
7510 background-color: #d9dadb;
7511 border-color: #87888a;
7512 text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
7513 cursor: pointer;
7514 background-color: #fefefe;
7515}
7516div.datepicker td:not(.out).today {
7517 background-color: #bce4f7;
7518 color: #009ee0;
7519 text-shadow: none;
7520}
7521div.datepicker td:not(.out).selected {
7522 color: #636f07;
7523 background-color: #9bad0b;
7524 border-color: #636f07;
7525 text-shadow: none;
7526}
7527div.datepicker td:not(.out):hover {
7528 color: #fefefe;
7529 background-color: #f6a800;
7530 border-color: #ff8000;
7531 text-shadow: none;
7532}
7533div.datepicker td.out {
7534 border-color: transparent;
7535}
7536
7537/**
7538 * Some colors and shadow definitions
7539 * for Kalamar,
7540 */
7541/**
7542 * Official IDS colors
7543 */
7544/**
7545 * Orange Colors
7546 */
7547/**
7548 * Green Colors
7549 */
7550/**
7551 * Blue Colors
7552 */
7553/**
7554 * Grey Colors
7555 */
7556/**
7557 * Red Colors (no IDS relation)
7558 */
7559/**
7560 * Basic shadows
7561 */
7562/**
7563 * KWIC colors
7564 */
7565/**
7566 * Font Awesome symbol table.
7567 */
7568/**
7569 * Some colors and shadow definitions
7570 * for Kalamar,
7571 */
7572/**
7573 * Official IDS colors
7574 */
7575/**
7576 * Orange Colors
7577 */
7578/**
7579 * Green Colors
7580 */
7581/**
7582 * Blue Colors
7583 */
7584/**
7585 * Grey Colors
7586 */
7587/**
7588 * Red Colors (no IDS relation)
7589 */
7590/**
7591 * Basic shadows
7592 */
7593/**
7594 * KWIC colors
7595 */
7596/**
7597 * Mixin for blind elements
7598 * (e.g., spans in elements with an icon background)
7599 */
7600/**
7601 * Mixin for basic color transition
7602 */
7603/**
7604 * Mixing for basic text padding
7605 */
7606/**
7607 * Mixing for icon fonts
7608 */
7609/**
7610 * Mixing for correct box sizing (probably not necessary)
7611 * DEPRECATED
7612 */
7613/**
7614 * Some colors and shadow definitions
7615 * for Kalamar,
7616 */
7617/**
7618 * Official IDS colors
7619 */
7620/**
7621 * Orange Colors
7622 */
7623/**
7624 * Green Colors
7625 */
7626/**
7627 * Blue Colors
7628 */
7629/**
7630 * Grey Colors
7631 */
7632/**
7633 * Red Colors (no IDS relation)
7634 */
7635/**
7636 * Basic shadows
7637 */
7638/**
7639 * KWIC colors
7640 */
7641/**
7642 * Some color definitions and mixins for
7643 * buttons and menus.
7644 */
7645/**
7646 * Chooseable items (default)
7647 */
7648/**
7649 * Chooseable items (mouse over)
7650 */
7651/**
7652 * Chooseable items (not available)
7653 */
7654/**
7655 * Chooseable items (active)
7656 */
7657/**
7658 * Chooseable items (action: remove something)
7659 */
7660/*
7661 * Defined lengths and sizes for the
7662 * Kalamar layout.
7663 */
7664/**
7665 * Margins
7666 */
7667/**
7668 * Path information - relative to css!
7669 */
7670/**
7671 * Temporary hack for language chooser
7672 * http://cssdeck.com/labs/styling-select-box-with-css3
7673 * This is only active in no-js environment and before the
7674 * javascript is loaded.
7675 */
7676#ql-field {
7677 position: relative;
7678 background-color: #9bad0b;
7679 cursor: pointer;
7680 margin: 0;
7681 outline: none;
7682 border: none;
7683 display: inline-block;
7684 color: white;
7685 border-width: 0;
7686 border-radius: 0;
7687 -webkit-appearance: none;
7688 -moz-appearance: none;
7689 appearance: none;
7690}
7691#ql-field:checked {
7692 outline: none;
7693}
7694#ql-field > option {
7695 padding: 0pt 2pt;
7696 outline: none;
7697}
7698#ql-field:-moz-focusring {
7699 color: transparent;
7700 text-shadow: 0 0 0 white;
7701}
7702
7703/**
7704 * The pipe input field
7705 */
7706input.pipe {
7707 display: none;
7708}
7709
7710header {
7711 -webkit-box-sizing: border-box;
7712 /* Safari/Chrome, other WebKit */
7713 -moz-box-sizing: border-box;
7714 /* Firefox, other Gecko */
7715 box-sizing: border-box;
7716 /* Opera/IE 8+ */
7717 position: relative;
7718 background-color: #9bad0b;
7719 padding: 8px 0 0 8px;
7720 font-size: 10pt;
7721 color: #fefefe;
7722}
7723header span.select {
7724 display: inline-block;
7725 cursor: pointer;
7726 line-height: 1.8em;
7727 border-width: 0;
7728 border-bottom-width: 3px;
7729 border-style: solid;
7730 border-color: transparent;
7731}
7732header span.select > span {
7733 font-weight: bold;
7734}
7735header span.select:hover {
7736 color: #636f07;
7737 border-color: #636f07;
7738}
7739header span.select::after {
7740 font-family: "FontAwesome";
7741 white-space: nowrap;
7742 pointer-events: none;
7743 text-align: center;
7744 content: "";
7745 padding-left: 4pt;
7746 padding-right: 4pt;
7747}
7748header span.select.active {
7749 border-color: #f6a800;
7750}
7751header span.select.active::after {
7752 content: "";
7753}
7754header form {
7755 position: relative;
7756 display: block;
7757 padding-left: 230px;
7758 min-height: 2.7em;
7759 margin: 0px;
7760}
7761header input {
7762 outline: none;
7763 font-size: 11pt;
7764 border: 2px solid #fefefe;
7765 padding: 2px;
7766 margin: 0;
7767}
7768header .button {
7769 color: #fefefe;
7770 line-height: 2em;
7771 margin-right: 40px;
7772}
7773header .button.right {
7774 float: right;
7775 display: inline-block;
7776}
7777header .button.top {
7778 position: absolute;
7779 display: block;
7780 top: 0;
7781 right: 0;
7782 margin-right: 0;
7783 width: 20px;
7784 background-color: #636f07;
7785 text-align: center;
7786 height: 100%;
7787 z-index: 20;
7788}
7789header .button.top > a:hover {
7790 color: #fefefe;
7791}
7792header .button > a {
7793 color: #fefefe;
7794 cursor: pointer;
7795 position: relative;
7796 font-size: 120%;
7797}
7798header .button > a > span {
7799 position: absolute;
7800 margin-left: -3000px;
7801}
7802header .button > a::after {
7803 font-family: "FontAwesome";
7804 white-space: nowrap;
7805}
7806header .button > a.tutorial::after {
7807 content: "";
7808}
7809header .button > a.question::after {
7810 content: "";
7811}
7812header .button > a.login::after {
7813 content: "";
7814}
7815header .button > a.logout::after {
7816 content: "";
7817}
7818
7819.query.button-group > span {
7820 border-top-width: 0;
7821 border-color: white;
7822}
7823.query.button-group > span:first-child {
7824 border-top-left-radius: 0;
7825}
7826.query.button-group > span:last-child {
7827 border-top-right-radius: 0;
7828}
7829
7830/**
7831 * Some colors and shadow definitions
7832 * for Kalamar,
7833 */
7834/**
7835 * Official IDS colors
7836 */
7837/**
7838 * Orange Colors
7839 */
7840/**
7841 * Green Colors
7842 */
7843/**
7844 * Blue Colors
7845 */
7846/**
7847 * Grey Colors
7848 */
7849/**
7850 * Red Colors (no IDS relation)
7851 */
7852/**
7853 * Basic shadows
7854 */
7855/**
7856 * KWIC colors
7857 */
7858/**
7859 * Font Awesome symbol table.
7860 */
7861/**
7862 * Some colors and shadow definitions
7863 * for Kalamar,
7864 */
7865/**
7866 * Official IDS colors
7867 */
7868/**
7869 * Orange Colors
7870 */
7871/**
7872 * Green Colors
7873 */
7874/**
7875 * Blue Colors
7876 */
7877/**
7878 * Grey Colors
7879 */
7880/**
7881 * Red Colors (no IDS relation)
7882 */
7883/**
7884 * Basic shadows
7885 */
7886/**
7887 * KWIC colors
7888 */
7889/**
7890 * Mixin for blind elements
7891 * (e.g., spans in elements with an icon background)
7892 */
7893/**
7894 * Mixin for basic color transition
7895 */
7896/**
7897 * Mixing for basic text padding
7898 */
7899/**
7900 * Mixing for icon fonts
7901 */
7902/**
7903 * Mixing for correct box sizing (probably not necessary)
7904 * DEPRECATED
7905 */
7906/**
7907 * Some colors and shadow definitions
7908 * for Kalamar,
7909 */
7910/**
7911 * Official IDS colors
7912 */
7913/**
7914 * Orange Colors
7915 */
7916/**
7917 * Green Colors
7918 */
7919/**
7920 * Blue Colors
7921 */
7922/**
7923 * Grey Colors
7924 */
7925/**
7926 * Red Colors (no IDS relation)
7927 */
7928/**
7929 * Basic shadows
7930 */
7931/**
7932 * KWIC colors
7933 */
7934/**
7935 * Some color definitions and mixins for
7936 * buttons and menus.
7937 */
7938/**
7939 * Chooseable items (default)
7940 */
7941/**
7942 * Chooseable items (mouse over)
7943 */
7944/**
7945 * Chooseable items (not available)
7946 */
7947/**
7948 * Chooseable items (active)
7949 */
7950/**
7951 * Chooseable items (action: remove something)
7952 */
7953/*
7954 * Defined lengths and sizes for the
7955 * Kalamar layout.
7956 */
7957/**
7958 * Margins
7959 */
7960/**
7961 * Path information - relative to css!
7962 */
7963/**
7964 * Rules for the footer section of Kalamar
7965 */
7966footer {
7967 background-color: #616263;
7968 position: absolute;
7969 bottom: 0;
7970 padding-bottom: 2px;
7971 font-size: 70%;
7972 width: 100%;
7973 text-align: right;
7974}
7975footer a:link {
7976 margin: 0 0.5em;
7977 color: #d9dadb;
7978}
7979footer a:visited {
7980 color: #d9dadb;
7981}
7982footer a:hover {
7983 color: #fefefe;
7984}
7985footer a[href^="http://"]::after, footer a[href^="https://"]::after {
7986 content: none;
7987}
7988footer span.separator:after {
7989 content: "-";
7990 color: #d9dadb;
7991}
7992
7993/**
7994 * Some colors and shadow definitions
7995 * for Kalamar,
7996 */
7997/**
7998 * Official IDS colors
7999 */
8000/**
8001 * Orange Colors
8002 */
8003/**
8004 * Green Colors
8005 */
8006/**
8007 * Blue Colors
8008 */
8009/**
8010 * Grey Colors
8011 */
8012/**
8013 * Red Colors (no IDS relation)
8014 */
8015/**
8016 * Basic shadows
8017 */
8018/**
8019 * KWIC colors
8020 */
8021/**
8022 * Font Awesome symbol table.
8023 */
8024/**
8025 * Some colors and shadow definitions
8026 * for Kalamar,
8027 */
8028/**
8029 * Official IDS colors
8030 */
8031/**
8032 * Orange Colors
8033 */
8034/**
8035 * Green Colors
8036 */
8037/**
8038 * Blue Colors
8039 */
8040/**
8041 * Grey Colors
8042 */
8043/**
8044 * Red Colors (no IDS relation)
8045 */
8046/**
8047 * Basic shadows
8048 */
8049/**
8050 * KWIC colors
8051 */
8052/**
8053 * Mixin for blind elements
8054 * (e.g., spans in elements with an icon background)
8055 */
8056/**
8057 * Mixin for basic color transition
8058 */
8059/**
8060 * Mixing for basic text padding
8061 */
8062/**
8063 * Mixing for icon fonts
8064 */
8065/**
8066 * Mixing for correct box sizing (probably not necessary)
8067 * DEPRECATED
8068 */
8069/**
8070 * Some colors and shadow definitions
8071 * for Kalamar,
8072 */
8073/**
8074 * Official IDS colors
8075 */
8076/**
8077 * Orange Colors
8078 */
8079/**
8080 * Green Colors
8081 */
8082/**
8083 * Blue Colors
8084 */
8085/**
8086 * Grey Colors
8087 */
8088/**
8089 * Red Colors (no IDS relation)
8090 */
8091/**
8092 * Basic shadows
8093 */
8094/**
8095 * KWIC colors
8096 */
8097/**
8098 * Some color definitions and mixins for
8099 * buttons and menus.
8100 */
8101/**
8102 * Chooseable items (default)
8103 */
8104/**
8105 * Chooseable items (mouse over)
8106 */
8107/**
8108 * Chooseable items (not available)
8109 */
8110/**
8111 * Chooseable items (active)
8112 */
8113/**
8114 * Chooseable items (action: remove something)
8115 */
8116/*
8117 * Defined lengths and sizes for the
8118 * Kalamar layout.
8119 */
8120/**
8121 * Margins
8122 */
8123/**
8124 * Path information - relative to css!
8125 */
8126aside {
8127 background-color: #636f07;
8128 color: #fefefe;
8129 width: 230px;
8130 position: fixed;
8131 display: block;
8132 transition: all 0.3s ease-in-out;
8133 outline: none;
8134 font-size: 10pt;
8135 z-index: 100;
8136 top: 0;
8137 left: 0;
8138 height: 100%;
8139 padding-top: 65px;
8140 /**
8141 * Navigation menu
8142 */
8143}
8144aside > div {
8145 overflow-y: auto;
8146 overflow-x: visible;
8147 max-height: 100%;
8148}
8149aside > * {
8150 opacity: 1;
8151}
8152aside::after {
8153 font-family: "FontAwesome";
8154 white-space: nowrap;
8155 position: absolute;
8156 display: block;
8157 opacity: 0;
8158 cursor: pointer;
8159 right: 0;
8160 bottom: 0;
8161 content: "";
8162 font-size: 16pt;
8163 width: 16pt;
8164 height: 17pt;
8165 padding: 6pt;
8166 background-color: #636f07;
8167 border-top-right-radius: 6px;
8168 margin-right: -20px;
8169}
8170aside h2,
8171aside legend {
8172 line-height: 2em;
8173 text-align: center;
8174 padding: 0;
8175 margin: 0;
8176 font-size: 100%;
8177 font-weight: bold;
8178}
8179aside ul.nav {
8180 list-style-type: none;
8181 margin: 0;
8182 font-size: 10pt;
8183 text-indent: 0;
8184 padding: 0;
8185}
8186aside ul.nav li {
8187 padding: 0;
8188}
8189aside ul.nav li > a {
8190 padding: 3pt 6pt;
8191}
8192aside ul.nav li > a:visited {
8193 color: #616263;
8194 background-color: #d9dadb;
8195 border-color: #87888a;
8196 text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
8197}
8198aside ul.nav li.folded.active ul {
8199 display: block;
8200}
8201aside ul.nav li.folded ul {
8202 display: none;
8203}
8204aside ul.nav li.active > a:link {
8205 color: #636f07;
8206 background-color: #9bad0b;
8207 border-color: #636f07;
8208 text-shadow: none;
8209}
8210aside ul.nav li > a:link {
8211 color: #616263;
8212 background-color: #d9dadb;
8213 border-color: #87888a;
8214 text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
8215 display: block;
8216 border-right-width: 2px;
8217 border-right-style: solid;
8218}
8219aside ul.nav li > a:link:hover {
8220 color: #fefefe;
8221 background-color: #f6a800;
8222 border-color: #ff8000;
8223 text-shadow: none;
8224 transition: none;
8225}
8226aside ul.nav li h3 {
8227 padding: 0;
8228 margin: 0;
8229 font-weight: bold;
8230 font-size: 100%;
8231}
8232aside ul.nav li > a {
8233 padding-left: 6pt;
8234}
8235aside ul.nav li li > a {
8236 padding-left: 18pt;
8237}
8238aside ul.nav li li li > a {
8239 padding-left: 36pt;
8240}
8241aside nav > ul > li > a {
8242 font-weight: bold;
8243}
8244aside fieldset {
8245 position: relative;
8246 border-width: 0;
8247}
8248aside fieldset legend {
8249 display: none;
8250}
8251aside fieldset input[type=text],
8252aside fieldset input[type=password] {
8253 outline: none;
8254 font-size: 11pt;
8255 border: 2px solid #fefefe;
8256 padding: 2px;
8257 margin: 0;
8258 width: 100%;
8259}
8260aside fieldset > form > div {
8261 position: relative;
8262 width: 100%;
8263 margin-top: 4px;
8264 padding-right: 30px;
8265}
8266aside fieldset > p {
8267 color: #9bad0b;
8268}
8269aside fieldset > p.announcement {
8270 color: #fefefe;
8271}
8272aside fieldset > p.announcement > time {
8273 display: block;
8274 font-size: 70%;
8275}
8276aside fieldset hr {
8277 border: none;
8278 border-top: 2px solid #d9dadb;
8279}
8280aside fieldset ul {
8281 display: block;
8282 font-size: 80%;
8283 text-align: right;
8284 padding: 0;
8285 margin-top: 0;
8286}
8287aside fieldset ul > li {
8288 display: inline;
8289}
8290aside fieldset ul > li:first-child::after {
8291 content: " | ";
8292}
8293aside fieldset button {
8294 position: absolute;
8295 top: 0;
8296 right: 0;
8297}
8298aside fieldset button::after {
8299 content: "";
8300}
8301aside.off, aside:not(:focus):not(.active) {
8302 margin-left: -210px;
8303}
8304aside.off::after, aside:not(:focus):not(.active)::after {
8305 opacity: 1;
8306}
8307aside.off > *, aside:not(:focus):not(.active) > * {
8308 opacity: 0;
8309 transition-property: opacity;
8310 transition-duration: 0.3s;
8311}
8312aside.off::after {
8313 display: none;
8314}
8315
8316/**
8317 * Some colors and shadow definitions
8318 * for Kalamar,
8319 */
8320/**
8321 * Official IDS colors
8322 */
8323/**
8324 * Orange Colors
8325 */
8326/**
8327 * Green Colors
8328 */
8329/**
8330 * Blue Colors
8331 */
8332/**
8333 * Grey Colors
8334 */
8335/**
8336 * Red Colors (no IDS relation)
8337 */
8338/**
8339 * Basic shadows
8340 */
8341/**
8342 * KWIC colors
8343 */
8344/**
8345 * Font Awesome symbol table.
8346 */
8347/**
8348 * Some colors and shadow definitions
8349 * for Kalamar,
8350 */
8351/**
8352 * Official IDS colors
8353 */
8354/**
8355 * Orange Colors
8356 */
8357/**
8358 * Green Colors
8359 */
8360/**
8361 * Blue Colors
8362 */
8363/**
8364 * Grey Colors
8365 */
8366/**
8367 * Red Colors (no IDS relation)
8368 */
8369/**
8370 * Basic shadows
8371 */
8372/**
8373 * KWIC colors
8374 */
8375/**
8376 * Mixin for blind elements
8377 * (e.g., spans in elements with an icon background)
8378 */
8379/**
8380 * Mixin for basic color transition
8381 */
8382/**
8383 * Mixing for basic text padding
8384 */
8385/**
8386 * Mixing for icon fonts
8387 */
8388/**
8389 * Mixing for correct box sizing (probably not necessary)
8390 * DEPRECATED
8391 */
8392/**
8393 * Some colors and shadow definitions
8394 * for Kalamar,
8395 */
8396/**
8397 * Official IDS colors
8398 */
8399/**
8400 * Orange Colors
8401 */
8402/**
8403 * Green Colors
8404 */
8405/**
8406 * Blue Colors
8407 */
8408/**
8409 * Grey Colors
8410 */
8411/**
8412 * Red Colors (no IDS relation)
8413 */
8414/**
8415 * Basic shadows
8416 */
8417/**
8418 * KWIC colors
8419 */
8420/**
8421 * Some color definitions and mixins for
8422 * buttons and menus.
8423 */
8424/**
8425 * Chooseable items (default)
8426 */
8427/**
8428 * Chooseable items (mouse over)
8429 */
8430/**
8431 * Chooseable items (not available)
8432 */
8433/**
8434 * Chooseable items (active)
8435 */
8436/**
8437 * Chooseable items (action: remove something)
8438 */
8439/*
8440 * Defined lengths and sizes for the
8441 * Kalamar layout.
8442 */
8443/**
8444 * Margins
8445 */
8446/**
8447 * Path information - relative to css!
8448 */
8449/**
8450 * Optimization for no-js behaviour
8451 */
8452body.no-js #notifications {
8453 display: block !important;
8454}
8455body.no-js aside {
8456 position: relative;
8457 display: block;
8458 transition: none;
8459 margin-left: 0 !important;
8460 padding-top: 0;
8461 width: 100%;
8462 top: 0;
8463}
8464body.no-js aside > * {
8465 opacity: 1 !important;
8466 transition: none;
8467}
8468body.no-js aside form.login > input,
8469body.no-js aside form.login > div {
8470 width: auto;
8471 margin-top: 0;
8472}
8473body.no-js aside form.login > input:first-of-type,
8474body.no-js aside form.login > div:first-of-type {
8475 float: left;
8476 margin-right: 1em;
8477}
8478body.no-js aside form.login button {
8479 height: 100%;
8480}
8481body.no-js aside p, body.no-js aside::after {
8482 display: none;
8483}
8484body.no-js main div.intro {
8485 margin-left: 8px !important;
8486}
8487
8488#activate {
8489 text-align: right;
8490 background-color: #f6a800;
8491 margin-top: 0;
8492 padding: 8px;
8493 padding-right: 40px;
8494 color: #fefefe;
8495 font-size: 80%;
8496}
8497
8498/**
8499 * Some colors and shadow definitions
8500 * for Kalamar,
8501 */
8502/**
8503 * Official IDS colors
8504 */
8505/**
8506 * Orange Colors
8507 */
8508/**
8509 * Green Colors
8510 */
8511/**
8512 * Blue Colors
8513 */
8514/**
8515 * Grey Colors
8516 */
8517/**
8518 * Red Colors (no IDS relation)
8519 */
8520/**
8521 * Basic shadows
8522 */
8523/**
8524 * KWIC colors
8525 */
8526/**
8527 * Font Awesome symbol table.
8528 */
8529/**
8530 * Some colors and shadow definitions
8531 * for Kalamar,
8532 */
8533/**
8534 * Official IDS colors
8535 */
8536/**
8537 * Orange Colors
8538 */
8539/**
8540 * Green Colors
8541 */
8542/**
8543 * Blue Colors
8544 */
8545/**
8546 * Grey Colors
8547 */
8548/**
8549 * Red Colors (no IDS relation)
8550 */
8551/**
8552 * Basic shadows
8553 */
8554/**
8555 * KWIC colors
8556 */
8557/**
8558 * Mixin for blind elements
8559 * (e.g., spans in elements with an icon background)
8560 */
8561/**
8562 * Mixin for basic color transition
8563 */
8564/**
8565 * Mixing for basic text padding
8566 */
8567/**
8568 * Mixing for icon fonts
8569 */
8570/**
8571 * Mixing for correct box sizing (probably not necessary)
8572 * DEPRECATED
8573 */
8574/**
8575 * Some colors and shadow definitions
8576 * for Kalamar,
8577 */
8578/**
8579 * Official IDS colors
8580 */
8581/**
8582 * Orange Colors
8583 */
8584/**
8585 * Green Colors
8586 */
8587/**
8588 * Blue Colors
8589 */
8590/**
8591 * Grey Colors
8592 */
8593/**
8594 * Red Colors (no IDS relation)
8595 */
8596/**
8597 * Basic shadows
8598 */
8599/**
8600 * KWIC colors
8601 */
8602/**
8603 * Some color definitions and mixins for
8604 * buttons and menus.
8605 */
8606/**
8607 * Chooseable items (default)
8608 */
8609/**
8610 * Chooseable items (mouse over)
8611 */
8612/**
8613 * Chooseable items (not available)
8614 */
8615/**
8616 * Chooseable items (active)
8617 */
8618/**
8619 * Chooseable items (action: remove something)
8620 */
8621/*
8622 * Defined lengths and sizes for the
8623 * Kalamar layout.
8624 */
8625/**
8626 * Margins
8627 */
8628/**
8629 * Path information - relative to css!
8630 */
8631/**
8632 * Media rules for different screen sizes.
8633 * This will override some basic rules.
8634 */
8635@media all and (max-width: 42.5em) {
8636 body,
8637#search > ol,
8638#search div.snippet > span,
8639header,
8640header input,
8641div#resultinfo,
8642#pagination > a {
8643 font-size: 9pt;
8644 }
8645
8646 header {
8647 padding-right: 8px;
8648 }
8649
8650 header form {
8651 padding-left: 0;
8652 padding-top: 33px;
8653 }
8654
8655 .vc {
8656 font-size: 9pt;
8657 }
8658 .vc .builder .doc {
8659 padding-left: 3em;
8660 }
8661 .vc .builder * .docGroup {
8662 margin-left: 3em;
8663 }
8664 .vc .builder > .doc {
8665 padding-left: 0.5em;
8666 }
8667 .vc .builder > .docGroup {
8668 margin-left: 0.5em;
8669 }
8670
8671 h1 {
8672 margin-left: 10px;
8673 width: 130px;
8674 height: 40px;
8675 background-size: 100%;
8676 background-position: 50% 0;
8677 z-index: 110;
8678 }
8679
8680 #searchbar {
8681 padding-right: 30px;
8682 }
8683 #searchbar input {
8684 font-size: 9pt;
8685 }
8686 #searchbar button[type=submit] {
8687 right: 0;
8688 }
8689
8690 .level-1 {
8691 padding-bottom: 2px;
8692 }
8693
8694 .level-2 {
8695 padding-bottom: 4px;
8696 }
8697
8698 main {
8699 margin-left: 4px;
8700 margin-right: 4px;
8701 }
8702
8703 header .button {
8704 margin-right: 4px;
8705 }
8706 header .button.top {
8707 height: auto;
8708 }
8709
8710 #search ol > li:target > div > div.snippet, #search ol > li.active > div > div.snippet {
8711 margin: 2px 2em 2px 4px;
8712 }
8713 #search ol > li div.meta {
8714 display: none;
8715 }
8716
8717 div.matchinfo {
8718 font-size: 9pt;
8719 }
8720
8721 div.matchtable tr > * {
8722 padding: 1pt 3pt;
8723 }
8724
8725 div.matchtree h6 {
8726 display: block;
8727 float: none;
8728 }
8729 div.matchtree > div {
8730 margin-left: 2px;
8731 }
8732
8733 #kalamar-bg {
8734 overflow: hidden;
8735 }
8736
8737 #logos {
8738 margin-left: 0;
8739 margin-right: 0;
8740 }
8741 #logos > div {
8742 border-top-width: 14px;
8743 padding-right: 0;
8744 }
8745 #logos > div .logo > * {
8746 background-size: 60%;
8747 background-position: 0 0;
8748 }
8749
8750 div.intro {
8751 width: 100%;
8752 }
8753
8754 body.embedded aside > div {
8755 top: 0;
8756 transform: translateY(0);
8757 }
8758
8759 aside:not(:focus):not(.active) {
8760 margin-left: -230px;
8761 }
8762 aside:not(:focus):not(.active)::after {
8763 font-size: 12pt;
8764 height: 11pt;
8765 text-align: right;
8766 padding-right: 3pt;
8767 padding-top: 2pt;
8768 }
8769 aside ul {
8770 font-size: 9pt;
8771 line-height: 1em;
8772 }
8773 aside.active ~ main div.intro, aside.active ~ main.page {
8774 margin-left: 4px !important;
8775 }
8776 aside.active {
8777 position: relative;
8778 display: block;
8779 padding-top: 0;
8780 width: 100%;
8781 top: 0;
8782 border-width: 0;
8783 }
8784 aside.active fieldset input {
8785 font-size: 9pt;
8786 }
8787 aside.active::after {
8788 display: none;
8789 }
8790 aside.active p, aside.active hr {
8791 display: none;
8792 }
8793
8794 #tutorial {
8795 border-radius: 0;
8796 border-width: 0;
8797 right: 0;
8798 left: 0;
8799 bottom: 0;
8800 top: 0;
8801 padding: 0;
8802 }
8803 #tutorial iframe {
8804 border-radius: 0;
8805 }
8806 #tutorial > ul.action.right {
8807 height: 1.5em;
8808 right: 20px;
8809 border-bottom-left-radius: 5px;
8810 border-bottom-right-radius: 5px;
8811 }
8812
8813 main.page {
8814 margin-right: 20px;
8815 }
8816}
8817@media print {
8818 body, html, select, g > text {
8819 color: black;
8820 }
8821
8822 header, aside {
8823 display: none;
8824 }
8825
8826 main.page {
8827 margin: 1em;
8828 }
8829
8830 #kalamar-bg {
8831 display: none;
8832 }
8833
8834 a.embedded-link {
8835 color: black;
8836 text-decoration: underline;
8837 }
8838
8839 pre.query.tutorial {
8840 background-color: white;
8841 color: black;
8842 margin-left: 1em;
8843 margin-right: 1em;
8844 }
8845
8846 blockquote.warning {
8847 background-color: grey;
8848 color: white;
8849 border-left-color: black;
8850 border-left-width: 1em;
8851 }
8852}
8853
8854/*# sourceMappingURL=kalamar-0.41.3.css.map */