PluginProbe ʕ •ᴥ•ʔ
Atarim – Visual Feedback, Review & AI Collaboration / 3.9
Atarim – Visual Feedback, Review & AI Collaboration v3.9
trunk 3.10 3.11 3.12 3.13 3.14 3.15 3.16 3.17 3.18 3.19 3.2.0 3.2.1 3.22 3.22.1 3.22.2 3.22.3 3.22.4 3.22.5 3.22.6 3.3.0 3.3.1 3.3.2 3.3.2.1 3.3.2.2 3.3.3 3.30 3.31 3.32 3.4 3.4.1 3.4.3 3.4.4 3.5 3.5.1 3.6 3.6.1 3.7 3.8 3.9 3.9.1 3.9.2 3.9.3 3.9.4 3.9.6 3.9.6.1 4.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.2 4.1.3 4.2 4.2.1 4.2.2 4.3 4.3.1 4.3.2 4.3.3 4.3.4 4.3.5 4.4
atarim-visual-collaboration / css / admin.css
atarim-visual-collaboration / css Last commit date
admin.css 3 years ago bootstrap.min.css 3 years ago graphics-admin.css 3 years ago graphics-front.css 3 years ago monolith.min.css 3 years ago quill.css 3 years ago wpf-common.css 3 years ago wpf-icons.css 3 years ago wpf-login.css 3 years ago
admin.css
2979 lines
1 @charset "UTF-8";
2
3 /* ------------ GENERAL ------------ */
4 .wpfeedback-settings ::-webkit-scrollbar {width: 7px;}
5 .wpfeedback-settings ::-webkit-scrollbar-track {background: white}
6 .wpfeedback-settings ::-webkit-scrollbar-thumb {background: #e3ebf6c9; border-radius: 5px;}
7 .wpfeedback-settings ::-webkit-scrollbar-thumb:hover {background: #e3ebf6;}
8
9 .wrap.wpfeedback-settings {
10 margin: 15px 0px -50px -20px !important;
11 }
12 .toplevel_page_wpfeedback_page_tasks div#wpwrap, .collaborate_page_wpfeedback_page_permissions div#wpwrap, .collaborate_page_wpfeedback_page_integrate div#wpwrap, .collaborate_page_wpfeedback_page_graphics div#wpwrap, .collaborate_page_wpfeedback_page_settings div#wpwrap {
13 background-color: #fff !important;
14 }
15 .toplevel_page_wpfeedback_page_tasks .notice, .collaborate_page_wpfeedback_page_permissions .notice, .collaborate_page_wpfeedback_page_integrate .notice, .collaborate_page_wpfeedback_page_graphics .notice, .collaborate_page_wpfeedback_page_settings .notice {
16 display: none !important;
17 }
18 .wpf_tabs_container {
19 margin-left: 5px;
20 }
21 .wrap.wpfeedback-settings h1 {
22 padding: 0;
23 }
24 .wpf_logo {
25 float: right;
26 width: 180px;
27 margin-top: -10px;
28 text-align: right;
29 margin-right: 5px;
30 }
31 .wpf_logo img {
32 max-width: 100%;
33 max-height: 40px;
34 }
35 .wpf_tabs_tab {
36 text-align: center;
37 width: 120px;
38 display: inline-block;
39 }
40 .wpf_tabs_container button {
41 border-radius: 5px 5px 0 0;
42 padding: 8px 20px;
43 font-size: 14px;
44 cursor: pointer;
45 color: #272D3C;
46 font-weight: 700;
47 text-decoration: none;
48 font-family: 'Roboto', sans-serif;
49 background-color: #fff !important;
50 transition: 0.7s;
51 margin-right: 0px;
52 border: 1px solid #ECF3F9;
53 border-bottom: none;
54 box-sizing: border-box;
55 }
56
57 .wpf_tabs_container button:hover, .wpf_tabs_container button.active {
58 background-color: var(--main-wpf-color) !important;
59 color: white;
60 opacity: 0.9;
61 }
62
63 .wpf_container {
64 border-radius: 0 5px 5px 5px;
65 background-color: #fff !important;
66 }
67
68 .wpf_section_title {
69 font-family: 'Roboto', sans-serif;
70 background-color: #fff;
71 padding: 15px;
72 color: #272D3C;
73 border-top: 3px solid var(--main-wpf-color);
74 font-size: 150%;
75 font-weight: 800;
76 border-bottom: 1px solid #ECF3F9;
77 margin-bottom: -1px;
78 }
79 .wpf_title {
80 font-size: 125%;
81 font-weight: 700;
82 margin-bottom: 15px;
83 color: #272D3C;
84 font-family: 'Roboto', sans-serif;
85 }
86 .wpf_container input[type=checkbox] {
87 height: 22px;
88 width: 22px;
89 margin-top: 0;
90 border-radius: 5px !important;
91 border: 2px solid #363d4d !important;
92 box-shadow: none !important;
93 position: relative;
94 }
95 .wpf_container input[type=checkbox]:checked:before {
96 margin: 0;
97 }
98 .wpf_checkbox {
99 margin: 10px 0;
100 }
101 .wpf_button {
102 color: #272d3c;
103 background-color: #3ed696;
104 border-radius: 5px;
105 font-size: 14px;
106 font-family: 'Roboto', sans-serif;
107 font-weight: 500;
108 cursor: pointer;
109 padding: 10px 20px;
110 border: none;
111 -webkit-transition: all 0.2s ease-in;
112 -moz-transition: all 0.2s ease-in;
113 -ms-transition: all 0.2s ease-in;
114 -o-transition: all 0.2s ease-in;
115 transition: all 0.2s ease-in;
116 }
117 .wpf_button:hover {
118 background-color: #33bf84;
119 color: #272d3c;
120 }
121
122 .wpfeedback-settings select {
123 width: 100%;
124 height: 40px !important;
125 padding-left: 10px !important;
126 border-radius: 5px;
127 box-shadow: none;
128 display: block;
129 max-width: 100%;
130 margin-top: 10px;
131 margin-bottom: 15px;
132 border-color: rgba(0, 0, 0, .2);
133 }
134 input.wpf_button_inner {
135 background: none;
136 border: none;
137 display: inline-block;
138 padding: 0;
139 }
140 .wpfeedback-settings input[type="text"], .wpfeedback-settings input[type="email"] {
141 height: 40px;
142 box-shadow: none;
143 border-radius: 5px;
144 padding-left: 10px;
145 margin-top: 10px;
146 margin-bottom: 15px;
147 }
148 .wpf_chat_top .wpf_button {
149 margin-top: -1px;
150 margin-bottom: 2px;
151 text-decoration: none;
152 margin-left: 10px;
153 height: 37px;
154 box-sizing: border-box;
155 }
156
157 .wpf_hide{
158 display: none;
159 }
160
161 /* ------------ TASK PAGE ------------ */
162 p.wpf_no_task_message {
163 font-size: 150%;
164 margin-top: 0;
165 color: #272D3C;
166 font-family: 'Roboto', sans-serif;
167 }
168 .wpf_no_tasks_found {
169 color: #272D3C;
170 font-family: 'Roboto', sans-serif;
171 font-weight: 700;
172 height: 100%;
173 padding-top: 10%;
174 padding: 45px 15px;
175 text-align: center;
176 font-size: 22px;
177 opacity: 0.5;
178 }
179 .wpf_no_tasks_found .fa {
180 display: block;
181 margin-bottom: 10px;
182 font-size: 200%;
183 }
184 .wpf_flex_wrap {
185 display: flex;
186 min-height: calc(100vh - 220px);
187 margin: 0;
188 box-sizing: border-box;
189 flex-wrap: wrap;
190 }
191 .wpf_filter_col {
192 padding: 15px;
193 flex: 1;
194 min-width: 170px;
195 max-width: 170px;
196 border-right: 1px solid #ECF3F9;
197 overflow-y: auto;
198 max-height: calc(100vh - 215px);
199 }
200 ul.wp_feedback_filter_checkbox {
201 max-height: 600px !important;
202 font-size: 12px !important;
203 }
204 .wpf_tasks_col {
205 flex: 1.5;
206 min-width: 270px;
207 border-right: 1px solid #ECF3F9;
208 }
209
210 .wpf_chat_col {
211 display: flex;
212 flex-direction: column;
213 border-right: 1px solid #ECF3F9;
214 flex: 5;
215 min-width: 450px;
216 }
217
218 .wpf_attributes_col {
219 flex: 1.5;
220 min-width: 240px;
221 display: flex;
222 align-items: flex-start;
223 align-content: flex-start;
224 flex-wrap: wrap;
225 }
226
227 .wpf_gen_col{
228 border-top: 1px solid #ECF3F9;
229 }
230 .wpf_report_buttons {
231 float: right;
232 margin-top: -3px;
233 position: relative;
234 }
235 .wpf_icon_title {
236 color: #363d4d !important;
237 font-family: 'Roboto', sans-serif;
238 margin: 5px 0;
239 font-size: 14px;
240 font-weight: 700;
241 }
242
243 .wpf_report_buttons a {
244 text-decoration: none;
245 background-color: transparent;
246 color: #272D3C;
247 border: 1px solid #dde1e5;
248 padding: 8px 10px;
249 font-size: 12px;
250 font-weight: 400;
251 border-radius: 5px;
252 -webkit-transition: all 0.2s ease-in;
253 -moz-transition: all 0.2s ease-in;
254 -ms-transition: all 0.2s ease-in;
255 -o-transition: all 0.2s ease-in;
256 transition: all 0.2s ease-in;
257 }
258 .wpf_report_buttons a:hover {
259 opacity: 0.8;
260 }
261 .wpf_icon_title .fa, .wpf_icon_title .fas {
262 width: 15px;
263 text-align: center;
264 }
265 .wpf_icon_box {
266 margin-bottom: 15px;
267 }
268
269 .wpf_display_all_taskmeta_div {
270 float: right;
271 margin-top: 14px;
272 margin-right: 5px;
273 }
274
275 .wpf_tasks-list {
276 min-height: 420px;
277 max-height:calc(100vh - 270px);
278 overflow-y: auto;
279 overflow-x: hidden;
280 }
281
282
283 .wpf_chat_top {
284 padding: 7px 10px 3px 10px;
285 display: flex;
286 box-sizing: border-box;
287 align-items: flex-start;
288 }
289 .wpf_chat_col .wpf_chat_top {
290 border-bottom: 1px solid #ECF3F9;
291 }
292 .wpf_chat_box{
293 flex: 1;
294 padding: 15px;
295 overflow: auto;
296 min-height: calc(100vh - 400px);
297 max-height: calc(100vh - 400px);
298 }
299 ul#wpf_message_list {
300 margin-top: 0;
301 }
302 ul#wpf_message_list .meassage_area_main
303 {
304 position: relative;
305 }
306 ul#wpf_message_list .meassage_area_main .meassage_area_main:hover #wpf_push_media, ul#wpf_message_list .meassage_area_main .meassage_area_main:hover #wpf_image_open {
307 opacity: 1 !important;
308 z-index: 1 !important;
309 }
310 ul#wpf_message_list .meassage_area_main #wpf_push_media {
311 position: absolute;
312 left: 40%;
313 top: 50%;
314 transform: translate(-50%, -50%);
315 display: flex;
316 cursor: pointer;
317 opacity: 0;
318 -webkit-transition: all 0.2s ease-out;
319 -moz-transition: all 0.2s ease-out;
320 -ms-transition: all 0.2s ease-out;
321 -o-transition: all 0.2s ease-out;
322 transition: all 0.2s ease-out;
323 }
324 ul#wpf_message_list .meassage_area_main #wpf_image_open {
325 position: absolute;
326 left: 48%;
327 top: 50%;
328 transform: translate(-50%, -50%);
329 display: flex;
330 cursor: pointer;
331 opacity: 0;
332 margin-left: 10px;
333 -webkit-transition: all 0.2s ease-out;
334 -moz-transition: all 0.2s ease-out;
335 -ms-transition: all 0.2s ease-out;
336 -o-transition: all 0.2s ease-out;
337 transition: all 0.2s ease-out;
338 }
339 .wpf_chat_box .is_image .meassage_area_main .meassage_area_main:hover:before {
340 content: "";
341 background-color: rgb(59 54 106 / 50%);
342 position: absolute;
343 height: 100%;
344 width: 100%;
345 top: 0;
346 bottom: 0;
347 left: 0;
348 right: 0;
349 z-index: 1;
350 -webkit-animation-name: fadeIn;
351 animation-name: fadeIn;
352 -webkit-animation-duration: 0.5s;
353 animation-duration: 0.5s;
354 -webkit-animation-fill-mode: both;
355 animation-fill-mode: both;
356 }
357 ul#wpf_message_list .meassage_area_main #wpf_push_media svg, ul#wpf_message_list .meassage_area_main #wpf_image_open svg {
358 height: 24px;
359 width: auto;
360 }
361 .wpf_chat_reply {
362 border: 1px solid #ECF3F9;
363 margin: 10px 15px 10px 15px;
364 border-radius: 5px;
365 }
366 .wpf_chat_reply p.comment-form-comment {
367 margin: 0;
368 }
369 textarea#wpf_comment {
370 min-height: 100px;
371 border: none;
372 padding: 15px;
373 }
374 p.form-submit.chat_button {
375 margin: -8px 5px 3px 15px;
376 width: 270px;
377 float: right;
378 text-align: right;
379 }
380 .wpf_task_num_top {
381 width: 40px;
382 background-color: rgb(54, 61, 77);
383 text-align: center;
384 height: 40px;
385 border-radius: 5px 50% 50% 50%;
386 color: #fff;
387 font-family: 'Roboto', sans-serif;
388 font-weight: 800;
389 font-size: 14px;
390 line-height: 3;
391 margin-top: -3px;
392 margin-right: 10px;
393 opacity: 0.3;
394 position: relative;
395 overflow: hidden;
396 }
397 .wpf_task_main_top {
398 font-weight: 700;
399 color: #272D3C;
400 font-family: 'Roboto', sans-serif;
401 width: calc(100% - 80px);
402 position: relative;
403 }
404 .wpf_chat_col .wpf_chat_top .wpf_task_main_top {
405 width: calc(100% - 230px);
406 }
407 .wpf_task_title_top {
408 font-size: 125%;
409 width: auto;
410 display: inline-block;
411 overflow: hidden;
412 text-overflow: ellipsis;
413 white-space: nowrap;
414 max-width: 90%;
415 }
416 .wpf_chat_top a#wpf_edit_title {
417 margin-left: 10px;
418 font-size: 100% !important;
419 vertical-align: top;
420 color: #272D3C;
421 }
422 div#wpf_edit_title_box {
423 margin-top: -25px;
424 margin-bottom: -20px;
425 background-color: #fff;
426 position: relative;
427 }
428 #wpf_task_details input#wpf_title_val {
429 vertical-align: top;
430 height: 36px;
431 margin-top: 0;
432 border-color: #e3ebf6;
433 position: relative;
434 width: calc(100% - 55px);
435 z-index: 10;
436 margin-bottom: -15px;
437 }
438 button#wpf_title_update_btn {
439 padding: 6px;
440 vertical-align: top;
441 margin-top: 0px;
442 margin-bottom: 0;
443 margin-left: 5px;
444 z-index: 9;
445 position: relative;
446 background-color: #fff;
447 border: 1px solid #dde1e5;
448 }
449 button#wpf_title_update_btn i.gg-check {
450 margin: 0;
451 }
452 .wpf_task_details_top {
453 margin-top: -5px;
454 color: #000;
455 opacity: 0.5;
456 font-size: 12px;
457 }
458 li.complete .wpf_task_num_top,.wpf_task_num_top.complete {
459 background-color: #3ed696;
460 opacity: 1 !important;
461 }
462 select#wpf_page_list {
463 margin: 0;
464 margin-top: -15px;
465 position: absolute;
466 z-index: 10;
467 width: 99%;
468 }
469 .wpf_task_id.wpf_active {
470 display: inline-block !important;
471 }
472
473 #wpf_tasks .wpfb-edit-comment-wrapper {
474 padding-bottom: 0.5rem;
475 }
476 #wpf_tasks .wpfb-edit-comment-wrapper > .wpfb-edit-comment {
477
478 width: 100% !important;
479 }
480
481 /* ------------ Filter Col Style ------------ */
482 .wpf_filter_col input[type=checkbox] {
483 display: none !important;
484 }
485 .wpf_filter_col label {
486 cursor: pointer;
487 position: relative;
488 }
489 ul.wp_feedback_filter_checkbox label {
490 display: flex !important;
491 justify-content: flex-start;
492 align-items: center;
493 }
494 .wpf_filter_col label:before {
495 content: '';
496 width: 15px !important;
497 height: 15px !important;
498 margin-right: 5px !important;
499 border-radius: 3px;
500 border: 2px solid #363d4d !important;
501 opacity: 0.6;
502 transition: all .12s,border-color .08s !important;
503 margin-top: -1px;
504 }
505 .wpf_filter_col input[type="checkbox"]:checked + label:after {
506 content: '';
507 display: block;
508 position: absolute;
509 top: 4px;
510 left: 7px;
511 width: 3px;
512 height: 7px;
513 border: solid #363d4d;
514 border-width: 0 2px 2px 0;
515 transform: rotate(45deg);
516 }
517
518 .wpf_task_status_title.wpf_icon_title svg {
519 width: 18px;
520 }
521 /* ------------ Inner Tasks Col Style ------------ */
522
523 a.wpf_general_comment_btn {
524 border: 1px solid #dde1e5;
525 background-color: #fff;
526 color: #272D3C;
527 padding: 9px 10px 7px 7px;
528 border-radius: 5px;
529 text-decoration: none;
530 font-size: 12px;
531 float: right;
532 height: 37px;
533 box-sizing: border-box;
534 font-family: 'Roboto', sans-serif;
535 font-weight: 700;
536 margin: 5px 10px 0px 0px;
537 -webkit-transition: all 0.2s ease-in;
538 -moz-transition: all 0.2s ease-in;
539 -ms-transition: all 0.2s ease-in;
540 -o-transition: all 0.2s ease-in;
541 transition: all 0.2s ease-in;
542 }
543 a.wpf_general_comment_btn:hover {
544 opacity: 0.8;
545 }
546 a.wpf_general_comment_btn i {
547 font-size: 18px;
548 margin: -4px 0px 0px 0px !important;
549 display: inline-block;
550 vertical-align: middle;
551 }
552 .wpf_tasks_col .wpf_chat_top {
553 padding: 5px;
554 position: relative;
555 min-height: 85px;
556 }
557 .wpf_top_found {
558 border-bottom: 1px solid #ECF3F9;
559 }
560 .wpf_top_found .wpf_title {
561 display: inline-block;
562 }
563 .wpf_tasks_col .wpf_title {
564 padding: 15px;
565 margin-bottom: 0;
566 }
567 .wpf_task_num {
568 width: 40px;
569 background-color: #fff;
570 text-align: center;
571 height: 40px;
572 border-radius: 50%;
573 color: var(--main-wpf-color);
574 font-weight: 500;
575 font-size: 20px;
576 line-height: 2.1;
577 display: inline-block;
578 margin-right: 5px;
579 vertical-align: top;
580 }
581 .wpf_tasks_col .wpf_task_num_top {
582 background-color: rgb(54, 61, 77);
583 color: #fff;
584 font-weight: 500;
585 width: 32px;
586 float: left;
587 height: 32px;
588 line-height: 2.4;
589 text-align: center;
590 border-radius: 15% 50% 50% 50%;
591 vertical-align: middle;
592 font-size: 12px;
593 font-family: 'Roboto', sans-serif;
594 position: relative;
595 margin: 0px 10px 0 0;
596 opacity: 1;
597 min-width: 32px;
598 display: flex;
599 justify-content: center;
600 align-items: center;
601 overflow: hidden;
602 }
603 .wpf_task_details_top span,#wpf_message_list level span {
604 font-family: 'Roboto', sans-serif;
605 font-weight: 500;
606 opacity: 0.5;
607 }
608 .wpf_task_desc {
609 width: calc( 90% - 50px );
610 display: inline-block;
611 }
612 .wpf_task_single_title {
613 font-weight: 700;
614 overflow: hidden;
615 text-overflow: ellipsis;
616 white-space: nowrap;
617 }
618 .wpf_task_single_meta {
619 font-size: 85%;
620 line-height: 1.2;
621 }
622 .wpf_task_done {
623 display: inline-block;
624 vertical-align: top;
625 padding-top: 7%;
626 width: 10%;
627 float: right;
628 }
629 li.wpf_list {
630 margin: 0;
631 }
632 li.wpf_list.active {
633 background-color: #ecf3f9;
634 }
635 ul#all_wpf_list {
636 margin-top: 0;
637 }
638 li.wpf_list a {
639 text-decoration: none;
640 }
641 .wpf_tasks-list .wpf_task_title_top {
642 height: 32px;
643 line-height: 1.2;
644 overflow: hidden;
645 white-space: normal;
646 margin-top: -5px;
647 font-family: 'Roboto', sans-serif;
648 color: #4B4B4B;
649 font-size: 14px;
650 font-weight: 400;
651 }
652 .wpf_tasks-list .wpf_task_details_top {
653 margin-top: 0;
654 font-size: 12px;
655 color: #272D3C;
656 font-family: 'Roboto', sans-serif;
657 opacity: 0.8;
658 overflow: hidden;
659 text-overflow: ellipsis;
660 white-space: nowrap;
661 font-weight: 700;
662 }
663 .wpf_task_pagename {
664 overflow: hidden;
665 text-overflow: ellipsis;
666 white-space: nowrap;
667 margin-bottom: 5px;
668 }
669
670
671 /*----------New desing css--------*/
672
673 .wpf_success_wpf_share_link {
674 bottom: 16px;
675 }
676
677 .wpf_task_meta {
678 display: inline-block;
679 vertical-align: top;
680 transition: all 0.2s ease-in;
681 opacity: 0.5;
682 margin-top: -5px !important;
683 position: absolute;
684 right: 0;
685 background-color: transparent;
686 box-shadow: none;
687 padding: 0 5px;
688 height: 100%;
689 text-align: right;
690 }
691 .wpf_sidebar_container .wpf_task_meta {
692 margin-top: -10px !important;
693 margin-right: -10px;
694 }
695 .wpf_task_meta:hover, .wpf_task_meta.wpf_active {
696 opacity: 1;
697 right: 10px !important;
698 height: 100% !important;
699 }
700 .wpf_tasks-list .wpf_task_meta_icon {
701 display: inline-block;
702 color: #272D3C;
703 vertical-align: top;
704 font-size: 14px;
705 padding: 32px 25px 32px 10px !important;
706 opacity: 1;
707 transition: all 0.2s ease-in;
708 height: 100%;
709 position: absolute;
710 right: 0;
711 }
712 .wpf_task_meta:hover > .wpf_task_meta_icon, .wpf_task_meta.wpf_active .wpf_task_meta_icon {
713 opacity: 0;
714 z-index: -1;
715 }
716
717 .wpf_task_meta_details {
718 display: inline-block;
719 vertical-align: middle;
720 margin-right: -100px;
721 transition: all 0.2s ease-in;
722 overflow: hidden;
723 opacity: 0;
724 padding: 5px;
725 }
726 .wpf_task_meta:hover > .wpf_task_meta_details, .wpf_task_meta.wpf_active .wpf_task_meta_details {
727 margin-right: 0;
728 opacity: 1;
729 }
730
731 .wpf_tasks-list .wpf_task_label {
732 margin-top: 0px !important;
733 margin-bottom: 2px;
734 }
735 .wpf_task_label span {
736 width: 18px;
737 height: 18px;
738 padding: 1px;
739 text-align: center;
740 border-radius: 50%;
741 color: #fff;
742 margin: 1px 1px 0px 1px;
743 font-weight: 100;
744 display: inline-block;
745 font-size: 10px;
746 line-height: 1.9;
747 }
748 span.wpf_task_tag, span.wpf_task_tag_more {
749 background-color: #e3ebf6;
750 font-size: 12px;
751 padding: 2px 5px;
752 border-radius: 15px;
753 margin-right: 2px;
754 color: #000;
755 }
756 span.wpf_task_tag:last-child, span.wpf_task_tag_more:last-child {
757 margin-right: 0px;
758 }
759 /* ------------ Bulk Updates Style ------------ */
760
761 .wpf_tasks-list.wpf_bulk_edit_mode {
762 max-height: calc(100vh - 292px);
763 animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
764 }
765 .wpf_tasks_tabs_wrap {
766 display: flex;
767 border-bottom: 1px solid #ECF3F9;
768 }
769 input#wpf_select_all_task.wpf_active {
770 display: inline-block !important;
771 }
772 .wpf_tasks_tabs_wrap input[type="checkbox"]{
773 display: none;
774 }
775 .wpf_tasks_tabs_wrap label {
776 border: none;
777 padding: 7px 10px;
778 font-size: 12px;
779 cursor: pointer;
780 text-decoration: none;
781 font-family: 'Roboto', sans-serif;
782 transition: 0.7s;
783 display: inline-flex;
784 flex-direction: column;
785 align-self: stretch;
786 flex: 1 1 auto;
787 color: #272D3C;
788 font-weight: 700;
789 }
790 .wpf_tasks_tabs_wrap label:hover {
791 opacity: 0.8;
792 cursor: pointer;
793 }
794 .wpf_isSelected {
795 background-color: #e3ebf6 !important;
796 }
797
798 div#wpf_bulk_select_task_checkbox {
799 border-bottom: 1px solid #ECF3F9;
800 padding: 7px 10px;
801 z-index: 100;
802 background-color: #fff;
803 position: relative;
804 }
805 div#wpf_bulk_update_content {
806 padding: 15px;
807 }
808 div#wpf_bulk_update_content .wpf_task_options, div#wpf_bulk_update_content input.wpf_button {
809 width: 100%;
810 }
811 .wpf_tasks-list.wpf_bulk_edit_mode input[type=checkbox] {
812 margin-left: 5px;
813 margin-right: 14px;
814 }
815
816 /* ------------ Inner Chat Style ------------ */
817
818 #wpf_comment{ width:100%; }
819
820 .wpf_loader_admin {
821 position: fixed;
822 z-index: 999;
823 width: 100%;
824 overflow: visible;
825 margin: auto;
826 top: 0;
827 left: 0;
828 bottom: 0;
829 right: 0;
830 background-image: url(../images/Loader-slider-WPFeedback.svg);
831 background-repeat: no-repeat;
832 background-position: center center;
833 background-color: rgba(255, 255, 255, 0.5);
834 background-size: 60px;
835 }
836 .wpf_task_status_title, .wpf_task_priority_title {
837 color: #272D3C;
838 }
839 .wpf_task_status_title.wpf_icon_title i.gg-screen {
840 color: #4B5668 !important;
841 }
842 input#wp_feedback_filter_btn {
843 text-decoration: none;
844 background-color: #dde1e5;
845 color: #272D3C;
846 padding: 8px 15px;
847 font-size: 12px;
848 font-weight: 700;
849 border-radius: 5px;
850 width: 100%;
851 }
852 li.not_chat_author {
853 margin-bottom: 10px;
854 border-radius: 8px 0px 8px 8px;
855 padding: 5px 10px 5px 15px;
856 width: 100%;
857 -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
858 animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
859 box-sizing: border-box;
860 }
861 li.chat_author {
862 margin-bottom: 10px;
863 border-radius: 0px 8px 8px 8px;
864 padding: 5px 10px 5px 15px;
865 width: 100%;
866 -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
867 animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
868 box-sizing: border-box;
869 }
870 .chat_author .wpf-comment-wrapper, .not_chat_author .wpf-comment-wrapper {
871 flex-grow: 1;
872 }
873 .chat_author:not(.is_info) .wpf-author-img, .not_chat_author:not(.is_info) .wpf-author-img {
874 min-width: 32px;
875 height: 32px;
876 width: 32px;
877 border-radius: 50%;
878 display: flex;
879 align-items: center;
880 justify-content: center;
881 font-size: 12px;
882 font-weight: 400;
883 line-height: 1;
884 color: #fff;
885 text-transform: uppercase;
886 background-color: rgb(103, 174, 63);
887 }
888 .chat_author:not(.is_info) .wpf-author-img img, .not_chat_author:not(.is_info) .wpf-author-img img {
889 height: 32px;
890 width: 32px;
891 border-radius: 50%;
892 margin: 0 !important;
893 }
894 .chat_author.is_info .wpf-author-img img, .not_chat_author.is_info .wpf-author-img img {
895 -webkit-appearance: none !important;
896 fill: none;
897 color: #A4ABC5;
898 width: 18px;
899 height: 18px;
900 margin-right: 5px;
901 margin-top: 2px;
902 }
903 .chat_author:not(.is_info) .wpf-comment-wrapper, .not_chat_author:not(.is_info) .wpf-comment-wrapper {
904 margin-left: 10px !important;
905 width: calc(100% - 42px);
906 }
907 li.chat_author:not(.is_info) .task_text, li.not_chat_author:not(.is_info) .task_text {
908 margin-top: 5px;
909 }
910 li.chat_author.is_note .task_text {
911 border: 1px solid #FFFCC9 !important;
912 background-color: #FFFCC9 !important;
913 padding: 0 10px;
914 border-radius: 5px 5px;
915 }
916 level.wpf-author, level.chat-author {
917 font-family: 'Roboto', sans-serif;
918 font-weight: 500;
919 line-height: 1;
920 font-size: 14px;
921 color: #A4ABC5;
922 display: flex;
923 justify-content: space-between;
924 }
925 li.chat_author:hover .wpf-edit-delete-wrapper {
926 opacity: 1;
927 }
928 .is_info {
929 max-width: calc(100% + 30px) !important;
930 border-radius: 0 !important;
931 border-width: 1px 0 !important;
932 }
933 .is_info level.wpf-author {
934 float: right;
935 margin-bottom: 0 !important;
936 }
937 .is_info p.task_text {
938 margin-bottom: 3px;
939 margin-top: 3px;
940 color: #4a5568 !important;
941 font-size: 12px !important;
942 opacity: 0.8;
943 }
944 .is_info span.taskStatusMsg {
945 font-weight: 700;
946 }
947 p.task_text {
948 margin-top: 0;
949 }
950
951 li .tag_img {
952 max-width: 100% !important;
953 height: auto !important;
954 border-radius: 10px;
955 overflow: hidden;
956 margin-bottom: 15px;
957 transition: all linear .2s;
958 border: 1px solid #ECF3F9;
959 background-color: #fff;
960 }
961 li .tag_img:hover {
962 box-shadow: 0 6px 24px 0 rgba(18,43,70,.12);
963 }
964 li .tag_img a .gg-software-download {
965 margin: 15px 5px 10px 10px;
966 vertical-align: middle;
967 float: none;
968 }
969 /* ------------ Inner Attr Col Style ------------ */
970
971 .wpf_attributes_col a.wpf_button {
972 display: block;
973 text-align: center;
974 margin: 0;
975 text-decoration: none;
976 margin-bottom: 20px;
977 }
978 .wpf_task_attr.wpf_task_title .wpf_title {
979 margin-bottom: 15px;
980 margin-top: 5px;
981 }
982 .wpf_task_page p {
983 margin: 0 0 3px 0px !important;
984 }
985
986 .wpf_task_attr {
987 flex: 1;
988 min-width: 170px;
989 padding: 10px 15px;
990 }
991
992 .wpf_attributes_col input.wpf_button {
993 padding: 0;
994 }
995
996 .wpf_task_status {
997 margin-bottom: 15px;
998 }
999
1000 .wpf_attributes_col {
1001 min-height: 420px;
1002 overflow: auto;
1003 max-height: calc(100vh - 190px);
1004 }
1005 div#wpf_delete_task_container a, a.wpf_bulk_task_delete_btn {
1006 color: #fff;
1007 background-color: #E72D67;
1008 text-decoration: none;
1009 padding: 10px 15px;
1010 border-radius: 5px;
1011 text-transform: capitalize;
1012 display: inline-block;
1013 }
1014 div#wpf_delete_task_container {
1015 text-align: center;
1016 padding: 0;
1017 }
1018 .wpf_attributes_col .at_fill_color svg path {
1019 fill: #4B5668 !important;
1020 }
1021 .wpf_icon_title.at_fill_color.at_att_screenshot svg {
1022 margin-right: 5px;
1023 margin-bottom: -3px;
1024 }
1025 .wpf_icon_title.at_fill_color.at_att_info svg {
1026 margin-right: 5px;
1027 margin-bottom: -4px;
1028 }
1029 .wpf_icon_title.at_fill_color.at_att_tags i.gg-tag {
1030 margin-right: 5px;
1031 }
1032 .wpf_task_status.at_fill_color.at_att_status svg {
1033 width: 18px;
1034 margin-bottom: -4px;
1035 }
1036 .wpf_task_urgency.at_fill_color.at_att_priority svg, .wpf_task_attr.wpf_task_users.at_att_users svg {
1037 margin-bottom: -3px;
1038 }
1039 /* ------------ SETTINGS PAGE ------------ */
1040 .wpf_title_section {
1041 font-size: 150%;
1042 font-weight: 700;
1043 margin-bottom: 15px;
1044 color: #272D3C;
1045 font-family: 'Roboto', sans-serif;
1046 }
1047 .wpf_title_secondery {
1048 margin: 10px 0;
1049 }
1050 .wpf_settings_ctt_wrap {
1051 display: flex;
1052 box-sizing: border-box;
1053 flex-wrap: wrap
1054 }
1055 .wpf_settings_sidebar {
1056 flex: 1;
1057 padding: 25px;
1058 max-width: 230px;
1059 border-right: 1px solid #ECF3F9;
1060 }
1061 .wpf_inner_settings_col {
1062 width: 700px;
1063 max-width: calc(90% - 100px);
1064 }
1065 .wpf_inner_settings_col .wpf_title_section {
1066 padding: 15px;
1067 margin-left: -15px;
1068 background-color: #e3ebf6;
1069 border-radius: 5px;
1070 margin-right: -110px;
1071 }
1072 .wpf_settings_option {
1073 position: relative;
1074 border-top: 1px solid #ECF3F9;
1075 padding: 20px;
1076 }
1077 .wpf_settings_option .wpf_switch {
1078 position: absolute;
1079 top: 15px;
1080 right: -100px;
1081 }
1082 .wpf_settings_sidebar a {
1083 display: block;
1084 padding-bottom: 25px;
1085 font-weight: 700;
1086 color: #272D3C;
1087 text-decoration: none;
1088 }
1089 .wpf_settings_sidebar a:before {
1090 width: 10px;
1091 height: 10px;
1092 border: 2px solid;
1093 border-width: 2px 2px 0 0;
1094 display: inline-block;
1095 margin-right: 10px;
1096 content: "";
1097 margin-bottom: 0px;
1098 -moz-transform: rotate(45deg);
1099 -webkit-transform: rotate(45deg);
1100 -o-transform: rotate(45deg);
1101 -ms-transform: rotate(45deg);
1102 transform: rotate(45deg);
1103 }
1104 .wpf_settings_col {
1105 flex: 1;
1106 padding: 25px;
1107 min-width: 700px;
1108 }
1109
1110 .wpf_settings_ctt_wrap select[multiple] {
1111 height: 125px !important;
1112 padding: 10px !important;
1113 border-radius: 5px;
1114 /*overflow: hidden;*/
1115 }
1116
1117 .wpfeedback_main_color {
1118 margin: 15px 0;
1119 }
1120
1121 .wpfeedback_licence_key {
1122 padding: 20px;
1123 border-top: 1px solid #ECF3F9;
1124 }
1125 /*auto register on activation css by Pratap*/
1126 .wpfeedback_licence_key_field b, input#wpfeedback_licence_key {
1127 display: none;
1128 }
1129 .wpfeedback_licence_key_field b, input#wpfeedback_licence_key {
1130 display: none;
1131 }
1132 .wpf_signup_form label {
1133 font-weight: 500;
1134 }
1135 .wpf_signup_form input {
1136 width: 100%;
1137 margin-bottom: 20px;
1138 min-height: 36px;
1139 }
1140 .wpf-name-error, .wpf-email-error, .wpf-pass-error {
1141 display: none;
1142 color: red;
1143 font-size: 12px;
1144 font-weight: 500;
1145 }
1146 .wpf-account-msg {
1147 display: inherit;
1148 text-align: center;
1149 font-size: 16px;
1150 color: red;
1151 text-transform: capitalize;
1152 }
1153 .wpf_activate_btn, .wpf_create_user {
1154 color: #272d3c;
1155 font-weight: 500;
1156 font-size: 14px;
1157 font-family: Roboto, Helvetica, Arial, sans-serif;
1158 border-radius: 5px;
1159 background-color: #3ed696;
1160 border: none;
1161 padding: 8px;
1162 width: 100%;
1163 cursor: pointer;
1164 margin: 10px 0;
1165 min-height: 36px;
1166 -webkit-transition: all 0.2s ease-in;
1167 -moz-transition: all 0.2s ease-in;
1168 -ms-transition: all 0.2s ease-in;
1169 -o-transition: all 0.2s ease-in;
1170 transition: all 0.2s ease-in;
1171 }
1172 .wpf_activate_btn:hover, .wpf_create_user:hover {
1173 background-color: #33bf84;
1174 }
1175 .wpf_has_account {
1176 text-align: center;
1177 }
1178 .wpf_wizard_content_box a {
1179 color: #279AF1;
1180 }
1181 .wpf_wizard_content_box a:hover {
1182 color: #1b72b4;
1183 }
1184 /**/
1185 .wpf_license_deactivate_wrap {
1186 border: 2px dashed #e3ebf6;
1187 border-radius: 5px;
1188 padding: 0 15px 15px;
1189 margin: 10px 0;
1190 }
1191 input.wpf_deactivate_button {
1192 background-color: #FDB1B1;
1193 color: #333;
1194 padding: 10px !important;
1195 border: none !important;
1196 border-radius: 5px;
1197 display: block;
1198 text-align: center;
1199 font-weight: 500;
1200 text-decoration: none;
1201 cursor: pointer;
1202 line-height: initial;
1203 width: 100%;
1204 -webkit-transition: all 0.3s ease-out;
1205 -moz-transition: all 0.3s ease-out;
1206 -ms-transition: all 0.3s ease-out;
1207 -o-transition: all 0.3s ease-out;
1208 transition: all 0.3s ease-out;
1209 }
1210 input.wpf_deactivate_button:hover {
1211 background-color: #f57f7f;
1212 border: none !important;
1213 color: #333;
1214 }
1215 span.wpf_active_license {
1216 font-weight: 700;
1217 font-size: 125%;
1218 color: #3ED696 !important;
1219 }
1220 span.wpf_active_license:before {
1221 color: #3ed696;
1222 position: relative;
1223 font-size: 27px;
1224 content: "\f15e";
1225 font-family: dashicons;
1226 border: 3px solid;
1227 height: 32px;
1228 width: 32px;
1229 border-radius: 50%;
1230 line-height: 1;
1231 margin-right: 5px;
1232 bottom: -7px;
1233 }
1234 .wpfeedback_item_name_field {
1235 margin-top: 20px;
1236 }
1237
1238 .wpfeedback_more_emails input {
1239 width: 100%;
1240 }
1241
1242 input#wpf_save_setting {
1243 width: 100%;
1244 margin-top: 25px;
1245 }
1246
1247 .wpfeedback_replace_logo input#upload_image_button {
1248 border-radius: 5px;
1249 margin-top: 10px;
1250 -webkit-transition: all 0.2s ease-in;
1251 -moz-transition: all 0.2s ease-in;
1252 -ms-transition: all 0.2s ease-in;
1253 -o-transition: all 0.2s ease-in;
1254 transition: all 0.2s ease-in;
1255 height: auto;
1256 border-width: 3px;
1257 border-style: solid;
1258 border-color: #272D3C;
1259 color: #272D3C;
1260 background-color: transparent;
1261 width: 100%;
1262 font-size: 16px;
1263 font-family: 'Roboto', sans-serif;
1264 font-weight: 700;
1265 cursor: pointer;
1266 box-shadow: none;
1267 text-shadow: none;
1268 padding: 6px 30px;
1269 }
1270 .wpfeedback_replace_logo input#upload_image_button:hover {
1271 opacity: 0.8;
1272 }
1273 .wpfeedback_image-preview-wrapper img {
1274 max-width: 180px;
1275 margin: auto;
1276 display: block;
1277 }
1278 input#wpfeedback_color {
1279 width: 100%;
1280 padding: 10px;
1281 border-radius: 5px;
1282 text-align: center;
1283 margin: 5px 0px;
1284 }
1285 textarea#wpf_tutorial_video {
1286 width: 100%;
1287 padding: 10px;
1288 border-radius: 5px;
1289 margin: 5px 0px;
1290 }
1291 .wpfeedback_youtube_url{
1292 margin: 15px 0;
1293 }
1294 .wrap.wpfeedback-settings input[type=checkbox]:checked:before {
1295 color: #272D3C;
1296 margin: -1px 0px 0 -2px !important;
1297 content: '';
1298 display: block;
1299 position: absolute;
1300 top: 2px;
1301 left: 7px;
1302 width: 8px;
1303 height: 14px;
1304 border: solid #363d4d;
1305 border-width: 0 3px 3px 0;
1306 transform: rotate(45deg);
1307 box-sizing: border-box;
1308 }
1309 .wpfeedback_reset_setting input.wpf_button {
1310 border-width: 1px;
1311 border-style: solid;
1312 border-color: #272D3C;
1313 color: #363d4d !important;
1314 background-color: transparent;
1315 margin-top: 10px;
1316 }
1317
1318 .wpf_resync_dashboard input.wpf_button {
1319 border-width: 1px;
1320 border-style: solid;
1321 border-color: #272D3C;
1322 color: #363d4d !important;
1323 background-color: transparent;
1324 width: 100%;
1325 }
1326
1327 input.wpf_customise_field {
1328 width: 100%;
1329 margin-bottom: 5px;
1330 }
1331 img.wpf_settings_image {
1332 width: 400px;
1333 display: block;
1334 max-width: 100%;
1335 }
1336
1337 .wpf_golbalsettings_buttons {
1338 padding: 15px;
1339 border: 1px solid #ECF3F9;
1340 border-radius: 5px;
1341 }
1342 div#wpf_global_settings_overlay p {
1343 color: #222;
1344 font-family: 'Roboto', sans-serif;
1345 font-weight: 400;
1346 }
1347 .wpf_settings_icon {
1348 display: inline-block;
1349 font-size: 14px;
1350 vertical-align: top;
1351 opacity: 0.7;
1352 margin: 1px 5px;
1353 }
1354 /* ------------ PERMISSIONS PAGE ------------ */
1355
1356 .wpf_user_permissions {
1357 margin-bottom: 25px;
1358 }
1359 table.wpf_perm_table {
1360 width: 100%;
1361 text-align: center;
1362 }
1363 td.wpf_perm_top {
1364 background-color: #e3ebf6;
1365 padding: 10px;
1366 color: #272D3C;
1367 font-weight: 700;
1368 }
1369 td.wpf_left_cell {
1370 text-align: left;
1371 font-weight: 700;
1372 color: #272D3C;
1373 }
1374 table.wpf_perm_table td {
1375 border-bottom: 1px solid #ECF3F9;
1376 padding: 5px;
1377 }
1378
1379 .at_feat_global {
1380 display: inline-block;
1381 vertical-align: top;
1382 width: 250px;
1383 margin-right: 15px;
1384 }
1385 .at_feat_global img {
1386 width: 100%;
1387 }
1388 .wpf_global_lock .at_feat_content {
1389 width: calc(100% - 270px) !important;
1390 padding-top: 25px;
1391 }
1392
1393 /* ------------ ADDONS PAGE ------------ */
1394 .wpf_inner_container.wpf_integrations_container {
1395 margin-top: 0 !important;
1396 padding-top: 25px;
1397 border-top: 3px solid var(--main-wpf-color);
1398 font-family: "Roboto", Sans-serif;
1399 font-size: 14px;
1400 color: #272D3C;
1401 }
1402 .wpf_integration_title {
1403 color: #272D3C;
1404 font-size: 150%;
1405 font-weight: 800;
1406 }
1407 a.wpf_integration_button {
1408 color: #272D3C !important;
1409 background-color: #3ED696;
1410 text-decoration: none;
1411 min-height: 36px;
1412 border-radius: 5px;
1413 display: inline-flex;
1414 align-items: center;
1415 padding: 5px 15px;
1416 justify-content: center;
1417 box-sizing: border-box;
1418 font-size: 14px;
1419 font-weight: 500;
1420 -webkit-transition: all 0.2s ease-in;
1421 -moz-transition: all 0.2s ease-in;
1422 -ms-transition: all 0.2s ease-in;
1423 -o-transition: all 0.2s ease-in;
1424 transition: all 0.2s ease-in;
1425 }
1426 a.wpf_integration_button:hover {
1427 background-color: #33bf84;
1428 color: #272d3c;
1429 }
1430 img.wpf_integration_image {
1431 width: 1000px;
1432 max-width: 90%;
1433 margin-top: 25px;
1434 }
1435 .wpf_addon_box_wrap{display:flex;}
1436
1437 .wpf_inner_container {
1438 text-align: center;
1439 }
1440
1441 .wpf_addon_box {
1442 box-shadow: 0em 0em 3em 0em rgba(0,0,0,0.13);
1443 border-radius: 0 5px 5px 5px;
1444 border: 1px solid #ECF3F9;
1445 background-color: #fff !important;
1446 padding: 25px;
1447 text-align: center;
1448 margin: 20px;
1449 }
1450
1451 .wpf_addon_box img {
1452 width: 200px;
1453 max-width: 100%;
1454 }
1455
1456
1457
1458 /* ------------ Setup Wizard ------------ */
1459
1460 .wpf_backend_initial_setup_inner input[type=checkbox] {
1461 border: 2px solid #ccc;
1462 height: 22px;
1463 width: 22px !important;
1464 border-radius: 5px !important;
1465 display: inline-block !important;
1466 margin-right: 6px !important;
1467 }
1468 img.wpf_add_website_img {
1469 width: 100%;
1470 margin-bottom: -25px;
1471 }
1472 .wpf_backend_initial_setup_inner input[type=checkbox]:checked:before {
1473 color: #272D3C;
1474 margin: -1px 0px 0 -2px !important;
1475 }
1476
1477 .wpf_backend_initial_setup {
1478 position: fixed;
1479 top: 32px;
1480 left: 0;
1481 width: 100%;
1482 background-color: #fff;
1483 background-repeat: no-repeat;
1484 background-position: center center;
1485 background-size: cover;
1486 z-index: 10000;
1487 height: calc(100vh - 32px);
1488 overflow: auto;
1489 }
1490 .wpf_backend_initial_setup_inner {
1491 width: 90%;
1492 max-width: 500px;
1493 margin: auto;
1494 margin-top: 10px;
1495 font-family: 'Roboto', sans-serif;
1496 }
1497 .wpf_wizard_progress_box {
1498 color: #A4ABC5;
1499 font-size: 14px;
1500 display: flex;
1501 justify-content: space-evenly;
1502 align-items: center;
1503 text-align: center;
1504 margin-bottom: 25px;
1505 font-weight: 500;
1506 position: relative;
1507 }
1508 .wpf_wizard_progress_box:before {
1509 content: "";
1510 height: 2px;
1511 background-color: #ECF3F9;
1512 position: absolute;
1513 width: 70%;
1514 top: 30%;
1515 z-index: -1;
1516 }
1517 .wpf_wizard_progress_step {
1518 min-width: 90px;
1519 }
1520 .wpf_wizard_progress_num {
1521 width: 32px;
1522 height: 32px;
1523 margin: auto;
1524 display: flex;
1525 border: 2px solid;
1526 justify-content: center;
1527 align-items: center;
1528 border-radius: 15% 50% 50% 50%;
1529 background-color: #fff;
1530 margin-bottom: 5px;
1531 outline: 5px solid #fff;
1532 }
1533 .wpf_wizard_progress_step.wpf_step_comp .wpf_wizard_progress_num {
1534 background-color: #3ED696;
1535 color: #fff;
1536 }
1537 .wpf_wizard_progress_step.wpf_step_current .wpf_wizard_progress_num {
1538 color: #fff;
1539 background-color: #272D3C;
1540 }
1541 .wpf_wizard_progress_step.wpf_step_current {
1542 color: #272D3C;
1543 }
1544 .wpf_wizard_progress_num i {
1545 margin: 0;
1546 }
1547 .wpf_wizard_content_box {
1548 box-shadow: 0em 0em 3em 0em rgba(0,0,0,0.13);
1549 padding: 25px;
1550 border-radius: 10px;
1551 border: 1px solid #ECF3F9;
1552 background-color: #fff !important;
1553 position: relative;
1554 }
1555
1556 .wpf_backend_initial_setup_inner p {
1557 font-size: 14px;
1558 }
1559 .wpf_backend_initial_setup_inner .wpf_button {
1560 padding: 9px;
1561 display: block;
1562 text-align: center;
1563 }
1564 .wpf_title_wizard {
1565 font-size: 22px;
1566 font-weight: 700;
1567 margin-bottom: 5px;
1568 color: #272D3C;
1569 font-family: 'Roboto', sans-serif;
1570 line-height: 1.1;
1571 }
1572 .supg-btn {
1573 text-decoration: none;
1574 color: #272D3C !important;
1575 width: 100%;
1576 border: 2px solid #a4abc5;
1577 cursor: pointer;
1578 height: 36px;
1579 margin: 10px 0px 0px;
1580 display: flex;
1581 font-size: 14px;
1582 align-items: center;
1583 font-family: Roboto, Helvetica, Arial, sans-serif;
1584 font-weight: 500;
1585 border-radius: 5px;
1586 justify-content: center;
1587 background-color: transparent;
1588 }
1589 .supg-or {
1590 font-family: "Roboto", "Helvetica", "Arial", sans-serif;
1591 letter-spacing: 0.01071em;
1592 color: #a4abc5;
1593 width: 100%;
1594 height: 30px;
1595 display: block;
1596 font-size: 14px;
1597 text-align: center;
1598 font-weight: 500;
1599 line-height: 50px;
1600 text-transform: uppercase;
1601 }
1602 p.wpf_tcpp {
1603 display: block;
1604 text-align: center;
1605 margin-top: -5px;
1606 }
1607 p.wpf_tcpp, p.wpf_tcpp a {
1608 color: #A4ABC5 !important;
1609 }
1610 .wpf_logo_wizard {
1611 width: 100%;
1612 margin-bottom: 25px;
1613 height: 68px;
1614 background-color: #2F326A;
1615 display: flex;
1616 justify-content: center;
1617 box-sizing: border-box;
1618 align-items: center;
1619 }
1620 .wpf_logo_wizard img {
1621 width: 130px;
1622 }
1623 .wpf_backend_initial_setup .wpfeedback_licence_key_field input {
1624 padding: 10px;
1625 }
1626 .wpf_backend_initial_setup_inner .wpf_title {
1627 font-size: 17px;
1628 margin-top: 25px;
1629 margin-bottom: 5px;
1630 }
1631 .wpf_collaborator_setting_toggle {
1632 display: flex;
1633 justify-content: space-around;
1634 font-size: 14px;
1635 position: relative;
1636 font-weight: 500;
1637 color: #A4ABC5;
1638 border-bottom: 1px solid #ECF3F9;
1639 padding-bottom: 10px;
1640 padding-top: 10px;
1641 }
1642 label.wpf_switch_collaborator_setting_toggle .wpf_switch_slider.wpf_switch_round {
1643 width: 53px;
1644 height: 27px;
1645 margin: auto;
1646 left: -25px;
1647 background-color: #7c6df4;
1648 top: -5px;
1649 }
1650 span.wpf_toggle_left {
1651 margin-right: 20px;
1652 }
1653 span.wpf_toggle_right {
1654 margin-left: 20px;
1655 }
1656 label.wpf_text_label {
1657 display: block;
1658 font-weight: 500;
1659 }
1660
1661 .wpf_collaborator_name, .wpf_collaborator_email {
1662 width: 100%;
1663 font-size: 14px;
1664 height: 36px;
1665 }
1666 p.wpf_wizard_note {
1667 color: #A4ABC5;
1668 }
1669 label.wpf_text_label span, p.wpf_wizard_note span {
1670 color: #E72D67;
1671 }
1672 select.wp_feedback_filter_admin_user {
1673 height: 36px;
1674 width: 100%;
1675 max-width: 100%;
1676 }
1677 .wpf_guest_wrap {
1678 border: 1px solid #ECF3F9;
1679 padding: 0 15px;
1680 border-radius: 5px;
1681 }
1682 .wpf_guest_wrap label.wpf_checkbox_label {
1683 width: calc(100% - 60px);
1684 padding-right: 10px;
1685 box-sizing: border-box;
1686 }
1687 .wpf_wizard_footer {
1688 text-align: right;
1689 }
1690 .wpf_wizard_skip_btn {
1691 display: flex;
1692 justify-content: center;
1693 align-items: center;
1694 padding: 10px;
1695 text-decoration: underline;
1696 font-size: 14px;
1697 font-family: 'Roboto', sans-serif;
1698 font-size: 14px;
1699 color: #279AF1;
1700 }
1701 .wpf_skip_button {
1702 cursor: pointer;
1703 }
1704 btn.wpf_button.wpf_next {
1705 display: inline-block;
1706 padding: 15px 35px;
1707 margin-left: 25px;
1708 }
1709 .wpf_backend_initial_setup_inner iframe {
1710 width: 100%;
1711 max-width: 100%;
1712 border-radius: 5px;
1713 overflow: hidden;
1714 box-shadow: 0em 0em 1em 0em rgb(0 0 0 / 20%);
1715 }
1716 .wpf_wizard_video {
1717 border-radius: 5px;
1718 overflow: hidden;
1719 box-shadow: 0em 0em 1em 0em rgb(0 0 0 / 20%);
1720 }
1721 .wpf_wizard_dual_btns {
1722 margin-top: 25px;
1723 display: flex;
1724 justify-content: space-between;
1725 }
1726 .wpf_wizard_dual_btns btn {
1727 width: 44%;
1728 }
1729 btn.wpf_button.wpf_button_sec {
1730 border: 1px solid #8791B2;
1731 background-color: #fff !important;
1732 }
1733 btn.wpf_button.wpf_button_sec:hover {
1734 background-color: #ecf3f9 !important;
1735 }
1736 .wpf_skip_wizard {
1737 display: block;
1738 text-align: center;
1739 margin: 25px;
1740 }
1741 .wpf_skip_wizard a {
1742 color: #8d9ba9;
1743 }
1744 .wpfeedback_image-preview-wrapper img{
1745 width: 100%;
1746 height: 100%;
1747 }
1748
1749 span#wpf_back_report_sent_span, span#wpf_restore_orphan_tasks_span, span#wpf_no_orphan_tasks_span {
1750 position: absolute;
1751 bottom: -3px;
1752 right: -5px;
1753 z-index: 100;
1754 color: #fff;
1755 font-size: 12px;
1756 font-weight: 700;
1757 letter-spacing: 0.015em;
1758 background-color: #3ed696;
1759 padding: 10px 35px 10px 10px !important;
1760 border: 1px solid #ECF3F9;
1761 border-radius: 5px;
1762 line-height: 1.3;
1763 width: 100%;
1764 max-width: 220px;
1765 -webkit-transition: all 0.2s ease-out;
1766 -moz-transition: all 0.2s ease-out;
1767 -ms-transition: all 0.2s ease-out;
1768 -o-transition: all 0.2s ease-out;
1769 transition: all 0.2s ease-out;
1770 }
1771
1772 #wpf_form input#wpf_uploadfile {
1773 opacity: 0;
1774 position: absolute;
1775 height: auto;
1776 display: inline-block;
1777 max-width: 50px;
1778 z-index: 10003;
1779 margin-left: -22px;
1780 padding: 5px;
1781
1782 }
1783 a.wpf_upload_button.wpf_button {
1784 margin-top: 5px;
1785 padding: 10px 0px;
1786 margin-right: 10px !important;
1787 background-color: transparent!important;
1788 color: #363d4d !important;
1789 float: right;
1790 cursor: pointer !important;
1791 }
1792 #wpf_upload_error, #wpf_error,#wpf_error_page {
1793 color: #272D3C;
1794 font-weight: bold;
1795 }
1796 .wpf_support_name, .wpf_support_email {
1797 width: 48%;
1798 padding: 10px 3px;
1799 vertical-align: top;
1800 display: inline-block;
1801 }
1802 /*div#wpf_launcher .ui-draggable-dragging {
1803 width: auto;
1804 }*/
1805
1806 ul#wpf_message_list li .task_text {
1807 color: #272d3c;
1808 font-size: 14px;
1809 font-weight: 400;
1810 font-family: 'Roboto', sans-serif;
1811 margin-bottom: 10px;
1812 white-space: pre-wrap;
1813 cursor: auto;
1814 line-height: 1.4 !important;
1815 }
1816 ul#wpf_message_list li .task_text p {
1817 margin: 5px 0 10px 0 !important;
1818 font-size: 14px !important;
1819 font-weight: 400;
1820 line-height: 1.4 !important;
1821 }
1822 .wpf_globals_container {
1823 margin-top: 15px;
1824 }
1825 .wpf_gsettings_text {
1826 width: 60%;
1827 display: inline-block;
1828 }
1829 .wpf_gsettings_toggle {
1830 width: 34%;
1831 display: inline-block;
1832 vertical-align: top;
1833 margin-right: 10px;
1834 text-align: center;
1835 border: 1px solid #dddddd;
1836 padding: 15px 0;
1837 border-radius: 5px;
1838 }
1839 .wpf_gsettings_toggle i {
1840 color: #272D3C;
1841 opacity: 0.5;
1842 font-size: 20px;
1843 margin: 4px;
1844 }
1845
1846
1847 /*===== HEBREW BACKEND===========*/
1848
1849 .rtl .wpf_report_trigger a:nth-child(1)
1850 {
1851 margin-right: 0;
1852 margin-left: 2%;
1853 }
1854 .rtl a.wpf_comment_mode_general_task
1855 {
1856 margin-left: 10px;
1857 }
1858 .rtl .wpf_logo, .rtl a.wpf_general_comment_btn
1859 , .rtl .wpf_report_buttons
1860 {
1861 float: left;
1862 }
1863 .rtl .wpf_section_title
1864 {
1865 font-family: Roboto,sans-serif;
1866 }
1867 .rtl .wpf_task_num_top
1868 {
1869 margin-right: 0;
1870 margin-left: 10px;
1871 }
1872
1873 .rtl .wpf_support_col_left
1874 {
1875 text-align: right;
1876 }
1877 .rtl .wpf_button.wpf_next
1878 {
1879 margin-left: 0;
1880 margin-right: 25px;
1881 }
1882 .rtl .wpf_task_details_top span, .rtl #wpf_message_list level span {
1883 display: inline-block;
1884 }
1885 .rtl .wpf_filter_col input[type="checkbox"]:checked + label:after, .rtl ul.wp_feedback_filter_checkbox.user input[type="checkbox"]:checked + label:after, .rtl div#wpf_wizard_notifications input:checked + label:after, .rtl div#wpf_task_visibility input[type="checkbox"]:checked + label:after {
1886 right: 10px;
1887 top: 2px;
1888 }
1889 .rtl .wpf_task_num_top .gg-check {
1890 margin-right: 4px;
1891 }
1892 .rtl p.form-submit.chat_button {
1893 float: left;
1894 margin-left: 0;
1895 }
1896 .rtl a.wpf_upload_button.wpf_button {
1897 margin-right: -5px !important;
1898 margin-left: 5px;
1899 }
1900 .rtl a.wpf_upload_button.wpf_button i.gg-attachment {
1901 margin-right: 18px;
1902 }
1903 .rtl .wpf_attributes_col a.wpf_button i.gg-external {
1904 margin-left: 5px;
1905 }
1906 .rtl a#wpf_add_general_task {
1907 padding: 7px 5px 5px 10px;
1908 margin-left: 10px;
1909 }
1910 .rtl .wpf_chat_col {
1911 border-left: 1px solid #ECF3F9;
1912 }
1913 .rtl button.wpf_tag_submit_btn {
1914 left: 15px !important;
1915 right: auto !important;
1916 }
1917 .rtl div#wpf_task_screenshot_tab {
1918 margin-right: 10px;
1919 }
1920 .rtl .wpf_task_meta {
1921 left: 25px;
1922 right: auto !important;
1923 text-align: left;
1924 }
1925 .rtl .wpf_tasks-list .wpf_task_meta_icon {
1926 padding: 32px 0px 32px 25px !important;
1927 }
1928 .rtl .wpf_task_meta:hover, .rtl .wpf_task_meta.wpf_active {
1929 left: 5px;
1930 text-align: left;
1931 }
1932 .rtl .wpf_graphics_new i.gg-math-plus:before {
1933 margin-right: -12px;
1934 }
1935 /*========wpf translation adaptations =========*/
1936 .wpf_chat_top {
1937 width: 100%;
1938 }
1939 .wpf_tasks_col .wpf_title:lang(nl), .wpf_tasks_col .wpf_title:lang(cs) {
1940 padding: 15px 5px;
1941 font-size: 14px;
1942 }
1943 a.wpf_general_comment_btn i.fas.fa-plus-square:lang(fr) {
1944 display: none;
1945 }
1946
1947 a.wpf_general_comment_btn:lang(fr),a.wpf_general_comment_btn:lang(cs) {
1948 font-size: 12px;
1949 }
1950 a.wpf_general_comment_btn:lang(de), a.wpf_general_comment_btn:lang(es), a.wpf_general_comment_btn:lang(it) {
1951 display: block;
1952 float: none;
1953 margin-top: -10px;
1954 }
1955 @media (max-width: 660px) {
1956 .wpf_report_buttons:lang(de) {
1957 display: block;
1958 float: none;
1959 margin-top: 15px;
1960 }
1961 }
1962 @media (max-width: 515px) {
1963 .wpf_report_buttons a:lang(de), .wpf_report_buttons a:lang(fr), .wpf_report_buttons a:lang(nl) {
1964 display: block;
1965 margin-bottom: 5px;
1966 }
1967 }
1968 /* ------------ MOBILE ------------ */
1969
1970 @media (max-width: 1050px) {
1971 .wpf_tabs_container button {
1972 padding: 8px !important;
1973 }
1974 }
1975 @media (max-width: 767px) {
1976 .wpf_logo {
1977 float: none;
1978 text-align: center;
1979 width: 100%;
1980 }
1981 .wpf_logo img{
1982 max-width:250px;
1983 margin-bottom: 10px;
1984 }
1985 .wpf_tabs_container button {
1986 width: 24%;
1987 padding: 8px;
1988 }
1989 .wpf_support_col_left, .wpf_support_col_right {
1990 width: 100%;
1991 }
1992 .wpf_report_buttons {
1993 float: none;
1994 margin-top: 10px;
1995 zoom: 0.9;
1996 }
1997 }
1998 @media (max-width: 480px) {
1999 span.wpf_search_box {
2000 display: block;
2001 }
2002 .wpf_report_buttons a:last-child {
2003 display: none;
2004 }
2005 .wpf_section_title {
2006 text-align: center !important;
2007 }
2008 .wpf_report_buttons {
2009 display: block;
2010 float: none !important;
2011 margin-top: 15px;
2012 }
2013 .wpf_filter_col.wpf_gen_col {
2014 max-height: 25vh;
2015 }
2016 input#wp_feedback_filter_btn {
2017 width: 100%;
2018 }
2019 div#wpf_task_details {
2020 min-width: auto;
2021 }
2022 }
2023 /*========wpf login form=========*/
2024 #wpf_login_container {
2025 position: fixed;
2026 z-index: 199999;
2027 top: 0;
2028 left: 0;
2029 width: 100%;
2030 height: 100%;
2031 overflow: auto;
2032 background-color: rgba(255, 255, 255, 0.85);
2033 }
2034 #wpf_login_container .wpf_wizard_modal {
2035 width: 350px;
2036 max-width: 88%;
2037 margin: auto;
2038 margin-top: 5%;
2039 box-shadow: 0em 0em 3em 0em rgba(0,0,0,0.13);
2040 padding: 15px;
2041 border-radius: 5px;
2042 border: 1px solid #ECF3F9;
2043 background-color: #fff !important;
2044 text-align: center;
2045 font-family: Roboto, sans-serif;
2046 font-size: 14px;
2047 }
2048 img#wpfeedback_image-preview {
2049 margin-bottom: 8px;
2050 }
2051 #wpf_login_container #login_form_content .wpf_submit_button {
2052 background-color: var(--main-wpf-color) !important;
2053 color: #ffffff !important;
2054 margin: 5px 0 0 0;
2055 border-radius: 5px;
2056 width: 100%;
2057 padding: 15px !important;
2058 font-size: 16px;
2059 font-family: 'Roboto', sans-serif;
2060 border: none !important;
2061 box-shadow: none !important;
2062 font-weight: 700 !important;
2063 }
2064 #wpf_login_container a.wpf_login_close {
2065 font-size: 30px;
2066 margin-top: -5px;
2067 color: #F5325C;
2068 float: right;
2069 font-weight: 700;
2070 line-height: 1;
2071 text-shadow: 0 1px 0 #fff;
2072 opacity: .5;
2073 text-decoration: none;
2074 }
2075 #wpf_login_container a.wpf_skip.wpf_login_close {
2076 float: initial;
2077 font-size: 14px;
2078 }
2079 form#wpf_login input#username, form#wpf_login input#password {
2080 padding: 25px !important;
2081 border-radius: 5px;
2082 margin-bottom: 10px;
2083 width: 100% !important;
2084 }
2085 form#wpf_login p.wpf_status {
2086 color: red;
2087 margin-top: 10px;
2088 }
2089 div#wpf_tasks_overlay {
2090 position: absolute;
2091 width: 100%;
2092 background-color: rgba(255, 255, 255, 0.95);
2093 height: 100%;
2094 left: 0;
2095 padding-top: 5%;
2096 font-size: 30px;
2097 color: #272D3C;
2098 font-weight: 700;
2099 text-decoration: none;
2100 font-family: 'Roboto', sans-serif;
2101 z-index: 10;
2102 }
2103 .wpf_welcome_wrap {
2104 box-shadow: 0em 0em 3em 0em rgba(0,0,0,0.13);
2105 padding: 45px;
2106 border-radius: 10px;
2107 border: 1px solid #ECF3F9;
2108 background-color: #fff !important;
2109 width: 100%;
2110 max-width: 400px;
2111 margin: auto;
2112 text-align: center;
2113 }
2114 .wpf_welcome_title {
2115 margin-bottom: 10px;
2116 line-height: 0.9;
2117 }
2118 .wpf_welcome_note {
2119 font-size: 60%;
2120 line-height: 1.1;
2121 }
2122 .wpf_welcome_note u {
2123 cursor: pointer;
2124 }
2125 .wpf_welcome_image img {
2126 display: block;
2127 width: 100%;
2128 }
2129 .wpf_welcome_image img {
2130 width: 100%;
2131 }
2132 .wpf_video {
2133 top: 0;
2134 left: 0;
2135 width: 100%;
2136 height: 100%;
2137 }
2138 /*=========Graphics Tab=========*/
2139 .wpfeedback_graphics_file .button {
2140 width: auto;
2141 color: #fff;
2142 background-color: #272D3C;
2143 border-radius: 5px;
2144 font-family: 'Roboto', sans-serif;
2145 font-weight: 700;
2146 margin-top: 10px;
2147 cursor: pointer;
2148 -webkit-transition: all 0.2s ease-in;
2149 -moz-transition: all 0.2s ease-in;
2150 -ms-transition: all 0.2s ease-in;
2151 -o-transition: all 0.2s ease-in;
2152 transition: all 0.2s ease-in;
2153 height: auto;
2154 }
2155
2156 #wpf_graphics input#wpf_save_setting {
2157 width: auto;
2158 }
2159 .theme-browser .theme .theme-name {
2160 box-sizing: unset !important;
2161 }
2162
2163 #wpf_tabs_container a.wpf_tab_item {
2164 text-decoration: none;
2165 }
2166
2167 .themes h2.theme-name {
2168 box-sizing: unset !important;
2169 }
2170 #fusionredux-form-wrapper *, ::after, ::before {
2171 box-sizing: unset;
2172 }
2173
2174 .settings_page_updraftplus .ui-dialog .ui-dialog-buttonpane button,.plugins-php .ui-dialog .ui-dialog-buttonpane button{
2175 padding: .4em 1em;
2176 border: 1px solid #CCC;
2177 background: #f6f6f6;
2178 font-weight: normal;
2179 color: #2b2b2b;
2180 }
2181 .ui-corner-all button.ui-dialog-titlebar-close:after,.settings_page_updraftplus button.ui-dialog-titlebar-close:after,.plugins-php button.ui-dialog-titlebar-close:after {
2182 content: "X";
2183 }
2184 .ui-corner-all.ui-dialog .ui-dialog-content {
2185 width: 100% !important;
2186 }
2187 .ui-draggable .ui-dialog-titlebar{height: auto !important;}
2188
2189 #redux-sticky *, ::after, ::before {
2190 box-sizing: unset;
2191 }
2192 #uc_list_items i.fa.fa-cloud-download {
2193 font: normal normal normal 14px/1 FontAwesome !important;
2194 }
2195 /*====Toggle Switch====*/
2196 .wpf_switch {
2197 position: relative;
2198 display: inline-block;
2199 width: 53px;
2200 height: 27px;
2201 margin-top: -5px;
2202 }
2203
2204 .wpf_switch input {
2205 opacity: 0 !important;
2206 width: 0;
2207 height: 0;
2208 }
2209
2210 .wpf_switch_slider {
2211 position: absolute;
2212 cursor: pointer;
2213 top: 0;
2214 left: 0;
2215 right: 0;
2216 bottom: 0;
2217 background-color: #ccc;
2218 -webkit-transition: .4s;
2219 transition: .4s;
2220 }
2221
2222 .wpf_switch_slider:before {
2223 position: absolute;
2224 content: "";
2225 height: 21px;
2226 width: 21px;
2227 left: 3px;
2228 bottom: 3px;
2229 background-color: white;
2230 -webkit-transition: .4s;
2231 transition: .4s;
2232 }
2233
2234 input:checked + .wpf_switch_slider {
2235 background-color: #7c6df4;
2236 }
2237
2238 input:focus + .wpf_switch_slider {
2239 box-shadow: 0 0 1px #e3ebf6;
2240 }
2241
2242 input:checked + .wpf_switch_slider:before {
2243 -webkit-transform: translateX(26px);
2244 -ms-transform: translateX(26px);
2245 transform: translateX(26px);
2246 }
2247
2248 /* Rounded sliders */
2249 .wpf_switch_slider.wpf_switch_round {
2250 border-radius: 34px;
2251 }
2252
2253 .wpf_switch_slider.wpf_switch_round:before {
2254 border-radius: 50%;
2255 }
2256 div#wpf_global_settings_overlay {
2257 position: absolute;
2258 width: calc(100% + 20px);
2259 background-color: rgba(255, 255, 255, 0.95);
2260 height: 100%;
2261 left: -20px;
2262 padding-top: 5%;
2263 font-size: 30px;
2264 color: #272D3C;
2265 font-weight: 700;
2266 text-decoration: none;
2267 font-family: 'Roboto', sans-serif;
2268 z-index: 10;
2269 }
2270
2271 .wpf_task_label .wpf_pending-review,.wpf_task_label .wpf_medium{
2272 background-color: rgb(248, 202, 94);
2273 }
2274 .wpf_task_label .wpf_high,.wpf_task_label .wpf_in-progress{
2275 background-color: rgb(230, 121, 26);
2276 }
2277 .wpf_task_label .wpf_complete,.wpf_task_label .wpf_low{
2278 background-color: rgb(93, 161, 112);
2279 }
2280 .wpf_task_label .wpf_open,.wpf_task_label .wpf_critical {
2281 background-color: rgb(222, 0, 0);
2282 }
2283 span.wpf_tag_name a {
2284 margin-left: 5px;
2285 color: var(--main-wpf-color) !important;
2286 }
2287 #wpf_tasks span.wpf_tag_name {
2288 display: inline-block;
2289 background: #e2e4e7;
2290 transition: all .2s cubic-bezier(.4,1,.4,1);
2291 margin-right: 5px;
2292 border-radius: 12px;
2293 padding: 5px 8px;
2294 font-size: 14px;
2295 }
2296 input.wpf_tag {
2297 padding: initial;
2298 width: 100%;
2299 margin-bottom: 5px;
2300 }
2301
2302 /*=============For tag auto-completed css===============*/
2303 /*the container must be positioned relative:*/
2304 .wpf_tag_autocomplete {
2305 position: relative;
2306 display: block;
2307 margin-top: 0 !important;
2308 }
2309 .wpf_task_tags {
2310 margin-bottom: 10px;
2311 }
2312 input#wpf_tags {
2313 margin-top: 3px !important;
2314 margin-bottom: 5px;
2315 }
2316 .wpf_tag_autocomplete-items {
2317 z-index: 199998 !important;
2318 top: 48px !important;
2319 left: 1px;
2320 width: calc(100% - 2px) !important;
2321 margin-top: -9px;
2322 max-height: 125px !important;
2323 overflow: auto;
2324 }
2325
2326 .wpf_tag_autocomplete-items div {
2327 padding: 5px 10px 5px 10px;
2328 cursor: pointer;
2329 border-bottom: 1px solid #d4d4d4;
2330 }
2331
2332 /*when hovering an item:*/
2333 .wpf_tag_autocomplete-items div:hover {
2334 background-color: #e9e9e9;
2335 }
2336
2337 /*when navigating through the items using the arrow keys:*/
2338 .wpf_tag_autocomplete-active {
2339 background-color: var(--main-wpf-color) !important;
2340 color: #ffffff;
2341 }
2342 #wpf_tasks .wpf_tag_autocomplete button {
2343 position: absolute;
2344 right: 5px;
2345 top: 0;
2346 bottom: 0;
2347 width: 24px;
2348 margin-top: 3px !important;
2349 margin-bottom: 0px;
2350 height: 24px;
2351 background-color: transparent;
2352 opacity: 0.9;
2353 cursor: pointer;
2354 border: 0px;
2355 padding: 12px 5px !important;
2356 }
2357 #wpf_tasks button.wpf_tag_submit_btn img {
2358 width: 100%;
2359 }
2360 #wpf_tasks .wpf_tag_autocomplete button i {
2361 vertical-align: top;
2362 position: absolute;
2363 top: 10px;
2364 right: 10px;
2365 }
2366 #wpf_tasks button.wpf_tag_submit_btn:hover,#wpf_tasks button.wpf_tag_submit_btn:focus {
2367 background: transparent;
2368 }
2369 #wpf_tasks .wpf_tag_autocomplete button:focus {
2370 outline: none !important;
2371 }
2372 /*-------------Start CSS for conflict with CiviCRM Plugin-------------*/
2373 .ui-dialog-content.crm-ajax-container{
2374 max-width: unset !important;
2375 pointer-events: auto;
2376 }
2377 /*-------------END with CiviCRM Plugin-------------*/
2378 /* ------------ Confirmation Dialog Box ------------ */
2379
2380 .wpf_confirm_dialog_overlay {
2381 position: absolute;
2382 top: 0;
2383 left: 0;
2384 right: 0;
2385 bottom: 0;
2386 background-color: rgba(0, 0, 0, 0.50);
2387 z-index: 999999
2388 }
2389 .wpf_confirm_dialog_overlay .wpf_confirm_dialog {
2390 width: 400px;
2391 margin: auto;
2392 margin-top: 10%;
2393 background-color: #fff;
2394 box-shadow: 0 0 20px rgba(0,0,0,.2);
2395 border-radius: 3px;
2396 overflow: hidden
2397 }
2398 .wpf_confirm_dialog_overlay .wpf_confirm_dialog header {
2399 padding: 10px 8px;
2400 background-color: #f6f7f9;
2401 border-bottom: 1px solid #e5e5e5
2402 }
2403 .wpf_confirm_dialog_overlay .wpf_confirm_dialog header h3 {
2404 font-size: 16px;
2405 margin: 0;
2406 color: #272D3C;
2407 display: inline-block;
2408 font-weight: 700;
2409 }
2410 .wpf_confirm_dialog_overlay .wpf_confirm_dialog header .fa-close {
2411 float: right;
2412 color: #c4c5c7;
2413 cursor: pointer;
2414 transition: all .5s ease;
2415 padding: 0 2px;
2416 border-radius: 1px
2417 }
2418 .wpf_confirm_dialog_overlay .wpf_confirm_dialog header .fa-close:hover {
2419 color: #b9b9b9
2420 }
2421 .wpf_confirm_dialog_overlay .wpf_confirm_dialog header .fa-close:active {
2422 box-shadow: 0 0 5px #673AB7;
2423 color: #a2a2a2
2424 }
2425 .wpf_confirm_dialog_overlay .wpf_confirm_dialog .wpf_confirm_dialog_msg {
2426 padding: 12px 10px
2427 }
2428 .wpf_confirm_dialog_overlay .wpf_confirm_dialog .wpf_confirm_dialog_msg p{
2429 margin: 0;
2430 font-size: 15px;
2431 color: #333
2432 }
2433 .wpf_confirm_dialog_overlay .wpf_confirm_dialog footer {
2434 border-top: 1px solid #e5e5e5;
2435 padding: 8px 10px
2436 }
2437 .wpf_confirm_dialog_overlay .wpf_confirm_dialog footer .wpf_confirm_dialog_controls {
2438 direction: rtl
2439 }
2440 .wpf_confirm_dialog_overlay .wpf_confirm_dialog footer .wpf_confirm_dialog_controls .button {
2441 padding: 5px 15px;
2442 border-radius: 3px
2443 }
2444
2445 button.wpf_confirm_yes {
2446 color: #fff;
2447 background-color: var(--main-wpf-color);
2448 border-radius: 5px;
2449 font-size: 14px;
2450 font-family: 'Roboto', sans-serif;
2451 font-weight: 700;
2452 cursor: pointer;
2453 padding: 10px 15px;
2454 border: none;
2455 -webkit-transition: all 0.2s ease-in;
2456 -moz-transition: all 0.2s ease-in;
2457 -ms-transition: all 0.2s ease-in;
2458 -o-transition: all 0.2s ease-in;
2459 transition: all 0.2s ease-in;
2460 }
2461 button.wpf_confirm_cancle {
2462 color: var(--main-wpf-color);
2463 background-color: #fff;
2464 border-radius: 5px;
2465 font-size: 14px;
2466 font-family: 'Roboto', sans-serif;
2467 font-weight: 700;
2468 cursor: pointer;
2469 padding: 10px 15px;
2470 border: 1px solid;
2471 -webkit-transition: all 0.2s ease-in;
2472 -moz-transition: all 0.2s ease-in;
2473 -ms-transition: all 0.2s ease-in;
2474 -o-transition: all 0.2s ease-in;
2475 transition: all 0.2s ease-in;
2476 }
2477 button.wpf_confirm_cancle, button.wpf_confirm_yes {
2478 opacity: 0.8;
2479 }
2480 /*=========Delete graphics=========*/
2481 a.wpf_graphics_delete_btn {
2482 position: relative;
2483 z-index: 9;
2484 float: right;
2485 margin: 12px 12px;
2486 color: red;
2487 font-size: 125%;
2488 }
2489 input#wpf_search_title {
2490 font-family: 'Roboto', sans-serif;
2491 font-size: 12px;
2492 width: 100%;
2493 border-width: inherit;
2494 margin: 0px;
2495 height: auto;
2496 font-weight: 400;
2497 }
2498 .wpf_report_buttons input#wpf_search_title {
2499 width: auto !important;
2500 }
2501 span.wpf_search_box {
2502 font-size: 15px;
2503 }
2504
2505 div#wpf_task_screenshot_tab {
2506 width: calc(100% - 20px);
2507 margin-left: 10px !important;
2508 margin-bottom: 10px;
2509 margin-top: 15px;
2510 }
2511 img#wpf_task_screenshot {
2512 height: auto;
2513 overflow-y: auto;
2514 text-align: center;
2515 display: block;
2516 border-radius: 5px;
2517 transition: all linear .2s;
2518 margin-bottom: 0px;
2519 max-width: 100%;
2520 border: 1px solid #ECF3F9;
2521 }
2522 img#wpf_task_screenshot:hover {
2523 box-shadow: 0 6px 24px 0 rgba(18,43,70,.12);
2524 }
2525 .wpf_view_comments a.wpf_button {
2526 display: inline-block;
2527 margin-top: 15px;
2528 text-decoration: none;
2529 }
2530 .wpf_view_comments {
2531 text-align: center;
2532 padding-bottom: 15px;
2533 border-bottom: 1px solid #ECF3F9;
2534 }
2535 div#wpf_task_tabs_container {
2536 display: flex;
2537 border-top: 1px solid #ECF3F9;
2538 border-bottom: 1px solid #ECF3F9;
2539 }
2540
2541 a.wpf_task_tab_item {
2542 border: none;
2543 padding: 7px 10px;
2544 font-size: 12px;
2545 cursor: pointer;
2546 text-decoration: none;
2547 font-family: 'Roboto', sans-serif;
2548 transition: 0.7s;
2549 display: inline-flex;
2550 flex-direction: column;
2551 text-align: center;
2552 align-self: stretch;
2553 flex: 1 1 auto;
2554 color: #272D3C;
2555 font-weight: 700;
2556 }
2557 a.wpf_task_tab_item.active {
2558 background-color: #e3ebf6 !important;
2559 }
2560 .wpf_task_screenshot_notice {
2561 font-style: italic;
2562 font-size: 12px;
2563 text-align: right;
2564 line-height: 1.3;
2565 margin-top: 5px;
2566 }
2567 div#wpf_bulk_update_content {
2568 min-width: 240px;
2569 display: flex;
2570 align-items: flex-start;
2571 align-content: flex-start;
2572 flex-wrap: wrap;
2573 }
2574
2575 #wpf_bulk_select_task_checkbox.wpf_active {
2576 display: inline-block;
2577 }
2578
2579 #wpf_bulk_select_task_checkbox.wpf_active input#wpf_select_all_task +label {
2580 font-size: 12px;
2581 color: #363d4d !important;
2582 border-radius: 0;
2583 font-family: 'Roboto', sans-serif;
2584 border: 0px;
2585 font-weight: 700;
2586 margin-right: 0;
2587 text-transform: none;
2588 margin-bottom: 0;
2589 line-height: normal;
2590 min-width: auto !important;
2591 }
2592 #wpf_bulk_select_task_checkbox.wpf_active input#wpf_select_all_task:checked +label{
2593 color: #363d4d !important;
2594 }
2595
2596 /* Sticker style start */
2597
2598 .wpfb-point {
2599 overflow: hidden;
2600 border-radius: 50%;
2601 border: 4px solid #FFF;
2602 text-decoration: none;
2603 font-family: 'Roboto', sans-serif;
2604 font-weight: 400;
2605 font-size: 15px;
2606 box-shadow: 0 1px 3px rgba(0,0,0,.5);
2607 width: 38px;
2608 height: 38px;
2609 box-sizing: border-box;
2610 vertical-align: middle;
2611 text-align: center;
2612 display: flex;
2613 align-items: center;
2614 justify-content: center;
2615 }
2616
2617 a.wpfb-point span.sticker {
2618 border-radius: 50%;
2619 position: absolute;
2620 top: -9px;
2621 right: -1px;
2622 width: 12px;
2623 height: 27px;
2624 box-shadow: 0px 1px 11px #00000042;
2625 transform: rotate(-34deg);
2626 }
2627 a.wpfb-point:hover {
2628 opacity: 1 !important;
2629 }
2630
2631
2632 a.wpfb-point.complete .gg-check {
2633 margin: 0;
2634 }
2635 /* END */
2636
2637 /* sidebar sticker css */
2638
2639 .open_custom .wpf_task_number , .open_custom .wpf_task_num_top {
2640 background: #3c424f;
2641 }
2642
2643 /* END */
2644
2645 .pending-review_custom .wpf_task_number,
2646 .wpf_task_num_top.pending-review_custom {
2647 background: #fcd227 !important;
2648 position: relative;
2649 z-index: 0;
2650 color: rgba(0,0,0,0.9) !important;
2651 }
2652 .in-progress_custom .wpf_task_number,
2653 .wpf_task_num_top.in-progress_custom {
2654 background: #ffa532 !important;
2655 position: relative;
2656 z-index: 0;
2657 }
2658 .wpf_task_num_top.complete_custom {
2659 background: #3ed696 !important;
2660 position: relative;
2661 z-index: 0;
2662 color: rgba(0,0,0,0.9) !important;
2663 }
2664
2665
2666 .wpf_top_badge{
2667 border-radius: 50%;
2668 position: absolute;
2669 top: -10px;
2670 right: -1px;
2671 width: 12px;
2672 height: 27px;
2673 box-shadow: 0px 1px 11px #00000042;
2674 transform: rotate(-44deg);
2675 border: 0px;
2676
2677 }
2678 #wpf_task_details .wpf_task_num_top.open_custom span,#wpf_task_details .wpf_task_num_top.open.open_custom span,#wpf_task_details .wpf_task_num_top.in-progress_custom span, #wpf_task_details .wpf_task_num_top.pending-review_custom span ,#wpf_task_details .wpf_task_num_top.complete_custom span{
2679 border-radius: 50%;
2680 position: absolute;
2681 top: -10px;
2682 right: -1px;
2683 width: 16px;
2684 height: 28px;
2685 box-shadow: 0px 1px 11px #00000042;
2686 transform: rotate(-44deg);
2687 border: 0px;
2688
2689 }
2690
2691 .wpf_task_num_top.complete_custom .gg-check
2692 {
2693 margin: 0;
2694 }
2695 .wpf_chat_top .wpf_task_num_top {
2696 opacity: 1;
2697 }
2698
2699
2700 .wpf_sidebar_content .wpf_container .wpf_task_sum {
2701 width: calc(100% - 50px);
2702 }
2703
2704
2705 .wpf_sidebar_content .wpf_container .wpf_task_number .gg-check {
2706 margin: 0;
2707 }
2708
2709
2710 .complete .gg-check {
2711 box-sizing: border-box;
2712 position: relative;
2713 transform: scale(var(--ggs,1.5));
2714 width: 23px;
2715 height: 23px;
2716 border: 2px solid transparent;
2717 border-radius: 100px;
2718 display: flex;
2719 text-align: center;
2720 justify-content: center;
2721 align-content: center;
2722 align-items: center;
2723 }
2724
2725
2726 /* 02/11/2020 */
2727
2728 span.wpf_task_type {
2729 background-color: #279af1 !important;
2730 color: #fff;
2731 font-size: 10px;
2732 font-weight: 400;
2733 text-transform: uppercase;
2734 padding: 2px 3px;
2735 border-radius: 15px;
2736 display: inline-block;
2737 margin-bottom: 2px !important;
2738 line-height: 1.1;
2739 letter-spacing: 0;
2740 }
2741
2742 .in-progress .task_status {
2743 background: #FCD227 !important;
2744 }
2745 .complete .task_status {
2746 background: #3ED696 !important;
2747 }
2748 .pending-review .task_status {
2749 background: #FFA532 !important;
2750 }
2751 .open .task_status {
2752 background: var(--main-wpf-color) !important;
2753 }
2754
2755
2756
2757 .low ~ .wpf_task_meta .priority {
2758 background: #3ED696 !important;
2759 }
2760 .medium ~ .wpf_task_meta .priority {
2761 background: #FCD227 !important;
2762 }
2763 .high ~ .wpf_task_meta .priority {
2764 background: #FFA532 !important;
2765 }
2766 .critical ~ .wpf_task_meta .priority {
2767 background: #FF5A48 !important;
2768 }
2769
2770 .wpf_task_meta_details i.gg-thermostat {
2771 transform: scale(var(--ggs,0.65));
2772 margin-left: 4px;
2773 margin-bottom: -4px;
2774 }
2775
2776 .gg-check::after {
2777 z-index: 0;
2778 left: 6px;
2779 top: 3px;
2780 transform-origin: center;
2781 }
2782
2783 a.wpfb-point .gg-check {
2784 left: 3px;
2785 top: 4px;
2786 }
2787
2788 /*Fix boatdealer plugin conflict*/
2789 .md-wrap-popupform .tooltip {
2790 position: relative;
2791 opacity: 1;
2792 display: inline-block;
2793 }
2794
2795 .toplevel_page_wpfeedback_page_tasks .wp-menu-image img {
2796 padding: 5px 0 0 0 !important;
2797 opacity: .6;
2798 width: 18px;
2799 }
2800
2801 .wpf_settings_sidebar_sticky {
2802 position: -webkit-sticky;
2803 position: sticky;
2804 max-height: 320px;
2805 border-right: none !important;
2806 }
2807
2808 @media screen and (max-width: 1190px){
2809 .wpf_settings_sidebar_sticky{
2810 position: relative !important;
2811 }
2812 }
2813
2814 .wpf_upload_image_button.graphics_fields .wpf_field_label {
2815 margin-top: 20px;
2816 margin-left: 65px;
2817 margin-bottom: -35px;
2818 }
2819 .wpf_backend_initial_setup label.wpf_checkbox_label {
2820 display: inline-block !important;
2821 }
2822 .wpf_backend_initial_setup label.wpf_checkbox_label:before, .wpf_backend_initial_setup label.wpf_checkbox_label:after {
2823 display: none !important;
2824 }
2825
2826 .atarim_notice {
2827 background-color: #f1b1b1;
2828 padding: 10px 15px!important;
2829 border: 1px solid #efefef;
2830 border-radius: 5px;
2831 display: block;
2832 margin: -10px 0 15px -15px;
2833 }
2834 /* Admin Notices */
2835 .notice.notice-warning.wpf_admin_notice {
2836 display: -ms-flexbox;
2837 display: -webkit-flex;
2838 display: flex;
2839 -webkit-flex-direction: row;
2840 -ms-flex-direction: row;
2841 flex-direction: row;
2842 -webkit-flex-wrap: nowrap;
2843 -ms-flex-wrap: nowrap;
2844 flex-wrap: nowrap;
2845 -webkit-justify-content: flex-start;
2846 -ms-flex-pack: start;
2847 justify-content: flex-start;
2848 -webkit-align-content: stretch;
2849 -ms-flex-line-pack: stretch;
2850 align-content: stretch;
2851 -webkit-align-items: flex-start;
2852 -ms-flex-align: start;
2853 align-items: flex-start;
2854 padding: 0;
2855 border-left: none;
2856 }
2857 .wpf_admin_notice_icon {
2858 background-image: linear-gradient(
2859 160deg
2860 ,#6D5DF3 0%,#8F5DF3 100%);
2861 padding: 10px;
2862 width: 60px;
2863 box-sizing: border-box;
2864 -webkit-order: 0;
2865 -ms-flex-order: 0;
2866 order: 0;
2867 -webkit-flex: 0 1 auto;
2868 -ms-flex: 0 1 auto;
2869 flex: 0 1 auto;
2870 -webkit-align-self: stretch;
2871 -ms-flex-item-align: stretch;
2872 align-self: stretch;
2873 display: flex;
2874 }
2875 .wpf_admin_notice_icon img {
2876 align-self: center;
2877 }
2878 .wpf_admin_notice_content {
2879 padding: 15px;
2880 box-sizing: border-box;
2881 -webkit-order: 0;
2882 -ms-flex-order: 0;
2883 order: 0;
2884 -webkit-flex: 1 1 auto;
2885 -ms-flex: 1 1 auto;
2886 flex: 1 1 auto;
2887 -webkit-align-self: center;
2888 -ms-flex-item-align: center;
2889 align-self: center;
2890 }
2891 .wpf_admin_notice_title {
2892 font-size: 115%;
2893 font-weight: 700;
2894 }
2895 .wpf_admin_notice_button_col {
2896 -webkit-order: 0;
2897 -ms-flex-order: 0;
2898 order: 0;
2899 -webkit-flex: 0 1 auto;
2900 -ms-flex: 0 1 auto;
2901 flex: 0 1 auto;
2902 -webkit-align-self: stretch;
2903 -ms-flex-item-align: stretch;
2904 align-self: stretch;
2905 padding: 15px;
2906 }
2907 a.wpf_admin_notice_button {
2908 background-color: #e72d67;
2909 color: #fff;
2910 text-decoration: none;
2911 font-weight: 700;
2912 padding: 10px 15px;
2913 border-radius: 5px;
2914 display: block;
2915 }
2916 /* Locked Sections */
2917 .at_feature_lock_wrap {
2918 box-shadow: 0em 0em 1em 0em rgb(0 0 0 / 10%);
2919 margin-bottom: 25px;
2920 padding: 25px;
2921 border-radius: 5px;
2922 }
2923 .at_feat_svgicon {
2924 display: inline-block;
2925 vertical-align: top;
2926 width: 75px;
2927 margin-right: 15px;
2928 }
2929 .at_feat_svgicon img {
2930 width: 75px;
2931 }
2932 .at_feat_content {
2933 display: inline-block;
2934 width: calc(100% - 95px);
2935 vertical-align: top;
2936 }
2937 .at_feat_content h6 {
2938 font-size: 18px;
2939 margin: 0;
2940 margin-bottom: 15px;
2941 font-weight: 700;
2942 }
2943 .at_feat_content a {
2944 color: #272d3c;
2945 padding: 10px 20px;
2946 font-size: 14px;
2947 font-family: Roboto, Helvetica, Arial, sans-serif;
2948 border-radius: 5px;
2949 text-transform: capitalize;
2950 background-color: #3ed696;
2951 display: inline-block;
2952 text-decoration: none;
2953 font-weight: 500;
2954 }
2955
2956
2957 /* tooltip icon on permission page => v2.1.0 */
2958 td.wpf_left_cell span{
2959 font-size: 115%;
2960 margin-left: -3px;
2961 }
2962
2963 .site_is_archived {
2964 color: red;
2965 font-size: 14px !important;
2966 margin-left: 40%;
2967 }
2968 @media (max-width: 571px) {
2969 .site_is_archived {
2970 margin-left: 22%;
2971 }
2972 }
2973
2974 .wpf-tooltip {
2975 background-color: #000;
2976 color: #fff;
2977 padding: 3px 5px;
2978 max-width: 300px;
2979 }