﻿@charset "UTF-8";

.login1 input.pull-right, .forgotpwd1 input.pull-right, .forgotpwd2 input.pull-right, .registration1 input.pull-right, .registration2 input.pull-right, .ContactUs input.pull-right {
    background-image: url(/Resources/Client/Images/arrow-right-midnight.svg);
    background-repeat: no-repeat;
    background-position: 91%;
    background-size: 11%;
    text-align: left;
    width: 230px;
}

.registration3 input.pull-right, .forgotuser2 input.pull-right {
    background-image: url(/Resources/Client/Images/PIC_Icons_2022_WhiteGold_RGB_PadlockBlue.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding: 5px 40px 5px 16px;
    text-align: left;
    width: auto;
    white-space: nowrap;
}

.login2 input.pull-right {
    background-image: url(/Resources/Client/Images/PIC_Icons_2022_WhiteGold_RGB_PadlockBlue.png);
    background-repeat: no-repeat;
    background-position: 94%;
    background-size: 6.4%;
    text-align: left;
    width: 260px;
}

.forgotpwd3 input.pull-right {
    background-image: url(/Resources/Client/Images/PIC_Icons_2022_WhiteGold_RGB_PadlockBlue.png);
    background-repeat: no-repeat;
    background-position: 94%;
    background-size: 6.8%;
    text-align: left;
    width: 300px;
}

.changepwd input.pull-right {
    background-image: url(/Resources/Client/Images/PIC_Icons_2022_WhiteGold_RGB_PadlockBlue.png);
    background-repeat: no-repeat;
    background-position: 92%;
    background-size: 8%;
    text-align: left;
    width: 235px;
}

.forgotuser1 input.pull-right {
    background-image: url(/Resources/Client/Images/PIC_Icons_2022_WhiteGold_RGB_PadlockBlue.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding: 5px 40px 5px 16px;
    text-align: left;
    width: auto;
    white-space: nowrap;
}

#divContactUs input.form-btn {
    background-image: url(/Resources/Client/Images/arrow-right-midnight.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding: 5px 40px 5px 16px;
    text-align: left;
    width: auto;
    white-space: nowrap;
}
/* Problem in IE11 on Windows7, not Windows 10 */
#divContactUs .forms-style2 .row {
    margin: 0 -3px;
}


.Layout_Form.forms-style2 button.btn-primary {
    background-image: url(/Resources/Client/Images/arrow-right-midnight.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding: 5px 40px 5px 16px;
    text-align: left;
    width: auto;
    white-space: nowrap;
}

.requestverification {
    background-image: url(/Resources/Client/Images/arrow-right-midnight.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding: 5px 40px 5px 16px;
    text-align: left;
    width: auto;
    white-space: nowrap;
}

.Layout_Form.payment-details button.btn-primary {
    background-image: url(/Resources/Client/Images/arrow-right-midnight.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding: 5px 40px 5px 16px;
    text-align: left;
    width: auto;
    white-space: nowrap;
}

.Layout_Form.Address button.btn-primary {
    background-image: url(/Resources/Client/Images/arrow-right-midnight.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding: 5px 40px 5px 16px;
    text-align: left;
    width: auto;
    white-space: nowrap;
}

.forms-style3 .btn {
    margin-right: 10px;
}

label.securitylabel {
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}

/* Prevent RR menu styling from being applied to error messages */
ul#errorcontainer {
    margin: inherit;
}

    ul#errorcontainer > li {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
    }


ul#errorcontainerA {
    margin: inherit;
}

    ul#errorcontainerA > li {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
    }

.forms-style2 .select2-container--disabled {
    background-color: #eee;
    opacity: 1;
}

table input {
    border: none;
    background-color: inherit;
}

.container-post-login .table td:last-child, .container-post-login .table th:last-child {
    text-align: inherit;
    font-weight: 400;
}

.CurrentCases [name=CaseID] {
    width: 60px;
}

.CurrentCases [name=ProcessName] {
    width: 220px;
}

.CurrentCases [name=Status] {
    width: 90px;
}

.CurrentCases table {
    width: auto;
}

.Layout_Form .frmData input.form-control, .Layout_Form select, .Layout_Form textarea .Layout_Form input, .memberBasicSalary input.form-control, .contsrec input.form-control,
.Layout_Form.payment-details .data_form input.form-control,
.Layout_Form.gross-annual-pension .data_form input.form-control {
    -webkit-appearance: none;
    border: 1px solid #021f4e !important;
    color: #021f4e !important;
    font-size: 22px !important;
}

.Layout_Form .frmData .form-control, .Layout_Form input.form-control {
    width: 100%;
    height: 55px;
    border-radius: 0;
    padding: 6px 12px;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.Layout_Form.new-bank-account .frmData #pcaSearchWrap {
    display: block;
}

.container-post-login .Layout_Form h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 60px;
    margin: 0 0 25px;
}

