$color-default: #777; $color-success: #5cb85c; $color-danger: d9534f; $color-warning: f0ad4e; $color-info: #5bc0de; $color-primary: #428bca;

/* fonts */

@font-face {

font-family:"amazonemberbd";
src:url("ember/amazonemberbd.ttf") format("truetype");

}

@font-face {

font-family:"amazonemberbdit";
src:url("ember/amazonemberbdit.ttf") format("truetype");

}

@font-face {

font-family:"amazonemberhe";
src:url("ember/amazonemberhe.ttf") format("truetype");

}

@font-face {

font-family:"amazonemberheit";
src:url("ember/amazonemberheit.ttf") format("truetype");

}

@font-face {

font-family:"amazonemberlt";
src:url("ember/amazonemberlt.ttf") format("truetype");

}

@font-face {

font-family:"amazonemberltit";
src:url("ember/amazonemberltit.ttf") format("truetype");

}

@font-face {

font-family:"amazonembermd";
src:url("ember/amazonembermd.ttf") format("truetype");

}

@font-face {

font-family:"amazonembermdit";
src:url("ember/amazonembermdit.ttf") format("truetype");

}

@font-face {

font-family:"amazonemberrg";
src:url("ember/amazonemberrg.ttf") format("truetype");

}

@font-face {

font-family:"amazonemberrgit";
src:url("ember/amazonemberrgit.ttf") format("truetype");

}

@font-face {

font-family:"amazonemberth";
src:url("ember/amazonemberth.ttf") format("truetype");

}

@font-face {

font-family:"amazonemberthit";
src:url("ember/amazonemberthit.ttf") format("truetype");

}

@font-face {

font-family: "icomoon";
src: url("ember/icomoon.woff") format("woff");

}

.docs p.icomoon {

font-family: "icomoon";
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale

}

.docs p.amazonemberbd {

font-family: "amazonemberbd";

}

.docs p.amazonemberbdit {

font-family: "amazonemberbdit";

}

.docs p.amazonemberhe {

font-family: "amazonemberhe";

}

.docs p.amazonemberheit {

font-family: "amazonemberheit";

}

.docs p.amazonemberlt {

font-family: "amazonemberlt";

}

.docs p.amazonemberltit {

font-family: "amazonemberltit";

}

.docs p.amazonembermd {

font-family: "amazonembermd";

}

.docs p.amazonembermdit {

font-family: "amazonembermdit";

}

.docs p.amazonemberrg {

font-family: "amazonemberrg";

}

.docs p.amazonemberrgit {

font-family: "amazonemberrgit";

}

.docs p.amazonemberth {

font-family: "amazonemberth";

}

.docs p.amazonemberthit {

font-family: "amazonemberthit";

}

.docs p.icomoon {

font-family: "icomoon";

}

/* font weight in current dexwebsite has incorrect weight – is nearly unreadable without this setting */ .docs body, .docs p, .docs ul, .docs ol, .docs li, .docs .alert, .docs .bs-callout, .docs dd, .docs dt, .docs .docs a.editButton, .docs .subheading {

font-family: "amazonemberlt", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #111;
font-weight: 700;
line-height: 1.5em;

}

.docs h1, .docs h2, .docs h3, .docs h4, .docs h5, .docs h6 {

font-family: "amazonemberlt", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #111;
font-weight: 700;
line-height: 1.3em;

}

.docs div#expand1, .docs div#expand2, .docs div#expand3, .docs div#expand4, .docs div#expand5, .docs div#expand6, .docs div#expand7, .docs div#expand8, .docs div#expand9, .docs div#expand10 {

