/* Not needed if reference to angularjs was in the head */
/* means - do not display until everything has been compiled
         and ready to be displayed. */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none;
}
.main {
  background-color: rgba(255, 255, 255, 0.7);
}
.alignCenter {
  text-align: center;
}
.instruction {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 2.3rem;
}

select {
  display: block;
  margin: 0 auto;
}
.table {
  margin-top: 40px;
  margin-bottom: 100px;
}
.heading {
  background-color: blanchedalmond;
  padding: 10px;
  text-align: center;
  border-top: 2px solid #eedabc;
  border-bottom: 2px solid #eedabc;
  letter-spacing: 1px;
  font-size: 2rem;
}
.passengerNumber {
  width: 60px;
}

/* Download Arrow */
.jumbotron::before {
  content: "Download";
  position: absolute;
  padding-top: 35px;
  text-align: center;
  font-size: 18px;
  top: 75%;
  bottom: 5px;
  left: calc(50vw - 50px);
  right: calc(50vw - 50px);
  background-color: rgba(255, 233, 184, 0.7);
  clip-path: polygon(50% 25%, 100% 0, 100% 75%, 50% 100%, 0 75%, 0% 0%);
  animation: jump 2s infinite;
  transition: all 200ms;
  z-index: 1;
}
@keyframes jump {
  0% {
    top: 75%;
    bottom: 5px;
    font-size: 18px;
  }
  10% {
    top: 50%;
    bottom: 100px;
    font-size: 10px;
  }
  50% {
    top: 85%;
    bottom: 0px;
    font-size: 20px;
  }
  60% {
    top: 60%;
    bottom: 80px;
    font-size: 12px;
  }
  75% {
    top: 80%;
    bottom: 2px;
    font-size: 20px;
  }
  82% {
    top: 70%;
    bottom: 20px;
    font-size: 15px;
  }
  90% {
    top: 77%;
    bottom: 4px;
    font-size: 18px;
  }
  100% {
    top: 75%;
    bottom: 5px;
    font-size: 18px;
  }
}


/* From html */

.wide {
  display: block;
}
.numbering {
  border: 1px solid black;
  border-radius: 50%;
  font-size: 30px;
  padding: 10px;
  margin-right: 20px;
  text-align: center;
  line-height: 30px;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),
    linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}
.chunk {
  border: 1px solid black;
  margin: 10px 0;
  box-shadow: 0 2px 3px black;
  padding: 20px 0 10px 10px;
  border-radius: 5px;
}
/* select { 
        margin: 0;
        border: 1px solid grey;
      }
      select::selection {
        background-color: cornsilk;
      } */

.select-css {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 50%;
  min-width: 200px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),
    linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #888;
}
.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.select-css option {
  font-weight: normal;
}
.partTitle {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 500;
}
.downloadLink {
  border: 1px solid black;
  border-radius: 5px;
  box-shadow: 1px 2px 5px grey;
  padding: 10px;
}
.chunk a,
.chunk a:hover {
  text-decoration: none;
  color: black;
  font-size: 20px;
}
.downloadLink:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 34, 0.4);
  box-shadow: 1px 2px 5px rgba(255, 129, 0, 0.6);
}
.downloadLink:active {
  cursor: pointer;
  border: 2px solid rgba(255, 126, 34, 0.4);
  background-color: rgba(159, 224, 2, 0.56);
  box-shadow: 1px 2px 5px rgba(216, 160, 102, 0.6);
}
.partHeading {
  display: block;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-left: 20px;
  margin-right: 30px;
}
.downloadInfo {
  display: block;
  margin: 20px 30px 50px 20px;
  padding: 20px;
  background-color: rgba(143, 188, 143, 0.41);
  color: maroon;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .bottomDistance {
    margin-bottom: 24px;
  }
}
