body {
	font-family: Arial, Helvetica, sans-serif;
}
a, .ui-widget-content a, .nav-link {
    color: #4F6D9F; /** glacier blue **/
}
a:hover, a:active, .ui-widget-content a:hover, .ui-widget-content a:active {
    color:  #173177; /** dark Blue **/
}


a:not([href]):not([class]) {
	color: #4F6D9F;
}

a:not([href]):not([class]):hover {
	color: #173177;
	cursor: pointer;
}

.label-document > a {
	font-family: Arial;
}
#header-logo > a > img {
	padding-top: 5px;
	width: 130px;
}
#header-box > #languages {
	text-shadow: none;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #4F6D9F; /** glacier blue **/
	border-radius: 0;
	margin-bottom: 6px;
}
#header-box > #languages > a {
	text-shadow: none;
	color: white;
	border: 0;
}
#header-box > #languages > a:hover {
	background-color: #618DB4; /** dusk blue **/
	color: white;
	border: 0;
	border-radius: 0;
	text-decoration: none;
}
.namebanner {
	line-height: 1em;
	margin-top: 3px;
}
.pwdAlert {
    width: 350px;
    font-size: 11px;
    padding: 2px 8px 2px 0;
    text-align: right;
    margin: 0;
    margin-left: auto;
    margin-top: 6px;
}
.pwdAlert a {
    font-weight: bold;
}
.pwdAlert .faIcon-md {
    vertical-align: middle;
    font-size: 14px;
}
.pwdAlertLink {
    margin-left: 8px;
}

#main_menu .nav-pills { 
	background-image: none;
	background-color: #4F6D9F; /** glacier blue **/
	border-radius: 0;
	border-top: 2px solid #333E48; /** wealth gray **/
}
#main_menu .nav-pills > li {
	border-right: 1px solid #7C878E; /** Glacier Gray **/
	margin: 0;
}
#main_menu .nav-pills > li:last-child {
	border-right: 0;
}
#main_menu .nav-pills > li > a {
	padding: 12px;
	margin: 0;
}
#main_menu .nav-pills > li >a:hover, #main_menu .nav-pills > li.active > a, #main_menu .nav-pills > li.active > a:hover, #main_menu .nav-pills > li > a:focus {
	background-image: none;
	background-color: #618DB4; /** dusk blue **/
	border-radius: 0;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    color:#ffffff;
    background-color: #618DB4; /** dusk blue **/
}

#main_menu .nav-pills li.search #globalSearchForm a {
    color: #333;
}

.sign-out-button {
	top: 8px;
}

div.footersection {
	background-image: none;
	background-repeat: no-repeat;
	background-color: white;
}
.footersection_content {
	padding: 6px 10px;
	border-radius: 0;
	background-color: #4F6D9F; /** glacier blue **/
	color: white;
}
.footersection_content div.copyrights {
	color: white;
}
.footersection_content .footerlinks a {
	color: white;
}

div.hsection {
	font-size: 11pt;
	font-weight: bold;
	color: #333E48; /** wealth gray **/
	border-bottom: 1px solid #7C878E; /** Glacier Gray **/
}
.viewAllAnn {
	text-align: left;
	border: 0;
	border-bottom: 1px solid #7C878E; /** Glacier Gray **/
	line-height: 30px;
	padding: 2px 0 1px 0;
	margin-bottom: 10px;
}
.viewAllAnn > a {
	font-size: 11pt;
	font-weight: bold;
	color: #333E48; /** wealth gray **/
}
.infoLabel {
	font-weight: bold;
	font-size: 8pt;
}
.infoData {
	font-size: 8pt;
}

.btn-primary, .btn-primary:focus {
	background-color: #4F6D9F; /** glacier blue **/
}
.btn-primary:hover, .btn-primary:active {
	background-color: #618DB4; /** dusk blue **/
}
.btn-link {
	color: #4F6D9F; /** glacier blue **/
}

/** Book **/
div.t-data-grid table {
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #DDD;
}
div.t-data-grid table thead th {
	background-image: none;
	background-color: #4F6D9F; /** glacier blue **/
	color: white;
	border-radius: 0 !important;
}
div.t-data-grid table thead th:first-child {
	border-left: 0;
}
.table th {
	background-image: none;
	border-top: 1px solid #333E48 !important; /** wealth gray **/
	background-color: #4F6D9F; /** glacier blue **/
	color: white;
}
div.t-data-grid table td:first-child {
	border-left: 0;
}
.boldR {
	font-weight: bold;
}
.div-bordered {
	background-color: #EFEFEF; /** light gray **/
	border-radius: 0;
	border: 0;
}
#contractSummary td.tab-data {
	font-weight: bold;
	text-align: left;
}

