/*=== Breckenridge Fund Manager CSS  ===*/

@import url("https://fast.fonts.net/cssapi/914c0317-e65a-4eb1-ba21-33b0127e03fe.css");
@import url('font-awesome.min.css');
/*font*/

@import url("https://use.typekit.net/vej3hmb.css");
/*New Fonts*/

@font-face {
    font-family: "Frutiger67BoldCn";
    src: url("font/Frutiger67BoldCn.eot?#iefix");
    src: url("font/Frutiger67BoldCn.eot?#iefix") format("eot"), url("font/Frutiger67BoldCn.woff") format("woff"), url("font/Frutiger67BoldCn.ttf") format("truetype"), url("font/Frutiger67BoldCn.svg#Frutiger67BoldCn") format("svg")
}

@font-face {
    font-family: "Frutiger47LightCn";
    src: url("font/Frutiger47LightCn.eot?#iefix");
    src: url("font/Frutiger47LightCn.eot?#iefix") format("eot"), url("font/Frutiger47LightCn.woff") format("woff"), url("font/Frutiger47LightCn.ttf") format("truetype"), url("font/Frutiger47LightCn.svg#Frutiger47LightCn") format("svg")
}

@font-face {
    font-family: 'Frutiger57Cn';
    src: url('font/Frutiger57Cn.eot');
    src: url('font/Frutiger57Cn.eot?#iefix') format('embedded-opentype'), url('font/Frutiger57Cn.woff2') format('woff2'), url('font/Frutiger57Cn.woff') format('woff'), url('font/Frutiger57Cn.ttf') format('truetype')
}

/*Logo Fonts*/

@font-face {
    font-family: 'icomoon';
    src: url('src="font/icomoon.eot?glt0ys');
    src: url('font/icomoon.eot?glt0ys#iefix') format('embedded-opentype'), url('font/icomoon.ttf?glt0ys') format('truetype'), url('font/icomoon.woff?glt0ys') format('woff'), url('font/icomoon.svg?glt0ys#icomoon') format('svg');
    font-weight: normal;
    font-style: normal
}

html {
}

body {
    background: #fff;
    font-size: 1em;
    font-family: "DM Sans", sans-serif;
    color: #231f20;
    line-height: 1.42857;
    height: auto;
    min-height: 100%;
    position: relative;
}

    body * {
        font-family: "DM Sans", sans-serif !important;
    }

    body:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 85px;
        background: #FFF;
        content: " ";
        display: block;
    }

    body.LoginPage:before { background: #219BD7; }

    body.helpBody:before {
        display: none;
    }

    body.innerPages:before,
    body.innerPages_Search:before {
        border-bottom: 60px solid #219BD7;
    }

    body.LoginPage:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
        background: url(images/Fund_Offerings_Hero.png) center no-repeat #fff;
        content: " ";
        display: block;
        z-index: -1;
        background-size: contain;
    }

a:link,
a:visited,
a:active {
    color: #00b7b0;
    outline: medium none;
    text-decoration: none;
}

    a:link svg {
        vertical-align: sub;
        width: 22px;
        padding-right: 5px;
        fill: #898989;
    }

a:hover {
    color: inherit;
    text-decoration: underline;
}

h1 {
    font-family: "DM Sans", sans-serif;
    font-size: 28pt;
    color: #000;
}

h2 {
    font-family: "DM Sans", sans-serif;
    color: #231f20;
    font-weight: normal;
    line-height: 1.6em;
    font-size: 1.2em;
}

#mainContent h3 {
    float: none !important;
    padding-top: 20px;
    margin: 0;
    color: #000;
    font-size: 19px;
}

h3 {
    font-size: 20px;
}

hr {
}

.underline {
    border-bottom: 1px solid #ccc;
    clear: both;
}

input[type=text],
input[type=password],
#searchForm select,
.refineFilter select {
    width: 100%;
    height: auto;
    border: 0;
    box-sizing: border-box;
    color: #000;
    padding: 5px;
    z-index: 1;
}

#email_verification {
    padding-left: 10px;
}

#phone_verification {
    padding-left: 10px;
}

#login_email_verification,
#login_email_confirmverification {
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    z-index: 1;
}

.MuiInputAdornment-positionStart,
.MuiInputAdornment-positionEnd {
    z-index: 1;
}

#container,
.container {
    min-height: 100%;
    background: transparent;
    margin-bottom: -111px;
}

.headerTitle {
    color: #000;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    top: 33px;
    right: 0;
    position: absolute;
}

body.LoginPage .headerTitle { color: #FFF; top: 30px; }

.accountLinks ul {
    margin: 1em 0;
    font-weight: normal;
}

.mainBody {
}

#mainBody {
    background: transparent;
    margin: 0 0 50px 0;
    padding: 0;
    border: 0px;
    width: 700px;
}

.LoginPage #mainBody { width: 100%; }

.innerPages #mainBody, .innerPages_Search #mainBody  {
    float: left;
    margin-top: 20px;
}

.innerPages.managePassword #mainBody {
    float: left;
    margin-top: 20px;
    width: 700px;
}

#mainContent {
    padding: 0;
    margin: 220px auto 0px auto;
    min-height: 447px;
    width: 100%;
}

/* 720px; */

.innerPages_Search #mainContent {
    margin: 40px auto 0px auto;
}

#mainContent.innerPages_adviserinvestorSearch,
#mainContent.innerPages_FundsSearch {
    float: left;
    margin-top: 20px;
    width: 700px;
}

.innerPages #mainContent {
    margin: 20px auto 0px auto;
}

.termsAndConditions #mainContent,
.contactUs #mainContent,
.trades #mainContent,
.forms_pds #mainContent {
    margin: 20px auto 0px auto;
    max-width: 700px;
}

ul.serviceLinks {
    padding: 10px 0;
    width: 100%;
    text-align: right;
    font-size: 13.3px;
}

    ul.serviceLinks li {
        float: none;
    }

.forms_pds #mainContent .serviceLinks {
    margin-bottom: 50px;
}

#mainContent > h1,
#managePasswordContainer h1 {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 1.9rem;
    line-height: 1.1;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #717362;
}

    #mainContent > h1:first-child {
    }

#mainContent > a {
    color: inherit;
}

#sidePanel {
    margin: 20px 0 0px 0;
    width: 275px;
    box-sizing: border-box;
    /* float: right; */
    position: absolute;
    /* left: 0; */
}

    /* width - originally from default */

    #sidePanel .infoPanel {
        padding: 15px;
        box-sizing: border-box;
        border: 0;
        background: #e5e5e5;
        border-radius: 0;
    }

    #sidePanel .infoPanelContent {
        padding: 0;
    }

.infoPanelContent p strong {
    color: #000000;
}

ul.userInfo span {
    margin: 0px 0 0px 0;
}

ul.userInfo label {
    font-size: .8em;
    width: 31%;
    padding-right: 10px;
    color: #000;
    font-weight: normal;
}

ul.userInfo span {
    font-size: .8em;
    width: 64%;
    vertical-align: top /*float: left;*/
    ;
}

ul.userInfo li:nth-child(2) span {
    text-transform: lowercase;
}

.pageHeader {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    height: 85px;
}

/* logo */

.headerLogo {
    width: auto;
    margin: 0;
    height: auto;
    float: none;
    display: inline-block;
}

