#main_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
#main_container a,
#main_container a span {
  text-decoration: none;
}
#main_container a:focus {
  outline: none;
}
#main_container .view-more {
  color: #0071BC;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  text-decoration: none;
  line-height: 26px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
#main_container .recommended-fields-not-provided {
  font-style: italic;
}
#main_container .sub-header {
  display: flex;
  flex-direction: column;
  align-content: space-around;
  justify-content: space-around;
  align-items: flex-start;
  gap: 10px;
  background-color: #112E51;
  padding: 20px 0;
}
#main_container .sub-header .header-context {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  color: #FFFFFF;
  align-content: space-around;
  font-size: 14px;
  font-family: Roboto;
}
#main_container .sub-header .header-context .header-text {
  width: 25%;
  min-width: 120px;
  color: #FFF;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 120% */
  letter-spacing: 0.00938rem;
}
#main_container .sub-header .header-context .view-advanced-options {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  min-width: 120px;
}
#main_container .sub-header .header-context .view-advanced-options span {
  color: #FFF;
  text-align: right;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  letter-spacing: 0.03125rem;
  text-decoration-line: underline;
}
#main_container .sub-header .header-search {
  display: flex;
  flex-direction: row;
  width: 100%;
  color: #FFFFFF;
  align-content: space-around;
  align-items: center;
  justify-content: space-between;
}
#main_container .sub-header .header-search .search-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 20%;
  min-width: 120px;
}
#main_container .sub-header .header-search .search-input select {
  width: 85% !important;
}
#main_container .sub-header .header-search .search-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  min-width: 120px;
}
#main_container .sub-header .header-search .search-box input {
  width: 95%;
  max-width: 95%;
}
#main_container .sub-header .header-search .search-box button {
  margin: auto;
}
#main_container .breadcrumb {
  display: flex;
  flex-direction: row;
  align-content: space-around;
  justify-content: flex-start;
  gap: 10px;
  padding-left: 0;
}
#vote_helpful_yes.usa-button , #vote_helpful_no.usa-button {
  margin: 0;
  padding: 0.2rem 0.4rem;
}
#main_container .breadcrumb .breadcrum-navigator {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#main_container .breadcrumb .breadcrum-navigator .navigator-next {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 6px 8px 6px 8.59px;
  justify-content: center;
  align-items: center;
}
#main_container .breadcrumb .breadcrum-navigator .navigator-next svg {
  width: 7.41px;
  height: 12px;
  flex-shrink: 0;
}

#main_container div.vote {
  margin-top: -1em;
  text-wrap: nowrap;
}

#gtr-classic_view {
  margin-right: 1em;
}

