﻿body 
{
    font-family: Arial,Verdana,Helvetica, sans-serif;
}
.Banner 
{
    width: 100%;
    text-align: left;
    margin-top: 5px;
    height: 95px;
    background-image: url(../Images/LoginHeadBG.gif);
    background-repeat: repeat-x;
    min-width: 900px;
}
.BannerLogo 
{
    width: 310px;
    float: left;
    vertical-align: middle;
    margin-left: 20px;
}
.BannerText 
{
    float: left;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
}
.BannerProject 
{
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 50px;
    margin-top: 12px;
    color: #C60C46;
}
.BannerSite 
{
    font-size: large;
    font-weight: bold;
    color: #cc0033;
    margin-top: 5px;
}
.RedLine 
{
    color: #C60C46;
    width: 100%;
    height: 34px;
    background-color: #C60C46;
    background-image: url(../Images/RedLine.jpg);
    background-repeat: repeat-x;
    float: left;
    text-align: left;
    min-width: 1100px;
}
.MainContent 
{
    background-image: url(../Images/LoginBackGround.gif);
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    position: relative;
    height: 300px;
    width: 400px;
    top: 40px;
}
.LoginDiv 
{
    width: 400px;
    height: 300px;
    float: left;
    margin-top: 10px;
}
.DivLine 
{
    height: 26px;
    width: 250px;
    text-align: left;
    vertical-align: middle;
}
.DivLogOff 
{
    float: right;
    height: 20px;
    width: 86px;
    text-align: right;
    margin-top: 60px;
    padding-right: 20px;
}
.FrameHeaderLogo 
{
    width: 100%;
    min-width: 900px;
    height: 136px;
    background: url('../../Content/Images/bg-header2.png');
    position: relative;
}
    .FrameHeaderLogo .logoHeaderStyle {
        float: left;
        margin-top: 35px;
        margin-left: 35px;
    }
    .FrameHeaderLogo .logoHeaderText {
        margin-top: 5px;
        font-size: 18px;
        font-family: Helvetica;
        font-weight: bold;
        color: #333333;
    }
    .FrameHeaderLogo .logoHeaderEnv {
        float: left;
        margin-top: 25px;
        margin-left: 0px;
        font-size: 15px;
        font-family: Helvetica;
        font-weight: normal;
        text-transform: lowercase;
    }
    .FrameHeaderLogo .logffStyle 
    {
        float: right;
        margin-top: 25px;
        margin-right: 20px;
    }
.logffStyle .btnLogoutMove 
{
    height: 41px;
    width: 123px;
    border: 0;
    background: url('../../Content/Images/btn-logout.png') no-repeat;
    background-position: left top;
}
.logffStyle .btnLogoutMoveOut 
{
    height: 41px;
    width: 123px;
    border: 0;
    background: url('../../Content/Images/btn-logout.png') no-repeat;
    background-position: left bottom;
}
.FrameHeaderLogo .build 
{
    position: absolute;
    bottom: 12px;
    right: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

/*User profile dropdown styles*/
.profileDropdown {
    float: right;
    margin-top: 20px;
    cursor: pointer;
    width: 49%;
    text-align: right;
}

.profileMainContent {
    margin-right: 50px;
    padding: 5px 10px;
    display: inline-block;
    text-align: left;
    min-width: 180px;
    max-width: 225px;
}

    .profileMainContent td {
        padding: 0px;
    }

    .profileMainContent .userImage {
        height: 38px;
        width: 38px;
        margin-right: 10px;
        background-color: #E4E4D4;
        border-radius: 19px;
        text-align: center;
    }

.userImage:before { /*This is a hack to set height for vertical alignment of .imageText contents*/
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.userImage .imageText {
    color: #53565A;
    font: normal 14px arial;
    vertical-align: middle;
}

.displayName {
    color: #53565A;
    font: normal 14px arial;
    margin-top: 6px;
}

.merchantName {
    color: #53565A;
    font: normal 10px arial;
    margin-top: 5px;
}

.hoverColor {
    color: #C8102E;
}

.webui-popover {
    border: solid 1px #A7A8AA;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(83, 86, 90, 0.3), 0 0 5px rgba(83, 86, 90, 0.3);
    padding: 0px;
    min-width: 214px;
    max-width: 275px;
    top: 75px;
}

.webui-popover-content {
    padding: 0px;
}

.webui-popover.bottom > .arrow, .webui-popover.bottom-right > .arrow, .webui-popover.bottom-left > .arrow {
    left: 75px;
    border-bottom-color: #A7A8AA;
}

.profileDropdownContent {
    padding: 20px 18px;
}

    .profileDropdownContent .userInfoText {
        font: 14px Arial;
        color: #A7A8AA;
        margin: 0px;
    }

    .profileDropdownContent .userType {
        font-size: 10px;
        margin-top: 10px;
    }

    .profileDropdownContent .horizontalLine {
        margin: 15px 0;
        border-bottom: 1px solid #A7A8AA;
        min-width: 176px;
    }

    .profileDropdownContent .profileLink {
        display: block;
        font: 14px Arial;
        color: #53565A;
        text-decoration: none;
        cursor: pointer;
    }

.profileLink:hover {
    color: #C8102E;
}
