/*client_navigation.css*/
:root{
	--topnavTop: 0px;
	--navBarHeight: 50px;
	--navtabbgTop: 54px;
}
#navigation {
	width: 100%;
	background: #32363B none;
	border-bottom: 1px solid #32363B;
	border-top: 1px solid #32363B;
	height: var(--navBarHeight);
}

#navigation ol {
	background: #32363B none;
}
#breadcrumb {
	background-color: #fff;
	border-bottom: 1px solid #808080;
}

.nav_tab {
	/* Special */
	border: 1px solid #666666;
	border-top-width: 0;
	background-color: #fff;
	top: var(--navBarHeight);
}

.nav_tab div.header {
	/* Special */
	background-color: #fff;
}
.nav_tab_bg {
	/* Special */
	background-color: #666;
	border: 1px solid #666;
	top: var(--navtabbgTop);
}
.nav_tab_left {
	/* Special */
	background-color: #fff;
}
.nav_tab_left a,.nav_tab_left a:link {
	/* Special */
	color: #666;
}
.nav_tab_left a:hover,.nav_tab_left a:active {
	text-decoration: none;
	/* Special */
	color: #0000FF;
}
.nav_tab_left a.ancestor,.nav_tab_left a.ancestor:link {
	/* Special */
	background: #fff url(/images/boa_anc.png) no-repeat 0 6px;
	color: #000;
	border-bottom: 1px solid #ccc;
}
.nav_tab_left a.ancestor:hover,.nav_tab_left a.ancestor:active {
	/* Special */
	color: #357EC7;
}
.nav_change_tranche a, .nav_change_tranche a:link{
	background: #f5f5f5 none;
}
.nav_change_tranche a:hover, .nav_change_tranche a:active{
	background: #f5f5f5 none;
}
.nav_tab_left a.child, .nav_tab_left a.child:link, a.child, a.child:link{
	background: #f5f5f5 url(/images/nav2_static.gif) no-repeat 22px 6px;
	/* Special */
}
.nav_tab_left a.child:hover, .nav_tab_left a.child:active {
	background: #f5f5f5 url(/images/nav2_hover.gif) no-repeat 22px 6px;
	/* Special */
}
.nav_tab_left a.sibling,.nav_tab_left a.sibling:link {
	/* Special */
	background: #fff url(/images/nav2_static.gif) no-repeat 0px 6px;
	border-bottom: 1px solid #999;
}
.nav_tab_left a.sibling:hover,.nav_tab_left a.sibling:active {
	/* Special */
	background: #fff url(/images/nav2_hover.gif) no-repeat 0px 6px;
}
.nav_tab_left a.self,.nav_tab_left a.self:link  {
	/* Special */
	color: #000;
	border-bottom: 1px solid #000;
}
li.hasChildren {
	/* Special */
	border-bottom: 1px solid #999;
}
a.no_page, a.no_page:link, a.no_page:hover, a.no_page:active {
	/* Special */
	background: #fff none;
	color: #000;
	border-bottom: 1px dotted #000;
}
a.no_page_open, a.no_page_open:link, a.no_page_open:hover, a.no_page_open:active {
	background: #fff none;
}
.nav_tab_left a.header,.nav_tab_left a.header:link,.nav_tab_left a.header:hover,.nav_tab_left a.header:active {
	/* Special 	background-image: none;*/
	border-bottom: 1px dotted #000;
	color: #000;
}
.nav_tab_right ul {
	/* Special */
	border: 1px solid #808080;
	background-color: #fff;
}
.nav_tab_ft h4 {
	/* Special */
	background-color: #ffedca;
}
span.help {
	/* Special */
	background: #fff none;
}

a.navL1MenuItem,
a.navL1MenuItem:link,
#navL1Menu2 a,
#navL1Menu2 a:link {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	height: var(--navBarHeight);
	min-width: 90px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: space-around;
	color: #FFFFFF;
}

a.navL1MenuItem:hover,
a.navL1MenuItem:active {
	background-color: #ced4da40;
	color: #FFFFFF;
}

#navL1Menu a.selected,
#navL1Menu a.selected:link,
#navL1Menu a.selected:hover,
#navL1Menu a.selected:active {
	background-color: #ced4da40;
	color: #FFFFFF;
}

a.navL1MenuItem::after {
   content: url("/images/caret_down.gif");
   display: inline-block;
   margin-top: -2px;
}

a.navL1MenuItem.deals_icon:hover::before, a.navL1MenuItem.deals_icon.selected::before, a.navL1MenuItem.deals_icon:active::before, a.navL1MenuItem.deals_icon.selected:active::before{
	content: url("/images/deals_icon_selected.gif");
}

