/* ALEXA-HEADER-TOP-NAV-TECH-DOC-ADJUSTMENTS */
/*OVERRIDING DANTE STYLES FOR TECH-DOC PAGES */

.navigation-header nav {
	font-family: 'Amazon Ember Light';
}

.dppnItem>a {
	padding: 0!important;
}

.dppnLink:hover {
	font: none;
	color: #5FDBFF!important;
	border-bottom: 1px solid #5FDBFF!important;
}

#caret:after {
	border-bottom: #152939 4px solid;
	margin-left: -38px;
	font-size: 13px;
	position: absolute;
	top: 6px;
	content: "\f107";
	font-family: 'FontAwesome';
	color: #ffffff;
	font-size: 18px;
	padding-right: 13px;
	text-decoration: none;
}

/*HEADER OVERRIDES FOR DEX TABLET VIEW */
/*FIX MENU ITEM COLOR DISPLAY BUGS */

@media screen and (max-width: 992px) {
	.dppnItem a {
		border-bottom: 0px!important;
		color: white!important;
		font-weight: lighter;
	}
	a.dppnLink {
		border-bottom: 0px solid rgb(255, 255, 255)!important;
		padding-left: 20px!important;
		padding-top: 10px!important;
		padding-bottom: 10px!important;
	}
	.dppnItem a:hover {
		color: white!important;
		border-bottom: 0px solid #5FDBFF!important;
		margin: auto;
	}
	#caret {
		display: none!important
	}
}

/* @media screen and (max-width: 992px) {
	.navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem {
		display: inline-block;
	}
} */


/*HEADER OVERRIDES FOR SMALL MOBILE VIEW*/
/*FIX RIGHT-HAND ICON WRAPPING DISPLAY BUG */

@media (max-width: 500px) {
	span.dpc-console-title.row.justify-content-start {
		display: none;
		color: #152939;
	}
	.col.align-self-center::after {
		display: contents;
	}
	.col.align-self-center {
		margin-left: -16px;
		font-size: 18px;
		color: #F1F2F3;
		width: 100%;
		letter-spacing: 1px;
		margin-top: 2px;
		text-decoration: none;
	}
}


/*DANTE BASE STYLES OVERRIDE*/

.base-wrapper {
	font-family: 'AmazonEmber-Light';
	word-wrap: break-word;
	font-size: 1.6rem;
	color: #2F2F2F;
}


/* BASE STYLES */

.docs-sticky,
.docs-sticky p,
.docs-sticky ul,
.docs-sticky ol,
.docs-sticky li,
.docs-sticky .alert,
.docs-sticky .bs-callout,
.docs-sticky dd,
.docs-sticky dt,
.docs-sticky .docs-sticky a.editButton,
.docs-sticky .subheading,
.docs-sticky figcaption,
.docs-sticky table,
.docs-sticky span.githubButton,
.docs-sticky p,
.docs-sticky li,
.docs-sticky .alert,
.docs-sticky .bs-callout,
.docs-sticky dt,
.docs-sticky dl dd,
.docs-sticky div.legend {
	color: #111;
	line-height: 1.5em;
	font-family: "Amazon Ember Regular", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.docs-sticky,
.docs-sticky p,
.docs-sticky ul,
.docs-sticky ol,
.docs-sticky li,
.docs-sticky .alert,
.docs-sticky .bs-callout,
.docs-sticky dd,
.docs-sticky dt,
.docs-sticky .docs-sticky a.editButton,
.docs-sticky .subheading,
.docs-sticky figcaption,
.docs-sticky table,
span.githubButton {
	color: #111;
	line-height: 1.5em;
	font-weight: 400;
}

.docs-sticky h1,
.docs-sticky h2,
.docs-sticky h3,
.docs-sticky h4,
.docs-sticky h5,
.docs-sticky h6,
.docs-sticky .productTitle,
.docs-sticky .relatedResources {
	color: #111;
}

li .btn {
	margin-top: 10px
}

.docs-sticky dl,
.docs-sticky .inline ol,
.docs-sticky .inline ul {
	margin-top: 0px;
	margin-bottom: 1rem;
}


/* p override */

.docs-sticky p {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 16px;
	word-spacing: .01px;
	line-height: 2.2rem;
	letter-spacing: -.01rem;
}

/* heading default */

.docs-sticky h2,
.docs-sticky .h2,
.docs-sticky h3,
.docs-sticky .h3,
.docs-sticky h4,
.docs-sticky .h4,
.docs-sticky h5,
.docs-sticky .h5,
.docs-sticky h6,
.docs-sticky .h6 {
	font-family: "Amazon Ember Light", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: inherit;
	background-color: transparent;
	font-weight: 500;
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
}


/* heading override */

.docs-sticky h1 {
	margin-top: 20px;
	font-size: 40px;
	line-height: 48px;
	font-family: "Amazon Ember Light", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}

.docs-sticky h2,
.docs-sticky h2 code.highlighter-rouge {
	font-size: 35px;
	word-spacing: -.1rem;
	letter-spacing: -.05rem;
	line-height: 4.2rem;
}

.docs-sticky h3,
.docs-sticky h3 code.highlighter-rouge {
	font-size: 28px;
	word-spacing: .35px;
	line-height: 33px;
	letter-spacing: -.035rem;
}

.docs-sticky h4,
.docs-sticky h4 code.highlighter-rouge {
	font-size: 24px;
	word-spacing: .28px;
	line-height: 26px;
	letter-spacing: .28px;
	margin-bottom: 20px;
}

.docs-sticky h5,
.docs-sticky h5 code.highlighter-rouge {
	font-size: 18px;
	word-spacing: .3px;
	line-height: 17px;
}

.docs-sticky h6,
.docs-sticky h6 code.highlighter-rouge {
	font-size: 14px;
	word-spacing: .3px;
	line-height: 17px;
}


/* Images */

.docs-sticky img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	margin-bottom: 20px;
}

.docs-sticky img.docimage {
	margin-bottom: 20px;
}

.docs-sticky .inline li {
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 16px;
	/* list-style-type: disc; */
}

.docs-sticky .inline ul,
.docs-sticky .inline ol {
	margin-bottom: 20px;
	margin-left: -10px;
	margin-top: 0;
	padding-left: 40px;
}


/* @media (max-width: 767px) {
	.par.iparys_inherited {
		display: none!important;
	}
} */


/*TECH-DOCS-MOBILE-VIEW*/


/*LEFT-HAND-MENU*/

@media (max-width: 767px) {
	.navbar-offcanvas {
		top: 114.5px;
		z-index: 9999999;
	}
}

@media (max-width: 330px) {
	.navbar-offcanvas {
		top: 125px;
		z-index: 9999999;
	}
}


/*RIGHT-HAND-MENU*/

@media (max-width: 767px) {
	.navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
		-webkit-transform: translateX(-250px);
		transform: translateX(-250px);
	}
}


/*DANTE-FOOTER-ADJUSTMENT*/

@media (max-width: 767px) {
	footer.dante-footer {
		position: sticky;
		bottom: -2px;
		min-height: 75px;
	}
}

.bs-callout.bs-callout-default p {
	margin-top: 0;
}

.docs-sticky {
	margin-top: -1px;
}

div#aa-input-container {
	display: none;
}

.arabic {
	text-align: justify;
	direction: rtl
}

.arabic~ul {
	text-align: justify;
	direction: rtl;
}

.arabic~li {
	text-align: justify;
	direction: rtl;
}

.docs-sticky span.red {
	color: #c7254e;
}


/* patch to emulate h3 that is in the nav bar */

.docs-sticky h7 {
	font-size: 28px;
	font-weight: 500;
	background-color: transparent;
	word-spacing: .35px;
	line-height: 33px;
}

a {
	color: #0066c0;
	text-decoration: none;
	background-color: transparent;
}

.docs-sticky i.fa {
	font-family: 'FontAwesome'
}

.docs-sticky .inline ul li {
	list-style-type: disc;
}

.docs-sticky ol li ol li {
	list-style-type: lower-latin
}

.docs-sticky ol li ol li ul li {
	list-style-type: disc
}

.docs-sticky ol li ol li ol li {
	list-style-type: lower-roman
}

video {
	border: 1px solid #444
}

audio {
	margin: 20px 0px
}

.docs-sticky .bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px
}

.docs-sticky .calloutTitle {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px
}

.docs-sticky .bs-callout p:first-child {
	margin-bottom: 0
}

.docs-sticky .bs-callout p:last-of-type {
	margin-top: 0
}

.docs-sticky .bs-callout code {
	border-radius: 3px
}

.docs-sticky .bs-callout+.bs-callout {
	margin-top: -5px
}

.docs-sticky .bs-callout-default {
	border-left-color: #777
}

.docs-sticky .bs-callout-default .calloutTitle {
	color: #777
}

.docs-sticky .bs-callout-primary {
	border-left-color: #428bca
}

.docs-sticky .bs-callout-primary .calloutTitle {
	color: #428bca
}

.docs-sticky .bs-callout-success {
	border-left-color: #5cb85c
}

.docs-sticky .bs-callout-success .calloutTitle {
	color: #5cb85c
}

.docs-sticky .bs-callout-danger {
	border-left-color: #d9534f
}

.docs-sticky .bs-callout-danger .calloutTitle {
	color: #d9534f
}

.docs-sticky .bs-callout-warning {
	border-left-color: #f0ad4e
}

.docs-sticky .bs-callout-warning .calloutTitle {
	color: #f0ad4e
}

.docs-sticky .bs-callout-info {
	border-left-color: #5bc0de
}

.docs-sticky .bs-callout-info .calloutTitle {
	color: #5bc0de
}

.docs-sticky .alert {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	padding: 11.25px 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #f7f7f7;
	border-radius: 3px
}

.docs-sticky .alert-success {
	background-color: #dff0d8;
	border-color: #b2dba1;
}

.docs-sticky .alert-info {
	background-color: #ebf3f9;
	border-color: #9acfea;
}

.docs-sticky .alert-warning {
	background-color: #fef8d7;
	border-color: #f5e79e
}

.docs-sticky .alert-danger {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
	background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dca7a7
}

div.alert code.highlighter-rouge {
	background-color: rgba(241, 241, 241, 0.5)
}

.docs-sticky .alert.alert-warning {
	padding-left: 15px !important;
}

.docs-sticky figcaption {
	padding-bottom: 12px;
	margin-bottom: 20px;
	color: gray;
	font-size: 14px;
	font-style: italic
}

.docs-sticky img.border {
	border: 1px solid #dedede
}

.docs-sticky img.inline {
	vertical-align: unset;
}

img.inline {
	padding: 0;
	margin: 0;
}

.docs-sticky .number_legend>img.inline {
	margin-bottom: 2px
}

.docs-sticky .number_legend {
	margin-bottom: 10px;
	margin-top: 10px
}

.docs-sticky .legend {
	margin-bottom: 12px;
	margin-top: 12px
}

.docs-sticky .legend img {
	margin-bottom: 0px
}

video {
	margin: 20px 0px
}

.docs-sticky dl {
	margin-top: 20px;
}

.docs-sticky dt {
	font-weight: bold
}

.docs-sticky dl dd {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 400;
}

.docs-sticky dd {
	margin-left: 30px
}

.docs-sticky dd pre {
	margin-top: 12px;
	margin-bottom: 12px
}

.docs-sticky i.fa.fa-github.fa-lg:hover,
.docs-sticky a.githubButton.noExtIcon:hover {
	color: black;
	text-decoration: none
}

.docs-sticky a.editButton {
	color: #666;
	text-decoration: none
}

.docs-sticky a.editButton:hover {
	text-decoration: none;
	color: black
}

.docs-sticky .githubButton {
	color: black;
	background-color: white;
	border: 1px solid #dedede;
	padding: 5px;
	border-radius: 5px;
	margin: 20px 0px 10px 0px;
	font-size: 14px
}

.docs-sticky .githubButton:hover {
	background-color: #fefefe;
	color: #444;
	text-decoration: none
}

.docs-sticky .githubFeedback {
	margin-bottom: 20px;
	margin-top: 20px
}

.docs-sticky button {
	overflow: visible
}

.docs-sticky button,
.docs-sticky select {
	text-transform: none
}

.docs-sticky button,
.docs-sticky html input[type="button"],
.docs-sticky input[type="reset"],
.docs-sticky input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

.docs-sticky button[disabled],
.docs-sticky html input[disabled] {
	cursor: default
}

.docs-sticky button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

.docs-sticky .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.docs-sticky .btn:focus,
.docs-sticky .btn:active:focus,
.docs-sticky .btn.active:focus,
.docs-sticky .btn.focus,
.docs-sticky .btn:active.focus,
.docs-sticky .btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.docs-sticky .btn:hover,
.docs-sticky .btn:focus,
.docs-sticky .btn.focus {
	color: #333333;
	text-decoration: none
}

.docs-sticky .btn:active,
.docs-sticky .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.docs-sticky .btn.disabled,
.docs-sticky .btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.docs-sticky .btn-default {
	color: #777;
	background-color: #ffffff;
	border-color: #cccccc
}