.container-post-login .Layout_Form label {
    height: 55px;
    line-height: 55px;
    white-space: nowrap;
}

.container-post-login .wizardpanel .block .btn {
    bottom: initial;
    position: initial;
}

.forms-style3 input.hasDatepicker {
    width: 210px;
    font-size: 22px;
    margin-left: 20px;
}

.forms-style3 .select2-container .select2-selection, .forms-style3 .select2-container li {
    color: #f6ad04;
    font-size: 22px;
    margin-left: 10px;
}
/*
** Fields used on the Get a Pension Estimate page
*/
.forms-style3 input, .forms-style3 select, .forms-style3 textarea {
    height: 53px;
}

#selretage {
    padding-top: 4px;
}

#CalculationDate {
    width: 220px;
}

.calcrow {
    margin-top: 10px;
    margin-bottom: 10px;
}

.forms-style3 label[for=MaxCashAmount] {
    padding-right: 10px;
}
/* In member header */
select.schemeSelect {
    border: 0;
    background-color: #f6ad04;
}

.datepicker {
    color: #f6ad04;
}

    .datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
        border-radius: 0px;
        background-image: linear-gradient(to bottom,#f6ad04,#f6ad04);
    }
/*
** Match existing cms output to RR styling
*/
.container-post-login .cmstable .th {
    font-size: 22px;
    font-weight: 400;
    color: #f6ad04;
    border-bottom: 3px solid #f6ad04;
}

.container-post-login .cmstable .th {
    font-size: 22px;
    font-weight: 400;
    color: #f6ad04;
}

.container-post-login .td {
    font-size: 18px;
    font-weight: 400;
    border-top: 1px solid #e7ebed;
    padding: 18px 8px 4px;
    color: #586a73;
}
/*
** Nominations header text
*/
.container-post-login .block p.normalinblock {
    color: #586a73;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 16px;
}

.container-post-login .block p.normal{
    color: #586a73;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 16px;
}


.container-post-login table.table td, .container-post-login table.table th {
    padding: 30px;
}

.container-post-login .PayslipHistory table.table td, .container-post-login .PayslipHistory table.table th,
.container-post-login .PensionBenefits table.table td, .container-post-login .PensionBenefits table.table th,
.container-post-login .P60History table.table td, .container-post-login .P60History table.table th {
    padding: 5px;
}

.container-post-login table.table td:first-of-type, .container-post-login table.table th:first-of-type {
    padding-left: 0px;
}

.container-post-login table.table td:last-of-type, .container-post-login table.table th:last-of-type {
    padding-right: 0px;
}

p.justified {
    text-align: justify;
}

p.highlight {
    color: #021f4e;
}

#contactDetails .modal-body button.close {
    position: relative;
    top: -15px;
}

#CalculationOutput {
    margin: 20px 0px 20px 0px;
}

    #CalculationOutput .pensionamount, #CalculationOutput .transfervalue {
        font-weight: 700;
        color: #44bdee;
    }

.container-post-login .table td {
    border-top: none;
}

#CalculationOutput .heading {
    font-weight: 700;
    font-size: 18px;
    color: #44bdee;
}

#CalculationOutput .btn-detail-off, #CalculationOutput .btn-detail-on {
    float: left;
}

#CalculationOutput .btn-detail-off, #CalculationOutput .btn-detail-on {
    display: initial;
}

    #CalculationOutput .btn-detail-off.off, #CalculationOutput .btn-detail-on.off {
        display: none;
    }