a.navL1MenuItem.deals_icon::before {
	content: url("/images/deals_icon.gif");
	display: inline-block;
	margin-top: 4px ;
}

a.navL1MenuItem.orders_icon:hover::before, a.navL1MenuItem.orders_icon.selected::before, a.navL1MenuItem.orders_icon:active::before, a.navL1MenuItem.orders_icon.selected:active::before {
	content: url("/images/deals_icon_selected.gif");
}

a.navL1MenuItem.orders_icon::before {
	content: url("/images/deals_icon.gif");
	display: inline-block;
	margin-top: 4px;
}

a.navL1MenuItem.analysis_icon:hover::before, a.navL1MenuItem.analysis_icon.selected::before, a.navL1MenuItem.analysis_icon:active::before, a.navL1MenuItem.analysis_icon.selected:active::before {
	content: url("/images/analysis_icon_selected.png");
}

a.navL1MenuItem.analysis_icon::before {
	content: url("/images/analysis_icon.png");
	display: inline-block;
	margin-top: 4px ;
}

a.navL1MenuItem.admin_icon:hover::before, a.navL1MenuItem.admin_icon.selected::before, a.navL1MenuItem.admin_icon:active::before, a.navL1MenuItem.admin_icon.selected:active::before {
	content: url("/images/admin_icon_selected.png");
}

a.navL1MenuItem.admin_icon::before {
	content: url("/images/admin_icon.png");
	display: inline-block;
	margin-top: 4px ;
}

a.navL1MenuItem.recent_icon:hover::before, a.navL1MenuItem.recent_icon.selected::before, a.navL1MenuItem.recent_icon:active::before, a.navL1MenuItem.recent_icon.selected:active::before {
	content: url("/images/recent_icon_selected.png");
}

a.navL1MenuItem.help_icon:hover::before, a.navL1MenuItem.help_icon.selected::before, a.navL1MenuItem.help_icon:active::before, a.navL1MenuItem.help_icon.selected:active::before {
	content: url("/images/help_icon_selected.png");
}
a.navL1MenuItem.recent_icon::before {
	content: url("/images/recent_icon.png");
	display: inline-block;
	margin-top: 4px ;
}

a.navL1MenuItem.help_icon::before {
	content: url("/images/help_icon.png");
	display: inline-block;
	margin-top: 4px ;
}
#username a,
#username a:link {
	text-align: right !important;
	display: flex !important;
	max-width: 200px !important;
}

#username a,
#username a:link,
#username a:hover,
#username a:active {
	color: #FFFFFF;
}

#username>a{
	cursor: help;
}

.userMenuList {
	height: 30px !important;
	color: #32363B !important;
	float: left !important;
}

.menuList li:hover {
	background-color: #f8f9fa;
}

.menuList li {
	width: 100%;
	float: left !important;
}

.nav_tab_UserMenu {
	border: 1px solid #66666652;
	border-top-width: 0;
	background-color: #fff;
	position: absolute;
	width: auto;
	height: auto;
	overflow: hidden;
	z-index: 93;
	right: 0 !important;
	left: auto !important;
	box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
	top: var(--navBarHeight);
}

#navUserMenuEmail {
	color: #92969A !important;
	font-family: Source Sans Pro, sans-serif !important;
	font-size: 9px !important;
}

#userNameAndEmail {
	box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
	display: flex;
	flex-direction: column;
	height: 40px;
}

#splogocontainer:hover{
	background-color: #ced4da40;
}

#splogocontainer{
	width: 106px;
	height: var(--navBarHeight);
}

#splogo {
	position: absolute;
	left: 10px;
	top: 12px;
	width: 85px;
	height: 20px;
	alt: "IssueBook";
	content: url("/images/splogo.png");
}

#issueBookText {
	align-items: center;
	width: 85px;
	height: var(--navBarHeight);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	box-shadow: inset -1px 0px 0px #ffffff1a, inset 1px 0px 0px #ffffff1a;
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}

#navigationFiller {
	height: 74px;
}

#topnav{
	top:var(--topnavTop) !important;
}

div#uatheader{
	position: absolute;
	top: 0px;
	height: 10px;
	text-align: center;
	background-color: #ffffa8;
	width: 100%;
	font-size: smaller;
	font-weight: 750;
}

#clientLogoHolder{
	height: var(--navBarHeight);
	position: absolute;
	right: 220px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
/*client_branding.css*/
/* For Name and ID of Application */
div#header {
	display: none;
}
div#header h1 {
	display: none;
}

#header {
	display: none !important;
	height: 0px !important;
	position: relative !important;
}


span.button-body {
	background: #fff url(/images/wl_button.png) repeat center left;
}
span.button-left {
	background: #fff url(/images/wl_button_left.png) no-repeat center right;
}
span.button-right {
	background: #fff url(/images/wl_button_right.png) no-repeat center left;
}

