/*<meta />*/

@import url('skin-side-nav.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'Open Sans';
	src: url(../Fonts/OpenSans-Regular.ttf);
}

@font-face 
{
	font-family: 'Open Sans Bold';
	src: url(../Fonts/OpenSans-Bold.ttf);
	font-weight: bold;
}

@font-face 
{
	font-family: 'Open Sans Italic';
	src: url(../Fonts/OpenSans-Italic.ttf);
	font-style: italic;
}

@font-face 
{
	font-family: 'Open Sans Bold Italic';
	src: url(../Fonts/OpenSans-BoldItalic.ttf);
	font-weight: bold;
	font-style: italic;
}

@font-face 
{
	font-family: 'Source Code Pro';
	src: url(../Fonts/SourceCodePro-Regular.ttf);
}

.MCDropDown_Image_Icon
{
	padding-left: 25px;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url('../Images/minus.png');
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url('../Images/plus.png');
}

body
{
	font-family: 'Open Sans';
}

div.body-container
{
	width: auto;
	margin-right: 0px;
	margin-top: 5px;
	padding: 0px 78px 0px 34px;
}

/*added for product rename announcement*/

div#notification-bar
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #00CFFF;
	padding: 4px;
	z-index: 99999;
}

div#notification-bar a
{
	text-decoration: underline;
	color: black;
}

div#notification-bar p
{
	text-align: center;
	color: black;
	font-size: 15px;
	line-height: 12px;
	font-family: 'Open Sans';
}

/*end - added for product rename announcement*/
/*Redesign: Updates the maximum width of the page content*/

div.sidenav-content
{
	max-width: 1000px;
	margin-top: 20px;
	margin-right: 0px;
}

div.TopicContent
{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

h1
{
	text-align: left;
	font-family: 'Open Sans Bold';
	margin-top: 1.75em;
	line-height: normal;
	color: #404040;
	font-size: 24px;
}

p
{
	text-align: left;
	color: #262626;
	mc-hyphenate: never;
	margin-top: 12px;
	margin-bottom: 12px;
	font-family: 'Open Sans';
}

ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
}

img
{
	border: none;
	max-width: 100%;
}

a.Popup
{
	
}

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;
	border-bottom: none;
	font-weight: normal;
	font-size: 20px;
	color: #2F6DB5;
}

MadCap|xref
{
	mc-format: '{para}';
	color: #2f6db5;
	text-decoration: none;
	font-weight: normal;
}

a
{
	text-decoration: none;
	color: #2F6DB5;
}

a:link
{
	text-decoration: none;
	color: #2F6DB5;
	font-weight: normal;
}

a:visited
{
	text-decoration: none;
	color: #2F6DB5;
}

a:focus
{
	text-decoration: none;
	color: #1A4B83;
}

a:hover
{
	text-decoration: none;
	color: #1A4B83;
}

MadCap|dropDownBody
{
	padding: 0px 30px 0 -5px;
}

MadCap|dropDown
{
	mc-image-position: left;
	mc-image-spacing: 10px;
	border-bottom: none 1px #ecedef;
	padding: 5px 0;
}

div
{
	padding: 0px;
	margin: 0px;
	line-height: 14pt;
}

MadCap|dropDownHead
{
	color: #2f6db5;
}

ul
{
	list-style-type: square;
	line-height: normal;
}

li
{
	font-family: 'Open Sans';
	color: #262626;
	font-size: 11pt;
	margin: 6pt 0px;
}

@media only screen and (max-width: 980px)
{
	div.body-container
	{
		margin-right: inherit;
		padding: 0px 78px 0px 63px;
	}

	div.home-footer
	{
		display: none;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	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%;
	}
}

@media only screen and (max-width: 767px)
{
	div.home-footer
	{
		display: none;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	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%;
	}
}

@media print
{
	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}
}

span.code
{
	font-family: 'Source Code Pro', 'monospace';
	font-size: 1em;
	line-height: 16px;
	text-align: left;
	color: #262626;
	mc-hyphenate: never;
	margin-top: 12px;
	margin-bottom: 12px;
}

p.invisible
{
	text-align: left;
	color: #262626;
	mc-hyphenate: never;
	margin-top: 11px;
	margin-bottom: 11px;
	font-size: 11pt;
	font-weight: inherit;
	font-family: 'Open Sans';
	visibility: hidden;
}