.pageHeaderLogo {
    background-image: url(images/alliancebernstein-desktop-logo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 211px;
    height: 85px;
    margin-top: 0;
    margin-left: 0;
}

.footer {
    color: #fff;
    background: #1E9BD7;
}

.footerContent {
    background: transparent;
    border: none;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .copyright {
    float: none;
    padding: 0;
    line-height: 1;
    letter-spacing: .08em;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    color: #fff;
    order: 1;
}

.footerLinksMain li a,
.footerLinksMain li a:active {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    border: 0;
    padding: 0 15px 0px 0;
}

.footerLinksMain li a {
    line-height: 1;
    letter-spacing: .08em;
    font-weight: 400;
    padding-left: 0;
    padding-right: 15px;
}

    .footerLinksMain li a:hover {
        color: #fff;
        text-decoration: underline;
    }

.footerLinksMain li:last-child a {
    border-right: 0;
}

/**/
#app-footer-text,
#app-button-grid {
    width: 1024px !important;
}

/*nav*/
.mainmenu {
    background: none;
    padding: 0;
    height: 60px;
    margin-bottom: 0px;
    margin-left: 0;
}

    .mainmenu ul {
        margin: 0;
        height: 100%;
    }

        .mainmenu ul li {
            background: none;
            line-height: 1.6;
        }

            .mainmenu ul li.highlight {
                background: #FFF;
            }

            /* #dddcdc */

            /* .mainmenu ul li.highlight:after{content: "\f0d7"; position: absolute; font-family: FontAwesome; top: 81% !important; right: 50%; font-size: 20px; color: #dddcdc;} 
.mainmenu ul li.highlight:hover:after{content: "\f0d7"; position: absolute; font-family: FontAwesome; top: 81% !important; right: 50%; font-size: 20px; color: #dddcdc;}
.mainmenu ul li a:hover:after{content: "\f0d7"; position: absolute; font-family: FontAwesome; top: 90% !important; right: 50%; font-size: 20px; color: #05c3de;} */

            .mainmenu ul li:hover {
                background: none;
            }

            .mainmenu ul li a {
                margin: 0;
                padding: 0 20px;
                font-size: 14px;
                font-weight: normal;
                line-height: 60px;
                font-family: "DM Sans", sans-serif;
                color: #fff;
            }

                .mainmenu ul li a:hover {
                    color: #219BD7;
                    background: #FFF;
                }

    .mainmenu > ul > li.highlight > a {
        color: #219BD7;
        border-bottom: none;
    }

    .mainmenu > ul > li:hover > a {
        border-bottom: none;
        background: #FFF;
        color: #219BD7;
    }

    /*sub nav*/

    .mainmenu ul ul {
        background: #FFF;
        transition: all 0s ease-out 0.2s;
        min-width: 12em;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
        margin: 0px;
        top: 100%;
        position: absolute;
        height: auto;
    }

        .mainmenu ul ul li {
            border-bottom: none;
            height: 50px;
            background: transparent;
        }

            .mainmenu ul ul li:hover {
                background: transparent;
                color: #000;
				
            }

            .mainmenu ul ul li a {
                border: none;
                margin: 0;
                padding: 0.5em 1.25em;
                border: none;
                line-height: 30px;
                color: #000;
                text-transform: none;
                font-size: 14px;
            }

                .mainmenu ul ul li a:hover {
                    color: #000;
                    background: transparent;
                    text-decoration: underline;
                }

    .mainmenu ul li.highlight ul li a:visited,
    .mainmenu ul li.highlight ul li a:focus {
    }

#holding-download-print-faq-header {
    padding: 0;
    float: right;
    width: 50%;
    justify-content: flex-end;
}

    #holding-download-print-faq-header li {
        float: right;
        display: inline-block;
    }

    #holding-download-print-faq-header a {
        text-decoration: none;
        display: flex;
        align-items: center;
        font-size: 13.3px;
        padding: 10px;
        color: #00b7b0 !important;
    }

        #holding-download-print-faq-header a svg {
            margin-right: 5px;
            height: 25px;
        }

        #holding-download-print-faq-header a:hover {
            text-decoration: underline;
            color: #231f20;
        }

        #holding-download-print-faq-header a#downloadLink {
            background: transparent url(images/sprite_buttons.png) 0px 0px no-repeat
        }

        #holding-download-print-faq-header a#printLink {
            background: transparent url(images/sprite_buttons.png) 0px -20px no-repeat;
        }

        #holding-download-print-faq-header a.helpLink {
            background: transparent url(images/sprite_buttons.png) 0px -40px no-repeat;
        }

    #holding-download-print-faq-header + h6 {
        font-weight: 700;
        font-size: 24px;
        margin-top: 20px !important;
    }

select#holding-dropdown {
    background: #fff;
}

/* homepage */

#loginContent {
    margin: -150px 0 0 0;
    width: 100%;
    height: 100%;
}

.loginInfoText ul {
    padding-right: 190px;
    margin-top: 200px;
}

    .loginInfoText ul li {
        line-height: 20px;
        padding-bottom: 1em;
        padding-left: 0;
        font-size: 12px;
        font-weight: 600;
    }

.loginInfoText {
    margin: 0;
    padding: 0;
    background: transparent;
    width: 60%;
    color: #231f20;
    border: 0;
}

.okta-form-input-field input {
    color: #BBBBBB;
}
/* width usually getting from default */
.loginInfoText h1 {
    font-size: 38pt;
    color: #fff;
    font-weight: 100;
}

.loginInfoText a {
    text-decoration: underline;
}

    .loginInfoText a:hover {
        text-decoration: none;
    }

.loginControls {
    width: 38%;
    margin-top: 250px;
    min-height: 477px;
    background: #efece3;
    position: relative;
}

    .loginControls.registerShow {
        background: none;
    }

.loginPanel {
    border: none;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    background: transparent;
    top: 200px;
    transform: translateY(-50%);
    position: absolute;
}

.infoPanelContent strong,
.loginInfoText strong {
    color: #000;
    /* font-family: 'Glegoo', serif;*/
    font-size: 1.5em;
    font-weight: normal;
}

.infoPanelContent p strong {
    font-size: 1.2em;
    font-weight: bold;
}

.loginBox h1 {
    color: #747566;
    font-size: 18px;
    font-weight: normal;
    font-family: "DM Sans", sans-serif;
    text-align: center;
}

.loginBox label {
    width: 30%;
    float: left;
    margin: .35em 0 .25em 0;
    font-size: 18px;
    color: #747566;
    clear: both;
}

.loginBox input {
    padding: 5px 10px;
    border: 1px solid #bbbbbb;
    background: #fff;
    color: #000;
    text-align: left;
    position: relative;
    font-family: "DM Sans", sans-serif;
    border-radius: 3px;
    outline: none !important;
}

    .loginBox input[type="text"],
    .loginBox input[type="password"] {
        width: 60%;
        margin: 0 0 10px;
        float: right;
        font-size: 1em;
    }

.loginBox .checkbox {
    clear: both;
    padding: 10px 0;
}

    .loginBox .checkbox label {
        width: auto;
        float: none;
    }

.loginBox .forgottenPassword {
    width: auto;
    padding-right: 10px;
}

    .loginBox .forgottenPassword a {
        color: #747566;
        text-decoration: none;
        font-size: 0.9em;
    }

        .loginBox .forgottenPassword a:hover {
            text-decoration: underline;
        }

.loginButton .orangeButton {
    display: block;
    background: none;
    text-align: left;
}

    .loginButton .orangeButton:hover {
        background: none;
    }

    .loginButton .orangeButton button {
        width: 100%;
        cursor: pointer;
        font-size: 18px;
        font-weight: normal;
        color: #fff;
        padding: 18px 20px;
        background: #000;
        border: 0;
        font-family: "DM Sans", sans-serif;
        box-shadow: none;
        text-transform: capitalize;
    }

#modalDialog .orangeButton button {
    position: relative;
}

#modalDialog td {
    display: block;
}

.loginButton {
    display: block;
    width: auto;
    padding: 10px 0 0;
    background: none;
    border: none;
    text-align: left;
}

    .loginButton:hover {
        background: none;
    }

#btnRegister {
    background: transparent;
    font-size: 0.9em;
    margin-top: 20px;
    padding: 14px 0 0 0 !important;
    border-top: 1px solid #616161;
    height: auto !important;
    width: 100%;
    cursor: pointer;
    color: #fff;
}

    #btnRegister:hover {
        text-decoration: underline;
    }

.loginBox .field-validation-error {
    background: #000000;
    color: #fff;
    width: auto;
    margin: 0 0 10px;
}

#forgottenPasswordContainer {
    border: 1px solid #000;
    margin: 119px 0 0 0;
    padding: 20px;
}

    #forgottenPasswordContainer:after {
        display: block;
        content: "";
        width: 100%;
        clear: both;
    }

    #forgottenPasswordContainer .forgottenUsername {
        width: 43%;
    }

    /* originally 48%*/

    #forgottenPasswordContainer .forgottenPassword {
        width: 54%;
        border-right: 1px solid #000;
    }

/* originally 48%*/


/*Reset Password*/
#fm-login-forgotpassword-widget .MuiPaper-root.MuiPaper-elevation1.MuiPaper-rounded > .MuiPaper-root.MuiPaper-elevation1.jss311.MuiPaper-rounded:first-child {
    display: none;
}

#fm-login-forgotpassword-widget .MuiPaper-root.MuiPaper-elevation1.MuiPaper-rounded > .MuiPaper-root.MuiPaper-elevation1.jss311.MuiPaper-rounded {
    background: #000;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    border-radius: 0;
    box-shadow: none;
}

#fm-login-forgotpassword-widget .MuiTypography-alignCenter {
    font-size: 24px;
}

