fb09d5131a5cf8c80688d6da23debe06ed314969
[koha_ffzg] / koha-tmpl / intranet-tmpl / prog / css / staff-global.css
1 @import url("../../lib/yui/reset-fonts-grids.css") screen;
2
3 input:focus, textarea:focus {
4     border-color:#538200;
5     border-style:solid;
6     border-radius: 4px;
7 }
8
9 ::selection      { background:#538200; color:#ffffff; /* Safari and Opera */ }
10 ::-moz-selection  { background:#538200; color:#ffffff; /* Firefox */ }
11
12 a, a:link, a:visited,
13 a.btn:link, a.btn:visited {
14     color : #004d99;
15     text-decoration: none;
16 }
17
18 table .btn-group {
19     white-space: nowrap;
20 }
21
22 table .btn-group .btn {
23     float: none;
24     display: inline-block;
25 }
26
27 a:hover, a:active {
28     color : #538200;
29     text-decoration: none;
30 }
31
32 .overdue,
33 .debit {
34         color : #cc0000;
35 }
36
37 a.popup {
38     background : transparent url("../img/pop-up-link.png") center right no-repeat;
39         padding-right : 15px;
40 }
41
42 body {
43         text-align : left;
44     padding:0 0 4em 0;
45   font-family: arial, verdana, helvetica, sans-serif;
46 }
47
48 br.clear {
49         clear : both;
50         line-height : 1px;
51 }
52
53 form {
54         display : inline;
55 }
56
57 form.confirm {
58         display : block;
59         text-align : center;
60 }
61
62 h1 {
63         font-size : 161.6%;
64         font-weight : bold;
65 }
66
67 h2 {
68         font-size : 146.5%;
69         font-weight : bold;
70 }
71
72 h3 {
73         font-size : 131%;
74         font-weight : bold;
75 }
76
77 h4 {
78         font-size : 116%;       
79         font-weight : bold;
80 }
81
82 h5 {
83         font-size : 100%;       
84         font-weight : bold;
85 }
86
87 h6 {
88         font-size : 93%;
89         font-weight : bold;
90 }
91
92 h1,h2,h3,h4,h5,h6 {
93         margin : .3em 0;
94 }
95
96 p {
97         margin: .5em 0 .5em 0;
98 }
99
100 strong {
101         font-weight : bold;
102 }
103
104 strong em {
105         font-weight : bold;
106         font-style : italic;
107 }
108
109 em, cite {
110         font-style : italic;
111 }
112
113 em strong {
114         font-weight : bold;
115         font-style : italic;
116 }
117
118 input, textarea {
119     padding : 2px 4px;
120     line-height: normal;
121 }
122
123 input[type="checkbox"], input[type="radio"] {
124     vertical-align: middle;
125     margin: 0;
126 }
127
128 label, .label {
129     display: inline;
130     font-weight: normal;
131     font-size: inherit;
132     max-width: inherit;
133     padding: 0;
134     color: black;
135     margin-bottom: 0;
136     vertical-align: middle;
137 }
138
139 label input[type="checkbox"],
140 label input[type="radio"],
141 .label input[type="checkbox"],
142 .label input[type="radio"] {
143     margin-top: 0;
144 }
145
146
147 .subfield-label {
148     font-style : italic;
149 }
150
151 .subfield-label span.subfield-code {
152     font-weight : bold;
153 }
154
155 .members-update-table {
156     padding-top: 10px;
157 }
158
159 #navmenulist li {
160         padding : .2em 0;
161     list-style-image : url("../img/arrow-bullet.gif");
162         border-bottom : 1px solid #EEE;
163 }
164
165 #navmenulist li a {
166         text-decoration : none;
167 }
168
169 #doc, #doc1, #doc2, #doc3 {
170         padding-top : 1em;
171 }
172
173 #login_controls  {
174         position : absolute;
175         right : .5em;
176     padding: .4em .5em;
177 }
178
179 ul {
180         padding-left : 1.1em;
181 }
182
183 ul li {
184         list-style-type : disc;
185 }
186
187 ul li li {
188         list-style-type : circle;
189 }
190
191 ol {
192         padding-left : 1.5em;
193 }
194
195 ol li {
196         list-style : decimal;
197 }
198
199 .gradient {
200     background-image: linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
201     background-image: -o-linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
202     background-image: -moz-linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
203     background-image: -webkit-linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
204     background-image: -ms-linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
205
206     background-image: -webkit-gradient(
207         linear,
208         left top,
209         left bottom,
210         color-stop(0.1, rgb(230, 240, 242)),
211         color-stop(0.99, rgb(255,255,255))
212     );
213     display: inline-block;
214     width:100%;
215 }
216
217 .clearfix:after {
218     content: ".";
219     display: block;
220     height: 0;
221     clear: both;
222     visibility: hidden;
223 }
224
225 .clearfix {
226     display: inline-block;
227 }
228
229 /* Hides from IE-mac \*/
230 * html .clearfix {height: 1%;}
231 .clearfix {display: block;}
232 /* End hide from IE-mac */
233
234 table {
235         border-collapse : collapse;
236         border-top : 1px solid #BCBCBC;
237         border-right : 1px solid #BCBCBC;
238 }
239
240 table.invis,
241 table.invis tr,
242 table.invis td,
243 tr.highlight table.invis td {
244         border : none;
245 }
246
247 td, th {
248         border-bottom : 1px solid #BCBCBC;
249         border-left : 1px solid #BCBCBC;
250         padding : .2em .3em;
251 }
252
253 td {
254         background-color : White;
255         vertical-align : top;
256 }
257
258 table.indexes td {
259     vertical-align : middle;
260 }
261
262 td.actions {
263     white-space: nowrap;
264 }
265
266 td.borderless {
267     border-collapse : separate;
268     border : 0 none;
269 }
270
271 td.data,
272 th.data {
273         font-family : "Courier New", Courier, monospace;
274         text-align : right;
275 }
276
277 th {
278         background-color : #E8E8E8;
279         font-weight : bold;
280         text-align : center;
281 }
282
283 table+table {
284         margin-top : 1em;
285 }
286
287 #editions table, #editions td {
288         border : 0;
289 }
290
291 .highlighted-row,
292 .highlighted-row td { background-color: #FFD000 !important }
293
294 tbody tr:nth-child(odd) td {
295         background-color : #F3F3F3;
296     border : 1px solid #BCBCBC;
297     border-right : 1px solid #BCBCBC;
298 }
299
300 .overdue td.od {
301         color : #cc0000;
302         font-weight : bold;
303 }
304
305 tr.warn td,
306 tr.warn:nth-child(odd) td {
307         background-color: #FF9090;
308 }
309
310 tr.ok td,
311 tr.ok:nth-child(odd) td,
312 tr.ok:nth-child(even) td {
313  background-color: #FFFFCC;
314 }
315
316 tr.onissue td {
317         background-color: #FFFFCC;
318 }
319
320 tr.odd.onissue td {
321         background-color: #FFFFE1;
322 }
323
324 tr.clickable {
325         cursor: pointer;
326 }
327
328 .table_borrowers tr:hover td {
329         background-color: #ffff99;
330 }
331
332 tfoot td {
333         background-color : #f3f3f3;
334         font-weight : bold;
335 }
336
337 td.total {
338         text-align : right;
339 }
340
341 caption {
342     font-size : 133.9%;
343     font-weight : bold;
344     margin : .3em 0;
345     color: black;
346 }
347
348 .problem {
349         background-color : #FFFFCC;
350         color : #990000;
351         font-weight : bold;
352         line-height : 1.7em;
353 }
354
355 fieldset {
356         margin : 1em 1em 1em 0;
357         padding : 1em;
358     background-color:#f4f8f9;
359     border:2px solid #b9d8d9;
360     border-radius:5px;
361 }
362
363 fieldset.lastchecked {
364     margin-bottom : 0;
365     border-bottom-width: 0;
366     border-bottom-left-radius: 0;
367     border-bottom-right-radius: 0;
368 }
369
370 legend {
371     font-size : 123.1%;
372     font-weight : bold;
373     border:2px solid #b9d8d9;
374     background-color:#ffffff;
375     border-radius:3px;
376     padding: 0.2em 0.5em;
377     width: auto;
378 }
379
380 #floating-save {
381     background-color: rgba(185, 216, 217, 0.6);
382     bottom: 3%;
383     position: fixed;
384     right: 1%;
385     width: 150px;
386 }
387
388 #breadcrumbs {
389     background-color : #e6f0f2;
390     clear : both;
391     font-size : 90%;
392     padding :.2em .5em .4em 10px;
393     margin : 0;
394 }
395
396 #header+#breadcrumbs {
397         margin-top : 1em;
398 }
399
400 #header>.container-fluid {
401     padding: 0;
402 }
403
404 div.justify {
405     text-align: justify;
406 }
407
408 div#header_search {
409         background-position : .5em .5em;
410         background-repeat : no-repeat;
411         float: left;
412         margin: .3em 0 .5em 0;
413 }
414
415 div#header_search input {
416         font-size : 1.3em;
417 }
418
419 div#header_search div.residentsearch {
420         border : 0;
421     border-bottom : 1px solid #85ca11;
422         padding : 0 0 .2em 0;
423 }
424
425 .head-searchbox {
426     width: 30em;
427 }
428
429 div#reserves,div#checkouts {
430         border : 1px solid #B9D8D9;
431         padding : 1em;
432 }
433
434 .tip {
435         font-size: 93%;
436         color : Gray;
437 }
438
439 .single-line {
440         white-space: nowrap;
441 }
442
443 .ex {
444         font-family : "Courier New", Courier, fixed-width;
445         font-weight : bold;
446 }
447
448
449 div.yui-b h5 {
450         font-size : 100%;
451         margin : .5em 0;
452 }
453
454 dt {
455         font-weight : bold;
456 }
457
458 dd {
459         padding : .2em;
460         font-size : 90%;
461         text-indent : 2.5em;
462         font-weight : normal;
463 }
464
465 div#toolbar,
466 .btn-toolbar {
467     background-color : #EDF4F6;
468     padding: 5px 5px 5px 5px;
469     margin: 0;
470     border-radius: 5px 5px 0 0;
471     border: 1px solid #E6F0F2;
472 }
473
474 ul.toolbar {
475         padding-left : 0;
476 }
477
478 ul.toolbar button {
479         padding-bottom : 2px;
480         font-family: arial, verdana, helvetica, sans-serif;
481 }
482
483 #disabled a {
484         color: #999;
485 }
486 #disabled2 a {
487  color: #999;
488 }
489 #disabled a:hover {
490         color : #999;
491 }
492 a.highlight_toggle {
493     display : none;
494 }
495
496 ul.toolbar li {
497         display : inline;
498         list-style : none;
499 }
500
501 div.patroninfo {
502         margin-top : -.5em;
503 }
504
505 *html div.patroninfo {
506         margin-right : .5em;
507 }
508
509 div.patroninfo h5 {
510     border-right:1px solid #b9d8d9;
511         margin-bottom : 0;
512         padding-left : -.5em;
513         padding-top : .3em;
514         padding-bottom : .5em;
515 }
516
517 div.patroninfo h5:empty {
518     border-right: none;
519 }
520
521 div.patroninfo ul {
522         border : 0;
523     border-right:1px solid #b9d8d9;
524         border-bottom : 0;
525         border-top : 0;
526         padding : 0;
527         margin : 0;
528 }
529
530 div.patroninfo ul li {
531         margin : 0;
532 }
533
534 div.patroninfo ul li {
535         list-style-type : none;
536 }
537
538 #patronbasics div {
539     background: transparent url("../img/patron-blank.min.svg") 10px 5px no-repeat;
540     border: 1px solid #CCCCCC;
541     height: 125px;
542     margin: .3em 0 .3em .3em;
543     padding: 0;
544     width: 105px;
545 }
546
547 #patronimage {
548     border: 1px solid #CCCCCC;
549     max-width : 140px;
550     margin: .3em 0 .3em .3em;
551     padding: .2em;
552     width:auto !important;
553     width:130px;
554 }
555
556 div.patronviews {
557         border-right :  1px solid #000;
558         border-top : 1px solid #000;
559         margin-bottom : .5em;
560         padding : .5em 0 .5em 0;
561 }
562 }
563
564 .column-tool {
565         font-size: 80%;
566 }
567
568 fieldset.brief {
569     border : 2px solid #B9D8D9;
570 }
571
572 fieldset.brief label,
573 fieldset.brief span.label {
574         display : block;
575         font-weight : bold;
576         padding : .3em 0;
577 }
578
579 fieldset.brief ol, fieldset.brief li {
580         list-style-type : none;
581 }
582
583 .hint {
584     color : #666;
585         font-size : 95%;
586 }
587
588 fieldset.brief div.hint,
589 fieldset.rows div.hint,
590 div.yui-u div.hint {
591     margin-bottom : .4em;
592 }
593
594 fieldset.rows div.hint {
595     margin-left : 7.5em;
596 }
597
598 div.yui-b fieldset.brief {
599         padding : .4em .7em;
600 }
601
602 div.yui-b fieldset.brief ol {
603         font-size : 85%;
604         margin : 0;
605         padding : 0;
606 }
607
608 div.yui-b fieldset.brief select {
609         width: 12em;
610 }
611 div.yui-b fieldset.brief li.radio {
612         padding : .7em 0;
613 }
614 div.yui-b fieldset.brief li.radio label,
615 div.yui-b fieldset.brief li.checkbox label,
616 div.yui-b fieldset.brief li.dateinsert label,
617 div.yui-b fieldset.brief li.dateinsert span.label,
618 div.yui-b fieldset.brief li.radio span.label {
619         display : inline;
620 }
621
622 div.yui-b fieldset.brief li.radio input {
623         padding:0.3em 0;
624 }
625
626 div.yui-b fieldset.brief fieldset {
627         margin : 0 .3em;
628         padding : .5em;
629 }
630
631 div.yui-b fieldset.brief fieldset legend {
632         font-size : 85%;
633 }
634
635 #tools_holidays fieldset.brief li.radio input,
636 #tools_holidays fieldset.brief li.checkbox input{
637     margin-left: 0;
638 }
639
640 #tools_holidays fieldset.brief li.radio label,
641 #tools_holidays fieldset.brief li.checkbox label {
642     margin-left: 20px;
643 }
644
645 fieldset.rows {  
646 border-width : 1px;
647 border:2px solid #b9d8d9;
648 float : left;
649 font-size : 90%;
650 clear : left;
651 margin: .9em 0 0 0;
652 padding: 0;
653 width: 100%; 
654 }
655
656 fieldset.rows.unselected {
657     background-color: white;
658     border-width : 0px;
659     border: 0;
660 }
661
662 fieldset.rows legend {  
663         margin-left: 1em;
664         font-weight: bold;
665         font-size : 110%;
666 }
667
668 fieldset.rows label, fieldset.rows span.label {  
669         float: left;  
670         font-weight : bold;
671         width: 6em;  
672         margin-right: 1em;  
673         text-align: right;
674 }
675
676 fieldset.rows fieldset {
677     background-color: transparent;
678         border-width : 1px;
679     margin : 1em;
680         padding : .3em;
681 }
682
683 .yui-b fieldset.rows label, .yui-b fieldset.rows span.label {  
684         width: 9em;  
685 }
686
687 .yui-b fieldset.rows td label, .yui-b fieldset.rows td span.label {
688         width: auto;
689 }
690
691 .yui-b fieldset.rows div.hint {
692         margin-left : 10.5em;
693 }
694
695 .yui-u fieldset.rows label, .yui-u fieldset.rows span.label {  
696         width: 10em;  
697 }
698
699 .yui-u fieldset.rows div.hint {
700         margin-left : 7.5em;
701 }
702
703 fieldset.rows.left label, fieldset.rows.left span.label {
704         width : 8em;
705         text-align : left;      
706 }
707
708 fieldset.rows ol {  
709 padding: 1em 1em 0 1em;  
710 list-style-type: none;
711 }
712
713 fieldset.rows li {  
714 float : left;
715 clear : left;
716 padding-bottom: 1em;
717 list-style-type: none;
718 width: 100%; 
719 }
720
721 fieldset.rows.left li {
722         padding-bottom : .4em;
723 }
724
725 fieldset.rows li.radio {
726         padding-left: 9em;
727         width : auto;
728 }
729
730 fieldset.rows li.radio label {
731         float : none;
732         width : auto;
733         margin : 0 0 0 1em;
734 }
735
736 fieldset.rows ol.radio label {
737         width : auto;
738         float : none;
739         margin-right : 30px;
740         margin-left: 20px;
741         padding-left: 0;
742         vertical-align: middle;
743 }
744
745 fieldset.rows li.radio input + label {
746     margin-left: 0;
747     padding-left: 0;
748 }
749
750 fieldset.rows ol.radio input[type="checkbox"],
751 fieldset.rows ol.radio input[type="radio"] {
752     margin-left: -20px;
753 }
754
755 fieldset.rows ol.radio label.radio {
756         float : left;
757         width : 9em;
758         margin-right : 1em;
759         margin-top: 0;
760 }
761
762 fieldset.rows caption {
763     font-size : 120%;
764 }
765
766 fieldset.rows p {
767     margin : 1em 0 1em 1em;
768 }
769
770 fieldset.rows table {
771         font-size : 105%;
772         clear : both;
773         margin : 1em 0 1em 1em;
774 }
775
776 fieldset.rows td label {
777         float : none;
778         font-weight : normal;
779         width : auto;
780 }
781
782 fieldset.rows label.yesno {
783         float : none;
784         width : auto;
785 }
786
787 fieldset.rows label.error {
788         float: none;
789         margin-left: 1em;
790         width: auto;
791 }
792
793 fieldset.action, div.action {
794     background-color: transparent;
795     clear : both;
796     float : none;
797     border : 0px;
798     margin: 0.9em 0 0 0;
799     padding: 0.4em;
800     width: auto;
801 }
802
803 .btn-toolbar fieldset.action {
804     margin-top: 0;
805 }
806
807 fieldset.rows li[aria-disabled="true"] {
808     color: #999;
809 }
810
811 div.rows+div.rows {
812     margin-top : .6em;
813 }
814
815 div.rows {
816 float : left;
817 clear : left;
818 margin: 0 0 0 0;  
819 padding: 0;
820 width: 100%; 
821 }
822
823
824 div.rows span.label {  
825         float: left;  
826         font-weight : bold;
827         width: 9em;
828         margin-right: 1em;  
829         text-align: left;
830         padding-top: 0;
831 }
832
833 .rows .label {
834     white-space: normal;
835 }
836
837 div.rows ol {  
838 padding: .5em 1em 0 0;  
839 list-style-type: none;
840 }
841
842 div.rows ol li li {
843         border-bottom: 0;
844 }
845
846 div.rows li {
847 border-bottom :  1px solid #EEE;
848 float : left;
849 clear : left;
850 padding-bottom: .2em;
851 padding-top: .1em;
852 list-style-type: none;
853 width: 100%; 
854 }
855
856 a.cancel {
857         padding-left : 1em;
858 }
859
860 fieldset.rows fieldset.action {
861         padding : 1em;
862 }
863
864 fieldset.brief label.inline,
865 fieldset.rows label.inline {
866         display : inline;
867         float : none;
868         margin-left : 1em;
869         width : auto;
870 }
871
872 fieldset.rows .inputnote {
873         clear : left;
874         float : left;
875         margin : 1em 0 0 11em;
876 }
877
878 .checkedout {
879         color : #999999;
880         font-style : italic;
881 }
882
883 .subfield_not_filled {
884         background-color : #FFFF99;
885 }
886 .content_hidden {
887     visibility:hidden; /* you propably don't need to change this one */
888     display:none;
889 }
890
891 /* the property for the displayed tab */
892 .content_visible {
893     visibility:visible; /* you propably don't need to change this one */
894     display:block;
895 }
896
897 #z3950searcht table {
898         /* doesn't have desired effect in catalogue/results.tmpl - I'll leave this here for now but there do seem to be casscading CSS errors in this and other CSS fiels - RICKW 20081118 */
899         padding: 20px;
900         border: none;
901 }
902
903 #z3950_search_targets {
904     height:     338px;
905     overflow-y: auto;
906 }
907
908 #z3950_search_targets_acq {
909     height:     308px;
910     overflow-y: auto;
911 }
912
913 #z3950_search_targets_auth {
914     height:     348px;
915     overflow-y: auto;
916 }
917
918 .z3950checks {
919     padding-left: 1em;
920 }
921
922 .error {
923        color: #cc0000;
924 }
925
926 .status_ok {
927  background-color: lightgreen;
928 }
929
930 .status_warn {
931  background-color: red;
932 }
933
934 /* Font Awesome icon */
935 i.success {
936     color: green;
937 }
938
939 /* Font Awesome icon */
940 i.error {
941     color: #CC0000;
942 }
943
944 /* Font Awesome icon */
945 i.warn {
946     color: orange;
947 }
948
949 /* For Font Awesome icon bullets */
950 ul.fa-ul li {
951     list-style-type: none;
952 }
953
954 div.error {
955         border : 2px dashed #990000;
956         background-color : #FFFF99;
957         padding : .5em;
958         margin : 1em;
959 }
960
961 input.alert {
962         background-color : #FFFF99;
963         border-color: #900;
964 }
965
966 ol.bibliodetails {
967         float: left;
968         margin : 0 0 1em 1em;
969 }
970
971 ol.bibliodetails li {
972         border-bottom: 1px solid #E8E8E8;
973         list-style-type : none;
974         padding : .1em;
975 }
976
977 ol.bibliodetails span.label {
978         border-right : 1px solid #E8E8E8;
979         float : left;
980         font-weight: bold;
981         width: 12em;  
982         margin-right: 1em;  
983 }
984
985 div.listgroup {
986         clear :  left;
987 }
988
989 div.listgroup h4 {
990         font-style: italic;
991 }
992
993 div.listgroup h4 a {
994         font-size :  80%;
995 }
996
997 div.listgroup input {
998         font-size: 80%;
999 }
1000
1001 div.sysprefs h3 {
1002         margin : .2em 0 .2em .4em;
1003 }
1004
1005 div.sysprefs dl {
1006         margin-left : 1.5em;
1007 }
1008
1009 div.sysprefs div.hint {
1010         width : 25%;
1011         float : right;
1012         padding : .5em;
1013         margin : .7em;
1014 }
1015
1016 tr.highlight td {
1017         background-color : #F6F6F6;
1018         border-color : #BCBCBC;
1019 }
1020
1021 tr.highlight th[scope=row] {
1022         background-color : #DDDDDD;
1023         border-color : #BCBCBC;
1024 }
1025
1026 label.circ_barcode {
1027     font-size: 105%;
1028     font-weight : bold;
1029 }
1030
1031 .checkout-setting {
1032     font-size : 85%;
1033     padding-top : .3em;
1034 }
1035
1036 .checkout-setting label {
1037     font-size : inherit;
1038     font-weight: normal;
1039 }
1040
1041 .checkout-setting input {
1042     vertical-align: middle;
1043 }
1044
1045 .checkout-settings {
1046     background-color: #f4f8f9;
1047     border-radius: 0;
1048     border-top: 2px solid #b9d8d9;
1049     display: none;
1050     margin-left: -1em;
1051     margin-right: -1em;
1052     margin-top: 1em;
1053     padding: 1em 1em 0;
1054 }
1055
1056 #show-checkout-settings {
1057     margin-top: .5em;
1058 }
1059
1060 tr.expired td {
1061         color : #999999;
1062 }
1063
1064 span.expired {
1065         color : #990000;
1066         font-style : italic;
1067 }
1068
1069 div.help {
1070         margin: .9em 0 0 0;  
1071 }
1072
1073 .blocker {
1074         color : #990000;
1075 }
1076
1077 .inaccurate-item-statuses {
1078     color : #990000;
1079 }
1080
1081 .circmessage li {
1082     list-style : url(../img/arrow-bullet.gif);
1083         margin-bottom : .2em;
1084 }
1085
1086 div.circmessage:first-child {
1087         margin-top : 1em;
1088 }
1089
1090 div.circmessage {
1091         padding: 0 .4em .4em .4em;
1092         margin-bottom : .3em;
1093 }
1094
1095 span.circ-hlt {
1096         color : #cc0000;
1097         font-weight : bold;
1098 }
1099
1100 div.first fieldset {
1101         margin-right : 0;
1102 }
1103
1104 #circ_needsconfirmation {
1105         margin : auto;
1106 }
1107
1108 .dialog {
1109         border-radius : 2px;
1110         padding : .5em;
1111         margin : 1em auto;
1112         text-align : center;
1113         width: 65%;
1114 }
1115
1116 .dialog table {
1117         margin : .5em auto;
1118 }
1119
1120 .dialog table th {
1121         text-align : right;
1122 }
1123
1124 .dialog table td {
1125         text-align : left;
1126 }
1127   
1128 .dialog  h2, .dialog h3, .dialog h4 {
1129         margin : auto;
1130         text-align : center;
1131   }
1132   
1133 .dialog input {
1134         background-color : #FFF;
1135         border : 1px solid #bcbcbc;
1136         margin : .4em;
1137         padding : .4em .4em .4em 25px;
1138  }
1139
1140  .dialog input[type="submit"] {
1141         background : #FFF none;
1142  }
1143
1144 td input.approve {
1145         background-color : #FFC;
1146 }
1147
1148 .dialog input:hover {
1149         background-color : #ffc;
1150  }
1151
1152 div.dialog {
1153         border: 1px solid #bcbcbc;
1154     text-align : center;
1155 }
1156
1157 div.alert {
1158         background: #fef8d3; /* Old browsers */
1159         background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */
1160         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef8d3), color-stop(9%,#ffec91), color-stop(89%,#ffed87), color-stop(100%,#f9dc00)); /* Chrome,Safari4+ */
1161         background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */
1162         background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */
1163         background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */
1164         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */
1165         background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */
1166           text-align : center;
1167         border: 1px solid #E0C726;
1168     color : inherit;
1169     text-shadow : none;
1170 }
1171
1172 div.alert strong {
1173         color : #900;
1174 }
1175
1176 .dialog li {
1177     list-style-position:inside;
1178 }
1179
1180 .dialog button {
1181     background: #fff none;
1182     border: 1px outset #999999;
1183     border-top-color: #666;
1184     border-left-color: #666;
1185     margin : .4em;
1186     padding : .4em;
1187     white-space: pre-line;
1188 }
1189
1190 .dialog button:hover {
1191     background-color : #ffc;
1192 }
1193
1194 .dialog button:active {
1195     border : 1px inset #999999;
1196 }
1197
1198 .approve i.fa,
1199 .success i.fa {
1200     color: green;
1201 }
1202
1203 .deny i.fa {
1204     color: #cc0000;
1205 }
1206
1207 .new i.fa {
1208     color: #425FAF;
1209 }
1210
1211 a.document {
1212         background-position : left middle;
1213         background-repeat : no-repeat;
1214         padding-left : 20px;
1215 }
1216
1217 a.pdf {
1218     background-image: url("../img/famfamfam/silk/page_white_acrobat.png");
1219 }
1220
1221 a.csv {
1222     background-image: url("../img/famfamfam/silk/page_white_excel.png");
1223 }
1224
1225 a.xml {
1226     background-image: url("../img/famfamfam/silk/page_white_code.png");
1227 }
1228
1229 a.cartRemove {
1230     color: #cc3333;
1231     font-size : 90%;
1232     margin : 0;
1233     padding: 0;
1234 }
1235
1236 a.incart {
1237     color: #666;
1238 }
1239
1240 div.message {
1241         background: #ffffff; /* Old browsers */
1242         background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */
1243         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#f4f6fa), color-stop(23%,#eaeef5), color-stop(94%,#e8edf6), color-stop(100%,#cddbf2)); /* Chrome,Safari4+ */
1244         background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */
1245         background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */
1246         background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */
1247     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef5', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */
1248         background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */
1249         border : 1px solid #bcbcbc;
1250         text-align: center;
1251         width : 55%;
1252 }
1253
1254 div.message ul,
1255 div.message h5 {
1256         padding-left : 25%;
1257         text-align : left;
1258 }
1259
1260 div.message ul+h4 {
1261         margin-top : .7em;
1262 }
1263
1264 div.note {
1265     background: #f4f6fa;
1266     background: -moz-linear-gradient(top, #f4f6fa 0%, #e8edf6 100%); /* FF3.6+ */
1267     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8edf6)); /* Chrome,Safari4+ */
1268     background: -webkit-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Chrome10+,Safari5.1+ */
1269     background: -o-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Opera11.10+ */
1270     background: -ms-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* IE10+ */
1271     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8edf6',GradientType=0 ); /* IE6-9 */
1272     background: linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* W3C */
1273     border : 1px solid #BCBCBC;
1274     padding : .5em;
1275     margin : .5em 0;
1276 }
1277
1278 div.note i.fa-exclamation {
1279     color: #cc0000;
1280     font-style: italic;
1281     padding: 0 0.3em;
1282 }
1283
1284  div.results {
1285         padding : .7em 0;
1286  }
1287  
1288  .accesskey {
1289         text-decoration : underline;
1290  }
1291  
1292 label.required,
1293 span.required {
1294     color : #C00;
1295 }
1296
1297 span.required {
1298         font-style : italic;
1299         margin-left : .5em;
1300 }
1301
1302 .missing{
1303     background-color : #FFFFCC;
1304 }
1305
1306 .term {
1307     background-color: #FFC;
1308          color : #990000;
1309 }
1310
1311 a .term {
1312          text-decoration : underline;
1313 }
1314
1315 /* style for shelving location in catalogsearch */
1316 .shelvingloc {
1317     display : block;
1318     font-style : italic;
1319 }
1320
1321 a:hover .term {
1322         color : #FF9090;
1323 }
1324
1325 div#menu {
1326     border-right:1px solid #b9d8d9;
1327         margin-right: .5em;
1328         padding-top: 1em;
1329         padding-bottom: 2em;
1330 }
1331
1332 *html #menu li {
1333         display : inline;
1334 }
1335
1336 div#menu li a {
1337         text-decoration: none;
1338         display: block;
1339
1340               background: #e8f0f6; /* Old browsers */
1341         background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */
1342     background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8f0f6), color-stop(96%,#e8f0f6), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1343     background: -webkit-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1344      background: -o-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10+ */
1345    background: -ms-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10+ */
1346        background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
1347         border-top-left-radius: 5px;
1348         border-bottom-left-radius: 5px;
1349     border:1px solid #b9d8d9;
1350         font-size: 111%;
1351         margin: .5em 0;
1352         padding: .4em .3em;
1353         margin-right :  -1px;
1354 }
1355
1356 div#menu li a:hover {
1357      background: #fff; /* Old browsers */
1358    background: -moz-linear-gradient(left, #FAFAFA 0%, #FAFAFA 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1359   background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FAFAFA), color-stop(96%,#FAFAFA), color-stop(97%,#e6e6e6), color-stop(99%,#cccccc), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1360   background: -webkit-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1361      background: -o-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera11.10+ */
1362    background: -ms-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
1363        background: linear-gradient(left, #FAFAFA 0%,#fff 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
1364     border-left: 1px solid #85CA11;
1365     border-top: 1px solid #85CA11;
1366     border-bottom: 1px solid #85CA11;
1367 }
1368
1369 div#menu li.active a:hover {
1370         background-color: #fff;
1371     color :  #538200;
1372 }
1373
1374 #menu ul li {
1375         list-style-type: none;
1376 }
1377
1378 #menu ul li.active a {
1379         background-color: #FFF;
1380         background-image : none;
1381         font-weight: bold;
1382     color:#000000;
1383     border-left: 1px solid #85CA11;
1384     border-top: 1px solid #85CA11;
1385     border-bottom: 1px solid #85CA11;
1386     border-right: 0;
1387 }
1388
1389 h1#logo {
1390         border:0pt none;
1391         float:left !important;
1392         margin:0;
1393         padding:0;
1394         width:180px;
1395 }
1396 h1#logo {
1397     background: transparent url(../img/koha-logo-medium.gif) no-repeat scroll 0%;
1398         margin:0.75em .3em 0.75em .7em;
1399 }
1400
1401 *html h1#logo {
1402         margin : 0.75em .3em 0.75em .3em;
1403 }
1404
1405 h1#logo a {
1406         border:0;
1407         cursor:pointer;
1408         display:block;
1409         height:0px !important;
1410         margin:0;
1411         overflow:hidden;
1412         padding:44px 0 0;
1413         text-decoration:none;
1414         width:180px;
1415 }
1416
1417 #closewindow {
1418         margin-top : 2em;
1419         text-align : center;
1420 }
1421
1422 #closewindow a {
1423         font-weight : bold;     
1424 }
1425
1426 .patroninfo+#menu {
1427         margin-right : 0;
1428 }
1429
1430 .barcode {
1431         font-size :  200%;
1432         vertical-align: middle;
1433 }
1434
1435 li.email {
1436     overflow: hidden;
1437     text-overflow: ellipsis;
1438     white-space: nowrap;
1439 }
1440
1441 .patronbriefinfo li.email {
1442     font-size :  87%;
1443     padding : 0 10px 0 0;
1444     width: 90%;
1445 }
1446
1447 .empty {
1448         color : #CCC;
1449 }
1450
1451 .address {
1452         font-size: 110%;
1453 }
1454
1455 .clearfix:after {
1456     content: "."; 
1457     display: block; 
1458     height: 0; 
1459     clear: both; 
1460     visibility: hidden;
1461 }
1462
1463 /* Hides from IE-mac \*/
1464 * html .clearfix {height: 1%;}
1465 /* End hide from IE-mac */
1466
1467 .title {
1468         font-weight : bold;
1469         font-size : 105%;
1470 }
1471
1472 .hold {
1473         float : right;
1474         font-size: 90%;
1475         margin: 0;
1476 }
1477
1478 .thumbnail {
1479         display : block;
1480         margin : auto;
1481 }
1482
1483 .thumbnails > li {
1484     list-style-type: none;
1485 }
1486
1487 #searchresults ul li {
1488         font-size : 90%;
1489     list-style: url(../img/item-bullet.gif);
1490         padding : .2em 0;
1491         clear : left;
1492 }
1493
1494 #searchresults span.status {
1495         clear : left;
1496         color : #900;
1497         display : block;
1498 }
1499
1500 #searchresults span.unavailable {
1501         clear : left;
1502         display : block;
1503 }
1504
1505 #searchresults .availability strong {
1506         display : block;
1507 }
1508
1509 #searchresults ul li img {
1510         float : left;
1511         margin : 3px 5px 3px -5px;
1512 }
1513
1514 #searchresults table td {
1515         vertical-align : top;
1516 }
1517
1518 #searchheader {
1519      background-color : #E6F0F2;
1520         font-size : 80%;
1521         margin : 0 0 .5em -1px;
1522     padding : .4em 0 .4em 1em;
1523      border-radius : 5px 5px 0 0;
1524    border : 1px solid #B9D8D9;
1525 }
1526
1527 #searchheader .btn-group > .btn:first-child {
1528     margin-left : .7em;
1529 }
1530
1531 #searchheader form {
1532         float : right;
1533   padding : 5px 5px 3px 0;
1534 }
1535
1536 #searchheader form.fz3950 {
1537         float : right;
1538         font-size : 125%;
1539         padding : 0 0 0 5em;
1540 }
1541
1542 #searchheader form.fz3950bigrpad {
1543         float : right;
1544         font-size : 125%;
1545         padding : 5px 25em 0 0;
1546 }
1547
1548 #search-facets ul {
1549         margin : 0;
1550         padding : .3em;
1551 }
1552
1553 #search-facets {
1554     border : 1px solid #B9D8D9;
1555     border-radius: 5px 5px 0 0;
1556 }
1557
1558 #search-facets h4 {
1559      background-color : #E6F0F2;
1560     border-bottom : 1px solid #B9D8D9;
1561      border-radius: 5px 5px 0 0;
1562         font-size : 90%;
1563         margin : 0;
1564         padding : .4em .2em;
1565         text-align : center;
1566 }
1567
1568 #search-facets ul li {
1569         font-weight : bold;
1570         list-style-type : none;
1571 }
1572
1573 #search-facets li li {
1574         font-weight : normal;
1575         font-size : 85%;
1576         margin-bottom : 2px;
1577         padding : .1em .2em;
1578 }
1579
1580 #search-facets li.showmore {
1581         font-weight : bold;
1582         text-indent : 1em;
1583 }
1584
1585 .facet-count {
1586     display: inline-block;
1587 }
1588
1589 div.pages {
1590         margin : .5em 0;
1591 }
1592
1593 div.pages a {
1594         font-weight: bold;
1595         padding: 1px 5px 1px 5px;
1596         text-decoration: none;
1597 }
1598
1599 div.pages a:link,
1600 div.pages a:visited {
1601         background-color : #eeeeee;
1602         color : #3366CC;
1603 }
1604
1605 div.pages a:hover {
1606         background-color : #FFC;
1607 }
1608
1609 div.pages a:active {
1610         background-color : #ffc;
1611 }
1612
1613 div.pages .current,
1614 div.pages .currentPage {
1615         background-color : #e6fcb7;
1616         color : #666;
1617         font-weight: bold;
1618         padding: 1px 5px 1px 5px;
1619 }
1620
1621 div.pages .inactive {
1622         background-color : #f3f3f3;
1623         color : #BCBCBC;
1624         font-weight: bold;
1625         padding: 1px 5px 1px 5px;
1626 }
1627
1628 div.browse {
1629         margin : .5em 0;
1630 }
1631
1632 div#bookcoverimg {
1633         text-align : center;
1634 }
1635
1636 div#header_search input.submit {
1637         font-size : 1em;
1638 }
1639
1640 *html input.submit {
1641         padding : .1em;
1642 }
1643
1644 input[type=submit]:active, input[type=button]:active, button:active, a.submit:active {
1645         border : 1px inset #999999;
1646 }
1647
1648 input[type=submit], input[type=reset], input[type=button], input.submit, button, a.submit {
1649         border: 1px outset #999999;
1650         border-top-color: #666;
1651         border-left-color: #666;
1652         padding: 0.25em;
1653         background: #ffffff; /* Old browsers */
1654         background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 35%, #e0e0e0 100%); /* FF3.6+ */
1655         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
1656         background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
1657         background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Opera11.10+ */
1658         background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* IE10+ */
1659         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
1660         background: linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* W3C */
1661         color: #333333;
1662 }
1663
1664 input[type=submit]:disabled,
1665 input[type=reset]:disabled,
1666 input[type=button]:disabled,
1667 input.submit:disabled,
1668 button:disabled,
1669 a.submit:disabled {
1670     color : #999;
1671     border : 1px solid #C0C0C0;
1672     background : #EEE none;
1673 }
1674
1675 input[type=reset]:active, input[type=button]:active, input.submit:active, button:active, a.submit:active {
1676         border : 1px inset #999999;
1677 }
1678
1679 a.submit {
1680     display: inline-block;
1681 }
1682
1683 ul li input.submit {
1684         font-size : 87%;
1685         padding : 2px;
1686 }
1687
1688 input.warning {
1689     background: #FFF url(../img/famfamfam/silk/error.png) no-repeat 4px center;
1690         padding : 0.25em 0.25em 0.25em 25px;
1691 }
1692
1693 .searchhighlightblob {
1694     font-size:75%;
1695         font-style : italic;
1696 }
1697
1698 #displayexample {
1699         padding: 5px; 
1700         margin-bottom: 10px;
1701         background-color: #CCCCCC;
1702 }
1703
1704 #irregularity_summary {
1705         vertical-align : top;
1706 }
1707
1708 ul#toplevelmenu {
1709     padding : 0;
1710 }
1711
1712 table > caption span.actions {
1713     font-size: 66%;
1714     font-weight : normal;
1715     margin : 0 .5em 0 0;
1716 }
1717
1718 #CheckAll, #CheckNone, #CheckPending {
1719         font-weight : normal;
1720         margin : 0 .5em 0 0;
1721 }
1722 .lost,.dmg,.wdn {
1723         display : block;
1724         color : #990000;
1725 }
1726 .datedue {
1727         display : block;
1728         color : #999;
1729         font-style : italic;
1730 }
1731
1732 tr.reserved td {
1733         background-color : #eeffd4;
1734 }
1735 tr.transfered td {
1736         background-color : #e8f0f6;
1737 }
1738 .waitinghere,
1739 .credit {
1740         color : #669900;
1741 }
1742
1743 /* Permissions Labels */
1744 label.permissioncode:before {
1745         content: "(";
1746 }
1747 label.permissioncode:after {
1748         content: ")";
1749 }
1750 label.permissioncode {
1751         font-style : italic;
1752 }
1753 span.permissiondesc {
1754         font-weight : normal;
1755 }
1756 #mainuserblock {
1757         border : 1px solid #E8E8E8;
1758         margin-top : .5em;
1759         padding : .5em;
1760 }
1761
1762 .labeledmarc-table {
1763         border: 0;
1764 }
1765
1766 .labeledmarc-label {
1767         border: 0;
1768         padding: 5;
1769         font-size: 11pt;
1770     color: #000000;
1771     font-style: italic;
1772 }
1773
1774 .labeledmarc-value {
1775         border: 0;
1776         padding: 5;
1777         font-size: 10pt;
1778         color: black;
1779 }
1780
1781 #marcPreview table { border: 0; margin: .7em 0 0 0; font-family: monospace; font-size: 95%; }
1782 #marcPreview th { background-color : #FFF; border: 0; white-space: nowrap; text-align:left; vertical-align: top; padding: 2px; }
1783 #marcPreview td { border: 0; padding : 2px; vertical-align: top; }
1784 #marcPreview tbody tr:nth-child(2n+1) td { background-color: #FFF; }
1785 #marcPreview .modal-dialog { width: 80%; }
1786 @media (max-width: 767px) { #marcPreview { margin: 0; width : auto; } }
1787
1788 #cartDetails {
1789         background-color : #FFF;
1790         border: 1px solid #739acf;
1791          box-shadow: 1px 1px 3px 0 #666;
1792         color : black;
1793         display : none;
1794         margin : 0;
1795         padding : 10px;
1796         text-align : center;
1797         width : 180px;
1798         z-index : 50;
1799 }
1800 #cartmenulink {
1801     background: transparent url("../img/cart-small.gif") left center no-repeat;
1802         padding-left : 15px;
1803 }
1804 #cartmenulink span#basketcount span {
1805         display : inline;
1806         font-size : 90%;
1807         font-weight : normal;
1808         padding : 0;
1809 }
1810 #moremenu {
1811         display : none;
1812 }
1813
1814 .results_summary {
1815   display: block;
1816   font-size : 85%; 
1817   color: #707070;
1818   padding : 0 0 .5em 0;
1819 }
1820 .results_summary .label {
1821   color: #202020;
1822 }
1823 .results_summary a {
1824   font-weight: normal;
1825 }
1826
1827 ul.budget_hierarchy {
1828     margin-left: 0px;
1829     padding-left: 0px;
1830 }
1831 ul.budget_hierarchy li {
1832     display: inline;
1833 }
1834 ul.budget_hierarchy li:after {
1835     content: " -> ";
1836 }
1837 ul.budget_hierarchy li:last-child:after {
1838     content: "";
1839 }
1840 ul.budget_hierarchy li:first-child:after {
1841     content: "";
1842 }
1843 .child_fund_amount {
1844     font-style: italic;
1845 }
1846 .number_box { font-size : 105%; line-height : 200%; }
1847 .number_box a {
1848         border : 1px solid #a4bedd;
1849         background-color : #e4ecf5;
1850         font-weight : bold;
1851         border-radius: 4px;
1852         padding : .1em .4em;
1853         text-decoration : none;
1854 }
1855 .number_box a:hover { background-color : #ebeff7; }
1856 .container {
1857         border : 1px solid #EEE;
1858         padding : 1em;
1859         margin : 1em 0;
1860 }
1861 fieldset.rows+h3 {clear:both;padding-top:.5em;}
1862
1863 .import_export{
1864     position:relative;
1865 }
1866 .import_export .import_export_options{
1867     background: white;
1868     border: 1px solid #CDCDCD;
1869     left: 60px;
1870     padding: 10px;
1871     position: absolute;
1872     top: 0;
1873     z-index: 1;
1874     width: 300px;
1875 }
1876 .import_export_options fieldset.rows li label {
1877     width : 16em;
1878 }
1879 .form_import fieldset.rows li label {
1880     width : auto;
1881 }
1882
1883 .import_export_options .export_ok {
1884     padding: 10;
1885     background: #E3E3E3 none;
1886     cursor: pointer;
1887     margin-left: 20px;
1888     border: none;
1889 }
1890 .import_export_options {
1891     padding: 10;
1892     background: #E3E3E3 none;
1893     cursor: pointer;
1894     margin-left: 20px;
1895     border: none;
1896 }
1897 .form_import .input_import {
1898     border: 1px solid #bcbcbc;
1899 }
1900 .import_export_options .importing {
1901     padding: inherit;
1902     background: none;
1903 }
1904
1905 .importing {
1906     position: relative;
1907 }
1908
1909 .importing .importing_msg {
1910     padding-left: 10px;
1911     padding-bottom: 10px;
1912 }
1913
1914 .field_hint {
1915     color: grey;
1916     font-style: italic;
1917     padding-left: 1em;
1918 }
1919
1920 .m880 {
1921     display:block; 
1922     text-align:right; 
1923     float:right; 
1924     width:50%; 
1925     padding-left:20px
1926 }
1927
1928 .advsearch {
1929     margin: 0;
1930 }
1931
1932 .advsearch table {
1933     border-spacing : 5px;
1934     border-collapse : separate;
1935     border-width : 0;
1936 }
1937 .advsearch td {
1938     border : 1px solid #EEE;
1939     padding : 0.3em 0.4em;
1940 }
1941 #circ_circulation_issue {
1942     position: relative;
1943     }
1944
1945 #clearscreen {
1946     position: absolute;
1947     top:0;
1948     right:0;
1949     }
1950
1951 #clearscreen a {
1952     display:block;
1953     border-radius: 0 0 0 5px;
1954     padding : 0 .7em .2em .7em;
1955     background-color : #EEE;
1956     color : #CCC;
1957     text-shadow: 0px -1px 0px #666;
1958     text-decoration: none;
1959     font-size: 160%;
1960     font-weight : bold
1961     }
1962 #clearscreen a:hover {
1963     color : #cc0000;
1964     }
1965
1966 div.pager {
1967         background-color : #E8E8E8;
1968         border : 1px solid #BCBCBC;
1969     border-radius : 5px;
1970         display : inline-block;
1971         font-size : 85%;
1972         padding : .3em .5em .3em .5em;
1973         margin : .4em 0;
1974 }
1975 div.pager img {
1976         vertical-align : middle;
1977 }
1978
1979 div.pager img.last {
1980         padding-right: 5px;
1981 }
1982 div.pager input.pagedisplay {
1983         border : 0;
1984         background-color : transparent;
1985         font-weight: bold;
1986         text-align : center;
1987 }
1988 a.localimage img {
1989         border : 1px solid #0000CC;
1990         margin : 0 .5em;
1991         padding : .3em;
1992 }
1993
1994 .no-image {
1995     background-color : #FFF;
1996     border: 1px solid #AAA;
1997     color : #979797;
1998     display:block;
1999     font-size : 86%;
2000     font-weight : bold;
2001     text-align : center;
2002     width : 75px;
2003     border-radius : 3px;
2004 }
2005
2006 div.pager p {
2007         margin: 0;
2008 }
2009
2010 div#acqui_order_supplierlist > div.supplier {
2011     border: 1px solid #EEEEEE;
2012     margin: 0.5em;
2013     padding: 1em;
2014 }
2015
2016 div#acqui_order_supplierlist > div.supplier > span.suppliername {
2017     display: inline;
2018     font-size: 1.7em;
2019     margin-bottom: 0.5em;
2020 }
2021
2022 div#acqui_order_supplierlist > div.supplier > span.action {
2023     margin-left: 5em;
2024 }
2025
2026 div#acqui_order_supplierlist > div.supplier > div.baskets {
2027     margin-top: 0.5em;
2028 }
2029
2030 .supplier-contact-details {
2031     float: left;
2032 }
2033
2034 #add-contact {
2035     margin: 0 0 8px 8px;
2036 }
2037
2038 #contact-template {
2039     display: none;
2040 }
2041
2042 /* Override core jQueryUI widgets */
2043 .ui-widget-content { border: 1px solid #B9D8D9; background: #ffffff none; color: #222222; }
2044 .ui-widget-header { border: 1px solid #B9D8D9; background: #E6F0F2 none; color: #222222; font-weight: bold; }
2045 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #B9D8D9; background: #F4F8F9 none; font-weight: normal; color: #555555; }
2046 .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #B9D8D9; background: #E6F0F2 none; font-weight: normal; color: #212121; }
2047 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff none; font-weight: normal; color: #212121; }
2048 .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #FED22F; background: #FFF4C6; color: #363636; }
2049 .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec; color: #cd0a0a; }
2050
2051 /* Override jQuery Autocomplete */
2052 .ui-autocomplete {
2053     position: absolute;
2054     cursor: default;
2055     box-shadow: 2px 2px 2px rgba(0,0,0,.3);
2056 }
2057 .ui-autocomplete.ui-widget-content .ui-state-hover {
2058     border: 1px solid #B9D8D9;
2059     background: #E6F0F2 none;
2060     font-weight: normal;
2061     color: #212121;
2062 }
2063 .ui-autocomplete-loading {
2064     background: #FFF url("../img/spinner-small.gif") right center no-repeat;
2065 }
2066
2067 /* jQuery UI standard tabs */
2068 .ui-menu li {
2069     list-style:none;
2070 }
2071
2072 .ui-tabs-nav .ui-tabs-active a,
2073 .ui-tabs-nav a:hover,
2074 .ui-tabs-nav a:focus,
2075 .ui-tabs-nav a:active,
2076 .ui-tabs-nav span.a {
2077     background: none repeat scroll 0 0 transparent;
2078     outline: 0 none;
2079 }
2080
2081 .ui-tabs .ui-tabs-nav li.ui-tabs-active {
2082     background-color : #FFF;
2083     border : 1px solid #B9D8D9;
2084     border-bottom-width: 0;
2085 }
2086
2087 .ui-widget,
2088 .ui-widget input,
2089 .ui-widget select,
2090 .ui-widget textarea,
2091 .ui-widget button {
2092     font-family : inherit;
2093     font-size : inherit;
2094 }
2095 ul.ui-tabs-nav li {
2096     list-style : none;
2097 }
2098 .ui-tabs.ui-widget-content {
2099     background : transparent none;
2100     border : 0;
2101 }
2102
2103 .ui-tabs .ui-tabs-panel {
2104     border : 1px solid #B9D8D9;
2105 }
2106 .ui-tabs-nav.ui-widget-header {
2107     border : 0;
2108     background : none;
2109 }
2110 .ui-tabs .ui-tabs-nav li {
2111     background: #E6F0F2 none;
2112     border: 1px solid #B9D8D9;
2113     margin-right : .4em;
2114     top: 1px;
2115 }
2116 .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
2117     color : #000;
2118     font-weight : bold;
2119 }
2120
2121 .ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-hover {
2122     background : #EDF4F5 none;
2123 }
2124
2125 .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-hover {
2126     background : #FFF none;
2127 }
2128
2129 .ui-tabs .ui-state-default a,
2130 .ui-tabs .ui-state-default a:link,
2131 .ui-tabs .ui-state-default a:visited {
2132     color: #004D99;
2133 }
2134
2135 .ui-tabs .ui-state-hover a,
2136 .ui-tabs .ui-state-hover a:link,
2137 .ui-tabs .ui-state-hover a:visited {
2138     color: #538200;
2139 }
2140
2141 .statictabs ul {
2142     background: none repeat scroll 0 0 transparent;
2143     border: 0 none;
2144     margin: 0;
2145     padding: 0.2em 0.2em 0;
2146     border-bottom-right-radius: 4px;
2147     border-bottom-left-radius: 4px;
2148     border-top-right-radius: 4px;
2149     border-top-left-radius: 4px;
2150     color: #222222;
2151     font-weight: bold;
2152     font-size: 100%;
2153     line-height: 1.3;
2154     list-style: none outside none;
2155     outline: 0 none;
2156     text-decoration: none;
2157 }
2158
2159 .statictabs ul:after {
2160     clear: both;
2161 }
2162
2163 .statictabs ul:before,
2164 .statictabs ul:after {
2165     content: "";
2166     display: table;
2167 }
2168
2169 .statictabs ul li {
2170     background: none repeat scroll 0 0 #E6F0F2;
2171     border: 1px solid #B9D8D9;
2172     border-bottom: 0 none;
2173     border-top-right-radius: 4px;
2174     border-top-left-radius: 4px;
2175     float: left;
2176     list-style: none outside none;
2177     margin-bottom: 0;
2178     margin-right: 0.4em;
2179     padding: 0;
2180     position: relative;
2181     white-space: nowrap;
2182     top: 1px;
2183     color: #555555;
2184     font-weight: normal;
2185
2186 }
2187
2188 .statictabs ul li.active {
2189     background-color: #FFFFFF;
2190     color: #212121;
2191     font-weight: normal;
2192     padding-bottom: 1px;
2193 }
2194
2195 .statictabs ul li a {
2196     color: #004D99;
2197     cursor: pointer;
2198     float: left;
2199     padding: 0.5em 1em;
2200     text-decoration: none;
2201 }
2202
2203 .statictabs ul li a:hover {
2204     background-color : #EDF4F5;
2205     border-top-right-radius: 4px;
2206     border-top-left-radius: 4px;
2207     color : #538200;
2208 }
2209
2210 .statictabs ul li.active a {
2211     color: #000000;
2212     font-weight: bold;
2213     cursor: text;
2214     background: none repeat scroll 0 0 transparent;
2215     outline: 0 none;
2216     top : 1px;
2217 }
2218
2219 .statictabs .tabs-container {
2220     border: 1px solid #B9D8D9;
2221     background: none repeat scroll 0 0 transparent;
2222     display: block;
2223     padding: 1em 1.4em;
2224     border-bottom-right-radius: 4px;
2225     border-bottom-left-radius: 4px;
2226     color: #222222;
2227 }
2228
2229 /* jQuery UI header search box tabs */
2230 #header_search ul.ui-tabs-nav {
2231     padding-top : 0;
2232     margin-left: 1em;
2233 }
2234 #header_search ul.ui-tabs-nav li.ui-state-default {
2235     border: 0;
2236     background : transparent none;
2237     top: 0;
2238 }
2239 #header_search ul.ui-tabs-nav li.ui-state-default a {
2240     padding : .3em .6em;
2241 }
2242 #header_search ul.ui-tabs-nav li.ui-tabs-active {
2243     border : 1px solid #85CA11;
2244     border-top-width: 0;
2245     top: -2px;
2246     background-color : #FFFFF1;
2247 }
2248 #header_search ul.ui-tabs-nav li.ui-tabs-active a {
2249     text-decoration: none;
2250 }
2251 #header_search .ui-corner-top {
2252      border-radius: 0 0 4px 4px;
2253 }
2254
2255 #header_search > div,
2256 #header_search > ul > li {
2257     display: none;
2258 }
2259 #header_search > div:first-of-type,
2260 #header_search > ul > li:first-of-type {
2261     display: block;
2262 }
2263
2264 .authref {
2265     font-style: normal;
2266     text-indent: 4em;
2267 }
2268
2269 .seefrom, .seealso {
2270     font-style: italic;
2271     text-indent: 2em;
2272 }
2273
2274 #authfinderops {
2275     float: right;
2276 }
2277 div.authorizedheading {
2278   font-weight: bold;
2279 }
2280 .authres_notes, .authres_seealso, .authres_otherscript {
2281   padding-top: 3px;
2282 }
2283 .authres_notes {
2284   font-style: italic;
2285 }
2286
2287
2288 .contents {
2289     width: 75%;
2290 }
2291
2292 .contentblock {
2293     position: relative;
2294     margin-left: 2em;
2295 }
2296
2297 .contents .t:first-child:before {
2298     content: "→ ";
2299 }
2300
2301 .contents .t:before {
2302     content: "\A→ ";
2303     white-space: pre;
2304 }
2305
2306 .contents .t {
2307     font-weight: bold;
2308     display: inline;
2309 }
2310
2311 .contents .r {
2312     display: inline;
2313 }
2314
2315 #hierarchies a {
2316     font-weight: normal;
2317     text-decoration: underline;
2318     color: #069;
2319 }
2320
2321 #hierarchies a:hover {
2322     color: #990033;
2323 }
2324
2325 #didyoumeanopac, #didyoumeanintranet {
2326     float: left;
2327     width: 260px;
2328 }
2329
2330 .pluginlist {
2331     padding-bottom: 10px;
2332 }
2333 .plugin {
2334     margin: 0 1em 1em 0;
2335 }
2336 .pluginname {
2337     cursor: move;
2338     margin: 0.3em;
2339     padding-bottom: 4px;
2340     padding-left: 0.2em;
2341     background-color: #E6F0F2;
2342 }
2343 .pluginname .ui-icon {
2344     float: right;
2345 }
2346 .plugindesc {
2347     padding: 0.4em;
2348 }
2349 .ui-sortable-placeholder {
2350     border: 1px dotted black;
2351     visibility: visible !important;
2352     height: 80px !important;
2353 }
2354 .ui-sortable-placeholder * {
2355     visibility: hidden;
2356 }
2357
2358 /* jQuery UI Datepicker */
2359 .ui-datepicker table {
2360     width: 100%;
2361     font-size: .9em;
2362     border : 0;
2363     border-collapse: collapse;
2364     margin:0 0 .4em;
2365 }
2366
2367 .ui-datepicker th {
2368     background : transparent none;
2369     padding: .7em .3em;
2370     text-align: center;
2371     font-weight: bold;
2372     border: 0;
2373 }
2374
2375 .ui-datepicker-trigger {
2376     vertical-align: middle;
2377     margin : 0 3px;
2378 }
2379 .ui-datepicker {
2380     box-shadow: 1px 1px 3px 0 #666;
2381 }
2382
2383 /* css for timepicker */
2384 .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
2385 .ui-timepicker-div dl { text-align: left; }
2386 .ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
2387 .ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
2388 .ui-timepicker-div td { font-size: 90%; }
2389 .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
2390 .ui_tpicker_second,
2391 .ui_tpicker_millisec,
2392 .ui_tpicker_microsec {
2393     display: none;
2394 }
2395
2396 /* jQuery UI Accordion */
2397 .ui-accordion-header,
2398 .ui-widget-content .ui-accordion-header {
2399     font-weight: bold; font-size : 110%;
2400 }
2401
2402 fieldset.rows.ui-accordion-content {
2403     border-top-left-radius: 0;
2404     border-top-right-radius: 0;
2405     margin: 0;
2406     padding: 0;
2407     width: auto;
2408 }
2409
2410 fieldset.rows.ui-accordion-content table {
2411     margin : 0;
2412 }
2413
2414 video {
2415     width: 480px;
2416 }
2417
2418 /* Bootstrap overrides */
2419 button,
2420 .btn {
2421     border-color : #ADADAD #ADADAD #949494;
2422     font-family: arial,helvetica,clean,sans-serif;
2423 }
2424
2425 .btn-xs, .btn-group-xs > .btn {
2426     font-size: 10.5px;
2427     padding: 3px 5px;
2428 }
2429
2430 .btn.btn-link {
2431     border : 0;
2432 }
2433
2434 #toolbar .dropdown-menu,
2435 .btn-toolbar .dropdown-menu {
2436     font-size: 13px;
2437 }
2438 a.btn:link,
2439 a.btn:visited{
2440     color: #333333;
2441 }
2442
2443 a.btn-link:link,
2444 a.btn-link:visited {
2445     color: #004d99;
2446 }
2447
2448 a.btn-link:hover {
2449     color : #538200;
2450 }
2451
2452 .dropdown-menu {
2453     font-size: 12px;
2454 }
2455
2456 .dropdown-menu li {
2457     list-style: none outside none;
2458 }
2459
2460 a.dropdown-toggle {
2461     white-space: nowrap;
2462 }
2463
2464 .dropdown-menu > li > a {
2465     padding: 4px 20px;
2466 }
2467
2468 .dropdown-menu > li > a:hover,
2469 .dropdown-menu > li > a:focus {
2470     text-decoration: none;
2471     color: #ffffff;
2472     background-color: #0081c2;
2473     background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
2474     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
2475     background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
2476     background-image: -o-linear-gradient(top, #0088cc, #0077b3);
2477     background-image: linear-gradient(to bottom, #0088cc, #0077b3);
2478     background-repeat: repeat-x;
2479     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
2480 }
2481
2482 a.disabled {
2483     color : #999999;
2484 }
2485
2486 .navbar {
2487     color: #333;
2488     min-height: 20px;
2489 }
2490
2491 #header.navbar {
2492     margin-bottom: 0;
2493 }
2494
2495 #header.navbar-default {
2496     background: #e6f0f2;
2497     box-shadow: none;
2498     border: none;
2499 }
2500
2501 #changelanguage .navbar-text {
2502     margin: 0;
2503 }
2504
2505 #changelanguage .navbar-text span {
2506    display: block;
2507    line-height: 20px;
2508 }
2509
2510 #changelanguage .dropdown-menu > li > a,
2511 #changelanguage .dropdown-menu > li > span {
2512     padding: 5px 15px;
2513 }
2514
2515 .navbar .nav > li > a, .loggedout {
2516     color: #004D99;
2517     font-weight: bold;
2518     padding : .4em .2em;
2519 }
2520
2521 .navbar .nav > li {
2522     list-style: none outside none;
2523     padding : 0 .6em;
2524 }
2525
2526 .navbar .nav > li > a:focus,
2527 .navbar .nav > li > a:hover {
2528     color: #538200;
2529 }
2530
2531 .navbar-static-top .navbar-inner {
2532     background: #E6F0F2 none;
2533     border: 0;
2534     box-shadow: none;
2535     min-height: 0;
2536     padding-left: 0;
2537 }
2538 .navbar-fixed-bottom .navbar-inner {
2539     min-height: 0;
2540     padding : .4em 0;
2541 }
2542
2543 .navbar-fixed-bottom .nav > li > a {
2544     font-weight: normal;
2545     padding : .05em .3em;
2546 }
2547
2548 .navbar-fixed-bottom .nav > li {
2549     border-right : 1px solid #CCC;
2550 }
2551
2552 .navbar-fixed-bottom .nav > li:last-child {
2553     border-right : 0;
2554 }
2555
2556 .navbar-fixed-bottom .nav > li.navbar-text {
2557     line-height: normal;
2558     padding : 0.4em 0.7em;
2559 }
2560 .navbar .nav > li {
2561     list-style: none outside none;
2562     padding : 0 .6em;
2563 }
2564 .navbar .nav > li > a {
2565     color: #004D99;
2566     font-weight: bold;
2567     padding : .4em .3em;
2568 }
2569
2570 .navbar .nav > li > a:focus,
2571 .navbar .nav > li > a:hover {
2572     color: #538200;
2573 }
2574
2575 .navbar .nav li.dropdown.open > .dropdown-toggle:focus,
2576 .navbar .nav li.dropdown.active > .dropdown-toggle:focus,
2577 .navbar .nav li.dropdown.open.active > .dropdown-toggle:focus {
2578     background: #e6f0f2 none;
2579     box-shadow: none;
2580 }
2581
2582 .tooltip.bottom .tooltip-arrow {
2583     border-bottom-color: #EEE;
2584 }
2585 .tooltip.bottom .tooltip-inner {
2586     background-color : #FFF;
2587     border: 1px solid rgba(0, 0, 0, 0.2);
2588     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2589     color: #000;
2590     padding : 1em;
2591     font-size : 120%;
2592 }
2593 .separator { color : #666; padding : 0 .2em; }
2594
2595 .close {
2596     position: inherit;
2597     top: auto;
2598     right : auto;
2599     filter : none;
2600     float : none;
2601     font-size: inherit;
2602     font-weight: normal;
2603     line-height: 1.5;
2604     opacity: inherit;
2605     text-shadow: none;
2606 }
2607
2608 .close:hover {
2609     color: inherit;
2610     filter: inherit;
2611     font-size: inherit;
2612     opacity: inherit;
2613 }
2614
2615 a.close:hover {
2616     color: #538200;
2617 }
2618
2619 .radio label, .checkbox label {
2620     margin-left: 20px;
2621     padding-left: 0;
2622 }
2623
2624 .radio input[type="radio"],
2625 .checkbox input[type="checkbox"] {
2626     position: relative;
2627     margin-left: 0;
2628 }
2629
2630 /* Redefine a new style for Bootstrap's class "close" since we use that already */
2631 /* Use <a class="closebtn" href="#">&times;</a> */
2632 .alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px;}
2633 .modal-header .closebtn{margin-top: 4px;}
2634 .closebtn{float: right;font-size: 21px;font-weight: bold;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;filter: alpha(opacity=20);opacity: .2;}.closebtn:hover,.closebtn:focus{color:#000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50);}
2635 button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}
2636
2637 .modal-body {
2638     overflow-y: auto;
2639 }
2640
2641 .btn-group label,
2642 .btn-group select {
2643     font-size: 13px;
2644 }
2645
2646 .tooltip-inner {
2647     white-space:pre-wrap;
2648 }
2649
2650 pre {
2651     display: block;
2652     padding: 0;
2653     margin: 0;
2654     font-size: inherit;
2655     line-height: inherit;
2656     word-break: break-all;
2657     word-wrap: break-word;
2658     color: inherit;
2659     background-color: transparent;
2660     border: 0;
2661     border-radius: 0;
2662 }
2663
2664 code {
2665     background-color: transparent;
2666     border-radius: 0;
2667     font-size: inherit;
2668     color: inherit;
2669     padding: 0;
2670 }
2671
2672 .pagination > li > a, .pagination > li > span {
2673     font-weight: bold;
2674 }
2675
2676 /* End Bootstrap overrides */
2677
2678 .waiting {
2679     cursor: wait;
2680 }
2681
2682 fieldset.rows table.mceListBox {
2683     margin: 0;
2684 }
2685
2686 #jobpanel,#jobstatus,#jobfailed { display : none; }
2687 #jobstatus { margin:.4em; }
2688
2689 #jobprogress{
2690     display: inline-block;
2691     width:200px;
2692     height:10px;
2693     border:1px solid #666;
2694     background:url('../img/progress.png') -300px 0px no-repeat;
2695  }
2696
2697 .progress_panel {
2698     clear: both;
2699     font-size: 120%;
2700     margin: 1em 0;
2701     padding: 1em;
2702     border: 2px solid #EEE;
2703     border-radius: 5px;
2704 }
2705
2706 progress {
2707     width: 50%;
2708 }
2709
2710 #selections { width : 100%; white-space : normal; }
2711 #selections span { margin:3px;padding:3px;background-color:#EBF3FF;border-radius:5px;white-space:nowrap;line-height:240%;font-size:75%; }
2712 #selections span.selected { background-color : #CCE0FC; }
2713 #selections input { vertical-align:middle;margin:0 2px; }
2714
2715 #changepasswordf input[type="text"],
2716 #changepasswordf input[type="password"] {
2717     font-size: 140%;
2718     font-family : monospace;
2719     padding : .3em;
2720 }
2721
2722 /* Class to be added to toolbar when it starts being fixed at the top of the screen*/
2723
2724 .floating {
2725     box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
2726 }
2727
2728 div#toolbar.floating,
2729 #searchheader.floating {
2730     border-radius: 0;
2731     margin-top: 0;
2732 }
2733
2734 .inline {
2735     display : inline;
2736 }
2737
2738 .nowrap {
2739     white-space: nowrap;
2740 }
2741
2742 .tag_editor {
2743     background: transparent url("../img/edit-tag.png") top left no-repeat;
2744     display : block;
2745     float : left;
2746     width : 16px;
2747     height: 16px;
2748     margin : 4px;
2749     text-indent: 100%;
2750     white-space: nowrap;
2751     overflow: hidden;
2752 }
2753
2754 .browse-controls {
2755     margin-left: 1.1em;
2756     margin-right: .5em;
2757     padding-bottom: 1em;
2758     padding-top: 1em;
2759 }
2760
2761 #browse-return-to-results {
2762     border-top-left-radius : 3px;
2763     border-top-right-radius : 3px;
2764     display: block;
2765     text-align: center;
2766 }
2767
2768 .browse-button {
2769     color: #004d99;
2770     padding: .4em .6em;
2771     display: inline-block;
2772 }
2773
2774 span.browse-button {
2775     background: #fafafa;
2776     color: #222;
2777 }
2778
2779 .browse-button:hover {
2780     background: #fafafa;
2781 }
2782
2783 .browse-label,
2784 .browse-prev-next {
2785     border: 1px solid #b9d8d9;
2786 }
2787
2788 .browse-label {
2789     border-top-left-radius : 5px;
2790     border-top-right-radius : 5px;
2791     background-color : #e8f0f6;
2792 }
2793
2794 .browse-prev-next {
2795     border-top-width: 0;
2796     border-bottom-left-radius: 5px;
2797     border-bottom-right-radius: 5px;
2798 }
2799
2800 #browse-previous {
2801     border-right : 1px solid #B9D8D9;
2802     border-bottom-left-radius: 5px;
2803     padding-right: 1em;
2804 }
2805
2806 #browse-next {
2807     border-top-width : 0;
2808     border-bottom-right-radius: 5px;
2809     float: right;
2810     padding-right: 1em;
2811 }
2812
2813 .loading-overlay {
2814     background-color: #FFF;
2815     cursor: wait;
2816     height: 100%;
2817     left: 0;
2818     opacity: .7;
2819     position: fixed;
2820     top: 0;
2821     width: 100%;
2822     z-index: 1000;
2823 }
2824 .loading-overlay div {
2825     background : transparent url(../img/loading.gif) top left no-repeat;
2826     font-size : 175%;
2827     font-weight: bold;
2828     height: 2em;
2829     left: 50%;
2830     margin: -1em 0 0 -2.5em;
2831     padding-left : 50px;
2832     position: absolute;
2833     top: 50%;
2834     width: 15em;
2835 }
2836
2837 #merge_invoices {
2838     display: none;
2839     margin: 1em auto;
2840 }
2841
2842 #merge {
2843     margin: 0.5em 0 0 0;
2844 }
2845
2846 #merge_table tr.active td {
2847     background-color: #FFFFCC;
2848 }
2849
2850 .renewals {
2851     display:block;
2852     font-size:0.8em;
2853     padding:0.5em;
2854 }
2855
2856 #transport-types {
2857     padding-top: 0.5px;
2858 }
2859
2860 #i18nMenu .navbar-text .currentlanguage {
2861     color : #000;
2862     font-weight: bold;
2863 }
2864
2865 #i18nMenu a.currentlanguage:link,
2866 #i18nMenu a.currentlanguage:visited {
2867     font-weight: bold;
2868 }
2869
2870 #i18nMenu a,
2871 #i18nMenu a:link,
2872 #i18nMenu a:visited {
2873     color : #004d99;
2874     font-weight: normal;
2875 }
2876
2877 #i18nMenu a:hover,
2878 #i18nMenu a:active,
2879 #i18nMenu .dropdown-menu a:hover,
2880 #i18nMenu .dropdown-menu a:focus {
2881     color : #538200;
2882     font-weight: normal;
2883 }
2884
2885 #i18nMenu a .sublanguage-selected {
2886     color: #000;
2887     font-weight: bold;
2888 }
2889
2890 #i18nMenu .dropdown-menu a:hover,
2891 #i18nMenu .dropdown-menu a:focus {
2892 }
2893
2894 #circ_circulation_issue .onsite_checkout-select label,
2895 .onsite_checkout-select label {
2896     font-size : inherit;
2897     font-weight: normal;
2898 }
2899 span.onsite_checkout {
2900     color: #cc0000;
2901 }
2902 .onsite-checkout-only {
2903     background-color : rgba(255, 242, 206, 0.5);
2904     border-radius: 4px;
2905     border : 1px solid #FFF2CE;
2906 }
2907
2908 div.lastchecked {
2909     padding : .2em 1em;
2910     border: 2px solid #BCDB89;
2911     border-bottom-left-radius: 5px;
2912     border-bottom-right-radius: 5px;
2913 }
2914 .branchgriditem {
2915     background-color: #fff;
2916     border: 1px solid #b9d8d9;
2917     border-radius: 3px;
2918     display: table-cell;
2919     float: left;
2920     margin: 3px;
2921     padding: 0.3em;
2922 }
2923 .branchgridrow {
2924     display: table-row;
2925 }
2926 .branchselector {
2927     display: table;
2928 }
2929
2930 .hq-author {
2931     font-weight: bold;
2932 }
2933
2934 div#cn_browser_table_wrapper > table#cn_browser_table {
2935    margin: auto;
2936    width:90%;
2937 }
2938
2939 /* Tools > automatic_item_modification_by_age */
2940 div.rules {
2941     display: block;
2942 }
2943
2944 #new_rule {
2945     display: none;
2946 }
2947
2948 #new_rule, div.rule {
2949     background-color: #F4F8F9;
2950     border: 2px solid #B9D8D9;
2951     border-radius: 5px;
2952     margin: .3em;
2953     padding: .3em;
2954 }
2955
2956 .blocks {
2957     margin-bottom: .3em;
2958 }
2959
2960 .remove_rule {
2961     padding-left: .7em;
2962     font-size: 80%;
2963 }
2964
2965 div[class$="_table_controls"] {
2966     padding: .7em 0;
2967 }
2968
2969 .underline {
2970     text-decoration: underline;
2971 }
2972
2973 .overline {
2974     text-decoration: overline;
2975 }
2976
2977 .order-control {
2978     padding-right: 5px;
2979 }
2980
2981 #borrower_message {
2982     margin-top: 10px;
2983 }
2984
2985 .form-group {
2986    margin-bottom: 10px;
2987 }
2988
2989 .form-group label {
2990     font-weight: bold;
2991 }
2992
2993 .modal-textarea {
2994     width: 98%;
2995 }
2996
2997 fieldset.rows + fieldset.action {
2998     padding-top: 20px;
2999 }
3000
3001 .yui-u .rows li p label.widelabel {
3002     width: auto;
3003 }
3004
3005 #pat_member #patron_list_dialog,
3006 #pat_member #searchresults,
3007 #patron_search #filters {
3008     display: none;
3009 }