﻿@import url('site.css');
html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}
body {
    font-family: 'Montserrat-Regular';
    font-size: 17px;
    color: #323241;
    overflow-x: hidden;
    letter-spacing: 0.03em;
    word-spacing: 0.03em;
    margin-bottom: 136px; /* Margin bottom by footer height */
    min-height: 90vh;
}
.eye-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #5C3887;
    transition: transform 0.3s ease;
}

.eye-icon:hover {
    transform: translateY(-50%) scale(1.1);
}
.break-word{
    word-wrap:break-word;
}
.input-icon {
    font-size: 1.25rem;
    color: #5C3887;
}

.input-icon-light {
    font-size: 1.25rem;
    color: #A28FBC;
}

.mh-auto{
    min-height: auto;
}
.fw-800 {
    font-weight: 800;
}

.border-dotted{
    border: 1px dotted #323241;
}

.lht-36{
    line-height:36px !important;
}
.justify-content-space-between {
    justify-content:space-between;
}
.custom-scroll {
    height: 238px;
    overflow-y: auto;
    overflow-x: hidden;
}
.tbl-res {
    overflow-x: hidden !important;
}
.page-link {
    color: #00adac;
}
.page-item.active .page-link {
    background-color: #5c3887;
    border-color: #5c3887;
    color: #FFF !important;
}
/*my inbox css */
.R .envelope-icon {
    background-image: url(/images/email_open_grey.png);
    display: block;
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    position: relative;
    top: -1px;
    background-size: 29px;
}

.U .envelope-icon {
    background-image: url(/images/email_green.png);
    display: block;
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    top: 5px;
    position: relative;
    background-size: 30px;
}

.envelope-icon:after {
    font-size: 11px;
    padding: .25rem;
    width: 90px;
    font-weight: 100;
    display: none;
    position: absolute;
    top: 15px;
    right: -5px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
}

.envelope-icon:hover:after {
    display: block;
}

.R .envelope-icon:after {
    content: "Read item";
}

.U .envelope-icon:after {
    content: "Unread item";
}

.ps-c2rem{
    padding-left: 2rem;
}
.PB-minHGT {
    min-height: 200px;
}
.nominee-deatils-page .form-control {
    font-size: 15px;
}
.nominee-deatils-page .form-select {
    font-size: 15px;
    appearance:none;
}
.non-active-related-records a, .non-active-related-records span {
    opacity: 0.85;
}
.active-related-records a, .active-related-records span {
    font-weight: 800 !important;
}
.border-bottom-white {
    border-bottom: 1px solid white !important;
}
.home-tile-header .records:last-child {
    border-bottom: 0px !important;
}
.pr-cs {
    padding-right: 0.29rem;
}
.memorable-wrd .form-control {
    text-indent: 45%;
}   
.pl-cs {
    padding-left: 0.26rem;
}
.font10{
    font-size: 10px !important;
}
.font15 {
    font-size: 15px !important;
}
.font16 {
    font-size: 16px !important;
}
.font17 {
    font-size: 17px !important;
}
.char-lbl {
    white-space: nowrap;
}
.col-cstm {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.init-min-height{
    min-height: initial;
}
.no-wrap{
    white-space: nowrap;
}
.nominee-summary {
    color: #323241;
    background: none;
    border-left: 3px solid #323241;
    padding: 0px;
    margin: 0px;
    margin-top: -10px;
    font-weight: 600;
}

.form-control.is-invalid {
    background-image: none;
}

.form-control.is-valid {
    background-image: none;
}
/*loading image css on login page*/
     #myOverlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    #myOverlay {
        background: black;
        backdrop-filter: blur(4px);
        opacity: .4;
        z-index: 2;
        display: none;
    }
    #loadingGIF {
        position: absolute;
        top: 35%;
        left: 48%;
        z-index: 3;
        display: none;
    }
@media only screen and (max-width: 767px) {
    #jBox1, #jBox2, #jBox3, #jBox4, #jBox5, #jBox6, #jBox7, #jBox8 {
        display: none !important;
    }
}
.word-break{
    word-break: break-word;
}
.mrgConsent {
    position: relative;
    top: 10px;
}

input#emailConsent
{
    width:48px;
}
.cbConsent {
    margin-left: 15px;
    margin-top: -10px;
}
.t-indent-5 {
    text-indent: 5px !important;
}

/* Grid Home Page CSS ...................... */
.grid-container {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 1fr 1fr;
    grid-gap: 1rem;
}