.docs-sticky .btn-default:focus,
.docs-sticky .btn-default.focus {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.docs-sticky .btn-default:hover {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.docs-sticky .btn-default:active,
.docs-sticky .btn-default.active,
.open>.dropdown-toggle.btn-default {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.docs-sticky .btn-default:active:hover,
.docs-sticky .btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.docs-sticky .btn-default:active:focus,
.docs-sticky .btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.docs-sticky .btn-default:active.focus,
.docs-sticky .btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
	color: #333333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.docs-sticky .btn-default:active,
.docs-sticky .btn-default.active,
.open>.dropdown-toggle.btn-default {
	background-image: none
}

.docs-sticky .btn-default.disabled:hover,
.docs-sticky .btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.docs-sticky .btn-default.disabled:focus,
.docs-sticky .btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.docs-sticky .btn-default.disabled.focus,
.docs-sticky .btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
	background-color: #ffffff;
	border-color: #cccccc
}

.docs-sticky .btn-default .badge {
	color: #ffffff;
	background-color: #333333
}

.docs-sticky .btn-primary {
	color: #ffffff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.docs-sticky .btn-primary:focus,
.docs-sticky .btn-primary.focus {
	color: #ffffff;
	background-color: #286090;
	border-color: #122b40
}

.docs-sticky .btn-primary:hover {
	color: #ffffff;
	background-color: #286090;
	border-color: #204d74
}

.docs-sticky .btn-primary:active,
.docs-sticky .btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #286090;
	border-color: #204d74
}

.docs-sticky .btn-primary:active:hover,
.docs-sticky .btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.docs-sticky .btn-primary:active:focus,
.docs-sticky .btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.docs-sticky .btn-primary:active.focus,
.docs-sticky .btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
	color: #ffffff;
	background-color: #204d74;
	border-color: #122b40
}

.docs-sticky .btn-primary:active,
.docs-sticky .btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.docs-sticky .btn-primary.disabled:hover,
.docs-sticky .btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.docs-sticky .btn-primary.disabled:focus,
.docs-sticky .btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.docs-sticky .btn-primary.disabled.focus,
.docs-sticky .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4
}

.docs-sticky .btn-primary .badge {
	color: #337ab7;
	background-color: #ffffff
}

.docs-sticky .btn-success {
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.docs-sticky .btn-success:focus,
.docs-sticky .btn-success.focus {
	color: #ffffff;
	background-color: #449d44;
	border-color: #255625
}

.docs-sticky .btn-success:hover {
	color: #ffffff;
	background-color: #449d44;
	border-color: #398439
}

.docs-sticky .btn-success:active,
.docs-sticky .btn-success.active,
.open>.dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #449d44;
	border-color: #398439
}

.docs-sticky .btn-success:active:hover,
.docs-sticky .btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.docs-sticky .btn-success:active:focus,
.docs-sticky .btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.docs-sticky .btn-success:active.focus,
.docs-sticky .btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
	color: #ffffff;
	background-color: #398439;
	border-color: #255625
}

.docs-sticky .btn-success:active,
.docs-sticky .btn-success.active,
.open>.dropdown-toggle.btn-success {
	background-image: none
}

.docs-sticky .btn-success.disabled:hover,
.docs-sticky .btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.docs-sticky .btn-success.disabled:focus,
.docs-sticky .btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.docs-sticky .btn-success.disabled.focus,
.docs-sticky .btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.docs-sticky .btn-success .badge {
	color: #5cb85c;
	background-color: #ffffff
}

.docs-sticky .btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.docs-sticky .btn-info:focus,
.docs-sticky .btn-info.focus {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.docs-sticky .btn-info:hover {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-info:active,
.docs-sticky .btn-info.active,
.open>.dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-info:active:hover,
.docs-sticky .btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.docs-sticky .btn-info:active:focus,
.docs-sticky .btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.docs-sticky .btn-info:active.focus,
.docs-sticky .btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
	color: #ffffff;
	background-color: #269abc;
	border-color: #1b6d85
}

.docs-sticky .btn-info:active,
.docs-sticky .btn-info.active,
.open>.dropdown-toggle.btn-info {
	background-image: none
}

.docs-sticky .btn-info.disabled:hover,
.docs-sticky .btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.docs-sticky .btn-info.disabled:focus,
.docs-sticky .btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.docs-sticky .btn-info.disabled.focus,
.docs-sticky .btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.docs-sticky .btn-info .badge {
	color: #5bc0de;
	background-color: #ffffff
}

.docs-sticky .btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.docs-sticky .btn-warning:focus,
.docs-sticky .btn-warning.focus {
	color: #ffffff;
	background-color: #ec971f;
	border-color: #985f0d
}

.docs-sticky .btn-warning:hover {
	color: #ffffff;
	background-color: #ec971f;
	border-color: #d58512
}

.docs-sticky .btn-warning:active,
.docs-sticky .btn-warning.active,
.open>.dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ec971f;
	border-color: #d58512
}

.docs-sticky .btn-warning:active:hover,
.docs-sticky .btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.docs-sticky .btn-warning:active:focus,
.docs-sticky .btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.docs-sticky .btn-warning:active.focus,
.docs-sticky .btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
	color: #ffffff;
	background-color: #d58512;
	border-color: #985f0d
}

.docs-sticky .btn-warning:active,
.docs-sticky .btn-warning.active,
.open>.dropdown-toggle.btn-warning {
	background-image: none
}

.docs-sticky .btn-warning.disabled:hover,
.docs-sticky .btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.docs-sticky .btn-warning.disabled:focus,
.docs-sticky .btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.docs-sticky .btn-warning.disabled.focus,
.docs-sticky .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236
}

.docs-sticky .btn-warning .badge {
	color: #f0ad4e;
	background-color: #ffffff
}

.docs-sticky .btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.docs-sticky .btn-danger:focus,
.docs-sticky .btn-danger.focus {
	color: #ffffff;
	background-color: #c9302c;
	border-color: #761c19
}

.docs-sticky .btn-danger:hover {
	color: #ffffff;
	background-color: #c9302c;
	border-color: #ac2925
}

.docs-sticky .btn-danger:active,
.docs-sticky .btn-danger.active,
.open>.dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #c9302c;
	border-color: #ac2925
}

.docs-sticky .btn-danger:active:hover,
.docs-sticky .btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.docs-sticky .btn-danger:active:focus,
.docs-sticky .btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.docs-sticky .btn-danger:active.focus,
.docs-sticky .btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
	color: #ffffff;
	background-color: #ac2925;
	border-color: #761c19
}

.docs-sticky .btn-danger:active,
.docs-sticky .btn-danger.active,
.open>.dropdown-toggle.btn-danger {
	background-image: none
}

.docs-sticky .btn-danger.disabled:hover,
.docs-sticky .btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.docs-sticky .btn-danger.disabled:focus,
.docs-sticky .btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.docs-sticky .btn-danger.disabled.focus,
.docs-sticky .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a
}

.docs-sticky .btn-danger .badge {
	color: #d9534f;
	background-color: #ffffff
}

.docs-sticky .btn-link {
	color: #337ab7;
	font-weight: normal;
	border-radius: 0
}

.docs-sticky .btn-link,
.docs-sticky .btn-link:active,
.docs-sticky .btn-link.active,
.docs-sticky .btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.docs-sticky .btn-link,
.docs-sticky .btn-link:hover,
.docs-sticky .btn-link:focus,
.docs-sticky .btn-link:active {
	border-color: transparent
}

.docs-sticky .btn-link:hover,
.docs-sticky .btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.docs-sticky .btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.docs-sticky .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none
}

.docs-sticky .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.docs-sticky .btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.docs-sticky .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.docs-sticky .btn-block {
	display: block;
	width: 100%
}

.docs-sticky .btn-block+.btn-block {
	margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%
}

.expandedBox {
	border: 1px solid #dedede;
	padding: 0px 20px;
	border-radius: 5px;
	margin-bottom: 20px
}

.docs-sticky .expandTitle {
	font-weight: bold;
	vertical-align: -webkit-baseline-middle
}

.docs-sticky .content_block {
	border: 1px solid #dedede;
	padding: 10px;
	background: #F5FFFA;
	margin-bottom: 20px
}

.docs-sticky .content_block ul li {
	list-style: none
}

#expand1,
#expand2,
#expand3,
#expand4,
#expand5,
#expand6,
#expand7,
#expand8,
#expand8,
#expand10 {
	margin: 25px
}

.docs-sticky .collapse {
	display: none;
	visibility: hidden
}

.docs-sticky .collapse.in {
	display: block;
	visibility: visible
}

.docs-sticky .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility
}

.docs-sticky .btn-expand1 {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
	padding: 3px 6px
}

