﻿
/*| Hero New Font Family | >>>>>>>>>>>>>>>>>>>>>>>>  */

@font-face {
    font-family: "Hero New Bold";
    src: url(../font/Hero-New/HeroNew-Bold.otf);
}

@font-face {
    font-family: "Hero New BoldItalic";
    src: url(../font/Hero-New/HeroNew-BoldItalic.otf);
}

@font-face {
    font-family: "Hero New ExtraBold";
    src: url(../font/Hero-New/HeroNew-ExtraBold.otf);
}

@font-face {
    font-family: "Hero New ExtraBoldItalic";
    src: url(../font/Hero-New/HeroNew-ExtraBoldItalic.otf);
}

@font-face {
    font-family: "Hero New Hairline";
    src: url(../font/Hero-New/HeroNew-Hairline.otf);
}

@font-face {
    font-family: "Hero New HairlineItalic";
    src: url(../font/Hero-New/HeroNew-HairlineItalic.otf);
}

@font-face {
    font-family: "Hero New Light";
    src: url(../font/Hero-New/HeroNew-Light.otf);
}

@font-face {
    font-family: "Hero New LightItalic";
    src: url(../font/Hero-New/HeroNew-LightItalic.otf);
}

@font-face {
    font-family: "Hero New Medium";
    src: url(../font/Hero-New/HeroNew-Medium.otf);
}

@font-face {
    font-family: "Hero New MediumItalic";
    src: url(../font/Hero-New/HeroNew-MediumItalic.otf);
}

@font-face {
    font-family: "Hero New Regular";
    src: url(../font/Hero-New/HeroNew-Regular.otf);
}

@font-face {
    font-family: "Hero New RegularItalic";
    src: url(../font/Hero-New/HeroNew-RegularItalic.otf);
}

@font-face {
    font-family: "Hero New SemiBold";
    src: url(../font/Hero-New/HeroNew-SemiBold.otf);
}

@font-face {
    font-family: "Hero New SemiBoldItalic";
    src: url(../font/Hero-New/HeroNew-SemiBoldItalic.otf);
}

@font-face {
    font-family: "Hero New Super";
    src: url(../font/Hero-New/HeroNew-Super.otf);
}

@font-face {
    font-family: "Hero New SuperItalic";
    src: url(../font/Hero-New/HeroNew-SuperItalic.otf);
}

@font-face {
    font-family: "Hero New Thin";
    src: url(../font/Hero-New/HeroNew-Thin.otf);
}

@font-face {
    font-family: "Hero New HeroNew-ThinItalic";
    src: url(../font/Hero-New/HeroNew-HeroNew-ThinItalic.otf);
}

@font-face {
    font-family: "Hero New UltraLight";
    src: url(../font/Hero-New/HeroNew-UltraLight.otf);
}

@font-face {
    font-family: "Hero New UltraLightItalic";
    src: url(../font/Hero-New/HeroNew-UltraLightItalic.otf);
}

body {
    font-family: 'Hero New Regular', Arial !important;
    font-size: 15px !important;
}

*:not(i) {
    font-family: 'Hero New Regular', Arial;
}


/* | Spacing Styling  | //////////////////////////////////////////////////////////////////////////////////////////////////// */


.img-circle {
    border-radius: 50%;
}

.positon-absolute{
    position: absolute;
}

.top-50{
    top: 50%;
}

.top-0{
    top: 0;
}

.start-0{
    left: 0;
}

.flex-container
{
    display: flex;
}

.contact{
    color: #909090;
}

.block{
    display: block;
}

#contactCenterlink {
    text-decoration: none !important;
    background: url('/Content/stylesheets/images/Contact Centre.svg') no-repeat;
    height: 120px;
    background-size: 980px 120px;
    margin-top: -20px;
}

.link-item {
    color: white;
    font-weight: bold;
}

.contact-detail {
    color: white;
}

.contact-dates {
    color: white;
    font-family: "Hero New SemiBold", Arial !important;
}

.mobile-banner p.block{
    font-size: 15px;
}

.h3{
    font-size: 22px;
    color: #124E57;
    font-weight: bold;
}

.mobile-banner p.h3{
    margin-bottom: 0;
}