#fm-login-forgotpassword-widget .MuiPaper-root.MuiPaper-elevation1.MuiPaper-rounded .MuiLink-underlineHover {
    color: #777;
    font-size: 12px;
}

#fm-login-forgotpassword-widget .MuiButton-containedPrimary {
    color: #fff;
   box-shadow: none;
    border: 0;
    height: 40px;
    border-radius: 0;
    background-color: #000000;
}

#fm-login-forgotpassword-widget .MuiButton-containedPrimary:hover {
    background-color: #50BEAF;
}

#fm-login-forgotpassword-widget .MuiOutlinedInput-adornedEnd {
    background: #fff;
}

#okta-sign-in .o-form-has-errors .infobox-error {
    color: #000;
}

#okta-sign-in .okta-form-input-error {
    color: #777777;
    font-size: 12px;
}

#fm-login-forgotpassword-widget fieldset.MuiOutlinedInput-notchedOutline {
    background: #fff;
}

    #fm-login-forgotpassword-widget fieldset.MuiOutlinedInput-notchedOutline + input[type=text] {
        padding: 5px 15px;
        z-index: 1;
    }

#fm-login-forgotpassword-widget input[type=password] {
    z-index: 1;
}

#okta-sign-in .o-form-has-errors .infobox-error {
    color: #000;
}

/*forgot username*/

#fm-login-forgotpassword-widget .MuiPaper-root.MuiPaper-elevation1.MuiPaper-rounded {
    background: #e7e7e7;
    color: #231f20;
    font-family: "DM Sans", sans-serif;
    border-radius: 0;
    box-shadow: none;
}

    #fm-login-forgotpassword-widget .MuiPaper-root.MuiPaper-elevation1.MuiPaper-rounded > .MuiPaper-root.MuiPaper-elevation1.MuiPaper-rounded:first-child {
        display: none;
    }

/*register*/

#fm-login-registration-widget .MuiPaper-root.MuiPaper-elevation1.MuiPaper-rounded {
    background: #e7e7e7;
    color: #231f20;
    font-family: "DM Sans", sans-serif;
    border-radius: 0;
    box-shadow: none;
}

#fm-login-registration-widget .MuiTypography-alignCenter[class*="RegistrationVerifySendLink-typo-"] {
    font-size: 1rem;
}

#fm-login-registration-widget .MuiTypography-alignCenter:first-child,
#fm-login-registration-widget .MuiTypography-alignCenter:first-child strong {
    font-size: 24px;
    font-weight: normal;
    color: #231f20;
    padding-bottom: 0;
}

#fm-login-registration-widget .MuiPaper-root.MuiPaper-elevation1.MuiPaper-rounded > .MuiPaper-root.MuiPaper-elevation1.MuiPaper-rounded:first-child {
    display: none;
}

#fm-login-registration-widget .MuiPaper-root.MuiPaper-elevation1.MuiPaper-rounded .MuiOutlinedInput-adornedEnd {
    background: #fff;
    border: 0;
}

#fm-login-registration-widget .MuiButton-contained.Mui-disabled {
    color: #999;
    background-color: #ccc;
}

#fm-login-registration-widget .MuiButton-containedPrimary:hover
{
	 color: #fff;
    background: #50BEAF;
    box-shadow: none;
    border: 0;
    height: 50px;
}
#fm-login-registration-widget .MuiButton-containedPrimary {
    color: #fff;
    background: #000000;
    box-shadow: none;
    border: 0;
    height: 50px;
}

td .MuiLink-button,
.MuiLink-button {
    color: #00b7b0;
}

#fm-login-registration-widget .MuiLink-button {
    color: #777;
}

#fm-login-registration-widget .RegistrationVerifyEmail-common-890 fieldset.MuiOutlinedInput-notchedOutline,
#fm-login-registration-widget .RegistrationVerifyCode-common-808 fieldset.MuiOutlinedInput-notchedOutline,
#fm-login-registration-widget .RegistrationVerifyEmailCode-common-933 fieldset.MuiOutlinedInput-notchedOutline {
    background: #fff;
}

#fm-login-registration-widget .RegistrationVerifyEmail-common-890 .MuiOutlinedInput-inputMarginDense {
    z-index: 1;
}

.MuiOutlinedInput-input {
    padding: 10px 20px 7px !important;
    background: #fff;
}

#fm-login-registration-widget .RegistrationVerifyCode-common-808 fieldset.MuiOutlinedInput-notchedOutline + input[type=text],
#fm-login-registration-widget .RegistrationVerifyEmailCode-common-933 fieldset.MuiOutlinedInput-notchedOutline + input[type=text] {
    padding: 5px 15px;
    z-index: 1;
}

.RegistrationResetPassword {
    height: 20px;
    padding: 0;
}

.RegistrationResetPassword-common-1105 {
    width: 100% !important;
    margin: 0 0px 10px 0 !important;
}

/*Inner Page*/

.holdingFilter label {
    font-size: 14px;
    margin: 0 10px 0 0;
    display: inline-block;
    width: 40px;
    font-weight: normal;
    color: #000;
}

h3 #gridLabel { color: #000; }

h3 .highlight {
    color: #00b7b0;
    text-transform: capitalize;
}

ul.userInfo li {
    background: none;
    list-style: none;
    padding-left: 0;
    line-height: 16px;
    display: inline;
    padding-right: 20px;
}

#sidePanel ul.userInfo li {
    display: block;
    padding-bottom: 10px;
    padding-right: 0;
}

.loginInfoText ul li,
#termsAndConditionsContainer div ul li {
    background: none;
    list-style: disc;
    padding-bottom: 10px;
    line-height: 24px;
}

.loginInfoText ul li {
    padding-bottom: 12px;
    line-height: 20px;
}

#termsAndConditionsContainer div {
    margin: 1.5em 0;
}

#termsAndConditionsContainer h2 {
    border-bottom: none !important;
    font-size: 1.2em;
    padding: 0;
}

.accountLinks ul li a {
    color: #231f20;
    text-decoration: none;
    border: none;
    padding: 0 0 0 2em;
}

    .accountLinks ul li a:hover {
        text-decoration: underline;
    }

.accountLinks ul li.name {
    border: none;
    color: #231f20;
    padding: 0 0 0 1em;
}

.accountLinks ul {
    color: #fff;
    margin: 13px 0 0 0;
    font-size: 13px;
}

.noRecords td {
    background: #fff;
    font-size: 15px;
    color: #666;
    font-weight: normal;
}

.holdingFilter optgroup {
    color: #CECECE;
}

div#holdingDetailsDiv {
    font-size: 0.9em;
}

#portflioContainer {
    margin: 60px 0 0 0;
}

#portfolioSummary .MuiButton-containedPrimary {
    text-align: center;
}

#fm-portfolio-widget .MuiButton-containedPrimary {
    box-shadow: none;
    padding: 6px 20px;
    border-radius: 1px;
}


#holdingDetailsContainer {
    margin-bottom: 0;
    margin-top: 50px;
}

    #holdingDetailsContainer .MuiTypography-body2:nth-child(2) {
        width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

#paper-holdings-table table thead tr,
#paper-holdings-table table thead tr th,
#paper-holdings-table table thead tr span,
#paper-holdings-table table thead tr span svg {
    background: #e7e7e7 !important;
    color: #231f20 !important;
}

/* Buttons */

button.linkButton:hover span,
button.linkButton span:hover,
.linkButton a:hover,
a.linkButton:hover {
    color: #FFF;
}

.orangeButton button {
    width: auto;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    background: #000000;
    border: 0;
    font-family: "DM Sans", sans-serif;
    box-shadow: none;
    outline: none;
}

    .orangeButton button:hover {
        background: #50BEAF;
        color: #FFF;
    }

.orangeButton #btnOk {
    padding: 10px 26px;
}

#changepasswordContainer .buttonContainer .orangeButton button:hover {
    background: none;
}

#searchForm {
    position: relative;
}

    #searchForm button.linkButton span {
        color: #ffffff;
    }

        #searchForm button.linkButton span:hover {
            color: #ffffff;
        }

    #searchForm button.linkButton {
        width: auto;
        cursor: pointer;
        font-size: 14px;
        font-weight: normal;
        color: #fff;
        padding: 10px 20px;
        background: #000000;
        border: 0;
        font-weight: normal;
        height: auto;
        display: block;
        height: auto;
        float: none;
        line-height: 1;
    }

    #searchForm #btnGo.linkButton {
        position: absolute;
        top: 6px;
        right: 20px;
    }

    #searchForm button.linkButton:hover {
        background: #50beaf;
        color: #FFF;
    }

