@keyframes in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes in-out {
  0% {
    width: 0;
  }
  100% {
    width: 82px;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.7);
  }
  66% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 255, 0, 0);
  }
  100% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
  }
}
html body {
  margin: 0;
  color: #ccc;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif, "Futura LT W04 Book", Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  width: 100vw;
  height: 100vh;
}
html body a {
  color: inherit;
  text-decoration: none;
}
html body a:active {
  outline: 0 none;
}
html body a:focus {
  outline: 0 none;
}
html body .disableSelect {
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
html body .hide {
  display: none;
}
html body #allContent {
  width: 100%;
  height: 100%;
  background: #fff url("../images/background.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
html body #allContent footer {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 0 5%;
  bottom: 40px;
  width: 90%;
}
html body #allContent footer div.optionsContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
html body #allContent footer div.optionsContainer div.downloadBtn {
  width: 225px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-align: center;
  height: 45px;
  background: #2f3033;
  line-height: 45px;
  padding: 0;
  cursor: pointer;
  margin: 0 0 0 auto;
}
html body #allContent footer div.optionsContainer div.nextMonthBtn {
  width: 225px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-align: center;
  height: 45px;
  background: #2f3033;
  line-height: 45px;
  padding: 0;
  cursor: pointer;
  margin: 0 auto 0 270px;
  position: absolute;
}
html body #allContent footer div.optionsContainer div.prevMonthBtn {
  width: 225px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-align: center;
  height: 45px;
  background: #2f3033;
  line-height: 45px;
  padding: 0;
  cursor: pointer;
  margin: 0 45px 0 0;
}
html body #allContent header {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 0 5%;
  line-height: 74px;
  width: 90%;
  flex-wrap: wrap;
  text-transform: none;
}
html body #allContent header div.fieldsContainer {
  position: relative;
  margin: 14px auto 0;
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
html body #allContent header div.fieldsContainer div.siteTitle {
  text-transform: uppercase;
  width: 100%;
  text-shadow: #fff 1px -1px 4px;
  color: #000;
}
html body #allContent header div.fieldsContainer div.siteTitle span.nameLabel {
  float: right;
}
html body #allContent header div.fieldsContainer div.startStopRow {
  width: 100%;
}
html body #allContent header div.fieldsContainer div.startStopRow div.statusIndicator {
  background: #f00;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 5px 99px;
}
html body #allContent header div.fieldsContainer div.startStopRow div.statusIndicator.started {
  background: #0f0;
  box-shadow: 0 0 0 0 #0f0;
  transform: scale(1);
  animation: pulse 2s infinite;
}
html body #allContent header div.fieldsContainer div.startStopRow div.startStopBtn {
  width: 225px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-align: center;
  height: 45px;
  background: #2f3033;
  line-height: 45px;
  padding: 0;
  margin: 0 0 0 auto;
  cursor: pointer;
}
html body #allContent header div.fieldsContainer.waiting div:not(.siteTitle) {
  opacity: 0.1;
  cursor: none;
}
html body #allContent div#timePerPiece {
  top: 174px;
  color: #111;
  position: absolute;
  display: flex;
  flex-direction: column;
  margin: 0 5%;
  padding: 2vh 2vw;
  width: 86vw;
}
html body #allContent div#timePerPiece div.dataChoice.confirm {
  background: rgba(255, 255, 255, 0.8);
}
html body #allContent div#timePerPiece div.dataChoice input {
  appearance: none;
  width: 100%;
  height: 100%;
  border: 0 none;
  font-size: 5vw;
  text-align: center;
  font-family: inherit;
  width: 20%;
  height: 25%;
  margin: 0 40%;
  text-align: center;
}
html body #allContent div#timePerPiece div.dataChoice select {
  appearance: none;
  width: 100%;
  height: 100%;
  border: 0 none;
  font-size: 5vw;
  text-align: center;
  font-family: inherit;
}
html body #allContent div#timePerPiece div.dataChoice div.submitTppBtn {
  margin-top: 96px;
  font-size: 16px;
}
html body #allContent div#timePerPiece div.submitTppBtn {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  font-size: 96px;
  margin: auto auto 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  background: #2f3033;
  color: #fff;
  line-height: 120px;
  padding: 0;
  cursor: pointer;
  user-select: none;
}
html body #allContent div#timePerPiece div.toggleTppBtn {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  font-size: 96px;
  margin: auto auto 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  background: #2f3033;
  color: #fff;
  line-height: 120px;
  padding: 0;
  cursor: pointer;
  user-select: none;
}
html body #allContent div#timePerPiece.generalHide {
  display: none;
}
html body #allContent div#overview {
  background: rgba(255, 255, 255, 0.9);
  color: #111;
  font-size: calc(7px + 0.5vw);
  display: flex;
  width: 86vw;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  top: 174px;
  position: absolute;
  margin: 0 5%;
  padding: 2vh 2vw;
  max-height: calc(100vh - 340px);
  overflow: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
html body #allContent div#overview.mobileHide {
  margin: 0 calc(5% - 2px);
  border: #000 1px solid;
  box-sizing: content-box;
}
html body #allContent div#overview input#userfield {
  width: 100%;
  margin: auto;
  border: 0 none;
  outline: 0 none;
  text-align: center;
  font-size: 24px;
  background: none;
  font-family: inherit;
  font-weight: 100;
  text-transform: lowercase;
}
html body #allContent div#overview input#userfield:-webkit-autofill {
  border: 0 none;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}
html body #allContent div#overview input#userfield:-webkit-autofill:focus {
  border: 0 none;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}
html body #allContent div#overview input#userfield:-webkit-autofill:hover {
  border: 0 none;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}
