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