<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Styles for the user's account pages only */

.dataItem {
    line-height: 1.5em;
    white-space: nowrap;
    overflow: hidden;
}

.dataItemLabel {
    color: rgb(6,100,100);
    display: inline-block;
    font-weight: 700;
    margin-right: 10px;
    vertical-align: top;
    min-width: 125px;
}

.dataItemData {
    display: inline-block;
}

.dataItemGap {
    border-bottom: 1px solid rgb(210,210,210);
    margin: 4px 0 4px 0;
}
.dataItemDarkGap {
    border-bottom: 1px solid rgb(210,210,210);
    border-color: gray;
    width: 100%;
    align-content: center;
    text-align: center;
    align-items: center;
    align-self: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.vertical-line {
    width: 1px; /* Line width */
    background-color: lightgrey; /* Line color */
    height: 100%; /* Override in-line if you want specific height. */
    float: left; /* Causes the line to float to left of content. 
        You can instead use position:absolute or display:inline-block
        if this fits better with your design */
}


.loadingData {
    background-color: rgba(0,0,0,0.7) !important;
    background-image: url(/res/images/loadercircle.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    min-height: 80px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.accPayPlanNotSet {
    display: block;
}

.accPayHistNotSet {
    display: block;
}

.formLabelAccMan {
    color: black;
    font-weight: 600;
    line-height: 1.5em;
}

.accEditText {
    color: rgb(6,100,100);
    text-align: right;
    float: right;
}

/* Standard Table Style */
TABLE.standard {
    background-color: rgb(255,255,255);
    border-collapse: collapse;
    width: 100%;
}

    TABLE.standard TH {
        border-bottom: 1px solid rgb(6,100,100);
        color: rgb(6,100,100);
        padding: 5px 0 5px 0;
        text-align: left;
    }

        table.standard TH:first-child {
            padding-left: 10px;
        }

    TABLE.standard TD {
        height: 34px;
        vertical-align: middle;
    }

        table.standard TD:first-child {
            padding-left: 10px;
        }

        TABLE.standard TD IMG {
            height: 30px;
            margin-left: 2px;
            vertical-align: middle;
        }

    TABLE.standard TR.data {
        cursor: pointer;
    }

        TABLE.standard TR.data:hover {
            background-color: rgb(210,210,210) !important;
        }

        TABLE.standard TR.data:not(:first-child) {
            border-top: 1px solid rgb(210,210,210);
        }

    TABLE.standard TR.dataExt {
        border-top: 1px solid rgb(210,210,210);
        display: none;
    }

        TABLE.standard TR.dataExt:not(:last-child) {
            border-bottom: 1px solid rgb(66,139,139);
        }


/* Payment History overview table */
/**/

/* Card Details overview table */
/**/

/* Letter overview table */
TABLE.lettertbl {
    background-color: rgb(255,255,255);
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0;
}

    TABLE.lettertbl TH {
        border-bottom: 1px solid rgb(6,100,100);
        color: rgb(6,100,100);
        padding: 5px 0 5px 0;
        text-align: left;
    }

        table.lettertbl TH {
            padding-left: 10px;
        }

    TABLE.lettertbl TD {
        vertical-align: middle;
    }

        table.lettertbl TD:first-child a {
            padding-left: 10px;
        }

        table.lettertbl TD a {
            padding: 10px;
            display: block;
            color: rgb(51,51,51);
            text-decoration: none;
        }

    TABLE.lettertbl TR.data {
        cursor: pointer;
    }

        TABLE.lettertbl TR.data:hover {
            background-color: rgb(210,210,210) !important;
        }

        TABLE.lettertbl TR.data:not(:first-child) {
            border-top: 1px solid rgb(210,210,210);
        }

    TABLE.lettertbl TR.dataExt {
        border-top: 1px solid rgb(210,210,210);
        display: none;
    }

        TABLE.lettertbl TR.dataExt:not(:last-child) {
            border-bottom: 1px solid rgb(66,139,139);
        }

/* Letter page */
.newletter {
    font-weight: 900;
    color: #066464 !important;
}

.letterIFrame {
    width: 100%;
}

tr.letPadding td {
    padding: 10px;
}

#letterHolder {
    background-size: inherit;
}

#accListLetters &gt; table &gt; tbody &gt; tr.selected {
    border-left: 5px solid #066464;
}

    #accListLetters &gt; table &gt; tbody &gt; tr.selected &gt; td {
        font-weight: 700;
        color: #066464;
    }

