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