.m_slimchat_popupbox {
	right: 30%;
	bottom: 0px;
	position: fixed;
	z-index: 150;
	width: 350px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding:0px;
	height: 30px;
	color:#000;
}
.m_slimchat_popupbox input {
	color:#000;
}
.m_slimchat_popupbox.open {
	height:400px;
}
.m_slimchat_popupbox.open .m_slimchat_title {
	background-image:url('/sb_data/modules/mod_slimchat/templates/icons/contract.png');
}
.m_slimchat_title {
	color: #fff;
	padding:6px 0 0 10px;
	height:30px;
	background-image:url('/sb_data/modules/mod_slimchat/templates/icons/expand.png');
	background-repeat:no-repeat;
	background-position:top right;
	background-color: rgba(0, 153, 255, 0.7);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.m_slimchat_operator {
	height:50px;
	color:#000;
	border-left: 1px solid #09F;
	border-right: 1px solid #09F;
	background-color: #fff;
}
.m_slimchat_operator .icon {
	height:50px;
	background-color:#dedede;
	background-image:url('/sb_data/modules/mod_slimchat/templates/icons/operator.png');
	background-repeat:no-repeat;
	background-position:center center;
}
.m_slimchat_operator .icon .typing {
	display:none;
	width:30px;
	height:30px;
	position:absolute;
	bottom: -5px;
    right: 5px;
	background-image:url('/sb_data/modules/mod_slimchat/templates/icons/typing.gif');
	background-repeat:no-repeat;
	background-position:center center;
}
.m_slimchat_operator .name {
	height:50px;
	background-color:#ececec;
	font-size:14px;
}
.m_slimchat_operator .name .smaller {
	font-size:10px;
}
.m_slimchat_title:hover {
	cursor: pointer;
}
#m_slimchat_content {
	float: left;
	width: 100%;
	height: 255px;
	border-left: 1px solid #09F;
	border-right: 1px solid #09F;
	background-color: #fff;
	margin: 0;
	padding: 10px 0 0 0;
	display:none;
	overflow-y:auto;
}
.m_slimchat_popupbox.open #m_slimchat_content {
	display:block;
}
.m_slimchat_typebox {
	float:left;
	display:block;
	height:70px;
	width: 100%;
	border-left: 1px solid #09F;
	border-right: 1px solid #09F;
	background-color: #fff;
	padding-top:5px;
}
.m_slimchat_typebox textarea{
	color:#000;
	width:70%;
	height:60px;
	padding:3px;
	font-size: 13px;
    border: 1px solid #ececec;
    border-top: 1px solid #09F;
    resize: none;
    outline: none;
}
.m_slimchat_typebox input[type="button"]{
	height: 60px;
	outline: none;
	width: 30%;
	float: right;
	color:#000;
	border:0px;
	border-top: 1px solid #09F;
	border-left: 1px solid #09F;
}
.bubble_frontend,.bubble_backend {
	position: relative;
	float:left;
	clear:both;
	margin-left:10px;
	padding:5px;
	width: 80%;
	min-height: 30px;
	background: #ececec;
	border-radius: 10px;
	border: #dedede solid 1px;
	margin-bottom:5px;
}
.bubble_backend {
	float:right;
	margin-right:10px;
}
.bubble_backend:after,.bubble_frontend:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent #ececec;
	display: block;
	width: 0;
	z-index: 1;
	margin-top: -10px;
	right: -10px;
	top: 60%;
}
.bubble_frontend:after {
	border-width: 10px 10px 10px 0;
	left: -10px;
}

.bubble_backend:before,.bubble_frontend:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent #dedede;
	display: block;
	width: 0;
	z-index: 0;
	margin-top: -10px;
	right: -11px;
	top: 60%;
}
.bubble_frontend:before {
	border-width: 10px 10px 10px 0;
	left: -11px;
}






/* Extra Small devices (Phones, 500px and below) */
@media screen and (max-width: 500px){
	
}
/* Extra Small devices (Phones, 500px and up) */
@media screen and (min-width: 500px) and (max-width: 750px){
	
}

/* Small devices (Tablets, 750px and up) */
@media screen and (max-width: 750px){
	.m_slimchat_popupbox {
		right: 0;
		position: fixed;
		width: 100%;
		height: 30px;
	}
}

/* Small devices (Tablets, 750px and up) */
@media screen and (min-width: 750px){
	
}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 970px) {
	
}

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
	
}