.docs-sticky .btn-expand1:focus,
.docs-sticky .btn-expand1.focus {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.docs-sticky .btn-expand1:hover {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-expand1:active,
.docs-sticky .btn-expand1.active,
.open>.dropdown-toggle.btn-expand1 {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-expand1:active:hover,
.docs-sticky .btn-expand1.active:hover,
.open>.dropdown-toggle.btn-expand1:hover,
.docs-sticky .btn-expand1:active:focus,
.docs-sticky .btn-expand1.active:focus,
.open>.dropdown-toggle.btn-expand1:focus,
.docs-sticky .btn-expand1:active.focus,
.docs-sticky .btn-expand1.active.focus,
.open>.dropdown-toggle.btn-expand1.focus {
	color: #ffffff;
	background-color: #269abc;
	border-color: #1b6d85
}

.docs-sticky .btn-expand1:active,
.docs-sticky .btn-expand1.active,
.open>.dropdown-toggle.btn-expand1 {
	background-image: none
}

.docs-sticky .btn-expand1.disabled:hover,
.docs-sticky .btn-expand1[disabled]:hover,
fieldset[disabled] .btn-expand1:hover,
.docs-sticky .btn-expand1.disabled:focus,
.docs-sticky .btn-expand1[disabled]:focus,
fieldset[disabled] .btn-expand1:focus,
.docs-sticky .btn-expand1.disabled.focus,
.docs-sticky .btn-expand1[disabled].focus,
fieldset[disabled] .btn-expand1.focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.docs-sticky .btn-expand1 .badge {
	color: #5bc0de;
	background-color: #ffffff
}

.docs-sticky .btn-expand2 {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
	padding: 3px 6px
}

.docs-sticky .btn-expand2:focus,
.docs-sticky .btn-expand2.focus {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.docs-sticky .btn-expand2:hover {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-expand2:active,
.docs-sticky .btn-expand2.active,
.open>.dropdown-toggle.btn-expand2 {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-expand2:active:hover,
.docs-sticky .btn-expand2.active:hover,
.open>.dropdown-toggle.btn-expand2:hover,
.docs-sticky .btn-expand2:active:focus,
.docs-sticky .btn-expand2.active:focus,
.open>.dropdown-toggle.btn-expand2:focus,
.docs-sticky .btn-expand2:active.focus,
.docs-sticky .btn-expand2.active.focus,
.open>.dropdown-toggle.btn-expand2.focus {
	color: #ffffff;
	background-color: #269abc;
	border-color: #1b6d85
}

.docs-sticky .btn-expand2:active,
.docs-sticky .btn-expand2.active,
.open>.dropdown-toggle.btn-expand2 {
	background-image: none
}

.docs-sticky .btn-expand2.disabled:hover,
.docs-sticky .btn-expand2[disabled]:hover,
fieldset[disabled] .btn-expand2:hover,
.docs-sticky .btn-expand2.disabled:focus,
.docs-sticky .btn-expand2[disabled]:focus,
fieldset[disabled] .btn-expand2:focus,
.docs-sticky .btn-expand2.disabled.focus,
.docs-sticky .btn-expand2[disabled].focus,
fieldset[disabled] .btn-expand2.focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.docs-sticky .btn-expand2 .badge {
	color: #5bc0de;
	background-color: #ffffff;
	padding: 3px 6px
}

.docs-sticky .btn-expand3 {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
	padding: 3px 6px
}

.docs-sticky .btn-expand3:focus,
.docs-sticky .btn-expand3.focus {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.docs-sticky .btn-expand3:hover {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-expand3:active,
.docs-sticky .btn-expand3.active,
.open>.dropdown-toggle.btn-expand3 {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-expand3:active:hover,
.docs-sticky .btn-expand3.active:hover,
.open>.dropdown-toggle.btn-expand3:hover,
.docs-sticky .btn-expand3:active:focus,
.docs-sticky .btn-expand3.active:focus,
.open>.dropdown-toggle.btn-expand3:focus,
.docs-sticky .btn-expand3:active.focus,
.docs-sticky .btn-expand3.active.focus,
.open>.dropdown-toggle.btn-expand3.focus {
	color: #ffffff;
	background-color: #269abc;
	border-color: #1b6d85
}

.docs-sticky .btn-expand3:active,
.docs-sticky .btn-expand3.active,
.open>.dropdown-toggle.btn-expand3 {
	background-image: none
}

.docs-sticky .btn-expand3.disabled:hover,
.docs-sticky .btn-expand3[disabled]:hover,
fieldset[disabled] .btn-expand3:hover,
.docs-sticky .btn-expand3.disabled:focus,
.docs-sticky .btn-expand3[disabled]:focus,
fieldset[disabled] .btn-expand3:focus,
.docs-sticky .btn-expand3.disabled.focus,
.docs-sticky .btn-expand3[disabled].focus,
fieldset[disabled] .btn-expand3.focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.docs-sticky .btn-expand3 .badge {
	color: #5bc0de;
	background-color: #ffffff
}

.docs-sticky .btn-expand4 {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
	padding: 3px 6px
}

.docs-sticky .btn-expand4:focus,
.docs-sticky .btn-expand4.focus {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.docs-sticky .btn-expand4:hover {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-expand4:active,
.docs-sticky .btn-expand4.active,
.open>.dropdown-toggle.btn-expand4 {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-expand4:active:hover,
.docs-sticky .btn-expand4.active:hover,
.open>.dropdown-toggle.btn-expand4:hover,
.docs-sticky .btn-expand4:active:focus,
.docs-sticky .btn-expand4.active:focus,
.open>.dropdown-toggle.btn-expand4:focus,
.docs-sticky .btn-expand4:active.focus,
.docs-sticky .btn-expand4.active.focus,
.open>.dropdown-toggle.btn-expand4.focus {
	color: #ffffff;
	background-color: #269abc;
	border-color: #1b6d85
}

.docs-sticky .btn-expand4:active,
.docs-sticky .btn-expand4.active,
.open>.dropdown-toggle.btn-expand4 {
	background-image: none
}

.docs-sticky .btn-expand4.disabled:hover,
.docs-sticky .btn-expand4[disabled]:hover,
fieldset[disabled] .btn-expand4:hover,
.docs-sticky .btn-expand4.disabled:focus,
.docs-sticky .btn-expand4[disabled]:focus,
fieldset[disabled] .btn-expand4:focus,
.docs-sticky .btn-expand4.disabled.focus,
.docs-sticky .btn-expand4[disabled].focus,
fieldset[disabled] .btn-expand4.focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.docs-sticky .btn-expand4 .badge {
	color: #5bc0de;
	background-color: #ffffff
}

.docs-sticky .btn-expand5 {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
	padding: 3px 6px
}

.docs-sticky .btn-expand5:focus,
.docs-sticky .btn-expand5.focus {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.docs-sticky .btn-expand5:hover {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-expand5:active,
.docs-sticky .btn-expand5.active,
.open>.dropdown-toggle.btn-expand5 {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-expand5:active:hover,
.docs-sticky .btn-expand5.active:hover,
.open>.dropdown-toggle.btn-expand5:hover,
.docs-sticky .btn-expand5:active:focus,
.docs-sticky .btn-expand5.active:focus,
.open>.dropdown-toggle.btn-expand5:focus,
.docs-sticky .btn-expand5:active.focus,
.docs-sticky .btn-expand5.active.focus,
.open>.dropdown-toggle.btn-expand5.focus {
	color: #ffffff;
	background-color: #269abc;
	border-color: #1b6d85
}

.docs-sticky .btn-expand5:active,
.docs-sticky .btn-expand5.active,
.open>.dropdown-toggle.btn-expand5 {
	background-image: none
}

.docs-sticky .btn-expand5.disabled:hover,
.docs-sticky .btn-expand5[disabled]:hover,
fieldset[disabled] .btn-expand5:hover,
.docs-sticky .btn-expand5.disabled:focus,
.docs-sticky .btn-expand5[disabled]:focus,
fieldset[disabled] .btn-expand5:focus,
.docs-sticky .btn-expand5.disabled.focus,
.docs-sticky .btn-expand5[disabled].focus,
fieldset[disabled] .btn-expand5.focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.docs-sticky .btn-expand5 .badge {
	color: #5bc0de;
	background-color: #ffffff
}

.docs-sticky .btn-expand6 {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
	padding: 3px 6px
}

.docs-sticky .btn-expand6:focus,
.docs-sticky .btn-expand6.focus {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.docs-sticky .btn-expand6:hover {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-expand6:active,
.docs-sticky .btn-expand6.active,
.open>.dropdown-toggle.btn-expand6 {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-expand6:active:hover,
.docs-sticky .btn-expand6.active:hover,
.open>.dropdown-toggle.btn-expand6:hover,
.docs-sticky .btn-expand6:active:focus,
.docs-sticky .btn-expand6.active:focus,
.open>.dropdown-toggle.btn-expand6:focus,
.docs-sticky .btn-expand6:active.focus,
.docs-sticky .btn-expand6.active.focus,
.open>.dropdown-toggle.btn-expand6.focus {
	color: #ffffff;
	background-color: #269abc;
	border-color: #1b6d85
}

.docs-sticky .btn-expand6:active,
.docs-sticky .btn-expand6.active,
.open>.dropdown-toggle.btn-expand6 {
	background-image: none
}

.docs-sticky .btn-expand6.disabled:hover,
.docs-sticky .btn-expand6[disabled]:hover,
fieldset[disabled] .btn-expand6:hover,
.docs-sticky .btn-expand6.disabled:focus,
.docs-sticky .btn-expand6[disabled]:focus,
fieldset[disabled] .btn-expand6:focus,
.docs-sticky .btn-expand6.disabled.focus,
.docs-sticky .btn-expand6[disabled].focus,
fieldset[disabled] .btn-expand6.focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.docs-sticky .btn-expand6 .badge {
	color: #5bc0de;
	background-color: #ffffff
}

.docs-sticky .btn-expand7 {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
	padding: 3px 6px
}

.docs-sticky .btn-expand7:focus,
.docs-sticky .btn-expand7.focus {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.docs-sticky .btn-expand7:hover {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-expand7:active,
.docs-sticky .btn-expand7.active,
.open>.dropdown-toggle.btn-expand7 {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-expand7:active:hover,
.docs-sticky .btn-expand7.active:hover,
.open>.dropdown-toggle.btn-expand7:hover,
.docs-sticky .btn-expand7:active:focus,
.docs-sticky .btn-expand7.active:focus,
.open>.dropdown-toggle.btn-expand7:focus,
.docs-sticky .btn-expand7:active.focus,
.docs-sticky .btn-expand7.active.focus,
.open>.dropdown-toggle.btn-expand7.focus {
	color: #ffffff;
	background-color: #269abc;
	border-color: #1b6d85
}

.docs-sticky .btn-expand7:active,
.docs-sticky .btn-expand7.active,
.open>.dropdown-toggle.btn-expand7 {
	background-image: none
}

.docs-sticky .btn-expand7.disabled:hover,
.docs-sticky .btn-expand7[disabled]:hover,
fieldset[disabled] .btn-expand7:hover,
.docs-sticky .btn-expand7.disabled:focus,
.docs-sticky .btn-expand7[disabled]:focus,
fieldset[disabled] .btn-expand7:focus,
.docs-sticky .btn-expand7.disabled.focus,
.docs-sticky .btn-expand7[disabled].focus,
fieldset[disabled] .btn-expand7.focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.docs-sticky .btn-expand7 .badge {
	color: #5bc0de;
	background-color: #ffffff
}

.docs-sticky .btn-expand8 {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
	padding: 3px 6px
}

.docs-sticky .btn-expand8:focus,
.docs-sticky .btn-expand8.focus {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.docs-sticky .btn-expand8:hover {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-expand8:active,
.docs-sticky .btn-expand8.active,
.open>.dropdown-toggle.btn-expand8 {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-expand8:active:hover,
.docs-sticky .btn-expand8.active:hover,
.open>.dropdown-toggle.btn-expand8:hover,
.docs-sticky .btn-expand8:active:focus,
.docs-sticky .btn-expand8.active:focus,
.open>.dropdown-toggle.btn-expand8:focus,
.docs-sticky .btn-expand8:active.focus,
.docs-sticky .btn-expand8.active.focus,
.open>.dropdown-toggle.btn-expand8.focus {
	color: #ffffff;
	background-color: #269abc;
	border-color: #1b6d85
}

.docs-sticky .btn-expand8:active,
.docs-sticky .btn-expand8.active,
.open>.dropdown-toggle.btn-expand8 {
	background-image: none
}

.docs-sticky .btn-expand8.disabled:hover,
.docs-sticky .btn-expand8[disabled]:hover,
fieldset[disabled] .btn-expand8:hover,
.docs-sticky .btn-expand8.disabled:focus,
.docs-sticky .btn-expand8[disabled]:focus,
fieldset[disabled] .btn-expand8:focus,
.docs-sticky .btn-expand8.disabled.focus,
.docs-sticky .btn-expand8[disabled].focus,
fieldset[disabled] .btn-expand8.focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.docs-sticky .btn-expand8 .badge {
	color: #5bc0de;
	background-color: #ffffff
}

.docs-sticky .btn-expand9 {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
	padding: 3px 6px
}

.docs-sticky .btn-expand9:focus,
.docs-sticky .btn-expand9.focus {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.docs-sticky .btn-expand9:hover {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-expand9:active,
.docs-sticky .btn-expand9.active,
.open>.dropdown-toggle.btn-expand9 {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-expand9:active:hover,
.docs-sticky .btn-expand9.active:hover,
.open>.dropdown-toggle.btn-expand9:hover,
.docs-sticky .btn-expand9:active:focus,
.docs-sticky .btn-expand9.active:focus,
.open>.dropdown-toggle.btn-expand9:focus,
.docs-sticky .btn-expand9:active.focus,
.docs-sticky .btn-expand9.active.focus,
.open>.dropdown-toggle.btn-expand9.focus {
	color: #ffffff;
	background-color: #269abc;
	border-color: #1b6d85
}

.docs-sticky .btn-expand9:active,
.docs-sticky .btn-expand9.active,
.open>.dropdown-toggle.btn-expand9 {
	background-image: none
}

.docs-sticky .btn-expand9.disabled:hover,
.docs-sticky .btn-expand9[disabled]:hover,
fieldset[disabled] .btn-expand9:hover,
.docs-sticky .btn-expand9.disabled:focus,
.docs-sticky .btn-expand9[disabled]:focus,
fieldset[disabled] .btn-expand9:focus,
.docs-sticky .btn-expand9.disabled.focus,
.docs-sticky .btn-expand9[disabled].focus,
fieldset[disabled] .btn-expand9.focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.docs-sticky .btn-expand9 .badge {
	color: #5bc0de;
	background-color: #ffffff
}

.docs-sticky .btn-expand10 {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
	padding: 3px 6px
}

.docs-sticky .btn-expand10:focus,
.docs-sticky .btn-expand10.focus {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.docs-sticky .btn-expand10:hover {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-expand10:active,
.docs-sticky .btn-expand10.active,
.open>.dropdown-toggle.btn-expand10 {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc
}

.docs-sticky .btn-expand10:active:hover,
.docs-sticky .btn-expand10.active:hover,
.open>.dropdown-toggle.btn-expand10:hover,
.docs-sticky .btn-expand10:active:focus,
.docs-sticky .btn-expand10.active:focus,
.open>.dropdown-toggle.btn-expand10:focus,
.docs-sticky .btn-expand10:active.focus,
.docs-sticky .btn-expand10.active.focus,
.open>.dropdown-toggle.btn-expand10.focus {
	color: #ffffff;
	background-color: #269abc;
	border-color: #1b6d85
}

.docs-sticky .btn-expand10:active,
.docs-sticky .btn-expand10.active,
.open>.dropdown-toggle.btn-expand10 {
	background-image: none
}

.docs-sticky .btn-expand10.disabled:hover,
.docs-sticky .btn-expand10[disabled]:hover,
fieldset[disabled] .btn-expand10:hover,
.docs-sticky .btn-expand10.disabled:focus,
.docs-sticky .btn-expand10[disabled]:focus,
fieldset[disabled] .btn-expand10:focus,
.docs-sticky .btn-expand10.disabled.focus,
.docs-sticky .btn-expand10[disabled].focus,
fieldset[disabled] .btn-expand10.focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.docs-sticky .btn-expand10 .badge {
	color: #5bc0de;
	background-color: #ffffff
}

.docs-sticky hr {
	margin-top: 20px;
	margin-bottom: 30px;
	border: 0;
	border-top: 0.7px solid rgb(219, 216, 216);
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

.docs-sticky .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.docs-sticky .dropup,
.docs-sticky .dropdown {
	position: relative
}

.docs-sticky .dropdown-toggle:focus {
	outline: 0
}

.docs-sticky .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}

.docs-sticky .dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.docs-sticky .dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.docs-sticky .dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
}

.docs-sticky .dropdown-menu>li {
	list-style-type: none!important;
}

.docs-sticky .dropdown-menu>li>a:hover,
.docs-sticky .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.docs-sticky .dropdown-menu>.active>a,
.docs-sticky .dropdown-menu>.active>a:hover,
.docs-sticky .dropdown-menu>.active>a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7
}

.docs-sticky .dropdown-menu>.disabled>a,
.docs-sticky .dropdown-menu>.disabled>a:hover,
.docs-sticky .dropdown-menu>.disabled>a:focus {
	color: #777
}

.docs-sticky .dropdown-menu>.disabled>a:hover,
.docs-sticky .dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}

.docs-sticky .open>.dropdown-menu {
	display: block
}

.docs-sticky .open>a {
	outline: 0;
}

.docs-sticky .dropdown-menu-right {
	left: auto;
	right: 0
}

.docs-sticky .dropdown-menu-left {
	left: 0;
	right: auto
}

.docs-sticky .dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.docs-sticky .dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.docs-sticky .pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.docs-sticky .dropup .caret,
.docs-sticky .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: ""
}

.docs-sticky .dropup .dropdown-menu,
.docs-sticky .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width: 768px) {
	.docs-sticky .navbar-right .dropdown-menu {
		left: auto;
		right: 0
	}
	.docs-sticky .navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.docs-sticky .breadcrumb a,
.docs-sticky .breadcrumb a:visited,
.docs-sticky .breadcrumb a:active {
	text-decoration: none
}

.docs-sticky .breadcrumb a:hover {
	color: #999
}

.docs-sticky .breadcrumb>li {
	display: inline-block;
	margin-left: 0px;
	padding: 0px
}

.docs-sticky .breadcrumb>li+li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #cccccc;
	margin: 0px
}

.docs-sticky .breadcrumb>.active {
	color: #777
}

.docs-sticky .label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.docs-sticky a.label:hover,
.docs-sticky a.label:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer
}

.docs-sticky .label:empty {
	display: none
}

.docs-sticky .btn .label {
	position: relative;
	top: -1px
}

.docs-sticky .label-default {
	background-color: #777
}

.docs-sticky .label-default[href]:hover,
.docs-sticky .label-default[href]:focus {
	background-color: #5e5e5e
}

.docs-sticky .label-primary {
	background-color: #337ab7
}

.docs-sticky .label-primary[href]:hover,
.docs-sticky .label-primary[href]:focus {
	background-color: #286090
}

.docs-sticky .label-success {
	background-color: #5cb85c
}

.docs-sticky .label-success[href]:hover,
.docs-sticky .label-success[href]:focus {
	background-color: #449d44
}

.docs-sticky .label-info {
	background-color: #5bc0de
}

.docs-sticky .label-info[href]:hover,
.docs-sticky .label-info[href]:focus {
	background-color: #31b0d5
}

.docs-sticky .label-warning {
	background-color: #f0ad4e
}

.docs-sticky .label-warning[href]:hover,
.docs-sticky .label-warning[href]:focus {
	background-color: #ec971f
}

.docs-sticky .label-danger {
	background-color: #d9534f
}

.docs-sticky .label-danger[href]:hover,
.docs-sticky .label-danger[href]:focus {
	background-color: #c9302c
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

.docs-sticky .progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.docs-sticky .progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease
}

.docs-sticky .progress-striped .progress-bar,
.docs-sticky .progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}

.docs-sticky .progress.active .progress-bar,
.docs-sticky .progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.docs-sticky .progress-bar-success {
	background-color: #5cb85c
}

.docs-sticky .progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.docs-sticky .progress-bar-info {
	background-color: #5bc0de
}

.docs-sticky .progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.docs-sticky .progress-bar-warning {
	background-color: #f0ad4e
}

.docs-sticky .progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.docs-sticky .progress-bar-danger {
	background-color: #d9534f
}

.docs-sticky .progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.docs-sticky .tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto
}

.docs-sticky .tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}

.docs-sticky .tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.docs-sticky .tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.docs-sticky .tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.docs-sticky .tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.docs-sticky .tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.docs-sticky .tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.docs-sticky .tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.docs-sticky .tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.docs-sticky .tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.docs-sticky .tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.docs-sticky .tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.docs-sticky .tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.docs-sticky .tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.docs-sticky .tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.docs-sticky a[data-toggle="tooltip"],
.docs-sticky a[data-toggle="popover"] {
	color: green;
	border-bottom: 1px dashed gray;
	font-style: italic
}

.docs-sticky .clearfix:before,
.docs-sticky .clearfix:after,
.docs-sticky .nav:before,
.docs-sticky .nav:after {
	content: " ";
	display: table
}

.docs-sticky .clearfix:after,
.docs-sticky .nav:after {
	clear: both
}

.docs-sticky .center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.docs-sticky .pull-right {
	float: right !important
}

.docs-sticky .pull-left {
	float: left !important
}

.docs-sticky .hide {
	display: none !important
}

.docs-sticky .show {
	display: block !important
}

.docs-sticky .invisible {
	visibility: hidden
}

.docs-sticky .text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.docs-sticky .hidden {
	display: none !important
}

.docs-sticky ul#markdown-toc,
.docs-sticky ul.markdown-toc {
	border: 1px solid #dedede;
	border-radius: 5px;
	max-width: 400px;
	padding: 20px 10px 20px 0px;
	margin: 30px 0px;
	padding-left: 30px;
	color: gray;
	background-color: #f7f7f7
}

.docs-sticky ul#markdown-toc::before,
.docs-sticky ul.markdown-toc::before {
	font-size: 18px;
	padding-top: 30px;
	margin: 20px 0px 20px -10px
}

.docs-sticky ul#markdown-toc li ul,
.docs-sticky ul.markdown-toc li ul {
	color: gray
}

.docs-sticky ul#markdown-toc ul li,
.docs-sticky ul.markdown-toc ul li {
	margin-left: 5px
}

.docs-sticky ul#markdown-toc::before,
.docs-sticky ul.markdown-toc::before {
	content: "Table of Contents"
}

.docs-sticky ul.onPageSectiontoc {
	border: 1px solid #dedede;
	border-radius: 5px;
	max-width: 400px;
	padding-top: 5px;
	margin-top: 30px;
	color: gray;
	padding-right: 20px;
	background-color: #f7f7f7;
	padding-left: 10px;
	padding: 10px 50px 50px 50px;
	font-size: 14px
}

.docs-sticky ul.onPageSectiontoc::before {
	content: "Pages in This Section"
}

.docs-sticky ul.onPageSectiontoc::before {
	font-size: 18px;
	padding-top: 30px;
	margin: 20px 10px 20px -20px
}

.docs-sticky .box {
	padding: 10px;
	border: 1px solid #888;
	box-shadow: 2px 2px 4px #dedede;
	margin-top: 25px;
	width: 110px;
	line-height: 17px;
	background-color: #f5f5f5;
	font-size: 12px;
	hyphens: auto;
	float: left;
	font-size: 12px;
	height: 90px
}

.docs-sticky .box:hover {
	background-color: #f0f0f0
}

.docs-sticky .userMap {
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0px;
	min-width: 550px;
	margin-bottom: 30px;
	min-width: inherit!important;
}

.docs-sticky div.box {
	line-height: 17px
}

.docs-sticky .userMap .active {
	background-color: #d6f5d6;
	border: 1px solid #555;
	color: black;
	cursor: default
}

.docs-sticky h2.userMapTitle {
	font-family: "Amazon Ember Regular", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.docs-sticky .userMap a:hover {
	text-decoration: none
}

.docs-sticky div.arrow {
	max-width: 50px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 20px
}

.docs-sticky div.content {
	max-width: 110px
}

.docs-sticky .userMap div.arrow,
.userMap div.content {
	float: left
}

.docs-sticky .userMap div.arrow {
	position: relative;
	top: 30px
}

.docs-sticky button.btn.btn-default.btn-lg.modalButton1 {
	margin-left: -20px
}

.docs-sticky .userMap .btn-lg {
	width: 100px;
	height: 80px
}

.docs-sticky .userMap .complexArrow {
	font-size: 22px;
	margin: 0px 10px
}

.docs-sticky .userMap .btn-lg .active {
	background-color: #d6f5d6
}

.docs-sticky .userMap .btn-lg {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-size: 14px
}

.docs-sticky h3.popover-title {
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	background-color: #f1f1f1
}

.docs-sticky a[data-toggle="popover"] {
	cursor: pointer
}

.docs-sticky span.muted {
	color: #d8d8d8
}

.subtitle {
	color: #dedede;
	margin-top: -20px;
	margin-bottom: 20px;
	padding-left: 5px
}

@media (min-width: 767px) {
	.docs-sticky div.userMap {}
}

@media (max-width: 480px) {
	.docs-sticky div.userMap {
		width: 400px
	}
}

.docs-sticky .swagger-ui .info .title small pre {
	padding: 1px;
	background-color: #444
}

.docs-sticky .swagger-ui .info .title small {
	font-size: 10px;
	position: relative;
	top: -5px;
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 4px;
	vertical-align: super;
	border-radius: 57px !important;
	background: #89bf04 !important
}

.docs-sticky .swagger-ui section.models.is-open {
	display: none
}

.docs-sticky .swagger-ui .info .title small pre.version {
	background-color: #89bf04
}

.docs-sticky .swagger-ui li.tabitem {
	list-style: none !important
}

.docs-sticky .swagger-ui .response-col_description__inner p {
	color: white;
	font-style: normal;
	font-size: 12px
}

.docs-sticky .swagger-ui pre.version {
	padding: 0px
}

.docs-sticky .swagger-ui .info .title small pre {
	padding: 0px
}

.docs-sticky .swagger-ui .info .title small {
	background-color: #89bf04
}

.docs-sticky .swagger-ui a.tablinks {
	margin-right: 20px
}

.docs-sticky .swagger-ui td.col.response-col_status {
	padding: 10px !important
}

.docs-sticky .swagger-ui .opblock .opblock-section-header h4 {
	font-size: 18px !important;
	font-weight: bold;
	padding: 0px
}

.docs-sticky .swagger-ui td.col,
.swagger-ui td.col.col_header.response-col_description {
	padding: 10px
}

.docs-sticky .swagger-ui h4.opblock-title_normal {
	font-size: 16px;
	font-style: italic
}

.docs-sticky .swagger-ui h4.opblock-title_normal[id] {
	padding-bottom: 15px;
	font-style: italic
}

.docs-sticky .swagger-ui {
	border: 1px solid #dedede
}

.docs-sticky .swagger-ui select {
	font-weight: normal !important;
	font-family: monospace
}

.docs-sticky .swagger-ui table {
	table-layout: auto !important
}

.docs-sticky .swagger-ui .scheme-container {
	padding: 0px 0px 15px 0px
}

.docs-sticky .swagger-ui .renderedMarkdown p {
	font-size: 14px
}

.docs-sticky .swagger-ui tr.response p {
	font-style: italic
}

.docs-sticky .swagger-ui table.model tbody tr td {
	padding: 1em !important
}

.docs-sticky .response-content-type.controls-accept-header small code {
	font-size: 12px
}

.docs-sticky .swagger-ui .opblock-summary-path a.nostyle {
	font-family: monospace
}

.docs-sticky .swagger-ui .main span.url {
	display: none
}

.docs-sticky .swagger-ui span.opblock-summary-path a.nostyle {
	font-family: Monospace !important;
	size: 16px
}

.docs-sticky .swagger-ui .opblock-description-wrapper,
.swagger-ui .opblock-external-docs-wrapper,
.swagger-ui .opblock-title_normal {
	padding: 15px 20px 5px 20px
}

.docs-sticky .swagger-ui h1[id],
.docs-sticky .swagger-ui h2[id],
.docs-sticky .swagger-ui h3[id],
.docs-sticky .swagger-ui h4[id],
.docs-sticky .swagger-ui h5[id] {
	margin: 0px;
	padding: 0px
}

.docs-sticky .swagger-ui pre {
	font-family: Monaco, Monospace !important;
	font-size: 11px
}

.docs-sticky .swagger-ui .responses-inner h4,
.swagger-ui .responses-inner h5 {
	font-size: 16px
}

.docs-sticky .swagger-ui code {
	font-size: 12px
}

.docs-sticky th.col.col_header.parameters-col_description,
.docs-sticky th.col.col_header.parameters-col_name {
	color: white;
	padding-left: 10px;
	font-size: 86%
}


/* patch to shrink feedback button on mobile*/

@media (max-width: 767px) {
	.QSIFeedBackLink.SI_9ufDJM9LKItr8hf_FeedBackLinkContainer {
		margin-right: -10px
	}
	.QSIFeedBackLink.SI_9ufDJM9LKItr8hf_FeedBackLinkContainer img {
		width: 70%
	}
}

@media (max-width: 767px) {
	.QSISlider>div:nth-child(6) {
		left: 10px!important;
	}
	.QSISlider>div:nth-child(2) {
		left: 13px!important;
	}
}

.version-selector {
	margin-bottom: 25px;
}

#jump {
	display: block!important;
	color: #337ab7!important;
	font-weight: bold;
}


/* patch to fix offset of language selector pop-up*/

ul.dropdown-menu.localizerSelectorMenu.show {
	margin-top: -549px!important;
}


/* patch to fix copy code button displaying text before it's pressed*/

span.tooltip-for-copy-button {
	display: none;
	background: #000000;
	font-size: 12px;
	padding: 7px;
	color: #FFFFFF;
	z-index: 99;
	border-radius: 15px;
	opacity: 0.8;
}

.onpage-seperate {
	visibility: hidden;
	margin-top: 0px!important;
	margin-bottom: 6px!important;
}


/* open/close button modification*/

i.fas.fa.fa-times {
	-webkit-text-stroke: 3px white;
}

i.fas.fa.fa-bars {
	-webkit-text-stroke: 1px white;
}

i.fas.fa.fa-anchor {
	color: #3a3e42;
	-webkit-text-stroke: 0.5px white;
}

a.active.show {
	background: white!important;
	font-weight: 700;
	color: #337ab7!important;
}

.docs-sticky .fa {
	margin-top: 0px!important;
	margin-right: 3px!important;
}

.list3 a:hover {
	color: #337ab7!important;
}


/* basic code styles */

code,
.docs-sticky code .docs-sticky p code,
.docs-sticky dd code,
.docs-sticky dt code,
.docs-sticky li code,
.docs-sticky table code {
	background-color: #f8f8f8;
	color: #24292e!important;
	padding: 2px 4px;
	border-radius: 4px;
	font-size: 87.5%;
	word-break: break-word;
}

div.alert code.highlighter-rouge {
	background-color: rgba(241, 241, 241, 0.5);
	color: #24292e
}

.docs-sticky a code {
	color: #337ab7!important;
	background-color: #f5f5f5;
	border-bottom: 0px dashed #bdb8b8;
}

.docs-sticky code a {
	color: #337AB7
}

.docs-sticky code a:hover {
	color: #00759a;
	text-decoration: underline;
}

.docs-sticky h2 code,
.docs-sticky h3 code,
.docs-sticky h4 code,
.docs-sticky h5 code,
.docs-sticky h6 code {
	font-style: inherit!important;
	font-family: inherit!important;
	font-size: inherit!important;
	padding: inherit!important;
	border-radius: inherit!important;
	background-color: inherit!important;
	color: inherit!important;
}

.docs-sticky #onpage ul li code {
	font-size: inherit;
	border-bottom: none;
	font-family: inherit!important;
	border-radius: inherit!important;
	background-color: inherit;
	text-decoration: inherit!important;
	padding: 0px;
	font-color: inherit;
	color: inherit!important;
}

.hljs-deletion {
	color: inherit;
}

.label-conditionally-required {
	background-color: #B0B0B0;
}

.docs-sticky .highlight .nt {
	color: lightgreen;
}

.docs-sticky .highlight .n {
	color: #444;
}

.docs-sticky .attributeList {
	list-style-type: none;
}

.docs-sticky .highlight .cm {
	color: #999988;
	font-style: italic;
}

.docs-sticky .highlight .cp {
	color: #d73a49;
}

.docs-sticky .highlight .c1 {
	color: #999988;
	font-style: italic;
}

.docs-sticky .highlight .cs {
	/* color: #999999; */
	/* font-style: italic; */
}

.docs-sticky .highlight .c,
.docs-sticky .highlight .cd {
	color: #999988;
	font-style: italic;
}

.docs-sticky .highlight .err {
	color: #a61717;
	background-color: transparent !important
}

.docs-sticky .highlight .gd {
	color: #000000;
	background-color: #ffdddd;
}

.docs-sticky .highlight .ge {
	color: #000000;
	font-style: italic;
}

.docs-sticky .highlight .gr {
	color: #aa0000;
}

.docs-sticky .highlight .gh {
	color: #999999;
}

.docs-sticky .highlight .gi {
	color: #000000;
	background-color: #ddffdd;
}

.docs-sticky .highlight .go {
	color: #005cc5;
}

.docs-sticky .highlight .gp {
	color: #555555;
}

.docs-sticky .highlight .gs {}

.docs-sticky .highlight .gu {
	color: #aaaaaa;
}

.docs-sticky .highlight .gt {
	color: #aa0000;
}

.docs-sticky .highlight .k {
	color: #d73a49;
}

.docs-sticky .highlight .kc {
	color: #005cc5;
}

.docs-sticky .highlight .kd {
	color: #d73a49;
}

.docs-sticky .highlight .kn {
	color: #d73a49;
}

.docs-sticky .highlight .kp {
	color: #000000;
}

.docs-sticky .highlight .kr {
	color: #000000;
}

.docs-sticky .highlight .kt {
	color: #d73a49;
}

.docs-sticky .highlight .kv {
	color: #005cc5;
}

.docs-sticky .highlight .mf {
	color: #009999;
}

.docs-sticky .highlight .mh {
	color: #009999;
}

.docs-sticky .highlight .il {
	color: #009999;
}

.docs-sticky .highlight .mi {
	color: #005cc5;
}

.docs-sticky .highlight .mo {
	color: #009999;
}

.docs-sticky .highlight .p,
.docs-sticky .highlight .pi {
	color: gray;
}

.docs-sticky .highlight .m,
.docs-sticky .highlight .mb,
.docs-sticky .highlight .mx {
	color: #009999;
}

.docs-sticky .highlight .sb {
	color: #032f62;
}

.docs-sticky .highlight .sc {
	color: #032f62;
}

.docs-sticky .highlight .sd {
	color: #032f62;
}

.docs-sticky .highlight .s2 {
	color: #032f62;
}

.docs-sticky .highlight .se {
	color: #032f62;
}

.docs-sticky .highlight .sh {
	color: #032f62;
}

.docs-sticky .highlight .si {
	color: #032f62;
}

.docs-sticky .highlight .sx {
	color: #032f62;
}

.docs-sticky .highlight .sr {
	color: #009926;
}

.docs-sticky .highlight .s1 {
	color: #032f62;
}

.docs-sticky .highlight .ss {
	color: #990073;
}

.docs-sticky .highlight .s {
	color: #032f62;
}

.docs-sticky .highlight .na {
	color: #22863a;
}

.docs-sticky .highlight .bp {
	color: #999999;
}

.docs-sticky .highlight .nb {
	color: #005cc5;
}

.docs-sticky .highlight .nc {
	color: #6f42c1;
}

.docs-sticky .highlight .no {
	color: #005cc5;
}

.docs-sticky .highlight .nd {
	color: #3c5d5d;
}

.docs-sticky .highlight .ni {
	color: #800080;
}

.docs-sticky .highlight .ne {
	color: #6f42c1;
}

.docs-sticky .highlight .nf {
	color: #6f42c1;
}

.docs-sticky .highlight .nl {
	color: #032f62;
}

.docs-sticky .highlight .nn {
	color: #032f62;
}

.docs-sticky .highlight .nt {
	color: #22863a;
}

.docs-sticky .highlight .vc {
	color: #008080;
}

.docs-sticky .highlight .vg {
	color: #008080;
}

.docs-sticky .highlight .vi {
	color: #008080;
}

.docs-sticky .highlight .nv {
	color: #008080;
}

.docs-sticky .highlight .nx {
	color: #6f42c1;
}

.docs-sticky .highlight .ow {
	color: #000000;
}

.docs-sticky .highlight .o {
	color: black;
}

.docs-sticky .highlight .w {
	color: #bbbbbb;
}

.docs-sticky .highlight {
	background-color: #f8f8f8;
}

.docs-sticky div.highlight pre.highlight span.n,
.docs-sticky figure.highlight span.n {
	color: #032f62 !important;
}


/* end code syntax highlighting */


/* BASE STYLES */


/* BASE STYLES */


/* BASE STYLES */


/* BASE STYLES */


/* BASE STYLES */


/* MISC PATCHES */


/* MISC PATCHES */


/* MISC PATCHES */


/* MISC PATCHES */


/* MISC PATCHES */


/* MISC PATCHES */


/* used to paint all pages items at the sametime */

.reveal {
	opacity: 0%;
	filter: opacity(0%);
}


/* used in script that cuts off long words in navs */

a.break {
	overflow-wrap: anywhere!important;
}


/* used to offset left nav scroll jump */

#jumpoffset {
	position: relative;
	top: -225px;
}


/* fix padding on pop-ups */

.popover-body {
	padding: 10px 10px;
}

.popover-header {
	padding: 10px 10px;
}

.doDontBlock {
	display: flex;
}


/* Add color to do-dont styles */

h6#do,
h6#do-1,
h6#do-2,
h6#do-3,
h6#do-4,
h6#do-5,
h6#do-6,
h6#do-6,
h6#do-7,
h6#do-8,
h6#do-9,
h6#do-10 {
	border-bottom: solid 2px #1f9e30;
	padding-bottom: 6px;
	margin-bottom: 24px;
	font-size: 14px;
	color: #1f9e30;
}

h6#dont,
h6#dont-1,
h6#dont-2,
h6#dont-3,
h6#dont-4,
h6#dont-5,
h6#dont-6,
h6#dont-7,
h6#dont-8,
h6#dont-9,
h6#dont-10 {
	border-bottom: solid 2px #E9132E;
	padding-bottom: 6px;
	margin-bottom: 24px;
	font-size: 14px;
	color: #E9132E;
}


/*Move feedback button down*/


/*integ*/

.QSIFeedBackLink.SI_9ufDJM9LKItr8hf_FeedBackLinkContainer {
	bottom: 15px!important;
}


/*prod*/

.QSISlider.SI_9ufDJM9LKItr8hf_SliderContainer {}


/* add pager styles to BS4) */

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

ul.pager {
	padding-left: 0px!important;
	padding-bottom: 20px;
	padding-top: 10px;
}


/* resources card (not implemented) */

.resources {
	border: 1px solid rgb(219, 216, 216);
	margin-bottom: 10px;
	margin-top: 8px;
	background: white;
	margin-right: 0;
	margin-left: 0px;
	padding: 35px;
	padding-left: 50px;
	padding-top: 20px;
}


/* removes persistant red color in code blocks when merged with dante */

.hljs-string,
.hljs-title,
.hljs-constant,
.hljs-parent,
.hljs-tag .hljs-value,
.hljs-rules .hljs-value,
.hljs-rules .hljs-value .hljs-number,
.hljs-preprocessor,
.hljs-pragma,
.haml .hljs-symbol,
.ruby .hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.hljs-aggregate,
.hljs-template_tag,
.django .hljs-variable,
.smalltalk .hljs-class,
.hljs-addition,
.hljs-flow,
.hljs-stream,
.bash .hljs-variable,
.apache .hljs-tag,
.apache .hljs-cbracket,
.tex .hljs-command,
.tex .hljs-special,
.erlang_repl .hljs-function_or_atom,
.asciidoc .hljs-header,
.markdown .hljs-header,
.coffeescript .hljs-attribute {
	color: initial;
}

.hljs-label,
.hljs-javadoc,
.ruby .hljs-string,
.hljs-decorator,
.hljs-filter .hljs-argument,
.hljs-localvars,
.hljs-array,
.hljs-attr_selector,
.hljs-important,
.hljs-pseudo,
.hljs-pi,
.haml .hljs-bullet,
.hljs-doctype,
.hljs-deletion,
.hljs-envvar,
.hljs-shebang,
.apache .hljs-sqbracket,
.nginx .hljs-built_in,
.tex .hljs-formula,
.erlang_repl .hljs-reserved,
.hljs-prompt,
.asciidoc .hljs-link_label,
.markdown .hljs-link_label,
.vhdl .hljs-attribute,
.clojure .hljs-attribute,
.asciidoc .hljs-attribute,
.lasso .hljs-attribute,
.coffeescript .hljs-property,
.hljs-phony {
	color: #24292e;
}


/*New label for on this page, allows localized strings to be insterts */

.stickytoc:before {
	content: 'On this page';
	display: table;
	margin-left: 7px;
	font-weight: bold;
	font-size: 20px;
	margin-top: -1px;
	color: black;
}

.stickytoc:hover {
	text-decoration: none;
}


/*h3 layout templates */


/*adds extra color for h3 scrollspy highlighting */

#onpage>ul>li.list2.active>ul>li.list3.active>a {
	color: #545b64!important;
}

li.list2 .list3 {
	margin-left: -24px!important;
	margin-top: 6px;
	margin-bottom: 0;
	font-size: 12.5px;
	color: #898989!important;
}

li.list2 .list3 a {
	color: #898989!important;
}


/* make offcanvas right nav bigger*/

@media (max-width: 767px) {
	.navbar-offcanvas {
		max-width: 299px;
		left: -352px;
	}
}

@media (max-width: 767px) {
	.navbar-offcanvas.offcanvas-transform.in {
		transform: translateX(350px);
		-webkit-transform: translateX(350px);
	}
}

@media (max-width: 767px) {
	.navbar-offcanvas.offcanvas-transform.in {}
}


/*Layout*/


/*Layout*/


/*Layout*/


/*Layout*/


/*Layout*/


/*Layout*/


/*Layout*/


/*Layout*/


/*Layout*/


/*Layout*/


/*Layout*/


/*Layout*/


/*Layout*/


/*HEADER*/

i.fas.fa-info-circle {
	color: white;
	font-size: 30px;
}

@media (max-width: 767px) {
	.docs-sticky h1 {
		margin-top: 40px
	}
}

@media (max-width: 330px) {
	.docs-sticky h1 {
		margin-top: 60px!important;
	}
	.navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
		height: calc(100vh - 9rem)!important;
		top: 126px!important;
	}
	.docs-sticky h1 {
		margin-top: 33px!important;
	}
}

@media (max-width: 330px) {
	.docs-sticky h1 {
		margin-top: 50px!important;
	}
	@media (max-width: 767px) {
		.navbar-offcanvas {
			top: 120px;
			z-index: 9999999;
		}
	}
}

@media (max-width: 330px) {
	footer.dante-footer .dante-footer-row {
		padding-right: 0!important;
	}
}


/* mobile header */

.atd-topics-mobile-header {
	background: #31455E!important;
}

@media (min-width: 767px) {
	.mobile-toggle {
		display: none;
	}
}

.icon-bar {
	width: 20px;
	height: 3px;
	background-color: black;
	margin: 5px 0px;
	margin-top: 5px;
}


/*BREADCRUMB*/

.sticky-crumb {
	background-color: #31455E!important;
	font-size: 12px;
	z-index: 9999;
}

.docs-sticky .breadcrumb {
	margin-bottom: 0px;
	background-color: inherit;
	color: #e7e4e4;
	list-style: none;
	margin-top: -1px;
}

.docs-sticky .breadcrumb>li {
	display: inline-block;
	margin-left: 0px;
	padding: 0px;
	margin-top: 5px;
	color: #e7e4e4;
}

.docs-sticky .breadcrumb a {
	/* text-decoration: none; */
	color: #5FDBFF;
}

.docs-sticky .breadcrumb a:hover {
	text-decoration: underline;
	color: #e7e4e4;
}

.docs-sticky li.breadcrumb-item {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #e7e4e4;
	margin-left: 0.3em;
	margin-right: 0.3em;
}

.docs-sticky a.crumb {
	color: #dadada;
}

@media (max-width: 767px) {
	.docs-sticky .sticky-crumb {
		display: block;
		top: 89px;
		position: sticky;
		width: 100%;
	}
	.navigation-header {
		display: none;
	}
}

.dante-content-wrapper {
	position: fixed;
}

/
/* elements */

.blank {
	margin-left: 4px;
	margin-top: -10px;
	padding-bottom: 15px;
	margin-right: 10px;
}

.docs-sticky .productTitle {
	margin-top: 1.0em;
	font-size: 2rem;
	line-height: 2.2rem;
	font-weight: 700;
	color: black;
}

.docs-sticky ul#entrypages li {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 3px
}

.docs-sticky ul#entrypages {
	width: 225px;
	padding-left: 17px;
	padding-bottom: 0;
}

.docs-sticky .relatedResources {
	font-size: 15px;
	color: black;
	margin: 10px 0px
}

.docs-sticky hr.resourceSeparator {
	display: block;
	margin-top: 1.7em;
	margin-bottom: 1.7em;
	margin-left: 0px;
	border-width: 1px;
	color: black;
	max-width: 80%;
	display: none;
}


/* MR*/

@media (max-width: 767px) {
	.docs-sticky .mobile-toggle div#sidebar {
		width: 0;
	}
}


/* MAINCONTAINER*/

.docs-sticky .outline {
	background-color: white;
	margin-right: 20px;
	border-left: 0.8px solid rgb(219, 216, 216);
	border-right: 0.8px solid rgb(219, 216, 216);
	margin-left: 20px;
}

.inline {
	overflow-y: overlay;
	overflow-x: hidden;
	height: calc(100vh - 140px);
	padding-right: 45px;
	padding-left: 40px;
}

@media print {
	.inline {
		height: inherit;
	}
	.dante-content-wrapper {
		position: inherit;
	}
	#sidebar {
		display: none
	}
}

@media (max-width: 991px) {
	.scroll {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.docs-sticky .outline {
		margin: 0;
		height: calc(100vh - 9.5rem);
		border: 0px!important;
	}
	a.dppnLink {
		padding: inherit!important;
		border-bottom: inherit!important;
	}
	.docs-sticky .inline {
		padding-right: 30px;
		padding-left: 30px;
	}
	.docs-sticky .blank {
		margin-bottom: 100px;
	}
}

.inline:after {
	content: "";
	display: block;
	height: 30px;
	width: 100%;
}

@media (max-width: 767px) {
	.inline:after {
		content: '';
		display: block;
		padding-bottom: 200px!important;
	}
}

.outline:after {
	content: '';
	display: block;
	padding-bottom: 50px;
}

.shrinkfull {
	flex: 12;
	background-color: #f2f2f2
}

.docs-sticky .mainclass {
	border-right: 0.8px solid rgb(219, 216, 216);
	flex: 12;
	background-color: #f2f2f2;
	min-width: 0;
	word-break: break-word;
	border-left: 0.8px solid rgb(219, 216, 216);
}


/* STICKY RIGHT HAND NAV*/

div#myScrollspy {
	margin-left: 20px;
	max-width: 95%;
	flex-basis: 240px;
	min-width: 215px;
	margin-top: 0px;
}

.docs-sticky .onpagetext {
	margin-left: 7px;
	font-weight: bold;
	font-size: 18px;
}

.docs-sticky .stc {
	max-width: 99%;
	max-height: calc(100vh - 13.5rem);
	overflow-y: auto;
}

.docs-sticky #onpage {
	font-size: 0.9em;
	margin-top: 20px;
	padding-bottom: 30px;
	/* max-height: calc(100vh - 13.5rem); */
	/* overflow-y: auto; */
}

.docs-sticky #onpage ul {
	overflow-x: hidden;
	display: block;
	width: 90%;
}

.docs-sticky #onpage li {
	list-style-type: none!important;
}

.docs-sticky #onpage li a {
	text-indent: 0px;
	color: #545b64;
	margin-top: 8px;
}

.docs-sticky #onpage li a:hover,
#onpage li a:active {
	text-decoration: none;
	color: #337ab7;
}

.docs-sticky #onpage .nav>li>a {
	position: relative;
	display: block;
	padding: 0px 8px;
	list-style-type: none;
}

.docs-sticky .nav>li>a:hover,
.docs-sticky .nav>li>a:focus {
	background-color: initial;
}

.docs-sticky .nav-pills>li.active>a,
.docs-sticky .nav-pills>li.active>a:hover,
.docs-sticky .nav-pills>li.active>a:focus {
	color: #545b64!important;
	font-size: normal;
	font-weight: normal!important;
}

.docs-sticky .mobile-toggle button {
	background-color: Transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	overflow: hidden;
	margin-left: 6px;
	margin-right: 4px;
	margin-top: -2px;
}

li.list3 {
	/* margin-top: 6px; */
	/* margin-bottom: 6px; */
	/* font-size:12.5px; */
}

.docs-sticky ul.customspy.nav.nav-pills.nav-stacked {}

.list3 a {
	/* color:#898989!important; */
}


/* MR*/

@media (max-width: 767px) {
	div#sidebar {
		width: 0;
	}
}

@media (max-width: 992px) {
	div#myScrollspy {
		flex-basis: 0px!important;
		min-width: inherit!important;
		margin-left: 0!important;
	}
}


/* KRAMDOWN ON PAGE TOC */

#markdown-toc {
	display: none;
}


/* CUSTOM MOBILE RESPONSE OFFCANVAS */


/* patch hides right toc on mobile view */

@media (max-width: 767px) {
	.docs-sticky .stc {
		position: fixed;
		width: 225px;
		max-height: calc(100vh - 8rem);
	}
}

/*stciky left responsive adjustments*/

/* MOBLILE RESPONSE */

@media (max-width: 767px) {
	.docs-sticky .mobile-toggle {
		background-color: #152939;
		width: 100%;
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.docs-sticky .mainColumn {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.docs-sticky .navbar-toggle {
		float: inherit;
	}
}

@media screen and (max-width: 650px) {
	.docs-sticky .mainColumn {
		margin-left: 0px;
		width: 100%
	}
}

.docs-sticky .navbar-toggle {
	padding: 2px 10px;
}

/* Fix right hand nav display issues on resize*/

@media (max-width: 992px) {
	.docs-sticky #onpage {
		display: none!important;
	}
}

@media (max-width: 767px) {
	.docs-sticky #onpage {
		display: block!important;
		margin-top: 15px;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.docs-sticky #onpage {}
}

/* PATCHES  */


/* color/ diplay fix for zoom beyond 2500px  */

@media (min-width: 2400px) {
	.mainclass {
		background-color: #f2f2f2!important;
	}
}

@media (min-width: 2400px) {
	.mainColumn {
		background-color: inherit!important
	}
}

@media (min-width: 2400px) {
	.docs-sticky .outline {
		border: 1px solid rgb(219, 216, 216)!important;
	}
}


/* BODY STYLES PATCHE*/


/* fix navtab colors */


/* .docs-sticky .nav>li> a.show {  background-color: white!important;}
  .docs-sticky .nav-tabs a:active {background-color: white!important;} */


/* .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {background-color: #fff!important;}   */

.docs-sticky .nav-tabs>li>a,
.docs-sticky .nav-tabs>li>a:hover {
	border: none
}

/* fix padding on p after li */

li>p {
	margin-top: 0px!important
}

/* fix elements so they don't grow too much */

.docs-sticky figure {
	margin: 1rem 0 0 0;
	max-width: 1000px;
}

.docs-sticky audio {
	margin: 20px 0px;
	max-width: 100%;
}

.base-wrapper iframe {
	width: 560px!important;
	height: 315px!important;
}

@media (max-width: 1200px) {
	.base-wrapper iframe {
		width: 100%!important
	}
}

.video-wrap {
	width: 560px;
	height: 315px;
}

.audio {
	max-width: 100%;
}


/* Custom scroll bar */

/* width */

div::-webkit-scrollbar {
	width: 12px;
}

div::-webkit-scrollbar-track {
	background: #f0f0f0;
}


/* Handle */

div::-webkit-scrollbar-thumb {
	background: #cdcdcd;
}


/* Handle on hover */

div::-webkit-scrollbar-thumb:hover {
	background: #adadad;
}


/* code block color and display */

.docs-sticky pre {
	padding-top: 15px !important;
	background-color: #f8f8f8;
	padding-bottom: 15px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	border-radius: 5px;
	margin-bottom: 25px;
	font-size: 87.5;
	color: #032f62;
}


/* .docs-sticky code {font-size: 100%;} */

.hljs {
	background: #F8f8f8;
}

.docs-sticky .highlight,
.alert {
	display: block;
}

.docs pre.highlight,
.docs .highlight pre.highlight {
	background-color: #f5f5f5;
}


/* misc */

.docs-sticky .fa {
	margin-top: 4px;
	margin-right: 5px;
}

.docs-sticky .alert {
	font-size: initial;
}

.docs-sticky h3.process_map {
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0px
}

.docs-sticky .caret {
	display: none
}

.docs-sticky table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	font: 14px/20px;
	width: 100%;
	table-layout: fixed;
	font-size: initial;
	/* overflow-y: auto; */
}

@media (max-width: 991px) {
	.docs-sticky table {
		%;
		table-layout: auto;
	}
}

.scroll {
	margin-bottom: 20px;
	overflow-x: auto;
	margin-top: 20px;
	overflow-y: auto;
}

.docs-sticky table>thead>tr>td,
.docs-sticky table>tbody>tr>td,
.docs-sticky table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.5em;
	vertical-align: top;
	border-bottom: 1px solid #c4c4c4;
}

