]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/css/style.css.tt2
b5044c156535ff3f08e8ee405274a78bfb1afa2e
[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     rtl = ctx.get_i18n_l(ctx.eg_locale).rtl;
5 %]
6
7 body {
8     margin:0;
9     font-family: Arial, Helvetica, sans-serif;
10     font-size: [% css_fonts.size_base %];
11     background: [% css_colors.primary %];
12     [% IF rtl == 't' -%]
13     direction: rtl;
14     [%- END %]
15 }
16
17 button, input {
18     font-family: Arial, Helvetica, sans-serif;
19     font-size: [% css_fonts.size_base %];
20 }
21
22 img {
23     border: none;
24 }
25
26 #topnav_logo {
27     margin: 2em 0;
28 }
29
30 #homesearch_main_logo {
31     padding-top: 60px;
32     margin: auto;
33     width: 50%;
34 }
35
36 a {
37     color: [% css_colors.primary %];
38 }
39
40 #search-wrapper input[type=text] {
41     margin:0;
42     padding:0;
43 }
44
45 #search-wrapper select, .results_header_lbl select {
46     border:1px solid [% css_colors.border_standard %];
47     margin:0;
48     padding:0;
49     width: 12em;
50 }
51
52 .searchbar {
53     font-weight: bold;
54     padding-top: 10px;
55     [% IF rtl == 't' -%]
56     margin-right: 1em;
57     [%- ELSE %]
58     margin-left: 1em;
59     [%- END %]
60 }
61
62 .refine_search {
63     padding-bottom: 7px;
64     margin-left: 1em;
65 }
66
67 /*
68 #search-wrapper select {
69     border:0px solid [% css_colors.border_dark %];
70     filter:alpha(opacity=0);
71     -moz-opacity:0;
72     -khtml-opacity:0;
73     opacity:0;
74     padding:0;
75     margin:0;
76     height:18px;
77 }
78 */
79 h1 {
80     margin:0;
81     margin-bottom: 5px;
82     font-size: [% css_fonts.size_biggest %];
83     font-weight:normal;
84 }
85
86 h2 {
87     font-size: [% css_fonts.size_bigger %];
88     font-weight:bold;
89 }
90
91 h2.graphic880 {
92     font-size: [% css_fonts.size_bigger %];
93     font-weight:normal;
94 }
95
96 .hide_me, .hidden {
97     display: none;
98     visibility: hidden;
99 }
100
101 div.select-box-wrapper {
102     position:absolute;
103     padding-top:2px;
104     overflow:hidden;
105     [% IF rtl == 't' -%]
106     padding-right: 3px;
107     text-align:right;
108     [%- ELSE %]
109     padding-left:3px;
110     text-align:left;
111     [%- END %]
112 }
113
114 #dash_wrapper {
115     [% IF rtl == 't' -%]
116     margin-right: 0.5em;
117     [%- ELSE %]
118     margin-left: 0.5em;
119     [%- END %]
120 }
121
122 #dash_wrapper div {
123     background: [% css_colors.primary %];
124     border-radius: 5px;
125     padding: 0em 1em;
126 }
127
128 .dash_divider {
129     margin: 1em;
130     color: [% css_colors.primary_fade %];
131     display:inline-block;
132 }
133
134 #dashboard, #dashboard_e {
135     margin-top: 1em;
136     height: 3em;
137 }
138
139 #dashboard span.dash-align a, #dashboard_e span.dash-align a {
140     font-weight: bold;
141     text-decoration: none;
142 }
143
144 #dash_user {
145     font-weight: bold;
146 }
147
148 #logout_link {
149     [% IF rtl == 't' -%]
150     right: 1px;
151     [%- ELSE %]
152     left: 1px;
153     [%- END %]
154 }
155
156 #dash_checked, #dash_e_checked { color: [% css_colors.text_attention %]; }
157 #dash_holds, #dash_e_holds { color: [% css_colors.text_attention %]; }
158 #dash_pickup, #dash_e_pickup { color: [% css_colors.text_goodnews %]; }
159
160 /*  
161 #dash_fines { color: [% css_colors.text_badnews %]; }
162 the color contrast between "text_badnews" and "primary"
163 is too low for WCAG compliance.  Use "text_attention" 
164 for now until a better color is picked - if needed.
165 */
166 #dash_fines { color: [% css_colors.text_attention %]; }
167
168 #dash_wrapper #dash_user_message_button_container {
169     display: inline;
170     padding: 0;
171 }
172 #dash_wrapper #unread_message_count_floater {
173     position: absolute;
174     background-color: [% css_colors.text_alert %];
175     padding-left: 0.2em;
176     padding-right: 0.2em;
177     display: inline-block;
178     font-size: 95%;
179     border-radius: 0;
180     z-index: 2;
181     margin-top: 0.2em;
182     [% IF rtl == 't' -%]
183     margin-right: -1.5em;
184     [%- ELSE %]
185     margin-left: -1.5em;
186     [%- END %]
187 }
188
189 #header-wrap {
190     background: linear-gradient([% css_colors.primary %], [% css_colors.primary_fade %]);
191     background: -moz-linear-gradient([% css_colors.primary %], [% css_colors.primary_fade %]);
192     background: -o-linear-gradient([% css_colors.primary %], [% css_colors.primary_fade %]);
193     background: -webkit-linear-gradient([% css_colors.primary %], [% css_colors.primary_fade %]);
194     background-color: [% css_colors.primary_fade %];
195 }
196 #header {
197     color: [% css_colors.background %];
198     margin-left: 1em;
199     margin-right: 1em;
200     font-size: [% css_fonts.size_small %];
201 }
202
203 #header a {
204     color: [% css_colors.background %];
205 }
206
207 #header a:hover {
208     color: [% css_colors.text_invert %];
209     text-decoration: none;
210 }
211
212 #header-links {
213     color: [% css_colors.text_invert %];
214     font-size: [% css_fonts.size_small %];
215     font-weight: bold;
216     position: relative;
217     top:4px;
218     
219 }
220
221 #header-links a {
222     color: [% css_colors.text_invert %];
223     display: block;
224     text-decoration: none;
225     [% IF rtl == 't' -%]
226     float: right;
227     margin-left: 22px;
228     [%- ELSE %]
229     float:left;
230     margin-right:22px;
231     [%- END %]
232 }
233
234 #header-links a:hover {
235     color: [% css_colors.text_invert %];
236     text-shadow: 0 0 0.2em [% css_colors.primary %], 0 0 0.2em [% css_colors.primary %];
237     text-decoration: none;
238 }
239
240 #header #header-links2 {
241     position:relative;
242     top:-8px;
243     color: [% css_colors.text_invert %];
244     padding-bottom: 15px;
245 }
246
247 #header #header-links2 a {
248     color: [% css_colors.text_invert %];
249 }
250
251 #header #header-links2 a:hover {
252     text-decoration: underline;
253 }
254
255 #your-acct-login {
256     padding-top:2em;
257 }
258
259 #gold-links {
260     [% IF rtl == 't' -%]
261     margin-right: 1em;
262     padding-right: 0px;
263     [%- ELSE %]
264     margin-left: 1em;
265     padding-left:0px;
266     [%- END %]
267 }
268
269 #gold-links-home {
270     margin:auto;
271     [% IF rtl == 't' -%]
272     padding-right: 0px;
273     [%- ELSE %]
274     padding-left:0px;
275     [%- END %]
276 }
277
278 #gold-links-holder {
279     height: 24px;
280     background: [% css_colors.background_invert %];
281 }
282
283 #util-bar {
284     [% IF rtl == 't' -%]
285     margin-right: 1em;
286     padding-right: 0px;
287     [%- ELSE %]
288     margin-left: 1em;
289     padding-left:0px;
290     [%- END %]
291     height:0px;
292 }
293
294 #search-wrapper {
295     border-bottom: 1px solid [% css_colors.border_standard %];
296     padding-bottom: 5px;
297     background: [% css_colors.background %];
298 }
299
300 #search-wrapper #breadcrumb {
301     margin-top:0px;
302     font-size: [% css_fonts.size_smaller %];
303     [% IF rtl == 't' -%]
304     float: right;
305     [%- ELSE %]
306     float:left;
307     [%- END %]
308 }
309
310 #search-wrapper #search-within {
311     margin-top:10px;
312     position:relative;
313     [% IF rtl == 't' -%]
314     float: left;
315     right: -173px;
316     [%- ELSE %]
317     float:right;
318     left:-173px;
319     [%- END %]
320 }
321
322 #search-wrapper #breadcrumb a {
323     color: [% css_colors.text %];
324 }
325
326 #search-wrapper #search_frm label {
327     font-size: [% css_fonts.size_smaller %];
328 }
329
330 #search-wrapper #search-box {
331     [% IF rtl == 't' -%]
332     margin-right: 1em;
333     padding-right: 0px;
334     [%- ELSE %]
335     margin-left: 1em;
336     padding-left: 0px;
337     [%- END %]
338     padding-top: 10px;
339     padding-bottom: 10px;
340 }
341
342 #adv_search_tabs, #acct_tabs, #acct_fines_tabs, #acct_checked_tabs, #acct_holds_tabs, #acct_prefs_tabs, #results_header_inner{
343     [% IF rtl == 't' -%]
344     margin-right:2px;
345     [%- ELSE %]
346     margin-left: 2px;
347     [%- END %]
348     overflow: auto;
349 }
350
351 #adv_search_tabs a, #acct_tabs a, #acct_fines_tabs a, #acct_checked_tabs a, #acct_holds_tabs a, #acct_prefs_tabs a {
352     [% IF rtl == 't' -%]
353     float: right;
354     margin: 10px 0px 0px 7px;
355     -moz-border-radius: 10px 10px 0px 0px;
356     border-radius: 10px 10px 0px 0px;
357     [%- ELSE %]
358     float: left;
359     margin: 10px 7px 0px 0px;
360     -moz-border-radius: 10px 10px 0px 0px; 
361     border-radius: 10px 10px 0px 0px;
362     [%- END %]
363     text-align: center;
364     vertical-align: middle;
365     display: block;
366     padding: 10px 0px 10px 0px;
367     font-weight: bold;
368     color: [% css_colors.text_invert %];
369     background: [% css_colors.control %];
370     font-weight: bold;
371     text-decoration: none;
372 }
373
374 #adv_search_tabs a, #acct_tabs a, #acct_fines_tabs a {
375     padding: 1em 1em 0.5em;
376 }
377
378 #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 {
379     background: [% css_colors.primary %]; 
380     color: [% css_colors.text_invert %];
381     text-decoration: none;
382 }
383
384 #adv_search_filters {
385     position: relative;
386 }
387 #adv_search_rows {
388     border-bottom: none;
389 }
390 .adv_filter_block {
391     [% IF rtl == 't' -%]
392     float: right;
393     [%- ELSE %]
394     float: left;
395     [%- END %]
396     padding: 15px;
397     clear: both;
398 }
399 .adv_filter_block_item {
400     [% IF rtl == 't' -%]
401     float: right;
402     [%- ELSE %]
403     float: left;
404     [%- END %]
405     padding: 5px;
406 }
407
408 #adv_special_block {
409     [% IF rtl == 't' -%]
410     float: right;
411     [%- ELSE %]
412     float: left;
413     [%- END %]
414     padding: 5px;
415     margin-top: 5px;
416 }
417
418 #adv_search_submit {
419     [% IF rtl == 't' -%]
420     margin-right: 10px;
421     [%- ELSE %]
422     margin-left: 10px;
423     [%- END %]
424     position: relative;
425 }
426
427 .checkbox_col {
428     width: 1%;
429     [% IF rtl == 't' -%]
430     padding-right: 10px !important;
431     [%- ELSE %]
432     padding-left: 10px !important;
433     [%- END %]
434 }
435
436 #adv_search.on, #num_search.on, #expert_search.on {
437     color: [% css_colors.accent_darker %];
438     background: [% css_colors.background %];
439     text-decoration: none;
440 }
441
442 #adv_search_tabs a.acct-tab-on, #acct_tabs a.acct-tab-on, #acct_fines_tabs a.acct-tab-on {
443     color: [% css_colors.accent_darker %];
444     background: [% css_colors.background %];
445     text-decoration: none;
446 }
447
448 .acct-tab-off {
449     background: [% css_colors.control %];
450 }
451
452 #acct_checked_tabs a, #acct_holds_tabs a, #acct_prefs_tabs a {
453     margin-top: 0px;
454     font-size: [% css_fonts.size_smaller %];
455     color: [% css_colors.accent_darker %];
456     padding: 10px 10px 10px 10px;
457 }
458
459 #acct_checked_tabs div.selected a, #acct_holds_tabs div.selected a, #acct_prefs_tabs div.selected a {
460     background: [% css_colors.accent_lightest %];
461     color: [% css_colors.accent_darker %];
462 }
463
464 #acct_checked_tabs, #acct_holds_tabs, #acct_prefs_tabs {
465     padding-bottom: 12px;
466     color: [% css_colors.accent_medium %];
467 }
468
469 #acct_select, #acct_prefs_select {
470      display: none;
471 }
472
473 #mobile_acct_search_links {
474       background: [% css_colors.primary_fade %];
475 }
476
477 .rdetail_header {
478     [% IF rtl == 't' -%]
479     padding: 5px 0px 6px 7px;
480     margin-right: 1em;
481     [%- ELSE %]
482     padding: 5px 7px 6px 0px;
483     margin-left: 1em;
484     [%- END %]
485     border-bottom: 1px dotted [% css_colors.accent_light %];
486 }
487
488 .rdetail_results a {
489     color:[% css_colors.primary_fade %];
490     font-weight:bold;
491     font-size: [% css_fonts.size_bigger %];
492 }
493
494 .rdetail_result_count {
495     color: [% css_colors.text %];
496     font-weight: normal;
497     display: inline-block;
498     [% IF rtl == 't' -%]
499     padding-right: 1em;
500     [%- ELSE %]
501     padding-left: 1em;
502     [%- END %]
503 }
504
505 .rdetail_result_nav {
506     font-weight:normal;
507     display: inline-block;
508     [% IF rtl == 't' -%]
509     padding-right: 1em;
510     [%- ELSE %]
511     padding-left: 1em;
512     [%- END %]
513 }
514
515 #rdetail_details_table {
516     margin-top: 15px;
517 }
518
519 #rdetail_image { border: none; }
520 #rdetail_image_cell {
521     padding-top: 3px;
522     [% IF rtl == 't' -%]
523     padding-left: 10px;
524     [%- ELSE %]
525     padding-right: 10px;
526     [%- END %]
527 }
528
529 h2.rdetail_uris {
530     margin-top: 1em;
531 }
532 div.rdetail_uris {
533     padding: 0.5em 1em 0.5em 1em;
534     background-color: [% css_colors.accent_lighter2 %];
535 }
536 div.rdetail_uris ul li {
537     position: relative;
538     [% IF rtl == 't' -%]
539     right: 1em;
540     [%- ELSE %]
541     left: 1em;
542     [%- END %]
543 }
544
545 div.rdetail_show_copies {
546     margin-top: 1em;
547 }
548
549 div#rdetail_actions_div {
550     background: [% css_colors.background %];
551     [% IF rtl == 't' -%]
552     float: left;
553     [%- ELSE %]
554     float: right;
555     [%- END %]
556 }
557
558 span#rdetail_copy_counts {
559     display: inline-block;
560     vertical-align: top;
561     [% IF rtl == 't' -%]
562     border-left: thin;
563     margin-left: 1em;
564     padding-left: 1em;
565     [%- ELSE %]
566     border-right: thin;
567     margin-right: 1em;
568     padding-right: 1em;
569     [%- END %]
570 }
571
572 span#rdetail_hold_counts {
573     display: inline-block;
574     vertical-align: top;
575 }
576 span#rdetail_hold_counts p {
577     [% IF rtl == 't' -%]
578     padding-right: 2em;
579     [%- ELSE %]
580     padding-left: 2em;
581     [%- END %]
582 }
583
584 #rdetail_image_div {
585     [% IF rtl == 't' -%]
586     float: right;
587     margin-left: 1em;
588     [%- ELSE %]
589     float: left;
590     margin-right: 1em;
591     [%- END %]
592 }
593
594 .rdetail_aux_utils {
595     padding-bottom: 6px;
596     [% IF rtl == 't' -%]
597     border-right: 1px dotted #ccc;
598     padding-right:17px;
599     padding-left:70px;
600     [%- ELSE %]
601     border-left:1px dotted [% css_colors.accent_light %];
602     padding-left: 17px;
603     padding-right: 70px;
604     [%- END %]
605 }
606
607 div.place_hold {
608     border-bottom: 1px dotted [% css_colors.accent_light %];
609     padding-top: 10px;
610 }
611
612 div.toggle_list { padding-top: 6px; }
613
614 div.share_record {
615     padding-top: 6px;
616     border-top: 1px dotted [% css_colors.accent_light %];
617 }
618
619 div.format_icon {
620     [% IF rtl == 't' -%]
621     float: left;
622     margin-left: 17px;
623     [%- ELSE %]
624     float: right;
625     margin-right: 17px;
626     [%- END %]
627 }
628
629 #metarecord_population {
630     overflow: hidden;
631     width: 40%;
632     padding-bottom: 10px;
633 }
634
635 .metarecord_population_span_link {
636     line-height: 20px;
637 }
638
639 .metarecord_population_format {
640     border-right: thin;
641     display: inline-block;
642     margin-right: 1em;
643     padding-right: 1em;
644     vertical-align: top;
645 }
646
647 .metarecord_population_item_lang {
648     display: inline-block;
649     vertical-align: top;
650 }
651
652 .metarecord_population_all {
653     padding-top:10px;
654 }
655
656 .results_aux_utils {
657     display: table-cell;
658 }
659
660 .result_util {
661     border-bottom: 1px dotted [% css_colors.accent_light %];
662     padding-top: 6px;
663     [% IF rtl == 't' -%]
664     padding-right: 1em;
665     [%- ELSE %]
666     padding-left: 1em;
667     [%- END %]
668 }
669
670 .results_reviews {
671     top: -5px;
672 }
673
674 #rdetail_copies {
675     padding-top: 1.5em;
676 }
677
678 #rdetails_status td {
679     [% IF rtl == 't' -%]
680     padding: 7px 13px 3px 0px;
681     [%- ELSE %]
682     padding: 7px 0px 3px 13px;
683     [%- END %]
684     white-space: nowrap;
685 }
686
687 #rdetails_status td[headers=copy_header_library], 
688 #rdetails_status td[headers=copy_header_shelfloc] {
689     white-space: normal;
690 }
691
692 #rdetails_status thead th {
693     [% IF rtl == 't' -%]
694     padding: 13px 13px 13px 0px;
695     text-align: right;
696     [%- ELSE %]
697     padding: 13px 0px 13px 13px;
698     text-align: left;
699     [%- END %]
700     background-color: [% css_colors.accent_lighter2 %];
701     font-size: [% css_fonts.size_smaller %];
702     font-weight: bold;
703 }
704
705 #rdetails_status tbody td {
706     [% IF rtl == 't' -%]
707     padding-right: 13px;
708     text-align: right;
709     [%- ELSE %]
710     padding-left: 13px;
711     text-align: left;
712     [%- END %]
713 }
714 #rdetails_status tbody td.copy_note {
715     color: [% css_colors.primary %];
716     text-wrap:normal;
717     white-space:pre-wrap !important;
718     word-wrap:normal;
719 }
720
721 .rdetail_extras {
722     background: [% css_colors.primary_fade %];
723     border: 1px solid [% css_colors.primary %];
724     padding-top:1px;
725     clear:both;
726 }
727
728 #rdetail_extras_div {
729     margin: 1em 0;
730 }
731
732 .rdetail_extras_hr {
733     [% IF rtl == 't' -%]
734     margin-right: 1px;
735     margin-left: 1px;
736     [%- ELSE %]
737     margin-left: 1px;
738     margin-right: 1px;
739     [%- END %]
740     height: 1px;
741     background: [% css_colors.accent_light %];
742 }
743
744 .rdetail_extras_link {
745     padding: 6px 12px;
746     font-size: [% css_fonts.size_smaller %];
747     font-weight: bold;
748 }
749
750 .rdetail_extras_lbl {
751     color: [% css_colors.text_invert %];
752     text-decoration: none;
753 }
754
755 ##rdetail_extras_expand, #rdetail_extras_collapse, #rdetail_locs_collapse {
756     [% IF rtl == 't' -%]
757     margin-right: 13px;
758     [%- ELSE %]
759     margin-left: 13px;
760     [%- END %]
761 }
762
763 #rdetail_locs_expand, #rdetail_locs_collapse {
764     [% IF rtl == 't' -%]
765     margin-right: 13px;
766     [%- ELSE %]
767     margin-left:13px;
768     [%- END %]
769     padding-bottom:3px;
770     margin-top:15px;
771 }
772
773 #rdetail_anotes_div .biography {
774     margin:0;
775 }
776
777 #gbp_extra, #gbp_arrow_down_link {
778     display: none;
779 }
780
781 .almost-content-wrapper {
782     background: [% css_colors.background %];
783 }
784
785 #content-wrapper {
786     background: [% css_colors.background %];
787     min-height: 260px;
788     border-bottom: 1px solid [% css_colors.border_dark %];
789 }
790
791 .content-wrapper-record-page { top: -15px; position: relative; }
792
793 #main-content-home {
794     [% IF rtl == 't' -%]
795     padding-right: 17px;
796     margin-right: 1em;
797     [%- ELSE %]
798     padding-left: 17px;
799     margin-left: 1em;
800     [%- END %]
801 }
802 #main-content {
803     [% IF rtl == 't' -%]
804     padding-right: 0px;
805     [%- ELSE %]
806     padding-left: 0px;
807     [%- END %]
808     margin: 0 1em;
809     clear: both;
810 }
811
812 #main-content-after-bar {
813     [% IF rtl == 't' -%]
814     margin-right: 1em;
815     padding-right: 4px;
816     [%- ELSE %]
817     margin-left: 1em;
818     padding-left: 4px;
819     [%- END %]
820 }
821
822 #results-side-bar {
823     [% IF rtl == 't' -%]
824     float: right; 
825     margin-left: 5px;
826     [%- ELSE %]
827     float: left;
828     margin-right: 5px; 
829     [%- END %]
830     width: 174px;
831     background: [% css_colors.background %];
832 }
833
834 #main-content .login_boxes {
835     border: 1px solid [% css_colors.accent_lighter %];
836     background: linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
837     background: -moz-linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
838     background: -ms-linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
839     background: -o-linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
840     background: -webkit-linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
841
842     color: [% css_colors.accent_darker %];
843 }
844
845 #main-content .login_boxes h1 {
846     font-weight: normal;
847     font-size: [% css_fonts.size_biggest %];
848     margin:0;
849 }
850
851 #main-content .left_brain {
852     [% IF rtl == 't' -%]
853     padding-right: 28px;
854     [% ELSE -%]
855     padding-left:28px;
856     [% END -%]
857     padding-top:25px;
858 }
859
860 #main-content .left_brain input[type=text], #main-content .left_brain input[type=password] {
861     width:167px;
862     margin:0;
863     padding:0;
864     background: [% css_colors.background %];
865     font-size: [% css_fonts.size_bigger %];
866     color: [% css_colors.text %];
867 }
868
869 #main-content .left_brain .input_bg {
870     [% IF rtl == 't' -%]
871     padding: 10px 13px 0px 10px;
872     [% ELSE -%]
873     padding:10px 10px 0px 13px;
874     [% END -%]
875     width:167px;
876     height:29px;
877 }
878
879 .login-help-box {
880     [% IF rtl == 't' -%]
881     float: right;
882     margin-right: 2em;
883     [% ELSE -%]
884     float: left;
885     margin-left: 2em;
886     [% END -%]
887     width: 200px;
888     text-align: center;
889 }
890
891 .login-help-button {
892     font-size: [% css_fonts.size_biggest %];
893     padding: 1.5em;
894 }
895
896 #login-failed-message {
897     font-size: [% css_fonts.size_bigger %];
898     font-weight: bold;
899     color: [% css_colors.text_alert %];
900     padding-top: 1em;
901 }
902
903 #holds_temp_parent td {
904     border-bottom:1px solid [% css_colors.border_standard %];
905 }
906
907 #holds_temp_parent input, #holds_temp_parent select {
908     margin:0;
909 }
910
911 #holds_temp_parent tr td div {
912     margin-top: 10px;
913     margin-bottom: 10px;
914 }
915
916 #holds_temp_parent tr td div.format_icon {
917     margin-top: 6px;
918     margin-bottom: 6px;
919     float: none;
920 }
921
922 #results_header_bar {
923     background: [% css_colors.accent_medium %];
924     border-top:1px solid [% css_colors.accent_mediumdark %];
925     border-bottom:1px solid [% css_colors.accent_mediumdark %];
926 }
927
928 .results_header_lbl {
929     [% IF rtl == 't' -%]
930     float: right;
931     [% ELSE -%]
932     float: left;
933     [% END -%]
934     font-weight: bold;
935     color: [% css_colors.text %];
936     /* this border is not visible, but it keeps these labels the same size
937     as the buttons */
938     border: 1px solid [% css_colors.accent_medium %];
939     background: [% css_colors.accent_medium %];
940     margin: 0.5em 0.3em;
941     padding: 0.3em;
942 }
943 /* we need a negative margin on the select to allow the containing <label>
944 to determine the actual size of the element.  By doing this, we can increase
945 the odds that the buttons and the select will be the same size, and therefore
946 collapse correctly when the window width decreases */
947 .results_header_lbl select {
948     margin: -0.5em 0;
949 }
950
951 #limit_to_available {
952     vertical-align: middle;
953 }
954
955 .results_header_sel {
956     [% IF rtl == 't' -%]
957     float: right;
958     [% ELSE -%]
959     float:left;
960     [% END -%]
961     margin:0;
962 }
963
964 .results_header_nav1 {
965     [% IF rtl == 't' -%]
966     padding: 5px 0px 6px 7px;
967     [% ELSE -%]
968     padding: 5px 7px 6px 0px;
969     [% END -%]
970     border-bottom: 1px dotted [% css_colors.accent_light %];
971 }
972
973 .results_header_nav1 .h1 {
974     font-size: [% css_fonts.size_bigger %];
975     font-weight:bold;
976     color:[% css_colors.primary_fade %];
977 }
978
979 .table_no_border_space {
980   border-spacing: 0px;
981 }
982 .table_no_cell_pad td {
983   padding: 0px;
984 }
985 .table_no_border {
986   border-collapse: collapse;
987 }
988
989 #result_table_table {
990   margin-top:10px;
991 }
992
993 #result_table_div {
994     margin-top: 1em;
995 }
996
997 tr.result_table_row > td.results_row_count,
998 tr.result_table_row > td.result_table_pic_header,
999 tr.result_table_row > td.result_table_title_cell {
1000     vertical-align: top;
1001 }
1002
1003 .result_metadata {
1004     [% IF rtl == 't' -%]
1005     float: right;
1006     padding-left: 2em;
1007     [% ELSE -%]
1008     float: left;
1009     padding-right: 2em;
1010     [% END -%]
1011     width: 30em;
1012 }
1013
1014 tr.result_table_row:nth-child(n+2) > td {
1015     border-top: 1px solid [% css_colors.accent_lighter2 %];
1016 }
1017
1018 tr.result_table_row > td.result_table_pic_header {
1019     [% IF rtl == 't' -%]
1020     padding-right: 1em;
1021     [% ELSE -%]
1022     padding-left: 1em;
1023     [% END -%]
1024     white-space: nowrap;
1025     width: 78px;
1026 }
1027
1028 .result_number {
1029     [% IF rtl == 't' -%]
1030     padding-right: 1em;
1031     [% ELSE -%]
1032     padding-left: 1em;
1033     [% END -%]
1034     white-space: nowrap;
1035 }
1036
1037 .result_count_number {
1038    font-weight: bold;
1039 }
1040
1041 .result_table_subtable {
1042     width: 100%;
1043     padding-top: 1em;
1044 }
1045
1046 div.result_table_utils_cont {
1047     [% IF rtl == 't' -%]
1048     text-align: right;
1049     float: right;
1050     [% ELSE -%]
1051     text-align:left;
1052     float: left;
1053     [% END -%]
1054 }
1055
1056 #myopac_summary_div p {
1057     margin:0;
1058     margin-bottom: 10px;
1059 }
1060
1061 #acct_sum_checked_table td {
1062     padding-bottom:5px;
1063 }
1064
1065 .zero_search_hits_main {
1066     [% IF rtl == 't' -%]
1067     float: right;
1068     [% ELSE -%]
1069     float:left;
1070     [% END -%]
1071     width:300px;
1072     margin-top: 2ex;
1073 }
1074 .zero_search_hits_saved {
1075     [% IF rtl == 't' -%]
1076     float: right;
1077     margin-left: 2em;
1078     [% ELSE -%]
1079     float:left;
1080     margin-right: 2em;
1081     [% END -%]
1082     width:200px;
1083     margin-top: 2ex;
1084 }
1085
1086 #zero_search_hits p {
1087     margin-top:0;
1088 }
1089
1090 #zero_hits_term {
1091     font-weight: bold;
1092 }
1093
1094 #zero_search_hits #spell_check_link {
1095 }
1096
1097 #zero_search_hits #zero_hits_suggestions {
1098 }
1099
1100 #lowhits_help {
1101     [% IF rtl == 't' -%]
1102     float: left;
1103     [% ELSE -%]
1104     float: right;
1105     [% END-%]
1106     width: 353px;
1107     background: [% css_colors.accent_light %];
1108     padding: 10px;
1109     margin-top: 7px;
1110 }
1111
1112 .results_info_table td {
1113     [% IF rtl == 't' -%]
1114     padding-left: 10px;
1115     [% ELSE -%]
1116     padding-right: 10px;
1117     [% END-%]
1118 }
1119
1120 #myopac_holds_main_table {
1121     border-collapse: collapse;
1122 }
1123
1124 #myopac_holds_main_table td {
1125     border: 1px solid [% css_colors.border_dark %];
1126     
1127 }
1128
1129 .myopac-hold-available {
1130     color: [% css_colors.text_greatnews %];
1131     font-weight: bold;
1132 }
1133
1134 .myopac-hold-suspended {
1135     color: [% css_colors.text_badnews %];
1136     font-weight: bold;
1137 }
1138
1139 #myopac_prefs_div .data_grid {
1140     border-collapse:collapse;
1141 }
1142
1143 #myopac_prefs_div .data_grid td {
1144     [% IF rtl == 't' -%]
1145     padding: 6px 17px 7px 0px;
1146     [% ELSE -%]
1147     padding:6px 0px 7px 17px;
1148     [% END -%]
1149     background:[% css_colors.accent_ultralight %];
1150     border-bottom:3px solid [% css_colors.background %];
1151 }
1152
1153 .header_middle {
1154     [% IF rtl == 't' -%]
1155     padding: 0px 0px 0px 7px;
1156     [% ELSE -%]
1157     padding: 0px 7px 0px 0px;
1158     [% END -%]
1159     height:22px;
1160     font-size: [% css_fonts.size_bigger %];
1161     font-weight:bold;
1162     color:[% css_colors.primary_fade %];
1163     border-bottom: 1px dotted [% css_colors.accent_light %];
1164     clear: both;
1165 }
1166
1167 .header_middle a {
1168     font-weight: normal;
1169 }
1170
1171 #acct_sum_block {
1172     [% IF rtl == 't' -%]
1173     float: right;
1174     clear: right;
1175     [% ELSE -%]
1176     float: left;
1177     clear: left;
1178     [% END -%]
1179 }
1180
1181 .acct_sum_table {
1182     border-collapse: collapse;
1183     background: [% css_colors.accent_ultralight %];
1184 }
1185
1186 .acct_sum_table tr {
1187     border-bottom: 2px solid white;
1188 }
1189
1190 .acct_sum_table td {
1191     padding: 1em;
1192 }
1193
1194 .acct_sum_table a {
1195     text-transform: none;
1196     position:relative;
1197     top:-1px;
1198 }
1199
1200 .acct_sum_table .view_link {
1201     font-weight: normal;
1202 }
1203
1204 #myopac_sum_fines {
1205     [% IF rtl == 't' -%]
1206     float: left;
1207     padding: 15px 23px 0px 0px;
1208     [% ELSE -%]
1209     float:right;
1210     padding: 15px 0px 0px 23px;
1211     [% END -%]
1212     background: [% css_colors.accent_ultralight %];
1213     width: 177px;
1214     height: 166px;
1215 }
1216
1217 #myopac_sum_fines_placehold {
1218     [% IF rtl == 't' -%]
1219     float: left;
1220     [% ELSE -%]
1221     float: right;
1222     [% END -%]
1223     width: 177px;
1224     height: 166px;
1225 }
1226
1227 .acct_holds_temp td {
1228     [% IF rtl == 't' -%]
1229     text-align: right;
1230     [% ELSE -%]
1231     text-align: left;
1232     [% END -%]
1233 }
1234
1235 #acct_checked_tabs .align, #acct_holds_tabs .align, #acct_prefs_tabs .align {
1236     [% IF rtl == 't' -%]
1237     float: right;
1238     [% ELSE -%]
1239     float:left;
1240     [% END -%]
1241 }
1242
1243 #acct_checked_main_header, #acct_holds_main_header, #acct_checked_hist_header, #acct_holds_hist_header, #acct_list_header, #acct_list_header_anon, #temp_list_holds, #acct_messages_main_header, #ebook_circs_main_table, #ebook_holds_main_table {
1244     border-collapse: collapse;
1245 }
1246
1247 .hold_notes {
1248     text-transform: none;
1249     font-weight: normal;
1250 }
1251
1252 .hold_note_title { font-weight: bold; }
1253
1254 #acct_checked_main_header td, #acct_holds_main_header td, #acct_checked_hist_header td, #acct_holds_hist_header td, #acct_list_header td, #acct_list_header_anon td, #temp_list_holds td, #acct_messages_main_header, #ebook_circs_main_table td, #ebook_holds_main_table td {
1255     background: [% css_colors.accent_lighter2 %];
1256     padding: 10px;
1257 }
1258
1259 #acct_checked_main_header th, #acct_holds_main_header th, #acct_checked_hist_header th, acct_holds_hist_header th, #acct_list_header th, #acct_list_header_anon th, #temp_list_holds th, #acct_messages_main_header, #ebook_circs_main_table th, #ebook_holds_main_table th {
1260     [% IF rtl == 't' -%]
1261     text-align: right;
1262     [% ELSE -%]
1263     text-align: left;
1264     [% END -%]
1265     padding: 0px 10px 0px 10px;
1266 }
1267
1268 #acct_list_header select, #acct_list_header_anon select {
1269     font-weight:normal;
1270     text-transform:none;
1271 }
1272
1273 .search_catalog_lbl {
1274     font-size: [% css_fonts.size_bigger %];
1275 }
1276 .adv_search_catalog_lbl {
1277     font-size: [% css_fonts.size_bigger %];
1278 }
1279
1280 .browse_the_catalog_lbl {
1281     font-size: [% css_fonts.size_bigger %];
1282 }
1283
1284 .lbl1 {
1285     font-size: [% css_fonts.size_bigger %];
1286     font-weight:bold;
1287 }
1288
1289 .lbl2 {
1290     font-size: [% css_fonts.size_smaller %];
1291     font-weight:normal;
1292     position:relative;
1293     top:3px;
1294     max-width:300px;
1295 }
1296
1297 #myopac_tabs, #adv_search_parent, #fines_payments_wrapper {
1298     background: [% css_colors.primary_fade %];
1299     padding-top:5px;
1300     margin-bottom:20px;
1301 }
1302
1303 #fines_payments_wrapper {
1304     padding-left: 5px; 
1305     padding-right: 5px;
1306 }
1307
1308 .myopac_payments_table th {
1309     [% IF rtl == 't' -%]
1310     text-align: right; }
1311     [% ELSE -%]
1312     text-align: left;
1313     [% END -%]
1314 }
1315
1316 .myopac_payments_table thead th { border-bottom: 1px dashed [% css_colors.accent_darker %]; }
1317 .myopac_payments_table thead th:first-child { width: 8em; }
1318 .myopac_payments_table tbody tr:nth-child(odd) { background-color: [% css_colors.accent_lighter %]; }
1319 .myopac_payments_table form { display: inline; }
1320 .myopac_payments_table input[type="submit"] { padding: 1px; }
1321
1322 .payment-error {
1323     font-weight: bold; color: [% css_colors.text_alert %];
1324     padding: 10px; border: 1px solid [% css_colors.accent_medium_dark %];
1325 }
1326
1327 .payment-processing {
1328     font-weight: bold;
1329     color: [% css_colors.text_greatnews %];
1330     font-size: [% css_fonts.size_bigger %];
1331     padding: 10px; border: 1px solid [% css_colors.accent_medium_dark %];
1332     text-align: center;
1333 }
1334 #adv_search_input { width: 100%; }
1335 #adv_search_parent {
1336     margin-bottom:0px;
1337 }
1338 #search-submit-spinner {
1339     height: 16px;
1340     width: 16px;
1341 }
1342 div.adv_search_available {
1343     margin-top: 1em;
1344 }
1345
1346 #myopac_loading {
1347     width:100%;
1348     text-align:center;
1349     padding-top:20px;
1350     font-size: [% css_fonts.size_bigger %];
1351     font-weight:bold;
1352 }
1353
1354 .chili_link {
1355     width:100px !important;
1356     text-align: center !important;
1357 }
1358
1359 .chili_review div.chili_link div {
1360     margin: auto;
1361 }
1362
1363 /* styling for advanced search filters that display with searchbar */
1364
1365 #adv_filter_results_block h4 { display: inline; }
1366
1367 #adv_filter_results_block {
1368     margin-top: 6px;
1369 }
1370
1371 .adv_filter_results_block_label {
1372     font-weight:bold;
1373     [% IF rtl == 't' -%]
1374     padding: 4px 12px 4px 0px;
1375     [% ELSE -%]
1376     padding: 4px 0px 4px 12px;
1377     [% END -%]
1378 }
1379
1380 .adv_filter_results_group {
1381     font-size: 12px;
1382     display: inline-block;
1383     background:  [% css_colors.accent_lighter2 %];
1384     border-style: solid;
1385     border-color: [% css_colors.accent_medium %];
1386     border-width: 1px;
1387     border-radius: 4px;
1388     padding: 2px 4px 2px 4px;
1389 }
1390
1391 .adv_filter_results_group_wrapper {
1392     display: inline-block;
1393     [% IF rtl == 't' -%]
1394     margin-right: 1em;
1395     [% ELSE -%]
1396     margin-left: 1em;
1397     [% END -%]
1398     margin-bottom: 8px;
1399 }
1400
1401 .adv_filter_results_group_header {
1402     display: inline-block;
1403 }
1404
1405 .adv_filter_results_group_values {
1406     display: inline;
1407 }
1408
1409 .adv_search_result_filter {
1410     display: inline-block;
1411 }
1412
1413 .remove_filter {
1414     font-size: 16px;
1415     [% IF rtl == 't' -%]
1416     margin-right: 3px;
1417     [% ELSE -%]
1418     margin-left: 3px;
1419     [% END -%]
1420 }
1421
1422 a.remove_filter {
1423     text-decoration: none;
1424     color: [% css_colors.accent_dark %];
1425 }
1426
1427 #filter_hits {
1428      display: inline-block;
1429 }
1430
1431 #refine_search_link {
1432     display: inline-block;
1433 }
1434
1435 [%- IF we_want_to_turn_on_facet_styling.defined; %]
1436 /* some facet styling */
1437 .facetClassContainer { margin: 2px; border: 1px solid [% css_colors.accent_light %]; }
1438 .facetClassLabelContainer { border: 1px solid [% css_colors.accent_light %]; }
1439 .facetClassLabel { font-weight: bold; text-align: center; }
1440 .facetFieldContainer {  }
1441 .facetFieldLabel { padding-left: 2px; margin-top: 5px; margin-bottom: 5px; font-weight: bold; text-align: left; }
1442 .extraFacetFieldsWrapper { }
1443 .toggleExtraFacetFieldsButton { float: right; margin: 0px; padding: 0px; }
1444 .facetFieldLineCount {
1445     display: inline-block;
1446     border-right: 1px solid [% css_colors.accent_light %];
1447     color: [% css_colors.accent_mediumdark %];
1448     width: 3em;
1449     margin-right: 3px
1450 }
1451 .facetField { border-top: 1px solid [% css_colors.accent_light %]; }
1452 .facetFields { padding-left: 5px; }
1453 .facetFieldLineValue { overflow: hidden; text-overflow: ellipsis; }
1454 [%- END -%]
1455
1456 div#facet_sidebar {
1457     [% IF rtl == 't' -%]
1458     float: right;
1459     margin-left: 1em;
1460     [% ELSE -%]
1461     float: left;
1462     margin-right: 1em;
1463     [% END-%]
1464 }
1465
1466 .facet_box_temp {
1467     padding-bottom:3px;
1468 }
1469
1470 .facet_box_temp .header {
1471     height: 2.3em;
1472     background:[% css_colors.primary %];
1473     -moz-border-top-left-radius: 5px;
1474     border-top-left-radius: 5px;
1475     -moz-border-top-right-radius: 5px;
1476     border-top-right-radius: 5px;
1477     font-weight:bold;
1478     color:[% css_colors.text_invert %];
1479     padding-top:4px;
1480 }
1481
1482 .facet_box_temp.filter_box_temp .header {
1483     background: [% css_colors.background_invert %] !important;
1484 }
1485
1486 .filter_box_label {
1487     color: [% css_colors.background_invert %];
1488     font-weight:bold;
1489     padding-top:4px;
1490     padding-bottom:4px;
1491     padding-left:12px;
1492 }
1493
1494 .facet_box_temp .header .title {
1495     [% IF rtl == 't' -%]
1496     float: right;
1497     padding-right: 12px;
1498     [% ELSE -%]
1499     float:left;
1500     padding-left:12px;
1501     [% END -%]
1502     padding-top:6px;
1503 }
1504
1505 /* in this context, where h4 is primarily for structure, 
1506    avoid the normal large font and margin for h4's */
1507 .facet_box_temp h4 {
1508     font-size : 100%; 
1509     margin: 0px;
1510 }
1511
1512 .facet_box_temp .header a.button {
1513     [% IF rtl == 't' -%]
1514     float: left;
1515     padding-left: 6px;
1516     [% ELSE -%]
1517     float:right;
1518     padding-right:6px;
1519     [% END -%]
1520     padding-top:6px;
1521     color:[% css_colors.text_invert %];
1522 }
1523
1524 .facet_box_wrapper .box_wrapper .box {
1525     border-top:1px solid [% css_colors.border_standard %];
1526     border-left:1px solid [% css_colors.border_standard %];
1527     border-right:1px solid [% css_colors.border_standard %];
1528     padding: 0 0.5em;
1529     width: 14em;
1530     overflow: hidden;
1531 }
1532
1533 .filter_box_wrapper {
1534     margin-bottom: 3px;
1535     padding: 2px;
1536     border: 1px solid [% css_colors.background_invert %];
1537     -moz-border-radius: 3px;
1538     border-radius: 3px;
1539     font-weight:bold;
1540     padding-top:4px;
1541 }
1542
1543 .facet_template {
1544     box-sizing: border-box;
1545     -moz-box-sizing: border-box;
1546     display: table;
1547     margin: 0.5em 0;
1548     width: 100%;
1549 }
1550
1551 .facet_template div {
1552     display: table-cell;
1553     padding: 2px;
1554 }
1555
1556 .facet_template.filter_template div {
1557     padding: 0px !important;
1558 }
1559
1560 .facet_template .count {
1561     text-align: right;
1562     color: [% css_colors.accent_mediumdark %];
1563 }
1564
1565 .facet_template_selected {
1566     background-color: [% css_colors.accent_lighter2 %];
1567     border: 1px solid [% css_colors.accent_medium %];
1568 }
1569
1570 #footer-wrap {
1571     background: linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1572     background: -moz-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1573     background: -o-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1574     background: -webkit-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1575     background-color: [% css_colors.primary %];
1576 }
1577
1578 #footer {
1579     [% IF rtl == 't' -%]
1580     margin-right: 1em;
1581     [% ELSE -%]
1582     margin-left: 1em;
1583     [% END -%]
1584     padding-top:5px;
1585     padding-bottom: 10px;
1586     font-size: [% css_fonts.size_small %];
1587 }
1588
1589 #footer a {
1590     color: [% css_colors.text_invert %];
1591     text-decoration: none;
1592     text-shadow: 0 0 0.2em [% css_colors.primary %], 0 0 0.2em [% css_colors.primary %];
1593 }
1594
1595 #copyright_text, #footer_logo {
1596     color: [% css_colors.text_invert %];
1597 }
1598
1599 .color_4 {
1600     font-weight: bold;
1601 }
1602
1603 .advanced_div { padding-top: 15px; }
1604 #adv_global_search { width: 100%; }
1605 #adv_global_search select { width: 13em; }
1606 #adv_global_addrow td { padding-top: 7px; }
1607 [% IF rtl == 't' -%]
1608 #adv_global_addrow.td-search-left{text-align:right;}
1609 [% END -%]
1610 #adv_global_input_table { width: 100%; }
1611 #adv_global_input_table select { width: 7em; }
1612 .adv_adv_link {
1613     font-size: [% css_fonts.size_smaller %];
1614     color: [% css_colors.text_alert %];
1615 }
1616 #acct_prefs_header {
1617     [% IF rtl == 't' -%]
1618     float: right;
1619     [% ELSE -%]
1620     float: left;
1621     [% END -%]
1622 }
1623 .search_page_nav_link {
1624     cursor: pointer;
1625     [% IF rtl == 't' -%]
1626     padding-right: 1em;
1627     [% ELSE -%]
1628     padding-left: 1em;
1629     [% END -%]
1630 }
1631 #opac.result.sort { width: 160px; }
1632 .renew-summary, .message-update-summary { font-size: [% css_fonts.size_bigger %]; font-style: italic; margin: 0.5ex 0; }
1633 .failure-text {
1634     [% IF rtl == 't' -%]
1635     margin-right: 4em;
1636     [% ELSE -%]
1637     margin-left: 4em;
1638     [% END -%]
1639     font-style: italic;
1640     color: [% css_colors.text_alert %];
1641 }
1642 .refine-controls { font-size: [% css_fonts.size_bigger %]; padding: 0.5ex 0; }
1643 #adv_search_refine input[type=text] { border: 1px inset [% css_colors.accent_light %] !important; }
1644 #adv_search_refine select { border: 1px inset [% css_colors.accent_light %] !important; }
1645 #adv_search_refine {
1646     [% IF rtl == 't' -%]
1647     padding-right: 5em;
1648     [% ELSE -%]
1649     padding-left: 5em;
1650     [% END -%]
1651     background-color: [% css_colors.accent_lighter2 %];
1652     margin: 2ex 0;
1653 }
1654 .row-remover { position: relative; top: 1px; vertical-align: middle; }
1655 .subtle-button {
1656     background-color: [% css_colors.background %];
1657     color: [% css_colors.primary %]; text-decoration: none;
1658     padding: 0; border: 0; margin: 0;
1659     vertical-align: middle;
1660 }
1661 .subtle-button:hover { text-decoration: underline; cursor: pointer; }
1662 .no-dec:hover { text-decoration: none; }
1663 .pending-addr td { background-color: [% css_colors.background_alert %] !important; border: 0 !important; }
1664
1665 #account-update-email table { text-align: center; padding: 20px; margin-top: 18px; border-collapse: collapse; }
1666 #account-update-email table td {
1667     [% IF rtl == 't' -%]
1668     text-align: right;
1669     [% ELSE -%]
1670     text-align: left;
1671     [% END -%]
1672     padding: 5px 15px 5px 15px;
1673     border-bottom: 1px solid [% css_colors.accent_lighter %];
1674 }
1675 #account-update-email-error { font-size: [% css_fonts.size_biggest %]; padding: 10px; border:1px solid [% css_colors.border_standard %];}
1676 a.dash-link:hover { text-decoration: underline !important; }
1677 #list_create_table td { vertical-align: middle; padding: 0 8px; }
1678 #list_create_table {
1679     background-color: [% css_colors.accent_light %];
1680     padding-bottom: 4px;
1681     margin-bottom: 10px;
1682     border-bottom: 1px dotted [% css_colors.accent_medium %];
1683     width: 100%;
1684 }
1685 .list_create_table_label {
1686     width: 30%;
1687 }
1688 #list_description, #list_create_name {
1689         width: 500px;
1690 }
1691 .list-create-table-buttons input[type=image] { margin-top: 2px; }
1692 .result_table_format_cell { padding: 0px 10px; text-align: center; }
1693 .results_row_count { font-weight: bold; }
1694 #hold_editor h1 { font-size: [% css_fonts.size_bigger %]; font-weight: bold; }
1695 #hold_editor h2 { font-size: [% css_fonts.size_big %]; font-weight: normal; text-indent: 2em; font-style: italic; }
1696 #hold_editor h1, #hold_editor h2 { margin: 2px 0; }
1697 #hold_editor_table { background-color: [% css_colors.accent_lighter %]; padding: 0.5em; }
1698 #hold_editor_table th {
1699     [% IF rtl == 't' -%]
1700     text-align: left;
1701     padding-left: 1em;
1702     [% ELSE -%]
1703     text-align: right;
1704     padding-right: 1em;
1705     [% END -%]
1706 }
1707 #hold_editor_table td { padding: 0.25em 0; }
1708 .fmt-note {
1709     [% IF rtl == 't' -%]
1710     padding-right: 1em !important;
1711     [% ELSE -%]
1712     padding-left: 1em !important;
1713     [% END -%]
1714     vertical-align: middle;
1715 }
1716 .hold-editor-controls { text-align: center; padding-top: 1em !important; }
1717 .hold-editor-controls a { padding-left: 2em; }
1718
1719 .text-right {
1720     [% IF rtl == 't' -%]
1721     text-align: left;
1722     [% ELSE -%]
1723     text-align: right;
1724     [% END -%]
1725 }
1726 .text-right-top {
1727     [% IF rtl == 't' -%]
1728     text-align: right;
1729     [% ELSE -%]
1730     vertical-align: top;
1731     [% END -%]
1732 }
1733 .rdetail-author-div {
1734     padding-bottom: 10px;
1735     display: inline-block;
1736 }
1737
1738 .invisible { visibility: hidden; }
1739 .rdetail-extras-summary { margin: 10px; }
1740 .staff-hold { background-color: [% css_colors.accent_lightest %]; }
1741 .expert-search tbody tr th {
1742     [% IF rtl == 't' -%]
1743     text-align: left;
1744     padding-right: 2em;
1745     [% ELSE -%]
1746     text-align: right;
1747     padding-left: 2em;
1748     [% END -%]
1749 }
1750 .expert-search-row { padding-top: 10px; }
1751 #adv_expert_row label { font-weight: bold; }
1752
1753 .bookshelf tr.browse_border td {
1754     border-bottom: 1px dashed [% css_colors.accent_dark %];
1755     font-size: 1px;
1756     height: 1px;
1757     padding-bottom: 1ex;
1758 }
1759 .cn_browse_item { padding: 2ex; }
1760 .results-paginator-list {
1761     [% IF rtl == 't' -%]
1762     padding-right: 1em;
1763     [% ELSE -%]
1764     padding-left: 1em;
1765     [% END -%]
1766 }
1767 .results-paginator-selected { color: [% css_colors.text_alert %]; }
1768 .inactive-hold { background: [% css_colors.accent_lightest %]; }
1769 .unread-patron-message { font-weight: bold; }
1770
1771 #hold-items-list td { padding: 5px; margin-bottom: 20px; }
1772 .hold-items-list-title { 
1773   font-size: [% css_fonts.size_bigger %];
1774   margin-bottom: 20px;
1775 }
1776 .hold-items-list-problem { color: [% css_colors.text_alert %]; }
1777
1778 .hold_success_links > span { margin: 0 2em; }
1779
1780 .radio-parts-selection { 
1781    width: 75%;
1782    margin-bottom: 20px;
1783 }
1784
1785 .parts-radio-option { 
1786   display: inline-block;
1787   width:15em;
1788 }
1789
1790 .mr_holds_no_formats { 
1791   [% IF rtl == 't' -%]
1792   margin-right: 25px;
1793   [% ELSE -%]
1794   margin-left: 25px;
1795   [% END -%]
1796   padding: 5px;
1797   font-size: 110%;
1798   font-weight: bold;
1799   color: [% css_colors.text_invert %]; 
1800   background: [% css_colors.primary %];
1801 }
1802  
1803 .holds_item_row_separator td {
1804   border-top: 2px dashed [% css_colors.accent_medium %];
1805 }
1806
1807 .big-strong {font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1808
1809 .results_header_btns, .results_header_sel {
1810     [% IF rtl == 't' -%]
1811     float: right;
1812     [% ELSE -%]
1813     float:left;
1814     [% END -%]
1815 }
1816
1817 /*
1818  * .various_containers a = shortcut to putting .opac-button on every 'a' with
1819  *     the tradeoff of increased stylesheet complexity (TODO: rethink?)
1820  */
1821
1822 .opac-multiline-button > a,
1823 .opac-button, .results_header_btns a, #simple-detail-view-links a, .dash_account_buttons a {
1824     color: [% css_colors.button_text %];
1825     font-weight: bold; 
1826     text-decoration: none;
1827     cursor: pointer !important;
1828     -moz-border-radius: 5px;
1829     border-radius: 5px;
1830     border: 1px solid [% css_colors.primary %];
1831     background:  [% css_colors.primary_fade %];
1832     margin: 0.5em;
1833     padding: 0.3em;
1834     display: inline-block;
1835 }
1836
1837 .opac-multiline-button > a:hover,
1838 .opac-button:hover, .results_header_btns a:hover, #simple-detail-view-links a:hover, #dash_wrapper a.opac-button:hover {
1839     background: [% css_colors.primary %];
1840 }
1841
1842 .opac-button:disabled {
1843     color: [% css_colors.accent_medium %];
1844     cursor: pointer !important;
1845     border: 1px solid [% css_colors.accent_light %];
1846     background-color: [% css_colors.accent_lighter %];
1847 }
1848
1849 /* Firefox adds its own special space to inputs; this gets us closer */
1850 button.opac-button::-moz-focus-inner, input.opac-button::-moz-focus-inner {
1851     padding: 0;
1852     border: 0;
1853 }
1854
1855 .opac-button-header, #dash_wrapper .opac-button {
1856     background: [% css_colors.control %];
1857     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
1858     font-size: [% css_fonts.size_base %];
1859 }
1860 a.opac-button-header:hover, #dash_wrapper a.opac-button:hover {
1861     border-color: [% css_colors.control %];
1862 }
1863
1864 .opac-multiline-button > a {
1865     display: inline-block;
1866 }
1867
1868 #myopac_checked_div {
1869     padding: 0px;
1870 }
1871
1872 .rdetail-mfhd-head {
1873     margin-top: 5px;
1874     padding-top: 5px;
1875     background-color: [% css_colors.table_heading %];
1876 }
1877
1878 .rdetail-mfhd-type {
1879     [% IF rtl == 't' -%]
1880     padding-right: 1em;
1881     [% ELSE -%]
1882     padding-left: 1em;
1883     [% END -%]
1884 }
1885
1886 .rdetail-mfhd-bottom {
1887     border-bottom: thin solid [% css_colors.border_dark %];
1888     width: 100%;
1889 }
1890
1891 #rdetail_record_details {
1892     clear: both;
1893     margin-top: 1em;
1894 }
1895
1896 .rdetail_content {
1897     [% IF rtl == 't' -%]
1898     margin-right: 1.5em;
1899     padding-right: 1.5em;
1900     [% ELSE -%]
1901     margin-left: 1.5em;
1902     padding-left: 1.5em;
1903     [% END -%]
1904 }
1905
1906 .rdetail_content_type, .rdetail_subject_type {
1907     vertical-align: top;
1908     font-weight: bold;
1909 }
1910
1911 .bookbag-item-row td { vertical-align: top; }
1912
1913 .error { color: [% css_colors.text_alert %]; font-weight: bold; }
1914 .success {
1915     color: [% css_colors.text_greatnews %];
1916     font-weight: bold;
1917 }
1918
1919 .rdetail_related_subjects {
1920     margin-top: 1.5em;
1921 }
1922
1923 .rdetail_related_series {
1924     margin-top: 1.5em;
1925 }
1926
1927 #rdetail_openurl {
1928     margin-top: 1em;
1929 }
1930
1931 .rdetail_openurl_entry {
1932     [% IF rtl == 't' -%]
1933     margin-right: 1em;
1934     padding-right: 1em;
1935     [% ELSE -%]
1936     margin-left: 1em;
1937     padding-left: 1em;
1938     [% END -%]
1939 }
1940 .bookbag-controls-holder { width: 100%; }
1941 .bookbag-controls-holder:nth-child(odd) { background-color: [% css_colors.accent_lighter2 %]; }
1942 .bookbag-controls-holder:nth-child(even) { background-color: [% css_colors.accent_lightest %]; }
1943 .bookbag-controls-holder .most {
1944     [% IF rtl == 't' -%]
1945     padding-right: 0;
1946     margin-left: 5em;
1947     [% ELSE -%]
1948     padding-left: 0;
1949     margin-right: 5em;
1950     [% END -%]
1951 }
1952 .bookbag-controls-title-block {
1953     float:left;
1954     width:40%;
1955 }
1956 .bookbag-controls-button-block {
1957     float:left;
1958     width:50%;
1959 }
1960 h2.bookbag-name { margin-bottom: 0em; padding-bottom: 0em; }
1961 .bookbag-share .fixed { min-width: 4em; }
1962 .bookbag-specific {
1963     [% IF rtl == 't' -%]
1964     margin-right: 1em;
1965     [% ELSE -%]
1966     margin-left: 1em;
1967     [% END -%]
1968 }
1969 .bookbag-specific div.sort {
1970     [% IF rtl == 't' -%]
1971     float: right;
1972     text-align: right;
1973     margin-right: 15px;
1974     [% ELSE -%]
1975     float: left;
1976     text-align: left;
1977     margin-left: 15px;
1978     [% END -%]
1979     width: 40%;
1980 }
1981 .bookbag-specific div.meta {
1982     [% IF rtl == 't' -%]
1983     float: left;
1984     text-align: left;
1985     [% ELSE -%]
1986     float: right;
1987     text-align: right;
1988     [% END -%]
1989     width: 54%;
1990     border: 1px solid [% css_colors.accent_light %];
1991     padding: 5px;
1992     margin-top: 5px;
1993 }
1994 #bbag-name-desc-form tr th { vertical-align: middle; }
1995 #bbag-name-desc-form .saver { vertical-align: middle; text-align: center; }
1996 .bookbag-description {
1997     padding-top: 0em;
1998     font-style: italic;
1999     max-width: 40em;
2000 }
2001 .bbag-edit-desc-label {
2002     float:left;
2003     width:8em;
2004 }
2005 .bbag-edit-desc-save {
2006     clear:both;
2007     margin-bottom:10px;
2008 }
2009 #bbag-edit-description { width: 20em; float:left;}
2010 #bbag-edit-name { width: 20em; float: left; }
2011 .bbag-action {
2012     margin-left: 15px;
2013 }
2014 .bbag-navigate-list {
2015     padding-left: 32px;
2016     float:left;
2017 }
2018 .bbag-navigate-list-pages {
2019     padding-left: 10px;
2020     float:left;
2021 }
2022 textarea { font-family: sans-serif; }
2023 table.bookbag-specific {
2024     border-right: 1px solid [% css_colors.accent_dark %];
2025     border-bottom: 1px solid [% css_colors.accent_medium %];
2026     margin-bottom: 2ex;
2027 }
2028 .bookbag-share {
2029     [% IF rtl == 't' -%]
2030     float: right;
2031     padding: 0px 10px 0px 0px;
2032     [% ELSE -%]
2033     float: left;
2034     padding: 0px 0px 0px 10px;
2035     [% END -%]
2036 }
2037 .bookbag-share .fixed { min-width: 6em; }
2038 .bookbag-controls {
2039     [% IF rtl == 't' -%]
2040     float: right;
2041     padding: 0px 10px 0px 0px;
2042     [% ELSE -%]
2043     float: left;
2044     padding: 0px 0px 0px 10px;
2045     [% END -%]
2046 }
2047 .bookbag-specific td.list_checkbox {
2048     [% IF rtl == 't' -%]
2049     padding-right: 10px !important;
2050     [% ELSE -%]
2051     padding-left: 10px !important;
2052     [% END -%]
2053 }
2054 .bookbag-specific td.list_entry {
2055     min-width: 10em;
2056     [% IF rtl == 't' -%]
2057     padding-right: 5px !important;
2058     [% ELSE -%]
2059     padding-left: 5px !important;
2060     [% END -%]
2061 }
2062 .bookbag-specific td.list_actions {
2063     white-space: nowrap !important;
2064 }
2065 .bookbag-paginator-selected { color: [% css_colors.text_alert %]; }
2066
2067 .list_is_empty {
2068     padding: 8px 0px 6px 0px;
2069     width: 100%;
2070     border: 0;
2071     font-size: [% css_fonts.size_bigger %];
2072     text-align: center;
2073     font-style: italic;
2074 }
2075 .save-notes { padding-bottom: 1.5ex; }
2076
2077 .nonbreaking-wrapper {
2078     display: inline-block;
2079 }
2080
2081 /* Moved from semiauto.css */
2082 .adv_global_input_container {
2083     border-bottom: none;
2084     clear: both;
2085 }
2086 .opac-auto-013 {
2087     border-bottom: none;
2088     *height: 0px;
2089 }
2090 .adv_global_filter_sort {
2091     border: none;
2092     width: 100%;
2093 }
2094 .clear-both { clear: both; }
2095 .common-no-pad {
2096     clear: both;
2097     height: 0px;
2098     margin: 0px;
2099     padding: 0px;
2100 }
2101 .common-full-pad {
2102     clear: both;
2103     height: 15px;
2104 }
2105 .alert { color: [% css_colors.text_alert %]; }
2106 .float-left {
2107     [% IF rtl == 't' -%]
2108     float: right;
2109     [% ELSE -%]
2110     float: left;
2111     [% END -%]
2112 }
2113 .float-right {
2114     [% IF rtl == 't' -%]
2115     float: left;
2116     [% ELSE -%]
2117     float: right;
2118     [% END -%]
2119 }
2120
2121 .saved-searches-header { width: 100%; font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
2122 .saved-searches-header .button {
2123     [% IF rtl == 't' -%]
2124     float: left;
2125     [% ELSE -%]
2126     float: right;
2127     width: 28px;
2128     [% END -%]
2129 }
2130 .saved-searches-header .text {
2131     [% IF rtl == 't' -%]
2132     float: right;
2133     padding-left: 1em;
2134     [% ELSE -%]
2135     float: left;
2136     padding-right: 1em;
2137     [% END -%]
2138     margin: 0.5ex 0;
2139 }
2140 .saved-searches-header {font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
2141 .saved-searches { border-bottom: 1px solid [% css_colors.accent_medium %]; padding-right: 1em; }
2142 #staff-saved-search { /* wraps .saved-searches-header and .saved-searches on the record page */
2143     [% IF rtl == 't' -%]
2144     border-left: 1px solid [% css_colors.accent_darker %];
2145     [% ELSE -%]
2146     border-right: 1px solid [% css_colors.accent_darker %];
2147     [% END -%]
2148 }
2149 .result_item_circulated {
2150     padding-top: 4px;
2151 }
2152
2153 .result_item_circulated span {
2154     position: relative;
2155     top:-3px;
2156     [% IF rtl == 't' -%]
2157     right: 3px;
2158     [% ELSE -%]
2159     left:3px;
2160     [% END -%]
2161 }
2162
2163 #search-only-bookbag-container { margin: 2ex 0; font-weight: bold; }
2164 #result-bookbag-heading { text-align: center; margin: 2ex; }
2165
2166 .result-bookbag-name { font-size: [% css_fonts.size_bigger %]; font-weight: bold; }
2167 .result-bookbag-description { font-size: [% css_fonts.size_bigger %]; font-style: italic; }
2168 .result-bookbag-item-note { font-style: italic; }
2169 .lowhits-bookbag-name { font-weight: bold; }
2170 .oils_AS { font-weight: bold; color: [% css_colors.text_match %]; }
2171 .oils_AS_match_term {
2172     [% IF rtl == 't' -%]
2173     text-align: right;
2174     [% ELSE -%]
2175     text-align: left;
2176     [% END -%]
2177     color: [% css_colors.text %];
2178 }
2179 .oils_AS_match_field {
2180     font-size: [% css_fonts.size_smallest %]; padding: 0.65em 0;
2181     [% IF rtl == 't' -%]
2182     text-align: left;
2183     [% ELSE -%]
2184     text-align: right;
2185     [% END -%]
2186     color: [% css_colors.accent_medium %];
2187 }
2188 table.result_holdings_table {
2189     margin-top: 1em;
2190     margin-bottom: 1em;
2191 }
2192 table.result_holdings_table thead tr {
2193     background: [% css_colors.table_heading %];
2194 }
2195 table.result_holdings_table thead tr th {
2196     font-weight: bold;
2197 }
2198 span.preflib {
2199     margin: 0 2em 0 2em;
2200 }
2201 a.preflib_change {
2202   vertical-align: super;
2203   font-size: [% css_fonts.size_smaller %];
2204   line-height: normal;
2205   text-decoration: none;
2206 }
2207 .rdetail-holding-group {
2208     [% IF rtl == 't' -%]
2209     margin-right: 1.5em;
2210     [% ELSE -%]
2211     margin-left: 1.5em;
2212     [% END -%]
2213 }
2214 .rdetail-holding-group span {
2215     [% IF rtl == 't' -%]
2216     margin-right: 1.5em;
2217     [% ELSE -%]
2218     margin-left: 1.5em;
2219     [% END -%]
2220 }
2221 .rdetail-holding-group .paging {
2222     [% IF rtl == 't' -%]
2223     margin-right: 1.5em;
2224     [% ELSE -%]
2225     margin-left: 1.5em;
2226     [% END -%]
2227 }
2228 #rdetail_deleted_exp {
2229     font-weight: bold;
2230     padding: 1em;
2231     margin: 1em;
2232     border: thick solid [% css_colors.border_alert %];
2233 }
2234
2235 #ac_tab_wrapper { width : 100%; }
2236 .ac_tab {
2237     [% IF rtl == 't' -%]
2238     float: right;
2239     padding-left: 10px;
2240     [% ELSE -%]
2241     float: left;
2242     padding-right: 10px;
2243     [% END -%]
2244     font-size: [% css_fonts.size_big %];
2245     padding: 5px;
2246     border: 1px solid [% css_colors.primary_offset %];
2247 }
2248 .ac_tab_selected { background-color: [% css_colors.primary_offset %]; }
2249 .ac_tab_selected a { color: [% css_colors.text_invert %]; }
2250 #ac_content { clear: both; width: 100%; margin-top: 10px; }
2251
2252 /* Popmenu styles used for making css menus. */
2253 .popmenu {
2254     margin: 0;
2255     padding: 0;
2256 }
2257 .popmenu li {
2258     list-style: none;
2259 }
2260 .popmenu li a {
2261     display: block;
2262     padding: 3px 5px;
2263 }
2264 .popmenu li ul {
2265     display: none; 
2266     width: 10em; /* Width to help Opera out */
2267     background-color: [% css_colors.primary %];
2268 }
2269 .popmenu li:hover ul {
2270     display: block;
2271     position: absolute;
2272     margin: 0;
2273     padding: 0;
2274     border-color: [% css_colors.border_dark %];
2275     border-width: 1px;
2276     border-style: solid;
2277 }
2278 .popmenu li:hover li {
2279     float: none;
2280 }
2281 .popmenu li:hover li a {
2282     background-color: [% css_colors.primary %]; 
2283     color: [% css_colors.accent_ultralight %];
2284 }
2285 .popmenu li li a:hover {
2286     background-color: [% css_colors.accent_ultralight %]; 
2287     color: [% css_colors.primary %];
2288 }
2289 /* Styles for the temporary list entry. */
2290 .popmenu li:hover li[class~="temporary"] a {
2291     background-color: [% css_colors.primary %]; 
2292     color: [% css_colors.accent_ultralight %];
2293 }
2294 .popmenu li li[class~="temporary"] a:hover {
2295     background-color: [% css_colors.accent_ultralight %]; 
2296     color: [% css_colors.primary %];
2297 }
2298 /* Styles for the default list entry. */
2299 .popmenu li:hover li[class~="default"] a {
2300     background-color: [% css_colors.primary %]; 
2301     color: [% css_colors.accent_ultralight %];
2302 }
2303 .popmenu li li[class~="default"] a:hover {
2304     background-color: [% css_colors.accent_ultralight %]; 
2305     color: [% css_colors.primary %];
2306 }
2307 /* Styles for the new list entry. */
2308 .popmenu li:hover li[class~="new"] a {
2309     background-color: [% css_colors.primary %]; 
2310     color: [% css_colors.accent_ultralight %];
2311 }
2312 .popmenu li li[class~="new"] a:hover {
2313     background-color: [% css_colors.accent_ultralight %]; 
2314     color: [% css_colors.primary %];
2315 }
2316 /* Style to add a divider on the menu. */
2317 .popmenu li li[class~="divider"] {
2318     border-bottom-width: 1px;
2319     border-bottom-color: [% css_colors.border_dark %];
2320     border-bottom-style: solid;
2321 }
2322     
2323 #locale_picker_form {
2324     [% IF rtl == 't' -%]
2325     float: left;
2326     border-left: thin [% css_colors.control %] solid;
2327     [% ELSE -%]
2328     float: right;
2329     border-right: thin [% css_colors.control %] solid;
2330     [% END -%]
2331     padding: 0.5em;
2332     margin-top: 2em;
2333 }
2334
2335 #locale_picker_form * {
2336     margin: 0;
2337     padding: 0;
2338     vertical-align: middle;
2339 }
2340
2341 #patron_usr_barcode_not_found {
2342     font-weight: bold; color: [% css_colors.text_alert %];
2343 }
2344
2345 .record_title {
2346     font-weight: bold;
2347 }
2348
2349 .record_author {
2350     font-style: italic;
2351 }
2352
2353 .password_message {
2354     padding-top: 1em;
2355     padding-bottom: 0.5em;
2356         font-style: italic;
2357 }
2358
2359 #maintenance_message {
2360     padding: 5px;
2361     width: 100%;
2362     background-color: [% css_colors.text_alert %];
2363     color: [% css_colors.text_invert %];
2364     text-align: center;
2365 }
2366
2367 #search-box > span {
2368     margin: 0 1em;
2369 }
2370 .browse-error {
2371     font-weight: bold;
2372     font-color: #c00;
2373 }
2374 .browse-result-sources, .browse-result-authority-bib-links {
2375     [% IF rtl == 't' -%]
2376     margin-right: 1em;
2377     [% ELSE -%]
2378     margin-left: 1em;
2379     [% END -%]
2380 }
2381 .browse-result-best-match {
2382     font-weight: bold;
2383 }
2384 .browse-pager {
2385     margin: 2ex 0;
2386 }
2387 .browse-result-list {
2388     padding-bottom: 0.5ex;
2389 }
2390 .browse-shortcuts {
2391     font-size: [% css_fonts.size_bigger %];
2392 }
2393 .browse-result-authority-field-name {
2394     font-style: italic;
2395     [% IF rtl == 't' -%]
2396     margin-left: 1em;
2397     [% ELSE -%]
2398     margin-right: 1em;
2399     [% END -%]
2400 }
2401 .browse-leading-article-warning {
2402     font-style: italic;
2403     font-size: [% css_fonts.size_big %];
2404 }
2405 .browse-public-general-note {
2406     font-size: [% css_fonts.size_big %];
2407 }
2408 .browse-public-general-note-label { }
2409 .browse-public-general-note-institution {
2410     font-style: normal;
2411     font-weight: bold;
2412 }
2413 .browse-public-general-note-body {
2414     font-style: italic;
2415 }
2416
2417 .bib_peer_type {
2418     font-weight: bold;
2419 }
2420
2421 #main-content-register {
2422     [% IF rtl == 't' -%]
2423     margin-right: 40px;
2424     [% ELSE -%]
2425     margin-left: 40px;
2426     [% END -%]
2427     font-size: [% css_fonts.size_bigger %];
2428 }
2429
2430 #main-content-register table { 
2431     padding: 20px; 
2432     margin-top: 18px; 
2433     border-collapse: collapse;
2434 }
2435
2436 #main-content-register td {
2437     [% IF rtl == 't' -%]
2438     text-align: right;
2439     [% ELSE -%]
2440     text-align: left;
2441     [% END -%]
2442 }
2443
2444 #main-content-register td:not(:first-child) {
2445     [% IF rtl == 't' -%]
2446     padding-right: 20px;
2447     [% ELSE -%]
2448     padding-left: 20px;
2449     [% END -%]
2450 }
2451
2452 .patron-reg-invalid {
2453     font-weight: bold;
2454     color: red;
2455     [% IF rtl == 't' -%]
2456     padding-left: 10px;
2457     [% ELSE -%]
2458     padding-right: 10px;
2459     [% END -%]
2460 }
2461
2462 .result_footer_nav1 {
2463     clear: both;
2464 }
2465
2466 .small_view_only, #filter_hits, #refine_hits, #return_to_hits {
2467     display: none;
2468 }
2469
2470 .rdetail_authors_div {
2471     margin-bottom: 1em;
2472 }
2473
2474 #search_query_label, #search_qtype_label, #search_itype_label, #search_locg_label {
2475     white-space: nowrap;
2476     display: inline-block;
2477 }
2478
2479 .result_table_title_cell {
2480     padding-top: 4px;
2481     padding-bottom: 4px;
2482 }
2483
2484 .record_title {
2485     font-size: [% css_fonts.size_bigger %];
2486 }
2487
2488 /* styling for sms text call number */
2489 .sms_text pre {
2490     font-family: Arial, Helvetica, sans-serif;
2491     font-size: [% css_fonts.size_medium %];
2492     background: [% css_colors.accent_lightest %];
2493     padding: .5%;
2494     /* Allow text to wrap */
2495     white-space: pre-wrap;       /* css-3 */
2496     white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
2497     white-space: -pre-wrap;      /* Opera 4-6 */
2498     white-space: -o-pre-wrap;    /* Opera 7 */
2499     word-wrap: break-word;       /* Internet Explorer 5.5+ */
2500 }
2501
2502 .mobile_view {
2503    display:none;
2504 }
2505
2506 /* patron message center */
2507 #myopac_message_tbody {
2508     vertical-align: top;
2509 }
2510 .myopac_message_message {
2511     white-space: pre-wrap;
2512 }
2513
2514 @media only screen and (max-width: 800px) {
2515     .facet_sidebar_hidden, .result_block_hidden {
2516         display: none;
2517     }
2518     .facet_sidebar_visible, .result_block_visible {
2519         display: inline ! important;
2520     }
2521     #acct_select, #acct_prefs_select {
2522         display: inline-block;
2523     }
2524     #acct_tabs, #acct_prefs_tabs {
2525          display:none;
2526      }
2527     .radio-parts-selection { width: 90%; }
2528     #list_description, #list_create_name {
2529         width: 300px;
2530     }
2531 }
2532
2533 @media only screen and (max-width: 600px) {
2534     input, select {
2535         font-size: [% css_fonts.size_big %];
2536     }
2537     span .nav_arrow_fix {
2538         display: none;
2539     }
2540     #header {
2541         padding: 0px;
2542         margin: 0px;
2543     }
2544     #homesearch_main_logo img {
2545         width:75%;
2546     }
2547     #format_selector {
2548         display:none;
2549     }
2550     #your-acct-login {
2551         padding: 0px;
2552         padding-top: 5px;
2553     }
2554     #your-acct-login a {
2555         margin: 0px;
2556         padding: 5px;
2557     }
2558     #topnav_logo {
2559         margin: 0;
2560     }
2561     #topnav_logo img {
2562         width: 200px;
2563     }
2564     #locale_picker_form {
2565         display: none;
2566     }
2567     #gold-links-holder {
2568         display: none;
2569     }
2570     #simple-detail-view-links {
2571         display: none;
2572     }
2573     #acct_tabs a, #acct_fines_tabs a {
2574        [% IF rtl == 't' -%]
2575        -moz-border-radius: 6px 0px 0px 6px;
2576        border-radius: 6px 0px 0px 6px;
2577        margin: 0px 0px 0px 5px;
2578        [% ELSE -%]
2579        -moz-border-radius: 6px 6px 0px 0px;
2580        border-radius: 6px 6px 0px 0px;
2581        margin: 0px 5px 0px 0px;
2582        [% END -%]
2583        padding: 2px 4px 3px 4px;
2584        font-size: [% css_fonts.size_base %];
2585     }
2586     .bookbag-controls-title-block {
2587         clear:left;
2588         width:90%;
2589     }
2590     .bookbag-controls-button-block {
2591         clear:left;
2592         width;90%;
2593     }
2594     .bookbag-specific {
2595         margin-left: 0px;
2596     }
2597     .bookbag-specific div.sort {
2598         float: left;
2599         width: 95%;
2600         margin: 5px 0px 5px 0px;
2601         text-align: left;
2602         border: 1px #ccc solid;
2603         padding:5px;
2604     }
2605     .bookbag-specific div.meta {
2606         float: left;
2607         width: 95%;
2608         margin-left:0px;
2609         margin-bottom:5px;
2610         padding:5px;
2611         text-align: left;
2612     }
2613     #bbag-edit-name {
2614         float: left;
2615         width: 220px;
2616     }
2617     #bbag-edit-description {
2618         width: 220px;
2619         margin-top:5px;
2620     }
2621     .bbag-content {
2622         padding:5px;
2623         border:1px #ccc solid;
2624     }
2625     .bbag-action {
2626         margin-left:0px;
2627         margin-bottom:5px;
2628     }
2629     .bbag-action-field {
2630         width:230px;
2631     }
2632     .bookbag-specific div.sort select {
2633         width:180px;
2634     }
2635     .bookbag-specific td.list_checkbox {
2636         padding-left: 0px !important;
2637     }
2638     .bookbag-specific td.list_entry {
2639         min-width: 5em;
2640         padding-left: 5px !important;
2641     }
2642     .bbag-navigate-list {
2643         display: none;
2644     }
2645     .bbag-navigate-list-pages {
2646         text-align:right;
2647         float:right;
2648     }
2649     #dash_wrapper div {
2650         background: transparent;
2651         padding: 0px;
2652     }
2653     #dash_wrapper {
2654         position: static;
2655         top: auto;
2656     }
2657     #dash_wrapper .opac-button {
2658         top: 0px;
2659     }
2660     .small_view_only, #filter_hits {
2661         display: inline !important;
2662     }
2663     #dash_identity a {
2664         [% IF rtl == 't' -%]
2665         float:right;
2666         [% ELSE -%]
2667         float:left;
2668         [% END -%]
2669     }
2670     #dashboard, #dashboard_e {
2671         display: none;
2672     }
2673     #holds_box form blockquote {
2674         [% IF rtl == 't' -%]
2675         margin-right: 10px;
2676         margin-left: 2px;
2677         [% ELSE -%]
2678         margin-left: 10px;
2679         margin-right: 2px;
2680         [% END -%]
2681     }
2682     #holds_box form blockquote select {
2683         width: 100%;
2684     }
2685     #myopac_sum_fines_placehold {
2686         display:none;
2687     }
2688     #myopac_sum_fines {
2689         display: none;
2690     }
2691     #list_description, #list_create_name {
2692         width: 170px;
2693     }
2694     .results_header_lbl {
2695         display: none;
2696     }
2697     .results_header_nav1 span.h1 {
2698         display: none;
2699     }
2700     .preflib {
2701         display: none;
2702     }
2703     .start_end_links_span {
2704         display: block;
2705     }
2706     .invisible {
2707         display: none;
2708     }
2709     .result_table_pic_header {
2710         [% IF rtl == 't' -%]
2711         padding-right: 0px !important;
2712         padding-left: 5px;
2713         [% ELSE -%]
2714         padding-left: 0px !important;
2715         padding-right: 5px;
2716         [% END -%]
2717         width: 0px !important;
2718         margin: 0px;
2719     }
2720     .result_table_pic {
2721         width: 55px;
2722         padding: 0px;
2723         margin: 0px;
2724     }
2725     tr[name=results_isbn_tr], tr[name=results_phys_desc_tr], tr[name=results_pub_tr] strong, .result_count {
2726          display: none;
2727     }
2728     tr.result_table_title_cell[name=bib_cn_list] .result_holdings_table th:nth-child(4),
2729     tr.result_table_title_cell[name=bib_cn_list] .result_holdings_table td:nth-child(4) {
2730         display:none;
2731     }
2732     .results_info_table td {
2733         padding: 0px;
2734     }
2735     #results_header_bar {
2736         background-color: inherit;
2737     }
2738     .results_header_btns a {
2739         margin: 0.3em;
2740     }
2741     .adv_filter_results_hide {
2742         display: none;
2743     }
2744     .adv_filter_results_show {
2745         display: block;
2746     }
2747     .adv_filter_results_block_label {
2748         display: block;
2749     }
2750     .adv_filter_results_group_wrapper {
2751         display: block;
2752     }
2753     #main-content {
2754         margin: 0 1px;
2755     }
2756     #rdetails_status thead {
2757         display: none;
2758     }
2759     #rdetails_status tr {
2760         display: block;
2761         margin-top: 3px;
2762     }
2763     #rdetails_status td {
2764         display: block;
2765         padding: 1px;
2766     }
2767     .copy_details_row {
2768         background-color: [% css_colors.accent_lightest %];
2769     }
2770     .copy_details_offers_row {
2771         background-color: [% css_colors.accent_lightest %];
2772     }
2773     select#pickup_lib.search-wrapper-locg {
2774         width: 100%;
2775     }
2776     #search-wrapper #search-box {
2777         width: 85%;
2778         padding-top: 5px;
2779     }
2780     #main-content-home {
2781         padding: 0px;
2782         margin: 0px;
2783     }
2784     /* Make use of full width in mobile mode */
2785     .facet_box_wrapper .box_wrapper .box,
2786     .facet_template .facet,
2787     .facet_box_temp {
2788         width: inherit;
2789     }
2790     .facet_template .count {
2791         [% IF rtl == 't' -%]
2792         padding-right: 1em;
2793         [% ELSE -%]
2794         padding-left: 1em;
2795         [% END -%]
2796     }
2797     #facet_sidebar {
2798         margin-top: 0.5em;
2799     }
2800     #adv_search_parent {
2801         font-size: [% css_fonts.size_smaller %];
2802     }
2803     #adv_search_filters {                                                                                                                             
2804         position: relative;                                                                                                                           
2805         width: 300px;
2806     }
2807     #format_actions {
2808         [% IF rtl == 't' -%]
2809         float: right;
2810         [% ELSE -%]
2811         float: left;
2812         [% END -%]
2813     }
2814     .rdetail_aux_utils {
2815         padding: 0px;
2816         border: none;
2817     }
2818     .result_metadata {
2819         width: inherit;
2820     }
2821     div#rdetail_actions_div {
2822         float: none;
2823     }
2824     h2.rdetail_uris {
2825         clear: both;
2826     }
2827     #metarecord_population {
2828         overflow: hidden;
2829         width: 100%;
2830     }
2831     .metarecord_population_span_link {
2832     }
2833     .metarecord_population_item_lang {
2834         float: none;
2835     }
2836     .search_catalog_lbl {
2837         [% IF rtl == 't' -%]
2838         margin-right: 0;
2839         [% ELSE -%]
2840         margin-left: 0;
2841         [% END -%]
2842         white-space: nowrap;
2843     }
2844     .adv_search_catalog_lbl { 
2845         margin-top: 0;
2846         white-space: nowrap;
2847     }
2848     .browse_the_catalog_lbl {
2849         white-space: nowrap;
2850     }
2851     .mobile_hide {
2852         display: none;
2853     } 
2854     #dash_user {
2855         display: block;
2856         padding: 0.5em;
2857     }
2858     .dash_divider {
2859         display: none;
2860     }
2861     .dash_account_buttons {
2862         display: block;
2863     } 
2864     .searchbar { line-height: 1.5em; }
2865     #browse-controls { line-height: 1.5em; }
2866     #search_query_label, #search_qtype_label, #search_itype_label, #search_locg_label {
2867         display: block;
2868     }
2869     .bookshelf td {
2870         display: block;
2871         width: 100%;
2872     }
2873     .bookshelf table thead tr {
2874         display: block;
2875     }
2876     #lowhits_help { width: inherit; }
2877     #adv_search_tabs a{                                                                                                                           
2878         font-size: [% css_fonts.size_small %];
2879         margin: 2px 2px 0px 2px;
2880         padding: 2px 2px 5px 2px; 
2881         -moz-border-radius: 10px 0px 0px 0px;
2882         [% IF rtl == 't' -%]
2883         border-radius: 7px 0px 0px 7px;
2884         [% ELSE -%]
2885         border-radius: 7px 7px 0px 0px;
2886         [% END -%]
2887     }
2888     #adv_global_tbody td {
2889         border-bottom: thin solid [% css_colors.accent_light %];
2890     }
2891     #adv_global_addrow td {
2892         border-bottom: none;
2893     }
2894         /* Force table to not be like tables anymore */
2895         table#acct_checked_main_header thead tr th, table#acct_holds_main_header thead tr th, table#acct_checked_hist_header thead tr th, table#acct_holds_hist_header thead tr th, table#ebook_circs_main_table thead tr th, table#ebook_holds_main_table thead tr th {
2896                 display: block;
2897         }
2898         table#acct_checked_main_header tbody tr td, table#acct_holds_main_header tbody tr td, table#acct_checked_hist_header tbody tr td, table#acct_holds_hist_header tbody tr td, table#ebook_circs_main_table tbody tr td, table#ebook_holds_main_table tbody tr td {
2899                 display: block;
2900         }
2901
2902         /* Hide table headers (but not display: none;, for accessibility) */
2903         thead tr {
2904                 position: absolute;
2905                 top: -9999px;
2906                 [% IF rtl == 't' -%]
2907                 right: -9999px;
2908                 [% ELSE -%]
2909                 left: -9999px;
2910                 [% END -%]
2911         }
2912
2913         table#acct_checked_main_header, table#acct_holds_main_header, table#acct_checked_hist_header, table#acct_holds_hist_header, table#ebook_circs_main_table, table#ebook_holds_main_table {
2914                 width: 90%;
2915         }
2916
2917         table#acct_checked_main_header tr, table#acct_holds_main_header tr, table#acct_checked_hist_header tr { border: 1px solid #ddd; }
2918
2919         /* Holds history gets large white border to mimic header cell on other
2920            account screens that provide visual cue for next title. We should do
2921            the same for ebook tables too since we have no actions on those
2922            tables. If actions get added, we should move those tables out of
2923            here. */
2924
2925         table#acct_holds_hist_header tr, table#ebook_circs_main_table tr, table#ebook_holds_main_table tr { border-top: 25px solid #fff; }
2926
2927
2928         table#acct_checked_main_header td, table#acct_holds_main_header td, table#acct_checked_hist_header td, table#acct_holds_hist_header td, table#ebook_circs_main_table td, table#ebook_holds_main_table td {
2929                 /* Behave  like a "row" */
2930                 border: none;
2931                 border-bottom: 1px solid #eee;
2932                 position: relative;
2933                 [% IF rtl == 't' -%]
2934                 padding-right: 40%;
2935                 [% ELSE -%]
2936                 padding-left: 40%;
2937                 [% END -%]
2938         }
2939
2940          table#acct_checked_main_header td:before, table#acct_holds_main_header td:before, table#acct_checked_hist_header td:before, table#acct_holds_hist_header td:before, table#ebook_circs_main_table td:before, table#ebook_holds_main_table td:before {
2941                 /* Now like a table header */
2942                 position: absolute;
2943                 /* Top/left values mimic padding */
2944                 top: 2px;
2945                 width: 40%;
2946                 [% IF rtl == 't' -%]
2947                 right: 2px;
2948                 padding-left: 10px;
2949                 [% ELSE -%]
2950                 left: 2px;
2951                 padding-right: 10px;
2952                 [% END -%]
2953                 white-space: nowrap;
2954         }
2955
2956         table#acct_checked_main_header td:nth-of-type(1) { border-top: 5px solid #aaa; padding-top: 15px; background-color: #fff;}
2957         table#acct_checked_main_header td:nth-of-type(2):before { content: "[% l('Title') %]";}
2958         table#acct_checked_main_header td:nth-of-type(3):before { content: "[% l('Author') %]"; }
2959         table#acct_checked_main_header td:nth-of-type(4):before { content: "[% l('Renewals Left') %]"; }
2960         table#acct_checked_main_header td:nth-of-type(5):before { content: "[% l('Due Date') %]"; }
2961         table#acct_checked_main_header td:nth-of-type(6):before { content: "[% l('Barcode') %]"; }
2962         table#acct_checked_main_header td:nth-of-type(7):before { content: "[% l('Call number') %]"; }
2963
2964      table#acct_checked_hist_header td:nth-of-type(1) { border-top: 5px solid #aaa; padding-top: 15px; background-color: #fff;}
2965         table#acct_checked_hist_header td:nth-of-type(2):before { content: "[% l('Title') %]";}
2966         table#acct_checked_hist_header td:nth-of-type(3):before { content: "[% l('Author') %]"; }
2967         table#acct_checked_hist_header td:nth-of-type(4):before { content: "[% l('Checkout Date') %]"; }
2968         table#acct_checked_hist_header td:nth-of-type(5):before { content: "[% l('Due Date') %]"; }
2969         table#acct_checked_hist_header td:nth-of-type(6):before { content: "[% l('Date Returned') %]"; }
2970         table#acct_checked_hist_header td:nth-of-type(7):before { content: "[% l('Barcode') %]"; }
2971         table#acct_checked_hist_header td:nth-of-type(8):before { content: "[% l('Call number') %]"; }
2972
2973         table#acct_holds_main_header td:nth-of-type(1) { border-top: 5px solid #aaa; padding-top: 15px; background-color: #fff;}
2974         table#acct_holds_main_header td:nth-of-type(2):before { content: "[% l('Title') %]";}
2975         table#acct_holds_main_header td:nth-of-type(3):before { content: "[% l('Author') %]"; }
2976         table#acct_holds_main_header td:nth-of-type(4):before { content: "[% l('Format') %]"; }
2977         table#acct_holds_main_header td:nth-of-type(5):before { content: "[% l('Pickup Location') %]"; }
2978         table#acct_holds_main_header td:nth-of-type(6):before { content: "[% l('Cancel on') %]"; }
2979         table#acct_holds_main_header td:nth-of-type(7):before { content: "[% l('Status') %]"; }
2980         table#acct_holds_main_header td.hold_notes:before { content: "[% l('Notes') %]"; }
2981
2982         table#acct_holds_hist_header td:nth-of-type(1):before { content: "[% l('Title') %]";}
2983         table#acct_holds_hist_header td:nth-of-type(2):before { content: "[% l('Author') %]"; }
2984         table#acct_holds_hist_header td:nth-of-type(3):before { content: "[% l('Format') %]"; }
2985         table#acct_holds_hist_header td:nth-of-type(4):before { content: "[% l('Pickup Location') %]"; }
2986         table#acct_holds_hist_header td:nth-of-type(8):before { content: "[% l('Status') %]"; }
2987
2988         table#ebook_circs_main_table td:nth-of-type(1):before { content: "[% l('Title') %]"; }
2989         table#ebook_circs_main_table td:nth-of-type(2):before { content: "[% l('Author') %]"; }
2990         table#ebook_circs_main_table td:nth-of-type(3):before { content: "[% l('Due Date') %]"; }
2991         table#ebook_circs_main_table td:nth-of-type(4):before { content: "[% l('Actions') %]"; }
2992
2993         table#ebook_holds_main_table td:nth-of-type(1):before { content: "[% l('Title') %]"; }
2994         table#ebook_holds_main_table td:nth-of-type(2):before { content: "[% l('Author') %]"; }
2995         table#ebook_holds_main_table td:nth-of-type(3):before { content: "[% l('Due Date') %]"; }
2996         table#ebook_holds_main_table td:nth-of-type(4):before { content: "[% l('Actions') %]"; }
2997
2998
2999
3000        /*Want to see these in mobile ONLY */
3001        .mobile_view{
3002           display:block;
3003        }
3004
3005        .mobile_search_lbl_clr{
3006           color:[% css_colors.mobile_header_text %];
3007        }
3008 }
3009
3010
3011 /* 
3012 For text which is visible only to screen readers.
3013 Borrowed from http://getbootstrap.com/css/#helper-classes-screen-readers 
3014 See also http://webaim.org/techniques/css/invisiblecontent/
3015 */
3016 .sr-only {                                                                     
3017     position: absolute;                                                          
3018     width: 1px;                                                                  
3019     height: 1px;                                                                 
3020     padding: 0;                                                                  
3021     margin: -1px;                                                                
3022     overflow: hidden;                                                            
3023     clip: rect(0, 0, 0, 0);                                                      
3024     border: 0;                                                                   
3025 }
3026
3027 /* Make added rows in Expert Search have bold labels like the initial row */
3028 label[for*=expert_]
3029 {
3030     font-weight: bold;
3031 }  
3032
3033 .sort_deemphasize {
3034     font-weight: lighter;
3035     font-size: 70%;
3036 }
3037
3038 #results-page-depth-hint {
3039     text-align: center;
3040     font-style: italic;
3041 }
3042
3043 #clear-history-confirm {
3044   font-weight: bold;
3045   color: [% css_colors.text_badnews %]; 
3046   padding: 10px;
3047 }
3048
3049 /*Inline rules from other templates files*/
3050
3051 .td-left{
3052     [% IF rtl == 't' -%]
3053     text-align:right;
3054     [% ELSE -%]
3055     text-align:left;
3056     [% END -%]
3057     width:100%;
3058 }
3059 .td-search-left{
3060     [% IF rtl == 't' -%]
3061     text-align:right;
3062     [% ELSE -%]
3063     text-align:left;
3064     [% END -%]
3065 }
3066 #myopac_summary_div{padding:0px;}
3067 .div-left{
3068     [% IF rtl == 't' -%]
3069     float: right;
3070     [% ELSE -%]
3071     float: left;
3072     [% END -%]
3073 }
3074 .td-right{
3075     [% IF rtl == 't' -%]
3076     text-align:left;
3077     [% ELSE -%]
3078     text-align:right;
3079     [% END -%]
3080 }
3081 .login-form-left{
3082     [% IF rtl == 't' -%]
3083     float: right;
3084     margin-left: 40px;
3085     [% ELSE -%]
3086     float: left;
3087     margin-right: 40px;
3088     [% END -%]
3089     padding-bottom: 10px;
3090 }
3091 .hold-div{
3092     [% IF rtl == 't' -%]
3093     padding-right: 10px;
3094     [% ELSE -%]
3095     padding-left: 10px;
3096     [% END -%]
3097     padding-bottom: 15px;
3098 }
3099 .hold-span{font-weight: bold;}
3100 .padding-left-6{
3101     [% IF rtl == 't' -%]
3102     padding-right: 6px;
3103     [% ELSE -%]
3104     padding-left: 6px;
3105     [% END -%]
3106 }
3107 .padding-left-10{
3108     [% IF rtl == 't' -%]
3109     padding-right:10px;
3110     [% ELSE -%]
3111     padding-left:10px;
3112     [% END -%]
3113 }
3114 .padding-left-5{
3115     [% IF rtl == 't' -%]
3116     padding-right: 5px;
3117     [% ELSE -%]
3118     padding-left: 5px;
3119     [% END -%]
3120 }
3121
3122 /* Rules from metarecord_hold_filters.tt2 */
3123
3124 .metarecord_filters{
3125       padding: 5px;
3126       margin-top: 5px;
3127       border-bottom: 1px solid #333;
3128       border-top: 1px solid #333; }
3129 .metarecord_filter_container{
3130     [% IF rtl == 't' -%]
3131     float : right;
3132     margin-left: 10px;
3133     [% ELSE -%]
3134     float : left;
3135     margin-right: 10px;
3136     [% END -%]
3137 }
3138 .metarecord_filter_container select{padding: 2px;width: 13em; /* consistent w/ adv search selectors */}
3139 .metarecord_filter_header{padding-bottom: 5px;}