@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./assets/open-sans-v17-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('./assets/open-sans-v17-latin-ext_latin-regular.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('./assets/open-sans-v17-latin-ext_latin-regular.woff2')
      format('woff2'),
    /* Super Modern Browsers */
      url('./assets/open-sans-v17-latin-ext_latin-regular.woff') format('woff'),
    /* Modern Browsers */
      url('./assets/open-sans-v17-latin-ext_latin-regular.ttf')
      format('truetype'),
    /* Safari, Android, iOS */
      url('./assets/open-sans-v17-latin-ext_latin-regular.svg#OpenSans')
      format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('./assets/open-sans-v17-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('./assets/open-sans-v17-latin-ext_latin-600.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('./assets/open-sans-v17-latin-ext_latin-600.woff2')
      format('woff2'),
    /* Super Modern Browsers */
      url('./assets/open-sans-v17-latin-ext_latin-600.woff') format('woff'),
    /* Modern Browsers */ url('./assets/open-sans-v17-latin-ext_latin-600.ttf')
      format('truetype'),
    /* Safari, Android, iOS */
      url('./assets/open-sans-v17-latin-ext_latin-600.svg#OpenSans')
      format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./assets/open-sans-v17-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('./assets/open-sans-v17-latin-ext_latin-700.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('./assets/open-sans-v17-latin-ext_latin-700.woff2')
      format('woff2'),
    /* Super Modern Browsers */
      url('./assets/open-sans-v17-latin-ext_latin-700.woff') format('woff'),
    /* Modern Browsers */ url('./assets/open-sans-v17-latin-ext_latin-700.ttf')
      format('truetype'),
    /* Safari, Android, iOS */
      url('./assets/open-sans-v17-latin-ext_latin-700.svg#OpenSans')
      format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Mono"),  
      url("./assets/RobotoMono-VariableFont_wght.ttf")
      format("truetype"),  
}

html,
body {
  margin: 0;
  overflow: hidden;
}

html,
body,
#root,
.app-layout,
.aside-left,
.aside-right,
.diagram {
  height: 100%;
  width: 100%;
}

.diagram {
  overflow: auto;
}

.main-area {
  height: 100%;
  width: 100%;
}

html,
body,
div,
p,
span,
a,
td,
ul,
li {
  font-family: 'Open Sans', 'Exo';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 4px 0;
  margin: 0;
  font-family: 'Open Sans', 'Exo';
  font-weight: 400;
}

h1 strong,
h1 b,
h2 strong,
h2 b,
h3 strong,
h3 b,
h4 strong,
h4 b,
h5 strong,
h5 b,
h6 strong,
h6 b {
  font-weight: 700;
}

p {
  padding: 1px 0;
  font-size: 12px;
}

.im-n-text p {
  padding: 0;
  font-size: 12px;
}

.diagram {
  position: relative;
}

.t {
  position: relative;
  border-radius: 3px;
  box-shadow: 4px 4px 8px -8px black;
  border: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 10 !important;
  margin: 1px;
  display: flex;
  flex-direction: column;
  min-height: 44px;
  min-width: 150px;
  min-width: fit-content;
}

path {
  z-index: 10 !important;
}

.t-max-content {
  min-width: max-content;
}

.t-fixed-min {
  min-width: 150px;
}

.drgbl:after {
  content: '';
  display: inline-block;
  opacity: 0;
  height: 20px;
  width: 1px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.im-n {
  position: relative;
  border-radius: 3px;
  border: 1px solid transparent;
  z-index: 5;
  margin: 1px;
  display: flex;
  flex-direction: column;
  min-height: 24px;
  min-width: 50px;
}

.im-n-sa {
  position: absolute;
  border-radius: 3px;
  border: 1px solid transparent;
  z-index: 1;
  margin: 1px;
  display: flex;
  flex-direction: column;
  min-width: 150px;
  min-height: 50px;
  top: 0;
  left: 0;
}

.im-n-sa > div {
  padding: 10px;
  padding-top: 30px;
}

.im-n-sa-type {
  min-width: 150px;
  min-height: 50px;
}

.im-n-sa-type > div {
  padding: 10px;
  padding-top: 30px;
}

.im-n-sa-header {
  position: absolute;
  border-radius: 3px;
  border: 1px solid transparent;
  z-index: 10;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: all !important;
  cursor: move;
  min-width: 150px;
  min-height: 24px !important;
  max-height: 24px;
}

.im-n-sa-header-text {
  padding: 4px 10px;
  font-size: 12px;
}

.im-n-other {
  position: relative;
  border-radius: 3px;
  border: 1px solid transparent;
  z-index: 8;
  margin: 1px;
  display: flex;
  flex-direction: column;
  min-width: 150px;
  min-height: 44px;
}

.sel-item-sa {
  z-index: 2;
}

.im-n img {
  max-width: 100%;
}

.im-tp {
  position: absolute;
  background: #fff;
  border-radius: 3px;
  box-shadow: 4px 4px 8px -8px black;
  border: 1px dashed #666;
  overflow: auto;
  z-index: 1;
  margin: 1px;
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
}

.t a,
.im-n a,
.im-tp a {
  text-decoration: none;
  color: black;
}

#mainHtmlCanvas {
  transform-origin: 0 0;
}

.watermark {
  opacity: 0.25;
  width: 200px;
  height: 200px;
}

.dGraphicsHeader {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  cursor: pointer;
  background: #666;
  flex-grow: 0;
  flex-shrink: 0;
  height: 22px;
  min-width: fit-content;
  white-space: nowrap;
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  justify-items: center;
}

.dTableName {
  padding: 3px 0 1px 3px;
  user-select: none;
  font-weight: 700;
  text-shadow: 0 0 1px #000;
}

.dTableNameLight {
  padding: 3px 0 1px 3px;
  user-select: none;
  font-weight: 700;
}

.dGraphicsLeftTop {
  margin-right: auto;
  padding: 2px 4px;
}

.dGraphicsRightTop {
  margin-left: auto;
  padding: 2px 4px;
}

.im-tp .dGraphicsHeader {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  cursor: pointer;
  background: #666;
  flex-grow: 0;
  flex-shrink: 0;
  color: #fff;
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  justify-items: center;
}

.im-tp .dTableName {
  padding: 1px 0 1px 0;
  cursor: move;
  user-select: none;
  text-align: left;
}

.t a.gr {
  background: #404040;
  display: flex;
  flex-direction: column;
  height: 100%;
  user-select: none;
  flex-grow: 1;
  overflow: hidden;
  cursor: pointer;
}

.dCols,
.im-n-text {
  padding: 2px 4px;
  font-size: 13px;
  overflow: auto;
  min-height: auto;
  min-width: auto;
  user-select: none;
  flex-grow: 1;
  cursor: pointer;
}

.dCols-report {
  margin-top: 20px;
  grid-column: span 4;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* .im-n-text {
  overflow: hidden;
} */

.im-n-text-nowrap div,
.im-n-text-nowrap p,
.im-n-text-nowrap h1,
.im-n-text-nowrap h2,
.im-n-text-nowrap h3,
.im-n-text-nowrap h4,
.im-n-text-nowrap h5,
.im-n-text-nowrap h6,
.im-n-text-nowrap ul,
.im-n-text-nowrap ol {
  white-space: nowrap;
}

.im-table-columns-displayed {
  opacity: 1;
}

.im-table-columns-hidden {
  opacity: 0;
  max-height: 1px;
  overflow: hidden;
}

.im-table-descriptions-hidden,
.im-table-indexes-hidden {
  display: none;
}

.im-table-descriptions-displayed {
  display: block;
  margin-top: 5px;
  margin-bottom: 3px;
}

.im-table-indexes-displayed {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  color: #ccc;
}

.im-table-descriptions-displayed {
  padding: 5px;
  position: absolute;
  top: 100%;
  margin-bottom: 40px;
}

.im-table-descriptions-displayed div,
.im-table-descriptions-hidden div {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;

  font-size: 12px;
}

.dCols-desc pre {
  white-space: pre-wrap;
  padding: 5px;
  font-size: 13px;
  font-family: 'Courier New', 'Roboto Mono', Courier, monospace;
  overflow: auto;
  margin: 0;
  color: beige;
}

.dCols-desc-nowrap pre {
  white-space: revert;
}

.im-n-text p {
  margin: 0;
}

.im-n-text a {
  color: #2196f3;
}

pre.im-n-text {
  padding: 0;
  margin: 0;
  font-family: 'Open sans';
}

.im-tp-text {
  padding: 5px 4px 2px 4px;
  font-size: 13px;
  overflow: auto;
  min-height: auto;
  min-width: auto;
  color: #555;
  user-select: none;
  flex-grow: 1;
}

.dRow {
  display: grid;
  grid-template-columns: 25px fit-content(150px) 1fr minmax(auto, 24px);
  border-radius: 2px;
  min-height: 18px;
}

.dRow-thin {
  grid-template-columns: 5px fit-content(150px) 1fr auto 200px 200px;
}

#diagram .dRow-thin {
  grid-template-columns: 5px fit-content(150px) 1fr minmax(auto, 24px);
}

.dCol {
  margin-right: 0;
  font-size: 12px;
  min-height: 17px;
}

.dItem {
  font-size: 12px;
  min-height: 17px;
  padding: 0 2px 0;
}

.dCol:nth-of-type(2),
.dCol:nth-of-type(3) {
  white-space: nowrap;
  margin-right: 0;
  font-weight: 400;
  margin-right: 0px;
}

.dCol:nth-of-type(3) {
  font-style: italic;
  padding-left: 4px;
  padding-right: 10px;
  text-align: right;
  margin-left: 10px;
}

.dCol:last-of-type {
  margin-right: auto;
  padding-left: 5px;
}

.t:hover:not(.sel-item-diagram),
.im-n:hover:not(.sel-item-diagram) {
  transition: box-shadow 0.4s;
}

.sel-item-diagram,
.sel-item-diagram-multi,
.sel-item-diagram:hover {
  z-index: 100;
  outline: none;
  outline-offset: 0px;
  border: 1px solid transparent;
}

.res {
  display: none;
}

.sel-item-diagram-multi .res {
  display: none;
}

.sel-item-diagram .res {
  display: block;
}

marker path {
  stroke-width: 1;
}

path {
  fill: none;
  stroke-width: 1;
  cursor: pointer;
}

circle.relationCardinality {
  fill: #585858;
  stroke: #ddd;
  stroke-width: 1;
}

#svgMain {
  position: absolute;
  border: 0;
  z-index: 2;
}

.sel-relation-diagram {
  stroke: #000;
}

.sel-relation-diagram-arrow {
  fill: #000;
}

.relation-diagram-bg {
  stroke: rgba(0, 0, 0, 0.01);
  stroke-width: 5px;
  z-index: 0;
}

.sel-relation-diagram-bg {
  stroke: #3faaff;
}

text,
tspan {
  user-select: none;
  cursor: pointer;
}

.rbelongs {
  /*stroke-dasharray: 3;*/
}

.rboth {
  /*stroke-dasharray: 10, 5, 2, 2, 2, 5;*/
}

.rCardinality {
  font-size: 10px;
  fill: #eee;
  color: #eee;
}

.rLineGraphicsCaption {
  font-size: 12px;
  fill: #eee;
  color: #eee;
}

.rCardinalityBg {
  font-size: 10px;
  stroke-width: 4px;
  fill: #333;
  stroke: #333;
}
.im-t-c {
  display: table-cell;
}

.im-t-c:not(:nth-of-type(1)):not(:nth-of-type(3)) {
  padding-right: 4px;
}

.im-mini {
  font-size: 11px;
  padding-bottom: 1px;
}

.im-mini-PK,
.im-mini-PI {
  background: #ff0000;
  font-size: 10px;
  padding: 0 2px;
  border-radius: 2px;
  margin-right: 5px;
  color: #fff;
  text-align: center;
  position: relative;
  top: 2px;
}

.im-mini-PFK,
.im-mini-PL {
  background: #2196f3;
  font-size: 10px;
  padding: 0 2px;
  border-radius: 2px;
  margin-right: 5px;
  color: #fff;
  text-align: center;
  position: relative;
  top: 2px;
}

.im-mini-FK {
  background: #4caf50;
  font-size: 10px;
  padding: 0 2px;
  border-radius: 2px;
  margin-right: 5px;
  color: #fff;
  text-align: center;
  position: relative;
  top: 2px;
}
.im-mini-IX {
  background: #8f5d00;
  font-size: 10px;
  padding: 0 2px;
  border-radius: 2px;
  margin-right: 5px;
  color: #fff;
  text-align: center;
  position: relative;
  top: 2px;
}

.im-mini-AK,
.im-mini-AI {
  background: #b20da2;
  font-size: 10px;
  padding: 0 2px;
  border-radius: 2px;
  margin-right: 5px;
  color: #fff;
  text-align: center;
  position: relative;
  top: 2px;
}

.im-embedded {
  margin-left: 0;
  padding-left: 0;
  grid-column: span 4;
  border-radius: 2px;
}

.im-embedded-thin {
  background: rgba(0, 0, 0, 0.15);
  margin-left: 14px;
  padding-left: 0px;
}

.im-col-list {
  color: limegreen;
  padding-right: 1px;
  padding-left: 1px;
  font-style: normal;
}

.im-col-object-left {
  color: goldenrod;
  padding-right: 1px;
  font-style: normal;
  display: inline-block;
}

.im-col-object-right {
  color: goldenrod;
  padding-left: 1px;
  font-style: normal;
  display: inline-block;
}

.im-select-decorator {
  position: absolute;
  height: 100px;
  width: 100px;
  left: 50px;
  top: 50px;
  border: 2px dotted #ccc;
  z-index: 9999;
}

.im-other-object {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1px 4px;
}

.im-other-object-type {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  opacity: 0.6;
  text-transform: uppercase;
}

.im-backgroundImageGrid {
  background-image: url(backgroundImageGrid.svg);
}

.im-backgroundImageSquares {
  background-image: url(backgroundImageSquares.svg);
}

.im-backgroundImageTriangles {
  background-image: url(backgroundImageTriangles.svg);
}

.im-backgroundImageBricks {
  background-image: url(backgroundImageBricks.svg);
}


.im-z-index-8 {
  z-index: 8;
}

.sel-item-diagram-multi.im-z-index-4,
.im-z-index-4 {
  z-index: 4 !important;
  pointer-events: none;
}

.sel-item-diagram-multi.im-z-index-4 div,
.im-z-index-4 div {
  visibility: hidden;
}

.im-dropdown ul li.im-dropdown-icon-empty {
  display: grid;
  grid-template-columns: 21px 1fr;
}

.forcedLineColor {
  stroke: white !important;
}

polygon.forcedPolygonFill,
circle.forcedPolygonFill,
tspan.forcedPolygonFill {
  fill: white !important;
  stroke-width: 0;
}

.forcedTransparentFill {
  fill: rgb(51, 51, 51) !important;
}

.im-icon-ResizeBottomRight16 {
  display: none;
}

.group {
  /*background: url(bg-vertical.svg);*/
  background-repeat: repeat-y;
  background-position-x: 20px;
  background-position-y: center;
  background-size: 1px 100%;
}

#diagram #svgMain {
  top: 0px;
  left: 0px;
  background: transparent;
  position: absolute;
  height: 100%;
}

