﻿div.lang-margin{
    margin-top:9px;
}

div.marginTop{
    margin-top:9px;
}

.welcome-page .logo {
    width: 64px;
}

.icon-banner {
    width: 32px;
}

.body-container {
}

.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;
}


.iGlassLoginBackground {
    /*   background-color: #c60d2f;
    border: 3px solid #c60d2f;*/
    border-radius: 5px;
    /*background-image: url('../images/uniban.gif');*/
    background-image: url('../images/db_default_bg.jpg') !important;
    background-repeat: no-repeat;
    background-position: center top;
    /*background: white url('../images/iglassloginbackgroundintact.jpg') repeat;*/
}

.fnt11px {
    font-size: 11px !important;
}

.iGlassLoginBackgroundCard {
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    /*background-color: var(--main-background-color);
    border: 3px solid var(--main-background-color);*/
    border-radius: 5px;
    padding: 15px;
    margin-top: 80px;
}

.iGlassLoginBackgroundCard h2.CardTitle{
    text-align:center;
}

.iGlassLoginLogo {
    background-image: url('../images/db_logo.jpg') !important;
    background-repeat: no-repeat;
    height: 50px;
}

.btn-primary {
    color: #fff;
    background-color: #a7a7a7;
    border-color: #a7a7a7;
}
.btn-primary:hover {
    color: #fff;
    background-color: #a7a7a7;
    border-color: #a7a7a7;
}

.centerAlign {
    margin-top: 8rem;
    left: 10rem;
}

.btmtxt {
    left: 10rem;
}

.Uniban {
    background-color: #0d2fc6;
    border: 3px solid #0d2fc6;
    border-radius: 5px;
}

.loginInputLabel, .loginCheckbox {
    color: var(--main-text-color) !important;
}


.Uniban > table {
    background-color: var(--main-background-color);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 12px;
    width: 100%;
}

.loginLink {
    color: var(--main-text-color);
}

.rgPager {
    filter: var(--hue-rotate-from-blue);
}

    .rgPager > td > table, .RadComboBox > table, .rgInfoPart, .rgInfoPart > strong, .rgNumPart > a {
        color: var(--main-text-color) !important;
    }


/*See optional variables in DefaultSkin.css*/
:root {
    /*Insurer Colors*/
    --main-background-color: #c60d2f;
    --lighter-background: #EA1038;
    --main-text-color: white;
    --button-color: #c60d2f;
    --button-hover-color: #f4f4f4;
    --hue-rotate-from-blue: hue-rotate(127deg) saturate(1.2);
    --table-headers: #A30B27;
    /*Optional adjustments below this line*/
    --button-hover-text-color: var(--main-background-color);
    --button-border: thin solid black;
}

.white-Color
{
    color: white !important;
}
.black-Color {
    color: #212529 !important;
}