@yeeyoon/library 3.6.2 → 3.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2198 +0,0 @@
1
- .gridHoverStyle,
2
- .gridSelection,
3
- .timelineSelection {
4
- background-color: #fff3a1
5
- }
6
-
7
- .gantt_grid_scale .gantt_grid_head_cell {
8
- color: #a6a6a6;
9
- border-top: none !important;
10
- border-right: none !important
11
- }
12
-
13
- .gantt_grid_data .gantt_cell {
14
- border-right: none;
15
- color: #454545
16
- }
17
-
18
- .gantt_task_link .gantt_link_arrow_right {
19
- border-width: 6px;
20
- margin-top: -3px
21
- }
22
-
23
- .gantt_task_link .gantt_link_arrow_left {
24
- border-width: 6px;
25
- margin-left: -6px;
26
- margin-top: -3px
27
- }
28
-
29
- .gantt_task_link .gantt_link_arrow_down,
30
- .gantt_task_link .gantt_link_arrow_up {
31
- border-width: 6px
32
- }
33
-
34
- .gantt_task_line .gantt_task_progress_drag {
35
- bottom: -4px;
36
- height: 10px;
37
- margin-left: -8px;
38
- width: 16px
39
- }
40
-
41
- .chartHeaderBg {
42
- background-color: #fff
43
- }
44
-
45
- .gantt_task .gantt_task_scale .gantt_scale_cell {
46
- color: #a6a6a6;
47
- border-right: 1px solid #ebebeb
48
- }
49
-
50
- .gantt_row.gantt_project,
51
- .gantt_row.odd.gantt_project {
52
- background-color: #edffef
53
- }
54
-
55
- .gantt_task_row.gantt_project,
56
- .gantt_task_row.odd.gantt_project {
57
- background-color: #f5fff6
58
- }
59
-
60
- .gantt_task_line.gantt_project {
61
- background-color: #65c16f;
62
- border: 1px solid #3c9445
63
- }
64
-
65
- .gantt_task_line.gantt_project .gantt_task_progress {
66
- background-color: #46ad51
67
- }
68
-
69
- .buttonBg {
70
- background: #fff
71
- }
72
-
73
- .gantt_cal_light .gantt_btn_set {
74
- margin: 5px 10px
75
- }
76
-
77
- .gantt_btn_set.gantt_cancel_btn_set {
78
- background: #fff;
79
- color: #454545;
80
- border: 1px solid #cecece
81
- }
82
-
83
- .gantt_btn_set.gantt_save_btn_set {
84
- background: #3db9d3;
85
- text-shadow: 0 -1px 0 #248a9f;
86
- color: #fff
87
- }
88
-
89
- .gantt_btn_set.gantt_delete_btn_set {
90
- text-shadow: 0 -1px 0 #6f6f6f;
91
- background: #ec8e00;
92
- text-shadow: 0 -1px 0 #a60;
93
- color: #fff
94
- }
95
-
96
- .gantt_cal_light_wide {
97
- padding-left: 0 !important;
98
- padding-right: 0 !important
99
- }
100
-
101
- .gantt_cal_light_wide .gantt_cal_larea {
102
- border-left: none !important;
103
- border-right: none !important
104
- }
105
-
106
- .gantt_popup_button.gantt_ok_button {
107
- background: #3db9d3;
108
- text-shadow: 0 -1px 0 #248a9f;
109
- color: #fff;
110
- font-weight: 700;
111
- border-width: 0
112
- }
113
-
114
- .gantt_popup_button.gantt_cancel_button {
115
- font-weight: 700;
116
- color: #454544
117
- }
118
-
119
- .gantt_popup_title {
120
- background-color: #fff
121
- }
122
-
123
- .gantt_popup_shadow {
124
- box-shadow: 3px 3px 3px rgba(0, 0, 0, .07)
125
- }
126
-
127
- .gantt_qi_big_icon.icon_edit {
128
- color: #454545;
129
- background: #fff
130
- }
131
-
132
- .gantt_qi_big_icon.icon_delete {
133
- text-shadow: 0 -1px 0 #a60;
134
- background: #ec8e00;
135
- color: #fff;
136
- border-width: 0
137
- }
138
-
139
- .gantt_tooltip {
140
- box-shadow: 3px 3px 3px rgba(0, 0, 0, .07);
141
- border-left: 1px solid rgba(0, 0, 0, .07);
142
- border-top: 1px solid rgba(0, 0, 0, .07);
143
- font-size: 8pt;
144
- color: #454545
145
- }
146
-
147
- .gantt_container,
148
- .gantt_tooltip {
149
- background-color: #fff;
150
- font-family: Arial
151
- }
152
-
153
- .gantt_container {
154
- font-size: 13px;
155
- border: 1px solid #cecece;
156
- position: relative;
157
- white-space: nowrap;
158
- overflow-x: hidden;
159
- overflow-y: hidden
160
- }
161
-
162
- .gantt_touch_active {
163
- overscroll-behavior: none
164
- }
165
-
166
- .gantt_task_scroll {
167
- overflow-x: scroll
168
- }
169
-
170
- .gantt_grid,
171
- .gantt_task {
172
- position: relative;
173
- overflow-x: hidden;
174
- overflow-y: hidden;
175
- display: inline-block;
176
- vertical-align: top
177
- }
178
-
179
- .gantt_grid_scale,
180
- .gantt_task_scale {
181
- color: #6b6b6b;
182
- font-size: 12px;
183
- border-bottom: 1px solid #cecece;
184
- box-sizing: border-box
185
- }
186
-
187
- .gantt_grid_scale,
188
- .gantt_task_scale,
189
- .gantt_task_vscroll {
190
- background-color: #fff
191
- }
192
-
193
- .gantt_scale_line {
194
- box-sizing: border-box;
195
- -moz-box-sizing: border-box;
196
- border-top: 1px solid #cecece
197
- }
198
-
199
- .gantt_scale_line:first-child {
200
- border-top: none
201
- }
202
-
203
- .gantt_grid_head_cell {
204
- display: inline-block;
205
- vertical-align: top;
206
- border-right: 1px solid #cecece;
207
- text-align: center;
208
- position: relative;
209
- cursor: default;
210
- height: 100%;
211
- box-sizing: border-box;
212
- -moz-box-sizing: border-box;
213
- line-height: 33px;
214
- -moz-user-select: -moz-none;
215
- -webkit-user-select: none;
216
- user-select: none;
217
- overflow: hidden
218
- }
219
-
220
- .gantt_scale_line {
221
- clear: both
222
- }
223
-
224
- .gantt_grid_data {
225
- width: 100%;
226
- overflow: hidden;
227
- position: relative
228
- }
229
-
230
- .gantt_row {
231
- position: relative;
232
- -webkit-user-select: none;
233
- -moz-user-select: none;
234
- -moz-user-select: -moz-none
235
- }
236
-
237
- .gantt_add,
238
- .gantt_grid_head_add {
239
- width: 100%;
240
- height: 100%;
241
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTQ3MjMyMENDNkI0MTFFMjk4MTI5QTg3MDhFNDVDQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTQ3MjMyMERDNkI0MTFFMjk4MTI5QTg3MDhFNDVDQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NDcyMzIwQUM2QjQxMUUyOTgxMjlBODcwOEU0NUNBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NDcyMzIwQkM2QjQxMUUyOTgxMjlBODcwOEU0NUNBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PshZT8UAAABbSURBVHjaYrTdeZmBEsCER+4wEP+H4sPkGGCDg020ARR7gb4GIAcYDKMDdPnDyAbYkGG5DVW9cIQMvUdBBAuUY4vDz8iAcZinA2zgCHqAYQMseAywJcYFAAEGAM+UFGuohFczAAAAAElFTkSuQmCC);
242
- background-position: 50%;
243
- background-repeat: no-repeat;
244
- cursor: pointer;
245
- position: relative;
246
- -moz-opacity: .3;
247
- opacity: .3
248
- }
249
-
250
- .gantt_grid_head_cell.gantt_grid_head_add {
251
- -moz-opacity: .6;
252
- opacity: .6;
253
- top: 0
254
- }
255
-
256
- .gantt_grid_head_cell.gantt_grid_head_add:hover {
257
- -moz-opacity: 1;
258
- opacity: 1
259
- }
260
-
261
- .gantt_grid_data .gantt_row.odd:hover,
262
- .gantt_grid_data .gantt_row:hover {
263
- background-color: #fff3a1
264
- }
265
-
266
- .gantt_grid_data .gantt_row.odd:hover .gantt_add,
267
- .gantt_grid_data .gantt_row:hover .gantt_add {
268
- -moz-opacity: 1;
269
- opacity: 1
270
- }
271
-
272
- .gantt_row,
273
- .gantt_task_row {
274
- border-bottom: 1px solid #ebebeb;
275
- background-color: #fff
276
- }
277
-
278
- .gantt_row.odd,
279
- .gantt_task_row.odd {
280
- background-color: #fff
281
- }
282
-
283
- .gantt_cell,
284
- .gantt_grid_head_cell,
285
- .gantt_row,
286
- .gantt_scale_cell,
287
- .gantt_task_cell,
288
- .gantt_task_row {
289
- box-sizing: border-box;
290
- -moz-box-sizing: border-box
291
- }
292
-
293
- .gantt_grid_head_cell,
294
- .gantt_scale_cell {
295
- line-height: inherit
296
- }
297
-
298
- .gantt_grid_scale .gantt_grid_column_resize_wrap {
299
- cursor: col-resize;
300
- position: absolute;
301
- width: 13px;
302
- margin-left: -7px
303
- }
304
-
305
- .gantt_grid_column_resize_wrap .gantt_grid_column_resize {
306
- background-color: #cecece;
307
- height: 100%;
308
- width: 1px;
309
- margin: 0 auto
310
- }
311
-
312
- .gantt_task_grid_row_resize_wrap {
313
- cursor: row-resize;
314
- position: absolute;
315
- height: 13px;
316
- margin-top: -7px;
317
- left: 0;
318
- width: 100%
319
- }
320
-
321
- .gantt_task_grid_row_resize_wrap .gantt_task_grid_row_resize {
322
- background-color: #ebebeb;
323
- top: 6px;
324
- height: 1px;
325
- width: 100%;
326
- margin: 0 auto;
327
- position: relative
328
- }
329
-
330
- .gantt_drag_marker.gantt_grid_resize_area,
331
- .gantt_drag_marker.gantt_row_grid_resize_area {
332
- background-color: hsla(0, 0%, 91%, .5);
333
- height: 100%;
334
- width: 100%;
335
- box-sizing: border-box
336
- }
337
-
338
- .gantt_drag_marker.gantt_grid_resize_area {
339
- border-left: 1px solid #cecece;
340
- border-right: 1px solid #cecece
341
- }
342
-
343
- .gantt_drag_marker.gantt_row_grid_resize_area {
344
- border-top: 1px solid #cecece;
345
- border-bottom: 1px solid #cecece;
346
- pointer-events: none
347
- }
348
-
349
- .gantt_row {
350
- display: flex
351
- }
352
-
353
- .gantt_row>div {
354
- flex-shrink: 0;
355
- flex-grow: 0
356
- }
357
-
358
- .gantt_cell {
359
- vertical-align: top;
360
- border-right: 1px solid #ebebeb;
361
- padding-left: 6px;
362
- padding-right: 6px;
363
- height: 100%;
364
- overflow: hidden;
365
- white-space: nowrap;
366
- font-size: 13px
367
- }
368
-
369
- .gantt_cell_tree {
370
- display: flex;
371
- flex-wrap: nowrap
372
- }
373
-
374
- .gantt_grid_data .gantt_last_cell,
375
- .gantt_grid_scale .gantt_last_cell,
376
- .gantt_task .gantt_task_scale .gantt_scale_cell.gantt_last_cell,
377
- .gantt_task_bg .gantt_last_cell {
378
- border-right-width: 0
379
- }
380
-
381
- .gantt_task .gantt_task_scale .gantt_scale_cell.gantt_last_cell {
382
- border-right-width: 1px
383
- }
384
-
385
- .gantt_task_bg {
386
- overflow: hidden
387
- }
388
-
389
- .gantt_scale_cell {
390
- display: inline-block;
391
- white-space: nowrap;
392
- overflow: hidden;
393
- border-right: 1px solid #cecece;
394
- text-align: center;
395
- height: 100%
396
- }
397
-
398
- .gantt_task_cell {
399
- display: inline-block;
400
- height: 100%;
401
- border-right: 1px solid #ebebeb
402
- }
403
-
404
- .gantt_layout_cell.gantt_ver_scroll {
405
- width: 0;
406
- background-color: transparent;
407
- height: 1px;
408
- overflow-x: hidden;
409
- overflow-y: scroll;
410
- position: absolute;
411
- right: 0;
412
- z-index: 1
413
- }
414
-
415
- .gantt_ver_scroll>div {
416
- width: 1px;
417
- height: 1px
418
- }
419
-
420
- .gantt_hor_scroll {
421
- height: 0;
422
- background-color: transparent;
423
- width: 100%;
424
- clear: both;
425
- overflow-x: scroll;
426
- overflow-y: hidden
427
- }
428
-
429
- .gantt_layout_cell .gantt_hor_scroll {
430
- position: absolute
431
- }
432
-
433
- .gantt_hor_scroll>div {
434
- width: 5000px;
435
- height: 1px
436
- }
437
-
438
- .gantt_tree_icon,
439
- .gantt_tree_indent {
440
- flex-grow: 0;
441
- flex-shrink: 0
442
- }
443
-
444
- .gantt_tree_indent {
445
- width: 15px;
446
- height: 100%
447
- }
448
-
449
- .gantt_tree_content,
450
- .gantt_tree_icon {
451
- vertical-align: top
452
- }
453
-
454
- .gantt_tree_icon {
455
- width: 28px;
456
- height: 100%;
457
- background-repeat: no-repeat;
458
- background-position: 50%
459
- }
460
-
461
- .gantt_tree_content {
462
- height: 100%;
463
- white-space: nowrap;
464
- min-width: 0
465
- }
466
-
467
- .gantt_tree_icon.gantt_open {
468
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAArklEQVQ4T2NkoBJgpJI5DEPAoFOnTv0/c+YMQR+bmJgwmJmZwX2E4bVp06b9j4yMZODg4MBp2I8fPxiWL1/OkJWVNUAGcXJyMnz//h3uQrJdRLFBIAPQAchlJLsIFuCMjIwM////B5sJMoRkg2CuIdtrQcHBDOxsbHBfCQgIMHz48AHO//nrF8O6tWsJR7+7uzsDIxMTznT0/98/hp07d+I3iGopm2DewKFg8OV+AJWkfRMrTobLAAAAAElFTkSuQmCC);
469
- width: 18px;
470
- cursor: pointer
471
- }
472
-
473
- .gantt_tree_icon.gantt_close {
474
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAkUlEQVQ4T2NkoBJgpJI5DEPAoFOnTv0/c+YMQR+bmJgwmJmZwX2E4bVp06b9j4yMZODg4MBp2I8fPxiWL1/OkJWVNeIN4uTkxAin79+/M5AcRtgCHGQIyQbhijaiDQoKDmZgZ2PDGf0/f/1iWLd2LeHod3d3Z2BkYsJp0P9//xh27tyJ3yCqpWyCeQOHgsGX+wEZpW4T5LCxKwAAAABJRU5ErkJggg==);
475
- width: 18px;
476
- cursor: pointer
477
- }
478
-
479
- .gantt_tree_icon.gantt_blank {
480
- width: 18px
481
- }
482
-
483
- .gantt_tree_icon.gantt_folder_open {
484
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAs0lEQVQ4T62T0Q2EIBBEpQlzuaaMsQoqooqLsSljbMLLmMxmUXBR4U+Qt7Mzi2sqLVeJ00SgEMKWAnvvzYLyAyHfT5sU2fXDJSwCAXK8MI0/UTkva7IIFJsg3NSwnKdFoKtAWOQ1CN7CEqeTotE5L7QyJhmBcklZM4ZgTiAr3iOU3kD93ppO5SkMjB1EeXdBWoSkRql3YeIRe+cGvktS056JR9wsmeBUkujCfNXWCPC8GugPqn5ii/hV+FoAAAAASUVORK5CYII=)
485
- }
486
-
487
- .gantt_tree_icon.gantt_folder_closed {
488
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAfElEQVQ4T2NkoBJgpJI5DCgGTZ8+/T82gzMzMwlaCFcAM0RKQgyrI/0Dg/EahmIQyBB0DRvXr4W78tmLV1gtAbmYoEEgnciG4QpTogzCFyEwSyg2CBS2oCAZNQh3cA+hMAJ5AlcKxuVBlOgnNgVjMwyUrQjmamKLGaoZBAAOTFyLnFFW4wAAAABJRU5ErkJggg==)
489
- }
490
-
491
- .gantt_tree_icon.gantt_file {
492
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAeElEQVQ4T2NkoBJgRDZn+vTp/wmZm5mZiaIHph7DICkJMUJmMfgHBmMYhtUgbAo3rl+L4lp0NUQbBPI2umuRDaPIIFAYwAyjv0HoMQALM5JdhG4QLMxGDcKdyIdoGIE89OzFK4KZF5Rl8EY/QROQFGA1iBQD0NUCAJVjcxO0naAQAAAAAElFTkSuQmCC)
493
- }
494
-
495
- .gantt_grid_head_cell .gantt_sort {
496
- position: absolute;
497
- right: 5px;
498
- top: 8px;
499
- width: 7px;
500
- height: 13px;
501
- background-repeat: no-repeat;
502
- background-position: 50%
503
- }
504
-
505
- .gantt_grid_head_cell .gantt_sort.gantt_asc {
506
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR4nGNgQAKGxib/GbABkIS7b8B/DAUwCRiGK0CXwFBAb1DfP/U/LszwHwi2X7qFgUEArBtdAVwCBmAKMCSQFSDzAWXXaOHsXeqkAAAAAElFTkSuQmCC)
507
- }
508
-
509
- .gantt_grid_head_cell .gantt_sort.gantt_desc {
510
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR42mNgQAL1/VP/M2ADIIntF2/9x1AAlrh0C47hCmA60DFYwX88gIFGwNDY5D8uDFbg7hvwHx2jmIBTAlkB0e4BAEjlaNtBWJPnAAAAAElFTkSuQmCC)
511
- }
512
-
513
- .gantt_inserted,
514
- .gantt_updated {
515
- font-weight: 700
516
- }
517
-
518
- .gantt_deleted {
519
- text-decoration: line-through
520
- }
521
-
522
- .gantt_invalid {
523
- background-color: #ffe0e0
524
- }
525
-
526
- .gantt_error {
527
- color: red
528
- }
529
-
530
- .gantt_status {
531
- right: 1px;
532
- padding: 5px 10px;
533
- background: hsla(0, 0%, 61%, .1);
534
- position: absolute;
535
- top: 1px;
536
- transition: opacity .2s;
537
- opacity: 0
538
- }
539
-
540
- .gantt_status.gantt_status_visible {
541
- opacity: 1
542
- }
543
-
544
- #gantt_ajax_dots span {
545
- transition: opacity .2s;
546
- background-repeat: no-repeat;
547
- opacity: 0
548
- }
549
-
550
- #gantt_ajax_dots span.gantt_dot_visible {
551
- opacity: 1
552
- }
553
-
554
- .gantt_column_drag_marker {
555
- border: 1px solid #cecece;
556
- opacity: .8
557
- }
558
-
559
- .gantt_grid_head_cell_dragged {
560
- border: 1px solid #cecece;
561
- opacity: .3
562
- }
563
-
564
- .gantt_grid_target_marker {
565
- position: absolute;
566
- top: 0;
567
- width: 2px;
568
- height: 100%;
569
- background-color: #ffa011;
570
- transform: translateX(-1px)
571
- }
572
-
573
- .gantt_grid_target_marker:after,
574
- .gantt_grid_target_marker:before {
575
- display: block;
576
- content: "";
577
- position: absolute;
578
- left: -5px;
579
- width: 0;
580
- height: 0;
581
- border: 6px solid transparent
582
- }
583
-
584
- .gantt_grid_target_marker:before {
585
- border-top-color: #ffa011
586
- }
587
-
588
- .gantt_grid_target_marker:after {
589
- bottom: 0;
590
- border-bottom-color: #ffa011
591
- }
592
-
593
- .gantt_message_area {
594
- position: fixed;
595
- right: 5px;
596
- width: 250px;
597
- z-index: 1000
598
- }
599
-
600
- .gantt-info {
601
- min-width: 120px;
602
- padding: 4px 4px 4px 20px;
603
- font-family: Arial;
604
- z-index: 10000;
605
- margin: 5px;
606
- margin-bottom: 10px;
607
- transition: all .5s ease
608
- }
609
-
610
- .gantt-info.hidden {
611
- height: 0;
612
- padding: 0;
613
- border-width: 0;
614
- margin: 0;
615
- overflow: hidden
616
- }
617
-
618
- .gantt_modal_box {
619
- overflow: hidden;
620
- display: inline-block;
621
- min-width: 250px;
622
- width: 250px;
623
- text-align: center;
624
- position: fixed;
625
- z-index: 20000;
626
- box-shadow: 3px 3px 3px rgba(0, 0, 0, .07);
627
- font-family: Arial;
628
- border-radius: 6px;
629
- border: 1px solid #cecece;
630
- background: #fff
631
- }
632
-
633
- .gantt_popup_title {
634
- border-top-left-radius: 6px;
635
- border-top-right-radius: 6px;
636
- border-width: 0
637
- }
638
-
639
- .gantt_button,
640
- .gantt_popup_button {
641
- border: 1px solid #cecece;
642
- height: 30px;
643
- line-height: 30px;
644
- display: inline-block;
645
- margin: 0 5px;
646
- border-radius: 4px;
647
- background: #fff
648
- }
649
-
650
- .gantt-info,
651
- .gantt_button,
652
- .gantt_popup_button {
653
- user-select: none;
654
- -webkit-user-select: none;
655
- -moz-user-select: -moz-none;
656
- cursor: pointer
657
- }
658
-
659
- .gantt_popup_text {
660
- overflow: hidden
661
- }
662
-
663
- .gantt_popup_controls {
664
- border-radius: 6px;
665
- padding: 10px
666
- }
667
-
668
- .gantt_popup_button {
669
- min-width: 100px
670
- }
671
-
672
- div.dhx_modal_cover {
673
- background-color: #000;
674
- cursor: default;
675
- filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
676
- opacity: .2;
677
- position: fixed;
678
- z-index: 19999;
679
- left: 0;
680
- top: 0;
681
- width: 100%;
682
- height: 100%;
683
- border: none;
684
- zoom: 1
685
- }
686
-
687
- .gantt-info img,
688
- .gantt_modal_box img {
689
- float: left;
690
- margin-right: 20px
691
- }
692
-
693
- .gantt-alert-error,
694
- .gantt-confirm-error {
695
- border: 1px solid red
696
- }
697
-
698
- .gantt_button input,
699
- .gantt_popup_button div {
700
- border-radius: 4px;
701
- font-size: 14px;
702
- box-sizing: content-box;
703
- padding: 0;
704
- margin: 0;
705
- vertical-align: top
706
- }
707
-
708
- .gantt_popup_title {
709
- border-bottom: 1px solid #cecece;
710
- height: 40px;
711
- line-height: 40px;
712
- font-size: 20px
713
- }
714
-
715
- .gantt_popup_text {
716
- margin: 15px 15px 5px;
717
- font-size: 14px;
718
- color: #000;
719
- min-height: 30px;
720
- border-radius: 6px
721
- }
722
-
723
- .gantt-error,
724
- .gantt-info {
725
- font-size: 14px;
726
- color: #000;
727
- box-shadow: 3px 3px 3px rgba(0, 0, 0, .07);
728
- padding: 0;
729
- background-color: #fff;
730
- border-radius: 3px;
731
- border: 1px solid #fff
732
- }
733
-
734
- .gantt-info div {
735
- padding: 5px 10px;
736
- background-color: #fff;
737
- border-radius: 3px;
738
- border: 1px solid #cecece
739
- }
740
-
741
- .gantt-error {
742
- background-color: #d81b1b;
743
- border: 1px solid #ff3c3c
744
- }
745
-
746
- .gantt-error div {
747
- background-color: #d81b1b;
748
- border: 1px solid #940000;
749
- color: #fff
750
- }
751
-
752
- .gantt-warning {
753
- background-color: #ff9000;
754
- border: 1px solid #ffa633
755
- }
756
-
757
- .gantt-warning div {
758
- background-color: #ff9000;
759
- border: 1px solid #b36500;
760
- color: #fff
761
- }
762
-
763
- .gantt_data_area div,
764
- .gantt_grid div {
765
- -ms-touch-action: none;
766
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
767
- }
768
-
769
- .gantt_data_area {
770
- position: relative;
771
- overflow-x: hidden;
772
- overflow-y: hidden;
773
- -moz-user-select: -moz-none;
774
- -webkit-user-select: none;
775
- user-select: none
776
- }
777
-
778
- .gantt_links_area {
779
- position: absolute;
780
- left: 0;
781
- top: 0
782
- }
783
-
784
- .gantt_side_content,
785
- .gantt_task_content,
786
- .gantt_task_progress {
787
- line-height: inherit;
788
- overflow: hidden;
789
- height: 100%
790
- }
791
-
792
- .gantt_task_content {
793
- font-size: 12px;
794
- color: #fff;
795
- width: 100%;
796
- top: 0;
797
- cursor: pointer;
798
- position: absolute;
799
- white-space: nowrap;
800
- text-align: center
801
- }
802
-
803
- .gantt_task_progress {
804
- text-align: center;
805
- z-index: 0;
806
- background: #299cb4
807
- }
808
-
809
- .gantt_task_progress_wrapper {
810
- border-radius: inherit;
811
- position: relative;
812
- width: 100%;
813
- height: 100%;
814
- overflow: hidden
815
- }
816
-
817
- .gantt_task_line {
818
- border-radius: 2px;
819
- position: absolute;
820
- box-sizing: border-box;
821
- background-color: #3db9d3;
822
- border: 1px solid #2898b0;
823
- -webkit-user-select: none;
824
- -moz-user-select: none;
825
- -moz-user-select: -moz-none
826
- }
827
-
828
- .gantt_task_line.gantt_drag_move div {
829
- cursor: move
830
- }
831
-
832
- .gantt_touch_move,
833
- .gantt_touch_progress .gantt_touch_resize {
834
- transform: scale(1.02, 1.1);
835
- transform-origin: 50%
836
- }
837
-
838
- .gantt_touch_progress .gantt_task_progress_drag,
839
- .gantt_touch_resize .gantt_task_drag {
840
- transform: scaleY(1.3);
841
- transform-origin: 50%
842
- }
843
-
844
- .gantt_side_content {
845
- position: absolute;
846
- white-space: nowrap;
847
- color: #6e6e6e;
848
- top: 0;
849
- font-size: 11px
850
- }
851
-
852
- .gantt_side_content.gantt_left {
853
- right: 100%;
854
- padding-right: 20px
855
- }
856
-
857
- .gantt_side_content.gantt_right {
858
- left: 100%;
859
- padding-left: 20px
860
- }
861
-
862
- .gantt_side_content.gantt_link_crossing {
863
- bottom: 8.75px;
864
- top: auto
865
- }
866
-
867
- .gantt_link_arrow,
868
- .gantt_task_link .gantt_line_wrapper {
869
- position: absolute;
870
- cursor: pointer
871
- }
872
-
873
- .gantt_line_wrapper div {
874
- background-color: #ffa011
875
- }
876
-
877
- .gantt_task_link:hover .gantt_line_wrapper div {
878
- box-shadow: 0 0 5px 0 #ffa011
879
- }
880
-
881
- .gantt_task_link div.gantt_link_arrow {
882
- background-color: transparent;
883
- border-style: solid;
884
- width: 0;
885
- height: 0
886
- }
887
-
888
- .gantt_link_control {
889
- position: absolute;
890
- width: 20px;
891
- top: 0
892
- }
893
-
894
- .gantt_link_control div {
895
- display: none;
896
- cursor: pointer;
897
- box-sizing: border-box;
898
- position: relative;
899
- top: 50%;
900
- margin-top: -7.5px;
901
- vertical-align: middle;
902
- border: 1px solid #929292;
903
- border-radius: 6.5px;
904
- height: 13px;
905
- width: 13px;
906
- background-color: #f0f0f0
907
- }
908
-
909
- .gantt_link_control.task_right div.gantt_link_point {
910
- margin-left: 7px
911
- }
912
-
913
- .gantt_link_control div:hover {
914
- background-color: #fff
915
- }
916
-
917
- .gantt_link_control.task_left {
918
- left: -20px
919
- }
920
-
921
- .gantt_link_control.task_right {
922
- right: -20px
923
- }
924
-
925
- .gantt_link_target .gantt_link_control div,
926
- .gantt_task_line.gantt_drag_move .gantt_link_control div,
927
- .gantt_task_line.gantt_drag_move .gantt_task_drag,
928
- .gantt_task_line.gantt_drag_move .gantt_task_progress_drag,
929
- .gantt_task_line.gantt_drag_progress .gantt_link_control div,
930
- .gantt_task_line.gantt_drag_progress .gantt_task_drag,
931
- .gantt_task_line.gantt_drag_progress .gantt_task_progress_drag,
932
- .gantt_task_line.gantt_drag_resize .gantt_link_control div,
933
- .gantt_task_line.gantt_drag_resize .gantt_task_drag,
934
- .gantt_task_line.gantt_drag_resize .gantt_task_progress_drag,
935
- .gantt_task_line.gantt_selected .gantt_link_control div,
936
- .gantt_task_line.gantt_selected .gantt_task_drag,
937
- .gantt_task_line.gantt_selected .gantt_task_progress_drag,
938
- .gantt_task_line:hover .gantt_link_control div,
939
- .gantt_task_line:hover .gantt_task_drag,
940
- .gantt_task_line:hover .gantt_task_progress_drag {
941
- display: block
942
- }
943
-
944
- .gantt_link_source,
945
- .gantt_link_target {
946
- box-shadow: 0 0 3px #3db9d3
947
- }
948
-
949
- .gantt_link_target.link_finish_allow,
950
- .gantt_link_target.link_start_allow {
951
- box-shadow: 0 0 3px #ffbf5e
952
- }
953
-
954
- .gantt_link_target.link_finish_deny,
955
- .gantt_link_target.link_start_deny {
956
- box-shadow: 0 0 3px #e87e7b
957
- }
958
-
959
- .link_finish_allow .gantt_link_control.task_end_date div,
960
- .link_start_allow .gantt_link_control.task_start_date div {
961
- background-color: #ffbf5e;
962
- border-color: #ffa011
963
- }
964
-
965
- .link_finish_deny .gantt_link_control.task_end_date div,
966
- .link_start_deny .gantt_link_control.task_start_date div {
967
- background-color: #e87e7b;
968
- border-color: #dd3e3a
969
- }
970
-
971
- .gantt_link_arrow_right {
972
- border-width: 4px 0 4px 6px;
973
- border-top-color: transparent !important;
974
- border-right-color: transparent !important;
975
- border-bottom-color: transparent !important;
976
- border-left-color: #ffa011
977
- }
978
-
979
- .gantt_link_arrow_left {
980
- border-width: 4px 6px 4px 0;
981
- margin-top: -1px;
982
- border-top-color: transparent !important;
983
- border-right-color: #ffa011;
984
- border-bottom-color: transparent !important;
985
- border-left-color: transparent !important
986
- }
987
-
988
- .gantt_link_arrow_up {
989
- border-width: 0 4px 6px;
990
- border-color: transparent transparent #ffa011;
991
- border-top-color: transparent !important;
992
- border-right-color: transparent !important;
993
- border-bottom-color: #ffa011;
994
- border-left-color: transparent !important
995
- }
996
-
997
- .gantt_link_arrow_down {
998
- border-width: 4px 6px 0 4px;
999
- border-top-color: #ffa011;
1000
- border-right-color: transparent !important;
1001
- border-bottom-color: transparent !important;
1002
- border-left-color: transparent !important
1003
- }
1004
-
1005
- .gantt_task_drag,
1006
- .gantt_task_progress_drag {
1007
- cursor: ew-resize;
1008
- display: none;
1009
- position: absolute
1010
- }
1011
-
1012
- .gantt_task_drag.task_right {
1013
- cursor: e-resize
1014
- }
1015
-
1016
- .gantt_task_drag.task_left {
1017
- cursor: w-resize
1018
- }
1019
-
1020
- .gantt_task_drag {
1021
- height: 100%;
1022
- width: 8px;
1023
- z-index: 1;
1024
- top: -1px
1025
- }
1026
-
1027
- .gantt_task_drag.task_left {
1028
- left: -7px
1029
- }
1030
-
1031
- .gantt_task_drag.task_right {
1032
- right: -7px
1033
- }
1034
-
1035
- .gantt_task_progress_drag {
1036
- height: 8px;
1037
- width: 8px;
1038
- bottom: -4px;
1039
- margin-left: -4px;
1040
- background-position: bottom;
1041
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkY3Rjk0RUVDMkYzMTFFMkI1OThEQTA3ODU0OTkzMEEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkY3Rjk0RUZDMkYzMTFFMkI1OThEQTA3ODU0OTkzMEEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjdGOTRFQ0MyRjMxMUUyQjU5OERBMDc4NTQ5OTMwQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjdGOTRFREMyRjMxMUUyQjU5OERBMDc4NTQ5OTMwQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PobPBzIAAADkSURBVHjaYpk2bRoDDsAExL1QdjEQ/8OmiAWHZk4gXqymqhQM4ty6fU8OSMUA8XdiDBAB4k0a6iqWRga6EKcwMQXduHlnL5DpB8Rv0J2JDFSA+JiOtgZcMwiA2CAxkBxUDVYDLEAKgIpV9XQ0MZwFEgPJAZnHoWpRDAgC4n2W5saiQKfjClQGkBxQDciL+6B6wAbkA/EqJwdrTkUFOQZCAKQGpBbIXA3SCzJggo+XK7OEuBgDsQCkFqgHrBfsBT5eHgZSAUwP2IBfv36TbABMDygdtK1Zv6UESLORaAbIhG6AAAMAKN8wE24DXWcAAAAASUVORK5CYII=);
1042
- background-repeat: no-repeat;
1043
- z-index: 1
1044
- }
1045
-
1046
- .gantt_task_progress_drag:hover {
1047
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAs0lEQVQoz6WMPW7CQBgFJxZaiZ60qcgdwjVMmzu8gpwhDULabXyBdHAGuzRHivQiQZovigS2+Jtu95t5T03TMITtCtjEc5VSOgx5k5F4CnxJWgKUUl5sv6eUvk/daiCeAe1fDCCpBtq4jQ/YngO9pMWpGH99OOcDtt8ifmWEuO3D/R+wXQOdpGcuIGkGdNFQ2RawlTTlSsLd2RY55+O95JyPFQ/y8MAE+CylfADpxvYHWP8CXj+JR4wdKHYAAAAASUVORK5CYII=)
1048
- }
1049
-
1050
- .gantt_link_tooltip {
1051
- box-shadow: 3px 3px 3px #888;
1052
- background-color: #fff;
1053
- border-left: 1px dotted #cecece;
1054
- border-top: 1px dotted #cecece;
1055
- font-family: Tahoma;
1056
- font-size: 8pt;
1057
- color: #444;
1058
- padding: 6px;
1059
- line-height: 20px
1060
- }
1061
-
1062
- .gantt_link_direction {
1063
- height: 0;
1064
- border: 0 none #ffa011;
1065
- border-bottom-style: dashed;
1066
- border-bottom-width: 2px;
1067
- transform-origin: 0 0;
1068
- -ms-transform-origin: 0 0;
1069
- -webkit-transform-origin: 0 0;
1070
- z-index: 2;
1071
- margin-left: 1px;
1072
- position: absolute
1073
- }
1074
-
1075
- .gantt_grid_data .gantt_row.gantt_selected,
1076
- .gantt_grid_data .gantt_row.odd.gantt_selected,
1077
- .gantt_task_row.gantt_selected {
1078
- background-color: #fff3a1
1079
- }
1080
-
1081
- .gantt_task_row.gantt_selected .gantt_task_cell {
1082
- border-right-color: #ffec6e
1083
- }
1084
-
1085
- .gantt_task_line.gantt_selected {
1086
- box-shadow: 0 0 5px #299cb4
1087
- }
1088
-
1089
- .gantt_task_line.gantt_project.gantt_selected {
1090
- box-shadow: 0 0 5px #46ad51
1091
- }
1092
-
1093
- .gantt_task_line.gantt_milestone {
1094
- visibility: hidden;
1095
- background-color: #d33daf;
1096
- border: 0 solid #61164f;
1097
- box-sizing: content-box;
1098
- -moz-box-sizing: content-box
1099
- }
1100
-
1101
- .gantt_task_line.gantt_milestone div {
1102
- visibility: visible
1103
- }
1104
-
1105
- .gantt_task_line.gantt_milestone .gantt_task_content {
1106
- background: inherit;
1107
- border: inherit;
1108
- border-width: 1px;
1109
- border-radius: inherit;
1110
- box-sizing: border-box;
1111
- -moz-box-sizing: border-box;
1112
- transform: rotate(45deg)
1113
- }
1114
-
1115
- .gantt_task_line.gantt_task_inline_color {
1116
- border-color: #999
1117
- }
1118
-
1119
- .gantt_task_line.gantt_task_inline_color .gantt_task_progress {
1120
- background-color: #363636;
1121
- opacity: .2
1122
- }
1123
-
1124
- .gantt_task_line.gantt_task_inline_color.gantt_project.gantt_selected,
1125
- .gantt_task_line.gantt_task_inline_color.gantt_selected {
1126
- box-shadow: 0 0 5px #999
1127
- }
1128
-
1129
- .gantt_task_link.gantt_link_inline_color:hover .gantt_line_wrapper div {
1130
- box-shadow: 0 0 5px 0 #999
1131
- }
1132
-
1133
- .gantt_critical_task {
1134
- background-color: #e63030;
1135
- border-color: #9d3a3a
1136
- }
1137
-
1138
- .gantt_critical_task .gantt_task_progress {
1139
- background-color: rgba(0, 0, 0, .4)
1140
- }
1141
-
1142
- .gantt_critical_link .gantt_line_wrapper>div {
1143
- background-color: #e63030
1144
- }
1145
-
1146
- .gantt_critical_link .gantt_link_arrow {
1147
- border-color: #e63030
1148
- }
1149
-
1150
- .gantt_btn_set:focus,
1151
- .gantt_cell:focus,
1152
- .gantt_grid_head_cell:focus,
1153
- .gantt_popup_button:focus,
1154
- .gantt_qi_big_icon:focus,
1155
- .gantt_row:focus {
1156
- box-shadow: inset 0 0 1px 1px #4d90fe
1157
- }
1158
-
1159
- .gantt_split_parent,
1160
- .gantt_split_subproject {
1161
- opacity: .1;
1162
- pointer-events: none
1163
- }
1164
-
1165
- .gantt_rollup_child .gantt_link_control,
1166
- .gantt_rollup_child:hover .gantt_link_control {
1167
- display: none
1168
- }
1169
-
1170
- .gantt_unselectable,
1171
- .gantt_unselectable div {
1172
- -webkit-user-select: none;
1173
- -moz-user-select: none;
1174
- -moz-user-select: -moz-none
1175
- }
1176
-
1177
- .gantt_cal_light {
1178
- -webkit-tap-highlight-color: transparent;
1179
- background: #fff;
1180
- border-radius: 6px;
1181
- font-family: Arial;
1182
- font-size: 13px;
1183
- border: 1px solid #cecece;
1184
- color: #6b6b6b;
1185
- font-size: 12px;
1186
- position: absolute;
1187
- z-index: 10001;
1188
- width: 550px;
1189
- height: 250px;
1190
- box-shadow: 3px 3px 3px rgba(0, 0, 0, .07)
1191
- }
1192
-
1193
- .gantt_cal_light_wide {
1194
- width: 650px
1195
- }
1196
-
1197
- .gantt_cal_light select {
1198
- font-family: Arial;
1199
- border: 1px solid #cecece;
1200
- font-size: 13px;
1201
- padding: 2px;
1202
- margin: 0
1203
- }
1204
-
1205
- .gantt_cal_ltitle {
1206
- padding: 7px 10px;
1207
- overflow: hidden;
1208
- -webkit-border-top-left-radius: 6px;
1209
- -webkit-border-bottom-left-radius: 0;
1210
- -webkit-border-top-right-radius: 6px;
1211
- -webkit-border-bottom-right-radius: 0;
1212
- -moz-border-radius-topleft: 6px;
1213
- -moz-border-radius-bottomleft: 0;
1214
- -moz-border-radius-topright: 6px;
1215
- -moz-border-radius-bottomright: 0;
1216
- border-top-left-radius: 6px;
1217
- border-bottom-left-radius: 0;
1218
- border-top-right-radius: 6px;
1219
- border-bottom-right-radius: 0
1220
- }
1221
-
1222
- .gantt_cal_ltitle,
1223
- .gantt_cal_ltitle span {
1224
- white-space: nowrap
1225
- }
1226
-
1227
- .gantt_cal_lsection {
1228
- color: #727272;
1229
- font-weight: 700;
1230
- padding: 12px 0 5px 10px
1231
- }
1232
-
1233
- .gantt_cal_lsection .gantt_fullday {
1234
- float: right;
1235
- margin-right: 5px;
1236
- font-size: 12px;
1237
- font-weight: 400;
1238
- line-height: 20px;
1239
- vertical-align: top;
1240
- cursor: pointer
1241
- }
1242
-
1243
- .gantt_cal_lsection {
1244
- font-size: 13px
1245
- }
1246
-
1247
- .gantt_cal_ltext {
1248
- padding: 2px 10px;
1249
- overflow: hidden
1250
- }
1251
-
1252
- .gantt_cal_ltext textarea {
1253
- overflow-y: auto;
1254
- overflow-x: hidden;
1255
- font-family: Arial;
1256
- font-size: 13px;
1257
- box-sizing: border-box;
1258
- border: 1px solid #cecece;
1259
- height: 100%;
1260
- width: 100%;
1261
- outline: none !important;
1262
- resize: none
1263
- }
1264
-
1265
- .gantt_section_constraint [data-constraint-time-select] {
1266
- margin-left: 20px
1267
- }
1268
-
1269
- .gantt_time {
1270
- font-weight: 700
1271
- }
1272
-
1273
- .gantt_cal_light .gantt_title {
1274
- padding-left: 10px
1275
- }
1276
-
1277
- .gantt_cal_larea {
1278
- border: 1px solid #cecece;
1279
- border-left: none;
1280
- border-right: none;
1281
- background-color: #fff;
1282
- overflow: hidden;
1283
- height: 1px
1284
- }
1285
-
1286
- .gantt_btn_set {
1287
- margin: 10px 7px 5px 10px;
1288
- padding: 5px 15px 5px 10px;
1289
- float: left;
1290
- border-radius: 4px;
1291
- border: 0 solid #cecece;
1292
- height: 32px;
1293
- font-weight: 700;
1294
- background: #fff;
1295
- box-sizing: border-box;
1296
- cursor: pointer
1297
- }
1298
-
1299
- .gantt_hidden {
1300
- display: none
1301
- }
1302
-
1303
- .gantt_btn_set div {
1304
- float: left;
1305
- font-size: 13px;
1306
- height: 22px;
1307
- line-height: 22px;
1308
- background-repeat: no-repeat;
1309
- vertical-align: middle
1310
- }
1311
-
1312
- .gantt_save_btn {
1313
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTk1OUU5RDFDMzA0MTFFMkExMUZBQTdDNDAzOUE5RjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTk1OUU5RDJDMzA0MTFFMkExMUZBQTdDNDAzOUE5RjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxOTU5RTlDRkMzMDQxMUUyQTExRkFBN0M0MDM5QTlGMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxOTU5RTlEMEMzMDQxMUUyQTExRkFBN0M0MDM5QTlGMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjDroXYAAAEXSURBVHjaYvz//z8DJYCRUgPIAUxAbAnEHiAHMIBcQCwGaRYXF3e6evXqoffv39/dv38/CymaGSUkJBzv3LlzCsj///fv3wdAihkkIQnEvkAshU8zLy+v7a1bt06ANP/79+87kDIAy505cybq06dPr3p7ezuwGQLTfOPGjWP/ESAZLg8kPKBO+g01RBJNszWyZqC6uSgWgIg/f/4shxnS2dnZBjMEqNkSFGBImi8CKTYMA4BYCGjIczRDHC5dunQQSfN7IKWI4UUkjjdMMdCwnw8ePLjwHxV4Yw1gZA5Q47z/2EELzhhCE+ABGvIQWSeQvwcU38QaAML2wHj+C/X3MyAlijeB4ZBoBOIPQGxJKIVSnBsBAgwABddBclWfcZUAAAAASUVORK5CYII=);
1314
- margin-top: 2px;
1315
- width: 21px
1316
- }
1317
-
1318
- .gantt_cancel_btn {
1319
- margin-top: 2px;
1320
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDkzMDA3MzlDMzA0MTFFMjg2QTVFMzFEQzgwRkJERDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDkzMDA3M0FDMzA0MTFFMjg2QTVFMzFEQzgwRkJERDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowOTMwMDczN0MzMDQxMUUyODZBNUUzMURDODBGQkRENiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowOTMwMDczOEMzMDQxMUUyODZBNUUzMURDODBGQkRENiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmYuYOUAAAEdSURBVHjaYvz//z8DJYAFXWDlypU8QKoIiD2A2AwqfAqIdwBxX3h4+Bdk9YzILgBqtgdS84FYEYeF94E4EWjIQZgAE5LmQCB1AKoZZKMPEAtAMYh9GSp3AKjWD8UFQAEhIPshEIOc3wHENUBb/qJ57SyQMoJyPwKxElDNO1gYFEE17wMKVmIJlzNQzeegrjaA6qmBecEbSvfh0GwMxGeBhoPoemQ9MAO0kEIbl2YTqPAFKK2IbMB3AjabYIkRZmQD7kNpMyI0G0PpO8gGbIUFJj7NQDk2INWIrIcJKfBAKcwJqvkcDs0TgFgXGo19KCkRmpDWQdWDEk0NUoCBoq0FqhkE/IEWbKJKUmZEz43QzFSKIzN1481M5ACAAAMAlfl/lCwRpagAAAAASUVORK5CYII=);
1321
- width: 20px
1322
- }
1323
-
1324
- .gantt_delete_btn {
1325
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjFENzI3NUNDMzA0MTFFMjhBNjJGQTc3MUIyQzYzNEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjFENzI3NURDMzA0MTFFMjhBNjJGQTc3MUIyQzYzNEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMUQ3Mjc1QUMzMDQxMUUyOEE2MkZBNzcxQjJDNjM0RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMUQ3Mjc1QkMzMDQxMUUyOEE2MkZBNzcxQjJDNjM0RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmUD0gAAAABvSURBVHjaYvz//z8DIyMjAxYQicReji4J0ofKQNP8HwmgGQbXB8IsWGwDSSwDuioKjY9uBthVjFAXYHUGAQA2kYmBUoAUBpGk0LAwgBvwH+YX4mkwptgLowYMRgOITUyYKRFIN/wnDjQgJySAAAMApryKzL8wjfUAAAAASUVORK5CYII=);
1326
- margin-top: 2px;
1327
- width: 20px
1328
- }
1329
-
1330
- .gantt_cal_cover {
1331
- width: 100%;
1332
- height: 100%;
1333
- position: fixed;
1334
- z-index: 10000;
1335
- top: 0;
1336
- left: 0;
1337
- background-color: #000;
1338
- opacity: .1;
1339
- filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10)
1340
- }
1341
-
1342
- .gantt_custom_button {
1343
- padding: 0 3px;
1344
- font-family: Arial;
1345
- font-size: 13px;
1346
- font-weight: 400;
1347
- margin-right: 10px;
1348
- margin-top: -5px;
1349
- cursor: pointer;
1350
- float: right;
1351
- height: 21px;
1352
- width: 90px;
1353
- border: 1px solid #cecece;
1354
- text-align: center;
1355
- border-radius: 4px
1356
- }
1357
-
1358
- .gantt_custom_button div {
1359
- cursor: pointer;
1360
- float: none;
1361
- height: 21px;
1362
- line-height: 21px;
1363
- vertical-align: middle
1364
- }
1365
-
1366
- .gantt_custom_button div:first-child {
1367
- display: none
1368
- }
1369
-
1370
- .gantt_cal_light_wide {
1371
- width: 580px;
1372
- padding: 2px 4px
1373
- }
1374
-
1375
- .gantt_cal_light_wide .gantt_cal_larea {
1376
- box-sizing: border-box;
1377
- border: 1px solid #cecece
1378
- }
1379
-
1380
- .gantt_cal_light_wide .gantt_cal_lsection {
1381
- border: 0;
1382
- float: left;
1383
- text-align: right;
1384
- width: 80px;
1385
- height: 20px;
1386
- padding: 5px 10px 0 0
1387
- }
1388
-
1389
- .gantt_cal_light_wide .gantt_wrap_section {
1390
- position: relative;
1391
- padding: 10px 0;
1392
- overflow: hidden;
1393
- border-bottom: 1px solid #ebebeb
1394
- }
1395
-
1396
- .gantt_cal_light_wide .gantt_section_time {
1397
- overflow: hidden;
1398
- padding-top: 2px !important;
1399
- padding-right: 0;
1400
- height: 20px !important
1401
- }
1402
-
1403
- .gantt_cal_light_wide .gantt_cal_ltext {
1404
- padding-right: 0
1405
- }
1406
-
1407
- .gantt_cal_light_wide .gantt_cal_larea {
1408
- padding: 0 10px;
1409
- width: 100%
1410
- }
1411
-
1412
- .gantt_cal_light_wide .gantt_section_time {
1413
- background: transparent
1414
- }
1415
-
1416
- .gantt_cal_light_wide .gantt_cal_checkbox label {
1417
- padding-left: 0
1418
- }
1419
-
1420
- .gantt_cal_light_wide .gantt_cal_lsection .gantt_fullday {
1421
- float: none;
1422
- margin-right: 0;
1423
- font-weight: 700;
1424
- cursor: pointer
1425
- }
1426
-
1427
- .gantt_cal_light_wide .gantt_custom_button {
1428
- position: absolute;
1429
- top: 0;
1430
- right: 0;
1431
- margin-top: 2px
1432
- }
1433
-
1434
- .gantt_cal_light_wide .gantt_repeat_right {
1435
- margin-right: 55px
1436
- }
1437
-
1438
- .gantt_cal_light_wide.gantt_cal_light_full {
1439
- width: 738px
1440
- }
1441
-
1442
- .gantt_cal_wide_checkbox input {
1443
- margin-top: 8px;
1444
- margin-left: 14px
1445
- }
1446
-
1447
- .gantt_cal_light input {
1448
- font-size: 13px
1449
- }
1450
-
1451
- .gantt_section_time {
1452
- background-color: #fff;
1453
- white-space: nowrap;
1454
- padding: 2px 10px 5px;
1455
- padding-top: 2px !important
1456
- }
1457
-
1458
- .gantt_section_time .gantt_time_selects {
1459
- float: left;
1460
- height: 25px
1461
- }
1462
-
1463
- .gantt_section_time .gantt_time_selects select {
1464
- height: 23px;
1465
- padding: 2px;
1466
- border: 1px solid #cecece
1467
- }
1468
-
1469
- .gantt_duration {
1470
- width: 100px;
1471
- height: 23px;
1472
- float: left;
1473
- white-space: nowrap;
1474
- margin-left: 20px;
1475
- line-height: 23px
1476
- }
1477
-
1478
- .gantt_duration .gantt_duration_dec,
1479
- .gantt_duration .gantt_duration_inc,
1480
- .gantt_duration .gantt_duration_value {
1481
- box-sizing: border-box;
1482
- text-align: center;
1483
- vertical-align: top;
1484
- height: 100%;
1485
- border: 1px solid #cecece
1486
- }
1487
-
1488
- .gantt_duration .gantt_duration_value {
1489
- width: 40px;
1490
- padding: 3px 4px;
1491
- border-left-width: 0;
1492
- border-right-width: 0
1493
- }
1494
-
1495
- .gantt_duration .gantt_duration_value.gantt_duration_value_formatted {
1496
- width: 70px
1497
- }
1498
-
1499
- .gantt_duration .gantt_duration_dec,
1500
- .gantt_duration .gantt_duration_inc {
1501
- width: 20px;
1502
- padding: 1px;
1503
- padding-bottom: 1px;
1504
- background: #fff
1505
- }
1506
-
1507
- .gantt_duration .gantt_duration_dec {
1508
- -moz-border-top-left-radius: 4px;
1509
- -moz-border-bottom-left-radius: 4px;
1510
- -webkit-border-top-left-radius: 4px;
1511
- -webkit-border-bottom-left-radius: 4px;
1512
- border-top-left-radius: 4px;
1513
- border-bottom-left-radius: 4px
1514
- }
1515
-
1516
- .gantt_duration .gantt_duration_inc {
1517
- margin-right: 4px;
1518
- -moz-border-top-right-radius: 4px;
1519
- -moz-border-bottom-right-radius: 4px;
1520
- -webkit-border-top-right-radius: 4px;
1521
- -webkit-border-bottom-right-radius: 4px;
1522
- border-top-right-radius: 4px;
1523
- border-bottom-right-radius: 4px
1524
- }
1525
-
1526
- .gantt_resources {
1527
- max-height: 150px;
1528
- height: auto;
1529
- overflow-y: auto
1530
- }
1531
-
1532
- .gantt_resource_row {
1533
- display: block;
1534
- padding: 10px 0;
1535
- border-bottom: 1px solid #ebebeb;
1536
- cursor: pointer
1537
- }
1538
-
1539
- .gantt_resource_row input[type=checkbox]:not(:checked),
1540
- .gantt_resource_row input[type=checkbox]:not(:checked)~div {
1541
- opacity: .5
1542
- }
1543
-
1544
- .gantt_resource_toggle {
1545
- vertical-align: middle
1546
- }
1547
-
1548
- .gantt_resources_filter .gantt_resources_filter_input {
1549
- padding: 1px 2px;
1550
- box-sizing: border-box
1551
- }
1552
-
1553
- .gantt_resources_filter .switch_unsetted {
1554
- vertical-align: middle
1555
- }
1556
-
1557
- .gantt_resource_cell {
1558
- display: inline-block
1559
- }
1560
-
1561
- .gantt_resource_cell.gantt_resource_cell_checkbox {
1562
- width: 24px;
1563
- max-width: 24px;
1564
- min-width: 24px;
1565
- vertical-align: middle
1566
- }
1567
-
1568
- .gantt_resource_cell.gantt_resource_cell_label {
1569
- width: 40%;
1570
- max-width: 40%;
1571
- vertical-align: middle
1572
- }
1573
-
1574
- .gantt_resource_cell.gantt_resource_cell_value {
1575
- width: 30%;
1576
- max-width: 30%;
1577
- vertical-align: middle
1578
- }
1579
-
1580
- .gantt_resource_cell.gantt_resource_cell_value input,
1581
- .gantt_resource_cell.gantt_resource_cell_value select {
1582
- width: 80%;
1583
- vertical-align: middle;
1584
- padding: 1px 2px;
1585
- box-sizing: border-box
1586
- }
1587
-
1588
- .gantt_resource_cell.gantt_resource_cell_unit {
1589
- width: 10%;
1590
- max-width: 10%;
1591
- vertical-align: middle
1592
- }
1593
-
1594
- .gantt_resource_early_value {
1595
- opacity: .8;
1596
- font-size: .9em
1597
- }
1598
-
1599
- .gantt_cal_quick_info {
1600
- border: 1px solid #cecece;
1601
- border-radius: 6px;
1602
- position: absolute;
1603
- z-index: 300;
1604
- box-shadow: 3px 3px 3px rgba(0, 0, 0, .07);
1605
- background-color: #fff;
1606
- width: 300px;
1607
- transition: left .5s ease, right .5s;
1608
- -moz-transition: left .5s ease, right .5s;
1609
- -webkit-transition: left .5s ease, right .5s;
1610
- -o-transition: left .5s ease, right .5s
1611
- }
1612
-
1613
- .gantt_no_animate {
1614
- transition: none;
1615
- -moz-transition: none;
1616
- -webkit-transition: none;
1617
- -o-transition: none
1618
- }
1619
-
1620
- .gantt_cal_quick_info.gantt_qi_left .gantt_qi_big_icon {
1621
- float: right
1622
- }
1623
-
1624
- .gantt_cal_qi_title {
1625
- -webkit-border-top-left-radius: 6px;
1626
- -webkit-border-bottom-left-radius: 0;
1627
- -webkit-border-top-right-radius: 6px;
1628
- -webkit-border-bottom-right-radius: 0;
1629
- -moz-border-radius-topleft: 6px;
1630
- -moz-border-radius-bottomleft: 0;
1631
- -moz-border-radius-topright: 6px;
1632
- -moz-border-radius-bottomright: 0;
1633
- border-top-left-radius: 6px;
1634
- border-bottom-left-radius: 0;
1635
- border-top-right-radius: 6px;
1636
- border-bottom-right-radius: 0;
1637
- padding: 5px 0 8px 12px;
1638
- color: #454545;
1639
- background-color: #fff;
1640
- border-bottom: 1px solid #cecece
1641
- }
1642
-
1643
- .gantt_cal_qi_tdate {
1644
- font-size: 14px;
1645
- font-weight: 700
1646
- }
1647
-
1648
- .gantt_cal_qi_tcontent {
1649
- font-size: 13px
1650
- }
1651
-
1652
- .gantt_cal_qi_content {
1653
- padding: 16px 8px;
1654
- font-size: 13px;
1655
- color: #454545;
1656
- overflow: hidden
1657
- }
1658
-
1659
- .gantt_cal_qi_controls {
1660
- -webkit-border-top-left-radius: 0;
1661
- -webkit-border-bottom-left-radius: 6px;
1662
- -webkit-border-top-right-radius: 0;
1663
- -webkit-border-bottom-right-radius: 6px;
1664
- -moz-border-radius-topleft: 0;
1665
- -moz-border-radius-bottomleft: 6px;
1666
- -moz-border-radius-topright: 0;
1667
- -moz-border-radius-bottomright: 6px;
1668
- border-top-left-radius: 0;
1669
- border-bottom-left-radius: 6px;
1670
- border-top-right-radius: 0;
1671
- border-bottom-right-radius: 6px;
1672
- padding-left: 7px
1673
- }
1674
-
1675
- .gantt_cal_qi_controls .gantt_menu_icon {
1676
- margin-top: 6px;
1677
- background-repeat: no-repeat
1678
- }
1679
-
1680
- .gantt_cal_qi_controls .gantt_menu_icon.icon_edit {
1681
- width: 20px;
1682
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3QYFCjI5ZQj5bAAAAFNJREFUOMvt0zEOACAIA0DkwTymH8bJTRTKZGJXyaWEKPKTCQAH4Ls37cItcDUzsxHNDLZNhCq7Gt1wh9ErV7EjyGAhyGLphlnsClWuS32rn0czAV+vNGrM/LBtAAAAAElFTkSuQmCC)
1683
- }
1684
-
1685
- .gantt_cal_qi_controls .gantt_menu_icon.icon_delete {
1686
- width: 20px;
1687
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjFENzI3NUNDMzA0MTFFMjhBNjJGQTc3MUIyQzYzNEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjFENzI3NURDMzA0MTFFMjhBNjJGQTc3MUIyQzYzNEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMUQ3Mjc1QUMzMDQxMUUyOEE2MkZBNzcxQjJDNjM0RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMUQ3Mjc1QkMzMDQxMUUyOEE2MkZBNzcxQjJDNjM0RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmUD0gAAAABvSURBVHjaYvz//z8DIyMjAxYQicReji4J0ofKQNP8HwmgGQbXB8IsWGwDSSwDuioKjY9uBthVjFAXYHUGAQA2kYmBUoAUBpGk0LAwgBvwH+YX4mkwptgLowYMRgOITUyYKRFIN/wnDjQgJySAAAMApryKzL8wjfUAAAAASUVORK5CYII=)
1688
- }
1689
-
1690
- .gantt_qi_big_icon {
1691
- font-size: 13px;
1692
- border-radius: 4px;
1693
- font-weight: 700;
1694
- background: #fff;
1695
- margin: 5px 9px 8px 0;
1696
- min-width: 60px;
1697
- line-height: 32px;
1698
- vertical-align: middle;
1699
- padding: 0 10px 0 5px;
1700
- cursor: pointer;
1701
- border: 1px solid #cecece
1702
- }
1703
-
1704
- .gantt_cal_qi_controls div {
1705
- float: left;
1706
- height: 32px;
1707
- text-align: center;
1708
- line-height: 32px
1709
- }
1710
-
1711
- .gantt_tooltip {
1712
- padding: 10px;
1713
- position: absolute;
1714
- z-index: 50;
1715
- white-space: nowrap
1716
- }
1717
-
1718
- .gantt_resource_marker {
1719
- position: absolute;
1720
- text-align: center;
1721
- font-size: 14px;
1722
- color: #fff
1723
- }
1724
-
1725
- .gantt_resource_marker_ok {
1726
- background: rgba(78, 208, 134, .75)
1727
- }
1728
-
1729
- .gantt_resource_marker_overtime {
1730
- background: hsla(0, 100%, 76%, .69)
1731
- }
1732
-
1733
- .gantt_histogram_label {
1734
- width: 100%;
1735
- height: 100%;
1736
- position: absolute;
1737
- z-index: 1;
1738
- font-weight: 700;
1739
- font-size: 13px
1740
- }
1741
-
1742
- .gantt_histogram_fill {
1743
- background-color: rgba(41, 157, 180, .2);
1744
- width: 100%;
1745
- position: absolute;
1746
- bottom: 0
1747
- }
1748
-
1749
- .gantt_histogram_hor_bar {
1750
- height: 1px;
1751
- margin-top: -1px
1752
- }
1753
-
1754
- .gantt_histogram_hor_bar,
1755
- .gantt_histogram_vert_bar {
1756
- position: absolute;
1757
- background: #299db4;
1758
- margin-left: -1px
1759
- }
1760
-
1761
- .gantt_histogram_vert_bar {
1762
- width: 1px
1763
- }
1764
-
1765
- .gantt_histogram_cell {
1766
- position: absolute;
1767
- text-align: center;
1768
- font-size: 13px;
1769
- color: #000
1770
- }
1771
-
1772
- .gantt_marker {
1773
- height: 100%;
1774
- width: 2px;
1775
- top: 0;
1776
- position: absolute;
1777
- text-align: center;
1778
- background-color: rgba(255, 0, 0, .4);
1779
- box-sizing: border-box
1780
- }
1781
-
1782
- .gantt_marker .gantt_marker_content {
1783
- padding: 5px;
1784
- background: inherit;
1785
- color: #fff;
1786
- position: absolute;
1787
- font-size: 12px;
1788
- line-height: 12px;
1789
- opacity: .8
1790
- }
1791
-
1792
- .gantt_marker_area {
1793
- position: absolute;
1794
- top: 0;
1795
- left: 0
1796
- }
1797
-
1798
- .gantt_grid_editor_placeholder {
1799
- position: absolute
1800
- }
1801
-
1802
- .gantt_grid_editor_placeholder>div,
1803
- .gantt_grid_editor_placeholder input,
1804
- .gantt_grid_editor_placeholder select {
1805
- width: 100%;
1806
- height: 100%;
1807
- box-sizing: border-box
1808
- }
1809
-
1810
- .gantt_row_placeholder div {
1811
- opacity: .5
1812
- }
1813
-
1814
- .gantt_row_placeholder .gantt_add,
1815
- .gantt_row_placeholder .gantt_file {
1816
- display: none
1817
- }
1818
-
1819
- .gantt_drag_marker.gantt_grid_dnd_marker {
1820
- background-color: transparent;
1821
- transition: all .1s ease
1822
- }
1823
-
1824
- .gantt_grid_dnd_marker_line {
1825
- height: 4px;
1826
- width: 100%;
1827
- background-color: #3498db
1828
- }
1829
-
1830
- .gantt_grid_dnd_marker_line:before {
1831
- background: #fff;
1832
- width: 12px;
1833
- height: 12px;
1834
- box-sizing: border-box;
1835
- border: 3px solid #3498db;
1836
- border-radius: 6px;
1837
- content: "";
1838
- line-height: 1px;
1839
- display: block;
1840
- position: absolute;
1841
- margin-left: -11px;
1842
- margin-top: -4px;
1843
- pointer-events: none
1844
- }
1845
-
1846
- .gantt_grid_dnd_marker_folder {
1847
- height: 100%;
1848
- width: 100%;
1849
- position: absolute;
1850
- pointer-events: none;
1851
- box-sizing: border-box;
1852
- box-shadow: inset 0 0 0 2px #3f98db;
1853
- background: transparent
1854
- }
1855
-
1856
- .gantt_overlay_area {
1857
- display: none
1858
- }
1859
-
1860
- .gantt_overlay,
1861
- .gantt_overlay_area {
1862
- position: absolute;
1863
- height: inherit;
1864
- width: inherit;
1865
- top: 0;
1866
- left: 0
1867
- }
1868
-
1869
- .gantt_click_drag_rect {
1870
- position: absolute;
1871
- left: 0;
1872
- top: 0;
1873
- outline: 1px solid #3f98db;
1874
- background-color: rgba(52, 152, 219, .3)
1875
- }
1876
-
1877
- .gantt_timeline_move_available,
1878
- .gantt_timeline_move_available * {
1879
- cursor: move
1880
- }
1881
-
1882
- .gantt_rtl .gantt_grid {
1883
- text-align: right
1884
- }
1885
-
1886
- .gantt_rtl .gantt_cell,
1887
- .gantt_rtl .gantt_row {
1888
- flex-direction: row-reverse
1889
- }
1890
-
1891
- .gantt_layout_content {
1892
- width: 100%;
1893
- overflow: auto;
1894
- box-sizing: border-box
1895
- }
1896
-
1897
- .gantt_layout_cell {
1898
- position: relative;
1899
- box-sizing: border-box
1900
- }
1901
-
1902
- .gantt_layout_cell>.gantt_layout_header {
1903
- background: #33aae8;
1904
- color: #fff;
1905
- font-size: 17px;
1906
- padding: 5px 10px;
1907
- box-sizing: border-box
1908
- }
1909
-
1910
- .gantt_layout_header.collapsed_x {
1911
- background: #a9a9a9
1912
- }
1913
-
1914
- .gantt_layout_header.collapsed_x .gantt_header_arrow:before {
1915
- content: "\21E7"
1916
- }
1917
-
1918
- .gantt_layout_header.collapsed_y {
1919
- background: #a9a9a9
1920
- }
1921
-
1922
- .gantt_layout_header.collapsed_y .gantt_header_arrow:before {
1923
- content: "\21E9"
1924
- }
1925
-
1926
- .gantt_layout_header {
1927
- cursor: pointer
1928
- }
1929
-
1930
- .gantt_layout_header .gantt_header_arrow {
1931
- float: right;
1932
- text-align: right
1933
- }
1934
-
1935
- .gantt_layout_header .gantt_header_arrow:before {
1936
- content: "\21E6"
1937
- }
1938
-
1939
- .gantt_layout_header.vertical .gantt_header_arrow:before {
1940
- content: "\21E7"
1941
- }
1942
-
1943
- .gantt_layout_outer_scroll_vertical .gantt_layout_content {
1944
- overflow-y: hidden
1945
- }
1946
-
1947
- .gantt_layout_outer_scroll_horizontal .gantt_layout_content {
1948
- overflow-x: hidden
1949
- }
1950
-
1951
- .gantt_layout_x>.gantt_layout_cell {
1952
- display: inline-block;
1953
- vertical-align: top
1954
- }
1955
-
1956
- .gantt_layout_x {
1957
- white-space: nowrap
1958
- }
1959
-
1960
- .gantt_resizing {
1961
- opacity: .7;
1962
- background: #f2f2f2
1963
- }
1964
-
1965
- .gantt_layout_cell_border_right.gantt_resizer {
1966
- overflow: visible;
1967
- border-right: 0
1968
- }
1969
-
1970
- .gantt_resizer {
1971
- cursor: e-resize;
1972
- position: relative
1973
- }
1974
-
1975
- .gantt_resizer_y {
1976
- cursor: n-resize
1977
- }
1978
-
1979
- .gantt_resizer_stick {
1980
- background: #33aae8;
1981
- z-index: 9999;
1982
- position: absolute;
1983
- top: 0;
1984
- width: 100%
1985
- }
1986
-
1987
- .gantt_resizer_x .gantt_resizer_x {
1988
- position: absolute;
1989
- width: 20px;
1990
- height: 100%;
1991
- margin-left: -10px;
1992
- top: 0;
1993
- left: 0;
1994
- z-index: 1
1995
- }
1996
-
1997
- .gantt_resizer_y .gantt_resizer_y {
1998
- position: absolute;
1999
- height: 20px;
2000
- width: 100%;
2001
- top: -10px;
2002
- left: 0;
2003
- z-index: 1
2004
- }
2005
-
2006
- .gantt_resizer_error {
2007
- background: #cd5c5c !important
2008
- }
2009
-
2010
- .gantt_layout_cell_border_left {
2011
- border-left: 1px solid #cecece
2012
- }
2013
-
2014
- .gantt_layout_cell_border_right {
2015
- border-right: 1px solid #cecece
2016
- }
2017
-
2018
- .gantt_layout_cell_border_top {
2019
- border-top: 1px solid #cecece
2020
- }
2021
-
2022
- .gantt_layout_cell_border_bottom {
2023
- border-bottom: 1px solid #cecece
2024
- }
2025
-
2026
- .gantt_layout_cell_border_transparent {
2027
- border-color: transparent
2028
- }
2029
-
2030
- .gantt_window {
2031
- position: absolute;
2032
- top: 50%;
2033
- left: 50%;
2034
- z-index: 999999999;
2035
- background: #fff
2036
- }
2037
-
2038
- .gantt_window_content {
2039
- position: relative
2040
- }
2041
-
2042
- .gantt_window_content_header {
2043
- background: #39c;
2044
- color: #fff;
2045
- height: 33px;
2046
- padding: 10px 10px 0;
2047
- border-bottom: 2px solid #fff;
2048
- position: relative
2049
- }
2050
-
2051
- .gantt_window_content_header_text {
2052
- padding-left: 10%
2053
- }
2054
-
2055
- .gantt_window_content_header_buttons {
2056
- position: absolute;
2057
- top: 10px;
2058
- right: 10px
2059
- }
2060
-
2061
- .gantt_window_content_header_buttons:hover {
2062
- color: #000;
2063
- cursor: pointer
2064
- }
2065
-
2066
- .gantt_window_content_resizer {
2067
- position: absolute;
2068
- width: 15px;
2069
- height: 15px;
2070
- bottom: 0;
2071
- line-height: 15px;
2072
- right: -1px;
2073
- text-align: center;
2074
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);
2075
- cursor: nw-resize;
2076
- z-index: 999
2077
- }
2078
-
2079
- .gantt_window_content_frame {
2080
- position: absolute;
2081
- top: 0;
2082
- left: 0;
2083
- width: 100%;
2084
- height: 100%;
2085
- background: rgba(0, 0, 0, .1);
2086
- z-index: 9999
2087
- }
2088
-
2089
- .gantt_window_drag {
2090
- cursor: pointer !important
2091
- }
2092
-
2093
- .gantt_window_resizing {
2094
- overflow: visible
2095
- }
2096
-
2097
- .gantt_window_resizing_body {
2098
- overflow: hidden !important
2099
- }
2100
-
2101
- .gantt_window_modal {
2102
- background: rgba(0, 0, 0, .1);
2103
- z-index: 9999;
2104
- top: 0;
2105
- left: 0;
2106
- width: 100%;
2107
- height: 100%;
2108
- position: fixed
2109
- }
2110
-
2111
- .gantt_cal_light,
2112
- .gantt_cal_quick_info,
2113
- .gantt_container,
2114
- .gantt_message_area,
2115
- .gantt_modal_box,
2116
- .gantt_tooltip {
2117
- text-rendering: optimizeLegibility;
2118
- -webkit-font-smoothing: antialiased;
2119
- -moz-osx-font-smoothing: grayscale
2120
- }
2121
-
2122
- .gantt_noselect {
2123
- -moz-user-select: -moz-none;
2124
- -webkit-user-select: none;
2125
- -ms-user-select: none;
2126
- user-select: none
2127
- }
2128
-
2129
- .gantt_noselect .gantt_grid_data .gantt_row.odd:hover,
2130
- .gantt_noselect .gantt_grid_data .gantt_row:hover {
2131
- background-color: unset
2132
- }
2133
-
2134
- .gantt_drag_marker {
2135
- position: absolute;
2136
- top: -1000px;
2137
- left: -1000px;
2138
- font-family: Arial;
2139
- font-size: 13px;
2140
- z-index: 1;
2141
- white-space: nowrap
2142
- }
2143
-
2144
- .gantt_drag_marker .gantt_tree_icon.gantt_blank,
2145
- .gantt_drag_marker .gantt_tree_icon.gantt_close,
2146
- .gantt_drag_marker .gantt_tree_icon.gantt_open,
2147
- .gantt_drag_marker .gantt_tree_indent {
2148
- display: none
2149
- }
2150
-
2151
- .gantt_drag_marker,
2152
- .gantt_drag_marker .gantt_row.odd {
2153
- background-color: #fff
2154
- }
2155
-
2156
- .gantt_drag_marker .gantt_row {
2157
- border-left: 1px solid #d2d2d2;
2158
- border-top: 1px solid #d2d2d2
2159
- }
2160
-
2161
- .gantt_drag_marker .gantt_cell {
2162
- border-color: #d2d2d2
2163
- }
2164
-
2165
- .gantt_row.gantt_over,
2166
- .gantt_task_row.gantt_over {
2167
- background-color: #0070fe
2168
- }
2169
-
2170
- .gantt_row.gantt_transparent .gantt_cell {
2171
- opacity: .7
2172
- }
2173
-
2174
- .gantt_task_row.gantt_transparent {
2175
- background-color: #f8fdfd
2176
- }
2177
-
2178
- .gantt_popup_button.gantt_delete_button {
2179
- background: #3db9d3;
2180
- text-shadow: 0 -1px 0 #248a9f;
2181
- color: #fff;
2182
- font-weight: 700;
2183
- border-width: 0
2184
- }
2185
-
2186
- .gantt_container_resize_watcher {
2187
- background: transparent;
2188
- width: 100%;
2189
- height: 100%;
2190
- position: absolute;
2191
- top: 0;
2192
- left: 0;
2193
- z-index: -1;
2194
- pointer-events: none;
2195
- border: 0;
2196
- box-sizing: border-box;
2197
- opacity: 0
2198
- }