a.holdingDetailLink.detailLink {
    text-decoration: none;
}

.forgottenPassword .orangeButton {
    margin-right: 50px;
    padding-top: 10px;
    float: none;
    display: block;
    text-align: left;
}

    .forgottenPassword .orangeButton #btnSubmit {
        width: auto;
        padding: 14px 26px;
        background: #000;
        color: #ffffff;
        text-transform: uppercase;
    }

.forgottenPassword input#UserName {
    float: left;
    height: 40px;
    padding: 5px;
    margin: 10px 0;
    width: 300px;
    display: inline-block;
    border: 1px solid #DDD;
}

#changepasswordContainer label.display-label {
    width: 270px;
    font-size: .80em;
}

#changepasswordContainer .passwordSection {
    padding: 1em 0;
    margin: 1em 0;
}

#changepasswordContainer p.passwordText {
    margin-top: 105px;
    line-height: 1.2em;
    font-size: .85em;
}

form#changePasswordForm #btnSubmit {
    margin-top: 20px;
}

#changepasswordContainer INPUT {
    padding: 5px;
}

table.info .linkButton,
table.info .linkButton span {
    color: #fff;
    font-weight: normal;
    display: inline-block;
    padding: 10px 20px;
    height: auto;
    background: #000000;
}

    table.info .linkButton:hover,
    table.info .linkButton span:hover {
        background: #ddd;
    }

button.linkButton span,
.linkButton a,
a.linkButton {
    text-decoration: none;
}

#managePasswordForm .buttonContainer {
    margin: 20px 0 0 0;
    float: left;
}

#managePasswordForm #btnCancel {
    margin: 0 10px 0 0;
    background: #fff;
    padding: 8px 20px;
    color: #000;
    border: 1px solid #000;
}

    #managePasswordForm #btnCancel span {
        padding: 5px 18px;
        background: #fff;
        font-size: 18px;
        font-family: "DM Sans", sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        display: block;
    }

    #managePasswordForm #btnCancel:hover {
        text-decoration: none;
    }

#managePasswordForm p.passwordText {
    margin-top: 58px;
}

button.MuiButton-containedPrimary {
    color: #50BEAF;
    background-color: #FFF;
    border: 2px solid #50BEAF;
}

/* Holding details */

table.info {
    margin: 1em 0 4em;
}

#portfolioSummary table.info {
    margin: 1em 0 4em;
}

    #portfolioSummary table.info table.info tr.sectionDivider,
    table.info tr.darkBorderTop {
        border-top: 2px solid #ddd7d0;
    }

#portfolio-table-row th,
#portfolio-table-row th span,
#portfolio-table-row th svg {
    background: #e7e7e7 !important;
    color: #231f20 !important;
}

/* dropdown search styling */

.dropDownContainer {
    margin-top: 15px;
    background: #e7e7e7;
    align-items: center;
    padding: 15px;
}

    .dropDownContainer > div {
        padding: 0 10px 0px 0;
        margin: 0;
    }

        .dropDownContainer > div > div {
            margin: 0;
        }

table .info th.colTitle,
table.info th.orange {
    color: #231f20;
    font-weight: bold;
}

table.info th {
    padding-right: 10px;
}

#mainContent .holdingDetailView ul li {
    list-style: none !important;
    padding: 0px !important;
    margin: 0px;
}

.clear.refineFilter {
    margin: 0px 0 0px 0;
    background: #e5e5e5;
    width: 100%;
    padding: 0px 20px 20px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: start;
}

form#correspondenceIncomingForm .clear.refineFilter { padding: 20px; }

    .clear.refineFilter + .clear.refineFilter {
        margin-bottom: 40px;
    }

.priceHistory .clear.refineFilter {
    margin-bottom: 80px;
}

#holding-portfolio-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #231f20;
    font-weight: bold;
    border-bottom: 1px solid #231f20;
    font-size: 1.9rem;
}

#holding-portfolio-section {
    border-top: 1px solid #efece3;
}

.clear.refineFilter label {
    float: left;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}

.clear.refineFilter input {
    float: left;
    margin: 9px 0;
}

.clear.refineFilter .hasDatepicker {
    width: 95px;
    margin: 0 5px 0 0px;
    padding-left: 5px;
}

.clear.refineFilter .ui-datepicker-trigger {
    float: left;
    margin: 0 20px 0 0px;
    cursor: pointer;
}

.clear.refineFilter select {
    float: left;
}

select#SelectedTransactionType {
    margin-right: 10px;
}

.holdingFilter {
    border: none;
    margin: 0;
    background: #e5e5e5;
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
}

#searchForm label.display-label {
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: normal;
    min-width: 50px;
    color: #000;
}

ul.oc-radiogroupex li label {
    margin: 5px !important;
}

table.info tr.noPad td {
    width: 50%;
}

    table.info tr.noPad td.holdingDetailsOwnerData > label {
        font-weight: normal;
    }

    table.info tr.noPad td.holdingDetailsOwnerData li label {
        padding-right: 5px;
    }

/* Distribution history */

#distributionHistoryForm .refineFilter ul.oc-radiogroupex {
    width: 180px;
}

    #distributionHistoryForm .refineFilter ul.oc-radiogroupex li {
        display: inline-block;
    }

#distributionHistoryForm .filterDateOptionLabel {
    margin-bottom: 30px;
    width: 70px;
    margin-top: 5px;
}

table.distributionDetailsTable tr td {
    font-size: .75em;
}

.distributionHistory .clear.refineFilter {
    margin-bottom: 60px;
}

    .distributionHistory .clear.refineFilter > div:first-child {
        width: 260px !important;
    }

    .distributionHistory .clear.refineFilter > div:nth-child(2) {
        float: left;
    }

        .distributionHistory .clear.refineFilter > div:nth-child(2) label {
            width: auto;
            margin: 0 10px 0 0;
        }

        .distributionHistory .clear.refineFilter > div:nth-child(2) .hasDatepicker {
            margin: 0;
            width: auto;
        }

        .distributionHistory .clear.refineFilter > div:nth-child(2) .ui-datepicker-trigger {
            margin: 6px 20px 0 5px;
        }

/* Transaction History */

table#TransactionHistoryGrid td:nth-child(8),
table#TransactionHistoryGrid td:nth-child(9),
table#TransactionHistoryGrid td:nth-child(10) {
    text-align: center !important;
}

.ui-jqgrid-bdiv,
.ui-state-default.ui-jqgrid-hdiv {
    width: 100% !important;
}

div#gview_TransactionHistoryGrid {
    width: 100% !important;
}

.holdingFilter option {
    color: #000 !important;
}

div#gbox_TransactionHistoryGrid {
    width: 100% !important;
}

th#TransactionHistoryGrid_Action {
    width: 87px !important;
}

table#TransactionHistoryGrid {
    width: 100% !important;
}

.ui-jqgrid tr.jqgrow td, .MuiTableBody-root .MuiTableRow-root .jss366 {
    font-size: .75em;
    color: #666;
    padding: 8px 8px;
    border: 1px solid #d0d0d0 !important;
    text-align: left !important;
}

.ui-jqgrid tr:nth-child(even) td {
    background: #fff;
}

table.transactionDetailsTable tr td {
    font-size: .75em;
}

.portfolio.transactionHistory .clear.refineFilter label {
    width: 150px;
    font-size: 14px;
    color: #000;
}

.portfolio.transactionHistory .clear.refineFilter select {
    width: calc(100% - 160px) !important;
    margin: 0 0px 0 10px;
}

/* Grid */

.ui-jqgrid .ui-jqgrid-view {
    border: 0;
}

.ui-jqgrid .ui-jqgrid-sortable {
    color: #000 !important;
}

.ui-jqgrid a:hover {
    color: #717362 !important;
}

.ui-jqgrid .ui-icon {
    background-image: url(images/icons_1.png);
    margin-top: 5px;
}

.ui-icon-seek-first,
.ui-icon-seek-prev,
.ui-icon-seek-next,
.ui-icon-seek-end {
    height: 26px;
}

.gridTotal {
    margin-top: 20px;
    width: 698px;
    float: left;
    text-align: right;
    color: #00b7b0;
}

.ui-icon {
    display: none;
}

#mainContent .gridContainer {
    background: transparent;
    border-top: 0;
    padding-top: 5px;
    margin-top: 0;
}

.gridContainer td a {
    text-decoration: none;
}

.ui-jqgrid .ui-jqgrid-hbox {
    float: none;
    padding: 0;
}

