PluginProbe
WpStream – Live Streaming, Video on Demand, Pay Per View / 4.2
WpStream – Live Streaming, Video on Demand, Pay Per View v4.2
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 4.5.12 All 180 releases
wpstream / admin / css / wpstream-admin.css

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

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