#diagram #mainHtmlCanvas {
  height: 100%;
  transform-origin: 0 0;
}

#diagram {
  height: 100%;
  width: 100%;
  position: relative;
}

.im-position-top-2 {
  position: relative;
  top: -2px;
}

input::placeholder {
  color: #ccc;
  font-style: italic;
  opacity: 0.5;
}

.sel-item-diagram-multi {
  box-shadow: none;
  outline: 0;
}

.sel-item-diagram,
.sel-item-diagram:hover {
  outline: 0;
  box-shadow: 4px 4px 8px -8px black;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

/**/
.im-display-none {
  display: none;
}

.im-display-flex {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}

.im-display-inline-block {
  display: inline-block;
}
.im-text-opacity-50 {
  opacity: 0.4;
}

.mm-section-group {
  display: none;
}
.im-bottom-box .im-customizations-displayed:first-of-type {
  margin-top: 5px;
  padding-top: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dCols .im-customizations-displayed:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.im-customizations-displayed {
  font-size: 12px;
  padding: 1px 5px;
  font-size: 12px;
  width: auto;
  display: block;
  min-width: 140px;
}

.im-customizations-displayed div,
.im-other-customizations-displayed div,
.im-note-customizations-displayed div {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
}

.im-n .ql-editor {
  height: auto;
}

.im-bottom-box {
  padding: 0;
  position: absolute;
  top: 100%;
  margin-bottom: 40px;
  min-width: 150px;
  left: 0;
  right: 0;
  margin: auto;
}

.im-range-caption-wrapper {
  display: flex;
  margin-top: 5px;
  flex-direction: row;
  font-size: 12px;
  text-align: left;
}

.im-table-descriptions-displayed {
  padding: 5px;
}

.im-custom-properties-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-row-gap: 1px;
  grid-column-gap: 5px;
  justify-content: stretch;
  justify-items: stretch;
  padding-bottom: 3px;
}

.im-custom-properties-grid .im-prop-span-2 {
  grid-column: span 2;
}

.aside-right .im-prop-span-2 {
  grid-column: span 2;
}

.im-item-options {
  display: grid;
  grid-gap: 2px;
  grid-template-columns: 1fr 1fr 22px 22px;
  margin-bottom: 2px;
}

.im-item-options-array {
  display: grid;
  grid-gap: 2px;
  grid-template-columns: 1fr 22px 22px;
  margin-bottom: 2px;
}

.im-custom-properties-grid .im-item-options {
  display: grid;
  grid-gap: 2px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2px;
}

.im-custom-properties-grid .im-item-options-array {
  display: grid;
  grid-gap: 2px;
  grid-template-columns: 1fr;
  margin-bottom: 2px;
}

.im-custom-properties-grid .im-item-options > div,
.im-custom-properties-grid .im-item-options-array > div {
  background: rgba(255, 255, 255, 0.1);
  padding: 1px 4px;
  border-radius: 2px;
}

.im-custom-properties-grid div.im-range-indicator {
  display: flex;
  position: relative;
  top: 0;
  max-width: 180px;
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-all;
  margin-bottom: 6px;
}

.im-margin-bottom-xs {
  margin-bottom: 10px;
}

.im-range-indicator {
  display: flex;
  grid-column-gap: 2px;
  width: 100%;
  margin-top: 5px;
  position: absolute;
  top: 26px;
}

.im-range-empty {
  display: inline-block;
  min-width: 4px;
  background: rgba(0, 0, 0, 0.1);
  flex-grow: 1;
  height: 4px;
  border-radius: 2px;
}

.im-range-fill {
  display: inline-block;
  min-width: 4px;
  flex-grow: 1;
  height: 4px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.4);
}
.im-textarea-code {
  min-height: 150px;
  font-family: 'Courier New', 'Roboto Mono', Courier, monospace;
  font-size: 13px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.1);
  color: beige;
  resize: vertical;
}

