/*<meta conditions="help-template-control.do-not-edit,import-control.Import" />*/

/* This style ensures the scroll bar sits firmly on the right-hand edge */

@import url('landing-page-styles.css');

.off-canvas-wrapper-inner .outer-row
{
	max-width: 100%;
	padding: 0;
}

/* Style formats the "Last updated" line on topics */

.topic-updated
{
	font-size: .875rem;
	color: var(--grey-50);
	mc-hidden: hidden;
}

/* main formats the whole topic including the topic toolbar, breadcrumbs, body proxy and footer. This style adds a grey border to the left of the topic body to add a divider between the TOC and the topic */

main
{
	border-left: 0px solid #d3d3d3;
	padding-left: 0px;
	padding-right: 0px;
	mc-hidden: hidden;
}

/* topic-layout controls the styling of the topic body (body proxy). The min-height is essential to keep the footer at the bottom of the page */

.topic-layout
{
	margin: 0px 0px 0px 0px;
	display: flex;
	/*min-height: calc(40vh - 48px);*/
	width: 100%;
	mc-hidden: hidden;
	height: auto;
}

.topic-layout .topic-content
{
	margin: 0;
	padding: 0;
}

.nav-bar__text
{
	font-size: 3rem;
	color: white;
	margin: 1rem;
	mc-hidden: hidden;
}

/* FORMATS RELATED TOPICS */

.MCHelpControl-Related .MCHelpControl_Image_Icon
{
	display: none;
}

.relatedTopics.MCHelpControl-Related .MCHelpControl-RelatedHotSpot_
{
	font-weight: 700;
	color: var(--default-text);
	padding: 0;
	background: none;
	margin-bottom: .5rem;
	display: block;
	padding-right: 30%;
}

.MCRelatedTopicsControlList
{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	mc-hidden: hidden;
}

.MCRelatedTopicsControlListItem
{
	margin: 0 .5rem .5rem 0;
	mc-hidden: hidden;
}

.MCRelatedTopicsControlListItem a
{
	background: var(--blue-10);
	color: var(--link-text);
	text-decoration: none;
	transition: all .25s;
	padding: .25rem .5rem;
	border-radius: .25rem;
	mc-hidden: hidden;
}

.MCRelatedTopicsControlListItem a:hover
{
	background: var(--blue-dark-10);
	color: var(--link-hover);
}

/* Formats knowledge proxy on right-hand-side */

.micro-content-proxy.knowledge .proxy-title
{
	font-size: 1rem;
	font-weight: bold;
	padding-bottom: 2px;
}

.micro-content-proxy .micro-content
{
	font-size: 0.75rem;
}

.micro-content-proxy._Skins_knowledge_proxy_no_border.mc-component
{
	border-radius: .25rem;
	box-shadow: 0 0 2px rgb(0 0 0 / 50%);
	margin-top: 5rem;
	margin-left: 1rem;
}

tr.proxy-column
{
	vertical-align: top;
	padding-top: 1.5rem;
}

div.sideproxy
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.sideproxy::before
{
	content: ' ';
	display: table;
}

div.sideproxy::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.sideproxy > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.sideproxy > div:nth-child(1)
{
	width: 75%;
	margin-left: 0%;
}

div.sideproxy > div:nth-child(2)
{
	width: 25%;
	margin-left: 0%;
}

