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

changeset 1
37f1a08315f3
child 70
4da2414eabbc
equal deleted inserted replaced
0:033898178630 1:37f1a08315f3
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-checkbox-material-green[checked] .jqx-checkbox-default-material-green,
758 .jqx-tree-grid-checkbox[checked].jqx-checkbox-default-material-green,
759 .jqx-radiobutton-material-green[checked] .jqx-radiobutton-default-material-green
760 {
761 background-color: #558B2F;
762 border-color: #558B2F;
763 }
764
765 .jqx-checkbox-check-checked-material-green {
766 background: transparent url(images/material_check_white.png) center center no-repeat;
767 }
768 .jqx-checkbox-check-indeterminate-material-green {
769 width:14px !important;
770 height:14px !important;
771 position:relative;
772 top: 1px;
773 left: 1px;
774 background: white;
775 }
776
777 .jqx-checkbox-hover-material-green,
778 .jqx-radiobutton-hover-material-green {
779 background-color: #558B2F;
780 border-color: #558B2F;
781 }
782
783
784 .jqx-slider-slider-material-green {
785 transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
786 }
787
788 .jqx-slider-slider-material-green:active {
789 transform: scale(1.2);
790 box-shadow: rgba(0,0,0,0.3) 0 0 10px;
791 }
792 .jqx-slider-material-green[discrete] .jqx-slider-slider-material-green:active
793 {
794 transform: scaleX(0);
795
796 }
797 .jqx-slider-slider-horizontal-material-green {
798 background: #558B2F;
799 }
800 .jqx-slider-slider-vertical-material-green {
801 background: #558B2F;
802 }
803 .jqx-slider-tooltip-material-green {
804 width: 25px;
805 height: 25px;
806 transform-origin: 50% 100%;
807 border-radius: 50%;
808 transform: scale(0) rotate(45deg);
809 padding:0px;
810 background: transparent !important;
811 }
812 .jqx-slider-tooltip-material-green.init {
813 transform: scale(1) rotate(45deg);
814 }
815 .jqx-slider-tooltip-material-green.hide {
816 transition: transform 0.2s ease;
817 transform-origin:50% 100%;
818 transform: scale(0) rotate(45deg);
819 }
820 .jqx-slider-tooltip-material-green.show {
821 transition: transform 0.2s ease;
822 transform: scale(1) rotate(45deg);
823 }
824
825
826 .jqx-slider-tooltip-material-green .jqx-tooltip-arrow-t-b,
827 .jqx-slider-tooltip-material-green .jqx-tooltip-arrow-l-r {
828 display:none;
829 visibility:hidden;
830 }
831
832 .jqx-slider-tooltip-material-green, .jqx-slider-tooltip-material-green .jqx-fill-state-normal-material-green {
833 border-radius: 15px 15px 0px;
834 display: flex;
835 align-items: center;
836 justify-content: center;
837 background: #558B2F;
838 color: #fff;
839 font-size:11px;
840 }
841 .jqx-slider-tooltip-material-green.far, .jqx-slider-tooltip-material-green.far .jqx-fill-state-normal-material-green {
842 border-radius: 0px 15px 15px 15px;
843 }
844 .jqx-slider-tooltip-material-green.vertical, .jqx-slider-tooltip-material-green.vertical .jqx-fill-state-normal-material-green {
845 border-radius: 15px 0px 15px 15px;
846 }
847 .jqx-slider-tooltip-material-green.vertical.far, .jqx-slider-tooltip-material-green.vertical.far .jqx-fill-state-normal-material-green {
848 border-radius: 15px 15px 15px 0px;
849 }
850 .jqx-slider-tooltip-material-green {
851 background:transparent;
852 border:none !important;
853 box-shadow:none;
854 }
855 .jqx-slider-tooltip-material-green .jqx-tooltip-main-material-green {
856 top: -7px;
857 right: 11px;
858 }
859 .jqx-slider-tooltip-material-green.far .jqx-tooltip-main-material-green {
860 top: 3px;
861 right: 4px;
862 }
863 .jqx-slider-tooltip-material-green.vertical .jqx-tooltip-main-material-green {
864 top: -3px;
865 right: 3px;
866 }
867 .jqx-slider-tooltip-material-green .jqx-tooltip-text {
868 background: transparent;
869 border:none;
870 padding: 0px;
871 overflow:visible;
872 }
873 .jqx-slider-tooltip-material-green .jqx-tooltip-text>span {
874 transform: rotate(-45deg);
875 }
876 .jqx-slider-tooltip-material-green.range {
877 width: 35px;
878 height:35px;
879 }
880
881 .jqx-slider-rangebar-material-green {
882 border-color: #558B2F;
883 background: #558B2F;
884 }
885
886 .jqx-slider-track-horizontal-material-green, .jqx-slider-track-vertical-material-green {
887 border-color: #E0E0E0;
888 background: #f0f0f0;
889 }
890
891 .jqx-slider-button-material-green {
892 -moz-border-radius: 100%;
893 -webkit-border-radius: 100%;
894 border-radius: 100%;
895 }
896 .jqx-slider-button-material-green.jqx-fill-state-normal-material-green,
897 .jqx-slider-button-material-green.jqx-fill-state-hover-material-green,
898 .jqx-slider-button-material-green.jqx-fill-state-pressed-material-green
899 {
900 background: transparent !important;
901 }
902
903 .jqx-listitem-state-hover-material-green,
904 .jqx-listitem-state-selected-material-green,
905 .jqx-listitem-state-normal-material-green {
906 padding: 5px;
907 }
908
909 .jqx-scheduler-edit-dialog-label-material-green {
910 line-height: 35px;
911 padding-top: 6px;
912 padding-bottom: 6px;
913
914 }
915 .jqx-scheduler-edit-dialog-field-material-green {
916 line-height: 35px;
917 padding-top: 6px;
918 padding-bottom: 6px;
919 }
920 .jqx-scheduler-edit-dialog-label-rtl-material-green {
921 line-height: 35px;
922 padding-top: 6px;
923 padding-bottom: 6px;
924 }
925 .jqx-scheduler-edit-dialog-field-rtl-material-green {
926 line-height: 35px;
927 padding-top: 6px;
928 padding-bottom: 6px;
929 }
930
931 /*applied to a list item when the item is selected.*/
932 .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,
933 .jqx-menu-vertical-material-green .jqx-menu-item-top-hover-material-green, .jqx-input-popup-material-green .jqx-fill-state-hover-material-green,
934 .jqx-input-popup-material-green .jqx-fill-state-pressed-material-green {
935 color: #333 !important;
936 border-color: #F5F5F5;
937 text-decoration: none;
938 background-color: #F5F5F5;
939 background-repeat: repeat-x;
940 outline: 0;
941 background: #F5F5F5; /* Old browsers */
942 -webkit-box-shadow: none;
943 -moz-box-shadow: none;
944 box-shadow: none;
945 background-position: 0 0;
946 }
947
948 .jqx-scheduler-cell-hover-material-green {
949 border-color: #F5F5F5 !important;
950 background: #F5F5F5 !important;
951 }
952
953
954
955 .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,
956 .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 {
957 color: #558B2F !important;
958 border-color: rgba(85,139,47,0.2) !important;
959 background: rgba(85,139,47,0.2);
960 box-shadow: none;
961 }
962
963 .jqx-scheduler-cell-selected-material-green {
964 border-color: rgba(85,139,47,0.2) !important;
965 background: rgba(85,139,47,0.2) !important;
966
967 }
968
969 .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 {
970 -webkit-box-shadow: none;
971 -moz-box-shadow: none;
972 box-shadow: none;
973 -webkit-transition: none;
974 -moz-transition: none;
975 -o-transition: none;
976 transition: none;
977 }
978
979 .jqx-popup-material-green {
980 border: 1px solid #E0E0E0;
981 *border-right-width: 2px;
982 *border-bottom-width: 2px;
983 -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
984 -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
985 }
986
987 .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 {
988 background-image: url('images/material-icon-up.png');
989 background-repeat: no-repeat;
990 background-position: center;
991 }
992
993 .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 {
994 background-image: url('images/material-icon-down.png');
995 background-repeat: no-repeat;
996 background-position: center;
997 }
998
999 .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 {
1000 background-image: url('images/material-icon-left.png');
1001 background-repeat: no-repeat;
1002 background-position: center;
1003 }
1004
1005 .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 {
1006 background-image: url('images/material-icon-right.png');
1007 background-repeat: no-repeat;
1008 background-position: center;
1009 }
1010
1011 .jqx-tree-item-arrow-collapse-rtl-material-green, .jqx-tree-item-arrow-collapse-hover-rtl-material-green {
1012 background-image: url(images/material-icon-left.png);
1013 }
1014
1015 .jqx-menu-item-arrow-left-selected-material-green {
1016 background-image: url('images/material-icon-left.png');
1017 background-repeat: no-repeat;
1018 background-position: center;
1019 }
1020
1021 .jqx-menu-item-arrow-right-selected-material-green {
1022 background-image: url('images/material-icon-right.png');
1023 background-repeat: no-repeat;
1024 background-position: center;
1025 }
1026
1027 .jqx-input-button-content-material-green {
1028 font-size: 10px;
1029 }
1030
1031 .jqx-widget .jqx-grid-column-header-cell-material-green {
1032 padding-top: 8px;
1033 padding-bottom: 8px;
1034 height:30px;
1035 }
1036
1037 .jqx-widget .jqx-grid-row-cell-material-green {
1038 padding-top: 8px;
1039 padding-bottom: 8px;
1040 height:30px;
1041 }
1042
1043 .jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {
1044 border-color: #E0E0E0;
1045 }
1046
1047 .jqx-combobox-material-green .jqx-icon-close-material-green {
1048 background-image:url(images/close_white.png)
1049 }
1050 .jqx-combobox-material-green, .jqx-input-material-green {
1051 border-color: #E0E0E0;
1052 color: #555555;
1053 background-color: #ffffff;
1054 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1055 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1056 }
1057
1058 .jqx-combobox-content-material-green,
1059 .jqx-datetimeinput-content-material-green
1060 {
1061 border-color: transparent;
1062 }
1063 .jqx-combobox-arrow-normal-material-green {
1064 background: #fff;
1065 border-color: transparent;
1066 }
1067
1068 .jqx-combobox-content-focus-material-green,
1069 .jqx-combobox-state-focus-material-green,
1070 .jqx-numberinput-focus-material-green {
1071 outline: none;
1072 }
1073
1074 .jqx-input-group-material-green {
1075 position: relative;
1076 display: inline-block;
1077 overflow: visible;
1078 border: none;
1079 box-shadow: none;
1080 }
1081
1082 .jqx-input-group-material-green input {
1083 width: 100%;
1084 height: 100%;
1085 box-sizing: border-box;
1086 }
1087 .jqx-input-group-material-green textarea {
1088 width: 100%;
1089 height: 100%;
1090 outline: none;
1091 resize: none;
1092 border-left: none;
1093 border-right: none;
1094 border-top: none;
1095 border-bottom-color: #e0e0e0;
1096 }
1097 .jqx-numberinput-material-green,
1098 .jqx-maskedinput-material-green
1099 {
1100 position:relative;
1101 }
1102 .jqx-numberinput-material-green input {
1103 height:100% !important;
1104 }
1105 .jqx-input-material-green.jqx-validator-error-element {
1106 border-color: transparent !important;
1107 border-bottom: 1px solid #df2227 !important;
1108 }
1109 .jqx-input-material-green input,
1110 .jqx-dropdownlist-state-normal-material-green,
1111 .jqx-combobox-state-normal-material-green,
1112 .jqx-datetimeinput-material-green,
1113 .jqx-numberinput-material-green,
1114 .jqx-maskedinput-material-green
1115 {
1116 background: #fff;
1117 border-color: #fff;
1118 border-radius: 0;
1119 box-shadow: none;
1120 border-bottom: 1px solid #E0E0E0;
1121 outline: none;
1122 }
1123 .jqx-datetimeinput-material-green .jqx-action-button-material-green,
1124 .jqx-datetimeinput-material-green .jqx-action-button-rtl-material-green
1125 {
1126 background-color: transparent;
1127 border-color: transparent;
1128 }
1129 .jqx-datetimeinput-material-green, .jqx-datetimeinput-material-green > div,
1130 .jqx-numberinput-material-green, .jqx-numberinput-material-green > div,
1131 .jqx-maskedinput-material-green, .jqx-maskedinput-material-green > div,
1132 .jqx-dropdownlist-state-normal-material-green, .jqx-dropdownlist-state-normal-material-green > div, .jqx-dropdownlist-state-normal-material-green > div > div,
1133 .jqx-combobox-state-normal-material-green, .jqx-combobox-state-normal-material-green > div, .jqx-combobox-state-normal-material-green > div > div {
1134 overflow: visible !important;
1135 }
1136
1137 .jqx-input-material-green input:focus {
1138 border-radius: 0;
1139 box-shadow: none;
1140 }
1141
1142 .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 {
1143 font-size: 14px;
1144 resize: none;
1145 background: #fff;
1146 border: none;
1147 border-radius: 0;
1148 box-sizing:border-box;
1149 box-shadow: none;
1150 border-bottom: 1px solid #E0E0E0;
1151 }
1152 .jqx-input-label {
1153 visibility:inherit;
1154 }
1155 .jqx-input-bar{
1156 visibility:inherit;
1157 }
1158 input:focus ~ .jqx-input-label-material-green,
1159 textarea:focus ~ .jqx-input-label-material-green,
1160 .jqx-input-widget-material-green[hint=true] .jqx-input-label,
1161 .jqx-text-area-material-green[hint=true] .jqx-input-label,
1162 .jqx-dropdownlist-state-selected-material-green .jqx-input-label,
1163 .jqx-dropdownlist-state-normal-material-green[hint=true] .jqx-input-label,
1164 .jqx-combobox-state-normal-material-green[hint=true] .jqx-input-label,
1165 .jqx-combobox-material-green .jqx-input-label.focused,
1166 .jqx-dropdownlist-material-green .jqx-input-label.focused,
1167 .jqx-datetimeinput-material-green[hint=true] .jqx-input-label,
1168 .jqx-maskedinput-material-green[hint=true] .jqx-input-label,
1169 .jqx-numberinput-material-green[hint=true] .jqx-input-label,
1170 .jqx-formattedinput-material-green[hint=true] .jqx-input-label
1171 {
1172 top: -15px;
1173 font-size: 12px;
1174 color: #558B2F;
1175 }
1176 .jqx-dropdownlist-material-green[default-placeholder="true"] .jqx-input-label {
1177 visibility: hidden;
1178 }
1179 input:focus ~ .jqx-input-bar-material-green:before,
1180 textarea:focus ~ .jqx-input-bar-material-green:before,
1181 .jqx-dropdownlist-state-selected-material-green .jqx-input-bar:before,
1182 .jqx-dropdownlist-material-green .jqx-input-bar.focused:before,
1183 .jqx-complex-input-group-material-green .jqx-input-bar.focused::before,
1184 .jqx-combobox-material-green .jqx-input-bar.focused:before,
1185 .jqx-combobox-state-selected-material-green .jqx-input-bar:before {
1186 width: 100%;
1187 }
1188 .jqx-complex-input-group-material-green .jqx-fill-state-normal-material-green {
1189 border-color: #fafafa;
1190 }
1191 input[type="password"] {
1192 letter-spacing: 0.3em;
1193 }
1194
1195 .jqx-input-label-material-green {
1196 color: #E0E0E0;
1197 font-size: 14px;
1198 font-weight: normal;
1199 position: absolute;
1200 pointer-events: none;
1201 left: 2px;
1202 top:10px;
1203 top: calc(50% - 7px);
1204 transition: 300ms ease all;
1205 }
1206 .jqx-input-label.initial {
1207 transition: none;
1208 }
1209 .jqx-input-bar {
1210 position: relative;
1211 display: block;
1212 z-index:1;
1213 }
1214
1215 .jqx-input-bar-material-green:before {
1216 content: '';
1217 height: 2px;
1218 width: 0;
1219 bottom: 0px;
1220 position: absolute;
1221 background: #558B2F;
1222 transition: 300ms ease all;
1223 left: 0%;
1224 }
1225 .jqx-formatted-input-spin-button-material-green, .jqx-input-group-addon-material-green {
1226 border-color: #fff;
1227 background: #fff;
1228 }
1229 .jqx-dropdownlist-state-selected-material-green,
1230 .jqx-combobox-state-selected-material-green {
1231 color: #558B2F;
1232 }
1233
1234
1235 .jqx-dropdownlist-state-normal-material-green .jqx-icon-arrow-down-material-green,
1236 .jqx-combobox-state-normal-material-green .jqx-icon-arrow-down-material-green,
1237 .sorticon.descending .jqx-grid-column-sorticon-material-green,
1238 .jqx-tree-item-arrow-expand-material-green,
1239 .jqx-expander-header-material-green .jqx-icon-arrow-down
1240 {
1241 transform: rotate(0deg);
1242 transition: transform 0.2s ease-out;
1243 }
1244 .jqx-expander-header-material-green .jqx-icon-arrow-up {
1245 transform: rotate(180deg);
1246 transition: transform 0.2s ease-out;
1247 background-image: url('images/material-icon-down.png');
1248 }
1249
1250 .jqx-tree-item-arrow-collapse-material-green
1251 {
1252 transform: rotate(-90deg);
1253 background-image: url('images/material-icon-down.png');
1254 background-repeat: no-repeat;
1255 background-position: center;
1256 transition: transform 0.2s ease-out;
1257 }
1258 .jqx-dropdownlist-state-selected-material-green .jqx-icon-arrow-down-material-green,
1259 .jqx-combobox-state-selected-material-green .jqx-icon-arrow-down-material-green,
1260 .sorticon.ascending .jqx-grid-column-sorticon-material-green
1261 {
1262 transform: rotate(180deg);
1263 transition: transform 0.2s ease-out;
1264 left: -1px;
1265 }
1266 .jqx-combobox-state-selected-material-green .jqx-icon-arrow-down-material-green{
1267 left:-1px;
1268 }
1269 .jqx-listbox-container {
1270 margin-top: 1px;
1271 }
1272
1273 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 {
1274 color: #999999;
1275 }
1276
1277 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 {
1278 color: #999999;
1279 }
1280
1281 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 {
1282 color: #999999;
1283 }
1284
1285 .jqx-combobox-content-focus-material-green, .jqx-combobox-state-focus-material-green, .jqx-fill-state-focus-material-green,
1286 .jqx-numberinput-focus-material-green {
1287 outline: none;
1288 }
1289
1290 .jqx-popup-material-green.jqx-fill-state-focus-material-green {
1291 outline: none;
1292 border-color: #E0E0E0 !important;
1293 }
1294
1295 .jqx-datetimeinput-content, .jqx-datetimeinput-container {
1296 overflow: visible !important;
1297 }
1298 .jqx-text-area-material-green, .jqx-text-area-material-green > div {
1299 overflow:visible !important;
1300 }
1301 .jqx-text-area-element-material-green {
1302 box-sizing: border-box;
1303 }
1304 .jqx-pivotgrid-content-wrapper.jqx-fill-state-normal-material-green {
1305 border-color: #E0E0E0;
1306 }
1307
1308 .jqx-grid-cell-material-green.jqx-grid-cell-selected-material-green > .jqx-grid-group-expand-material-green {
1309 background-image: url('images/material-icon-down.png');
1310 background-repeat: no-repeat;
1311 background-position: center;
1312 }
1313
1314 .jqx-grid-cell-material-green.jqx-grid-cell-selected-material-green > .jqx-grid-group-collapse-material-green {
1315 background-image: url('images/material-icon-right.png');
1316 background-repeat: no-repeat;
1317 background-position: center;
1318 }
1319
1320 .jqx-grid-cell-material-green.jqx-grid-cell-selected-material-green > .jqx-grid-group-collapse-rtl-material-green {
1321 background-image: url('images/material-icon-left.png');
1322 background-repeat: no-repeat;
1323 background-position: center;
1324 }
1325
1326 .jqx-grid-cell-material-green.jqx-grid-cell-selected-material-green > .jqx-grid-group-expand-rtl-material-green {
1327 background-image: url('images/material-icon-down.png');
1328 background-repeat: no-repeat;
1329 background-position: center;
1330 }
1331 .jqx-tabs-title-selected-top-material-green, .jqx-tabs-selection-tracker-top-material-green {
1332 border-color: transparent;
1333 filter: none;
1334 background: #fff;
1335 color: #333;
1336 -webkit-box-shadow: none;
1337 -moz-box-shadow: none;
1338 box-shadow: none;
1339 }
1340 .jqx-tabs-title-material-green, .jqx-ribbon-item-material-green {
1341 color: #333;
1342 }
1343 .jqx-tabs-title-selected-bottom-material-green,
1344 .jqx-tabs-title-selected-top-material-green
1345 {
1346 color: #558B2F;
1347 font-weight:500;
1348 padding-top:5px;
1349 padding-bottom:5px;
1350 }
1351 .jqx-tabs-title.jqx-fill-state-hover-material-green {
1352 border-color: transparent;
1353 }
1354 .jqx-ribbon-item-material-green {
1355 cursor: pointer;
1356 }
1357 .jqx-ribbon-item-selected-material-green {
1358 color: #558B2F;
1359 font-weight:500;
1360 border-color: transparent;
1361 }
1362
1363 .jqx-ribbon-item-hover-material-green {
1364 background: transparent;
1365 }
1366
1367 .jqx-ribbon-header-top-material-green {
1368 border-color: transparent;
1369 border-bottom-color: #E0E0E0;
1370 }
1371
1372 .jqx-ribbon-header-bottom-material-green {
1373 border-color: transparent;
1374 border-top-color: #E0E0E0;
1375 }
1376
1377 .jqx-ribbon-header-right-material-green {
1378 border-color: transparent;
1379 border-left-color:#E0E0E0;
1380 }
1381
1382 .jqx-ribbon-header-left-material-green {
1383 border-color: transparent;
1384 border-right-color:#E0E0E0;
1385 }
1386
1387 .jqx-tabs-title-selected-bottom-material-green, .jqx-tabs-selection-tracker-bottom-material-green {
1388 border-color: transparent;
1389 border-top: 1px solid #fff;
1390 filter: none;
1391 background: #fff;
1392 -webkit-box-shadow: none;
1393 -moz-box-shadow: none;
1394 box-shadow: none;
1395 }
1396
1397 .jqx-tabs-material-green, .jqx-ribbon-material-green {
1398 border-color: transparent;
1399 }
1400
1401
1402 .jqx-tabs-header-material-green, .jqx-ribbon-header-material-green {
1403 background: transparent;
1404 }
1405 .jqx-tabs-position-bottom .jqx-tabs-header-material-green {
1406 border-color: transparent;
1407 }
1408 .jqx-layout-material-green .jqx-tabs-header-material-green, .jqx-layout-material-green .jqx-ribbon-header-material-green {
1409 background: #fff;
1410 border-color: #E0E0E0;
1411 }
1412 .jqx-tabs-title-bottom {
1413 border-color: transparent;
1414 }
1415 .jqx-tabs-title-hover-top-material-green, .jqx-tabs-title-hover-bottom-material-green, .jqx-tabs-header-material-green {
1416 -webkit-box-shadow: none !important;
1417 -moz-box-shadow: none !important;
1418 box-shadow: none !important;
1419 background: transparent;
1420 }
1421
1422 .jqx-tabs-content-material-green {
1423 box-sizing: border-box;
1424 border: 1px solid #E0E0E0;
1425 border-top-color: transparent;
1426 padding:5px;
1427 }
1428 .jqx-tabs-bar-material-green {
1429 position: absolute;
1430 bottom: 0;
1431 background: #558B2F;
1432 height: 2px;
1433 z-index:10;
1434 transition: .5s cubic-bezier(.35,0,.25,1);
1435 }
1436 .jqx-tabs-bar-material-green.vertical {
1437 width: 2px;
1438 }
1439 .jqx-tabs-position-bottom .jqx-tabs-bar-material-green {
1440 top: 0;
1441 }
1442
1443
1444 .jqx-layout-material-green {
1445 background-color: #cccccc;
1446 }
1447
1448 .jqx-kanban-column-header-collapsed-material-green {
1449 background: -moz-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* ff3.6+ */
1450 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 */
1451 background: -webkit-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* safari5.1+,chrome10+ */
1452 background: -o-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* opera 11.10+ */
1453 background: -ms-linear-gradient(0deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* ie10+ */
1454 background: linear-gradient(90deg, rgba(248,248,248,1) 0%, rgba(234,234,234,1) 100%); /* w3c */
1455 }
1456
1457 .jqx-calendar-material-green > div {
1458 padding: 10px;
1459 box-sizing: border-box;
1460 }
1461
1462 .jqx-calendar-cell-material-green {
1463 border-radius: 50%;
1464 font-size:12px;
1465 }
1466 .jqx-calendar-cell-year-material-green,
1467 .jqx-calendar-cell-decade-material-green {
1468 border-radius: 25%;
1469 }
1470
1471 .jqx-calendar-title-content-material-green {
1472 font-weight:bold;
1473 }
1474 .jqx-calendar-column-cell-material-green {
1475 color: rgba(0,0,0,.38);
1476 font-size:12px;
1477 }
1478 .jqx-grid-column-menubutton-material-green {
1479 background-image: url('images/material-icon-down.png');
1480 }
1481
1482 .jqx-tabs-close-button-material-green {
1483 background-image: url(images/close.png);
1484 background-repeat: no-repeat;
1485 background-position: center;
1486 }
1487
1488 .jqx-tabs-close-button-selected-material-green {
1489 background-image: url(images/close.png);
1490 background-repeat: no-repeat;
1491 background-position: center;
1492 }
1493
1494 .jqx-tabs-close-button-hover-material-green {
1495 background-image: url(images/close.png);
1496 background-repeat: no-repeat;
1497 background-position: center;
1498 }
1499
1500 .jqx-scrollbar-button-state-pressed-material-green .jqx-icon-arrow-up-selected-material-green {
1501 background-image: url('images/material-icon-up.png');
1502 background-repeat: no-repeat;
1503 background-position: center;
1504 }
1505
1506 .jqx-scrollbar-button-state-pressed-material-green .jqx-icon-arrow-down-selected-material-green {
1507 background-image: url('images/material-icon-down.png');
1508 background-repeat: no-repeat;
1509 background-position: center;
1510 }
1511
1512 .jqx-scrollbar-button-state-pressed-material-green .jqx-icon-arrow-left-selected-material-green {
1513 background-image: url('images/material-icon-left.png');
1514 background-repeat: no-repeat;
1515 background-position: center;
1516 }
1517
1518 .jqx-scrollbar-button-state-pressed-material-green .jqx-icon-arrow-right-selected-material-green {
1519 background-image: url('images/material-icon-right.png');
1520 background-repeat: no-repeat;
1521 background-position: center;
1522 }
1523
1524 .jqx-grid-cell-material-green.jqx-grid-cell-selected-material-green > .jqx-grid-group-expand-material-green {
1525 background-image: url('images/material-icon-down.png');
1526 background-repeat: no-repeat;
1527 background-position: center;
1528 }
1529
1530 .jqx-grid-cell-material-green.jqx-grid-cell-selected-material-green > .jqx-grid-group-collapse-material-green {
1531 background-image: url('images/material-icon-right.png');
1532 background-repeat: no-repeat;
1533 background-position: center;
1534 }
1535
1536 .jqx-grid-cell-material-green.jqx-grid-cell-selected-material-green > .jqx-grid-group-collapse-rtl-material-green {
1537 background-image: url('images/material-icon-left.png');
1538 background-repeat: no-repeat;
1539 background-position: center;
1540 }
1541
1542 .jqx-grid-cell-material-green.jqx-grid-cell-selected-material-green > .jqx-grid-group-expand-rtl-material-green {
1543 background-image: url('images/material-icon-down.png');
1544 background-repeat: no-repeat;
1545 background-position: center;
1546 }
1547
1548 .jqx-grid-group-collapse-material-green {
1549 background-image: url(images/material-icon-right.png);
1550 background-position: 50% 50%;
1551 background-repeat: no-repeat;
1552 }
1553
1554 .jqx-grid-group-collapse-rtl-material-green {
1555 padding-right: 0px;
1556 background-image: url(images/material-icon-left.png);
1557 background-position: 50% 50%;
1558 background-repeat: no-repeat;
1559 }
1560
1561 .jqx-grid-group-expand-material-green, .jqx-grid-group-expand-rtl-material-green {
1562 padding-right: 0px;
1563 background-image: url(images/material-icon-down.png);
1564 background-position: 50% 50%;
1565 background-repeat: no-repeat;
1566 }
1567 .jqx-grid-cell-filter-row-material-green {
1568 background-color: #fafafa;
1569 }
1570
1571 .jqx-icon-arrow-first-material-green {
1572 background-image: url('images/material-icon-first.png');
1573 background-repeat: no-repeat;
1574 background-position: center;
1575 }
1576
1577 .jqx-icon-arrow-last-material-green {
1578 background-image: url('images/material-icon-last.png');
1579 background-repeat: no-repeat;
1580 background-position: center;
1581 }
1582
1583 .jqx-icon-arrow-first-hover-material-green {
1584 background-image: url('images/material-icon-first.png');
1585 background-repeat: no-repeat;
1586 background-position: center;
1587 }
1588
1589 .jqx-icon-arrow-last-hover-material-green {
1590 background-image: url('images/material-icon-last.png');
1591 background-repeat: no-repeat;
1592 background-position: center;
1593 }
1594
1595 .jqx-icon-arrow-first-selected-material-green {
1596 background-image: url('images/material-icon-first.png');
1597 background-repeat: no-repeat;
1598 background-position: center;
1599 }
1600
1601 .jqx-icon-arrow-last-selected-material-green {
1602 background-image: url('images/material-icon-last.png');
1603 background-repeat: no-repeat;
1604 background-position: center;
1605 }
1606
1607 .jqx-fill-state-pressed-material-green .jqx-icon-arrow-first-selected-material-green {
1608 background-image: url('images/material-icon-first-white.png');
1609 background-repeat: no-repeat;
1610 background-position: center;
1611 }
1612
1613 .jqx-fill-state-pressed-material-green .jqx-icon-arrow-last-selected-material-green {
1614 background-image: url('images/material-icon-last-white.png');
1615 background-repeat: no-repeat;
1616 background-position: center;
1617 }
1618 .jqx-fill-state-pressed-material-green .jqx-icon-arrow-left-selected-material-green {
1619 background-image: url('images/material-icon-left-white.png');
1620 background-repeat: no-repeat;
1621 background-position: center;
1622 }
1623
1624 .jqx-fill-state-pressed-material-green .jqx-icon-arrow-right-selected-material-green {
1625 background-image: url('images/material-icon-right-white.png');
1626 background-repeat: no-repeat;
1627 background-position: center;
1628 }
1629 .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 {
1630 background-image: url('images/material-icon-down.png');
1631 }
1632
1633 .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 {
1634 background-image: url('images/material-icon-down.png');
1635 }
1636
1637 .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 {
1638 background-image: url('images/material-icon-down.png');
1639 }
1640
1641 .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 {
1642 background-image: url('images/material-icon-up.png');
1643 }
1644
1645 .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 {
1646 background-image: url('images/material-icon-up.png');
1647 }
1648
1649 .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 {
1650 background-image: url('images/material-icon-up.png');
1651 }
1652
1653
1654 .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 {
1655 background-image: url('images/material-icon-left.png');
1656 }
1657
1658 .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 {
1659 background-image: url('images/material-icon-left.png');
1660 }
1661
1662 .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 {
1663 background-image: url('images/material-icon-left.png');
1664 }
1665
1666 .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 {
1667 background-image: url('images/material-icon-right.png');
1668 }
1669
1670 .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 {
1671 background-image: url('images/material-icon-right.png');
1672 }
1673
1674 .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 {
1675 background-image: url('images/material-icon-right.png');
1676 }
1677
1678
1679 /* Ripple effect */
1680 .ripple {
1681 position: relative;
1682 transform: translate3d(0, 0, 0);
1683 overflow:hidden;
1684 }
1685
1686 .ink {
1687 display: block;
1688 position: absolute;
1689 pointer-events: none;
1690 border-radius: 0%;
1691 transform: scaleX(0);
1692 background: rgba(85,139,47,0.5);
1693 opacity: 0.25;
1694 }
1695
1696
1697 .outlined .ink, .flat .ink {
1698 background: rgba(85,139,47,0.5);
1699 overflow:hidden;
1700 }
1701
1702 .ink.animate {
1703 animation: ripple .7s ease;
1704 animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1705 }
1706 .jqx-checkbox-material-green .ripple,
1707 .jqx-radiobutton-material-green .ripple
1708 {
1709 overflow:visible;
1710 }
1711 .jqx-checkbox-material-green .ink,
1712 .jqx-radiobutton-material-green .ink
1713 {
1714 transform: scale(0);
1715 background: #558B2F;
1716 border-radius: 50%;
1717 }
1718 .jqx-checkbox-material-green .ink.animate,
1719 .jqx-radiobutton-material-green .ink.animate
1720 {
1721 animation: checkRipple 0.3s ease;
1722 animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1723 }
1724 .jqx-checkbox-material-green .ink.active,
1725 .jqx-radiobutton-material-green .ink.active
1726 {
1727 opacity: 0.2;
1728 transform: scale(2);
1729 }
1730 .jqx-checkbox-default-material-green.active .ink,
1731 .jqx-radiobutton-default-material-green.active .ink
1732 {
1733 opacity: 0.2;
1734 transform: scale(2);
1735 }
1736 /* Ripple effect */
1737 .buttonRipple {
1738 background-position: center;
1739 transition: background 0.8s;
1740 }
1741 .buttonRipple:hover {
1742 background: #558B2F radial-gradient(circle, transparent 1%, #558B2F 1%) center/15000%;
1743 }
1744 .buttonRipple:active {
1745 background-color: #ECE0FD;
1746 background-size: 100%;
1747 transition: background 0s;
1748 }
1749 .buttonRipple:active:not(:hover) {
1750 color: #333;
1751 }
1752 @keyframes ripple {
1753 100% {
1754 opacity: 0;
1755 transform: scale(5);
1756 animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1757 }
1758 }
1759 @keyframes checkRipple {
1760 100% {
1761 opacity: 0.2;
1762 transform: scale(2);
1763 animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1764 }
1765 }
1766
1767 .jqx-fill-state-pressed-material-green .jqx-icon-delete-material-green
1768 {
1769 background-image: url('images/icon-delete-white.png');
1770 }
1771 .jqx-fill-state-pressed-material-green .jqx-icon-edit-material-green
1772 {
1773 background-image: url('images/icon-edit-white.png');
1774 }
1775 .jqx-fill-state-pressed-material-green .jqx-icon-save-material-green
1776 {
1777 background-image: url('images/icon-save-white.png');
1778 }
1779 .jqx-fill-state-pressed-material-green .jqx-icon-cancel-material-green
1780 {
1781 background-image: url('images/icon-cancel-white.png');
1782 }
1783 .jqx-fill-state-pressed-material-green .jqx-icon-search-material-green
1784 {
1785 background-image: url(images/search_white.png);
1786 }
1787 .jqx-fill-state-pressed-material-green .jqx-icon-plus-material-green
1788 {
1789 background-image: url(images/plus_white.png);
1790 }
1791 .jqx-fill-state-pressed-material-green .jqx-menu-minimized-button-material-green {
1792 background-image: url('images/icon-menu-minimized-white.png');
1793 }
1794 .jqx-fill-state-hover-material-green .jqx-editor-toolbar-icon-material-green, .jqx-fill-state-pressed-material-green .jqx-editor-toolbar-icon-material-green {
1795 background: url('images/html_editor_white.png') no-repeat;
1796 }
1797 .jqx-editor-toolbar-button-material-green{
1798 border-color: #ddd;
1799 box-shadow: none !important;
1800 }

mercurial