/*<meta />*/

@import url('Styles.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* top nav */
/* The SmartSpace nav button is displayed in a white box when looking at SmartSpace docs */

ul.navigation li[data-mc-id="0"]
{
	background-color: #3f7298;
}

/* The font for SmartSpace nav button changes from white to Primary when looking at SmartSpace docs */

ul.navigation li[data-mc-id="0"] > a
{
	font-weight: bold;
	color: #ffffff;
}

/* side nav */
/* padding for root item */

ul.menu._Skins_Side_Menu_site_navigation.mc-component li > a
{
	padding-left: 5px;
}

/* padding and border radius for selected item in sidenav. The other styles are (background colour etc) are configured directly in Flare in the skins file */

ul.menu._Skins_Side_Menu_site_navigation.mc-component li > a.selected
{
	padding-top: 10px;
	padding-bottom: 10px;
	/* padding-left: 7px; */
	/* border-radius: 10px; */
}

/* ul.menu._Skins_Side_Menu_site_navigation.mc-component li > a:hover 
{
    border-radius: 10px;
} */

/* Sets the height of the side nav to fill the height of the page, rather than fitting to the content in the side nav */

ul.menu._Skins_Side_Menu_site_navigation.mc-component
{
	height: 100%;
	max-height: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

html,
body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

/* removes version info from top of topics */

p.TinyTopLeft
{
	display: none;
}

p.indent
{
	padding-left: 50px;
}

div.Important-Note-Intro
{
	border: solid 1px;
	border-radius: 5px;
	background-image: url('../Images/Warning.png');
	background-size: 45px 45px;
	background-repeat: no-repeat;
	padding: 6pt;
	padding-left: 46pt;
	padding-bottom: 12pt;
	border-color: #d6d8e2;
	font-weight: bold;
}

div.Note
{
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 46pt;
	padding-right: 6pt;
	padding-top: 6pt;
	padding-bottom: 12pt;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-image: url('../Images/Note.png');
	background-repeat: no-repeat;
}

div.Warning
{
	border: solid 1px;
	border-radius: 5px;
	background-image: url('../Images/Warning.png');
	background-size: 45px 45px;
	background-repeat: no-repeat;
	border-color: #ff4438;
	padding: 6pt;
	padding-left: 46pt;
	padding-bottom: 12pt;
}

.page-layout-flex
{
	display: flex;
	/* height: 100vh; */
	overflow: hidden;
	/* prevent outer scrollbars */
}

#toc-proxy
{
	color: #fff;
	overflow-y: auto;
}

#contentBody
{
	flex: 1;
	overflow-y: auto;
	padding: 20px;
	min-height: 60em;
}

div.no-side-menu
{
	width: 72vw;
	margin: 50px;
}

/* top feature layout */

div.MCMiniTocBox_0
{
	margin-top: 10px;
	padding-left: 70px;
	border-top-width: 0px;
}

/*topic layout*/

div.topic-navigation
{
	margin-top: 5px;
}

div.sideContent
{
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 25px;
	float: right;
	width: 33.33%;
}

.sticky-menu
{
	right: 0;
	position: fixed;
	padding-left: 100px;
	padding-right: 5px;
	margin-right: 50px;
}

.on-this-page-heading p
{
	color: #3f7298;
	font-weight: bold;
	font-weight: bold;
	font-size: 14pt;
	margin-left: 10px;
	margin-top: 50px;
}

li.tree-node a:hover
{
	border-radius: 10px;
}

div.ContentRow	/*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-left: 15px;
	/* min-height: 30em; */
}

div.ContentRow::before
{
	content: ' ';
	display: table;
}

div.ContentRow::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.ContentRow > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.ContentRow > div:nth-child(1)
{
	width: 66.667%;
	margin-left: 0%;
}

div.ContentRow > div:nth-child(2)
{
	width: 25%;
	margin-left: 8.3333%;
}

.buttons.mc-component
{
	position: fixed;
	right: 20px;
	padding-top: 5px;
}

.search-bar._Skins_Topics_Search.mc-component
{
	float: right;
}

table.page-layout td
{
	vertical-align: top;
}

table.page-layout
{
	border-spacing: 0px;
	margin-left: 0px;
}

.row.outer-row.sidenav-layout
{
	max-width: 100%;
	max-height: 100%;
	padding-left: 0px;
}

.title-bar-container.sticky-container
{
	min-height: unset !important;
}

div.top-level-feature
{
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d8e2;
}

caption.no-display
{
	display: none;
}

.mc-component .button.print-button .button-icon
{
	background: transparent url('../Images/icon-print.png');
}

.mc-component .button.remove-highlight-button .button-icon
{
	background: transparent url('../Images/remove-highlight.png');
}

.mc-component .button.expand-all-button .button-icon
{
	background: transparent url('../Images/unfold_more.png');
}

.mc-component .button.collapse-all-button .button-icon
{
	background: transparent url('../Images/unfold_less.png');
}

/* Wizard. There are four button styles - wizbutton (standard), wizbutton_long (for longer text), wizbutton_v_long (for even longer text), and wizbutton_nav for the back and start again buttons */

div.wizard
{
	border: 10px solid #d6d8e2;
	padding: 30px;
	background-color: #d6d8e2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.wizbutton
{
	display: inline-block;
	border-radius: 12px;
	background-color: #3f7298;
	border: none;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 170px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	vertical-align: middle;
}

.wizbutton_long
{
	display: inline-block;
	border-radius: 12px;
	background-color: #3f7298;
	border: none;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	vertical-align: middle;
	width: 350px;
	padding-left: 8px;
	padding-right: 8px;
}

.wizbutton_v_long
{
	display: inline-block;
	border-radius: 12px;
	background-color: #3f7298;
	border: none;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	vertical-align: middle;
	width: 600px;
	padding-left: 8px;
	padding-right: 8px;
}

.wizbutton_nav
{
	display: inline-block;
	border-radius: 12px;
	background-color: #000000;
	border: none;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 3px;
	padding-right: 3px;
	width: 100px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	vertical-align: middle;
}

.wizbutton span
{
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.wizbutton span:after
{
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.wizbutton:hover span
{
	padding-right: 20px;
}

.wizbutton:hover span:after
{
	opacity: 1;
	right: 0;
}

.wizbutton_long span
{
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.wizbutton_long span:after
{
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.wizbutton_long:hover span
{
	padding-right: 20px;
}

.wizbutton_long:hover span:after
{
	opacity: 1;
	right: 0;
}

.wizbutton_v_long span
{
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.wizbutton_v_long span:after
{
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.wizbutton_v_long:hover span
{
	padding-right: 20px;
}

.wizbutton_v_long:hover span:after
{
	opacity: 1;
	right: 0;
}

.link-list-popup ul
{
	background: #d6d8e2;
}

.link-list-popup ul li:hover
{
	background-color: #3f7298;
	color: #ffffff;
}

.MCHelpControl-Related .MCHelpControl-RelatedHotSpot_
{
	/* background-position: left;
    background-image: url(RelatedTopics.gif); */
	color: #3f7298;
	text-decoration: underline;
}

span.mc-variable[class*="ubisense-command-line-tools\00002E"]
{
	font-weight: bold;
}

@media only screen and (max-width: 1279px)
{
	ul.menu._Skins_Side_Menu_site_navigation.mc-component
	{
		display: none;
	}

	.page-layout-flex
	{
		flex-direction: column;
	}

	.page-layout-flex
	{
		display: flex;
		overflow: hidden;
		/* prevent outer scrollbars */
	}

	/* #toc-proxy 
	{
		width: 100%;
		height: 200px;
	} */

	#contentBody
	{
		flex: none;
		height: calc(100vh - 200px);
		/* adjusts to nav height */
	}
}

/* @media (max-width: 1048px)
{
	.docs-links-container 
	{
    flex-direction: column;
    align-items: center; 
  	}

  	.docs-links-container > div 
  	{
    width: 90%; 
    margin-bottom: 1em;
  	}

	div.quick-links
	{
		width: 70%;
	}
} */

@media only screen and (max-width: 767px)
{
	.sticky-menu
	{
		display: none;
	}

	ul.menu._Skins_Side_Menu_site_navigation.mc-component
	{
		display: none;
	}

	div.ContentRow > div:nth-child(1)
	{
		width: unset;
	}
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}
}

