﻿header {
    border-bottom: #ddd 1px solid;
    margin-bottom: 1em;
}
header h1 {
    margin-top: 1rem;
    margin-left: 1rem;
    font-size:20pt;
}

#training-img {
    margin-top: 1em;
}

#scan-instructions-container {
    line-height: 1.4;
    margin-top: 1rem;
}

ol.scan-instructions {
    max-width: 350px;
    counter-reset: instructions-counter;
    list-style: none;
    padding-left: 40px;
    font-size: 125%;
}

    ol.scan-instructions li {
        margin: 0 0 2rem 0;
        padding-top: .5rem;
        counter-increment: instructions-counter;
        position: relative;
    }

        ol.scan-instructions li::before {
            content: counter(instructions-counter);
            color: #fff;
            font-size: 1.25rem;
            font-weight: bold;
            position: absolute;
            left: -38px;
            line-height: 28px;
            width: 28px;
            height: 28px;
            top: 0;
            background: black;
            border-radius: 50%;
            text-align: center;
        }


.donor-info-banner {
    border: 1px solid transparent;
    border-radius: 9px;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #fff;
}

    .donor-info-banner > div {
        height: 100%;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .donor-info-banner p {
        font-size: .875rem;
    }

    .donor-info-banner span {
        font-size: 1rem;
    }

.print-btn {
    float: right;
    cursor: pointer;
    color: #56758e;
}

.icon-print {
    float: left;
}

#mobile-link-placeholder>a {
    float: none;
}

.abo-label {
    border-radius: 0 0 9px 9px;
    color: #fff;
    background-color: red;
    text-transform: uppercase;
}

    .abo-label > p {
        font-size: 2.25rem;
        line-height: 22px;
    }

@media (min-width: 768px) {
    .abo-label {
        border-radius: 0 9px 9px 0;
    }
}

#scan-results h2 {
    color: black;
}

/* implementation specific overrides for loader */

#loader-container {
    position: relative;
}

.ldr-transnet {
    position: absolute;
    top: 50%;
    left: 50%;
}

    .ldr-transnet div {
        background: #56758e;
        border: 1px solid #3d5466;
    }


@media print {
    .col-sm-2 {
        width: 16.666666667%;
        float: left;
    }

    .col-sm-4 {
        float: left;
        width: 33.333333333%;
    }

    .print-btn, footer, hr {
        display: none;
    }
}