.wayos_msg_wrap {
	display:none;
}

.wayos_msg_wrap.active {
    display: block;
}

.wayos_msg_head {
	color:white;
	padding:15px;
	font-weight:bold;
	cursor:pointer;
	border-radius:5px 5px 0px 0px;
	background:#3498db;
	/*padding-right: 30px;*/
}

.wayos_image_head {
    width: 90%;
    height: 400px;
	margin: 5px auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-size: auto;
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
}

.wayos_menu_item {
	cursor: pointer;
    width: 80%;
	margin: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	/*border: 1px solid #1DC7EA;*/
	background:#FFFFFF;
    text-align: center;
	color: #82ca9c;
    border: 1px solid #82ca9c;    
}

.orange {
	background:#f39c12;
}

.wayos_msg_box{
	position:fixed;
	bottom:-5px;
	max-width:300px;
	min-width:250px;
	background:white;
	border-radius:6px 6px 0px 0px;
	border:solid 1px #3498db;
	right:20px;
	z-index: 1000;
	-webkit-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.5);
}

.wayos_msg_body {
	background:white;
	height:200px;
	font-size:12px;
	padding:15px;
	overflow:auto;
	overflow-x: hidden;
}

.wayos_msg_input {
	width:100%;
	border: 1px solid white;
	border-top:1px solid #DDDDDD;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;  
	font-size: 16px;
}

.wayos_msg_l {
	position:relative;
	background:#FDE4CE;
	color:black;
	padding:10px;
	min-height:10px;
	margin-bottom:5px;
	margin-right:10px;
	border-radius:5px;
}

.wayos_msg_l:before {
	content:"";
	position:absolute;
	width:0px;
	height:0px;
	border: 10px solid;
	border-color: transparent #FDE4CE transparent transparent;
	left:-20px;
	top:7px;
}

.wayos_msg_r {
	background:#EEF2E7;
	color:black;
	padding:10px;
	min-height:15px;
	margin-bottom:5px;
	position:relative;
	margin-left:10px;
	border-radius:5px;
	word-wrap: break-word;
}

.wayos_msg_r:after {
	content:"";
	position:absolute;
	width:0px;
	height:0px;
	border: 10px solid;
	border-color: transparent transparent transparent #EEF2E7;
	right:-20px;
	top:7px;
}

#eoss-likeMessage {
    width: 25%;
    background: #3498db;
    color: white;	
    line-height: 40px;
    margin-bottom: 10px;
}

#eoss-dislikeMessage {
    width: 25%;
    background: #3498db;
    color: white;	
    line-height: 40px;
    margin-bottom: 10px;
}

#eoss-sendMessage {
    width: 50%;
    background: #3498db;
    color: white;	
    line-height: 40px;
    margin-bottom: 10px;
}

#eoss-landingLink {
    margin-right: 10px;
}

#eoss-bell {
    width: 50%;
    background: #3498db;
    color: white;	
    line-height: 40px;
    margin-bottom: 10px;
}

.wayoicon {
	background-image: url("https://wayobot.com/images/wayoicon.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;	
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

@media (max-width: 500px) {
	.wayos_mobile {
		width: 100%;
	    right: 0;
	    max-width: 100%;
	
	}	
	.mobile{
		max-width: 80%;
	}
	
}

.wayos_msg_l img {
	width: 30px;
	border-radius: 5px;
	margin-right: 10px;
}

.plus-bot {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

/*.wayos_mobile .wayos_msg_head{
	height: 7%;
}
.wayos_mobile .wayos_msg_wrap{
	height: 93%;
}
.wayos_mobile .wayos_msg_body{
	height: 70%;
}
.wayos_mobile .wayos_msg_footer{
	height: 30%;
}
.wayos_mobile .wayos_msg_input{
	height: 80%;
	min-height: auto;
}
.wayos_mobile #eoss-sendMessage{
    height: 20%;
}*/