@media only screen and (max-width: 1279px)
{
	div.sideproxy > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.sideproxy > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.sideproxy > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.sideproxy > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

/* Formats menu proxy in topic pages */

ul.menu.mc-component
{
	padding: 1rem 1rem 1rem 1rem;
	box-shadow: 2px 2px 10px #D3D6D8;
	border-radius: 6px;
	border: #D3D6D8;
	border-width: 1px;
	background-color: #F3F3F3;
	width: 53vw !important;
	/*min-width: 100%;*/
	background-image: url('../images/helpcentre/question.png');
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: right bottom;
	margin: 0;
	position: relative;
	height: auto !important;
}

ul.menu.mc-component li
{
	font-family: 'Open Sans';
	text-decoration: none !important;
	padding: 2px 0px;
	mc-hidden: hidden;
}

ul.menu.mc-component li:hover
{
	font-family: 'Open Sans';
	text-decoration: underline !important;
	color: #1b69b9 !important;
}

.MCHelpControl_Image_Icon
{
	mc-hidden: hidden;
}

.MCHelpControl-Related
{
	mc-hidden: hidden;
}

.MCHelpControl-RelatedHotSpot_
{
	mc-hidden: hidden;
}

.off-canvas-wrapper-inner
{
	mc-hidden: hidden;
}

.outer-row
{
	mc-hidden: hidden;
}

.relatedTopics
{
	mc-hidden: hidden;
}

.topic-content
{
	mc-hidden: hidden;
}

/*check list accordion styles*/

div.accCon
{
	min-width: 785px;
}

div.acc-container
{
	grid-template-columns: 2rem 1fr;
	display: grid;
	align-items: center;
	border-radius: 8px;
	border: 1px solid var(--iris-grey);
	box-shadow: 2px 2px 10px #D3D6D8;
	width: 100%;
}

div.acc-container h3
{
	padding: 8px;
	margin: 8px;
}

div.step-completed
{
	text-decoration: line-through;
	background-color: var(--grey-10);
}

input.hc-checkbox
{
	margin: 8px;
	width: 24px;
	height: 24px;
	grid-column: 1;
	grid-row: 1;
}

/* CLOSED STATE KEYFRAMES */

@keyframes closePanel {
	from { 
	  opacity: 1;
	}
	
	to {
	  opacity: 0; 
	}
  } 

/* OPEN STATE KEYFRAMES */

@keyframes openPanel {
	from {
	  opacity: 0;
	}
	
	to {
	  opacity: 1;
	}
  } 

.accordion
{
	cursor: pointer;
	text-align: left;
	min-width: 230px;
	grid-column: 2;
	grid-row: 1;
}

.img_closed
{
	background-image: url('../images/icons/chevron-down.svg');
	background-repeat: no-repeat;
	background-position: right;
	margin: 0 6px 0 6px;
}

.img_open
{
	background-image: url('../images/icons/chevron-up.svg');
	background-repeat: no-repeat;
	background-position: right;
	margin: 0 6px 0 6px;
}

.panel
{
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	animation: closePanel 0.3s ease-out forwards;
	min-width: 230px;
	width: calc(45vw + 9%);
	opacity: 0;
	grid-column: 2;
	grid-row: 2;
}

.panel_open
{
	padding: 0 16px;
	max-height: fit-content;
	overflow: hidden;
	animation: openPanel 0.3s ease-out forwards;
	background-color: var(--grey-5);
	min-width: 230px;
	grid-column: 2;
	grid-row: 2;
	border-radius: 16px;
}

.navStrip
{
	display: inline-flex;
	width: 100%;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

.navStrip h2
{
	padding: 16px;
	margin: 0;
	color: var(--iris-grey);
}

.navStripFoot
{
	display: inline-flex;
	width: 100%;
	align-items: center;
}

.btnPale
{
	text-align: center;
	line-height: normal;
	border-radius: 3px;
	min-width: 133px;
	border: 1px solid var(--link-hover);
	border-radius: 6px;
	background-color: #ffffff;
	padding: 10px 15px 10px 15px;
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	color: var(--link-hover);
	box-shadow: 2px 2px 10px #D3D6D8;
}

.btnDark
{
	margin: 8px;
	color: #fff;
	text-align: center;
	line-height: normal;
	border: 1px solid var(--link-hover);
	border-radius: 6px;
	min-width: 133px;
	background-color: var(--link-hover);
	padding: 10px 15px 10px 15px;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 2px 2px 10px #D3D6D8;
}

div.progress-bar
{
	width: 75%;
	background: var(--grey-10);
	border: 1px solid var(--iris-grey);
	border-radius: 0 8px 8px 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

#progress
{
	height: 1.5em;
	background: var(--link-text);
	margin-right: auto;
}

#progress::before
{
	height: 1.5em;
	background: var(--link-text);
	margin-right: auto;
}

p.progress-counter
{
	margin: 0;
	background: #ffffff;
	min-width: 140px;
	border: 1px solid var(--iris-grey);
	border-radius: 8px 0 0 8px;
	text-align: center;
}

.frame2
{
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 8px;
	margin: 8px;
	gap: 8px;
	/* Inside auto layout */
	flex: none;
	order: 1;
	flex-grow: 0;
}

/*feedback styles*/

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translate(-60%, -140%); 
  }

  to {
    opacity: 1;
    transform: translate(-60%, -120%);
  }
} 

@keyframes clickAnim {
  0% {
    transform: scale(1); 
  }
  50% {
    transform: scale(0.95);
  }
  100% { 
    transform: scale(1);
  }
} 

.btnDark:active
{
	animation: clickAnim 0.2s ease-out;
}

.btnPale:active
{
	animation: clickAnim 0.2s ease-out;
}

.btnFeedback
{
	margin: 2px 4px 2px 4px;
	transition: transform 0.2s;
	text-align: center;
	line-height: normal;
	border-radius: 3px;
	min-width: 133px;
	border: 1px solid var(--link-hover);
	border-radius: 6px;
	background-color: #ffffff;
	padding: 10px 15px 10px 15px;
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	margin-left: auto;
	color: var(--link-hover);
	box-shadow: 2px 2px 10px #D3D6D8;
}

.btnFeedback:active
{
	animation: clickAnim 0.2s ease-out;
}

.btnFeedback:hover
{
	background-color: var(--iris-grey);
	color: #fff;
}

.btnFeedback:hover::after
{
	animation: slideDown 0.3s ease-in-out forwards;
	content: attr(data-tooltip);
	position: absolute;
	padding: 6px;
	width: 220px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	font-size: 14px;
	word-wrap: normal;
	transform: translate(-60%, -120%);
}

.userFeedback
{
	text-align: center;
	max-width: 50vw;
	padding: 6px;
	margin: 6px;
	border: 1px solid var(--iris-grey);
	border-radius: 6px;
	background-color: var(--grey-5);
	transform: scale(0.8);
}

/*styles for modal pop ups*/

.float
{
	width: 100%;
	display: flex;
	justify-items: center;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.modal-container
{
	display: inline-grid;
	text-align: center;
	position: relative;
	background-color: var(--grey-5);
	border: 1px solid var(--iris-grey);
	border-radius: 6px;
	max-height: 3.5em;
	min-width: 35vw;
	max-widtth: 45vw;
}

.modal-container p
{
	width: auto;
	height: auto;
	cursor: pointer;
	font-family: 'Open Sans';
	color: var(--link-text);
	text-decoration: underline var(--link-text);
}

.mod-desc
{
	width: auto;
	height: auto;
	margin: 0.7vh 1vw 0.7vh 1vw;
	font-family: 'Open Sans';
	padding: 0.7vh 1vw 0.7vh 1vw;
}

.modal-title
{
	font-weight: 700;
	line-height: 1.5;
	font-size: 2rem;
	width: auto !important;
	height: auto !important;
	margin: 1vh !important;
	font-family: 'Open Sans' !important;
	color: var(--iris-grey) !important;
	text-decoration: none !important;
}

#modal-popup
{
	margin-top: 6px;
	background-color: var(--grey-5);
	border: 1px solid var(--iris-grey);
	border-radius: 6px;
	transform: scale(0);
	box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	padding: 6px;
	z-index: 999;
}

#modal-popup.open
{
	animation: mod-open 0.4s forwards;
}

#modal-popup.close
{
	animation: mod-close 0.4s forwards;
}

@keyframes mod-open{
	0% {transform: translate(0%, -100%) scale(0);}
	50% {transform: translate(0%, 1%) scale(1.0);}
	70% {transform: translate(0%, 1%) scale(0.8);}
	95% {transform: translate(0%, 1%) scale(1.0);}
	100% {transform: translate(0%, 1%) scale(1);}
} 

@keyframes mod-close{
	100% {transform: translate(0%, -100%) scale(0);}
} 

/*------------------------------------------------------------------------------

RESPONSIVE LAYOUTS */

@media only screen and (max-width: 1279px) and (min-width: 1024px)
{
	.topic-layout
	{
		/*margin: 0;*/
		display: flex;
		min-height: 100%;
		width: 85%;
	}

	.title-bar-layout
	{
		height: 5rem;
		background-image: url('../images/helpcentre/logo.svg');
		background-repeat: no-repeat;
		/* percentage controls margin from top */
		background-position: 1.5rem 0.5rem;
		/* This width needs to be changed for each logo */
		background-size: 15rem;
	}

	/* aligns the search bar vertically centered */

	.nav-search-wrapper
	{
		flex: 1 1 auto;
		display: flex;
		order: 2;
		justify-content: flex-end;
		flex-basis: 100%;
		margin-top: -0.5rem;
		margin-right: -1rem;
		width: 50%;
	}

	.nav-search
	{
		max-width: none;
		float: right;
		display: block;
		width: 30%;
		margin-left: 0%;
		margin-right: 1rem;
		margin-top: 0px;
	}
}

/* STANDARD Screen */

@media only screen and (max-width: 1023px) and (min-width: 801px)
{
	.topic-layout
	{
		max-width: calc(100vw - 3.5rem);
		min-width: 92vw;
	}

	.title-bar-layout
	{
		height: 5rem;
		background-image: url('../images/helpcentre/logo.svg');
		background-repeat: no-repeat;
		/* percentage controls margin from top */
		background-position: 1.5rem 0.5rem;
		/* This width needs to be changed for each logo */
		background-size: 15rem;
		width: 100%;
	}

	.nav-search-wrapper
	{
		flex: 1 1 auto;
		display: flex;
		order: 2;
		justify-content: flex-end;
		flex-basis: 100%;
		margin-top: -0.5rem;
		margin-right: -1rem;
		width: 50%;
	}

	.nav-search
	{
		max-width: none;
		float: right;
		display: block;
		width: 50%;
		margin-left: 0%;
		margin-right: 1rem;
		margin-top: 0px;
	}
}

/*MEDIUM Screen*/

@media only screen and (max-width: 800px) and (min-width: 481px)
{
	.topic-layout
	{
		max-width: calc(100vw - 3.5rem);
		min-width: 92vw;
	}

	.title-bar-layout
	{
		height: 5rem;
		background-image: url('../images/helpcentre/logo.svg');
		background-repeat: no-repeat;
		/* percentage controls margin from top */
		background-position: 1.5rem 0.5rem;
		/* This width needs to be changed for each logo */
		background-size: 15rem;
		width: 100%;
	}

	.nav-search-wrapper
	{
		flex: 1 1 auto;
		display: flex;
		order: 2;
		justify-content: flex-end;
		flex-basis: 100%;
		margin-top: -0.5rem;
		margin-right: -1rem;
		width: 70%;
	}

	.nav-search
	{
		max-width: none;
		float: right;
		display: block;
		width: 70%;
		margin-left: 0%;
		margin-right: 1rem;
		margin-top: 0px;
	}
}

/* SMALL screen */

@media only screen and (max-width: 480px)
{
	.topic-layout
	{
		max-width: calc(100vw - 3.5rem);
		min-width: 92vw;
	}

	.title-bar-layout
	{
		height: 5rem;
		background-image: url('../images/helpcentre/logo.svg');
		background-repeat: no-repeat;
		/* percentage controls margin from top */
		background-position: 1.5rem 0.5rem;
		/* This width needs to be changed for each logo */
		background-size: 15rem;
		width: 100%;
		margin-bottom: 1rem;
	}

	.nav-search-wrapper
	{
		flex: 1 1 auto;
		display: flex;
		order: 2;
		justify-content: flex-end;
		flex-basis: 100%;
		margin-top: -0.5rem;
		margin-right: -1rem;
		width: 95%;
	}

	.nav-search
	{
		max-width: none;
		float: right;
		display: block;
		width: 95%;
		margin-left: 0%;
		margin-right: 1rem;
		margin-top: 0px;
	}
}

