/**
 * Description: CSS.
 *
 * CSS version for appearance light.
 *
 * @category   webrtc2-light.css
 * @package    WP-WebRTC2
 * @author     Oleg Klenitsky <klenitskiy.oleg@mail.ru>
 * @version    1.7.4
 * @license    GPLv2 or later
 */

/* -----------  Mobiles > 500px  ----------- */
@media (min-width: 500px) {
	.webrtc2_head {
		/* for debugging */
		/* background-color: red;*/
		 background-color: transparent;
  }
  .webrtc2_head p {
  	font-size: 14px;
  	margin:0 0 0 5px;
  }
  .max_min {
  	display:flex;
  	margin: 0 5px 0 0;
  }
  .btn_chat, #clockdiv, #record_caption, #wins1_ticker, #wins2_ticker,
  .member_head, #win1_head, #win2_head, #win1_menu_item1, #win1_menu_item2 {
  	font-size: 12px;
  }
  #wins1_thead1 th, #wins1_tbody1 td, #wins1_tfoot1 td,
	#wins1_thead2 th, #wins1_tbody2 td, #wins1_tfoot2 td,
	.caption_tbl, #lbl_fld_dump, #lbl_fld_chat, .slogan,
	.msg, .childs_msg, .childs_channel, .mod, .err, .autoresponder,
	#graph_title_local, #local_legend1, #local_legend2,
	#graph_title_remote, #remote_legend1, #remote_legend2,
	#fld_send_msg, #fld_search_user, #for_fld_file_attach, #fld_dump label, #fld_chat label, #progress_caption {
		font-size: 14px;
	}
  .hide:checked + label + #ice_local, .hide:checked + label + #ice_remote,
  .hide:checked + label + #statChannel, .hide:checked + label + #dataChannel, .hide:checked + label + #ctxChannel,
	.hide:checked + label + #con_stats, .hide:checked + label + #sdp, .hide:checked + label + #cnf, .lbl_version {
		display: inline-table;
		font-size: 12px;
	}
	.checkmark {
  	display:inline-block;
  }
	#wins1_tbody1 img, #wins1_tbody2 img {
		vertical-align: middle;
		padding: 0;
		margin: 0;
		display:inline-block;
	}
	#win_board {
		display: flex;
	}
}
/* -----------   Mobiles < 500px  ----------- */
@media (max-width: 500px) {
	.webrtc2_head {
		/* for debugging */
		/* background-color: green;*/
		 background-color: transparent;
  }
  .webrtc2_head p {
  	font-size: 12px;
  	margin:0 0 0 5px;
  }
  .max_min {
  	display:none;
  }
  .lbl_version, .btn_chat, #clockdiv, #record_caption, #wins1_ticker, #wins2_ticker,
  .member_head, #win1_head, #win2_head {
  	font-size: 8px;
  }
  .checkmark {
  	display:none;
  }
	#wins1_thead1 th, #wins1_tbody1 td, #wins1_tfoot1 td,
	#wins1_thead2 th, #wins1_tbody2 td, #wins1_tfoot2 td,
	.caption_tbl, #lbl_fld_dump, #lbl_fld_chat, .slogan,
	.msg, .childs_msg, .childs_channel, .mod, .err, .autoresponder,
	#graph_title_local, #local_legend1, #local_legend2,
	#graph_title_remote, #remote_legend1, #remote_legend2,
	#fld_send_msg, #fld_search_user, #for_fld_file_attach, #fld_dump label, #fld_chat label, #progress_caption {
		font-size: 8px;
	}
	.hide:checked + label + #ice_local, .hide:checked + label + #ice_remote,
	.hide:checked + label + #statChannel, .hide:checked + label + #dataChannel, .hide:checked + label + #ctxChannel,
	.hide:checked + label + #con_stats, .hide:checked + label + #sdp, .hide:checked + label + #cnf {
		display: none;
		font-size: 8px;
	}
	#wins1_tbody1 img, #wins1_tbody2 img {
		display:none;
	}
	#win_board {
		display:none;
	}
	#wins_video {
		flex-direction: row !important;
		flex-basis: 100% !important;
	}
}

