/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url('fonts/lato-regular.woff') format('woff'), url('fonts/lato-regular.ttf') format('truetype'); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url('fonts/lato-bold.woff') format('woff'), url('fonts/lato-bold.ttf') format('truetype'); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url('fonts/lato-black.woff') format('woff'), url('fonts/lato-black.ttf') format('truetype'); }

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url('fonts/lato-italic.woff') format('woff'), url('fonts/lato-italic.ttf') format('truetype'); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url('fonts/lato-regular.woff') format('woff'), url('fonts/lato-regular.ttf') format('truetype'); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url('fonts/lato-bold.woff') format('woff'), url('fonts/lato-bold.ttf') format('truetype'); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url('fonts/lato-black.woff') format('woff'), url('fonts/lato-black.ttf') format('truetype'); }

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url('fonts/lato-italic.woff') format('woff'), url('fonts/lato-italic.ttf') format('truetype'); }

@font-face {
  font-family: 'icons';
  src: url('fonts/icons.eot');
  src: url('fonts/icons.eot?#iefix') format('eot'), url('fonts/icons.woff') format('woff'), url('fonts/icons.ttf') format('truetype'), url('fonts/icons.svg#icons') format('svg'); }

#daily-consumptions .btn.add-drink:before, .header .btn[data-rel=back]:before, form input[type=checkbox]:checked + label:after, .username-input.username-input .icon:before, .password-input.password-input .icon:before, .email-input.email-input .icon:before, #scrolltip:after, #slideout-menu .header .icon:before, #slideout-menu .header .settings-icon:before, #daily-history ul li:after, .footer .signup:after, .username-input .question:before, .password-input .question:before, .email-input .question:before {
  font-family: 'icons';
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  text-rendering: auto; }

#daily-consumptions .btn.add-drink:before {
  content: '\E001'; }

