﻿@import url("/LT_BPI/Theme.LT_BPI_UI.css?27365");

/*---------------------------------

    LT BPI_NET_UI
    
    Root
    Styles
    Resets
    Timelines
    Page Structure
    Generic Elements
    Headings
    Layout Structure
    ...
    Patterns
    Extra Classes
    Print Classes

---------------------------------*/

/* ----------------------------- ROOT ------------------------------ */

:root {
    --font-size-display: 22px;
    --font-size-h1: 20px;
    --font-size-h2: 20px;
    --font-size-h3: 20px;
    --font-size-h4: 18px;
    --font-size-h5: 18px;
    --font-size-h6: 18px;
    --font-size-xxl: 26px;
    --font-size-xl: 22px;
    --font-size-l: 17px;
    --font-size-base: 15px;
    --font-size-s: 14px;
    --font-size-xs: 12px;
    --font-light: 300;
    --font-regular: 400;
    --font-semi-bold: 600;
    --font-bold: 700;
    --font-barlow-regular: 'BarlowRegular';
    --font-barlow-semibold: 'BarlowSemiBold';
    --font-barlow-bold: 'BarlowBold';


    /* Typography colors */
    --primary-text-color: #4d4d4d;
    --color-links: #27245E;


    /* Brand colors */
    --color-primary: #ff6600;
    --color-primary-hover: #ff6600;
    --color-primary-selected: rgba(20, 110, 245, .12);
    --color-primary-lightest: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));
    --color-secondary: var(--color-neutral-9);


    /* OS color pallete */
    --color-red-lightest: #faeaea;
    --color-red-lighter: #e9aaaa;
    --color-red-light: #d96a6a;
    --color-red: #c92a2a;
    --color-red-dark: #ab2424;
    --color-red-darker: #8d1d1d;
    --color-red-darkest: #6f1717;
    --color-pink-lightest: #fbebf0;
    --color-pink-lighter: #efadc4;
    --color-pink-light: #e27098;
    --color-pink: #d6336c;
    --color-pink-dark: #b62b5c;
    --color-pink-darker: #96244c;
    --color-pink-darkest: #761c3b;
    --color-grape-lightest: #f7ecfa;
    --color-grape-lighter: #dfb2e9;
    --color-grape-light: #c678d9;
    --color-grape: #ae3ec9;
    --color-grape-dark: #9435ab;
    --color-grape-darker: #7a2b8d;
    --color-grape-darkest: #60226f;
    --color-violet-lightest: #f1edfd;
    --color-violet-lighter: #c6b6f6;
    --color-violet-light: #9b7fef;
    --color-violet: #7048e8;
    --color-violet-dark: #5f3dc5;
    --color-violet-darker: #4e32a2;
    --color-violet-darkest: #3e2880;
    --color-indigo-lightest: #eceffd;
    --color-indigo-lighter: #b3c1f7;
    --color-indigo-light: #7b92f1;
    --color-indigo: #4263eb;
    --color-indigo-dark: #3854c8;
    --color-indigo-darker: #2e45a5;
    --color-indigo-darkest: #243681;
    --color-blue-lightest: #e8f2fa;
    --color-blue-lighter: #a3c9ea;
    --color-blue-light: #5fa1db;
    --color-blue: #1a79cb;
    --color-blue-dark: #1667ad;
    --color-blue-darker: #12558e;
    --color-blue-darkest: #0e4370;
    --color-cyan-lightest: #e7f2f4;
    --color-cyan-lighter: #9eccd3;
    --color-cyan-light: #56a6b2;
    --color-cyan: #0d8091;
    --color-cyan-dark: #0b6d7b;
    --color-cyan-darker: #095a66;
    --color-cyan-darkest: #074650;
    --color-teal-lightest: #e6f2ef;
    --color-teal-lighter: #9cccbd;
    --color-teal-light: #52a58c;
    --color-teal: #087f5b;
    --color-teal-dark: #076c4d;
    --color-teal-darker: #065940;
    --color-teal-darkest: #044632;
    --color-green-lightest: #ebf7ed;
    --color-green-lighter: #afe0b8;
    --color-green-light: #73c982;
    --color-green: #37b24d;
    --color-green-dark: #2f9741;
    --color-green-darker: #267d36;
    --color-green-darkest: #1e622a;
    --color-lime-lightest: #f1f8e8;
    --color-lime-lighter: #c7e3a2;
    --color-lime-light: #9ecd5c;
    --color-lime: #74b816;
    --color-lime-dark: #639c13;
    --color-lime-darker: #51810f;
    --color-lime-darkest: #40650c;
    --color-orange-lightest: #fef0e6;
    --color-orange-lighter: #fcc29c;
    --color-orange-light: #f99551;
    --color-orange: #f76707;
    --color-orange-dark: #d25806;
    --color-orange-darker: #ad4805;
    --color-orange-darkest: #883904;
    --color-yellow-lightest: #fef5e5;
    --color-yellow-lighter: #fbd999;
    --color-yellow-light: #f8bc4c;
    --color-yellow: #f59f00;
    --color-yellow-dark: #d08700;
    --color-yellow-darker: #ac6f00;
    --color-yellow-darkest: #875700;
    --color-grey: #dadada;
    --color-grey-light: #f6f6f6;
    --color-grey-dark: #efefef;


    /* Neutral colors */
    --color-neutral-0: #ffffff;
    --color-neutral-1: #f2f2f2;
    --color-neutral-2: #eee;
    --color-neutral-3: #ddd;
    --color-neutral-4: #cfd8dc;
    --color-neutral-5: #ced4da;
    --color-neutral-6: #adb5bd;
    --color-neutral-7: #9E9E9E;
    --color-neutral-8: #999;
    --color-neutral-9: #4d4d4d;
    --color-neutral-10: #000;


    /* Status colors */
    --color-error-light: #FFEBED;
    --color-error: #c43838;
    --color-warning-light: #FFF3EB;
    --color-warning: #FFF3EB;
    --color-success-light: #EBFFEF;
    --color-success: #093;
    --color-info-light: #FFF3EB;
    --color-info: #FFF3EB;


    /* User type colors */
    --color-private: #0077bc;

    --color-wealth: #D1983C;
    --color-wealth-cinzento: #D6D6D6;
    --color-wealth-dark-grey: #666;


    /* Spacing */
    --space-none: 0;
    --space-xxs: 4px;
    --space-xs: 8px;
    --space-s: 10px;
    --space-m: 14px;
    --space-base: 16px;
    --space-l: 24px;
    --space-xl: 32px;
    --space-xxl: 48px;
    --border-radius-none: 0;
    --border-radius-soft: 4px;
    --border-radius-rounded: 12px;
    --border-radius-circle: 100%;
    --border-size-none: 0;
    --border-size-s: 1px;
    --border-size-m: 2px;
    --border-size-l: 3px;
    --border-size-xl: 4px;
    --border-color: var(--color-neutral-2);
    --shadow-none: none;
    --shadow-xs: 0 1px 2px rgba(0, 0, 0, .1);
    --shadow-s: 0 2px 4px rgba(0, 0, 0, .1);
    --shadow-m: 0 4px 6px rgba(0, 0, 0, .1);
    --shadow-base: 0 0 10px 0 rgba(215,215,215,0.5);
    --shadow-l: 0 6px 8px rgba(0, 0, 0, .1);
    --shadow-xl: 0 8px 10px rgba(0, 0, 0, .1);
    --color-background-body: var(--color-neutral-0);
    --header-size: 98px;
    --side-menu-size: 300px;
}


/* ----------------------------- STYLES ------------------------------ */


/* ================================================================ */
/* Styles - Colors                                          */
/* ================================================================ */

/* Styles - Colors - Brand */
.background-primary { background-color: var(--color-primary); }
.background-secondary { background-color: var(--color-secondary); }

.text-primary { color: var(--color-primary); }
.text-secondary { color: var(--color-secondary); }



.bpi-private {
    --color-primary: var(--color-private);
}

.bpi-wealth{
    --color-primary: var(--color-wealth);
}

/* Background and Text Colors used when IsLight parameter for Badge / Tag / UserInitials is True */
.background-primary-lightest { background-color: var(--color-neutral-0); }
.background-secondary-lightest { background-color: var(--color-neutral-0); }

.text-primary-darker { color: var(--color-primary);}
.text-secondary-darker { color: var(--color-secondary); }


/* Styles - Colors - Extendend */
.background-red-lightest { background-color: var(--color-red-lightest); }
.background-red-lighter { background-color: var(--color-red-lighter); }
.background-red-light { background-color: var(--color-red-light); }
.background-red { background-color: var(--color-red); }
.background-red-dark { background-color: var(--color-red-dark); }
.background-red-darker { background-color: var(--color-red-darker); }
.background-red-darkest { background-color: var(--color-red-darkest); }

.text-red-lightest { color: var(--color-red-lightest); }
.text-red-lighter { color: var(--color-red-lighter); }
.text-red-light { color: var(--color-red-light); }
.text-red { color: var(--color-red); }
.text-red-dark { color: var(--color-red-dark); }
.text-red-darker { color: var(--color-red-darker); }
.text-red-darkest { color: var(--color-red-darkest); }

.background-pink-lightest { background-color: var(--color-pink-lightest); }
.background-pink-lighter { background-color: var(--color-pink-lighter); }
.background-pink-light { background-color: var(--color-pink-light); }
.background-pink { background-color: var(--color-pink); }
.background-pink-dark { background-color: var(--color-pink-dark); }
.background-pink-darker { background-color: var(--color-pink-darker); }
.background-pink-darkest { background-color: var(--color-pink-darkest); }

.text-pink-lightest { color: var(--color-pink-lightest); }
.text-pink-lighter { color: var(--color-pink-lighter); }
.text-pink-light { color: var(--color-pink-light); }
.text-pink { color: var(--color-pink); }
.text-pink-dark { color: var(--color-pink-dark); }
.text-pink-darker { color: var(--color-pink-darker); }
.text-pink-darkest { color: var(--color-pink-darkest); }

.background-grape-lightest { background-color: var(--color-grape-lightest); }
.background-grape-lighter { background-color: var(--color-grape-lighter); }
.background-grape-light { background-color: var(--color-grape-light); }
.background-grape { background-color: var(--color-grape); }
.background-grape-dark { background-color: var(--color-grape-dark); }
.background-grape-darker {  background-color: var(--color-grape-darker); }
.background-grape-darkest { background-color: var(--color-grape-darkest); }

.text-grape-lightest { color: var(--color-grape-lightest); }
.text-grape-lighter { color: var(--color-grape-lighter); }
.text-grape-light { color: var(--color-grape-light); }
.text-grape { color: var(--color-grape); }
.text-grape-dark { color: var(--color-grape-dark); }
.text-grape-darker { color: var(--color-grape-darker); }
.text-grape-darkest { color: var(--color-grape-darkest); }

.background-violet-lightest { background-color: var(--color-violet-lightest); }
.background-violet-lighter { background-color: var(--color-violet-lighter); }
.background-violet-light { background-color: var(--color-violet-light); }
.background-violet { background-color: var(--color-violet); }
.background-violet-dark { background-color: var(--color-violet-dark); }
.background-violet-darker { background-color: var(--color-violet-darker); }
.background-violet-darkest { background-color: var(--color-violet-darkest); }

.text-violet-lightest { color: var(--color-violet-lightest); }
.text-violet-lighter { color: var(--color-violet-lighter); }
.text-violet-light { color: var(--color-violet-light); }
.text-violet { color: var(--color-violet); }
.text-violet-dark { color: var(--color-violet-dark); }
.text-violet-darker { color: var(--color-violet-darker); }
.text-violet-darkest { color: var(--color-violet-darkest); }

.background-indigo-lightest { background-color: var(--color-indigo-lightest); }
.background-indigo-lighter { background-color: var(--color-indigo-lighter); }
.background-indigo-light { background-color: var(--color-indigo-light); }
.background-indigo { background-color: var(--color-indigo); }
.background-indigo-dark { background-color: var(--color-indigo-dark); }
.background-indigo-darker { background-color: var(--color-indigo-darker); }
.background-indigo-darkest { background-color: var(--color-indigo-darkest); }

.text-indigo-lightest { color: var(--color-indigo-lightest); }
.text-indigo-lighter { color: var(--color-indigo-lighter); }
.text-indigo-light { color: var(--color-indigo-light); }
.text-indigo { color: var(--color-indigo); }
.text-indigo-dark { color: var(--color-indigo-dark); }
.text-indigo-darker { color: var(--color-indigo-darker); }
.text-indigo-darkest { color: var(--color-indigo-darkest); }

.background-blue-lightest { background-color: var(--color-blue-lightest); }
.background-blue-lighter { background-color: var(--color-blue-lighter); }
.background-blue-light { background-color: var(--color-blue-light); }
.background-blue { background-color: var(--color-blue); }
.background-blue-dark { background-color: var(--color-blue-dark); }
.background-blue-darker { background-color: var(--color-blue-darker); }
.background-blue-darkest { background-color: var(--color-blue-darkest); }

.text-blue-lightest { color: var(--color-blue-lightest); }
.text-blue-lighter { color: var(--color-blue-lighter); }
.text-blue-light { color: var(--color-blue-light); }
.text-blue { color: var(--color-blue); }
.text-blue-dark { color: var(--color-blue-dark); }
.text-blue-darker {color: var(--color-blue-darker); }
.text-blue-darkest { color: var(--color-blue-darkest); }

.background-cyan-lightest { background-color: var(--color-cyan-lightest); }
.background-cyan-lighter { background-color: var(--color-cyan-lighter); }
.background-cyan-light { background-color: var(--color-cyan-light); }
.background-cyan { background-color: var(--color-cyan); }
.background-cyan-dark { background-color: var(--color-cyan-dark); }
.background-cyan-darker { background-color: var(--color-cyan-darker); }
.background-cyan-darkest { background-color: var(--color-cyan-darkest); }

.text-cyan-lightest { color: var(--color-cyan-lightest); }
.text-cyan-lighter { color: var(--color-cyan-lighter); }
.text-cyan-light { color: var(--color-cyan-light); }
.text-cyan { color: var(--color-cyan); }
.text-cyan-dark { color: var(--color-cyan-dark); }
.text-cyan-darker { color: var(--color-cyan-darker); }
.text-cyan-darkest { color: var(--color-cyan-darkest); }

.background-teal-lightest { background-color: var(--color-teal-lightest); }
.background-teal-lighter { background-color: var(--color-teal-lighter); }
.background-teal-light { background-color: var(--color-teal-light); }
.background-teal { background-color: var(--color-teal); }
.background-teal-dark { background-color: var(--color-teal-dark); }
.background-teal-darker { background-color: var(--color-teal-darker); }
.background-teal-darkest { background-color: var(--color-teal-darkest); }

.text-teal-lightest { color: var(--color-teal-lightest); }
.text-teal-lighter { color: var(--color-teal-lighter); }
.text-teal-light { color: var(--color-teal-light); }
.text-teal { color: var(--color-teal); }
.text-teal-dark { color: var(--color-teal-dark); }
.text-teal-darker { color: var(--color-teal-darker); }
.text-teal-darkest { color: var(--color-teal-darkest); }

