@media (max-width: 1399px) {
	.border-xxl-none {border:none !important;}
	.border-start-xxl-none {border-left:none !important;}
	.border-end-xxl-none {border-right:none !important;}
	.border-top-xxl-none {border-top:none !important;}
	.border-bottom-xxl-none {border-bottom:none !important;}
}
@media (max-width: 1199px) {
	.border-xl-none {border:none !important;}
	.border-start-xl-none {border-left:none !important;}
	.border-end-xl-none {border-right:none !important;}
	.border-top-xl-none {border-top:none !important;}
	.border-bottom-xl-none {border-bottom:none !important;}
}
@media (max-width: 991px) {
	.border-lg-none {border:none !important;}
	.border-start-lg-none {border-left:none !important;}
	.border-end-lg-none {border-right:none !important;}
	.border-top-lg-none {border-top:none !important;}
	.border-bottom-lg-none {border-bottom:none !important;}
}
@media (max-width: 767px) {
	.border-md-none {border:none !important;}
	.border-start-md-none {border-left:none !important;}
	.border-end-md-none {border-right:none !important;}
	.border-top-md-none {border-top:none !important;}
	.border-bottom-md-none {border-bottom:none !important;}
}
@media (max-width: 575px) {
	.border-sm-none {border:none !important;}
	.border-start-sm-none {border-left:none !important;}
	.border-end-sm-none {border-right:none !important;}
	.border-top-sm-none {border-top:none !important;}
	.border-bottom-sm-none {border-bottom:none !important;}
}
.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;
	border-radius: 0.42rem !important;
	font-size: 15px;
	margin:20px 0;
}
.cursor-not-allowed {
	cursor:not-allowed;
}
.text-italic {
	font-style:italic;
}
.text-underline {
	text-decoration:underline;
}
.btn-group-xs > .btn, .btn-xs {
	padding: 5px !important;
	font-size: 12px;
	border-radius: .325rem;
}
.ajax-editable-wrapper .ajax-editable-link {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
td.ajax-editable-wrapper {
	position: relative;
}
td.ajax-editable-wrapper .ajax-editable-link {
	position: absolute;
	right: 2px;
	top: 0;
	margin: 0;
	line-height: 15px;
}
.field_editing {
	background-color: darkseagreen !important;
}
.boxhighlight {
	background-color: lightgreen;
	font-size: 20px;
	font-weight: bold;
}
.line-through {
	text-decoration: line-through;
}