﻿
.MainForeColor {
    color: #920631;
}
/*Make position:fixed work in IE6!*/
.fixed-top /* position fixed Top */ {
    position: fixed;
    bottom: auto;
    top: 0px;
}

.fixed-bottom /* position fixed Bottom */ {
    position: fixed;
    bottom: 0px;
    top: auto;
}

.fixed-left /* position fixed Left */ {
    position: fixed;
    right: auto;
    left: 0px;
}

.fixed-right /* position fixed right */ {
    position: fixed;
    right: 0px;
    left: auto;
}

* html, * html body /* IE6 Fixed Position Jitter Fix */ {
    background-image: url(about:blank);
    background-attachment: fixed;
}

* html .fixed-top /* IE6 position fixed Top */ {
    position: absolute;
    bottom: auto;
    top: expression(eval(document.documentElement.scrollTop));
}

* html .fixed-right /* IE6 position fixed right */ {
    position: absolute;
    right: auto;
    left: expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
}

* html .fixed-bottom /* IE6 position fixed Bottom */ {
    position: absolute;
    bottom: auto;
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

* html .fixed-left /* IE6 position fixed Left */ {
    position: absolute;
    right: auto;
    left: expression(eval(document.documentElement.scrollLeft));
}

.RadTabStrip .rtsLevel1 .rtsTxt {
    padding: 0 2px;
}

.TabBackground .rtsLink {
    height: 8px;
    padding-left: 0px !important;
    padding-right: 7px !important;
}

.ToyotaNumericTextBox {
    text-align: center;
}

.TabBackground .rtsLink {
    height: 8px;
    padding-left: 0px !important;
}

    .TabBackground .rtsLink .rtsOut {
        background-color: Transparent;
        height: 35px;
        padding-right: 8px;
    }

.TabBackground .rtsSelected .rtsOut {
    background-color: #920631;
}

.TabBackground .rtsOut img {
    margin-left: 5px;
    margin-right: 0px !important;
    padding-right: 0px !important;
}


.cvxicon {
    cursor: pointer;
}

    .cvxicon[disabled], .cvxicon.disabled {
        filter: alpha(opacity=30);
        opacity: 0.3;
    }

.dropdown-item:hover {
    background: #0A246A;
    color: #fff;
}

.dropdown-item {
    padding-left: 4px;
}

.dropdown-text {
    padding-left: 4px;
}

.rcbArrowCellRight {
    width: 15px !important;
}

.topBanner {
    /*position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 77px;
    background: url('Images/TopBanner/widescreen_banner.png') top repeat-x;*/
}

.Header2 .Left {
    background: url('Images/Content/title1RoundedLeft.png') no-repeat;
}

.Header2 .Right {
    background: url('Images/Content/title1RoundedRight.png') no-repeat right top;
}

input[type=submit].rgExpandCustInfo {
    border: 0px;
    margin-top: 0px;
    padding: 0px;
    background: url(Images/Icons/show.jpg) transparent no-repeat;
    width: 16px;
    height: 9px;
    outline-style: none;
    outline-width: 0;
}

input[type=submit].rgCollapseCustInfo {
    border: 0px;
    margin: 0px;
    padding: 0px;
    background: url(Images/Icons/hide.jpg) transparent no-repeat;
    width: 16px;
    height: 9px;
    outline-style: none;
    outline-width: 0;
}

/* Region: Default theme specific rules */
.CustomerInfoBGColor1 {
    background-color: #2d2d2b;
    border-top: solid 1px #878781;
}

.CustomerInfoBGColor2 {
    background-color: #2d2d2b;
    border-top: solid 1px #2D2D2B;
}

.TabBackground {
    background-color: #2d2d2b;
}

.HeaderText {
    color: #920631;
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
}

.pageTitleContainer {
    background: #2d2d2b;
    height: 28px;
}

.pageTitle {
    background-color: #2d2d2b;
    padding: 5px 10px;
}

.SectionHeader {
    background-color: #920631;
    font-weight: bold;
    height: 25px;
    vertical-align: middle;
    font-size: 11px;
    padding-left: 3px;
    padding-top: 3px;
}

    .SectionHeader, .SectionHeader td {
        background-color: #d8d8d8;
        font-weight: bold;
        height: 25px;
        vertical-align: middle;
        padding-left: 3px;
        padding-top: 3px;
        font-size: 11px;
    }


.GreyHeader {
    background-color: #cccccc;
    color: black;
    font-weight: bold;
}

.PurpleHeader {
    background-color: #663366;
    color: white;
    height: 22px;
    font-weight: bold;
}

.ViewCommand {
    background: url('Images/Icons/submenu_holder.jpg') bottom no-repeat;
    float: right;
    text-align: center;
    min-width: 80px;
    margin-top: -16px;
}

    .ViewCommand input:hover {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

.InlineCommand input:hover {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.AGText {
    color: White;
}

.PricingHeader {
    background-color: #BABABA;
    font-weight: bold;
    color: black;
}

/* EndRegion: Default theme specific rules */

.watermark {
    font-style: italic;
    color: silver;
}

.RadGrid_Default table.rgMasterTable {
    border-collapse: collapse;
}

.ViewCommand .Left {
    min-width: 5px;
    width: 5px;
    height: 28px;
    background: url(Images/Icons/submenu_holder.jpg) left no-repeat;
    float: left;
}

.ViewCommand .Right {
    height: 22px;
    float: right;
    background: url(Images/Icons/submenu_holder_right.jpg) right no-repeat;
    text-align: left;
}

.wrapper-numeric {
    /*padding-right: 4px;*/
}

.wrapper-radtextbox {
    /*padding-right: 4px;*/
}

.wrapper-textbox {
    /*padding-right: 4px;*/
}

.wrapper-radcombobox {
    /*padding-right: 4px;*/
}

.wrapper-raddatepicker {
}

/* Loan Schedule */
.titleLoanSchedule {
    color: White;
    text-align: center;
    /*background-image: url('../Shared/images/theme/Pricing/headerGradient.jpg');*/
    background-color: #920631;
    background-repeat: repeat-x;
    height: 25px;
    border: solid 1px #969696;
}

.titleLoanScheduleHeader {
    font-size: 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.headerAccountInfo {
    color: White;
    text-align: center;
    background-color: #474747;
    background-position: bottom;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: -4px -4px 0px -4px;
    _position: relative;
    _margin: -4px -4px 0px -4px;
    padding-top: 4px;
}

.accountInfo, .accountInfo span {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px !important;
    padding-top: 5px;
}

.headerLoanSchedule {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #D3D3D3;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D3D3D3;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #D3D3D3;
    color: Black;
    /*background-image: url('../Shared/images/theme/Pricing/gradientBg.jpg');*/
    background-color: #920631;
    background-repeat: repeat-x;
    height: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.rowLoanSchedule, .rowLoanSchedule td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #A7A8AA;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #D3D3D3;
    color: Black;
    background-color: #CFCFCF;
    vertical-align: middle;
    padding-bottom: 1px;
    padding-top: 1px;
}

.cellLoanSchedule {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #A7A8AA;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    height: 16px;
    vertical-align: middle;
}

    .cellLoanSchedule span {
        padding-right: 5px;
    }

.cellCenter {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-align: center;
}

.errorTextBox {
    border: solid 1px red;
}

.norrmalTextBox {
    background-color: White;
}

.hide {
    display: none;
}

.myDiv {
    width: 100%;
    padding: 10px 5px 0px 0px;
}

.pagingDiv {
    width: 100%;
    padding: 5px 5px 0px 0px;
}

.radtab_valid_active .rtsTxt {
    /*background-image: url(/Shared/Images/tick.png);
    background-repeat: no-repeat;
    background-position: right center;*/
}

.radtab_invalid_active .rtsTxt {
    /*background-image: url(/Shared/Images/fail.png);
    background-repeat: no-repeat;
    background-position: right center;*/
}

a.paging-current {
    font-weight: bold;
}

div.riDisabled {
    color: #8a8a8a;
}

#divRMDashboard {
    margin: -25px -15px 0px -15px;
    padding: 0px 16px;
    background: #fff;
}

    #divRMDashboard #divHeader {
        padding: 10px 0px;
        height: 80px;
        position: relative;
    }

        #divRMDashboard #divHeader #divLogo {
            position: absolute;
            cursor: pointer;
            /*margin-top: -15px;
    margin-left: -30px;*/
        }

        #divRMDashboard #divHeader #divStatus {
            position: absolute;
            right: 0px;
            top: 10px;
            width: 210px;
        }

    #divRMDashboard .account-name {
        position: relative;
        width: 140px;
        font-size: 14px;
        height: 30px;
        padding: 5px 8px;
        float: right;
        text-align: right;
    }

    #divRMDashboard .logout {
        float: right;
        right: 0px;
        width: 47px;
        text-align: right;
    }

    #divRMDashboard .account-name:hover {
        background: #930531;
        color: #fff;
    }

    #divRMDashboard .account-menu {
        position: absolute;
        top: 36px;
        display: none;
        width: 156px;
        background: #2D2D2B;
        z-index: 1000;
        /*border: solid 1px silver;*/
        margin: -5px -8px;
    }

        #divRMDashboard .account-menu .item {
            padding: 5px 8px;
            border-bottom: solid 1px #fff;
            font-size: 10px;
        }

        #divRMDashboard .account-menu a {
            color: #fff;
        }

    #divRMDashboard .content-row {
        clear: both;
        padding-top: 10px;
    }

    #divRMDashboard .big-left {
        margin-right: 308px;
    }

    #divRMDashboard .small-right {
        width: 288px;
        float: right;
    }

    #divRMDashboard * .rgSelectedRow {
        background: #920631 !important;
    }

    #divRMDashboard .CustomerInfoBGColor1 select {
        background: #2D2D2B;
        border: none;
        color: #fff;
        height: 1.5em;
    }

    #divRMDashboard .shortcut-top {
        width: 139px;
        height: 110px;
        background: url(../../Dashboard/images/db-shortcut-top-2.png) top no-repeat;
        text-align: center;
    }

        #divRMDashboard .shortcut-top img {
            cursor: pointer;
        }

            #divRMDashboard .shortcut-top img.disabled {
                opacity: 0.4;
                filter: alpha(opacity=40);
            }

    #divRMDashboard .shortcut-bottom {
        width: 139px;
        height: 27px;
        background: url(../../Dashboard/images/db-shortcut-bottom-2.png) no-repeat;
        text-align: center;
    }

        #divRMDashboard .shortcut-bottom a {
            margin-top: 5px;
            display: inline-block;
            color: #fff;
            font-weight: bold;
            font-size: 9px;
        }

