﻿/*<meta conditions="LegacyFlags.K2CSS" />*/

@import url(https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css);
@import "skin.css";
@import "Styles_delta.css";
@import "topics.css";
@import "AccordionStyles.css";
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import "ui-styles.css";

.body-container
{
	background-color: white;
	padding: 50px;
	padding-bottom: 120px;
	/*	margin: 35px; */
	border: solid 1px #e6e6e6;
	border-radius: 3px;
	/*	Added GG Jan 2023 */
	height: 100% !important;
	overflow: scroll;
}

p.Note-genericblue
{
	border-radius: 0px;
	color: #5B5B5B;
	border: none;
	border-left: 5px solid #006BD6;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px !important;
	/* Changed by GG */
	padding: 10px;
	padding-left: 15px;
	box-shadow: #bbb 2px 2px 5px;
	width: fit-content;
	padding-right: 15px;
	max-width: calc(100% - 300px) !important;
	/* Changed by GG */
}

/*Configurable top banner (defining override rules only, see ui-styles)*/
#topBanner {
	margin-top: 0px;
	max-width: calc(100% - 300px) !important;
}

@media only screen and (max-width: 767px)
{
	#topBanner {
		margin-top: 0px;	
	}
}

.logo-text
{
	position: absolute;
	left: 150px; /*IMPORTANT: if you change the left rule, you MUST also update the loadProductName.js script.*/
	top: 3px;
	z-index: 2000;
	padding-top: 0px;
	font-size: 22px;  /*IMPORTANT: if you change the font-size or font-family, you MUST also update the loadProductName.js script.*/
	font-size: 22px;
	/*color: black !important; Changed by SB for dark blue banner*/
	/* Changed by GG */
}

/* GG Landing Page additions */
/* Blue links */

a.bluelink:link
{
	color: #1d5398 !important;
	font-weight: bold !important;
	font-size: 14px !important;
	text-decoration: none !important;
}

a.bluelink:visited
{
	color: #1d5398 !important;
}

a.bluelink:hover
{
	color: #1d5398 !important;
	text-decoration: none !important;
	margin-right: 5px;
}

.bluelink
{
	color: #1d5398 !important;
	font-weight: bold !important;
	font-size: 14px !important;
	vertical-align: bottom;
}

/* SVG icons */

svg
{
	position: relative;
	margin-bottom: 4px;
	fill: #1d5398;
	top: 1px;
	width: 17px;
	height: 12px;
}

.card
{
	border: 0px !important;
}

/* Just for the Tri-pane projects */
/* Fix for the search bar */

.row
{
	margin-right: 0px !important;
}

/*SB Fixing the missing scroll in the side navigation*/
.sidenav-wrapper{
	height: 100%;
}