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