/** nav-tabs **/
.nav-tabs {
	border-bottom: 2px solid #4F6D9F; /** glacier blue **/
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
    color: #333E48; /** wealth gray **/
    border: 2px solid #4F6D9F !important; /** glacier blue **/
    border-bottom-color: transparent !important;
}
/** end of nav-tabs **/

.nav-pills > li > a {
	border-radius: 0; 
}
.well {
	border-radius: 0; 
}

#tabs .nav-pills a:focus, 
#tabs .nav-pills a:hover {
	background-color: #EFEFEF; /** light gray **/
	color: #333E48; /** wealth gray **/
	border-radius: 0; 
}

#tabs .nav-pills > .active > a, 
#tabs .nav-pills > .active > a:hover {
	background-color: #5493BD; /** secondary blue **/
	color: white;
	font-weight: normal;
	border-radius: 0; 
}

h4 {
	font-size: 12pt;
	font-weight: bold;
	color: #333E48; /** wealth gray **/
}
#acctActions {
	background-color: #EFEFEF; /** light gray **/
	border-radius: 0;
}
.acctSummaryTop > table.table-nohead th {
	display: none;
}

.acctSummaryTop table.table-striped td, .acctSummaryContract table.table-striped td {
	border: 0;
	padding: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
	background-color: #EFEFEF; /** light gray **/
}


.acctSummaryTop > table.table-nohead td, .acctSummaryContract > table.table-nohead td {
	font-size: 9pt;
}
.acctSummaryTop > table.table-nohead td:nth-child(odd), .acctSummaryContract > table.table-nohead td:nth-child(odd) {
	font-weight: bold;
}

.acctPosTable td {
	border-top: 1px solid #7C878E; /** Glacier Gray **/
	padding: 2px 4px;
	font-size: 9pt;
}

.acctPosTable tbody > tr:nth-child(odd) > td {
	background-color: #EFEFEF; /** light gray **/
}
/** rotate color not implemented on this table**/

.acctTransTab td {
	padding: 3px 4px;
	border-top: 0;
	border-bottom: 1px solid #7C878E; /** Glacier Gray **/
}

.acctTransTab td a:hover, .acctTransTab td a:focus{
    text-decoration: none;
}

.acctTransTab td > a > img {
	vertical-align: middle;
	margin-right: 3px;
	margin-top: -3px;
	height: 11px;
	width: auto;
}
.txntrades {
	padding: 0 !important;
}

.acctDetailsTransTab  {
    table-layout: fixed;
    width: 100%;
    empty-cells: show;
}

.acctDetailsTransTab th.contractCode {
    width: auto;
}
.acctDetailsTransTab th.feeType {
    width: 9%;
}
.acctDetailsTransTab th.status {
    width: 9%;
}
.acctDetailsTransTab th.currency {
    width: 9%;
}
.acctDetailsTransTab th.amount {
    width: 11%;
}
.acctDetailsTransTab th.date {
    width: 11%;
}
.acctDetailsTransTab th.expectedCollection {
    width: 11%;
}
.acctDetailsTransTab th.collectedOn {
    width: 11%;
}


.acctTransSubTab {
	border: 0;
	margin-bottom: 0;
	border-left: 1px solid #EFEFEF; /** light gray **/
	border-top: 1px solid #EFEFEF; /** light gray **/
	border-right: 1px solid #EFEFEF; /** light gray **/
	padding-left: 17px;
}
.acctTransSubTab td {
	border: 0;
	border-top: 1px solid #EFEFEF; /** light gray **/
	font-size: 8pt;
}

.acctTransSubTab th {
	border: 0 !important;
}

.acctTransSubTab th a {
     color: black !important;
}

.acctTransTab tr.noborder td {
	border-bottom: 0;
}

.acctDetTransSubTab {
    table-layout: fixed;
    width: 100%;
    empty-cells: show;
	border: 0;
	margin-bottom: 0;
}
.acctDetTransSubTab td {
	border: 0;
	border-top: 1px solid #EFEFEF !important; /** light gray **/
	font-size: 8pt;
	padding: 3px 5px !important;

}

.acctDetTransTab tr.noborder td {
	border-bottom: 0;
}

.voucherOption {
	margin-bottom: 5px;
}

tr.newAllocTabTotal td {
    border-bottom: 1px solid #CCC;
    font-weight: bold;
}
.sbDisc {
    font-size: 0.9em;
    color: #888;
    line-height: 14px;
}

