@charset "utf-8";
/* CSS Document */

@import 'font-awesome.css';

#chatbotContainer {
	/*
	bottom: 30px;
	position: fixed;
	right: 50px;*/
}

html {
	height: 100%;
}

#chathead,
#chatiframe {
	bottom: 160px;
	position: fixed;
	right: 10px;
	z-index: 9;
}

#chatiframe {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 3001;
}

#chatheadBubble {
	/*background-color: #fff;*/
	/*border: 1px solid #006191;*/
	background-color: #CC4400;
	border: 1px solid #fff;
	border-radius: 10px;
	/*color: #006191;*/
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding: 8px;
	max-width: 140px;
}

#chatheadBubble:before,
#chatheadBubble:after {
	border: solid 10px transparent;
	border-bottom: 0;
	/*border-top-color: #FFF;*/
	border-top-color: #CC4400;
	bottom: -10px;
	content: "\0020";
	display: block;
	height: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 0;
	z-index: 2;
}

#chatheadBubble:after {
	/*border-top-color: #006191;*/
	border-top-color: #fff;
	bottom: -11px;
	z-index: 1;
}

#chatheadIcon {
	margin-top: 15px;
}

#chatheadImg {
	border: 1px solid #fff;
	border-radius: 50%;
	height: 80px;
	width: 80px;
}

#chatheadClose {
	background-color: #fff;
	border: solid 1px #006191;
	border-radius: 50%;
	bottom: 0;
	height: 24px;
	line-height: 16px;
	position: absolute;
	padding: 0;
	right: -10;
	width: 24px;
}

#chatheadHoriBtn {
	background-color: #006191 !important;
	border-top-left-radius: .6rem;
	border-bottom-left-radius: .6rem;
	color: #fff !important;
	font-weight: bold;
	font-size: 16px;
	position: fixed;
	right: 0;
	top : 60%;
	/*transform: rotate(270deg);*/
}

.chatheadHoriBtn-en {
	border-top-left-radius: .6rem !important;
	border-top-right-radius: .6rem !important;
	border-bottom-left-radius: 0 !important;
	right: -40px !important;
	transform: rotate(270deg) !important;
}

.chatmodal {
	height: 100%;
	overflow: hidden;
}

@media (min-width: 768px) {
	#chathead {
		bottom: 160px;
		right: 10px !important;
	}

	#chatiframe {
		bottom: 10px;
		height: 70%;
		left: auto;
		max-width: 410px;
		right: 10px;
		top: auto;
		z-index: 3002;
	}
}