#CalculationOutput .btn-detail-off-content::after {
    content: "Hide detail";
}

#CalculationOutput .btn-detail-on-content::after {
    content: "Click to see more detail";
}

#CalculationOutput .btn-detail-on, #CalculationOutput .btn-detail-off {
}

#CalculationOutput .option {
    color: #586a73;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 16px;
}

element {
}

#CalculationOutput .btn-detail-off, #CalculationOutput .btn-detail-on {
    display: initial;
}

#CalculationOutput .btn-detail-off, #CalculationOutput .btn-detail-on {
    float: left;
}

#CalculationOutput .container-post-login table.table td, #CalculationOutput .container-post-login table.table th {
    padding: 0px;
    padding: 0px;
}

.forms-style3 .btn {
    margin-right: 10px;
}

#CalculationOutput .btn-detail-on, #CalculationOutput .btn-detail-off {
    font-size: 14px;
}

.printonly {
    visibility: hidden;
}

#CalculationWait, #CalculationWait2 {
    position: relative;
    top: -170px;
}

    #CalculationWait span.textSpan, #CalculationWait2 span.textSpan  {
        font-size: 22px;
        font-weight: 400;
        color: #f6ad04;
        position: relative;
        top: 48px;
        left: 12px;
        z-index: 1000;
    }

    #CalculationWait .progress, #CalculationWait2 .progress  {
        background: white;
        border: 1px solid #f6ad04;
        border-radius: 0px;
        max-width: 600px;
        height: 50px;
        font-size: 34px;
        position: relative!important;
        top: -50px;
        z-index: -99;
    }

    #CalculationWait .progress, #CalculationWait2 .progress  {
        background: white;
        border: 1px solid #f6ad04;
        border-radius: 0px;
        max-width: 600px;
        height: 50px;
        font-size: 34px;
        position: relative;
    }

    #CalculationWait .progress-bar, #CalculationWait2 .progress-bar  {
        color: #f6ad04;
        background-color: #f5f5f5;
        height: 50px;
        line-height: initial;
        font-size: 34px;
    }

.address-printed {
    background-color: #fff;
}

#divBS.forms-style3 .bs-label, #divBS.forms-style3 .bs-data {
    color: #586a73;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px;
}

#divBS.forms-style3 .bs-label {
    font-weight: 500;
}

#divBS.forms-style3 h2 {
    background-color: #f6f6f6;
    padding: 15px 15px;
    font-weight: 400;
}

#divBS.forms-style3 .label-text {
    font-weight: 500;
    margin: 0 0 15px;
    width: inherit;
}

#divBS.forms-style3 .bs-div {
    background-color: #f6f6f6;
    font-weight: 600;
    padding: 30px 30px;
    margin: 2px 0px;
}

#divBS.forms-style3 .bs-footer {
    background-color: #f6f6f6;
    color: #f6ad04;
    font-size: 22px;
    padding: 15px 15px;
    margin: 5px 0px;
}

#divBS.forms-style3 .bs-amt {
    color: #021f4e;
    font-weight: 500;
}

#divBS.forms-style3 h3 {
    font-weight: 500;
}

#divBS.forms-style3 .bs-footer span.button a {
    width: 170px;
    margin-top: 12px;
}

/*
** Link to MyDetails in user header should not have underline
*/
p.user a {
    text-decoration: none;
}

/*
** class anim-express is added to elements to condense animations when not required, on second showing of page
*/
#svg-journey .svg-stroke-left.anim-express, #svg-journey .svg-stroke-right.anim-express, #svg-journey .svg-stroke-right-thick.anim-express {
    -webkit-animation: b 0s 0s linear forwards;
    animation: b 0s 0s linear forwards;
}
/*
** glossary
*/
#dlGlossaryContainer .glossarytitle {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #44bdee;
}

#dlGlossaryContainer dt {
    float: left;
    width: 180px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*
** Landing page
*/
dd span.phone {
    min-width: 110px;
}
/*
** Nominated beneficiaries
*/
.container-post-login #adddiv.block-item {
    max-width: 33.332%;
}

.modeller li {
    color: #586a73;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 16px;
}

