blob: 838d2604e4ee2ec694f7ccb1a19d1052f494a4ad [file] [log] [blame]
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +05301.erpnext-footer {
Anand Doshida858cc2015-02-24 17:50:44 +05302 margin: 11px auto;
3 text-align: center;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +05304}
Anand Doshi575545d2012-06-13 19:36:55 +05305.show-all-reports {
Anand Doshida858cc2015-02-24 17:50:44 +05306 margin-top: 5px;
7 font-size: 11px;
Anand Doshi1fe3bc52013-06-06 18:55:20 +05308}
Anand Doshi1fe3bc52013-06-06 18:55:20 +05309/* toolbar */
10.toolbar-splash {
Anand Doshida858cc2015-02-24 17:50:44 +053011 width: 32px;
12 height: 32px;
13 margin: -10px auto;
Akhilesh Darjeef83576b2013-09-18 18:35:12 +053014}
Akhilesh Darjeef83576b2013-09-18 18:35:12 +053015/* pos */
Rushabh Mehta203cc962016-04-07 15:25:43 +053016.pos-item-wrapper {
17 padding: 5px;
18}
Akhilesh Darjeef83576b2013-09-18 18:35:12 +053019.pos-item {
Anand Doshida858cc2015-02-24 17:50:44 +053020 overflow: hidden;
21 text-overflow: ellipsis;
22 cursor: pointer;
23 padding: 5px;
Rushabh Mehta203cc962016-04-07 15:25:43 +053024 padding-bottom: 15px;
Anand Doshida858cc2015-02-24 17:50:44 +053025 border: 1px solid #d1d8dd;
Rushabh Mehta203cc962016-04-07 15:25:43 +053026 margin-bottom: 5px;
Anand Doshi9b955fe2015-01-05 16:19:12 +053027}
Anand Doshi50d7e8c2015-01-06 17:14:13 +053028.pos-item-text {
Anand Doshida858cc2015-02-24 17:50:44 +053029 padding: 0px 5px;
Anand Doshi50d7e8c2015-01-06 17:14:13 +053030}
Anand Doshi9b955fe2015-01-05 16:19:12 +053031.pos-item .item-code {
Anand Doshida858cc2015-02-24 17:50:44 +053032 margin-bottom: 0px;
Anand Doshi9b955fe2015-01-05 16:19:12 +053033}
Anand Doshi9b955fe2015-01-05 16:19:12 +053034.pos-item .no-image {
Anand Doshida858cc2015-02-24 17:50:44 +053035 background-color: #fafbfc;
36 border: 1px dashed #d1d8dd;
Anand Doshi9b955fe2015-01-05 16:19:12 +053037}
Anand Doshi9b955fe2015-01-05 16:19:12 +053038.pos-item-image {
Rushabh Mehta203cc962016-04-07 15:25:43 +053039 width: 100%;
40 height: 0px;
41 padding: 50% 0;
42 text-align: center;
43 line-height: 0;
Rushabh Mehta5d0e8de2016-04-11 17:34:25 +053044 color: #d1d8dd;
Rushabh Mehta203cc962016-04-07 15:25:43 +053045 font-size: 30px;
Faris Ansarid2173872016-08-09 14:15:31 +053046 background-size: contain;
Anand Doshida858cc2015-02-24 17:50:44 +053047 border: 1px solid transparent;
Faris Ansarid2173872016-08-09 14:15:31 +053048 background-position: center;
49 background-repeat: no-repeat;
Akhilesh Darjeef83576b2013-09-18 18:35:12 +053050}
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053051.pos-item-toolbar {
Faris Ansari1f261a82017-03-06 18:01:58 +053052 height: 51px;
Anand Doshida858cc2015-02-24 17:50:44 +053053 padding: 10px 0px;
54 border-bottom: 1px solid #d1d8dd;
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053055}
Anand Doshida858cc2015-02-24 17:50:44 +053056.pos-toolbar,
57.pos-bill-toolbar {
58 padding: 10px 0px;
Anand Doshida858cc2015-02-24 17:50:44 +053059 height: 51px;
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053060}
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053061.pos-item-toolbar .form-group {
Anand Doshida858cc2015-02-24 17:50:44 +053062 margin-bottom: 0px;
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053063}
Rohit Waghchauree30f83a2017-02-24 18:02:50 +053064.edit-pos-item {
Rohit Waghchauref0c7ba42017-02-28 16:51:17 +053065 height: 50px;
Rohit Waghchauree30f83a2017-02-24 18:02:50 +053066 font-size: 14px;
67 border-top: 1px solid #d1d8dd;
Rohit Waghchauref0c7ba42017-02-28 16:51:17 +053068 padding-top: 12px;
Rohit Waghchauree30f83a2017-02-24 18:02:50 +053069}
70.pos-bill-item:hover {
71 background-color: #f5f7fa;
72 cursor: pointer;
73}
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053074.pos-item-qty {
Anand Doshida858cc2015-02-24 17:50:44 +053075 display: inline-block;
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053076}
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053077.pos-qty-row > div {
Anand Doshida858cc2015-02-24 17:50:44 +053078 padding: 5px 0px;
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053079}
Rushabh Mehtaa9ba5ef2014-12-19 16:20:32 +053080.pos-qty-btn {
Anand Doshida858cc2015-02-24 17:50:44 +053081 margin-top: 3px;
82 cursor: pointer;
83 font-size: 120%;
Rushabh Mehtaab8bde02014-08-12 15:15:39 +053084}
Anand Doshi9b955fe2015-01-05 16:19:12 +053085.pos .search-area .form-group {
Anand Doshida858cc2015-02-24 17:50:44 +053086 max-width: 100% !important;
Anand Doshi9b955fe2015-01-05 16:19:12 +053087}
Anand Doshi9b955fe2015-01-05 16:19:12 +053088.pos .tax-table {
Anand Doshida858cc2015-02-24 17:50:44 +053089 margin-bottom: 10px;
Anand Doshi9b955fe2015-01-05 16:19:12 +053090}
Anand Doshi906c2ba2015-07-17 15:11:24 +053091.erpnext-icon {
92 width: 24px;
Rushabh Mehta3d2622c2016-04-25 17:53:42 +053093 ackmargin-right: 0px;
Anand Doshi906c2ba2015-07-17 15:11:24 +053094 margin-top: -3px;
95}
Nabin Hait3769d872015-12-18 13:12:02 +053096.pos .discount-amount-area .discount-field-col {
97 padding-left: 0px;
98}
99.pos .discount-amount-area .input-group {
100 margin-top: 2px;
101}
Rushabh Mehta3d2622c2016-04-25 17:53:42 +0530102.dashboard-list-item {
103 background-color: inherit;
Rushabh Mehtad1eba512016-06-13 17:46:55 +0530104 padding: 5px 0px;
Rushabh Mehta3d2622c2016-04-25 17:53:42 +0530105 border-bottom: 1px solid #d1d8dd;
106}
Rushabh Mehtad1eba512016-06-13 17:46:55 +0530107#page-stock-balance .dashboard-list-item {
108 padding: 5px 15px;
109}
Rushabh Mehta3d2622c2016-04-25 17:53:42 +0530110.dashboard-list-item:last-child {
111 border-bottom: none;
112}
Faris Ansari8e282c22016-07-24 11:36:19 +0530113.payment-toolbar .row {
114 width: 323px;
115 margin: 0 auto;
Anand Doshiac7c81b2016-05-26 16:41:04 +0530116}
117.payment-mode {
118 cursor: pointer;
119 font-family: sans-serif;
120 font-size: 15px;
121}
122.pos-payment-row .col-xs-6 {
Rohit Waghchauree4e69ec2016-08-17 16:20:13 +0530123 padding: 15px;
Anand Doshiac7c81b2016-05-26 16:41:04 +0530124}
125.pos-payment-row {
126 border-bottom: 1px solid #d1d8dd;
127 margin: 2px 0px 5px 0px;
Rushabh Mehtaa55fb642016-06-14 15:54:17 +0530128 height: 60px;
Rohit Waghchauree4e69ec2016-08-17 16:20:13 +0530129 margin-top: 0px;
130 margin-bottom: 0px;
Anand Doshiac7c81b2016-05-26 16:41:04 +0530131}
132.pos-payment-row:hover,
133.pos-keyboard-key:hover {
134 background-color: #FAFBFC;
135 cursor: pointer;
136}
137.pos-keyboard-key,
138.delete-btn {
139 border: 1px solid #d1d8dd;
Rohit Waghchauref0c7ba42017-02-28 16:51:17 +0530140 height: 85px;
141 width: 85px;
142 margin: 10px 10px;
143 font-size: 24px;
144 font-weight: 200;
145 background-color: #FDFDFD;
146 border-color: #e8e8e8;
147}
148.numeric-keypad {
Faris Ansari1f261a82017-03-06 18:01:58 +0530149 height: 60px;
150 width: 60px;
Rohit Waghchauree30f83a2017-02-24 18:02:50 +0530151 font-size: 20px;
Anand Doshiac7c81b2016-05-26 16:41:04 +0530152 font-weight: 200;
Faris Ansari1f261a82017-03-06 18:01:58 +0530153 border-radius: 0;
154 background-color: #fff;
Rohit Waghchauree30f83a2017-02-24 18:02:50 +0530155 margin-left: -4px;
156}
Faris Ansari1f261a82017-03-06 18:01:58 +0530157.numeric_keypad {
158 margin-left: -15px;
159}
160.numeric_keypad > .row > button {
161 border: none;
162 border-right: 1px solid #d1d8dd;
163 border-bottom: 1px solid #d1d8dd;
164}
165.numeric_keypad > .row > button:first-child {
166 border-left: 1px solid #d1d8dd;
167}
168.numeric_keypad > .row:first-child > button {
169 border-top: 1px solid #d1d8dd;
170}
Rohit Waghchauree30f83a2017-02-24 18:02:50 +0530171.pos-pay {
Faris Ansari1f261a82017-03-06 18:01:58 +0530172 background-color: #5E64FF;
173 border: none;
Anand Doshiac7c81b2016-05-26 16:41:04 +0530174}
Faris Ansari8e282c22016-07-24 11:36:19 +0530175.multimode-payments {
176 padding-left: 30px;
177}
178.payment-toolbar {
179 padding-right: 30px;
180}
rohitwaghchaurec13dbd42017-02-01 18:07:22 +0530181.list-row-head.pos-invoice-list {
182 border-top: 1px solid #d1d8dd;
183}
Faris Ansari8e282c22016-07-24 11:36:19 +0530184body[data-route="pos"] .modal-dialog {
185 width: 750px;
186}
187@media (max-width: 767px) {
188 body[data-route="pos"] .modal-dialog {
189 width: auto;
190 }
191 body[data-route="pos"] .modal-dialog .modal-content {
192 height: auto;
193 }
194}
195@media (max-width: 767px) {
196 .amount-row h3 {
197 font-size: 15px;
198 }
199 .pos-keyboard-key,
200 .delete-btn {
201 height: 50px;
202 }
203 .multimode-payments {
204 padding-left: 15px;
205 }
206 .payment-toolbar {
207 padding-right: 15px;
208 }
209}
Anand Doshiac7c81b2016-05-26 16:41:04 +0530210.amount-label {
211 font-size: 16px;
212}
213.selected-payment-mode {
214 background-color: #FAFBFC;
215 cursor: pointer;
216}
217.pos-invoice-list {
218 padding: 15px 10px;
219}
Rohit Waghchauree4e69ec2016-08-17 16:20:13 +0530220.write_off_amount,
221.change_amount {
222 margin: 15px;
223 width: 130px;
224}
Neil Trini Lasrado2a9e0f62017-01-09 18:25:43 +0530225.frappe-control[data-fieldname='result_html'] {
226 overflow: scroll;
227}
228.assessment-result-tool {
229 table-layout: fixed;
230}
231.assessment-result-tool input {
232 width: 100%;
233 border: 0;
234 outline: none;
235 text-align: right;
236}
237.assessment-result-tool th {
238 white-space: nowrap;
239 overflow: hidden;
240 text-overflow: ellipsis;
241}
242.assessment-result-tool .total-score,
243.assessment-result-tool .grade,
244.assessment-result-tool .score {
245 text-align: right;
246}
Faris Ansari1f261a82017-03-06 18:01:58 +0530247.pos-list-row {
248 display: table;
249 table-layout: fixed;
250 width: 100%;
251 padding: 9px 15px;
252 font-size: 12px;
253 margin: 0px;
254 border-bottom: 1px solid #d1d8dd;
255}
256.pos-list-row .cell {
257 display: table-cell;
258 vertical-align: middle;
259}
260.pos-list-row .subject {
261 width: 50%;
262}
263.pos-list-row .list-row-checkbox,
264.pos-list-row .list-select-all {
265 margin-right: 7px;
266}
267.pos-bill-header {
268 background-color: #f5f7fa;
269 border: 1px solid #d1d8dd;
270}
271.pos-bill-item.active {
272 background-color: #fffce7;
273}
274.totals-area {
275 border-right: 1px solid #d1d8dd;
276 border-left: 1px solid #d1d8dd;
277 margin-bottom: 15px;
278}
279body[data-route="pos"] .page-body {
280 height: calc(100vh - 40px);
281}
282.item-cart-items {
283 height: 30vh;
284 overflow: auto;
285 border: 1px solid #d1d8dd;
286 border-top: none;
287}
288.item-cart-items .no-items-message {
289 display: flex;
290 align-items: center;
291 justify-content: center;
292 height: 100%;
293}
294.pos .items .pos-list-row:last-child {
295 border-bottom: none;
296}
297.pos .form-section-heading {
298 padding: 0;
299}
300.pos {
301 overflow: hidden;
302}
303.pos .item-list {
304 border-left: 1px solid #d1d8dd;
305 border-right: 1px solid #d1d8dd;
306}