/*<meta conditions="global/target.html-only,global/flags.skeleton" />*/

/* This is the project-level stylesheet for HTML outputs. Use it to override styles inherited from the global stylesheets. Project-level overrides should be used sparingly (as a last resort) when a required global style
is unavailable or inappropriate. Please comment the reason for each project-level style. */

@import url('global/html.css');
@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

MadCap|xref.link-api
{
	background-color: var(--maptek-mid-green-light-90);
	border-radius: 4px;
	color: var(--maptek-mid-green);
	font-size: 90%;
	mc-format: '{color #c7254e}{paratext}{/color}';
	mc-language: none;
	padding: 2px 4px;
	text-decoration: none;
}

a.MiniTOC1
{
	color: var(--maptek-mid-green);
}

a.MiniTOC1:link
{
	color: var(--maptek-mid-green);
}

a.MiniTOC1:visited
{
	color: var(--maptek-mid-green);
}

a.MiniTOC2
{
	color: var(--maptek-mid-green);
}

a.MiniTOC2:link
{
	color: var(--maptek-mid-green);
	text-decoration: underline;
}

a.MiniTOC2:visited
{
	color: var(--maptek-mid-green);
}

a.link-api
{
	background-color: var(--maptek-mid-green-light-90);
	border-radius: 4px;
	color: var(--maptek-mid-green);
	font-family: "consolas", "Courier", monospace;
	font-size: 90%;
	mc-language: none;
	padding: 2px 4px;
	text-decoration: none;

}

a.link-api:hover
{
	text-decoration: underline;
}

a.link-api-external
{
	background-color: var(--maptek-mid-green-light-90);
	border-radius: 4px;
	color: var(--maptek-mid-green);
	font-family: "consolas", "Courier", monospace;
	font-size: 90%;
	padding: 2px 4px;
	text-decoration: none;
}

a.link-api-external::after
{
	-webkit-font-smoothing: antialiased;
	content: "\f08e";
	display: inline-block;
	font: var(--fa-font-regular);
	font-size: smaller;
	padding-left: 0.2em;
	padding-top: 0.2em;
	text-decoration: none;
	text-rendering: auto;
	vertical-align: text-top;
}

a.link-api-external:hover
{
	text-decoration: underline;
}

ol.steps-major
{
	list-style-type: none;
}

ol.steps-major > li:before 
{
	content: "Step " counter(list-item, upper-alpha) ". ";
	display: inline-block;
 	margin-right: 5px;
}

p.MiniTOC1
{
	margin-bottom: 0px;
	margin: 1em 0px 0px;
}

p.MiniTOC2
{
	display: inline;
}

pre.terminal
{
	background: black;
	color: white;
	font-family: "consolas", "Courier", monospace;
	line-height: var(--font-size-base);
	mc-language: none;
	padding: 0.1em;
	white-space: pre;
}

MadCap|miniTocProxy
{
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
