/* ------------ Import Main OMC Project Stylesheet --------------- */

@import 'Alta.css';
@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* ------------ Styles for the Call/Response API examples --------------- */

http{

	font-family: arial;
	color: white;
	padding: 2px;
	border-radius: 5px;
}

http.post{
	background-color: #3399FF;
	padding-right: 5px;
}
http.get{
	background-color: #1e995b;
	padding-right: 5px;
}
http.put{
	background-color: #3399FF;
}
http.delete{
	background-color: #FF3333;
}

endpoint{

	font-family: monospace;

}

pre
{
	font-size: 11pt;
}

/* ------------ Compendium Styles --------------- */
span.name
{
	font-weight: bold;
	padding-right: 15px;
}

span.type
{
	font-family: monospace;
}

span.action
{
	padding-right: 15px;
}

span.url
{
	font-family: monospace;
}

p.seealso
{
	margin-bottom: 8px;
	margin-top: 8px;
}


/* Bluekai live docs iframe */

iframe.livedocs
{
	width: 100%;
	height: 500px; 
	margin-top: 40px;
	margin-bottom: 40px;
	scrolling: yes;
	
}

/* end bluekai specific styles */





/* ------------ Mini TOC Styles --------------- */

div.admonition p.first
{
	font-weight: bold;
}

div.figure
{
	background-color: #eeeeee;
	border: solid 1px #cccccc;
	padding: 10px;
	text-align: center;
}

div.figure p.figurecount
{
	mc-auto-number-format: '{b}Figure {n+} {/b}';
}

MadCap|miniTocProxy
{
	border-top-style: none;
}

.reference * a.MiniTOC1,
.reference * a.MiniTOC2
{
	font-family: monospace;
	color: #749AB6;
	font-weight: normal;
}

.reference * a.MiniTOC1
{
	font-size: 18pt;
}

.reference * a.MiniTOC2
{
	font-size: 14pt;
}

MadCap|xref.figure
{
	mc-format: '{paranum}';
}
