* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: Arial;
  background-color: #1C1C1C;
  color: #ffffff;
  margin: auto;
  padding: 0;
  text-size-adjust: none;
}

label {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

select {
  /*width: 9rem;*/

  height: 2rem;
  margin-top: 0.15rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0.15rem;
  max-width: calc(100% - 10px);
  width: 16em;
  border-radius: 2.5rem;
  border: solid 2px transparent;
  background-image: linear-gradient(#000000, #000000), linear-gradient(98deg, #6dc9d1, #04f95a);
  background-origin: border-box;
  background-clip: content-box, border-box;
  padding-left: 0rem;
  padding-top: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
  font-weight: bold;
  color: #ffffff;
  font-family: Arial;

  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;

  letter-spacing: normal;
  text-align: center;
  text-align: -webkit-center;
  text-align-last: center;
  text-indent: 15px;

  background-size: 30px 30px;
}

select option {
  background: #000;
  color: #fff;
  text-align: center;
  text-align: -webkit-center;
  text-align-last: center;
  text-indent: 15px;
}

select:after {
  border-radius: 2.5rem;
  border: solid 2px #f00;
}

.radioclass {
  text-align: left;
  margin-left: 20px;
  font-weight: normal;
}

.radioclass label {
  font-weight: normal;
}

#page {
  width: 100%;
  max-width: 1160px;
  margin: auto;
  background-color: #202124;
  padding-bottom: 16px;
}

h1 {
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e2e2e2;
}

h2 {
  font-size: 22px
}

h3 {
  font-size: 16px;
}

p {
  font-size: 12px;
}

hr {
  border: solid 1px #9b9b9b;
  width: 100%;
}

a {
  color: #50e3c2;
}

.container {
  padding: 10px;
}

.test-type-descr {
  font-size: small;
  padding-left: 2em;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.no-scroll {
  overflow: hidden;
}


#testtypeselect {
  width: 30em;
  margin: auto;
  max-width: 90%;
}


input[type="text"],
input[type="number"],
input[type="password"] {
  width: 35em;
  max-width: 60vw;
  height: 3em;
  border-radius: 3em;
  background-color: #ffffff;
  border: solid 1px #979797;
  padding-left: 3em;
}

input[type="text"].shoesearch {
  width: 90%;
  max-width: 90%;
  padding-left: 0em;
  text-indent: 1em;
}

.btn {
  width: 9rem;
  height: 2rem;
  margin: 0.15rem;
  max-width: calc(100% - 10px);
  border-radius: 2.5rem;
  border: solid 2px transparent;
  background-image: linear-gradient(#000000, #000000), linear-gradient(98deg, #6dc9d1, #04f95a);
  background-origin: border-box;
  background-clip: content-box, border-box;
  padding: 0rem;
  font-weight: bold;
  color: #ffffff;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

.btn-big {
  width: min(15rem, 25vw);
  height: 3em;
  margin: min(0.6rem, 2vw);
  max-width: calc(100% - 10px);
  border-radius: 2.5em;
  border: solid min(2px, 0.25vw) transparent;
  background-image: linear-gradient(#000000, #000000), linear-gradient(98deg, #6dc9d1, #04f95a);
  background-origin: border-box;
  background-clip: content-box, border-box;
  padding: 0rem;
  font-weight: bold;
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  font-size: x-large;
}

.btn:focus,
input[type="text"]:focus,
input[type="number"],
input[type="password"]:focus {
  outline: 0;
}


.btn-dark {
  background-image: linear-gradient(#202124, #202124), linear-gradient(98deg, #6dc9d1, #04f95a);
}

.btn-bright {
  background-image: linear-gradient(#4a4a4a, #4a4a4a), linear-gradient(98deg, #6dc9d1, #04f95a);
}

.btn-header {
  background-image: linear-gradient(#2e2f31, #2e2f31), linear-gradient(98deg, #6dc9d1, #04f95a);
}

.btn-wide {
  width: 196px;
}

.btn-accordion {
  width: 3rem;
  font-weight: normal;
  font-size: 26px;
}

.btn:disabled {
  opacity: 0.5;
}

.btn:hover:enabled {
  background-image: linear-gradient(#777, #777), linear-gradient(98deg, #6dc9d1, #04f95a);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.btn-active,
.btn-active:hover:enabled {
  background-color: #ffffff;
  background-image: none;
  color: #000000;
}

.btn-large {
  width: 10em;
  height: 5em;
  border-radius: 0.5em;
  padding: 0.15em;
  background-color: #417505;
  background-clip: content-box;
  border: none;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.btn-large-checked {
  background-color: #64a919;
  border: solid 2px #ffffff;
}

/* for JS implemented toggle button */
.btn-toggle {
  opacity: 0.8;
}

.btn-toggle-on {
  opacity: 1;
  border: solid 2px transparent;
  background-color: #ffffff;
  background-image: none;
  color: #000000;
}

/* Checkbox style */
/* move original graphics of screen, then apply css design to label */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  display: none;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
  position: relative;
  padding-left: 32px;
  padding-top: 1px;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  left: 0;
  bottom: -2px;
  border-radius: 4px;
  border: solid 1px #50e3c2;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  left: 0;
  bottom: -2px;
  border-radius: 4px;
  background: url(assets/checkbox-mark.svg) no-repeat;
  background-origin: content-box;
  border: solid 1px transparent;

  transition: all .2s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

[type="checkbox"]:checked+label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked+label:after {
  color: #999;
}

[type="checkbox"]:disabled+label {
  color: #aaa;
}

/* hover style just for information */
label:hover:before {
  border-color: #ffffff !important;
}

.header {
  display: grid;
  grid-template-columns: auto;
  background-color: #2e2f31;
  text-align: center;
}

.header img {
  height: 2em;
  padding: 1em;
}

.header button {
  float: right;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.6rem;
  margin-top: 0.3rem;
}

#store-name {
  text-transform: uppercase;
  margin: 0.3rem;
}

#store-street,
#store-city {
  text-transform: uppercase;
  font-weight: normal;
  margin: 0.3rem;
}

@media all and (min-width: 800px) {
  .header {
    grid-template-columns: auto auto auto auto auto;
  }

  .header button {
    margin-top: 1em;
    margin-right: 1em;
  }

  #store-name,
  #store-street,
  #store-city {
    margin-top: 1.3em;
  }
}

.login-container {
  width: 50em;
  max-width: 100%;
  border-radius: 0.5em;
  background-color: #000000;
  align-content: center;
  margin: 2em auto;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0em;
}

.login-container * {
  margin: 0.5em 0;
}

.login-problems {
  width: 35em;
  max-width: 90%;
  font-size: 0.8em;
  color: #9b9b9b;
  background-color: #202124;
  padding: 1em;
  margin-left: auto;
  margin-right: auto;
}

.grid-3-cols {
  display: grid;
  grid-template-columns: auto auto auto;
}

.current-runners-list {
  text-align: center;
}

#latest-test-results-list {
  /*
  display: grid;
  grid-template-columns: 550px 550px;
  padding: 21px;
  grid-gap: 21px;
  */

}

.nowrap {
  white-space: nowrap;
}

.activateoradd {
  margin: 0em 0em 0.5em 1.5em;
}

.selectable-item {
  padding: 2px;
  border-radius: 8px;
  border: 2px solid transparent;
  background-image: radial-gradient(circle at 50% 50%, #191919, #4a4a4a 60%);
  background-clip: content-box;
  display: inline-block;
  width: 110px;
  height: 150px;
  margin: auto;
  position: relative;
}

.selectable-item-mini {
  padding: 2px;
  border-radius: 8px;
  border: 2px solid transparent;
  background-image: radial-gradient(circle at 50% 50%, #191919, #4a4a4a 60%);
  background-clip: content-box;
  display: inline-block;
  width: 22px;
  height: 30px;
  margin: auto;
  position: relative;
  vertical-align: -0.5em;
}

.selectable-item-highlight {
  border: 2px solid #ffffff;
}

.selectable-item-image {
  max-height: 80%;
  max-width: 80%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.selectable-item-color-line {
  height: 3px;
  width: 110px;
  z-index: 0;
  position: absolute;
  bottom: 1em;
  margin: auto;
}

.selectable-item-color-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 0;
  position: relative;
  left: 40px;
  top: 5px;
  margin: auto;
  text-align: center;
  font-size: 14px;
  color: #202124;
  display: flex;
  justify-content: center;
  align-items: center;

}

.log-item {
  padding: 0rem;
  border-radius: 0;
  border-right: 1px solid #666666;
  background-image: radial-gradient(circle at 50% 50%, #191919, #4a4a4a 60%);
  background-clip: content-box;
  width: 55px;
  height: 75px;
  margin: auto;
  position: relative;
  float: left;
}

.log-item:first-child {
  border-radius: 6px 0 0 6px;
}

.log-item:last-child {
  border-radius: 0 6px 6px 0;
  border: none;
}

.log-item-image {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}




/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  padding-top: 1%;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.scanmodal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 20;
  /* Sit on top */
  padding-top: 1%;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.scan-modal-content {
  /*position: relative;*/
  background-color: #000000;
  margin: auto;
  padding: 0;
  border-radius: 6px;
  width: 90%;
  /*max-width: 60em;*/
  height: 95vh;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  overflow-y: auto;
  max-height: 95vh;
  position: absolute;
  float: left;
  left: 50%;
  top: 20px;
  transform: translate(-50%, 0px);
}

@media (max-height: 600px) {
  .scan-modal-content {
    max-width: 30em;
    top: 5px;
  }

  .scan-modal-content h3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .scan-modal-content .modal-body {
    padding: 5px;
  }

  .scan-modal-content h3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .scan-modal-content .modal-footer {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .radioclass {
    display: inline;
    text-align: left;
  }
}


.spaceifportrait {
  margin-top: 20px;
}

@media (orientation: landscape) {
  .spaceifportrait {
    margin-top: 0px;
    display: inline;
  }
}

/* Modal Content */
.modal-content {
  /*position: relative;*/
  background-color: #000000;
  margin: auto;
  padding: 0;
  border-radius: 6px;
  width: 90%;
  max-width: 60em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  overflow-y: auto;
  max-height: 95vh;

  position: absolute;
  float: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    transform: translate(-50%, -300px);
    opacity: 0
  }

  to {
    transform: translate(-50%, -50%);
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    transform: translate(-50%, -300px);
    opacity: 0
  }

  to {
    transform: translate(-50%, -50%);
    opacity: 1
  }
}

.modal-header {
  padding: 1em;
  text-align: center;
}

.modal-body {
  padding: 1em;
  text-align: center;
}

.modal-footer {
  padding: 1em;
  text-align: right;
}

.floatleft {
  float: left;
}

.modal-error {
  color: red;
}

.report-overview {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 800px) {
  .report-overview {
    display: grid;
    grid-template-areas:
      "h1 img h2"
      "btn btn btn"
  }
}

.report-overview-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}

.report-overview-stats>div:nth-child(2n+1) {
  font-weight: bold;
  text-align: right;
}

.report-overview-stats>div:nth-child(2n) {
  text-align: left;
}

.run-class-item {
  display: grid;
  grid-template-columns: 110px 110px 164px 165px;
  grid-template-rows: 23px 124px 26px 60px;
  min-height: 0;
  /* Avoid content to enlarge the cell */
  min-width: 0;
  /* Avoid content to enlarge the cell */
  overflow: hidden;
  margin-top: 20px;
}

.run-item {
  display: grid;
  grid-template-columns: 110px 110px 110px 110px 110px;
  grid-template-rows: 23px 124px 26px 60px;
  min-height: 0;
  /* Avoid content to enlarge the cell */
  min-width: 0;
  /* Avoid content to enlarge the cell */
  overflow: hidden;
  margin-top: 20px;
}

.run-header {
  grid-row: 1;
  grid-column: 1 / span 4;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #e2e2e2;
}

.run-speed {
  background-color: #4a4a4a;
  grid-row: 1;
  grid-column: 5;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #e2e2e2;
  border-radius: 6px 6px 0px 0px;
  padding-top: 7px;
}


.back-image-and-line {
  background-color: #4a4a4a;
  grid-row: 2 / span 2;
  grid-column: 1;
  border-radius: 6px 0px 0px 6px;
  background-image: radial-gradient(circle at 50% 49%, #686868, #4a4a4a 60%);
  border-right: solid 1px #666666;
  border-width: 2px;
  position: relative;
}

.back-image-and-line-profile {
  background-color: #4a4a4a;
  grid-row: 2 / span 2;
  grid-column: 1 / span 2;
  border-radius: 6px 0px 0px 6px;
  background-image: radial-gradient(circle at 50% 49%, #686868, #4a4a4a 60%);
  border-right: solid 1px #666666;
  border-width: 2px;
  position: relative;
  padding-left: 54px;
}

.back-image {
  /*grid-row: 2 / span 2;
    grid-column: 1;
    max-height: 144px;
    max-width: 100%;
    margin: auto;*/

  max-height: 114px;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;

}

.color-line,
.color-line-run {
  height: 3px;
  width: 100%;
  bottom: 1em;
  position: absolute;
}

.color-line-run-profile {
  height: 3px;
  width: 50%;
  bottom: 1em;
  position: absolute;
}

.best-overall {
  position: relative;
  top: 0px;
  right: -15px;
  width: 112px;

  /*background: url(assets/best-overall.svg);*/
  background-size: auto;
  background-repeat: no-repeat;

  grid-row: 2 / span 1;
  grid-column: 1;
  display: none;
}

.best-speed {
  position: relative;
  top: 0px;
  right: -15px;
  width: 112px;

  /*background: url(assets/best-speed.svg);*/
  background-size: auto;
  background-repeat: no-repeat;

  grid-row: 2 / span 1;
  grid-column: 1;
  display: none;

}

.best-cushioning {
  position: relative;
  top: 50px;
  right: -15px;
  width: 112px;

  /*background: url(assets/best-cushioning.svg);*/
  background-size: auto;
  background-repeat: no-repeat;

  grid-row: 2 / span 1;
  grid-column: 1;
  display: none;
}

.most-compliant {
  position: relative;
  top: 100px;
  right: -15px;
  width: 112px;

  /*background: url(assets/most-compliant.svg);*/
  background-size: auto;
  background-repeat: no-repeat;

  grid-row: 2 / span 1;
  grid-column: 1;
  display: none;
}



.shoe-image-div {
  background-color: #4a4a4a;
  grid-row: 2 / span 2;
  grid-column: 2;
  background-image: radial-gradient(circle at 50% 50%, #191919, #4a4a4a 60%);
  border-right: solid 1px #666666;
  border-width: 2px;
}

.shoe-image-div-profile {
  background-color: #4a4a4a;
  grid-row: 2 / span 2;
  grid-column: 2;
  border-right: solid 1px #666666;
  border-width: 2px;
}

.shoe-image {
  grid-row: 2 / span 2;
  grid-column: 2;
  max-height: 100%;
  max-width: 90%;
  margin: auto;
}

.shoe-name {
  text-align: center;
  top: 120px;
  position: relative;
  font-size: 12px;
}

.shoe-name2 {
  top: 94px;
  display: none;
}

.classgauge {
  grid-row: 2 / span 2;
  width: 131px;
  padding: 22px 17px 0px 17px;
  background-color: #4a4a4a;
  text-align: center;
}

.distcont {
  position: relative;
  display: inline-block;
  text-align: center;
  color: white;
}

.icongauge {
  width: 76px;
  padding: 22px 17px 0px 17px;
  background-color: #4a4a4a;
}

.EnergyReturn {
  grid-row: 2;
  grid-column: 3;
}

.ShockAbsorption {
  grid-row: 2;
  grid-column: 4;
}

.StrideRepeatability {
  grid-row: 2;
  grid-column: 5;
}

.OVERALL-RATING {
  background-color: #4a4a4a;
  grid-row: 3;
  grid-column: 3 / span 3;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: #e2e2e2;
  padding-top: 2px;
  padding-left: 15px;
  padding-right: 15px;
}

.totalrating {
  grid-row: 3;
  grid-column: 3 / span 3;
  padding-top: 2px;
  padding-left: 162px;
}

.view-runner-div {
  background-color: #4a4a4a;
  grid-row: 4;
  grid-column: 3 / span 3;
  padding: 10px 5px 0px 5px;
  border-radius: 0px 0px 21px 21px;
}

.store-auth {
  display: none;
}

.dynamic-content {
  display: grid;
  grid-template-columns: auto;
  margin-top: 15px;
  border-top: solid 1px #666666;
  justify-content: center;
}

.dynamic-2-col {
  display: grid;
  grid-template-columns: 1fr;
  /*grid-gap: 10px;*/
}

.current-runners {
  margin-top: 13px;
}

.latest-results {
  margin-top: 13px;
  border-top: solid 1px #666666;
}

@media all and (min-width: 800px) {
  .dynamic-content {
    grid-template-columns: auto 570px;
  }

  .dynamic-2-col {
    grid-template-columns: 1fr 1fr;
  }

  .latest-results {
    padding-left: 20px;
    border-left: solid 1px #666666;
    border-top: none;
  }

  .current-runners {
    padding-right: 20px;
  }
}

#modal-survey {
  padding-top: 5%;
  padding-bottom: 5%;
}

.modal-survey-question {
  border-radius: 0.5rem;
  border: solid 1px #7a7a7a;
  text-align: center;
  margin-bottom: 1rem;
  padding: 1rem;
}

.survey-q2q3-row {
  display: grid;
  border-top: 1px solid #666666;
  grid-template-columns: auto;
}

.survey-q2q3-row:first-child {
  border-top: none;
}

.survey-q3-row {
  display: grid;
  grid-template-columns: auto;
  padding: 1em;
  grid-gap: 1em;
  text-align: left;
}

@media all and (min-width: 800px) {
  .survey-q2q3-row {
    grid-template-columns: auto auto auto;
  }

  .q3-container {
    border-left: solid 1px #666666;
  }

  .survey-q3-row {
    grid-template-columns: auto auto;
  }

}

.info-box {
  border-radius: 6px;
  border: solid 1px #7a7a7a;
  padding: 1rem;
  margin-top: 1rem;
}

.gray-box {
  border-radius: 6px;
  padding: 1rem;
  background-color: #4a4a4a;
}

.shoe-performance {
  display: grid;
  grid-template-columns: auto;
  width: 550px;
  margin: auto;
}

/* this content must be 550*2 + 10+10+10 */
@media all and (min-width: 1130px) {
  .shoe-performance {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
    width: 1110px;
    margin: auto;
  }
}

.knee-and-ankle {
  border-radius: 6px 6px 0 0px;
  background-color: #3c3c3c;
  padding: 1rem;
  display: grid;
  grid-template-columns: auto;
  grid-gap: 0px;
}

.loading {
  border-radius: 6px 6px 0 0px;
  background-color: #3c3c3c;
  padding: 1rem;
  display: grid;
  grid-template-columns: auto;
  grid-gap: 0px;
}

.knee-and-ankle h3 {
  color: #e2e2e2;
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.knee-and-ankle-select {
  border-radius: 6px 6px 6px 6px;
  background-color: #686868;
  padding: 10px;
  margin-top: -6px;
  text-align: center;
}

.knee-and-ankle-select p {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e2e2e2;
}

.knee-and-ankle-select:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #686868;
  position: absolute;
  transform: translateY(-20px) rotate(45deg);
}

.comparison-video {
  border-radius: 6px;
  background-color: #3c3c3c;
  padding: 1rem;
  display: grid;
  grid-template-columns: auto;
  grid-gap: 10px;
}

.comparison-select {
  border-radius: 6px 6px 6px 6px;
  background-color: #686868;
  padding: 10px;
  margin-top: 6px;
  text-align: center;
}

.comparison-select p {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e2e2e2;
}

.foot-scan {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 10px;
}

.footscanpic {
  text-align: center;
}

.footscanpic img {
  margin: auto;
  /*width: 45%;*/
  height: 300px;
}

.td-animation {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 10px;
}

.layercheckboxes {
  border-color: #686868;
  border-radius: 10px;
}

.layercheckboxes>div {
  margin: 10px;
  display: inline-flex;
}


@media all and (min-width: 800px) {

  .loading {
    grid-template-columns: 1fr 2fr 1fr;
  }

  .knee-and-ankle {
    grid-template-columns: 1fr 1fr;
  }

  .comparison-video {
    grid-template-columns: 1fr 1fr;
  }

  .foot-scan {
    grid-template-columns: 1fr 1fr;
  }

  .td-animation {
    grid-template-columns: 6fr 4fr;
  }

}

#footsummary-table {
  display: grid;
  grid-template-columns: 30px repeat(4, auto);
  grid-template-rows: auto 60px 60px;
  grid-gap: 1px;
  text-align: center;
}

#footsummary-table>div {
  background-color: #747474;
  justify-content: center;
  padding: 3px;
  display: flex;
}

#footsummary-table>div>p {
  align-self: center;
  font-size: 12px;
  font-weight: bold;
  margin: 5px;
}

.video-container {
  width: 49%;
  display: inline-block;
  text-align: center;
}

.video-name {
  color: #202124;
}

.dot {
  height: 20px;
  width: 20px;
  background-color: #bbb;
  border-radius: 50%;
  vertical-align: bottom;
  text-align: center;
  color: #202124;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.triangle-up {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 50px solid #555;
}

.rotate {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.table-heading {
  font-size: 12px;
  font-weight: bold;
}

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

.bg-green {
  background-color: #7ed321 !important;
}

.bg-blue {
  background-color: #80bbff !important;
}

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

#container3dcontrols {
  border-radius: 6px 6px 6px 6px;
  background-color: #4a4a4a;
  padding: 20px;
  padding-top: 10px;
}

.playpausebtn {
  outline: none;
  border: none;
  width: 20px;
  height: 20px;
  background: url(assets/btn-pause.svg);
  vertical-align: middle;
}

button.playpausebtn::-moz-focus-inner {
  border: 0;
}


.paused {
  background: url(assets/btn-play.svg);
}

/* Custom range slider */
input[type=range] {
  width: calc(100% - 20px);
  vertical-align: middle;
  margin: 0px;
}

input[type=range]:focus {
  outline: none;
}

@media screen and (max-width: 1200px) {

  .login-container input[type=text],
  input[type="password"] {
    font-size: x-large;
  }
}

/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type=range] {
    -webkit-appearance: none;
    margin: 40px 10px 40px 10px;
  }

  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    background: #9b9b9b;
  }

  input[type=range]::-webkit-slider-thumb {
    border: none;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    background: #e2e2e2;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -15px;
  }
}

/* Firefox */
input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: #9b9b9b;
  border: none;
}

input.turquoise[type=range]::-moz-range-track {
  background: #50e3c2;
}

input[type="range"]::-moz-range-progress {
  height: 4px;
  background-color: #e2e2e2;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  background: #e2e2e2;
  cursor: pointer;
}

/* MS */
input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #e2e2e2;
}

input[type=range]::-ms-fill-upper {
  background: #9b9b9b;
}

input.turquoise[type=range]::-ms-fill-upper {
  background: #50e3c2;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 20px;
  width: 2px;
  background: #e2e2e2;
  cursor: pointer;
}




.compare_container {
  margin: auto;
  display: block;
  width: 80%;
}

.compare_container_fullscreen {
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-left: 5%;
  padding-right: 5%;
  left: 0;
  top: 0;
  width: 90%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
}

.compare_dot {
  z-index: 2;
  /* above also in fullscreen, below modal */
  position: absolute;
}

.compare_canvas {
  width: 100%;
  display: block;
  background-color: transparent;
}

.compare_slide_container {
  width: calc(100% + 20px);
  border: none;
  padding: 0;
  margin-left: -10px;
  margin-bottom: 2px;
}

.compare_playpause {
  outline: none;
  border: none;
  width: 25px;
  height: 25px;
  background: url(assets/btn-pause.svg);
  vertical-align: middle;
  margin-right: 1px;
  margin-bottom: 3px;
}

.compare_radio {
  width: 20px;
}


.key-pad {
  display: grid;
  grid-template-columns: min-content min-content min-content;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}

.key-pad label {
  display: inline-block;
  padding: 0px;
  border: solid 2px #bbb;
  border-radius: 4em;
  transition: all 0.3s;
  text-align: center;
  padding-top: 0.8em;
  height: 2em;
  width: 4em;
  font-size: 20px;
  color: #888;
}

.key-pad label:hover {
  background-color: #ddd;
}

.key-pad input[type="radio"] {
  display: none;
}

.key-pad input[type="radio"]:checked+label {
  border: solid 2px green;
  background-color: #bbb;
}

#modal-start-recording input[type="number"] {
  font-size: 48px;
  width: 210px;
  vertical-align: middle;
  margin: 0px;
  box-sizing: border-box;
  height: 100px;
  border: 1px solid #888;
  background: #00000000;
  color: #888;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 1em;
  max-width: 90%;
}

.ecoach-box {
  overflow: visible;
}

.ecoach-box td {
  font-size: 14px;
}

.ecoach-box blockquote {
  font-style: italic;
  margin: 10px 10px 10px 20px
}

.ecoach-box td img {
  width: 80px;
}

.ecoach-large {
  position: relative;
  top: -30px;
  margin-bottom: -30px;
  height: 150px;
}

.ecoach-small {
  position: relative;
  left: -18px;
  height: 42px;
}

.search-shoe-img {
  width: auto;
  height: 20vh;
}

.ecoach-box table {
  width: 100%;
}

.ecoach-box tr:first-child,
.ecoach-box tr:last-child {
  border-bottom: 1px solid gray;
}

/* Centered text, assuming parent div is relative */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

table {
  border-collapse: collapse;
}

table.center {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.run-table th {
  border-bottom: 1px solid gray;
}

.run-table th {
  color: gray;
  font-size: 12px;
  width: 100%;
  border-bottom: 1px solid gray;
  font-weight: normal;
  padding: 0 5px 0 0;
  /* Only right padding*/
}

.run-table th:first-of-type {
  text-align: left;
  font-size: 14px;
  padding-left: 10px;
}

.run-table td {
  text-align: center;
  padding-top: 3px;
}

.run-table img {
  max-height: 42px;
}

.option-image {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}

.shoeslectdiv {
  display: none;
  margin: 20px;
  text-align: center;
  text-align-last: center;
}

.w300 {
  width: 300px;
}

.w75 {
  width: 75px;
}

.w70p {
  width: 70%;
}

.w500m20 {
  width: 500px;
  margin: 20px;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

.displaynone {
  display: none;
}

.displayinline {
  display: inline;
}

.exportdiv {
  text-align: center;
  display: none;
  border-top: solid 1px #666666;
  margin: 5px;
}

.m15 {
  margin: 15px;
}

.gridcol4 {
  grid-column: 4;
}

.font16 {
  font-size: 16px;
}


.log-runner {
  display: grid;
  grid-template-columns: 3rem auto 9rem;
  margin-bottom: 1rem;
}

.mmstar {
  font-size: 200%;
  color: gold;
  display: none;
}

.backdiv {
  background: none;
  border-right: none;
  text-align: right;
}

.largeoverall {
  font: bold 22px Arial;
  fill: white;
  text-anchor: middle;
}

.smalloverall {
  font: bold 14px Arial;
  fill: white;
  text-anchor: middle;
}

.largefastest {
  font: bold 22px Arial;
  fill: #4a4a4a;
  text-anchor: middle;
}

.smallfastest {
  font: bold 14px Arial;
  fill: #4a4a4a;
  text-anchor: middle;
}

.largecush {
  font: bold 22px Arial;
  fill: white;
  text-anchor: middle;
}

.smallcush {
  font: bold 14px Arial;
  fill: white;
  text-anchor: middle;
}

.dropshadow {
  filter: url(#dropshadow);
}

.largecomp {
  font: bold 22px Arial;
  fill: white;
  text-anchor: middle;
}

.smallcomp {
  font: bold 14px Arial;
  fill: white;
  text-anchor: middle;
}

.border6006 {
  border-radius: 6px 0px 0px 6px;
}

.w100p {
  width: 100%;
}

.bgw {
  background: #e2e2e2;
  border: none;
}

.bgdiv {
  color: #4a4a4a;
  font-weight: bold;
  text-align: center;
  margin-top: 45%
}

.b0060 {
  border-radius: 0 0 6px 0;
}

.w493 {
  width: 493px;
}

.gridareaimg {
  grid-area: img;
}

.gridareah1 {
  grid-area: h1;
  display: none;
}

.gridareah2 {
  grid-area: h2;
}

.gridareabtn {
  grid-area: btn;
  margin-left: auto;
}

.gridareabtn2 {
  margin-left: auto;
  margin-right: 10px;
  display: none;
}

.gridareabtn3 {
  margin-left: auto;
  margin-right: 10px;
  display: inline;
}

.info-box2 {
  display: grid;
  grid-template-columns: 60px auto;
  grid-gap: 20px;
}

.posabs {
  position: absolute;
}

.divlow {
  position: relative;
  top: -13px;
  padding-bottom: 10px;
}

.left25 {
  left: 25%;
}

.left75 {
  left: 75%;
}

.mtop100 {
  margin-top: 100;
}

.textcentermauto {
  text-align: center;
  margin: auto;
}

.visibilityhidden {
  visibility: hidden;
}

.w50mauto {
  width: 50%;
  margin: auto;
}

.posrelcent {
  position: relative;
  text-align: center;
}

.h3cent {
  text-align: center;
  margin-left: auto;
  margin-top: 5;
}

.displayflex {
  display: flex;
}

.displayflexcent {
  display: flex;
  align-items: center;
}

.gcs2 {
  grid-column: span 2;
}

.grs2 {
  grid-row: span 2;
}

.divx77 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2%;
  padding: 5%;
}

.small {
  font: bold 12px Arial;
  fill: white;
  text-anchor: middle;
}

.heading {
  font: bold 16px Arial;
  fill: #e2e2e2;
  text-anchor: middle;
}

.normal {
  font: normal 16px Arial;
  fill: #e2e2e2;
  text-anchor: middle;
}

.scale {
  font: bold 10px Arial;
  fill: white;
  text-anchor: middle;
  dominant-baseline: central;
}

.shoenumber {
  font: 14px Arial;
  fill: #202124;
  text-anchor: middle;
}

.lineknee {
  stroke: #9b9b9b;
  stroke-width: 1;
}

.spider-dashed {
  stroke: #555;
  stroke-dasharray: 1 1;
  stroke-width: 1;
  fill: none;
}

.spider-dashed-white {
  stroke: #ffffff;
  stroke-dasharray: 3 3;
  stroke-width: 2;
  fill: none;
}

.spider-elitearea {
  stroke: none;
  fill: #444;
  fill-opacity: 0.7;
  filter: url(#blur);
}

.spider-solid {
  stroke: #555;
  stroke-width: 1
}

.spider-text {
  font-size: 12px;
  text-anchor: middle;
  font-family: sans-serif;
  font-weight: normal;
  fill: white;
}

.spider-tick-text {
  text-anchor: middle;
  font-size: 8px;
  fill: #555;
  font-family: sans-serif
}

.spider-flag-text {
  font: bold 10px Arial;
  fill: #fff;
  text-anchor: left;
}

.spider-elite-text {
  text-anchor: middle;
  font-size: 8px;
  fill: #ffffff;
  font-family: sans-serif;
  font-weight: bold;
}

.result {
  fill-opacity: 0.2;
  stroke-width: 1;
}

.shoe-bought {
  grid-row: 4;
  grid-column: 2;
  margin: auto;
  text-align: center;
}

.log-bought {
  text-align: center;
  margin: auto;
  position: relative;
  top: 50px;
  left: 15px;
}

select.w50vw {
  width: 90%;
  margin-top: 1em;
  text-indent: 1em;
}

.row {
  display: flex;
}

.column {
  flex: 50%;
}

.textleft {
  text-align: left;
}