﻿html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #323241;
    overflow-x: hidden;
    letter-spacing: 0.03em;
    word-spacing: 0.03em;
    margin-bottom: 184px; /* Margin bottom by footer height*/
}
.mr {
    margin-right: 1.5rem !important;
}
.carousel-indicators{
    list-style:none;
}
.hmpage.modal {
    background-color: black;
}
.btn-upload-disable{
    opacity:.5;
    cursor:default;
}
.fw-400 {
    font-weight: 400 !important;
}
.list-style-0{
    list-style:none;
}
.dismiss-btn{
    position:relative;
    top: -25px;
    left: 20px;
    color: #323241 !important;
}
.w-120{
    width: 120px !important;
}
.lh-30{
    line-height:30px;
}
.esps-notes li, .rbp-notes{
    list-style:decimal;
}
/*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 (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
    }
}
@media only screen and (max-width: 767px) {
    #jBox1, #jBox2, #jBox3, #jBox4, #jBox5, #jBox6, #jBox7, #jBox8, #jBox9 {
        display: none !important;
    }
}
.word-break{
    word-break: break-word;
}

.mrgConsent {
    position: relative;
    top: 10px;
}
.cbConsent {
    margin-left: 15px;
    margin-top: -10px;
}
.t-indent-5 {
    text-indent: 5px !important;
}

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

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

.navbar-brand {
    margin-left: -3px;
    padding: 1.8rem 1rem;
}

.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;
}

/* 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;
}

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

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

.pwdicon {
    display: inline-block;
    background: url(/images/lock.jpg) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    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 25px;
}

/* Registration Page ... */
#register-form .fa-caret-up:before {
    position: absolute;
    left: 48%;
    top: 39px;
    color: #323241;
    font-size: 23px;
}

#register-form .fa {
    left: 49%;
}

.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: 13px;
}

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

.ui-datepicker-trigger {
    position: absolute;
    right: 5px;
    margin-top: 12px;
    z-index: 1111;
}
}

#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;
}

#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;
   /* min-width: 200px; */
}

/* 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-weight: 600;
    margin-left: -1px;
}

/* 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);
}

.field-expressionofwish-nameoforganisation label {
    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-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;*/
    min-width: 304px;
    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;
    cursor: pointer;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3c3c4c;
}

.dropdown-item:last-child {
    border-bottom: 0;
}

.dropdown-menu-right 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: 500;
}

/* 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: 31%;
    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: 30px;
    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: 4.3rem;
    height: 73px;
    padding-right: 6rem;
}

.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/Personal_Details.png") no-repeat;
    background-size: 75%;
}

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

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

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

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

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

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

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

.faq-icon {
    background: url("../images/FAQ.png") no-repeat;
    background-size: 72%;
    height: 85px;
}

.faq-icon-white {
    background: url("../images/FAQ_White.png") no-repeat;
    background-size: 72%;
    height: 85px;
}

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

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

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

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

.links-icon {
    background: url("../images/Links.png") no-repeat;
    background-size: 87%;
    height: 57px;
    margin-right: 10px;
}

.links-icon-white {
    background: url("../images/Links_White.png") no-repeat;
    background-size: 87%;
    height: 57px;
    margin-right: 10px;
}

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

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

.updateemailaddresspassword-icon {
    background: url("../images/Update_your_email_address_and_password.png") no-repeat;
    background-size: 61%;
    height: 77px;
}

.updateemailaddresspassword-icon-white {
    background: url("../images/Update_your_email_address_and_password_White.png") no-repeat;
    background-size: 61%;
    height: 77px;
}

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

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

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

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


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

.retirementcalculation-icon-white {
    background: url("../images/Deferred_Pension_White.png") no-repeat;
    background-size: 75%;
}
.membership-icon-white {
    background: url("../images/Title_bar_icons_membership.png") no-repeat;
    background-size: 75%;
}
.benefitsummary-icon-white {
    background: url("../images/Title_bar_icons_benefits.png") no-repeat;
    background-size: 75%;
}
.nominations-icon-white {
    background: url("../images/Title_bar_icons_nominations.png") no-repeat;
    background-size: 75%;
}
.mydocuments-icon-white {
    background: url("../images/Title_bar_icons_documents.png") no-repeat;
    background-size: 75%;
}
.usefulresources-icon-white {
    background: url("../images/Title_bar_icons_resources.png") no-repeat;
    background-size: 75%;
}

.pensioninpayment-icon-white {
    background: url("../images/Title_bar_icons_pension_payments.png") no-repeat;
    background-size: 75%;
}
.payslipandp60s-icon-white {
    background: url("../images/Title_bar_icons_payslips.png") no-repeat;
    background-size: 75%;
}
.payslipandp60s-icon-primary {
    background: url("../images/Title_bar_icons_payslips_primary.png") no-repeat;
    background-size: 75%;
}
.bankdetails-icon-white {
    background: url("../images/Title_bar_icons_bank details.png") no-repeat;
    background-size: 75%;
}
/* Footer CSS ...................... */
footer {
    background: #323241;
    font-size: 14px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 136px;
    background-color: #323241;
}
.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-open {
    position: fixed;
    width: 100%;
}

