.diagram {
  position: relative;
}
.t {
  position: relative;
  border-radius: 3px;
  box-shadow: 4px 4px 8px -8px black;
  outline: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 10 !important;
  margin: 0px;
  display: flex;
  flex-direction: column;
  min-height: 44px;
  min-width: 150px;
  min-width: fit-content;
}
path {
  z-index: 10 !important;
}
.tMoon {
  overflow: unset;
}
.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;
  outline: 1px solid transparent;
  z-index: 5;
  margin: 0px;
  display: flex;
  flex-direction: column;
  min-height: 24px;
  min-width: 50px;
  cursor: move;
}
.im-n *,
.im-n-other * {
  cursor: move;
}
.im-n-sa {
  position: absolute;
  outline: 1px solid transparent;
  z-index: 1;
  margin: 0px;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  min-width: 150px;
  min-height: 50px;
}
.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;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: all !important;
  cursor: move;
  min-width: 150px;
  min-height: 24px !important;
  max-height: 24px;
  display: grid;
}
.im-n-sa-header-text {
  padding: 4px 10px;
  font-size: 12px;
  position: relative;
}
.subject-area-subjectAreaSwimpool,
.subject-area-subjectAreaSwimlane,
.subject-area-subjectAreaSwimpool.subject-area-box,
.subject-area-subjectAreaSwimlane.subject-area-box {
  min-width: 150px;
  min-height: 140px;
}
.subject-area-header {
  margin: 0px;
}
.subject-area-subjectAreaSwimlane.subject-area-header-extra {
  min-height: 118px;
}
.subject-area-header-subjectAreaDefault {
  margin: 0;
  position: absolute;
  border-radius: 3px;
  outline: 2px solid transparent;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: all !important;
  cursor: move;
  min-width: 150px;
  min-height: 24px !important;
  max-height: 180px !important;
  display: grid;
}
.subject-area-header-subjectAreaSwimpool {
  margin: 0;
  position: absolute;
  border-radius: 3px;
  outline: 2px solid transparent;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: all !important;
  cursor: move;
  min-width: 150px;
  min-height: 40px !important;
  max-height: 180px !important;
  display: grid;
}
.subject-area-header-subjectAreaSwimpool .subject-area-header {
  display: grid;
  text-align: center;
  width: auto;
  font-size: 14px;
  grid-template-rows: 1fr;
  align-items: center;
  padding: 0 10px;
}
.subject-area-header-subjectAreaSwimlane,
.subject-area-header-subjectAreaSwimlane .subject-area-header {
  display: none;
}
.subject-area-subjectAreaDefault.subject-area-box > div {
  padding-top: 34px;
}
.subject-area-subjectAreaSwimpool.subject-area-box > div {
  padding-top: 46px;
}
.subject-area-subjectAreaSwimlane.subject-area-box > div {
  padding-top: 20px;
  padding-left: 50px;
}
.subject-area-header-extra {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  position: absolute;
  top: 1px;
  bottom: 0px;
  left: 3px;
  text-align: center;
  padding: 5px;
  background: rgba(0, 0, 0, 0.2);
  margin: 5px;
  min-width: unset !important;
  display: grid;
  font-size: 14px;
}
.im-n-sa-header-selectmoveall {
  display: none;
  width: 15px;
  height: 20px;
  position: absolute;
  left: -25px;
  top: 0px;
  background: #222;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  cursor: move;
  color: #ddd !important;
  padding: 3px 5px;
}
.subject-area-header-extra .im-n-sa-header-selectmoveall {
  position: absolute;
  left: 40px;
  top: calc(100% - 20px);
  transform: rotate(180deg);
  width: 20px;
}
.im-n-sa-header-contained {
  width: 15px;
  height: 19px;
  left: -24px;
  top: 0px;
  padding: 2px 3px;
  background: transparent;
}
.im-n-sa-header:hover .im-n-sa-header-selectmoveall,
.sel-item-diagram .im-n-sa-header-selectmoveall {
  visibility: visible !important;
  display: block;
}
.im-n-sa-header-selectmoveall i {
  color: #ddd !important;
}
.im-n-sa-header-contained i {
  color: #ccc !important;
}
.im-diagram-actions-panel {
  position: fixed;
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  margin-top: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 0 2px 2px 2px;
}
.im-diagram-action-icon {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px;
  display: inline-block;
  right: 0;
  width: 25px;
  height: 25px;
  margin-top: 2px;
  opacity: 0.8;
}
.im-diagram-action-icon:hover {
  cursor: pointer;
  opacity: 1;
}
.im-diagram-action-icon i {
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 5px;
  right: 0;
  width: 15px;
  height: 15px;
  font-size: 15px;
}
#diagramDraggableAll {
  cursor: move;
}
@media print {
  .im-n-sa-header-selectmoveall,
  .im-diagram-actions-panel,
  #diagramDraggableAll {
    display: none !important;
  }
  .im-n-sa-header {
    cursor: pointer;
  }
}
.im-n-other {
  position: relative;
  border-radius: 3px;
  outline: 1px solid transparent;
  z-index: 8;
  margin: 0px;
  display: flex;
  flex-direction: column;
  min-width: 150px;
  min-height: 44px;
}
.im-asset-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.im-asset-component-wrapper-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.im-asset-component-wrapper-right {
  max-width: 24px !important;
  height: 24px !important;
  position: relative;
  padding: 8px 12px;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  align-items: center;
}
.im-asset-component-wrapper-below {
  position: relative !important;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 60px;
}
.im-asset-component-wrapper-below .asset-component-root-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.im-asset-item .asset-component-root-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
}
.im-n-other-asset {
  min-width: unset;
  min-height: unset;
}
.im-asset-cat {
  display: grid !important;
  overflow: hidden !important;
  font-size: 13px;
  position: relative;
  border-radius: 4px;
  background-repeat: no-repeat !important;
}
.im-asset-cat-text-right {
  grid-template-rows: 1fr !important;
  grid-template-columns: auto 1fr !important;
  text-align: left !important;
  align-items: center !important;
  min-width: 80px !important;
  min-height: 40px !important;
  width: 100%;
  height: 100%;
}
.im-asset-cat-text-below {
  grid-template-rows: 1fr auto !important;
  grid-template-columns: 1fr !important;
  text-align: center;
  align-items: end !important;
  overflow: hidden !important;
  position: relative;
  width: 100%;
  height: 100%;
}
.im-asset-name {
  text-align: center !important;
  z-index: 1;
  padding: 4px 8px;
}
.im-asset-cat-text-right .im-asset-name {
  text-align: left !important;
  padding: 8px 14px 8px 0px;
}
.im-asset-name {
  text-align: center;
  font-size: 12px;
  display: block;
  align-self: center;
  white-space: pre-wrap;
}
.im-asset-item {
  min-width: unset !important;
  min-height: unset !important;
}
.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: 0px;
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
}
.t a,
.im-n a,
.im-tp a {
  text-decoration: none;
  color: black;
}
.sel-item-sa {
  z-index: 2;
}
#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: move;
  background: #666;
  color: #fff;
  height: 22px;
  min-width: fit-content;
  white-space: nowrap;
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  justify-items: center;
}
.dGraphicsHeaderMoon {
  min-width: unset;
  overflow: hidden;
}
.dGraphicsNestedHeader {
  min-width: fit-content;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  justify-items: center;
}
.dGraphicsHeader.dGraphicsNestedHeader .dTableName {
  padding-top: 3px;
}
.dNestedLink {
  content: ' ';
  display: block;
  height: 1px;
  border-top: 2px dotted #ccc;
  position: absolute;
  top: 10px;
  left: -40px;
  width: 40px;
  z-index: -1;
}
.dTableName {
  padding: 3px 0 1px 3px;
  cursor: move;
  user-select: none;
  font-weight: 700;
}
.dGraphicsNestedHeader .dTableName {
  font-weight: 400;
  text-shadow: none;
  padding: 0 12px;
  font-size: 12px;
}
.dTableNameLight {
  padding: 3px 0 1px 3px;
  cursor: move;
  user-select: none;
  font-weight: 700;
}
.dGraphicsLeftTop {
  margin-right: auto;
  padding: 2px 4px;
  z-index: 999;
}
.dGraphicsRightTop {
  margin-left: auto;
  padding: 2px 4px;
}
.im-tp .dGraphicsHeader {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  cursor: move;
  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;
}
.dCols,
.im-n-text {
  padding: 2px 4px;
  font-size: 13px;
  overflow: auto;
  min-height: auto;
  min-width: auto;
  color: #fff;
  background: #404040;
  /*resize: both;
	*/
  user-select: none;
  flex-grow: 1;
}
.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,
.im-table-customizations-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: $text-color-secondary;
	*/
}
.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 {
  color: #ccc;
  font-size: 12px;
  padding: 1px 5px;
  /*color: $text-color-secondary;
	*/
  font-size: 12px;
  /*background: $cols-bg;
	*/
  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: 70px;
  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-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-col-high > .tree__mini__clickable {
  background: rgba(240, 188, 77, 0.2);
  border-radius: 4px;
  position: relative;
  left: -3px;
  padding-left: 3px;
  padding-right: 1px !important;
  max-height: 14px;
}
.im-n-text p {
  margin: 0;
}
.im-n-text a {
  color: #2196f3;
  cursor: pointer !important;
}
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 auto auto 20px;
}
.dRow-selected {
  background: #0267b7;
  color: white;
  border-radius: 4px;
  position: relative;
  left: -3px;
  padding-left: 3px;
  padding-right: 1px !important;
  color: #eee;
}
.dRow:hover {
  /*background: rgba(171, 219, 255, 0.5);
	*/
}
.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: 0;
}
.dCol:nth-of-type(3) {
  font-style: italic;
  /*color: $datatype;
	*/
  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) {
  /*animation: im-bg-diagram-sel 0.4s forwards;
	*/
  /*box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
	*/
  transition: box-shadow 0.4s;
}
.sel-item-diagram,
.sel-item-diagram-multi,
.sel-item-diagram-multi:focus,
.sel-item-diagram-multi:focus-visible,
.sel-item-diagram:hover {
  z-index: 100 !important;
  box-shadow: 0 0 8px -2px #666;
  outline: 2px solid #2196f3 !important;
  outline-offset: 0px;
  height: fit-content;
}
.sel-item-diagram-multi.sel-item-diagram:not(
    .subject-area-header-extra
  )::after {
  content: 'ACTIVE';
  font-size: 9px;
  padding: 1px 8px;
  text-align: center;
  display: block;
  width: auto;
  height: 12px;
  position: absolute;
  top: -16px;
  left: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #2196f3;
  color: white;
  letter-spacing: 1px;
}
.im-expander {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 12px;
  height: 16px;
  text-align: right;
}
.res {
  display: none;
}
.sel-item-diagram-multi .res {
  display: none;
}
.sel-item-diagram .res {
  display: block;
  pointer-events: all;
}
marker path {
  stroke-width: 1;
}
path {
  /*stroke: #000;
	*/
  fill: none;
  stroke-width: 1;
  /*filter: drop-shadow( 0px 0px 1px #999 );
	*/
  cursor: pointer;
}
circle.relationCardinality {
  fill: #585858;
  stroke: #ddd;
  stroke-width: 1;
}
#svgMain {
  position: absolute;
  background: linear-gradient(45deg, #f2f2f2, #ddd, #f2f2f2, #eee);
  background: #585858;
  border: 0;
  z-index: 2;
  background-repeat: repeat !important;
}
.sel-relation-diagram {
  stroke: #000;
  /*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-meteor {
  stroke-dasharray: 3;
}
.rboth-meteor {
  stroke-dasharray: 10, 5, 2, 2, 2, 5;
}
.rCardinality {
  font-size: 10px;
  fill: #eee;
  color: #eee;
}
.rLineGraphicsCaption {
  font-size: 12px;
}
.rCardinalityBg {
  font-size: 10px;
  stroke-width: 4px;
  fill: #333;
  stroke: #333;
}
.im-t-r {
  /*display: table-row;
	*/
  /*height: 18px;
	*/
}
.im-t-r-MONGODB,
.im-t-r-MONGOOSE {
  grid-template-columns: 25px fit-content(150px) 1fr minmax(auto, 24px) minmax(
      auto,
      16px
    );
}
.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 !important;
  padding-bottom: 1px;
}

