﻿.choices-div{
	background-color: #e1e2e3;
	padding: 25px;
	text-align: center;
	min-height: 250px;
}
.question-choice{
	border-radius: 20px;
	padding: 5px 10px;
	background-color: white;
	font-size: 14px;
	line-height: 25px;
	color: #b02368;
	display:inline-block;
	margin: 5px;
	min-width: 125px !important;
	text-align: center;
	border: solid 1px #b02368;
	font-weight: 700;
}
.question-choice:hover {
	background-color: #961252;
	color: white;
}
.question-choice.selected {
	color: white;
	background-color: #b02368;
}
.question-choice.pickone.selected {
	color: white;
	background-color: #b02368;
	border: solid 1px #b02368;
}
.question-choice.pickone:hover {
	background-color: #FD4E00;
	color: white;
}

.rating-circle{
	/*background: url('/Content/Image/circle.png') no-repeat;*/
	height: 80px;
	width: 80px;
	border-radius: 50%;
	background-color: #b02368;
}
.rating-circle:hover{
	/*background: url('/Content/Image/circle-highlighted.png') no-repeat;*/
	background-color: #961252;
}
.rating-circle.selected {
	/*background: url('/Content/Image/circle-highlighted.png') no-repeat;*/
	
	background-color: white !important;
	border: solid 1px #b02368;
}

.lookup-item{
	border-radius: 25px;
	margin-top: 3px;
	padding: 10px;
	display: inline-block;
	background-color: #c6c9cb;
	color: black;
	min-width: 100px;
	color: white;
	background-color: #b02368;
}

.back-btn{
	color: #ef5423;
	font-family: Arial;
	font-weight: 900;
}

.add-btn{
	border-radius: 20px;
	padding: 10px 10px;
	background-color: #ef5423;
	font-size: 14px;
	color: white;
	display: inline-block;
	margin: 5px;
	min-width: 100px !important;
	text-align: center;
}


.message-parent-div{
	display: table;
	height: 250px;
}

.message-child-div{
	font-size: 30px;
	color: #b02368;
	text-align: center;
	padding: 10px 25px;
	display: table-cell;
	vertical-align: middle;
}

#lookupresult-div{
	font-size: 25px;
	display: inline;
	position: relative;
	top: -8px;
	font-weight: 900;
}