@charset 'utf-8';
html { width: 100%;}
body { position:relative;background-color: black; width: 100%; margin: 0; font-family: Arial,sans-serif;color:#E8FC58}
#data { /*width: 100%;*/  position:relative;margin: 0 10px;}
p {margin: 0; text-indent: 10px;}
h1 { text-align:center;}
h2 { text-indent: 40px}
h3, h4 { text-indent: 25px; margin: 0}
h3 {padding-top:10px;}
h4 {font-size: 15px;margin-bottom: 0}
hr{width:90%;border: 1px red solid;}
.pointer{cursor: pointer;}
.d_table{display: table;}
.white_text{color:white;}
.red{color:red;}
.d_none{display:none;}
.n_border{border:0;}
.styled_input{width:400px; height: 20px; background-color:#230049;border:cyan solid 1px;border-radius: 3px;outline: none;color:rgba(1,255,0,1.00);margin-top: 7px; transition: 0.5s;}
.styled_short_inputs{width:170px; height: 20px; background-color:#230049;border:cyan solid 1px;border-radius: 3px;outline: none;color:rgba(1,255,0,1.00);margin-bottom: 0px; transition: 0.5s;}
.styled_very_short_inputs{width:120px; height: 20px; background-color:#230049;border:cyan solid 1px;border-radius: 3px;outline: none;color:rgba(1,255,0,1.00);margin-bottom: 0px; transition: 0.5s;}
#get_it{position: relative;top:4px;text-indent: 0; margin-left:50px;cursor: pointer;width: 60px; background-color:red;  border:0; border-radius: 4px;text-align: center; color: white;font-size: 20px;height:25px;vertical-align: middle;display: table-cell;}
#sender{position: relative;top:4px;text-indent: 0; margin-left:50px;cursor: pointer;width: 80px; background-color:red;  border:0; border-radius: 4px;text-align: center; color: white;font-size: 20px;height:25px;vertical-align: middle;display: table-cell;}
#gen_sel_pdf{position: relative;top:4px;left:10px;text-indent: 0;cursor: pointer;width: 170px; background-color:red;  border:0; border-radius: 4px;text-align: center; color: white;font-size: 20px;height:25px;vertical-align: bottom;display: block;}
#dl_sel_pdf{text-decoration: none; margin-bottom: 10px; position: relative;top:4px;text-indent: 0;cursor: pointer;width: 170px; background-color:red;  border:0; border-radius: 4px;text-align: center; color: white;font-size: 20px;height:25px;flex-flow: column-reverse; display: flex;;}
#dl_holder{width: 170px;}
.squaredOne_sign {display: inline-block;width: 24px;height: 24px;border-radius: 4px;background: -webkit-linear-gradient(top, cyan 0%, cyan 40%, cyan 100%);background: -moz-linear-gradient(top, cyan 0%, cyan 40%, cyan 100%);background: -o-linear-gradient(top, cyan 0%, cyan 40%, cyan 100%);background: -ms-linear-gradient(top, cyan 0%, cyan 40%, cyan 100%);background: linear-gradient(top, cyan 0%, cyan 40%, cyan 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='cyan', endColorstr='cyan',GradientType=0 );margin: 7px auto;position: relative;}
.squaredOne_sign label {cursor: pointer;position: absolute;width: 20px;height: 20px;left: 2px;top: 2px;background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);background: -moz-linear-gradient(top, #222 0%, #45484d 100%);background: -o-linear-gradient(top, #222 0%, #45484d 100%);background: -ms-linear-gradient(top, #222 0%, #45484d 100%);background: linear-gradient(top, #222 0%, #45484d 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );}
.squaredOne_sign label:after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);opacity: 0;content: '';position: absolute;width: 16px;height: 16px;background: #00bf00;background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);background: linear-gradient(top, #00bf00 0%, #009400 100%);top: 2px;left: 2px;}
.squaredOne_sign label:hover::after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";filter: alpha(opacity=30);opacity: 0.3;}
.squaredOne_sign input[type=checkbox]:checked + label:after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);opacity: 1;}
#squaredOne_sign {position: relative;top: 4px;left: 4px;}
.squaredOne_cc {display: inline-block;width: 24px;height: 24px;border-radius: 4px;background: -webkit-linear-gradient(top, cyan 0%, cyan 40%, cyan 100%);background: -moz-linear-gradient(top, cyan 0%, cyan 40%, cyan 100%);background: -o-linear-gradient(top, cyan 0%, cyan 40%, cyan 100%);background: -ms-linear-gradient(top, cyan 0%, cyan 40%, cyan 100%);background: linear-gradient(top, cyan 0%, cyan 40%, cyan 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='cyan', endColorstr='cyan',GradientType=0 );margin: 7px auto;position: relative;}
.squaredOne_cc label {cursor: pointer;position: absolute;width: 20px;height: 20px;left: 2px;top: 2px;background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);background: -moz-linear-gradient(top, #222 0%, #45484d 100%);background: -o-linear-gradient(top, #222 0%, #45484d 100%);background: -ms-linear-gradient(top, #222 0%, #45484d 100%);background: linear-gradient(top, #222 0%, #45484d 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );}
.squaredOne_cc label:after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);opacity: 0;content: '';position: absolute;width: 16px;height: 16px;background: #00bf00;background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);background: linear-gradient(top, #00bf00 0%, #009400 100%);top: 2px;left: 2px;}
.squaredOne_cc label:hover::after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";filter: alpha(opacity=30);opacity: 0.3;}
.squaredOne_cc input[type=checkbox]:checked + label:after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);opacity: 1;}
#squaredOne_cc {position: relative;top: 4px;left: 4px;}
#sign{width:202px;}
label{padding-top: 3px;display: inline-block}
.header_list{font:bold 14px Arial;padding: 3px;background: rgba(29,7,90,1.00);outline: none;text-decoration: none; margin-right: 5px}
#text{height:70px;width:331px;}
#final{height:990px;width:999px;display: none;}
#msg_label{display: table-cell; vertical-align: top;}
#sms_data,#sms_preview{display: inline-block;}
#sms_preview_box{display: inline-block;width:300px;height:400px;border: solid red 2px;border-radius: 5px;vertical-align: top;padding: 10px;}
#dest{width: 310px;}
#prev{text-indent: 0}
.center{text-align: center;text-indent: 0;}
#rem{vertical-align: middle;display: inline-block;width: 24px;height: 24px;border-radius: 4px;background: -webkit-linear-gradient(top, cyan 0%, cyan 40%, cyan 100%);background: -moz-linear-gradient(top, cyan 0%, cyan 40%, cyan 100%);background: -o-linear-gradient(top, cyan 0%, cyan 40%, cyan 100%);background: -ms-linear-gradient(top, cyan 0%, cyan 40%, cyan 100%);background: linear-gradient(top, cyan 0%, cyan 40%, cyan 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='cyan', endColorstr='cyan',GradientType=0 );margin: 7px auto;position: relative;}
#rem label {cursor: pointer;position: absolute;width: 20px;height: 20px;left: 2px;top: 2px;background: #230049}
#rem label:after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);opacity: 0;content: '';position: absolute;width: 16px;height: 16px;background: #00ff00;top: 2px;left: 2px;}
#rem label:hover::after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";filter: alpha(opacity=30);opacity: 0.3;}
#rem input[type=checkbox]:checked + label:after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);opacity: 1;}
#rem_div{text-align: center;}
#inner{position: relative;top:4px;text-indent: 0; margin:auto;cursor: pointer;width: 80px; background-color:darkgreen;  border:0; border-radius: 4px;text-align: center; color: white;font-size: 20px;height:25px;vertical-align: middle;}
#delogger{position: fixed;right:10px;font-weight: bold;cursor: pointer;outline: none;border: none;background-color:transparent;}
.view_camper{position: relative;text-indent: 0;margin-top:2px;cursor: pointer;width: 60px; background-color:rgba(25,0,57,1.00);  border:0; border-radius: 5px;text-align: center; color: white;font-size: 20px;height:23px;vertical-align: middle; display:inline-block;}
.view_MAs{position: relative;text-indent: 0;margin-top:2px;cursor: pointer;width: 60px; background-color:rgba(25,0,57,1.00);  border:0; border-radius: 5px;text-align: center; color: white;font-size: 20px;height:23px;vertical-align: middle; display:inline-block;}
.edit_camper{position: relative;text-indent: 0;margin-top:2px;cursor: pointer;width: 60px; background-color:rgba(25,0,57,1.00);  border:0; border-radius: 5px;text-align: center; color: white;font-size: 20px;height:23px;vertical-align: middle; display:inline-block;}
#selectii{text-decoration: none; position: relative;top:5px;text-indent: 0; margin-left:10px;margin-top:2px;cursor: pointer;width: 250px; background-color:red;  border:0; border-radius: 4px;text-align: center; color: white;font-size: 20px;height:23px;vertical-align: middle; display:inline-block;}
.sel_groups{display: inline-block;vertical-align: top;}
#sel_list{display:inline-block; width:800px}
#edit_camper{width:600px; margin-left: 50px; display: none;position: sticky;top: 100px;}
.v_a_t{vertical-align: top}
#obs_camper{width:100%;height: 150px; transition: 0.5s; color: white;background-color:#230049;}
.s_c-boxes {display: inline-block;width: 22px;height: 22px;border-radius: 4px;background-color:#230049;position: relative;border: 2px solid lime;vertical-align: middle;float: right;right: 22px;}
.s_boxes {display: inline-block;width: 18px;height: 18px;border-radius: 2px;background-color:lime;position: absolute;top:2px;left:2px}
#sel_table,#sel_table td,#sel_table th,#sel_table tr{border-collapse: collapse;border-color: rgba(255,0,100,0.12);border-width: 1px;border-style: solid}
#mass_sel{width:300px;display: none;position: sticky;top: 100px; border: red solid 1px;border-radius: 5px;}
#gen_keeper{margin-top: 7px; padding:3px;width:800px;display: none;top: 100px; border: red solid 2px;border-radius: 5px;}
.selects{margin: 10px;cursor: pointer;background-color:rgb(50,0,130);border:0; border-radius: 4px;height:23px;padding: 0 4px; color: white;}
#selects{cursor: pointer;}
#loading_bar{text-indent: 0;width:790px;margin: auto;border: #E8FC58 solid 1px;border-radius: 7px;height: 10px}
#bar_loading{width:0px; position: relative; top: -4px; height: 11px; display: inline-block; margin: auto;background-color: lime;border-radius: 5px 0px 0px 5px;}
#percentage{position: relative;}
.reg_stage{position: relative;width:80%; margin: auto;}
.reg_inputs{float:right;display: inline}
.clear_float{clear: both}
#gdpr_check{display: inline-block;width:15px;height: 15px;border:cyan 2px solid;border-radius: 4px;vertical-align: middle;background-color: #230049;background-size: cover}
#forward_leg{width: 155px; background-color:red;  border:0; border-radius: 4px;text-align: center; color: white;font-size: 20px;height:25px;vertical-align: middle;}
#reset_reg{position: absolute;top:10px;right:0px; color:#FF7E7E;font-size: 18px;font-weight: bold; z-index: 2;cursor:pointer;}
/*#leg_canvas{width:400px;height: 248px}*/
#leg_div{position: relative;display: inline-block; vertical-align: top;left:50px}
#pic_to_leg_div{position: relative;display: inline-block; width: 50%}
#pic_crop_area:active {cursor: grabbing}
.crop_edges{/*background-color: lime;*/position: absolute;display: inline-block;}
.crop_edges_drag{display: inline-block;position: absolute;z-index: 10;/*background-color: lime*/}
#crop_edge_l{width:3px;height: 173px; cursor:ew-resize}
#crop_edge_l:active{cursor:col-resize}
#crop_edge_t{width:130px;height: 3px; cursor:ns-resize}
#crop_edge_t{cursor:row-resize}
#crop_edge_r{width:3px;height: 173px; cursor:ew-resize}
#crop_edge_r:active{cursor:col-resize}
#crop_edge_b{width:130px;height: 3px; cursor:ns-resize}
#crop_edge_b:active{cursor: row-resize}
#crop_edge_drag_l{width:7px;height: 173px; cursor:ew-resize;border-left: darkgreen dashed 3.5px}
#crop_edge_drag_l:active{cursor:col-resize}
#crop_edge_drag_t{width:130px;height: 7px; cursor:ns-resize;border-top: darkgreen dashed 3.5px;}
#crop_edge_drag_t:active{cursor:row-resize}
#crop_edge_drag_r{width:7px;height: 173px; cursor:ew-resize;border-left: darkgreen dashed 3.5px;}
#crop_edge_drag_r:active{cursor:col-resize}
#crop_edge_drag_b{width:130px;height: 7px; cursor:ns-resize;border-top: darkgreen dashed 3.5px;}
#crop_edge_drag_b:active{cursor: row-resize}
#pic_crop_area{width:130px;height:173px/*;border:blue 3px solid*/;position: absolute;display: inline-block;cursor: grab}
#forward_final{width: 155px; background-color:red;  border:0; border-radius: 4px;text-align: center; color: white;font-size: 20px;height:25px;vertical-align: middle;position: relative;left:130px}
#left_pole{z-index:12;position:absolute;width:3px;border-radius: 0 14px 14px 0;top:0;border-right: 3px solid rgba(93,0,208,1.00);display: none}
#glider{z-index:12;position:absolute;border-right: 3px solid rgba(10,0,62,1.00);display: none}
#left_pole_geter{z-index:13;position:absolute;width:20px;top:0}
#left_pole_shower{z-index:13;position:absolute;width:40px;height:32px;top:10px;left: 10px; background: url('/images/show_menu.png');background-size:contain;}
.menu_items{padding-top: 5px;width:130px;position: relative;margin: auto;height: 25px;background-color: rgba(83,0,139,1.00);display: block;text-align: center;border-radius: 5px;text-decoration: none;color:#E8FC58;border:0;font-size: 18px;}
#live-getter-table,#live-getter-table th,#live-getter-table tr,#live-getter-table td{ border-collapse: collapse; border: rgba(255,1,1,0.3) 2px solid}
#events_table,#events_table th,#events_table tr{width:99%; border-collapse: collapse;}
.table_data{padding: 0px;height:80px;vertical-align: top;border:rgba(150,150,150,0.5) solid 1px;}
.table_data_camp{padding: 0px;height:80px;vertical-align: top;border:rgba(150,150,150,0.5) solid 1px;}
#events_table th{width:14.28%;color:white;}
.table_rows{text-align: center;}
#day{display: none;position: absolute;top: 0;left: 0;right: 0;bottom: 0;border: 1px red solid; border-radius: 4px;margin: auto;background-color: black;z-index:3;}
.sub_ev{font-size: 12px;text-indent: 0!important;}
.g_e_l{font-size: 14px; padding: 5px 0;}
.bulls{font-size: 7px;vertical-align: middle;text-indent: 0!important;}
#table_header{font-weight: bold;}
.day{color:antiquewhite; font-size: 14px;}
.ev_lab{font-size: 12px; color: rgba(0,170,0,1.00);}
#str_mon{margin: 0 auto;}
#str_mon_l{display: inline-block;font-size: 15px; text-indent: 21px; position: absolute;}
#str_mon_f{display: inline-block;font-size: 15px; position: absolute;right:25px}
.days{position: absolute;display: none;background-color:black;}
.meta_mem{position: absolute;display: none;background-color:black;z-index: 7;padding-left: 10px;}
.tabs{border:cyan 2px solid; border-bottom:rgba(10,0,62);width:90px;display:inline-block;margin-right: 3px;font-weight: bold;text-align: center;border-radius:5px 5px 0 0;height:22px;position: relative;background-color:transparent;z-index:3;}
#event_divs{position: relative;bottom:2px}
.divs{display: none;border:cyan 2px solid;background-color:rgba(10,0,62,1.00);min-height: 100px}
.event_spots{display:inline-block;margin: 12px;width:70px; height: 25px;border:rgba(93,0,208,1) 1px solid; border-radius: 5px;text-align: center;line-height: 23px; padding: 4px 5px 4px 5px;}
.res{width:initial;}
.event_extra_spots{display:inline-block;margin: 12px;width:85px; height: 25px;border:rgba(93,0,208,1) 1px solid; border-radius: 5px;text-align: center;line-height: 23px}
#own_res{background-color: limegreen;color:rgba(10,0,62,1)}
#own_extra_res{background-color: limegreen;color:rgba(10,0,62,1)}
#s_s{position: relative;text-indent: 0; margin:10px 0 10px 10px;cursor: pointer;width: 120px; background-color:red;  border:0; border-radius: 4px;text-align: center; color: white;font-size: 16px;height:22px;vertical-align: middle;}
#search_mem{width:120px; height: 20px; background-color:#230049;border:cyan solid 1px;border-radius: 3px;outline: none;color:rgba(1,255,0,1.00); margin:10px 0 10px 10px;transition: 0.5s;}
.bc_list{margin:10px;}
#profile_avatar{max-width:33%;position: absolute}
#qr_code{max-width:23%;position: absolute;z-index:3}
#profile_avatar_got{max-width:31%;position: absolute}
#qr_code_got{max-width:21%;position: absolute;z-index:3}
#regin{color:white;display: block;position: relative;text-align: center;width:120px;margin: auto;background-color:darkgreen;border-radius: 4px;text-decoration: none;height:26px;font-size: 20px;line-height: 1.3;}
#add_plan{color:white;position: relative;text-align: center;width:100px;background-color:red;border-radius: 4px;height:20px;font-size: 16px;outline: none;padding: 0;border: 0}
#pay_plan{color:white;position: relative;text-align: center;width:77px;text-decoration: none; display: block; background-color:red;border-radius: 4px;height:20px;font-size: 16px;outline: none;padding: 0;border: 0}
#pay_plan_mems_c{color:white;position: relative;text-align: center;width:45px;background-color:red;border-radius: 4px;height:25px;font-size: 16px;outline: none;padding: 0;border: 0;display: block;margin: auto}
#pay_plan_mems{color:red;position: relative;text-decoration: underline}
#p_update{color:white;position: relative;text-align: center;width:60px;background-color:red;border-radius: 4px;height:20px;font-size: 16px;outline: none;padding: 0;border: 0}
#lost_pw{color:white;position: relative;text-align: center;width:110px;background-color:darkred;border-radius: 4px;height:18px;font-size: 14px;outline: none;padding: 0;border: 0;margin:auto;display:block}
.set_pres{color:white;position: relative;text-align: center;width:110px;background-color:red;border-radius: 4px;height:20px;font-size: 16px;outline: none;padding: 0;border: 0}
.add_pres_exc_meta{color:white;position: relative;text-align: center;width:110px;background-color:red;border-radius: 4px;height:20px;font-size: 16px;outline: none;padding: 0;border: 0}
.add_pres_exc{color:white;position: relative;text-align: center;width:110px;background-color:red;border-radius: 4px;height:20px;font-size: 16px;outline: none;padding: 0;border: 0}
.pay_plan{color:white;position: relative;text-align: center;width:110px;background-color:red;border-radius: 4px;height:20px;font-size: 16px;outline: none;padding: 0;border: 0}
.d_i_b{display: inline-block}
.d_i-b{display: inline-block}
.equl{height: 77px;vertical-align: middle}
.equl>p{padding: 3px 0}
a{color:rgba(255,50,50,1.00)}
dd{margin-inline-start: 20px;}
.add_event{color:white;position: relative;text-align: center;width:150px;background-color:red;border-radius: 4px;height:20px;font-size: 16px;outline: none;padding: 0;border: 0}
#qr_cover{position: absolute;z-index: 2;background-color: rgba(0,0,0,0.75)}
.margT--paddT{margin-top: 0;padding-top: 10px}
#see-hide{vertical-align: middle;top: -19px;position: relative;}
.color_g{color:green;}
.color_r{color:red;}
.c_r{color:red;}
.c_g{color:green;}
.c_g{color:green;}
.c_l{color:lime;}
.c_y{color:yellow;}
.c_w{color:white;}
.logout{padding: 3px 0 2px 0;height: 30px;}
.hide_over,.show_over{overflow: hidden}
.d_mon{background: rgba(12,33,0,1.00);margin-top: 5px}
.no_m{margin: 0}
#pay_meta{display: none;background: rgba(19,0,35,0.93);position: absolute;z-index: 5}
.p_a{position: absolute}
.p_rel{position: relative}
.p_r{position: relative}
.d_block{display: block}
.m_auto{margin: auto}
.t_center{text-align: center}
.v-a_t{vertical-align: top}
.l-h_21{line-height: 21px;}
.m-l_10{margin-left: 10px}
.m-t_0{margin-top: 0px}
.t-i_10{text-indent: 10px}
.t-i_40{text-indent: 40px}
.w_84{width: 84px}
.f-w_b{font-weight: bold}
.all_pics{position: absolute;display: none;width:30%;right:10px;top:10px;z-index: 10}
#opts{position: absolute;right: 0;z-index: 10;background:url('/images/opts.png');background-size: contain;width:30px;height: 30px;}
#opts_wrap{display: none;position: absolute;top:30px;right: 0}
#edit_event{position: absolute;right: 30px;z-index: 10;width:30px;height:30px;display: inline-block}
#update_event{position: absolute;right: 30px;z-index: 10;width:30px;height:30px;display: inline-block}
#del_event{position: absolute;right: 0;z-index: 10;width:30px;height:30px;display: inline-block}
#editor_wrap{width:100%;background-color:rgba(25,0,44,0.90);position: absolute;z-index: 9;}
#del_event_conf{position: relative;text-indent: 0; margin:10px 0 10px 10px;cursor: pointer1;width: 37px; background-color:red;  border:0; border-radius: 4px;text-align: center; color: white;font-size: 16px;height:22px;vertical-align: middle;}
#buff_h{text-indent: 2px}
#buff_h2{height: 13px;display: inline-block;vertical-align: middle;position: relative;left:10px;border-radius: 2px}
.p-t_8{padding-top: 8px}
.p-t_9{padding-top: 9px}
.p-t_10{padding-top: 10px}
.f-s_16{font-size: 16px}
.f-s_50{font-size: 50px}
.f-s_14{font-size: 14px}
.f-s_12{font-size: 12px}
#buffer_label{width:100px}
.buffered{height: 8px;border-radius: 3px;transition: 1s;transition-timing-function: linear;}
#myBook_space{width:100%;border:#E8FC58 solid 1px; border-radius: 7px; height: 18px;display: inline-block;position: relative;top:7px}
#myBook_used{position: absolute;height: 14px;text-indent:0;left: 1px;top:2px; border-radius: 5px 0 0 5px;}
#used_txt_pc{position: relative;font-size: 16px; text-indent:0;vertical-align: super;top:-18px}
#used_txt_s{position: relative;font-size: 16px; text-indent:0;vertical-align: super;}
.channel_status{cursor: pointer; color:limegreen;border-radius: 29px; background-color: #304;text-indent: 0;text-decoration: none}
.stream_mods{border:rgba(200,0,100,0.3) 1px solid;padding: 7px; border-radius:10px;}
#ncm{border-radius: 2px;border: cyan solid 1px;position: absolute;background-color: black;}
#ncm div{padding: 3px;border: rgba(255,0,0,0.3) solid 1px;cursor: pointer;color: white;}
#ncm div:hover{background-image: url('/images/red-ray.png');background-size: contain;background-position-y: 2px;}
.f-s_20{font-size: 20px}
.v-a_m{vertical-align: middle;}
.c_p{cursor:pointer}
.t_r90{transform: rotate(90deg)}
.w_23{width:23px}
.o_h{overflow:hidden}
.h_18{height:18px}
.b-c_d-i{background-color: #230049}
.b-c_d-g{background-color: darkgreen;}
.t_0{top:0}
.b-c_c{border-collapse:collapse}
.b-c_c tr,.b-c_c th,.b-c_c td{border-collapse:collapse}
.b_ar-s-1{border:rgba(255,0,0,0.3) solid 1px}
.b_r-s-2{border:rgba(255,0,0,1) solid 2px}
.b_ar-s-1 tr,.b_ar-s-1 th,.b_ar-s-1 td{border:rgba(255,0,0,0.5) solid 1px}
.p_10{padding:10px}
.p_10 tr,.p_10 th,.p_10 td{padding:10px}
.p_5{padding:5px}
#datetime{width:220px}
.gr_i-b_bn{position: relative;text-indent: 0;margin-top:2px;cursor: pointer; background-color:darkgreen;  border:0; border-radius: 5px;text-align: center; color: white;font-size: 16px;height:23px;vertical-align: middle; display:inline-block;}
.r_i-b_bn{position: relative;text-indent: 0;margin-top:2px;cursor: pointer; background-color:red;  border:0; border-radius: 5px;text-align: center; color: white;font-size: 16px;height:23px;vertical-align: middle; display:inline-block;}
.mask{position: absolute;width:100%;background-color: rgba(26,0,51,0.84);z-index:10;overflow: hidden;top:0;height: 100%;}
.f_r{float: right}
.t-a_c{text-align: center}
.t-a_l{text-align: left}
.p-lr_5 tr,.p-lr_5 th,.p-lr_5 td{padding: 0 5px}
.w_500{width:500px}
.w_300{width:300px}
.h_300{height:300px}
.h_273{height:273px}
.h_57{height:57px}
.h_20{height:20px}
.h_18{height:18px}
.h_22{height:22px}
.h_24{height:24px}
.h_16{height:16px}
.h_10{height:10px}
.b-c_b{background-color: black}
.b-r_3{border-radius: 3px}
.b-r_5{border-radius: 5px}
.b-r_4_0_0_4{border-radius: 4px 0 0 4px}
.b-c_g-8acp{background-color: rgba(1,255,1,0.8);}
.t_-21{top:-21px}
.t_-3{top:-3px}
.t_-19{top:-19px}
.t_-200{top:-200px}
.t_-222{top:-222px}
.v_h{visibility: hidden}
.c_n-a{cursor: not-allowed;}
.m_5{margin: 5px}
.b-c_l{background-color:lime}
.b-c_a{background-color:aqua}
.b-c_r{background-color:red}
.c_b{color:black}
.w_100{width:100px}
.w_3{width:3px}
.w_30{width:30px}
.w_90{width:90px}
.w_57{width:57px}
.w_92{width:92px}
.w_i-h{width:inherit}
.h_200{height:200px}
.h_28{height:28px}
.h_100{height:100px}
.h_56-25{height:56.25px}
.h_50{height:50px}
.h_48{height:48px}
.l_50pc{left:50%}
.l_70pc{left:70%}
.w_600{width:600px}
.w_355-55{width:355.55px}
.w_1{width:1px}
.w_100pc{width:100%}
.w_50pc{width:50%}
.w_48pc{width:48%}
.w_99pc{width:99%}
.h_45{height:45px}
.h_430{height:430px}
.h_100pc{height:100%}
.o-f_c{object-fit: contain;}
.o-p_t{object-position: top;}
.t_274pc{top: 274%;}
.f-s_100{font-size: 100px}
.z-i_-1{z-index: -1}
.z-i_10{z-index: 10}
.z-i_11{z-index: 11}
.b_l-s-1{border: lime solid 1px}
.b_k-s-1{border: lime solid 1px}
.b_a-s-1{border: aqua solid 1px}
.m-b_5{margin-bottom: 5px}
.m-b_0{margin-bottom: 0px}
.m-b_2{margin-bottom: 2px}
.m-b_10{margin-bottom: 10px}
.m-b_7{margin-bottom: 7px}
.c_mx{cursor:ew-resize}
.m-l_1{margin-left:1px}
.d_n{display: none}
.r_0{right:0}
.t-d_u{text-decoration: underline;}
.t-d-c_r{text-decoration-color: red;}
.l_-22{left:-22px}
.l_10{left:10px}
.t_-1{top: -1px}
.b-l_c-s-1{border-left: cyan solid 1px}
.std_btn_dr{position: relative;padding:5px;text-indent: 0; cursor: pointer; background-color:darkred;  border:0; border-radius: 4px;text-align: center; color: white;font-size: 16px;height:22px;vertical-align: middle;line-height: 0}
.std_btn_dg{position: relative;padding:5px;text-indent: 0; cursor: pointer; background-color:darkgreen;  border:0; border-radius: 4px;text-align: center; color: white;font-size: 16px;height:22px;vertical-align: middle;line-height: 0}
.vids_in_progress{display: inline-block;width:68.48px;position: relative;padding:5px;text-indent: 0; cursor: pointer; background-color:red;  border:0; border-radius: 5px;text-align: center; color: white;font-size: 16px;height:17.75px;vertical-align: middle}
.w_24{width:24px;}
.d_n_i{display: none !important}
.p_a_i{position: absolute !important}
.w_19pc{width: 19%}
.t_10{top: 10px}
.w_95pc{width: 95%}
.m_30{margin: 30px;}
.b-c_i{background-color: indigo;}
.trans_05{transition: 0.5s}
.b_0{bottom: 0}
.t_240{top: 240px}
.w_49pc{width: 49%}
.w_45pc{width: 45%}
.b_-20{bottom: -20px;}
.w_100cp{width: 100%;}
.h_1{height: 1px}
.p-x_3{padding:0 3px}
#tn_seeker{-webkit-appearance: none;background: 0 0;position: absolute;top: 0;left: 0;right: 0;bottom: 0; margin: 0;adding: 0;width: 100%; height: 100%;height: 12px; top: -4px;}
.d_f{display: flex;}
.a-i_c{align-items: center;}
.square_17{width: 17px;height: 17px}