/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	font-family: Arial;
}

body.home
{
	background-color: #fafafa;
	margin-top: 5px;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

html.home-topic .sidenav-wrapper	/*Removes the side navigation from the home topic*/
{
	display: none;
}

html.search-results .sidenav-wrapper	/*Removes the side navigation from the search results page*/
{
	display: none;
}

div.home-layout
{
	padding-left: 10%;
	padding-right: 10%;
	background-color: #fafafa;
	padding: 2% 10%;
}

div.layout-separator
{
	border-right: 1px solid #dadada;
}

div.topic-container	/*Sets padding on topics*/
{
	padding: 2% 0;
}

div.sub-content
{
	border-top: solid 1px #dadada;
	margin-top: 30px;
	padding: 15px 0;
	padding-bottom: 15px;
}

div.search-results	/*Sets side padding on search results*/
{
	padding: 0 20%;
}

.nohypens
{
	hyphenate: never;
	hypens: none;
}

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	color: #45494c;
}

h2
{
	font-weight: bold;
	font-size: 18.0pt;
}

h2.notoc
{
	mc-heading-level: 0;
}

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;
}

/* Clooz customization */

li
{
	margin-bottom: 6px;
	margin-top: 6px;
}

p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25;
	mc-hyphenate: never;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #fff;
}

ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
}

img
{
	border: none;
	max-width: 100%;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #006600;
}

MadCap|expandingBody
{
	color: #777777;
	font-style: italic;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: #45494c;
	font-weight: bold;
	border-bottom: none;
	font-size: 16pt;
}

MadCap|dropDownHotspot.smallDropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: #45494c;
	font-size: 12.0pt;
	font-weight: bold;
	border-bottom: none;
}

MadCap|dropDownHotspot.medDropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: #45494c;
	font-weight: bold;
	border-bottom: none;
	font-size: 16.0pt;
}

MadCap|xref
{
	color: #45494c;
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #888888;
}

a:link	/*Color of hyperlinks*/
{
	color: #45494c;
}