.mobile-banner p.block {
    margin-top: 0;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.left{
    float:left !important;
}

.right{
    float: right !important;
}

.social-icon{
    width: 50px;
    height: 50px;
}

.unstyled-list {
    list-style-type: none;
}

.dot{
    background-color:#15808D !important;
}



.dot.active2{
    background-color:#F69521 !important;
}

.login-popup-text{
    color: #15808D;
}

.login-popup-text-active {
    color: #F15A22 !important;
}

.toolsCarouselInner p.heading span.down-arrow-white {
    display: none;
}

.toolsCarouselInner.active p.heading span.down-arrow-white {
    display: block;
}

p.heading span.down-arrow-white {
    display: none;
}

p.heading.active span.down-arrow-white {
    display: block;
}

.toolsCarouselInner.active:after {
    background: url(../../Content/images/FunctionIcons/down_arrow_white.png) no-repeat center center;
    content: " ";
    display: block;
    width: 25px;
    height: 25px;
    margin: 10px auto;
}

.toolsCarousel .toolsCarouselInner.active:after {
    /*margin: auto;*/
}


.font-color-white {
    color: #ffff !important
}

.font-size-11 {
    font-size: 11px !important;
}

.font-sze-14 {
    font-size: 14px !important;
}

.no-text-decoration{
    text-decoration: none !important;
}

.width-100{
    width: 100% !important;
}

.footer-left{
    float: left !important;
}

.footer-right{
    float: right !important;
}

footer, #footer{
    text-align:left !important;
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////
         Color Palette:
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* |  | //////////////////////////////////////////////////////////////////////////////////////////////////// */


/* | Background styling  |___________________________________*/

.bc-0 {
    background-color: transparent !important;
}

.bc-white {
    background-color: #ffffff;
}

.bc-black {
    background-color: #000000;
}
.bc-black-1 {
    background-color: #061426;
}
.bc-black-2 {
    background-color: #103240;
}

.bc-lightgrey { /*old_F4F4F4*/
    background-color: #E3E3E6;
}

.bc-lightgrey-1 { /*old_F0F0F0*/
    background-color: #7f89912b; /*#7f899112 ; #E3E3E6cc*/
}

.bc-lightgrey-2 { 
    background-color: #7f899112;
}

.bc-darkgrey { /*old_989898*/
    background-color: #7F8991;
}

.primary-grey {
    color: #909090 !important;
}


.bc-primary {
    background-color: #124E57;
}

.bc-secondary {
    background-color: #15808D;
}

.bc-primary-orange {
    background-color: #F15A22;
}

.bc-secondary-orange {
    background-color: #F69521;
}

/**/ /**/ /**/ /**/ /**/ /**/

.bc-space {
    background-color: #061426;
}

.bc-peacock {
    background-color: #103240;
}

.bc-fern {
    background-color: #3D7369;
}

.bc-artichoke {
    background-color: #A3A580;
}

.bc-eggshell {
    background-color: #F0F1D7;
}
/*..*/
.bc-firebrick {
    background-color: #A5242F;
}

.bc-rust {
    background-color: #B94A26;
}

.bc-earth {
    background-color: #8B6C5A;
}

.bc-macaroon {
    background-color: #F19C52;
}

.bc-sandcastle {
    background-color: #F0D8B1;
}
/*..*/
.bc-pear {
    background-color: #7AC643;
}

.bc-cobalt {
    background-color: #006FB7;
}

.bc-sky {
    background-color: #2DBED9;
}

.bc-tuscany {
    background-color: #F2B81A;
}

.bc-coralred {
    background-color: #FF4940;
}

/* | Font-Color styling  |___________________________________*/

.fc-white {
    color: #FFFFFF;
}

.fc-black {
    color: #000000;
}

.fc-primary{
    color: #124E57;
}

.fc-secondary {
    color: #15808D;
}

.fc-primary-orange {
    color: #F15A22;
}

.fc-secondary-orange {
    color: #F69521;
}

.fc-lightgrey { /*old_F4F4F4*/
    color: #E3E3E6;
}

.fc-lightgrey-1 { /*old_F0F0F0*/
    color: #7f899112;
}

.fc-darkgrey { /*old_989898*/
    color: #7F8991;
}

/**//**//**//**//**//**/

.fc-space {
    color: #061426;
}
.fc-peacock {
    color: #103240;
}
.fc-fern {
    color: #3D7369;
}
.fc-artichoke {
    color: #A3A580;
}
.fc-eggshell {
    color: #F0F1D7;
}
/*..*/
.fc-firebrick {
    color: #A5242F;
}
.fc-rust {
    color: #B94A26;
}
.fc-earth {
    color: #8B6C5A;
}
.fc-macaroon {
    color: #F19C52;
}
.fc-sandcastle {
    color: #F0D8B1;
}
/*..*/
.fc-pear {
    color: #7AC643;
}
.fc-cobalt {
    color: #006FB7;
}
.fc-sky {
    color: #2DBED9;
}
.fc-tuscany {
    color: #F2B81A;
}
.fc-coralred {
    color: #FF4940;
}


/* | Border styling  |___________________________________*/

.b-0 {
    border: 0px solid transparent !important;
}

.b-top-0 {
    border-top: 0px solid transparent !important;
}

.b-top-1 {
    border-top: 1px solid #7F8991;
}

.b-bot-0 {
    border-bottom: 0px solid transparent !important;
}

.b-bot-1 {
    border-bottom: 1px solid #7F8991;
}

.b-left-1 {
    border-left: 1px solid #7F8991;
}

.b-right-1 {
    border-right: 1px solid #7F8991;
}

/* letter O  not zero ::  */
.b-o {
    border: 1px solid #7F8991;
}

.b-n {
    border: 1px solid #7F8991;
    border-width: 1px 1px 0px 1px;
}

.b-u {
    border: 1px solid #7F8991;
    border-width: 0px 1px 1px 1px;
}

.b-c {
    border: 1px solid #7F8991;
    border-width: 1px 0px 1px 1px;
}

.b-c_invert {
    border: 1px solid #7F8991;
    border-width: 1px 1px 1px 0px;
}


.b-topbot {
    border: 1px solid #7F8991;
    border-width: 1px 0px;
}

.b-leftright {
    border: 1px solid #7F8991;
    border-width: 0px 1px;
}

/* | Border-Color styling  |___________________________________*/

.b_c-white {
    border-color: #FFFFFF;
}

.b_c-black {
    background-color: #000000;
}

.b_c-black-1 {
    background-color: #061426;
}

.b_c-black-2 {
    background-color: #103240;
}


.b_c-primary {
    border-color: #124E57;
}

.b_c-secondary {
    border-color: #15808D;
}

.b_c-primary-orange {
    border-color: #F15A22;
}

.b_c-secondary-orange {
    border-color: #F69521;
}

.b_c-lightgrey {
    border-color: #E3E3E6;
}

.b_c-lightgrey-1 {
    border-color: #7f89912b;
}

.b_c-lightgrey-2 {
    border-color: #7f899112;
}


.b_c-darkgrey { /*old_989898*/
    border-color: #7F8991;
}


/**/ /**/ /**/ /**/ /**/ /**/

.b_c-space {
    border-color: #061426;
}

.b_c-peacock {
    border-color: #103240;
}

.b_c-fern {
    border-color: #3D7369;
}

.b_c-artichoke {
    border-color: #A3A580;
}

.b_c-eggshell {
    border-color: #F0F1D7;
}
/*..*/
.b_c-firebrick {
    border-color: #A5242F;
}

.b_c-rust {
    border-color: #B94A26;
}

.b_c-earth {
    border-color: #8B6C5A;
}

.b_c-macaroon {
    border-color: #F19C52;
}

.b_c-sandcastle {
    border-color: #F0D8B1;
}
/*..*/
.b_c-pear {
    border-color: #7AC643;
}

.b_c-cobalt {
    border-color: #006FB7;
}

.b_c-sky {
    border-color: #2DBED9;
}

.b_c-tuscany {
    border-color: #F2B81A;
}

.b_c-coralred {
    border-color: #FF4940;
}



/* | buttons sets | //////////////////////////////////////////////////////////////////////////////////////////////////// */


.af_btn_primary {
    cursor: pointer;
    color: #fff !important;
    background: #F15A22 !important;
    border: none !important;
    border-radius: 25px;
    font-size: 13px !important;
    /*font-family: 'Hero New Bold' !important;*/
}

    .af_btn_primary:hover, .af_btn_primary:focus {
        color: #fff !important;
        background: #F69521 !important;
    }

/**/

.af_btn_secondary {
    cursor: pointer;
    background: transparent !important;
    color: #F15A22 !important;
    border: 1px solid #F15A22 !important;
    border-radius: 25px;
    font-size: 11px !important;
    font-family: 'Hero New Regular';
}

    .af_btn_secondary:hover, .af_btn_secondary:focus {
        color: #F69521 !important;
        background: transparent !important;
        border: 1px solid #F69521 !important;
    }




/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////
         MISC + External CSS Counters/Overwrite:
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/**/
.covid_19_message {
    background: url('/Content/stylesheets/images/Covid19Msg.svg') no-repeat;
    height: 57px;
    background-size: 980px 57px;
}
a.covid_19_message {
    width: 100%;
    display: block;
    cursor: pointer;
}



/* | Content/bootstrap.css  | //////////////////////////////////////////////////////////////////////////////////////////////////// */
.nav-pills > li > a {
    text-transform: capitalize;
}

/*a {
    color: #124E57;
    text-decoration: none;
    cursor: pointer;
}*/

a:hover/*, a:focus */{
    color: #F69521 !important;
    text-decoration: none !important;
}


/* graph border and box shadow hack */
rect {
    stroke: none !important;
}


/**/

table.dataTable thead th {
    background-color: #15808D;
    color: #FFF;
}


/**/
.modal-header {
    background: #124E57;
}
.modal-header .modal-title, .modal-header .subheading {
    color: #FFF;
    font-size: 18px;
}
.modal-body p {
    margin: 0px auto 10px;
}
.modal-header .close {
    color: #FFF;
}


/**/
section{
    width: 100% !important;
}


/**/
.dataTables_info, .paging_full_numbers a.paginate_button, 
.dataTables_paginate.paging_simple_numbers a.paginate_button.current {
    background: #15808D !important;
    border-color: #15808D;
    color: #FFF !important;
}

.dataTables_paginate.paging_full_numbers .paginate_active,
.dataTables_paginate.paging_simple_numbers a.paginate_button:hover {
    background: #124E57 !important;
    border-color: #124E57 !important;
    color: #FFF !important;
}


/**/
#NXReportButton {
    background: #F15A22 !important;
    font-size: 11px !important;
    font-family: 'Hero New Bold' !important;
}
#NXReportButton:hover {
    background: #F69521 !important;
    color: #FFF !important;
    box-shadow: none !important;
}


/**/
.info_icon {
    background: url('/Content/stylesheets/images/icons/Information Icon 2.svg') no-repeat;
    background-size: 15px 15px;
    height: 15px;
    cursor: help;
}


/* collapse expand icon */

[id^="mySlideToggler_"] {
    background-size: 16px 16px !important;
    height: 16px;
    width: 16px;
    margin: 4px 5px 0 0;
}


