@charset "UTF-8";
/* Global */
@font-face {
  font-family: 'League Gothic';
  src: url("../fonts/leaguegothic-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/sourcesanspro/sourcesanspro-bold.eot");
  src: url("../fonts/sourcesanspro/sourcesanspro-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/sourcesanspro-bold.woff2") format("woff2"), url("../fonts/sourcesanspro/sourcesanspro-bold.woff") format("woff"), url("../fonts/sourcesanspro/sourcesanspro-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/sourcesanspro/sourcesanspro-regular.eot");
  src: url("../fonts/sourcesanspro/sourcesanspro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/sourcesanspro-regular.woff2") format("woff2"), url("../fonts/sourcesanspro/sourcesanspro-regular.woff") format("woff"), url("../fonts/sourcesanspro/sourcesanspro-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/sourcesanspro/sourcesanspro-semibold.eot");
  src: url("../fonts/sourcesanspro/sourcesanspro-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/sourcesanspro-semibold.woff2") format("woff2"), url("../fonts/sourcesanspro/sourcesanspro-semibold.woff") format("woff"), url("../fonts/sourcesanspro/sourcesanspro-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Source Code Pro';
  src: url("../fonts/sourcecodepro/sourcecodepro-regular.eot");
  src: url("../fonts/sourcecodepro/sourcecodepro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcecodepro/sourcecodepro-regular.woff2") format("woff2"), url("../fonts/sourcecodepro/sourcecodepro-regular.woff") format("woff"), url("../fonts/sourcecodepro/sourcecodepro-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

*::after,
*::before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html {
  height: 100%; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 24px;
  min-height: 100%;
  margin: 0;
  color: #1A1A1A;
  background-color: white;
  background-image: url(../img/site-bg-blur.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

a,
.link {
  color: inherit;
  text-decoration: underline; }

:focus,
.focus {
  outline: 2px solid #03C9F7;
  outline-offset: -2px; }

:active:focus {
  outline: none; }

h1, h2, h3, h4, h5 {
  margin: 0; }

h1, h2, h3, h4, h5 {
  margin: 0; }

h1 {
  font-family: 'League Gothic', 'Arial Narrow', sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  margin: 12px 0 12px 0; }

h2 {
  font-family: 'League Gothic', 'Arial Narrow', sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  margin: 12px 0 12px 0; }

h3 {
  font-family: 'League Gothic', 'Arial Narrow', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  margin: 32px 0 12px 0; }

p {
  margin: 12px 0; }

h1 + p,
h2 + p,
h3 + p,
h4 + p {
  margin-top: 0; }

ul, ol {
  margin: 12px 0;
  padding-left: 24px; }

ul ul, ul ol, ol ul, ol ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px; }

b {
  font-weight: 700; }

small {
  font-size: 14px; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

code,
.code {
  font-family: 'Source Code Pro', monospace;
  font-weight: 400; }

hr {
  clear: both;
  margin: 11px 0 11px 0px;
  opacity: .4;
  border: 1px solid currentColor;
  border-width: 1px 0px; }

table {
  margin: 0;
  border-collapse: collapse; }

td, th {
  padding: 0;
  vertical-align: middle; }

th {
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  vertical-align: bottom; }

img {
  max-width: 100%; }

.gm-style img {
  max-width: none; }

svg {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"], textarea, .input-file {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  max-width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 10px;
  color: #1A1A1A;
  border: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-font-smoothing: inherit;
  -webkit-appearance: none; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="number"]:focus, textarea:focus, .input-file:focus {
    outline: 2px solid rgba(3, 201, 247, 0.8);
    outline-offset: -1px; }

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

:disabled,
.disabled {
  opacity: .5;
  cursor: default; }

label,
.label {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
  display: inline-block;
  vertical-align: middle; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"] {
  text-align: left;
  background: white;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(26, 26, 26, 0.3);
  box-shadow: 0px 0px 0px 1px rgba(26, 26, 26, 0.3); }

input[type="number"] {
  text-align: center;
  width: 5em; }

input.input-inline {
  font: inherit;
  display: inline-block;
  vertical-align: baseline;
  height: auto;
  min-height: 0;
  width: auto;
  margin: 0 -3px;
  padding: 0 3px;
  color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer; }

.input-inline:hover {
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(26, 26, 26, 0.2);
  box-shadow: inset 0px 0px 0px 1px rgba(26, 26, 26, 0.2); }

.input-inline:focus {
  cursor: text; }

.input-inline:focus:hover {
  background: transparent; }

select {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  display: block;
  height: auto;
  width: 100%;
  padding: 10px 12px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(26, 26, 26, 0.3);
  box-shadow: 0px 0px 0px 1px rgba(26, 26, 26, 0.3); }

button,
.btn {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  height: auto;
  padding: 12px 20px;
  margin: 8px 0;
  color: white;
  background: #1A1A1A;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }
  button:focus,
  .btn:focus {
    outline-offset: -4px; }
  button:active,
  .btn:active {
    -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.1); }
  button:focus:active,
  .btn:focus:active {
    outline: none; }

button,
[role="button"] {
  cursor: pointer; }

button span,
.btn span {
  display: inline-block;
  vertical-align: middle; }

.btn.big {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  padding: 18px 22px;
  height: auto;
  min-height: 48px; }

.btn.small {
  letter-spacing: 0;
  line-height: 18px;
  vertical-align: middle;
  padding: 3px 12px;
  height: auto;
  min-height: 24px; }

.btn.outline {
  color: inherit;
  border: 2px solid;
  background: transparent; }

.btn.shadow {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(26, 26, 26, 0.2), 0px 1px 1px 0px rgba(26, 26, 26, 0.3);
  box-shadow: 0px 0px 0px 1px rgba(26, 26, 26, 0.2), 0px 1px 1px 0px rgba(26, 26, 26, 0.3); }

.btn-group {
  display: inline-block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.btn-group::after {
  content: '';
  display: table;
  clear: both; }

.btn-group > .btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0; }

.btn-group > .btn + .btn {
  margin-left: 1px; }

.btn-group > .btn:first-child {
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-right: 0px; }

.btn-group > .btn:last-child {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.btn-group > * + .btn:not(:last-child) {
  border-left: 0;
  border-right: 0; }

.btn-group > span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: inline-block;
  margin: 0;
  padding: 0 6px; }

.input {
  position: relative;
  margin: 12px 0; }

.input label {
  margin-right: 8px; }

.input .value {
  font-weight: 700;
  font-size: 22px;
  display: inline-block;
  vertical-align: baseline; }

.input-file {
  padding: 6px;
  background: white;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(26, 26, 26, 0.3);
  box-shadow: 0px 0px 0px 1px rgba(26, 26, 26, 0.3); }

.input-big {
  position: relative;
  margin: 12px 0; }

.input-big label {
  margin: 0 12px 0px 12px; }

.input-big input {
  font-size: 22px;
  font-weight: 600;
  height: 48px;
  max-width: 300px;
  padding: 0 12px; }

.input-big input[type="number"] {
  width: 5em; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  min-width: 0; }

.fieldset {
  border: none;
  min-width: 0;
  margin: 0;
  padding: 0; }

.fieldset.active {
  background: rgba(3, 201, 247, 0.3); }

.fieldset.disabled > * {
  display: none; }

.fieldset.active .legend {
  color: white;
  background: #03C9F7; }

.fieldset.disabled .legend {
  display: block; }

.input-group {
  text-align: left;
  max-width: 400px;
  color: #1A1A1A;
  background: white;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(26, 26, 26, 0.3);
  box-shadow: 0px 0px 0px 1px rgba(26, 26, 26, 0.3); }

.input-group-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.input-group-row + .input-group-row {
  border-top: 1px solid rgba(26, 26, 26, 0.2); }

.input-group label {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25%;
  padding-left: 8px;
  opacity: .5; }

.input-group input {
  width: 75%;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.input-group input:focus {
  position: relative;
  outline: none;
  -webkit-box-shadow: inset 0px -2px 0px 0px #03C9F7;
  box-shadow: inset 0px -2px 0px 0px #03C9F7; }

.form-grid {
  margin: 6px 0px 24px; }

.form-grid tr + tr td {
  padding-top: 12px; }

.form-grid input[type="text"],
.form-grid input[type="password"],
.form-grid input[type="email"] {
  width: 100%; }

.form-grid .checkbox {
  margin-top: 0;
  margin-bottom: 0; }

.form-error {
  line-height: 24px;
  white-space: nowrap;
  display: block;
  position: absolute;
  z-index: 100;
  color: white;
  background: rgba(237, 84, 61, 0.8); }

.form-error > * {
  display: inline-block;
  width: 100%;
  padding: 4px 8px; }

body,
html {
  height: 100%;
  max-height: 100%; }

.app {
  height: 100% !important; }

.viewport {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.viewport .viewport {
  position: absolute; }

.container, .content {
  position: relative; }

.container::before,
.content::before,
.container::after, .content::after {
  content: '';
  display: table;
  clear: both; }

.layout-v, .main {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.layout-h {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .layout-v,
  .main,
  .layout-h {
    height: 100%; } }

.layout-c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.width-narrow {
  max-width: 300px; }

.width-medium {
  max-width: 600px; }

.width-wide {
  max-width: 1200px; }

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  height: 100%; }

.article {
  margin: 8% auto;
  padding: 0 8%;
  max-width: 980px;
  width: 100%; }

/* Page structure */
.navbar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.main {
  height: auto;
  min-height: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.titlebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.grid,
.grid-max,
.grid-min {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px; }

.grid-min {
  width: auto;
  max-width: 1px; }

.row {
  display: table-row; }

.grid-middle [class*="col-"],
.grid-middle .col,
.row-middle [class*="col-"],
.row-middle .col,
.col-middle {
  vertical-align: middle; }

.grid-bottom [class*="col-"],
.grid-bottom .col,
.row-bottom [class*="col-"],
.row-bottom .col,
.col-bottom {
  vertical-align: bottom; }

.grid-top [class*="col-"],
.grid-top .col,
.row-top [class*="col-"],
.row-top .col,
.col-top {
  vertical-align: top; }

.col,
[class*="col-"] {
  display: table-cell;
  vertical-align: top;
  width: auto; }

.col-min {
  width: 1%; }

.col-max, .col-1-1 {
  width: 100%; }

.col-1-2 {
  width: 50%; }

.col-1-3 {
  width: 33.33333333333333%; }

.col-2-3 {
  width: 66.66666666666666%; }

.col-1-4 {
  width: 25%; }

.col-2-4 {
  width: 50%; }

.col-3-4 {
  width: 75%; }

.col-1-5 {
  width: 20%; }

.col-2-5 {
  width: 40%; }

.col-3-5 {
  width: 60%; }

.col-4-5 {
  width: 80%; }

.col-1-6 {
  width: 16.666666666666664%; }

.col-2-6 {
  width: 33.33333333333333%; }

.col-3-6 {
  width: 50%; }

.col-4-6 {
  width: 66.66666666666666%; }

.col-5-6 {
  width: 83.33333333333334%; }

.col-1-7 {
  width: 14.285714285714285%; }

.col-2-7 {
  width: 28.57142857142857%; }

.col-3-7 {
  width: 42.857142857142854%; }

.col-4-7 {
  width: 57.14285714285714%; }

.col-5-7 {
  width: 71.42857142857143%; }

.col-6-7 {
  width: 85.71428571428571%; }

.col-1-8 {
  width: 12.5%; }

.col-2-8 {
  width: 25%; }

.col-3-8 {
  width: 37.5%; }

.col-4-8 {
  width: 50%; }

.col-5-8 {
  width: 62.5%; }

.col-6-8 {
  width: 75%; }

.col-7-8 {
  width: 87.5%; }

.col-1-9 {
  width: 11.11111111111111%; }

.col-2-9 {
  width: 22.22222222222222%; }

.col-3-9 {
  width: 33.33333333333333%; }

.col-4-9 {
  width: 44.44444444444444%; }

.col-5-9 {
  width: 55.55555555555556%; }

.col-6-9 {
  width: 66.66666666666666%; }

.col-7-9 {
  width: 77.77777777777779%; }

.col-8-9 {
  width: 88.88888888888889%; }

.col-1-10 {
  width: 10%; }

.col-2-10 {
  width: 20%; }

.col-3-10 {
  width: 30%; }

.col-4-10 {
  width: 40%; }

.col-5-10 {
  width: 50%; }

.col-6-10 {
  width: 60%; }

.col-7-10 {
  width: 70%; }

.col-8-10 {
  width: 80%; }

.col-9-10 {
  width: 90%; }

.col-1-11 {
  width: 9.090909090909092%; }

.col-2-11 {
  width: 18.181818181818183%; }

.col-3-11 {
  width: 27.27272727272727%; }

.col-4-11 {
  width: 36.36363636363637%; }

.col-5-11 {
  width: 45.45454545454545%; }

.col-6-11 {
  width: 54.54545454545454%; }

.col-7-11 {
  width: 63.63636363636363%; }

.col-8-11 {
  width: 72.72727272727273%; }

.col-9-11 {
  width: 81.81818181818183%; }

.col-10-11 {
  width: 90.9090909090909%; }

.col-1-12 {
  width: 8.333333333333332%; }

.col-2-12 {
  width: 16.666666666666664%; }

.col-3-12 {
  width: 25%; }

.col-4-12 {
  width: 33.33333333333333%; }

.col-5-12 {
  width: 41.66666666666667%; }

.col-6-12 {
  width: 50%; }

.col-7-12 {
  width: 58.333333333333336%; }

.col-8-12 {
  width: 66.66666666666666%; }

.col-9-12 {
  width: 75%; }

.col-10-12 {
  width: 83.33333333333334%; }

.col-11-12 {
  width: 91.66666666666666%; }

.col-1-13 {
  width: 7.6923076923076925%; }

.col-2-13 {
  width: 15.384615384615385%; }

.col-3-13 {
  width: 23.076923076923077%; }

.col-4-13 {
  width: 30.76923076923077%; }

.col-5-13 {
  width: 38.46153846153847%; }

.col-6-13 {
  width: 46.15384615384615%; }

.col-7-13 {
  width: 53.84615384615385%; }

.col-8-13 {
  width: 61.53846153846154%; }

.col-9-13 {
  width: 69.23076923076923%; }

.col-10-13 {
  width: 76.92307692307693%; }

.col-11-13 {
  width: 84.61538461538461%; }

.col-12-13 {
  width: 92.3076923076923%; }

.col-1-14 {
  width: 7.142857142857142%; }

.col-2-14 {
  width: 14.285714285714285%; }

.col-3-14 {
  width: 21.428571428571427%; }

.col-4-14 {
  width: 28.57142857142857%; }

.col-5-14 {
  width: 35.714285714285715%; }

.col-6-14 {
  width: 42.857142857142854%; }

.col-7-14 {
  width: 50%; }

.col-8-14 {
  width: 57.14285714285714%; }

.col-9-14 {
  width: 64.28571428571429%; }

.col-10-14 {
  width: 71.42857142857143%; }

.col-11-14 {
  width: 78.57142857142857%; }

.col-12-14 {
  width: 85.71428571428571%; }

.col-13-14 {
  width: 92.85714285714286%; }

.col-1-15 {
  width: 6.666666666666667%; }

.col-2-15 {
  width: 13.333333333333334%; }

.col-3-15 {
  width: 20%; }

.col-4-15 {
  width: 26.666666666666668%; }

.col-5-15 {
  width: 33.33333333333333%; }

.col-6-15 {
  width: 40%; }

.col-7-15 {
  width: 46.666666666666664%; }

.col-8-15 {
  width: 53.333333333333336%; }

.col-9-15 {
  width: 60%; }

.col-10-15 {
  width: 66.66666666666666%; }

.col-11-15 {
  width: 73.33333333333333%; }

.col-12-15 {
  width: 80%; }

.col-13-15 {
  width: 86.66666666666667%; }

.col-14-15 {
  width: 93.33333333333333%; }

.col-1-16 {
  width: 6.25%; }

.col-2-16 {
  width: 12.5%; }

.col-3-16 {
  width: 18.75%; }

.col-4-16 {
  width: 25%; }

.col-5-16 {
  width: 31.25%; }

.col-6-16 {
  width: 37.5%; }

.col-7-16 {
  width: 43.75%; }

.col-8-16 {
  width: 50%; }

.col-9-16 {
  width: 56.25%; }

.col-10-16 {
  width: 62.5%; }

.col-11-16 {
  width: 68.75%; }

.col-12-16 {
  width: 75%; }

.col-13-16 {
  width: 81.25%; }

.col-14-16 {
  width: 87.5%; }

.col-15-16 {
  width: 93.75%; }

.col-1-17 {
  width: 5.88235294117647%; }

.col-2-17 {
  width: 11.76470588235294%; }

.col-3-17 {
  width: 17.647058823529413%; }

.col-4-17 {
  width: 23.52941176470588%; }

.col-5-17 {
  width: 29.411764705882355%; }

.col-6-17 {
  width: 35.294117647058826%; }

.col-7-17 {
  width: 41.17647058823529%; }

.col-8-17 {
  width: 47.05882352941176%; }

.col-9-17 {
  width: 52.94117647058824%; }

.col-10-17 {
  width: 58.82352941176471%; }

.col-11-17 {
  width: 64.70588235294117%; }

.col-12-17 {
  width: 70.58823529411765%; }

.col-13-17 {
  width: 76.47058823529412%; }

.col-14-17 {
  width: 82.35294117647058%; }

.col-15-17 {
  width: 88.23529411764706%; }

.col-16-17 {
  width: 94.11764705882352%; }

.col-1-18 {
  width: 5.555555555555555%; }

.col-2-18 {
  width: 11.11111111111111%; }

.col-3-18 {
  width: 16.666666666666664%; }

.col-4-18 {
  width: 22.22222222222222%; }

.col-5-18 {
  width: 27.77777777777778%; }

.col-6-18 {
  width: 33.33333333333333%; }

.col-7-18 {
  width: 38.88888888888889%; }

.col-8-18 {
  width: 44.44444444444444%; }

.col-9-18 {
  width: 50%; }

.col-10-18 {
  width: 55.55555555555556%; }

.col-11-18 {
  width: 61.111111111111114%; }

.col-12-18 {
  width: 66.66666666666666%; }

.col-13-18 {
  width: 72.22222222222221%; }

.col-14-18 {
  width: 77.77777777777779%; }

.col-15-18 {
  width: 83.33333333333334%; }

.col-16-18 {
  width: 88.88888888888889%; }

.col-17-18 {
  width: 94.44444444444444%; }

.col-1-19 {
  width: 5.263157894736842%; }

.col-2-19 {
  width: 10.526315789473683%; }

.col-3-19 {
  width: 15.789473684210526%; }

.col-4-19 {
  width: 21.052631578947366%; }

.col-5-19 {
  width: 26.31578947368421%; }

.col-6-19 {
  width: 31.57894736842105%; }

.col-7-19 {
  width: 36.84210526315789%; }

.col-8-19 {
  width: 42.10526315789473%; }

.col-9-19 {
  width: 47.368421052631575%; }

.col-10-19 {
  width: 52.63157894736842%; }

.col-11-19 {
  width: 57.89473684210527%; }

.col-12-19 {
  width: 63.1578947368421%; }

.col-13-19 {
  width: 68.42105263157895%; }

.col-14-19 {
  width: 73.68421052631578%; }

.col-15-19 {
  width: 78.94736842105263%; }

.col-16-19 {
  width: 84.21052631578947%; }

.col-17-19 {
  width: 89.47368421052632%; }

.col-18-19 {
  width: 94.73684210526315%; }

.col-1-20 {
  width: 5%; }

.col-2-20 {
  width: 10%; }

.col-3-20 {
  width: 15%; }

.col-4-20 {
  width: 20%; }

.col-5-20 {
  width: 25%; }

.col-6-20 {
  width: 30%; }

.col-7-20 {
  width: 35%; }

.col-8-20 {
  width: 40%; }

.col-9-20 {
  width: 45%; }

.col-10-20 {
  width: 50%; }

.col-11-20 {
  width: 55.00000000000001%; }

.col-12-20 {
  width: 60%; }

.col-13-20 {
  width: 65%; }

.col-14-20 {
  width: 70%; }

.col-15-20 {
  width: 75%; }

.col-16-20 {
  width: 80%; }

.col-17-20 {
  width: 85%; }

.col-18-20 {
  width: 90%; }

.col-19-20 {
  width: 95%; }

.col-1-21 {
  width: 4.761904761904762%; }

.col-2-21 {
  width: 9.523809523809524%; }

.col-3-21 {
  width: 14.285714285714285%; }

.col-4-21 {
  width: 19.047619047619047%; }

.col-5-21 {
  width: 23.809523809523807%; }

.col-6-21 {
  width: 28.57142857142857%; }

.col-7-21 {
  width: 33.33333333333333%; }

.col-8-21 {
  width: 38.095238095238095%; }

.col-9-21 {
  width: 42.857142857142854%; }

.col-10-21 {
  width: 47.61904761904761%; }

.col-11-21 {
  width: 52.38095238095239%; }

.col-12-21 {
  width: 57.14285714285714%; }

.col-13-21 {
  width: 61.904761904761905%; }

.col-14-21 {
  width: 66.66666666666666%; }

.col-15-21 {
  width: 71.42857142857143%; }

.col-16-21 {
  width: 76.19047619047619%; }

.col-17-21 {
  width: 80.95238095238095%; }

.col-18-21 {
  width: 85.71428571428571%; }

.col-19-21 {
  width: 90.47619047619048%; }

.col-20-21 {
  width: 95.23809523809523%; }

.col-1-22 {
  width: 4.545454545454546%; }

.col-2-22 {
  width: 9.090909090909092%; }

.col-3-22 {
  width: 13.636363636363635%; }

.col-4-22 {
  width: 18.181818181818183%; }

.col-5-22 {
  width: 22.727272727272727%; }

.col-6-22 {
  width: 27.27272727272727%; }

.col-7-22 {
  width: 31.818181818181817%; }

.col-8-22 {
  width: 36.36363636363637%; }

.col-9-22 {
  width: 40.909090909090914%; }

.col-10-22 {
  width: 45.45454545454545%; }

.col-11-22 {
  width: 50%; }

.col-12-22 {
  width: 54.54545454545454%; }

.col-13-22 {
  width: 59.09090909090909%; }

.col-14-22 {
  width: 63.63636363636363%; }

.col-15-22 {
  width: 68.18181818181817%; }

.col-16-22 {
  width: 72.72727272727273%; }

.col-17-22 {
  width: 77.27272727272727%; }

.col-18-22 {
  width: 81.81818181818183%; }

.col-19-22 {
  width: 86.36363636363636%; }

.col-20-22 {
  width: 90.9090909090909%; }

.col-21-22 {
  width: 95.45454545454545%; }

.col-1-23 {
  width: 4.3478260869565215%; }

.col-2-23 {
  width: 8.695652173913043%; }

.col-3-23 {
  width: 13.043478260869565%; }

.col-4-23 {
  width: 17.391304347826086%; }

.col-5-23 {
  width: 21.73913043478261%; }

.col-6-23 {
  width: 26.08695652173913%; }

.col-7-23 {
  width: 30.434782608695656%; }

.col-8-23 {
  width: 34.78260869565217%; }

.col-9-23 {
  width: 39.130434782608695%; }

.col-10-23 {
  width: 43.47826086956522%; }

.col-11-23 {
  width: 47.82608695652174%; }

.col-12-23 {
  width: 52.17391304347826%; }

.col-13-23 {
  width: 56.52173913043478%; }

.col-14-23 {
  width: 60.86956521739131%; }

.col-15-23 {
  width: 65.21739130434783%; }

.col-16-23 {
  width: 69.56521739130434%; }

.col-17-23 {
  width: 73.91304347826086%; }

.col-18-23 {
  width: 78.26086956521739%; }

.col-19-23 {
  width: 82.6086956521739%; }

.col-20-23 {
  width: 86.95652173913044%; }

.col-21-23 {
  width: 91.30434782608695%; }

.col-22-23 {
  width: 95.65217391304348%; }

.white {
  color: white !important; }

.light {
  color: #F1F3F4 !important; }

.lightgray {
  color: #E1E4E5 !important; }

.gray {
  color: #6E7C84 !important; }

.darkgray {
  color: #474749 !important; }

.dark {
  color: #1A1A1A !important; }

.magenta {
  color: #E91A8D !important; }

.yellow {
  color: #FFC200 !important; }

.orange {
  color: #FF6D00 !important; }

.blue {
  color: #03C9F7 !important; }

.green {
  color: #98E51F !important; }

.darkgreen {
  color: #7DC719 !important; }

.darkblue {
  color: #2E3A42 !important; }

.darkblue-translucent {
  color: rgba(10, 35, 51, 0.7) !important; }

.red {
  color: #ed543d !important; }

.terror {
  color: #e5270a !important; }

.white-bg {
  background-color: white !important; }

.light-bg {
  background-color: #F1F3F4 !important; }

.lightgray-bg {
  background-color: #E1E4E5 !important; }

.gray-bg {
  background-color: #6E7C84 !important; }

.darkgray-bg {
  background-color: #474749 !important; }

.dark-bg {
  background-color: #1A1A1A !important; }

.magenta-bg {
  background-color: #E91A8D !important; }

.yellow-bg {
  background-color: #FFC200 !important; }

.orange-bg {
  background-color: #FF6D00 !important; }

.blue-bg {
  background-color: #03C9F7 !important; }

.green-bg {
  background-color: #98E51F !important; }

.darkgreen-bg {
  background-color: #7DC719 !important; }

.darkblue-bg {
  background-color: #2E3A42 !important; }

.darkblue-translucent-bg {
  background-color: rgba(10, 35, 51, 0.7) !important; }

.transparent-bg {
  background-color: transparent !important; }

.red-bg {
  background-color: #ed543d !important; }

.terror-bg {
  background-color: #e5270a !important; }

.small {
  font-size: 14px; }

.big {
  font-size: 22px; }

.caps {
  text-transform: uppercase; }

.bold {
  font-weight: 700; }

.nowrap {
  white-space: nowrap; }

.char {
  font-family: 'Source Sans Pro';
  line-height: 0; }

.fade {
  opacity: .5; }

.hide,
.ng-cloak,
.ng-hide,
[ng-cloak],
[ng-hide] {
  display: none !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

.top {
  vertical-align: top; }

.bottom {
  vertical-align: bottom; }

.left {
  margin-right: auto !important; }

.right {
  margin-left: auto !important; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.center {
  margin: auto !important; }

.half {
  width: 50%; }

.full {
  width: 100% !important; }

.no-flex {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.flex {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.shrink {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.indent {
  margin-left: 16px; }

.space {
  width: 24px;
  height: 24px; }

.scroll {
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

.autoscroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* Generic */
.icon + span {
  display: inline-block;
  vertical-align: middle; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  background: #1A1A1A; }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.nav-left {
  width: 33%; }

.version {
  width: 34%;
  text-align: center; }

.nav-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 33%; }

.nav-item {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  color: white;
  padding: 8px; }

.nav-item.active {
  background: #6E7C84; }

.logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 95px;
  height: 24px;
  margin: 0 0 0 4px;
  color: #6E7C84; }

.version .version {
  font-size: 13px;
  line-height: 24px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 8px 4px 8px 0px;
  padding: 0 3px;
  color: #6E7C84; }

.account-link span:first-child {
  display: none; }

@media (max-width: 700px) {
  .logo,
  .version {
    display: none; }
  .nav {
    overflow: hidden; }
  .nav-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto; }
  .nav-right {
    width: auto; }
  .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; } }

.titlebar {
  position: relative;
  z-index: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 12px 6px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(26, 26, 26, 0.3);
  box-shadow: 0px 0px 0px 1px rgba(26, 26, 26, 0.3); }

.title-item {
  text-decoration: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  white-space: nowrap;
  padding: 0px 12px 6px; }

.title-item.disabled {
  opacity: 1;
  color: rgba(26, 26, 26, 0.5); }

.title-item + .title-item {
  margin-left: 12px; }

.title-item .label {
  margin-right: 6px; }

.title-item h1 {
  margin: 0; }

.title-item h1 .input-inline {
  margin: -6px -3px;
  padding: 0 3px;
  max-width: 100%; }

.title-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 4px 14px; }

.title-button {
  color: inherit;
  cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.title-button:hover {
  color: white;
  background: #2E3A42; }

.title-button .link {
  text-decoration: underline; }

.titlebar .close {
  position: absolute;
  right: 12px;
  top: 12px; }

@media (max-width: 800px) {
  .titlebar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0; }
  .title-item {
    text-align: center;
    line-height: 1;
    padding: 6px 6px; }
  .title-item + .title-item {
    margin-left: 0; }
  .title-item + .title-item::before {
    display: none; }
  .title-item .label {
    line-height: 1;
    margin: 0; }
  .title-item h1 {
    font: inherit;
    font-weight: 600;
    line-height: 1; }
  .title-item h1 .input-inline {
    text-align: center;
    height: 24px;
    margin: -4px -3px;
    max-width: 100%; }
  .title-actions {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0; }
  .title-actions {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 4px 4px; } }

.actionbar {
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  padding: 12px 6px;
  pointer-events: none; }

.actionbar input,
.actionbar button,
.actionbar a,
.actionbar select {
  pointer-events: all; }

.actionbar .btn {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.6); }

.popover {
  white-space: nowrap;
  position: absolute;
  padding: 6px 0;
  background: white;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  color: white;
  background: #1A1A1A;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4); }

.popover a {
  display: block;
  padding: 6px 12px;
  color: white; }

.toast {
  margin: 4px 0;
  padding: 0 16px;
  pointer-events: all; }

.toast::before,
.toast::after {
  content: '';
  display: block;
  clear: both; }

.toast.info {
  border: 2px solid #03C9F7; }

.toast.alert,
.toast.warn {
  border: 2px solid #FF6D00; }

.toast.error {
  border: 2px solid #e5270a; }

.toaster {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  padding: 48px 4px 8px 4px;
  pointer-events: none; }

.toaster .toast {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 480px;
  max-width: 100%;
  margin: 0 0 12px 0;
  padding: 0 12px;
  background: white;
  border: 4px solid #1A1A1A;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); }

.modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; }

.modal-content {
  color: #1A1A1A;
  background: white;
  padding: 0 12px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  pointer-events: all; }

.modal-content::before,
.modal-content::after {
  display: table;
  content: '';
  clear: both; }

input[type=range] {
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  padding: 0;
  margin: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

input[type=range]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 8px;
  padding: 0;
  margin: 0;
  background: #2E3A42;
  border: none;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 8px;
  padding: 0;
  margin: 0;
  background: #2E3A42;
  border: none;
  border-radius: 24px;
  outline: none;
  box-shadow: none; }

input[type=range]::-ms-track {
  background: none; }

input[type=range]::-ms-fill-lower {
  -webkit-appearance: none;
  display: block;
  box-sizing: border-box;
  height: 8px;
  padding: 0;
  margin: 0;
  background: #2E3A42;
  border: none;
  border-radius: 24px;
  outline: none;
  box-shadow: none; }

input[type=range]::-ms-fill-upper {
  -webkit-appearance: none;
  display: block;
  box-sizing: border-box;
  height: 8px;
  padding: 0;
  margin: 0;
  background: #2E3A42;
  border: none;
  border-radius: 24px;
  outline: none;
  box-shadow: none; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  position: relative;
  top: -8px;
  -webkit-border-radius: 64px;
  border-radius: 64px;
  border: none;
  background: white;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(26, 26, 26, 0.5);
  box-shadow: 0px 1px 1px 0px rgba(26, 26, 26, 0.5); }

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  position: relative;
  top: -8px;
  border-radius: 64px;
  border: none;
  background: white;
  box-shadow: 0px 1px 1px 0px rgba(26, 26, 26, 0.5); }

input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  position: relative;
  top: -8px;
  border-radius: 64px;
  border: none;
  background: white;
  box-shadow: 0px 1px 1px 0px rgba(26, 26, 26, 0.5); }

input[type=range]:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0px 1px 0px 1px rgba(26, 26, 26, 0.33), inset 0px 0px 0px 2px #03C9F7;
  box-shadow: 0px 1px 0px 1px rgba(26, 26, 26, 0.33), inset 0px 0px 0px 2px #03C9F7; }

input[type=range]:focus::-moz-range-thumb {
  box-shadow: 0px 1px 0px 1px rgba(26, 26, 26, 0.33), inset 0px 0px 0px 2px #03C9F7; }

input[type=range]:focus::-ms-thumb {
  box-shadow: 0px 1px 0px 1px rgba(26, 26, 26, 0.33), inset 0px 0px 0px 2px #03C9F7; }

.range-multiple {
  display: block;
  position: relative;
  width: 100%;
  padding: 26px 12px; }

.range-background {
  display: block;
  width: 100%;
  height: 24px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.range-track {
  fill: #2E3A42; }

.range-track-lower,
.range-track-middle,
.range-track-higher {
  fill: #03C9F7; }

.range-track-tick {
  stroke: rgba(255, 255, 255, 0.5); }

.range-multiple input[type=range] {
  display: block;
  position: absolute;
  left: 12px;
  height: 26px;
  width: 100%;
  margin: 0 -12px; }

.range-multiple input[type=range]:first-child {
  top: 5px; }

.range-multiple input[type=range]:last-child {
  bottom: 5px; }

.range-multiple input[type=range]::-webkit-slider-runnable-track {
  height: 26px;
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0; }

.range-multiple input[type=range]::-moz-range-track {
  height: 26px;
  background: transparent;
  border-radius: 0; }

.range-multiple input[type=range]::-ms-track {
  height: 26px;
  background: transparent;
  border-radius: 0; }

.range-multiple input[type=range]::-ms-fill-lower {
  height: 26px;
  background: transparent;
  border-radius: 0; }

.range-multiple input[type=range]::-ms-fill-upper {
  height: 26px;
  background: transparent;
  border-radius: 0; }

.range-multiple input[type=range]:first-child::-webkit-slider-thumb {
  height: 26px;
  position: relative;
  top: 1px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../img/multi-range-thumb-top.svg);
  background-size: 24px 26px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: url(../img/multi-range-thumb-top.svg); }

.range-multiple input[type=range]:first-child::-moz-range-thumb {
  height: 26px;
  position: relative;
  top: 1px;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../img/multi-range-thumb-top.svg);
  background-size: 24px 26px;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: none;
  background-image: url(../img/multi-range-thumb-top.svg); }

.range-multiple input[type=range]:first-child::-ms-thumb {
  height: 26px;
  position: relative;
  top: 1px;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../img/multi-range-thumb-top.svg);
  background-size: 24px 26px;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: none;
  background-image: url(../img/multi-range-thumb-top.svg); }

.range-multiple input[type=range]:last-child::-webkit-slider-thumb {
  height: 26px;
  position: relative;
  top: 1px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../img/multi-range-thumb-top.svg);
  background-size: 24px 26px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: url(../img/multi-range-thumb-bottom.svg); }

.range-multiple input[type=range]:last-child::-moz-range-thumb {
  height: 26px;
  position: relative;
  top: 1px;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../img/multi-range-thumb-top.svg);
  background-size: 24px 26px;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: none;
  background-image: url(../img/multi-range-thumb-bottom.svg); }

.range-multiple input[type=range]:last-child::-ms-thumb {
  height: 26px;
  position: relative;
  top: 1px;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../img/multi-range-thumb-top.svg);
  background-size: 24px 26px;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: none;
  background-image: url(../img/multi-range-thumb-bottom.svg); }

.range-multiple input[type=range]:first-child:focus::-webkit-slider-thumb {
  background-image: url(../img/multi-range-thumb-top-focus.svg); }

.range-multiple input[type=range]:first-child:focus::-moz-range-thumb {
  background-image: url(../img/multi-range-thumb-top-focus.svg); }

.range-multiple input[type=range]:first-child:focus::-ms-thumb {
  background-image: url(../img/multi-range-thumb-top-focus.svg); }

.range-multiple input[type=range]:last-child:focus::-webkit-slider-thumb {
  background-image: url(../img/multi-range-thumb-bottom-focus.svg); }

.range-multiple input[type=range]:last-child:focus::-moz-range-thumb {
  background-image: url(../img/multi-range-thumb-bottom-focus.svg); }

.range-multiple input[type=range]:last-child:focus::-ms-thumb {
  background-image: url(../img/multi-range-thumb-bottom-focus.svg); }

.radio,
.checkbox {
  display: inline-block; }

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
  width: 1px !important;
  height: 1px !important; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: '-';
  font-family: 'Source Sans Pro';
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  float: left;
  display: block;
  vertical-align: middle;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  color: transparent;
  background: white;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(26, 26, 26, 0.3);
  box-shadow: 0px 0px 0px 1px rgba(26, 26, 26, 0.3);
  -webkit-border-radius: 64px;
  border-radius: 64px; }

input[type="checkbox"] + label::before {
  -webkit-border-radius: 4px;
  border-radius: 4px; }

input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  content: '✓';
  color: #03C9F7; }

input[type="checkbox"]:focus + label::before,
input[type="radio"]:focus + label::before {
  -webkit-box-shadow: inset 0px 0px 0px 2px #03C9F7;
  box-shadow: inset 0px 0px 0px 2px #03C9F7; }

input[type="checkbox"]:active + label::before,
input[type="radio"]:active + label::before {
  background: #f0f0f0; }

input[type="checkbox"]:disabled + label::before,
input[type="radio"]:disabled + label::before {
  opacity: .5; }

.dropdown-menu {
  position: relative; }

.datetimepicker {
  text-align: center;
  position: absolute;
  right: 0;
  width: 300px;
  margin-bottom: 16px;
  background: white;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5); }

.datetimepicker table {
  width: 100%;
  border-collapse: collapse; }

.datetimepicker th,
.datetimepicker td {
  text-align: center;
  line-height: 33px;
  min-width: 33px;
  padding: 0 !important;
  border: 1px solid #E1E4E5; }

.datetimepicker th {
  border-color: transparent; }

.datetimepicker .left::before {
  content: '←'; }

.datetimepicker .right::before {
  content: '→'; }

.datetimepicker .left i,
.datetimepicker .right i {
  display: none; }

.datetimepicker .dow {
  border-bottom-color: #E1E4E5;
  line-height: 22px; }

.datetimepicker .minute,
.datetimepicker .hour,
.datetimepicker .day,
.datetimepicker .month,
.datetimepicker .year {
  border: 1px solid #E1E4E5; }

.datetimepicker th:first-child,
.datetimepicker td:first-child {
  border-left-width: 0; }

.datetimepicker th:last-child,
.datetimepicker td:last-child {
  border-right-width: 0; }

.datetimepicker tbody tr:last-child td {
  border-bottom-width: 0; }

.datetimepicker .minute,
.datetimepicker .hour,
.datetimepicker .month,
.datetimepicker .year {
  display: block;
  float: left;
  width: 25%; }

.datetimepicker thead tr:first-child th:hover,
.datetimepicker .minute:hover,
.datetimepicker .hour:hover,
.datetimepicker .day:hover,
.datetimepicker .month:hover,
.datetimepicker .year:hover {
  color: white;
  background: #2E3A42;
  cursor: pointer; }

/* Specific */
.devices-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 0 6px; }

.devices-list .device {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  position: relative;
  margin: auto;
  color: white; }

.devices-list .device-link,
.devices-list .device-edit {
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 300px;
  height: 174px;
  margin: 16px 6px 8px 6px;
  color: white; }

.devices-list .image {
  position: absolute;
  width: 300px;
  height: 174px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: .85;
  color: #2E3A42; }

.devices-list .name {
  font-family: 'League Gothic', sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  margin: 0; }

.devices-list .senses {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0px 0 8px 0; }

.devices-list .status {
  font-size: 14px;
  line-height: 16px; }

.devices-list .label {
  line-height: 16px; }

.devices-list .purpose,
.devices-list .purpose-inactive,
.devices-list .state {
  font-weight: 700; }

.devices-list .lastseen {
  display: inline-block;
  margin-top: 8px; }

.devices-list .actions {
  position: absolute;
  top: 174px;
  left: 64px;
  right: 65px; }

.devices-list .btn {
  display: block;
  max-width: 140px;
  margin: auto; }

.devices-list .device-add .image-outline use {
  opacity: .2; }

.devices-list .device-add .image-stroke use {
  stroke-dasharray: 5, 5;
  opacity: .5; }

@media (max-width: 400px) {
  .devices-list {
    padding: 0px; } }

.device-settings-form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 6px; }

.device-settings-output {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 600px;
  margin: 12px auto 24px;
  padding: 6px; }

.purposes-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 0 6px; }

.purposes-list .purpose {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  position: relative;
  margin: auto;
  color: #474749; }

.purposes-list .purpose-link,
.purposes-list .purpose-edit {
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 300px;
  height: 174px;
  margin: 16px 6px 8px 6px;
  color: inherit; }

.purposes-list .image {
  position: absolute;
  width: 300px;
  height: 174px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: .85; }

.purposes-list .name {
  font-size: 32px;
  line-height: 32px;
  margin: 0; }

.purposes-list .senses {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 6px; }

.purposes-list .meta {
  font-size: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: rgba(26, 26, 26, 0.5); }

.purposes-list .actions {
  text-align: center;
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 174px;
  left: 6px;
  right: 7px; }

.purposes-list .purpose-add .btn {
  display: block;
  max-width: 160px;
  margin: auto; }

.purposes-list .purpose-add .image-stroke use {
  stroke-dasharray: 5, 5;
  opacity: .5; }

@media (max-width: 400px) {
  .purposes-list {
    padding: 0px; } }

.purpose-edit {
  width: 100%;
  height: 100%; }

.purpose-edit .states-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

.purpose-edit .state {
  list-style: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  color: white;
  background: rgba(10, 35, 51, 0.7); }

.purpose-edit .state + .state {
  margin-top: 3px; }

.purpose-edit .state:last-child {
  padding-bottom: 56px; }

.purpose-edit .state-title {
  white-space: normal;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 256px;
  margin: 6px; }

.purpose-edit .state-name {
  font-size: 38px;
  line-height: 1;
  margin: 0; }

.purpose-edit .state-title .actions {
  margin-top: 8px;
  max-width: 146px; }

.purpose-edit .state-title .btn {
  padding-left: 0;
  padding-right: 0; }

.states-list .tasks {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 15px 0 0 0;
  overflow: hidden; }

.states-list .task {
  font-family: 'League Gothic', 'Arial Narrow', sans-serif;
  font-size: 24px;
  text-align: center;
  display: block;
  position: relative;
  float: left;
  margin: 0px 8px 16px 0px;
  height: 104px;
  min-width: 172px;
  max-width: 90%;
  color: #1A1A1A;
  background: rgba(255, 255, 255, 0.93);
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.states-list .task-link,
.states-list .task-edit,
.states-list .task-new {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 8px 24px 8px;
  color: inherit; }

.states-list .task-link:focus {
  z-index: 5;
  outline: 2px solid #03C9F7;
  outline-offset: -3px; }

.states-list .sense-icons {
  text-align: center;
  margin: 3px; }

.states-list .tasks .actions {
  position: absolute;
  bottom: -8px;
  left: 6px;
  right: 7px; }

.states-list .task-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #E1E4E5;
  background: rgba(225, 228, 229, 0.2);
  border: 2px dashed rgba(225, 228, 229, 0.5); }

.states-list .add-task-button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: auto; }

.states-list .state-add {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 4px 16px; }

.states-list .add-state-button {
  white-space: nowrap; }

.task-causes {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 200px;
  color: white;
  background: rgba(46, 58, 66, 0.6); }

.task-causes .title {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 16px 12px 4px 16px;
  color: #E1E4E5; }

.task-causes .item {
  text-decoration: none;
  text-align: left;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: nowrap;
  min-height: 40px;
  max-height: 75px;
  padding: 6px 0px 6px 6px;
  color: inherit;
  cursor: pointer;
  background: #2E3A42; }

.task-causes .item {
  -webkit-box-shadow: inset 0px -1px 0px 0px #6E7C84;
  box-shadow: inset 0px -1px 0px 0px #6E7C84; }

.task-causes .item:focus {
  outline-offset: -2px; }

.task-causes .item.active {
  position: relative;
  color: white;
  background: #03C9F7;
  -webkit-box-shadow: 0px -1px 0px 0px #03C9F7;
  box-shadow: 0px -1px 0px 0px #03C9F7; }

.task-causes .sense-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 6px 0 8px;
  padding: 4px;
  color: white;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

.task-causes .active .sense-icon {
  color: inherit; }

.task-causes .enabled .sense-icon {
  color: #1A1A1A;
  background: white; }

.task-causes .actions .sense-icon {
  color: white;
  background: transparent; }

.task-causes .nav-icon {
  margin: 0 6px 0 8px;
  padding: 4px;
  color: rgba(255, 255, 255, 0.1); }

.task-causes .active .nav-icon {
  color: inherit; }

.task-causes .name {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: inline-block;
  margin: 0;
  color: inherit; }

.task-details {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 70%; }

.task-actions {
  padding: 16px 16px; }

.task-actions .causes {
  max-width: 380px;
  text-align: center; }

.task-actions h3 {
  margin: 0; }

.task-actions .cause .desc {
  text-align: left;
  letter-spacing: 0;
  display: block;
  margin: 0 auto;
  padding: 12px 8px;
  padding-right: 32px; }

.task-actions .cause .and {
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  position: relative;
  display: block;
  margin: -9px auto -8px 30px;
  padding: 0px;
  width: 44px;
  min-height: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.sense-edit {
  padding: 0 4px 12px 4px; }

.sense-edit .interval {
  margin: 16px; }

.sense-edit [type="range"] {
  margin-top: 8px; }

.sense-edit .logging {
  margin: 16px; }

.edit-cause {
  margin-bottom: 4px; }

.edit-cause::after {
  content: '';
  display: block;
  clear: both; }

.edit-cause .fieldset {
  background: rgba(26, 26, 26, 0.1); }

.edit-cause .fieldset::after {
  content: '';
  display: table;
  clear: both; }

.edit-cause .legend {
  margin: 0;
  padding: 0; }

.edit-cause .legend.active {
  background: rgba(26, 26, 26, 0.2); }

.edit-cause .legend label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 16px; }

.edit-cause .legend label .indent {
  line-height: 18px;
  margin: -2px 0 0 0;
  padding-left: 40px; }

.edit-cause .cause-image {
  float: left;
  width: 180px;
  margin: 16px; }

.edit-cause .cause-title {
  font-family: 'League Gothic', 'Arial Narrow', sans-serif;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase; }

.edit-cause .fields {
  padding: 14px 16px 18px 16px;
  float: left; }

.edit-cause form {
  margin: 8px 0; }

.purpose-send-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-top: -200px;
  margin-left: -200px; }

.purpose-send-modal button {
  width: 104px; }

.device-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.device-option {
  white-space: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  padding: 18px 12px 8px 12px;
  margin: 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(26, 26, 26, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(26, 26, 26, 0.3);
  cursor: pointer; }

.device-option.selected {
  color: white;
  background: #03C9F7; }

.device-option .name {
  display: inline-block;
  margin-top: 4px; }

@media (max-width: 800px) {
  .purpose-edit .state {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .states-list .tasks {
    text-align: center; }
  .states-list .task {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px 12px 2px;
    float: none; }
  .task-causes {
    width: 44px; }
  .task-causes .title {
    display: none; }
  .task-causes .item {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: none;
    padding: 0; }
  .task-causes .sense-icon {
    margin: 0;
    padding: 4px;
    -webkit-border-radius: 100%;
    border-radius: 100%; }
  .task-causes .nav-icon {
    display: none; }
  .task-causes .name {
    display: none; }
  .edit-cause .cause-image {
    width: 122px;
    margin: 16px 0px 16px 16px; }
  .task-actions {
    padding: 16px 8px; }
  .task-actions .cause .desc {
    text-align: center;
    padding-right: 8px;
    padding-left: 8px; }
  .task-actions .cause .desc .icon {
    display: block;
    margin: auto; }
  .task-actions .cause .and {
    margin-left: auto;
    margin-right: auto; } }

.sense-board {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  width: 100%;
  min-width: 0;
  min-height: 100%; }

.sense-tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 57%;
  min-width: 400px; }

.sense-tile {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 228px;
  min-height: 114px;
  color: white;
  background-color: #2E3A42;
  background-color: rgba(10, 35, 51, 0.7); }

.sense-tile .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
  z-index: 0;
  color: rgba(26, 26, 26, 0.07); }

.sense-tile .title {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  position: relative; }

.sense-tile .name {
  font-weight: 700;
  white-space: nowrap;
  color: white; }

.sense-tile .lastupdate {
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 4px; }

.sense-tile .values {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 61px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.sense-tile .value {
  display: block;
  padding: 17px 6px 5px 6px; }

.sense-tile .label {
  display: block;
  line-height: 20px; }

.sense-tile .number {
  font-family: 'League Gothic', 'Arial Narrow', sans-serif;
  white-space: nowrap;
  font-size: 38px;
  line-height: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  z-index: 100; }

.sense-tile .values .value {
  padding: 0 6px; }

.sense-tile .values .number {
  display: block;
  font-size: 24px;
  line-height: 1; }

.sense-location.disabled {
  opacity: 1; }

.sense-tile.disabled {
  opacity: 1;
  min-height: 61px; }

.sense-location.disabled .title,
.sense-tile.disabled .title {
  position: relative; }

.sense-location.disabled .name,
.sense-tile.disabled .name {
  opacity: .3; }

.sense-location.disabled .icon,
.sense-tile.disabled .icon {
  color: rgba(26, 26, 26, 0.1); }

.sense-location.disabled .lastupdate,
.sense-location.disabled .values,
.sense-location.disabled .value,
.sense-location.disabled .label,
.sense-tile.disabled .lastupdate,
.sense-tile.disabled .values,
.sense-tile.disabled .value,
.sense-tile.disabled .label {
  display: none; }

.angular-google-map-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%; }

.angular-google-map {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  height: 80%; }

.angular-google-map .angular-google-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto; }

.sense-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 43%;
  min-width: 400px;
  min-height: 400px;
  margin: 0; }

.sense-location .angular-google-map {
  background: rgba(10, 35, 51, 0.7); }

.sense-location .angular-google-map .angular-google-map {
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 0px; }

.sense-location .sense-tile {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

@media (max-width: 800px) {
  .sense-board {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .sense-tiles,
  .sense-location {
    width: 100%;
    min-width: 0px; }
  .sense-tile .icon {
    color: rgba(26, 26, 26, 0.14); }
  .sense-location.disabled .icon,
  .sense-tile.disabled .icon {
    color: rgba(26, 26, 26, 0.2); } }

.timeline {
  width: 100%;
  max-width: 420px;
  border-collapse: collapse;
  margin: 0 auto 12px; }

.titlebar .timeline {
  margin: 0 auto;
  position: relative;
  left: -6px; }

.timeline thead th {
  vertical-align: top;
  padding: 0px 12px 0px 12px; }

.timeline th,
.timeline td {
  text-align: left;
  vertical-align: top;
  padding: 12px 12px 12px 12px; }

.timeline td {
  border-top: 1px solid rgba(26, 26, 26, 0.2); }

.timeline .date {
  width: 80px; }

.timeline .time {
  white-space: nowrap;
  width: 90px; }

.timeline .purpose {
  margin: 32px 0; }

.timeline .purpose-name {
  font-size: 20px;
  text-transform: uppercase;
  padding: 24px 0; }

.timeline .state-name {
  width: 33%; }

.timeline .event-title {
  font-weight: 700; }

.help-screen .section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 30%;
  height: auto;
  min-height: 100%; }

.help-screen .login,
.help-screen .signup,
.help-screen .account,
.help-screen .help-docs {
  width: 20%;
  max-width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.help-sections {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.help-sections .section {
  height: auto; }

.help-sections img {
  width: 100%;
  max-width: 400px; }

.help-sections h3 {
  margin: 12px 24px 12px 0; }

.help-sections hr {
  margin: 32px 0; }

@media (max-width: 1300px) {
  .help-sections .article {
    padding: 0 3%; } }

@media (max-width: 1200px) {
  .help-screen .layout-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .help-screen .help-sections,
  .help-screen .login,
  .help-screen .signup,
  .help-screen .section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%; } }