/* for all devices */
.host_id, .member_head a {
	color:white !important;
	text-decoration: none !important;
}
.host_id:hover, .member_head:hover a {
  border-bottom: 1px solid;
  background: #4B4B4B;
}
.lbl_version {
	font-weight: normal;
	color:white;
	position:absolute;
	top:-2px;
	right:0;
}
.webrtc2_head {
	display: flex;
	max-width: 725px !important;
	border: 1px solid black;
	flex-basis: 100%;
	flex-flow: row wrap;
	justify-content: space-between;
	padding:0;
	margin:0 auto !important;
}
.webrtc2_container {
	display: flex;
	background-color: transparent;
	max-width: 725px !important;
	border: 1px solid black;
	flex-basis: 100%;
	flex-flow: row wrap;
	justify-content: center;
	padding:0;
	margin:0 auto !important;
}
.item {
	display: flex;
	border: 1px solid black;
}
.item:nth-child(1) {
	display: flex;
	position: relative;
	background-color:#565656;
	flex-basis: 100%;
	height: auto;
	padding: 0;
	margin-bottom: 2px;
}
.item:nth-child(2) {
	display: flex;
	background-color: transparent;
	flex-basis: 100%;
	flex-flow: row nowrap;
	justify-content: space-between;
	height: auto;
	padding: 0;
	margin-bottom: 2px;
}
.item2subitem:nth-child(1) {
	display: flex;
	background-color:#565656;
	flex-basis: 45%;
}
.item2subitem:nth-child(2) {
	display: flex;
	background-color:#565656;
	justify-content: center;
	flex-basis: 9.5%;
	flex-flow: row wrap;
}
.item2subitem:nth-child(3) {
	display: flex;
	background-color:#565656;
	flex-basis: 45%;
}
.item:nth-child(3) {
	position: relative;
	display: flex;
	background-color: #565656;
	justify-content: center;
	flex-basis: 100%;
	margin-bottom: 2px;
}
.item3subitem:nth-child(1) {
	display: flex;
	position:relative;
	background-color: transparent;
	flex-basis: 90.5%;
}
.item3subitem:nth-child(2) {
	display: flex;
	background-color:#565656;
	flex-basis: 9.5%;
	justify-content: center;
	flex-flow: row wrap;
}
.item3subitem:nth-child(3) {
	position: absolute;
	display: flex;
	background-color: transparent;
	justify-content: space-between;
}
.graph_local, .graph_remote {
	display: flex;
	flex-basis: 45%;
	flex-direction: column;
	background-color:#565656;
	height: 120px;
}
#canvas_local, #canvas_remote {
	width: 100%;
	height: 90px;
}
.graph_cmd {
	display: flex;
	flex-basis: 9.5%;
	flex-flow: row wrap;
	justify-content: center;
	height: 120px;
	background-color:#565656;
}
#graph_title_local, #graph_title_remote {
	cursor: pointer;
	display: flex;
  align-items: center;
	color:white;
	font-weight: normal;
	height: 15px;
	background-color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#graph_legend_local, #graph_legend_remote {
	display: flex;
	justify-content: space-between;
	height: 15px;
	background-color: #333333;
}
#local_legend1, #local_legend2, #remote_legend1, #remote_legend2 {
	color:white;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.item:nth-child(4) {
	position: relative;
	display: flex;
	background-color: transparent;
	justify-content: space-between;
	flex-basis: 100%;
	flex-flow: row nowrap;
	padding: 0;
	margin-bottom: 2px;
}
.item4subitem:nth-child(1) {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	height: 200px;
	flex-basis: 49.8%;
	background-color: #565656;
}
.item4subitem:nth-child(2) {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 200px;
	flex-basis: 49.8%;
	background-color: #565656;
}
#wins_video {
	display: flex;
	flex-direction: row;
	flex-basis: 100%;
  justify-content: space-between;
}
#win_board {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 400px;
	background-repeat: no-repeat;
	background: url(../images/board/board.png);
}
#board_menu_bottom {
	display: flex;
	align-items: center;
  flex-direction: row;
  height: 16px;
  background-color: transparent;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 80%), -1px -1px 1px rgb(255 255 255 / 80%), 1px 2px 1px rgb(0 0 0);
  color: #aaa;
  margin-top: -25px;
}
#board_panel_bottom {
	display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 90%;
  background-color: transparent;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 80%), -1px -1px 1px rgb(255 255 255 / 80%), 1px 2px 1px rgb(0 0 0);
  color: #aaa;
  margin-top: -3px;
}
#fld_current_cmd {
	display:flex;
}
#fld_txt_attrs {

}
#fld_line_attrs {

}
#color_red, #color_orange, #color_yellow, #color_green, #color_deepskyblue, #color_blue, #color_purple, #color_white {
	width: 40px;
	height: 14px;
	border-radius: 10px 0 0 10px;
	margin-left: 5px;
	box-shadow: rgb(255 255 255 / 60%) 2px 2px 3px inset, rgb(0 0 0 / 60%) -2px -2px 3px inset;
}
#color_red {
	background-color: red;
}
#color_orange {
	background-color: orange;
}
#color_yellow {
	background-color: yellow;
}
#color_green {
	background-color: green;
}
#color_deepskyblue {
	background-color: deepskyblue;
}
#color_blue {
	background-color: blue;
}
#color_blue {
	background-color: purple;
}
#color_white {
	background-color: white;
}
#board_canvas {
	background: transparent;
	margin: 25px 35px 35px 35px;
}
#board_panel_top {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	position: absolute;
	top: 0px;
	width: 360px;
	height: 35px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background: url("../images/board/board_panel_top.png");
	clip-path: inset(15px 0px 0px 0px);
	transition: height .3s linear;
}
#board_panel_top:hover {
	top: 9px;
	height: 70px;
  clip-path: none;
}
#board_panel_left {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 2px;
	left: 9px;
	width: 35px;
	height: 323px;
	margin: 23px 0;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background: url("../images/board/board_panel_left.png");