/**/
.modal .close {
    float: right;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

/* Home page banner slider */

.slideshow-container .prev, .slideshow-container .prev:hover,
.slideshow-container .next, .slideshow-container .next:hover {
    color: transparent !important;
}

    .slideshow-container .prev:after {
        /*background: url('../images/FunctionIcons/Functional Icon Orange 2.png') no-repeat;*/
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        background-size: contain;
        margin-top: -20px;
    }

    .slideshow-container .next:after {
        /*background: url('../images/FunctionIcons/Functional Icon Orange 1.png') no-repeat;*/
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        background-size: contain;
        margin-top: -20px;
    }


.slideshow-container img,
.slideshow-container object,
.slideshow-container embed {
    width: 100%;
    object-fit: cover;
}

.prev, .next {
    display: none;
}



/**/
/**/
/**/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////
         Specific   Pages   Styling:
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/* | /Portal/Individual/Home wizard modal | //////////////////////////////////////////////////////////////////////////////////////////////////// */
#cboxLoadedContent {
    height: auto !important
}

#wizard-popup {

}

    #wizard-popup #popup-form {
        padding: 0 0 0px 15px !important;
    }

    #wizard-popup fieldset {
        border: 0 !important;
        margin: 15px !important;
        padding: 0 15px !important;
    }

    #wizard-popup .submit-form {
        padding: 5px 15px !important;
    }

#colorbox #cboxClose {
    background: url('../images/FunctionIcons/Functional Icon White 5.png') no-repeat;
    background-color: #124E57;
    background-position: 6px;
    top: 15px !important;
    right: 9px !important;
    color: transparent !important;
    border: 0 !important;
}

#wizard-popup .ui-widget-header {
    background: transparent !important;
    padding: 5px !important;
}

#wizard-popup .ui-icon.ui-icon-circle-triangle-n {
    background: url('/Content/stylesheets/images/icons//Minus Light Orange.svg') no-repeat !important;
    background-size: 15px !important;
}
#wizard-popup .ui-icon.ui-icon-circle-triangle-s {
    background: url('/Content/stylesheets/images/icons/Plus Dark Orange.svg') no-repeat !important;
    background-size: 15px !important;
}
    #wizard-popup .ui-icon.ui-icon-circle-triangle-n.ui-state-hover,
    #wizard-popup .ui-icon.ui-icon-circle-triangle-s.ui-state-hover {
        border: 0px solid !important;
    }

    #wizard-popup .ui-jqgrid-titlebar-close.HeaderButton {
        right: 5px !important;
    }

#wizard-popup .ui-widget-header + .ui-state-default {
    background: transparent !important;
}

#wizard-popup [id^="jqgProducts_"] {
    background: transparent !important;
    color: #F15A22 !important;
}
    #wizard-popup [id^="jqgProducts_"].ui-state-hover {
        background: #F69521 !important;
        color: #FFF !important;
    }

#wizard-popup .ui-jqgrid-pager.ui-corner-bottom {
    background: transparent !important;
}


/* | Areas/BeneficiaryNomination/View/Home/Index  | //////////////////////////////////////////////////////////////////////////////////////////////////// */
td.details-control, tr.shown td.details-control,
td.sub-details-control, tr.shown td.sub-details-control {
    /*background: url(../../../../images/View-white.png) no-repeat center center;*/
    background: #FFF !important;
}

    td.details-control::after,
    td.sub-details-control::after {
        content: 'Details';
        display: block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border: 1px solid #F15A22;
        border-radius: 50%;
        color: #F15A22 !important;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        text-transform: capitalize;
        margin: auto;
        position: relative;
        top: Calc(50% - 40px);
    }


    tr.shown td.details-control::after,
    tr.shown td.sub-details-control::after {
        content: 'close';
        border: 1px solid #F69521;
        color: #F69521 !important;
    }

    td.details-control:hover:after,
    td.sub-details-control:hover:after {
        border: 1px solid #F69521 !important;
        color: #F69521 !important;
    }

    tr.shown td.details-control:hover:after,
    tr.shown td.sub-details-control:hover:after {
        border: 1px solid #F15A22 !important;
        color: #F15A22 !important;
    }

.btn.rowBtn {
    color: #F15A22 !important;
    background: #FFF !important;
    border: 1px solid #F15A22 !important;
    border-radius: 25px;
    font-size: 11px !important;
    font-family: 'Hero New Regular';
}
    .btn.rowBtn:hover {
        color: #F69521 !important;
        background: #FFF !important;
        border: 1px solid #F69521 !important;
    }

    .btn.rowBtn.btnDownload {
        cursor: pointer;
        color: #fff !important;
        background: #F15A22 !important;
        border: none !important;
        border-radius: 25px;
        font-weight: bold;
        padding: 6px 15px;
    }
        .btn.rowBtn.btnDownload:hover {
            color: #fff !important;
            background: #F69521 !important;
        }

        .btn.rowBtn.btnDownload .download-ico {
            background-image: url('../images/FunctionIcons/Functional Icon White 16.png');
            background-size: 20px;
        }


    .btn.rowBtn.savebutton {
        cursor: pointer;
        color: #fff !important;
        background: #F15A22 !important;
        border: none !important;
        border-radius: 25px;
        padding: 6px 15px;
    }

        .btn.rowBtn.savebutton:hover {
            color: #fff !important;
            background: #F69521 !important;
        }

        .btn.rowBtn.savebutton .submit-ico {
            background-image: url('../images/FunctionIcons/Functional Icon White 15.png');
        }


/* | Areas/TaxCertificates/View/Home/Index  | //////////////////////////////////////////////////////////////////////////////////////////////////// */
#taxCertLink {
    background-color: #FFFFFF;
    color: #4B4B4B;
    font-size: 10px;
    font-style: normal;
    border-bottom: none;
    text-shadow: none;
    padding: 0px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* | Areas/Tools/View/Retirement/Retirement  | //////////////////////////////////////////////////////////////////////////////////////////////////// */

.retirement_chart_container {
    width: 98%;
    padding-top: 25px;
    background-color: #fff;
}
.retirement_btn {
    width: fit-content;
    margin: 8px auto;
    text-align: center;
    padding: 10px 25px;
    line-height: 15px;
    cursor: pointer;
}
.retirenment_btnNext {
    width: 120px;
    margin: 8px auto;
    text-align: center;
    padding: 10px 0px;
    line-height: 15px;
    cursor: pointer;
}

.retirement_morelink {
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 10px;
    font: italic 12px 'Hero New RegularItalic';
    color: #F15A22;
    text-decoration: underline;
    cursor: pointer;
}

.retirement_morelink:hover {
    color: #F69521;
}

/* | Individual/Views/Home/Index  | //////////////////////////////////////////////////////////////////////////////////////////////////// */

.indv_heading {
    border-bottom: 2px solid #124E57;
    padding-bottom: 1em;
    width: 100% !important;
    padding: 0;
    margin: 0 auto;
}

/* | Areas/Tools/View/LifeCover/LifeCover  | //////////////////////////////////////////////////////////////////////////////////////////////////// */

.note-alert {
    background-color: #FFF;
    border: 1px solid #124E57;
    color: #124E57;
    padding: 8px;
    margin-right: 8px;
    margin-top: 4px;
}

/* | Views/Media  (Videos Page)  | //////////////////////////////////////////////////////////////////////////////////////////////////// */

#videos .contentContainer .inner .contentSection {
    border: 1px solid #124E57;
    border-radius: 0 0 5px 5px;
}

#videos .contentContainer .inner a:not(.active) {
    color: #124E57;
    border: 1px solid #124E57;
    border-radius: 5px;
}
#videos .contentContainer .inner a:hover, #videos .contentContainer .inner a.active:hover {
    background: #15808D !important;
    border-color: #15808D !important;
    color: #FFF !important;
}

