blob: 697c0782897acc6b56136ca30a1c7856385a0b13 [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}
Anand Doshi906c2ba2015-07-17 15:11:24 +053015.erpnext-icon {
16 width: 24px;
Faris Ansariadcb3c62017-03-06 21:02:17 +053017 margin-right: 0px;
Anand Doshi906c2ba2015-07-17 15:11:24 +053018 margin-top: -3px;
19}
Rushabh Mehta3d2622c2016-04-25 17:53:42 +053020.dashboard-list-item {
21 background-color: inherit;
Rushabh Mehtad1eba512016-06-13 17:46:55 +053022 padding: 5px 0px;
Rushabh Mehta3d2622c2016-04-25 17:53:42 +053023 border-bottom: 1px solid #d1d8dd;
24}
Rushabh Mehtad1eba512016-06-13 17:46:55 +053025#page-stock-balance .dashboard-list-item {
26 padding: 5px 15px;
27}
Rushabh Mehta3d2622c2016-04-25 17:53:42 +053028.dashboard-list-item:last-child {
29 border-bottom: none;
30}
Neil Trini Lasrado2a9e0f62017-01-09 18:25:43 +053031.frappe-control[data-fieldname='result_html'] {
32 overflow: scroll;
33}
34.assessment-result-tool {
35 table-layout: fixed;
36}
37.assessment-result-tool input {
38 width: 100%;
39 border: 0;
40 outline: none;
41 text-align: right;
42}
43.assessment-result-tool th {
44 white-space: nowrap;
45 overflow: hidden;
46 text-overflow: ellipsis;
47}
48.assessment-result-tool .total-score,
49.assessment-result-tool .grade,
50.assessment-result-tool .score {
51 text-align: right;
52}
Faris Ansari1fe15182017-03-10 14:50:39 +053053/* pos */
54body[data-route="pos"] .pos-bill-toolbar {
55 padding: 10px 0px;
56 height: 51px;
57}
58body[data-route="pos"] .pos-bill-item:hover,
59body[data-route="pos"] .list-customers-table > .pos-list-row:hover {
60 background-color: #f5f7fa;
61 cursor: pointer;
62}
63body[data-route="pos"] .pos-item-qty {
64 display: inline-block;
65}
66body[data-route="pos"] .pos-qty-row > div {
67 padding: 5px 0px;
68}
69body[data-route="pos"] .pos-qty-btn {
70 margin-top: 3px;
71 cursor: pointer;
72 font-size: 120%;
73}
74body[data-route="pos"] .search-area .form-group {
75 max-width: 100% !important;
76}
77body[data-route="pos"] .tax-table {
78 margin-bottom: 10px;
79}
80body[data-route="pos"] .discount-field-col {
81 padding-left: 24px;
82}
83body[data-route="pos"] .discount-amount-area .input-group:first-child {
84 margin-bottom: 2px;
85}
86body[data-route="pos"] .payment-toolbar .row {
87 width: 323px;
88 margin: 0 auto;
89}
90body[data-route="pos"] .payment-mode {
91 cursor: pointer;
92 font-family: sans-serif;
93 font-size: 15px;
94}
95body[data-route="pos"] .pos-payment-row .col-xs-6 {
96 padding: 15px;
97}
98body[data-route="pos"] .pos-payment-row {
99 border-bottom: 1px solid #d1d8dd;
100 margin: 2px 0px 5px 0px;
101 height: 60px;
102 margin-top: 0px;
103 margin-bottom: 0px;
104}
105body[data-route="pos"] .pos-payment-row:hover,
106body[data-route="pos"] .pos-keyboard-key:hover {
107 background-color: #FAFBFC;
108 cursor: pointer;
109}
110body[data-route="pos"] .pos-keyboard-key,
111body[data-route="pos"] .delete-btn {
112 border: 1px solid #d1d8dd;
113 height: 85px;
114 width: 85px;
115 margin: 10px 10px;
116 font-size: 24px;
117 font-weight: 200;
118 background-color: #FDFDFD;
119 border-color: #e8e8e8;
120}
121body[data-route="pos"] .numeric-keypad {
122 border: 1px solid #d1d8dd;
123 height: 69px;
124 width: 69px;
125 font-size: 20px;
126 font-weight: 200;
127 background-color: #FDFDFD;
128 border-color: #e8e8e8;
129 margin-left: -4px;
130}
131body[data-route="pos"] .pos-pay {
132 height: 69px;
133 width: 69px;
134 font-size: 17px;
135 font-weight: 200;
136 margin-left: -4px;
137}
138body[data-route="pos"] .numeric-keypad {
139 height: 60px;
140 width: 60px;
141 font-size: 20px;
142 font-weight: 200;
143 border-radius: 0;
144 background-color: #fff;
145 margin-left: -4px;
146}
147body[data-route="pos"] .numeric_keypad {
148 margin-left: -15px;
149}
150body[data-route="pos"] .numeric_keypad > .row > button {
151 border: none;
152 border-right: 1px solid #d1d8dd;
153 border-bottom: 1px solid #d1d8dd;
154}
155body[data-route="pos"] .numeric_keypad > .row > button:first-child {
156 border-left: 1px solid #d1d8dd;
157}
158body[data-route="pos"] .numeric_keypad > .row:first-child > button {
159 border-top: 1px solid #d1d8dd;
160}
161body[data-route="pos"] .pos-pay {
162 background-color: #5E64FF;
163 border: none;
164}
165body[data-route="pos"] .multimode-payments {
166 padding-left: 30px;
167}
168body[data-route="pos"] .payment-toolbar {
169 padding-right: 30px;
170}
171body[data-route="pos"] .list-row-head.pos-invoice-list {
172 border-top: 1px solid #d1d8dd;
173}
174body[data-route="pos"] .modal-dialog {
175 width: 750px;
176}
177@media (max-width: 767px) {
178 body[data-route="pos"] .modal-dialog {
179 width: auto;
180 }
181 body[data-route="pos"] .modal-dialog .modal-content {
182 height: auto;
183 }
184}
185@media (max-width: 767px) {
186 body[data-route="pos"] .amount-row h3 {
187 font-size: 15px;
188 }
189 body[data-route="pos"] .pos-keyboard-key,
190 body[data-route="pos"] .delete-btn {
191 height: 50px;
192 }
193 body[data-route="pos"] .multimode-payments {
194 padding-left: 15px;
195 }
196 body[data-route="pos"] .payment-toolbar {
197 padding-right: 15px;
198 }
199}
200body[data-route="pos"] .amount-label {
201 font-size: 16px;
202}
203body[data-route="pos"] .selected-payment-mode {
204 background-color: #FAFBFC;
205 cursor: pointer;
206}
207body[data-route="pos"] .pos-invoice-list {
208 padding: 15px 10px;
209}
210body[data-route="pos"] .write_off_amount,
211body[data-route="pos"] .change_amount {
212 margin: 15px;
213 width: 130px;
214}
215body[data-route="pos"] .pos-list-row {
Faris Ansari1f261a82017-03-06 18:01:58 +0530216 display: table;
217 table-layout: fixed;
218 width: 100%;
219 padding: 9px 15px;
220 font-size: 12px;
221 margin: 0px;
222 border-bottom: 1px solid #d1d8dd;
223}
Faris Ansari1fe15182017-03-10 14:50:39 +0530224body[data-route="pos"] .pos-list-row .cell {
Faris Ansari1f261a82017-03-06 18:01:58 +0530225 display: table-cell;
226 vertical-align: middle;
227}
Faris Ansari1fe15182017-03-10 14:50:39 +0530228body[data-route="pos"] .pos-list-row .cell.price-cell {
229 width: 50%;
230}
231body[data-route="pos"] .pos-list-row .subject {
Faris Ansari07c9f352017-03-09 17:03:14 +0530232 width: 40%;
Faris Ansari1f261a82017-03-06 18:01:58 +0530233}
Faris Ansari1fe15182017-03-10 14:50:39 +0530234body[data-route="pos"] .pos-list-row .list-row-checkbox,
235body[data-route="pos"] .pos-list-row .list-select-all {
Faris Ansari1f261a82017-03-06 18:01:58 +0530236 margin-right: 7px;
237}
Faris Ansari1fe15182017-03-10 14:50:39 +0530238body[data-route="pos"] .pos-bill-header {
Faris Ansari1f261a82017-03-06 18:01:58 +0530239 background-color: #f5f7fa;
240 border: 1px solid #d1d8dd;
Faris Ansari339d9c92017-03-07 18:14:06 +0530241 padding: 13px 15px;
Faris Ansari1f261a82017-03-06 18:01:58 +0530242}
Faris Ansari1fe15182017-03-10 14:50:39 +0530243body[data-route="pos"] .pos-list-row.active {
Faris Ansari1f261a82017-03-06 18:01:58 +0530244 background-color: #fffce7;
245}
Faris Ansari1fe15182017-03-10 14:50:39 +0530246body[data-route="pos"] .totals-area {
Faris Ansari1f261a82017-03-06 18:01:58 +0530247 border-right: 1px solid #d1d8dd;
248 border-left: 1px solid #d1d8dd;
249 margin-bottom: 15px;
250}
Faris Ansari1fe15182017-03-10 14:50:39 +0530251body[data-route="pos"] .tax-area .pos-list-row {
252 border: none;
253}
254body[data-route="pos"] .item-cart-items {
Faris Ansari45510102017-03-09 14:43:37 +0530255 height: calc(100vh - 526px);
Faris Ansari1f261a82017-03-06 18:01:58 +0530256 overflow: auto;
257 border: 1px solid #d1d8dd;
258 border-top: none;
259}
Faris Ansari1fe15182017-03-10 14:50:39 +0530260body[data-route="pos"] .no-items-message {
Faris Ansari45510102017-03-09 14:43:37 +0530261 min-height: 200px;
Faris Ansari1f261a82017-03-06 18:01:58 +0530262 display: flex;
263 align-items: center;
264 justify-content: center;
265 height: 100%;
266}
Faris Ansari1fe15182017-03-10 14:50:39 +0530267body[data-route="pos"] .pos-list-row:last-child {
Faris Ansari1f261a82017-03-06 18:01:58 +0530268 border-bottom: none;
269}
Faris Ansari1fe15182017-03-10 14:50:39 +0530270body[data-route="pos"] .form-section-heading {
Faris Ansari1f261a82017-03-06 18:01:58 +0530271 padding: 0;
272}
Faris Ansari1fe15182017-03-10 14:50:39 +0530273body[data-route="pos"] .item-list {
Faris Ansari45510102017-03-09 14:43:37 +0530274 border: 1px solid #d1d8dd;
275 border-top: none;
276 max-height: calc(100vh - 190px);
Faris Ansari339d9c92017-03-07 18:14:06 +0530277 overflow: auto;
278}
Faris Ansari45510102017-03-09 14:43:37 +0530279@media (max-width: 767px) {
Faris Ansari1fe15182017-03-10 14:50:39 +0530280 body[data-route="pos"] .item-list {
Faris Ansari45510102017-03-09 14:43:37 +0530281 max-height: initial;
282 }
283}
Faris Ansari1fe15182017-03-10 14:50:39 +0530284body[data-route="pos"] .item-list .image-field {
Faris Ansari339d9c92017-03-07 18:14:06 +0530285 height: 140px;
286}
Faris Ansari1fe15182017-03-10 14:50:39 +0530287body[data-route="pos"] .item-list .pos-item-wrapper {
Faris Ansari45510102017-03-09 14:43:37 +0530288 position: relative;
289}
Faris Ansari1fe15182017-03-10 14:50:39 +0530290body[data-route="pos"] .item-list .price-info {
Faris Ansari45510102017-03-09 14:43:37 +0530291 position: absolute;
Faris Ansari1fe15182017-03-10 14:50:39 +0530292 left: 0;
Faris Ansari45510102017-03-09 14:43:37 +0530293 bottom: 0;
Faris Ansari1fe15182017-03-10 14:50:39 +0530294 margin: 0 0 15px 15px;
295 background-color: rgba(141, 153, 166, 0.6);
296 padding: 5px 9px;
297 border-radius: 3px;
298 color: #fff;
Faris Ansari45510102017-03-09 14:43:37 +0530299}
Faris Ansari1fe15182017-03-10 14:50:39 +0530300body[data-route="pos"] .pos-bill-toolbar {
Faris Ansari339d9c92017-03-07 18:14:06 +0530301 margin-top: 10px;
302}
Faris Ansari1fe15182017-03-10 14:50:39 +0530303body[data-route="pos"] .search-item .form-group {
Faris Ansari339d9c92017-03-07 18:14:06 +0530304 margin: 0;
305}
Faris Ansari1fe15182017-03-10 14:50:39 +0530306body[data-route="pos"] .item-list-area .pos-bill-header {
Faris Ansari339d9c92017-03-07 18:14:06 +0530307 padding: 5px;
308 padding-left: 15px;
309}
Faris Ansari1fe15182017-03-10 14:50:39 +0530310body[data-route="pos"] .pos-selected-item-action > .pos-list-row {
Faris Ansari339d9c92017-03-07 18:14:06 +0530311 border: none;
Faris Ansari1f261a82017-03-06 18:01:58 +0530312}
Faris Ansari1fe15182017-03-10 14:50:39 +0530313body[data-route="pos"] .edit-customer-btn {
Faris Ansari45510102017-03-09 14:43:37 +0530314 position: absolute;
315 right: 57px;
316 top: 15px;
317 z-index: 100;
318}
Faris Ansari1fe15182017-03-10 14:50:39 +0530319body[data-route="pos"] .btn-more {
Faris Ansari45510102017-03-09 14:43:37 +0530320 display: flex;
321 justify-content: center;
322 align-items: center;
323 cursor: pointer;
324 background-color: #fafbfc;
325 min-height: 200px;
326}
Faris Ansari1fe15182017-03-10 14:50:39 +0530327body[data-route="pos"] .collapse-btn {
328 cursor: pointer;
329}
Rohit Waghchaure87fa59a2017-03-10 14:56:19 +0530330