html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

body, html {
  background: #2C2E32;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: 'Arial', sans-serif;
  color: #a1a1a1;
  overflow: hidden; }

a, a:link, a:visited {
  text-decoration: none; }

.bold {
  font-weight: bold; }

.row {
  padding-top: 8px;
  display: flex;
  align-items: center; }
  .row:last-child {
    padding-bottom: 8px; }

.table_cell {
  display: table-cell;
  vertical-align: middle; }

.table {
  display: table; }

label {
  display: inline-block; }

.checkbox_root {
  width: 100%; }

.text_align_left {
  text-align: left !important; }

.text_align_right {
  text-align: right !important; }

table {
  border-collapse: collapse;
  text-align: right; }
  table td:nth-child(even) {
    text-align: left; }
  table tr {
    height: 35px; }
  table td {
    white-space: nowrap;
    height: 27px; }
    table td label {
      padding-right: 4px; }
  table td:not(:last-child) input {
    margin-right: 8px; }

.width_100 {
  width: 100%; }

.height_100 {
  height: 100%;
  box-sizing: border-box; }

svg {
  fill: none;
  display: block; }

input, textarea {
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 3px; }

input[type=checkbox] {
  display: none; }

input[type=color] {
  cursor: pointer; }

input[type=number]::-webkit-inner-spin-button {
  cursor: pointer; }

input {
  height: 27px; }

.column {
  padding-left: 12px;
  padding-right: 12px; }

textarea {
  width: 100%;
  font-size: 14px; }

.checkmark polyline {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10; }

.separator_hack {
  padding-top: 7px; }
  .separator_hack .separator {
    height: 1px !important; }