.im-colorbox {
  width: 14px;
  height: 14px;
  border-radius: 2px;
}

.im-yes {
  color: lawngreen !important;
}

.im-link {
  color: #007add !important;
  text-decoration: none;
}

.im-custom-properties-grid p,
.mm-d-v p {
  font-size: 12px;
  margin: 0;
  padding: 1px 0;
}

.im-trial {
  font-size: 10px;
  text-transform: uppercase;
  padding: 2px 4px !important;
  display: inline-block;
  color: #03a9f4;
}

.im-diagram-actions-panel {
  display: none;
}

/* dark */
/* column graphics */
.im-mini-PK,
.im-mini-PI,
.im-mini-PFK,
.im-mini-PL,
.im-mini-FK,
.im-mini-L,
.im-mini-IX,
.im-mini-AK,
.im-mini-AI,
.im-mini-I,
.im-mini-C,
.im-mini-U {
  font-size: 10px;
  padding: 0 2px;
  border-radius: 2px;
  margin-right: 5px;
  text-align: center;
  position: relative;
}

.im-mini-PK,
.im-mini-PI {
  background: #ff0000;
  color: #fff;
  top: 2px;
}

.im-mini-PFK,
.im-mini-PL {
  background: #2196f3;
  color: #fff;
  top: 2px;
}

