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