.docs-sticky table>tbody>tr>td ol>li,
.docs-sticky table>tbody>tr>td ul>li,
.docs-sticky table>tbody>tr>td>p {
	padding: 0px;
	margin: 0;
}

.docs-sticky table>thead>tr>th,
.docs-sticky table>tbody>tr>th,
.docs-sticky table>tfoot>tr>th {
	vertical-align: bottom;
	background-color: #eaeaea;
	color: black;
	text-align: left;
	padding: 8px;
	vertical-align: top;
	text-align: left;
	font-size: 16px;
}

.docs-sticky table>caption+thead>tr:first-child>th,
.docs-sticky table>colgroup+thead>tr:first-child>th,
.docs-sticky table>thead:first-child>tr:first-child>th,
.docs-sticky table>caption+thead>tr:first-child>td,
.docs-sticky table>colgroup+thead>tr:first-child>td,
.docs-sticky table>thead:first-child>tr:first-child>td {
	border-top: 0
}

.docs-sticky table>tbody>tr {
	/* border-bottom: 1px solid #c4c4c4; */
}

.docs-sticky table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none
}

.docs-sticky table td[class*="col-"],
.docs-sticky table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none
}

.docs-sticky table tr td {
	hyphens: auto;
}

.docs-sticky table.data.docs-sticky table thead {
	background-color: #444
}