.header .btn[data-rel=back]:before {
  content: '\E002'; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

form input[type=text], form input[type=password], form textarea, form input[type=number], form input[type=tel] {
  width: 100%;
  outline: none;
  appearance: none;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0; }
form input[type=submit] {
  width: 100%;
  background: none;
  -webkit-appearance: none;
  outline: none;
  margin-top: 10px; }
form input[type=checkbox] {
  position: relative;
  visibility: hidden; }
  form input[type=checkbox] + label {
    position: relative; }
  form input[type=checkbox] + label:before {
    content: '';
    display: block;
    border: 1px solid #D3D3D3;
    padding: 6px;
    background: #fff;
    border-radius: 1px;
    position: absolute;
    right: -23px; }
  form input[type=checkbox]:checked + label:after {
    content: '\E00C';
    font-size: 0.95em;
    color: #AFAFAF;
    font-weight: bold;
    padding: 0;
    position: absolute;
    right: -26px;
    margin-top: -2px; }

.username-input, .password-input, .email-input {
  background: #fff;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 1px; }
  .username-input .icon, .password-input .icon, .email-input .icon {
    position: absolute;
    display: inline;
    margin-top: 11px;
    left: 10px;
    color: #F83992; }
  .username-input.username-input .icon:before, .password-input.username-input .icon:before, .email-input.username-input .icon:before {
    content: ''; }
  .username-input.password-input .icon:before, .password-input.password-input .icon:before, .email-input.password-input .icon:before {
    content: ''; }
  .username-input.email-input .icon:before, .password-input.email-input .icon:before, .email-input.email-input .icon:before {
    content: ''; }
  .username-input input, .password-input input, .email-input input {
    width: 100%;
    padding: 12px 40px;
    box-sizing: border-box;
    border: 0; }
    .username-input input::-webkit-input-placeholder, .password-input input::-webkit-input-placeholder, .email-input input::-webkit-input-placeholder {
      color: #E6E7E8;
      font-weight: lighter; }
    .username-input input::-moz-placeholder, .password-input input::-moz-placeholder, .email-input input::-moz-placeholder {
      color: #E6E7E8;
      font-weight: lighter; }
    .username-input input:-moz-placeholder, .password-input input:-moz-placeholder, .email-input input:-moz-placeholder {
      color: #E6E7E8;
      font-weight: lighter; }
    .username-input input:-ms-input-placeholder, .password-input input:-ms-input-placeholder, .email-input input:-ms-input-placeholder {
      color: #E6E7E8;
      font-weight: lighter; }

.username-input.error, .password-input.error, .email-input.error {
  border: 1px solid #ED1C24; }
  .username-input.error input::-webkit-input-placeholder, .password-input.error input::-webkit-input-placeholder, .email-input.error input::-webkit-input-placeholder {
    color: #ED1C24; }
  .username-input.error input::-moz-placeholder, .password-input.error input::-moz-placeholder, .email-input.error input::-moz-placeholder {
    color: #ED1C24; }
  .username-input.error input:-moz-placeholder, .password-input.error input:-moz-placeholder, .email-input.error input:-moz-placeholder {
    color: #ED1C24; }
  .username-input.error input:-ms-input-placeholder, .password-input.error input:-ms-input-placeholder, .email-input.error input:-ms-input-placeholder {
    color: #ED1C24; }
  .username-input.error .icon, .username-input.error .question, .password-input.error .icon, .password-input.error .question, .email-input.error .icon, .email-input.error .question {
    color: #ED1C24; }

.button, button, input[type=submit] {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  font-size: 1.1em;
  text-align: center;
  border-radius: 2px;
  appearance: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
  border: 1px solid #000; }
  .button:active, button:active, input[type=submit]:active {
    background-color: #ffc545;
    color: #fff; }
  .button:disabled, .button.disabled, button:disabled, button.disabled, input[type=submit]:disabled, input[type=submit].disabled {
    background-color: #d3d3d3;
    color: #a4a6a9; }
  .button:active, button:active, input[type=submit]:active {
    background-color: #ffc545;
    color: #fff;
    border: 1px solid transparent; }
  .button:disabled, button:disabled, input[type=submit]:disabled {
    background-color: #d3d3d3;
    color: #a4a6a9;
    border: 1px solid transparent; }
  .button.action, button.action, input[type=submit].action {
    background-color: #F83992;
    color: #fff;
    border: 0; }
    .button.action:active, button.action:active, input[type=submit].action:active {
      background-color: #ffc545;
      color: #fff; }
    .button.action:disabled, .button.action.disabled, button.action:disabled, button.action.disabled, input[type=submit].action:disabled, input[type=submit].action.disabled {
      background-color: #d3d3d3;
      color: #a4a6a9; }
    .button.action:active, button.action:active, input[type=submit].action:active {
      background-color: #f50977; }
  .button.white, button.white, input[type=submit].white {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff; }
    .button.white:active, button.white:active, input[type=submit].white:active {
      background-color: #ffc545;
      color: #fff; }
    .button.white:disabled, .button.white.disabled, button.white:disabled, button.white.disabled, input[type=submit].white:disabled, input[type=submit].white.disabled {
      background-color: #d3d3d3;
      color: #a4a6a9; }

.modal.error #modal-title:before {
  content: '!!';
  margin-right: 5px;
  color: #BE1E2D; }
.modal.error #modal-title:after {
  content: '!!';
  margin-right: 5px;
  color: #BE1E2D; }
.modal.error #modal-title:before {
  position: absolute;
  margin-left: -15px; }
.modal.error #modal-title:after {
  position: absolute;
  margin-left: 5px; }

#modal-window {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 30%;
  min-height: 100px;
  background: #fff;
  border-radius: 1px;
  padding: 30px 40px;
  text-align: center; }
  #modal-window button {
    margin-top: 20px;
    text-align: center; }

#modal-title {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.2em;
  margin-bottom: 20px; }

.viewport-transitioning {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box; }

.page-pre-in {
  opacity: 0; }

.animated {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 350ms;
          animation-duration: 350ms; }

.slide.in {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
  -webkit-animation-delay: -2ms;
          animation-delay: -2ms; }
.slide.out {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft; }
.slide.reverse.in {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft; }
.slide.reverse.out {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight; }

.slideup.in {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp; }
.slideup.out {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }
.slideup.reverse.in {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms; }
.slideup.reverse.out {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown; }

.flip {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms; }
  .flip.in {
    -webkit-animation-name: flipInLeft;
            animation-name: flipInLeft;
    z-index: 2; }
  .flip.out {
    -webkit-animation-name: flipOutRight;
            animation-name: flipOutRight; }
  .flip.reverse.in {
    -webkit-animation-name: flipInRight;
            animation-name: flipInRight; }
  .flip.reverse.out {
    -webkit-animation-name: flipOutLeft;
            animation-name: flipOutLeft; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@-webkit-keyframes flipOutRight {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(180deg);
            transform: perspective(400px) rotateY(180deg); } }

@keyframes flipOutRight {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(180deg);
            transform: perspective(400px) rotateY(180deg); } }

@-webkit-keyframes flipInLeft {
  0% {
    -webkit-transform: perspective(400px) rotateY(-180deg);
            transform: perspective(400px) rotateY(-180deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg); } }

@keyframes flipInLeft {
  0% {
    -webkit-transform: perspective(400px) rotateY(-180deg);
            transform: perspective(400px) rotateY(-180deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg); } }

@-webkit-keyframes flipInRight {
  0% {
    -webkit-transform: perspective(400px) rotateY(180deg);
            transform: perspective(400px) rotateY(180deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg); } }

@keyframes flipInRight {
  0% {
    -webkit-transform: perspective(400px) rotateY(180deg);
            transform: perspective(400px) rotateY(180deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg); } }

@-webkit-keyframes flipOutLeft {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(-180deg);
            transform: perspective(400px) rotateY(-180deg); } }

@keyframes flipOutLeft {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(-180deg);
            transform: perspective(400px) rotateY(-180deg); } }

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }

  100% {
    -webkit-transform: rotateY(359deg);
            transform: rotateY(359deg); } }

@keyframes rotating {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }

  100% {
    -webkit-transform: rotateY(359deg);
            transform: rotateY(359deg); } }

@-webkit-keyframes bounce {
  0%, 30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }

  40% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }

  60% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

  70%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes bounce {
  0%, 30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }

  40% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }

  60% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

  70%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

#scrolltip:after {
  content: ''; }
#scrolltip:after {
  font-size: 30px;
  position: absolute;
  bottom: 0;
  right: 20px;
  padding: 10px;
  opacity: 0.3;
  -webkit-animation: bounce 1.2s linear infinite;
          animation: bounce 1.2s linear infinite; }

#popup-window {
  background: #EEEAE5;
  min-height: 30px;
  padding: 10px 25px 10px 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px; }

#popup-triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #EEEAE5;
  position: absolute;
  top: -10px;
  right: 8px;
  content: ''; }

