/* simple mixin to set background colors with an accent tint */
/* BREAKPOINTS */
/* IMPORTS */
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
form,
ol,
ul,
li,
dl,
dt,
dd,
td,
th,
tr,
fieldset {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
address {
  margin: 0 0 1em 0;
  padding: 0;
}
ul {
  list-style: none;
}
ol {
  margin-bottom: 1em;
}
ol > li {
  margin-left: 2em;
}
img,
fieldset {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
th {
  text-align: center;
}
tbody th {
  text-align: left;
}
a:hover,
a:active {
  outline: 0;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
header,
footer,
section,
nav,
aside,
article,
figure,
figcaption {
  display: block;
}
* {
  box-sizing: border-box;
}
@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');
  font-weight: normal;
  font-style: normal;
}
.icon:before,
.fc-icon:before {
  font-family: icons;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}
.icon-user:before {
  content: "\EA01";
}
.icon-batch-select:before {
  content: "\EA02";
}
.icon-customers:before {
  content: "\EA03";
}
.icon-calendar:before {
  content: "\EA04";
}
.icon-exercises:before {
  content: "\EA05";
}
.icon-exercises-neg:before {
  content: "\EA06";
}
.icon-actions:before {
  content: "\EA07";
}
.icon-tests:before {
  content: "\EA08";
}
.icon-settings:before {
  content: "\EA09";
}
.icon-support:before {
  content: "\EA0A";
}
.icon-workouts-neg:before {
  content: "\EA0B";
}
.icon-email:before {
  content: "\EA0C";
}
.icon-workouts:before {
  content: "\EA0D";
}
.icon-calendar-neg:before {
  content: "\EA0E";
}
.icon-customers-neg:before {
  content: "\EA0F";
}
.icon-weight:before {
  content: "\EA10";
}
.icon-notifications:before {
  content: "\EA11";
}
.icon-trash:before {
  content: "\EA12";
}
.icon-height:before {
  content: "\EA13";
}
.icon-tests-neg:before {
  content: "\EA14";
}
.icon-settings-neg:before {
  content: "\EA15";
}
.icon-group:before {
  content: "\EA16";
}
.icon-search:before {
  content: "\EA17";
}
.icon-menu:before {
  content: "\EA18";
}
.icon-close:before {
  content: "\EA19";
}
.icon-back:before {
  content: "\EA1A";
}
.icon-forward:before {
  content: "\EA1B";
}
.icon-delete:before {
  content: "\EA1C";
}
.icon-select:before {
  content: "\EA1D";
}
.icon-checkbox:before {
  content: "\EA1E";
}
.icon-share:before {
  content: "\EA1F";
}
.icon-notice:before {
  content: "\EA20";
}
.icon-edit:before {
  content: "\EA21";
}
.icon-add:before {
  content: "\EA22";
}
.icon-heart:before {
  content: "\EA23";
}
.icon-body:before {
  content: "\EA24";
}
.icon-wearables:before {
  content: "\EA25";
}
.icon-pdf:before {
  content: "\EA26";
}
.icon-plus:before {
  content: "\EA27";
}
.icon-minus:before {
  content: "\EA28";
}
.icon-check-circle:before {
  content: "\EA29";
}
.icon-reorder:before {
  content: "\EA2A";
}
.icon-down:before {
  content: "\EA2B";
}
.icon-play:before {
  content: "\EA2C";
}
.icon-pause:before {
  content: "\EA2D";
}
.icon-up:before {
  content: "\EA2E";
}
body {
  font: 112.5%/1 Roboto, sans-serif;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px) {
  body {
    font-size: 100%;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 93.75%;
  }
}
@media (max-width: 599px) {
  body {
    font-size: 87.5%;
  }
}
p {
  line-height: 1.5;
}
a {
  text-decoration: none;
}
h1 {
  font-weight: 400;
  font-size: 1.6em;
  margin: 0 0 1em;
}
h2 {
  font-weight: 500;
  font-size: 1.4em;
  margin: 0 0 1em;
}
h3 {
  font-weight: 600;
  font-size: 1em;
  color: rgba(0,0,0,0.6);
  text-transform: uppercase;
  margin: 0 0 1em;
}
hr {
  margin: 1em 0;
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.main-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* PRIMARY */
.main-nav {
  font-size: 18px;
  background: #fff;
  -webkit-flex: 0 0 4.44444em;
  -ms-flex: 0 0 4.44444em;
  flex: 0 0 4.44444em;
  padding: 0 0 1em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 1px 0 0 rgba(0,0,0,0.1);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.main-nav a {
  text-align: center;
  height: 4.44444em;
  min-height: 3.55556em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.main-nav a.active {
  background: currentColor;
}
.main-nav a.active .icon {
  color: #fff;
}
.main-nav .icon-off,
.main-nav a.active .icon-on {
  display: none;
}
.main-nav a.active .icon-off {
  display: block;
}
.main-nav .icon {
  font-size: 2em;
}
.main-nav .compact-home-link {
  display: none;
}
.main-nav .logo {
  width: 3em;
  height: 2.4em;
  background: no-repeat center;
  background-size: contain;
}
.main-nav .avatar {
  background: #ddd;
  display: block;
  width: 2em;
  height: 2em;
  border-radius: 99px;
}
.main-nav .minor {
  font-size: 0.7em;
}
.main-nav .seperator {
  -webkit-flex: 1 1 2em;
  -ms-flex: 1 1 2em;
  flex: 1 1 2em;
}
@media (min-width: 768px) {
  .main-nav a:not(.active):hover {
    background: currentColor linear-gradient(rgba(242,242,242,0.95), rgba(242,242,242,0.95));
  }
}
@media (max-height: 800px) {
  .main-nav {
    padding-bottom: 0.5em;
  }
}
@media (max-width: 767px) {
  .main-nav {
    -webkit-flex-basis: 3.33333em;
    -ms-flex-preferred-size: 3.33333em;
    flex-basis: 3.33333em;
  }
  .main-nav a {
    height: 3.33333em;
    min-height: 2.66667em;
  }
  .main-nav .icon {
    font-size: 1.55556em;
  }
}
/* SECONDARY */
.menu-bar,
.closeSecondaryNav {
  display: none;
}
.secondary-nav {
  font-size: 18px;
  -webkit-flex: 0 0 12.22222em;
  -ms-flex: 0 0 12.22222em;
  flex: 0 0 12.22222em;
  padding: 1em 0 0;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 100vh;
}
.secondary-nav .nav-item {
  display: block;
  font-weight: 700;
  padding: 0.83333em 1em 0.83333em 1.2em;
}
.secondary-nav a.active {
  background: #fff;
}
.secondary-nav .secondary-nav-menu {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .secondary-nav {
    -webkit-flex-basis: 11.11111em;
    -ms-flex-preferred-size: 11.11111em;
    flex-basis: 11.11111em;
  }
}
.nav-search-form .placeholder {
  cursor: pointer;
}
.nav-search-form .icon {
  margin: 0 0.5em 0 0;
  line-height: 0;
}
.nav-search-form input {
  display: none;
  border: 0;
  background: none;
  height: 2em;
  padding: 0;
  width: 100%;
  margin: -0.5em 0;
  -webkit-appearance: none;
  appearance: none;
}
.nav-search-form.active input {
  display: block;
}
.nav-search-form.active .placeholder {
  display: none;
}
/* TERTIARY */
.tertiary-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tertiary-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 280px;
  box-shadow: 1px 0 0 rgba(0,0,0,0.1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tertiary-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 280px;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.tertiary-nav-return {
  display: none;
  background: currentColor linear-gradient(rgba(255,255,255,0.95), rgba(255,255,255,0.95));
  padding: 1em;
}
@media (max-width: 1199px) {
  .tertiary-nav {
    width: 240px;
  }
  .tertiary-container {
    left: 240px;
  }
}
@media (max-width: 1023px) {
  .tertiary-wrapper {
    overflow: hidden;
  }
  .tertiary-nav {
    width: 100%;
  }
  .tertiary-container {
    left: 100%;
    width: 100%;
  }
  .tertiary-nav-return {
    display: block;
  }
  .tertiary-nav,
  .tertiary-container {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .tertiary-open .tertiary-nav,
  .tertiary-open .tertiary-container {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/* CONTENT */
.main-content {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.content-block {
  padding: 2em 2.5em;
}
@media (max-width: 1199px) {
  .content-block {
    padding: 1.5em 2em;
  }
}
@media (max-width: 599px) {
  .content-block {
    padding: 1.5em 1em;
  }
}
.main-content > .content-block:first-child {
  padding-top: 1.6em;
}
.content-block-flush-top {
  padding-top: 0;
}
.content-block-flush-bottom {
  padding-bottom: 0;
}
.content-max {
  max-width: 64em;
}
/* LAYOUT SWITCH */
@media (max-width: 767px) {
  .main-nav {
    position: fixed;
    z-index: 2;
    width: 48px;
    height: 48px;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  .main-nav a,
  .main-nav .seperator {
    display: none;
    height: auto;
  }
  .main-nav .home,
  .main-nav .active,
  .main-nav .compact-home-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .main-nav .compact-home-link {
    z-index: 1;
  }
  .main-nav .icon {
    font-size: 1.33333em;
  }
  .main-nav .logo {
    width: 2em;
    height: 2em;
  }
  .main-nav .minor {
    font-size: 1em;
  }
  .menu-bar,
  .secondary-nav {
    position: fixed;
    z-index: 1;
    right: 0;
    width: auto;
  }
  .menu-bar {
    padding-left: 48px;
    left: 0;
    display: block;
    font-size: 18px;
  }
  .menu-bar .menu-bar-content {
    padding: 0.83333em 1em 0 0.8em;
    height: 48px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-bar .title {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .secondary-nav {
    left: 48px;
    z-index: 100;
    padding: 0 0 0.5em;
    display: none;
  }
  .secondary-nav.collapsed {
    display: block;
  }
  .secondary-nav .closeSecondaryNav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.83333em 1em;
  }
  .secondary-nav .nav-item {
    padding: 0.83333em 3em 0.83333em 0.8em;
  }
  .secondary-nav a.active {
    box-shadow: inset 0.3em 0 0;
  }
  .main-content {
    margin-top: 48px;
  }
  .module-home .main-content,
  .module-login .main-content,
  .module-intake .main-content {
    margin-top: 0;
  }
  .page-title {
    display: none;
  }
}
/* FOOTER ACTIONS BAR */
.footer-actions {
  position: fixed;
  z-index: 101;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  background: #fff;
  box-shadow: 0 0 0.3em rgba(0,0,0,0.3);
  text-align: right;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-actions.hidden {
  -webkit-transform: translateY(105%);
  transform: translateY(105%);
}
.right {
  float: right;
}
.left {
  float: left;
}
.small {
  font-size: 0.9em;
}
.dim {
  color: rgba(0,0,0,0.5);
}
.list {
  margin: 0 0 1em;
}
.list li {
  line-height: 1.5;
  margin: 0 0 0.5em 1.5em;
  list-style: square;
}
.well {
  padding: 1em;
  margin: 0 0 1em;
}
.blank-slate {
  font-size: 30vw;
  margin-top: 20vh;
  text-align: center;
  color: rgba(0,0,0,0.03);
}
.badge-counter {
  display: inline-block;
  height: 1.4em;
  width: 1.4em;
  font-size: 0.4em;
  padding: 0.3em 0 0;
  text-align: center;
  font-style: normal;
  background: #f73527;
  border-radius: 99px;
  color: #fff;
}
.icon .badge-counter {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.5em 0 0 0.3em;
}
.alphabet-scrubber {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0.5em;
  padding: 0.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.alphabet-scrubber a {
  background: currentColor linear-gradient(rgba(242,242,242,0.95), rgba(242,242,242,0.95));
  padding: 0 0.4em;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-height: 2em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.alphabet-scrubber a:first-child {
  border-radius: 99px 99px 0 0;
  padding-top: 0.5em;
  max-height: 2.5em;
}
.alphabet-scrubber a:last-child {
  border-radius: 0 0 99px 99px;
  padding-bottom: 0.5em;
  max-height: 2.5em;
}
/* tabs */
.tabs-container .tab {
  display: none;
}
.tabs-container .tab.active {
  display: block;
}
.tab-list {
  margin: 0 0 1em;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.2);
  overflow: auto;
}
.tab-list a {
  display: inline-block;
  font-weight: bold;
  padding: 0.8em 1em;
}
.tab-list a:hover {
  box-shadow: inset 0 -5px 0 rgba(0,0,0,0.05);
}
.tab-list a.active {
  box-shadow: inset 0 -5px 0;
}
@media (max-width: 479px) {
  .tab-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tab-list a {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    padding: 0.8em 0.3em;
  }
}
/* grids */
.grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -3rem;
}
.grid > .cell {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 2rem 3rem;
}
.grid .cell-1of2 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.grid .cell-1of3 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333%;
}
.grid .cell-1of4 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.grid .cell-1of5 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}
.grid .cell-shrink {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media below-mobile-lanscape {
  .grid {
    margin-left: -1.2rem;
  }
  .grid > .cell {
    padding: 0 0 1.2rem 1.2rem;
  }
}
@media (max-width: 359px) {
  .grid {
    margin-left: -1rem;
  }
  .grid > .cell {
    padding: 0 0 1rem 1rem;
  }
}
@media (max-width: 1439px) {
  .grid-xxlarge > .cell {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 1199px) {
  .grid-xlarge > .cell {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 1023px) {
  .grid-large > .cell {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .grid-medium > .cell {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 599px) {
  .grid-small > .cell {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.grid-tiny {
  margin: 0 0 0 -1rem;
}
.grid-tiny > .cell {
  padding: 0 0 0 1rem;
}
.grid-inline > .cell {
  padding-bottom: 0;
}
.column-grid {
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
@media below-mobile-lanscape {
  .column-grid {
    -webkit-column-gap: 2.4rem;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
  }
}
@media (max-width: 359px) {
  .column-grid {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
/* pagination */
.pagination {
  margin: 0 0 1em;
  color: rgba(0,0,0,0.5);
}
.pagination span,
.pagination a {
  display: inline-block;
  padding: 0.8em;
  height: 2.6em;
  vertical-align: middle;
  margin: 0 1px 1px 0;
}
.pagination a:hover {
  color: #222;
}
.pagination .current {
  color: #fff;
}
/* Loading block with spinner */
.loading-block {
  padding: 0.5em;
  color: rgba(0,0,0,0.5);
}
.loading-block .label:before {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  margin: 0 0.3em 0 0;
  border-radius: 50%;
  width: 0.8em;
  height: 0.8em;
  border: 3px solid rgba(0,0,0,0.2);
  border-top-color: #222;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
/* status messages */
.status-message {
  background: #009ee8;
  color: #fff;
  padding: 1em 3em 0.01em 1em;
  margin: 0 0 1.5em;
  position: relative;
}
.status-message .status-message-close {
  position: absolute;
  font-size: 1.2em;
  top: 1em;
  right: 1em;
  color: #fff;
}
.status-message.success {
  background: #8bc800;
}
.status-message.error {
  background: #f73527;
}
.status-messages {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
}
.status-messages .status-message {
  margin: 0;
}
/* toolbar */
.toolbar {
  font-size: 1rem;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.toolbar-button {
  display: inline-block;
  padding: 0.8em 1em;
}
.toolbar-button .icon {
  margin-right: 0.2em;
}
.batch-actions {
  padding: 1em;
  position: relative;
  display: none;
}
.batch-actions .batch-selection-cancel {
  position: absolute;
  right: 0.65em;
  top: 0.4em;
  padding: 0.5em;
}
.batch-actions .batch-selection-status {
  font-size: 0.9em;
  margin: 0 0 1em;
}
.batch-actions .button.block {
  text-align: left;
}
.batch-item .checkbox {
  display: none;
}
.batch-actions-wrapper.active .toolbar-button.batch-select-toggle {
  display: none;
}
.batch-actions-wrapper.active .batch-actions,
.batch-actions-wrapper.active .batch-item .checkbox {
  display: block;
}
/* action menu (three dots with dropdown) */
.action-menu {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
  position: relative;
}
.action-menu .action-menu-trigger {
  background: currentColor linear-gradient(rgba(242,242,242,0.95), rgba(242,242,242,0.95));
  display: inline-block;
  font-size: 1.1em;
  padding: 0.3em 0.32em;
  margin: -0.3em 0 -0.3em 0.6em;
  border-radius: 100%;
}
.action-menu .action-menu-dropdown {
  display: none;
  position: absolute;
  z-index: 101;
  right: 0;
  top: 1.6em;
  width: 15em;
  padding: 0.5em 0;
  background: #fff;
  box-shadow: 0 0 1px rgba(0,0,0,0.2), 0 0.4em 1.5em rgba(0,0,0,0.15);
}
.action-menu .action-menu-dropdown > a {
  display: block;
  padding: 0.6em 1em;
}
.action-menu .action-menu-dropdown > a:hover {
  background: currentColor linear-gradient(rgba(242,242,242,0.97), rgba(242,242,242,0.97));
}
.action-menu .action-menu-dropdown hr {
  margin: 0.5em 0;
}
.action-menu .action-menu-dropdown .destructive {
  color: #f73527;
}
.action-menu.action-menu-right .action-menu-dropdown {
  right: auto;
  left: 0;
}
/* progress steps */
.progress-steps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2em;
}
.progress-steps .step {
  background: rgba(0,0,0,0.1);
  padding: 1em 1.5em;
  margin: 0 0.1em 0 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.88889em;
  color: rgba(0,0,0,0.6);
}
.progress-steps .step:first-child {
  border-radius: 99px 0 0 99px;
  margin-left: 0;
}
.progress-steps .step:last-child {
  border-radius: 0 99px 99px 0;
}
.progress-steps .current .label,
.progress-steps .done .label {
  color: #fff;
}
/* customer item */
.customer-item {
  margin: 0 0 0.7em;
  display: block;
}
.customer-item .avatar {
  width: 1.4em;
  height: 1.4em;
  border-radius: 99px;
  vertical-align: middle;
  margin-right: 0.5em;
}
/* IMPORTS */
.dialog-wrapper {
  z-index: -1;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 80px;
  right: 0;
}
@media (max-width: 767px) {
  .dialog-wrapper {
    left: 0;
  }
}
.dialog-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.dialog {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  background: #fff;
  min-width: 30em;
  box-shadow: 0 0.8em 1.5em rgba(0,0,0,0.2);
  -webkit-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  max-height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.dialog .dialog-close-button {
  position: absolute;
  top: 0.8em;
  right: 0.7em;
  font-size: 1.4em;
}
@media (max-width: 767px) {
  .dialog {
    min-width: 0;
    width: 100%;
  }
}
.dialog-size-large {
  width: 60em;
}
@media (max-width: 1199px) {
  .dialog-size-large {
    width: 100%;
  }
}
.main-content {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.has-dialog .dialog-wrapper {
  z-index: 100;
  opacity: 1;
}
.open-dialog .secondary-nav,
.open-dialog .main-content {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media (max-width: 767px) {
  .open-dialog .secondary-nav,
  .open-dialog .main-content {
    -webkit-filter: none;
    filter: none;
  }
}
.open-dialog .dialog-backdrop {
  opacity: 1;
}
.open-dialog .dialog {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.dialog-content {
  padding: 1em 1.5em 1.5em;
}
@media (max-width: 767px) {
  .dialog-content {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.dialog h1 {
  font-size: 1.3em;
  font-weight: 400;
  margin: 0 0 1.2em;
  padding: 0 1.5em 0 0;
  line-height: 1.2;
}
.dialog-actions {
  text-align: right;
}
.dialog-actions .button {
  margin: 0 0 0 0.3em;
}
input,
textarea,
button,
select {
  font: inherit;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
}
textarea {
  max-width: 100%;
}
select {
  -moz-appearance: none /* remove FF dropdown arrow */;
}
select::-ms-expand {
  display: none;
}
.input,
.select select {
  border: 0;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 2.2em;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  color: #222;
  border-radius: 4px;
  line-height: 1.4 /* sensible cross-browser default */;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
}
.input:disabled,
.select select:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  background: none;
}
_:-ms-input-placeholder,
:root textarea.input {
/* safe hack to work around Explorer bug that prevents box-shadows on textareas without a border */
  box-shadow: none;
  border: 1px solid rgba(0,0,0,0.2);
  padding: calc(0.4em - 1px) 0.6em;
}
.select,
.select select {
  display: inline-block;
  background: none;
  -webkit-appearance: none;
  appearance: none;
}
.select {
  position: relative;
}
.select select {
  border: 0;
  margin: 0;
  padding-right: 1.8em;
  width: 100%;
}
.select:after {
  content: "\EA1D";
  font-family: icons;
  position: absolute;
  top: 50%;
  right: 0.4em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.input.error,
.select.error {
  box-shadow: inset 0 0 0 2px #f73527;
}
.radio,
.checkbox {
  -webkit-appearance: none;
  appearance: none;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  background: none;
  color: transparent;
  vertical-align: -0.2em;
  border: 2px solid rgba(0,0,0,0.3);
  cursor: pointer;
  position: relative;
  border-radius: 4px;
}
.radio:checked,
.checkbox:checked {
  color: #fff;
  border: none;
}
.radio:before,
.checkbox:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  line-height: 1;
}
.radio:disabled,
.checkbox:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.checkbox:checked:before {
  content: "\EA1E";
  font-family: icons;
}
.radio {
  border-radius: 100%;
}
.radio:checked:before {
  width: 0.4em;
  height: 0.4em;
  border-radius: 100%;
  background: currentColor;
}
input[type="color"] {
  padding: 0;
  text-indent: 0.5em;
}
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 4px;
}
.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
  border-radius: 4px;
  background: #fff;
}
.input-group .input {
  box-shadow: none;
  background: none;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.input-group > div.select,
.input-group select {
  width: auto;
  box-shadow: none;
}
.input-group > .icon,
.input-group > span {
  padding: 0 0.4em;
  color: rgba(0,0,0,0.8);
}
.input-group .align-baseline {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
  margin-top: 0.4em;
}
.input-group .button {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.input-group > :first-child,
.input-group input[type="color"]::-webkit-color-swatch {
  border-radius: 4px 0 0 4px;
}
.input-group > :last-child {
  border-radius: 0 4px 4px 0;
}
fieldset:disabled .input-group {
  cursor: not-allowed;
  opacity: 0.7;
  background: none;
}
fieldset:disabled .input-group input {
  opacity: 1;
}
.test-compare {
  white-space: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
  cursor: pointer;
}
.test-compare .checkbox {
  position: absolute;
  top: 0.6em;
  left: 0.4em;
}
.test-compare .checkbox:checked + .label {
  background: currentColor;
}
.test-compare .checkbox:checked + .label span {
  color: #fff;
}
.test-compare .label {
  display: inline-block;
  height: 100%;
  padding: 0.75em 0.5em 0 2.2em;
  background: rgba(0,0,0,0.1);
  font-size: 0.77778em;
  border-radius: 0 4px 4px 0;
}
.test-compare .label span {
  color: #222;
}
[contenteditable]:empty:before {
  content: attr(placeholder) /* trick to use placeholders in contenteditable elements */;
  opacity: 0.5;
}
.button {
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.4em 0.6em;
  margin: 0 0.3em 0.3em 0;
  border: 0;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 0 rgba(0,0,0,0.4);
  color: #fff;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  line-height: 1.4;
  vertical-align: middle;
}
.button:hover,
.button:focus,
.button:active {
  opacity: 0.7;
}
.button.secondary {
  color: #222;
  background: rgba(0,0,0,0.1);
}
.button.secondary:hover,
.button.secondary:focus,
.button.secondary:active {
  background: rgba(0,0,0,0.15);
  opacity: 1;
}
.button.destructive {
  color: #fff;
  background: #f73527;
}
.button.block {
  display: block;
  text-align: center;
  margin-right: 0;
}
.button.large {
  font-size: 1.1em;
  padding: 0.5em 0.8em;
}
.button.small {
  font-size: 0.85em;
  padding: 0.3em 0.5em;
}
.button .icon {
  margin-right: 0.3em;
}
fieldset {
  margin: 0 0 1em;
}
.form-label {
  font-weight: bold;
}
label.form-label {
  cursor: pointer;
}
.form-list li {
  margin: 0 0 0.5em;
  padding: 0 0 0 1.5em;
  position: relative;
}
.form-list li input {
  position: absolute;
  left: 0;
  top: 0.2em;
}
.form-group {
  line-height: 1.4;
  margin: 0 0 1em;
  max-width: 44em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.form-group .form-label {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 12em;
  padding: 0.4em 1em 0 0;
}
.form-group.no-label {
  padding-left: 12em;
}
.form-group .form-input {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.form-group .input,
.form-group .select {
  width: 100%;
}
.form-group .inline {
  width: auto;
}
.form-group .form-list {
  padding-top: 0.4em;
}
@media (max-width: 1199px) {
  .form-group .form-label {
    width: 10em;
  }
  .form-group.no-label {
    padding-left: 10em;
  }
}
@media (max-width: 1023px) {
  .form-group .form-label {
    width: 8em;
  }
  .form-group.no-label {
    padding-left: 8em;
  }
}
@media (max-width: 479px) {
  .form-group {
    display: block;
    text-align: inherit;
    margin-bottom: 1.2em;
  }
  .form-group .form-label {
    display: block;
    padding: 0 0 0.4em;
    width: auto;
  }
  .form-group.no-label {
    padding-left: 0;
  }
}
.form-help {
  font-size: 0.83333em;
  color: rgba(0,0,0,0.6);
  font-style: italic;
  line-height: 1.4;
  margin: 0.5em 0 0.5em;
}
.form-error-message {
  font-size: 0.88889em;
  color: #f73527;
  line-height: 1.3;
  margin: 0.5em 0 0.5em;
}
.form-edit-save,
.form-edit-cancel {
  display: none;
}
.picture-upload-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.picture-upload-wrapper .picture-upload {
  padding: 1em 2em;
  margin: 0 0 1em;
  border: 2px dashed rgba(0,0,0,0.15);
  border-radius: 8px;
  text-align: center;
  color: rgba(0,0,0,0.4);
  font-size: 0.9em;
  line-height: 1.2;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.picture-upload-wrapper .picture-upload input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.picture-upload-wrapper .picture-upload .text {
  width: 100%;
}
.picture-upload-wrapper img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.picture-upload-wrapper .remove-picture {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  background: rgba(0,0,0,0.3);
  padding: 0.2em 0.4em;
  border-radius: 99px;
  color: #fff;
  line-height: 1;
  font-size: 0.8em;
}
.picture-upload-wrapper .remove-picture .icon {
  margin: 0 0.25em 0 0;
}
.picture-upload-wrapper .remove-picture:hover {
  background: #000;
}
.home-wrapper {
  text-align: center;
  min-height: 100vh;
  padding: 5vh 0 1.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.module-home .home-wrapper {
  font-size: calc(100% + 2 * (100vw - 600px) / 400);
}
.home-logo {
  max-width: 30em;
  max-height: 10vh;
  margin: 0 0 5vh;
}
.home-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0.4em;
  width: 100%;
  max-width: 70vw;
  margin: 0 0 6vh;
}
.home-grid a {
  -webkit-flex: 0 1 33.33333%;
  -ms-flex: 0 1 33.33333%;
  flex: 0 1 33.33333%;
  padding: 0.2em;
}
.home-grid .home-button {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
  border-radius: 5px;
  padding: 1.5em 0;
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.home-grid .home-button * {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.home-grid .home-button:hover {
  background: currentColor;
}
.home-grid .home-button:hover * {
  color: #fff;
}
.home-grid .icon {
  display: block;
  font-size: 5em;
  margin: 0 0 0.3em;
}
.home-grid .label {
  font-size: 0.9em;
}
@media (max-width: 1199px) {
  .home-grid {
    max-width: 85vw;
  }
}
@media (max-width: 767px) {
  .home-grid {
    max-width: 90vw;
  }
}
@media (max-width: 599px) {
  .home-grid {
    max-width: 95vw;
  }
  .home-grid .home-button {
    padding: 1em 0;
  }
  .home-grid .icon {
    font-size: 4em;
    margin: 0 0 0.2em;
  }
}
@media (max-width: 359px) {
  .home-grid {
    max-width: none;
  }
}
.home-form {
  width: 100%;
  max-width: 30em;
  padding: 0 1em;
  margin: 0 0 6vh;
}
.home-secondary-navigation {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 5vh;
}
.home-secondary-navigation a {
  margin: 0 1em;
  font-weight: 300;
  white-space: nowrap;
}
@media (max-width: 479px) {
  .home-secondary-navigation a {
    font-size: 1.1em;
    display: block;
    margin: 0 0 1.2em;
  }
}
.home-secondary-navigation .icon {
  margin: 0 0.5em 0 0;
  font-size: 1.1em;
  position: relative;
}
.home-secondary-navigation .avatar {
  width: 1.1em;
  height: 1.1em;
  margin: 0 0.5em 0 0;
  border-radius: 99px;
  vertical-align: -0.2em;
}
.intake-intro {
  margin: 0 1em 1em;
  max-width: 38em;
}
.intake-wrapper {
  text-align: left;
}
.fc-clear {
  display: none;
}
.fc.fc .fc-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.66667em 0.55556em;
  margin: 0;
}
.fc.fc .fc-toolbar h2 {
  font-size: 1em;
}
@media (max-width: 479px) {
  .fc.fc .fc-toolbar {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fc.fc .fc-toolbar .fc-right {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    padding-bottom: 0.8em;
    text-align: center;
  }
  .fc.fc .fc-toolbar h2 {
    float: none;
  }
}
.fc.fc button {
  color: #222;
  background: rgba(0,0,0,0.1);
  padding: 0.6em 1em;
  margin: 0;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.4);
  text-shadow: none;
  text-transform: capitalize;
  font-size: 0.88889em;
}
.fc.fc button:not(.fc-state-active):not(.fc-state-disabled):hover,
.fc.fc button:not(.fc-state-active):not(.fc-state-disabled):focus,
.fc.fc button:not(.fc-state-active):not(.fc-state-disabled):active {
  background: rgba(0,0,0,0.15);
}
.fc.fc button.fc-state-active {
  color: #fff;
}
.fc.fc button.fc-state-disabled {
  opacity: 1;
  cursor: default;
  color: rgba(0,0,0,0.4);
}
.fc.fc button .fc-icon {
  display: block;
  margin: -0.1em -0.375em;
}
@media (max-width: 479px) {
  .fc.fc button {
    padding: 0.6em 0.8em;
  }
}
.fc.fc .fc-button-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fc.fc .fc-button-group button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc.fc .fc-button-group button:not(:last-child) {
  margin-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc.fc th {
  background: #f2f2f2;
  font-weight: 500;
  font-size: 0.77778em;
  height: 2em;
  vertical-align: middle;
}
.fc.fc .fc-axis {
  background: #f2f2f2;
  font-size: 0.88889em;
}
.fc-icon:after {
  display: none;
}
.fc-icon-left-single-arrow:before {
  content: "\EA1A";
}
.fc-icon-right-single-arrow:before {
  content: "\EA1B";
}
.calendar-category-picker {
  padding: 0.5em 0 0.8em;
}
.calendar-category-picker label {
  display: block;
  margin: 0 1em 1em;
  padding: 0 0 0 1.6em;
  line-height: 1.2;
  position: relative;
}
.calendar-category-picker .checkbox {
  position: absolute;
  left: 0;
  top: 0;
}
.customers-list {
  position: relative;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.customers-list .customers-list-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.customers-list .divider {
  font-size: 1rem;
  margin: 0 1em 0.5em;
  padding: 0.5em 0 0.3em;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.customers-list .customer {
  font-size: 1rem;
  display: block;
  position: relative;
}
.customers-list .customer a {
  display: block;
}
.customers-list .customer span {
  display: block;
  padding: 0.4em 0 0.4em 2.5em;
  margin-right: 3em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #222;
}
.customers-list .customer:hover {
  background: rgba(0,0,0,0.05);
}
.customers-list .customer .checkbox {
  position: absolute;
  left: 1em;
  top: 0.4em;
  box-shadow: 0 0 0 2px #fff;
}
.customers-list .selected,
.customers-list .selected:hover {
  background: currentColor;
}
.customers-list .selected span,
.customers-list .selected:hover span {
  color: #fff;
}
.customer-header {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.customer-header .avatar {
  border-radius: 100%;
  width: 6.66667em;
  height: 6.66667em;
  margin-right: -1em;
}
.customer-header h1.name {
  margin-bottom: 0.4em;
}
.customer-header .age {
  margin-bottom: 0.6em;
}
@media (max-width: 479px) {
  .customer-header .avatar {
    width: 5em;
    height: 5em;
    margin-right: -2em;
  }
  .customer-header .age,
  .customer-header .since {
    font-size: 0.9em;
  }
}
@media (max-width: 359px) {
  .customer-header .avatar {
    margin-right: 0;
  }
}
.bmi-normal {
  color: #8bc800 !important;
}
.bmi-over {
  color: #f73527 !important;
}
.bmi-under {
  color: #009ee8 !important;
}
.injury-container {
  min-height: 16.66667em;
  position: relative;
  padding: 0 0 0 9em;
}
.injury-container ul {
  margin-bottom: 1em;
}
.injury-body {
  font-size: 16.66667em;
  color: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.injury-checkbox {
  position: absolute;
  top: 0;
  border-radius: 99px;
  border: 0;
  background: rgba(255,255,255,0.2);
  -webkit-appearance: none;
  appearance: none;
  box-shadow: inset 0 0 0 0.15em rgba(0,0,0,0.3);
  width: 1.2em;
  height: 1.2em;
  margin: -0.6em 0 0 -0.6em;
  padding: 0;
  cursor: pointer;
}
.injury-checkbox:focus {
  outline: 0;
  box-shadow: inset 0 0 0 0.15em rgba(0,0,0,0.5);
}
.injury-checkbox:checked {
  background: rgba(247,53,39,0.8);
  box-shadow: inset 0 0 0 0.15em rgba(0,0,0,0.1);
}
.injury-checkbox:checked:focus {
  box-shadow: inset 0 0 0 0.15em rgba(0,0,0,0.2);
}
.injury-checkbox:checked + .injury-label {
  display: block;
}
.injury-checkbox:disabled {
  box-shadow: inset 0 0 0 0.15em rgba(0,0,0,0.15);
}
.injury-label {
  display: none;
  line-height: 1.4;
}
.injury-label:before {
  content: "• ";
}
.injury-severity-button {
  display: inline-block;
  margin: 0 0 0 0.3em;
  font-size: 1.33333em;
  vertical-align: middle;
}
.injury-severity-button span {
  display: inline-block;
  vertical-align: 0.25em;
  background: currentColor linear-gradient(rgba(242,242,242,0.95), rgba(242,242,242,0.95));
  border-radius: 99px;
  padding: 0 0.4em;
  font-size: 0.66667em;
}
.injury-severity-picker a {
  font-size: 2.66667em;
  margin: 0 0.5em 0 0;
}
.workout-list .workout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  overflow: hidden;
}
.workout-list .info {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.workout-list .name {
  font-size: 1.16667em;
  margin: 0 0 0.3em;
}
.workout-list .meta {
  font-size: 0.72222em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5);
  font-weight: bold;
}
.workout-list .exercises {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.workout-list .exercises img {
  height: 2em;
}
.workout-list .exercises .extra {
  color: rgba(0,0,0,0.4);
  padding: 0.5em;
}
.workout-list .add {
  color: rgba(0,0,0,0.6);
}
.workout-list .add .icon {
  margin: 0 0.5em 0 0;
}
.workout-customers-list {
  height: 100%;
}
.workout-exercise {
  border-top: 1px solid rgba(0,0,0,0.1);
}
.workout-exercise .workout-exercise-basic {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.workout-exercise .workout-exercise-basic.add {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 2em;
}
.workout-exercise .workout-exercise-basic.add .icon {
  margin: 0 0.5em 0 0;
}
.workout-exercise .reorder {
  padding: 1em 1em 1em 0;
  cursor: move;
}
.workout-exercise .exercise-visual {
  width: 4em;
  height: 4em;
  margin: 0 1em 0 0;
}
.workout-exercise .data {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.workout-exercise .name {
  font-size: 1.11111em;
  font-weight: bold;
  margin: 0 0 0.5em;
  line-height: 1.2;
}
.workout-exercise .workout-full-description-toggle {
  font-size: 0.88889em;
  display: inline-block;
}
.workout-exercise.expanded .workout-full-description-toggle .collapsed,
.workout-exercise .workout-full-description-toggle .expanded {
  display: none;
}
.workout-exercise.expanded .workout-full-description-toggle .expanded {
  display: inline-block;
}
.workout-exercise .specs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.workout-exercise .spec {
  margin: 0 0 0 2em;
}
.workout-exercise .spec .label {
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-size: 0.72222em;
  font-weight: bold;
  margin: 0 0 0.3em;
}
.workout-exercise .spec .value {
  font-size: 2.22222em;
  letter-spacing: -0.03em;
}
.workout-exercise .spec .extra {
  vertical-align: top;
  font-size: 0.88889em;
  display: inline-block;
  margin: 0.2em 0 0 0.1em;
}
@media (max-width: 1199px) {
  .workout-exercise .spec .value {
    font-size: 1.77778em;
  }
}
@media (max-width: 1023px) {
  .workout-exercise .specs {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 1em 0 0 2em;
  }
  .workout-exercise .spec {
    margin: 0 2em 0 0;
  }
}
.workout-exercise-description {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 1.5em 1.5em 0;
  box-shadow: inset 1em 0 0.3em -1em rgba(0,0,0,0.1);
  display: none;
}
.workout-exercise.expanded .workout-exercise-description {
  display: block;
}
.workout-exercise-description .decription-visual {
  background: #fff;
  text-align: center;
}
.workout-exercise-description .decription-visual img {
  max-width: 15em;
}
.workout-exercise-description .decription-visual .controls {
  padding: 0.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.workout-exercise-description .decription-text {
  max-width: 35em;
  font-size: 0.88889em;
}
@media (max-width: 1023px) {
  .workout-exercise-description .decription-text {
    margin: 0 auto;
  }
}
.test-list .test-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-top: 1em;
  padding-bottom: 1em;
  overflow: hidden;
}
.test-list .visual {
  width: 4em;
  height: 4em;
  margin-right: 1em;
}
.test-list .info {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}
.test-list .name {
  font-size: 1.16667em;
  margin: 0 0 0.3em;
}
.test-list .description {
  font-size: 0.77778em;
  color: rgba(0,0,0,0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0.2em 0;
  max-width: 45em;
}
.test-list label {
  padding: 1em 0 1em 1em;
}
.test-list-small .test-item {
  margin: 0 0 0.6em;
}
.test-list-small .visual {
  height: 2em;
  width: 2em;
  vertical-align: middle;
  margin-right: 0.6em;
}
.test-customers-list {
  height: 100%;
}
.module-styleguide .content-block:not(:first-child) {
  padding-bottom: 6em;
}
.module-styleguide code {
  display: inline-block;
  background: rgba(0,0,0,0.05);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
  border-radius: 4px;
  padding: 0 0.3em;
  margin: 0 0.2em;
  vertical-align: 0.05em;
}
.module-styleguide .cell-block {
  padding: 1em;
  background: rgba(0,0,0,0.05);
}
.module-styleguide .color {
  display: inline-block;
  text-align: center;
  width: 10em;
  background: #fff;
  min-height: 8.5em;
  padding: 0 0 1em;
  vertical-align: top;
}
.module-styleguide .color .swatch {
  height: 4em;
  width: 100%;
  background: currentColor;
  margin: 0 0 0.5em;
}
.module-styleguide .color .name {
  font-size: 0.8em;
  line-height: 1.2;
  margin: 0 0 0.3em;
  font-weight: bold;
  color: #222;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.module-styleguide .color .value {
  font-size: 0.9em;
}
.module-styleguide .color + h3 {
  margin-top: 2em;
}
.module-styleguide .color.text {
  color: #222;
}
.module-styleguide .color.success {
  color: #8bc800;
}
.module-styleguide .color.destructive {
  color: #f73527;
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