.docs-sticky table td {
	hyphens: auto
}

pre,
.docs-sticky table code {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

.docs-sticky td.white {
	background-color: white
}

.docs-sticky td.gray {
	background-color: #f7f7f7
}

.docs-sticky table code {
	background-color: transparent;
	hyphens: none;
	word-wrap: break-word;
}

.docs-sticky table>tbody>tr:nth-of-type(odd) {
	background-color: white
}

.docs-sticky table code {
	background-color: #f8f8f8;
	word-break: normal;
}

.dataTable td {
	border-bottom: 1px solid #c4c4c4!important;
}


/* create borders for nav cookie collapse containers*/

@media (max-width: 767px) {
	.mainclass {
		border: 0px!important;
	}
}


/* css for nav collapse buttons*/

#button-close-left1 {
	position: relative;
	background-color: white;
	float: right;
	margin-top: -5px;
	border: none;
	color: #3a3e42;
	font-size: 27px;
	outline: none!important;
}

#button-close-left2 {
	position: relative;
	background-color: #ffffff;
	color: #545b64;
	margin-top: 11px;
	border: none;
	outline: none!important;
	height: 23px;
	margin-left: 3px;
	font-size: 27px;
	margin-right: -35px;
}

#button-close-right1 {
	position: relative;
	outline: none!important;
	min-width: 20px;
	background-color: white;
	margin-right: 0px;
	float: right;
	margin-top: -14px;
	border: none;
	color: #3a3e42;
	font-size: 27px;
	box-shadow: none;
}