#popup-close {
  float: left;
  line-height: 30px;
  width: 40px;
  text-align: center;
  margin-left: -10px; }

#popup-message {
  width: 100%;
  padding-right: 10px;
  margin-left: 25px;
  margin-top: -30px;
  float: left;
  word-wrap: break-word;
  box-sizing: border-box; }

#confirm-message {
  font-weight: bold;
  margin-bottom: 20px; }

#confirm-window {
  position: absolute;
  top: 25%;
  left: 10%;
  width: 80%;
  background: #FFF;
  padding: 15px;
  border-radius: 2px;
  text-align: center;
  box-sizing: border-box; }
  #confirm-window.feedback {
    padding: 15px 0; }
  #confirm-window form input[type=text] {
    border-left: 0;
    border-right: 0;
    border: 1px solid #cccccc; }
    #confirm-window form input[type=text].error {
      border-color: #ED1C24; }
  #confirm-window .explanation {
    display: none;
    margin-top: 8px; }
    #confirm-window .explanation:before {
      content: '!!';
      margin-right: 5px;
      color: #BE1E2D; }
  #confirm-window .buttons-wrapper {
    padding: 15px; }
  #confirm-window .button-wrapper {
    width: 50%;
    float: left; }
  #confirm-window #confirm-cancel, #confirm-window #confirm-confirm {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #000;
    display: block; }
  #confirm-window #confirm-cancel {
    color: #888;
    border-color: #888;
    margin-right: 5px; }

#confirm-transaction-start #confirm-message {
  font-weight: normal; }
#confirm-transaction-start #confirm-title {
  font-weight: bold; }
#confirm-transaction-start ul {
  list-style-type: none;
  padding: 0; }
  #confirm-transaction-start ul li:before {
    content: '!!';
    margin-right: 5px;
    color: #BE1E2D; }

