﻿.body-container {
    /*margin-top: 60px;*/
    padding-bottom: 40px;
}

.welcome-page li {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants-page .card .card-title {
        font-size: 120%;
        font-weight: bold;
    }

        .grants-page .card .card-title img {
            width: 100px;
            height: 100px;
        }

    .grants-page .card label {
        font-weight: bold;
    }



.patientLoginBg {
    background: url(..//img/logonBGlg.png) no-repeat center center;
    background-size: cover;
    min-height: 590px;
    position: relative;
}

.transparent_nav .navbar.navbar-fixed-top .navbar-inner {
    background: rgba(255, 255, 255, 0.3);
}

.panelHeaderText {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
}

.loginPanel {
    position: absolute;
    top: 100px;
    max-width:400px;
}

.patientPortalLoginCard {
    min-width:350px;
    max-width:350px;
    margin-bottom:25px;
    min-height:300px;
}

.patientPortalNewAccountPanel {
    position: absolute;
    top: 100px;
    max-width: 400px;
}

.registerPatientPortalCard {
    max-width:400px;
}

.registerPatientPortalFooterText {
    font-size:1.1em;
}

.ToSModalBody {
    max-height:500px;
    overflow:auto;
    min-height:500px;
}

.errorSmall {
    font-size:.7em;
}