.separator {
  position: relative; }
  .separator.highlight:after {
    content: "";
    position: absolute;
    background: #828282; }
  .separator.shadow:before {
    content: "";
    position: absolute;
    background: #484848; }
  .separator.vertical_separator {
    height: 100%;
    width: 1px;
    margin-right: 1px; }
    .separator.vertical_separator.shadow {
      width: 2px; }
      .separator.vertical_separator.shadow:before {
        height: inherit;
        width: 1px; }
      .separator.vertical_separator.shadow:after {
        height: inherit;
        width: 1px;
        left: 1px; }
    .separator.vertical_separator.big {
      width: 1px;
      height: 26px;
      margin: 0; }
      .separator.vertical_separator.big:before {
        content: none; }
      .separator.vertical_separator.big:after {
        content: none; }
    .separator.vertical_separator.large {
      margin: 0 14px; }
  .separator.horizontal_separator {
    height: 1px;
    width: 100%; }
    .separator.horizontal_separator.shadow {
      height: 2px; }
      .separator.horizontal_separator.shadow:before {
        width: inherit;
        height: 1px; }
      .separator.horizontal_separator.shadow:after {
        width: inherit;
        height: 1px;
        top: 1px; }

.dark_input {
  border: none;
  background: #393d44;
  border-top: 1px solid rgba(0, 0, 0, 0.44);
  color: #c5c5c5;
  box-sizing: border-box; }
  .dark_input::-moz-placeholder {
    color: #818181; }
  .dark_input:-ms-input-placeholder {
    color: #818181; }
  .dark_input::placeholder {
    color: #818181; }
  .dark_input.small {
    width: 60px; }

.flex_grow_1 {
  flex-grow: 1; }

.hidden_font_loader {
  font-family: 'Open Sans', sans-serif;
  position: absolute; }

#file_selector {
  display: none; }

.center_center {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.color_input {
  position: absolute; }

.invisible_input {
  padding: 0;
  opacity: 0; }
  .invisible_input.for_height {
    width: 0; }
  .invisible_input.for_width {
    width: 57px;
    height: 0; }

.tooltip {
  display: none;
  position: absolute;
  background: #4be9ff;
  color: #000;
  text-align: center;
  padding: 7px 14px;
  border-radius: 3px;
  z-index: 2; }
  .tooltip::after {
    content: "";
    height: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 0; }
  .tooltip.left::after {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #4be9ff;
    border-top: 6px solid transparent;
    left: -6px; }
  .tooltip.right::after {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #4be9ff;
    border-top: 6px solid transparent;
    left: 100%; }

.button {
  color: #cfcfcf;
  background: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center; }
  .button:hover {
    cursor: pointer; }
    @media (min-width: 1025px) {
      .button:hover {
        background: initial;
        color: #fff; }
        .button:hover.icon_fill svg {
          fill: #fff; }
        .button:hover.icon_stroke svg {
          stroke: #fff; }
        .button:hover.with_border {
          border: 1px solid #fff; }
        .button:hover.with_glow {
          box-shadow: 0 0 7px 1px rgba(255, 255, 255, 0.3) !important; } }
  .button.icon_fill svg {
    fill: #cfcfcf; }
  .button.icon_stroke svg {
    stroke: #cfcfcf; }
  .button.with_border {
    border: 1px solid #909090; }
  .button.with_shadow {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) !important; }
  .button.top_shadow {
    border-top: 1px solid rgba(0, 0, 0, 0.44); }
  .button.tool {
    color: #cfcfcf;
    background: initial; }
    .button.tool:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.tool:hover {
          background: initial;
          color: #fff; }
          .button.tool:hover.icon_fill svg {
            fill: #fff; }
          .button.tool:hover.icon_stroke svg {
            stroke: #fff; }
          .button.tool:hover.with_border {
            border: 1px solid #fff; }
          .button.tool:hover.with_glow {
            box-shadow: none; } }
    .button.tool.icon_fill svg {
      fill: #cfcfcf; }
    .button.tool.icon_stroke svg {
      stroke: #cfcfcf; }
    .button.tool.with_border {
      border: 1px solid rgba(0, 0, 0, 0); }
    .button.tool.with_shadow {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) !important; }
    .button.tool.top_shadow {
      border-top: 1px solid rgba(0, 0, 0, 0.44); }
    .button.tool.active {
      color: #4be9ff;
      background: #393d44; }
      .button.tool.active:hover {
        cursor: pointer; }
        @media (min-width: 1025px) {
          .button.tool.active:hover {
            background: #393d44;
            color: #4be9ff; }
            .button.tool.active:hover.icon_fill svg {
              fill: #4be9ff; }
            .button.tool.active:hover.icon_stroke svg {
              stroke: #4be9ff; }
            .button.tool.active:hover.with_border {
              border: 1px solid rgba(0, 0, 0, 0); }
            .button.tool.active:hover.with_glow {
              box-shadow: none; } }
      .button.tool.active.icon_fill svg {
        fill: #4be9ff; }
      .button.tool.active.icon_stroke svg {
        stroke: #4be9ff; }
      .button.tool.active.with_border {
        border: 1px solid none; }
      .button.tool.active.with_shadow {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) !important; }
      .button.tool.active.top_shadow {
        border-top: 1px solid rgba(0, 0, 0, 0.44); }
  .button.green {
    color: #37FFC1;
    background: initial; }
    .button.green:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.green:hover {
          background: initial;
          color: #fff; }
          .button.green:hover.icon_fill svg {
            fill: #fff; }
          .button.green:hover.icon_stroke svg {
            stroke: #fff; }
          .button.green:hover.with_border {
            border: 1px solid #fff; }
          .button.green:hover.with_glow {
            box-shadow: 0 0 7px 1px rgba(55, 255, 193, 0.6) !important; } }
    .button.green.icon_fill svg {
      fill: #37FFC1; }
    .button.green.icon_stroke svg {
      stroke: #37FFC1; }
    .button.green.with_border {
      border: 1px solid #37FFC1; }
    .button.green.with_shadow {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) !important; }
    .button.green.top_shadow {
      border-top: 1px solid rgba(0, 0, 0, 0.44); }
    .button.green.active {
      color: #fff;
      background: #37bf95; }
      .button.green.active:hover {
        cursor: pointer; }
        @media (min-width: 1025px) {
          .button.green.active:hover {
            background: #37bf95;
            color: #fff; }
            .button.green.active:hover.icon_fill svg {
              fill: #fff; }
            .button.green.active:hover.icon_stroke svg {
              stroke: #fff; }
            .button.green.active:hover.with_border {
              border: 1px solid #37FFC1; }
            .button.green.active:hover.with_glow {
              box-shadow: none; } }
      .button.green.active.icon_fill svg {
        fill: #fff; }
      .button.green.active.icon_stroke svg {
        stroke: #fff; }
      .button.green.active.with_border {
        border: 1px solid #37FFC1; }
      .button.green.active.with_shadow {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important; }
      .button.green.active.top_shadow {
        border-top: 1px solid rgba(0, 0, 0, 0.44); }
  .button.blue_main {
    color: #4be9ff;
    background: initial; }
    .button.blue_main:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.blue_main:hover {
          background: initial;
          color: #fff; }
          .button.blue_main:hover.icon_fill svg {
            fill: #fff; }
          .button.blue_main:hover.icon_stroke svg {
            stroke: #fff; }
          .button.blue_main:hover.with_border {
            border: 1px solid #fff; }
          .button.blue_main:hover.with_glow {
            box-shadow: 0 0 7px 1px #4be9ff !important; } }
    .button.blue_main.icon_fill svg {
      fill: #4be9ff; }
    .button.blue_main.icon_stroke svg {
      stroke: #4be9ff; }
    .button.blue_main.with_border {
      border: 1px solid #4be9ff; }
    .button.blue_main.with_shadow {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) !important; }
    .button.blue_main.top_shadow {
      border-top: 1px solid rgba(0, 0, 0, 0.44); }
  .button.green_gray_3_5_3 {
    color: #37FFC1;
    background: #6f7274; }
    .button.green_gray_3_5_3:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.green_gray_3_5_3:hover {
          background: #6f7274;
          color: #fff; }
          .button.green_gray_3_5_3:hover.icon_fill svg {
            fill: #fff; }
          .button.green_gray_3_5_3:hover.icon_stroke svg {
            stroke: #fff; }
          .button.green_gray_3_5_3:hover.with_border {
            border: 1px solid #fff; }
          .button.green_gray_3_5_3:hover.with_glow {
            box-shadow: 0 0 7px 1px rgba(55, 255, 193, 0.6) !important; } }
    .button.green_gray_3_5_3.icon_fill svg {
      fill: #37FFC1; }
    .button.green_gray_3_5_3.icon_stroke svg {
      stroke: #37FFC1; }
    .button.green_gray_3_5_3.with_border {
      border: 1px solid #37FFC1; }
    .button.green_gray_3_5_3.with_shadow {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) !important; }
    .button.green_gray_3_5_3.top_shadow {
      border-top: 1px solid rgba(0, 0, 0, 0.44); }
  .button.gray_0 {
    color: #cfcfcf;
    background: #41464a; }
    .button.gray_0:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.gray_0:hover {
          background: #41464a;
          color: #fff; }
          .button.gray_0:hover.icon_fill svg {
            fill: #fff; }
          .button.gray_0:hover.icon_stroke svg {
            stroke: #fff; }
          .button.gray_0:hover.with_border {
            border: 1px solid #fff; }
          .button.gray_0:hover.with_glow {
            box-shadow: 0 0 7px 1px rgba(255, 255, 255, 0.3) !important; } }
    .button.gray_0.icon_fill svg {
      fill: #cfcfcf; }
    .button.gray_0.icon_stroke svg {
      stroke: #cfcfcf; }
    .button.gray_0.with_border {
      border: 1px solid #5C6065; }
    .button.gray_0.with_shadow {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) !important; }
    .button.gray_0.top_shadow {
      border-top: 1px solid rgba(0, 0, 0, 0.44); }
  .button.borderless_blue_4 {
    color: #fff;
    background: #2585cb; }
    .button.borderless_blue_4:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.borderless_blue_4:hover {
          background: #1472b6;
          color: #fff; }
          .button.borderless_blue_4:hover.icon_fill svg {
            fill: #fff; }
          .button.borderless_blue_4:hover.icon_stroke svg {
            stroke: #fff; }
          .button.borderless_blue_4:hover.with_border {
            border: 1px solid none; }
          .button.borderless_blue_4:hover.with_glow {
            box-shadow: none; } }
    .button.borderless_blue_4.icon_fill svg {
      fill: #fff; }
    .button.borderless_blue_4.icon_stroke svg {
      stroke: #fff; }
    .button.borderless_blue_4.with_border {
      border: 1px solid none; }
    .button.borderless_blue_4.with_shadow {
      box-shadow: 0 1px 1px none !important; }
    .button.borderless_blue_4.top_shadow {
      border-top: 1px solid rgba(0, 0, 0, 0.44); }
  .button.gray_3 {
    color: #c2c2c2;
    background: #5C6065; }
    .button.gray_3:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.gray_3:hover {
          background: #7c7c7c;
          color: #fff; }
          .button.gray_3:hover.icon_fill svg {
            fill: #fff; }
          .button.gray_3:hover.icon_stroke svg {
            stroke: #fff; }
          .button.gray_3:hover.with_border {
            border: 1px solid #c2c2c2; }
          .button.gray_3:hover.with_glow {
            box-shadow: none; } }
    .button.gray_3.icon_fill svg {
      fill: #c2c2c2; }
    .button.gray_3.icon_stroke svg {
      stroke: #c2c2c2; }
    .button.gray_3.with_border {
      border: 1px solid #7a8389; }
    .button.gray_3.with_shadow {
      box-shadow: 0 1px 1px none !important; }
    .button.gray_3.top_shadow {
      border-top: 1px solid rgba(0, 0, 0, 0.44); }
  .button.gray_3_blue {
    color: #4be9ff;
    background: #5C6065; }
    .button.gray_3_blue:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.gray_3_blue:hover {
          background: #7c7c7c;
          color: #fff; }
          .button.gray_3_blue:hover.icon_fill svg {
            fill: #fff; }
          .button.gray_3_blue:hover.icon_stroke svg {
            stroke: #fff; }
          .button.gray_3_blue:hover.with_border {
            border: 1px solid #c2c2c2; }
          .button.gray_3_blue:hover.with_glow {
            box-shadow: none; } }
    .button.gray_3_blue.icon_fill svg {
      fill: #4be9ff; }
    .button.gray_3_blue.icon_stroke svg {
      stroke: #4be9ff; }
    .button.gray_3_blue.with_border {
      border: 1px solid #7a8389; }
    .button.gray_3_blue.with_shadow {
      box-shadow: 0 1px 1px none !important; }
    .button.gray_3_blue.top_shadow {
      border-top: 1px solid rgba(0, 0, 0, 0.44); }
  .button.blue_8 {
    color: #b9e1ff;
    background: none; }
    .button.blue_8:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.blue_8:hover {
          background: none;
          color: #fff; }
          .button.blue_8:hover.icon_fill svg {
            fill: #fff; }
          .button.blue_8:hover.icon_stroke svg {
            stroke: #fff; }
          .button.blue_8:hover.with_border {
            border: 1px solid none; }
          .button.blue_8:hover.with_glow {
            box-shadow: none; } }
    .button.blue_8.icon_fill svg {
      fill: #b9e1ff; }
    .button.blue_8.icon_stroke svg {
      stroke: #b9e1ff; }
    .button.blue_8.with_border {
      border: 1px solid none; }
    .button.blue_8.with_shadow {
      box-shadow: 0 1px 1px none !important; }
    .button.blue_8.top_shadow {
      border-top: 1px solid rgba(0, 0, 0, 0.44); }
  .button.blue_4 {
    color: #b9e9ff;
    background: #2585cb; }
    .button.blue_4:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.blue_4:hover {
          background: #2585cb;
          color: #fff; }
          .button.blue_4:hover.icon_fill svg {
            fill: #fff; }
          .button.blue_4:hover.icon_stroke svg {
            stroke: #fff; }
          .button.blue_4:hover.with_border {
            border: 1px solid #b9e1ff; }
          .button.blue_4:hover.with_glow {
            box-shadow: none; } }
    .button.blue_4.icon_fill svg {
      fill: #b9e9ff; }
    .button.blue_4.icon_stroke svg {
      stroke: #b9e9ff; }
    .button.blue_4.with_border {
      border: 1px solid #4fb5ff; }
    .button.blue_4.with_shadow {
      box-shadow: 0 1px 1px none !important; }
    .button.blue_4.top_shadow {
      border-top: 1px solid rgba(0, 0, 0, 0.44); }
  .button.gray_3_5_3 {
    color: #cfcfcf;
    background: #6f7274; }
    .button.gray_3_5_3:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.gray_3_5_3:hover {
          background: #6f7274;
          color: #fff; }
          .button.gray_3_5_3:hover.icon_fill svg {
            fill: #fff; }
          .button.gray_3_5_3:hover.icon_stroke svg {
            stroke: #fff; }
          .button.gray_3_5_3:hover.with_border {
            border: 1px solid #cfcfcf; }
          .button.gray_3_5_3:hover.with_glow {
            box-shadow: none; } }
    .button.gray_3_5_3.icon_fill svg {
      fill: #cfcfcf; }
    .button.gray_3_5_3.icon_stroke svg {
      stroke: #cfcfcf; }
    .button.gray_3_5_3.with_border {
      border: 1px solid #979797; }
    .button.gray_3_5_3.with_shadow {
      box-shadow: 0 1px 1px none !important; }
    .button.gray_3_5_3.top_shadow {
      border-top: 1px solid rgba(0, 0, 0, 0.44); }
  .button.gray_1_1 {
    color: #cfcfcf;
    background: #4c4f53; }
    .button.gray_1_1:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.gray_1_1:hover {
          background: #4c4f53;
          color: #fff; }
          .button.gray_1_1:hover.icon_fill svg {
            fill: #fff; }
          .button.gray_1_1:hover.icon_stroke svg {
            stroke: #fff; }
          .button.gray_1_1:hover.with_border {
            border: 1px solid #cfcfcf; }
          .button.gray_1_1:hover.with_glow {
            box-shadow: none; } }
    .button.gray_1_1.icon_fill svg {
      fill: #cfcfcf; }
    .button.gray_1_1.icon_stroke svg {
      stroke: #cfcfcf; }
    .button.gray_1_1.with_border {
      border: 1px solid #979797; }
    .button.gray_1_1.with_shadow {
      box-shadow: 0 1px 1px none !important; }
    .button.gray_1_1.top_shadow {
      border-top: 1px solid rgba(0, 0, 0, 0.44); }
  .button.hover_red_1 {
    color: #cfcfcf;
    background: #6f7274; }
    .button.hover_red_1:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.hover_red_1:hover {
          background: #6f7274;
          color: #ffa7a7; }
          .button.hover_red_1:hover.icon_fill svg {
            fill: #ffa7a7; }
          .button.hover_red_1:hover.icon_stroke svg {
            stroke: #ffa7a7; }
          .button.hover_red_1:hover.with_border {
            border: 1px solid #ff8686; }
          .button.hover_red_1:hover.with_glow {
            box-shadow: none; } }
    .button.hover_red_1.icon_fill svg {
      fill: #cfcfcf; }
    .button.hover_red_1.icon_stroke svg {
      stroke: #cfcfcf; }
    .button.hover_red_1.with_border {
      border: 1px solid #979797; }
    .button.hover_red_1.with_shadow {
      box-shadow: 0 1px 1px none !important; }
    .button.hover_red_1.top_shadow {
      border-top: 1px solid rgba(0, 0, 0, 0.44); }
  .button.red_1 {
    color: #fff;
    background: #e26e64; }
    .button.red_1:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.red_1:hover {
          background: #e26e64;
          color: #fff; }
          .button.red_1:hover.icon_fill svg {
            fill: #fff; }
          .button.red_1:hover.icon_stroke svg {
            stroke: #fff; }
          .button.red_1:hover.with_border {
            border: 1px solid #fff; }
          .button.red_1:hover.with_glow {
            box-shadow: none; } }
    .button.red_1.icon_fill svg {
      fill: #fff; }
    .button.red_1.icon_stroke svg {
      stroke: #fff; }
    .button.red_1.with_border {
      border: 1px solid #ffa7a7; }
    .button.red_1.with_shadow {
      box-shadow: 0 1px 1px none !important; }
    .button.red_1.top_shadow {
      border-top: 1px solid rgba(0, 0, 0, 0.44); }
  .button.disabled {
    color: #b7b7b7;
    background: #8a8a8a; }
    .button.disabled:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.disabled:hover {
          background: #8a8a8a;
          color: #b7b7b7; }
          .button.disabled:hover.icon_fill svg {
            fill: #b7b7b7; }
          .button.disabled:hover.icon_stroke svg {
            stroke: #b7b7b7; }
          .button.disabled:hover.with_border {
            border: 1px solid #a1a1a1; }
          .button.disabled:hover.with_glow {
            box-shadow: none; } }
    .button.disabled.icon_fill svg {
      fill: #b7b7b7; }
    .button.disabled.icon_stroke svg {
      stroke: #b7b7b7; }
    .button.disabled.with_border {
      border: 1px solid #a1a1a1; }
    .button.disabled.with_shadow {
      box-shadow: 0 1px 1px none !important; }
    .button.disabled.top_shadow {
      border-top: 1px solid rgba(0, 0, 0, 0.44); }
  .button.sub_button {
    font-size: 26px;
    margin-left: 20px;
    color: #788189;
    background: initial; }
    .button.sub_button:last-child {
      margin-right: 20px; }
    .button.sub_button:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.sub_button:hover {
          background: initial;
          color: #caced5; }
          .button.sub_button:hover.icon_fill svg {
            fill: #caced5; }
          .button.sub_button:hover.icon_stroke svg {
            stroke: #caced5; }
          .button.sub_button:hover.with_border {
            border: 1px solid initial; }
          .button.sub_button:hover.with_glow {
            box-shadow: 0 0 7px 1px rgba(255, 255, 255, 0.3) !important; } }
    .button.sub_button.icon_fill svg {
      fill: #788189; }
    .button.sub_button.icon_stroke svg {
      stroke: #788189; }
    .button.sub_button.with_border {
      border: 1px solid initial; }
    .button.sub_button.with_shadow {
      box-shadow: 0 1px 1px initial !important; }
    .button.sub_button.top_shadow {
      border-top: 1px solid rgba(0, 0, 0, 0.44); }
    .button.sub_button.active {
      color: #fff;
      background: initial; }
      .button.sub_button.active:hover {
        cursor: pointer; }
        @media (min-width: 1025px) {
          .button.sub_button.active:hover {
            background: initial;
            color: #fff; }
            .button.sub_button.active:hover.icon_fill svg {
              fill: #fff; }
            .button.sub_button.active:hover.icon_stroke svg {
              stroke: #fff; }
            .button.sub_button.active:hover.with_border {
              border: 1px solid initial; }
            .button.sub_button.active:hover.with_glow {
              box-shadow: 0 0 7px 1px initial !important; } }
      .button.sub_button.active.icon_fill svg {
        fill: #fff; }
      .button.sub_button.active.icon_stroke svg {
        stroke: #fff; }
      .button.sub_button.active.with_border {
        border: 1px solid initial; }
      .button.sub_button.active.with_shadow {
        box-shadow: 0 1px 1px initial !important; }
      .button.sub_button.active.top_shadow {
        border-top: 1px solid rgba(0, 0, 0, 0.44); }
  .button.expand {
    position: relative;
    box-sizing: border-box; }
    .button.expand .v_line {
      display: none; }
    .button.expand.closed .v_line {
      display: block; }
    .button.expand .h_line, .button.expand .v_line {
      background: #c2c2c2;
      position: absolute; }
    .button.expand:hover .h_line, .button.expand:hover .v_line {
      background: #fff; }
    .button.expand .loading_donut {
      display: none; }
    .button.expand.loading .loading_donut {
      display: block !important; }
    .button.expand.loading .h_line, .button.expand.loading .v_line {
      display: none; }
    .button.expand.expand_big {
      border-radius: 5px;
      height: 28px;
      width: 28px;
      margin-right: 15px; }
      .button.expand.expand_big .h_line {
        height: 2px;
        width: 18px;
        left: 5px;
        top: 13px; }
      .button.expand.expand_big .v_line {
        width: 2px;
        height: 18px;
        left: 13px;
        top: 5px; }
    .button.expand.expand_small {
      height: 19px;
      width: 19px;
      border-radius: 3px; }
      .button.expand.expand_small .h_line {
        height: 1px;
        width: 11px;
        left: 4px;
        top: 9px; }
      .button.expand.expand_small .v_line {
        width: 1px;
        height: 11px;
        left: 9px;
        top: 4px; }
  .button.tab {
    font-size: 16px;
    padding: 16px 29px 14px 29px;
    border-radius: 5px 5px 0 0;
    display: inline-block;
    color: #a2a2a2;
    background: #4d5154; }
    .button.tab:not(:last-child) {
      margin-right: 4px; }
    .button.tab:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.tab:hover {
          background: #5D6065;
          color: #fff; }
          .button.tab:hover.icon_fill svg {
            fill: #fff; }
          .button.tab:hover.icon_stroke svg {
            stroke: #fff; }
          .button.tab:hover.with_border {
            border: 1px solid #fff; }
          .button.tab:hover.with_glow {
            box-shadow: 0 0 7px 1px rgba(255, 255, 255, 0.3) !important; } }
    .button.tab.icon_fill svg {
      fill: #a2a2a2; }
    .button.tab.icon_stroke svg {
      stroke: #a2a2a2; }
    .button.tab.with_border {
      border: 1px solid #6f757a; }
    .button.tab.with_shadow {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important; }
    .button.tab.top_shadow {
      border-top: 1px solid rgba(0, 0, 0, 0.44); }
    .button.tab.active {
      color: #fff;
      background: #6f757a; }
      .button.tab.active:hover {
        cursor: pointer; }
        @media (min-width: 1025px) {
          .button.tab.active:hover {
            background: #6f757a;
            color: #fff; }
            .button.tab.active:hover.icon_fill svg {
              fill: #fff; }
            .button.tab.active:hover.icon_stroke svg {
              stroke: #fff; }
            .button.tab.active:hover.with_border {
              border: 1px solid #a2a2a2; }
            .button.tab.active:hover.with_glow {
              box-shadow: 0 0 7px 1px initial !important; } }
      .button.tab.active.icon_fill svg {
        fill: #fff; }
      .button.tab.active.icon_stroke svg {
        stroke: #fff; }
      .button.tab.active.with_border {
        border: 1px solid #a2a2a2; }
      .button.tab.active.with_shadow {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important; }
      .button.tab.active.top_shadow {
        border-top: 1px solid rgba(0, 0, 0, 0.44); }
  .button.small {
    border-radius: 3px;
    min-width: 80px;
    padding: 5px 9px;
    font-size: 12px; }
  .button.medium.box {
    width: 29px;
    height: 29px;
    border-radius: 4px; }
  .button.close svg {
    height: 13px;
    fill: #fff; }
  .button.huge {
    border-radius: 5px;
    font-size: 16px;
    height: 50px; }
  .button.big {
    border-radius: 3px;
    font-size: 12px;
    height: 43px;
    width: 120px;
    margin: 0 4px; }
    @media (max-width: 768px) {
      .button.big.resize {
        font-size: 11px;
        height: 34px;
        width: 100px; } }
    .button.big.box {
      width: 43px; }
      @media (max-width: 768px) {
        .button.big.box.resize {
          width: 34px; } }
    .button.big.home svg {
      height: 13px; }
    @media (min-width: 1200px) {
      .button.big.hamburger {
        display: none; } }
    .button.big.hamburger svg {
      height: 12px; }
      .button.big.hamburger svg.close {
        height: 14px; }
      @media (max-width: 768px) {
        .button.big.hamburger svg {
          height: 10px; }
          .button.big.hamburger svg.close {
            height: 12px; } }
  .button.link {
    text-decoration: underline;
    display: inline-block; }
  .button.dropdown {
    padding: 0;
    position: relative; }
    .button.dropdown .triangle {
      top: 0;
      position: relative; }
    .button.dropdown.open {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .button.dropdown.open .options {
        display: block;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.34); }
      .button.dropdown.open .table .arrow_cell .triangle {
        transform: rotate(180deg);
        top: -2px; }
    .button.dropdown.border_gray_5_2, .button.dropdown.border_gray_6_5 {
      border-color: #979797; }
      .button.dropdown.border_gray_5_2 .table .arrow_cell, .button.dropdown.border_gray_6_5 .table .arrow_cell {
        border-color: #979797; }
      .button.dropdown.border_gray_5_2 .options, .button.dropdown.border_gray_6_5 .options {
        border-color: #979797; }
        .button.dropdown.border_gray_5_2 .options .horizontal_separator, .button.dropdown.border_gray_6_5 .options .horizontal_separator {
          background: #979797; }
      .button.dropdown.border_gray_5_2 .triangle, .button.dropdown.border_gray_6_5 .triangle {
        fill: #cfcfcf; }
    .button.dropdown.border_blue_6_5 {
      border-color: #76c6ff; }
      .button.dropdown.border_blue_6_5 .table .arrow_cell {
        border-color: #76c6ff; }
      .button.dropdown.border_blue_6_5 .options {
        border-color: #76c6ff; }
        .button.dropdown.border_blue_6_5 .options .horizontal_separator {
          background: #76c6ff; }
      .button.dropdown.border_blue_6_5 .triangle {
        fill: #76c6ff; }
    .button.dropdown.border_orange_5 {
      border-color: #ffb154; }
      .button.dropdown.border_orange_5 .table .arrow_cell {
        border-color: #ffb154; }
      .button.dropdown.border_orange_5 .options {
        border-color: #ffb154; }
        .button.dropdown.border_orange_5 .options .horizontal_separator {
          background: #ffb154; }
      .button.dropdown.border_orange_5 .triangle {
        fill: #ffb154; }
    .button.dropdown.border_green_2 {
      border-color: #37FFC1; }
      .button.dropdown.border_green_2 .table .arrow_cell {
        border-color: #37FFC1; }
      .button.dropdown.border_green_2 .options {
        border-color: #37FFC1; }
        .button.dropdown.border_green_2 .options .horizontal_separator {
          background: #37FFC1; }
      .button.dropdown.border_green_2 .triangle {
        fill: #37FFC1; }
    @media (min-width: 1025px) {
      .button.dropdown.gray_1_1 .table:hover {
        background: #6f7274;
        color: #fff; } }
    @media (min-width: 1025px) {
      .button.dropdown.gray_1_1 .option_container:hover .option {
        background: #6f7274;
        color: #fff; } }
    .button.dropdown.gray_1_1 .options {
      background: #4c4f53; }
    @media (min-width: 1025px) {
      .button.dropdown.gray_1_1:hover {
        color: #cfcfcf; }
        .button.dropdown.gray_1_1:hover .table .arrow_cell {
          border-color: #cfcfcf; }
        .button.dropdown.gray_1_1:hover .options {
          border-color: #cfcfcf; }
          .button.dropdown.gray_1_1:hover .options .horizontal_separator {
            background: #cfcfcf; }
        .button.dropdown.gray_1_1:hover .triangle {
          fill: #fff; } }
    .button.dropdown .options {
      width: 100%;
      top: 100%;
      display: none;
      position: absolute;
      border: 1px solid;
      border-top: none;
      z-index: 1;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
    .button.dropdown .option {
      padding: 5px 10px;
      text-align: left; }
      @media (min-width: 1025px) {
        .button.dropdown .option:hover {
          color: #fff; } }
    .button.dropdown .table {
      width: 100%;
      position: relative; }
      .button.dropdown .table .active {
        display: block; }
      .button.dropdown .table .text_cell {
        text-align: left; }
      .button.dropdown .table .arrow_cell {
        width: 22px;
        padding-right: 1px;
        padding-top: 1px;
        border-left: 1px solid; }
        .button.dropdown .table .arrow_cell svg {
          margin: 0 auto; }
  .button.icon_box {
    padding-top: 4px;
    padding-bottom: 4px;
    flex-direction: row;
    justify-content: flex-start;
    transform: translateZ(0);
    height: 27px; }
    .button.icon_box.checkbox {
      padding-right: 4px !important; }
    .button.icon_box div:first-child {
      padding-right: 8px; }
    .button.icon_box .icon {
      height: 11px;
      width: 39px; }
    .button.icon_box .box {
      width: 17px;
      height: 17px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 3px; }
      .button.icon_box .box .checkmark {
        margin-top: -1px;
        display: none; }
    .button.icon_box .text {
      flex-grow: 1;
      white-space: nowrap; }
    .button.icon_box.radio .box {
      border-radius: 50%; }
      .button.icon_box.radio .box .circle {
        width: 6px;
        height: 6px;
        display: none;
        border-radius: 50%;
        margin-top: -1px; }

header .normal_nav {
  display: table;
  background: #5C6065;
  width: 100%;
  padding: 13px;
  box-sizing: border-box; }
  header .normal_nav > .table_cell:first-child,
  header .normal_nav > .table_cell:last-child {
    width: 0.1%;
    white-space: nowrap; }
  @media (max-width: 768px) {
    header .normal_nav {
      padding: 8px; } }
  header .normal_nav .logo_cell {
    vertical-align: top; }
  header .normal_nav .logo {
    margin-left: 6px;
    margin-right: 3px;
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.2)); }
    @media (max-width: 768px) {
      header .normal_nav .logo {
        margin-left: 1px; } }
    header .normal_nav .logo svg {
      fill: #4be9ff;
      width: 127px;
      height: 40px; }
      @media (max-width: 768px) {
        header .normal_nav .logo svg {
          height: 30px; } }
    header .normal_nav .logo:hover {
      filter: none; }
      @media (min-width: 1025px) {
        header .normal_nav .logo:hover svg {
          fill: #fff; } }
  header .normal_nav .navigation {
    display: table; }
  header .normal_nav .user_section {
    display: table; }
    header .normal_nav .user_section .user_info {
      padding-right: 4px;
      text-align: right;
      color: #cfcfcf;
      padding-top: 1px; }
      header .normal_nav .user_section .user_info .name {
        color: #fff; }
    header .normal_nav .user_section .button {
      margin-right: 0; }
  header .normal_nav .vertical_separator {
    height: 43px; }
    @media (max-width: 768px) {
      header .normal_nav .vertical_separator {
        margin: 0 10px 0 5px; } }

.mobile_nav {
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  transition: height 420ms cubic-bezier(0.45, 0.78, 0, 1); }
  .mobile_nav.hidden {
    position: absolute;
    visibility: hidden; }
  .mobile_nav.loaded {
    position: initial;
    visibility: visible; }
  .mobile_nav.closed .buttons_container {
    padding-top: 0; }
  .mobile_nav .buttons_container {
    transition: padding-top 420ms cubic-bezier(0.45, 0.78, 0, 1);
    padding: 17px 25px 18px;
    background: #2C2E32; }
    @media (max-width: 768px) {
      .mobile_nav .buttons_container {
        padding: 10px 20px; } }
  .mobile_nav .button, .mobile_nav .horizontal_separator {
    margin: 7.5px auto;
    width: 100%; }
    @media (max-width: 768px) {
      .mobile_nav .button, .mobile_nav .horizontal_separator {
        float: none;
        margin: 15px auto; } }
  .mobile_nav .user_info {
    color: #cfcfcf;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-top: 9px;
    margin-bottom: 8.5px; }
    @media (max-width: 768px) {
      .mobile_nav .user_info {
        margin-top: 18px;
        margin-bottom: 17px; } }
    .mobile_nav .user_info .name, .mobile_nav .user_info .position {
      display: inline; }
  .mobile_nav .horizontal_separator, .mobile_nav .button, .mobile_nav .user_info {
    float: right;
    max-width: 300px; }
    @media (max-width: 768px) {
      .mobile_nav .horizontal_separator, .mobile_nav .button, .mobile_nav .user_info {
        float: none; } }

.main {
  display: flex;
  justify-content: center;
  background: #43474d;
  font-size: 12px; }
  .main .separator.shadow:before {
    background: #32383f; }
  .main .separator.shadow:after {
    background: #5e636c; }
  .main .table_cell:not(:first-child) {
    padding-left: 8px; }

.sidebar {
  height: 100%;
  background: #43474d;
  padding: 8px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden; }

.mid_section {
  width: 100%;
  height: 100%; }

.collapsable.collapsed {
  display: none; }

.properties {
  display: flex;
  position: relative;
  max-height: 120px;
  height: 120px;
  box-sizing: border-box;
  border-left: 1px solid #32383f;
  border-right: 1px solid #32383f;
  padding-bottom: 4px;
  padding-top: 4px; }
  .properties .content {
    width: 100%;
    display: flex; }
  .properties.settings .content:not(.active) {
    display: none; }
  .properties table {
    margin-left: auto; }
  .properties.collapsed {
    height: 43px; }

.elements {
  border-radius: 4px;
  background: #393d44;
  width: 100%;
  height: 100%;
  padding: 0 0 8px 8px;
  box-sizing: border-box;
  overflow: auto; }
  .elements .icon_box {
    margin-right: 8px;
    margin-top: 8px;
    display: flex;
    float: left; }

.stage {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2C2E32;
  overflow: auto;
  box-sizing: border-box;
  height: 100%;
  position: relative; }
  .stage .sequence {
    cursor: pointer; }
    .stage .sequence:hover .sequence_selection_box {
      stroke: #00d491; }
    .stage .sequence.selected .sequence_selection_box {
      stroke: #1bb7ff; }
    .stage .sequence.selected .gene_selection_box:hover {
      stroke: #ff4b9f; }
    .stage .sequence.selected .gene_selection_box.gene_selected {
      stroke: #ffa12d; }

.paper {
  width: 1200px;
  height: 240px;
  background: #fff; }

.real_paper {
  position: absolute;
  left: 0;
  top: 0; }

.toolbar .tool {
  width: 36px;
  height: 36px;
  border-radius: 3px; }
  .toolbar .tool.active {
    border-top: 1px solid rgba(0, 0, 0, 0.34) !important;
    cursor: initial !important; }
  .toolbar .tool svg {
    stroke-width: 1.4; }
  .toolbar .tool.arrow {
    stroke-dasharray: 3,3; }
  .toolbar .tool.color {
    padding: 2px;
    box-sizing: border-box; }
    .toolbar .tool.color .color_box {
      width: 100%;
      height: 100%;
      border-radius: 2px; }
    .toolbar .tool.color .border {
      background: #000; }
      .toolbar .tool.color .border .identifier {
        border: 1px solid #909090; }
    .toolbar .tool.color .fill {
      background: #fff; }
      .toolbar .tool.color .fill .identifier {
        background: #909090;
        margin-top: 1px;
        margin-left: 1px; }
    .toolbar .tool.color .identifier_box {
      margin-top: 2px;
      margin-left: 2px;
      padding-top: 2px;
      padding-left: 2px;
      width: 10px;
      height: 10px;
      background: #43474d;
      border-radius: 1px; }
    .toolbar .tool.color .identifier {
      width: 6px;
      height: 6px;
      border-radius: 1px; }

/*# sourceMappingURL=styles.css.map */
