.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;
    line-height: 1.3em
}

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-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1
}

.docs-sticky .alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea
}

.docs-sticky .alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    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;
    border-color: #f5e79e !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 h6,
.docs-sticky h6 code.highlighter-rouge {
    font-size: 16px
}

.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%
}