/*!*****************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./app.scss ***!
  \*****************************************************************************************************/
@font-face {
  font-family: "Inder Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Inder Regular"), url(79412feb336169bb0dac07cd51f00d0a.woff) format("woff");
}
/* Colors */
/* Brand role */
/* Structural role */
/* Functional role */
/* Fonts */
.gm-align-center {
  text-align: center !important;
}

.gm-margin-center {
  margin: 0 auto !important;
}

.gm-pull-right {
  float: right !important;
}

.gm-spacing-s {
  margin: 3px;
}

.gm-spacing-m {
  margin: 6px;
}

.gm-spacing-l {
  margin: 10px;
}

.gm-spacing-vl {
  margin: 15px;
}

.gm-spacing-rs {
  margin-right: 3px;
}

.gm-spacing-rm {
  margin-right: 6px;
}

.gm-spacing-rl {
  margin-right: 10px;
}

.gm-spacing-rvl {
  margin-right: 15px;
}

.gm-spacing-bs {
  margin-bottom: 3px;
}

.gm-spacing-bm {
  margin-bottom: 6px;
}

.gm-spacing-bl {
  margin-bottom: 10px;
}

.gm-spacing-bvl {
  margin-bottom: 15px;
}

.gm-spacing-ls {
  margin-left: 3px;
}

.gm-spacing-lm {
  margin-left: 6px;
}

.gm-spacing-ll {
  margin-left: 10px;
}

.gm-spacing-lvl {
  margin-left: 15px;
}

.gm-spacing-ts {
  margin-top: 3px;
}

.gm-spacing-tm {
  margin-top: 6px;
}

.gm-spacing-tl {
  margin-top: 10px;
}

.gm-spacing-tvl {
  margin-top: 15px;
}

