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;
61/* Account elipsis '...' on the left */
72/* read-only selected row */
75 .Wt-tv-contents.Wt-striped
80 background-color:#ffff7e !important;
83/* Alternating Row Colors */
86 .Wt-tv-contents.Wt-striped
87 div.Wt-tv-c:nth-child(2n)
89 background-color:#ffcb0024;
94 .Wt-tv-contents.Wt-striped
95 div.Wt-tv-c:nth-child(2n+1)
97 background-color:#1c861333;
100/* Thin black line underneath each row */
106 border-bottom: 1px solid black;
109/* Thin black line on the left */
115 border-left: 1px solid black;
118/* Extra padding on the right for scroll bar */
127/* Extra padding on the right for scroll bar */
136/* Selected Editor Widget padding/margin (the div right before the editor) */
140 div.Wt-tv-c.selectable
146/* Selected Editor Widget background highlight (the editor) */
150 div.Wt-tv-c.selectable
153 background-color:yellow;
159 background-color:#ffbf0047;
160 border: 1px solid black;
167 background-color:#ffbf0047;
168 border: 1px solid black;
172** Selected 'month' columns are highlighted
173** important overrides the alternating row colors
177 background-color:#1aeaff !important;
181.billpay.unpaid.Wt-tableview .Wt-header
183 background-color:#ffb6c194;
186.billpay.pending.Wt-tableview .Wt-header
188 background-color:#ffe6b694;
191.billpay.paid.Wt-tableview .Wt-header
193 background-color:#90ee909e;
196.billpay.inactive.Wt-tableview .Wt-header
198 background-color:lightgray;
204 justify-content: space-around;
205 align-items: flex-start;
212 border-collapse: collapse;
227 background-color: aquamarine;
235.MakePaymentTable .date
240.MakePaymentTable .num
246.MakePaymentTable .desc
251.MakePaymentTable .acct
257.MakePaymentTable .recon
263.MakePaymentTable .debit
269.MakePaymentTable .credit
275.MakePaymentTable .form-control