/*	clip-path: inset(0px 0px 0px 15px);*/
	transition: left .3s linear;
}
#board_panel_left:hover {
  width: 40px;
  left: 30px;
  clip-path: none;
}
#cmd_pencil {
	display: block;
	width: 25px;
	height: 25px;
	margin-top: 3px;
	margin-left:3px;
	background-repeat: no-repeat !important;
	background: url("../images/board/pencil.png");
	visibility: hidden;
}
#board_panel_left:hover #cmd_pencil {
  visibility: visible;
}
#cmd_line {
	display: block;
	width: 25px;
	height: 25px;
	margin-top: 3px;
	margin-left:3px;
	background-repeat: no-repeat !important;
	background: url("../images/board/line.png");
	visibility: hidden;
}
#board_panel_left:hover #cmd_line {
  visibility: visible;
}
#cmd_rectangle {
	display: block;
	width: 25px;
	height: 25px;
	margin-top: 3px;
	margin-left:3px;
	background-repeat: no-repeat !important;
	background: url("../images/board/rectangle.png");
	visibility: hidden;
}
#board_panel_left:hover #cmd_rectangle {
  visibility: visible;
}
#cmd_circle {
	display: block;
	width: 25px;
	height: 25px;
	margin-top: 3px;
	margin-left:3px;
	background-repeat: no-repeat !important;
	background: url("../images/board/circle.png");
	visibility: hidden;
}
#board_panel_left:hover #cmd_circle {
  visibility: visible;
}
#cmd_oval {
	display: block;
	width: 25px;
	height: 25px;
	margin-top: 3px;
	margin-left:3px;
	background-repeat: no-repeat !important;
	background: url("../images/board/oval.png");
	visibility: hidden;
}
#board_panel_left:hover #cmd_oval {
  visibility: visible;
}
#cmd_text {
	display: block;
	width: 25px;
	height: 25px;
	margin-top: 3px;
	margin-left:3px;
	background-repeat: no-repeat !important;
	background: url("../images/board/text.png");
	visibility: hidden;
}
#board_panel_left:hover #cmd_text {
  visibility: visible;
}
#cmd_select {
	display: block;
	width: 25px;
	height: 25px;
	margin-top: 3px;
	margin-left:3px;
	background-repeat: no-repeat !important;
	background: url("../images/board/select.png");
	visibility: hidden;
}
#board_panel_left:hover #cmd_select {
  visibility: visible;
}
#cmd_rotate {
	display: block;
	width: 25px;
	height: 25px;
	margin-top: 3px;
	margin-left:3px;
	background-repeat: no-repeat !important;
	background: url("../images/board/rotate.png");
	visibility: hidden;
}
#board_panel_left:hover #cmd_rotate {
  visibility: visible;
}
#cmd_paste {
	display: block;
	width: 25px;
	height: 25px;
	margin-top: 3px;
	margin-left:3px;
	background-repeat: no-repeat !important;
	background: url("../images/board/paste.png");
	visibility: hidden;
}
#board_panel_left:hover #cmd_paste {
  visibility: visible;
}
#cmd_erase {
	display: block;
	width: 25px;
	height: 25px;
	margin-top: 3px;
	margin-left:3px;
	background-repeat: no-repeat !important;
	background: url("../images/board/erase.png");
	visibility: hidden;
}
#board_panel_left:hover #cmd_erase {
  visibility: visible;
}
#cmd_fill {
	display: block;
	width: 25px;
	height: 25px;
	margin-top: 3px;
	margin-left:3px;
	background-repeat: no-repeat !important;
	background: url("../images/board/fill.png");
	visibility: hidden;
}
#board_panel_left:hover #cmd_fill {
  visibility: visible;
}
#cmd_help {
	display: block;
	width: 25px;
	height: 25px;
	margin-top: 3px;
	margin-left:3px;
	background-repeat: no-repeat !important;
	background: url("../images/board/help.png");
	visibility: hidden;
}
#board_panel_left:hover #cmd_help {
  visibility: visible;
}
#cmd_load {
	display: block;
	width: 25px;
	margin-left:3px;
	background-repeat: no-repeat !important;
	background: url("../images/board/load.png");
	visibility: hidden;
}
#board_panel_top:hover #cmd_load {
	transition: margin-top .3s linear;
  visibility: visible;
  margin-top:18px;
}
#cmd_save {
	display: block;
	width: 25px;
	height: 25px;
	margin-left:3px;
	background-repeat: no-repeat !important;
	background: url("../images/board/save.png");
	visibility: hidden;
}
#board_panel_top:hover #cmd_save {
	transition: margin-top .3s linear;
  visibility: visible;
  margin-top:18px;
}
#fld_text {
	display: block;
	min-height: 20px;
	height: 20px;
	font-size: 14px;
	width: 140px;
	margin-left:3px;
	padding:0 !important;
	visibility: hidden;
}
#board_panel_top:hover #fld_text {
	transition: margin-top .3s linear;
  visibility: visible;
  margin-top:20px;
}
#fld_font_size, #fld_line_width {
	display: block;
	min-height: 20px;
	height: 20px;
	font-size: 14px;
	width: 35px;
	margin-left:3px;
	padding:0 !important;
	visibility: hidden;
}
#board_panel_top:hover #fld_font_size {
	transition: margin-top .3s linear;
  visibility: visible;
  margin-top:20px;
}
#board_panel_top:hover #fld_line_width {
	transition: margin-top .3s linear;
  visibility: visible;
  margin-top:20px;
}
#cmd_formula {
	display: block;
	width: 25px;
	height: 25px;
	margin-left:3px;
	background-repeat: no-repeat !important;
	background: url("../images/board/formula.png");
	visibility: hidden;
}
#board_panel_top:hover #cmd_formula {
	transition: margin-top .3s linear;
  visibility: visible;
  margin-top:18px;
}
#cmd_text_bold {
	display: block;
	width: 25px;
	height: 25px;
	margin-left:3px;
	background-repeat: no-repeat !important;
	background: url("../images/board/bold.png");
	visibility: hidden;
}
#board_panel_top:hover #cmd_text_bold {
	transition: margin-top .3s linear;
  visibility: visible;
  margin-top:18px;
}
#cmd_text_italic {
	display: block;
	width: 25px;
	height: 25px;
	margin-left:3px;
	background-repeat: no-repeat !important;
	background: url("../images/board/italic.png");
	visibility: hidden;
}
#board_panel_top:hover #cmd_text_italic {
	transition: margin-top .3s linear;
  visibility: visible;
  margin-top:18px;
}
/* video-chat control panel buttons */
.btn_chat {
	height:20px;
	display: inline-block;
	flex-basis : 90%;
	border: 1px solid transparent;
	padding:0 !important;
	margin: 2px 0;
	color: white;
	text-shadow: 1px 1px 1px #000;
	border-radius: unset;
	background-color: #767676 !important;
	background-image: linear-gradient(to top left,
	                              rgba(0, 0, 0, .2),
	                              rgba(0, 0, 0, .2) 30%,
	                              rgba(0, 0, 0, 0));
	box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6), inset -2px -2px 3px rgba(0, 0, 0, .6);
}
.btn_chat:hover {
	background-color: #A5A39D;
	cursor: pointer;
}
.btn_chat:active {
	box-shadow: inset -2px -2px 3px rgba(200, 200, 200, .6), inset 2px 2px 3px rgba(0, 0, 0, .6);
}
.btn_chat:disabled {
	opacity: 0.7;
}
/* countdown timer */
#clockdiv {
	height: 20px;
	flex-basis : 90%;
	border: 0;
	padding:0;
	margin: 4px 0;
	color: white;
	text-shadow: 1px 1px 1px #000;
	background-color: #767676;
	background-image: linear-gradient(to top left,
	                              rgba(0, 0, 0, .2),
	                              rgba(0, 0, 0, .2) 30%,
	                              rgba(0, 0, 0, 0));
	box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6), inset -2px -2px 3px rgba(0, 0, 0, .6);
	text-align: center;
	cursor: default;
	overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  border-radius: unset;
}
#record {
	display: flex;
	border: 1px solid #000;
	border-radius: 3px;
	background: #565656;
	color: #ccc;
	justify-content: center;
	flex-flow: row wrap;
}
#record_caption {
	height: 14px;
	color: brown;
	text-align: center;
	margin: 0;
	padding:0;
	font-weight: bold;
}
#win1_video, #win2_video {
	position:absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}
