.outline ul {
    font-size: initial;
}
.docs-sticky .docnav li .toc-title {
    color: #111!important;
    margin-top: 5px;
    margin-bottom: 5px;
}

.docs-sticky .docnav li .toc-title:hover {
    color: #111!important;
}

.docs-sticky span.red {
    color: #c7254e;
}

.docs-sticky,
.docs-sticky p,  
.docs-sticky li,
.docs-sticky .alert,
.docs-sticky .bs-callout,
.docs-sticky dt,
.docs-sticky dl dd,
.docs-sticky div.legend {
    font-family: "Amazon Ember Regular", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 500;
}

.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;
}

/* 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
}

.docs-sticky i.fa {
    font-family: 'FontAwesome'
}

.docs-sticky ul,
.docs-sticky ol {
    margin-left: 0px;
}

.docs-sticky li {
  margin-top: 10px;
    margin-bottom: 10px;
}

.docs-sticky 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:last-child {
    margin-bottom: 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: #d9edf7;
    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 img.docimage {
    max-width: 100%;
    margin-bottom: 20px
}

.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: text-bottom
}

.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
}

.docs-sticky figure {
    margin: 20px 0px
}

video {
    margin: 20px 0px
}

.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: 20px;
    border: 0;
    border-top: 1px solid #eeeeee
}

.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>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 {
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #777
}

.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
}

.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
}

.docs-sticky pre {
    /* border: 0px */
}

@media (min-width: 767px) {
    .docs-sticky div.userMap {
        width: 640px
    }
}

@media (max-width: 480px) {
    .docs-sticky div.userMap {
        width: 400px
    }
}

@font-face {
    font-family: Amazon Ember Light;
    src: local("Amazon Ember Light"), local("AmazonEmberLight"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_lt-019e0ec3f9b521056e66e31fdcbc8323e5cd1938._V299195751_.woff2") format("woff2"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_lt-bc9ed0fce860a46f3cb061034280c23400e6e8b6._V299195751_.woff") format("woff")
}

@font-face {
    font-family: Amazon Ember Light;
    font-weight: 700;
    src: local("Amazon Ember Light"), local("AmazonEmberLight-Bold"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_bd-46b91bda68161c14e554a779643ef4957431987b._V2_.woff2") format("woff2"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_bd-b605252f87b8b3df5ae206596dac0938fc5888bc._V2_.woff") format("woff")
}

@font-face {
    font-family: Amazon Ember Light;
    font-style: italic;
    src: local("Amazon Ember Light"), local("AmazonEmberLight-Italic"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_ltit-96be47a559388a2b219577124589435c09a361fe._V299195751_.woff2") format("woff2"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_ltit-b561f11b5c8be92ac17f6b713dd9d4b6e2f00c8d._V299195751_.woff") format("woff")
}

@font-face {
    font-family: Amazon Ember Light;
    font-style: italic;
    font-weight: 700;
    src: local("Amazon Ember Light"), local("AmazonEmberLight-BoldItalic"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_ltit-96be47a559388a2b219577124589435c09a361fe._V299195751_.woff2") format("woff2"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_ltit-b561f11b5c8be92ac17f6b713dd9d4b6e2f00c8d._V299195751_.woff") format("woff")
}

@font-face {
    font-family: Amazon Ember Regular;
    src: local("Amazon Ember Regular"), local("AmazonEmberRegular"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_rg-fd81bacb6a659a8c8c95828226b74594ab985060._V299195749_.woff2") format("woff2"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_rg-0acf3bc8b64d470d8888d84741a19533394654c6._V299195749_.woff") format("woff")
}

@font-face {
    font-family: Amazon Ember Regular;
    font-weight: 700;
    src: local("Amazon Ember Regular"), local("AmazonEmberRegular-Bold"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_bd-46b91bda68161c14e554a779643ef4957431987b._V2_.woff2") format("woff2"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_bd-b605252f87b8b3df5ae206596dac0938fc5888bc._V2_.woff") format("woff")
}

