.xe-zoom-slider .fa-minus:before {
  font-size: 11px !important;
}

.xe-zoom-slider .fa-plus:before {
  font-size: 11px !important;
}

.xe-zoom-slider .x-slider-horz .x-slider-end {
  padding-right: 0;
}

.xe-zoom-slider .x-slider-horz {
  padding-left: 0 !important;
}

.xe-zoom-slider .x-slider:before {
  background-color: #747774 !important;
}

.xe-zoom-slider .x-slider-thumb {
  position: absolute;
  width: 3px !important;
  height: 15px !important;
  margin: 0 !important;
  top: 50%;
  background-color: #747774 !important;
  border: none !important;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
}

.xe-zoom-slider .x-slider-thumb::before {
  content: none !important;
}

.xe-zoom-slider .x-slider-horz::before {
  background: none !important;
  border: none !important;
}

.xe-zoom-slider .x-slider-inner::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  top: calc(50% - 0.5px);
  background-color: #747774;
}

.xe-zoom-slider .x-slider-inner::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  left: 50%;
  top: 50%;
  background-color: #747774;
  transform: translate(-50%, -50%);
}

.xe-zoom-slider .x-btn-button {
  margin-bottom: 2px;
}

.xe-zoom-menu-as-label {
  width: 55px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.xe-validation-list-error {
	border-left: solid 4px #de422b;
}

.xe-validation-list-warning {
	border-left: solid 4px #f3b81c;
}

.xe-validation-list-information {
	border-left: solid 4px #558bff;
}

.xe-validation-list- {
	border-left: solid 4px transparent;
}

.xe-validation-error-list {
	overflow-y: auto;
}

.xe-validation-error-list-empty {
	box-sizing: border-box;
	text-align: center;
	padding: 5px;
	width: 100%;
}
.xe-validation-list-error {
	border-left: solid 4px #de422b;
}

.xe-validation-list-warning {
	border-left: solid 4px #f3b81c;
}

.xe-validation-list-information {
	border-left: solid 4px #558bff;
}

.xe-validation-list- {
	border-left: solid 4px transparent;
}

.xe-validation-error-list {
	overflow-y: auto;
}

.xe-validation-error-list-empty {
	box-sizing: border-box;
	text-align: center;
	padding: 5px;
	width: 100%;
}

.xe-validation-error-item {
	padding: 5px;
	font-size: 14px;
}

.xe-validation-error-item .text {
	display: inline-block;
	width: calc(100% - 40px);
}

.xe-validation-error-item .actions {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	visibility: hidden;
	width: 40px;
}

.xe-validation-error-item:hover {
	background-color: #a8a8a841;
}

.xe-validation-error-item:hover .actions {
	visibility: visible;
}

.xe-validation-error-item {
	padding: 5px;
	font-size: 14px;
}

.xe-validation-error-item .text {
	display: inline-block;
	width: calc(100% - 40px);
}

.xe-validation-error-item .actions {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	visibility: hidden;
	width: 40px;
}

.xe-validation-error-item:hover {
	background-color: #a8a8a841;
}

.xe-validation-error-item:hover .actions {
	visibility: visible;
}

.xe-validation-error-item .actions > * {
	cursor: pointer;
	margin: 0 2px;
}

.xe-validation-error-selected-item {
	background-color: #8383833f;
}

.xe-validation-btn i {
	font-size: 6.5px;
	margin: 0 4px;
}

.xe-validation-btn i:not(:first-child) {
	margin-left: 10px;
}

.xe-validation-btn span {
	vertical-align: middle;
}

.xe-toolbar.x-docked .x-box-menu-after {
	position: absolute;
	top: 6px;
	right: 5px;
}
.x-boundlist .x-boundlist-item {
	padding: 8px;
	line-height: 18px;
}
.xe-statusbar.x-toolbar-default .x-toolbar-separator-horizontal {
	height: 30px;
}

.xe-validation-error-item .actions > * {
	cursor: pointer;
	margin: 0 2px;
}

.xe-validation-error-selected-item {
	background-color: #8383833f;
}

.xe-validation-btn i {
	font-size: 6.5px;
	margin: 0 4px;
}

.xe-validation-btn i:not(:first-child) {
	margin-left: 10px;
}

.xe-validation-btn span {
	vertical-align: middle;
}

.xe-dark-theme .x-mask {
	background-color: #292929bd;
}

.xe-dark-theme .x-mask-msg-inner {
	color: #cecece;
}

.xe-color-picker-dot {
	position: absolute;
	width: 17px;
	height: 17px;
	transform: translate(-50%, -50%);
	border: solid white 2px;
	background-color: var(--xe-picker-color);
	border-radius: 50%;
	pointer-events: none;
}

.xe-color-picker-preview {
	position: relative;
	background-image:  repeating-linear-gradient(45deg, #797979 25%, transparent 25%, transparent 75%, #797979 75%, #797979), repeating-linear-gradient(45deg, #797979 25%, #e5e5f7 25%, #e5e5f7 75%, #797979 75%, #797979);
	background-position: 0 0, 5px 5px;
	background-size: 10px 10px;
}

.xe-color-picker-preview::before {
	position: absolute;
	content: '';
	inset: 0;
	opacity: var(--xe-picker-alpha);
	background-color: var(--xe-picker-color);
}

.xe-color-picker-hue-slider .x-slider::before {
	background: linear-gradient(90deg, red, #ff0, #0f0, #0ff, #00f, #f0f, red);
	border-radius: 5px;
}

.xe-color-picker-alpha-slider .x-slider {
	z-index: 100;
}

.xe-color-picker-alpha-slider .x-slider::before {
	background-image:  repeating-linear-gradient(45deg, #797979 25%, transparent 25%, transparent 75%, #797979 75%, #797979), repeating-linear-gradient(45deg, #797979 25%, #e5e5f7 25%, #e5e5f7 75%, #797979 75%, #797979);
	background-position: 0 0, 4px 4px;
	background-size: 8px 8px;
	border-radius: 5px;
	z-index: -2;
}

.xe-color-picker-alpha-slider .x-slider::after {
	position: absolute;
	content: '';
	height: 10px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -5px;
	background-image: linear-gradient(90deg, transparent 0%, var(--xe-picker-color-opaque) 100%);
	border-radius: 5px;
	z-index: -1;
}

.xe-color-picker .x-toolbar.x-docked {
	padding: 14px 0px 8px 14px;
	margin-top: 5px;
	bottom: 0;
	right: 0 !important;
	left: 0 !important;
	width: auto !important;
}

.xe-color-picker .x-toolbar.x-docked .x-box-inner {
	margin: 0;
	width: 100% !important;
}

.xe-color-picker .xe-eyedropper-button {
	border: solid #afafaf 1px;
}

.xe-color-picker .x-panel-header {
	padding: 2.5px;
}

.xe-fixed-color-btn {
	background-image:  repeating-linear-gradient(45deg, #797979 25%, transparent 25%, transparent 75%, #797979 75%, #797979), repeating-linear-gradient(45deg, #797979 25%, #e5e5f7 25%, #e5e5f7 75%, #797979 75%, #797979);
	background-position: 0 0, 4.25px 4.25px;
	background-size: 8.5px 8.5px;
	border-radius: 5px;
	padding: 0;
	border: none !important;
	overflow: visible !important;
}

.xe-fixed-color-btn * {
	padding: 0;
}

.xe-fixed-color-btn::before {
	position: absolute;
	content: '';
	inset: 0;
	background-color: var(--color);
	border-radius: inherit;
}

.xe-color-picker-add-btn {
	border: solid #afafaf 1px !important;
	background: none !important;
}

.xe-color-picker-add-btn::before {
	background: none !important;
}

.color-picker-mask.x-mask {
	opacity: 0 !important;
}

.xe-color-input-field-wrap {
	min-width: 170px;
}

.xe-color-input-field-wrap input {
	padding-left: 30px;
}

.xe-color-input-field-wrap .xe-fixed-color-btn {
	position: absolute;
	width: 17px;
	height: 17px;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.xe-color-picker div.xe-color-picker-name {
	position: absolute;
	font-size: 13px;
	white-space: nowrap;
	text-align: right;
	color: white;
	background-color: black;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
}.attributes-navigation-button {background: #f2f2f2; border-color: #f2f2f2; outline: none;}
.attributes-navigation-button * {color: #676767;}
.attributes-navigation-button.x-btn {overflow: visible;}
.attributes-navigation-button:hover {border-color: #e2e2e2; background: #e2e2e2 !important;}
.attributes-navigation-button::after {content: "";
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 20px solid #f2f2f2;
	position: absolute;
	top: 0px;
	overflow: hidden;
	bottom: 0;
	right: -20px;}
.attributes-navigation-button:hover::after {border-left: 20px solid #e2e2e2;}
.xe-attributes-active{background: #008db2 !important; border-color: #008db2;}
.xe-attributes-active:hover {background: #007c9b !important; border-color: #007c9b;}
.xe-attributes-active.attributes-navigation-button::after {border-left: 20px solid #008db2;}
.xe-attributes-active:hover::after {border-left: 20px solid #007c9b;}
.xe-attributes-active * {color: #f2f2f2 !important;}

/* evtl button border */
/* .x-panel .attributes-navigation-button.x-btn.x-btn-pressed.x-btn-default-small {border-color: #e2e2e2 !important;}
.x-panel .xe-attributes-active.attributes-navigation-button.x-btn.x-btn-pressed.x-btn-default-small {border-color: #007c9b !important;} */

.attributes-navigation-button {margin: 0 25px 10px 0;}
.xe-attributes-config-button {display: block; margin-left: 0px !important; border: 1px solid #666 !important;}

.xe-attributes-placeholder {width: 100%;}
.xe-attributes-placeholder-border {width: 90%; height: 1px; border: 1px solid #f2f2f2;}
.xe-attributes-placeholder-content {margin: 0 auto; width: 100%; background-color: white; text-align: center;}

/* no background on remove attribute btn */
/* .xe-attributespanel-removeAttrBtn:hover, */
.xe-attributespanel-removeAttrBtn {background-color: #dbdbdb; height: 32px; margin-top: 27px;}

.xe-attributes-textarea-input {
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.xe-attributes-textarea-input [data-ref="triggerWrap"] {
	height: 100%;
}

.xe-attributespanel-custom-btn {
	background-color: #dbdbdb;
	height: 32px;
	margin-top: 27px;
}

.xe-attributespanel-validation-mask {
    height: 100%;
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    padding: 0;
    background: none;
}

.xe-attributespanel-validation-mask .x-mask-msg-inner {
    position: absolute;
    top: 13px;
    bottom: 0;
    left: 40px;
    line-height: 30px;
    vertical-align: middle;
    width: 85%;
    height: 30px;
}

.xe-attributespanel-validation-mask .x-mask-msg-text::before {
    position: absolute;
    width: 20px;
    height: 20px;
    left: -30px;
    top: 5px;
    margin: 0;
}

.xe-attributespanel-validation-mask .x-mask-msg-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.xe-ct-change {
	position: relative;
	border: 1px solid #dbdbdb;
	border-left: none;
	padding: 7px 7px 7px 10px;
	margin-bottom: 8px;
	cursor: pointer;
	overflow-wrap: break-word
}

.xe-ct-change:last-child {
	margin-bottom: 0
}

.xe-ct-change:hover .xe-ct-commit,
.xe-ct-change:hover .xe-ct-revert,
.xe-ct-change.xe-ct-expanded .xe-ct-commit,
.xe-ct-change.xe-ct-expanded .xe-ct-revert {
	display: block
}

.xe-ct-change.xe-ct-expanded {
	border-color: #bababa;
	background: #f8f8f8;
	cursor: default
}

.xe-ct-change [class^="xe-author"] {
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: 0;
	width: 4px;
	background: #676767
}

.xe-ct-change .xe-author-0 {
	background: #47ae54
}

.xe-ct-change .xe-author-1 {
	background: #d51116
}

.xe-ct-change .xe-author-2 {
	background: #429db9
}

.xe-ct-change .xe-author-3 {
	background: #ef650e
}

.xe-ct-change .xe-author-4 {
	background: #ccab00
}

.xe-ct-change .xe-author-5 {
	background: #23a69a
}

.xe-ct-change .xe-author-6 {
	background: #7a3a8e
}

.xe-ct-change .xe-author-7 {
	background: #e86c9b
}

.xe-ct-change .xe-author-8 {
	background: #97a266
}

.xe-ct-change .xe-author-9 {
	background: #8b98cd
}

.xe-ct-change .xe-author-10 {
	background: #f8a913
}

.xe-ct-change .xe-ct-headline {
	margin-bottom: 2px;
	margin-right: 35px
}

.xe-ct-change .xe-ct-headline .xe-ct-author {
	font-size: 11px;
	color: #676767;
	line-height: 1.2;
	font-weight: 700;
	margin-right: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 150px;
	float: left
}

.xe-ct-change .xe-ct-headline .xe-ct-date {
	font-size: 9px;
	color: #b2b2b2;
	line-height: 1.2;
	float: left
}

.xe-ct-change .xe-ct-commit,
.xe-ct-change .xe-ct-revert {
	position: absolute;
	top: 5px;
	right: 7px;
	cursor: pointer;
	display: none
}

.xe-ct-change .xe-ct-commit:hover,
.xe-ct-change .xe-ct-revert:hover {
	color: #484848
}

.xe-ct-change .xe-ct-commit.xe-ct-disabled,
.xe-ct-change .xe-ct-revert.xe-ct-disabled {
	display: none
}

.xe-ct-change .xe-ct-commit {
	right: 25px
}.xe-characterpicker-dialog-grid .x-grid-with-row-lines .x-grid-item:last-child {
	border-bottom-width: 0 !important
}

.xe-characterpicker-dialog-picker .xe-characterpicker-dialog-grid .x-grid-cell-inner {
	font-family: tahoma, arial, verdana, sans-serif
}

.xe-characterpicker-dialog-picker .xe-characterpicker-dialog-character {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 100px;
	text-align: center;
	padding-top: 60px;
	margin-bottom: 60px
}

.xe-characterpicker-dialog-picker .xe-characterpicker-dialog-character>img {
	margin-top: -40px;
	margin-bottom: -43px
}

.xe-characterpicker-dialog-picker .xe-characterpicker-dialog-code {
	text-align: center;
	font-size: 16px
}

.xe-char-picker{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: start;
}

.xe-char-picker-char {
	text-align: center;
	transition: 100ms;
	border: 1px solid rgb(200,200,200);
}

.xe-char-picker-char:hover{
	transform: scale(110%);
	cursor: pointer;
	box-shadow: 1px 1px 3px 3px rgba(0,0,0,10%);
}

.xe-char-picker-char.x-item-selected{
	border: 3px solid #0b5095;
	line-height: calc(133% - 2px) !important;
}

.xe-detail{
	display: flex;
}

.xe-detail-preview {
	display: inline-block;
	height: 80px;
	width: 80px;
	border: 1px solid lightgray;
	font-size: 60px;
	text-align: center;
	line-height: 78px;
	flex-shrink: 0;
}

.xe-detail-info{
	display: inline-block;
	margin-left: 10px;
}

.xe-detail-key{
	font-weight: bolder;
}

/*  Inline Window  */


.xe-char-inline-picker{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: start;
}

.xe-char-inline-picker-char {
	text-align: center;
	transition: 100ms;
	border: 1px solid lightgray;
}

.xe-char-inline-picker-char:hover{
	transform: scale(110%);
	cursor: pointer;
	box-shadow: 1px 1px 3px 3px rgba(0,0,0,10%);
}

.xe-char-inline-picker-char.x-item-selected{
	border: 2px solid #0b5095;
	line-height: calc(133% - 2px) !important;
}

.xe-dark-theme .x-panel-default .xe-char-inline-picker-char {
	color: #cecece !important;
}.xe-dialog-htmltable-sizewindow-shadow {
	z-index: 9 !important;
}

.xe-dialog-htmltable-sizewindow {
	padding: 10px;
	border-radius: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.xe-dialog-htmltable-sizewindow,
.xe-dialog-htmltable-sizewindow .x-panel-body {
	background: #fff;
}

.xe-dialog-htmltable-sizewindow .xe-table-size-label {
	text-align: center;
	padding-top: 6px;
	font-size: 14px;

}

.xe-dialog-htmltable-sizewindow .xe-table-grid-panel {
	position: relative;
	border: 1px solid #aaa;
}

.xe-dialog-htmltable-sizewindow .xe-table-grid-panel .x-panel-body {
	background: white !important;
}

.xe-dialog-htmltable-sizewindow .hover, .xe-dialog-htmltable-sizewindow .background {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.xe-dialog-htmltable-sizewindow .background {
	width: 100%;
	height: 100%;
	background: url('../img/table_insert_background.svg') !important;
	/* background: url('../img/table_insert_background.png'); */
	background-repeat: repeat;
}

.xe-dialog-htmltable-sizewindow .hover {
	background: #ABABAB;
}@font-face {
	font-family: 'xe-raw-space';
	src: url('../fonts/xe-raw-space.woff2') format('woff2'),
	url('../fonts/xe-raw-space.woff') format('woff');
	unicode-range: U+F6D9, U+F6DA;
}

.ace_temporarySpace,
.ace_temporaryBreak {
	color: transparent;
	/* Use xe-raw-space font as first, to ALWAYS render custom characters in that font */
	font-family: xe-raw-space, "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace;
}

.ace_temporarySpace {
	background: #0B509520;
}

.ace_temporaryBreak {
	background: #00FF0020;
}

/* Bring ace command prompt to the top */
div:has(> .ace_prompt_container) {
	z-index: 20000 !important;
}

/* Prompt dark theme */
.xe-dark-theme .ace_prompt_container,
.xe-dark-theme .ace_prompt_container .ace_editor {
	background: #2b2b2b;
	color: #cecece;
}

.xe-dark-theme .ace_prompt_container .ace_autocomplete {
	border: 1px solid #5a5a5a;
}

.xe-dark-theme .ace_prompt_container .ace_cursor {
	border-color: white;
}

.xe-dark-theme .ace-chrome .ace_gutter-cell.ace_gutter-active-line {
	background-color: #393b41 !important;
}

.xe-dark-theme .ace-chrome .ace_marker-layer .ace_active-line,
.xe-dark-theme .ace_marker-layer .ace_active-line {
	background-color: #393b41 !important;
}

.xe-dark-theme .ace_selected-word {
	background: none !important;
	border: none !important;
}

.xe-dark-theme .ace_selection {
	background: #433d79 !important;
}

.xe-dark-theme .ace_editor.ace_autocomplete .ace_line-hover {
	border-color: #4e5773;
	background: #393b41;
}

.xe-dark-theme .ace_search {
	background: #313131;
	border-color: #3d3d3d;
}

.xe-dark-theme .ace_search .ace_searchbtn,
.xe-dark-theme .ace_search .ace_search_field {
	background: #2b2b2b;
	border-color: #3d3d3d;
}

.xe-dark-theme .ace_search .ace_searchbtn:hover {
	background: #43415f;
}

.xe-dark-theme .ace_search .ace_searchbtn::after {
	border-color: #cecece;
}

.xe-dark-theme .ace_search_options .ace_button {
	background: #2b2b2b;
}

.xe-dark-theme .ace_search_options .ace_button.checked {
	border-color: #5e5ea8;
}

.xe-dark-theme .ace_search_options .ace_button:hover {
	background: #43415f;
}

/* Fix search option buttons */
.ace_search_options .ace_button {
	display: inline-block;
	min-width: 20px;
	height: 18px;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
	margin-top: 0 !important;
}

.ace_search_options .ace_button:not(.checked) {
	border-color: #3d3d3d;
}

.ace_search_options .ace_search_counter {
	line-height: 18px;
}

.ace_search_options .ace_button:first-child {
	margin-left: 0;
	padding-top: .5px;
}

/* Fix search close button */
.ace_searchbtn_close {
	background: none !important;
}

.ace_searchbtn_close::after {
	display: block;
	text-align: center;
	line-height: 14px;
	content: "\f00d";
	font-family: FontAwesome;
	font-size: 14px;
}

.ace_searchbtn_close:hover::after {
	color: #0b5095;
}/* Generated by Glyphter (http://www.glyphter.com) on  Wed Oct 17 2018*/
@font-face {
	font-family: 'xeditor-search-icons';
	src: url('../fonts/xeditor-search-icons.woff2') format('woff2'),
		url('../fonts/xeditor-search-icons.woff') format('woff'),
		url('../fonts/xeditor-search-icons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

[class*='xe-icon-']:before {
	display: inline-block;
	font-family: 'xeditor-search-icons';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.xe-icon-case_sensitive:before {
	content: '\0041';
}

.xe-icon-match_word:before {
	content: '\0042';
}

.xe-icon-regexp:before {
	content: '\0043';
}

.xe-icon-replace:before {
	content: '\0044';
}

.xe-icon-replace_all:before {
	content: '\0045';
}

/* FONT END */

.xe-itemcombobox {
	border: 1px solid #afafaf;
	padding: 0 3px 0 0;
	background-color: #fff !important;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.xe-itemcombobox.x-field-focus {
	border: 1px solid #0B5095;
}

.xe-itemcombobox .x-form-text-default {
	padding-right: 1px;
	text-overflow: ellipsis;
}

.xe-itemcombobox .x-form-trigger-wrap-default {
	border: initial;
}

.xe-itemcombobox .x-btn {
	border: none;
	background-image: unset;
	background-color: none;

	padding: 2px;
	margin: 4px 1px 4px 1px;
}

.xe-itemcombobox .x-btn-over.x-btn-pressed .x-btn-icon>.x-btn-icon-el,
.xe-itemcombobox .x-btn-pressed .x-btn-icon>.x-btn-icon-el {
	color: #0e9dc5 !important;
}

.xe-itemcombobox .x-btn-over .x-btn-icon>.x-btn-icon-el {
	color: #979797;
}

.xe-itemcombobox .x-btn {
	border: none;
}

.xe-itemcombobox .x-btn-icon-el {
	font-size: 16px !important;
	height: 16px;
	line-height: 16px;
	width: 16px;
}

.xe-itemcombobox .x-panel-body-default {
	background-color: #fff !important;
}

.xe-searchbox {
	padding: 3px 0;
	background-color: #fff;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}



.xe-searchbox .xe-searchbox-secondary,
.xe-searchbox .xe-searchbox-main {
	padding: 2px;
	padding-left: 6px;
}

.xe-searchbox .x-window-body-default,
.xe-searchbox .x-panel-body-default {
	background-color: #fff;

}

.xe-searchbox .x-btn.xe-btn-icon-large {
	padding: 3px;
}

.xe-searchbox .x-btn.xe-btn-icon-large .x-btn-icon-el {
	font-size: 18px !important;
	height: 18px;
	line-height: 18px;
	width: 18px;
}

.xe-searchbox .x-btn {
	border: none;
	background-image: unset;
	background-color: unset;
}

.xe-searchbox .xe-expandbtn {
	padding-right: 0
}

.xe-searchbox .x-btn-over .x-btn-icon>.x-btn-icon-el {
	color: #979797;
}

.xe-searchbox .x-btn-over,
.xe-searchbox .x-btn-pressed {
	background-color: unset !important;
	border: none !important;
}

.xe-searchbox .x-btn.x-btn-default-small.x-btn-over,
.xe-searchbox .x-btn.x-btn-default-small.x-btn-focus {
	background-color: unset !important;
	border: none !important;
}

.xe-dark-theme .xe-itemcombobox .x-panel-body-default{
	background-color: transparent !important;
}

/* Element Search */

.xe-searchresult {
	border: 1px dashed #119bc0 !important;
}

.xe-searchresult-selected {
	border: 1px solid #119bc0 !important;
	background-color: #e4f9ff;
}

.x-form-type-checkbox {
	margin-bottom: 0px;
}

.xe-dialog-searchreplace .x-panel-body,
.xe-dialog-searchreplace .x-panel-body-default,
.xe-dialog-searchreplace .x-toolbar-footer .x-panel-default,
.xe-dialog-searchreplace .x-toolbar-footer .x-autocontainer-innerCt {
	background-color: transparent !important;
}.xeditor-spellchecker-language .x-form-trigger-wrap {
	border: none;
	background-color: transparent;
}

.xe-spellchecker-italic .x-menu-item-text {
	font-style: italic;
}.xe-dialog-table-sizewindow-shadow{z-index:9 !important}.xe-dialog-table-sizewindow{padding:10px;border-radius:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.xe-dialog-table-sizewindow,.xe-dialog-table-sizewindow .x-panel-body{background:#fff}.xe-dialog-table-sizewindow .xe-table-size-label{text-align:center;padding-top:6px;font-size:14px}.xe-dialog-table-sizewindow .xe-table-grid-panel{position:relative;border:1px solid #aaa}.xe-dialog-table-sizewindow .xe-table-grid-panel .x-panel-body{background:#fff !important}.xe-dialog-table-sizewindow .hover,.xe-dialog-table-sizewindow .background{position:absolute;display:block;left:0;top:0}.xe-dialog-table-sizewindow .background{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.8;background-position:-1px -1px;background-size:24px 24px;background-image:linear-gradient(#aaa 1px, transparent 1px),linear-gradient(to right, #aaa 1px, transparent 1px);background-repeat:repeat}.xe-dialog-table-sizewindow .hover{background:#ababab;opacity:.5}.xe-table-selection-info{cursor:default}.xe-table-selection-info.x-btn-pressed{background:none !important}.xe-dialog-table-borderconfigwindow .x-fieldset-header{padding:0}.xe-dialog-table-borderconfigwindow{--border-preview-color: black}.xe-dark-theme .xe-dialog-table-borderconfigwindow{--border-preview-color: white}.xe-border-dialog-select-option-100{display:inline-block;width:100%;height:0px;border-color:var(--border-preview-color)}.xe-border-dialog-select-option{display:inline-block;width:65%;height:0px;border-color:var(--border-preview-color)}.xe-wrap-text-container{box-sizing:border-box;padding:5px}.xe-border-setting-button{position:relative;width:100%;height:100%;user-select:none;background:rgba(130,130,130,.137254902);--border-width: 3px;--border-style: solid;--disabled-color: #27272721;--border-color: black}.xe-dark-theme .xe-border-setting-button{--disabled-color: #93939321;--border-color: #c9c9c9}.xe-border-setting-button.xe-border-setting-button-notext{height:auto;aspect-ratio:1/1}.xe-border-setting-button-label{text-align:center}.xe-border-setting-panel{overflow:hidden}.x-btn-disabled .xe-border-setting-button{opacity:.5}.xe-border-setting-panel .inner::after,.xe-border-setting-panel .outer::after{position:absolute;content:"";inset:-25px;pointer-events:all}.xe-border-setting-button .text{pointer-events:none}.xe-border-setting-button [data-active=false]{border-color:var(--disabled-color) !important}.xe-border-setting-panel [data-multiple=true]::before{position:absolute;content:"";inset:-2px;min-width:4px;min-height:4px;opacity:.8;background:repeating-linear-gradient(-45deg, #4048ff, #4048ff 5px, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 10px)}.xe-border-setting-panel .middle-horizontal[data-multiple=true]::before{transform:translateY(-1.5px);inset:-1.5px}.xe-border-setting-panel .middle-vertical[data-multiple=true]::before{transform:translateX(-1.5px);inset:-1.5px}.xe-border-setting-button .inner.middle-horizontal{position:absolute;transform:translateY(-50%);top:50%;height:0;left:0;right:0;border-color:var(--disabled-color);border-style:var(--border-style);border-width:var(--border-width) 0 0 0}.xe-border-setting-button .inner.middle-vertical{position:absolute;transform:translateX(-50%);left:50%;width:0;top:0;bottom:0;border-color:var(--disabled-color);border-style:var(--border-style);border-width:0 0 0 var(--border-width)}.xe-border-setting-button.horizontal .inner.middle-horizontal,.xe-border-setting-button.vertical .inner.middle-vertical{border-color:var(--border-color)}.xe-border-setting-button .outer{position:absolute;border-color:var(--disabled-color);border-style:var(--border-style);border-width:0}.xe-border-setting-button .outer.top{top:0;left:0;right:0;border-top-width:var(--border-width)}.xe-border-setting-button .outer.bottom{bottom:0;left:0;right:0;border-bottom-width:var(--border-width)}.xe-border-setting-button .outer.left{top:0;left:0;bottom:0;border-left-width:var(--border-width)}.xe-border-setting-button .outer.right{top:0;right:0;bottom:0;border-right-width:var(--border-width)}.xe-border-setting-button.top .outer.top{border-top-color:var(--border-color)}.xe-border-setting-button.bottom .outer.bottom{border-bottom-color:var(--border-color)}.xe-border-setting-button.left .outer.left{border-left-color:var(--border-color)}.xe-border-setting-button.right .outer.right{border-right-color:var(--border-color)}.xe-border-setting-panel:not(.horizontal) .inner.middle-horizontal{display:none !important}.xe-border-setting-panel:not(.vertical) .inner.middle-vertical{display:none !important}.xe-border-setting-panel .text{position:absolute;width:50%;height:50%}.xe-border-setting-panel .text span{position:absolute;display:block;top:50%;left:50%;transform:translate(-50%, -50%)}.xe-border-setting-panel .text-1{top:0;left:0}.xe-border-setting-panel .text-2{top:0;right:0}.xe-border-setting-panel .text-3{bottom:0;left:0}.xe-border-setting-panel .text-4{bottom:0;right:0}.xe-border-setting-panel:not(.horizontal,.vertical) .text{display:none !important}.xe-border-setting-panel:not(.horizontal,.vertical) .text.text-1{display:unset;width:100%;height:100%}.xe-border-setting-panel:not(.horizontal) .text{display:none}.xe-border-setting-panel:not(.horizontal) .text.text-1,.xe-border-setting-panel:not(.horizontal) .text.text-2{display:unset;width:50%;height:100%}.xe-border-setting-panel:not(.vertical) .text{display:none}.xe-border-setting-panel:not(.vertical) .text.text-1,.xe-border-setting-panel:not(.vertical) .text.text-3{display:unset;width:100%;height:50%}.xe-border-setting-panel:not(.horizontal):not(.vertical) .text.text-1{display:unset !important;width:100%;height:100%}.xe-table-vertical-align-button [data-ref=iconEl],.xe-table-vertical-align-button [data-ref=btnIconEl]{transform:rotateZ(90deg)}.xe-xmlview-textelement,
.xe-xmlview-textelement .xe-xmlview-node-text {display: inline;}
.xe-xmlview-tag-children {padding-left: 15px;}
.xe-xmlview-doctype-doctype {color: #777;}
.xe-xmlview{background: #fff;}
.xe-xmlview-tag {font-size:13px;line-height:16px;font-family:monospace;}
.xe-xmlview-tag-start {padding-left:10px;text-indent:-10px;}
.xe-xmlview-attribute {font-size:12px;}
.xe-xmlview-node-processinginstruction,
.xe-xmlview-node-doctype,
.xe-xmlview-attribute-name {color:#7f0055;}
.xe-xmlview-text-content,
.xe-xmlview-attribute-value {color:#505050;}
.xe-xmlview-node-text,
.xe-xmlview-node-comment,
.xe-xmlview-node-processinginstruction,
.xe-xmlview-node-doctype {font-size:11px;line-height:14px;}
.xe-xmlview-bracket,
.xe-xmlview-quote,
.xe-xmlview-slash,
.xe-xmlview-equals,
.xe-xmlview-comment-start,
.xe-xmlview-comment-content,
.xe-xmlview-comment-end,
.xe-xmlview-processinginstruction-content,
.xe-xmlview-doctype-content {color: #0b5095;}
.xe-xmlview-tag-name {color: #0b5095;}
.xe-xmlview-tag-children {padding-left:20px;border-left:1px dashed #777777;}
.xe-xmlview-selected {background-color:#cce0f3;}
.xe-xmlview-selected-empty {font-family:tahoma,arial,verdana,sans-serif;font-size:10px;line-height:13px;background-color:#cce0f3;}.table-properties .x-box-scroller-tab-bar-default {
  color: rgb(26, 33, 85);
}
.table-properties .x-tab-bar-default {
  background-color: White;
}

/*# sourceMappingURL=xeditor.css.map */.tobe-inserted {
  color: red;
}

/*# sourceMappingURL=xeditor.css.map */.table-editing-properties .x-box-scroller-tab-bar-default {
  color: rgb(26, 33, 85);
}
.table-editing-properties .x-tab-bar-default {
  background-color: White;
}

/*# sourceMappingURL=xeditor.css.map */.xe-xmlview-node-comment {
  color: green;
}
.xe-xmlview-node-comment .xe-xmlview-comment-start, .xe-xmlview-node-comment .xe-xmlview-comment-content, .xe-xmlview-node-comment .xe-xmlview-comment-end {
  color: green;
}

/*# sourceMappingURL=xeditor.css.map */.assert-add-button {
  font-size: 10px !important;
  height: 10px !important;
  width: 10px;
}

.assert-del-button {
  font-size: 12px !important;
  height: 12px !important;
  width: 12px;
}

/*# sourceMappingURL=xeditor.css.map */.brex-check-action {
  display: inline-block;
  cursor: pointer;
  color: blue;
  text-decoration: underline;
  margin-left: 5px;
}

.xe-notification .brex-check-action {
  display: none !important;
}

/*# sourceMappingURL=xeditor.css.map *//**

Components that can be @used providing a common set of functions
for any calling style sheet. 

This should be your main port of call when creating new CSS.

**/
/*
    general configs
*/
/*
    Element related configs
*/
/* warning and caution style */
/* caution */
/* note */
/* zoneRef */
/* before phrases */
/*
    rdf_description phrases
*/
/* after phrases */
/* general phrases */
/*
    RDF description style
*/
/**
    Common mixin used with parameters for warning caution and note
*/
/**
    These function is applied for reqSupportEquips, reqSupplies, reqSpares
*/
/**
    Generating list level counters based on input with given preced text
*/
/**
Publishing module mixins
**/
/**
    Schedule module mixins
*/
/**
    This mixin is created for SB document type
    this is used for sbSupportEquipSet, sbSupplySet, spSpareSet...
    Instead of setting up each element we used this mixin to place common elements
*/
.comment-state-accepted label .x-form-item-label-text:before {
  content: '\f00c';
  font-family: FontAwesome;
}
.comment-state-accepted label .x-form-item-label-text:before {
  display: inline-block;
  color: green;
  margin-right: 10px;
}

.comment-state-rejected label .x-form-item-label-text:before {
  content: '\f00d';
  font-family: FontAwesome;
}
.comment-state-rejected label .x-form-item-label-text:before {
  display: inline-block;
  color: red;
  margin-right: 10px;
}

/*# sourceMappingURL=xeditor.css.map */

/*# sourceMappingURL=xeditor.css.map *//**

Components that can be @used providing a common set of functions
for any calling style sheet. 

This should be your main port of call when creating new CSS.

**/
/*
    general configs
*/
/*
    Element related configs
*/
/* warning and caution style */
/* caution */
/* note */
/* zoneRef */
/* before phrases */
/*
    rdf_description phrases
*/
/* after phrases */
/* general phrases */
/*
    RDF description style
*/
/**
    Common mixin used with parameters for warning caution and note
*/
/**
    These function is applied for reqSupportEquips, reqSupplies, reqSpares
*/
/**
    Generating list level counters based on input with given preced text
*/
/**
Publishing module mixins
**/
/**
    Schedule module mixins
*/
/**
    This mixin is created for SB document type
    this is used for sbSupportEquipSet, sbSupplySet, spSpareSet...
    Instead of setting up each element we used this mixin to place common elements
*/

/*# sourceMappingURL=xeditor.css.map */.xe-raweditor {
	border-top: 4px solid #ebebeb;
	border-bottom: 4px solid #ebebeb;
}

.x-toolbar-footer .x-btn.xe-raweditor-btn-status {
	border: none !important;
}/* CSS rules here are used to change styling of the xeditor component as this file is usually included where the xeditor component is initialized */
/** IFrame markup related css */
/**

Components that can be @used providing a common set of functions
for any calling style sheet. 

This should be your main port of call when creating new CSS.

**/
/*
    general configs
*/
/*
    Element related configs
*/
/* warning and caution style */
/* caution */
/* note */
/* zoneRef */
/* before phrases */
/*
    rdf_description phrases
*/
/* after phrases */
/* general phrases */
/*
    RDF description style
*/
/**
    Common mixin used with parameters for warning caution and note
*/
/**
    These function is applied for reqSupportEquips, reqSupplies, reqSpares
*/
/**
    Generating list level counters based on input with given preced text
*/
/**
Publishing module mixins
**/
/**
    Schedule module mixins
*/
/**
    This mixin is created for SB document type
    this is used for sbSupportEquipSet, sbSupplySet, spSpareSet...
    Instead of setting up each element we used this mixin to place common elements
*/
/*
    Change the XE theme and UI styles
*/
.xe-first-toolbar {
  background-color: rgb(26, 33, 85);
  border-bottom: 1px solid rgb(26, 33, 85) !important;
  padding-left: 0px;
}
.xe-first-toolbar .x-toolbar-item {
  background-color: transparent;
}
.xe-first-toolbar .x-toolbar-item.x-btn-over, .xe-first-toolbar .x-toolbar-item.x-btn-menu-active, .xe-first-toolbar .x-toolbar-item.xe-selected-ribbon {
  background-color: white !important;
}
.xe-first-toolbar .x-toolbar-item.x-btn-over .x-btn-inner,
.xe-first-toolbar .x-toolbar-item.x-btn-over .x-btn-icon-el, .xe-first-toolbar .x-toolbar-item.x-btn-menu-active .x-btn-inner,
.xe-first-toolbar .x-toolbar-item.x-btn-menu-active .x-btn-icon-el, .xe-first-toolbar .x-toolbar-item.xe-selected-ribbon .x-btn-inner,
.xe-first-toolbar .x-toolbar-item.xe-selected-ribbon .x-btn-icon-el {
  color: rgb(26, 33, 85);
}
.xe-first-toolbar .x-toolbar-item.x-btn-over .x-btn-arrow-right:after, .xe-first-toolbar .x-toolbar-item.x-btn-menu-active .x-btn-arrow-right:after, .xe-first-toolbar .x-toolbar-item.xe-selected-ribbon .x-btn-arrow-right:after {
  color: rgb(26, 33, 85);
}
.xe-first-toolbar .x-toolbar-item .x-btn-inner-default-toolbar-small,
.xe-first-toolbar .x-toolbar-item .x-btn-icon-el-default-toolbar-small {
  color: white;
  font-weight: 500 !important;
}
.xe-first-toolbar .x-toolbar-item .x-btn-arrow-right:after {
  color: white;
}

.xe-first-toolbar .x-toolbar-item.editor-s1000d-logo {
  background-repeat: no-repeat !important;
  background-size: auto 45px !important;
  background-position: center !important;
  background-color: rgb(26, 33, 85) !important;
}
.xe-first-toolbar .x-toolbar-item:not(.editor-s1000d-logo) {
  margin-top: 12px !important;
  border-radius: 5px;
}

/**
    XE grid selected items 
*/
.x-grid-item-selected {
  background-color: #bdf1ff;
}

/**
    Tabbed item changes
*/
.x-tab {
  border: 1px solid lightgrey;
  border-radius: 5px 5px 0 0;
}
.x-tab .x-tab-inner {
  font-weight: 400;
}

.x-tab.x-tab-active.x-tab-default {
  background-color: lightblue;
}
.x-tab.x-tab-active.x-tab-default .x-tab-inner {
  font-weight: 700;
}

/*# sourceMappingURL=xeditor.css.map */