.gridContainer td a:hover {
    text-decoration: underline;
    color: #AF274C;
}

.ui-jqgrid .ui-jqgrid-hdiv {
    border-top: none !important;
}

.ui-th-ltr,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr, .MuiTable-root.jss365 .jss478 {
    border: 0;
    background: #E5E5E5;
}

.ui-jqgrid .ui-jqgrid-htable th {
    padding: 0;
    background: #f1eeea;
}

.ui-jqgrid .ui-jqgrid-htable {
    width: 100% !important;
}

.ui-jqgrid TH,
.ui-th-div-ie,
.ui-jqgrid .ui-jqgrid-sortable, .MuiTable-root.jss365 .jss478 {
    color: #231f20 !important;
    font-weight: normal;
}

.ui-jqgrid .ui-pg-table td {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.ui-jqgrid .ui-paging-info {
    font-size: 12px;
}

.ui-pager-control .ui-pg-table .ui-paging-info {
    color: #666;
    text-transform: uppercase;
}

.ui-jqgrid .ui-pg-table .ui-pg-input {
    width: auto;
    padding: 0;
    height: 25px;
    border: 1px solid #bbb;
    color: #000;
    font-weight: bold;
}

.ui-jqgrid .ui-state-hover,
.ui-jqgrid .ui-state-hover td {
    background: none;
}

.tooltip,
.radioList li label span {
    border-bottom: indianred;
    font-size: 1.01em;
}

#gview_DistributionHistoryGrid table.ui-jqgrid-htable tr th:nth-child(3) {
    width: 166px !important;
}

#gview_DistributionHistoryGrid .ui-jqgrid-htable th {
    padding: 0 !important;
}

table#DistributionHistoryGrid td:nth-child(8) {
    text-align: center !important;
}

#DistributionHistoryGrid {
    width: 100% !important;
}

    #DistributionHistoryGrid td {
        font-size: .75em;
    }

div#gview_PriceHistoryGrid table.ui-jqgrid-htable tr th:nth-child(2) {
    width: inherit;
}

table#PriceHistoryGrid tr td:nth-child(2) {
    width: inherit;
}

table.regDetails th {
    color: #231f20;
}

#reject.linkButton {
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

    #reject.linkButton:hover {
        color: #0077c8;
    }

#accept.linkButton {
    background: #000;
    font-weight: normal;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 28px;
    width: 100px;
    height: auto;
    text-align: center;
}

    #accept.linkButton:hover {
        background: #a6ce39;
    }

/*widget*/

header.MuiAppBar-colorPrimary {
    background: none;
    box-shadow: none;
}

div.MuiToolbar-gutters {
    padding: 0;
}

h5#portfolio-header {
    color: #231f20;
    border-bottom: 1px solid #231f20;
}


h6.MuiTypography-h6 {
    font-weight: 700;
    font-size: 24px;
    margin-top: 20px !important;
    padding-bottom: 0;
    color: #231f20;
    border-bottom: 1px solid #231f20;
}

    h6.MuiTypography-h6#tableTitle {
        color: #000;
        font-size: 18px;
        margin-bottom: 10px;
    }

.MuiGrid-container.jss177 {
    background: none;
    padding: 0;
}

div.jss179 {
    color: #000;
    padding: 0;
    margin: 15px 20px 15px 0;
}

h6.MuiTypography-subtitle1 {
    color: #231f20;
    font-family: "DM Sans", sans-serif;
}

div.MuiOutlinedInput-inputSelect {
    padding: 10px;
    z-index: 1;
}

div.MuiPopover-paper {
    box-shadow: none;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
}

ul.MuiMenu-list {
    padding: 1px;
    background: #fff;
}

fieldset.MuiOutlinedInput-notchedOutline {
    border-radius: 1px;
    border-color: #bbb !important;
    border-width: 1px;
}

ul.MuiMenu-list li.MuiButtonBase-root.MuiListItem-root.MuiMenuItem-root.Mui-selected.MuiMenuItem-gutters.MuiListItem-gutters.MuiListItem-button.Mui-selected {
}

/* Forms */
form {
}

    form#frmExportDataCsv {
        padding: 10px 0;
    }

    form:after {
        content: "";
        clear: both;
        display: block;
    }

#loginContent form {
    background: none;
}

a.sms-request-button {
    color: #000;
    border-color: #000;
    border-bottom-color: #000;
}

h2.dropdownOpener a {
    color: #231f20;
    font-weight: bold;
    text-decoration: none;
}

.formsSectionBox {
    background-color: none;
    border: none;
}

.formList li a {
    font-weight: bold;
}

select#ViewKey {
    padding: 3px;
    display: inline-block;
    box-sizing: border-box;
    color: inherit;
    width: calc(100% - 50px) !important;
    text-transform: capitalize;
    height: auto;
    border: 0 !important;
}

#searchForm select#SelectedType {
    padding: 5px;
    margin: 0;
    color: inherit;
    width: 282px;
}

#searchForm input#Name {
    padding: 5px;
    margin-right: 16px;
    width: 180px;
    margin: 0 10px 0 0px;
}

#searchForm input#SearchNo {
    padding: 6px;
    width: 337px;
    margin: 0 00px 0 10px;
}

#searchForm input#Surname {
    padding: 5px 0 5px 5px;
    width: 180px;
    margin: 0 0 0 10px;
}

.down {
    background-image: url(images/down-arrow.gif);
}

.right {
    background-image: url(images/right-arrow.gif);
}

.faqbox {
    background: #F5F5F5 none repeat scroll 0% 0%;
}

    .faqbox:first-of-type {
        margin-top: 140px;
    }

.forgottenPassword p {
    font-size: 1em;
    font-weight: normal;
    padding-left: 0.25em;
}

#forgottenPasswordForm {
    margin-top: 30px;
}

.forgottenPassword label {
    padding: 0;
    font-size: 1.35em;
    font-weight: normal;
}

.forgottenPassword ul {
    margin: 0;
}

#managePasswordContainer {
    font-size: 1.05em;
}

#managePasswordForm fieldset div {
    margin: 0 0 10px 0;
}

#managePasswordForm label.display-label {
    font-weight: normal;
    font-size: 14px;
    color: #000;
}

#managePasswordForm fieldset {
    width: 480px;
    background: #e7e7e7;
    padding: 10px 20px 20px 20px;
}

#managePasswordForm p.passwordText {
    width: 480px;
    float: left;
    margin: 20px 0 0 0;
    font-size: 80%;
}

#ExistingPassword,
#NewPassword,
#ConfirmPassword {
    padding: 5px;
    margin: 0px;
    width: 225px;
    display: inline-block;
    border: 0;
    font-size: 90%;
    margin: 0;
}

img#newPasswordImage,
img#confirmPasswordImage {
    margin-top: 16px;
}

.ui-dialog .ui-dialog-title {
    font-size: 1em;
    font-family: "DM Sans", sans-serif;
    color: #FFF;
    white-space: initial;
    font-weight: normal;
}

#modalDialog td span.titleData, #modalDialog td span.valueData { color: #000; }

.ui-dialog .ui-dialog-titlebar-close { 
    border: 0;
    width: 13px;
    background: transparent url(images/close_icon.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
}

#modalDialog table { margin: 0; }

/*FAQ */

.helpBody {
    background: #FFF;
}

#faqContainer {
    background-image: none;
}

    #faqContainer h1 {
        background: #ffffff;
        color: #000;
        border-bottom: 1px solid #EAE6DD;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
        font-size: 1.3em;
    }

.faqbox h2 a {
    color: #3e3c3a;
    text-decoration: none;
    background: transparent;
    padding-left: 3px;
}

    .faqbox h2 a:hover {
        color: #000;
        text-decoration: underline;
    }

.forgottenPassword ul li {
    background: none;
    list-style: disc inside;
    line-height: initial;
    padding: 5px;
}

/* Investor / Adviser Search */

table#SearchGrid td:nth-child(7) {
    text-align: center !important;
}

/* modal */

.ui-dialog .ui-dialog-titlebar {
    background: #219BD7;
    border-radius: 0;
}

button.linkButton,
.linkButton a {
    font-family: "Droid Serif  ", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 0.9em;
    font-weight: normal;
}

    button.linkButton:hover span {
        background: transparent;
    }

/*Pop-up window*/

.ui-dialog {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    z-index: 99999;
}

.ui-widget-overlay {
    background: #000;
    opacity: .5;
    z-index: 9999 !important;
}

/* New User Validation */

#newuservalidationContainer label.display-label {
    font-size: .90em;
}

