body {
  background: #f9f9f9 !important;
}

#breadCrumb {
  display: none;
}

a.disabled {
  color: #bbb !important;
  cursor: default;
}

.hero-banner-container-no-sticky-nav h2 {
  transition: font-size .25s ease, text-align .25s ease;
}

.hero-banner-container-no-sticky-nav p {
  transition: text-align .25s ease;
}

.shrink .hero-banner-container-no-sticky-nav {
  background-position: center -40px !important;
}

.shrink .hero-banner-container-no-sticky-nav h2,
.shrink .hero-banner-container-no-sticky-nav p {
  text-align: left !important;
}

.shrink .hero-banner-container-no-sticky-nav .py-sm-4 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  transition: padding .25s ease;
}

ul.disclaimer-list {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

ul.disclaimer-list li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}

ul.disclaimer-list li::before {
  position: absolute;
  display: inline-block;
  width: 16px;
  text-align: right;
  left: 0;
  top: 0;
  text-align: right;
}

ul.disclaimer-list li.asterisk::before {
  content: '\2217';
}

ul.disclaimer-list li.dagger::before {
  content: '\2020';
}

ul.disclaimer-list li.double-dagger::before {
  content: '\2020 \2020';
}

ul.disclaimer-list li.Dagger::before {
  content: '\2021';
}

ul.disclaimer-list li.section::before {
  content: '\00a7';
}

ul.disclaimer-list li.iota::before {
  content: '\0399';
}

ul.breadcrumb-list li::after {
  content: '/';
  position: relative;
  right: -5px;
}

ul.breadcrumb-list li:last-child::after {
  content: '';
}

ul.breadcrumb-list li:last-child a {
  color: #666;
}

ul.breadcrumb-list li:last-child a:hover {
  cursor: default;
}

#system-selector {
  width: 100%;
  background-color: #f9f9f9;
}


#system-selector .btn {
  text-align: center;
}

#system-selector  .thumbnail {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0px 1px 2px rgba(0,0,0,.2);
}

.breadcrumb-container #breadCrumb {
  max-width: none;
  margin: auto;
  padding: inherit;
}

table thead th {
  text-align: center;
  vertical-align: bottom !important;
}
table tbody th {
  text-align: left;
  vertical-align: text-top !important;
}
table tbody td {
  text-align: center;
}

.system-comparison-table .table > tbody > tr:last-of-type > td {
  border-width: 1px !important;
}

.system-comparison-table .table.hiseq th,
.system-comparison-table .table.hiseq td,
.system-comparison-table .table.hiseq-x th,
.system-comparison-table .table.hiseq-x td {
  position: relative;
  opacity: 0.5;
}
.system-comparison-table .table.hiseq-x.hiseq-title-table tbody th {
  opacity: 1;
}
.system-comparison-table .table.hiseq tbody tr:last-child td,
.system-comparison-table .table.hiseq tbody tr:nth-last-child(2) td,
.system-comparison-table .table.hiseq-x tbody tr:last-child td,
.system-comparison-table .table.hiseq-x tbody tr:nth-last-child(2) td {
  opacity: 1;
}
@media (max-width: 767px) {
  .system-comparison-table .table.hiseq .system-comparison-thumbnail {
    margin-top: 40px;
  }
}

.message-unavailable {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #333;
  padding: 0;
  font-size: 14px;
}

/* Toggle view within Molecular Diagnostics & Forensics */
.toggle-view > li {
    padding: 0;
}

.toggle-view > li a {
    min-width: 40px;
}

.toggle-view > li a {
    min-width: 40px;
}

.toggle-view > li.active a {
    border-color: #4e60ee;
    color: #4e60ee;
}

.toggle-view > li a {
    border-color: #bbb;
    color: #bbb;
}

.toggle-view > li a:hover {
    border-color: #4e60ee;
    color: #fff;
}

@media (min-width: 466px) {
  #system-selector .flex-row {
    flex-flow: row wrap;
  }

  #system-selector .flex-row:before,
  #system-selector .flex-row:after {
    width: 0;
  }

  #system-selector .flex-row .thumbnail-card .caption {
    position: relative;
    /*top: 50%;
    -ms-transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);*/
  }
  #system-selector  .thumbnail {
    border: none;
    border-top: 5px solid #4e60ee;
  }

  #system-selector  .thumbnail:hover,
  #system-selector  .thumbnail:focus {
    border-top: 5px solid #4e60ee !important;
    background-color: #4e60ee;
  }

  #system-selector  .thumbnail:hover h5,
  #system-selector  .thumbnail:focus h5,
  #system-selector  .thumbnail:hover .impact-statement-icon,
  #system-selector  .thumbnail:focus .impact-statement-icon {
    transition: color .2s ease;
    color: #FFF;
  }

  #system-selector .impact-statement-icon {
    color: #bbb;
  }

  .system-comparison-table {
    min-width: -webkit-min-content
  }

  .system-comparison-table th > a {
    transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    display: inline-block;
  }

  .system-comparison-table th > a:hover,
  .system-comparison-table th > a:focus {
    position: relative;
    transform: translate3d(0, -5px, 0);
  }
}

