/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/* line 9, app/assets/stylesheets/v5/global/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 30, app/assets/stylesheets/v5/global/_reset.scss */
body {
  line-height: 1;
}

/* line 34, app/assets/stylesheets/v5/global/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 39, app/assets/stylesheets/v5/global/_reset.scss */
nav ul {
  list-style: none;
}

/* line 43, app/assets/stylesheets/v5/global/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 47, app/assets/stylesheets/v5/global/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 53, app/assets/stylesheets/v5/global/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 62, app/assets/stylesheets/v5/global/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 69, app/assets/stylesheets/v5/global/_reset.scss */
mark {
  background-color: #ffffcc;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 76, app/assets/stylesheets/v5/global/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 80, app/assets/stylesheets/v5/global/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 85, app/assets/stylesheets/v5/global/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 91, app/assets/stylesheets/v5/global/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 100, app/assets/stylesheets/v5/global/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 12, app/assets/stylesheets/v5/sub.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 16, app/assets/stylesheets/v5/sub.scss */
body,
button,
input,
select,
textarea {
  background: #ffffff;
  color: #2a343c;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

/* line 28, app/assets/stylesheets/v5/sub.scss */
body {
  padding: 0 0 48px;
}

/* line 32, app/assets/stylesheets/v5/sub.scss */
a {
  color: inherit;
  text-decoration: none;
}

/* line 37, app/assets/stylesheets/v5/sub.scss */
.u-background-light {
  background: #f4f8fb;
  color: #9db1c0;
}

/* line 42, app/assets/stylesheets/v5/sub.scss */
.u-background-dark {
  background: #2a343c;
  color: #ffffff;
}

/* line 47, app/assets/stylesheets/v5/sub.scss */
.container {
  margin: 0 auto;
  max-width: 787px;
  position: relative;
}

/* line 53, app/assets/stylesheets/v5/sub.scss */
.container--narrow {
  overflow: hidden;
  max-width: 329px;
}

@media (max-width: 375px) {
  /* line 53, app/assets/stylesheets/v5/sub.scss */
  .container--narrow {
    padding: 0 20px;
  }
}

/* line 62, app/assets/stylesheets/v5/sub.scss */
.sr-only {
  height: 1px;
  visibility: hidden;
  width: 1px;
}

/* line 68, app/assets/stylesheets/v5/sub.scss */
.form-control {
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #2a343c;
  display: block;
  font-size: 13px;
  font-weight: 600;
  outline: none;
  padding: 14px;
  text-align: center;
  width: 100%;
}

/* line 81, app/assets/stylesheets/v5/sub.scss */
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #589bc8;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 13px 14px;
}

/* line 97, app/assets/stylesheets/v5/sub.scss */
.button:hover {
  background: #72b5e2;
}

/* line 101, app/assets/stylesheets/v5/sub.scss */
.button:active {
  background: #3f82af;
}

/* line 106, app/assets/stylesheets/v5/sub.scss */
.button--block {
  display: block;
  text-align: center;
  width: 100%;
}

/* line 112, app/assets/stylesheets/v5/sub.scss */
.button--outline {
  background: transparent;
  border: 1px solid;
}

/* line 116, app/assets/stylesheets/v5/sub.scss */
.button--outline:hover {
  background: transparent;
}

/* line 121, app/assets/stylesheets/v5/sub.scss */
.button--positive {
  background: #8cbd4b;
  padding: 11.5px 22px;
}

/* line 125, app/assets/stylesheets/v5/sub.scss */
.button--positive:hover {
  background: #a6d765;
}

/* line 129, app/assets/stylesheets/v5/sub.scss */
.button--positive:active {
  background: #73a432;
}

/* line 134, app/assets/stylesheets/v5/sub.scss */
.button--neutral {
  background: #c0c9d0;
  padding: 11.5px 22px;
}

/* line 138, app/assets/stylesheets/v5/sub.scss */
.button--neutral:hover {
  background: #dae3ea;
}

/* line 142, app/assets/stylesheets/v5/sub.scss */
.button--neutral:active {
  background: #a7b0b7;
}

/* line 147, app/assets/stylesheets/v5/sub.scss */
.button--outline_green {
  color: #84e436;
}

/* line 150, app/assets/stylesheets/v5/sub.scss */
.button--outline_green:hover {
  color: #9efe50;
}

/* line 154, app/assets/stylesheets/v5/sub.scss */
.button--outline_green:active {
  color: #84e436;
}

/* line 159, app/assets/stylesheets/v5/sub.scss */
.button--outline_white {
  color: #ffffff;
}

/* line 162, app/assets/stylesheets/v5/sub.scss */
.button--outline_white:hover {
  color: #f9f9f9;
}

/* line 166, app/assets/stylesheets/v5/sub.scss */
.button--outline_white:active {
  color: #999999;
}

/* line 171, app/assets/stylesheets/v5/sub.scss */
.button--outline_grey {
  color: #737e87;
}

/* line 174, app/assets/stylesheets/v5/sub.scss */
.button--outline_grey:hover {
  color: #8d98a1;
}

/* line 178, app/assets/stylesheets/v5/sub.scss */
.button--outline_grey:active {
  color: #5a656e;
}

/* line 183, app/assets/stylesheets/v5/sub.scss */
.button-container {
  margin: 0 auto 18px;
  width: 221px;
}

/* line 187, app/assets/stylesheets/v5/sub.scss */
.button-container .button {
  margin-bottom: 20px;
}

/* line 192, app/assets/stylesheets/v5/sub.scss */
.link {
  text-decoration: underline;
}

/* line 196, app/assets/stylesheets/v5/sub.scss */
.page-heading {
  color: #939494;
  font-size: 39px;
  font-weight: 100;
  margin: 53px 0 25px;
  text-align: center;
}

/* line 204, app/assets/stylesheets/v5/sub.scss */
.page-heading--error {
  margin: 0 0 25px;
}

@media (min-height: 750px) {
  /* line 209, app/assets/stylesheets/v5/sub.scss */
  .page-heading {
    margin: 194px 0 53px;
  }
  /* line 213, app/assets/stylesheets/v5/sub.scss */
  .page-heading--reduced {
    margin: 213px 0 33px;
  }
  /* line 217, app/assets/stylesheets/v5/sub.scss */
  .page-heading--error {
    margin: 0 0 40px;
  }
}

/* line 222, app/assets/stylesheets/v5/sub.scss */
.page-lead {
  color: #939494;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 auto 57px;
  max-width: 319px;
  text-align: center;
}

/* line 232, app/assets/stylesheets/v5/sub.scss */
.page-lead--spacing_reduced {
  margin: 0 0 24px;
}

/* Flash Messages */
/* line 238, app/assets/stylesheets/v5/sub.scss */
.flash {
  border-radius: 4px;
  color: #ffffff;
  line-height: 1.4;
  overflow: hidden;
  padding: 12px 50px 0;
  text-align: center;
}

/* line 246, app/assets/stylesheets/v5/sub.scss */
.flash a {
  text-decoration: underline;
}

/* line 250, app/assets/stylesheets/v5/sub.scss */
.flash p {
  margin: 0 0 12px;
}

/* line 255, app/assets/stylesheets/v5/sub.scss */
.alert {
  background: #d32945;
}

/* line 259, app/assets/stylesheets/v5/sub.scss */
.notice {
  background: #90b333;
}

/* Form */
/* line 265, app/assets/stylesheets/v5/sub.scss */
.form__group {
  margin: 0 0 20px;
  position: relative;
}

/* line 270, app/assets/stylesheets/v5/sub.scss */
.form__group--space_padding {
  padding-top: 9px;
}

/* line 274, app/assets/stylesheets/v5/sub.scss */
.form__group--space_margin {
  margin: 0 0 52px;
}

/* line 278, app/assets/stylesheets/v5/sub.scss */
.form__group--submit {
  margin: 0 0 0 128px;
}

/* line 281, app/assets/stylesheets/v5/sub.scss */
.form__group--submit .button {
  margin: 0 9px 0 0;
  vertical-align: top;
}

/* line 287, app/assets/stylesheets/v5/sub.scss */
.form__label {
  color: #242424;
  left: 0;
  position: absolute;
  top: 9px;
  width: 128px;
}

/* line 295, app/assets/stylesheets/v5/sub.scss */
.form__inputs {
  margin-left: 128px;
}

/* line 299, app/assets/stylesheets/v5/sub.scss */
.input-select,
.input-select select,
.form__control {
  background: #f4f8fb;
  border: 1px solid #d0d0d0;
  color: #464748;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  padding: 7px;
  width: 100%;
}

/* line 312, app/assets/stylesheets/v5/sub.scss */
.input-select:focus,
.input-select select:focus,
.form__control:focus {
  border: 1px solid #589bc8;
  outline: none;
}

/* line 317, app/assets/stylesheets/v5/sub.scss */
.input-select:disabled,
.input-select select:disabled,
.form__control:disabled {
  background: #e4e9ef;
  color: #afb7c2;
  cursor: not-allowed;
}

/* line 324, app/assets/stylesheets/v5/sub.scss */
.form__link {
  font-size: 12px;
  font-weight: 600;
}

/* line 328, app/assets/stylesheets/v5/sub.scss */
.form__link a {
  border-bottom: 1px solid;
  color: #5699c7;
}

/* line 334, app/assets/stylesheets/v5/sub.scss */
.form__hint {
  font-size: 12px;
  margin: 10px 0 0;
  line-height: 1.5;
}

/* line 340, app/assets/stylesheets/v5/sub.scss */
.form__logo {
  float: left;
  display: block;
  height: 45px;
  margin: 51px 0 0;
  width: 122px;
}

/* line 347, app/assets/stylesheets/v5/sub.scss */
.form__logo img {
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 375px) {
  /* line 340, app/assets/stylesheets/v5/sub.scss */
  .form__logo {
    display: block;
    float: none;
    margin: 35px 0 0;
    overflow: hidden;
    width: 100%;
  }
  /* line 360, app/assets/stylesheets/v5/sub.scss */
  .form__logo img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 50%;
  }
}

