/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

For help with MadCap Flare go to Help Ribbon > Topics Section > Open Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

===========================================================================================================================================================*/

/*==Topic General Styles==*/

body
{
	color: #404040;
	font-family: Arial, Avenir, Myriad;
	line-height: 1.7em;
	background: #196ec2;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #196ec2, #00d18e);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #196ec2, #00d18e);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #196ec2, #00d18e);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #196ec2, #00d18e);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.off-canvas-content .main-section > .outer-row
{
	max-width: 80%;
	padding: 0;
}

h1
{
	font-size: 1.5em;
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 30px;
	font-weight: bold;
}

h2
{
	font-size: 1.2em;
	margin-bottom: 4px;
	margin-top: 20px;
	font-weight: bold;
}

h3
{
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 16px;
}

h4
{
	
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

img.thumbnail
{
	mc-thumbnail: popup;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #2c95c5;
}

a.MCBreadcrumbsLink:hover
{
	color: #1e688a;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: ';
	font-weight: bold;
	color: #2c95cf;
	mc-breadcrumbs-count: 5;
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: #2189cf;
}

MadCap|xref:hover
{
	color: #4F7476;
}

MadCap|dropDown
{
	mc-closed-image: url('../images/dropdownclosed.png');
	mc-open-image: url('../images/dropdownopen.png');
}

MadCap|dropDownHotspot
{
	font-weight: bold;
	color: #000000;
}

/*==Master Page Topic Layout==*/

.main-section	/*This style applies the gradient background. This HTML element is not on a master page, this element is used at compile time.*/
{
	/* Standard syntax */
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div.content-container	/*Wraps the topic content on the masterpage and provides the white background behind topics.*/
{
	margin-right: 0;
	background-color: #FFF;
	padding: 25px;
	min-height: 95vh;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border: 1px solid #d3d3d3;
}

div.side-content	/*Container for Menu proxy*/
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 25%;
}

ul.navigation > li > ul
{
	border: 2px solid #007785;
}

ul.navigation > li > ul > li > ul
{
	border: 2px solid #007785;
}

nav.title-bar
{
	background: linear-gradient(to right, #196ec2, #00d18e);
}

MadCap|toggler
{
	color: #2189cf;
	font-weight: bold;
}

MadCap|popupHead
{
	font-weight: bold;
	color: #2189cf;
}

img.inline
{
	
}

kbd.string
{
	color: #800000;
}

kbd.reserved
{
	color: #0000ff;
}

kbd.function
{
	color: #008080;
}

kbd.comment
{
	color: #008000;
}

td
{
	vertical-align: top;
	margin: 8px;
}

.search-bar .search-filter-wrapper
{
	position: static;
	min-width: 140px;
}

.search-bar .search-submit-wrapper
{
	position: static;
}

.search-bar-container
{
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	flex-direction: row;
}

.search-field.needs-pie
{
	display: flex;
	width: 80%;
}

.search-filter-wrapper
{
	width: 30%;
}

.search-submit-wrapper
{
	width: 56px;
	position: static;
}

.search-filter
{
	color: #000000;
	padding-left: 5px;
	font-family: Segoe UI;
}

#sf-content
{
	right: 32.5%;
	transform: translateX(100%);
}

/*Tab Version Selector*/

.tabs
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.tab-link
{
	display: inline-block;
	float: left;
	margin-bottom: 0;
	position: relative;
}

.tab-link > a
{
	display: block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.tab-link > a:hover
{
	background-color: #e3f1f7;
	font-weight: bold;
	color: #783fad;
	cursor: pointer;
}

.tab-link > a:active
{
	font-weight: bolder;
}

.tab-link.current
{
	border-right: 1px solid grey;
	border-top: 1px solid grey;
	border-left: 1px solid grey;
	border-bottom: 0px solid white;
	background: white;
	z-index: 100;
}

.tab-link.current > a
{
	color: #4b0082;
	font-weight: bold;
}

.tabs:after
{
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid grey;
	z-index: 1;
}

p.TableCaption
{
	font-weight: bold;
}

span.SearchHighlight
{
	background-color: #fffacd;
}

.code-container
{
	background-color: #FFF;
	border: 4px solid #005295;
	padding: 15px;
	margin-bottom: 30px;
	width: 70%;
	height: 350px;
	max-width: 1200px;
}

.code-title
{
	text-align: center;
	font-family: "Segoe UI";
	color: #2d8dcc;
}

.code-description
{
	font-family: "Segoe UI";
	margin-bottom: -20px;
}

.code-image
{
	margin-left: 42%;
	margin-right: auto;
	width: 15%;
}

.code-table
{
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 10px;
}

.code-dl
{
	display: table-cell;
	width: 50%;
}

.file-name
{
	text-align: center;
	margin-top: -30px;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 1279px)
{
	.search-bar-container
	{
		flex-wrap: wrap;
	}

	.search-field.needs-pie
	{
		flex: 100%;
	}

	.search-filter-wrapper
	{
		flex: 70%;
	}

	.search-submit-wrapper
	{
		flex: 30%;
		min-width: 56px;
	}

	.search-bar.search-bar-container .search-submit
	{
		width: 100%;
	}

	.search-bar .search-filter
	{
		border-left: none;
		padding-left: 10px;
	}

	#sf-content
	{
		right: 100%;
		transform: translateX(100%);
	}
}

@media only screen and (max-width: 767px)
{
	.search-filter-wrapper
	{
		flex: 70%;
	}

	.search-submit-wrapper
	{
		flex: 30%;
	}

	.search-bar .search-filter
	{
		padding-left: 10px;
	}

	.main-section > .outer-row	/*Removes the padding around the body proxy in mobile*/
	{
		padding: 0;
	}

	div.home-master-page-footer > div	/*Adds separators to the footer items when in mobile layout*/
	{
		border-bottom: 1px solid #828282;
	}
}

h1.Center
{
	margin-bottom: 10px;
	font-family: 'Segoe UI', Verdana, sans-serif;
	color: #1ab1ef;
}

MadCap|xref.invisible
{
	color: #ffffff;
}

p.indent
{
	margin-bottom: 0;
	margin-left: 40px;
	margin-top: 0;
}

p.indent1
{
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 15px;
}

p.indent2
{
	margin-bottom: 0;
	margin-left: 30px;
	margin-top: 0;
}

p.indent3
{
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 45px;
}

p.indent4
{
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 60px;
}

span.Emphasis
{
	font-family: 'Segoe UI', Verdana, sans-serif;
	font-weight: bold;
}

@media print
{
	img.inline
	{
		margin-top: 1;
	}

	img
	{
		
	}

	kbd.comment
	{
		color: #008000;
	}

	kbd.function
	{
		color: #008080;
	}

	kbd.reserved
	{
		color: #0000ff;
	}

	kbd.string
	{
		
	}

	kbd.command-gray
	{
		background: #d8d8e0;
	}

	p.TableCaption
	{
		
	}
}

kbd.command-gray
{
	
}

p.command_gray
{
	font-family: 'Segoe UI', Verdana, sans-serif;
	background-color: #dbdbe4;
	display: inline-block;
	padding: 0px 5px 0px 5px;
}