#button-close-right2 {
	position: sticky;
	min-height: 20px;
	min-width: 20px;
	outline: none!important;
	background-color: white;
	top: 71px;
	left: 0;
	margin-right: -38px;
	font-size: 24px;
	box-shadow: none;
	color: #545b64;
}


/* css for nav cookie collapse*/

.move {
	left: 0!important;
}

.small-right {
	visibility: hidden!important;
	max-width: 10%!important;
	flex-basis: 10px!important;
	min-width: 40px!important;
	margin-left: 0px!important
}

.small-left {
	visibility: hidden!important;
	max-width: 10%!important;
	flex-basis: 10px!important;
	min-width: 40px!important;
}


/* override cookie settings in mobile view */

@media (max-width: 991px) {
	button#button-close-right2 {
		display: none!important;
	}
	button#button-close-right1 {
		display: none!important;
	}
}

@media (max-width: 767px) {
	button#button-close-right2 {
		display: none!important;
	}
	button#button-close-right1 {
		display: none!important;
	}
}

@media (max-width: 767px) {
	button#button-close-left1 {
		display: none!important;
	}
	button#button-close-left2 {
		display: none!important;
	}
}


/* more original css from dante */

.docs-sticky .nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.docs-sticky .nav>li {
	position: relative;
	display: block
}

.docs-sticky .nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.docs-sticky .nav>li>a:hover,
.docs-sticky .nav>li>a:focus {
	text-decoration: none;
}

.docs-sticky .nav>li.disabled>a {
	color: #777
}

.docs-sticky .nav>li.disabled>a:hover,
.docs-sticky .nav>li.disabled>a:focus {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.docs-sticky .nav .open>a,
.docs-sticky .nav .open>a:hover,
.docs-sticky .nav .open>a:focus {
	background-color: #eeeeee;
	border-color: #337ab7
}

.docs-sticky .nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.docs-sticky .nav>li>a>img {
	max-width: none
}

.docs-sticky .nav-tabs a,
.docs-sticky .nav-tabs a:hover,
.docs-sticky .nav-tabs a:visited,
.docs-sticky .nav-tabs a:active {
	text-decoration: none;
	color: black;
	border-radius: 0px
}

.docs-sticky .nav-tabs {
	margin-bottom: -3px;
	background-color: #f3f3f3;
	border-bottom: 1px solid #f3f3f3
}

.docs-sticky .nav-tabs>li {
	float: left;
	margin-bottom: -1px;
	border-radius: 0px
}

.docs-sticky .nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: none
}

.docs-sticky .nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	color: #337ab7
}

a.noCrossRef.active.show {
	background-color: white!important;
	color: #337ab7;
	font-weight: 600
}

.docs-sticky .nav-tabs li a:hover {
	background-color: transparent
}

.docs-sticky .nav-tabs .nav-justified {
	width: 100%
}

.docs-sticky .nav-tabs .nav-justified>li {
	float: none
}

.docs-sticky .nav-tabs .nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.docs-sticky .nav-tabs .nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width: 768px) {
	.docs-sticky .nav-tabs .nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.docs-sticky .nav-tabs .nav-justified>li>a {
		margin-bottom: 0
	}
}

