/*<meta conditions="" />*/

@import url('Sv-PcVue.css');

.title-bar-layout a.logo
{
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: -10px;
}

.off-canvas-wrapper-inner .main-section
{
	margin-right: -15px;
}

/* Main frame and general presentation */

nav.title-bar
{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	z-index: 3;
	position: relative;
}

.off-canvas-wrapper-inner .main-section
{
	margin-right: -15px;
}

/* Main frame and general presentation */

#pubwebFooter
{
	width: 100%;
	border-top: 1px solid black;
	margin-top: 10px;
	padding-bottom: 0px;
	flex: 0 1;
}

#pubwebFooter p
{
	text-align: center;
}

.pubwebFlexAuto
{
	flex: 0 1 auto;
}

.pubwebFlexInitial
{
	flex: 1 1 auto;
}

.pubwebFlexContent
{
	display: flex;
	flex-direction: column;
	height: 100%;
}

.height-container-sidenav
{
	padding-bottom: 0;
}

.body-container
{
	padding-right: 2em;
	padding-top: 0px;
}

#pubwebTopToolbar
{
	position: sticky;
	top: 0px;
	background-color: white;
	padding-top: 20px;
	z-index: 2;
}

/* Toolbar */

.button-group-container-left
{
	width: 100%;
}

.button:hover
{
	box-shadow: 0px 0px 0px 1px #D21F3B;
	cursor: pointer;
}

.print-button,
.feedback-button,
.share-button,
.lang-button
{
	float: right;
}

.body-container > div
{
	height: 100%;
}

/* Language selection menu */

#pubwebLanguageSelector
{
	border: solid 1px #D21F3B;
	background-color: #ececec;
	display: none;
	width: auto;
	position: absolute;
	padding: 5px;
	margin-top: 23px;
	margin-left: -7px;
	z-index: 999;
}

/* Feedback form */

