PluginProbe
WpStream – Live Streaming, Video on Demand, Pay Per View / 4.5.2
WpStream – Live Streaming, Video on Demand, Pay Per View v4.5.2
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.5.2, at admin/css/wpstream-admin.css

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