.CollapseButtonBackend {
    background: url("Images/IconsBackend/Hide_Black_24x24.png") no-repeat top left;
    width: 24px;
    height: 24px;
    border: none;
}

    .CollapseButtonBackend:hover {
        background: url("Images/IconsBackend/Hide_Black_Hover_24x24.png") no-repeat top left;
    }

.ExpandButtonBackend {
    background: url("Images/IconsBackend/Show_Black_24x24.png") no-repeat top left;
    width: 24px;
    height: 24px;
    border: none;
}

    .ExpandButtonBackend:hover {
        background: url("Images/IconsBackend/Show_Black_Hover_24x24.png") no-repeat top left;
    }


.DownArrow {
    background: url("images/icons/icon-arrow-down.svg") no-repeat;
    background-size: 100%;
    height: 20px;
    position: absolute;
    right: 8px;
    border: none;
    top: 6px;
    width: 20px;
}

    .DownArrow:hover {
        background: url("images/icons/icon-arrow-down.svg") no-repeat;
        background-size: 100%;
        height: 20px;
        position: absolute;
        right: 8px;
        border: none;
        top: 6px;
        width: 20px;
    }

.UpArrow {
    background: url("images/icons/icon-arrow-up.svg") no-repeat;
    background-size: 100%;
    height: 20px;
    position: absolute;
    right: 8px;
    border: none;
    top: 6px;
    width: 20px;
}

    .UpArrow:hover {
        background: url("images/icons/icon-arrow-up.svg") no-repeat;
        background-size: 100%;
        height: 20px;
        position: absolute;
        right: 8px;
        border: none;
        top: 6px;
        width: 20px;
    }


