/*<meta />*/

@import url('../prettify/prettify.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

:root	/* Color vars.  */
{
	--Brand1: #076685;
	--Brand2: #CDE0E7;
	--Dark: #45494c;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--White: #ffffff;
	--Note: #0f03fc;
}

body
{
	padding-left: 5px;
	margin: 0;
	margin-bottom: 60px;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 1.42857143;
	color: #333333;
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 40px;
	color: #555555;
	word-wrap: break-word;
	background-image: none;
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
}

/* Content */

p
{
	margin: 0 0 10.5px;
}

/* Indent a paragraph */

p.indent
{
	padding-left: 30px;
}

/* Caption under images */

div.caption
{
	font-size: 85%;
	padding-bottom: 30px;
}

/* Autonumber figure caption */

p.figure
{
	mc-auto-number-class: FigNum;
	padding-bottom: 25px;
	margin-left: 10px;
	mc-auto-number-format: 'Figure {n+} :';
}

span.FigNum
{
	font-style: normal;
}

/* Single line callout */

p.tip
{
	background-position-x: 0;
	background-position-y: center;
	line-height: 25px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: #ffffcc;
	border-left: 6px solid #ffeb3b;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	mc-auto-number-format: '{color #6C3483}{b}Tip!{/b}  {/color}';
}

/* Single line callout */

p.example
{
	background-position-x: 0;
	background-position-y: center;
	line-height: 25px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	background-color: #ddffdd;
	border-left: 6px solid #4CAF50;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	mc-auto-number-format: '{color #016316}{b}Example:{/b}  {/color}';
}

/* Single line callout */

p.important
{
	background-position-x: 0;
	background-position-y: center;
	line-height: 25px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	background-color: #ffdddd;
	border-left: 6px solid #f44336;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	mc-auto-number-format: '{color #E94B44}{b}Important!{/b}  {/color}';
}

/* Single line callout */

p.note
{
	background-position-x: 0;
	background-position-y: center;
	line-height: 25px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	background-color: #e7f3fe;
	border-left: 6px solid #2196F3;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	mc-auto-number-format: '{color #0f03fc}{b}Note:  {/b}{/color}';
	list-style-position: outside;
}

/* Multi-line callouts */

div.tip
{
	background-position-x: 0;
	background-position-y: center;
	line-height: 25px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: #ffffcc;
	border-left: 6px solid #ffeb3b;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	mc-auto-number-format: '{color #6C3483}{b}Tip!{/b}  {/color}';
}

div.example
{
	background-position-x: 0;
	background-position-y: center;
	line-height: 25px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	background-color: #ddffdd;
	border-left: 6px solid #4CAF50;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	mc-auto-number-format: '{color #016316}{b}Example:{/b}  {/color}';
}

div.important
{
	background-position-x: 0;
	background-position-y: center;
	line-height: 25px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	background-color: #ffdddd;
	border-left: 6px solid #f44336;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	mc-auto-number-format: '{color #E94B44}{b}Important!{/b}  {/color}';
}

div.note
{
	background-position-x: 0;
	background-position-y: center;
	line-height: 25px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	background-color: #e7f3fe;
	border-left: 6px solid #2196F3;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	mc-auto-number-format: '{color #0f03fc}{b}Note:{/b}  {/color}';
}

/* white text with black background for commandline code */

p.commandline
{
	font-family: "Courier New", monospace;
	margin: 0 0 10.5px;
	line-height: 1.0;
	color: #fff;
	background-color: #000;
	padding: 5;
	font-size: 1em;
}

/* Monospace text for code single line*/

pre
{
	font-family: "Courier New", monospace;
	display: block;
	margin: 0 0 10.5px;
	padding: 20;
	line-height: 1.0;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 1em;
	overflow: auto;
}

/* Monospace text for code spanning multiple lines*/

div.pre
{
	font-family: "Courier New", monospace;
	margin: 0 0 10.5px;
	padding: 20;
	line-height: 1.0;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 1em;
	overflow: auto;
}

/* Code embedded within text */

.inline-code
{
	font-family: "Courier New", monospace;
	margin: 0 0 10.5px;
	line-height: 1.0;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding: 5;
	font-size: 1em;
}

h1,
h2,
h3,
h4,
h5
{
	font-family: inherit;
	font-weight: 300;
	line-height: 1.1;
	color: inherit;
}

h1,
h2,
h3
{
	margin-top: 21px;
	margin-bottom: 10.5px;
}

h4,
h5
{
	margin-top: 10.5px;
	margin-bottom: 10.5px;
}

h1
{
	font-size: 2.0em;
	margin: 0.67em 0;
}

h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1.4em;
}

h4
{
	font-size: 1.2em;
}

h5
{
	font-size: 1.0em;
	font-weight: bold;
}

img
{
	border: none;
	max-width: 100%;
}

/* Expending dropDown blocks */

MadCap|dropDown
{
	mc-image-position: left;
	mc-image-spacing: 10px;
	padding: 10px 0;
	mc-closed-image: url('../Images/Plus.png');
	mc-open-image: url('../Images/Minus.png');
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: #45494c;
	font-size: 20pt;
	font-weight: bold;
	border-bottom: none;
}

MadCap|expandingBody
{
	color: #45494c;
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #076685;
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: #076685;
}

/* Lists */

li
{
	margin-bottom: 6pt;
	margin-top: 6pt;
}

li p
{
	margin-bottom: 6pt;
	margin-top: 6pt;
}

ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Links */

a
{
	background: transparent;
	color: #4D9D37;
	text-decoration: none;
}

a.home-button
{
	display: block;
	padding: 10px;
	text-decoration: none;
	width: 100%;
}

a:active,
a:hover
{
	outline: 0;
}

a:focus,
a:hover
{
	color: #316423;
	text-decoration: underline;
}

a:focus
{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a.badge:focus,
a.badge:hover
{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

a.bg-danger:hover
{
	background-color: #e9888b;
}

a.bg-info:hover
{
	background-color: #40c3ff;
}

a.bg-primary:hover
{
	background-color: #3a772a;
}

a.bg-success:hover
{
	background-color: #a3d994;
}

a.bg-warning:hover
{
	background-color: #ffd96b;
}

a.label:focus,
a.label:hover
{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

a.list-group-item
{
	color: #555;
}

a.list-group-item:focus,
a.list-group-item:hover
{
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5;
}

a.list-group-item-danger
{
	color: #a94442;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover
{
	color: #a94442;
	background-color: #ed9da0;
}

a.list-group-item-info
{
	color: #30596D;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover
{
	color: #30596D;
	background-color: #5acbff;
}

a.list-group-item-success
{
	color: #3c763d;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover
{
	color: #3c763d;
	background-color: #b3e0a7;
}

a.list-group-item-warning
{
	color: #8a6d3b;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover
{
	color: #8a6d3b;
	background-color: #ffe084;
}

a.text-danger:hover
{
	color: #843534;
}

a.text-info:hover
{
	color: #245269;
}

a.text-primary:hover
{
	color: #3a772a;
}

a.text-success:hover
{
	color: #2b542c;
}

a.text-warning:hover
{
	color: #66512c;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover
{
	border-color: #4D9D37;
}

