Setup script bootstrapped with new theme selector - Take 2 (#2139)
[openemr.git] / library / css / edi_history_v2.css
blob7cb9317c713016d0ea99e8293db5c4f7b1d5c0be
1 /**
2 * edi_history_v2.css
3 *
4 * Copyright 2016 Kevin McCormick Carrollton, Texas
5 *
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; version 3 or later. You should have
15 * received a copy of the GNU General Public License along with this program;
16 * if not, write to the Free Software Foundation, Inc.,
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18 * <http://opensource.org/licenses/gpl-license.php>
20 * css styles for edi claim history project
22 * @author Kevin McCormick
23 * @link: http://www.open-emr.org
24 * @package OpenEMR
25 * @subpackage ediHistory
29 @media only screen and (max-width: 768px) {
30 #turnover, tr td:nth-child(9) { display:none; visibility:hidden; }
33 @media only screen and (max-width: 420px) {
34 #changepercent, tr td:nth-child(4) { display:none; visibility:hidden; }
35 #yhigh, tr td:nth-child(5) { display:none; visibility:hidden; }
36 #ylow, tr td:nth-child(6) { display:none; visibility:hidden; }
37 #turnover, tr td:nth-child(9) { display:none; visibility:hidden; }
40 @media only screen and (max-width: 320px) {
41 #changepercent, tr td:nth-child(4) { display:none; visibility:hidden; }
42 #yhigh, tr td:nth-child(5) { display:none; visibility:hidden; }
43 #ylow, tr td:nth-child(6) { display:none; visibility:hidden; }
44 #dhigh, tr td:nth-child(7) { display:none; visibility:hidden; }
45 #dlow, tr td:nth-child(8) { display:none; visibility:hidden; }
46 #turnover, tr td:nth-child(9) { display:none; visibility:hidden; }
50 @media print {
51 .print {width:100%;}
52 .noPrint {display:none;}
53 table.era835 thead { display:table-header-group }
54 table.era835 tfoot { display:table-footer-group }
55 table.era835 tbody.eraclp { page-break-inside:avoid; page-break-after:auto }
60 /** CSS Outline
61 * tables -- processed files html
62 * -- csv tables
63 * -- html detail
65 * text -- x12 segments display
66 * -- notes file
67 * -- uploaded files list
69 * jquery ui -- tabs, dialogs
71 * DataTables
74 table#csvTable a {
75 color: #0E4F83;
76 text-decoration: none;
78 table#csvTable a:visited {
79 color: #3F260E;
81 table#csvTable a:hover {
82 color: #C40E0E;
85 div#tbrsp {
86 height: 100%;
89 .outlinetr {
90 border-color: #BFD4E3;
91 border-width: 2px;
94 /* **** upload lists box-sizing: content-box; ** */
95 div#fileupl1 {
96 float: left;
97 min-width: 40ch;
98 max-width: 50%;
99 font-size: medium;
100 margin: 2em 0 0 0 ;
101 padding: 1em;
102 vertical-align: top;
103 background-color: #CAD8DA;
104 border-style: solid;
105 border-width: 6px, 2px, 6px, 2px;
106 border-color: #CAD8DA;
108 div#fileupl2 {
109 float: left;
110 min-width: 40ch;
111 max-width: 50%;
112 font-size: medium;
113 margin: 2em 0 0 0 ;
114 padding: 1em;
115 vertical-align: top;
116 background-color: #ABF0CB;
117 border-style: solid;
118 border-width: 6px, 2px, 6px, 2px;
119 border-color: #ABF0CB;
121 ul.fupl { list-style-type: none;
122 text-align: left;
123 font-size: medium;
125 /* ***** process class dl.process padding: 10px; border: none; margin: 2px;*******/
126 div#processed {
127 max-width: fit-content;
128 background-color: #B7CBD0;
131 div#processed * { box-sizing: border-box; }
133 h2.prcs {
134 font-size: 1.2em;
135 margin: 1em;
136 vertical-align: middle;
137 background-color: #CADFDD;
138 border-style: none;
139 border-collapse: collapse;
141 div#processed dl {
142 display: block;
143 margin-top: .5em;
144 margin-bottom: .5em;
145 margin-left: 2;
146 margin-right: 2;
148 div#processed dt {
149 margin-top: .5em;
150 margin-bottom: .5em;
151 margin-left: 2;
152 margin-right: 2;
153 padding: 2px 4px 2px 4px;
154 min-width: 50%;
156 div#processed dd {
157 margin-top: 3px;
158 margin-bottom: 3px;
159 margin-left: 2;
160 margin-right: 2;
161 padding: 2px 4px 2px 4px;
162 min-width: 50%;
165 dl.f837 { background-color: #B5D4CC; }
166 dl.f837 > dt.fodd { background-color: #C6DAD5;}
167 dl.f837 > dt.feven { background-color: #BDC1C0; }
168 dl.f837 > dd.codd { background-color: #B4DED3; }
169 dl.f837 > dd.ceven { background-color: #A8CDC4; }
171 dl.f997 { background-color: #E2DBCC; }
172 dl.f997 > dt.fodd { background-color: #EFE1C2; }
173 dl.f997 > dt.feven { background-color: #DFD2B6; }
174 dl.f997 > dd.codd { background-color: #E7E5E1; }
175 dl.f997 > dd.ceven { background-color: #E2DBCC; }
177 dl.f835 { background-color: #D2E6E0; }
178 dl.f835 > dt.fodd { background-color: #DADADA; }
179 dl.f835 > dt.feven { background-color: #D4EAE4; }
180 dl.f835 > dd.codd { background-color: #CDDED9; }
181 dl.f835 > dd.ceven { background-color: #E7ECEB; }
183 dl.f270 { background-color: #C0D9DA; }
184 dl.f270 > dt.fodd { background-color: #C6D8D8; }
185 dl.f270 > dt.feven { background-color: #ACCCCA; }
186 dl.f270 > dd.codd { background-color: #B4D9DB; }
187 dl.f270 > dd.ceven { background-color: #C1E5E7; }
189 dl.f271 { background-color: #C0DDDD; }
190 dl.f271 > dt.fodd { background-color: #CDCFCF; }
191 dl.f271 > dt.feven { background-color: #C4E5E5; }
192 dl.f271 > dd.codd { background-color: #BFD0D0; }
193 dl.f271 > dd.ceven { background-color: #C0E4E4; }
194 /* ***** f276 class *******/
195 dl.f276 { background-color: #C6DFE8; }
196 dl.f276 > dt.fodd { background-color: #D1D6D8; }
197 dl.f276 > dt.feven { background-color: #CBE1E9; }
198 dl.f276 > dd.codd { background-color: #CDD7DB; }
199 dl.f276 > dd.ceven { background-color: #CBE7F1; }
200 /* ***** f277 class *******/
201 dl.f277 { background-color: #C8E6DE; }
202 dl.f277 > dt.fodd { background-color: #D9E4E1; }
203 dl.f277 > dt.feven { background-color: #CAECE3; }
204 dl.f277 > dd.codd { background-color: #C3DDD7; }
205 dl.f277 > dd.ceven { background-color: #C8EDE3; }
206 /* ***** f278 class *******/
207 dl.f278 { background-color: #D4E7EA; }
208 dl.f278 > dt.fodd { background-color: #DAE5E6; }
209 dl.f278 > dt.feven { background-color: #DAEEF1; }
210 dl.f278 > dd.codd { background-color: #CBE0E3; }
211 dl.f278 > dd.ceven { background-color: #C9E7EC; }
213 /* width: 940px; */
214 div#tblshow {
215 width: 896px;
216 max-width: fit-content;
219 * encounter record table
221 table.clmhist {
222 padding: 2px 10px;
223 text-align: left;
224 font-weight: normal;
225 font-size: medium;
226 empty-cells: show;
227 background-color: #A4E1C7;
228 border-collapse: collapse;
229 border: 2px solid #007342;
230 max-width: fit-content;
231 max-height: fit-content;
233 table.clmhist caption {
234 font-weight: bold;
235 font-size: medium;
237 table.clmhist tr.chhead {
238 padding: 5px;
239 font-weight: bold;
240 font-size: medium;
241 background-color: #7FCBA9;
243 table.clmhist td {padding: 2px; }
244 table.clmhist tr.ch278 td { background-color: #CAEFDC; }
245 table.clmhist tr.ch270 td { background-color: #D0E1DE; }
246 table.clmhist tr.ch271 td { background-color: #C8EAE3; }
247 table.clmhist tr.ch837 td { background-color: #D8E6DA; }
248 table.clmhist tr.ch997 td { background-color: #E2CCBD; }
249 table.clmhist tr.ch277 td { background-color: #E1EFF2; }
250 table.clmhist tr.ch835 td { background-color: #D4EDCE; }
252 table#csvTable td { color: #000000; }
253 table#csvTable td.reject { color: #A40808; }
254 /* ***** f837 class *******/
255 table#csvTable { background-color: #D8DADB; }
256 table#csvTable tr.odd td { background-color: #DBE4DC; }
257 table#csvTable tr.even td { background-color: #DADADA; }
258 /* ***** 999/997 error report*******/
259 p.rpt997 {
260 font-size: medium;
261 margin: 8px;
262 border: 2px solid #D6D6D6;
263 background-color: #CAE2F2;
265 p.err997 {
266 font-size: medium;
267 margin: 8px;
268 border: 2px solid #D6D6D6;
269 background-color: #CAEAF2;
271 /* ***** process class table.process*******/
272 div#processed table {
273 font-size: medium;
274 max-width: 800px;
275 border-collapse: collapse;
276 border: 1px solid #000;
277 vertical-align: middle;
278 empty-cells: show;
280 /* div#processed table */
281 div#processed table caption {
282 padding: 2px 10px;
283 text-align: left;
284 font-weight: bold;
285 font-size: medium;
286 background-color: #bcf8e7;
287 border: 1px solid #000;
289 div#processed table td { color: #000000; padding: 3px; }
290 div#processed table td.reject { color: #A40808; }
291 /* ***** f837 class *******/
292 div#processed table.f837 { background-color: #9fd7ad; }
293 div#processed table.f837 tr.fodd td { background-color: #92DD99; }
294 div#processed table.f837 tr.feven td { background-color: #B9CCBB; }
295 div#processed table.cf837 { background-color: #C7E2CE; }
296 div#processed table.cf837 tr.codd td { background-color: #92DD99; }
297 div#processed table.cf837 tr.ceven td { background-color: #9BCCA7; }
298 /* ***** f997 class *******/
299 div#processed table.f997 { background-color: #EBD195; }
300 div#processed table.f997 caption { background-color: #EBD195; }
301 div#processed table.f997 tr.fodd td { background-color: #D7CFBD; }
302 div#processed table.f997 tr.feven td { background-color: #ECDCB8; }
303 div#processed table.cf997 { background-color: #E8DABB; }
304 div#processed table.cf997 tr.codd td { background-color: #EBDAB4; }
305 div#processed table.cf997 tr.ceven td { background-color: #E1D6BD; }
306 /* ***** f835 class *******/
307 div#processed table.f835 { background-color: #ACC3A5; }
308 div#processed table.f835 caption { background-color: #EBD195; }
309 div#processed table.f835 tr.fodd td { background-color: #B3C7A1; }
310 div#processed table.f835 tr.feven td { background-color: #C2C8BC; }
311 div#processed table.cf835 { background-color: #CEDACB; }
312 div#processed table.cf835 tr.codd td { background-color: #AED0A2; }
313 div#processed table.cf835 tr.ceven td { background-color: #B5D1AA; }
314 /* ***** f270 class *******/
315 div#processed table.f270 { background-color: #C0D9DA; }
316 div#processed table.f270 caption { background-color: #C0D9DA; }
317 div#processed table.f270 tr.fodd td { background-color: #C6D8D8; }
318 div#processed table.f270 tr.feven td { background-color: #ACCCCA; }
319 div#processed table.cf270 { background-color: #DEF1F2; }
320 div#processed table.cf270 tr.codd td { background-color: #B4D9DB; }
321 div#processed table.cf270 tr.ceven td { background-color: #C1E5E7; }
322 /* ***** f271 class *******/
323 div#processed table.f271 { background-color: #CCEFE4; }
324 div#processed table.f271 caption { background-color: #CCEFE4; }
325 div#processed table.f271 tr.fodd td { background-color: #96D6C2; }
326 div#processed table.f271 tr.feven td { background-color: #AFD0C6; }
327 div#processed table.cf271 { background-color: #E3EEEB; }
328 div#processed table.cf271 tr.codd td { background-color: #C0DAD2; }
329 div#processed table.cf271 tr.ceven td { background-color: #AEE3D2; }
330 /* ***** f276 class *******/
331 div#processed table.f276 { background-color: #BCE8F8; }
332 div#processed table.f276 caption { background-color: #BCE8F8;}
333 div#processed table.f276 tr.fodd td { background-color: #C4D7DD; }
334 div#processed table.f276 tr.feven td { background-color: #AEE1F4; }
335 div#processed table.cf276 { background-color: #BCE8F8; }
336 div#processed table.cf276 tr.codd td { background-color: #BCE8F8; }
337 div#processed table.cf276 tr.ceven td { background-color: #BCE8F8; }
338 /* ***** f277 class *******/
339 div#processed table.f277 { background-color: #BCF8E7; }
340 div#processed table.f277 caption { background-color: #BCF8E7;}
341 div#processed table.f277 tr.fodd td { background-color: #BADCD7; }
342 div#processed table.f277 tr.feven td { background-color: #B7F3E1; }
343 div#processed table.cf277 { background-color: #D4EBE5; }
344 div#processed table.cf277 tr.codd td { background-color: #BDD5D1; }
345 div#processed table.cf277 tr.ceven td { background-color: #A3E0D7; }
346 /* ***** f278 class *******/
347 div#processed table.f278 { background-color: #CCEAEF; }
348 div#processed table.f278 caption { background-color: #B8DCE2; }
349 div#processed table.f278 tr.fodd td { background-color: #ABECD8; }
350 div#processed table.f278 tr.feven td { background-color: #DBE3E0; }
351 div#processed table.cf278 { background-color: #D9EAED; }
352 div#processed table.cf278 tr.codd td { background-color: #DCE0DF; }
353 div#processed table.cf278 tr.ceven td { background-color: #AEE3D2; }
355 * ***** 27x transaction html display ******
357 /* ***** h271 eligibility transaction display *******/
358 table.h271 { background-color: #DEEAE6;
359 border-collapse: collapse;
360 vertical-align: bottom;
361 padding: 1em 1em 3em 1em;
362 word-wrap: normal;
363 width: 45em;
365 table.h271 caption {
366 background-color: #C8E4DA;
367 font-family: "Liberation Sans", "Trebuchet MS", sans-serif;
368 font-size: 1.2em;
369 text-align: left;
371 table.h271 td { vertical-align: top; }
372 table.h271 tr.ebe td { background-color: #D2E7E0; }
373 table.h271 tr.ebo td { background-color: #DEEAE6; }
374 /* ***** h277 claim status transaction display *******/
375 table.h277 {
376 font-family: "Liberation Serif", "Times New Roman", serif;
377 background-color: #CFEDD9;
378 border-collapse: collapse;
379 vertical-align: bottom;
380 word-wrap: normal;
381 padding: 1em 1em 3em 1em;
382 width: 45em;
384 table.h277 caption {
385 background-color: #CBE3CD;
386 font-family: "Liberation Sans", "Trebuchet MS", sans-serif;
387 font-size: 1.2em;
388 padding: 0.5em;
389 text-align: left;
391 table.h277 td { vertical-align: top; }
392 table.h277 tr.src td { background-color: #CADCD0; }
393 table.h277 tr.rcv td { background-color: #CDDED3; }
394 table.h277 tr.prv td { background-color: #CBE3CD; }
395 table.h277 tr.sbr td { background-color: #CDE7D2; }
396 table.h277 tr.dep td { background-color: #CAF6C8; }
397 /* ***** h278 eligibility transaction display *******/
398 table.h278 {
399 background-color: #DDE4E2;
400 border-collapse: collapse;
401 vertical-align: bottom;
402 padding: 1em 1em 3em 1em;
403 font-family: "Liberation Serif", "Times New Roman", serif;
404 word-wrap: normal;
405 width: 45em;
408 table.h278 caption {
409 background-color: #DDE4E2;
410 font-family: "Liberation Sans", "Trebuchet MS", sans-serif;
411 font-size: 1.2em;
412 padding: 0.5em;
413 text-align: left;
415 table.h278 td { vertical-align: top; }
416 table.h278 tr.src td { background-color: #C9E7DD; }
417 table.h278 tr.rcv td { background-color: #DDE4E2; }
418 table.h278 tr.sbr td { background-color: #C9E6DC; }
419 table.h278 tr.dep td { background-color: #D3DFDB; }
420 table.h278 tr.evt td { background-color: #E0ECE8; }
421 table.h278 tr.svc td { background-color: #C9E7DD; }
423 /* ***** h835 claim payment display *******/
424 table.h835c {
425 background-color: #9EDC9F;
426 border-collapse: collapse;
427 vertical-align: bottom;
428 padding: 1em 1em 3em 1em;
429 font-family: "Liberation Serif", "Times New Roman", serif;
430 word-wrap: normal;
431 width: 45em;
433 table.h835c caption {
434 background-color: #9EDC9F;
435 font-family: "Liberation Sans", "Trebuchet MS", sans-serif;
436 font-size: 1em;
437 padding: 0.5em;
438 text-align: left;
440 table.h835c td { vertical-align: top; }
441 table.h835c td:first-child { min-width: 8em; }
442 table.h835c tr.lx td { background-color: #E3DAC6; }
443 table.h835c tr.sbr td { background-color: #D6EED5; }
444 table.h835c tr.clp td { background-color: #D6EED5; }
445 table.h835c tr.svc td { background-color: #C5E2E7; }
446 table.h835c tr.mia td { background-color: #DCD8CE; }
447 table.h835c tr.rems td { background-color: #D4E2E4; }
448 table.h835c tr.remc td { background-color: #CFDDCE; }
450 table.h835 {
451 background-color: #9EDC9F;
452 border-collapse: collapse;
453 vertical-align: bottom;
454 padding: 1.2em;
455 font-family: "Liberation Serif", "Times New Roman", serif;
456 word-wrap: normal;
457 width: 45em;
459 table.h835 caption {
460 background-color: #B4D2D8;
461 font-family: "Liberation Sans", "Trebuchet MS", sans-serif;
462 font-size: 1.2em;
463 padding: 0.5em;
464 text-align: left;
466 table.h835 td { vertical-align: top; }
467 table.h835 td:first-child { min-width: 8em; }
468 table.h835 tr.pmt td { background-color: #E6D6C9; }
469 table.h835 tr.src td { background-color: #C4E0E0; }
470 table.h835 tr.rcv td { background-color: #CADC9E; }
472 /* ***** edi segments display *******/
473 table.segtxt {
474 background-color: #ECE3BE;
475 border-collapse: collapse;
476 vertical-align: bottom;
477 font-family: "Liberation Mono", "Lucida Console", Consolas, Courier, monospace;
478 font-size: 1.0em;
479 text-align: left;
480 padding: 0.5em 0.5em 3em 0.5em;
481 width: 45em;
482 word-wrap: break-word;
484 table.segtxt hr > td { text-align: center; }
485 table.segtxt caption {
486 background-color: #F2EFDE !important;
487 font-family: "Dejavu Sans", "Trebuchet MS", "Liberation Sans", sans-serif;
488 font-size: 1.2em;
489 text-align: left;
491 table.segtxt td.bterr {
492 background-color: #F9F3E0;
493 padding: 0.5em, 2px;
494 color: #A92315;
496 table.segtxt td.btseg {
497 background-color: #F8F6E8;
498 padding-left: 0.5em;
499 padding-right:0.5em;
500 color: #140C0C;
502 table.segtxt td.btloop {
503 background-color: #F4F3EA;
504 color: #3B2F2F;
505 text-align: center;
507 table.segtxt td.btnum {
508 background-color: #F6F3DD;
509 color: #3B2F2F;
510 padding: 2px, 2px;
511 text-align: right;
515 * to show log file
516 * http://dean.resplace.net/blog/2011/08/jquery-tabs-iframes/
518 ol.logview {
519 background: none repeat scroll 0 0 #EDE8CE;
520 border: 1px solid #999999;
521 border-radius: 3px 3px 3px 3px;
522 box-shadow: 0 2px 4px #999999;
523 color: #333333;
524 font-family: MonoSpace,MonoSpace;
525 font-size: 11px;
526 line-height: 1.4;
527 margin: 0 0 20px;
528 max-height: 360px;
529 overflow: auto;
530 padding: 10px;
531 position: relative;
533 ol.logview li {
534 background-color: #F5EFDB;
535 overflow: auto;
539 * era summary RA
541 table.summaryRA {
542 background-color: #D8E0E0;
543 width: 640px;
544 border-collapse: collapse;
545 border: 1px solid #000;
546 empty-cells: show
548 table.summaryRA tr.summary td {
549 background-color: #97DFD9;
551 table.summaryRA tr.svccode td {
552 background-color: #BAD8DB;
553 padding: 4px;
554 vertical-align: top;
556 table.summaryRA td.denied {
557 color: #A40808;
558 font-weight: bold;
559 padding: 3px;
561 table.summaryRA caption {
562 padding: 2px 10px;
563 text-align: left;
564 font-weight: bold;
565 font-size: large;
566 background-color: #C0E8E7;
567 border: 2px solid #000;
572 * 997/999 status
574 p.ak999stat {
575 background-color: #eae1d0;
576 margin: 1.6em 8px;
577 text-align: left;
578 font-size: medium;
582 * css for the era Remittance Advice html output
583 * TO-DO figure out a scheme for print output
584 * possibly a start claim style e.g.
585 * table.era835 tbody.claimdetail {
586 * page-break-before: auto;
587 * }
589 table.era835 {
590 font-size: medium;
591 background-color: #F2E7CF;
592 width: 960px;
593 border-collapse: collapse;
594 border: 1px solid #000;
595 empty-cells: show;
597 table.era835 th {
598 padding: 5px;
599 background-color: #CFCCC5;
601 table.era835 td {
602 color: #000000;
603 padding: 3px;
605 table.era835 td.denied {
606 color: #A40808;
607 font-weight: bold;
608 padding: 3px;
610 table.era835 tr.bpr td {
611 background-color: #C0ECC9;
613 table.era835 tr.clp0 td {
614 background-color: #CBD7E3;
616 table.era835 tr.clp1 td {
617 background-color: #D5EACC;
619 table.era835 tr.clpd td {
620 background-color: #FCD1C5;
622 table.era835 tr.ts3 td {
623 background-color: #F2DEA3;
625 table.era835 tr.code td {
626 background-color: #F8DBC9;
628 table.era835 tr.plb td {
629 background-color: #97DFAA;
631 table.era835 tbody.eraclp {
632 border-top: 1px solid #000;
633 overflow: auto;
635 table.era835 tfoot {
636 border-top: 1px solid #000;
638 table.era835 caption {
639 padding: 2px;
640 text-align: left;
641 font-weight: bold;
642 font-size: large;
643 background-color: #D8F4DF;
644 border: 2px solid #000;
648 * files display, text files, monospace
649 * word-wrap: break-word;
651 div.filetext {
652 font-family: sans-serif;
653 background-color: #FDF5DB;
654 width: auto;
655 clear:both;
658 div.filetext pre,code,kbd,samp,tt {
659 font-family: monospace,monospace;
660 font-size: medium;
661 padding:1em 0;
662 margin-left:0.9em;
663 margin-bottom:2em;
664 background-color: #FDF5DB;
665 width: auto;
666 float: left
668 div.filetext code {
669 width: auto;
670 float: left
673 div.filetext ol {
674 font-family: "Lucida Sans", "DejaVu Sans", sans-serif;
675 font-size: medium;
676 background-color: #FCDE93;
677 width: auto;
680 div.filetext li {
681 padding-left: 0.2em;
682 margin-top: 0em;
683 margin-right: 1em;
684 margin-left: 1em;
685 margin-bottom: 0.1em;
686 background-color: #F1E8D1;
690 div.filetext ol p {
691 font-family: monospace,monospace;
692 font-style: normal;
693 margin: 1px;
694 font-size: 0.9em;
695 word-wrap: break-word;
696 display:inline-block;
698 /*overflow: break-word; */
701 div.filetext table.batchst caption {
702 font-family: "Lucida Sans", "DejaVu Sans", sans-serif;
703 padding: 4px;
704 text-align: left;
705 font-weight: bold;
706 font-size: large;
709 div.filetext table.batchst thead {
710 font-family: monospace, monospace;
711 font-size: medium;
712 border-width: thin;
715 div.filetext table.batchst tbody {
716 font-family: monospace, monospace;
717 font-size: medium;
718 border-width: thin;
719 width: auto;
722 div.filetext table.batchst td.btloop {
723 font-family: "Lucida Sans", "DejaVu Sans", sans-serif;
724 font-style: italic;
725 text-align: center;
726 padding: 1px 3px;
727 border-right-color: #9E948C;
728 background-color: #DDD8C4;
731 div.filetext table.batchst td.btseg {
732 border-color: #E5E1D1 #E5E1D1 #E5E1D1 #9E948C;
733 text-align: left;
734 padding: 1px 3px;
735 background-color: #EFE8D0;
738 div.filetext table.batchst td.bterr {
739 border-color: #E12417 #E12417 #E12417 #E12417;
740 text-align: left;
741 padding: 1px 3px;
742 background-color: #FCF4D8;
745 /* **** dialog minimize button ****
746 #dialog_window_minimized_container {
747 position: fixed;
748 bottom: 0px;
749 left: 0px;
752 .dialog_window_minimized {
753 float: left;
754 padding: 5px 10px;
755 font-size: 12px;
756 cursor: pointer;
757 margin-right: 2px;
758 display: none;
761 .dialog_window_minimized .ui-icon {
762 display: inline-block !important;
763 position: relative;
764 top: 3px;
765 cursor: pointer;
768 .ui-dialog .ui-dialog-titlebar-minimize {
769 height: 18px;
770 width: 19px;
771 padding: 1px;
772 position: absolute;
773 right: 23px;
774 top: 9px;
777 .ui-dialog .ui-dialog-titlebar-minimize .ui-icon {
778 display: block;
779 margin: 1px;
782 .ui-dialog .ui-dialog-titlebar-minimize:hover, .ui-dialog .ui-dialog-titlebar-minimize:focus {
783 padding: 0;
785 ***** */