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