/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

body {
  background-color: rgb(238, 243, 248);
  background-image: url(/static/images/background.png);
  background-repeat: no-repeat;
  background-size: auto 100vh;
}


#maincontent {
  min-height: calc(100vh - 86px);
  height: 100%;
  padding: 15px;
}

#nomenu {
  background-image: none;
  background-color: #FFFFFF;
  max-width: 100%;
}

#form-header {
  background-color: rgb(238, 238, 238);
  font-weight: bold;
  width: 100%;
}

#form-product {
  text-decoration: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: normal;
}

#form-title {
  font-weight: normal;
}

#footer {
  font-size: small;
  font-weight:500;
  text-align: center;
}

.navbar {
  /* background-color: #e3f2fd; */
  background-color: rgba(255, 255, 255, 0.658);
}

.nav-item {
  font-weight: bold;
  text-transform : uppercase;
  /* margin-left: 25px; */
  margin-right: 20px;
}

.nav-link {
  color: #161840;
}

#nomenu .navbar{
  background-color: rgb(238, 238, 238);
}

#nomenu .navbar-text{
  font-weight: bold;
}

.active {
  background-color: rgba(255, 255, 255, 0.658);
  border-radius: 5px;
}

.active .nav-link {
  color: #0d6efd;
}

#navbarSupportedContent{
  padding-right: 70px;
}

.customer-logo {
  max-width: 50%;
}

#form-filled-contents {
  background-color: white;
  padding: 1em;
  border: 1px solid lightgray;
}

.form-section-alternate {
  background-color: #F5FAFF;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  }

#signature_preview {
  border: 1px solid lightgray;
  max-width: 480px;
}

#signature {
  border: 1px solid lightgray;
  width: 100%;
  max-width: 480px;
}
