@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.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;
    }


/* Main */
html, body {
}


.pagecontent {

}

.mainContentPane {
    min-height: 400px;
}

.headerimage a {
    text-decoration: none;
    font-size: x-large;
    color: black;
    vertical-align: middle;
    padding-left: 5px;
}

.privacyTitle {
    float: left;
    border: 1px;
}

    .privacyTitle a {
        text-decoration: none;
        color: #918d82;
        font-size: 13px;
        margin-right: 5px;
    }

.footerContent {
    margin-top: 30px;
    border-top: 1px solid #918d82;
    padding-top: 3px;
}

.copyright {
    float: right;
    color: #918d82;
    font-size: 13px;
}

.content {
    
}

.ssldisplay {
}

@media screen and (max-width: 600px) {
    .mainContentPane {
        min-height: 100px;
    }

    .headerPane {
        margin-bottom: 10px;
    }

    #headerimage {
        float: left;
        max-width: 150px;
        padding-right: 10px;
    }

        #headerimage img {
            width: 100%;
            max-width: 200px;
            max-height: 36px;
        }

    #headertitle a {
        font-size: large;
    }

    .privacyTitle {
        width: 100%;
    }

    .copyright {
        margin-top: 5px;
        float: left;
    }
}

.message p {
    font-family: Century Gothic, Regular;
    font-size: 12px;
    display: block !important;
    font-size: 15pt !important;
    color: #666666 !important;
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 0px;
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
    text-align: center;
    background-color: white;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.mainfooter {
    font-size: 0.9em;
}

.required-caption:after {
    content: "*";
    color: red;
    font-weight: bold;
}

.global-message {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
