.editor-canvas {
  touch-action: none;
  overscroll-behavior: none;
  cursor: grab;
}
.editor-canvas.is-panning,
.editor-canvas svg.is-panning {
  cursor: grabbing;
}
.editor-canvas svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  touch-action: none;
  width: 100%;
  height: 100%;
  outline: none;
}
.editor-canvas .canvas-zoom-controls {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  flex-direction: column;
  z-index: 2;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.editor-canvas .canvas-zoom-controls .zoom-button {
  margin: 0;
  min-width: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor-canvas .canvas-zoom-controls .zoom-button ng-md-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: rgba(0, 0, 0, 0.72);
}
.editor-canvas .canvas-zoom-controls .zoom-button ng-md-icon svg {
  width: 18px;
  height: 18px;
}
.editor-canvas .canvas-zoom-controls .zoom-button + .zoom-button {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.editor-canvas path.edge {
  fill: none;
  stroke: #000;
  stroke-width: 4px;
  cursor: default;
}
.editor-canvas path.edge.dragline {
  pointer-events: none;
}
.editor-canvas path.edge.hidden {
  stroke-width: 0;
}
.editor-canvas path.edge-label-path {
  fill: none;
  stroke: none;
  pointer-events: none;
}
.editor-canvas path.end-arrow {
  marker-end: url(#endArrow);
}
.editor-canvas path.start-arrow {
  marker-start: url(#startArrow);
}
.editor-canvas text {
  font: 12px sans-serif;
  pointer-events: none;
}
.editor-canvas text.label {
  text-anchor: middle;
  font-weight: bold;
}
.node-group {
  touch-action: none;
}
.node-group:focus {
  outline: none;
}
.node-group .node {
  fill: white;
  stroke: black;
  stroke-width: 1.5px;
  cursor: auto;
}
.node-group .node.transition {
  transform: translate(-18px, -18px);
}
.node-group.connect-target .node {
  fill: #ebebeb;
}
.Fix.Nodes .node {
  cursor: move;
}
.Tokens .place {
  cursor: text;
}
.Tokens .transition {
  stroke-width: 3px;
  stroke: #E53935;
  cursor: not-allowed;
}
.Tokens .transition.firable {
  stroke: #43A047;
  cursor: e-resize;
}
.Arrows .editor-canvas {
  cursor: grab;
}
.Arrows .editor-canvas .node {
  cursor: crosshair;
}
.Labels .editor-canvas {
  cursor: grab;
}
.Labels .editor-canvas .edge,
.Labels .editor-canvas .node {
  cursor: text;
}
.Initial .editor-canvas,
.Delete .editor-canvas {
  cursor: grab;
}
.Initial .editor-canvas .edge,
.Delete .editor-canvas .edge,
.Initial .editor-canvas .node,
.Delete .editor-canvas .node {
  cursor: pointer;
}
.Places .node,
.States .node,
.Transitions .node {
  cursor: move;
}
.definitions {
  height: 0;
}
.initState {
  display: none;
}

.main-content {
  width: 100%;
  overflow: hidden;
}
md-backdrop.md-sidenav-backdrop {
  z-index: 80;
}
md-backdrop.md-dialog-backdrop {
  z-index: 85;
}
.md-dialog-container {
  z-index: 90;
}
.code-editor {
  font-family: monospace;
  line-height: 1.1em !important;
}
.main-layout {
  height: 100%;
}
md-toolbar {
  z-index: 78 !important;
}
.md-sidenav-left {
  height: 100%;
  z-index: 80;
}
.md-sidenav-left .logo {
  width: 80%;
  margin: 10%;
}
.md-sidenav-left .md-subheader-inner {
  padding-bottom: 10px;
}
.md-sidenav-left .md-list-item-text {
  font-size: 0.8em;
}
.md-sidenav-left .md-list-item-text h3 {
  margin: 0;
}
.md-sidenav-left .md-list-item-text p {
  margin: -18px 0 0 0;
}
.md-sidenav-left md-list md-list-item svg {
  fill: rgba(0, 0, 0, 0.8);
}
.md-sidenav-left md-list md-list-item.list-form-item {
  margin-left: -4px;
}
.md-sidenav-left md-list md-list-item.list-form-item:hover {
  border: none;
}
.md-sidenav-left md-list md-list-item.list-form-item .md-secondary-container {
  margin-right: 1px;
  margin-top: 17px;
}
.md-sidenav-left md-list md-list-item:hover {
  border-left: 3px solid rgba(158, 158, 158, 0.5);
}
.md-sidenav-left md-list md-list-item.active,
.md-sidenav-left md-list md-list-item:active {
  background-color: rgba(63, 81, 181, 0.1);
  border-left: 3px solid #3f51b5;
}
.md-sidenav-left md-list md-list-item.active button,
.md-sidenav-left md-list md-list-item:active button {
  color: #3f51b5;
}
.md-sidenav-left md-list md-list-item.active .md-no-style,
.md-sidenav-left md-list md-list-item:hover .md-no-style {
  padding-left: 13px;
}
md-menu-content {
  overflow: hidden;
}
md-menu-content md-menu-item ng-md-icon {
  position: absolute;
  top: 7px;
}
md-toolbar {
  min-height: 0;
}
.topbar-title-group h2 {
  margin: 0;
  color: #ffffff;
}
.topbar-title-group .topbar-rename-button {
  margin: 0 0 0 4px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  min-width: 32px;
}
.topbar-title-group .topbar-rename-icon {
  fill: rgba(255, 255, 255, 0.68);
}
.editor-canvas {
  position: relative;
  height: 100%;
  width: 100%;
}
.file-menubar {
  background-color: rgba(158, 158, 158, 0.1) !important;
  border-bottom: 1px solid rgba(78, 78, 78, 0.1);
}
.file-toolbar {
  background-color: rgba(158, 158, 158, 0.1) !important;
  border-bottom: 1px solid rgba(78, 78, 78, 0.1);
  padding-left: 15px;
}
.file-toolbar .toolbar-button svg {
  fill: rgba(0, 0, 0, 0.65);
}
.file-toolbar .toolbar-button.active svg {
  fill: #3f51b5;
}
md-dialog .dialog-description {
  margin-top: 0px;
  margin-bottom: 40px;
}
md-dialog .item-description {
  line-height: 1.1em !important;
}
md-dialog md-chips:not(.md-contact-chips) .md-chip-input-container {
  margin-bottom: -25px !important;
}
md-dialog .static-error-bar {
  background-color: #ff5252;
  color: white;
}
md-dialog .net-type-input {
  width: 100%;
}
md-dialog .about-list-icon {
  fill: rgba(0, 0, 0, 0.87);
  margin-right: 5px;
  margin-top: 20px;
}
md-dialog .file-upload {
  margin-top: 30px !important;
  margin-bottom: -40px !important;
}
md-dialog .input-label-checkbox {
  display: none;
}
.editor-layout {
  height: 100%;
}
.error-canvas {
  height: 100%;
}
.error-canvas .error-card {
  max-width: 450px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