.grid-container .menu {
    background-color: #fff;
    min-height: 100%;
    border: 1px solid #5c3887;
    display: flex;
    color: #323241;
}

    .grid-container > a div:hover {
        background-color: #5c3887;
        color: #fff;
    }

    .grid-container > div:hover {
        background-color: #5c3887;
        color: #fff;
        /*transform: scale(1.02);*/
    }

    /* Grid Layout CSS: For IE Browser */
    .grid-container .menu:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row-span: 3;
    }

    .grid-container .menu:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .grid-container .menu:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .grid-container .menu:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }

    /* HFirst157 .....*/
    .grid-container.multipleRecordIE .HFirst477-IE:nth-child(1).menu {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row-span: 1;
    }

    .grid-container.multipleRecordIE .HFirst477-IE:nth-child(2).menu {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .grid-container.multipleRecordIE .HFirst477-IE:nth-child(3).menu {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .grid-container.multipleRecordIE .HFirst477-IE:nth-child(4).menu {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .grid-container .HFirst157-IE:nth-child(3).menu {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .grid-container .HFirst157-IE:nth-child(4).menu {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .grid-container .HFirst157-IE:nth-child(5).menu {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .grid-container .HFirst157-IE:nth-child(6).menu {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }

    .grid-container .HFirst157-IE:nth-child(7).menu {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
    }

    .grid-container .HFirst157-IE:nth-child(8).menu {
        -ms-grid-row: 4;
        -ms-grid-column: 2;
    }

    .grid-container .HFirst157-IE:nth-child(9).menu {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .grid-container .HFirst157-IE:nth-child(10).menu {
        -ms-grid-row: 5;
        -ms-grid-column: 2;
    }

    .grid-container .HFirst157-IE:nth-child(11).menu {
        -ms-grid-row: 6;
        -ms-grid-column: 1;
    }

    .grid-container .HFirst157-IE:nth-child(12).menu {
        -ms-grid-row: 6;
        -ms-grid-column: 2;
    }

    .grid-container .HFirst157-IE:nth-child(13).menu {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .grid-container .HFirst157-IE:nth-child(14).menu {
        -ms-grid-row: 7;
        -ms-grid-column: 2;
    }

    /* HFirst317 .....*/
    .grid-container .HFirst317-IE:nth-child(4).menu {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .grid-container .HFirst317-IE:nth-child(5).menu {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }

    .grid-container .HFirst317-IE:nth-child(6).menu {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
    }

    .grid-container .HFirst317-IE:nth-child(7).menu {
        -ms-grid-row: 4;
        -ms-grid-column: 2;
    }

    .grid-container .HFirst317-IE:nth-child(8).menu {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .grid-container .HFirst317-IE:nth-child(9).menu {
        -ms-grid-row: 5;
        -ms-grid-column: 2;
    }

    .grid-container .HFirst317-IE:nth-child(10).menu {
        -ms-grid-row: 6;
        -ms-grid-column: 1;
    }

    .grid-container .HFirst317-IE:nth-child(11).menu {
        -ms-grid-row: 6;
        -ms-grid-column: 2;
    }

    .grid-container .HFirst317-IE:nth-child(12).menu {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .grid-container .HFirst317-IE:nth-child(13).menu {
        -ms-grid-row: 7;
        -ms-grid-column: 2;
    }

    .grid-container .HFirst317-IE:nth-child(14).menu {
        -ms-grid-row: 8;
        -ms-grid-column: 1;
    }

    .grid-container .HFirst317-IE:nth-child(15).menu {
        -ms-grid-row: 8;
        -ms-grid-column: 2;
    }

    /* HFirst477 .....*/
    .grid-container .menu:nth-child(5) {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
    }

    .grid-container .menu:nth-child(6) {
        -ms-grid-row: 4;
        -ms-grid-column: 2;
    }

    .grid-container .menu:nth-child(7) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .grid-container .menu:nth-child(8) {
        -ms-grid-row: 5;
        -ms-grid-column: 2;
    }

    .grid-container .menu:nth-child(9) {
        -ms-grid-row: 6;
        -ms-grid-column: 1;
    }

    .grid-container .menu:nth-child(10) {
        -ms-grid-row: 6;
        -ms-grid-column: 2;
    }

    .grid-container .menu:nth-child(11) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .grid-container .menu:nth-child(12) {
        -ms-grid-row: 7;
        -ms-grid-column: 2;
    }

    .grid-container .menu:nth-child(13) {
        -ms-grid-row: 8;
        -ms-grid-column: 1;
    }

    .grid-container .menu:nth-child(14) {
        -ms-grid-row: 8;
        -ms-grid-column: 2;
    }

    .grid-container .menu:nth-child(15) {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
    }

    .grid-container .menu:nth-child(16) {
        -ms-grid-row: 9;
        -ms-grid-column: 2;
    }

    .grid-container .menu:nth-child(17) {
        -ms-grid-row: 10;
        -ms-grid-column: 1;
    }

    .grid-container .menu:nth-child(18) {
        -ms-grid-row: 10;
        -ms-grid-column: 2;
    }

    .grid-container .menu:nth-child(19) {
        -ms-grid-row: 11;
        -ms-grid-column: 1;
    }

    .grid-container .menu:nth-child(20) {
        -ms-grid-row: 11;
        -ms-grid-column: 2;
    }

    .grid-container .menu:nth-child(21) {
        -ms-grid-row: 12;
        -ms-grid-column: 1;
    }

    .grid-container .menu:nth-child(22) {
        -ms-grid-row: 12;
        -ms-grid-column: 2;
    }

    .grid-container .menu:nth-child(23) {
        -ms-grid-row: 13;
        -ms-grid-column: 1;
    }

    .grid-container .menu:nth-child(24) {
        -ms-grid-row: 13;
        -ms-grid-column: 2;
    }

    .grid-container .menu .wrap {
        padding-left: 0px;
        padding-right: 0px;
    }

    .grid-container .menu > a {
        color: #323241;
        text-decoration: none;
        display: grid;
        display: -ms-flexbox;
    }

    .grid-container > div:hover a {
        color: #fff;
    }

    .grid-container > div:hover .disp-none {
        display: block;
    }

    .grid-container > div:hover .dtls-blk {
        display: none !important;
    }

    .grid-container div p span {
        display: block;
        font-size: 17px;
        font-weight: 400;
    }

    .grid-container div div span {
        display: block;
        font-size: 17px;
        font-weight: 400;
    }

.HFirst477 {
    grid-column: 1 / span 1;
    grid-row: 1 / span 3;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    /* -ms-grid-row-span: 3; */
}

.HFirst317 {
    grid-column: 1 / span 1;
    grid-row: 1 / span 2;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 2;
}

.HL317 {
    grid-row: span 2;
    -ms-grid-row-span: 2;
}

.grid-container .menu:nth-last-of-type(-n+2):not(:nth-child(odd)) {
     grid-row: span 2;
    -ms-grid-row-span: 2;
}

.grid-container .menu:nth-last-of-type(-n+1):not(:nth-child(odd)) {
    grid-row: span 1 !important;
    -ms-grid-row-span: 1 !important;
}


@media only screen and (min-width: 1024px) {
    .grid-container .menu {
        display: -ms-flex;
        display: grid;
    }

    .grid-container .menu > a {
        text-decoration: none;
        display: grid;
        display: -ms-flexbox;
    }
}

@media only screen and (max-width: 767px) {
    .grid-container .menu {
        display: -ms-flex !important;
        display: grid;
        display: flow-root;
    }

    .grid-container .menu > a {
        color: #323241;
        text-decoration: none;
        display: grid;
        display: -ms-flexbox;
    }

    .HFirst477 .wrap {
        min-height: auto !important;
    }
    .forgot-pwd-container .fa-caret-up:before {
        position: absolute;
        left: 47%;
        top: 40px;
        color: #323241;
        font-size: 23px;
    }
}

@media only screen and (max-width: 567px) {
    .grid-container .menu {
        display: -ms-flex !important;
        display: grid;
    }

    .grid-container .menu > a {
        color: #323241;
        text-decoration: none;
        display: grid;
        display: -ms-flexbox;
    }
}

@media only screen and (max-width: 767px) {
    .grid-container {
        display: contents;
        grid-template-columns: auto auto;
    }

    .HL317 {
        grid-row: initial;
    }

    .HL317 .wrap {
        min-height: 157px !important;
    }

    .page-header .dtls-icon {
        padding-right: 3.5rem !important;
    }

    .grid-container .menu {
        padding: 0 12px;
        flex-grow: 1;
        display: grid;
        display: -ms-flex !important;
        min-height: 157px;
        margin-top: 1rem !important;
    }

    .grid-container .menu > a {
        color: #323241;
        text-decoration: none;
        display: grid;
        display: -ms-flexbox;
    }

    .grid-container .menu .wrap {
        padding: 25px 0;
        flex-grow: 1;
    }
}

/* For IE-11 all devices header issue */
/* For IE-11 all devices header issue */
@media screen and (-ms-high-contast: active), (-ms-high-contrast: none) {
    .grid-container .menu {
        margin: 1.5px;
    }
}

/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align:auto) {
    .grid-container .menu {
        margin: 1.5px;
    }
}

/* For iPhone 6s safari browser */
/* For ipad 4 safari browser */
@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .grid-container .menu .wrap {
        padding-top: 40px;
    }

    .grid-container {
        display: -webkit-grid !important;
    }
}

/* navbar CSS ...................... */
.navbar {
    padding: 1rem;
}

.navbar-nav {
    margin-right: -3px;
    margin-top: -2px;
    margin-bottom: -2px;
}

.navbar-brand {
    margin-left: -3px;
    padding: .75rem 1.5rem;
}

.navbar-dark .navbar-toggler {
    color: #00ADAC;
}

.navbar-toggle-home {
    display: none;
}
@media only screen and (max-width: 575px) {
    .navbar-toggle-home {
        display: block;
    }
}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #323241;
    font-weight: 600;
    border: none;
    background-color: unset;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-link {
    padding: 0 2rem 0 0;
    color: #323241;
}

.nav-tabs {
    border-bottom: 0;
}

/* Tab Content CSS ...................... */
.tab-content > .active {
    display: flex !important;
}
.dc-tab-content > .active {
    display: block !important;
}
/* Breadcrumb CSS ...................... */
.breadcrumb {
    padding: 0;
    list-style: none;
    background-color: #FFF;
    border-radius: 0;
    min-height: 32px;
    margin-bottom: 0;
    line-height: 1.9;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.breadcrumb-item, .breadcrumb-item a, .lgt-clr {
    color: #6c757d;
}

.breadcrumb-item a:hover {
    color: #6c757d !important;
}

/* Container Layout CSS ...................... */
.container {
    max-width: 1024px;
    /*padding-right: 32px;
    padding-left: 32px;*/
}

.home-content .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* Layouts before Login  ........*/
    /* Login Page ... */
    .login-bg {
    background: url(../images/bg.jpg) no-repeat center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
}

.top-content .head {
    font-size: 1.57rem;
}

.forgot-pwd-container, .reg-form-container {
    max-width: 512px;
    margin: 0 auto;
    padding: 16px 32px;
}
.login-form-container {
    max-width: 512px;
    margin: 0 auto;
    padding: 16px 32px;
    font-size: 14px;
}
.login-form-container .form-control {
    font-size: 14px;
}

.login-input-block {
    max-width: 512px;
    margin: 0 auto;
    padding: 0px 32px;
}
.usericon {
    display: inline-block;
    background: url(/images/user.jpg) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    background-position: left;
    width: 100%;
    height: 100%;
}

.pwdicon {
    display: inline-block;
    background: url(/images/lock.jpg) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    background-position: left;
    width: 100%;
    height: 100%;
}
.phoneicon {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.phoneicon .fa-phone-square {
    font-size: 30px;
}
.field-loginform-username, .field-loginform-password {
    margin: 0 32px 0 32px;
}

/* Registration Page ... */
#register-form .fa-caret-up:before {
    position: absolute;
    left: 50%;
    color: #323241;
    font-size: 23px;
}
#accountUnlock-form .fa-caret-up:before {
    position: absolute;
    left: 50%;
    color: #323241;
    font-size: 23px;
}
#register-form .fa {
    left: 49%;
}
#accountUnlock-form .fas{
    position: relative;
    top: -80px;
}
#register-form .fas {
    position: relative;
    top: -40px;
}
.popover-body {
    color: #fff;
    font-size: 13px;
    background-color: #323241;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
    border-bottom-right-radius: calc(0.3rem - 1px);
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #323241;
}

.popover-header {
    padding: 0.3rem 0.75rem;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
}

.accordion_main {
    display: none;
}

.accordion_body p {
    background-color: #323241;
    padding: 10px;
    color: #FFF;
    font-size: 15px;
}

.accordion_head {
    margin-top: -45px;
    float: right;
    margin-right: -20px;
    cursor: pointer;
}

/*below css used for menuitem datepicker trigger focus*/
.input-group .form-control.datepicker-trigger:focus{
    z-index: 0;
}
.ui-datepicker-trigger {
    position: absolute;
    right: 7px;
    margin-top: 7px;
    width:25px;
}
.nominee-deatils-page .ui-datepicker-trigger {
    position: absolute;
    right: 15px;
    margin-top: 6px;
}
#register-emailconsent {
    min-height: 0 !important;
}

#EmailConsent {
    min-height: 0 !important;
}

.mrg_emailConsent p {
    display: none;
  
}

.eml_cnsnt{
    margin-left:5px;
    margin-top:5px;
}
.disp-inline-flex{
    display: inline-flex;
}
/* Header Layout CSS ...................... */
header {
    background: #fff;
    margin: 0 auto;
}

header .wrap {
    min-height: 128px !important;
}

/* header .container {
    padding: 0 16px;
}*/

header .container {
    padding: 0px;
}

header a:hover {
    text-decoration: none;
}

#header_list div + div:before {
    content: "|";
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    top: -2px;
    color: #323241;
}

#header_list .ml-resp {
    margin-left: 1.5rem !important;
}

.nav-primary-info {
    border: 1px solid #00668c;
    background-color: #00668c;
    /*min-width: 206px;*/
    margin-right: 1px;
    cursor: pointer;
}
.nav-warning-info {
    border: 1px solid #dca63d;
    background-color: #dca63d;
}

/* Header Items ...................... */
.active-font {
    color: #323241 !important;
    font-weight: 600;
}

.user-icon {
    display: inline-block;
    background: url(/images/welcome_user_icon_new.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    width: 17px;
    height: 20px;
    margin-left: -33px;
    margin-top: 3px;
}

.logout-icon {
    position: relative;
    padding-right: 4px;
    padding-left: 2px;
    bottom: 2px;
    height: 21px;
}

.fa-menu {
    font-size: 33px !important;
    top: -5px;
    position: absolute;
    left: 56px;
}

.fa-logout {
    margin-right: 11px;
    font-size: 24px !important;
}

/* Internal pages CSS ...................... */
.page-header .wrap {
    min-height: 96px;
    margin-bottom: 32px !important;
    line-height: 96px;
}

.page-header-title {
    font-size: 30px;
    font-family: Montserrat-Bold;
    margin-left: -1px;
}
.section-header {
    margin: auto;
    padding: 10px;
}
/* Nominees details ...*/
.NomineesUbButton {
    border: 1px solid #00ADAC;
    background: #00ADAC;
    border-radius: 0px;
    width: 100%;
    color: #fff;
    transition: all 0.1s;
    min-height: 48px;
}

.NomineesUbButton:hover {
    background: rgba(0, 173, 172, 0.87);
}

.nameOfOrgLabel {
    margin-top: -25px;
}
/* payslips and P60s ...*/
.icon-border {
    border: 1px solid #323241;
    padding: 4px 6px 3px 6px;
}

.icon-border-bg {
    vertical-align: middle;
}

/* Update youur personal details ...*/
.Edit-Icon-cls{
    position:absolute;
    top:5px;
    right:8px;
}
.edit-btn {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.edit-details-btn {
    padding: 16px;
    background: url(/images/editIcon.png) no-repeat;
    display: inline-flex;
}

.edit-details-hint {
    padding: 16px;
    background: url(/images/editIcon-hint.png) no-repeat;
    display: inline-flex;
}

/* Header Menu ...................... */
.dropdown-menu {
    font-size: 17px;
    background-color: #323241;
    border-radius: 0;
    min-width: 350px;
    border: 0;
    margin: 0.125rem -10px 0;
}
.dropdown-divider {
    border-top: 1px solid #5c5d5f;
}
.dropdown-item {
    border-bottom: 1px solid #5c5d5f;
    line-height: 1.73;
    color: #fff;
    white-space: break-spaces;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3c3c4c;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #5c3887;
}
.dropdown-item:last-child {
    border-bottom: 0;
}

.dropdown-menu-end li:before {
    content: none !important;
}

.menu-items-last {
    top: -1px;
    position: relative;
}

.menu-items-justify {
    float: right !important;
}

.menu-header {
    font-size: 20px;
    font-weight: 600;
}
.home-tile-header p {
    font-size: 20px;
    font-weight: 600;
}
.home-tile-header div {
    font-size: 18px;
}

/* Cauousel Caption CSS ...................... */
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: auto;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.carousel-caption .glyphicon {
    font-size: 60px;
}

.carousel-caption {
    width: 100%;
    height: 100%;
    left: 0 !important;
}

/*.img-banner {
   border-top: 4px solid #00668c;
}*/

.transbox {
    background-color: #ffffff;
    display: inline-block;
    font-size: 18px;
    padding: 8px;
    opacity: 0.8;
    margin-top: 30%;
    filter: alpha(opacity=60);
    margin-left: 100%;
    color: #323241;
    min-width: 250px;
    border-radius: 2px;
    white-space: nowrap;
}

.carousel-padB {
    margin-bottom: 16px;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: 0;
}

.boxed-icon {
    display: inline-block;
    position: relative;
    top: 5px;
    padding: 44%;
}

.heading-icon {
    width: 71px !important;
    height: 5em !important;
    display: block;
    position: absolute;
    margin-right: 0;
    right: 5px;
    top: -7px;
}

.heading-icon-title {
    width: 61px !important;
    height: 5em !important;
    display: block;
    position: absolute;
    margin-right: 0;
    right: 20px;
    top: -4px;
}

.overlay-text {
    position: absolute;
    padding: 25px 25px 25px 32px;
    font-size: 38px;
    font-weight: 300 !important;
    max-width: 427px;
    text-align: left;
    top: 51px;
    line-height: 1.2;
    background: #ed6ca2 !important;
}


/* Grid Home Page CSS ...................... */


/* Home Page Tiles Images: ......*/

.dtls-icon {
    width: 1rem;
    height: 116px;
    padding-right: 9.5rem;
}
.home-tile-header{
    margin-left:1rem;
}
.dummy-tile-icon {
    background: url("../images/dummy-tile-icon.png") no-repeat;
    background-size: 75%;
}

.dummy-tile-icon-white {
    background: url("../images/dummy-tile-icon-white.png") no-repeat;
    background-size: 75%;
}

.personaldetails-icon {
    background: url("../images/personaldetails.webp") no-repeat;
    background-size: 100%;
}

.personaldetails-icon-white {
    background: url("../images/personaldetails_bw.webp") no-repeat;
    background-size: 100%;
}

.myRecords-icon {
    background: url("../images/myRecords.webp") no-repeat;
    min-height: 100%;
    background-size: cover;
    background-position: center;
}

.myRecords-icon-white {
    background: url("../images/myRecords_bw.webp") no-repeat;
    min-height: 100%;
    background-size: cover;
    background-position: center;
}

.contactus-icon {
    background: url("../images/contact_us.webp") no-repeat;
    background-size: cover;
    min-height: 100%;
    background-position: center;
}

.contactus-icon-white {
    background: url("../images/contact_us_bw.webp") no-repeat;
    background-size: cover;
    min-height: 100%;
    background-position: center;
}

.updateemailaddresspassword-icon {
    background: url("../images/accountsettings.webp") no-repeat;
    background-size: 100%;
}

.updateemailaddresspassword-icon-white {
    background: url("../images/accountsettings_bw.webp") no-repeat;
    background-size: 100%;
}

.nominations-icon {
    background: url("../images/nominations.webp") no-repeat;
    background-size: 100%;
}

.nominations-icon-white {
    background: url("../images/nominations_bw.webp") no-repeat;
    background-size: 100%;
}

.mydocuments-icon {
    background: url("../images/contact_us.webp") no-repeat;
    background-size: 100%;
}

.mydocuments-icon-white {
    background: url("../images/contact_us_bw.webp") no-repeat;
    background-size: 100%;
}

.payslipandp60s-icon {
    background: url("../images/payslipandp60s.webp") no-repeat;
    background-size: 100%;
}

.payslipandp60s-icon-white {
    background: url("../images/payslipandp60s_bw.webp") no-repeat;
    background-size: 100%;
}

.bankdetails-icon {
    background: url("../images/bankdetails.webp") no-repeat;
    background-size: 100%;
}

.bankdetails-icon-white {
    background: url("../images/bankdetails_bw.webp") no-repeat;
    background-size: 100%;
}

.deferredpension-icon {
    background: url("../images/deferredpension.webp") no-repeat;
    background-size: 100%;
}

.deferredpension-icon-white {
    background: url("../images/deferredpension_bw.webp") no-repeat;
    background-size: 100%;
}

.rmppsite-icon {
    background: url("../images/rmppsite.webp") no-repeat;
    background-size: 100%;
}

.rmppsite-icon-white {
    background: url("../images/rmppsite_bw.webp") no-repeat;
    background-size: 100%;
}
.avcaccount-icon {
    background: url("../images/avcaccount.webp") no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100%;
}

.avcaccount-icon-white {
    background: url("../images/avcaccount_bw.webp") no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100%;
}
.retirement-icon {
    background: url("../images/retirementcalculation.webp") no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100%;
}

.retirement-icon-white {
    background: url("../images/retirementcalculation_bw.webp") no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100%;
}

.myinbox-icon {
    background: url("../images/myinbox.webp") no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100%;
}

.myinbox-icon-white {
    background: url("../images/myinbox_bw.webp") no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100%;
}
.benefitstatements-icon {
    background: url("../images/benefitstatements.webp") no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100%;
}

.benefitstatements-icon-white {
    background: url("../images/benefitstatements_bw.webp") no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100%;
}
/* Footer CSS ...................... */
footer {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 136px;
    background-color: #5c3887;
}
.home-footer-bgclr {    
    background: #e7e3eb;
}
.home-footer-clr {
    color: #85739b;
}
footer .container {
    padding: 0 6px;
}

footer a:hover {
    text-decoration: none;
}

/* Footer Internal Page ...................... */
.sitemap-list {
    display: list-item;
    margin-left: 24px;
}

/* Start Custom Modals Area ........................................................... */
.modal-dialog-scrollable ::-webkit-scrollbar {
    width: 15px;
}

.modal-dialog-scrollable ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.modal-dialog-scrollable .close {
    color: #323241;
}

    .modal-dialog-scrollable .close:hover, .modal-dialog-scrollable .close:focus {
        color: #323241;
        text-decoration: none;
        opacity: 1;
    }

.modal-dialog-scrollable .modal-content {
    background-color: #fff;
    color: #323241;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .modal-dialog-scrollable header {
        display: none;
    }

    .modal-dialog-scrollable footer {
        display: none;
    }

    .modal-dialog-scrollable .page-header {
        display: none;
    }

    .modal-dialog-scrollable .page-content {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .modal-dialog-scrollable .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

/* Information amend modal forms .. */
.modal-content {
    width: 100%;
    background-color: #1a2741;
    /*color: #fff;*/
    border: 0;
    border-radius: 0;
    padding: 1rem;
}

.modal-content a:hover {
    text-decoration: none;
}

.modal-header {
    display: none;
    border: 0;
    margin: 0;
    padding-bottom: 12px;
}

.modal-title {
    font-size: 30px;
    /*font-family: Montserrat-Bold;*/
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 16px;
}
.modal-header .btn-close {
    float: right;
    color: white;
}
.modal-header .close:hover, .modal-header .close:focus {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.modal-confirm {
    color: #323241;
    max-width: 610px;
    box-shadow: 0 10px 6px -5px #323241;
}

    .modal-confirm .modal-title {
        border-bottom: 0;
        padding-bottom: 0;
    }

.close {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    opacity: 1;
}
/* End Custom Modals Area ........................................................... */


/* Strat Media Query ...................... */
@media (min-width:576px) {
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    #married-civilPartner .ui-datepicker-trigger, #Divorced .ui-datepicker-trigger, #Widowed .ui-datepicker-trigger {
        position: absolute;
        right: 112px !important;
        margin-top: -33px;
    }
}



@media only screen and (max-width: 767px) {
    body {
        margin-bottom: initial;
    }

    .dropdown-menu-end {
        right: 0;
        left: 0 !important;
    }    

    .page-header .wrap {
        line-height: initial;
    }

    .bank-icon-justify, .accountSetting-icon-justify, .nominees-icon-justify, .visit-icon-justify, .contactus-icon-justify, .details-icon-justify, .payslip-icon-justify, .document-icon-justify, .myDiscount-icon-justify, .HL317 {
        line-height: 1.5;
    }

    header .container {
        padding: 4px 0 !important;
    }

    .w-110per {
        width: 100% !important;
        left: 0px !important;
    }

    .container {
        width: 100%;
        padding: 0 16px !important;
    }

    #header_list .ml-resp {
        margin-left: 0 !important;
    }

    #header_list div + div:before {
        padding-right: 3px;
    }

    .homepage {
        padding: 4px 4px !important;
    }

    .navbar-nav .welcomeuser {
        padding: 0;
        /*text-align: left !important;*/
    }

    .form-control {
        font-size: 14px;
    }

    .field-loginform-username, .field-loginform-password {
        margin-right: 0px !important;
    }

    .rspnsv_header {
        display: block !important;
    }

    .mrgToAlign {
        margin-top: 25px;
    }

    .btn {
        padding: 5px 5px;
    }

    .list-inline > .dropdown {
        padding-left: 0px;
    }

    .right_header {
        display: table-cell;
    }

    .address-input .form-group input {
        width: 100% !important;
    }

    .accordion_main {
        display: block;
    }

    .popover {
        display: none !important;
    }

    .dropdown-menu {
        margin: 0.125rem -2.1rem 0;
    }

    .menu .d-flex {
        display: table-cell !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .txt-center {
        text-align: -webkit-center; /*for Google Chrome,safari, opera */
        text-align: -moz-center; /*for firefox*/
        text-align: -ms-center;
    }

    .menu .dtls-icon {
        padding-right: 0 !important;
    }
    .dtls-icon {
        width: 8rem !important;
        height: 100px !important;
    }
    .menu .pensionPayment-icon, .menu .pensionPayment-icon-white {
        margin-left: 9px;
        margin-top: 12px;
    }

    .menu .bank-icon, .menu .bank-icon-white {
        margin-left: 14px;
    }

    .mTxt-center {
        text-align: center !important;
    }

    .footer {
        display: block;
        position: relative;
        margin-top: 48px;
    }

    .modal-dialog-scrollable {
        max-width: 570px;
    }
    .tbl-res {
        overflow-x: auto !important;
    }
    .myRecords-icon {
        min-height: auto;
    }

    .myRecords-icon-white {
        min-height: auto;
    }
    .contactus-icon, .contactus-icon-white, .benefitstatements-icon-white, .benefitstatements-icon, .avcaccount-icon, .avcaccount-icon-white, .retirement-icon, .retirement-icon-white, .myinbox-icon, .myinbox-icon-white {
        min-height: auto;
    }

}

@media only screen and (max-width: 567px) {
    body {
        margin-bottom: initial; /* Margin bottom by footer height */
    }

    #addressform-postcode1 {
        margin-left: 15px;
        width: 33%;
    }

    #addressform-postcode2 {
        margin-left: 8.5rem;
        width: 39%;
        margin-top: -49px;
    }

    .navbar-nav .welcomeuser {
        padding: 12px 0px 12px 45px;
    }

    footer {
        position: relative;
        margin-top: 48px;
    }

    .modal-dialog-scrollable {
        max-width: 570px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) { /*/ipad*/
    /* For portrait layouts only */
    .w-110per {
        max-width: 1024px;
    }
}

@media only screen and (max-width: 767px) {

    .page-header .dtls-icon {
        padding-right: 3.5rem !important;
    }

}

/* iPhone 4/4S */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) {
    .overlay-text {
        font-size: 17px;
        font-weight: 300 !important;
    }

    .transbox {
        margin-top: 53%;
    }

    .img-fluid {
        max-width: 100%;
        height: 240px;
    }

    #header_list div + div:before {
        padding-left: 0px !important;
    }

    .menu-items-last {
        left: 5px;
    }
}

/* Galaxy S5 portrait and landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .overlay-text {
        font-size: 17px;
        font-weight: 300 !important;
    }

    .transbox {
        margin-top: 49% !important;
    }

    .img-fluid {
        max-width: 100%;
        height: 240px;
    }
}


/* iPhone 6 in portrait & landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .overlay-text {
        font-size: 19px;
        font-weight: 300 !important;
    }

    .transbox {
        margin-top: 42% !important;
    }

    .img-fluid {
        max-width: 100%;
        height: 240px;
    }
}

/* iPhone 5 & 5S in portrait & landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .overlay-text {
        font-size: 17px;
        font-weight: 300 !important;
    }

    .transbox {
        margin-top: 51%;
    }

    .img-fluid {
        max-width: 100%;
        height: 240px;
    }

    #header_list div + div:before {
        padding-left: 0px !important;
    }

    .menu-items-last {
        left: 5px;
    }
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) { /*/ipad*/
    /* For portrait layouts only */
    .overlay-text {
        font-size: 25px;
        font-weight: 300 !important;
    }

    .transbox {
        margin-top: 29%;
    }
}