@font-face {
    font-family: Amazon Ember Regular;
    font-style: italic;
    src: local("Amazon Ember Regular"), local("AmazonEmberRegular-Italic"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_rgit-af980fe9c64fc17ece72cba4e3e7fdf54babeea6._V299195748_.woff2") format("woff2"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_rgit-4fae4842b3446774d86579b9b024858a848644e8._V299195748_.woff") format("woff")
}

@font-face {
    font-family: Amazon Ember Regular;
    font-style: italic;
    font-weight: 700;
    src: local("Amazon Ember Regular"), local("AmazonEmberRegular-BoldItalic"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_bdit-80ff7aba37dd1ff5a6b90233a19e3a780a96dc2f._V2_.woff2") format("woff2"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_bdit-57598ce426a612be5a1d15eee08252668fca5e7a._V2_.woff") format("woff")
}

@font-face {
    font-family: Amazon Ember Medium;
    src: local("Amazon Ember Medium"), local("AmazonEmberMedium"), url("https://m.media-amazon.com/images/G/01/amazonservices/fonts/amazonember_md_base-webfont._V525237381_.woff2") format("woff2"), url("https://m.media-amazon.com/images/G/01/amazonservices/fonts/amazonember_md_base-webfont._V525237386_.woff") format("woff")
}

@font-face {
    font-family: Amazon Ember Medium;
    font-weight: 700;
    src: local("Amazon Ember Medium"), local("AmazonEmberMedium-Bold"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_bd-46b91bda68161c14e554a779643ef4957431987b._V2_.woff2") format("woff2"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_bd-b605252f87b8b3df5ae206596dac0938fc5888bc._V2_.woff") format("woff")
}

@font-face {
    font-family: Amazon Ember Medium;
    font-style: italic;
    src: local("Amazon Ember Medium"), local("AmazonEmberMedium-Italic"), url("https://m.media-amazon.com/images/G/01/agdm/fonts/amazonember/amazonember_mdit-webfont._V522331917_.woff2") format("woff2"), url("https://m.media-amazon.com/images/G/01/agdm/fonts/amazonember/amazonember_mdit-webfont._V522331917_.woff") format("woff")
}

@font-face {
    font-family: Amazon Ember Medium;
    font-style: italic;
    font-weight: 700;
    src: local("Amazon Ember Medium"), local("AmazonEmberMedium-BoldItalic"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_bdit-80ff7aba37dd1ff5a6b90233a19e3a780a96dc2f._V2_.woff2") format("woff2"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_bdit-57598ce426a612be5a1d15eee08252668fca5e7a._V2_.woff") format("woff")
}

@font-face {
    font-family: Amazon Ember Heavy;
    src: local("Amazon Ember Heavy"), local("AmazonEmberHeavy"), url("https://m.media-amazon.com/images/G/01/acs/fonts/amazonember_he-webfont._V278446113_.woff2") format("woff2"), url("https://m.media-amazon.com/images/G/01/acs/fonts/amazonember_he-webfont._V278446115_.woff") format("woff")
}

@font-face {
    font-family: Amazon Ember Heavy;
    font-weight: 700;
    src: local("Amazon Ember Heavy"), local("AmazonEmberHeavy-Bold"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_bd-46b91bda68161c14e554a779643ef4957431987b._V2_.woff2") format("woff2"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_bd-b605252f87b8b3df5ae206596dac0938fc5888bc._V2_.woff") format("woff")
}

@font-face {
    font-family: Amazon Ember Heavy;
    font-style: italic;
    src: local("Amazon Ember Heavy"), local("AmazonEmberHeavy-Italic"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_bdit-80ff7aba37dd1ff5a6b90233a19e3a780a96dc2f._V2_.woff2") format("woff2"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_bdit-57598ce426a612be5a1d15eee08252668fca5e7a._V2_.woff") format("woff")
}

@font-face {
    font-family: Amazon Ember Heavy;
    font-style: italic;
    font-weight: 700;
    src: local("Amazon Ember Heavy"), local("AmazonEmberHeavy-BoldItalic"), url("https://m.media-amazon.com/images/G/01/agdm/fonts/amazonember/amazonember_heit-webfont._V522331917_.woff2") format("woff2"), url("https://m.media-amazon.com/images/G/01/agdm/fonts/amazonember/amazonember_heit-webfont._V522331917_.woff") format("woff")
}

