:root {
  --black-text: #333333;
  --blue-text: #0f6db7;
  --para-text: #5c5c5c;
  --help-text: #747474;
}

a {
    color: var(--blue-text);
}

dl {
    margin-bottom: 0;
    color: #5c5c5c;
}

p {
    color: var(--para-text);
    text-align: justify;
}

ul {
    color: #5c5c5c;
}

ol {
    color: var(--para-text);
}

h1 {
    color: var(--black-text);
  //  font-weight: bold;
    font-size: 2rem;
}

h4 {
    color: #555555;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 0.75rem;
}

h5 {
    color: #555555;
    display: inline;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
}

input {
    margin-top: 0.15rem;
}

input[type=number] {
    width: 7rem;
}

label {
    font-weight: bolder;
    margin: 0 !important;
    line-height: 1;
}

#main-landing {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.header-external {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    background-color: #edf4f8;
    justify-content: space-between;
    margin: 0;
    padding: 2ex;
    border-bottom: 1px solid #88aacc;
}

.header-external-logo {
    height: 2em;
}

.beta {
  position: relative;
  top: -1rem;
  font-size: 40%;
  font-style: oblique;
  color: #f95a5a;
}

.header-external-title {
    font-size: 2rem;
    color: var(--black-text);
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
}

@media screen and (max-width: 60rem) {
    .header-external {
        justify-content: start;
    }
    .header-external-title {
        padding-left: 1rem;
    }
    .disappearable {
        display: none;
    }
}

.header-external-subtitle {
    font-size: 2.0vw;
    font-weight: 600;
}

@media screen and (min-width: 90rem) {
    .header-external-subtitle {
        font-size: xx-large;
    }
}

.nowrap {
    white-space: nowrap;
}

