/*html, body, ul, button, label, input {
  font-family: Roboto, Helvetica, serif !important;
}
.form-actions.webform-actions.js-form-wrapper.form-wrapper {
   margin-top: 10px !important;
}
.usa-accordion-button.usa-accordion__button {
  background-size: 0 !important;
  cursor: inherit !important;
}
div.webform-progress_status {
  background-color: #005EA2 !important;
  height: 25px !important;
  border-radius: 10px !important;
}
span.webform-progress_percentage {
  vertical-align: middle !important;
  color: #fff !important;
}


.webform-progress__status {
  background-color: #005EA2 !important;
  border-radius: 10px !important;
  padding: 3px;
}
.webform-progress__percentage {
  color: white;
}

input.ui-checkboxradio, label.ui-checkboxradio-label {
    color: white;
    background-color: #005ea2;
}*/







.navigation-disabled {
   pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
}

.navigation-readonly {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .35;
}


.navigation-selected {
    background: grey;
}

strong.error, label.error {
    color: red;
}

@keyframes loading {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.rolling-spinner {
    margin: 80px;
}

.spinner-container {
    transform: translateZ(0) scale(1);
    padding-top: 20%;
}

.spinner {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 12px solid #205493;
    border-top-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    animation: loading 1s linear infinite;
    box-sizing: content-box;
    top: 50%;
    left: 50%;
}

.date-label-accessibility-hidden {
  visibility: visible !important;
  position: absolute;
  min-width: 108px;
  min-height: 2px;
  outline-offset: 0.05rem !important;
}

table.sticky-header {
  background: #fff;
  z-index: 999999999;
}

table.sticky-header tbody {
  position: relative;
}