form#userValidationForm .orangeButton button {
    background-image: url(images/arrow-right.png);
    background-repeat: no-repeat;
    padding: 7px 27px 7px 15px;
    background-position: 70px;
}

#newuservalidationContainer p.passwordText {
    margin-top: 100px;
}

#newuservalidationContainer .orangeButton #btnEnterSite {
    background-image: url(images/arrow-right.png);
    background-repeat: no-repeat;
    padding: 7px 27px 7px 15px;
    background-position: 86px;
    margin-top: 20px;
}

div#newuservalidationContainer h1 {
    margin-bottom: 15px;
}

/* DatePicker */

.ui-datepicker {
    border-color: #f5f5f5;
    width: auto;
}

    .ui-datepicker td a {
        padding: 5px;
    }

.ui-datepicker-calendar .ui-state-hover {
    background-color: #717362;
    color: #FFF;
}

.ui-datepicker .ui-state-active {
    background-color: #717362;
}

.ui-datepicker-header .ui-icon {
    background-image: url(images/icons.png);
    *background-image: url(images/icons.png);
}

.ui-datepicker-prev span,
.ui-datepicker-prev:hover span {
    background-position: 4px -76px;
}

.ui-datepicker-next span,
.ui-datepicker-next:hover span {
    background-position: 0px -100px;
}

.ui-datepicker .ui-datepicker-next span {
    left: 20%;
}

#as-at-date-label {
    padding: 20px 20px 0px 0px;
}

#as-at-date-error {
    padding: 20px 0px 0px 20px;
}

div.MuiToolbar-gutters.MuiPickersDatePickerRoot-toolbar {
    padding: 20px;
    box-sizing: border-box;
}

.MuiPickersDatePickerRoot-toolbar button span h6 {
    color: #fff;
}

/*Footer*/

.footer {
    margin-top: 70px;
}

    .footer ul {
        padding-top: 0;
        font-size: 10px;
        display: inline-block;
        text-align: center;
        float: none;
        order: 0;
        height: 38px;
        overflow: visible;
    }

        .footer ul li {
            float: none;
            display: inline-block;
        }

        .footer ul li {
        }

/* Correspondence History */

#CorrespondenceHistoryGrid {
    width: 100% !important;
}

#gview_CorrespondenceHistoryGrid table.ui-jqgrid-htable tr th:nth-child(1) {
    width: 100px !important;
}

table#CorrespondenceHistoryGrid tr td:nth-child(1) {
    width: 95px !important;
}

#gview_CorrespondenceHistoryGrid table.ui-jqgrid-htable tr th:nth-child(2) {
    width: 100px !important;
}

table#CorrespondenceHistoryGrid tr td:nth-child(2) {
    width: 95px !important;
}

#gview_CorrespondenceHistoryGrid table.ui-jqgrid-htable tr th:nth-child(3) {
    width: 70px !important;
}

table#CorrespondenceHistoryGrid tr td:nth-child(3) {
    width: 70px !important;
}

#gview_CorrespondenceHistoryGrid table.ui-jqgrid-htable tr th:nth-child(4) {
    width: 195px !important;
}

table#CorrespondenceHistoryGrid tr td:nth-child(4) {
    width: 190px !important;
}

#gview_CorrespondenceHistoryGrid table.ui-jqgrid-htable tr th:nth-child(5) {
    width: 110px !important;
}

table#CorrespondenceHistoryGrid tr td:nth-child(5) {
    width: 105px !important;
}

#gview_CorrespondenceHistoryGrid table.ui-jqgrid-htable tr th:nth-child(6) {
    width: 145px !important;
}

table#CorrespondenceHistoryGrid tr td:nth-child(6) {
    width: 180px !important;
}

#gview_CorrespondenceHistoryGrid table.ui-jqgrid-htable tr th:nth-child(7) {
    width: 225px !important;
}

table#CorrespondenceHistoryGrid tr td:nth-child(7) {
    width: 180px !important;
}

.portfolio.correspondenceHistory .clear.refineFilter,
.portfolio.incoming .clear.refineFilter {
    width: 100%;
}

    .portfolio.correspondenceHistory .clear.refineFilter label,
    .portfolio.incoming .clear.refineFilter label {
        min-width: 170px;
        margin-right: 10px;
    }

    .portfolio.correspondenceHistory .clear.refineFilter select,
    .portfolio.incoming .clear.refineFilter select {
        width: calc(100% - 190px) !important;
    }

.ui-jqgrid .ui-jqgrid-htable th div, .MuiTable-root.jss365 .jss478 {
    font-size: 13px;
    padding-right: 8px;
    height: 100%;
}

#gview_CorrespondenceHistoryGrid div.ui-jqgrid-sortable {
    padding: 0.75em 8px !important;
}

#gview_TransactionHistoryGrid .ui-jqgrid-htable th div {
    padding-left: 5px;
}

#loadingSpinner {
    border: none;
}

    #loadingSpinner span {
        display: none;
    }

#contactUsContainer,
#termsAndConditionsContainer {
    padding: 0;
}

/* Trade Wisget */

#fm-trade-application-widget {
}

    #fm-trade-application-widget h4 {
        color: #000;
        font-family: 'BLK-Fort';
        font-size: 1.9rem;
        font-weight: 600;
        line-height: 1.1;
        padding-top: 10px;
        margin-bottom: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-bottom: 1px solid #717362;
    }

    #fm-trade-application-widget hr {
        display: none;
    }


        #fm-trade-application-widget .MuiGrid-justify-xs-flex-end > a {
            display: flex;
            font-size: 12px;
            color: #00b7b0 !important;
        }

        #fm-trade-application-widget .MuiGrid-justify-xs-flex-end .MuiSvgIcon-root {
            width: 18px;
            height: 18px;
            margin-right: 3px;
        }

    #fm-trade-application-widget h6.MuiTypography-h6#tableTitle {
        font-family: "DM Sans", sans-serif;
        margin-top: 115px;
        clear: both;
        font-size: 16px;
        color: #231f20;
        font-weight: 700;
    }

    #fm-trade-application-widget .MuiGrid-container {
        background: none;
        padding: 0;
        align-items: center;
    }

        #fm-trade-application-widget .MuiGrid-container .MuiGrid-root.MuiGrid-item {
            flex-grow: 1;
        }

        #fm-trade-application-widget .MuiGrid-container .MuiGrid-root.jss140.MuiGrid-item {
            margin: 0 20px 0 0;
            flex-grow: 0;
        }

        #fm-trade-application-widget .MuiGrid-container .MuiGrid-root.MuiGrid-item .MuiInputBase-root.MuiOutlinedInput-root.jss139.MuiInputBase-fullWidth {
            margin: 0;
            min-width: unset;
        }

        #fm-trade-application-widget .MuiGrid-container fieldset.MuiOutlinedInput-notchedOutline {
            border: 0;
            background: #f3f3f3;
        }

/* Redemption Wisget */

#fm-trade-redemption-widget {
}

    #fm-trade-redemption-widget h4 {
        color: #231f20;
        font-family: 'BLK-Fort';
        font-size: 1.9rem;
        font-weight: 600;
        line-height: 1.1;
        padding-top: 10px;
        margin-bottom: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-bottom: 1px solid #717362;
    }

    #fm-trade-redemption-widget hr {
        display: none;
    }

    #fm-trade-redemption-widget .MuiGrid-justify-xs-flex-end {
        margin-top: 21px;
    }

        #fm-trade-redemption-widget .MuiGrid-justify-xs-flex-end > a {
            display: flex;
            font-size: 12px;
            color: #00b7b0 !important;
            align-items: center;
        }

        #fm-trade-redemption-widget .MuiGrid-justify-xs-flex-end .MuiSvgIcon-root {
            width: 18px;
            height: 18px;
            margin-right: 3px;
        }

    #fm-trade-redemption-widget h6.MuiTypography-h6#tableTitle {
        font-family: "DM Sans", sans-serif;
        margin-top: 125px;
        clear: both;
        font-size: 16px;
        color: #231f20;
        font-weight: 700;
    }

    #fm-trade-redemption-widget .MuiGrid-container {
        background: none;
        padding: 0;
        align-items: center;
    }

        #fm-trade-redemption-widget .MuiGrid-container .MuiGrid-root.MuiGrid-item {
            flex-grow: 1;
        }

        #fm-trade-redemption-widget .MuiGrid-container .MuiGrid-root.jss147.MuiGrid-item {
            margin: 0 20px 0 0;
            flex-grow: 0;
        }

        #fm-trade-redemption-widget .MuiGrid-container .MuiGrid-root.MuiGrid-item .MuiInputBase-root.MuiOutlinedInput-root.jss145.MuiInputBase-fullWidth {
            margin: 0;
            min-width: unset;
        }

        #fm-trade-redemption-widget .MuiGrid-container fieldset.MuiOutlinedInput-notchedOutline {
            border: 0;
            background: #f3f3f3;
        }

