/*<meta />*/

@import url('tricentis.css');

@import url('https://documentation.tricentis.com/css/opensans.css');

@import url('https://documentation.tricentis.com/css/inconsolata.css');

@import url('../syntaxhighlight/styles/vs.css') screen;

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body.home
{
	background-color: #ffffff;
}

h1.startpage
{
	font-size: 24pt;
	font-weight: normal;
	color: #1A58A6;
	line-height: 1.3em;
	padding-left: 5%;
}

h2.startpage
{
	font-size: 14pt;
	color: #1A58A6;
	font-weight: normal;
	line-height: 1em;
	padding-bottom: 8px;
	padding-left: 5%;
	border-bottom: none;
}

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: 2% 15%;
	background-color: #ffffff;
}

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: 40px;
	padding: 25px 0;
	line-height: 30px;
	/*new*/
}

div.search-results	/*Sets side padding on search results*/
{
	padding: 0 20%;
}

/*
p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25;
}
*/

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #fff;
}

.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-size: 11pt;
	font-weight: normal;
	border-bottom: none;
}

MadCap|xref
{
	mc-format: '{para}';
	text-decoration: underline;
	font-weight: normal;
	color: #004C97;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #888888;
}

a:link	/*Color of hyperlinks*/
{
	color: #004C97;
	font: normal;
	/*	text-decoration: none; */
}

a:visited
{
	color: #004C97;
	font: normal;
	/*	text-decoration: none; */
}

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)
{
	width: 75%;
	margin-left: 0%;
	padding: 0 5%;
}

div.home-page-layout > div:nth-child(2)
{
	width: 25%;
	margin-left: 0%;
	padding: 0 5% 2%;
}

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: 48%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

div.home-tiles-layout > div:nth-child(2) > div:last-child
{
	margin-bottom: 0;
}

div.home-tile
{
	padding-top: 4%;
	/*changed from 4% */
	padding-bottom: 4%;
	/* new */
	height: 95%;
	/*changed from 100% */
	border: solid 1px #dadada;
	border-radius: 3px;
	background-color: #fafafa;
	/* new */
}

a.main-tile
{
	height: 100%;
	/*changed from 100% */
	display: block;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 7px;
	background-color: #ffffff;
	text-decoration: none;
}

a.side-tile
{
	/*	height: 25%;  changed from 23.5% */
	display: block;
	text-align: center;
	margin-bottom: 7px;
	background-color: #ffffff;
	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;
	margin: 0;
	color: #0C2949;
}

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)
{
	width: 33.333%;
	margin-left: 0%;
}

div.video-tiles > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 0%;
}

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: 1% 5%;
}

/* Tricentis Styles */
/* Tricentis Styles */

@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%;
	}
}

@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-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;
	}
}

/* open-sans-300 - latin */

@font-face 
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/open-sans-v15-latin-300.eot');
	src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), url('../fonts/open-sans-v15-latin-300.woff') format('woff'), url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg');
}

/* IE9 Compat Modes */
/* IE6-IE8 */
/* Super Modern Browsers */
/* Modern Browsers */
/* Safari, Android, iOS */
/* Legacy iOS */
/* open-sans-regular - latin */

@font-face 
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v15-latin-regular.eot');
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg');
}

/* IE9 Compat Modes */
/* IE6-IE8 */
/* Super Modern Browsers */
/* Modern Browsers */
/* Safari, Android, iOS */
/* Legacy iOS */
/* open-sans-600 - latin */

@font-face 
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/open-sans-v15-latin-600.eot');
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v15-latin-600.woff') format('woff'), url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg');
}

/* IE9 Compat Modes */
/* IE6-IE8 */
/* Super Modern Browsers */
/* Modern Browsers */
/* Safari, Android, iOS */
/* Legacy iOS */
/* open-sans-700 - latin */

@font-face 
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v15-latin-700.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v15-latin-700.woff') format('woff'), url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg');
}

/* IE9 Compat Modes */
/* IE6-IE8 */
/* Super Modern Browsers */
/* Modern Browsers */
/* Safari, Android, iOS */
/* Legacy iOS */
/* open-sans-800 - latin */

@font-face 
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/open-sans-v15-latin-800.eot');
	src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v15-latin-800.woff2') format('woff2'), url('../fonts/open-sans-v15-latin-800.woff') format('woff'), url('../fonts/open-sans-v15-latin-800.ttf') format('truetype'), url('../fonts/open-sans-v15-latin-800.svg#OpenSans') format('svg');
}

/* IE9 Compat Modes */
/* IE6-IE8 */
/* Super Modern Browsers */
/* Modern Browsers */
/* Safari, Android, iOS */
/* Legacy iOS */
/* rajdhani-regular - latin */

@font-face 
{
	font-family: 'Rajdhani';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/rajdhani-v7-latin-regular.eot');
	src: local('Rajdhani Regular'), local('Rajdhani-Regular'), url('../fonts/rajdhani-v7-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/rajdhani-v7-latin-regular.woff2') format('woff2'), url('../fonts/rajdhani-v7-latin-regular.woff') format('woff'), url('../fonts/rajdhani-v7-latin-regular.ttf') format('truetype'), url('../fonts/rajdhani-v7-latin-regular.svg#Rajdhani') format('svg');
}

/* IE9 Compat Modes */
/* IE6-IE8 */
/* Super Modern Browsers */
/* Modern Browsers */
/* Safari, Android, iOS */
/* Legacy iOS */
/* rajdhani-500 - latin */

@font-face 
{
	font-family: 'Rajdhani';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/rajdhani-v7-latin-500.eot');
	src: local('Rajdhani Medium'), local('Rajdhani-Medium'), url('../fonts/rajdhani-v7-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/rajdhani-v7-latin-500.woff2') format('woff2'), url('../fonts/rajdhani-v7-latin-500.woff') format('woff'), url('../fonts/rajdhani-v7-latin-500.ttf') format('truetype'), url('../fonts/rajdhani-v7-latin-500.svg#Rajdhani') format('svg');
}

/* IE9 Compat Modes */
/* IE6-IE8 */
/* Super Modern Browsers */
/* Modern Browsers */
/* Safari, Android, iOS */
/* Legacy iOS */
/* rajdhani-600 - latin */

@font-face 
{
	font-family: 'Rajdhani';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/rajdhani-v7-latin-600.eot');
	src: local('Rajdhani SemiBold'), local('Rajdhani-SemiBold'), url('../fonts/rajdhani-v7-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/rajdhani-v7-latin-600.woff2') format('woff2'), url('../fonts/rajdhani-v7-latin-600.woff') format('woff'), url('../fonts/rajdhani-v7-latin-600.ttf') format('truetype'), url('../fonts/rajdhani-v7-latin-600.svg#Rajdhani') format('svg');
}

/* IE9 Compat Modes */
/* IE6-IE8 */
/* Super Modern Browsers */
/* Modern Browsers */
/* Safari, Android, iOS */
/* Legacy iOS */

p.h3
{
	
}

