Bug 35272: Add padding above vendor contracts section
[koha.git] / koha-tmpl / intranet-tmpl / prog / css / print.css
1 a:link {
2     color: #000000;
3     text-decoration: none;
4 }
5
6 a:visited {
7     color: #000000;
8     text-decoration: none;
9 }
10
11 a:hover {
12     color: #993300;
13     text-decoration: none;
14 }
15
16 body {
17     background-color: #FFF;
18     color: #000000;
19     font-family: arial, geneva, sans-serif;
20     font-size: 14px;
21     margin: 0 0 0 0;
22 }
23
24 caption {
25     color: #000000;
26     font-size: 18px;
27     font-weight: bold;
28     margin-top: 5px;
29     text-align: left;
30 }
31
32 form {
33     margin: 0;
34     padding: 0;
35 }
36
37 h1 {
38     color: #000000;
39     font-size: 22px;
40     font-weight: bold;
41     margin-bottom: 3px;
42     margin-top: 3px;
43 }
44
45 h1#logo {
46     display: none;
47 }
48
49 h2 {
50     color: #000000;
51     font-size: 20px;
52     font-weight: bold;
53     margin-bottom: 3px;
54     margin-top: 3px;
55 }
56
57 h3 {
58     color: #000000;
59     font-size: 18px;
60     font-weight: bold;
61     margin-bottom: 3px;
62     margin-top: 3px;
63 }
64
65 h4 {
66     color: #000000;
67     font-size: 16px;
68     font-weight: bold;
69     margin-bottom: 3px;
70     margin-top: 3px;
71 }
72
73 h5 {
74     color: #000000;
75     font-size: 15px;
76     font-weight: bold;
77     margin-bottom: 1px;
78     margin-top: 1px;
79 }
80
81 h6 {
82     color: #000000;
83     font-size: 14px;
84     font-weight: bold;
85     margin-bottom: 1px;
86     margin-top: 1px;
87 }
88
89 table {
90     background-color: #FFFFFF;
91     border-bottom: 1px solid #CCCCCC;
92     border-collapse: collapse;
93     border-left: 1px solid #CCCCCC;
94     margin: 3px 0 5px 0;
95     padding: 0;
96     width: 99%;
97 }
98
99 table.list {
100     background-color: #FFFFFF;
101     border: 0;
102     border-collapse: collapse;
103     margin: 3px 0 5px 0;
104     padding: 0;
105     width: 99%;
106 }
107
108 td {
109     background-color: #FFF;
110     border-bottom: 1px solid #CCCCCC;
111     border-left: 0;
112     border-right: 1px solid #CCCCCC;
113     border-top: 0;
114     font-size: 12px;
115     padding: 5px 5px 5px 5px;
116 }
117
118 td:last-child {
119     background-color: #FFF;
120     border-bottom: 1px solid #CCCCCC;
121     border-left: 0;
122     border-right: 0 solid #CCCCCC;
123     border-top: 0;
124     font-size: 12px;
125     padding: 5px 5px 5px 5px;
126 }
127
128 table.list th {
129     background-color: #FFFFFF;
130     border-left: 0;
131     border-top: 0;
132     font-size: 12px;
133     font-weight: bold;
134     padding: 5px;
135     text-align: left;
136     width: 25%;
137 }
138
139 th {
140     background-color: #E9E9E9;
141     border-bottom: 1px solid #CCCCCC;
142     border-left: 0;
143     border-right: 1px solid #CCCCCC;
144     border-top: 0;
145     font-size: 14px;
146     font-weight: bold;
147     padding: 5px 5px 5px 5px;
148     text-align: left;
149 }
150
151 td:first-child,
152 th:first-child {
153     border-left: 0;
154 }
155
156 td:last-child,
157 th:last-child {
158     background-color: #E9E9E9;
159     border-bottom: 1px solid #CCCCCC;
160     border-left: 0;
161     border-right: 0;
162     border-top: 0;
163     font-size: 14px;
164     font-weight: bold;
165     padding: 5px 5px 5px 5px;
166 }
167
168 td.input,
169 div.form td,
170 div.details td {
171     border-bottom: 1px solid #CCCCCC;
172     border-left: 0;
173     border-right: 0;
174     color: #000000;
175     line-height: 1.5em;
176     padding: 4px;
177     text-align: left;
178 }
179
180 td.label,
181 div.form th,
182 div.details th {
183     background-color: #FFF;
184     border-bottom: 1px solid #CCCCCC;
185     border-left: 1px solid #CCCCCC;
186     border-right: 0;
187     border-top: 0;
188     color: #000088;
189     font-weight: bold;
190     line-height: 1.5em;
191     padding: 4px;
192     text-align: right;
193     vertical-align: top;
194 }
195
196 tr.highlight {
197     background-color: #CCCCCC;
198 }
199
200 .error {
201     font-weight: bold;
202 }
203
204 .ex {
205     font-family: "Courier New", Courier, monospace;
206 }
207
208 .inline {
209     display: inline;
210 }
211
212 tr.overdue {
213     font-weight: bold;
214 }
215
216 tfoot {
217     font-weight: bold;
218 }
219
220 tfoot td,
221 tfoot td:last-child {
222     background-color: #EEEEEE;
223     border-bottom: 1px solid #666666;
224     border-right: 1px solid #666666;
225 }
226
227 td.credit,
228 td.debit,
229 td.sum {
230     color: #000;
231     font-family: "Courier New", Courier, monospace;
232     text-align: right;
233 }
234
235 td.debit {
236     color: #990000;
237 }
238
239 #receipt {
240     background-color: #FFFFFF;
241     font-family: serif;
242     font-size: .9em;
243     margin: 0 0 0 0;
244     padding: 0;
245     position: relative;
246 }
247
248 #receipt a:link {
249     color: #000000;
250     text-decoration: none;
251 }
252
253 #receipt a:visited {
254     color: #000000;
255     text-decoration: none;
256 }
257
258 #receipt a:hover {
259     color: #993300;
260     text-decoration: none;
261 }
262
263 #receipt caption {
264     color: #000000;
265     font-weight: bold;
266     margin-top: 5px;
267     text-align: left;
268 }
269
270 #receipt div.table {
271     background-color: transparent;
272     font-weight: normal;
273 }
274
275 #receipt h3,
276 #receipt caption,
277 #receipt h4 {
278     background-color: transparent;
279     color: #000000;
280     font-size: 1em;
281     font-weight: bold;
282     margin-bottom: 3px;
283     margin-top: 3px;
284 }
285
286 #receipt table {
287     background-color: transparent;
288     border: 0;
289     border-collapse: collapse;
290     width: auto;
291 }
292
293 #receipt td,
294 #receipt th {
295     background-color: transparent;
296     border: 0;
297     font-size: 1em;
298     font-weight: normal;
299     padding: 1px;
300 }
301
302 #receipt th {
303     font-weight: bold;
304     text-align: left;
305 }
306
307 #breadcrumbs,
308 #toplevelnav,
309 #login,
310 #header,
311 #header_search,
312 #toolbar,
313 #changelanguage,
314 #menu,
315 #limitselect,
316 #batchModify,
317 #navmenu,
318 .gradient,
319 .noprint,
320 form#sortbyform,
321 #cartDetails,
322 fieldset.action,
323 .list-actions,
324 .print,
325 .browse-controls,
326 .cart-controls,
327 button.dt-button,
328 .navbar,
329 .nav-tabs,
330 #sub-header,
331 [class*="_table_controls"],
332 .pager,
333 aside {
334     display: none !important;
335 }
336
337 .tab-content > .tab-pane {
338     display: block !important;
339 }
340
341 fieldset {
342     border: 0;
343 }
344
345 #cataloguing_additem_itemlist {
346     overflow: visible !important;
347 }
348
349 #catalogue_detail_marc_preview,
350 p#upload_image {
351     display: none;
352 }
353
354 #cart_basket .container,
355 #cart_basket table,
356 #cart_basket tr,
357 #cart_basket th,
358 #cart_basket td,
359 #cart_basket .sorting_asc,
360 #cart_basket .sorting,
361 #cart_basket .sorting_desc,
362 #cart_basket .sorting_disabled,
363 #cart_basket tbody tr:nth-child( 2n+1 ) td {
364     background: transparent none;
365     border: 0;
366 }
367
368 #cart_basket tr {
369     border-bottom: 1px solid #DDD;
370     border-collapse: collapse;
371 }
372
373 .container {
374     width: 100%;
375 }
376
377 #catalog_detail .col-sm-push-2 {
378     left: 0;
379 }