/* master page styles */
/* some these master page styles refer to a specific implementation for the sake of clarity. */

/* AvenirNextLTPro Regular */
@font-face {
	font-family: "AvenirNextPro";
	font-style: normal;
	font-weight: 300;
	src: url("../../Fonts/AvenirNextPro/Regular.eot");
	src: url("../../Fonts/AvenirNextPro/Regular.eot?#iefix") format("embedded-opentype"),
	url("../../Fonts/AvenirNextPro/Regular.woff2") format("woff2"),
	url("../../Fonts/AvenirNextPro/Regular.woff") format("woff"),
	url("../../Fonts/AvenirNextPro/Regular.ttf") format("truetype"),
	url("../../Fonts/AvenirNextPro/Regular.svg#wf") format("svg");
}

/* AvenirNextLTPro Medium */
@font-face {
    font-family: "AvenirNextMedium";
    font-style: normal;
    font-weight: 400;
    src: url("../../Fonts/AvenirNextPro/Medium.eot");
    src: url("../../Fonts/AvenirNextPro/Medium.eot?#iefix") format("embedded-opentype"),
    url("../../Fonts/AvenirNextPro/Medium.woff2") format("woff2"),
    url("../../Fonts/AvenirNextPro/Medium.woff") format("woff"),
    url("../../Fonts/AvenirNextPro/Medium.ttf") format("truetype"),
    url("../../Fonts/AvenirNextPro/Medium.svg#wf") format("svg");
}

body
{
	/* To fit inside a 1024px wide screen */
	/* Adjust Footer, Branding, Content, SiteNav, WideTable, ContentFullScreen and ContentExpanded accordingly. */
	/*padding-bottom: 15px;  !* Prevent bottom content from being covered by nav bar *!*/
	margin: 0;
	padding-top: 0;
    min-width: 800px;
	max-width: 100vw;
    min-height: 100vh;
	background-color: #FFFFFF;
	font-family: 'AvenirNextPro', Helvetica, Roboto, Arial, sans-serif;
	font-weight: 300;
}

.Branding
{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-content: center;
	padding: 0 15px 0 0;
	/*min-width: 1300px;*/
	height: 76px;
	background-color: #1B75BB;
}

.Timestamp
{
	display: none;
}

.BrandingLogo
{
	border: none;
	height: 36px;
	width: 300px;
	display: block;
	vertical-align: middle;
	float: left;
	cursor: pointer;
}

.IncapnetLogo
{
	position: relative;
	top: -2px;
	width: 300px;
	height: 60%;
	cursor: pointer;
    margin-top: 20px;
    margin-left: -30px;
}

@media (max-width: 1400px) {
    .IncapnetLogo {
        height: 40%;
        margin-left: -83px;
    }
}

.LoginStatus
{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	line-height: 36px;
	color: #FFF;
	white-space: nowrap;
    min-width: 275px;
    overflow-x: hidden;
}

.Footer
{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	color: #494949;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	height: 126px;
    /* this prevents floating divs from causing alignment issues */
    clear: both;
	background-color: #F9F9F9;
	border: 1px solid #caccce;
	border-left-width: 0;
	border-right-width: 0;
}

.Footer #CopyrightInfo, .Footer .NavLinkItem, .Footer #Version  {
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: normal;
	color: unset;
}

.Footer table
{
    margin-right: auto;
    margin-left: auto;
}

.Toolbar
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
    background-color: #FFFFFF;
    color: #CECECE;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #CECECE;
	padding: 0 15px;
}

.Toolbar .ExpandMenu
{
	background-position: right 10px;
}

.Toolbar .WidgetWrapper {
	margin-bottom: 0;
	border: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 0 5px 18px 0 rgba(155, 155, 155,0.18);
	clip-path: inset(-10px -10px 0px -10px);
}

.ToolbarItem
{
	padding: 5px 0;
	margin: 0 20px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	width: fit-content;
	cursor: pointer;
	color: #999B9D;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: normal;
}

.ToolbarItem:hover, .ToolbarItem.Toggled {
	color: #6D6E70;
}

.ToolbarItem-icon {
	font-size: 14px;
	margin-top: -2px;
	margin-left: 16px;
}

.Toolbar #toolbar_divCusipSelector, .Toolbar .divCusipSelector{
    margin-right: 0;
}

.Toolbar .BorderRight
{
	height: 53px;
}

.Toolbar .BorderLeft
{
	height: 53px;
}

