3** root document container
4** background-color: ghostwhite;
5** background-color: whitesmoke;
6** background-color: floralwhite;
13 background-color: azure;
18/* font-size:smaller; */
22** Background and big fat line on the
23** bottom border of the header
28 background-color: #96b183;
29 border-bottom:2px solid black;
33** Negative values are red
40 background-color:gold !important;
44** Error values are super-red
51 background-color:#ff000082 !important;
60/* Account elipsis '...' on the left */
71/* read-only selected row */
79 background-color:#ffef98 !important;
82/* alternating row colors, first line (basic ledger: rowbl) */
88 background-color:#feffda;
91/* alternating row colors, second line (basic ledger: rowbl) */
95 .rowbl:nth-child(2n+1)
97 background-color:#bfdeb9;
100/* static row colors, (transaction journal: rowtj) */
106 background-color:#bfdeb9;
109/* static row colors, (transaction journal data: rowtd) */
115 background-color:#ede7d3;
118/* static row colors, rowDoubleLine */
122 background-color:aliceblue;
131 background-color:#1c861333;
139 background-color:#ffcb0024;
144** the following css are turned off because we're not
145** using the 'alternatingRowColors' feature in the
146** table views. Insead we are using the .rowo and
147** .rowe class selectors.
149/* Alternating Row Colors Even */
152 .Wt-tv-contents.Wt-striped
153 div.Wt-tv-c:nth-child(2n)
155 background-color:#ffcb0024;
159/* Alternating Row Colors Odd */
162 .Wt-tv-contents.Wt-striped
163 div.Wt-tv-c:nth-child(2n+1)
165 background-color:#1c861333;
169/* Thin black line underneath each row */
175 border-bottom: 1px solid black;
178/* Thin black line on the left */
184 border-left: 1px solid black;
187/* Extra padding on the right for scroll bar */
196/* Extra padding on the right for scroll bar */
205/* Selected Editor Widget padding/margin (the div right before the editor) */
209 div.Wt-tv-c.selectable
215/* Selected Editor Widget background highlight (the editor) */
219 div.Wt-tv-c.selectable
222/* background-color:#ffef98; */
223 background-color:yellow;
229 background-color:#ffbf0047;
230 border: 1px solid black;
241 background-image: url('date-edit-button-2.png');
242 background-position: right top;
243 background-repeat: no-repeat;
254 background-color:#ffbf0047;
255 border: 1px solid black;
258.BillPay .SummaryTable
261 border-collapse: separate;
264.BillPay .SummaryTable .acctDay
266 text-align:center !important;
268 border-top: 1px solid black;
269 border-right: 1px solid black;
273.BillPay .SummaryTable td
279.BillPay .SummaryTable td:nth-child(1)
281 border-left: 1px solid black;
285.BillPay .SummaryTable td:nth-child(2)
287 border-right: 1px solid black;
291.BillPay .SummaryTable .su
293 border-bottom: 1px solid black;
296.BillPay .SummaryTable .du
298 border-bottom: 3px double black;
304 background-color: #eddfdf !important;
311** Selected 'month' columns are highlighted
312** important overrides the alternating row colors
316 background-color:#1aeaff !important;
320.billpay.unpaid.Wt-tableview .Wt-header
322 background-color:#ffb6c194;
325.billpay.pending.Wt-tableview .Wt-header
327 background-color:#ffe6b694;
330.billpay.paid.Wt-tableview .Wt-header
332 background-color:#90ee909e;
335.billpay.inactive.Wt-tableview .Wt-header
337 background-color:lightgray;
343 justify-content: space-around;
344 align-items: flex-start;
351 border-collapse: collapse;
366 background-color: aquamarine;
374.MakePaymentTable .date
379.MakePaymentTable .num
385.MakePaymentTable .desc
390.MakePaymentTable .acct
396.MakePaymentTable .recon
402.MakePaymentTable .debit
408.MakePaymentTable .credit
414.MakePaymentTable .form-control