/*
import fonts
*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext");
@font-face {
  font-family: 'iconfont';
  src: url("../fonts/iconfont.eot?g7ibp9");
  src: url("../fonts/iconfont.eot?g7ibp9#iefix") format("embedded-opentype"), url("../fonts/iconfont.ttf?g7ibp9") format("truetype"), url("../fonts/iconfont.woff?g7ibp9") format("woff"), url("../fonts/iconfont.svg?g7ibp9#iconfont") format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------------------------
Breakpoint
------------------------------------------*/
/*------------------------------------------
Retina
------------------------------------------*/
/*------------------------------------------
Responsive background
------------------------------------------*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
html
body
 */
body {
  font-family: Lato;
  font-size: 15px; }

/*
h1
h2
h3
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: em(15px);
  margin: 0; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: .9em;
  margin-bottom: 0.5em;
  color: #37474e; }

.h1 {
  font-size: 24px;
  font-weight: bold; }

.h2 {
  font-size: 20px;
  font-weight: normal; }

.h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: .7em;
  margin-bottom: 0.6em; }

.h4 {
  font-size: 17px;
  font-weight: normal; }

.h5 {
  font-size: 15px;
  font-weight: normal; }

/*
a
a:hover
 */
/*
ul
li
 */
/*
p
 */
p {
  margin: 0.6em 0; }

.p--big {
  font-size: 15px; }

/*
table
th
tr
 */
.xs-1, .sm-1, .md-1, .lg-1, .xs-1, .sm-1, .md-1, .lg-1, .xs-2, .sm-2, .md-2, .lg-2, .xs-3, .sm-3, .md-3, .lg-3, .xs-4, .sm-4, .md-4, .lg-4, .xs-5, .sm-5, .md-5, .lg-5, .xs-6, .sm-6, .md-6, .lg-6, .xs-7, .sm-7, .md-7, .lg-7, .xs-8, .sm-8, .md-8, .lg-8, .xs-9, .sm-9, .md-9, .lg-9, .xs-10, .sm-10, .md-10, .lg-10, .xs-11, .sm-11, .md-11, .lg-11, .xs-12, .sm-12, .md-12, .lg-12 {
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%; }

.xs-1 {
  width: 8.333333%; }

.xs-2 {
  width: 16.666667%; }

.xs-3 {
  width: 25%; }

.xs-4 {
  width: 33.333333%; }

.xs-5 {
  width: 41.666667%; }

.xs-6 {
  width: 50%; }

.xs-7 {
  width: 58.333333%; }

.xs-8 {
  width: 66.666667%; }

.xs-9 {
  width: 75%; }

.xs-10 {
  width: 83.333333%; }

.xs-11 {
  width: 91.666667%; }

.xs-12 {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .sm-1 {
    width: 8.333333%; }
  .sm-2 {
    width: 16.666667%; }
  .sm-3 {
    width: 25%; }
  .sm-4 {
    width: 33.333333%; }
  .sm-5 {
    width: 41.666667%; }
  .sm-6 {
    width: 50%; }
  .sm-7 {
    width: 58.333333%; }
  .sm-8 {
    width: 66.666667%; }
  .sm-9 {
    width: 75%; }
  .sm-10 {
    width: 83.333333%; }
  .sm-11 {
    width: 91.666667%; }
  .sm-12 {
    width: 100%; } }

@media only screen and (min-width: 992px) {
  .md-1 {
    width: 8.333333%; }
  .md-2 {
    width: 16.666667%; }
  .md-3 {
    width: 25%; }
  .md-4 {
    width: 33.333333%; }
  .md-5 {
    width: 41.666667%; }
  .md-6 {
    width: 50%; }
  .md-7 {
    width: 58.333333%; }
  .md-8 {
    width: 66.666667%; }
  .md-9 {
    width: 75%; }
  .md-10 {
    width: 83.333333%; }
  .md-11 {
    width: 91.666667%; }
  .md-12 {
    width: 100%; } }

