PluginProbe
Icegram Engage – Popups, Optins, CTAs & Lead Generation / 3.1.34
Icegram Engage – Popups, Optins, CTAs & Lead Generation v3.1.34
3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.1.34 3.1.35 3.1.36 3.1.37 3.1.38 3.1.39 3.1.4 3.1.40 3.1.41 3.1.42 3.1.43 trunk 1.1 1.1.1 1.1.2 1.10 1.10.1 1.10.10 1.10.11 1.10.12 All 180 releases
icegram / lite / assets / css / admin.css

admin.css in Icegram Engage – Popups, Optins, CTAs & Lead Generation 3.1.34, at lite/assets/css/admin.css

1,571 lines 32.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*Hide the wordpress-post editor div*/
2 #postdivrich{
3 display: none;
4 }
5
6 #ig-admin-tabs .wp-picker-container{
7 display: inline-block;
8 margin-right: 1rem;
9 }
10
11 .ig_preview_button{
12 display: none;
13 padding: 10px 10px 0;
14 /*text-align: right;*/
15 }
16
17 .campaign_preview {
18 /*float: right;*/
19 /*margin-right: 1em !important;*/
20 }
21 .campaign_target_rules_panel .options_group {
22 border-bottom: 1px dashed #D3D3D3;
23 }
24
25 .campaign_target_rules_panel .options_group:last-child {
26 border-bottom-style: none;
27 }
28
29 .campaign_target_rules_panel .options_group .form-field .options_header {
30 display: inline-block;
31 width: 30%;
32 vertical-align: top;
33 }
34
35 .campaign_target_rules_panel .options_group p label input[type=checkbox], .campaign_target_rules_panel .options_group p label input[type=radio] {
36 width: 0;
37 }
38
39 .campaign_target_rules_panel .options_group p label input[type=date] {
40 width: auto;
41 margin-left: 10px;
42 }
43
44 .user_roles p label input[type=checkbox], .user_roles p label input[type=radio] {
45 margin-left: 3px;
46 }
47
48 .campaign_target_rules_panel .options_group .form-field #icegram_messages {
49 width: 300px;
50 text-align: center;
51 }
52
53 .empty_campaign {
54 margin: 1em;
55 font-style: italic;
56 }
57
58 .handle em {
59 font-weight: normal;
60 font-size: 85%;
61 margin-left: 1em;
62 color: #777;
63 }
64
65 h3 .chosen-container {
66 font-weight: 500;
67 }
68
69 .thickbox_edit_message {
70 /*padding: 0 1em;*/
71 /*border-bottom: 1px solid #D3D3D3;*/
72 }
73
74 .messages-list-sortable {
75 margin-top: 30px;
76 }
77
78 .messages_list_table {
79 font-size: 1em;
80 width: 100%;
81 border-collapse: separate;
82 border-spacing: 3px;
83 }
84
85 th.message_header {
86 text-align: center !important;
87 }
88
89 .message_title {
90 text-align: left;
91 }
92
93 .message_headline {
94 text-align: left;
95 padding-left: 1.2em;
96 }
97
98 .message_seconds, .action_links {
99 /*width: 75px !important;
100 text-align: center;*/
101 }
102
103 .message_seconds input {
104 text-align: right;
105 }
106
107 .message-row .seconds-text {
108 width: 70px !important;
109 text-align: center;
110 }
111
112 .message-sort-placeholder {
113 background-color: #D3D3D3;
114 }
115
116 .device {
117 width: auto;
118 line-height: 5em;
119 vertical-align: baseline;
120 }
121
122 .device:after {
123 font-family: dashicons;
124 font-size: 3em;
125 }
126
127 .device input {
128 position: relative;
129 left: 2.5em;
130 top: 1.5em;
131 }
132
133 .admin_field_icon {
134 display: inline-block;
135 -webkit-font-smoothing: antialiased;
136 width: 18px;
137 height: 18px;
138 font: 400 18px/1 dashicons;
139 color: #888 !important;
140 vertical-align: text-top;
141 margin: 0 2px;
142 }
143
144
145
146 .shortcode_description:before {
147 content: "\f348";
148 }
149
150 .shortcode_description.light{
151 content: "\f348";
152 color: #777;
153 }
154
155 .campaign_shortcode {
156 display: inline-block;
157 width: 45%;
158 color:#777;
159 }
160
161 .campaign_shortcode.light {
162 /*margin-left: 30%;*/
163 border: 1px dashed #CCC;
164 padding-left: 0.6%;
165 padding-right: 0.2%;
166 /* position: absolute; */
167 /*margin-top: 0.5em;*/
168 }
169
170 .campaign_shortcode.light code{
171 color: #777;
172
173 }
174
175 label[for=device_mobile] {
176 margin-left: -2em;
177 }
178
179 label[for=device_mobile]:after {
180 content: "\f470";
181 }
182
183 label[for=device_tablet]:after {
184 content: "\f471";
185 }
186
187 label[for=device_laptop]:after {
188 content: "\f472";
189 }
190
191 .date_picker:after {
192 font-family: dashicons;
193 content: "\f145";
194 position: relative;
195 top: 5px;
196 font: normal 20px/1 dashicons;
197 vertical-align: top;
198 }
199
200 .date_picker {
201 margin-left: 1em;
202 }
203
204 input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
205 -webkit-appearance: none;
206 appearance: none;
207 margin: 0;
208 }
209
210 .date-picker {
211 max-width: 15%;
212 }
213
214 .campaign_target_rules_panel .options_group .messages-list .form-field .message_header {
215 width: 75px !important;
216 text-align: right;
217 }
218
219 .disable {
220 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
221 filter: alpha(opacity=30);
222 opacity: 0.3;
223 }
224
225 .enable {
226 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
227 filter: alpha(opacity=100);
228 opacity: 1;
229 }
230
231 .message_edit:after {
232 /*content: "\f464";*/
233 }
234
235 .message_delete:after {
236 content: "\f158";
237 }
238
239 .actions:after {
240 font-family: dashicons;
241 font-size: 1.4em;
242 }
243
244 .actions {
245 text-decoration: none;
246 color: #444;
247 padding-right: 3px;
248 cursor: pointer;
249 }
250
251 .actions:hover {
252 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
253 filter: alpha(opacity=70);
254 opacity: 0.7;
255 }
256
257 .action_links {
258 vertical-align: middle;
259 }
260
261 .message_header_label {
262 color: #fff;
263 text-align: center;
264 font-size: 0.7em !important;
265 margin: 0 !important;
266 padding: 3px 5px;
267 cursor: auto;
268 text-transform: uppercase;
269 }
270 .message_header_label.ig_unknown{
271 color: #343232;
272 border: 1px solid #000;
273 }
274 .message_label {
275 float: left;
276 width: 25%;
277 padding: 0;
278 }
279
280 .message_field {
281 width: 65%;
282 display: inline-block;
283 }
284 .message_field.message_custom_css,
285 .message_field.message_custom_js{
286 font-family: Consolas, Monaco, monospace;
287 font-size: 12px;
288 }
289
290 .message_image_button .image-buttons-icon{
291 margin: 0 2px;
292 }
293 .message_image_button .image-buttons-icon:before {
294 content: "\f128";
295 }
296
297 .message_headline_button, .message_image_button {
298 vertical-align: top !important;
299 }
300 .message_headline_button .headline-buttons-icon {
301 margin: 2px;
302 }
303
304 .message_headline_button .headline-buttons-icon:before {
305 content: "\f130";
306 }
307
308 .help_tip:after {
309 content: "\f223";
310 }
311
312 .help_tip {
313 float: right;
314 margin: 4px 0;
315 cursor: help;
316 text-decoration: none;
317 }
318
319 .chosen-container {
320 width: 70% !important;
321 }
322
323 .message_row.position {
324 height: 110px;
325 }
326 .location-selector input[type=radio]:checked + label span {
327 background-color: #2ea2cc;
328 }
329
330 .location-selector {
331 width: 128px;
332 height: 115px;
333 position: absolute;
334 display: block;
335 margin-left: 24.3%;
336 background-image: url(../images/desktop.png);
337 background-position: 0 -19px;
338 }
339
340 .location-selector .location {
341 background-color: #ddd;
342 cursor: pointer;
343 position: absolute;
344 }
345
346 .location-selector .location:hover {
347 background-color: #ccc;
348 }
349
350 .location-selector .location.top, .location-selector .location.bottom, .location-selector .location.middle {
351 height: 14%;
352 width: 14%;
353 right: 42%;
354 }
355
356 .location-selector .location.top {
357 top: 13px;
358 }
359
360 .location-selector .location.middle {
361 top: 30%;
362 }
363
364 .location-selector .location.bottom {
365 bottom: 43px;
366 }
367
368 .location-selector .location.right, .location-selector .location.left {
369 height: 14%;
370 width: 14%;
371 margin-left: 0;
372 margin-right: 0;
373 }
374
375 .location-selector .location.right {
376 right: 15px;
377 }
378
379 .location-selector .location.left {
380 left: 15px;
381 }
382
383 .wp-editor-container {
384 margin-left: 25%;
385 }
386
387 .message-setting-fields #upload_image, .message-setting-fields #message_title {
388 width: 58%;
389 }
390
391 .wp-editor-container span .mceLayout {
392 width: 50%;
393 }
394
395 #ui-datepicker-div,
396 #wp-admin-bar-view,
397 #edit-slug-box,
398 .empty_campaign,
399 .location-selector input[type=radio] {
400 display: none;
401 }
402
403 #the-list .message_thumbnail img {
404 max-width: 200px;
405 max-height: 100px;
406 }
407
408 #icegram_messages + .chosen-container-single .chosen-search input[type=text] {
409 width: 100% !important;
410 }
411 .message_theme + .chosen-container.chosen-container .chosen-results {
412 max-height: 30em !important;
413 }
414
415 .message_theme + .chosen-container-single .chosen-single span {
416 background-repeat: no-repeat !important;
417 background-position: 100% 50% !important;
418 }
419
420 .message_theme + .chosen-container .chosen-results li {
421 margin: 0% 0% 2% 2%;
422 background-position: 0.5em 2em !important;
423 -webkit-background-size: 95% !important;
424 background-size: 95% !important;
425 border: 2px solid #EEE !important;
426 font-weight: 700 !important;
427 display: inline-block !important;
428 text-align: center !important;
429 background-repeat: no-repeat !important;
430 }
431
432 .message_theme + .chosen-container .chosen-results li.highlighted {
433 color: #000 !important;
434 border: 2px solid #2ea2cc !important;
435 background-color: #EAEFFF !important;
436 }
437
438 /************* jQuery TipTip ************/
439 #tiptip_holder {
440 display: none;
441 position: absolute;
442 top: 0;
443 left: 0;
444 z-index: 99999;
445 }
446 #tiptip_holder.tip_top {
447 padding-bottom: 5px;
448 }
449 #tiptip_holder.tip_top #tiptip_arrow_inner {
450 margin-top: -7px;
451 margin-left: -6px;
452 border-top-color: #464646;
453 }
454 #tiptip_holder.tip_bottom {
455 padding-top: 5px;
456 }
457 #tiptip_holder.tip_bottom #tiptip_arrow_inner {
458 margin-top: -5px;
459 margin-left: -6px;
460 border-bottom-color: #464646;
461 }
462 #tiptip_holder.tip_right {
463 padding-left: 5px;
464 }
465 #tiptip_holder.tip_right #tiptip_arrow_inner {
466 margin-top: -6px;
467 margin-left: -5px;
468 border-right-color: #464646;
469 }
470 #tiptip_holder.tip_left {
471 padding-right: 5px;
472 }
473 #tiptip_holder.tip_left #tiptip_arrow_inner {
474 margin-top: -6px;
475 margin-left: -7px;
476 border-left-color: #464646;
477 }
478 #tiptip_content, .chart-tooltip {
479 font-size: 11px;
480 color: #fff;
481 padding: .5em;
482 background: #464646;
483 -webkit-border-radius: 3px;
484 -moz-border-radius: 3px;
485 border-radius: 3px;
486 -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
487 -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
488 box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
489 text-align: center;
490 max-width: 150px;
491 }
492 #tiptip_content code, .chart-tooltip code {
493 background: #888;
494 padding: 1px;
495 }
496 #tiptip_arrow, #tiptip_arrow_inner {
497 position: absolute;
498 border-color: transparent;
499 border-style: solid;
500 border-width: 6px;
501 height: 0;
502 width: 0;
503 }
504 /************* jQuery TipTip ************/
505 /**
506 Support
507 **/
508 table#icegram_post_query_table {
509 padding: 5px;
510 }
511 table#icegram_post_query_table tr td {
512 padding: 5px;
513 }
514 input.sm_text_field {
515 padding: 5px;
516 }
517 #icegram_post_query_table label {
518 font-weight: bold;
519 }
520
521 /**
522 CSS for landing page and Help and Support
523 **/
524 .icegram-dashicons:before {
525 font-family: dashicons;
526 position: relative;
527 font-family: dashicons;
528 font-style: normal;
529 vertical-align: middle;
530 font-size: 2em;
531 }
532
533 .about-wrap.icegram h2{
534 color: #3754a8;
535 }
536
537 .about-wrap.icegram h2{
538 padding-top: 19px;
539 font-weight: 600;
540 }
541
542 .icegram-dashicons-testimonial h4{
543 font-size: 1.5em;
544 }
545
546 .icegram-badge {
547 background: #3754a8 url(../images/icegram-logo-branding-64-white.png) no-repeat;
548 background-position: center 24px;
549 color: #FFF;
550 font-size: 12px;
551 text-align: center;
552 font-weight: 600;
553 margin: 5px 0 0;
554 padding-top: 120px;
555 height: 24px;
556 display: inline-block;
557 width: 150px;
558 text-rendering: optimizeLegibility;
559 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
560 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
561 box-shadow: 0 1px 3px rgba(0,0,0,0.2);
562 }
563
564
565 .about-wrap .icegram-badge {
566 position: absolute;
567 top: 0;
568 right: 0;
569 }
570 .icegram-support{
571 font-size: 14px;
572 color: black;
573 margin: 15px 0 0;
574 height: 10px;
575 width: 180px;
576 text-align: center;
577 text-rendering: optimizeLegibility;
578 /*-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);*/
579 /*box-shadow: 0 1px 3px rgba(0,0,0,0.2);*/
580 position: absolute;
581 top: 0;
582 right: 0;
583 margin-top: 178px;
584 text-align: right;
585 }
586 .icegram-contact-us{
587 font-size: 20px;
588 line-height: 1.5em;
589 font-weight: 800;
590 /*margin-right: 18px;*/
591 margin-right: 20px;
592 }
593 .feature-section.col > div{
594 position: relative;
595 width: 29.95%;
596 margin-right: 4.999999999%;
597 float: left;
598 }
599 .about-wrap.icegram .feature-section{
600 display: block !important;
601 }
602 .about-wrap [class$=col] .last-feature{
603 margin-right: 0;
604 }
605 form[name="klawoo_subscribe"] {
606 margin-right: 150px;
607 }
608 form[name="klawoo_subscribe"] input[name="email"]{
609 width:20em;
610 }
611 .icegram-contact-us a{
612 color: #3754a8;
613 }
614
615
616
617 /* Addons Page*/
618 /*.ig_addons_wrap .addons {
619 overflow: hidden;
620 }
621 .ig_addons_wrap .addons li {
622 float: left;
623 margin: 0 2em 2em 0!important;
624 padding: 0;
625 vertical-align: top;
626 width: 300px;
627 }
628 .ig_addons_wrap .addons li a {
629 text-decoration: none;
630 color: inherit;
631 border: 1px solid #ddd;
632 display: block;
633 min-height: 220px;
634 overflow: hidden;
635 background: #f5f5f5;
636 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), inset 0 -1px 0 rgba(0, 0, 0, .1);
637 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), inset 0 -1px 0 rgba(0, 0, 0, .1);
638 }
639 .ig_addons_wrap .addons li a img {
640 max-width: 100px;
641 max-height: 100px;
642 margin-right: -15px;
643 margin-top: -30px;
644 float: right;
645 }
646 .ig_addons_wrap .addons li a h3 {
647 margin: 0!important;
648 padding: 20px!important;
649 background: #FFF;
650 height: 60px;
651 }
652 .ig_addons_wrap .addons li a p {
653 padding: 20px!important;
654 margin: 0!important;
655 border-top: 1px solid #f1f1f1;
656 }
657 .ig_addons_wrap .addons li a:focus, .ig_addons_wrap .addons li a:hover {
658 background-color: #fff;
659 }
660 .ig_addons_wrap .addons li .ig_addon_category {
661 margin-top: -3.5em;
662 float: right;
663 text-transform: capitalize;
664 font-style: normal;
665 margin-right: 1em;
666 font-size: 80%;
667 }
668 .ig_addons_wrap .addons li .ig_addon_category span {
669 margin-left: 1.2em;
670 padding: 2px 3px;
671 background-color: #DEDEDE;
672 -webkit-border-radius: .3em;
673 -moz-border-radius: .3em;
674 border-radius: .3em;
675 }
676 .ig_addons_wrap .addons li .ig_addon_category span.free {
677 background-color: #C3D3FF;
678 color: #3754a8;
679 }*/
680 .ig_addons_wrap .addons li.installed:before{
681 /*font-family: dashicons;
682 content: "\f147";
683 display: inline-block;
684 font-size: 3em;
685 vertical-align: middle;
686 color: #008000;
687 position: absolute;
688 margin: -2px -15px;*/
689 }
690 .ig_addons_wrap .addons .addon_btn{
691 /*margin-top: 25px;*/
692 }
693 .ig_addons_wrap .addons .pill{
694 /*font-size: 12px;
695 margin-top: 30px;
696 position: absolute;
697 padding: .15em .7em;
698 background-color: #aaa;
699 color: #FFF;
700 box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);*/
701 }
702 /*.ig_addons_special_message {
703 font-size: 60%;
704 line-height: 60%;
705 margin-left: 3em;
706 padding: 3px 10px;
707 background-color: #FCF0AD;
708 border: 1px solid #CCC;
709 }
710 */
711 .upgrade_page{
712 text-align: center;
713 }
714
715 .upgrade_page h1 {
716 font-size: 2.3em;
717 color: #333;
718 text-align: center;
719 padding: 1em;
720 font-weight: bold;
721 }
722
723 .upgrade_page table{
724 border-collapse: collapse;
725 border: 1px solid #d3d3d3;
726 font-size: 1.3em;
727 margin: 0 auto;
728 }
729 .upgrade_page tr{
730 padding: 0;
731 }
732 .upgrade_page th, .upgrade_page td{
733 border-right: 1px solid #d3d3d3;
734 line-height: 1.5;
735 vertical-align: top;
736 padding: .5em;
737 }
738 .upgrade_page th{
739 font-size: 1.2em;
740 padding-bottom: 0;
741 }
742 .upgrade_page td{
743 padding: .5em 1em .5em;
744 }
745 .feat_list{
746 text-align:left;
747 font-size: 1em;
748 }
749 .td_data{
750 padding-top: 1em;
751 }
752 .plan_title{
753 font-size: 1.4em;
754 display: block;
755 width: 100%;
756 margin-bottom: -.2em;
757 }
758 .plan_price{
759 color: #0e74b2;
760 font-size: 1.8em;
761 font-weight: normal;
762 /*font-family: "Arial, sans-serif;";*/
763
764 }
765 .sm_hr{
766 position: relative;
767 }
768 .sm_hr:before{
769 position: absolute;
770 content: '';
771 width: 80%;
772 left: 10%;
773 border-bottom: 1px dashed #d3d3d3;
774 }
775 .td_list_icon {
776 font-size: 1.2em;
777 color: #11772d;
778 margin-right: .3em;
779 }
780 /*.button.alt{
781 background-color: #00870c;
782 border-color: #00870c;
783 color: #ffffff;
784 font-size: 1.5em;
785 padding-top: 0.5em;
786 padding-bottom: 1.5em;
787 }
788 .button.alt:hover, input[type="button"].alt,
789 input[type="reset"].alt:hover,
790 input[type="submit"].alt:hover,
791 .button.alt:hover,
792 .added_to_cart.alt:hover,
793 .widget-area .widget a.button.alt:hover, .added_to_cart:hover, .widget a.button.checkout:hover {
794 background-color: #11772d;
795 border-color: #00870c;
796 color: #ffffff;
797 font-size: 1.5em;
798 padding-top: 0.5em;
799
800 }*/
801
802 .upgrade_page .button-primary{
803 text-shadow:none;
804 font-size: 1.15em !important;
805 line-height: 1em !important;
806 height: 2.5em !important;
807 padding: .75em 1.5em !important;
808 /*background: #038703 !important;
809 border-color: #038703 !important;*/
810 }
811
812 .upgrade_page .button-primary:focus,
813 .upgrade_page .button-primary:visited,
814 .upgrade_page .button-primary:hover,
815 .upgrade_page .button-primary:active{
816 /*color: #fff;*/
817 /*background: #038703 !important;*/
818 /*-webkit-box-shadow: inset 0 2px 0 #038703!important;*/
819 /*box-shadow: inset 0 2px 0 #038703!important;*/
820 }
821
822 /** Embed Form CSS - Start**/
823 #popup_container {
824 width: 550px;
825 background-color: #FFF;
826 margin: 0 auto;
827 padding: .5em 1em 1em 1em;
828 }
829 #popup_container input[value="ig_vertical"]{
830 margin-left: 3%;
831 }
832 #popup_container select{
833 width:30%;
834 }
835 #popup_container #embed_howto_link {
836 float: right;
837 font-size: .8em;
838 font-weight: normal;
839 }
840 /** Embed Form CSS - End**/
841
842
843 /** Fix to keep the message setting row indepenent of other themes **/
844 .campaign_target_rules_panel .messages_list_table p.inline{
845 display: block;
846 margin: 1em 0;
847 }
848
849 .campaign_target_rules_panel .form-field .delete-url:before{
850 font-family: dashicons;
851 content: "\f182";
852 cursor: pointer;
853 }
854 .campaign_target_rules_panel .form-field .url_input_field{
855 width:65% !important;
856 }
857
858
859 .campaign_target_rules_panel #valid-field{
860 /*margin-left: 92%;*/
861 }
862
863 .campaign_target_rules_panel #valid-field.error{
864 font-family: dashicons;
865 font-size: 1.5em;
866 color: #ff0000;
867 vertical-align: middle;
868 display: inline-block;
869 -webkit-font-smoothing: antialiased;
870 cursor: help;
871 }
872
873 .campaign_target_rules_panel #valid-field.error:after{
874 content: "\f223";
875 }
876
877 .campaign_target_rules_panel #add-url-icon:after{
878 font-family: dashicons;
879 content: "\f132";
880 vertical-align: middle;
881 }
882 .message_colors_options_container p{
883 margin-top: .3em !important;
884 margin-bottom: .3em !important;
885 }
886 .message_colors_options_container p span.message_label{
887 /*font-size:12px;*/
888 margin-top: 2px;
889 }
890
891 /* chosen fix: Start */
892 .message-setting-fields .chosen-container-single .chosen-single
893 {
894 z-index:initial!important;
895 }
896 .message-setting-fields .chosen-container-single.chosen-single div b {
897 background: url(../images/chosen-sprite.png)no-repeat 0 2px!important;
898 }
899 .ig_get_more,
900 .message_theme + .chosen-container .chosen-results li.ig_get_more ,.message_animation + .chosen-container .chosen-results li.ig_get_more{
901 height: 1.5em !important;
902 background: rgba(255, 231, 180, 0.47) !important;
903 border: 1px dashed rgb(180, 0, 0) !important;
904 line-height: 1.5em;
905 color: rgb(128, 0, 0)!important;
906 border-radius: 0.5em;
907 width: 92% !important;
908 }
909 .message_animation + .chosen-container .chosen-results li.ig_get_more{
910 height: 1em !important;
911 line-height: 1em;
912 margin-bottom: 0.1em;
913 text-align: center;
914 }
915 .message_theme + .chosen-container .chosen-results li.ig_get_more:after ,.message_animation + .chosen-container .chosen-results li.ig_get_more:after{
916 content: " \2192";
917 }
918 .message_theme + .chosen-container .chosen-results li.ig_get_more:focus,
919 .message_theme + .chosen-container .chosen-results li.ig_get_more:hover,
920 .message_animation + .chosen-container .chosen-results li.ig_get_more:focus,
921 .message_animation + .chosen-container .chosen-results li.ig_get_more:hover{
922 /*box-shadow: inset 0 0 1.5em rgba(0, 0, 0, 0.15);*/
923 box-shadow: inset 0 0 1.5em rgba(253, 214, 131, 0.62);
924 }
925 /* chosen fix : End */
926
927
928 /****************** Embed Form: Start *******************/
929
930 .message_form_options{
931 /*width: 75%;*/
932 /*margin-left: 25%;*/
933 }
934 .message_form_options label.message_label{
935 /*display: none;*/
936 }
937 .message_form_options textarea{
938 resize:none;
939 /*width: 86%;*/
940 }
941 .message_form_options p > input,
942 .message_form_options p > textarea,
943 .message_form_options p > div{
944 /*margin-left: 25%;*/
945 }
946 .message_form_options p > div.form_radio_group{
947 width: 86%;
948 }
949 .message_form_options span.message_label{
950 width: 100%;
951 /*padding-bottom: .3em;*/
952 }
953 .message_form_options .form_inline_shortcode{
954 margin-left: 0;
955 margin-top: 1em;
956 position: relative;
957 width: inherit;
958 }
959
960 .message_form_html_original{
961 font-family: Consolas,Monaco,monospace;
962 font-size: .8em;
963 }
964
965 .form_radio_group .location{
966 display: inline-block;
967 width: 104px;
968 height: 100px;
969 padding: 3px;
970 margin-right: .8em;
971 border: 1px solid transparent;
972 }
973 .form_radio_group .location label{
974 background: url(../images/from_layouts.png) no-repeat;
975 display: block;
976 width: 95px;
977 height: 100px;
978 /*border: 1px solid transparent;*/
979 }
980 .form_radio_group .location:hover{
981 border: 1px solid #2EA2CC;
982 }
983
984 #message_form_style + .chosen-container-single .chosen-single, #message_countdowntimer_style + .chosen-container-single .chosen-single {
985 height: 6em !important;
986 }
987 #message_form_style + .chosen-container-single .chosen-single span, #message_countdowntimer_style + .chosen-container-single .chosen-single span {
988 background-size: 9em !important;
989 line-height: 6em !important;
990 background-repeat: no-repeat;
991 background-position: 100% 50% !important;
992 }
993 #message_form_style + .chosen-container .chosen-results li, #message_countdowntimer_style + .chosen-container .chosen-results li {
994 /*width: 92% !important;*/
995 width: 43% !important;
996 /*height: 80px !important;*/
997 height: 10em !important;
998 margin: 0% 0% 2% 2%;
999 /*background-position: 0.5em 2em !important;*/
1000 -webkit-background-size: 95% !important;
1001 background-size: 100% !important;
1002 border: 2px solid #EEE !important;
1003 font-weight: 700 !important;
1004 display: inline-block !important;
1005 text-align: center !important;
1006 background-repeat: no-repeat !important;
1007 background-position: 0% 100% !important;
1008 color: transparent;
1009 }
1010 #message_form_style + .chosen-container .chosen-results li.highlighted, #message_countdowntimer_style + .chosen-container .chosen-results li.highlighted {
1011 color: transparent !important;
1012 border: 2px solid #2ea2cc !important;
1013 background-color: #EAEFFF !important;
1014 }
1015 .message_form_options .chosen-container{
1016 /*width: 86% !important;*/
1017 }
1018 #message_form_style + .chosen-container .chosen-results li:first-child {
1019 /*color: inherit;*/
1020 /*height: 1.5em !important;*/
1021 }
1022 /****************** Embed Form: End *******************/
1023
1024 /********** changes for about-icegram page ************/
1025 .feature-section.col.two-col > div{
1026 width: 45.95%;
1027 /*margin-right: 4.999999999%;*/
1028 }
1029 .feature-section.col img{
1030 width: 150px;
1031 border: none;
1032 }
1033 .feature-section.col p{
1034 margin-bottom: 1.5em;
1035 }
1036 .about-wrap.icegram{
1037 max-width: 100%;
1038 }
1039
1040 .about-wrap.icegram h2{
1041 margin-bottom: 0.5em;
1042 }
1043 .about-wrap .feature-section h4{
1044 margin-top: .4em;
1045 }
1046 .about-header .about-text{
1047 margin-top: 0;
1048 margin-bottom: 1.5em;
1049 }
1050 .changelog .about-text{
1051 margin-bottom: 0;
1052 margin-top: 1.5em;
1053 }
1054 .about-wrap .icegram-badge {
1055 /*top: 1em;*/
1056 right: 1.3em;
1057 color: #3754a8;
1058 background-color: transparent;
1059 padding-top: 100px;
1060 box-shadow: none;
1061 -webkit-box-shadow: none;
1062 background-image: url(../images/icegram-logo-branding-64.png);
1063 }
1064 .about-header .wrap{
1065 background-color: white;
1066 /*padding: .4em 1em;*/
1067 border-top: 1px dotted #ddd;
1068 /*margin: 0 0 20px 0;*/
1069 }
1070 .about-header .wrap table{
1071 margin-top: 0.5em;
1072 }
1073 .about-header th{
1074 font-size: 1.1em;
1075 color: inherit;
1076 width: 170px;
1077 }
1078 .about-header{
1079 background-color: #FFF;
1080 padding: 1em 1em 0.5em 1em;
1081 -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
1082 box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
1083 }
1084 .icegram-support{
1085 padding-right: 1em;
1086 margin-top: 140px;
1087 }
1088 .icegram-actions a,
1089 .icegram-actions a:active{
1090 vertical-align: middle !important;
1091 font-size: 1.15em;
1092 color: #3754a8;
1093 }
1094 .icegram-actions .button-primary{
1095 text-shadow:none;
1096 font-size: 1.15em !important;
1097 line-height: 1em !important;
1098 height: 2.5em !important;
1099 padding: .75em 1.5em !important;
1100 background: #038703 !important;
1101 border-color: #038703 !important;
1102 }
1103
1104 .icegram-actions .button-primary:focus,
1105 .icegram-actions .button-primary:focus,
1106 .icegram-actions .button-primary:visited,
1107 .icegram-actions .button-primary:hover,
1108 .icegram-actions .button-primary:active{
1109 color: #fff;
1110 background: #038703 !important;
1111 -webkit-box-shadow: inset 0 2px 0 #038703!important;
1112 box-shadow: inset 0 2px 0 #038703!important;
1113 /*vertical-align: middle;*/
1114 }
1115 .icegram-dashicons:before {
1116 margin-right: .1em;
1117 }
1118
1119
1120 /***** Tabs custom css ******/
1121
1122 #ig-admin-tabs{
1123 padding-top: 0;
1124 }
1125
1126 #ig-admin-tabs a:focus{
1127 box-shadow: none;
1128 }
1129 .ig-admin-tabs-nav {
1130 padding: 0 15px 0 10px;
1131 margin: 0;
1132 }
1133
1134 .ig-admin-tabs-nav li {
1135 display: inline-block;
1136 list-style: none;
1137 border: 1px solid #aaa;
1138 padding: 0;
1139 margin: 0 4px -1px;
1140 background-color: #eee;
1141 }
1142
1143 #ig-admin-tabs .ig-admin-nav-last{
1144 background-color: #d6e3ef;
1145 }
1146
1147 #ig-admin-tabs .ig-admin-nav-last:hover{
1148 background-color: #c5daef;
1149 }
1150
1151 #ig-admin-tabs .ig-admin-nav-last.current,
1152 .ig-admin-tabs-nav li:hover,
1153 .ig-admin-tabs-nav li.current,
1154 .ig-admin-tabs-nav li.current:hover{
1155 background-color: #FFF;
1156 border: 1px solid #aaa;
1157 border-bottom: 1px solid #fff;
1158 color: #444;
1159 }
1160
1161 .ig-admin-tabs-nav li.current {
1162 border-bottom: 1px solid #fff;
1163 z-index: 5;
1164 color: #444;
1165 }
1166
1167 .ig-admin-tabs-nav li a {
1168 padding: 6px 10px;
1169 font-size: 14px;
1170 font-weight: normal;
1171 line-height: 30px;
1172 color: #333;
1173 text-decoration: none;
1174 /*float: none !important;*/
1175 }
1176
1177 .ig-admin-tabs-nav li.current a{
1178 text-decoration: none!important;
1179 font-weight: bold;
1180 }
1181
1182 .ig-admin-tabs-nav li a:hover {
1183 color: #333;
1184 }
1185
1186 #ig-admin-tabs .ig-admin-tab {
1187 padding: 16px;
1188 display: none;
1189 }
1190
1191 /** tab CSS : ends **/
1192
1193 .message_label.sub_option_label{
1194 /*width: 6em;*/
1195 width: 10%;
1196 padding-top: .3em;
1197 }
1198 .message_label.sub_option_label + .message_field{
1199 width: 62%
1200 }
1201 .message_alt_cta_container{
1202 /*margin-bottom: 1em;*/
1203 }
1204 .message_row .ig_admin_hr{
1205 border-top: 1px dashed rgba(0,0,0,.2);
1206 width: 75%;
1207 display: block;
1208 margin: .5em 0;
1209 margin-left: 25%;
1210 }
1211 .message_row .option_title{
1212 text-decoration: underline;
1213 }
1214
1215
1216 #campaign_stats_upsale .handlediv, #campaign_stats_upsale .ui-sortable-handle{
1217 display: none;
1218 }
1219 #campaign_stats_upsale{
1220 background: transparent;
1221 border: none;
1222 box-shadow: none;
1223 }
1224 #campaign_stats_upsale .inside{
1225 padding-left:0;
1226 }
1227 #campaign_stats_upsale .inside img{
1228 width: 100%;
1229 }
1230 .ig_bt_upsale{
1231 margin-left: -1em;
1232 }
1233 .ig_cta_upsale img{
1234 margin-left: 24.5%;
1235 }
1236
1237 @media only screen and (max-width: 1024) {
1238 .ig_cta_upsale img {
1239 width: 70%;
1240 }
1241 }
1242
1243 .ig_message_upsale{
1244 display:inline-block;
1245 line-height:1.25rem;
1246 letter-spacing: 0.025em;
1247 font-weight:400;
1248 color: rgba(75, 85, 99,1);
1249 }
1250
1251 .ig_upsale_premium_code{
1252 padding:0.15rem 0.375rem;
1253 background-color: rgba(253,246,178,1);
1254 border-radius: 0.375rem;
1255 border-width: 2px;
1256 border-style: dotted;
1257 border-color: rgba(165, 180, 252, 1);
1258 user-select: all;
1259 }
1260
1261 /* Start: All campaigns list table */
1262
1263 .ig-check-toggle{
1264 position: absolute;
1265 opacity: 0;
1266 height: 0;
1267 width: 0;
1268 }
1269 .ig-campaign-status-toggle-label{
1270 display: inline-flex;
1271 align-items: center;
1272 cursor: pointer;
1273 }
1274 .ig-check-toggle:checked ~ .ig-mail-toggle-line {
1275 background-color: #5850ec;
1276 background-color: rgba(88, 80, 236, 1);
1277 }
1278
1279 .ig-check-toggle:checked ~ .ig-mail-toggle-dot {
1280 --transform-translate-x: 0;
1281 --transform-translate-y: 0;
1282 --transform-rotate: 0;
1283 --transform-skew-x: 0;
1284 --transform-skew-y: 0;
1285 --transform-scale-x: 1;
1286 --transform-scale-y: 1;
1287 -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
1288 transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
1289 --transform-translate-x: 100%;
1290 }
1291
1292 .ig-mail-toggle-line {
1293 width: 2.25rem;
1294 height: 1.25rem;
1295 display: block;
1296 --bg-opacity: 1;
1297 background-color: #d2d6dc;
1298 background-color: rgba(210, 214, 220, 1);
1299 border-radius: 9999px;
1300 box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
1301 }
1302 .ig-mail-toggle-dot {
1303 width: 0.9rem;
1304 height: 0.9rem;
1305 margin-left: 0.25rem;
1306 position: absolute;
1307 top: 2.25px;
1308 bottom: 0px;
1309 display: block;
1310 transition-property: all;
1311 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1312 transition-duration: 150ms;
1313 transition-duration: 300ms;
1314 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1315 background-color: #ffffff;
1316 border-radius: 9999px;
1317 -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
1318 box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);;
1319 }
1320 .ig-mail-toggle-dot:focus-within {
1321 -webkit-box-shadow: 0 0 0 3px rgba(118, 169, 250, 0.45);
1322 box-shadow: 0 0 0 3px rgba(118, 169, 250, 0.45);
1323 }
1324
1325 /* End: All campaigns list table */
1326
1327 /* Start: Admin UI */
1328
1329 .post-type-ig_campaign .campaign_preview, .post-type-ig_campaign .ig_campaign_switch_draft, .post-type-ig_campaign .ig_campaign_publish , .post-type-ig_campaign .ig_campaign_update {
1330 margin-left: 0.5rem;
1331 }
1332
1333 .post-type-ig_campaign.post-php #post-body-content{
1334 margin-bottom: 0px;
1335 }
1336
1337 .post-type-ig_campaign.post-php #poststuff #post-body.columns-2{
1338 margin-right: 0px;
1339 }
1340
1341 .post-type-ig_campaign.post-php .wrap{
1342 margin: 10px 63px 0 0px;
1343 }
1344
1345 .post-type-ig_campaign.post-php #wpcontent{
1346 padding-left:0px;
1347 }
1348
1349 .post-type-ig_campaign.post-php #postbox-container-1, .message-tabs{
1350 display: none;
1351 }
1352
1353 .post-type-ig_campaign.post-php #postbox-container-2, .post-type-ig_campaign.post-php #titlediv, .icegram_tw input[type="radio"]:checked::before{
1354 background-color: white;
1355 }
1356
1357 .post-type-ig_campaign.post-php #titlediv, .post-type-ig_campaign.post-php #postbox-container-2{
1358 padding:1rem;
1359 }
1360
1361 .post-type-ig_campaign.post-php #titlediv {
1362 border-radius: 4px 4px 0 0;
1363 }
1364
1365 .post-type-ig_campaign.post-php #titlewrap {
1366 border-radius: 4px 4px 0 0;
1367 }
1368
1369 .post-type-ig_campaign.post-php #ig-campaign-overview, .post-type-ig_campaign.post-php #postbox-container-2 {
1370 margin-left:45px;
1371 width:98%;
1372 }
1373
1374 .post-type-ig_campaign.post-php #postbox-container-2{
1375 border-radius: 0 0 4px 4px;
1376 }
1377
1378 .post-type-ig_campaign.post-php #titlediv{
1379 padding-bottom: 20px;
1380 margin-top:3rem;
1381 }
1382
1383 .post-type-ig_campaign #campaign_stats{
1384 border: 1px solid #d2d6dc;
1385 border-radius: 4px;
1386 }
1387
1388 #tab-contents .active{
1389 display:block;
1390 }
1391 #tab-menu li a.active{
1392 background-color: rgba(244, 245, 247, 1);
1393 border-top-width: 1px;
1394 border-right-width: 1px;
1395 border-left-width: 1px;
1396 margin-bottom: -1px;
1397 font-weight: 700;
1398 }
1399
1400 .icegram_tw input[type="checkbox"]:checked::before{
1401 content: '';
1402 }
1403
1404 #tab-menu li a.active svg, #tab-menu li a.active{
1405 color: rgba(88, 80, 236, 1);
1406 }
1407 .icegram_tw input[type="checkbox"]:checked::before, input[type="radio"]:checked::before {
1408 content: '';
1409 }
1410
1411 .icegram_tw .message_label span{
1412 --text-opacity: 1;
1413 color: #4b5563;
1414 color: rgba(75, 85, 99, var(--text-opacity));
1415 }
1416 .icegram_tw .wp-switch-editor{
1417 padding: 3px 8px 4px;
1418 margin: 5px 0 0 5px;
1419 }
1420
1421 .icegram_tw .form-input{
1422 padding-top: 0.25rem;
1423 padding-bottom: 0.25rem;
1424
1425 }
1426 .icegram_tw .form-input, .icegram_tw .form-select, .icegram_tw .form-textarea{
1427 font-size:0.9rem;
1428 }
1429 .ig-top-nav{
1430 width: calc(100% - 160px);
1431 top: 32px;
1432 z-index: 99;
1433 }
1434 .ig-top-nav h1{
1435 padding: 0 42px 0 42px;
1436 flex: 1 auto;
1437 height: 60px;
1438 /*background-color: rgb(240, 240, 241);*/
1439 }
1440 .ig-es-tabs {
1441 padding-left:45px;
1442 }
1443
1444 .post-type-ig_campaign.post-php .wrap{
1445 display: none;
1446 }
1447 .post-type-ig_campaign.post-php .handle-actions{
1448 display: none;
1449 }
1450
1451 .campaign_ctas #publish{
1452 /*padding: 0.375rem 0.75rem;*/
1453 font-weight: 500 !important;
1454 background-color: rgba(88, 80, 236, 1) !important;
1455 }
1456
1457 .active-message-edit {
1458 background-color: rgba(210, 214, 220, 1);
1459 }
1460
1461 .message_header_label, .ig_variation_winner_label, .ig_baseline{
1462 border-radius: 0.25rem;
1463 }
1464
1465 .icegram_tw .wp-picker-holder {
1466 position: absolute;
1467 z-index: 999;
1468 }
1469
1470 .post-type-ig_campaign.post-php .wp-heading-inline, .post-type-ig_campaign.post-php .page-title-action{
1471 display: none;
1472 }
1473
1474 .display-rules-add-url{
1475 width:0 !important;
1476 }
1477
1478 .post-type-ig_campaign.post-php .icegram_tw .notice:first-of-type{
1479 margin-top:4rem;
1480 margin-left:2.5rem;
1481 }
1482
1483 .post-type-ig_campaign.post-php #save-post, .post-type-ig_campaign.post-php .ig_campaign_publish,.post-type-ig_campaign.post-php .campaign_preview,.post-type-ig_campaign.post-php .load_display_rules{
1484 float: right;
1485 }
1486 #load-rules-main-container{
1487 width:45%;
1488 }
1489
1490 /* End: Admin UI */
1491
1492 .ig-primary-button, .ig-title-button {
1493 font-size: 0.875rem;
1494 font-weight: 500;
1495 display: inline-flex;
1496 justify-content: center;
1497 }
1498 .ig-primary-button {
1499 border: 1px transparent;
1500 border-radius: 0.375rem;
1501 margin-top:0.5rem;
1502 padding: 0.25rem 1rem;
1503 color: rgba(255, 255, 255, 1) !important;
1504 background-color: rgba(88, 80, 236, 1) !important;
1505 }
1506 .ig-primary-button:hover{
1507 color: white;
1508 }
1509
1510 .ig-title-button {
1511 color: rgba(55, 65, 81, 1);
1512 padding: 0.25rem 0.75rem;
1513 }
1514
1515 .ig_select_wrapper {
1516 width: 10%;
1517 display: inline-block;
1518 position: relative;
1519 }
1520
1521 .ig_wrapper__select {
1522 width: auto;
1523 opacity: 0;
1524 }
1525
1526 .ig_wrapper__dropdown {
1527 width: auto;
1528 height: 100%;
1529 position: absolute;
1530 top: 0;
1531 left: 0;
1532 pointer-events: none;
1533 }
1534
1535 .ig_wrapper__select__dropdown {
1536 height: 100%;
1537 box-sizing: border-box;
1538 display: none;
1539 }
1540 .ig_wrapper__select__dropdown.is-visible {
1541 display: inline-block;
1542 }
1543
1544 .post-type-ig_campaign .column-title{
1545 width:20%;
1546 }
1547 .post-type-ig_campaign .column-display_rules_summary{
1548 width:24%;
1549 }
1550 .post-type-ig_campaign .colulmn-ig_analytics{
1551 width:12%;
1552 }
1553 .post-type-ig_campaign .column-status{
1554 width:7%;
1555 }
1556
1557 .post-type-ig_campaign .column-display_rules_summary ul{
1558 margin-block-end: 5px;
1559 margin-block-start: 0px;
1560 }
1561 .post-type-ig_campaign .column-display_rules_summary svg{
1562 width:1rem;
1563 height: 1rem;
1564 display: inline;
1565 position: relative;
1566 top: 3px;
1567
1568 }
1569 .post-type-ig_campaign #ig_form_font_family + .ig_wrapper__dropdown svg{
1570 width: 25px;
1571 }