.button {
  cursor: pointer;
}

@keyframes loader {
  0% {
    text-decoration-color: #8f8;
  }

  25% {
    text-decoration-color: #88f;
  }

  50% {
    text-decoration-color: #f66;
  }

  75% {
    text-decoration-color: #e78f08d6;
  }

  100% {
    text-decoration-color: #8f8;
  }
}

.loader {
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  animation-name: loader;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.text-align-center {
  text-align: center;
}

.solarko__info {
  flex-direction: column;
  display: inline-flex;
  position: relative;
}

.solarko__info progress {
  width: 100%;
}

.solarko__info__status {
  color: #000;
  border-radius: 1ex;
  padding: .5ex 1ex;
  font-weight: bold;
  display: inline-block;
}

.solarko__info__status--On {
  background-color: #adff2f;
}

.solarko__info__status--Off {
  color: #fff;
  background-color: red;
}

.solarko__info__status--WaitForStart {
  background-color: orange;
}

.solarko__info__status--OnTimer {
  background-color: gold;
}

.solarko__info__status--invalid {
  content: "!";
  color: red;
  width: 2ex;
  height: 2ex;
  text-align: center;
  background-color: #fff;
  border-radius: 2ex;
  font-weight: bold;
  line-height: 2ex;
  display: inline-block;
  transform: scale(1.5)translateX(50%);
}

.solarko__info__status--valid {
  display: none;
}

.solarko__detail {
  background: #fff;
  border: 2px solid silver;
  padding: 1ex;
  display: block;
  position: absolute;
}

.solarko__detail__timer {
  display: block;
}

.solarko__detail__timer input {
  width: 100%;
  font-size: 200%;
  display: block;
}

.solarko__detail__timer label {
  padding: 1ex;
  display: block;
}

.solarko__detail__timer label input {
  width: auto;
  display: inline-block;
}

.solarko_sell {
  width: 100%;
  gap: .5ex;
  display: flex;
}

.solarko_sell > label {
  flex-grow: 1;
}

.solarko__network_error:after {
  content: "!";
  color: red;
  width: 2ex;
  height: 2ex;
  text-align: center;
  background-color: #fff;
  border-radius: 2ex;
  font-weight: bold;
  line-height: 2ex;
  display: inline-block;
  transform: scale(1.5)translateX(50%);
}

#top-panel {
  z-index: 10100;
  height: 67px;
  width: 100%;
  text-shadow: 0 0 3px #fff;
  background: #dcdcdcbf;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  left: 0;
}

#top-panel-i {
  padding: 0 10px 5px;
}

#top-customer {
  font-size: 130%;
}

#top-user, #top-menu {
  font-size: 90%;
}

#top-title {
  font-size: 130%;
  font-weight: bold;
}

#side-panel {
  z-index: 10000;
  height: 100%;
  width: 200px;
  background: #dcdcdcbf url("../logo200.e0ba8e15.png") 50% 100% no-repeat;
  border-bottom: 1px solid #eee;
  position: fixed;
  overflow: auto;
}

#side-panel-i {
  margin: 72px 0 75px;
}

#side-panel h2 {
  margin: 0;
  padding: .5em 0;
  font-size: 120%;
}

#content {
  padding: 72px 10px 10px 210px;
}

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