.space {
    height: 10px;
}

.default-value {
    font-style: italic !important;
}

textarea[disabled] {
    background: #fff;
}

table.detail-table tr td {
    padding: 2px 5px;
}


#divRMDashboard .FlowLayoutItemStyle {
    margin-top: 10px;
    margin-left: 10px;
    float: left;
    width: 48%;
    background-color: white;
}

#divRMDashboard .MenuItemStyle {
    font-family: "Verdana, Arial, Helvetica, sans-serif";
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

#divRMDashboard .MenuSubItemStyle {
    font-family: "Verdana, Arial, Helvetica, sans-serif";
    font-size: 12px;
    color: #333;
}

#divRMDashboard .WrapperMenuItem {
    padding-right: 6px;
}


#divRMDashboard .Header {
    font-size: large;
    margin-bottom: 10px;
}


#divRMDashboard .WhiteMenuItem {
    font-family: "Verdana";
    font-size: 11px;
    color: white;
}


#divRMDashboard .GrayMenuItem {
    font-family: "Verdana";
    font-size: 11px;
    color: #384b5a;
}

#divRMDashboard .TableCell {
    padding: 20px;
    vertical-align: top;
}

#divRMDashboard .FinanceSession {
    background: url("Images/Icons/finance.png") right no-repeat;
    background-color: #980732;
    color: white;
}