.moneypurchase .section {
    background-color: #f6f6f6;
    font-weight: 600;
    padding: 10px 30px 10px;
    margin: 0 0 17px 0;
}

    .moneypurchase .section p {
        padding: 0px 0px;
        margin: 0px 0px;
    }

.moneypurchase .mpA, .moneypurchase .mpB, .moneypurchase .mpC, .moneypurchase .mpD, .moneypurchase .mpE, .moneypurchase .mpF, .moneypurchase .mpG {
    display: none;
}

div.contsrec {
    margin-top: 40px;
}

#externaldocblock .block-downloads {
    margin: 0;
}

    #externaldocblock .block-downloads div div {
        background-color: #f7f7f5;
    }

    #externaldocblock .block-downloads div, .glossaryrow {
        background-color: #f7f7f5;
        margin-bottom: 10px;
        padding: 20px;
    }

#externaldocblock span {
    color: #44bdee;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    padding-left: 0;
}

#btnPcaSearch {
    font-size: 17px;
    margin-left: 10px;
    height: auto;
    border-radius: 5px;
}

/* #btnPcaValidate, #btnPcaSearch {
    margin-left: 10px;
    background-color: #021f4e;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 6px 14px;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    height: auto;
    width: 110px;
    background-position: 92%;
    background-size: 20%;
}


    #btnPcaValidate:hover {
        background-color: #246987;
        color: #fff;
    } */

#pwmodal .btn {
    height: inherit;
    font-size: 18px;
    border-radius: 0;
}

#pwmodal .btn-ok {
    background-color: #021f4e;
    color: white;
    padding: 7px 13px;
}

#pwmodal .btn-default {
    background-color: #ddd;
    color: #333;
    padding: 8px 22px;
}

#elements th {
    color: #777;
    font-size: 18px;
}

.PensionElements, .PensionBenefits table table {
    display: none;
}

.inputdate {
    width: 150px;
}

.hiddentable {
    display: none;
}

.MaritalStatusHistory button[name=btnSave] {
}

.MaritalStatusHistory {
    display: none;
}

.mshpanel #divNavigate {
}

.PensionBenefits .panel-questions .panel-title a::after, .PensionBenefits .panel-questions .panel-title a::before {
    top: 8px !important;
}

.container-profile-tasks .icon-info-laptop svg {
    height: 40px;
    top: 27%;
    width: 88px;
}

.container-profile-tasks .icon-percent-calculator svg {
    height: 54px;
    top: 16%;
    width: 83px;
}

.container-profile-tasks .icon-payslip-hist svg {
    height: 50px;
    top: 18%;
    width: 65px;
}

.guide img {
    box-shadow: -1px 4px 4px #caccbc;
    border: 1px solid darkgray;
    margin-left: 50px;
    margin-bottom: 10px;
    height: 67px;
    width: auto;
}

.stripedtable tr.modrow_1, .stripedtable tr.modrow_1 input, .stripedtable th {
    background-color: rgb(249,249,249);
}

.stripedtable tr.modrow_0, .stripedtable tr.modrow_1 {
    border-bottom-style: solid;
    border-bottom-color: rgb(221,221,221);
    border-bottom-width: 1px;
}

a.psdownload, a.psdownload:focus {
  background-color: #f6ad04;
  border: 2px solid #021f4e;
  color: #021f4e;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  font-weight: bolder;
  padding: 5px 10px;
  text-decoration: none;
}

    a.psdownload:hover {
        background-color: #fff;
    }

.wizardpanel div#blockdiv {
    min-height: 200px;
}

.header-post-login .navbar-nav > li ul li.activeitem a,
.container-post-login .nav-pills .activeitem a {
    color: #021f4e !Important;
}
/*
** Coloured top bar for current menu option only on desktop
*/
@media screen and (min-width: 992px) {
    .header-post-login .navbar-nav > li.activenavitem > a {
        border-top-color: #f6ad04;
        border-left-width: 0;
    }
}

.btn-mar-DEP {
    display: none !Important;
}

.update-cardx {
    opacity: 0;
}

.currentStep {
    font-weight: bolder;
}


