body {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  position: relative;
}
div.app-container.css-filter-support.blur {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
div.canvas-container {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 29px;
  overflow: scroll;
}
canvas#graph {
  margin: 0px;
  padding: 0px;
  background-image: url(./canvas-background-382ddae37df2afda79a647cf643277cc012d079c989b71853f3b9c6f2908c167.png);
}
canvas#graph.hide-grid {
  background-image: none;
}
#upgrade span {
  color: #0a6ebd;
}
#upgrade span:hover {
  color: white !important;
}
.hidden {
  display: none;
}
input#short-link {
  margin-left: 128px;
  width: 60%;
}
table.entity-table.hide {
  display: none;
}
table.entity-table .hide {
  display: none;
}
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #dd355e;
  position: fixed;
  z-index: 3061;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #dd355e, 0 0 5px #dd355e;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 3061;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #dd355e;
  border-left-color: #dd355e;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(
    center,
    ellipse farthest-corner,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0,
    center center,
    100%,
    color-stop(0, rgba(0, 0, 0, 0.4)),
    color-stop(100%, rgba(0, 0, 0, 0.9))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse farthest-corner,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse farthest-corner,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse farthest-corner,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: radial-gradient(
    center,
    ellipse farthest-corner,
    rgba(0, 0, 0, 0.4) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introjs-fixParent {
  z-index: auto !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}
.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: #fff;
  opacity: 0;
}
.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}
.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introjs-helperLayer *,
.introjs-helperLayer :after,
.introjs-helperLayer :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  background: -webkit-linear-gradient(top, #ff3019 0, #cf0404 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ff3019),
    color-stop(100%, #cf0404)
  );
  background: -moz-linear-gradient(top, #ff3019 0, #cf0404 100%);
  background: -ms-linear-gradient(top, #ff3019 0, #cf0404 100%);
  background: -o-linear-gradient(top, #ff3019 0, #cf0404 100%);
  background: linear-gradient(to bottom, #ff3019 0, #cf0404 100%);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.introjs-arrow {
  border: 5px solid transparent;
  content: "";
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-bottom-color: #fff;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color: #fff;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #fff;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color: #fff;
}
.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-left-color: #fff;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: #fff;
}
.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color: #fff;
}
.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: #fff;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-right-color: #fff;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-right-color: #fff;
}
.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: #fff;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px / normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  background-color: #ececec;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f4f4f4),
    to(#ececec)
  );
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  zoom: 1;
  margin-top: 10px;
}
.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0 1px 1px #e3e3e3;
}
.introjs-button:active,
.introjs-button:focus {
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ececec),
    to(#f4f4f4)
  );
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a;
}
.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}
.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}
.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
.introjs-disabled,
.introjs-disabled:focus,
.introjs-disabled:hover {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}
.introjs-hidden {
  display: none;
}
.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #999;
}
.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1;
}
.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}
.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}
.introjs-fixedTooltip {
  position: fixed;
}
.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: 0 0;
  width: 20px;
  height: 15px;
  cursor: pointer;
}
.introjs-hint:focus {
  border: 0;
  outline: 0;
}
.introjs-hidehint {
  display: none;
}
.introjs-fixedhint {
  position: fixed;
}
.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}
.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: 0 0;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}
@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes introjspulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.toast-title {
  font-weight: 700;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #fff;
}
.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
a.action,
span.action {
  color: #336699;
  text-decoration: underline;
  cursor: pointer;
}
a.action.danger,
span.action.danger {
  color: #d00;
}
a.action:focus,
span.action:focus {
  border-bottom: 1px dotted #000;
}
.btn {
  cursor: default;
}
.btn:focus {
  outline: 1px dotted #336699;
}
.btn.primary {
  background-color: #e67e22;
  color: #fff;
  border-color: #bbbbbb;
}
.btn.primary:hover {
  background-color: #e98b39;
  color: white;
}
.btn.btn-danger {
  background-color: #ab3449;
  color: #fff;
  border-color: #bbbbbb;
}
.btn.btn-danger:hover {
  background-color: #bf3a51;
  color: white;
}
input {
  outline: none;
}
input[type="text"],
input[type="password"],
textarea {
  border: 1px solid #aaa;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #555555;
}
input[type="checkbox"]:focus + span {
  text-decoration: underline;
}
input.color {
  border: 1px solid #000000;
}
textarea {
  resize: none;
  outline: none;
}
select {
  border: 1px solid #999999;
  border-radius: none;
}
a.btn,
span.btn,
button.btn {
  height: 24px;
  display: inline-block;
  line-height: 20px;
  border: 1px solid #999999;
  color: #333333;
  cursor: pointer;
  background-color: #c0c0c0;
  vertical-align: middle;
  font-family: sans-serif;
  font-size: 12px;
  border-radius: 2px;
  outline: none;
  box-sizing: border-box;
  padding: 2px 6px 3px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
a.btn:hover,
span.btn:hover,
button.btn:hover {
  background-color: #cdcdcd;
  color: #404040;
}
a.btn:active,
span.btn:active,
button.btn:active {
  background-color: #f3f3f3;
  color: #666666;
}
a.btn[disabled],
span.btn[disabled],
button.btn[disabled] {
  background-color: #aaa;
  transition: none;
  cursor: wait;
}
a.btn:visited,
span.btn:visited,
button.btn:visited {
  text-decoration: none;
}
button.tdbtn {
  height: 24px;
  line-height: 20px;
  border: 1px solid #999;
  color: #333333;
  cursor: pointer;
  background-color: #c0c0c0;
  vertical-align: middle;
  font-family: sans-serif;
  font-size: 12px;
  border-radius: 2px;
  text-shadow: 0px 1px #e2e2e2;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
button.tdbtn[disabled="disabled"] {
  cursor: not-allowed;
  background-color: #a7a7a7;
  text-shadow: none;
}
button.tdbtn[disabled="disabled"]:hover,
button.tdbtn[disabled="disabled"]:active {
  background-color: #a7a7a7;
}
button.tdbtn:hover {
  background-color: #dadada;
  color: #4d4d4d;
}
button.tdbtn:active {
  background-color: #f3f3f3;
  color: #666666;
}
button.tdbtn:disabled:hover {
  background-color: #c0c0c0;
}
ul.color-palette {
  list-style-type: none;
  padding-left: 10px;
}
ul.color-palette span.table-color {
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  cursor: pointer;
}
ul.color-palette span.table-color.selected {
  border: 2px solid #444;
}
ul.color-palette span.table-color.table-color-red {
  background-color: #cc3333;
}
ul.color-palette span.table-color.table-color-blue {
  background-color: #1586d6;
}
ul.color-palette span.table-color.table-color-green {
  background-color: #008000;
}
ul.color-palette span.table-color.table-color-orange {
  background-color: #ff8000;
}
ul.color-palette span.table-color.table-color-purple {
  background-color: #7f007f;
}
ul.color-palette span.table-color.table-color-maroon {
  background-color: #800040;
}
ul.color-palette span.table-color.table-color-ocean {
  background-color: #004080;
}
ul.color-palette span.table-color.table-color-teal {
  background-color: #008080;
}
ul.color-palette span.table-color.table-color-asparagus {
  background-color: #808000;
}
ul.color-palette span.table-color.table-color-strawberry {
  background-color: #ff0080;
}
ul.color-palette span.table-color.table-color-iron {
  background-color: #505050;
}
ul.color-palette span.table-color.table-color-reset {
  background-color: white;
}
ul.color-palette div.color-lines {
  line-height: 1em;
}
ul.color-palette div.color-lines.top-row {
  padding-top: 6px;
  padding-bottom: 4px;
}
ul.color-palette div.color-lines.bottom-row {
  padding-top: 4px;
  padding-bottom: 6px;
}
div.bg {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 7680px;
  height: 4800px;
  overflow: hidden;
  z-index: 4000;
  background: #333;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #e0e0e0 0%,
    #000 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, #e0e0e0),
    color-stop(100%, #000)
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #e0e0e0 0%,
    #000 100%
  );
  background: -o-radial-gradient(center, ellipse cover, #e0e0e0 0%, #000 100%);
  background: -ms-radial-gradient(center, ellipse cover, #e0e0e0 0%, #000 100%);
  background: radial-gradient(ellipse at center, #e0e0e0 0%, #000 100%);
}
div.dialog {
  height: 200px;
  background-color: #ddd;
  border: 10px solid #ccc;
  padding-top: 23px;
  position: fixed;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 4010;
}
div.dialog div.topbar {
  position: absolute;
  background-color: #ccc;
  left: 0px;
  top: 0px;
  height: 23px;
  font-family: "source_sans_prosemibold", sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #444;
  text-align: left;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
div.dialog div.topbar div.buttons {
  position: absolute;
  font-size: 14px;
  color: #666;
  right: 0px;
  top: 0px;
}
div.dialog div.topbar div.buttons span {
  cursor: pointer;
}
div.dialog div.topbar div.buttons span:hover {
  color: #333;
}
div.dialog div.contents {
  background-color: #fff;
  padding: 10px;
  overflow: hidden;
  font-family: "source_sans_proregular", sans-serif;
  position: relative;
  overflow-y: auto;
}
div.dialog div.contents.vertical-scroll {
  overflow-y: scroll;
}
div.dialog div.contents div.loading {
  height: 20px;
  width: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
div.dialog div.contents h3 {
  font-family: "source_sans_prosemibold", sans-serif;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
}
div.dialog div.contents a {
  color: #336699;
}
div.dialog div.contents a.btn {
  color: #313131;
}
div.dialog div.bottombar {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 40px;
  text-align: right;
  border-top: 1px solid #ccc;
}
div.dialog div.bottombar div.left,
div.dialog div.bottombar div.right {
  height: 30px;
  line-height: 30px;
}
div.dialog div.bottombar div.left {
  position: absolute;
  top: 5px;
  left: 10px;
}
div.dialog div.bottombar div.right {
  position: absolute;
  top: 5px;
  right: 10px;
}
div.dialog textarea#message {
  width: 200px;
}
div.dialog .help-content {
  line-height: 1.4em;
}
div.dialog .help-content span.code {
  white-space: nowrap;
  background-color: #dddddd;
  padding: 2px;
  font-family: monospace;
  cursor: default;
  font-size: 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.dialog.shortcuts {
  font-family: "source_sans_proregular", sans-serif;
  font-size: 14px;
}
div.dialog.shortcuts table {
  margin-bottom: 14px;
}
div.dialog.shortcuts th {
  font-family: "source_sans_prosemibold", sans-serif;
  white-space: nowrap;
  text-align: left;
}
div.dialog.shortcuts th.filler-th {
  width: 80px;
}
div.dialog.shortcuts td.shortcut {
  white-space: nowrap;
  vertical-align: top;
  padding: 6px;
  text-align: right;
  font-family: "source_sans_prosemibold", sans-serif;
  font-size: 12px;
}
div.dialog.shortcuts td.shortcut span {
  background-color: #5f5f5f;
  color: #fff;
  padding: 4px;
  line-height: 2em;
  border-radius: 4px;
  cursor: default;
  font-size: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.dialog div.alert,
div.dialog div.notice {
  display: none;
  font-family: "source_sans_proregular", sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 4px 10px;
  color: #ffffff;
}
div.dialog div.alert {
  background-color: #ff5353;
}
div.dialog div.notice {
  background-color: #36933b;
}
div.horizontal-form label.control-label {
  display: inline-block;
  font-size: 14px;
  width: 120px;
  text-align: right;
  margin-right: 5px;
  vertical-align: baseline;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.horizontal-form div.info-text {
  margin-left: 128px;
  font-size: 13px;
  color: #444;
}
div.horizontal-form .field button {
  margin-left: 128px;
}
div.horizontal-form .field a {
  margin-left: 128px;
}
div.horizontal-form .field a.action {
  font-size: 13px;
  display: inline-block;
}
div.horizontal-form .field input[type="text"],
div.horizontal-form .field input[type="password"],
div.horizontal-form .field textarea,
div.horizontal-form .field select {
  padding: 3px;
  margin-bottom: 5px;
}
div.horizontal-form .field select {
  display: inline-block;
}
div.horizontal-form .field textarea {
  vertical-align: top;
}
div.horizontal-form .field label.checkbox-label {
  margin-left: 128px;
  font-size: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.horizontal-form .field.topspace {
  margin-top: 20px;
}
div.horizontal-form .field.topspacelow {
  margin-top: 10px;
}
body.rtl div.dialog div.topbar {
  direction: rtl;
  text-align: right;
  left: auto;
  right: 0px;
}
body.rtl div.dialog div.topbar div.buttons {
  right: auto;
  left: 0px;
}
body.rtl div.dialog div.contents span.dialog-table-caption {
  direction: rtl;
}
body.rtl div.horizontal-form {
  direction: rtl;
}
body.rtl div.horizontal-form input,
body.rtl div.horizontal-form select,
body.rtl div.horizontal-form textarea {
  direction: ltr;
}
body.rtl div.horizontal-form label.control-label {
  text-align: left;
  margin-right: auto;
  margin-left: 5px;
}
body.rtl div.horizontal-form .field a {
  margin-left: auto;
  margin-right: 128px;
}
body.rtl div.horizontal-form .field button {
  margin-left: auto;
  margin-right: 128px;
}
body.rtl div.horizontal-form .field label.checkbox-label {
  margin-left: auto;
  margin-right: 128px;
}
pre.sql {
  display: inline-block;
  vertical-align: top;
  width: 480px;
  margin-top: 0px;
  margin-bottom: 5px;
  overflow: scroll;
  height: 325px;
  background-color: #dadada;
  padding: 5px;
  border: 1px solid #999;
  direction: ltr;
}
textarea.sql {
  width: 300px;
  height: 200px;
}
div.dialog-page.sql-output {
  display: none;
}
div.collaborator-list {
  margin-left: 128px;
  margin-top: 10px;
}
div.collaborator-list ul {
  padding-left: 0px;
}
div.collaborator-list ul li {
  list-style-type: none;
  margin-bottom: 15px;
}
div.collaborator-list ul li img.avatar {
  vertical-align: middle;
}
div.collaborator-list i.delete-collaborator {
  font-size: 10px;
  color: #999;
  cursor: pointer;
}
div.collaborator-list i.delete-collaborator:hover {
  color: #000;
}
div.collaborator-list table {
  width: 100%;
  border-collapse: collapse;
}
div.collaborator-list table thead tr th {
  text-align: left;
  font-weight: 400;
}
div.collaborator-list table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
div.collaborator-list table tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
div.collaborator-list table tbody tr td {
  padding: 6px;
}
span.label-default {
  background-color: #5f5f5f;
  color: #ffffff;
  border-radius: 4px;
  padding: 2px 5px;
  box-sizing: border-box;
  cursor: default;
  font-size: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
span.dialog-table-caption {
  font-family: "source_sans_prosemibold", sans-serif;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
table.schema-list {
  width: 100%;
  border-collapse: collapse;
}
table.schema-list thead tr th {
  text-align: left;
  font-size: 90%;
  font-weight: 400;
  background-color: #e0e0e0;
  padding: 6px;
}
table.schema-list tbody tr:nth-child(even) {
  background-color: #ffffff;
}
table.schema-list tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
table.schema-list tbody tr td {
  padding: 6px;
}
table.schema-list span.table-message {
  text-align: center;
  display: block;
  padding: 10px;
}
body.rtl table.schema-list {
  direction: rtl;
}
body.rtl table.schema-list thead tr th {
  text-align: right;
}
.about-dialog {
  text-align: center;
}
div.entity-note {
  background-color: #ffdc73;
  border: 1px solid #a69100;
  width: 180px;
  height: 130px;
  padding: 5px;
  padding-bottom: 10px;
  overflow: hidden;
  position: absolute;
  font-family: "source_sans_proregular", sans-serif;
  font-size: 13px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
div.entity-note span.content {
  white-space: pre-wrap;
  line-height: 14px;
}
div.entity-note div.ops {
  display: none;
}
div.entity-note div.ops span {
  text-decoration: underline;
  cursor: pointer;
}
div.entity-note div.ops span:hover {
  color: #369;
}
div.entity-note textarea {
  display: none;
  background-color: #ffeca3;
}
div.entity-note.selected {
  outline: 3px dotted #3498db;
}
body.rtl div.entity-note {
  -webkit-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.5);
}
div.selection {
  display: inline-block;
  position: absolute;
  background-color: #527aff;
  border: 2px solid #1f53ff;
  opacity: 0.3;
  z-index: 2900;
}
.entity-table {
  font-family: "source_sans_proregular", sans-serif;
  font-size: 13px;
  background-color: #eee;
  min-width: 200px;
  position: absolute;
  border-collapse: collapse;
  border-top: 1px solid #444444;
  border-left: 1px solid #444444;
  border-right: 1px solid #444444;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}
.entity-table thead tr.caption {
  font-weight: bold;
  text-align: left;
  background-color: #dadada;
  cursor: move;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
}
.entity-table thead tr.caption img.edit-table {
  cursor: default;
}
.entity-table thead tr.caption.colored {
  color: #f7f7f7;
}
.entity-table thead tr.caption th.table-name {
  direction: ltr;
  text-align: left;
}
.entity-table thead tr.comment th.table-comment {
  padding: 0px;
  background-color: #e9e9e9;
}
.entity-table thead tr.comment th.table-comment textarea {
  width: 100%;
  height: auto;
  overflow-y: auto;
  margin: 0px;
  border: none;
  background-color: #e9e9e9;
  box-sizing: border-box;
  max-height: 100px;
  font-size: 12px;
  font-family: "source_sans_proregular", sans-serif;
  line-height: 13px;
}
.entity-table thead tr.comment.hidden {
  display: none !important;
}
.entity-table thead tr.edit-table {
  display: none;
}
.entity-table thead tr.edit-table th {
  font-weight: normal;
  padding: 6px;
}
.entity-table thead th {
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: left;
}
.entity-table thead th img {
  vertical-align: middle;
}
.entity-table thead th.table-ops {
  width: 36px;
  text-align: right;
}
.entity-table td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  background-color: #f8f8f8;
  padding: 1px;
  padding-left: 3px;
  white-space: nowrap;
  vertical-align: middle;
}
.entity-table td img.mover {
  cursor: ns-resize;
}
.entity-table td.not-null img,
.entity-table td.fk-field img,
.entity-table td.pk-field img {
  vertical-align: bottom;
  margin-right: 2px;
}
.entity-table td.rightmost {
  border-right-width: 0px;
}
.entity-table tfoot {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.entity-table tfoot td {
  padding: 0px;
  border-right-width: 0px;
}
.entity-table tfoot div.operations {
  padding: 3px;
}
.entity-table tfoot div.insert-panel {
  display: none;
  background-color: #eee;
}
.entity-table tfoot img {
  vertical-align: top;
}
.entity-table tfoot span.insert-field {
  margin-right: 5px;
}
.entity-table tr.edit-table th,
.entity-table div.edit-panel,
.entity-table div.insert-panel {
  position: relative;
  padding: 3px;
  width: 250px;
}
.entity-table tr.edit-table th label,
.entity-table div.edit-panel label,
.entity-table div.insert-panel label {
  display: inline-block;
  text-align: right;
  width: 100px;
  color: #333;
  vertical-align: middle;
  white-space: normal;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.entity-table tr.edit-table th label.cb-label,
.entity-table div.edit-panel label.cb-label,
.entity-table div.insert-panel label.cb-label {
  text-align: left;
  width: auto;
  margin-left: 100px;
}
.entity-table tr.edit-table th input,
.entity-table div.edit-panel input,
.entity-table div.insert-panel input {
  width: 130px;
  margin-bottom: 2px;
}
.entity-table tr.edit-table th input.checkbox,
.entity-table div.edit-panel input.checkbox,
.entity-table div.insert-panel input.checkbox {
  width: auto;
}
.entity-table tr.edit-table th select,
.entity-table tr.edit-table th textarea,
.entity-table div.edit-panel select,
.entity-table div.edit-panel textarea,
.entity-table div.insert-panel select,
.entity-table div.insert-panel textarea {
  width: 130px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.entity-table tr.edit-table th .btn,
.entity-table div.edit-panel .btn,
.entity-table div.insert-panel .btn {
  width: auto;
  border: 1px solid #999999;
  background-color: #cfcfcf;
}
.entity-table tr.edit-table th .btn:hover,
.entity-table div.edit-panel .btn:hover,
.entity-table div.insert-panel .btn:hover {
  background-color: #dfdfdf;
}
.entity-table tr.edit-table th .danger,
.entity-table div.edit-panel .danger,
.entity-table div.insert-panel .danger {
  position: absolute;
  right: 5px;
  bottom: 7px;
}
.entity-table div.edit-panel {
  border-right-width: 0px;
  background-color: #f8f7ef;
}
.entity-table div.edit-panel div.refs {
  display: none;
}
.entity-table.selected {
  outline: 3px dotted #3498db;
}
body.rtl .entity-table {
  -webkit-box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.5);
}
body.rtl .entity-table thead th {
  text-align: right;
}
body.rtl .entity-table tr.edit-table th,
body.rtl .entity-table div.edit-panel,
body.rtl .entity-table div.insert-panel {
  direction: rtl;
}
body.rtl .entity-table tr.edit-table th input,
body.rtl .entity-table tr.edit-table th select,
body.rtl .entity-table tr.edit-table th textarea,
body.rtl .entity-table div.edit-panel input,
body.rtl .entity-table div.edit-panel select,
body.rtl .entity-table div.edit-panel textarea,
body.rtl .entity-table div.insert-panel input,
body.rtl .entity-table div.insert-panel select,
body.rtl .entity-table div.insert-panel textarea {
  direction: ltr;
}
body.rtl .entity-table tr.edit-table th label,
body.rtl .entity-table div.edit-panel label,
body.rtl .entity-table div.insert-panel label {
  text-align: left;
}
body.rtl .entity-table tr.edit-table th label.cb-label,
body.rtl .entity-table div.edit-panel label.cb-label,
body.rtl .entity-table div.insert-panel label.cb-label {
  margin-left: auto;
  margin-right: 100px;
}
body.rtl .entity-table tr.edit-table th .danger,
body.rtl .entity-table div.edit-panel .danger,
body.rtl .entity-table div.insert-panel .danger {
  right: auto;
  left: 5px;
}
.entity-note.colored {
  color: #f7f7f7;
}
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@font-face {
  font-family: "source_sans_proregular";
  src: url(./sourcesanspro-regular-b242d351314d04464c2ff2dd21d671be9de4ce32579f7ada9a13dd55cd529d19.eot);
  src: url(./sourcesanspro-regular-b242d351314d04464c2ff2dd21d671be9de4ce32579f7ada9a13dd55cd529d19.eot?#iefix)
      format("embedded-opentype"),
    url(./sourcesanspro-regular-3319d073144273897c98780988416cd75b8b2b31318077c2082583537e082ead.woff)
      format("woff"),
    url(./sourcesanspro-regular-865cbb9a54390e5e1593543f925d1cb65475f723dda59ac7134b80309ed9da18.ttf)
      format("truetype"),
    url(./sourcesanspro-regular-4353b12ef05e714c917950d868610100f296edf919eb42e102d9cc08e37aa096.svg#source_sans_proregular)
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_prosemibold";
  src: url(./sourcesanspro-semibold-98b8a35fcb9a5299aa9c33a931e29d0785a70e69fa0a351d60313d10f7d55551.eot);
  src: url(./sourcesanspro-semibold-98b8a35fcb9a5299aa9c33a931e29d0785a70e69fa0a351d60313d10f7d55551.eot?#iefix)
      format("embedded-opentype"),
    url(./sourcesanspro-semibold-d0b74f016fe59804a304bcbe56c35445530517cf6d3207eb04040b7fc02da96a.woff)
      format("woff"),
    url(./sourcesanspro-semibold-34fc3f4cb7c18ccd88b1388e63a59d44bfa887d948a64a2cfed402da3a8b16fb.ttf)
      format("truetype"),
    url(./sourcesanspro-semibold-39cd37459b6406694d806d808ede608fedea89bf7a5ed71c1fd11cf811f30d3a.svg#source_sans_prosemibold)
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dbdesigner";
  src: url(./dbdesigner-c00ead307f0c3e13ecd8e0079238a0994cf58b1b20869e152152e8b2db7c4ad2.eot?13309911);
  src: url(./dbdesigner-c00ead307f0c3e13ecd8e0079238a0994cf58b1b20869e152152e8b2db7c4ad2.eot?13309911#iefix)
      format("embedded-opentype"),
    url(./dbdesigner-85cd1f31542b48b0ade55737ccd1acc625280f5b26a2e6f66298da7604a3eafd.woff?13309911)
      format("woff"),
    url(./dbdesigner-11ef9d9dd4d2c33e7ee770aa458c1912b48d8b1ace353ba1c8ae88ba4bfdaa77.ttf?13309911)
      format("truetype"),
    url(./dbdesigner-3c344462fdef3f29c91df598a8db2687d413108075ed720e64c43586ad0daff0.svg?13309911#dbdesigner)
      format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "dbdesigner";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}
.icon-lightbulb:before {
  content: "\e800";
}
.icon-spin1:before {
  content: "\e801";
}
.icon-down-open:before {
  content: "\e802";
}
.icon-left-open:before {
  content: "\e803";
}
.icon-right-open:before {
  content: "\e804";
}
.icon-up-open:before {
  content: "\e805";
}
.icon-play:before {
  content: "\e806";
}
.icon-heart:before {
  content: "\e807";
}
.icon-heart-empty:before {
  content: "\e808";
}
.icon-star:before {
  content: "\e809";
}
.icon-star-empty:before {
  content: "\e80a";
}
.icon-user:before {
  content: "\e80b";
}
.icon-ok:before {
  content: "\e80c";
}
.icon-ok-circled:before {
  content: "\e80d";
}
.icon-ok-circled2:before {
  content: "\e80e";
}
.icon-cancel:before {
  content: "\e80f";
}
.icon-cancel-circled:before {
  content: "\e810";
}
.icon-cancel-circled2:before {
  content: "\e811";
}
.icon-minus-circled:before {
  content: "\e812";
}
.icon-minus:before {
  content: "\e813";
}
.icon-plus-circled:before {
  content: "\e814";
}
.icon-plus:before {
  content: "\e815";
}
.icon-help:before {
  content: "\e816";
}
.icon-flag:before {
  content: "\e817";
}
.icon-bookmark-empty:before {
  content: "\e818";
}
.icon-bookmark:before {
  content: "\e819";
}
.icon-tags:before {
  content: "\e81a";
}
.icon-tag:before {
  content: "\e81b";
}
.icon-lock-open:before {
  content: "\e81c";
}
.icon-lock:before {
  content: "\e81d";
}
.icon-attach:before {
  content: "\e81e";
}
.icon-home:before {
  content: "\e81f";
}
.icon-download-alt:before {
  content: "\e820";
}
.icon-pencil:before {
  content: "\e821";
}
.icon-edit:before {
  content: "\e822";
}
.icon-print:before {
  content: "\e823";
}
.icon-cog:before {
  content: "\e824";
}
.icon-cogs:before {
  content: "\e825";
}
.icon-wrench:before {
  content: "\e826";
}
.icon-clipboard:before {
  content: "\e827";
}
.icon-credit-card:before {
  content: "\e828";
}
.icon-inbox:before {
  content: "\e829";
}
.icon-zoom-out:before {
  content: "\e82a";
}
.icon-zoom-in:before {
  content: "\e82b";
}
.icon-move:before {
  content: "\e82c";
}
.icon-resize-horizontal:before {
  content: "\e82d";
}
.icon-resize-vertical:before {
  content: "\e82e";
}
.icon-resize-small:before {
  content: "\e82f";
}
.icon-resize-full-alt:before {
  content: "\e830";
}
.icon-resize-full:before {
  content: "\e831";
}
.icon-block:before {
  content: "\e832";
}
.icon-search:before {
  content: "\e833";
}
.icon-trash:before {
  content: "\e834";
}
.icon-off:before {
  content: "\e835";
}
.icon-doc:before {
  content: "\e836";
}
.icon-comment:before {
  content: "\e837";
}
.icon-comment-alt:before {
  content: "\e838";
}
.icon-bell:before {
  content: "\e839";
}
.icon-megaphone:before {
  content: "\e83a";
}
.icon-spin3:before {
  content: "\e84d";
}
div.toolbar {
  margin: 0;
  padding: 0;
  border: 0;
  display: none;
  background-color: #dddddd;
  border-bottom: 1px solid #666;
  cursor: default;
  position: fixed;
  z-index: 3060;
  width: 100%;
  height: 28px;
  font-family: "Helvetica Neue", Helvetica, "source_sans_proregular", Arial,
    "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 13px;
  white-space: nowrap;
  box-shadow: 0px 2px 5px #666;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.rtl div.toolbar {
  direction: rtl;
}
ul.context-menu,
ul.menu {
  position: absolute;
  background-color: #dddddd;
  height: 28px;
  line-height: 28px;
  font-size: 0px;
  text-shadow: 0px 1px 1px contrast(#666);
  z-index: 3062;
}
ul.context-menu > li,
ul.menu > li {
  background-color: #dddddd;
  font-size: 13px;
  list-style-type: none;
  padding-left: 0px;
  padding-right: 7px;
  color: #222222;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -moz-transition: background-color 0.2s, color 0.2s;
  -ms-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
ul.context-menu > li > img,
ul.menu > li > img {
  position: absolute;
  padding: 0px;
  margin: 0px;
  left: 3px;
  top: 3px;
}
ul.context-menu > li:hover,
ul.menu > li:hover {
  background-color: #3498db;
  color: #f0f0f0;
  text-shadow: none;
}
ul.context-menu > li.no-highlight:hover,
ul.menu > li.no-highlight:hover {
  background-color: inherit;
  color: inherit;
  text-shadow: inherit;
}
ul.context-menu > li.open-top-menu,
ul.menu > li.open-top-menu {
  background-color: #3498db;
  color: #f0f0f0;
  text-shadow: none;
}
ul.context-menu > li.flash,
ul.menu > li.flash {
  background-color: #3498db;
}
ul.context-menu > li.has-dropdown,
ul.menu > li.has-dropdown {
  padding-right: 20px;
  background-image: url(./menu-down-arrow-24ff41ef34ea148faa8f7fd573a3306f662389e682d3351818be218e1ba3deea.png);
  background-repeat: no-repeat;
  background-position: right center;
}
ul.context-menu span.menu-item,
ul.menu span.menu-item {
  padding-left: 7px;
}
ul.context-menu,
ul.submenu {
  position: absolute;
  display: none;
  background-color: #dddddd;
  border: 1px solid #aaaaaa;
  padding-left: 0px;
  box-shadow: 2px 2px 3px #666;
}
ul.context-menu > li,
ul.submenu > li {
  list-style-type: none;
  padding-left: 16px;
  padding-right: 80px;
  background-color: #dddddd;
  color: #222222;
  display: list-item;
  position: relative;
}
ul.context-menu > li:hover,
ul.submenu > li:hover {
  background-color: #3498db;
  color: #f0f0f0;
}
ul.context-menu > li:hover span.shortcut,
ul.submenu > li:hover span.shortcut {
  color: #f0f0f0;
}
ul.context-menu > li.hide,
ul.submenu > li.hide {
  display: none;
}
ul.context-menu > li span.shortcut,
ul.submenu > li span.shortcut {
  position: absolute;
  right: 16px;
  margin-left: 45px;
  color: #666;
  text-shadow: 0px 1px 1px contrast(#666);
  font-style: italic;
  font-size: 11px;
}
ul.context-menu li:last-child,
ul.submenu li:last-child {
  border-bottom: none;
}
ul.context-menu li.has-submenu:before,
ul.submenu li.has-submenu:before {
  content: "";
  position: absolute;
  right: 3px;
  top: 5px;
  width: 16px;
  height: 16px;
  background: url(./app-sprites-24d5923d924da3172cee2f44a0bbf919d24030073c6f0c04402aad857e23d674.png)
    0px 0px;
}
ul.context-menu li.has-submenu span.accel,
ul.submenu li.has-submenu span.accel {
  text-decoration: underline;
}
ul.context-menu li.selected_menu_option,
ul.submenu li.selected_menu_option {
  background-position: center left;
  background-repeat: no-repeat;
}
ul.context-menu li.disabled,
ul.submenu li.disabled {
  color: #a79e9e;
}
ul.context-menu li.disabled span.shortcut,
ul.submenu li.disabled span.shortcut {
  color: #a79e9e;
}
ul.context-menu li.disabled:hover,
ul.submenu li.disabled:hover {
  background-color: #dddddd;
}
ul.context-menu li.disabled:hover span.shortcut,
ul.submenu li.disabled:hover span.shortcut {
  color: #a79e9e;
}
ul.context-menu li.menu-separator,
ul.submenu li.menu-separator {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid white;
  height: 0px;
}
ul.context-menu ul.submenu,
ul.submenu ul.submenu {
  white-space: nowrap;
  left: 100%;
  top: 0px;
}
body.rtl ul.context-menu,
body.rtl ul.submenu {
  box-shadow: -2px 2px 3px #666;
}
body.rtl ul.context-menu > li,
body.rtl ul.submenu > li {
  padding-right: 16px;
  padding-left: 80px;
}
body.rtl ul.context-menu > li span.shortcut,
body.rtl ul.submenu > li span.shortcut {
  left: 16px;
  right: auto;
  margin-right: 45px;
  margin-left: auto;
}
body.rtl ul.submenu {
  padding-right: 0px;
}
body.rtl ul.submenu li.has-submenu:before {
  right: auto;
  left: 3px;
  background: url(./app-sprites-24d5923d924da3172cee2f44a0bbf919d24030073c6f0c04402aad857e23d674.png)
    0px -30px;
}
ul#mainmenu {
  left: 10px;
  top: 0px;
  padding: 0px;
}
ul#usermenu {
  right: 10px;
  top: 0px;
  z-index: 3062;
}
body.rtl ul#mainmenu {
  left: auto;
  right: 10px;
}
body.rtl ul#usermenu {
  left: 10px;
  right: auto;
}
ul.context-menu {
  position: absolute;
  z-index: 3000;
  list-style-type: none;
  background-color: #dddddd;
  color: #222222;
  height: auto;
  line-height: auto;
  display: none;
  font-family: "Helvetica Neue", Helvetica, "source_sans_proregular", Arial,
    "Lucida Grande", sans-serif;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
ul.context-menu > li {
  padding-right: 20px;
}
ul.context-menu span.table-color {
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  cursor: pointer;
}
ul.context-menu span.table-color.selected {
  border: 2px solid #444;
}
ul.context-menu span.table-color.table-color-red {
  background-color: #cc3333;
}
ul.context-menu span.table-color.table-color-blue {
  background-color: #1586d6;
}
ul.context-menu span.table-color.table-color-green {
  background-color: #008000;
}
ul.context-menu span.table-color.table-color-orange {
  background-color: #ff8000;
}
ul.context-menu span.table-color.table-color-purple {
  background-color: #7f007f;
}
ul.context-menu span.table-color.table-color-maroon {
  background-color: #800040;
}
ul.context-menu span.table-color.table-color-ocean {
  background-color: #004080;
}
ul.context-menu span.table-color.table-color-teal {
  background-color: #008080;
}
ul.context-menu span.table-color.table-color-asparagus {
  background-color: #808000;
}
ul.context-menu span.table-color.table-color-strawberry {
  background-color: #ff0080;
}
ul.context-menu span.table-color.table-color-iron {
  background-color: #505050;
}
ul.context-menu span.table-color.table-color-reset {
  background-color: white;
}
ul.context-menu div.color-lines {
  line-height: 1em;
}
ul.context-menu div.color-lines.top-row {
  padding-top: 6px;
  padding-bottom: 4px;
}
ul.context-menu div.color-lines.bottom-row {
  padding-top: 4px;
  padding-bottom: 6px;
}
div.notification {
  z-index: 3099;
  margin: 0 auto;
  min-width: 320px;
  width: 320px;
  max-width: 480px;
  background-color: #63ad5e;
  background: #63ad5e;
  background: -moz-linear-gradient(top, #63ad5e 0%, #3a8e09 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #63ad5e),
    color-stop(100%, #3a8e09)
  );
  background: -webkit-linear-gradient(top, #63ad5e 0%, #3a8e09 100%);
  background: -o-linear-gradient(top, #63ad5e 0%, #3a8e09 100%);
  background: -ms-linear-gradient(top, #63ad5e 0%, #3a8e09 100%);
  background: linear-gradient(to bottom, #63ad5e 0%, #3a8e09 100%);
  height: 20px;
  color: #eefff7;
  text-align: center;
  line-height: 20px;
  border: 1px solid #4b6649;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: none;
  font-family: "Helvetica Neue", Helvetica, "source_sans_proregular", Arial,
    "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 12px;
  white-space: nowrap;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.notification span.close {
  position: absolute;
  right: 3px;
  top: 0px;
  font-size: 8px;
  cursor: pointer;
}
div.notification.alert {
  background-color: #ff5353;
  background: #ff5353;
  background: -moz-linear-gradient(top, #ff5353 0%, #c90e0e 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ff5353),
    color-stop(100%, #c90e0e)
  );
  background: -webkit-linear-gradient(top, #ff5353 0%, #c90e0e 100%);
  background: -o-linear-gradient(top, #ff5353 0%, #c90e0e 100%);
  background: -ms-linear-gradient(top, #ff5353 0%, #c90e0e 100%);
  background: linear-gradient(to bottom, #ff5353 0%, #c90e0e 100%);
}
div.minimap {
  position: fixed;
  width: 100px;
  height: 60px;
  right: 20px;
  bottom: 20px;
  background-color: #dddddd;
  border: 1px solid #666666;
  z-index: 900;
  overflow: hidden;
  opacity: 0.9;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
div.minimap:hover {
  opacity: 1;
}
div.minimap__viewport {
  border: 1px solid #666;
  background-color: #eef;
  top: -1px;
  left: -1px;
  position: absolute;
  float: left;
  z-index: 901;
}
div.minimap__icon {
  position: absolute;
  z-index: 901;
  border: 1px solid #444;
}
div.minimap__icon_type_table {
  background-color: #fff;
  width: 5px;
  z-index: 901;
}
div.minimap__icon_type_note {
  background-color: #e7e76f;
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-track {
  background: #f9f9f9;
  border-left: 1px solid #ddd;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
  border: 1px solid #bfbfbf;
}
div.sidebar {
  position: fixed;
  right: 0px;
  top: 0px;
  height: 1000px;
  background-color: #ddd;
  z-index: 3060;
  font-family: "source_sans_proregular", sans-serif;
  font-size: 13px;
  padding: 0px;
  box-sizing: border-box;
  display: none;
}
div.sidebar div.panel-header {
  padding: 10px;
  background-color: #cccccc;
  border-bottom: 1px solid #aaa;
}
div.sidebar div.panel-header span.panel-caption {
  margin: 0px;
  margin-bottom: 5px;
  font-weight: 600;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.sidebar div.panel-body {
  padding: 10px;
  background-color: #ddd;
  border-bottom: 1px solid #b0b0b0;
}
div.sidebar div.panel-body table.property-table td.property-label {
  text-align: right;
}
div.sidebar div.panel {
  border-top: 1px solid #f0f0f0;
}
div.sidebar div.new-comment textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  padding: 5px;
  margin: 0px;
  margin-bottom: 4px;
  display: block;
}
body.rtl div.sidebar div.panel-header {
  direction: rtl;
}
body.rtl div.sidebar div.panel-body {
  direction: rtl;
}
body.rtl div.sidebar div.panel-body input,
body.rtl div.sidebar div.panel-body select,
body.rtl div.sidebar div.panel-body textarea {
  direction: ltr;
}
div.resizer {
  background-color: #ddd;
  position: absolute;
  width: 1px;
  border-left: 1px solid #999;
  top: 0px;
  cursor: col-resize;
  z-index: 3100;
}
div.resizer.ui-draggable-dragging {
  opacity: 0.5;
}
div.comments-options {
  text-align: center;
}
div.comment-list {
  height: 100px;
  overflow-y: scroll;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.comment-list div.comment {
  background-color: #fff;
  margin-top: 10px;
  min-height: 48px;
  padding: 6px;
}
div.comment-list div.comment span.commenter {
  font-family: "source_sans_prosemibold", sans-serif;
  font-weight: 600;
}
div.comment-list div.comment span.comment-time {
  margin: 0 0 0 55%;
  color: #333;
  font-size: smaller;
}
div.comment-list div.comment img.avatar {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 6px;
}
div.comment-list div.comment i.delete-comment {
  float: right;
  font-size: 10px;
  color: #999;
  cursor: pointer;
}
div.comment-list div.comment i.delete-comment:hover {
  color: #000;
}
i.connection-light {
  text-shadow: 0px 0px 3px #fff;
}
i.connection-light.active {
  color: #fffc14;
  text-shadow: 0px 0px 3px #000;
}
div.init-loading {
  position: fixed;
  left: 100px;
  top: 100px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ui-resizable-helper {
  border: 2px dotted #00f;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 11px;
  height: 11px;
  right: 0px;
  bottom: 0px;
  background-image: url(./resize-grip-ec97ff87808c2dd4ba78d047ae164d167f202e4cc1ebe080ecb3f343a72706da.png);
  background-repeat: no-repeat;
  z-index: 10 !important;
}
.ui-pnotify-text {
  text-align: center;
}
.introjs-helperLayer {
  width: inherit !important;
  height: inherit !important;
  top: inherit !important;
  left: inherit !important;
}
.introjs-helperNumberLayer {
  display: none;
}
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.field.import {
  margin: 10px 0 10px 125px;
}
.field.export {
  margin-bottom: 20px;
}
.field.export span.control-label {
  margin: 0 0 0 58px;
}
span.pl-7 {
  padding-left: 7px;
}
#mainmenu li,
#usermenu li {
  cursor: pointer;
}
.dialog.documentation .horizontal-form {
  text-align: center;
}
.dialog.documentation .horizontal-form button.doc-link {
  margin-left: inherit;
}
.dialog.documentation .horizontal-form .doc-in {
  width: 60%;
}
.dialog.documentation .horizontal-form .column {
  float: left;
  width: 10%;
  margin-right: 5px;
  margin-top: 10px;
}
.dialog.documentation .horizontal-form .column:first-child {
  margin-left: 40%;
}
.dialog.documentation .horizontal-form .column img {
  cursor: pointer;
}
.dialog.documentation .horizontal-form .column img:hover {
  filter: invert(33%) sepia(73%) saturate(437%) hue-rotate(168deg)
    brightness(93%) contrast(91%);
}
.dialog.documentation .horizontal-form .row {
  margin: auto;
  display: table;
}
.dialog.documentation .horizontal-form .row::after {
  content: "";
  clear: both;
  display: table;
}
.treejs {
  margin-left: -1rem;
}
.treejs .treejs-checkbox::before {
  border: 1px solid #cccccc !important;
  background: white;
}
.diagram-explorer {
  overflow-y: auto;
  max-height: 50rem;
}
.db-properties .loading {
  text-align: center;
  margin-top: 1rem;
}