/* line 369, app/assets/stylesheets/v5/sub.scss */
.form__logo--spaced {
  padding-top: 5.5px;
}

/* line 373, app/assets/stylesheets/v5/sub.scss */
.form__reset {
  color: #777985;
  float: right;
  font-size: 12px;
  line-height: 1.5;
  margin: 51px 0 0;
  text-align: right;
  width: 168px;
}

@media (max-width: 375px) {
  /* line 373, app/assets/stylesheets/v5/sub.scss */
  .form__reset {
    float: none;
    margin: 15px auto 0;
    text-align: center;
    width: 146px;
  }
}

/* line 389, app/assets/stylesheets/v5/sub.scss */
.form__reset a {
  border-bottom: 1px solid;
}

/* line 394, app/assets/stylesheets/v5/sub.scss */
.form__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

/* line 400, app/assets/stylesheets/v5/sub.scss */
.form__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

/* line 403, app/assets/stylesheets/v5/sub.scss */
.form__column:not(:last-child) {
  margin-right: 20px;
}

/***
 * Page:
 * Login
 */
/* line 414, app/assets/stylesheets/v5/sub.scss */
.page--dashboard .container {
  -webkit-box-shadow: 0px 0px 30px 0px #cccccc;
          box-shadow: 0px 0px 30px 0px #cccccc;
  margin: 42px auto;
}