@media print {

    #contentmain {
        display: block;
        background-color: white;
        height: 100%;
        width: 100%;
    }

    ol.breadcrumb {
        display: none;
    }

    /*abbr.icon-more-info::before { 
                                                content: attr(data-content);
                                                position: relative;
                                                left: 0;
                                                width:90%;
                                                display:inline;
                                                }
                */

    button {
        display: none;
    }

    #QuoteButtons {
        display: none;
    }

    abbr.icon-more-info {
        display: none;
    }

    #footer-wrapper {
        display: none;
    }

    .collapse {
        display: inline;
    }
}

.btn-olret-next {
  background-color: #f6ad04;
  border: 2px solid #021f4e;
  color: #021f4e;
  font-size: 20px;
  border-radius: 5px;
  padding: 8px 22px;
}
.btn-olret-next:hover, .btn-olret-next:focus {
	background-color: #fff !important;
}

.rw-call-status-summary ul li .summaryfigure {
  display: block;
  font-size: 20px;
  color: #f6ad04;
}

@media (min-width:768px) {
	span.label-text2 {
		margin-left: 290px!important;
	}
}

.savings-content {
    border-top: 3px solid #e8e8e6;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: rgb(232, 232, 230);
}

.savings-panel {
    background-color:white;
    padding:20px;
    margin-top:20px;
    margin-bottom:20px;
}
.savings-content li, .blue-arrows li {
    list-style-type: none;
}
.savings-content li::before, .blue-arrows li::before {
    display: block;
    transform:  scale(0.8,0.8);
    content: url(/images/arrow2.svg);
    margin-top: 0px;
    margin-bottom: 0px;
    height: 0px;
    width: 10px;
    margin-left: -40px;
}
.savings-content .bluebold {
   font-size: 18px;
   font-weight:bold;
    color: #f6ad04;
}
.rrrst a {
    color: #f6ad04;
    font-size: 18px;
    Font: "TheMix C5 Plain";
    font-weight: 300;
}

.rrrst div.panel {
    border-bottom: 0 !important;
}
.rrrst .panel-questions {
    border: 0;
    background-color: transparent;
    margin-bottom: 30px;
}

.rrrst .panel-questions .panel-body {
        background-color: white;
        border:0;
        padding-right: 15px;
}
.rrrst .panel-collapse {
        border: 0 !important;
}
.rrrst .panel-questions .panel-heading {
    border-color: black;
    border-bottom: 3px solid rgb(232, 232, 230) ;
}
.rrrst .panel-questions .panel-heading h3.panel-title {
    padding: 13px 0 13px;
    border-bottom: 10px;
}
.rrrst .panel-questions .panel-heading h3.panel-title a {
    font-weight: bold;
    font-size: 18px;
    margin-left: 25px;
}
.rrrst .panel-questions .panel-heading h3.panel-title a:hover,
.rrrst .panel-questions .panel-heading h3.panel-title a:focus {
        text-decoration: none;
}
.rrrst .panel-questions .panel-title a:after,
.rrrst .panel-questions .panel-title a:before {
    transform:  scale(1.5,1.5) rotate(180deg);
    right: 20px;
    top:60%;
}

.rrrst .panel-questions .panel-title a.collapsed::after,
.rrrst .panel-questions .panel-title a.collapsed:before {
    transform: scale(1.5,1.5);
}

.rrrst .panel-questions .panel-body .content .header-row {
   background-color: #586A73;

}
.rrrst .panel-questions .panel-body .content .header-row   > div > div{
   font-weight: bold !important;
   color: white;
}
.rrrst .panel-body .roweven {
    background-color: rgba(0,73,147,0.06);
}
.rrrst .panel-questions .panel-body p {
   margin-top: 1em;
}
.rrrst .panel-questions .panel-body .row {
   padding-left: 15px;
   padding-right: 15px;
}

.rrrst .panel-questions .panel-body .row > div > div {
         padding-top: 3px;
         padding-bottom: 3px;
         color: #586a73;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.rrrst h4 {
    font-size: 26px;
    line-height: 34px;
    color: #f6ad04;
}
.rrrst h5 {
    font-weight: bold;
    font-size: 18px;
    color: #f6ad04;
}

.rrrst p.smallprint {
    font-size: 14px;
}