#slideout-menu {
  z-index: 1;
  position: absolute;
  width: 65%;
  left: 0;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 15px 10px;
  background: #1d2023;
  -webkit-transition: 350ms;
          transition: 350ms;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
  #slideout-menu.open {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  #slideout-menu .header {
    background: #eeeae5;
    text-align: left; }
    #slideout-menu .header .icon {
      float: left;
      margin-right: 10px;
      margin-left: 5px;
      font-size: 14px;
      line-height: 27px; }
      #slideout-menu .header .icon:before {
        content: ''; }
      #slideout-menu .header .icon:before {
        color: #fff;
        background: #F83992;
        padding: 2px 2px 0; }
    #slideout-menu .header .settings-icon {
      float: right;
      font-size: 16px;
      line-height: 27px;
      margin-top: -29px;
      border-left: 2px solid #D2CDCA;
      padding-left: 12px; }
      #slideout-menu .header .settings-icon:before {
        content: ''; }
      #slideout-menu .header .settings-icon:before {
        color: #000;
        padding: 2px 2px 0; }
  #slideout-menu #menu-items {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  #slideout-menu .menu-item a, #slideout-menu .menu-item span {
    display: block;
    line-height: 30px;
    padding: 10px;
    color: #1d2023;
    background: #fec60b; }
  #slideout-menu .menu-item:nth-of-type(1) * {
    background: #fec60b; }
  #slideout-menu .menu-item:nth-of-type(2) * {
    background: #fec815; }
  #slideout-menu .menu-item:nth-of-type(3) * {
    background: #fecb1f; }
  #slideout-menu .menu-item:nth-of-type(4) * {
    background: #fecd29; }
  #slideout-menu .menu-item:nth-of-type(5) * {
    background: #fecf34; }
  #slideout-menu .menu-item:nth-of-type(6) * {
    background: #fed23e; }
  #slideout-menu .menu-item:nth-of-type(7) * {
    background: #fed448; }
  #slideout-menu .menu-item:nth-of-type(8) * {
    background: #fed752; }
  #slideout-menu .menu-item.current {
    position: relative;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    text-indent: 10px; }
    #slideout-menu .menu-item.current a {
      background: #fcdb2a;
      padding-right: 20px; }
    #slideout-menu .menu-item.current:after {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -10px;
      right: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #1d2023; }
  #slideout-menu #logout {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
    border-top: 1px solid rgba(129, 129, 129, 0.43);
    text-align: center; }
    #slideout-menu #logout a {
      color: #909295;
      font-size: 0.9em; }

#menu-page-interaction-blocker {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999; }

#menu-inner, #menu-inner .body {
  margin: -15px -5px; }

#menu-inner .body {
  padding: 50px 0; }

.page.slideout {
  -webkit-transition: 350ms;
          transition: 350ms;
  -webkit-transform: translateX(65%);
          transform: translateX(65%); }

.page.slideout-hidden {
  -webkit-transition: 350ms;
          transition: 350ms;
  -webkit-transform: translateX(0%);
          transform: translateX(0%); }

.locations #locations-unavailable {
  padding: 15px; }
  .locations #locations-unavailable:before {
    content: '!!';
    margin-right: 5px;
    color: #BE1E2D; }

body.platform-ios #main {
  margin-top: 20px; }
body.platform-ios #slideout-menu {
  margin-top: 20px; }
body.platform-ios .popup.top #popup-window {
  padding-top: 25px; }

body.platform-windowsphone #slideout-menu {
  margin-bottom: 22px; }
body.platform-windowsphone #transaction-history .license-plate-country {
  line-height: 14px !important;
  padding-top: 0; }
body.platform-windowsphone .license-plate-country {
  padding: 0 2px 4px; }

#drinks .consumed-today {
  margin-top: 20%; }
#drinks .buttons-bottom {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px; }
  #drinks .buttons-bottom .button {
    margin-top: 10px; }
  #drinks .buttons-bottom .button.view-history {
    background-color: #454B74; }

#add-consumption input[type=radio] {
  display: none; }
#add-consumption label {
  display: block;
  text-align: center;
  border-radius: 3px;
  margin: 10px;
  padding: 10px;
  border: 1px solid #000; }
#add-consumption input[type=radio]:checked + label {
  background: #F83992;
  color: white;
  border: 1px solid #c4075f; }
#add-consumption .input-group-amount {
  width: 50%;
  float: left; }
#add-consumption .input-group-type {
  width: 50%;
  float: right; }
#add-consumption .input-groups {
  overflow: hidden; }

.consumed-today {
  text-align: center; }
  .consumed-today .amount {
    font-size: 50px; }
  .consumed-today p {
    margin-top: 3px; }

#daily-history ul {
  list-style-type: none;
  padding: 0;
  margin: -10px;
  margin-top: 10px; }
  #daily-history ul li a {
    padding: 10px 15px; }
  #daily-history ul li {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    position: relative; }
    #daily-history ul li:after {
      content: '\E007'; }
    #daily-history ul li:after {
      font-size: 16px;
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -8px; }
    #daily-history ul li a {
      padding: 10px;
      display: block; }
    #daily-history ul li .amount {
      font-weight: bold;
      float: right;
      margin-right: 25px; }