@media only screen and (max-width: 576px) { /*iPhone4*/
    body {
        margin-bottom: initial;
    }

    .detail-list-row {
        border-bottom: 2px solid #f1f1f1;
        margin-top: 12px;
    }

    .mTxt-center {
        text-align: center !important;
    }

    .breadcrumb {
        display: none;
    }

    .footer {
        display: block;
        position: relative;
        margin-top: 48px;
    }

    .modal-dialog-scrollable {
        max-width: 570px;
    }
    .edit-btn-txt{
        display: none;
    }
}

@media only screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 570px;
        margin: 1.75rem auto;
    }
}


/* For IE-11 all devices header issue */
/* For IE-11 all devices header issue */
@media screen and (-ms-high-contast: active), (-ms-high-contrast: none) {

    .nav-tabs .active.nav-link, .nav-tabs .show.nav-item .nav-link {
        background-color: #e6edee !important;
    }

    footer .footer {
        padding: 2.5rem 1rem !important;
    }
}

/* For iPhone 8 safari browser portrait and landscape mode */
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:portrait) {
    .menu-header {
        width: 360px !important;
    }
}

@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape) {
    .menu-header {
        width: 660px !important;
    }
}

/* For iPhone x safari browser */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:portrait) {
    .menu-header {
        width: 360px !important;
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape) {
    .menu-header {
        width: 700px !important;
    }
}

/* For iPhone 6s safari browser */
/* For ipad 4 safari browser */
@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .menu-header {
        width: 180px !important;
    }

    .footer {
        display: webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    }

    .footer .d-md-flex div.p-2 {
        max-width: 21.333333% !important;
    }
}

