/** COLORS ************/
/** #ed6a5a; /** orange **/
/** #f08475; /** light orange **/
/** #004374; /** dark blue **/
/** #1c72b0; /** light blue **/

/** FONTS *************/
@font-face {
    font-family: 'Tajawal';
    src: url("/ims/assets/ctx/19dd5977/fonts/Tajawal/Tajawal-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tajawal';
    src: url("/ims/assets/ctx/128b7fba/fonts/Tajawal/Tajawal-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
	font-family: 'Tajawal';
	font-size: 9pt;
}
a, .ui-widget-content a, .nav-link {
	color: #004374; /** dark blue **/
}
a:hover, a:active, .ui-widget-content a:hover, .ui-widget-content a:active {
	color: #1c72b0; /** light blue **/
	text-decoration: none;
}

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

a:not([href]):not([class]):hover, a:not([href]):not([class]):focus {
	color: #1c72b0;
}


.label-document > a {
	font-family: Arial, Helvetica, sans-serif;
}
#header {
    margin-bottom: 0;
}
#header-logo > a > img {
	padding-top: 0px;
	height: 70px;
	width: auto;
}
#header-box > #languages {
	margin-bottom: 5px;
	text-shadow: none;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #ed6a5a; /** orange **/
	border-radius: 15px;
	border: 0;
}
#header-box > #languages > a {
    padding: 4px 12px 0;
	color: white;
	text-shadow: none;
	border: 0;
}
#header-box > #languages > a:hover {
	color: white;
	text-decoration: none;
	background-color: #f08475; /** light orange **/
	border: 0;
}

#header-box > #languages > #loginLink:hover {
    border-radius: 15px;
}

#header-box > #languages > .btn-link:hover {
    border-radius: 15px 0 0 15px;
}

#header-box > #languages > #logoutLink:hover {
    border-radius: 0 15px 15px 0;
}

#header-box > #languages > a.active {
	color: #263687; /** txt blue **/
	font-weight: bold;
	text-decoration: none;
	background-color: #f6f5f7;
	border: 0;
	border-radius: 0;
}

.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 {
    margin-top: 0;
    margin-bottom: 5px;
}

#main_menu .nav-pills {
	background-image: none;
	background-color: #004374; /** dark blue **/
	border-radius: 4px;
	border-top: none;
}
#main_menu .nav-pills > li > a {
	padding: 16px 12px 10px !important;
	margin: 0 5px;
	font-size: 10pt;
	letter-spacing: .1em;
}
#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 {
	color: #ed6a5a; /** orange **/
	font-weight: normal;
	background-image: none;
	background-color: transparent;
}
div.footersection {
	background-image: none;
	background-repeat: no-repeat;
	background-color: #032b4a; /** darker blue **/
	border-radius: 4px;
}
.footersection_content {
	padding: 6px 10px;
	border-radius: 0;

	color: white;
}
div.copyrights {
	color: white;
}
.footerlinks a {
	color: white;
}
div.hsection {
    padding-top: 10px;
	color: #f08475; /** light orange **/
	font-size: 12pt;
	letter-spacing: .1em;
	border-bottom: 1px solid #f08475; /** light orange **/
}

.widget div.hsection {
    margin-bottom: 3px;
    line-height: 20px;
}

.viewAllAnn {
	margin-bottom: 3px;
	padding: 5px 0 1px;
    line-height: 20px;
	text-align: left;
	border: 0;
	border-bottom: 1px solid #f08475; /** light orange **/
}
.viewAllAnn > a {
    padding-bottom: 0;
	color: #004374; /** dark blue **/
	font-size: 12pt;
}

.infoLabel {
	font-weight: bold;
	font-size: 10pt;
}

.infoData {
	font-size: 10pt;
}

.btn {
    padding: 5px 12px 1px;
    border-radius: 15px;
    box-shadow: none;
}

.btn-primary {
	background-color: #ed6a5a; /** orange **/
	border: none;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #f08475; /** light orange **/
}