/* webrtc stats */
.stats {
	display: flex;
	flex-basis: 100%;
	justify-content: center;
	font-weight: bold;
	line-height: normal;
	color: white;
	z-index: 1;
	height: 20px;
}
#wins1_ticker, #wins2_ticker {
	display: inline-block;
	text-align: center;
	margin: 0;
	padding:0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 225px;
}
/* video-chat window number */
.win_head {
	display: flex;
	flex-flow: row nowrap;
	text-align: center;
	color: white;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	box-shadow: inset -5px -5px 5px #000, 2px 2px 5px white, inset 0px 0px 5px white;
	z-index: 1;
}
.win_head:hover {
	cursor: pointer;
}
#win1_head, #win2_head {
	margin-top: -1px;
	padding-left: 7px;
	padding-top: 3px;
}
/* pull-down menu for win1_video */
#win1_menu_item1, #win1_menu_item2 {
	white-space: nowrap;
	cursor: pointer;
	visibility: hidden;
	text-align: center;
	padding-left: 10px;
	margin: 0;
	width: 80px;
	height: 20px;
	color: white;
	background: linear-gradient(to right,transparent, #000);
	z-index: 1;
}
/* video-chat participant name */
.member_head {
	display: flex;
	color: white;
	height: 20px;
	border-radius: 50px;
	z-index: 1;
}
#wins1_bitrate, #wins2_bitrate, #wins1_audio, #wins2_audio {
	display:flex;
	flex-direction: column;
	align-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
	width:12px;
	height:51px;
	border:1px solid black;
	z-index: 1;
}
.wins_bitrates {
	width:7px;
	height:7px;
	z-index: 2;
}
.webrtc2_container .avatar, img.userphoto.useravatar.img-fluid {
	vertical-align: middle;
	border-radius: 50px;
	width:20px;
	height:20px;
}
#wins1_table1 #wins1_thead1 tr, #wins1_table1 #wins1_tbody1 tr,
#wins1_table2 #wins1_thead2 tr, #wins1_table2 #wins1_tbody2 tr {
	display: table;
	width: 100%;
	table-layout:fixed;
}
#wins1_table1, #wins1_table2 {
	border:none;
	border-collapse: collapse;
	background-color: #565656;
	display: table;
	padding: 0;
	margin: 0;
}
#wins1_table1 tr, #wins1_table2 tr {
	border-bottom: 1px solid black;
}
#wins1_table1 td, #wins1_table2 td {
	border:none !important;
}
.caption_tbl {
	display: table-caption;
	text-align: center;
	caption-side: top;
	height: 23px;
	color: white;
	background-color: #5D5D5D;
	padding: 0;
	margin: 0;
	border:none;
	overflow: hidden;
	text-overflow: ellipsis;
}
#wins1_thead1, #wins1_thead2 {
	display: block;
	color: white;
}
#wins1_thead1 th, #wins1_tbody1 td, #wins1_tfoot1 td,
#wins1_thead2 th, #wins1_tbody2 td, #wins1_tfoot2 td {
	border: none;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1.6 !important;
}
#wins1_tbody1 {
	display: block;
	height: 120px;
	overflow-y: auto;
  color: white;
  border-bottom: 1px solid black;
}
#wins1_tbody2 {
	display: block;
	height: 48px;
  color: white;
  border-bottom: 1px solid black;
}
#img_file_select {
	display: inline-block;
	margin: 0 0 0 5px;
	padding:0;
}
#wins1_tfoot1, #wins1_tfoot2 {
	color: white;
}
#wins1_tfoot1 td, #wins1_tfoot2 td {
	display: flex;
}
#wins1_tfoot1 tr, #wins1_tfoot2 tr {
	border-bottom: 1px solid black;
}
#for_fld_file_attach {
	position: absolute;
	width: 78%;
	display: block;
	color: #ccc;
	font-weight: normal;
	overflow: hidden;
	padding: 0;
	margin: 0 2px;
	height: 20px;
	border: none;
	box-shadow: inset 0 2px 10px 1px rgba(0,0,0,.3), inset 0 0 0 60px rgba(0,0,0,.3), 0 1px rgba(255,255,255,.08);
	background: linear-gradient(rgb(170,170,170), rgb(120,120,120));
	text-align: left;
	cursor: pointer;
}
#btn_search_user, #btn_send_file, #btn_cancel_send_file, #btn_send_msg {
	flex-basis: 25%;
	margin:2px 2px 0 0;
}
#fld_search_user, #fld_send_msg, #fld_file_attach {
	border: none;
	border-radius: 3px;
	box-shadow: inset 0 2px 10px 1px rgba(0,0,0,.3), inset 0 0 0 60px rgba(0,0,0,.3), 0 1px rgba(255,255,255,.08);
	background: linear-gradient(rgb(170,170,170), rgb(120,120,120));
	color: #ccc;
	font-weight: normal;
	transition: .5s linear;
	padding: 0;
	margin: 2px;
	height:20px;
	min-height:20px;
	width:100%;
	z-index:1;
}
#fld_search_user:focus, #fld_send_msg:focus, #fld_file_attach:focus {
  outline: none;
  box-shadow: inset 0 1px 3px 1px  rgba(0,0,0,.5), inset 0 0 0 60px rgba(0,0,0,0), 0 1px rgba(255,255,255,.08);
}
.progress_chrome {
	position: absolute;
	visibility: hidden;
	z-index:1;
	width: 77%;
	margin: 0 4px 0 4px;
	top:-8px;
	height: 40px;
}
.label_chrome {
	position: absolute;
	visibility: hidden;
	width: 77%;
	margin: 0 4px 0 4px;
	text-align: center;
	color: black;
	z-index:2;
	top: 3px;
	height: 20px;
}
.progress_firefox {
	position: absolute;
	visibility: hidden;
	z-index:1;
	width: 77%;
	margin: 0 4px 0 4px;
	top: 3px;
	height: 20px;
}
.label_firefox {
	position: absolute;
	visibility: hidden;
	width: 77%;
	margin: 0 4px 0 4px;
	text-align: center;
	color: black;
	z-index:2;
	top: 3px;
	height: 20px;
}
.progress_opera {
	position: absolute;
	visibility: hidden;
	z-index:1;
	width: 77%;
	margin: 0 4px 0 4px;
	height: 25px;
}
.label_opera {
	position: absolute;
	visibility: hidden;
	width: 77%;
	margin: 0 4px 0 4px;
	text-align: center;
	color: black;
	z-index:2;
	top: 3px;
	height: 20px;
}
.progress_edge {
	position: absolute;
	visibility: hidden;
	z-index:1;
	width: 77%;
	margin: 0 4px 0 4px;
	top: -6px;
	height: 35px;
}
.label_edge {
	position: absolute;
	visibility: hidden;
	width: 77%;
	margin: 0 4px 0 4px;
	text-align: center;
	color: black;
	z-index:2;
	top: 3px;
	height: 20px;
}
.progress_yandex {
	position: absolute;
	visibility: hidden;
	z-index:1;
	width: 77%;
	margin: 0 4px 0 4px;
	top:-8px;
	height: 40px;
}
.label_yandex {
	position: absolute;
	visibility: hidden;
	width: 77%;
	margin: 0 4px 0 4px;
	text-align: center;
	color: black;
	z-index:2;
	top: 3px;
	height: 20px;
}
.slogan {
	display: inline-block;
	background-color: transparent;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .8), -1px -1px 1px rgba(255, 255, 255, .8), 1px 2px 1px rgba(0, 0, 0, 1);
	color: #aaa;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	white-space: normal;
	max-height: 48px;
	height:auto;
	flex-basis:80%;
}
.webrtc2_container ::-webkit-scrollbar {
  width: 16px;
  background-color: #2A2A2B;
  border: 1px solid black;
}
/* Buttons */
.webrtc2_container ::-webkit-scrollbar-button:single-button {
  background-color: #333333;
  display: block;
  border-style: solid;
  height: 13px;
  width: 16px;
}
/* Up */
.webrtc2_container ::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #555555 transparent;
}
.webrtc2_container ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: transparent transparent #777777 transparent;
}
/* Down */
.webrtc2_container ::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 8px 8px 0 8px;
  border-color: #555555 transparent transparent transparent;
}
.webrtc2_container ::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: #777777 transparent transparent transparent;
}

