Bug 17398: Enhance circulation messages UI
[koha.git] / koha-tmpl / intranet-tmpl / prog / css / staff-global.css
blobff8e6b660da148be832048575fc55d66a0d1b173
1 @import url("../../lib/yui/reset-fonts-grids.css") screen;
3 input:focus, textarea:focus {
4 border-color:#538200;
5 border-style:solid;
6 border-radius: 4px;
9 ::selection { background:#538200; color:#ffffff; /* Safari and Opera */ }
10 ::-moz-selection { background:#538200; color:#ffffff; /* Firefox */ }
12 a, a:link, a:visited {
13 color : #004d99;
14 text-decoration: none;
17 a:hover, a:active {
18 color : #538200;
19 text-decoration: none;
22 .overdue,
23 .debit {
24 color : #cc0000;
27 a.popup {
28 background : transparent url("../img/pop-up-link.png") center right no-repeat;
29 padding-right : 15px;
32 body {
33 text-align : left;
34 padding:0 0 4em 0;
35 font-family: arial, verdana, helvetica, sans-serif;
38 br.clear {
39 clear : both;
40 line-height : 1px;
43 form {
44 display : inline;
47 form.confirm {
48 display : block;
49 text-align : center;
52 h1 {
53 font-size : 161.6%;
54 font-weight : bold;
57 h2 {
58 font-size : 146.5%;
59 font-weight : bold;
62 h3 {
63 font-size : 131%;
64 font-weight : bold;
67 h4 {
68 font-size : 116%;
69 font-weight : bold;
72 h5 {
73 font-size : 100%;
74 font-weight : bold;
77 h6 {
78 font-size : 93%;
79 font-weight : bold;
82 h1,h2,h3,h4,h5,h6 {
83 margin : .3em 0;
86 p {
87 margin: .5em 0 .5em 0;
90 strong {
91 font-weight : bold;
94 strong em {
95 font-weight : bold;
96 font-style : italic;
99 em, cite {
100 font-style : italic;
103 em strong {
104 font-weight : bold;
105 font-style : italic;
108 input, textarea {
109 padding : 2px 4px;
112 .subfield-label {
113 font-style : italic;
116 .subfield-label span.subfield-code {
117 font-weight : bold;
120 #navmenulist li {
121 padding : .2em 0;
122 list-style-image : url("../img/arrow-bullet.gif");
123 border-bottom : 1px solid #EEE;
126 #navmenulist li a {
127 text-decoration : none;
130 #doc, #doc1, #doc2, #doc3 {
131 padding-top : 1em;
134 #login_controls {
135 position : absolute;
136 right : .5em;
137 padding: .4em .5em;
140 ul {
141 padding-left : 1.1em;
144 ul li {
145 list-style-type : disc;
148 ul li li {
149 list-style-type : circle;
152 ol {
153 padding-left : 1.5em;
156 ol li {
157 list-style : decimal;
160 .gradient {
161 background-image: linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
162 background-image: -o-linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
163 background-image: -moz-linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
164 background-image: -webkit-linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
165 background-image: -ms-linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
167 background-image: -webkit-gradient(
168 linear,
169 left top,
170 left bottom,
171 color-stop(0.1, rgb(230, 240, 242)),
172 color-stop(0.99, rgb(255,255,255))
174 display: inline-block;
175 width:100%;
178 .clearfix:after {
179 content: ".";
180 display: block;
181 height: 0;
182 clear: both;
183 visibility: hidden;
186 .clearfix {
187 display: inline-block;
190 /* Hides from IE-mac \*/
191 * html .clearfix {height: 1%;}
192 .clearfix {display: block;}
193 /* End hide from IE-mac */
195 table {
196 border-collapse : collapse;
197 border-top : 1px solid #BCBCBC;
198 border-right : 1px solid #BCBCBC;
201 table.invis,
202 table.invis tr,
203 table.invis td,
204 tr.highlight table.invis td {
205 border : none;
208 td, th {
209 border-bottom : 1px solid #BCBCBC;
210 border-left : 1px solid #BCBCBC;
211 padding : .2em .3em;
214 td {
215 background-color : White;
216 vertical-align : top;
219 table.indexes td {
220 vertical-align : middle;
223 td.actions {
224 white-space: nowrap;
227 td.borderless {
228 border-collapse : separate;
229 border : 0 none;
232 td.data,
233 th.data {
234 font-family : "Courier New", Courier, monospace;
235 text-align : right;
238 th {
239 background-color : #E8E8E8;
240 font-weight : bold;
241 text-align : center;
244 table+table {
245 margin-top : 1em;
248 #editions table, #editions td {
249 border : 0;
252 .highlighted-row,
253 .highlighted-row td { background-color: #FFD000 !important }
255 tbody tr:nth-child(odd) td {
256 background-color : #F3F3F3;
257 border : 1px solid #BCBCBC;
258 border-right : 1px solid #BCBCBC;
261 .overdue td.od {
262 color : #cc0000;
263 font-weight : bold;
266 tr.warn td,
267 tr.warn:nth-child(odd) td {
268 background-color: #FF9090;
271 tr.ok td,
272 tr.ok:nth-child(odd) td,
273 tr.ok:nth-child(even) td {
274 background-color: #FFFFCC;
277 tr.onissue td {
278 background-color: #FFFFCC;
281 tr.odd.onissue td {
282 background-color: #FFFFE1;
285 tr.clickable {
286 cursor: pointer;
289 .table_borrowers tr:hover td {
290 background-color: #ffff99;
293 tfoot td {
294 background-color : #f3f3f3;
295 font-weight : bold;
298 td.total {
299 text-align : right;
302 caption {
303 font-size : 133.9%;
304 font-weight : bold;
305 margin : .3em 0;
308 .problem {
309 background-color : #FFFFCC;
310 color : #990000;
311 font-weight : bold;
312 line-height : 1.7em;
315 fieldset {
316 margin : 1em 1em 1em 0;
317 padding : 1em;
318 background-color:#f4f8f9;
319 border:2px solid #b9d8d9;
320 border-radius:5px;
323 fieldset.lastchecked {
324 margin-bottom : 0;
325 border-bottom-width: 0;
326 border-bottom-left-radius: 0;
327 border-bottom-right-radius: 0;
330 legend {
331 font-size : 123.1%;
332 font-weight : bold;
333 border:2px solid #b9d8d9;
334 background-color:#ffffff;
335 border-radius:3px;
336 padding: 0.2em 0.5em;
339 #floating-save {
340 background-color: rgba(185, 216, 217, 0.6);
341 bottom: 3%;
342 position: fixed;
343 right: 1%;
344 width: 150px;
347 #breadcrumbs {
348 background-color : #e6f0f2;
349 clear : both;
350 font-size : 90%;
351 padding :.2em .5em .4em 10px;
352 margin : 0;
355 #header+#breadcrumbs {
356 margin-top : 1em;
359 div.justify {
360 text-align: justify;
363 div#header_search {
364 background-position : .5em .5em;
365 background-repeat : no-repeat;
366 float: left;
367 margin: .3em 0 .5em 0;
370 div#header_search input {
371 font-size : 1.3em;
374 div#header_search div.residentsearch {
375 border : 0;
376 border-bottom : 1px solid #85ca11;
377 padding : 0 0 .2em 0;
380 .head-searchbox {
381 width: 30em;
384 div#reserves,div#checkouts {
385 border : 1px solid #B9D8D9;
386 padding : 1em;
389 .tip {
390 font-size: 93%;
391 color : Gray;
394 .single-line {
395 white-space: nowrap;
398 .ex {
399 font-family : "Courier New", Courier, fixed-width;
400 font-weight : bold;
404 div.yui-b h5 {
405 font-size : 100%;
406 margin : .5em 0;
409 dt {
410 font-weight : bold;
413 dd {
414 padding : .2em;
415 font-size : 90%;
416 text-indent : 2.5em;
417 font-weight : normal;
420 div#toolbar,
421 .btn-toolbar {
422 background-color : #EDF4F6;
423 padding: 5px 5px 5px 5px;
424 border-radius: 5px 5px 0 0;
425 border: 1px solid #E6F0F2;
428 ul.toolbar {
429 padding-left : 0;
432 ul.toolbar button {
433 padding-bottom : 2px;
434 font-family: arial, verdana, helvetica, sans-serif;
437 #disabled a {
438 color: #999;
440 #disabled2 a {
441 color: #999;
443 #disabled a:hover {
444 color : #999;
446 a.highlight_toggle {
447 display : none;
450 ul.toolbar li {
451 display : inline;
452 list-style : none;
455 div.patroninfo {
456 margin-top : -.5em;
459 *html div.patroninfo {
460 margin-right : .5em;
463 div.patroninfo h5 {
464 border-right:1px solid #b9d8d9;
465 margin-bottom : 0;
466 padding-left : -.5em;
467 padding-top : .3em;
468 padding-bottom : .5em;
471 div.patroninfo h5:empty {
472 border-right: none;
475 div.patroninfo ul {
476 border : 0;
477 border-right:1px solid #b9d8d9;
478 border-bottom : 0;
479 border-top : 0;
480 padding : 0;
481 margin : 0;
484 div.patroninfo ul li {
485 margin : 0;
488 div.patroninfo ul li {
489 list-style-type : none;
492 div.patronviews {
493 border-right : 1px solid #000;
494 border-top : 1px solid #000;
495 margin-bottom : .5em;
496 padding : .5em 0 .5em 0;
500 .column-tool {
501 font-size: 80%;
504 fieldset.brief {
505 border : 2px solid #B9D8D9;
508 fieldset.brief label,
509 fieldset.brief span.label {
510 display : block;
511 font-weight : bold;
512 padding : .3em 0;
515 fieldset.brief ol, fieldset.brief li {
516 list-style-type : none;
519 .hint {
520 color : #666;
521 font-size : 95%;
524 fieldset.brief div.hint, fieldset.rows div.hint, div.yui-u div.hint {
525 margin-bottom : .4em;
528 div.yui-b fieldset.brief {
529 padding : .4em .7em;
532 div.yui-b fieldset.brief ol {
533 font-size : 85%;
534 margin : 0;
535 padding : 0;
538 div.yui-b fieldset.brief select {
539 width: 12em;
541 div.yui-b fieldset.brief li.radio {
542 padding : .7em 0;
544 div.yui-b fieldset.brief li.radio label,
545 div.yui-b fieldset.brief li.dateinsert label,
546 div.yui-b fieldset.brief li.dateinsert span.label,
547 div.yui-b fieldset.brief li.radio span.label {
548 display : inline;
551 div.yui-b fieldset.brief li.radio input {
552 padding:0.3em 0;
555 div.yui-b fieldset.brief fieldset {
556 margin : 0 .3em;
557 padding : .5em;
560 div.yui-b fieldset.brief fieldset legend {
561 font-size : 85%;
564 fieldset.rows {
565 border-width : 1px;
566 border:2px solid #b9d8d9;
567 float : left;
568 font-size : 90%;
569 clear : left;
570 margin: .9em 0 0 0;
571 padding: 0;
572 width: 100%;
575 fieldset.rows.unselected {
576 background-color: white;
577 border-width : 0px;
578 border: 0;
581 fieldset.rows legend {
582 margin-left: 1em;
583 font-weight: bold;
584 font-size : 110%;
587 fieldset.rows label, fieldset.rows span.label {
588 float: left;
589 font-weight : bold;
590 width: 6em;
591 margin-right: 1em;
592 text-align: right;
595 fieldset.rows fieldset {
596 background-color: transparent;
597 border-width : 1px;
598 margin : 1em;
599 padding : .3em;
602 .yui-b fieldset.rows label, .yui-b fieldset.rows span.label {
603 width: 9em;
606 .yui-b fieldset.rows div.hint {
607 margin-left : 10.5em;
610 .yui-u fieldset.rows label, .yui-u fieldset.rows span.label {
611 width: 10em;
614 .yui-u fieldset.rows div.hint {
615 margin-left : 7.5em;
618 fieldset.rows.left label, fieldset.rows.left span.label {
619 width : 8em;
620 text-align : left;
623 fieldset.rows ol {
624 padding: 1em 1em 0 1em;
625 list-style-type: none;
628 fieldset.rows li {
629 float : left;
630 clear : left;
631 padding-bottom: 1em;
632 list-style-type: none;
633 width: 100%;
636 fieldset.rows.left li {
637 padding-bottom : .4em;
640 fieldset.rows li.radio {
641 padding-left: 9em;
642 width : auto;
645 fieldset.rows li.radio label {
646 float : none;
647 width : auto;
648 margin : 0 0 0 1em;
651 fieldset.rows ol.radio label {
652 width : auto;
653 float : none;
654 margin-right : 0;
657 fieldset.rows ol.radio label.radio {
658 float : left;
659 width : 12em;
660 margin-right : 1em;
663 fieldset.rows caption {
664 font-size : 120%;
667 fieldset.rows p {
668 margin : 1em 0 1em 1em;
671 fieldset.rows table {
672 font-size : 105%;
673 clear : both;
674 margin : 1em 0 1em 1em;
677 fieldset.rows td label {
678 float : none;
679 font-weight : normal;
680 width : auto;
683 fieldset.rows label.yesno {
684 float : none;
685 width : auto;
688 fieldset.rows label.error {
689 float: none;
690 margin-left: 1em;
691 width: auto;
694 fieldset.action, div.action {
695 background-color: transparent;
696 clear : both;
697 float : none;
698 border : 0px;
699 margin: 0;
700 padding: .4em .4em .4em .1em;
701 width: auto;
704 div.rows+div.rows {
705 margin-top : .6em;
708 div.rows {
709 float : left;
710 clear : left;
711 margin: 0 0 0 0;
712 padding: 0;
713 width: 100%;
717 div.rows span.label {
718 float: left;
719 font-weight : bold;
720 width: 9em;
721 margin-right: 1em;
722 text-align: left;
725 div.rows ol {
726 padding: .5em 1em 0 0;
727 list-style-type: none;
730 div.rows ol li li {
731 border-bottom: 0;
734 div.rows li {
735 border-bottom : 1px solid #EEE;
736 float : left;
737 clear : left;
738 padding-bottom: .2em;
739 padding-top: .1em;
740 list-style-type: none;
741 width: 100%;
744 a.cancel {
745 padding-left : 1em;
748 fieldset.rows fieldset.action {
749 padding : 1em;
752 fieldset.brief label.inline,
753 fieldset.rows label.inline {
754 display : inline;
755 float : none;
756 margin-left : 1em;
757 width : auto;
760 fieldset.rows .inputnote {
761 clear : left;
762 float : left;
763 margin : .5em 0 0 11em;
766 .checkedout {
767 color : #999999;
768 font-style : italic;
771 .subfield_not_filled {
772 background-color : #FFFF99;
774 .content_hidden {
775 visibility:hidden; /* you propably don't need to change this one */
776 display:none;
779 /* the property for the displayed tab */
780 .content_visible {
781 visibility:visible; /* you propably don't need to change this one */
782 display:block;
785 #z3950searcht table {
786 /* doesn't have desired effect in catalogue/results.tmpl - I'll leave this here for now but there do seem to be casscading CSS errors in this and other CSS fiels - RICKW 20081118 */
787 padding: 20px;
788 border: none;
791 #z3950_search_targets {
792 height: 338px;
793 overflow-y: auto;
796 #z3950_search_targets_acq {
797 height: 308px;
798 overflow-y: auto;
801 #z3950_search_targets_auth {
802 height: 348px;
803 overflow-y: auto;
806 .error {
807 color: #cc0000;
810 .status_ok {
811 background-color: lightgreen;
814 .status_warn {
815 background-color: red;
818 /* Font Awesome icon */
819 i.success {
820 color: green;
823 /* Font Awesome icon */
824 i.error {
825 color: #CC0000;
828 /* Font Awesome icon */
829 i.warn {
830 color: orange;
833 /* For Font Awesome icon bullets */
834 ul.fa-ul li {
835 list-style-type: none;
838 div.error {
839 border : 2px dashed #990000;
840 background-color : #FFFF99;
841 padding : .5em;
842 margin : 1em;
845 input.alert {
846 background-color : #FFFF99;
847 border-color: #900;
850 ol.bibliodetails {
851 float: left;
852 margin : 0 0 1em 1em;
855 ol.bibliodetails li {
856 border-bottom: 1px solid #E8E8E8;
857 list-style-type : none;
858 padding : .1em;
861 ol.bibliodetails span.label {
862 border-right : 1px solid #E8E8E8;
863 float : left;
864 font-weight: bold;
865 width: 12em;
866 margin-right: 1em;
869 div.listgroup {
870 clear : left;
873 div.listgroup h4 {
874 font-style: italic;
877 div.listgroup h4 a {
878 font-size : 80%;
881 div.listgroup input {
882 font-size: 80%;
885 div.sysprefs h3 {
886 margin : .2em 0 .2em .4em;
889 div.sysprefs dl {
890 margin-left : 1.5em;
893 div.sysprefs div.hint {
894 width : 25%;
895 float : right;
896 padding : .5em;
897 margin : .7em;
900 tr.highlight td {
901 background-color : #F6F6F6;
902 border-color : #BCBCBC;
905 tr.highlight th[scope=row] {
906 background-color : #DDDDDD;
907 border-color : #BCBCBC;
910 label.circ_barcode {
911 font-size: 105%;
912 font-weight : bold;
915 .checkout-setting {
916 font-size : 85%;
917 padding-top : .3em;
920 .checkout-setting label {
921 font-size : inherit;
922 font-weight: normal;
925 .checkout-setting input {
926 vertical-align: middle;
929 .checkout-settings {
930 background-color: #f4f8f9;
931 border-radius: 0;
932 border-top: 2px solid #b9d8d9;
933 display: none;
934 margin-left: -1em;
935 margin-right: -1em;
936 margin-top: 1em;
937 padding: 1em 1em 0;
940 #show-checkout-settings {
941 margin-top: .5em;
944 tr.expired td {
945 color : #999999;
948 span.expired {
949 color : #990000;
950 font-style : italic;
953 div.help {
954 margin: .9em 0 0 0;
957 .blocker {
958 color : #990000;
961 .inaccurate-item-statuses {
962 color : #990000;
965 .circmessage li {
966 list-style : url(../img/arrow-bullet.gif);
967 margin-bottom : .2em;
970 div.circmessage:first-child {
971 margin-top : 1em;
974 div.circmessage {
975 padding: 0 .4em .4em .4em;
976 margin-bottom : .3em;
979 span.circ-hlt {
980 color : #cc0000;
981 font-weight : bold;
984 div.first fieldset {
985 margin-right : 0;
988 #circ_needsconfirmation {
989 margin : auto;
992 .dialog {
993 -moz-border-radius : 2px;
994 border-radius : 2px;
995 padding : .5em;
996 margin : 1em auto;
997 text-align : center;
998 width: 65%;
1001 .dialog table {
1002 margin : .5em auto;
1005 .dialog table th {
1006 text-align : right;
1009 .dialog table td {
1010 text-align : left;
1013 .dialog h2, .dialog h3, .dialog h4 {
1014 margin : auto;
1015 text-align : center;
1018 .dialog input {
1019 background-color : #FFF;
1020 border : 1px solid #bcbcbc;
1021 margin : .4em;
1022 padding : .4em .4em .4em 25px;
1025 .dialog input[type="submit"] {
1026 background : #FFF none;
1029 td input.approve {
1030 background-color : #FFC;
1033 .dialog input:hover {
1034 background-color : #ffc;
1037 div.dialog {
1038 border: 1px solid #bcbcbc;
1039 text-align : center;
1042 div.alert {
1043 background: #fef8d3; /* Old browsers */
1044 background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */
1045 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef8d3), color-stop(9%,#ffec91), color-stop(89%,#ffed87), color-stop(100%,#f9dc00)); /* Chrome,Safari4+ */
1046 background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */
1047 background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */
1048 background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */
1049 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */
1050 background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */
1051 text-align : center;
1052 border: 1px solid #E0C726;
1053 color : inherit;
1054 text-shadow : none;
1057 div.alert strong {
1058 color : #900;
1061 .dialog li {
1062 list-style-position:inside;
1065 .dialog button {
1066 background: #fff none;
1067 border: 1px outset #999999;
1068 border-top-color: #666;
1069 border-left-color: #666;
1070 margin : .4em;
1071 padding : .4em;
1072 white-space: pre-line;
1075 .dialog button:hover {
1076 background-color : #ffc;
1079 .dialog button:active {
1080 border : 1px inset #999999;
1083 .approve i.fa,
1084 .success i.fa {
1085 color: green;
1088 .deny i.fa {
1089 color: #cc0000;
1092 .new i.fa {
1093 color: #425FAF;
1096 a.document {
1097 background-position : left middle;
1098 background-repeat : no-repeat;
1099 padding-left : 20px;
1102 a.pdf {
1103 background-image: url("../img/famfamfam/silk/page_white_acrobat.png");
1106 a.csv {
1107 background-image: url("../img/famfamfam/silk/page_white_excel.png");
1110 a.xml {
1111 background-image: url("../img/famfamfam/silk/page_white_code.png");
1114 a.cartRemove {
1115 color: #cc3333;
1116 font-size : 90%;
1117 margin : 0;
1118 padding: 0;
1121 a.incart {
1122 color: #666;
1125 div.message {
1126 background: #ffffff; /* Old browsers */
1127 background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */
1128 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#f4f6fa), color-stop(23%,#eaeef5), color-stop(94%,#e8edf6), color-stop(100%,#cddbf2)); /* Chrome,Safari4+ */
1129 background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */
1130 background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */
1131 background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */
1132 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef5', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */
1133 background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */
1134 border : 1px solid #bcbcbc;
1135 text-align: center;
1136 width : 55%;
1139 div.message ul,
1140 div.message h5 {
1141 padding-left : 25%;
1142 text-align : left;
1145 div.message ul+h4 {
1146 margin-top : .7em;
1149 div.note {
1150 background: #f4f6fa;
1151 background: -moz-linear-gradient(top, #f4f6fa 0%, #e8edf6 100%); /* FF3.6+ */
1152 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8edf6)); /* Chrome,Safari4+ */
1153 background: -webkit-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Chrome10+,Safari5.1+ */
1154 background: -o-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Opera11.10+ */
1155 background: -ms-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* IE10+ */
1156 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8edf6',GradientType=0 ); /* IE6-9 */
1157 background: linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* W3C */
1158 border : 1px solid #BCBCBC;
1159 padding : .5em;
1160 margin : .5em 0;
1163 div.note i.fa-exclamation {
1164 color: #cc0000;
1165 font-style: italic;
1166 padding: 0 0.3em;
1169 div.results {
1170 padding : .7em 0;
1173 .accesskey {
1174 text-decoration : underline;
1177 label.required,
1178 span.required {
1179 color : #C00;
1182 span.required {
1183 font-style : italic;
1184 margin-left : .5em;
1187 .missing{
1188 background-color : #FFFFCC;
1191 .term {
1192 background-color: #FFC;
1193 color : #990000;
1196 a .term {
1197 text-decoration : underline;
1200 /* style for shelving location in catalogsearch */
1201 .shelvingloc {
1202 display : block;
1203 font-style : italic;
1206 a:hover .term {
1207 color : #FF9090;
1210 div#menu {
1211 border-right:1px solid #b9d8d9;
1212 margin-right: .5em;
1213 padding-top: 1em;
1214 padding-bottom: 2em;
1217 *html #menu li {
1218 display : inline;
1221 div#menu li a {
1222 text-decoration: none;
1223 display: block;
1225 background: #e8f0f6; /* Old browsers */
1226 background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */
1227 background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8f0f6), color-stop(96%,#e8f0f6), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1228 background: -webkit-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1229 background: -o-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10+ */
1230 background: -ms-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10+ */
1231 background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
1232 -moz-border-top-left-radius: 5px;
1233 border-top-left-radius: 5px;
1234 -moz-border-bottom-left-radius: 5px;
1235 border-bottom-left-radius: 5px;
1236 border:1px solid #b9d8d9;
1237 font-size: 111%;
1238 margin: .5em 0;
1239 padding: .4em .3em;
1240 margin-right : -1px;
1243 div#menu li a:hover {
1244 background: #fff; /* Old browsers */
1245 background: -moz-linear-gradient(left, #FAFAFA 0%, #FAFAFA 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1246 background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FAFAFA), color-stop(96%,#FAFAFA), color-stop(97%,#e6e6e6), color-stop(99%,#cccccc), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1247 background: -webkit-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1248 background: -o-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera11.10+ */
1249 background: -ms-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
1250 background: linear-gradient(left, #FAFAFA 0%,#fff 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
1251 border-left: 1px solid #85CA11;
1252 border-top: 1px solid #85CA11;
1253 border-bottom: 1px solid #85CA11;
1256 div#menu li.active a:hover {
1257 background-color: #fff;
1258 color : #538200;
1261 #menu ul li {
1262 list-style-type: none;
1265 #menu ul li.active a {
1266 background-color: #FFF;
1267 background-image : none;
1268 font-weight: bold;
1269 color:#000000;
1270 border-left: 1px solid #85CA11;
1271 border-top: 1px solid #85CA11;
1272 border-bottom: 1px solid #85CA11;
1273 border-right: 0;
1276 h1#logo {
1277 border:0pt none;
1278 float:left !important;
1279 margin:0;
1280 padding:0;
1281 width:180px;
1283 h1#logo {
1284 background: transparent url(../img/koha-logo-medium.gif) no-repeat scroll 0%;
1285 margin:0.75em .3em 0.75em .7em;
1288 *html h1#logo {
1289 margin : 0.75em .3em 0.75em .3em;
1292 h1#logo a {
1293 border:0;
1294 cursor:pointer;
1295 display:block;
1296 height:0px !important;
1297 margin:0;
1298 overflow:hidden;
1299 padding:44px 0 0;
1300 text-decoration:none;
1301 width:180px;
1304 #closewindow {
1305 margin-top : 2em;
1306 text-align : center;
1309 #closewindow a {
1310 font-weight : bold;
1313 .patroninfo+#menu {
1314 margin-right : 0;
1317 .barcode {
1318 font-size : 200%;
1319 vertical-align: middle;
1322 li.email {
1323 overflow: hidden;
1324 text-overflow: ellipsis;
1325 white-space: nowrap;
1328 .patronbriefinfo li.email {
1329 font-size : 87%;
1330 padding : 0 10px 0 0;
1331 width: 90%;
1334 .empty {
1335 color : #CCC;
1338 .address {
1339 font-size: 110%;
1342 .clearfix:after {
1343 content: ".";
1344 display: block;
1345 height: 0;
1346 clear: both;
1347 visibility: hidden;
1350 /* Hides from IE-mac \*/
1351 * html .clearfix {height: 1%;}
1352 /* End hide from IE-mac */
1354 .title {
1355 font-weight : bold;
1356 font-size : 105%;
1359 .hold {
1360 float : right;
1361 font-size: 90%;
1362 margin: 0;
1365 .thumbnail {
1366 display : block;
1367 margin : auto;
1370 .thumbnails > li {
1371 list-style-type: none;
1374 #searchresults ul li {
1375 font-size : 90%;
1376 list-style: url(../img/item-bullet.gif);
1377 padding : .2em 0;
1378 clear : left;
1381 #searchresults span.status {
1382 clear : left;
1383 color : #900;
1384 display : block;
1387 #searchresults span.unavailable {
1388 clear : left;
1389 display : block;
1392 #searchresults .availability strong {
1393 display : block;
1396 #searchresults ul li img {
1397 float : left;
1398 margin : 3px 5px 3px -5px;
1401 #searchresults table td {
1402 vertical-align : top;
1405 #searchheader {
1406 background-color : #E6F0F2;
1407 font-size : 80%;
1408 margin : 0 0 .5em -1px;
1409 padding : .4em 0 .4em 1em;
1410 border-radius : 5px 5px 0 0;
1411 border : 1px solid #B9D8D9;
1414 #searchheader .btn-group > .btn:first-child {
1415 margin-left : .7em;
1418 #searchheader form {
1419 float : right;
1420 padding : 5px 5px 3px 0;
1423 #searchheader form.fz3950 {
1424 float : right;
1425 font-size : 125%;
1426 padding : 0 0 0 5em;
1429 #searchheader form.fz3950bigrpad {
1430 float : right;
1431 font-size : 125%;
1432 padding : 5px 25em 0 0;
1435 #search-facets ul {
1436 margin : 0;
1437 padding : .3em;
1440 #search-facets {
1441 border : 1px solid #B9D8D9;
1442 border-radius: 5px 5px 0 0;
1445 #search-facets h4 {
1446 background-color : #E6F0F2;
1447 border-bottom : 1px solid #B9D8D9;
1448 border-radius: 5px 5px 0 0;
1449 font-size : 90%;
1450 margin : 0;
1451 padding : .4em .2em;
1452 text-align : center;
1455 #search-facets ul li {
1456 font-weight : bold;
1457 list-style-type : none;
1460 #search-facets li li {
1461 font-weight : normal;
1462 font-size : 85%;
1463 margin-bottom : 2px;
1464 padding : .1em .2em;
1467 #search-facets li.showmore {
1468 font-weight : bold;
1469 text-indent : 1em;
1472 .facet-count {
1473 display: inline-block;
1476 div.pages {
1477 margin : .5em 0;
1480 div.pages a {
1481 font-weight: bold;
1482 padding: 1px 5px 1px 5px;
1483 text-decoration: none;
1486 div.pages a:link,
1487 div.pages a:visited {
1488 background-color : #eeeeee;
1489 color : #3366CC;
1492 div.pages a:hover {
1493 background-color : #FFC;
1496 div.pages a:active {
1497 background-color : #ffc;
1500 div.pages .current,
1501 div.pages .currentPage {
1502 background-color : #e6fcb7;
1503 color : #666;
1504 font-weight: bold;
1505 padding: 1px 5px 1px 5px;
1508 div.pages .inactive {
1509 background-color : #f3f3f3;
1510 color : #BCBCBC;
1511 font-weight: bold;
1512 padding: 1px 5px 1px 5px;
1515 div.browse {
1516 margin : .5em 0;
1519 div#bookcoverimg {
1520 text-align : center;
1523 div#header_search input.submit {
1524 font-size : 1em;
1527 *html input.submit {
1528 padding : .1em;
1531 input[type=submit]:active, input[type=button]:active, button:active, a.submit:active {
1532 border : 1px inset #999999;
1535 input[type=submit], input[type=reset], input[type=button], input.submit, button, a.submit {
1536 border: 1px outset #999999;
1537 border-top-color: #666;
1538 border-left-color: #666;
1539 -moz-border-radius : 2px;
1540 padding: 0.25em;
1541 background: #ffffff; /* Old browsers */
1542 background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 35%, #e0e0e0 100%); /* FF3.6+ */
1543 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
1544 background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
1545 background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Opera11.10+ */
1546 background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* IE10+ */
1547 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
1548 background: linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* W3C */
1549 color: #333333;
1552 input[type=submit]:disabled,
1553 input[type=reset]:disabled,
1554 input[type=button]:disabled,
1555 input.submit:disabled,
1556 button:disabled,
1557 a.submit:disabled {
1558 color : #999;
1559 border : 1px solid #C0C0C0;
1560 background : #EEE none;
1563 input[type=reset]:active, input[type=button]:active, input.submit:active, button:active, a.submit:active {
1564 border : 1px inset #999999;
1567 a.submit {
1568 display: inline-block;
1571 ul li input.submit {
1572 font-size : 87%;
1573 padding : 2px;
1576 input.warning {
1577 background: #FFF url(../img/famfamfam/silk/error.png) no-repeat 4px center;
1578 padding : 0.25em 0.25em 0.25em 25px;
1581 .searchhighlightblob {
1582 font-size:75%;
1583 font-style : italic;
1586 #displayexample {
1587 padding: 5px;
1588 margin-bottom: 10px;
1589 background-color: #CCCCCC;
1592 #irregularity_summary {
1593 vertical-align : top;
1596 ul#toplevelmenu {
1597 padding : 0;
1600 table > caption span.actions {
1601 font-size: 66%;
1602 font-weight : normal;
1603 margin : 0 .5em 0 0;
1606 #CheckAll, #CheckNone, #CheckPending {
1607 font-weight : normal;
1608 margin : 0 .5em 0 0;
1610 .lost,.dmg,.wdn {
1611 display : block;
1612 color : #990000;
1614 .datedue {
1615 display : block;
1616 color : #999;
1617 font-style : italic;
1620 tr.reserved td {
1621 background-color : #eeffd4;
1623 tr.transfered td {
1624 background-color : #e8f0f6;
1626 .waitinghere,
1627 .credit {
1628 color : #669900;
1631 /* Permissions Labels */
1632 label.permissioncode:before {
1633 content: "(";
1635 label.permissioncode:after {
1636 content: ")";
1638 label.permissioncode {
1639 font-style : italic;
1641 span.permissiondesc {
1642 font-weight : normal;
1644 #mainuserblock {
1645 border : 1px solid #E8E8E8;
1646 margin-top : .5em;
1647 padding : .5em;
1650 .labeledmarc-table {
1651 border: 0;
1654 .labeledmarc-label {
1655 border: 0;
1656 padding: 5;
1657 font-size: 11pt;
1658 color: #000000;
1659 font-style: italic;
1662 .labeledmarc-value {
1663 border: 0;
1664 padding: 5;
1665 font-size: 10pt;
1666 color: black;
1669 #marcPreview table { border: 0; margin: .7em 0 0 0; font-family: monospace; font-size: 95%; }
1670 #marcPreview th { background-color : #FFF; border: 0; white-space: nowrap; text-align:left; vertical-align: top; padding: 2px; }
1671 #marcPreview td { border: 0; padding : 2px; vertical-align: top; }
1672 #marcPreview tbody tr:nth-child(2n+1) td { background-color: #FFF; }
1673 #marcPreview { width : 80%; margin-left : -40%; }
1674 @media (max-width: 767px) { #marcPreview { margin: 0; width : auto; } }
1676 #cartDetails {
1677 background-color : #FFF;
1678 border: 1px solid #739acf;
1679 -moz-box-shadow: 1px 1px 3px 0 #666;
1680 -webkit-box-shadow: 1px 1px 3px 0 #666;
1681 box-shadow: 1px 1px 3px 0 #666;
1682 color : black;
1683 display : none;
1684 margin : 0;
1685 padding : 10px;
1686 text-align : center;
1687 width : 180px;
1688 z-index : 50;
1690 #cartmenulink {
1691 background: transparent url("../img/cart-small.gif") left center no-repeat;
1692 padding-left : 15px;
1694 #cartmenulink span#basketcount span {
1695 display : inline;
1696 font-size : 90%;
1697 font-weight : normal;
1698 padding : 0;
1700 #moremenu {
1701 display : none;
1704 .results_summary {
1705 display: block;
1706 font-size : 85%;
1707 color: #707070;
1708 padding : 0 0 .5em 0;
1710 .results_summary .label {
1711 color: #202020;
1713 .results_summary a {
1714 font-weight: normal;
1717 ul.budget_hierarchy {
1718 margin-left: 0px;
1719 padding-left: 0px;
1721 ul.budget_hierarchy li {
1722 display: inline;
1724 ul.budget_hierarchy li:after {
1725 content: " -> ";
1727 ul.budget_hierarchy li:last-child:after {
1728 content: "";
1730 ul.budget_hierarchy li:first-child:after {
1731 content: "";
1733 .child_fund_amount {
1734 font-style: italic;
1736 .number_box { font-size : 105%; line-height : 200%; }
1737 .number_box a {
1738 border : 1px solid #a4bedd;
1739 background-color : #e4ecf5;
1740 font-weight : bold;
1741 -moz-border-radius: 4px;
1742 border-radius: 4px;
1743 padding : .1em .4em;
1744 text-decoration : none;
1746 .number_box a:hover { background-color : #ebeff7; }
1747 .container {
1748 border : 1px solid #EEE;
1749 padding : 1em;
1750 margin : 1em 0;
1752 fieldset.rows+h3 {clear:both;padding-top:.5em;}
1754 .import_export{
1755 position:relative;
1757 .import_export .import_export_options{
1758 background: white;
1759 border: 1px solid #CDCDCD;
1760 left: 60px;
1761 padding: 10px;
1762 position: absolute;
1763 top: 0;
1764 z-index: 1;
1765 width: 300px;
1767 .import_export_options fieldset.rows li label {
1768 width : 16em;
1770 .form_import fieldset.rows li label {
1771 width : auto;
1774 .import_export_options .export_ok {
1775 padding: 10;
1776 background: #E3E3E3 none;
1777 cursor: pointer;
1778 margin-left: 20px;
1779 border: none;
1781 .import_export_options {
1782 padding: 10;
1783 background: #E3E3E3 none;
1784 cursor: pointer;
1785 margin-left: 20px;
1786 border: none;
1788 .form_import .input_import {
1789 border: 1px solid #bcbcbc;
1791 .import_export_options .importing {
1792 padding: inherit;
1793 background: none;
1796 .importing {
1797 position: relative;
1800 .importing .importing_msg {
1801 padding-left: 10px;
1802 padding-bottom: 10px;
1805 .field_hint {
1806 color: grey;
1807 font-style: italic;
1808 padding-left: 1em;
1811 .m880 {
1812 display:block;
1813 text-align:right;
1814 float:right;
1815 width:50%;
1816 padding-left:20px
1819 .advsearch {
1820 margin: 0;
1823 .advsearch table {
1824 border-spacing : 5px;
1825 border-collapse : separate;
1826 border-width : 0;
1828 .advsearch td {
1829 border : 1px solid #EEE;
1830 padding : 0.3em 0.4em;
1832 #circ_circulation_issue {
1833 position: relative;
1836 #clearscreen {
1837 position: absolute;
1838 top:0;
1839 right:0;
1842 #clearscreen a {
1843 display:block;
1844 -moz-border-radius: 0 0 0 5px;
1845 border-radius: 0 0 0 5px;
1846 padding : 0 .7em .2em .7em;
1847 background-color : #EEE;
1848 color : #CCC;
1849 text-shadow: 0px -1px 0px #666;
1850 text-decoration: none;
1851 font-size: 160%;
1852 font-weight : bold
1854 #clearscreen a:hover {
1855 color : #cc0000;
1858 div.pager {
1859 background-color : #E8E8E8;
1860 border : 1px solid #BCBCBC;
1861 -moz-border-radius : 5px;
1862 border-radius : 5px;
1863 display : inline-block;
1864 font-size : 85%;
1865 padding : .3em .5em .3em .5em;
1866 margin : .4em 0;
1868 div.pager img {
1869 vertical-align : middle;
1872 div.pager img.last {
1873 padding-right: 5px;
1875 div.pager input.pagedisplay {
1876 border : 0;
1877 background-color : transparent;
1878 font-weight: bold;
1879 text-align : center;
1881 a.localimage img {
1882 border : 1px solid #0000CC;
1883 margin : 0 .5em;
1884 padding : .3em;
1887 .no-image {
1888 background-color : #FFF;
1889 border: 1px solid #AAA;
1890 color : #979797;
1891 display:block;
1892 font-size : 86%;
1893 font-weight : bold;
1894 text-align : center;
1895 width : 75px;
1896 border-radius : 3px;
1899 div.pager p {
1900 margin: 0;
1903 div#acqui_order_supplierlist > div.supplier {
1904 border: 1px solid #EEEEEE;
1905 margin: 0.5em;
1906 padding: 1em;
1909 div#acqui_order_supplierlist > div.supplier > span.suppliername {
1910 display: inline;
1911 font-size: 1.7em;
1912 margin-bottom: 0.5em;
1915 div#acqui_order_supplierlist > div.supplier > span.action {
1916 margin-left: 5em;
1919 div#acqui_order_supplierlist > div.supplier > div.baskets {
1920 margin-top: 0.5em;
1923 .supplier-contact-details {
1924 float: left;
1927 #add-contact {
1928 margin: 0 0 8px 8px;
1931 #contact-template {
1932 display: none;
1935 /* Override core jQueryUI widgets */
1936 .ui-widget-content { border: 1px solid #B9D8D9; background: #ffffff none; color: #222222; }
1937 .ui-widget-header { border: 1px solid #B9D8D9; background: #E6F0F2 none; color: #222222; font-weight: bold; }
1938 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #B9D8D9; background: #F4F8F9 none; font-weight: normal; color: #555555; }
1939 .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #B9D8D9; background: #E6F0F2 none; font-weight: normal; color: #212121; }
1940 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff none; font-weight: normal; color: #212121; }
1941 .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #FED22F; background: #FFF4C6; color: #363636; }
1942 .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec; color: #cd0a0a; }
1944 /* Override jQuery Autocomplete */
1945 .ui-autocomplete {
1946 position: absolute;
1947 cursor: default;
1948 -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
1949 -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
1950 box-shadow: 2px 2px 2px rgba(0,0,0,.3);
1952 .ui-autocomplete.ui-widget-content .ui-state-hover {
1953 border: 1px solid #B9D8D9;
1954 background: #E6F0F2 none;
1955 font-weight: normal;
1956 color: #212121;
1958 .ui-autocomplete-loading {
1959 background: #FFF url("../img/loading-small.gif") right center no-repeat;
1962 /* jQuery UI standard tabs */
1963 .ui-menu li {
1964 list-style:none;
1967 .ui-tabs-nav .ui-tabs-active a,
1968 .ui-tabs-nav a:hover,
1969 .ui-tabs-nav a:focus,
1970 .ui-tabs-nav a:active,
1971 .ui-tabs-nav span.a {
1972 background: none repeat scroll 0 0 transparent;
1973 outline: 0 none;
1976 .ui-tabs .ui-tabs-nav li.ui-tabs-active {
1977 background-color : #FFF;
1978 border : 1px solid #B9D8D9;
1979 border-bottom-width: 0;
1982 .ui-widget,
1983 .ui-widget input,
1984 .ui-widget select,
1985 .ui-widget textarea,
1986 .ui-widget button {
1987 font-family : inherit;
1988 font-size : inherit;
1990 ul.ui-tabs-nav li {
1991 list-style : none;
1993 .ui-tabs.ui-widget-content {
1994 background : transparent none;
1995 border : 0;
1998 .ui-tabs .ui-tabs-panel {
1999 border : 1px solid #B9D8D9;
2001 .ui-tabs-nav.ui-widget-header {
2002 border : 0;
2003 background : none;
2005 .ui-tabs .ui-tabs-nav li {
2006 background: #E6F0F2 none;
2007 border: 1px solid #B9D8D9;
2008 margin-right : .4em;
2009 top: 1px;
2011 .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
2012 color : #000;
2013 font-weight : bold;
2016 .ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-hover {
2017 background : #EDF4F5 none;
2020 .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-hover {
2021 background : #FFF none;
2024 .ui-tabs .ui-state-default a,
2025 .ui-tabs .ui-state-default a:link,
2026 .ui-tabs .ui-state-default a:visited {
2027 color: #004D99;
2030 .ui-tabs .ui-state-hover a,
2031 .ui-tabs .ui-state-hover a:link,
2032 .ui-tabs .ui-state-hover a:visited {
2033 color: #538200;
2036 .statictabs ul {
2037 background: none repeat scroll 0 0 transparent;
2038 border: 0 none;
2039 margin: 0;
2040 padding: 0.2em 0.2em 0;
2041 border-bottom-right-radius: 4px;
2042 border-bottom-left-radius: 4px;
2043 border-top-right-radius: 4px;
2044 border-top-left-radius: 4px;
2045 color: #222222;
2046 font-weight: bold;
2047 font-size: 100%;
2048 line-height: 1.3;
2049 list-style: none outside none;
2050 outline: 0 none;
2051 text-decoration: none;
2054 .statictabs ul:after {
2055 clear: both;
2058 .statictabs ul:before,
2059 .statictabs ul:after {
2060 content: "";
2061 display: table;
2064 .statictabs ul li {
2065 background: none repeat scroll 0 0 #E6F0F2;
2066 border: 1px solid #B9D8D9;
2067 border-bottom: 0 none;
2068 border-top-right-radius: 4px;
2069 border-top-left-radius: 4px;
2070 float: left;
2071 list-style: none outside none;
2072 margin-bottom: 0;
2073 margin-right: 0.4em;
2074 padding: 0;
2075 position: relative;
2076 white-space: nowrap;
2077 top: 1px;
2078 color: #555555;
2079 font-weight: normal;
2083 .statictabs ul li.active {
2084 background-color: #FFFFFF;
2085 color: #212121;
2086 font-weight: normal;
2087 padding-bottom: 1px;
2090 .statictabs ul li a {
2091 color: #004D99;
2092 cursor: pointer;
2093 float: left;
2094 padding: 0.5em 1em;
2095 text-decoration: none;
2098 .statictabs ul li a:hover {
2099 background-color : #EDF4F5;
2100 border-top-right-radius: 4px;
2101 border-top-left-radius: 4px;
2102 color : #538200;
2105 .statictabs ul li.active a {
2106 color: #000000;
2107 font-weight: bold;
2108 cursor: text;
2109 background: none repeat scroll 0 0 transparent;
2110 outline: 0 none;
2111 top : 1px;
2114 .statictabs .tabs-container {
2115 border: 1px solid #B9D8D9;
2116 background: none repeat scroll 0 0 transparent;
2117 display: block;
2118 padding: 1em 1.4em;
2119 border-bottom-right-radius: 4px;
2120 border-bottom-left-radius: 4px;
2121 color: #222222;
2124 /* jQuery UI header search box tabs */
2125 #header_search ul.ui-tabs-nav {
2126 padding-top : 0;
2127 margin-left: 1em;
2129 #header_search ul.ui-tabs-nav li.ui-state-default {
2130 border: 0;
2131 background : transparent none;
2132 top: 0;
2134 #header_search ul.ui-tabs-nav li.ui-state-default a {
2135 padding : .3em .6em;
2137 #header_search ul.ui-tabs-nav li.ui-tabs-active {
2138 border : 1px solid #85CA11;
2139 border-top-width: 0;
2140 top: -2px;
2141 background-color : #FFFFF1;
2143 #header_search ul.ui-tabs-nav li.ui-tabs-active a {
2144 text-decoration: none;
2146 #header_search .ui-corner-top {
2147 border-radius: 0 0 4px 4px;
2150 #header_search > div,
2151 #header_search > ul > li {
2152 display: none;
2154 #header_search > div:first-of-type,
2155 #header_search > ul > li:first-of-type {
2156 display: block;
2159 .authref {
2160 font-style: normal;
2161 text-indent: 4em;
2164 .seefrom, .seealso {
2165 font-style: italic;
2166 text-indent: 2em;
2169 #authfinderops {
2170 float: right;
2172 div.authorizedheading {
2173 font-weight: bold;
2175 .authres_notes, .authres_seealso, .authres_otherscript {
2176 padding-top: 3px;
2178 .authres_notes {
2179 font-style: italic;
2183 .contents {
2184 width: 75%;
2187 .contentblock {
2188 position: relative;
2189 margin-left: 2em;
2192 .contents .t:first-child:before {
2193 content: "→ ";
2196 .contents .t:before {
2197 content: "\A→ ";
2198 white-space: pre;
2201 .contents .t {
2202 font-weight: bold;
2203 display: inline;
2206 .contents .r {
2207 display: inline;
2210 #hierarchies a {
2211 font-weight: normal;
2212 text-decoration: underline;
2213 color: #069;
2216 #hierarchies a:hover {
2217 color: #990033;
2220 #didyoumeanopac, #didyoumeanintranet {
2221 float: left;
2222 width: 260px;
2225 .pluginlist {
2226 padding-bottom: 10px;
2228 .plugin {
2229 margin: 0 1em 1em 0;
2231 .pluginname {
2232 margin: 0.3em;
2233 padding-bottom: 4px;
2234 padding-left: 0.2em;
2235 background-color: #E6F0F2;
2237 .pluginname .ui-icon {
2238 float: right;
2240 .plugindesc {
2241 padding: 0.4em;
2243 .ui-sortable-placeholder {
2244 border: 1px dotted black;
2245 visibility: visible !important;
2246 height: 80px !important;
2248 .ui-sortable-placeholder * {
2249 visibility: hidden;
2252 /* jQuery UI Datepicker */
2253 .ui-datepicker table {
2254 width: 100%;
2255 font-size: .9em;
2256 border : 0;
2257 border-collapse: collapse;
2258 margin:0 0 .4em;
2261 .ui-datepicker th {
2262 background : transparent none;
2263 padding: .7em .3em;
2264 text-align: center;
2265 font-weight: bold;
2266 border: 0;
2269 .ui-datepicker-trigger {
2270 vertical-align: middle;
2271 margin : 0 3px;
2273 .ui-datepicker {
2274 -moz-box-shadow: 1px 1px 3px 0 #666;
2275 -webkit-box-shadow: 1px 1px 3px 0 #666;
2276 box-shadow: 1px 1px 3px 0 #666;
2279 /* css for timepicker */
2280 .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
2281 .ui-timepicker-div dl { text-align: left; }
2282 .ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
2283 .ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
2284 .ui-timepicker-div td { font-size: 90%; }
2285 .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
2286 .ui_tpicker_second,
2287 .ui_tpicker_millisec,
2288 .ui_tpicker_microsec {
2289 display: none;
2292 /* jQuery UI Accordion */
2293 .ui-accordion-header,
2294 .ui-widget-content .ui-accordion-header {
2295 font-weight: bold; font-size : 110%;
2298 fieldset.rows.ui-accordion-content {
2299 border-top-left-radius: 0;
2300 border-top-right-radius: 0;
2301 margin: 0;
2302 padding: 0;
2303 width: auto;
2306 fieldset.rows.ui-accordion-content table {
2307 margin : 0;
2310 video {
2311 width: 480px;
2314 /* Bootstrap overrides */
2315 button,
2316 .btn {
2317 border-color : #ADADAD #ADADAD #949494;
2318 font-family: arial,helvetica,clean,sans-serif;
2321 .btn.btn-link {
2322 border : 0;
2325 .btn-small .caret {
2326 margin-top : .6em;
2329 #toolbar .btn,
2330 #toolbar .dropdown-menu,
2331 .btn-toolbar .btn,
2332 .btn-toolbar .dropdown-menu {
2333 font-size: 13px;
2335 a.btn:link,
2336 a.btn:visited{
2337 color: #333333;
2339 .dropdown-menu li {
2340 list-style: none outside none;
2342 a.dropdown-toggle {
2343 white-space: nowrap;
2346 a.disabled {
2347 color : #999999;
2350 .navbar {
2351 color: #333;
2354 .navbar .nav > li > a, .loggedout {
2355 color: #004D99;
2356 font-weight: bold;
2357 padding : .4em .2em;
2360 .navbar .nav > li {
2361 list-style: none outside none;
2362 padding : 0 .6em;
2365 .navbar .nav > li > a:focus,
2366 .navbar .nav > li > a:hover {
2367 color: #538200;
2370 .navbar .nav li.dropdown.open > .dropdown-toggle,
2371 .navbar .nav li.dropdown.active > .dropdown-toggle,
2372 .navbar .nav li.dropdown.open.active > .dropdown-toggle {
2373 background: transparent none;
2376 .navbar-static-top .navbar-inner {
2377 background: #E6F0F2 none;
2378 border: 0;
2379 box-shadow: none;
2380 min-height: 0;
2381 padding-left: 0;
2383 .navbar-fixed-bottom .navbar-inner {
2384 min-height: 0;
2385 padding : .4em 0;
2388 .navbar-fixed-bottom .nav > li > a {
2389 font-weight: normal;
2390 padding : .05em .3em;
2393 .navbar-fixed-bottom .nav > li {
2394 border-right : 1px solid #CCC;
2397 .navbar-fixed-bottom .nav > li:last-child {
2398 border-right : 0;
2401 .navbar-fixed-bottom .nav > li.navbar-text {
2402 line-height: normal;
2403 padding : 0.4em 0.7em;
2405 .navbar .nav > li {
2406 list-style: none outside none;
2407 padding : 0 .6em;
2409 .navbar .nav > li > a {
2410 color: #004D99;
2411 font-weight: bold;
2412 padding : .4em .3em;
2414 .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
2415 background: transparent none;
2418 .navbar .nav > li > a:focus,
2419 .navbar .nav > li > a:hover {
2420 color: #538200;
2423 .navbar .nav li.dropdown.open > .dropdown-toggle,
2424 .navbar .nav li.dropdown.active > .dropdown-toggle,
2425 .navbar .nav li.dropdown.open.active > .dropdown-toggle {
2426 background: transparent none;
2429 .tooltip.bottom .tooltip-arrow {
2430 border-bottom-color: #EEE;
2432 .tooltip.bottom .tooltip-inner {
2433 background-color : #FFF;
2434 border: 1px solid rgba(0, 0, 0, 0.2);
2435 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2436 color: #000;
2437 padding : 1em;
2438 font-size : 120%;
2440 .separator { color : #666; padding : 0 .2em; }
2442 .close {
2443 position: inherit;
2444 top: auto;
2445 right : auto;
2446 filter : none;
2447 float : none;
2448 font-size: inherit;
2449 font-weight: normal;
2450 opacity: inherit;
2451 text-shadow: none;
2454 .close:hover {
2455 color: inherit;
2456 filter: inherit;
2457 font-size: inherit;
2458 opacity: inherit;
2461 a.close:hover {
2462 color: #538200;
2465 /* Redefine a new style for Bootstrap's class "close" since we use that already */
2466 /* Use <a class="closebtn" href="#">&times;</a> */
2467 .alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px;}
2468 .modal-header .closebtn{margin-top:2px;}
2469 .closebtn{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.closebtn:hover{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40);}
2470 button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}
2472 .btn-group label,
2473 .btn-group select {
2474 font-size: 13px;
2477 .tooltip-inner {
2478 white-space:pre-wrap;
2481 /* End Bootstrap overrides */
2483 .waiting {
2484 cursor: wait;
2487 fieldset.rows table.mceListBox {
2488 margin: 0;
2491 #jobpanel,#jobstatus,#jobfailed { display : none; }
2492 #jobstatus { margin:.4em; }
2494 #jobprogress{
2495 display: inline-block;
2496 width:200px;
2497 height:10px;
2498 border:1px solid #666;
2499 background:url('../img/progress.png') -300px 0px no-repeat;
2502 .progress_panel {
2503 clear: both;
2504 font-size: 120%;
2505 margin: 1em 0;
2506 padding: 1em;
2507 border: 2px solid #EEE;
2508 border-radius: 5px;
2511 progress {
2512 width: 50%;
2515 #selections { width : 100%; white-space : normal; }
2516 #selections span { margin:3px;padding:3px;background-color:#EBF3FF;-moz-border-radius:5px;border-radius:5px;white-space:nowrap;line-height:240%;font-size:75%; }
2517 #selections span.selected { background-color : #CCE0FC; }
2518 #selections input { vertical-align:middle;margin:0 2px; }
2520 #changepasswordf input[type="text"],
2521 #changepasswordf input[type="password"] {
2522 font-size: 140%;
2523 font-family : monospace;
2524 padding : .3em;
2527 /* Class to be added to toolbar when it starts being fixed at the top of the screen*/
2529 .floating {
2530 -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
2531 box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
2534 div#toolbar.floating,
2535 #searchheader.floating {
2536 border-radius: 0;
2537 margin-top: 0;
2540 .inline {
2541 display : inline;
2544 .nowrap {
2545 white-space: nowrap;
2548 .tag_editor {
2549 background: transparent url("../img/edit-tag.png") top left no-repeat;
2550 display : block;
2551 float : left;
2552 width : 16px;
2553 height: 16px;
2554 margin : 4px;
2555 text-indent: 100%;
2556 white-space: nowrap;
2557 overflow: hidden;
2560 .browse-controls {
2561 margin-left: 1.1em;
2562 margin-right: .5em;
2563 padding-bottom: 1em;
2564 padding-top: 1em;
2567 #browse-return-to-results {
2568 border-top-left-radius : 3px;
2569 border-top-right-radius : 3px;
2570 display: block;
2571 text-align: center;
2574 .browse-button {
2575 color: #004d99;
2576 padding: .4em .6em;
2577 display: inline-block;
2580 span.browse-button {
2581 background: #fafafa;
2582 color: #222;
2585 .browse-button:hover {
2586 background: #fafafa;
2589 .browse-label,
2590 .browse-prev-next {
2591 border: 1px solid #b9d8d9;
2594 .browse-label {
2595 border-top-left-radius : 5px;
2596 border-top-right-radius : 5px;
2597 background-color : #e8f0f6;
2600 .browse-prev-next {
2601 border-top-width: 0;
2602 border-bottom-left-radius: 5px;
2603 border-bottom-right-radius: 5px;
2606 #browse-previous {
2607 border-right : 1px solid #B9D8D9;
2608 border-bottom-left-radius: 5px;
2609 padding-right: 1em;
2612 #browse-next {
2613 border-top-width : 0;
2614 border-bottom-right-radius: 5px;
2615 float: right;
2616 padding-right: 1em;
2619 .loading-overlay {
2620 background-color: #FFF;
2621 cursor: wait;
2622 height: 100%;
2623 left: 0;
2624 opacity: .7;
2625 position: fixed;
2626 top: 0;
2627 width: 100%;
2628 z-index: 1000;
2630 .loading-overlay div {
2631 background : transparent url(../img/loading.gif) top left no-repeat;
2632 font-size : 175%;
2633 font-weight: bold;
2634 height: 2em;
2635 left: 50%;
2636 margin: -1em 0 0 -2.5em;
2637 padding-left : 50px;
2638 position: absolute;
2639 top: 50%;
2640 width: 15em;
2643 #merge_invoices {
2644 display: none;
2645 margin: 1em auto;
2648 #merge {
2649 margin: 0.5em 0 0 0;
2652 #merge_table tr.active td {
2653 background-color: #FFFFCC;
2656 .renewals {
2657 display:block;
2658 font-size:0.8em;
2659 padding:0.5em;
2662 #transport-types {
2663 padding-top: 0.5px;
2666 #i18nMenu .navbar-text .currentlanguage {
2667 color : #000;
2668 font-weight: bold;
2671 #i18nMenu a.currentlanguage:link,
2672 #i18nMenu a.currentlanguage:visited {
2673 font-weight: bold;
2676 #i18nMenu a,
2677 #i18nMenu a:link,
2678 #i18nMenu a:visited {
2679 color : #004d99;
2680 font-weight: normal;
2683 #i18nMenu a:hover,
2684 #i18nMenu a:active {
2685 color : #538200;
2686 font-weight: normal;
2689 #i18nMenu a .sublanguage-selected {
2690 color: #000;
2691 font-weight: bold;
2694 #i18nMenu .dropdown-menu a:hover,
2695 #i18nMenu .dropdown-menu a:focus {
2696 color : #FFF;
2699 #circ_circulation_issue .onsite_checkout-select label,
2700 .onsite_checkout-select label {
2701 font-size : inherit;
2702 font-weight: normal;
2704 span.onsite_checkout {
2705 color: #cc0000;
2707 .onsite-checkout-only {
2708 background-color : rgba(255, 242, 206, 0.5);
2709 border-radius: 4px;
2710 border : 1px solid #FFF2CE;
2713 div.lastchecked {
2714 padding : .2em 1em;
2715 border: 2px solid #BCDB89;
2716 border-bottom-left-radius: 5px;
2717 border-bottom-right-radius: 5px;
2719 .branchgriditem {
2720 background-color: #fff;
2721 border: 1px solid #b9d8d9;
2722 border-radius: 3px;
2723 display: table-cell;
2724 float: left;
2725 margin: 3px;
2726 padding: 0.3em;
2728 .branchgridrow {
2729 display: table-row;
2731 .branchselector {
2732 display: table;
2735 .hq-author {
2736 font-weight: bold;
2739 div#cn_browser_table_wrapper > table#cn_browser_table {
2740 margin: auto;
2741 width:90%;
2744 /* Tools > automatic_item_modification_by_age */
2745 div.rules {
2746 display: block;
2749 #new_rule {
2750 display: none;
2753 #new_rule, div.rule {
2754 background-color: #F4F8F9;
2755 border: 2px solid #B9D8D9;
2756 border-radius: 5px;
2757 margin: .3em;
2758 padding: .3em;
2761 .blocks {
2762 margin-bottom: .3em;
2765 .remove_rule {
2766 padding-left: .7em;
2767 font-size: 80%;
2770 div[class$="_table_controls"] {
2771 padding: .7em 0;
2774 .underline {
2775 text-decoration: underline;
2778 .overline {
2779 text-decoration: overline;
2782 .order-control {
2783 padding-right: 5px;
2786 #borrower_message {
2787 margin-top: 10px;
2790 .form-group {
2791 margin-bottom: 10px;
2794 .form-group label {
2795 font-weight: bold;
2798 .modal-textarea {
2799 width: 98%;