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