.ToolbarFlyout
{
	float: left;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 64px;
	width: fit-content;
	margin-left: 20px;
	z-index: 499;
    border: 1px solid #caccce;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ToolbarFlyout .WidgetWrapper {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 0 5px 18px 0 rgba(155, 155, 155,0.18);
	clip-path: inset(-10px -10px 0px -10px);
	padding: 0;
}

.ToolbarFlyout .LRShadow {
	clip-path: inset(0 -10px 0px -10px);
}

.ToolbarFlyout .WidgetWrapper ul.SecondaryNavList {
	margin: 0;
	padding: 0;
}

.ToolbarFlyout .WidgetWrapper ul.SecondaryNavList li {
	height: 40px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	padding: 0 20px;
	cursor: pointer;
	color: #999B9D;
}

.ToolbarFlyout .WidgetWrapper ul.SecondaryNavList li:empty {
	display: none;
}

.ToolbarFlyout .WidgetWrapper ul.SecondaryNavList li:hover {
	background-color: #E5F6FC;
}

.ToolbarFlyout .WidgetWrapper > #divContactUs > ul.SecondaryNavList {
	border-top: 1px solid #caccce;
}

.ToolbarFlyout .WidgetWrapper > .SectionHeader > .FloatLeft {
	float: none;
	font-weight: 300;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: normal;
	text-align: left;
	text-transform: uppercase;
	padding: 0 20px;
	border-top: 1px solid #caccce;
	color: #999B9D;
}

.HideSectionHeader .WidgetWrapper > .SectionHeader {
	display: none !important;
}

.ToolbarFlyout .SecondaryNavLink {
	color: #494949;
	font-weight: 300;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: normal;
	text-align: left;
    white-space: nowrap;
}

.Toolbar #toolbar-container {
	height: 63px;
}

.Toolbar #toolbar_CusipSelectorWrapper, .Toolbar .CusipSelectorWrapper {
	position: relative;
}

.Toolbar #toolbar_CusipSelectorWrapper > .MediumInput, .Toolbar .CusipSelectorWrapper .MediumInput{
	border-radius: 4px;
	width: 154px;
	height: 35px;
	padding-left: 32px;
}

.Toolbar #toolbar_CusipSelectorWrapper > .MediumInput:focus-visible, .Toolbar .CusipSelectorWrapper > .MediumInput:focus-visible  {
	outline: none;
}

.Toolbar #toolbar_CusipSelectorWrapper > .SearchIcon, .Toolbar .CusipSelectorWrapper > .SearchIcon {
	position: absolute;
	top: 11px;
	left: 8px;
	width: 16px;
	height: 100%;
	font-size: 16px;
	line-height: 16px;
	cursor: default;
}

.Content
{
	max-width: 100%;
    height: calc(100vh - 76px - 64px);
    overflow: auto;
}

.ContentBody {
    padding: 28px 50px;
    min-height: calc(100% - 158px - 64px);
    width: 1004px;
    margin: 0 auto;
}

.ContentRbcBody {
    padding: 28px 50px;
    min-height: calc(100% - 158px - 64px);
    width: 1304px;
    margin: 0 auto;
}

.SidebarContentContainer
{
	clear: both;
	padding-top: 10px;
}

/* end master page styles */

/* nav bar styles */
/* TODO: standardize/ clean up style names for navigation bar */
.SiteNav
{
	color: White;
	margin-left: 66px;
	position: relative;
}

.NavItem
{
    color: White;
    padding: 15px 15px 15px 15px;
}

a.NavSubLevel
{
	display: block;
	width: 95%;
}

.NavSubLevel
{
    color: #FFF;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    background-color: #677896;
}
.NavHover
{
    font-weight: bold;
    color: #FFF;
    background-color: #E79203;
}
.NavSelected
{
    background-color: #E79203;
}

.NavChildSelected
{
	/* this is presently a dummy style used by jQuery */
}

/* end nav bar styles */

@media (max-width: 1400px) {
    .Branding {
        height: 44px;
    }
    .SiteNav {
        margin: 0;
        position: absolute;
        top: 44px;
        left: 0;
        width: 100%;
        height: 44px;
        background-color: #f5f5f5;
        border-bottom: 1px solid #CACCCE;
    }
    .Content {
        height: calc(100vh - 88px - 64px);
        margin-top: 44px;
    }
    .ContentBody {
        width: unset;
        padding: 28px 25px;
    }
    .CACPicker {
        top: 89px;
    }
}
