/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'Roche Sans';
	src: url("../fonts/rochesans-regular.ttf");
}

:root
{
	--HeroImage: url('../images/roche/navify_pathway_4000px_blue_green_rgb.png');
	--nGreen: #79E22D;
	--LogoImage: url('../images/roche/logo_mycare.png');
}

body
{
	font-family: 'Roche Sans';
	color: #544F4F;
	mc-hyphenate: never;
}

/* Backmatter */

div.GlossaryPageDefinition
{
	font-size: 10pt;
}

div.GlossaryPageHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: #C2BAB5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	background-image: url('../images/backmatter-heading-background.png');
	background-repeat: no-repeat;
}

div.GlossaryPageTerm
{
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

MadCap|glossaryProxy
{
	border-top: none;
}

MadCap|indexProxy
{
	border-top: none;
}

p.Index1
{
	font-size: 10pt;
	font-weight: bold;
}

p.Index2
{
	font-size: 10pt;
	font-weight: normal;
}

p.IndexHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: #C2BAB5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 12px;
	padding-right: 10px;
	background-image: url('../images/backmatter-heading-background.png');
	background-repeat: no-repeat;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
}

p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25px;
	widows: 3;
	orphans: 3;
}

p.table-text
{
	font-size: 12pt;
}

/* Frontmatter */

hr.title-page
{
	border: solid 0px transparent;
	background-color: #F5F5F2;
	height: 1px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 370px;
}

MadCap|tocProxy
{
	border-top: none;
	margin-right: 0.25in;
}

p.created-using-flare
{
	color: #706B69;
	font-size: 9pt;
	text-align: center;
}

p.title
{
	font-size: 55pt;
	line-height: 65pt;
	margin-top: 30px;
	mc-hyphenate: never;
}

p.title-page-footer
{
	color: #000000;
	font-size: 10pt;
	frame-break-before: always;
	line-height: 15pt;
	margin-top: 10px;
}

p.title-page-copyright
{
	color: #000000;
	font-size: 8pt;
	frame-break-before: always;
	line-height: 15pt;
	margin-top: 10px;
}

p.title-page-url
{
	color: #706B69;
	font-size: 9pt;
	line-height: 15pt;
}

p.TOC1
{
	color: #706B69;
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 15px;
	margin-top: 15px;
	page-break-after: avoid;
	font-size: 16pt;
}

p.TOC2
{
	color: #706B69;
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 13px;
	margin-left: .5in;
	margin-top: 13px;
	font-size: 14pt;
}

p.TOC3
{
	color: #706B69;
	line-height: 21pt;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 1in;
	margin-top: 10px;
	font-size: 12pt;
}

/* Generic classes */

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

/* Headings */

h1
{
	margin-top: 0;
	color: #0b41cd;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0px 0px 10px;
}

h2
{
	font-size: 18.0pt;
	page-break-before: always;
	font-weight: normal;
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

/* Home page topic */

.nav-search	/*Does not display search in Top Navigation for desktop*/
{
	display: none;
}

div.accent
{
	background-color: #DBD6D1;
}

div.home-layout1
{
	padding: 2% 20%;
}

div.home-layout2
{
	padding: 2% 20%;
	background-color: #ffffff;
}

div.home-section
{
	padding: 5%;
	border-bottom: solid 1px #F5F5F2;
}

div.home-section:last-of-type
{
	border-bottom: none;
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	background-color: #ffffff;
	color: #544F4F;
}

div.home-tiles > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 0%;
	border: solid 1px #F5F5F2;
	border-radius: 5px;
}

div.home-tiles > div:nth-child(2)
{
	margin-left: 2%;
	width: 16.667%;
	border: solid 1px #F5F5F2;
	border-radius: 5px;
}

div.home-tiles > div:nth-child(3)
{
	margin-left: 2%;
	width: 16.667%;
	border: solid 1px #F5F5F2;
	border-radius: 5px;
}

div.quick-links	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.topic-hero
{
	background-attachment: scroll;
	background-size: cover;
}

