/* Intensity colors */
button {
  padding: 7px 12px;
  border: 1px solid #363636;
  border-color: transparent;
  background-color: #525252;
  color: #e6e6e6;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35);
  transition: border 0.2s ease-out;
  display: inline-block;
  cursor: pointer;
  appearance: none;
  outline: none;
}
button.action {
  background-color: #ad1b24;
  border-color: #ad1b24;
}
select {
  color: #b3b3b3;
  background: #525252;
}
input,
textarea {
  color: #b3b3b3;
  font-family: Arial;
  font-size: 13px;
  margin: 0;
  border: 0;
  padding: 8px;
  background: #2b2b2b;
  box-sizing: border-box;
  text-align: left;
  outline: none;
}
input[type="text"] {
  border-radius: 0;
}
input.ng-invalid {
  border: solid 2px #ad1b24;
}
@media screen and (max-width: 480px) {
  select {
    color: black;
    background: white;
  }
  #importButton {
    display: none;
  }
  #exportButton {
    display: none;
  }
}
::selection {
  color: #ebebeb;
  background-color: #ad1b24;
}
body {
  font-family: 'Lucida Grande', Arial, Tahoma, Verdana;
  font-size: 17px;
}
h1,
h2,
h3,
h4,
h5,
h6,
label,
span {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 200;
}
h1 {
  margin: 60px 0 0 0;
}
h1.first {
  margin: 0;
}
h3 {
  margin: 0;
}
h4 {
  font-size: 22px;
  margin: 0;
}
label,
h3 {
  font-size: 13px;
  letter-spacing: 0.5px;
}
a,
a:visited {
  color: #7EBED7;
  text-decoration: none;
}
p {
  line-height: 1.4;
  letter-spacing: 0.5px;
  max-width: 770px;
}
li {
  margin: 8px 0 8px 0;
}
figcaption {
  font-style: italic;
  font-size: 13px;
}
pre {
  font-family: 'Consolas' 'Andale Mono' monospace;
  font-size: 13px;
}
.repeat {
  margin: 16px 0 16px 0px;
}
.repeat .step {
  border-left-width: 22px;
}
.step {
  user-select: none;
  background-color: #262626;
  margin: 8px 0 8px 0px;
  padding: 4px 16px;
  border-left-style: solid;
  border-left-width: 42px;
  cursor: move;
}
.step label {
  margin-right: 16px;
}
.step input {
  width: 58px;
}
.step.WarmUp {
  border-color: #09c952;
}
.step.CoolDown {
  border-color: #00b8c8;
}
.step.Interval {
  border-color: #e6430a;
}
.step.Rest {
  border-color: #105c2d;
}
.step.Recovery {
  border-color: #682710;
}
.step.Other {
  border-color: #525252;
}
.angular-ui-tree-placeholder {
  border: 2px dashed #808080;
}
.interval-metadata {
  margin-bottom: 48px;
}
.interval-metadata-line {
  margin-bottom: 16px;
}
.interval-metadata-line input[type='text'],
.interval-metadata-line textarea {
  margin-top: 8px;
  display: block;
  width: 392px;
}
.interval-metadata-line textarea {
  height: 80px;
}
@media screen and (max-width: 480px) {
  .interval-metadata-line input[type='text'],
  .interval-metadata-line textarea {
    width: 100%;
  }
}
.workout-visualisation {
  width: 100%;
  display: flex;
}
.no-repeat {
  width: 100%;
}
.in-repeat {
  width: 60%;
}
.step-visualisation.WarmUp {
  background-color: #09c952;
}
.step-visualisation.CoolDown {
  background-color: #00b8c8;
}
.step-visualisation.Interval {
  background-color: #e6430a;
}
.step-visualisation.Rest {
  background-color: #105c2d;
}
.step-visualisation.Recovery {
  background-color: #682710;
}
.step-visualisation.Other {
  background-color: #525252;
}
/* Space out content a bit */
body {
  background-color: #1C1C1C;
  color: #ebebeb;
  margin: 0;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}
/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}
/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}
/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}
.app-output {
  display: flex;
}
.app-output > div {
  flex: 1 0 0;
}
section {
  margin: 0 24px 0 24px;
  padding: 48px 24px 48px 24px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
}
section.light {
  background-color: #2B2B2B;
}
nav {
  margin-top: 24px;
  background-color: #212121;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.35);
}
nav ul {
  margin: 0 24px 0 24px;
  padding: 0;
}
nav li {
  display: inline-block;
  list-style: none;
  margin: 0;
}
nav a.menu {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #B3B3B3;
  display: block;
  padding: 24px 32px;
}
nav a.active {
  color: #ebebeb;
  background-color: #2B2B2B;
}
nav a,
nav a:hover,
nav a:visited {
  text-decoration: none;
}
figure {
  max-width: 770px;
  margin: 32px 0 32px 0;
}
figure img {
  width: 100%;
}
figure.small {
  max-width: 500px;
}
.code-heading {
  display: flex;
  align-items: center;
}
.code-heading h2 {
  margin-right: 24px;
}
.code-heading button {
  margin-right: 24px;
}
.code-heading label {
  color: #b3b3b3;
}
pre {
  padding: 12px;
  margin: 6px;
  border: 2px dashed #808080;
  overflow: scroll;
  height: 600px;
}
#durationAndDistance {
  display: flex;
}
.icon-line {
  display: flex;
  align-items: center;
  margin-right: 24px;
  flex-shrink: 0;
}
.icon-line img {
  margin-right: 12px;
  width: 32px;
  height: 32px;
}
#disqus_thread {
  max-width: 770px;
}
@media screen and (max-width: 720px) {
  #durationAndDistance {
    flex-wrap: wrap;
  }
  .workout-visualisation {
    min-height: 32px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 480px) {
  section {
    margin: 0;
    padding: 24px 12px 24px 12px;
  }
  .app-output {
    display: block;
  }
  nav {
    margin: 0;
  }
  nav a.menu {
    font-size: 16px;
    padding: 12px 24px;
  }
  nav ul {
    margin: 0;
  }
  nav li {
    width: 100%;
  }
}