/* Switch Wisget */

#fm-trade-switch-widget h4 {
    color: #231f20;
    font-family: 'BLK-Fort';
    font-size: 36px;
    font-weight: 800;
    line-height: 1.1;
    padding-top: 10px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#fm-trade-switch-widget hr {
    display: none;
}

#fm-trade-switch-widget .MuiGrid-justify-xs-flex-end {
    margin-top: 21px;
}

    #fm-trade-switch-widget .MuiGrid-justify-xs-flex-end > a {
        display: flex;
        font-size: 12px;
        color: #00b7b0 !important;
        align-items: center;
    }

    #fm-trade-switch-widget .MuiGrid-justify-xs-flex-end .MuiSvgIcon-root {
        width: 18px;
        height: 18px;
        margin-right: 3px;
    }

#fm-trade-switch-widget h6.MuiTypography-root.MuiTypography-h6 {
    font-family: "DM Sans", sans-serif;
    margin-top: 125px;
    clear: both;
    font-size: 16px;
    color: #231f20;
    font-weight: 700;
}

#fm-trade-switch-widget .MuiGrid-container {
    background: none;
    padding: 0;
    align-items: center;
}

    #fm-trade-switch-widget .MuiGrid-container .MuiGrid-root.MuiGrid-item:last-child {
        flex-grow: 1;
    }

    #fm-trade-switch-widget .MuiGrid-container .MuiGrid-root.MuiGrid-item:first-child {
        margin: 0 20px 0 0;
        flex-grow: 0;
    }

    #fm-trade-switch-widget .MuiGrid-container .MuiGrid-root.MuiGrid-item .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-fullWidth {
        margin: 0;
        min-width: unset;
    }

    #fm-trade-switch-widget .MuiGrid-container fieldset.MuiOutlinedInput-notchedOutline {
        border: 0;
        background: #f3f3f3;
    }

/*Docusign Widget*/

#fm-portfolio-docusign-widget {
    position: absolute;
    right: 0;
    max-width: 275px;
    text-align: center;
    margin-top: 150px;
    background: #e7e7e7;
}

    #fm-portfolio-docusign-widget .MuiCard-root {
        border-radius: 0;
        box-shadow: none;
        background: none;
    }

    #fm-portfolio-docusign-widget .MuiCardContent-root {
        padding: 20px 20px 0 20px;
    }

    #fm-portfolio-docusign-widget .MuiCardContent-root .MuiTypography-paragraph { 
        color: #231f20;
        font-size: 14px;
    }

    #fm-portfolio-docusign-widget .MuiCardActions-root {
        padding: 0 20px 20px 20px;
    }

    #fm-portfolio-docusign-widget .MuiButton-containedPrimary {
        box-shadow: none;
        border-radius: 1px;
        text-transform: capitalize;
        background: #000;
        border: 2px solid #000;
    }

        #fm-portfolio-docusign-widget .MuiButton-containedPrimary .MuiButton-label {
            line-height: 20px;
            font-family: "DM Sans", sans-serif;
            color: #fff;
        }

    #fm-portfolio-docusign-widget .MuiButton-containedPrimary:hover {
        background: #50BEAF;
        border: 2px solid #50BEAF;
    }

    #fm-portfolio-docusign-widget .MuiGrid-spacing-xs-3 {
        margin: 0 -12px;
    }

    #fm-portfolio-docusign-widget .MuiTypography-paragraph {
        font-family: "DM Sans", sans-serif;
        margin-top: 16px;
    }

.MuiDialog-root .MuiTypography-root {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
}

.MuiDialog-root h6 {
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    font-size: 1.25rem !important;
}

button.MuiTypography-root.MuiLink-root {
    color: #50BEAF !important;
    text-decoration: underline;
}

/*Holding Details Widget*/

#fm-portfolio-holdingdetails-widget .MuiButton-containedPrimary {
    box-shadow: none;
    border-radius: 1px;
    color: #50BEAF;
    font-weight: bold;
    }

.MuiButton-containedPrimary:hover {
    background-color: #50BEAF;
    color: #FFF !important;
}

fm-portfolio-holdingdetails-widget p.MuiTypography-root.MuiTypography-body2:nth-child(2) {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.MuiTypography-colorPrimary {
    color: #231f20 !important;
}
/* Grid Overrides */

div#gview_PortfolioGrid,
.ui-jqgrid-bdiv,
#PortfolioGrid,
#PortfolioGrid_pager,
#gridTotal {
    width: 1024px !important;
}

    div#gview_PortfolioGrid th {
        width: auto !important;
    }

    div#gview_PortfolioGrid td {
        width: auto !important;
        text-align: center !important;
    }

#PortfolioGrid_pager_center .ui-pg-input {
    border: 1px solid #ddd;
}

#PortfolioGrid_pager {
    border-top: 1px solid #ddd;
    margin-top: 0px !important;
    padding-top: 10px !important;
}

#gview_NewPortfolioGrid,
#NewPortfolioGrid,
.ui-jqgrid .ui-jqgrid-htable,
#gview_PortfolioGrid,
#gview_TransactionHistoryGrid,
.ui-jqgrid .ui-jqgrid-view,
#PriceHistoryGrid,
div#gview_TransactionHistoryGrid,
#SearchGrid, .ui-jqgrid .ui-jqgrid-pager {
    width: 1024px !important;
}

    #portflioContainer th,
    #portflioContainer td,
    .ui-jqgrid .ui-jqgrid-htable td,
    .ui-jqgrid:not(#gbox_PriceHistoryGrid) .ui-jqgrid-htable th,
    #gview_TransactionHistoryGrid td,
    #gview_TransactionHistoryGrid th,
    .ui-jqgrid .ui-jqgrid-view:not(#gview_PriceHistoryGrid) td,
    .ui-jqgrid .ui-jqgrid-view:not(#gview_PriceHistoryGrid) th,
    #SearchGrid th,
    #SearchGrid td {
        box-sizing: border-box;
    }


#gview_FundsGrid #FundsGrid {
    width: 1024px !important;
}

#portflioContainer th,
#portflioContainer td,
.ui-jqgrid .ui-jqgrid-htable td,
.ui-jqgrid .ui-jqgrid-htable th,
#gview_TransactionHistoryGrid td,
#gview_TransactionHistoryGrid th,
.ui-jqgrid .ui-jqgrid-view th,
#SearchGrid th {
    text-align: center !important;
}

#holdingDetailsContainer {
    width: 1024px;
}

#gview_NewPortfolioGrid,
#NewPortfolioGrid,
.ui-jqgrid .ui-jqgrid-htable,
#gview_PortfolioGrid,
#gview_TransactionHistoryGrid,
.ui-jqgrid .ui-jqgrid-view,
#PriceHistoryGrid,
div#gview_TransactionHistoryGrid,
#SearchGrid {
    width: 1024px !important;
}

#fm-login-registration-widget .MuiGrid-container {
    flex-wrap: nowrap;
}

    #fm-login-registration-widget .MuiGrid-container > p {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 1em;
    }

#loginContent:after {
    display: table;
    clear: both;
    content: '';
}

#okta-sign-in .beacon-container {
    width: 45px;
    height: 45px;
    bottom: 35px;
}

#okta-sign-in .factors-dropdown-wrap {
    right: -45px;
}

    #okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .bg-helper {
        box-shadow: none;
    }

/*okta*/ #okta-sign-in .auth-content {
    padding: 60px 30px 20px;
}

#okta-login-container #okta-sign-in .auth-content {
    padding: 0;
    min-height: 270px;
}