/* line 421, app/assets/stylesheets/v5/sub.scss */
.page--login .flash {
  margin: 0 0 20px;
}

/* line 427, app/assets/stylesheets/v5/sub.scss */
.page--signup .flash {
  margin-bottom: 20px;
}

/* line 432, app/assets/stylesheets/v5/sub.scss */
.content {
  background: #ffffff;
  margin-left: 228px;
  padding: 43px 37px 44px 32px;
}

/* line 438, app/assets/stylesheets/v5/sub.scss */
.content__heading {
  color: #242424;
  font-size: 23px;
  font-weight: 400;
  margin: 0 0 35px;
}

/* line 445, app/assets/stylesheets/v5/sub.scss */
.content__heading--spacing_reduced {
  margin: 0 0 17.5px;
}

/* line 449, app/assets/stylesheets/v5/sub.scss */
.content__lead {
  line-height: 1.5;
  margin: 0 0 20px;
}

/* line 454, app/assets/stylesheets/v5/sub.scss */
.sidebar {
  background: #f3f7f9;
  border-right: 1px solid #ced6dd;
  float: left;
  height: 100%;
  left: 0;
  padding: 48px 28px;
  position: absolute;
  top: 0;
  width: 228px;
}

/* line 467, app/assets/stylesheets/v5/sub.scss */
.sidebar__back a {
  color: #a6b7c1;
}

/* line 470, app/assets/stylesheets/v5/sub.scss */
.sidebar__back a:hover {
  color: #2a343c;
}

/* line 476, app/assets/stylesheets/v5/sub.scss */
.sidebar-list {
  margin: 29px 0 0;
}

/* line 480, app/assets/stylesheets/v5/sub.scss */
.sidebar-list__item {
  margin: 0 0 16px;
}

/* line 483, app/assets/stylesheets/v5/sub.scss */
.sidebar-list__item a {
  color: #8e98a0;
}

/* line 486, app/assets/stylesheets/v5/sub.scss */
.sidebar-list__item a:hover {
  color: #2a343c;
}

/* line 491, app/assets/stylesheets/v5/sub.scss */
.sidebar-list__item .is-active {
  color: #2a343c;
  font-weight: 600;
}

/* line 497, app/assets/stylesheets/v5/sub.scss */
.icon-block {
  background-position: left 0 top 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: block;
  padding: 1.5px 0 1.5px 28px;
}