/* media query for samsung galaxy s9 for disabling hamburger for mobile device start */
@media only screen and (device-width: 360px) and (device-height: 740px) and (-webkit-min-device-pixel-ratio: 4) and (min--moz-device-pixel-ratio: 4) {
    .navbar-toggler {
        display: none !important;
    }

    .navbar-collapse {
        display: block !important;
    }
}
/* media query for samsung galaxy s9 for disabling hamburgur end */
/* End Media Query ...................... */

/* text-size CSS ...................... */
.text-size {
    line-height: 20px;
}


/* Custom Input Area ........................................................... */
/* Custom Tables...................... */
.table{
    color: #323241;
}
.table thead th {
    background: #e6edee3d;
}

.table-sm th, .table-sm td {
    padding: .5rem;
}

.customCss table th {
    vertical-align: inherit;
}

.customCss table th {
    padding: 0.65rem !important;
}

.customRemove .modal-header, .customRemove .close {
    display: none !important;
}

.customCss table span {
    float: right;
    position: relative;
    right: -5px;
}

/* Form Input ...................... */
.form-body {
    padding: 48px 0;
    margin-bottom: 48px;
}

.confirmation-page-form {
    padding: 32px 0;
    min-height: unset;
}

.form-body a:hover {
    text-decoration: none;
}