div.loading_tl, div.loading_tr, div.loading_bl, div.loading_br {
	background: #cce3f5 url(/images/loading_sprite.png) no-repeat 0px 0px;
}
*/
a.toggle_display, a.toggle_display:link {
	background: transparent url(/images/whitelabel_show_hide.gif) no-repeat 0px 0px;
}
a.toggle_display_visible, a.toggle_display_visible:link {
	background: transparent url(/images/whitelabel_show_hide.gif) no-repeat 0px -39px;
}
a.toggle_display_h, a.toggle_display_h:link {
	background: transparent url(/images/whitelabel_show_hide.gif) no-repeat 0px 8px;
}
a.toggle_display_visible_h, a.toggle_display_visible_h:link {
	background: transparent url(/images/whitelabel_show_hide.gif) no-repeat 0px -31px;
}

/* Orderbook */
#multiTrancheListOrdersForm #dataList table td {
	border-color:#DBDDDE;
}

.two_column_layout .col_left_outer,
.two_column_layout .right_col {
	background-color: #fff;
}


/* Navigation Tabs */
#listOrdersNavigation ol{
	border-bottom: 0px;
}
#listOrdersNavigationUpdate {
	padding-top:0px;
	z-index:0;
}
#listIssuesInfo .navigation_tabs, .navigation_tabs {
	margin-bottom: 0px;
	background:transparent url(/images/nav_bg.png) repeat-x scroll left bottom;
	z-index: 200;
}
#listIssuesInfo #tabs{
	padding-bottom: 0px;
}
.navigation_tabs .tranche_heading{
	line-height: 2;
	color: #000;
}
.navigation_tabs li {
	background:#fff url(/images/issuelist_right.gif) no-repeat scroll right 0;
}
.navigation_tabs a:link, .navigation_tabs a:visited {
	background:transparent url(/images/issuelist_left.gif) no-repeat scroll 0 0;
	margin-right:8px;
	padding:0 3px 0 12px;
	width:auto;
	color: #4A9CD6;
}
.navigation_tabs li, .navigation_tabs a, .navigation_tabs a:link{
	margin-bottom: -1px;
}
.navigation_tabs li.selected, .navigation_tabs li.selected a, .navigation_tabs li.selected a:link{
	margin-bottom: 0px;
}
.navigation_tabs li.selected a:link, .navigation_tabs li.selected a:visited, .navigation_tabs li.selected a:hover, .navigation_tabs li.selected a:active {
	background:transparent url(/images/issuelist_left.gif) no-repeat scroll 0 0;
}
.navigation_tabs li.selected{
	background-color:#fff;
}
.navigation_tabs a:hover, .navigation_tabs  a:active{
	text-decoration: underline;
}
.tranche_heading{
	background:#ffffff none !important;
}
#footer {
   position: relative;
   bottom: 0;
   left: 0;
   background-color: #4C4B4C;
   width: 100%;
   text-align: center;
   padding-top: 25px;
   visibility: hidden;
}
#footerDiv {
	background-color: #4C4B4C;
	position: fixed;
	height: 24px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width:100%;
	text-align:center;
	visibility: visible;
}
#copyrightPageFooter {
	position: fixed;
	height: 16px;
	bottom: 4px;
	text-align: left;
	margin-left: 23.67px;
	color: #FFFFFF;
	visibility: visible;
}
#fixedBottomDiv {
	position: fixed;
	width: 257.24px;
	height: 16px;
	right: 24.68px;
	bottom: 4px;
	text-align: right;
	color: #FFFFFF;
	visibility: visible;
}
#fixedBottomDiv a {
	color: white;
	text-decoration: none;
}
#fixedBottomDiv li {
	display: inline-block;
	color: #FFFFFF;
}
.fixed_wrapper {
    position: relative !important;
    width: 100%;
    min-height: 97.3% !important;
}

#username {
	padding: 0;
	position: absolute;
	right: 0;
	top: 1px;
	width: auto;
	word-break: break-all;
}

/** Adjust DealOrderbook elements which are absolute positioned from top*/
#a,
#b,
#f {
	top: 320px !important;
}

#c,
#d,
#e {
	top: 150px !important;
}

div#loginuatheader {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-top: 35px;
	font-family: verdana,tahoma,arial,helvetica,sans-serif !important;
}

#navL1Menu{
	margin-right: 370px !important;
}

#accountSearchAddOrders #contact-suggestions {
	top: 196px !important;/*override inline style*/
}

#editOrderInvestorDetails #contact-suggestions {
	top: 177px !important; /*override inline style*/
	left: inherit !important;/*override inline style*/
}