#divRMDashboard .FinanceSessionPadding {
    width: 20px;
    background-color: #980732;
}

#divRMDashboard .RiskSession {
    background: url("Images/Icons/risk.png") right no-repeat;
    background-color: #ad0739;
    color: white;
}


#divRMDashboard .RiskSessionPadding {
    width: 20px;
    background-color: #ad0739;
}

#divRMDashboard .WorkflowSession {
    background: url("Images/Icons/workflow.png") right no-repeat;
    background-color: #FFFFFF;
    color: #384b5a;
}


#divRMDashboard .WorkflowSessionPadding {
    width: 20px;
    background-color: #FFFFFF;
}

#divRMDashboard .ProductsSession {
    background: url("Images/Icons/product.png") right no-repeat;
    background-color: #cce1f4;
    color: white;
}


#divRMDashboard .ProductsSessionPadding {
    width: 20px;
    background-color: #cce1f4;
}

#divRMDashboard .UserManagementSession {
    background: url("Images/Icons/user_manager.png") right no-repeat;
    background-color: #b3c6d7;
    color: #384b5a;
}


#divRMDashboard .UserManagementSessionPadding {
    width: 20px;
    background-color: #b3c6d7;
}

#divRMDashboard .AnalyticsSession {
    background: url("Images/Icons/analytic.png") right no-repeat;
    background-color: #708598;
    color: white;
}


#divRMDashboard .AnalyticsSessionPadding {
    width: 20px;
    background-color: #708598;
}

#divRMDashboard .ReportingSession {
    background: url("Images/Icons/reporting.png") right no-repeat;
    background-color: #333f4b;
    color: white;
}


#divRMDashboard .ReportingSessionPadding {
    width: 20px;
    background-color: #333f4b;
}

h4 {
    margin: 0px;
}

.notification.highlight, .notification.highlight a {
    color: #f00;
}

.marker-required {
    color: #f00;
}

input[type=text].valerror {
    border: solid 1px red !important;
}

.section-validator {
    color: red;
    width: 5px;
    display: none;
    font-weight: bold;
    font-size: 16px;
}

    .section-validator:after {
        content: "!";
    }

    .section-validator.valerror {
        display: inline;
    }

.GuideNode {
    background: url(Images/Icons/gn_icon_2.png) no-repeat 0px 0px;
    background-color: #2D2D2B !important;
    height: 21px;
    width: 21px;
    padding: 0px;
    border: none;
    cursor: hand;
}

.GuideNodeTransparent {
    background: url(Images/Icons/gn_icon_2.png) no-repeat 0px 0px;
    height: 21px;
    width: 21px;
    padding: 0px;
    border: none;
    cursor: hand;
}

.LinkCommand {
    color: white !important;
    text-decoration: none;
    font-weight: bold;
}

.GeneralTable {
    background-color: #edf2f5;
    border-collapse: collapse;
    border: 1px solid lightgray;
}

.GeneralRow {
    border: 1px solid lightgray;
}

.RowHeader {
    background-color: #f3f7f8;
    font-weight: bold;
    color: black;
    min-width: 325px !important;
}

.CollapsibleHeader {
    background-color: #dee7ec;
    font-weight: bold;
    color: black;
    height: 25px;
}

.InfoMessage {
    color: blue;
    font-size: medium;
}

.BigButton {
    border: 1px solid lightgray;
    width: 100%;
    height: 30px;
    padding-top: 10px;
}

input[type=submit].rgExpandUC {
    border: 0px;
    margin-top: 0px;
    padding: 0px;
    background: url(Images/Icons/UpArrow.png) transparent no-repeat;
    width: 16px;
    outline-style: none;
    outline-width: 0;
}

input[type=submit].rgCollapseUC {
    border: 0px;
    margin: 0px;
    padding: 0px;
    background: url(Images/Icons/DownArrow.png) transparent no-repeat;
    width: 16px;
    outline-style: none;
    outline-width: 0;
}

input[type=submit].rgExpand {
    border: 0px;
    margin: 0px;
    padding: 0px;
    background: url(Images/Icons/UpArrow1.png) transparent no-repeat;
    width: 12px;
    height: 12px;
    position: relative;
    top: 3px;
}

input[type=submit].rgCollapse {
    border: 0px;
    margin: 0px;
    padding: 0px;
    background: url(Images/Icons/DownArrow1.png) transparent no-repeat;
    height: 12px;
    width: 12px;
    position: relative;
    top: 3px;
}
