ready_boot_dash 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +8 -0
  3. data/Gemfile +6 -0
  4. data/LICENSE.txt +21 -0
  5. data/README.md +199 -0
  6. data/Rakefile +2 -0
  7. data/bin/console +14 -0
  8. data/bin/setup +8 -0
  9. data/lib/ready_boot_dash/version.rb +3 -0
  10. data/lib/ready_boot_dash.rb +5 -0
  11. data/ready_boot_dash.gemspec +31 -0
  12. data/vendor/assets/images/.keep +0 -0
  13. data/vendor/assets/images/menu.png +0 -0
  14. data/vendor/assets/images/menu2.png +0 -0
  15. data/vendor/assets/images/profile.jpg +0 -0
  16. data/vendor/assets/javascripts/migrate-template/core/bootstrap.min.js +7 -0
  17. data/vendor/assets/javascripts/migrate-template/core/jquery.3.2.1.min.js +4 -0
  18. data/vendor/assets/javascripts/migrate-template/core/popper.min.js +4 -0
  19. data/vendor/assets/javascripts/migrate-template/demo.js +163 -0
  20. data/vendor/assets/javascripts/migrate-template/plugin/bootstrap-notify/bootstrap-notify.min.js +1 -0
  21. data/vendor/assets/javascripts/migrate-template/plugin/bootstrap-toggle/bootstrap-toggle.min.js +9 -0
  22. data/vendor/assets/javascripts/migrate-template/plugin/chart-circle/circles.min.js +7 -0
  23. data/vendor/assets/javascripts/migrate-template/plugin/chartist/chartist.min.js +10 -0
  24. data/vendor/assets/javascripts/migrate-template/plugin/chartist/plugin/chartist-plugin-tooltip.min.js +213 -0
  25. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/jquery.mapael.min.js +4 -0
  26. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/README.txt +3 -0
  27. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/france_departments.js +165 -0
  28. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/france_departments.min.js +5 -0
  29. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/usa_states.js +148 -0
  30. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/usa_states.min.js +2 -0
  31. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/world_countries.js +229 -0
  32. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/world_countries.min.js +5 -0
  33. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/world_countries_mercator.js +285 -0
  34. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/world_countries_mercator.min.js +4 -0
  35. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/world_countries_miller.js +322 -0
  36. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/world_countries_miller.min.js +3 -0
  37. data/vendor/assets/javascripts/migrate-template/plugin/jquery-scrollbar/jquery.scrollbar.min.js +16 -0
  38. data/vendor/assets/javascripts/migrate-template/plugin/jquery-ui-1.12.1.custom/jquery-ui.min.js +8 -0
  39. data/vendor/assets/javascripts/migrate-template/ready.js +57 -0
  40. data/vendor/assets/javascripts/migrate-template/ready.min.js +2 -0
  41. data/vendor/assets/javascripts/ready_boot_dash.js +17 -0
  42. data/vendor/assets/javascripts/vendor/gijgo.min.js +1 -0
  43. data/vendor/assets/javascripts/vendor/moment.js +4506 -0
  44. data/vendor/assets/javascripts/vendor/pcsFormatNumber.jquery.js +44 -0
  45. data/vendor/assets/stylesheets/admin/accounts.scss +3 -0
  46. data/vendor/assets/stylesheets/admin/categories.scss +3 -0
  47. data/vendor/assets/stylesheets/admin/customers.scss +3 -0
  48. data/vendor/assets/stylesheets/admin/dashboards.scss +3 -0
  49. data/vendor/assets/stylesheets/admin/invoices.scss +3 -0
  50. data/vendor/assets/stylesheets/admin/payments.scss +3 -0
  51. data/vendor/assets/stylesheets/admin/products.scss +3 -0
  52. data/vendor/assets/stylesheets/admin/taxes.scss +3 -0
  53. data/vendor/assets/stylesheets/admin/vendors.scss +3 -0
  54. data/vendor/assets/stylesheets/core-style.css +1753 -0
  55. data/vendor/assets/stylesheets/fonts/gijgo-material.eot +0 -0
  56. data/vendor/assets/stylesheets/fonts/gijgo-material.svg +91 -0
  57. data/vendor/assets/stylesheets/fonts/gijgo-material.ttf +0 -0
  58. data/vendor/assets/stylesheets/fonts/gijgo-material.woff +0 -0
  59. data/vendor/assets/stylesheets/fonts/line-awesome.eot +0 -0
  60. data/vendor/assets/stylesheets/fonts/line-awesome.svg +2628 -0
  61. data/vendor/assets/stylesheets/fonts/line-awesome.ttf +0 -0
  62. data/vendor/assets/stylesheets/fonts/line-awesome.woff +0 -0
  63. data/vendor/assets/stylesheets/fonts/line-awesome.woff2 +0 -0
  64. data/vendor/assets/stylesheets/migrate-template/bootstrap.min.css +7 -0
  65. data/vendor/assets/stylesheets/migrate-template/demo.css +101 -0
  66. data/vendor/assets/stylesheets/migrate-template/pagination.css +104 -0
  67. data/vendor/assets/stylesheets/migrate-template/ready.css +6674 -0
  68. data/vendor/assets/stylesheets/migrate-template/ready.min.css +15 -0
  69. data/vendor/assets/stylesheets/ready_boot_dash.scss +62 -0
  70. data/vendor/assets/stylesheets/vendor/animate.css +12 -0
  71. data/vendor/assets/stylesheets/vendor/bootstrap.min.css +7 -0
  72. data/vendor/assets/stylesheets/vendor/classy-nav.min.css +1 -0
  73. data/vendor/assets/stylesheets/vendor/font-awesome.min.css +4 -0
  74. data/vendor/assets/stylesheets/vendor/gijgo.css +2689 -0
  75. data/vendor/assets/stylesheets/vendor/jquery-ui.min.css +7 -0
  76. data/vendor/assets/stylesheets/vendor/magnific-popup.css +1 -0
  77. data/vendor/assets/stylesheets/vendor/nice-select.css +185 -0
  78. data/vendor/assets/stylesheets/vendor/owl.carousel.css +216 -0
  79. data/vendor/assets/stylesheets/vendor/style.css +13 -0
  80. metadata +207 -0