@media only screen and (min-width: 1200px) {
  .lg-1 {
    width: 8.333333%; }
  .lg-2 {
    width: 16.666667%; }
  .lg-3 {
    width: 25%; }
  .lg-4 {
    width: 33.333333%; }
  .lg-5 {
    width: 41.666667%; }
  .lg-6 {
    width: 50%; }
  .lg-7 {
    width: 58.333333%; }
  .lg-8 {
    width: 66.666667%; }
  .lg-9 {
    width: 75%; }
  .lg-10 {
    width: 83.333333%; }
  .lg-11 {
    width: 91.666667%; }
  .lg-12 {
    width: 100%; } }

.container {
  padding: 0 0.5rem;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

.container--padding {
  padding: 0 7px; }
  @media only screen and (min-width: 1200px) {
    .container--padding {
      padding: 0 1rem; } }

.container--padding-bottom {
  margin-bottom: 36px; }

.container--padding-top {
  padding-top: 13px; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.activities.container {
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (min-width: 1200px) {
    .activities.container {
      padding-left: 300px; } }

.activities h3 {
  margin-top: 0; }

.activity__button {
  position: absolute;
  right: 0;
  bottom: 0; }
  .activity__button .btn {
    margin-bottom: 0; }

.activity__item {
  line-height: 22px;
  padding: 1.5rem 1.5rem 2rem; }

.activity__item--disabled {
  background: #dbdbdb; }

.activity__enrollment-label {
  margin: 1.2em 0 0; }

.activity__icon {
  margin-right: 6px;
  color: #8fa4ad;
  font-size: 11px;
  -webkit-transition: color .25s;
  transition: color .25s; }

.activity__icon--white {
  color: #fff; }

.activity__icon--green {
  color: #7aaa36; }

.activity__icon--plus {
  margin-top: 1px; }

.activity__title {
  font-weight: bold; }

.activity__text {
  padding-left: 21px; }

.activity__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.activity__title {
  width: 100%; }

.activity__time {
  margin-left: 21px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .activity__time {
      width: auto; } }

.activity__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.activity__btn {
  cursor: pointer;
  font-size: 17px !important;
  width: 135px !important; }

@media only screen and (min-width: 1200px) {
  .activity__btn:hover {
    color: #7aaa36;
    background-color: #fff; }
    .activity__btn:hover .activity__icon {
      color: #fff; } }

.activity__btn--active {
  color: #fff !important;
  background-color: #7aaa36 !important; }
  .activity__btn--active .activity__icon {
    display: none; }

.activity__btn--hidden {
  display: none; }

.apps {
  background-color: #0C6D38;
  position: fixed;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff; }

.apps__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.apps__bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.apps__bottom-text {
  margin-bottom: 50px;
  padding: 0 20px;
  text-align: center; }

.apps__bottom-text a {
  color: #fff;
  font-weight: bold; }

.apps__logo {
  text-align: center; }

.apps__logo img {
  display: inline-block;
  margin-top: -80px;
  margin-bottom: -80px;
  width: 300px; }

.apps__text {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 30px; }

.apps__text p {
  font-size: 26px;
  padding: 0 20px; }

.apps__app-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.apps__app-icons__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto; }
  @media only screen and (min-width: 768px) {
    .apps__app-icons__wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.apps__app-icons__google-play {
  height: 100px; }

.apps__app-icons__app-store {
  height: 68px; }

@media only screen and (min-width: 768px) {
  .boxed:before {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../img/splash-bg.png) repeat center;
    opacity: .3; } }

@media only screen and (min-width: 768px) {
  .boxed__window {
    background: #fff;
    position: absolute;
    z-index: 2;
    width: 432px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 15px 46px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 15px 46px 0px rgba(0, 0, 0, 0.15);
    padding: 0 30px;
    opacity: 0;
    -webkit-transition: opacity .35s .5s;
    transition: opacity .35s .5s; } }

@media only screen and (min-width: 768px) {
  .boxed__window--visible {
    opacity: 1; } }

.btn {
  border: solid 2px #7aaa36;
  background-color: #fff;
  font-size: 16px;
  height: 53px;
  border-radius: 57px;
  display: block;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
  color: #37474e;
  outline: none;
  -webkit-transition: color .25s, background-color .25s, border-color .25s;
  transition: color .25s, background-color .25s, border-color .25s;
  -webkit-appearance: none;
  padding-bottom: 3px;
  line-height: 46px; }
  .btn:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    background-color: #fff; }
  .btn::-webkit-input-placeholder {
    color: #8fa4ad; }
  .btn::-moz-placeholder {
    color: #8fa4ad; }
  .btn:-ms-input-placeholder {
    color: #8fa4ad; }
  .btn:-moz-placeholder {
    color: #8fa4ad; }

.btn--submit {
  text-align: center;
  cursor: pointer; }

.btn--brand-1 {
  background: #7aaa36;
  color: #fff; }
  @media only screen and (min-width: 1200px) {
    .btn--brand-1:hover {
      color: #7aaa36;
      background-color: #fff; } }

.btn--brand-color-full {
  background-color: #7aaa36;
  color: #fff; }
  @media only screen and (min-width: 1200px) {
    .btn--brand-color-full:hover {
      color: #7aaa36;
      background-color: #fff; } }

.btn--brand-bordered {
  border-color: #7aaa36;
  background-color: #fff;
  color: #7aaa36; }
  @media only screen and (min-width: 1200px) {
    .btn--brand-bordered:hover {
      color: #fff;
      background-color: #7aaa36; } }

.btn--inactive-color {
  color: #ced8dc;
  border-color: #ced8dc; }
  @media only screen and (min-width: 1200px) {
    .btn--inactive-color:hover {
      color: #8fa4ad;
      border-color: #8fa4ad; } }

.btn--input {
  border-color: #ced8dc;
  line-height: 56px; }

.btn--link {
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.checkbox__item {
  padding: 13px 0; }

.checkbox__label {
  position: relative;
  cursor: pointer;
  padding-left: 30px; }
  .checkbox__label:before {
    display: inline-block;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: solid 1px #8fa4ad;
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    -webkit-transition: border-color .25s,  background-color .25s, -webkit-box-shadow .25s;
    transition: border-color .25s,  background-color .25s, -webkit-box-shadow .25s;
    transition: border-color .25s,  background-color .25s, box-shadow .25s;
    transition: border-color .25s,  background-color .25s, box-shadow .25s,  -webkit-box-shadow .25s; }
  .checkbox__label:after {
    display: inline-block;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 1px;
    left: 1px;
    content: "";
    background: url(../img/check.png) no-repeat center;
    opacity: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s; }

.checkbox__input {
  display: none; }
  .checkbox__input:checked + .checkbox__label:before {
    background-color: #7aaa36;
    border-color: #7aaa36;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(122, 170, 54, 0.71);
            box-shadow: 0px 0px 21px 0px rgba(122, 170, 54, 0.71); }
  .checkbox__input:checked + .checkbox__label:after {
    opacity: 1; }

.content {
  display: block; }

.content--hidden {
  opacity: 0; }

.date {
  color: #8fa4ad;
  font-size: 15px;
  text-align: center;
  padding: 18px 0;
  left: 0;
  -webkit-transition: left .25s;
  transition: left .25s;
  position: relative; }

.date--hidden {
  display: none; }

.date--active {
  left: 300px; }
  @media only screen and (min-width: 1200px) {
    .date--active {
      left: 0; } }

.date__icon {
  margin-right: 4px; }
  .date__icon:before {
    color: #8fa4ad; }

.food-menu__form {
  display: block; }

.food-menu__form--hidden {
  display: none; }

.icon {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon--padding-right {
  padding-right: 14px; }

.icon--bin:before {
  content: "\e905"; }

.icon--plus:before {
  content: "\e906"; }

.icon--close:before {
  content: "\e908"; }

.icon--settings:before {
  content: "\e910"; }

.icon--upload:before {
  content: "\e912"; }

.icon--sick:before {
  content: "\e911"; }

.icon--logout:before {
  content: "\e90f"; }

.icon--bell:before {
  content: "\e907"; }

.icon--burger:before {
  content: "\e909"; }

.icon--calendar:before {
  content: "\e90a"; }

.icon--doctor:before {
  content: "\e90b"; }

.icon--normal:before {
  content: "\e90c"; }

.icon--pencil:before {
  content: "\e90d"; }

.icon--people:before {
  content: "\e90e"; }

.icon--cook:before {
  content: "\e900"; }

.icon--star:before {
  content: "\e901"; }

.icon--clock:before {
  content: "\e902"; }

.icon--mail:before {
  content: "\e903"; }

.icon--home:before {
  content: "\e904"; }

.icon--arrow:before {
  content: "\e913";
  color: #7aaa36; }

.info-icon {
  color: #fff;
  background-color: #ee4949;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  margin-right: 2px; }

.info-icon--green {
  background-color: #7aaa36; }

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 20px; }

.info__title {
  width: 100%; }

.info__icon {
  font-size: 47px;
  color: #7aaa36;
  width: 60px;
  text-align: center;
  margin-top: 7px; }
  .info__icon:before {
    color: inherit; }

.info__link-icon {
  cursor: pointer;
  display: inline-block;
  top: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px; }

.info__list {
  width: calc(100% - 105px); }

.info__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0;
  position: relative; }

.info__list-item--padding {
  padding-left: 12px; }

.info__list-item--active {
  color: #7aaa36; }
  .info__list-item--active:before {
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #7aaa36;
    content: "";
    position: absolute;
    top: 10px;
    left: 0; }

.info__list-time {
  padding-right: 20px;
  font-weight: bold;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 2px; }

.info__list-names {
  line-height: 23px;
  width: calc(100% - 70px); }

.info__list-name {
  padding-right: 10px; }

.info__icons {
  display: inline-block;
  margin: 0 4px; }

.info__icons-item {
  display: inline-block; }

.input {
  position: relative; }

.input__label {
  position: absolute;
  top: -8px;
  left: 24px;
  background: #fff;
  z-index: 2;
  display: inline-block;
  color: #ced8dc;
  padding: 0 12px;
  opacity: 0;
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }

.janitor__form {
  display: block; }

.janitor__form--hidden {
  display: none; }

.legend {
  margin-bottom: 3px; }

.legend__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 550px) {
    .legend__icons {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.legend__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #8fa4ad;
  padding: 10px 23px 10px 3px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 550px) {
    .legend__item {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding: 10px 23px; } }

.legend__name {
  padding-left: 9px; }

.log-box {
  margin: 35px 0; }

.login-page__header {
  padding: 0 24px; }

.login-page__info {
  color: #8fa4ad;
  font-size: 20px; }

.login-page__link {
  color: #37474e;
  text-decoration: none;
  margin-top: 16px;
  display: inline-block; }

.login-page__arrows {
  position: relative;
  -webkit-transition: left .25s, color .25s;
  transition: left .25s, color .25s;
  left: 0; }

.login-page__link:hover {
  color: #7aaa36; }
  .login-page__link:hover .login-page__arrows {
    left: -20px; }

.logo {
  padding-top: 64px; }

.logo__svg {
  width: 177px;
  display: block;
  margin-left: -6px; }

.logo__wrapper {
  text-align: center;
  margin-top: -50px;
  margin-bottom: -30px; }

.logo__img {
  width: 50%; }

.logout {
  color: #ced8dc;
  text-align: center;
  -webkit-transition: color .25s, left .25s;
  transition: color .25s, left .25s;
  position: fixed;
  bottom: -10px;
  left: -300px;
  border-top: solid 1px #dfdfdf;
  padding: 20px 0;
  background-color: #fff;
  z-index: 3;
  width: 300px; }
  .logout:hover {
    color: #ee4949; }
  @media only screen and (min-width: 1200px) {
    .logout {
      left: 0; } }

.logout--active {
  left: 0px; }

.logout__link {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.logout__icon {
  font-size: 18px;
  padding-top: 2px; }

.main {
  position: relative;
  -webkit-transition: left .25s;
  transition: left .25s;
  min-width: 320px;
  left: 0; }
  @media only screen and (min-width: 1200px) {
    .main {
      padding-left: calc(300px + 0.5rem);
      max-width: 100%; } }

.main__header--no-margin-top {
  margin-top: 0; }

.main__header--margin-top {
  padding-top: 20px; }

.main--inactive {
  left: 300px; }
  @media only screen and (min-width: 1200px) {
    .main--inactive {
      left: 0; } }

.main--inactive-full {
  left: -100%; }

.menu {
  font-size: 16px;
  padding-bottom: 60px; }

.menu__ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }

.menu__link {
  text-decoration: none;
  color: #37474e;
  -webkit-transition: color .25s;
  transition: color .25s;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .menu__link:after {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ''; }

.menu__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  position: relative;
  padding: 20px; }

.menu__li--active {
  background: #7aaa36; }
  .menu__li--active .menu__link {
    color: #fff; }
  .menu__li--active .menu__icon {
    color: #fff; }

.menu__li:hover .menu__link {
  color: #7aaa36; }

@media only screen and (min-width: 1200px) {
  .menu__li:hover {
    background: #7aaa36; }
    .menu__li:hover .menu__link {
      color: #fff; }
    .menu__li:hover .menu__icon {
      color: #fff; } }

.menu__icon {
  font-size: 20px;
  color: #7aaa36;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: solid 1px #dfdfdf;
  margin-right: 15px;
  padding-right: 15px; }
  .menu__icon.icon--home {
    font-size: 18px; }
  .menu__icon.icon--clock {
    font-size: 20px; }
  .menu__icon.icon--start {
    font-size: 21px; }
  .menu__icon.icon--mail {
    font-size: 16px; }
  .menu__icon.icon--settings {
    font-size: 20px; }

.message {
  position: relative; }

.message--hidden {
  opacity: 0;
  right: -200%;
  height: 0;
  overflow: hidden; }

.message__date {
  padding-right: 19px;
  color: #8fa4ad; }

.message__info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.message__description {
  width: 100%;
  padding-right: 20px;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent; }
  .message__description:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 55px);
    height: 100%;
    content: ""; }

.message__foto {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 2px; }

.message__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.message__user {
  font-weight: bold;
  text-decoration: none; }

.message--unread .message__date {
  color: #7aaa36;
  font-weight: bold; }

.message--unread .message__description {
  font-weight: bold; }

.messages {
  margin-top: 6px; }

.messages__header {
  margin-bottom: 23px; }

.messages__warning {
  margin-top: 7px; }

.no-scroll {
  overflow: hidden;
  position: relative;
  height: 100%; }

@media only screen and (max-width: 767px) {
  .no-scroll--mobile {
    overflow: hidden;
    position: relative;
    height: 100%; } }

.options {
  min-height: 160px; }

.options__title {
  font-weight: bold;
  padding-bottom: 19px; }

.options__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 19px; }

.options__star {
  font-size: 22px; }

.options__icon {
  cursor: pointer; }
  .options__icon:before {
    color: #ced8dc;
    -webkit-transition: color .25s;
    transition: color .25s; }

.options__icon--active:before {
  color: #7aaa36; }

@media only screen and (min-width: 992px) {
  .options__icon:hover:before {
    color: #7aaa36; } }

.profile__photo {
  padding-top: 20px; }

.profile__image {
  text-align: center;
  height: 105px;
  width: 105px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden; }

.profile__img {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.profile__header {
  margin-bottom: 20px; }

.schedule {
  min-height: calc(100vh - 195px); }

.schedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin-bottom: 10px; }

.schedule__time {
  padding-right: 10px;
  color: #8fa4ad;
  padding-top: 9px;
  font-weight: bold; }

.schedule__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  background-color: rgba(206, 216, 220, 0.5);
  padding: 8px 10px 30px; }

.schedule__text-item {
  line-height: 23px; }
  .schedule__text-item:before {
    display: inline-block;
    height: 2px;
    width: 2px;
    border: solid 2px #37474e;
    margin-right: 5px;
    content: "";
    border-radius: 50%;
    top: -2px;
    position: relative; }

.schedule__item--active .schedule__time {
  color: #7aaa36; }

.schedule__item--active .schedule__text {
  background-color: #7aaa36;
  border-color: #fff;
  color: #fff; }

.schedule__item--active .schedule__text-item:before {
  background-color: #fff;
  border-color: #fff; }

.separator {
  margin: 0 -.5rem;
  border: 0;
  height: 1px;
  background-color: #dfdfdf; }

.sidebar {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  position: fixed;
  left: -300px;
  width: 300px;
  top: 0;
  bottom: 0;
  -webkit-transition: left .25s;
  transition: left .25s;
  z-index: 13;
  overflow: auto; }
  @media only screen and (min-width: 1200px) {
    .sidebar {
      left: 0; } }

.sidebar--active {
  left: 0; }

.single-message__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.single-message__name {
  width: 100%; }

.single-message__date {
  color: #8fa4ad; }

.single-message__text {
  margin-bottom: 22px;
  line-height: 20px; }

.single-message__archive {
  color: #7aaa36; }

.slider {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .slider {
      overflow-x: scroll; } }
  .slider::-webkit-scrollbar {
    display: none; }

.slider__title {
  margin-bottom: 24px;
  margin-top: 12px;
  font-weight: normal;
  position: relative; }

@media only screen and (min-width: 1200px) {
  .slider__title:before {
    width: 0;
    -webkit-transition: width .25s;
    transition: width .25s;
    content: " ";
    display: block;
    border-bottom: 1px solid #7aaa36;
    position: absolute;
    bottom: -10px; } }

.slider__item {
  width: 100%;
  display: none; }
  @media only screen and (min-width: 1200px) {
    .slider__item {
      display: block;
      min-width: 250px;
      width: auto; } }

.slider__item--active {
  display: block; }

@media only screen and (min-width: 1200px) {
  .slider__item--active .slider__title {
    color: #7aaa36; } }

@media only screen and (min-width: 1200px) {
  .slider__item--active .slider__title:before {
    width: 100%; } }

.splash-screen {
  background: url(../img/splash-bg.png) repeat center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  height: 100%;
  min-height: 100%;
  opacity: 1;
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }
  .splash-screen:before {
    height: 5px;
    display: inline-block;
    width: 100%;
    position: fixed;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    background: #7aaa36;
    -webkit-box-shadow: -1px 8px 340px 204px #7aaa36;
            box-shadow: -1px 8px 340px 204px #7aaa36;
    opacity: 1;
    -webkit-transition: opacity .25s;
    transition: opacity .25s; }

.splash-screen--hidden {
  opacity: 0; }
  .splash-screen--hidden:before {
    opacity: 0; }

.splash-screen--hidden-z-index {
  z-index: -1; }

.splash-screen__logo-wrapper {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.splash-screen__logo {
  width: 250px;
  height: 100%; }
  @media all and (min-width: 576px) {
    .splash-screen__logo {
      width: 400px; } }

.splash__bar {
  background: rgba(255, 255, 255, 0.56);
  position: absolute;
  bottom: 0;
  height: 9px;
  width: 100%;
  left: 0;
  z-index: 2; }

.splash__loader {
  height: 9px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  background: #7aaa36;
  -webkit-transition: .25s;
  transition: .25s; }

.splash-loader--full {
  width: 100%; }

.status {
  position: fixed;
  top: 120px;
  bottom: 0;
  right: -200%;
  z-index: 12;
  background: #fff;
  width: 100%;
  -webkit-transition: right .35s, left .35s;
  transition: right .35s, left .35s;
  left: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent; }

.status--active-full {
  right: 0; }
  @media only screen and (min-width: 1200px) {
    .status--active-full {
      max-width: 100%;
      padding-left: calc(300px + 0.5rem); } }

.status--pushed {
  left: 300px; }

.status__item {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-transition: color .25s, background-color .25s;
  transition: color .25s, background-color .25s;
  outline: none; }

.status__item:hover, .status__item--active {
  color: #fff;
  background-color: #7aaa36; }
  .status__item:hover .status__icon, .status__item--active .status__icon {
    color: #fff; }
  .status__item:hover .status__icon:before, .status__item--active .status__icon:before {
    color: #fff; }

.status__icon {
  font-size: 35px; }
  .status__icon:before {
    -webkit-transition: color .25s, background-color .25s;
    transition: color .25s, background-color .25s; }

.status__icon--home {
  font-size: 29px; }

.status__icon--doctor {
  font-size: 26px; }

.status__name {
  font-size: 15px;
  margin-left: 22px; }

.submenu {
  font-size: 15px;
  padding-top: 20px;
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  margin-bottom: 0; }
  .submenu::-webkit-scrollbar {
    display: none; }

.submenu__li {
  display: inline-block;
  padding-right: 25px;
  padding-bottom: 10px; }

.submenu__link {
  text-decoration: none;
  color: #8fa4ad;
  position: relative; }
  .submenu__link:before {
    display: inline-block;
    height: 1px;
    width: 0;
    bottom: -5px;
    left: 0;
    content: "";
    background-color: #8fa4ad;
    position: absolute;
    -webkit-transition: width .25s;
    transition: width .25s; }

.submenu__li--active .submenu__link:before {
  width: 100%; }

.swipe-cards {
  position: relative; }

.swipe-cards__arrow-container {
  position: absolute;
  top: 0;
  left: -10px;
  width: 60px;
  height: 100%;
  z-index: 9;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 1200px) {
    .swipe-cards__arrow-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.swipe-cards__arrow-container:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.swipe-cards__arrow-container--next {
  right: -10px;
  left: auto; }

.swipe-cards__arrow {
  background: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 50%;
  margin: 0 auto;
  width: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.swipe-cards__arrow--sticky {
  position: fixed;
  top: 50%; }

.swipe-cards__arrow-container--next .swipe-cards__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.textarea {
  border-width: 2px;
  border-color: rgba(206, 216, 220, 0.89);
  border-style: solid;
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 16px;
  margin-top: 8px;
  height: 185px;
  resize: none;
  -webkit-appearance: none;
  outline: none;
  -webkit-user-select: text; }

.tooltip {
  position: relative; }

.tooltip__elem {
  position: absolute;
  bottom: 55px;
  color: #fff;
  background-color: #ee4949;
  padding: 5px;
  border-radius: 5px;
  width: 125px;
  height: auto;
  line-height: 18px;
  font-size: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none; }

.tooltip__elem--show {
  display: block; }

.top-bar {
  height: 67px;
  background: #7aaa36;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.18);
  position: fixed;
  top: 0;
  left: .5rem;
  right: .5rem;
  z-index: 10;
  -webkit-transition: left .25s;
  transition: left .25s;
  min-width: 320px; }
  @media only screen and (min-width: 1200px) {
    .top-bar {
      padding-left: 300px; } }

.top-bar--active {
  left: 308px; }
  @media only screen and (min-width: 1200px) {
    .top-bar--active {
      left: .5rem; } }

.top-bar__wrapper {
  margin-bottom: 67px; }

.top-bar__icon {
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
  margin: 10px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color .25s, color .25s;
  transition: background-color .25s, color .25s;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.top-bar__menu {
  font-size: 14px; }
  @media only screen and (min-width: 1200px) {
    .top-bar__menu {
      visibility: hidden; } }

.top-bar__icon--menu:before, .top-bar__icon--menu:after, .top-bar__icon-bar {
  width: 15px;
  border-radius: 5px;
  height: 2px;
  background: #7aaa36;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: margin-left .25s, top .25s, bottom .25s, color .25s, background-color .25s, -webkit-transform .25s;
  transition: margin-left .25s, top .25s, bottom .25s, color .25s, background-color .25s, -webkit-transform .25s;
  transition: transform .25s, margin-left .25s, top .25s, bottom .25s, color .25s, background-color .25s;
  transition: transform .25s, margin-left .25s, top .25s, bottom .25s, color .25s, background-color .25s, -webkit-transform .25s; }

.top-bar__icon--menu:before {
  top: 8px; }

.top-bar__icon--menu:after {
  bottom: 8px; }

.top-bar__icon-bar {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.top-bar__menu--active .top-bar__icon-bar {
  display: none; }

.top-bar__menu--active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -5px;
  -webkit-transform-origin: left;
          transform-origin: left;
  top: 9px; }

.top-bar__menu--active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -5px;
  -webkit-transform-origin: left;
          transform-origin: left; }

.top-bar__status {
  font-size: 20px;
  color: #7aaa36; }
  .top-bar__status:before {
    padding-top: 1px;
    display: inline-block; }
  .top-bar__status.icon--doctor {
    font-size: 17px; }
  .top-bar__status.icon--home {
    font-size: 17px; }

.top-bar__name {
  font-size: 17px; }

.top-bar__icon--link {
  text-decoration: none; }
  @media only screen and (min-width: 1200px) {
    .top-bar__icon--link {
      display: none; } }

.top-bar__info-icon {
  position: absolute;
  top: 18px;
  right: -11px;
  z-index: 3;
  font-family: Lato; }

.upload {
  text-align: center;
  color: #37474e;
  padding: 22px 0 15px; }

.upload__icon {
  margin-right: 10px; }

.upload__container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color .25s;
  transition: color .25s; }
  .upload__container:hover {
    color: #7aaa36; }

.upload__input {
  display: block;
  width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  bottom: 0;
  cursor: inherit; }

.upload__info {
  margin-top: 12px;
  color: #7aaa36;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

.upload__info--hidden {
  display: none;
  opacity: 0; }

.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 26px;
  padding-bottom: 20px;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch; }

.user--sidebar {
  padding-left: 15px;
  padding-right: 15px; }

.user--lower-padding {
  padding-top: 20px;
  padding-bottom: 20px; }

.user--lower-padding-top {
  padding-top: 12px; }

.user__info {
  padding-left: 9px; }

.user__foto {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden; }

.user__img {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.user__name {
  margin: 0; }

.user__mail {
  font-size: 15px;
  color: #8fa4ad;
  text-decoration: none;
  display: block;
  -webkit-transition: color .25s;
  transition: color .25s; }
  .user__mail:hover {
    color: #7aaa36; }

.user__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.user__icon {
  width: 20px;
  font-size: 19px;
  cursor: pointer;
  text-decoration: none; }
  .user__icon:before {
    color: #ced8dc;
    -webkit-transition: color .25s;
    transition: color .25s; }

.user__icon:hover:before {
  color: #7aaa36; }

.warning {
  color: #fff;
  border-radius: 10px;
  background-color: #ee4949;
  opacity: 0.902;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 35px 18px 20px;
  position: relative;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 25px;
  left: 0;
  -webkit-transition: left .25s;
  transition: left .25s; }

.warning--light {
  background-color: #8fa4ad; }

.warning--success {
  background-color: #7aaa36;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.warning--hidden {
  display: none; }

.warning--centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.warning__icon {
  font-size: 50px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.warning__close {
  position: absolute;
  top: 7px;
  right: 13px;
  font-size: 12px;
  -webkit-transition: font-size .15s;
  transition: font-size .15s; }
  .warning__close:hover {
    font-size: 13px; }

/*
BACKGROUND COLORS

for example
.is-blue
.is-yellow
 */
html, body {
  min-height: 100%; }

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }

.center {
  text-align: center; }
