html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  font-size: 62.5%;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 1px dotted #ccc;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

* {
  box-sizing: border-box;
}

html, body, #content {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font: 1.6em/1.6 'Lato', serif;
  color: #333;
  background: #669;
  background-size: cover;
}

#content {
  padding: .5em;
  text-align: center;
}
#content > .loading-block {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
#content > .loading-block > .message {
  font-size: 3em;
  text-align: center;
  color: #fff;
}

h1 {
  margin-bottom: .5em;
  padding: .25em 0;
  font-size: 30px;
  font-size: 3rem;
  border-bottom: 1px solid;
}

h1 > a {
  color: #333;
  text-decoration: none;
}

label {
  display: block;
}

input[type="text"], input[type="password"], input[type="submit"] {
  margin-bottom: 1em;
  width: 100%;
  font-size: 1.2em;
}

.login-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.login-page input[type="submit"] {
  padding: .5em;
  font-size: 16px;
  font-size: 1.6rem;
  border: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

[name=checkin] {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 0;
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}

[name=checkin][disabled] {
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}

textarea {
  position: relative;
  margin: 1em 0;
  width: 100%;
  height: 80px;
  height: 8rem;
  background: rgba(255, 255, 255, 0.4);
  border: 0 solid white;
  border-width: 1px 0;
}

textarea::-webkit-input-placeholder {
  position: relative;
  text-align: center;
  line-height: 70px;
  line-height: 7rem;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

[name=interval], [name=intervalType] {
  width: 50px;
  width: 5rem;
  padding: .25em;
  font-size: 20px;
  font-size: 2rem;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.5);
  color: white;
}

[name=intervalType] {
  width: auto;
}

[name=deactivate], [name=activate] {
  margin-top: 1em;
  padding: .5em;
  border: 1px solid black;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-transform: uppercase;
  font-family: Lato;
  font-size: 16px;
  font-size: 1.6rem;
}

.settings {
  display: block;
  position: absolute;
  height: 26px;
  height: 2.6rem;
  width: 26px;
  width: 2.6rem;
  top: 1.4em;
  right: 1em;
  overflow: hidden;
  text-indent: 32px;
  text-indent: 3.2rem;
  background: url(../imgs/settings.svg) no-repeat center center;
  background-size: 2.4rem;
  opacity: 0.7;
}

.location {
  /* display: none; */
}

.settings-page label {
  display: block;
}

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