www-thermferm/jqwidgets/styles/jqx.material-green.css

changeset 709
5b6d7b640e52
parent 708
13555c27b592
child 710
abe60578d695
equal deleted inserted replaced
708:13555c27b592 709:5b6d7b640e52
1 /*Rounded Corners*/
2 /*top-left rounded Corners*/
3 .jqx-rc-tl-material-green {
4 -moz-border-radius-topleft: 2px;
5 -webkit-border-top-left-radius: 2px;
6 border-top-left-radius: 2px;
7 }
8 /*top-right rounded Corners*/
9 .jqx-rc-tr-material-green {
10 -moz-border-radius-topright: 2px;
11 -webkit-border-top-right-radius: 2px;
12 border-top-right-radius: 2px;
13 }
14 /*bottom-left rounded Corners*/
15 .jqx-rc-bl-material-green {
16 -moz-border-radius-bottomleft: 2px;
17 -webkit-border-bottom-left-radius: 2px;
18 border-bottom-left-radius: 2px;
19 }
20 /*bottom-right rounded Corners*/
21 .jqx-rc-br-material-green {
22 -moz-border-radius-bottomright: 2px;
23 -webkit-border-bottom-right-radius: 2px;
24 border-bottom-right-radius: 2px;
25 }
26 /*top rounded Corners*/
27 .jqx-rc-t-material-green {
28 -moz-border-radius-topleft: 2px;
29 -webkit-border-top-left-radius: 2px;
30 border-top-left-radius: 2px;
31 -moz-border-radius-topright: 2px;
32 -webkit-border-top-right-radius: 2px;
33 border-top-right-radius: 2px;
34 }
35 /*bottom rounded Corners*/
36 .jqx-rc-b-material-green {
37 -moz-border-radius-bottomleft: 2px;
38 -webkit-border-bottom-left-radius: 2px;
39 border-bottom-left-radius: 2px;
40 -moz-border-radius-bottomright: 2px;
41 -webkit-border-bottom-right-radius: 2px;
42 border-bottom-right-radius: 2px;
43 }
44 /*right rounded Corners*/
45 .jqx-rc-r-material-green {
46 -moz-border-radius-topright: 2px;
47 -webkit-border-top-right-radius: 2px;
48 border-top-right-radius: 2px;
49 -moz-border-radius-bottomright: 2px;
50 -webkit-border-bottom-right-radius: 2px;
51 border-bottom-right-radius: 2px;
52 }
53 /*left rounded Corners*/
54 .jqx-rc-l-material-green {
55 -moz-border-radius-topleft: 2px;
56 -webkit-border-top-left-radius: 2px;
57 border-top-left-radius: 2px;
58 -moz-border-radius-bottomleft: 2px;
59 -webkit-border-bottom-left-radius: 2px;
60 border-bottom-left-radius: 2px;
61 }
62 /*all rounded Corners*/
63 .jqx-rc-all-material-green {
64 -moz-border-radius: 2px;
65 -webkit-border-radius: 2px;
66 border-radius: 2px;
67 }
68
69 .jqx-widget-material-green, .jqx-widget-header-material-green, .jqx-fill-state-normal-material-green,
70 .jqx-widget-content-material-green, .jqx-fill-state-hover-material-green, .jqx-fill-state-pressed-material-green {
71 font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
72 font-size: 14px;
73 }
74
75 .jqx-widget-material-green {
76 font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
77 font-size: 14px;
78 color: #555;
79 }
80
81 .jqx-widget-content-material-green {
82 font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
83 font-size: 14px;
84 color: #555;
85 background-color: #ffffff;
86 border-color: #E0E0E0;
87 }
88
89 .jqx-widget-header-material-green {
90 background-color: #fff;
91 border-color: #E0E0E0;
92 color: #757575;
93 font-weight: 500;
94 *zoom: 1;
95 font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
96 background: #fff;
97 color: #757575;
98 font-size: 14px;
99 }
100
101 .jqx-fill-state-normal-material-green {
102 border-color: #558B2F;
103 *zoom: 1;
104 background: #fafafa;
105 }
106 .jqx-widget-material-green input::selection, input.jqx-input-widget-material-green::selection, .jqx-widget-content-material-green input::selection {
107 background: #558B2F;
108 color: #fff;
109 }
110 .jqx-toolbar-material-green{
111 border-color: #e0e0e0;
112 }
113
114 .jqx-button-material-green, jqx-button-material-green.jqx-fill-state-normal-material-green {
115 color: #fff;
116 background: #558B2F;
117 border-color: #558B2F;
118 *zoom: 1;
119 outline: none;
120 transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
121 border-radius: 2px;
122 }
123 .jqx-button-material-green button, jqx-button-material-green input {
124 background: transparent;
125 color: inherit;
126 border:none;
127 outline: none;
128 }
129
130 .jqx-slider-button-material-green {
131 padding:3px;
132 background: transparent;
133 border:transparent;
134 }
135 .jqx-button-material-green.float {
136 border-radius: 100%;
137 min-height: 48px;
138 min-width: 48px;
139 width: 48px;
140 height: 48px;
141 max-height: 48px;
142 max-width:48px;
143 }
144
145 .jqx-button-material-green.outlined {
146 background: transparent;
147 color: #558B2F;
148 border-width: 2px;
149 }
150
151 .jqx-button-material-green.flat {
152 background: transparent;
153 color: #558B2F;
154 border: none;
155 }
156
157 .jqx-fill-state-hover-material-green {
158 }
159
160 .jqx-fill-state-pressed-material-green {
161 }
162
163 .jqx-fill-state-hover-material-green, .jqx-fill-state-focus-material-green {
164 text-decoration: none;
165 }
166
167 .jqx-expander-header.jqx-fill-state-hover-material-green,
168 .jqx-expander-header.jqx-fill-state-normal-material-green,
169 .jqx-expander-header.jqx-fill-state-pressed-material-green
170 {
171 background: #fff;
172 border-color: #e0e0e0;
173 }
174 .jqx-expander-header.jqx-fill-state-hover-material-green {
175 background: #F5F5F5;
176 }
177
178 .jqx-expander-header-material-green {
179 padding:10px;
180 }
181 .jqx-button-material-green.jqx-fill-state-hover {
182 opacity: 0.9;
183 cursor: pointer;
184 box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
185 *zoom: 1;
186 }
187
188 .jqx-button-material-green.jqx-fill-state-hover.outlined,
189 .jqx-button-material-green.jqx-fill-state-hover.flat {
190 color: #558B2F;
191 box-shadow: none;
192 }
193
194 .jqx-button-material-green.jqx-fill-state-pressed {
195 cursor: pointer;
196 box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
197 }
198
199 .jqx-button-material-green.jqx-fill-state-pressed.float {
200 box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
201 }
202
203 .jqx-slider-button-material-green.jqx-fill-state-pressed-material-green,
204 .jqx-button-material-green.jqx-fill-state-pressed.outlined,
205 .jqx-button-material-green.jqx-fill-state-pressed.flat {
206 background: rgba(99,0,238,0.15);
207 box-shadow: none;
208 }
209
210 .jqx-button-material-green.jqx-fill-state-focus {
211 background: #55882F;
212 box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
213 }
214 .jqx-slider-button-material-green.jqx-fill-state-focus-material-green {
215 background: transparent;
216 border-color: transparent;
217 box-shadow:none;
218 }
219
220 .jqx-button-material-green.jqx-fill-state-focus.outlined,
221 .jqx-button-material-green.jqx-fill-state-focus.flat {
222 box-shadow: none;
223 background: rgba(99,0,238,0.15);
224 color: #55882F;
225 }
226
227 .jqx-dropdownlist-state-normal-material-green, .jqx-dropdownlist-state-hover-material-green, .jqx-dropdownlist-state-selected-material-green,
228 .jqx-scrollbar-button-state-hover-material-green, .jqx-scrollbar-button-state-normal-material-green, .jqx-scrollbar-button-state-pressed-material-green,
229 .jqx-scrollbar-thumb-state-normal-horizontal-material-green, .jqx-scrollbar-thumb-state-hover-horizontal-material-green, .jqx-scrollbar-thumb-state-pressed-horizontal-material-green,
230 .jqx-scrollbar-thumb-state-normal-material-green, .jqx-scrollbar-thumb-state-pressed-material-green, .jqx-tree-item-hover-material-green, .jqx-tree-item-selected-material-green,
231 .jqx-tree-item-material-green, .jqx-menu-item-material-green, .jqx-menu-item-hover-material-green, .jqx-menu-item-selected-material-green, .jqx-menu-item-top-material-green, .jqx-menu-item-top-hover-material-green,
232 .jqx-menu-item-top-selected-material-green, .jqx-slider-button-material-green, .jqx-slider-slider-material-green {
233 -webkit-transition: background-color 100ms linear;
234 -moz-transition: background-color 100ms linear;
235 -o-transition: background-color 100ms linear;
236 -ms-transition: background-color 100ms linear;
237 transition: background-color 100ms linear;
238 }
239
240
241 .jqx-primary-material-green.jqx-input-label-material-green {
242 color: #1ca8dd !important;
243 }
244 .jqx-primary-material-green.jqx-input-bar-material-green:before {
245 background: #1ca8dd !important;
246 }
247 .jqx-success-material-green.jqx-input-label-material-green {
248 color: #5cb85c !important;
249 }
250 .jqx-success-material-green.jqx-input-bar-material-green:before {
251 background: #5cb85c !important;
252 }
253 .jqx-inverse-material-green.jqx-input-label-material-green {
254 color: #666 !important;
255 }
256 .jqx-inverse-material-green.jqx-input-bar-material-green:before {
257 background: #666 !important;
258 }
259 .jqx-danger-material-green.jqx-input-label-material-green {
260 color: #d9534f !important;
261 }
262 .jqx-danger-material-green.jqx-input-bar-material-green:before {
263 background: #d9534f !important;
264 }
265 .jqx-warning-material-green.jqx-input-label-material-green {
266 color: #f0ad4e !important;
267 }
268 .jqx-warning-material-green.jqx-input-bar-material-green:before {
269 background: #f0ad4e !important;
270 }
271 .jqx-info-material-green.jqx-input-label-material-green {
272 color: #5bc0de !important;
273 }
274 .jqx-info-material-green.jqx-input-bar-material-green:before {
275 background: #5bc0de !important;
276 }
277
278 .jqx-primary-material-green {
279 color: #1ca8dd !important;
280 background: #fff !important;
281 border-color: #1ca8dd !important;
282 text-shadow: none !important;
283 }
284
285 .jqx-primary-material-green.jqx-dropdownlist-state-normal-material-green,
286 .jqx-primary-material-green.jqx-slider-button-material-green,
287 .jqx-primary-material-green.jqx-slider-slider-material-green,
288 .jqx-primary-material-green.jqx-combobox-arrow-normal-material-green,
289 .jqx-primary-material-green.jqx-combobox-arrow-hover-material-green,
290 .jqx-primary-material-green.jqx-action-button-material-green,
291 .jqx-primary-material-green:hover,
292 .jqx-primary-material-green:focus,
293 .jqx-primary-material-green:active,
294 .jqx-primary-material-green.active,
295 .jqx-primary-material-green.disabled,
296 .jqx-primary-material-green[disabled] {
297 color: #fff !important;
298 background: #1ca8dd !important;
299 border-color: #1ca8dd !important;
300 text-shadow: none !important;
301 }
302
303 .jqx-fill-state-pressed-material-green.jqx-primary-material-green,
304 .jqx-primary-material-green:active,
305 .jqx-primary-material-green.active {
306 color: #fff !important;
307 background-color: #1ca8dd !important;
308 border-color: #1ca8dd !important;
309 text-shadow: none !important;
310 }
311
312 .jqx-success-material-green {
313 color: #5cb85c !important;
314 background: #fff !important;
315 border-color: #5cb85c !important;
316 text-shadow: none !important;
317 }
318
319 .jqx-success-material-green.jqx-dropdownlist-state-normal-material-green,
320 .jqx-success-material-green.jqx-slider-button-material-green,
321 .jqx-success-material-green.jqx-slider-slider-material-green,
322 .jqx-success-material-green.jqx-combobox-arrow-normal-material-green,
323 .jqx-success-material-green.jqx-combobox-arrow-hover-material-green,
324 .jqx-success-material-green.jqx-action-button-material-green,
325 .jqx-success-material-green:hover,
326 .jqx-success-material-green:focus,
327 .jqx-success-material-green:active,
328 .jqx-success-material-green.active,
329 .jqx-success-material-green.disabled,
330 .jqx-success-material-green[disabled] {
331 color: #fff !important;
332 background: #5cb85c !important;
333 border-color: #5cb85c !important;
334 text-shadow: none !important;
335 }
336
337 .jqx-fill-state-pressed-material-green.jqx-success-material-green,
338 .jqx-success-material-green:active,
339 .jqx-success-material-green.active {
340 text-shadow: none !important;
341 color: #fff !important;
342 background: #5cb85c !important;
343 border-color: #5cb85c !important;
344 }
345
346 .jqx-inverse-material-green {
347 text-shadow: none !important;
348 color: #666 !important;
349 background: #fff !important;
350 border-color: #cccccc !important;
351 }
352
353 .jqx-inverse-material-green.jqx-dropdownlist-state-normal-material-green,
354 .jqx-inverse-material-green.jqx-slider-button-material-green,
355 .jqx-inverse-material-green.jqx-slider-slider-material-green,
356 .jqx-inverse-material-green.jqx-combobox-arrow-hover-material-green,
357 .jqx-inverse-material-green.jqx-combobox-arrow-normal-material-green,
358 .jqx-inverse-material-green.jqx-action-button-material-green,
359 .jqx-inverse-material-green:hover,
360 .jqx-inverse-material-green:focus,
361 .jqx-inverse-material-green:active,
362 .jqx-inverse-material-green.active,
363 .jqx-inverse-material-green.disabled,
364 .jqx-inverse-material-green[disabled] {
365 text-shadow: none !important;
366 color: #666 !important;
367 background: #cccccc !important;
368 border-color: #cccccc !important;
369 }
370
371 .jqx-fill-state-pressed-material-green.jqx-inverse-material-green,
372 .jqx-inverse-material-green:active,
373 .jqx-inverse-material-green.active {
374 text-shadow: none !important;
375 color: #666 !important;
376 background: #cccccc !important;
377 border-color: #cccccc !important;
378 }
379
380
381 .jqx-danger-material-green {
382 text-shadow: none !important;
383 color: #d9534f !important;
384 background: #fff !important;
385 border-color: #d9534f !important;
386 }
387
388 .jqx-danger-material-green.jqx-dropdownlist-state-normal-material-green,
389 .jqx-danger-material-green.jqx-slider-button-material-green,
390 .jqx-danger-material-green.jqx-slider-slider-material-green,
391 .jqx-danger-material-green.jqx-combobox-arrow-hover-material-green,
392 .jqx-danger-material-green.jqx-combobox-arrow-normal-material-green,
393 .jqx-danger-material-green.jqx-action-button-material-green,
394 .jqx-danger-material-green:hover,
395 .jqx-danger-material-green:focus,
396 .jqx-danger-material-green:active,
397 .jqx-danger-material-green.active,
398 .jqx-danger-material-green.disabled,
399 .jqx-danger-material-green[disabled] {
400 text-shadow: none !important;
401 color: #fff !important;
402 background: #d9534f !important;
403 border-color: #d9534f !important;
404 }
405
406 .jqx-fill-state-pressed-material-green.jqx-danger-material-green,
407 .jqx-danger-material-green:active,
408 .jqx-danger-material-green.active {
409 text-shadow: none !important;
410 color: #fff !important;
411 background: #d9534f !important;
412 border-color: #d9534f !important;
413 }
414
415 .jqx-validator-error-label-material-green {
416 color: #d9534f !important;
417 }
418
419 .jqx-warning-material-green {
420 text-shadow: none !important;
421 color: #f0ad4e !important;
422 background: #fff !important;
423 border-color: #f0ad4e !important;
424 }
425
426 .jqx-warning-material-green.jqx-dropdownlist-state-normal-material-green,
427 .jqx-warning-material-green.jqx-slider-button-material-green,
428 .jqx-warning-material-green.jqx-slider-slider-material-green,
429 .jqx-warning-material-green.jqx-combobox-arrow-hover-material-green,
430 .jqx-warning-material-green.jqx-combobox-arrow-normal-material-green,
431 .jqx-warning-material-green.jqx-action-button-material-green,
432 .jqx-warning-material-green:hover,
433 .jqx-warning-material-green:focus,
434 .jqx-warning-material-green:active,
435 .jqx-warning-material-green.active,
436 .jqx-warning-material-green.disabled,
437 .jqx-warning-material-green[disabled] {
438 text-shadow: none !important;
439 color: #fff !important;
440 background: #f0ad4e !important;
441 border-color: #f0ad4e !important;
442 }
443
444 .jqx-fill-state-pressed-material-green.jqx-warning-material-green,
445 .jqx-warning-material-green:active,
446 .jqx-warning-material-green.active {
447 text-shadow: none !important;
448 color: #fff !important;
449 background: #f0ad4e !important;
450 border-color: #f0ad4e !important;
451 }
452
453
454 .jqx-info-material-green {
455 text-shadow: none !important;
456 color: #5bc0de !important;
457 background: #fff !important;
458 border-color: #5bc0de !important;
459 }
460
461 .jqx-info-material-green.jqx-dropdownlist-state-normal-material-green,
462 .jqx-info-material-green.jqx-slider-button-material-green,
463 .jqx-info-material-green.jqx-slider-slider-material-green,
464 .jqx-info-material-green.jqx-combobox-arrow-hover-material-green,
465 .jqx-info-material-green.jqx-combobox-arrow-normal-material-green,
466 .jqx-info-material-green.jqx-action-button-material-green,
467 .jqx-info-material-green:hover,
468 .jqx-info-material-green:focus,
469 .jqx-info-material-green:active,
470 .jqx-info-material-green.active,
471 .jqx-info-material-green.disabled,
472 .jqx-info-material-green[disabled] {
473 color: #fff !important;
474 background: #5bc0de !important;
475 border-color: #5bc0de !important;
476 text-shadow: none !important;
477 }
478
479 .jqx-fill-state-pressed-material-green.jqx-info-material-green,
480 .jqx-info-material-green:active,
481 .jqx-info-material-green.active {
482 text-shadow: none !important;
483 color: #fff !important;
484 background: #5bc0de !important;
485 border-color: #5bc0de !important;
486 }
487
488
489 .jqx-slider-tooltip-material-green.jqx-primary-slider, .jqx-slider-tooltip-material-green.jqx-primary-slider .jqx-fill-state-normal-material-green {
490 border-color: #1ca8dd;
491 background: #1ca8dd;
492 }
493 .jqx-slider-tooltip-material-green.jqx-success-slider, .jqx-slider-tooltip-material-green.jqx-success-slider .jqx-fill-state-normal-material-green {
494 border-color: #5cb85c;
495 background: #5cb85c;
496 }
497 .jqx-slider-tooltip-material-green.jqx-inverse-slider, .jqx-slider-tooltip-material-green.jqx-inverse-slider .jqx-fill-state-normal-material-green {
498 border-color: #666;
499 background: #666;
500 }
501 .jqx-slider-tooltip-material-green.jqx-danger-slider, .jqx-slider-tooltip-material-green.jqx-danger-slider .jqx-fill-state-normal-material-green {
502 border-color: #d9534f;
503 background: #d9534f;
504 }
505 .jqx-slider-tooltip-material-green.jqx-warning-slider, .jqx-slider-tooltip-material-green.jqx-warning-slider .jqx-fill-state-normal-material-green {
506 border-color: #f0ad4e;
507 background: #f0ad4e;
508 }
509 .jqx-slider-tooltip-material-green.jqx-info-slider, .jqx-slider-tooltip-material-green.jqx-info-slider .jqx-fill-state-normal-material-green {
510 border-color: #5bc0de;
511 background: #5bc0de;
512 }
513
514
515 .jqx-fill-state-pressed-material-green {
516 background-image: none;
517 outline: 0;
518 }
519
520 .jqx-grid-group-column-material-green {
521 border-color: transparent;
522 }
523 .jqx-grid-column-menubutton-material-green {
524 border-width: 0px;
525 }
526 .jqx-grid-groups-row-material-green > span {
527 padding-left: 4px;
528 }
529
530 .jqx-grid-cell-material-green {
531 -webkit-box-shadow: none;
532 -moz-box-shadow: none;
533 box-shadow: none;
534 }
535
536 .jqx-grid-pager-top-material-green .jqx-button-material-green,
537 .jqx-grid-pager-material-green .jqx-button-material-green {
538 color: rgba(0,0,0,.54) !important;
539 background-color: transparent;
540 border-color: transparent;
541 top: -4px;
542 position: relative;
543 height:30px !important;
544 width:30px !important;
545 border-radius:50%;
546
547 }
548
549 .jqx-grid-pager-input-material-green {
550 padding:0px !important;
551 }
552
553 .jqx-grid-pager-top-material-green .jqx-button-material-green > div,
554 .jqx-grid-pager-material-green .jqx-button-material-green > div {
555 top: 3px;
556 position: relative;
557 left: 3px;
558 }
559
560 .jqx-grid-pager-top-material-green .jqx-button-material-green.jqx-fill-state-hover,
561 .jqx-grid-pager-top-material-green .jqx-button-material-green.jqx-fill-state-pressed,
562 .jqx-grid-pager-material-green .jqx-button-material-green.jqx-fill-state-hover,
563 .jqx-grid-pager-material-green .jqx-button-material-green.jqx-fill-state-pressed
564 {
565 color: rgba(0,0,0,.54) !important;
566 background-color: transparent;
567 border-color: transparent;
568 box-shadow: none;
569 }
570
571 .jqx-grid-pager-top-material-green .jqx-grid-pager-number-material-green,
572 .jqx-grid-pager-material-green .jqx-grid-pager-number-material-green {
573
574 background-color: transparent;
575 border-color: transparent;
576 color: rgba(0,0,0,.54) !important;
577 font-size:12px;
578 }
579
580 .jqx-grid-pager-top-material-green .jqx-grid-pager-number-material-green:hover,
581 .jqx-grid-pager-material-green .jqx-grid-pager-number-material-green:hover {
582 font-size:12px;
583 }
584
585 .jqx-grid-pager-top-material-green .jqx-grid-pager-number-material-green.jqx-fill-state-pressed-material-green ,
586 .jqx-grid-pager-material-green .jqx-grid-pager-number-material-green.jqx-fill-state-pressed-material-green {
587 color: #558B2F !important;
588 font-weight: bold !important;
589 }
590
591 .jqx-grid-column-menubutton-material-green {
592 background-color: transparent;
593 border-color: #E0E0E0 !important;
594 }
595
596 .jqx-cell-material-green {
597 font-size: 14px;
598 }
599
600 .jqx-calendar-material-green > div {
601 padding: 10px;
602 box-sizing: border-box;
603 }
604 .jqx-calendar-row-header-material-green, .jqx-calendar-top-left-header-material-green {
605 background-color: #f0f0f0;
606 border: 0px solid #f2f2f2;
607 }
608
609 .jqx-calendar-column-header-material-green {
610 background-color: #FFF;
611 border-top: 1px solid #FFF;
612 border-bottom: 1px solid #e9e9e9;
613 }
614
615 .jqx-expander-header-material-green {
616 padding-top: 10px;
617 padding-bottom: 10px;
618 }
619
620 .jqx-ribbon-header-vertical-material-green, .jqx-widget-header-vertical-material-green {
621 background: #fff;
622 }
623
624 .jqx-scrollbar-state-normal-material-green {
625 background-color: #f5f5f5;
626 border: 1px solid #f5f5f5;
627 border-left-color: #ddd;
628 }
629
630 .jqx-scrollbar-thumb-state-normal-material-green, .jqx-scrollbar-thumb-state-normal-horizontal-material-green {
631 background: #f5f5f5;
632 border-color: #b3b3b3;
633 }
634
635 .jqx-scrollbar-thumb-state-hover-material-green, .jqx-scrollbar-thumb-state-hover-horizontal-material-green {
636 background: #e6e6e6;
637 border-color: #b3b3b3;
638 box-shadow: none;
639 -webkit-box-shadow: none;
640 -moz-box-shadow: none;
641 }
642
643 .jqx-progressbar-material-green {
644 background: #f7f7f7 !important;
645 -webkit-box-shadow: none;
646 -moz-box-shadow: none;
647 box-shadow: none;
648 }
649
650 .jqx-progressbar-value-material-green, .jqx-splitter-collapse-button-horizontal-material-green {
651 background: #558B2F;
652 }
653
654 .jqx-splitter-collapse-button-vertical-material-green, .jqx-progressbar-value-vertical-material-green {
655 background: #558B2F;
656 }
657
658
659 .jqx-scrollbar-thumb-state-pressed-material-green, .jqx-splitter-splitbar-vertical-material-green, .jqx-splitter-splitbar-horizontal-material-green, .jqx-scrollbar-thumb-state-pressed-horizontal-material-green,
660 .jqx-scrollbar-button-state-pressed-material-green {
661 background: #d9d9d9;
662 border-color: #b3b3b3;
663 box-shadow: none;
664 -webkit-box-shadow: none;
665 -moz-box-shadow: none;
666 }
667
668 .jqx-grid-column-sortdescbutton-material-green, jqx-grid-column-filterbutton-material-green, .jqx-grid-column-sortascbutton-material-green {
669 background-color: transparent;
670 border-style: solid;
671 border-width: 0px 0px 0px 0px;
672 border-color: #E0E0E0;
673 }
674
675 .jqx-menu-vertical-material-green {
676 background: #ffffff;
677 filter: none;
678 }
679
680 .jqx-grid-bottomright-material-green, .jqx-panel-bottomright-material-green, .jqx-listbox-bottomright-material-green {
681 background-color: #fafafa;
682 }
683
684 .jqx-window-material-green, .jqx-tooltip-material-green {
685 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
686 }
687 .jqx-tooltip-material-green, .jqx-tooltip-material-green.jqx-popup-material-green, .jqx-tooltip-material-green .jqx-fill-state-normal-material-green {
688 background: #6F6F6F;
689 border-color: #6F6F6F;
690 box-shadow:none;
691 color: #fff;
692 }
693 .jqx-docking-material-green .jqx-window-material-green {
694 box-shadow: none;
695 }
696
697 .jqx-docking-panel-material-green .jqx-window-material-green {
698 box-shadow: none;
699 }
700
701 .jqx-checkbox-material-green {
702 line-height:20px;
703 overflow: visible;
704 }
705 .jqx-radiobutton-material-green {
706 overflow: visible;
707 box-shadow: none;
708 -webkit-box-shadow: none;
709 -moz-box-shadow: none;
710 background-repeat: no-repeat;
711 background: none;
712 line-height:20px;
713 }
714
715 .jqx-radiobutton-material-green-material-green, .jqx-radiobutton-hover-material-green {
716 -moz-border-radius: 100%;
717 -webkit-border-radius: 100%;
718 border-radius: 100%;
719 background-repeat: no-repeat;
720 transition: background-color ease-in .3s;
721 }
722
723 .jqx-radiobutton-check-checked-material-green {
724 filter: none;
725 background: #fff;
726 background-repeat: no-repeat;
727 -moz-border-radius: 100%;
728 -webkit-border-radius: 100%;
729 border-radius: 100%;
730 }
731
732 .jqx-radiobutton-check-indeterminate-material-green {
733 filter: none;
734 background: #999;
735 -moz-border-radius: 100%;
736 -webkit-border-radius: 100%;
737 border-radius: 100%;
738 }
739
740 .jqx-radiobutton-check-indeterminate-disabled-material-green {
741 filter: none;
742 background: #999;
743 -moz-border-radius: 100%;
744 -webkit-border-radius: 100%;
745 border-radius: 100%;
746 }
747
748 .jqx-checkbox-default-material-green,
749 .jqx-radiobutton-default-material-green
750 {
751 border-width: 1px;
752 border-color: #E0E0E0;
753 background-color: #fff;
754 overflow: visible;
755 }
756
757 .jqx-tree-material-green .jqx-checkbox-material-green .jqx-checkbox-default-material-green,
758 .jqx-checkbox-material-green[checked] .jqx-checkbox-default-material-green,
759 .jqx-tree-grid-checkbox[checked].jqx-checkbox-default-material-green,
760 .jqx-radiobutton-material-green[checked] .jqx-radiobutton-default-material-green
761 {
762 background-color: #558B2F;
763 border-color: #558B2F;
764 }
765
766 .jqx-checkbox-check-checked-material-green {
767 background: transparent url(./images/material_check_white.png) center center no-repeat;
768 }
769 .jqx-checkbox-check-indeterminate-material-green {
770 width:14px !important;
771 height:14px !important;
772 position:relative;
773 top: 1px;
774 left: 1px;
775 background: white;
776 }
777 .jqx-tree-material-green .jqx-checkbox-check-indeterminate-material-green {
778 width:12px !important;
779 height:12px !important;
780 top: 2px;
781 left:2px;
782 }
783 .jqx-checkbox-hover-material-green,
784 .jqx-radiobutton-hover-material-green {
785 background-color: #558B2F;
786 border-color: #558B2F;
787 }
788
789
790 .jqx-slider-slider-material-green {
791 transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
792 }
793
794 .jqx-slider-slider-material-green:active {
795 transform: scale(1.2);
796 box-shadow: rgba(0,0,0,0.3) 0 0 10px;
797 }
798 .jqx-slider-material-green[discrete] .jqx-slider-slider-material-green:active
799 {
800 transform: scaleX(0);
801
802 }
803 .jqx-slider-slider-horizontal-material-green {
804 background: #558B2F;
805 }
806 .jqx-slider-slider-vertical-material-green {
807 background: #558B2F;
808 }
809 .jqx-slider-tooltip-material-green {
810 width: 25px;
811 height: 25px;
812 transform-origin: 50% 100%;
813 border-radius: 50%;
814 transform: scale(0) rotate(45deg);
815 padding:0px;
816 background: transparent !important;
817 }
818 .jqx-slider-tooltip-material-green.init {
819 transform: scale(1) rotate(45deg);
820 }
821 .jqx-slider-tooltip-material-green.hide {
822 transition: transform 0.2s ease;
823 transform-origin:50% 100%;
824 transform: scale(0) rotate(45deg);
825 }
826 .jqx-slider-tooltip-material-green.show {
827 transition: transform 0.2s ease;
828 transform: scale(1) rotate(45deg);
829 }
830
831
832 .jqx-slider-tooltip-material-green .jqx-tooltip-arrow-t-b,
833 .jqx-slider-tooltip-material-green .jqx-tooltip-arrow-l-r {
834 display:none;
835 visibility:hidden;
836 }
837
838 .jqx-slider-tooltip-material-green, .jqx-slider-tooltip-material-green .jqx-fill-state-normal-material-green {
839 border-radius: 15px 15px 0px;
840 display: flex;
841 align-items: center;
842 justify-content: center;
843 background: #558B2F;
844 color: #fff;
845 font-size:11px;
846 }
847 .jqx-slider-tooltip-material-green.far, .jqx-slider-tooltip-material-green.far .jqx-fill-state-normal-material-green {
848 border-radius: 0px 15px 15px 15px;
849 }
850 .jqx-slider-tooltip-material-green.vertical, .jqx-slider-tooltip-material-green.vertical .jqx-fill-state-normal-material-green {
851 border-radius: 15px 0px 15px 15px;
852 }
853 .jqx-slider-tooltip-material-green.vertical.far, .jqx-slider-tooltip-material-green.vertical.far .jqx-fill-state-normal-material-green {
854 border-radius: 15px 15px 15px 0px;
855 }
856 .jqx-slider-tooltip-material-green {
857 background:transparent;
858 border:none !important;
859 box-shadow:none;
860 }
861 .jqx-slider-tooltip-material-green .jqx-tooltip-main-material-green {
862 top: -7px;
863 right: 11px;
864 }
865 .jqx-slider-tooltip-material-green.far .jqx-tooltip-main-material-green {
866 top: 3px;
867 right: 4px;
868 }
869 .jqx-slider-tooltip-material-green.vertical .jqx-tooltip-main-material-green {
870 top: -3px;
871 right: 3px;
872 }
873 .jqx-slider-tooltip-material-green .jqx-tooltip-text {
874 background: transparent;
875 border:none;
876 padding: 0px;
877 overflow:visible;
878 }
879 .jqx-slider-tooltip-material-green .jqx-tooltip-text>span {
880 transform: rotate(-45deg);
881 }
882 .jqx-slider-tooltip-material-green.range {
883 width: 35px;
884 height:35px;
885 }
886
887 .jqx-slider-rangebar-material-green {
888 border-color: #558B2F;
889 background: #558B2F;
890 }
891
892 .jqx-slider-track-horizontal-material-green, .jqx-slider-track-vertical-material-green {
893 border-color: #E0E0E0;
894 background: #f0f0f0;
895 }
896
897 .jqx-slider-button-material-green {
898 -moz-border-radius: 100%;
899 -webkit-border-radius: 100%;
900 border-radius: 100%;
901 }
902 .jqx-slider-button-material-green.jqx-fill-state-normal-material-green,
903 .jqx-slider-button-material-green.jqx-fill-state-hover-material-green,
904 .jqx-slider-button-material-green.jqx-fill-state-pressed-material-green
905 {
906 background: transparent !important;
907 }
908
909 .jqx-listitem-state-hover-material-green,
910 .jqx-listitem-state-selected-material-green,
911 .jqx-listitem-state-normal-material-green {
912 padding: 5px;
913 }
914
915 .jqx-scheduler-edit-dialog-label-material-green {
916 line-height: 35px;
917 padding-top: 6px;
918 padding-bottom: 6px;
919
920 }
921 .jqx-scheduler-edit-dialog-field-material-green {
922 line-height: 35px;
923 padding-top: 6px;
924 padding-bottom: 6px;
925 }
926 .jqx-scheduler-edit-dialog-label-rtl-material-green {
927 line-height: 35px;
928 padding-top: 6px;
929 padding-bottom: 6px;
930 }
931 .jqx-scheduler-edit-dialog-field-rtl-material-green {
932 line-height: 35px;
933 padding-top: 6px;
934 padding-bottom: 6px;
935 }
936
937 /*applied to a list item when the item is selected.*/
938 .jqx-listitem-state-hover-material-green, .jqx-menu-item-hover-material-green, .jqx-tree-item-hover-material-green, .jqx-calendar-cell-hover-material-green, .jqx-grid-cell-hover-material-green,
939 .jqx-menu-vertical-material-green .jqx-menu-item-top-hover-material-green, .jqx-input-popup-material-green .jqx-fill-state-hover-material-green,
940 .jqx-input-popup-material-green .jqx-fill-state-pressed-material-green {
941 color: #333 !important;
942 border-color: #F5F5F5;
943 text-decoration: none;
944 background-color: #F5F5F5;
945 background-repeat: repeat-x;
946 outline: 0;
947 background: #F5F5F5; /* Old browsers */
948 -webkit-box-shadow: none;
949 -moz-box-shadow: none;
950 box-shadow: none;
951 background-position: 0 0;
952 }
953
954 .jqx-scheduler-cell-hover-material-green {
955 border-color: #F5F5F5 !important;
956 background: #F5F5F5 !important;
957 }
958
959
960
961 .jqx-listitem-state-selected-material-green, .jqx-menu-item-selected-material-green, .jqx-tree-item-selected-material-green, .jqx-calendar-cell-selected-material-green, .jqx-grid-cell-selected-material-green,
962 .jqx-menu-vertical-material-green .jqx-menu-item-top-selected-material-green, .jqx-grid-selectionarea-material-green, .jqx-input-button-header-material-green, .jqx-input-button-innerHeader-material-green {
963 color: #558B2F !important;
964 border-color: rgba(85,139,47,0.2) !important;
965 background: rgba(85,139,47,0.2);
966 box-shadow: none;
967 }
968
969 .jqx-scheduler-cell-selected-material-green {
970 border-color: rgba(85,139,47,0.2) !important;
971 background: rgba(85,139,47,0.2) !important;
972
973 }
974
975 .jqx-grid-cell-material-green .jqx-button-material-green, .jqx-grid-cell-material-green .jqx-button-material-green.jqx-fill-state-hover-material-green, .jqx-grid-cell-material-green .jqx-button-material-green.jqx-fill-state-pressed-material-green {
976 -webkit-box-shadow: none;
977 -moz-box-shadow: none;
978 box-shadow: none;
979 -webkit-transition: none;
980 -moz-transition: none;
981 -o-transition: none;
982 transition: none;
983 }
984
985 .jqx-popup-material-green {
986 border: 1px solid #E0E0E0;
987 *border-right-width: 2px;
988 *border-bottom-width: 2px;
989 -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
990 -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
991 }
992
993 .jqx-grid-column-sortascbutton-material-green, .jqx-expander-arrow-bottom-material-green, .jqx-window-collapse-button-material-green, .jqx-menu-item-arrow-up-material-green, .jqx-menu-item-arrow-up-selected-material-green, .jqx-menu-item-arrow-top-up-material-green, .jqx-icon-arrow-up-material-green, .jqx-icon-arrow-up-hover-material-green, .jqx-icon-arrow-up-selected-material-green {
994 background-image: url('images/material-icon-up.png');
995 background-repeat: no-repeat;
996 background-position: center;
997 }
998
999 .jqx-widget-material-green .jqx-grid-group-expand-material-green, .jqx-grid-group-expand-material-green, .jqx-grid-column-menubutton-material-green, .jqx-grid-column-sortdescbutton-material-green, .jqx-expander-arrow-top-material-green, .jqx-window-collapse-button-collapsed-material-green, .jqx-menu-item-arrow-down-material-green, .jqx-menu-item-arrow-down-selected-material-green, .jqx-menu-item-arrow-down-material-green, .jqx-icon-arrow-down-material-green, .jqx-icon-arrow-down-hover-material-green, .jqx-icon-arrow-down-selected-material-green {
1000 background-image: url('images/material-icon-down.png');
1001 background-repeat: no-repeat;
1002 background-position: center;
1003 }
1004
1005 .jqx-tabs-arrow-left-material-green, .jqx-menu-item-arrow-left-selected-material-green, .jqx-menu-item-arrow-top-left, .jqx-icon-arrow-left-material-green, .jqx-icon-arrow-down-left-material-green, .jqx-icon-arrow-left-selected-material-green {
1006 background-image: url('images/material-icon-left.png');
1007 background-repeat: no-repeat;
1008 background-position: center;
1009 }
1010
1011 .jqx-widget-material-green .jqx-grid-group-collapse-material-green, .jqx-grid-group-collapse-material-green, .jqx-tabs-arrow-right-material-green, .jqx-menu-item-arrow-right-selected-material-green, .jqx-menu-item-arrow-top-right-material-green, .jqx-icon-arrow-right-material-green, .jqx-icon-arrow-right-hover-material-green, .jqx-icon-arrow-right-selected-material-green {
1012 background-image: url('images/material-icon-right.png');
1013 background-repeat: no-repeat;
1014 background-position: center;
1015 }
1016
1017 .jqx-tree-item-arrow-collapse-rtl-material-green, .jqx-tree-item-arrow-collapse-hover-rtl-material-green {
1018 background-image: url(./images/material-icon-left.png);
1019 }
1020
1021 .jqx-menu-item-arrow-left-selected-material-green {
1022 background-image: url('images/material-icon-left.png');
1023 background-repeat: no-repeat;
1024 background-position: center;
1025 }
1026
1027 .jqx-menu-item-arrow-right-selected-material-green {
1028 background-image: url('images/material-icon-right.png');
1029 background-repeat: no-repeat;
1030 background-position: center;
1031 }
1032
1033 .jqx-input-button-content-material-green {
1034 font-size: 10px;
1035 }
1036
1037 .jqx-widget .jqx-grid-column-header-cell-material-green {
1038 padding-top: 8px;
1039 padding-bottom: 8px;
1040 height:30px;
1041 }
1042
1043 .jqx-widget .jqx-grid-row-cell-material-green {
1044 padding-top: 8px;
1045 padding-bottom: 8px;
1046 height:30px;
1047 }
1048
1049 .jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {
1050 border-color: #E0E0E0;
1051 }
1052
1053 .jqx-combobox-material-green .jqx-icon-close-material-green {
1054 background-image:url(./images/close_white.png)
1055 }
1056 .jqx-combobox-material-green, .jqx-input-material-green {
1057 border-color: #E0E0E0;
1058 color: #555555;
1059 background-color: #ffffff;
1060 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1061 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1062 }
1063
1064 .jqx-combobox-content-material-green,
1065 .jqx-datetimeinput-content-material-green
1066 {
1067 border-color: transparent;
1068 }
1069 .jqx-combobox-arrow-normal-material-green {
1070 background: #fff;
1071 border-color: transparent;
1072 }
1073
1074 .jqx-combobox-content-focus-material-green,
1075 .jqx-combobox-state-focus-material-green,
1076 .jqx-numberinput-focus-material-green {
1077 outline: none;
1078 }
1079
1080 .jqx-input-group-material-green {
1081 position: relative;
1082 display: inline-block;
1083 overflow: visible;
1084 border: none;
1085 box-shadow: none;
1086 }
1087
1088 .jqx-input-group-material-green input {
1089 width: 100%;
1090 height: 100%;
1091 box-sizing: border-box;
1092 }
1093 .jqx-input-group-material-green textarea {
1094 width: 100%;
1095 height: 100%;
1096 outline: none;
1097 resize: none;
1098 border-left: none;
1099 border-right: none;
1100 border-top: none;
1101 border-bottom-color: #e0e0e0;
1102 }
1103 .jqx-numberinput-material-green,
1104 .jqx-maskedinput-material-green
1105 {
1106 position:relative;
1107 }
1108 .jqx-numberinput-material-green input {
1109 height:100% !important;
1110 }
1111 .jqx-input-material-green.jqx-validator-error-element {
1112 border-color: transparent !important;
1113 border-bottom: 1px solid #df2227 !important;
1114 }
1115 .jqx-input-material-green input,
1116 .jqx-dropdownlist-state-normal-material-green,
1117 .jqx-combobox-state-normal-material-green,
1118 .jqx-datetimeinput-material-green,
1119 .jqx-numberinput-material-green,
1120 .jqx-maskedinput-material-green
1121 {
1122 background: #fff;
1123 border-color: #fff;
1124 border-radius: 0;
1125 box-shadow: none;
1126 border-bottom: 1px solid #E0E0E0;
1127 outline: none;
1128 }
1129 .jqx-datetimeinput-material-green .jqx-action-button-material-green,
1130 .jqx-datetimeinput-material-green .jqx-action-button-rtl-material-green
1131 {
1132 background-color: transparent;
1133 border-color: transparent;
1134 }
1135 .jqx-datetimeinput-material-green, .jqx-datetimeinput-material-green > div,
1136 .jqx-numberinput-material-green, .jqx-numberinput-material-green > div,
1137 .jqx-maskedinput-material-green, .jqx-maskedinput-material-green > div,
1138 .jqx-dropdownlist-state-normal-material-green, .jqx-dropdownlist-state-normal-material-green > div, .jqx-dropdownlist-state-normal-material-green > div > div,
1139 .jqx-combobox-state-normal-material-green, .jqx-combobox-state-normal-material-green > div, .jqx-combobox-state-normal-material-green > div > div {
1140 overflow: visible !important;
1141 }
1142
1143 .jqx-input-material-green input:focus {
1144 border-radius: 0;
1145 box-shadow: none;
1146 }
1147
1148 .jqx-input-material-green input, input[type="text"].jqx-input-material-green, input[type="password"].jqx-input-material-green, input[type="text"].jqx-widget-content-material-green, input[type="textarea"].jqx-widget-content-material-green, textarea.jqx-input-material-green {
1149 font-size: 14px;
1150 resize: none;
1151 background: #fff;
1152 border: none;
1153 border-radius: 0;
1154 box-sizing:border-box;
1155 box-shadow: none;
1156 border-bottom: 1px solid #E0E0E0;
1157 }
1158 .jqx-input-label {
1159 visibility:inherit;
1160 }
1161 .jqx-input-bar{
1162 visibility:inherit;
1163 }
1164 input:focus ~ .jqx-input-label-material-green,
1165 textarea:focus ~ .jqx-input-label-material-green,
1166 .jqx-input-widget-material-green[hint=true] .jqx-input-label,
1167 .jqx-text-area-material-green[hint=true] .jqx-input-label,
1168 .jqx-dropdownlist-state-selected-material-green .jqx-input-label,
1169 .jqx-dropdownlist-state-normal-material-green[hint=true] .jqx-input-label,
1170 .jqx-combobox-state-normal-material-green[hint=true] .jqx-input-label,
1171 .jqx-combobox-material-green .jqx-input-label.focused,
1172 .jqx-dropdownlist-material-green .jqx-input-label.focused,
1173 .jqx-datetimeinput-material-green[hint=true] .jqx-input-label,
1174 .jqx-maskedinput-material-green[hint=true] .jqx-input-label,
1175 .jqx-numberinput-material-green[hint=true] .jqx-input-label,
1176 .jqx-formattedinput-material-green[hint=true] .jqx-input-label
1177 {
1178 top: -15px;
1179 font-size: 12px;
1180 color: #558B2F;
1181 }
1182 .jqx-dropdownlist-material-green[default-placeholder="true"] .jqx-input-label {
1183 visibility: hidden;
1184 }
1185 input:focus ~ .jqx-input-bar-material-green:before,
1186 textarea:focus ~ .jqx-input-bar-material-green:before,
1187 .jqx-dropdownlist-state-selected-material-green .jqx-input-bar:before,
1188 .jqx-dropdownlist-material-green .jqx-input-bar.focused:before,
1189 .jqx-complex-input-group-material-green .jqx-input-bar.focused::before,
1190 .jqx-combobox-material-green .jqx-input-bar.focused:before,
1191 .jqx-combobox-state-selected-material-green .jqx-input-bar:before {
1192 width: 100%;
1193 }
1194 .jqx-complex-input-group-material-green .jqx-fill-state-normal-material-green {
1195 border-color: #fafafa;
1196 }
1197 input[type="password"] {
1198 letter-spacing: 0.3em;
1199 }
1200
1201 .jqx-input-widget-material-green.jqx-rtl > input {
1202 direction: rtl
1203 }
1204
1205 .jqx-input-label-material-green {
1206 color: #E0E0E0;
1207 font-size: 14px;
1208 font-weight: normal;
1209 position: absolute;
1210 pointer-events: none;
1211 left: 2px;
1212 top:10px;
1213 top: calc(50% - 7px);
1214 transition: 300ms ease all;
1215 }
1216 .jqx-input-label.initial {
1217 transition: none;
1218 }
1219 .jqx-input-bar {
1220 position: relative;
1221 display: block;
1222 z-index:1;
1223 }
1224
1225 .jqx-input-bar-material-green:before {
1226 content: '';
1227 height: 2px;
1228 width: 0;
1229 bottom: 0px;
1230 position: absolute;
1231 background: #558B2F;
1232 transition: 300ms ease all;
1233 left: 0%;
1234 }
1235 .jqx-formatted-input-spin-button-material-green, .jqx-input-group-addon-material-green {
1236 border-color: #fff;
1237 background: #fff;
1238 }
1239 .jqx-dropdownlist-state-selected-material-green,
1240 .jqx-combobox-state-selected-material-green {
1241 color: #558B2F;
1242 }
1243
1244
1245 .jqx-dropdownlist-state-normal-material-green .jqx-icon-arrow-down-material-green,
1246 .jqx-combobox-state-normal-material-green .jqx-icon-arrow-down-material-green,
1247 .sorticon.descending .jqx-grid-column-sorticon-material-green,
1248 .jqx-tree-item-arrow-expand-material-green,
1249 .jqx-expander-header-material-green .jqx-icon-arrow-down
1250 {
1251 transform: rotate(0deg);
1252 transition: transform 0.2s ease-out;
1253 }
1254 .jqx-expander-header-material-green .jqx-icon-arrow-up {
1255 transform: rotate(180deg);
1256 transition: transform 0.2s ease-out;
1257 background-image: url('images/material-icon-down.png');
1258 }
1259
1260 .jqx-tree-item-arrow-collapse-material-green
1261 {
1262 transform: rotate(-90deg);
1263 background-image: url('images/material-icon-down.png');
1264 background-repeat: no-repeat;
1265 background-position: center;
1266 transition: transform 0.2s ease-out;
1267 }
1268 .jqx-dropdownlist-state-selected-material-green .jqx-icon-arrow-down-material-green,
1269 .jqx-combobox-state-selected-material-green .jqx-icon-arrow-down-material-green,
1270 .sorticon.ascending .jqx-grid-column-sorticon-material-green
1271 {
1272 transform: rotate(180deg);
1273 transition: transform 0.2s ease-out;
1274 left: -1px;
1275 }
1276 .jqx-combobox-state-selected-material-green .jqx-icon-arrow-down-material-green{
1277 left:-1px;
1278 }
1279 .jqx-listbox-container {
1280 margin-top: 1px;
1281 }
1282
1283 input[type="text"].jqx-input-material-green:-moz-placeholder, input[type="text"].jqx-widget-content-material-green:-moz-placeholder, input[type="textarea"].jqx-widget-content-material-green:-moz-placeholder, textarea.jqx-input-material-green:-moz-placeholder {
1284 color: #999999;
1285 }
1286
1287 input[type="text"].jqx-input-material-green:-webkit-input-placeholder, input[type="text"].jqx-widget-content-material-green:-webkit-input-placeholder, input[type="textarea"].jqx-widget-content-material-green:-webkit-input-placeholder, textarea.jqx-input-material-green:-webkit-input-placeholder {
1288 color: #999999;
1289 }
1290
1291 input[type="text"].jqx-input-material-green:-ms-input-placeholder, input[type="text"].jqx-widget-content-material-green:-ms-input-placeholder, input[type="textarea"].jqx-widget-content-material-green:-ms-input-placeholder, textarea.jqx-input-material-green:-ms-input-placeholder {
1292 color: #999999;
1293 }
1294
1295 .jqx-combobox-content-focus-material-green, .jqx-combobox-state-focus-material-green, .jqx-fill-state-focus-material-green,
1296 .jqx-numberinput-focus-material-green {
1297 outline: none;
1298 }
1299
1300 .jqx-popup-material-green.jqx-fill-state-focus-material-green {
1301 outline: none;
1302 border-color: #E0E0E0 !important;
1303 }
1304
1305 .jqx-datetimeinput-content, .jqx-datetimeinput-container {
1306 overflow: visible !important;
1307 }
1308 .jqx-text-area-material-green, .jqx-text-area-material-green > div {
1309 overflow:visible !important;
1310 }
1311 .jqx-text-area-element-material-green {
1312 box-sizing: border-box;
1313 }
1314 .jqx-pivotgrid-content-wrapper.jqx-fill-state-normal-material-green {
1315 border-color: #E0E0E0;
1316 }
1317
1318 .jqx-grid-cell-material-green.jqx-grid-cell-selected-material-green > .jqx-grid-group-expand-material-green {
1319 background-image: url('images/material-icon-down.png');
1320 background-repeat: no-repeat;
1321 background-position: center;
1322 }
1323
1324 .jqx-grid-cell-material-green.jqx-grid-cell-selected-material-green > .jqx-grid-group-collapse-material-green {
1325 background-image: url('images/material-icon-right.png');
1326 background-repeat: no-repeat;
1327 background-position: center;
1328 }
1329
1330 .jqx-grid-cell-material-green.jqx-grid-cell-selected-material-green > .jqx-grid-group-collapse-rtl-material-green {
1331 background-image: url('images/material-icon-left.png');
1332 background-repeat: no-repeat;
1333 background-position: center;
1334 }
1335
1336 .jqx-grid-cell-material-green.jqx-grid-cell-selected-material-green > .jqx-grid-group-expand-rtl-material-green {
1337 background-image: url('images/material-icon-down.png');
1338 background-repeat: no-repeat;
1339 background-position: center;
1340 }
1341 .jqx-tabs-title-selected-top-material-green, .jqx-tabs-selection-tracker-top-material-green {
1342 border-color: transparent;
1343 filter: none;
1344 background: #fff;
1345 color: #333;
1346 -webkit-box-shadow: none;
1347 -moz-box-shadow: none;
1348 box-shadow: none;
1349 }
1350 .jqx-tabs-title-material-green, .jqx-ribbon-item-material-green {
1351 color: #333;
1352 }
1353 .jqx-tabs-title-selected-bottom-material-green,
1354 .jqx-tabs-title-selected-top-material-green
1355 {
1356 color: #558B2F;
1357 font-weight:500;
1358 padding-top:5px;
1359 padding-bottom:5px;
1360 }
1361 .jqx-tabs-title.jqx-fill-state-hover-material-green {
1362 border-color: transparent;
1363 }
1364 .jqx-ribbon-item-material-green {
1365 cursor: pointer;
1366 }
1367 .jqx-ribbon-item-selected-material-green {
1368 color: #558B2F;
1369 font-weight:500;
1370 border-color: transparent;
1371 }
1372
1373 .jqx-ribbon-item-hover-material-green {
1374 background: transparent;
1375 }
1376
1377 .jqx-ribbon-header-top-material-green {
1378 border-color: transparent;
1379 border-bottom-color: #E0E0E0;
1380 }
1381
1382 .jqx-ribbon-header-bottom-material-green {
1383 border-color: transparent;
1384 border-top-color: #E0E0E0;
1385 }
1386
1387 .jqx-ribbon-header-right-material-green {
1388 border-color: transparent;
1389 border-left-color:#E0E0E0;
1390 }
1391
1392 .jqx-ribbon-header-left-material-green {
1393 border-color: transparent;
1394 border-right-color:#E0E0E0;
1395 }
1396
1397 .jqx-tabs-title-selected-bottom-material-green, .jqx-tabs-selection-tracker-bottom-material-green {
1398 border-color: transparent;
1399 border-top: 1px solid #fff;
1400 filter: none;
1401 background: #fff;
1402 -webkit-box-shadow: none;
1403 -moz-box-shadow: none;
1404 box-shadow: none;
1405 }
1406
1407 .jqx-tabs-material-green, .jqx-ribbon-material-green {
1408 border-color: transparent;
1409 }
1410
1411
1412 .jqx-tabs-header-material-green, .jqx-ribbon-header-material-green {
1413 background: transparent;
1414 }
1415 .jqx-tabs-position-bottom .jqx-tabs-header-material-green {
1416 border-color: transparent;
1417 }
1418 .jqx-layout-material-green .jqx-tabs-header-material-green, .jqx-layout-material-green .jqx-ribbon-header-material-green {
1419 background: #fff;
1420 border-color: #E0E0E0;
1421 }
1422 .jqx-tabs-title-bottom {
1423 border-color: transparent;
1424 }
1425 .jqx-tabs-title-hover-top-material-green, .jqx-tabs-title-hover-bottom-material-green, .jqx-tabs-header-material-green {
1426 -webkit-box-shadow: none !important;
1427 -moz-box-shadow: none !important;
1428 box-shadow: none !important;
1429 background: transparent;
1430 }
1431
1432 .jqx-tabs-content-material-green {
1433 box-sizing: border-box;
1434 border: 1px solid #E0E0E0;
1435 border-top-color: transparent;
1436 padding:5px;
1437 }
1438 .jqx-tabs-bar-material-green {
1439 position: absolute;
1440 bottom: 0;
1441 background: #558B2F;
1442 height: 2px;
1443 z-index:10;
1444 transition: .5s cubic-bezier(.35,0,.25,1);
1445 }
1446 .jqx-tabs-bar-material-green.vertical {
1447 width: 2px;
1448 }
1449 .jqx-tabs-position-bottom .jqx-tabs-bar-material-green {
1450 top: 0;
1451 }
1452
1453
1454 .jqx-layout-material-green {
1455 background-color: #cccccc;
1456 }
1457
1458 .jqx-kanban-column-header-collapsed-material-green {
1459 background: -moz-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* ff3.6+ */
1460 background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(248,248,248,1)), color-stop(100%, rgba(234,234,234,1))); /* safari4+,chrome */
1461 background: -webkit-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* safari5.1+,chrome10+ */
1462 background: -o-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* opera 11.10+ */
1463 background: -ms-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* ie10+ */
1464 background: linear-gradient(90deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* w3c */
1465 }
1466
1467 .jqx-calendar-material-green > div {
1468 padding: 10px;
1469 box-sizing: border-box;
1470 }
1471
1472 .jqx-calendar-cell-material-green {
1473 border-radius: 50%;
1474 font-size:12px;
1475 }
1476 .jqx-calendar-cell-year-material-green,
1477 .jqx-calendar-cell-decade-material-green {
1478 border-radius: 25%;
1479 }
1480
1481 .jqx-calendar-title-content-material-green {
1482 font-weight:bold;
1483 }
1484 .jqx-calendar-column-cell-material-green {
1485 color: rgba(0,0,0,.38);
1486 font-size:12px;
1487 }
1488 .jqx-grid-column-menubutton-material-green {
1489 background-image: url('images/material-icon-down.png');
1490 }
1491
1492 .jqx-tabs-close-button-material-green {
1493 background-image: url(./images/close.png);
1494 background-repeat: no-repeat;
1495 background-position: center;
1496 }
1497
1498 .jqx-tabs-close-button-selected-material-green {
1499 background-image: url(./images/close.png);
1500 background-repeat: no-repeat;
1501 background-position: center;
1502 }
1503
1504 .jqx-tabs-close-button-hover-material-green {
1505 background-image: url(./images/close.png);
1506 background-repeat: no-repeat;
1507 background-position: center;
1508 }
1509
1510 .jqx-scrollbar-button-state-pressed-material-green .jqx-icon-arrow-up-selected-material-green {
1511 background-image: url('images/material-icon-up.png');
1512 background-repeat: no-repeat;
1513 background-position: center;
1514 }
1515
1516 .jqx-scrollbar-button-state-pressed-material-green .jqx-icon-arrow-down-selected-material-green {
1517 background-image: url('images/material-icon-down.png');
1518 background-repeat: no-repeat;
1519 background-position: center;
1520 }
1521
1522 .jqx-scrollbar-button-state-pressed-material-green .jqx-icon-arrow-left-selected-material-green {
1523 background-image: url('images/material-icon-left.png');
1524 background-repeat: no-repeat;
1525 background-position: center;
1526 }
1527
1528 .jqx-scrollbar-button-state-pressed-material-green .jqx-icon-arrow-right-selected-material-green {
1529 background-image: url('images/material-icon-right.png');
1530 background-repeat: no-repeat;
1531 background-position: center;
1532 }
1533
1534 .jqx-grid-cell-material-green.jqx-grid-cell-selected-material-green > .jqx-grid-group-expand-material-green {
1535 background-image: url('images/material-icon-down.png');
1536 background-repeat: no-repeat;
1537 background-position: center;
1538 }
1539
1540 .jqx-grid-cell-material-green.jqx-grid-cell-selected-material-green > .jqx-grid-group-collapse-material-green {
1541 background-image: url('images/material-icon-right.png');
1542 background-repeat: no-repeat;
1543 background-position: center;
1544 }
1545
1546 .jqx-grid-cell-material-green.jqx-grid-cell-selected-material-green > .jqx-grid-group-collapse-rtl-material-green {
1547 background-image: url('images/material-icon-left.png');
1548 background-repeat: no-repeat;
1549 background-position: center;
1550 }
1551
1552 .jqx-grid-cell-material-green.jqx-grid-cell-selected-material-green > .jqx-grid-group-expand-rtl-material-green {
1553 background-image: url('images/material-icon-down.png');
1554 background-repeat: no-repeat;
1555 background-position: center;
1556 }
1557
1558 .jqx-grid-group-collapse-material-green {
1559 background-image: url(./images/material-icon-right.png);
1560 background-position: 50% 50%;
1561 background-repeat: no-repeat;
1562 }
1563
1564 .jqx-grid-group-collapse-rtl-material-green {
1565 padding-right: 0px;
1566 background-image: url(./images/material-icon-left.png);
1567 background-position: 50% 50%;
1568 background-repeat: no-repeat;
1569 }
1570
1571 .jqx-grid-group-expand-material-green, .jqx-grid-group-expand-rtl-material-green {
1572 padding-right: 0px;
1573 background-image: url(./images/material-icon-down.png);
1574 background-position: 50% 50%;
1575 background-repeat: no-repeat;
1576 }
1577 .jqx-grid-cell-filter-row-material-green {
1578 background-color: #fafafa;
1579 }
1580
1581 .jqx-icon-arrow-first-material-green {
1582 background-image: url('images/material-icon-first.png');
1583 background-repeat: no-repeat;
1584 background-position: center;
1585 }
1586
1587 .jqx-icon-arrow-last-material-green {
1588 background-image: url('images/material-icon-last.png');
1589 background-repeat: no-repeat;
1590 background-position: center;
1591 }
1592
1593 .jqx-icon-arrow-first-hover-material-green {
1594 background-image: url('images/material-icon-first.png');
1595 background-repeat: no-repeat;
1596 background-position: center;
1597 }
1598
1599 .jqx-icon-arrow-last-hover-material-green {
1600 background-image: url('images/material-icon-last.png');
1601 background-repeat: no-repeat;
1602 background-position: center;
1603 }
1604
1605 .jqx-icon-arrow-first-selected-material-green {
1606 background-image: url('images/material-icon-first.png');
1607 background-repeat: no-repeat;
1608 background-position: center;
1609 }
1610
1611 .jqx-icon-arrow-last-selected-material-green {
1612 background-image: url('images/material-icon-last.png');
1613 background-repeat: no-repeat;
1614 background-position: center;
1615 }
1616
1617 .jqx-fill-state-pressed-material-green .jqx-icon-arrow-first-selected-material-green {
1618 background-image: url('images/material-icon-first-white.png');
1619 background-repeat: no-repeat;
1620 background-position: center;
1621 }
1622
1623 .jqx-fill-state-pressed-material-green .jqx-icon-arrow-last-selected-material-green {
1624 background-image: url('images/material-icon-last-white.png');
1625 background-repeat: no-repeat;
1626 background-position: center;
1627 }
1628 .jqx-fill-state-pressed-material-green .jqx-icon-arrow-left-selected-material-green {
1629 background-image: url('images/material-icon-left-white.png');
1630 background-repeat: no-repeat;
1631 background-position: center;
1632 }
1633
1634 .jqx-fill-state-pressed-material-green .jqx-icon-arrow-right-selected-material-green {
1635 background-image: url('images/material-icon-right-white.png');
1636 background-repeat: no-repeat;
1637 background-position: center;
1638 }
1639 .jqx-primary .jqx-icon-arrow-down-material-green, .jqx-warning .jqx-icon-arrow-down-material-green, .jqx-danger .jqx-icon-arrow-down-material-green, .jqx-success .jqx-icon-arrow-down-material-green, .jqx-info .jqx-icon-arrow-down-material-green {
1640 background-image: url('images/material-icon-down.png');
1641 }
1642
1643 .jqx-primary .jqx-icon-arrow-down-selected-material-green, .jqx-warning .jqx-icon-arrow-down-selected-material-green, .jqx-danger .jqx-icon-arrow-down-selected-material-green, .jqx-success .jqx-icon-arrow-down-selected-material-green, .jqx-info .jqx-icon-arrow-down-selected-material-green {
1644 background-image: url('images/material-icon-down.png');
1645 }
1646
1647 .jqx-primary .jqx-icon-arrow-down-hover-material-green, .jqx-warning .jqx-icon-arrow-down-hover-material-green, .jqx-danger .jqx-icon-arrow-down-hover-material-green, .jqx-success .jqx-icon-arrow-down-hover-material-green, .jqx-info .jqx-icon-arrow-down-hover-material-green {
1648 background-image: url('images/material-icon-down.png');
1649 }
1650
1651 .jqx-primary .jqx-icon-arrow-up-material-green, .jqx-warning .jqx-icon-arrow-up-material-green, .jqx-danger .jqx-icon-arrow-up-material-green, .jqx-success .jqx-icon-arrow-up-material-green, .jqx-info .jqx-icon-arrow-up-material-green {
1652 background-image: url('images/material-icon-up.png');
1653 }
1654
1655 .jqx-primary .jqx-icon-arrow-up-selected-material-green, .jqx-warning .jqx-icon-arrow-up-selected-material-green, .jqx-danger .jqx-icon-arrow-up-selected-material-green, .jqx-success .jqx-icon-arrow-up-selected-material-green, .jqx-info .jqx-icon-arrow-up-selected-material-green {
1656 background-image: url('images/material-icon-up.png');
1657 }
1658
1659 .jqx-primary .jqx-icon-arrow-up-hover-material-green, .jqx-warning .jqx-icon-arrow-up-hover-material-green, .jqx-danger .jqx-icon-arrow-up-hover-material-green, .jqx-success .jqx-icon-arrow-up-hover-material-green, .jqx-info .jqx-icon-arrow-up-hover-material-green {
1660 background-image: url('images/material-icon-up.png');
1661 }
1662
1663
1664 .jqx-primary .jqx-icon-arrow-left-material-green, .jqx-warning .jqx-icon-arrow-left-material-green, .jqx-danger .jqx-icon-arrow-left-material-green, .jqx-success .jqx-icon-arrow-left-material-green, .jqx-info .jqx-icon-arrow-left-material-green {
1665 background-image: url('images/material-icon-left.png');
1666 }
1667
1668 .jqx-primary .jqx-icon-arrow-left-selected-material-green, .jqx-warning .jqx-icon-arrow-left-selected-material-green, .jqx-danger .jqx-icon-arrow-left-selected-material-green, .jqx-success .jqx-icon-arrow-left-selected-material-green, .jqx-info .jqx-icon-arrow-left-selected-material-green {
1669 background-image: url('images/material-icon-left.png');
1670 }
1671
1672 .jqx-primary .jqx-icon-arrow-left-hover-material-green, .jqx-warning .jqx-icon-arrow-left-hover-material-green, .jqx-danger .jqx-icon-arrow-left-hover-material-green, .jqx-success .jqx-icon-arrow-left-hover-material-green, .jqx-info .jqx-icon-arrow-left-hover-material-green {
1673 background-image: url('images/material-icon-left.png');
1674 }
1675
1676 .jqx-primary .jqx-icon-arrow-right-material-green, .jqx-warning .jqx-icon-arrow-right-material-green, .jqx-danger .jqx-icon-arrow-right-material-green, .jqx-success .jqx-icon-arrow-right-material-green, .jqx-info .jqx-icon-arrow-right-material-green {
1677 background-image: url('images/material-icon-right.png');
1678 }
1679
1680 .jqx-primary .jqx-icon-arrow-right-selected-material-green, .jqx-warning .jqx-icon-arrow-right-selected-material-green, .jqx-danger .jqx-icon-arrow-right-selected-material-green, .jqx-success .jqx-icon-arrow-right-selected-material-green, .jqx-info .jqx-icon-arrow-right-selected-material-green {
1681 background-image: url('images/material-icon-right.png');
1682 }
1683
1684 .jqx-primary .jqx-icon-arrow-right-hover-material-green, .jqx-warning .jqx-icon-arrow-right-hover-material-green, .jqx-danger .jqx-icon-arrow-right-hover-material-green, .jqx-success .jqx-icon-arrow-right-hover-material-green, .jqx-info .jqx-icon-arrow-right-hover-material-green {
1685 background-image: url('images/material-icon-right.png');
1686 }
1687
1688
1689 /* Ripple effect */
1690 .ripple {
1691 position: relative;
1692 transform: translate3d(0, 0, 0);
1693 overflow:hidden;
1694 }
1695
1696 .ink {
1697 display: block;
1698 position: absolute;
1699 pointer-events: none;
1700 border-radius: 0%;
1701 transform: scaleX(0);
1702 background: rgba(85,139,47,0.5);
1703 opacity: 0.25;
1704 }
1705
1706
1707 .outlined .ink, .flat .ink {
1708 background: rgba(85,139,47,0.5);
1709 overflow:hidden;
1710 }
1711
1712 .ink.animate {
1713 animation: ripple .7s ease;
1714 animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1715 }
1716 .jqx-checkbox-material-green .ripple,
1717 .jqx-radiobutton-material-green .ripple
1718 {
1719 overflow:visible;
1720 }
1721 .jqx-checkbox-material-green .ink,
1722 .jqx-radiobutton-material-green .ink
1723 {
1724 transform: scale(0);
1725 background: #558B2F;
1726 border-radius: 50%;
1727 }
1728 .jqx-checkbox-material-green .ink.animate,
1729 .jqx-radiobutton-material-green .ink.animate
1730 {
1731 animation: checkRipple 0.3s ease;
1732 animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1733 }
1734 .jqx-checkbox-material-green .ink.active,
1735 .jqx-radiobutton-material-green .ink.active
1736 {
1737 opacity: 0.2;
1738 transform: scale(2);
1739 }
1740 .jqx-checkbox-default-material-green.active .ink,
1741 .jqx-radiobutton-default-material-green.active .ink
1742 {
1743 opacity: 0.2;
1744 transform: scale(2);
1745 }
1746 /* Ripple effect */
1747 .buttonRipple {
1748 background-position: center;
1749 transition: background 0.8s;
1750 }
1751 .buttonRipple:hover {
1752 background: #558B2F radial-gradient(circle, transparent 1%, #558B2F 1%) center/15000%;
1753 }
1754 .buttonRipple:active {
1755 background-color: #ECE0FD;
1756 background-size: 100%;
1757 transition: background 0s;
1758 }
1759 .buttonRipple:active:not(:hover) {
1760 color: #333;
1761 }
1762 @keyframes ripple {
1763 100% {
1764 opacity: 0;
1765 transform: scale(5);
1766 animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1767 }
1768 }
1769 @keyframes checkRipple {
1770 100% {
1771 opacity: 0.2;
1772 transform: scale(2);
1773 animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1774 }
1775 }
1776
1777 .jqx-fill-state-pressed-material-green .jqx-icon-delete-material-green
1778 {
1779 background-image: url('images/icon-delete-white.png');
1780 }
1781 .jqx-fill-state-pressed-material-green .jqx-icon-edit-material-green
1782 {
1783 background-image: url('images/icon-edit-white.png');
1784 }
1785 .jqx-fill-state-pressed-material-green .jqx-icon-save-material-green
1786 {
1787 background-image: url('images/icon-save-white.png');
1788 }
1789 .jqx-fill-state-pressed-material-green .jqx-icon-cancel-material-green
1790 {
1791 background-image: url('images/icon-cancel-white.png');
1792 }
1793 .jqx-fill-state-pressed-material-green .jqx-icon-search-material-green
1794 {
1795 background-image: url(./images/search_white.png);
1796 }
1797 .jqx-fill-state-pressed-material-green .jqx-icon-plus-material-green
1798 {
1799 background-image: url(./images/plus_white.png);
1800 }
1801 .jqx-fill-state-pressed-material-green .jqx-menu-minimized-button-material-green {
1802 background-image: url('images/icon-menu-minimized-white.png');
1803 }
1804 .jqx-fill-state-hover-material-green .jqx-editor-toolbar-icon-material-green, .jqx-fill-state-pressed-material-green .jqx-editor-toolbar-icon-material-green {
1805 background: url('images/html_editor_white.png') no-repeat;
1806 }
1807 .jqx-fill-state-hover-material-green .jqx-editor-toolbar-icon-fontsize-material-green,
1808 .jqx-fill-state-pressed-material-green .jqx-editor-toolbar-icon-fontsize-material-green,
1809 .jqx-fill-state-hover-material-green .jqx-editor-toolbar-icon-forecolor-material-green,
1810 .jqx-fill-state-pressed-material-green .jqx-editor-toolbar-icon-forecolor-material-green
1811 {
1812 background: url('images/html_editor.png') no-repeat;
1813 }
1814 .jqx-editor-toolbar-button-material-green {
1815 border-color: #ddd;
1816 box-shadow: none !important;
1817 color: #333;
1818 }
1819
1820 /*applied to the timepicker*/
1821 .jqx-needle-central-circle-material-green {
1822 fill: rgb(85, 139, 47);
1823 }
1824
1825 .jqx-needle-material-green {
1826 fill: rgb(85, 139, 47);
1827 }
1828
1829 .jqx-time-picker .jqx-header .jqx-selected-material-green:focus {
1830 outline: 2px solid rgba(85, 139, 47, 0.5);
1831 box-shadow: 0px 0px 4px 2px rgba(85, 139, 47, 0.125);
1832 }
1833
1834 .jqx-svg-picker-material-green:focus {
1835 border: 1px solid rgb(85, 139, 47) !important;
1836 }

mercurial