html, body {
	font-family: 'Roboto';
	color: #333333 !important;
}

h1, h2, h3 {
	font-family: 'Roboto Slab';
	color: #4682b4 !important;
}
h4, h5, h6 {
	font-family: 'Raleway';
}
h4 {
	color: #4682b4 !important;
}

#content.container {
	max-width: 100%;
}

@media print {
	.d-print-w100 {
		width: 100% !important;
	}
}

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

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

.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;
}
