/* ***************************************************************** */
/*                                                                   */
/* Licensed Materials - Property of IBM                              */
/*                                                                   */
/* (C) Copyright IBM Corp. 2001, 2014. All Rights Reserved.          */
/*                                                                   */
/* US Government Users Restricted Rights - Use, duplication or       */
/* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */
/*                                                                   */
/* ***************************************************************** */

.progressAvatar .watsonChatSegmentRow{
	position: relative;
}

.progressAvatar .watsonProgressText{
	position:relative;
	top:-5px;
	padding-left:10px;
	padding-right:10px;
	color:#000000;
}

.progressAvatar .progressImage{
	background-image: url("/watson/app/com/ibm/watson/ux/images/Analyzing_Retina.gif");
	background-repeat: no-repeat;
	background-size: contain;
    display: inline-block;
    height: 25px;
    width: 105px;
    vertical-align: top;
    position: relative;
    top: 140px;
}

.progressAvatar .cancelQuestionButton {
	cursor:pointer;
	display:block;
	position:absolute;
	right: 0;
}

.progressAvatar .cancelButtonImage{
	border-radius: 18px 18px 18px 18px;
    box-shadow: 0 1px 0 1px #4e5f73;
    background-color: #152d3a;
    
    height: 26px;
    width: 26px;
	
	background-image: url("/watson/app/com/ibm/watson/ux/images/Cancel_Retina_24x24.png");
	background-size: 16px 16px;   
	background-position: 5px 7px;
    background-repeat: no-repeat;
	margin-right: 25px;
	position: relative;
	top: 140px;
	right: 200px;
}
