@import "./stylesheets/fonts.css";
@import "./stylesheets/MyFontsWebfontsKit.css";
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

body {
  background-color: #d5cecc;
}
.app-wrapper {
  min-height: 100vh;
  overflow: hidden;
}
.bg-background {
  background-image: linear-gradient(var(--mist), var(--beige));
}
.f-screen {
  position: relative;
  min-height: calc(100vh - 105px);
}
body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: var(--font-regular);
}
h1 {
  font-family: var(--font-bold);
  color: var(--basalt);
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  margin: 0;
  padding-bottom: 30px;
}
h2 {
  font-family: var(--font-regular);
  color: var(--basalt);
  font-size: 20px;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 24px;
  margin-top: 0;
  padding: 0;
}
h3 {
  font-family: var(--font-bold);
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: var(--basalt);
}
h4 {
  font-family: var(--font-bold);
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 30px;
  margin: 0;
  padding: 0;
  color: white;
}
h1 span {
  letter-spacing: 0.1em;
}

hr {
  border-top: 3px solid var(--accent);
}

img.wifi-waves {
  /*right: -35%;*/
  top: calc(100vh - 300px);
  /*bottom: -22%;*/
  left: calc(100vw - 330px);
  /*position: fixed;*/
  position: absolute;
  margin-left: auto;
  margin-right: auto;
}
.support-access-note {
  font-weight: normal;
  font-size: 14px;
}
/*
@media only screen and (max-height: 1026px) {
  img.wifi-waves {
    bottom: -29% !important;
  }
}
@media only screen and (max-width: 770px) {
  img.wifi-waves {
    right: -43%;
    width: 100%;
  }
}
@media only screen and (max-width: 415px) {
  img.wifi-waves {
    right: -44%;
    bottom: -23%;
  }
}
@media only screen and (max-height: 824px) {
  img.wifi-waves {
    bottom: -19% !important;
  }
}
@media only screen and (max-height: 811px) {
  img.wifi-waves {
    bottom: -21% !important;
  }
}
@media only screen and (max-width: 376px) {
  img.wifi-waves {
    right: -44%;
    bottom: -26%;
  }
}
@media only screen and (max-width: 360px) {
  img.wifi-waves {
    right: -46%;
    bottom: -27%;
  }
}
@media only screen and (max-height: 630px) {
  img.wifi-waves {
    bottom: -20% !important;
  }
}
@media only screen and (max-width: 320px) {
  img.wifi-waves {
    right: -43%;
    bottom: -31%;
  }
}
*/
ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
ul.checkmark {
  list-style: none;
}
ul.checkmark li:before {
  content: '✓';
}
.title-spacer {
  min-height: 64px;
  width: 100%;
}
.btn {
  background-color: var(--accent);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: inline-block;
  min-width: 250px !important;
  height: 64px;
  border-radius: 32px;
  box-shadow: inset 0 0 5px rgb(255, 255, 255, 0.75);
  /*
  box-shadow: inset 0 0 5px rgb(255, 255, 255, 0.75);
  filter: drop-shadow(5px 5px 5px rgb(53, 68, 73, 0.25));
  -webkit-box-shadow: inset 5px rgb(255, 255, 255, 0.75);
  -moz-box-shadow: inset 5px rgb(255, 255, 255, 0.75);*/
  /*animation: pulse 2s infinite;*/
}
.btn .btn-armed {
  background-color: var(--armed);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: inline-block;
  min-width: 250px !important;
  height: 64px;
  border-radius: 32px;
  box-shadow: inset 0 0 5px rgb(255, 255, 255, 0.75);
}

.btn h3 {
  color: white !important;
  line-height: 64px;
  touch-action: none;
}
.btn-small {
  background-color: var(--basalt);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  width: 240px !important;
  height: 32px;
  border-radius: 16px;
  box-shadow: inset 0 0 5px rgb(255, 255, 255, 0.75);
  /*
  box-shadow: inset 0 0 5px rgb(255, 255, 255, 0.75);
  filter: drop-shadow(5px 5px 5px rgb(53, 68, 73, 0.25));
  -webkit-box-shadow: inset 5px rgb(255, 255, 255, 0.75);
  -moz-box-shadow: inset 5px rgb(255, 255, 255, 0.75);*/
  /*animation: pulse 2s infinite;*/
  border-width: 0px;
}
/*in the wifi list give more space */
li.btn-small {
  margin-bottom: 30px;
}
.btn-disabled {
  background-color: #CCC !important;
}

.btn-small h4 {
  text-overflow: ellipsis;
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 5px;
}

.error-panel__btn {
  background-color: var(--basalt);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  width: 120px !important;
  height: 32px;
  border-radius: 16px;
  border-width: 0px;
}

.btn--success {
  padding: 0 15px 0 15px;
}

.settings__btn {
  margin-top: 20px;
}
.settings__version {
  margin-bottom: 10px;
  text-align:left;
  font-weight: bold;
}

a {
  color: white;
  line-height: 64px;
  font-size: 15px;
  letter-spacing: 0.1em !important;
  cursor: pointer;
  text-transform: uppercase;
  font-family: var(--font-bold);
  text-decoration: none !important;
}

.support__link {
  color: var(--accent);
  text-transform: none;
  line-height: 40px;
  font-size: 20px;
}

