body {
    font-size: 1.1rem !important;
}

#footer {
    font-size: 0.9em;
    bottom: 0;
    width: 100%;
}

.footer-content {
    text-align: center;
    width: 100%;
    background-color: #f8f9fa;
    margin: 0px !important;
}

.footer-links {
    color: #4d4d4d;
    text-decoration: underline;
}

.footer-links:hover {
    text-decoration: none;
    color: #4d4d4d;
}

.footer-tagline {
    color: black;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.menu-item {
    display: inline;
    padding: 0.375em 9px;
}

.menu {
    padding: 0px;
}

.container {
    min-height: calc(100vh - 115px);
    padding-top: 5rem;
}

#root {
    height: 100%;
    margin: 1rem 0;
}

.nav-item {
    color: rgba(0, 0, 0, .5) !important;
}

.nav-link {
    color: #000000 !important;
}

.current-page {
    border-bottom: 2px solid #918c8d !important;
}

.navbar-nav:hover {
    border-bottom: 2px solid #bc1f40 !important;
}

.disabled {
    cursor: not-allowed !important;
}

.navbar-btn,
.custom-btn {
    border: 0px;
    background-color: transparent;
}

.custom-btn {
    color: #2155e4;
}

#loadingAnimation {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#loadingAnimation::after {
    content: '';
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #585858;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.search-label {
    font-weight: bold;
    color: #868484;
}

#search1 {
    width: 100%;
}

#search1 input {
    width: 100%;
    max-width: 450px;
}

.form-row {
    padding-left: 10px;
}

.notification {
    position: absolute;
    top: 2rem;
    right: -5rem;
    z-index: 9;
}

.dropdown-btn {
    background-color: transparent !important;
    border: 0px;
    width: 100%;
    text-align: left;
}

.error-heading {
    color: #ff0000;
}

.allow-overflow {
    overflow: auto;
}

.fa-user-minus {
    cursor: pointer;
}

body {
    scroll-behavior: smooth !important;
}

#contentHeader {
    margin-bottom: 16px;
}

#selectParticipant {
    width: 100%;
}

.remove-margin {
    margin: 0px !important;
    padding: 5px 3px !important;
}

.info-box {
    border: 0.5px solid #000000bd;
    border-radius: 0.25rem;
    text-align: center !important;
}

.full-width {
    width: 100%;
}

.fa-check {
    color: #76c457bf;
}

.fa-times {
    color: #ff00009e;
}

.info-row {
    margin-bottom: 10px;
}

.form-error {
    color: red;
    font-size: small;
}

.error-text,
.helper-text {
    padding-left: 5px !important;
    width: 100%;
    line-height: 1;

}

.form-helper-text {
    font-size: small;
}

.invalid {
    border-color: #dc3545 !important;
}

.collection-table {
    width: 100% !important;
    text-align: center;
    margin-bottom: 2rem;
}

.collection-table tbody tr {
    height: 80px;
}

#finalizeTable {
    text-align: left;
}

#finalizeForm,
#specimenLookupForm {
    width: 100%;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.custom-checkbox-size {
    height: 30px;
    width: 30px;
}

.welcome-screen-btn-div {
    margin-top: 2rem;
}

.welcome-screen-div {
    margin-top: 1rem;
}

#interactive.viewport {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

#interactive.viewport>canvas,
#interactive.viewport>video {
    max-width: 100%;
    width: 100%;
}

canvas.drawing,
canvas.drawingBuffer {
    position: absolute;
    left: 0;
    top: 0;
}

.barcode-btn {
    background-color: transparent;
    border: 0px;
    float: right;
    margin-right: -30px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding-left: 4px;
    padding-bottom: 4px;
}

.barcode-btn-collect-process {
    background-color: transparent;
    border: 0px;
    float: right;
    margin-right: -30px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding-left: 4px;
    padding-bottom: 4px;
}

.barcode-btn-outside,
.barcode-input-clear {
    background-color: transparent;
    border: 0px;
    float: right;
    margin-right: 6px;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding-left: 4px;
    padding-bottom: 4px;
}

#finalizeTable .deviation-type-width,
.deviation-type-cell {
    padding-right: 1.5rem;
}

.deviation-comments-width,
.deviation-type-width {
    max-width: 120px;
}

.deviation-comments-width,
.deviation-type-width,
.deviation-type-cell,
.comments-cell {
    word-wrap: break-word;
}

#finalizeTable tr td {
    padding: 1rem 0;
}

.active {
    background-color: #bbcffc85 !important;
}

.inherit-width {
    width: 100%;
}

.div-border {
    border: 1px solid #DDDDDD !important;
}

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.2s ease-in-out;
    z-index: 1000;
}

.modal-wrapper.visible {
    visibility: visible;
    transform: scale(1);
}

.modal-content {
    border-radius: 5px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

#boxManifestTable tbody {
    vertical-align: top;
}

#saveTable tbody tr td:first-child {
    text-align: center;
}

#tableBodyPackagesInTransit tr td,
#specimenList tbody tr th,
#saveTable tbody tr th {
    vertical-align: middle;
}

#manifestModalTableBody tr td {
    border-top: unset;
    text-align: center;
    vertical-align: top;
}

.bg-research {
    background-color: #92CBF7;
}

.text-research {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
}

.bg-clinical {
    background-color: #FFF9D8;
}

.text-clinical {
    color: black;
    font-size: 1.2rem;
    font-weight: 600;
}

@media (max-width: 992px) {
    .hide-on-not-large-screen {
        display: none;
    }
}

.modal-wrapper.visible {
    visibility: visible;
    transform: scale(1);
}

.modal-content {
    border-radius: 5px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.modal-content {
    border-radius: 5px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

#boxManifestTable tbody {
    vertical-align: top;
}

#saveTable tbody tr td:first-child {
    text-align: center;
}

#tableBodyPackagesInTransit tr td,
#specimenList tbody tr th,
#saveTable tbody tr th {
    vertical-align: middle;
}

#manifestModalTableBody tr td {
    border-top: unset;
    text-align: center;
    vertical-align: top;
    padding: 0 0.75rem;
}

#masterSpecimenId {
    border: 1px solid black;
}

#reportTabs .nav-link {
    border-radius: 0;
    border-top: 3px solid transparent;
    padding: 10px 15px;
}

#reportTabs .nav-link.active {
    background-color: #a6bace;
    border-color: #dee2e6;
}

#reportTabs .nav-link:hover {
    background-color: #f8f9fa;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

#checkInComplete:disabled {
    cursor: not-allowed;
    background-color: #e0e0e0;
}

#appVersion {
    font-size: 0.8rem;
}

.specimenLinkParticipantInfo {
    font-size: 1.15rem;
}

.specimenLinkParticipantInfo[data-section="name"],
.specimenLinkParticipantInfo[data-section="dob"] {
    font-size: 1.5rem;
}

.input-note {
    font-weight: bold;
    color: #dc3545;
    font-size: 1.5rem;
}

.button-fixed-width {
    width: 86.125px;
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    html, body {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

#xlsxCheck,
#csvCheck {
    border: 1px solid #444;
}

.tube-image {
    height: 43px;
    width: 186px;
}