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