@charset "utf-8";
/* CSS Document */


.clearfix { *zoom: 1; } /* For IE 6/7 */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after { clear: both; }


    #live-chat .enviar {
        vertical-align: top;
        float: left;
        margin: 5px;
    }
    #live-chat .btn {
        vertical-align: top;        
        margin-left: 3px;
        height: 50px;
        width: 13%;
        color: white;
        padding: 0 !important;
    }
    #live-chat .btn:after {
        content: none;
    }

   

/* ---------- LIVE-CHAT ---------- */

#live-chat {
	bottom: 0;
	font-size: 12px;
	right: 24px;
	position: fixed;
	width: 25%;
	z-index: 10000 !important;
}

#live-chat header {
	background: #293239;
	border-radius: 5px 5px 0 0;
	color: #fff;
	cursor: pointer;
	padding: 5px 24px;
}

#live-chat h4:before {
	background: #1a8a34;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 8px;
	margin: 0 8px 0 0;
	width: 8px;
}

#live-chat h4 {
	font-size: 14px;
	font-weight: bold;
}

#live-chat h5 {
	font-size: 10px;
}

#live-chat form {
	padding: 24px;
}

#live-chat input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
	outline: none;
	width: 234px;
}

#live-chat .textarea {
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 8px;
        outline: none;
        float: left;        
        width: 70%;
        
    }

.chat-message-counter {
	background: #e62727;
	border: 1px solid #fff;
	border-radius: 50%;
	display: none;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	left: 0;
	line-height: 28px;
	margin: -15px 0 0 -15px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 28px;
}


.chat-close {
	background: #1b2126;
	border-radius: 50%;
	color: #fff;
	display: block;
	float: right;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	margin: 2px 0 0 0;
	text-align: center;
	width: 16px;
}

.chat {
	background: #fff;
	padding: 0 !important;
}

.chat-history {
	height: 300px;
	/*padding: 8px 24px;*/
	overflow-y: scroll;
}

.chat-history::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
.chat-history::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}
.chat-history::-webkit-scrollbar-thumb {
    background-color: #337ab7;
    border: 1px solid #337ab7;
}
.chat-message {
	margin: 16px 10px;
}

.chat-message img {
	border-radius: 50%;
	float: left;
}

.chat-message-content {
	margin-left: 56px;
	font-size: 13px;
}

.chat-time {
	float: right;
	font-size: 11px;
}

.chat-feedback {
	font-style: italic;	
	margin: 0 0 0 80px;
}