#daily-consumptions .btn.add-drink {
  color: #000;
  font-size: 18px; }
#daily-consumptions ul {
  list-style-type: none;
  padding: 0;
  margin: -10px;
  margin-top: 10px; }
  #daily-consumptions ul li a {
    padding: 10px 15px; }
  #daily-consumptions ul li {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px; }
  #daily-consumptions ul .delete {
    position: absolute;
    width: 25%;
    top: 9px;
    right: 10px;
    background: #D33E43;
    border: none;
    line-height: 0;
    color: #fff;
    font-size: 13px;
    height: 20px;
    text-indent: -2px;
    z-index: 10000; }
  #daily-consumptions ul .amount {
    font-weight: bold;
    float: right; }

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Lato';
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 18px;
  overflow: hidden;
  -ms-content-zooming: none;
  -ms-touch-action: none; }

a, a:active, a:hover, a:visited {
  text-decoration: none;
  color: #000; }

.btn {
  display: inline-block;
  padding: 11px 10px 8px; }

#main {
  position: relative; }

.page {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #EEEAE5;
  z-index: 2;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

#loader {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 1000;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px; }
  #loader #loader-inner {
    line-height: 100px;
    font-size: 60px;
    color: #fff;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-animation: rotating .8s linear infinite;
            animation: rotating .8s linear infinite; }

.header {
  left: 0;
  right: 0;
  position: fixed;
  z-index: 101;
  margin: 0;
  height: 30px;
  line-height: 30px;
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #eee;
  text-align: center;
  color: #000; }
  .header .btn.menu {
    left: 5px; }
  .header .label {
    font-size: 22px; }
  .header .btn {
    position: absolute;
    top: 0px;
    color: #fff;
    font-size: 0.7em; }
    .header .btn[data-rel=back] {
      font-size: 18px;
      left: 0;
      color: #000; }
    .header .btn.menu {
      font-size: 14px;
      color: #000;
      cursor: pointer; }
      .header .btn.menu .bar {
        height: 1px;
        margin-top: 3px;
        background: #000; }
        .header .btn.menu .bar.bar-lg {
          width: 25px; }
        .header .btn.menu .bar.bar-md {
          width: 22px; }
        .header .btn.menu .bar.bar-sm {
          width: 19px; }
        .header .btn.menu .bar.bar-xs {
          width: 16px;
          margin-bottom: -6px; }
    .header .btn.left {
      left: 5px; }
    .header .btn.right {
      right: 5px; }
  .header .logo {
    background-image: asset-url('logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 35px;
    max-width: 150px;
    margin: 0 auto;
    margin-top: -2px; }

.body {
  position: absolute;
  padding: 10px;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box; }
  .body .title {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 -15px 0px;
    padding: 2px 15px; }
  .body .subtitle {
    font-size: 1.1em;
    margin: 10px -15px;
    padding: 2px 15px; }

.footer {
  position: absolute;
  left: 0;
  right: 0;
  box-sizing: border-box;
  bottom: 10px;
  text-align: center;
  padding: 0 15px; }
  .footer .signup {
    background-color: #F83992;
    color: #000;
    border: 0;
    margin: 10px 0; }
    .footer .signup:after {
      content: '\E007'; }
    .footer .signup:after {
      font-size: 12px;
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -6px; }
    .footer .signup:active {
      background-color: #ffc545;
      color: #fff; }
    .footer .signup:disabled, .footer .signup.disabled {
      background-color: #d3d3d3;
      color: #a4a6a9; }

#overlay, #modal-overlay, #popup-overlay, #confirm-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000; }

#modal-overlay, #popup-overlay, #confirm-overlay {
  background: rgba(0, 0, 0, 0.6); }

.username-input .question, .password-input .question, .email-input .question {
  position: absolute;
  right: 0;
  padding: 13px 10px 13px 13px;
  color: #D3D3D3;
  cursor: pointer; }
  .username-input .question:before, .password-input .question:before, .email-input .question:before {
    content: '\E009'; }

.global-warning {
  z-index: 100;
  background-color: #fff;
  position: absolute;
  top: 50px;
  border-top: 1px solid rgba(207, 207, 207, 0.4);
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center; }
  .global-warning:before {
    content: '!!';
    margin-right: 5px;
    color: #BE1E2D; }
  .global-warning #close-warning {
    float: left;
    width: 40px;
    height: 50px;
    margin-right: -15px;
    line-height: 48px;
    cursor: pointer; }