@keyframes pulse {
  0% {
    box-shadow: inset 0 0 10px rgb(255, 255, 255, 0.75);
  }
  70% {
    box-shadow: inset 0 0 0 rgb(255, 255, 255, 0.25);
  }
  100% {
    box-shadow: inset 0 0 10px rgb(255, 255, 255, 0.75);
  }
}
header div.header-wrapper {
  width: 100%;
  position: relative;
  height: 100px;
  background-color: white;
}
header div.header-wrapper img {
  height: 70px;
  margin-top: 15px;
  margin-bottom: 15px;
}
header div.false-drop-shadow {
  height: 5px;
  width: 100%;
  background-image: linear-gradient(var(--beige), var(--mist));
}
.content-wrapper {
  width: 80%;
  min-height: calc(100vh - 165px);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 30px 0;
  text-align: center;
  /*padding-bottom: 50px;*/
}
div.spinner {
  background-color: var(--accent);
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 30px;
}
div.spinner img {
  height: 125px;
  margin: 13px;
  animation-name: spinner;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  /* if you want it to stop in between rotations then remove below */
  animation-timing-function: linear;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
input[type="password"],
input[type="text"] {
  width: 200px;
  border: 1px var(--tan);
  height: 50px;
  font-family: var(--font-regular);
  font-size: 20px;
  font-weight: normal;
  line-height: 25px;
  padding: 0 10px 0 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: white;
}
.form-row {
  margin-bottom: 30px;
}
.form-row h2 {
  padding-left: 5px;
  margin-bottom: 0;
}
.code-row {
  /*margin-bottom: 30px;*/
  text-align: left;
}
input[type="checkbox"] {
  display: none;
} /* to hide the checkbox itself */
input[type="checkbox"] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 22px;
  color: var(--basalt);
}

input[type="checkbox"] + label:before {
  content: "\f096";
} /* unchecked icon */

input[type="checkbox"]:checked + label:before {
  content: "\f14a";
} /* checked icon */

.login h1 {
  padding-bottom: 0;
}

/* Error styling */
.error-panel {
  background-color: var(--slate);
  /* Need to come back to this height! */
  min-height: 40vh;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.error-panel h1 {
  color: white !important;
  padding: 15px 20px;
}
.error-panel button {
  -webkit-appearance: none;
  color: white;
  border: none;
}
.slide-up-leave-active,
.slide-up-enter-active {
  transition: 2s;
}
.slide-up-enter {
  transform: translate(0, 100%);
}
.slide-up-leave-to {
  transform: translate(0, 100%);
}
.btn-text {
  color: #fff;
  font-size: 1.25em;
}
.device-list {
  width: 100%;
}
.device-listing {
  width: 200px;
  margin: auto;
  height: 64px;
  background-color: var(--accent);
  color: #000;
  font-weight: bold;
  font-size: 14px;
  margin: 5px;
  padding: 5px;
  border: 2px solid gray;
  list-style-type: none;
  border-radius: 15px;
}
.action-button {
  background-color: var(--accent);
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  display: block;
  width: 200px !important;
  height: 32px;
  border-radius: 32px;
  box-shadow: inset 0 0 5px rgb(255, 255, 255, 0.75);
  /*filter: drop-shadow(5px 5px 5px rgb(53, 68, 73, 0.25));*/
  -webkit-box-shadow: inset 5px rgb(255, 255, 255, 0.75);
  -moz-box-shadow: inset 5px rgb(255, 255, 255, 0.75);
}
h3.stop-text {
  color: white !important;
  position: absolute;
  top: 45%;
  left: 36%;
}
h3.countdown {
  font-size: 20px;
}
#error-container {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.bottom-aligned {
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 28px;
  color: var(--basalt);
  position: absolute;
}
.bottom-aligned h3 {
  font-family: var(--font-bold);
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 28px;
}
.start-over {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  margin-top: 15px;
  position: absolute;
  bottom: 36px;
}

.support__start-over {
  position: absolute;
  bottom: 36px;
}
.inner-content-wrapper {
  width: 240px;
  margin: auto;
}
.text-disabled {
  color: #777;
  font-weight: 500;
}
.form-switch {
  display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin-top: 10px;
  width: 240px;
  float: left;
}
.form-switch i {
  position: relative;
  display: block;
  margin-right: .5rem;
  width: 64px;
  height: 32px;
  background-color: #e6e6e6;
  border-radius: 32px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
  float: left;
}
.form-span {
  float: right;
  padding-top: 5px;
  font-weight: 500;
}
.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 62px;
  height: 30px;
  background-color: #fff;
  border-radius: 32px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 29px;
  height: 29px;
  background-color: #fff;
  border-radius: 32px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }

.form-switch input { display: none; }

.form-switch input:checked + i { background-color: #085696; }

.form-switch input:checked + i::before { transform: translate3d(30px, 2px, 0) scale3d(0, 0, 0); }

.form-switch input:checked + i::after { transform: translate3d(34px, 2px, 0); }

.test-recipe {
  max-width: 300px;
  margin: auto;
  text-align: left;
}

.support {
  text-align: left;
  padding-top: 20px;
  margin: 0 20px;
}
.support-client {
  margin: 20px 0;
}
.support input[type=checkbox] {
  display: inline;
}
.support a {
  color: var(--accent);
}
