/* body{
  font-weight: 600 !important;
} */
.textInput {
  width: 80% !important;
}

/* a {
  color: #72afd2;
} */

/* a:hover,
a:active,
a:focus {
  color: #222222;
} */

.wrapper {
  min-height: 100vh !important;
}

.footer {
  position: absolute;
  bottom: 0;
  /* background: #fff; */
  padding: 15px;
  color: #444;
}

.footer>hr {
  border-top: 1px solid #3333;
}

.unitInput {

  width: 20% !important;
  /* border-radius: 0px 5px 5px 0px !important; */
}

.input-group {
  width: 100% !important;
}

.textInputSplit {
  width: 40%;
}

input[type=checkbox] {
  margin-right: 5px;
  width: 15px;
  height: 15px;
}

.images>label {
  font-weight: 500;
}

.helpClose {
  border-radius: 7px;
}

#helpModal .modal-body {
  font-weight: 500;
  font-size: 16px;
}

.pageHeader {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.pageHeader span {
  background: #fff;
  padding: 0 10px;
}

/* Remove rounded corner from css  */

.select-list {
  position: relative;
}

.select-list select {
  margin: 0;
  font: inherit;
  /* remove focus ring from Webkit */
  outline: none;
  line-height: 1.2;
  background: #fff;
  /* remove the strong OSX influence from Webkit */
  -webkit-appearance: none;
  -webkit-border-radius: 0px 5px 5px 0px !important;
  -moz-border-radius: 0px 5px 5px 0px !important;
  border-radius: 0px 5px 5px 0px !important;
}


.select-list:after,
.select-list>select:focus+.select-list:after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 10px;
  color: #555;
  pointer-events: none;
  padding: 9px 4px;
  z-index: 4
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}