#videos .contentContainer .inner a.active {
    background: #15808D !important;
    border-color: #15808D !important;
    color: #FFF;
    border-radius: 5px 5px 0 0;
}

#videos .contentContainer .inner a span:after {
    background: url("/Content/images/FunctionIcons/Functional Icon DarkTeal 1.png") no-repeat;
    background-size: contain;
    display: block;
    content: '' !important;
    /*content: "\276F";*/
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all .35s;
    float: right;
    position: relative;
    top: 25%;

}
#videos .contentContainer .inner a.active span:after {
    transform: rotate(90deg);
}
#videos .contentContainer .inner a:hover span:after,
#videos .contentContainer .inner a.active span:after {
    background: url("/Content/images/FunctionIcons/Functional Icon White 1.png") no-repeat;
}


#videos .heading {
    margin-bottom: 1em;
}


/* | Areas/MemberValues/Views/Home/Index  | //////////////////////////////////////////////////////////////////////////////////////////////////// */
#BalanceDateButton {
    padding: 8px 40px;
}

#ClaimsRedirectButton {
    padding: 8px;
}

#personalDetailsData td:nth-child(1) {
    padding-left: 14px;
}

    #personalDetailsData td:nth-child(1), #personalDetailsData td:nth-child(3), #personalDetailsData td:nth-child(5) {
        background: #124E57;
        color: #FFF;
    }

#fundDetailsData td:nth-child(1) {
    background: #124E57;
    color: #FFF;
    text-align: left;
    width: 130px;
}

#fundDetailsData .ico {
    cursor: pointer;
}

#morePersonalInfoLink {
    /*font-size: 12px !important;*/
    width: 240px !important;
    margin: 0 15px !important;
    padding: 8px 15px;
}

.k-tabstrip-items .k-state-active .k-link {
    background: #124E57 !important;
    color: #FFF !important;
    margin-bottom: -1px;

}

.k-tabstrip-items .k-item:not(.k-state-active) .k-link:link:not(.k-window-action):hover, .k-item:not(.k-state-active) .k-link:visited:not(.k-window-action):hover {
    background: #15808D !important;
    color: #FFF !important;
    padding-bottom: 9px;
    text-decoration: none
}

.k-tabstrip-items .k-tab-on-top, .k-tabstrip-items .k-state-active, .k-panelbar .k-tabstrip-items .k-state-active {
}

.k-button {
    background: transparent !important;
    color: #F15A22 !important;
}

    .k-button:hover {
        background: #F69521 !important;
        color: #FFF !important;
    }

.k-tabstrip .k-tabstrip-items {
    background: #FFF;
    border-bottom: 2px solid #124E57;
    padding: 0 !important;
}

.k-tabstrip .k-content {
    margin: 0 !important;
}

.k-window-titlebar, .k-window-titlebar.k-header {
    background: #124E57 !important;
    padding: 15px 0px 15px 0px !important;
    margin-top: -55px !important;
    color: #FFF !important;
    border-radius: 0;
}
    .k-window-titlebar .k-i-close {
        background: url(/Content/stylesheets/images/close-x.png) 50% 50% no-repeat !important;
        background-size: 8px !important;
    }

        .k-window-titlebar .k-state-hover, .k-window-titlebar .k-state-hover:hover {
            background: none !important;
            border: none !important;
        }

#article-editor .modal-footer [type="button"] {
    padding: 8px 15px;
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* | Areas/Tools/  all  | //////////////////////////////////////////////////////////////////////////////////////////////////// */
/*
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3bb830), color-stop(50%,#d9c14c), color-stop(100%,#ff6b6b));
background: -webkit-linear-gradient(left, #3bb830 0%,#d9c14c 50%,#ff6b6b 100%);*/
/*['#F69521', '#F15A22', '#15808D', '#124E57', '#3D7369', '#A3A580', '#F0F1D7', '#7AC643', '#006FB7', '#2DBED9', '#F2B81A', '#FF4940', '#A5242F', '#B94A26', '#8B6C5A', '#F19C52', '#F0D8B1']*/
#toolArea {
    /*position: relative;
    width: 100%;
    height: 40px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;*/
}
.title_panel {
    background-color: #124E57;
    border-color: #124E57;
    color: #FFFFFF;
}
    .title_panel .headGrey, .title_panel .greyLinks {
        color: #FFFFFF !important;
    }

.subtitle_panel {
    background-color: #15808D;
    border-color: #15808D;
    color: #FFFFFF;
}


#headArea {
    border: 1px solid #E3E3E6;
    border-width: 1px 0px;
    /*width: 940px;*/
}

    #headArea.hA2 {
        /*width: 930px;
        padding: 5px;*/
    }


#toolArea {
    position: relative;
    width: 100%;
    background-color: #124E57;
    color: #FFFFFF;
    height: 40px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

    #toolArea .headGrey, #toolArea .greyLinks {
        color: #FFFFFF !important;
    }

/* | Areas/Tools/Annuity | //////////////////////////////////////////////////////////////////////////////////////////////////// */

#tblReturns {
    width: 100%;
    background-color: #fff;
}

    #tblReturns table tr:first-child {
        background: #7F8991;
        color: #FFF;
    }

    #tblReturns table td:nth-child(1) {
        background: #E3E3E6;
    }


/* | Areas/Tools/LifeCover | //////////////////////////////////////////////////////////////////////////////////////////////////// */

.btn_retirement_updatepersonalinfo {
    width: 110px;
    height: 35px;
    font: bold 12px 'Hero New Bold';
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
    border-radius: 20px;
}

.btn_life_editpersonalinfo {
    width: fit-content;
    margin: 0px auto 10px;
    height: 22px;
    /*font-family: 'Hero New Bold';*/
    text-align: center;
    padding: 8px 15px 4px;
    cursor: pointer;
    border-radius: 20px;
}

.btn_life_addfamilymember {
    /*width: 220px;*/
    width: fit-content;
    margin: 0px auto;
    height: 22px;
    /*font-family: 'Hero New Bold';*/
    text-align: center;
    padding: 8px 15px 4px;
    cursor: pointer;
    border-radius: 20px;
}

.lifecover_personalinfo {
    width: 325px;
    float: left;
    margin-top: 8px;
    margin-right: 8px;
    padding: 8px 8px 0 8px;
    min-height: 173px;
    border: 1px solid #E3E3E6;
}

.lifecover_familyinfo {
    width: 619px;
    float: left;
    margin-top: 8px;
    padding: 8px 0px 0 8px;
    min-height: 173px;
    border: 1px solid #E3E3E6;
}


/* | Views/Account/Register  | ////////////// */

#QuickRegistrationSubmit {
    margin: 0px 20px 50px 40px;
}


/* | Views/Home/Redurect  | ////////////// */

#grid .home.individual {
    margin: 4px 35px 4px 0px !important;
}

#grid .home.advisor {
    margin: 4px 0px 4px 35px !important;
}


/*#wizard-popup fieldset {
}

#wizard-popup [type="button"] {
}*/

/* | Areas/Tools/View/Budget/Budget  | //////////////////////////////////////////////////////////////////////////////////////////////////// */
.budget_tabicon {
    background: url('/Content/stylesheets/images/icons/Plus Dark Orange.svg') no-repeat;
    background-size: 16px 16px !important;
    height: 16px;
    width: 16px;
    float: left;
    margin: 8px 5px 0 0;
}

ul.tabs li a:hover .budget_tabicon {
    background: url('/Content/stylesheets/images/icons/Plus White.svg') no-repeat;
}

li.active .budget_tabicon, ul.tabs li.active a:hover .budget_tabicon {
    background: url('/Content/stylesheets/images/icons/Plus White Dark.svg') no-repeat;
}