.background-green-lightest { background-color: var(--color-green-lightest); }
.background-green-lighter { background-color: var(--color-green-lighter); }
.background-green-light { background-color: var(--color-green-light); }
.background-green { background-color: var(--color-green); }
.background-green-dark { background-color: var(--color-green-dark); } 
.background-green-darker { background-color: var(--color-green-darker); }
.background-green-darkest { background-color: var(--color-green-darkest); }

.text-green-lightest { color: var(--color-green-lightest); }
.text-green-lighter { color: var(--color-green-lighter); } 
.text-green-light { color: var(--color-green-light); }
.text-green { color: var(--color-green); }
.text-green-dark { color: var(--color-green-dark); }
.text-green-darker { color: var(--color-green-darker); }
.text-green-darkest { color: var(--color-green-darkest); }

.background-lime-lightest { background-color: var(--color-lime-lightest); }
.background-lime-lighter { background-color: var(--color-lime-lighter); }
.background-lime-light { background-color: var(--color-lime-light); }
.background-lime { background-color: var(--color-lime); }
.background-lime-dark { background-color: var(--color-lime-dark); }
.background-lime-darker { background-color: var(--color-lime-darker); }
.background-lime-darkest { background-color: var(--color-lime-darkest); }

.text-lime-lightest { color: var(--color-lime-lightest); }
.text-lime-lighter { color: var(--color-lime-lighter); }
.text-lime-light { color: var(--color-lime-light); }
.text-lime { color: var(--color-lime); }
.text-lime-dark { color: var(--color-lime-dark); }
.text-lime-darker { color: var(--color-lime-darker); }
.text-lime-darkest { color: var(--color-lime-darkest); }

.background-yellow-lightest { background-color: var(--color-yellow-lightest); }
.background-yellow-lighter { background-color: var(--color-yellow-lighter); }
.background-yellow-light { background-color: var(--color-yellow-light); }
.background-yellow { background-color: var(--color-yellow); }
.background-yellow-dark { background-color: var(--color-yellow-dark); }
.background-yellow-darker { background-color: var(--color-yellow-darker); }
.background-yellow-darkest { background-color: var(--color-yellow-darkest); }

.text-yellow-lightest { color: var(--color-yellow-lightest); }
.text-yellow-lighter { color: var(--color-yellow-lighter); }
.text-yellow-light { color: var(--color-yellow-light); }
.text-yellow { color: var(--color-yellow); }
.text-yellow-dark { color: var(--color-yellow-dark); }
.text-yellow-darker { color: var(--color-yellow-darker); }
.text-yellow-darkest { color: var(--color-yellow-darkest); }

.background-orange-lightest { background-color: var(--color-orange-lightest); }
.background-orange-lighter { background-color: var(--color-orange-lighter); }
.background-orange-light { background-color: var(--color-orange-light); }
.background-orange { background-color: var(--color-orange); }
.background-orange-dark { background-color: var(--color-orange-dark); }
.background-orange-darker { background-color: var(--color-orange-darker); }
.background-orange-darkest { background-color: var(--color-orange-darkest); }

.text-orange-lightest { color: var(--color-orange-lightest); }
.text-orange-lighter { color: var(--color-orange-lighter); }
.text-orange-light { color: var(--color-orange-light); }
.text-orange { color: var(--color-primary); }
.text-orange-dark { color: var(--color-orange-dark); }
.text-orange-darker { color: var(--color-orange-darker); }
.text-orange-darkest { color: var(--color-orange-darkest); }

.text-link { color: var(--color-links); text-decoration:underline }

/* Styles - Colors - Neutral */
.background-transparent { background-color: transparent; }
.background-neutral-0 { background-color: var(--color-neutral-0); }
.background-neutral-1 { background-color: var(--color-neutral-1); }
.background-neutral-2 { background-color: var(--color-neutral-2); }
.background-neutral-3 { background-color: var(--color-neutral-3); }
.background-neutral-4 { background-color: var(--color-neutral-4); }
.background-neutral-5 { background-color: var(--color-neutral-5); }
.background-neutral-6 { background-color: var(--color-neutral-6); }
.background-neutral-7 { background-color: var(--color-neutral-7); }
.background-neutral-8 { background-color: var(--color-neutral-8); }
.background-neutral-9 { background-color: var(--color-neutral-9); }
.background-neutral-10 { background-color: var(--color-neutral-10); }

.text-transparent { color: transparent; }
.text-neutral-0 { color: var(--color-neutral-0); }
.text-neutral-1 { color: var(--color-neutral-1); }
.text-neutral-2 { color: var(--color-neutral-2); }
.text-neutral-3 { color: var(--color-neutral-3); }
.text-neutral-4 { color: var(--color-neutral-4); }
.text-neutral-5 { color: var(--color-neutral-5); }
.text-neutral-6 { color: var(--color-neutral-6); }
.text-neutral-7 { color: var(--color-neutral-7); }
.text-neutral-8 { color: var(--color-neutral-8); }
.text-neutral-9 { color: var(--color-neutral-9); }
.text-neutral-10 { color: var(--color-neutral-10); }

/* Background and Text Colors used when IsLight parameter for Badge / Tag / UserInitials is True */
.background-neutral-0-lightest,
.background-neutral-1-lightest,
.background-neutral-2-lightest,
.background-neutral-3-lightest,
.background-neutral-4-lightest {
    background-color: var(--color-neutral-9);  
}

.background-neutral-5-lightest,
.background-neutral-6-lightest,
.background-neutral-7-lightest,
.background-neutral-8-lightest,
.background-neutral-9-lightest,
.background-neutral-10-lightest {
    background-color: var(--color-neutral-0);
}

.text-neutral-5-darker { color: var(--color-neutral-5); }
.text-neutral-6-darker { color: var(--color-neutral-6); }
.text-neutral-7-darker { color: var(--color-neutral-7); }
.text-neutral-8-darker { color: var(--color-neutral-8); }
.text-neutral-9-darker { color: var(--color-neutral-9); }
.text-neutral-10-darker { color: var(--color-neutral-10); }

/* Background Transparent when used in IE11 to be more specific than CSSVars Polyfill */
.ie11 .background-transparent { background-color: transparent; }


/* Styles - Colors - Semantic */
.background-error-light { background-color: var(--color-error-light); }
.background-error { background-color: var(--color-error-light); }

.text-error-light { color: var(--color-error-light); }
.text-error { color: var(--color-error); }

.background-warning-light { background-color: var(--color-warning-light); }
.background-warning { background-color: var(--color-warning-light); }

.text-warning-light { color: var(--color-warning-light); }
.text-warning { color: var(--color-warning); }

.background-success-light { background-color: var(--color-success-light); }
.background-success { background-color: var(--color-success-light); }

.text-success-light { color: var(--color-success-light); }
.text-success { color: var(--color-success); }

.background-info-light { background-color: var(--color-info-light); }
.background-info { background-color: var(--color-info-light); }

.text-info-light { color: var(--color-info-light); }
.text-info { color: var(--color-info); }


/* - Styles - Colors temporary - Decidido dia 19-01-2021 - Deverá ser alterado */
/* ----------------------------- BACKGROUND COLORS ------------------------------ */


.Black {
    background-color: #292929 !important;
}

.Trueblack {
    background-color: #000 !important;
}

.Brown {
    background-color: #a52a2a !important;
}

.Yellow {
    background-color: #A0522D !important;
}

.BurlyWood {
    background-color: #deb887 !important;
}

.Green {
    background-color: #093 !important;
}

.LightGreen {
    background-color: #90ee90 !important;
}

.DarkGreen {
    background-color: #006400 !important;
}

.CadetBlue {
    background-color: #5f9ea0 !important;
}

.DarkCyan {
    background-color: #008b8b !important;
}

.DarkGoldenRod {
    background-color: #b8860b !important;
}

.DarkMagenta {
    background-color: #8b008b !important;
}

.Darkplum {
    background-color: #871F78 !important;
}

.Red {
    background-color: #ff0000 !important;
}

.DarkRed {
    background-color: #8b0000 !important;
}

.DarkSalmon {
    background-color: #e9967a !important;
}

.IndianRed {
    background-color: #cd5c5c !important;
}

.Plum {
    background-color: #dda0dd !important;
}

.Turquoise {
    background-color: #40e0d0 !important;
}

.Orange {
    background-color: var(--color-primary) !important;
}

.DarkOrange {
    background-color: #ff8c00 !important;
}

.Orange1,
.Orange1 .Box {
    background-color: #F36C00 !important;
}

.Orange2,
.Orange2 .Box {
    background-color: #FF873A !important;
}

.Orange3,
.Orange3 .Box {
    background-color: #FFAB74 !important;
}

.Orange4,
.Orange4 .Box {
    background-color: #FFC39A !important;
}

.Orange5,
.Orange5 .Box {
    background-color: #F8E0CD !important;
}

.White {
    background-color: var(--color-neutral-0) !important;
}

.Gray {
    background-color: #a9a9a9 !important;
}

.Gray2,
.Gray2 .Box {
    background-color: #999 !important;
}

.Gray3,
.Gray3 .Box {
    background-color: #C0C0C0 !important;
}

.Gray4,
.Gray4 .Box {
    background-color: #DADADA !important;
}

.Gray5,
.Gray5 .Box {
    background-color: #ddd !important;
}

.Gray6,
.Gray6 .Box {
    background-color: #E3E4E2 !important;
}

.Gray7,
.Gray7 .Box {
    background-color: #F4F4F4 !important;
}

.Gray8,
.Gray8 .Box {
    background-color: #F6F6F6 !important;
}

.Gray9,
.Gray9 .Box {
    background-color: #F9F9FB !important;
}

.Gray10,
.Gray10 .Box {
    background-color: #818181 !important;
}

.Gray11,
.Gray11 .Box {
    background-color: #A1A1A1 !important;
}

.Gray12,
.Gray12 .Box {
    background-color: #E0E0E0 !important;
}

.Blue {
    background-color: #0000ff;
}

.DarkBlue {
    background-color: #00008b !important;
}

.Blue1,
.Blue1 .Box {
    background-color: #173f78 !important;
}

.Blue2,
.Blue2 .Box {
    background-color: #446593 !important;
}

.Blue3,
.Blue3 .Box {
    background-color: #748cae !important;
}

.Blue4,
.Blue4 .Box {
    background-color: #a1b2c9 !important;
}

.Blue5,
.Blue5 .Box {
    background-color: #D1D9E3 !important;
}

/* ----------------------------- TEXT COLOR CLASSES ------------------------------ */

.Page .Text_black,
.Text_black {
    color: #292929 !important;
}

.Page .Text_Trueblack,
.Text_Trueblack {
    color: #000 !important;
}

.Page .Text_blue,
.Text_blue {
    color: #0000ff !important;
}

.Page .Text_blue1,
.Text_blue1 {
    color: #173F78 !important;
}

.Page .Text_blue2,
.Text_blue2 {
    color: #446593 !important;
}

.Page .Text_blue3,
.Text_blue3 {
    color: #748CAE !important;
}

.Page .Text_blue4,
.Text_blue4 {
    color: #A1B2C9 !important;
}

.Page .Text_blue5,
.Text_blue5 {
    color: #D1D9E3 !important;
}

.Page .Text_darkblue,
.Text_darkblue {
    color: #00008b !important;
}

.Page .Text_brown,
.Text_brown {
    color: #a52a2a !important;
}

.Page .Text_yellow,
.Text_yellow {
    color: #A0522D !important;
}

.Page .Text_burlyWood,
.Text_burlyWood {
    color: #deb887 !important;
}

.Page .Text_green,
.Text_green {
    color: #093 !important;
}

.Page .Text_lightGreen,
.Text_lightGreen {
    color: #90ee90 !important;
}

.Page .Text_darkGreen,
.Text_darkGreen {
    color: #006400 !important;
}

.Page .Text_cadetBlue,
.Text_cadetBlue {
    color: #5f9ea0 !important;
}

.Page .Text_darkCyan,
.Text_darkCyan {
    color: #008b8b !important;
}

.Page .Text_darkGoldenRod,
.Text_darkGoldenRod {
    color: #b8860b !important;
}

.Page .Text_darkMagenta,
.Text_darkMagenta {
    color: #8b008b !important;
}

.Page .Text_darkplum,
.Text_darkplum {
    color: #871F78 !important;
}

.Page .Text_red,
.Text_red {
    color: #ff0000 !important;
}

.Page .Text_darkRed,
.Text_darkRed {
    color: #8b0000 !important;
}

.Page .Text_darkSalmon,
.Text_darkSalmon {
    color: #e9967a !important;
}

.Page .Text_gray,
.Text_gray {
    color: #a9a9a9 !important;
}

.Page .Text_IndianRed,
.Text_IndianRed {
    color: #cd5c5c !important;
}

.Page .Text_plum,
.Text_plum {
    color: #dda0dd !important;
}

.Page .Text_turquoise,
.Text_turquoise {
    color: #40e0d0 !important;
}

.Page .Text_white,
.Text_white {
    color: var(--color-neutral-0) !important;
}

.Page .Text_gray2,
.Text_gray2 {
    color: #999 !important;
}

.Page .Text_silver,
.Text_silver {
    color: #dadada !important;
}

.Page .Text_darkOrange,
.Text_darkOrange {
    color: #ff8c00 !important;
}

.Page .Text_orange,
.Text_orange {
    color: var(--color-primary) !important;
}

.Page .Text_orange1,
.Text_orange1 {
    color: #F36C00 !important;
}

.Page .Text_orange2,
.Text_orange2 {
    color: #FF873A !important;
}

.Page .Text_orange3,
.Text_orange3 {
    color: #FFAB74 !important;
}

.Page .Text_orange4,
.Text_orange4 {
    color: #FFC39A !important;
}

.Page .Text_orange5,
.Text_orange5 {
    color: #F8E0CD !important;
}

/* ----------------------------- RESETS ------------------------------ */

.Page,
.ThemeGrid_Wrapper {
    margin: auto;
}

*:focus {
    outline: none;
}

a:focus, button:focus,
input[type="submit"]:focus {
    outline: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    margin-right: -25px;
    margin-top:-6px;  
}


/*----------------------------- TIMELINES ------------------------------ */
.timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
}

.timeline-item-left {
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
    margin-right: var(--space-l);
    padding: 0;
    width: 40px;
}

.phone .timeline-item-left,
.tablet .timeline-item-left {
    width: 10.67vw;
}

