.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;
}
.z-index-1 {
	z-index:1;
}
.z-index-10 {
	z-index:10;
}
.rounded-5px {
	border-radius: 5px !important;
}
.rounded-10px {
	border-radius: 10px !important;
}
.rounded-15px {
	border-radius: 15px !important;
}
.rounded-20px {
	border-radius: 20px !important;
}
.rounded-25px {
	border-radius: 25px !important;
}
.rounded-30px {
	border-radius: 30px !important;
}
@media (max-width: 991px) {
	.border-lg-0 {
		border:0!important;
	}
}
@media (max-width: 767px) {
	.border-md-0 {
		border:0!important;
	}
}
@media (max-width: 575px) {
	.border-sm-0 {
		border:0!important;
	}
}
.section-header {
	background-color: #FFF4DE !important;
	padding: 10px 15px;
	margin-bottom: 10px;
	border-radius: 0.42rem !important;
	font-size: 15px;
}
.cursor-not-allowed {
	cursor:not-allowed;
}
.cursor-pointer {
	cursor:pointer;
}
.text-italic {
	font-style:italic;
}
form .error-message {
	color: #9E2424;
}