]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/css/style.css.tt2
e3dcad8e302cd3f77e501418d21236559afba926
[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 #results_header_inner {
660     padding-top: 0.5em;
661     padding-bottom: 0.5em;
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     font-size: [% css_fonts.size_small %];
678     color: [% css_colors.text %];
679     background: [% css_colors.accent_medium %];
680     margin-right: 6px;
681 }
682
683 .results_header_sel {
684     /* width: 88px; */
685     float:left;
686     margin:0;
687 }
688
689 .results_header_nav1 {
690     padding: 5px 7px 6px 0px;
691     border-bottom: 1px dotted [% css_colors.accent_light %];
692 }
693
694 .results_header_nav1 .h1 {
695     font-size: [% css_fonts.size_bigger %];
696     font-weight:bold;
697     color:[% css_colors.primary_fade %];
698 }
699
700 .start_end_links_span {
701     font-size: [% css_fonts.size_small %];
702 }
703
704 #result_table_div {
705     margin-top: 1em;
706 }
707
708 tr.result_table_row > td.results_row_count,
709 tr.result_table_row > td.result_table_pic_header,
710 tr.result_table_row > td.result_table_title_cell {
711     vertical-align: top;
712 }
713
714 .result_metadata {
715     float: left;
716     width: 30em;
717     padding-right: 2em;
718 }
719
720 tr.result_table_row:nth-child(n+2) > td {
721     border-top: 1px solid [% css_colors.accent_lighter2 %];
722 }
723
724 tr.result_table_row > td.result_table_pic_header {
725     white-space: nowrap;
726     width: 78px;
727     padding-left: 1em;
728 }
729
730 .result_number {
731     padding-left:15px; white-space: nowrap; width: 320px;
732 }
733
734 .result_count_number {
735    font-weight: bold;
736 }
737
738 .result_table_subtable {
739     width: 100%;
740     padding-top: 1em;
741 }
742
743 div.result_table_utils_cont {
744     text-align:left;
745     float: left;
746 }
747
748 .icon_text {
749     text-transform:capitalize;
750 }
751
752 #myopac_summary_div p {
753     margin:0;
754     margin-bottom: 10px;
755 }
756
757 #acct_sum_checked_table td {
758     padding-bottom:5px;
759 }
760
761 .zero_search_hits_main { float:left; width:300px; margin-top: 2ex; }
762 .zero_search_hits_saved { float:left; width:200px; margin-top: 2ex; margin-right: 2em; }
763
764 #zero_search_hits p {
765     margin-top:0;
766 }
767
768 #zero_hits_term {
769     text-transform: uppercase;
770     font-weight: bold;
771 }
772
773 #zero_search_hits #spell_check_link {
774     text-transform: uppercase;
775 }
776
777 #zero_search_hits #zero_hits_suggestions {
778     text-transform: uppercase;
779 }
780
781 .results_info_table td {
782     padding-right: 10px;
783 }
784
785 #myopac_holds_main_table {
786     border-collapse: collapse;
787 }
788
789 #myopac_holds_main_table td {
790     border: 1px solid [% css_colors.border_dark %];
791     
792 }
793
794 #myopac_prefs_div .data_grid {
795     border-collapse:collapse;
796 }
797
798 #myopac_prefs_div .data_grid td {
799     background:[% css_colors.accent_ultralight %];
800     border-bottom:3px solid [% css_colors.background %];
801     padding:6px 0px 7px 17px;
802 }
803
804 .header_middle {
805     height:22px;
806     font-size: [% css_fonts.size_bigger %];
807     font-weight:bold;
808     color:[% css_colors.primary_fade %];
809     padding: 0px 7px 0px 0px;
810     border-bottom: 1px dotted [% css_colors.accent_light %];
811 }
812
813 .header_middle a {
814     font-weight: normal;
815 }
816
817 .acct_sum_table {
818     border-collapse: collapse;
819     background: [% css_colors.accent_ultralight %];
820     font-size: [% css_fonts.size_smaller %];
821     font-weight: bold;
822     text-transform: uppercase;
823 }
824
825 .acct_sum_table tr {
826     border-bottom: 2px solid white;
827 }
828
829 .acct_sum_table td {
830     padding: 1em;
831 }
832
833 .acct_sum_table a {
834     text-transform: none;
835     position:relative;
836     top:-1px;
837 }
838
839 .acct_sum_table .view_link {
840     font-weight: normal;
841 }
842
843 table.acct_notes {
844     border-collapse: collapse;
845     margin: -1em 0 0.5em 0;
846 }
847
848 table.acct_notes * {
849     border: solid thin;
850     padding: 0.5em; 
851 }
852
853 table.acct_notes th {
854     font-weight: bold;
855 }
856
857 #myopac_sum_fines {
858     float:right;
859     padding: 15px 0px 0px 23px;
860     background: [% css_colors.accent_ultralight %];
861     width: 177px;
862     height: 166px;
863 }
864
865 #myopac_sum_fines_placehold { float: right; width: 177px; height: 166px; }
866
867 .acct_holds_temp td {
868     text-align: left;
869 }
870
871 #acct_checked_tabs .align, #acct_holds_tabs .align, #acct_prefs_tabs .align {
872     float:left;
873     /*padding-left:10px;*/
874 }
875
876 #acct_checked_main_header, #acct_holds_main_header, #acct_checked_hist_header, #acct_list_header, #acct_list_header_anon, #temp_list_holds {
877     font-weight:bold;
878     text-transform:uppercase;
879     font-size: [% css_fonts.size_smaller %];
880     border-collapse: collapse;
881 }
882
883 #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 {
884     background: [% css_colors.accent_lighter2 %];
885     padding: 10px;
886 }
887
888 #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 {
889     text-align: left;
890     padding: 0px 10px 0px 10px;
891 }
892
893 #acct_list_header select, #acct_list_header_anon select {
894     font-weight:normal;
895     text-transform:none;
896 }
897
898 #acct_holds_activates_table label {
899     font-weight: bold;
900     font-size: [% css_fonts.size_small %];
901     text-transform:uppercase;
902     padding-right: 5px;
903 }
904
905 .search_catalog_lbl {
906     font-size: [% css_fonts.size_bigger %];
907 }
908 .adv_search_catalog_lbl {
909     font-size: [% css_fonts.size_bigger %];
910 }
911
912 .browse_the_catalog_lbl {
913     font-size: [% css_fonts.size_bigger %];
914 }
915
916 .lbl1 {
917     font-size: [% css_fonts.size_bigger %];
918     font-weight:bold;
919 }
920
921 .lbl2 {
922     font-size: [% css_fonts.size_smaller %];
923     font-weight:normal;
924     position:relative;
925     top:3px;
926     max-width:300px;
927 }
928
929 #myopac_tabs, #adv_search_parent, #fines_payments_wrapper {
930     background: [% css_colors.primary_fade %];
931     padding-top:5px;
932     margin-bottom:20px;
933 }
934
935 #fines_payments_wrapper {
936     padding-left: 5px; 
937     padding-right: 5px;
938 }
939
940 .myopac_payments_table th { text-align: left; }
941 .myopac_payments_table thead th { border-bottom: 1px dashed [% css_colors.accent_darker %]; }
942 .myopac_payments_table thead th:first-child { width: 8em; }
943 .myopac_payments_table tbody tr:nth-child(odd) { background-color: [% css_colors.accent_lighter %]; }
944 .myopac_payments_table form { display: inline; }
945 .myopac_payments_table input[type="submit"] { padding: 1px; }
946
947 .payment-error {
948     font-weight: bold; color: [% css_colors.text_alert %];
949     padding: 10px; border: 1px solid [% css_colors.accent_medium_dark %];
950 }
951
952 .payment-processing {
953     font-weight: bold;
954     color: [% css_colors.text_greatnews %];
955     font-size: [% css_fonts.size_bigger %];
956     padding: 10px; border: 1px solid [% css_colors.accent_medium_dark %];
957     text-align: center;
958 }
959 #adv_search_input { width: 100%; }
960 #adv_search_parent {
961     margin-bottom:0px;
962 }
963 #search-submit-spinner {
964     height: 16px;
965     width: 16px;
966 }
967 div.adv_search_available {
968     margin-top: 1em;
969 }
970 #myopac_loading {
971     width:100%;
972     text-align:center;
973     padding-top:20px;
974     font-size: [% css_fonts.size_bigger %];
975     font-weight:bold;
976 }
977
978 .chili_link {
979     width:100px !important;
980     text-align: center !important;
981 }
982
983 .chili_review div.chili_link div {
984     margin: auto;
985 }
986
987 [%- IF we_want_to_turn_on_facet_styling.defined; %]
988 /* some facet styling */
989 .facetClassContainer { margin: 2px; border: 1px solid [% css_colors.accent_light %]; }
990 .facetClassLabelContainer { border: 1px solid [% css_colors.accent_light %]; }
991 .facetClassLabel { font-weight: bold; text-align: center; }
992 .facetFieldContainer {  }
993 .facetFieldLabel { padding-left: 2px; margin-top: 5px; margin-bottom: 5px; font-weight: bold; text-align: left; }
994 .extraFacetFieldsWrapper { }
995 .toggleExtraFacetFieldsButton { float: right; margin: 0px; padding: 0px; }
996 .facetFieldLineCount {
997     display: inline-block;
998     border-right: 1px solid [% css_colors.accent_light %];
999     color: [% css_colors.accent_mediumdark %];
1000     width: 3em;
1001     margin-right: 3px
1002 }
1003 .facetField { border-top: 1px solid [% css_colors.accent_light %]; }
1004 .facetFields { padding-left: 5px; }
1005 .facetFieldLineValue { overflow: hidden; text-overflow: ellipsis; }
1006 [%- END -%]
1007
1008 div#facet_sidebar {
1009     float: left;
1010     border-right: 1px solid [% css_colors.border_standard %];
1011     margin-right: 1em;
1012 }
1013
1014 .facet_box_temp {
1015     padding-bottom:3px;
1016     width: 15em;
1017     overflow:hidden;
1018 }
1019
1020 .facet_box_temp .header {
1021     height:31px;
1022     overflow:hidden;
1023     background:[% css_colors.primary %];
1024     -moz-border-top-left-radius: 5px;
1025     border-top-left-radius: 5px;
1026     -moz-border-top-right-radius: 5px;
1027     border-top-right-radius: 5px;
1028     font-weight:bold;
1029     color:[% css_colors.text_invert %];
1030     padding-top:4px;
1031 }
1032
1033 .facet_box_temp .header .title {
1034     float:left;
1035     padding-top:6px;
1036     padding-left:12px;
1037     overflow:hidden;
1038 }
1039
1040 .facet_box_temp .header a.button {
1041     float:right;
1042     padding-top:6px;
1043     padding-right:6px;
1044     color:[% css_colors.text_invert %];
1045 }
1046
1047 .facet_box_wrapper .box_wrapper {
1048     position:relative;
1049     top:-4px;
1050     margin-bottom:-5px;
1051     *margin-bottom:-6px;
1052 }
1053
1054 .facet_box_wrapper .box_wrapper .box {
1055     width: 14em;
1056     border-top:1px solid [% css_colors.border_standard %];
1057     border-left:1px solid [% css_colors.border_standard %];
1058     border-right:1px solid [% css_colors.border_standard %];
1059     background:[% css_colors.background %];
1060     padding-left:12px;
1061     padding-top:6px;
1062 }
1063
1064 .facet_template {
1065     padding-bottom:5px;
1066 }
1067
1068 .facet_template .facet {
1069     float:left;
1070     width:124px;
1071 }
1072
1073 .facet_template .count {
1074     float:right;
1075     color: [% css_colors.accent_mediumdark %];
1076     padding-right:11px;
1077 }
1078
1079 .facet_template_selected .facet {
1080     background-color: [% css_colors.accent_lighter2 %];
1081 }
1082
1083 .facet_border {
1084     border-left: 1px solid [% css_colors.border_standard %];
1085     padding-right: 0.5em;
1086 }
1087
1088 #footer-wrap {
1089     background: linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1090     background: -moz-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1091     background: -o-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1092     background: -webkit-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1093     background-color: [% css_colors.primary %];
1094 }
1095
1096 #footer {
1097     padding-top:5px;
1098     padding-bottom: 10px;
1099     margin-left: 1em;
1100     font-size: [% css_fonts.size_small %];
1101 }
1102
1103 #footer a {
1104     color: [% css_colors.text_invert %];
1105     text-decoration: none;
1106     text-shadow: 0 0 0.2em [% css_colors.primary %], 0 0 0.2em [% css_colors.primary %];
1107 }
1108
1109 #copyright_text, #footer_logo {
1110     color: [% css_colors.text_invert %];
1111 }
1112
1113 .color_4 {
1114     text-transform: uppercase;
1115     font-weight: bold;
1116     font-size: [% css_fonts.size_smaller %];
1117 }
1118
1119 .advanced_div { padding-top: 15px; }
1120 #adv_global_search { width: 100%; }
1121 #adv_global_search select { width: 13em; }
1122 #adv_global_addrow td { padding-top: 7px; }
1123 #adv_global_input_table { width: 100%; }
1124 #adv_global_input_table select { width: 7em; }
1125 .adv_adv_link {
1126     font-size: [% css_fonts.size_smaller %];
1127     color: [% css_colors.text_alert %];
1128 }
1129 #acct_prefs_header { float: left; }
1130 .search_page_nav_link { cursor: pointer; }
1131 #opac.result.sort { width: 160px; }
1132 .renew-summary { font-size: [% css_fonts.size_bigger %]; font-style: italic; margin: 0.5ex 0; }
1133 .failure-text { margin-left: 4em; font-style: italic; color: [% css_colors.text_alert %]; }
1134 .refine-controls { font-size: [% css_fonts.size_bigger %]; padding: 0.5ex 0; }
1135 #adv_search_refine input[type=text] { border: 1px inset [% css_colors.accent_light %] !important; }
1136 #adv_search_refine select { border: 1px inset [% css_colors.accent_light %] !important; }
1137 #adv_search_refine {
1138     padding-left: 5em; background-color: [% css_colors.accent_lighter2 %]; margin: 2ex 0;
1139 }
1140 .row-remover { position: relative; top: 1px; vertical-align: middle; }
1141 .subtle-button {
1142     background-color: [% css_colors.background %];
1143     color: [% css_colors.primary %]; text-decoration: none;
1144     padding: 0; border: 0; margin: 0;
1145     vertical-align: middle;
1146 }
1147 .subtle-button:hover { text-decoration: underline; cursor: pointer; }
1148 .no-dec:hover { text-decoration: none; }
1149 .pending-addr td { background-color: [% css_colors.background_alert %] !important; border: 0 !important; }
1150
1151 #account-update-email table { text-align: center; padding: 20px; margin-top: 18px; border-collapse: collapse; }
1152 #account-update-email table td { padding: 5px 15px 5px 15px; border-bottom: 1px solid [% css_colors.accent_lighter %]; text-align: left;}
1153 #account-update-email-error { font-size: [% css_fonts.size_biggest %]; padding: 10px; border:1px solid [% css_colors.border_standard %];}
1154 a.dash-link:hover { text-decoration: underline !important; }
1155 #list_create_table td { vertical-align: middle; padding: 0 8px; }
1156 #list_create_table {
1157     background-color: [% css_colors.accent_light %];
1158     padding-bottom: 4px;
1159     margin-bottom: 10px;
1160     border-bottom: 1px dotted [% css_colors.accent_medium %];
1161 }
1162 .list-create-table-buttons input[type=image] { margin-top: 2px; }
1163 .result_table_format_cell { padding: 0px 10px; text-align: center; }
1164 .results_row_count { font-weight: bold; }
1165 #hold_editor h1 { font-size: [% css_fonts.size_bigger %]; font-weight: bold; }
1166 #hold_editor h2 { font-size: [% css_fonts.size_big %]; font-weight: normal; text-indent: 2em; font-style: italic; }
1167 #hold_editor h1, #hold_editor h2 { margin: 2px 0; }
1168 #hold_editor_table { background-color: [% css_colors.accent_lighter %]; padding: 0.5em; }
1169 #hold_editor_table th { text-align: right; padding-right: 1em; }
1170 #hold_editor_table td { padding: 0.25em 0; }
1171 .fmt-note { vertical-align: middle; padding-left: 1em !important; }
1172 .hold-editor-controls { text-align: center; padding-top: 1em !important; }
1173 .hold-editor-controls a { padding-left: 2em; }
1174
1175 .text-right { text-align: right; }
1176 .text-right-top { text-align: right; vertical-align: top; }
1177 .rdetail-author-div { padding-bottom: 10px; }
1178
1179 .invisible { visibility: hidden; }
1180 .rdetail-extras-summary { margin: 10px; }
1181 .staff-hold { background-color: [% css_colors.accent_lightest %]; }
1182 .expert-search tbody tr th { text-align: right; padding-left: 2em; }
1183 .expert-search-row { padding-top: 10px; }
1184 #adv_expert_row label { font-weight: bold; }
1185
1186 .bookshelf thead tr td {
1187     border-bottom: 1px dashed [% css_colors.accent_dark %];
1188     padding-bottom: 1ex;
1189 }
1190 .cn_browse_item { padding: 2ex; }
1191
1192 .results-paginator-selected { color: [% css_colors.text_alert %]; }
1193 .inactive-hold { background: [% css_colors.accent_lightest %]; }
1194
1195 #hold-items-list td { padding: 5px; margin-bottom: 20px; }
1196 .hold-items-list-title { font-size: [% css_fonts.size_bigger %]; }
1197 .hold-items-list-problem { color: [% css_colors.text_alert %]; }
1198
1199 .big-strong {font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1200
1201 .results_header_btns, .results_header_sel {
1202     float:left;
1203     margin-right: 6px;
1204     height: 26px;
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     text-shadow: 1px 1px 1px [% css_colors.button_text_shadow %];
1221     cursor: pointer !important;
1222     -moz-border-radius: 5px;
1223     border-radius: 5px;
1224     border: 1px solid [% css_colors.primary_fade %];
1225     background: linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1226     background: -moz-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1227     background: -o-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1228     background: -webkit-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1229     background-color: [% css_colors.primary %];
1230 }
1231
1232 .opac-button-header {
1233     background: [% css_colors.control %];
1234     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
1235 }
1236
1237 .results_header_btns a, #simple-detail-view-links a {
1238     margin: 10px;
1239     padding: 5px 10px 5px 10px;
1240     color: [% css_colors.text_invert %];
1241     vertical-align: middle;
1242     display: table-cell;
1243 }
1244
1245 .opac-multiline-button > a:hover,
1246 .opac-button:hover, .results_header_btns a:hover, #simple-detail-view-links a:hover {
1247     background: [% css_colors.primary %];
1248     text-decoration: none;
1249 }
1250
1251 .opac-multiline-button > a {
1252     display: inline-block;
1253 }
1254
1255 .opac-multiline-button > a, a.opac-button, input.opac-button {
1256     margin: 10px;
1257     padding: 5px 10px 5px 10px;
1258 }
1259
1260 #dash_wrapper .opac-button {
1261     position: relative;
1262     top: 10px;
1263 }
1264
1265 #myopac_checked_div {
1266     padding: 0px;
1267 }
1268
1269 .rdetail-mfhd-head {
1270     margin-top: 5px;
1271     padding-top: 5px;
1272     background-color: [% css_colors.table_heading %];
1273 }
1274
1275 .rdetail-mfhd-type {
1276     padding-left: 1em;
1277 }
1278
1279 .rdetail-mfhd-bottom {
1280     border-bottom: thin solid [% css_colors.border_dark %];
1281     width: 100%;
1282 }
1283
1284 #rdetail_record_details {
1285     clear: both;
1286     margin-top: 1em;
1287 }
1288
1289 .rdetail_content {
1290     margin-left: 1.5em;
1291     padding-left: 1.5em;
1292 }
1293
1294 .rdetail_content_type, .rdetail_subject_type {
1295     vertical-align: top;
1296     font-weight: bold;
1297 }
1298
1299 .bookbag-item-row td { vertical-align: top; }
1300
1301 .error { color: [% css_colors.text_alert %]; font-weight: bold; }
1302 .success {
1303     color: [% css_colors.text_greatnews %];
1304     font-weight: bold;
1305 }
1306
1307 .rdetail_related_subjects {
1308     margin-top: 1.5em;
1309 }
1310
1311 .rdetail_related_series {
1312     margin-top: 1.5em;
1313 }
1314
1315 #rdetail_openurl {
1316     margin-top: 1em;
1317 }
1318
1319 .rdetail_openurl_entry {
1320     margin-left: 1em;
1321     padding-left: 1em;
1322 }
1323 .bookbag-controls-holder { width: 100%; }
1324 .bookbag-controls-holder:nth-child(odd) { background-color: [% css_colors.accent_lighter2 %]; }
1325 .bookbag-controls-holder:nth-child(even) { background-color: [% css_colors.accent_lightest %]; }
1326 .bookbag-controls-holder .most {
1327     padding-left: 0;
1328     margin-right: 5em;
1329 }
1330 h2.bookbag-name { margin-bottom: 0em; padding-bottom: 0em; }
1331 .bookbag-share .fixed { min-width: 4em; }
1332 .bookbag-specific { margin-left: 1em; }
1333 .bookbag-specific div.sort { float: left; width: 45%; text-align: left; }
1334 .bookbag-specific div.meta { float: right; width: 54%; text-align: right; }
1335 #bbag-name-desc-form tr th { vertical-align: middle; }
1336 #bbag-name-desc-form .saver { vertical-align: middle; text-align: center; }
1337 .bookbag-description {
1338     padding-top: 0em;
1339     font-style: italic;
1340     max-width: 40em;
1341 }
1342 #bbag-edit-description { width: 20em; }
1343 #bbag-edit-name { width: 20em; }
1344 textarea { font-family: sans-serif; }
1345 table.bookbag-specific {
1346     border-right: 1px solid [% css_colors.accent_dark %];
1347     border-bottom: 1px solid [% css_colors.accent_medium %];
1348     margin-bottom: 2ex;
1349 }
1350 .bookbag-share {
1351     float: left;
1352     padding: 5px 0;
1353 }
1354 .bookbag-controls {
1355     float: left;
1356     padding: 5px 0px 0px 10px;
1357 }
1358
1359 .bookbag-specific td.list_checkbox {
1360     padding-left: 10px !important;
1361 }
1362 .bookbag-specific td.list_entry {
1363     min-width: 10em;
1364     padding-left: 5px !important;
1365 }
1366 .bookbag-specific td.list_actions {
1367     white-space: nowrap !important;
1368 }
1369 .bookbag-paginator-selected { color: [% css_colors.text_alert %]; }
1370
1371 .list_is_empty {
1372     padding: 8px 0px 6px 0px;
1373     width: 100%;
1374     border: 0;
1375     font-size: [% css_fonts.size_bigger %];
1376     text-align: center;
1377     font-style: italic;
1378 }
1379 .save-notes { padding-bottom: 1.5ex; }
1380
1381 /* Moved from semiauto.css */
1382 .adv_global_input_container { border-bottom: none; }
1383 .opac-auto-013 {
1384     border-bottom: none;
1385     *height: 0px;
1386 }
1387 .adv_global_filter_sort {
1388     border: none;
1389     width: 100%;
1390 }
1391 .clear-both { clear: both; }
1392 .common-no-pad {
1393     clear: both;
1394     height: 0px;
1395     margin: 0px;
1396     padding: 0px;
1397 }
1398 .common-full-pad {
1399     clear: both;
1400     height: 15px;
1401 }
1402 .alert { color: [% css_colors.text_alert %]; }
1403 .float-left { float: left; }
1404 .float-right { float: right; }
1405
1406 .saved-searches-header { width: 100%; font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1407 .saved-searches-header .button { float: right; width: 28px; }
1408 .saved-searches-header .text { float: left; padding-right: 1em; margin: 0.5ex 0;}
1409 .saved-searches-header {font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1410 .saved-searches { border-bottom: 1px solid [% css_colors.accent_medium %]; padding-right: 1em; }
1411 #staff-saved-search { /* wraps .saved-searches-header and .saved-searches on the record page */
1412     border-right: 1px solid [% css_colors.accent_darker %];
1413 }
1414 .result_item_circulated {
1415     padding-top: 4px;
1416 }
1417
1418 .result_item_circulated span {
1419     position: relative;
1420     top:-3px;
1421     left:3px;
1422 }
1423
1424 #search-only-bookbag-container { margin: 2ex 0; font-weight: bold; }
1425 #result-bookbag-heading { text-align: center; margin: 2ex; }
1426
1427 .result-bookbag-name { font-size: [% css_fonts.size_bigger %]; font-weight: bold; }
1428 .result-bookbag-description { font-size: [% css_fonts.size_bigger %]; font-style: italic; }
1429 .result-bookbag-item-note { font-style: italic; }
1430 .lowhits-bookbag-name { font-weight: bold; }
1431 .oils_AS { font-weight: bold; color: [% css_colors.text_match %]; }
1432 .oils_AS_match_term { text-align: left; color: [% css_colors.text %]; }
1433 .oils_AS_match_field {
1434     font-size: [% css_fonts.size_smallest %]; padding: 0.65em 0;
1435     text-align: right; color: [% css_colors.accent_medium %];
1436 }
1437 table.result_holdings_table {
1438     margin-top: 1em;
1439     margin-bottom: 1em;
1440 }
1441 table.result_holdings_table thead tr {
1442     background: [% css_colors.table_heading %];
1443 }
1444 table.result_holdings_table thead tr th {
1445     font-weight: bold;
1446 }
1447 span.preflib {
1448     margin: 0 2em 0 2em;
1449 }
1450 a.preflib_change {
1451   vertical-align: super;
1452   font-size: [% css_fonts.size_smaller %];
1453   line-height: normal;
1454   text-decoration: none;
1455 }
1456 .rdetail-holding-group { margin-left: 1.5em; }
1457 .rdetail-holding-group span { margin-left: 1.5em; }
1458 .rdetail-holding-group .paging { margin-left: 1.5em; }
1459 #rdetail_deleted_exp {
1460     font-weight: bold;
1461     padding: 1em;
1462     margin: 1em;
1463     border: thick solid [% css_colors.border_alert %];
1464 }
1465
1466 #ac_tab_wrapper { width : 100%; }
1467 .ac_tab { float: left; padding-right: 10px; font-size: [% css_fonts.size_big %]; padding: 5px; border: 1px solid [% css_colors.primary_offset %]; }
1468 .ac_tab_selected { background-color: [% css_colors.primary_offset %]; }
1469 .ac_tab_selected a { color: [% css_colors.text_invert %]; }
1470 #ac_content { clear: both; width: 100%; margin-top: 10px; }
1471
1472 /* Popmenu styles used for making css menus. */
1473 .popmenu {
1474     margin: 0;
1475     padding: 0;
1476 }
1477 .popmenu li {
1478     list-style: none;
1479 }
1480 .popmenu li a {
1481     display: block;
1482     padding: 3px 5px;
1483 }
1484 .popmenu li ul {
1485     display: none; 
1486     width: 10em; /* Width to help Opera out */
1487     background-color: [% css_colors.primary %];
1488 }
1489 .popmenu li:hover ul {
1490     display: block;
1491     position: absolute;
1492     margin: 0;
1493     padding: 0;
1494     border-color: [% css_colors.border_dark %];
1495     border-width: 1px;
1496     border-style: solid;
1497 }
1498 .popmenu li:hover li {
1499     float: none;
1500 }
1501 .popmenu li:hover li a {
1502     background-color: [% css_colors.primary %]; 
1503     color: [% css_colors.accent_ultralight %];
1504 }
1505 .popmenu li li a:hover {
1506     background-color: [% css_colors.accent_ultralight %]; 
1507     color: [% css_colors.primary %];
1508 }
1509 /* Styles for the temporary list entry. */
1510 .popmenu li:hover li[class~="temporary"] a {
1511     background-color: [% css_colors.primary %]; 
1512     color: [% css_colors.accent_ultralight %];
1513 }
1514 .popmenu li li[class~="temporary"] a:hover {
1515     background-color: [% css_colors.accent_ultralight %]; 
1516     color: [% css_colors.primary %];
1517 }
1518 /* Styles for the default list entry. */
1519 .popmenu li:hover li[class~="default"] a {
1520     background-color: [% css_colors.primary %]; 
1521     color: [% css_colors.accent_ultralight %];
1522 }
1523 .popmenu li li[class~="default"] a:hover {
1524     background-color: [% css_colors.accent_ultralight %]; 
1525     color: [% css_colors.primary %];
1526 }
1527 /* Styles for the new list entry. */
1528 .popmenu li:hover li[class~="new"] a {
1529     background-color: [% css_colors.primary %]; 
1530     color: [% css_colors.accent_ultralight %];
1531 }
1532 .popmenu li li[class~="new"] a:hover {
1533     background-color: [% css_colors.accent_ultralight %]; 
1534     color: [% css_colors.primary %];
1535 }
1536 /* Style to add a divider on the menu. */
1537 .popmenu li li[class~="divider"] {
1538     border-bottom-width: 1px;
1539     border-bottom-color: [% css_colors.border_dark %];
1540     border-bottom-style: solid;
1541 }
1542     
1543 #locale_picker_form {
1544     float: right;
1545     padding: 0.5em 1em 0.5em 0;
1546     border-right: thin [% css_colors.control %] solid;
1547 }
1548
1549 #locale_picker_form * {
1550     margin: 0;
1551     padding: 0;
1552     vertical-align: middle;
1553 }
1554
1555 #patron_usr_barcode_not_found {
1556     font-weight: bold; color: [% css_colors.text_alert %];
1557 }
1558
1559 .record_title {
1560     font-weight: bold;
1561 }
1562
1563 .record_author {
1564     font-style: italic;
1565 }
1566
1567 .password_message {
1568     padding-top: 1em;
1569     padding-bottom: 0.5em;
1570         font-style: italic;
1571 }
1572
1573 #maintenance_message {
1574     padding: 5px;
1575     width: 100%;
1576     background-color: [% css_colors.text_alert %];
1577     color: [% css_colors.text_invert %];
1578     text-align: center;
1579 }
1580
1581 #search-box > span {
1582     margin: 0 1em;
1583 }
1584 .browse-error {
1585     font-weight: bold;
1586     font-color: #c00;
1587 }
1588 .browse-result-sources, .browse-result-authority-bib-links {
1589     margin-left: 1em;
1590 }
1591 .browse-result-best-match {
1592     font-weight: bold;
1593 }
1594 .browse-pager {
1595     margin: 2ex 0;
1596 }
1597 .browse-result-list {
1598     padding-bottom: 0.5ex;
1599 }
1600 .browse-shortcuts {
1601     font-size: [% css_fonts.size_bigger %];
1602 }
1603 .browse-result-authority-field-name {
1604     font-style: italic;
1605     margin-right: 1em;
1606 }
1607 .browse-leading-article-warning {
1608     font-style: italic;
1609     font-size: [% css_fonts.size_big %];
1610 }
1611 .browse-public-general-note {
1612     font-size: [% css_fonts.size_big %];
1613 }
1614 .browse-public-general-note-label { }
1615 .browse-public-general-note-institution {
1616     font-style: normal;
1617     font-weight: bold;
1618 }
1619 .browse-public-general-note-body {
1620     font-style: italic;
1621 }
1622
1623 .bib_peer_type {
1624     font-weight: bold;
1625 }
1626
1627 #main-content-register {
1628     margin-left: 40px;
1629     font-size: [% css_fonts.size_bigger %];
1630 }
1631
1632 #main-content-register table { 
1633     padding: 20px; 
1634     margin-top: 18px; 
1635     border-collapse: collapse;
1636 }
1637
1638 #main-content-register td {
1639     text-align: left;
1640 }
1641
1642 #main-content-register td:not(:first-child) {
1643     padding-left: 20px;
1644 }
1645
1646 .patron-reg-invalid {
1647     font-weight: bold;
1648     color: red;
1649     padding-right: 10px;
1650 }
1651
1652 .result_footer_nav1 {
1653     clear: both;
1654 }
1655
1656 .small_view_only, #refine_hits, #return_to_hits {
1657     display: none;
1658 }
1659
1660 .rdetail_authors_div {
1661     margin-bottom: 1em;
1662 }
1663
1664 #search_query_label, #search_qtype_label, #search_itype_label, #search_locg_label {
1665     white-space: nowrap;
1666 }
1667
1668 .result_table_title_cell {
1669     padding-top: 4px;
1670     padding-bottom: 4px;
1671 }
1672
1673 .record_title {
1674     font-size: [% css_fonts.size_bigger %];
1675 }
1676
1677 @media only screen and (max-width: 800px) {
1678     .facet_sidebar_hidden, .result_block_hidden {
1679         display: none;
1680     }
1681     .facet_sidebar_visible, .result_block_visible {
1682         display: inline ! important;
1683     }
1684 }
1685
1686 @media only screen and (max-width: 600px) {
1687     input, select {
1688         font-size: [% css_fonts.size_big %];
1689     }
1690     span .nav_arrow_fix {
1691         display: none;
1692     }
1693     #header {
1694         padding: 0px;
1695         margin: 0px;
1696     }
1697     #homesearch_main_logo img {
1698         width:75%;
1699     }
1700     #format_selector {
1701         display:none;
1702     }
1703     #your-acct-login {
1704         padding: 0px;
1705         padding-top: 10px;
1706     }
1707     #your-acct-login a {
1708         margin: 0px;
1709         padding: 5px;
1710     }
1711     #topnav_logo {
1712         padding: 0px;
1713     }
1714     #topnav_logo img {
1715         width: 200px;
1716     }
1717     #locale_picker_form {
1718         display: none;
1719     }
1720     #gold-links-holder {
1721         display: none;
1722     }
1723     #simple-detail-view-links {
1724         display: none;
1725     }
1726     .results_header_btns:nth-child(2) {
1727         display: none;
1728     }
1729     .opac-button {
1730         padding: 5px;
1731         margin: 3px;
1732     }
1733
1734     a.opac-button {
1735         margin: 15px 5px;
1736         padding: 2px 5px;
1737     }
1738
1739     #acct_tabs a, #acct_fines_tabs a {
1740        padding: 2px 4px 3px 4px;
1741        -moz-border-radius: 6px 6px 0px 0px;
1742        border-radius: 6px 6px 0px 0px;
1743        font-size: [% css_fonts.size_base %];
1744        margin: 0px 5px 0px 0px;
1745     }
1746     #acct_fines_tabs {
1747        display: none;
1748     }
1749
1750     #acct_select, #acct_prefs_select {
1751         display: inline-block;
1752     }
1753     
1754     #acct_tabs, #acct_prefs_tabs {
1755          display:none;
1756     }
1757     
1758     #acct_checked_tabs {
1759         display:none;
1760     }
1761     #acct_holds_tabs {
1762         display: none;
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         /* font-size: 12px; test */
1808         display: block;
1809     }
1810     .invisible {
1811         display: none;
1812     }
1813     .result_table_pic_header {
1814         padding-left: 0px !important;
1815         padding-right: 5px;
1816         width: 0px !important;
1817         margin: 0px;
1818     }
1819     .result_table_pic {
1820         width: 55px;
1821         padding: 0px;
1822         margin: 0px;
1823     }
1824     tr[name=results_isbn_tr], tr[name=results_phys_desc_tr], tr[name=results_pub_tr] strong, .result_count {
1825          display: none;
1826     }
1827     tr.result_table_title_cell[name=bib_cn_list] .result_holdings_table th:nth-child(4),
1828     tr.result_table_title_cell[name=bib_cn_list] .result_holdings_table td:nth-child(4) {
1829         display:none;
1830     }
1831     .results_info_table td {
1832         padding: 0px;
1833     }
1834     #results_header_bar {
1835         background-color: inherit;
1836     }
1837     .results_header_btns a {
1838         margin: 0px;
1839     }
1840     #main-content {
1841         margin-left: 1px;
1842     }
1843     #rdetails_status thead {
1844         display: none;
1845     }
1846     #rdetails_status tr {
1847         display: block;
1848         margin-top: 3px;
1849     }
1850     #rdetails_status td {
1851         display: block;
1852         padding: 1px;
1853     }
1854     .copy_details_row {
1855         background-color: [% css_colors.accent_lightest %];
1856     }
1857     .copy_details_offers_row {
1858         background-color: [% css_colors.accent_lightest %];
1859     }
1860     select#pickup_lib.search-wrapper-locg {
1861         width: 100%;
1862     }
1863     #search-wrapper #search-box {
1864         width: 85%;
1865         padding-top: 5px;
1866     }
1867     #main-content-home {
1868         padding: 0px;
1869         margin: 0px;
1870     }
1871     /* Make use of full width in mobile mode */
1872     .facet_box_wrapper .box_wrapper .box,
1873     .facet_template .facet,
1874     .facet_box_temp {
1875         width: inherit;
1876     }
1877     .facet_template .count {
1878         padding-left: 1em;
1879     }
1880     #facet_sidebar {
1881         margin-top: 0.5em;
1882     }
1883     #adv_search_parent {
1884         font-size: [% css_fonts.size_smaller %];
1885     }
1886     #adv_search_filters {                                                                                                                             
1887         position: relative;                                                                                                                           
1888         width: 300px;
1889     }
1890     #format_actions {
1891         float: left;
1892     }
1893     .rdetail_aux_utils {
1894         padding: 0px;
1895         border: none;
1896     }
1897     .result_metadata {
1898         width: inherit;
1899     }
1900     div#rdetail_actions_div {
1901         float: none;
1902     }
1903     h2.rdetail_uris {
1904         clear: both;
1905     }
1906     .search_catalog_lbl {
1907         margin-left: 0;
1908         white-space: nowrap;
1909     }
1910     .adv_search_catalog_lbl { 
1911         margin-top: 0;
1912         white-space: nowrap;
1913     }
1914     .browse_the_catalog_lbl {
1915         white-space: nowrap;
1916     }
1917     .mobile_hide {
1918         display: none;
1919     } 
1920     .dash_divider {
1921         display: none;
1922     }
1923     .dash_account_buttons {
1924         display: block;
1925     } 
1926     .searchbar { line-height: 1.5em; }
1927     #browse-controls { line-height: 1.5em; }
1928     #search_query_label, #search_qtype_label, #search_itype_label, #search_locg_label {
1929         display: block;
1930     }
1931     .bookshelf td {
1932         display: block;
1933         width: 100%;
1934     }
1935     .bookshelf table thead tr {
1936         display: block;
1937     }
1938     #adv_search_tabs { 
1939         height: 25px;
1940     }
1941     #adv_search_tabs a{                                                                                                                           
1942         font-size: [% css_fonts.size_small %];
1943         margin: 2px;
1944         margin-right: 2px;
1945         margin-bottom: 2px;
1946         padding: 2px 2px 5px 2px; 
1947         -moz-border-radius: 10px 0px 0px 0px;
1948         border-radius: 7px 7px 0px 0px;                                                                                                           
1949     }
1950     #adv_global_tbody td {
1951         border-bottom: thin solid [% css_colors.accent_light %];
1952     }
1953     #adv_global_addrow td {
1954         border-bottom: none;
1955     }
1956         /* Force table to not be like tables anymore */
1957         table#acct_checked_main_header thead tr th {
1958                 display: block;
1959         }
1960         table#acct_checked_main_header tbody tr td {
1961                 display: block;
1962         }
1963
1964         /* Hide table headers (but not display: none;, for accessibility) */
1965         thead tr {
1966                 position: absolute;
1967                 top: -9999px;
1968                 left: -9999px;
1969         }
1970
1971         table#acct_checked_main_header tr { border: 1px solid #ddd; }
1972
1973         table#acct_checked_main_header td {
1974                 /* Behave  like a "row" */
1975                 border: none;
1976                 border-bottom: 1px solid #eee;
1977                 position: relative;
1978                 padding-left: 40%;
1979         }
1980
1981         table#acct_checked_main_header td:before {
1982                 /* Now like a table header */
1983                 position: absolute;
1984                 /* Top/left values mimic padding */
1985                 left: 2px;
1986                 width: 40%;
1987                 padding-right: 10px;
1988                 white-space: nowrap;
1989         }
1990
1991         table#acct_checked_main_header td:nth-of-type(1) { border-top: 5px solid #aaa; padding-top: 15px; background-color: #fff;}
1992         table#acct_checked_main_header td:nth-of-type(2):before { content: "Title / Author";}
1993         table#acct_checked_main_header td:nth-of-type(3):before { content: "Renewals Left"; }
1994         table#acct_checked_main_header td:nth-of-type(4):before { content: "Due Date"; }
1995         table#acct_checked_main_header td:nth-of-type(5):before { content: "Barcode"; }
1996         table#acct_checked_main_header td:nth-of-type(6):before { content: "Call number"; }
1997
1998         table#acct_holds_main_header thead tr th {
1999                 display: block;
2000         }
2001         table#acct_holds_main_header tbody tr td {
2002                 display: block;
2003         }
2004
2005         table#acct_holds_main_header td {
2006                 /* Behave  like a "row" */
2007                 border: none;
2008                 border-bottom: 1px solid #eee;
2009                 position: relative;
2010                 padding-left: 40%;
2011         }
2012
2013
2014         table#acct_holds_main_header td:before {
2015                 /* Now like a table header */
2016                 position: absolute;
2017                 /* Top/left values mimic padding */
2018                 left: 2px;
2019                 width: 40%;
2020                 padding-right: 10px;
2021                 white-space: nowrap;
2022         }
2023
2024         table#acct_holds_main_header td:nth-of-type(1) { border-top: 5px solid #aaa; padding-top: 15px; background-color: #fff;}
2025         table#acct_holds_main_header td:nth-of-type(2):before { content: "Title";}
2026         table#acct_holds_main_header td:nth-of-type(3):before { content: "Author"; }
2027         table#acct_holds_main_header td:nth-of-type(4):before { content: "Format"; }
2028         table#acct_holds_main_header td:nth-of-type(5):before { content: "Pickup Location"; }
2029         table#acct_holds_main_header td:nth-of-type(6):before { content: "Activate"; }
2030         table#acct_holds_main_header td:nth-of-type(7):before { content: "Cancel on"; }
2031         table#acct_holds_main_header td:nth-of-type(8):before { content: "Active"; }
2032         table#acct_holds_main_header td:nth-of-type(9):before { content: "Status"; }
2033 }