#frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

#main {
  position: absolute;
  overflow: hidden;
  margin-right: auto;
  width: 3072px;
  height: 2312px;
  left: -1024px;
  top: -768px;
  border: 1px solid black;
  border-radius: 20px;
  -webkit-appearance: none;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 128);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 128);
  -webkit-border-radius: 20px;
}

path,
._jsPlumb_endpoint {
  cursor: pointer;
}

._jsPlumb_connector {
  z-index: 1;
}

._jsPlumb_endpoint {
  z-index: 4;
}

.shape {
  z-index: 2;
  background-color: white;
  filter: alpha(opacity=70);
  position: absolute;
  cursor: pointer;
  text-align: center;
  color: #333;
  border: 3px solid black;
  padding: 15px;
  font-size: 125%;
  min-width: 180px;
  min-height: 24px;
  max-width: 250px;
}

.selection {
  z-index: 3;
}

[shape="Rectangle"] {
}

[shape="Rounded"] {
  border-radius: 10px;
}

[shape="Ellipse"] {
  border-radius: 50% 50%;
  padding: 30px;
}

.tool-button-bar {
  margin: 0;
  padding: 0;
  padding-top: 3px;
}

#colors {
  width: 100%;
  height: 100%;
}

.placeholderText {
  color: #777;
  font-style: italic;
}

.ui-state-disabled {
  opacity: 1;
}

#buttons-container {
  position: absolute;
}

#buttons-container .bw-toolbar {
  position: relative;
  top: -40px;
  text-align: center;
  white-space: nowrap;
  overflow: visible;
}

#shapes-container {
  position: absolute;
}

#shapes-container .bw-toolbar {
  position: relative;
  text-align: center;
}

#colors-container {
  position: absolute;
}

.sourcePoint circle {
  stroke-width: 2px;
}

_jsPlumb_endpoint.ui-draggable.ui-draggable-dragging {
  opacity: 0;
}

.text,
.text * {
  user-select: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}