@@ -0,0 +1,2689 @@
1
+ .gj-button {
2
+ background-color: #f5f5f5;
3
+ border: 1px solid #ddd;
4
+ color: #000;
5
+ border-radius: 3px;
6
+ padding: 6px 10px;
7
+ cursor: pointer;
8
+ }
9
+
10
+ .gj-unselectable {
11
+ -webkit-touch-callout: none;
12
+ -webkit-user-select: none;
13
+ -khtml-user-select: none;
14
+ -moz-user-select: none;
15
+ -ms-user-select: none;
16
+ user-select: none;
17
+ }
18
+
19
+ .gj-row {
20
+ display: -webkit-box;
21
+ display: -ms-flexbox;
22
+ display: flex;
23
+ -ms-flex-wrap: wrap;
24
+ flex-wrap: wrap;
25
+ }
26
+
27
+ .gj-margin-left-5 {
28
+ margin-left: 5px;
29
+ }
30
+
31
+ .gj-margin-left-10 {
32
+ margin-left: 10px;
33
+ }
34
+
35
+ .gj-width-full {
36
+ width: 100%;
37
+ }
38
+
39
+ .gj-cursor-pointer {
40
+ cursor: pointer;
41
+ }
42
+
43
+ .gj-text-align-center {
44
+ text-align: center;
45
+ }
46
+
47
+ .gj-font-size-16 {
48
+ font-size: 16px;
49
+ }
50
+
51
+ .gj-hidden {
52
+ display: none;
53
+ }
54
+
55
+ /** Material Design */
56
+ .gj-button-md {
57
+ background: 0 0;
58
+ border: none;
59
+ border-radius: 2px;
60
+ color: rgba(0, 0, 0, 0.87);
61
+ position: relative;
62
+ height: 36px;
63
+ margin: 0;
64
+ min-width: 64px;
65
+ padding: 0 16px;
66
+ display: inline-block;
67
+ font-family: "Roboto","Helvetica","Arial",sans-serif;
68
+ font-size: 1rem;
69
+ font-weight: 500;
70
+ text-transform: uppercase;
71
+ letter-spacing: 0;
72
+ overflow: hidden;
73
+ will-change: box-shadow;
74
+ transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
75
+ outline: none;
76
+ cursor: pointer;
77
+ text-decoration: none;
78
+ text-align: center;
79
+ line-height: 36px;
80
+ vertical-align: middle;
81
+ overflow: hidden;
82
+ -webkit-user-select: none;
83
+ -moz-user-select: none;
84
+ -ms-user-select: none;
85
+ user-select: none;
86
+ }
87
+
88
+ .gj-button-md:hover {
89
+ background-color: rgba(158,158,158,.2);
90
+ }
91
+
92
+ .gj-button-md:disabled {
93
+ color: rgba(0,0,0,.26);
94
+ background: 0 0;
95
+ }
96
+
97
+ .gj-button-md .material-icons,
98
+ .gj-button-md .gj-icon {
99
+ vertical-align: middle;
100
+ /*font-size: 1.3rem;
101
+ margin-right: 4px;*/
102
+ }
103
+
104
+ .gj-button-md.gj-button-md-icon {
105
+ width: 24px;
106
+ height: 31px;
107
+ min-width: 24px;
108
+ padding: 0px;
109
+ display: table;
110
+ }
111
+
112
+ .gj-button-md.gj-button-md-icon .material-icons,
113
+ .gj-button-md.gj-button-md-icon .gj-icon {
114
+ display: table-cell;
115
+ margin-right: 0px;
116
+ width: 24px;
117
+ height: 24px;
118
+ }
119
+
120
+ .gj-button-md.active {
121
+ background-color: rgba(158,158,158,.4);
122
+ }
123
+
124
+ .gj-button-md-group {
125
+ position: relative;
126
+ display: inline-block;
127
+ vertical-align: middle;
128
+ }
129
+
130
+ .gj-textbox-md {
131
+ border: none;
132
+ border-bottom: 1px solid rgba(0,0,0,.42);
133
+ display: block;
134
+ font-family: "Helvetica","Arial",sans-serif;
135
+ font-size: 16px;
136
+ line-height: 16px;
137
+ padding: 4px 0px;
138
+ margin: 0;
139
+ width: 100%;
140
+ background: 0 0;
141
+ text-align: left;
142
+ color: rgba(0,0,0,.87);
143
+ }
144
+
145
+ .gj-textbox-md:focus,
146
+ .gj-textbox-md:active {
147
+ border-bottom: 2px solid rgba(0,0,0,.42);
148
+ outline: none;
149
+ }
150
+
151
+ .gj-textbox-md::placeholder {
152
+ color: #8e8e8e;
153
+ }
154
+
155
+ .gj-textbox-md:-ms-input-placeholder {
156
+ color: #8e8e8e;
157
+ }
158
+
159
+ .gj-textbox-md::-ms-input-placeholder {
160
+ color: #8e8e8e;
161
+ }
162
+
163
+ .gj-md-spacer-24 {
164
+ min-width: 24px;
165
+ width: 24px;
166
+ display: inline-block;
167
+ }
168
+
169
+ .gj-md-spacer-32 {
170
+ min-width: 32px;
171
+ width: 32px;
172
+ display: inline-block;
173
+ }
174
+
175
+ .gj-modal {
176
+ position: fixed;
177
+ top: 0;
178
+ right: 0;
179
+ bottom: 0;
180
+ left: 0;
181
+ z-index: 1203;
182
+ display: none;
183
+ overflow: hidden;
184
+ -webkit-overflow-scrolling: touch;
185
+ outline: 0;
186
+ background-color: rgba(0, 0, 0, 0.54118);
187
+ transition: 200ms ease opacity;
188
+ will-change: opacity;
189
+ }
190
+
191
+ /* List */
192
+ ul.gj-list li [data-role="wrapper"] {
193
+ display: table;
194
+ width: 100%;
195
+ }
196
+
197
+ ul.gj-list li [data-role="checkbox"] {
198
+ display: table-cell;
199
+ vertical-align:middle;
200
+ text-align:center;
201
+ }
202
+
203
+ ul.gj-list li [data-role="image"] {
204
+ display: table-cell;
205
+ vertical-align:middle;
206
+ text-align:center;
207
+ }
208
+
209
+ ul.gj-list li [data-role="display"] {
210
+ display: table-cell;
211
+ vertical-align:middle;
212
+ cursor: pointer;
213
+ }
214
+
215
+ ul.gj-list li [data-role="display"]:empty:before {
216
+ content: "\200b"; /* unicode zero width space character */
217
+ }
218
+
219
+ /* List - Bootstrap */
220
+ ul.gj-list-bootstrap {
221
+ padding-left: 0px;
222
+ margin-bottom: 0px;
223
+ }
224
+
225
+ ul.gj-list-bootstrap li {
226
+ padding: 0px;
227
+ }
228
+
229
+ ul.gj-list-bootstrap li [data-role="wrapper"] {
230
+ padding: 0px 10px;
231
+ }
232
+
233
+ ul.gj-list-bootstrap li [data-role="checkbox"] {
234
+ width: 24px;
235
+ padding: 3px;
236
+ }
237
+
238
+ ul.gj-list-bootstrap li [data-role="image"] {
239
+ width: 24px;
240
+ height: 24px;
241
+ }
242
+
243
+ ul.gj-list-bootstrap li [data-role="display"] {
244
+ padding: 8px 0px 8px 4px;
245
+ }
246
+
247
+ .list-group-item.active ul li, .list-group-item.active:focus ul li, .list-group-item.active:hover ul li {
248
+ text-shadow: none;
249
+ color:initial;
250
+ }
251
+
252
+ /* List - Material Design */
253
+ ul.gj-list-md {
254
+ padding: 0px;
255
+ list-style: none;
256
+ list-style-type: none;
257
+ line-height: 24px;
258
+ letter-spacing: 0;
259
+ color: #616161; /* Gray 700 */
260
+ }
261
+
262
+ ul.gj-list-md li {
263
+ display: list-item;
264
+ list-style-type: none;
265
+ padding: 0px;
266
+ min-height: unset;
267
+ box-sizing: border-box;
268
+ align-items: center;
269
+ cursor: default;
270
+ overflow: hidden;
271
+
272
+ font-family: "Roboto","Helvetica","Arial",sans-serif;
273
+ font-size: 16px;
274
+ font-weight: 400;
275
+ letter-spacing: .04em;
276
+ line-height: 1;
277
+
278
+ -webkit-flex-direction: row;
279
+ -ms-flex-direction: row;
280
+ flex-direction: row;
281
+ -webkit-flex-wrap: nowrap;
282
+ -ms-flex-wrap: nowrap;
283
+ flex-wrap: nowrap;
284
+ }
285
+
286
+ ul.gj-list-md li [data-role="checkbox"] {
287
+ height: 24px;
288
+ width: 24px;
289
+ }
290
+
291
+ ul.gj-list-md li [data-role="image"] {
292
+ height: 24px;
293
+ width: 24px;
294
+ }
295
+
296
+ ul.gj-list-md li [data-role="display"] {
297
+ padding: 8px 0px 8px 5px;
298
+ order: 0;
299
+ flex-grow: 2;
300
+ text-decoration: none;
301
+ box-sizing: border-box;
302
+ align-items: center;
303
+ text-align: left;
304
+ color: rgba(0,0,0,.87);
305
+ }
306
+
307
+ ul.gj-list-md li.disabled>[data-role="wrapper"]>[data-role="display"] {
308
+ color: #9E9E9E; /* Gray 500 */
309
+ }
310
+
311
+ .gj-list-md-active {
312
+ background: #e0e0e0;
313
+ color: #3f51b5;
314
+ }
315
+
316
+
317
+ /* Picker */
318
+ .gj-picker {
319
+ position: absolute;
320
+ z-index: 1203;
321
+ background-color: #fff;
322
+ }
323
+
324
+ .gj-picker .selected {
325
+ color: #fff;
326
+ }
327
+
328
+ /* Material Design */
329
+ .gj-picker-md {
330
+ font-family: "Roboto","Helvetica","Arial",sans-serif;
331
+ font-size: 16px;
332
+ font-weight: 400;
333
+ letter-spacing: .04em;
334
+ line-height: 1;
335
+ color: rgba(0,0,0,.87);
336
+ border: 1px solid #E0E0E0;
337
+ }
338
+
339
+ .gj-modal .gj-picker-md {
340
+ border: 0px;
341
+ }
342
+
343
+ .gj-picker-md [role="header"] {
344
+ color: rgba(255, 255, 255, 0.54);
345
+ display: flex;
346
+ background: #2196f3;
347
+ align-items: baseline;
348
+ user-select: none;
349
+ justify-content: center;
350
+ }
351
+
352
+ .gj-picker-md [role="footer"] {
353
+ float: right;
354
+ padding: 10px;
355
+ }
356
+
357
+ .gj-picker-md [role="footer"] button.gj-button-md {
358
+ color: #2196f3;
359
+ font-weight: bold;
360
+ font-size: 13px;
361
+ }
362
+
363
+ /* Bootstrap */
364
+ .gj-picker-bootstrap {
365
+ border-radius: 4px;
366
+ border: 1px solid #E0E0E0;
367
+ }
368
+
369
+ .gj-picker-bootstrap .selected {
370
+ color: #888;
371
+ }
372
+
373
+ .gj-picker-bootstrap [role="header"] {
374
+ background: #eee;
375
+ color: #AAA;
376
+ }
377
+ @font-face {
378
+ font-family: 'gijgo-material';
379
+ src: url('fonts/gijgo-material.eot?235541');
380
+ src: url('fonts/gijgo-material.eot?235541#iefix') format('embedded-opentype'), url('fonts/gijgo-material.ttf?235541') format('truetype'), url('fonts/gijgo-material.woff?235541') format('woff'), url('fonts/gijgo-material.svg?235541#gijgo-material') format('svg');
381
+ font-weight: normal;
382
+ font-style: normal;
383
+ }
384
+
385
+ .gj-icon {
386
+ /* use !important to prevent issues with browser extensions that change fonts */
387
+ font-family: 'gijgo-material' !important;
388
+ font-size: 24px;
389
+ speak: none;
390
+ font-style: normal;
391
+ font-weight: normal;
392
+ font-variant: normal;
393
+ text-transform: none;
394
+ line-height: 1;
395
+ /* Enable Ligatures ================ */
396
+ letter-spacing: 0;
397
+ -webkit-font-feature-settings: "liga";
398
+ -moz-font-feature-settings: "liga=1";
399
+ -moz-font-feature-settings: "liga";
400
+ -ms-font-feature-settings: "liga" 1;
401
+ font-feature-settings: "liga";
402
+ -webkit-font-variant-ligatures: discretionary-ligatures;
403
+ font-variant-ligatures: discretionary-ligatures;
404
+ /* Better Font Rendering =========== */
405
+ -webkit-font-smoothing: antialiased;
406
+ -moz-osx-font-smoothing: grayscale;
407
+ }
408
+
409
+ .gj-icon.undo:before {
410
+ content: "\e900";
411
+ }
412
+
413
+ .gj-icon.vertical-align-top:before {
414
+ content: "\e901";
415
+ }
416
+
417
+ .gj-icon.vertical-align-center:before {
418
+ content: "\e902";
419
+ }
420
+
421
+ .gj-icon.vertical-align-bottom:before {
422
+ content: "\e903";
423
+ }
424
+
425
+ .gj-icon.arrow-dropup:before {
426
+ content: "\e904";
427
+ }
428
+
429
+ .gj-icon.clock:before {
430
+ content: "\e905";
431
+ }
432
+
433
+ .gj-icon.refresh:before {
434
+ content: "\e906";
435
+ }
436
+
437
+ .gj-icon.last-page:before {
438
+ content: "\e907";
439
+ }
440
+
441
+ .gj-icon.first-page:before {
442
+ content: "\e908";
443
+ }
444
+
445
+ .gj-icon.cancel:before {
446
+ content: "\e909";
447
+ }
448
+
449
+ .gj-icon.clear:before {
450
+ content: "\e90a";
451
+ }
452
+
453
+ .gj-icon.check-circle:before {
454
+ content: "\e90b";
455
+ }
456
+
457
+ .gj-icon.delete:before {
458
+ content: "\e90c";
459
+ }
460
+
461
+ .gj-icon.arrow-upward:before {
462
+ content: "\e90d";
463
+ }
464
+
465
+ .gj-icon.arrow-forward:before {
466
+ content: "\e90e";
467
+ }
468
+
469
+ .gj-icon.arrow-downward:before {
470
+ content: "\e90f";
471
+ }
472
+
473
+ .gj-icon.arrow-back:before {
474
+ content: "\e910";
475
+ }
476
+
477
+ .gj-icon.list-numbered:before {
478
+ content: "\e911";
479
+ }
480
+
481
+ .gj-icon.list-bulleted:before {
482
+ content: "\e912";
483
+ }
484
+
485
+ .gj-icon.indent-increase:before {
486
+ content: "\e913";
487
+ }
488
+
489
+ .gj-icon.indent-decrease:before {
490
+ content: "\e914";
491
+ }
492
+
493
+ .gj-icon.redo:before {
494
+ content: "\e915";
495
+ }
496
+
497
+ .gj-icon.align-right:before {
498
+ content: "\e916";
499
+ }
500
+
501
+ .gj-icon.align-left:before {
502
+ content: "\e917";
503
+ }
504
+
505
+ .gj-icon.align-justify:before {
506
+ content: "\e918";
507
+ }
508
+
509
+ .gj-icon.align-center:before {
510
+ content: "\e919";
511
+ }
512
+
513
+ .gj-icon.strikethrough:before {
514
+ content: "\e91a";
515
+ }
516
+
517
+ .gj-icon.italic:before {
518
+ content: "\e91b";
519
+ }
520
+
521
+ .gj-icon.underlined:before {
522
+ content: "\e91c";
523
+ }
524
+
525
+ .gj-icon.bold:before {
526
+ content: "\e91d";
527
+ }
528
+
529
+ .gj-icon.arrow-dropdown:before {
530
+ content: "\e91e";
531
+ }
532
+
533
+ .gj-icon.done:before {
534
+ content: "\e91f";
535
+ }
536
+
537
+ .gj-icon.pencil:before {
538
+ content: "\e920";
539
+ }
540
+
541
+ .gj-icon.minus:before {
542
+ content: "\e921";
543
+ }
544
+
545
+ .gj-icon.plus:before {
546
+ content: "\e922";
547
+ }
548
+
549
+ .gj-icon.chevron-up:before {
550
+ content: "\e923";
551
+ }
552
+
553
+ .gj-icon.chevron-right:before {
554
+ content: "\e924";
555
+ }
556
+
557
+ .gj-icon.chevron-down:before {
558
+ content: "\e925";
559
+ }
560
+
561
+ .gj-icon.chevron-left:before {
562
+ content: "\e926";
563
+ }
564
+
565
+ .gj-icon.event:before {
566
+ content: "\e927";
567
+ }
568
+ .gj-draggable {
569
+ cursor: move;
570
+ }
571
+ .gj-resizable-handle {
572
+ position: absolute;
573
+ font-size: 0.1px;
574
+ display: block;
575
+ -ms-touch-action: none;
576
+ touch-action: none;
577
+ z-index: 1203;
578
+ }
579
+
580
+ .gj-resizable-n {
581
+ cursor: n-resize;
582
+ height: 7px;
583
+ width: 100%;
584
+ top: -5px;
585
+ left: 0;
586
+ }
587
+ .gj-resizable-e {
588
+ cursor: e-resize;
589
+ width: 7px;
590
+ right: -5px;
591
+ top: 0;
592
+ height: 100%;
593
+ }
594
+ .gj-resizable-s {
595
+ cursor: s-resize;
596
+ height: 7px;
597
+ width: 100%;
598
+ bottom: -5px;
599
+ left: 0;
600
+ }
601
+ .gj-resizable-w {
602
+ cursor: w-resize;
603
+ width: 7px;
604
+ left: -5px;
605
+ top: 0;
606
+ height: 100%;
607
+ }
608
+ .gj-resizable-se {
609
+ cursor: se-resize;
610
+ width: 12px;
611
+ height: 12px;
612
+ right: 1px;
613
+ bottom: 1px;
614
+ }
615
+ .gj-resizable-sw {
616
+ cursor: sw-resize;
617
+ width: 9px;
618
+ height: 9px;
619
+ left: -5px;
620
+ bottom: -5px;
621
+ }
622
+ .gj-resizable-nw {
623
+ cursor: nw-resize;
624
+ width: 9px;
625
+ height: 9px;
626
+ left: -5px;
627
+ top: -5px;
628
+ }
629
+ .gj-resizable-ne {
630
+ cursor: ne-resize;
631
+ width: 9px;
632
+ height: 9px;
633
+ right: -5px;
634
+ top: -5px;
635
+ }
636
+
637
+ .gj-dialog-footer {
638
+ position: absolute;
639
+ bottom: 0px;
640
+ width: 100%;
641
+ margin-top: 0px;
642
+ }
643
+
644
+ .gj-dialog-scrollable [data-role="body"] {
645
+ overflow-x: hidden;
646
+ overflow-y: scroll;
647
+ }
648
+
649
+ /** Bootstrap 3 **/
650
+ .gj-dialog-bootstrap {
651
+ overflow: hidden;
652
+ z-index: 1202;
653
+ }
654
+
655
+ .gj-dialog-bootstrap [data-role="title"] {
656
+ display: inline;
657
+ }
658
+ .gj-dialog-bootstrap [data-role="close"] {
659
+ line-height: 1.42857143;
660
+ }
661
+
662
+ /** Bootstrap 4 **/
663
+ .gj-dialog-bootstrap4 {
664
+ overflow: hidden;
665
+ z-index: 1202;
666
+ }
667
+
668
+ .gj-dialog-bootstrap4 [data-role="title"] {
669
+ display: inline;
670
+ }
671
+ .gj-dialog-bootstrap4 [data-role="close"] {
672
+ line-height: 1.5;
673
+ }
674
+
675
+ /** Material Design **/
676
+ .gj-dialog-md {
677
+ background-color: #FFF;
678
+ overflow: hidden;
679
+ border: none;
680
+ box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
681
+ box-sizing: border-box;
682
+ position: relative;
683
+ display: -webkit-box;
684
+ display: -webkit-flex;
685
+ display: -ms-flexbox;
686
+ display: flex;
687
+ -webkit-box-orient: vertical;
688
+ -webkit-box-direction: normal;
689
+ -webkit-flex-direction: column;
690
+ -ms-flex-direction: column;
691
+ flex-direction: column;
692
+ -webkit-background-clip: padding-box;
693
+ background-clip: padding-box;
694
+ outline: 0;
695
+ z-index: 1202;
696
+ }
697
+
698
+ .gj-dialog-md-header {
699
+ padding: 24px 24px 0px 24px;
700
+ font-family: "Roboto","Helvetica","Arial",sans-serif;
701
+ }
702
+
703
+ .gj-dialog-md-title {
704
+ margin: 0;
705
+ font-weight: 400;
706
+ display: inline;
707
+ line-height: 28px;
708
+ font-size: 20px;
709
+ }
710
+
711
+ .gj-dialog-md-close {
712
+ -webkit-appearance: none;
713
+ padding: 0;
714
+ cursor: pointer;
715
+ background: 0 0;
716
+ border: 0;
717
+ float: right;
718
+ line-height: 28px;
719
+ font-size: 28px;
720
+ }
721
+
722
+ .gj-dialog-md-body {
723
+ padding: 20px 24px 24px 24px;
724
+ color: rgba(0,0,0,.54);
725
+ font-family: "Helvetica","Arial",sans-serif;
726
+ font-size: 14px;
727
+ font-weight: 400;
728
+ line-height: 20px;
729
+ }
730
+
731
+ .gj-dialog-md-footer {
732
+ padding: 8px 8px 8px 24px;
733
+ display: -webkit-flex;
734
+ display: -ms-flexbox;
735
+ display: flex;
736
+ -webkit-flex-direction: row-reverse;
737
+ -ms-flex-direction: row-reverse;
738
+ flex-direction: row-reverse;
739
+ -webkit-flex-wrap: wrap;
740
+ -ms-flex-wrap: wrap;
741
+ flex-wrap: wrap;
742
+
743
+ box-sizing: border-box;
744
+ }
745
+
746
+ .gj-dialog-md-footer>*:first-child {
747
+ margin-right: 0;
748
+ }
749
+
750
+ .gj-dialog-md-footer>* {
751
+ margin-right: 8px;
752
+ height: 36px;
753
+ }
754
+ DIV.gj-grid-wrapper {
755
+ margin: auto;
756
+ position: relative;
757
+ clear:both;
758
+ z-index: 1;
759
+ }
760
+
761
+ TABLE.gj-grid {
762
+ margin: auto;
763
+ border-collapse: collapse;
764
+ width: 100%;
765
+ table-layout: fixed;
766
+ }
767
+
768
+ TABLE.gj-grid THEAD TH [data-role="selectAll"] {
769
+ margin: auto;
770
+ }
771
+
772
+ TABLE.gj-grid THEAD TH [data-role="title"] {
773
+ display: inline-block;
774
+ }
775
+
776
+ TABLE.gj-grid THEAD TH [data-role="sorticon"] {
777
+ display: inline-block;
778
+ }
779
+
780
+ TABLE.gj-grid THEAD TH {
781
+ overflow: hidden;
782
+ text-overflow: ellipsis;
783
+ }
784
+
785
+ TABLE.gj-grid.autogrow-header-row THEAD TH {
786
+ overflow: auto;
787
+ text-overflow: initial;
788
+ white-space: pre-wrap;
789
+ -ms-word-break: break-word;
790
+ word-break: break-word;
791
+ }
792
+
793
+ TABLE.gj-grid > tbody > tr > td {
794
+ overflow: hidden;
795
+ position: relative;
796
+ }
797
+
798
+ table.gj-grid tbody div[data-role="display"] {
799
+ vertical-align: middle;
800
+ text-indent: 0;
801
+ white-space: pre-wrap;
802
+ -ms-word-break: break-word;
803
+ word-break: break-word;
804
+ }
805
+
806
+ table.gj-grid.fixed-body-rows tbody div[data-role="display"] {
807
+ overflow: hidden;
808
+ text-overflow: ellipsis;
809
+ white-space: nowrap;
810
+ -ms-word-break: initial;
811
+ word-break: initial;
812
+ }
813
+
814
+ table.gj-grid tfoot DIV[data-role="display"] {
815
+ vertical-align: middle;
816
+ text-indent: 0;
817
+ display: flex;
818
+ }
819
+
820
+ TABLE.gj-grid .fa {
821
+ padding: 2px;
822
+ }
823
+
824
+ TABLE.gj-grid > tbody > tr > td > div {
825
+ padding: 2px;
826
+ overflow: hidden;
827
+ }
828
+
829
+ DIV.gj-grid-wrapper DIV.gj-grid-loading-cover
830
+ {
831
+ background: #BBBBBB;
832
+ opacity: 0.5;
833
+ position: absolute;
834
+ vertical-align: middle;
835
+ }
836
+
837
+ DIV.gj-grid-wrapper DIV.gj-grid-loading-text
838
+ {
839
+ position: absolute;
840
+ font-weight: bold;
841
+ }
842
+
843
+ /* Bootstrap Theme */
844
+ table.gj-grid-bootstrap thead th {
845
+ background-color: #f5f5f5;
846
+ vertical-align:middle;
847
+ }
848
+
849
+ table.gj-grid-bootstrap thead th [data-role="sorticon"] {
850
+ margin-left: 5px;
851
+ }
852
+
853
+ table.gj-grid-bootstrap thead th [data-role="sorticon"] i.gj-icon,
854
+ table.gj-grid-bootstrap thead th [data-role="sorticon"] i.material-icons {
855
+ position: absolute;
856
+ font-size: 20px;
857
+ top: 15px;
858
+ }
859
+
860
+ table.gj-grid-bootstrap tbody tr td div[data-role="display"] {
861
+ padding: 0px;
862
+ }
863
+
864
+ .gj-grid-bootstrap-4 .gj-checkbox-bootstrap {
865
+ display: inline-block;
866
+ padding-top: 2px;
867
+ }
868
+
869
+ /* Material Design Theme */
870
+ .gj-grid-md {
871
+ position: relative;
872
+ border: 1px solid #e0e0e0;
873
+ border-collapse: collapse;
874
+ white-space: nowrap;
875
+ font-size: 13px;
876
+ font-family: "Roboto","Helvetica","Arial",sans-serif;
877
+ background-color: #fff;
878
+ }
879
+
880
+ .gj-grid-md td:first-of-type, .gj-grid-md th:first-of-type {
881
+ padding-left: 24px;
882
+ }
883
+
884
+ .gj-grid-md th {
885
+ position: relative;
886
+ vertical-align: bottom;
887
+ font-weight: 700;
888
+ line-height: 31px;
889
+ letter-spacing: 0;
890
+ height: 56px;
891
+ font-size: 12px;
892
+ color: rgba(0,0,0,.54);
893
+ padding-bottom: 8px;
894
+ box-sizing: border-box;
895
+ padding: 12px 18px;
896
+ text-align: right;
897
+ }
898
+
899
+ .gj-grid-md td {
900
+ position: relative;
901
+ height: 48px;
902
+ border-top: 1px solid #e0e0e0;
903
+ border-bottom: 1px solid #e0e0e0;
904
+ padding: 12px 18px;
905
+ box-sizing: border-box;
906
+ text-align: left;
907
+ color: rgba(0,0,0,.87);
908
+ }
909
+
910
+ .gj-grid-md tbody tr {
911
+ position: relative;
912
+ height: 48px;
913
+ transition-duration: .28s;
914
+ transition-timing-function: cubic-bezier(.4,0,.2,1);
915
+ transition-property: background-color;
916
+ }
917
+
918
+ .gj-grid-md tbody tr:hover {
919
+ background-color: #EEEEEE; /* Gray 200 */
920
+ }
921
+
922
+ .gj-grid-md tbody tr.gj-grid-md-select {
923
+ background-color: #F5F5F5; /* Grey 100 */
924
+ }
925
+
926
+
927
+ table.gj-grid-md thead th [data-role="sorticon"] {
928
+ margin-left: 5px;
929
+ }
930
+
931
+ table.gj-grid-md thead th [data-role="sorticon"] i.gj-icon,
932
+ table.gj-grid-md thead th [data-role="sorticon"] i.material-icons {
933
+ position: absolute;
934
+ font-size: 16px;
935
+ top: 19px;
936
+ }
937
+
938
+ table.gj-grid-md thead th.gj-grid-select-all {
939
+ padding-bottom: 3px;
940
+ }
941
+ /* Hide all prioritized columns by default */
942
+ @media only all {
943
+ th.display-1120,
944
+ td.display-1120,
945
+ th.display-960,
946
+ td.display-960,
947
+ th.display-800,
948
+ td.display-800,
949
+ th.display-640,
950
+ td.display-640,
951
+ th.display-480,
952
+ td.display-480,
953
+ th.display-320,
954
+ td.display-320 {
955
+ display: none;
956
+ }
957
+ }
958
+
959
+ /* Show at 320px (20em x 16px) */
960
+ @media screen and (min-width: 20em) {
961
+ TABLE.gj-grid-bootstrap th.display-320,
962
+ TABLE.gj-grid-bootstrap td.display-320 {
963
+ display: table-cell;
964
+ }
965
+ }
966
+ /* Show at 480px (30em x 16px) */
967
+ @media screen and (min-width: 30em) {
968
+ TABLE.gj-grid-bootstrap th.display-480,
969
+ TABLE.gj-grid-bootstrap td.display-480 {
970
+ display: table-cell;
971
+ }
972
+ }
973
+ /* Show at 640px (40em x 16px) */
974
+ @media screen and (min-width: 40em) {
975
+ TABLE.gj-grid-bootstrap th.display-640,
976
+ TABLE.gj-grid-bootstrap td.display-640 {
977
+ display: table-cell;
978
+ }
979
+ }
980
+ /* Show at 800px (50em x 16px) */
981
+ @media screen and (min-width: 50em) {
982
+ TABLE.gj-grid-bootstrap th.display-800,
983
+ TABLE.gj-grid-bootstrap td.display-800 {
984
+ display: table-cell;
985
+ }
986
+ }
987
+ /* Show at 960px (60em x 16px) */
988
+ @media screen and (min-width: 60em) {
989
+ TABLE.gj-grid-bootstrap th.display-960,
990
+ TABLE.gj-grid-bootstrap td.display-960 {
991
+ display: table-cell;
992
+ }
993
+ }
994
+ /* Show at 1,120px (70em x 16px) */
995
+ @media screen and (min-width: 70em) {
996
+ TABLE.gj-grid-bootstrap th.display-1120,
997
+ TABLE.gj-grid-bootstrap td.display-1120 {
998
+ display: table-cell;
999
+ }
1000
+ }
1001
+
1002
+ /* Material Design Theme */
1003
+ .gj-grid-md tfoot tr th {
1004
+ padding-right: 14px;
1005
+ }
1006
+
1007
+ .gj-grid-md tfoot tr[data-role="pager"] .gj-grid-mdl-pager-label {
1008
+ padding-left: 5px;
1009
+ padding-right: 5px;
1010
+ }
1011
+
1012
+ .gj-grid-md tfoot tr[data-role="pager"] .gj-dropdown-md {
1013
+ margin-left: 12px;
1014
+ }
1015
+
1016
+ .gj-grid-md tfoot tr[data-role="pager"] .gj-dropdown-md [role="presenter"] {
1017
+ font-size: 12px;
1018
+ font-weight: bold;
1019
+ color: rgba(0,0,0,.54);
1020
+ }
1021
+
1022
+ .gj-grid-md tfoot tr[data-role="pager"] .gj-dropdown-md [role="presenter"] [role="display"] {
1023
+ text-align: right;
1024
+ }
1025
+
1026
+ .gj-grid-md tfoot tr[data-role="pager"] .gj-grid-md-limit-select {
1027
+ margin-left: 10px;
1028
+ font-size: 12px;
1029
+ font-weight: bold;
1030
+ color: rgba(0,0,0,.54);
1031
+ }
1032
+
1033
+ /* Bootstrap */
1034
+ .gj-grid-bootstrap tfoot tr[data-role="pager"] th {
1035
+ line-height: 30px;
1036
+ background-color: #f5f5f5;
1037
+ }
1038
+
1039
+ .gj-grid-bootstrap tfoot tr[data-role="pager"] th > div > div {
1040
+ margin-right: 5px;
1041
+ }
1042
+
1043
+ .gj-grid-bootstrap tfoot tr[data-role="pager"] th > div > button {
1044
+ margin-right: 5px;
1045
+ }
1046
+
1047
+ .gj-grid-bootstrap-4 tfoot tr[data-role="pager"] th > div button {
1048
+ height: 34px;
1049
+ }
1050
+
1051
+ .gj-grid-bootstrap-4 tfoot tr[data-role="pager"] th div .gj-dropdown-bootstrap-4 .gj-dropdown-expander-mi .gj-icon {
1052
+ top: 5px;
1053
+ }
1054
+
1055
+ .gj-grid-bootstrap-3 tfoot tr[data-role="pager"] th > div > input {
1056
+ margin-right: 5px;
1057
+ width: 40px;
1058
+ text-align: right;
1059
+ display: inline-block;
1060
+ font-weight: bold;
1061
+ }
1062
+
1063
+ .gj-grid-bootstrap-4 tfoot tr[data-role="pager"] th > div > div.input-group {
1064
+ width: 40px;
1065
+ }
1066
+
1067
+ .gj-grid-bootstrap-4 tfoot tr[data-role="pager"] th > div > div.input-group input {
1068
+ text-align: right;
1069
+ font-weight: bold;
1070
+ height: 34px;
1071
+ padding-top: 2px;
1072
+ padding-bottom: 6px;
1073
+ }
1074
+
1075
+ .gj-grid-bootstrap tfoot tr[data-role="pager"] th > div > select {
1076
+ display: inline-block;
1077
+ margin-right: 5px;
1078
+ width: 60px;
1079
+ }
1080
+
1081
+ .gj-grid-bootstrap tfoot tr[data-role="pager"] th .gj-dropdown-bootstrap .gj-list-bootstrap [data-role="display"] {
1082
+ line-height: 14px;
1083
+ }
1084
+
1085
+ .gj-grid-bootstrap tfoot tr[data-role="pager"] th .gj-dropdown-bootstrap [role="presenter"] [role="display"] {
1086
+ font-weight: bold;
1087
+ }
1088
+
1089
+ .gj-grid-bootstrap tfoot tr[data-role="pager"] th .gj-dropdown-bootstrap-3 [role="presenter"] {
1090
+ padding: 2px 8px;
1091
+ }
1092
+
1093
+ .gj-grid-bootstrap tfoot tr[data-role="pager"] th .gj-dropdown-bootstrap-4 [role="presenter"] {
1094
+ padding: 1px 8px;
1095
+ }
1096
+ .gj-grid thead tr th div.gj-grid-column-resizer-wrapper {
1097
+ position: relative;
1098
+ width: 100%;
1099
+ height: 0px;
1100
+ top: 0px;
1101
+ left: 0px;
1102
+ padding: 0px;
1103
+ }
1104
+
1105
+ span.gj-grid-column-resizer {
1106
+ position: absolute;
1107
+ right: 0px;
1108
+ width: 10px;
1109
+ top: -100px;
1110
+ height: 300px;
1111
+ z-index: 1203;
1112
+ cursor: e-resize;
1113
+ }
1114
+
1115
+ .gj-grid-resize-cursor {
1116
+ cursor: e-resize;
1117
+ }
1118
+ .gj-grid-md tbody tr.gj-grid-top-border td {
1119
+ border-top: 2px solid #777;
1120
+ }
1121
+ .gj-grid-md tbody tr.gj-grid-bottom-border td {
1122
+ border-bottom: 2px solid #777;
1123
+ }
1124
+
1125
+ .gj-grid-bootstrap tbody tr.gj-grid-top-border td {
1126
+ border-top: 2px solid #777;
1127
+ }
1128
+ .gj-grid-bootstrap tbody tr.gj-grid-bottom-border td {
1129
+ border-bottom: 2px solid #777;
1130
+ }
1131
+ .gj-grid-md thead tr th.gj-grid-left-border,
1132
+ .gj-grid-md tbody tr td.gj-grid-left-border
1133
+ {
1134
+ border-left: 3px solid #777;
1135
+ }
1136
+ .gj-grid-md thead tr th.gj-grid-right-border,
1137
+ .gj-grid-md tbody tr td.gj-grid-right-border
1138
+ {
1139
+ border-right: 3px solid #777;
1140
+ }
1141
+
1142
+ .gj-grid-bootstrap thead tr th.gj-grid-left-border,
1143
+ .gj-grid-bootstrap tbody tr td.gj-grid-left-border
1144
+ {
1145
+ border-left: 5px solid #ddd;
1146
+ }
1147
+ .gj-grid-bootstrap thead tr th.gj-grid-right-border,
1148
+ .gj-grid-bootstrap tbody tr td.gj-grid-right-border
1149
+ {
1150
+ border-right: 5px solid #ddd;
1151
+ }
1152
+ .gj-dirty {
1153
+ position: absolute;
1154
+ top: 0px;
1155
+ left: 0px;
1156
+ border-style: solid;
1157
+ border-width: 3px;
1158
+ border-color: #f00 transparent transparent #f00;
1159
+ padding: 0;
1160
+ overflow: hidden;
1161
+ vertical-align: top;
1162
+ }
1163
+
1164
+ /* Material Design */
1165
+ .gj-grid-md tbody tr td.gj-grid-management-column {
1166
+ padding: 3px;
1167
+ }
1168
+
1169
+ .gj-grid-md tbody tr td[data-mode="edit"] {
1170
+ padding: 0px 18px;
1171
+ }
1172
+
1173
+ .gj-grid-md tbody .gj-dropdown-md [role="presenter"] [role="display"] {
1174
+ padding: 0px;
1175
+ }
1176
+
1177
+ /* Bootstrap */
1178
+ .gj-grid-bootstrap tbody tr td[data-mode="edit"] {
1179
+ padding: 0px;
1180
+ }
1181
+
1182
+ .gj-grid-bootstrap tbody tr td[data-mode="edit"] [data-role="edit"] {
1183
+ padding: 0px;
1184
+ }
1185
+
1186
+ /* Bootstrap 3 */
1187
+ .gj-grid-bootstrap-3 tbody tr td.gj-grid-management-column {
1188
+ padding: 3px;
1189
+ }
1190
+
1191
+ .gj-grid-bootstrap-3 tbody tr td[data-mode="edit"] {
1192
+ height: 38px;
1193
+ }
1194
+
1195
+ .gj-grid-bootstrap-3 tbody tr td[data-mode="edit"] [data-role="edit"] input[type="text"] {
1196
+ height: 37px;
1197
+ padding: 8px;
1198
+ }
1199
+
1200
+ .gj-grid-bootstrap-3 tbody tr td[data-mode="edit"] .gj-dropdown-bootstrap [role="presenter"] {
1201
+ border: 0px;
1202
+ border-radius: 0px;
1203
+ height: 37px;
1204
+ padding-left: 8px;
1205
+ }
1206
+
1207
+ .gj-grid-bootstrap-3 tbody tr td[data-mode="edit"] .gj-datepicker-bootstrap {
1208
+ height: 37px;
1209
+ }
1210
+
1211
+ .gj-grid-bootstrap-3 tbody tr td[data-mode="edit"] .gj-datepicker-bootstrap [role="input"] {
1212
+ height: 37px;
1213
+ border:0px;
1214
+ border-radius: 0px;
1215
+ }
1216
+
1217
+ .gj-grid-bootstrap-3 tbody tr td[data-mode="edit"] .gj-datepicker-bootstrap [role="right-icon"] {
1218
+ border:0px;
1219
+ border-radius: 0px;
1220
+ }
1221
+
1222
+ .gj-grid-bootstrap-3 tbody tr td[data-mode="edit"] .gj-checkbox-bootstrap {
1223
+ display: inline-block;
1224
+ padding-top: 10px;
1225
+ height: 32px;
1226
+ }
1227
+
1228
+ /* Bootstrap 4 */
1229
+ .gj-grid-bootstrap-4 tbody tr td.gj-grid-management-column {
1230
+ padding: 6px;
1231
+ }
1232
+
1233
+ .gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] [data-role="edit"] input[type="text"] {
1234
+ height: 48px;
1235
+ padding-left: 12px;
1236
+ }
1237
+
1238
+ .gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-dropdown-bootstrap [role="presenter"] {
1239
+ border: 0px;
1240
+ border-radius: 0px;
1241
+ height: 48px;
1242
+ padding-left: 12px;
1243
+ font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
1244
+ }
1245
+
1246
+ .gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-dropdown-bootstrap-4 [role="expander"].gj-dropdown-expander-mi .gj-icon,
1247
+ .gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-dropdown-bootstrap-4 [role="expander"].gj-dropdown-expander-mi .material-icons {
1248
+ top: 13px;
1249
+ }
1250
+
1251
+ .gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-datepicker-bootstrap {
1252
+ height: 48px;
1253
+ }
1254
+
1255
+ .gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-datepicker-bootstrap [role="input"] {
1256
+ height: 48px;
1257
+ border:0px;
1258
+ border-radius: 0px;
1259
+ }
1260
+
1261
+ .gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-datepicker-bootstrap [role="right-icon"] {
1262
+ background-color: #fff;
1263
+ }
1264
+
1265
+ .gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-datepicker-bootstrap [role="right-icon"] button {
1266
+ border: 0px;
1267
+ border-radius: 0px;
1268
+ width: 43px;
1269
+ position: relative;
1270
+ }
1271
+
1272
+ .gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-datepicker-bootstrap [role="right-icon"] .gj-icon,
1273
+ .gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-datepicker-bootstrap [role="right-icon"] .material-icons {
1274
+ top: 13px;
1275
+ left: 10px;
1276
+ font-size: 24px;
1277
+ }
1278
+
1279
+ .gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-checkbox-bootstrap {
1280
+ display: inline-block;
1281
+ padding-top: 15px;
1282
+ height: 42px;
1283
+ }
1284
+ .gj-grid-md thead tr[data-role="filter"] th {
1285
+ border-top: 1px solid #e0e0e0;
1286
+ }
1287
+
1288
+ div.gj-grid-wrapper div.gj-grid-bootstrap-toolbar {
1289
+ background-color: #f5f5f5;
1290
+ padding: 8px;
1291
+ font-weight: bold;
1292
+ border: 1px solid #ddd;
1293
+ }
1294
+
1295
+ div.gj-grid-wrapper div.gj-grid-bootstrap-4-toolbar {
1296
+ background-color: #f5f5f5;
1297
+ padding: 12px;
1298
+ font-weight: bold;
1299
+ border: 1px solid #ddd;
1300
+ }
1301
+
1302
+ div.gj-grid-wrapper div.gj-grid-md-toolbar {
1303
+ font-weight: bold;
1304
+ font-size: 24px;
1305
+ font-family: "Helvetica","Arial",sans-serif;
1306
+ background-color: rgb(255, 255, 255);
1307
+
1308
+ border-top: 1px solid #e0e0e0;
1309
+ border-left: 1px solid #e0e0e0;
1310
+ border-right: 1px solid #e0e0e0;
1311
+ border-bottom: 0px;
1312
+ border-collapse: collapse;
1313
+
1314
+ padding: 0 18px 0px 18px;
1315
+ line-height: 56px;
1316
+ }
1317
+ table.gj-grid-scrollable tbody {
1318
+ overflow-y: auto;
1319
+ overflow-x: hidden;
1320
+ display: block;
1321
+ }
1322
+
1323
+ /* Material Design */
1324
+ table.gj-grid-md.gj-grid-scrollable {
1325
+ border-bottom: 0px;
1326
+ }
1327
+
1328
+ table.gj-grid-md.gj-grid-scrollable tbody {
1329
+ border-right: 1px solid #e0e0e0;
1330
+ border-bottom: 1px solid #e0e0e0;
1331
+ }
1332
+
1333
+ table.gj-grid-md.gj-grid-scrollable tfoot {
1334
+ border-bottom: 1px solid #e0e0e0;
1335
+ }
1336
+
1337
+ /* Bootstrap 3 */
1338
+ table.gj-grid-bootstrap.gj-grid-scrollable {
1339
+ border-bottom: 0px;
1340
+ }
1341
+
1342
+ table.gj-grid-bootstrap.gj-grid-scrollable tbody {
1343
+ border-right: 1px solid #ddd;
1344
+ border-bottom: 1px solid #ddd;
1345
+ }
1346
+
1347
+ table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role="row"]:first-child td {
1348
+ border-top: 0px;
1349
+ }
1350
+
1351
+ table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role="row"] td:first-child {
1352
+ border-left: 0px;
1353
+ }
1354
+
1355
+ table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role="row"] td:last-child {
1356
+ border-right: 0px;
1357
+ }
1358
+
1359
+ table.gj-grid-bootstrap.gj-grid-scrollable tfoot {
1360
+ border-bottom: 1px solid #ddd;
1361
+ }
1362
+
1363
+ ul.gj-list li [data-role="spacer"] {
1364
+ display: table-cell;
1365
+ }
1366
+
1367
+ ul.gj-list li [data-role="expander"] {
1368
+ display: table-cell;
1369
+ vertical-align:middle;
1370
+ text-align:center;
1371
+ cursor: pointer;
1372
+ }
1373
+
1374
+ [data-type="tree"] ul li [data-role="expander"].gj-tree-material-icons-expander {
1375
+ width: 24px;
1376
+ }
1377
+
1378
+ [data-type="tree"] ul li [data-role="expander"].gj-tree-font-awesome-expander {
1379
+ width: 24px;
1380
+ }
1381
+
1382
+ [data-type="tree"] ul li [data-role="expander"].gj-tree-glyphicons-expander {
1383
+ width: 24px;
1384
+ }
1385
+
1386
+ [data-type="tree"] ul li [data-role="expander"].gj-tree-glyphicons-expander .glyphicon {
1387
+ top: 4px;
1388
+ height: 24px;
1389
+ }
1390
+
1391
+ /* Bootstrap Theme */
1392
+ .gj-tree-bootstrap-3 ul.gj-list-bootstrap li {
1393
+ border: 0px;
1394
+ border-radius: 0px;
1395
+ color: #333;
1396
+ }
1397
+
1398
+ .gj-tree-bootstrap-3 ul.gj-list-bootstrap li.active {
1399
+ color: #fff;
1400
+ }
1401
+
1402
+ .gj-tree-bootstrap-3 ul.gj-list-bootstrap li.disabled {
1403
+ color: #777;
1404
+ background-color: #eee;
1405
+ }
1406
+
1407
+ .gj-tree-bootstrap-4 ul.gj-list-bootstrap li {
1408
+ border: 0px;
1409
+ border-radius: 0px;
1410
+ color: #212529;
1411
+ }
1412
+
1413
+ .gj-tree-bootstrap-4 ul.gj-list-bootstrap li.active {
1414
+ color: #fff;
1415
+ }
1416
+
1417
+ .gj-tree-bootstrap-4 ul.gj-list-bootstrap li.disabled {
1418
+ color: #868e96;
1419
+ }
1420
+
1421
+ .gj-tree-bootstrap-4 ul.gj-list-bootstrap li ul.gj-list-bootstrap {
1422
+ width: 100%;
1423
+ }
1424
+
1425
+ .gj-tree-bootstrap-border ul.gj-list-bootstrap li {
1426
+ border: 1px solid #ddd;
1427
+ }
1428
+
1429
+ .gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li {
1430
+ border-left: 0px;
1431
+ border-right: 0px;
1432
+ }
1433
+
1434
+ .gj-tree-bootstrap-border ul.gj-list-bootstrap li:first-child {
1435
+ border-top-left-radius: 4px;
1436
+ border-top-right-radius: 4px;
1437
+ }
1438
+
1439
+ .gj-tree-bootstrap-border ul.gj-list-bootstrap li:last-child {
1440
+ border-bottom-left-radius: 4px;
1441
+ border-bottom-right-radius: 4px;
1442
+ }
1443
+
1444
+ .gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li:first-child {
1445
+ border-top-left-radius: 0px;
1446
+ border-top-right-radius: 0px;
1447
+ }
1448
+
1449
+ .gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li:last-child {
1450
+ border-bottom: 0px;
1451
+ border-bottom-left-radius: 0px;
1452
+ border-bottom-right-radius: 0px;
1453
+ }
1454
+
1455
+ ul.gj-list-bootstrap li [data-role="expander"].gj-tree-material-icons-expander {
1456
+ padding-top: 8px;
1457
+ padding-bottom: 4px;
1458
+ }
1459
+
1460
+ ul.gj-list-bootstrap li [data-role="expander"].gj-tree-material-icons-expander .gj-icon {
1461
+ width: 24px;
1462
+ height: 24px;
1463
+ }
1464
+
1465
+ /* Material Design Theme */
1466
+ ul.gj-list-md li.disabled > [data-role="wrapper"] > [data-role="expander"] {
1467
+ color: #9E9E9E; /* Gray 500 */
1468
+ }
1469
+
1470
+ .gj-tree-md-border ul.gj-list-md li {
1471
+ border: 1px solid #616161; /* Gray 700 */
1472
+ margin-bottom: -1px;
1473
+ }
1474
+
1475
+ .gj-tree-md-border ul.gj-list-md li ul.gj-list-md li {
1476
+ border-left: 0px;
1477
+ border-right: 0px;
1478
+ }
1479
+
1480
+ .gj-tree-md-border ul.gj-list-md li ul.gj-list-md li:last-child {
1481
+ border-bottom: 0px;
1482
+ }
1483
+ .gj-tree-drop-above {
1484
+ border-top: 1px solid #000;
1485
+ }
1486
+
1487
+ .gj-tree-drop-below {
1488
+ border-bottom: 1px solid #000;
1489
+ }
1490
+
1491
+ .gj-tree-bootstrap-3 ul.gj-list-bootstrap li [data-role="wrapper"].drop-above {
1492
+ border-top: 2px solid #000;
1493
+ }
1494
+
1495
+ .gj-tree-bootstrap-3 ul.gj-list-bootstrap li [data-role="wrapper"].drop-below {
1496
+ border-bottom: 2px solid #000;
1497
+ }
1498
+
1499
+ .gj-tree-bootstrap-4 ul.gj-list-bootstrap li [data-role="wrapper"].drop-above {
1500
+ border-top: 2px solid #000;
1501
+ }
1502
+
1503
+ .gj-tree-bootstrap-4 ul.gj-list-bootstrap li [data-role="wrapper"].drop-below {
1504
+ border-bottom: 2px solid #000;
1505
+ }
1506
+
1507
+ .gj-tree-drag-el {
1508
+ padding: 0px;
1509
+ margin: 0px;
1510
+ z-index: 1203;
1511
+ }
1512
+
1513
+ .gj-tree-drag-el li {
1514
+ padding: 0px;
1515
+ margin: 0px;
1516
+ }
1517
+
1518
+ .gj-tree-drag-el [data-role="wrapper"] {
1519
+ cursor: move;
1520
+ display: table;
1521
+ }
1522
+
1523
+ .gj-tree-drag-el [data-role="indicator"] {
1524
+ width: 14px;
1525
+ padding: 0px 3px;
1526
+ display: table-cell;
1527
+ vertical-align: middle;
1528
+ text-align: center;
1529
+ }
1530
+
1531
+ .gj-tree-bootstrap-drag-el li.list-group-item {
1532
+ border: 0px;
1533
+ background: unset;
1534
+ }
1535
+
1536
+ .gj-tree-bootstrap-drag-el [data-role="indicator"] {
1537
+ width: 24px;
1538
+ height: 24px;
1539
+ padding: 0px;
1540
+ }
1541
+
1542
+ .gj-tree-md-drag-el [data-role="indicator"] {
1543
+ width: 24px;
1544
+ height: 24px;
1545
+ padding: 0px;
1546
+ }
1547
+ /* Bootstrap */
1548
+ .gj-checkbox-bootstrap {
1549
+ min-width: 0;
1550
+ font-size: 0;
1551
+ font-weight: normal;
1552
+ margin: 0px;
1553
+ text-align: center;
1554
+ width: 18px;
1555
+ height: 18px;
1556
+ position: relative;
1557
+ display: inline;
1558
+ }
1559
+
1560
+ .gj-checkbox-bootstrap input[type="checkbox"] {
1561
+ display: none;
1562
+ margin-bottom: -12px;
1563
+ }
1564
+
1565
+ .gj-checkbox-bootstrap span {
1566
+ background: #fff;
1567
+ display: block;
1568
+ content: " ";
1569
+ width: 18px;
1570
+ height: 18px;
1571
+ line-height: 11px;
1572
+ font-size: 11px;
1573
+ padding: 2px;
1574
+ color: #555555;
1575
+ border: 1px solid #CCCCCC;
1576
+ border-radius: 3px;
1577
+ transition: box-shadow 0.2s linear, border-color 0.2s linear;
1578
+ cursor: pointer;
1579
+ margin: auto;
1580
+ }
1581
+
1582
+ .gj-checkbox-bootstrap input[type="checkbox"]:focus + span:before {
1583
+ outline: 0;
1584
+ box-shadow: 0 0 0 0 #66afe9, 0 0 6px rgba(102, 175, 233, .6);
1585
+ border-color: #66afe9;
1586
+ }
1587
+
1588
+ .gj-checkbox-bootstrap input[type="checkbox"][disabled] + span {
1589
+ opacity: 0.6;
1590
+ cursor: not-allowed;
1591
+ }
1592
+
1593
+ /* Bootstrap 4 */
1594
+ .gj-checkbox-bootstrap.gj-checkbox-bootstrap-4 span {
1595
+ line-height: 16px;
1596
+ padding: 0px;
1597
+ }
1598
+
1599
+ .gj-checkbox-bootstrap-4.gj-checkbox-material-icons input[type="checkbox"]:checked + span:after {
1600
+ font-size: 16px;
1601
+ }
1602
+
1603
+ .gj-checkbox-bootstrap-4.gj-checkbox-material-icons input[type="checkbox"]:indeterminate + span:after {
1604
+ font-size: 16px;
1605
+ }
1606
+
1607
+ /* Material Design */
1608
+ .gj-checkbox-md {
1609
+ min-width: 0;
1610
+ font-size: 0;
1611
+ font-weight: normal;
1612
+ margin: 0px;
1613
+ text-align: center;
1614
+ width: 16px;
1615
+ height: 16px;
1616
+ position: relative;
1617
+ }
1618
+
1619
+ .gj-checkbox-md input[type="checkbox"] {
1620
+ display: none;
1621
+ margin-bottom: -12px;
1622
+ }
1623
+
1624
+ .gj-checkbox-md span {
1625
+ display: inline-block;
1626
+ box-sizing: border-box;
1627
+ width: 16px;
1628
+ height: 16px;
1629
+ margin: 0;
1630
+ cursor: pointer;
1631
+ overflow: hidden;
1632
+ border: 2px solid #616161; /* Gray 700 */
1633
+ border-radius: 2px;
1634
+ z-index: 2;
1635
+ }
1636
+
1637
+ .gj-checkbox-md input[type="checkbox"]:checked + span {
1638
+ border: 2px solid #536DFE; /* Indigo A200 */
1639
+ }
1640
+
1641
+ .gj-checkbox-md input[type="checkbox"]:checked + span:after {
1642
+ color: #FFF;
1643
+ background-color: #536DFE; /* Indigo A200 */
1644
+ position: absolute;
1645
+ left: 1px;
1646
+ top: -15px;
1647
+ }
1648
+
1649
+ .gj-checkbox-md input[type="checkbox"]:indeterminate + span {
1650
+ border: 2px solid #616161; /* Gray 700 */
1651
+ }
1652
+
1653
+ .gj-checkbox-md input[type="checkbox"]:indeterminate + span:after {
1654
+ color: #616161;/*color: rgba(0, 0, 0, 1);*/
1655
+ position: absolute;
1656
+ left: 1px;
1657
+ top: -15px;
1658
+ }
1659
+
1660
+ .gj-checkbox-md input[type="checkbox"][disabled] + span {
1661
+ border: 2px solid #9E9E9E;
1662
+ }
1663
+
1664
+ .gj-checkbox-md input[type="checkbox"][disabled] + span:after {
1665
+ background-color: #9E9E9E;
1666
+ }
1667
+
1668
+ .gj-checkbox-md input[type="checkbox"][disabled]:indeterminate + span:after {
1669
+ color: #FFFFFF;
1670
+ }
1671
+
1672
+ /* Material Icons */
1673
+ .gj-checkbox-material-icons input[type="checkbox"]:checked + span:after {
1674
+ content: "\e91f";
1675
+ font-size: 14px;
1676
+ font-weight: bold;
1677
+ white-space: pre;
1678
+ }
1679
+
1680
+ .gj-checkbox-material-icons input[type="checkbox"]:indeterminate + span:after {
1681
+ content: "\e921";
1682
+ font-size: 14px;
1683
+ font-weight: bold;
1684
+ white-space: pre;
1685
+ }
1686
+
1687
+ /* Glyphicons */
1688
+ .gj-checkbox-glyphicons input[type="checkbox"]:checked + span:after {
1689
+ display: inline-block;
1690
+ font-family: 'Glyphicons Halflings';
1691
+ content: "\e013 ";
1692
+ }
1693
+
1694
+ .gj-checkbox-glyphicons input[type="checkbox"]:indeterminate + span:after {
1695
+ display: inline-block;
1696
+ font-family: 'Glyphicons Halflings';
1697
+ content: "\2212 ";
1698
+ padding-right: 1px;
1699
+ }
1700
+
1701
+ /* fontawesome */
1702
+ .gj-checkbox-fontawesome .fa {
1703
+ font-size: 14px;
1704
+ }
1705
+ .gj-checkbox-bootstrap.gj-checkbox-fontawesome .fa {
1706
+ line-height: 18px;
1707
+ }
1708
+
1709
+ .gj-checkbox-fontawesome input[type="checkbox"]:checked + span:before {
1710
+ content: "\f00c ";
1711
+ }
1712
+
1713
+ .gj-checkbox-fontawesome input[type="checkbox"]:indeterminate + span:before {
1714
+ content: "\f068 ";
1715
+ }
1716
+ .gj-editor [role="body"] {
1717
+ overflow: auto;
1718
+ outline: 0px solid transparent;
1719
+ box-sizing: border-box;
1720
+ }
1721
+
1722
+ /* Material Design */
1723
+ .gj-editor-md {
1724
+ padding: 7px;
1725
+ font-family: "Roboto","Helvetica","Arial",sans-serif;
1726
+ font-size: 14px;
1727
+ font-weight: 500;
1728
+ letter-spacing: 0;
1729
+ border: 1px solid rgba(158,158,158,.2);
1730
+ }
1731
+
1732
+ .gj-editor-md [role="toolbar"] {
1733
+ margin-bottom: 7px;
1734
+ }
1735
+
1736
+ .gj-editor-md [role="toolbar"] .gj-button-md {
1737
+ min-width: 54px;
1738
+ margin-right: 5px;
1739
+ }
1740
+
1741
+ .gj-editor-md [role="toolbar"] .gj-button-md .gj-icon {
1742
+ width: 24px;
1743
+ height: 24px;
1744
+ }
1745
+
1746
+ .gj-editor-md [role="body"] {
1747
+ border: 1px solid rgba(158,158,158,.2);
1748
+ }
1749
+
1750
+ .gj-editor-md p {
1751
+ margin: 0;
1752
+ padding: 0;
1753
+ }
1754
+
1755
+ .gj-editor-md blockquote {
1756
+ font-size: 14px;
1757
+ }
1758
+
1759
+ /* Bootstrap */
1760
+ .gj-editor-bootstrap {
1761
+ padding: 7px;
1762
+ border: 1px solid #eceeef;
1763
+ }
1764
+
1765
+ .gj-editor-bootstrap [role="toolbar"] {
1766
+ margin-bottom: 7px;
1767
+ }
1768
+
1769
+ .gj-editor-bootstrap [role="toolbar"] .btn-group {
1770
+ margin-right: 10px;
1771
+ }
1772
+
1773
+ .gj-editor-bootstrap [role="toolbar"] button {
1774
+ height: 36px;
1775
+ }
1776
+
1777
+ .gj-editor-bootstrap [role="body"] {
1778
+ border: 1px solid #eceeef;
1779
+ }
1780
+
1781
+ .gj-editor-bootstrap p {
1782
+ margin: 0;
1783
+ padding: 0;
1784
+ }
1785
+
1786
+ .gj-editor-bootstrap blockquote {
1787
+ font-size: 14px;
1788
+ }
1789
+ .gj-dropdown {
1790
+ position: relative;
1791
+ border-collapse: separate;
1792
+ }
1793
+
1794
+ .gj-dropdown [role="presenter"] {
1795
+ display: table;
1796
+ cursor: pointer;
1797
+ outline: none;
1798
+ position: relative;
1799
+ }
1800
+
1801
+ .gj-dropdown [role="presenter"] [role="display"] {
1802
+ display: table-cell;
1803
+ text-align: left;
1804
+ width: 100%;
1805
+ }
1806
+
1807
+ .gj-dropdown [role="presenter"] [role="expander"] {
1808
+ display: table-cell;
1809
+ vertical-align:middle;
1810
+ text-align:center;
1811
+ width: 24px;
1812
+ height: 24px;
1813
+ }
1814
+
1815
+ /* Material Design */
1816
+ .gj-dropdown-md [role="presenter"] {
1817
+ font-family: "Roboto","Helvetica","Arial",sans-serif;
1818
+ font-size: 16px;
1819
+ font-weight: 400;
1820
+ letter-spacing: .04em;
1821
+ line-height: 1;
1822
+ color: rgba(0,0,0,.87);
1823
+ padding: 0px;
1824
+ border: 0px;
1825
+ border-bottom: 1px solid rgba(0,0,0,.42);
1826
+ background: transparent;
1827
+ }
1828
+
1829
+ .gj-dropdown-md [role="presenter"]:focus,
1830
+ .gj-dropdown-md [role="presenter"]:active {
1831
+ border-bottom: 2px solid rgba(0,0,0,.42);
1832
+ }
1833
+
1834
+ .gj-dropdown-md [role="presenter"] [role="display"] {
1835
+ padding: 4px 0px;
1836
+ line-height: 18px;
1837
+ }
1838
+
1839
+ .gj-dropdown-md [role="presenter"] [role="display"] .placeholder {
1840
+ color: #8e8e8e;
1841
+ }
1842
+
1843
+ .gj-dropdown-list-md {
1844
+ position: absolute;
1845
+ top: 0px;
1846
+ left: 0px;
1847
+ background-color: #f5f5f5;
1848
+ color: #000;
1849
+ margin: 0px;
1850
+ z-index: 1203;
1851
+ }
1852
+
1853
+ .gj-dropdown-list-md li:hover, .gj-dropdown-list-md li.active {
1854
+ background-color: #eee;
1855
+ }
1856
+
1857
+ /* Bootstrap */
1858
+ .gj-dropdown-bootstrap [role="presenter"] [role="display"] {
1859
+ padding-right: 5px;
1860
+ }
1861
+
1862
+ .gj-dropdown-bootstrap [role="presenter"] [role="expander"] {
1863
+ padding-left: 5px;
1864
+ }
1865
+
1866
+ .gj-dropdown-bootstrap [role="presenter"] [role="expander"].gj-dropdown-expander-mi {
1867
+ width: 24px;
1868
+ }
1869
+
1870
+ .gj-dropdown-bootstrap-3 [role="presenter"] [role="display"] {
1871
+ line-height: 20px;
1872
+ }
1873
+
1874
+ .gj-dropdown-bootstrap-3 [role="presenter"] [role="display"] .placeholder {
1875
+ color: #9999b3;
1876
+ }
1877
+
1878
+ .gj-dropdown-bootstrap-3 [role="presenter"] [role="expander"] {
1879
+ width: 20px;
1880
+ height: 20px;
1881
+ }
1882
+
1883
+ .gj-dropdown-bootstrap-3 [role="presenter"] [role="expander"].gj-dropdown-expander-mi .gj-icon,
1884
+ .gj-dropdown-bootstrap-3 [role="presenter"] [role="expander"].gj-dropdown-expander-mi .material-icons {
1885
+ top: 5px;
1886
+ right: 10px;
1887
+ position: absolute;
1888
+ }
1889
+
1890
+ .gj-dropdown-bootstrap-4 [role="presenter"] {
1891
+ border: 1px solid #ced4da;
1892
+ }
1893
+
1894
+ .gj-dropdown-bootstrap-4 [role="presenter"] [role="display"] {
1895
+ line-height: 24px;
1896
+ }
1897
+
1898
+ .gj-dropdown-bootstrap-4 [role="presenter"] [role="expander"].gj-dropdown-expander-mi .gj-icon,
1899
+ .gj-dropdown-bootstrap-4 [role="presenter"] [role="expander"].gj-dropdown-expander-mi .material-icons {
1900
+ top: 7px;
1901
+ right: 10px;
1902
+ position: absolute;
1903
+ }
1904
+
1905
+ .gj-dropdown-list-bootstrap {
1906
+ position: absolute;
1907
+ top: 32px;
1908
+ left: 0px;
1909
+ margin: 0px;
1910
+ z-index: 1203;
1911
+ }
1912
+ .gj-datepicker [role="input"]::-ms-clear {
1913
+ display: none;
1914
+ }
1915
+
1916
+ .gj-datepicker [role="right-icon"] {
1917
+ cursor: pointer;
1918
+ }
1919
+
1920
+ .gj-picker div[role="navigator"] {
1921
+ display: -webkit-box;
1922
+ display: -ms-flexbox;
1923
+ display: flex;
1924
+ -ms-flex-wrap: wrap;
1925
+ flex-wrap: wrap;
1926
+ }
1927
+
1928
+ .gj-picker div[role="navigator"] div {
1929
+ cursor: pointer;
1930
+ position: relative;
1931
+ flex-basis: 0;
1932
+ -webkit-box-flex: 1;
1933
+ -ms-flex-positive: 1;
1934
+ flex-grow: 1;
1935
+ max-width: 100%;
1936
+ }
1937
+
1938
+ .gj-picker div[role="navigator"] div[role="period"] {
1939
+ width: 100%;
1940
+ text-align: center;
1941
+ }
1942
+
1943
+ /* Material Design */
1944
+ .gj-datepicker-md {
1945
+ font-family: "Roboto","Helvetica","Arial",sans-serif;
1946
+ font-size: 16px;
1947
+ font-weight: 400;
1948
+ letter-spacing: .04em;
1949
+ line-height: 1;
1950
+ color: rgba(0,0,0,.87);
1951
+ position: relative;
1952
+ }
1953
+
1954
+ .gj-datepicker-md [role="right-icon"] {
1955
+ position: absolute;
1956
+ right: 0px;
1957
+ top: 0px;
1958
+ font-size: 24px;
1959
+ }
1960
+
1961
+ .gj-datepicker-md.small .gj-textbox-md {
1962
+ font-size: 14px;
1963
+ }
1964
+
1965
+ .gj-datepicker-md.small .gj-icon {
1966
+ font-size: 22px;
1967
+ }
1968
+
1969
+ .gj-datepicker-md.large .gj-textbox-md {
1970
+ font-size: 18px;
1971
+ }
1972
+
1973
+ .gj-datepicker-md.large .gj-icon {
1974
+ font-size: 28px;
1975
+ }
1976
+
1977
+ .gj-picker-md.datepicker [role="header"] {
1978
+ padding: 20px 20px;
1979
+ display: block;
1980
+ }
1981
+
1982
+ .gj-picker-md.datepicker [role="header"] [role="year"] {
1983
+ font-size: 17px;
1984
+ padding-bottom: 5px;
1985
+ cursor: pointer;
1986
+ }
1987
+
1988
+ .gj-picker-md.datepicker [role="header"] [role="date"] {
1989
+ font-size: 36px;
1990
+ cursor: pointer;
1991
+ }
1992
+
1993
+ .gj-picker-md div[role="navigator"] {
1994
+ height: 42px;
1995
+ line-height: 42px;
1996
+ }
1997
+
1998
+ .gj-picker div[role="navigator"] div[role="period"] {
1999
+ font-weight: bold;
2000
+ font-size: 15px;
2001
+ }
2002
+
2003
+ .gj-picker-md div[role="navigator"] div:first-child {
2004
+ max-width: 42px;
2005
+ }
2006
+
2007
+ .gj-picker-md div[role="navigator"] div:last-child {
2008
+ max-width: 42px;
2009
+ }
2010
+
2011
+ .gj-picker-md div[role="navigator"] div i.gj-icon,
2012
+ .gj-picker-md div[role="navigator"] div i.material-icons {
2013
+ position: absolute;
2014
+ top: 8px;
2015
+ }
2016
+
2017
+ .gj-picker-md div[role="navigator"] div:first-child i.gj-icon,
2018
+ .gj-picker-md div[role="navigator"] div:first-child i.material-icons {
2019
+ left: 10px;
2020
+ }
2021
+
2022
+ .gj-picker-md div[role="navigator"] div:last-child i.gj-icon,
2023
+ .gj-picker-md div[role="navigator"] div:last-child i.material-icons {
2024
+ right: 11px;
2025
+ }
2026
+
2027
+ .gj-picker-md table thead {
2028
+ color: #9E9E9E; /* Gray 500 */
2029
+ }
2030
+
2031
+ .gj-picker-md table tr th div,
2032
+ .gj-picker-md table tr td div {
2033
+ display: block;
2034
+ width: 40px;
2035
+ height: 40px;
2036
+ line-height: 40px;
2037
+ font-size: 13px;
2038
+ text-align: center;
2039
+ vertical-align: middle;
2040
+ }
2041
+
2042
+ [type="year"].gj-picker-md table tr td div,
2043
+ [type="decade"].gj-picker-md table tr td div,
2044
+ [type="century"].gj-picker-md table tr td div {
2045
+ width: 73px;
2046
+ height: 73px;
2047
+ line-height: 73px;
2048
+ cursor: pointer;
2049
+ }
2050
+
2051
+ .gj-picker-md table tr td.gj-cursor-pointer div:hover {
2052
+ background: #EEEEEE;
2053
+ border-radius: 50%;
2054
+ color: rgba(0,0,0,.87);
2055
+ }
2056
+
2057
+ .gj-picker-md table tr td.other-month div,
2058
+ .gj-picker-md table tr td.disabled div {
2059
+ color: #BDBDBD; /* Gray 400 */
2060
+ }
2061
+
2062
+ .gj-picker-md table tr td.focused div {
2063
+ background: #E0E0E0; /* Gray 300 */
2064
+ border-radius: 50%;
2065
+ }
2066
+
2067
+ .gj-picker-md table tr td.today div {
2068
+ color: #1976D2;
2069
+ }
2070
+
2071
+ .gj-picker-md table tr td.selected.gj-cursor-pointer div {
2072
+ color: #FFFFFF;
2073
+ background: #1976D2; /* Blue 700 */
2074
+ border-radius: 50%;
2075
+ }
2076
+
2077
+ .gj-picker-md table tr td.calendar-week div {
2078
+ font-weight: bold;
2079
+ }
2080
+
2081
+ /* Bootstrap */
2082
+ .gj-datepicker-bootstrap :focus,
2083
+ .gj-datepicker-bootstrap :active {
2084
+ box-shadow: none;
2085
+ }
2086
+
2087
+ .gj-picker-bootstrap {
2088
+ border: 1px solid rgba(0,0,0,0.15);
2089
+ border-radius: 4px;
2090
+ padding: 4px;
2091
+ }
2092
+
2093
+ .gj-modal .gj-picker-bootstrap {
2094
+ padding: 0px;
2095
+ }
2096
+
2097
+ .gj-picker-bootstrap.datepicker [role="header"] {
2098
+ padding: 10px 20px;
2099
+ display: block;
2100
+ }
2101
+
2102
+ .gj-picker-bootstrap.datepicker [role="header"] [role="year"] {
2103
+ font-size: 15px;
2104
+ cursor: pointer;
2105
+ }
2106
+
2107
+ .gj-picker-bootstrap [role="header"] [role="date"] {
2108
+ font-size: 24px;
2109
+ cursor: pointer;
2110
+ }
2111
+
2112
+ .gj-modal .gj-picker-bootstrap.datepicker [role="body"] {
2113
+ padding: 15px;
2114
+ }
2115
+
2116
+ .gj-picker-bootstrap div[role="navigator"] {
2117
+ height: 30px;
2118
+ line-height: 30px;
2119
+ text-align: center;
2120
+ }
2121
+
2122
+ .gj-picker-bootstrap div[role="navigator"] div:first-child {
2123
+ max-width: 30px;
2124
+ }
2125
+
2126
+ .gj-picker-bootstrap div[role="navigator"] div:last-child {
2127
+ max-width: 30px;
2128
+ }
2129
+
2130
+ .gj-picker-bootstrap table tr td div,
2131
+ .gj-picker-bootstrap table tr th div {
2132
+ display: block;
2133
+ width: 30px;
2134
+ height: 30px;
2135
+ line-height: 30px;
2136
+ text-align: center;
2137
+ vertical-align: middle;
2138
+ }
2139
+
2140
+ [type="year"].gj-picker-bootstrap table tr td div,
2141
+ [type="decade"].gj-picker-bootstrap table tr td div,
2142
+ [type="century"].gj-picker-bootstrap table tr td div {
2143
+ width: 53px;
2144
+ height: 53px;
2145
+ line-height: 53px;
2146
+ cursor: pointer;
2147
+ }
2148
+
2149
+ .gj-picker-bootstrap table tr th div i,
2150
+ .gj-picker-bootstrap table tr th div span {
2151
+ line-height: 30px;
2152
+ }
2153
+
2154
+ .gj-picker-bootstrap div[role="navigator"] .gj-icon,
2155
+ .gj-picker-bootstrap div[role="navigator"] .material-icons {
2156
+ margin: 3px;
2157
+ }
2158
+
2159
+ .gj-picker-bootstrap table tr td.focused div,
2160
+ .gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
2161
+ background: #EEEEEE;
2162
+ border-radius: 4px;
2163
+ color: #212529;
2164
+ }
2165
+
2166
+ .gj-picker-bootstrap table tr td.today div {
2167
+ color: #204d74;
2168
+ font-weight: bold;
2169
+ }
2170
+
2171
+ .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
2172
+ color: #fff;
2173
+ background-color: #204d74;
2174
+ border-color: #122b40;
2175
+ border-radius: 4px;
2176
+ }
2177
+
2178
+ .gj-picker-bootstrap table tr td.other-month div,
2179
+ .gj-picker-bootstrap table tr td.disabled div {
2180
+ color: #777;
2181
+ }
2182
+
2183
+ /* Bootstrap 3 */
2184
+ .gj-datepicker-bootstrap span[role="right-icon"].input-group-addon {
2185
+ border-top-left-radius: 0px;
2186
+ border-bottom-left-radius: 0px;
2187
+ border-top-right-radius: 4px;
2188
+ border-bottom-right-radius: 4px;
2189
+ border-left: 0px;
2190
+ position: relative;
2191
+ /*width: 38px;*/
2192
+ }
2193
+
2194
+ .gj-datepicker-bootstrap span[role="right-icon"].input-group-addon .gj-icon,
2195
+ .gj-datepicker-bootstrap span[role="right-icon"].input-group-addon .material-icons {
2196
+ position: absolute;
2197
+ top: 7px;
2198
+ left: 7px;
2199
+ }
2200
+
2201
+ /* Bootstrap 4 */
2202
+ .gj-datepicker-bootstrap [role="right-icon"] button {
2203
+ width: 38px;
2204
+ position: relative;
2205
+ border: 1px solid #ced4da;
2206
+ }
2207
+
2208
+ .gj-datepicker-bootstrap [role="right-icon"] button:hover {
2209
+ color: #6c757d;
2210
+ background-color: transparent;
2211
+ }
2212
+
2213
+ .gj-datepicker-bootstrap.input-group-sm [role="right-icon"] button {
2214
+ width: 30px;
2215
+ }
2216
+
2217
+ .gj-datepicker-bootstrap.input-group-lg [role="right-icon"] button {
2218
+ width: 48px;
2219
+ }
2220
+
2221
+ .gj-datepicker-bootstrap [role="right-icon"] button .gj-icon,
2222
+ .gj-datepicker-bootstrap [role="right-icon"] button .material-icons {
2223
+ position: absolute;
2224
+ font-size: 21px;
2225
+ top: 9px;
2226
+ left: 9px;
2227
+ }
2228
+
2229
+ .gj-datepicker-bootstrap.input-group-sm [role="right-icon"] button .gj-icon,
2230
+ .gj-datepicker-bootstrap.input-group-sm [role="right-icon"] button .material-icons {
2231
+ top: 6px;
2232
+ left: 6px;
2233
+ font-size: 19px;
2234
+ }
2235
+
2236
+ .gj-datepicker-bootstrap.input-group-lg [role="right-icon"] button .gj-icon,
2237
+ .gj-datepicker-bootstrap.input-group-lg [role="right-icon"] button .material-icons {
2238
+ font-size: 27px;
2239
+ top: 10px;
2240
+ left: 10px;
2241
+ }
2242
+ .gj-timepicker [role="input"]::-ms-clear {
2243
+ display: none;
2244
+ }
2245
+
2246
+ .gj-timepicker [role="right-icon"] {
2247
+ cursor: pointer;
2248
+ }
2249
+
2250
+ .gj-picker.timepicker [role="header"] {
2251
+ font-size: 58px;
2252
+ padding: 20px 0;
2253
+ line-height: 58px;
2254
+
2255
+ display: flex;
2256
+ align-items: baseline;
2257
+ user-select: none;
2258
+ justify-content: center;
2259
+ }
2260
+
2261
+ .gj-picker.timepicker [role="header"] div {
2262
+ cursor: pointer;
2263
+ width: 66px;
2264
+ text-align: right;
2265
+ }
2266
+
2267
+ .gj-picker [role="header"] [role="mode"] {
2268
+ position: relative;
2269
+ width: 0px;
2270
+ }
2271
+
2272
+ .gj-picker [role="header"] [role="mode"] span {
2273
+ position: absolute;
2274
+ left: 7px;
2275
+ line-height: 18px;
2276
+ font-size: 18px;
2277
+ }
2278
+
2279
+ .gj-picker [role="header"] [role="mode"] span[role="am"] {
2280
+ top: 7px;
2281
+ }
2282
+
2283
+ .gj-picker [role="header"] [role="mode"] span[role="pm"] {
2284
+ bottom: 7px;
2285
+ }
2286
+
2287
+ .gj-picker [role="body"] [role="dial"] {
2288
+ width: 256px;
2289
+ color: rgba(0, 0, 0, 0.87);
2290
+ height: 256px;
2291
+ position: relative;
2292
+ background: #eeeeee;
2293
+ border-radius: 50%;
2294
+ margin: 10px;
2295
+ }
2296
+
2297
+ .gj-picker [role="body"] [role="hour"] {
2298
+ top: calc(50% - 16px);
2299
+ left: calc(50% - 16px);
2300
+ width: 32px;
2301
+ height: 32px;
2302
+ cursor: pointer;
2303
+ position: absolute;
2304
+ font-size: 14px;
2305
+ text-align: center;
2306
+ line-height: 32px;
2307
+ user-select: none;
2308
+ pointer-events: none;
2309
+ }
2310
+
2311
+ .gj-picker [role="body"] [role="hour"].selected {
2312
+ color: rgba(255, 255, 255, 1);
2313
+ }
2314
+
2315
+ .gj-picker [role="body"] [role="arrow"] {
2316
+ top: calc(50% - 1px);
2317
+ left: 50%;
2318
+ width: calc(50% - 20px);
2319
+ height: 2px;
2320
+ position: absolute;
2321
+ pointer-events: none;
2322
+ transform-origin: left center;
2323
+ transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
2324
+ width: calc(50% - 52px);
2325
+ }
2326
+
2327
+ .gj-picker .arrow-begin {
2328
+ top: -3px;
2329
+ left: -4px;
2330
+ width: 8px;
2331
+ height: 8px;
2332
+ position: absolute;
2333
+ border-radius: 50%;
2334
+ }
2335
+
2336
+ .gj-picker .arrow-end {
2337
+ top: -15px;
2338
+ right: -16px;
2339
+ width: 0;
2340
+ height: 0;
2341
+ position: absolute;
2342
+ box-sizing: content-box;
2343
+ border-width: 16px;
2344
+ border-radius: 50%;
2345
+ }
2346
+
2347
+ /* Material Design */
2348
+ .gj-timepicker-md {
2349
+ font-family: "Roboto","Helvetica","Arial",sans-serif;
2350
+ font-size: 16px;
2351
+ font-weight: 400;
2352
+ letter-spacing: .04em;
2353
+ line-height: 1;
2354
+ color: rgba(0,0,0,.87);
2355
+ position: relative;
2356
+ }
2357
+
2358
+ .gj-timepicker-md.small .gj-textbox-md {
2359
+ font-size: 14px;
2360
+ }
2361
+
2362
+ .gj-timepicker-md.small .gj-icon {
2363
+ font-size: 22px;
2364
+ }
2365
+
2366
+ .gj-timepicker-md.large .gj-textbox-md {
2367
+ font-size: 18px;
2368
+ }
2369
+
2370
+ .gj-timepicker-md.large .gj-icon {
2371
+ font-size: 28px;
2372
+ }
2373
+
2374
+ .gj-timepicker-md [role="right-icon"] {
2375
+ cursor: pointer;
2376
+ position: absolute;
2377
+ right: 0px;
2378
+ top: 0px;
2379
+ font-size: 24px;
2380
+ }
2381
+
2382
+ .gj-picker-md .arrow-begin {
2383
+ background-color: #2196f3;
2384
+ }
2385
+ .gj-picker-md .arrow-end {
2386
+ border: 16px solid #2196f3;
2387
+ }
2388
+
2389
+ .gj-picker-md [role="body"] [role="arrow"] {
2390
+ background-color: #2196f3;
2391
+ }
2392
+
2393
+ /* Bootstrap */
2394
+ .gj-timepicker-bootstrap :focus,
2395
+ .gj-timepicker-bootstrap :active {
2396
+ box-shadow: none;
2397
+ }
2398
+
2399
+ .gj-picker-bootstrap [role="body"] [role="arrow"] {
2400
+ background-color: #888;
2401
+ }
2402
+
2403
+ .gj-picker-bootstrap .arrow-begin {
2404
+ background-color: #888;
2405
+ }
2406
+
2407
+ .gj-picker-bootstrap .arrow-end {
2408
+ border: 16px solid #888;
2409
+ }
2410
+
2411
+ /* Bootstrap 3 */
2412
+ .gj-timepicker-bootstrap .input-group-addon {
2413
+ border-top-left-radius: 0px;
2414
+ border-bottom-left-radius: 0px;
2415
+ border-top-right-radius: 4px;
2416
+ border-bottom-right-radius: 4px;
2417
+ border-left: 0px;
2418
+ position: relative;
2419
+ width: 38px;
2420
+ }
2421
+
2422
+ .gj-timepicker-bootstrap.input-group-sm .input-group-addon {
2423
+ width: 30px;
2424
+ }
2425
+
2426
+ .gj-timepicker-bootstrap.input-group-lg .input-group-addon {
2427
+ width: 46px;
2428
+ }
2429
+
2430
+ .gj-timepicker-bootstrap .input-group-addon .gj-icon,
2431
+ .gj-timepicker-bootstrap .input-group-addon .material-icons {
2432
+ position: absolute;
2433
+ font-size: 21px;
2434
+ top: 6px;
2435
+ left: 8px;
2436
+ }
2437
+
2438
+ .gj-timepicker-bootstrap.input-group-sm .input-group-addon .gj-icon,
2439
+ .gj-timepicker-bootstrap.input-group-sm .input-group-addon .material-icons {
2440
+ font-size: 19px;
2441
+ top: 5px;
2442
+ left: 5px;
2443
+ }
2444
+
2445
+ .gj-timepicker-bootstrap.input-group-lg .input-group-addon .gj-icon,
2446
+ .gj-timepicker-bootstrap.input-group-lg .input-group-addon .material-icons {
2447
+ font-size: 27px;
2448
+ top: 10px;
2449
+ left: 10px;
2450
+ }
2451
+
2452
+ /* Bootstrap 4 */
2453
+ .gj-timepicker-bootstrap [role="right-icon"] button {
2454
+ width: 38px;
2455
+ position: relative;
2456
+ }
2457
+
2458
+ .gj-timepicker-bootstrap.input-group-sm [role="right-icon"] button {
2459
+ width: 30px;
2460
+ }
2461
+
2462
+ .gj-timepicker-bootstrap.input-group-lg [role="right-icon"] button {
2463
+ width: 48px;
2464
+ }
2465
+
2466
+ .gj-timepicker-bootstrap [role="right-icon"] button .gj-icon,
2467
+ .gj-timepicker-bootstrap [role="right-icon"] button .material-icons {
2468
+ position: absolute;
2469
+ font-size: 21px;
2470
+ top: 7px;
2471
+ left: 9px;
2472
+ }
2473
+
2474
+ .gj-timepicker-bootstrap.input-group-sm [role="right-icon"] button .gj-icon,
2475
+ .gj-timepicker-bootstrap.input-group-sm [role="right-icon"] button .material-icons {
2476
+ top: 4px;
2477
+ left: 6px;
2478
+ font-size: 19px;
2479
+ }
2480
+
2481
+ .gj-timepicker-bootstrap.input-group-lg [role="right-icon"] button .gj-icon,
2482
+ .gj-timepicker-bootstrap.input-group-lg [role="right-icon"] button .material-icons {
2483
+ font-size: 27px;
2484
+ top: 8px;
2485
+ left: 10px;
2486
+ }
2487
+ .gj-picker.datetimepicker [role="header"] [role="date"] {
2488
+ padding-bottom: 5px;
2489
+ text-align: center;
2490
+ cursor: pointer;
2491
+ }
2492
+
2493
+ .gj-picker [role="switch"] {
2494
+ align-items: baseline;
2495
+ user-select: none;
2496
+ position: relative;
2497
+ }
2498
+
2499
+ .gj-picker [role="switch"] [role="calendarMode"] {
2500
+ cursor: pointer;
2501
+ position: absolute;
2502
+ bottom: 2px;
2503
+ left: 0px;
2504
+ }
2505
+
2506
+ .gj-picker [role="switch"] [role="time"] {
2507
+ width: 100%;
2508
+ text-align: center;
2509
+ }
2510
+
2511
+ .gj-picker [role="switch"] [role="time"] div {
2512
+ display: inline;
2513
+ cursor: pointer;
2514
+ }
2515
+
2516
+ .gj-picker [role="switch"] [role="calendarMode"] {
2517
+ cursor: pointer;
2518
+ }
2519
+
2520
+ .gj-picker [role="switch"] [role="clockMode"] {
2521
+ position: absolute;
2522
+ right: 0px;
2523
+ bottom: 3px;
2524
+ cursor: pointer;
2525
+ }
2526
+
2527
+ /* Material Design */
2528
+ .gj-picker-md.datetimepicker [role="header"] {
2529
+ font-size: 36px;
2530
+ padding: 10px 20px;
2531
+ display: block;
2532
+ }
2533
+
2534
+ .gj-picker-md [role="switch"] {
2535
+ color: rgba(255, 255, 255, 0.54);
2536
+ background: #2196f3;
2537
+ font-size: 32px;
2538
+ }
2539
+
2540
+ /* Bootstrap */
2541
+ .gj-picker-bootstrap.datetimepicker [role="header"] {
2542
+ font-size: 36px;
2543
+ padding: 10px 20px;
2544
+ display: block;
2545
+ }
2546
+
2547
+ .gj-picker-bootstrap.datetimepicker [role="header"] [role="time"] {
2548
+ font-size: 22px;
2549
+ }
2550
+
2551
+ .gj-slider {
2552
+ position: relative;
2553
+ padding: 8px 6px;
2554
+ }
2555
+
2556
+ .gj-slider [role="track"] {
2557
+ width: 100%;
2558
+ }
2559
+
2560
+ .gj-slider [role="progress"] {
2561
+ position: absolute;
2562
+ z-index: 1203;
2563
+ }
2564
+
2565
+ .gj-slider [role="handle"] {
2566
+ position: absolute;
2567
+ }
2568
+
2569
+ .gj-slider-md [role="track"] {
2570
+ display: -webkit-box;
2571
+ display: -ms-flexbox;
2572
+ display: flex;
2573
+ -webkit-box-orient: vertical;
2574
+ -webkit-box-direction: normal;
2575
+ -ms-flex-direction: column;
2576
+ flex-direction: column;
2577
+ -webkit-box-pack: center;
2578
+ -ms-flex-pack: center;
2579
+ justify-content: center;
2580
+ color: #fff;
2581
+ text-align: center;
2582
+ background-color: #e9ecef;
2583
+ height: 2px;
2584
+ background-color: rgba(0,0,0,.26);
2585
+ }
2586
+
2587
+ .gj-slider-md [role="progress"] {
2588
+ display: -webkit-box;
2589
+ display: -ms-flexbox;
2590
+ display: flex;
2591
+ -webkit-box-orient: vertical;
2592
+ -webkit-box-direction: normal;
2593
+ -ms-flex-direction: column;
2594
+ flex-direction: column;
2595
+ -webkit-box-pack: center;
2596
+ -ms-flex-pack: center;
2597
+ justify-content: center;
2598
+ color: #fff;
2599
+ text-align: center;
2600
+ height: 2px;
2601
+ background-color: #536DFE; /* Indigo A200 */
2602
+ top: 8px;
2603
+ left: 6px;
2604
+ }
2605
+
2606
+ .gj-slider-md [role="handle"] {
2607
+ top: 3px;
2608
+ left: 0px;
2609
+ width: 12px;
2610
+ height: 12px;
2611
+ background-color: #536DFE; /* Indigo A200 */
2612
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
2613
+ filter: none;
2614
+ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
2615
+ box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
2616
+ border: 0px solid transparent;
2617
+ border-radius: 50%;
2618
+ cursor: pointer;
2619
+ z-index: 1204;
2620
+ }
2621
+
2622
+ /* Bootstrap */
2623
+ .gj-slider-bootstrap [role="track"] {
2624
+ border-radius: 4px;
2625
+ height: 10px;
2626
+ }
2627
+
2628
+ .gj-slider-bootstrap [role="progress"] {
2629
+ height: 10px;
2630
+ border-radius: 4px;
2631
+ top: 8px;
2632
+ left: 6px;
2633
+ transition: none;
2634
+ }
2635
+
2636
+ .gj-slider-bootstrap [role="handle"] {
2637
+ top: 2px;
2638
+ left: 0px;
2639
+ width: 20px;
2640
+ height: 20px;
2641
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
2642
+ filter: none;
2643
+ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
2644
+ box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
2645
+ border: 0px solid transparent;
2646
+ border-radius: 50%;
2647
+ cursor: pointer;
2648
+ z-index: 1204;
2649
+ }
2650
+
2651
+ .gj-slider-bootstrap-3 [role="handle"] {
2652
+ background-color: #337ab7;
2653
+ background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
2654
+ background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
2655
+ background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
2656
+ background-repeat: repeat-x;
2657
+ }
2658
+
2659
+ .gj-slider-bootstrap-4 [role="handle"] {
2660
+ background-color: #007bff;
2661
+ background-image: -webkit-linear-gradient(top, #007bff 0%, #2e6da4 100%);
2662
+ background-image: -o-linear-gradient(top, #007bff 0%, #2e6da4 100%);
2663
+ background-image: linear-gradient(to bottom, #007bff 0%, #2e6da4 100%);
2664
+ background-repeat: repeat-x;
2665
+ }
2666
+
2667
+
2668
+ .gj-colorpicker [role="right-icon"] {
2669
+ cursor: pointer;
2670
+ }
2671
+
2672
+
2673
+ /* Material Design */
2674
+ .gj-colorpicker-md {
2675
+ font-family: "Roboto","Helvetica","Arial",sans-serif;
2676
+ font-size: 16px;
2677
+ font-weight: 400;
2678
+ letter-spacing: .04em;
2679
+ line-height: 1;
2680
+ color: rgba(0,0,0,.87);
2681
+ position: relative;
2682
+ }
2683
+
2684
+ .gj-colorpicker-md [role="right-icon"] {
2685
+ position: absolute;
2686
+ right: 0px;
2687
+ top: 0px;
2688
+ font-size: 24px;
2689
+ }