.colaboracao{height:35px;position:relative;top:3px;cursor:pointer;visibility:visible;left:5px;}

.speech-bubble {
	margin-bottom:1px;
	position: relative;
	background: ghostwhite;
	border-radius: .4em;
	padding: 1px 1px 1px 1px;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-right-color: ghostwhite;
	border-left: 0;
	border-bottom: 0;
	margin-top: -4.5px;
	margin-left: -9px;
}

.speech-bubble-reply {
	margin-bottom:1px;
	position: relative;
	background: ghostwhite;
	border-radius: .4em;
		padding: 1px 1px 1px 1px;
}

.speech-bubble-reply:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-left-color: ghostwhite;
	border-right: 0;
	border-bottom: 0;
	margin-top: -4.5px;
	margin-right: -9px;
}

.ajs-body {
background-color:#ghostwhite;	
}

.ajs-content {
background-color:#ghostwhite;	padding: 1px 24px 2px 8px !important;
}

.fundoChat{
  width:100%;font-size:12px;  background-color:#dddddd; 
   
}
.fundoChatSub {
       background-color:#dddddd; 
	   padding:4px 0 4px 8px;  
}

.alertify .ajs-body .ajs-content .ajs-input{margin-right:0 !important;width:98% !important;	}

.diaChat {
	text-align:center;
	font-weight:bold;
}

.onlineAgora{
	cursor:help;
}


.webble{float:left;margin-top:-2px;margin-left:5px;}
.webbleImg{height:25px;cursor:pointer; filter: grayscale(100%);}
.webbleImgCor{height:25px;cursor:pointer;}
.webbleImgHeader{height:25px;}
.webbleAlert{font-size:12px;}
.webbleAlert2{font-size:12px;color:red;}