@font-face {
  font-family: "graphen-icons";
  src: url(0a6324964c142683c7a8f401d6cc9134.eot);
  src: url(0a6324964c142683c7a8f401d6cc9134.eot#iefix) format("embedded-opentype"), url(3d0b9bd0897179b9fdf7fc684409f587.ttf) format("truetype"), url(9bd8bcb725e17f536ca3943933c5652a.woff) format("woff"), url(bcc966906f06bf74c7ada4fac58b2f00.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.gc-icon {
  /* stylelint-disable */
  font-family: "graphen-icons" !important;
  /* stylelint-enable */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gc-icon--circle-up::before {
  content: "\ea41";
}
.gc-icon--circle-right::before {
  content: "\ea42";
}
.gc-icon--circle-down::before {
  content: "\ea43";
}
.gc-icon--circle-left::before {
  content: "\ea44";
}
.gc-icon--fire::before {
  content: "\e9a9";
}
.gc-icon--man::before {
  content: "\e9dc";
}
.gc-icon--menu::before {
  content: "\e9bd";
}
.gc-icon--menu2::before {
  content: "\e9be";
}
.gc-icon--menu3::before {
  content: "\e9bf";
}
.gc-icon--menu4::before {
  content: "\e9c0";
}
.gc-icon--thermometer-half::before {
  content: "\e900";
}
.gc-icon--radio-checked::before {
  content: "\ea54";
}
.gc-icon--radio-checked2::before {
  content: "\ea55";
}
.gc-icon--radio-unchecked::before {
  content: "\ea56";
}
.gc-icon--small {
  font-size: 12px;
}
.gc-icon--medium {
  font-size: 16px;
}
.gc-icon--large {
  font-size: 20px;
}

.gc-logo {
  font-family: "Inder Regular", sans-serif;
  font-size: 24px;
  color: #585858;
}

.gc-alert, .login-box__alert, .alert-panel__alert {
  border-width: 1px;
  border-style: solid;
  padding: 10px 6px;
}
.gc-alert--danger, .login-box__alert, .alert-panel__alert--error {
  color: #db5551;
  border-color: #db5551;
  background-color: #f4cecd;
}
.gc-alert--success, .alert-panel__alert--info {
  color: #00af87;
  border-color: #00af87;
  background-color: #b5f2e4;
}
.gc-alert--info {
  color: #337ab7;
  border-color: #337ab7;
  background-color: #cce7f0;
}

.gc-header {
  display: flex;
  align-items: center;
}
.gc-header--default {
  background-color: #fdfdfd;
  border-bottom: 1px solid #e5e5e5;
}
.gc-header__logo {
  flex-basis: 10%;
  flex-grow: 1;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 53px;
}
.gc-header__navigation {
  flex-basis: 90%;
  flex-grow: 9;
  overflow-x: scroll;
}

.gc-page {
  box-sizing: border-box;
  padding: 15px 5% 0;
  width: 100vw;
  flex: 1;
}

.main-content {
  padding: 15px 5% 0;
  width: 100vw;
}

.gc-footer {
  padding: 10px;
  font-size: 12px;
  margin-top: 20px;
}
.gc-footer--default {
  background-color: #fdfdfd;
}

.gc-body {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
  font-family: Arial;
  font-weight: 100;
  font-size: 14px;
  color: #585858;
}
.gc-body a {
  cursor: pointer;
  text-decoration: none;
}
.gc-body--default {
  background-color: #fff;
}

.gc-btn {
  padding: 0 11.3333333333px;
  font-size: 13.3333333333px;
  line-height: 34px;
  box-sizing: border-box;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 3px;
  user-select: none;
  vertical-align: middle;
}
.gc-btn--medium {
  padding: 0 11.3333333333px;
  font-size: 13.3333333333px;
  line-height: 34px;
}
.gc-btn--small {
  padding: 0 6.6666666667px;
  font-size: 8.6666666667px;
  line-height: 20px;
}
.gc-btn--full {
  width: 100%;
  display: block;
}
.gc-btn--primary {
  background-color: #337ab7;
  color: #fff;
}
.gc-btn--primary:hover {
  background-color: rgb(39.8846153846, 95.4102564103, 143.1153846154);
}
.gc-btn--secondary {
  background: #fff;
  color: #337ab7;
  border-width: 1px;
  border-style: solid;
  border-color: #337ab7;
}
.gc-btn--secondary:hover {
  border-color: rgb(39.8846153846, 95.4102564103, 143.1153846154);
  color: rgb(39.8846153846, 95.4102564103, 143.1153846154);
}
.gc-btn--tertiary {
  background: #fff;
  color: #337ab7;
  border: none;
}
.gc-btn--tertiary:hover {
  color: rgb(39.8846153846, 95.4102564103, 143.1153846154);
}
.gc-btn--danger {
  background-color: #db5551;
  color: #fff;
}
.gc-btn--danger:hover {
  background-color: rgb(206.3142857143, 47.4285714286, 42.6857142857);
}

.gc-card {
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  padding: 10px;
}
.gc-card--default {
  background-color: #fdfdfd;
  border-color: #e5e5e5;
}
.gc-card--gradient {
  background: linear-gradient(#f5f5f5, #fff 10%);
  border-color: #e5e5e5;
}

.gc-dialog {
  z-index: 99;
  position: fixed;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  padding: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.38);
}

.gc-flex {
  display: flex;
}
.gc-flex--vertical {
  flex-direction: column;
}
.gc-flex--align-items-center {
  align-items: center;
}
.gc-flex--align-content-center {
  align-content: center;
}
.gc-flex--wrap {
  flex-wrap: wrap;
}

.gc-flex__item--grow {
  flex-grow: 1;
}
.gc-flex__item--shrink {
  flex-shrink: 1;
}

.gc-input {
  display: inline-block;
  margin-bottom: 5px;
}
.gc-input--full {
  display: block;
  width: 100%;
}
.gc-input__label {
  display: block;
  color: #777;
  font-size: 14px;
  font-weight: bold;
  padding-left: 3px;
  margin-bottom: 3px;
}
.gc-input__field {
  box-sizing: border-box;
  display: block;
  border-radius: 3px;
  width: 100%;
  padding: 0 6px;
  font-size: 14px;
  line-height: 34px;
  border: 1px solid #e5e5e5;
}
.gc-input__field--success {
  border-color: #00af87;
}
.gc-input__field--danger {
  border-color: #db5551;
}
.gc-input__field:disabled {
  border: 0;
}

.gc-image {
  position: relative;
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 3px;
  vertical-align: middle;
}
.gc-image__fallback {
  background-color: #fdfdfd;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.gc-image__fallback::before {
  content: "No image loaded";
  text-align: center;
}

.gc-joystick {
  position: relative;
  background-color: #f2f2f2;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  cursor: pointer;
}
.gc-joystick__knob {
  position: absolute;
  background-color: #bebfc1;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.gc-joystick--inactive .gc-joystick__knob {
  opacity: 0.2;
}
.gc-joystick__drag {
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

@keyframes gc-led-red-blink {
  from {
    background-color: #f00;
  }
  50% {
    background-color: #db5551;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #db5551 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
  }
  to {
    background-color: #f00;
  }
}
@keyframes gc-led-green-blink {
  from {
    background-color: #0f0;
  }
  50% {
    background-color: #00af87;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #00af87 0 -1px 9px, rgba(0, 255, 0, 0.5) 0 2px 0;
  }
  to {
    background-color: #0f0;
  }
}
@keyframes gc-led-blue-blink {
  from {
    background-color: #b5f2e4;
  }
  50% {
    background-color: #337ab7;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #337ab7 0 -1px 9px, rgba(0, 0, 255, 0.5) 0 2px 0;
  }
  to {
    background-color: #b5f2e4;
  }
}
.gc-led {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.gc-led--red {
  background-color: #f00;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #aaa 0 -1px 9px, #db5551 0 2px 14px;
}
.gc-led--red.gc-led--blink {
  animation: gc-led-red-blink 0.5s infinite;
}
.gc-led--green {
  background-color: #0f0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #aaa 0 -1px 9px, #00af87 0 2px 14px;
}
.gc-led--green.gc-led--blink {
  animation: gc-led-green-blink 0.5s infinite;
}
.gc-led--blue {
  background-color: #b5f2e4;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #aaa 0 -1px 9px, #337ab7 0 2px 14px;
}
.gc-led--blue.gc-led--blink {
  animation: gc-led-blue-blink 0.5s infinite;
}

.gc-list {
  margin-bottom: 20px;
  padding-left: 0;
}
.gc-list__item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

.gc-link {
  cursor: pointer;
  text-decoration: none;
}
.gc-link--primary {
  color: #337ab7;
}
.gc-link--primary:hover {
  color: rgb(118.9230769231, 171.7179487179, 217.0769230769);
}
.gc-link--default {
  color: #585858;
}
.gc-link--default:hover {
  color: #8b8b8b;
}

@keyframes gc-loading {
  to {
    transform: rotate(360deg);
  }
}
.gc-loader {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #777;
  border-left: 4px solid #777;
  animation: gc-loading 1.2s infinite linear;
}

.gc-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  text-wrap: none;
  white-space: nowrap;
}
.gc-navigation__option {
  display: inline-block;
  border-bottom: 3px solid transparent;
}
.gc-navigation__option--active {
  border-color: #337ab7;
}
.gc-navigation__option:hover .gc-navigation__suboption {
  display: block;
}
.gc-navigation__link {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 54px;
  font-weight: 600;
}
.gc-navigation--default {
  color: #585858;
}
.gc-navigation--default .gc-navigation__link:hover {
  color: #00af87;
  text-decoration: none;
}

.gc-submenu {
  display: none;
  position: absolute;
  background-color: transparent;
  z-index: 99;
}
.gc-submenu__content {
  padding: 10px;
  border-radius: 3px;
  border-top: 2px solid #337ab7;
  margin-top: 7px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.38);
  z-index: 99;
  background-color: #fff;
}
.gc-submenu__item {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.8;
}

.gc-panel, .gc-accordion {
  display: flex;
  flex-direction: column;
}
.gc-panel--separator {
  border-bottom: 1px dashed #e5e5e5;
}
.gc-panel--bordered {
  border: 1px solid #e5e5e5;
}
.gc-panel__title, .gc-accordion__title {
  font-size: 20px;
  padding: 6px;
}
.gc-panel__content, .gc-accordion__content {
  padding: 6px;
  flex-grow: 1;
}
.gc-panel__footer {
  padding: 6px;
}

.gc-panel__content, .gc-accordion__content {
  padding: 6px;
  flex-grow: 1;
}

.gc-panel__footer {
  padding: 6px;
}

.gc-panel__title, .gc-accordion__title {
  font-size: 20px;
  padding: 6px;
}

.gc-sample {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  border-radius: 40px;
}
.gc-sample--brand-primary {
  background-color: #337ab7;
}
.gc-sample--brand-text {
  background-color: #585858;
}
.gc-sample--brand-link {
  background-color: #337ab7;
}
.gc-sample--brand-component {
  background-color: #f5f5f5;
}
.gc-sample--brand-component-dark {
  background-color: #e5e5e5;
}
.gc-sample--brand-success {
  background-color: #00af87;
}
.gc-sample--brand-info {
  background-color: #337ab7;
}
.gc-sample--brand-danger {
  background-color: #db5551;
}

.gc-separator {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 6px;
  margin-top: 6px;
}

.gc-scroller {
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  background-color: #f5f5f5;
  border-radius: 2px;
  height: 12px;
}
.gc-scroller__knob {
  position: absolute;
  border-radius: 2px;
  background-color: #e5e5e5;
  height: 12px;
  width: 12px;
}
.gc-scroller__drag {
  position: absolute;
  opacity: 0;
  border-radius: 2px;
  background-color: #e5e5e5;
  height: 12px;
  width: 12px;
}

.gc-switch {
  border: 1px solid #e5e5e5;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  border-radius: 3px;
}
.gc-switch__input {
  display: none;
}
.gc-switch__input:checked + .gc-switch__slider {
  background-color: #f5f5f5;
}
.gc-switch__input:checked + .gc-switch__slider::before {
  transform: translateX(26px);
}
.gc-switch__input:focus + .gc-switch__slider {
  box-shadow: 0 0 1px #f5f5f5;
}
.gc-switch__slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 3px;
  transition: 0.4s;
}
.gc-switch__slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 2px;
}
.gc-switch--success .gc-switch__input:checked + .gc-switch__slider {
  background-color: #00af87;
}
.gc-switch--success .gc-switch__input:checked + .gc-switch__slider::before {
  transform: translateX(26px);
}
.gc-switch--success .gc-switch__input:focus + .gc-switch__slider {
  box-shadow: 0 0 1px #00af87;
}