a:visited
{
	color: #45494c;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDown
{
	border-bottom: 1px solid #dadada;
	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;
}

div.home-page-layout	/*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.home-page-layout::before
{
	content: ' ';
	display: table;
}

div.home-page-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-page-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-page-layout > div:nth-child(1)
{
	margin-left: 0%;
	padding: 0 2%;
	width: 90%;
}

div.home-page-layout > div:nth-child(2)
{
	margin-left: 0%;
	padding: 0 2% 2%;
	width: 10%;
}

div.home-tiles-layout	/*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;
	padding: 0 5%;
}

div.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 350px;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 32%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 30%;
	margin-left: 4%;
}

div.home-tiles-layout > div:nth-child(3)
{
	width: 30%;
	margin-left: 4%;
}

div.home-tile
{
	padding: 4%;
	height: 100%;
	border: solid 1px #dadada;
	border-radius: 3px;
}

a.main-tile
{
	height: 100%;
	display: block;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 7px;
	background-color: #fff;
	text-decoration: none;
}

a.side-tile
{
	height: 23.5%;
	display: block;
	text-align: center;
	margin-bottom: 7px;
	background-color: #fff;
	text-decoration: none;
}

a.main-tile:hover
{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: all 0.2s;
}

a.side-tile:hover
{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: all 0.2s;
}

p.tile-title
{
	font-size: 1.2em;
	letter-spacing: 0.25;
	color: #1639a0;
	margin: 0;
}

p.tile-subtitle
{
	font-size: 0.9em;
	margin: 0;
}

div.video-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;
}

div.video-tiles::before
{
	content: ' ';
	display: table;
}

div.video-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.video-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

div.video-tiles > div:nth-child(1)
{
	margin-left: 0%;
	width: 33.33%;
}

div.video-tiles > div:nth-child(2)
{
	margin-left: 0%;
	width: 33.33%;
}

div.video-tiles > div:nth-child(3)
{
	width: 33.333%;
	margin-left: 0%;
}

div.video-tiles *	/*Text-align center set to all elements within div.video-tiles*/
{
	text-align: center;
}

div.home-footer
{
	background-color: #45494c;
	padding: 0 5%;
	position: absolute;
	width: 100%;
	bottom: 0%;
	height: 65px;
}

MadCap|glossaryTerm.Popup
{
	
}

MadCap|popup
{
	
}

MadCap|popupBody
{
	width: 450px;
}

MadCap|glossaryTerm
{
	color: Olive;
}

MadCap|dropDownHotspot:hover
{
	font-size: 16pt;
}

/* Clooz customization */

p.note
{
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #f0f7fb;
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border: solid 1px #3498db;
	border-radius: 12px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background-image: url('../Images/Icons/note48.png');
	clear: both;
}

p.warning
{
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #f9e7e5;
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border: solid 1px #c0392b;
	border-radius: 12px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background-image: url('../Images/Icons/warning48.png');
}

p.example
{
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #e7f6f0;
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border: solid 1px #27ae60;
	border-radius: 12px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background-image: url('../Images/Icons/example48.png');
	clear: both;
}

p.tip
{
	background-color: #fffbea;
	background-repeat: no-repeat;
	border: solid 1px #f1c40f;
	line-height: 18px;
	padding: 15px 60px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-radius: 12px;
	border-top-left-radius: 12px;
	padding-top: 15px;
	overflow: hidden;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-position: 9px 0px;
	background-image: url('../Images/Icons/tip48.png');
	clear: both;
}

p.noteAlt
{
	background-color: #f0f7fb;
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 4px #3498db;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background-image: url('../Images/Icons/note48.png');
}

p.warningAlt
{
	background-color: #fcf7f2;
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 4px #e74c3c;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background-image: url('../Images/Icons/warning48.png');
}

p.exampleAlt
{
	background-color: #e7f6f0;
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 4px #2ecc71;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background-image: url('../Images/Icons/example48.png');
}

p.tipAlt
{
	background-color: #fffbea;
	background-image: url('../Images/icons/tip48.png');
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 4px #f1c40f;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
}

/*Div styles*/

div.note
{
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #f0f7fb;
	background-position: 9px 20px;
	background-repeat: no-repeat;
	border: solid 1px #3498db;
	border-radius: 12px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background-image: url('../Images/Icons/note48.png');
	page-break-inside: avoid;
}

div.warning
{
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #f9e7e5;
	background-position: 9px 20px;
	background-repeat: no-repeat;
	border: solid 1px #c0392b;
	border-radius: 12px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background-image: url('../Images/Icons/warning48.png');
	page-break-inside: avoid;
}

div.example
{
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #e7f6f0;
	background-position: 9px 20px;
	background-repeat: no-repeat;
	border: solid 1px #27ae60;
	border-radius: 12px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background-image: url('../Images/Icons/example48.png');
	page-break-inside: avoid;
}

div.tip
{
	background-color: #fffbea;
	background-image: url('../Images/Icons/tip48.png');
	background-repeat: no-repeat;
	border: solid 1px #f1c40f;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background-position: 9px 20px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	page-break-inside: avoid;
}

div.key
{
	background-color: #fffbea;
	background-image: url('../Images/Icons/key48.png');
	background-repeat: no-repeat;
	border: solid 1px #f1c40f;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background-position: 9px 20px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	page-break-inside: avoid;
}

div.noteAlt
{
	background-color: #f0f7fb;
	background-position: 9px 20px;
	background-repeat: no-repeat;
	border-left: solid 4px #3498db;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background-image: url('../Images/Icons/note48.png');
	page-break-inside: avoid;
}

div.warningAlt
{
	background-color: #fcf7f2;
	background-position: 9px 20px;
	background-repeat: no-repeat;
	border-left: solid 4px #e74c3c;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background-image: url('../Images/Icons/warning48.png');
	page-break-inside: avoid;
}

div.exampleAlt
{
	background-color: #e7f6f0;
	background-position: 9px 20px;
	background-repeat: no-repeat;
	border-left: solid 4px #2ecc71;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background-image: url('../Images/Icons/example48.png');
	page-break-inside: avoid;
}

div.tipAlt
{
	background-color: #fffbea;
	background-image: url('../Images/Icons/tip48.png');
	background-position: 9px 20px;
	background-repeat: no-repeat;
	border-left: solid 4px #f1c40f;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	page-break-inside: avoid;
}

ul
{
	margin: 1.12em 0;
	margin-left: 40px;
	margin-right: 0;
}

img.thumb_left_med
{
	margin-right: 15px;
	vertical-align: text-top;
	clear: none;
	float: left;
	margin-bottom: 25px;
}

img.thumb_right_large
{
	vertical-align: text-top;
	clear: none;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	max-width: 75%;
	mc-image-position: right;
}

img.thumb_right_small
{
	vertical-align: text-top;
	clear: none;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	max-width: 40%;
	mc-image-position: right;
}

div.nopagebreak
{
	page-break-inside: avoid;
}

@media only screen and (max-width: 1279px)
{
	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.home-layout
	{
		padding: 2% 5%;
		background-color: #fafafa;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 100%;
		margin-top: 5%;
		margin-left: 0%;
	}

	div.home-tiles-layout > div:nth-child(3)
	{
		width: 100%;
		margin-top: 5%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.home-layout
	{
		padding: 2% 0;
		background-color: #fafafa;
	}

	.layout-separator
	{
		border-right: none;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-page-layout > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-page-layout > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.video-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.video-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.video-tiles > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media print
{
	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	p.TOCHeader
	{
		font-size: 28pt;
		font-weight: bold;
		line-height: 32pt;
		font-family: Roboto;
	}

	hr.TOCRule
	{
		background-color: #1639a0;
		border-color: #1639a0;
		background: #1639a0;
	}

	p.ChapterNumber
	{
		font-size: 28pt;
		line-height: 28pt;
		font-family: 'Roboto Medium';
		color: #1639a0;
	}

	p.TOC1
	{
		mc-auto-number-format: 'CH:{chapnum} - ';
		font-size: 14pt;
		mc-hyphenate: never;
		page-break-after: avoid;
		color: #1639a0;
		padding-top: 10pt;
		font-family: 'Roboto Medium';
		font-weight: normal;
	}

	p.Title
	{
		font-family: 'Roboto Medium';
		line-height: 40pt;
		color: #ffffff;
		text-align: right;
		margin: 0;
		mc-auto-number-position: none;
		mc-leader-indent: 0;
		font-size: 40pt;
	}

	p.Subtitle
	{
		font-family: 'Roboto Medium';
		line-height: 28pt;
		color: #ffffff;
		margin: 0;
		text-align: left;
		mc-leader-indent: 0px;
		mc-auto-number-position: none;
		font-size: 24pt;
	}

	h1
	{
		font-size: 28pt;
		font-family: 'Roboto Medium';
		color: #1639a0;
		font-weight: normal;
	}

	p.TOC2
	{
		mc-hyphenate: never;
		font-size: 14pt;
		line-height: 16pt;
		margin-bottom: 15px;
		margin-top: 15px;
		margin: 15px 0px;
		font-weight: 200;
		font-family: 'Roboto Light';
		margin-left: 10pt;
	}

	p.TOC3
	{
		mc-hyphenate: never;
		line-height: 14pt;
		margin-top: 10px;
		margin: 10px 0px;
		font-family: Roboto;
		font-weight: 500;
		margin-left: 20pt;
	}

	h2
	{
		font-family: 'Roboto Medium';
		font-weight: normal;
	}

	h3
	{
		font-family: 'Roboto Light';
	}

	h4
	{
		font-family: 'Roboto Light';
	}

	p.TOC4
	{
		line-height: 14pt;
		margin: 10px 0px;
		font-family: Roboto;
		margin-left: 30pt;
	}

	p.TOC5
	{
		line-height: 14pt;
		margin: 10px 0px;
		font-family: Roboto;
		margin-left: 40pt;
	}

	p.TOC6
	{
		line-height: 14pt;
		margin: 10px 0px;
		margin-left: 50pt;
	}

	p.TOC7
	{
		line-height: 14pt;
		margin: 10px 0px;
		font-family: Roboto;
		margin-left: 60pt;
	}

	img.thumb100percent
	{
		
	}

	img.thumb_right_med
	{
		vertical-align: text-top;
		max-width: 50%;
	}

	img.thumb50percent
	{
		max-width: 50%;
	}

	img.thumb66percent
	{
		max-width: 66%;
	}

	img.thumb75percent
	{
		max-width: 75%;
	}

	img.thumb_left_med
	{
		vertical-align: text-top;
		max-width: 300px;
	}

	img.thumb85percent
	{
		max-width: 85%;
	}

	li
	{
		margin-bottom: 3px;
		margin-top: 3px;
	}

	ul
	{
		line-height: 16pt;
	}

	h1.Chapter
	{
		mc-auto-number-format: 'CH:Chapter {chapnum}';
		mc-auto-number-position: inside-head;
	}

	img.thumb_right_small
	{
		vertical-align: text-top;
		max-width: 40%;
	}

	img.thumb_right_large
	{
		vertical-align: text-top;
	}

	table
	{
		page-break-inside: avoid;
	}

	p.example
	{
		page-break-inside: avoid;
	}

	p.key
	{
		page-break-inside: avoid;
	}

	p.note
	{
		page-break-inside: avoid;
	}

	p.tip
	{
		page-break-inside: avoid;
	}

	p.warning
	{
		page-break-inside: avoid;
	}

	div.nopagebreak
	{
		
	}
}

div.home-tiles-layout > div:nth-child(3) > div:last-child
{
	
}

div.home-tiles-layout > div:nth-child(3)
{
	
}

/* Clooz customization */

p.follow
{
	clear: both;
}

p.construction
{
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #e7f6f0;
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border: solid 1px #27ae60;
	border-radius: 12px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background-image: url('../Images/Icons/construction48.png');
	clear: both;
}

p.key
{
	background-color: #fffbea;
	background-image: url('../Images/Icons/key48.png');
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border: solid 1px #f1c40f;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: 15px 60px;
	overflow: hidden;
	clear: both;
}

p.TOCHeader
{
	
}

p.Title
{
	
}

img.thumb_right_med
{
	mc-image-position: right;
	clear: none;
	margin-left: 15px;
	margin-bottom: 15px;
	max-width: 50%;
	margin-right: 0px;
	margin-top: 0px;
	float: right;
	vertical-align: text-top;
}

img.thumb100percent
{
	margin-bottom: 25px;
}

img.thumb75percent
{
	margin-bottom: 25px;
}

img.thumb66percent
{
	margin-bottom: 25px;
}

img.thumb50percent
{
	margin-bottom: 25px;
}

img.thumb85percent
{
	margin-bottom: 25px;
}

h1.Chapter
{
	hyphenate: never;
	hypens: none;
}

p.nopagebreak
{
	page-break-inside: avoid;
}

/*<meta sourceDocument="D:\My Programs\Clooz\Documentation\dotnet-eud\interface-elements-for-desktop\articles\print-preview\print-preview-for-wpf" />*/