@font-face {
    font-family: Amazon Ember Thin;
    src: local("Amazon Ember Thin"), local("AmazonEmberThin"), url("https://m.media-amazon.com/images/G/01/mobile-apps/devportal2/content/alexa/prize/20160810/fonts/AmazonEmber/amazonember-thin-webfont._V282715032_.woff2") format("woff2"), url("https://m.media-amazon.com/images/G/01/mobile-apps/devportal2/content/alexa/prize/20160810/fonts/AmazonEmber/amazonember-thin-webfont._V282715033_.woff") format("woff")
}

@font-face {
    font-family: Amazon Ember Thin;
    font-weight: 700;
    src: local("Amazon Ember Thin"), local("AmazonEmberThin-Bold"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_bd-46b91bda68161c14e554a779643ef4957431987b._V2_.woff2") format("woff2"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_bd-b605252f87b8b3df5ae206596dac0938fc5888bc._V2_.woff") format("woff")
}

@font-face {
    font-family: Amazon Ember Thin;
    font-style: italic;
    src: local("Amazon Ember Thin"), local("AmazonEmberThin-Italic"), url("https://m.media-amazon.com/images/G/01/mobile-apps/devportal2/content/alexa/prize/20160810/fonts/AmazonEmber/amazonember-thinit-webfont._V282715033_.woff2") format("woff2"), url("https://m.media-amazon.com/images/G/01/mobile-apps/devportal2/content/alexa/prize/20160810/fonts/AmazonEmber/amazonember-thinit-webfont._V282715032_.woff") format("woff")
}

@font-face {
    font-family: Amazon Ember Thin;
    font-style: italic;
    font-weight: 700;
    src: local("Amazon Ember Thin"), local("AmazonEmberThin-BoldItalic"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_bdit-80ff7aba37dd1ff5a6b90233a19e3a780a96dc2f._V2_.woff2") format("woff2"), url("https://m.media-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-amazonember_bdit-57598ce426a612be5a1d15eee08252668fca5e7a._V2_.woff") format("woff")
}

.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: -490px!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: 0px!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;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;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 */ 

.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,
.nav {font-family: "Amazon Ember Light", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;}

.docs-sticky h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    font-family: "Amazon Ember Light", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    word-spacing: 0.5px;
}

.docs-sticky h2,
.docs-sticky h2 code.highlighter-rouge {
    font-size: 35px;
    font-weight: 500;
    background-color: transparent;
    word-spacing: .5px;
    line-height: 42px;
}

.docs-sticky h3,
.docs-sticky h3 code.highlighter-rouge {
    font-size: 28px;
    font-weight: 500;
    background-color: transparent;
    word-spacing: .35px;
    line-height: 33px;
}

.docs-sticky h4,
.docs-sticky h4 code.highlighter-rouge {
    font-size: 22px;
    font-weight: 500;
    background-color: transparent;
    word-spacing: .28px;
    line-height: 26px;
}

.docs-sticky h5,
.docs-sticky h5 code.highlighter-rouge {
    font-family: 'Amazon Ember Regular';
    font-size: 18px;
    font-weight: 500;
    word-spacing: .3px;
    background-color: transparent;
    line-height: 17px;
}

.docs-sticky h6,
.docs-sticky h6 code.highlighter-rouge {
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    word-spacing: .3px;
    line-height: 17px;
}


.base-wrapper {font-size: 1.6rem;/* font-family: auto; */}
.docs-sticky p {margin-bottom: 20px;margin-top: 20px;font-size: 16px;word-spacing: .01px;line-height: 2.2rem;}

@media (max-width: 767px){.docs-sticky h1 {margin-top: 80px;}}


.docs-sticky ul li {list-style-type: inherit;}


.docs-sticky .mainColumn ul, .docs-sticky .mainColumn ol {
    margin-bottom: 0px;
    font-size: initial;
}


/* MISC PATCHES */ /* MISC PATCHES */ /* MISC PATCHES */ /* MISC PATCHES */ /* MISC PATCHES */ /* MISC PATCHES */