div#accListLetters {
    height: 234px;
    overflow: auto;
}


/* Account Management overview table */
/* Re-jig this to use TABLE.standard */
.accountManagementInfo TABLE {
    background-color: rgb(255,255,255);
    border-collapse: collapse;
    width: 100%;
}

    .accountManagementInfo TABLE TH {
        border-bottom: 1px solid rgb(6,100,100);
        color: rgb(6,100,100);
        padding: 5px 0 5px 2px;
        text-align: left;
    }

    .accountManagementInfo TABLE TD {
        height: 34px;
        vertical-align: middle;
    }

        .accountManagementInfo TABLE TD IMG {
            height: 30px;
            margin-left: 2px;
            vertical-align: middle;
        }

    .accountManagementInfo TABLE TR.data {
        cursor: pointer;
    }

        .accountManagementInfo TABLE TR.data:hover {
            background-color: rgb(210,210,210);
        }

        .accountManagementInfo TABLE TR.data:not(:first-child) {
            border-top: 1px solid rgb(6,100,100);
        }

    .accountManagementInfo TABLE TR.dataExt {
        border-top: 1px solid rgb(210,210,210);
        display: none;
    }

    .accountManagementInfo TABLE TR.dataAcc {
        background-color: #EAEAEA;
        display: none;
    }

    .accountManagementInfo TABLE TR.dataAccToggle {
        background-color: rgb(221,221,221);
        cursor: pointer;
    }

        .accountManagementInfo TABLE TR.dataAccToggle:hover {
            background-color: rgb(210,210,210);
        }

    .accountManagementInfo TABLE TD.formLabel {
        padding-left: 10px;
    }

.accountManagementInfo .accEditText {
    padding-right: 10px;
}

.accountManagementInfo TABLE TR.dataAccToggle:not(:first-child) {
    border-top: 1px solid #D2D2D2;
}

.accountManagementInfo TABLE TD FORM {
    padding: 15px 15px 8px 15px;
}

/* Payment Plan */
#NewCardDetailHolder {
    background-color: #EAEAEA;
    padding: 15px;
}

.PPOptionHeaderText {
    font-weight: bold;
    font-size: 14px;
    color: #066464;
    line-height: normal;
    margin: 0;
}

.PPOptionHolder {
    display: flex;
    background: #ffffff;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #bbbbbb;
    cursor: pointer;
}

    .PPOptionHolder:hover {
        border: 1px solid #428b8b;
    }

.PPOptionSubText {
    font-size: 12px;
    margin: 0;
    margin-top: 8px;
    color: #636363;
}

.PPBankDetails {
    font-size: 12px;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #525252;
}

.PPRepaymentHeader {
    margin: 0;
    margin-bottom: 14px;
    font-size: 17px;
    color: #066464;
}

.repayingOptionsHolder {
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
    border-top: #b7b7b7 solid 1px;
}

.repayingOptionsList {
    border-bottom: #b7b7b7 solid 1px;
    margin-bottom: 25px;
}

.repayingOptionsHolder label {
    line-height: 18px;
}

.repayingOptionsHolder input:checked + label {
    color: #066464;
}


.PPOptionHolder &gt; input:checked + div &gt; h2 {
    text-decoration: underline !important;
}

.authCardHolder {
    background: #d2e4ff;
    padding: 9px;
    border: #5c8daf 1px solid;
    display: flex;
}

.authorisedCardLabel {
    color: #004b73;
    line-height: 1.3em;
}

