body {
  font-family: 'Open Sans', Tahoma, Geneva, MS Gothic, PingFang SC, Heiti SC, sans-serif, Segoe UI Symbol !important;
}
.no-focus-border:focus {
  outline: none;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(/www-editor/fonts/opensans-light.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(/www-editor/fonts/opensans.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(/www-editor/fonts/opensans-semibold.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/www-editor/fonts/opensans-bold.woff) format('woff');
}
@font-face {
  font-family: 'Y14.5M';
  font-style: normal;
  font-weight: 400;
  src: url(/www-editor/fonts/Y14.5M-unicode.ttf), local('Y14.5M'), url(/www-editor/fonts/Y14.5M-unicode.ttf) format('truetype');
  unicode-range: U+271F, U+271D, U+00C3;
}
/*color palette*/
*,
::before {
  box-sizing: unset;
}
.toolbar-separator {
  position: relative;
  width: 86px !important;
  height: 1px !important;
  background: black;
  opacity: 0.1;
  margin: 5px ;
  left: -5px !important;
  padding: 1px;
  border-radius: 2px;
  box-sizing: border-box;
}
.toolbar-label {
  color: white;
  background-color: #141518;
  position: relative;
  padding-left: 10px;
  padding-right: 13px;
  padding-top: 15px;
  padding-bottom: 3px;
}
.toolbar-label span {
  position: relative;
  top: -7px;
  user-select: none;
  cursor: default;
}
.toolbar-link {
  opacity: 0.95;
  padding: 1px;
  margin-right: 5px;
  font-weight: 600;
  color: #214B98;
  cursor: pointer;
}
.toolbar-link:hover {
  text-decoration: underline;
}
/* customize scollbar */
::-webkit-scrollbar {
  width: 8px;
  vertical-align: middle;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
}
::-webkit-scrollbar-track:hover {
  background: #4b4c4f;
  opacity: 0.6;
}
::-webkit-scrollbar-track:active {
  background: #4b4c4f;
  opacity: 1;
}
::-webkit-scrollbar-thumb {
  background: #808287;
  border: thin solid gray;
  border-radius: 10px;
  opacity: 0.2;
}
::-webkit-scrollbar-thumb:hover {
  background: #808287;
  opacity: 0.6;
}
::-webkit-scrollbar-thumb:active {
  background: #808287;
  opacity: 1;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #2a2c30;
}
.xenon-download :not(.caret):hover {
  position: relative;
  right: 1px !important;
  bottom: 1px;
}
.xenon-download {
  margin-left: 2px;
}
.xenon-download .caret {
  position: relative;
  top: 14px !important;
  left: -6px !important;
}
.toolbar-button,
.btn.toolbar-button {
  padding: 1px;
  width: 40px;
  height: 40px;
  border: none;
  box-shadow: none;
  background: transparent;
  margin-top: 0px;
  opacity: 0.95;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
}
.toolbar-button.disabled {
  opacity: 0.3;
  color: #646464;
  cursor: default;
}
.toolbar-popup-button .caret {
  pointer-events: none;
}
.toolbar-button:hover {
  padding: 0px;
}
.toolbar-button img {
  width: 30px ;
  height: 30px;
  max-width: none;
  padding: 4px;
  margin: 5px;
  box-sizing: border-box;
}
.btn.toolbar-button img {
  margin: 0px;
}
.toolbar-firstButton {
  background-color: #141518 !important;
  background-image: none;
  border-radius: 0px;
  text-shadow: none;
  color: white !important;
  box-shadow: none;
  width: 86px;
  height: 37px;
  border-bottom: 1px solid black;
  padding: 10px;
  transition: 0.7s background-color;
  box-sizing: border-box;
  border: 1px solid #141518 !important;
}
.toolbar-firstButton img:hover {
  -webkit-filter: brightness(2);
  filter: brightness(200);
}
.toolbar-firstButton:hover {
  background-color: #000000 !important;
  opacity: 0.8;
  border: 1px solid #141518 !important;
}
.toolbar-firstButton img {
  position: relative;
  height: 40px !important;
  width: 87px !important;
  top: -12px;
}
.toolbar-popup-button {
  width: 40px;
  padding: 1px;
  height: 40px;
  border: none;
  box-shadow: none;
  background: transparent;
  margin-top: 0px !important;
  opacity: 0.95;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 2px;
}
.toolbar-popup-button > .toolbar-button {
  display: inline-block;
  width: 25px;
}
.toolbar-popup-button > .toolbar-button img {
  margin-left: 5px;
  margin-right: 0px;
}
.toolbar-popup-button > .dropdown-toggle {
  display: inline-block;
  padding-left: 8px;
  height: 28px;
  margin-top: -2px;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
}
.toolbar-popup-button > .dropdown-toggle > .caret,
.toolbar-popup-button .caret {
  display: inline-block;
  position: relative;
  top: -10px;
  left: 20px;
  border-style: solid;
  border-width: 0px 0px 7px 7px;
  border-color: transparent transparent #f0f0f0 transparent;
}
.btn.toolbar-popup-button .caret {
  margin-top: 10px;
}
.xenon-toolbarDropdown.dropdown-menu li > a {
  background-color: #333538 !important;
  color: white !important;
}
.xenon-toolbarDropdown {
  background-color: #333538 !important;
  border: none  !important;
  position: relative;
}
/*Note-Editor - START[*/
.noteeditor-textstyle {
  margin: 3px 1px;
  padding: 0px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  width: 100px;
}
.noteeditor-checkbox {
  margin: 0px 2px;
  padding-top: 5px;
}
.noteeditor-label {
  width: 16px;
  padding-top: 5px;
  margin-left: 2px;
}
.noteeditor-color {
  margin: 3px 0px;
}
.font-combobox {
  margin: 3px 1px;
  background-image: none;
}
.font-combobox button {
  height: 24px;
}
.font-combobox-menu {
  height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
}
.font-combobox button:first-child {
  width: 120px;
  padding: 2px;
  font-family: inherit;
}
.font-combobox.btn-group > .btn:first-child span {
  visibility: hidden;
}
.font-combobox.btn-group > .btn:first-child {
  background-color: #141518;
  background-image: none;
  color: #CFCFCF;
  text-shadow: none;
  border-radius: 0px;
  border: 1px solid #000000;
  font-size: 10pt;
  width: 170px;
}
.font-combobox.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-radius: 0px;
  background-color: #141518;
  box-shadow: none;
}
.noteeditor-font.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle:active {
  outline: 0;
}
input.noteeditor-spinbox {
  min-width: 60px;
  width: 75px;
  margin: 0px;
}
input.noteeditor-lineedit {
  height: 14px;
  line-height: 15px;
  margin: 3px 0px;
  width: 75px;
}
.font-combobox-menu li > a {
  color: white!important;
}
.font-combobox-menu.dropdown-menu {
  border: 1px solid black !important;
  font-size: 12px;
}
.xenon-NoteWidget .dropdown-menu {
  background-color: #141518 !important;
  border: 1px solid black !important;
  color: white !important;
}
.xenon-NoteWidget .dropdown-menu li > a:hover {
  background-color: #1976d2 !important;
  color: white !important;
}
.xenon-NoteWidget .dropdown-menu li > a {
  background-color: #141518 !important;
  color: white !important;
}
/*Note-Editor - END]*/
/*Dimension palette styles - START[*/
.xenon-dimpalette input[type=text] {
  resize: none;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  font-family: inherit;
  border-radius: 0px;
  background-color: #1E2023;
  color: white;
  border: 1px solid black;
  height: auto;
  text-align: center;
}
.xenon-dimpalette textarea {
  resize: none;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  font-family: inherit;
  border-radius: 0px;
  border: 1px solid black;
  background-color: #1E2023;
  color: white;
  text-align: center;
}
.xenon-dimpalette-Vspacer {
  height: 5px;
}
.xenon-dimpalette {
  margin: 0px;
  background-color: #333538;
  border: 1px solid black;
  width: auto;
  /* override Wt*/
}
.xenon-dimpalette.modal {
  border-radius: 5px;
}
.xenon-dimpalette .modal-header {
  padding: 0px;
  height: 12px;
}
.xenon-dimpalette-footer {
  background-color: #1E2023;
  border-top: 1px solid black;
  height: 46px;
}
.xenon-dimpalette-header img {
  height: 12px;
  width: 40px;
}
/*.xenon-dimPalette-widgetHolder img{
  filter: invert(80%);
}*/
.xenon-dimpalette-combo {
  width: 75px;
  margin-top: 0px !important;
  margin-left: 5px !important;
  max-height: 22px;
}
input.xenon-dimpalette-combo {
  height: 15px;
  line-height: 15px;
  max-width: 75px;
  padding-right: 20px !important;
}
.xenon-dimpalette-combo {
  background-position: right 8px top 10px !important;
}
.Wt-suggest-dropdown {
  background-repeat: no-repeat;
  background-image: url('icons/suggest-dropdown.png');
  background-position: right;
}
.Wt-suggest-dropdown:hover {
  cursor: default;
  background-image: url('icons/suggest-dropdown-hover.png');
  background-position: right;
}
.Wt-suggest-dropdown:active {
  cursor: default;
  background-image: url('icons/suggest-dropdown-active.png');
  background-position: right;
}
.xenon-dimpalette-prepost {
  width: 50px;
}
.xenon-dimpalette-dimvalue {
  width: 75px;
}
.xenon-dimpalete-multitextarea-left {
  text-align: left;
}
.xenon-dimpalete-multitextarea-center {
  text-align: center;
}
.xenon-dimpalete-multitextarea-right {
  text-align: right;
}
.xenon-dimpalete-multitextarea-justify {
  text-align: justify;
}
.xenon-dimpalette-braces {
  height: 20px;
  color: white;
}
.xenon-dimpalette textarea:focus {
  box-shadow: none;
}
.xenon-dimpalette input[type=text]:focus {
  box-shadow: none;
  outline: 0;
}
.xenon-dimpalette-caret img {
  width: 25px;
  position: relative;
  left: 3px;
}
.xenon-dimpalette-caret .caret {
  left: 1px;
  top: 12px;
}
.xenon-dimPallete-symmetry {
  min-height: 40px;
  background-position: right 8px top 18px !important;
}
.xenon-dimpalette-caret.toolbar-popup-button {
  background-color: #141518 !important;
  border: 1px solid black;
  border-radius: 0px;
}
.dimPalette-btn {
  background-color: #141518 !important;
  margin: 5px !important;
  border: 1px solid black !important;
  width: 36px !important;
  height: 36px !important;
  transition: 0.5s background-color;
}
.dimPalette-btn.btn:hover {
  background-color: #1976d2 !important;
  opacity: 0.8;
  padding: 1px !important;
}
.dimPalette-btn .caret {
  position: relative;
  left: -7px;
  top: 13px;
}
.dimPalette-btn.active {
  box-shadow: none;
  outline: 0;
  background-color: #1976d2 !important;
}
/*Dimension palette styles - END]*/
td {
  background-color: white;
  border: 1px solid darkgray;
  padding: 3px;
  font-size: 85%;
}
/*
 * Override some bootstrap styles.
 */
/*
 * Do not show informational help, only errors.
 */
.form-horizontal .help-inline > span {
  display: none;
}
.control-group.error .help-inline > span {
  display: inline-block;
}
.control-group.success .control-label,
.control-group.success .help-inline {
  color: inherit;
}
/*
 * Do not constrain dialog maximum height
 */
.modal-body {
  max-height: none;
}
.modal .modal-header {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.main-nav {
  margin-bottom: 0px;
}
/*command window*/
.xenon-commandwindow-container {
  position: fixed !important;
  margin: auto;
  width: 650px;
  height: 38px;
  background-color: #202123;
  color: rgba(255, 255, 255, 0.95);
  z-index: 450;
  left: 50%;
  transform: translateX(-50%);
}
.xenon-commandwindow-container font {
  color: #ebc864;
}
.xenon-commandwindow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  position: absolute;
  top: auto !important;
  bottom: 5px;
  left: 5px;
  right: 30px;
  width: 368px;
  /*background-color: rgba( 78, 80, 84, 0.8 );*/
}
.ui-resizable.xenon-commandwindow-output-container {
  position: absolute;
}
.xenon-commandwindow-output {
  box-sizing: border-box;
  height: 100%;
  padding: 3px 5px;
  /*right: -22px; //for invisible scrollbar */
  font-size: 13px;
  line-height: 18px;
}
.xenon-commandwindow-output-container {
  height: 59px;
  min-height: 59px;
  border: 1px solid #0e0e0f;
  border-bottom: none;
  overflow: hidden;
  background-color: rgba(78, 80, 84, 0.8);
}
.xenon-commandwindow-output-container td {
  background-color: transparent;
  color: #ebc864;
  border: none;
  font-size: 13px;
}
.xenon-commandwindow-output-container-expanded {
  height: 365px;
  min-height: 365px;
}
.xenon-commandwindow-prefix-container {
  height: 42px;
  width: 40px;
  background-color: #2a2c30;
  border-right: 1px solid #090a0b;
  box-sizing: border-box;
}
.xenon-commandwindow-prefix {
  position: absolute;
  top: 16px;
  left: 14px;
  height: 13px;
}
.xenon-commandwindow-options-container {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 42px;
  width: 35px;
  background-color: #0e0e0f;
  border-left: 1px solid #090a0b;
}
.xenon-commandwindow-button {
  position: absolute;
  bottom: 5px;
  right: 21px;
  width: 22px !important;
  height: 27px !important;
  background: #2a2c30;
  box-shadow: none;
  line-height: 10px;
  border-radius: 0px;
  border-left: none;
}
.xenon-commandwindow-button img {
  -webkit-filter: brightness(2);
  filter: brightness(2);
  position: relative;
  top: 7px !important;
  left: 6px !important;
}
.xenon-document-window-manager {
  position: initial !important;
}
.xenon-commandwindow-moveHandle {
  position: absolute;
  width: 14px;
  right: 4px;
  bottom: 5px;
  height: 27px !important;
  background: #2a2c30;
  box-shadow: none;
  line-height: 10px;
  border-radius: 0px;
  border-left: none;
  cursor: grab;
  background-image: url(icons/grip-20.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
.xenon-commandwindow-button:hover {
  background: #2a2c30;
}
.xenon-commandline {
  margin: 0px;
  background-color: rgba(78, 80, 84, 0.8);
  border: 1px solid #0e0e0f;
  box-sizing: border-box;
  width: 369px;
}
.commandline-options {
  line-height: 15px;
  border: 1px solid #0e0e0f;
  background-color: #141414;
  margin: 5px !important;
  padding: 3px 3px 3px 5px;
  font-size: 13px;
  line-height: 18px;
}
.commandline-options-empty {
  border: none;
  padding: 0px;
  margin: 0px;
}
.commandline-prompt {
  line-height: 15px;
  margin-left: 5px;
  padding: 3px;
  font-size: 13px;
  line-height: 18px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* word-wrap: break-word; */
}
.commandline-prompt b {
  color: #ebc864;
}
.color-label {
  border: 1px solid red;
  background: red;
}
.commandline-input {
  resize: none;
  margin: 0px;
  background: transparent;
  border: none;
  box-shadow: none !important;
  color: #ebc864;
  overflow: hidden;
  font-size: 13px;
  line-height: 18px!important;
}
.commandline-input::-moz-selection {
  background-color: #1976d2;
  color: #FFFFFF;
}
.commandline-input::selection {
  background-color: #1976d2;
  color: #FFFFFF;
}
textarea[disabled].commandline-input {
  background: transparent;
  cursor: default;
}
/*command statusbar*/
.xenon-statusbar {
  background-color: #333538;
  min-height: 38px;
  display: flex;
  top: unset!important;
  bottom: -99.98vh !important;
  z-index: 5;
}
.xenon-statusbar .XePushButton {
  border-left-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.XeStatusBarOptionsButtonGroup {
  margin: 5px;
}
.XeStatusBarOptionsButtonGroup .XePushButton {
  height: 26px;
  padding: 4px 10px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 400;
  background-color: transparent;
  cursor: pointer;
  min-width: 64px !important;
}
.XeStatusBarOptionsButtonGroup .XePushButton:first-child:not(:hover) {
  border-left-color: #000000;
}
.XeStatusBarOptionsButtonGroup .XePushButton.active,
.XeStatusBarOptionsButtonGroup .XePushButton:active {
  background-color: #141518;
  color: #FFFFFF;
}
.xenon-statusbar-model {
  background-color: #141518;
}
.xenon-statusbar-model.btn {
  min-width: 64px !important;
}
.xenon-statusbar-model.active,
.xenon-statusbar-model:active {
  background-color: #141518;
  color: #CFCFCF;
}
.xenon-statusbar-model.XePushButton:hover {
  border: 1px solid #000000;
}
.xenon-statusbar-sheets-container {
  overflow: hidden;
  margin: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-height: 36px;
  border: 1px solid #000000;
  border-left: none;
  box-sizing: border-box;
}
.xenon-statusbar-sheets-container-ul {
  white-space: nowrap;
  overflow: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0px;
  min-width: 180px;
  max-width: 180px;
  margin-bottom: -22px;
}
.xenon-statusbar-sheet {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.xenon-statusbar-sheets-container-ul.nav > li > a {
  color: #808287;
  font-size: 11px;
  height: 36px;
  box-sizing: border-box;
}
.xenon-statusbar-sheets-container-ul.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: auto;
}
.xenon-statusbar-sheets-container-ul.nav > li > a > span {
  height: 36px;
  min-width: 36px;
  background: #141518;
  box-shadow: none;
  line-height: 18px;
  border-radius: 0px;
  color: white;
  text-align: center;
  padding: 10px;
  text-shadow: none;
  font-size: 12px;
  font-weight: 700;
  color: #CFCFCF;
  box-sizing: border-box;
  margin: 20px 0px 0px 20px;
  text-overflow: ellipsis ;
  margin: 0px;
  font-size: 11px;
  max-width: 113px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid black;
  background: #1E2023;
  cursor: pointer;
}
.xenon-statusbar-sheets-container-ul.nav > li > a > span img {
  /*.png images need to be changed to .svg*/
  max-width: 14px;
  margin-bottom: 4px;
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.xenon-statusbar-sheets-container-ul.nav > li > a > span .caret {
  display: block;
  position: relative;
  float: right;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #CFCFCF transparent;
  margin-top: 15px;
  margin-right: -7px;
}
.xenon-statusbar-sheets-container-ul.nav > li.active > a > span,
.xenon-statusbar-sheets-container-ul.nav > li > a:active > span {
  border: none;
  border-bottom: 5px solid #214B98;
  background-color: #1E2023;
  color: #FFFFFF;
}
.xenon-statusbar-sheets-container-ul.nav > li > a:hover > span {
  color: #FFFFFF;
}
.xenon-statusbar-dummy-sheetmenu {
  display: none!important;
}
.btn.xenon-statusbar-addsheet-button {
  background-color: transparent;
  color: #FFFFFF;
  font-size: 20px;
}
.btn.xenon-statusbar-addsheet-button img {
  border: 1px solid #000000;
  background-color: #1E2023;
}
.xenon-statusbar-coordinates {
  color: #808287;
  font-size: 11px;
  line-height: 14px;
  margin: 5px;
  padding: 5px 10px;
  text-align: center;
  border: solid 1px #000000;
  background: #141518;
  height: 26px;
  min-width: fit-content;
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
}
.xenon-statusbar-version {
  color: #56585c;
  font-size: 13px;
  line-height: 18px;
  margin: 5px 150px 5px 0px;
  /*right offset to avoid label behind snapshot Feedback button*/
  padding: 5px;
  text-align: right;
  white-space: nowrap;
}
.XeButtonGroup .XePushButton.disabled {
  border-top: 1px solid #000000;
  border-left: none;
  border-right: none;
}
.xenon-statusbar-2ndGroup img {
  height: 11px;
}
.xenon-statusbar-2ndGroup :nth-child(2) {
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}
.XeButtonGroup .XePushButton:hover {
  border: 1px solid #000000 !important;
}
.xenon-groupButton-m_pGroupBox2 {
  margin-left: 0px;
}
.xenon-groupButton-m_pGroupBox2 .XePushButton:first-child:not(:hover) {
  border-left-color: transparent;
}
.xenon-groupButton-m_pGroupBox1 {
  margin-right: 0px;
}
/*dialogs*/
.xenon-label {
  border-style: solid;
  border-width: 1px;
  height: 20px;
  width: 99%;
  font-size: smaller;
}
.xenon-dialog {
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #d4d4d4;
  box-shadow: 1px 1px 6px #A9A9A9;
}
.xenon-dialog-body {
  padding: 0px;
}
.xenon-dialog fieldset {
  border: 1px solid #d4d4d4;
  border-style: ridge;
}
.xenon-dialog fieldset > legend {
  font-size: 14px;
  border-bottom: 0;
  border: 0;
  width: auto;
  margin-bottom: 0;
  line-height: 10px;
}
.xenon-dialog fieldset.fxdcl-noborder {
  border: 0;
}
.xenon-dialog button.fxdcl-nopadding {
  padding: 0;
}
.xenon-dialog select.fxdcl-nopadding {
  padding: 0;
}
.xenon-dialog input[type=checkbox] {
  height: 10px;
  width: 10px;
  max-height: 16px;
  max-width: 16px;
  min-height: 8px;
  min-width: 8px;
}
.xenon-dialog-header {
  font-size: 12pt;
  font-weight: 600;
  border-bottom: 1px solid #d3d7d9;
  color: #333333;
  height: 28px;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  box-sizing: border-box;
}
.xenon-dialog-header h4 {
  margin: 5px;
  font-size: 13px;
}
.xenon-dialog-title {
  color: #dd5228;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  line-height: 28px;
  white-space: nowrap;
  padding-left: 6px;
}
.xenon-dialog-title-completed {
  color: #333333;
}
.xenon-dialog-button {
  float: right;
  width: 28px;
  height: 28px;
  display: inline-block;
  border-bottom: #d3d7d9 solid 1px;
  cursor: default;
  box-sizing: border-box;
}
.xenon-dialog-combobox {
  border: 1px solid #d3d7d9;
  border-radius: 0;
  font-size: 10pt;
  height: 24px;
  width: 160px;
  text-indent: 0;
  padding: 1px 6px;
  line-height: 12pt;
  box-sizing: border-box;
  margin: 1px;
  font: inherit;
}
select[disabled].xenon-dialog-combobox {
  cursor: default;
}
.xenon-dialog-combobox:focus {
  border: 2px solid #90cef1;
  outline-width: 0;
  padding: 0 5px;
}
input.xenon-dialog-lineedit {
  color: #333;
  border: 1px solid #cccccc;
  border-radius: 0;
  font-size: 10pt;
  font-family: inherit;
  height: 24px;
  width: 160px;
  padding: 2px 3px;
  box-sizing: border-box;
  margin: 1px;
  line-height: 21px;
}
input.xenon-dialog-lineedit.Wt-invalid {
  border-color: #dd5228;
}
input.xenon-dialog-lineedit.Wt-invalid:hover {
  border-color: #dd5228;
}
input.xenon-dialog-lineedit.Wt-invalid:focus {
  border-color: #dd5228;
}
input.xenon-dialog-lineedit:hover {
  border: 1px solid #616b73;
}
input.xenon-dialog-lineedit:focus {
  border: 2px solid #90cef1;
}
.xenon-dialog-label {
  height: 24px;
  padding-top: 3px;
}
.xenon-dialog-browse-button {
  margin: 1px;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0px;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #d3d7d9;
}
.xenon-dialog-browse-button:hover {
  border: 1px solid #9AA5AF;
  background: transparent;
  padding: 0!important;
}
.xenon-dialog-browse-button:active {
  border: 1px solid #9AA5AF;
  background-color: #CFDBE5;
  box-shadow: none;
}
.xenon-dialog-dropdown-button {
  width: 24px;
  height: 24px;
  border: none;
  padding: 0px;
}
.xenon-promptwidget {
  font-size: 10pt;
  font-weight: bold;
  color: #333333;
  width: 225px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 4px rgba(154, 165, 175, 0.7);
  margin-left: 2px;
  border: none;
  border-radius: 0px;
}
.xenon-promptwidget-content {
  margin: 0px 2px;
}
.xenon-promptwidget-explanation {
  font-style: italic;
  font-weight: normal;
}
.xenon-promptwidget-keyword {
  font-weight: 400;
  color: #616b73;
  cursor: pointer;
  padding-right: 2px;
  margin-right: 3px;
}
.xenon-promptwidget-keyword:hover {
  color: #5cb6eb;
  border-bottom: 2px solid #a4d7f4;
}
.xenon-promptwidget-keyword-active {
  font-weight: 600;
  color: #214B98;
  border-bottom: 2px solid #214B98;
  cursor: pointer;
  padding-right: 2px;
  margin-right: 3px;
}
.xenon-promptwidget-keyword-active:hover {
  color: #5cb6eb;
  border-bottom: 2px solid #a4d7f4;
}
input.Wt-edit-emptyText {
  color: #616b73;
  font-weight: 300;
  font-style: italic;
}
.xenon-context-menu {
  background-color: #fff;
  padding: 1px 0;
  margin: 2px 0 0;
  font-size: 9pt;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  min-width: 0;
}
.xenon-context-menu > li {
  line-height: 18px;
  cursor: pointer;
  color: #666;
}
.xenon-context-menu > li:hover {
  color: #333;
  background-color: #39F;
}
.xenon-context-menu > li > a {
  padding-left: 16px;
  padding-right: 8px;
  color: #666;
}
.xenon-context-menu .active > a {
  color: #333;
  background-color: #39F;
  background-image: none;
}
.xenon-context-menu .active > a:hover {
  color: #333;
  background-color: #1F2022;
  background-image: none;
}
.xenon-context-menu a:after {
  margin-right: -6px;
  filter: brightness(0.8);
}
.btn-group > .dropdown-toggle {
  background: transparent;
  left: 2px !important;
}
.xenon-colorpicker {
  cursor: pointer;
}
.xenon-table {
  border: groove;
  background-color: #dde6ee;
}
.xenon-listview.Wt-tableview .Wt-header {
  border: none;
}
.xenon-listview.Wt-tableview .Wt-tv-contents .Wt-tv-c {
  border: none;
}
.xenon-listview.Wt-tableview .Wt-spacer {
  border: none;
}
.xenon-widget {
  font-size: 10pt;
  color: #333333;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 4px rgba(154, 165, 175, 0.7);
  margin-left: 2px;
  border: none;
  border-radius: 0px;
  width: auto;
}
.xenon-flyout-widget {
  color: #666666;
  background-color: transparent;
  position: fixed;
  top: inherit;
  bottom: 38px;
}
.xenon-flyout-header {
  position: relative;
  font-size: 10pt;
  font-weight: 600;
  color: #CFCFCF;
  background-color: #141518 !important;
  height: 70px !important;
  padding-left: 10px;
  box-sizing: border-box;
  pointer-events: auto;
  border-radius: 0;
  border: 1px solid black;
  top: -20px;
}
.xenon-flyout-scroll-container {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
}
.xenon-flyout-scroll-content {
  border-bottom: 1px solid #cfdbe5;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfdbe5;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #FFFFFF;
  pointer-events: auto;
  background-color: #1E2023 !important;
}
.xenon-flyout-cancel {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  border: none;
  width: auto;
  padding-left: 8px;
}
.xenon-flyout-cancel:hover {
  opacity: 0.3;
}
.xenon-popup-menu {
  z-index: 2500;
}
.xenon-sheet-add-button {
  position: absolute;
  margin-top: 34px;
  height: 28px;
  width: 28px;
  padding: 5px;
  left: 12px;
  background: #1E2023;
  box-shadow: none;
  line-height: 10px;
  border-radius: 0px;
  border: 1px solid #000000;
}
.xenon-sheet-add-button img:hover {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.xenon-sheet-add-button:focus {
  outline: 0;
}
.xenon-sheet-add-button:hover {
  background-color: #1E2023;
}
.xenon-sheet-table {
  font-weight: 300;
  font-size: 11pt;
}
.CXeSheetWidget_spacer {
  width: 250px;
}
[data-object-name="CXeSheetWidget"] * {
  box-sizing: border-box !important;
}
.xenon-sheet-table .Wt-tv-c1:not(.headerrh) {
  right: 49px !important;
  width: initial !important;
}
.xenon-sheet-table.view-only .Wt-tv-c1:not(.headerrh) {
  right: 0px !important;
}
.xenon-sheet-table .Wt-tv-c2:not(.headerrh) {
  /*if change width, change in CXeSheetWidget::onTableViewClicked too*/
  position: relative;
  left: 113px !important;
  width: 119px !important;
}
.xenon-sheet-table .Wt-tv-contents {
  width: inherit !important;
  background-color: #1E2023;
}
.xenon-sheet-table.Wt-tableview .Wt-header {
  border: none;
}
.xenon-sheet-table.Wt-itemview {
  border: none;
}
.xenon-sheet-table.Wt-itemview .active {
  background-color: #b0d9f1;
}
.xenon-sheet-table.Wt-tableview {
  border: solid none solid none !important;
}
.xenon-sheet-table.Wt-tableview .active {
  background-color: #0370D8 !important;
  color: #FFFFFF;
}
.xenon-sheet-table.Wt-tableview .Wt-spacer {
  background-color: #1E2023;
  background-image: none;
}
.xenon-sheet-rename-title {
  color: #666666;
}
.xenon-sheet-rename-error {
  left: 15px;
  top: 30px;
  position: relative;
  font-size: 10pt;
  color: #FFFFFF;
}
/* canvas styles */
.interactive_arrowpick {
  cursor: url(icons/arrow_pick3.png) 16 16, auto !important;
}
.interactive_arrow {
  cursor: default;
}
.interactive_cross {
  cursor: crosshair;
}
.interactive_hand {
  cursor: move;
}
.interactive_none {
  cursor: none;
}
.interactive_text {
  cursor: text;
}
.interactive_eresize {
  cursor: e-resize;
}
.dropdown-menu .divider {
  padding-bottom: 0;
  border-bottom: 1px solid #DDD;
  background: #4b4c4f;
  margin: 0px 1px;
  -webkit-user-select: none;
  pointer-events: none;
}
.dropdown-menu > li {
  cursor: pointer;
}
.dropdown-menu .Wt-icon {
  background-size: 16px 16px;
  height: 24px;
  margin-top: -4px;
}
.xenon-point-combobox {
  min-width: 65px;
  height: 190px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.xenon-point-combobox.dropdown-menu li > a {
  padding: 0 17px;
}
input.xenon-callout-lineedit {
  margin: 0px;
}
.xenon-callout-footer {
  max-width: 238px;
}
.xenon-group-button {
  min-width: 105px;
  max-width: 105px;
  max-height: 32px;
}
.xenon-editgroup-button {
  min-width: 105px;
  max-width: 165px;
  min-height: 32px;
  max-height: 32px;
}
input.xenon-group-new_lineedit {
  margin: 0px;
}
.xenon-symbol_dropdown_menu {
  height: 190px;
  overflow-y: auto;
  overflow-x: hidden;
}
.xenon-symbol_dropdown_menu.dropdown-menu li > a {
  padding: 0 22px;
}
.xenon-block-combo {
  margin: 0px;
  padding: 0px;
}
input.xenon-block-combo {
  height: 15px;
  line-height: 15px;
}
.xenon-attdef-textEdit {
  margin: 0px 0px;
  resize: none;
  overflow: hidden;
  white-space: pre;
  word-wrap: normal;
}
.xenon-attdef-textEdit:focus {
  outline-color: #214B98;
  outline-style: auto;
  outline-width: 5px;
}
.xenon-attdef-textEdit.disabled {
  background: transparent !important;
  user-select: none;
  border: 1px solid #646464;
}
.xenon-editattdef-textEdit {
  margin: 0px 10px;
}
.xenon-entity-selection-button {
  margin-left: 10px;
}
.xenon-BlockgroupBox {
  min-height: 122px;
  min-width: 208px;
}
.xenon-Block-LEdit {
  margin-left: -1em !important;
}
/* MADSEN'S NOTE: - overwriten classes are only temporary, be cool */
/*body {
    font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
}*/
/* @ dropdown menu */
.dropdown-menu {
  font-size: 13px;
  background-color: #333538 !important;
  border: 1px solid #010101 !important;
  color: #545454 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  min-width: 90px!important;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  z-index: 11000;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  background-color: #1F2022 !important;
  background-image: none !important;
  color: #FFFFFF !important;
}
.dropdown-menu li > a {
  color: #fff !important;
}
.dropdown-menu li .disabled {
  color: #D4D1D1 !important;
}
/* widget */
.btn-group,
.with-label {
  font-size: 11px;
}
/* @ buttons */
.btn-primary {
  color: #FFFFFF;
  text-shadow: none;
  background-color: #0077cc;
  background-image: none;
  border: 1px solid #03528c;
  border-radius: 2px !important;
  font-weight: 700;
  font-size: 11px;
  padding: 5px 20px 5px 20px !important;
}
.btn-cancel {
  color: #333333;
  text-shadow: none;
  background-color: #ececec;
  background-image: none;
  border-radius: 2px !important;
  font-weight: 700;
  font-size: 11px;
  padding: 5px 20px 5px 20px !important;
}
/* @ tooltip  */
.tooltip {
  font-size: 9pt;
  margin-right: 8px;
  overflow: hidden;
  pointer-events: none;
  box-shadow: 0 0 4px rgba(154, 165, 175, 0.7);
  padding: 0 !important;
  z-index: 170000;
  max-width: 420px;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.bottom-right {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  max-width: 100%;
}
.tooltip-arrow {
  display: none;
}
.tooltip-content {
  padding: 4px;
  background-color: #cfdbe5;
  color: #333;
  font-weight: 600;
  text-align: left;
}
.tooltip-expand {
  background-color: #FFF;
  color: #333;
  overflow: hidden;
  padding: 4px;
  display: none;
  text-align: left;
}
.tooltip-expand > ol > li {
  list-style-type: decimal;
  margin-left: 20px;
}
.tooltip-expand > ol {
  padding-left: 0;
}
.tooltip-expand > ul > li {
  list-style-type: disc;
  margin-left: 20px;
}
.tooltip {
  box-shadow: none !important;
  border: #141518 solid 1px;
}
.tooltip-content {
  padding: 0px 0px 0px 0px;
  background-color: #1F2022;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 11px;
  text-align: left;
  border: none;
  margin: -1px -1px;
}
/* @ modal */
.modal {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none !important;
}
.modal-header {
  border: none;
}
.xenon-dialog-header {
  border: none;
}
.modal-footer {
  float: left;
  background: none;
  padding: 14px 15px 15px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.xenon-dialog-header {
  padding: 10px;
  margin-bottom: 20px;
}
.xenon-dialog-header h4 {
  display: block;
  font-size: 15px;
}
/* @ flyout - SHEETS */
.xenon-flyout-widget {
  margin: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.xenon-flyout-scroll-content {
  background-color: #f9f9f9;
  border-radius: 0;
  border: none !important;
}
.xenon-sheet-table.Wt-itemview .active {
  background-color: #e9e9e9;
}
.xenon-sheet-table.active {
  text-shadow: none;
}
.xenon-flyout-scroll-container {
  font-size: 12px !important;
}
.xenon-sheet-table .Wt-tv-contents {
  font-size: 11px !important;
  font-weight: 400 !important;
  padding-left: 15px !important;
}
.xenon-sheet-table .Wt-tv-c {
  font-weight: bold;
  color: #A0A0A0;
}
.xenon-dialog-button {
  float: right;
  width: 22px;
  height: 22px;
  background-size: 22px;
  cursor: pointer;
}
.xenon-dialog {
  box-sizing: none;
  border: #d9d9d9 solid 1px;
  box-shadow: 0;
}
.navbar-inner {
  height: 30px ;
}
.divider {
  border-bottom: none !important;
  margin: 0 !important;
  margin-top: 5px !important;
  margin: 5px !important;
}
/* layers icons */
.xenon-flyout-widget .Wt-tv-c,
.xenon-flyout-widget .Wt-tv-c3 {
  background-size: 16px 16px;
}
.xenon-flyout-widget .Wt-tv-c {
  background-size: 25px 25px;
}
.Xenon-entityGroup.disabled.btn:focus {
  outline: none;
}
.xenon-pattern-pbBtn {
  padding: 0;
  margin: 0px;
  outline: none!important;
}
.xenon-pattern-selectBtn {
  padding: 0;
  margin-left: -110px;
}
.xenon-pattern-polarCb {
  padding: 0;
  margin: 0;
  margin-left: 12px;
  max-width: 430px;
}
.xenon-pattern-gBox {
  padding: 0;
  margin: 0;
  margin-left: 2px;
  max-width: 300px;
  min-width: 300px;
  max-height: 75px;
  min-height: 75px;
}
.xenon-pattern-container {
  max-height: 55px!important;
  min-height: 55px!important;
  max-width: 300px;
  min-width: 300px;
  margin-top: -20px;
  margin-left: -5px;
}
.xenon-pattern-prviewegBox {
  padding: 0;
  margin: 0;
  margin-left: -4px;
  max-width: 153px;
  min-width: 153px;
  max-height: 130px;
  min-height: 130px;
}
.xenon-pattern-axisXAlign {
  padding: 0;
  margin: 0;
  margin-top: 23px;
  min-width: 180px;
  max-width: 180px;
}
.xenon-pattern-axisYAlign {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  min-width: 180px;
  max-width: 180px;
}
.xenon-pattern-linearSettingCBox {
  padding: 0;
  margin: 0;
  margin-left: 12px!important;
  max-width: 398px;
  min-height: 18px!important;
}
.xenon-pattern-settingBox {
  padding: 0;
  min-height: 15px!important;
}
.xenon-pattern-alignBaseLbl {
  padding: 0;
  margin-top: 3px;
}
.xenon-pattern-alignAxisXLbl {
  padding: 0;
  margin-top: 24px;
  margin-left: 2px;
}
.xenon-pattern-alignAxisYLbl {
  padding: 0;
  margin-top: 9px;
  margin-left: 2px;
}
.xenon-entitycheckbox input[type="checkbox"] {
  outline: none;
}
.xenon-radiusEdit {
  margin-top: 2px!important;
}
.xenon-pboptions {
  padding: 0;
  margin-top: 2px!important;
  outline: none;
  min-height: 27px!important;
}
.xenon-pboptions:focus {
  outline: none;
}
.xenon-comboPoints_ActionButton .btn {
  min-width: 40px;
  max-width: 40px!important;
  min-height: 28px!important;
}
.xenon-comboPoints_ActionButton .dropdown-toggle.btn {
  min-width: 4px;
}
.xenon-symbol_pointdropdown_menu {
  height: 190px;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 20px;
}
.xenon-symbol_pointdropdown_menu.dropdown-menu li > a {
  padding: 0 20px 0px 20px;
}
.xenon-lineEdit_ps {
  min-width: 45px!important;
  margin-left: 1px!important;
}
.xenon-collapse-headerCollapse {
  float: right;
  margin-right: 0px!important;
  padding: 0px;
  height: 25px!important;
  width: 35px!important;
  margin-top: -14px;
  border-radius: 0px!important;
  background: #141518 !important;
  box-shadow: none!important;
  outline: none!important;
  border: 1px solid black;
  border-style: none none solid solid;
}
.xenon-collapse-headerCollapse:hover {
  background-color: #2a2c30 !important;
  transition: 0.5s background-color;
}
.xenon-collapse-headerCollapse img {
  height: 35px;
  width: 35px;
  -webkit-filter: brightness(5);
  filter: brightness(5);
  margin-top: -5px !important;
}
.xenon-collapse-button {
  float: right;
  bottom: 5px;
  right: 5px;
  height: 28px;
  width: 25px;
  padding: 8px;
  background: #333538 !important;
  box-shadow: none;
  line-height: 10px;
  border-radius: 0px;
  border: 0px solid #000000;
  border-left: none;
  outline: none!important;
  margin-right: 2px;
  margin-top: 2px;
}
.xenon-collapseframe-group {
  margin: 0;
  margin-top: -5px;
  padding: 0;
  background-color: #1E2023;
  min-height: 0px!important;
  position: relative;
  margin-right: 8px!important;
}
.xenon-collapseframe-group legend {
  border: 0;
}
.xenon-textElideStyle-withIcon {
  overflow: hidden;
  text-overflow-multiline: ellipsis;
  margin-top: -20px;
  font-size: 10px;
  margin-left: 20px;
}
/*Sheet related changes */
.xenon-sheet-headerDelete {
  position: absolute;
  margin-top: 34px;
  height: 28px;
  width: 28px;
  padding: 4px;
  background: #1E2023;
  box-shadow: none;
  line-height: 10px;
  border-radius: 0px;
  border: 1px solid #000000;
  left: 45px;
}
.xenon-sheet-headerDelete.disabled.btn {
  background-color: #141518 !important;
}
.xenon-showHide {
  position: absolute;
  left: 199px;
  top: -1px;
  margin-left: 0px;
  margin-left: 5px;
  height: 25px;
  width: 25px;
  padding: 8px;
  background: #1E2023;
  box-shadow: none;
  line-height: 5px;
  border-radius: 0px;
  border: 1px solid #000000;
}
.xenon-showHide:hover {
  background-color: #2a2c30 !important;
}
.xenon-sheet-headerDelete:not(.disabled) img:hover {
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.xenon-sheet-headerDelete:focus {
  outline: 0;
}
.xenon-sheet-headerDelete:hover {
  background-color: #1E2023;
}
.xenon-popupSpcl.dropdown-menu li > a span {
  -webkit-filter: brightness();
}
.xenon-popupSpcl.dropdown-menu .disabled {
  -webkit-filter: brightness(1);
}
.xenon-popupSpcl {
  z-index: 4001 !important;
}
.xenon-popupSpcl.dropdown-menu li a span.Wt-icon {
  background-size: 18px;
  width: 25px !important;
  height: 20px;
  margin-left: -8px;
}
.xenon-rowButton {
  position: relative;
  height: 25px !important;
  width: 50px ! important;
  margin-left: -20px;
  background: #1E2023 !important;
  box-shadow: none;
  line-height: 4px;
  border: 1px solid #000000;
  font-size: 7pt;
  font-weight: bold;
  text-shadow: none;
  color: #808287;
  padding: 4px;
  padding-top: 5px;
  transition: 1s background-color;
  border-radius: 0px;
  top: 6px !important;
}
.xenon-rowButton:hover {
  background-color: #0370D8 !important;
  color: #CFCFCF;
}
.xenon-sheet-table.Wt-tableview .Wt-tv-contents .Wt-tv-c > :not(.xenon-rowButton-space):active {
  background-color: #1E2023 !important;
}
.xenon-rowButton-space.disabled {
  background: #1E2023 !important;
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid #000000;
  padding: 4px;
  flex: 0 0 auto !important;
  height: 25px !important;
  width: 50px ! important;
  font-weight: bold;
  text-shadow: none;
  color: #808287;
  /*pointer-events: none;*/
  opacity: 1;
}
.xenon-rowButton-space:hover {
  color: #808287;
}
.xenon-rowButton:focus {
  outline: 0;
}
.xenon-flyout-widget-expanded {
  position: fixed;
  color: #666666;
  bottom: 37px !important;
  z-index: 4000 !important;
}
.xenon-showHide:focus {
  outline: 0;
}
.xenon-sheetMessageBox {
  color: #CFCFCF !important;
  font-size: 14px;
  word-wrap: break-word !important;
  border: 1px solid #1E2023;
  border-radius: 0px;
}
.xenon-sheetMessageBox .modal-header {
  max-width: 500px;
  background-color: #1E2023;
  font-size: 15px !important;
  max-height: 60px !important;
  cursor: default;
}
.xenon-sheetMessageBox .modal-footer {
  position: relative !important;
  top: 120px !important;
  max-width: 500px;
  border: 1px solid black;
  border-top: 0px;
  max-height: 60px !important;
  border-top: none;
  background-color: #1E2023;
  border-radius: 0px;
  cursor: default;
}
.xenon-sheetMessageBox .modal-body {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  max-width: 500px;
  height: 60px !important;
  background-color: #333538;
  text-align: center;
}
.xenon-sheetMessageBox-buttons {
  background-color: transparent  ;
  background-image: none;
  border-width: 1px;
  border-radius: 0px;
  text-shadow: none;
  color: #808287;
  box-shadow: none;
  box-sizing: content-box;
  border-color: #333538;
  font-size: 12px;
}
.xenon-sheetMessageBox .modal-footer {
  text-align: center!important;
}
.xenon-sheetMessageBox-buttons:hover {
  background-color: transparent  ;
  background-image: none;
  border-radius: 0px;
  text-shadow: none;
  color: #CFCFCF;
  border-color: #f42729;
}
.xenon-sheetMessageBox-buttons:focus {
  outline: 0;
}
.xenon-sheetMessageBox-buttons-can {
  margin-right: 200px;
}
.xenon-sheetDeleteX {
  position: relative;
  margin-left: 446px;
  top: -50px;
  height: 25px;
  width: 40px;
  padding: 0px;
  background: transparent !important;
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid #141518;
  font-size: 10pt;
  font-weight: bold;
  text-shadow: none;
  color: #CFCFCF;
  border-right: none;
  border-top: none;
}
.xenon-sheetDeleteX img {
  -webkit-filter: brightness(100);
  height: 100%;
  width: 100%;
  filter: brightness(100);
}
.xenon-sheetDeleteX:hover {
  background-color: #141518 !important;
}
.xenon-sheetWidget-table {
  position: relative;
  width: 116px !important;
  height: 36px !important;
  border: none !important;
}
.xenon-flyout-widget-sheet {
  color: #666666;
  position: fixed;
  bottom: 37px !important;
  max-height: 600px;
  min-height: 120px;
}
.xenon-sheet-table .Wt-tv-c {
  padding-left: 3px !important;
  border-right: 1px solid black !important;
  border-top: 1px solid black !important;
}
.xenon-sheetWidget-table.Wt-tv-c {
  border: none !important;
  height: 37px;
}
.xenon-sheet-table .Wt-spacer {
  border: 1px solid #000000 !important;
  border-style: none none solid none!important;
}
.xenon-sheet-heading {
  position: absolute;
  margin-top: 12px;
  margin-left: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}
.xenon-sheet-headingRO {
  top: 15px;
}
/*Start Layer Styles*/
.xenon-layer-toolSlideContainer {
  width: 64px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.xenon-layer-toolSlideContainer input[type="checkbox"] {
  display: none!important;
}
.xenon-layer-toolButtonSlideColor {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 40px;
  padding: 0;
  line-height: 36px;
  width: 60px;
  min-height: 30px;
  max-height: 30px;
  position: relative;
  border-radius: 36px;
  background-color: #141518 !important;
  background-image: url(qtresources/layermanager/LayerPreview.svg);
  background-repeat: no-repeat;
  background-position: 80% 50%;
  border: 1px solid #000000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-size: 20px 20px;
  margin-bottom: 0px;
}
.xenon-layer-toolButtonSlideColor:before {
  content: "";
  display: block;
  width: 20px;
  min-height: 20px;
  max-height: 20px;
  margin: 0px;
  margin-top: 6px;
  margin-left: 2px;
  background-color: white;
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 33px;
  border: 2px solid #CCCCCC;
  border-radius: 36px;
  float: right;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.xenon-layer-toolButtonSlideColor.xenon-layer-readOnlySlider {
  border: 1px solid #b82115;
}
.xenon-layer-toolButtonSlide:checked + .xenon-layer-toolButtonSlideColor {
  background-image: url(qtresources/layermanager/layer_panel_edit.svg);
  background-repeat: no-repeat;
  background-position: 0% 40%;
  background-size: 35px 35px;
}
.xenon-layer-toolButtonSlide:checked + .xenon-layer-toolButtonSlideColor,
.xenon-layer-toolButtonSlide:checked + .xenon-layer-toolButtonSlideColor:before {
  background-color: white;
}
.xenon-layer-toolButtonSlide:checked + .xenon-layer-toolButtonSlideColor:before {
  right: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.xenon-layer-tbBtn1 {
  background: #141518 !important;
  padding: 0px;
  border-radius: 0px;
  outline: none!important;
  box-shadow: none;
  border: 1px solid #000000;
  min-width: 30px;
  min-height: 30px;
  max-height: 30px;
  max-width: 30px;
}
.xenon-layer-tbBtn1 img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  position: relative;
  left: -4px;
  top: 4px;
  height: 20px;
  width: 20px;
}
.xenon-layer-tbBtn1:hover {
  background-color: #000000 !important;
}
.xenon-layer-tbBtn {
  max-height: 30px;
  min-height: 30px;
  max-width: 30px;
  min-width: 30px;
  padding: 0px;
  background-color: #141518;
  border-radius: 0px;
  box-shadow: none;
  outline: none!important;
  border: 1px solid #000000;
}
.xenon-layer-tbBtn:hover {
  background-color: #000000 !important;
}
.xenon-layer-tbBtn img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  position: relative;
  top: 2px;
  left: -2px;
  height: 20px;
  width: 20px;
}
.xenon-layer-tbBtn.active {
  background-color: #141518 !important;
  -webkit-filter: brightness(1);
}
.xenon-layer-tbBtn:hover {
  background-color: #000000 !important;
}
.xenon-layer-tbBtn.dropdown-toggle.btn.active img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.xenon-layer-tbtnNormal .caret {
  visibility: hidden!important;
}
.xenon-layer-tbtnNormal.active {
  background-color: white!important;
}
.xenon-layer-spacer {
  margin-top: 5px!important;
}
.xenon-layer-tbBtn .caret {
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #808186 transparent;
  margin-left: 23px !important;
  margin-top: 1px;
}
.xenon-layer-popupmenu.dropdown-menu {
  padding: 0px;
}
.xenon-layer-popupmenu.dropdown-menu .Wt-icon {
  height: 25px;
  width: 25px;
  background-size: 20px 20px!important;
  padding-right: 10px;
  float: left;
}
.xenon-layer-popupmenu.dropdown-menu li > a {
  padding-left: 5px;
  padding-top: 3px;
  height: 30px;
  line-height: 25px;
  color: #FFFFFF !important;
}
.xenon-layer-popupmenu.dropdown-menu li > a span {
  padding: 0px!important;
}
.xenon-layer-panel {
  width: 290px;
  background-color: #1E2023 !important;
}
.xenon-layer-panel .XePanelBody {
  border: 1px solid #000000;
  border-style: none solid solid solid;
  background-color: #1E2023 !important;
  height: 234px;
}
.XeTableWidget.xenon-layer-table {
  border: 0px;
  overflow-x: hidden;
  width: 310px;
}
.xenon-layer-table .tcontainer {
  max-width: 287px;
  overflow-x: hidden!important;
  width: 310px;
  overflow-y: hidden !important;
}
.xenon-layer-table .Wt-spacer,
.xenon-layer-table .Wt-tv-contents {
  max-width: 287px;
}
.xenon-layer-table .Wt-tv-c7 {
  font-weight: 400;
}
.xenon-layer-table .Wt-tv-c img {
  margin-left: 0px !important;
  width: 18px;
  height: 18px;
  filter: brightness(1);
}
.xenon-layer-table .Wt-tv-c1 img {
  margin-left: -2px !important;
  width: 25px;
  height: 25px;
}
.xenon-layer-table .Wt-tv-c2 img {
  margin-left: 2px!important;
  height: 14px;
  width: 14px;
}
.xenon-layer-table .Wt-tv-c1 .Wt-tv-c input[type="checkbox"] {
  margin-left: -5px !important;
}
.xenon-layer-table .Wt-tv-c7 .Wt-tv-c {
  width: 107px!important;
  text-overflow: ellipsis;
  padding-right: 15px !important;
}
.xenon-layer-previewmode .Wt-tv-c7 .Wt-tv-c {
  color: #DCDDDD !important;
  min-width: 224px;
}
.xenon-layer-previewmode .Wt-tv-c3 label {
  margin-left: -4px;
  margin-top: -3px;
}
.xenon-layer-previewmode .Wt-spacer,
.xenon-layer-previewmode .Wt-tv-contents,
.xenon-layer-previewmode .Wt-tv-c7 {
  width: 387px !important;
}
.xenon-layer-previewmode .Wt-tv-c3 img {
  margin-left: 4px!important;
  height: 14px;
  width: 14px;
}
.xenon-layer-previewmode .Wt-tv-c4 img {
  height: 18px!important;
  width: 18px!important;
  margin-top: -3px !important;
  margin-right: 0px!important;
}
.xenon-layer-table .Wt-tv-c1 .Wt-tv-c .icon,
.Wt-tv-c5 .Wt-tv-c .icon,
.Wt-tv-c6 .Wt-tv-c .icon {
  -webkit-filter: brightness(1);
  margin: 0px 2px 2px 0px;
}
.xenon-layer-panelViewOnly .XePanelBody {
  max-height: 355px;
  height: 336px!important;
}
/* End Layer Panel Styles */
.xenon-pattern-groupBoxN {
  padding: 0;
  margin: 0;
  margin-left: -2px;
}
.xenon-pattern-gBox .radio {
  outline: none;
}
/* Note Editor*/
.noteeditor-fontmenu {
  background-color: #808287 !important;
  border: 1px solid black !important;
  font-size: 8pt !important;
  padding-left: -2px !important;
}
.xenon-textEditorButton {
  background-color: #333538;
  box-shadow: none;
  background-image: none;
  height: 25px;
  width: 25px;
  border-radius: 0px;
  border-color: #333538;
  margin: 8px 4px;
}
.xenon-textEditorButton.top-bottom-margin {
  margin: 12px 4px;
}
.xenon-textEditorButton:hover {
  background-color: #1F2022 !important;
}
.xenon-textEditorButton.active {
  background-color: #1F2022 !important;
}
.xenon-textEditorButton .caret {
  display: block;
  position: relative;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #808287 transparent;
  top: -4px;
  left: 24px;
}
.xenon-textEditorButton:focus {
  outline: 0;
}
.xenon-textEditorButton.dropdown-toggle {
  margin-right: 10px;
}
.xenon-dialog-body.noteeditor-body {
  position: relative;
  padding: 2px;
  background: #333538;
  top: -3px !important;
  width: 565px !important;
  height: 40px !important;
}
.xenon-textEditorButton.disabled:hover {
  background-color: #333538 !important;
}
.xenon-noteHeader h4 {
  font-size: 14px !important;
  color: #FFFFFF;
}
.xenon-noteHeader {
  height: 50px !important;
  background-color: #1E2023;
  border-bottom: 2px solid black;
  color: #333333;
  position: relative;
  top: -52px !important;
  width: 565px !important;
}
.xenon-NoteWidget {
  height: 2px !important;
}
.noteeditor-height {
  /*background-image: url(icons/generic/TriangleDown.svg) !important;*/
  color: #CFCFCF;
  background-color: #141518;
  border-radius: 0px ;
  border: 1px solid #000000;
  font-size: 12px !important;
  width: 92px;
  height: 36px !important;
  background-size: 8px;
  background-position: 95%!important ;
  margin: 7px 1px !important;
  margin-left: 5px !important;
}
.noteeditor-height:hover {
  /*background-image: url(icons/generic/TriangleDown.svg);*/
  background-size: 8px;
  background-position: 95%!important ;
}
.symbol-menu {
  min-width: 50px !important;
  overflow: hidden;
}
.noteeditor-font-combobox-width {
  width: 158px;
}
.noteeditor-popup-menu.dropdown-menu .Wt-icon {
  margin-top: 2px;
}
.noteeditor-popup-menu.dropdown-menu li > a {
  padding: 3px 20px 3px 5px !important;
}
/* Table styling begins*/
.xenon-tableDialogheader {
  background-color: #1E2023;
  color: white;
  width: 368px !important;
  height: 50px;
}
.xenon-tableDialogheader h4 {
  font-size: 15px !important;
  margin-left: 20px;
  margin-top: 14px;
}
.xenon-tableDialogBody {
  color: #CFCFCF !important;
  left: -1px !important;
  font-size: 13px;
}
.modal-footer.xenon-tableDialogfooter {
  border-radius: 0px;
}
.xenon-tableGroup {
  background-color: #333538;
  border: none !important;
  width: 368px !important;
  left: 1px !important;
  padding-left: 21px;
}
.xenon-tableCombo {
  top: 12px !important;
  height: 35px !important;
  background-color: #1E2023;
  border-radius: 0px !important;
  color: #CFCFCF;
  border: 1px solid black;
}
.xenon-tableCellCombos {
  background-color: #1E2023;
  border-radius: 0px !important;
  color: #CFCFCF;
  border: 1px solid black;
  width: 230px;
  font-size: 13px;
}
.xenon-tableDialogSpacing {
  border: none !important;
}
.xenon-tableSpinBox {
  background-color: #1E2023 !important;
  border-radius: 0px !important;
  border: 1px solid #000000 !important;
  background-image: url(icons/generic/ChevronUp.svg), url(icons/generic/ChevronDown.svg);
  background-position: right -1px, right 13px;
  background-size: 15px;
  color: #CFCFCF !important;
}
.xenon-tableSpinBox:hover {
  background-image: url(icons/generic/ChevronUp.svg), url(icons/generic/ChevronDown.svg);
  background-position: right -1px, right 13px;
}
.xenon-tableGroupRnC {
  background-color: #333538;
  border: none !important;
  width: 368px !important;
  left: 1px !important;
  padding-left: 55px;
}
.xenon-tableDialogfooter .btn:first-child {
  background-color: #2b4d94;
  box-shadow: none;
  border-radius: 0px !important;
  color: #FFF;
  width: 80px;
  height: 35px !important;
  font-size: 12px;
  font-weight: 700;
}
.xenon-tableDialogfooter .btn:nth-child(2) {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0px !important;
  border: 1px solid #333538 !important;
  color: #CFCFCF;
  width: 80px;
  height: 35px !important;
  font-size: 12px;
}
.xenon-tableRadio input[type='radio']:checked:before {
  display: block;
  position: relative;
  top: -3px;
  left: -3px;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50%;
  background: #2b4d94;
  background-image: url(icons/circle.svg);
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: center ;
}
.xenon-tableRadio input[type='radio']:before {
  content: "";
  display: block;
  position: relative;
  top: -3px;
  left: -3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #1E2023;
}
.xenon-tableRadio input[type='radio']:hover::before {
  content: "";
  display: block;
  background-image: url(icons/circle.svg);
  background-size: 6px !important;
  background-repeat: no-repeat;
  background-position: center ;
}
.xenon-tableEntire {
  background-color: #1E2023 !important;
  border: 1px solid #000000 !important;
}
.xenon-table-radioSpcl {
  left: 168px !important ;
}
.xenon-tableRadioSpcl {
  left: 42px !important ;
}
.xenon-tableRadioSpcl2 {
  left: 200px !important ;
}
.xenon-tableRadio {
  font-size: 13px;
}
.xenon-tableHgt {
  left: 168px !important ;
}
.xenon-tableGroupSpcl {
  padding-top: 5px !important;
}
/*Layer manager Style*/
.xenon-manager-panel {
  background-color: #1E2023;
  overflow: initial!important;
  margin-right: 0px!important;
  border: none;
  padding: 0px!important;
  height: 435px!important;
  width: 952px!important;
}
.xenon-manager-panel .XeDialogBody {
  padding-right: 0px!important;
  min-width: 952px;
  min-height: 390px!important;
  margin-top: 15px!important;
  overflow: hidden!important;
  background-color: transparent;
}
.xenon-manager-panel .Wt-tableview {
  max-width: 104px!important;
  min-height: 200px!important;
  max-height: 200px!important;
}
.xenon-manager-panel .tcontainer {
  min-height: 245px!important;
  max-height: 245px!important;
  background-color: transparent!important;
  min-width: 945px!important;
  max-width: 951px!important;
}
.xenon-manager-panel .modal-header {
  max-height: 10px!important;
  padding-right: 1.99pt !important;
  color: #fff;
}
.xenon-manager-panel .modal-header h4 {
  font-size: 12px!important;
  font-weight: 700!important;
  margin-top: 5px;
}
.xenon-manager-table .headerrh {
  min-height: 36px!important;
  border-color: #000000;
  height: 36px!important;
}
.xenon-manager-table .Wt-hsh2 {
  display: none;
}
.xenon-manager-btn {
  margin-left: 13px!important;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  padding: 7px 0px!important;
}
.xenon-manager-btn img {
  min-width: 20px!important;
  height: 20px!important;
  margin: 0px;
  padding: 0px;
}
.xenon-manager-btn img:hover {
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.xenon-manager-btn:focus {
  outline: 0;
}
.xenon-manager-btn:hover {
  background-color: #1E2023;
}
.xenon-manager-search:hover {
  background-color: transparent;
}
.xenon-manager-table {
  margin-top: 28px;
  margin-left: 0px;
}
.xenon-manager-table .Wt-tv-c {
  color: white;
  text-align: left;
  margin-top: 0px;
  font-size: 12px!important;
  font-weight: 600;
  text-indent: 3px;
}
.xenon-manager-panel .Wt-itemview {
  border-style: solid none none none;
  border-color: #000000;
  background-color: transparent;
}
.xenon-manager-panel .headerrh {
  background-color: #141518 !important;
  color: white;
  border-radius: 0px!important;
}
.xenon-manager-panel .Wt-tv-contents {
  background-color: #1E2023 !important;
  color: white;
  text-indent: 12px!important;
}
.xenon-manager-panel .Wt-tv-contents img {
  margin-left: 2px !important;
  width: 14px;
  height: 14px;
}
.xenon-manager-panel .headerrh .Wt-label {
  margin-top: 3px!important;
  font-size: 11px!important;
  font-weight: 700!important;
  text-indent: 5px!important;
}
.xenon-manager-table .Wt-tv-c:not(.headerrh) {
  border-color: #000000;
  height: 30px!important;
}
.xenon-manager-table .Wt-tv-c1 .Wt-tv-c,
.xenon-manager-table .Wt-tv-c2 .Wt-tv-c,
.xenon-manager-table .Wt-tv-c3 .Wt-tv-c,
.xenon-manager-table .Wt-tv-c4 .Wt-tv-c,
.xenon-manager-table .Wt-tv-c5 .Wt-tv-c,
.xenon-manager-table .Wt-tv-c11 .Wt-tv-c,
.xenon-manager-table .Wt-tv-c12 .Wt-tv-c,
.xenon-manager-table .Wt-tv-c13 .Wt-tv-c {
  border-style: solid solid solid solid!important;
  margin-left: 0px !important;
}
.xenon-manager-panel .Wt-tv-c3 .icon,
.xenon-manager-panel .Wt-tv-c4 .icon,
.xenon-manager-panel .Wt-tv-c5 .icon,
.xenon-manager-panel .Wt-tv-c11 .icon,
.xenon-manager-panel .Wt-tv-c12 .icon,
.xenon-manager-panel .Wt-tv-c13 .icon {
  width: 30px!important;
  height: 20px!important;
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.xenon-manager-panel .Wt-tv-c1 .icon {
  width: 30px!important;
  height: 30px!important;
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.xenon-manager-panel .modal-header > div:first-of-type {
  margin-left: 8px!important;
}
.xenon-manager-table .Wt-tv-c6 .XeDropdown,
.xenon-manager-table .Wt-tv-c7 .XeDropdown,
.xenon-manager-table .Wt-tv-c8 .XeDropdown,
.xenon-manager-table .Wt-tv-c14 .XeDropdown,
.xenon-manager-table .Wt-tv-c15 .XeDropdown,
.xenon-manager-table .Wt-tv-c16 .XeDropdown,
.xenon-manager-table .Wt-tv-c9 .XeDropdown,
.xenon-manager-table .Wt-tv-c17 .XeDropdown {
  margin-top: -1px;
  width: 100%!important;
  margin-left: -1px !important;
  outline: none!important;
  line-height: 30px;
  height: 29px;
  font-size: 12px;
  background-color: transparent;
  font-weight: 600;
  border: none;
}
.xenon-manager-table .Wt-tv-c6 .XeDropdown.active,
.xenon-manager-table .Wt-tv-c7 .XeDropdown.active,
.xenon-manager-table .Wt-tv-c8 .XeDropdown.active,
.xenon-manager-table .Wt-tv-c14 .XeDropdown.active,
.xenon-manager-table .Wt-tv-c15 .XeDropdown.active,
.xenon-manager-table .Wt-tv-c16 .XeDropdown.active,
.xenon-manager-table .Wt-tv-c9 .XeDropdown.active,
.xenon-manager-table .Wt-tv-c17 .XeDropdown.active {
  color: #FFFFFF;
}
.xenon-manager-panel .btn-primary {
  border-radius: 0px;
  width: 100px;
  height: 38px;
  background: transparent;
  border-color: #1f3152 !important;
  text-shadow: none;
  box-shadow: none;
  margin-left: -110px !important;
  position: absolute;
}
.xenon-manager-panel .btn-primary:hover {
  border-color: #204c99 !important;
  background-color: #204c99 !important;
}
.xenon-manager-panel .btn-cancel {
  border-radius: 0px;
  width: 100px;
  height: 38px;
  background-color: #4b4c4f !important;
  text-shadow: none!important;
  color: white;
  box-shadow: none;
}
.xenon-manager-panel .Wt-tableview .Wt-spacer {
  border-bottom: 1px solid #000000;
}
.xenon-manager-panel input.Wt-edit-emptyText {
  font-style: normal;
  color: grey!important;
}
.xenon-manager-table .Wt-tv-c .Wt-label {
  text-align: center!important;
  color: white;
  text-shadow: none;
  text-align: left!important;
  line-height: 32px!important;
}
.xenon-layermanager-lineedit {
  border: 1px solid #CFCFCF !important;
  border-style: none none solid none!important;
  border-radius: 0px!important;
  background-color: #1E2023 !important;
  outline-style: none;
  box-shadow: none!important;
  max-width: 280px!important;
  font-style: normal;
  color: #FFFFFF !important;
  height: 20px !important;
  width: 245px !important;
  text-indent: 15px;
}
.xenon-manager-panel input[type=text] :not(.xenon-layermanager-lineedit) {
  padding: 0px!important;
  margin: 0px!important;
  min-height: 26px!important;
  max-height: 28px!important;
  min-width: 160px!important;
  background-color: lightgrey;
  border: none!important;
  color: black;
  outline: none!important;
  border-radius: 0px!important;
  text-indent: 2px!important;
  font-size: 12px;
}
.xenon-manager-panel input[type=text]:disabled {
  background-color: #0088cc;
  color: white;
  cursor: default;
  text-indent: 10px!important;
  font-size: 12px;
}
.xenon-manager-panel .dropdown-toggle {
  background-color: transparent!important;
  max-width: 130px!important;
  height: 32px!important;
  margin-top: 24px!important;
  border-color: #000000 !important;
  color: white;
}
.xenon-layer-deleteBtn {
  margin: 0px!important;
  margin-top: 12px!important;
  margin-left: -60px !important;
}
.xenon-layer-currentBtn {
  margin: 0px!important;
  margin-top: 12px!important;
  margin-left: -120px !important;
}
.xenon-manager-dropdownCombo {
  width: 153px!important;
  height: 34px!important;
  border-radius: 0px;
  margin-bottom: 10px!important;
  background-color: transparent;
  border: none;
  outline: none!important;
  text-align: right!important;
  padding: 0px!important;
  overflow-y: visible!important;
  color: white;
}
.xenon-manager-dropdownCombo option {
  background-color: #141518 !important;
  color: white;
}
.xenon-manager-comboboxDropdown {
  max-height: 180px!important;
}
.xenon-manager-comboboxDropdown.dropdown-menu {
  max-width: 160px!important;
  overflow-y: visible!important;
}
.xenon-manager-dropdownCombo {
  width: 153px!important;
  height: 34px!important;
  border-radius: 0px;
  margin-bottom: 10px!important;
  background-color: transparent;
  border: none;
  outline: none!important;
  text-align: right!important;
  padding: 0px!important;
}
.xenon-manager-panel .Wt-tv-c10 .Wt-tv-c,
.xenon-manager-panel .Wt-tv-c18 .Wt-tv-c {
  color: grey!important;
}
.xenon-manager-panel .Wt-tv-c10 .Wt-tv-c.active,
.xenon-manager-panel .Wt-tv-c18 .Wt-tv-c.active {
  color: white!important;
}
.xenon-manager-panel .Wt-tableview .Wt-tv-contents img.icon {
  margin: 0px 5px 2px 0px;
  vertical-align: middle;
}
.xenon-layer-deleteBtn > img {
  width: 20px!important;
  height: 20px!important;
}
/*End Layer Manager style*/
/* Start of pagelayout style */
.xenon-dialog-pageSetup div {
  max-width: 330px!important;
}
.xenon-dialog-pageSetup .modal-body {
  padding-top: 15px!important;
  width: 330px!important;
  height: 96%!important;
  overflow-x: hidden!important;
  overflow-y: auto!important;
}
[data-object-name='activeViewRow'] {
  background-color: #141518;
  color: #FFF;
  height: 50px!important;
  border: 1px solid #000000;
  border-style: none solid solid solid;
  width: 376px !important;
}
[data-object-name='activeViewRow'] .XePushButton {
  background-image: url(qtresources/shared/add_button.svg) !important;
  border-color: #1E2023 !important;
  background-color: #1E2023 !important;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
  -webkit-filter: brightness(2);
  filter: brightness(2);
  margin: 0px 13px 0px 0px;
  transition: 0.5s;
  align-self: center;
}
[data-object-name='activeViewRow'] .XePushButton:hover {
  background-color: #000000 !important;
  border: 0px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
}
[data-object-name='activeViewRow'] .XePushButton.disabled {
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
}
[data-object-name='activeViewRow'] .XeLabel {
  font-size: 11px;
  font-weight: 700;
  width: 50px!important;
  cursor: default;
  margin-top: 5px!important;
  left: 0px!important;
}
.xenon-pageSetup-sheetListstyle .Wt-tv-c img:hover,
.xenon-pageSetup-pageLayout .Wt-tv-c img:hover {
  background-color: black!important;
  transition: 0.5s;
}
.xenon-pageSetup-sheetListstyle .Wt-tv-c img,
.xenon-pageSetup-pageLayout .Wt-tv-c img {
  margin-top: -1px !important;
  margin-left: -6px !important;
  margin-right: 0px!important;
}
.xenon-pageSetup-settingIconDisable img.icon {
  -webkit-filter: brightness(0.5) !important;
  filter: brightness(0.5) !important;
  pointer-events: none;
}
.xenon-pageSetup-pageLayout .Wt-tv-c img {
  -webkit-filter: brightness(0.4) !important;
  filter: brightness(0.4) !important;
}
.xenon-pageSetup-sheetListstyle,
.xenon-pageSetup-pageLayout {
  border: 0px!important;
  width: 100%;
}
.xenon-pagelayout-panel .XeDialogSectionTabContainer {
  padding: 0px!important;
}
.xenon-pageSetup-sheetListstyle {
  max-height: 106px!important;
  min-height: 106px!important;
}
.xenon-pageSetup-sheetListstyle .tcontainer {
  height: 106px!important;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
}
.xenon-pageSetup-pageLayout .headerrh,
.xenon-pageSetup-sheetListstyle .headerrh {
  max-height: 0px!important;
}
.xenon-pageSetup-pageLayout {
  max-height: 282px!important;
  min-height: 177px!important;
}
.xenon-pageSetup-pageLayout .tcontainer {
  min-height: 175px!important;
  max-height: 281px!important;
  overflow-y: auto!important;
  overflow-x: hidden!important;
}
.xenon-pageSetup-pageLayout .Wt-header,
.xenon-pageSetup-sheetListstyle .Wt-header {
  max-height: 0px!important;
  min-height: 0px!important;
}
.xenon-pageSetup-settingIconDisable img.icon {
  -webkit-filter: brightness(0.5) !important;
  filter: brightness(0.5) !important;
}
.xenon-pageSetup-currentLayout img.icon {
  -webkit-filter: brightness(2) !important;
  filter: brightness(2) !important;
}
.xenon-pageSetting-scaleLEdRow .XeInput {
  padding: 5px 3px 5px 3px!important;
}
.xenon-pageSetup-pageLayout .Wt-tv-c4 img.icon,
.xenon-pageSetup-pageLayout .Wt-tv-c5 img.icon,
.xenon-pageSetup-pageLayout .Wt-tv-c3 img.icon {
  -webkit-filter: brightness(2) !important;
  filter: brightness(2) !important;
}
.xenon-pageSetting-scaleLEdRow .XeLabelWithOther {
  padding-top: 0px;
}
.xenon-pagelayout-btnSpecifyWindow {
  width: 158px;
}
.xenon-pagelayout-scaleRatioRow .XeCheckBoxWithText {
  padding-top: 28px;
}
.xenon-pageSetup-sheetListstyle .Wt-tv-c1 {
  text-indent: 18px;
}
.xenon-pagelayout-offsetUnitXLbl {
  width: 60px!important;
}
.xenon-pageSetup-pageLayoutViewOnly .Wt-tv-c3 img.icon,
.xenon-pageSetup-pageLayoutViewOnly .Wt-tv-c4 img.icon {
  -webkit-filter: brightness(0.6) !important;
  filter: brightness(0.6) !important;
  pointer-events: none;
}
.xenon-printBtn-specify {
  margin-top: 10px !important;
  margin-left: 48px !important;
  margin-bottom: 8px !important;
  width: 158px;
}
.xenon-print-namedViews {
  margin-top: 10px !important;
  margin-bottom: 8px !important;
}
.xenon-pagesetup-editHeader {
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #1E2023;
}
.xenon-pagesetup-editContainer {
  padding-top: 50px;
}
/* End of pagelayout style */
/*SimpleNote style*/
[data-object-name='SimpleNoteToolbar'] .XeContentRow:last-child {
  margin-bottom: 20px;
  margin-right: 20px;
}
.xenon-snote-alignmentMenu {
  background-image: url(images/checkmark.png);
}
.xenon-simpleNote-kudoWidth {
  width: 120px;
}
.xenon-simpleNote-alignMenu .Wt-icon {
  transform: scale(0.8);
  position: relative;
  left: -10px;
  top: 2px;
}
/* Table Edit Dialog */
.xenon-tEditHeader h4 {
  font-size: 14px !important;
  color: #FFFFFF;
  padding: 1px;
  padding-left: 6px;
}
.xenon-tEditHeader {
  height: 40px !important;
  background-color: #1E2023;
  color: #333333;
  position: relative;
  width: 314px !important;
}
.xenon-dialog-body.xenon-tEditBody {
  position: relative;
  padding-left: 2px !important;
  padding-top: 4px !important;
  background: #333538 !important;
  width: 314px !important;
  height: 40px !important;
}
.xenon-tEditMerge {
  background-color: #4b4c4f;
  box-shadow: none !important;
  background-image: none !important;
  top: -1px !important;
  border-radius: 0px !important;
  border: none !important;
}
.xenon-tEditMerge.btn .caret {
  position: relative;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #808287 transparent;
  top: 9px ;
  right: 7px;
}
.xenon-tEditMerge.disabled {
  background-color: #4b4c4f !important;
}
.font-combobox-menu {
  background-color: #141518 !important;
}
.font-combobox-menu li > a {
  color: #FFFFFF !important;
  background-color: #333538 !important;
}
.xenon-tableEdit .dropdown-menu {
  background-color: #333538 !important;
  color: white !important;
  border: 1px solid black !important;
}
.xenon-tableEdit li > a {
  color: white !important;
}
/*MessageBox Style Start*/
.xenon-MessageBox {
  color: #CFCFCF !important;
  max-height: 40px ;
  font-size: 14px;
  font-weight: 700px!important;
  word-wrap: break-word !important;
}
.xenon-MessageBox .modal-header {
  background-color: #1E2023;
  border: 1px solid #141517;
  max-height: 60px !important;
  cursor: default;
}
.xenon-MessageBox h4 {
  font-size: 14px;
  font-weight: 700px!important;
}
.xenon-MessageBox .modal-footer {
  background-color: #333538;
  border-radius: 0px;
  top: 110px !important;
  border: 1px solid #1E2023;
  border-top: none;
  cursor: default;
}
.xenon-MessageBox .modal-body {
  background-color: #333538;
  padding-left: 160px !important;
  border: 1px solid #1E2023;
  width: 607px!important;
  margin-top: -1px !important;
}
.xenon-MessageBox .modal-body span {
  display: block;
  word-wrap: break-word;
  min-height: 55px!important;
  margin-top: -3px !important;
}
.xenon-MessageBox-button {
  background-color: transparent  ;
  background-image: none;
  border-width: 1px;
  border-radius: 0px;
  text-shadow: none;
  color: #808287;
  box-shadow: none;
  box-sizing: content-box;
  border-color: #f42729;
}
.xenon-MessageBox-button:hover {
  background-color: transparent  ;
  background-image: none;
  border-radius: 0px;
  text-shadow: none;
  color: #CFCFCF;
  border-color: #f42729;
}
.xenon-MessageBox-button:focus {
  outline: 0;
}
.xenon-MessageBox-Nextbutton {
  background-color: transparent  ;
  background-image: none;
  border-width: 1px;
  border-radius: 0px;
  text-shadow: none;
  color: #808287;
  box-shadow: none;
  box-sizing: content-box;
  border-color: #333538;
  margin-right: 210px!important;
}
.xenon-MessageBox-Okbutton {
  margin-top: 10px!important;
  margin-right: 230px!important;
}
.xenon-xeMessageBox {
  min-width: 400px!important;
  max-width: 560px!important;
}
.xenon-xeMessageBox .XeDialogHeader {
  min-width: 400px!important;
  max-width: 560px!important;
  border: 1px solid #000000 !important;
  border-style: solid solid none solid!important;
}
.xenon-xeMessageBox .XeDialogBody {
  padding: 10px 10px 10px 10px !important;
  color: #CFCFCF !important;
  height: 80px;
  border: 1px solid #000000;
  min-width: 400px!important;
  max-width: 560px;
  text-align: center!important;
  cursor: text;
  white-space: pre-line;
}
.xenon-xeMessageBox .XeDialogBody div {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}
.xenon-xeMessageBox .XeDialogBody span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.xenon-xeMessageBox .modal-footer {
  border: 1px solid black;
  border-top: none;
  background-color: #1E2023;
  border-radius: 0px;
  cursor: default;
  text-align: center!important;
}
/*MessageBox Style End*/
/* Template Panel styles*/
.xenon-tempPanel-header {
  max-width: 320px!important;
  min-width: 320px!important;
  background-color: #1E2023 !important;
}
.xenon-tempPanel-header div {
  color: white!important;
  font-size: 12px!important;
  font-weight: 700 !important;
}
.xenon-tempPanel-headerSmall {
  background-color: #1E2023 !important;
  max-height: 37px!important;
  min-height: 37px!important;
  max-width: 195px!important;
  min-width: 195px!important;
}
.xenon-tempPanel-headerColapsBtn {
  background: #4b4c4f !important;
  box-shadow: none!important;
  border-radius: 0px !important;
  width: 35px!important;
  height: 25px!important;
  left: 285px!important;
  margin-top: -9px !important;
  padding: 0px!important;
  outline: none!important;
  border: 0px !important;
}
.xenon-tempPanel-headerColapsBtn img {
  -webkit-filter: brightness(4);
  filter: brightness(2);
  width: 35px!important;
  height: 35px!important;
  margin-top: -5px !important;
}
.xenon-tempPanel-headerColapsBtnSmall {
  width: 40px!important;
  height: 37px!important;
  left: 155px!important;
}
.xenon-tempPanel-headerColapsBtnSmall img {
  margin-top: 0px !important;
  transform: rotate(180deg);
}
.xenon-tempPanel-Containers {
  background-color: #141518;
  width: 280px;
  height: 55px!important;
  margin-left: 20px;
}
.xenon-tempPanel-Containers .btn {
  height: 20px!important;
  width: 70px!important;
  padding: 0px!important;
  font-size: 9px;
  text-align: center!important;
  line-height: 6px;
  border-radius: 2px;
  background: #141518;
  box-shadow: none;
  border: 1px solid #1976d2;
  text-shadow: none;
  color: white;
  outline: none;
}
.xenon-tempPanel-dwgContainer {
  margin-top: -25px !important;
}
.xenon-tempPanel-dwgContainer span {
  margin-left: -16px;
}
.xenon-tempPanel-dwgContainer div {
  margin-top: 10px;
}
.xenon-tempPanel-dwgContainer .btn {
  left: 196px!important;
  top: 43px!important;
}
.xenon-tempPanel-layerManContainer {
  margin-top: -10px !important;
}
.xenon-tempPanel-layerManContainer span {
  margin-left: -14px;
}
.xenon-tempPanel-layerManContainer div {
  margin-top: 11px;
}
.xenon-tempPanel-layerManContainer .btn {
  top: 42px!important;
  left: 196px!important;
}
.xenon-tempPanel-layoutSetContainer {
  margin-top: 10px !important;
}
.xenon-tempPanel-layoutSetContainer span {
  margin-left: -26px;
}
.xenon-tempPanel-layoutSetContainer div {
  margin-top: 0px;
}
.xenon-tempPanel-layoutSetContainer .btn {
  top: 17px!important;
  left: 196px!important;
}
.xenon-tempPanel-documentgBox {
  background-color: #1E2023 !important;
  top: 31px !important;
  max-width: 320px!important;
  min-width: 320px!important;
  margin-left: 0px;
}
.xenon-tempPanel-documentgBox legend {
  color: white;
  font-size: 12px;
  font-weight: 700 !important;
  margin-bottom: 10px!important;
  margin-left: 20px!important;
  outline: none!important;
  border: none!important;
}
.xenon-tempPanel-documentgBox div {
  top: -25px;
}
.xenon-tempPanel-documentgBox div span {
  color: white;
  font-size: 12px;
  top: 60px!important;
}
.xenon-tempPanel-dwgSet_HeaderLbl {
  font-weight: 700;
  margin-top: 15px!important;
}
.xenon-tempPanel-dwgSet_TextLbl {
  font-weight: 100;
  margin-top: 14px!important;
}
.xenon-tempPanel-currentShgBox {
  background-color: #1E2023 !important;
  top: 180px!important;
  max-width: 320px!important;
  min-width: 320px!important;
}
.xenon-tempPanel-currentShgBox legend {
  color: white;
  font-size: 12px;
  font-weight: 700!important;
  margin-left: 20px!important;
  margin-bottom: -14px !important;
  outline: none!important;
  border: none!important;
  padding: 0px!important;
  line-height: 35px;
}
.xenon-tempPanel-currentShgBox div span {
  color: white;
  font-size: 12px!important;
}
.xenon-tempPanel-dwgSet_IconLbl {
  width: 40px!important;
  height: 40px!important;
  margin-top: 20px!important;
  margin-left: -7px !important;
  padding: 0px!important;
}
.xenon-tempPanel-dwgSet_IconLbl img {
  width: 40px!important;
  height: 40px!important;
  margin-top: 4px!important;
  margin-left: 4px!important;
}
.xenon-tempPanel-layerMan_IconLbl {
  width: 40px!important;
  height: 40px!important;
  margin-top: 15px!important;
  margin-left: 0px !important;
}
.xenon-tempPanel-layerMan_IconLbl img {
  width: 32px!important;
  height: 32px!important;
  margin-top: 12px!important;
  margin-left: 0px!important;
}
.xenon-tempPanel-layerMan_HeaderLbl {
  font-weight: 700;
}
.xenon-tempPanel-layerMan_TextLbl {
  font-weight: 100;
  margin-top: 12px !important;
}
.xenon-tempPanel-layoutSet_IconLbl {
  width: 40px!important;
  height: 40px!important;
  margin-top: -4px !important;
  margin-left: -4px !important;
}
.xenon-tempPanel-layoutSet_HeaderLbl {
  font-weight: 700;
  margin-top: -2px !important;
}
.xenon-tempPanel-layoutSet_TextLbl {
  font-weight: 100;
  margin-top: -6px !important;
  font-size: 10px!important;
}
.xenon-tempPanel-parentContainer {
  max-width: 340px!important;
  min-width: 340px!important;
  max-height: 290px;
  min-height: 290px!important;
  position: relative;
  left: 87px;
}
.xenon-tempPanel-parentContainerColap {
  max-height: 55px;
  min-height: 55px!important;
  max-width: 210px!important;
  min-width: 210px!important;
}
/* End of Template Panel */
.activate img.icon {
  -webkit-filter: brightness(3) !important;
  filter: brightness(3) !important;
}
.deactivate img.icon {
  -webkit-filter: brightness(0.5) !important;
  filter: brightness(0.5) !important;
}
.activate {
  color: #fff !important;
}
.deactivate {
  color: #808287 !important;
}
.xenon-menuLevel1 .active > a:hover {
  background-color: #1F2022 !important;
  color: white !important;
}
.xenon-menuLevel2 .active > a:hover {
  background-color: #1F2022 !important;
  color: white !important;
}
.xenon-menuLevel3 .active > a:hover {
  background-color: #1F2022 !important;
  color: white !important;
}
.dropdown-submenu.active .dropdown-toggle {
  background-color: #1F2022 !important;
}
.xenon-menuLevel1 {
  position: relative;
  top: 11px !important;
  left: 100px !important;
  width: 150px;
  background-color: #333538 !important;
  z-index: 3!important;
  opacity: 0.9;
  border: 1px solid #646464 !important;
}
.xenon-menuLevel1.dropdown-menu li > a {
  background-color: #333538 !important;
  color: white !important;
}
.xenon-menuLevel2 {
  background-color: #333538 !important;
  border: 1px solid #646464 !important;
  z-index: 2!important;
  opacity: 0.9;
}
.xenon-menuLevel2 .divider {
  background: #646464;
  opacity: 0.2 !important;
}
.xenon-menuLevel2.dropdown-menu li > a {
  background-color: #333538 !important;
  color: white !important;
}
.xenon-menuLevel3 {
  background-color: #333538 !important;
  border: 1px solid #646464 !important;
  z-index: 1!important;
  opacity: 0.9;
}
.xenon-menuLevel3 .divider {
  background: #646464;
  opacity: 0.2 !important;
}
.xenon-menuLevel3.dropdown-menu li > a {
  background-color: #333538 !important;
  color: white !important;
}
.xenon-menuLevel3.dropdown-menu li .disabled {
  color: #D4D1D1 !important;
}
@keyframes fade {
  0%,
  95% {
    pointer-events: none;
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 0.9;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  animation: fade 0.6s;
}
.xenon-toolbarContainer .dropdown-menu {
  background-color: #333538 !important;
  left: 90px !important;
  border: none !important;
}
.xenon-toolbarContainer .dropdown-menu li a span.Wt-icon {
  -webkit-filter: brightness(2);
  filter: brightness(1);
  background-size: 20px;
  width: 25px !important;
  margin-left: -10px;
  margin-top: 0px;
  height: 19px;
}
.xenon-toolbarContainer .dropdown-menu li > a {
  background-color: #333538 !important;
  color: white !important;
  font-weight: 400 !important;
}
.toolbar-popup-button {
  outline: 0 !important;
}
.xenon-toolbarContainer .container {
  position: relative;
  background-color: #333538;
  width: 86px;
  left: -21px !important;
  top: -3px;
  z-index: 4;
}
.xenon-toolbar-viewOnly {
  position: relative;
  top: 15px !important;
  background-color: #333538;
  width: 83px;
  margin-left: 10px !important;
  z-index: 4!important;
  margin-top: 3px;
}
.xenon-toolbar-viewOnly .container {
  position: relative;
  background-color: #333538;
  width: 85.5px;
  left: -21px !important;
  top: -3px;
  z-index: 4;
}
.xenon-toolbar-viewOnly .dropdown-menu {
  background-color: #333538 !important;
  left: 90px !important;
  border: none !important;
}
.xenon-toolbar-viewOnly .dropdown-menu li a span.Wt-icon {
  -webkit-filter: brightness(2);
  filter: brightness(1);
  background-size: 20px;
  width: 25px !important;
  margin-left: -10px;
  margin-top: 0px;
  height: 19px;
}
/*.xenon-toolbar-viewOnly .dropdown-menu .active > a:hover span.Wt-icon {
    -webkit-filter: brightness(0);
    filter: invert(80%);
}*/
.xenon-toolbar-viewOnly .dropdown-menu li > a {
  background-color: #333538 !important;
  color: white !important;
  font-weight: 400 !important;
}
[data-object-name=navigationbar] {
  height: 0px;
}
.xenon-toolbarContainer {
  position: relative;
  top: 15px !important;
  background-color: #333538;
  width: 83px;
  margin-left: 10px !important;
  z-index: 4!important;
}
.xenon-toolbar-extraSpace {
  left: 5px;
}
.xenon-toolbarContainer .dropdown-menu li a span {
  margin-left: 2px;
}
.xenon-layer-overlayViewModeCollapsed {
  margin-left: 0px!important;
  min-width: 315px;
  position: absolute;
  right: 40px;
}
/* old dialogs*/
.xenon-dialog fieldset {
  border: 1px solid #d4d4d4;
  border-style: ridge;
}
.xenon-dialog fieldset > legend {
  font-size: 14px;
  border-bottom: 0;
  border: 0;
  width: auto;
  margin-bottom: 0;
  line-height: 10px;
}
/* old dialogs end*/
/* new XenonStyle Types */
.XeDialog {
  border: 0px;
  right: 0px !important;
  /* override Wt*/
  top: 0px  !important;
  /* override Wt*/
  left: inherit !important;
  /* override Wt*/
  max-width: 376px;
  width: 376px;
  padding-left: 1px;
  background-color: #333538 !important;
}
.XeDialog .Wt-stack {
  height: 100%;
}
.XeDialog .Wt-stack > div {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.XeDialog .dialog-layout {
  /* override Wt */
  height: 100% !important;
  width: 100%!important;
}
.XePopupDialog {
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0px;
  box-shadow: 1px 1px 6px #A9A9A9;
  width: auto;
}
.XePopupDialog .XeDialogHeader {
  border: none;
  height: 40px;
  cursor: pointer;
}
.XePopupDialog .XeDialogHeaderTitle h4 {
  padding: 15px;
}
.XePopupDialog .XeDialogBody {
  padding-bottom: 0px;
  max-width: none;
}
.XeDialogHeader {
  background-color: #1E2023;
  height: 50px;
  border: 1px solid;
  border-color: #000000;
  display: flex;
  box-sizing: border-box;
}
.XeDialogHeaderTitle {
  flex-grow: 1;
}
.XeDialogHeaderTitle h4 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px;
  color: #FFFFFF;
  margin: 0px;
  line-height: 10px;
}
.XeDialogBody {
  background-color: #333538;
  padding-bottom: 20px;
  border: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
input[type="text"].XeInput {
  background-color: #141518;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  margin: 20px 0px 0px 20px;
  font-size: 12px;
  text-transform: none;
  /* decide if we really want this */
  color: #FFFFFF;
  border-radius: 0px;
  box-shadow: none;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
}
input[type="text"]:focus.XeInput:not(.Wt-invalid) {
  outline-color: #214B98;
  outline-style: auto;
  outline-width: 5px;
}
.XeDropdown,
input[type="text"].XeDropdown {
  background-color: #141518;
  border: 1px solid;
  border-color: #000000;
  margin: 20px 0px 0px 20px;
  font-size: 11px;
  /*text-transform: uppercase;*/
  text-indent: 0px;
  color: #FFFFFF;
  border-radius: 0px;
  box-shadow: none;
  padding: 8px 5px 8px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  background-image: none;
  text-shadow: none;
  background-image: url(icons/generic/ChevronDown.svg);
  background-size: 10px;
  background-position: right 8px top 15px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 20px;
  outline: 0 !important;
}
.XeDropdown.with-label:not(.with-icon) span {
  max-width: 90%!important;
  word-wrap: normal!important;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}
.XeDropdown .caret,
input[type="text"].XeDropdown .caret {
  display: none;
}
.XeDropdown img {
  margin-right: 4px;
  margin-top: -2px;
}
.XeDropdown.active .caret,
input[type="text"].XeDropdown.active .caret {
  -webkit-filter: invert(10%);
  filter: invert(100%);
}
:focus.XeDropdown,
input[type="text"]:focus.XeDropdown {
  background-color: #141518;
  color: #FFFFFF;
  outline-color: #214B98;
  outline-style: auto;
  outline-width: 5px;
}
:hover.XeDropdown,
input[type="text"]:hover.XeDropdown {
  background-color: #141518;
  outline-color: #214B98;
  text-shadow: none;
  color: #FFFFFF;
}
.XeDropdown.active,
input[type="text"].XeDropdown.active {
  background-image: url(icons/generic/ChevronDownactivated.svg);
  background-size: 10px;
  background-position: right 8px top 15px;
  background-repeat: no-repeat;
  background-color: #141518;
  color: #FFFFFF;
  border: 1px solid #010101 !important;
}
.XeDropdownMenu {
  max-height: 30vh;
  background-color: #FFFFFF;
  overflow: hidden;
  overflow-y: auto;
  padding: 0px;
  box-shadow: 1px 1px 6px #333538 !important;
}
.XeDropdownMenu.dropdown-menu {
  min-width: auto !important;
}
.XeDropdownMenu li {
  height: 36px;
}
.XeDropdownMenu li > a {
  line-height: 30px;
  padding-left: 6px;
  font-size: 11px;
}
.XeDropdownMenu li.active,
.XeDropdownMenu li.active > a,
.XeDropdownMenu li.active > a:hover {
  background-color: #1F2022 !important;
  color: #fff !important;
}
.XeLabel {
  margin: 20px 0px 8px 20px;
  font-size: 11px;
  font-weight: 700;
  color: #CFCFCF;
}
.XeLabel .disabled {
  color: #646464;
}
.XePropertyContentRow {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 36px;
}
.XeContentRow {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.XeDialogContentRowItem {
  align-self: flex-end;
}
input[type="text"].XePropertyContentRowItem,
.XePropertyContentRowItem {
  align-self: flex-end;
  margin-left: -1px;
  border-bottom: 0px;
  padding-left: 5px;
  text-overflow: ellipsis;
}
input[type="text"][readonly="readonly"].XePropertyContentRowItem {
  pointer-events: auto;
  cursor: context-menu;
}
input[type="text"]:focus {
  outline-width: 1px !important;
  outline-offset: -1px;
}
.XePropertyContentRowIcon {
  border: 1px solid;
  border-color: #000000;
  border-right: 0px;
  background-color: #1E2023;
  border-bottom: 0px;
}
.XePropertyContentRowLabel {
  border: 1px solid;
  border-color: #000000;
  border-right: 0px;
  background-color: #1E2023;
  border-bottom: 0px;
  margin: 0px;
  padding: 10px;
  flex-grow: 1;
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.XePropertyContentRowIcon + .XePropertyContentRowLabel {
  border-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.XePropertyContentRowIcon + .XePropertyContentRowItem {
  width: 205px;
}
.XePropertyContentRowLabel + .XePropertyContentRowItem {
  width: 120px;
}
.XeDialogSectionTab {
  width: 100%;
}
.XeDialogSectionTab .XeDialogSectionTabHeader img {
  transform: rotate(-180deg);
  width: 11px;
}
.XeDialogSectionTab.collapsed img {
  transform: rotate(0deg);
}
.XeDialogSectionTabHeader {
  width: 100%;
  background-color: #1E2023;
  border: 1px solid #000000;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 20px 5px 5px;
  color: #FFFFFF;
  margin: 0px;
  line-height: normal;
  box-sizing: border-box;
  border-top: 0px;
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.XeDialogSectionTabHeaderTitle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 40px;
}
.XeDialogSectionTabContainer {
  width: 99.5%;
  border: 1px solid;
  border-color: #000000;
  padding-bottom: 20px;
  border-top: 0px;
  color: white;
  z-index: 1;
}
.XePanel {
  right: 0px;
  left: inherit;
  width: 290px;
  margin-bottom: 20px;
}
.XePanelHeader {
  width: 290px;
  background-color: #1E2023;
  border: 1px solid #000000;
  font-size: 11px;
  padding: 0px 0px 0px 15px;
  color: #FFFFFF;
  margin: 0px;
  line-height: normal;
  box-sizing: border-box;
  border-bottom: 0px;
  box-shadow: 0px 2px 4px 0px #1E2023;
  text-transform: uppercase;
  display: flex;
  flex-flow: row wrap;
  cursor: pointer;
}
.XePanelHeader + .XePanelHeader {
  border-top: 0px;
  padding: 0px 0px 20px 0px;
}
.XePanelBody {
  width: 100%;
  padding-bottom: 0px;
  border-top: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  text-indent: 5px;
  background-color: #333538;
  box-sizing: border-box;
  height: 250px;
}
.XePanelTitle {
  padding-top: 15px;
  line-height: 10px;
}
.XePanelTitleIcon {
  border: 1px solid;
  border-color: #000000;
  border-right: 0px;
  margin-left: auto;
  border-top: 0px;
}
.XePanelTitleIcon img {
  height: 8px;
}
.XeSecondLevelPanel {
  right: 0px;
  left: inherit;
}
.XeSecondLevelPanelHeader {
  width: 100%;
  background-color: #1E2023;
  border: 1px solid #000000;
  font-size: 11px;
  padding: 0px;
  color: #FFFFFF;
  margin: 0px;
  line-height: normal;
  box-sizing: border-box;
  border-bottom: 0px;
  box-shadow: 0px 2px 4px 0px #1E2023;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.XeSecondLevelPanelBody {
  width: 100%;
  border: 1px solid;
  border-color: #000000;
  padding: 21px;
  border-bottom: 0px;
  text-indent: 5px;
  background-color: #333538;
  box-sizing: border-box;
}
.XeSecondLevelPanelBody .XePropertyContentRow:last-child {
  border-bottom: 1px solid #000000;
}
.XeSecondLevelPanelTitle {
  padding-top: 15px;
  line-height: 10px;
}
.XeSecondLevelPanelTitleIcon {
  border: 0px;
  order: -1;
}
.XeSecondLevelPanelTitleIcon img {
  height: 8px;
}
.XeIcon {
  padding: 8px;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
input[type="text"].XeInput.disabled {
  border: 1px solid #646464;
  pointer-events: none;
  /*color: @Clone;*/
  background: transparent;
}
input[type="text"].XeInput.invalid {
  border: 1px solid #B82115;
}
input[type="text"].XeInput.Wt-invalid {
  border: 1px solid #B82115;
}
input[type="text"].XeInput.invalid:focus {
  outline: 0;
}
label.inline.XeRadioButtonWithIcon {
  background-color: #141518;
  width: 20px;
  height: 20px;
  padding: 8px 8px 8px 8px;
  border: 1px solid;
  border-color: #000000;
}
label.XeRadioButtonWithIcon > input {
  /* HIDE RADIO */
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */
}
label.XeRadioButtonWithIcon > input + img {
  /* IMAGE STYLES */
  cursor: pointer;
  border: 2px solid transparent;
}
label.XeRadioButtonWithIcon > input:checked + img {
  /* (RADIO CHECKED) IMAGE STYLES */
  border: 2px solid #f00;
}
input[type="text"].XeSpinBox {
  background-color: #141518;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  margin: 20px 0px 0px 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  /* decide if we really want this */
  color: #FFFFFF;
  border-radius: 0px;
  box-shadow: none;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
}
input[type="text"]:focus.XeSpinBox {
  outline-color: #214B98;
  outline-style: auto;
  outline-width: 5px;
}
.XeLabelWithOtherItem {
  margin-top: 0px;
}
input[type="text"].XeLabelWithOtherItem {
  margin-top: 0px;
  margin-left: 0px;
}
.XeLabelWithOther {
  margin: 0px 0px 0px 20px;
  outline: none;
  padding: 10px 0px 0px 0px;
}
.XeLabelWithOther .XeLabel {
  margin: 0px;
  cursor: default;
}
.XeLabelWithOther .XeDropdown {
  margin-left: 0px;
}
/* Scrollbar   */
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 6px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 2;
  left: -3px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  margin-left: 4px !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
/* -----------------------------------*/
.whiteLabels {
  color: white;
}
.XeToolButton > label {
  top: 0px;
  line-height: 0px;
}
.XeToolButton > label span {
  margin-left: -10px !important;
}
.XeToolButton {
  height: 36px;
  width: auto;
  margin: 0px 0px 0px 0px;
  outline: none;
  display: flex;
  flex-flow: row;
  padding: 10px 0px 0px 20px;
}
.XeToolButton .XePushButton {
  height: 36px;
  width: 36px;
  margin: 0px 0px 0px 0px;
}
.XePushButton {
  height: 36px;
  min-width: 36px;
  background: #141518;
  box-shadow: none;
  line-height: 18px;
  border-radius: 0px;
  border: 1px solid black;
  color: white;
  text-align: center;
  padding: 10px;
  text-shadow: none;
  font-size: 12px;
  font-weight: 700;
  color: #CFCFCF;
  box-sizing: border-box;
  margin: 20px 0px 0px 20px;
  cursor: pointer;
  text-overflow: ellipsis ;
  overflow: hidden;
}
.XePushButton img {
  /*.png images need to be changed to .svg*/
  max-width: 14px;
  margin-bottom: 4px;
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.XePushButton .caret {
  display: block;
  position: relative;
  float: right;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #CFCFCF transparent;
  margin-top: 15px;
  margin-right: -7px;
}
.XePushButton:focus {
  outline: 0;
}
.XePushButton:hover {
  background: #141518;
  border: 1px solid #214B98;
  color: #CFCFCF;
}
.XePushButton.disabled {
  border: 1px solid #646464;
  pointer-events: auto;
  user-select: none;
  background: #333538;
  color: #CFCFCF;
  /*color: @Clone;*/
}
.XePushButton.disabled .caret {
  display: none;
}
.XePushButton.disabled img {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}
.XePushButton.with-label.disabled {
  pointer-events: none;
}
/* Start WSlider  */
.XeSlider .Wt-slider-bg {
  height: 2px!important;
  width: 100%!important;
  margin-left: 0px;
  margin-top: -2px;
}
.XeSlider {
  width: 100%!important;
  height: 16px!important;
  cursor: pointer;
}
.XeSlider.disabled {
  pointer-events: none!important;
}
.XeSlider canvas {
  height: 16px;
  width: 100%;
  margin-top: -10px;
}
.XeSlider .Wt-w {
  left: 0px;
  margin-top: -2px;
  height: 2px;
  border: 0px;
  background: #646464;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.XeSlider .Wt-e {
  left: 0px;
  margin-top: 6px;
  height: 2px;
  border: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.XeSlider .fill {
  top: 70%;
  border: 0px;
  height: 2px;
  background: #214B98;
}
.XeSlider .handle {
  height: 16px!important;
  Width: 16px!important;
  border: 0px;
  background-color: #CFCFCF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.XeSlider.disabled .fill {
  background: #10336D;
}
.XeSlider.disabled .handle {
  background-image: none!important;
  background-color: #646464 !important;
}
.XeSliderContainer.SliderDisabled .XeSliderLbl {
  color: #646464;
}
.XeSliderContainer {
  margin: 20px 0px 0px 20px;
  height: 36px!important;
}
.XeSliderLblContainer {
  height: 20px;
}
.XeSliderLbl {
  font-size: 11px;
  font-weight: 700;
  color: #CFCFCF;
}
.XeSliderMaxLbl {
  float: right;
}
/* End WSlider  */
input[type="text"].XeEditComboBox {
  background-color: #141518;
  border: 1px solid black ;
  margin: 0px 0px 0px 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 0px ;
  background-image: url(icons/generic/ChevronDown.svg);
  background-size: 10px;
  background-position: 98%;
}
input[type="text"].XeEditComboBox:hover {
  background-image: url(icons/generic/ChevronDown.svg);
  background-size: 10px;
  background-position: 98%;
}
.XeTextArea,
.XeRichTextEdit {
  background-color: #141518;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  margin: 10px 0px 10px 20px;
  font-size: 12px;
  text-transform: none;
  /* decide if we really want this */
  color: #FFFFFF;
  border-radius: 0px;
  box-shadow: none;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 56px;
  resize: vertical;
  flex-grow: 1;
}
.XeTextArea[readonly] {
  background-color: #141518;
}
.XeRichTextEdit {
  overflow: auto;
}
.XeRichTextEdit[contentEditable=true]:empty:not(:focus):before {
  content: attr(data-placeholder);
  color: #808287;
}
/* CUSTOM RADIO & CHECKBOXES
   http://stackoverflow.com/a/17541916/383904 */
/* RADIO STYLE */
.XeRadioButtonWithText {
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  display: flex;
  flex-flow: row;
  align-items: center;
  outline: none;
  padding: 0px 0px 0px 20px;
  position: relative;
}
.XeRadioButtonWithText.RadioDisabled {
  pointer-events: none!important;
}
.XeRadioButtonWithText.RadioDisabled > i {
  background-image: url(icons/Input/Radio/Disablednotchecked.svg);
}
.XeRadioButtonWithText.RadioDisabled > label {
  color: #646464;
}
.XeRadioButtonWithText > input {
  position: absolute;
  width: 32px;
  height: 20px;
  margin-top: 0px;
}
.XeRadioButtonWithText > i {
  /* DEFAULT <i> STYLE */
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: url(icons/Input/Radio/Inactive.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center ;
}
.XeRadioButtonWithText :hover + i {
  /* HOVER <i> STYLE */
  background-image: url(icons/Input/Radio/Hover.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center ;
}
.XeRadioButtonWithText > input:checked + i {
  /* (RADIO CHECKED) <i> STYLE */
  background-image: url(icons/Input/Radio/Active.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center ;
}
.XeRadioButtonWithText.RadioDisabled > input:checked + i {
  /* (RADIO CHECKED) <i> STYLE */
  background-image: url(icons/Input/Radio/Disabled.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center ;
}
.XeExpandingSpacer {
  flex-grow: 1;
}
.XeCheckBoxWithText > input[type=checkbox],
.XeRadioButtonWithText > input[type=radio] {
  opacity: 0;
  float: none;
  background-color: transparent;
  background-image: none;
  -webkit-backface-visibility: hidden;
}
.XeRadioButtonWithText > label {
  position: relative;
  left: -10px;
  top: -5px;
}
/* CHECKBOX STYLE */
.XeCheckBoxWithText {
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  display: flex;
  flex-flow: row;
  align-items: center;
  outline: none;
  padding: 0px 0px 0px 20px;
}
.XeCheckBoxWithText > input {
  position: relative;
  width: 25px;
  height: 16px;
  margin-top: 0px;
  margin-left: 0px;
}
.XeCheckBoxWithText > label {
  margin-left: 10px;
  margin-top: 10px;
}
.XeCheckBoxWithText .XeIcon {
  width: 16px;
  height: 16px;
  padding: 0px 0px 0px 0px;
  margin-left: -25px;
}
.XeButtonGroup {
  display: flex;
  flex-flow: row;
}
.XeButtonWithinButtonGroup {
  margin: 0px;
}
.XeDropdown.disabled {
  background-color: transparent!important;
  border: 1px solid #646464 !important;
  pointer-events: none;
  /*color: @Clone!important;*/
}
.XeSeparator {
  width: 40px !important;
  height: 1px !important;
}
.XeSpinBox.XeDialogContentRowItem,
.XeSpinBox.XeLabelWithOtherItem {
  background-image: url(qtresources/spinbox/minus_plus.svg);
  background-position: right;
  background-size: 72px;
  padding-right: 85px !important;
}
.XeSpinBox.XeDialogContentRowItem:hover,
.XeSpinBox.XeLabelWithOtherItem:hover {
  background-image: url(qtresources/spinbox/minus_plus.svg);
  background-position: right;
  background-size: 72px;
  padding-right: 85px !important;
}
.XeSpinBox.XeDialogContentRowItem:disabled,
.XeSpinBox.XeLabelWithOtherItem.disabled {
  background-image: url(qtresources/spinbox/minus_plus_disabled.svg);
  background-position: right;
  background-size: 72px;
  padding-right: 85px;
  background-repeat: no-repeat;
}
/* XeTable  Styling Begin////////  */
.XeTableWidget {
  cursor: default;
  white-space: nowrap;
  background: #333538;
  border: 1px solid black;
  border-style: none solid solid solid;
  outline: none;
}
.XeTableWidget.Wt-itemview-paged {
  overflow: auto;
}
.XeTableWidget .Wt-spacer {
  background: none;
  border-bottom: 1px solid #000000;
}
.XeTableWidget .Wt-headerdiv {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  overflow: hidden;
  width: 100%;
}
.XeTableWidget .Wt-header .Wt-label {
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  /* needed for IE only */
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 10px;
}
.XeTableWidget .active {
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #214B98;
  cursor: default;
}
.XeTableWidget .Wt-tv-contents .Wt-tv-c {
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  padding: 0px;
}
.XeTableWidget .Wt-tv-contents {
  background-color: #333538;
  color: #CFCFCF;
  font-size: 11px;
  font-weight: 700;
  border: 0px;
  text-indent: 6px;
}
.XeTableWidget .tcontainer {
  border: 0px;
}
.XeTableWidget .Wt-header {
  border-bottom: 1px solid #000000;
  color: white;
}
.XeTableWidget input[type="text"],
.XeTableWidget .XeDropdown {
  padding: 0px;
  margin: 1px!important;
  border-radius: 0px;
  font-size: 12px;
  text-indent: 4px;
  line-height: 3;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.XeTableWidget ::-webkit-scrollbar {
  width: 7px;
  height: 7px!important;
  vertical-align: middle;
}
.XeTableWidget ::-webkit-scrollbar-track {
  border-radius: 10px;
}
.XeTableWidget ::-webkit-scrollbar-track:hover {
  background: #4b4c4f;
  opacity: 0.6;
}
.XeTableWidget ::-webkit-scrollbar-track:active {
  background: #4b4c4f;
  opacity: 1;
}
.XeTableWidget ::-webkit-scrollbar-thumb {
  background: #808287;
  border: thin solid gray;
  border-radius: 10px;
  opacity: 0.2;
}
.XeTableWidget ::-webkit-scrollbar-thumb:hover {
  background: #808287;
  opacity: 0.6;
}
.XeTableWidget ::-webkit-scrollbar-thumb:active {
  background: #808287;
  opacity: 1;
}
.XeTableWidget .Wt-tv-br {
  border-right: 1px solid #000000;
}
.XeTableWidget .Wt-tv-sh {
  cursor: auto;
  height: 31px;
}
.XeTableWidget .Wt-tv-sh-none {
  background: none !important;
  cursor: auto;
}
.XeTableWidget .Wt-tv-sh-up {
  background: url(icons/generic_TriangleUp.svg) no-repeat;
  background-size: 50px !important;
  background-position: center;
  cursor: pointer;
}
.XeTableWidget .Wt-tv-sh-down {
  background: url(icons/generic_TriangleDown.svg) no-repeat;
  background-size: 50px !important;
  background-position: center;
  cursor: pointer;
}
/* XeTable  Styling End////////  */
.dropdown-menu.XePopupMenu {
  background-color: #333538 !important;
  border-left: 1px solid #010101 !important;
  border-top: 1px solid #010101 !important;
  border-right: 1px solid #010101 !important;
  border-bottom: 1px solid #010101 !important;
}
.dropdown-menu.XePopupMenu li span.disabled {
  color: #646464;
}
.dropdown-menu.XePopupMenu li > a {
  color: #FFFFFF !important;
  padding: 5px 15px;
}
.dropdown-menu.XePopupMenu li > a > label {
  font-size: 12px;
  line-height: 18px;
}
.dropdown-menu.XePopupMenu li > a > Wt-chkbox {
  background-color: #2a63e6;
}
.dropdown-menu.XePopupMenu .active > a,
.dropdown-menu.XePopupMenu .active > a:hover {
  background-color: #1F2022 !important;
  color: #FFFFFF !important;
}
.dropdown-menu.XePopupMenu .divider {
  background-color: #000000 !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.dropdown-menu.XePopupMenu [type="checkbox"]:before {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #141518;
  top: -3px;
  left: -4px;
  box-sizing: border-box;
}
.dropdown-menu.XePopupMenu [type="checkbox"]:checked:before {
  background-color: #214B98;
}
.dropdown-menu.XePopupMenu [type="checkbox"]:after {
  position: relative;
  display: block;
  top: -18px;
  left: -4px;
  width: 15px;
  height: 15px;
  content: "";
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.dropdown-menu.XePopupMenu [type="checkbox"]:checked:after {
  background-image: url('icons/generic/Check.svg');
}
.dropdown-menu.XePopupMenu [type="checkbox"]:disabled:after {
  -webkit-filter: opacity(0.4);
}
.dropdown-menu.XePopupMenu [type="checkbox"]:not(:disabled):checked:hover:after {
  background-image: url('icons/generic/Check.svg');
}
.dropdown-menu.XePopupMenu [type="checkbox"]:not(:disabled):hover:before {
  background-image: url('icons/generic/Check.svg');
  background-color: #1E2023;
  background-repeat: no-repeat;
  background-position: center;
}
.XeGripMenu {
  overflow-y: auto;
  max-height: 520px;
}
.XeGripMenu li {
  display: table;
  line-height: 26px;
  width: 100%;
}
.XeGripMenu li a {
  display: table;
  vertical-align: middle;
  text-align: center;
  padding: 0px;
  margin: 0px;
  line-height: 26px;
  width: 100%;
}
.XeGripMenu li a label {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 13px;
  padding-left: 0px;
  padding-right: 12px;
  width: 100%;
  height: 100%;
}
.XeGripMenu .Wt-chkbox {
  display: inline-block;
  position: relative;
  bottom: 1px;
  vertical-align: text-top;
  margin: 0px;
  width: 21px;
  height: 26px;
}
.XeGripMenu [type="checkbox"]:checked {
  background-image: url('icons/generic/CheckBlack.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.XeSeparator_Vertical {
  height: 20px ;
}
.XeSeparator_Horizontal {
  width: 40px;
}
.XeSeparator_Line {
  background-color: #141518;
  height: 2px;
  width: 326px;
  margin: 30px 0px 20px 20px;
  opacity: 0.7;
}
.XeRadioButtonSpcl1 input {
  width: 40px;
  height: 80px;
  position: relative;
  left: 60px;
  opacity: 0;
}
.XeRadioButtonSpcl2 input {
  width: 40px;
  height: 80px;
  position: relative;
  left: 60px;
  opacity: 0;
}
.XeRadioButtonSpcl3 input {
  width: 40px;
  height: 80px;
  position: relative;
  left: 60px;
  opacity: 0;
}
.XeRadioButtonSpcl4 input {
  width: 40px;
  height: 80px;
  position: relative;
  left: 60px;
  opacity: 0;
}
.XeSeparator {
  width: 40px !important;
  height: 1px !important;
}
input[disabled].XeSpinBox {
  background-color: transparent;
  border: 1px solid #646464;
  pointer-events: none;
  color: #646464;
}
.XeDropdown option {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 12px;
}
/*   //  line type begin///*/
.xenon-line-type-table {
  border-style: solid none solid solid;
  max-height: 287px;
  min-height: 287px;
}
.xenon-line-type-table .mCSB_scrollTools {
  right: 8px;
}
.xenon-line-type-table .tcontainer:not(.headerrh ) {
  max-height: 251px;
  min-height: 251px;
}
.xenon-line-type-table .Wt-tv-c .icon {
  width: 100%;
  height: 100%;
}
.xenon-line-type-table .Wt-tv-c span {
  visibility: hidden;
}
.xenon-linetype-buttonsRow {
  border: 1px solid black;
  border-style: none solid none solid;
  padding-bottom: 10px;
}
.xenon-linetype-buttonsRow .XePushButton {
  padding: 3px;
}
.xenon-linetype-buttonsRow .XeToolButton {
  width: 36px;
}
.xenon-linetype-buttonsRow .XePushButton img {
  width: 28px;
  max-width: 28px!important;
  height: 28px;
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.xenon-loadLineType-table {
  border-style: solid none solid solid;
}
.xenon-loadLineType-comboBoxRow {
  padding-bottom: 10px;
  border: 1px solid #000000;
  border-style: none solid none solid;
}
/*   //  line type end///*/
.xenonFontComboSpcl {
  margin: 7px 1px;
  margin-left: 5px;
}
.xenonFontComboSpcl.active {
  color: #FFFFFF;
  background-color: #141518 !important;
  border: 1px solid #000000 !important;
  background-image: url(icons/generic/ChevronDown.svg);
}
.XeRadioButtonWithTextnIcon {
  border: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0px 68px 0px 20px;
  width: 36px;
  height: 36px;
}
.XeRadioButtonWithTextnIcon .XeIcon {
  position: relative;
  top: -20px;
  left: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  pointer-events: none;
}
.XeRadioButtonWithTextnIcon input[type='radio']:checked:before {
  background: #1976d2;
  border: none;
  width: 36px ;
  height: 36px;
}
.XeRadioButtonWithTextnIcon input[type='radio']:before {
  content: "";
  display: block;
  position: relative;
  top: -7px;
  width: 34px ;
  height: 34px;
  background: #1E2023;
  border: 1px solid black;
}
.XeRadioButtonWithTextnIcon input:focus {
  outline: 0;
}
.XeRadioButtonWithTextnIcon .XeLabel {
  position: relative;
  top: -40px !important;
  left: -10px;
  font-weight: 500;
  font-size: 11px;
  color: #FFFFFF;
}
.xenon-cloudButtonGrp {
  height: 56px;
}
.xenon-cloudButtonGrp .XeLabel {
  position: relative;
  left: -20px;
}
.xenon-renameTitle:first-child {
  font-weight: bold;
}
.xenon-renameX {
  background-image: url(icons/generic/X.svg) !important;
  background-size: 10px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 50px;
  height: 25px;
  border-radius: 0px;
  bottom: 50px;
  transition: 0.7s background-color;
  cursor: pointer;
  position: relative;
  top: -60px;
  right: 146px;
}
.xenon-renameX:hover {
  background-color: #141518;
}
.modal-header.xenon-sheetMessageBox {
  height: 29px !important;
  padding-top: 20px;
}
.xenon-renameContent {
  position: relative;
  background-color: #4b4c4f;
  opacity: 0.9;
  width: 350px !important;
  height: 120px;
}
.xenon-renameWindow {
  background-color: #333538;
}
.xenon-renameFooter {
  position: relative;
  margin-top: 80px !important;
  background-color: #1E2023;
  width: 350px !important;
  border: 1px solid #141518;
  border-top: none;
  height: 60px;
  top: 100px !important;
}
.xenon-renameFooter :nth-child(2) {
  position: relative;
  left: 210px;
  top: 12px;
}
.xenon-renameFooter :nth-child(1) {
  position: relative;
  left: 205px;
  top: 12px;
}
.xenon-sheetRename {
  position: relative;
  left: 15px !important;
  background-color: #1E2023 !important;
  color: #D9E0E0 !important;
  text-shadow: none !important;
  width: 305px !important;
  border-radius: 0px !important;
  top: 30px !important;
  border: 1px solid #141518 !important;
}
.xenon-sheet-namelabel {
  position: relative;
  font-size: 10pt;
  left: 15px;
  top: 15px;
  color: #FFFFFF;
}
.xenon-sheetMessageBox .XeDialogBody {
  height: 70px;
  padding: 20px 20px 10px 20px !important;
  border: 1px solid black;
  border-top: 0px;
}
.xenon-layer-searchLblimg {
  width: 30px;
  margin-left: -8px;
  position: absolute;
  align-self: flex-start;
}
.xenon-layer-searchCloseBtn,
.xenon-layer-searchCloseBtn:hover {
  width: 30px;
  height: 30px;
  position: absolute;
  background: transparent;
  top: 0px;
  right: 30px;
  box-shadow: none;
  padding: 0px;
  border: none;
}
input[type="text"].xenon-layer-lineedit {
  border: 1px solid #CFCFCF !important;
  border-style: none none solid none!important;
  border-radius: 0px!important;
  background-color: #1E2023 !important;
  outline-style: none;
  box-shadow: none!important;
  max-width: 280px!important;
  font-style: normal;
  color: #FFFFFF;
  height: 20px !important;
  width: 245px !important;
  text-indent: 15px;
}
.xenon-layer-lineedit.Wt-edit-emptyText {
  color: #808287 !important;
}
.xenon-layer-panel .XeContentRow {
  margin-top: 10px;
}
.xenon-layer-panel .XeContentRow[data-object-name=toolBarRow] {
  padding-left: 10px;
}
.xenon-layer-panel .XeContentRow[data-object-name=level2] {
  padding-left: 20px;
  position: relative;
  box-sizing: content-box;
}
.XeCheckBoxWithText.chkDisabled img {
  border: 1px solid #646464;
}
.XeCheckBoxWithText.chkDisabled {
  pointer-events: none;
}
.XeCheckBoxWithText.chkDisabled .XeLabel {
  color: #646464;
}
.XeDropdown.XeLabelWithOtherItem.with-label > img {
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.xenon-pattern-tbtn {
  margin: 20px 0px 0px 9px;
}
.xenon-pattern-lbl {
  margin: 0px 0px 10px 9px;
}
.xenon-pattern-prvieweWidget {
  margin: 0px 0px!important;
  background-color: #141518;
  padding: 1px;
}
.XeTabWidget {
  width: 100% !important;
  cursor: default !important;
}
.XeTabWidget > ul {
  background-color: #141518 !important;
  border-bottom: 1px solid black !important;
}
.XeTabWidget .nav-tabs li {
  width: 50%;
  cursor: pointer !important;
}
.XeTabWidget .nav {
  margin: 0px;
}
.XeTabWidget .nav-tabs > li.active {
  border-bottom: 3px solid #124DAF;
}
.XeTabWidget > ul li a {
  background-color: transparent !important;
  color: white !important;
  border: none !important;
  text-align: center !important;
  line-height: 25px !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  text-rendering: optimizelegibility !important;
}
[data-object-name=layer_widget] .XePanelBody,
[data-object-name=level_widget] .XePanelBody,
[data-object-name=view_panel] .XePanelBody {
  min-height: 234px;
  height: 271px;
}
/* xenon-options-dialog Begin*/
.xenon-options-dialog {
  width: 700px !important;
  height: 544px !important;
  background-color: #141518;
  border: none;
  color: #FFFFFF !important;
  font-size: 12px !important;
}
.xenon-options-dialog .XeDialogHeaderTitle {
  width: 400px !important;
  max-width: 700px!important;
}
.xenon-optionDlg-find-arrow {
  filter: brightness(5) !important;
}
.xenon-optionDlg-Search-arrow img {
  filter: brightness(5) !important;
  margin-top: 9px !important;
}
.xenon-optionsDlg-Search-arrow-InputWithLabel img {
  transform: rotate(90deg) !important;
}
.xenon-OptionDlgSearchArrow-DialogSectionTab img {
  filter: brightness(5) !important;
  margin-top: 12px !important;
}
.xenon-options-dialog .XeDialogHeader {
  border: none;
}
[data-object-name='SearchSuggestionBox'] {
  max-height: 200px !important;
  overflow-y: scroll;
  overflow-x: hidden !important;
  min-width: 260px !important;
}
[data-object-name='SearchSuggestionBox'].dropdown-menu .active > a,
[data-object-name='SearchSuggestionBox'].dropdown-menu .active > a:hover {
  background-color: #1F2022 !important;
  background-image: none !important;
  color: white !important;
}
.xenon-options-dialog-searchLabel span {
  margin-left: 17px !important;
}
.xenon-options-dialog [data-object-name="DialogAcceptButton"] {
  margin-top: 13px !important;
}
.xenon-options-dialog [data-object-name="DialogCancelButton"] {
  margin-top: 13px !important;
}
[data-object-name="CFxQtWidgetOptionsRename"].XePopupDialog .XeDialogBody {
  padding-bottom: 0px;
  min-height: 77px;
  max-height: 77px;
}
[data-object-name="duplicateTSLabel"].XeLabel {
  min-height: 10px;
  max-height: 10px;
  margin: 0px;
  position: relative;
  display: flex;
  top: 0px;
  left: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
}
.xenon-options-dialog .XeDialogBody {
  height: 494px !important;
  width: 700px !important;
  max-width: 700px !important;
  background-color: #333538;
  padding: 0px 0px 15px 0px !important;
  overflow-y: hidden;
}
.xenon-options-dialog .xenon-main-tab {
  min-height: 520px!important;
  max-height: 530px!important;
  width: 100% !important;
  left: 0px!important;
  top: 0px !important;
  cursor: default !important;
}
.xenon-options-dialog .xenon-main-tab ul:nth-child(1) {
  background-color: #141518 !important;
  border: none;
  height: 8.24715061% !important;
}
.xenon-options-dialog .xenon-main-tab .nav-tabs {
  position: relative;
  top: -16px !important;
  margin-bottom: 0px;
}
.xenon-options-dialog .xenon-main-tab .nav-tabs > li:nth-child(1) {
  margin-left: 1px !important;
}
.xenon-options-dialog .xenon-main-tab ul li a {
  width: auto!important;
  height: auto !important;
  background-color: transparent !important;
  color: white !important;
  border: none !important;
  text-align: center !important;
  line-height: 25px !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  text-rendering: optimizelegibility !important;
}
.xenon-options-dialog-tab-container {
  margin: 0px 15px 0px 15px !important;
  border: 1px solid #141518;
}
.xenon-options-dialog-widget {
  background-color: #333538;
  line-height: normal;
  cursor: auto;
}
.xenon-options-dialog .Wt-tree .Wt-item {
  border-bottom: 1px solid #333538;
  cursor: pointer;
}
.xenon-options-dialog-widget-item-parent,
.xenon-options-dialog-widget-item-child {
  background-color: #000000;
  line-height: 3;
}
.xenon-options-dialog .Wt-tree .Wt-item span {
  background-color: #141518;
  height: 36px;
  width: 36px;
  max-width: 36px;
}
.xenon-options-dialog .Wt-tree .Wt-item > div span {
  background-color: transparent;
}
.xenon-options-dialog .Wt-treetable {
  max-height: 420px!important;
  overflow-x: hidden;
}
.xenon-options-dialog .Wt-treetable .Wt-header {
  border-bottom: none;
}
.xenon-options-backwardRow .XeCheckBoxWithText {
  align-items: flex-end;
  margin-bottom: 10px;
}
.xenon-options-backwardRow .XeCheckBoxWithText .XeLabel {
  margin-bottom: -2px;
}
.xenon-options-dialog .Wt-treetable > div > div:nth-child(1),
.xenon-options-dialog .Wt-content {
  background-color: #000000;
}
.xenon-options-dialog .Wt-header,
.xenon-options-dialog ul.Wt-root > li > div:first-child {
  display: none;
}
.xenon-options-dialog ul.Wt-root > li > ul {
  padding-left: 0px;
}
.xenon-options-dialog .Wt-tree .Wt-label {
  padding: 0px!important;
}
.xenon-options-dialog .Wt-tree .Wt-ctrl {
  margin-right: 10px;
}
.xenon-options-dialog .Wt-tree .Wt-ctrl.Wt-noexpand {
  height: 0px;
  width: 0px;
}
.xenon-options-centralCon {
  margin-top: -30px;
}
.xenon-option-row {
  padding-bottom: 10px;
}
.xenon-option-row .XePushButton {
  padding: 3px;
}
.xenon-options-unit-XePushButton {
  height: 36px !important;
  padding-left: 5px;
  border-radius: 18px;
}
.xenon-option-row .XePushButton img {
  width: 28px;
  max-width: 28px!important;
  height: 28px;
}
.xenon-without-diffStyle {
  margin: 10px 0px 10px 0px;
}
.xenon-without-diffStyle .XeDialogSectionTabContainer {
  padding-bottom: 0px;
}
.xenon-option-bottomMargin {
  margin-top: -5px !important;
  margin-left: 57px;
}
.xenon-option-rowBotMargin {
  padding-bottom: 10px;
}
.xenon-options-panelLessPadd .XeDialogSectionTabContainer {
  padding-bottom: 5px;
}
.xenon-options-btnLessLeftMargin {
  margin-left: 5px;
}
.xenon-options-dim-compare-tbl {
  height: 200px;
  width: 336px;
  margin-left: 20px;
}
.xenon-options-dim-compare-tbl .tcontainer {
  overflow-x: auto;
}
.xenon-options-dialog ul:not(.dropdown-menu) {
  border-bottom: 0px!important;
  background-color: #333538 !important;
}
.xenon-options-coord-sys-tbl {
  height: 246px !important;
  width: 306px;
}
.xenon-options-richline-tbl {
  height: 211px !important;
  width: 441px;
}
.xenon-options-richline-tbl .Wt-label,
.xenon-options-coord-sys-tbl .Wt-label {
  line-height: 40px;
  text-indent: 0px;
}
.xenon-options-dim-compare-tbl,
.xenon-options-coord-sys-tbl,
.xenon-options-richline-tbl {
  border-top: 1px solid #000000;
}
.xenon-options-coord-sys-tbl .tcontainer,
.xenon-options-richline-tbl .tcontainer,
.xenon-options-active-style-tbl .tcontainer {
  overflow-x: hidden !important;
}
.xenon-options-coord-sys-tbl .Wt-header.headerrh.tcontainer,
.xenon-options-richline-tbl .Wt-header.headerrh.tcontainer {
  border-bottom: 1px solid black;
}
.xenon-options-richline-tbl .Wt-header {
  display: table-cell;
}
.xenon-options-richline-tbl .Wt-tv-c1 input {
  margin: -3px 0px 0px -4px !important;
  height: 98%;
  border: none;
}
.xenon-options-coord-sys-tbl .Wt-tv-c1 .icon,
.xenon-options-richline-tbl .Wt-tv-c1 .icon,
.xenon-options-active-style-tbl .Wt-tv-c1 .icon {
  width: 100%;
  height: 100%;
  margin-left: -5px !important;
}
.xenon-options-richline-pos-left1 {
  position: relative;
  left: 32px;
  padding-top: 5px;
}
.xenon-options-richline-pos-left2 {
  position: relative;
  left: 164px;
  padding-top: 5px;
}
.xenon-options-dialog .XeDropdown img {
  height: 18px;
  width: 18px;
}
.xenon-options-dialog .XeDropdown.XeLabelWithOtherItem.with-icon.with-label img,
.xenon-options-dialog .XeDropdown.xenon-color-combo img {
  margin-top: -30px;
}
.xenon-option-dimPrecisionRow {
  display: block;
  padding-bottom: 5px;
}
.xenon-options-dialog .XeDropdown span {
  min-width: 73%!important;
  word-wrap: normal!important;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}
.xenon-options-dialog .XeDropdown.XeLabelWithOtherItem.with-label > img {
  top: -9px;
}
.xenon-options-active-style-tbl {
  height: 215px !important;
  min-width: 595px !important;
  max-width: 595px !important;
  border-top: 1px solid #000000;
}
.xenon-options-active-style-linetype-tbl {
  min-width: 575px !important;
  max-width: 575px !important;
}
.xenon-options-active-style-tbl .Wt-tv-contents .Wt-tv-c {
  border-right: 1px solid #333538;
}
.xenon-options-chbMatchTxtOrientation {
  padding-left: 50px;
}
/* xenon-options-dialog End*/
.xenon-color-tabWidCon {
  height: 82%;
}
@media only screen and (max-height: 780px) {
  .xenon-color-tabWidCon {
    height: 72%;
  }
}
.xenon-color-CFxQtColorPicker .XeDialogBody {
  overflow-y: hidden!important;
  overflow-x: hidden!important;
}
.xenon-color-tabWidget {
  height: 100%;
}
.xenon-color-tabWidget .Wt-stack {
  height: 88%;
}
.xenon-color-pParent {
  height: 100%;
}
.xenon-color-layout {
  margin: 20px;
}
.xenon-color-picker2 {
  margin-left: 50px;
}
.xenon-color-lbl {
  margin-left: 5px;
}
.xenon-color-chkPushButton.active {
  background-color: #214B98;
}
.xenon-display-container {
  background-color: #000000;
  padding: 23px;
  padding-left: 55px;
}
.xenon-display-container > .XeDialogContentRowItem:not(.xenon-color-rgbLbl) {
  margin-left: 40px;
}
.xenon-color-rgbLbl {
  margin-bottom: 40px;
  margin-left: 0px;
}
.xenon-hueSatPicker {
  margin-left: 20px;
}
.xenon-lumPicker {
  margin-left: 30px;
}
.xenon-custom-color-dialog {
  /*margin-top:10px;*/
}
input[type="text"].XeInput.Wt-invalid.valid,
input[type="text"].XeInput.valid {
  border: 1px solid #000000;
}
input[type="text"].XeInput.Wt-invalid.valid.disabled,
input[type="text"].XeInput.valid.disabled {
  border: 1px solid #646464;
  pointer-events: none;
  color: #646464;
}
/*.XeDropdownMenu:not(.xenon-color-combodropdown) li > a .Wt-icon,
.XePropertyContentRowItem.active:not(.xenon-color-combo) img,
.xenon-toolbarContainer .dropdown-menu .active > a:hover .Wt-icon
{
    -webkit-filter: invert(100%);
    filter: invert(100%);
}*/
.xenon-options-point-active-combobox img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.xenon-toolbarContainer .dropdown-menu .active > a:hover {
  background-color: #1F2022 !important;
  color: #FFFFFF !important;
}
input[readonly="readonly"] {
  pointer-events: none;
  background-color: transparent!important;
}
.XePropertyContentRowSpacer {
  margin-left: -11px;
}
.XePropertyContentRowRightLblSpacer {
  margin-right: -4px;
}
.xenon-layermanager-searchLblimg {
  width: 30px;
  margin-left: -8px;
  z-index: 3;
}
.xenon-layermanager-searchCloseBtn,
.xenon-layermanager-searchCloseBtn:hover {
  width: 30px;
  height: 30px;
  position: absolute;
  background: transparent;
  top: 25px;
  right: 30px;
  box-shadow: none;
  padding: 0px;
  border: none;
}
.xenon-manager-panel .XeDialogHeader {
  border: none;
}
input[type="text"].table-spin-margin {
  margin-top: 0px;
}
input[type="text"].Wt-invalid {
  border-color: #dd5228;
}
input[type="text"].Wt-invalid:hover {
  border-color: #dd5228;
}
input[type="text"].Wt-invalid:focus {
  outline-color: #dd5228;
}
.XeDropdownMenu.xenon-point-dropdown.dropdown-menu li > a .Wt-icon {
  -webkit-filter: invert(0%);
  filter: invert(0%);
}
.xenon-point-active.active img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
/*copy past from Fluorine*/
#loader,
#loader:after {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
#loader {
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  position: absolute;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 9999;
  font-size: 10px;
  text-indent: -9999em;
  border: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left-color: #f6221c;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  box-sizing: border-box;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uploadedFile {
  0% {
    background-color: #C1F5CF;
  }
}
/* Views */
.XeViewtable {
  color: white;
  background-color: #1E2023;
  border: none !important;
  font-size: 12px;
}
.XeViewtable .Wt-tv-root ul {
  margin-left: -39px;
}
.XeViewtable .Wt-tv-c1.Wt-tv-c.rh {
  background-color: transparent;
  height: 30px !important;
  border: 1px solid #1E2023 !important;
  border-bottom: none !important;
  line-height: 30px !important;
}
.Wt-treeview .Wt-tv-br,
.XeViewtable.Wt-treeview ul .Wt-tv-c {
  margin-right: 0px;
  border: 1px solid #1E2023;
  border-left: none;
  line-height: 30px !important;
}
.XeViewtable ul.Wt-tv-root {
  background-color: #1E2023;
}
.xenon-main-tab-view .nav-tabs li {
  width: 33%;
}
.xenon-main-tab-view .Wt-treeview .Wt-header {
  background-color: #141518;
  border-bottom: 1px solid #1E2023;
}
.xenon-main-tab-view .Wt-treeview .Wt-ctrl.collapse {
  background: url(icons/generic/ChevronUp.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  zoom: 1.5;
}
.xenon-main-tab-view .Wt-treeview .Wt-ctrl.expand {
  background: url(icons/generic/ChevronDown.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  zoom: 1.5;
}
.xenon-main-tab-view .Wt-itemview .Wt-header .Wt-label {
  margin-right: 70px;
}
.xenon-main-tab-view .nav-tabs {
  background-color: #1E2023 !important;
  border-left: 1px solid black;
}
.XeViewDialogFirstRowButtons {
  margin-left: 10px;
}
.XeViewDialogFirstRowButtonsDel {
  margin-left: 50px;
}
.XeViewDialogFirstRow {
  background-color: #1E2023;
  border-left: 1px solid black;
}
.XeSeparator_VerticalViews {
  background: #333538;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
}
.xenon-main-tab-view .Wt-tv-root > li {
  background-color: #1E2023 !important;
}
.xenon-main-tab-view ul:not(.dropdown-menu) {
  background-color: #333538 !important;
  border-bottom: 1px solid black !important;
}
.XeViewNewDlgBgColor {
  position: relative;
  height: 48px;
  width: 100px;
  top: 5px;
  left: 20px;
}
.XeViewNewDlgRadioBtn {
  position: relative;
  top: 8px;
  left: 10px;
}
.XeViewDefaultsSection .XeDialogSectionTabHeader {
  -moz-box-shadow: inset 0px 46px 15px -44px black;
  box-shadow: inset 0px 46px 15px -44px black;
}
.XeViewDefaultsSection .XeDialogSectionTabContainer {
  border: none;
}
.XeViewPreview {
  background-color: #000000;
  height: 146px;
  border-left: 1px solid #141518;
}
.XeViewBgColorSolidLabel1 {
  width: 36px;
  height: 36px;
  position: relative;
  top: -20px;
}
.XeViewBgColorSolidLabel2 {
  width: 236px;
  height: 36px;
  background-color: #141518;
  position: relative;
  top: -28px;
  border: 1px solid black;
  text-align: center;
  font-weight: 200;
}
.XeViewBgColorSolidTab .XeDialogSectionTabContainer {
  border: none !important;
}
.XeViewOveride {
  position: relative;
  top: 0px;
}
.XeViewOveride2 {
  position: relative;
  top: 0px;
  line-height: 15px !important;
  height: 36px;
  font-weight: 200;
}
.XeViewBgColorGradientChkBox {
  position: relative;
  top: 15px;
}
.XeViewBgColorGradientChkBox .XeLabel {
  font-weight: 100;
}
.Xepreview2 {
  position: relative;
  top: -406px;
  left: 130px;
}
.XeViewPreviewSolid {
  width: 100px;
  height: 60px;
  position: relative;
  top: -280px !important;
  left: 110px;
}
.XeNewViewLastRowLabel {
  position: relative;
  top: 15px;
}
.XeNewViewLastRow {
  position: relative;
  top: -82px;
  left: 275px;
}
.XeNewViewLastRow canvas {
  max-width: 36px;
  min-height: 36px;
}
.XeViewToolBtn {
  width: 236px;
  height: 34px;
  background-color: #141518;
  border: 1px solid black;
  text-align: center;
  line-height: 14px;
  font-weight: 500;
  position: relative;
  top: -9px;
}
.XeNewViewChkBox {
  position: relative;
  top: -10px;
}
.XeCheckableButton.active {
  background-color: #214B98;
}
.XeViewtable .Wt-tv-row.rh {
  height: 30px !important;
}
.XeViewtable .Wt-tv-c2.Wt-tv-c.rh {
  height: 30px !important;
}
.XeViewtable .Wt-delegate-edit .XeDropdown {
  margin: 0px;
  position: relative;
  height: 30px;
  left: -3px;
  line-height: 15px;
}
.XeViewtable .Wt-delegate-edit input[type=text] {
  border-radius: 0px;
  position: relative;
  left: -3px;
  background-color: #141518;
  color: #FFFFFF;
}
.XeViewtable .Editable {
  background-color: #3C4240;
}
.XeViewtable .XeEditComboBox {
  width: 169px !important;
  margin-left: 0px !important;
  text-transform: none !important;
}
/*Hatch dialog setting Begin*/
.xenon-hatchOption-scroller {
  height: 95%;
}
.xenon-hatch-maintab .nav-tabs li {
  width: 33.3%;
}
.xenon-hatch-sliderRow {
  display: block;
  max-width: 178px;
}
.xenon-hatch-twoColor {
  margin-left: 62px;
}
.xenon-hatch-lblColorOne {
  margin-top: 0px;
  margin-bottom: 0px;
}
.xenon-hatch-lblColorTwo {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 150px;
}
.xenon-hatch-pChooseColorRow .XePushButton {
  margin-top: 5px;
  width: 112px;
  margin-left: 10px;
}
.xenon-hatch-horizontalSlider {
  margin-top: 5px;
  height: 16px!important;
}
.xenon-hatch-horizontalSlider .Wt-slider-bg {
  height: 16px!important;
}
.xenon-hatch-horizontalSlider canvas {
  height: 16px!important;
}
.xenon-hatch-sliderSpinRow.XeSpinBox {
  margin-top: 15px;
}
.xenon-hatch-inheritButton {
  width: 336px;
}
.xenon-hatch-chosePatRow .XePushButton {
  margin-left: 33px;
  width: 158px!important;
}
.xenon-hatch-cbGradientImage {
  width: 158px;
}
.xenon-hatchgradient-combobox {
  width: 158px!important;
  height: 121px;
  border: 0px!important;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: -42px;
}
.xenon-hatch-lblGradientImage {
  width: 36px;
  height: 36px;
  margin-left: 20px;
}
.xenon-hatch-retainBoundariesCheckBox {
  padding-top: 10px;
}
.xenon-hatch-normalLabel {
  margin-left: 25px!important;
}
.xenon-hatch-ignoreLabel {
  margin-left: 35px!important;
}
.xenon-hatch-specifiedOrigin {
  margin-left: -10px;
}
.xenon-hatch-boundExtents {
  margin-left: 8px;
}
.xenon-hatch-specifyBoundryRow .XeCheckablePushButton {
  width: 158px!important;
}
.xenon-hatch-previewButton {
  display: table-cell !important;
  margin: 0px!important;
  padding: 0px;
  border: none;
  background: transparent;
  width: 80px!important;
  height: 20px!important;
  margin-top: -18px !important;
  color: #fff;
  text-shadow: none;
}
.xenon-hatch-previewButton span {
  top: -40px !important;
  left: -5px;
}
.xenon-hatch-previewButton :before {
  width: 80px!important;
  height: 20px!important;
  border: 0px!important;
}
.xenon-hatch-previewButton:focus {
  background-color: #1e90ff;
  border-radius: 0px!important;
  color: #fff !important;
  text-shadow: none!important;
}
.xenon-hatch-preview {
  max-height: 70px!important;
  min-height: 70px!important;
  width: 100px!important;
}
.xenon-hatch-preview canvas {
  height: 70px!important;
  max-height: 70px!important;
  min-height: 62px!important;
  min-width: 100px;
  user-select: none;
}
.xenon-hatch-gradientAngleBox {
  width: 92px!important;
}
.xenon-hatch-stylePreviewCon {
  width: 376px!important;
  height: 147px!important;
  background-color: black;
  left: 0px!important;
  position: sticky;
  top: 0px!important;
  z-index: 100;
}
.xenon-hatch-stylePreviewCon + div {
  position: sticky;
  top: 146px!important;
  z-index: 100;
  background-color: #1E2023;
}
.xenon-hatch-maintab ul {
  z-index: 100;
  position: fixed;
  top: 320px!important;
  width: 368px;
}
.xenon-hatch-painting {
  width: 376px!important;
  height: 147px;
  padding: 31px 36px 31px 36px;
}
.xenon-hatch-painting canvas {
  width: 305px;
  height: 85px;
}
.xenon-hatch-paintingLenear {
  width: 376px!important;
  height: 147px;
  padding: 31px 36px 31px 36px;
}
.xenon-hatch-paintingLenear canvas {
  width: 305px;
  height: 85px;
  transform: rotateY(180deg);
}
.xenon-hatch-cnGradientOne {
  margin-left: 20px;
  width: 36px;
  height: 36px;
}
.xenon-hatch-btnAlign1 {
  margin-left: 110px;
}
.xenon-hatch-btnAlign {
  margin-left: 10px;
}
.xenon-hatch-btnAlign img {
  min-width: 16px;
}
.xenon-hatch-btnAlign1 img {
  min-width: 22px;
  min-height: 22px;
  position: relative;
  top: -3px;
  left: -5px;
}
.xenon-hatch-btnCross img {
  min-width: 12px !important;
}
.xenon-hatch-selectBtn img {
  min-width: 17px !important;
  position: relative;
  left: -1px;
  top: -1px;
}
.xenon-hatch-maintab {
  left: 0px!important;
  overflow: hidden;
}
.xenon-hatch-newhatchdlg .xenon-unitCombo-scrollbar {
  margin-top: 240px ;
}
.xenon-hatch-filltab .xenon-unitCombo-scrollbar {
  margin-top: -42px !important;
}
.xenon-hatch-filltab {
  height: 450px;
}
/*Hatch dialog setting End*/
/* Styled Header style Begin */
.XeSubHeader {
  width: 374px !important;
}
/* Styled Header end */
/* ViewTiles */
.XeBlackColoredRow {
  background-color: #1E2023 !important;
  height: 75px;
  border-bottom: 1px solid black;
  -webkit-box-shadow: -6px 5px 25px -2px black;
  -moz-box-shadow: -6px 5px 25px -2px black;
  box-shadow: -6px 5px 25px -2px black;
}
.XeBlackColoredRow .XeInput {
  background-color: #141518 !important;
  margin-bottom: 18px !important;
  width: 270px !important;
}
.XeBlackColoredRow .XePushButton {
  margin-bottom: 18px !important;
}
.XeBlackColoredRow .disabled {
  background-color: transparent !important;
}
.XeViewTilesSections .XeDialogSectionTabContainer {
  border: none !important;
  padding: 0px !important;
}
.XeViewTilesSections .XeDialogSectionTabHeader {
  border-top: 1px solid black;
}
.xenon-viewtiles-label {
  position: relative;
  top: 7px;
}
.xenon-viewtiles-widgetsCon {
  height: 85%;
}
.xenon-viewtiles-preview {
  height: 17.5% !important;
}
@media only screen and (max-height: 780px) {
  .xenon-viewtiles-widgetsCon {
    height: 78%;
  }
  .xenon-viewtiles-preview {
    height: 25.5% !important;
  }
}
.xenon-viewtiles-preview > div,
.xenon-viewtiles-preview > div > div {
  height: 100%;
}
.xenon-viewtiles-preview canvas {
  width: 376px;
  height: 100%;
}
/* Att Def*/
.xenon-attdef-textEdit {
  background-color: #141518;
  border: 1px solid black;
  margin: 0px 0px 0px 20px;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 0px;
  padding: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 36px !important;
  min-width: 280px !important;
}
.xenon-attDef-Label {
  position: relative;
  top: 18px;
}
.XeLabelWithOtherItem.disabled {
  background: transparent;
  user-select: none;
}
.XeCheckBoxWithText .XeIcon .disabled {
  border: 1px solid #646464;
}
.xenon-attdef-textEdit:focus {
  box-shadow: 0 0 0px #214B98;
  border: 1px solid #214B98;
}
/*   Preview Widget styling Begin */
.XePreviewWidget {
  background-color: black;
}
.XePreviewWidget canvas {
  width: 320px;
  height: 146px;
  margin-left: 28px;
}
/*   Preview Widget styling end */
.xenon-attedit-title .XeDialogSectionTabHeader {
  display: none;
}
.xenon-extattedit-table.XeTableWidget {
  border-style: solid solid solid solid;
}
.xenon-extattedit-table.XeTableWidget .Wt-tv-contents .Wt-tv-c input[type="text"],
.xenon-edit-table.XeTableWidget .Wt-tv-contents .Wt-tv-c input[type="text"] {
  text-indent: 12px;
}
.xenon-Attvalue-lbl {
  margin: 11px 0px 0px 20px;
}
/* Style begin of EGroup */
.xenon-egroup-tableWidget {
  margin-top: 15px;
  border-top: 1px solid black;
  height: 211px!important;
  width: 376px;
}
.xenon-egroup-tableWidget .tcontainer {
  height: 212px;
}
.xenon-egroup-selectBntRow .XePushButton {
  width: 158px;
}
.xenon-egroup-selEntityRow .XeLabel {
  padding-top: 8px;
}
.xenon-egroup-selEntityRow .XePushButton {
  width: 158px;
  position: relative;
  left: 42px;
}
.xenon-egroup-buttonsRow {
  padding: 0px 0px 20px 0px;
  background-color: #1E2023;
}
.xenon-egroup-topBtn {
  margin-left: 10px;
  width: 36px!important;
}
.xenon-egroup-deleteButton {
  width: 36px!important;
  position: relative;
  left: 129px;
}
.xenon-egroup-highlightButton {
  margin-left: 10px;
  width: 69px!important;
  padding-left: 5px;
}
/* Style End of EGroup */
.tooltip-inner {
  background-color: #1F2022;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 11px;
  text-align: left;
  padding: 8px 10px 8px 10px;
  margin: 0px 0px;
  border: 1px solid #5E6062;
}
.xenon-statusbar-logo,
.xenon-statusbar-logo:hover {
  position: absolute;
  padding: 0px;
  width: 93px;
  height: 36px;
  right: 10px;
  background-color: transparent;
  border: none;
  margin: 0px;
  bottom: 4px;
}
.xenon-statusbar-logo.XePushButton img {
  padding: 0px;
  margin: 0px;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.xenon-statusbar-moreinfo {
  position: absolute;
  right: 103px;
  color: #CFCFCF;
  font-size: 13px;
  line-height: 16px;
  padding: 2px;
  text-align: center;
}
.xenon-statusbar-moreinfo > a {
  text-decoration: underline;
  color: #CFCFCF;
}
.XeButtonGroup .xenon-statusbar-logo.XePushButton:hover {
  border: 0px solid transparent !important;
}
/*EditRichline Begin*/
.xenon-edit-richline .XeDialogBody {
  overflow-y: hidden;
}
.xenon-edit-richline-preview {
  height: 145px;
  width: 376px;
  border-bottom: 1px solid #000000;
  background-position: 50% center;
  background-color: #000000;
  background-size: 108px 103px;
}
.xenon-edit-richline-panel .XeDialogSectionTabContainer {
  border: none;
}
.XeSelectionBox {
  height: 396px;
  width: 375px;
  background-color: #333538;
  border: none;
  color: #FFFFFF;
  outline: none;
  font-size: 11px;
  padding: 0px;
  border-radius: 0px;
}
.XeSelectionBox:focus {
  outline: none;
}
.XeSelectionBox option {
  height: 26px!important;
  text-decoration: none!important;
  padding: 9px 3px 0px 11px;
  margin: 0;
  border: 1px solid #000000;
  border-width: 0px 0px 1px 1px;
}
.XeSelectionBox option:checked {
  background: linear-gradient(#214B98, #214B98);
  color: white;
  background-color: #214B98 !important;
}
/*EditRichline End*/
.XePanelHeader select,
.XeSecondLevelPanelBody select {
  background-color: #141518;
}
/* PropertyPainter Begin */
.xenon-property-painter-dialog .XeLabel {
  margin-top: 10px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.xenon-property-painter-dialog .XeCheckBoxWithText {
  width: 122px;
  min-width: 122px;
}
/* PropertyPainter End */
/* Smart select */
.xenon-smartSelect-property {
  margin-left: 20px;
  border-radius: 0px !important;
  border: 1px solid #141518 !important;
  width: 338px;
  height: 218px !important;
  background-color: #1E2023;
  color: White;
  font-size: 13px;
  margin-bottom: -20px;
  cursor: default;
  overflow-y: auto;
}
.xenon-smartSelect-property.disabled {
  background-color: transparent !important;
  pointer-events: none;
}
.xenon-smartSelect-property > option {
  height: 26px!important;
  padding: 9px 3px 0px 11px;
  margin-left: -10px !important;
  cursor: pointer;
}
.xenon-smartSelect-property:focus {
  outline: 0;
}
.xenon-smartSelect-spacer {
  margin-bottom: 10px !important;
}
.xenon-smartSelect-sectionTab {
  margin-top: 20px;
  border-top: 1px solid #000000;
}
.xenon-smartSelect-sectionTab .XeDialogSectionTabContainer {
  border: none;
}
.xenon-smartSelect-label {
  position: relative;
  left: 178px;
  top: 30px;
  user-select: none;
}
.xenon-smartSelect-label .disabled {
  color: #333538 !important;
}
/* Rename Command Begin */
.xenon-rename-dialog img {
  width: 18px;
  height: 18px;
}
.xenon-rename-dialog-tree-container {
  height: 530px;
  border: 1px solid #000000;
}
.xenon-rename-dialog .Wt-tv-root {
  width: 374px !important;
}
.xenon-rename-dialog .Wt-treeview {
  border: 0px;
  color: #CFCFCF;
  font-size: 12px;
}
.xenon-rename-dialog .Wt-treeview .cwidth {
  overflow: hidden hidden !important;
}
.xenon-rename-dialog .Wt-treeview .Wt-tv-c.rh {
  background-color: transparent;
  height: 34px !important;
  line-height: 33px !important;
}
.xenon-rename-dialog .Wt-treeview .Wt-header {
  background-color: #141518;
  border-bottom: 1px solid #1E2023;
}
.xenon-rename-dialog .Wt-treeview .Wt-ctrl.collapse {
  background: url(icons/generic/ChevronUp.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  zoom: 1.7;
}
.xenon-rename-dialog .Wt-treeview .Wt-ctrl.expand {
  background: url(icons/generic/ChevronDown.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  zoom: 1.7;
}
.xenon-rename-dialog .Wt-tv-root > li {
  background-color: #1E2023 !important;
}
.xenon-rename-dialog ul:not(.dropdown-menu) {
  background-color: #333538 !important;
}
.xenon-rename-dialog .Wt-treeview .Wt-delegate-edit input[type=text] {
  border-radius: 0px;
  position: relative;
  left: -3px;
  background-color: #141518;
  color: #FFFFFF;
}
.xenon-rename-dialog .XePushButton img {
  width: 28px;
  height: 28px;
  filter: brightness(2);
  max-width: 28px;
}
.xenon-rename-dialog .XePushButton {
  padding: 3px;
}
.xenon-rename-dialog .Wt-treeview > div > div:nth-child(2) {
  overflow-x: hidden !important;
}
/* Rename Command End */
/*Enterpoint command Begin*/
.xenon-enterpoint-dialog .nav-tabs {
  border-left: 1px solid #000000;
}
.xenon-enterpoint-dialog .nav-tabs li {
  width: 33%;
}
.xenon-enterpoint-dialog .lineedit-margin-left,
.xenon-enterpoint-dialog .XeLabel.XeDialogContentRowItem {
  margin-left: 5px;
}
.xenon-enterpoint-dialog .digit-btn,
.xenon-enterpoint-dialog .arrow-btn {
  margin-left: 10px;
  margin-top: 10px;
}
.xenon-enterpoint-dialog .arrow-btn {
  padding: 5px;
}
.xenon-enterpoint-dialog .arrow-btn img {
  max-width: 23px;
}
.xenon-enterpoint-dialog .btn-select-point {
  margin-top: 30px;
}
.xenon-enterpoint-dialog .XeDialogSectionTabHeader {
  border-top: 1px solid #000000;
}
.xenon-enterpoint-dialog .checkbox-padding,
.xenon-enterpoint-dialog .XeDialogSectionTab {
  padding-top: 15px;
}
/*Enterpoint command End*/
.xenon-tranparency-comboBox option {
  font-size: 13px;
  background-color: #f9f9f9 !important;
  border: 1px solid #ececec !important;
  color: #545454 !important;
}
.xenon-transparency-body {
  max-height: 180px;
  border: none;
}
.xenon-transparency-dropdown {
  width: 172px!important;
}
/* Filter */
.xenon-filterTree {
  color: #FFFFFF;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 0px;
  max-height: 295px !important;
}
.xenon-filterTree .Wt-ctrl.Wt-expand {
  zoom: 1.2;
  filter: brightness(2);
}
.xenon-filterTree .Wt-header {
  border-bottom: 1px solid #333538 !important;
  border: 1px solid black !important;
  height: 36px;
}
.xenon-filterTree .Wt-header :nth-child(2) :nth-child(2) {
  border-left: 3px solid #141518;
  position: relative;
  left: -9px;
}
.xenon-filterTree .Wt-header div {
  position: relative;
  top: 2px;
  font-size: 14px;
  font-weight: 500;
}
.xenon-filterTree .Wt-header span {
  position: relative;
  top: 4px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}
.xenon-filterHztlSpacer {
  width: 50px;
}
.xenon-filter-adjustButtons {
  margin-left: 8px;
}
.xenon-filter-Vspacer {
  height: 20px;
  width: 720px;
  position: relative;
  left: -10px;
  box-shadow: -1px 9px 13px -7px #000000;
}
.xenon-filterTreeNode div:not(.active) .Wt-expand + div {
  background-color: #141518;
}
.xenon-filter-colorpickerAdjust {
  margin-top: 30px;
}
.xenon-filterSelect-property {
  border-radius: 0px !important;
  border: 1px solid #141518 !important;
  background-color: #1E2023;
  color: #FFFFFF;
  width: 248px;
  font-size: 13px;
  margin: 20px;
  margin-bottom: 0px;
}
.xenon-filterTree .cols-row {
  border-left: 3px solid #141518;
  padding-left: 10px;
  height: 23px;
}
.xenon-filter-Button {
  padding: 0px;
}
.xenon-filter-Button img {
  min-width: 20px;
  position: relative;
  top: 7px;
}
.xenon-Filter-body {
  overflow-y: hidden;
}
/* XRef Styling Begin */
.xenon-xref-attachBtnRow {
  padding-bottom: 20px;
}
.xenon-xref-attachBtnRow .XePushButtonWithMenu {
  width: 158px!important;
}
.xenon-xref-attachBtnRow .XePushButton:not(.XePushButtonWithMenu) {
  margin-left: 10px!important;
  position: relative;
  left: 90px;
  padding: 0px;
}
.xenon-xref-attachBtnRow .XePushButton img:not(.XePushButtonWithMenu) {
  max-width: 20px!important;
  padding-top: 8px!important;
  margin-bottom: 0px!important;
}
.xenon-xref-chkMargin .XeCheckBoxWithText {
  padding-top: 30px;
}
.xenon-xref-fileNameRow .XePushButton {
  width: 69px;
  margin-top: 30px;
}
.xenon-xref-treeView {
  height: 190px;
  max-width: 98%;
  overflow-y: auto;
  overflow-x: hidden;
}
.xenon-xref-treeView.Wt-itemview {
  background: #333538 !important;
  border-color: #1E2023;
  border-style: solid none solid none;
}
.xenon-xref-treeView.Wt-treeview .Wt-header {
  border-color: #1E2023;
}
.xenon-xref-treeView.Wt-treeview.Wt-tv-br,
.xenon-xref-treeView.Wt-treeview ul .Wt-tv-c {
  border-right: none;
}
.xenon-xref-treeView .Wt-headerdiv.headerrh {
  font-size: 12px;
  font-weight: 400;
}
.xenon-xref-treeView .cwidth {
  font-size: 12px!important;
  height: 160px;
  overflow-x: hidden!important;
  max-width: 98.5%;
}
.xenon-xref-imageInfoTab .XeLabel {
  margin: 10px 0px 5px 20px !important;
}
.xenon-xref-attachMenu a {
  padding-left: 10px !important;
}
/*.xenon-xref-attachMenu .Wt-icon{
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
}*/
.xenon-xref-imageinfolbl {
  position: absolute;
  right: 220px;
  left: 100px;
}
/* XRef Styling End */
/* Tolerance */
.xenon-tol-chkBox label {
  display: none;
}
.xenon-tol-chkBox {
  position: relative;
  top: 15px;
}
.xenon-tol-label1 {
  position: relative;
  left: 27px;
}
.xenon-tol-label5 {
  position: relative;
  left: 340px;
}
.xenon-tol-label4 {
  position: relative;
  left: 258px;
}
.xenon-tol-label3 {
  position: relative;
  left: 165px;
}
.xenon-tol-label2 {
  position: relative;
  left: 103px;
}
.xenon-tol-ComboLabel {
  position: relative;
  top: -10px;
}
.xenon-tol-checkBox2 {
  position: relative;
  top: 30px;
  height: 50px;
  margin-bottom: 0px;
}
.xenon-tol-symbol {
  position: relative;
  top: -210px;
  left: 88px;
}
.xenon-tol-symbol2 {
  position: relative;
  top: -210px;
  left: 267px;
}
/*.xenon-tol-symbol2 img ,
.xenon-tol-symbol {
  filter: invert(100%);
}*/
.xenon-tolerance-dialog {
  overflow-y: hidden;
}
/* Simple Note*/
.xenon-snote-label {
  position: relative;
  top: -6px;
}
.xenon-snote-label2 {
  padding-left: 91px;
}
.xenon-snote-label3 {
  padding-left: 15px;
}
.xenon-snote-label4 {
  padding-left: 10px;
}
.xenon-snote-radioBtn {
  padding-left: 71px;
}
.xenon-snote-radioBtn2 {
  padding-left: 53px;
}
.xenon-snote-radioBtn3 {
  padding-left: 50px;
}
.xenon-snote-radioBtn4 {
  padding-left: 26px;
}
.xenon-snote-radioBtn5 {
  padding-left: 43px;
}
/* Xref conflict dialog Begin */
.xenon-xref-conflict-dialog {
  width: 555px !important;
  height: 364px !important;
}
.xenon-xref-conflict-dialog .XeContentRow {
  display: block;
}
.xenon-xref-conflict-dialog .xenon-conflict-row {
  color: #CFCFCF;
  height: 36px;
  text-align: center;
  line-height: 2.5;
}
/* Xref conflict dialog End */
.XePropertyContentRow .XeDropdown.disabled {
  border: 1px solid black !important;
  border-bottom: transparent !important;
}
input[readonly="readonly"] {
  /*color: @Clone !important;*/
}
.XeDialogResizer {
  height: 15px;
  background-image: url(icons/generic/DialogResizer.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  background-color: #1E2023;
  max-width: 376px;
  z-index: 1000;
}
.XeDialogResizer:hover {
  cursor: n-resize;
}
.XeButtonWithinButtonGroup.dropdown-toggle.with-icon img {
  width: 20px;
  height: 20px;
}
.xenon-shadedview.dropdown-menu.XePopupMenu .xenon-shadedview-selectedItem [type="checkbox"]:before {
  border-radius: 50%;
  padding: 9px;
}
.xenon-shadedview.dropdown-menu.XePopupMenu .xenon-shadedview-unselectedItem [type="checkbox"]:before {
  border-radius: 50%;
  padding: 9px;
}
.xenon-shadedview.dropdown-menu.XePopupMenu .xenon-shadedview-selectedItem [type="checkbox"]:after,
.xenon-shadedview.dropdown-menu.XePopupMenu .xenon-shadedview-selectedItem [type="checkbox"]:not(:disabled):checked:hover:after {
  background-image: none;
  background: radial-gradient(#FFFFFF 25%, #214B98 5%, #214B98 60%);
  border-radius: 50%;
  margin-top: -2px;
  margin-left: 1px;
  padding-right: 1px;
  padding-bottom: 2px;
}
.xenon-shadedview.dropdown-menu.XePopupMenu .xenon-shadedview-unselectedItem [type="checkbox"]:not(:disabled):after {
  background-image: none;
  border-radius: 50%;
  margin-top: -2px;
  margin-left: 1px;
  padding-right: 1px;
  padding-bottom: 2px;
}
.xenon-shadedview.dropdown-menu.XePopupMenu .xenon-shadedview-unselectedItem [type="checkbox"]:not(:disabled):hover:after {
  background-image: none;
  background: radial-gradient(#FFFFFF 25%, #141518 15%, #141518 60%);
  border-radius: 50%;
  margin-top: -2px;
  margin-left: 1px;
  padding-right: 1px;
  padding-bottom: 2px;
}
[data-object-name=NoteToolbar] .xenon-textEditorButton.disabled img {
  filter: brightness(0.4);
}
/* DGN */
.xenon-dgnImport-property {
  position: relative;
  top: 20px;
  margin-bottom: 20px;
  height: 115px!important;
}
.XeSeparator_Vertical {
  text-align: center;
}
.XeSeparator_Vertical span {
  color: gold;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  top: -2px;
}
.xenon-dgnImport-lblRotation {
  position: relative;
  left: 150px;
}
.xenon-dgnImport-cbRotation {
  position: relative;
  left: 81px;
}
.xenon-dgnImport-lblAngle {
  position: relative;
  left: 110px;
}
/* Bmake Styling begin*/
.xenon-bmake-widgetsCon {
  height: 82%;
}
.xenon-bmake-stackedWidgetBMake {
  height: 100%;
}
.xenon-comPreviewWidget {
  width: 100%!important;
  height: 17.5% !important;
  margin: 0px!important;
}
@media only screen and (max-height: 780px) {
  .xenon-comPreviewWidget {
    height: 27.5% !important;
  }
  .xenon-bmake-widgetsCon {
    height: 76%;
  }
}
.xenon-comPreviewWidget > div,
.xenon-comPreviewWidget canvas {
  width: auto;
  height: 100%;
  aspect-ratio: 2.5;
  margin: auto;
}
/* Bmake Styling End*/
.XeLabelWithOther input {
  background-color: #141518;
  border-radius: 0px;
  border: 1px solid #000000;
  color: white;
}
.XeLabelWithOther > input:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}
.xenon-picture-horiz,
.xenon-picture-horiz img {
  width: 560px;
  height: 430px;
  min-width: 700px!important;
  min-height: 400px!important;
  max-height: 420px!important;
}
.xenon-picture-vertic,
.xenon-picture-vertic img {
  width: 300px;
  height: 430px;
  min-width: 300px!important;
  min-height: 430px!important;
  max-height: 430px!important;
}
.xenon-statusbar-snapBtn,
.xenon-statusbar-shadedBtn {
  width: 36px;
}
.xenon-statusbar-snapBtn img,
.xenon-statusbar-shadedBtn img {
  min-width: 20px;
  position: relative;
  left: -5px;
}
.xenon-statusbar-snapBtn .caret,
.xenon-statusbar-shadedBtn .caret {
  position: relative;
  top: -24px;
}
.xenon-view-backgroundDialog :focus {
  outline: none;
}
.xenon-paneloption.dropdown-menu li label,
.xenon-snapsetting.dropdown-menu li label,
.xenon-shadedview.dropdown-menu li label {
  display: inline-flex;
  justify-content: left;
  /* align horizontal */
  align-items: center;
  /* align vertical */
}
.xenon-paneloption a,
.xenon-snapsetting a,
.xenon-shadedview a {
  padding: 0px!important;
  margin-left: 0px!important;
  margin-top: 1px;
  cursor: default;
}
.xenon-paneloption input[type="checkbox"] {
  margin-right: 0px!important;
}
.xenon-paneloption .checkbox-inline,
.xenon-snapsetting .checkbox-inline,
.xenon-shadedview .checkbox-inline {
  margin-left: -22px;
  text-indent: 28px;
  width: 180px;
  height: 24px;
}
.xenon-snapsetting a > span {
  margin-top: 3px;
}
.xenon-paneloption a > input[type="checkbox"] {
  margin-left: 10px;
  margin-top: 5px;
}
.xenon-snapsetting a > input[type="checkbox"] {
  margin-left: 10px;
  margin-top: 8px;
}
.xenon-shadedview a > input[type="checkbox"] {
  margin-left: 10px;
  margin-top: 7px;
}
.xenon-dimpalette-checkbox {
  background-image: url(qtresources/checkmark.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0% 60%;
}
.dimPallet-menu.dropdown-menu .active > a:hover {
  background-image: url(qtresources/checkmark.svg) !important;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0% 60%;
}
/* VNote Style Begin */
.xenon-vnote-audio {
  padding-top: 8px;
  width: 299px!important;
  padding-left: 5px;
  height: 54px!important;
  outline: none;
}
.xenon-label_Desc-textEdit {
  margin: -2px 5px 0px 5px !important;
  padding: 0px;
}
.xenon-label_Desc-textEdit .XeTextArea {
  width: 299px!important;
  height: 65px!important;
  border: 1px solid;
  border-color: #646464;
  resize: none;
  margin: 0px 0px 20px 0px!important;
}
audio::-internal-media-controls-download-button {
  display: none;
}
audio::-webkit-media-controls-enclosure {
  overflow: hidden;
  border-radius: 0px;
}
audio::-webkit-media-controls-panel {
  width: calc(110%);
  background-color: #1E2023;
}
audio::-webkit-media-controls-volume-slider {
  margin: 0px 0px 0px 0px;
  filter: invert(100%);
}
audio::-webkit-media-controls-timeline {
  margin: 0px 0px 0px 0px;
  filter: invert(100%);
}
audio::-webkit-media-controls-mute-button,
audio::-webkit-media-controls-play-button {
  filter: invert(100%);
}
audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
  filter: invert(100%);
  font-size: 12px;
  font-weight: bold;
}
.xenon-viewDialog .Wt-treeview .Wt-end {
  background-image: url();
}
.xenon-flyout-widget-sheet .tcontainer,
.xenon-sheet-table .tcontainer {
  overflow-y: hidden!important;
}
.Wt-treeview .Wt-end,
.Wt-treeview .noexpand {
  background-image: url() !important;
}
.xenon-moreinfo-btn,
.xenon-moreinfo-btn:hover {
  width: 290px;
  margin-left: 0px;
  margin-top: -1px;
  margin-bottom: 10px;
  background-image: url('icons/Arrow.svg');
  background-repeat: no-repeat;
  background-position: right;
  text-align: left;
  padding-left: 14px;
  background-color: #124DAF;
}
/* VNote Style ExportPdf */
.xenon-exportpdf-tblLayoutList {
  height: 112px!important;
  border: none;
}
.xenon-exportpdf-tblLayoutList .Wt-tv-c,
.xenon-exportpdf-tblLayoutList .Wt-spacer {
  border: 0px!important;
  width: 490px !important;
}
.xenon-exportpdf-tblLayoutList .Wt-header,
.xenon-exportpdf-tblLayoutList .Wt-header .Wt-tv-br {
  border: 0px!important;
}
.xenon-exportpdf-tblLayoutList .Wt-header .Wt-tv-rh {
  width: 0px;
}
.xenon-exportpdf-tblLayoutList .tcontainer {
  overflow-x: hidden !important;
}
.xenon-exportpdf-tblLayoutList .Wt-header .Wt-label {
  text-transform: none;
  font-size: 11px;
  color: #CFCFCF;
}
[data-object-name='xenon-exportpdf-conBottom'] {
  background-color: #1E2023;
  border-top: 1px solid #000000;
  margin-top: 3px;
}
[data-object-name='xenon-exportpdf-conBottom'] .XePushButton {
  margin: 10px 0px 10px 10px;
}
[data-object-name='xenon-exportpdf-conBottom'] .XePushButton:last-child {
  margin-right: 10px;
}
.xenon-exportpdf-tblLayoutList .Wt-tv-c > span {
  position: relative;
  left: 12px;
  top: 3px;
}
.xenon-exportpdf-tblLayoutList .Wt-header .disabled .Wt-label {
  color: #646464;
}
.xenon-exportpdf-tblLayoutList .disabled {
  pointer-events: none;
}
.xenon-exportpdf-tblLayoutList .Wt-tv-sh {
  padding-right: 70px;
}
.xenon-exportpdf-tblLayoutList .headerrh {
  padding-left: 7px;
  height: 10px;
}
.xenon-exportpdf-tblLayoutList .Wt-tv-c2 {
  padding-top: 2px;
}
.xenon-exportpdf-tblLayoutList .Wt-tv-contents.disabled span {
  color: #646464;
}
.xenon-exportpdf-tblLayoutList .disabled .XeDropdown {
  border: 1px solid #646464 !important;
}
/*.xenon-exportpdf-tblLayoutList .disabled img{
  filter: invert(10%);
}*/
/*.xenon-exportpdf-tblLayoutList .disabled .Wt-tv-sh{
  filter: invert(90%);
}*/
/* xenon-helputton */
.xenon-helpbutton {
  border-top: 2px solid rgba(0, 0, 0, 0.1) !important;
  width: 86px!important;
  margin-left: 0px;
}
.xenon-helpbutton.btn {
  font-size: 14px;
  color: #FFFFFF;
  padding-top: 8px;
  font-weight: 100;
}
/*WebGlInfo Style Start*/
.xenon-xeWebglInfo {
  color: #CFCFCF !important;
  max-height: 40px ;
  font-size: 14px;
  font-weight: 700px!important;
  word-wrap: break-word !important;
  min-width: 400px!important;
  max-width: 560px!important;
  top: 30%!important;
  left: 30%!important;
}
.xenon-xeWebglInfo .modal-header {
  background-color: #1E2023;
  border: 1px solid #141517;
  max-height: 60px !important;
  cursor: default;
}
.xenon-xeWebglInfo h4 {
  font-size: 14px;
  font-weight: 700px!important;
}
.xenon-xeWebglInfo .modal-footer {
  background-color: #333538;
  border-radius: 0px;
  top: 110px !important;
  border: 1px solid #1E2023;
  border-top: none;
  cursor: default;
}
.xenon-xeWebglInfo .modal-body {
  background-color: #333538;
  padding-left: 160px !important;
  border: 1px solid #1E2023;
  width: 607px!important;
  margin-top: -1px !important;
}
.xenon-xeWebglInfo .modal-body span {
  display: block;
  word-wrap: break-word;
  min-height: 55px!important;
  margin-top: -3px !important;
}
.xenon-xeWebglInfo-button {
  background-color: transparent  ;
  background-image: none;
  border-width: 1px;
  border-radius: 0px;
  text-shadow: none;
  color: #808287;
  box-shadow: none;
  box-sizing: content-box;
  border-color: #f42729;
  float: right;
  position: relative;
  top: -35px;
}
.xenon-xeWebglInfo-button:hover {
  background-color: transparent  ;
  background-image: none;
  border-radius: 0px;
  text-shadow: none;
  color: #CFCFCF;
  border-color: #f42729;
}
.xenon-xeWebglInfo-button:focus {
  outline: 0;
}
.xenon-xeWebglInfo .XeDialogBody {
  padding: 20px 10px 10px 10px;
  color: #CFCFCF !important;
  height: 80px;
  border: 1px solid #000000;
  min-width: 400px!important;
  max-width: 560px;
  text-align: center!important;
  cursor: text;
}
.xenon-xeWebglInfo .modal-footer {
  position: relative !important;
  top: 120px !important;
  border: 1px solid black;
  border-top: 0px;
  max-height: 60px !important;
  border-top: none;
  background-color: #1E2023;
  border-radius: 0px;
  cursor: default;
  text-align: center!important;
  min-width: 400px!important;
  max-width: 560px;
}
.xenon-xeWebglInfo .modal-footer .checkbox {
  float: left;
}
.xenon-xeWebglInfo .modal-footer [type="checkbox"]:checked:after {
  background-image: url(icons/Input/Checkbox/Active.svg);
  background-size: 20px 20px;
}
.xenon-xeWebglInfo .modal-footer [type="checkbox"]:before {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #141518;
  top: -1px;
  left: -3px;
  box-sizing: border-box;
  pointer-events: none;
}
.xenon-xeWebglInfo .modal-footer [type="checkbox"]:after {
  position: relative;
  display: block;
  top: -21px;
  left: -3px;
  width: 20px;
  height: 20px;
  content: "";
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.xenon-xeWebglInfo .modal-footer .checkbox span {
  color: white;
  position: relative;
  top: 4px;
  left: 4px;
}
.XeScrollArea {
  overflow-x: hidden !important;
}
.XeContentColumn {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-right: 1px;
}
[data-object-name=FxDlgCloudCommenting] .xenon-dockwidget .XeDialogBody {
  overflow: hidden!important;
}
[data-object-name=FxDlgCloudCommenting] .xenon-dockwidget .XeDialogBody > div {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.xenon-dockwidget .XeContentRow .XeLabel {
  flex-grow: 1;
}
.xenon-dockwidget .XeDialogContentRowItem .XeDialogContentColumnItem.XeLabel {
  line-height: 6px;
}
.xenon-dockwidget .XeDialogContentRowItem {
  align-self: flex-start;
}
.xenon-dockwidget .XeContentRow.XeDialogContentColumnItem {
  margin-bottom: 1px;
  margin-top: 10px;
}
.xenon-dockwidget .XeDialogContentRowItem.XePushButton.with-label,
.xenon-dockwidget .XeDialogContentRowItem.XePushButton.XePushButtonWithMenu.with-icon {
  align-self: flex-end;
  margin-top: 0px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1px;
  line-height: 1;
}
.xenon-dockwidget .XeDialogContentRowItem {
  align-self: auto;
  margin-bottom: 0px!important;
}
.xenon-dockwidget input[type="text"].XeInput {
  margin-top: 0px;
}
[data-object-name=FxDlgCloudCommenting] .XeScrollArea {
  height: 78vh;
}
@media only screen and (max-height: 780px) {
  [data-object-name=FxDlgCloudCommenting] .XeScrollArea {
    height: 66vh;
    overflow-x: hidden!important;
  }
}
.xenon-comments-pbNewCommentThread {
  min-width: 178px;
}
.XeContentRow.thread_horLayoutEntitiesAndMenu {
  display: flex;
  position: relative;
  clear: both;
  background-color: #1E2023;
}
.XeContentRow.thread_horLayoutEntitiesAndMenu .btn.XePushButton.with-icon {
  position: relative;
  float: right;
  margin-right: 3px;
}
.XeContentRow.xenon-comments-leSearchRow {
  margin-bottom: 10px;
}
.XeContentRow.xenon-comments-leSearchRow .XeInput {
  width: 320px;
}
.XeContentColumn.verticalLayout_comment .XeInput {
  width: 92%;
  background-color: #141518 !important;
  margin-bottom: 1px;
}
.horLayoutEntityControls .XePushButton {
  max-width: 134px;
  min-width: 134px;
  padding: 10px 0px 10px 0px;
}
.horLayoutCancelSave_comment .XePushButton {
  position: relative;
  width: 280px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.XeContentColumn .verticalLayoutMainComment .XeDialogContentColumnItem {
  background-color: #1E2023;
}
.XeContentColumn.verticalLayout_comment .XeTextArea {
  background-color: #141418;
  width: 88%;
  margin-left: 20px;
  margin-top: 10px!important;
}
/* Bim Style Begin */
.XePanel.bimView_panel .XePanelBody {
  max-height: 410px;
}
.xenon-xref-treeView.BmViewPanel {
  height: 340px;
}
.xenon-xref-treeView.BmViewPanel.Wt-treeview .Wt-tv-root {
  padding-left: 10px;
}
.xenon-xref-treeView.BmViewPanel.Wt-treeview .Wt-tv-c {
  color: #FFFFFF;
}
.xenon-xref-treeView.BmViewPanel .Wt-header.headerrh.cwidth {
  height: 0px!important;
}
.xenon-comments-CommentThreadhighlight .XeDialogSectionTabHeader {
  background-color: #124DAF !important;
}
/*  Begin style Insertblcok   */
.xenon-insertblock-general .XeDialogSectionTabContainer {
  padding-bottom: 0px;
}
[data-object-name=FxDlgCloudCommenting] .XePushButton.with-label.with-icon {
  width: 100%;
}
[data-object-name=FxDlgCloudCommenting] .XeLabel {
  margin: 0px 0px 8px 20px;
  font-size: 13px;
  font-weight: 700;
  color: #a6a6a6;
  text-shadow: none !important;
  word-wrap: break-word;
  min-height: 1px;
}
[data-object-name=FxDlgCloudCommenting] .XeScrollArea .XeContentColumn .XeContentColumn {
  margin-bottom: 5px;
  min-height: 1px;
}
[data-object-name=FxDlgCloudCommenting] .XeScrollArea .XeContentColumn .XeDialogContentRowItem {
  margin-bottom: -10px;
}
[data-object-name=FxDlgCloudCommenting] .XeDialogContentColumnItem .XeScrollArea.mCustomScrollbar {
  min-width: 374px !important;
}
[data-object-name=FxDlgCloudCommenting] .XeDialogContentColumnItem .mCustomScrollbar .XePushButton {
  margin: 0px 0px 0px 5px !important;
  min-width: auto !important;
}
[data-object-name=FxDlgCloudCommenting] .XeScrollArea .XePushButton.with-icon {
  padding: 5px;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 10px;
}
[data-object-name=FxDlgCloudCommenting] .XeScrollArea .XePushButton.with-label:not(.with-icon) {
  margin-top: 1px;
  margin-left: -15px;
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-object-name=FxDlgCloudCommenting] .XeScrollArea .XePushButton.with-label.with-icon {
  margin-left: 20px;
  margin-right: 10px;
  text-align: center!important;
  margin-top: 4px;
}
[data-object-name=FxDlgCloudCommenting] .XeScrollArea .XePushButton.with-icon img {
  max-width: 20px;
  height: 20px;
  padding: 0px 0px;
}
[data-object-name=FxDlgCloudCommenting] .XeDialogContentColumnItem .XeDialogContentRowItem .btn.XePushButton.with-icon.XeDialogContentRowItem {
  margin-left: 0px;
  margin-top: 1px;
  padding-top: 10px;
}
.xenon-comment-lineEditWithCross input[type=text] {
  width: 300px !important;
}
[data-object-name=FxDlgCloudCommenting] .dropdown-toggle {
  margin-left: 12px;
}
.XeInputCross_Cross {
  position: relative;
  left: -30px;
  box-shadow: none;
  top: 10px;
  background: transparent;
  padding: 0px;
}
.XeInputCross_Cross:hover {
  background: transparent;
}
.XeInputCross_Cross:focus {
  outline: 0;
}
.XeInputCross_Cross img {
  width: 20px;
}
.XeInputCross_Input {
  /*padding-right: 30px !important;*/
}
/* RefEdit Styling */
.xenon-RefEdit-btnsRow {
  margin-bottom: 10px;
}
.xenon-RefEdit-btnsRow .btn {
  margin-top: 0px;
  margin-left: 10px;
}
.xenon-RefEdit-btnsRow .btn:nth-child(3) {
  margin-left: 10px;
}
.xenon-RefEdit-btnsRow .btn:nth-child(2) {
  margin-left: 90px;
}
.xenon-xref-treeView img {
  height: 16px!important;
  width: 16px;
}
/*.xenon-xref-treeView .Wt-item.active img
{
  filter: invert(70%);
}*/
.XeDropdownMenu.xenon-tranparency-comboDropdown.dropdown-menu {
  min-width: 153px!important;
  margin-left: -1px 0px 0px;
}
.xenon-password-dialog {
  z-index: 10000 !important;
}
@media only screen and (max-height: 580px) {
  .xenon-menuLevel2 {
    max-height: 430px;
    overflow-y: auto;
  }
  .xenon-menuLevel3 {
    max-height: 430px;
    overflow-y: auto;
  }
}
.XePopupDialog.xenon-xeMessageBox.modal {
  z-index: 30000!important;
}
/* Purge*/
.xenon-purgeTree {
  color: #CFCFCF;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.xenon-purgeTree .Wt-item span img {
  position: relative;
  top: 7px;
  margin-left: 3px;
  zoom: 1.3;
}
.xenon-purgeTree .Wt-ctrl.Wt-expand img {
  position: relative;
  top: 2px;
  margin-left: 2px;
  zoom: 0.8;
  width: 15px;
  padding: 10px 5px 8px 5px;
}
.xenon-purgeTree .Wt-item {
  zoom: 1.1;
  line-height: 25px;
  width: 800px;
}
.xenon-purgeTree .Wt-ctrl.Wt-noexpand {
  background-image: url() !important;
}
.xenon-purgeTree .Wt-item :nth-child(3) img {
  width: 15px;
  position: relative;
  top: -1px;
  left: -2px;
}
.xenon-purgeTree-leafNode {
  position: relative;
  width: 80%;
  left: 7px;
}
.xenon-purge-textArea {
  width: 336px;
  height: 122px;
  resize: none;
  pointer-events: none;
}
/* AutoFIll Styling begin */
.autocomplete-items {
  position: absolute;
  border: 1px solid #333333;
  border-bottom: none;
  bottom: 28px;
  left: 0;
  max-height: 135px;
  overflow-y: auto;
  overflow-x: hidden;
  width: fit-content;
  width: -moz-max-content;
  background-color: #1E2023;
}
.autocomplete-items::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #333538;
}
.autocomplete-items::-webkit-scrollbar-track:hover {
  background: #4b4c4f;
  opacity: 0.6;
}
.autocomplete-items div {
  padding: 3px;
  padding-right: 20px;
  cursor: pointer;
  background-color: #1E2023;
  border-bottom: 1px solid #000000;
  font-size: 12px;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: #000000 !important;
  color: #ffffff;
}
.autocomplete-contextmenu {
  background-color: #333538;
  color: #ffffff;
  z-index: 200;
  position: fixed !important;
}
.autocomplete-contextmenu ul li.checked::before {
  content: '';
  position: absolute;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  top: 4px;
  left: 6px;
  transform: rotate(45deg);
  height: 10px;
  width: 4px;
}
.autocomplete-contextmenu ul li.checked:hover:before {
  border-color: #f1f1f1;
}
.autocomplete-contextmenu ul li.checked::after:hover {
  border-color: #f1f1f1;
}
.autocomplete-contextmenu ul li:hover {
  background: #214B98;
  color: #f1f1f1;
  border-color: #f1f1f1;
}
.autocomplete-contextmenu ul li {
  cursor: pointer;
  position: relative;
  padding: 2px 2px 2px 20px;
  list-style-type: none;
  font-size: 12px;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.autocomplete-contextmenu .menu-options {
  margin: 0px;
}
.autocomplete.dialog-ovelay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
}
.autocomplete.dialog-ovelay .dialog {
  width: 400px;
  position: relative;
  margin: 0 auto;
  top: 25%;
  background-color: #fff;
  overflow: auto;
}
.autocomplete.dialog-ovelay .dialog header {
  padding-left: 15px;
  background-color: #1E2023;
  cursor: pointer;
}
.autocomplete.dialog-ovelay .dialog header h3 {
  font-size: 11px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}
.autocomplete.dialog-ovelay .fa-close {
  float: right;
  color: #c4c5c7;
  cursor: pointer;
  transition: all 0.5s ease;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  background-image: url(icons/generic/X.svg);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 25px;
}
.autocomplete.dialog-ovelay .fa-close:hover {
  background-color: #B82115;
}
.autocomplete.dialog-ovelay .fa-close:active {
  box-shadow: 0 0 5px #673AB7;
  color: #a2a2a2;
}
.autocomplete.dialog-ovelay .dialog-msg {
  padding: 12px 10px;
  background-color: #333538;
  border: 1px solid #000;
  text-align: center;
}
.autocomplete.dialog-ovelay .dialog-msg p {
  margin: 0;
  font-size: 14px;
  color: #CFCFCF;
  white-space: pre-line;
}
.autocomplete.dialog-ovelay .dialog footer {
  padding: 8px 10px;
  background-color: #1E2023;
  border: 1px solid #000;
  border-style: none solid solid solid;
}
.autocomplete.dialog-ovelay .controls {
  direction: ltr;
  text-align: center;
}
.autocomplete.dialog-ovelay .controls .button {
  padding: 3px 12px;
  cursor: pointer;
  font-size: 12px;
  background-color: #1E2023;
  color: #808287;
  border: 1px solid #333538;
}
.autocomplete.dialog-ovelay .controls .button:hover {
  border: 1px solid #f42729;
}
.xenon-context-menu-viewonly {
  display: none!important;
}
[data-object-name=FxDlgCloudCommenting] .btn.XePushButton.with-icon.XeDialogContentRowItem,
[data-object-name=FxDlgCloudCommenting] .btn.XePushButton.with-label.XeDialogContentRowItem {
  background-color: #141518 !important;
}
[data-object-name=FxDlgCloudCommenting] .XeTextArea {
  margin-bottom: 0px!important;
  height: 67px;
  flex-grow: 1;
}
[data-object-name=FxDlgCloudCommenting] .XeTextArea:focus {
  border-color: #214B98;
  box-shadow: none;
}
.xenon-hatch-preview {
  margin-left: 5.5px;
  margin-top: 3px;
  background-color: transparent!important;
}
.xenon-hatch-newhatchdlg .btn.xenon-hatch-previewSelectionArea {
  background-image: none;
  padding: 0px;
  border: 1px solid #1E2023;
  background-color: transparent;
}
.previewNameLbl.xenon-hatch-previewLabel {
  user-select: none;
  color: #CFCFCF;
}
.xenon-hatch-previewSelectionArea:hover {
  background-color: #214B98;
  color: #CFCFCF;
}
.btn.xenon-hatch-previewSelectionArea.active {
  background-color: #214B98;
}
[data-object-name=FxDlgCloudCommenting] .XePushButton.with-label.with-icon img {
  margin-right: 5px;
}
.Wt-fileupload-hidden {
  display: none!important;
}
[data-object-name=FxDlgCloudCommenting] .XeInputCross_Cross {
  top: -1px;
}
.xenon-pathPattern .xenon-filter-Button {
  position: relative;
  top: -7px;
}
.xenon-pathPattern .XeDialogContentRowItem:last-child {
  padding: 0px;
  padding-top: 5px;
}
.xenon-pathPattern .XeDialogContentRowItem:last-child img {
  zoom: 1.8;
}
.xenon-pathPattern .XeContentRow:last-child .XeCheckBoxWithText {
  position: relative;
  top: 14px;
}
.xenon-dlgXAttach {
  z-index: 10004!important;
}
.xenon-comment-lineEditWithCross .XeInputCross_Cross {
  top: 65px;
  left: 295px;
  right: 0px;
}
.XeFlowLayoutItem {
  display: inline-block;
  width: auto;
  margin: 0 10px 5px 0;
  background: #141518;
}
.XeFlowLayout .XePushButton.with-label:not(.with-icon) {
  padding: 8px 3px;
  min-height: 35px!important;
}
.XeFlowLayout .XePushButton.with-label:not(.with-icon) span {
  padding: 2px 5px;
  line-height: 0;
}
.XeFlowLayout.XeDialogContentColumnItem .XePushButton {
  margin-left: 5px !important;
}
.XeFlowLayout.XeDialogContentColumnItem {
  padding: 0 20px 0 15px !important;
  margin-top: 5px;
}
.XeLabel img {
  display: block;
}
.XeFlowLayout .XeLabel {
  margin: 0px;
}
.XeFlowLayoutItem .XePushButton {
  display: inline;
}
.XeFlowLayoutItem .XePushButton.with-icon {
  padding: 0px 0px 0px 0px!important;
}
.XeFlowLayoutItem .XePushButton img {
  margin-bottom: 0px;
}
.xenon-renameWindow.XePopupDialog .XeDialogHeader {
  width: 350px!important;
}
.xenon-spell-dialog :nth-child(2).XeContentRow :nth-of-type(2) {
  font-size: 15px;
  color: #ffc857;
}
.xenon-spell-dialog :nth-child(2) {
  border: none;
}
.xenon-spell-dialog :nth-child(4) select {
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: -20px;
  width: 336px !important;
  height: 145px !important;
}
.xenon-spell-dialog :nth-child(4) select option {
  border: 1px solid #1E2023;
  border-bottom: none;
}
.xenon-spell-dialog :nth-child(4) select option:last-child {
  border-bottom: 1px solid #1E2023;
}
.xenon-spell-dialog textarea {
  width: 336px !important;
  margin-left: 0px;
}
.xenon-options-mlStyleLoad {
  height: 426px!important;
}
.xenon-options-mlStyleLoad .XePushButton {
  margin-left: 11px;
  max-width: 77px;
}
.xenon-options-mlStyleLoad .XePushButton span {
  display: inline-block;
  width: 56px;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.xenon-options-MLStyleList {
  margin: 20px 20px 20px 20px;
  width: 336px !important;
  height: 290px !important;
  border: 1px solid #000000 !important;
}
[data-object-name=FxDlgCloudCommenting] .XeDialogContentColumnItem > .XeInputCross_Cross {
  top: -28px;
  position: relative;
  left: 326px;
}
.xenon-dgnTable-container .Wt-header {
  background-color: #646464;
  border-top: 1px solid black;
}
.xenon-dgnTable-container .Wt-header div {
  line-height: 12px;
}
.xenon-dgnTable-container {
  margin-top: -18px;
}
.xenon-dgnBatch-reportArea textarea {
  margin: 20px;
  width: 460px;
  height: 260px;
  resize: none;
  font-size: 14px;
}
.xenon-dgnBatch-section :nth-child(2).XeLabel {
  max-width: 200px;
  position: relative;
  top: 10px;
}
.xenon-dgnTree .XeCheckBoxWithText {
  position: relative;
  left: 5px;
  padding-left: 5px !important;
}
.xenon-dgnTree .XeCheckBoxWithText label {
  font-size: 14px;
  font-weight: 400;
  color: white;
}
.xenon-dgnTree .Wt-ctrl {
  zoom: 1.5;
}
.xenon-dgnTree .Wt-label {
  position: relative;
  top: 9px;
  left: 12px;
}
.xenon-dgnTree .Wt-tree .Wt-ctrl {
  border-radius: 10px;
  position: relative;
  top: 3.5px;
  left: 4px;
}
.xenon-dgnTree .Wt-tree .active {
  background-color: transparent;
}
.xenon-dgnTree .Wt-item {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="horizontalLayout_15"] {
  margin-top: -10px;
  margin-left: -10px;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="horizontalLayout_15"] .XeInputCross_Input {
  width: 240px !important;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="toolButtonsLayout"] {
  margin-left: -10px;
  margin-bottom: 10px !important;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="leCurrentCloud"] input,
[data-object-name="FxDlgDrawingCompare"] [data-object-name="leTotalCloud"] input {
  width: 40px !important;
  margin-top: 10px !important;
  text-align: center;
}
[data-object-name="FxDlgDrawingCompare"] .XeInputCross_Cross {
  display: none;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="leTotalCloud"] input {
  margin-left: 2px !important;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="cloudZoomLayout"] {
  margin-left: -10px;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="toolButtonsLayout"] {
  margin-bottom: 20px;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="toolButtonsLayout"] :nth-child(2) {
  margin-left: 5px;
  margin-top: 28px;
  font-size: 14px;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="tbZoomNext"] {
  margin-left: 10px;
  width: 34px;
}
[data-object-name="FxDlgDrawingCompare"] .XePushButton img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 80%;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="tbZoomPrevious"] {
  width: 36px;
}
[data-object-name="tbExport"] {
  margin-left: 5px;
}
[data-object-name="tbRefresh"] {
  margin-left: 5px;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="verticalLayout_2"] .XeDialogSectionTab {
  margin-left: -9px;
  width: 370px;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="verticalLayout_2"] .XeDialogSectionTabContainer {
  margin-top: -20px;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="cboNotInCurrentDwgColors"] {
  margin-left: 10px;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="toolButtonsLayout"] .XePushButton:not([data-object-name="tbTotalCloud"]) {
  padding: 2px;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="cboOnlyInCurrentDwgColors"],
[data-object-name="FxDlgDrawingCompare"] [data-object-name="cboDisplayOrder"] {
  margin-left: 10px;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="cboNoDiffColors"],
[data-object-name="FxDlgDrawingCompare"] [data-object-name="cboDisplayRevColors"] {
  margin-left: 10px;
}
[data-object-name="FxDlgDrawingCompare"] .XeDialogSectionTab .XeContentRow {
  margin-left: -20px !important;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="cboShowRevCloud"],
[data-object-name="FxDlgDrawingCompare"] [data-object-name="cboCloudShapes"],
[data-object-name="FxDlgDrawingCompare"] [data-object-name="cboShowHatch"] {
  margin-left: 10px;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="horizontalSlider"] {
  margin-left: 10px;
  position: relative;
  top: -10px;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="cboShowNote"] {
  margin-left: 10px;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="verticalLayout"] .XeLabel.XeDialogContentColumnItem {
  margin-top: 0px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: gold;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="scrollAreaWidgetContents"] .XeContentRow {
  margin-top: 2px !important;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="scrollAreaWidgetContents"] {
  margin-left: -10px;
}
/*[data-object-name="cboNotInCurrentDwgColors_Menu"] .Wt-icon,
[data-object-name="cboOnlyInCurrentDwgColors_Menu"] .Wt-icon,
[data-object-name="cboNoDiffColors_Menu"] .Wt-icon,
[data-object-name="cboDisplayRevColors_Menu"] .Wt-icon {
  -webkit-filter: invert(0%) !important;
  filter: invert(0%) !important;
}*/
input[type="radio"],
input[type="checkbox"] {
  float: left;
  clear: both;
  margin: 0;
  outline: none!important;
  -webkit-appearance: none;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  cursor: pointer;
  margin: -2px 0px 5px 0px;
}
[data-object-name=FxDlgCloudCommenting] input[type="checkbox"] {
  margin-top: 5px;
}
.xenon-cloudButtonGrp input[type="radio"] {
  margin-bottom: -25px;
}
.xenon-layer-panel .XeDialogContentRowItem {
  align-self: initial;
}
.XeDialog .dropdown-menu.XePopupMenu [type="checkbox"]:after {
  top: -13px;
  left: -3px;
}
.XeDialog .dropdown-menu.XePopupMenu [type="checkbox"]:before {
  top: 3px;
  left: -4px;
}
.xenon-InfoBox .XeDialogBody {
  overflow: hidden;
  height: 100%;
  width: auto;
  word-wrap: break-word;
}
.xenon-searchDialog .XeToolButton {
  margin: 20px 0px 20px 30px;
}
.xenon-searchDialog :nth-child(3) .XeDropdown {
  width: 280px !important;
}
.xenon-searchDialog .XeSelectionBox {
  background-color: #141518;
  margin: 10px 0px 0px 60px;
  max-width: 185px;
  min-width: 185px;
  width: 185px;
  height: 265px !important;
}
.xenon-searchDialog-sectionTab .btn {
  max-width: 139px;
  position: relative;
  left: 245px !important;
}
.xenon-searchDialog textarea {
  width: 336px;
  height: 100px;
  margin-bottom: 0px;
  resize: none;
}
.xenon-searchDialog .XeDialogSectionTabContainer .XePushButton {
  margin-left: 10px;
  margin-top: 10px !important;
}
.xenon-searchDialog-sectionTab .XeLabel {
  position: relative;
  top: 8px;
}
.xenon-searchDialog-sectionTab .XeDialogSectionTabContainer div {
  margin-left: -20px;
}
.xenon-dockwidget .XePushButtonWithMenu img {
  position: relative;
  left: 2px;
  top: 2px;
}
.xenon-dockwidget [data-object-name="horizontalLayout"] .XePushButtonWithMenu img {
  position: relative;
  left: 0px;
  top: 0px;
}
.xenon-dockwidget [data-object-name="headerHorizontalLayout"] img {
  position: relative;
  top: 0px !important;
}
[data-object-name="FxDlgDrawingCompare"] .XeDropdown img {
  width: 18px;
  height: 18px;
}
.xenon-hatch-previewLabel {
  margin-left: 0px;
}
/*********************   AttachPDF   *********************/
.xenon-attachPdf-thumbnailTable .Wt-tv-contents {
  text-indent: 11px;
}
[data-object-name="FxDlgDrawingCompare"] [data-object-name="scrollAreaWidgetContents"] .XeLabel {
  margin-top: 11px;
}
[data-object-name="FxDlgDrawingCompare"] .XeDropdown,
[data-object-name="FxDlgDrawingCompare"] .XeSliderContainer {
  margin-top: 0px;
}
[data-object-name="FxDlgDrawingCompare"] .XeDialogSectionTabContainer .XeContentColumn.XeDialogContentColumnItem {
  margin-top: 16px;
}
/************** ImportPDF **********/
.xenon-importpdf-lblY {
  margin-left: 62px!important;
}
.xenon-importpdf-lblRotation {
  margin-left: 105px;
}
.xenon-importPdf-cbRotation {
  margin-left: 17px;
}
.xenon-importPdf-lblAngle {
  margin-left: 66px;
}
.xenon-importPdf-pdfThumbnailTable {
  max-height: 209px!important;
}
.xenon-importPdf-pdfThumbnailTable .tcontainer {
  max-height: 209px;
  max-width: 366px;
}
.xenon-importPdf-pdfThumbnailTable .Wt-spacer {
  max-width: 361px;
}
.xenon-importPdf-pdfThumbnailTable ::-webkit-scrollbar {
  width: 5px;
}
.xenon-importpdf-col {
  align-self: flex-start;
}
.xenon-importPdf-pSection2 .XeDialogSectionTabContainer {
  padding-bottom: 0px!important;
  border-bottom: 0px;
}
.xenon-importpdf-elidText {
  text-overflow: ellipsis;
  overflow: hidden;
}
.xenon-importPdf-pdfThumbnailTable .Wt-tv-contents {
  text-indent: 4px;
  max-width: 359px;
}
.xenon-importPdf-pdfThumbnailTable .Wt-tv-contents img.icon {
  margin-bottom: 0px;
  margin-right: 0px;
  position: relative;
  top: -7px;
}
.xenon-importPdf-pdfThumbnailTable .Wt-tv-contents .Wt-tv-c span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  top: -46px;
  position: relative;
  left: 28px;
}
/**************************************** AttachDGN **********************/
.xenon-attachDgn-lblUnit.XeLabel {
  position: absolute;
  left: 210px;
  margin-top: 15px;
}
.xenon-attachDgn-lblUnit.XeLabelWithOther {
  position: absolute;
  right: 20px;
  padding-bottom: 5px;
}
.xenon-attachDgn-lblUnit.XeInput {
  position: absolute;
  right: 20px;
  margin-top: 10px!important;
}
.xenon-attachDgn-lblUnitTo {
  position: absolute;
  left: 210px;
}
.xenon-xeMessageBox .XeDialogBody {
  height: fit-content;
}
/************** menu New styles *********************/
.xenon-context-menu.dropdown-menu .active > a:hover {
  color: #fff !important;
  background-color: #1F2022 !important;
}
.xenon-context-menu.dropdown-menu > li.disabled {
  pointer-events: none;
}
.dropdown-submenu.active .dropdown-toggle {
  background-color: #1F2022 !important;
  color: #fff !important;
}
.fadeInLeft.dropdown-menu .active > a,
.fadeInLeft.dropdown-menu .active > a:hover {
  background-color: #1F2022 !important;
  background-image: none !important;
  color: #fff !important;
}
[data-object-name="FxDlgDrawingCompare"] .XeDialogSectionTabContainer {
  padding-bottom: 0px;
}
[data-object-name="FxDlgDrawingCompare"] .XeContentColumn.XeDialogContentColumnItem {
  padding: 0px 2px 0px 0px!important;
}
/************** WBlock***************/
.xenon-wblock-general .XeDialogSectionTabContainer .XeDropdown {
  margin-top: 1px;
}
.xenon-wblock-general .XeDialogSectionTabContainer .Xelabel {
  margin-top: 0px;
}
.xenon-detailedTooltip {
  width: 20px;
  height: 20px;
}
/*************Layer State ****************/
.xenon-LayState-BtnRow .btn {
  margin-top: 10px !important;
  margin-bottom: 10px;
}
.xenon-LayState-BtnRow :nth-child(-n+5) {
  margin-left: 5px;
  padding: 3px 3px 3px 3px;
}
.xenon-LayState-BtnRow :nth-child(-n+5) img {
  margin: 0px 0px 0px 0px;
  padding-top: 2px;
}
.xenon-LayState-BtnRow :nth-last-child(1) {
  margin-left: 5px;
  padding-left: 2px;
  padding-top: 8px;
  max-width: 60px;
}
.xenon-LayState-BtnRow :nth-last-child(2) {
  margin-left: 40px;
  padding-left: 2px;
  padding-top: 8px;
  max-width: 60px;
}
.xenon-LayState-row .XeDialogContentRowItem {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.xenon-LayState-treeWidget {
  color: #FFFFFF;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 0px;
  padding: 10px 10px 0px 10px;
}
.xenon-LayState-treeWidgetItem > div:first-child {
  height: 35px;
  background-color: #1E2023;
  border: solid 1px black;
}
.xenon-LayState-treeWidgetItem > div:first-child.active {
  background-color: #1976d2;
}
[data-object-name="secLayState"] .XeTableWidget .Wt-tv-contents {
  text-indent: 20px;
}
[data-object-name="secLayState"] .Wt-tree.Wt-trunk,
.Wt-tree .Wt-item.Wt-trunk,
[data-object-name="secLayState"] .Wt-tree .Wt-item.Wt-end {
  background-image: none;
}
.xenon-LayState-treeWidgetItem .Wt-tableview {
  position: relative;
  left: -10px;
}
.xenon-LayState-treeWidgetItem .Wt-expand {
  position: relative;
  left: 320px;
  top: 8px;
}
.xenon-LayState-treeWidgetItem .Wt-label {
  position: relative;
  left: -15px;
  top: 8px;
}
.xenon-LayState-treeWidgetItem .XeTableWidget {
  border-bottom: 0px;
  position: relative;
  left: -10px;
}
.xenon-LayState-pbAddRow .XePushButton {
  margin: 10px 0px 10px 20px;
}
.xenon-LayState-layerTableView {
  margin-top: 0px;
  border-top: solid 1px black;
  margin-left: 11px;
}
.xenon-LayState-layerTableView .Wt-header {
  background-color: #1E2023;
}
.xenon-LayState-layerTableView .Wt-header .Wt-tv-sh {
  position: relative;
  top: -4px;
}
.xenon-LayState-deletedLayersList {
  margin: 0px;
  border: solid 10px #1E2023;
}
.xenon-LayState-layerTableView .Wt-tv-c1 .icon,
.xenon-LayState-layerTableView .Wt-tv-c3 .icon,
.xenon-LayState-layerTableView .Wt-tv-c4 .icon,
.xenon-LayState-layerTableView .Wt-tv-c5 .icon,
.xenon-LayState-layerTableView .Wt-tv-c11 .icon,
.xenon-LayState-layerTableView .Wt-tv-c12 .icon,
.xenon-LayState-layerTableView .Wt-tv-c13 .icon {
  width: 30px !important;
  height: 20px !important;
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.xenon-LayState-layerTableView .Wt-tv-c6 .XeDropdown,
.xenon-LayState-layerTableView .Wt-tv-c7 .XeDropdown,
.xenon-LayState-layerTableView .Wt-tv-c8 .XeDropdown,
.xenon-LayState-layerTableView .Wt-tv-c14 .XeDropdown,
.xenon-LayState-layerTableView .Wt-tv-c15 .XeDropdown,
.xenon-LayState-layerTableView .Wt-tv-c16 .XeDropdown,
.xenon-LayState-layerTableView .Wt-tv-c9 .XeDropdown,
.xenon-LayState-layerTableView .Wt-tv-c17 .XeDropdown {
  margin-top: -1px;
  width: 100% !important;
  margin-left: -1px !important;
  outline: none !important;
  line-height: 30px;
  height: 29px;
  font-size: 12px;
  background-color: transparent;
  font-weight: 600;
  border: none;
}
.xenon-LayState-listCon {
  background-color: #1E2023;
  margin-left: 2px;
}
.xenon-LayState-listCon .XeLabel span {
  position: relative;
  left: -12px;
  top: 5px;
}
.xenon-LayState-activeLabel img {
  height: 20px;
  width: 20px;
  position: relative;
  top: 5px;
  left: -19px;
}
.xenon-ImpLayState-tableWidget {
  border-top: solid 1px #000000;
  border-right: solid;
  border-left: none;
  border-bottom: none;
}
.xenon-ImpLayState-tableWidget .Wt-tv-c1 .Wt-tv-c input[type="checkbox"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  float: none;
  width: 25px;
  height: 16px;
  margin-left: -4px;
  margin-top: -2px;
}
.xenon-ImpLayState-tableWidget .Wt-tv-c1 .Wt-tv-c span {
  appearance: auto;
}
.xenon-areaboundary-dialog {
  height: 250px;
  width: 378px;
  background-color: #333538;
}
[data-object-name="BlockDocWidget_dockWidget"] .XeDialogBody {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 0px;
}
[data-component="blocks-container"] {
  margin-bottom: 0px;
}
[data-object-name="BlockDocWidget"] {
  min-height: 100% !important;
}
.xenon-BlockDocWidget_dockWidgetribbon {
  min-height: 380px;
}
.xenon-BlockDocWidget_dockWidget {
  min-height: 396px;
}
/* BATTMAN */
.xenon-blockAttMgr :first-child.XeContentRow .XeToolButton {
  margin-top: 20px;
  margin-left: -12px;
}
.xenon-blockAttMgr :first-child.XeContentRow .XeLabelWithOther {
  width: 310px !important;
}
.xenon-blockAttMgr :first-child.XeContentRow .XeDropdown,
.xenon-blockAttMgr [data-object-name="blockComboBox_Menu"] {
  width: 293px !important;
}
.xenon-blockAttMgr [data-object-name="pbSync"],
.xenon-blockAttMgr [data-object-name="pbEdit"],
.xenon-blockAttMgr [data-object-name="pbMoveDown"] {
  margin-left: 5px;
}
.xenon-blockAttMgr :first-child.XeContentRow .XeToolButton [data-object-name="blockFromDrawingButton_button"] {
  margin-left: 11px;
}
.xenon-blockAttMgr .XeCheckablePushButton {
  width: 100px;
  font-weight: 300;
  font-size: 11px;
}
.xenon-blockAttMgr [data-object-name="pbSync"],
.xenon-blockAttMgr [data-object-name="pbEdit"] {
  padding: 0px;
}
.xenon-blockAttMgr [data-object-name="pbSync"] img {
  zoom: 2.2;
}
.xenon-blockAttMgr [data-object-name="pbEdit"] img {
  zoom: 1.5;
  margin-top: 4px;
}
.xenon-blockAttMgr-spacer {
  background: black;
  opacity: 0.1;
  margin: 5px;
  padding: 1px;
}
.xenon-blockAttMgr .XeCheckBoxWithText span {
  font-weight: 200;
}
.xenon-blockAttMgr .Wt-tableview {
  margin: 20px 0px 10px 0px;
  border-style: solid;
}
.xenon-blockAttMgr .Wt-tableview .Wt-label {
  text-align: center;
}
.xenon-blockAttMgr .Wt-header {
  background: #1e2023;
}
.xenon-blockAttMgr [data-object-name="pbMoveUp"] img,
.xenon-blockAttMgr [data-object-name="pbMoveDown"] img {
  position: relative;
  left: -5px;
}
.xenon-blockAttMgr .inline {
  display: none;
}
.xenon-blockAttMgr [data-object-name="captionCheckBox"],
.xenon-blockAttMgr [data-object-name="lineColorCheckBox"],
.xenon-blockAttMgr [data-object-name="lineWeightCheckBox"] {
  left: 133px !important;
}
.XeDialogSectionTabContainer {
  margin-top: 10px;
}
.xenon-blockAttMgr [data-object-name="valueCheckBox"] {
  left: 246px!important;
}
[data-object-name="label_6"] {
  position: relative;
  top: 16px;
}
.xenon-attrEdit-holder [data-object-name="mTextEditButton"] {
  position: relative;
  top: -56px;
  left: 267px;
}
.xenon-attrEdit-holder {
  height: 70px;
}
.xenon-blockAttMgr .Wt-stack {
  position: relative;
  top: 0px !important;
}
.xenon-attrEdit-holder [data-object-name="m_simpleLineEdit"] {
  width: 260px !important;
}
.xenon-blockAttMgr .XeSubHeader {
  margin: 0px 0px 10px 0px;
}
.xenon-blockAttMgr [data-object-name="cbTextStyle"],
.xenon-blockAttMgr [data-object-name="cmbJustification"] {
  max-width: 158px;
}
.xenon-blockAttMgr [data-object-name="cmbJustification"] {
  margin-left: -10px;
}
.xenon-attrMgr-red {
  color: red !important;
}
.xenon-batdlg-spacer {
  margin-top: 10px;
}
.xenon-batdlg-spacer2 {
  margin-top: -6px;
}
.xenon-batdlg-spacer3 {
  margin-top: 0px !important;
}
.xenon-multiline-toolbar .XeDialogBody {
  height: 60px;
}
.xenon-multiline-toolbar [data-object-name="DialogAcceptButton"] {
  display: none;
}
.xenon-multiline-toolbar [data-object-name="btnRedo"],
.xenon-multiline-toolbar [data-object-name="pbAddField"],
.xenon-multiline-toolbar [data-object-name="btnMore"],
.xenon-multiline-toolbar [data-object-name="acceptButton"],
.xenon-multiline-toolbar [data-object-name="btnTextUnderline"] {
  padding: 10px 0px 0px 0px !important;
}
.xenon-multiline-toolbar .XeCheckBoxWithText {
  position: relative;
  left: -15px;
  top: 5px;
}
.xenon-statusbar-model.active,
.xenon-statusbar-model.active:hover,
.xenon-statusbar-model.active:active {
  border-bottom: 4px solid #214B98 !important;
  background-color: #141518;
  color: #CFCFCF;
}
.XeDialogHeaderAccept svg {
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  border: 1px solid;
  border-right: 0px;
  border-color: #000000;
  border-radius: 0px;
  cursor: default;
  cursor: pointer !important;
  border-top: 0px;
  margin-right: 15px;
  margin-top: 5px;
  border: none;
}
.XeDialogHeaderAccept,
.XeDialogHeaderAccept svg,
.XeDialogHeaderAccept svg g {
  fill: #57B847;
  cursor: pointer !important;
}
.XeDialogHeaderAccept.disabled,
.XeDialogHeaderAccept.disabled svg,
.XeDialogHeaderAccept.disabled svg g {
  fill: #646464;
  cursor: default !important;
}
.XeDialogHeaderCancel svg {
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  border: 1px solid;
  border-right: 0px;
  border-top: 0px;
  border-color: #000000;
  border-radius: 0px;
  -webkit-transition: 0.7s background-color;
  transition: 0.7s background-color;
  cursor: pointer;
  margin-right: 15px;
  margin-top: 5px;
  border: none;
}
.XeDialogHeaderCancel svg:hover g {
  fill: #B82115;
}
.xenon-attrEdit-justification > label {
  margin-left: -8px !important;
}
.xenon-hatch-editHeader {
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #1E2023;
  width: 368px !important;
}
[data-object-name='radioBtnRow'] {
  position: fixed;
  top: 50px;
  z-index: 10;
  background-color: #1E2023;
  width: 368px;
}
[data-object-name='radioBtnRow'] .XeRadioButtonWithText {
  padding: 0px 0px 0px 10px;
}
[data-object-name='HatchStackedWidget'] {
  position: relative;
  top: 40px !important;
}
/*************** BEdit Styling Start******************/
.xenon-bEdit .XeLabel {
  position: relative;
  top: 15px;
}
.xenon-bEdit :nth-child(6) {
  position: relative;
  top: 30px !important;
}
.xenon-cbcycle-buttonRow [data-object-name="pbActivate"] {
  width: 85px;
  font-size: 8pt;
}
.xenon-cbcycle-buttonRow [data-object-name="pbMoveUp"] {
  width: 100px;
  position: relative;
  left: 15px;
}
.xenon-cbcycle-buttonRow [data-object-name="pbMoveDown"] {
  width: 110px;
  font-size: 8pt;
  margin-left: 23px;
}
.xenon-cbcycle-cycleListSecTab {
  margin-top: 0px;
}
.xenon-cbcycle-cycleListSecTab .Wt-tv-c1 .Wt-tv-c img {
  position: relative;
  left: -4px;
}
/*************** BEdit Styling End******************/
.xenon-pcbColor,
.xenon-pcbLineType {
  height: auto !important;
  width: auto !important;
  font-size: 11px !important;
  text-indent: 1.5px !important;
}
.xenon-pcbColor img {
  height: auto !important;
  width: auto !important;
  padding-left: 2.5px !important;
}
/*loader*/
.kudoSpinner {
  background-color: #141518;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
div#spinnerDiv {
  width: 100%;
  height: 100%;
  background-color: #141518;
  text-align: center;
}
div#centerSpinner {
  height: 202px;
  width: 33%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#loaderWithText,
#loaderWithText:after {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  box-sizing: content-box !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 9999;
}
div#spinnerDiv #loaderWithText {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border: 11px solid rgba(255, 255, 255, 0.2);
  border-left-color: #f6221c;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
[data-object-name='CloudCommenting'] .XeDialogBody {
  overflow-y: auto;
  scrollbar-width: none;
}
.xenon-cbRotate {
  height: 36px;
  margin-left: 0px;
}
.xenon-cbRotate .XeLabel {
  margin-top: 12px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  width: 128px;
}
.xenon-cbRotate .XeIconImage {
  margin-top: 4px;
}
[data-object-name='PositionX'] .XeIcon.XePropertyContentRowIcon img,
[data-object-name='PositionY'] .XeIcon.XePropertyContentRowIcon img,
[data-object-name='PositionZ'] .XeIcon.XePropertyContentRowIcon img {
  width: 40px;
  height: 22px;
  margin-bottom: -1px;
}
[data-object-name='PositionX'] .XeIcon,
[data-object-name='PositionY'] .XeIcon,
[data-object-name='PositionZ'] .XeIcon {
  width: 50px;
}
.xenon-bmake-stackedWidgetBMake {
  height: 100%;
  overflow: hidden !important;
}
.xenon-bmake-stackedWidgetBMake .XeDialogSectionTabContainer {
  border: none;
}
[data-object-name="CFxDlgNOptions"] .XeTabWidget .nav-tabs li {
  width: 24.6%;
  margin-top: 10px;
  padding-top: 10px;
}
[data-object-name="trSystemOptions"] .Wt-content {
  overflow: hidden !important;
}
[data-object-name="CFxDlgNOptions"].xenon-option-tab .XeTabWidget .nav-tabs li {
  width: 50%;
}
[data-object-name="CFxDlgNOptions"].xenon-UserPref-tab .XeTabWidget .nav-tabs li {
  width: 33%;
}
[data-object-name="NoteToolbar"] input[type="text"].XeDropdown {
  padding: 0px 18px 0px 15px ;
}
[data-object-name="NoteToolbar"] .xenon-unitCombo-scrollbar.dropdown-menu.typeahead li:hover {
  background-color: #214B98;
  color: #FFFFFF;
}
.symbol-menuitem {
  font-family: 'Y14.5M';
}
[data-object-name=FxDlgCloudCommenting] .XeLabel span {
  white-space: normal;
  word-wrap: break-word;
  display: block;
  width: 300px;
}
[data-object-name="FxWidgetCommentThread"] [data-object-name="pbResolve"],
[data-object-name="FxWidgetCommentThread"] [data-object-name="pbZoomTo"],
[data-object-name="FxWidgetCommentThread"] [data-object-name="pbMenu"] {
  margin-left: 2px !important;
  margin-right: 1px !important;
}
[data-object-name="FxWidgetCommentThread"] .XeLabel span {
  width: 200px;
}
[data-object-name="FxWidgetMarkup"] [data-object-name="pbResolve"],
[data-object-name="FxWidgetMarkup"] [data-object-name="pbZoomTo"],
[data-object-name="FxWidgetMarkup"] [data-object-name="pbMenu"] {
  margin-left: 2px !important;
  margin-right: 1px !important;
}
[data-object-name="FxWidgetMarkup"] .XeLabel span {
  width: 200px;
}
.rbm-menu-item {
  padding: 4px 4px;
  color: #666;
}
.rbm-menu-item:hover {
  background-color: #1F2022;
  color: white;
}
[data-object-name="mentionUserList"] {
  max-height: 210px;
  min-height: 210px;
  max-width: 200px;
  overflow-y: auto;
}
[data-object-name="mentionUserList"].dropdown-menu.XePopupMenu .active > a {
  background-color: #1F2022 !important;
}
[data-object-name="fontComboBox"] img {
  height: 20px !important;
}
[data-object-name="tblNamedUCSs"] img {
  height: 20px !important;
}
[data-object-name="tblOrthoUCSs"] img {
  height: 32px !important;
}
[data-object-name="RectangularBtn"] img,
[data-object-name="EllipticalBtn"] img,
[data-object-name="FreeHandBtn"] img {
  filter: invert(1);
}
[data-object-name="PickAddBtn"] {
  max-width: 32px;
  max-height: 32px;
  margin-top: 0px;
  margin-left: 10px;
  background: transparent;
  text-overflow: unset;
  border-top: none;
  border-bottom: none;
}
[data-object-name="PickAddBtn"] img {
  min-width: 20px;
  height: 32px;
  object-fit: fill;
  margin-left: -6px;
  margin-top: -9px;
}
[data-object-name='tvComment'].XeRichTextEdit[contentEditable=true]:empty:focus:before {
  content: attr(data-placeholder);
  color: #808287;
}
[data-object-name='lbComment'] {
  overflow-x: auto !important;
}
[data-object-name='CFxDlgTolerances'] .XeDropdown img {
  width: 18px;
}
[data-object-name="CFxDlgPointsSettings"] ul.XeDropdownMenu.xenon-point-dropdown.dropdown-menu li > a .Wt-icon {
  -webkit-filter: invert(100%) !important;
  filter: invert(100%) !important;
}
[data-object-name="CFxDlgNOptions"] ul.XeDropdownMenu.xenon-point-dropdown.dropdown-menu li > a .Wt-icon {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
[data-object-name='CFxDlgPointsSettings'] .XeDropdown img {
  -webkit-filter: invert(100%) !important;
  filter: invert(100%) !important;
}
[data-object-name='CFxDlgCloudField'] [data-object-name='verticalLayout_3'].XeContentColumn {
  margin-top: -15px;
}
[data-object-name='CFxDlgCloudField'] [data-object-name='verticalLayout'].XeContentColumn.XeDialogContentRowItem {
  margin-right: 10px;
  margin-left: -10px;
}
[data-object-name='CFxDlgCloudField'] [data-object-name='labelQROptions'].XeLabel.XeDialogContentColumnItem {
  margin-left: 10px;
}
[data-object-name='CFxDlgCloudField'] [data-object-name='labelFormat'].XeLabel.XeDialogContentColumnItem {
  margin-top: -215px;
  margin-bottom: 3px;
}
[data-object-name='CFxDlgCloudField'] [data-object-name='textViewLinkedText'].XeRichTextEdit.XeDialogContentColumnItem {
  margin-top: -2px;
  margin-bottom: 0px;
}
[data-object-name='CFxDlgCloudField'] [data-object-name='qrPreviewWidget'].XeDialogContentColumnItem {
  margin-left: 20px;
}
[data-object-name='CFxDlgCloudField'] .Wt-itemview.Wt-tableview.XeTableWidget.XeDialogContentColumnItem.unselectable.form-inline {
  margin-left: 10px;
  margin-top: -5px;
}
[data-object-name='CFxDlgCloudField'] [data-object-name='labelDescription'].XeLabel.XeDialogContentColumnItem {
  margin-left: 10px;
  margin-top: 10px;
}
[data-object-name='CFxDlgCloudField'] [data-object-name='textEditDescription'].XeRichTextEdit.XeDialogContentColumnItem {
  margin-left: 10px;
  margin-top: -5px;
}
[data-object-name='CFxDlgCloudField'] [data-object-name='radioButtonQRCode'].XeRadioButtonWithText.XeDialogContentColumnItem {
  margin-top: -15px;
  margin-bottom: -5px;
  margin-left: -2px;
}
[data-object-name='CFxDlgCloudField'] [data-object-name='radioButtonLinkedText'].XeRadioButtonWithText.XeDialogContentColumnItem {
  margin-top: -15px;
  margin-bottom: -5px;
  margin-left: -2px;
}
[data-object-name='centered'] span {
  padding-left: 30px !important;
  margin-left: -30px !important;
}
[data-object-name='kudo-ribbon-container'] {
  width: 100%;
  overflow: visible !important;
}
[data-object-name="CXeWidgetKudoDimPallet"] .xenon-dimpalette-header {
  position: relative !important;
}
[data-object-name="CXeWidgetKudoDimPallet"] .xenon-dimpalette-header img {
  position: absolute !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.xenon-DimCopy-lblCopiedMsg {
  margin-top: 10px;
  position: relative;
  top: -10px;
}
[data-object-name="toolButton_New"] {
  margin-left: 307px !important;
}
.xenon-ribbonshadedview.dropdown-menu.XePopupMenu .xenon-shadedview-selectedItem [type="checkbox"]:after,
.xenon-ribbonshadedview.dropdown-menu.XePopupMenu .xenon-shadedview-selectedItem [type="checkbox"]:not(:disabled):checked:hover:after {
  background-image: none;
  background: radial-gradient(#FFFFFF 25%, #214B98 5%, #214B98 60%);
  border-radius: 50%;
  margin-top: -2px;
  margin-left: 1px;
  padding-right: 1px;
  padding-bottom: 2px;
  height: 17px;
}
.xenon-ribbonshadedview.dropdown-menu.XePopupMenu .xenon-shadedview-unselectedItem [type="checkbox"]:not(:disabled):hover:after {
  background-image: none;
  background: radial-gradient(#FFFFFF 25%, #141518 15%, #141518 60%);
  border-radius: 50%;
  margin-top: -2px;
  margin-left: 1px;
  padding-right: 1px;
  padding-bottom: 2px;
  height: 17px;
}
.xenon-shadedview .xenon-shadedview-item label {
  position: relative;
  top: 2px;
}
.ExpandRibbon {
  margin-top: 135px !important;
  max-height: calc(100% - 175px) !important;
  transition: all 0.25s ease;
}
.CollapseRibbon {
  margin-top: 35px !important;
  max-height: calc(100% - 75px) !important;
  transition: all 0.25s ease;
}
.divmoveExpandRibbon {
  margin-top: 135px !important;
  max-height: calc(100% - 175px) !important;
  transition: all 0s ease;
}
.divmoveCollapseRibbon {
  margin-top: 35px !important;
  max-height: calc(100% - 75px) !important;
  transition: all 0s ease;
}
.xenon-sheetWidget-ribbon.Wt-tv-c {
  border: none !important;
}
[data-object-name="pbPlaceCustomStamp"] {
  margin-left: 6px !important;
  margin-top: 0px !important;
}
[data-object-name='CloudCommenting'] [data-object-name="_button"] {
  margin-top: 244px;
}
[data-object-name="PropertyPanelFooter"] {
  border: 1px solid black;
}
[data-object-name="CFxDlgView"] .cwidth {
  overflow: hidden !important;
}
[data-object-name="Patternname"] span {
  margin-left: -2px !important;
}
[data-object-name="Internalregiondetection"] span {
  margin-left: -2px !important;
}
[data-object-name="CFxDlgPurge"] [data-object-name="page_Purge"] ::-webkit-scrollbar,
[data-object-name="CFxDlgPurge"] [data-object-name="stackedWidget"] ::-webkit-scrollbar {
  display: none;
}
[data-object-name="DialogAcceptButton"],
[data-object-name="DialogCancelButton"] {
  margin-top: 10px;
}
[data-object-name="CFxDlgLayerManager"] [data-object-name="DialogAcceptButton"],
[data-object-name="CFxDlgLayerManager"] [data-object-name="DialogCancelButton"] {
  margin-top: 13px;
}
[data-object-name="CXeSheetWidget"] * .Wt-tableview .Wt-tv-contents .Wt-tv-c {
  margin-top: 0px;
}
[data-object-name="CFxDlgView"] .nav-tabs {
  width: 376px;
}
.xenon-loadLineType-table ::-webkit-scrollbar {
  display: none;
}
[data-object-name="CXeSheetWidget"] {
  transition: all 0.6s cubic-bezier(0.38, 0.15, 0.38, 0.74);
}
.MuiSlider-root {
  min-width: 74px;
}
[data-object-name="level2"] .xenon-layer-searchCloseBtn {
  position: relative;
}
[data-object-name="level2"] input[type="text"].xenon-layer-lineedit {
  padding-left: 20px;
  padding-right: 25px;
  text-indent: unset;
  width: 200px !important;
}
[data-object-name="searchbarLayout"] {
  height: 30px;
  border: 1px solid white;
  width: 241px;
  position: absolute;
  top: 45px;
  left: 70%;
  padding-left: 10px;
  border-style: none none solid none;
}
.xenon-layermanager-lineedit {
  margin-bottom: unset !important;
  border: none !important;
  text-indent: unset;
  width: 170px !important;
}
[data-object-name="searchbarLayout"] [data-object-name="closeSearchBtn"] {
  position: unset !important;
}
.xenon-exportDrawing-pbBrowser {
  position: relative;
  left: 257px;
  top: -96px;
}
.css-mk1cw4 {
  height: 16px;
  width: 16px;
}
[data-object-name='EditTableToolBarFormulaMenu'].dropdown-menu .active > a:hover {
  background-color: #1F2022 !important;
  background-image: none !important;
  color: white !important;
}
[data-object-name="searchLayout"] {
  height: 25px;
  width: 300px;
  position: relative;
  top: 14px;
  left: 0px;
}
.xenon-searchlimg {
  height: 28px;
  width: 30px;
  position: relative;
  left: -26px;
}
.xenon-searchlineedit {
  position: relative;
  border: none !important;
  padding-right: 40px !important;
  color: #FFFFFF !important;
  background: #4b4c4f !important;
  font-size: 12px !important;
  border-radius: unset !important;
  box-shadow: none !important;
  margin-bottom: unset !important;
}
input[type="text"].xenon-searchlineedit:focus {
  outline-style: auto;
}
[data-object-name="CFxDlgWBlock"] [data-object-name="previewWidget"],
[data-object-name="CFxDlgWBlock"] [data-object-name="previewWidget"] canvas {
  min-width: 370px;
  min-height: 148px;
  margin: 0px 0px;
}
.xenon-exportDrawing-destTab .XeDialogSectionTabContainer {
  padding-bottom: 0px;
  margin-top: 20px;
  height: 115px;
}
.xenon-exportDrawing-destTab [data-object-name="label"] {
  position: relative;
  top: -40px;
}
.xenon-exportDrawing-path {
  width: 327px !important;
  position: relative;
  top: -28px;
  border: none !important;
  color: #CFCFCF !important;
  background-color: #333538 !important;
  font-size: x-small !important;
  text-overflow: ellipsis !important;
}
[data-object-name="fontbtnBrowse"],
[data-object-name="fontbtnCancel"] {
  height: 38px !important;
  width: 134px !important;
}
[data-object-name="fontbtnSave"] {
  height: 38px !important;
  width: 134px !important;
  margin-top: 96px;
}
.xenon-styleContentColumn2 {
  margin-left: 380px !important;
  margin-top: -279px !important;
}
[data-object-name="CFxDlgFontStyle"] {
  border: none;
  z-index: 10500 !important;
}
[data-object-name="lblNotFound"] {
  margin-top: 9px !important;
}
[data-object-name="fontList"] {
  margin-top: 2px !important;
}
.xenon-styleContentColumn1 {
  margin-top: 5px;
}
.xenon-fontList {
  border-radius: 0px !important;
  border: 1px solid #141518 !important;
  background-color: #1E2023;
  color: White;
  font-size: 13px;
  cursor: default;
  overflow-y: auto;
  height: 220px !important;
  width: 360px !important;
}
.xenon-fontList.disabled {
  background-color: transparent !important;
  pointer-events: none;
}
.xenon-fontList > option {
  height: 26px !important;
  padding: 9px 3px 0px 11px;
  margin-left: -10px !important;
  cursor: pointer;
}
.xenon-fontList:focus {
  outline: 0;
}
.xenon-exportDrawing-path {
  border: 1px solid black !important;
  font-size: 11px !important;
  top: -25px;
  padding: 5px;
  width: 238px !important;
  height: 20px !important;
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  display: inline-block;
}
.xenon-exportDrawing-pbBrowser {
  position: relative;
  left: 257px;
  top: -95px;
}
.xenon-exportDrawing-destTab [data-object-name="label"] {
  position: relative;
}
[data-object-name="CFxTableEditToolBar"] [data-object-name="tbDataType"] img {
  width: 31px;
  height: 16px;
  padding: 2px;
  margin: -3px;
  margin-botton: -11px;
}
.xenon-hatch-outerLabel,
.xenon-hatch-normalLabel,
.xenon-hatch-ignoreLabel {
  height: 40px;
  width: 40px;
  position: relative;
}
.xenon-hatch-outerLabel {
  left: 6px;
}
.xenon-hatch-normalLabel {
  left: 38px;
}
.xenon-hatch-ignoreLabel {
  left: 60px;
}
.xenon-dataTypeMenu-checkMark {
  background-image: url(qtresources/TableEdit/checkmark.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 1px;
}
[data-object-name="NoteContextMenus"] {
  width: 155px;
}
[data-object-name="CFxTableEditToolBar"] [data-object-name="tbDataType"].xenon-textEditorButton.disabled {
  opacity: 0.3;
}
[data-object-name="groupPanel_Text"] [data-object-name="Precision"].XePropertyContentRowItem {
  padding-left: 1px;
}
.selected-menuItem {
  background-color: #010101 !important;
  color: #FFFFFF !important;
}
[data-object-name="xenon-sheet-optionMenu"] .Wt-icon {
  -webkit-filter: invert(100%) !important;
  filter: invert(100%) !important;
}
.dropdown-menu li > a:hover,
.dropdown-submenu:hover > a {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #1F2022;
  -webkit-tap-highlight-color: transparent !important;
  background-image: -webkit-linear-gradient(top, #646464, #646464);
  background-image: -o-linear-gradient(top, #646464, #646464);
  background-image: linear-gradient(to bottom, #646464, #646464);
  background-repeat: repeat-x;
}
.fxdcl-Button {
  text-align: center;
  line-height: normal;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  position: relative;
  top: -35px !important;
}
.fxdcl-Button:hover {
  background-color: #1D1E20 !important;
  color: #FFFFFF;
}
.fxdcl-CheckBox .XeIcon {
  align-items: end !important;
  padding-top: 0px;
  display: flex;
  box-sizing: unset;
  position: relative;
  top: -35px !important;
}
.fxdcl-noborder legend {
  border: 0;
}
.dcl-dialog {
  user-select: none;
  pointer-events: auto;
  height: 300px !important;
  width: 300px !important;
}
.dcl-dialog .dialog-layout {
  max-height: 100%;
  max-width: 100%;
}
.dcl-dialog .XeDialogBody {
  position: relative;
  overflow: auto !important;
  scrollbar-width: thin;
}
.fxdcl-EditBox {
  position: relative;
  top: -35px !important;
}
.dcl-dialog .fxdcl-noborder {
  width: 0px !important;
  height: 0px !important;
}
.fxdcl-Text {
  margin-top: -15px;
}
[data-object-name="comboBoxFileName"],
[data-object-name="comboBoxFileName_Menu"] {
  width: 200px !important;
}
[data-object-name="cloudZoomLayout"] [data-object-name="tbTotalCloud"] {
  margin-left: -10px;
}
[data-object-name="cloudZoomLayout"] [data-object-name="leCurrentCloud"] {
  margin-top: 10px;
}
[data-object-name="cloudZoomLayout"] [data-object-name="lCloudSeparator"] {
  margin-top: 30px;
}
[data-object-name="CFxQtWidgetOptionsUnitSystem"] [data-object-name="pbWest"] span,
[data-object-name="CFxQtWidgetOptionsUnitSystem"] [data-object-name="pbSouth"] span,
[data-object-name="CFxQtWidgetOptionsUnitSystem"] [data-object-name="pbEast"] span,
[data-object-name="CFxQtWidgetOptionsUnitSystem"] [data-object-name="pbNorth"] span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -11px;
  left: -5px;
}
[data-uid="RCB_DOWNLOAD_DWG"] img,
[data-uid="RCB_DOWNLOAD_DXF"] img,
[data-uid="RCB_DOWNLOAD_PDF"] img {
  max-width: 20px !important;
  max-height: 20px !important;
}
[data-uid="RCB_BIM_DIMEDIT_ADDPOINT"] {
  padding-left: 10px !important;
}
[data-object-name="CFxQtWidgetOptionsGeneralDisplayDE"] {
  display: flex;
  justify-content: space-around;
  height: 220px;
}
.xenon-ElementColors-leftLayout {
  width: 233px;
  height: 113px;
  position: relative;
  top: 20px;
  left: -23px;
}
.xenon-ElementColors-rightLayout {
  position: relative;
  left: -87px;
  top: 21px;
  height: 197px;
  width: 192px;
}
.xenon-ElementColors-rightLayout .XeLabel {
  position: relative;
  left: -18px;
}
.xenon-ElementColors-colorBox {
  width: 192px !important;
  height: 37px;
  position: relative;
  left: -20px;
  top: -17px;
}
.xenon-ElementColors-resetAll {
  width: 192px !important;
  background: #141518;
  color: white;
  position: relative;
  top: -20px;
  left: -20px;
}
.xenon-ElementColors-highLightColor {
  width: 178px;
  height: 23px;
  background: #141518;
  color: white;
  padding: 7px;
  position: relative;
  top: -8px;
}
.xenon-ElementColors-resetSelectedItem {
  width: 192px !important;
  background: #141518;
  color: white;
  padding: 7px;
  position: relative;
  top: -10px;
  top: -32px;
  left: -20px;
}
.xenon-ElementColors-colorBox img {
  margin-top: -43px !important;
}
.xenon-ElementColors-leftLayout .XeLabel {
  position: relative;
  left: -10px;
}
.xenon-ElementColors-listWidget {
  border: 1px solid black;
  width: 224px;
  background-color: #333538;
  position: relative;
  top: 7px;
  outline: none;
  box-shadow: none;
  height: 88px !important;
  outline: none !important;
}
.xenon-ElementColors-listWidget option {
  height: 33px;
  width: 210px;
  align-content: center;
  border: 1px solid black;
  color: white;
  text-indent: 7px;
  margin: 5px;
  font-size: 12px;
  font-weight: 400;
}
.xenon-ElementColors-listWidget option:checked {
  color: white;
  background: linear-gradient(#000000, #000000);
  -webkit-text-fill-color: white;
}