.im-mini-FK,
.im-mini-L {
  background: rgb(76, 175, 80);
  color: #fff;
  top: 2px;
}

.im-mini-IX {
  background: #8f5d00;
  color: #fff;
  top: 2px;
}

.im-mini-AK,
.im-mini-AI {
  background: #b20da2;
  color: #fff;
  top: 2px;
}

.im-mini-I {
  background: #ac5f00;
  color: #fff;
  top: 2px;
}

.im-mini-C {
  background: #007c11;
  color: #fff;
  top: 2px;
}

.im-mini-U { 
  background: #0a016d;
  color: #fff;
  top: 2px;
} 

/* diagram */
.diagram-background {
  background-color: #333333;
}

.defs {
  fill: #333;
}

/* lines */

.relationship-line-upper {
  stroke: #eee;
  stroke-width: 1;
}

.relationship-line-lower {
  stroke: #000;
  opacity: 0.1;
  stroke-width: 5;
  filter: none;
}

.relationship-middle-graphics-upper {
  fill: #eee;
}

.relationship-middle-graphics-lower {
  fill: #333;
}

.simple-line-upper {
  stroke: #cccccc;
  stroke-width: 1;
}

.simple-line-lower {
  stroke: #000;
  opacity: 0.1;
  stroke-width: 5;
}

