#content {
	min-width: 100%;
	margin: 0;
}

/* rating bar styles*/
.rating_bar {
	width: 100px;
	background: url(../../../images/newstar_empty.png) repeat-x 0 0;
	display: inline-block;
}

.rating_bar div {
	height: 20px;
	background: url(../../../images/newstar_full.png) repeat-x 0 0;
}

/* 11/8/2021 */
.surveyPage input[type=text] {
	padding: 0;
	height: 20px;
}

@media (min-width: 550px) {
	.dl-horizontal dt {
		width:20%;
		float: left;
		text-align: right
	}
	.dl-horizontal dd {
		margin-left: 21.5%;
	}
}

/* AI 125338: 5/5/2023 */
.text-info {
	color: #17a2b8 !important;
}
.form-control[disabled], .form-control[disabled]::placeholder, .control-label.material[disabled] {
	color: #818080 !important;
}

.alert ol {
	padding-left: 107px;
}
.alert ol li {
	margin-bottom: 5px;
}

/* 8/25/2023 */
#BADGEQDIV .control-label.active {
	transform: none;
}

/* AI 129220 */
.empActions {
	display: none;
}