.btn-default {
    padding: 5px 12px 1px;
    border-bottom-color: #cccccc;
}

.btn-link {
	color: #004374; /** dark blue **/
}

.btn-link:hover,
.btn-link:focus {
	color: #1c72b0; /** light blue **/
}

.btn-sm {
    padding: 4px 10px 0;
}

.btn-sm {
    padding: 6px 6px 3px;
    line-height: normal;
}

.btn-sm .caret {
    margin-top: 4px;
}

.btn-planAc {
    padding-right: 0;
    padding-left: 0;
}

.hsection .btn {
    padding-top: 6px;
    padding-bottom: 2px;
    letter-spacing: 0;
}

input.btn {
    padding-top: 5px;
    padding-bottom: 3px;
}

.badge {
    padding: 4px 9px 0;
}

.tag span {
    vertical-align: 2px;
}

#main_menu li.search > form {
    margin: 6px 0 6px;
}

li.search a > .fa {
	color: inherit;
	font-weight: normal !important;
	opacity: 1;
}
div.t-data-grid {
    font-family: Arial, Helvetica, sans-serif;
}
#main_menu .nav-pills li.search #globalSearchForm a {
    padding-top: 10px;
    margin-right: 6px;
    color: #ed6a5a; /** orange **/
    font-size: 10pt;
    background: none;
    background-color: transparent;
    border: none;
}

/** Book **/
div.t-data-grid table {
	border-radius: 4px;
	border: 0;
	border-bottom: 1px solid #DDD;
}
div.t-data-grid table thead th {
	background-image: none;
	background-color: #004374; /** dark blue **/
	color: white;
}
table.widget, table.widget td, table.table-bordered td {
	border-radius: 0 !important; 
}
table.widget thead th {
	background-image: none;
	background-color: #004374; /** dark blue **/
	font-weight: normal;
	border-top: 0 !important;
}
table.widget thead td {
	background-image: none;
	background-color: #004374; /** dark blue **/
	color: white;
	font-weight: normal;
}
table.widget tr.total td {
	background-color: #EFEFEF;
	border-radius: 0;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none;
    background: none;
    background-color: #ed6a5a; /** orange **/;
    color: white;
}

.ui-state-highlight:hover,
.ui-widget-content .ui-state-highlight:hover,
.ui-widget-header .ui-state-highlight:hover {
    background-color: #f08475; /** light orange **/
    color: white;
}

.ui-datepicker .ui-icon {
    background-image: none;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
    background-image: none;
    background-color: transparent;
    border: none;
}

.ui-datepicker .ui-datepicker-prev::after,
.ui-datepicker .ui-datepicker-next::after {
    display: block;
    margin-top: 6px;
    margin-left: 7px;
    font-family: 'Font Awesome 5 Pro';
    color: white;
    font-size: 15px;
}

.ui-datepicker .ui-datepicker-prev::after {
    content: "\f053";
}

.ui-datepicker .ui-datepicker-next::after {
    content: "\f054";
}

.ui-datepicker td span,
.ui-datepicker td a {
    border-radius: 4px;
    border-color: transparent !important;
}



.ui-datepicker td span:hover,
.ui-datepicker td span:focus,
.ui-datepicker td a:hover,
.ui-datepicker td a:focus {
    background-color: #eeeeee;
}

.ui-datepicker .ui-state-default {
    background: none;
}

.ui-datepicker .ui-state-default.ui-state-highlight {
    background-color: #f08475; /** light orange **/
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background-color: #eeeeee;
}


div.t-data-grid table thead th:first-child {
	border-left: 0;
}
.table th {
	background-image: none;
	border-top: 2px solid #004374 !important; /** dark blue **/
	background-color: #004374; /** dark 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 #ed6a5a; /** orange **/
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
    color: #263687; /** txt blue **/
    border: 2px solid #ed6a5a !important; /** orange **/
    border-bottom-color: white !important;
}
/** end of nav-tabs **/