.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: #323241;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 1rem;
}

    .modal-content .form-control {
        border: none;
    }

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

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

.modal-title {
    font-size: 30px;
    font-weight: 600;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 16px;
}

.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);
        }
}



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

    .dropdown-menu-right {
        right: 0;
        left: 0;
    }    

    .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;
    }

    .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;
    }
}

@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;
        text-align: left !important;
    }

    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;
    }

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

    .breadcrumb {
        display: none;
    }

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

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

@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 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;
    padding: 0px !important;
    text-indent: 10px;
    line-height: 2.5 !important;
}

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

.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;
}

input {
    min-height: 32px;
}

.icon-input {
    position: relative;
}

.control-label, .label {
    font-weight: 600;
}

/* Select List ...................... */
select.form-control:not([size]):not([multiple]) {
    height: calc(2.3rem) !important;
    padding: 0px 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: 46px;
    border: none;
    cursor: pointer;
}
.submit-btn:hover {
    background: rgba(0, 173, 172, 0.87);
}

/* 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;
}

.help-block {
    display: block;
    margin-top: 5px;
    color: #dc3545;
    font-size: 80%;
    margin-bottom: 0;
    font-weight:600;
}

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

.text-danger {
    font-size: 15px;
}

.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: #00ADAC;
}

    a:hover, a:focus {
        color: rgba(0, 173, 172, 0.87);
    }

/* 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: #e6edee !important;
}

.primary-teal-bg {
    background: #00ADAC !important;
}

.primary-purple-bg {
    background: #323241 !important;
}



/* Background Size ...................... */
.bg-65 {
    background-size: 65% !important
}

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

/* Text Color ...................... */
.primary-teal-clr {
    color: #00ADAC !important;
}

.primary-purple-clr {
    color: #323241 !important;
}

.primary-blue-clr {
    color: #00668c !important;
}

/* 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-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;
}

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;
    border: 0;
}

.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: 13px;
}

.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 CSS for F&C
/* The Brand Colour for F&C is - #94A8CC */

/* Header Menu ...................... */
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #94A8CC;
}

/* 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 #94A8CC;
}

@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;
    }
}

/* Custom Form Input ...................... */
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #94A8CC;
    outline: 0;
    box-shadow: 0 0 0 0.07rem rgba(0, 173, 172, 0.87);
}

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

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

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

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

.sub-head {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-52%);
    font-weight: normal;
}

.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: #d6dbdc;
    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 {
    display: block;
    padding: 15px 70px 15px 70px;
    margin: 0;
    background: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #2153ad;
    border-radius: 0;
    position: relative;
}

#accordion .panel-title a:before,
#accordion .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 {
    display: inline-block;
    width: 55px;
    height: 100%;
    border-right: 2px solid #2153ad;
    font-size: 30px;
    color: #2153ad;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

#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 !important;
}
.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 !important;
}
.tile-card-border {
    border: 2px solid #00668c !important;
}
.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 !important;
}
.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: #67a2bb;
}
.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;
}
.dropdown-menu {
    border: 1px solid #00668c;
    border-radius: 0px;
    padding: 0px;
    background-color: #fff;
    margin: 0.1rem 0;
}
.dropdown-item {
    color: #00668c;
    border-bottom: 1px solid #00668c;

}
.dropdown-item:focus, .dropdown-item:hover , dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00668c;
}
/* 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%;
    }
    .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;
    }
}


/*date picker css*/
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 1em;
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
    }

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

    .ui-widget-content a {
        color: #333333;
    }

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #333333;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    /* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: normal;
        color: #454545;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited,
        a.ui-button,
        a:link.ui-button,
        a:visited.ui-button,
        .ui-button {
            color: #454545;
            text-decoration: none;
        }

            .ui-state-hover,
            .ui-widget-content .ui-state-hover,
            .ui-widget-header .ui-state-hover,
            .ui-state-focus,
            .ui-widget-content .ui-state-focus,
            .ui-widget-header .ui-state-focus,
            .ui-button:hover,
            .ui-button:focus {
                border: 1px solid #cccccc;
                background: #ededed;
                font-weight: normal;
                color: #2b2b2b;
            }

                .ui-state-hover a,
                .ui-state-hover a:hover,
                .ui-state-hover a:link,
                .ui-state-hover a:visited,
                .ui-state-focus a,
                .ui-state-focus a:hover,
                .ui-state-focus a:link,
                .ui-state-focus a:visited,
                a.ui-button:hover,
                a.ui-button:focus {
                    color: #2b2b2b;
                    text-decoration: none;
                }

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

    .ui-icon-background,
    .ui-state-active .ui-icon-background {
        border: #003eff;
        background-color: #ffffff;
    }

    .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        color: #ffffff;
        text-decoration: none;
    }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

    .ui-state-error a,
    .ui-widget-content .ui-state-error a,
    .ui-widget-header .ui-state-error a {
        color: #5f3f3f;
    }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
    }

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}
 /*passpharase screen css*/