/* | Areas/Tools/View/Tax/Tax   | //////////////////////////////////////////////////////////////////////////////////////////////////// */


[id*="imgcurrentConsiderationParent"], [id*="imgtotalConsiderationParent"] {
    background-size: 15px !important;
}


/* | Areas/Tools/Debt | //////////////////////////////////////////////////////////////////////////////////////////////////// */

.btn_debt_calc {
    width: 120px;
    margin: 8px auto;
    height: 15px;
    line-height: 15px;
    /*font: bold 12px 'Hero New Bold';*/
    text-align: center;
    padding: 10px 15px;
    cursor: pointer;
}



/************************Internal Styles**********************************************************/
/*Areas\Bident\Views\Home\InvestmentsAndPolicies.cshtml*/
.investments-card {
    background-color: white;
    padding: 1rem 1rem 1rem 1rem;
    -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 1em;
}

.error-message {
    font-size: 14pt;
    border: 2px solid #F15A22 !important;
    border-radius: 5px;
    padding: 1em !important;
    margin-top: 3em !important;
    background-color: #fff;
    width: 91%;
    margin: 0 auto;
}


.error-heading {
    border-bottom: 2px solid #F15A22;
    padding-bottom: 1em;
    width: 91% !important;
    padding: 0;
    margin: 0 auto;
    font-size: 18pt;
}

.note {
    font-size: 11pt;
    padding-top: 1em;
}

.no-linked-products {
    font-size: 12pt;
}

.width-60 {
    width: 60%;
}

.width-30 {
    width: 30%;
    margin-right: 10%;
}

.display-flex {
    display: flex;
}

.action-button {
    background-color: #fff;
    border-color: #F15A22 !important;
    color: #F15A22 !important;
    text-transform: capitalize !important;
    padding: 8px 15px !important;
    /*height: 3em;*/
    margin-right: 0.5em;
    margin-top: 2%;
    border-radius: 25px !important;
}

    .action-button:focus, .action-button:hover {
        border-color: #F69521 !important;
        color: #F69521 !important;
    }

.fund-value {
    width: 20%;
    text-align: right;
}

.fund-name {
    width: 56%;
    margin-left: 14%;
}

.fund-name.has-link a {
    color: #F15A22 !important;
}

.fund-info {
    display: flex;
    font-size: 13pt;
}

.summary-total {
    color: #777777;
}

.summary-wrapper {
    width: 20%;
    text-align: right;
    padding-top: 1%;
}

.investment-name {
    width: 60%;
    padding-left: 2em;
    position: relative;
    padding-top: 3%;
    font-size: 13pt;
}

.view-button.disabled:hover {
    color: #7F8991 !important;
    border: 1px solid #7F8991 !important;
    background-color: #fff !important;
}

.view-button:hover {
    background-color: #FFF !important;
    border-color: #F69521 !important;
    color: #fff !important;
}

.total-value {
    font-size: 13pt;
}

.view-button:hover,
.view-button:active,
.view-button:focus {
    text-decoration: none !important;
    border-color: #F69521 !important;
    color: #F69521 !important;
}

.view-button.is-active::after {
    content: 'close';
    text-transform: capitalize;
    color: #F69521 !important;
}

.view-button::after {
    content: 'view';
    text-transform: capitalize;
}

.view-button.is-active {
    border-color: #F69521 !important;
    color: #F69521 !important;
}

    .view-button.is-active:hover, .view-button.is-active:hover:after {
        border-color: #F15A22 !important;
        color: #F15A22 !important;
    }

.view-button.disabled {
    color: #7F8991 !important;
    border: 1px solid #7F8991;
}

.view-button {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #F15A22;
    border-radius: 50%;
    color: #F15A22 !important;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    top: Calc(50% - 35px);
}

    .view-button:not(.disabled) {
        cursor: pointer;
    }

.button-wrapper {
    width: 10%;
}

.section-wrapper {
    margin-bottom: 3em;
}

.investments-wrapper {
    padding: 2% 0 !important;
    font-family: 'Hero New Regular', Arial !important;
}

/*?*/
.subheading {
    font-weight: bold;
}

/*Areas/Claims/Views/Claims/Index.cshtml*/


.claimsTable th {
    background: #e2e2e2 !important;
    height: 30px;
    color: #171616;
    font-size: 12px !important;
    font-weight: normal;
    /* line-height: 55px; */
    /*padding-left: 20px;*/
    border-bottom: none;
    text-shadow: none !important;
    font-weight: bold;
    color: #000;
}

.claimsTable td {
    font-size: inherit !important;
}

/*Areas\BulkClaims\Views\FileUpload\Index.cshtml*/

body.wait,
body.wait * {
    cursor: wait;
}

/*Areas\Claims\Claims\Views\Claims\NewClaimMemberSearch.cshtml*/

.topsearchbuttons {
    /*background-color: #F69521;*/
    padding: 7px 15px;
    /*color: white;*/
    border-radius: 5px;
    font: 400 13.3333px 'initial';
    display: block;
    margin-left: 5px;
    float: right;
    font-size: 12px;
    font-family: "Hero New Regular";
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    background-color: #124E57 !important;
    color: #FFF !important;
}
.nav-pills > li > a:hover {
    background-color: #15808D !important;
    color: #FFF !important;
}

/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Views\Shared\ClaimsPopup.aspx*/
div#claimsPopupModuleMessage h3 {
    padding-right: 100px !important
}

#message ul li {
    font-size: 12px !important;
    list-style: disc !important;
}

#message ul li:hover {
    color: #000000 !important;
}


/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Views\Shared\NavigationUserControl.ascx*/

.popiaHeader {
    margin: 30px 0 10px;
    background-color: rgb(255, 255, 255);
    padding: 7px;
    float: left
}

a.popiaHLink {
    text-decoration: none;
    color: #F15A22; /*rgb(240, 127, 9);*/
    font-size: 14px
}

    a.popiaHLink .fa-info-circle:before {
        /* content: "\f05a"; */
        content: '' !important;
        background: url('/Content/stylesheets/images/icons/Information Icon 2.svg') no-repeat !important;
        background-size: contain !important;
        /*background-position: 0 2px !important;*/
        width: 15px;
        height: 15px;
        display: inline-block;
        margin-bottom: -2px;
    }
    a.popiaHLink:hover .fa-info-circle:before {
        background: url('/Content/stylesheets/images/icons/Information Icon 3.svg') no-repeat !important;
        background-size: contain !important;
        /*background-position: 0 2px !important;*/
    }


a.PopiaPrivacy, a.PopiaPrivacy:hover {
    color: #124E57 !important;
    font-size: 14px;
    text-decoration-line: none !important;
    text-decoration-style: initial;
    text-decoration-color: initial
}


/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Views\Shared\NOBPopup.aspx*/

div#nobPopupButtonsDisable h3 {
    padding-right: 100px !important
}

div#nobPopupModuleUnavailable h3 {
    padding-right: 100px !important
}


/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Areas\Bident\Views\Home\InvestmentsAndPolicies.cshtml*/

/*#contentArea {
    background-color: rgb(238, 238, 238) !important;
    padding: 0 !important
}*/


/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Areas\Claims\Views\Claims\Member.cshtml*/

.noticeBox {
    height: auto !important;
}



/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Areas\Claims\Views\Claims\Retirement.cshtml*/

/* ??? old deprecated styles: ??? */

a.tooltipx span {
    font-size: 11px !important
}

a.tooltipx:hover span {
    font-size: 11px !important
}

tr .spnTooltip {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: -30px;
    margin-left: 28px;
    width: 300px;
    line-height: 16px
}

tr:hover .spnTooltip {
    display: inline;
    position: absolute;
    color: rgb(17, 17, 17);
    border: 1px solid rgb(221, 204, 170);
    background: rgb(255, 250, 240)
}