font-family: "amazonemberlt", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.docs b, .docs strong {

font-family: "amazonemberbd", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.docs i {

font-family: "amazonemberbdit", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.docs i.fa {

font-family: 'FontAwesome';

}

/* headings */

.docs h2, .docs h3, .docs h4, .docs h5, .docs h6 {

padding-top: 25px;
margin-bottom: 0px;

}

.docs h1 {

font-size: 2.2em;
margin-bottom: 0px;

}

.docs h2 {

font-size: 1.7em;

}

.docs h3 {

font-size: 1.3em;

}

.docs h4 {

font-size: 1.0em;
font-style: italic;

}

.docs h5 {

font-size: 1.0em;
color: gray;

}

.docs h6 {

font-size: 1.0em;
font-weight: 300;

}

/* inline code */ .docs code, .docs pre {

font-family: Monaco, Consolas, "Courier", monospace;
font-weight: normal;
font-size: 13px;

}

p > code {

padding: 2px 4px;
font-size: 85%;
color: black;
border-radius: 4px;
background-color: #f5f5f5;
font-family: Monaco, Consolas, "Courier", monospace;
font-weight: normal;
font-size: 13px;

}

/* code blocks */ /* handled primarily through monokai.css, but for <pre> blocks…*/ /* Monokai theme from github.com/richleland/pygments-css (Unlicense)*/

.docs .highlight, pre {

white-space: pre;
overflow: auto;
word-wrap: normal; /* horizontal scrolling */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 15px;
padding-left: 10px;
background: #202020;
color: #C1C2C3;
word-break: break-all;
word-wrap: break-word;
font-size: 13px;
line-height: 1.5em;
font-family: Monaco, Consolas, "Courier", monospace;
font-weight: normal;
font-size: 13px;

}

.docs .red, .docs .parameter {

color: #f92672;

}

/* syntax highlighting from within code blocks */ .docs .highlight .hll { background-color: #202020 } .docs .highlight .c { color: #75715e } /* Comment */ .docs .highlight .err { color: #960050; background-color: #1e0010 } /* Error */ .docs .highlight .k { color: #66d9ef } /* Keyword */ .docs .highlight .l { color: ae81ff } /* Literal */ .docs .highlight .n { color: f8f8f2 } /* Name */ .docs .highlight .o { color: f92672 } /* Operator */ .docs .highlight .p { color: f8f8f2 } /* Punctuation */ .docs .highlight .cm { color: #75715e } /* Comment.Multiline */ .docs .highlight .cp { color: #75715e } /* Comment.Preproc */ .docs .highlight .c1 { color: #75715e } /* Comment.Single */ .docs .highlight .cs { color: #75715e } /* Comment.Special */ .docs .highlight .ge { font-style: italic } /* Generic.Emph */ .docs .highlight .gs { font-family: “amazonemberbd”, “Roboto”, “Helvetica Neue”, Helvetica, Arial, sans-serif;

} /* Generic.Strong */

.docs .highlight .kc { color: #66d9ef } /* Keyword.Constant */ .docs .highlight .kd { color: #66d9ef } /* Keyword.Declaration */ .docs .highlight .kn { color: f92672 } /* Keyword.Namespace */ .docs .highlight .kp { color: #66d9ef } /* Keyword.Pseudo */ .docs .highlight .kr { color: #66d9ef } /* Keyword.Reserved */ .docs .highlight .kt { color: #66d9ef } /* Keyword.Type */ .docs .highlight .ld { color: e6db74 } /* Literal.Date */ .docs .highlight .m { color: ae81ff } /* Literal.Number */ .docs .highlight .s { color: e6db74 } /* Literal.String */ .docs .highlight .na { color: a6e22e } /* Name.Attribute */ .docs .highlight .nb { color: f8f8f2 } /* Name.Builtin */ .docs .highlight .nc { color: a6e22e } /* Name.Class */ .docs .highlight .no { color: #66d9ef } /* Name.Constant */ .docs .highlight .nd { color: a6e22e } /* Name.Decorator */ .docs .highlight .ni { color: f8f8f2 } /* Name.Entity */ .docs .highlight .ne { color: a6e22e } /* Name.Exception */ .docs .highlight .nf { color: a6e22e } /* Name.Function */ .docs .highlight .nl { color: f8f8f2 } /* Name.Label */ .docs .highlight .nn { color: f8f8f2 } /* Name.Namespace */ .docs .highlight .nx { color: a6e22e } /* Name.Other */ .docs .highlight .py { color: f8f8f2 } /* Name.Property */ .docs .highlight .nt { color: f92672 } /* Name.Tag */ .docs .highlight .nv { color: f8f8f2 } /* Name.Variable */ .docs .highlight .ow { color: f92672 } /* Operator.Word */ .docs .highlight .w { color: f8f8f2 } /* Text.Whitespace */ .docs .highlight .mf { color: ae81ff } /* Literal.Number.Float */ .docs .highlight .mh { color: ae81ff } /* Literal.Number.Hex */ .docs .highlight .mi { color: ae81ff } /* Literal.Number.Integer */ .docs .highlight .mo { color: ae81ff } /* Literal.Number.Oct */ .docs .highlight .sb { color: e6db74 } /* Literal.String.Backtick */ .docs .highlight .sc { color: e6db74 } /* Literal.String.Char */ .docs .highlight .sd { color: e6db74 } /* Literal.String.Doc */ .docs .highlight .s2 { color: e6db74 } /* Literal.String.Double */ .docs .highlight .se { color: ae81ff } /* Literal.String.Escape */ .docs .highlight .sh { color: e6db74 } /* Literal.String.Heredoc */ .docs .highlight .si { color: e6db74 } /* Literal.String.Interpol */ .docs .highlight .sx { color: e6db74 } /* Literal.String.Other */ .docs .highlight .sr { color: e6db74 } /* Literal.String.Regex */ .docs .highlight .s1 { color: e6db74 } /* Literal.String.Single */ .docs .highlight .ss { color: e6db74 } /* Literal.String.Symbol */ .docs .highlight .bp { color: f8f8f2 } /* Name.Builtin.Pseudo */ .docs .highlight .vc { color: f8f8f2 } /* Name.Variable.Class */ .docs .highlight .vg { color: f8f8f2 } /* Name.Variable.Global */ .docs .highlight .vi { color: f8f8f2 } /* Name.Variable.Instance */ .docs .highlight .il { color: ae81ff } /* Literal.Number.Integer.Long */

.docs .highlight .gh { } /* Generic Heading & Diff Header */ .docs .highlight .gu { color: #75715e; } /* Generic.Subheading & Diff Unified/Comment? */ .docs .highlight .gd { color: f92672; } /* Generic.Deleted & Diff Deleted */ .docs .highlight .gi { color: a6e22e; } /* Generic.Inserted & Diff Inserted */ .docs .highlight .err {color: a61717; background-color: transparent !important; }

/* lists and sublists */

.docs ul, .docs ol {

margin-left: 0px;
font-color: black;

}

.docs li {

margin-top: 10px;
margin-bottom: 10px;

}

.docs ul li, .docs ol li {

margin-left: 0px;

}

.docs ul li {

list-style-type: disc;

}

.docs ol li ol li {

list-style-type: lower-latin;

}

.docs ol li ol li ul li {

list-style-type: disc;

}

.docs ol li ol li ol li {

list-style-type: lower-roman;

}

/* video */ /* note: for some reason videos have a dark black bottom border below the player. adding this style to mask it. */ video {

border: 1px solid #444;

}

/* callout styles*/

.docs .bs-callout {

padding: 20px;
margin: 20px 0;
border: 1px solid #eee;
border-left-width: 5px;
border-radius: 3px;

} .docs .calloutTitle {

margin-top: 0;
margin-bottom: 5px;
font-size: 18px;

} .docs .bs-callout p:last-child {

margin-bottom: 0;

} .docs .bs-callout code {

border-radius: 3px;

} .docs .bs-callout+.bs-callout {

margin-top: -5px;

} .docs .bs-callout-default {

border-left-color: $color-default;

} .docs .bs-callout-default .calloutTitle {

color: $color-default;

} .docs .bs-callout-primary {

border-left-color: $color-primary;

} .docs .bs-callout-primary .calloutTitle {

color: $color-primary;

} .docs .bs-callout-success {

border-left-color: $color-success;

} .docs .bs-callout-success .calloutTitle {

color: $color-success;

} .docs .bs-callout-danger {

border-left-color: $color-danger;

} .docs .bs-callout-danger .calloutTitle {

color: $color-danger;

} .docs .bs-callout-warning {

border-left-color: $color-warning;

} .docs .bs-callout-warning .calloutTitle {

color: $color-warning;

} .docs .bs-callout-info {

border-left-color: $color-info;

} .docs .bs-callout-info .calloutTitle {

color: $color-info;

}

/* alerts */

.docs .alert {

text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
padding: 11.25px 15px;
margin-bottom: 30px;
border: 1px solid #f7f7f7;
border-radius: 3px;

} .docs .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 .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 .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 .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;

}

/* overwrite random styles in message.scss for alerts*/ .docs .alert.alert-warning {

padding-left: 15px !important;
border-color: #f5e79e !important;

}

.docs .alert {

margin-bottom: 20px;

}

/* images */

.docs img {

max-width: 800px;

}

.docs figcaption {

padding-bottom: 12px;
padding-top: 6px;
margin-bottom: 20px;
color: gray;
font-size: 14px;
font-family: amazonemberltit;

}

.docs img.border {

border: 1px solid #dedede;

}

.docs img.inline {

max-height: 20px;

}

/* tables */

.docs table {

width: 100%;
margin-bottom: 20px;
border: 1px solid #dedede;
background-color: transparent;
border-collapse: collapse;

}

.docs table > thead > tr > td, .docs table > tbody > tr > td, .docs table > tfoot > tr > td {

  padding: 8px;
  line-height: 1.5em;
  vertical-align: top;
}

.docs table > tbody > tr > td ol > li, .docs table > tbody > tr > td ul > li, .docs table > tbody > tr > td > p {

  padding: 0px;
}

.docs table > thead > tr > th,
.docs table > tbody > tr > th,
.docs table > tfoot > tr > th {
 vertical-align: bottom;
 border-bottom: 2px solid #ddd;
 text-transform: none;
 background-color: $color-default;
 color: white;
 text-align: left;
 padding: 8px;
 line-height: 1.5em;
 vertical-align: top;
 text-align: left;

} .docs table > caption + thead > tr:first-child > th, .docs table > colgroup + thead > tr:first-child > th, .docs table > thead:first-child > tr:first-child > th, .docs table > caption + thead > tr:first-child > td, .docs table > colgroup + thead > tr:first-child > td, .docs table > thead:first-child > tr:first-child > td {

border-top: 0;

} .docs table > tbody > tr:nth-of-type(odd) {

background-color: #f9f9f9;

} .docs table col {

position: static;
display: table-column;
float: none;

} .docs table td, .docs table th {

position: static;
display: table-cell;
float: none;

}

.docs table tr td {

hyphens: auto;

} .docs table.data.docs table thead {

background-color: #444;

} .docs table td {

hyphens: auto;

} .docs table code {

background-color: transparent;

}

.docs table code {

background-color: transparent;

} pre, .docs table code {

white-space: pre-wrap;
/* css-3 */
white-space: -moz-pre-wrap;
/* Mozilla, since 1999 */
white-space: -pre-wrap;
/* Opera 4-6 */
white-space: -o-pre-wrap;
/* Opera 7 */
word-wrap: break-word;
/* Internet Explorer 5.5+ */

} .docs td.white {

background-color: white;

} .docs td.gray {

background-color: #f7f7f7;

}

.docs table code {

word-wrap: break-word

} .docs table {

table-layout: auto;

}

/* definition lists */

.docs dt {

font-family: "amazonemberbd", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.docs dl dd {

margin-top: 20px;
margin-bottom: 20px;

}

.docs dd pre {

margin-top: 12px;
margin-bottom: 12px;

}

/* Github edit button */

.docs i.fa.fa-github.fa-lg:hover, .docs a.githubButton.noExtIcon:hover {

color: black;
text-decoration: none;

} .docs a.editButton {

color: #666;
text-decoration: none;

} .docs a.editButton:hover {

text-decoration: none;
color: black;

} .docs .githubButton {

color: black;
background-color: white;
border: 1px solid $color-default;
padding: 7px;
border-radius: 5px;
margin: 20px 0px 10px 0px;

} .docs .githubButton:hover {

background-color: #fefefe;
color: #444;
text-decoration: none;

}

.docs .githubFeedback {

margin-bottom: 20px;
margin-top: 20px;

}

/* buttons */

.docs button {

overflow: visible;

} .docs button, .docs select {

text-transform: none;

} .docs button, .docs html input, .docs input, .docs input {

-webkit-appearance: button;
cursor: pointer;

} .docs button, .docs html input {

cursor: default;

} .docs button::-moz-focus-inner, input::-moz-focus-inner {

border: 0;
padding: 0;

}

.docs .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 .btn:focus, .docs .btn:active:focus, .docs .btn.active:focus, .docs .btn.focus, .docs .btn:active.focus, .docs .btn.active.focus {

outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;

} .docs .btn:hover, .docs .btn:focus, .docs .btn.focus {

color: #333333;
text-decoration: none;

} .docs .btn:active, .docs .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 .btn.disabled, .docs .btn, fieldset .btn {

cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;

} a.btn.disabled, fieldset a.btn {

pointer-events: none;

} .docs .btn-default {

color: $color-default;
background-color: #ffffff;
border-color: #cccccc;

} .docs .btn-default:focus, .docs .btn-default.focus {

color: #333333;
background-color: #e6e6e6;
border-color: #8c8c8c;

} .docs .btn-default:hover {

color: #333333;
background-color: #e6e6e6;
border-color: #adadad;

} .docs .btn-default:active, .docs .btn-default.active, .open > .dropdown-toggle.btn-default {

color: #333333;
background-color: #e6e6e6;
border-color: #adadad;

} .docs .btn-default:active:hover, .docs .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .docs .btn-default:active:focus, .docs .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .docs .btn-default:active.focus, .docs .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {

color: #333333;
background-color: #d4d4d4;
border-color: #8c8c8c;

} .docs .btn-default:active, .docs .btn-default.active, .open > .dropdown-toggle.btn-default {

background-image: none;

} .docs .btn-default.disabled:hover, .docs .btn-default:hover, fieldset .btn-default:hover, .docs .btn-default.disabled:focus, .docs .btn-default:focus, fieldset .btn-default:focus, .docs .btn-default.disabled.focus, .docs .btn-default.focus, fieldset .btn-default.focus {

background-color: #ffffff;
border-color: #cccccc;

} .docs .btn-default .badge {

color: #ffffff;
background-color: #333333;

} .docs .btn-primary {

color: #ffffff;
background-color: #337ab7;
border-color: #2e6da4;

} .docs .btn-primary:focus, .docs .btn-primary.focus {

color: #ffffff;
background-color: #286090;
border-color: #122b40;

} .docs .btn-primary:hover {

color: #ffffff;
background-color: #286090;
border-color: #204d74;

} .docs .btn-primary:active, .docs .btn-primary.active, .open > .dropdown-toggle.btn-primary {

color: #ffffff;
background-color: #286090;
border-color: #204d74;

} .docs .btn-primary:active:hover, .docs .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .docs .btn-primary:active:focus, .docs .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .docs .btn-primary:active.focus, .docs .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {

color: #ffffff;
background-color: #204d74;
border-color: #122b40;

} .docs .btn-primary:active, .docs .btn-primary.active, .open > .dropdown-toggle.btn-primary {

background-image: none;

} .docs .btn-primary.disabled:hover, .docs .btn-primary:hover, fieldset .btn-primary:hover, .docs .btn-primary.disabled:focus, .docs .btn-primary:focus, fieldset .btn-primary:focus, .docs .btn-primary.disabled.focus, .docs .btn-primary.focus, fieldset .btn-primary.focus {

background-color: #337ab7;
border-color: #2e6da4;

} .docs .btn-primary .badge {

color: #337ab7;
background-color: #ffffff;

}

.docs .btn-success {

color: #ffffff;
background-color: $color-success;
border-color: #4cae4c;

} .docs .btn-success:focus, .docs .btn-success.focus {

color: #ffffff;
background-color: #449d44;
border-color: #255625;

} .docs .btn-success:hover {

color: #ffffff;
background-color: #449d44;
border-color: #398439;

} .docs .btn-success:active, .docs .btn-success.active, .open > .dropdown-toggle.btn-success {

color: #ffffff;
background-color: #449d44;
border-color: #398439;

} .docs .btn-success:active:hover, .docs .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .docs .btn-success:active:focus, .docs .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .docs .btn-success:active.focus, .docs .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {

color: #ffffff;
background-color: #398439;
border-color: #255625;

}

.docs .btn-success:active, .docs .btn-success.active, .open > .dropdown-toggle.btn-success {

background-image: none;

} .docs .btn-success.disabled:hover, .docs .btn-success:hover, fieldset .btn-success:hover, .docs .btn-success.disabled:focus, .docs .btn-success:focus, fieldset .btn-success:focus, .docs .btn-success.disabled.focus, .docs .btn-success.focus, fieldset .btn-success.focus {

background-color: $color-success;
border-color: #4cae4c;

}

.docs .btn-success .badge {

color: $color-success;
background-color: #ffffff;

} .docs .btn-info {

color: #ffffff;
background-color: $color-info;
border-color: #46b8da;

} .docs .btn-info:focus, .docs .btn-info.focus {

color: #ffffff;
background-color: #31b0d5;
border-color: #1b6d85;

} .docs .btn-info:hover {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-info:active, .docs .btn-info.active, .open > .dropdown-toggle.btn-info {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-info:active:hover, .docs .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .docs .btn-info:active:focus, .docs .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .docs .btn-info:active.focus, .docs .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {

color: #ffffff;
background-color: #269abc;
border-color: #1b6d85;

} .docs .btn-info:active, .docs .btn-info.active, .open > .dropdown-toggle.btn-info {

background-image: none;

} .docs .btn-info.disabled:hover, .docs .btn-info:hover, fieldset .btn-info:hover, .docs .btn-info.disabled:focus, .docs .btn-info:focus, fieldset .btn-info:focus, .docs .btn-info.disabled.focus, .docs .btn-info.focus, fieldset .btn-info.focus {

background-color: $color-info;
border-color: #46b8da;

} .docs .btn-info .badge {

color: $color-info;
background-color: #ffffff;

} .docs .btn-warning {

color: #ffffff;
background-color: $color-warning;
border-color: #eea236;

} .docs .btn-warning:focus, .docs .btn-warning.focus {

color: #ffffff;
background-color: #ec971f;
border-color: #985f0d;

} .docs .btn-warning:hover {

color: #ffffff;
background-color: #ec971f;
border-color: #d58512;

} .docs .btn-warning:active, .docs .btn-warning.active, .open > .dropdown-toggle.btn-warning {

color: #ffffff;
background-color: #ec971f;
border-color: #d58512;

} .docs .btn-warning:active:hover, .docs .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .docs .btn-warning:active:focus, .docs .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .docs .btn-warning:active.focus, .docs .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {

color: #ffffff;
background-color: #d58512;
border-color: #985f0d;

} .docs .btn-warning:active, .docs .btn-warning.active, .open > .dropdown-toggle.btn-warning {

background-image: none;

} .docs .btn-warning.disabled:hover, .docs .btn-warning:hover, fieldset .btn-warning:hover, .docs .btn-warning.disabled:focus, .docs .btn-warning:focus, fieldset .btn-warning:focus, .docs .btn-warning.disabled.focus, .docs .btn-warning.focus, fieldset .btn-warning.focus {

background-color: $color-warning;
border-color: #eea236;

} .docs .btn-warning .badge {

color: $color-warning;
background-color: #ffffff;

} .docs .btn-danger {

color: #ffffff;
background-color: $color-danger;
border-color: #d43f3a;

} .docs .btn-danger:focus, .docs .btn-danger.focus {

color: #ffffff;
background-color: #c9302c;
border-color: #761c19;

} .docs .btn-danger:hover {

color: #ffffff;
background-color: #c9302c;
border-color: #ac2925;

} .docs .btn-danger:active, .docs .btn-danger.active, .open > .dropdown-toggle.btn-danger {

color: #ffffff;
background-color: #c9302c;
border-color: #ac2925;

} .docs .btn-danger:active:hover, .docs .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .docs .btn-danger:active:focus, .docs .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .docs .btn-danger:active.focus, .docs .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {

color: #ffffff;
background-color: #ac2925;
border-color: #761c19;

} .docs .btn-danger:active, .docs .btn-danger.active, .open > .dropdown-toggle.btn-danger {

background-image: none;

} .docs .btn-danger.disabled:hover, .docs .btn-danger:hover, fieldset .btn-danger:hover, .docs .btn-danger.disabled:focus, .docs .btn-danger:focus, fieldset .btn-danger:focus, .docs .btn-danger.disabled.focus, .docs .btn-danger.focus, fieldset .btn-danger.focus {

background-color: $color-danger;
border-color: #d43f3a;

} .docs .btn-danger .badge {

color: $color-danger;
background-color: #ffffff;

} .docs .btn-link {

color: #337ab7;
font-weight: normal;
border-radius: 0;

} .docs .btn-link, .docs .btn-active, .docs .btn-link.active, .docs .btn-link, fieldset .btn-link {

background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;

} .docs .btn-link, .docs .btn-hover, .docs .btn-focus, .docs .btn-active {

border-color: transparent;

} .docs .btn-hover, .docs .btn-focus {

color: #23527c;
text-decoration: underline;
background-color: transparent;

} .docs .btn-link:hover, fieldset .btn-hover, .docs .btn-link:focus, fieldset .btn-focus {

color: $color-default;
text-decoration: none;

} .docs .btn-lg {

padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;

} .docs .btn-sm {

padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;

} .docs .btn-xs {

padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;

} .docs .btn-block {

display: block;
width: 100%;

} .docs .btn-block + .btn-block {

margin-top: 5px;

} input.btn-block, input.btn-block, input.btn-block {

width: 100%;

}

/* expand/collapse buttons */

.expandTitle {

font-family: "amazonemberbd", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
vertical-align: -webkit-baseline-middle;

}

expand1, expand2, expand3, expand4, expand5, expand6, expand7, expand8, expand8, expand10 {

padding: 15px;
background-color: #f7f7f7;

}

/* copied over from bootstrap-collapse.css */ .collapse {

display: none;
visibility: hidden;
}

.collapse.in {

  display: block;
  visibility: visible;
}

.collapsing {

position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;

}

/*# sourceMappingURL=bootstrap-collapse.css.map */

/* expand1 */ .docs .btn-expand1 {

color: #ffffff;
background-color: $color-info;
border-color: #46b8da;
padding: 3px 6px;

} .docs .btn-expand1:focus, .docs .btn-expand1.focus {

color: #ffffff;
background-color: #31b0d5;
border-color: #1b6d85;

} .docs .btn-expand1:hover {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-expand1:active, .docs .btn-expand1.active, .open > .dropdown-toggle.btn-expand1 {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-expand1:active:hover, .docs .btn-expand1.active:hover, .open > .dropdown-toggle.btn-expand1:hover, .docs .btn-expand1:active:focus, .docs .btn-expand1.active:focus, .open > .dropdown-toggle.btn-expand1:focus, .docs .btn-expand1:active.focus, .docs .btn-expand1.active.focus, .open > .dropdown-toggle.btn-expand1.focus {

color: #ffffff;
background-color: #269abc;
border-color: #1b6d85;

} .docs .btn-expand1:active, .docs .btn-expand1.active, .open > .dropdown-toggle.btn-expand1 {

background-image: none;

} .docs .btn-expand1.disabled:hover, .docs .btn-expand1:hover, fieldset .btn-expand1:hover, .docs .btn-expand1.disabled:focus, .docs .btn-expand1:focus, fieldset .btn-expand1:focus, .docs .btn-expand1.disabled.focus, .docs .btn-expand1.focus, fieldset .btn-expand1.focus {

background-color: $color-info;
border-color: #46b8da;

} .docs .btn-expand1 .badge {

color: $color-info;
background-color: #ffffff;

}

/* expand2 */ .docs .btn-expand2 {

color: #ffffff;
background-color: $color-info;
border-color: #46b8da;
padding: 3px 6px;

} .docs .btn-expand2:focus, .docs .btn-expand2.focus {

color: #ffffff;
background-color: #31b0d5;
border-color: #1b6d85;

} .docs .btn-expand2:hover {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-expand2:active, .docs .btn-expand2.active, .open > .dropdown-toggle.btn-expand2 {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-expand2:active:hover, .docs .btn-expand2.active:hover, .open > .dropdown-toggle.btn-expand2:hover, .docs .btn-expand2:active:focus, .docs .btn-expand2.active:focus, .open > .dropdown-toggle.btn-expand2:focus, .docs .btn-expand2:active.focus, .docs .btn-expand2.active.focus, .open > .dropdown-toggle.btn-expand2.focus {

color: #ffffff;
background-color: #269abc;
border-color: #1b6d85;

} .docs .btn-expand2:active, .docs .btn-expand2.active, .open > .dropdown-toggle.btn-expand2 {

background-image: none;

} .docs .btn-expand2.disabled:hover, .docs .btn-expand2:hover, fieldset .btn-expand2:hover, .docs .btn-expand2.disabled:focus, .docs .btn-expand2:focus, fieldset .btn-expand2:focus, .docs .btn-expand2.disabled.focus, .docs .btn-expand2.focus, fieldset .btn-expand2.focus {

background-color: $color-info;
border-color: #46b8da;

} .docs .btn-expand2 .badge {

color: $color-info;
background-color: #ffffff;
padding: 3px 6px;

}

/* expand3 */ .docs .btn-expand3 {

color: #ffffff;
background-color: $color-info;
border-color: #46b8da;
padding: 3px 6px;

} .docs .btn-expand3:focus, .docs .btn-expand3.focus {

color: #ffffff;
background-color: #31b0d5;
border-color: #1b6d85;

} .docs .btn-expand3:hover {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-expand3:active, .docs .btn-expand3.active, .open > .dropdown-toggle.btn-expand3 {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-expand3:active:hover, .docs .btn-expand3.active:hover, .open > .dropdown-toggle.btn-expand3:hover, .docs .btn-expand3:active:focus, .docs .btn-expand3.active:focus, .open > .dropdown-toggle.btn-expand3:focus, .docs .btn-expand3:active.focus, .docs .btn-expand3.active.focus, .open > .dropdown-toggle.btn-expand3.focus {

color: #ffffff;
background-color: #269abc;
border-color: #1b6d85;

} .docs .btn-expand3:active, .docs .btn-expand3.active, .open > .dropdown-toggle.btn-expand3 {

background-image: none;

} .docs .btn-expand3.disabled:hover, .docs .btn-expand3:hover, fieldset .btn-expand3:hover, .docs .btn-expand3.disabled:focus, .docs .btn-expand3:focus, fieldset .btn-expand3:focus, .docs .btn-expand3.disabled.focus, .docs .btn-expand3.focus, fieldset .btn-expand3.focus {

background-color: $color-info;
border-color: #46b8da;

} .docs .btn-expand3 .badge {

color: $color-info;
background-color: #ffffff;

}

/* expand44 */ .docs .btn-expand4 {

color: #ffffff;
background-color: $color-info;
border-color: #46b8da;
padding: 3px 6px;

} .docs .btn-expand4:focus, .docs .btn-expand4.focus {

color: #ffffff;
background-color: #31b0d5;
border-color: #1b6d85;

} .docs .btn-expand4:hover {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-expand4:active, .docs .btn-expand4.active, .open > .dropdown-toggle.btn-expand4 {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-expand4:active:hover, .docs .btn-expand4.active:hover, .open > .dropdown-toggle.btn-expand4:hover, .docs .btn-expand4:active:focus, .docs .btn-expand4.active:focus, .open > .dropdown-toggle.btn-expand4:focus, .docs .btn-expand4:active.focus, .docs .btn-expand4.active.focus, .open > .dropdown-toggle.btn-expand4.focus {

color: #ffffff;
background-color: #269abc;
border-color: #1b6d85;

} .docs .btn-expand4:active, .docs .btn-expand4.active, .open > .dropdown-toggle.btn-expand4 {

background-image: none;

} .docs .btn-expand4.disabled:hover, .docs .btn-expand4:hover, fieldset .btn-expand4:hover, .docs .btn-expand4.disabled:focus, .docs .btn-expand4:focus, fieldset .btn-expand4:focus, .docs .btn-expand4.disabled.focus, .docs .btn-expand4.focus, fieldset .btn-expand4.focus {

background-color: $color-info;
border-color: #46b8da;

} .docs .btn-expand4 .badge {

color: $color-info;
background-color: #ffffff;

}

/* expand5 */ .docs .btn-expand5 {

color: #ffffff;
background-color: $color-info;
border-color: #46b8da;
padding: 3px 6px;

} .docs .btn-expand5:focus, .docs .btn-expand5.focus {

color: #ffffff;
background-color: #31b0d5;
border-color: #1b6d85;

} .docs .btn-expand5:hover {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-expand5:active, .docs .btn-expand5.active, .open > .dropdown-toggle.btn-expand5 {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-expand5:active:hover, .docs .btn-expand5.active:hover, .open > .dropdown-toggle.btn-expand5:hover, .docs .btn-expand5:active:focus, .docs .btn-expand5.active:focus, .open > .dropdown-toggle.btn-expand5:focus, .docs .btn-expand5:active.focus, .docs .btn-expand5.active.focus, .open > .dropdown-toggle.btn-expand5.focus {

color: #ffffff;
background-color: #269abc;
border-color: #1b6d85;

} .docs .btn-expand5:active, .docs .btn-expand5.active, .open > .dropdown-toggle.btn-expand5 {

background-image: none;

} .docs .btn-expand5.disabled:hover, .docs .btn-expand5:hover, fieldset .btn-expand5:hover, .docs .btn-expand5.disabled:focus, .docs .btn-expand5:focus, fieldset .btn-expand5:focus, .docs .btn-expand5.disabled.focus, .docs .btn-expand5.focus, fieldset .btn-expand5.focus {

background-color: $color-info;
border-color: #46b8da;

} .docs .btn-expand5 .badge {

color: $color-info;
background-color: #ffffff;

}

/* expand6 */ .docs .btn-expand6 {

color: #ffffff;
background-color: $color-info;
border-color: #46b8da;
padding: 3px 6px;

} .docs .btn-expand6:focus, .docs .btn-expand6.focus {

color: #ffffff;
background-color: #31b0d5;
border-color: #1b6d85;

} .docs .btn-expand6:hover {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-expand6:active, .docs .btn-expand6.active, .open > .dropdown-toggle.btn-expand6 {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-expand6:active:hover, .docs .btn-expand6.active:hover, .open > .dropdown-toggle.btn-expand6:hover, .docs .btn-expand6:active:focus, .docs .btn-expand6.active:focus, .open > .dropdown-toggle.btn-expand6:focus, .docs .btn-expand6:active.focus, .docs .btn-expand6.active.focus, .open > .dropdown-toggle.btn-expand6.focus {

color: #ffffff;
background-color: #269abc;
border-color: #1b6d85;

} .docs .btn-expand6:active, .docs .btn-expand6.active, .open > .dropdown-toggle.btn-expand6 {

background-image: none;

} .docs .btn-expand6.disabled:hover, .docs .btn-expand6:hover, fieldset .btn-expand6:hover, .docs .btn-expand6.disabled:focus, .docs .btn-expand6:focus, fieldset .btn-expand6:focus, .docs .btn-expand6.disabled.focus, .docs .btn-expand6.focus, fieldset .btn-expand6.focus {

background-color: $color-info;
border-color: #46b8da;

} .docs .btn-expand6 .badge {

color: $color-info;
background-color: #ffffff;

}

/* expand7 */ .docs .btn-expand7 {

color: #ffffff;
background-color: $color-info;
border-color: #46b8da;
padding: 3px 6px;

} .docs .btn-expand7:focus, .docs .btn-expand7.focus {

color: #ffffff;
background-color: #31b0d5;
border-color: #1b6d85;

} .docs .btn-expand7:hover {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-expand7:active, .docs .btn-expand7.active, .open > .dropdown-toggle.btn-expand7 {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-expand7:active:hover, .docs .btn-expand7.active:hover, .open > .dropdown-toggle.btn-expand7:hover, .docs .btn-expand7:active:focus, .docs .btn-expand7.active:focus, .open > .dropdown-toggle.btn-expand7:focus, .docs .btn-expand7:active.focus, .docs .btn-expand7.active.focus, .open > .dropdown-toggle.btn-expand7.focus {

color: #ffffff;
background-color: #269abc;
border-color: #1b6d85;

} .docs .btn-expand7:active, .docs .btn-expand7.active, .open > .dropdown-toggle.btn-expand7 {

background-image: none;

} .docs .btn-expand7.disabled:hover, .docs .btn-expand7:hover, fieldset .btn-expand7:hover, .docs .btn-expand7.disabled:focus, .docs .btn-expand7:focus, fieldset .btn-expand7:focus, .docs .btn-expand7.disabled.focus, .docs .btn-expand7.focus, fieldset .btn-expand7.focus {

background-color: $color-info;
border-color: #46b8da;

} .docs .btn-expand7 .badge {

color: $color-info;
background-color: #ffffff;

}

/* expand8 */ .docs .btn-expand8 {

color: #ffffff;
background-color: $color-info;
border-color: #46b8da;
padding: 3px 6px;

} .docs .btn-expand8:focus, .docs .btn-expand8.focus {

color: #ffffff;
background-color: #31b0d5;
border-color: #1b6d85;

} .docs .btn-expand8:hover {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-expand8:active, .docs .btn-expand8.active, .open > .dropdown-toggle.btn-expand8 {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-expand8:active:hover, .docs .btn-expand8.active:hover, .open > .dropdown-toggle.btn-expand8:hover, .docs .btn-expand8:active:focus, .docs .btn-expand8.active:focus, .open > .dropdown-toggle.btn-expand8:focus, .docs .btn-expand8:active.focus, .docs .btn-expand8.active.focus, .open > .dropdown-toggle.btn-expand8.focus {

color: #ffffff;
background-color: #269abc;
border-color: #1b6d85;

} .docs .btn-expand8:active, .docs .btn-expand8.active, .open > .dropdown-toggle.btn-expand8 {

background-image: none;

} .docs .btn-expand8.disabled:hover, .docs .btn-expand8:hover, fieldset .btn-expand8:hover, .docs .btn-expand8.disabled:focus, .docs .btn-expand8:focus, fieldset .btn-expand8:focus, .docs .btn-expand8.disabled.focus, .docs .btn-expand8.focus, fieldset .btn-expand8.focus {

background-color: $color-info;
border-color: #46b8da;

} .docs .btn-expand8 .badge {

color: $color-info;
background-color: #ffffff;

}

/* expand9 */ .docs .btn-expand9 {

color: #ffffff;
background-color: $color-info;
border-color: #46b8da;
padding: 3px 6px;

} .docs .btn-expand9:focus, .docs .btn-expand9.focus {

color: #ffffff;
background-color: #31b0d5;
border-color: #1b6d85;

} .docs .btn-expand9:hover {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-expand9:active, .docs .btn-expand9.active, .open > .dropdown-toggle.btn-expand9 {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-expand9:active:hover, .docs .btn-expand9.active:hover, .open > .dropdown-toggle.btn-expand9:hover, .docs .btn-expand9:active:focus, .docs .btn-expand9.active:focus, .open > .dropdown-toggle.btn-expand9:focus, .docs .btn-expand9:active.focus, .docs .btn-expand9.active.focus, .open > .dropdown-toggle.btn-expand9.focus {

color: #ffffff;
background-color: #269abc;
border-color: #1b6d85;

} .docs .btn-expand9:active, .docs .btn-expand9.active, .open > .dropdown-toggle.btn-expand9 {

background-image: none;

} .docs .btn-expand9.disabled:hover, .docs .btn-expand9:hover, fieldset .btn-expand9:hover, .docs .btn-expand9.disabled:focus, .docs .btn-expand9:focus, fieldset .btn-expand9:focus, .docs .btn-expand9.disabled.focus, .docs .btn-expand9.focus, fieldset .btn-expand9.focus {

background-color: $color-info;
border-color: #46b8da;

} .docs .btn-expand9 .badge {

color: $color-info;
background-color: #ffffff;

}

/* expand10 */ .docs .btn-expand10 {

color: #ffffff;
background-color: $color-info;
border-color: #46b8da;
padding: 3px 6px;

} .docs .btn-expand10:focus, .docs .btn-expand10.focus {

color: #ffffff;
background-color: #31b0d5;
border-color: #1b6d85;

} .docs .btn-expand10:hover {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-expand10:active, .docs .btn-expand10.active, .open > .dropdown-toggle.btn-expand10 {

color: #ffffff;
background-color: #31b0d5;
border-color: #269abc;

} .docs .btn-expand10:active:hover, .docs .btn-expand10.active:hover, .open > .dropdown-toggle.btn-expand10:hover, .docs .btn-expand10:active:focus, .docs .btn-expand10.active:focus, .open > .dropdown-toggle.btn-expand10:focus, .docs .btn-expand10:active.focus, .docs .btn-expand10.active.focus, .open > .dropdown-toggle.btn-expand10.focus {

color: #ffffff;
background-color: #269abc;
border-color: #1b6d85;

} .docs .btn-expand10:active, .docs .btn-expand10.active, .open > .dropdown-toggle.btn-expand10 {

background-image: none;

} .docs .btn-expand10.disabled:hover, .docs .btn-expand10:hover, fieldset .btn-expand10:hover, .docs .btn-expand10.disabled:focus, .docs .btn-expand10:focus, fieldset .btn-expand10:focus, .docs .btn-expand10.disabled.focus, .docs .btn-expand10.focus, fieldset .btn-expand10.focus {

background-color: $color-info;
border-color: #46b8da;

} .docs .btn-expand10 .badge {

color: $color-info;
background-color: #ffffff;

}

/* horizontal rule */ .docs hr {

margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;

}

/* drop-down menu */

.docs .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 .dropup, .docs .dropdown {

position: relative;

} .docs .dropdown-toggle:focus {

outline: 0;

} .docs .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 .dropdown-menu.pull-right {

right: 0;
left: auto;

} .docs .dropdown-menu .divider {

height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;

} .docs .dropdown-menu > li > a {

display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;

} .docs .dropdown-menu > li > a:hover, .docs .dropdown-menu > li > a:focus {

text-decoration: none;
color: #262626;
background-color: #f5f5f5;

} .docs .dropdown-menu > .active > a, .docs .dropdown-menu > .active > a:hover, .docs .dropdown-menu > .active > a:focus {

color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #337ab7;

} .docs .dropdown-menu > .disabled > a, .docs .dropdown-menu > .disabled > a:hover, .docs .dropdown-menu > .disabled > a:focus {

color: $color-default;

} .docs .dropdown-menu > .disabled > a:hover, .docs .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 .open > .dropdown-menu {

display: block;

} .docs .open > a {

outline: 0;

} .docs .dropdown-menu-right {

left: auto;
right: 0;

} .docs .dropdown-menu-left {

left: 0;
right: auto;

} .docs .dropdown-header {

display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: $color-default;
white-space: nowrap;

} .docs .dropdown-backdrop {

position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;

} .docs .pull-right > .dropdown-menu {

right: 0;
left: auto;

} .docs .dropup .caret, .docs .navbar-fixed-bottom .dropdown .caret {

border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
content: "";

} .docs .dropup .dropdown-menu, .docs .navbar-fixed-bottom .dropdown .dropdown-menu {

top: auto;
bottom: 100%;
margin-bottom: 2px;

}

@media (min-width: 768px) {

.docs .navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.docs .navbar-right .dropdown-menu-left {
  left: 0;
  right: auto;
}

} .docs .nav {

margin-bottom: 0;
padding-left: 0;
list-style: none;

} .docs .nav > li {

position: relative;
display: block;

} .docs .nav > li > a {

position: relative;
display: block;
padding: 10px 15px;

} .docs .nav > li > a:hover, .docs .nav > li > a:focus {

text-decoration: none;
background-color: #eeeeee;

} .docs .nav > li.disabled > a {

color: $color-default;

} .docs .nav > li.disabled > a:hover, .docs .nav > li.disabled > a:focus {

color: $color-default;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;

} .docs .nav .open > a, .docs .nav .open > a:hover, .docs .nav .open > a:focus {

background-color: #eeeeee;
border-color: #337ab7;

} .docs .nav .nav-divider {

height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;

} .docs .nav > li > a > img {

max-width: none;

} /*nav tabs */

.docs .nav-tabs a, .docs .nav-tabs a:hover, .docs .nav-tabs a:visited, .docs .nav-tabs a:active {

text-decoration: none;
color: black;

}

.docs ul.nav.nav-tabs li:first-child {

margin-left: 30px;

} .docs .nav-tabs {

margin-bottom: -3px;
background-color: #dedede;
border-bottom: 1px solid #ddd;

} .docs .nav-tabs > li.active > a, .docs .nav-tabs > li.active > a:hover, .docs .nav-tabs > li.active > a:focus {

background-color: white;
color: #444;

}

.docs .nav-tabs>li {

float: left;
margin-bottom: -1px;

} .docs .nav-tabs>li>a {

margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;

} .docs .nav-tabs>li>a:hover {

border-color: #eee #eee #ddd;

} .docs .nav-tabs>li.active>a, .docs .nav-tabs>li.active>a:hover, .docs .nav-tabs>li.active>a:focus {

color: #555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;

} .docs .nav-tabs .nav-justified {

width: 100%;
border-bottom: 0;

} .docs .nav-tabs .nav-justified>li {

float: none;

} .docs .nav-tabs .nav-justified>li>a {

text-align: center;
margin-bottom: 5px;

} .docs .nav-tabs .nav-justified>.dropdown .dropdown-menu {

top: auto;
left: auto;

} @media (min-width: 768px) {

.docs .nav-tabs .nav-justified>li {
  display: table-cell;
  width: 1%
}
.docs .nav-tabs .nav-justified>li>a {
  margin-bottom: 0;
}

} .docs .nav-tabs .nav-justified>li>a {

margin-right: 0;
border-radius: 4px;

} .docs .nav-tabs .nav-justified>.active>a, .docs .nav-tabs .nav-justified>.active>a:hover, .docs .nav-tabs .nav-justified>.active>a:focus {

border: 1px solid #ddd;

} @media (min-width: 768px) {

.docs .nav-tabs .nav-justified>li>a {
  border-bottom: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}
.docs .nav-tabs .nav-justified>.active>a,
.docs .nav-tabs .nav-justified>.active>a:hover,
.docs .nav-tabs .nav-justified>.active>a:focus {
  border-bottom-color: #fff;
}

} @media (min-width: 768px) {

.docs .nav-justified>li {
  display: table-cell;
  width: 1%
}
.docs .nav-justified>li>a {
  margin-bottom: 0;
}

} .docs .nav-tabs-justified {

border-bottom: 0;

} .docs .nav-tabs-justified>li>a {

margin-right: 0;
border-radius: 4px;

} .docs .nav-tabs-justified>.active>a, .docs .nav-tabs-justified>.active>a:hover, .docs .nav-tabs-justified>.active>a:focus {

border: 1px solid #ddd;

} @media (min-width: 768px) {

.docs .nav-tabs-justified>li>a {
  border-bottom: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}
.docs .nav-tabs-justified>.active>a,
.docs .nav-tabs-justified>.active>a:hover,
.docs .nav-tabs-justified>.active>a:focus {
  border-bottom-color: #fff;
}

} .docs .tab-content>.tab-pane {

display: none;

} .docs .tab-content>.active {

display: block;

} .docs .nav-tabs .dropdown-menu {

margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;

} .docs .nav-tabs>li.active>a, .docs .nav-tabs>li.active>a:focus, .docs .nav-tabs>li.active>a:hover {

background-color: #EEEEEE;

} .docs .nav-tabs>li>a {

border-radius: 4px 4px 0 0;
border: 1px solid #dedede;
border-bottom: none;

} .docs li a {

margin-bottom: -15px;

} .docs a:hover {

color: black;

} .docs .tab-content {

margin-left: 0px;
margin-bottom:50px;

} .docs .nav-tabs li {

padding-right: 5px;
padding-left: 5px;

} .docs .nav-tabs > li.active > a, .docs .nav-tabs > li.active > a:hover, .docs .nav-tabs > li.active > a:focus {

background-color: white;
color: #444;

} .docs ul.nav-tabs {

margin-left: 0px;
padding-bottom: 15px;

} .docs .subheading {

font-size: 20px;
line-height: 26px;
margin-bottom: 16px;
margin-top: 30px;
font-family: "amazonemberbd", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.docs .tab-content .tab-pane.active {

padding: 15px;
border: 1px solid #dedede;

}

.docs .nav-pills > li {

float: left;

} .docs .nav-pills > li > a {

border-radius: 4px;

} .docs .nav-pills > li + li {

margin-left: 2px;

} .docs .nav-pills > li.active > a, .docs .nav-pills > li.active > a:hover, .docs .nav-pills > li.active > a:focus {

color: #ffffff;
background-color: #337ab7;

} .docs .nav-stacked > li {

float: none;

} .docs .nav-stacked > li + li {

margin-top: 2px;
margin-left: 0;

} .docs .nav-justified {

width: 100%;

} .docs .nav-justified > li {

float: none;

} .docs .nav-justified > li > a {

text-align: center;
margin-bottom: 5px;

} .docs .nav-justified > .dropdown .dropdown-menu {

top: auto;
left: auto;

} @media (min-width: 768px) {

.docs .nav-justified > li {
  display: table-cell;
  width: 1%;
}
.docs .nav-justified > li > a {
  margin-bottom: 0;
}

} .docs .nav-tabs-justified {

border-bottom: 0;

} .docs .nav-tabs-justified > li > a {

margin-right: 0;
border-radius: 4px;

} .docs .nav-tabs-justified > .active > a, .docs .nav-tabs-justified > .active > a:hover, .docs .nav-tabs-justified > .active > a:focus {

border: 1px solid #dddddd;

} @media (min-width: 768px) {

.docs .nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  border-radius: 4px 4px 0 0;
}
.docs .nav-tabs-justified > .active > a,
.docs .nav-tabs-justified > .active > a:hover,
.docs .nav-tabs-justified > .active > a:focus {
  border-bottom-color: #ffffff;
}

} .docs .tab-content > .tab-pane {

display: none;

} .docs .tab-content > .active {

display: block;

} .docs .nav-tabs .dropdown-menu {

margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;

}

/* breadcrumbs */

.docs .breadcrumb a, .docs .breadcrumb a:visited, .docs .breadcrumb a:active {

text-decoration: none;
color: #444;

}

.docs .breadcrumb a:hover {

color: #777;

}

.docs .breadcrumb {

padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;

} .docs .breadcrumb > li {

display: inline-block;

} .docs .breadcrumb > li + li:before {

content: "/\00a0";
padding: 0 5px;
color: #cccccc;

} .docs .breadcrumb > .active {

color: $color-default;

}

/* labels */

.docs .label {

display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-family: "amazonemberbd", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;

} .docs a.label:hover, .docs a.label:focus {

color: #ffffff;
text-decoration: none;
cursor: pointer;

} .docs .label:empty {

display: none;

} .docs .btn .label {

position: relative;
top: -1px;

} .docs .label-default {

background-color: $color-default;

} .docs .label-default:hover, .docs .label-default:focus {

background-color: #5e5e5e;

} .docs .label-primary {

background-color: #337ab7;

} .docs .label-primary:hover, .docs .label-primary:focus {

background-color: #286090;

} .docs .label-success {

background-color: $color-success;

} .docs .label-success:hover, .docs .label-success:focus {

background-color: #449d44;

} .docs .label-info {

background-color: $color-info;

} .docs .label-info:hover, .docs .label-info:focus {

background-color: #31b0d5;

} .docs .label-warning {

background-color: $color-warning;

} .docs .label-warning:hover, .docs .label-warning:focus {

background-color: #ec971f;

} .docs .label-danger {

background-color: $color-danger;

} .docs .label-danger:hover, .docs .label-danger:focus {

background-color: #c9302c;

}

/* progress bar */

@-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 .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 .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 .progress-striped .progress-bar, .docs .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 .progress.active .progress-bar, .docs .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 .progress-bar-success {

background-color: $color-success;

} .docs .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 .progress-bar-info {

background-color: $color-info;

} .docs .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 .progress-bar-warning {

background-color: $color-warning;

} .docs .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 .progress-bar-danger {

background-color: $color-danger;

} .docs .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);

}

/* tooltips */ .docs .tooltip {

position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
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 .tooltip.in {

filter: alpha(opacity=90);
opacity: .9;

} .docs .tooltip.top {

padding: 5px 0;
margin-top: -3px;

} .docs .tooltip.right {

padding: 0 5px;
margin-left: 3px;

} .docs .tooltip.bottom {

padding: 5px 0;
margin-top: 3px;

} .docs .tooltip.left {

padding: 0 5px;
margin-left: -3px;

} .docs .tooltip-inner {

max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px;

} .docs .tooltip-arrow {

position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;

} .docs .tooltip.top .tooltip-arrow {

bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;

} .docs .tooltip.top-left .tooltip-arrow {

right: 5px;
bottom: 0;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;

} .docs .tooltip.top-right .tooltip-arrow {

bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;

} .docs .tooltip.right .tooltip-arrow {

top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;

} .docs .tooltip.left .tooltip-arrow {

top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;

} .docs .tooltip.bottom .tooltip-arrow {

top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;

} .docs .tooltip.bottom-left .tooltip-arrow {

top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;

} .docs .tooltip.bottom-right .tooltip-arrow {

top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;

}

.docs a {

color: green;
border-bottom: 1px dashed gray;
font-style: italic;

}

/* misc. styles needed for navtabs and other bootstrap features */

.docs .clearfix:before, .docs .clearfix:after, .docs .nav:before, .docs .nav:after {

content: " ";
display: table;

} .docs .clearfix:after, .docs .nav:after {

clear: both;

} .docs .center-block {

display: block;
margin-left: auto;
margin-right: auto;

} .docs .pull-right {

float: right !important;

} .docs .pull-left {

float: left !important;

} .docs .hide {

display: none !important;

} .docs .show {

display: block !important;

} .docs .invisible {

visibility: hidden;

} .docs .text-hide {

font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;

} .docs .hidden {

display: none !important;

} .docs .affix {

position: fixed;

}

/* minitoc kramdown */ .docs ul#markdown-toc {

border: 1px solid #dedede;
border-radius: 5px;
max-width: 400px;
padding-top:20px;
padding-bottom: 20px;
margin-top: 30px;
color: gray;
padding-right: 7px;
background-color: #f7f7f7;

}

.docs ul#markdown-toc::before {

font-size:18px;
padding-top:30px;
margin: 20px 0px 20px -30px;
content: "Table of Contents";

}

.docs ul#markdown-toc a {

text-decoration: none;

}

.docs ul#markdown-toc li ul {

color: gray;

} /* end mini toc */

/* minitoc on page (automatic jump menu)*/

ul.onPageMinitoc {

border: 1px solid #dedede;
border-radius: 5px;
max-width: 400px;
padding-top:20px;
margin-top: 30px;
color: gray;
padding-right: 20px;
background-color: #f7f7f7;

}

.docs ul.onPageMinitoc::before {

font-size:18px;
padding-top:30px;
margin: 20px 0px 20px -30px;
content: "Pages in This Section";

}

ul.onPageMinitoc li {

list-style: none;
color: #0066c0;

} ul.onPageMinitoc li::before {

content: '\f096';
font-family: 'FontAwesome';
color: #0066c0;
padding-right: 10px;
text-decoration: none;
font-size: 80%;

}

i.onPageMinitocItem {

padding-right: 10px;

}

/* sidebar */

docPageContainer {

}

.docs .mydocsidebar {

width: 250px;
float: left;
padding-left: 10px;
height: 100%;
overflow-y: auto;
background-color: #f7f7f7;
padding-bottom: 50px;
padding-top: 50px;
margin-left: 10px;
margin-right: 50px;
margin-top: 100px;

}

.docs .docContent {

max-width: 800px;
float: left;

}

.mydocsidebar ul {

padding-left: 20px;
padding-right: 5px;

}

.docs p.external {

font-size: 10px;

}

.docs ul#entrypages li {

font-size: 12px;

}

.docs .relatedResources {

font-size: 14px;
font-family: "amazonemberbd", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.docs .docnavul li, .docnav li.level1, .docnav li.level1items {

list-style: none;

}

.mydocsidebar a, .mydocsidebar a:hover {

text-decoration: none;

}

.docs .docnavul {

padding-left: 15px

} .docs .docnav li {

list-style: none;
font: normal 12px "Open Sans", "Lucida Grande", "Helvetica Neue", Arial;
border-bottom: 0px;

} .docs .docnav li a:hover, .docs .docnav li a:active {

text-decoration: none;
color: #666;

} /* plus button */

.docs .docnav li.level1 > a > span:after, .docs .docnav li.level2 > a > span:after, .docs .docnav li.level3 > a > span:after {

content: '\f0fe';
font-family: 'FontAwesome';
color: #e47911;
font-size: 14px;
padding-right: 12px;
text-decoration: none;

} /* empty square button*/

.docs .docnav li.level1items > a:before, .docs .docnav li.level2items > a:before, .docs .docnav li.level3items > a:before {

content: '\f096';
font-family: 'FontAwesome';
color: #e47911;
padding-right: 10px;
text-decoration: none;

} /* minus button */

.docs .docnav li.open > a > span:after {

content: '\f146';
font-family: 'FontAwesome';
color: #e47911;
font-size: 14px;
padding-right: 10px;

}

.docs .docnav li.level3, .docs .docnav li.level3items {

padding-left: 10px

} .docs .docnav li.level2, .docs .docnav li.level2items {

padding-left: 10px;

} .docs .docnav li.level1, .docs .docnav li.level1items {

padding-left: 10px;

} .docs .docnav li {

margin: 7px 0px;

}

.docs ul#docnavsidebar li a:focus {

text-decoration: none;

} .docs li.level1.open > ul > li.level1items.open a, .docs li.level2.open > ul > li.level2items.open a, .docs li.level3.open > ul > li.level3items.open a {

color: black;
font-family: "amazonemberbd", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;

} .docs li.level1.open > ul > li.level1items.open > a:before, .docs li.level2.open > ul > li.level2items.open > a:before, .docs li.level3.open > ul > li.level3items.open > a:before {

color: black;

}

.docs li.level1.open > ul > li.level1items a, .docs li.level2.open > ul > li.level2items a, .docs li.level3.open > ul > li.level3items a {

font-weight: normal;
color: #0066c0;

} .docs li.level1.open > ul > li.level1items > a:before, .docs li.level2.open > ul > li.level2items > a:before, .docs li.level3.open > ul > li.level3items > a:before {

font-weight: normal;
color: #0066c0;

}

li.folderTitle.current.open > a.subfoldersTitle {

font-family: "amazonemberbd", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: black;

}

.docs .relatedResources {

font-size: 13px;
color: black;
margin: 10px 0px;

} .docs .productTitle {

font-size: 18px;
font-family: "amazonemberbd", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #333333;
display: block;
margin-right: 8px;

} .docs hr.resourceSeparator {

display: block;
margin-top: 1.7em;
margin-bottom: 1.7em;
margin-left: 0px;
/*margin-right: auto;*/

border-width: 1px;
color: black;
max-width: 80%;

} .docs .docnav li a {

line-height: 18px;
display: table;
white-space: pre-wrap;
/* css-3 */
white-space: -moz-pre-wrap;
/* Mozilla, since 1999 */
white-space: -pre-wrap;
/* Opera 4-6 */
white-space: -o-pre-wrap;
/* Opera 7 */
word-wrap: break-word;
/* Internet Explorer 5.5+ */
text-indent: -20px;

} @media (max-width: 600px) {

.docs .docnav li a {
  max-width: 180px;
}
.docs .githubButton {
  display: none;
}

} @media (min-width: 600px) {

.docnav li a {
  max-width: 240px;
}

}

/* breadcrumbs */

.breadcrumbDivider {

padding: 0px 8px;

}

.docs ol.breadcrumb li {

color: #666;

}