.docs-sticky .nav-tabs .nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.docs-sticky .nav-tabs .nav-justified>.active>a,
.docs-sticky .nav-tabs .nav-justified>.active>a:hover,
.docs-sticky .nav-tabs .nav-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media (min-width: 768px) {
	.docs-sticky .nav-tabs .nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.docs-sticky .nav-tabs .nav-justified>.active>a,
	.docs-sticky .nav-tabs .nav-justified>.active>a:hover,
	.docs-sticky .nav-tabs .nav-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

@media (min-width: 768px) {
	.docs-sticky .nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.docs-sticky .nav-justified>li>a {
		margin-bottom: 0
	}
}

.docs-sticky .nav-tabs-justified {
	border-bottom: 0
}

.docs-sticky .nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.docs-sticky .nav-tabs-justified>.active>a,
.docs-sticky .nav-tabs-justified>.active>a:hover,
.docs-sticky .nav-tabs-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media (min-width: 768px) {
	.docs-sticky .nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.docs-sticky .nav-tabs-justified>.active>a,
	.docs-sticky .nav-tabs-justified>.active>a:hover,
	.docs-sticky .nav-tabs-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

.docs-sticky .tab-content>.tab-pane {
	display: none
}

.docs-sticky .tab-content>.active {
	display: block
}

.docs-sticky .nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.docs-sticky li a[data-toggle="tab"] {
	margin-bottom: -15px
}

.docs-sticky a[data-toggle="tab"]:hover {
	color: black
}

.docs-sticky .tab-content {
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: -20px;
}

.docs-sticky .nav-tabs li {
	padding-right: 5px;
	padding-left: 5px;
}

.docs-sticky ul.nav-tabs {
	margin-left: 0px;
	padding-bottom: 15px;
	display: inline-table;
	width: 100%;
	margin-bottom: 20px;
	padding-left: 0px;
}

.docs-sticky .subheading {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 16px;
	margin-top: 30px;
	font-weight: normal;
	color: #397eb9;
}

.docs-sticky .tab-content .tab-pane.active {
	padding: 15px;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede!important;
	border-top: 1px solid #dedede;
}

.docs-sticky .nav-pills>li {
	float: left
}

.docs-sticky .nav-pills>li>a {
	border-radius: 4px;
}

.docs-sticky .nav-pills>li+li {
	margin-left: 2px
}

.docs-sticky .nav-pills>li.active>a,
.docs-sticky .nav-pills>li.active>a:hover,
.docs-sticky .nav-pills>li.active>a:focus {
	background-color: white!important;
	font-weight: bold;
	color: in;
}

.docs-sticky .nav-stacked>li {
	float: none
}

.docs-sticky .nav-stacked>li+li {
	margin-left: 0;
}

.docs-sticky .nav-justified {
	width: 100%
}

.docs-sticky .nav-justified>li {
	float: none
}

.docs-sticky .nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.docs-sticky .nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width: 768px) {
	.docs-sticky .nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.docs-sticky .nav-justified>li>a {
		margin-bottom: 0
	}
}

.docs-sticky .nav-tabs-justified {
	border-bottom: 0
}

.docs-sticky .nav-tabs-justified>li>a {
	margin-right: 0
}

.docs-sticky .nav-tabs-justified>.active>a,
.docs-sticky .nav-tabs-justified>.active>a:hover,
.docs-sticky .nav-tabs-justified>.active>a:focus {
	border: 1px solid #dddddd
}

@media (min-width: 768px) {
	.docs-sticky .nav-tabs-justified>li>a {
		border-bottom: 1px solid #dddddd;
		border-radius: 4px 4px 0 0
	}
	.docs-sticky .nav-tabs-justified>.active>a,
	.docs-sticky .nav-tabs-justified>.active>a:hover,
	.docs-sticky .nav-tabs-justified>.active>a:focus {
		border-bottom-color: #ffffff
	}
}

.docs-sticky .tab-content>.tab-pane {
	display: none
}

.docs-sticky .tab-content>.active {
	display: block
}

.docs-sticky .nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}


/* patch codeblock */

.docs-sticky .expandedBox {
	border: 1px solid #dedede;
	padding: 0px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.docs-sticky pre.highlight,
.docs-sticky .highlight pre.highlight {
	/* font-size: 90%; */
}

.docs-sticky div.highlight,
.docs-sticky figure.highlight {
	background-color: transparent;
	margin-top: 15px;
}

.docs-sticky .userMap {
	padding: 0px;
}

.docs-sticky .versionsMenu {
	padding-bottom: 16px;
}

.docs-sticky .versionsMenu ul.dropdown-menu>li.currentPage {
	color: lightgray;
	padding-left: 20px;
}


/* minitoc kramdown */

.docs-sticky ul#markdown-toc,
.docs-sticky ul.markdown-toc {
	border: 1px solid #dedede;
	border-radius: 5px;
	max-width: 400px;
	padding: 20px 10px 20px 0px;
	margin: 30px 0px;
	padding-left: 30px;
	color: gray;
	background-color: #f7f7f7;
	word-break: break-word;
}

.docs-sticky ul#markdown-toc::before,
.docs-sticky ul.markdown-toc::before {
	font-size: 18px;
	padding-top: 30px;
	margin: 20px 0px 20px -10px;
}

.docs-sticky ul#markdown-toc li ul,
.docs-sticky ul.markdown-toc li ul {
	color: gray;
}

.docs-sticky ul#markdown-toc ul li,
.docs-sticky ul.markdown-toc ul li {
	margin-left: 5px;
}

.docs-sticky ul#markdown-toc::before,
.docs-sticky ul.markdown-toc::before {
	content: "Table of Contents"
}


/* end mini toc */

[id^=utt] {
	border-bottom: 0px!important;
}

.docs-sticky .nav-tabs>li>a,
.docs-sticky .nav-tabs>li>a:hover {
	line-height: 1.5;
	margin: 0px;
	margin-bottom: -15px;
}

ul#utt {
	border-bottom: 0;
}

#utt a.noExtIcon.active.show {
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}

ul#profileTabs {
	border-bottom: 0;
	border-top: 1px solid #deded;
}

a.nav-link.noExtIcon.active.show {
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}

.nav-tabs a.noExtIcon.active.show {
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}

table caption {
	color: darkorange;
}

.docs-sticky .dropdown li {
	list-style: none !important;
}

.docs-sticky img.singleProduct {
	margin-left: 15px;
	margin-bottom: 10px;
	max-width: 200px;
	float: right;
}

.docs-sticky dd,
dl dd,
dl dt {
	display: block;
	float: none;
}

.docs-sticky div.expandedBox {
	padding-top: 20px;
	padding-bottom: 20px;
}

.docs-sticky .userMap div.arrow {
	top: 55px;
}

.docs-sticky .box {
	margin-top: 25px;
	width: 110px;
}

@media (min-width: 767px) {
	.docs-sticky div.userMap {}
}

@media (max-width: 600px) {
	.docs-sticky .githubButton {
		display: block;
		max-width: 170px;
	}
}

.docs-sticky dd {
	/* padding-bottom: 20px; */
}

.label-conditionally-required {
	background-color: #B0B0B0;
}

.docs-sticky .deprecatedName {
	text-decoration: line-through;
}

.docs-sticky .catalogLabels {
	padding-bottom: 15px;
	margin-top: -8px;
}

.docs-sticky .attributeList {
	list-style-type: none;
}

.docs-sticky p.subRow {
	margin-bottom: 10px;
	margin-top: 0px;
}

iframe {
	margin-bottom: 20px;
}

.container-fluid.right-side p {
	padding-top: 15px;
}

@media print {
	header,
	footer,
	#sidebar,
	.docs-sticky ul#markdown-toc,
	header.dpHeader a,
	header.dpHeader .dphTopBar .dphLeft,
	.dpFooter .dpfNav .dpfnCol .dpfnGroup,
	.docs-sticky hr,
	.docs-sticky .userMap,
	.docs-sticky .githubButton {
		display: none !important;
	}
	.docs-sticky .mainColumn {
		margin-left: 20px;
		padding: 10px
	}
	.docs-sticky h1,
	.docs-sticky h2,
	.docs-sticky h3 {
		padding-top: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	.docs-sticky .mainColumn ul,
	.docs-sticky .mainColumn ol {
		margin-bottom: 20px;
	}
	.docs-sticky .mainColumn ul.nav.nav-tabs {
		margin-bottom: 0px;
	}
	.tooltip-for-copy-button {
		display: none;
		background: #000000;
		font-size: 12px;
		padding: 7px;
		color: #FFFFFF;
		z-index: 99;
		border-radius: 15px;
		opacity: 0.8;
	}
	.docs-sticky pre.lineno {
		width: 50px;
	}
	.docs-sticky table.rouge-table td.code pre {
		padding-left: 0px !important;
	}
	.docs-sticky figure.highlight pre code table.rouge-table {
		margin-bottom: 0px;
	}
	.docs-sticky .mainColumn .link-style:hover,
	.docs-sticky .mainColumn a:hover,
	.docs-sticky p a:hover,
	.docs-sticky li a:hover,
	.docs-sticky table a:hover {
		text-decoration: none;
	}
	/* start code block highlighting for linenos */
	.docs-sticky .highlight table td {
		padding: 5px;
	}
	.docs-sticky .highlight table pre {
		margin: 0;
	}
	.docs-sticky .highlight table pre {
		padding: 0px;
	}
	.docs-sticky figure.highlight pre code table {
		border: none;
	}
	.docs-sticky table.rouge-table pre.lineno {
		color: #dedede;
	}
	.docs-sticky table.rouge-table pre,
	.docs-sticky table.rouge-table code {
		white-space: pre;
		word-wrap: unset;
	}
	.docs-sticky td.gutter.gl {
		color: lightgray;
	}
	/* code block highlighting non-table */
	.docs-sticky div.highlighter-rouge div.highlight,
	.docs-sticky figure.highlight {
		border: none !important;
	}
	.docs-sticky pre {
		color: #032f62;
	}
	.docs-sticky div.highlighter-rouge pre,
	.docs-sticky figure.highlight pre {
		border: none;
	}
	.docs-sticky div.highlight,
	.docs-sticky figure.highlight {
		background-color: transparent;
	}
	.docs-sticky .input-group.search {
		margin-left: -20px;
		padding-right: 15px;
		padding-bottom: 10px;
	}
	.docs-sticky input#search-box {
		height: 34px;
		border: 1px solid #ccc;
	}
	.docs-sticky .box {
		height: 90px;
	}
	.docs-sticky table.rouge-table {
		table-layout: auto;
	}
	.docs-sticky .utterance {
		font-style: italic;
	}
	.docs-sticky pre.highlight {
		background-color: #f7f7f7 !important;
	}
	.docs-sticky .highlight {
		padding: 10px 10px 1px 10px;
	}
	!important;
	filter: inherit!important;
}

span.badge.badge-secondary.badgesearch {
	display: none;
}


/* .flexy-containerheader {
	padding: 4px 12px;
	text-transform: uppercase;
	background-color: #e8e8e8;
	top: 0;
}

 .flexy-container1 li {
	padding-bottom: 20px!important;
	border-bottom: #f2f2f2 solid 1px;
}
.flexy-container2 li {
	padding-bottom: 20px!important;
	border-bottom: #f2f2f2 solid 1px;
}
.flexy-container1 {
	border-bottom: #f2f2f2 solid 1px;
}
 */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: white;
}

a.nav-link {
	color: grey;
}

.result em {
	background: #a7d6ff!important;
}

.result p {
	font-size: 11px!important;
}

.docs-sticky .mydocsidebar {
	padding-left: 19px;
	color: #fff;
	overflow-y: overlay;
	overflow-x: hidden;
	padding-right: 25px;
	top: 65px;
	height: calc(100vh - 14rem);
	max-width: 370px;
	min-width: 370px;
	padding-bottom: 100px;
}

@media all and (max-width: 980px) {
	div.mydocsidebar:after {
		content: "";
		display: block;
		height: 80px;
		/* Which is the padding of div.container */
	}
}

@media all and (max-width: 980px) {
	.inline:after {
		content: '';
		display: block;
		padding-bottom: 125px;
	}
}


/* LEFT-HAND-NAVIGATION-ACCORDIAN-STYLES */

.navgo {
	display: inline-block;
	width: 100%;
}

.navgo a {
	color: #333;
	display: block;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0;
	text-decoration: none;
}

.navgo>li {
	margin: 0 0;
	list-style-type: none;
}

.navgo>li li {
	margin: 0 0;
	list-style-type: none;
}

.navgo>li>a {
	font-size: 14px;
	line-height: 20px;
	border-radius: 0;
}

.navgo li>a>span {
	float: right;
	font-size: 24px;
	font-weight: lighter;
	padding-left: 10px;
	margin-right: -9px;
	padding-right: 10px;
	pointer-events: all;
}

.navgo li>a:hover>span {
	color: #337ab7;
}

.navgo li>a>span:after {
	content: "\f107";
	font-family: "FontAwesome";
	color: #757575;
}

.navgo li.open>a>span:after {
	content: "\f106";
	font-family: "FontAwesome";
	color: #757575;
}

.navgo li a>span:hover:after {
	color: #00759a;
	text-shadow: 0 0 3px #337ab7;
}

.navgo a:hover,
.navgo li.active>a {
	background-color: #f2f2f2;
	color: #337ab7;
}

a.toc-title span {
	display: none;
}

.navgo li a {
	font-size: 14px;
	line-height: 19px;
	padding: 7px 9px 7px 13px;
}

a.single span {
	display: none;
}

.docs-sticky .toc-title:hover {
	background: none;
}

#sidebar hr {
	margin-bottom: 20px;
	width: 153%;
	margin-left: -100px;
}

.current {
	background-color: #ebf3f9!important;
	pointer-events: none;
}

.current>a {
	color: #337ab7;
	font-weight: bold;
}

.current .open {
	background-color: #edf5ff!important;
}

level1 .single~ul {
	border: 0;
}

.level2 {
	margin-left: 20px;
}

.level2 span {
	margin-right: 1px;
}

.level2items {
	margin-left: 10px!important;
}

li.level2.folderTitle.open {
	background: #f2f2f2;
	border-left: 3.5px solid #88b5dd;
	margin-left: 8.5px;
}

.relatedResources {
	display: none;
}

.external>span {
	display: block;
	margin-right: -12px;
}

.navgo li>a.external>span:after {
	content: "\f08e";
	font-family: "FontAwesome";
	color: #686868;
	font-size: 17px;
}

.target1 {
	pointer-events: all;
	margin-bottom: 0;
	border-top: 0px;
	background: white;
}

.target {
	pointer-events: all;
}

jumpoffset+a.subfoldersTitle.single {
	border-left: 1px solid;
}

#searchbox.CoveoSearchInterface .coveo-placeholder-result {
	display: none;
}

.docs-sticky .mydocsidebar ul {
	padding-left: 0;
	padding-right: 0px;
	max-width: 400px;
}

level1 .single~ul {
	border: 0;
}

.level1.folderTitle a {
	border-bottom: 1px solid rgb(232 231 231) !important;
}

.docs-sticky li .toc-title {
	background: white;
	border: none !important;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: -12px !important;
	font-weight: 800;
	pointer-events: none;
}

#entrypages {
	display: none;
}

.relatedResources {
	display: none;
}

li.level1.folderTitle.open ul {
	background: white;
	margin-bottom: 2px;
	pointer-events: all;
}

.navgo li>a>span {
	float: right;
	font-size: 24px;
	font-weight: lighter;
	padding-left: 10px;
	margin-right: -9px;
	padding-right: 10px;
	pointer-events: all;
}

.level2 span {
	margin-right: 0;
}

.external>span {
	display: block;
	margin-right: -12px;
}

.navgo li>a.external>span:after {
	content: "\f08e";
	font-family: "FontAwesome";
	color: #686868;
	font-size: 17px;
}

