PluginProbe
WpStream – Live Streaming, Video on Demand, Pay Per View / 4.4.8
WpStream – Live Streaming, Video on Demand, Pay Per View v4.4.8
4.14.1 4.14.0 4.13.2 4.13.1 4.13 4.12.5 4.12.4 4.12.3 4.12.2 4.12.1 4.12 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 4.5 4.5.1 4.5.11 4.5.11.1 4.5.11.2 4.5.11.4 4.5.11.5 4.5.11.6 All 181 releases
wpstream / admin / css / wpstream-admin.css

wpstream-admin.css in WpStream – Live Streaming, Video on Demand, Pay Per View 4.4.8, at admin/css/wpstream-admin.css

1,555 lines 27.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .create_new_ppv_video{
2 margin-left: 30px;
3 }
4 .create_new_free_video{
5 margin-left: 15px;
6 }
7
8 .wpstream_no_chanel_add_channel{
9 display: inherit;
10 }
11
12 .pack_details_wrapper_transparent h3,
13 .pack_details_wrapper_transparent h3{
14 display: inline-block;
15 }
16
17 .wpstream_create_new_product_link{
18 display: inline-block;
19 margin-left: 20px;
20 font-size: 15px;
21 font-weight: bold;
22 }
23
24
25 .theme_options_tab_wpstream{
26 background: #fff;
27 border-left: 4px solid #fff;
28 box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09);
29 margin: 15px;
30 padding: 20px;
31 font-family: 'Roboto', sans-serif;
32 box-shadow: 0 2px 4px rgb(0 25 60 / 8%);
33 border: 1px solid #e2e5e8;
34 border-radius: 5px;
35 }
36
37 .wpstream_upgrade_topbar{
38 background: #45a73f;
39 color: #fff;
40 cursor: pointer;
41 font-weight: 500;
42 transition: 0.3s ease-out;
43 text-decoration: none;
44 padding: 8px 10px;
45 font-size: 14px;
46 font-weight: 400;
47 border-radius: 5px;
48 margin-left: 30px;
49 }
50
51 .wpstream_upgrade_topbar:hover{
52 background: #378532;
53 color:#fff;
54 }
55
56 .wpstream_option_wrapper{
57 max-width: 70%;
58 padding: 30px 0px 0px 0px;
59 }
60
61 .wpstream_option{
62 clear: both;
63 width: 51%;
64 display: inline-block;
65 margin-bottom: 20px;
66 position: relative;
67 }
68
69 .wpstream_option input{
70 border: 1px solid #d6d6d6;
71 background-color: #fff;
72 color: #2c3338;
73 padding: 5px 10px;
74 width: 330px;
75 }
76
77 .wpstream_option label{
78 width: 100%;
79 float: left;
80 font-weight: 600;
81 font-size: 14px;
82 margin-bottom: 5px;
83 }
84
85 .wpstream_option .settings_details{
86 color: #999;
87 margin-top: 5px;
88 max-width: 365px;
89 }
90
91
92 .event_list_unit_notification{
93 float:left;
94 width:100%;
95 margin-bottom: 10px;
96 }
97
98 .pack_details_wrapper{
99 background-color: #fff;
100 padding: 20px;
101 margin-bottom: 20px;
102 background: #fff;
103 margin: 15px 15px 0px 15px;
104 padding: 20px;
105 font-size: 15px;
106 font-family: 'Roboto', sans-serif;
107 box-shadow: 0 2px 4px rgb(0 25 60 / 8%);
108 border: 1px solid #e2e5e8;
109 border-radius: 5px;
110 }
111
112 .pack_details_wrapper_transparent{
113 background-color: transparent;
114 padding: 20px;
115 margin: 5px 15px 0px 15px;
116 padding: 20px 20px 0px 0px;
117 font-size: 17px;
118 font-family: 'Roboto', sans-serif;
119 }
120
121
122
123 .hide_stream_data{
124 display:none;
125 }
126
127
128 .show_stream_data{
129 display:block;
130 }
131
132
133 .event_thumb_wrapper{
134 margin-right: 15px;
135 min-width: 50px;
136 width: 50px;
137 height: 50px;
138 border: 0px solid #f0f0f0;
139 border-radius: 5px;
140 background-size: cover;
141 background-position: center;
142 background-repeat: no-repeat;
143 }
144
145
146
147 .event_title{
148 width: 350px;
149 }
150 #wpstream-sidebar-meta .event_title{
151 display: none;
152 }
153
154 .event_list_unit .event_title,
155 .event_list_unit h3{
156 margin-top: 0px;
157 color: #3b3b3b;
158 margin: 1em 0;
159 }
160
161 .event_list_unit{
162 color:#00193d;
163 background-color: #fff;
164 padding: 20px;
165 margin-bottom: 20px;
166 margin: 35px 15px 25px 15px;
167 padding: 25px 20px;
168 box-shadow: 0 2px 4px rgb(0 25 60 / 8%);
169 font-family: 'Roboto', sans-serif;
170 transition: 0.3s ease-out;
171 border-radius: 5px;
172 display: flex;
173 flex-direction: row;
174 align-content: center;
175 justify-content: flex-start;
176 align-items: center;
177 width: 900px;
178 position: relative;
179 border: 1px solid #e2e5e8;
180 }
181
182 .event_list_unit:hover{
183 box-shadow: 0 3px 23px 9px rgba(7,152,255,0.15);
184 background-color: #fcfcfc;
185 }
186
187 .event_list_unit.wpstream_show_started {
188 background: #fff;
189 border: 1px solid #3dc93d;
190 }
191
192 .wpstream_options_col1{
193 display: flex;
194 flex-direction: row;
195 flex-wrap: nowrap;
196 }
197
198 .wpstream_options_col2{
199 display: flex;
200 flex-direction: row;
201 flex-wrap: nowrap;
202 }
203
204
205 .wpstream_channel_status{
206 position: absolute;
207 background-color: rgb(255 255 255);
208 color: red;
209 border-radius: 5px;
210 top: -10px;
211 left: 7px;
212 font-size: 12px;
213 padding: 4px 15px;
214 letter-spacing: 0.25px;
215 font-weight: 500;
216 }
217
218 .event_list_unit.wpstream_show_started .wpstream_channel_status{
219 color: #209320;
220 }
221
222
223 .wpstream-button-icon{
224 width: 37px;
225 height: 37px;
226 border: 0px solid #f0f0f0;
227 border-radius: 3px;
228 cursor: pointer;
229 display: inline-block;
230 margin-right: 10px;
231 text-align: center;
232 background-color: #f8f8f8;
233 }
234
235
236
237 .wpstream-button-icon:hover{
238 background-color:#e4e4e4;
239 }
240
241 .wpstream-button-icon svg{
242 max-width: 18px;
243 display: inline-block;
244 max-height: 20px;
245 line-height: 30px;
246 margin-top: 9px;
247 }
248
249
250 .wpstream-button-icon svg path{
251 fill: #828b9b;
252 fill: #5b5b5b;
253 }
254
255
256 #wpstream-sidebar-meta .event_list_unit{
257 padding: 0px;
258 box-shadow: none;
259 margin: 0px;
260 display: flex;
261 flex-direction: column;
262 align-content: center;
263 justify-content: flex-start;
264 align-items: flex-start;
265 width: auto;
266 border: none;
267 margin-top: 10px;
268 }
269
270 #wpstream-sidebar-meta .wpstream_options_col2{
271 margin-top: 10px;
272 }
273 #wpstream-sidebar-meta .wpstream_options_col1{
274 margin-top: 10px;
275 }
276
277 #wpstream-sidebar-meta .event_list_unit.wpstream_show_started{
278 background-color: transparent
279 }
280
281 #wpstream-sidebar-meta .event_list_unit:hover{
282 transform:none;
283 background: #fff;
284 }
285
286 #wpstream-sidebar-meta .event_thumb_wrapper{
287 display:none;
288 }
289 #wpstream-sidebar-meta
290 #wpstream-sidebar-meta h3{
291 line-height: 25px;
292 }
293
294 #wpstream-sidebar-meta .wpstream_turning_on,
295 #wpstream-sidebar-meta .start_event{
296 width:100%;
297 box-sizing: border-box;
298 }
299
300 #wpstream-sidebar-meta .wpstream_event_streaming_local {
301 margin-left: 0px;
302 }
303
304 #wpstream-sidebar-meta .external_software_streaming{
305 margin-top: 10px;
306 }
307
308 #wpstream-sidebar-meta .start_external{
309 float: none;
310 padding: 0 10px;
311 font-size: 11px;
312 text-align: center;
313 }
314
315 #wpstream-sidebar-meta .start_webcaster{
316 float:none;
317 }
318
319 #wpstream-sidebar-meta .wpstream_channel_status{
320 padding: 10px 0px 10px 0px;
321 line-height: 24px;
322 box-sizing: border-box;
323 width: 100%;
324 position: relative;
325 left: 0px;
326 top: 0px;
327 font-size: 14px;
328 }
329
330 #wpstream-sidebar-meta .view_channel{
331 display: block;
332 margin-left: 0px;
333 margin-top: 10px;
334 display:none;
335 }
336
337
338 #wpstream-sidebar-meta .how_to{
339 display: none;
340 }
341
342
343 .no_events_warning{
344 font-weight: bold;
345 font-size: 14px;
346 margin-left: 10px;
347 background: #fff;
348 border-left: 4px solid #fff;
349 -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
350 box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
351 margin: 5px 15px 20px 15px;
352 padding: 20px 12px 20px 12px;
353 max-width: 915px;
354 border: 1px solid #e2e5e8;
355 border-radius: 5px;
356 }
357
358 .no_events_warning_mes{
359 display: inline-block;
360 }
361
362 .api_conected{
363 background:#45a73f;
364 padding: 5px 10px;
365 color: #fff;
366 margin-bottom: 0px;
367 width: 310px;
368 border-radius: 5px;
369 display: inline-block;
370 }
371
372 .api_not_conected{
373 background: #F24B4B;
374 padding: 5px 10px;
375 color: #fff;
376 border-radius: 5px;
377 width: auto;
378 display: inline-block;
379 }
380 .wpstream_notice_top{
381 border: 1px solid #c3c4c7;
382 box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
383 margin: 5px 15px 0px 15px;
384 border-radius: 3px;
385 }
386
387
388 .api_not_conected.wpstream_orange{
389 background:#FF5722;
390 }
391 .api_not_conected.wpstream_brown{
392 background: #cc410f;
393 }
394
395 .api_not_conected a{
396 color:#fff;
397 }
398
399 .event_list_unit .event_title,
400 .event_list_unit h3{
401 font-weight: 500;
402 font-size: 16px;
403 text-transform: capitalize;
404 position: relative;
405 line-height: 1.3em;
406 padding-right: 20px;
407 }
408 .wpstream_channel_item_id{
409 color: #5b5b5b;
410 font-size: 12px;
411 }
412
413 .wpstream_button {
414 border-radius: 2px;
415 padding: 5px 5px;
416 -webkit-appearance: none;
417 border: 0px solid #d9d9d9;
418 text-transform: uppercase;
419 background: #45a73f;
420 color: #fff;
421 cursor: pointer;
422 font-weight: 500;
423 transition: 0.3s ease-out;
424 font-size: 14px;
425 margin-right: 5px;
426 border-radius: 5px;
427 text-align: center;
428 display: inline-block;
429 margin-right: 10px;
430 }
431
432 .wpstream_button:hover{
433 background:#378532;
434 }
435
436 .wpstream_button_action{
437 padding: 12px 25px;
438 }
439
440 .start_event.wpstream_button{
441 padding: 9px 20px;
442 width: auto;
443 min-width: 130px;
444 color: #7a88a3;
445 border: 1px solid #3dc93d;
446 color: #3b3b3b;
447 background-color: #eaf2f7;
448 background-color: #e8f7e8;
449 border: 1px solid #3dc93d85;
450
451
452 }
453
454
455
456 .wpstream_stop_event.wpstream_button{
457 padding: 9px 20px;
458 width: auto;
459 min-width: 130px;
460 }
461
462 #wpstream-sidebar-meta .wpstream_stop_event.wpstream_button{
463 box-sizing: border-box;
464 width: 100%;
465 }
466
467
468
469
470 .start_event.wpstream_button:hover{
471 background: #45a73f;
472 color: #fff;
473 }
474
475 .stop_server,
476 .close_event.wpstream_button{
477 background: #c33a3a;
478 }
479
480 stop_server wpstream_button:hover,
481 .close_event.wpstream_button:hover{
482 background: #d21009;
483 }
484
485 .record_wrapper,
486 .event_list_unit_notificationx{
487 margin-bottom: 10px;
488 position:relative;
489 }
490
491 .encrypt_wrapper{
492 display:none;
493 }
494
495 .event_list_unit_notificationx{
496 font-size: 14px;
497 }
498
499 .event_list_unit_notificationx strong{
500 display: inherit;
501 margin-bottom: 5px;
502 }
503
504
505 .start_external{
506 display: inline-block;
507 padding: 0px 21px;
508 cursor: pointer;
509 line-height: 40px;
510 height: 38px;
511 background: #076d2a;
512 transition: 0.3s ease-out;
513 border-radius: 2px;
514 }
515 .start_external:hover{
516 background: #f7fcf8;
517 }
518
519
520 .wpstream_turning_on{
521 padding: 6px 20px;
522 width: auto;
523 min-width: 130px;
524 }
525
526
527 .start_event.wpstream_turning_on,
528 .wpstream_turning_on{
529 background: #ebe8fa;
530 border: 1px solid #D7D0F7;
531 color:#3b3b3b;
532 }
533
534 .start_event.wpstream_turning_on:hover,
535 .wpstream_turning_on:hover{
536 background: #d4d0e6;
537 border: 1px solid #D7D0F7;
538 color:#3b3b3b;
539 border: 1px solid #f199998a;
540 }
541
542
543
544 .wpstream_stop_event{
545 background: #ffe5e5;
546 border: 1px solid #ff4c4c8c;
547 color: #3b3b3b;
548 }
549 .wpstream_stop_event:hover{
550 background: #FF4C4C;
551 color: #fff;
552 }
553
554 .how_to{
555 margin-top:10px;
556 width: 100%;
557 height: auto;
558
559 }
560 .external_software_streaming{
561 margin-top: 30px;
562 width: 100%;
563 display: none;
564 }
565
566 .external_software_streaming_details{
567 background-color: rgba(13,110,253,0.12);
568 border-radius: 5px;
569 padding: 20px;
570 display: inline-block;
571 width: 420px;
572 }
573
574 .view_channel{
575 font-weight: 500;
576 font-size: 15px;
577 margin-left:30px;
578 display:none;
579 }
580
581
582 #wpstream-sidebar-meta .view_channel.show_stream_data{
583 display: block;
584 }
585
586 .view_channel.show_stream_data{
587 display: inline-block;
588 }
589
590
591
592 .event_list_stream_key_wrap{
593 margin-top:10px;
594 }
595
596 .multiple_warning_events{
597 margin-top: 5px;
598 }
599
600
601 .server_ready_live{
602 padding: 6px 13px;
603 background-color: #6b936b;
604 color: #fff;
605 display: inline-block;
606 margin-bottom: 6px;
607 }
608
609
610 .server_not_ready_live{
611 display: inline-block;
612 padding: 3px 5px;
613 background-color: #f40000;
614 color:#fff;
615 }
616 .error_notice{
617 background: #f40000;
618 color:#fff;
619 width:100%;
620 padding: 5px;
621 margin-bottom: 5px;
622 display: inline;
623 }
624
625 #wpstream-sidebar-meta .error_notice{
626 display: block;
627 }
628
629
630 .curl_error{
631 background: #f40000;
632 color:#fff;
633 width:100%;
634 padding: 5px;
635 margin-bottom: 5px;
636 }
637
638 .curl_error a{
639 color:#fff;
640 }
641
642 .server_loading{
643 display:none;
644 margin-left: 10px;
645 }
646
647 .wpstream_live_key_text,
648 .wpstream_live_uri_text{
649 display: inline;
650 width: 250px;
651 float: left;
652 }
653
654 .wpstream_live_uri_text.wpstream_larix_rtmp{
655 width: 345px;
656 }
657
658 .copy_live_key,
659 .copy_live_uri{
660 display: inline;
661 background: #688ed8;
662 color: #ffffff;
663 padding: 5px 10px;
664 margin-left: 10px;
665 cursor: pointer;
666 font-size: 12px;
667 text-transform: uppercase;
668 border-radius: 5px;
669 font-weight: 400;
670 letter-spacing: 0.03em;
671 border: 1px solid #5f83c8;
672 transition: 0.3s ease-out;
673 }
674 .wpstream_start_with_larix_mobile{
675 background: #688ed8;
676 padding: 20px;
677 color: #fff;
678 border-radius: 6px;
679 text-decoration: none;
680 color: #ffffff;
681 padding: 15px 15px;
682 margin-left: 10px;
683 cursor: pointer;
684 font-size: 12px;
685 text-transform: uppercase;
686 margin: 0px 0px 0px 0px;
687 display: inline-block;
688 }
689
690 .wpstream_start_with_larix_mobile:hover{
691 background: #5878b5;
692 color:#fff;
693 }
694
695 .copy_live_key:hover,
696 .copy_live_uri:hover{
697 background: #5878b5;
698 }
699
700 .show_if_subscription.hide_movieon{
701 display:none;
702 }
703
704 .pricing.hide_movieon{
705 display:block;
706 }
707
708 /*=social streaming
709 ------------------------------------------------*/
710
711
712 .wpstream_social_media_broadcast{
713 display: inline-block;
714 display: none;
715 }
716
717 .wpstream_social_media_unit{
718 display: inline-block;
719 margin-right: 20px;
720 background: #f3f3f3;
721 padding: 9px;
722 margin-top: 10px;
723 font-weight: 500;
724 }
725
726 #wpstream-sidebar-meta .wpstream_social_media_unit{
727 width: 100%;
728 box-sizing: border-box;
729 float: left;
730 }
731
732 #wpstream-sidebar-meta .wpstream_social_stream_container{
733 width: 100%;
734 box-sizing: border-box;
735 float: left;
736 }
737
738
739 .wpstream_social_stream_container{
740 background: #f3f3f3;
741 padding: 9px;
742 min-height: 30px;
743 width: 466px;
744 margin: 10px 0px;
745 display: none;
746 }
747
748 .wpstream_social_stream_container label{
749 display:block;
750 }
751
752 .wpstream_twich_rtmp,
753 .wpstream_youtube_rtmp{
754 width:300px;
755 }
756
757 #wpstream-sidebar-meta .wpstream_twich_rtmp,
758 #wpstream-sidebar-meta .wpstream_youtube_rtmp{
759 width:100%;
760 }
761
762
763 /* =video management
764 ----------------------------------------------- */
765 .wpstream_upload_alert{
766 color: #fff;
767 font-size: 17px;
768 background-color: #e16767;
769 display: inline-block;
770 margin-left: 20px;
771 padding: 15px;
772 }
773
774
775 .wpstream_video_wrapper{
776 background-color: #fff;
777 padding: 20px;
778 margin-bottom: 20px;
779 background: #fff;
780 margin: 5px 15px 20px 15px;
781 padding: 20px;
782 font-family: 'Roboto', sans-serif;
783 box-shadow: 0 2px 4px rgb(0 25 60 / 8%);
784 border: 1px solid #e2e5e8;
785 border-radius: 5px;
786 }
787
788 .wpstream_video_status {
789 padding: 5px;
790 font-weight: 500;
791 color: #fff;
792 font-size: 12px;
793 background-color: #e16767;
794 }
795
796 .wpstream_video_status.ispublished{
797 background: #078407;
798 }
799
800 .wpstream_video_title{
801 margin-top: 10px;
802 font-size: 15px;
803 font-weight: 600;
804 }
805
806 .storage_file_size{
807 background-color: #eff0f1;
808 border-radius: 3px;
809 padding: 3px 5px;
810 font-size: 13px;
811 margin-left: 20px;
812 font-weight: 500;
813 }
814
815 .video_stream_label{
816 font-weight: 600;
817 margin-right: 10px;
818 }
819 .storage_file_name{
820 margin-right: 5px;
821 }
822
823
824
825 .wpstream_delete_media,
826 .wpstream_get_download_link{
827 cursor: pointer;
828 background-color: #45a73f;
829 color: white;
830 padding: 5px 14px;
831 display: inline-block;
832 margin-top: 10px;
833 margin-right: 10px;
834 transition: 0.3s ease-out;
835 border-radius: 3px;
836 }
837 .wpstream_delete_media:hover,
838 .wpstream_get_download_link:hover{
839 background: #378532;
840 }
841
842 .wpstream_download_link{
843 display:none;
844 line-height: 25px;
845 }
846
847 .wpstream_video_notice{
848 display: inline;
849 margin-left: 10px;
850 background: #888;
851 padding: 5px;
852 color: #fff;
853 display:none;
854 }
855
856 .wpstream_upload_container {
857 background-color: #fff;
858 padding: 20px;
859 margin-bottom: 20px;
860 background: #fff;
861 margin: 5px 15px 2px 15px;
862 padding: 20px;
863 min-height: 40px;
864 font-family: 'Roboto', sans-serif;
865 box-shadow: 0 2px 4px rgb(0 25 60 / 8%);
866 border: 1px solid #e2e5e8;
867 border-radius: 5px;
868 }
869
870 .bar {
871 background-color: #28de23;
872 border-right-color: #99d;
873 padding: 5px;
874 margin-bottom: 5px;
875 }
876
877 #wpstream_uploaded_mes{
878 font-weight: 600;
879 margin-bottom: 5px;
880 }
881
882 .direct-upload{
883 width:100%;
884 position:relative;
885 }
886
887
888 #wpstream_media_upload h3,
889 #wpstream_file_management h3{
890 margin-left: 20px;
891 font-family: 'Roboto', sans-serif;
892 margin-top: 35px;
893 }
894
895 .wpstream_form_ex{
896 font-size: 20px;
897 text-align: center;
898 padding: 40px 0px 20px 0px;
899 text-transform: uppercase;
900 font-weight: 500;
901 color: #999;
902 }
903 .wpstream_form_ex_details{
904 width: 70%;
905 margin: 0px auto;
906 padding: 0px 0px 30px 0px;
907 text-align: center;
908 }
909
910 .wpstream_file_drop_color{
911 background-color: #ededed;
912 border-radius: 5px;
913 }
914
915 .direct-upload .progress-bar-area{
916 position: absolute;
917 width: 98%;
918 top: 66px;
919 left: 0.75%;
920 }
921
922 #wpstream_upload{
923 background: #078407;
924 margin: 10px;
925 }
926
927 .js .inputfile {
928 width: 0.1px;
929 height: 0.1px;
930 opacity: 0;
931 overflow: hidden;
932 position: absolute;
933 z-index: -1;
934 }
935
936 .inputfile + label {
937 max-width: 80%;
938 font-size: 14px;
939 /* 20px */
940 font-weight: 700;
941 text-overflow: ellipsis;
942 white-space: nowrap;
943 cursor: pointer;
944 display: inline-block;
945 overflow: hidden;
946 padding: 0.625rem 1.25rem;
947 /* 10px 20px */
948 }
949
950 .no-js .inputfile + label {
951 display: none;
952 }
953
954 .inputfile:focus + label,
955 .inputfile.has-focus + label {
956 outline: 1px dotted #000;
957 outline: -webkit-focus-ring-color auto 5px;
958 }
959
960 .inputfile + label svg {
961 width: 1em;
962 height: 1em;
963 vertical-align: middle;
964 fill: currentColor;
965 margin-top: -0.25em;
966 /* 4px */
967 margin-right: 0.25em;
968 /* 4px */
969 }
970
971
972 /* style 1 */
973
974 .inputfile-1 + label {
975 color: #ffffff;
976 background-color: #45a73f;
977 margin: 10px 10px 10px 0px;
978 transition: 0.3s ease-out;
979 border-radius: 5px;
980 }
981
982 .inputfile-1:focus + label,
983 .inputfile-1.has-focus + label,
984 .inputfile-1 + label:hover {
985 background-color: #5a9544;
986 }
987
988
989 .wpstream_setting_event_unit_wrapper{
990 position:relative;
991 display: inline-block;
992 margin-bottom: 10px;
993 width: 100%;
994 }
995
996 .wpstream_setting_event_unit_wrapper .settings_details{
997 max-width: 385px;
998 }
999
1000 .wpstream_modal_form .wpstream_setting_event_unit_wrapper .settings_details{
1001 color: #666;
1002 margin-top: 5px;
1003 }
1004
1005
1006
1007 label.wpstream_switch {
1008 position: absolute;
1009 display: inline-block;
1010 width: 53px!important;
1011 height: 25px;
1012 top: 12px;
1013 left: 390px;
1014 }
1015
1016 .wpstream_switch input {
1017 opacity: 0;
1018 width: 0;
1019 height: 0;
1020 }
1021
1022 .slider {
1023 position: absolute;
1024 cursor: pointer;
1025 top: 0;
1026 left: 0;
1027 right: 0;
1028 bottom: 0;
1029 background-color: #ccc;
1030 -webkit-transition: .4s;
1031 transition: .4s;
1032 }
1033
1034 .slider:before {
1035 position: absolute;
1036 content: "";
1037 height: 18px;
1038 width: 18px;
1039 left: 4px;
1040 bottom: 4px;
1041 background-color: white;
1042 -webkit-transition: .4s;
1043 transition: .4s;
1044 }
1045
1046 input:checked + .slider {
1047 background-color: #2196F3;
1048 }
1049
1050 input:focus + .slider {
1051 box-shadow: 0 0 1px #2196F3;
1052 }
1053
1054 input:checked + .slider:before {
1055 -webkit-transform: translateX(26px);
1056 -ms-transform: translateX(26px);
1057 transform: translateX(26px);
1058 }
1059
1060 /* Rounded sliders */
1061 .slider.round {
1062 border-radius: 25px;
1063 }
1064
1065 .slider.round:before {
1066 border-radius: 50%;
1067 }
1068
1069 .wpstream_event_streaming_local .wpstream_setting_event_unit_wrapper{
1070 margin-bottom: 10px;
1071 }
1072
1073 .wpstream_event_streaming_local .wpstream_setting_event_unit_wrapper label{
1074 font-weight: 700;
1075 font-size: 14px;
1076 left:415px;
1077 }
1078
1079 #wpstream-sidebar-meta .wpstream_setting_event_unit_wrapper label{
1080 left: auto;
1081 right: 0px;
1082 }
1083 #wpstream-sidebar-meta .settings_details{
1084 padding-right: 60px;
1085 }
1086
1087
1088 /*=wpstream share */
1089
1090 .wpstream_sharing_social{
1091 color: #696969;
1092 text-decoration: none;
1093 margin: 0px;
1094 font-size: 12px;
1095 display: inline-block;
1096 }
1097
1098 .wpstream_sharing_social .dashicons {
1099 font-size: 32px;
1100 background-color: #f9f9f9;
1101 width: 91px;
1102 height: 91px;
1103 border-radius: 5px;
1104 line-height: 91px;
1105 color: #1d447d;
1106 margin-right: 25px;
1107 color: #828b9b;
1108 border: 1px solid rgba(13,110,253,0.12);
1109 margin-top: 25px;
1110
1111 }
1112 .wpstream_sharing_social:nth-of-type(4n) .dashicons{
1113 margin-right: 0px;
1114 }
1115
1116 .wpstream_sharing_social .dashicons:hover{
1117 background-color: rgba(13,110,253,0.12);
1118 color: #0d6efd;
1119 }
1120
1121 .wpstream_sharing_social:focus{
1122 box-shadow:none;
1123 outline:0px;
1124 }
1125
1126 #wpstream-sidebar-meta .wpstream_social_share_wrapper{
1127 position: relative;
1128 right:auto;
1129 top: auto;
1130 font-size: 13px;
1131 margin: 10px 0px 0px 0px;
1132 }
1133
1134 #wpstream-sidebar-meta .wpstream_sharing_social{
1135 margin: 0px 0px;
1136 }
1137
1138
1139 .how_to_videos{
1140 display: inline-block;
1141 width: 100%;
1142
1143 }
1144
1145
1146 .wpstream_pagination{
1147 list-style: none;
1148 display: inline;
1149 float:left;
1150 padding-left: 15px;
1151 }
1152
1153 .wpstream_pagination li{
1154 display: inline-block;
1155 border: 1px solid #d8dada;
1156 min-width: 20px;
1157 text-align: center;
1158 margin-right: 5px;
1159 border-radius: 3px;
1160 padding: 5px;
1161 background: #fff;
1162 }
1163
1164 .wpstream_pagination li a{
1165 text-decoration: none;
1166 color:#3c434a;
1167 }
1168
1169 .wpstream_pagination li:empty{
1170 display:none;
1171 }
1172
1173 .wpstream_pagination li.active{
1174 background: #f5f5fb;
1175 }
1176
1177
1178
1179 .wpstream_modal_background{
1180 position: fixed;
1181 z-index: 1001;
1182 top:0px;
1183 bottom: 0px;
1184 left: 0px;
1185 right: 0px;
1186 background-color:rgb(0 20 40 / 86%);
1187 opacity: 0.5;
1188 display: none;
1189 }
1190
1191 .wpstream_modal_form{
1192 width: 460px;
1193 height: 460px;
1194 background-color: #fff;
1195 position: fixed;
1196 top: 50%;
1197 margin-top: -230px;
1198 left: 50%;
1199 margin-left: -230px;
1200 display: none;
1201 z-index: 1002;
1202 padding: 30px;
1203 border-radius: 5px;
1204 }
1205 .wpstream_modal_form.wpestate_settings_modal{
1206 height: 525px;
1207 margin-top: -257px;
1208 }
1209
1210 .wpstream_modal_form h3{
1211 font-size: 20px;
1212 }
1213
1214 .wpstream_close_modal{
1215 width:30px;
1216 height: 30px;
1217 background-color: rgba(13,110,253,0.12);
1218 position: absolute;
1219 top:15px;
1220 right: 15px;
1221 border-radius: 3px;
1222 cursor: pointer;
1223 background-image: url(../../img/closeicon4.png);
1224 background-repeat: no-repeat;
1225 background-position: center;
1226 }
1227
1228 .wpstream_close_modal:hover{
1229 background-color: rgba(13,110,253,0.32);
1230 }
1231
1232
1233 .wpstream_tooltip_wrapper{
1234 position: relative;
1235 }
1236
1237 .wpstream_tooltip_disabled,
1238 .wpstream_tooltip{
1239 position: absolute;
1240 border-radius: 3px;
1241 background-color: rgb(0 20 40 / 86%);
1242 color: #fff;
1243 font-size: 13px;
1244 text-transform: capitalize;
1245 padding: 5px 10px;
1246 bottom: -38px;
1247 left: -15%;
1248 z-index: 10;
1249 transition: all 0.2s cubic-bezier(0.5, 0, 0.5, 1);
1250 transition-delay: .2s;
1251 white-space: nowrap;
1252 opacity: 0;
1253 pointer-events: none;
1254 }
1255 .wpstream_button .wpstream_tooltip{
1256 white-space: normal;
1257 width: 200px;
1258 bottom: -10px;
1259 transform: translate(0, 100%);
1260
1261 }
1262
1263 .wpstream_tooltip_disabled:after,
1264 .wpstream_tooltip:after{
1265 position: absolute;
1266 content: " ";
1267 width: 0;
1268 height: 0;
1269 top: -6px;
1270 left: 20px;
1271 border-left: 7px solid transparent;
1272 border-right: 7px solid transparent;
1273 border-bottom: 7px solid rgb(0 20 40 / 86%);
1274 }
1275
1276 .wpstream_button .wpstream_tooltip:after{
1277 left: 50%;
1278 margin-left: -7px;
1279 }
1280
1281
1282 #wpstream-sidebar-meta .wpstream_tooltip_disabled,
1283 #wpstream-sidebar-meta .wpstream_tooltip{
1284 left: 0%;
1285 width: 93%;
1286 pointer-events: none;
1287 }
1288
1289 #wpstream-sidebar-meta .wpstream-button-icon .wpstream_tooltip_disabled,
1290 #wpstream-sidebar-meta .wpstream-button-icon .wpstream_tooltip{
1291 width: auto;
1292 pointer-events: none;
1293
1294 }
1295
1296 #wpstream-sidebar-meta .wpstream_statistics_channel .wpstream_tooltip_disabled{
1297 left: -50px;
1298 }
1299 #wpstream-sidebar-meta .wpstream_statistics_channel .wpstream_tooltip_disabled:after{
1300 left: 62px!important;
1301 }
1302
1303 #wpstream-sidebar-meta .wpstream_stream_pro .wpstream_tooltip{
1304 left: -50px;
1305 }
1306 #wpstream-sidebar-meta .wpstream_stream_pro .wpstream_tooltip:after{
1307 left: 62px!important;
1308 }
1309
1310 #wpstream-sidebar-meta .wpstream_edit_channel{
1311 display: none;
1312 }
1313
1314
1315
1316
1317 #wpstream-sidebar-meta .wpstream_tooltip_wrapper.wpstream-button-icon .wpstream_tooltip_disabled:after,
1318 #wpstream-sidebar-meta .wpstream_tooltip_wrapper.wpstream-button-icon .wpstream_tooltip:after{
1319 left:10px;
1320 }
1321
1322
1323
1324 .wpstream_inactive_icon{
1325 cursor: not-allowed;
1326 }
1327 .wpstream_inactive_icon svg{
1328 opacity: 0.35;
1329 }
1330
1331 .wpstream_error_modal_notification{
1332 width: 500px;
1333 background-color: #fff;
1334 position: fixed;
1335 top: 50%;
1336 margin-top: -250px;
1337 left: 50%;
1338 margin-left: -250px;
1339 display: none;
1340 z-index: 1002;
1341 padding: 20px;
1342 border-radius: 5px;
1343 font-size: 15px;
1344 }
1345
1346 .wpstream_error_ok{
1347 padding: 8px;
1348 text-transform: uppercase;
1349 margin: 0px auto;
1350 display: block;
1351 float: none;
1352 width: 100px;
1353 position: relative;
1354 margin-top: 20px;
1355 }
1356
1357
1358 .wpstream_external_broadcast_options{
1359 width: 50%;
1360 border: 1px solid #6666;
1361 }
1362
1363 .wpstream_modal_explanations{
1364 margin-top: 15px;
1365 margin-bottom: 5px;
1366 font-size: 14px;
1367 color: #666;
1368 line-height: 1.6em;
1369 }
1370
1371
1372 .wpstream_modal_explanations li{
1373 margin-bottom: 2px;
1374 }
1375
1376
1377 .wpstream_modal_explanations li {
1378 margin-bottom: 2px;
1379 line-height: 1.6em;
1380 }
1381
1382 .print_qrcode{
1383 position: absolute;
1384 top: 73px;
1385 right: 12px;
1386 }
1387
1388
1389
1390
1391 .wpstream_loader {
1392 width: 8px;
1393 height: 8px;
1394 border: 1px solid #a5a8a4;
1395 border-radius: 50%;
1396 display: inline-block;
1397 position: relative;
1398 -webkit-animation: rotation 1s linear infinite;
1399 animation: rotation 1.3s linear infinite;
1400 margin-left: 14px;
1401 top: 0px;
1402 }
1403
1404 .wpstream_loader:after {
1405 content: "";
1406 position: absolute;
1407 left: 50%;
1408 top: 50%;
1409 transform: translate(-50%, -50%);
1410 width: 18px;
1411 height: 18px;
1412 border-radius: 50%;
1413 border: 1px solid;
1414 border-color: #FF3D00 transparent;
1415 }
1416
1417 .wpstream_options_help{
1418 clear: both;
1419 width: 51%;
1420 display: inline-block;
1421 position: relative;
1422 }
1423
1424 .wpstream_options_help a{
1425 width: auto;
1426 background-color: green;
1427 color: #fff;
1428 border-radius: 3px;
1429 padding: 5px 10px;
1430 text-decoration: none;
1431 background-color: #2196F3;
1432 position: absolute;
1433 right: -51px;
1434 top: 0px;
1435 }
1436
1437
1438
1439
1440 @media only screen and (max-width:1099px){
1441
1442 .wpstream_upgrade_topbar{
1443 display: block;
1444 margin-left: 0px;
1445 margin-top: 30px;
1446 width: 175px;
1447 text-align: center;
1448 }
1449
1450 .event_list_wrapper{
1451 display: flex;
1452 width: 100%;
1453 margin: 5px 0px 25px 0px;
1454 flex-direction: column;
1455 }
1456
1457 .event_list_unit{
1458 flex-direction: column;
1459 align-content: center;
1460 justify-content: flex-start;
1461 align-items: flex-start;
1462 width: auto;
1463 position: relative;
1464 border: 1px solid #e2e5e8;
1465 }
1466 .wpstream_stop_event.wpstream_button,
1467 .start_event.wpstream_button,
1468 .wpstream_stop_event,
1469 .wpstream_turning_on,
1470 .start_event {
1471 width: 100%;
1472 box-sizing: border-box;
1473 margin-bottom: 10px;
1474 max-width: 170px;
1475 }
1476
1477 .wpstream_options_col1{
1478 margin-bottom: 10px;
1479 }
1480
1481 .wpstream_options_col2{
1482 margin-bottom: 10px;
1483 }
1484
1485 .event_title{
1486 width: 100%;
1487 }
1488 .wpstream_modal_form.wpestate_settings_modal,
1489 .wpstream_modal_form {
1490 z-index: 99999;
1491 margin-top: 0px;
1492 top: 0px;
1493 overflow-y: auto;
1494 }
1495
1496 .wpstream_modal_form {
1497 width: 100%;
1498 height: 100%;
1499 background-color: #fff;
1500 position: fixed;
1501 top: 0;
1502 margin-top: 0;
1503 left: 0;
1504 margin-left: 0;
1505 display: none;
1506 z-index: 99999;
1507 padding: 0px 30px;
1508 border-radius: 0px;
1509 box-sizing: border-box;
1510 }
1511
1512 .wpstream_modal_explanations{
1513 width: 100%;
1514 box-sizing: border-box;
1515 }
1516
1517 .wpstream_modal_form.wpestate_settings_modal {
1518 height: 100%;
1519 margin-top: 0px;
1520 overflow-y: auto;
1521 }
1522
1523 .wpstream_sharing_social .dashicons {
1524 margin-right: 15px;
1525 width: 80px;
1526 height: 80px;
1527 }
1528 .wpstream_sharing_social:nth-of-type(4n) .dashicons {
1529 margin-right:15px;
1530 }
1531
1532
1533 }
1534
1535
1536
1537
1538 @media only screen and (max-width:500px){
1539 .external_software_streaming_details{
1540 width: 280px;
1541 }
1542 .copy_live_key,
1543 .copy_live_uri{
1544 margin: 15px 0px 0px 0px;
1545 display: inline-block;
1546 }
1547 .wpstream_close_modal{
1548 z-index: 99999;
1549 }
1550 .wpstream_live_uri_text.wpstream_larix_rtmp,
1551 .wpstream_live_uri_text{
1552 width: 280px;
1553 word-break: break-all;
1554 }
1555 }