.gpp-breadcrumbs {
    padding: 1em 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.gpp-breadcrumb-item {
    color: var(--black-text);
}

.gpp-breadcrumb-item::before {
    padding: 0 0.25em 0 0.25em;
    content: "»";
    color: var(--black-text);
}

.back-to-top-item::before {
    content: "«";
    padding-right: 0.25em;
}

.back-to-top {
    padding-top: 2em;
    align-items: baseline;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    border: 1px solid black;
    padding: 0;
    margin: 1rem 0 0 0;
}

.banner-icon {
    padding: 1rem;
}

.banner-text {
    padding: 1em;
}

.banner-row {
    display: flex;
    justify-content: center;
}

.info-banner {
    background-color: #ceeaff;
}

.warn-banner {
    background-color: #ffcf84;
}

.delete-x {
    font-size: 1.5rem;
    cursor: pointer;
    height: 100%;
    margin: 0 5px 0 0;
    line-height: 1;
}

.form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.centered-form {
    margin: 1rem 0 1rem 0;
    width: 100%;
    max-width: 50rem;
}

.kard-title {
    font-size: x-large;
    font-weight: 500;
    padding-right: 1rem;
}

.kard-subtitle {
    align-self: center;
    color: var(--help-text);
    font-size: small;
    padding: 0.5rem 0 0 0;
}

.kard-content {
    text-align: center !important;
    align-self: center;
    padding: 0.5rem 0 1rem 0;
    color: var(--para-text);
}

.kard-button {
    width: min-content;
    color: white;
    background-color: #4488bb;
    transition-duration: 0.2s;
    border: #4488bb;
    border-style: solid;
    align-self: center;
}

.kard-button:hover {
    color: #4488bb;
    background-color: white;
    border: #88aacc;
    border-style: solid;
}

.big-button {
    color: #4488bb;
    background-color: white;
    border: #88aacc;
    border-style: solid;
    transition-duration: 0.2s;
}

.big-button:hover {
    width: min-content;
    color: white;
    background-color: #4488bb;
    border: #4488bb;
    border-style: solid;
}

.content-page {
    display: flex;
    flex-direction: column;
    margin: 1rem 0 1rem 0;
    max-width: 75rem;
}

.content-main-row {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

@media(min-width: 900px) {
    .content-main-row {
        flex-direction: row;
    }
}

.content-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: min-content;
}

.content-title {
    align-self: center;
}

.content-section {
    display: flex;
    flex-direction: column;
    margin: 1rem;
    padding: 1rem;
    align-content: center;
    justify-content: space-between;
    width: 90%;
    border: #88aacc;
    border-width: 1px;
    border-style: solid;
    border-radius: 0.5rem;
}

.figure-large {
    max-width: 30rem;
    width: 100%;
    align-self: center;
    padding: 1rem 0 2rem 0;
}

.figure-larger {
    max-width: 45rem;
    width: 100%;
    align-self: center;
    padding: 1rem 0 2rem 0;
}

.figure-even-larger {
    max-width: 55rem;
    width: 100%;
    padding: 1rem 0 2rem 0;
}

.figure-largest {
    width: 100%;
    padding: 1rem 0 2rem 0;
}

.no-break {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.circle {
    background-color: #4488bb;
    color: white;
    border-radius: 100%;
    font-size: x-large;
    width: min-content;
    padding: 0 0.55rem 0 0.55rem;
    margin: 1rem 0.45rem 0rem 0rem;
    text-align: center;
}

.bottom-button-bar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2rem;
    margin-top: 1rem;
}

.button-img {
    height: 1.5rem;
    padding-right: 0.5rem;
}

.label-img {
    height: 0.90rem;
    padding-left: 0.25rem;
    vertical-align: baseline;
}

.radio-option {
    display: flex;
    flex-direction: row;
}

.radio-option-text {
    width: 25%;
}

.radio-option-text-full {
    width: 100%;
}

.radio-option-extra {
    width: 75%;
    font-size: small;
    color: var(--help-text);
}

.extra-help {
    color: var(--help-text);
    padding: 0;
    font-size: small;
}

.jumplink-li {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.jumplinks {
    padding-top: 0.5rem;
}

.jumplink {
    color: var(--blue-text);
    margin: 0;
}

.jumplink:hover {
    text-decoration: underline;
    cursor: pointer;
}

.input-labels {
    display: flex;
    flex-direction: column;
}

.is-invalid-radio {
    color: #dc3545
}

.invalid-msg {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.main-content {
    display: flex;
    flex-direction: column;
    max-width: 85rem;
    width: 100%;
    padding: 0 1.5rem 0 1.5rem;
    align-self: center;
}

.App {
    display: flex;
    flex-direction: column;
    font-family: "Din",sans-serif;
}

.example-text {
    font-weight: bold;
    text-align: center;
}

.shipping-address {
    padding-left: 4rem;
    padding-bottom: 1rem;
    font-weight: bold;
    color: #5c5c5c;
    font-size: 110%;
}

.shipping-warning {
    color: red;
    font-family: "Din",sans-serif;
    font-weight: normal;
    font-size: 90%;
}

.plate-label-ex {
    white-space: pre;
}

.sidebar {
    border: 0;
    height: auto;
    position: sticky;
    top: 2rem;
    font-size:14px;
}

.dms-notice {
    text-align: center;
    margin: 1rem;
    padding: 1rem;
    border: 1px solid orangered;
    border-radius: 0.5rem;
}

.dms-notice p {
    text-align: inherit;
}

.dms-notice-prepare {
    padding: 0.5rem;
    border: 1px solid orangered;
    border-radius: 0.5rem;
}

.banner-info-img {
    font-size: 2.5rem;
}

.primer-sets-table {
    max-width: 100%;
}

.primer-sets-table th, .primer-sets-table td {
    border-style: solid;
    border-collapse: collapse;
    border-width: 1px;
    word-break: break-all;
}

.primer-sets-table th, .primer-sets-table td {
    font-size: smaller;
    font-family: sans-serif;
}

.primer-sets-table th:nth-child(1), .primer-sets-table td:nth-child(1) {
    width: 7em;
}

.primer-sets-table th:nth-child(2), .primer-sets-table td:nth-child(2) {
    width: 19em;
}

#neg-controls-table td:nth-child(5) a:nth-child(n + 2) {
    padding-left: 0.5rem;
}

#neg-controls-table th, #neg-controls-table td {
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 80%;
    white-space: nowrap;
    width: unset;
}

@media (min-width: 40rem) {
    #neg-controls-table th, #neg-controls-table td {
        width: 8rem;
    }
}

@media (min-width: 60rem) {
    #neg-controls-table th, #neg-controls-table td {
        width: 12rem;
    }
}

@media (min-width: 80rem) {
    #neg-controls-table th, #neg-controls-table td {
        width: 15rem;
    }
}

.portals-table-odd {
    background-color: #f1f1f1;
}

.portals-table-even {
    background-color: #fafcff;
}

.neg-controls-filter {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    margin-left: 3px;
    margin-bottom: 5px;
}

#neg-controls-table-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

label.sciborg-disabled {
    opacity: 0.5;
}