/* line 505, app/assets/stylesheets/v5/sub.scss */
.icon-block--back {
  background-image: url(/assets/v5-sub/icon-back-e9713323352b766a6c94b272dc57ed54302241604b671ea5b66badf08434cd7c.png);
}

/* line 509, app/assets/stylesheets/v5/sub.scss */
.icon-block--details {
  background-image: url(/assets/v5-sub/icon-pencil-9304fea9b6a4366b8a591db1be8495d94742a1b68c1146c1804a105d8e7bd0c0.png);
}

/* line 513, app/assets/stylesheets/v5/sub.scss */
.icon-block--sessions {
  background-image: url(/assets/v5-sub/icon-pin-ec999680e8df4658878e9f83f3dbaaa7e5c4d3deaa6840a51f40de1310f2df3a.png);
}

/* line 517, app/assets/stylesheets/v5/sub.scss */
.icon-block--feed {
  background-image: url(/assets/v5-sub/icon-signal-fefa18cbdd23ed7521e320d1e0d44c26bf3446d4d538fbae9df2dbdd24b253e7.png);
}

/* line 521, app/assets/stylesheets/v5/sub.scss */
.grid {
  overflow: hidden;
}

/* line 525, app/assets/stylesheets/v5/sub.scss */
.grid__col-1-2 {
  float: left;
  width: 47.5%;
}

/* line 530, app/assets/stylesheets/v5/sub.scss */
.grid__col-1-2_last {
  margin-left: 5%;
}

/* line 534, app/assets/stylesheets/v5/sub.scss */
.input-checkbox {
  margin: 1px 5px 1px 0;
  vertical-align: top;
}

/* line 539, app/assets/stylesheets/v5/sub.scss */
.input-select {
  border: none;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* line 545, app/assets/stylesheets/v5/sub.scss */
.input-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/assets/v5/arrow-11602c1a0760b21b617e871c0706894dab0e64b6cdd68a7ec1640c42a38a6856.svg);
  background-position: right 7px top 50%;
  background-repeat: no-repeat;
  background-size: 9px 4.8px;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 7px 23px 7px 7px;
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
}

/* line 564, app/assets/stylesheets/v5/sub.scss */
label .input-checkbox {
  cursor: pointer;
}

/* line 568, app/assets/stylesheets/v5/sub.scss */
label span {
  color: #2a343c;
  cursor: pointer;
  font-weight: 600;
}

/* line 575, app/assets/stylesheets/v5/sub.scss */
.island {
  background: #fdfdfd;
  border: 2px solid #eaeaea;
  border-radius: 6px;
  color: #2a343c;
  font-size: 15px;
  margin: 0 0 20px;
  padding: 20px 20px 0;
}

/* line 584, app/assets/stylesheets/v5/sub.scss */
.island p {
  line-height: 1.5;
  margin: 0 0 20px;
}

/* line 589, app/assets/stylesheets/v5/sub.scss */
.island.is-setup {
  background: #eef8e7;
  border-color: #84e436;
}

/* line 595, app/assets/stylesheets/v5/sub.scss */
.u-overflow-hidden {
  overflow: hidden;
}

/* line 599, app/assets/stylesheets/v5/sub.scss */
.u-float-right {
  float: right;
}

/* line 603, app/assets/stylesheets/v5/sub.scss */
.table {
  border: 1px solid #ccd7da;
  border-bottom: 0;
  border-collapse: collapse;
  width: 100%;
}

/* line 610, app/assets/stylesheets/v5/sub.scss */
.table thead tr {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f8f9));
  background-image: linear-gradient(#ffffff 0%, #f3f8f9 100%);
}

/* line 614, app/assets/stylesheets/v5/sub.scss */
.table thead td {
  border-bottom: 1px solid #ccd7da;
  color: #7d989e;
  font-size: 12px;
  line-height: 1;
  padding: 7px 15px;
}

/* line 624, app/assets/stylesheets/v5/sub.scss */
.table tbody td {
  border-bottom: 1px solid #ccd7da;
  border-right: 1px solid #ccd7da;
  line-height: 1.3;
  padding: 7px 15px;
  vertical-align: middle;
}

/* line 634, app/assets/stylesheets/v5/sub.scss */
.table .no-data td {
  padding: 15px;
}

/* line 640, app/assets/stylesheets/v5/sub.scss */
.error-image {
  display: block;
  height: 112px;
  margin: 53px auto 25px;
  width: 112px;
}

@media (min-height: 750px) {
  /* line 640, app/assets/stylesheets/v5/sub.scss */
  .error-image {
    margin: 169px auto 52px;
  }
}