@media (max-width: 767px) {
  .system-comparison-table:before {
    content: '';
  }
  .pt-xs-1 {
    padding-top: 15px !important;
  }
  .container.pt-2 {
    padding-top: 0px !important;
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  h5 {
    font-size: 16px;
  }
  h4 {
    font-size: 20px;
    line-height: 24px;
  }
  th a h6 {
    color: #337ab7;
  }
  .breadcrumb-container {
    padding-bottom: 30px !important;
  }
  .breadcrumb-container .pull-left {
    max-width: 60%;
  }
}


@media (min-width: 768px) {
  .hero-banner-container-no-sticky-nav p {
    font-size: 16px;
  }
  .flex {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
  }
  .flex-2-auto {
    flex: 2 auto;
  }
  .shrink .hero-banner-container-no-sticky-nav h2 {
    font-size: 34px;
  }
  table.table {
    align-self: flex-end;
  }
  table thead th {
    height: 210px;
  }
  .molecular-diagnostics table thead th,
  .forensic-genomics table thead th{
    height: 140px;
  }
  table tbody th {
    white-space: nowrap;
  }
  .system-comparison-table:not([style="display: none;"]) ~ .system-comparison-table:not([style="display: none;"]) table tr:first-child th:first-child,
  .system-comparison-table:not([style="display: none;"]) ~ .system-comparison-table:not([style="display: none;"]) table tr:not(:first-child) th {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-banner-container-no-sticky-nav h2 {
    font-size: 40px;
  }
}
@media (min-width:768px) and (max-width: 1199px) {
  .flex {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #system-selector  .thumbnail {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  h2 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .hero-banner-container-no-sticky-nav h2,
  .hero-banner-container-no-sticky-nav p {
    width: 80%;
  }
  .shrink .hero-banner-container-no-sticky-nav p {
    margin-left: 0;
  }
}
@media (max-width: 465px) {
  .hero-banner-container-no-sticky-nav h2 {
    width: 100%;
  }
  .col-xxs-12 {
    width: 100% !important;
  }
  .no-flex-xxs {
    display: block !important;
  }
  #system-selector  .thumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 0;
    position: relative;
  }
  #system-selector  .thumbnail::after {
    content: '\f105';
    font-family: 'fontawesome';
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 20px;
    color: #bbb;
    transform: translateY(-50%);
  }
  #system-selector  .thumbnail:hover,
  #system-selector  .thumbnail:focus {
    border: 1px solid #bbb;
  }
  
  #system-selector .first .thumbnail {
    border-radius: 5px 5px 0 0;
  }
  #system-selector  .last .thumbnail {
    border-bottom: 1px solid #bbb;
    border-radius: 0 0 5px 5px;
  }

  #system-selector  .thumbnail {
    text-align: left;
  }
  #system-selector .thumbnail-card .card-text {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: initial;
  }
  #system-selector h3 {
    font-size: 18px;
  }
  #system-selector .impact-statement-icon {
    margin-bottom: 0px;
    float: left;
    margin-right: 10px;
  }
  #system-selector .fa-5x {
    font-size: 1.5em ;
  }
  #system-selector  .thumbnail:hover,
  #system-selector  .thumbnail:focus {
    transform: none;
    box-shadow: none;
  }
  .hero-banner-container-no-sticky-nav {
    background-position: center -60px !important;
  }
  .hero-banner-container-no-sticky-nav p {
    display: none;
  }
  h2 {
    font-size: 26px;
    line-height: 28px;
  }
  h5 {
    font-size: 14px;
    line-height: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  h4 {
    font-size: 18px;
    line-height: 22px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .breadcrumb-container {
    padding-top: 0 !important;
  }
  .breadcrumb-container .pull-left {
    display:none;
  }
  .breadcrumb-container .pull-right {
    float: none !important;
  }
  .modal-body h5 {
    max-width: 100%;
  }
}

.fade-leave { opacity: 1; }
.fade-leave-active { transition: opacity 200ms }
.fade-leave-to { opacity: 0; }
.fade-enter { opacity: 0; }
.fade-enter-active  { transition: opacity 200ms }
.fade-enter-to { opacity: 1; }

.disclaimer-symbol{
  margin-right: 7px;
}

#system-selector .miseq-table-header{
  border-bottom-color: #81af45;
}

#system-selector .miniseq-table-header{
  border-bottom-color: #2DBEC4;
}

#system-selector .nextseq-table-header{
  border-bottom-color: #C5246E;
}

#system-selector .novaseq-table-header{
  border-bottom-color: #FAB341;
}

#system-selector .iseq-table-header{
  border-bottom-color: #666666;
}

.breadcrumb .breadcrumb-show .breadcrumb-visible{
  display:none;
}

.assumption-symbol-footer{
  margin-right: 7px;
}

#system-selector .btn-primary-outline:active,
#system-selector .btn-primary-outline:focus,
#system-selector .btn-primary-outline:not(:focus):hover { 
  color: #4e60ee;
  background-color: rgba(256, 256, 256, 0.6);
  border-color:#4e60ee;
}

#system-selector .btn-primary-outline:not(:focus):hover { 
background-color: #4e60ee;
color:#ffffff;
}

#pscopylink{
  border-left-color:#4e60ee !important;
}

@media (max-width: 576px){
#system-selector .hero-banner-container h2, .hero-banner-container-no-sticky-nav h2 {
    font-size: 29px;
    line-height:36px;
}
}


.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border: 1px solid #ced4da;
  background-image:none;
}
.was-validated .form-control:invalid{
  background-image:none;
}

.has-error{
  border: 1px solid #dc3545;
}

.has-error--hide{
  border: 1px solid #ccc !important;
  outline: none;
}

#system-selector .text-danger--hide{
	opacity:0;
}

.has-error-feedback{
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.has-error-feedback--hide{
  display:none;
}

.recaptcha-required{
	text-decoration: underline;
    text-decoration-color: #dc3545;
}

.preformatted{
  white-space:pre;
}
/*.heropar.parsys,footer {
  opacity: 0; }
*

.heropar.parsys.fade-in {
  -webkit-animation: 1000ms fadein 1 forwards;
  -moz-animation: 1000ms fadein 1 forwards;
  animation: 1000ms fadein 1 forwards;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }


footer{
  animation: 1000ms fadein 1 forwards;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
*/