/* Chat Trigger */

.chat_trg_mobile {
	display: none;
}
.chat_trg_desk {
	display: block;
}
.chatpromocss {
	height: 68px;
	display: none;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 482px;
	z-index: 300;
	visibility: hidden;
	border-style: none;
	border-radius: 0;
	background-color: #E8E9EC;
	color: #051A37;
	-webkit-transition: background-color 500ms ease 0s;
	-moz-transition: background-color 500ms ease 0s;
	-ms-transition: background-color 500ms ease 0s;
	-o-transition: background-color 500ms ease 0s;
	transition: background-color 500ms ease 0s;
}
.chatpromocss:hover {
	background-color: #DCDEE2;
}
.chatpromo_icon .fa {
  padding: 0px;
  font-size: 45px;
}
.chatpromo_icon {
	width: 45px;
  height: 45px;
  margin: 8px 30px;
  float: left;
  display: inline-block;
}
.chatpromocss p {
	padding: 0px 40px 0px 108px;
	font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
.lc_trg_link, .lc_trg_link:hover {
	text-decoration: none;
}

/*Chat Buttons*/

.cancel_lc_log {
	display: inline;
	margin-right: 30px;
	float:left;
}
.start_lc {
	display: inline;
	float:left;
	padding: 5px 10px 6px 15px;
}
.endchat
{
	position:absolute;
	left: 715px;
	top: 20px;
}
.submit_fb_lc {
	margin: 20px 0px;
	display: block;
	clear: both;
	float: left;
}
.cancelchat_messagge {
	display: block;
	float: left;
}
.nochatbox_close {
	margin-top: 30px;
	margin-top: 30px;
  display: block;
  float: left;
}

/*Chat Forms*/

.chathdng {
	font-size: 20px;
	font-weight: 600;
}
small {
	padding: 30px 0px;
  float: left;
  display: block;
  clear: both;
}
.smallhdng {
	margin-bottom:5px;
  font-size: 10pt;
  display: block;
  font-weight: normal;
}
#chatformbox input, #chatfeedbackbox input
{
	width: 390px;
	margin:0px auto 15px 0px;
}
#chatformbox select, #ratingbox select
{
	min-width: 250px;
	margin: 0px auto 20px auto;
}
.feedbacktarea
{
	width: 400px;
	height: 80px;
	resize: none;
	float: left;
	display: block;
	clear: both;
}

/* Chat main elements */

#nochatbox {
	position:absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
  max-width: 850px !important;
  min-width: 320px;
  margin: 0 auto;
  padding: 30px;
	overflow:hidden;
	background-color: #051A37;
	color: #ffffff;
	box-sizing: border-box;
	display: none;
}
#livechatbox {
	position:absolute;
	left:0px;
	top:0px;
	width: 100%;
	max-width: 850px !important;
	min-width: 320px;
	height: 550px;
	margin: 0 auto;
	padding: 0px;
	overflow:hidden;
	background-color: #fff;
	display: block;
}
#chatformbox {
	width:100%;
	padding: 0px;
	margin: 0 auto;
	display: block;
}
.lc_intro {
	width: 100%;
	float: left;
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 20px;
	background-color: #051A37;
	color: #ffffff;
	font-size: 14px;
	box-sizing: border-box;
}
.lc_content {
	margin: 0 auto;
	font-size: 14px;
	color: #202020;
	display: block;
	clear: both;
	padding: 20px;
	box-sizing: border-box;
}
#chatwrap {
	display: none;
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	box-sizing: border-box;
}
.lc_css {
	width: 100%;
	height: 70px;
	float: left;
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	background-color: #051A37;
}
.chatstatuswindow {
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}
.chatwindow {
	width: 100%;
	height: 415px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: auto;
	color: #051A37;
	padding: 25px;
	display: block;
	clear: both;
	background-color: #fff;
	-webkit-box-shadow: inset 0px -10px 40px 10px rgba(112, 112, 112, 0.27);
	-moz-box-shadow: inset 0px -10px 40px 10px rgba(112, 112, 112, 0.27);
	box-shadow: inset 0px -10px 40px 10px rgba(112, 112, 112, 0.27);
}
.wait_messagge {
	color: #666;
	font-size: 20px;
}
#spinanim {
	width: 100%;
	position: relative;
	margin-top: 130px;
}
#formpos_wrap {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0px;
}
#chatinputpos {
	width: 85%;
	float: left;
	margin: 0 auto;
	padding: 0px;
	display: inline;
}
#chatinput {
	width: 100%;
	height: 65px;
	margin: 0 auto;
	padding: 8px 10px 8px 10px;
	display: block;
	box-sizing: border-box;
	background-color: #fcfcfc;
	border-radius: 0px;
	border: none;
	color: #000000;
	font-size: 14px;
	resize: none;
	outline: none;
	-webkit-appearance: none;
	border: 2px solid #99C228;
}
#chatinput:focus {
	background-color: #ffffff;
}
#chatsubmit {
	width: 15%;
	height: 43px;
	margin: 0 auto;
	padding-top: 22px;
	float: right;
	background-color: #9DC02E;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	text-align: center;
	border: none;
	outline: none;
	border-radius: 0px;
	-webkit-appearance: none;
	-webkit-transition: color 500ms ease 0s;
	-moz-transition: color 500ms ease 0s;
	-ms-transition: color 500ms ease 0s;
	-o-transition: color 500ms ease 0s;
	transition: color 500ms ease 0s;
}
#chatsubmit:hover, .#chatsubmit:active {
	color: #fff;
	background-color: #7B9724;
}
#chatcharcount {
	position:absolute;
	left: 585px;
	top: 535px;
	color:#6b6b6b;
	font-size: 10px;
}