.docs-sticky ul li {
    list-style-type: inherit;
}

/* 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 {}

/* prevents text higlighting on menus */
.noselect {
/*-webkit-touch-callout: none;  iOS Safari */
  /*-webkit-user-select: none; Safari */
/*  -khtml-user-select: none;  Konqueror HTML */
  /*   -moz-user-select: none; /* Old versions of Firefox */
    /* -ms-user-select: none;  Internet Explorer/Edge */
      /*   user-select: none;  Non-prefixed version, currently
                               supported by Chrome, Opera and Firefox */
}

/* 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;}

/* fixes offset problem with header when using on this page anchor links */
.docs-sticky h2[id], .docs-sticky h3[id], .docs-sticky h4[id], .docs-sticky h5[id], .docs-sticky h6[id] {padding-top: 60px;margin-top: -40px;margin-bottom: 20px;}

/*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:#63afef!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 {-webkit-transform: translateX(350px);transform: translateX(350px); top: 100px;}}

/*Layout*//*Layout*//*Layout*//*Layout*//*Layout*//*Layout*//*Layout*//*Layout*//*Layout*//*Layout*//*Layout*//*Layout*//*Layout*/

/*HEADER*/
header.dante-header {position: sticky;top: 0;}
i.fas.fa-info-circle{color: white;padding-top: 2px;}
@media (max-width: 767px){.docs-sticky .mobile-toggle {z-index: 10000;}}
.header.iparsys.parsys {display: inherit!important;}

/* mobile header */
@media (max-width: 767px) { header.dante-header {position: fixed;height: 80px;}}
@media (min-width: 767px) { .mobile-toggle {display:none;}}
.mobile-toggle button {  background-color: Transparent;background-repeat:no-repeat;border: none;cursor:pointer;overflow: hidden;}
.icon-bar{ width: 35px;height: 5px;background-color: black;margin: 6px 0;}

/*BREADCRUMB*/

