]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/css/style.css.tt2
Restore missing format selector from search bar
[working/Evergreen.git] / Open-ILS / src / templates / opac / css / style.css.tt2
1 [%-
2     PROCESS "opac/parts/css/colors.tt2";
3     PROCESS "opac/parts/css/fonts.tt2";
4 %]
5
6 body {
7     margin:0;
8     font-family: Arial, Helvetica, sans-serif;
9     font-size: [% css_fonts.size_base %];
10     background: [% css_colors.primary %];
11 }
12
13 img {
14     border: none;
15 }
16
17 #topnav_logo {
18     padding-bottom: 25px;
19 }
20
21 #homesearch_main_logo {
22     padding-top: 60px;
23 }
24
25 a {
26     color: [% css_colors.primary %];
27 }
28
29 #search-wrapper input[type=text] {
30     margin:0;
31     padding:0;
32 }
33
34 #search-wrapper select, .results_header_lbl select {
35     border:1px solid [% css_colors.border_standard %];
36     margin:0;
37     padding:0;
38     width: 12em;
39 }
40
41 .searchbar {
42     font-weight: bold;
43     padding-top: 10px;
44     margin-left: 1em;
45 }
46
47 /*
48 #search-wrapper select {
49     border:0px solid [% css_colors.border_dark %];
50     filter:alpha(opacity=0);
51     -moz-opacity:0;
52     -khtml-opacity:0;
53     opacity:0;
54     padding:0;
55     margin:0;
56     height:18px;
57 }
58 */
59 h1 {
60     margin:0;
61     margin-bottom: 5px;
62     font-size: [% css_fonts.size_biggest %];
63     font-weight:normal;
64 }
65
66 h2 {
67     font-size: [% css_fonts.size_bigger %];
68     font-weight:bold;
69 }
70
71 h2.graphic880 {
72     font-size: [% css_fonts.size_bigger %];
73     font-weight:normal;
74 }
75
76 .hide_me, .hidden {
77     display: none;
78     visibility: hidden;
79 }
80
81 div.select-box-wrapper {
82     position:absolute;
83     padding-top:2px;
84     padding-left:3px;
85     overflow:hidden;
86     text-align:left;
87 }
88
89 #dash_wrapper {
90     position: relative;
91     top: -2em;
92 }
93
94 #dash_wrapper div {
95     position: relative;
96     vertical-align: middle;
97     background: [% css_colors.primary %];
98     border-radius: 5px;
99     height: 3em;
100     padding: 0em 1em 0em 1em;
101 }
102
103 span.dash_divider {
104     margin: 0em 1em 0em 1em;
105     position: relative;
106     top: 10px;
107     color: [% css_colors.primary_fade %];
108 }
109
110 #dashboard {
111     clear:both;
112     float:right;
113     margin-top: 1em;
114     background: [% css_colors.primary %];
115     border-radius: 5px;
116     height: 3em;
117 }
118
119 #dashboard span.dash-align a {
120     font-weight: bold;
121     text-decoration: none;
122     position: relative;
123     top: 10px;
124 }
125
126 #dash_user {
127     font-weight: bold;
128     text-transform: capitalize;
129     position: relative;
130     top: 10px;
131 }
132
133 #logout_link { left: 1px; }
134
135 #dash_checked { color: [% css_colors.text_attention %]; }
136 #dash_holds { color: [% css_colors.text_attention %]; }
137 #dash_pickup { color: [% css_colors.text_goodnews %]; }
138 #dash_fines { color: [% css_colors.text_badnews %]; }
139 #header-wrap {
140     background: linear-gradient([% css_colors.primary %], [% css_colors.primary_fade %]);
141     background: -moz-linear-gradient([% css_colors.primary %], [% css_colors.primary_fade %]);
142     background: -o-linear-gradient([% css_colors.primary %], [% css_colors.primary_fade %]);
143     background: -webkit-linear-gradient([% css_colors.primary %], [% css_colors.primary_fade %]);
144     background-color: [% css_colors.primary_fade %];
145 }
146 #header {
147     color: [% css_colors.background %];
148     padding-top: 26px;
149     margin-left: 1em;
150     font-size: [% css_fonts.size_small %];
151 }
152
153 #header a {
154     color: [% css_colors.background %];
155 }
156
157 #header a:hover {
158     color: [% css_colors.text_invert %];
159     text-decoration: none;
160 }
161
162 #header-links {
163     color: [% css_colors.text_invert %];
164     font-size: [% css_fonts.size_small %];
165     font-weight: bold;
166     position: relative;
167     top:4px;
168     
169 }
170
171 #header-links a {
172     color: [% css_colors.text_invert %];
173     display: block;
174     float:left;
175     margin-right:22px;
176     text-decoration: none;
177 }
178
179 #header-links a:hover {
180     color: [% css_colors.text_invert %];
181     text-shadow: 0 0 0.2em [% css_colors.primary %], 0 0 0.2em [% css_colors.primary %];
182     text-decoration: none;
183 }
184
185 #header #header-links2 {
186     position:relative;
187     top:-8px;
188     color: [% css_colors.text_invert %];
189     padding-bottom: 15px;
190 }
191
192 #header #header-links2 a {
193     color: [% css_colors.text_invert %];
194 }
195
196 #header #header-links2 a:hover {
197     text-decoration: underline;
198 }
199
200 #header #your-acct-login {
201     padding-top:10px;
202 }
203
204 #gold-links {
205     margin-left: 1em;
206     padding-left:0px;
207 }
208
209 #gold-links-home {
210     margin:auto;
211     padding-left:0px;
212 }
213
214 #gold-links-holder {
215     height: 24px;
216     background: [% css_colors.background_invert %];
217 }
218
219 #util-bar {
220     margin-left: 1em;
221     padding-left:0px;
222     height:0px;
223 }
224
225 #search-wrapper {
226     border-bottom: 1px solid [% css_colors.border_standard %];
227     padding-bottom: 5px;
228     background: [% css_colors.background %];
229 }
230
231 #search-wrapper #breadcrumb {
232     margin-top:0px;
233     font-size: [% css_fonts.size_smaller %];
234     float:left;
235 }
236
237 #search-wrapper #search-within {
238     margin-top:10px;
239     float:right;
240     position:relative;
241     left:-173px;
242 }
243
244 #search-wrapper #breadcrumb a {
245     color: [% css_colors.text %];
246 }
247
248 #search-wrapper #search_frm label {
249     font-size: [% css_fonts.size_smaller %];
250 }
251
252 #search-wrapper #search-box {
253     margin-left: 1em;
254     padding-left: 0px;
255     padding-top: 10px;
256     padding-bottom: 10px;
257 }
258
259 #adv_search_tabs, #acct_tabs, #acct_fines_tabs, #acct_checked_tabs, #acct_holds_tabs, #acct_prefs_tabs, #results_header_inner{
260     height: 40px;
261     margin-left: 2px;
262 }
263
264 #adv_search_tabs a, #acct_tabs a, #acct_fines_tabs a, #acct_checked_tabs a, #acct_holds_tabs a, #acct_prefs_tabs a {
265     float: left;
266     text-align: center;
267     vertical-align: middle;
268     display: block;
269     margin: 10px 7px 10px 0px;
270     padding: 10px 0px 10px 0px;
271     -moz-border-radius: 10px 10px 0px 0px; 
272     border-radius: 10px 10px 0px 0px;
273     font-weight: bold;
274     color: [% css_colors.text_invert %];
275     background: [% css_colors.control %];
276     font-weight: bold;
277     text-decoration: none;
278 }
279
280 #adv_search_tabs a, #acct_tabs a, #acct_fines_tabs a {
281     padding: 1em 1em 0.5em;
282 }
283
284 #adv_search_tabs a:hover, #acct_tabs a:hover, #acct_fines_tabs a:hover, #acct_checked_tabs a:hover, #acct_holds_tabs a:hover, #acct_prefs_tabs a:hover {
285     background: [% css_colors.primary %]; 
286     color: [% css_colors.text_invert %];
287     text-decoration: none;
288 }
289
290 #adv_search_filters {
291     position: relative;
292     width: 800px;
293 }
294
295 #adv_filter_block {
296     padding: 15px;
297     float: left;
298 }
299 #adv_filter_block_item {
300     float: left;
301     padding: 5px;
302 }
303
304 #adv_special_block {
305     float: left;
306     padding: 5px;
307 }
308
309 #adv_search_submit {
310     position: relative;
311     margin-left: 10px;
312
313 }
314
315 .checkbox_col {
316     width: 1%;
317     padding-left: 10px !important;
318 }
319
320 #adv_search.on, #num_search.on, #expert_search.on {
321     color: [% css_colors.accent_darker %];
322     background: [% css_colors.background %];
323     text-decoration: none;
324 }
325
326 #adv_search_tabs a.acct-tab-on, #acct_tabs a.acct-tab-on, #acct_fines_tabs a.acct-tab-on {
327     color: [% css_colors.accent_darker %];
328     background: [% css_colors.background %];
329     text-decoration: none;
330 }
331
332 .acct-tab-off {
333     background: [% css_colors.control %];
334 }
335
336 #acct_checked_tabs a, #acct_holds_tabs a, #acct_prefs_tabs a {
337     margin-top: 0px;
338     font-size: [% css_fonts.size_smaller %];
339     color: [% css_colors.accent_darker %];
340     padding: 10px 10px 10px 10px;
341 }
342
343 #acct_checked_tabs div.selected a, #acct_holds_tabs div.selected a, #acct_prefs_tabs div.selected a {
344     background: [% css_colors.accent_lightest %];
345     color: [% css_colors.accent_darker %];
346 }
347
348 #acct_checked_tabs, #acct_holds_tabs, #acct_prefs_tabs {
349     padding-bottom: 12px;
350     color: [% css_colors.accent_medium %];
351 }
352
353 #acct_select {
354      display: none;
355 }
356
357 .rdetail_header {
358     padding: 5px 7px 6px 0px;
359     margin-left: 1em;
360     border-bottom: 1px dotted [% css_colors.accent_light %];
361 }
362
363 .rdetail_results a {
364     color:[% css_colors.primary_fade %];
365     font-weight:bold;
366     font-size: [% css_fonts.size_bigger %];
367 }
368
369 .rdetail_result_count {
370     color: [% css_colors.text %];
371     font-weight: normal;
372     padding-left: 1em;
373     display: inline-block;
374 }
375
376 .rdetail_result_nav {
377     font-weight:normal;
378     padding-left: 1em;
379     display: inline-block;
380 }
381
382 #rdetail_details_table {
383     margin-top: 15px;
384 }
385
386 #rdetail_image { border: none; }
387 #rdetail_image_cell {
388     padding-top: 3px;
389     padding-right: 10px;
390 }
391
392 h2.rdetail_uris {
393     margin-top: 1em;
394 }
395 div.rdetail_uris {
396     padding: 0.5em 1em 0.5em 1em;
397     background-color: [% css_colors.accent_lighter2 %];
398 }
399 div.rdetail_uris ul li {
400     position: relative;
401     left: 1em;
402 }
403
404 div.rdetail_show_copies {
405     margin-top: 1em;
406 }
407
408 div#rdetail_actions_div {
409     float: right;
410     background: [% css_colors.background %];
411 }
412
413 span#rdetail_copy_counts {
414     display: inline-block;
415     border-right: thin;
416     vertical-align: top;
417     margin-right: 1em;
418     padding-right: 1em;
419 }
420
421 span#rdetail_hold_counts {
422     display: inline-block;
423     vertical-align: top;
424 }
425 span#rdetail_hold_counts p {
426     padding-left: 2em;
427 }
428
429 #rdetail_image_div {
430     float: left;
431     margin-right: 1em;
432 }
433
434 .rdetail_aux_utils {
435     border-left:1px dotted [% css_colors.accent_light %];
436     padding-left: 17px;
437     padding-bottom: 6px;
438     padding-right: 70px;
439 }
440
441 div.place_hold {
442     border-bottom: 1px dotted [% css_colors.accent_light %];
443     padding-top: 10px;
444 }
445
446 div.toggle_list { padding-top: 6px; }
447
448 div.format_icon {
449     float: right;
450     margin-right: 17px;
451 }
452
453 .result_util {
454     border-bottom: 1px dotted [% css_colors.accent_light %];
455     padding-top: 6px;
456 }
457
458 .results_aux_utils {
459     display: table-cell;
460 }
461
462 .result_util {
463     padding-left: 1em;
464 }
465
466 .results_reviews {
467     top: -5px;
468 }
469
470 #rdetail_copies {
471     padding-top: 1.5em;
472 }
473
474 #rdetails_status td {
475     padding: 7px 0px 3px 13px;
476     white-space: nowrap;
477 }
478
479 #rdetails_status td[header=copy_header_library], 
480 #rdetails_status td[header=copy_header_shelfloc] {
481     white-space: normal;
482 }
483
484 #rdetails_status thead th {
485     background-color: [% css_colors.accent_lighter2 %];
486     padding: 13px 0px 13px 13px;
487     font-size: [% css_fonts.size_smaller %];
488     text-transform: uppercase;
489     font-weight: bold;
490     text-align: left;
491 }
492
493 #rdetails_status tbody td {
494     padding-left: 13px;
495     text-align: left;
496 }
497 #rdetails_status tbody td.copy_note {
498     color: [% css_colors.primary %];
499     text-wrap:normal;
500     white-space:pre-wrap !important;
501     word-wrap:normal;
502 }
503
504 .rdetail_extras {
505     height: 29px;
506     background: [% css_colors.primary %];
507     padding-top:1px;
508     margin-bottom: 10px;
509     margin-top: 10px;
510     clear:both;
511 }
512
513 .rdetail_extras_hr {
514     height: 1px;
515     background: [% css_colors.accent_light %];
516     margin-left: 1px;
517     margin-right: 1px;
518 }
519
520 .rdetail_extras_link {
521     padding-top: 4px;
522     padding-left: 12px;
523     font-size: [% css_fonts.size_smaller %];
524     text-transform: uppercase;
525     font-weight: bold;
526 }
527
528 .rdetail_extras_lbl {
529     position: relative;
530     top: -4px;
531     left: 7px;
532     color: [% css_colors.text_invert %];
533 }
534
535 ##rdetail_extras_expand, #rdetail_extras_collapse, #rdetail_locs_collapse {
536     margin-left: 13px;
537 }
538
539 #rdetail_locs_expand, #rdetail_locs_collapse {
540     padding-bottom:3px;
541     margin-top:15px;
542     margin-left:13px;
543 }
544
545 #rdetail_anotes_div .biography {
546     margin:0;
547 }
548
549 .almost-content-wrapper {
550     background: [% css_colors.background %];
551 }
552
553 #content-wrapper {
554     background: [% css_colors.background %];
555     min-height: 260px;
556     border-bottom: 1px solid [% css_colors.border_dark %];
557 }
558
559 .content-wrapper-record-page { top: -15px; position: relative; }
560
561 #main-content-home {
562     padding-left: 17px;
563     margin-left: 1em;
564 }
565 #main-content {
566     padding-left: 0px;
567     margin-left: 1em;
568 }
569
570 #main-content-after-bar {
571     margin-left: 1em;
572     padding-left: 4px;
573 }
574
575 #results-side-bar { float: left; width: 174px; margin-right: 5px; background: [% css_colors.background %]; }
576
577 #main-content .login_boxes {
578     border: 1px solid [% css_colors.accent_lighter %];
579     background: linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
580     background: -moz-linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
581     background: -ms-linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
582     background: -o-linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
583     background: -webkit-linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
584
585     color: [% css_colors.accent_darker %];
586 }
587
588 #main-content .login_boxes h1 {
589     font-weight: normal;
590     font-size: [% css_fonts.size_biggest %];
591     margin:0;
592 }
593
594 #main-content .left_brain {
595     padding-left:28px;
596     padding-top:25px;
597 }
598
599 #main-content .left_brain input[type=text], #main-content .left_brain input[type=password] {
600     width:167px;
601     height:18px;
602     margin:0;
603     padding:0;
604     background: [% css_colors.background %];
605     font-size: [% css_fonts.size_bigger %];
606     color: [% css_colors.text %];
607 }
608
609 #main-content .left_brain .input_bg {
610     padding:10px 10px 0px 13px;
611     width:167px;
612     height:29px;
613 }
614
615 .login-help-box {
616     float: right;
617     width: 200px;
618     text-align: center;
619     margin-right: 25%;
620 }
621
622 .login-help-button {
623     font-size: [% css_fonts.size_biggest %];
624     padding: 1.5em;
625 }
626
627 #login-failed-message {
628     font-size: [% css_fonts.size_bigger %];
629     font-weight: bold;
630     color: [% css_colors.text_alert %];
631     padding-top: 1em;
632 }
633
634 #holds_temp_parent td {
635     border-bottom:1px solid [% css_colors.border_standard %];
636 }
637
638 #holds_temp_parent input, #holds_temp_parent select {
639     margin:0;
640 }
641
642 #holds_temp_parent tr td div {
643     margin-top: 10px;
644     margin-bottom: 10px;
645 }
646
647 #holds_temp_parent tr td div.format_icon {
648     margin-top: 6px;
649     margin-bottom: 6px;
650     float: none;
651 }
652
653 #results_header_bar {
654     background: [% css_colors.accent_medium %];
655     border-top:1px solid [% css_colors.accent_mediumdark %];
656 }
657
658 #results_header_inner {
659     height: 32px;
660     padding-top:6px;
661 }
662
663 .cached_list_div { height: 25px; }
664
665 .results_header_div {
666     float: left;
667     width: 0px;
668     height: 25px;
669     border-left: 1px solid [% css_colors.accent_mediumdark %];
670     border-right: 1px solid [% css_colors.accent_medium %];
671     margin: 0px 13px;
672 }
673
674 .results_header_lbl {
675     font-weight: bold;
676     float: left;
677     font-size: [% css_fonts.size_small %];
678     color: [% css_colors.text %];
679     background: [% css_colors.accent_medium %];
680     margin-right: 6px;
681 }
682
683 .results_header_sel {
684     /* width: 88px; */
685     float:left;
686     margin:0;
687 }
688
689 .results_header_nav1 {
690     padding: 5px 7px 6px 0px;
691     border-bottom: 1px dotted [% css_colors.accent_light %];
692 }
693
694 .results_header_nav1 .h1 {
695     font-size: [% css_fonts.size_bigger %];
696     font-weight:bold;
697     color:[% css_colors.primary_fade %];
698 }
699
700 .start_end_links_span {
701     font-size: [% css_fonts.size_small %];
702 }
703
704 #result_table_div {
705     margin-top: 1em;
706 }
707
708 tr.result_table_row > td.results_row_count,
709 tr.result_table_row > td.result_table_pic_header,
710 tr.result_table_row > td.result_table_title_cell {
711     vertical-align: top;
712 }
713
714 .result_metadata {
715     float: left;
716     width: 30em;
717 }
718
719 tr.result_table_row:nth-child(n+2) > td {
720     border-top: 1px solid [% css_colors.accent_lighter2 %];
721 }
722
723 tr.result_table_row > td.result_table_pic_header {
724     white-space: nowrap;
725     width: 78px;
726     padding-left: 1em;
727 }
728
729 .result_number {
730     padding-left:15px; white-space: nowrap; width: 320px;
731 }
732
733 .result_count_number {
734    font-weight: bold;
735 }
736
737 .result_table_subtable {
738     width: 100%;
739     padding-top: 1em;
740 }
741
742 div.result_table_utils_cont {
743     text-align:left;
744     float: left;
745 }
746
747 .icon_text {
748     text-transform:capitalize;
749 }
750
751 #myopac_summary_div p {
752     margin:0;
753     margin-bottom: 10px;
754 }
755
756 #acct_sum_checked_table td {
757     padding-bottom:5px;
758 }
759
760 .zero_search_hits_main { float:left; width:300px; margin-top: 2ex; }
761 .zero_search_hits_saved { float:left; width:200px; margin-top: 2ex; margin-right: 2em; }
762
763 #zero_search_hits p {
764     margin-top:0;
765 }
766
767 #zero_hits_term {
768     text-transform: uppercase;
769     font-weight: bold;
770 }
771
772 #zero_search_hits #spell_check_link {
773     text-transform: uppercase;
774 }
775
776 #zero_search_hits #zero_hits_suggestions {
777     text-transform: uppercase;
778 }
779
780 .results_info_table td {
781     padding-right: 10px;
782 }
783
784 #myopac_holds_main_table {
785     border-collapse: collapse;
786 }
787
788 #myopac_holds_main_table td {
789     border: 1px solid [% css_colors.border_dark %];
790     
791 }
792
793 #myopac_prefs_div .data_grid {
794     border-collapse:collapse;
795 }
796
797 #myopac_prefs_div .data_grid td {
798     background:[% css_colors.accent_ultralight %];
799     border-bottom:3px solid [% css_colors.background %];
800     padding:6px 0px 7px 17px;
801 }
802
803 .header_middle {
804     height:22px;
805     font-size: [% css_fonts.size_bigger %];
806     font-weight:bold;
807     color:[% css_colors.primary_fade %];
808     padding: 0px 7px 0px 0px;
809     border-bottom: 1px dotted [% css_colors.accent_light %];
810 }
811
812 .header_middle a {
813     font-weight: normal;
814 }
815
816 .acct_sum_table {
817     border-collapse: collapse;
818     background: [% css_colors.accent_ultralight %];
819     font-size: [% css_fonts.size_smaller %];
820     font-weight: bold;
821     text-transform: uppercase;
822 }
823
824 .acct_sum_table tr {
825     border-bottom: 2px solid white;
826 }
827
828 .acct_sum_table td {
829     padding: 1em;
830 }
831
832 .acct_sum_table a {
833     text-transform: none;
834     position:relative;
835     top:-1px;
836 }
837
838 .acct_sum_table .view_link {
839     font-weight: normal;
840 }
841
842 table.acct_notes {
843     border-collapse: collapse;
844     margin: -1em 0 0.5em 0;
845 }
846
847 table.acct_notes * {
848     border: solid thin;
849     padding: 0.5em; 
850 }
851
852 table.acct_notes th {
853     font-weight: bold;
854 }
855
856 #myopac_sum_fines {
857     float:right;
858     padding: 15px 0px 0px 23px;
859     background: [% css_colors.accent_ultralight %];
860     width: 177px;
861     height: 166px;
862 }
863
864 #myopac_sum_fines_placehold { float: right; width: 177px; height: 166px; }
865
866 .acct_holds_temp td {
867     text-align: left;
868 }
869
870 #acct_checked_tabs .align, #acct_holds_tabs .align, #acct_prefs_tabs .align {
871     float:left;
872     /*padding-left:10px;*/
873 }
874
875 #acct_checked_main_header, #acct_holds_main_header, #acct_checked_hist_header, #acct_list_header, #acct_list_header_anon, #temp_list_holds {
876     font-weight:bold;
877     text-transform:uppercase;
878     font-size: [% css_fonts.size_smaller %];
879     border-collapse: collapse;
880 }
881
882 #acct_checked_main_header td, #acct_holds_main_header td, #acct_checked_hist_header td, #acct_list_header td, #acct_list_header_anon td, #temp_list_holds td {
883     background: [% css_colors.accent_lighter2 %];
884     padding: 10px;
885 }
886
887 #acct_checked_main_header th, #acct_holds_main_header th, #acct_checked_hist_header th, #acct_list_header th, #acct_list_header_anon th, #temp_list_holds th {
888     text-align: left;
889     padding: 0px 10px 0px 10px;
890 }
891
892 #acct_list_header select, #acct_list_header_anon select {
893     font-weight:normal;
894     text-transform:none;
895 }
896
897 #acct_holds_activates_table label {
898     font-weight: bold;
899     font-size: [% css_fonts.size_small %];
900     text-transform:uppercase;
901     padding-right: 5px;
902 }
903
904 .search_catalog_lbl {
905     font-size: [% css_fonts.size_bigger %];
906 }
907
908 .adv_search_catalog_lbl {
909     font-size: [% css_fonts.size_bigger %];
910 }
911
912 .browse_the_catalog_lbl {
913     font-size: [% css_fonts.size_bigger %];
914 }
915
916 .lbl1 {
917     font-size: [% css_fonts.size_bigger %];
918     font-weight:bold;
919 }
920
921 .lbl2 {
922     font-size: [% css_fonts.size_smaller %];
923     font-weight:normal;
924     position:relative;
925     top:3px;
926     max-width:300px;
927 }
928
929 #myopac_tabs, #adv_search_parent, #fines_payments_wrapper {
930     background: [% css_colors.primary_fade %];
931     padding-top:5px;
932     margin-bottom:20px;
933 }
934
935 #fines_payments_wrapper {
936     padding-left: 5px; 
937     padding-right: 5px;
938 }
939
940 .myopac_payments_table th { text-align: left; }
941 .myopac_payments_table thead th { border-bottom: 1px dashed [% css_colors.accent_darker %]; }
942 .myopac_payments_table thead th:first-child { width: 8em; }
943 .myopac_payments_table tbody tr:nth-child(odd) { background-color: [% css_colors.accent_lighter %]; }
944 .myopac_payments_table form { display: inline; }
945 .myopac_payments_table input[type="submit"] { padding: 1px; }
946
947 .payment-error {
948     font-weight: bold; color: [% css_colors.text_alert %];
949     padding: 10px; border: 1px solid [% css_colors.accent_medium_dark %];
950 }
951
952 .payment-processing {
953     font-weight: bold;
954     color: [% css_colors.text_greatnews %];
955     font-size: [% css_fonts.size_bigger %];
956     padding: 10px; border: 1px solid [% css_colors.accent_medium_dark %];
957     text-align: center;
958 }
959
960 #adv_search_parent {
961     margin-bottom:0px;
962 }
963
964 #myopac_loading {
965     width:100%;
966     text-align:center;
967     padding-top:20px;
968     font-size: [% css_fonts.size_bigger %];
969     font-weight:bold;
970 }
971
972 .chili_link {
973     width:100px !important;
974     text-align: center !important;
975 }
976
977 .chili_review div.chili_link div {
978     margin: auto;
979 }
980
981 [%- IF we_want_to_turn_on_facet_styling.defined; %]
982 /* some facet styling */
983 .facetClassContainer { margin: 2px; border: 1px solid [% css_colors.accent_light %]; }
984 .facetClassLabelContainer { border: 1px solid [% css_colors.accent_light %]; }
985 .facetClassLabel { font-weight: bold; text-align: center; }
986 .facetFieldContainer {  }
987 .facetFieldLabel { padding-left: 2px; margin-top: 5px; margin-bottom: 5px; font-weight: bold; text-align: left; }
988 .extraFacetFieldsWrapper { }
989 .toggleExtraFacetFieldsButton { float: right; margin: 0px; padding: 0px; }
990 .facetFieldLineCount {
991     display: inline-block;
992     border-right: 1px solid [% css_colors.accent_light %];
993     color: [% css_colors.accent_mediumdark %];
994     width: 3em;
995     margin-right: 3px
996 }
997 .facetField { border-top: 1px solid [% css_colors.accent_light %]; }
998 .facetFields { padding-left: 5px; }
999 .facetFieldLineValue { overflow: hidden; text-overflow: ellipsis; }
1000 [%- END -%]
1001
1002 div.facet_sidebar {
1003     float: left;
1004     border-right: 1px solid [% css_colors.border_standard %];
1005     margin-right: 1em;
1006 }
1007
1008 .facet_box_temp {
1009     padding-bottom:3px;
1010     width: 15em;
1011     overflow:hidden;
1012 }
1013
1014 .facet_box_temp .header {
1015     height:31px;
1016     overflow:hidden;
1017     background:[% css_colors.primary %];
1018     -moz-border-top-left-radius: 5px;
1019     border-top-left-radius: 5px;
1020     -moz-border-top-right-radius: 5px;
1021     border-top-right-radius: 5px;
1022     font-weight:bold;
1023     color:[% css_colors.text_invert %];
1024     padding-top:4px;
1025 }
1026
1027 .facet_box_temp .header .title {
1028     float:left;
1029     padding-top:6px;
1030     padding-left:12px;
1031     overflow:hidden;
1032 }
1033
1034 .facet_box_temp .header a.button {
1035     float:right;
1036     padding-top:6px;
1037     padding-right:6px;
1038     color:[% css_colors.text_invert %];
1039 }
1040
1041 .facet_box_wrapper .box_wrapper {
1042     position:relative;
1043     top:-4px;
1044     margin-bottom:-5px;
1045     *margin-bottom:-6px;
1046 }
1047
1048 .facet_box_wrapper .box_wrapper .box {
1049     width: 14em;
1050     border-top:1px solid [% css_colors.border_standard %];
1051     border-left:1px solid [% css_colors.border_standard %];
1052     border-right:1px solid [% css_colors.border_standard %];
1053     background:[% css_colors.background %];
1054     padding-left:12px;
1055     padding-top:6px;
1056 }
1057
1058 .facet_template {
1059     padding-bottom:5px;
1060 }
1061
1062 .facet_template .facet {
1063     float:left;
1064     width:124px;
1065 }
1066
1067 .facet_template .count {
1068     float:right;
1069     color: [% css_colors.accent_mediumdark %];
1070     padding-right:11px;
1071 }
1072
1073 .facet_template_selected .facet {
1074     background-color: [% css_colors.accent_lighter2 %];
1075 }
1076
1077 .facet_border {
1078     border-left: 1px solid [% css_colors.border_standard %];
1079     padding-right: 0.5em;
1080 }
1081
1082 #footer-wrap {
1083     background: linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1084     background: -moz-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1085     background: -o-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1086     background: -webkit-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1087     background-color: [% css_colors.primary %];
1088 }
1089
1090 #footer {
1091     padding-top:5px;
1092     padding-bottom: 10px;
1093     margin-left: 1em;
1094     font-size: [% css_fonts.size_small %];
1095 }
1096
1097 #footer a {
1098     color: [% css_colors.text_invert %];
1099     text-decoration: none;
1100     text-shadow: 0 0 0.2em [% css_colors.primary %], 0 0 0.2em [% css_colors.primary %];
1101 }
1102
1103 #copyright_text, #footer_logo {
1104     color: [% css_colors.text_invert %];
1105 }
1106
1107 .color_4 {
1108     text-transform: uppercase;
1109     font-weight: bold;
1110     font-size: [% css_fonts.size_smaller %];
1111 }
1112
1113 .advanced_div { padding-top: 15px; }
1114 #adv_global_search select { width: 13em; }
1115 #adv_global_row { nowrap: 'nowrap'; }
1116 #adv_global_input_table select { width: 7em; }
1117 .adv_adv_link {
1118     font-size: [% css_fonts.size_smaller %];
1119     color: [% css_colors.text_alert %];
1120 }
1121 #acct_prefs_header { float: left; }
1122 .search_page_nav_link { cursor: pointer; }
1123 #opac.result.sort { width: 160px; }
1124 .renew-summary { font-size: [% css_fonts.size_bigger %]; font-style: italic; margin: 0.5ex 0; }
1125 .failure-text { margin-left: 4em; font-style: italic; color: [% css_colors.text_alert %]; }
1126 .refine-controls { font-size: [% css_fonts.size_bigger %]; padding: 0.5ex 0; }
1127 #adv_search_refine input[type=text] { border: 1px inset [% css_colors.accent_light %] !important; }
1128 #adv_search_refine select { border: 1px inset [% css_colors.accent_light %] !important; }
1129 #adv_search_refine {
1130     padding-left: 5em; background-color: [% css_colors.accent_lighter2 %]; margin: 2ex 0;
1131 }
1132 .row-remover { position: relative; top: 1px; vertical-align: middle; }
1133 .subtle-button {
1134     background-color: [% css_colors.background %];
1135     color: [% css_colors.primary %]; text-decoration: none;
1136     padding: 0; border: 0; margin: 0;
1137     vertical-align: middle;
1138 }
1139 .subtle-button:hover { text-decoration: underline; cursor: pointer; }
1140 .no-dec:hover { text-decoration: none; }
1141 .pending-addr td { background-color: [% css_colors.background_alert %] !important; border: 0 !important; }
1142
1143 #account-update-email table { text-align: center; padding: 20px; margin-top: 18px; border-collapse: collapse; }
1144 #account-update-email table td { padding: 5px 15px 5px 15px; border-bottom: 1px solid [% css_colors.accent_lighter %]; text-align: left;}
1145 #account-update-email-error { font-size: [% css_fonts.size_biggest %]; padding: 10px; border:1px solid [% css_colors.border_standard %];}
1146 a.dash-link:hover { text-decoration: underline !important; }
1147 #list_create_table td { vertical-align: middle; padding: 0 8px; }
1148 #list_create_table {
1149     background-color: [% css_colors.accent_light %];
1150     padding-bottom: 4px;
1151     margin-bottom: 10px;
1152     border-bottom: 1px dotted [% css_colors.accent_medium %];
1153 }
1154 .list-create-table-buttons input[type=image] { margin-top: 2px; }
1155 .result_table_format_cell { padding: 0px 10px; text-align: center; }
1156 .results_row_count { font-weight: bold; }
1157 #hold_editor h1 { font-size: [% css_fonts.size_bigger %]; font-weight: bold; }
1158 #hold_editor h2 { font-size: [% css_fonts.size_big %]; font-weight: normal; text-indent: 2em; font-style: italic; }
1159 #hold_editor h1, #hold_editor h2 { margin: 2px 0; }
1160 #hold_editor_table { background-color: [% css_colors.accent_lighter %]; padding: 0.5em; }
1161 #hold_editor_table th { text-align: right; padding-right: 1em; }
1162 #hold_editor_table td { padding: 0.25em 0; }
1163 .fmt-note { vertical-align: middle; padding-left: 1em !important; }
1164 .hold-editor-controls { text-align: center; padding-top: 1em !important; }
1165 .hold-editor-controls a { padding-left: 2em; }
1166
1167 .text-right { text-align: right; }
1168 .text-right-top { text-align: right; vertical-align: top; }
1169 .rdetail-author-div { padding-bottom: 10px; }
1170
1171 .invisible { visibility: hidden; }
1172 .rdetail-extras-summary { margin: 10px; }
1173 .staff-hold { background-color: [% css_colors.accent_lightest %]; }
1174 .expert-search tbody tr th { text-align: right; padding-left: 2em; }
1175 .expert-search-row { padding-top: 10px; }
1176 #adv_expert_row label { font-weight: bold; }
1177
1178 .bookshelf thead tr td {
1179     border-bottom: 1px dashed [% css_colors.accent_dark %];
1180     padding-bottom: 1ex;
1181 }
1182 .cn_browse_item { padding: 2ex; }
1183
1184 .results-paginator-selected { color: [% css_colors.text_alert %]; }
1185 .inactive-hold { background: [% css_colors.accent_lightest %]; }
1186
1187 #hold-items-list td { padding: 5px; margin-bottom: 20px; }
1188 .hold-items-list-title { font-size: [% css_fonts.size_bigger %]; }
1189 .hold-items-list-problem { color: [% css_colors.text_alert %]; }
1190
1191 .big-strong {font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1192
1193 .results_header_btns, .results_header_sel {
1194     float:left;
1195     margin-right: 6px;
1196     height: 26px;
1197 }
1198
1199 .opac-button:disabled {
1200     color: [% css_colors.accent_medium %];
1201     cursor: pointer !important;
1202     border: 1px solid [% css_colors.accent_light %];
1203     background-color: [% css_colors.accent_lighter %];
1204 }
1205
1206 div.opac-multiline-button > a,
1207 .opac-multiline-button > a,
1208 .opac-button, .results_header_btns, #simple-detail-view-links { 
1209     color: [% css_colors.button_text %];
1210     font-weight: bold; 
1211     text-decoration: none;
1212     text-shadow: 1px 1px 1px [% css_colors.button_text_shadow %];
1213     cursor: pointer !important;
1214     -moz-border-radius: 5px;
1215     border-radius: 5px;
1216     border: 1px solid [% css_colors.primary_fade %];
1217     background: linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1218     background: -moz-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1219     background: -o-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1220     background: -webkit-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1221     background-color: [% css_colors.primary %];
1222 }
1223
1224 .opac-button-header {
1225     background: [% css_colors.control %];
1226     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
1227 }
1228
1229 .results_header_btns a, #simple-detail-view-links a {
1230     margin: 10px;
1231     padding: 5px 10px 5px 10px;
1232     color: [% css_colors.text_invert %];
1233     vertical-align: middle;
1234     display: table-cell;
1235 }
1236
1237 .opac-multiline-button > a:hover,
1238 .opac-button:hover, .results_header_btns a:hover, #simple-detail-view-links a:hover {
1239     background: [% css_colors.primary %];
1240     text-decoration: none;
1241 }
1242
1243 .opac-multiline-button > a {
1244     display: inline-block;
1245 }
1246
1247 .opac-multiline-button > a, a.opac-button, input.opac-button {
1248     margin: 10px;
1249     padding: 5px 10px 5px 10px;
1250 }
1251
1252 #dash_wrapper .opac-button {
1253     position: relative;
1254     top: 10px;
1255 }
1256
1257 #myopac_checked_div {
1258     padding: 0px;
1259 }
1260
1261 .rdetail-mfhd-head {
1262     margin-top: 5px;
1263     padding-top: 5px;
1264     background-color: [% css_colors.table_heading %];
1265 }
1266
1267 .rdetail-mfhd-type {
1268     padding-left: 1em;
1269 }
1270
1271 .rdetail-mfhd-bottom {
1272     border-bottom: thin solid [% css_colors.border_dark %];
1273     width: 100%;
1274 }
1275
1276 #rdetail_record_details {
1277     clear: both;
1278     margin-top: 1em;
1279 }
1280
1281 .rdetail_content {
1282     margin-left: 1.5em;
1283     padding-left: 1.5em;
1284 }
1285
1286 .rdetail_content_type, .rdetail_subject_type {
1287     vertical-align: top;
1288     font-weight: bold;
1289 }
1290
1291 .bookbag-item-row td { vertical-align: top; }
1292
1293 .error { color: [% css_colors.text_alert %]; font-weight: bold; }
1294 .success {
1295     color: [% css_colors.text_greatnews %];
1296     font-weight: bold;
1297 }
1298
1299 .rdetail_related_subjects {
1300     margin-top: 1.5em;
1301 }
1302
1303 .rdetail_related_series {
1304     margin-top: 1.5em;
1305 }
1306
1307 #rdetail_openurl {
1308     margin-top: 1em;
1309 }
1310
1311 .rdetail_openurl_entry {
1312     margin-left: 1em;
1313     padding-left: 1em;
1314 }
1315 .bookbag-controls-holder { width: 100%; }
1316 .bookbag-controls-holder:nth-child(odd) { background-color: [% css_colors.accent_lighter2 %]; }
1317 .bookbag-controls-holder:nth-child(even) { background-color: [% css_colors.accent_lightest %]; }
1318 .bookbag-controls-holder .most {
1319     padding-left: 0;
1320     margin-right: 5em;
1321 }
1322 h2.bookbag-name { margin-bottom: 0em; padding-bottom: 0em; }
1323 .bookbag-share .fixed { min-width: 4em; }
1324 .bookbag-specific { margin-left: 1em; }
1325 .bookbag-specific div.sort { float: left; width: 45%; text-align: left; }
1326 .bookbag-specific div.meta { float: right; width: 54%; text-align: right; }
1327 #bbag-name-desc-form tr th { vertical-align: middle; }
1328 #bbag-name-desc-form .saver { vertical-align: middle; text-align: center; }
1329 .bookbag-description {
1330     padding-top: 0em;
1331     font-style: italic;
1332     max-width: 40em;
1333 }
1334 #bbag-edit-description { width: 20em; }
1335 #bbag-edit-name { width: 20em; }
1336 textarea { font-family: sans-serif; }
1337 table.bookbag-specific {
1338     border-right: 1px solid [% css_colors.accent_dark %];
1339     border-bottom: 1px solid [% css_colors.accent_medium %];
1340     margin-bottom: 2ex;
1341 }
1342 .bookbag-share {
1343     float: left;
1344     padding: 5px 0;
1345 }
1346 .bookbag-controls {
1347     float: left;
1348     padding: 5px 0px 0px 10px;
1349 }
1350
1351 .bookbag-specific td.list_checkbox {
1352     padding-left: 10px !important;
1353 }
1354 .bookbag-specific td.list_entry {
1355     min-width: 10em;
1356     padding-left: 5px !important;
1357 }
1358 .bookbag-specific td.list_actions {
1359     white-space: nowrap !important;
1360 }
1361 .bookbag-paginator-selected { color: [% css_colors.text_alert %]; }
1362
1363 .list_is_empty {
1364     padding: 8px 0px 6px 0px;
1365     width: 100%;
1366     border: 0;
1367     font-size: [% css_fonts.size_bigger %];
1368     text-align: center;
1369     font-style: italic;
1370 }
1371 .save-notes { padding-bottom: 1.5ex; }
1372
1373 /* Moved from semiauto.css */
1374 .adv_global_input_container { border-bottom: none; }
1375 .opac-auto-013 {
1376     border-bottom: none;
1377     *height: 0px;
1378 }
1379 .adv_global_filter_sort {
1380     border: none;
1381     width: 100%;
1382 }
1383 .clear-both { clear: both; }
1384 .common-no-pad {
1385     clear: both;
1386     height: 0px;
1387     margin: 0px;
1388     padding: 0px;
1389 }
1390 .common-full-pad {
1391     clear: both;
1392     height: 15px;
1393 }
1394 .alert { color: [% css_colors.text_alert %]; }
1395 .float-left { float: left; }
1396 .float-right { float: right; }
1397
1398 .saved-searches-header { width: 100%; font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1399 .saved-searches-header .button { float: right; width: 28px; }
1400 .saved-searches-header .text { float: left; padding-right: 1em; margin: 0.5ex 0;}
1401 .saved-searches-header {font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1402 .saved-searches { border-bottom: 1px solid [% css_colors.accent_medium %]; padding-right: 1em; }
1403 #staff-saved-search { /* wraps .saved-searches-header and .saved-searches on the record page */
1404     border-right: 1px solid [% css_colors.accent_darker %];
1405 }
1406 .result_item_circulated {
1407     padding-top: 4px;
1408 }
1409
1410 .result_item_circulated span {
1411     position: relative;
1412     top:-3px;
1413     left:3px;
1414 }
1415
1416 #search-only-bookbag-container { margin: 2ex 0; font-weight: bold; }
1417 #result-bookbag-heading { text-align: center; margin: 2ex; }
1418
1419 .result-bookbag-name { font-size: [% css_fonts.size_bigger %]; font-weight: bold; }
1420 .result-bookbag-description { font-size: [% css_fonts.size_bigger %]; font-style: italic; }
1421 .result-bookbag-item-note { font-style: italic; }
1422 .lowhits-bookbag-name { font-weight: bold; }
1423 .oils_AS { font-weight: bold; color: [% css_colors.text_match %]; }
1424 .oils_AS_match_term { text-align: left; color: [% css_colors.text %]; }
1425 .oils_AS_match_field {
1426     font-size: [% css_fonts.size_smallest %]; padding: 0.65em 0;
1427     text-align: right; color: [% css_colors.accent_medium %];
1428 }
1429 table.result_holdings_table {
1430     margin-top: 1em;
1431     margin-bottom: 1em;
1432 }
1433 table.result_holdings_table thead tr {
1434     background: [% css_colors.table_heading %];
1435 }
1436 table.result_holdings_table thead tr th {
1437     font-weight: bold;
1438 }
1439 span.preflib {
1440     margin: 0 2em 0 2em;
1441 }
1442 a.preflib_change {
1443   vertical-align: super;
1444   font-size: [% css_fonts.size_smaller %];
1445   line-height: normal;
1446   text-decoration: none;
1447 }
1448 .rdetail-holding-group { margin-left: 1.5em; }
1449 .rdetail-holding-group span { margin-left: 1.5em; }
1450 .rdetail-holding-group .paging { margin-left: 1.5em; }
1451 #rdetail_deleted_exp {
1452     font-weight: bold;
1453     padding: 1em;
1454     margin: 1em;
1455     border: thick solid [% css_colors.border_alert %];
1456 }
1457
1458 #ac_tab_wrapper { width : 100%; }
1459 .ac_tab { float: left; padding-right: 10px; font-size: [% css_fonts.size_big %]; padding: 5px; border: 1px solid [% css_colors.primary_offset %]; }
1460 .ac_tab_selected { background-color: [% css_colors.primary_offset %]; }
1461 .ac_tab_selected a { color: [% css_colors.text_invert %]; }
1462 #ac_content { clear: both; width: 100%; margin-top: 10px; }
1463
1464 /* Popmenu styles used for making css menus. */
1465 .popmenu {
1466     margin: 0;
1467     padding: 0;
1468 }
1469 .popmenu li {
1470     list-style: none;
1471 }
1472 .popmenu li a {
1473     display: block;
1474     padding: 3px 5px;
1475 }
1476 .popmenu li ul {
1477     display: none; 
1478     width: 10em; /* Width to help Opera out */
1479     background-color: [% css_colors.primary %];
1480 }
1481 .popmenu li:hover ul {
1482     display: block;
1483     position: absolute;
1484     margin: 0;
1485     padding: 0;
1486     border-color: [% css_colors.border_dark %];
1487     border-width: 1px;
1488     border-style: solid;
1489 }
1490 .popmenu li:hover li {
1491     float: none;
1492 }
1493 .popmenu li:hover li a {
1494     background-color: [% css_colors.primary %]; 
1495     color: [% css_colors.accent_ultralight %];
1496 }
1497 .popmenu li li a:hover {
1498     background-color: [% css_colors.accent_ultralight %]; 
1499     color: [% css_colors.primary %];
1500 }
1501 /* Styles for the temporary list entry. */
1502 .popmenu li:hover li[class~="temporary"] a {
1503     background-color: [% css_colors.primary %]; 
1504     color: [% css_colors.accent_ultralight %];
1505 }
1506 .popmenu li li[class~="temporary"] a:hover {
1507     background-color: [% css_colors.accent_ultralight %]; 
1508     color: [% css_colors.primary %];
1509 }
1510 /* Styles for the default list entry. */
1511 .popmenu li:hover li[class~="default"] a {
1512     background-color: [% css_colors.primary %]; 
1513     color: [% css_colors.accent_ultralight %];
1514 }
1515 .popmenu li li[class~="default"] a:hover {
1516     background-color: [% css_colors.accent_ultralight %]; 
1517     color: [% css_colors.primary %];
1518 }
1519 /* Styles for the new list entry. */
1520 .popmenu li:hover li[class~="new"] a {
1521     background-color: [% css_colors.primary %]; 
1522     color: [% css_colors.accent_ultralight %];
1523 }
1524 .popmenu li li[class~="new"] a:hover {
1525     background-color: [% css_colors.accent_ultralight %]; 
1526     color: [% css_colors.primary %];
1527 }
1528 /* Style to add a divider on the menu. */
1529 .popmenu li li[class~="divider"] {
1530     border-bottom-width: 1px;
1531     border-bottom-color: [% css_colors.border_dark %];
1532     border-bottom-style: solid;
1533 }
1534     
1535 #locale_picker_form {
1536     float: right;
1537     padding: 0.5em 1em 0.5em 0;
1538     border-right: thin [% css_colors.control %] solid;
1539 }
1540
1541 #locale_picker_form * {
1542     margin: 0;
1543     padding: 0;
1544     vertical-align: middle;
1545 }
1546
1547 #patron_usr_barcode_not_found {
1548     font-weight: bold; color: [% css_colors.text_alert %];
1549 }
1550
1551 .record_title {
1552     font-weight: bold;
1553 }
1554
1555 .record_author {
1556     font-style: italic;
1557 }
1558
1559 .password_message {
1560     padding-top: 1em;
1561     padding-bottom: 0.5em;
1562         font-style: italic;
1563 }
1564
1565 #maintenance_message {
1566     padding: 5px;
1567     width: 100%;
1568     background-color: [% css_colors.text_alert %];
1569     color: [% css_colors.text_invert %];
1570     text-align: center;
1571 }
1572
1573 #search-box > span {
1574     margin: 0 1em;
1575 }
1576 .browse-error {
1577     font-weight: bold;
1578     font-color: #c00;
1579 }
1580 .browse-result-sources, .browse-result-authority-bib-links {
1581     margin-left: 1em;
1582 }
1583 .browse-result-best-match {
1584     font-weight: bold;
1585 }
1586 .browse-pager {
1587     margin: 2ex 0;
1588 }
1589 .browse-result-list {
1590     padding-bottom: 0.5ex;
1591 }
1592 .browse-shortcuts {
1593     font-size: 120%;
1594 }
1595 .browse-result-authority-field-name {
1596     font-style: italic;
1597     margin-right: 1em;
1598 }
1599 .browse-leading-article-warning {
1600     font-style: italic;
1601     font-size: 110%;
1602 }
1603 .browse-public-general-note {
1604     font-size: 110%;
1605 }
1606 .browse-public-general-note-label { }
1607 .browse-public-general-note-institution {
1608     font-style: normal;
1609     font-weight: bold;
1610 }
1611 .browse-public-general-note-body {
1612     font-style: italic;
1613 }
1614
1615 .bib_peer_type {
1616     font-weight: bold;
1617 }
1618
1619 #main-content-register {
1620     margin-left: 40px;
1621     font-size: 120%;
1622 }
1623
1624 #main-content-register table { 
1625     padding: 20px; 
1626     margin-top: 18px; 
1627     border-collapse: collapse;
1628 }
1629
1630 #main-content-register td {
1631     text-align: left;
1632 }
1633
1634 #main-content-register td:not(:first-child) {
1635     padding-left: 20px;
1636 }
1637
1638 .patron-reg-invalid {
1639     font-weight: bold;
1640     color: red;
1641     padding-right: 10px;
1642 }
1643
1644 .result_footer_nav1 {
1645     clear: both;
1646 }
1647
1648 .small_view_only, #refine_hits {
1649     display: none;
1650 }
1651
1652 .rdetail_authors_div {
1653     margin-bottom: 1em;
1654 }
1655
1656 @media only screen and (max-width: 600px) {
1657     body {
1658         font-size: 12pt;
1659     }
1660     input, select {
1661         font-size: 110%;
1662     }
1663     span .nav_arrow_fix {
1664         display: none;
1665     }
1666     #header {
1667         padding: 0px;
1668         margin: 0px;
1669     }
1670     #homesearch_main_logo img {
1671         width:75%;
1672     }
1673     #format_selector {
1674         display:none;
1675     }
1676     #your-acct-login {
1677         padding: 0px;
1678         padding-top: 10px;
1679     }
1680     #your-acct-login a {
1681         margin: 0px;
1682         padding: 5px;
1683     }
1684     #topnav_logo {
1685         padding: 0px;
1686     }
1687     #topnav_logo img {
1688         width: 200px;
1689     }
1690     #locale_picker_form {
1691         display: none;
1692     }
1693     #gold-links-holder {
1694         display: none;
1695     }
1696     #simple-detail-view-links {
1697         display: none;
1698     }
1699     .results_header_btns:nth-child(2) {
1700         display: none;
1701     }
1702     .opac-button {
1703         padding: 5px;
1704         margin: 3px;
1705     }
1706     #acct_tabs a, #acct_fines_tabs a {
1707        padding: 2px 4px 3px 4px;
1708        -moz-border-radius: 6px 6px 0px 0px;
1709        border-radius: 6px 6px 0px 0px;
1710        font-size: 100%; 
1711        margin: 0px 5px 0px 0px;
1712     }
1713     #acct_fines_tabs {
1714        display: none;
1715     }
1716
1717     #acct_select {
1718         display: inline-block;
1719     }
1720     
1721     #acct_tabs {
1722          display:none;
1723     }
1724     
1725     #acct_checked_tabs {
1726         display:none;
1727     }
1728     #acct_checked_main_header tr td:nth-child(5), #acct_checked_main_header tr td:nth-child(6) {
1729         display:none;
1730     }
1731     #acct_checked_temp table tr td:nth-child(5), #acct_checked_temp table tr td:nth-child(6) {
1732         display: none;
1733     }
1734     #acct_holds_tabs {
1735         display: none;
1736     }
1737     #holds_main form table.opac-auto-097 tr td:nth-child(3), #holds_main form table.opac-auto-097 tr td:nth-child(5) {
1738         display: none;
1739     }
1740     #acct_holds_main_header tr td:nth-child(3), 
1741     #acct_holds_main_header tr td:nth-child(4), #acct_holds_main_header tr td:nth-child(5), 
1742     #acct_holds_main_header tr td:nth-child(6), #acct_holds_main_header tr td:nth-child(7), 
1743     #acct_holds_main_header tr td:nth-child(8) {
1744         display: none;
1745     }
1746     tr#acct_holds_temp td:nth-child(3), 
1747     tr#acct_holds_temp td:nth-child(4), tr#acct_holds_temp td:nth-child(5), 
1748     tr#acct_holds_temp td:nth-child(6), tr#acct_holds_temp td:nth-child(7), 
1749     tr#acct_holds_temp td:nth-child(8), tr#acct_holds_temp td:nth-child(10) {
1750         display: none;
1751     }
1752     #dash_wrapper div {
1753         background: transparent;
1754         padding: 0px;
1755     }
1756     #dash_wrapper {
1757         position: static;
1758         top: auto;
1759     }
1760     #dash_wrapper .opac-button {
1761         top: 0px;
1762     }
1763     .small_view_only {
1764         display: inline !important;
1765     }
1766     #dash_identity a {
1767         float:right;
1768     }
1769     #dashboard {
1770         display: none;
1771     }
1772     #holds_box form blockquote {
1773         margin-left: 10px;
1774         margin-right: 2px;
1775     }
1776     #holds_box form blockquote select {
1777         width: 100%;
1778     }
1779     #myopac_sum_fines_placehold {
1780         display:none;
1781     }
1782     #myopac_sum_fines {
1783         display: none;
1784     }
1785     #myopac_circ_trans_row td:nth-child(2), #myopac_circ_trans_row td:nth-child(3),
1786     #myopac_circ_trans_row td:nth-child(4), #myopac_circ_trans_row td:nth-child(5) {
1787         display: none;
1788     }
1789     #myopac_trans_row td:nth-child(1), #myopac_trans_row td:nth-child(2), 
1790     #myopac_trans_row td:nth-child(3), #myopac_trans_row td:nth-child(4) {
1791         display: none;
1792     }
1793     /* Hack el terrible... */
1794     #myopac_circ_trans_div table thead tr td:nth-child(2), #myopac_circ_trans_div table thead tr td:nth-child(3), 
1795     #myopac_circ_trans_div table thead tr td:nth-child(4), #myopac_circ_trans_div table thead tr td:nth-child(5) { 
1796         display:none;
1797     }
1798     #myopac_trans_div table thead tr td:nth-child(1), #myopac_trans_div table thead tr td:nth-child(2), 
1799     #myopac_trans_div table thead tr td:nth-child(3), #myopac_trans_div table thead tr td:nth-child(4) {
1800         display: none;
1801     } 
1802     .results_header_div, .results_header_lbl {
1803         display: none;
1804     }
1805     .results_header_nav1 span.h1 {
1806         display: none;
1807     }
1808     .preflib {
1809         display: none;
1810     }
1811     .start_end_links_span {
1812         /* font-size: 12px; test */
1813         display: block;
1814     }
1815     .invisible {
1816         display: none;
1817     }
1818     .result_table_pic_header {
1819         padding-left: 0px !important;
1820         padding-right: 5px;
1821         width: 0px !important;
1822         margin: 0px;
1823     }
1824     .result_table_pic {
1825         width: 55px;
1826         padding: 0px;
1827         margin: 0px;
1828     }
1829     tr[name=results_isbn_tr], tr[name=results_phys_desc_tr], tr[name=results_pub_tr] strong, .result_count {
1830          display: none;
1831     }
1832     tr.result_table_title_cell[name=bib_cn_list] .result_holdings_table th:nth-child(4),
1833     tr.result_table_title_cell[name=bib_cn_list] .result_holdings_table td:nth-child(4) {
1834         display:none;
1835     }
1836     .results_info_table td {
1837         padding: 0px;
1838     }
1839     #results_header_bar {
1840         background-color: inherit;
1841     }
1842     .results_header_btns a {
1843         margin: 0px;
1844     }
1845     #main-content {
1846         margin-left: 1px;
1847     }
1848     #rdetails_status thead {
1849         display: none;
1850     }
1851     #rdetails_status tr {
1852         display: block;
1853         margin-top: 3px;
1854     }
1855     #rdetails_status tr:nth-of-type(odd) {
1856         background-color: #eee;
1857     }
1858     #rdetails_status td {
1859         display: block;
1860         padding: 1px;
1861     }
1862     select#pickup_lib.search-wrapper-locg {
1863         width: 100%;
1864     }
1865     #search-wrapper #search-box {
1866         width: 85%;
1867         padding-top: 5px;
1868     }
1869     #main-content-home {
1870         padding: 0px;
1871         margin: 0px;
1872     }
1873     /* Make use of full width in mobile mode */
1874     .facet_box_wrapper .box_wrapper .box,
1875     .facet_template .facet,
1876     .facet_box_temp {
1877         width: inherit;
1878     }
1879     .facet_template .count {
1880         padding-left: 1em;
1881     }
1882     .facet_sidebar {
1883         margin-top: 0.5em;
1884     }
1885     #refine_hits {
1886         display: block;
1887         padding-left: 15px;
1888     }
1889     #adv_search_parent {
1890         font-size: [% css_fonts.size_smaller %];
1891     }
1892     #adv_search_filters {                                                                                                                             
1893         position: relative;                                                                                                                           
1894         width: 300px;
1895     }
1896     #format_actions {
1897         float: left;
1898     }
1899     .rdetail_aux_utils {
1900         padding: 0px;
1901         border: none;
1902     }
1903     .result_metadata {
1904         width: inherit;
1905     }
1906     div#rdetail_actions_div {
1907         float: none;
1908     }
1909     h2.rdetail_uris {
1910         clear: both;
1911     }
1912     .search_catalog_lbl {
1913         margin-left: 0;
1914         white-space: nowrap;
1915     }
1916     .adv_search_catalog_lbl { 
1917         margin-top: 0;
1918         white-space: nowrap;
1919     }
1920     .browse_the_catalog_lbl {
1921         white-space: nowrap;
1922     }
1923     .mobile_hide {
1924         display: none;
1925     } 
1926     .searchbar { line-height: 1.5em; }
1927     #browse-controls { line-height: 1.5em; }
1928     #search_query_label, #search_qtype_label, #search_itype_label, #search_locg_label {
1929         display: block;
1930     }
1931     .bookshelf td {
1932         display: block;
1933         width: 100%;
1934     }
1935     .bookshelf table thead tr {
1936         display: block;
1937     }
1938 }