@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta />*/

/* General styles */

body
{
	color: #000000;
	font-family: Gordita, sans-serif;
}

/* Content */
/* Images */

img
{
	border: none;
	max-width: 100%;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 100%;
	mc-thumbnail: popup;
}

img.no-popup {
	mc-thumbnail: none;
}

img.large {
	max-width: 1000px;
	height: auto;
}

img.medium {
	max-width: 700px;
	height: auto;
}

img.small {
	max-width: 400px;
	height: auto;
}

img.icon {
	max-height: 15px;
	mc-thumbnail: none;
	width: auto;
}

/* Paragraph styles */

p
{
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 28px;
	letter-spacing: 0.15px;
}

p.table-text
{
	font-size: 12pt;
}

/* Character styles */

span.brand
{
	mc-disabled: true;
	color: #02F0B9;
}

.center
{
	text-align: center;
}

/* Headings */

h1
{
	font-family: 'Gordita Medium', sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: black;
	margin: 20px 0;
}

h2
{
	border-left: #02F0B9 solid 3px;
	font-family: 'Gordita Medium', sans-serif;
	font-size: 26px;
	font-weight: normal;
	padding-left: 16px;
}

h3
{
	font-family: 'Gordita Medium', sans-serif;
	font-weight: normal;
    font-size: 20px;
    padding-left: 19px;
}

h4
{
	font-family: 'Gordita Medium', sans-serif;
    font-size: 18px;
    padding-left: 19px;
}

h5
{
	font-family: 'Gordita Medium', sans-serif;
	font-weight: normal;
    font-size: 16px;
    padding-left: 19px;
}

h6
{
	font-family: 'Gordita Medium', sans-serif;
	font-weight: normal;
    font-size: 15px;
    padding-left: 19px;
}

/* Links */

a
{
	color: #0000EE;
}

a:link
{
	color: #0000EE;
}

a:visited
{
	color: #551A8B;
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: #0000EE;
}

/* Dropdowns */

MadCap|dropDown
{
	border-bottom: 1px solid #DADCE0;
	mc-image-position: left;
	mc-image-spacing: 16px;
	mc-open-image: url('../Images/minus.svg');
	mc-closed-image: url('../Images/plus.svg');
	padding: 12px ;
}

MadCap|dropDown:hover
{
    background-color:#F8F9FA;
    transition:0.2s;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: black;
	font-size: 22px;
	font-weight: bold;
	border-bottom: none;
}

MadCap|expandingBody
{
	color: black;
	font-style: italic;
	background-color:#F8F9FA;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #02F0B9;
	background-color:#F8F9FA;
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .15px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.MiniTOC1
{
	color: 35CCD0;
}

p.MiniTOC2
{
	color: 35CCD0;
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	img.large {
		width: 1000px;
		max-width: 100%;
		height: auto;
	}
	
	img.medium {
		width: 700px;
		max-width: 100%;
		height: auto;
	}
	
	img.small {
		width: 400px;
		max-width: 100%;
		height: auto;
	}
}

/* Note Styles from Madcap */

div.note
{
      background-color: #f0f7fb;
     border-left: solid 4px #3498db;
     line-height: 18px;
     mc-auto-number-format: '{b}Note: {/b}';
     overflow: hidden;
     padding: 12px;
}

div.note_no_text
{
      background-color: #f0f7fb;
     border-left: solid 4px #3498db;
     line-height: 18px;
     overflow: hidden;
     padding: 12px;
}

p.internal {
	background-color: #fdf7f2;
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 4px #d35549;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 20px;
}

p.note
{
     background-color: #f0f7fb;
     background-position: 9px 0px;
     background-repeat: no-repeat;
     border-left: solid 4px #3498db;
     line-height: 18px;
     overflow: hidden;
     padding: 15px 20px;
}
code {
    display: inline-block;
    padding: 2;
    background-color: #f8f9fa;
    line-height: 28px;    
    color: #484c7a;
    color: rgba(72,76,122,var(1));
    border-radius: 4;
    font-size: 15px;
    white-space: nowrap;
}
.codesample {
	background: #f8f9fa;
	border: 1px solid #dadce0;
	border-radius: 2px;
	padding: 4px 8px;
	color: rgb(60, 64, 67);
	font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
	line-height: 160%;
}	
.internalonly {
	background-color: #fdf7f2;
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 4px #d35549;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 20px;
}
.codeSnippet {
	padding: 0;
	border: none;
}
.codeSnippetBody {
	line-height: 28px;
	padding: 4px 8px;
	border: 1px solid #dadce0;
	background-color: #f8f9fa;
}
span.codeSnippetLineNumbers {
	border-right-width: 1px!important;
}
.codeSnippetCopyButton {
    float: right;
    padding: 0px 2px 2px 0;
    font-size: 12px;
}
.codeSnippetBody code {
	padding-right: 8px;
}
