.info-button {
    width: 16px !important;
    height: 16px !important;
    border-radius: 8px !important;
    padding: 0 !important;
    font-size: 8px;
    vertical-align: top;
}

.supply-chain-element-big {
  color: #ccc;
  line-height: 1em;
  font-size: 0.8em;
}

.supply-chain-element-big .supply-chain-icon {
  font-size: 3.5em;
  color: #ccc;
  margin-bottom: 10px;
}

.supply-chain-element-big.active {
  color: #57997c;
}

.supply-chain-element-big.active .supply-chain-icon {
  color: #57997c;
}

.supply-chain-filter .btn-circle i {
  font-size: 1em;
}

.supply-chain-filter button {
  padding: 0 5px !important;
}

.supply-chain-filter i {
  font-size: 1.7em;
}

.scope-category-type {
    background-image: linear-gradient(to right, #555 1px, rgba(255,255,255,0) 0%);
    background-position: top;
    background-size: 3px 1px;
    background-repeat: repeat-x;
    margin-left: 5%;
    margin-right: 4%;
    margin-bottom: 10px;
    padding-top: 10px;
}

.scope-category-type span {
    font-weight: bold;
}

.dotted-line-header.full-width:before {
    width: 100%;
    left: 0;
}

.dotted-line-header:before {
  content: "";
  display: block;
  background-image: linear-gradient(to right, #555 1px, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  width: 86%;
  height: 1px;
  position: absolute;
  left: 8%;
  top: 50%;
  z-index: 1;
}

.dotted-line-header span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}

.form-control {
  border: 1px solid #888;
}

.modal-dialog {
  max-width: 100%;
  width: 60%;
}

html, body {
  max-width: 100vw !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

.supply-chain-icon {
  color: #57997c;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #666;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #666;
}

.tooltip-inner {
  background: #666;
}

.help-image {
  width: 600px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .help-image {
    width: 100%;
  }
}

#content, #footer {
  opacity: 0;
}

.fact-sheet-table .row {
  padding: 6px 0;
}

.btn {
  text-transform: none;
  line-height: 1.2em;
  white-space: nowrap;
  padding: 10px 20px;
}

.odd td, div.odd {
  /* background: #ededed; */
  background: #ddd;
}

th {
  background: #ccc;
}

a.app-name {
  font-family: "Roboto", sans-serif !important;
  font-size: 24pt !important;
  margin: 20px 0 !important;
  position: relative;
}

@media (max-width: 768px) {
  .program-header .container {
      padding: 0 !important;
  }
  
  a.app-name {
    margin: 16px auto !important;
    white-space: nowrap;
  }
}

.alerts-container-top {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 0;
  z-index: 1000000;
}

.alert.alert-top {
  width: 80%;
  margin: 0 auto;
}

.debug {
  border: 1px solid blue !important;
  background: #ff888866 !important;
}

label {
  font-size: 1em;
  font-weight: normal;
}

.required label {
  color: #57997c;
  font-weight: bold;
}

.form-group.required input {
  border: 2px solid #57997c;
  color: #57997c !important;
  font-weight: bold;
}

.required label:after {
  padding-left: 8px;
  white-space: nowrap;
  content: '*';
}

.form-group.required ::placeholder {
  color: #57997c !important;
  font-weight: normal;
}

.h1 {
  font-size: 3em;
}

.grouped-checkboxes ul {
  list-style: none;
  padding-left: 10px !important;
}

.grouped-checkboxes .group-name {
  background: lightgray;
  margin-right: 5px;
  font-weight: bold;
  font-size: 1.3em;
  padding: 5px 10px;
  line-height: 1.2em;
}

.grouped-checkboxes label {
  padding: 0;
  margin: 1px;
  margin-top: 8px;
  display: inline-block;
  vertical-align: top !important;
  line-height: 1.2em;
}

input[type='checkbox'] {
  width: 1em;
  height: 1em;
  vertical-align: top !important;
  display: inline-block;
  float: left !important;
  position: relative;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
  .modal-dialog {
    width: 90%;
  }
}

@media (max-width: 1200px) {
  .modal-dialog {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .modal-dialog {
    width: 90%;
  }
  a.app-name {
    margin-left: 0 !important;
  }
}

header .logo {
  height: 130px;
  background-size: 275px;
  background-repeat: no-repeat;
  background-position: center right !important;
}

.navbar-nav {
  height: 63px !important;
}

.navbar-nav li a {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}


/* Custom styles for footer */
footer.gov-site-footer {
  font-size: 14px;
  font-size: 0.875rem;
}

footer.gov-site-footer a {
  color: #000;
  text-decoration: none;
  display: inline;
}

footer.gov-site-footer a:hover, footer.gov-site-footer a:focus {
  text-decoration: underline;
}

footer.gov-site-footer .footer-top {
  background: #D1D5D8;
  padding: 30px 0;
  margin-top: 5em;
}

footer.gov-site-footer .footer-bottom {
  background: #F5F5F5;
  padding: 30px 0;
}

footer.gov-site-footer .social-links li:not(:last-child) {
  margin-right: 16px;
}

footer.gov-site-footer .social-links a {
  font-size: 15px;
  font-size: 0.9375rem;
}

footer.gov-site-footer .social-links a .fa .fa-brands {
  transition: transform .2s ease-in-out;
}

footer.gov-site-footer .social-links a:hover .fa, footer.gov-site-footer .social-links a:hover .fa-brands, footer.gov-site-footer .social-links a:focus .fa, footer.gov-site-footer .social-links a:focus .fa-brands {
  transform: scale(1.3);
}

footer.gov-site-footer .global-links {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}

footer.gov-site-footer .global-links li {
  margin-right: 50px;
}

footer.gov-site-footer .global-links li:last-child {
  margin-right: 0;
}

footer.gov-site-footer .global-links a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 400;
}

footer.gov-site-footer .footer-quicklinks {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer.gov-site-footer .footer-quicklinks li {
  margin-bottom: 3px;
}

footer.gov-site-footer .footer-quicklinks a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
}

footer.gov-site-footer .affiliates a {
  display: inline-block;
  margin-right: 60px;
  line-height: 53px;
}

footer.gov-site-footer .affiliates a:last-child {
  margin-right: 0;
}

footer.gov-site-footer .nrel-attr {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
}

footer.gov-site-footer .nrel-attr a {
  text-decoration: underline;
}

footer.gov-site-footer .nrel-attr a:hover, footer.gov-site-footer .nrel-attr a:focus {
  text-decoration: none;
}

footer.gov-site-footer hr {
  background-color: #D1D5D8;
}

@media (max-width: 991.98px) {
  footer.gov-site-footer {
    text-align: left;
  }
  footer.gov-site-footer .global-links {
    margin-top: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  footer.gov-site-footer .global-links li {
    margin-right: 20px;
  }
  footer.gov-site-footer .global-links a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  footer.gov-site-footer .social-links {
    margin-bottom: 50px;
  }
  footer.gov-site-footer .social-links a {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  footer.gov-site-footer .footer-quicklinks {
    text-align: left;
  }
  footer.gov-site-footer .affiliates {
    display: flex;
    justify-content: flex-start;
  }
  footer.gov-site-footer .nrel-attr {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}