.timeline-item-icon {
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    border-radius: var(--border-radius-circle);
    color: var(--color-neutral-0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
}

.timeline-item-icon .fa-fw {
    font-size: var(--font-size-xs);
    width: auto;
}

.timeline-item-icon:empty {
    height: 8px;
    width: 8px;
}

.timeline-item-separator {
    background-color: var(--color-neutral-3);
    -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    margin: 0 var(--space-none) var(--space-none);
    width: 2px;
}

.timeline-item:last-child .timeline-item-separator {
    display: none;
}

.timeline-item-right {
    margin-bottom: var(--space-xl);
}

.timeline-item:last-child .timeline-item-right {
    margin-bottom: var(--space-none);
}

.timeline-item-date {
    margin-bottom: var(--space-l);
}

.phone .timeline-item-container,
.tablet .timeline-item-container{
    margin-left: -2.67vw;
}

/* -------------------------- PAGE STRUCTURE -------------------------- */

@import url(/RichWidgets/Theme.FontAwesome.css?799628&27959);

html, body {
    color: #666;
    font-size: 12px;
}

body {
    background: #f6f6f6;
    min-width: 768px;
    overflow-x: auto;
    overflow-y: scroll;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ----------------------------- GENERIC ELEMENTS ------------------------------ */

.Menu.OSAutoMarginTop {
    margin-top: 0;
}


/* buttons */

a.Button.Blue:not(Is_Default),
.Button.Blue:not(Is_Default) {
    background-color: #fff;
    border: 1px solid #006;
    border-radius: 3px;
    box-shadow: none;
    color: #006;
    font-size: 1.08333em;
    height: 40px;
    line-height: 40px;
    margin-left: 8px;
    margin-top: 20px;
    min-width: 166px;
    position: relative;
}

/* ----------------------------- HEADINGS ------------------------------ */

/* -------------------------- LAYOUT STRUCTURE -------------------------- */

.Page,
.ThemeGrid_Wrapper {
    margin: auto;
    max-width: 1280px;
}

.Header > .ThemeGrid_Wrapper {
    padding: 0 30px 0 13px;
    display: table;
    width: 100%;
}

.Page.small .Header > .ThemeGrid_Wrapper {
    padding-right: 20px;
}

.Page.phone .Header > .ThemeGrid_Wrapper,
.Page.tablet .Header > .ThemeGrid_Wrapper {
    padding-left: 13px;
    padding-right: 20px;
}

.Page.phone.layout-login .Header > .ThemeGrid_Wrapper,
.Page.tablet.layout-login .Header > .ThemeGrid_Wrapper {
    padding-left: 20px;
}

.Page.tablet.landscape:not(.layout-clean) .ThemeGrid_Container {
    padding-left: 240px;
}

.layout-clean .content-header:after {
    width: 100%;
}

.Page.layout-clean .ThemeGrid_Wrapper .Menu {
    display:none;
}
 
.Page.layout-clean .Heading4 {
     margin-top: 0;
}

.Page.layout-clean .Post {
    position: relative;
}

body .tablet.portrait.layout-clean .content-header,
body .BPITablet.layout-clean .content-header,
body .layout-clean .ThemeGrid_Container > div {
    margin: 0 auto;
    width: 768px;
}

body .tablet.layout-clean .ThemeGrid_Container > div{
    margin: 0 auto;
    width: 768px;
}

.Page.layout-clean ~ span .Feedback_Message_Wrapper div.Feedback_Message_Error,
.Page.layout-clean ~ span .Feedback_Message_Wrapper div.Feedback_Message_Success,
.Page.layout-clean ~ span .Feedback_Message_Wrapper div.Feedback_Message_Warning,
.Page.layout-clean ~ span .Feedback_Message_Wrapper div.Feedback_Message_Info {
    margin-left: -372px;
}

.Page.layout-clean.tablet ~ span .Feedback_Message_Wrapper div.Feedback_Message_Error, 
.Page.layout-clean.tablet ~ span .Feedback_Message_Wrapper div.Feedback_Message_Success, 
.Page.layout-clean.tablet ~ span .Feedback_Message_Wrapper div.Feedback_Message_Warning, 
.Page.layout-clean.tablet ~ span .Feedback_Message_Wrapper div.Feedback_Message_Info {
    margin-left: -384px;
}

.tablet.portrait.layout-clean .Header .Header_buttonMenu,
.tablet.mini.layout-clean .Header .Header_buttonMenu,
.BPITablet.layout-clean .Header .Header_buttonMenu,
.phone.layout-clean .Header .Header_buttonMenu {
    display: none;
}

.layout-logout .ThemeGrid_Container,
.layout-clean .ThemeGrid_Container,
.layout-clean .content-header,
.tablet.layout-logout .ThemeGrid_Container,
.tablet.layout-clean .ThemeGrid_Container,
.tablet.layout-clean .content-header{
    margin-left: 0;
}

.layout-clean .ThemeGrid_Container,
.layout-clean .content-header,
.tablet.layout-clean .ThemeGrid_Container,
.tablet.layout-clean .content-header,
.layout-login .ThemeGrid_Container,
.layout-login .content-header,
.tablet.layout-login .ThemeGrid_Container,
.tablet.layout-login .content-header,
.layout-login .Footer {
    margin: 0 auto;
    width: 768px;
}

.megaMenuOpen ~ span .Feedback_Message_Wrapper {
    display: none !important;
}

/* Header Fix for 'Layout_BPINET_UI' */
.Menu:empty + .content-layout .content-header {
    margin: 0 auto;
    width: 768px;
}
.Menu:empty + .content-layout .content-header:after {
    content: '';
    position: absolute;
    right: 0;
    border-bottom: 1px solid #dadada;
    background-color: #f9f9fb;
    z-index: -1;
    width: 100%;
}


/******************************
    Feedback Ajax Loading
******************************/

.Feedback_AjaxWait {
    background: rgba(245, 245, 245, 0.8);
    border-radius: 0;
    border-width: 0;
    bottom: 0;
    box-shadow: none;
    color: transparent;
    font-size: 0;
    height: 100%;
    padding: 0;
    right: 0;
    width: 100%;
    z-index: 10000;
}
.Feedback_AjaxWait .Loader {
    background: url("/LT_BPINet/img/Lagarta.gif?578612&867130&27506") no-repeat;
    height: 50px;
    left: 47%;
    position: absolute;
    top: 47%;
    width: 50px;
}
.Feedback_AjaxWait_Cursor,
.Feedback_AjaxWait_Cursor a,
.Feedback_AjaxWait_Cursor input {
    cursor: default !important;
}

.blockUI .blockUI-displayBox {
    display: block;
}

.Feedback_AjaxWait .Loader,
.blockUI-displayBox {
    background: url(/LT_BPINet/img/Lagarta.gif?867130&27506) no-repeat -7px -7px;
    background-color: var(--color-neutral-0);
    border-radius: 50%;
    height: 40px;
    left: 50%;
    position: absolute;
    top: 47%;
    transform: translate(-50%, -50%);
    width: 40px;
}

.ie .Feedback_AjaxWait .Loader,
.ie .blockUI-displayBox {
    background-position: -6px -6px;
}

.blockUI-displayBox img {
    /* compatibility reasons */
    
    display: none;
}

/******************************
    Header
******************************/

.FakeHeaderBackground {
    background: #f9f9fb;
    display: none;
    height: 100px;
    width: 50%;
    position: absolute;
    right: 0;
    height: 230px;
    border-bottom: 1px solid #dadada;
    z-index: -1;
    
}
.Page.phone .FakeHeaderBackground,
.Page.tablet .FakeHeaderBackground {
    display: none;
}

.Header {
    background: var(--color-neutral-0);
    border-bottom: 1px solid #dadada;
    color: var(--color-neutral-0);
    display: table;
    height: 65px;
    left: 0;
    margin: 0;
    min-width: 768px;    
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}

.tablet.portrait .Header,
.BPITablet .Header {
    padding: 0;
}

.Header img {
    height: 35px;
    vertical-align: middle;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;          
    image-rendering: -o-crisp-edges;           
    image-rendering: -webkit-optimize-contrast;
}

/* Header Menu Button for mobile */

.Header .Header_buttonMenu {
    background: transparent;
    border: 0;
    color: #dadada;
    display: none;
    float: left;
    margin: 10px 20px 10px 10px;
    padding: 0;
}

.tablet.portrait .Header .Header_buttonMenu,
.tablet.mini .Header .Header_buttonMenu,
.BPITablet .Header .Header_buttonMenu,
.phone .Header .Header_buttonMenu {
    background-color: transparent;
    display: block;
    font-size: 34px;
    height: 34px;
    line-height: 34px;
    margin: 15px 20px 15px 7px;
    max-width: 26px;
    width: 26px;
}

.tablet .Header .Header_buttonMenu, 
.phone .Header .Header_buttonMenu {
    color: #006;
}

.tablet.portrait .Header .Header_buttonMenu:active,
.tablet.mini .Header .Header_buttonMenu:active,
.BPITablet .Header .Header_buttonMenu:active,
.phone .Header .Header_buttonMenu:active,
.tablet.portrait .Header .Header_buttonMenu:hover,
.tablet.mini .Header .Header_buttonMenu:hover,
.BPITablet .Header .Header_buttonMenu:hover,
.phone .Header .Header_buttonMenu:hover {
    background-color: transparent;
    border-width: 0;
    color: #006;
}

.bpi-wealth.tablet .Header .Header_buttonMenu, 
.bpi-wealth.phone .Header .Header_buttonMenu,
.bpi-wealth.tablet.portrait .Header .Header_buttonMenu:active,
.bpi-wealth.tablet.mini .Header .Header_buttonMenu:active,
.bpi-wealth.BPITablet .Header .Header_buttonMenu:active,
.bpi-wealth.phone .Header .Header_buttonMenu:active,
.bpi-wealth.tablet.portrait .Header .Header_buttonMenu:hover,
.bpi-wealth.tablet.mini .Header .Header_buttonMenu:hover,
.bpi-wealth.BPITablet .Header .Header_buttonMenu:hover,
.bpi-wealth.phone .Header .Header_buttonMenu:hover,
.bpi-wealth.tablet.portrait a.Button.Icon .icon, 
.bpi-wealth.tablet.portrait a.Button.Icon:hover .icon, 
.bpi-wealth.BPITablet a.Button.Icon .icon, 
.bpi-wealth.BPITablet a.Button.Icon:hover .icon {
    color: #556263;
}

.Header .Header_buttonMenu .fa {
    width: 32px;
}

.phone .Header .Header_buttonMenu .icon,
.tablet.portrait .Header .Header_buttonMenu .icon,
.BPITablet .Header .Header_buttonMenu .icon {
    font-size: 18px;
    top: 9px;
}

.MenuOpen .Header_buttonMenu .icon-icon_home-menu:before {
    content: "\e9b3";
    margin-left: 4px;
}

.Header_title,
.Header_search,
.Header_user {
    color: #006;
    display: table-cell;
    height: 65px;
    vertical-align: middle;
}

.Header_user {
    width: 100%;
}

.Header__activity,
.Header__loginInfo {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.Header__loginInfo {
    border-left: 1px solid #efefef;
    color: #999;
    padding: 0 0 0 20px;
    text-transform: uppercase;
}

.Header__activity:empty + .Header__loginInfo {
    border: none;
}

.Header__loginInfo > div,
.Header__loginInfo > span,
.Header__loginInfo > a {
    display: table-cell;
    vertical-align: middle;
}

.Header__loginInfo > a {
    text-transform: none;
}

.Header__loginInfo > a .icon {
    font-size: 14px;
    margin-top: 2px;
    padding-left: 5px;
    padding-right: 8px;
    vertical-align: top;
}

.phone .Header__loginInfo > a .icon {
    font-size: 20px;
}

.Header_username {
    padding-top: 2px;
    text-transform: uppercase;
}

.Header_userSettings .icon,
.Header_username + div .icon {
    color: #006;
    font-size: 22px;
    margin-left: 20px;
    margin-right: 20px;
}

.Header__loginInfo .Text_orange .icon {
    color: var(--color-primary);
}

.Header__loginInfo {
    white-space: nowrap;
}

.Header__loginInfo .Header_username {
    max-width: 170px;
    white-space: normal;
}

.Header__loginInfo a > .icon,
.Header__loginInfo a > div {
    display: inline-block;
}

.phone .Header__loginInfo a > div {
    vertical-align: bottom;
}

.Header__loginInfo .tooltipstered.balloon {
    line-height: 10px;
    margin-top: 3px;
}

.Header__activity a {
    display: inline-block;
    line-height: 29px;
    margin-right: 20px;
    padding: 5px 0;
    white-space: nowrap;
}

.Header__activity a .icon {
    font-size: 16px;
    line-height: 20px;
    padding-right: 5px;
    vertical-align: text-bottom;
}

.tablet.portrait .Header__activity a .icon,
.BPITablet .Header__activity a .icon {
    line-height: 15px;
}

.ie .Header__activity a .icon {
    vertical-align: text-top;
}

.Header__activity a > div {
    display: inline-block;
}

.phone .Header__activity a > div:not(.IconBadgeBPI),
.tablet.portrait .Header__activity a > div:not(.IconBadgeBPI),
.BPITablet .Header__activity a > div:not(.IconBadgeBPI) {
    display: none;
}

/* --- Header_userImg ---*/

.Header_userImg {
    text-transform: none;
}

.Header_userImg > div {
    display: inline-block;
}

.Header_userImg .Header_username {
    color: #006;
}

.Header_userImg a,
.Header_userImg a:link,
.Header_userImg a:visited {
    line-height: 1.1em;
}

.Header_userImg div {
    vertical-align: middle;
}

.Header__loginInfo .Header_username + :not(div) ~ a,
.Header__loginInfo .Header_username + a {
    padding-left: 20px;
}

.Header_userImg a .icon_circle,
.Header_userImg .icon_circle {
    border-color: #006;
    font-size: 18px;
    height: 40px;
    line-height: 41px;
    margin-right: 10px;
    width: 40px;
}

.Header_userImg .icon_circle + .Header_username {
    border-right: 0;
    margin-right: 0;
    margin-top: 0;
    padding-right: 0;
}

.Header_userImg .icon_circle + div {
    border-right: 1px solid #efefef;
    margin-right: 20px;
    padding: 0 20px 0 0;
}

.Header_userImg a .icon_circle + div {
    border-right: 1px solid #efefef;
    margin-right: 20px;
    padding: 0 20px 0 0;
}

.Header_userImg a .icon_circle + .Header_username {
    border-right: 0;
    margin-right: 0;
    margin-top: 0;
    padding-right: 0;
}

.Header_userImg .IconBadgeBPI.show-badge:before{
    display: block;
    content: "" !important;
    width: 15px;
    height: 15px;
    background-color: #ec142c;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 1;
}
.Header_userImg .IconBadgeBPI {
    margin-left: 0;
    margin-right: 10px;
}
.Header_userImg .IconBadgeBPI.show-badge:after{
    content: none;
}

.Header_userImg .icon_circle img {
    border-radius: 50%;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.Header_userImg a .icon_circle:only-child {
    border: none;
}

.Header_userImg .icon_circle.icon-notification:before {
    background-color: var(--color-neutral-0);
    border: 1px solid var(--color-neutral-0);
    border-radius: 50%;
    top: -5px;
    color: #d63333;
    content: "\e902";
    font-family: 'bpifont' !important;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    left: -5px;
    z-index: 1;
}

.BPITablet .Header_userImg a .icon_circle + div {
    display: none;
}

/******************************
    Menu
******************************/

.Menu {
    background: transparent;
    bottom: 0;
    height: 100%;
    padding-bottom: 0;
    padding-top: 65px;
    position: fixed;
    top: 0;
    min-width: 240px;
    width: auto;
    z-index: 10;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: left 300ms ease;
    -moz-transition: left 300ms ease;
    -o-transition: left 300ms ease;
    transition: left 300ms ease;
    -webkit-overflow-scrolling: touch;
}

.megaMenuOpen .Menu {
    width: 100%;
}

.Menu::-webkit-scrollbar {
  display: none;
}

.Page:not(.megaMenuOpen) .Menu {
    overflow-y: auto;
}

body .BPITablet .Menu {
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
}

.Page:not(.megaMenuOpen).smallHeightPage .Menu {
    overflow-y: auto;
}

.Page.ie8 .Menu,
.Page.ie9 .Menu {
    z-index: auto;
}

.phone .Menu,
.tablet.portrait .Menu,
.tablet.mini .Menu,
.BPITablet .Menu {
    margin: 0;
    overflow-x: visible;
    width: 240px;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(-240px);
    -moz-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
    -webkit-transition: transform 300ms;
    -moz-transition: transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;    
    
}

.phone.MenuOpen .Menu,
.tablet.portrait.MenuOpen .Menu,
.tablet.mini.MenuOpen .Menu,
.BPITablet.MenuOpen .Menu{
    left: 0;
    margin: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.Menu_TopMenu {
    position: relative;
}

.Menu_TopMenu a:link,
.Menu_TopMenu a:visited,
.Menu_TopMenu a {
    color: var(--color-neutral-0);
    border-bottom: 1px solid rgba(195, 44, 12, 0.3);
}

/* remove shadow form de last link */

.Menu_TopMenu a:link:last-child,
.Menu_TopMenu a:visited:last-child,
.Menu_TopMenu a:last-child {
    box-shadow: none;
}

/* style icon font */

.Menu_TopMenu a span.fa {
    border: 2px solid var(--color-neutral-0);
    border-radius: 34px;
    height: 34px;
    line-height: 30px;
    margin-right: 10px;
    width: 34px;
}

/* style hover/active menu */

.Menu_TopMenu:hover,
.Menu_TopMenu:hover a .fa,
.Menu_TopMenuActive a:link .fa,
.Menu_TopMenuActive a:visited .fa,
.Menu_DropDownPanel a.Menu_SubMenuItemActive,
.Menu_DropDownPanel a.Menu_SubMenuItemActive:visited,
.Menu_DropDownPanel a.Menu_SubMenuItemActive:link,
.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: rgba(0, 0, 0, 0.2);
}

.Menu_TopMenu a:hover,
.Menu_TopMenu a:link:hover,
.Menu_TopMenu a:visited {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: var(--color-neutral-0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

/* show submenu if active */

.Menu_TopMenuActive + .Menu_DropDownPanel:not(:Empty) {
    display: block;
}

.Menu_TopMenu:hover .Menu_DropDownArrow {
    border-top-color: #ffc39a;
}

.Menu_TopMenuActive:hover a:link,
.Menu_TopMenuActive a:link,
.Menu_TopMenuActive:hover a:visited,
.Menu_TopMenuActive a:visited,
.Menu_TopMenuActive:hover a,
.Menu_TopMenuActive a,
.Menu_TopMenu:hover a,
.Menu_TopMenu a {
    color: var(--color-neutral-0);
}

.Menu_TopMenuActive .Menu_DropDownArrow,
.Menu_TopMenuActive:hover .Menu_DropDownArrow {
    border-bottom: 0 solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ffc39a;
}

.Menu_DropDownArrow {
    background-color: transparent;
    border-bottom: 0 solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ffc39a;
    position: absolute;
    right: 10px;
    top: 50%;
}

.Menu_DropDownButton {
    display: block;
    line-height: 48px;
    width: 240px;
}

.Menu_TopMenuActive a span.fa {
    color: var(--color-neutral-0);
    border-color: var(--color-neutral-0);
}

.MenuSlider_Toggler {
    color: var(--color-neutral-0);
}

.Menu_DropDownPanel {
    background: transparent;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    list-style: none;
    margin: 0;
    position: relative;
}

.Menu_DropDownPanel a,
.Menu_DropDownPanel a:link,
.Menu_DropDownPanel a:visited {
    background: none;
    border-radius: 0;
    border-width: 0;
    box-shadow: none;
    clear: both;
    color: var(--color-neutral-0);
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 50px;
    margin: 0;
    min-width: 0;
    padding: 0;
    padding-left: 66px;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
}

.Menu_DropDownPanel a:last-child { /* remove border from last submenu */
    border-bottom: none;
}

/* hover submenu */

.Menu_DropDownPanel a:hover,
.Menu_DropDownPanel a:link:hover,
.Menu_DropDownPanel a:visited:hover {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.Menu_DropDownPanel a span.fa {
    color: #d7a909;
    margin-right: 8px;
}
a.Menu_SubMenuItem,
.desktop a.Menu_SubMenuItem:hover,
a.Menu_SubMenuItem:link,
a.Menu_SubMenuItem:visited {
    font-weight: normal;
    height: 32px;
    padding: 0;
    padding-left: 20px;    
}

.Menu_TopMenu a:link,
.Menu_TopMenu a:visited,
.Menu_TopMenu a,
.Menu_SubItemsItem,
.Menu_SubItemsPlaceholder > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--color-neutral-0);
    cursor: pointer;
    display: block;
    font-family: 'Lucida Grande', 'Lucida Grande Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 49px;
    min-height: 50px;
    padding: 0 0 0 20px;
    text-decoration: none;
}

.Page.tablet .Menu_TopMenu a:link,
.Page.tablet .Menu_TopMenu a:visited,
.Page.tablet .Menu_TopMenu a,
.Page.tablet .Menu_SubItemsItem,
.Page.tablet .Menu_SubItemsPlaceholder > a {
    padding-left: 20px;
    padding-right: 20px;
}

.Menu_SubItemsItem,
.Menu_SubItemsPlaceholder > a {
    padding: 0 0 0 40px;
}


/******************************
    Content_Layout_UI
******************************/

.content-right a {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.content-right a img {
    vertical-align: middle;
    margin-right: 10px;
}

.main-content {
    margin-top: 20px;
}

.small.wideTablet, 
.small.wideTablet .ThemeGrid_Wrapper, 
.tablet.lanscape, 
.tablet.lanscape .ThemeGrid_Wrapper {
    max-width: 1024px;
}

.content-header {
    margin-left: 240px;
    padding: 65px 0 0 0px;
    z-index: auto;
}

.content-header:after {
    content: '';
    position: absolute;
    right: 0;
    border-bottom: 1px solid #dadada;
    height: 501px;
    margin-top: -502px;
    background-color: #f9f9fb;
    z-index: -1;
    width: 760px;
}

.layout-homepage .content-header {
    background: transparent;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    margin-left: 240px;
    padding: 80px 20px 0;
}

body .Page.phone .content-header, 
body .Page.tablet.portrait .content-header, 
body .Page.BPITablet .content-header {
    margin-left: 0;
}

.content-header .content-header-top-left{
    display: flex;
}

.content-header-top {
    background-color: #f9f9fb;
    padding-left: 20px;
}

.content-navigation {
    border-bottom: 1px solid #dadada;
}

.content-navigation:empty {
    display: block;
}

.content-title {
    display: inline-block;
    color: var(--color-primary);
    font-family: 'roboto-condensed-bold';
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    padding: 15px 0;
    position: relative;
    width: 100%;
}

body form[action="Homepage.aspx"] .content-header  .content-title {
    width:750px;
}

form[action="ProdutoDetalhe_UI.aspx"] .content-left{
    padding-bottom: 40px;
}

form[action="ProdutoDetalhe_UI.aspx"] .Menu{
    overflow: auto;
    padding-bottom: 80px;
}

.content-title div[class*="ThemeGrid_Width"]{
    vertical-align:middle;
}

.content-container  {
    background-color: #f6f6f6;
    float: left;
    margin-left: 240px;
    padding: 0 0 40px 0;
    position: relative;
    z-index: auto;
}

body .Page.phone .content-container, 
body .Page.tablet.portrait .content-container, 
body .Page.BPITablet .content-container {
    margin-left: 0;
}

.content-left {
    display: inline-block;
    padding: 0 20px;
    width: 784px;
}

body .Page.phone .content-left, 
body .Page.tablet.portrait .content-left, 
body .Page.BPITablet .content-left {
    max-width: 768px;
    width: 100%;
}

.content-right {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.Page.desktop.big .content-right,
.Page.desktop:not(.wideTablet):not(.BPITablet) .content-right {
    float: left;
    padding: 0 0 50px 0;
    position: relative;
    top: 20px;
    width: 228px;
}

.Page.desktop.big .layout-homepage .content-right,
.Page.desktop:not(.wideTablet) .layout-homepage .content-right {
    top: 0;
}

.Page.tablet .content-right,
.Page.phone .content-right {
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    float: none;
    width: 100%;
}

.Page.phone .content-right,
.Page.tablet .content-right,
.Page.wideTablet .content-right {
    margin-top: 0;
}

.Page.wideTablet .content-right {
    margin-left: 240px;
    padding: 0 20px;
}

.Page.phone .content-right, 
.Page.tablet.portrait .content-right,
.Page.BPITablet .content-right {
    padding: 0 20px;
}

.back-button-container {
    display: inline-block;
}

.back-button {
    color: #006;
    font-size: 16px;
    line-height: 24px;
    margin-right: 10px;
    padding: 15px 0;
}

.back-button-container:empty {
    display: none;
}

/* ----------------------------- BUTTONS ------------------------------ */

.content-right a.Button {
    font-size: 13px;
    margin-left: 0;
    margin-top: 0;
    padding-left: 20px;
    text-align: left;
    width: 100%;
}

.tablet .content-right a.Button {
    margin-left: 0;
    margin-top: 0;
    width: initial;
}

.content-right a.Button,
.tablet .content-right a.Button:hover,
.desktop .content-right a.Button:hover,
.content-right a.Button.Basic,
.tablet .content-right a.Button.Basic:hover,
.desktop .content-right a.Button.Basic:hover {
    border-color: #dadada;
}

.content-right a.Button .fa {
    font-size: 17px;
    vertical-align: middle;
}

.content-right a.Button .icon {
    display: inline-block;
    font-size: 17px;
    line-height: 36px;
    margin-right: 10px;
    vertical-align: top;
}

.tablet .content-right .AuxActions a.Button {
    margin-left: 0;
    margin-top: 0;
    width: initial;
}

.Page.tablet .content-right a.Button,
.Page.tablet .content-right .Button,
.Page.wideTablet .content-right a.Button,
.Page.wideTablet .content-right .Button {
    height: 40px;
    line-height: 40px;
    margin: 0 13px 0 0 !important;
    min-width: 166px;
    width: initial;
}

.Page.tablet .content-right a.Button,
.Page.tablet .content-right .Button,
.Page.phone .content-right a.Button,
.Page.phone .content-right .Button{
    margin-right: 16px;
}

/* ----------------------------- PATTERNS ------------------------------ */

/******************************
    IconBadgeBPI
******************************/

.Page.firefox .bpi-messenger-tab .IconBadgeBPI.show-badge:before {
    right: 18px;
    top: 32px;
}

/******************************
    MenuSlideRight
******************************/
.Application_Menu {
    background: #fd6e09;
    background: -moz-linear-gradient(-130deg, #f67609 0%, #f6691e 50%, #ea2b0f 100%);
    background: -webkit-linear-gradient(-130deg, #f67609 0%, #f6691e 50%, #ea2b0f 100%);
    background: linear-gradient(220deg, #f67609 0%, #f6691e 50%, #ea2b0f 100%);
    min-height: 100%;
    position: relative;
    width: 240px;
}

.bpi-wealth .Application_Menu {
    background: linear-gradient(215deg, #E4E4E4 0%, #D6D6D6 30%, #C2C2C2 100%);
}

.MenuSlideRight_element {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--color-neutral-0);
    cursor: pointer;
    display: block;
    font-family: 'Lucida Grande', 'Lucida Grande Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 49px;
    min-height: 50px;
    padding: 0 0 0 13px;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.bpi-wealth .MenuSlideRight_element {
    border-color: rgba(182,182,182, 0.2);
    color: var(--color-wealth-dark-grey);
}

.MenuSlideRight.open {
    width: 100%;
}

.MenuSlideRight.hasSubMenu:after {
    content: '\e909';
    color: var(--color-neutral-0);
    font-family: 'bpifont';
    font-size: 10px;
    margin-top: -33px;
    position: absolute;
    right: 13px;
}

.bpi-wealth .MenuSlideRight.hasSubMenu:after {
    color: var(--color-wealth-dark-grey);
}

.MenuSlideRight.active .MenuSlideRight_element,
.MenuSlideRight:hover .MenuSlideRight_element,
.MenuSlideRight.open .MenuSlideRight_element {
    background: rgba(0, 0, 0, 0.3);
}

.bpi-wealth .MenuSlideRight.active .MenuSlideRight_element,
.bpi-wealth .MenuSlideRight:hover .MenuSlideRight_element,
.bpi-wealth .MenuSlideRight.open .MenuSlideRight_element {
    background: var(--color-wealth);
}

.MenuSlideRight.open .MenuSlideRight_subElement {
    display: table;
    transform: translateZ(0);
}
.MenuSlideRight_element > a:link,
.MenuSlideRight_element > a:visited,
.MenuSlideRight_element > a {
    color: var(--color-neutral-0);
    display: block;
    font-family: 'Lucida Grande', 'Lucida Grande Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
    line-height: 49px;
    font-size: 12px;
    font-weight: bold;
}

.bpi-wealth .MenuSlideRight_element > a:link,
.bpi-wealth .MenuSlideRight_element > a:visited,
.bpi-wealth .MenuSlideRight_element > a {
    color: var(--color-wealth-dark-grey);
}

.bpi-wealth .MenuSlideRight:hover .MenuSlideRight_element > a,
.bpi-wealth .MenuSlideRight:hover > * {
    color:var(--color-neutral-0);
}

.MenuSlideRight_subElement {
    background: var(--color-neutral-0);
    display: none;
    height: 680px;
    padding: 30px 18px 20px 0;
    pointer-events: auto;
    position: absolute;
    top:0;
    left: 240px;
    z-index: 1000;
}

.MenuSlideRight_col {
    border-left: 1px solid #efefef;
    display: table-cell;
    height: 100%;
    min-width: 250px;
    padding: 0 32px 0 40px;
    vertical-align: top;
    width: 250px;
}
.MenuSlideRight_col:first-child {
    border-left: none;
}
.MenuSlideRight_col:empty {
    display: none !important;
}
.MenuSlideRight_col .title {
    color: var(--color-primary);
    display: inline-block;
    font-family: 'Lucida Grande', 'Lucida Grande Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
}
.MenuSlideRight_col .title:first-child {
    padding-top: 0;
}
.MenuSlideRight_col .text {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 100%;
}

.Menu_background {
    display: none;
}

.Page.MenuOpen.phone .Menu_background,
.Page.MenuOpen.tablet.portrait .Menu_background,
.Page.MenuOpen.BPITablet .Menu_background {
    background: rgba(0, 0, 0, 0.4);
    display: block;    
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.Page.MenuOpen.phone .Menu_background {
    width: 100%;
}

.MenuSlideRight.open .MenuSlideRight_background {
    background: rgba(0, 0, 0, 0.4);
    height: 100vh;
    left: 240px;
    top: 0;
    position: absolute;
    width: 100vw;
    z-index: 50;
}

.MenuSlideRight_close {
    cursor: pointer;
    color: #006;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 12px;
}
.MenuSlideRight_close:before {
    content: "\e9b3";
    font-family: 'bpifont';
}

.phone .MenuSlideRight_subElement,
.tablet.portrait .MenuSlideRight_subElement,
.BPITablet .MenuSlideRight_subElement {
    padding: 30px 0 20px 30px;
}
.tablet.portrait .MenuSlideRight_close,
.BPITablet .MenuSlideRight_close,
.phone .MenuSlideRight_close {
    font-size: 25px;
    left: 20px;
}

.tablet.portrait .MenuSlideRight_close:before,
.BPITablet .MenuSlideRight_close:before,
.phone .MenuSlideRight_close:before {
    content: "\e9b1";
}

.tablet.portrait .MenuSlideRight_col,
.BPITablet .MenuSlideRight_col,
.phone .MenuSlideRight_col {
    min-width: 246px;
    width: 246px;
}

.phone.landscape .MenuSlideRight_close {
    position: fixed;
    left: 260px;
}

.phone.landscape .MenuSlideRight_subElement {
    max-height: 540px;
    display: inline-block;
    overflow: auto;
}

.MenuSlideRight sup {
    font-weight: normal;
    font-size: .8em;
    padding-left: 10px;
}

.MenuSlideRight_element sup {
    line-height: 48px;    
}

.Application_Menu .Menu_TopMenus > .ListRecords {
    display: inline;
}

.setas-menu-up,
.setas-menu-down {
     text-align: center;
     width: 100%;
     height: 35px;
     display: flex;
     justify-content: center;
     align-items: center;
     background: rgba(0, 0, 0, 0.1);
     color: var(--color-neutral-0);
     cursor: pointer;
     position: sticky;
     left: 0;     
}
.setas-menu-up {
     top: 0;
 }

.setas-menu-down {    
    bottom: 0;
}

.setas-menu-down:before,
.setas-menu-up:before {
    font-family: 'bpifont';
    font-size: 18px;
    content: "\e90d";
}

.setas-menu-up:before {
    transform: rotate(180deg);
}

.Menu.scrolable .setas-menu-up,    
.Menu.scrolable .setas-menu-down {
    display: flex;
    opacity: 1;
    transition: all .5s ease;
 }

.Menu:not(.scrolable) .setas-menu-up,
.Menu:not(.scrolable) .setas-menu-down,
.Menu.scrolable .setas-menu-up.disabled:before,    
.Menu.scrolable .setas-menu-down.disabled:before {
    display: none;
 }

.Menu.scrolable{
    scroll-behavior: smooth;    
 } 

.Menu.scrolable .setas-menu-up.disabled,    
.Menu.scrolable .setas-menu-down.disabled {
    opacity: 0;
    transition: all .5s ease;
    position: absolute;    
 }

 .Application_Menu .ListRecords.menu-scrollable {
    overflow: hidden;
    position: relative;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;      
}

.Application_Menu .Menu_TopMenus > .ListRecords.menu-scrollable {
    display: block;
}

/* floating buttons */
.ButtonsControls_bottomFixed {
    background-color: var(--color-neutral-0);
    border-top: 1px solid #f6f6f6;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    transition: opacity 300ms;
    z-index: 100;
}

.ButtonsControls_bottomFixed .Buttons.ButtonsControls {
    max-width: 1280px;
    margin: 0 auto;
    padding-right: 296px;
}

.wideTablet .ButtonsControls_bottomFixed .Buttons.ButtonsControls {
    padding-left: 20px;
    padding-right: 40px;
    width: 1024px;
}

.ButtonsControls_bottomFixed .ButtonsControls .Buttons_Right{
    display: flex;
    justify-content: flex-end;
}

.BPITablet .ButtonsControls_bottomFixed .Buttons.ButtonsControls {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

/* add spacewhen using ButtonsControls*/

.buttons-controls_ic {
    padding-bottom: 90px;
}

/* ================================================================ */
/* Square Cards
/* ================================================================ */
.square-cards__container .ListRecords {
    flex-wrap: wrap;
    gap: 24px 24px;
}
.square-cards__container .ListRecords {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.square-cards__container .card-content {
    min-height: 260px;
    text-align: center;
    padding: 40px 25px;
    width: 216px;
}
.square-cards__container .card-content:nth-child(odd){
    background-color: #FFF;
}
.square-cards__container .card-content:nth-child(even){
    background-color: #FFF7F2;
}
.square-cards__container .card-content_image{
    color: var(--color-primary);
    font-size: 40px;
    height: auto;
}
.square-cards__container .card-content_title{
    font-size: 20px;
    margin: 22px 0;
}
.square-cards__container .card-content_bottom{
    padding: 0;
}
.square-cards__container .card-content_content {
    font-size: 14px;
    max-width: unset;
    line-height: 1;
}

/* Card_content */
.card.card-content{
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #eee;
            box-shadow: 0 0 10px #eee;
}
.card-content{
    position: relative;
}
.card-content.no-border{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.card-content_image{
    height: 166px;
    padding: 20px 26px 0px 26px;
}
.card-content_image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.card-content_title {
    color: var(--color-primary);
    font-family: 'roboto-condensed-bold';
}
.card-content_bottom {
    padding: 22px 26px;
}
.card-content_content {
    max-width: 90%;
    margin-top: 10px;
}
.card-content_content > p {
    margin: 0;
}
.card-content_actions {
    bottom: 20px;
    position: absolute;
    right: 20px;
}
.card-content_actions a {
    color: var(--color-primary);
}
.card-content.image-cover .card-content_image {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.desktop .card.card-content.image-cover:hover .card-content_actions{
    -webkit-animation: arrowRigth  500ms ease-in;
            animation: arrowRigth  500ms ease-in;
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms;
}
.card-content.image-cover .card-content_image:before {
    background: -o-linear-gradient(260deg, rgba(255,255,255,0) 0%,rgba(0,0,0,0.91) 100%);
    background: linear-gradient(-170deg, rgba(255,255,255,0) 0%,rgba(0,0,0,0.91) 100%);
    content: '';
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.card-content.image-cover .card-content_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #fff;
   text-shadow: 1px 1px 2px black;
    padding: 20px 24px;
    bottom: unset;
}
.card-content.image-cover .card-content_content {
     font-size: var(--font-size-s);
     z-index: 1;
}
.card-content.image-cover .card-content_actions {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}
.card-content.image-cover .card-content_title {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: var(--font-size-l);
    z-index: 1;
}

.bpi-private .square-cards__container .card-content:nth-child(even){
    background-color: #f8fbfd;
}

/* Form Division */

.form-division-with-text > .label {
    color: var(--color-primary);
    font-weight: bold;
}

.form-division-with-text {
    margin: 10px 0 10px 0;
}

/******************************
    Tabs
******************************/

.tabs {
    background-color: transparent;
    margin-left: -20px;
    padding-left: 20px;
}

.tabs-header {
    border-bottom: 1px solid #dadada;
    background-color: #f9f9fb;
    margin-bottom: -1px;
    padding-left: 10px;
}

.tabs-header .ListRecords {
    border-spacing: 10px 0;
    display: table;
    height: 40px;
    margin-bottom: -1px;
    max-width: 764px;
    min-height: 40px;
}

.tabs-header .ListRecords > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 14px;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-radius: 3px 3px 0 0;
    color: #006;
    font-size: 12px;
    font-weight: normal;
    height: 100%;
}

.tabs-header .ListRecords > div a {
    border-spacing: 0;
    display: table;
    height: 100%;    
    width: 100%;
}

.tabs-header .ListRecords .tabs-header-item {
    display: table-cell;
    height: 100%;
    color: #006;
    text-align: center;
    line-height: 14px;
    padding: 8px 10px;
    vertical-align: middle;
}

.tabs-header .ListRecords a[disabled='disabled'] .tabs-header-item {
    color: #666;
}

.tablet .tabs-header .ListRecords,
.phone .tabs-header .ListRecords {
    max-width: 788px;
}

.tabs-header a:not([disabled="disabled"]) .tabs-header-item:not(.active) {
    border-bottom: 1px solid #dadada;
}

.tabs-header a:not([disabled="disabled"]) .tabs-header-item.active {
    color: var(--color-primary);
    font-weight: bold;
    background-color: #f6f6f6;
}

.tabs-header .ListRecords > div a[disabled="disabled"] {
    border-bottom: 1px solid #dadada;
    pointer-events: none;
}

.tabs-header .ListRecords > div a:hover .tabs-header-item:not(.active) {
    background-color: #f6f6f6;
    color: var(--color-primary);
}

.tabs-header .ListRecords > div  a[disabled='disabled']:hover .tabs-header-item:not(.active) {
    background-color: transparent;
    color: #666;
}

.content-scrollable .tabs .tabs-header  {
    padding-left: 0;
}

.content-scrollable .tabs-header .ListRecords {
    margin-left: -10px;
}

.content-scrollable .tabs-header {
    background-color: #f6f6f6;
}

/******************************
    ContextDisplayTable
******************************/

.content-navigation .ContextDisplayTable {
    padding: 20px 20px 0 0;
}

/******************************
    Modal
******************************/

body.ModalOpened .Modal {
    overflow-y: scroll;
}

/******************************
    Wizard
******************************/

.WizardParent {
    margin-top: 20px;
}

/******************************
    Horizontal Scroll BPI
******************************/

.horizontal-slider-container .ListRecords{
    display: inline-flex;
}
.slider-prev-arrow,
.slider-next-arrow {
    background-color: #F6F6F6;
    border: 1px solid #DDDDDD;
    color: #000066;
    cursor: pointer;
    font-family: 'bpifont' !important;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    position: absolute;
    opacity: 1;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 4;
}

.slider-prev-arrow.disabled,
.slider-next-arrow.disabled {
    color: #7F7FB3;
}
.slider-prev-arrow {
    left: 0;
}
.slider-next-arrow {
    right: 0;
}
.slider-prev-arrow::before {
    content: "\e901";
}
.slider-next-arrow::before {
    content: "\e909";
}
.horizontal-slider {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
}
.horizontal-slider::after,
.horizontal-slider::before {
    background-color: var(--color-neutral-0);
    content: "";
    height: 180px;
    position: absolute;
    bottom: 0;
    width: 60px;
    z-index: 2;
}
.horizontal-slider::after {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    left: -20px;
}
.horizontal-slider::before {
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 50%, 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    right: -20px;
}

.horizontal-slider-container {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 20px 45px;
    position: relative;
    transition: all 300ms ease-in-out;
    white-space: nowrap;
    width: 100%;
}

.horizontal-slider-header{
    padding-left: 44px;
}

.horizontal-slider-header:empty{
    display:none;
}

.tablet .horizontal-slider-container {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.horizontal-slider-container .UserProgress {
    border-radius: 4px;
    box-shadow: 0 0 1px 0 rgba(77, 77, 77, 0.3), 0 4px 4px 0 rgba(77, 77, 77, 0.15);
    flex-direction:column;
    padding: 15px 0;
    margin-right: 15px;
    margin-left: 0;
    min-width: 135px;
    text-align:center;
    width: 135px;
}

.horizontal-slider .UserProgress .UserProgressInfo {
    padding: 5px 5px 0 5px;
    white-space: normal;
    width: 135px;
}

.horizontal-slider .UserProgress .UserProgressInfo .UserName {
    font-size: 13px;
    font-family: inherit;
    min-height: unset;
}

.horizontal-slider .UserProgress .UserInitials_image {
    background-color:transparent;
    border: 4px solid var(--color-neutral-0);;
}

.horizontal-slider .UserInitials_image .icon {
    color: var(--color-primary);
    font-size: 27px;
    left: 21%;
    position: absolute;
    top: 20%;
}


/*------------------------------------*\
            Icon Circle 
\*------------------------------------*/

.icon-circle .icon {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    font-size: 20px;
}

.icon-circle , .icon-dashed {
    align-items: center;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    font-size: 20px;
    -webkit-justify-content: center;
    justify-content: center;
    height: 44px;
    text-align: center;
    width: 44px;
    -webkit-align-items: center;
}
.icon-circle {
    border: 1px solid #eee;
}

.icon-dashed {
    border: 1px dashed #eee;
}

/*------------------------------------*\
     Challenge BPI Net
\*------------------------------------*/

.ChallengeInputPanel {
    background-color: var(--color-neutral-0);
    border: 1px solid #dadada;
    color: #999;
    display: table;
    font-size: 12px;
    margin-top: 20px;
    padding: 20px;
    width: 100%;
}
.ChallengeInputPanel .ChallengeInputIcon {
    display: table-cell;
    color: var(--color-neutral-0);
    width: 60px;
    background-image: url("/LT_BPINet/img/icon_cadeado.gif?867130&27506");
    background-repeat: no-repeat;
    background-position: center;
}
.ChallengeInputPanel .ChallengeInputIcon .fa-fw {
    font-size: 40px;
}
.ChallengeInputPanel .CoordInputPanel_CoordText,
.ChallengeInputPanel .SMSInputPanel_CoordText {
    color: #666;
    display: table-cell;
    font-weight: bold;
    margin: 0;
    padding-right: 5px;
    text-align: right;
    vertical-align: middle;
}
.ChallengeInputPanel .ChallengeSingleInput .CoordInputPanel_CoordText {
    height: 37px;
    width: 150px;
}
.ChallengeInputPanel .ChallengeSingleInput .SMSInputPanel_CoordText {
    height: 37px;
    width: 190px;
}
.ChallengeInputPanel .ChallengeMultipleInput .CoordInputPanel_CoordText,
.ChallengeInputPanel .ChallengeMultipleInput .SMSInputPanel_CoordText {
    height: 28px;
    width: 190px;
}
.ChallengeInputPanel .CoordInputPanel_CoordInput,
.ChallengeInputPanel .SMSInputPanel_CoordInput {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 2px;
    padding-top: 2px;
}
.ChallengeInputPanel .CoordInputPanel_CoordTip,
.ChallengeInputPanel .SMSInputPanel_CoordTip {
    display: table-cell;
    font-family: Verdana, Arial;
    font-size: 10px;    
    padding-left: 5px;
    vertical-align: middle;
}
.ChallengeInputPanel .CoordInputPanel_CoordInput input[type="password"],
.ChallengeInputPanel .CoordInputPanel_CoordInput input[type="text"] {
    min-width: 65px;
    width: 65px;
}
.ChallengeInputPanel .SMSInputPanel_CoordInput input[type="password"],
.ChallengeInputPanel .SMSInputPanel_CoordInput input[type="text"] {
    min-width: 85px;
    width: 85px;
}
.ChallengeErrorContainer.CoordInput,
.ChallengeErrorContainer.MultipleInput,
.ChallengeErrorContainer.SMSInput {
    color: #e70611;
    margin-left: 250px;
    padding-bottom: 10px;
}
.Section_content .ChallengeInputPanel {
    border: 0;
    margin-top: 0;
}
.Section_content .ChallengeInputPanel:not(:first-child) {
    padding-top: 0;
}
.Section_content .ChallengeInputPanel .ChallengeInputIcon {
    display: none;
}
.Section_content .ChallengeInputPanel .ChallengeSingleInput .CoordInputPanel_CoordText,
.Section_content .ChallengeInputPanel .ChallengeSingleInput .SMSInputPanel_CoordText,
.Section_content .ChallengeInputPanel .ChallengeMultipleInput .CoordInputPanel_CoordText,
.Section_content .ChallengeInputPanel .ChallengeMultipleInput .SMSInputPanel_CoordText {
    display: inline-block;
    padding-right: 0;
    padding-top: 10px;
    width: 32.0261437908497%;
}
.Section_content .ChallengeInputPanel .ChallengeSingleInput .CoordInputPanel_CoordInput,
.Section_content .ChallengeInputPanel .ChallengeSingleInput .SMSInputPanel_CoordInput,
.Section_content .ChallengeInputPanel .ChallengeMultipleInput .CoordInputPanel_CoordInput,
.Section_content .ChallengeInputPanel .ChallengeMultipleInput .SMSInputPanel_CoordInput {
    display: inline-block;
    margin-left: 1.96078431372549%;
    width: 49.0196078431373%;
}

.Section_content .ChallengeInputPanel .ChallengeSingleInput .CoordInputPanel_CoordTip,
.Section_content .ChallengeInputPanel .ChallengeSingleInput .SMSInputPanel_CoordTip,
.Section_content .ChallengeInputPanel .ChallengeMultipleInput .CoordInputPanel_CoordTip,
.Section_content .ChallengeInputPanel .ChallengeMultipleInput .SMSInputPanel_CoordTip {
    display: inline-block;    
    margin-left: 32.0261437908497%;
    padding-left: 13px;
    padding-top: 2px;
}

/*-----------------------------------------------*\
     list-item-content
\*-----------------------------------------------*/

.GastosMes  .Buttons.ButtonsControls {
    border:1px solid #006;
    padding:0;
}

.GastosMes .list-item-content.consultas{
    border-bottom: none;
}

.GastosMes .list-item-content.consultas .list-item-content-right-container {
    min-width:0;
}

.GastosMes .list-item-content.consultas:first-child {
    padding-top: 0;
}

.GastosMes .list-item-content.consultas {
    padding-bottom: 4px;
    padding-top: 24px;
}

/*-------------------------------------------------*\
      Video Chamada
\*-------------------------------------------------*/

.divVideoBig {
    background-color: #333;
    min-height: 398px;
    position: relative;
    width: 100%;
}
.videoBig {
    height: auto;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
}
.divVideoSmall {
    bottom: 0;
    min-height: 20px;
    min-width: 20px;
    position: absolute;
    right: 0;
    z-index: 10;
}
.divVideoSmall > .icon {
    background-color: var(--color-neutral-0);
    color: #006;
    cursor: pointer;
    font-size: 10px;
    left: 0;
    top: 0;
    padding: 5px;
    position: absolute;
    z-index: 10;
}

.videoSmall {
    bottom: 0;
    height: auto;
    max-height: 128px;
    max-width: 170px;
    right: 0;
    vertical-align: top;
    width: 170px;
    z-index: 10;
}

.divVideoFrame .MainContentMargin {
    padding: 10px;
}

.text-overlay-videochamada {
    position: absolute;
    top: 350px;
    left: 0;
    width: 100%;
    text-align: center;
    color: var(--color-neutral-0);
    font-size: 30px;
    font-family: 'roboto-condensed-bold';
    z-index: 100000;
}

/*-----------------------------------------------*\
     InfoPanel  
\*-----------------------------------------------*/

.InfoPanel {
    background: var(--color-neutral-0);
    border: 1px solid #dadada;
    padding: 20px;
}
.InfoPanel_Icon {
    color: var(--color-primary);
    display: table-cell;
    font-size: 25px;
    line-height: 1em;
    padding-left: 10px;
    vertical-align: middle;
    width: 25px;
    padding-top: 3px;
}
.InfoPanel_Text {
    color: var(--color-primary);
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}
.InfoPanel_Actions a {
    font-size: 12px;
}
.InfoPanel_Actions {
    border-top: 2px solid #dadada;
    font-size: 12px;
    margin-top: 20px;
    padding: 20px 10px 0 10px;
}
.Section_content .InfoPanel {
    border: 0;
    padding: 14px 0 20px 0;
}
.Section_content .InfoPanel:only-child .InfoPanel_Actions {
    border: 0;
    padding-bottom: 0;
}
.Section_content .InfoPanel .InfoPanel_Icon {
    padding-left: 20px;
}

.Section_content .InfoPanel .InfoPanel_Icon .fa:before {
    content: "\e970";
    font-family: 'bpifont';
}

.Section_content .InfoPanel .InfoPanel_Text {
    padding: 0 20px;
}
.Section_content .InfoPanel .InfoPanel_Actions {
    border-bottom: 1px solid #dadada;
    border-top: 0;
    margin-top: 0;
    padding: 2px 20px 20px 74px;
}

.Section_content .ChallengeWarningMessage {
    border-bottom: 1px solid #dadada;
}

.Section_content .ChallengeWarningMessage .InfoPanel .InfoPanel_Icon .fa:before {
    content: "\ea61";
}

/*-----------------------------------------------*\
       progressCards
\*-----------------------------------------------*/

.progressCards {
    display: inline-flex;
    justify-content: center;
    padding: 20px 0 15px 0;
    width:100%;
}

.progressCards .UserProgress {
    align-items: center;
    border-radius: 4px;
    box-shadow: 0 0 1px 0 rgba(77, 77, 77, 0.3), 0 4px 4px 0 rgba(77, 77, 77, 0.15);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    margin-right: 16px;
    margin-left: 0;
    min-width: 135px;
    width: auto;
    text-align: center;
    padding: 16px 8px;
}

.progressCards .UserProgress .UserProgressInfo {
    padding: 6px 6px 0 6px;
    white-space: pre-wrap;
    width: 160px;
}

.progressCards .UserProgress .UserProgressInfo .UserName {
    font-size: 13px;
    font-family: inherit;
    min-height: unset;
}

.progressCards .UserProgress .UserInitials_image {
    background-color:transparent;
    border: 4px solid var(--color-neutral-0);
}

.progressCards .UserInitials_image .icon {
    color: var(--color-primary);
    font-size: 24px;
    left: 0;
    position: absolute;
    top: 0;
}

.horizontal-slider-container .progressCards {
    width:auto;
}


/*-----------------------------------------------*\
       stacked icon
\*-----------------------------------------------*/

.StackedIcon .fa-stack-2x {
    left: 2px;
    top: -4px;
}


.stacked-icon {
    height: 36px;
    margin-right: 20px;
    position: relative;
    width: 36px;
}

.back-icon .icon_circle + .icon {
    color:#ffc39a;
    font-size: 16px;
    left: 50%;
    padding-right: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.stacked-icon.disabled {
    opacity: 0.4;
    filter: opacity(40%);
}

.stacked-icon .front-icone {
    bottom: -4px;
    position: absolute;
    right: -10px;
}

.secondary-icone {
    position: absolute;
    top: 0;
    left: -10px;
    font-size: 16px;
}

.stacked-icon .front-image {
    bottom: -4px;
    position: absolute;
    right: -10px;
}

.stacked-icon .front-image img {
    width: 18px !important;
}

.stacked-icon .divided-icone {
    position: absolute;
    right: -10px;
    top: 2px;
}

.stacked-icon .secondary-icone .icon,
.stacked-icon .divided-icone .icon {
    text-shadow: -1px -1px 0 var(--color-neutral-0), 1px -1px 0 var(--color-neutral-0), -1px 1px 0 var(--color-neutral-0), 1px 1px 0 var(--color-neutral-0);
}

.stacked-icon .icon_circle {
    border-radius: 18px;
    display: inline-flex;
    font-size: 16px;
    height: 36px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 36px;
    border-color: transparent;
}

/*------------------------------------*\
    $ image-lock-type
\*-------------------------------------*/


.image-lock-type .icon_circle {
    border: 1px solid #dadada;
    background: var(--color-neutral-0);
    width: 34px;
    height: 34px;
}

.image-lock-type {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;    
}

.internet-lock-icon,
.geographic-lock-icon {
    bottom: -15px;
    height: 35px;
    position: absolute;
    width: 35px;
}

.geographic-lock-icon {
    z-index: 1;
}

.image-lock-type.geographic-lock:not(.internet-lock) .geographic-lock-icon {
    right: -5px;
}

.image-lock-type.geographic-lock.internet-lock .geographic-lock-icon {
    left: -7px;
}

.image-lock-type.internet-lock .internet-lock-icon {
    right: -10px;
}

.image-lock-type .stacked-icon,
.image-lock-type .stacked-icon .icon_circle_silver {
    font-size: 21px;
    height: 34px;
    width: 32px;
}

.image-lock-type .back-icon.icon_circle_silver {
    background-color: var(--color-neutral-0);
    border: 1px solid #dadada;
    border-radius: 16px;
    color: #ffc39a;
    padding: 0;
}

.image-lock-type .back-icon.icon_circle_silver .icon {
    background-color: transparent;
    font-size: 18px;
    height: 32px;
    line-height: 30px;
    padding: 0;
    width: 30px;
}

.image-lock-type .front-icone {
    bottom: 11px;
    font-size: 10px;
    height: 12px;
    line-height: 12px;
    right: 1px;
    width: 12px;
}

.image-lock-type .front-icone .icon {
    color: var(--color-primary);
    text-shadow: -1px -1px 0 var(--color-neutral-0), 1px -1px 0 var(--color-neutral-0), -1px 1px 0 var(--color-neutral-0), 1px 1px 0 var(--color-neutral-0);
}

/*******************************
    Vertical Slider        
*******************************/

.VerticalSlider .image-gallery img {
    
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    border: 1px solid #e9e9e9;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/** Gallery */

.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSGallery li {
    height: 65px !important;
    margin-bottom: 13px !important;
    padding: 0;
}
.lSSlideOuter .lSPager.lSGallery li {
    background-color: var(--color-neutral-0);
    border: 1px solid #e9e9e9;
    overflow: hidden;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border: 1px solid var(--color-primary);
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 65px;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/
/* slider actions */

.noPager .lSAction {
    display: none;
}
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.disabledControls .lSAction,
.noPager .lSAction {
    display: none;
}
.lSAction > .lSPrev {
    background-position: 0 0;
}
.lSActon > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
/* vertical */

.lSSlideOuter.vertical {
    overflow: hidden;
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 32px;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}
/* vertical controlls */

.lSSlideOuter.vertical .lSAction > a {
    margin-left: -14px;
    margin-top: 0;
    background-color: #f6f6f6;
    text-decoration: none;
    width: 65px;
    font-size: 30px;
    font-family: FontAwesome;
    text-align: center;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 0;
    top: auto;
    right: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext:before {
    content: "\f107";
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 0;
    right: 0;
}
.lSSlideOuter.vertical .lSAction > .lSPrev:after {
    content: "\f106";
}
.realSlide {
    background-color: var(--color-neutral-0);
    display: inline-block;
    height: 520px;
    max-width: 728px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 645px;
}
.noPager .realSlide {
    width: 745px;
}
.realSlide img.previewImage {
    height: 100%;
}
.noPager .realSlide img.previewImage {
    height: 100%;
}
.realSlide:after {
    content: "\f00e";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 25px;
    width: 25px;
    font-size: 25px;
    color: #006;
}
.offerLabel {
    background-color: var(--color-primary);
    bottom: 20px;
    color: var(--color-neutral-0);
    display: none;
    font-size: 16px;
    height: 30px;
    left: 0;
    line-height: 30px;
    padding: 0 45px 0 35px;
    position: absolute;
    text-transform: uppercase;
}
.isOfferLabel .offerLabel {
    display: block;
}

.lSSlideWrapper {
    display: none;
}

.easyzoom-flyout {
    height: 100%;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 800px;
}

/* Gallery Checkup */

.Gallery.Checkup .card-rating-wrapper .card-rating-button .Button {
    margin-left: 0;
    padding: 0 5px;
}

.Gallery.Checkup .GalleryWrapper .GalleryItem > div {
    width: 100%;
}

/*-----------------------------------------------*\
       ProgressVerticalBarBPI
\*-----------------------------------------------*/

.progress-bar-icon {
    background-color: var(--color-neutral-0);
    border: none;
    font-size: 18px;
    height: 54px;
    width: 54px;
}

.progress-bar-container.vertical-layout.no-savings .progress-bar-icon .icon {
    border: none;
}

.vertical-layout .progress-bar-icon .icon {
    line-height: 0;
    left: 50%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    top: 100%;
    transform: translate(-50%, -50%);
}

.vertical-layout .progress-bar-icon {
    top: -12px;

}

.vertical-layout.over-the-top .progress-bar-icon .icon:after {
    bottom: 14px;
    right: 8px;
    transform: translate(50%, -50%);
}

.vertical-layout .progress-bar-icon .icon_circle {
    border: none;
}
.vertical-layout .progress-bar-info-container .category-name, .vertical-layout .progress-bar-info-container .amount {
    height: auto;
    line-height: 1.5;

}

/*-------------------------------------------*\
      ProductsSeparator
\*-------------------------------------------*/

.ProductsSeparator {
    border-top: 1px solid #e9e9e9;
    color: var(--color-primary);
    font-family: 'roboto-condensed-bold';
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 12px;
    padding-top: 12px;
    margin-top: 20px;
}

/*-----------------------------------------------*\
       option-group-container
\*-----------------------------------------------*/

.option-group-container .ButtonGroup_button.Button {
    width: 100%;
}

.option-group-container > *{
    width: calc(50% - 5px);
}

.option-group-container .ButtonGroup_button.Button:hover .icon{
    color:var(--color-neutral-0);
}

.option-group-container .ButtonGroup_button.Button.active .icon{
    color:var(--color-neutral-0);
}

.option-group-container .ButtonGroup_button{
    color:#666666;
}

.option-group-container .ButtonGroup_button.active {
    background: var(--color-primary);
    border-color: #dcdcdc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    color: var(--color-neutral-0);
}

.ie .ButtonGroup_button.Button {
    flex-basis: calc(49%);
}
.ie .ButtonGroup_button.Button > div {
    max-width: 100%;
}


/*-----------------------------------------------*\
       ShowSpinnerBPI
\*-----------------------------------------------*/

.spinner-bpi {
    background: rgba(245, 245, 245, 0.8);
    border-radius: 0;
    border-width: 0;
    bottom: 0;
    box-shadow: none;
    color: transparent;
    font-size: 0;
    height: 100%;
    padding: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 10000;
}

.spinner-bpi .Loader {
    background: url(/LT_BPINet/img/Lagarta.gif?867130&27506) no-repeat -7px -7px;
    background-color: var(--color-neutral-0);
    border-radius: 50%;
    height: 40px;
    left: 50%;
    position: absolute;
    top: 47%;
    transform: translate(-50%, -50%);
    width: 40px;
}

/* Insert class body*/
.spinner-bpi-show div.Feedback_AjaxWait {
    visibility: hidden;
}


/* ----------------------------- EXTRA CLASSES ------------------------------ */

/* icon-icon_pessoa */


.Header .IconBadgeBPI .icon-icon_pessoa {
    margin-right: 0;
}

.margin-left5 {
    margin-left: 5px;
}

.Text_underline{
    text-decoration: underline !important;
}

/* ----------------------------- MEDIA SCREENS ------------------------------ */


/* corrigir o menu aparecer sempre aberto em todas as páginas e só depois fechar */
@media screen and (max-width: 768px) {
    @-ms-viewport {
        width: auto !important;
    }
}

@media screen and (max-width: 1279px) {
    .ThemeGrid_Wrapper {
        max-width: 1024px;
    }
    .Header > .ThemeGrid_Wrapper {
        padding-right: 20px;
    }
}


/* ----------------------------- Print ------------------------------ */


@media print {
    .ListNotes .notes > span div:before,
    .ListNotes .notes > div > span div:before {
        color: var(--color-primary);
        content: "■";
        display: block;
        margin: 0 7px 0 3px;
        font-size: 12px;
    }
    ul.List li:before {
        color: var(--color-primary);
        content: "■";
        display: block;
        margin: 2px 7px 0 3px;
        font-size: 10px;
        line-height: 1em;
    }
    .security-notes div:before {
        color: var(--color-primary);
        content: "■";
        display: block;
        margin: 0 7px 0 3px;
        font-size: 12px;
    }
    .ListNotes .notes > span div.noBG:before,
    .ListNotes .notes > div > span div.noBG:before {
        opacity: 0;
    }
    .ListNotes .notes > span div.BGAzul:before,
    .ListNotes .notes > div > span div.BGAzul:before {
        color: #006;
    }
    
    .ListNotes .Notes > span div:before {
        background: var(--color-primary);
        content: " ";
        display: block;
        float: left;
        height: 5px;
        margin: 8px 7px 0 -15px;
        width: 5px;
}

    .back-button-container,
    .content-navigation,
    .Notifications,
    .AuxActions,
    .ButtonsControls,
    .LinkOrange,
    .Consultar.open .LinkOrange.Hide,
    .Consultar .LinkOrange.Show,
    .Menu,
    .Header,
    .content-right,
    .blockOverlay,
    .Feedback_Message_Wrapper {
        display: none !important;
    }
    .TableRecords a {
        color: #666;
        font-size: 10px;
        text-decoration: none;
    }
    .NoPrint {
        display: none !important;
    }
    .LinksRelated {
        display: none !important;
    }
    .Print,
    .PrintInfom,
    .TableRecords .TwoLines a {
        display: block;
    }
    .TableRecords td,
    .FormExpandable,
    .FormExpandable_header {
        border: none !important;
    }
    .content-header,
    .content-containerr {
        margin-left: 0 !important;
    }
    .content-header {
        padding-top: 20px;
    }
    
    :not(.Section_content) > .TableRecords {
        border-bottom: 1px solid #dadada !important;
    }
    
    .TableRecords tr:not(:last-child) td {
        border-bottom: 1px solid #f6f6f6 !important;
    }
    
    .ListRecords .Section_content {
        border-top: 1px solid #dadada !important;
    }
    
    .content-header-top .Print img[src*="Logo"] {
        width: 100px ;
    }
    
    .Filter .FilterContent {
        border-bottom: none !important;
    }
    :not(.Section_content) > .TableRecords tbody .TableRecords_Header {
        border-top: 1px solid #dadada !important;
    }
    .TileBanner {
        display: none !important;
    }
    .ClientAccount select {
        border: none;
    }
    @page {
        margin: 0.5cm;
    }
}

/* Data4Deals - Bloco de boas vindas */

.container_user_details {
    color: #424242;
    background-color: var(--color-neutral-0);
    padding: 40px 44px;
    width: 100%;
    border: 1px solid #DADADA;
}

.container_user_name {
    margin-bottom: 10px;
}

.user_name {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-primary);
}

.amount_received {
    font-size: 16px;
    opacity: 50%;
}

.container_month_details {
    margin-bottom: 10px;
    font-size: 16px;
    opacity: 50%;
}

.month_details_money {
    font-weight: bold;
    font-size: 20px;
    color: var(--color-primary);
}

div:not(.section) .Button_VerMais{
    color: #000066;
}

.section-button_expand.Button_VerMais,
.section-button_expand.Button_VerMenos {
    position: relative;
    padding: 8px 0 8px 20px;
    color: #666;
    text-align: left;
    display: block;
    border-top: 1px solid #ddd !important;
}

.section-button_expand.Button_VerMenos{
    border-bottom: 1px solid #ddd !important;
}

div:not(.section) .Button_VerMais.section-button_expand,
div:not(.section) .Button_VerMenos.section-button_expand,
div:not(.section) .Button_VerMais.section-button_expand:after,
div:not(.section) .Button_VerMenos.section-button_expand:after {
    color: #666;
    font-size: 14px;
    font-weight: bold;
}

.section-button_expand.Button_VerMais:after, 
.section-button_expand.Button_VerMenos:after {
    position:absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/*--------------------------------------*\
    $ CardBeneficios
\*--------------------------------------*/

.beneficios-container {
    box-shadow: 0 4px 11px 0 rgba(213,213,213,0.5);
    border-radius: 4px;
    background: var(--color-neutral-0);
    
}

.beneficios-container-images {
    position: relative;
}

.beneficios-container-image {
    width: 100%;
}


.beneficios-image {
    border-radius: 4px 4px 0 0;
    width: 100%;
    height: 100%;
}

.beneficios-container-logo-marca {
    position: absolute;
    top: 24px;
    left: 6px;
    width: 70px;
    height: 70px;
    display: inline-block;
}

.beneficios-logo-marca {
    border-radius: 50%;
    text-align: center;
    width: 100%;
    height: 100%;
}

img.beneficios-logo-marca[src="./"] {
    display: none;
}

.beneficios-container-details {
    padding: 14px 12px;
}

.beneficios-container-relative {
    position: relative;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.beneficios-title {
    font-size: 14px;
}

.beneficios-container-descontos {
    margin-top: 12px;
}

.beneficios-descontos {
    font-size: 14px;
    color: var(--color-primary);
}

.beneficios-container-descontos-direitos {
    padding: 12px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.beneficios-descontos-direitos {
    color: var(--color-primary);
    font-size: 12px;
    font-weight: bold;
}

.beneficios-container-data-descontos {
    padding: 0 0 12px 14px;
    font-size: 12px;
    color: rgba(66,66,66,0.4);
    position: absolute;
    white-space: nowrap;
    bottom: 0;
}

.beneficios-icon-percentage {
    font-size: 28px;
    color: var(--color-primary);
    margin-left: 0;
    position: absolute;
    bottom: unset;
    left:  unset;
    right: 12px;
}

.beneficios-container-condensed-terminar-desconto {
    background: #FFEBDC;
    padding: 8px;
    position: absolute;
    left: 86px;
    bottom: 8px;
    border-radius: 16px;
    color: var(--color-primary);
    font-weight: bold;
    font-size: 10px;
    padding: 6px 14px;
}


/*--------------------------------------*\
    $ CardBeneficiosLargo
\*--------------------------------------*/

.beneficios-largo-bpinet-title {
    padding: 20px 22px;
    background-color: #F6F6F6;
    border: 1px solid #DADADA;
    color: var(--color-primary);
    font-size: 14px;
    font-weight: bold;
}

.beneficios-largo-bpinet-container {
    background-color: var(--color-neutral-0);
}

.beneficios-container-largo-image {
    position: relative
}

.beneficios-largo-image {
    width: 100%;
    height: 100%;
}

.beneficios-container-largo-logo {
    position: absolute;
    top: 128px;
    left: 8px;
    width: 70px;
    height: 70px;
    display: inline-block;
}

.beneficios-largo-logo {
    border-radius: 50%;
    text-align: center;
    width: 100%;
    height: 100%;
}

.beneficios-container-largo-descontos {
    right: 0;
    margin-top: 35px;
}

.beneficios-container-largo-descontos-direto {
    position: absolute;
    bottom: 0;
    right: 0;
}

.beneficios-container-largo-data-descontos {
    font-size: 14px;
    color: rgba(66,66,66,0.4);
    position: absolute;
    white-space: nowrap;
    top: 28px;
}

.beneficios-container-largo-details {
    margin: 25px 0;
    position: relative;
}

.beneficios-largo-desconto {
    font-size: 30px;
    color: var(--color-primary);
}

.beneficios-container-largo-desconto-aviso {
    padding: 8px 10px;
    background-color: #FFEBDC;
    border-radius: 16px;

}

.beneficios-desconto-aviso {
    font-size: 12px;
    color: var(--color-primary);
    text-transform: uppercase;
    
}

.beneficios-largo-container-icon {
    position: absolute;
    right: 5px;
    top: -10px;
}

.beneficios-largo-icon-percentage {
    font-size: 32px;
    color: var(--color-primary);
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
}

.beneficios-largo-icon-text {
    color: var(--color-primary);
    font-size: 14px;
    line-height: 12px;
}

.beneficios-largo-descontos-deadline {
    font-size: 12px;
    color: #424242;
    opacity: 50%;
}

.beneficios-container-largo-detalhe {
    border: 1px solid #FFEBDC;
    padding: 4px 10px;
    border-radius: 16px;
    background-color: #FFEBDC;
}

.beneficios-largo-oferta-valida {
    padding-left: 20px;
    color: #424242;
    opacity: 50%;
    font-size: 12px;
}

.beneficios-container-largo-terminar-desconto {
    background: #FFEBDC;
    padding: 8px;
    position: absolute;
    right: 0;
    top: -6px;
    border-radius: 16px;
    color: var(--color-primary);
    font-weight: bold;
    padding: 6px 14px;
}

/*----------------------------------------------*\
    $ Classes para o card de beneficios na HP
\*----------------------------------------------*/

.beneficios-destaques-container {
    display: flex;
    flex: auto;
    flex-direction: row;
    margin-bottom: 20px;
    margin-top: 20px;
    justify-content: space-around;
    padding-left:20px;
    padding-right:20px; 
}

.card.card-sectioned.beneficios-destaque .card-image {
    text-align: center;
}

.card.card-sectioned.beneficios-destaque .card-image img {
    width: 60px;
    height: auto;
}

/* Contorno do logótipo da marca */
.card.card-sectioned.beneficios-destaque .card-image img {
    border-radius: 50%;
    box-shadow: 0 1px 4px rgb(226 225 225 / 80%);
}


.card.card-sectioned.beneficios-destaque .card-content {
    font-weight: bold; 
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: center;
}

.card.card-sectioned.beneficios-destaque .card-footer {
    text-align: center;
    color: #c0c0c0;
}

.DestaqueCredPrevAprov-container{

    border-color: var(--color-primary) !important;
    color: var(--color-primary) !important;
    border-bottom-color: var(--color-primary) !important;
}

/* NPS */

.nps-container .form-item.is-vertical {
    padding:0;
}

.option-group-container .ListRecords.nps-botoes-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: row;
    justify-content: flex-start;
}

.phone .option-group-container .ListRecords.nps-botoes-container {
    flex-direction:column;
}

.option-group-container.rows .nps-botoes-container > label.ButtonGroup_button.Button {
    width: 9%;
    border: solid 1px #979797;
    margin: 0;
    padding: 0;
    min-width: unset;
    border-collapse: collapse;
    flex:none;        
}

.phone .option-group-container.rows .nps-botoes-container > label.ButtonGroup_button.Button {
    width: 100%;
}

.option-group-container.rows .nps-botoes-container > label.ButtonGroup_button.Button span {
    color: #979797;
}

.option-group-container .nps-botoes-container input[type="radio"]:checked~div {
    background: #EC142C90;
}

.option-group-container .nps-botoes-container label.ButtonGroup_button.Button.selected-color-Text_green input[type="radio"]:checked~div {
    background: #40915390;
}

.option-group-container .nps-botoes-container label.ButtonGroup_button.Button.selected-color-Text_orange input[type="radio"]:checked~div {
    background: #FF660090;
}   

.option-group-container .nps-botoes-container label.ButtonGroup_button.Button input[type="radio"]:checked~div span {
    color: #000;
}

.nps-botoes-container > label.ButtonGroup_button.Button:before {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 5px;
    background: var(--color-red);
    content: "";
    display: block;
}

.nps-botoes-container > label.ButtonGroup_button.Button.selected-color-Text_green:before {
    background: #409153;
}

.nps-botoes-container > label.ButtonGroup_button.Button.selected-color-Text_orange:before {
    background: #F60;
}

.nps-botoes-container .Button:hover, 
.nps-botoes-container .desktop .Button:hover {
    background: transparent;
}

/* Availability */
.availability,
.availability--text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
}

.availability--text,
.availability--text-note {
    margin-left: 6px;
    flex-wrap: wrap;
}

.availability--text > div:first-child {
    flex: 1 0 100%;
}

.availability--colors {
    border-radius: 50%;
    width: 8px;
    padding: 4px;
    margin-top: 5px;
    height: 100%;    
}

.background-red {
    background-color: var(--color-red):
}

.background-yellow {
    background-color: var(--color-yellow);
}

.background-green {
    background-color: var(--color-green);
}

.SectionExpandable__title.Heading,
.Section__title.Heading2, 
.SectionExpandable__title.Heading2, 
.Section__actions .Heading2,
.CardHomeLeftIcon .Title,
.Consultar .Heading3,
.TableContent .Heading3,
.ProductHightlight_title.Heading1,
.ProductHightlight_title.Heading2,
.ProductHightlight_title.Heading3,
.ProductHightlight_title.Heading4,
.ProductHightlight_title.Heading5,
.ListNotes2_title,
.ListNotes2_subtitle,
.FormDivisionWithText .label,
.Warning .ListNotes2_icon,
.SecurityNotesLabel,
.progress-bar-profile .marker.middle,
.progress-bar-profile .marker.start,
.SimuladorCredito_pre-aprov:after,
.poupar-valor .poupar-valor-inner-circle-piggy .icon,
.poupar-valor-value-left-title,
.poupar-valor-value-right-title,
.progress-bar-risk-label > span:first-child,
.HelpIconContainer_helpicon,
.bpi-messenger-tab.active .Icon_outline [class*="icon-"]:before,
.bpi-messenger-tab.active .Icon_outline [class*="fa-"]:before,
.bpi-messenger-tab.active,
.ProductDetails_warningText,
.CardPreviewProduct_unavailable,
.option.selected .option-value,
.SimuladorCredito_creditoImediato,
.SimuladorCredito .FormConfirm .Text_highlight .FormEditItem_Input,
.SimuladorCredito .Text_highlight .FormEditItem_Input,
.SimuladorCredito_pre-aprov .SimuladorCredito_pre-aprov_text,
.HelpIcon:hover:before,
.HelpIcon.active:before,
.Navigation > span > div > div.active a,
.Navigation > div > div > div.active a,
.Navigation .ListRecords > div > div.active a,
.Navigation .Navigation_Tabs > div > div.active a,
.Navigation > span > div > div a:hover,
.Navigation > div > div > div a:hover,
.Navigation .ListRecords > div > div a:hover,
.FilterContent label,
.Info .ListNotes2_icon,
.seguros-container .stacked-icon .divided-icone .icon:before,
.tooltipster-base.Balloon .Balloon_content div > a:hover,
.Section_Filter .Section__title.Heading2,
.Section_Filter .SectionExpandable__title.Heading2,
.ListNotes .NotesLabel,
.SecurityNotes div:before,
.content-header .content-title,
.ListNotes .Notes > span div:before,
ul.List li:before,
.CardHomeLeftIcon_icon,
.wizard-progress_icon.active, 
.wizard-progress.past .icon,
.card-rating-content .icon{
    color: var(--color-primary);    
}

.UserProgress2 .progress-circle.over50 .first50-bar,
div.calendar tbody td.selected, 
div.calendar tbody th.selected, 
div.calendar tbody .rowhilite td.selected, 
div.calendar tbody .rowhilite th.selected,
.notes .ListNotes .Notes ul li:after,
.wizard-card.past .wizard-step,
.wizard-card.past:after,
ul li:after,
.SecurityNotes div > p:before,
.CardHomeSlideItem.expanded .CardHomeSlideItem_textFull ul li:before,
ul.List li:before,
.poupar-valor .poupar-valor-inner-circle-piggy .icon:after,
.Aside .Section .banner_seguranca_text:before,
.ListSecurityNotesImg:before,
.poupar-valor-rotator .option-circle,
.list-bpi-cards .GalleryItem .Separator,
.past .WizardItem,
.active .WizardItem,
.WizardItem,
.pre-aprov-bar,
.ListNotes .Notes > span div:before,
.ListNotes .Notes > div > span div:before,
.ListNotes .Notes div:before,
.timeline-icon-container,
.carousel .tns-nav>[aria-selected="true"],
.wizard-progress_value,
.option-group-container input[type="checkbox"]:checked~div, 
.option-group-container input[type="radio"]:checked~div, 
.option-group-container input[type="checkbox"]:checked~div .icon, 
.option-group-container input[type="radio"]:checked~div .icon,
.wizard-progress.past:before,
.wizard-progress.past:after,
.wizard-progress.current:after {
    background-color: var(--color-primary);
}


/*-----------------------------------------------*\
     Bpi Private - Colors  
\*-----------------------------------------------*/

.bpi-private .Text_orange,
.Page.bpi-private .Text_orange,
.bpi-private .Header__loginInfo .Text_orange .icon,
.bpi-private .TableRecords .tooltipstered.balloon.Text_orange .icon,
.bpi-private .ContextDisplayTable .Text_orange,
.bpi-private .Heading1, 
.bpi-private .Heading2, 
.bpi-private .Heading3, 
.bpi-private .Heading4, 
.bpi-private .Heading5{
    color: var(--color-primary);
}

.bpi-private .icon-circle.orange,
.bpi-private .Progress_bar.Orange,
.bpi-private .Orange{
    background-color: var(--color-primary);
}

.bpi-private .back-icon .icon_circle + .icon{
    color: #89b3cc;
}

.bpi-private .posi_container .Section .SectionExpandable.expanded .SectionExpandable_header .Heading2>.fa{
    color:#006;
}

.bpi-private .seguros-container .stacked-icon .divided-icone .icon:before {
   box-shadow: 0 0 0 1px var(--color-neutral-0), 0 0 0 2px var(--color-primary);
   background-color: var(--color-neutral-0);
}

.bpi-private .Application_Menu {
    background: var(--color-primary);;
    background: -moz-linear-gradient(-130deg, var(--color-primary) 0%, #0086bc 50%, #0067bc 100%);
    background: -webkit-linear-gradient(-130deg, var(--color-primary) 0%, #0086bc 50%, #0067bc 100%);
    background: linear-gradient(220deg, var(--color-primary) 0%, #0086bc 50%, #0067bc 100%);
}

.bpi-private .wizard-card.past .wizard-step,
.bpi-private .lSSlideOuter .lSPager.lSGallery li.active,
.bpi-private .lSSlideOuter .lSPager.lSGallery li:hover,
.bpi-private .destaque-simples-container,
.bpi-private .UserProgress2 .value-bar{
    border-color: var(--color-primary);
}

.bpi-private div.calendar tbody .day.hilite {
    background-color: rgba(0, 120, 189, 0.4);
}

.bpi-private .wizard-card.past.disabled .wizard-step {
    background-color: #99c9e4;
    border-color: #99c9e4;
}

.bpi-private .timeline-icon:before,
.bpi-private .WizardItemWrapper:before{
    background-color: #89b3cc;
}

.bpi-private .Header_title:after {
    background-image: url(/LT_BPINet/img/BPI_Private_Logo_Horizontal.jpg?861534&867130&27506);
    background-size: cover;
    background-position: center;
    content: '';
    display: inline-block;
    height: 35px;
    vertical-align: middle;
    width: 210px;
}

.bpi-private .Header_title img {
    display: none;
}

.bpi-private .vertical-layout.savings .progress-bar-inner {
    background: #0077bc;
    background: -moz-linear-gradient(top, #0067bc 0%, #0077bc 100%);
    background: -webkit-linear-gradient(top, #0067bc 0%, #0077bc 100%);
    background: linear-gradient(to bottom, #0067bc 0%, #0077bc 100%);
}

.bpi-private .tabs-header .ListRecords > div a[disabled="disabled"]{
    pointer-events:none;
}

.bpi-private.ie9 .progress-bar-risk-bar.active:nth-child(1) { background: #93b8ce; }
.bpi-private.ie9 .progress-bar-risk-bar.active:nth-child(2) { background: #7dafcc; }
.bpi-private.ie9 .progress-bar-risk-bar.active:nth-child(3) { background: #6ba7ca; }
.bpi-private.ie9 .progress-bar-risk-bar.active:nth-child(4) { background: #4897c5; }
.bpi-private.ie9 .progress-bar-risk-bar.active:nth-child(5) { background: #2486bf; }
.bpi-private.ie9 .progress-bar-risk-bar.active:nth-child(6) { background: #107cbb; }
.bpi-private.ie9 .progress-bar-risk-bar.active:nth-child(7) { background: #107cbb; }

.bpi-private .progress-bar-risk-bar.active {
    -webkit-animation-name: toBlue;
    animation-name: toBlue;
}
.bpi-private .progress-bar-risk-bar.active:nth-child(1) {
    -webkit-animation-name: toBlue1;
    animation-name: toBlue1;
}
.bpi-private .progress-bar-risk-bar.active:nth-child(2) {
    -webkit-animation-name: toBlue2;
    animation-name: toBlue2;
}
.bpi-private .progress-bar-risk-bar.active:nth-child(3) {
    -webkit-animation-name: toBlue3;
    animation-name: toBlue3;
}
.bpi-private .progress-bar-risk-bar.active:nth-child(4) {
    -webkit-animation-name: toBlue4;
    animation-name: toBlue4;
}
.bpi-private .progress-bar-risk-bar.active:nth-child(5) {
    -webkit-animation-name: toBlue5;
    animation-name: toBlue5;
}
.bpi-private .progress-bar-risk-bar.active:nth-child(6) {
    -webkit-animation-name: toBlue6;
    animation-name: toBlue6;
}
.bpi-private .progress-bar-risk-bar.active:nth-child(7) {
    -webkit-animation-name: toBlue7;
    animation-name: toBlue7;
}

@-webkit-keyframes toBlue {from {background: #d4d4d4;}to {background: #0077bc;}}
@keyframes toBlue {from {background: #d4d4d4;}to {background: #0077bc;}}

@-webkit-keyframes toBlue1 {from {background: #d4d4d4;}to {background: #93b8ce;}}
@keyframes toBlue1 {from {background: #d4d4d4;}to {background: #99bace;}}

@-webkit-keyframes toBlue2 {from {background: #d4d4d4;}to {background: #7dafcc;}}
@keyframes toBlue2 {from {background: #d4d4d4;}to {background: #7dafcc;}}

@-webkit-keyframes toBlue3 {from {background: #d4d4d4;}to {background: #6ba7ca;}}
@keyframes toBlue3 {from {background: #d4d4d4;}to {background: #6ba7ca;}}

@-webkit-keyframes toBlue4 {from {background: #d4d4d4;}to {background: #4897c5;}}
@keyframes toBlue4 {from {background: #d4d4d4;}to {background: #4897c5;}}

@-webkit-keyframes toBlue5 {from {background: #d4d4d4;}to {background: #2486bf;}}
@keyframes toBlue5 {from {background: #d4d4d4;}to {background: #2486bf;}}

@-webkit-keyframes toBlue6 {from {background: #d4d4d4;}to {background: #107cbb;}}
@keyframes toBlue6 {from {background: #d4d4d4;}to {background: #107cbb;}}

@-webkit-keyframes toBlue7 {from {background: #d4d4d4;}to {background: #0077bc;}}
@keyframes toBlue7 {from {background: #d4d4d4;}to {background: #0077bc;}}


.bpi-wealth .Header_title:after {
    background-image: url(/LT_BPINet/img/BPI_Wealth_Logo_Horizontal.jpg?27506);
    background-size: cover;
    background-position: center;
    content: '';
    display: inline-block;
    height: 35px;
    vertical-align: middle;
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 210px;
}

.bpi-wealth .Header_title img {
    display: none;
}

.bpi-wealth a,
.bpi-wealth a:link, 
.bpi-wealth a:visited,
.bpi-wealth .Header a,
.Header_userSettings .icon, .Header_username + div .icon,
.bpi-wealth .Header_username + div .ico,
.bpi-wealth .Header_userImg .Header_username,
.bpi-wealth .Header__loginInfo .Header_username,
.bpi-wealth .Header_user .Icon_outline [class*="icon-"]:before, 
.bpi-wealth .Header_user .Icon_outline [class*="fa-"]:before,
.bpi-wealth .tabs-header .ListRecords .tabs-header-item  {
    color: var(--color-neutral-10);
}

.bpi-wealth a.Button, 
.bpi-wealth .Button,
.bpi-wealth .img-edit:before,
.bpi-wealth .wrapper-calendar-event-month .pika-label,
.bpi-wealth .wrapper-calendar-event-month .pika-table th,
.bpi-wealth .slider-prev-arrow, 
.bpi-wealth .slider-next-arrow,
.bpi-wealth .Heading1, 
.bpi-wealth .Heading2, 
.bpi-wealth .Heading3, 
.bpi-wealth .Heading4, 
.bpi-wealth .Heading5,
.bpi-wealth .TableRecords .tooltipstered.balloon.Text_orange .icon,
.bpi-wealth .Button.Blue, 
.bpi-wealth a.Button.Blue,
.bpi-wealth .Feedback_Message_Info .Feedback_Message_Wrapper_Close:after, 
.bpi-wealth .Feedback_Message_Warning .Feedback_Message_Wrapper_Close:after,
.bpi-wealth div.Feedback_Message_Info{
    color: var(--color-primary);
}

.bpi-wealth a.Button, 
.bpi-wealth .Button,
.bpi-wealth .img-edit:after,
.Page.bpi-wealth .Button.Is_Default:hover,
.Page.bpi-wealth .Button.Blue.Is_Default:hover,
.Page.bpi-wealth .Button.Blue:hover,
.Page.bpi-wealth .Button:hover,
.Page.bpi-wealth a.Button:hover,
.bpi-wealth .UserProgress2 .value-bar,
.bpi-wealth .wizard-card.past .wizard-step,
.bpi-wealth .card-rating-wrapper,
.bpi-wealth .Button.Blue, 
.bpi-wealth a.Button.Blue,
.bpi-wealth div.Feedback_Message_Info {
    border-color: var(--color-primary);
}

.bpi-wealth a.Button:active, 
.bpi-wealth .Button:active, 
.bpi-wealth a.Button:hover, 
.bpi-wealth .Button:hover, 
.bpi-wealth .desktop a.Button:hover, 
.bpi-wealth .desktop .Button:hover,
.bpi-wealth .ListNotes .Notes > span div:before, 
.bpi-wealth .ListNotes .Notes > div > span div:before, 
.bpi-wealth .ListNotes .Notes div:before,
.bpi-wealth .ListNotes .Notes > span.ListRecords > div:before, 
.bpi-wealth .ListNotes .Notes > div > span.ListRecords > div:before, 
.bpi-wealth .ListNotes .Notes > div:before,
.bpi-wealth .ListNotes .Notes > span div:before,
.bpi-wealth .wrapper-calendar-event-month .is-selected .pika-button,
.Page.bpi-wealth .Button.Blue:hover,
.bpi-wealth .Button.Is_Default,
.Page.bpi-wealth .Button.Blue.Is_Default:hover,
.bpi-wealth .ToggleButton_label:after, .ToggleButton_label.changed:after,
.bpi-wealth ul li:after {
    background-color: var(--color-primary); 
    color: var(--color-neutral-0);
}

.bpi-wealth .HomeLinks a,
.bpi-wealth .wrapper-calendar-event-month .is-selected .pika-button,
.bpi-wealth .Clickable.vertical-layout .category-name .category-label,
.bpi-wealth .wrapper-calendar-event-month .pika-next:after, 
.bpi-wealth .wrapper-calendar-event-month .pika-prev:after,
.bpi-wealth .ListNotes2_title,
.bpi-wealth .ListNotes2_subtitle {
    color: var(--color-wealth-dark-grey);
}

.bpi-wealth .desktop .Button.Is_Default:hover,
.bpi-wealth a.Button.Is_Default, 
.bpi-wealth .Button.Is_Default,
.Page.bpi-wealth .Button.Blue.Is_Default:hover,
.bpi-wealth .Button.Is_Default {
    color: var(--color-neutral-0);
}

.bpi-wealth.desktop .Button.Is_Default:hover,
.bpi-wealth.desktop .Button:hover,
.bpi-wealth.desktop .Button.Is_Default:hover,
.bpi-wealth a.Button.Is_Default, 
.bpi-wealth .Button.Is_Default {
    background-color: var(--color-wealth);
    border-color: var(--color-wealth);
}

.bpi-wealth .Button.Blue.Is_Default:hover,
.Page.bpi-wealth .Button.Is_Default:hover {
    background: transparent;
    color: var(--color-primary);
}

.bpi-wealth .WizardItemWrapper:before{
    background-color: var(--color-primary);    
}

/* Pattern > CardShadow */
/* $4.9.9 - Patterns - Custom - CardShadow */
[data-block*="CardShadow"] {
    height: 100%;
}

.card-shadow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color-neutral-0);
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px #eee;
    box-shadow: 0 0 7px 0px #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 24px 10px 15px;
    height: 80px;
    margin-bottom: 12px;
}

.card-exandable-container_cards.small-card .card-shadow {
    height: 48px;
}

.card-exandable-container_cards a.ThemeGrid_MarginGutter {
    margin: 0;
}

.card-shadow.hide-shadow {
     -webkit-box-shadow: unset;
             box-shadow: unset;
}
.card-shadow-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.card-shadow-right_title {
    color: var(--primary-text-color);
    font-family: 'BarlowSemiBold', Geneva, Roboto, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.card-shadow-right_content {
    color: var(--primary-text-color);
    font-size: 16px;
}

.card-shadow-left {
    padding-right: 18px;
    line-height: 1;
}
.card-shadow .card-shadow-left .icon {
    padding-top: 2px;
    font-size: 24px;
}
.card-shadow .card-shadow-left .icon:not([class*='text-']) {
    color: var(--color-primary);
}

/* Patterns - Interaction - Switch/Toggle */
.ToggleButton,
.ToggleButton.changed {
    border: 1px solid var(--color-grey);
}

.ToggleButton {
    background-color: var(--color-grey);
    border-radius: 30px;
    height: 24px;
    -webkit-transition: border .3s ease-in-out, background-color .3s ease-in-out;
    transition: border .3s ease-in-out, background-color .3s ease-in-out;
    width: 48px;
}

.ToggleButton.changed {
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.ToggleButton_label {
    height: 100%;
    width: 100%;
}

.ToggleButton_label:after,
.ToggleButton_label.changed:after {
    background-color: #fff;
    border-radius: 20px;
    border-width: 0;
    box-shadow: none;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

.ToggleButton_label.changed:after {
    left: 25px;
}

.ToggleButton_label:after {
    left: 1px;
}