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