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