﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    min-height: 100vh;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.main-content {
    padding-bottom: 3rem;
}

.bg-familytrac {
    background-color: #E2F4FB
}

.bg-invitd {
    background-color: #25a0da;
    color: #ffffff;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 2.5rem;
    line-height: 60px;
}

a.navbar-headerlink {
    text-decoration: none;
    color: #4c507a;
    font-size: 23px;
    font-weight: normal;
    vertical-align: middle;
}

a.nav-link {
    color: #ffffff !important;
}

a.navbar-brand {
    color: #ffffff !important;
}

.btn-refresh {
    color: #fff;
    background-color: #800020;
    border-color: #800020;
}

    .btn-refresh:hover {
        color: #fff;
        background-color: #69001A;
        border-color: #800020;
    }

    .btn-check:focus + .btn-refresh, .btn-refresh:focus {
        color: #fff;
        background-color: #69001A;
        border-color: #800020;
        box-shadow: 0 0 0 0.25rem rgba(133, 20, 26, 0.5);
    }

    .btn-check:checked + .btn-refresh, .btn-check:active + .btn-refresh, .btn-refresh:active, .btn-refresh.active, .show > .btn-refresh.dropdown-toggle {
        color: #fff;
        background-color: #69001A;
        border-color: #800020;
    }

        .btn-check:checked + .btn-refresh:focus, .btn-check:active + .btn-refresh:focus, .btn-refresh:active:focus, .btn-refresh.active:focus, .show > .btn-refresh.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(133, 20, 26, 0.5);
        }

    .btn-refresh:disabled, .btn-refresh.disabled {
        color: #fff;
        background-color: gray;
        border-color: darkgrey;
    }

.consent-form p {
    text-align: justify;
}

table.study-activities {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid black;
    margin-bottom: 2em;
}

    table.study-activities thead th, tbody td {
        text-align: center;
        border: 1px solid black;
        padding: .25em;
    }

        table.study-activities thead th:first-child, tbody td:first-child {
            text-align: left;
            width: 30%;
        }

ul.consent li:first-child {
    list-style: none;
    font-weight: bold;
    text-decoration: underline;
    margin-left: -2em;
}

p.consent-header {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: -0.15em;
}

table.initials {
    table-layout: fixed;
    border-collapse: collapse;
    border-color: transparent;
}

    table.initials td {
        width: 100px;
        text-align: left;
        border: 1px solid transparent;
    }

table.signiture {
    table-layout: fixed;
    width: 100%;
    margin-top: 100px;
    border-collapse: separate;
}

    table.signiture td:first-child {
        width: 50%;
    }

    table.signiture td {
        border: 1px solid transparent;
        height: 100px;
        vertical-align: top;
        text-align: left;
        
    }

        table.signiture td.line {
            border-top: 1px solid black;
        }

.faq-header {
    color: #93191d;
    font-weight: bold;
    font-size: large;
    margin-bottom: 0;
}

.faq-subheader {
    font-weight: bold;
    margin-bottom: 0;
}

.faq-indent {
    margin-left: 1.25em;
}

ul.faq {
    list-style: none;
}

.alert-sm {
    padding: .25em 1em;
    margin-bottom: .25em;
    font-size: smaller;
}