.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px
}


/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Areas\MemberValues\Views\Home\DisplayOmniWhereStatus.cshtml*/

table#tableOmniWhereStatus a:link {
    color: rgb(102, 102, 102);
    font-weight: bold;
    text-decoration: none
}

table#tableOmniWhereStatus a:visited {
    color: rgb(153, 153, 153);
    font-weight: bold;
    text-decoration: none
}

table#tableOmniWhereStatus a:active, table#tableOmniWhereStatus a:hover {
    color: rgb(189, 90, 53);
    text-decoration: none;
}

table#tableOmniWhereStatus {
    c
    color: rgb(136, 136, 136);
    font-size: 12px;
    text-shadow: 1px 1px 0 rgb(255, 255, 255);
    background: rgb(234, 235, 236);
    margin: 16px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
    box-shadow: 0 1px 2px rgb(209, 209, 209)
}

    table#tableOmniWhereStatus th {
        padding: 14px 16px;
        border-top: 1px solid rgb(250, 250, 250);
        border-bottom: 1px solid rgb(224, 224, 224);
        background: rgb(237, 237, 237)
    }

        table#tableOmniWhereStatus th:first-child {
            text-align: left;
            padding-left: 20px
        }

    table#tableOmniWhereStatus tr:first-child th:first-child {
        border-top-left-radius: 3px
    }

    table#tableOmniWhereStatus tr:first-child th:last-child {
        border-top-right-radius: 3px
    }

    table#tableOmniWhereStatus tr {
        text-align: center;
        padding-left: 20px
    }

    table#tableOmniWhereStatus td:first-child {
        text-align: left;
        padding-left: 20px;
        border-left: 0
    }

    table#tableOmniWhereStatus td {
        padding: 18px;
        border-top: 1px solid rgb(255, 255, 255);
        border-bottom: 1px solid rgb(224, 224, 224);
        border-left: 1px solid rgb(224, 224, 224);
        background: rgb(250, 250, 250)
    }

    table#tableOmniWhereStatus tr.even td {
        background: rgb(246, 246, 246)
    }

    table#tableOmniWhereStatus tr:last-child td {
        border-bottom: 0
    }

        table#tableOmniWhereStatus tr:last-child td:first-child {
            border-bottom-left-radius: 3px
        }

        table#tableOmniWhereStatus tr:last-child td:last-child {
            border-bottom-right-radius: 3px
        }

    table#tableOmniWhereStatus tr:hover td {
        background: rgb(242, 242, 242)
    }


/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Areas\MemberValues\Views\Home\Index.cshtml*/

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer
}

#text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: rgb(255, 255, 255);
    transform: translate(-50%, -50%)
}

.submitBtnMV {
    display: inline-block;
    text-align: center;
    color: rgb(255, 255, 255) !important;
    border-radius: 25px;
    cursor: pointer !important
}

.irrmodal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4)
}

.irrmodal-content {
    background-color: rgb(254, 254, 254);
    margin: 400px auto auto;
    padding: 20px;
    border: 1px solid rgb(136, 136, 136);
    width: 50%
}

div#IRRR {
    margin-top: 25px;
    overflow: visible
}

span.close {
    color: rgb(170, 170, 170);
    float: right !important;
    font-size: 25px !important;
    cursor: pointer
}

span.close:hover, span.close:focus {
    color: rgb(0, 0, 0);
    text-decoration: none;
    cursor: pointer
}


/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Areas\MemberValues\Views\InternalRateReturn\InternalRateReturnShellView.cshtml*/

.irrmodal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4)
}

.irrmodal-content {
    background-color: rgb(254, 254, 254);
    margin: 400px auto auto;
    padding: 20px;
    border: 1px solid rgb(136, 136, 136);
    width: 50%
}

div#IRRR {
    margin-top: 25px;
    overflow: visible
}

span.close {
    color: rgb(170, 170, 170);
    float: right !important;
    font-size: 25px !important;
    cursor: pointer
}

span.close:hover, span.close:focus {
    color: rgb(0, 0, 0);
    text-decoration: none;
    cursor: pointer
}


/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Areas\Search\Views\Home\ResultsView.cshtml*/

#ConsentPopupWindow .modal-header {
    justify-content: space-between !important;
    padding: 1rem !important;
    border-bottom: 1px solid rgb(233, 236, 239) !important;
    border-top-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important
}

    #ConsentPopupWindow .modal-header .close {
        padding: 1rem !important;
        margin: -1rem -1rem -1rem auto !important;
        float: right !important
    }

#ConsentPopupWindow.modal {
    width: auto !important;
    background-color: rgb(255, 255, 255) !important;
    border-color: rgb(105, 105, 105) !important
}

#ConsentPopupWindow .modal-body {
    min-height: 50px !important
}



/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Areas\Claims\Claims\Views\Claims\Index.cshtml*/

.claimsTable th {
    background-attachment: initial;
    background-clip: initial;
    background-color: rgb(226, 226, 226) !important;
    background-image: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-size: initial;
    height: 30px;
    font-size: 12px !important;
    padding-left: 20px;
    border-bottom: none;
    text-shadow: none !important;
    font-weight: bold;
    color: rgb(0, 0, 0)
}

.claimsTable td {
    font-size: inherit !important
}

.panel-heading {
    font-size: 12px !important;
    font-weight: bold;
    font-family: 'Hero New Bold';
}

.modal-header .close {
    margin-top: -15px !important;
    font-size: 21px !important;
    line-height: 1px !important
}

.claimsMenuButtonsTextSize {
    font-size: 11px !important
}


/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Areas\Tools\Views\Annuity\Index.aspx*/
/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Areas\Tools\Views\LifeCover\Index.aspx*/

.bg-light {
    background-color: rgb(248, 249, 250) !important
}


/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Areas\Claims\Claims\Views\Claims\Member.cshtml*/
/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Areas\Claims\Views\Claims\Member.cshtml*/

select.claimsSelect {
    background: rgba(0, 0, 0, 0);
    height: 32px;
    border: 1px solid rgb(216, 216, 216);
    /*width: 350px*/
}


/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Areas\Claims\Views\Claims\NewClaimMemberSearch.cshtml*/
/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Areas\Claims\Views\Claims\SearchExistingClaims.cshtml*/
/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Areas\Claims\Views\Claims\_Results.cshtml*/
/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Areas\Claims\Claims\Views\Claims\NewClaimMemberSearch.cshtml*/
/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Areas\Claims\Claims\Views\Claims\SearchExistingClaims.cshtml*/
/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Areas\Claims\Claims\Views\Claims\_Results.cshtml*/

input, button, select, optgroup, textarea {
    font-size: inherit !important;
    line-height: normal !important;
}


/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Views\Shared\ClaimsPopup.aspx*/
/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Views\Shared\NOBPopup.aspx*/
/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Views\Shared\Popup.aspx*/
/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Views\Shared\PopupMessage.aspx*/
/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Areas\Business\Views\Home\PopupMessage.aspx*/
/*file: C:\Users\Admin\source\repos\AFO-OnlineServices\Application\Aforbes.GroupIT.OnlineServices.Web\Portal\Areas\Business\Views\Home\PopupMessage.aspx*/

.subHeading.popup_subHeading {
    height: 50px;
    color: rgb(236, 139, 0);
    font-size: 14px;
    font-weight: bold;
    line-height: 55px;
    padding-left: 20px;
    border-bottom: none
}

/***************************End of Internal Styles*********************************/


/***************************Images************************************************/

.afLogo {
    /*padding: 1.5rem;*/
    background: no-repeat;
    background-image: url("../stylesheets/images/AF Logo 2022.svg");
    float: left;
    background-size: contain;
    width: 225px;
    height: 50px;
    margin: 60px 0 20px;
}