.gc-switch--info .gc-switch__input:checked + .gc-switch__slider {
  background-color: #337ab7;
}
.gc-switch--info .gc-switch__input:checked + .gc-switch__slider::before {
  transform: translateX(26px);
}
.gc-switch--info .gc-switch__input:focus + .gc-switch__slider {
  box-shadow: 0 0 1px #337ab7;
}

.gc-switch--danger .gc-switch__input:checked + .gc-switch__slider {
  background-color: #db5551;
}
.gc-switch--danger .gc-switch__input:checked + .gc-switch__slider::before {
  transform: translateX(26px);
}
.gc-switch--danger .gc-switch__input:focus + .gc-switch__slider {
  box-shadow: 0 0 1px #db5551;
}

.gc-textarea {
  display: block;
  min-height: 35px;
  padding: 6px 6px;
  width: 100%;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 3px;
}

.gc-tooltip {
  z-index: 99;
  position: absolute;
  margin-top: 3px;
  padding: 6px;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.gc-tooltip::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.gc-tooltip--success {
  color: #00af87;
  background-color: #b5f2e4;
}
.gc-tooltip--success::before {
  border-bottom: 8px solid #b5f2e4;
}
.gc-tooltip--danger {
  color: #db5551;
  background-color: #f4cecd;
}
.gc-tooltip--danger::before {
  border-bottom: 8px solid #f4cecd;
}

.gc-validation__message {
  display: none;
}
.gc-validation:hover .gc-validation__message {
  display: block;
}

.gc-accordion__title {
  cursor: pointer;
}
.gc-accordion__content {
  max-height: 1000px;
  opacity: 1;
  transition: all 1s ease;
  transition-property: max-height, opacity, padding;
}
.gc-accordion__content--collapsed {
  max-height: 0;
  opacity: 0;
  padding: 0 6px;
  overflow: hidden;
  transition: all 1s ease;
  transition-property: max-height, opacity, padding;
}

.gc-dropdown__label {
  color: #777;
  font-size: 14px;
  font-weight: bold;
  padding-left: 3px;
}
.gc-dropdown__menu {
  position: relative;
}
.gc-dropdown__btn {
  padding: 0 11.3333333333px;
  font-size: 13.3333333333px;
  line-height: 34px;
  display: block;
  background-color: #fff;
  color: #585858;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
}
.gc-dropdown__btn--disabled {
  border: 0;
}
.gc-dropdown__btn--with-label {
  margin-top: 3px;
}
.gc-dropdown__btn:hover {
  cursor: pointer;
}
.gc-dropdown__content {
  position: absolute;
  display: block;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  width: 250px;
  background-color: #fff;
  color: #585858;
  text-align: left;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.38);
  border-radius: 3px;
  border: 1px solid #c2c2c2;
  box-sizing: border-box;
  z-index: 99;
}
.gc-dropdown__list {
  margin: 0;
  padding: 0;
}
.gc-dropdown__item, .gc-dropdown__item--first {
  padding: 10px;
  text-decoration: none;
  list-style: none;
  border-top: 1px solid #c2c2c2;
}
.gc-dropdown__item--first {
  border-top: none;
}
.gc-dropdown__item--selected {
  background-color: #ededed;
}
.gc-dropdown__item:hover, .gc-dropdown__item--first:hover {
  cursor: pointer;
  background-color: #d7dadf;
}
.gc-dropdown__link:visited {
  color: #585858;
}

.alert-panel {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
.alert-panel__alert {
  width: 350px;
  margin-bottom: 3px;
  opacity: 1;
  transition: opacity 2s;
}
.alert-panel__alert.show {
  opacity: 0;
}
.alert-panel__alert.hide {
  display: none;
}
.login-box__alert {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .translation-dialog {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .translation-dialog {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .translation-dialog {
    width: 50%;
  }
}
