/* 
	E_CHAT_CSS 
*/
#idChatbotVlz {
	display: none;
}

#idTelSuporteTecnico{
	display: none;
}

.e-chat-closed {
	position: fixed;
	right: 0;
	top: 0;
	width: 40px;
	height: 200px;
	background-color: #005582;
	border-radius: 5px;
	cursor: pointer;
	z-index: 99999;
	margin-top: 35vh;
}

.e-chat-closed-int {
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	height: 40px;
	width: 135px;
	margin-top: 95px;
	margin-left: -33px;
}

.e-chat-font {
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.e-chat-font-open {
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.e-chat-icon {
	width: 30px;
	margin-top: -20px;
	margin-left: 140px;
}

.e-chat-opened {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	margin-top: 13vh;
	margin-bottom: 15vh;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-color: #ffffff;
	z-index: 9999;
}

.e-chat-opened-loading {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	height: 100%;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-color: #000000;
	opacity: 0.2;
	z-index: 10000;
	text-align: center;
}

.e-chat-btn-close {
	font-size: 18px;
	font-weight: bold;
	color: white;
	float: right;
	cursor: pointer;
}

.e-chat-bar-sup {
	background-color: #005582;
	padding: 20px;
	height: 2vh;
}

.e-chat-bar-mid {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 51vh;
}

.e-chat-bar-inf {
	height: 13vh;
	background-color: lightGray;
	width: 100%;
	padding: 10px;
	text-align: left;
}

.e-chat-txtarea {
	width: 220px;
	height: 98%;
	resize: none;
}

.e-chat-send {
	padding-bottom: 30px;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

#ul-echat {
	overflow: auto;
	height: 100%;
	text-align: left;
}

.echat-msg-color-0 {
	background-color: #ffffff;
	padding: 10px;
	margin-left: 10px;
	float: left;
	width: 80%;
	border-radius: 5px;
	margin-top: -9px;
}

.echat-msg-color-1 {
	background-color: #e6e6fa;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	width: 80%;
	border-radius: 5px;
}

.echat-msg-color-2 {
	background-color: #c6e2ff;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
	width: 80%;
	border-radius: 5px;
	float: right;
}

.echat-feedback {
	display: flex;
	justify-content: center;
}

.echat-dislike-link {
	cursor: pointer;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 20px;
	color: gray;
}

.echat-dislike-link:hover {
	font-weight: bold;
}

.echat-like-link {
	cursor: pointer;
	margin-top: 5px;
	margin-left: 10px;
	color: gray;
}

.echat-like-link:hover {
	font-weight: bold;
}

.clicked-disliked {
	color: #C80100;
	font-weight: bold;
}

.clicked-liked {
	color: #005582;
	font-weight: bold;
}

.echat-dislike-img {
	cursor: pointer;
	width: 25px;
	height: 25px;
}

.echat-like-img {
	cursor: pointer;
	width: 25px;
	height: 25px;
	margin-top: -4px;
}

.echat-data-horario {
	text-align: right;
	margin-top: 5px;
	color: gray;
	font-size: 10px;
}

.echat-area-msgs {
	display: flex;
	flex-flow: column wrap;
}