Bug 23464: (follow-up) QA fixes
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / css / src / staff-global.scss
1 @import "mixins";
2 @import "tables";
3
4 ::selection {
5     background: #538200;
6     color: #FFFFFF;
7 }
8
9 a {
10     &:link,
11     &:visited {
12         color: #004D99;
13         text-decoration: none;
14     }
15
16     &:hover,
17     &:active {
18         color: #538200;
19         text-decoration: none;
20     }
21
22     &:hover {
23         .term {
24             color: #FF9090;
25         }
26     }
27
28     &.btn {
29         &:link,
30         &:visited {
31             color: #333333;
32         }
33
34         &.btn-link {
35             &:link,
36             &:visited {
37                 color: #004D99;
38             }
39
40             &:hover {
41                 color: #538200;
42             }
43         }
44     }
45
46     &.cancel {
47         padding-left: 1em;
48     }
49
50     &.cartRemove {
51         color: #CC3333;
52         font-size: 90%;
53         margin: 0;
54         padding: 0;
55     }
56
57     &.close {
58         &:hover {
59             color: #538200;
60         }
61     }
62
63
64     &.csv {
65         background-image: url("../img/famfamfam/silk/page_white_excel.png");
66     }
67
68     &.dropdown-toggle {
69         white-space: nowrap;
70     }
71
72     &.incart {
73         color: #666;
74     }
75
76     &.popup {
77         background: transparent url("../img/pop-up-link.png") center right no-repeat;
78         padding-right: 15px;
79     }
80
81     &.disabled {
82         color: #999999;
83     }
84
85     &.document {
86         background-position: left middle;
87         background-repeat: no-repeat;
88         display: inline-block;
89         min-height: 20px;
90         padding-left: 20px;
91     }
92
93     &.highlight_toggle {
94         display: none;
95     }
96
97     .localimage {
98         img {
99             border: 1px solid #0000CC;
100             margin: 0 .5em;
101             padding: .3em;
102         }
103     }
104
105     &.pdf {
106         background-image: url("../img/famfamfam/silk/page_white_acrobat.png");
107     }
108
109     &.submit {
110         @include default-button;
111         display: inline-block;
112
113         &:active {
114             border: 1px inset #999999;
115         }
116
117         &:disabled {
118             @include disabled-button;
119         }
120     }
121
122     &.term {
123         text-decoration: underline;
124     }
125
126     &.xml {
127         background-image: url("../img/famfamfam/silk/page_white_code.png");
128     }
129
130 }
131
132 aside {
133     h5 {
134         font-size: 100%;
135         margin: .5em 0;
136     }
137
138     fieldset {
139         &.brief {
140             margin: 0 0 1em 0;
141             padding: .4em .7em;
142
143             fieldset {
144                 margin: 0;
145                 padding: .5em 0;
146
147                 legend {
148                     font-size: 95%;
149                     margin: 0;
150                 }
151             }
152
153             li {
154                 &.checkbox {
155                     label {
156                         display: inline;
157                     }
158                 }
159
160                 &.dateinsert {
161                     label {
162                         display: inline;
163                     }
164
165                     span {
166                         &.label {
167                             display: inline;
168                         }
169                     }
170                 }
171
172                 &.radio {
173                     padding: .7em 0;
174
175                     input {
176                         padding: .3em 0;
177                     }
178
179                     label {
180                         display: inline;
181                     }
182
183                     span {
184                         &.label {
185                             display: inline;
186                         }
187                     }
188                 }
189             }
190
191             ol {
192                 margin: 0;
193                 padding: 0;
194             }
195
196             select,
197             [type="text"] {
198                 width: 100%;
199             }
200         }
201     }
202 }
203
204 button {
205     @include default-button;
206
207     &:active {
208         border: 1px inset #999999;
209     }
210
211     &:disabled {
212         @include disabled-button;
213     }
214
215     &.closebtn {
216         background: transparent;
217         border: 0;
218         cursor: pointer;
219         padding: 0;
220     }
221 }
222
223 main {
224     &::after {
225         clear: both;
226         content: " ";
227         display: table;
228     }
229 }
230
231 body {
232     font-family: $font-main;
233     font-size: 13px;
234     line-height: 1.22;
235     padding: 0 0 4em;
236     text-align: left;
237 }
238
239 br {
240     &.clear {
241         clear: both;
242         line-height: 1px;
243     }
244 }
245
246 form {
247     display: inline;
248
249     &.confirm {
250         display: block;
251         font-size: 110%;
252         line-height: 130%;
253
254         ul {
255             padding: 1em 0;
256
257             li {
258                 list-style-type: none;
259             }
260         }
261
262         .notification_method {
263             background-color: #FFE;
264             border: 1px solid #CCC;
265             border-radius: 5px;
266             display: inline-block;
267             margin: .5em 0;
268             padding: .1em .3em;
269
270             &.none {
271                 background-color: #EEE;
272             }
273         }
274
275         .hold-found-barcode {
276             display: inline-block;
277             font-size: 90%;
278         }
279     }
280 }
281
282 h1 {
283     font-size: 161.6%;
284     font-weight: bold;
285
286     &#logo {
287         border: 0 none;
288         float: left;
289         margin: .75em .3em .75em .7em;
290         padding: 0;
291         width: 180px;
292     }
293 }
294
295 h2 {
296     font-size: 146.5%;
297     font-weight: bold;
298 }
299
300 h3 {
301     font-size: 131%;
302     font-weight: bold;
303 }
304
305 h4 {
306     font-size: 116%;
307     font-weight: bold;
308 }
309
310 h5 {
311     font-size: 100%;
312     font-weight: bold;
313 }
314
315 h6 {
316     font-size: 93%;
317     font-weight: bold;
318 }
319
320 h1,
321 h2,
322 h3,
323 h4,
324 h5,
325 h6 {
326     margin: .3em 0;
327 }
328
329 hr {
330     clear: both;
331     margin: 1em 0;
332 }
333
334 p {
335     margin: .5em 0;
336 }
337
338 strong {
339     font-weight: bold;
340
341     em {
342         font-style: italic;
343         font-weight: bold;
344     }
345
346     em & {
347         font-style: italic;
348         font-weight: bold;
349     }
350 }
351
352 em,
353 cite {
354     font-style: italic;
355 }
356
357 input,
358 textarea {
359     &:focus {
360         border-color: #538200;
361         border-radius: 4px;
362     }
363 }
364
365 input {
366     &[type="checkbox"],
367     &[type="radio"] {
368         margin: 0;
369         vertical-align: middle;
370     }
371
372     &[type="submit"],
373     &[type="button"] {
374         &:active {
375             border: 1px inset #999999;
376         }
377     }
378
379     &[type="submit"],
380     &[type="reset"],
381     &[type="button"] {
382         @include default-button;
383
384         &:active {
385             border: 1px inset #999999;
386         }
387
388         &:disabled {
389             @include disabled-button;
390         }
391     }
392
393     &.hasDatepicker {
394         background-image: url("../img/famfamfam/silk/calendar.png");
395         background-position-x: right;
396         background-position-y: center;
397         background-repeat: no-repeat;
398         border-style: inset outset outset inset;
399         border-width: 1px;
400         padding-right: 18px;
401     }
402
403     &.submit {
404         @include default-button;
405
406         &:active {
407             border: 1px inset #999999;
408         }
409
410         &:disabled {
411             @include disabled-button;
412         }
413     }
414
415     &.warning {
416         background: #FFF url("../img/famfamfam/silk/error.png") no-repeat 4px center;
417         padding: .25em .25em .25em 25px;
418     }
419 }
420
421 .input-warning {
422     background-color: #FF9;
423     border-color: #900;
424 }
425
426 label,
427 .label {
428     color: #000;
429     display: inline;
430     font-size: inherit;
431     font-weight: normal;
432     max-width: inherit;
433     padding: 0;
434     vertical-align: middle;
435
436     input {
437         &[type="checkbox"],
438         &[type="radio"],
439         &[type="checkbox"],
440         &[type="radio"] {
441             margin-top: 0;
442         }
443     }
444
445     &.circ_barcode {
446         font-size: 105%;
447         font-weight: bold;
448     }
449
450     &.required {
451         color: #C00;
452     }
453 }
454
455 .subfield-label {
456     font-style: italic;
457
458     span {
459         &.subfield-code {
460             font-weight: bold;
461         }
462     }
463 }
464
465 .members-update-table {
466     padding-top: 10px;
467 }
468
469 #navmenulist {
470     li {
471         border-bottom: 1px solid #EEE;
472         list-style-image: url("../img/arrow-bullet.gif");
473         padding: .2em 0;
474
475         a {
476             text-decoration: none;
477
478             &.current {
479                 font-weight: bold;
480             }
481         }
482     }
483 }
484
485 .main {
486     margin-bottom: $language-footer-min-height * 1.5;
487     margin-top: 1em;
488 }
489
490 #login_controls {
491     padding: .4em .5em;
492     position: absolute;
493     right: .5em;
494 }
495
496 ul {
497     padding-left: 1.1em;
498
499     li {
500         list-style-type: disc;
501
502         input {
503             &.submit {
504                 font-size: 87%;
505                 padding: 2px;
506             }
507         }
508
509         li {
510             list-style-type: circle;
511         }
512     }
513
514     .toolbar {
515         padding-left: 0;
516
517         button {
518             font-family: $font-main;
519             padding-bottom: 2px;
520         }
521
522         li {
523             display: inline;
524             list-style: none;
525         }
526     }
527
528     &.budget_hierarchy {
529         margin-left: 0;
530         padding-left: 0;
531
532         li {
533             display: inline;
534
535             &::after {
536                 content: " -> ";
537             }
538
539             &:first-child {
540                 &::after {
541                     content: "";
542                 }
543             }
544
545             &:last-child {
546                 &::after {
547                     content: "";
548                 }
549             }
550         }
551     }
552
553     // For Font Awesome icon bullets
554     &.fa-ul {
555         li {
556             list-style-type: none;
557         }
558     }
559
560     &.ui-tabs-nav {
561         li {
562             list-style: none;
563         }
564     }
565 }
566
567 ol {
568     padding-left: 1.5em;
569
570     li {
571         list-style: decimal;
572     }
573
574     &.bibliodetails {
575         float: left;
576         margin: 0 0 1em 1em;
577     }
578 }
579
580
581 .gradient {
582     background-image: linear-gradient(to bottom, rgb(230, 240, 242) 1%, rgb(255, 255, 255) 99%);
583     display: inline-block;
584     width: 100%;
585 }
586
587 .cart-controls {
588     border-top: 1px solid #E8E8E8;
589     padding: 7px 0;
590 }
591
592 #editions {
593     table,
594     td {
595         border: 0;
596     }
597 }
598
599 .overdue,
600 .debit {
601     color: #CC0000;
602     font-weight: bold;
603 }
604
605 .strong {
606     font-weight: bold;
607 }
608
609 .problem {
610     background-color: #FFFFCC;
611     color: #990000;
612     font-weight: bold;
613     line-height: 1.7em;
614 }
615
616 fieldset {
617     background-color: #F4F8F9;
618     border: 2px solid #B9D8D9;
619     border-radius: 5px;
620     margin: 1em 1em 1em 0;
621     padding: 1em;
622
623     + fieldset {
624         &.action {
625             padding-top: 20px;
626         }
627     }
628
629     &.lastchecked {
630         border-bottom-left-radius: 0;
631         border-bottom-right-radius: 0;
632         border-bottom-width: 0;
633         margin-bottom: 0;
634     }
635
636     .standard {
637         background-color:#f4f8f9 !important;
638     }
639
640     .contrast {
641         background-color:#F3F3F3 !important;
642     }
643
644     &.action {
645         background-color: transparent;
646         border: 0;
647         clear: both;
648         float: none;
649         margin: .9em 0 0;
650         padding: .4em;
651         width: auto;
652     }
653
654     &.brief {
655         border: 2px solid #B9D8D9;
656
657         div {
658             &.hint {
659                 margin-bottom: .4em;
660             }
661         }
662
663         label {
664             display: block;
665             font-weight: bold;
666             padding: .3em 0;
667
668             &.inline {
669                 display: inline;
670                 float: none;
671                 margin-left: 1em;
672                 width: auto;
673             }
674         }
675
676         li {
677             &[aria-disabled="true"] {
678                 color: #999;
679             }
680
681             &.inline {
682                 display: inline;
683                 float: none;
684                 margin-left: 1em;
685                 width: auto;
686             }
687
688             &.radio,
689             &.checkbox {
690                 label {
691                     display: inline;
692                 }
693             }
694         }
695
696         ol,
697         li {
698             list-style-type: none;
699         }
700
701         span {
702             .label {
703                 display: block;
704                 font-weight: bold;
705                 padding: .3em 0;
706                 text-align: left;
707             }
708         }
709
710         .action {
711             margin-left: 1em;
712         }
713     }
714
715     &.rows {
716         border: 2px solid #B9D8D9;
717         border-width: 1px;
718         clear: left;
719         float: left;
720         font-size: 90%;
721         margin: .9em 0 0;
722         padding: 0;
723         width: 100%;
724
725         fieldset {
726             background-color: transparent;
727             border-width: 1px;
728             margin: 1em;
729             padding: .3em;
730
731             &.action {
732                 padding: 1em;
733             }
734         }
735
736         &.inputnote {
737             clear: left;
738             float: left;
739             margin: 1em 0 0 11em;
740         }
741
742
743         &.left {
744             label {
745                 text-align: left;
746                 width: 8em;
747             }
748
749             li {
750                 padding-bottom: .4em;
751             }
752
753             span {
754                 label {
755                     text-align: left;
756                     width: 8em;
757                 }
758             }
759         }
760
761         &.ui-accordion-content {
762             border-top-left-radius: 0;
763             border-top-right-radius: 0;
764             margin: 0;
765             padding: 0;
766             width: 100%;
767
768             table {
769                 margin: 0;
770             }
771         }
772
773         &.unselected {
774             background-color: #FFFFFF;
775             border: 0;
776             border-width: 0;
777         }
778
779         caption {
780             font-size: 120%;
781         }
782
783         div {
784             &.hint {
785                 margin: .5em 0;
786                 margin-left: 10.5em;
787             }
788         }
789
790         label {
791             float: left;
792             font-weight: bold;
793             margin-right: 1em;
794             text-align: right;
795             width: 9em;
796
797             &.error {
798                 float: none;
799                 margin-left: 1em;
800                 width: auto;
801             }
802
803             &.inline {
804                 display: inline;
805                 float: none;
806                 margin-left: 1em;
807             }
808
809             &.radio {
810                 display: inline-block;
811                 margin: 0 1em 0 0;
812                 padding: 0;
813                 width: auto;
814             }
815
816             &.yesno {
817                 float: none;
818                 width: auto;
819             }
820         }
821
822         legend {
823             font-size: 110%;
824             font-weight: bold;
825             margin-left: 1em;
826         }
827
828         li {
829             clear: left;
830             float: left;
831             list-style-type: none;
832             padding-bottom: 1em;
833             width: 100%;
834
835             &[aria-disabled="true"] {
836                 color: #999;
837             }
838
839             &.radio {
840                 margin: 0;
841                 padding-left: 9em;
842                 width: auto;
843
844                 input + label {
845                     margin-left: 0;
846                     padding-left: 0;
847                 }
848
849                 label {
850                     float: none;
851                     margin: 0 0 0 1em;
852                     width: auto;
853                 }
854             }
855
856             input + label {
857                 margin-left: 0;
858                 padding-left: 0;
859             }
860         }
861
862         ol {
863             list-style-type: none;
864             padding: 1em 1em 0;
865
866             &.radio {
867                 label {
868                     float: none;
869                     margin-left: 20px;
870                     margin-right: 30px;
871                     padding-left: 0;
872                     vertical-align: middle;
873                     width: auto;
874
875                     &.radio {
876                         float: left;
877                         margin-right: 1em;
878                         margin-top: 0;
879                         width: 9em;
880                     }
881                 }
882
883                 input {
884                     &[type="checkbox"],
885                     &[type="radio"] {
886                         margin-left: -20px;
887                     }
888                 }
889             }
890         }
891
892         p {
893             margin: 1em 0 1em 1em;
894         }
895
896         span {
897             &.label {
898                 float: left;
899                 font-weight: bold;
900                 margin-right: 1em;
901                 text-align: right;
902                 width: 9em;
903             }
904         }
905
906         table {
907             clear: both;
908             font-size: 105%;
909             margin: 1em 0 1em 1em;
910
911             &.mceListBox {
912                 margin: 0;
913             }
914         }
915
916         td {
917             label {
918                 float: none;
919                 font-weight: normal;
920                 width: auto;
921             }
922         }
923
924         .inputnote {
925             clear: left;
926             float: left;
927             margin: 1em 0 0 11em;
928         }
929
930         + h3 {
931             clear: both;
932             padding-top: .5em;
933         }
934     }
935 }
936
937 #multi_receiving {
938     fieldset {
939         &.rows {
940             label {
941                 width: 50%;
942             }
943         }
944     }
945 }
946
947 legend {
948     background-color: #FFFFFF;
949     border: 2px solid #B9D8D9;
950     border-radius: 3px;
951     font-size: 123.1%;
952     font-weight: bold;
953     padding: .2em .5em;
954     width: auto;
955 }
956
957 details {
958     > summary {
959         cursor: pointer;
960
961         &::before {
962             content: "\f0da";
963             display: inline-block;
964             font-family: FontAwesome;
965             width: 1em;
966         }
967
968         &.checkouts-by-itemtype {
969             li {
970                 display: inline-block;
971             }
972         }
973     }
974 }
975
976 details[open] {
977     > summary {
978         &::before {
979             content: "\f0d7";
980         }
981     }
982 }
983
984
985 #floating-save {
986     background-color: rgba(185, 216, 217, .6);
987     bottom: 3%;
988     position: fixed;
989     right: 1%;
990     width: 150px;
991 }
992
993 #breadcrumbs {
994     background-color: #E6F0F2;
995     clear: both;
996     margin: 0;
997     padding: .2em .5em .4em 10px;
998 }
999
1000 #header {
1001     + #breadcrumbs {
1002         margin-top: 1em;
1003     }
1004
1005     > .container-fluid {
1006         padding: 0;
1007     }
1008 }
1009
1010 div {
1011     &.action {
1012         background-color: transparent;
1013         border: 0;
1014         clear: both;
1015         float: none;
1016         margin: .9em 0 0;
1017         padding: .4em;
1018         width: auto;
1019     }
1020
1021     .circmessage {
1022         margin-bottom: .3em;
1023         padding: 0 .4em .4em;
1024
1025         &:first-child {
1026             margin-top: 1em;
1027         }
1028     }
1029
1030     &.first {
1031         fieldset {
1032             margin-right: 0;
1033         }
1034     }
1035
1036     &.help {
1037         margin: .9em 0 0;
1038     }
1039
1040     &.justify {
1041         text-align: justify;
1042     }
1043
1044     &.message {
1045         background: linear-gradient(to bottom, #FFFFFF 0%, #F4F6FA 2%, #EAEEF5 23%, #E8EDF6 94%, #CDDBF2 100%);
1046         border: 1px solid #BCBCBC;
1047         text-align: center;
1048         width: 55%;
1049
1050         ul,
1051         h5 {
1052             padding-left: 25%;
1053             text-align: left;
1054         }
1055
1056         ul + h4 {
1057             margin-top: .7em;
1058         }
1059     }
1060
1061     &.note {
1062         background: linear-gradient(to bottom, #F4F6FA 0%, #E8EDF6 100%); // W3C
1063         border: 1px solid #BCBCBC;
1064         margin: .5em 0;
1065         padding: .5em;
1066
1067         i {
1068             &.fa-exclamation {
1069                 color: #CC0000;
1070                 font-style: italic;
1071                 padding: 0 .3em;
1072             }
1073         }
1074     }
1075
1076     // Tools > automatic_item_modification_by_age
1077     &.rules {
1078         display: block;
1079     }
1080
1081     &[class$="_table_controls"] {
1082         padding: .7em 0;
1083     }
1084
1085     &.results {
1086         padding: .7em 0;
1087     }
1088
1089     &.rule {
1090         background-color: #F4F8F9;
1091         border: 2px solid #B9D8D9;
1092         border-radius: 5px;
1093         margin: .3em;
1094         padding: .3em;
1095     }
1096
1097     &.lastchecked {
1098         border: 2px solid #BCDB89;
1099         border-bottom-left-radius: 5px;
1100         border-bottom-right-radius: 5px;
1101         padding: .2em 1em;
1102     }
1103
1104     &.listgroup {
1105         clear: left;
1106
1107         h4 {
1108             font-style: italic;
1109
1110             a {
1111                 font-size: 80%;
1112             }
1113         }
1114
1115         input {
1116             font-size: 90%;
1117             padding: .2em .6em;
1118         }
1119     }
1120
1121     &.sysprefs {
1122         h3 {
1123             margin: .2em 0 .2em .4em;
1124         }
1125
1126         dl {
1127             margin-left: 1.5em;
1128         }
1129
1130         &.hint {
1131             float: right;
1132             margin: .7em;
1133             padding: .5em;
1134             width: 25%;
1135         }
1136     }
1137
1138     &.rows {
1139         clear: left;
1140         float: left;
1141         margin: 0;
1142         padding: 0;
1143         width: 100%;
1144
1145         + div {
1146             &.rows {
1147                 margin-top: .6em;
1148             }
1149         }
1150
1151         li {
1152             border-bottom: 1px solid #EEE;
1153             clear: left;
1154             float: left;
1155             list-style-type: none;
1156             padding: .275em;
1157             width: 100%;
1158         }
1159
1160         ol {
1161             list-style-type: none;
1162             padding: .5em 1em 0 0;
1163
1164             li {
1165                 li {
1166                     border-bottom: 0;
1167                 }
1168             }
1169         }
1170
1171         p {
1172             margin-left: 10em;
1173         }
1174
1175         span {
1176             &.label {
1177                 float: left;
1178                 font-weight: bold;
1179                 margin-right: 1em;
1180                 padding-top: 0;
1181                 text-align: left;
1182                 width: 9em;
1183             }
1184         }
1185     }
1186
1187     &.pages {
1188         margin: .5em 0;
1189
1190         a {
1191             font-weight: bold;
1192             padding: 1px 5px;
1193             text-decoration: none;
1194
1195             &:link,
1196             &:visited {
1197                 background-color: #EEEEEE;
1198                 color: #3366CC;
1199             }
1200
1201             &:hover,
1202             &:active {
1203                 background-color: #FFC;
1204             }
1205         }
1206
1207         .current,
1208         .currentPage {
1209             background-color: #E6FCB7;
1210             color: #666;
1211             font-weight: bold;
1212             padding: 1px 5px;
1213         }
1214
1215         .inactive {
1216             background-color: #F3F3F3;
1217             color: #BCBCBC;
1218             font-weight: bold;
1219             padding: 1px 5px;
1220         }
1221     }
1222
1223     .browse {
1224         margin: .5em 0;
1225     }
1226 }
1227
1228 #header_search {
1229     background-position: .5em .5em;
1230     background-repeat: no-repeat;
1231     float: left;
1232     margin: .3em 0 .5em;
1233
1234     input {
1235         &[type="submit"] {
1236             border-radius: 3px;
1237             padding: .2em .8em;
1238         }
1239     }
1240
1241     div {
1242         &.residentsearch {
1243             border: 0;
1244             border-bottom: 1px solid #85CA11;
1245             padding: 0 0 .2em;
1246         }
1247     }
1248
1249     ul {
1250         &.ui-tabs-nav {
1251             margin-left: 1em;
1252             padding-top: 0;
1253
1254             li {
1255                 &.ui-state-default {
1256                     background: transparent none;
1257                     border: 0;
1258                     top: 0;
1259
1260                     a {
1261                         padding: .3em .6em;
1262                     }
1263                 }
1264
1265                 &.ui-tabs-active {
1266                     background-color: #FFFFF1;
1267                     border: 1px solid #85CA11;
1268                     border-top-width: 0;
1269                     top: -2px;
1270
1271                     a {
1272                         text-decoration: none;
1273                     }
1274                 }
1275             }
1276         }
1277     }
1278
1279     .ui-corner-top {
1280         border-radius: 0 0 4px 4px;
1281     }
1282
1283     > div,
1284     > ul {
1285         display: none;
1286
1287         > li {
1288             display: none;
1289
1290             &:first-of-type {
1291                 display: block;
1292             }
1293         }
1294
1295         &:first-of-type {
1296             display: block;
1297         }
1298     }
1299
1300     .head-searchbox {
1301         font-size: 1.3em;
1302         width: 30em;
1303     }
1304 }
1305
1306 #reserves,
1307 #checkouts {
1308     border: 1px solid #B9D8D9;
1309     padding: 1em;
1310 }
1311
1312 .tip {
1313     color: #808080;
1314 }
1315
1316 .single-line {
1317     white-space: nowrap;
1318 }
1319
1320 .ex {
1321     font-family: $font-monospace;
1322     font-weight: bold;
1323 }
1324
1325 dt {
1326     font-weight: bold;
1327 }
1328
1329 dd {
1330     font-size: 90%;
1331     font-weight: normal;
1332     padding: .2em;
1333     text-indent: 2.5em;
1334 }
1335
1336 #toolbar,
1337 .btn-toolbar {
1338     background-color: #EDF4F6;
1339     border: 1px solid #E6F0F2;
1340     border-radius: 5px 5px 0 0;
1341     margin: 0;
1342     padding: 5px;
1343
1344     .dropdown-menu {
1345         border-top-width: 1px;
1346         font-size: 13px;
1347     }
1348
1349     &.floating {
1350         border-radius: 0;
1351         margin-top: 0;
1352         z-index: 300;
1353     }
1354 }
1355
1356 #disabled {
1357     a {
1358         color: #999;
1359
1360         &:hover {
1361             color: #999;
1362         }
1363     }
1364 }
1365
1366 #disabled2 {
1367     a {
1368         color: #999;
1369     }
1370 }
1371
1372
1373 .patroninfo {
1374     margin-top: -.5em;
1375
1376     h5 {
1377         border-right: 1px solid #B9D8D9;
1378         margin-bottom: 0;
1379         padding-bottom: .5em;
1380         padding-left: -.5em;
1381         padding-top: .3em;
1382
1383         &:empty {
1384             border-right: 0;
1385         }
1386     }
1387
1388     ul {
1389         border: 0;
1390         border-bottom: 0;
1391         border-right: 1px solid #B9D8D9;
1392         border-top: 0;
1393         margin: 0;
1394         padding: 0;
1395
1396         li {
1397             list-style-type: none;
1398             margin: 0;
1399         }
1400     }
1401
1402     + #menu {
1403         margin-right: 0;
1404     }
1405
1406     > div {
1407         border-right: 1px solid #B9D8D9;
1408         width: 100%;
1409     }
1410 }
1411
1412 /* Patron image */
1413
1414 .patronimage-container {
1415     padding: .2em;
1416     position: relative;
1417
1418     &:hover {
1419         .patronimage {
1420             opacity: .8;
1421         }
1422
1423         .patronimage-controls {
1424             opacity: 1;
1425         }
1426     }
1427 }
1428
1429 .patronimage {
1430     border: 1px solid #EEE;
1431     display: block;
1432     max-width: 160px;
1433     margin: auto;
1434     opacity: 1;
1435     transition: .2s ease;
1436
1437     &.empty {
1438         background: transparent url( "../img/patron-blank.min.svg" ) center 5px no-repeat;
1439         height: 125px;
1440         padding: 0;
1441         width: 80%;
1442     }
1443 }
1444
1445 .patronimage-controls {
1446     left: 50%;
1447     opacity: 0;
1448     position: absolute;
1449     text-align: center;
1450     top: 80%;
1451     transform: translate( -50%, -50% );
1452     transition: .5s ease;
1453 }
1454
1455 .patronimage-control {
1456     padding: 1em 2em;
1457  }
1458
1459 .patronviews {
1460     border-right: 1px solid #000;
1461     border-top: 1px solid #000;
1462     margin-bottom: .5em;
1463     padding: .5em 0;
1464 }
1465
1466 .column-tool {
1467     font-size: 80%;
1468 }
1469
1470 .hint {
1471     color: #666;
1472     font-size: 95%;
1473 }
1474
1475 .dropdown-menu {
1476     li {
1477         list-style-type: none;
1478     }
1479 }
1480
1481 .btn-toolbar {
1482     fieldset {
1483         &.action {
1484             margin-top: 0;
1485         }
1486     }
1487
1488     .dropdown-menu {
1489         font-size: 13px;
1490     }
1491 }
1492
1493 .rows {
1494     .label {
1495         white-space: normal;
1496     }
1497 }
1498
1499 .readonly,
1500 input[type='text']:read-only {
1501     background: #EEE url("../img/locked.png") center left no-repeat;
1502     border-style: inset;
1503     border-width: 1px;
1504     cursor: default;
1505     padding-left: 15px;
1506 }
1507
1508 .readonly:focus,
1509 input[type='text']:read-only:focus {
1510     border-color: unset;
1511     border-radius: unset;
1512 }
1513
1514 .checkedout {
1515     color: #999999;
1516     font-style: italic;
1517 }
1518
1519 .subfield_not_filled {
1520     background-color: #FFFF99;
1521 }
1522
1523 .content_hidden {
1524     display: none;
1525     visibility: hidden; // you propably don't need to change this one
1526 }
1527
1528 // the property for the displayed tab
1529 .content_visible {
1530     display: block;
1531     visibility: visible; // you propably don't need to change this one
1532 }
1533
1534 #z3950searcht {
1535     table {
1536         border: 0;
1537         padding: 20px;
1538     }
1539 }
1540
1541 #z3950_search_targets {
1542     height: 338px;
1543     overflow-y: auto;
1544 }
1545
1546 #z3950_search_targets_acq {
1547     height: 308px;
1548     overflow-y: auto;
1549 }
1550
1551 .z3950checks {
1552     padding-left: 1em;
1553 }
1554
1555 .error {
1556     color: #CC0000;
1557 }
1558
1559 .status_ok {
1560     background-color: #90EE90;
1561 }
1562
1563 .status_warn {
1564     background-color: #FF0000;
1565 }
1566
1567 // Font Awesome icons
1568 i {
1569     &.error {
1570         color: #CC0000;
1571     }
1572
1573     &.success {
1574         color: #008000;
1575     }
1576
1577     &.warn {
1578         color: #FFA500;
1579     }
1580 }
1581
1582 .circ-setting {
1583     font-size: 85%;
1584     padding-top: .3em;
1585
1586     input {
1587         vertical-align: middle;
1588     }
1589
1590     label {
1591         font-size: inherit;
1592         font-weight: normal;
1593     }
1594 }
1595
1596 .circ-settings {
1597     background-color: #F4F8F9;
1598     border-radius: 0;
1599     border-top: 2px solid #B9D8D9;
1600     display: none;
1601     margin-left: -1em;
1602     margin-right: -1em;
1603     margin-top: 1em;
1604     padding: 1em 1em 0;
1605 }
1606
1607 #show-circ-settings {
1608     margin-top: .5em;
1609 }
1610
1611 .checkin-active-setting {
1612     background-color: #FFC;
1613     border-radius: 3px;
1614     box-shadow: 1px 1px 2px 0 rgba(102, 102, 102, .5);
1615     margin: .5em;
1616     padding: .5em;
1617 }
1618
1619 .form-control-group {
1620     white-space: nowrap;
1621 }
1622
1623
1624 .blocker {
1625     color: #990000;
1626 }
1627
1628 .inaccurate-item-statuses {
1629     color: #990000;
1630 }
1631
1632 .circmessage {
1633     li {
1634         list-style: url("../img/arrow-bullet.gif");
1635         margin-bottom: .2em;
1636     }
1637 }
1638
1639 #circ_needsconfirmation {
1640     margin: auto;
1641 }
1642
1643 .dialog {
1644     border: 1px solid #BCBCBC;
1645     border-radius: 2px;
1646     margin: 1em auto;
1647     padding: .5em;
1648     text-align: center;
1649     width: 65%;
1650
1651     a {
1652         &.approve {
1653             display: inline-block;
1654         }
1655     }
1656
1657     button,
1658     a.approve {
1659         background: #FFF none;
1660         border: 1px outset #999999;
1661         border-left-color: #666;
1662         border-top-color: #666;
1663         margin: .4em;
1664         padding: .4em;
1665         white-space: pre-line;
1666
1667         &:active {
1668             border: 1px inset #999999;
1669         }
1670
1671         &:hover {
1672             background-color: #FFC;
1673         }
1674     }
1675
1676     h2,
1677     h3,
1678     h4 {
1679         margin: auto;
1680         text-align: center;
1681     }
1682
1683     input {
1684         background-color: #FFFFFF;
1685         border: 1px solid #BCBCBC;
1686         margin: .4em;
1687         padding: .4em .4em .4em 25px;
1688
1689         &:hover {
1690             background-color: #FFC;
1691         }
1692
1693         &[type="submit"] {
1694             background: #FFF none;
1695         }
1696     }
1697
1698     li {
1699         list-style-position: inside;
1700     }
1701
1702     table {
1703         margin: .5em auto;
1704
1705         td {
1706             text-align: left;
1707         }
1708
1709         th {
1710             text-align: right;
1711         }
1712     }
1713 }
1714
1715 .alert {
1716     background: linear-gradient(to bottom, #FEF8D3 0%, #FFEC91 9%, #FFED87 89%, #F9DC00 100%);
1717     border: 1px solid #E0C726;
1718     color: inherit;
1719     text-align: center;
1720     text-shadow: none;
1721
1722     strong {
1723         color: #900;
1724     }
1725
1726     // Redefine a new style for Bootstrap's class "close" since we use that already
1727     // Use <a class="closebtn" href="#">&times;</a>
1728     .closebtn {
1729         line-height: 20px;
1730         position: relative;
1731         right: -21px;
1732         top: -2px;
1733     }
1734 }
1735
1736 .approve,
1737 .success {
1738     i {
1739         &.fa {
1740             color: #008000;
1741         }
1742     }
1743 }
1744
1745 .deny {
1746     i {
1747         &.fa {
1748             color: #CC0000;
1749         }
1750     }
1751 }
1752
1753 .new {
1754     i {
1755         &.fa {
1756             color: #425FAF;
1757         }
1758     }
1759 }
1760
1761 .accesskey {
1762     text-decoration: underline;
1763 }
1764
1765 .missing {
1766     background-color: #FFFFCC;
1767 }
1768
1769 .term {
1770     background-color: #FFC;
1771     color: #990000;
1772 }
1773
1774 // style for shelving location in catalogsearch
1775 .shelvingloc {
1776     font-style: italic;
1777 }
1778
1779 #menu {
1780     border-right: 1px solid #B9D8D9;
1781     margin-right: .5em;
1782     padding-bottom: 2em;
1783     padding-top: 1em;
1784
1785     li {
1786         a {
1787             background: linear-gradient(to bottom, #E8F0F6 0%, #E8F0F6 96%, #C1C1C1 100%);
1788             border: 1px solid #B9D8D9;
1789             border-bottom-left-radius: 5px;
1790             border-top-left-radius: 5px;
1791             display: block;
1792             font-size: 111%;
1793             margin: .5em 0;
1794             margin-right: -1px;
1795             padding: .4em .3em;
1796             text-decoration: none;
1797
1798             &:hover {
1799                 background: linear-gradient(to bottom, #FAFAFA 0%, #FFFFFF 96%, #E6E6E6 97%, #CCCCCC 99%, #C1C1C1 100%);
1800                 border-bottom: 1px solid #85CA11;
1801                 border-left: 1px solid #85CA11;
1802                 border-top: 1px solid #85CA11;
1803             }
1804         }
1805
1806         &.active {
1807             a {
1808                 background-color: #FFFFFF;
1809                 background-image: none;
1810                 border-bottom: 1px solid #85CA11;
1811                 border-left: 1px solid #85CA11;
1812                 border-right: 0;
1813                 border-top: 1px solid #85CA11;
1814                 color: #000000;
1815                 font-weight: bold;
1816
1817                 &:hover {
1818                     background-color: #FFFFFF;
1819                     color: #538200;
1820                 }
1821             }
1822         }
1823     }
1824
1825     ul {
1826         li {
1827             list-style-type: none;
1828         }
1829     }
1830 }
1831
1832
1833 #logo {
1834     background: transparent url("../img/koha-logo-medium.png") no-repeat scroll 0%;
1835     margin: .75em .3em .75em .7em;
1836
1837     a {
1838         border: 0;
1839         cursor: pointer;
1840         display: block;
1841         height: 0 !important;
1842         margin: 0;
1843         overflow: hidden;
1844         padding: 44px 0 0;
1845         text-decoration: none;
1846         width: 180px;
1847     }
1848 }
1849
1850 #closewindow {
1851     margin-top: 2em;
1852     text-align: center;
1853
1854     a {
1855         font-weight: bold;
1856     }
1857 }
1858
1859 .barcode {
1860     font-size: 200%;
1861     vertical-align: middle;
1862 }
1863
1864 li {
1865     &.email {
1866         overflow: hidden;
1867         text-overflow: ellipsis;
1868         white-space: nowrap;
1869     }
1870 }
1871
1872 .patronbriefinfo {
1873     li {
1874         &.email {
1875             font-size: 87%;
1876             padding: 0 10px 0 0;
1877             width: 90%;
1878         }
1879     }
1880 }
1881
1882 .empty {
1883     color: #CCC;
1884 }
1885
1886 .address {
1887     font-size: 110%;
1888
1889     li {
1890         list-style-type: none;
1891     }
1892 }
1893
1894 .title {
1895     font-size: 105%;
1896     font-weight: bold;
1897 }
1898
1899 .hold {
1900     float: right;
1901     font-size: 90%;
1902     margin: 0;
1903 }
1904
1905 .thumbnail {
1906     display: block;
1907     margin: auto;
1908 }
1909
1910 .thumbnails {
1911     li {
1912         display: inline-block;
1913         list-style-type: none;
1914         margin: 4px;
1915     }
1916
1917     .remove {
1918         border-top: 1px solid #EEE;
1919         display: block;
1920         font-size: 90%;
1921         margin: 4px -4px 2px -4px;
1922         padding-top: .5em;
1923         text-align: center;
1924     }
1925
1926     & + p {
1927         border-top: 1px solid #eee;
1928         margin-top: 1em;
1929         padding-top: 1em;
1930     }
1931 }
1932
1933 #searchresults {
1934     ul {
1935         li {
1936             clear: left;
1937             font-size: 90%;
1938             list-style: url("../img/item-bullet.gif");
1939             padding: .2em 0;
1940
1941             img {
1942                 float: left;
1943                 margin: 3px 5px 3px -5px;
1944             }
1945         }
1946
1947         span {
1948             &.status {
1949                 clear: left;
1950                 color: #900;
1951                 display: block;
1952             }
1953
1954             &.unavailable {
1955                 clear: left;
1956                 display: block;
1957             }
1958         }
1959
1960         table {
1961             td {
1962                 vertical-align: top;
1963             }
1964         }
1965     }
1966
1967     &.unavailability {
1968         strong {
1969             display: block;
1970         }
1971     }
1972 }
1973
1974 #searchheader {
1975     background-color: #E6F0F2;
1976     border: 1px solid #B9D8D9;
1977     border-radius: 5px 5px 0 0;
1978     font-size: 80%;
1979     margin: 0 0 .5em -1px;
1980     padding: .4em 0 .4em 1em;
1981
1982     &.floating {
1983         border-radius: 0;
1984         margin-top: 0;
1985     }
1986
1987     .btn-group {
1988         > .btn {
1989             &:first-child {
1990                 margin-left: .7em;
1991             }
1992         }
1993     }
1994
1995     form {
1996         float: right;
1997         padding: 5px 5px 3px 0;
1998
1999         &.fz3950 {
2000             float: right;
2001             font-size: 125%;
2002             padding: 0 0 0 5em;
2003         }
2004
2005         &.fz3950bigrpad {
2006             float: right;
2007             font-size: 125%;
2008             padding: 5px 25em 0 0;
2009         }
2010     }
2011
2012     .dropdown-header {
2013         border-top: 1px solid #EEE;
2014         color: #000;
2015         font-weight: bold;
2016         padding-left: 10px;
2017     }
2018
2019 }
2020
2021 #search-facets {
2022     border: 1px solid #B9D8D9;
2023     border-radius: 5px 5px 0 0;
2024
2025     h4 {
2026         background-color: #E6F0F2;
2027         border-bottom: 1px solid #B9D8D9;
2028         border-radius: 5px 5px 0 0;
2029         font-size: 90%;
2030         margin: 0;
2031         padding: .4em .2em;
2032         text-align: center;
2033     }
2034
2035     ul {
2036         margin: 0;
2037         padding: .3em;
2038
2039         li {
2040             font-weight: bold;
2041             list-style-type: none;
2042         }
2043     }
2044
2045     li {
2046         li {
2047             font-size: 85%;
2048             font-weight: normal;
2049             margin-bottom: 2px;
2050             padding: .1em .2em;
2051         }
2052
2053         &.showmore {
2054             font-weight: bold;
2055             text-indent: 1em;
2056         }
2057     }
2058 }
2059
2060 .facet-count {
2061     display: inline-block;
2062 }
2063
2064 #bookcoverimg {
2065     text-align: center;
2066 }
2067
2068 .searchhighlightblob {
2069     font-size: 75%;
2070     font-style: italic;
2071 }
2072
2073 #irregularity_summary {
2074     vertical-align: top;
2075 }
2076
2077 #CheckAll,
2078 #CheckNone,
2079 #CheckPending {
2080     font-weight: normal;
2081     margin: 0 .5em 0 0;
2082 }
2083
2084 .lost,
2085 .dmg,
2086 .wdn {
2087     color: #990000;
2088     display: block;
2089 }
2090
2091 .datedue {
2092     color: #999;
2093     display: block;
2094     font-style: italic;
2095 }
2096
2097 .waitinghere,
2098 .credit {
2099     color: #669900;
2100 }
2101
2102 #mainuserblock {
2103     border: 1px solid #E8E8E8;
2104     margin-top: .5em;
2105     padding: .5em;
2106 }
2107
2108 .labeledmarc-table {
2109     border: 0;
2110 }
2111
2112 .labeledmarc-label {
2113     border: 0;
2114     color: #000000;
2115     font-size: 11pt;
2116     font-style: italic;
2117     padding: 5;
2118 }
2119
2120 .labeledmarc-value {
2121     border: 0;
2122     color: #000;
2123     font-size: 10pt;
2124     padding: 5;
2125 }
2126
2127 #marcPreview {
2128     table {
2129         border: 0;
2130         font-family: $font-monospace;
2131         font-size: 95%;
2132         margin: .7em 0 0;
2133     }
2134
2135     tbody {
2136         tr {
2137             &:nth-child(2n+1) {
2138                 td {
2139                     background-color: #FFFFFF;
2140                 }
2141             }
2142         }
2143     }
2144
2145     td {
2146         border: 0;
2147         padding: 2px;
2148         vertical-align: top;
2149     }
2150
2151     th {
2152         background-color: #FFFFFF;
2153         border: 0;
2154         padding: 2px;
2155         text-align: left;
2156         vertical-align: top;
2157         white-space: nowrap;
2158     }
2159
2160     &.modal-dialog {
2161         width: 80%;
2162     }
2163 }
2164
2165 .modal-dialog {
2166     &.modal-wide {
2167         width: 80%;
2168     }
2169 }
2170
2171 #cartDetails {
2172     background-color: #FFFFFF;
2173     border: 1px solid #739ACF;
2174     box-shadow: 1px 1px 3px 0 #666;
2175     color: #000;
2176     display: none;
2177     margin: 0;
2178     padding: 10px;
2179     text-align: center;
2180     width: 180px;
2181     z-index: 50;
2182 }
2183
2184 #cartmenulink {
2185     background: transparent url("../img/cart-small.gif") left center no-repeat;
2186     padding-left: 15px;
2187 }
2188
2189 #basketcount {
2190     span {
2191         display: inline;
2192         font-size: 90%;
2193         font-weight: normal;
2194         padding: 0;
2195     }
2196 }
2197
2198 #moremenu {
2199     display: none;
2200 }
2201
2202 .results_summary {
2203     color: #707070;
2204     display: block;
2205     font-size: 85%;
2206     padding: 0 0 .5em;
2207
2208     a {
2209         font-weight: normal;
2210     }
2211
2212     .label {
2213         color: #202020;
2214     }
2215 }
2216
2217 .child_fund_amount {
2218     font-style: italic;
2219 }
2220
2221 .number_box {
2222     font-size: 105%;
2223     line-height: 200%;
2224
2225     a,
2226     span {
2227         background-color: #E4ECF5;
2228         border: 1px solid #A4BEDD;
2229         border-radius: 4px;
2230         font-weight: bold;
2231         padding: .1em .4em;
2232         text-decoration: none;
2233
2234         &:hover {
2235             background-color: #EBEFF7;
2236         }
2237     }
2238 }
2239
2240 .container {
2241     border: 1px solid #EEE;
2242     margin: 1em 0;
2243     padding: 1em;
2244 }
2245
2246 .import_export {
2247     position: relative;
2248
2249     .export_ok {
2250         background: #E3E3E3 none;
2251         border: 0;
2252         cursor: pointer;
2253         margin-left: 20px;
2254         padding: 10px;
2255     }
2256
2257     .import_export_options {
2258         background: #FFFFFF;
2259         border: 1px solid #CDCDCD;
2260         left: 60px;
2261         padding: 10px;
2262         position: absolute;
2263         top: 0;
2264         width: 300px;
2265         z-index: 1;
2266     }
2267 }
2268
2269 .import_export_options {
2270     background: #E3E3E3 none;
2271     border: 0;
2272     cursor: pointer;
2273     margin-left: 20px;
2274     padding: 10px;
2275
2276     fieldset {
2277         &.rows {
2278             li {
2279                 label {
2280                     width: 16em;
2281                 }
2282             }
2283         }
2284     }
2285
2286     .importing {
2287         background: none;
2288         padding: inherit;
2289     }
2290 }
2291
2292 .form_import {
2293     fieldset {
2294         &.rows {
2295             li {
2296                 label {
2297                     width: auto;
2298                 }
2299             }
2300         }
2301     }
2302
2303     .input_import {
2304         border: 1px solid #BCBCBC;
2305     }
2306 }
2307
2308 .importing {
2309     position: relative;
2310
2311     .importing_msg {
2312         padding-bottom: 10px;
2313         padding-left: 10px;
2314     }
2315 }
2316
2317
2318 .field_hint {
2319     color: #808080;
2320     font-style: italic;
2321     padding-left: 1em;
2322 }
2323
2324 .m880 {
2325     display: block;
2326     float: right;
2327     padding-left: 20px;
2328     text-align: right;
2329     width: 50%;
2330 }
2331
2332 .advsearch {
2333     margin: 0;
2334
2335     table {
2336         border-collapse: separate;
2337         border-spacing: 5px;
2338         border-width: 0;
2339     }
2340
2341     td {
2342         border: 1px solid #EEE;
2343         padding: .3em .4em;
2344     }
2345 }
2346
2347 #circ_circulation_issue {
2348     position: relative;
2349 }
2350
2351 #clearscreen {
2352     position: absolute;
2353     right: 0;
2354     top: 0;
2355
2356     a {
2357         background-color: #EEE;
2358         border-radius: 0 0 0 5px;
2359         color: #CCC;
2360         display: block;
2361         font-size: 160%;
2362         font-weight: bold;
2363         padding: 0 .7em .2em;
2364         text-decoration: none;
2365         text-shadow: 0 -1px 0 #666;
2366
2367         &:hover {
2368             color: #CC0000;
2369         }
2370     }
2371 }
2372
2373 #printclearscreen {
2374     position: absolute;
2375     right: 43px;
2376     top: 0;
2377
2378     a {
2379         background-color: #EEE;
2380         border-radius: 0 0 0 5px;
2381         color: #CCC;
2382         display: block;
2383         font-size: 160%;
2384         font-weight: bold;
2385         padding: 0 .7em .2em;
2386         text-decoration: none;
2387         text-shadow: 0 -1px 0 #666;
2388
2389         &:hover {
2390             color: #CC0000;
2391         }
2392     }
2393 }
2394
2395 .no-image {
2396     background-color: #FFFFFF;
2397     border: 1px solid #AAAAAA;
2398     border-radius: 3px;
2399     color: #979797;
2400     display: block;
2401     font-size: 86%;
2402     font-weight: bold;
2403     text-align: center;
2404     width: 75px;
2405 }
2406
2407 #acqui_order_supplierlist {
2408     > div {
2409         &.supplier {
2410             border: 1px solid #EEEEEE;
2411             margin: .5em;
2412             padding: 1em;
2413         }
2414
2415         > div {
2416             > .baskets {
2417                 margin-top: .5em;
2418             }
2419         }
2420
2421         > span {
2422             &.action {
2423                 margin-left: 5em;
2424             }
2425
2426             &.suppliername {
2427                 display: inline;
2428                 font-size: 1.7em;
2429                 margin-bottom: .5em;
2430             }
2431         }
2432     }
2433 }
2434
2435 #ADD-contact {
2436     margin: 0 0 8px 8px;
2437 }
2438
2439 #contact-template {
2440     display: none;
2441 }
2442
2443 // Override core jQueryUI widgets
2444 .ui-widget-content {
2445     background: #FFFFFF none;
2446     border: 1px solid #B9D8D9;
2447     color: #222222;
2448 }
2449
2450 .ui-widget-header {
2451     background: #E6F0F2 none;
2452     border: 1px solid #B9D8D9;
2453     color: #222222;
2454     font-weight: bold;
2455 }
2456
2457 .ui-state-default,
2458 .ui-widget-content .ui-state-default,
2459 .ui-widget-header .ui-state-default {
2460     background: #F4F8F9 none;
2461     border: 1px solid #B9D8D9;
2462     color: #555555;
2463     font-weight: normal;
2464 }
2465
2466 .ui-state-hover,
2467 .ui-widget-content .ui-state-hover,
2468 .ui-widget-header .ui-state-hover,
2469 .ui-state-focus,
2470 .ui-widget-content .ui-state-focus,
2471 .ui-widget-header .ui-state-focus {
2472     background: #E6F0F2 none;
2473     border: 1px solid #B9D8D9;
2474     color: #212121;
2475     font-weight: normal;
2476 }
2477
2478 .ui-state-active,
2479 .ui-widget-content .ui-state-active,
2480 .ui-widget-header .ui-state-active {
2481     background: #FFFFFF none;
2482     border: 1px solid #AAAAAA;
2483     color: #212121;
2484     font-weight: normal;
2485 }
2486
2487 .ui-state-highlight,
2488 .ui-widget-content .ui-state-highlight,
2489 .ui-widget-header .ui-state-highlight {
2490     background: #FFF4C6;
2491     border: 1px solid #FED22F;
2492     color: #363636;
2493 }
2494
2495 .ui-state-error,
2496 .ui-widget-content .ui-state-error,
2497 .ui-widget-header .ui-state-error {
2498     background: #FEF1EC;
2499     border: 1px solid #CD0A0A;
2500     color: #CD0A0A;
2501 }
2502
2503 // Override jQuery Autocomplete
2504 .ui-autocomplete {
2505     box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
2506     cursor: default;
2507     position: absolute;
2508
2509     &.ui-widget-content {
2510         .ui-state-hover {
2511             background: #E6F0F2 none;
2512             border: 1px solid #B9D8D9;
2513             color: #212121;
2514             font-weight: normal;
2515         }
2516     }
2517 }
2518
2519 .ui-autocomplete-loading {
2520     background: #FFF url("../img/spinner-small.gif") right center no-repeat;
2521 }
2522
2523 // jQuery UI standard tabs
2524 .ui-menu {
2525     li {
2526         list-style: none;
2527     }
2528 }
2529
2530 .ui-tabs-nav {
2531     .ui-tabs-active a,
2532     a:hover,
2533     a:focus,
2534     a:active,
2535     span.a {
2536         background: none repeat scroll 0 0 transparent;
2537         outline: 0 none;
2538     }
2539
2540     &.ui-widget-header {
2541         background: none;
2542         border: 0;
2543     }
2544 }
2545
2546 .ui-tabs {
2547     .ui-tabs-nav {
2548         li {
2549             background: #E6F0F2 none;
2550             border: 1px solid #B9D8D9;
2551             margin-right: .4em;
2552             top: 1px;
2553
2554             &.ui-tabs-active {
2555                 background-color: #FFFFFF;
2556                 border: 1px solid #B9D8D9;
2557                 border-bottom-width: 0;
2558
2559                 a {
2560                     color: #000;
2561                     font-weight: bold;
2562                 }
2563
2564                 &.ui-state-hover {
2565                     background: #FFF none;
2566                 }
2567             }
2568
2569             &.ui-state-default {
2570                 &.ui-state-hover {
2571                     background: #EDF4F5 none;
2572                 }
2573             }
2574         }
2575     }
2576
2577     .ui-tabs-panel {
2578         border: 1px solid #B9D8D9;
2579     }
2580
2581     &.ui-widget-content {
2582         background: transparent none;
2583         border: 0;
2584     }
2585
2586     .ui-state-default {
2587         a {
2588             color: #004D99;
2589
2590             &:link,
2591             &:visited {
2592                 color: #004D99;
2593             }
2594         }
2595     }
2596
2597     .ui-state-hover {
2598         a {
2599             color: #538200;
2600
2601             &:link,
2602             &:visited {
2603                 color: #538200;
2604             }
2605         }
2606     }
2607
2608 }
2609
2610 .ui-widget {
2611     font-family: inherit;
2612     font-size: inherit;
2613
2614     input,
2615     select,
2616     textarea,
2617     button {
2618         font-family: inherit;
2619         font-size: inherit;
2620     }
2621 }
2622
2623 .statictabs {
2624     ul {
2625         background: none repeat scroll 0 0 transparent;
2626         border: 0 none;
2627         border-bottom-left-radius: 4px;
2628         border-bottom-right-radius: 4px;
2629         border-top-left-radius: 4px;
2630         border-top-right-radius: 4px;
2631         color: #222222;
2632         font-size: 100%;
2633         font-weight: bold;
2634         line-height: 1.3;
2635         list-style: none outside none;
2636         margin: 0;
2637         outline: 0 none;
2638         padding: .2em .2em 0;
2639         text-decoration: none;
2640
2641         &::after {
2642             clear: both;
2643         }
2644
2645         &::before,
2646         &::after {
2647             content: "";
2648             display: table;
2649         }
2650
2651         li {
2652             background: none repeat scroll 0 0 #E6F0F2;
2653             border: 1px solid #B9D8D9;
2654             border-bottom: 0 none;
2655             border-top-left-radius: 4px;
2656             border-top-right-radius: 4px;
2657             color: #555555;
2658             float: left;
2659             font-weight: normal;
2660             list-style: none outside none;
2661             margin-bottom: 0;
2662             margin-right: .4em;
2663             padding: 0;
2664             position: relative;
2665             top: 1px;
2666             white-space: nowrap;
2667
2668             &.active {
2669                 background-color: #FFFFFF;
2670                 color: #212121;
2671                 font-weight: normal;
2672                 padding-bottom: 1px;
2673
2674                 a {
2675                     background: none repeat scroll 0 0 transparent;
2676                     color: #000000;
2677                     cursor: text;
2678                     font-weight: bold;
2679                     outline: 0 none;
2680                     top: 1px;
2681                 }
2682             }
2683
2684             a {
2685                 color: #004D99;
2686                 cursor: pointer;
2687                 float: left;
2688                 padding: .5em 1em;
2689                 text-decoration: none;
2690
2691                 &:hover {
2692                     background-color: #EDF4F5;
2693                     border-top-left-radius: 4px;
2694                     border-top-right-radius: 4px;
2695                     color: #538200;
2696                 }
2697             }
2698         }
2699     }
2700
2701     .tabs-container {
2702         background: none repeat scroll 0 0 transparent;
2703         border: 1px solid #B9D8D9;
2704         border-bottom-left-radius: 4px;
2705         border-bottom-right-radius: 4px;
2706         color: #222222;
2707         display: block;
2708         padding: 1em 1.4em;
2709     }
2710 }
2711
2712 .authref {
2713     font-style: normal;
2714     text-indent: 4em;
2715 }
2716
2717 .seefrom,
2718 .seealso {
2719     font-style: italic;
2720     text-indent: 2em;
2721 }
2722
2723 #authfinderops {
2724     float: right;
2725 }
2726
2727 .authorizedheading {
2728     font-weight: bold;
2729 }
2730
2731 .authres_notes,
2732 .authres_seealso,
2733 .authres_otherscript {
2734     padding-top: 3px;
2735 }
2736
2737 .authres_notes {
2738     font-style: italic;
2739 }
2740
2741
2742 .contents {
2743     width: 75%;
2744
2745     .r {
2746         display: inline;
2747     }
2748
2749     .t {
2750         display: inline;
2751         font-weight: bold;
2752
2753         &:first-child {
2754             &::before {
2755                 content: "→ ";
2756             }
2757         }
2758
2759         &::before {
2760             content: "\A→ ";
2761             white-space: pre;
2762         }
2763     }
2764 }
2765
2766 .contentblock {
2767     margin-left: 2em;
2768     position: relative;
2769 }
2770
2771 #hierarchies {
2772     a {
2773         color: #069;
2774         font-weight: normal;
2775         text-decoration: underline;
2776
2777         &:hover {
2778             color: #990033;
2779         }
2780     }
2781 }
2782
2783 #didyoumeanopac,
2784 #didyoumeanintranet {
2785     float: left;
2786     width: 260px;
2787 }
2788
2789 .pluginlist {
2790     padding-bottom: 10px;
2791 }
2792
2793 .plugin {
2794     margin: 0 1em 1em 0;
2795 }
2796
2797 .pluginname {
2798     background-color: #E6F0F2;
2799     cursor: move;
2800     margin: .3em;
2801     padding-bottom: 4px;
2802     padding-left: .2em;
2803
2804     .ui-icon {
2805         float: right;
2806     }
2807 }
2808
2809 .plugindesc {
2810     padding: .4em;
2811 }
2812
2813 .ui-sortable-placeholder {
2814     border: 1px dotted #000;
2815     height: 80px;
2816     visibility: visible;
2817
2818     * {
2819         visibility: hidden;
2820     }
2821 }
2822
2823 // jQuery UI Datepicker
2824 .ui-datepicker {
2825     box-shadow: 1px 1px 3px 0 #666;
2826
2827     table {
2828         border: 0;
2829         border-collapse: collapse;
2830         font-size: .9em;
2831         margin: 0 0 .4em;
2832         width: 100%;
2833     }
2834
2835     th {
2836         background: transparent none;
2837         border: 0;
2838         font-weight: bold;
2839         padding: .7em .3em;
2840         text-align: center;
2841     }
2842 }
2843
2844 .ui-datepicker-trigger {
2845     margin: 0 3px;
2846     vertical-align: middle;
2847 }
2848
2849 // css for timepicker
2850 .ui-timepicker-div {
2851     dl {
2852         text-align: left;
2853
2854         dd {
2855             margin: 0 10px 10px 65px;
2856         }
2857
2858         dt {
2859             height: 25px;
2860             margin-bottom: -25px;
2861         }
2862
2863         td {
2864             font-size: 90%;
2865         }
2866     }
2867
2868     .ui-widget-header {
2869         margin-bottom: 8px;
2870     }
2871 }
2872
2873 .ui-tpicker-grid-label {
2874     background: none;
2875     border: 0;
2876     margin: 0;
2877     padding: 0;
2878 }
2879
2880 .ui_tpicker_second,
2881 .ui_tpicker_millisec,
2882 .ui_tpicker_microsec {
2883     display: none;
2884 }
2885
2886 // jQuery UI Accordion
2887 .ui-accordion-header,
2888 .ui-widget-content .ui-accordion-header {
2889     font-size: 110%;
2890     font-weight: bold;
2891 }
2892
2893 video {
2894     width: 480px;
2895 }
2896
2897 // Bootstrap overrides
2898
2899 nav {
2900     background: #E6F0F2 none;
2901     border: 0;
2902 }
2903
2904 .navbar-collapse {
2905     background: #E6F0F2 none;
2906     box-shadow: none;
2907 }
2908
2909 .navbar-nav {
2910     li {
2911         list-style: none;
2912
2913         &.open {
2914             li {
2915                 a {
2916                     font-weight: normal;
2917                 }
2918             }
2919         }
2920
2921         a {
2922             font-weight: bold;
2923             padding-bottom: .4em;
2924             padding-top: .4em;
2925         }
2926     }
2927 }
2928
2929 .nav .open > a,
2930 .nav .open > a:hover,
2931 .nav .open > a:focus {
2932     background-color: transparent;
2933     border: 0;
2934 }
2935
2936 .nav > li > a:hover,
2937 .nav > li > a:focus {
2938     background-color: transparent;
2939     text-decoration: none;
2940 }
2941
2942 .pagination {
2943     margin:.5em .8em;
2944
2945     .active {
2946         a {
2947             background-color: #5A9EAA;
2948             border-color: #5A9EAA;
2949
2950             &:hover,
2951             &:focus {
2952                 background-color: #5A9EAA;
2953                 border-color: #5A9EAA;
2954             }
2955         }
2956
2957         span {
2958             background-color: #5A9EAA;
2959             border-color: #5A9EAA;
2960
2961             &:hover,
2962             &:focus {
2963                 background-color: #5A9EAA;
2964                 border-color: #5A9EAA;
2965             }
2966         }
2967     }
2968 }
2969
2970 button,
2971 .btn {
2972     border-color: #ADADAD #ADADAD #949494;
2973     font-family: $font-main;
2974
2975     &.btn-link {
2976         border: 0;
2977     }
2978 }
2979
2980 .btn-xs,
2981 .btn-group-xs > .btn {
2982     font-size: 10.5px;
2983     padding: 3px 5px;
2984 }
2985
2986 #toolbar {
2987     .dropdown-menu {
2988         border-top-width: 1px;
2989         font-size: 13px;
2990     }
2991
2992     &.floating {
2993         border-radius: 0;
2994         margin-top: 0;
2995     }
2996 }
2997
2998 #changelanguage {
2999     background: #FFF none;
3000     border-top: 1px solid #EEE;
3001     min-height: $language-footer-min-height;
3002
3003     .dropdown-menu {
3004         > li {
3005             > a,
3006             > span {
3007                 padding: 5px 15px;
3008             }
3009         }
3010     }
3011
3012     .navbar-text {
3013         margin: 0;
3014
3015         span {
3016             display: block;
3017             line-height: 20px;
3018         }
3019     }
3020
3021     .navbar-nav {
3022         li {
3023             a {
3024                 line-height: 20px;
3025             }
3026         }
3027     }
3028 }
3029
3030 .loggedout {
3031     color: #004D99;
3032     font-weight: bold;
3033     padding: .4em .2em;
3034 }
3035
3036 .navbar-fixed-bottom {
3037     .navbar-inner {
3038         min-height: 0;
3039         padding: .4em 0;
3040     }
3041
3042     .nav > li {
3043         border-right: 1px solid #CCC;
3044
3045         > a {
3046             font-weight: normal;
3047         }
3048
3049         &:last-child {
3050             border-right: 0;
3051         }
3052
3053         &.navbar-text {
3054             line-height: normal;
3055             padding: .4em .7em;
3056         }
3057     }
3058 }
3059
3060 .tooltip {
3061     &.bottom {
3062         .tooltip-arrow {
3063             border-bottom-color: #EEE;
3064         }
3065
3066         .tooltip-inner {
3067             background-color: #FFFFFF;
3068             border: 1px solid rgba(0, 0, 0, .2);
3069             box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
3070             color: #000;
3071             font-size: 120%;
3072             padding: 1em;
3073         }
3074     }
3075 }
3076
3077 .separator {
3078     color: #666;
3079     padding: 0 .2em;
3080 }
3081
3082 .close {
3083     filter: none;
3084     float: none;
3085     font-size: inherit;
3086     font-weight: normal;
3087     line-height: 1.5;
3088     opacity: inherit;
3089     position: inherit;
3090     right: auto;
3091     text-shadow: none;
3092     top: auto;
3093
3094     &:hover {
3095         color: inherit;
3096         filter: inherit;
3097         font-size: inherit;
3098         opacity: inherit;
3099     }
3100 }
3101
3102
3103 label {
3104     .radio &,
3105     .checkbox & {
3106         margin-left: 20px;
3107         padding-left: 0;
3108     }
3109 }
3110
3111 .radio {
3112     input {
3113         &[type="radio"] {
3114             margin-left: 0;
3115             position: relative;
3116         }
3117     }
3118 }
3119
3120 .checkbox {
3121     input {
3122         &[type="checkbox"] {
3123             margin-left: 0;
3124             position: relative;
3125         }
3126     }
3127 }
3128
3129 .modal-header {
3130     .closebtn {
3131         margin-top: 4px;
3132     }
3133 }
3134
3135 .closebtn {
3136     color: #000;
3137     filter: alpha(opacity = 20);
3138     float: right;
3139     font-size: 21px;
3140     font-weight: bold;
3141     line-height: 1;
3142     opacity: .2;
3143     text-shadow: 0 1px 0 #FFFFFF;
3144
3145     &:hover,
3146     &:focus {
3147         color: #000;
3148         cursor: pointer;
3149         filter: alpha(opacity = 50);
3150         opacity: .5;
3151         text-decoration: none;
3152     }
3153 }
3154
3155 .modal-body {
3156     background-color: #FFF;
3157     overflow-y: auto;
3158
3159     fieldset,
3160     ol {
3161         background-color: transparent;
3162         border: 0;
3163         margin: 0;
3164         padding: 0;
3165     }
3166 }
3167
3168 .modal-content {
3169     background-color: #EDF4F6;
3170 }
3171
3172 .btn-group {
3173     label,
3174     select {
3175         font-size: 13px;
3176     }
3177 }
3178
3179 .tooltip-inner {
3180     white-space: pre-wrap;
3181 }
3182
3183 pre {
3184     background-color: transparent;
3185     border: 0;
3186     border-radius: 0;
3187     color: inherit;
3188     display: block;
3189     font-size: inherit;
3190     line-height: inherit;
3191     margin: 0;
3192     padding: 0;
3193     word-break: break-all;
3194     word-wrap: break-word;
3195 }
3196
3197 code {
3198     background-color: transparent;
3199     border-radius: 0;
3200     color: inherit;
3201     font-size: inherit;
3202     padding: 0;
3203 }
3204
3205 .pagination > li > a,
3206 .pagination > li > span {
3207     font-weight: bold;
3208 }
3209
3210 // End Bootstrap overrides
3211
3212 .waiting {
3213     cursor: wait;
3214 }
3215
3216 #jobpanel,
3217 #jobstatus,
3218 #jobfailed {
3219     display: none;
3220 }
3221
3222 #jobstatus {
3223     margin: .4em;
3224 }
3225
3226 #jobprogress {
3227     background: url("../img/progress.png") -300px 0 no-repeat;
3228     border: 1px solid #666;
3229     display: inline-block;
3230     height: 10px;
3231     width: 200px;
3232  }
3233
3234 .progress_panel {
3235     border: 2px solid #EEE;
3236     border-radius: 5px;
3237     clear: both;
3238     font-size: 120%;
3239     margin: 1em 0;
3240     padding: 1em;
3241 }
3242
3243 progress {
3244     width: 50%;
3245 }
3246
3247 #selections {
3248     white-space: normal;
3249     width: 100%;
3250
3251     input {
3252         margin: 0 2px;
3253         vertical-align: middle;
3254     }
3255
3256     span {
3257         background-color: #EBF3FF;
3258         border-radius: 5px;
3259         font-size: 75%;
3260         line-height: 240%;
3261         margin: 3px;
3262         padding: 3px;
3263         white-space: nowrap;
3264
3265         &.selected {
3266             background-color: #CCE0FC;
3267         }
3268     }
3269 }
3270
3271 #changepasswordf {
3272     input {
3273         &[type="text"],
3274         &[type="password"] {
3275             font-family: $font-monospace;
3276             font-size: 140%;
3277             padding: .3em;
3278         }
3279     }
3280 }
3281
3282 // Class to be added to toolbar when it starts being fixed at the top of the screen
3283
3284 .floating {
3285     box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .5);
3286     z-index: 100;
3287 }
3288
3289 .inline {
3290     display: inline;
3291 }
3292
3293 .nowrap {
3294     white-space: nowrap;
3295 }
3296
3297 .tag_editor {
3298     background: transparent url("../img/edit-tag.png") top left no-repeat;
3299     display: block;
3300     float: left;
3301     height: 16px;
3302     margin: 4px;
3303     overflow: hidden;
3304     text-indent: 100%;
3305     white-space: nowrap;
3306     width: 16px;
3307 }
3308
3309 .browse-controls {
3310     margin-left: 1.1em;
3311     margin-right: .5em;
3312     padding-bottom: 1em;
3313     padding-top: 1em;
3314 }
3315
3316 #browse-return-to-results {
3317     background-color: #E8F0F6;
3318     border: 1px solid #B9D8D9;
3319     border-bottom-width: 0;
3320     border-top-left-radius: 5px;
3321     border-top-right-radius: 5px;
3322     display: block;
3323     padding: .5em;
3324     text-align: center;
3325 }
3326
3327 .browse-button {
3328     background-color: #FFF;
3329     border: 1px solid #B9D8D9;
3330     color: #004D99;
3331     display: block;
3332     overflow: hidden;
3333     padding: .4em .6em;
3334     text-align: center;
3335     white-space: nowrap;
3336     width: 100%;
3337
3338     &:hover {
3339         background: #FAFAFA;
3340     }
3341 }
3342
3343 span {
3344     &.browse-button {
3345         background: #FAFAFA;
3346         color: #222;
3347     }
3348
3349     &.circ-hlt {
3350         color: #CC0000;
3351         font-weight: bold;
3352     }
3353
3354     &.expired {
3355         color: #990000;
3356         font-style: italic;
3357     }
3358
3359     &.name {
3360         font-style: italic;
3361         font-weight: bold;
3362     }
3363
3364     &.required {
3365         color: #C00;
3366         font-style: italic;
3367         margin-left: .5em;
3368     }
3369
3370     &[class*=" label-"] {
3371         color: #FFF;
3372         display: inline;
3373         font-size: 75%;
3374         font-weight: normal;
3375         padding: .2em .6em .3em;
3376     }
3377 }
3378
3379
3380 .result-biblio-itemtype {
3381     float: right;
3382     font-size: 85%;
3383     margin: .5em;
3384     padding: .5em;
3385     text-align: center;
3386
3387     img {
3388         display: block;
3389         margin: auto;
3390         margin-bottom: 2px;
3391     }
3392 }
3393
3394 #browse-previous {
3395     border-bottom-width: 0;
3396 }
3397
3398 #browse-next {
3399     border-bottom-right-radius: 5px;
3400     border-bottom-left-radius: 5px;
3401 }
3402
3403 .loading-overlay {
3404     background-color: #FFFFFF;
3405     cursor: wait;
3406     height: 100%;
3407     left: 0;
3408     opacity: .7;
3409     position: fixed;
3410     top: 0;
3411     width: 100%;
3412     z-index: 1000;
3413
3414     div {
3415         background: transparent url("../img/loading.gif") top left no-repeat;
3416         font-size: 175%;
3417         font-weight: bold;
3418         height: 2em;
3419         left: 50%;
3420         margin: -1em 0 0 -2.5em;
3421         padding-left: 50px;
3422         position: absolute;
3423         top: 50%;
3424         width: 15em;
3425     }
3426 }
3427
3428 #merge_invoices {
3429     display: none;
3430     margin: 1em auto;
3431 }
3432
3433 #merge {
3434     margin: .5em 0 0;
3435 }
3436
3437 #merge_table {
3438     tr {
3439         &.active {
3440             td {
3441                 background-color: #FFFFCC;
3442             }
3443         }
3444     }
3445 }
3446
3447 input.renew {
3448     margin-right: 1em;
3449 }
3450
3451 .renewals {
3452     display: block;
3453     font-size: .8em;
3454     padding: .5em;
3455 }
3456
3457 .dialog input#renewonholdduedate {
3458     padding: 2px;
3459 }
3460
3461 .date-select {
3462     label {
3463         display: inline-block;
3464         width: 40%;
3465     }
3466 }
3467
3468 #newonholdduedate {
3469     display: none;
3470 }
3471
3472 #transport-types {
3473     padding-top: .5px;
3474 }
3475
3476 #i18nMenu {
3477     .navbar-text {
3478         .currentlanguage {
3479             color: #000;
3480             font-weight: bold;
3481         }
3482     }
3483
3484     a {
3485         &.currentlanguage {
3486             &:link,
3487             &:visited {
3488                 font-weight: bold;
3489             }
3490         }
3491
3492         .sublanguage-selected {
3493             color: #000;
3494             font-weight: bold;
3495         }
3496     }
3497 }
3498
3499 .onsite_checkout-select {
3500     label,
3501     #circ_circulation_issue & {
3502         font-size: inherit;
3503         font-weight: normal;
3504     }
3505 }
3506
3507 .onsite_checkout {
3508     color: #CC0000;
3509 }
3510
3511 .onsite-checkout-only {
3512     background-color: rgba(255, 242, 206, .5);
3513     border: 1px solid #FFF2CE;
3514     border-radius: 4px;
3515 }
3516
3517 .branchgriditem {
3518     background-color: #FFFFFF;
3519     border: 1px solid #B9D8D9;
3520     border-radius: 3px;
3521     display: table-cell;
3522     float: left;
3523     margin: 3px;
3524     padding: .3em;
3525 }
3526
3527 .branchgridrow {
3528     display: table-row;
3529 }
3530
3531 .branchselector {
3532     display: table;
3533 }
3534
3535 .hq-author {
3536     font-weight: bold;
3537 }
3538
3539 #cn_browser_table_wrapper > #cn_browser_table {
3540     margin: auto;
3541     width: 90%;
3542 }
3543
3544 #new_rule {
3545     background-color: #F4F8F9;
3546     border: 2px solid #B9D8D9;
3547     border-radius: 5px;
3548     display: none;
3549     margin: .3em;
3550     padding: .3em;
3551 }
3552
3553
3554 .blocks {
3555     margin-bottom: .3em;
3556 }
3557
3558 .remove_rule {
3559     font-size: 80%;
3560     padding-left: .7em;
3561 }
3562
3563 .underline {
3564     text-decoration: underline;
3565 }
3566
3567 .overline {
3568     text-decoration: overline;
3569 }
3570
3571 .order-control {
3572     padding-right: 5px;
3573 }
3574
3575 #borrower_message {
3576     margin-top: 10px;
3577 }
3578
3579 .form-group {
3580     margin-bottom: 10px;
3581
3582     label {
3583         font-weight: bold;
3584     }
3585 }
3586
3587
3588 .form-message {
3589     background-color: #FFF;
3590     border: 1px solid #A4BEDD;
3591     border-radius: 5px;
3592     margin: 1em;
3593     padding: .5em;
3594 }
3595
3596 .modal-textarea {
3597     width: 98%;
3598 }
3599
3600 #pat_member {
3601     #patron_list_dialog,
3602     #searchresults {
3603         display: none;
3604     }
3605 }
3606
3607 #patron_search {
3608     #filters {
3609         display: none;
3610     }
3611 }
3612
3613 #fixedlengthbuilderaction {
3614     border: 3px solid #E6F0F2;
3615     left: 80%;
3616     padding: 5px;
3617     position: relative;
3618     top: -80px;
3619     width: 12%;
3620 }
3621
3622 #interlibraryloans {
3623     #dataPreviewLabel {
3624         margin: .3em 0;
3625     }
3626
3627     .bg-info {
3628         overflow: auto;
3629         position: relative;
3630     }
3631
3632     .format {
3633         h4 {
3634             margin-bottom: 20px;
3635         }
3636
3637         h5 {
3638             margin-top: 20px;
3639         }
3640
3641         input {
3642             margin: 10px 0;
3643         }
3644
3645         li {
3646             list-style: none;
3647         }
3648     }
3649
3650     #add-new-fields {
3651         margin: 1em;
3652     }
3653
3654     #column-toggle,
3655     #reset-toggle {
3656         font-weight: 700;
3657         line-height: 1.5em;
3658         margin: 15px 0;
3659     }
3660
3661     #freeform-fields {
3662         .custom-name {
3663             margin-right: 1em;
3664             text-align: right;
3665             width: 9em;
3666         }
3667
3668         .delete-new-field {
3669             margin-left: 1em;
3670         }
3671     }
3672
3673     #search-summary {
3674         position: absolute;
3675         top: 50%;
3676         transform: translateY(-50%);
3677     }
3678 }
3679
3680 .ill-view-panel {
3681     margin-top: 15px;
3682
3683     .notesopac {
3684         display: inline-block;
3685     }
3686 }
3687
3688 #illfilter_dateplaced_start,
3689 #illfilter_datemodified_start,
3690 #illfilter_dateplaced_end,
3691 #illfilter_datemodified_end {
3692     width: 80%;
3693 }
3694
3695 #requestattributes {
3696     font-family: monospace;
3697     line-height: 1.3em;
3698 }
3699
3700 #ill-requests {
3701     width: 100% !important;
3702 }
3703
3704 .ar-title, .hq-title {
3705     .biblio-title {
3706         font-weight: bold;
3707     }
3708 }
3709
3710 #stockrotation {
3711     h3 {
3712         margin: 30px 0 10px 0;
3713     }
3714     .dialog {
3715         h3 {
3716             margin: 10px 0;
3717         }
3718         margin-bottom: 20px;
3719     }
3720     .highlight_stage {
3721         font-weight: bold;
3722     }
3723 }
3724
3725 #catalog_stockrotation .highlight_stage {
3726     font-weight: bold;
3727 }
3728
3729 #stockrotation {
3730     #rota_form {
3731         textarea {
3732             width: 300px;
3733             height: 100px;
3734         }
3735         #name {
3736             width: 300px;
3737         }
3738         fieldset {
3739             width: auto;
3740         }
3741     }
3742     #stage_form fieldset, #add_rota_item_form fieldset {
3743         width: auto;
3744     }
3745     .dialog.alert {
3746         ul {
3747             margin: 20px 0;
3748         }
3749         li {
3750             list-style-type: none;
3751         }
3752     }
3753 }
3754
3755 #catalog_stockrotation {
3756     .item_select_rota {
3757         vertical-align: middle;
3758     }
3759     h1 {
3760         margin-bottom: 20px;
3761     }
3762 }
3763
3764 #stockrotation td.actions, #catalog_stockrotation td.actions {
3765     vertical-align: middle;
3766 }
3767
3768 #stockrotation .stage, #catalog_stockrotation .stage {
3769     display: inline-block;
3770     padding: 5px 7px;
3771     margin: 3px 0 3px 0;
3772     border-radius: 5px;
3773     background-color: rgba(0, 0, 0, 0.1);
3774 }
3775
3776 #stage_list_headings {
3777     font-weight: bold;
3778     span {
3779         padding: 3px;
3780     }
3781 }
3782
3783 #manage_stages {
3784     ul {
3785         padding-left: 0;
3786     }
3787     li {
3788         list-style: none;
3789         margin-bottom: 5px;
3790         span {
3791             padding: 6px 3px;
3792         }
3793     }
3794     .stagename {
3795         width: 15em;
3796         display: inline-block;
3797     }
3798     .stageduration {
3799         width: 10em;
3800         display: inline-block;
3801     }
3802     .stageactions {
3803         display: inline-block;
3804     }
3805     li:nth-child(odd) {
3806         background-color: #F3F3F3;
3807     }
3808     .drag_handle {
3809         margin-right: 6px;
3810         cursor: move;
3811     }
3812     .drag_placeholder {
3813         height: 2em;
3814         border: 1px dotted #aaa;
3815     }
3816     h3 {
3817         display: inline-block;
3818     }
3819     #ajax_status {
3820         display: inline-block;
3821         border: 1px solid #bcbcbc;
3822         border-radius: 5px;
3823         padding: 5px;
3824         margin-left: 10px;
3825         background: #f3f3f3;
3826     }
3827     #manage_stages_help {
3828         margin: 20px 0;
3829     }
3830 }
3831
3832 #helper {
3833     span {
3834         display: none;
3835     }
3836 }
3837
3838 #logged-in-info-full {
3839     display: none;
3840 }
3841
3842 .loggedin-menu-label {
3843     color: #777;
3844     font-size: 12px;
3845     line-height: 1.42857143;
3846     padding: 4px 12px;
3847     white-space: nowrap;
3848
3849     span {
3850         color: #000;
3851         font-weight: bold;
3852     }
3853
3854     &.divider {
3855         padding: 0;
3856     }
3857 }
3858
3859 .lastborrower {
3860     background-color: #E6F0F2;
3861     border: 1px solid #95C6D0;
3862     box-shadow: 1px 1px 1px 0 #999;
3863     color: #CC0000;
3864     margin: .4em 0;
3865     padding: .3em .5em .3em .5em;
3866 }
3867
3868 #lastborrower-ref {
3869     border-radius: 5px 0px 0px 5px;
3870     float: left;
3871 }
3872
3873 #lastborrower-remove {
3874     border-radius: 0px 5px 5px 0px;
3875     cursor: pointer;
3876     float: right;
3877 }
3878
3879 #lastborrower-window {
3880     display: none;
3881     position: absolute;
3882     right: 5px;
3883     top: 100px;
3884 }
3885
3886 /* ==== MODULE LINKS - Start ==== */
3887 .buttons-list {
3888     // List containing the module links
3889     margin-bottom: 30px;
3890     padding: 0;
3891
3892     li {
3893         // Standard attributes for the list elements
3894         list-style-type: none;
3895
3896         a {
3897             &.circ-button {
3898                 // Class used for each module link
3899                 background-color: #F4F8F9;
3900                 background-position: 5px 3px;
3901                 background-repeat: no-repeat;
3902                 border: 2px solid #B9D8D9;
3903                 border-radius: 6px;
3904                 box-sizing: content-box;
3905                 color: #000000;
3906                 display: block;
3907                 font-size: 110%;
3908                 font-weight: bold;
3909                 margin: .5em 0;
3910                 max-width: 260px;
3911                 padding: 8px;
3912                 text-decoration: none;
3913
3914                 &:hover {
3915                     // Class used for each module link hover state
3916                     border-color: #538200;
3917                     color: #538200;
3918                 }
3919             }
3920         }
3921     }
3922 }
3923
3924 .about h2 {
3925     border-bottom: 1px solid #B9D8D9;
3926     padding: .5em .2em;
3927     margin:  .5em 0;
3928 }
3929
3930 .columns-3 {
3931     columns: 3 auto;
3932     column-gap: 2.5em;
3933 }
3934
3935 .columns-4 {
3936     columns: 4 auto;
3937     column-gap: 2em;
3938 }
3939
3940 // ==== MODULE LINKS - End ====
3941
3942 #catalog-search-link {
3943     border-right: 1px solid lighten( #E6F0F2, 15% );
3944     padding-right: .3em;
3945 }
3946
3947 #catalog-search-dropdown {
3948     padding: 0;
3949
3950     & > a {
3951         border-left: 1px solid darken( #B4D2D8, 5% );
3952         margin-right: .6em;
3953         padding: .4em .6em;
3954
3955         &:hover,
3956         &.catalog-search-dropdown-hover {
3957             background-color: darken( #E6F0F2, 5% );
3958             border-left: 1px solid darken( #B4D2D8, 15% );
3959         }
3960     }
3961 }
3962
3963 .adlibris-cover {
3964     max-height: 120px;
3965 }
3966
3967 .adlibris-cover-big {
3968     max-height: 200px;
3969 }
3970
3971 #tools_holidays {
3972     .radio,
3973     .checkbox {
3974         label {
3975             margin-left: 0;
3976         }
3977     }
3978 }
3979
3980 /* Permissions */
3981
3982 #permissionstree {
3983     display: inline-block;
3984
3985     label {
3986         cursor: pointer;
3987
3988         &:hover {
3989             color: #004d99;
3990         }
3991     }
3992 }
3993
3994 .main_permission {
3995     font-size: 110%;
3996     font-weight: bold;
3997 }
3998
3999 .permissioncode {
4000     color: #666;
4001     font-style: italic;
4002 }
4003
4004 .permission-highlight {
4005     background-color: #FFC !important;
4006 }
4007
4008 .togglechildren_on,
4009 .togglechildren_off {
4010     float: right;
4011 }
4012
4013 .togglechildren_off,
4014 .children {
4015     display: none;
4016 }
4017
4018 .open {
4019     .togglechildren_off {
4020         display: inline;
4021     }
4022
4023     .togglechildren_on {
4024         display: none;
4025     }
4026 }
4027
4028 .parent {
4029     border: 1px solid #DDD;
4030     border-bottom-width: 0;
4031     padding: 5px;
4032
4033     &:last-child {
4034         border-bottom-width: 1px;
4035     }
4036
4037     &:nth-child(odd) {
4038         background-color: #F8F8F8;
4039     }
4040 }
4041
4042
4043 .superlibrarian-hint {
4044     color: #000;
4045     padding: .2em 0;
4046     text-indent: 2em;
4047 }
4048
4049 .child-flags {
4050     background-color: #FFF;
4051     border: 1px solid #DDD;
4052     border-bottom-width: 0;
4053     margin: 0 5px 0 20px;
4054     padding: 5px;
4055
4056     &:first-child {
4057         margin-top: 10px;
4058     }
4059
4060     &:last-child {
4061         border-bottom-width: 1px;
4062     }
4063
4064     &:nth-child(odd) {
4065         background-color: #EEE;
4066     }
4067 }
4068
4069 .header-menu-link {
4070     display: none;
4071     font-weight: bold;
4072     padding: .4em .6em;
4073 }
4074
4075 #user-menu {
4076     position: absolute;
4077     right: 5px;
4078     top: 0;
4079 }
4080
4081 div#makechart ol li {
4082     list-style: none;
4083 }
4084
4085 @media (min-width: 200px) {
4086
4087 }
4088
4089 @media (max-width: 767px) {
4090     .header-menu-link {
4091         display: inline-block;
4092     }
4093
4094     #catalog-search-link {
4095         display: none;
4096         padding: 0;
4097     }
4098
4099     #cartmenulink {
4100         background: transparent none;
4101         padding-left: 1.5em;
4102     }
4103
4104     #changelanguage {
4105         li {
4106             float: left;
4107
4108             li {
4109                 float: none;
4110             }
4111         }
4112
4113         .open {
4114             .dropdown-menu {
4115                 background-color: #FFF;
4116                 border: 1px solid #ccc;
4117                 position: absolute;
4118             }
4119         }
4120     }
4121
4122     #header {
4123         background-color: #FFF;
4124         border: 1px solid #CCC;
4125         margin-bottom: 1em;
4126
4127         a {
4128             font-weight: normal;
4129             padding-left: 1.5em;
4130
4131             &:hover {
4132                 background-color: #0070A9;
4133                 color: #FFF;
4134             }
4135         }
4136
4137         ul {
4138             border: 0;
4139             box-shadow: unset;
4140             float: none;
4141             left: auto;
4142             position: relative;
4143             right: auto;
4144
4145             &.dropdown-menu {
4146                 display: block;
4147             }
4148         }
4149
4150         .dropdown-menu {
4151             li {
4152                 a {
4153                     color: #004D99;
4154
4155                     &:hover {
4156                         color: #FFF;
4157                     }
4158                 }
4159             }
4160         }
4161
4162         .dropdown-toggle {
4163             display: none;
4164         }
4165     }
4166
4167     h1#logo {
4168         float: none;
4169         margin: auto;
4170     }
4171
4172     #marcPreview {
4173         margin: 0;
4174         width: auto;
4175     }
4176
4177     .navbar-fixed-bottom .nav > li {
4178         border-right: 0;
4179     }
4180
4181     #user-menu {
4182         .open {
4183             .dropdown-menu {
4184                 background-color: #FFF;
4185                 border: 1px solid #ccc;
4186                 position: absolute;
4187             }
4188         }
4189
4190         li {
4191             float: left;
4192
4193             li {
4194                 float: none;
4195             }
4196         }
4197     }
4198 }
4199
4200 @media (max-width: 768px) {
4201     .navbar-nav {
4202         li {
4203
4204             a {
4205                 padding: .4em .6em;
4206             }
4207         }
4208     }
4209 }
4210
4211 @media only screen and ( max-width: 768px ) {
4212     .browse-button {
4213         display: inline-block;
4214         width: 50%;
4215     }
4216
4217     #browse-previous {
4218         border-bottom-left-radius: 5px;
4219         border-bottom-width: 1px;
4220         border-right-width: 0;
4221     }
4222
4223     #browse-next {
4224         border-bottom-left-radius: 0;
4225         border-bottom-right-radius: 5px;
4226     }
4227 }
4228
4229 @media (min-width: 800px) {
4230
4231
4232
4233     #helper {
4234         i {
4235             display: none;
4236         }
4237
4238         span {
4239             display: inline;
4240         }
4241     }
4242
4243     #logged-in-info-full {
4244         display: inline;
4245     }
4246
4247     #logged-in-info-brief {
4248         display: none;
4249     }
4250
4251     .loggedin-menu-label {
4252         display: none;
4253     }
4254 }
4255
4256 @media only screen and ( min-width: 1200px ) {
4257     .browse-button {
4258         display: inline-block;
4259         width: 50%;
4260     }
4261
4262     #browse-previous {
4263         border-bottom-left-radius: 5px;
4264         border-bottom-width: 1px;
4265         border-right-width: 0;
4266     }
4267
4268     #browse-next {
4269         border-bottom-left-radius: 0;
4270         border-bottom-right-radius: 5px;
4271     }
4272 }