/** modal **/
div.ui-widget-header {
	background: #4F6D9F; /** glacier blue **/
}
/** cascade fixes **/
DIV.t-data-grid-pager SPAN.current {
	background-color: #4F6D9F; /** glacier blue **/
}

/** Ann **/

.annTitle {
    color: #4F6D9F;
}

a.qq-upload-button {
    background: url("/ims/assets/ctx/f59345fa/images_glacier/upload-arrow.png") 16px 6px no-repeat !important;
}

#docsZone ul.doclist li {
    color: #4F6D9F;
}
.remove-icon,.reorder-icon,.download-icon,.upload-icon,.play-icon,.refresh-icon,.virus-icon,.download-wait-icon, .splitter-icon {
	background: url("/ims/assets/ctx/87c847df/images_glacier/imsicons.png") no-repeat;
}

#loginLink {
    display: none;
}

.cmsMarketingMenu {
    border-right: 1px solid #4F6D9F; /** glacier blue **/
}
.cmsMarketingMenu .filterEmptyClass a, .cmsMarketingMenu .cmsMarketingMenuActive a {
    border: 1px solid #4F6D9F; /** glacier blue **/
    border-right: 1px solid white;
}


/* Upload reports */


.currentReportUploads .uploadArea b {
    color: #4F6D9F; /** glacier blue **/
}

.currentReportUploads a.qq-upload-button::before {
    color: #4F6D9F; /** glacier blue **/
}
/* End of Upload reports */


/* Pager */

.t-data-grid .t-data-grid-pager a,
.t-data-grid .t-data-grid-pager .current {
    color: #4F6D9F; /** glacier blue **/
    border-color: #618DB4;
}

.t-data-grid .t-data-grid-pager .current {
    color: #FFF;
}

.t-data-grid .t-data-grid-pager a:hover {
    border-color: #4F6D9F; /** glacier blue **/
}




/** Dark and Light Branding colors **/
.darkBrandingColor {
    color: #4F6D9F !important; /** glacier blue **/
}

.lightBrandingColor {
    color: #618DB4 !important; /** dusk blue **/
}

.darkBrandingBGColor {
    background-color: #4F6D9F !important; /** glacier blue **/
}

.lightBrandingBGColor {
    background-color: #618DB4 !important; /** dusk blue **/
}

.darkBrandingBColor {
    border-color: #4F6D9F !important; /** glacier blue **/
}

.lightBrandingBColor {
    border-color: #618DB4 !important; /** dusk blue **/
}

/* follow workflow switch on search - branding colors (dark) */
.followWorkflowSw .react-toggle--checked .react-toggle-track {
  background-color: #4F6D9F !important;
}
.followWorkflowSw .react-toggle--checked .react-toggle-thumb {
  border-color: #4F6D9F !important;
}
.followWorkflowSw .react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #4F6D9F !important;
}

.cgtWidgetTable {
    table-layout: fixed;
    empty-cells: show;
    width: 100%;
}
.cgtWidgetTable td {
    padding: 3px 12px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    vertical-align: top;
}
.cgtWidgetTable td:last-child {
    border-right: 0;
}
.cgtWidgetTable tr:last-child td {
    border-bottom: 0;
}

.cgtWidTitle {
    font-size: 1.1em;
    margin-bottom: 2px;
    color: #555;
}
.cgtWidValue {
    font-size: 1.3em;
    color: #555;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: right;
}

/** Model Dashboard **/

/** Notifications **/
.public-notifications .notifications-icon {
    vertical-align: -2px;
}

.subSectionTitle {
	font-size: 14px;
	color: rgb(75,106,154);
	margin-bottom: 6px;
	font-weight: bold;
}

.requiredDocsTab {
    margin-bottom: 0;
}

.requiredDocsTab th {
    text-align: center !important;
    vertical-align: middle !important;
    width: 16.7%;
    border-top: 0 !important;
}

.requiredDocsTab td {
    text-align: center !important;
    vertical-align: middle !important;
    width: 16.7%;
}

.glacierPlanHolderSignature {
    margin-top: 10px;
}

.tableView tr.totalRow td, .totalRow td {
    font-weight: bold !important;
}

/* Investor info */
.profileInfoContent,
.summaryInfo {
	height: 100%;
	padding: 20px;
	background-color: #f4f4f4;
	border-left: 5px solid #4F6D9F; /** glacier blue **/
	border-radius: 6px;
}

body:has(.updateInfoClass) #tabs + .hsection {
	display: none;
}

.well:has(#profile-details) {
	background-color: #f4f4f4;
	border: none;
	border-radius: 10px;
	box-shadow: none;
}

