@font-face {
  font-family: 'fontello';
  src: url('../assets/font/fontello.eot?72001');
  src: url('../assets/font/fontello.eot?72001#iefix') format('embedded-opentype'), url('../assets/font/fontello.woff2?72001') format('woff2'), url('../assets/font/fontello.woff?72001') format('woff'), url('../assets/font/fontello.ttf?72001') format('truetype'), url('../assets/font/fontello.svg?72001#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.justify {
  text-align: justify;
}
.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.row {
  position: relative;
  width: 100%;
}
.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}
.col-1-sm {
  width: 4.33%;
}
.col-2-sm {
  width: 12.66%;
}
.col-3-sm {
  width: 21%;
}
.col-4-sm {
  width: 29.33%;
}
.col-5-sm {
  width: 37.66%;
}
.col-6-sm {
  width: 46%;
}
.col-7-sm {
  width: 54.33%;
}
.col-8-sm {
  width: 62.66%;
}
.col-9-sm {
  width: 71%;
}
.col-10-sm {
  width: 79.33%;
}
.col-11-sm {
  width: 87.66%;
}
.col-12-sm {
  width: 96%;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.hidden-sm {
  display: none;
}
@media only screen and (min-width: 33.75em) {
  /* 540px */
  .container {
    width: 80%;
  }
}
@media only screen and (min-width: 45em) {
  /* 720px */
  .col-1 {
    width: 4.33%;
  }
  .col-2 {
    width: 12.66%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.33%;
  }
  .col-5 {
    width: 37.66%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.33%;
  }
  .col-8 {
    width: 62.66%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.33%;
  }
  .col-11 {
    width: 87.66%;
  }
  .col-12 {
    width: 96%;
  }
  .hidden-sm {
    display: block;
  }
}
@media only screen and (min-width: 60em) {
  /* 960px */
  .container {
    width: 75%;
    max-width: 65rem;
  }
  .hidden-md {
    display: none;
  }
}
.icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amp {
  max-width: 100%;
  line-height: 1.5;
  /*Context menu*/
}
.amp .context-menu {
  box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  display: none;
  background: #fff;
  font-weight: normal;
  padding: 15px;
  font-family: sans-serif;
  font-size: 12px;
  z-index: 9999;
}
.amp .context-menu .input-group {
  padding: 10px 0;
}
.amp .context-menu .input-group input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  -webkit-appearance: initial;
}
.amp .context-menu button {
  margin: 0;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  font-family: sans-serif;
}
.amp .context-menu button:hover {
  box-shadow: 0 1px 0px #ccc;
  color: orangered;
}
.amp .context-menu button:focus {
  outline: orangered;
}
.amp hr {
  border: none;
  background: #ccc !important;
  height: 1px !important;
  width: 100% !important;
  margin: 15px 0 !important;
  max-width: 100% !important;
}
.amp .light-item {
  font-family: sans-serif;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.amp .light-item:hover {
  background: orangered;
  color: #fff;
  border-radius: 3px;
}
.amp .light-options {
  font-family: sans-serif;
  font-size: 12px;
}
.amp .mini-input {
  display: inline-block;
  width: 50px !important;
  font-family: sans-serif;
}
.amp .welcome,
.amp .start {
  color: #666;
  text-align: center;
  font-family: sans-serif;
  padding-top: 10%;
}
.amp .welcome h3,
.amp .start h3 {
  font-size: 18px;
}
.amp .welcome p,
.amp .start p {
  font-size: 13px;
  font-family: sans-serif;
}
.amp .welcome input,
.amp .start input {
  width: 30%;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 12px;
  font-family: sans-serif;
}
.amp .welcome button,
.amp .start button {
  margin: 0;
  margin-top: 10px;
  padding: 8px 12px;
  border-radius: 3px;
  border: none;
  font-size: 12px;
  font-family: sans-serif;
}
.amp .welcome .primary-button,
.amp .start .primary-button {
  background: orangered;
  color: #fff;
}
.amp .welcome .secondary-button,
.amp .start .secondary-button {
  background: grey;
  color: #fff;
}
.amp .amp-tooltip {
  display: none;
  min-width: 200px;
  margin-top: 5px;
  background: #fff;
  font-size: 13px;
  z-index: 9999;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0px #ccc;
  position: absolute;
}
.amp .amp-tooltip .amp-tooltip-header,
.amp .amp-tooltip .amp-tooltip-body,
.amp .amp-tooltip .amp-tooltip-footer {
  padding: 15px;
  font-family: sans-serif;
  border-bottom: 1px solid #ccc;
}
.amp .amp-tooltip .amp-tooltip-header,
.amp .amp-tooltip .amp-tooltip-footer {
  padding: 10px;
}
.amp .amp-tooltip .amp-tooltip-header {
  font-size: 14px;
  font-weight: bold;
}
.amp .amp-tooltip input,
.amp .amp-tooltip select {
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 13px;
  font-family: sans-serif;
  line-height: 1;
  -webkit-appearance: initial;
}
.amp .amp-tooltip select {
  width: 100%;
  background: #fff;
  font-family: sans-serif;
}
.amp .amp-tooltip label {
  display: block;
  font-family: sans-serif;
  font-size: 12px;
  margin-bottom: 5px;
}
.amp .amp-tooltip .amp-input-group {
  margin-bottom: 10px;
}
.amp .amp-tooltip button {
  margin: 0;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  font-family: sans-serif;
}
.amp .amp-tooltip button:hover {
  box-shadow: 0 1px 0px #ccc;
  color: orangered;
}
.amp .amp-tooltip button:focus {
  outline: orangered;
}
.amp .amp-tooltip input {
  width: 90%;
}
.amp .amp-toolbar button {
  margin: 0;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  font-weight: normal;
  font-size: 13px;
  font-family: sans-serif;
}
.amp .amp-toolbar button:hover {
  box-shadow: 0 1px 0px #ccc;
  color: orangered;
}
.amp .amp-toolbar button:focus {
  outline: orangered;
}
.amp .amp-toolbar .subscribe-button {
  padding: 5px 10px;
  margin-left: 5px;
}
.amp .amp-toolbar .subscribe-field {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.amp .amp-toolbar select {
  margin: 0;
  padding: 7px 12px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  min-width: 200px;
  font-family: sans-serif;
}
.amp .amp-toolbar select:focus {
  outline: none;
}
.amp .amp-toolbar .amp-info {
  display: inline-block;
  font-size: 12px;
  font-family: sans-serif;
  background: #eee;
  padding: 5px;
  margin: 5px 0 0 0;
  border: 1px solid #ccc;
}
.amp .amp-toolbar .amp-info .amp-info-value {
  background: orangered;
  color: #fff;
  padding: 0 5px;
}
.amp .amp-content {
  margin-top: 5px;
  height: auto;
  padding: 0px;
}
.amp #canvas-container {
  width: 100%;
  padding: 10px;
  background: #000;
  /*min-height: 500px;*/
  border: 1px solid #ccc;
}
.amp #grid-canvas {
  background: '#000000';
  /*background: #951500;*/
  /*border    : 2px solid black;*/
}