.paymentOptionsHolder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.paymentOption {
    background: white;
    padding: 10px;
    margin-top: 10px;
    height: 180px;
    width: 190px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #bbbbbb;
}

.paymentOptionTextHolder h2 {
    font-size: 17px;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #efefef;
    padding-bottom: 2px;
    margin-bottom: 5px;
}


.paymentOptionTextHolder p {
    text-align: center;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
    color: #636363;
}

.paymentFirstPaymentDateAuto {
    font-size: 11px;
    text-align: center;
    margin-top: 5px;
    font-weight: 800;
}

.paymentFirstPaymentDateAuto span {
    color: #254896;
    font-size: 14px;
}

.ppOverviewHighlight {
    color: #424242;
    font-weight: bold;
}


.OverviewTextHolder {
    border: #bbb 1px solid;
    background: #FFF;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#OverviewText {
    color: #636363;
    font-size: 17px;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
}

.showPaymentBrakedownLink {
    margin: 0;
    font-size: 13px;
    display: inline-block;
    background: #066464;
    color: #ffffff;
    padding: 7px;
    text-align: center;
    width: 190px;
    text-decoration: none;
}

#frmPayPlanOptionsAmount {
    border: 1px solid #066464;
}

.paymentStartDateHolder2 {
    background: #FFF;
    border: 1px solid #bbbbbb;
    padding: 10px 20px;
}

.overviewHolder {
    border: #bbb 1px solid;
    background: #FFF;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}



.headerDeviderTextPP {
    margin: 0;
    font-size: 15px;
    width: auto;
    color: #066464;
    margin-right: 10px;
    font-weight: bold;
    white-space: nowrap;
}


.headerDeviderBorderPP {
    border-top: #bbbbbb 1px solid;
    margin-top: 10px;
    width: 100%;
}

.headerDeviderPP {
    display: flex;
}


.paymentOptionInputHolder {
    display: flex;
}

.paymentOptionTextHolder {
    margin-bottom: 10px;
}

#paymentOVDefaultText {
    color: #636363;
    font-size: 17px;
    margin: 0;
    text-align: center;
}


.payPlanOverviewDropDown {
    border: #066464 1px solid;
    padding-top: 10px;
}

div#payPlanScheduleContainer {
    margin-top: 10px;
}

.payplanOVTable {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
}

    .payplanOVTable td, .payplanOVTable th {
        padding: 6px;
        color: #353535;
    }

    .payplanOVTable tr:nth-child(even) {
        background-color: #ececec;
    }

    .payplanOVTable th {
        padding-top: 0px;
        padding: 6px;
        text-align: left;
        background-color: #b5b5b5;
        color: #505050;
    }


.noticeTextPP {
    font-size: 12px;
    font-style: italic;
    color: #909090;
    text-align: right;
    margin: 0;
    margin-bottom: 5px;
}


.restartPPHolder {
    text-align: right;
}

a.restartPPBtn {
    display: inline-block;
    padding: 7px 20px;
    background: #066464;
    color: #FFF;
    text-decoration: none;
}


.paymentOptionOtherAmountHolder {
    margin-top: 10px;
}


iframe#letterIframe {
    border: initial;
    outline: initial;
}

    iframe#letterIframe:hover {
        border: initial;
        outline: initial;
    }

    iframe#letterIframe:focus {
        /*border: initial;
        outline: initial;*/
    }



/* Media queries */
@media screen and (max-width:768px) {
    #accOptions {
        display: none;
    }
}

@media screen and (max-width:480px) {
    .dataItemLabel {
        font-size: 0.9em;
        min-width: 100px;
    }

    TABLE.standard {
        font-size: 0.8em;
    }

    #accDataCardDetails TABLE TH:nth-of-type(4) {
        display: none !important;
    }
    /* Hide CardHolder header for thin displays */
    #accDataCardDetails TABLE TD:nth-of-type(4) {
        display: none !important;
    }
    /* Hide CardHolder column for thin displays */
}
</pre></body></html>