* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: verdana, sans-serif;
}
html body {
  width: 100%;
  height: 100% !important;
  padding: 0;
  margin: 0;
  background: #fff;
}
html body[data-page='login'] {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
html body[data-page='login'] form .form {
  width: 200px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
html body[data-page='login'] form .form .row {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
html body[data-page='login'] form .form .row.logo img {
  height: 200px;
  padding: 5px 5px 20px 5px;
}
html body[data-page='login'] form .form .row label {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
html body[data-page='login'] form .form .row label img {
  left: 3px;
  position: absolute;
  z-index: 10;
  width: 20px;
  height: 20px;
  object-fit: contain;
  padding: 2px;
  opacity: 0.8;
}
html body[data-page='login'] form .form .row label input {
  width: 100%;
  padding: 5px 5px 5px 25px;
  border-radius: 5px;
  border: 0;
  outline: 0;
}
html body[data-page='login'] form .form .row.button {
  justify-content: flex-end;
}
html body[data-page='login'] form .form .row.button button {
  padding: 5px 10px 5px 30px;
  border-radius: 5px;
  border: 0;
  outline: 0;
  background: #FFA83F;
  color: #000000D0;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
html body[data-page='login'] form .form .row.button button img {
  left: 3px;
  position: absolute;
  z-index: 10;
  width: 20px;
  height: 20px;
  object-fit: contain;
  padding: 2px;
  opacity: 0.8;
  filter: invert(1);
}
html body[data-page='dashboard'],
html body[data-page='price'],
html body[data-page='storage'],
html body[data-page='expenses'],
html body[data-page='incomes'],
html body[data-page='outcome'],
html body[data-page='station'] {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
}
html body[data-page='dashboard'] .popup,
html body[data-page='price'] .popup,
html body[data-page='storage'] .popup,
html body[data-page='expenses'] .popup,
html body[data-page='incomes'] .popup,
html body[data-page='outcome'] .popup,
html body[data-page='station'] .popup {
  z-index: 200;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #00000099;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
html body[data-page='dashboard'] .popup > div,
html body[data-page='price'] .popup > div,
html body[data-page='storage'] .popup > div,
html body[data-page='expenses'] .popup > div,
html body[data-page='incomes'] .popup > div,
html body[data-page='outcome'] .popup > div,
html body[data-page='station'] .popup > div {
  width: 400px;
  background: #efefef;
  color: #000000D0;
  padding: 16px;
  border: 1px solid #fff;
  border-radius: 8px;
}
html body[data-page='dashboard'] .popup > div.header,
html body[data-page='price'] .popup > div.header,
html body[data-page='storage'] .popup > div.header,
html body[data-page='expenses'] .popup > div.header,
html body[data-page='incomes'] .popup > div.header,
html body[data-page='outcome'] .popup > div.header,
html body[data-page='station'] .popup > div.header {
  border-radius: 8px 8px 0 0;
}
html body[data-page='dashboard'] .popup > div.main,
html body[data-page='price'] .popup > div.main,
html body[data-page='storage'] .popup > div.main,
html body[data-page='expenses'] .popup > div.main,
html body[data-page='incomes'] .popup > div.main,
html body[data-page='outcome'] .popup > div.main,
html body[data-page='station'] .popup > div.main {
  border-radius: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
html body[data-page='dashboard'] .popup > div.main label,
html body[data-page='price'] .popup > div.main label,
html body[data-page='storage'] .popup > div.main label,
html body[data-page='expenses'] .popup > div.main label,
html body[data-page='incomes'] .popup > div.main label,
html body[data-page='outcome'] .popup > div.main label,
html body[data-page='station'] .popup > div.main label {
  width: 80%;
}
html body[data-page='dashboard'] .popup > div.main span,
html body[data-page='price'] .popup > div.main span,
html body[data-page='storage'] .popup > div.main span,
html body[data-page='expenses'] .popup > div.main span,
html body[data-page='incomes'] .popup > div.main span,
html body[data-page='outcome'] .popup > div.main span,
html body[data-page='station'] .popup > div.main span {
  display: block;
  width: 100%;
}
html body[data-page='dashboard'] .popup > div.main input,
html body[data-page='price'] .popup > div.main input,
html body[data-page='storage'] .popup > div.main input,
html body[data-page='expenses'] .popup > div.main input,
html body[data-page='incomes'] .popup > div.main input,
html body[data-page='outcome'] .popup > div.main input,
html body[data-page='station'] .popup > div.main input,
html body[data-page='dashboard'] .popup > div.main select,
html body[data-page='price'] .popup > div.main select,
html body[data-page='storage'] .popup > div.main select,
html body[data-page='expenses'] .popup > div.main select,
html body[data-page='incomes'] .popup > div.main select,
html body[data-page='outcome'] .popup > div.main select,
html body[data-page='station'] .popup > div.main select {
  padding: 4px 8px;
  width: 100%;
  border-radius: 4px;
}
html body[data-page='dashboard'] .popup > div.footer,
html body[data-page='price'] .popup > div.footer,
html body[data-page='storage'] .popup > div.footer,
html body[data-page='expenses'] .popup > div.footer,
html body[data-page='incomes'] .popup > div.footer,
html body[data-page='outcome'] .popup > div.footer,
html body[data-page='station'] .popup > div.footer {
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
html body[data-page='dashboard'] .popup > div.footer .button,
html body[data-page='price'] .popup > div.footer .button,
html body[data-page='storage'] .popup > div.footer .button,
html body[data-page='expenses'] .popup > div.footer .button,
html body[data-page='incomes'] .popup > div.footer .button,
html body[data-page='outcome'] .popup > div.footer .button,
html body[data-page='station'] .popup > div.footer .button {
  background: #d6d6d6;
  padding: 8px 16px;
  border: 1px solid #fff;
  border-radius: 8px;
  cursor: pointer;
}
html body[data-page='dashboard'] header,
html body[data-page='price'] header,
html body[data-page='storage'] header,
html body[data-page='expenses'] header,
html body[data-page='incomes'] header,
html body[data-page='outcome'] header,
html body[data-page='station'] header {
  width: 100%;
  padding: 8px 16px;
  background: #bcbcbc;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
html body[data-page='dashboard'] header img.logotype,
html body[data-page='price'] header img.logotype,
html body[data-page='storage'] header img.logotype,
html body[data-page='expenses'] header img.logotype,
html body[data-page='incomes'] header img.logotype,
html body[data-page='outcome'] header img.logotype,
html body[data-page='station'] header img.logotype {
  height: 50px;
  object-fit: contain;
}
html body[data-page='dashboard'] header img.avatar,
html body[data-page='price'] header img.avatar,
html body[data-page='storage'] header img.avatar,
html body[data-page='expenses'] header img.avatar,
html body[data-page='incomes'] header img.avatar,
html body[data-page='outcome'] header img.avatar,
html body[data-page='station'] header img.avatar {
  z-index: 60;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  cursor: pointer;
  margin-right: 11px;
}
html body[data-page='dashboard'] header ul.submenu,
html body[data-page='price'] header ul.submenu,
html body[data-page='storage'] header ul.submenu,
html body[data-page='expenses'] header ul.submenu,
html body[data-page='incomes'] header ul.submenu,
html body[data-page='outcome'] header ul.submenu,
html body[data-page='station'] header ul.submenu {
  z-index: 50;
  position: absolute;
  background: #bcbcbc;
  top: 8px;
  right: 2px;
  box-shadow: 2px 2px 2px #fff;
  padding: 60px 0 0 0;
  border: 1px solid #a3a3a3;
}
html body[data-page='dashboard'] header ul.submenu li,
html body[data-page='price'] header ul.submenu li,
html body[data-page='storage'] header ul.submenu li,
html body[data-page='expenses'] header ul.submenu li,
html body[data-page='incomes'] header ul.submenu li,
html body[data-page='outcome'] header ul.submenu li,
html body[data-page='station'] header ul.submenu li {
  width: 100px;
  padding: 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  list-style: none;
  cursor: pointer;
  color: #000000D0;
}
html body[data-page='dashboard'] header ul.submenu li:hover,
html body[data-page='price'] header ul.submenu li:hover,
html body[data-page='storage'] header ul.submenu li:hover,
html body[data-page='expenses'] header ul.submenu li:hover,
html body[data-page='incomes'] header ul.submenu li:hover,
html body[data-page='outcome'] header ul.submenu li:hover,
html body[data-page='station'] header ul.submenu li:hover {
  background: #a3a3a3;
  color: #000000D0;
}
html body[data-page='dashboard'] header ul.submenu li img,
html body[data-page='price'] header ul.submenu li img,
html body[data-page='storage'] header ul.submenu li img,
html body[data-page='expenses'] header ul.submenu li img,
html body[data-page='incomes'] header ul.submenu li img,
html body[data-page='outcome'] header ul.submenu li img,
html body[data-page='station'] header ul.submenu li img {
  height: 16px;
  width: 16px;
  object-fit: contain;
  filter: invert(1);
}
html body[data-page='dashboard'] header ul.submenu li:hover img,
html body[data-page='price'] header ul.submenu li:hover img,
html body[data-page='storage'] header ul.submenu li:hover img,
html body[data-page='expenses'] header ul.submenu li:hover img,
html body[data-page='incomes'] header ul.submenu li:hover img,
html body[data-page='outcome'] header ul.submenu li:hover img,
html body[data-page='station'] header ul.submenu li:hover img {
  filter: invert(1);
}
html body[data-page='dashboard'] main,
html body[data-page='price'] main,
html body[data-page='storage'] main,
html body[data-page='expenses'] main,
html body[data-page='incomes'] main,
html body[data-page='outcome'] main,
html body[data-page='station'] main {
  width: 100%;
  min-height: calc(100% - 70px - 25px);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 2px;
  color: #000000D0;
}
html body[data-page='dashboard'] main aside,
html body[data-page='price'] main aside,
html body[data-page='storage'] main aside,
html body[data-page='expenses'] main aside,
html body[data-page='incomes'] main aside,
html body[data-page='outcome'] main aside,
html body[data-page='station'] main aside {
  background: #bcbcbc;
  width: calc(20% - 1px);
  min-width: 260px;
  padding: 8px;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  html body[data-page='dashboard'] main aside,
  html body[data-page='price'] main aside,
  html body[data-page='storage'] main aside,
  html body[data-page='expenses'] main aside,
  html body[data-page='incomes'] main aside,
  html body[data-page='outcome'] main aside,
  html body[data-page='station'] main aside {
    overflow: hidden;
    min-width: 64px;
    width: 64px;
  }
  html body[data-page='dashboard'] main aside .title,
  html body[data-page='price'] main aside .title,
  html body[data-page='storage'] main aside .title,
  html body[data-page='expenses'] main aside .title,
  html body[data-page='incomes'] main aside .title,
  html body[data-page='outcome'] main aside .title,
  html body[data-page='station'] main aside .title {
    display: none;
  }
}
html body[data-page='dashboard'] main aside img,
html body[data-page='price'] main aside img,
html body[data-page='storage'] main aside img,
html body[data-page='expenses'] main aside img,
html body[data-page='incomes'] main aside img,
html body[data-page='outcome'] main aside img,
html body[data-page='station'] main aside img {
  filter: invert(1);
}
html body[data-page='dashboard'] main aside .title,
html body[data-page='price'] main aside .title,
html body[data-page='storage'] main aside .title,
html body[data-page='expenses'] main aside .title,
html body[data-page='incomes'] main aside .title,
html body[data-page='outcome'] main aside .title,
html body[data-page='station'] main aside .title {
  cursor: pointer;
  white-space: nowrap;
}
html body[data-page='dashboard'] main aside > ul,
html body[data-page='price'] main aside > ul,
html body[data-page='storage'] main aside > ul,
html body[data-page='expenses'] main aside > ul,
html body[data-page='incomes'] main aside > ul,
html body[data-page='outcome'] main aside > ul,
html body[data-page='station'] main aside > ul {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
html body[data-page='dashboard'] main aside > ul > li,
html body[data-page='price'] main aside > ul > li,
html body[data-page='storage'] main aside > ul > li,
html body[data-page='expenses'] main aside > ul > li,
html body[data-page='incomes'] main aside > ul > li,
html body[data-page='outcome'] main aside > ul > li,
html body[data-page='station'] main aside > ul > li {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
html body[data-page='dashboard'] main aside > ul > li .header,
html body[data-page='price'] main aside > ul > li .header,
html body[data-page='storage'] main aside > ul > li .header,
html body[data-page='expenses'] main aside > ul > li .header,
html body[data-page='incomes'] main aside > ul > li .header,
html body[data-page='outcome'] main aside > ul > li .header,
html body[data-page='station'] main aside > ul > li .header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
html body[data-page='dashboard'] main aside > ul > li .header img.menu-icon,
html body[data-page='price'] main aside > ul > li .header img.menu-icon,
html body[data-page='storage'] main aside > ul > li .header img.menu-icon,
html body[data-page='expenses'] main aside > ul > li .header img.menu-icon,
html body[data-page='incomes'] main aside > ul > li .header img.menu-icon,
html body[data-page='outcome'] main aside > ul > li .header img.menu-icon,
html body[data-page='station'] main aside > ul > li .header img.menu-icon {
  width: 24px;
  height: 24px;
}
html body[data-page='dashboard'] main aside > ul > li .header img.menu-icon.green,
html body[data-page='price'] main aside > ul > li .header img.menu-icon.green,
html body[data-page='storage'] main aside > ul > li .header img.menu-icon.green,
html body[data-page='expenses'] main aside > ul > li .header img.menu-icon.green,
html body[data-page='incomes'] main aside > ul > li .header img.menu-icon.green,
html body[data-page='outcome'] main aside > ul > li .header img.menu-icon.green,
html body[data-page='station'] main aside > ul > li .header img.menu-icon.green {
  filter: saturate(100%) invert(53%) sepia(49%) saturate(3254%) hue-rotate(84deg) brightness(121%) contrast(119%);
}
html body[data-page='dashboard'] main aside > ul > li .header img.menu-icon.red,
html body[data-page='price'] main aside > ul > li .header img.menu-icon.red,
html body[data-page='storage'] main aside > ul > li .header img.menu-icon.red,
html body[data-page='expenses'] main aside > ul > li .header img.menu-icon.red,
html body[data-page='incomes'] main aside > ul > li .header img.menu-icon.red,
html body[data-page='outcome'] main aside > ul > li .header img.menu-icon.red,
html body[data-page='station'] main aside > ul > li .header img.menu-icon.red {
  filter: saturate(100%) invert(10%) sepia(99%) saturate(7470%) hue-rotate(1deg) brightness(100%) contrast(105%);
}
html body[data-page='dashboard'] main aside > ul > li .header .title,
html body[data-page='price'] main aside > ul > li .header .title,
html body[data-page='storage'] main aside > ul > li .header .title,
html body[data-page='expenses'] main aside > ul > li .header .title,
html body[data-page='incomes'] main aside > ul > li .header .title,
html body[data-page='outcome'] main aside > ul > li .header .title,
html body[data-page='station'] main aside > ul > li .header .title {
  font-size: 1.2em;
}
html body[data-page='dashboard'] main aside > ul > li ul,
html body[data-page='price'] main aside > ul > li ul,
html body[data-page='storage'] main aside > ul > li ul,
html body[data-page='expenses'] main aside > ul > li ul,
html body[data-page='incomes'] main aside > ul > li ul,
html body[data-page='outcome'] main aside > ul > li ul,
html body[data-page='station'] main aside > ul > li ul {
  padding-left: 20px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}
html body[data-page='dashboard'] main aside > ul > li ul.station_list li.station,
html body[data-page='price'] main aside > ul > li ul.station_list li.station,
html body[data-page='storage'] main aside > ul > li ul.station_list li.station,
html body[data-page='expenses'] main aside > ul > li ul.station_list li.station,
html body[data-page='incomes'] main aside > ul > li ul.station_list li.station,
html body[data-page='outcome'] main aside > ul > li ul.station_list li.station,
html body[data-page='station'] main aside > ul > li ul.station_list li.station {
  list-style: none;
  padding: 4px;
}
html body[data-page='dashboard'] main aside > ul > li ul.reports li,
html body[data-page='price'] main aside > ul > li ul.reports li,
html body[data-page='storage'] main aside > ul > li ul.reports li,
html body[data-page='expenses'] main aside > ul > li ul.reports li,
html body[data-page='incomes'] main aside > ul > li ul.reports li,
html body[data-page='outcome'] main aside > ul > li ul.reports li,
html body[data-page='station'] main aside > ul > li ul.reports li {
  list-style: none;
  padding: 4px;
}
html body[data-page='dashboard'] main aside li.selected,
html body[data-page='price'] main aside li.selected,
html body[data-page='storage'] main aside li.selected,
html body[data-page='expenses'] main aside li.selected,
html body[data-page='incomes'] main aside li.selected,
html body[data-page='outcome'] main aside li.selected,
html body[data-page='station'] main aside li.selected {
  background: #FFA83F;
}
html body[data-page='dashboard'] main .station .header img,
html body[data-page='price'] main .station .header img,
html body[data-page='storage'] main .station .header img,
html body[data-page='expenses'] main .station .header img,
html body[data-page='incomes'] main .station .header img,
html body[data-page='outcome'] main .station .header img,
html body[data-page='station'] main .station .header img {
  width: 24px;
  height: 24px;
}
html body[data-page='dashboard'] main article,
html body[data-page='price'] main article,
html body[data-page='storage'] main article,
html body[data-page='expenses'] main article,
html body[data-page='incomes'] main article,
html body[data-page='outcome'] main article,
html body[data-page='station'] main article {
  background: #bcbcbc;
  width: calc(80% - 1px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  position: relative;
}
html body[data-page='dashboard'] main article .row,
html body[data-page='price'] main article .row,
html body[data-page='storage'] main article .row,
html body[data-page='expenses'] main article .row,
html body[data-page='incomes'] main article .row,
html body[data-page='outcome'] main article .row,
html body[data-page='station'] main article .row {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  margin-top: 24px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  html body[data-page='dashboard'] main article .row,
  html body[data-page='price'] main article .row,
  html body[data-page='storage'] main article .row,
  html body[data-page='expenses'] main article .row,
  html body[data-page='incomes'] main article .row,
  html body[data-page='outcome'] main article .row,
  html body[data-page='station'] main article .row {
    flex-flow: column nowrap;
  }
}
html body[data-page='dashboard'] main article .row .row2,
html body[data-page='price'] main article .row .row2,
html body[data-page='storage'] main article .row .row2,
html body[data-page='expenses'] main article .row .row2,
html body[data-page='incomes'] main article .row .row2,
html body[data-page='outcome'] main article .row .row2,
html body[data-page='station'] main article .row .row2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  html body[data-page='dashboard'] main article .row .row2,
  html body[data-page='price'] main article .row .row2,
  html body[data-page='storage'] main article .row .row2,
  html body[data-page='expenses'] main article .row .row2,
  html body[data-page='incomes'] main article .row .row2,
  html body[data-page='outcome'] main article .row .row2,
  html body[data-page='station'] main article .row .row2 {
    flex-flow: column nowrap;
  }
}
html body[data-page='dashboard'] main article .row .part,
html body[data-page='price'] main article .row .part,
html body[data-page='storage'] main article .row .part,
html body[data-page='expenses'] main article .row .part,
html body[data-page='incomes'] main article .row .part,
html body[data-page='outcome'] main article .row .part,
html body[data-page='station'] main article .row .part {
  background: #d6d6d6;
  border: 1px solid #fff;
  border-radius: 8px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
html body[data-page='dashboard'] main article .row .part .icon,
html body[data-page='price'] main article .row .part .icon,
html body[data-page='storage'] main article .row .part .icon,
html body[data-page='expenses'] main article .row .part .icon,
html body[data-page='incomes'] main article .row .part .icon,
html body[data-page='outcome'] main article .row .part .icon,
html body[data-page='station'] main article .row .part .icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-top: -24px;
}
html body[data-page='dashboard'] main article .row .part .chart,
html body[data-page='price'] main article .row .part .chart,
html body[data-page='storage'] main article .row .part .chart,
html body[data-page='expenses'] main article .row .part .chart,
html body[data-page='incomes'] main article .row .part .chart,
html body[data-page='outcome'] main article .row .part .chart,
html body[data-page='station'] main article .row .part .chart {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
html body[data-page='dashboard'] main article .row .part .more,
html body[data-page='price'] main article .row .part .more,
html body[data-page='storage'] main article .row .part .more,
html body[data-page='expenses'] main article .row .part .more,
html body[data-page='incomes'] main article .row .part .more,
html body[data-page='outcome'] main article .row .part .more,
html body[data-page='station'] main article .row .part .more {
  width: 100%;
  text-align: right;
  padding: 4px 8px;
  cursor: pointer;
  opacity: 0.2;
}
html body[data-page='dashboard'] main article .row .part:hover,
html body[data-page='price'] main article .row .part:hover,
html body[data-page='storage'] main article .row .part:hover,
html body[data-page='expenses'] main article .row .part:hover,
html body[data-page='incomes'] main article .row .part:hover,
html body[data-page='outcome'] main article .row .part:hover,
html body[data-page='station'] main article .row .part:hover {
  box-shadow: 0 0 3px #fff;
}
html body[data-page='dashboard'] main article .row .part:hover .more,
html body[data-page='price'] main article .row .part:hover .more,
html body[data-page='storage'] main article .row .part:hover .more,
html body[data-page='expenses'] main article .row .part:hover .more,
html body[data-page='incomes'] main article .row .part:hover .more,
html body[data-page='outcome'] main article .row .part:hover .more,
html body[data-page='station'] main article .row .part:hover .more {
  opacity: 1;
}
html body[data-page='dashboard'] main article .storage .icon,
html body[data-page='price'] main article .storage .icon,
html body[data-page='storage'] main article .storage .icon,
html body[data-page='expenses'] main article .storage .icon,
html body[data-page='incomes'] main article .storage .icon,
html body[data-page='outcome'] main article .storage .icon,
html body[data-page='station'] main article .storage .icon {
  background: url("../images/icons/storage.svg") no-repeat center center, #efefef;
  background-size: 50%;
}
html body[data-page='dashboard'] main article .storage ul,
html body[data-page='price'] main article .storage ul,
html body[data-page='storage'] main article .storage ul,
html body[data-page='expenses'] main article .storage ul,
html body[data-page='incomes'] main article .storage ul,
html body[data-page='outcome'] main article .storage ul,
html body[data-page='station'] main article .storage ul {
  margin-top: 8px;
  justify-content: space-evenly;
  padding: 8px;
}
html body[data-page='dashboard'] main article .storage ul li,
html body[data-page='price'] main article .storage ul li,
html body[data-page='storage'] main article .storage ul li,
html body[data-page='expenses'] main article .storage ul li,
html body[data-page='incomes'] main article .storage ul li,
html body[data-page='outcome'] main article .storage ul li,
html body[data-page='station'] main article .storage ul li {
  width: 100%;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 2px 4px;
  height: 40px;
  border-bottom: 1px solid #fff;
}
html body[data-page='dashboard'] main article .storage ul li:last-child,
html body[data-page='price'] main article .storage ul li:last-child,
html body[data-page='storage'] main article .storage ul li:last-child,
html body[data-page='expenses'] main article .storage ul li:last-child,
html body[data-page='incomes'] main article .storage ul li:last-child,
html body[data-page='outcome'] main article .storage ul li:last-child,
html body[data-page='station'] main article .storage ul li:last-child {
  border-bottom: 0;
}
html body[data-page='dashboard'] main article .storage ul li .chart-icon,
html body[data-page='price'] main article .storage ul li .chart-icon,
html body[data-page='storage'] main article .storage ul li .chart-icon,
html body[data-page='expenses'] main article .storage ul li .chart-icon,
html body[data-page='incomes'] main article .storage ul li .chart-icon,
html body[data-page='outcome'] main article .storage ul li .chart-icon,
html body[data-page='station'] main article .storage ul li .chart-icon {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
}
html body[data-page='dashboard'] main article .storage ul li .title,
html body[data-page='price'] main article .storage ul li .title,
html body[data-page='storage'] main article .storage ul li .title,
html body[data-page='expenses'] main article .storage ul li .title,
html body[data-page='incomes'] main article .storage ul li .title,
html body[data-page='outcome'] main article .storage ul li .title,
html body[data-page='station'] main article .storage ul li .title {
  white-space: nowrap;
}
html body[data-page='dashboard'] main article .storage ul li .count,
html body[data-page='price'] main article .storage ul li .count,
html body[data-page='storage'] main article .storage ul li .count,
html body[data-page='expenses'] main article .storage ul li .count,
html body[data-page='incomes'] main article .storage ul li .count,
html body[data-page='outcome'] main article .storage ul li .count,
html body[data-page='station'] main article .storage ul li .count {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
html body[data-page='dashboard'] main article .storage ul li .count .c-row,
html body[data-page='price'] main article .storage ul li .count .c-row,
html body[data-page='storage'] main article .storage ul li .count .c-row,
html body[data-page='expenses'] main article .storage ul li .count .c-row,
html body[data-page='incomes'] main article .storage ul li .count .c-row,
html body[data-page='outcome'] main article .storage ul li .count .c-row,
html body[data-page='station'] main article .storage ul li .count .c-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  gap: 4px;
}
html body[data-page='dashboard'] main article .storage ul li .count .c-row .sum,
html body[data-page='price'] main article .storage ul li .count .c-row .sum,
html body[data-page='storage'] main article .storage ul li .count .c-row .sum,
html body[data-page='expenses'] main article .storage ul li .count .c-row .sum,
html body[data-page='incomes'] main article .storage ul li .count .c-row .sum,
html body[data-page='outcome'] main article .storage ul li .count .c-row .sum,
html body[data-page='station'] main article .storage ul li .count .c-row .sum {
  text-align: right;
}
html body[data-page='dashboard'] main article .storage ul li .count .c-row .unit,
html body[data-page='price'] main article .storage ul li .count .c-row .unit,
html body[data-page='storage'] main article .storage ul li .count .c-row .unit,
html body[data-page='expenses'] main article .storage ul li .count .c-row .unit,
html body[data-page='incomes'] main article .storage ul li .count .c-row .unit,
html body[data-page='outcome'] main article .storage ul li .count .c-row .unit,
html body[data-page='station'] main article .storage ul li .count .c-row .unit {
  width: 45px;
  min-width: 45px;
}
html body[data-page='dashboard'] main article .pay-type .icon,
html body[data-page='price'] main article .pay-type .icon,
html body[data-page='storage'] main article .pay-type .icon,
html body[data-page='expenses'] main article .pay-type .icon,
html body[data-page='incomes'] main article .pay-type .icon,
html body[data-page='outcome'] main article .pay-type .icon,
html body[data-page='station'] main article .pay-type .icon {
  background: url("../images/icons/price.svg") no-repeat center center, #efefef;
  background-size: 50%;
}
html body[data-page='dashboard'] main article .fuel-type .icon,
html body[data-page='price'] main article .fuel-type .icon,
html body[data-page='storage'] main article .fuel-type .icon,
html body[data-page='expenses'] main article .fuel-type .icon,
html body[data-page='incomes'] main article .fuel-type .icon,
html body[data-page='outcome'] main article .fuel-type .icon,
html body[data-page='station'] main article .fuel-type .icon {
  background: url("../images/icons/drop.svg") no-repeat center center, #efefef;
  background-size: 50%;
}
html body[data-page='dashboard'] main article .in-out-station .icon,
html body[data-page='price'] main article .in-out-station .icon,
html body[data-page='storage'] main article .in-out-station .icon,
html body[data-page='expenses'] main article .in-out-station .icon,
html body[data-page='incomes'] main article .in-out-station .icon,
html body[data-page='outcome'] main article .in-out-station .icon,
html body[data-page='station'] main article .in-out-station .icon {
  background: url("../images/icons/station.svg") no-repeat center center, #efefef;
  background-size: 50%;
}
html body[data-page='dashboard'] main article .stations .icon,
html body[data-page='price'] main article .stations .icon,
html body[data-page='storage'] main article .stations .icon,
html body[data-page='expenses'] main article .stations .icon,
html body[data-page='incomes'] main article .stations .icon,
html body[data-page='outcome'] main article .stations .icon,
html body[data-page='station'] main article .stations .icon {
  background: url("../images/icons/station.svg") no-repeat center center, #efefef;
  background-size: 50%;
}
html body[data-page='dashboard'] main article .month-sum .icon,
html body[data-page='price'] main article .month-sum .icon,
html body[data-page='storage'] main article .month-sum .icon,
html body[data-page='expenses'] main article .month-sum .icon,
html body[data-page='incomes'] main article .month-sum .icon,
html body[data-page='outcome'] main article .month-sum .icon,
html body[data-page='station'] main article .month-sum .icon {
  background: url("../images/icons/calendar.svg") no-repeat center center, #efefef;
  background-size: 50%;
}
html body[data-page='dashboard'] main article .price .icon,
html body[data-page='price'] main article .price .icon,
html body[data-page='storage'] main article .price .icon,
html body[data-page='expenses'] main article .price .icon,
html body[data-page='incomes'] main article .price .icon,
html body[data-page='outcome'] main article .price .icon,
html body[data-page='station'] main article .price .icon {
  background: url("../images/icons/price.svg") no-repeat center center, #efefef;
  background-size: 50%;
}
html body[data-page='dashboard'] main article .controls,
html body[data-page='price'] main article .controls,
html body[data-page='storage'] main article .controls,
html body[data-page='expenses'] main article .controls,
html body[data-page='incomes'] main article .controls,
html body[data-page='outcome'] main article .controls,
html body[data-page='station'] main article .controls {
  position: absolute;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  width: 100%;
  top: 10px;
  right: 0;
}
html body[data-page='dashboard'] main article .controls .button,
html body[data-page='price'] main article .controls .button,
html body[data-page='storage'] main article .controls .button,
html body[data-page='expenses'] main article .controls .button,
html body[data-page='incomes'] main article .controls .button,
html body[data-page='outcome'] main article .controls .button,
html body[data-page='station'] main article .controls .button {
  background: #d6d6d6;
  padding: 8px 16px;
  border: 1px solid #fff;
  border-radius: 8px;
  cursor: pointer;
}
html body[data-page='dashboard'] main article table,
html body[data-page='price'] main article table,
html body[data-page='storage'] main article table,
html body[data-page='expenses'] main article table,
html body[data-page='incomes'] main article table,
html body[data-page='outcome'] main article table,
html body[data-page='station'] main article table {
  border: 1px solid #fff;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
}
html body[data-page='dashboard'] main article table caption,
html body[data-page='price'] main article table caption,
html body[data-page='storage'] main article table caption,
html body[data-page='expenses'] main article table caption,
html body[data-page='incomes'] main article table caption,
html body[data-page='outcome'] main article table caption,
html body[data-page='station'] main article table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
html body[data-page='dashboard'] main article table tr,
html body[data-page='price'] main article table tr,
html body[data-page='storage'] main article table tr,
html body[data-page='expenses'] main article table tr,
html body[data-page='incomes'] main article table tr,
html body[data-page='outcome'] main article table tr,
html body[data-page='station'] main article table tr {
  border: 1px solid #fff;
  padding: 0.35em;
}
html body[data-page='dashboard'] main article table tr th,
html body[data-page='price'] main article table tr th,
html body[data-page='storage'] main article table tr th,
html body[data-page='expenses'] main article table tr th,
html body[data-page='incomes'] main article table tr th,
html body[data-page='outcome'] main article table tr th,
html body[data-page='station'] main article table tr th,
html body[data-page='dashboard'] main article table tr td,
html body[data-page='price'] main article table tr td,
html body[data-page='storage'] main article table tr td,
html body[data-page='expenses'] main article table tr td,
html body[data-page='incomes'] main article table tr td,
html body[data-page='outcome'] main article table tr td,
html body[data-page='station'] main article table tr td {
  padding: 0.625em;
  text-align: center;
}
html body[data-page='dashboard'] main article table tr th,
html body[data-page='price'] main article table tr th,
html body[data-page='storage'] main article table tr th,
html body[data-page='expenses'] main article table tr th,
html body[data-page='incomes'] main article table tr th,
html body[data-page='outcome'] main article table tr th,
html body[data-page='station'] main article table tr th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
}
@media screen and(max-width: 768px) {
  html body[data-page='dashboard'] main article table,
  html body[data-page='price'] main article table,
  html body[data-page='storage'] main article table,
  html body[data-page='expenses'] main article table,
  html body[data-page='incomes'] main article table,
  html body[data-page='outcome'] main article table,
  html body[data-page='station'] main article table {
    border: 0;
  }
  html body[data-page='dashboard'] main article table caption,
  html body[data-page='price'] main article table caption,
  html body[data-page='storage'] main article table caption,
  html body[data-page='expenses'] main article table caption,
  html body[data-page='incomes'] main article table caption,
  html body[data-page='outcome'] main article table caption,
  html body[data-page='station'] main article table caption {
    font-size: 1.3em;
  }
  html body[data-page='dashboard'] main article table thead,
  html body[data-page='price'] main article table thead,
  html body[data-page='storage'] main article table thead,
  html body[data-page='expenses'] main article table thead,
  html body[data-page='incomes'] main article table thead,
  html body[data-page='outcome'] main article table thead,
  html body[data-page='station'] main article table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  html body[data-page='dashboard'] main article table tr,
  html body[data-page='price'] main article table tr,
  html body[data-page='storage'] main article table tr,
  html body[data-page='expenses'] main article table tr,
  html body[data-page='incomes'] main article table tr,
  html body[data-page='outcome'] main article table tr,
  html body[data-page='station'] main article table tr {
    border-bottom: 3px solid #fff;
    display: block;
    margin-bottom: 0.625em;
  }
  html body[data-page='dashboard'] main article table tr td,
  html body[data-page='price'] main article table tr td,
  html body[data-page='storage'] main article table tr td,
  html body[data-page='expenses'] main article table tr td,
  html body[data-page='incomes'] main article table tr td,
  html body[data-page='outcome'] main article table tr td,
  html body[data-page='station'] main article table tr td {
    border-bottom: 1px solid #fff;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  html body[data-page='dashboard'] main article table tr td::before,
  html body[data-page='price'] main article table tr td::before,
  html body[data-page='storage'] main article table tr td::before,
  html body[data-page='expenses'] main article table tr td::before,
  html body[data-page='incomes'] main article table tr td::before,
  html body[data-page='outcome'] main article table tr td::before,
  html body[data-page='station'] main article table tr td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  html body[data-page='dashboard'] main article table tr td:last-child,
  html body[data-page='price'] main article table tr td:last-child,
  html body[data-page='storage'] main article table tr td:last-child,
  html body[data-page='expenses'] main article table tr td:last-child,
  html body[data-page='incomes'] main article table tr td:last-child,
  html body[data-page='outcome'] main article table tr td:last-child,
  html body[data-page='station'] main article table tr td:last-child {
    border-bottom: 0;
  }
}
html body[data-page='dashboard'] main article .tableFixHead,
html body[data-page='price'] main article .tableFixHead,
html body[data-page='storage'] main article .tableFixHead,
html body[data-page='expenses'] main article .tableFixHead,
html body[data-page='incomes'] main article .tableFixHead,
html body[data-page='outcome'] main article .tableFixHead,
html body[data-page='station'] main article .tableFixHead {
  table-layout: fixed;
  border-collapse: collapse;
}
html body[data-page='dashboard'] main article .tableFixHead tbody,
html body[data-page='price'] main article .tableFixHead tbody,
html body[data-page='storage'] main article .tableFixHead tbody,
html body[data-page='expenses'] main article .tableFixHead tbody,
html body[data-page='incomes'] main article .tableFixHead tbody,
html body[data-page='outcome'] main article .tableFixHead tbody,
html body[data-page='station'] main article .tableFixHead tbody {
  display: block;
  overflow: auto;
  height: 480px;
}
html body[data-page='dashboard'] main article .tableFixHead thead tr,
html body[data-page='price'] main article .tableFixHead thead tr,
html body[data-page='storage'] main article .tableFixHead thead tr,
html body[data-page='expenses'] main article .tableFixHead thead tr,
html body[data-page='incomes'] main article .tableFixHead thead tr,
html body[data-page='outcome'] main article .tableFixHead thead tr,
html body[data-page='station'] main article .tableFixHead thead tr {
  display: block;
}
html body[data-page='dashboard'] main article th,
html body[data-page='price'] main article th,
html body[data-page='storage'] main article th,
html body[data-page='expenses'] main article th,
html body[data-page='incomes'] main article th,
html body[data-page='outcome'] main article th,
html body[data-page='station'] main article th {
  background: #707070;
}
html body[data-page='dashboard'] main article .tableFixHead th,
html body[data-page='price'] main article .tableFixHead th,
html body[data-page='storage'] main article .tableFixHead th,
html body[data-page='expenses'] main article .tableFixHead th,
html body[data-page='incomes'] main article .tableFixHead th,
html body[data-page='outcome'] main article .tableFixHead th,
html body[data-page='station'] main article .tableFixHead th,
html body[data-page='dashboard'] main article .tableFixHead td,
html body[data-page='price'] main article .tableFixHead td,
html body[data-page='storage'] main article .tableFixHead td,
html body[data-page='expenses'] main article .tableFixHead td,
html body[data-page='incomes'] main article .tableFixHead td,
html body[data-page='outcome'] main article .tableFixHead td,
html body[data-page='station'] main article .tableFixHead td {
  padding: 5px 10px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  html body[data-page='dashboard'] main article,
  html body[data-page='price'] main article,
  html body[data-page='storage'] main article,
  html body[data-page='expenses'] main article,
  html body[data-page='incomes'] main article,
  html body[data-page='outcome'] main article,
  html body[data-page='station'] main article {
    width: 100%;
  }
}
html body[data-page='dashboard'] main {
  min-height: initial;
}
html body[data-page='dashboard'] aside .station_list {
  display: none;
}
html body[data-page='dashboard'] aside .reports {
  display: none;
}
html body[data-page='storage'] aside .station_list {
  display: none;
}
html body[data-page='storage'] aside .reports {
  display: none;
}
html body[data-page='storage'] article .row {
  flex-flow: row nowrap;
}
html body[data-page='storage'] article .storage {
  max-width: 25%;
}
@media screen and (max-width: 1280px) {
  html body[data-page='storage'] article .storage {
    max-width: 100%;
  }
}
html body[data-page='expenses'] aside .station_list {
  display: none;
}
html body[data-page='expenses'] aside .reports {
  display: none;
}
html body[data-page='incomes'] aside .station_list {
  display: none;
}
html body[data-page='outcome'] aside .station_list {
  display: none;
}
html body[data-page='station'] aside .reports {
  display: none;
}
html body[data-page='station'] article .part {
  margin-top: 20px;
  background: #d6d6d6;
  border: 1px solid #fff;
  border-radius: 8px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 16px;
  width: 240px;
}
html body[data-page='station'] article .part div {
  width: 100%;
}
html body[data-page='station'] article .part .icon {
  background: url(../images/icons/drop.svg) no-repeat center center, #243b5f;
  background-size: 50%;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-top: -44px;
}
html body[data-page='price'] aside .station_list {
  display: none;
}
html body[data-page='price'] aside .reports {
  display: none;
}
html body[data-page='price'] article .icon {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
  cursor: pointer;
}
html body[data-page='price'] article .icon.disable {
  opacity: 0.5;
  cursor: no-drop;
}
html body[data-page='price'] article input {
  width: 120px;
}
html body footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  background: #bcbcbc;
  width: 100%;
  min-height: 24px;
  padding: 2px 16px;
  color: #000000D0;
  font-size: 12px;
}
html body footer a {
  text-decoration: none;
  color: #000000D0;
}
html body footer a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=main.css.map */