/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

#chatbot-con {
	width: 22%;
    position: fixed;
    right: 5%;
    bottom: 0;
    background-color: #F4E1FF;
    z-index: 99999;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	height:0px;
}

#chatbot-con::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#chatbox-top {
	height: 35px;
    width: 100%;
    position: relative;
    top: 0;
    cursor: pointer !important;
    z-index: 999999;
    color: #000000;
    font-size: 16px;
    padding: 5px;
    text-align: center;
}

#chatbot-con-icon img{
	position: fixed;
    width: 200px;
    height: 60px;
    bottom: 12px;
    right: 50px;
    text-align: center;
    z-index: 99;
}

#chatbox-history {
	height: 330px;
    overflow: scroll;
    overflow-x: hidden;
    margin-bottom: 5px;
    background-color: #ffffff;
}

#chatbox-history .chatbox-history-list {
	list-style-type: none;
	margin:0px;
}

#chatbox-history li {
	list-style:none;
	display:inline-block;
	width:100%;
}

#chatbox-history li:after {
	clear:both;
}

#chatbox-history .chatbox-history-list .chatbox-history-icon {
	float: left;
	width:20%;
	background-color:#ffffff;
	min-height:20px;    
	padding-top: 16px;
}

#chatbox-history .chatbox-history-list .chatbox-history-message {
	float: right;
    width: 76%;
    padding: 16px;
    margin-right: 4%;
    margin-top: 10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color:#ffffff;
	color:#000000;
}
#chatbox-history .chatbox-history-list .chatbox-history-bot{
	padding-left:0px;
	padding-right:0px;
}

#chatbox-history .chatbox-history-list .chatbox-wide {
	background-color:#5a5fad;
	color:#ffffff;
}


.chatbox-wide {
	width:95%;
}

#chatbox-input {
	background-color:#ffffff;
}

.robot-img {
	width:55px;
	height:55px;
}

.fac-result {
	width:20%;
	float:left;
	margin:2%;
}

.fac-result h2 {
	font-size:16px;
	line-height:20px;
	height:45px;
}
.search-filter-results h2 {
	font-size:16px;
	line-height:20px;
	height:45px;
}