﻿body {
	background-color: lightblue;
}

.divLogoContainer {
	margin: 5px 15px 10px 15px;
	height: 55px;
	padding: 5px;
	border-bottom: 1px solid gray;
}

.LogoImageDetails {
	height: 40px;
	width: 40px;
}

.logoLabelDetails {
    padding-left: 10px;
    font-size: medium;
    font-weight: bold;
    color: #78317a;
    font-family: Arial, Helvetica, sans-serif;
}

divCobrandImage {
    float: left;
    width: 20%;
    margin-top: 20%;
}

.CobrandImageDetails {
    height: 50px;
    width: 50px;
}

.divCobrandLabel {
    float: left;
    margin-top: 10px;
    width: 80%;
    text-align: left;
}

.CobrandLabelDetails {
    padding-left: 10px;
    font-size: medium;
    color: black;
    font-family: 'Arial Rounded MT';
}

.AuthTitle {
    float: left;
    margin: 5px 0px 5px 0px;
    font-family: Arial;
    font-size: large;
    font-weight: bold;
    color: gray;
    width: 100%;
    text-align: left;
}

.modalBackground {
    opacity: 0.6;
}


.modalPopup {
    background-color: #FFFFFF;
    width: 350px;
    height: 400px;
    border: 3px solid #78317a; /*Data Command Purple*/
    border-radius: 12px;
    padding: 0px;

}

    .modalPopup .header {
        background-color: #c0d53f; /*Data Command green*/
        height: 30px;
        color: White;
        line-height: 30px;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .modalPopup .body {
        min-height: 50px;
        line-height: 30px;
        font-weight: bold;
    }

    .modalPopup .footer {
        padding: 6px;
    }

    .modalPopup .yes, .modalPopup .no {
        height: 23px;
        color: White;
        line-height: 23px;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }

.divshowhide {
    margin-left: 5px;
    margin-top: 5px;
    color: yellow;
    border: 1px dotted 1px;
    width: 30px;
}

.tblNextBack {
    margin-top: 15px;
}

.DCLogoDiv {
    width: 100%;
    height: auto;
    padding: 15px;
    float: left;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
}

.btnUserName {
    color: #78317a; /*Data Command Purple*/
    background-color: lavender;
    font-weight: bold;
    font-size: large;
    width: 100%;
}

.lblUserName {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: large;
}

.btnSelect {
    color: #78317a;
    /*background-color: lavender;*/
    font-weight: 400;
    font-size: large;
    width: 100%;
    margin-top: 5px;
}

.TextIndicator {
    /*vertical-align:middle;*/
    margin-left: 15px;
    color: red;
}

.TextIndicatorPoor {
    color: white;
    background-color: red;
    margin-left: 20px;
    margin-top: 2px;
    padding: 0px 10px 0px 10px;
}

.TextIndicatorWeak {
    color: white;
    background-color: blue;
    margin-left: 20px;
    margin-top: 2px;
    padding: 0px 10px 0px 10px;
}

.TextIndicatorGood {
    color: white;
    background-color: orange;
    margin-left: 20px;
    margin-top: 2px;
    padding: 0px 10px 0px 10px;
}

.TextIndicatorStrong {
    color: white;
    background-color: green;
    margin-left: 20px;
    margin-top: 2px;
    padding: 0px 10px 0px 10px;
}
