]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/css/style.css.tt2
d163d41876bee411abd0d915bcb21a74fdb6e2d3
[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     margin-left: 2px;
261     overflow: auto;
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 0px 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, #acct_prefs_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     clear: both;
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     margin:0;
606     padding:0;
607     background: [% css_colors.background %];
608     font-size: [% css_fonts.size_bigger %];
609     color: [% css_colors.text %];
610 }
611
612 #main-content .left_brain .input_bg {
613     padding:10px 10px 0px 13px;
614     width:167px;
615     height:29px;
616 }
617
618 .login-help-box {
619     float: right;
620     width: 200px;
621     text-align: center;
622     margin-right: 25%;
623 }
624
625 .login-help-button {
626     font-size: [% css_fonts.size_biggest %];
627     padding: 1.5em;
628 }
629
630 #login-failed-message {
631     font-size: [% css_fonts.size_bigger %];
632     font-weight: bold;
633     color: [% css_colors.text_alert %];
634     padding-top: 1em;
635 }
636
637 #holds_temp_parent td {
638     border-bottom:1px solid [% css_colors.border_standard %];
639 }
640
641 #holds_temp_parent input, #holds_temp_parent select {
642     margin:0;
643 }
644
645 #holds_temp_parent tr td div {
646     margin-top: 10px;
647     margin-bottom: 10px;
648 }
649
650 #holds_temp_parent tr td div.format_icon {
651     margin-top: 6px;
652     margin-bottom: 6px;
653     float: none;
654 }
655
656 #results_header_bar {
657     background: [% css_colors.accent_medium %];
658     border-top:1px solid [% css_colors.accent_mediumdark %];
659     border-bottom:1px solid [% css_colors.accent_mediumdark %];
660 }
661
662 .cached_list_div { height: 25px; }
663
664 .results_header_div {
665     float: left;
666     width: 0px;
667     border-left: 1px solid [% css_colors.accent_mediumdark %];
668     border-right: 1px solid [% css_colors.accent_medium %];
669     margin: 0px 13px;
670 }
671
672 .results_header_lbl {
673     font-weight: bold;
674     float: left;
675     color: [% css_colors.text %];
676     background: [% css_colors.accent_medium %];
677     margin: 0.5em 0.5em 0.5em 0em;
678 }
679
680 .results_header_sel {
681     /* width: 88px; */
682     float:left;
683     margin:0;
684 }
685
686 .results_header_nav1 {
687     padding: 5px 7px 6px 0px;
688     border-bottom: 1px dotted [% css_colors.accent_light %];
689 }
690
691 .results_header_nav1 .h1 {
692     font-size: [% css_fonts.size_bigger %];
693     font-weight:bold;
694     color:[% css_colors.primary_fade %];
695 }
696
697 #result_table_div {
698     margin-top: 1em;
699 }
700
701 tr.result_table_row > td.results_row_count,
702 tr.result_table_row > td.result_table_pic_header,
703 tr.result_table_row > td.result_table_title_cell {
704     vertical-align: top;
705 }
706
707 .result_metadata {
708     float: left;
709     width: 30em;
710     padding-right: 2em;
711 }
712
713 tr.result_table_row:nth-child(n+2) > td {
714     border-top: 1px solid [% css_colors.accent_lighter2 %];
715 }
716
717 tr.result_table_row > td.result_table_pic_header {
718     white-space: nowrap;
719     width: 78px;
720     padding-left: 1em;
721 }
722
723 .result_number {
724     padding-left: 1em;
725     white-space: nowrap;
726 }
727
728 .result_count_number {
729    font-weight: bold;
730 }
731
732 .result_table_subtable {
733     width: 100%;
734     padding-top: 1em;
735 }
736
737 div.result_table_utils_cont {
738     text-align:left;
739     float: left;
740 }
741
742 .icon_text {
743     text-transform:capitalize;
744 }
745
746 #myopac_summary_div p {
747     margin:0;
748     margin-bottom: 10px;
749 }
750
751 #acct_sum_checked_table td {
752     padding-bottom:5px;
753 }
754
755 .zero_search_hits_main { float:left; width:300px; margin-top: 2ex; }
756 .zero_search_hits_saved { float:left; width:200px; margin-top: 2ex; margin-right: 2em; }
757
758 #zero_search_hits p {
759     margin-top:0;
760 }
761
762 #zero_hits_term {
763     text-transform: uppercase;
764     font-weight: bold;
765 }
766
767 #zero_search_hits #spell_check_link {
768     text-transform: uppercase;
769 }
770
771 #zero_search_hits #zero_hits_suggestions {
772     text-transform: uppercase;
773 }
774
775 .results_info_table td {
776     padding-right: 10px;
777 }
778
779 #myopac_holds_main_table {
780     border-collapse: collapse;
781 }
782
783 #myopac_holds_main_table td {
784     border: 1px solid [% css_colors.border_dark %];
785     
786 }
787
788 #myopac_prefs_div .data_grid {
789     border-collapse:collapse;
790 }
791
792 #myopac_prefs_div .data_grid td {
793     background:[% css_colors.accent_ultralight %];
794     border-bottom:3px solid [% css_colors.background %];
795     padding:6px 0px 7px 17px;
796 }
797
798 .header_middle {
799     height:22px;
800     font-size: [% css_fonts.size_bigger %];
801     font-weight:bold;
802     color:[% css_colors.primary_fade %];
803     padding: 0px 7px 0px 0px;
804     border-bottom: 1px dotted [% css_colors.accent_light %];
805     clear: both;
806 }
807
808 .header_middle a {
809     font-weight: normal;
810 }
811
812 #acct_sum_block {
813      float:left;
814      clear:left;
815 }
816
817 .acct_sum_table {
818     border-collapse: collapse;
819     background: [% css_colors.accent_ultralight %];
820     font-size: [% css_fonts.size_smaller %];
821     font-weight: bold;
822     text-transform: uppercase;
823 }
824
825 .acct_sum_table tr {
826     border-bottom: 2px solid white;
827 }
828
829 .acct_sum_table td {
830     padding: 1em;
831 }
832
833 .acct_sum_table a {
834     text-transform: none;
835     position:relative;
836     top:-1px;
837 }
838
839 .acct_sum_table .view_link {
840     font-weight: normal;
841 }
842
843 table.acct_notes {
844     border-collapse: collapse;
845     margin: -1em 0 0.5em 0;
846 }
847
848 table.acct_notes * {
849     border: solid thin;
850     padding: 0.5em; 
851 }
852
853 table.acct_notes th {
854     font-weight: bold;
855 }
856
857 #myopac_sum_fines {
858     float:right;
859     padding: 15px 0px 0px 23px;
860     background: [% css_colors.accent_ultralight %];
861     width: 177px;
862     height: 166px;
863 }
864
865 #myopac_sum_fines_placehold { float: right; width: 177px; height: 166px; }
866
867 .acct_holds_temp td {
868     text-align: left;
869 }
870
871 #acct_checked_tabs .align, #acct_holds_tabs .align, #acct_prefs_tabs .align {
872     float:left;
873     /*padding-left:10px;*/
874 }
875
876 #acct_checked_main_header, #acct_holds_main_header, #acct_checked_hist_header, #acct_list_header, #acct_list_header_anon, #temp_list_holds {
877     font-weight:bold;
878     text-transform:uppercase;
879     font-size: [% css_fonts.size_smaller %];
880     border-collapse: collapse;
881 }
882
883 #acct_checked_main_header td, #acct_holds_main_header td, #acct_checked_hist_header td, #acct_list_header td, #acct_list_header_anon td, #temp_list_holds td {
884     background: [% css_colors.accent_lighter2 %];
885     padding: 10px;
886 }
887
888 #acct_checked_main_header th, #acct_holds_main_header th, #acct_checked_hist_header th, #acct_list_header th, #acct_list_header_anon th, #temp_list_holds th {
889     text-align: left;
890     padding: 0px 10px 0px 10px;
891 }
892
893 #acct_list_header select, #acct_list_header_anon select {
894     font-weight:normal;
895     text-transform:none;
896 }
897
898 #acct_holds_activates_table label {
899     font-weight: bold;
900     font-size: [% css_fonts.size_small %];
901     text-transform:uppercase;
902     padding-right: 5px;
903 }
904
905 .search_catalog_lbl {
906     font-size: [% css_fonts.size_bigger %];
907 }
908 .adv_search_catalog_lbl {
909     font-size: [% css_fonts.size_bigger %];
910 }
911
912 .browse_the_catalog_lbl {
913     font-size: [% css_fonts.size_bigger %];
914 }
915
916 .lbl1 {
917     font-size: [% css_fonts.size_bigger %];
918     font-weight:bold;
919 }
920
921 .lbl2 {
922     font-size: [% css_fonts.size_smaller %];
923     font-weight:normal;
924     position:relative;
925     top:3px;
926     max-width:300px;
927 }
928
929 #myopac_tabs, #adv_search_parent, #fines_payments_wrapper {
930     background: [% css_colors.primary_fade %];
931     padding-top:5px;
932     margin-bottom:20px;
933 }
934
935 #fines_payments_wrapper {
936     padding-left: 5px; 
937     padding-right: 5px;
938 }
939
940 .myopac_payments_table th { text-align: left; }
941 .myopac_payments_table thead th { border-bottom: 1px dashed [% css_colors.accent_darker %]; }
942 .myopac_payments_table thead th:first-child { width: 8em; }
943 .myopac_payments_table tbody tr:nth-child(odd) { background-color: [% css_colors.accent_lighter %]; }
944 .myopac_payments_table form { display: inline; }
945 .myopac_payments_table input[type="submit"] { padding: 1px; }
946
947 .payment-error {
948     font-weight: bold; color: [% css_colors.text_alert %];
949     padding: 10px; border: 1px solid [% css_colors.accent_medium_dark %];
950 }
951
952 .payment-processing {
953     font-weight: bold;
954     color: [% css_colors.text_greatnews %];
955     font-size: [% css_fonts.size_bigger %];
956     padding: 10px; border: 1px solid [% css_colors.accent_medium_dark %];
957     text-align: center;
958 }
959 #adv_search_input { width: 100%; }
960 #adv_search_parent {
961     margin-bottom:0px;
962 }
963 #search-submit-spinner {
964     height: 16px;
965     width: 16px;
966 }
967 #search-submit-go {
968     background:  [% css_colors.primary_fade %];
969     border-radius: 5px;
970     color: [% css_colors.button_text %];
971     font-weight: bold;
972     padding: 0px;
973 }
974 div.adv_search_available {
975     margin-top: 1em;
976 }
977 #myopac_loading {
978     width:100%;
979     text-align:center;
980     padding-top:20px;
981     font-size: [% css_fonts.size_bigger %];
982     font-weight:bold;
983 }
984
985 .chili_link {
986     width:100px !important;
987     text-align: center !important;
988 }
989
990 .chili_review div.chili_link div {
991     margin: auto;
992 }
993
994 [%- IF we_want_to_turn_on_facet_styling.defined; %]
995 /* some facet styling */
996 .facetClassContainer { margin: 2px; border: 1px solid [% css_colors.accent_light %]; }
997 .facetClassLabelContainer { border: 1px solid [% css_colors.accent_light %]; }
998 .facetClassLabel { font-weight: bold; text-align: center; }
999 .facetFieldContainer {  }
1000 .facetFieldLabel { padding-left: 2px; margin-top: 5px; margin-bottom: 5px; font-weight: bold; text-align: left; }
1001 .extraFacetFieldsWrapper { }
1002 .toggleExtraFacetFieldsButton { float: right; margin: 0px; padding: 0px; }
1003 .facetFieldLineCount {
1004     display: inline-block;
1005     border-right: 1px solid [% css_colors.accent_light %];
1006     color: [% css_colors.accent_mediumdark %];
1007     width: 3em;
1008     margin-right: 3px
1009 }
1010 .facetField { border-top: 1px solid [% css_colors.accent_light %]; }
1011 .facetFields { padding-left: 5px; }
1012 .facetFieldLineValue { overflow: hidden; text-overflow: ellipsis; }
1013 [%- END -%]
1014
1015 div#facet_sidebar {
1016     float: left;
1017     border-right: 1px solid [% css_colors.border_standard %];
1018     margin-right: 1em;
1019 }
1020
1021 .facet_box_temp {
1022     padding-bottom:3px;
1023     width: 15em;
1024     overflow:hidden;
1025 }
1026
1027 .facet_box_temp .header {
1028     height: 2.5em;
1029     overflow:hidden;
1030     background:[% css_colors.primary %];
1031     -moz-border-top-left-radius: 5px;
1032     border-top-left-radius: 5px;
1033     -moz-border-top-right-radius: 5px;
1034     border-top-right-radius: 5px;
1035     font-weight:bold;
1036     color:[% css_colors.text_invert %];
1037     padding-top:4px;
1038 }
1039
1040 .facet_box_temp .header .title {
1041     float:left;
1042     padding-top:6px;
1043     padding-left:12px;
1044     overflow:hidden;
1045 }
1046
1047 .facet_box_temp .header a.button {
1048     float:right;
1049     padding-top:6px;
1050     padding-right:6px;
1051     color:[% css_colors.text_invert %];
1052 }
1053
1054 .facet_box_wrapper .box_wrapper {
1055     position:relative;
1056     top:-4px;
1057     margin-bottom:-5px;
1058     *margin-bottom:-6px;
1059 }
1060
1061 .facet_box_wrapper .box_wrapper .box {
1062     width: 14em;
1063     border-top:1px solid [% css_colors.border_standard %];
1064     border-left:1px solid [% css_colors.border_standard %];
1065     border-right:1px solid [% css_colors.border_standard %];
1066     background:[% css_colors.background %];
1067     padding-left:12px;
1068     padding-top:6px;
1069 }
1070
1071 .facet_template {
1072     clear: both;
1073 }
1074
1075 .facet_template .facet {
1076     float:left;
1077     width: 12em;
1078     margin-bottom: 0.5em;
1079 }
1080
1081 .facet_template .count {
1082     float:right;
1083     color: [% css_colors.accent_mediumdark %];
1084 }
1085
1086 .facet_template_selected .facet {
1087     background-color: [% css_colors.accent_lighter2 %];
1088 }
1089
1090 .facet_border {
1091     border-left: 1px solid [% css_colors.border_standard %];
1092     padding-right: 0.5em;
1093 }
1094
1095 #footer-wrap {
1096     background: linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1097     background: -moz-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1098     background: -o-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1099     background: -webkit-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1100     background-color: [% css_colors.primary %];
1101 }
1102
1103 #footer {
1104     padding-top:5px;
1105     padding-bottom: 10px;
1106     margin-left: 1em;
1107     font-size: [% css_fonts.size_small %];
1108 }
1109
1110 #footer a {
1111     color: [% css_colors.text_invert %];
1112     text-decoration: none;
1113     text-shadow: 0 0 0.2em [% css_colors.primary %], 0 0 0.2em [% css_colors.primary %];
1114 }
1115
1116 #copyright_text, #footer_logo {
1117     color: [% css_colors.text_invert %];
1118 }
1119
1120 .color_4 {
1121     text-transform: uppercase;
1122     font-weight: bold;
1123     font-size: [% css_fonts.size_smaller %];
1124 }
1125
1126 .advanced_div { padding-top: 15px; }
1127 #adv_global_search { width: 100%; }
1128 #adv_global_search select { width: 13em; }
1129 #adv_global_addrow td { padding-top: 7px; }
1130 #adv_global_input_table { width: 100%; }
1131 #adv_global_input_table select { width: 7em; }
1132 .adv_adv_link {
1133     font-size: [% css_fonts.size_smaller %];
1134     color: [% css_colors.text_alert %];
1135 }
1136 #acct_prefs_header { float: left; }
1137 .search_page_nav_link {
1138     cursor: pointer;
1139     padding-left: 1em;
1140 }
1141 #opac.result.sort { width: 160px; }
1142 .renew-summary { font-size: [% css_fonts.size_bigger %]; font-style: italic; margin: 0.5ex 0; }
1143 .failure-text { margin-left: 4em; font-style: italic; color: [% css_colors.text_alert %]; }
1144 .refine-controls { font-size: [% css_fonts.size_bigger %]; padding: 0.5ex 0; }
1145 #adv_search_refine input[type=text] { border: 1px inset [% css_colors.accent_light %] !important; }
1146 #adv_search_refine select { border: 1px inset [% css_colors.accent_light %] !important; }
1147 #adv_search_refine {
1148     padding-left: 5em; background-color: [% css_colors.accent_lighter2 %]; margin: 2ex 0;
1149 }
1150 .row-remover { position: relative; top: 1px; vertical-align: middle; }
1151 .subtle-button {
1152     background-color: [% css_colors.background %];
1153     color: [% css_colors.primary %]; text-decoration: none;
1154     padding: 0; border: 0; margin: 0;
1155     vertical-align: middle;
1156 }
1157 .subtle-button:hover { text-decoration: underline; cursor: pointer; }
1158 .no-dec:hover { text-decoration: none; }
1159 .pending-addr td { background-color: [% css_colors.background_alert %] !important; border: 0 !important; }
1160
1161 #account-update-email table { text-align: center; padding: 20px; margin-top: 18px; border-collapse: collapse; }
1162 #account-update-email table td { padding: 5px 15px 5px 15px; border-bottom: 1px solid [% css_colors.accent_lighter %]; text-align: left;}
1163 #account-update-email-error { font-size: [% css_fonts.size_biggest %]; padding: 10px; border:1px solid [% css_colors.border_standard %];}
1164 a.dash-link:hover { text-decoration: underline !important; }
1165 #list_create_table td { vertical-align: middle; padding: 0 8px; }
1166 #list_create_table {
1167     background-color: [% css_colors.accent_light %];
1168     padding-bottom: 4px;
1169     margin-bottom: 10px;
1170     border-bottom: 1px dotted [% css_colors.accent_medium %];
1171 }
1172 .list-create-table-buttons input[type=image] { margin-top: 2px; }
1173 .result_table_format_cell { padding: 0px 10px; text-align: center; }
1174 .results_row_count { font-weight: bold; }
1175 #hold_editor h1 { font-size: [% css_fonts.size_bigger %]; font-weight: bold; }
1176 #hold_editor h2 { font-size: [% css_fonts.size_big %]; font-weight: normal; text-indent: 2em; font-style: italic; }
1177 #hold_editor h1, #hold_editor h2 { margin: 2px 0; }
1178 #hold_editor_table { background-color: [% css_colors.accent_lighter %]; padding: 0.5em; }
1179 #hold_editor_table th { text-align: right; padding-right: 1em; }
1180 #hold_editor_table td { padding: 0.25em 0; }
1181 .fmt-note { vertical-align: middle; padding-left: 1em !important; }
1182 .hold-editor-controls { text-align: center; padding-top: 1em !important; }
1183 .hold-editor-controls a { padding-left: 2em; }
1184
1185 .text-right { text-align: right; }
1186 .text-right-top { text-align: right; vertical-align: top; }
1187 .rdetail-author-div { padding-bottom: 10px; }
1188
1189 .invisible { visibility: hidden; }
1190 .rdetail-extras-summary { margin: 10px; }
1191 .staff-hold { background-color: [% css_colors.accent_lightest %]; }
1192 .expert-search tbody tr th { text-align: right; padding-left: 2em; }
1193 .expert-search-row { padding-top: 10px; }
1194 #adv_expert_row label { font-weight: bold; }
1195
1196 .bookshelf thead tr td {
1197     border-bottom: 1px dashed [% css_colors.accent_dark %];
1198     padding-bottom: 1ex;
1199 }
1200 .cn_browse_item { padding: 2ex; }
1201 .results-paginator-list { padding-left: 1em; }
1202 .results-paginator-selected { color: [% css_colors.text_alert %]; }
1203 .inactive-hold { background: [% css_colors.accent_lightest %]; }
1204
1205 #hold-items-list td { padding: 5px; margin-bottom: 20px; }
1206 .hold-items-list-title { font-size: [% css_fonts.size_bigger %]; }
1207 .hold-items-list-problem { color: [% css_colors.text_alert %]; }
1208
1209 .big-strong {font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1210
1211 .results_header_btns, .results_header_sel {
1212     float:left;
1213     margin: 0.5em 0.5em 0.5em 0em;
1214 }
1215
1216 .opac-button:disabled {
1217     color: [% css_colors.accent_medium %];
1218     cursor: pointer !important;
1219     border: 1px solid [% css_colors.accent_light %];
1220     background-color: [% css_colors.accent_lighter %];
1221 }
1222
1223 div.opac-multiline-button > a,
1224 .opac-multiline-button > a,
1225 .opac-button, .results_header_btns, #simple-detail-view-links { 
1226     color: [% css_colors.button_text %];
1227     font-weight: bold; 
1228     text-decoration: none;
1229     cursor: pointer !important;
1230     -moz-border-radius: 5px;
1231     border-radius: 5px;
1232     border: 5px solid [% css_colors.primary_fade %];
1233     background:  [% css_colors.primary_fade %];
1234 }
1235
1236 .opac-button-header {
1237     background: [% css_colors.control %];
1238     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
1239 }
1240
1241 .results_header_btns a, #simple-detail-view-links a {
1242     margin: 10px;
1243     color: [% css_colors.text_invert %];
1244     vertical-align: middle;
1245     display: table-cell;
1246     text-decoration: none;
1247 }
1248
1249 .opac-multiline-button > a:hover,
1250 .opac-button:hover, .results_header_btns a:hover, #simple-detail-view-links a:hover {
1251     background: [% css_colors.primary %];
1252     text-decoration: none;
1253 }
1254
1255 .opac-multiline-button > a {
1256     display: inline-block;
1257 }
1258
1259 .opac-multiline-button > a, a.opac-button, input.opac-button {
1260     margin: 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 .nonbreaking-wrapper {
1385     display: inline-block;
1386 }
1387
1388 /* Moved from semiauto.css */
1389 .adv_global_input_container {
1390     border-bottom: none;
1391     clear: both;
1392 }
1393 .opac-auto-013 {
1394     border-bottom: none;
1395     *height: 0px;
1396 }
1397 .adv_global_filter_sort {
1398     border: none;
1399     width: 100%;
1400 }
1401 .clear-both { clear: both; }
1402 .common-no-pad {
1403     clear: both;
1404     height: 0px;
1405     margin: 0px;
1406     padding: 0px;
1407 }
1408 .common-full-pad {
1409     clear: both;
1410     height: 15px;
1411 }
1412 .alert { color: [% css_colors.text_alert %]; }
1413 .float-left { float: left; }
1414 .float-right { float: right; }
1415
1416 .saved-searches-header { width: 100%; font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1417 .saved-searches-header .button { float: right; width: 28px; }
1418 .saved-searches-header .text { float: left; padding-right: 1em; margin: 0.5ex 0;}
1419 .saved-searches-header {font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1420 .saved-searches { border-bottom: 1px solid [% css_colors.accent_medium %]; padding-right: 1em; }
1421 #staff-saved-search { /* wraps .saved-searches-header and .saved-searches on the record page */
1422     border-right: 1px solid [% css_colors.accent_darker %];
1423 }
1424 .result_item_circulated {
1425     padding-top: 4px;
1426 }
1427
1428 .result_item_circulated span {
1429     position: relative;
1430     top:-3px;
1431     left:3px;
1432 }
1433
1434 #search-only-bookbag-container { margin: 2ex 0; font-weight: bold; }
1435 #result-bookbag-heading { text-align: center; margin: 2ex; }
1436
1437 .result-bookbag-name { font-size: [% css_fonts.size_bigger %]; font-weight: bold; }
1438 .result-bookbag-description { font-size: [% css_fonts.size_bigger %]; font-style: italic; }
1439 .result-bookbag-item-note { font-style: italic; }
1440 .lowhits-bookbag-name { font-weight: bold; }
1441 .oils_AS { font-weight: bold; color: [% css_colors.text_match %]; }
1442 .oils_AS_match_term { text-align: left; color: [% css_colors.text %]; }
1443 .oils_AS_match_field {
1444     font-size: [% css_fonts.size_smallest %]; padding: 0.65em 0;
1445     text-align: right; color: [% css_colors.accent_medium %];
1446 }
1447 table.result_holdings_table {
1448     margin-top: 1em;
1449     margin-bottom: 1em;
1450 }
1451 table.result_holdings_table thead tr {
1452     background: [% css_colors.table_heading %];
1453 }
1454 table.result_holdings_table thead tr th {
1455     font-weight: bold;
1456 }
1457 span.preflib {
1458     margin: 0 2em 0 2em;
1459 }
1460 a.preflib_change {
1461   vertical-align: super;
1462   font-size: [% css_fonts.size_smaller %];
1463   line-height: normal;
1464   text-decoration: none;
1465 }
1466 .rdetail-holding-group { margin-left: 1.5em; }
1467 .rdetail-holding-group span { margin-left: 1.5em; }
1468 .rdetail-holding-group .paging { margin-left: 1.5em; }
1469 #rdetail_deleted_exp {
1470     font-weight: bold;
1471     padding: 1em;
1472     margin: 1em;
1473     border: thick solid [% css_colors.border_alert %];
1474 }
1475
1476 #ac_tab_wrapper { width : 100%; }
1477 .ac_tab { float: left; padding-right: 10px; font-size: [% css_fonts.size_big %]; padding: 5px; border: 1px solid [% css_colors.primary_offset %]; }
1478 .ac_tab_selected { background-color: [% css_colors.primary_offset %]; }
1479 .ac_tab_selected a { color: [% css_colors.text_invert %]; }
1480 #ac_content { clear: both; width: 100%; margin-top: 10px; }
1481
1482 /* Popmenu styles used for making css menus. */
1483 .popmenu {
1484     margin: 0;
1485     padding: 0;
1486 }
1487 .popmenu li {
1488     list-style: none;
1489 }
1490 .popmenu li a {
1491     display: block;
1492     padding: 3px 5px;
1493 }
1494 .popmenu li ul {
1495     display: none; 
1496     width: 10em; /* Width to help Opera out */
1497     background-color: [% css_colors.primary %];
1498 }
1499 .popmenu li:hover ul {
1500     display: block;
1501     position: absolute;
1502     margin: 0;
1503     padding: 0;
1504     border-color: [% css_colors.border_dark %];
1505     border-width: 1px;
1506     border-style: solid;
1507 }
1508 .popmenu li:hover li {
1509     float: none;
1510 }
1511 .popmenu li:hover li a {
1512     background-color: [% css_colors.primary %]; 
1513     color: [% css_colors.accent_ultralight %];
1514 }
1515 .popmenu li li a:hover {
1516     background-color: [% css_colors.accent_ultralight %]; 
1517     color: [% css_colors.primary %];
1518 }
1519 /* Styles for the temporary list entry. */
1520 .popmenu li:hover li[class~="temporary"] a {
1521     background-color: [% css_colors.primary %]; 
1522     color: [% css_colors.accent_ultralight %];
1523 }
1524 .popmenu li li[class~="temporary"] a:hover {
1525     background-color: [% css_colors.accent_ultralight %]; 
1526     color: [% css_colors.primary %];
1527 }
1528 /* Styles for the default list entry. */
1529 .popmenu li:hover li[class~="default"] a {
1530     background-color: [% css_colors.primary %]; 
1531     color: [% css_colors.accent_ultralight %];
1532 }
1533 .popmenu li li[class~="default"] a:hover {
1534     background-color: [% css_colors.accent_ultralight %]; 
1535     color: [% css_colors.primary %];
1536 }
1537 /* Styles for the new list entry. */
1538 .popmenu li:hover li[class~="new"] a {
1539     background-color: [% css_colors.primary %]; 
1540     color: [% css_colors.accent_ultralight %];
1541 }
1542 .popmenu li li[class~="new"] a:hover {
1543     background-color: [% css_colors.accent_ultralight %]; 
1544     color: [% css_colors.primary %];
1545 }
1546 /* Style to add a divider on the menu. */
1547 .popmenu li li[class~="divider"] {
1548     border-bottom-width: 1px;
1549     border-bottom-color: [% css_colors.border_dark %];
1550     border-bottom-style: solid;
1551 }
1552     
1553 #locale_picker_form {
1554     float: right;
1555     padding: 0.5em 1em 0.5em 0;
1556     border-right: thin [% css_colors.control %] solid;
1557 }
1558
1559 #locale_picker_form * {
1560     margin: 0;
1561     padding: 0;
1562     vertical-align: middle;
1563 }
1564
1565 #patron_usr_barcode_not_found {
1566     font-weight: bold; color: [% css_colors.text_alert %];
1567 }
1568
1569 .record_title {
1570     font-weight: bold;
1571 }
1572
1573 .record_author {
1574     font-style: italic;
1575 }
1576
1577 .password_message {
1578     padding-top: 1em;
1579     padding-bottom: 0.5em;
1580         font-style: italic;
1581 }
1582
1583 #maintenance_message {
1584     padding: 5px;
1585     width: 100%;
1586     background-color: [% css_colors.text_alert %];
1587     color: [% css_colors.text_invert %];
1588     text-align: center;
1589 }
1590
1591 #search-box > span {
1592     margin: 0 1em;
1593 }
1594 .browse-error {
1595     font-weight: bold;
1596     font-color: #c00;
1597 }
1598 .browse-result-sources, .browse-result-authority-bib-links {
1599     margin-left: 1em;
1600 }
1601 .browse-result-best-match {
1602     font-weight: bold;
1603 }
1604 .browse-pager {
1605     margin: 2ex 0;
1606 }
1607 .browse-result-list {
1608     padding-bottom: 0.5ex;
1609 }
1610 .browse-shortcuts {
1611     font-size: [% css_fonts.size_bigger %];
1612 }
1613 .browse-result-authority-field-name {
1614     font-style: italic;
1615     margin-right: 1em;
1616 }
1617 .browse-leading-article-warning {
1618     font-style: italic;
1619     font-size: [% css_fonts.size_big %];
1620 }
1621 .browse-public-general-note {
1622     font-size: [% css_fonts.size_big %];
1623 }
1624 .browse-public-general-note-label { }
1625 .browse-public-general-note-institution {
1626     font-style: normal;
1627     font-weight: bold;
1628 }
1629 .browse-public-general-note-body {
1630     font-style: italic;
1631 }
1632
1633 .bib_peer_type {
1634     font-weight: bold;
1635 }
1636
1637 #main-content-register {
1638     margin-left: 40px;
1639     font-size: [% css_fonts.size_bigger %];
1640 }
1641
1642 #main-content-register table { 
1643     padding: 20px; 
1644     margin-top: 18px; 
1645     border-collapse: collapse;
1646 }
1647
1648 #main-content-register td {
1649     text-align: left;
1650 }
1651
1652 #main-content-register td:not(:first-child) {
1653     padding-left: 20px;
1654 }
1655
1656 .patron-reg-invalid {
1657     font-weight: bold;
1658     color: red;
1659     padding-right: 10px;
1660 }
1661
1662 .result_footer_nav1 {
1663     clear: both;
1664 }
1665
1666 .small_view_only, #refine_hits, #return_to_hits {
1667     display: none;
1668 }
1669
1670 .rdetail_authors_div {
1671     margin-bottom: 1em;
1672 }
1673
1674 #search_query_label, #search_qtype_label, #search_itype_label, #search_locg_label {
1675     white-space: nowrap;
1676     display: inline-block;
1677 }
1678
1679 .result_table_title_cell {
1680     padding-top: 4px;
1681     padding-bottom: 4px;
1682 }
1683
1684 .record_title {
1685     font-size: [% css_fonts.size_bigger %];
1686 }
1687
1688 @media only screen and (max-width: 800px) {
1689     .facet_sidebar_hidden, .result_block_hidden {
1690         display: none;
1691     }
1692     .facet_sidebar_visible, .result_block_visible {
1693         display: inline ! important;
1694     }
1695     #acct_select, #acct_prefs_select {
1696         display: inline-block;
1697     }
1698 #acct_tabs, #acct_prefs_tabs {
1699          display:none;
1700      }
1701 }
1702
1703 @media only screen and (max-width: 600px) {
1704     input, select {
1705         font-size: [% css_fonts.size_big %];
1706     }
1707     span .nav_arrow_fix {
1708         display: none;
1709     }
1710     #header {
1711         padding: 0px;
1712         margin: 0px;
1713     }
1714     #homesearch_main_logo img {
1715         width:75%;
1716     }
1717     #format_selector {
1718         display:none;
1719     }
1720     #your-acct-login {
1721         padding: 0px;
1722         padding-top: 10px;
1723     }
1724     #your-acct-login a {
1725         margin: 0px;
1726         padding: 5px;
1727     }
1728     #topnav_logo {
1729         padding: 0px;
1730     }
1731     #topnav_logo img {
1732         width: 200px;
1733     }
1734     #locale_picker_form {
1735         display: none;
1736     }
1737     #gold-links-holder {
1738         display: none;
1739     }
1740     #simple-detail-view-links {
1741         display: none;
1742     }
1743     #acct_tabs a, #acct_fines_tabs a {
1744        padding: 2px 4px 3px 4px;
1745        -moz-border-radius: 6px 6px 0px 0px;
1746        border-radius: 6px 6px 0px 0px;
1747        font-size: [% css_fonts.size_base %];
1748        margin: 0px 5px 0px 0px;
1749     }
1750     #acct_fines_tabs {
1751        height: 15px;
1752     }
1753
1754     #dash_wrapper div {
1755         background: transparent;
1756         padding: 0px;
1757     }
1758     #dash_wrapper {
1759         position: static;
1760         top: auto;
1761     }
1762     #dash_wrapper .opac-button {
1763         top: 0px;
1764     }
1765     .small_view_only {
1766         display: inline !important;
1767     }
1768     #dash_identity a {
1769         float:left;
1770     }
1771     #dashboard {
1772         display: none;
1773     }
1774     #holds_box form blockquote {
1775         margin-left: 10px;
1776         margin-right: 2px;
1777     }
1778     #holds_box form blockquote select {
1779         width: 100%;
1780     }
1781     #myopac_sum_fines_placehold {
1782         display:none;
1783     }
1784     #myopac_sum_fines {
1785         display: none;
1786     }
1787     .results_header_div, .results_header_lbl {
1788         display: none;
1789     }
1790     .results_header_nav1 span.h1 {
1791         display: none;
1792     }
1793     .preflib {
1794         display: none;
1795     }
1796     .start_end_links_span {
1797         display: block;
1798     }
1799     .invisible {
1800         display: none;
1801     }
1802     .result_table_pic_header {
1803         padding-left: 0px !important;
1804         padding-right: 5px;
1805         width: 0px !important;
1806         margin: 0px;
1807     }
1808     .result_table_pic {
1809         width: 55px;
1810         padding: 0px;
1811         margin: 0px;
1812     }
1813     tr[name=results_isbn_tr], tr[name=results_phys_desc_tr], tr[name=results_pub_tr] strong, .result_count {
1814          display: none;
1815     }
1816     tr.result_table_title_cell[name=bib_cn_list] .result_holdings_table th:nth-child(4),
1817     tr.result_table_title_cell[name=bib_cn_list] .result_holdings_table td:nth-child(4) {
1818         display:none;
1819     }
1820     .results_info_table td {
1821         padding: 0px;
1822     }
1823     #results_header_bar {
1824         background-color: inherit;
1825     }
1826     .results_header_btns a {
1827         margin: 0px;
1828     }
1829     #main-content {
1830         margin-left: 1px;
1831     }
1832     #rdetails_status thead {
1833         display: none;
1834     }
1835     #rdetails_status tr {
1836         display: block;
1837         margin-top: 3px;
1838     }
1839     #rdetails_status td {
1840         display: block;
1841         padding: 1px;
1842     }
1843     .copy_details_row {
1844         background-color: [% css_colors.accent_lightest %];
1845     }
1846     .copy_details_offers_row {
1847         background-color: [% css_colors.accent_lightest %];
1848     }
1849     select#pickup_lib.search-wrapper-locg {
1850         width: 100%;
1851     }
1852     #search-wrapper #search-box {
1853         width: 85%;
1854         padding-top: 5px;
1855     }
1856     #main-content-home {
1857         padding: 0px;
1858         margin: 0px;
1859     }
1860     /* Make use of full width in mobile mode */
1861     .facet_box_wrapper .box_wrapper .box,
1862     .facet_template .facet,
1863     .facet_box_temp {
1864         width: inherit;
1865     }
1866     .facet_template .count {
1867         padding-left: 1em;
1868     }
1869     #facet_sidebar {
1870         margin-top: 0.5em;
1871     }
1872     #adv_search_parent {
1873         font-size: [% css_fonts.size_smaller %];
1874     }
1875     #adv_search_filters {                                                                                                                             
1876         position: relative;                                                                                                                           
1877         width: 300px;
1878     }
1879     #format_actions {
1880         float: left;
1881     }
1882     .rdetail_aux_utils {
1883         padding: 0px;
1884         border: none;
1885     }
1886     .result_metadata {
1887         width: inherit;
1888     }
1889     div#rdetail_actions_div {
1890         float: none;
1891     }
1892     h2.rdetail_uris {
1893         clear: both;
1894     }
1895     .search_catalog_lbl {
1896         margin-left: 0;
1897         white-space: nowrap;
1898     }
1899     .adv_search_catalog_lbl { 
1900         margin-top: 0;
1901         white-space: nowrap;
1902     }
1903     .browse_the_catalog_lbl {
1904         white-space: nowrap;
1905     }
1906     .mobile_hide {
1907         display: none;
1908     } 
1909     .dash_divider {
1910         display: none;
1911     }
1912     .dash_account_buttons {
1913         display: block;
1914     } 
1915     .searchbar { line-height: 1.5em; }
1916     #browse-controls { line-height: 1.5em; }
1917     #search_query_label, #search_qtype_label, #search_itype_label, #search_locg_label {
1918         display: block;
1919     }
1920     .bookshelf td {
1921         display: block;
1922         width: 100%;
1923     }
1924     .bookshelf table thead tr {
1925         display: block;
1926     }
1927     #adv_search_tabs a{                                                                                                                           
1928         font-size: [% css_fonts.size_small %];
1929         margin: 2px 2px 0px 2px;
1930         padding: 2px 2px 5px 2px; 
1931         -moz-border-radius: 10px 0px 0px 0px;
1932         border-radius: 7px 7px 0px 0px;                                                                                                           
1933     }
1934     #adv_global_tbody td {
1935         border-bottom: thin solid [% css_colors.accent_light %];
1936     }
1937     #adv_global_addrow td {
1938         border-bottom: none;
1939     }
1940         /* Force table to not be like tables anymore */
1941         table#acct_checked_main_header thead tr th {
1942                 display: block;
1943         }
1944         table#acct_checked_main_header tbody tr td {
1945                 display: block;
1946         }
1947
1948         /* Hide table headers (but not display: none;, for accessibility) */
1949         thead tr {
1950                 position: absolute;
1951                 top: -9999px;
1952                 left: -9999px;
1953         }
1954
1955         table#acct_checked_main_header tr { border: 1px solid #ddd; }
1956
1957         table#acct_checked_main_header td {
1958                 /* Behave  like a "row" */
1959                 border: none;
1960                 border-bottom: 1px solid #eee;
1961                 position: relative;
1962                 padding-left: 40%;
1963         }
1964
1965         table#acct_checked_main_header td:before {
1966                 /* Now like a table header */
1967                 position: absolute;
1968                 /* Top/left values mimic padding */
1969                 left: 2px;
1970                 width: 40%;
1971                 padding-right: 10px;
1972                 white-space: nowrap;
1973         }
1974
1975         table#acct_checked_main_header td:nth-of-type(1) { border-top: 5px solid #aaa; padding-top: 15px; background-color: #fff;}
1976         table#acct_checked_main_header td:nth-of-type(2):before { content: "[% l('Title / Author') %]";}
1977         table#acct_checked_main_header td:nth-of-type(3):before { content: "[% l('Renewals Left') %]"; }
1978         table#acct_checked_main_header td:nth-of-type(4):before { content: "[% l('Due Date') %]"; }
1979         table#acct_checked_main_header td:nth-of-type(5):before { content: "[% l('Barcode') %]"; }
1980         table#acct_checked_main_header td:nth-of-type(6):before { content: "[% l('Call number') %]"; }
1981
1982         table#acct_holds_main_header thead tr th {
1983                 display: block;
1984         }
1985         table#acct_holds_main_header tbody tr td {
1986                 display: block;
1987         }
1988
1989         table#acct_holds_main_header td {
1990                 /* Behave  like a "row" */
1991                 border: none;
1992                 border-bottom: 1px solid #eee;
1993                 position: relative;
1994                 padding-left: 40%;
1995         }
1996
1997
1998         table#acct_holds_main_header td:before {
1999                 /* Now like a table header */
2000                 position: absolute;
2001                 /* Top/left values mimic padding */
2002                 left: 2px;
2003                 width: 40%;
2004                 padding-right: 10px;
2005                 white-space: nowrap;
2006         }
2007
2008         table#acct_holds_main_header td:nth-of-type(1) { border-top: 5px solid #aaa; padding-top: 15px; background-color: #fff;}
2009         table#acct_holds_main_header td:nth-of-type(2):before { content: "[% l('Title') %]";}
2010         table#acct_holds_main_header td:nth-of-type(3):before { content: "[% l('Author') %]"; }
2011         table#acct_holds_main_header td:nth-of-type(4):before { content: "[% l('Format') %]"; }
2012         table#acct_holds_main_header td:nth-of-type(5):before { content: "[% l('Pickup Location') %]"; }
2013         table#acct_holds_main_header td:nth-of-type(6):before { content: "[% l('Activate') %]"; }
2014         table#acct_holds_main_header td:nth-of-type(7):before { content: "[% l('Cancel on') %]"; }
2015         table#acct_holds_main_header td:nth-of-type(8):before { content: "[% l('Active') %]"; }
2016         table#acct_holds_main_header td:nth-of-type(9):before { content: "[% l('Status') %]"; }
2017 }