html.home-topic	/*Used on Home.htm topic for styles set only on the home topic*/
{
	
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin*/
{
	max-width: 95%;
}

.off-canvas-wrapper-inner .outer-row
{
	padding-left: 1em;
	padding-right: 1em;
	max-width: 95%;
}

img.home-tile
{
	max-width: 50%;
}

/* Links */

a
{
	color: #0b41cd;
}

a:link
{
	color: #0b41cd;
	text-decoration: none;
}

a:visited
{
	color: #0b41cd;
	text-decoration: none;
}

a.home-tiles
{
	color: #544F4F;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
}

MadCap|dropDown
{
	border-bottom: 1px solid #F5F5F2;
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../images/minus.png');
	mc-closed-image: url('../images/plus.png');
	padding: 10px 0;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: #706B69;
	font-size: 20pt;
	font-weight: bold;
	border-bottom: none;
}

MadCap|expandingBody
{
	color: #706B69;
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #0b41cd;
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: #0b41cd;
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .25px;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Master pages */

.home-footer-logo
{
	background-repeat: no-repeat;
	background-position: right center;
	width: 62px;
	height: 32px;
	background-image: url('../images/roche/logo_roche.png');
}

div.side-content	/*Used on OtherTopics.flmsp for the search-bar and menu*/
{
	float: right;
	margin: 15px;
	width: 30%;
}

div.topic-layout
{
	padding-top: 4%;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #706B69;
	border-bottom-color: #000000;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #ffffff;
}

p.footer-sub
{
	color: #ffffff;
	font-size: 14pt;
	margin-top: 14px;
}

/* Page layout */

p.frame-footer-page-number
{
	text-align: right;
	color: #706B69;
	font-size: 8pt;
	margin-bottom: 0px;
	margin-top: 0px;
}

p.frame-footer-text
{
	color: #706B69;
	font-size: 9pt;
	margin-bottom: 0px;
	margin-top: 0px;
}

.page-layout-front-header
{
	background-color: #0b41cd;
	height: 155px;
	width: 825px;
}

.page-layout-front-logo
{
	height: 90px;
	width: 724px;
	background-color: transparent;
	background-image: url('../Images/Roche/logo_Roche_blue.png');
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.page-layout-front-main
{
	background-color: #DBD6D1;
	height: 650px;
	margin: 0px;
}

.page-layout-front-footer
{
	height: 275px;
	margin: 0px;
	background-color: #706B69;
	background-image: url('../Images/Roche/navify_Pathway_4000px_blue_green_RGB.png');
	background-repeat: no-repeat;
	background-size: cover;
}

/* Master page */

div.home-footer
{
	padding: 2% 2% 2% 4%;
	background-color: #ffffff;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #706B69;
}

p.footer-sub
{
	color: #ffffff;
	font-size: 14pt;
	margin-top: 14px;
}

p.MiniTOC1
{
	color: #706B69;
	font-weight: normal;
}

p.MiniTOC2
{
	color: #706B69;
	font-weight: normal;
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	.nav-search	/*Displays search in Top Navigation for tablet/mobile*/
	{
		display: block;
	}

	div.side-content	/*Removes search-bar and menu set in topic in tablet*/
	{
		display: none;
	}

	html.home-topic .nav-search	/*Will not display search in Top Navigation on home page*/
	{
		display: none;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
		margin-bottom: 3%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
		margin-bottom: 3%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
		margin-right: 3%;
	}

	p.subTitle
	{
		
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-layout
	{
		padding: 2% 5%;
	}

	div.home-section
	{
		padding: 10% 0;
	}

	img.home-tile
	{
		max-width: 25%;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 3%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 3%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}

	div.home-layout1
	{
		padding: 2% 5%;
	}

	div.home-layout2
	{
		padding: 2% 5%;
	}

	.home-footer-logo
	{
		padding: 20px;
		background-origin: content-box;
		background-size: contain;
	}

	p.subTitle
	{
		
	}

	p.docType
	{
		margin-top: 60px;
	}

	.off-canvas-wrapper-inner .outer-row
	{
		max-width: 100%;
	}

	.nav-search
	{
		display: block;
	}
}

@media print
{
	body
	{
		font-size: 12pt;
		line-height: 13pt;
		margin: 8px;
	}

	/* Content */

	p
	{
		margin-bottom: 10px;
		margin-top: 10px;
	}

	p.table-text
	{
		font-size: 12pt;
	}

	/* Headings */

	h1
	{
		line-height: 27pt;
		margin-bottom: 20px;
		mc-auto-number-format: 'CH:{chapnum} ';
	}

	h2
	{
		line-height: 23pt;
		margin-bottom: 18px;
		margin-top: 40px;
		mc-auto-number-format: 'CH:{chapnum}.{n+} ';
	}

	h3
	{
		font-size: 15pt;
		font-weight: bold;
		line-height: 17pt;
		margin-bottom: 15px;
		margin-top: 40px;
		mc-auto-number-format: 'CH:{chapnum}.{Cn}.{n+} ';
	}

	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	h1.noNumber
	{
		mc-auto-number-format: 'CH:{ } ';
	}

	h2.noNumber
	{
		mc-auto-number-format: 'CH:{ } ';
	}

	h1.title
	{
		mc-auto-number-format: 'CH:{ } ';
	}

	p.MiniTOC1
	{
		color: #706B69;
		font-family: 'Roche Sans';
	}

	p.MiniTOC2
	{
		color: #706B69;
		font-family: 'Roche Sans';
	}

	p.subTitle
	{
		text-align: left;
		font-size: 18pt;
		margin-top: 20px;
	}

	p.docType
	{
		margin-bottom: 10px;
	}
}

p.prod_header
{
	color: #0b41cd;
	line-height: 1.1em;
	font-size: 1.5em;
	margin-bottom: 0px;
	text-align: center;
}

h1.title
{
	color: #000000;
	font-weight: normal;
	font-size: 33pt;
}

p.subTitle
{
	margin-bottom: 20px;
	color: #79E22D;
	font-weight: normal;
	line-height: 1.1em;
	font-size: 1.2em;
	margin-top: 5px;
	text-align: center;
}

p.docType
{
	font-size: 14.0pt;
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25px;
	widows: 3;
	orphans: 3;
	font-weight: bold;
}

p.header-right
{
	font-size: 11pt;
	text-align: right;
	color: #706B69;
}

.comment
{
	color: red;
	display: none;
}

img.regulatedIcons
{
	height: 32px;
}

.search-bar
{
	margin: 0;
}

.search-bar .search-submit
{
	background-repeat: no-repeat;
	background-position: center center;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

div.home-tiles-container
{
	padding: 15px;
	background: #F5F5F2;
	border-radius: 5px;
}

p.tile-title
{
	text-align: center;
	margin: 10px;
	font-size: 14.0pt;
}

p.tile-content
{
	font-size: 0.9em;
	text-align: center;
	color: #544F4F;
}

div.search
{
	border: solid 1px #F5F5F2;
	margin: 0 0 18px;
	border-radius: 5px;
}

p.inThisSection
{
	font-weight: bold;
	margin: 1.12em 0 0.12em;
	text-transform: uppercase;
}

p.procedureHeading
{
	font-weight: bold;
	margin: 1.12em 0 0.12em;
}

p.knownIssue
{
	font-weight: bold;
	margin: 2.12em 0 0px;
	page-break-after: avoid;
}

.off-canvas-content
{
	box-shadow: none;
}