html body #allContent div#overview > div {
  width: 100%;
  margin: 4px 0;
  align-self: stretch;
  overflow-y: hidden;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
html body #allContent div#overview > div > hr {
  width: 74.6%;
  height: 0;
  position: absolute;
  left: 12.6%;
  margin: calc(7px + 0.5vw) auto 0 auto;
  border-top: 0 none;
  border-bottom: 1px solid;
}
html body #allContent div#overview > div > span.desktopRowLabel > label {
  display: block;
  font-size: 12px;
  line-height: 28px;
}
html body #allContent div#overview > div > span.desktopRowLabel > label:nth-child(1) {
  height: 24px;
  line-height: 24px;
  font-weight: bold;
}
html body #allContent div#overview > div > span.daySum {
  text-align: right;
}
html body #allContent div#overview > div > day {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 10%;
}
html body #allContent div#overview > div > day > label {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
html body #allContent div#overview > div > day > input[type=time],
html body #allContent div#overview > div > day > input.like-time {
  position: absolute;
  height: 31px;
  top: 22px;
  border: 0 none;
  width: 10%;
  background: #eee;
  text-align: center;
  font-size: inherit;
  font-family: "Source Code Pro", monospace;
}
html body #allContent div#overview > div > day > input[type=time]::-webkit-calendar-picker-indicator,
html body #allContent div#overview > div > day > input.like-time::-webkit-calendar-picker-indicator {
  background: none;
}
html body #allContent div#overview > div > day > input[type=time]:focus,
html body #allContent div#overview > div > day > input.like-time:focus {
  border: 0 none;
  outline: 0 none;
}
html body #allContent div#overview > div > day > am {
  font-family: "Source Code Pro", monospace;
  border: 1px solid;
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-bottom: 0 none;
}
html body #allContent div#overview > div > day > am + input.like-time,
html body #allContent div#overview > div > day > am + input[type=time] {
  top: 51px;
}
html body #allContent div#overview > div > day > pm {
  font-family: "Source Code Pro", monospace;
  border: 1px solid;
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
html body #allContent div#overview > div > day > am.pointer {
  cursor: pointer;
}
html body #allContent div#overview > div > day > pm.pointer {
  cursor: pointer;
}
html body #allContent div#overview > div > day > am.working {
  background-color: rgba(0, 255, 0, 0.2);
}
html body #allContent div#overview > div > day > pm.working {
  background-color: rgba(0, 255, 0, 0.2);
}
html body #allContent div#overview > div > day > am.notWorking {
  background-color: rgba(255, 0, 0, 0.2);
}
html body #allContent div#overview > div > day > pm.notWorking {
  background-color: rgba(255, 0, 0, 0.2);
}
html body #allContent div#overview > div > day.day-name {
  border: 0 none;
}
html body #allContent div#overview > div.cookBtns.hide {
  display: none;
}
html body #allContent div#overview > div.cookBtns .cookGo {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin: auto calc(50% - 60px);
  background: #ccc;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  line-height: 120px;
}
html body #allContent div#overview > div.cookBtns .cookSwap {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin: auto calc(50% - 60px);
  background: #ccc;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  line-height: 30px;
}
html body #allContent div#overview.generalHide {
  display: none;
}
html body #allContent div#overview.cookLogin {
  top: 20vh;
  height: 64vh;
  max-height: initial;
  background: 0 none;
}
html body #allContent div#overview.spinnerContainer {
  display: flex;
  background: none;
  font-size: 24px;
  height: 80vh;
}
html body #allContent div#overview.spinnerContainer i {
  color: #ccc;
  margin: auto;
}
html body #allContent div#overview.desktopHide > div {
  width: auto;
}
html body #allContent.zeroOpac {
  opacity: 0;
}
html body.roRi {
  position: absolute;
  transform-origin: left top;
  transform: rotate(90deg);
  height: 100vw;
}
html body.roLe {
  transform: rotate(-90deg);
}

@media screen and (max-width: 992px) {
  html body.iPho {
    height: calc(100vh - 72px);
    overflow-y: hidden;
  }
  html body #allContent header div.fieldsContainer div.siteTitle {
    display: flex;
    justify-content: space-between;
  }
  html body #allContent header div.fieldsContainer div.siteTitle span.nameLabel {
    display: none;
  }
  html body #allContent header div.fieldsContainer div.startStopRow div.statusIndicator {
    margin: -55px auto 5px;
  }
  html body #allContent header div.fieldsContainer div.startStopRow div.startStopBtn {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    font-size: 24px;
    line-height: 120px;
    margin: 27px auto 0;
  }
  html body #allContent footer div.optionsContainer > span {
    text-shadow: #fff 1px -1px 4px;
    color: #000;
  }
  html body #allContent footer div.optionsContainer > div {
    display: none;
  }
  html body #allContent div#timePerPiece {
    top: 120px;
    height: calc(100vh - 234px);
    font-size: 24px;
    justify-content: space-between;
  }
  html body #allContent div#overview.mobileHide {
    display: none;
  }
  html body #allContent div#overview {
    top: 50%;
    max-height: calc(100vh - 334px);
    font-size: 24px;
    justify-content: space-between;
  }
  html body #allContent div#overview span.mobileRow {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  html body #allContent header div.fieldsContainer div.startStopRow div.statusIndicator {
    position: absolute;
  }
  html body #allContent div#overview.desktopHide {
    display: none;
  }
  html body #allContent div#overview > div > span {
    width: 12%;
  }
  html body #allContent div#overview > div:not(:nth-child(2)) > span.daySum {
    font-size: 12px;
  }
}
