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