/*
 * @package AJAX_Chat
 * @author Sebastian Tschan
 * @copyright (c) Sebastian Tschan
 * @license GNU Affero General Public License
 * @link https://blueimp.net/ajax/
 */


/*
 * Custom
 */
 
#emoticonsContainer {
		position: relative;
		padding-bottom: 7px;
		top: 5px;
		padding-left: 3px;
}

#statusIconContainer {
	display: inline-block;
	position: relative;
	top: 6px;
	width: 22px;
	height: 22px;
}

#audioButton {
		display: inline-block;
		position: relative;
		top: 6px; 
		width: 22px;
		height: 22px;
	  background:url('../../../chat/img/audio.png') no-repeat;
}
	
#audioButton.off {
	    background:url("../../../chat/img/audio.png") no-repeat scroll 0% 100% transparent;
}

#autoScrollButton {
		display: inline-block;
		position: relative;
		top: 6px;
		width: 22px;
		height: 22px;
		background:url('../../../chat/img/autoscroll.png') no-repeat;
}
	
#autoScrollButton.off {
	    background:url("../../../chat/img/autoscroll.png") no-repeat scroll 0% 100% transparent;
}

.statusContainerOn {
		background-image: url('../../../chat/img/loading.png');
}
.statusContainerOff {
	background-image: url('../../../chat/img/loading-done.png');
}
.statusContainerAlert {
	background-image: url('../../../chat/img/loading-trouble.png');
}