.memorable-wrd .form-control {
    text-indent: 47%;
}
.font10 {
    font-size: 10px;
}
.char-lbl {
    white-space: nowrap;
}
.pr-cs {
    padding-right: 0.29rem;
}
.pl-cs {
    padding-left: 0.26rem;
}

/*myinbbox page css start*/
/*reset btn css*/
.btn-reset {
    background: #dcdcdc;
    border: 1px solid #dcdcdc;
    color: #737373;
    line-height: 1;
    height: 38px;
    width: 120px;
}

.btn-reset:hover:enabled, .btn-reset:focus {
    background: #737373;
    border: 1px solid #737373;
    color: #ffffff;
}

a.btn-reset:hover, a.btn-reset:focus {
    background: #737373;
    border: 1px solid #737373;
    color: #ffffff;
}
/*end css*/
.h-38{
    min-height:38px !important;
}
#date_filter .ui-datepicker-trigger {
    position: relative;
    right: 30px;
    margin-top: -2px;
    cursor:pointer;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00adac;
    border-color: #00adac;
}
.redText {
    color: red;
}
/*envelop icon css*/
.inboxTable thead th {
    background: #00668c;
    color: white;
}
.inboxEmptyTable thead th {
    background: #00668c;
    color: white;
}
.inboxTable .U {
    font-weight: 700 !important;
}
.R .envelope-icon {
    background-image: url('/images/icon_inbox_read.png');
    display: block;
    background-repeat: no-repeat;
    width: 100%;
    height: 26px;
    position: relative;
    top: 5px;
}

.U .envelope-icon {
    background-image: url('/images/icon_inbox_unread.png');
    display: block;
    background-repeat: no-repeat;
    width: 100%;
    height: 26px;
    top: 10px;
    position: relative;
}

.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";
}
.badge.inboxCount{
    background: white;
    color:red;
}
.page-link{
    color:#00adac;
}
/*leaving quotes css start*/
.leaving-quote-table td {
    width: 50%;
}
/*cancel btn css*/
.btn-cancel {
    background: #ffffff;
    border: 1px solid #737373;
    color: #737373 !important;
    line-height: 1.5;
    height: 48px;
    width: 120px;
}

.btn-cancel:hover:enabled, .btn-cancel:focus {
    background: #737373;
    border: 1px solid #737373;
    color: #ffffff !important;
}

a.btn-cancel:hover, a.btn-cancel:focus {
    background: #737373;
    border: 1px solid #737373;
    color: #ffffff !important;
}
/*end css*/

.badge.alertCount {
    background: white;
    color: red;
}
/*css form custom browse button*/
.file {
    visibility: hidden;
    position: absolute;
}

.input-group-text {
    position: relative;
    left: 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*/
/*upload btn css*/
.btn-upload {
    background: #00adac;
    border: 1px solid #00adac;
    color: #fff !important;
    line-height: 1;
    height: 61px;
    text-transform: uppercase;
    cursor:pointer;
}

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

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

.upload-label {
    position: relative;
    left: -20px;
    color: white;
    border-right: 1px solid white;
    padding-left: 10px;
    top: 0px;
}
/*end css*/

@media only screen and (min-width: 576px) {
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
        margin-left: 15px !important;
    }
    .card-group {
        display: flex;
        flex-flow: row wrap;
        margin-left: -15px !important;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 1;
    }
}
.pension_benefit .ui-datepicker-trigger {
    position: absolute;
    right: 22px;
    margin-top: -32px;
    z-index: 1111;
}