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