.form-control {
    font-size: 17px;
    color: #323241;
    background-color: #fff;
    border-radius: 0;
    border-color: #323241;
    text-indent: 0px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e6edee;
    opacity: 1;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
}

.form-focus:focus { /* css for contact us used for form focus  */
    background-color: #e6edee !important;
    box-shadow: none !important;
}
.form-control-sm {
    padding: 0.25rem 0.5rem;
    border-radius: 0px;
    font-size: inherit;
}
.form-control-sm:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
}
input {
    min-height: 32px;
}
.icon-input {
    position: relative;
}

.control-label, .label {
    font-family: Montserrat-Bold;
}
#modalContent .control-label, .label {
    font-family: Montserrat-Regular;
    font-weight:normal;
}
.large-label{
    margin-top: -25px;
}
/* Select List ...................... */
select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem) !important;
    padding: 4px 8px !important;
    border-radius: 0;
    text-indent: 0px !important;
}

/* Reset List CSS...................... */
dl, ol, ul {
    margin: 0;
}

.listType {
    display: list-item;
    margin-left: 30px;
}


/* Custom Button ...................... */
.btn {
    padding: 11px;
    border-radius: 0;
}

/* Submit Button ...................... */
.submit-btn {
    min-height: 48px;
    border: 1px solid #5C3887;
    cursor: pointer;
    background-color: #5C3887 !important;
    font-weight: 700;
}
.submit-btn:hover {
    background-color: #A28FBC;
}
.go-back-btn:hover {
    background: #A28FBC;
}
/* Button Action ...................... */
.btn:focus, .btn.focus {
    outline: 0 !important;
    box-shadow: none !important;
}

button:focus {
    outline: 0 !important;
}


/* Alerts ...................... */
.alert {
    border: 1 !important;
    border-radius: 0 !important;
}

.alert-dismissible .close {
    padding: 0.6rem 1.25rem;
}
.alert-danger {
    color: #323241 !important;
    border-color: rgb(237, 106, 129) !important;
    background-color: rgb(251, 225, 230) !important;
}
.alert-calcProcess {
    color: #323241 !important;
    border-color: #e6edee !important;
    background-color: #e6edee !important;
}
.help-block {
    display: block;
    margin-top: 5px;
    color: #dc3545;
    font-size: 80%;
    margin-bottom: 0;
    font-weight:600;
}

.error-summary {
    color: #323241;
    background: #d6d6d6;
    border-left: 3px solid #323241;
    padding: 10px 3px;
    margin: 16px auto;
    font-weight: 600;
}

.error-summary ul li {
    list-style: disc;
}

.text-danger {
    font-size: 15px;
    color: #C31D32 !important;
}

.alertBoxCss{
    margin-bottom:100px;
    margin-top:50px;
}
/* Custom Scaling Area ........................................................... */
/* Heading ...................... */
.head {
    font-weight: 600;
    font-size: 1.3rem;
}
.home-head {
    font-weight: 600;
    font-size: 1.9rem;
}

/* Sub-heading ...................... */
.sub-head {
    font-weight: 600;
    font-size: 1rem;
}

/* Hyperlinks ...................... */
a {
    color: #5C3887;
}
a:hover, a:focus {
    color: rgba(162, 143, 188);
}
.modal-body a {
    color: #eed356;
}
.modal-body a:hover {
    color: #eed356;
}
.btn-link {
    color: #5C3887 !important;
    text-decoration:none;
    padding:0px;
}
/* List-styles ...................... 
ul, ol {
    list-style: decimal;
}
*/

/* Borders ...................... */
.bdr-btm {
    border-bottom: 1px solid #323241 !important;
}

.br-bt {
    border-bottom: 1px solid #dee2e6 !important;
}

/* Background Color ...................... */
.bg-light {
    background-color: #E0f1f4 !important;
}
.bg-home-blue {
    background-color: #0c245e !important;
}

.bg-light-blue {
    background-color: #E0f1f4 !important;
}
.primary-newpurple-bg {
    background: #5C3887 !important;
}
.primary-yellow-bg {
    background: #eed356 !important;
}
.primary-purple-bg {
    background: #323241 !important;
}
/* Background Size ...................... */
.bg-65 {
    background-size: 65% !important
}

.bg-90 {
    background-size: 90% !important
}

/* Text Color ...................... */
.primary-newpurple-clr {
    color: #5C3887;
}
.primary-yellow-clr {
    color: #eed356;
}
.primary-purple-clr {
    color: #323241;
}
/* Width ...................... */
.w-30 {
    width: 30% !important;
}

.w-110per {
    width: inherit;
}

/* Flex Fill ...................... */
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

/* label ...................... */
label {
    font-weight: 600;
}

/* Margins ...................... */
.alignButton {
    margin: 0 auto;
}

.mrgToAlign {
    margin-top: -10px;
}

.mrg-0 {
    margin: 0px;
}

.mrg-5 {
    margin: 5px;
}

.mrg-10 {
    margin: 10px;
}

.mrg-15 {
    margin: 15px;
}

.mrg-20 {
    margin: 20px;
}

.mrg-30 {
    padding: 30px;
}

.mrgB-32 {
    margin-bottom: 32px;
}

.mrgT-32 {
    margin-top: 32px;
}

.mrgL-32 {
    margin-left: 32px;
}

.mrgR-32 {
    margin-right: 32px;
}

.mrgB-30 {
    margin-bottom: 30px;
}

.mrgT-30 {
    margin-top: 30px;
}

.mrgL-30 {
    margin-left: 30px;
}

.mrgR-30 {
    margin-right: 30px;
}

.mrgB-25 {
    margin-bottom: 25px;
}

.mrgT-25 {
    margin-top: 25px;
}

.mrgL-25 {
    margin-left: 25px;
}

.mrgR-25 {
    margin-right: 25px;
}

.mrgB-20 {
    margin-bottom: 20px;
}

.mrgT-20 {
    margin-top: 20px;
}

.mrgL-20 {
    margin-left: 20px;
}

.mgRL-1 {
    margin-right: 1px;
}

.mrgR-20 {
    margin-right: 20px;
}

.mrgB-15 {
    margin-bottom: 15px;
}

.mrgT-15 {
    margin-top: 15px;
}

.mrgL-5 {
    margin-left: 5px;
}

.mrgL-15 {
    margin-left: 15px;
}

.mrgR-5 {
    margin-right: 5px;
}

.mrgR-15 {
    margin-right: 15px;
}

.mrgB-10 {
    margin-bottom: 10px;
}

.mrgT-5 {
    margin-top: 5px;
}

.mrgT-10 {
    margin-top: 10px;
}

.mrgL-10 {
    margin-left: 10px;
}

.mrgR-10 {
    margin-right: 10px;
}

.mrgB-5 {
    margin-bottom: 5px;
}

.disp-inline {
    margin-bottom: 10px;
}


/* Fonts  ...................... */
.font-400 {
    font-weight: 400;
}

.font-600 {
    font-weight: 600;
}

.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}
.font-16 {
    font-size: 16px;
}
.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-23 {
    font-size: 23px !important;
}

/* Paddings  ...................... */
.pad-5 {
    padding: 5px;
}

.pad-10 {
    padding: 10px;
}

.pad-15 {
    padding: 15px;
}

.pad-20 {
    padding: 20px;
}

.pad-30 {
    padding: 30px;
}

.padB-5 {
    padding-bottom: 5px;
}

.padT-5 {
    padding-top: 5px;
}

.padL-5 {
    padding-left: 5px;
}

.padR-5 {
    padding-right: 5px;
}

.padB-10 {
    padding-bottom: 10px;
}

.pt-M {
    padding-top: 3.35rem !important;
}
/*for vertically centered text in payslip and p60 tiles*/
.padT-10 {
    padding-top: 10px;
}

.padL-10 {
    padding-left: 10px;
}

.padR-10 {
    padding-right: 10px;
}

.padB-15 {
    padding-bottom: 15px;
}

.padT-15 {
    padding-top: 15px;
}

.padL-15 {
    padding-left: 15px;
}

.padR-15 {
    padding-right: 15px;
}

.p_2_5 {
    padding: 2.5rem !important;
}

.pt-11 {
    padding-top: 11px !important;
}


/* Reset Internal Pages CSS  ...................... */
.remove-label-space .form-group .col-sm-4 {
    display: none;
}

.remove-label-space .form-group .col-sm-8 {
    padding: 0;
}

#addressform-postcode1 {
    margin-left: 15px;
}

