span.dot-text {
	float: left;
	padding-right: 5px;
}

.component-wrapper .ui-datatable .ui-datatable-footer, .undian-datatable .ui-datatable-footer
	{
	text-align: left !important;
}

.ui-datatable tbody tr {
	background: transparent !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight,
	.ui-widget-header .ui-state-highlight {
	color: black !important;
	text-shadow: none !important;
	font-weight: bold;
}

.remove-header thead {
	display: none;
}

.remove-border tbody, .remove-border tr, .remove-border td,
	.ui-widget-content {
	border: 0 !important;
}

.ui-panel .ui-panel-content {
	padding: 0 !important;
}

.margin-bottom, .component-wrapper {
	margin-bottom: 10px;
}

.error-message {
	color: #fff;
	background: #ef5350;
	padding: 10px;
	border-radius: 5px;
}

.success-message {
	color: #fff;
	background: #9ccc65;
	padding: 10px;
	border-radius: 5px;
}

.ui-messages-error, .ui-message-error {
	clear: both;
	margin-top: 5px !important;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error
	{
	border: 1px solid #a8a8a8 !important;
}

.ui-widget-overlay {
	background: black !important;
	opacity: 0.7 !important;
}

.ui-progressbar .ui-widget-header {
	background-color: #98AFC7;
	background-image: none;
}

.ui-progressbar .ui-progressbar-label {
	color: #000000 !important;
}


.choices{
	position: relative;
	
}
.choice {
	display: inline-block;
	width: 10%;
	height: 100px;
	margin: auto;
	vertical-align: middle;
	text-align: center;
	border-radius: 25px;
}

 .choice:HOVER {
	background-color: #3bbc9d;
}
.choice.selected{
	background-color: #3bbc9d;
}

.choice-text{
	position: absolute;
	width: 10%;
	bottom: 0px;
}










