PluginProbe
Taskbuilder – Project Management & Task Management Tool With Kanban Board / 1.0.4
Taskbuilder – Project Management & Task Management Tool With Kanban Board v1.0.4
6.0.5 6.0.2 6.0.3 6.0.4 6.0.1 6.0.0 5.0.8 5.0.9 4.0.9 5.0.0 5.0.1 5.0.2 5.0.3 5.0.4 5.0.5 5.0.6 5.0.7 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 All 57 releases
taskbuilder / asset / css / admin.css

admin.css in Taskbuilder – Project Management & Task Management Tool With Kanban Board 1.0.4, at asset/css/admin.css

1,133 lines 23.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wppm-heading-inline{
2 display:inline-block;
3 margin-right:5px;
4 margin-bottom: 0;
5 padding: 9px 0 4px 0;
6 line-height: 1.3;
7 font: 22px "OpenSans-Light",Helvetica,Arial,sans-serif;
8 }
9 .wppm_table_header{
10 font-weight: normal;
11 font-size: 14px;
12 font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
13 }
14 .wppm_admin_logo{
15 margin-right:5px !important;
16 }
17 .mce-window.mce-in, .mce-menu.mce-in.mce-animate{
18 z-index: 900000000001 !important;;
19 }
20 .wppm-add-new-btn{
21 padding: 4px 8px;
22 position: relative;
23 top: -3px;
24 text-decoration: none;
25 border: 1px solid #0071a1;
26 border-radius: 2px;
27 text-shadow: none;
28 font-weight: 600;
29 font-size: 13px;
30 line-height: normal;
31 color: #0071a1;
32 background: #f3f5f6;
33 cursor: pointer;
34 display: inline-block;
35 }
36 .wppm_loading_icon img{
37 margin-left: auto;
38 margin-right: auto;
39 margin-top: auto;
40 display: block;
41 margin-bottom: auto;
42 }
43 #wppm_project_container .wppm_loading_icon, #wppm_task_container .wppm_loading_icon{
44 margin-top: 118px;
45 }
46 .wppm_bootstrap .dataTables_wrapper .dataTables_length select{
47 padding: 0 24px 0 8px !important;
48 }
49 #wppm_add_new_project_frm{
50 position: relative;
51 min-width: 100px;
52 border: 1px solid #ccd0d4;
53 box-shadow: 0 1px 1px rgba(0,0,0,.04);
54 background: #fff;
55 }
56 input[type=text]{
57 box-shadow: 0 0 0 transparent;
58 border-radius: 4px;
59 border: 1px solid #7e8993;
60 background-color: #fff;
61 color: #32373c;
62 }
63 .wppm-button {
64 display: inline-block;
65 text-decoration: none;
66 font-size: 13px;
67 line-height: 26px;
68 height: 28px;
69 margin: 0;
70 padding: 0 10px 1px;
71 cursor: pointer;
72 -webkit-appearance: none;
73 border-radius: 3px;
74 white-space: nowrap;
75 box-sizing: border-box;
76 border: none;
77 }
78 .wppm-primary {
79 background: #1A9ED4;
80 color: #fff;
81 }
82 .wppm-primary:hover {
83 color: #fff;
84 }
85 .wppm_table{
86 background: #fff;
87 box-shadow: 0 1px 1px rgba(0,0,0,.04);
88 border-spacing: 0;
89 width: 100%;
90 clear: both;
91 margin-top: 10px;
92 display: table;
93 border-collapse: separate;
94 color: #444;
95 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
96 font-size: 13px;
97 line-height: 1.4em;
98 max-width:100%;
99 }
100 .wppm_table th{
101 border-bottom: 1px solid #555c64;
102 line-height: 2.2em;
103 font-weight: 400;
104 text-align: left;
105 font-size: 14px;
106 display: table-cell;
107 vertical-align: inherit;
108 background-color:#304FFE;
109 color: #FFFFFF;
110 width:2.2em;
111 padding:0 0 0 3px;
112 }
113 .wppm_table td{
114 vertical-align: middle;
115 padding: 5px 0 5px 2px;
116 width: 2.2em;
117 color: #32373c;
118 font-weight: 400;
119 text-align: left;
120 line-height: 1.3em;
121 font-size: 14px;
122 display: table-cell;
123 white-space: normal;
124 }
125 .wppm_table tbody{
126 word-wrap: break-word;
127 display: table-row-group;
128 vertical-align: middle;
129 border-color: inherit;
130 background-color: #ffffff;
131 color: #444;
132 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
133 font-size: 13px;
134 line-height: 1.4em;
135 white-space: normal;
136 }
137 .wppm_table tr:hover{
138 background-color:#f5f5f5;
139 cursor: pointer;
140 }
141 .wppm_table tr{
142 display: table-row;
143 vertical-align: middle;
144 }
145 #wppm_project_table tr:nth-child(even){
146 background-color: #f2f2f2;
147 }
148 #wppm_project_table td{
149 font-weight: 400;
150 font-family: "Nunito", "Segoe UI", arial;
151 border: none !important;
152 white-space: normal;
153 }
154 #wppm_project_table th{
155 border: none !important;
156 }
157 .wppm_thread{
158 background-color: #FFFFFF;
159 color: #000000;
160 border-color: #C3C3C3;
161 display: table;
162 padding: 10px;
163 background-color: #FFFFFF;
164 border-radius: 5px;
165 margin-bottom: 20px;
166 margin-top: 10px;
167 }
168 .wppm_thread_avatar{
169 display: table-cell;
170 vertical-align: top;
171 width: 40px;
172 padding: 5px 5px 5px 10px;
173 }
174 .wppm_thread_body{
175 display: table-cell;
176 vertical-align: top;
177 padding: 0 15px 5px 15px;
178 width: 100%;
179 }
180 .wppm_thread_user_name{
181 margin-bottom: 10px;
182 font: 15px "Helvetica Neue",Helvetica,Arial,sans-serif;
183 }
184 #wppm_load_individual_project{
185 border-radius: 4px;
186 color: #2C3E50;
187 min-height: 300px;
188 width: 99%;
189 margin-top: 25px;
190 padding-left: 15px;
191 }
192 #wppm_action_bar{
193 color:#ffffff;
194 background-color:#306EFF;
195 /* background-color:#304FFE; */
196 width:100%;
197 overflow:hidden;
198 display:inline-block;
199 float:left;
200 display:inline-block;
201 font-family: Verdana,sans-serif;
202 font-size: 15px;
203 line-height: 1.5;
204 }
205 .wppm_sidebar_labels{
206 font-size: 12px;
207 margin: 10px 0;
208 cursor: pointer;
209 overflow: hidden;
210 color: #9c9c9c;
211 }
212 .wppm_label_info{
213 margin-right: 5px;
214 font-size: 12;
215 font-weight: 400;
216 }
217 .wppm_sidebar .wppm_body{
218 padding-top: 20px;
219 }
220 .wppm_body {
221 padding-left: 0px;
222 }
223 .wppm_sidebar .row{
224 background-color: #fff;
225 padding: 0 15px;
226 border-radius: 4px;
227 margin-bottom: 15px;
228 }
229 #wppm_project_status_widget{
230 margin-top: 10px;
231 border: 1px solid #eee !important;
232 }
233 .wppm_widget{
234 border: 1px solid #eee !important;
235 }
236 .wppm-btn{
237 padding: 5px 10px;
238 border-radius: 20px;
239 font-size: 14px;
240 margin-left:20px;
241 background-color: #5067c5;
242 color:#ffffff!important;
243 border: 1px;
244 }
245 .wppm-btn-cancel{
246 padding: 5px 10px;
247 border-radius: 14px;
248 font-size: 14px;
249 margin-left:20px;
250 background: linear-gradient(135deg, #ffffff, #ffffff);
251 color:#000000;
252 border: 1px solid #C3C3C3;
253 }
254 .wppm_admin_label{
255 border-radius: 30px;
256 font-weight: bold;
257 padding: 5px 10px;
258 font-size: 10px;
259 }
260 .wppm_section_title{
261 display:inline-block;
262 margin-right:20px;
263 font-size: 23px;
264 font-weight: 400;
265 margin-bottom: 0;
266 padding: 9px 0 4px 0;
267 line-height: 1.3;
268 }
269 #wppm_task_table{
270 width:100%;
271 background-color: #FFFFFF;
272 cursor: pointer;
273 }
274 #wppm_task_table tr:nth-child(even){
275 background-color: #f2f2f2;
276 }
277 #wppm_task_table td{
278 /* border: 1px solid #f2f2f2; */
279 font-weight: 400;
280 font-family: "Nunito", "Segoe UI", arial;
281 border: none !important;
282 white-space: normal;
283 }
284 #wppm_task_table th{
285 border: none !important;
286 }
287 #wppm_task_table_container{
288 padding:15px;
289 }
290 .wppm_status{
291 background-color: aqua;
292 border-radius: 30px;
293 padding: 3px 5px 3px 5px;
294 color: #FFFFFF;
295 font-weight: 600;
296 letter-spacing: .3px;
297 font-size: 10px;
298 display: inline-block;
299 text-align: center;
300 line-height: 1;
301 }
302 .wppm_category{
303 background-color: red;
304 border-radius: 30px;
305 padding: 3px 5px 3px 5px;
306 color: #FFFFFF;
307 font-weight: 600;
308 letter-spacing: .3px;
309 font-size: 10px;
310 display: inline-block;
311 text-align: center;
312 line-height: 1;
313
314 }
315 .avatar{
316 border-radius: 50%;
317 border: 2px solid #FFF;
318 margin-left: -12px;
319 border: 2px solid #FFF;
320 }
321 .wppm_action_btn{
322 background-color: #FFF;
323 color: #383333 !important;
324 margin-bottom: 3px !important;
325 }
326 /***
327 * Filter display css start
328 */
329 .wppm_filter_display_container{
330 list-style-type: none !important;
331 width: 100% !important;
332 margin: 0 !important;
333 float: left;
334 }
335 .wppm_filter_display_element{
336 max-width: 300px !important;
337 float: left;
338 margin: 3px 3px 3px 0 !important;
339 }
340 .wppm_filter_display_element .flex-container{
341 display: flex;
342 border-radius: 4px;
343 background-color:#1E90FF;
344 color:#fff;
345 font-size: 10px;
346 }
347 .wppm_filter_display_text{
348 max-width: 280px !important;
349 padding: 5px;
350 }
351 .wppm_filter_display_remove{
352 width: 20px !important;
353 padding: 6px;
354 cursor: pointer;
355 }
356 .wppm_padding_space{
357 padding-top: 20px;
358 }
359 .wppm_setting_col2{
360 background-color: #fff;
361 width: 62% !important;
362 padding: 20px;
363 border-radius: 20px;
364 }
365 .wppm_padding_space{
366 padding-top: 20px;
367 }
368 .wppm-sortable-handle,.wppm-sortable-edit,.wppm-sortable-delete,.wppm-sortable-clone{
369 cursor: pointer;
370 width: 25px;
371 }
372 .wppm-sortable-label{
373 width: 220px;
374 }
375 .wppm-flex-container {
376 display: flex;
377 border-radius: 5px;
378 max-width: 320px;
379 height: 35px;
380 }
381 .wppm-title{
382 font:18px "OpenSans-Light",Helvetica,Arial,sans-serif;
383 }
384 .wppm-flex-container > div {
385 margin: 5px 0 5px 5px;
386 padding: 3px;
387 font-size: 12px;
388 }
389 .wppm_alert{
390 position: fixed;
391 top: 50px;
392 right: 50px;
393 font-size: 15px;
394 font-weight: bold;
395 }
396 #wppm_add_new_project{
397 margin:20px;
398 background-color: #FFFFFF;
399 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
400 }
401 .wppm_form_field_label{
402 font-size: 13px;
403 font-style:bold ;
404 }
405 .wppm_task_description,.wppm_project_description{
406 font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
407 }
408 .wppm_email_notification_header{
409 padding-left: 15px;
410 }
411 #wppm_project_container{
412 border-radius: 4px;
413 border: 1px solid #E5E4E4;
414 background-color: #fff;
415 color: #2C3E50;
416 min-height: 300px;
417 width: 99%;
418 }
419 #wppm_frm_field_container{
420 padding: 0 20px;
421 padding-top: 15px;
422 width:100%;
423 }
424 .wppm_frm_submit{
425 padding: 0 30px;
426 margin: 30px 0;
427 }
428 .wppm_td_project_status{
429 border-radius: 30px;
430 padding: 3px 5px 3px 5px;
431 font-weight: 600;
432 letter-spacing: .3px;
433 font-size: 10px;
434 display: inline-block;
435 text-align: center;
436 line-height: 1;
437 }
438 #wppm_apply_filter{
439 background-color:#306EFF;
440 margin-bottom:2px;
441 }
442 #wppm_project_table{
443 margin: 15px;
444 overflow-x: auto;
445 }
446 .wppm_label{
447 font-size: 12px;
448 font-weight: 600;
449 color: #9c9c9c;
450 width: 100%;
451 }
452 #wppm_avatar{
453 background-color:black;
454 padding: 3px;
455 color: #fff;
456 display: inline!important;
457 }
458 #wppm_project_search_filter{
459 padding: 0 30px;
460 border-radius: 20px;
461 font: 12px "Helvetica Neue",Arial,Helvetica,sans-serif;
462 }
463 #wppm_project_search_filter_img, .wppm_task_search_filter_img{
464 position: absolute;
465 top: 10px;
466 left: 18px;
467 }
468 .wppm_add_new_task_img, .wppm_task_list_image{
469 padding-right: 5px;
470 padding-bottom: 3px;
471 }
472 .wppm_table_td{
473 font-size: 14px !important;
474 }
475 #wppm_project_and_task_search{
476 width:40%;
477 margin-top: 15px;
478 }
479 #wppm_project_and_task_search svg{
480 width: 16px;
481 height: 16px;
482 margin-left: 10px;
483 float: left;
484 margin-top: -26px;
485 cursor: pointer;
486 }
487 .wppm_project_frm_fields ul, #frm_get_task_users ul, #frm_get_task_creator ul, #frm_get_project_users ul, #frm_get_project_creator ul{
488 border: 1px solid #ddd;
489 list-style-type: none!important;
490 font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
491 }
492 #wppm_task_search{
493 width:40%;
494 margin-top: 15px;
495 }
496 #wppm_task_search svg{
497 width: 16px;
498 height: 16px;
499 margin-left: 10px;
500 float: left;
501 margin-top: -26px;
502 cursor: pointer;
503 }
504 #wppm_task_search_filter{
505 padding: 0 30px;
506 border-radius: 20px;
507 }
508 #wppm_more_filter_option div{
509 display: inline-block;
510 }
511 #wppm_heading_inline svg{
512 width: 28px;
513 height:23px;
514 }
515 .wppm_card_header{
516 border-bottom: 1px solid #EFF2F7;
517 height: 35px;
518 padding-top: 5px;
519 padding-bottom: 5px;
520 }
521 .wppm_task_list{
522 border:1px solid #EFF2F7;
523 display:flex;
524 flex-direction:column;
525 flex-basis: 30%;
526 /* flex: 1 0 auto; */
527 overflow: hidden;
528 flex-grow: 1;
529 flex-shrink: 0;
530 margin:5px;
531 }
532 @media screen and (max-width: 767px) {
533 .wppm_task_list{
534 flex-basis: 50%;
535 }
536 }
537 .wppm_task_name_grid_view, .wppm_task_due_date_grid_view, .wppm_empty_container{
538 font-family: "OpenSans-Semibold","Helvetica Neue",Arial,Helvetica,sans-serif;
539 font-size: 14px;
540 }
541 .wppm_card_body{
542 text-align: center;
543 border:1px solid #EFF2F7;
544 margin: 10px;
545 text-align:left;
546 padding: 10px 5px 10px 0px;
547 border-radius: 5px;
548 }
549 .wppm_task_container{
550 overflow:scroll;
551 display: flex;
552 flex-direction: row;
553 margin-top:40px;
554 overflow-x: auto;
555 overflow-y: auto;
556 min-height: 750px;
557 }
558 #wppm_task_frm_field_container{
559 padding-top: 20px;
560 width:100%;
561 }
562 #wppm_add_new_task{
563 margin:20px;
564 background-color: #FFFFFF;
565 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
566 }
567 #wppm_task_container{
568 border-radius: 4px;
569 border: 1px solid #E5E4E4;
570 background-color: #fff;
571 color: #2C3E50;
572 min-height: 300px;
573 width: 99%;
574 }
575 .wppm-submit-btn{
576 color: #FFF !important;
577 background-color: #306EFF;
578 border-color: #306EFF;
579 box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%);
580 cursor: pointer;
581 border-radius: 50px !important;
582 padding: 5px;
583 }
584 .wppm_btn{
585 border-radius: 15px!important;
586 }
587 .wppm_reset_btn{
588 color: #273444;
589 background-color: #EFF2F7;
590 border-color: #EFF2F7;
591 border-radius: 50px;
592 padding: 5px;
593 }
594 .select2-selection--single{
595 height:35px!important;
596 }
597 .select2-container{
598 width:500px!important;
599 }
600 .wppm_td_task_status{
601 border-radius: 30px;
602 padding: 3px 5px 3px 5px;
603 font-weight: 600;
604 letter-spacing: .3px;
605 font-size: 10px;
606 display: inline-block;
607 text-align: center;
608 line-height: 1;
609 }
610 .wppm_td_task_priority{
611 border-radius: 30px;
612 padding: 3px 5px 3px 5px;
613 font-weight: 600;
614 letter-spacing: .3px;
615 font-size: 10px;
616 display: inline-block;
617 text-align: center;
618 line-height: 1;
619 }
620 .wppm_empty_container{
621 display: flex;
622 justify-content: center;
623 align-items: center;
624 font-size: 10;
625 font-weight: 500;
626 color: #becdd9;
627 border: 1px dashed #becdd9;
628 height: 0;
629 opacity: 0;
630 border-radius: 15px;
631 opacity: 1;
632 height: 60px;
633 margin-top: 10px;
634 }
635 .wppm_card_task_action{
636 text-align:right;
637 }
638 .wppm_card_task_progress{
639 color:#8492A6;
640 text-align: right;
641 }
642 .wppm_status_name{
643 text-align:left;
644 font-family: "OpenSans-Regular","Helvetica Neue",Arial,Helvetica,sans-serif;
645 font-size: 15px;
646 padding-top: 5px;
647 }
648 .wppm_task_frm_fields ul{
649 border: 1px solid #ddd;
650 list-style-type: none;
651 }
652 .wppm_task_frm_fields li{
653 padding: 5px;
654 }
655 #wppm_view_task_search_filter{
656 padding: 0 30px;
657 border-radius: 20px;
658 }
659 .wppm_task_details, .wppm_project_details{
660 border-bottom: 1px dashed;
661 cursor: pointer;
662 display: inline-block;
663 font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
664 }
665 .wppm_task_details_priority{
666 cursor: pointer;
667 }
668 .wppm_task_details_label, #wppm_add_checklist, .wppm_project_details_label{
669 font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
670 color: #858c96;
671 width: 98px;
672 float: left;
673 word-wrap: break-word;
674 margin: 5px;
675 cursor: pointer;
676 }
677 .wppm_task_details_container{
678 background-color: #FFFFFF;
679 margin: 15px;
680 padding-bottom: 10px;
681 border: 1px solid #eee !important;
682 }
683 .wppm_task_checklist_container, .wppm_thread{
684 background-color: #FFFFFF;
685 margin: 15px;
686 border: 1px solid #eee !important;
687 }
688 .wppm_progress_bar_container{
689 margin-bottom: 6px;
690 margin-top: 5px;
691 position: relative;
692 }
693 .wppm_progress_bar{
694 background: rgba(9,30,66,.08);
695 border-radius: 4px;
696 clear: both;
697 height: 8px;
698 margin: 0 0 0 40px;
699 overflow: hidden;
700 position: relative;
701 }
702 .wppm_progressbar_label {
703 color: #5e6c84;
704 font-size: 11px;
705 line-height: 10px;
706 position: absolute;
707 top: -1px;
708 left:0;
709 text-align: center;
710 width: 32px;
711 margin-left:10px;
712 }
713 .wppm_checkprogress{
714 bottom: 0;
715 left: 0;
716 position: absolute;
717 overflow:hidden;
718 top: 0;
719 transition-duration: .14s;
720 transition-timing-function: ease-in;
721 margin:10px,0px,10px,0px !important;
722 }
723 .wppm_checklist_divider{
724 margin: 0 15px 0 15px;
725 }
726 .wppm_add_checklist_item_btn{
727 margin-top:10px !important;
728 }
729 #wppm_checklist_btn{
730 margin:10px;
731 }
732 #wppm_add_checklist{
733 border-bottom: 1px dashed;
734 }
735 .wppm_total_checked_item{
736 margin-left: 5px !important;
737 margin-bottom: 10px !important;
738 }
739 .wppm_checklist_total_checked_item{
740 color:#8492A6;
741 font-size: 10px !important;
742 }
743 .wppm_checklist input[type="checkbox"]{
744 margin:5px;
745 }
746 .wppm_card_body{
747 cursor:pointer;
748 }
749 #wppm_grid_view_btn{
750 border: 1px solid #ccc;
751 padding: 5px;
752 background-color: #FFFFFF;
753 float: right;
754 border-radius: 4px;
755 cursor: pointer;
756 font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
757 color: #858c96;
758 margin-bottom: 5px;
759 margin-top: 5px;
760 }
761 #wppm_list_view_btn{
762 border: 1px solid #ccc;
763 padding: 5px;
764 background-color: #FFFFFF;
765 float: right;
766 border-radius: 4px;
767 margin-right: 10px;
768 cursor: pointer;
769 font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
770 color: #858c96;
771 margin-top: 5px;
772 }
773 #wppm_select_user_role{
774 margin: 10px 10px 10px 0px;
775 }
776 .wppm_delete_user_icon, .wppm_user_roles{
777 margin-top: 7px;
778 cursor: pointer;
779 }
780 #wppm_project_users,#wppm_task_users {
781 margin-bottom: 10px;
782 }
783 .wppm_project_user_avatar,.wppm_task_user_avatar{
784 padding: 10px;
785 overflow:hidden;
786 }
787 .wppm_project_user_names, .wppm_task_user_names,.wppm_project_user_role{
788 padding: 0 0 10px 5px;
789 overflow:hidden;
790 color:#9c9c9c;
791 font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
792 }
793 .wppm_project_users_not_assign_label{
794 color:#9c9c9c;
795 }
796 .wppm_user_display_container, .wppm_task_user_display_container{
797 padding: 5px;
798 }
799 #wppm_user_name, #wppm_task_user_name{
800 margin-bottom: 10px;
801 }
802 #wppm_task_users,#wppm_project_creator{
803 margin-left: 10px;
804 }
805 #wppm_comment_btn{
806 display:none;
807 padding: 10px;
808 }
809 #wppm_activity_container{
810 background-color:#ffffff;
811 margin:15px;
812 border: 1px solid #eee !important;
813 }
814 .wppm_task_discussion{
815 font: 18px "Helvetica Neue",Helvetica,Arial,sans-serif;
816 }
817 .wppm_delete_checklist{
818 color:#b73232 !important;
819 font: 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
820 border-bottom: 1px dashed;
821 position: relative;
822 margin-left: 12px;
823 cursor: pointer;
824 transition: 170ms linear all;
825 }
826 .wppm_delete_checklist:hover{
827 color:#2067b0 !important;
828 border-bottom: 1px dashed !important;
829 text-decoration:none !important;
830 }
831 .wppm_add_checklist{
832 color: #80868e !important;
833 font: 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
834 border-bottom: 1px dashed !important;
835 position: relative;
836 margin-left: 12px;
837 cursor: pointer;
838 transition: 170ms linear all;
839 }
840 .wppm_add_checklist:hover{
841 border-bottom: 1px dashed !important;
842 text-decoration:none !important;
843 }
844 #wppm_task_comment{
845 width: 80%;
846 height: 30px;
847 padding: 5px;
848 margin-bottom: 15px;
849 overflow: hidden;
850 border: 1px solid #eee;
851 color:#eee;
852 margin-top: 10px;
853 font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
854 }
855 .wppm_attachment_title{
856 font: 15px "Helvetica Neue",Helvetica,Arial,sans-serif;
857 }
858 .wppm_comment_date{
859 color:#a8aeb5;
860 }
861 .wppm_comment_date:hover{
862 color:#000000;
863 font-style: normal;
864 }
865 #wppm_attach_file{
866 color:#301db7;
867 cursor:pointer;
868 font-weight: normal;
869 text-decoration-line: underline;
870 text-decoration-style: dotted;
871 font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
872 }
873 #wppm_individual_cancel_comment_btn{
874 float:right;
875 background-color:#ffffff;
876 margin-left: 5px;
877 margin-top:5px;
878 font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
879 }
880 #wppm_individual_submit_task_comment_btn{
881 float:right;
882 margin-left: 5px;
883 margin-top:5px;
884 font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
885 }
886 .wppm_thread_messege{
887 font-size: 14px;
888 font-weight: 400;
889 color: #4e4e4e;
890 }
891 .wppm_attachment_cancel{
892 float: right;
893 margin: -22px 0px 0 0;
894 cursor: pointer;
895 }
896 .widget_header{
897 margin-bottom: 3px !important;
898 font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif !important;
899 }
900 .wppm_task_label,.wppm_checklist_label,.wppm_project_label{
901 font: 18px "Helvetica Neue",Helvetica,Arial,sans-serif !important;
902 }
903 .widget_divider{
904 margin-top: 4px !important;
905 margin-bottom: 6px !important;
906 }
907 .wppm_individual_task_widget{
908 margin-top: 15px!important;
909 }
910 .select2-container{
911 z-index:999999999999!important;
912 width:100%!important;
913 }
914 .flatpickr-calendar{
915 z-index:999999999999!important;
916 }
917 #wppm_edit_task_label{
918 width: 100%;
919 margin-bottom: 10px;
920 }
921 #wppm_edit_project_title, #wppm_edit_task_priority,#wppm_edit_task_description_label{
922 margin-bottom:10px;
923 }
924 #wppm_edit_task_priority{
925 max-width:100%!important;
926 }
927 .wppm_edit_task_details_widget, .wppm_thread_action, .wppm_edit_project_details_widget{
928 float:right;
929 cursor:pointer;
930 }
931 .wppm_add_new_task_btn, #wppm_task_list_btn,#wppm_delete_btn,#wppm_delete_task_btn{
932 cursor: pointer;
933 }
934 #wppm_project_details_container{
935 border: 1px solid #eee;
936 margin-top: 12px;
937 padding-top: 10px;
938 margin-bottom: 12px;
939 }
940 #wppm_view_project_task{
941 background-color: #ffffff;
942 }
943 #wppm_project_tasks,.wppm_add_new_project_btn{
944 cursor:pointer;
945 }
946 #wppm_add_new_project_btn{
947 margin-bottom: 10px;
948 }
949 #wppm_delete_project_icon, #wppm_add_new_project_icon, #wppm_project_list_icon, #wppm_task_list_icon{
950 margin-top: -3px;
951 }
952 .wppm_add_new_icon{
953 float: right!important;
954 cursor:pointer;
955 }
956 .wppm_flex {
957 display: flex !important;
958 }
959 .attachment_link span{
960 font-size: 13px;
961 color: #0077AE;
962 cursor: pointer;
963 text-decoration-line: underline;
964 text-decoration-style:dotted;
965 padding-right: 10px;
966 }
967 .wppm_bootstrap select{
968 max-width:100% !important;
969 }
970 #wppm_en_body {
971 height: 200px !important;
972 }
973 #wppm_tbl_templates tr{
974 cursor:pointer;
975 }
976 #tbl_project_tasks td, #tbl_project_tasks th{
977 text-align: center;
978 }
979 #tbl_project_tasks tr{
980 cursor:pointer;
981 }
982 .wppm-pagination-txt{
983 text-decoration: none;
984 cursor: default;
985 padding-right: 5px;
986 }
987 .wppm_task_pagination{
988 float:right;
989 color:#5f6368;
990 margin-right:10px;
991 cursor:pointer;
992 }
993 .wppm_proj_pagination{
994 color:#5f6368;
995 cursor:pointer;
996 }
997 .wppm_proj_pagination_container, .wppm_task_pagination_container{
998 height: 30px;
999 margin-top: 10px;
1000 display: flex;
1001 font-family: 'OpenSans-Semibold',"Helvetica Neue",Arial,Helvetica,sans-serif;
1002 font-size: 14px;
1003 }
1004 .wppm_proj_pagination_container a, .wppm_task_pagination_container a{
1005 color:#0073aa;
1006 }
1007 .wppm_pagination_prev{
1008 border-left-width: 1px;
1009 border-left-style: solid;
1010 padding-left: .75em;
1011 padding-right: .5em;
1012 text-decoration: none;
1013 border-color: #cdcdcd;
1014 color:#0073aa;
1015 }
1016 .wppm_pagination_next{
1017 border-left-width: 1px;
1018 border-left-style: solid;
1019 padding-left: .75em;
1020 padding-right: .5em;
1021 text-decoration: none;
1022 border-color: #cdcdcd;
1023 color:#337ab7;
1024 }
1025 .wppm_thread_action_btn{
1026 float: right;
1027 cursor: pointer;
1028 margin-left: 10px;
1029 color: #a7a9ab;
1030 font-size: 14px;
1031 }
1032 .wppm-task-list-btn{
1033 cursor:pointer;
1034 }
1035 .wppm_setting_pills li{
1036 background-color: #ffffff;
1037 border-radius: 15px !important;
1038 color:#9c9c9c !important;
1039 line-height:normal !important;
1040 }
1041 .wppm_email_notification_table td{
1042 font-weight: 400;
1043 font-family: "Nunito", "Segoe UI", arial;
1044 }
1045 .wppm_email_notification_table th{
1046 font-weight: 400;
1047 font-family: "Nunito", "Segoe UI", arial;
1048 font-weight: bold;
1049 }
1050 .wppm_task_result{
1051 text-align: center;
1052 margin-top: 15px;
1053 font-family: 'OpenSans-Light',Arial,Helvetica,sans-serif;
1054 font-size: 15px;
1055 color: #525c69;
1056 }
1057 .wppm_project_result{
1058 text-align: center;
1059 font-family: 'OpenSans-Light',Arial,Helvetica,sans-serif;
1060 font-size: 15px;
1061 color: #525c69;
1062 }
1063 #wppm_edit_project_label{
1064 margin-bottom: 10px;
1065 }
1066 #wppm_edit_project_category{
1067 margin-bottom: 20px;
1068 }
1069 #tbl_project_tasks,#tbl_custom_field,.select2-results__options,.select2-selection__rendered, .wppm_filter_display_text, .wppm_display_user_none, #wppm_assign_to_none_task{
1070 font:13px "Helvetica Neue",Helvetica,Arial,sans-serif;
1071 }
1072 .wppm_edit_project_label, .wppm_edit_task_label, .wppm_edit_task_start_date, .wppm_edit_task_end_date, .wppm_edit_task_priority_label, .wppm_edit_task_description_label,.wppm_edit_project_label,.wppm_edit_project_start_date,.wppm_edit_project_end_date,.wppm_edit_project_category_label, .wppm_edit_project_description_label,.wppm_project_status, .wppm_edit_task_status_label,.wppm_ct_field_label{
1073 font:13px "Helvetica Neue",Helvetica,Arial,sans-serif;
1074 margin-bottom: 5px;
1075 }
1076 #frm_get_project_users ul, #frm_get_task_users ul{
1077 z-index: 10000!important;
1078 position: absolute;
1079 box-shadow: 0 1px 2px rgb(79 148 212 / 80%);
1080 background-color: #fff;
1081 cursor: pointer;
1082 }
1083
1084 .wppm_bootstrap .wppm_padding_space{
1085 padding-top: 20px;
1086 }
1087
1088 .wppm_bootstrap .pricing-widget {
1089 margin-bottom: 30px;
1090 }
1091 .wppm_bootstrap .pheader {
1092 background-color: #555;
1093 color: #ffffff;
1094 padding: 10px;
1095 }
1096 .wppm_bootstrap .pheader .title{
1097 padding: 0;
1098 margin: 0;
1099 text-align: center;
1100 }
1101 .wppm_bootstrap .pheader .subtitle{
1102 padding: 0;
1103 margin: 10px 0 0;
1104 text-align: center;
1105 }
1106 .wppm_bootstrap .payment_freq {
1107 color: #fff !important;
1108 }
1109 .wppm_bootstrap .pbody {
1110 padding: 20px;
1111 border: 1px solid #555;
1112 }
1113 .wppm_bootstrap .addon-container {
1114 display: flex;
1115 align-items: center;
1116 padding: 5px 0;
1117 }
1118 .wppm_bootstrap .addon-details {
1119 flex-grow: 1;
1120 padding-left: 5px;
1121 }
1122 .wppm_bootstrap .pfooter {
1123 display: flex;
1124 border-left: 1px solid #555;
1125 border-right: 1px solid #555;
1126 border-bottom: 1px solid #555;
1127 justify-content: center;
1128 padding: 10px 0;
1129 }
1130
1131 .wppm_bootstrap .purchase_addon{
1132 padding-right: 5px;
1133 }