#okta-sign-in {
    margin-top: -7px !important;
}

    #okta-sign-in.auth-container.main-container {
        background: #e7e7e7;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        width: auto;
    }

        #okta-sign-in.auth-container.main-container .okta-form-infobox-warning.infobox.infobox-warning {
            color: #000;
        }

    #okta-sign-in.auth-container .button-primary {
        color: #fff;
        background: #000000;
        box-shadow: none;
        border: 0;
        height: 55px;
        line-height: 45px;
    }

        #okta-sign-in.auth-container .button-primary:hover,
        #okta-sign-in.auth-container .button-primary:focus,
        #okta-sign-in.auth-container .button-primary:active,
        #okta-sign-in.auth-container .button-primary:focus {
            background: #50BEAF;
            color: #FFF;
        }

    #okta-sign-in .registration-container .registration-link {
        color: #000;
    }

    #okta-sign-in .registration-container .content-container {
        padding: 30px 42px 10px 42px;
        text-align: center;
    }

    #okta-sign-in .o-form .o-form-input .o-form-control {
        border: 1px solid #bbb;
        border-radius: 1px;
        height: 40px;
    }

    #okta-sign-in.auth-container .okta-form-subtitle,
    #okta-sign-in.auth-container .okta-form-label {
        color: #231f20;
    }

    #okta-sign-in.auth-container .input-icon:before,
    #okta-sign-in.auth-container .input-tooltip:before,
    #okta-sign-in.auth-container .input-icon:before,
    #okta-sign-in.auth-container .input-tooltip:before {
        color: #00b7b0;
    }

    #okta-sign-in.auth-container .okta-sign-in-header {        
        border: 0;
    }

    #okta-sign-in .o-form .o-form-input .input-icon {
        opacity: 1;
    }

    #okta-sign-in .o-form .o-form-input .input-tooltip { opacity: .5; }

    #okta-sign-in.auth-container .primary-auth { letter-spacing: .5px; }

.MuiInputAdornment-root.RegistrationStart-logo-596.MuiInputAdornment-positionStart:before {
    width: 13px;
    height: 14px;
    display: block;
    content: "\e00c";
    font-family: okticon;
    color: #00b7b0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 16px;
}

.MuiInputAdornment-root.MuiInputAdornment-positionEnd:before {
    width: 13px;
    height: 18px;
    display: block;
    content: "\e054";
    font-family: okticon;
    color: #00b7b0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 16px;
    opacity: .5;
}

.MuiInputAdornment-root.RegistrationStart-logo-596.MuiInputAdornment-positionStart img,
.MuiInputAdornment-root.MuiInputAdornment-positionEnd img {
    display: none;
}

#okta-sign-in.auth-container h2 {
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    color: #000;
}

span.MuiButtonBase-root.MuiIconButton-root.PrivateSwitchBase-root-1054.MuiCheckbox-root.MuiCheckbox-colorPrimary.MuiIconButton-colorPrimary {
    padding: 0px 9px 9px 9px;
}

span.MuiIconButton-label {
    color: #717362;
}

#okta-login-container {
    padding: 20px 35px;
    background: #e7e7e7;
    color: #231f20;
}

    #okta-login-container > div {
        float: none !important;
    }

        #okta-login-container > div > h1 {
            color: #231f20;
            font-size: 24px;
            text-align: center;
            padding: .5em 0;
        }

    #okta-login-container .orangeButton {
        display: block;
        padding: 10px 0;
    }

        #okta-login-container .orangeButton button {
            color: #fff;
            background: #000000;
            box-shadow: none;
            border: 0;
            height: 40px;
            border-radius: 0;
            font-size: 13px;
            font-weight: 100;
            text-transform: capitalize;
            width: 100%;
        }

            #okta-login-container .orangeButton button:hover {
                background: #50BEAF;
                color: #fff;
            }

    #okta-login-container .mfalogout {
        color: #231f20;
        font-family: "DM Sans", sans-serif;
    }

    #okta-login-container p a {
        color: #777;
        font-size: 13px;
    }

#okta-sign-in.auth-container .button.button-primary.link-button-disabled {
    color: #fff;
    background-color: #717362;
    border-color: #717362;
}

.MuiTableCell-head.jss349 {
    background-color: #efece3;
    color: #231f20 !important;
}

    .MuiTableCell-head.jss349:hover {
        background-color: #efece3 !important;
        color: #231f20 !important;
    }

.MuiTableSortLabel-root.jss118.jss312 {
    color: #231f20 !important;
    background: none !important;
}

    .MuiTableSortLabel-root.jss118.jss312:hover {
        color: #231f20 !important;
        background: none !important;
    }

.MuiTableSortLabel-iconDirectionDesc.jss119.jss313 {
    color: #231f20 !important;
}

.MuiTableSortLabel-iconDirectionAsc.jss119.jss313 {
    color: #231f20 !important;
}

.MuiTableCell-root.jss340.jss140 {
    background-color: #efece3 !important;
    color: #231f20 !important;
}

    .MuiTableCell-root.jss340.jss140:hover {
        background-color: #efece3 !important;
        color: #231f20 !important;
    }

.MuiTableSortLabel-root.jss325.jss125 {
    background: none !important;
    color: #231f20 !important;
}

    .MuiTableSortLabel-root.jss325.jss125:hover {
        background: none !important;
        color: #231f20 !important;
    }

.MuiTableSortLabel-iconDirectionDesc.jss324.jss124 {
    color: #231f20 !important;
}

.MuiTableSortLabel-iconDirectionAsc.jss324.jss124 {
    color: #231f20 !important;
}

.RegistrationTermsConditions-buttonSpace {
    margin-right: 16px;
    text-transform: none;
    color: #fff;
}

#fm-login-registration-widget fieldset.MuiOutlinedInput-notchedOutline {
    background: #fff;
}
/*muiTable*/
.MuiTable-root {
    width: 100%;
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
}

td.MuiTableCell-root.MuiTableCell-body.MuiTableCell-alignCenter {
    color: #606162;
    font-size: 14px;
    text-align: center;
    border: 1px solid #efece3 !important;
}

td.MuiTableCell-root.jss283.MuiTableCell-body.MuiTableCell-alignCenter {
    text-align: right !important;
}

h6#pagination-text {
    color: #000;
    margin-top: 11px;
    font-weight: bold;
}

input#pagination-number {
    color: #000;
    width: 25px;
    border: 1px solid #bbb;
    height: 20px;
    margin: 5px;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

h6.MuiTypography-root.jss272 {
    color: #717362;
    margin-top: 11px;
    font-weight: bold;
}

.MuiTableCell-root:last-child {
    padding-right: 16px;
    text-align: center !important;
}

.MuiGrid-root.jss286 {
    margin-top: 10px;
}

input.jss277 {
    color: #000;
    width: 25px;
    height: 20px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #bbb;
    text-align: center;
    font-size: 15px;
}

MuiPaper-root {
    color: #231f20;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
}

.RegistrationTermsConditions-Terms-1121 {
    background-color: #717362;
    border-radius: 1px;
}

.MuiDialogTitle-root {
    flex: 0 0 auto;
    margin: 0;
    padding: 6px 20px;
}

.MuiSelect-select {
    cursor: pointer;
    min-width: 16px;
    user-select: none;
    border-radius: 0;
    -moz-appearance: none;
    border: 1px solid #bbb;
    background-color: #fff;
    -webkit-appearance: none;
}

.MuiTableSortLabel-root.MuiTableSortLabel-active {
    color: #231f20 !important;
}

.MuiTypography-h5 {
    font-size: 1.9rem !important;
    line-height: 1.1 !important;
    letter-spacing: 0em;
    border-bottom: 2px solid #717362;
}

td.MuiTableCell-root.MuiTableCell-body.MuiTableCell-alignLeft {
    text-align: left !important;
    border: 0;
}

.MuiGrid-spacing-xs-4 > .MuiGrid-item {
    padding: 10px 14px;
}

.MuiGrid-root.jss4 {
    color: #231f20;
    margin: 0;
    padding: 15px 0 0 5px;
    background-color: #e7e7e7;
}

.MuiGrid-root.jss4 + .drop-down-values {
    background-color: #e7e7e7;
    padding: 10px;
    margin: 0;
}

.MuiGrid-root.jss4 + .drop-down-values .jss5 { margin: 0; }

.jss375.MuiTypography-subtitle2 { color: #231f20 !important; margin: 0 !important; font-weight: bold; }

div#app-proceed-button {
    margin-left: 910px;
}

.MuiTypography-subtitle2 .jss376 {
    border: 1px solid #bbb;
    height: 25px;
    font-weight: bold;
}

.MuiDivider-root { background-color: #231f20 !important; }

.MuiFormControl-root .MuiFormLabel-root, .MuiTable-root .MuiTableRow-root .MuiTableCell-body { color: #231f20; }

#total-value-label-style { color: #50BEAF; }

#fm-login-registration-widget .RegistrationStart-error-598 { color: #50BEAF; }

#fm-login-registration-widget .RegistrationStart-logo-602 img {
    -webkit-filter: brightness(85%) contrast(135%);
    filter: brightness(85%) contrast(135%);
}
.formlink {
	color:#00b7b0 !important
}