/* Live Video Chat */

.my_online_stat {
	display: inline-block;
	margin-left: 2px;
	text-align: center;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	padding: 5px;
	color: #28b463;
}

.call_pop_agent {
	position: fixed;
	padding: 20px;
	border: 5px solid #1ec685;
	border-radius: 5px;
	width: 65%;
	left: 15%;
	top: 25%;
	z-index: 5000;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background: white;
	font-family: dosis_med;
	display: none;
}

.pop_notice_body {
	font-size: 24px;
	font-weight: bold;
	border: 2px solid #425eb2;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 25px;
}


#call_anim, #set_anim {
	text-align: center;
	display: none;
}

.hidden_cove {
	display: none;
}

.pop_reply_wrap {
	margin-top: 20px;
}

.call_action_go, .call_action_no, .call_action_spam {
	display: inline-block;
	background: #3399FF;
	color: white;
	padding: 5px;
	font-family: dosis_bld;
	font-size: 24px;
	cursor: pointer;
	margin-left: 15px;
}

.call_action_no {
	margin-left: 20px;
	background: gray;
}

.call_action_go:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.call_action_spam {
	font-size: 18px;
	background: red;
}

.call_action_bx {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	color: orange;
}

.msg_box_wrap {
	margin-top: 5px;
	font-size: 14px;
}

.msg_box_holder {
	position: relative;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 15px;
}

.com_msg_cnx {
	display: inline-block;
	padding: 5px;
	border: 1px solid #d3d3d3;
	background: #f9f9f9;
	margin-right: 10px;
}

.foot_note_mat {
	display: inline-block;
	color: #d3d3d3;
}

.set_msg_head {
	margin-bottom: 15px;
	font-size: 1.25em;
}

.video_input {
	display: inline-block;
	margin-right: 25px;
	width: 20%;
}

.red_border {
	border: 2px solid red;
}	
