body {
  margin: 0;
  overflow: hidden;
  font-family: Roboto, 'Helvetica-Neue', 'Segoe UI', Tahoma, Verdana, sans-serif;
  font-weight: 400;
}
h3 {
  margin: 10px 0;
}
p {
  font-size: 14px;
  color: #888;
}
input:focus {
  outline: 2px solid #32C5FF;
}
input[type="text"] {
  padding: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #333;
}
input[type="submit"],
button {
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #FAFAFA;
  font-size: 13px;
  font-weight: bold;
  color: #555;
  padding: 9px 18px;
}
input[type="submit"]:hover,
button:hover {
  cursor: pointer;
  color: #333;
  border-color: #ddd;
  background-color: #eee;
}
input[type="submit"].blue,
button.blue {
  border-color: #0E5FA2;
  background-color: #1986E1;
  color: white;
}
input[type="submit"].blue:hover,
button.blue:hover {
  border-color: #0b4f86;
  background-color: #1471bd;
}
input[type="submit"].dark-blue,
button.dark-blue {
  border-color: #172F46;
  background-color: #26496A;
  color: white;
}
input[type="submit"].dark-blue:hover,
button.dark-blue:hover {
  border-color: #102030;
  background-color: #213f5c;
}
input[type="submit"].icon,
button.icon {
  padding-right: 32px;
  background-position: right 10px center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
input[type="submit"].icon-only,
button.icon-only {
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
  height: 36px;
}
input[type="submit"].icon-next,
button.icon-next {
  background-size: 9px 10px;
  background-image: url('icon_next.e85c3c78.png');
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  input[type="submit"].icon-next,
  button.icon-next {
    background-image: url('icon_next@2x.fb07fd63.png');
  }
}
input[type="submit"].icon-previous,
button.icon-previous {
  background-size: 9px 10px;
  padding-left: 32px;
  padding-right: 18px;
  background-position: left 10px center;
  background-image: url('icon_previous.c3d1d0ac.png');
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  input[type="submit"].icon-previous,
  button.icon-previous {
    background-image: url('icon_previous@2x.63e32bb8.png');
  }
}
input[type="submit"].icon-next-white,
button.icon-next-white {
  background-size: 9px 10px;
  background-image: url('icon_next_white.7891caa2.png');
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  input[type="submit"].icon-next-white,
  button.icon-next-white {
    background-image: url('icon_next_white@2x.91911969.png');
  }
}
input[type="submit"].icon-next-copy,
button.icon-next-copy {
  background-size: 20px 22px;
  background-image: url('icon_next_copy.558bd1d2.png');
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  input[type="submit"].icon-next-copy,
  button.icon-next-copy {
    background-image: url('icon_next_copy@2x.962d2ac6.png');
  }
}
input[type="submit"].icon-previous-copy,
button.icon-previous-copy {
  background-size: 20px 22px;
  background-image: url('icon_previous_copy.1e92e543.png');
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  input[type="submit"].icon-previous-copy,
  button.icon-previous-copy {
    background-image: url('icon_previous_copy@2x.fe773d0d.png');
  }
}
input[type="submit"].icon-plus-white,
button.icon-plus-white {
  padding-right: 36px;
  background-position: right 16px center;
  background-size: 10px 10px;
  background-image: url('icon_plus_white.11e3fed3.png');
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  input[type="submit"].icon-plus-white,
  button.icon-plus-white {
    background-image: url('icon_plus_white@2x.e8e86e6f.png');
  }
}
#load-server,
#load-class {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
#load-server .content-box,
#load-class .content-box {
  background: #fff;
  border: 1px solid #ccc;
  width: 550px;
  padding: 32px;
}
#load-server .content-box input[type="text"],
#load-class .content-box input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}
#load-server .content-box label,
#load-class .content-box label {
  font-weight: bold;
}
#load-server .content-box input[type="submit"],
#load-class .content-box input[type="submit"] {
  float: right;
}
#main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: column;
}
#main .header {
  height: 54px;
  background: #1986E1;
  border-bottom: 2px solid #1572be;
  overflow: hidden;
}
#main .header h1 {
  font-weight: bold;
  font-size: 21px;
  color: #fff;
  line-height: 28px;
  margin: 14px;
  float: left;
}
#main .header span {
  font-size: 14px;
  font-weight: bold;
  color: #26496A;
  float: left;
  margin: 2px 0 0;
  line-height: 54px;
}
#main .header button {
  float: right;
  margin: 9px 12px;
}
.gutter {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50%;
  border-top: 1px solid #ccc;
}
.gutter.gutter-vertical {
  cursor: row-resize;
}
#panels {
  position: relative;
  flex: 1 1;
  width: 100%;
}
#panels .panel {
  flex: 1 1;
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: column;
}
#panels .panel:first-of-type .subheader {
  padding-top: 4px;
  height: 45px;
}
#panels .panel .subheader {
  background: #EEEEEE;
  border-bottom: 1px solid #ccc;
  height: 42px;
  box-sizing: border-box;
  padding-top: 1px;
  padding-bottom: 4px;
}
#panels .panel .subheader .class-name {
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  margin-left: 12px;
}
#panels .panel .subheader .actions {
  float: right;
  margin-right: 12px;
}
#panels .panel .subheader button {
  margin: 0px;
  outline: 0;
}
#panels .panel .subheader button:hover {
  border-color: #aaa;
}
#panels .panel .subheader button.stick-left {
  margin-right: -5px;
}
#panels .panel .subheader button.stick-right {
  margin-left: -5px;
}
#panels .panel .subheader .close {
  background: none;
  border: 0;
  margin-top: 10px;
  vertical-align: top;
  background-position: center center;
  background-size: 14px 13px;
  background-repeat: no-repeat;
  background-image: url('icon_cross.eadf9162.png');
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #panels .panel .subheader .close {
    background-image: url('icon_cross@2x.48713b32.png');
  }
}
#panels .panel .editors {
  flex: 1 1;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
#panels .panel .editors .editor {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  font-family: "Roboto Mono";
}
#panels .panel .editors .proto-editor {
  left: 50%;
  right: 0;
}
#panels .panel .tooltip {
  display: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  background: #FFF6DC;
  border: 1px solid #E8CD7F;
  background-position: right 16px center;
  padding: 16px 46px 16px 16px;
  background-size: 16px 19px;
  background-repeat: no-repeat;
  background-image: url('icon_clipboard.b1a83c34.png');
  position: absolute;
  top: 66px;
  right: 16px;
  z-index: 1000;
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #panels .panel .tooltip {
    background-image: url('icon_clipboard@2x.58f15b30.png');
  }
}
.easy-autocomplete.eac-square ul {
  position: absolute;
  list-style: none;
  padding-left: 0px;
  margin-top: 2px;
  background-color: white;
}
.easy-autocomplete.eac-square ul li,
.easy-autocomplete.eac-square ul .eac-category {
  border-color: #7f8c8d;
  margin-top: -1px;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 14px;
  font-weight: 300;
  padding: 6px 12px;
  line-height: 20px;
}
.easy-autocomplete.eac-square ul li *,
.easy-autocomplete.eac-square ul .eac-category * {
  font-weight: 300;
}
.easy-autocomplete.eac-square ul li.selected,
.easy-autocomplete.eac-square ul .eac-category.selected {
  background-color: #f1f1f1;
  font-weight: 300;
}
.easy-autocomplete.eac-square ul li b,
.easy-autocomplete.eac-square ul .eac-category b {
  font-weight: 600;
}
.easy-autocomplete.eac-square ul li:hover {
  cursor: pointer;
}


/*# sourceMappingURL=/main.b9ae749b.css.map */