.word-break {
	white-space: pre;
	white-space: pre-line;
	word-break: break-all;
}
pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
	overflow: initial;
}
.section-header {
	background-color: #FFF4DE !important;
	padding: 10px 15px;
	margin-bottom: 10px;
	border-radius: 0.42rem !important;
	font-size: 15px;
}
.profile img {
	border:1px solid #DFDCDC;
	display:block;
	margin:0;
	padding:5px;
	width:100%;
	max-width:200px;
}
.percentbar {
	background: #92D050;
	border: 1px solid #151B54;
	height: 25px;
	position: relative;
}
.percentbar .percent-color {
	background: #ff0000;
	height: 23px;
}
.percentbar .simdiv {
	position: absolute;
	left: 10px;
	color: #ffffff;
	top: 1px;
}
.cursor-not-allowed {
	cursor:not-allowed;
}
.calling_code_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	word-spacing: 10px;
}
#select2-patients-calling-code1-results .select2-results__option, #select2-patients-calling-code2-results .select2-results__option {
	font-size:15px;
	word-spacing: 10px;
}