.mainNavWrap + #header > a > .afLogo {
    margin: 20px 0 !important;
}

.down-arrow-white {
    background-image: url(../images/FunctionIcons/down_arrow_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 10px;
}

.twitter-ico {
    background-image: url(../stylesheets/images/icons/twitter_refresh.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
    background-position: center;
}

.facebook-ico {
    background-image: url(../stylesheets/images/icons/facebook_refresh.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
    background-position: center;
}

.linkedin-ico {
    background-image: url(../stylesheets/images/icons/linkedin_refresh.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
    background-position: center;
}

.pdf-orange-ico {
    background-image: url('../stylesheets/images/icons/Functional Icon 5.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    background-size: contain;
    vertical-align: middle;
}

.pdf-white-ico {
    background-image: url('../stylesheets/images/icons/Functional Icon 6.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    background-size: contain;
    vertical-align: middle;
}

.download-ico {
    background-image: url('../stylesheets/images/icons/Functional Icon 4.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    background-size: contain;
    vertical-align: middle;
}

.email-ico {
    background-image: url('../stylesheets/images/icons/Functional Icon 3.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 25px;
    background-size:contain;
    vertical-align:middle;
}

i.ico{
    display: inline-block;
}

    /*i.ico:hover {
        background-color: #F69521;
    }*/

.pointer-cursor {
    cursor:pointer;
}

.toolsCarouselContainer .toolsCarouselInner .imgContainer .toolIcon {
    width: 70px;
    height: 60px;
    margin: 15px auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

    .toolsCarouselContainer .toolsCarousel.active .imgContainer .toolIcon, .toolsCarouselContainer .toolsCarousel .imgContainer .toolIcon.active,
    .toolsCarouselContainer .toolsCarouselInner.active .imgContainer .toolIcon, .toolsCarouselContainer .toolsCarouselInner .imgContainer .toolIcon.active {
        width: 90px;
        height: 90px;
        margin: 0px auto;
    }

.toolsCarouselContainer .toolsCarouselInner.active .heading {
    color: #fff !important;
}

a.toolsCarouselInner p.heading {
    padding: 0.3rem !important;
}


.toolsCarouselContainer .toolsCarouselInner.beneficiaries .imgContainer .toolIcon.beneficiaries {
    background-image: url('../stylesheets/images/icons/AFO Beneficiaries Icon C.png');
    
}

.toolsCarouselContainer .toolsCarouselInner.beneficiaries.active .imgContainer .toolIcon.beneficiaries {
    /*background-image: url('../stylesheets/images/icons/AFO Beneficiaries Icon W.png');*/
}

.toolsCarouselContainer .toolsCarouselInner.search .imgContainer .toolIcon.search {
    background-image: url('../stylesheets/images/icons/AFO Search Icon C.svg');
}

.toolsCarouselContainer .toolsCarouselInner.search.active .imgContainer .toolIcon.search {
    /*background-image: url('../stylesheets/images/icons/AFO Search Icon W.svg');*/
}

.toolsCarouselContainer .toolsCarouselInner.investmentvalues .imgContainer .toolIcon.investmentvalues {
    background-image: url('../stylesheets/images/icons/AFO Investment Values Icon C.svg');
}

.toolsCarouselContainer .toolsCarouselInner.investmentvalues.active .imgContainer .toolIcon.investmentvalues {
    /*background-image: url('../stylesheets/images/icons/AFO Investment Values Icon W.svg');*/
}

.toolsCarouselContainer .toolsCarouselInner.processnewclaim .imgContainer .toolIcon.processnewclaim {
    background-image: url('../stylesheets/images/icons/AFO Process New Claim Icon C.svg');
}

.toolsCarouselContainer .toolsCarouselInner.processnewclaim.active .imgContainer .toolIcon.processnewclaim {
    /*background-image: url('../stylesheets/images/icons/AFO Process New Claim Icon W.svg');*/
}

    .toolsCarouselContainer .toolsCarouselInner.processnewclaim.active:after {
        margin: 25px auto !important;
    }

.toolsCarouselContainer .toolsCarouselInner.eac .imgContainer .toolIcon.eac {
    background-image: url('../stylesheets/images/icons/AFO EAC Icon C.svg');
}

.toolsCarouselContainer .toolsCarouselInner.eac.active .imgContainer .toolIcon.eac {
    /*background-image: url('../stylesheets/images/icons/AFO EAC Icon W.svg');*/
}



.toolsCarousel .imgContainer span.savings-refresh {
    background-image: url('../stylesheets/images/icons/AFO Savings Icon C.png');
    
}

.toolsCarousel.active .imgContainer span.savings-refresh {
    /*background-image: url('../stylesheets/images/icons/AFO Savings Icon W.png');*/
}

.toolsCarouselInner .imgContainer span.retirement-refresh {
    background-image: url('../stylesheets/images/icons/AFO Retirement Icon C.png');
}

.toolsCarouselInner.active .imgContainer span.retirement-refresh {
    /*background-image: url('../stylesheets/images/icons/AFO Retirement Icon W.png');*/
}

.toolsCarouselInner .imgContainer span.life-refresh {
    background-image: url('../stylesheets/images/icons/AFO Life Icon C.png');
}

.toolsCarouselInner.active .imgContainer span.life-refresh {
    /*background-image: url('../stylesheets/images/icons/AFO Life Icon W.png');*/
}

.toolsCarouselInner .imgContainer span.toolRetirement {
    background-image: url('../stylesheets/images/icons/AFO Retirement Icon C.png');
}

    .toolsCarouselInner .imgContainer span.toolRetirement.active {
        /*background-image: url('../stylesheets/images/icons/AFO Retirement Icon W.png');*/
    }

.toolsCarouselInner.calculator .imgContainer span.toolIcon.calculator {
    background-image: url(../stylesheets/images/icons/Tax.svg);
}

.toolsCarouselInner.calculator.active .imgContainer span.toolIcon.calculator {
    /*background-image: url('../stylesheets/images/icons/AFO Tax Icon W.svg');*/
}

.toolsCarouselInner.debt .imgContainer span.toolIcon.debt {
    background-image: url(../stylesheets/images/icons/Debt.svg);
}

.toolsCarouselInner.debt.active .imgContainer span.toolIcon.debt {
    /*background-image: url(../stylesheets/images/icons/Debt.svg);*/
}

.toolsCarouselInner.budget .imgContainer span.toolIcon.budget {
    background-image: url(../stylesheets/images/icons/Budget.svg);
}

.toolsCarouselInner.budget.active .imgContainer span.toolIcon.budget {
    /*background-image: url(../stylesheets/images/icons/Budget.svg);*/
}

.toolsCarouselInner.wallet .imgContainer span.toolIcon.wallet {
    background-image: url(../stylesheets/images/icons/Wallet.svg);
}

.toolsCarouselInner.wallet.active .imgContainer span.toolIcon.wallet {
    /*background-image: url(../stylesheets/images/icons/Wallet.svg);*/
}

.statements-orange-ico {
    background-image: url('../stylesheets/images/icons/AFO Statements Icon C.png');
   /* width: 50px;
    height: 50px;*/
}

.statements-white-ico {
    background-image: url('../stylesheets/images/icons/AFO Life Icon W.png');
   /* background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: center;*/
}

.member-values-orange-ico {
    background-image: url('../stylesheets/images/icons/AFO Member Values Icon C.png');
    /*background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;*/
}

.member-values-white-ico {
    background-image: url('../stylesheets/images/icons/AFO Member Values Icon W.png');
    /*background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;*/
}

.toolsCarouselInner .imgContainer span.toolBudget {
    background-image: url(../stylesheets/images/icons/Budget.svg);
}

    .toolsCarouselInner .imgContainer span.toolBudget.active {
        /*background-image: url(../stylesheets/images/icons/Budget.svg);*/
    }

.toolsCarouselInner .imgContainer span.toolDebt {
    background-image: url(../stylesheets/images/icons/Debt.svg);
}

    .toolsCarouselInner .imgContainer span.toolDebt.active {
        /*background-image: url(../stylesheets/images/icons/Debt.svg);*/
    }

.toolsCarouselInner .imgContainer span.toolAnnuity {
    background-image: url('../stylesheets/images/icons/Annuity.svg');
}

    .toolsCarouselInner .imgContainer span.toolAnnuity.active {
        /*background-image: url('../stylesheets/images/icons/AFO Annuity Icon W.svg');*/
    }

.toolsCarouselInner .imgContainer span.toolTax {
    background-image: url(../stylesheets/images/icons/Tax.svg);
}

    .toolsCarouselInner .imgContainer span.toolTax.active {
        /*background-image: url(../stylesheets/images/icons/Tax.svg);*/
    }

.toolsCarouselInner .imgContainer span.toolSavings {
    background-image: url('../stylesheets/images/icons/Money Save.svg');
}

    .toolsCarouselInner .imgContainer span.toolSavings.active {
        /*background-image: url('../stylesheets/images/icons/Money Save.svg');*/
    }

.toolsCarouselInner .imgContainer span.toolLife {
    background-image: url(../stylesheets/images/icons/People_2.svg);
}

    .toolsCarouselInner .imgContainer span.toolLife.active {
        /*background-image: url(../stylesheets/images/icons/People_2.svg);*/
    }

.contact-center{
    background-image: url(../stylesheets/images/icons/Chat-Options.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 90px;
    height: 70px;

}

.mobile-banner-img {
    background-image: url('../stylesheets/images/icons/AF App.svg');/*'AF Favcon_full colour_transparent.png');*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center;
    /*border: 3px solid #124E57;*/
    width: 90px;
    height: 80px;
    border-radius: 3px 4px;
    margin-left: 28px;
}

i.mobile-banner-img{
    display:block;
}

.loading-image-side{
    background-image: url(../images/Spinner/loading-bars.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.loading-image {
    background-image: url(../images/Spinner/loading-bars.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.plus-ico {
    background-image: url('../images/FunctionIcons/Functional Icon Orange 6.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-position: center;
}

.submit-ico {
    background-image: url('../images/FunctionIcons/Functional Icon Orange 15.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-position: center;
}

.rowBtn:hover .download-ico, .download-ico:hover{
    /*background-image: url('../images/FunctionIcons/Functional Icon White 16.png');*/
}


.rowBtn:hover .submit-ico,
.submit-ico:hover {
    background-image: url('../images/FunctionIcons/Functional Icon White 15.png')
}

.rowBtn:hover .plus-ico,
.plus-ico:hover {
    /*background-image: url('../images/FunctionIcons/Functional Icon White 6.png')*/
}

.fact-ico {
    background-image: url(../stylesheets/images/fact.png);
}

.quotes-ico {
    background-image: url(../stylesheets/images/quotes.png);
}

.reports-ico {
    background-image: url(../stylesheets/images/reports.png);
}

.reviews-ico {
    background-image: url(../stylesheets/images/reviews.png);
}

.forms-ico {
    background-image: url(../stylesheets/images/forms.png);
}

.forum-ico {
    background-image: url(../stylesheets/images/forum.png);
}

.links-ico{
    background-image: url(../stylesheets/images/links.png);
}

.news-ico{
    background-image: url(../stylesheets/images/news.png);
}

.framework-ico{
    background-image: url(../stylesheets/images/framework.png);
}

.incompass-ico{
    background-image: url(../stylesheets/images/InCompass.jpg);
}

.documents-ico {
    background-image: url(../stylesheets/images/documents-icon.png);
}

.claims-ico{
    background-image: url(../stylesheets/images/claims.png);
}

.info-ico{
    background-image: url(../stylesheets/images/Info.png);
}

.switch-banner-ico {
    background-image: url(../images/SwitchBanner.jpg);
}

.ajax-loader-gif{
    background-image: url(../images/ajax-loader.gif);
}

.ajax-loader-black-gif{
    background-image: url(../images/ajax-loader_black.gif);
}

.left-arrow-ico{
    background-image: url('../images/FunctionIcons/Functional Icon Orange 2.png');
}

.arrow-right-left-ico{
    background-image: url(../stylesheets/images/icons/Arrows_3.svg);
}


.right-arrow-ico {
    background-image: url('../images/FunctionIcons/Functional Icon Orange 1.png');
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 10px;
}

.transitions-ico{
    background-image: url(../stylesheets/images/icons/Transitions.svg);
}

.close-ico {
    background-image: url('../images/FunctionIcons/Functional Icon White 5.png');
    background-repeat: no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    margin: 0;
    clear: both;
}



button.close:after, a.close:after {
    content: '';
    display: block;
    background-image: url('../images/FunctionIcons/Functional Icon White 5.png');
    background-repeat: no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    margin: -5px 0 0 10px;
    clear: both;
    float: right;
}

/*button.close:hover:after, 
    a.close:hover:after {
    background-image: url('../images/FunctionIcons/Functional Icon Orange 5.png');
}*/


/*******************************FONT SIZES**********************************************************/
.heading {
    font-size: 17px !important;
}

h3.education-header{
    font-family: "Hero New Bold", Arial !important;
    font-size: 22pt !important;
}

.h5 {
    font-family: "Hero New Bold", Arial !important;
    font-size: 16pt !important;
}

h3.financialEdu-H {
    font-family: "Hero New Bold", Arial !important;
    font-size: 18pt !important;
}

div.heading {
    font-family: "Hero New Bold", Arial !important;
    font-size: 22pt !important;
}

div.subHeading {
    font-family: "Hero New Bold", Arial !important;
    font-size: 16pt !important;
}

div.ddTitle{
    font-size: 12px !important;
}

.toolsCarouselInner p{
    font-size: 11px !important;
}

.toolsCarouselInner .heading {
    font-size: 15px !important;
}

h1.hrBorder {
    font-family: "Hero New Bold", Arial !important;
    font-size: 22pt !important;
    color: #124E57 !important;
}

.hrBorder {
    border-bottom: 3px solid #124E57 !important;
}

h2.personal-details {
    padding-top: 25px !important;
    font-family: "Hero New Bold", Arial !important;
    font-size: 18pt !important;
    color: #124E57 !important;
}

.leftCol-fields-title {
    font-size: 15px !important;
    padding: 5px 0px 7px;
    font-family: "Hero New Bold", Arial !important;
}

.leftCol-fields-value {
    border-bottom: 1px solid gray;
    color: gray !important;
    padding: 0px;
    font-family: "Hero New Regular", Arial !important;
    font-size: 15px !important;
}

.topHeading {
    font-family: "Hero New Regular", Arial !important;
    padding-top: 20px !important;
    font-size: 14pt !important;
}

div.headingTitle {
    font-family: "Hero New Bold", Arial !important;
    font-size: 15px !important;
}

div.NOBheadingTitle {
    font-family: "Hero New Bold", Arial !important;
    font-size: 18px !important;
}

div.headingValue {
    font-family: "Hero New Regular", Arial !important;
    font-size: 15px !important;
}

td.ELPTableLabel,
#fundDetailsData td:nth-child(1),
.k-tabstrip-items .k-state-active .k-link {
    font-family: "Hero New Bold", Arial !important;
    font-size: 15px !important;
}

h4.subheading {
    color: #124E57 !important;
    font-family: "Hero New Bold", Arial !important;
    font-size: 16pt !important;
}

div.modal-header {
    /*color: #124E57 !important;*/
    font-family: "Hero New Bold", Arial !important;
    font-size: 16pt !important;
}