/* ***************************************************************** */
/*                                                                   */
/* 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. */
/*                                                                   */
/* ***************************************************************** */

.answerRatingDiv{
    height: 50px;
}

.answerRatingDiv .thumbsUp .image{
	background-image: url("/watson/app/com/ibm/watson/ux/images/Rate_Thumb-Up_Normal_36x36.png");
    top:2px;
}

.answerRatingDiv .thumbsUp:active .image{
	background-image: url("/watson/app/com/ibm/watson/ux/images/Rate_Thumb-Up_Selected_36x36.png");
}

.answerRatingDiv .thumbsDown .image{
	background-image: url("/watson/app/com/ibm/watson/ux/images/Rate_Thumb-Down_Normal_36x36.png");
	top:5px;
	left:-1px;
}


.answerRatingDiv.positive .thumbsUp .image{
	background-image: url("/watson/app/com/ibm/watson/ux/images/Rate_Thumb-Up_Selected_36x36.png");
}

.answerRatingDiv.negative .thumbsDown .image{
	background-image: url("/watson/app/com/ibm/watson/ux/images/Rate_Thumb-Down_Selected_36x36.png");   
}


.answerRatingDiv .thumbsDown:active .image{
	background-image: url("/watson/app/com/ibm/watson/ux/images/Rate_Thumb-Down_Selected_36x36.png");   
}

.answerRatingDiv .comment{
	position: absolute;
	right: 12px;
	margin: 0px;
	margin-top: 7px;
}

.answerRatingDiv .ratingButton.comment{
    margin-right: 0px;
}

.comment .image{
	background-image: url("/watson/app/com/ibm/watson/ux/images/Rate_Comment_Normal_36x36.png");
	top:5px;
}

.comment:active .image{
	background-image: url("/watson/app/com/ibm/watson/ux/images/Rate_Comment_Hover_36x36.png");   
}

.answerRatingDiv .ratingButton .text{
	display:none
}

.answerRatingDiv .ratingButton {
	border-radius: 18px 18px 18px 18px;
    box-shadow: 0 1px 0 1px #4e5f73;
    background-color: #152d3a;
    height: 34px;
    width: 34px;
    cursor: pointer;
    display: inline-block;
    margin-right:10px;
    margin-bottom: 5px;
    margin-top: 7px;
    text-align:center;
}

.answerRatingDiv .ratingButton .image {
	height:30px;
	width:30px;
	display:inline-block;
	position: relative;
	background-size:contain;
}
