/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 6, 2018, 9:53:09 PM
    Author     : anuragsinha


font-family: -apple-system-body
font-family: -apple-system-headline
font-family: -apple-system-subheadline
font-family: -apple-system-caption1
font-family: -apple-system-caption2
font-family: -apple-system-footnote
font-family: -apple-system-short-body
font-family: -apple-system-short-headline
font-family: -apple-system-short-subheadline
font-family: -apple-system-short-caption1
font-family: -apple-system-short-footnote
font-family: -apple-system-tall-body
*/
/*
html
{
    flex-direction: column;
    display: flex;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 800

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.overpass-mono-<uniquifier> {
  font-family: "Overpass Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
*/

body
{
    font-size: 16px;
    line-height: 1.52947;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
    background-color: white;
    color: rgb(99,99,102);
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 0px 10px #e8e8e8;
    -moz-box-shadow: 0px 0px 10px #e8e8e8;
    box-shadow: 0px 0px 10px #e8e8e8;
}

#master-container
{
    min-height: 100vh;
    position: relative;    
}


#header_body
{
    font-size: 16px;
    line-height: 1.52947;
    font-weight: lighter;
    /*letter-spacing: -0.021em;*/
    font-family: "Roboto", sans-serif;
    background-color: white;
    color: rgb(99,99,102);
    font-style: normal;
    max-width: 900px;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 0px 10px #e8e8e8;
    -moz-box-shadow: 0px 0px 10px #e8e8e8;
    box-shadow: 0px 0px 10px #e8e8e8;
}

#master-container1
{
    /*min-height: 100vh;*/
    display: flex;
    flex-direction: column;
    /*background-image: url("../images/grey_goose.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 2px 2px 5px rgb(242,242,247);
}

#master-container
{
    min-height: 100vh;
    position: relative;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#master-main
{
    overflow: auto;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    border: 1px dotted #2a2a2a;
    box-shadow: 2px 2px 10px #bababa;
    width: 100%;
}

#newsWaitTag
{
    font-weight: 200;
    font-size: 20px;
    color: rgb(0,122,255);
}

.newsSource
{
    display: inline-block;
    color: rgb(199,199,204);
}

input
{
    font-size:16px;
    font-weight: 100;
    padding: 5px;
    width: 100%;
    box-sizing: border-box; 
    -webkit-border-radius:0;   
    border-radius:0;
    border: 1px solid #bdbdbd;
    height: 40px;
    color: #606060;
    -webkit-appearance: none;
}

.title_head
{
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.75rem;
    -moz-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    color: rgb(0,122,255);
    /*text-shadow: 1px 1px 3px #bdbdbd;*/
}

.title_head_centered
{
    font-size: 12px;
    font-weight: 400;
    color: #2a2a2a;
    background: rgb(255,204,0);
    padding: 5px;
    text-overflow: ellipsis;
    text-align: center;
    border-bottom: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0px;
    width: 100%;
}

select
{
    border-radius: 0px;
    height: 30px;
    border: 1px solid #bdbdbd;
    -webkit-border-radius:0; 
}