.relationship-name {
  /*filter: drop-shadow(0px 0px 1px #333);*/
  fill: #eee;
}

/* main objects */

.table-box {
  background-color: #404040;
}

.table-header {
  background-color: #03A9F4;
}

.object-header {
  background-color: #b20da2;
}

.table-name {
  color: #fff;
}

.table-area, .object-area {
  background: transparent !important;
  color: #eee;
}

.object-area {
  color: #eee;
}

.col-name {
}

.col-datatype {
  opacity: 0.8;
}

.col-nn {
  opacity: 0.8;
}

/* text objects */
.text-box {
  color: #fff;
}

.note-box {
  color: #fff;
}

.note-box .inner-box {
  color: #fff;
}

.subject-area-box {
  overflow: hidden;
  border: 2px solid transparent;
  color: #eee;
}

.subject-area-header {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}

/* other objects */

.other-box {
  color: #eee;

}

.other-box .inner-box {
  color: inherit;
  background-color: #9C27B0;
}

/* common */

.inner-box {
  border: 1px solid transparent;
}

.item-bottom-box {
  background: transparent;
  color: #ccc;
}

.item-description {
  color: #ccc;
}

.im-customizations-displayed {
  background: transparent;
  color: inherit;
}

/* global objects */

.diagram,
.diagram h1,
.diagram h2,
.diagram h3,
.diagram h4,
.diagram h5,
.diagram h6,
.diagram p,
.diagram div,
.diagram span,
.table-box span,
.table-box div {
}

.sel-item-diagram,
.sel-item-diagram-multi,
.sel-item-diagram-multi:focus,
.sel-item-diagram-multi:focus-visible,
.sel-item-diagram:hover {
  /*box-shadow: 0px 0px 30px -20px #2196f3;*/
  outline: 2px solid #2196f3 !important;
}

.sel-relation-diagram-bg.relationship-line-lower,
.sel-relation-diagram-bg.simple-line-lower {
  stroke: #2196f3 !important;
  filter: none;
  opacity: 1;
}

/* specific */
.im-n-conceptual {
  background: transparent !important;
  border: 1px solid transparent;
}

.tree__item__box {
  color: #eee;
}

@media print {  
  .table-box, .other-box, .other-box .inner-box, .note-box, .note-box .inner-box {
    box-shadow: none !important;
  }
}
