/* 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;
}

.cv-stepper li::before {
	padding: 2px 10px 2px 18px;
}

.editImageBubble i {
	margin-top: 0;
}

#indBioContent .ck.ck-editor,
#orgBioContent .ck.ck-editor {
	max-width: 990px;
}

.form-control[readonly]:focus {
	background-color: #e9ecef;
}

/** Select2 CSS Override **/
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-radius: 0 !important;
}
/** Select2 CSS Override Ends **/