.webrtc2_container ::-webkit-scrollbar-thumb {
	background-color: #565656;
	border: 1px solid #444444;
}
.webrtc2_container ::-webkit-scrollbar-thumb:hover {
	background-color: #666666;
}

.webrtc2_container ::-webkit-scrollbar-track {
	background-color: #444444;
}
/* video stream window for screen share */
#win1_video_screen, #win2_video_screen {
	position:absolute;
	max-width: 100%;
	width: 733px;
	height: 100%;
	left: 0; right: 0; top: 0; bottom:0;
	z-index: 0;
	object-fit: cover;
}
#fld_dump, #fld_chat {
	display: block;
	position:absolute;
	background-color:#565656;
	overflow-y: auto;
	line-height: normal;
	height: 100%;
	width: 100%;
}
#lbl_fld_dump, #lbl_fld_chat {
	display: block;
	border-bottom: 1px dotted green;
	background-color: #565656;
	width:100%;
	height:20px;
	color:white;
	font-weight: normal;
	line-height: normal;
	white-space: nowrap;
}
/* Progressbar of connection */
#progress_connection {
	background-color: #565656 !important;
	height:20px;
	display: none;
}
.sk-wave {
	width: 50px;
	height: 20px;
}
.sk-wave .sk-rect {
	background-color: #337ab7;
	height: 20px;
	width: 5px;
	display: inline-block;
	-webkit-animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
	animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect-1 {
	-webkit-animation-delay: -1.2s;
	    	animation-delay: -1.2s;
}
.sk-wave .sk-rect-2 {
	-webkit-animation-delay: -1.1s;
	    	animation-delay: -1.1s;
}
.sk-wave .sk-rect-3 {
	-webkit-animation-delay: -1s;
	    	animation-delay: -1s;
}
.sk-wave .sk-rect-4 {
	-webkit-animation-delay: -0.9s;
	    	animation-delay: -0.9s;
}
.sk-wave .sk-rect-5 {
	-webkit-animation-delay: -0.8s;
	    	animation-delay: -0.8s;
}

@-webkit-keyframes sk-wave-stretch-delay {
	0%, 40%, 100% {
	-webkit-transform: scaleY(0.4);
	        transform: scaleY(0.4);
	}
	20% {
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
	}
}

@keyframes sk-wave-stretch-delay {
	0%, 40%, 100% {
	-webkit-transform: scaleY(0.4);
	        transform: scaleY(0.4);
	}
	20% {
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
	}
}
/* msg for protocol of dump */
.msg, .childs_msg, .childs_channel, .mod, .err, .autoresponder {
	float: left;
	font-weight: normal;
	border-bottom: 1px dotted deepskyblue;
	padding: 0;
	margin:0;
	width:100%;
}
.msg, .mod, .err {
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.msg {
	color: aquamarine;
}
.childs_msg, .childs_channel, .mod {
	color: Silver;
}
.err {
	color: brown;
}
.autoresponder {
	height: auto;
	color: lime;
	white-space: normal;
}
/* collapse and expand text in the message box */
/* hide checkboxes and content blocks */
.hide {
	display: none;
}
.hide + label + #sdp, .hide + label + #cnf, .hide + label + #ice_local, .hide + label + #ice_remote,
.hide + label + #con_stats,
.hide + label + #statChannel, .hide + label + #dataChannel, .hide + label + #ctxChannel {
	display: none;
}
#ice_local th, #ice_remote th, #ice_local td, #ice_remote td, #con_stats th, #con_stats td,
#statChannel th, #statChannel td, #dataChannel th, #dataChannel td, #ctxChannel th, #ctxChannel td {
/*	border: 1px dotted green !important;*/
	color: white;
}
/* make label text */
#fld_dump span, #fld_chat span {
	height:20px;
	font-weight: normal;
	color: #337AB7;
	float: left;
	margin-right: 5px;
}
#fld_dump label, #fld_chat label {
	margin:0;
}
.hide + label {
	padding: 0;
	color: white;
	cursor: pointer;
	display: inline-block;
	width: 84%;
}
/* label text view when radio button is active */
.hide:checked + label {
	color: red;
	border-bottom: 0;
}
/* when the checkbox is active, we show the blocks with the content */
.hide:checked + label + #ice_local, .hide:checked + label + #ice_remote, .hide:checked + label + #con_stats,
.hide:checked + label + #sdp, .hide:checked + label + #cnf,
.hide:checked + label + #statChannel, .hide:checked + label + #dataChannel, .hide:checked + label + #ctxChannel {
	color: white;
	word-wrap: break-word;
	width: 100%;
	background: #565656;
	-webkit-box-shadow: inset 3px 3px 10px #000000;
	box-shadow: inset 3px 3px 10px #000000;
	margin: 0;
	border: 0;
	/* a little animation when */
	-webkit-animation:fade ease-in 0.5s;
	-moz-animation:fade ease-in 0.5s;
	animation:fade ease-in 0.5s;
}
/* animation when hidden blocks appear */
@-moz-keyframes fade {
	from { opacity: 0; }
	to { opacity: 1 }
}
@-webkit-keyframes fade {
	from { opacity: 0; }
	to { opacity: 1 }
}
@keyframes fade {
	from { opacity: 0; }
	to { opacity: 1 }
}
.hide + label:before {
	background-color: #1e90ff;
	color: #fff;
	content: "\002B";
	display: block;
	float: left;
	font-weight:normal;
	height: 14px;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 2px 2px 0 0;
}
.hide:checked + label:before {
	content: "\2212";
}
.smoothie-chart-tooltip {
	background: #565656;
	padding: 1em;
	margin-top: 20px;
	font-family: consolas;
	color: white;
	pointer-events: none;
}
.blinking {
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
	animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText {
	50%{	color: lightgreen;	}
	100%{	color: green;	}
}
/* Customize the label for checkbox(the container) */
/* Hide the browser's default checkbox */
.container_chk input {
  position: absolute !important;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: relative;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  border: 1px solid transparent;
  background-clip: padding-box;
  background-color: var(--color-white-back);
  box-shadow: inset 2px 2px 1px rgb(204 204 207 / 45%), inset -2px -2px 2px #ffffff, -1px -1px 1px 0 rgb(255 255 255 / 50%), 1px 1px 1px 0 rgb(0 0 0 / 2%);
  cursor: pointer;
}
/* On mouse-over, add a grey background color */
.container_chk:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container_chk input:checked ~ .checkmark {
  background-color: #333333;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container_chk input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container_chk .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
label.container_chk {
	display: contents;
	margin: 0;
  padding: 0;
  width: 25px;
}