.well:has(.summaryInfo) {
	padding-top: 0;
	background-color: transparent;
	border: none;
	box-shadow: none;
}

#profile-details i::before {
	font-size: 18px;
	vertical-align: middle;
}

#profile-details i[data-status="updated-info"]::before {
	content: '\f058';
	color: #009677;
}

#profile-details i[data-status="missing-info"]::before {
	content: '\f06a';
	color: red;
}

#profile-details i[data-status="warning"]::before {
	content: '\f05a';
	color: #F98701;
}

#profile-details i[data-status="no-change"]::before {
	content: '\f00c';
	padding: 2px;
	color: #009677;
	font-size: 12px;
	border: 1.5px dashed;
	border-radius: 100%;
}

.updateInfoClass::before {
	content: 'Update Personal Information';
	margin-bottom: 20px;
	padding: 2px 0;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	color: #333E48;
	line-height: 30px;
	border: 0;
	border-bottom: 1px solid #7C878E;
}

.updateInfoClass .hsection {
	margin-top: 10px;
	padding-left: 10px;
	color: #4F6D9F; /** glacier blue **/
	background-color: #f4f4f4;
	border: none;
	border-radius: 6px;
}

.updateInfoClass .hsection::after {
	content: '\f0c6';
	margin-left: 0.3em;
	font-family: "Font Awesome 5 Pro";
	font-size: 1.3em;
	font-weight: 400;
	vertical-align: middle;
}

.updateInfoClass .form-control:not(.form-select),
.updateInfoClass .form-select:not(.input-group-addon_ims_select){
	padding-block: 10px;
	color: #6f6f6f;
	border-radius: 4px;
}

.updateInfoClass .form-group:not(:has(.form-check)) label,
.updateInfoClass #identificationsHeader th span {
	width: fit-content;
	padding-inline: 3px;
	display: block;
	position: relative;
	z-index: 10;
	translate: 7px 11px;
	font-weight: normal;
	background-color: white;
}

.updateInfoClass .fa-plus:before {
	content: '\f055';
}

.updateInfoClass .col-4:has(.pepWell) {
	width: 50%;
}

.updateInfoClass .row:has(.pepWell) .col-4:last-child {
	display: none;
}

.updateInfoClass .pepWell {
	border: none;
	background-color: #f4f4f4;
	box-shadow: none;
	border-radius: 6px;
}

.updateInfoClass .btn[id^="add"] {
	padding: 0;
	color: #4F6D9F; /** glacier blue **/
	background-color: transparent;
}

.col-12.summaryInfo div[style*="border-bottom"] {
	border: none !important;
}

.col-12.summaryInfo .dl-horizontal {
	margin-bottom: 15px;
}

.col-12.summaryInfo dd {
	padding-left: 20px;
}

.col-12.summaryInfo dd .col-4 {
	min-height: auto;
}

.reviewDocsRequiered .docsBox {
	margin-bottom: 15px;
	padding: 15px;
	background-color: #f4f4f4;
	border-radius: 10px;
}

.reviewDocsRequiered .table,
.reviewDocsRequiered .table td {
	background-color: transparent;
}

.reviewDocsRequiered .table th {
	color: inherit;
	background-color: transparent;
	border-top: none !important;
}

.reviewDocsRequiered .table tbody tr:nth-child(odd) td {
	background-color: rgb(0, 0, 0, 0.03);
}

div:has(#asOfTitle) table th[data-grid-property="name"] {
	width: 50% !important;
}

div:has(#asOfTitle) table th[data-grid-property="numberOfAccounts"],
div:has(#asOfTitle) table th[data-grid-property="adviceFee"],
div:has(#asOfTitle) table th[data-grid-property="orgAcctNum"],
div:has(#asOfTitle) table th[data-grid-property="currentValue"],
div:has(#asOfTitle) table th[data-grid-property="topUpMax"],
div:has(#asOfTitle) table th[data-grid-property="topUpEndDate"] {
	width: auto !important;
}

/* user switch */
.userSwitch {
	top: 10px !important;
}

/** Responsive **/
@media (max-width: 768px) {
    #header-logo {
        margin-bottom: 20px;
    }
    #main_menu .nav-pills {
        text-align: center;
    }
    .nav-tabs>li, .nav-pills>li a {
        display: inline-block;
    }
    #wrapMenu {
        background-color: #4f6d9f;
    }
    #wrapMenu #main_menu{
        background-color: #4f6d9f;
    }
    #wrapMenu label i {
        color: white;
    }
    #main_menu .nav-pills > li {
        border-right: none;
    }
}