#feedbackPopup
{
	position: absolute;
	min-height: 100px;
	min-width: 100px;
	z-index: 99999;
	visibility: hidden;
	border: solid 3px rgb(204, 0, 0);
	background: #ffffff;
	margin: auto;
	padding: 20px 20px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#feedbackPopup h1
{
	text-align: center;
	margin-bottom: 20px;
}

#feedbackPopup form
{
	padding: 0px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
	text-align: center;
	display: flex;
	flex-flow: column;
	height: 100%;
}

#feedbackPopup form p
{
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

#feedbackContent
{
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 100px;
	resize: none;
	background-color: #f5f5f5;
	border: solid 1px black;
	font-size: 1em;
}

#feedbackContent:focus,
.search-field:focus
{
	outline: none !important;
	box-shadow: 0 0 0 1px #D21F3B;
}

#feedbackButtonSend,
#feedbackButtonCancel
{
	margin: 0 auto;
	font-size: 0.8em;
	background-color: #f5f5f5;
	border: solid 1px black;
	border-radius: 12px;
	padding: 0px 20px;
	height: 2em;
	margin-right: 1rem;
	margin-left: 1rem;
}

#feedbackButtonSend:hover,
#feedbackButtonCancel:hover
{
	box-shadow: 0px 0px 0px 1px #D21F3B;
	cursor: pointer;
}

/* Goto Top button */

#pubwebGoToTop
{
	position: fixed;
	bottom: 1em;
	right: 3em;
	z-index: 999;
	display: inline-block;
	vertical-align: middle;
	display: none;
	margin-bottom: 60px;
	padding: 0px;
}

#pubwebGoToTop a
{
	display: inline-block;
	border-radius: 50%;
}

#pubwebGoToTop span
{
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #D21F3B;
	border-radius: 50%;
}

#pubwebGoToTop span:after
{
	content: '';
	display: inline-block;
	margin-top: 18px;
	margin-left: 15px;
	width: 20px;
	height: 20px;
	border-top: 4px solid white;
	border-right: 4px solid white;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

h3.SVheading3connect
{
	color: #D21F3B;
	font-size: 23px;
	text-decoration: none;
	font-weight: normal;
	padding: 15px;
}

/* Title navigation (right side) */

#pubwebMain:after
{
	content: "";
	display: table;
	clear: both;
}

#pubwebTopic
{
	float: left;
	width: 75%;
}

#pubwebTitles
{
	float: left;
	width: 25%;
	position: sticky;
	top: 95px;
	padding: 10px 0px;
	overflow-y: auto;
	overflow-x: hidden;
}

#pubwebTitles ul
{
	list-style: none;
	padding-left: 40px;
}

#pubwebTitles ul li
{
	position: relative;
}

#pubwebTitles a
{
	text-decoration: none;
}

.pubwebTitle
{
	
}

li:has(\00003E.pubwebTitle):before
{
	content: "\A";
	display: block;
	position: absolute;
	left: -9px;
	top: -8px;
	bottom: -8px;
	border-left: 1px solid #D21F3B;
}

li:has(\00003E.pubwebTitleVisible):before
{
	content: "\A";
	display: block;
	position: absolute;
	left: -10px;
	top: -7px;
	bottom: -7px;
	border-left: 3px solid #D21F3B;
}

.pubwebTitleSelected
{
	font-weight: bold;
}

/*Resize menu (left side) */

.sidenav-wrapper
{
	order: 1;
	overflow-x: hidden;
}

.nav-border
{
	background-color: #b1b8c2;
	order: 2;
	cursor: ew-resize;
	flex: 0 0 2px;
	user-select: none;
	margin-top: 20px;
}

.body-container
{
	order: 3;
	background: url('../Images/blob.png');
	background-repeat: no-repeat;
	background-position: calc(100% + 150px) 100px;
}

div#pubwebMain
{
	margin-right: -15px;
}

/*Styling Section tiles - These appear in the micro home page Of the big sections in the docs*/

nav.sidenav-wrapper
{
	background: url('../Images/blob.png');
	background-repeat: no-repeat;
	background-position: -100px 700px;
}

.sidenav-container
{
	margin-top: 15px;
}

nav.title-bar
{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	z-index: 3;
	position: relative;
}

img.hero-image
{
	width: 10%;
}

/*Styling related topics section */

.MCHelpControl-Related .MCHelpControl-RelatedHotSpot_
{
	display: none;
}

ul.MCHelpControlList.MCRelatedTopicsControlList
{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

ul.MCHelpControlList.MCRelatedTopicsControlList::after
{
	content: ' ';
	display: table;
	clear: both;
}

ul.MCHelpControlList.MCRelatedTopicsControlList > li.MCHelpControlListItem.MCRelatedTopicsControlListItem
{
	display: flex;
	flex-direction: column;
	float: left;
	border-bottom-left-radius: 39px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 10px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	height: 100px;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
	border-radius: 8px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0 15px 25px rgb(0 0 0 / 8%);
	width: 22%;
	margin: 1% 1% 1% 2%;
}

ul.MCHelpControlList.MCRelatedTopicsControlList > li.MCHelpControlListItem.MCRelatedTopicsControlListItem:hover
{
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.20), 0 5px 5px rgba(0, 0, 0, 0.15);
	transform: scale(1);
}

ul.MCHelpControlList.MCRelatedTopicsControlList a.MCHelpControlListItemLink.MCRelatedTopicsControlListItemLink:link
{
	text-decoration: none;
	color: #131436;
	font-weight: 500;
}

a.MCHelpControlListItemLink.MCRelatedTopicsControlListItemLink
{
	color: #131436;
}

ul.MCHelpControlList.MCRelatedTopicsControlList a.MCHelpControlListItemLink.MCRelatedTopicsControlListItemLink p.section-title
{
	text-align: left;
	color: #131436;
	font-size: 15px;
	font-weight: 500;
	margin-top: -9px;
}

/********************************/
/* Styling EmVue tile layout in home page and section/overview pages*/

div.section-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

nav.sidenav-wrapper
{
	background: url('../Images/blob.png');
	background-repeat: no-repeat;
	background-position: -100px 700px;
}

div.section-tiles > div
{
	display: flex;
	flex-direction: column;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 10px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	height: 240px;
	overflow: hidden;
	box-shadow: 0 15px 20px rgb(0 0 0 /8%);
	border-top: 5px solid #D21F3B;
	border-radius: 0 0 10px 10px;
	background: #fff;
}

.sidenav-container
{
	margin-top: 15px;
}

nav.title-bar
{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	z-index: 3;
	position: relative;
}

div.section-tiles > div > div:nth-child(3)
{
	flex: 0 1;
}

div.section-tiles > div:nth-child(1)
{
	width: 22%;
	margin-left: 15%;
	margin-top: 1%;
	margin-bottom: 1%;
}

div.section-tiles > div:nth-child(2)
{
	width: 22%;
	margin-top: 1%;
	margin-left: 2%;
	margin-bottom: 1%;
}

div.section-tiles > div:nth-child(3)
{
	width: 22%;
	margin-top: 1%;
	margin-left: 2%;
	margin-bottom: 1%;
}

div.section-tiles > div:hover
{
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	transform: scale(1.05);
}

div.section-tiles a	/*Complex Selector: Links within the section tiles will have the following properties*/
{
	text-decoration: none;
	color: #000;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

div.section-tiles,
div.section-tiles a:hover p.section-title	/*Complex Selector: When hovering over links within the section tiles the following properties will apply.*/
{
	color: #D21F3B;
	text-decoration: none;
}

div.section-tiles a:link
{
	text-decoration: none;
	color: #131436;
}

div.section-tiles a:hover p.section-title
{
	color: #D21F3B;
	text-decoration: underline;
}

p.section-title
{
	text-align: left;
	color: #000000;
	font-size: 1.2em;
}

p.section-content
{
	color: #000000;
	font-size: 0.8em;
	text-align: left;
	height: calc(150% - 1em);
}

/**********/

@media only screen and (max-width: 1279px)
{
	#pubwebTopic
	{
		width: 100%;
	}

	#pubwebTitles
	{
		width: 0%;
		display: none;
	}

	.nav-border
	{
		display: none;
	}

	.title-bar .menu-icon span
	{
		background-color: #D21F3B;
	}

	.body-container
	{
		background: none;
		padding-right: 2em;
	}

	/*Responsive styles for section tile laytout (3 tile layout)*/

	div.section-tiles,
	div.section-tiles a:hover p.tile-title
	{
		margin-right: 1%;
	}

	div.section-tiles > div:nth-child(1)
	{
		width: 24%;
		margin-left: 12%;
	}

	div.section-tiles > div:nth-child(2)
	{
		width: 24%;
	}

	div.section-tiles > div:nth-child(3)
	{
		width: 24%;
	}
}

@media only screen and (max-width: 767px)
{
	.body-container
	{
		background: none;
	}

	.g-recaptcha
	{
		padding-bottom: 1rem;
		margin-left: 1.8rem;
	}

	img.hero-image
	{
		margin: auto;
		float: none;
		width: 20%;
		margin-left: 2%;
	}

	/*Responsive styles for section tile laytout (3 tile layout)*/

	div.section-tiles > div
	{
		margin-top: 2%;
	}

	div.section-tiles > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
		margin-bottom: 2%;
		margin-top: 2%;
	}

	div.section-tiles > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
		margin-bottom: 2%;
		margin-top: 2%;
	}

	div.section-tiles > div:nth-child(3)
	{
		width: 90%;
		margin-left: 5%;
		margin-bottom: 2%;
		margin-top: 2%;
	}
}

@media print
{
	#pubwebTopic
	{
		width: 100%;
	}

	#pubwebTitles
	{
		width: 0%;
		display: none;
	}

	nav.title-bar
	{
		display: none;
	}

	html,
	body,
	.off-canvas-wrapper,
	.off-canvas-content,
	.main-section,
	.sidenav-layout,
	.main-section,
	.body-container > div,
	.pubwebFlexContent
	{
		overflow: visible;
		overflow-y: visible;
		height: fit-content;
		max-height: fit-content;
	}
}

