﻿/*<meta conditions="LegacyFlags.K2CSS,Dev.doNotImport" />*/

/* @import url('https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css'); */

@import url('skin.css');

@import url('Styles_delta.css');

@import url('topics.css');

@import url('AccordionStyles.css');

/* @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'); */

@import url('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 #8439A6;
	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 */
}

/* SVG icons */

svg
{
	position: relative;
	margin-bottom: 4px;
	fill: #3d0456;
	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%;
}