#addressform-postcode2 {
    margin-left: -15px;
}

.pge-head-img-reset {
    /*background-size: 51px 48px;*/
    background-position: center;
}

.ui-datepicker table {
    font-size: .8em !important;
}

#close0, #close-0-0, #close00 {
    display: none !important;
}
.disp-none {
    display: none;
}
.position-rel {
    position: relative;
}
.text-underline {
    text-decoration: underline !important;
}
.form-select {
    border-radius: 0px;
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: none;
}
.form-select:focus {
    border-color: #94A8CC;
    outline: 0;
    box-shadow: 0 0 0 0.07rem rgb(0 173 172 / 87%);
}
select.custom-dropdown {
    height: calc(1.9rem) !important;
    padding: 0px 8px !important;
    border-radius: 0;
    text-indent: 0px !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #edf1f6 !important;
    opacity: 1;
}

.textareabox {
    border: 1px solid #fff;
    text-indent: 0px;
}

.readonly-field-clr {
    height: 17px;
}


/* Target elements */
.jBox-wrapper {
    text-align: left;
    box-sizing: border-box;
}

.jBox-title,
.jBox-content,
.jBox-container {
    position: relative;
    word-break: break-word;
    box-sizing: border-box;
}

.jBox-container {
    background: #fff;
}

.jBox-content {
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: opacity .2s;
    font-size: 15px;
}

.jBox-footer {
    box-sizing: border-box;
}

.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
    padding: 8px 10px 0;
    font-weight: bold;
}

.jBox-Tooltip.jBox-hasTitle .jBox-content,
.jBox-Mouse.jBox-hasTitle .jBox-content {
    padding-top: 5px;
}

.jBox-Mouse {
    pointer-events: none;
}

.jBox-pointer {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
}

    .jBox-pointer:after {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        background: #fff;
        transform: rotate(45deg);
        box-sizing: border-box;
    }

.jBox-pointer-top {
    top: 0;
}

    .jBox-pointer-top:after {
        left: 5px;
        top: 6px;
        box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.15);
    }

.jBox-pointer-right {
    right: 0;
}

    .jBox-pointer-right:after {
        top: 5px;
        right: 6px;
        box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.15);
    }

.jBox-pointer-left {
    left: 0;
}

    .jBox-pointer-left:after {
        top: 5px;
        left: 6px;
        box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
    }

.jBox-pointer-bottom {
    bottom: 0;
}

    .jBox-pointer-bottom:after {
        left: 5px;
        bottom: 6px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    }

.jBox-pointer-top, .jBox-pointer-bottom {
    width: 30px;
    height: 12px;
}

.jBox-pointer-left, .jBox-pointer-right {
    width: 12px;
    height: 30px;
}

.jBox-TooltipDark .jBox-container {
    border-radius: 4px;
    background: #000;
    color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.jBox-TooltipDark .jBox-pointer:after {
    background: #000;
}

.jBox-TooltipDark .jBox-closeButton {
    background: #000;
}

.jBox-TooltipDark.jBox-closeButton-box:before {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton path {
    fill: #ddd;
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:hover path {
    fill: #fff;
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:active path {
    fill: #bbb;
}

@media only screen and (max-width:420px) {
    #header_list div + div:before {
        padding-left: 8px !important;
    }
}

.Calander_icon {
    background-image: url("../images/calendar.png");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    padding-right: 16px;
}

/* Extra small devices (phones, 600px and down) 
@media only screen and (max-width: 600px) {
}*/

/* Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (min-width: 600px) {
}*/

/* Medium devices (landscape tablets, 768px and up) 
@media only screen and (min-width: 768px) {
}*/

/* Large devices (laptops/desktops, 992px and up) 
@media only screen and (min-width: 992px) {
}*/

/* Extra large devices (large laptops and desktops, 1200px and up) 
@media only screen and (min-width: 1200px) {
}*/



/* Custom Home Page Grid CSS ...................... */

/* Custom Modal CSS ...................... */
.modal-dialog-scrollable ::-webkit-scrollbar-thumb {
    background: #94A8CC;
    border-radius: 10px;
}

.modal-dialog-scrollable .modal-title {
    border-bottom: 2px solid #94A8CC;
}

.modal-confirm .modal-content {
    background-color: #fff;
    color: #323241;
    border-top: 3px solid #0c245e;
}

@media only screen and (min-width: 992px) {
    .modal-lg {
        max-width: 1092px;
    }

    .modal-dialog-scrollable {
        max-width: 51em;
    }

    .customlg3 .col-lg-3 {
        max-width: 20% !important;
        flex: 0 0 20% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20% !important;
    }
    .lg-flex {
        
        flex: 0 0 20% !important;
        max-width: 100% !important;
    }
}

/* Custom Form Input ...................... */
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #A28FBC;
    outline: 0;
    box-shadow: 0 0 0 0.07rem rgb(92, 56, 135);
}

/* Background Color ...................... */
.bg-banner {
    background-color: #5c3887 !important;
}

/* Custom View your documents Page CSS ...................... */
.doc-box {
    background: #fff;
    border-top: 2px solid #5c3887;
    padding: 12px;
    color: #323241;
    min-width: 143px;
}

.doc-box-h {
    min-height: 200px;
}

.doc-box:hover, .doc-box:focus {
    color: #fff;
    text-decoration: none;
    background-color: #5c3887;
    font-weight: 600;
}

.sub-head {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-52%);
    font-weight: normal;
}
.nav-link:hover, .nav-link:focus {
    color: #5c3887;
}
.editbutton-to-link {
    border: 0;
    background: none;
    padding-right: 0;
    padding-left: 0;
    cursor: pointer;
}

div.filter input[type=text] {
    padding: 9.5px;
    float: left;
    width: 67%;
}

div.filter button {
    width: 15%;
    padding: 6px;
    color: white;
    cursor: pointer;
}

div.filter::after {
    content: "";
    clear: both;
    display: table;
}

.error-summary-faq {
    color: #323241;
    background: #d6d6d6;
    border-left: 3px solid #323241;
    padding: 10px 3px;
    margin: 16px auto;
    font-weight: 600;
}


#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid #80808042;
    border-radius: 5px;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    /*margin-bottom: 10px;*/
    z-index: 1;
    position: relative;
}

h4.panel-title {
    margin: 10px 0px !important;
}

#accordion .panel-title a, #accordionYearly .panel-title a, #accordionMonthly .panel-title a {
    display: block;
    padding: 15px 70px 15px 70px;
    margin: 0;
    background: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #00adac;
    border-radius: 0;
    position: relative;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before,
#accordionYearly .panel-title a:before,
#accordionYearly .panel-title a.collapsed:before,
#accordionMonthly .panel-title a:before,
#accordionMonthly .panel-title a.collapsed:before {
    font-weight: 900;
    width: 55px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

#accordion .panel-title a .icon, #accordionMonthly .panel-title a .icon, #accordionYearly .panel-title a .icon {
    display: inline-block;
    width: 55px;
    height: 100%;
    border-right: 2px solid #00adac;
    font-size: 30px;
    color: #00adac;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

