/* we're currently modifying bootstrap.css to apply 'table' and 'table-striped' styles to all tables */

body {
}

.content-container {
    margin-left: 6px;
}

.content {
    padding: 15px 15px 15px 15px;
    margin-bottom: 100px;
    background-color: white;
    border: 1px solid #ddd;
    border-top: none;
}

.sidebar {
    margin-top: 52px;
}

.label-GET {
  background-color: #3a87ad;
}

.label-POST {
  background-color: #468847;
}

.label-PUT {
  background-color: #f89406;
}

.label-DELETE {
  background-color: #b94a48;
}

.label-GET, .label-POST, .label-PUT, .label-DELETE {
    color: #fff;
    padding: 1px 2px;
}

body a,
ul.nav-list li a {
    color: #0088cc;
    text-decoration: none;
}

body a:hover,
ul.nav-list li a:hover {
    color: #005580;
    text-decoration: underline;
}

#replace-header a:hover, .subnav-container a:hover {
    text-decoration: none;
}

code {
    font-size: 12px;
    white-space: nowrap;
    /* color: #4a484c; */
}

pre {
    background-color: #ececec;
}

.alert, pre {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0;
}

.alert-success {
    background-color: #f8fcf6;
    color: #468847;
}

.alert-error {
    background-color: #faecec;
    color: #b94a48;
}

.alert-info {
    background-color: #eaf8ff;
    color: #3a87ad;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
}

body h1, body h2, body h3 {
    line-height: normal;
}

body h2, body h3, body h4, body h5 {
    color: #4a484c;
    margin-top: 10px;
    margin-bottom: 8px;
}

body h1 {
    font-size: 24px;
    margin-bottom: 16px;
}

body h2 {
    font-size: 18px;
    margin-top: 20px;
}

body h3 {
    font-size: 14px;
}

body h4 {
    font-size: 14px;
}

ul {
    list-style-type: square;
}

blockquote {
    font-style: italic;
    margin-left: 50px;
    line-height: 20px;
}

blockquote p {
    font-size: 14px;
    line-height: 20px;
}

table {
    border: 1px solid #ddd;
}

table td, .table th {
    border-right: 1px solid #ddd;
}

code {
    border: none;
    background-color: transparent;
}

#markdown-toc {
    color: #ddd;
    margin: 0 0 30px 0;
    padding: 10px 0 0 25px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

#markdown-toc li {
    font-size: 14px;
    line-height: 16px;
    padding: 2px;
}

p, div.layout-like-p {
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 10px;
}

.content ul, .content ol {
    line-height: 18px;
}

.content li {
    line-height: 18px;
    font-size: 13px;
    margin-left: 10px;
}

.alert li {
    line-height: 24px;
}

.new-nav .nav.header,
.nav.header {
    margin-bottom: 0;
    border-bottom: none;
}

.subnav-container {
    height: 0;
}

ul.nav-list .nav-header {
    text-transform: none;
    border: none;
}

ul.nav-list {
    padding: 0 0 20px 0;
    -webkit-font-smoothing: subpixel-antialiased;
    border: none;
    width: auto;
}

ul.nav-list li {
    border-bottom: none;
    line-height: normal;
}

ul.nav-list li a {
    padding: 6px;
    padding-left: 14px;
    font-weight: 500;
    line-height: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

ul.nav-list li a:hover {
    background-color: transparent;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    transition: color 0.15s linear;
}

ul.nav-list ul.nav-list ul.nav-list li {
    margin-left: 20px;
}

ul.nav-list ul.nav-list ul.nav-list li a {
    padding-left: 10px;
}

ul.nav-list li.active a, ul.nav-list li.active a:hover {
    color: #005580;
    background-color: transparent;
    font-weight: 900;
    text-decoration: none;
}

.alert {
    margin-top: 15px;
    margin-bottom: 15px;
}
html.breakpoint-phone .nav.header, html.breakpoint-tablet .nav.header {
    min-width: 100%;
    margin-bottom: 0;
}

 html.breakpoint-tablet .sidebar {
    margin: 0 5%;
 }

html.breakpoint-tablet ul.nav-list ul.nav-list {
    border-right: 0;
}

html.breakpoint-phone .subnav-container .breadcrumb .ordering {
    position: static;
    width: auto;
    top: 0;
}

html.breakpoint-phone .container {
    padding: 0 5px;
}

html.breakpoint-tablet .nav-list {
    margin-right: 0;
    width: auto;
}

pre code {
    white-space: pre-wrap;
}

pre code  div .gd,.highlight div .gd .x,.highlight div .gi,.highlight div .gi .x{display:inline-block;width:100%}

p code {
    word-break: keep-all;
    white-space: normal;
}

img {
    max-width: 90%;
    margin: 25px auto 50px auto;
    display: block;
    padding: 5px;
    background-color: #aaa;
}

.promo-block-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.promo-block {
    position: relative;
}

.promo-block h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
}

.promo-block h3 hr {
    margin-bottom: 0;
}

.promo-block-inner {
    padding: 20px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.promo-block-inner:hover {
    background-color: #ededed;
}

.promo-block .overlay {
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.promo-block-image {
    width: 58px;
    height: 58px;
    margin: 0 auto 20px auto;
    background-size: 58px 58px;
    background-image: url(/assets/images/docs-broadcast.png);
}

html.breakpoint-retina .promo-block-image {
    background-image: url(/assets/images/docs-broadcast@2x.png);
}

.promo-block-image.authentication {
    background-image: url(/assets/images/docs-authentication.png);
}

html.breakpoint-retina .promo-block-image.authentication {
    background-image: url(/assets/images/docs-authentication@2x.png);
}

.search-bar-container {
  display: none !important;
}

.container {
    width:1152px;
    margin-right:auto;
    margin-left:auto;
    *zoom:1
}

.header-anchor {
    top: 0;
    opacity: 0;
    padding: 0 5px 0 10px;
    height: 100%;
    width: 20px;
    font-size: 12px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;

    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -moz-transition: opacity 0.3s ease-in-out 0s;
    -ms-transition: opacity 0.3s ease-in-out 0s;
}

.content h1:hover .header-anchor, .content h2:hover .header-anchor, .content h3:hover .header-anchor, .content h4:hover .header-anchor, .header-anchor:hover {
    opacity: 1;
    text-decoration: none;
}

.header-anchor:before {
    content:'#';
}