.sticky-crumb {background-color: #31455E!important;top: 39px;z-index: 999;position:sticky;font-size:12px;}
.docs-sticky .breadcrumb {margin-bottom: 0px;background-color: inherit;color: #e7e4e4; }
.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: 768px) {
    .docs-sticky .sticky-crumb {
       display:none;
    }

}


/*FOOTER*/
ul.dropdown-menu.localizerSelectorMenu.show {transform: inherit!important;}
/* LEFT NAV DOCNAV */ 
/* DOCNAV */
.docs-sticky p.external {font-size: 0.9em;margin-top: 20px}
.docs-sticky .docnav li {margin: 7px 0px}
.docs-sticky .docnav ul {padding-left: 15px}
.docs-sticky .docnav ul li,.docnav li.level1,.docnav li.level1items {list-style: none}
.docs-sticky .docnav li {list-style: none;font-family: "Amazon Ember Regular", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;border-bottom: 0px}
.docs-sticky .docnav li a:hover,.docs-sticky .docnav li a:active {text-decoration: none;color: #337ab7;}

.docs-sticky .docnav li.level1>a>span:after,.docs-sticky .docnav li.level2>a>span:after,.docs-sticky .docnav li.level3>a>span:after {content: '\f0da';font-family: 'FontAwesome';color: #2e2e2e;font-size: 14px;padding-right: 13px;text-decoration: none}
.docs-sticky .docnav li.level1items>a:before,.docs-sticky .docnav li.level2items>a:before,.docs-sticky .docnav li.level3items>a:before {font-family: 'FontAwesome';color: #2e2e2e;padding-right: 8px;text-decoration: none;}
.docs-sticky .docnav li.level1items.external>a:before,.docs-sticky .docnav li.level2items.external>a:before,.docs-sticky .docnav li.level3items.external>a:before {content: '\f08e';font-family: 'FontAwesome';color: #2e2e2e;padding-right: 8px;text-decoration: none}
.docs-sticky .docnav li.open>a>span:after {content: '\f0d7';font-family: 'FontAwesome';color: #2e2e2e;padding-right: 13px}
.docs-sticky .docnav li.level3,.docs-sticky .docnav li.level3items {padding-left: 10px}
.docs-sticky .docnav li.level2,.docs-sticky .docnav li.level2items {margin-left: 23px;}
.docs-sticky .docnav li.level1,.docs-sticky .docnav li.level1items {padding-left: 22px}
.docs-sticky li.level1.open>ul>li.level1items.open>a:before,.docs-sticky li.level2.open>ul>li.level2items.open>a:before,.docs-sticky li.level3.open>ul>li.level3items.open>a:before {color: black}

.docs-sticky li.level1.open>ul>li.level1items a,.docs-sticky li.level2.open>ul>li.level2items a,.docs-sticky li.level3.open>ul>li.level3items a {font-weight: normal;color: #545b64;}
.docs-sticky li.level1.open>ul>li.level1items>a:before,.docs-sticky li.level2.open>ul>li.level2items>a:before,.docs-sticky li.level3.open>ul>li.level3items>a:before {font-weight: normal;color: #0066c0;color: black;}
.docs-sticky ul#docnavsidebar li a:focus {text-decoration: none}
.docs-sticky li.folderTitle.current.open>a.subfoldersTitle {font-weight: bold;color: #ec7211;}
.mydocsidebar a,.mydocsidebar a:hover {text-decoration: none}
.docs-sticky .docnav li.level3, .docs-sticky .docnav li.level3items {padding-left: 21px;}


.docs-sticky li.level1.open>ul>li.level1items.open a,.docs-sticky li.level2.open>ul>li.level2items.open a,.docs-sticky li.level3.open>ul>li.level3items.open a, .docs-sticky li.level4.open>ul>li.level4items.open a ,.docs-sticky li.level5.open>ul>li.level5items.open a {color: #337ab7;font-weight:bold;color: #337ab7;}


/* support 5 levels */

.docs-sticky .docnav li.level1>a>span:after, .docs-sticky .docnav li.level2>a>span:after, .docs-sticky .docnav li.level3>a>span:after, .docs-sticky .docnav li.level4>a>span:after, .docs-sticky .docnav li.level5>a>span:after  {
    content: '\f0da';
    font-family: 'FontAwesome';
    color: #2e2e2e;
    font-size: 14px;
    padding-right: 13px;
    text-decoration: none;
}

.docs-sticky .docnav li.open>a>span:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    color: #2e2e2e;
    padding-right: 13px;
}

.docs-sticky .docnav li.level4, .docs-sticky .docnav li.level4items, .docs-sticky .docnav li.level5, .docs-sticky .docnav li.level5items {
padding-left: 20px;
}
/* end support 5 levels */

/* elements */
.blank {margin-left:13px;margin-top: -10px;}
.docs-sticky .productTitle {margin-top: 1.5em;font-size: 1.8rem;line-height: 2.2rem;font-weight: 700;color:black}
.docs-sticky .docnav li a {display: table;white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;color: black;margin: 0;font-size: 1.0em;margin-left: -25px;}
.docs-sticky ul#entrypages li {font-size: 1em; margin-top: 0px; margin-bottom: 3px}
.docs-sticky ul#entrypages {padding-bottom: 75px;width: 225px;padding-left: 17px;}
.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%}

/* mydocsidebar */
.docs-sticky .mydocsidebar {padding-left:15px;color: #FFF;overflow-y:auto;overflow-x:hidden;height: 100vh;padding-right: 18px;top: 65px;min-width:310px;}
.docs-sticky .mydocsidebar {position: sticky;position: -webkit-sticky; position: -webkit-sticky;position: -moz-sticky;position: -ms-sticky;position: -o-sticky;}
.docs-sticky .docnav li a {display: inline-flex;}
.docs-sticky .mydocsidebar ul {padding-left: 6px;padding-right:5px}
.docs-sticky .toc-title {font-weight: bold;margin-top: 18px;margin-bottom: 10px;margin-left: -28px;}
.docs-sticky li.folderTitle.current.open>a.subfoldersTitle {font-weight: bold;color: #337ab7!important;}
.docs-sticky .docnav li.level2,.docs-sticky .docnav li.level2items {margin-left: 25px;}
.docs-sticky .docnav li.level3, .docs-sticky .docnav li.level3items {padding-left: 20px;}
.docs-sticky .productTitle {font-size: 20px;width: 200px; }
.docs-sticky .nav>li {margin-left: 0;margin-top: 0;margin-bottom: 0;}
.docs-sticky .docnav li.level2  .level2items a {margin-left: -30px;}
.docs-sticky .docnav li.level1items.external > a:before,
.docs-sticky .docnav li.level2items.external > a:before,
.docs-sticky .docnav li.level3items.external > a:before {content: '\f08e';font-family: 'FontAwesome';color: black;padding-right: 7px;text-decoration: none;}
.docs-sticky .nav {list-style-type: none!important;}
/* MR*/
@media (max-width: 767px){.docs-sticky .mobile-toggle div#sidebar {width: 0;}}
@media (max-width: 991px) {.docs-sticky .mydocsidebar {min-width:290px;}}

/* MAINCONTAINER*/
.docs-sticky .row {flex-wrap: nowrap;}
.docs-sticky .mainColumn {;border-right: 0px solid rgb(219, 216, 216);background-color: #f2f2f2}
.docs-sticky .outline {background-color: #ffffff;padding: 45px;padding-top: 5px;padding-bottom:25px;margin-left: 10px;margin-right: 10px;border-right: 1px solid rgb(219, 216, 216);border-left: 1px solid rgb(219, 216, 216);min-height: 800px;}

.docs-sticky .outline {margin-top: 10px;margin-top: 10px;margin-left: 20px;border-bottom: 1px solid rgb(219,216,216);margin-right: 20px;border-top: 1px solid rgb(219, 216, 216);}

.shrinkfull {flex: 12;background-color: #f2f2f2}

.docs-sticky .mainclass {border-right: 1px solid rgb(219, 216, 216);flex: 12;background-color: #f2f2f2;min-width: 0;/* word-break: break-word; */border-left: 1px solid rgb(219, 216, 216);}

/* MR*/
@media (max-width: 767px) { .docs-sticky .mydocsidebar {margin-left: 0!important;margin-right: 0!important  }}
@media (max-width: 767px) { .docs-sticky .mydocsidebar {height:initial!important;}}
@media (max-width: 991px){.docs-sticky .mainColumn {border: none 0px!important;}}

/* STICKY RIGHT HAND NAV*/
div#myScrollspy {margin-left: 18px;max-width: 95%;flex-basis: 225px;min-width: 215px;margin-top: 15px;}
.docs-sticky .onpagetext{margin-left: 7px;font-weight: bold;font-size:18px;}
.docs-sticky .stc {position: sticky;position: -webkit-sticky;position: -webkit-sticky;position: -moz-sticky;position: -ms-sticky;position: -o-sticky;max-height: calc(100vh - 9rem);overflow-y: auto;margin-top: -5px;max-width: 95%;top: 76px;}
.docs-sticky #onpage {font-size: 0.9em;margin-top: 10px;padding-bottom: 25px;}
.docs-sticky #onpage ul {overflow-x: hidden;display: block;}
.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 .docnav li a {color: #545b64;}
.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: #ec7211!important;}
.docs-sticky .mobile-toggle button { background-color: Transparent;background-repeat:no-repeat;border: none;cursor:pointer;overflow: hidden;}
li.list3 {/* margin-top: 6px; *//* margin-bottom: 6px; *//* font-size:12.5px; */}
.docs-sticky ul.customspy.nav.nav-pills.nav-stacked {width:90%}

.list3 a{/* color:#898989!important; */}
/* MR*/
@media (max-width: 767px){#onpage  {overflow:hidden}}
@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;top:90px!important;width:225px;} }
@media (max-width: 767px) { .docs-sticky .mydocsidebar {position: inherit!important;border-right: 1px solid white;} }

/*stciky left responsive adjustments*/
@media (max-width: 991px) {.docs-sticky .outline {padding:25px;}}
@media (max-width: 767px) {.docs-sticky .outline {padding:25px;margin-left:0px;margin-right:0px;border-right:0px; border-left: 0px solid }}
@media (max-width: 767px) {.docs-sticky .mydocsidebar {width:0px;} }
@media (max-width: 767px) {.docs-sticky .mainColumn {margin-left:0;} }
@media (max-width: 767px) {.docs-sticky  .mobile-toggle{background-color: #152939;position: fixed;width:100%;top: 44px;}}
@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: 5px 10px;margin-top: 5px;margin-right: 0px;margin-bottom: 0px;}

/* Fix right hand nav display issues on resize*/
@media  (max-width: 991px) {.docs-sticky #onpage {display:none!important}}
@media  (max-width: 767px) {.docs-sticky #onpage {display:block!important;margin-top: 28px;}}
@media  (max-width: 767px) {.docs-sticky #onpage {overflow: none;}}

/* PATCHES  */
/* color/ diplay fix for zoom beyond 2500px  */
@media  (min-width: 2400px) {.mainclass{background-color: white!important}}
@media  (min-width: 2400px) {.mainColumn{background-color: white!important}}
@media  (min-width: 2400px) {.docs-sticky .outline{border:none 0px!important}}
@media  (max-width: 990px) {.docs-sticky .mainColumn{border:none 0px!important}}

/* BODY STYLES*//* BODY STYLES*//* BODY STYLES*//* BODY STYLES*//* BODY STYLES*//* BODY STYLES*/

/* 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: 20px 0;max-width: 1000px;}

.docs-sticky audio {margin: 20px 0px;max-width: 100%;}
.docs-sticky img {max-width: 100%;height: auto;}
.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: 10px;}
/* Track  div::-webkit-scrollbar-track {background: #f1f1f1;}*/
/* Handle */ div::-webkit-scrollbar-thumb {background: #888; }
/* Handle on hover */ div::-webkit-scrollbar-thumb:hover {background: #555;}

/* 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 {display: block;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 .docnav li a:hover{color: #337AB7!important;}

.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: 1300px) {.docs-sticky table {table-layout: auto!important;table-layout: fixed;width:100%;}}
  .scroll {overflow-x: auto!important;margin-bottom: 20px;overflow-y: hidden;}
   
   
   
  
  .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; 
}

.dataTable td {

    border-bottom: 1px solid #c4c4c4!important;
}

/* create borders for nav cookie collapse containers*/

@media (max-width: 991px){.mainclass {border-left: 1px solid rgb(219, 216, 216);}}
@media (max-width: 767px){.mainclass {border-left: 0px solid;}}
@media (max-width: 991px){.docs-sticky .mydocsidebar {border-left: 0px solid rgb(219, 216, 216);}}

/* css for nav collapse buttons*/

#button-close-left1 {position: sticky;min-height: 20px;min-width: 20px;background-color: white;margin-right: 5px;float: right;margin-top: -5px;font-size: inherit;border: none;color: #3a3e42;outline: none;font-size: 27px;outline: none;outline: none!important;}
#button-close-left2 {position: sticky;min-height: 20px;min-width: 20px;background-color: #ffffff;top: 73px;left: 0;color: #545b64;margin-top: 10px;border: none;outline: none!important;height: 37px;margin-left: 3px;font-size: 27px;margin-right: -35px;}
#button-close-right1 {position: sticky;min-height: 20px;outline: none!important;min-width: 20px;background-color: white;margin-right: 0px;float: right;box-shadow: noe;margin-top: -14px;font-size: inherit;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;margin-top: 6px;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;
  }
  }

/* original fixes 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;
}


.docs-sticky .subheading {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
    margin-top: 30px;
    font-weight: normal;
    color: #e77600
}

.docs-sticky .tab-content .tab-pane.active {
    padding: 15px;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-bottom: 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: #337ab7!important;
}

.docs-sticky .nav-stacked>li {
    float: none
}

.docs-sticky .nav-stacked>li+li {
    /* margin-top: 2px; */
    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: 20px;}
.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 */

.docs-sticky .nav-tabs > li > a, .docs-sticky .nav-tabs > li > a:hover {
line-height: 1.5;
margin:0px;
border: 1px solid transparent;
margin-bottom:-15px
}

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 {
width: 640px;
}
}

@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;}

p {
    margin-top: 20px;
}





