input.form_field_hilite, select.form_field_hilite {
  background-color: yellow;
}

input[readonly].form_field_hilite, select[readonly].form_field_hilite {
  background-color: #f3f3ba;
}

input[readonly] {
  color: darkgray;
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

[data-messages-reports] {
  width: 50%;
  position: absolute;
  z-index: 10000;
  right: 25px;
  top: 20px;
}

[data-messages-reports] .alert {
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}

[data-messages-reports] [data-error-messages] p {
  margin-bottom: 0px;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body > div.container:not(.error-container) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 20px;
}

.dws-not-applicable {
  margin-bottom: 15px;
}

select.form-control {
  font-size: 0.875rem;
  font-family: sans-serif;
  color: #3a3d3f;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  height: 42px;
  max-width: 100%;
  margin: 0;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../../images/select.svg) no-repeat right;
  background-color: #FFF;
}

select.form-control::-ms-expand {
  display: none;
}

select.form-control:hover {
  border-color: #888;
}

select.form-control option {
  font-weight: normal;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#filelist span.remove {
  vertical-align: baseline;
}

.hilite {
  background-color: yellow;
}

select.form-control.hilite {
  background: url(../../images/select.svg) no-repeat right yellow;
}

label {
  margin-bottom: 0.25rem;
  margin-top: 0.75rem;
}

hr {
  border-top: 3px solid #EB8F2A;
}

.loginform {
  margin-bottom: 20px;
}

.login {
  display: flex;
}

.well.col-md-12 {
  padding-left: 15px;
}

.pageFooter {
  border-top: none;
  padding: 12px;
  background-color: #DA7C14;
  font-size: 16px;
}

.footerContainer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.footerContainer img {
  margin-right: 12px;
}

.locale {
  font-size: 12px;
  color: #777;
}

textarea {
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
}

h3 {
  font-weight: 300;
  margin-bottom: 20px;
}

h4 {
  font-size: 1.3em;
}

.displayValue {
  font-weight: 500;
}

.alert {
  margin-top: 20px;
}

#hero {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(/hallpad/assets/images/hallpad-531921750.jpg) no-repeat right;
  background-size: cover;
}

#hero-text {
  font-family: "proxima-nova-extra-condensed", sans-serif;
}

#hero-text h1 {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: rgb(240, 240, 240);
  margin-bottom: 1.2rem;
}

#hero-text p {
  color: #2e3746;
  background-color: #EB8F2A;
  display: inline-block;
  padding: 0.5rem 0.8rem;
  font-size: 26px;
  border-radius: 8px;
}

.navbar-nav .nav-link {
  color: #2E3746;
  font-weight: 700;
}
.navbar-nav .nav-link.active {
  color: #ec8f37;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #e9b67e;
}

.btn {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 900;
  padding: 0.2rem 2rem;
  margin-bottom: 1rem;
}

.well {
  border: none;
  background-color: #CDE1D7;
  border-radius: 8px;
}

.well-green h4 {
  margin-bottom: 0;
}

.well-green p {
  font-weight: 700;
}

.well-green a {
  color: #2e3746;
}

.btn-primary {
  background-color: #2E3746;
  border: none;
}

a {
  color: #5c3305;
}

.copyright,
.copyright a {
  font-size: small;
  color: #FFF;
}

.copyright {
  font-size: small;
  color: #FFF;
  line-height: 1;
  flex-grow: 1;
}

.system-help {
  font-size: 14px;
  color: #FFF;
  line-height: 1;
}

.system-help a {
  color: #fff;
  font-size: 14px;
}

.locale {
  font-size: 12px;
  color: #EEE;
}

@media (max-width: 991.98px) {
  .footerContainer {
    flex-direction: column;
    text-align: center;
  }
  .footerContainer img {
    margin-bottom: 8px;
  }
  .copyright {
    margin-bottom: 8px;
  }
}
.pdf-link:before {
  content: "\f1c1";
  font-family: "FontAwesome";
  font-size: 18px;
  margin-right: 4px;
  color: #BA5530;
}

.select-auto-width {
  width: auto;
}

.specific-needs-details {
  display: none;
}

.medical-needs-details {
  display: none;
}

.special-request-details {
  display: none;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.uploadButtonHolder {
  margin-top: 10px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}