#accordion .panel-body, #accordionMonthly .panel-body, #accordion .panel-body {
    padding: 10px 15px;
    border-top: none;
    background: #fff;
    line-height: 27px;
}
/*Making email read only start*/
.oldemailread:focus{
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
/*Making email read only end*/
@media only screen and (max-width:450px) {
    div .filter input[type=text] {
        padding: 9.5px;
        float: left;
        width: 66%;
    }
}

@media only screen and (max-width:376px) {
    div.filter input[type=text] {
        padding: 9.5px;
        float: left;
        width: 100%;
    }

    div.filter button {
        width: 49%;
        padding: 6px;
        color: white;
        cursor: pointer;
        margin-top: 10px;
    }

    .fa-menu {
        font-size: 33px !important;
        top: -5px;
        position: absolute;
        left: 48px;
    }
}



/* Custom Home Page CSS ...................... */
.card {
    border-radius: 0;
}
.card-header-dtls {
    width: 4.3rem;
    height: 59px;
    padding-right: 3rem;
}
.card-header-records {
    height: 37px;
}
.card-flex {
    flex: 1 0 31% !important;
}

.personaldetails-card-bgheader, .payslipandp60s-card-bgheader {
    background: #86004f;
    border-radius: 0;
    margin-bottom: 1px;
}
.personaldetails-card-border, .payslipandp60s-card-border {
    border: 2px solid #86004f;
}
.personaldetails-card-link, .payslipandp60s-card-link {
    color: #86004f;
}

.benefitsummary-card-bgheader, .membership-card-bgheader, .bankdetails-card-bgheader, .pensioninpayment-card-bgheader {
    background: #00668c;
    border-radius: 0;
    margin-bottom: 1px;
}
.benefitsummary-card-border, .membership-card-border, .bankdetails-card-border, .pensioninpayment-card-border {
    border: 2px solid #00668c;
}
.tile-card-border {
    border: 2px solid #00668c;
}
.card-text-header {
    color: #1864b7;
}
.benefitsummary-card-link, .membership-card-link, .mydocuments-text-clr, .bankdetails-card-link {
    color: #00668c;
}

.nominations-card-bgheader {
    background: #85739b;
}
.nominations-card-border {
    border: 2px solid #85739b;
}
.nominations-card-link {
    color: #85739b;
}

.usefulresources-card-bgheader {
    background: #f8edd8;
    border-radius: 0;
    margin-bottom: 1px;
}
.usefulresources-card-border {
    border: 1px solid #f8edd8;
}
.usefulresources-card-link {
    color: #f8edd8;
}

.mydocuments-card-bgheader {
    background: #cce0e8;
    border-radius: 0;
    margin-bottom: 1px;
}
.mydocuments-card-border {
    border: 1px solid #cce0e8;
}
.mydocuments-card-link {
    color: #cce0e8;
}

.myrecords-card-bgheader {
    background: #ed6ca2;
}
.myrecords-card-border {
    border: 1px solid #ed6ca2;
}
.myrecords-card-link {
    color: #ed6ca2;
}
.table-bg {
    background-color: #5C3887 !important;
    --bs-table-bg: #5C3887;
}
.nav-primary-info {
    border: 1px solid #00668c;
    background-color: #00668c;
    /*min-width: 33.2%;*/
    margin-right: 1px;
    cursor: pointer;
    width: auto;
}
.nav-warning-info {
    border: 1px solid #dca63d;
    background-color: #dca63d;
    /*min-width: 33.2%;*/
    margin-right: 1px;
    width: auto;
}
/*.navbar-nav .dropdown-menu {
    position: static; 
    float: none;
}*/

/* Tiles height text truncate */
.truncating-text {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* OnHover dropdown Section Start */
@media only screen and (min-device-width:1025px) {
    .hoverdropdown > .dropdown-menu {
        top: 200%;
        transition: 0.3s all ease-in-out;
    }

    .hoverdropdown:hover > .dropdown-menu {
        display: block;
        top: 100%;
    }

    .hoverdropdown > .dropdown-toggle-onhover:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
}
/* OnHover dropdown Section End */
@media all and (min-device-width:1000px) and (max-device-width:1024px)
{
    .nav-primary-info {
       /* min-width: 30.2%; */
    }
    .nav-warning-info {
        /*min-width: 30.2%; */
    }
    header .homepage-header-container {
        max-width: 1024px;
        width: 92%;
    }

    .homepage-body-container {
        max-width: 1024px;
        width: 92%;
    }
    .font-17-width, .font-18-width, .font-19-width {
        min-width: 30%;
    }
}
@media all and (min-device-width:960px) and (max-device-width:1000px) {
    header .homepage-header-container {
        max-width: 1024px;
        width: 92%;
    }

    .homepage-body-container {
        max-width: 1024px;
        width: 92%;
    }
    .font-17-width, .font-18-width, .font-19-width {
        min-width: 29.3%;
    }
}
@media all and (min-device-width:920px) and (max-device-width:959px) {
    header .homepage-header-container {
        max-width: 1024px;
        width: 92%;
    }

    .homepage-body-container {
        max-width: 1024px;
        width: 92%;
    }
    .font-17-width, .font-18-width, .font-19-width {
        min-width: 28%;
    }

}
@media all and (min-device-width:890px) and (max-device-width:919px) {
    header .homepage-header-container {
        max-width: 1024px;
        width: 92%;
    }

    .homepage-body-container {
        max-width: 1024px;
        width: 92%;
    }
    .font-17-width, .font-18-width, .font-19-width {
        min-width: 26.9%;
    }

}
@media all and (min-device-width:860px) and (max-device-width:889px) {
  
    header .homepage-header-container {
        max-width: 1024px;
        width: 92%;
    }

    .homepage-body-container {
        max-width: 1024px;
        width: 92%;
    }
    .font-17-width, .font-18-width, .font-19-width {
        min-width: 26%;
    }
}
@media all and (min-device-width:800px) and (max-device-width:859px) {

    header .homepage-header-container {
        max-width: 1024px;
        width: 92%;
    }

    .homepage-body-container {
        max-width: 1024px;
        width: 92%;
    }
    .font-17-width, .font-18-width, .font-19-width {
        min-width: 24.6%;
    }

}
@media all and (min-device-width:768px) and (max-device-width:799px) {
    header .homepage-header-container {
        max-width: 1024px;
        width: 92%;
    }

    .homepage-body-container {
        max-width: 1024px;
        width: 92%;
    }
    .font-17-width, .font-18-width, .font-19-width {
        min-width: 23.3%;
    }
}
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
    header .homepage-header-container {
        max-width: 1024px;
        width:95%;
    }
    .homepage-body-container {
        max-width: 1024px;
        width: 95%;
    }
    .custom-1024-pad{
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    .font-17-width, .font-18-width, .font-19-width {
        min-width: 31.5%;
    }
}
@media all and (device-width: 834px) and (device-height: 1112px) and (orientation:portrait) {
    header .homepage-header-container {
        max-width: 1024px;
        width: 92%;
    }
    .homepage-body-container {
        max-width: 1024px;
        width: 92%;
    }
    .font-17-width, .font-18-width, .font-19-width {
        min-width: 24.6%;
    }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait)
{
    header .homepage-header-container {
        width: 92%;
    }
    .homepage-body-container {
        width: 92%;
    }
    .font-17-width, .font-18-width, .font-19-width {
        min-width: 22.8%;
    }
}

@media only screen and (max-width: 767px) {
    header .homepage-header-container {
        padding: 4px 0 !important;
        width: 92%;
    }

    .border-left {
        border-left: 0px solid #dee2e6 !important;
    }

    .homepage-body-container {
        width: 92%;
    }
    .navbar-nav {
        margin-right: 0px;
        margin-top: -1px;
        margin-bottom: -2px;
        margin-left: 0px;
    }
    .dropdown-menu {
        margin: 0;
        width: 100%;
        min-width: 282px;
    }
    .navbar-toggle-home {
        display: block;
    }
}
@media only screen and (max-width: 425px)
{
    .dropdown-item {
        white-space: normal;
    }
}
@media only screen and (max-width: 385px)
{
    .dropdown-menu
    {
        /*min-width: 282px;*/
    }
}


.nomination-table thead th {
    /*border-right: 1px solid #FFF;
    background: #0c245e;
    color: #fff;*/
}
/*new BS-5 alert-dismissable css start*/
.alert-dismissible .btn-close {
    padding:0px;
    top:10px;
    right:10px;
}
.btn-close {
    font-size:24px;
    opacity: 1;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none !important;
    opacity: 1;
}
/*new BS-5 alert-dismissable css end*/

/*download btn css*/
.btn-download {
    background-color: #fff !important;
    background: url("/images/Button_icons_download_blue.png");
    background-repeat: no-repeat;
    border: 1px solid #00ADAC;
    color: #00adac !important;
    line-height: 2.5;
    width: 240px;
    height: 38px;
    text-align: center;
    text-transform: uppercase;
    font-weight:600;
}

.btn-download:hover {
    background-color: #00ADAC !important;
    background: url("/images/Button_icons_download_white.png");
    background-repeat: no-repeat;
    border: 1px solid #00ADAC !important;
    color: #ffffff !important;
}

.download-label {
    position: relative;
    left: -8px;
    padding: 8px;
    top: -2px;
    border-right: 1px solid #00ADAC;
}

.btn-download:hover .download-label {
    border-right: 1px solid #fff;
}

.btn-labeled {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/*end css*/
.w-120{
    width: 120px !important;
}
#date_filter .ui-datepicker-trigger {
    position: relative;
    right: 8px;
    top: -39px;
    float: right;
}
/*customs margins command paddings for layout*/

@media (min-width: 768px) {
    .mt-md-35rem {
        margin-top: 0.35rem;
    }
}
table.dataTable tbody td.dt-text-right {
    text-align: right;
}


.redText {
    color: red;
}

/* start progress bar css*/
.mr-103 {
    margin-right: -103px;
}

.ml-103 {
    margin-left: -103px;
}

.mr-120 {
    margin-right: -150px;
}

.ml-120 {
    margin-left: -150px;
}

#container {
    position: relative;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 5rem;
}

.step-wizard {
    display: inline-block;
    position: relative;
    width: 100%;
}

.step-wizard .progress {
    position: absolute;
    top: 15px;
    left: 10%;
    width: 78%;
    background-color: white !important;
}

.ZcashBuilderGraph .step-wizard .progress {
    left: 16%;
    width: 67%;
}

.step-wizard .progressbar {
    position: absolute;
    background-color: #3b5343;
    opacity: 1;
    height: 3px;
    width: 0%;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.step-wizard .progressbar.empty {
    opacity: 1;
    width: 100%;
    background-color: #d0d0d0;
}

.step-wizard ul {
    position: absolute;
    width: 100%;
    list-style-type: none;
    padding: 0;
}

.step-wizard li {
    display: inline-block;
    text-align: center;
    width: 19%;
}
/*for ZCashBuilder*/
.ZcashBuilderGraph .step-wizard li {
    display: inline-block;
    text-align: center;
    width: 33%;
}
/*end css*/
.step-wizard li .step {
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid;
    border-color: #d0d0d0;
    background: #ffffff;
    -webkit-transition: background-color 0.6s ease, border-color 0.6s ease;
    -o-transition: background-color 0.6s ease, border-color 0.6s ease;
    transition: background-color 0.6s ease, border-color 0.6s ease;
}

.step-wizard li .title {
    text-decoration: underline;
    width: 100%;
    padding-top: 10px;
    color: #767676;
    -webkit-transition: color 0.6s ease;
    -o-transition: color 0.6s ease;
    transition: color 0.6s ease;
}

.step-wizard li.active .step {
    border-color: #3b5343;
    color: #fff;
    background: green;
}

.step-wizard li.active .title {
    text-decoration: none;
    color: #3b5343;
    font-weight: bold;
}

.step-wizard li.done .title {
    color: #3b5343;
}

    .step-wizard li.done .title:hover {
        color: #3b5343;
    }

.step-wizard li.done .step {
    color: white;
    background-color: #3b5343;
    border-color: #3b5343;
}

.step-wizard li > button {
    background: none;
    border: none;
    display: block;
    width: 100%;
    color: #777;
    position: relative;
    text-align: center;
}

    .step-wizard li > button:hover .step {
        border-color: #3b5343;
        background: #eee;
        color: #3b5343;
    }

    .step-wizard li > button:hover .title {
        color: #3b5343;
    }

@media only screen and (max-width: 1200px) {
    .step-wizard li {
        width: 19%;
    }
   
    /*for ZCashBuilder*/
    .ZcashBuilderGraph .step-wizard li {
        display: inline-block;
        text-align: center;
        width: 32.5%;
    }
    /*end css*/
}

@media only screen and (max-width: 575px) {
    .step-wizard li {
        width: 18%;
    }
    /*for ZCashBuilder*/
    .ZcashBuilderGraph .step-wizard li {
        display: inline-block;
        text-align: center;
        width: 30.5%;
    }
    /*end css*/
}

li.done button div.step {
    font-size: 0;
}

li.done button div.step::before {
    content: "\2713 ";
    font-size: 18px;
}
/*end css*/


/*css for custom checkbox*/ 
.custom label{
    display: inline;
    float: left;
}
.custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.custom span:first-child {
    margin-left: 40px;
    display: inline-table;
}
.custom input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #00668c;
    top:5px;
}
.custom input:checked ~ .checkmark:after {
    display: block;
}

.checkmark:after {
    content: "\2714";
    position: absolute;
    display: none;
    color: #00668c;
    font-size: 26px;
    font-weight: 700;
    line-height: 100%;
    left: 4px;
}
.checkmark {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #eee;
    border: 1px solid #737373;
    top: 4px;
}
/*browser specific queries*/
/*iphone 5/SE media query*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {

    .mr-120 {
        margin-right: -52px !important;
    }

    .ml-120 {
        margin-left: -52px !important;
    }
}
/* iPhone 6/7/8 plus in landscape */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio : 3) {
    .mr-120 {
        margin-right: -76px !important;
    }

    .ml-120 {
        margin-left: -76px !important;
    }
}
/*Media query only for Iphone X*/
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    .mr-120 {
        margin-right: -66px !important;
    }

    .ml-120 {
        margin-left: -66px !important;
    }
}
/*Media query only for Iphone 6/7/8*/
@media only screen and (device-width : 375px) and (device-height : 667px) and (-webkit-device-pixel-ratio : 2) {

    .mr-120 {
        margin-right: -61px !important;
    }

    .ml-120 {
        margin-left: -61px !important;
    }
}
/*Media query only for ipad device*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    /* your css rules for ipad portrait */
   
    .mr-120 {
        margin-right: -103px !important;
    }

    .ml-120 {
        margin-left: -103px !important;
    }
}
/* Galaxy S5 portrait and landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
   
    .mr-120 {
        margin-right: -61px !important;
    }

    .ml-120 {
        margin-left: -61px !important;
    }
}
/* media query for google pixel 2 Xl  */
@media only screen and (-webkit-min-device-pixel-ratio: 3.5) {
    .mr-120 {
        margin-right: -61px !important;
    }

    .ml-120 {
        margin-left: -61px !important;
    }
}

