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