.button,
.primaryButton,
.secondaryButton,
.button,
input[type="submit"],
input[type="reset"],
.primaryButton,
.secondaryButton,
input[type="submit"],
input[type="reset"],
.wxResults .toolbar button,
.wxResults .art a,
.wxResults .toolbar button,
.wxResults .art a {
  background: #ffffff;
  color: #333344;
  border: 1px solid #333344;
  border-radius: .5em;
  padding: .43em 1em .5em;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  font-variant: small-caps;
  line-height: 1em;
  text-decoration: none;
}
.primaryButton,
.wxResults .art a {
  background-color: #cd93fc;
  color: #ffffff;
  border: none;
}
.secondaryButton,
.wxResults .toolbar button {
  background-color: #ecfc93;
  color: #508100;
  border-color: #508100;
}
.secondaryButton .loading div,
.wxResults .toolbar button .loading div {
  border-color: #508100 transparent transparent transparent;
}
/* Loading */
.loading {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
}
.loading div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  margin: 0;
  border: .25em solid #fff;
  border-color: inherit;
  border-radius: 50%;
  animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.loading div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Resets */
/* Objects */
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-size: 20px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background: #ffffff url('/assets/img/keswickGardenPath.jpg') left center no-repeat fixed;
  background-size: cover;
  color: #333;
}
.siteHeader {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
}
.siteHeader .appLogo {
  position: absolute;
  height: 38px;
  width: auto;
  top: 5px;
  left: 5px;
  border-radius: .25em;
}
.siteHeader .siteTitle {
  margin: 0;
  padding: .25em .5em;
  text-align: center;
  font-size: 1.75rem;
  text-transform: uppercase;
}
.siteHeader .versionNumber {
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  margin-top: -1.5em;
  padding: .25em;
  text-align: center;
  font-size: .5em;
  color: #bbb;
}
.siteHeader .tempControl {
  position: absolute;
  right: 0;
  top: 0;
  padding: .5em 1em;
  color: #666;
  cursor: pointer;
}
.btn,
.disabledBtn,
.tabNav .tabGroup .tabItem .tabAction,
.tabNav .tabGroup .tabItem.disabled .tabAction,
.tabNav .tabGroup .tabItem.disabled .tabAction {
  padding: .5em;
  margin: .25em;
  border: 1px solid #999;
  border-radius: .25em;
  background: #ffffff;
  color: #336;
  font-size: 1.25rem;
  font-weight: 800;
  text-decoration: none;
}
.disabledBtn,
.tabNav .tabGroup .tabItem.disabled .tabAction {
  color: #e3e3e3;
  background: #f3f3f3;
}
.c.hide,
.f.hide {
  display: none;
}
.messages {
  position: fixed;
  display: none;
  bottom: 0;
  width: 100vw;
  border-top: 1px solid #999;
  background: #ffffff;
  font-size: 1rem;
  height: 2rem;
  overflow: overlay;
}
.messages.expand {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  height: auto;
  width: auto;
  border: 1px solid;
  z-index: 1100;
}
.messages .messageList {
  margin: 0;
  padding: 0;
}
.messages .messageList .messageItem {
  margin: .25em 0;
  padding: .25rem;
  line-height: 1.25em;
}
.messages .messageList .messageItem:nth-child(even) {
  background: #f3f3f3;
}
.messages .messageList .messageItem.success {
  color: green;
}
.messages .messageList .messageItem.error {
  color: red;
}
.tabNav .tabGroup {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tabNav .tabGroup .tabItem {
  display: block;
  flex-grow: 1;
}
.tabNav .tabGroup .tabItem.disabled .tabAction {
  display: block;
  margin: 0;
  width: 100%;
  border-radius: 0;
  border-bottom: 0;
}
.tabNav .tabGroup .tabItem:last-child .tabAction {
  border-right: 0;
}
.tabNav .tabGroup .tabItem .tabAction,
.tabNav .tabGroup .tabItem.disabled .tabAction {
  display: block;
  margin: 0;
  width: 100%;
  border-radius: 0;
  border-bottom: 0;
  border-left: 0;
  /*
                border-right-width: 0;
                border-left-width: 0;
                */
}
.wxResults {
  display: flex;
  flex-direction: column;
  margin: 0 0 2em;
  background-color: rgba(255, 255, 255, 0.75);
  border-top: 1px solid #333344;
}
.wxResults .toolbar {
  padding: .25em;
  white-space: nowrap;
}
.wxResults .toolbar button {
  font-size: .75em;
  border-radius: 1em;
}
.wxResults .resultBlock {
  padding: 0 1em 1em 1em;
}
.wxResults .resultBlock .infoBlock {
  display: block;
}
.wxResults .dateHeading {
  margin: 0;
  padding: .25em .5em;
  font-size: 1.1em;
  line-height: 1.5em;
  border: 1px solid #336;
  border-width: 0 0 1px;
  white-space: nowrap;
}
.wxResults .art {
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
  padding: 0 1em 1em 1em;
  margin: 1em;
  border-radius: .5em;
  font-size: .8em;
}
.wxResults .art a {
  display: inline-block;
}
.hoursContainer {
  display: none;
  max-height: 50vh;
  overflow: scroll;
}
.hoursContainer.show {
  display: block;
}
.hourCard {
  display: flex;
  justify-content: start;
  padding: .5em;
  font-size: .75em;
  border: 1px dashed #336;
  border-width: 0 0 1px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #336;
  white-space: nowrap;
}
.hourCard .cardHeading {
  font-weight: 700;
}
.hourCard .wxTape {
  display: flex;
  justify-content: start;
}
.hourCard .wxText {
  display: block;
  margin: .5em 0 0;
}
.hourCard .wxText .wxWeather {
  display: block;
}
.currentHour {
  background: #ffe;
}
.wxTime,
.wxTemp,
.wxWind,
.wxRain {
  display: inline-block;
  margin-right: 1rem;
}
.wxTime {
  width: 4em;
  text-align: right;
  font-weight: 700;
}
.wxTemp,
.wxTemp,
.wxRain {
  font-weight: 500;
}
@media screen and (min-width: 480px) {
  .tabNav {
    padding: 0;
    width: 25vw;
  }
  .tabNav .tabGroup {
    justify-content: flex-start;
    flex-wrap: wrap;
    position: fixed;
    flex-direction: column;
  }
  .tabNav .tabGroup .tabItem {
    flex-grow: unset;
  }
  .tabNav .tabGroup .tabItem:last-child .tabAction {
    border-bottom: 1px solid #333344;
  }
  .tabNav .tabGroup .tabItem .tabAction {
    width: 25vw;
    border-right: 0;
  }
  .wxResults {
    margin-left: 25vw;
    flex-direction: column;
    gap: 0;
    border-left: 1px solid #333344;
  }
  .dateHeading {
    font-size: .75em;
  }
  /*
    .hoursContainer {
        max-height: none;
        overflow: visible;
    }
    */
  .hourCard {
    white-space: nowrap;
  }
  .hourCard .wxText .wxWeather {
    display: inline;
  }
}
