
.data-standards-content {
  background: white;
  padding-bottom: 10px;
}
.data-standards-content a {
  text-decoration: underline !important;
  margin: 5px !important;
  padding: 0px !important;
}
.data-standards-content .cde-details-link {
  width: 100%;
  text-align: start;
  padding: 15px 15px 0px 15px;
}
.data-standards-content body {
  -moz-osx-font-smoothing: grayscale;
  background: #f7f6f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3c1000;
  font-family: FreightSansProBold-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0;
}
.data-standards-content .AppContainer {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}
.data-standards-content .datatooolstitle {
  color: #d71d37;
  display: block;
  font-family: FreightSansProBold-Regular;
  font-size: 65px;
  font-style: normal;
  font-weight: bolder;
  margin-top: 0;
  padding-bottom: 70px;
  padding-top: 70px;
  text-align: center;
}
.data-standards-content .view-header p {
  margin: 0 0 30px !important;
}
.data-standards-content .form-label {
  color: #531618;
  font-family: FreightSansProSemibold-Regular;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 10px;
}
.data-standards-content .select-form-Input {
  margin-top: 5px;
}
.data-standards-content .form-input-class {
  float: none;
  margin-bottom: 5px;
  padding: 0.5em 1em 0 0;
}
.data-standards-content .form-control.form-select:disabled {
  background-color: #d3d3d3;
  color: gray;
  cursor: not-allowed;
}
.data-standards-content .form-control {
  background-color: initial;
  border: 2px solid #3c1000;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #531618;
  display: block;
  font-family: FreightSansProSemibold-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  height: auto;
  padding: 5px;
  -webkit-transition: none;
  transition: none;
  width: 100%;
}
.data-standards-content .form-control:focus {
  border: 3px solid #3c1000;
}
.data-standards-content .innertablediv {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.data-standards-content .spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5em 0;
}
.data-standards-content .spinner span {
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  border: 5px solid #531618;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 48px;
  text-align: center;
  width: 48px;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.data-standards-content .results-table table {
  border-collapse: collapse;
  width: 100%;
}
.data-standards-content .results-table th {
  background-color: #e8d37e;
  border: 1px solid #b5a79c;
}
.data-standards-content .results-table td {
  border: 1px solid #b5a79c;
  padding: 10px;
  text-align: center;
}
.data-standards-content .results-table a {
  color: #d71d37;
}
.data-standards-content .results-table th.selectAllHeader:hover {
  cursor: pointer;
}
.data-standards-content .pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.data-standards-content .pagination button {
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 5px 10px;
}
.data-standards-content .pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.data-standards-content .operations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0;
}
.data-standards-content .operations button {
  background: #d71d37;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #f7f6f0;
  cursor: pointer;
  font-family: FreightSansProBold-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  margin-right: 100px;
  margin-top: 1.6em;
  padding: 15px;
  text-align: center;
  text-transform: capitalize;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.data-standards-content .disabled {
  opacity: 0.5;
  pointer-events: none;
}
.data-standards-content .noResults {
  font-size: x-large;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 50px;
  text-align: center;
}
.data-standards-content .form-control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.data-standards-content .buttonsection button {
  background: #d71d37;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #f7f6f0;
  cursor: pointer;
  font-family: FreightSansProBold-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  margin-right: 100px;
  margin-top: 1.6em;
  padding: 15px;
  text-align: center;
  text-transform: capitalize;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.data-standards-content .spamBot {
  cursor: pointer;
  margin-bottom: 50px;
  margin-left: 20%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  z-index: 1;
}
.data-standards-content .innerdatatools {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.data-standards-content .cdeDetail-table table {
  border-collapse: collapse;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}
.data-standards-content .cdeDetail-table th {
  background-color: #e8d37e;
  border: 1px solid #b5a79c;
  padding: 10px;
}
.data-standards-content .cdeDetail-table td {
  border: 1px solid #b5a79c;
  padding: 10px;
  text-align: center;
}
.data-standards-content .cdeDetail-table-wrapper {
  max-height: 1000px;
  overflow-y: auto;
}
.data-standards-content .buttonsection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.data-standards-content .download-btn-primary {
  background: #d71d37;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #f7f6f0;
  cursor: pointer;
  font-family: FreightSansProBold-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  margin-bottom: 10px;
  margin-right: 100px;
  margin-top: 10px;
  padding: 15px;
  text-align: center;
  text-transform: capitalize;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.data-standards-content .csv-link, .data-standards-content .csv-link:hover {
  color: inherit;
  text-decoration: none;
}
.data-standards-content div.noc-report {
  padding-top: 20px;
}
.data-standards-content table.noc-report-table {
  border-collapse: collapse;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}
.data-standards-content .noc-report-table td {
  border: 1px solid #b5a79c;
  padding: 5px;
}
.data-standards-content .noc-report-table td.item-value {
  background-color: #e4e4e4;
  width: 20%;
}
.data-standards-content button.expand-all {
  background: none;
  border: none;
  color: #d71d37;
  cursor: pointer;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: underline;
  text-transform: uppercase;
}
.data-standards-content button.collapse-all {
  background: none;
  border: none;
  color: #d71d37;
  cursor: pointer;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: underline;
  text-transform: uppercase;
}
.data-standards-content .view-grouping {
  background: #e9e8dd;
  border: 1px solid #beb2a6;
  margin-bottom: 10px;
}
.data-standards-content .view-grouping-header {
  background: #d71d37;
  color: #f7f6f0;
  font-size: 20px;
  font-weight: 700;
  padding: 5px;
}
.data-standards-content .view-grouping-content {
  padding: 10px;
}
.data-standards-content .crf-table {
  border: 1px solid #beb2a6;
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
}
.data-standards-content .crf-table-caption {
  background: #f7f6f0;
  border-bottom: 0;
  cursor: pointer;
  font-size: 20px;
  padding: 5px;
  text-align: left;
  color: black !important;
}
.data-standards-content .crf-table-caption-icon {
  color: #d71d37;
  margin-right: 5px;
}
.data-standards-content .crf-table-header th {
  background: #e9e8dd !important;
  border: none;
  border-bottom: 1px solid #beb2a6 !important;
  color: black !important;
  padding: 6px;
  text-align: left;
}
.data-standards-content .crf-table-body tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.data-standards-content .crf-table-body tr:nth-of-type(even) {
  background: #e9e8dd !important;
}
.data-standards-content .crf-table-body td {
  border-top: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.data-standards-content .crf-table-body td.crf-name {
  width: 70%;
  border: none;
}

/*# sourceMappingURL=general.c924d90003bc7869a010.css.map*/