/* Chat operator image */

.op_image_wrap {
	position: relative;
	width: 80%;
	height: auto;
	display: none;
}
#lcopimage {
	position: absolute;
	top: 55px;
	left: 40px;
	width: 50px;
	height: 50px;
	background-color: #9DC02E;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 6px solid #9DC02E;
	overflow: hidden;
	z-index: 3000;
	opacity: 0.1;
	-webkit-box-shadow: 2px 4px 25px 0px  rgba(58, 58, 58, 0.4);
  -moz-box-shadow:    2px 4px 25px 0px  rgba(58, 58, 58, 0.4);
  box-shadow:         2px 4px 25px 0px  rgba(58, 58, 58, 0.4);
}
.op_img {
	width: 100%;
	margin: 0 auto;
}
.img_toggle {
	position: absolute;
	top: 63px;
	left: 155px;
	display: none;
	width: 24px;
	height: 24px;
	background-color: #9DC02E;
	background-image: url('../images/minus.png');
	background-repeat: no-repeat;
	background-position: center 6px;
	background-size: 12px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index: 3000;
	cursor: pointer;
	-webkit-box-shadow: 2px 4px 25px 0px  rgba(58, 58, 58, 0.4);
  -moz-box-shadow:    2px 4px 25px 0px  rgba(58, 58, 58, 0.4);
  box-shadow:         2px 4px 25px 0px  rgba(58, 58, 58, 0.4);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.plus {
	top: 57px;
	left: 90%;
	background-image: url('../images/plus.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

/* Chat conversation and bubbles */

.conversation_line {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	clear: both;
}
.op_chat
{
	position: relative;
	font-weight:normal;
	color:#ffffff;
	font-size: 16px;
	display: block;
	padding:5px 20px 5px 20px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	min-width: 55px;
	max-width: 50%;
	float: right;
	margin-bottom: 50px;
	background-color: #9DC02E;
  -webkit-box-shadow: 2px 4px 25px 0px  rgba(58, 58, 58, 0.4);
  -moz-box-shadow:    2px 4px 25px 0px  rgba(58, 58, 58, 0.4);
  box-shadow:         2px 4px 25px 0px  rgba(58, 58, 58, 0.4);
}
.bubble_arrow_op {
	position: absolute;
  bottom: -14px;
  right: 25px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #9DC02E;
}
.op_chat a
{
	text-decoration:underline;
}
.op_chat a:hover
{

	text-decoration:underline;
}
.user_chat
{
	position: relative;
	font-weight:normal;
	color: #fff;
	font-size: 16px;
	display: block;
	padding:5px 20px 5px 20px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 10px;
	min-width: 55px;
	max-width: 50%;
  float: left;
	margin-bottom: 50px;
	background-color: #9B9B9B;
  -webkit-box-shadow: 2px 4px 25px 0px  rgba(58, 58, 58, 0.4);
  -moz-box-shadow:    2px 4px 25px 0px  rgba(58, 58, 58, 0.4);
  box-shadow:         2px 4px 25px 0px  rgba(58, 58, 58, 0.4);
}
.bubble_arrow_user {
	position: absolute;
  bottom: -14px;
  left: 25px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #9B9B9B;
}

/*Operator typing animation*/

.type_note {
	display: inline;
	float: left;
}
.typeanim_wrap {
	position: relative;
	width: 80px;
	height: 70px;
	margin: -21px 10px;
	padding: 0px;
	display: inline;
	float: left;
	background: transparent;
	z-index: 9000;
}
.typeanim {
	position:absolute;
	top:0px;
	left: 0px;
	width: 80px;
	height: 70px;
}
#typeanim0 {
	background-image: url('../images/type_animation/type0.png');
  background-position: center center;
  background-repeat:no-repeat;
  background-size: 58px;
  z-index: 600;
  display:block;
}
#typeanim1 {
	background-image: url('../images/type_animation/type1.png');
  background-position: center center;
  background-repeat:no-repeat;
  background-size: 58px;
  z-index: 500;
  display: none;
}
#typeanim2 {
	background-image: url('../images/type_animation/type2.png');
  background-position: center center;
  background-repeat:no-repeat;
  background-size: 58px;
  z-index: 400;
  display: none;
}
#typeanim3 {
	background-image: url('../images/type_animation/type3.png');
  background-position: center center;
  background-repeat:no-repeat;
  background-size: 58px;
  z-index: 300;
  display: none;
}
#typeanim4 {
	background-image: url('../images/type_animation/type4.png');
  background-position: center center;
  background-repeat:no-repeat;
  background-size: 58px;
  z-index: 200;
  display: none;
}
#typeanim5 {
	background-image: url('../images/type_animation/type5.png');
  background-position: center center;
  background-repeat:no-repeat;
  background-size: 58px;
  z-index: 100;
  display: none;
}

























.popup_head {
	font-size: 22px;
	font-weight:bold;
	color: #ffffff;
}

#chatformclose
{
	display: none;
}