.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-embedded {
  padding-left: 0;
  grid-column: span 4;
  position: absolute;
  left: 100%;
  border-radius: 4px;
  width: max-content;
  margin-left: 20px;
}
.im-embedded > div {
  background: #404040;
  box-shadow: 4px 4px 8px -8px black;
  outline: 1px solid rgba(0, 0, 0, 0.3);
}
.dCols > div > .im-embedded {
  margin-left: 40px;
}
.im-the-ghost {
  color: transparent !important;
  margin-left: 0px;
  padding-right: 0px;
}
.im-the-ghost-hidden {
  position: absolute;
  max-height: 0;
  overflow: hidden;
}
.im-the-ghost .im-icon-key,
.im-the-ghost .im-mini-PK,
.im-the-ghost .im-mini-PFK,
.im-the-ghost .im-mini-FK {
  display: none;
}
.im-the-ghost .tree__mini__selected {
  background: rgba(0, 0, 0, 0.08);
  color: transparent;
  left: 0;
  margin-top: 2px;
  max-height: 10px;
  min-height: 8px;
  max-width: 50px;
}
.emb-selected > div {
  outline: 2px solid #2196f3 !important;
  outline-offset: -2px;
  border-radius: 2px;
}
.emb-selected-box > div {
  outline: 2px solid darkorange !important;
  outline-offset: -2px;
  border-radius: 2px;
}
.im-the-ghost .dGraphicsNestedHeader,
.im-the-ghost .im-embedded,
.im-the-ghost .im-mini,
.im-the-ghost .im-col-list,
.im-the-ghost .im-col-object-left,
.im-the-ghost .im-col-object-right {
  display: none;
}
.im-the-ghost .tree__mini__clickable {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-top: 2px;
  max-height: 10px;
  min-height: 8px;
  max-width: 50px;
}
.im-embedded-thin {
  background: rgba(0, 0, 0, 0.06);
  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-add-note-decorator {
  position: absolute;
  height: 100px;
  width: 100px;
  left: 50px;
  top: 50px;
  border: 1px dotted #ccc;
  z-index: 9999;
}
.im-other-object {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 7px;
  padding-bottom: 6px;
}
.im-other-object-type {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  opacity: 0.6;
  text-transform: uppercase;
}
.im-conceptual-inheritance .im-other-object-name {
  display: none;
}
.im-conceptual-relationship .im-other-object-name,
.im-conceptual-relationship-identifying .im-other-object-name {
  padding: 10px 25px;
}
.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;
}
.im-z-index-4 {
  z-index: 4 !important;
  pointer-events: none;
}
.sel-item-diagram.im-z-index-4,
.sel-item-diagram-multi.im-z-index-4 {
  z-index: 100 !important;
  pointer-events: none;
}
.sel-item-diagram.im-z-index-4 div,
.sel-item-diagram-multi.im-z-index-4 div,
.im-z-index-4 div {
  visibility: hidden;
}
.im-pointer-events-none {
  pointer-events: none;
}
.im-pointer-events-all {
  pointer-events: all;
}
.im-colorbox {
  width: 14px;
  height: 14px;
  border-radius: 2px;
}
.im-yes {
  color: lawngreen !important;
}

.note-box table {
  width: 100%;  
}

.note-box td, .note-box th {
  padding: 4px 8px;
}

.note-box tr:nth-child(odd) {
  background: rgba(0,0,0, 0.03);
}

.note-box tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.07);
}

.note-box thead tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}

.note-box thead tr:nth-child(odd) th {
  border-bottom: 1px solid rgba(0,0,0,0.3);
}

.note-box blockquote {
  padding-left: 10px;
  border-left: 5px solid rgba(0,0,0,0.2);
}

@media print {
  .dTableName {
    padding: 3px 0 1px 3px;
    cursor: move;
    user-select: none;
    font-weight: 700;
    text-shadow: none;
  }
  .t,
  .im-embedded > div {
    box-shadow: none;
  }
  .sel-item-diagram,
  .sel-item-diagram-multi {
    box-shadow: none !important;
    outline: none !important;
    outline: 1px solid rgba(0, 0, 0, 0.3) !important;
  }
  .im-n-other {
    box-shadow: none !important;
    outline: none !important;
  }
  .sel-relation-diagram-bg {
    stroke: rgba(0, 0, 0, 0.01);
  }
  #svgMain {
    background-image: none !important;
  }
  .diagram {
    overflow: hidden;
  }
}