#main_container .main-content {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  max-width: 1260px;
  padding-right: 3rem;
  padding-left: 3rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.main-title {
  align-self: stretch;
  color: #1B1B1B;
  font-size: 40px;
  font-family: Roboto;
  font-weight: 200;
  line-height: 55px;
  word-wrap: break-word;
  margin-bottom: 0.2em;
}
#gtrSearch {
  width: 100%;
}
.title-expanded {
  display: none;
}
.test-information-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
}
.test-name-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
}
.test-name {
  color: #1B1B1B;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.test-name-info-icon {
  display: flex;
  width: 16px;
  height: 16px;
  padding: 1.333px;
  justify-content: center;
  align-items: center;
}
.test-name-offered-by {
  color: #1B1B1B;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.test-name-lab-info {
  color: #0071BC;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.test-name-lab-info a {
  color: var(--primary-secondary-primary-primary, #0071BC);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Roboto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0.05rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.test-name-seperation {
  width: 0.1rem;
  height: 2rem;
  background-color: #000;
}
.test-name-view-lab-page {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.test-name-view-lab-page a {
  color: var(--primary-secondary-primary-primary, #0071BC);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Roboto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0.05rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.test-id-row {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.test-id-title {
  color: var(--primary-secondary-base-ncbi-text, #1B1B1B);
  font-feature-settings: 'clig' off, 'liga' off;
  /* Body 2 Bold */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.5px;
}
.test-id-value {
  margin-right: 0.2em;
}
.test-cert-tag {
  color: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 2px;
  font-family: Roboto;
  font-size: 14px;
}
.tag-nys {
  background: #3f2a5a;
}
.tag-cap {
  background: #4899bb;
}
.test-tag {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: #2E8540;
  border-radius: 2px;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
  margin-right: 4px;
  margin-bottom: 3px;
}
.test-tag span {
  color: white;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  word-wrap: break-word;
}
.last-update-row {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
}
.last-update {
  color: #5B616B;
  font-size: 14px;
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  word-wrap: break-word;
}
.view-version-history {
  color: #0071BC;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  word-wrap: break-word;
}
.main-content-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 1em;
}
.section-title {
  align-self: stretch;
  color: #1B1B1B;
  font-size: 36px;
  font-family: Roboto;
  font-weight: 300;
  line-height: 42px;
  word-wrap: break-word;
  margin: 0.2em 0 0.1em 0;
}
.section-details {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}
.section-sub-title {
  align-self: stretch;
  color: #1B1B1B;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 300;
  line-height: 38px;
  word-wrap: break-word;
  margin: 0.5em 0 0 0;
}
.row-items {
  align-self: stretch;
  align-items: flex-start;
  display: inline-flex;
  flex: 1 1 0;
  justify-content: flex-start;
  gap: 20px;
  line-height: 24px;
  padding: 0 1em 0 0;
  margin-bottom: 0.8em;
}
.row-item-title {
  width: 177px;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.row-item-value {
  flex: 1 1 0;
  color: #1B1B1B;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.items-rows {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.items-rows .item-row {
  display: flex;
  padding: 11px;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background: #FFF;
}
.items-rows .row-title {
  flex: 1 1 0;
  color: #1B1B1B;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: var(--background-gray-gray-lightest, #F1F1F1);
}
.items-rows .row-value {
  flex: 1 1 0;
  color: #0071BC;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  text-decoration: underline;
  line-height: 19px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.items-rows .item-row .item-row-slice {
  flex: 1 1 0;
  color: #1B1B1B;
  font-size: 16px;
  font-family: Roboto;
  line-height: 19px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.items-rows .item-row:last-child {
  border-bottom: 1px solid #B9B9B9;
}
.row-item-value .view-more {
  color: #0071BC;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  text-decoration: underline;
  line-height: 26px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.row-item-value .view-citations {
  color: #0071BC;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  text-decoration: underline;
  line-height: 20px;
  letter-spacing: 0.25px;
  word-wrap: break-word;
}
.disclaimer-details {
  color: #1B1B1B;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
  padding: 0 0.5em 0.2em 0;
}
.last-update-row .popup {
  position: relative;
  display: inline-block;
  text-decoration: underline;
}

/* The actual popup */
.last-update-row .popup .popuptext {
  display: none;
  text-align: left;
  border-radius: 6px;
  color: #444;
  background-color: #fff;
  padding: 2px 0;
  position: absolute;
  z-index: 9;
  width: 380px;
  margin-left: 10px;
  margin-top: -20px;
  border: solid #336699 4px;
}
.last-update-row .popup .popuptext a{
  text-decoration: underline;
}
.nagig-item {
  color: #005EA2;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  padding: 0.8em 0 0 1em;
}
.responsive-two-column-grid {
    display:block;
}           
          
/* columns */
.responsive-two-column-grid > * {
    padding:0rem;
}             

#ordering-information .row-item-value ul {
  margin-top: 0;
}

#at-a-glance {
  margin-top: 0.2em;
}

#ordering-information .row-item-title {
  color: #000;
}

#ordering-information ul {
  margin-bottom: 0.2em;
}

#ordering-information .footnote {
  font-style: italic;
  font-size: 0.8em;
}

#ordering-information .copyright {
  font-style: italic;
  font-size: 0.8em;
}

.tgt_tbl span.ui-icon {
  transform: scale(2);
}

.tgt_tbl span.upper-icon {
  display: none;
}

.tgt_tbl thead th {
  box-shadow: none;
  background: #F1F1F1 !important;
}

.tgt_tbl tbody td {
  box-shadow: none;
  background: #FFFFFF !important;
  line-height: 1.5;
}

.tgt_tbl td, th {
  vertical-align: middle;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: none;
  border-left: none;
  border-bottom: none;
}

.table_body td:last-child {
  text-align: center;
}

.table_body td ul {
  padding-left: 0;
}

.dataTables_wrapper label {
  margin-top: 1.5rem;
}

.fa-question-circle {
  color: #0071BC;
  font-size: 17px;
}

ul {
  margin-top: 0em;
  margin-bottom: 0em;
}

.fa-question-circle {
  color: #0071BC;
}

#condition_tbl_filter,
#analyte_tbl_filter,
#chromoso_tbl_filter,
#gene_tbl_filter,
#enzyme_tbl_filter,
#protein_tbl_filter {
  float: right;
}

#condition_tbl_length,
#analyte_tbl_length,
#chromoso_tbl_length,
#gene_tbl_length,
#enzyme_tbl_length,
#protein_tbl_length {
    float: left;
}

#condition_tbl_length select,
#gene_tbl_length select,
#protein_tbl_length select,
#enzyme_tbl_length select,
#chromoso_tbl_length select,
#analyte_tbl_length select {
  height:2em;
  width: 3.4em;
  display: inline;
  font-size: 1em;
}

#condition_tbl_filter label input,
#gene_tbl_filter label input,
#protein_tbl_filter label input,
#enzyme_tbl_filter label input,
#chromoso_tbl_filter label input,
#analyte_tbl_filter label input {
  width: 12em;
  padding-left: 1.8em;
}
.faz {
  margin-left: -9.5em;
  margin-top: 0.42em;
  position: absolute;
  color: #888;

}

.cits .cit-items {
  display: none;
}

/* tablet breakpoint */
@media (min-width:641px) {
    .responsive-two-column-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }       
          
    .left { 
        width: 100%;
    }         
            
    .right {    
        float: left;
        width: 15%; 
        position: absolute;
        top: 60px;
        right: -10em;
    }

    .row-items {
        width: 100%;
    }
    #search-icon {
      display: none;
  }

}     
    
/* mobile display */
@media screen and (max-width: 640px) {
  .left, .right  {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }   
      
  .section-details, .row-items, .row-item-value, .row-item-title{
    height: inherit;
    width: inherit;
    line-height: inherit;
    display: block;
    padding: 0 0.8em 0.2em 0;
  }
  .faz {
    margin-left: -4.5em;
  }
  #vote_helpful_yes.usa-button , #vote_helpful_no.usa-button {
    width: 2em;
  }
  #search-text {
    display: none;
  }
  #search-icon {
    display: inline; 
  }
  .search-btn {
    border-radius: 0;
    padding: 13px 5px 13px 5px;
    width: 40px;
  }
}

@-moz-document url-prefix() {
  .faz {
    margin-left: -9.5em;
  }
}

.nowrap {white-space: nowrap;}