@media all and (device-width: 810px) and (device-height: 1080px) and (orientation:portrait) { /* Your Styles... */
    .mr-120 {
        margin-right: -80px !important;
    }

    .ml-120 {
        margin-left: -80px !important;
    }
}
/*iPhone XR*/
@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) {
    .mr-120 {
        margin-right: -70px !important;
    }

    .ml-120 {
        margin-left: -70px !important;
    }
}
/* iPhone XS Max */
@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 3) {
    .mr-120 {
        margin-right: -70px !important;
    }

    .ml-120 {
        margin-left: -70px !important;
    }
}
/*iPhone 12, 13 and iPhone 13 Pro*/
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
    .mr-120 {
        margin-right: -64px !important;
    }

    .ml-120 {
        margin-left: -64px !important;
    }
}
/*for ipad air 4*/
@media only screen and (min-width: 820px) and (orientation: portrait) {
    /* CSS */
    .mr-120 {
        margin-right: -112px !important;
    }

    .ml-120 {
        margin-left: -112px !important;
    }
    
}
/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    /* CSS */
    .mr-120 {
        margin-right: -147px !important;
    }

    .ml-120 {
        margin-left: -147px !important;
    }
}
.radio input{
    min-height:auto;
}
.footer-links-center {
    flex-wrap: nowrap;
    flex-direction: column;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /*IE10 + CSS here*/
    .text-white{
        color: white !important;
    }
    .bg-white{
        background: white !important;
    }
}
.alert-text {
    color: #323241 !important;
}
@media only screen and (max-width: 767px) {
    .logout-icon{
        height: 18px;
    }
    .mbl-text-size{
        font-size: 13px;
    }
    .fa-menu {
        font-size: 30px !important;
        top: -5px;
        position: absolute;
        left: 51px;
    }
    #header_list div + div:before {
        padding-right: 0px !important;
    }

    #header_list div + div:before {
        padding-left: 4px !important;
    }
}

/*MMI page radio button style*/
.mmi-radios .form-check {
    padding-left: 0px;
}
.mmi-radios .form-check .form-check-input {
    float: none;
    margin-left: 0px;
}
.form-check-input[type=radio] {
    min-height: auto;
    cursor: pointer;
}
.mmi-radios.lifestyle-radio .form-check .form-check-input {
    float: right;
}

@media only screen and (min-width: 767px) {
    .lifestyle-radio {
        width: 35%;
    }
}

.forced-display-none {
    display: none !important;
}
.alert-menu .dropdown-item.alert{
    font-size:14px;
}

/*css form custom browse button*/
.file {
    visibility: hidden;
    position: absolute;
}

.input-group-text {
    position: relative;
    left: 4px; /*10px*/
}

.list-group {
    padding-left: 15px;
    border-radius: 0;
}

.list-group-item {
    background-color: #f8edd8;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: pointer;
        display: block;
    }
/*end css*/
.btn-upload-disable {
    opacity: .5;
    cursor: default;
}
.carousel-indicators {
    list-style: none;
}
.details-border-top {
    border-top: 2px solid #bebebe !important;
}
.details-address-icon {
    position: absolute;
    margin-left: -45px;
}
.details-phone-icon {
    position: absolute;
    margin-left: -45px;
}
/* This overlay appears immediately before JS executes */
#instantOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    opacity: 1;
    z-index: 1050; /* slightly below Bootstrap modal */
    transition: opacity 0.4s ease;
}
    /* Class that fades it out smoothly */
    #instantOverlay.hide {
        opacity: 0;
        pointer-events: none;
    }
.carousel-control-prev, .carousel-control-next {
    opacity: 1;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: transparent;
    width: 30px;
    height: 50px;
    opacity: 1;
}

.carousel-control-next-icon {
    background-image: url('/images/right-arrow.png');
    background-size: 24px;
}

.carousel-control-prev-icon {
    background-image: url('/images/left-arrow.png');
    background-size: 24px;
}
.carousel-control-prev, .carousel-control-next {
    width: 3%;
}
/*upload btn css*/
.btn-upload {
    background: #eed356;
    border: 1px solid #eed356;
    color: #fff !important;
    line-height: 1;
    height: 38px;
    text-transform: uppercase;
    font-weight:bold;
}

.btn-upload:hover:enabled, .btn-upload:focus {
    background: #eed356 !important;
    border: 1px solid #eed356 !important;
    color: #fff !important;
}

a.btn-upload:hover, a.btn-upload:focus {
    background: #eed356 !important;
    border: 1px solid #eed356 !important;
    color: #fff !important;
}

.upload-label {
    position: relative;
    left: -20px;
    color: white;
    border-right: 1px solid white;
    padding-left: 10px;
    top: 0px;
}
/*end css*/
.contact-upload-btn:active {
    border: none;
    border-color:transparent;
}
#married-civilPartner .ui-datepicker-trigger, #Divorced .ui-datepicker-trigger, #Widowed .ui-datepicker-trigger {
    position: absolute;
    right: 25px;
    margin-top: -33px;
}
.btn-cancel{
    color:#5C3887 !important;
}
.modal-link-clr {
    color: #5C3887 !important;
}
.modal-link-clr:hover, modal-link-clr:focus {
    color: rgba(162, 143, 188);
}
.form-check-input:checked {
    background-color: #5C3887;
    border-color: #5C3887;
}