.nav-pills > li > a {
    padding: 9px 12px 5px;
	border-radius: 4px;
}

.well {
	border-radius: 4px;
}

#tabs .nav-pills > .active > a, #tabs .nav-pills > .active > a:hover {
	background-color: #ed6a5a; /** orange **/
	color: white;
}

h4 {
	font-size: 12pt;
	color: #004374; /** dark blue **/
}
#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: 10pt;
}
.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 #bfbfbd; /** Gray **/
	padding: 2px 4px;
	font-size: 9pt;
}

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

.acctTransTab td {
	padding: 3px 4px;
	border-top: 0;
	border-bottom: 1px solid #bfbfbd; /** Gray **/
}
.acctTransTab td > a > img {
	vertical-align: middle;
	margin-right: 3px;
	margin-top: -3px;
	height: 11px;
	width: auto;
}

.txntrades {
	padding: 0 !important;
}

.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: 9pt;
}

.acctTransSubTab th {
	border: 0 !important;
	border-bottom: 1px solid #EFEFEF; /** light gray **/
	background-color: #EFEFEF !important; /** light gray **/
	color: black !important;
	font-size: 9pt;
	font-weight: bold !important;
}
.acctTransTab tr.noborder td {
	border-bottom: 0;
}
.voucherOption {
	margin-bottom: 5px;
}


/** dashboard **/
.gridster {
	background-color: white;
}

/** modal **/
div.ui-widget-header {
	background: #004374; /** dark blue **/
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    padding: 5px 5px 0 !important;
    line-height: 1.3 !important;
}

/** cascade fixes **/
DIV.t-data-grid-pager SPAN.current {
	background-color: #1c72b0; /** light blue **/
}

/** Table pagination **/
.pagination > li > a,
.pagination > li > span {
    border: none;
    border-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover
.pagination > li > span:focus {
    color: #004374; /** dark blue **/;
    background-color: #eeeeee;
}

.pagination > li > a,
.pagination > li > span {
    border-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #ed6a5a; /** orange **/
    border-color: #ed6a5a; /** orange **/
}

/** Ann **/
.annTitle {
    color: #263687; /** blue **/
}

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

#docsZone ul.doclist li {
    color: #7583C0; /** light blue **/
}
.remove-icon,.reorder-icon,.download-icon,.upload-icon,.play-icon,.refresh-icon,.virus-icon,.download-wait-icon, .splitter-icon {
	background: url("/ims/assets/ctx/f750674d/images_pblife/imsicons.png") no-repeat;
}

.cmsMarketingMenu {
    border-right: 1px solid #7583C0; /** light blue **/
}
.cmsMarketingMenu .filterEmptyClass a, .cmsMarketingMenu .cmsMarketingMenuActive a {
    border: 1px solid #7583C0; /** light blue **/
    border-right: 1px solid white;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    background-color: #1c72b0; /** light blue **/
}

/** Bootstrap overrides **/
[class^="icon-"],
[class*=" icon-"] {
    vertical-align: middle !important;
}

input[type="radio"],
input[type="checkbox"] {
    margin-top: 1px !important;
}

button.btn,
input[type="submit"].btn {
    padding: 4px 12px;
}

/** Dark and Light Branding colors **/
.darkBrandingColor {
    color: #004374 !important; /** dark blue **/
}
.lightBrandingColor {
    color: #1c72b0 !important; /** light blue **/
}
.darkBrandingBGColor {
    background-color: #004374 !important; /** dark blue **/
}
.lightBrandingBGColor {
    background-color: #1c72b0 !important; /** light blue **/
}
.darkBrandingBColor {
    color: #004374 !important; /** dark blue **/
}
.lightBrandingBColor {
    color: #1c72b0 !important; /** light blue **/
}

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

/* Fixes for conf */
 .fls-span9Fix a[title="Direct Funds"] {
    display: none;
 }