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