.external a:after {
	display: block;
	content: "\f08e";
	font-family: "FontAwesome";
	color: #757575;
	position: relative;
	font-weight: 100;
	margin-left: 95%;
	margin-top: -20px;
}

p.ex {
	font-size: 0.8em;
	margin-top: 20px;
}

jumpoffset+a.subfoldersTitle.single {
	border-left: 1px solid;
}

li.level1items {
	margin-left: 11px !important;
}

li.level1.folderTitle.open>.toc-title~ul {
	display: none !important;
}

li.level1.folderTitle.open {
	margin-left: -3.5px;
	background: #f2f2f2;
	border-left: 3.5px solid #337ab7;
}

li.level3items a {
	padding-left: 26px;
}

li.level3.folderTitle {
	margin-left: 9px!important;
}

li.level3.folderTitle.current.open ul {
	pointer-events: all;
}

li.level3.folderTitle.open {
	background: #f2f2f2;
	border-left: 3px solid #d7e6f4;
}

li.level3.folderTitle.open ul {
	background: #ffffff;
}

li.level2.folderTitle {
	margin-left: 12px;
}

#jumpoffset+a {
	color: #337ab7!important;
	font-weight: bold;
}

.open>.single {
	background: white;
}

.current>.single {
	background: #edf5ff;
}

.navgo li a:hover {
	color: #337ab7!important;
}

.level2items~.external a:after {
	margin-left: 95%;
}

.level3items~.external a:after {
	margin-left: 254px!important;
}

.singleexternal:after {
	display: block;
	content: "\f08e";
	font-family: "FontAwesome";
	color: #757575;
	position: relative;
	font-weight: 100;
	margin-left: 95%;
	margin-top: -17px;
}

a.subfoldersTitle.singleexternal span {
	display: none;
}

li.level1.folderTitle:first-of-type .toc-title {
	margin-top: 0px;
}

.level2items.external a:after {
	margin-left: 95%;
}

.docs-sticky li.folderTitle.current.open>a.subfoldersTitle {
	color: #337ab7!important;
}


/* INLINE--TECH-DOCS-SEARCH-STYLES */

div#searchbox {
	min-height: 0;
}

div#magic-box-suggestion-0 {
	position: inherit;
	overflow: auto;
	max-height: calc(100vh - 28rem);
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-bottom: 20px;
}

#searchbox .magic-box-suggestions.magic-box-hasSuggestion {
	overflow: hidden;
}

#searchbox .coveo-omnibox-selectable {
	pointer-events: all;
}

#searchbox a.CoveoResultLink {
	font-size: 14px;
	margin-top: 2px;
}

#searchbox .CoveoCrumb {
	color: #9a9a9b;
	font-size: 11px;
	margin-top: 3px;
	font-style: italic;
	max-width: 650px
}

#coveo-result-list {
	position: absolute;
	display: block;
	background-color: white;
	height: 200px;
	width: 780px;
}

#searchbox .coveo-show-if-no-results {
	position: absolute;
	top: 39px;
	margin-right: 200px;
	display: block;
	background-color: #ffffff;
	height: 200px;
	max-width: 820px;
	min-width: 800px!important;
	border-radius: 5px;
	z-index: 9999999999999!important;
	border: 1px #bcc3ca solid;
	padding-left: 30px;
	padding-top: 12px;
}

#searchbox .coveo-show-if-no-results p:first-of-type {
	position: absolute;
	background-color: white;
	border-bottom: 1px solid gray;
	background-color: white;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #616870;
	font-size: 13px!important;
	text-transform: uppercase;
	width: 92.5%;
}

#searchbox .magic-box-underlay~input[type="text"] {
	margin-top: -5px;
	font-size: 14px;
}

#searchbox .magic-box .magic-box-input {
	height: 30px;
}

#searchbox .CoveoOmnibox.magic-box.magic-box-notEmpty {
	height: 40px;
}

#searchbox .CoveoSearchbox .magic-box .magic-box-clear-svg {
	width: 12px;
	height: 12px;
	margin-top: -4px;
}

#searchbox .CoveoSearchbox .CoveoSearchButton {
	height: 40px;
}

#searchbox svg.coveo-search-button-svg {
	height: 17px;
}

#searchbox .CoveoSearchButton {
	width: 47px;
}

#searchbox .magic-box-suggestions.magic-box-hasSuggestion {
	border: 1px #bcc3ca solid;
	border-radius: 3px;
}

#searchbox .coveo-list-layout.CoveoResult {
	border-bottom: thin solid #bcc3ca;
	padding: 16px 0px 16px 16px;
	border-bottom: 0;
	padding: 20px 20px 10px 20px;
	background-color: white;
	border-radius: 5px;
	margin-bottom: 5px;
}

div#search-co {
	background-color: #f2f2f2;
}

#searchbox.CoveoSearchInterface {
	display: block
}

#searchbox .coveo-search-section {
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}

#searchbox.CoveoSearchInterface {
	min-height: 0;
}

#searchbox .magic-box-suggestions.magic-box-hasSuggestion {
	max-width: 800px;
	width: calc(100vw - 20rem);
	min-width: 500px!important;
	font-size: 12.5px;
}

#searchbox .CoveoResult.coveo-omnibox-selectable.coveo-omnibox-result-list-element {
	border-bottom: 1px solid #c9c9c9;
}

#searchbox .magic-box-suggestions.magic-box-hasSuggestion {
	height: fit-content;
}

#searchbox .CoveoResult.coveo-omnibox-selectable.coveo-omnibox-result-list-element {
	border: 0px solid #c9c9c9!important;
}

#searchbox .coveo-omnibox-result-list-header {
	display: none;
}

#searchbox .CoveoOmnibox.magic-box .coveo-omnibox-selectable {
	cursor: pointer;
}

#searchbox .CoveoResult.coveo-omnibox-selectable {
	padding: 10px 10px 10px 36px!important;
	margin: 0;
	box-sizing: border-box;
}

#searchbox .CoveoExcerpt {
	color: #9a9a9b;
	margin-top: 3px;
}

#searchbox .CoveoResultLink {
	font-weight: bold;
}

#searchbox .CoveoResultLink:hover {
	text-decoration: none!important;
}

#searchbox .coveo-list-layout.CoveoResult.coveo-omnibox-selectable {
	border: none;
}

#searchbox .category-label {
	margin: 20px auto;
	text-transform: uppercase;
	border-bottom: 1px solid gray;
	font-weight: bold;
	color: #616870;
	font-size: 15px;
	pointer-events: none!important;
}

#searchbox .coveo-list-layout.coveo-omnibox-selectable a.CoveoResultLink,
#searchbox .coveo-list-layout.coveo-omnibox-selectable a.CoveoResultLink:visited {
	color: #616870;
	margin-bottom: 8px;
}

#searchbox .coveo-highlight {
	color: #2A7DBC;
	background-color: #F1FAFF;
}

#searchbox .coveo-component-editor-body {
	height: 2000px;
}

#searchbox .CoveoSearchbox .magic-box .magic-box-clear .magic-box-icon:before {
	content: '';
	display: none;
}

#searchbox svg.magic-box-clear-svg {
	top: 17px!important;
	position: absolute;
	left: 16px;
}

#searchbox .CoveoOmnibox.magic-box .coveo-omnibox-selectable.coveo-omnibox-selected {
	background-color: white!important;
}

#searchbox .co-highlight {
	pointer-events: all;
	margin-bottom: -10px!important;
	padding: 5px;
}

#searchbox .co-highlight:hover {
	background-color: #f2f2f2;
	border-radius: 5px;
	padding: 5px;
}

#searchbox .CoveoOmniboxResultList {
	pointer-events: none;
}


/* full page search */

#search-co .CoveoLogo {
	display: none;
}

#searchbox .magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion .coveo-magicbox-suggestions {
	border: none!important;
}

#searchbox .magic-box-suggestions.magic-box-hasSuggestion {
	height: fit-content;
	padding-bottom: 20px;
}

#search-co .magic-box-suggestions.magic-box-hasSuggestion {
	display: inline-flex;
	flex-flow: column;
}

#search-co .coveo-list-layout.CoveoResult.coveo-omnibox-selectable {
	padding-left: 30px!important;
	padding-right: 30px!important;
}

#searchbox .co-empty {
	position: absolute;
	top: 67px;
	color: #9a9a9b;
	cursor: pointer;
	font-size: 12px;
	font-family: arial, sans-serif;
	margin-left: 5px;
}

#searchbox .coveo-omnibox-selectable {
	pointer-events: all;
	padding-left: 15px!important;
	padding-top: 5px;
	display: block;
	margin-bottom: -20px;
	background-color: #f2f2f2;
	border-top: 1px #bcbcbc solid;
	padding-bottom: 5px;
}

#search-co .co-more-results {
	pointer-events: all!important;
}

#search-co .co-more-results:hover {
	background: #f2f2f2!important;
	pointer-events: all!important;
}

#search-co .coveo-powered-by.coveo-footer-logo {
	display: none;
}

@media (max-width: 767px) {
	#searchbox {
		display: none!important;
	}
}

.QSIFeedBackLink.SI_bfHy73nmFDcHqYZ_FeedBackLinkContainer {
	display: none!important;
}

.CoveoQueryDuration {
	display: none!important;
}

a.single.internal:after,
.internal a:after {
	display: block;
	content: "\f149";
	font-family: "FontAwesome";
	color: #757575;
	font-size: 15px;
	font-weight: 100;
	margin-left: 95.5%;
	margin-top: -20px;
}


/* HEADER */

.navigation-header {
	margin-top: -1px;
}

@media (max-width: 767px) {
	.docs-sticky .sticky-crumb {
		display: block;
		top: 0;
		position: relative;
		width: 100%;
	}
}

.sticky-crumb {
	background: #f7f7f7!important;
	border-radius: 3px;
	margin-top: 25px;
}

.docs-sticky .outline .breadcrumb a,
.docs-sticky .outline .breadcrumb a span {
	color: #0066c0!important;
}

ol.breadcrumb {
	margin-left: -26px!important;
}

h1 {
	margin-top: 30px!important;
}

li.dppnItem.tdc-dd.accrItem {
	padding-top: 10;
}

.sticky-crumb span {
	color: rgb(51, 51, 51)!important;
}

/* tech docs sub nav styles */

ol.breadcrumb {
	color: rgb(51, 51, 51)!important;
  	margin-left: 0!important;
    padding-left: 13px!important;
    margin-top: 0;
}


@media (max-width: 767px) {
	.mobile-toggle {
		display: block!important;
	}
}

@media (min-width:767px) {
	.navigation-header {
		display: block!important;
	}
}

header.dpHeader.topics {
	background: #31455E!important;
}

@media (max-width: 993px) {
	.atd-topics {
		display: none!important
	}
}

@media (max-width: 993px) {
	.atd-mobile-header {
		display: grid!important;
		width: 100%;
		margin-top: 25px;
	}
}

@media (max-width: 993px) {
	.dppnItem.accrItem {
		width: 89%;
	}
}

ul.dropdown-menu.show li a {
	color: initial!important;
}

ul.dropdown-menu #jump {
	color: initial!important;
	font-weight: normal;
}

table ul {
	margin-bottom: 0px!important;
}

.glossaryJumpMenu {
	margin-bottom: 25px;
}

h2#related-topics {
	position: relative;
	margin-top: 100px;
}

h2#related-topics::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0.6px;
	margin-top: -49px;
	margin-bottom: 20px;
	left: 0;
	display: block;
	clear: both;
	background-color: rgb(219, 216, 216);
	margin-bottom: 20px;
	width: 153%;
	margin-left: -100px;
}

#in-this-section.first:first-of-type {
	margin-top: initial;
}

.first:first-of-type {
	position: relative;
	padding-top: 57px!important;
}

.first:first-of-type::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0.7px;
	margin-top: -38px;
	margin-bottom: 20px;
	left: 0;
	display: block;
	clear: both;
	background-color: rgb(219, 216, 216);
}

h2#in-this-section:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	margin-top: -49px;
	margin-bottom: 20px;
	left: 0;
	display: block;
	clear: both;
	background-color: rgb(238 238 238);
	margin-bottom: 20px;
	width: 153%;
	margin-left: -100px;
}

h2#in-this-section {
	position: relative;
	margin-top: 100px;
}

.coveo-first-loading-animation {
	display: none!important
}

.CoveoSearchInterface .coveo-placeholder-result {
	display: none!important;
}

span.badge.badge-secondary.badgesearch {
	display: none;
}

.hljs-keyword,
.hljs-id,
.hljs-title,
.hljs-built_in,
.hljs-aggregate,
.css .hljs-tag,
.hljs-javadoctag,
.hljs-phpdoc,
.hljs-yardoctag,
.smalltalk .hljs-class,
.hljs-winutils,
.bash .hljs-variable,
.apache .hljs-tag,
.go .hljs-typename,
.tex .hljs-command,
.asciidoc .hljs-strong,
.markdown .hljs-strong,
.hljs-request,
.hljs-status {
	font-weight: normal;
}

.hljs-number,
.hljs-date,
.hljs-regexp,
.hljs-literal,
.hljs-hexcolor,
.smalltalk .hljs-symbol,
.smalltalk .hljs-char,
.go .hljs-constant,
.hljs-change,
.lasso .hljs-variable,
.makefile .hljs-variable,
.asciidoc .hljs-bullet,
.markdown .hljs-bullet,
.asciidoc .hljs-link_url,
.markdown .hljs-link_url {
	color: black;
}

.hljs-keyword {
	font-weight: normal!important;
}

pre code {
	font-size: 90%;
	color: inherit;
	word-break: normal;
	padding: 0!important;
}

h2+h3 {
	margin-top: 10px
}

.alert {
	position: static;
}

ol li ul {
	margin-bottom: 0px!important;
}

ol.breadcrumb {
	margin-left: 6px;
}

ul.dropdown-menu.show li {
	list-style: none;
}

ul.dropdown-menu.show {
	padding-left: 2px!important;
	margin-left: -1px!important;
	color: initial!important;
}

.inline ul li ul {
	margin-bottom: 0px!important;
}