button
{
    border: none;
    height: 24pt;
    background-color: rgb(255,149,0);
    -webkit-appearance:none; 
    -webkit-border-radius:0;
    border-radius:0;
    vertical-align: middle;
    box-shadow: 0px 10px 20px -4px rgb(0,0,0,0.3);
    -webkit-box-shadow: 0px 10px 20px -4px rgb(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 20px -4px rgb(0,0,0,0.3);
    color: #fff;
    letter-spacing:0.8px;
    text-transform: uppercase;
}

table
{
width:100%;
table-layout:fixed;    
border-spacing: 0;
}

table th
{
    word-wrap: break-word;
}

table td
{
    word-wrap: break-word;
}
h1
{
font-size: 10pt;   
}
h2
{
font-size: 12pt;   
}

.detail
{
    width: 95%;
    margin: 0 auto;
    font-weight: 400;
}

#detail
{
    width: 95%;
    margin: 0 auto;
    font-weight: 400;
}

#menu_main
{
    display: flex;
    flex-direction: row;
    padding: 15px 15px 5px 15px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
}

#menu_2
{
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: -4px;
}

#menu_2_in
{
    text-align: center;
    display: flex;
}

#menu_2_in img
{
    width: 180px;
    height: 100%;
}

#head-1
{
    font-size: 2em;
    font-weight: 800;
    font-family: 'Karla', sans-serif;
    color: #686868;
}

#head-2
{
    font-size: 2em;
    font-weight: 800;
    font-family: 'Karla', sans-serif;
    color: rgb(90,200,250);
    /*border-bottom: 5px solid rgb(0,122,255);*/
}

#head-3
{
    font-size: 2em;
    font-weight: 800;
    font-family: 'Karla', sans-serif;
    color: rgb(90,200,250);
    /*border-bottom: 5px solid rgb(0,122,255);*/
}

#head-21
{
    font-size: 2em;
    font-weight: 800;
    font-family: 'Karla', sans-serif;
    color: #fff;
    letter-spacing: -2px;
}

#head-31
{
    font-size: 2em;
    font-weight: 800;
    font-family: 'Karla', sans-serif;
    color: #fff;
    letter-spacing: -2px;
}

#menu_1 img
{
    border: 1px solid #939393;
    padding: 3px;
    border-radius: 3px;
    -webkit-box-shadow:0px 0px 5px #bdbdbd;
    -moz-box-shadow: 0px 0px 5px #bdbdbd;
    box-shadow: 0px 0px 5px #bdbdbd;
}

.detail_tbl
{
    border-collapse: collapse;
    table-layout:fixed;
    width:100%;
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 300;
}

.detail_tbl td
{
    font-size:  8pt;
    text-align: center;
    border: 1px solid #2a2a2a;
    padding: 10px;
    word-wrap: break-word; 
    position: relative;
}

.detail_tbl td a
{
    text-decoration: none;
}

.detail_tbl th
{
    padding: 6px;
    border: 1px solid;
    font-size: 9pt;
    font-style: normal;
    background-image: linear-gradient(#FFFFFF,#E8E8E8);
    word-wrap: break-word;
    font-weight: inherit;
    letter-spacing: 0.2px;
}

.tbl_row_bad
{
    background-color:#fff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border:1px solid rgba(255, 255, 255, 0.3);
    border-radius:16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    padding:20px;
    color: black;
    width: 300px;
    transition:all 0.3s ease;
}

.tbl_row_good
{
    background-color:#fff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border:1px solid rgba(255, 255, 255, 0.3);
    border-radius:16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    padding:20px;
    color: black;
    width: 300px;
    transition:all 0.3s ease;
}

.mfRow
{
    background-color:#fff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border:1px solid rgba(255, 255, 255, 0.3);
    border-radius:16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    padding:20px;
    color: black;
    width: 300px;
    transition:all 0.3s ease;    
    margin:10px;
    max-height: 250px;
    min-height: 250px;
}

.mfRow:hover
{
    box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.tbl_row_normal
{
    border-bottom: 1px solid rgb(99,99,102);
}

.tbl_row_normal input
{
    border: none;
    padding: 0px;
    font-size: 10px;
    word-wrap: break-word;
}

.tbl_row_normal td
{
    padding:2px;
}

.tbl_row_normal_term input
{
    border: none;
    padding: 0px;
    font-size: 10px;
    word-wrap: break-word;    
}

.tbl_row_normal_term td
{
    padding:2px;    
}

.tbl_row_normal_term
{
    color: rgb(255,59,48);
}

.tag_term
{
    font-weight: 400;
    background: rgb(255,45,85);
    color: #fff;
    display: table;
    margin: 0 auto;
    padding: 3px;
    margin-top: 5px;
}

#end_fund
{
    display: none;
    z-index: 100;
    background: #fff;
    padding: 10px;
    width: 90%;
    box-sizing: border-box;
    max-width: 650px;
    max-height: 95vh;
    overflow: scroll;
}

.end_fund_title
{
    color: rgb(0,122,255);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

#end_fund_submit
{
    color: #fff;
    letter-spacing: 0.5px;
    cursor: pointer;
    background: rgb(0,122,255);
    margin-top: 15px;
}

.global_title
{
    font-size: 16px;
    color: #2a2a2a;
    text-overflow: ellipsis;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
    margin: 0;
}

.global_title_h1
{
    margin: 0;
    color: rgb(255,69,58);
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tag_term_span
{
    padding: 3px;
}

.modal
{
    -webkit-appearance: none;
    -webkit-box-shadow: 2px 2px 10px #6a6a6a;
    -moz-box-shadow: 2px 2px 10px #6a6a6a;
    box-shadow: 2px 2px 10px #6a6a6a;
    position: absolute;
    top: 100px;
    background: white;
    padding: 16px;
    z-index: 1; /* Sit on top */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(245,245,245,1); /* Black w/ opacity */
    width: 80%;
    box-sizing: border-box;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    padding:5px;
}

.close:hover,
.close:focus {
    color: #fffff0;
    background-color: rgb(255,59,48);
    text-decoration: none;
    cursor: pointer;
}

#suggest_tbl
{
    font-size: 12px;
    line-height: 2;
    width:100%;
    display: none;
}
.opt0
{
    border-bottom:1px dotted #bdbdbd;
    width:100px;
    padding: 5px;
    cursor: pointer;
    font-size: 12px;    
}

.opt
{
    border-bottom:1px dotted #bdbdbd;
    width:100%;
    padding: 5px;
    cursor: pointer;
    font-size: 12px;
}


.opt0_eq
{
    border-bottom:1px dotted #bdbdbd;
    width:100px;
    padding: 5px;
    cursor: pointer;
    font-size: 12px;    
}

.opt_eq
{
    border-bottom:1px dotted #bdbdbd;
    width:100%;
    padding: 5px;
    cursor: pointer;
    font-size: 12px;
}

.opt1_eq
{
    border-bottom:1px dotted #bdbdbd;
    width:100%;
    padding: 5px;
    cursor: pointer;
    font-size: 12px;
}

.opt a
{
    text-decoration: none;
    color: white;
    background: #2a2a2a;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 2px;
}

.opt2 a
{
    text-decoration: none;
    color: #a9a9a9;
}

.main_tbl
{
    width:100%;
}

/*
.main_tbl input
{
    width:100%;
    line-height:2;
    padding-left:5px;
    font-size: 11pt;
    box-sizing: border-box;
}
*/

.main_tbl p
{
    margin:0;
}

#submit
{
    font-size: 16px;
    background-color: rgb(76,217,100);
    border: none;
    line-height: 2;
    margin-bottom: 5px;
    -webkit-appearance:none; 
    -webkit-border-radius:0;
    border-radius:0;
}

.heading
{
    background-color: #6a6a6a;
    color: white;
    padding: 5px;
    text-align: center;
    line-height: 2;
    letter-spacing: 1px;
}

.fund_name_tbl
{
    margin-top:25px;
}

.selct
{
    margin-bottom:10px;
    width: 100%;
    max-width: 300px;
}

#do_compare
{
    margin-top: 10px;
}

.selct option
{
        border-radius: 0px;
        font-size: 16px;
}

.terminate_btn
{
    height: 14pt;
    border-radius: 0px;
    border: none;
    width: 30pt;
    background-color: rgb(90,200,250);    
}

.switch_btn
{
    height: 14pt;
    border-radius: 0px;
    border: none;
    width: 30pt;
    background-color: rgb(255,149,0);
}

#header_tbl
{
    border-collapse: collapse;
    padding: 5px;
    width: 100%;
}

#menu_item
{
    position: absolute;
    padding: 20px;
    text-align:center;
}

#menu_item img
{
    position: absolute;
    left: 26px;
    top: 26px;
    border: 1px solid #939393;
    padding: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px #bdbdbd;
    -moz-box-shadow: 0px 0px 5px #bdbdbd;
    box-shadow: 0px 0px 5px #bdbdbd;
}

#menu_header
{
    font-weight:200;
    letter-spacing: 0.5px;
    border-bottom: none !important;
    padding: 10px;
    width: 80%;
    font-size: 18px;
}

#title_item
{
    padding: 20px;
    text-align:center;
    width:100%;
    color:#6a6a6a;
}

#left_menu
{
    position: absolute;
    background: #fff;
    -webkit-appearance: none;
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.3); 
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    /*padding: 10px;*/
    width: 100%;
    display: none;
    top:0;
    max-width:310px;
    z-index: 2;
    height: 100vh;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#left_menu_hdr
{
    /*height:100vh;*/
}

#loginid1
{
    color: #494949;
    font-weight: 400;
    letter-spacing: -.022em;
}

#passwd1
{
    color: #494949;
    font-weight: 400;
    letter-spacing: -.022em;    
}

#left_menu_ftr
{
    text-align:center;
    font-size:10px;
    width: 100%;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
}

#left_menu_ftr a{
    position: relative;
    left: -50%;
}

#left_menu ul
{
    line-height:1.5;
    margin:0;
    padding:0;
    width:100%;
    max-width: 100%;
    font-size: 14px;
    margin-top: 30px;
}

.menu_li
{
    display: block;
    border-bottom: 1px dotted #6a6a6a;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.menu_li_main_super
{
    display: block;
    border-bottom: 1px dotted #6a6a6a;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 300;
    background: #FFC1C3;
    color: rgb(99,99,102);
}

.menu_li_main_mf
{
    display: block;
    border-bottom: none;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 300;
    width: 90%;
}

.menu_li_main_eq
{
    display: block;
    border-bottom: none;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 300;
}

.menu_li_sub_mf
{
    display: none;
    width: 100%;
    padding: 10px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 300;
    box-sizing: border-box;
}

.menu_li_sub_eq
{
    display: none;
    width: 100%;
    padding: 10px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 300;
    box-sizing: border-box;
}

#menuMfexpand
{
    width: 10%;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
}

#menuMfcollapse
{
    display: none;
    width: 10%;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
}

#menuEqexpand
{
    width: 10%;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
}

#menuEqcollapse
{
    display: none;
    width: 10%;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
}

.divMfEq
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px dotted #6a6a6a;
}

.divMfEqTxt
{
    width: 80%;
    text-align: left;
    margin-left: 10px;
}

.divMfEqImg
{
    width: 10%;
}

.menu_li:hover {
    background-color: rgb(90,200,250);
    color: #fff; 
}

.menu_li:hover a {
    color: #fff;         
}

.menu_li_sub:hover {
    background-color: rgb(90,200,250);
  
}

.menu_li_sub:hover a {
      color: #fff;   
}

.menu_li_sub_super
{
    display: block;
    border-bottom: 1px dotted #6a6a6a;
    width: 100%;
    padding: 10px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 300;
    box-sizing: border-box;
    background: #FFC1C3;
    color: rgb(99,99,102);
}

.menu_li_sub_super a
{
    text-decoration: none;
    color: #fff;
}

.menu_li_sub a
{
    text-decoration: none;
    color: inherit;
}

.menu_li a
{
    text-decoration: none;
    color: rgb(58,58,60);
    font-weight: 300;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#title_item a
{
    font-size: 2em;
    font-weight: 800;
    font-family: 'Karla', sans-serif;
    color: #686868;
    letter-spacing: -2px;
}

#top_panel
{
    background: rgba(255, 255, 255, 0.15); /* semi-transparent glass */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.sub-header
{
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 12px 20px;
    margin: 10px auto;
    max-width: 1200px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    color: rgb(99,99,102);
    font-family: 'Inter', 'Poppins', sans-serif;
}

.sub-header-top 
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
  font-weight: 500;
}

.date{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 200;
}

.logout a {
  background: rgba(255,255,255,0.2);
  padding: 6px 12px;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.logout a:hover {
  background: rgba(255,255,255,0.3);
}

.holiday-msg {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 12px;
}

.notice-container {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 10px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  margin: 10px auto;
}

.notice-links
{
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;    
}

.notice-icon {
  width: 24px;
  height: 24px;
}

.notice-link {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 6px 12px;
  font-size: 14px;
  color: white;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.3s ease;
  margin-right: 5px;
}

.notice-link:hover 
{
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.25);
}

.notice-link 
{
  color: rgb(99,99,102); /* Your brand color */
  font-weight: 500;
  margin-bottom: 5px;
}

.notice-link:hover 
{
  border-bottom: 3px solid rgb(0,122,255);
}

/*pasting from chatgpt stops here */
.horizMenu01
{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    position: relative;
    z-index: 10;
}

.horizMenu02
{
    display: none;
    flex-direction: column;
    background: rgb(99,99,102);
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 14px;
    min-width: 150px;
}

.horizMenu01:hover .horizMenu02 {
  display: flex; /* or block, or flex with flex-direction: column */
  flex-direction: column; /* if you want vertical links */
}

.horizMenu03
{
    color: #fff;
    padding: 5px;
    text-decoration: none;
}

.horizMenu03:hover
{
    font-size: 15px;
    font-weight: 400;
    transition: transform 0.2s ease, background 0.3s ease;
}

#container
{
    margin-top:10px;
}

.updt_nav
{
    text-align:center;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
}

.updt_nav p
{
    text-align:center;
}

#update_nav_submit
{
    border: none;
    height: 30pt;
    width: 70pt;
    background-color: rgb(76,217,100);
    margin-top: 15px;
}

#new_fund_ttip
{
    font-size: 11px;
    text-decoration: none;
    float:right;
    letter-spacing: 0.8px;
}

#summary_tbl
{
    margin-bottom: 5px;
    width: 100%;
}

#summary_tbl tr
{
    background-image:linear-gradient(#808080,#505050);
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 0.7px;
}

.mfRowCont01
{
    position: relative;
}

.mfRowDataElement
{
    text-align: right;
    margin:5px 0;
    font-size: 0.95rem;
}

.mfRowDataElementPadding
{
    padding: 3px;
}

.mfRowDataElementRed
{
    background: rgb(255,59,48);
    padding: 3px;
    color: #fff;
    border-radius: 5px;
}

.mfRowDataElementGreen
{
    background: rgb(52,199,89);
    padding: 3px;
    color: #fff;
    border-radius: 5px;
}

.mfRowFundName
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    font-weight: 400;
    margin-bottom: 5px;
    text-decoration:none;
    color: rgb(0,122,255);
    font-size: 1.1rem;
    border-bottom:1px solid rgba(255, 255, 255, 0.3);
    width: 85%;
}

.mfTrends 
{
  position: absolute;
  display: none; /* shown on hover */
  min-width: 200px;
  padding: 15px 20px;
  
  /* 🔍 Glass effect with dark tint */
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  
  /* 🔍 Shadow for elevation */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  
  /* 🔍 Font styling */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  color: #fff; /* white text visible on dark glass */
  
  /* Smooth fade in/out */
  transition: all 0.5s ease-in-out;
}

.mfTRow {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mfTRow:last-child {
  border-bottom: none;
}

.mfTHead {
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 6px;
}

/*
.mfTrends
{
    background: rgba(254, 223, 67, 0.7);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    padding: 16px;
    width: 200px;
    font-family: 'Overpass Mono', monospace;
    font-size: 15px;
    font-weight: 200;
    display: none;
    position: absolute;
    z-index: 5;
}

.mfTHead
{
    font-weight: 600;
}

.mfTRow
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px;
    border-bottom: 1px solid rgb(99,99,102);
}
*/
.mfHdrCont
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

.mfHdrImg
{
    width: 15%;
    margin-left: 5px;
    max-width: 35px;
    cursor: pointer;
}

.mfRowFNCont
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.header_tbl_td1
{
    width: 33%;
}

.header_tbl_td2
{
    width: 33%;
}

.header_tbl_td3
{
    width: 33%;
}

#new_inv
{
    font-size: 0.85em;
    letter-spacing: 0.8px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px; 
    color: #2a2a2a;
    background: #f5f5f5;
    padding: 5px;
    text-overflow: ellipsis;
    text-align: center;
    border-bottom: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
}

#new_fund_entry
{
    margin: 0 auto;
    width: 70%;
    box-sizing: border-box;
}

#new_fund_entry p
{
    text-align:center;
}

.error
{
    color:#FF6666;
    font-size:12px;
    letter-spacing:0.8px;
}

#pseudo_submit
{
    width: 100%;
    height: 49px;
    font-size: 16px;
    background-color: rgb(0,122,255);
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #bdbdbd;
    margin-top: 15px;
    cursor: pointer;
    
}

#left_menu_banner
{
    border-bottom:5px solid rgb(88,86,214);
    background: url("images/bg01.jpg");
}

#left_menu_banner p
{
    font-family: 'Great Vibes', cursive;
    color: #ffff;
    font-size: 4.4em;
    margin: 0 auto;
    text-align: center;
}

.status_bar
{
    position: absolute;
    bottom:0px;
    left:50%;
    width:100%;
    text-align:center;
}

.status_bar p
{
    position:relative;
    left: -50%;
    color: #fffff0;
    font-size: 0.85em;
    background:#2a2a2a;
    letter-spacing:0.2px;
}

#msg
{
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
    color: rgb(58,58,60);
    font-weight: 300;
    background: #fff;
}

.sub_hdr_msg
{
    padding: 5px;
}

#holiday_msg
{
    color: #fff;
    letter-spacing: 1.5px;
    text-align: center;
    border-top: 1px solid rgb(99,99,102);
    border-bottom: 1px solid rgb(99,99,102);
    background: rgb(99,99,102);
}

#wlcm_date
{
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#td_logout
{
    text-align:right;
}

#msg tr
{
    letter-spacing: 0.8px;
    font-size: 0.9em;
}

#logout
{
    color: rgb(58,58,60);
    font-weight: 300;
    text-decoration: none;
}

#welcome h1
{
    font-size: 1em;
    font-weight: 400;
    font-family: 'Karla', sans-serif;
    color: #686868;
    letter-spacing: 0;
}

#welcome2_login
{
    width: 300px;
    background: #f5f5f5;
    top: 73px;
    right: 20px;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    z-index: 10;
    float: right;
    margin-top: 10px;
    position: absolute;
    display: none;
    border: 1px solid rgb(255,149,0);
    box-shadow: 2px 2px 10px #bababa;
    box-sizing: border-box;
}

#welcome2_signup
{
    width: 300px;
    background: #f5f5f5;
    top: 73px;
    right: 20px;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    display: none;
    z-index: 10;
    float: right;
    margin-top: 10px;
    position: absolute;
    border: 1px solid rgb(255,149,0);
    box-shadow: 2px 2px 10px #bababa;
    box-sizing: border-box;
}

.inpRegister
{
    font-weight: 400;
    letter-spacing: -.022em;
}

#opt_table
{
    margin: 0 auto;
    width: auto;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.8px;
    border-collapse: collapse;
}

#opt1
{
    padding:10px;
    border-left: 1px solid rgb(147, 147, 147);
    border-top: 1px solid rgb(147, 147, 147);
    border-bottom: 1px solid rgb(147, 147, 147);
    cursor: pointer;
}

#opt2
{
    padding:10px;
    border-right: 1px solid rgb(147, 147, 147);
    border-top: 1px solid rgb(147, 147, 147);
    border-bottom: 1px solid rgb(147, 147, 147);
    cursor: pointer;
}

#page1_container
{
    text-align:center;
    position: absolute;
    top: 50%;
    left: 10%;
    padding:20px;
    width:75%;
    max-width: 400px;
    transform: translate(-10%, -50%);
    background: #fff;
    opacity: 0.8;
}

#reset_container
{
    text-align: center;
    margin-top: 30px;
}

#reset_msg
{
    color: rgb(255,45,85);
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 300;
}

#reset_container_hdg
{
    font-size: 20px;
    font-weight: 200;
    color: rgb(0,122,255);
    letter-spacing: 1px;
}

.form_table input
{
    max-width: 300px;
}

#cred_submit_btn
{
    margin-top: 10px;
}

#loginForgotTop
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 250px;
}

.loginForgotText
{
    margin-left: 10px;
    width: 100%;
    
}

#forgot
{
    font-size: 12px;
    margin-top: 10px;
}

.loginForgotCont
{
    width: 50%;
    min-width: 300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.loginForgotInp
{
    width: 100%;
    margin: 10px 0px 10px 0px;
    max-width: 250px;
}

.loginForgotSub
{
    width: 100%;
    max-width: 250px;
}

#recip_up_submit
{
    background: rgb(0,122,255);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
}

#login_err_cont
{
    background: #FFB6C1;
    padding: 10px;
    margin-top: 10px;
    display: none;
}

.login_error
{
    font-size:12px;
    font-weight: 100;
    margin-top:5px;
    text-decoration: none;
    display:block;
    letter-spacing: 0.3px;
    width: 100%;
}

#forgot_container
{
    padding-top: 50px;
}

.nav_datepicker
{
    max-width:100px;
    vertical-align: middle;
}

#change_passwd_container
{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#manage_hdr
{
    text-align: center;
    margin: 15px auto;
    width: 60%;
    max-width: 250px;
}

.radio
{
    width:auto;
    vertical-align: middle;
    -webkit-appearance: radio;
}

#manage_body
{
    margin:10px;
}

#search_term
{
    margin:10px 0px 0px 0px;
}

#manage_btn
{
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.action
{
    background: rgb(90,200,250);
    color: #ffff;
    letter-spacing: 0.5px;
    height: 22px;
    width: 72px;
    margin:3px;
    font-size: 8pt;
}

.action:hover, .action:focus
{
    -webkit-appearance: none;
    -webkit-box-shadow:  0 0 5px rgba(81, 203, 238, 1); 
    -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}


.ui-widget-overlay
{
    background-color: black;
    background-image: none;
    opacity: 0.9;
    z-index: 1040;
}

.overlay
{
    display:none;
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    background: rgba(0,0,0,0.2);
    z-index: 1;
}

.overlay-2
{
    display:none;
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    background: rgba(0,0,0,0.5);
    z-index: 3;
}

.overlay-3
{
    display:none;
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    background: rgba(0,0,0,0.5);
    z-index: 3;
}

#overlay-3-text
{
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffff00;
    font-family: 'Merienda', cursive;
    text-align: center;
    padding: 10px;
}

.ui-dialog
{
    z-index:5;
}

.tip
{
    position: absolute;
    right: 19px;
    font-size: 10px;
    letter-spacing: 1px;
    color: #fff;
    background: #e0e0e0;
    padding: 1px;
}

.tip-div
{
    position: absolute;
    right: 0px;
    font-size: 10px;
    letter-spacing: 1px;
    color: #fff;
    background: #e0e0e0;
    padding: 1px;
    font-weight: lighter;
}

.tip-div2
{
    position: absolute;
    right: 0px;
    bottom:0px;
    font-size: 10px;
    letter-spacing: 1px;
    color: rgb(0,122,255);
    background: #fff;
    padding: 1px; 
    font-weight: lighter;
    border: 1px solid rgb(0,122,255);
    
}

#edit_fund_submit
{
    background: rgb(90,200,250);
}

#edit_fund_submit:hover
{
    background-color: rgb(0,122,255);
    color: #fff;
}

.notice
{
    display:none;
    width:auto;
    height:auto;
    position: fixed;
    top:0;
    left:0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    text-align: center;
    width: 30%;
    max-width: 300px;
    min-width: 200px;
    border-radius: 10px;
}

#eq_notice_success
{
    display: none;
    width: 50%;
    background: #f5f5f5;
    text-align: center;
    padding: 10px;
    opacity: 0.8;
    color: #2a2a2a;
    font-weight: 400;
    letter-spacing: 0.6px;
    font-size: 20px;
    border-radius: 10px;
}

#eq_notice_failure
{
    display: none;
    width: 50%;
    background: #f5f5f5;
    text-align: center;
    padding: 10px;
    opacity: 0.8;
    color: #2a2a2a;
    font-weight: 400;
    letter-spacing: 0.6px;
    font-size: 20px;
    border-radius: 10px;
}

.notice p
{
    color:#fff;
    font-size: 0.8em;
    letter-spacing: 0.5px;
    margin:0px 0px 5px 0px;
}

.notice img
{
    padding: 5px;
}

#index_footer
{
    margin-top: 20px;
    font-size: 10px;
    color: #606060;
    letter-spacing: 0.2px;
}

.manage_vert
{
    display: block;
    width: 100%;
    padding: 3px 0px 3px 0px;
    background: rgb(250,255,199);
    border-bottom: 1px double rgb(0,122,255);
}

.manage_vert:nth-child(odd)
{
    background: rgb(215,238,255);
    border-bottom: 1px double rgb(0,122,255);
}

#edit_fund
{
    z-index: 2;
    width: 60%;
    background: white;
    padding: 10px;
    max-width: 500px;
    max-height: 75%;
    overflow: auto;
}

#edit_fund_end_nav
{
    border: 1px solid rgb(255,45,85);
    color: #bebebe;
    padding: 0px 5px 0px 5px;
}

#edit_fund_end_date
{
    border: 1px solid rgb(255,45,85);
    color: #bebebe;
    padding: 0px 5px 0px 5px;
}

.action_switch
{
    background: rgb(76,217,100);
    color: #ffff;
    letter-spacing: 0.5px;
    height: 22px;
    width: 72px;
    margin:3px;
    font-size:8pt;
}

.action_switch:hover, .action_switch:focus
{
    -webkit-appearance: none;
    -webkit-box-shadow:  0 0 5px rgba(76,217,100, 1); 
    -moz-box-shadow: 0 0 5px rgba(76,217,100, 1);
    box-shadow: 0 0 5px rgba(76,217,100, 1);
    border: 1px solid rgba(76,217,100, 1);
}

.action_end
{
    background: rgb(255,45,85);
    color: #ffff;
    letter-spacing: 0.5px;
    height: 22px;
    width: 72px;
    margin:3px;
    font-size: 8pt;
}

.action_end:hover, .action_end:focus
{
    -webkit-appearance: none;
    -webkit-box-shadow:  0 0 5px rgba(255,45,85, 1); 
    -moz-box-shadow: 0 0 5px rgba(255,45,85, 1); 
    box-shadow: 0 0 5px rgba(255,45,85, 1);
    border: 1px solid rgba(255,45,85, 1);
}

.sw_options_tbl
{
    font-size: 10pt;
    color: #8e8e8e;
    letter-spacing: 0.5px;
    -webkit-box-shadow: 0px 0px 10px;
    -moz-box-shadow: 0px 0px 10px;
    box-shadow: 0px 0px 10px;
}

.ui-selectmenu-button.ui-button
{
    width: 65% !important;
    max-width: 11em !important;
}

.fh
{
    width:20%;
}

.fn
{
    width:25%;
}

.oi
{
    width:20%;
}

.updt_list
{
    width: auto;
    text-align: left;
    margin: 5%;
}

.updt_list_header
{
    margin: 5px 0px 5px 0px;
}

.updt_list_inner
{
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
}

fieldset
{
    border: 3px double #d3d3d3;
    padding: 10px;
}

legend
{
    color: #a0a0a0;
    font-size: 9pt;
    letter-spacing: 0.3px;
}

.updt_list_span
{
    padding: 5px;
    font-size: 8pt;
    border: 1px dotted #6e6e6e;
    margin: 0px 5px 5px 0px;
    display: inline-block;
}

#cover
{
    background-image: url("../images/mainsplash.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    width: 100%;
    position: absolute;
    opacity: 0.7;
}

#page1_overlay
{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    
}

ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 75%;
    max-width: 200px;
    background-color: #fff;
}

.sel
{
    width: 90%;
    max-width: 200px;
}

.last_td
{
    position: relative;
}

.master_drop_down
{
    display:list-item; width: 90%; margin:0 auto; list-style: none; z-index: 0;
}

.mother
{
    display:list-item; border:1px solid #bdbdbd; padding:5px; text-align: left; background: rgb(90,200,250); color: #fff;
}

.first
{
    width:85%; display:inline-block;
}

.arrow
{
    float:right; position:relative;
}

.mf_row_btn
{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 20px;    
}

.opt1
{
    cursor: pointer; font-weight: 400; margin: 2px; 
    background: rgb(99,99,102);
    color: #fff;
    width: auto;
    font-size: 12px;
    padding: 0px 3px 0px 3px;
    border-radius: 3px;
    box-shadow: 3px 3px 3px rgb(209,209,214);
    min-width: 100px;
    text-align: center;
}

.amc_vault
{
    font-size: 8pt;
    letter-spacing: 0.5px;
    padding: 5px;
    border: 1px dotted #2a2a2a;
    margin: 3px;
    display: inline-block;
}

.amc_vault_a
{
    text-decoration: none;
}

#vault
{
    z-index: 2;
    background: #f5f5f5;
    width: 90%;
    max-width: 400px;
    font-size: 10pt;
    display: none;
}

#vault_close
{
    position: absolute;
    right: 0;
    top:0;
    cursor: pointer;
}

#vault_close_btn
{
    width: 100%;
}

#ftr-passwd-close
{
    position: absolute;
    right: 0;
    top:0;
    cursor: pointer;
}

#vault input
{
    font-size: 10pt;
}

#vault fieldset
{
    margin: 30px 15px 15px 15px;
    text-align: center;
}

#vault_static_msg
{
    margin: 0;
    color: red;
    letter-spacing: 0.3px;
}

#vault_active_msg
{
    margin: 0;
    color: red;
    letter-spacing: 0.3px;
}

#vault_active
{
    font-size: 10pt;
}

#vault_static
{
    font-size: 10pt;
}

#vault_static_table
{
    text-align: left;
}

#vault_active_table
{
    text-align: left;
}

.vault_button
{
    -webkit-appearance:none; 
    -webkit-border-radius:0;
    border-radius:0;
    margin-top: 15px;
    background: rgb(76,217,100);
    color: #fff;
}

#today_perf
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#today_perf_child
{
    display: inline-block;
}

#today_perf_summary
{
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    height: 30px;
}

.select_snapshot
{
    width: 90%;
    margin: 0 auto;
}

#sel_drop_container
{
    padding: 20px;
    font-size: 14px;
    border-top: 1px solid #bababa;
    text-align: center;
}

#sel_drop
{
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

#compareFundCont
{
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

#compare_btn
{
    text-align: center;
}

#sel_tag
{
    display: inline-block;
}

#today_perf_detail
{
    display:block;
    font-size: 14px;
    color: #bababa;
    font-weight: lighter;
    letter-spacing: 0.5px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: 5px 0px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.today_perf_detail_opt_tag
{
    width: 75%;
    display: inline-block;
    height: 30px;
}

.today_perf_detail_opt_arr
{
    vertical-align: middle;
    margin-bottom: 2px;
    display: inline-block;
}

.today_perf_detail_opt
{
    padding-top:5px;
    cursor: pointer;
}

.today_perf_detail_opt a
{
    text-decoration: none;
}

#fund_skipped_footnote
{
    display: block;
    font-size: 10px;
    color: rgb(255,59,48);
    text-align: center;
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.loader
{
    display: none;
    position: absolute;
    right: 0;
    height: 40px;
    top: 0;
}

.msg
{
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: left;
    padding: 5px;
    color: #fff;
    font-weight: 300;
    color: rgb(99,99,102);
    text-align: center;
    box-sizing: border-box;
}

.eq_msg
{
    font-size: 14px;
    letter-spacing: 0.25px;
    text-align: center;
    padding: 5px;
    color: #fff;
    font-weight: 300;
}

#new_fund_table
{
    width: 90%;
    margin: 20px auto;
    color: #a9a9a9;
}

#new_fund_table p
{
    letter-spacing: 0.3px;
    margin:0;
    font-weight: bolder;
    color: rgb(0,122,255);
    font-weight: 400;
    font-family: Open Sans;
    font-size: 16px;
}

.newFundDetails
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.new_fund_container
{
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px;
}

.newFundDataClass
{
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
}

#master_update_div
{
    background: black;
    color: #33ff00;
    padding: 20px;
    width: 75%;
    margin: 30px auto;
}

#td_master
{
    background: rgb(255,45,85);
    text-align: center;
}

#td_master_a
{
    text-decoration: none;
    color: rgb(255,45,85);
}

.new_fund_radio
{
    width:50%;
    height: 20px;
    -webkit-appearance: radio;
}

.gen_notice
{
    color: rgb(255,59,48);
    font-size: 10px;
    font-weight: normal;
}

.td_radio
{
    font-size: 10pt;
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  from {
    width: 0;
  }
  to {
    width: 30px;
  }

}

/* Standard syntax */
@keyframes mymove {
  from {
    width: 0;
  }
  to {
    width: 30px;
  }
}

#snap_green
{
    width: 30px;
    display: none;
    -webkit-animation: snap_green 2s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 2s infinite;
    overflow: hidden;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

#snap_today_loader
{
    display:none;
    vertical-align: middle;
}

#sw_suggest_tbl
{
    overflow: scroll;
}

#sw_out_nav_loader
{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

#sw_in_nav_loader
{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

#sw_in_nav
{
    position:relative;
}

#sw_nav
{
    position:relative;
}

#sw_fund
{
    display: hidden;
    z-index: 2;
    background:
    #fff;
    padding: 10px;
    max-width: 400px;
}

.sw_fund_radio
{
    width: 20% !important;
    vertical-align: middle;
    -webkit-appearance: radio;
}

.frmbk_qty
{
    margin:0;
    
}

.frmbk_nav
{
    margin:0;
    
}

.frmbk_date
{
    margin:0;
    
}

.frmbk_gen
{
    margin:0;
}

#today_perf_tbl
{
    font-size: 14px;
    border-collapse: collapse;
}

#td_1_tpt
{
    width:10%;
    height: 30px;
}

.td_2_tpt
{
    width: 50%;
    height: 30px;
}

#td_3_tpt
{
    width: 30%;
}

#new_user
{
    display: none;
    text-align: center;
    width: 60%;
    box-sizing: border-box;
    z-index: 2;
}

#new_user_redirect
{
    margin: 10px;
    width: 30%;
    display: inline-block;
}

#new_user_continue
{
    margin: 10px;
    width: 30%;
    display: inline-block;
    background: rgb(90,200,250);
    color: #fff;
}

.updt_nofund_span
{
    font-weight: lighter;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #2a2a2a;
}

.today_snap_opt_tag
{
    font-weight: lighter;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #2a2a2a;
    display: inline-block;
}

.snapshot_btn
{ 
    background: rgb(88,86,214);
    color: #fff;
}

#manage_nav
{
    text-align: left;
    width: 60%;
    font-weight: lighter;
    font-size: 14px;
    padding: 30px;
    display: none;
    background: #fff;
    box-sizing: border-box;
    z-index: 2;
    min-width: 350px;
    max-height: 70%;
}

#manage_nav_inner
{
    overflow: scroll;
    height: 100%;
}

#manage_snapshot
{
    font-size: 10px;
    color: #939393;
    letter-spacing: 0.5px;
    font-weight: lighter;
    cursor: pointer;
}

#manage_nav tr
{
    height: 40px;
}

.mng_snp_trash img
{
    vertical-align: middle;
    cursor: pointer;
}

.mng_snp_trash
{
    text-align: right;
}

#manage_nav_close
{
    position: absolute;
    top: 5px;
    right: 5px;
    color: rgb(255,59,48);
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
}

#jlt
{
    display: inline-block;
}

#status
{
    text-align: center;
    display: none;
}

#status span
{
    vertical-align: middle;
}

#status img
{
    vertical-align: middle;
}

#master_container
{
    width: 75%;
    margin: 30px auto;
    text-align: center;
}

#master_update_div
{
    display: none;
}

#master_access_denied
{
    text-align: center;
    margin: 30px;
}

#master_access_denied h1
{
    color: red;
}

#master_access_denied p
{
    font-weight: lighter;
    letter-spacing: 0.3px;
    font-size: 14px;
}

.loader_index
{
    display: none;
    z-index: 2;
}

#splash
{
    display:none;
    position:fixed;
    top:0;
    left:0;
    background: rgb(255,45,85);
    color: #fff;
    font-family: 'Playfair Display', serif;
    height: 100%;
    width: 100%;
    z-index: 2;
    text-align: center;
}

#splash_main
{
    font-style: italic;
    font-size: 32px;
    width: 70%;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
}

#splash_footer
{
    position: absolute;
    bottom: 3px;
    font-size: 12px;
    letter-spacing: 0.7px;
}

#edit_fund_st
{
    display:none;
    z-index: 2;
    background: #fff;
    z-index: 2;
    background: #fff;
    width: 80%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: lighter;
    max-width: 450px;
}

#edit_fund_st button
{
    width: 60%;
    margin-top: 20px;
}

.edit_fund_st_td
{
    text-align:center;
}

.edit_fund_st_td_norm
{
    color: rgb(0,122,255);
}

#edit_fund_st p
{
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.edit_fund_st_blank
{
    border-top: 1px solid #dcdcdc;
}

 .popup_close
{
    position: absolute;
    top:5px;
    right:5px;
    color: rgb(255,59,48);
    font-size: 12px;
    font-weight: lighter;
    cursor: pointer;
}

#sw_fund_st button
{
    width: 60%;
    margin-top: 20px;
}

.sw_fund_st_td_norm
{
    color: rgb(0,122,255);
}

#sw_fund_st
{
    display:none;
    z-index: 2;
    background: #fff;
    z-index: 2;
    background: #fff;
    width: 80%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: lighter;
    max-width: 400px;
}

.sw_fund_st_td
{
    text-align:center;
}

.sw_fund_st_main_head
{
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

.sw_fund_st_sub_head
{
    font-size:15px;
    font-weight: 200;
    margin: 10px 0px 0px 0px;
    color: #7d7d7d;
    letter-spacing: 0.5px;
}

#splash_main_footer
{
    float: right;
    font-size: 20px;
    margin-top: 20px;
    color: #f5f5f5;
}

#footer_container
{
    /* position: absolute; */
    width: 100%;
    bottom: 0;
    clear: both;
    opacity: 0.8;
    font-weight: 600;
    
}

#ftr_bnd1
{
    height:5px;
    background: linear-gradient(to right, rgb(94,92,230), rgb(90,200,250));
}

#ftr_bnd2
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #bdbdbd;
    height: auto;
}

#ftr_bnd2_col2
{
    color: #fff;
    padding: 40px;
    text-align: right;
    font-weight: lighter;
    letter-spacing: 1px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#ftr_bnd2_col1
{
    color: #fff;
    padding: 40px;
    text-align: left;
    font-weight: 400;
    letter-spacing: 1px;
}

#ftr_bnd2_col1_main
{
    font-weight: 600;
    letter-spacing: -0.3px;
}

.ftr_bnd2_col1_ftr
{
    font-size: 12px;
    font-weight: lighter;
    margin-top: 10px;
}

#ftr-passwd-msg
{
    color: red;
    font-size: 11px;
    letter-spacing: 0.3px;
    display: none;
}




#aboutus_container
{
    background-image: linear-gradient(#fefec8, #fcfc4b);
    text-align: center;
    margin: 0 auto;
}

#aboutus_container_text
{
    font-size: 20px;
    font-weight: lighter;
    padding: 50px;
    letter-spacing: 0.5px;
    box-sizing: border-box;
}

#ftr_bnd2_col2 a
{
    text-decoration: none;
    color: #fff;
}

#fund_skipped_footnote
{
    display: none;
    background: rgb(76,217,100);
    color: #fff;
    padding:3px;
    letter-spacing: 0.5px;
    opacity: 0.8;
    font-weight: 400;
    border-width: 0px 1px 1px;
    border-style: solid;
    border-color: #bababa;
}

#ftr-passwd-conf
{
    background: #fff;
    z-index:2;
    padding: 30px;
    display: none;
    width: 70%;
    min-width: 350px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    max-width: 400px;
}

#ftr-passwd-conf-1
{
    margin: 10px 0px 10px 0px;
}

#ftr-passwd-conf-2
{
    margin: 10px 0px 0px 0px;
}

#ftr-passwd-conf-btn
{
    width: 150px;
}

#ftr-passwd-conf-3
{
    margin: 10px 0px 0px 0px;
}

#by_fund_chkbox_inp
{
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    height: 20px;
    -webkit-appearance: checkbox;
}

#by_fund_chkbox_p
{
    margin:0;
    vertical-align: middle;
    display: inline-block;
}

#by_fund_inp
{
    max-width: 300px;
    box-sizing: border-box;
    height: 40px;
}

#by_fund_span
{
    width: 100%;
}

#dwnld_link
{
    padding: 5px;
    border: none;
    box-shadow: 0px 10px 20px -4px rgb(0,0,0,0.3);
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #fff;
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 10px 20px -4px rgb(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 20px -4px rgb(0,0,0,0.3);
    background: rgb(0,122,255);
    font-weight: 600;
}

#div_dwnld
{
    text-align: center;
    margin: 10px;
    display: block;
}

#ftr-passwd-header
{
    font-size: 14px;
    color: #3d3d3d;
    font-weight: lighter;
    letter-spacing: 0.3px;
}

.ui-widget-content a {
    color: #333333;
    font-size: 12px;
    letter-spacing: 0.2px;
    color: #696969;
}

#advisor
{
    color: #bababa;
}

#td_wlcm
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#ftr-logo-2
{
    color: #686868;
}

#ftr-logo-3
{
    color: #686868;
}

#main_advice_ftr
{
    font-size: 10px;
    border-top: 1px solid #bababa;
    color: #bababa;
}

#main_advice_body
{
    margin-bottom: 50px;
}

#main_advice_hdr
{
    font-size: 22px;
    color: rgb(0,122,255);
    font-weight: 600;
    margin-bottom: 15px;
}

#main_advice
{
    padding: 20px;
}

#main_advice_tbl_2
{
    background: rgb(90,200,250);
    color: #fff;
    padding: 5px;
}

#main_advice_tbl_1
{
    width: 10%;
    background: rgb(255,149,0);
    text-align: center;
}

#main_advice_tbl
{
    font-size: 14px;
}

#create_snapshot_today
{
    display:none;
    margin: 10px;
    background: rgb(88,86,214);
}

#menu_footer img
{
    margin-right: 5px;
}

#splash_main_1
{
    font-weight: 800;
}

#splash_main_2
{
    font-weight: 800;
    color: #bababa;
}

.loader-reports
{
    display:none;
    width: 30px;
    vertical-align: middle;
}

#refresh_today
{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

#report-msg
{
    text-align: center;
    font-size: 11px;
    color: #989898;
    padding: 5px;
    letter-spacing: 0.3px;
    margin-top: 35px;
}

#manage_btn1
{
    display: none;
}

#manage_fund_url_hdr_container
{
    letter-spacing: 0.5px;
    font-weight: 300;
}

#manage_fund_url_hdr
{
    margin:0px 0px 20px 0px;
}

#manage_fund_url_fn
{
    font-size: 12px;
    color: #2a2a2a;
    background: rgb(255,204,0);
    padding: 5px;
    text-overflow: ellipsis;
    text-align: center;
    border-bottom: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.get_nav
{
    height:30px;
    display: table-cell;
    vertical-align: middle;
    background: rgb(0,122,255);
    color: #fff;
    padding: 0px 10px 0px 10px;
}

.loader-nav
{
    display: none;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.loader-nav-span
{
    display: table-cell;
    vertical-align: middle;
}

.relative_container_div
{
    position: relative;
}

.radio_pf_cl
{
    -webkit-appearance: radio;
    width: auto;
    height: auto;
    margin-right: 10px;
}

.pf_name_text
{
    vertical-align: middle;
    font-size: 12px;
    margin-right: 10px;
}

#new_pf_entry
{
    display: none;
    margin-top: 10px;
}

#td_new_pf
{
    border: 1px solid #bababa;
    padding: 10px;
    box-sizing: border-box;
}

#td_new_pf p
{
    font-size: 16px;
    color: rgb(0,122,255);
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: open sans;
    margin-bottom: 15px;
}

 .frmbk_pf_name_2
{
    text-align: center;
    width: 90%;
    background: #fff;
    color: rgb(0,122,255);
    text-transform: uppercase;
    border: 1px solid rgb(0,122,255);
    margin: 0 auto;
    box-sizing: border-box;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px;
    letter-spacing: 0.7px;
}

 .frmbk_pf_name_3
{
    text-align: center;
    width: 90%;
    background: rgb(0,122,255);
    color: #fff;
    text-transform: uppercase;
    border: 1px solid rgb(0,122,255);
    margin: 0 auto;
    box-sizing: border-box;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px;
    letter-spacing: 0.7px;
}

.pf_name_cont
{
    display: inline-block;
    border: 1px solid rgb(255,45,85);
    margin: 3px;
}

#edit_fund_nav
{
    margin-top: 5px;
}

#td_edit_pf
{
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    padding: 5px 0px 10px 0px;
    letter-spacing: 1px;
}

.frmbk_fund_house
{
    position: relative;
}

.reports_tile_even
{
    padding: 5px;
    background: #f5f5f5;
    font-size: 12px;
    letter-spacing: 0.5px;
    width: 200px;
}

.reports_custom_cat_tile
{
    background: #fff;    
}

.reports_tile_odd_s
{
    padding: 5px;
    background: rgb(191,90,242);
    font-size: 12px;
    letter-spacing: 0.5px;
    width: 200px;
}

.reports_tile_odd
{
    padding: 5px;
    background: rgb(90,200,250);
    font-size: 12px;
    letter-spacing: 0.5px;
    width: 200px;  
}

.tile_table
{
    color: rgb(36,36,48);    
}

.tile_table_val
{
    text-align: right;
    float: right;
}

.tile_table_val_gain_pos
{
    width: fit-content;
    background: rgb(40,205,65);
    padding: 0px 3px 0px 3px;
    color: #fff;
    border-radius: 5px;
}

.tile_table_val_gain_neg
{
    width: fit-content;
    background: rgb(255,105,97);
    padding: 0px 3px 0px 3px;
    color: #fff;
    border-radius: 5px;
}


.dayGain
{
    cursor: pointer;
    text-decoration: underline;
}

#reports_pf
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.reports_tile_div
{
    text-overflow: ellipsis;
    overflow: hidden;
}

.reports_tile_div_title
{
    text-align: center;
    color: rgb(99,99,102);
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    background: #fff;
    border-top: 1px dotted rgb(99,99,102);
}

.reports_tile_div_title a
{
    text-decoration: none;
    color: #282828;
}

.tile_container
{
    margin: 15px;
    -webkit-box-shadow: 0 5px 5px #989898;
    -moz-box-shadow: 0 5px 5px #989898;
    box-shadow: 3px 3px 3px rgb(209,209,214);
    border: 1px solid #bababa;
    border-radius: 5px;
}

.tile_hyperlink_even
{
    text-decoration: none;
    color: rgb(58,58,60);
    font-weight: 300;
}

.tile_hyperlink_odd
{
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}

.tile_table td
{
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: normal;
}

#reports_pf_heading
{
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

#reports_pf_heading1
{
    font-weight: 400;
}

.reports_warning
{
    position: absolute;
    bottom: 1px;
    right: 1px;
    cursor: pointer;
}

.reports_warning_tooltip
{
    visibility: hidden;
    position: absolute;
    z-index: 1;
    background: rgb(255,45,85);
    padding: 3px;
    border-radius: 3px;
    color: #fff;
    right: -150px;
    width: 150px;
}

.reports_warning_container:hover .reports_warning_tooltip
{
    visibility: visible;
}

#contactus_form
{
    max-width: 400px;
    margin: 0 auto;
    font-weight: 200;
    padding:30px;
}

#contactus_heading
{
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
}

#contactus_heading1
{
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 15px;
}

#contactus_heading2
{
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 15px;
}

#account_header
{
    display: flex;
    flex-direction: row;
}

#account_header1
{
    width: 30%;
}

#account_header2
{
    width: 70%;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    font-weight: lighter;
    letter-spacing: 0;
}

#latest_date_span
{
    background: #2e2e2e;
    color: #fff;
    font-weight: 300;
    padding: 0px 3px 0px 3px;
}

#bread_crumbs
{
    margin: 10px;
    display: flex;
    flex-direction: column;
}

#bread_crumbs_row
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
}

.bc
{
    font-size: 12px;
    background: #fff;
    color: rgb(0,122,255);
    padding: 5px;
    font-weight: lighter;
    border: 1px solid rgb(0,122,255);
    border-radius: 3px;
    margin: 3px;
    width: auto;
    letter-spacing: 0.5px;
    box-shadow: 1px 1px 3px #bababa;
}

.bc a
{
    text-decoration: none;
    color: rgb(0,122,255);
}

#hdr_close
{
    text-align: right;
    width: 10%;
    margin-left: auto;
    font-size: 12px;
    cursor: pointer;
    padding: 10px;
    color: rgb(255,55,95);
    position: absolute;
    top: 0;
    right: 10px;
}

#left_menu_header_container
{
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #D6E9FF;
    color: rgb(28,28,30);
    margin-top: 30px;
}

#trig_vault
{
    font-size: 11px;
    color: rgb(112,215,255);
    cursor: pointer;
}

#no_dat
{
    text-align: center;
}

#no_dat a
{
    background: rgb(255,59,48);
    padding: 5px;
    margin: 5px;
    color: white;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
}

#summary_hdr
{
    width: 95%;
    margin: 0 auto;
}

#summary_hdr table
{
    padding: 8px;
    color: rgb(94,92,230);
    line-height: 2;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    width: auto;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    border-collapse: collapse;
    background: #f5f5f5;
    box-shadow: 2px 2px 15px #bdbdbd;
}

#summary_hdr td
{
    padding: 2px 10px 2px 10px;
    border-bottom: 1px solid rgb(209,209,214);
}

#expensive_search
{
    display: none;
}

#tran_master_div
{
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
}


#tran_table
{
    width: 90%;
    margin: 0 auto;
    max-width: 600px;
    border-collapse: collapse;
    border: 1px solid rgb(142,142,147);
}

#tran_table th
{
    text-align: center;
    width: 25%;
    border: 1px solid rgb(142,142,147);
    padding: 5px;
    background: rgb(191,40,242);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

#tran_table tr:nth-child(odd)
{
    background-color: rgb(229,229,234);
}

.tran_table_td1
{
    text-align: center;
    width: 25%;
    border: 1px solid rgb(142,142,147);
    padding: 5px;
    color: rgb(72,72,74);
}

.tran_table_td2
{
    text-align: center;
    width: 25%;
    border: 1px solid rgb(142,142,147);
    padding: 5px;
    color: rgb(72,72,74);
}

.tran_table_td3
{
    text-align: left;
    width: 50%;
    border: 1px solid rgb(142,142,147);
    padding: 5px;
    color: rgb(72,72,74);
}

.priv_ul
{
    margin: 0;
    width: 100%;
}

.priv_li
{
    display: block;
    white-space: nowrap;
    list-style-type: square;
}

#index_footer_copyright
{
    margin-top: -10px;
}

.index_footer_info_links_member
{
    padding: 3px;
}

.index_footer_info_links_member a
{
    text-decoration: none;
    color: #606060;
}

#index_footer_info
{
    padding: 20px;
}

.disclaimer_body
{
    font-size: 14px;
    color: rgb(142,142,147);
}

.disclaimer_header
{
    font-size: 16px;
    color: rgb(99,99,102);
}

#menu_2_tagline
{
    letter-spacing: 0.5px;
    font-size: 15px;
    margin-top: -10px;
    color: rgb(94,92,230);
    font-weight: 300;
    padding: 5px;
}

#menu_3_tagline
{
    letter-spacing: 0.5px;
    font-size: 15px;
    margin-top: 0px;
    color: rgb(94,92,230);
    font-weight: 300;
    padding: 5px;
}

#summary_category
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 10px 30px 30px 30px;   
}

.reports_sub_heading
{
    text-align: center;
    font-size: 26px;
    color: rgb(0,122,255);
    font-weight: 400;
    letter-spacing: -0.006rem;
    margin: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

#contactus_heading1_email
{
    margin-top: 20px;
}

#nav_head2
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.section
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    /* max-width: calc(1128px + (16px * 2)); */
    min-height: 840px;
    padding: 60px 16px;
    position: relative;
}

.hero_headline
{
    font-size: 3.0rem;
    font-weight: 300;
    color: #fff;
    line-height: 70px;
    letter-spacing: 0.5px;
    margin: 0;
    font-family: pacifico, serif;
    color: rgb(94,92,230);
}

.hero_headline_sub
{
    font-size: 16px;
    font-weight: 100;
    color: rgb(99,99,102);
    line-height: 1.2; 
    letter-spacing: 0.5px;
    margin: 20px 0px 20px 0px;
    display: flex;
    flex-direction: row;
}

.hero_headline_sub_bullet
{
    color: rgb(255,214,10);
}

.hero_headline_sub_bullet2
{
    margin-left: 10px;
}

#index_body2
{
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    width: 90%;
}

#nav_head3
{
    position: absolute;
    right:0;
    bottom:0;
    width: 60%;
    max-width: 600px;
    z-index: -1;
}

.nav
{
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    border-radius: 2px;
    padding: 20px;
    align-items: center;
}

#nav_head4
{
    display:none;
}

#nav_head5
{
    display: none;
}

#nav_secondary
{
    background-color: rgba(0,0,0,0);
    border: 0;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0,0,0,0.6);
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: inherit;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    outline-width: 2px;
    padding: 0 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition-duration: 167ms;
    transition-duration: 167ms;
    -webkit-transition-property: background-color,color,-webkit-box-shadow;
    transition-property: background-color,color,-webkit-box-shadow;
    transition-property: background-color,box-shadow,color;
    transition-property: background-color,box-shadow,color,-webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    vertical-align: middle;
    z-index: 0;
    margin-left: auto;
    margin-right: 8px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#nav_tertiary
{
    
}
/*
#nav_tertiary
{
    background-color: rgba(0,0,0,0);
    border: 0;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #0073b1;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: inherit;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    outline-width: 2px;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition-duration: 167ms;
    transition-duration: 167ms;
    -webkit-transition-property: background-color,color,-webkit-box-shadow;
    transition-property: background-color,color,-webkit-box-shadow;
    transition-property: background-color,box-shadow,color;
    transition-property: background-color,box-shadow,color,-webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    vertical-align: middle;
    z-index: 0;
    -webkit-box-shadow: inset 0 0 0 1px #0073b1,inset 0 0 0 2px rgba(0,0,0,0),inset 0 0 0 1px rgba(0,0,0,0);
    box-shadow: inset 0 0 0 1px #0073b1,inset 0 0 0 2px rgba(0,0,0,0),inset 0 0 0 1px rgba(0,0,0,0);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
*/

#new_fund_nav_loader
{
    display: none;
    position: absolute;
    top: 4px;
    right: 0;
}

#new_fund_nav_div
{
    position: relative;
}

.login_form_td
{
    text-align: center;
}

.login_form_td a
{
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;
    display: flex;
}

.nav2
{
    padding: 10px;
    background: transparent;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-content: center;
    box-sizing: border-box;
    border-bottom: 1px solid #bababa;
}

#nav_container
{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: rgb(142,142,147);
    letter-spacing: 0.5px;
}

.loginOptions
{
    background: rgb(255,214,10);
    padding: 5px;
    border-radius: 3px;
    margin: 5px;
    text-align: center;
    font-size: 12px;
}

#nav_1
{
    /*
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0,0,0,0.6);
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    outline-width: 2px; 
    -webkit-transition-duration: 167ms;
    transition-duration: 167ms;
    -webkit-transition-property: background-color,color,-webkit-box-shadow;
    transition-property: background-color,color,-webkit-box-shadow;
    transition-property: background-color,box-shadow,color;
    transition-property: background-color,box-shadow,color,-webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    width: 90px;
    text-align: center;
    */
}

#nav_1:hover
{
    background: rgb(0,122,255);
    color: #fff
}

#nav_2
{
    /*
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0,0,0,0.6);
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    outline-width: 2px; 
    -webkit-transition-duration: 167ms;
    transition-duration: 167ms;
    -webkit-transition-property: background-color,color,-webkit-box-shadow;
    transition-property: background-color,color,-webkit-box-shadow;
    transition-property: background-color,box-shadow,color;
    transition-property: background-color,box-shadow,color,-webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    width: 90px;
    text-align: center;
    */
}

#nav_2:hover
{
    background: rgb(0,122,255);
    color: #fff
}


#nav2_inner_div
{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#nav_2_sub
{
    background: none;
    color: rgb(0,122,255);
    box-shadow: none;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;      
}

#lower_container
{
    width: 100%;
    height: 100%;
    background: rgb(242,242,247);
    min-height: 80vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#lower_container_1
{
    width: 80%;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    margin-top: 10%;
    max-width: 700px;
}

#lower_container_2
{/*
    position: relative;
    padding-left: 20px;
    margin-top: 60px;
 
    text-align: center;*/
    margin: 0 auto;
    width: 90%;
    margin-top: 5%;
    max-width: 700px;
    margin-bottom: 10%;
}

#lower_container_separator
{
    border-top: 1px solid rgb(255,149,0);
    margin: 0 auto;
    margin-top: 5%;
    width: 90%;
    max-width: 700px;
}

#nav_head3_img
{
    position: absolute;
    bottom:0;
    right:0;
    width: 450px;
    z-index: -1;
}

.login_front
{
    border: 1px solid rgb(255,228,196);
}

.logo_header
{
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    justify-content: center;
}

#logo_main
{
    min-width: 100px;
    overflow: hidden;
    max-width: 300px;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid rgb(255,149,0);
    position: absolute;
    top: -20px;
    right: 60px;
}

.triangle-up2 {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid rgb(255,149,0);
    position: absolute;
    top: -20px;
    right: 160px;
}

.bucket_mgr_main_delete {
    cursor: pointer;
}


#bucket_mgr_main
{
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    border-collapse: collapse;
}

.bucket_mgr_main_1_1
{
    width: 40%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid rgb(142,142,147);
    table-layout: fixed;
    border-collapse: collapse;
}

.bucket_mgr_main_1_2
{
    width: 20%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid rgb(142,142,147);
    table-layout: fixed;
    border-collapse: collapse;
}

.bucket_mgr_main_1_3
{
    width: 40%;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid rgb(142,142,147);
    table-layout: fixed;
    border-collapse: collapse;
}

.bucket_mgr_main_1_3_D
{
    width: 40%;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid rgb(142,142,147);
    table-layout: fixed;
    border-collapse: collapse;
    color: rgb(255,55,95);
    font-weight: 400;
    cursor: pointer;
}

.bucket_mgr_main_1_1_header
{
    width: 40%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px;
    text-align: left;
}

.bucket_mgr_main_1_2_header
{
    width: 20%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px;
    text-align: left;
}

.bucket_mgr_main_1_3_header
{
    width: 40%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px;
    text-align: left;
}

#lower_container_main
{
    position: relative;
}

#lower_container_main_img
{
    width: 100%;
    height: auto;
    top: 0;
    position: absolute;
    box-sizing: border-box;
    opacity: 0.1;
    z-index: -2;
}

#lower_container_cover
{
    /*
    background-image: url("../images/BSE Sketch.svg");
    background-repeat: no-repeat;
    background-size: cover;
    */
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.15;
    width: 100%;
    border-top: 1px solid #2a2a2a;
}

#register_email
{
    position: relative;
}

#loader_email
{
    position: absolute;
    right: 0;
    display: none;
}

#register_email_msg
{
    font-size: 12px;
}

#login_resend_otp
{
    margin-right: 5px;
}

#loader_otp
{
    display: none;
    margin: 0 auto;
}

#login_resend_otp_msg
{
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 200;
    color: rgb(52,199,89);
    margin-top: 5px;
}

#otp_entry
{
    background: rgb(242,242,247);
    border-radius: 10px;
    z-index: 15;
    display: none;
    padding: 40px;
    visibility: visible;
    -webkit-animation: ease-in 1s;
    animation: ease-in 1s;
    box-sizing:border-box;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 350px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#otp_entry_text
{
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

#otp_entry_close
{
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 12px;
    cursor: pointer;
    color: rgb(255,49,48);
    padding: 5px;
    font-weight: 100;
}

#otp_entry_btn
{
    margin-top: 10px;
}

#otp_text1
{
    letter-spacing: 5px;
    font-size: 16px;
    text-align: center;
    -webkit-appearance: none;
}

#otp_entry_err
{
    display:none;
    color: rgb(255,59,48);
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

#login_enter_otp
{
    margin-left: 5px;
}

#login_otp_options
{
    display: none;
    flex-direction: row;
    font-size: 12px;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 200;
    color: rgb(44,44,46);
    margin-top: 5px;
    justify-content: center;
}

#footer_filler
{
   /* height: 40px; */
}

#end_end_nav_container
{
    position: relative;
}

#end_end_loader
{
    position: absolute;
    top:0;
    right:0;
    display: none;
    z-index: 10;
}

#end_end_amt_td
{
    display:none;
    color: green;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#notice_delete
{
    display: none;
    max-width: 300px;
    width: 50%;
    z-index: 2;
    background:#fff;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin: 20px;
}

#notice_delete_text
{
    color: rgb(255,45,85);
    font-weight: 200;
    letter-spacing: 1px;
}

#delete_conf
{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#delete_conf_ok
{
    background: rgb(255,45,85);
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    width: 60px;
    margin: 0px 10px 0px 10px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

#delete_conf_cancel
{
    background: rgb(52,199,89);
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    width: 60px;
    margin: 0px 10px 0px 10px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

#reports_alert
{
    background: red;
    width: auto;
    padding: 5px;
    background: rgb(255,55,95);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

#reports_alert_text
{
    display: none;
    width: 70%;
    background: #fff;
    color: rgb(255,55,95);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    z-index: 2;
    max-width: 400px;
    line-height: 1.5;
    padding: 10px;
    max-height: 400px;
    overflow: scroll;
}

#reports_alert_text_main
{
    padding: 10px;
    letter-spacing: 0.5px;
    text-align: left;
}

#reports_alert_text_close
{
    cursor: pointer;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    right: 5px;
}

#reports_alert_text_header
{
    text-align: left;
    font-size: 20px;
    color: rgb(0,122,255);
    font-weight: lighter;
    letter-spacing: 0.5px;
    padding-left: 20px;
}

.r_a_t_td_even
{
    background: rgb(142,142,147);
    color: #fff;
    padding: 14px;
    font-size: small;
    font-weight: normal;
}

.r_a_t_td_odd
{
    background: rgb(255,214,10);
    color: #2a2a2a;
    padding: 14px;
    font-size: small;
    font-weight: normal;
}

.r_a_t_m_fund_name
{
    font-weight: 800;
    padding: 3px;
}

.r_a_t_m_pct
{
    font-weight: 800;
    padding: 3px;
}

.front-page-blocks
{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 90%;
    min-width: 250px;
    margin:20px;
    padding:20px;
    border-radius:16px;
    background:rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border:1px solid rgba(255, 255, 255, 0.3);
    color: #1a1a1a;
    box-sizing: border-box;
}

.front-page-blocks1
{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 90%;
    min-width: 250px;
    margin:20px;
    padding:15px;
    border-radius:16px;
    background:rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
    border:1px solid rgba(255, 255, 255, 0.3);
    color: #1a1a1a;
    box-sizing: border-box;
}

#dashboard_hdr
{
}

#dashboard_bread_crumbs_1
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

#dashboard_welcome
{
    margin-bottom: 60px;
}

#dashboard_bread_crumbs_2
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-top: 1px solid rgb(99,99,102);
    margin-top: 10px;
    padding-top: 10px;
    flex-wrap: wrap;
}

.dashboard_bc_2_tile
{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-top: 20px;
    -webkit-box-shadow: 0 5px 5px #989898;
    -moz-box-shadow: 0 5px 5px #989898;
    box-shadow: 0 5px 5px #989898;
    border: 1px solid #bababa;
    font-size: 12px;
    max-width: 33%;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    min-width: 275px;
}

.dashboard_bc_2_tile_1
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    padding: 5px 10px 0px 10px;  
    background: #F2EEC2;
    /*background: rgb(242,242,247);*/
    color: #2a2a2a;
    font-weight: 400;
}

.dashboard_bc_2_tile_1 a
{
    width: 50%;
    max-width: 50%;
    display: flex;
    flex-direction: row;
}

.dashboard_bc_2_tile_2
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left; 
    padding: 5px 10px 10px 10px; 
    background: rgb(255,149,0);
    color: #2a2a2a;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 400;
}

.dashboard_hdr_right_hdr_1
{
    text-align: left;
}

#dashboard_hdr_left
{
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-right: 10px;
    text-align: left;
    justify-content: center;
    align-items: center;
}

#dashboard_hdr_left_1
{
    font-size: 24px;
    font-weight: 400;
    color:rgb(0,122,255);
    letter-spacing: 0.5px;
}

#dashboard_hdr_left_2
{
    font-size: 14px;
    font-weight: 100;
    color:rgb(28,28,30);
    letter-spacing: 0.5px;   
}

#dashboard_hdr_right
{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    padding: 20px;
    color: black;
    width: 300px;
    transition: all 0.3s ease;
    margin: 10px;
    height: 100%;
    max-width: 300px;
    font-weight: 400;
}

.dashboard_hdr_right_hdr
{
    font-weight: 400;
    text-align: left;
    margin-right: 10px;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #2a2a2a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 55%;
    width: 55%;
}

.dashboard_hdr_right_cont
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 16px;
    color: rgb(36,36,48);
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.green_bg_hilight
{
    background: rgb(54,54,56);
    color: rgb(242,242,247);
    padding: 10px;
}

.dashboard_hdr_right_data
{
    text-align: right;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 45%;
    width: 45%;
}

#dashboard_hdr_right_data_dg_red
{
    color: #fff;
    font-weight: 300;
    background: rgb(255,100,130);
    padding: 0px 3px 0px 3px;
    border-radius: 5px;
}

#dashboard_hdr_right_data_dg_green
{
    color: #fff;
    font-weight: 300;
    background: rgb(52,199,89);
    padding: 0px 3px 0px 3px;
    border-radius: 5px;
}

#cfp_chk
{
    -webkit-appearance: checkbox;
    width: auto;
    height: auto;
}

#cfp_chk_parent
{
    display: flex;
    text-align: left;
    flex-direction: row;
}

#cfp_chk_lbl
{
    margin-left: 5px;
    font-size: 12px;
}

#get_val_pf_list
{
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    border: 1px solid #bdbdbd;
}

#get_val_pf_list_hdr
{
    width: 100%;
    text-align: left;
    padding: 5px 10px 5px 10px;
    letter-spacing: 0.5px;
    color: rgb(175,82,222);
    font-weight: 400;
}

.get_val_pf_list_radio
{
    display:flex;
    align-items: center;
    padding: 5px 10px 5px 10px;
    height: 100%;
    flex-wrap: wrap;
}

.g_v_p_l_r_cl
{
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    height: 20px;
    
}

.g_v_p_l_r_cl_all
{
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    
}

.g_v_p_l_r_div_1
{
}

.g_v_p_l_r_div_2
{
    padding-left: 12px;
    font-size: 9pt;
    letter-spacing: 1px;
}

#get_val_pf_btn_div
{
    padding: 10px;
}

.g_v_p_l_r_div_0
{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 25px;
    border: 1px solid #bababa;
    margin: 5px;
    padding: 5px;
}

.g_v_p_l_r_div_0_all
{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 25px;
    border: 1px solid #bababa;
    margin: 5px;
    padding: 5px;
}

#get_val_pf_out
{
    display:none;
    border: 1px solid #bababa;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    height: 110px;
    box-sizing: border-box;
}

#get_val_pf_failure
{
    display: none;
    border: 1px solid #bababa;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(255,45,85);
}

#txn-fy-main
{
    width: 90%;
    margin: 0 auto;
}

.general-sub-hdr
{
    padding: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    color: rgb(0,122,255);
}

#txn-fy-main-sub-slct
{
    text-align: center;
    margin-top: 15px;
}

#txn-fy-main-opt
{
    padding: 5px;
    height: 40px;
    width: 125px;
}

#txn-div-dwnld
{
    display: none;
    text-align: center;
    padding: 20px;
}

.tbl-bw-date
{
    border: 1px solid #2a2a2a;
    font-size: 12px;
    border-collapse: collapse;
}

.td-bw-date
{
    border: 1px solid #2a2a2a;
    padding: 10px;
    text-align: center;
    color: #2a2a2a;
    font-weight: 300;
}

#bw-dt-dtl
{
    text-align: center;
    letter-spacing: 1px;
    padding: 20px;
    font-weight: 400;
    color: rgb(0,122,255);
}

#bw-dt
{
    width: 90%;
    margin: 0 auto;
}

#bw-dt-summary
{
    text-align: center;
    padding: 20px;
}

#ret-bw-dates
{
    width: 90%;
    margin: 0 auto;
}

#ret-bw-main-sub-hdr
{
    text-align: center;
    padding: 20px;
}

#ret-bw-main-sub-entry
{
    text-align: center;
}

#datepicker1
{
    width: 20%;
    margin: 10px;
}

#datepicker2
{
    width: 20%;
    margin:10px;
}

#ret-bw-submit
{
    margin: 10px;
}

#ret-dwnld-link
{
    display: none;
    text-align: center;
    margin: 20px;
}

.opt_tr
{
    font-weight: 400;
}

#new_eq_form
{
    width: 80%;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
    padding-top: 15px;
}

#new_eq_last_buy
{
    position: absolute;
    float: right;
    background: #fff;
    border-radius: 15px;
    width: 40%;
    max-width: 200px;
    right: 11%;
    margin-top: 5px;
    box-shadow: #bababa 2px 6px 8px;
    display: none;
    font-family: 'Overpass Mono', monospace;
    font-size: 13px;
}

#lb_close
{
    color: rgb(255,59,48);
    font-size: 12px;
    text-align: right;
    cursor: pointer;
}

.lb_sec
{
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.superlink
{
    text-decoration: none;
    width: 100%;
    max-width: 300px;
    margin: 20px;
    height: 200px;
    max-height: 200px;
}

#eq_details_container
{
    width: 90%;
    margin: 0 auto;
    /*font-family: 'Piazzolla', serif;
    font-weight: 600;*/
    font-weight: 400;
    font-size: 14px;
}

#eq_details_tbl
{
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    margin-top: 30px;
    border: 1px solid #bababa;
    box-shadow: 3px 3px 3px #bababa;
}

#eq_details_tbl td
{
    text-align: center;
    color: #669;
    padding: 9px 8px 0;
}

#eq_details_tbl th
{
    /*border-bottom: 2px solid #6678b1;*/
}

#eq_details_tbl tbody tr:hover td 
{
    color:#009;
}
                            
#eq_details_tbl tr:nth-child(even) {
    background-color: #e9f6fb;
}

#eq_details_1_tbl
{
    border-collapse: collapse;
    width: auto;
    table-layout: fixed;
    margin-top: 30px;
    margin: 0 auto;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 0.5px;
    
}

#eq_details_1_tbl tr
{
    border-bottom: 1px solid #CFAFAF;
}

.eq_details_1_tbl_data
{
    padding-left: 15px;
    text-align: right;
}

.fancy_table
{
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    margin-top: 30px;
}

.fancy_table td
{
    text-align: center;
    color: #669;
    padding: 9px 8px 0;
    font-size: 14px;
    font-weight: 300;
}

.fancy_table_th
{
    border-bottom: 2px solid #6678b1;   
}

.fancy_table_data
{
    padding-left: 15px;
    text-align: right;
}

.fancy_table tbody tr:hover td
{
    color:#009;
}

.fancy_table tr:nth-child(even) {
    background-color: #e9f6fb;
}

.fancy_table_hdr
{
    background: #fff !important;
}

.fancy_table_hdr_underline_blue
{
    border-bottom: 2px solid rgb(88,86,214);
    margin:2px;
}

.fancy_table_hdr_underline_green
{
    border-bottom: 2px solid rgb(48,209,88);
    margin:2px;
}

.fancy_table2
{
    border: 1px solid;
    margin-top: 30px;
    border-spacing: revert;
    border-collapse: collapse;
}

.fancy_table2 td, th
{
    font-size: 16px;
    padding: 8px;
    font-weight: 400;
    color: rgb(44,44,46);
}

.fancy_table2 th
{
    background: rgb(199,199,204);
}

#eq_tax_div
{
    width: 90%;
    margin: 0 auto;
}


.fund_details_edit
{
    margin:5px;
    cursor: pointer;
}

.fund_details_delete
{
    margin:5px;
    cursor: pointer;
}

.m_e_details_actions
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#edit_eq_submit
{
    background: rgb(0,122,255);
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
}

#eq_edit_submit
{
    background: rgb(0,122,255);
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

#eq_edit_hdr
{
    border-bottom: 4px solid #bababa;
    margin-bottom: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

#edit_fund
{
    display: none;
}

#eq_upload_file
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

#eq_upload_file_input
{
    border: none;
    margin: 0 auto;
    width: 40%;
}

#eqUploadLink
{
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    background: #2a2a2a;
    padding: 4px;
    border-radius: 3px;
    font-weight: 400;
    margin-bottom: 20px;
}

#upload_form
{
    width: 50%;
    margin: 0 auto;
    margin-top: 50px;   
}

#upload_form_submit
{
    margin-top: 20px;
    background: rgb(0,122,255);
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}

#upload_button
{
    background: rgb(0,122,255);
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;    
}

.eq_details_tbl_a
{
    text-decoration: none;
    text-align: left;
    display: block;
    padding: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgb(0,122,255);
}

.eq_details_tbl_a_1
{
    text-decoration: none;
    text-align: left;
    display: block;
    padding: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2a2a2a;
}

#simulate_tax
{
    width: 60%;
    padding: 10px;
    display: none;
    z-index: 4;
    background: #fff;
    max-width: 500px;
}

#main_tbl_sim_2
{
    font-weight: 400;
    border-collapse: collapse;
    line-height: 2;
    box-shadow: 0 5px 5px #989898;
    border: 1px solid #bababa;
}

#main_tbl_sim_2 th
{
    color: rgb(0,122,255);
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 0.5px;
    text-align:center;
    word-wrap: break-word;
}

#main_tbl_sim_2 td
{
    font-size: 12px;
    font-weight: 400;
    color: #2a2a2a;
    text-align:center;
    word-wrap: break-word;
}

.maint_tbl_sim_2_sum
{
    background: rgb(255,214,10);
}

.main_tbl_sim_1
{
    font-size: 14px;
    font-weight: 400;
    color: rgb(0,122,255);
}

#sim_tax_err
{
    background-color: rgb(255,55,95);
    padding: 3px;
    color: #fff;
    display: none;    
}

#sim_tax_note
{
    font-size: 12px;
    letter-spacing: 0.5px;
    color: rgb(142,142,147);
}

#sim_tax_note_hdr
{
    font-size: 12px;
    color: #2a2a2a;
    letter-spacing: 0.5px;
    display: none;
}

#sim_tax_result
{
    display: none;
    z-index: 2;
    background: #fff;
    padding: 20px;
    width: 80%;
    font-size: 14px;
    font-weight: 400;
    max-width: 600px;
}

#sim_tax_result_table
{
    border: 1px solid #bababa;
    border-spacing: revert;
    border-collapse: collapse;
}

#sim_tax_result_table td
{
    border: 1px solid #bababa;
    padding: 5px;
}

#sim_tax_result_hdr
{
    font-weight: 400;
    color: rgb(0,122,255);
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.5px;
}

#sim_tax_result_close
{
    background: rgb(255,45,85);
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    font-weight: 400;
}

#sim_tax_stcg_add
{
    font-weight: 400;
    /*border-top: 1px solid rgb(255,55,95);*/
    border-style: double;
    border-color: rgb(255,55,95);
}

#sim_tax_ltcg_add
{
    font-weight: 400;
    /*border-top: 1px solid rgb(255,55,95);*/
    border-style: double;
    border-color: rgb(255,55,95);
}

#sim_tax_result_diff
{
    text-align: center;
    color: rgb(255,55,95);
    letter-spacing: 1px;
}

#sim_eq_qty_avail_div
{
    width: auto;
    display: table-cell;
    padding: 5px;
    background: #2a2a2a;
    color: #fff;
    letter-spacing: 0.5px;
    border-radius: 5px;
    font-size: 12px;
}

.footnote
{
    color: rgb(99,99,102);
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    font-size: 10px;
    font-weight: 300;
}

.alternate_color_tbl
{
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
    font-weight: 400;
    width: 90%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 30px;
    max-width: 750px;
}

.alternate_color_tbl tr:nth-child(2n) {
    background-color: #e9f6fb;
}

.red_redeem
{
    background: rgb(255,59,48);
    color: #fff;
    padding: 2px 8px 2px 8px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 1px;
    margin: 0 auto;
    border: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 65px;
}

.alternate_color_tbl_th2
{
    text-align: center;
    letter-spacing: 0.5px;
    border: 1px solid #bababa;
}

.alternate_color_tbl_td2
{
    text-align: center;
    border: 1px solid #bababa;
    font-size: 12px;
    padding: 5px;
}

.alternate_color_tbl_td2 div
{
    margin: 0 auto;
    line-height: 2.2;
    border-bottom: 1px dashed #bababa;
}

.alternate_color_tbl_th1
{
    text-align: center;
    letter-spacing: 0.5px;
    border: 1px solid #bababa;
}

.alternate_color_tbl_td1
{
    text-align: center;
    border: 1px solid #bababa;
    font-size: 12px;
    padding: 5px;
}

.alternate_color_tbl_th2 div
{
    margin: 10px;
    border-bottom: 1px dashed #bababa;
}

#redeem_final_container
{
    width: 90%;
    margin: 30px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

#redeem_final_c_1
{
    display: flex;
    flex-direction: column;
}

.redeem_final1
{
    display: flex;
    flex-direction: row;
}

.redeem_final_data
{
    margin-left: 20px;
}

.redeem_final_hdr
{
    width: 220px;
    color: rgb(0,122,255);
}

.main_tbl_end_2
{
    border-spacing: unset;
    margin-top: 10px;
}

#redeem_fund
{
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}

#redeem_next_btn
{
    background: rgb(0,122,255);
    width: 100px;
    padding: 10px;
    color: #fff;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 20px;
}

#redeem_next_btn_a
{
    text-decoration: none;
    display: table;
    text-align: center;
    margin: 0 auto;
}

.tax_tbl_note
{
    padding: 8px;
}

.red_redeem a
{
    text-decoration: none;
    color: #fff;
    font-weight: 200;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.new_eq_footnote
{
    letter-spacing: 0.5px;
    font-size: 12px;
    color: rgb(142,142,147);
    font-weight: 400;
    margin: 0 auto;
    width: 80%;
}

.newEqInp
{
    letter-spacing: -0.008rem;
    font-weight: 300;
    font-size: 16px;
}

.n_e_option
{
    display: flex;
    padding: 5px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
    padding: 5px;
    width: 33%;
    justify-content: center;
    min-width: 45px;
}

#n_e_option_cont
{
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    justify-content: center;
}

.split_bc
{
    margin: 5px 5px 5px 0px;
}

.split_bc_hdr
{
    font-size: 14px;
    font-weight: 300;
}

#split_submit
{
    width: 100%;
    font-size: 16px;
    background-color: rgb(90,200,250);
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #bdbdbd;
    padding: 10px;
    font-weight: 400;
    box-sizing: border-box;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}

#new_eq_form_split
{
    width: 100%;
    margin: 0 auto;
    display: none;
}

#new_eq_form_split_hdr
{
    font-weight: 400;
    display: none;
}

#split_cont
{
    display: flex;
    flex-direction: row;
}

#n_e_master
{
    text-align: center;
    padding: 20px;
}

#eq_report_forex_note
{
    font-family: ARIAL;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: rgb(0,122,255);
    padding: 5px;
    width: auto;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
}

#eq_report_notes
{
    margin-top: 40px;
    font-weight: 200;
    font-size: 14px;
    border-top: 1px solid #bababa;
}

.eq_report_noted_td_1
{
    width: 30px;
}

#eqTaxSummary
{
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 40px;
}

.split_date
{
    width: 14%;
}

.split_desc
{
    width: 72%;
    text-align: center;
}

.split_details_actions
{
    width: 14%;
    text-align: center;
}

#sim_eq_form
{
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}

#sim_eq_form_split_hdr
{
    letter-spacing: 0.5px;
    font-weight: 400;
}

#sim_eq_form_hdr
{
    /*margin-top: 20px;*/
}

#sim_pseudo_submit
{
    background: rgb(0,122,255);
    color: #fff;
    letter-spacing: 0.5px;
    cursor: pointer;
    width: 250px;
    margin: 0 auto;
    margin: 10px;
}

.td_center_align
{
    text-align: center;
}

#sim_tax_link
{
    display: table;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    padding: 10px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    background: rgb(52,199,89);
    color: #fff;
    box-shadow: 10px 10px;
    cursor: pointer;
    box-shadow: 3px 3px 3px #bababa;
}

#sim_tax
{
    display:none;
    background: #fff;
    z-index:2;
    width: 90%;
    max-width: 600px;
    
}

#sim_eq_form_close
{
    background: rgb(255,45,85);
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    font-weight: 400;
}

.cgdet
{
    border-bottom: 1px solid rgb(255,69,58);
    padding: 5px;
}

.cgdet:last-child
{
    border-bottom: none;
}

#fund_details_summary
{
    display: none;
    font-size: 14px;
    font-weight: 400;
    width: 70%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #bababa;
    box-shadow: 3px 3px 3px #bababa;
}

#fund_details_summary_net_gain
{
    border-top-style: double;
    text-align: right;
    font-weight: 600;
}

.fund_details_summary_data
{
    text-align: right;
}

#fund_details_summary tr:nth-child(even) {
    background-color: #e9f6fb;
}

#fund_details_summary td
{
    padding: 5px;
}

.fund_details_summary_main_hdr
{
    width: 100%;
    letter-spacing: 0.5px;
    text-align: center;
}

.fund_details_summary_main
{
    width: 70%;
    letter-spacing: 0.5px;
}

.fund_details_summary_note
{
    font-size: 12px;
    font-weight: 200;
}

#tax_details
{
    border-collapse: collapse;
    table-layout:fixed;
    width:80%;
    font-weight: 300;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 5px;
}

#tax_details tr:nth-child(even) {
    /*background-color: #e9f6fb;*/
    background-color: #e5f8e5;
}

#tax_details td
{
    font-size:  14px;
    text-align: center;
    border: 1px solid #2a2a2a;
    padding: 10px;
    word-wrap: break-word; 
    position: relative;
    letter-spacing: 0.5px;
}

#tax_details th
{
    padding: 12px;
    border: 1px solid;
    font-size: 14px;
    font-style: normal;
    background-image: linear-gradient(#FFFFFF,#E8E8E8);
    word-wrap: break-word;
    font-weight: inherit;
    letter-spacing: 0.5px;
}

#tax_details td a
{
    text-decoration: none;
    color: rgb(10,132,255);
}

.tax_center_total
{
    text-align: center;
    color: rgb(255,55,95);
    letter-spacing: 1px;
}

.tax_center_total2
{
    text-align: center;
    color: #2a2a2a;
    letter-spacing: 1px;    
}

.filler
{
    margin-top: 20px;
}

#cash_us_dyna
{
    display: none;
    flex-direction: row;
}

#cash_in_dyna
{
    display: none;
    flex-direction: row;
}

#cashPosSuccess
{
    display: none;
    margin-top: 50px;
    color: #fff;
    background: rgb(52,199,89);
    padding: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
}

#cashPosFailure
{
    display: none;
    margin-top: 50px;
    color: #fff;
    background: rgb(255,59,48);
    padding: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
}

#cashInpmain
{
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.cashInpChild
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px;
    align-items: center;
    width: 40%;
}

.cash_inp_cont
{
    display: flex;
    flex-direction: column;
}

.cash_inp_001
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cash_inp_hdr
{
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin: 20px 0px 20px 0px;
    border-bottom: 4px solid rgb(255,55,95);
}

.cash_btn
{
    background: rgb(10,132,255);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    margin: 0px 10px 0px 10px;
    cursor: pointer;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fi_main
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mainTips
{
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 20px;
    background: rgb(242,242,247);
    border-radius: 15px;
}

.mainTipsTxt
{
    margin-left: 15px;
    color: rgb(99,99,102);
    font-weight: 200;
    letter-spacing: 0.5px;
    font-size: 14px;
}

#fi_main_form
{
    display: flex;
    flex-direction: column;
    width: 90%;
    background: rgb(242,242,247);
    border-radius: 15px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 15px;
    box-sizing: border-box;
}

.fi_main_row
{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}

.tag_field
{
    display: none;
    margin: 10px 0px 0px 0px;
    width: 50%;
    max-width: 300px;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.5px;
    color: rgb(99,99,102);
}

.tag_value
{
    width: 50%;
    max-width: 300px;
    margin: 10px 0px 0px 10px;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.5px;
    color: rgb(99,99,102);
}

.fi_main_tag
{
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.f_m_t_1
{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
}

.f_m_t_2
{
    width: 20%;
    text-align: right;
}

#fi_main_add_more
{
    cursor: pointer;
    font-size: 14px;
    color: rgb(0,122,255);
    font-weight: 200;
    text-align: right;
    text-decoration: underline;
    display: table;
}

.edit_tag
{
    height: 15px;
    cursor: pointer;
}

.fi_msg
{
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.5px;   
    font-weight: 400;
    margin: 0 auto;
    width: 100%;
    color: rgb(142,142,147);
    background: #FFD1DC;
    padding: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}

.fi_success
{
    background: #CDEBC5;  
    font-size: 14px;
    padding: 5px;
    text-align: center;
}

.fi_failure
{ 
    background: rgb(255,55,95);
    font-size: 14px;
    padding: 5px;
    text-align: center;
}

.bucket_edit_msg
{
    background: #ffcccb;
    padding: 3px;
    font-size: 10px;
    color: rgb(255,55,95);
    min-width: 120px;
    text-align: center;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#fi_main_form_btn_cont
{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

#fi_main_form_submit
{
    background: rgb(0,122,255);
    color: #f5f5f5;
    letter-spacing: 0.5px;
    font-weight: 400;
    width: 150px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#fi_div
{
    max-height: 104px;
    overflow-y: auto;
}

.equity_summary_scale
{
    display: flex;
    flex-direction: row;
    width: 75%;
    margin: 0 auto;
    margin-top: 20px;
}

.equity_summary_scale_lbl
{
    display: flex;
    flex-direction: row;
    width: 75%;
    margin: 0 auto;
    margin-top: 5px;    
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

#equity_summary_eq_scale
{
    background: rgb(64,200,224);
    color: #fff;
}

#equity_summary_fi_scale
{

    background: rgb(255,204,0);
    color: #2a2a2a;
}

.equity_summary_bars
{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 20px;
    margin: 0;
    padding: 5px 0px 5px 0px;   
    box-shadow: 2px 2px 2px #bababa;
}

.dashboard_hdr_right_sep
{
    border: 1px #bababa;
    width: 100%;
    border-style: dashed;
    margin: 3px 0px 3px 0px;
}

.form_hdr
{
    padding: 10px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(0,122,255);
    z-index: 0;
}

.fi_main_row_add
{
    display: flex;
    justify-content: flex-end;
}

#fi_main_hdr
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: rgb(99,99,102);
    font-weight: 200;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #bababa;
}

.fi_main_hdr01
{
    width: 50%;
    max-width: 300px;
    font-size: 16px;
    font-weight: 400;
}

#fi_form_status
{
    margin-top: 15px;
}

.alternate_color_tbl_pf
{
    background: rgb(44,44,46);
    color: rgb(255,204,0);
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
}

.folio_form_single_entry
{
    padding: 10px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.folio_fund_house_cont
{
    display: flex;
    flex-direction: column;
    border: 1px solid #2a2a2a;
    margin: 10px;
    background: #fff;
}

.folio_fund_house
{
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.75px;
    color: rgb(58,58,60);
}

.folio_delete
{
    cursor: pointer;
    font-weight: 400;
    padding: 3px;
    font-size: 12px;
    background: rgb(255,55,95);
    color: #fff;
    letter-spacing: 1px;
    margin: 0px 3px 0px 3px;
    width: 55px;
    text-align: center;
    height: 20px;
}

.folio_edit
{
    cursor: pointer;
    font-weight: 400;
    padding: 3px;
    font-size: 12px;
    background: rgb(255,204,0);
    color: rgb(44,44,46);
    letter-spacing: 1px;
    margin: 0px 3px 0px 3px;
    width: 55px;
    text-align: center;
    height: 20px;
}

.folio_edit_save
{
    display: flex;
    align-items: center;
    padding: 5px;
    margin-left: 5px;
    background: rgb(52,199,89);
    color: #fff;
    letter-spacing: 1px;
    flex-direction: column;
    align-self: center;
    cursor: pointer;
}

.folio_add
{
    margin-right: 10px;
    cursor: pointer;
    color: rgb(0,122,255);
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 5px;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.add_folio
{
    display: flex;
    align-items: center;
    padding: 5px;
    margin-left: 5px;
    background: rgb(52,199,89);
    color: #fff;
    letter-spacing: 1px;
    flex-direction: column;
    align-self: center;
    cursor: pointer;
}

.folio_folio_label_edit
{
    display: none;
}

.folio_header
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tag_field_new
{
    margin: 10px;
}

.folio_folio
{
    display: flex;
    margin: 5px 10px 5px 10px;
    font-size: 12px;
    letter-spacing: 0.75px;
    font-weight: 400;
    color: rgb(255,69,58);
    flex-direction: row;
    justify-content: space-between;
}

.folio_actions
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.folio_folio_label
{
    display: flex;
    align-items: center;
}

.folio_folio_edit
{
    display: none;
}

#fi_main_form_data
{
    width: 100%;  
    margin-top: 5px;
}

#linkFolioCont
{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    border: 1px solid;
    box-shadow: 2px 2px 10px #bababa;
}

.linkFolioMain
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #bababa;
}

.linkFolioBtn
{
    background: rgb(48,209,88);
    padding: 5px;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px;
    box-sizing: border-box;
    max-width: 15%;
    width: 15%;
    text-align: center;
}

.linkFolioOptions
{
    width: 15%;
    max-width: 15%;
    padding: 3px;
}

.linkFolioFundName
{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.linkFolioAttr
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 200;
    color: #2a2a2a;
}

.linkFolioDet
{
    display: flex;
    flex-direction: column;
    width: 70%;
    max-width: 70%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 5px;
}

.linkFolioNav
{
    color: rgb(0,122,255);
}

.linkFolioQty
{
    color: rgb(88,86,214);
}

.linkFolioDt
{
    color: rgb(255,59,48);
}

#noticeCont
{
    margin: 0 auto;
    margin-top: 0px;
    width: 80%;
    margin-top: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    display: flex;
    flex-direction: column;
}

#noticeHdr
{
    margin: 20px 0px 20px 0px;
    font-size: 22px;
    font-weight: 200;
    color: #2a2a2a;
}

.noticeSteps
{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin-top: 20px;
}

.noticeIndex
{
    background: rgb(255,59,48);
    color: #fff;
    padding: 10px;
    width: 30px;
    text-align: center;
    margin-right: 10px;
}

.noticeDoNothing
{
    margin-top: 40px;
    color: #2a2a2a;
    text-align: center;
}

.noticeIndexText a
{
    color: rgb(0,122,255);
    text-decoration: none;
    font-style: oblique;
}

.emptyFolioNotice
{
    color: rgb(255,55,95);
    margin: 20px;
}

.folio_load
{
    display: none;
}

.linkfolioLoad
{
    display: none;
}

#urlLinkCont
{
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

#urlLink
{
    color: rgb(0,122,255);
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}

.redeem_container
{
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 0.5px;
    border: 1px solid #bababa;
    background: #778899;
}

.redeem_fund_house
{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #2a2a2a;
    padding: 2px 5px 2px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.redeem_folio
{
    background: rgb(255,204,0);
    padding: 2px 5px 2px 5px;
    font-weight: 300;
    font-size: 14px;
}

.redeem_details th
{
    font-size: 12px;
    font-weight: 400;
}

.redeem_details td
{
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

.redeem_details td a
{
    text-decoration: none;
}

.redeem_details_td1
{
    text-align: left !important;
    padding: 5px;
}

.redeem_details_th2
{
    width: 15%;
}

.redeem_details_th3
{
    width: 15%;
}

.redeem_details_th4
{
    width: 15%;
}

.redeem_details tr:nth-child(odd)
{
    background-color: rgb(229,229,234);
}

.redeem_details tr:nth-child(even)
{
    background-color: #fff;
}

.redeem_folio_container
{
    border: 1px solid #bababa;
    margin-bottom: 20px;
    margin: 15px;
}

#notice_container
{
    background: rgb(229,229,234);
}

#notice_hdr
{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 5px;
    overflow: hidden;
}

.notice_sub_hdr
{
    margin: 0px 5px 0px 5px;
    background: #444444;
    color: rgb(100,210,255);
    padding: 4px;
    cursor: pointer;
    border-radius: 3px;
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    max-width: max-content;
    font-size: 12px;
}

.notice_sub_hdr a
{
    text-decoration: none;
    color: rgb(100,210,255);
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    white-space: nowrap;
}

#notice_hdr_1
{
    color: #fff;
    padding: 2px;
}

#changeFundContainer
{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-top: 20px;
}

.changeFundRow
{
    display: flex;
    flex-direction: row;
    padding: 10px;
    align-content: center;
    align-items: center;
    border: 1px solid #bababa;
}

.changeFund1
{
    padding: 5px;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}


.changeFund2
{
    padding: 2px;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.changeFund201
{
    background: rgb(99,99,102);
    color: #fff;
    padding: 3px;
    width: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    width: 15%;
    margin-left: 5px;
}


.changeFund202
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
}

.changeFundAlloc
{
    height: 30px;
    padding: 3px;
    text-align: center;
    margin-left: 2px;
    max-width: 55px;
}

.changeFundLoad 
{
    display: inline-block;
    width: 20px; /* match loader size */
    height: 20px;
    visibility: hidden; /* reserves space */
    vertical-align: middle;
}

.changeFundLoad.visible 
{
    visibility: visible;
}

#txn_container
{
    width: 80%;
    margin: 0 auto;
}

#txn_container a
{
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;  
}

.txn_separator
{
    color: rgb(0,122,255);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.txn_separator img
{
    width: 20px;
    margin-left: 10px;
    cursor: pointer;
}

.txn_main_table
{
    border: 1px solid #bababa;
    box-shadow: 2px 2px 5px #bababa;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

.txn_main_table th
{
    padding: 5px;
    font-weight: 400;
    font-size: 14px;
}

.txn_name
{
    text-align: left !important;
}

.txn_main_table td
{
    padding: 5px;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
}

.txn_main_table tr:nth-child(even)
{
    background-color: rgb(229,229,234);
}

#select_fol_cont
{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    letter-spacing: 0.5px;
    color: rgb(0,122,255);
    font-weight: 400;
    font-size: 16px;
}

#sel_fol
{
    margin-left: 10px;
}

#AllTaxXL
{
    display: none;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
}

#vip_note
{
    text-align: right;
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-style: italic;
}

#tax_center_dwnld
{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#tax_center_dwnld2
{
    font-size: 14px;
    letter-spacing: -0.006rem;
    color: rgb(0,122,255);
    font-weight: 400;
    margin-right: 10px;
}

#new_fund_no_folio_container
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

#new_fund_no_folio_1
{
    text-align: left;
}

#new_fund_no_folio_2
{
    color: red;
    letter-spacing: 1px;
    font-size: 12px;
    margin-left: 5px;
}

#new_fund_no_folio a
{
    font-weight: 400;
    color: rgb(0,122,255);
}

.xirr
{
    letter-spacing: 0.5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80px;
    border-bottom: 4px solid rgb(0,122,255);
    width: 100%;
}

.abs
{
    letter-spacing: 0.5px;   
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80px;
    border-bottom: 4px solid rgb(0,122,255);
    width: 100%;
}

.interest_bucket
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 10px;
}

.interest_bucket_container
{
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.mfDataCont
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#fund_details
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.frmbk_fund_name
{
    display: flex;
    flex-direction: column;
    border: none;
    justify-content: space-around;
}

.frmbk_fund_name_only
{
    letter-spacing: -0.006rem;
    font-weight: 200;
    font-size: 12px;
    background: rgb(242,242,247);
    padding: 5px;
    color: rgb(99,99,102);
}

.frmbk_fund_name_text
{
    padding: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.int_tag
{
    letter-spacing: 1px;
    color: rgb(99,99,102);
}

#custom_flag
{
    -webkit-appearance: auto;
    width: auto;
    height: auto;
    margin: 0;
    margin-right: 10px;
}

#custom_cont
{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: end;
}

#custom_cont label
{
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 400;
    color: rgb(0,122,255);
}

#c_main_add_more
{
    text-align: right;
    cursor: pointer;
    color: rgb(0,122,255);
    text-decoration: underline;
}

.c_main_row
{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 1px dotted rgb(0,122,255);
}

.c_edit
{
    width: 20px;
}

#c_tbl_hdr_main
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.c_tbl_hdr
{
    width: 25%;
    text-align: center;
    background: rgb(255,214,10);
    padding: 5px;
    border-bottom: 1px dotted rgb(0,122,255);
}

#c_main_form_data
{
    margin-top: 15px;
    margin-bottom: 15px;
}

#c_main
{
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #bababa;
    padding: 10px;
    margin-top: 15px;
}

#form_submit
{
    text-align: center;
}

#c_main_form_submit
{
    width: 100px;
    background: rgb(0,122,255);
    color: #fff;
}

.c_inp
{
    display: none;
}

#c_main_info
{
    font-size: 16px;
    letter-spacing: 0.4px;
    border: 1px solid rgb(175,82,222);
    color: #444;
    padding: 15px;
    font-weight: 300;
    text-align: center;
    background: linear-gradient(to bottom right,#f5f2f0e3 0,#fff 100%);
    border-radius: 10px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.c_success
{
    background: rgb(52,199,89);
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 300;
    margin-top: 10px;
}

.c_failure
{
    background: rgb(255,59,48);
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 300;
    margin-top: 10px;
}

#custom_cat_empty
{
    display: flex;
    flex-direction: row;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 300;
    color: rgb(0,122,255);
    align-items: center;
    justify-content: center;
}

#custom_cat_msg
{
    margin-left: 5px;
}

#custom_cat_empty_tag
{
    background: #2a2a2a;
    color: rgb(255,204,0);
    padding: 5px;
    display: flex;
    align-items: center;
}

#custom_cat_sel_cont
{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    width: 100%;
}

#custom_cat_sel_cont_text
{
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #2a2a2a;
}

#custom_cat_sel
{
    width: 100%;
}

#td_custom_cat
{
    border: 1px solid #bababa;
}

#custom_cat_link
{
    text-decoration: none;
}

.data_display_table
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
    padding: 10px;
}

.data_display_table tr:nth-child(even) {
    background-color: #e9f6fb;
}

.data_display_table_eq tr:nth-child(even) {
    background-color: #FFEAE0;
}

.data_display_table th
{
    border-top: 1px solid rgb(174,174,178);
    border-bottom: 1px solid rgb(174,174,178);
    color: rgb(44,44,46);
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.data_display_table td
{
    border-bottom: 1px solid rgb(174,174,178);
    color: rgb(44,44,46);
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.data_display_table_left_align_clickable
{
    text-align: left;
    text-decoration: none;
    color: rgb(0,122,255);
    padding: 5px;
}

.manage_eq_custom
{
    padding: 10px;
    background-color: #e9f6fb;
}

.data_display_table_header
{
    text-align: left;
    letter-spacing: 1px;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-color: #2a2a2a;
}

#holiday_main
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 90%;
    margin: 0 auto;
}

#add_row
{
    text-align: right;
    cursor: pointer;
    color: rgb(0,122,255);
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
}

.holiday_row
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 3;
    border: 1px dotted #2a2a2a;
    padding: 10px;
}

.holiday_row_0
{
    width: 30%;
}

.holiday_row_1
{
    display: none;
    width: 30%;
    margin: 5px;
}

.holiday_row_2
{
    width: 40%;
}

.holiday_row_3
{
    width: 15%;
}

.holiday_row_4
{
    width: 15%;
}

.holiday_row_5
{
    display: none;
    width: 15%;
}

.holiday_row_6
{
    display: none;
    width: 40%;
}

.holiday_row_31
{
    background: rgb(44,44,46);
}

.holiday_row_41
{
    background: rgb(255,59,48);
}

.holiday_row_51
{
    background: rgb(0,122,255);
}

.holiday_btn
{
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 2;
    width: 80%;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}

.eq_details_master
{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 340px;
  min-width: 250px;
  margin: 20px;
  padding: 15px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.15); /* semi-transparent */
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
  backdrop-filter: blur(10px); /* the key to the glass effect */
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #1a1a1a;
  box-sizing: border-box;
  min-height: 340px;
  max-height: 340px;
}

.eq_details_master:hover
{
    box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.eq_details_headers_container
{
    display:flex;
    flex-direction: row;
}

.eq_details_name
{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px 5px 0px 5px;
    font-size: 16px;
    font-weight: 400;
}

.eq_details_dtl
{
    width: 100%;
    max-width: 100%;  
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.eq_details_headers
{
    width: 100%;
}

.eq_details_row
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
}

.eq_headers
{
    letter-spacing: 0.5px;
    margin: 3px;
    border-radius: 5px;
    padding: 4px;
    box-sizing: border-box; 
    width: 50%;
    max-width: 50%;
}

.eq_values
{
    letter-spacing: 0.5px;
    margin: 3px;
    border-radius: 5px;
    padding: 4px;
    box-sizing: border-box;
}

.eq_values_green
{
    background: rgb(48,219,91);
    color: #fff;
    display: inline-block;
    width: auto;
}

.eq_values_red
{
    background: rgb(255,105,97);
    color: #fff;
    display: inline-block;
    width: auto;
}

#eq_details_2
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.d_h_r_h_lnk
{
    width: 100%;
    max-width: 100%;
}

.d_h_r_d_lnk
{
    width: 100%;
    max-width: 100%;
}

.eq_details_tbl_a_heading
{
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: underline;
}

#new_eq_forex
{
    display: none;
}

#edit_split
{
    display: none;
    z-index: 5;
    background: #fff;
    padding: 10px;
}

#split_cont_close
{
    cursor: pointer;
    text-align: right;
    color: red;
    font-weight: 400;
}

.split_details_edit
{
    margin: 5px;
    cursor: pointer;
}

.split_details_delete
{
    margin: 5px;
    cursor: pointer;
}

#redeem_fund
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb
}

#redeem_btn
{
    width: 100px;
    margin: 20px;
    background-color: rgb(255,149,0);
    -webkit-appearance:none; 
    -webkit-border-radius:0;
    border-radius:0;
    vertical-align: middle;
    box-shadow: 0px 10px 20px -4px rgb(0,0,0,0.3);
    -webkit-box-shadow: 0px 10px 20px -4px rgb(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 20px -4px rgb(0,0,0,0.3);
    color: #fff;
    letter-spacing:0.8px;
    cursor: pointer;
}

#lb_container
{
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.lb_pur_details_hdr
{
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}

.lb_pur_details
{
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}

.lb_pur_qty
{
    width: 50%;
}

.lb_pur_sec_val
{
    width: 50%;
}

.lb_pur_qty_hdr
{
    width: 50%;
}

.lb_pur_sec_val_hdr
{
    width: 50%;
}

.m_e_d_1
{
    width: 14%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

#m_e_details_hdr
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted #2a2a2a;
    padding: 10px;
    font-weight: 200;
    background: #bababa;
    color: #2a2a2a;
    margin-bottom: 10px;
}

.m_e_details_row
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 100;
    color: rgb(58,58,60);
    background: #f5f5f5;
    margin-bottom: 10px;
    padding: 3px;
    box-sizing: border-box;
}

.m_e_details_split
{
    background: rgb(48,209,88);
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 14px;
    text-align: center;
}

.m_e_details_row_1
{
    width: 14%;
    text-align: center;
}

.m_e_d_r_h
{
    display: none;
}

#m_e_details_cont
{
    font-family: Overpass Mono;
}

#newsCont
{
    padding: 35px;
    font-size: 14px;
}

.newsSnip
{
    margin-bottom: 20px;
}

#newsLoader
{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#newsHdr
{
    background: #f5f5f5;
    color: rgb(142,142,147);
    font-weight: 400;
    text-align: center;
    padding: 5px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #bababa;
}

.m_1_a
{
    font-size: 14px;
    font-weight: 400;
    color: rgb(99,99,102);
    cursor: pointer;
}

#newsLink
{
    letter-spacing: 1px;
    background: transparent;
    width: 100%;
    text-align: center;
    padding: 5px;
    opacity: 0.9;
    z-index: 5;
    box-sizing: border-box;
}

#nH2
{
    color: rgb(0,122,255);
    font-weight: 100;
    font-size: 14px;
    margin-top: 5px;
}

#otpTip
{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    margin-top: 20px;
    color: rgb(142,142,147);
    font-weight: 100;
    letter-spacing: 0.5px;
}

#otpTipTxt
{
    margin-left: 15px;
}

#resetPwdCont
{
    width: 80%;
    background: #f5f5f5;
    padding: 30px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 30px;
    max-width: 400px;
}

#resetPwdHdrCont
{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

#resetPwdTitle
{
    margin-left: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

#resetNewPwd
{
    margin-bottom: 5px;
}

#resetNewPwdReEnter
{
    margin-bottom: 10px;
}

#resetPwdSubmit
{
    background: rgb(0,122,255);
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 400;
}

#resetErr
{
    margin-top: 5px;
    font-size: 14px;
}

.resetFail
{
    color: rgb(255,59,48);
}

.resetSucess
{
    color: rgb(52,199,89);
}

.newPageContainer
{
    margin: 30px;
    display: none;
}

.newPageHdr
{
    font-size: 30px;
    color: rgb(0,122,255);
    letter-spacing: 0.5px;
}

.newPageOptions
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px;
}

.newPageA
{
    color: rgb(255,159,10);
    text-decoration: none;
    font-weight: 200;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.mainTile
{
    margin: 20px;
    border-radius: 10px;
    padding: 20px;
    min-height: 200px;
    max-height: 200px;
    width: 50%;
    min-width: 300px;
    max-width: 300px;
    position: relative;
    background: rgb(242,242,247);
    box-shadow: 2px 2px 10px #bababa;
    box-sizing: border-box;
}

.newPageArrow
{
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.pfLabel
{
    padding: 5px;
    background: #fff;
    margin: 3px;
    border-radius: 5px;
    border: 1px dotted #bababa;
    color: rgb(99,99,102);
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.5px;

}

.pfListCont
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 25px;
}

.sections
{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 10px;
    background: rgb(242,242,247);
    border-radius: 15px;
}

.mainSection
{
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'Overpass Mono', monospace;
    color: rgb(99,99,102);
}

.mainSection01
{
    position: relative;
    margin-bottom: 5px;
    width: 90%;
    max-width: 300px;
}

.mainSectionDiv
{
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 350px;
}

.redemptionTax
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#redemptionGetTax
{
    max-width: 100px;
    line-height: 0.1;
    font-size: 14px;
    height: 25px;
    background: rgb(0,122,255);
    color: #fff;
    border: none;
    cursor: pointer;
}

#redemptionTaxVals
{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#redemptionTaxCont
{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #f5f5dc;
    border: 1px solid #bababa;
    margin-top: 10px;
    display: none;
}

#redemptionTaxContErr
{
    display: none;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #FFD6D7;
    border: 1px solid #bababa;
    margin-top: 10px;
    color: rgb(255,69,58);
}

.redOk
{
    display: none;
    z-index: 10;
}

.redErr
{
    display: none;
    background: #FFD6D7;
    color: rgb(255,69,58);
    padding: 10px;
}


#redemptionContainer
{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.redemptionInfoRow
{
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}

.redemptionInputs
{
    font-size: 14px;
    letter-spacing: 0.5px;
    color: rgb(58,58,60);
    font-weight: 200;
}

#redemptionChoiceCont
{
    display: flex;
    flex-direction: row;
}

#redemptionChoiceCont label
{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 10px;
}

#redemptionChoiceCont label input
{
    margin: 0;
    height: 15px;
}

#redemptionChoiceCont label span
{
    margin-left: 5px;
}

#end_amt
{
    display: none;
}

#newFundFolio
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#select_folio
{
    display: none;
}

.dg_detail_main
{
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.dg_data_display_table
{
    display: flex;
    flex-direction: column;
}

.dg_dataDisplayHdr
{
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-family: 'Overpass Mono', monospace;
    padding: 5px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(199,199,204);
}

.dg_dataDisplayRow
{
    display: flex;
    flex-direction: row;    
    font-size: 14px;
    font-family: 'Overpass Mono', monospace;
    padding: 5px;
    box-sizing: border-box;
}

.dg_dataDisplay01
{
    width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dg_dataDisplay02
{
    width: 20%;
    text-align: right;
}

.dg_equity_desc
{
    color: rgb(64,156,255);
    font-weight: 100;
}

.dg_dayGainCat
{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgb(99,99,102);
    margin: 0px 0px 15px 0px;
}

.newFundAddSuccess
{
    z-index: 10;
}

#taxCenterResults
{
    width: 90%;
    padding: 15px;
    background: rgb(242,242,247);
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 200;
    font-family: 'Overpass Mono', monospace;
    box-sizing: border-box;
}

#tCCont
{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.tCHeader
{
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tCValue
{
    width: 20%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
}

.tCIndented
{
    display: flex;
    flex-direction: row;
}

#tCTotalTax
{
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 15px;
    background: #006D5B;
    color: #fff;
    font-weight: 800;
    padding: 10px;
}

#tCTT01
{
    width: 100%;
    text-align: center;
}

#tCTT02
{
    width: 100%;
    text-align: center;
}

.tCRow
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#tCMfMain
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#tCEqMain
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#tCMsg
{
    background: #FFD6D7;
    color: rgb(255,69,58);
    font-size: 14px;
    padding: 10px;
    text-align: center;
    display: none;
    margin-top: 20px;
}

.tCLoader
{
    display: none;
    z-index: 5;
}

.tCsections
{
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
}

.fetchErr
{
    background: #FFD6D7;
    color: #FF474D;
}

.eqMasterSelect
{
    -webkit-appearance: radio;
    width: 15px;
    height: 15px;
    margin: 5px;
}

.eqMasterHdr01
{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.eqMasterHdr
{
    color: rgb(0,122,255);
    font-weight: 200;
    margin-bottom: 15px;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.eqMasterMainCont
{
    display: flex;
    flex-direction: column;
    width: 90%;
    background: rgb(242,242,247);
    border-radius: 15px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 15px;
    box-sizing: border-box;
}

.eqMasterData
{
    max-height: 300px;
    overflow-y: auto;
    font-size: 14px;
    font-weight: 200;
    font-family: 'Overpass Mono', monospace;
}

.eqMasterDataRow
{
    display: flex;
    flex-direction: row;
}

.eqMasterDataRow01
{
    width: 30%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.eqMasterDataRow02
{
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#eqMasterHdrFormSubmit
{
    background: rgb(0,122,255);
    color: #f5f5f5;
    letter-spacing: 0.5px;
    font-weight: 400;
    width: 150px;
    margin: 0 auto;
}

.eqMasterExchange
{
    background: rgb(99,99,102);
    color: rgb(242,242,247);
    padding: 5px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.25px;
}

.eqMasterWorkListRow
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.eqMasterWorkListRow01
{
    padding: 5px;
    font-size: 12px;
    font-weight: 200;
    font-family:  'Overpass Mono', monospace;
    width: 14.5%;
    text-align: right;
}

.eqMasterWorkListChoice
{
    max-width: 200px;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    height: auto;
    border: none;
    border-bottom: 1px solid #bababa;
    width: 30%;
}

.eqMasterHdrWorkList
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.eqMasterHdr02
{
    font-size: 14px;
    font-weight: 200;
    background: #FFD6D7;
    padding: 2px;
    margin-top: 15px;
}


.db_new_tile {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    font-weight: 400;
    font-size: 16px;
    color: rgb(99,99,102);
}
.db_new_tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.db_new_tile::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.05);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.db_new_tile:hover::after {
    opacity: 1;
}


.db_new_tile_row_title
{
    color: rgb(0,122,255);
    font-size: 18px;
}

.db_new_tile_rows_cont
{
    min-height: 120px;
    max-height: 120px;
    overflow-y: auto;
}

.db_new_tile_row
{
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.db_new_tile_row_left
{
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.db_new_tile_row_right
{
    width: auto;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.eqDayGainLink
{
    max-width: 50%;
    width: auto;
}

.mf_row
{
    background: rgb(242,242,247);
    margin-bottom: 10px;
    padding: 20px;    
    border-radius: 5px;
    width: 100%;
}

.mf_row_status_active
{
    background: rgb(48,219,91);
    color: #fff;
    font-weight: 400;
    padding: 5px;
    border-radius: 5px;
}

.mf_row_status_red
{
    background: rgb(255,55,95);
    color: #fff;
    font-weight: 400;
    padding: 5px;
}

.mf_row_fund_name_cont
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mf_row_peripheral_data
{
    display: flex;
    flex-direction: row;
}

.mf_row_base_01
{
    margin: 3px;
    background: rgb(142,142,147);
    color: #fff;
    border: 1px solid rgb(99,99,102);
    border-radius: 3px;
    padding: 3px;
    font-size: 12px;
}

.mf_row_base_02
{
    margin: 3px;
    background: #fff;
    color: rgb(0,122,255);
    border: 1px solid rgb(99,99,102);
    border-radius: 3px;
    padding: 3px;
    font-size: 12px;
    display: flex;
    flex-direction: row;
}

.mf_row_02
{
    display: flex;
    flex-direction: row;
}

.mf_row_return_data
{
    flex-direction: row;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin: 10px 0px 10px 0px;
    font-weight: 400;
    width: 50%;
    flex-wrap: wrap;
}

.mf_row_more_data
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
}

.mf_row_fund_name
{
    font-size: 16px;
    font-weight: 400;
    color: rgb(99,99,102);
    margin-bottom: 5px;
}

#canv
{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#myChart
{
    display: none;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

#chart_timespan
{
    display:none;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    margin: 0 auto;
}

.chart_btn
{
    font-size: 12px;
    font-weight: 200;
    padding: 5px;
    border: 1px solid rgb(99,99,102);
    border-radius: 5px;
    width: 70px;
    max-width: 70px;
    margin: 5px;
    cursor: pointer;
}

.chart_btn
{
    background: rgb(242,242,247);
}

#mainChartCont
{
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background: rgb(242,242,247);
}

.chartInp
{
    box-shadow: 3px 3px 3px rgb(242,242,247);
}

#xirr_chart
{
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: rgb(0,122,255);
}

#corpActCont
{
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.corpActBtn
{
    background: rgb(0,122,255);
    color: #fff;
    font-weight: 300;
    width: auto;
    margin-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

#fileToUpload
{
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.corpActFrm
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
}

#corpActErr
{
    background: rgb(242,242,247);
    padding: 5px;
    font-size: 14px;
    font-weight: 300;
    color: rgb(99,99,102);
}

.bulkUpld01
{
    display: flex;
    flex-direction: column;
    font-family: 'Overpass Mono', monospace;
}

.bulkUpldTxnCont
{
    display: flex;
    flex-direction: row;
}

.bulkUpldTxn
{
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgb(99,99,102);
    margin: 5px;
}

.bulkUpldTxnSecName
{
    padding: 10px;
    color: rgb(0,122,255);
}

.bulkUpldTxnRow
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    text-align: right;
}

.bulkUpldHdr    
{
    width: 25%;
    max-width: 25%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bulkhighlight
{
    background: rgb(99,99,102);
    color: yellow;
    padding: 2px;
}

#insightsCont
{
    display: flex;
    flex-direction: column;
    font-family: 'Overpass Mono', monospace;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 10px;
    border-top: 1px dotted;
}

.insightsRowHdr
{
    display: flex;
    flex-direction: row;
    color: rgb(0,122,255);
}

.insightsRowCont
{
    height: 400px;
    overflow: auto;
    margin: 5px;
}

.insightsRow
{
    display: flex;
    flex-direction: row;  
    font-size: 12px;
    border-bottom: 1px dotted rgb(188,188,192);
}

.insightsRow01
{
    width: 16%;
    padding: 3px;
    text-align: right;
}

#gainloss
{
    margin: 10px;
}

.insightsSectionHdr
{
    margin-bottom: 10px;
    background: rgb(99,99,102);
    padding: 10px;
    color: #fff;
}

#myPieChartContainer
{
    height: 300px;
    width: 300px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.eq_details_realizedp
{
    text-decoration: underline;
    cursor: pointer;
}

#eqRepDetCont
{
    height: 90%;
    overflow: scroll;
}

.popup-content {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  font-family: 'Overpass Mono', monospace;
  position: relative;
  height: 80%;
  margin: 20px;
  box-sizing: border-box;
}

.popup-content h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  color: #222;
}

.close-popup {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #888;
}

#profitPopup
{
    z-index: 5;
}

.profit-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 12px 16px;
  margin: 8px 0;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  font-family: 'Overpass Mono', monospace;
  font-size: 16px;
  transition: box-shadow 0.2s ease;
}

.profit-card:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.equity-name {
  font-weight: 500;
  color: #333;
  max-width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.profit-amount.positive {
  color: #1ca54a; /* green for profit */
}

.profit-amount.negative {
  color: #e53935; /* red for loss */
}

.corpActRep02
{
    font-family: 'Overpass Mono', monospace;
    font-size: 12px;
    font-weight: 200;
    margin: 10px;
    background: #E0FFD2;
    padding: 10px;
}

.corpActRep03
{
    font-family: 'Overpass Mono', monospace;
    font-size: 12px;
    font-weight: 200;
    margin: 10px;
    background: rgb(251,217,211);
    padding: 10px;
}


@media only screen and (max-width: 800px) 
{
    #page1_container
    {
        text-align:center;
        position: absolute;
        top: 50%;
        left: 50%;
        padding:20px;
        width:75%;
        max-width: 400px;
        transform: translate(-50%, -50%);
        background: #fff;
        opacity: 0.95;
    }
    #cover
    {
        background-image: url("../images/mainsplash_mob.jpg");
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0;
        width: 100%;
        position: absolute;
        opacity: 0.7;
    }
    
    #ftr_bnd2
    {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #ftr_bnd2_col2
    {
        color: #fff;
        padding: 0px 20px 20px 20px;
        text-align: left;
        font-weight: lighter;
        letter-spacing: 1px;
        font-size: 12px;
        display: flex;
        flex-direction: column;
     justify-content: center;
    }
    #ftr_bnd2_col1
    {
        color: #fff;
        padding: 20px;
        text-align: left;
        font-weight: 400;
        letter-spacing: 1px;
    }
    
    .triangle-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid rgb(255,149,0);
    position: absolute;
    top: -20px;
    right: 15px;
    }

    .triangle-up2 {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 20px solid rgb(255,149,0);
        position: absolute;
        top: -20px;
        right: 100px;
    }
    
    
    .front-page-blocks1
    {
        max-width: 100%;
    }
    
    .superlink
    {
        margin: 0px;
    }
       
    .hero_headline
    {
        text-align: center;
        font-size: 30px;
        line-height: 1.5;
    }
    
    #lower_container_1
    {
        width: 100%;
        padding: 0;
    }

    #logo_main
    {
        min-width: 100px;
        overflow: hidden;
        max-width: 300px;
    }
        
    .logo_header
    {
        display: flex;
        align-items: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 40%;
        justify-content: center;
    }
    
    #nav_container
    {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        font-size: 1rem;
        width: 75%;
        max-width: 170px;
    }
    
    #lower_container
    {
        max-width: 1000px;
        width: 100%;
        height:auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    
    #nav_head3_img 
    {
        position: relative;
        width: 100%;
        z-index: 0;
    }
    
    #index_body2
    {
        font-size: 1.6rem;
        line-height: 1.5;
        font-weight: 400;
        color: rgba(0,0,0,0.9);
        width: 100%;
    }
    
    #lower_container_main
    {
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
    }
    #dashboard_hdr_left_1
    {
        font-size: 24px;
        font-weight: 400;
        color:rgb(0,122,255);
        letter-spacing: 0.5px;
    }

    #dashboard_hdr_left_2
    {
        font-size: 10px;
        font-weight: 100;
        color:rgb(28,28,30);
        letter-spacing: 0.5px;   
    }

    #dashboard_hdr_right
    {
        width: 100%;
        margin-top: 15px;
        margin-left: 0px;
        box-sizing: border-box;
    }
    
    .fancy_table2 td, th
    {
        font-size: 8px;
    }
    
    #eqTaxSummary
    {
        font-size: 8px;
    }
    
    .interest_bucket
    {
        flex-direction: column;
    }
    
    .data_display_table th
    {
        font-size: 12px;
    }
    
    .data_display_table td
    {
        font-size: 10px;
    }
    
    .notice_sub_hdr
    {
        font-size: 12px;
    }
    
    .frmbk_fund_name
    {
    font-size: 10px !important;
    }
    
    #eq_details_container
    {
        font-size: 12px;
    }
    
    #eq_details_1_tbl
    {
        font-size: 12px;
    }
    
    #dashboard_hdr_left
    {
        width: 100%;
    }
    
    #dashboard_bread_crumbs_1
    {
        flex-direction: column;
    }
    
    .m_e_details_row
    {
        flex-direction: column;
    }
    
    .m_e_details_row_1
    {
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .m_e_d_r_h
    {
        display: flex;
    }
    
    #m_e_details_hdr
    {
        display: none;
    }
    
    .split_date
    {
        width: 100%;
    }
    
    .split_desc
    {
        width: 100%;
    }
    
    .split_details_actions
    {
        width: 100%;
    }
    
    #edit_fund
    {
        width: 90%;
    }
    
    .newPageHdr
    {
        font-size: 25px;
    }
    
    .newPageOptions
    {
        flex-direction: column;
    }
    
    .dg_detail_main
    {
        width: 97%;
        padding: 5px;
        margin-top: 16px;
    }

    .dg_dataDisplayHdr
    {
        font-size: 14px;
    }

    .dg_dataDisplayRow
    {
        font-size: 12px;

    }
    
    #linkFolioCont
    {
        width: 90%;
    }
    
    .linkFolioAttr
    {
        flex-direction: column;
    }
    
    .redeem_folio_container
    {
        margin: 2px;
    }
    
    .redeem_container
    {
        width: 95%;
    }
    
    #taxCenterResults
    {
        font-size: 14px;
    }
    
    .newEqInp
    {
        font-size: 0.83rem;
    }
    
    #datepicker_split
    {
        font-size: 0.83rem;
    }
    
    #split_from
    {
        font-size: 0.83rem;
    }
    
    #split_to
    {
        font-size: 0.83rem;
    }
    
    .mf_row_return_data
    {
        flex-direction: column;
    }
    
    .mf_row_fund_name_cont
    {
        flex-direction: column;
        align-items: flex-start;
    }
    
    #gainloss
    {
        margin: 5px;
    }
    
    #insightsCont
    {
        padding: 0px;
    }
    .insightsRowHdr
    {
        font-size: 12px;
    }
    
    .notice-container
    {
        display: none;
    }
}


