* {
    user-select: none;
}

#custCont {
  height: 1200px !important;
}

#body {
  background-color: white;
  height: 100%;
  margin: 50px;
}

#form {
  margin: auto;
  width: 600px;
  margin-bottom: 100px;
}

label {
  cursor: pointer;
  color: #777777;
  font-family: univers condensed;
  font-size: 110%;
}

.fl {
  float: left;
}

h1 {
  font-size: 300%;
}

h2 {
  font-size: 200%;
}

h3 {
  font-size: 130%;
}

h1,
h2,
h3 {
  font-family: univers condensed;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 30px 0 15px 0;
  color: #ae9c4a;
}

hr {
  border-width: 0 0 1px 0;
  border-color: #ae9c4a;
  margin-bottom: 25px;
}

ol {
  font-style: italic;
}

input {
  border-width: 0 0 1px 0;
  border-radius: 0;
  margin: 2px 0 !important;
}

input[type=text] {
  width: 200px;
}

input[type=button],
input[type=submit] {
  background-color: #ae9c4a;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100px;
  color: white;
  font-family: univers condensed;
  text-transform: uppercase;
  transition: 1s;
}

input[type=submit]:disabled,
input[type=button]:disabled {
  background-color: #cccccc;
  cursor: default;
}

#resC{
    display: block;
}

textarea {
  border-width: 1px;
  width: 500px;
}

i {
  color: #ae9c4a;
  margin-right: 15px;
  width: 20px;
  text-align: center;
  font-size: x-large;
}

.page {
  display: none;
  padding-bottom: 75px;
}

.scroll {
  max-height: 500px;
  overflow-y: scroll;
  margin: 50px 0;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 30px;
}

.selected {
  display: block !important;
}

#nav {
  background-color: #ae9c4a;
  height: 1px;
  width: 500px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

#track {
  width: 490px;
  position: relative;
  height: 10px;
  z-index: 100;
}

  #track .deliveryTruck {
    position: relative;
    transition: 1s;
    margin-left: -7px;
    font-size: 180%;
  }

#nav svg {
  position: relative;
  top: -5px;
}

.btl {
  pointer-events: none;
  transform-origin: top left;
  position: absolute;
  top: -3px;
  margin-left: -5px;
}

.link {
  width: 10px;
  height: 10px;
  cursor: pointer;
  fill: white;
}

.link:hover {
  fill: #ae9c4a;
}

circle {
  transition: 1s;
}

.disable {
  pointer-events: none;
  fill: #dddddd;
}

.error {
  color: red;
  border-color: red;
}

#complete {
  position: relative;
  z-index: 100;
  width: 600px;
  height: 100%;
  margin: auto;
  font-family: univers condensed;
  color: #ae9c4a;
  text-transform: uppercase;
  font-size: 500%;
  font-weight: bold;
  display: none;
}

#complete a {
    background-color: #ae9c4a;
    color: #fff;
    padding: 5px 15px;
    font-size: 30%;
    font-weight: normal;
    letter-spacing: 1px;
    border-radius: 8px;
    transition: .5s;
    border: 1px solid #ae9c4a;
}

#complete a:hover {
    background-color: transparent;
    color: #ae9c4a;
    padding: 5px 20px;
}

#draftLines {
    width: 35px;
    color: #999;
}
