﻿body {
    font-family: 'Open Sans', sans-serif;
    padding: 70px 0px 10px 0px;
}

    body a {
        color: #767676;
    }

.navbar-default {
    background-color: #00b3e2;
}

#toc.api-nav {
    width: 10%;
}

#webapi-doc-nav
{
    margin-top: 60px;
}

.webapi-sidebar.affix {
    position: static;
}

.webapi-sidebar .nav > li > a {
    display: block;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #767676;
}

    .webapi-sidebar .nav > li > a:hover,
    .webapi-sidebar .nav > li > a:focus {
        padding-left: 19px;
        color: #00b3e2;
        text-decoration: none;
        background-color: transparent;
        border-left: 2px solid #00b3e2;
    }

.webapi-sidebar .nav > .title > a {
    font-size: 14px;
    font-weight: bold;
    color: #1a2f48;
}

.webapi-sidebar .nav > .active > a,
.webapi-sidebar .nav > .active:hover > a,
.webapi-sidebar .nav > .active:focus > a {
    padding-left: 18px;
    font-weight: bold;
    color: #00b3e2;
    background-color: transparent;
    border-left: 2px solid #00b3e2;
}

/* Nav: second level (shown on .active) */
.webapi-sidebar .nav .nav {
    display: none; /* Hide by default, but at >768px, show it */
    padding-bottom: 10px;
}

    .webapi-sidebar .nav .nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 30px;
        font-size: 12px;
        font-weight: normal;
    }

        .webapi-sidebar .nav .nav > li > a:hover,
        .webapi-sidebar .nav .nav > li > a:focus {
            padding-left: 29px;
        }

    .webapi-sidebar .nav .nav > .active > a,
    .webapi-sidebar .nav .nav > .active:hover > a,
    .webapi-sidebar .nav .nav > .active:focus > a {
        padding-left: 28px;
        font-weight: 500;
    }

/* Back to top (hidden on mobile) */
.back-to-top,
.bs-docs-theme-toggle {
    display: none;
    padding: 4px 10px;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #999;
}

    .back-to-top:hover,
    .bs-docs-theme-toggle:hover {
        color: #00b3e2;
        text-decoration: none;
    }

.bs-docs-theme-toggle {
    margin-top: 0;
}

@media (min-width: 768px) {
    .back-to-top,
    .bs-docs-theme-toggle {
        display: block;
    }
}

/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
    .webapi-sidebar .nav > .active > ul {
        display: block;
    }
    /* Widen the fixed sidebar */
    .webapi-sidebar.affix,
    .webapi-sidebar.affix-bottom {
        width: 213px;
    }

    .webapi-sidebar.affix {
        position: fixed; /* Undo the static from mobile first approach */
        top: 20px;
    }

    .webapi-sidebar.affix-bottom {
        position: absolute; /* Undo the static from mobile first approach */
    }

        .webapi-sidebar.affix-bottom .bs-docs-sidenav,
        .webapi-sidebar.affix .bs-docs-sidenav {
            margin-top: 0;
            margin-bottom: 0;
        }
}

@media (min-width: 1200px) {
    /* Widen the fixed sidebar again */
    .webapi-sidebar.affix-bottom,
    .webapi-sidebar.affix {
        width: 263px;
    }
}

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    /* Tighten up space between multiple callouts */
    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

/* Variations */
.bs-callout-danger {
    border-left-color: #ce4844;
}

    .bs-callout-danger h4 {
        color: #ce4844;
    }

.bs-callout-warning {
    border-left-color: #aa6708;
}

    .bs-callout-warning h4 {
        color: #aa6708;
    }

.bs-callout-info {
    border-left-color: #1b809e;
}

    .bs-callout-info h4 {
        color: #1b809e;
    }

.bs-callout-normal {
    border-left-color: #f0efef;
}

    .bs-callout-normal h4 {
        color: #67baae;
    }


/* Doc styling */
.webapi-content h1.title {
    color: #1a2f48;
    font-size: 26px;
    font-weight: bold;
}

.webapi-content h1 {
    font-size: 18px;
    color: #00b3e2;
}

.webapi-content h2 {
    font-size: 18px;
    color: #00b3e2;
}

.webapi-content h3 {
    font-size: 16px;
    color: #67baae;
}

.webapi-content h4 {
    font-size: 16px;
}

.webapi-content a.model-link {
    color: #67baae;
}

.webapi-content .code {
    font-family: Monaco, "Courier New", monospace;
}

.webapi-content pre code {
    white-space: pre-wrap;
    background: transparent;
    background-color: transparent;
    border-radius: 0;
}

.webapi-content .model-description {
    margin-top: 50px;
}

.label-requestmethod {
    font-size: 14px;
    display: block;
    /*width: 100px;*/
}

.label-requestmethod.label-success {
    background-color: #0f6ab4;
}

.label-requestmethod.label-info {
    background-color: #c5862b;
}

.label-requestmethod.label-warning {
    background-color: #10a54a;
}

.label-requestmethod.label-danger {
    background-color: #a41e22;
}

table .collapse.in {
    display: table-row;
}

.table-collapsable tr {
    cursor: pointer;
}

    .table-collapsable tr.collapse.in {
        cursor: initial;
    }

.table.table-striped > tbody > tr.coll-nobg > td,
.table.table-striped > tbody > tr.coll-nobg > th {
    background-color: #fff;
}

.table-collapsable .uitklap-arrow {
    font-weight: normal;
    color: #00b3e2;
}


/*.table-hover > tbody > tr.collapse.in:hover > td, 
.table-hover > tbody > tr.collapse.in:hover > th 
{
    background-color: inherit;
}

.table-collapsable tr.collapse.in:hover
{
    
}*/

/*
 * Examples
 *
 * Isolated sections of example content for each component or feature. Usually
 * followed by a code snippet.
 */

.bs-example {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}
    /* Echo out a label for the example */
    .bs-example:after {
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 12px;
        font-weight: bold;
        color: #959595;
        text-transform: uppercase;
        letter-spacing: 1px;
        content: "Example";
    }

.bs-example-padded-bottom {
    padding-bottom: 24px;
}

/* Tweak display of the code snippets when following an example */
.bs-example + .highlight,
.bs-example + .zero-clipboard + .highlight {
    margin: -15px -15px 15px;
    border-width: 0 0 1px;
    border-radius: 0;
}

/* Make the examples and snippets not full-width */
@media (min-width: 768px) {
    .bs-example {
        margin-right: 0;
        margin-left: 0;
        background-color: #fff;
        border-color: #ddd;
        border-width: 1px;
        border-radius: 4px 4px 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .bs-example + .highlight,
        .bs-example + .zero-clipboard + .highlight {
            margin-top: -16px;
            margin-right: 0;
            margin-left: 0;
            border-width: 1px;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }

    .bs-example-standalone {
        border-radius: 4px;
    }
}

/* Undo width of container */
.bs-example .container {
    width: auto;
}

/* Tweak content of examples for optimum awesome */
.bs-example > p:last-child,
.bs-example > ul:last-child,
.bs-example > ol:last-child,
.bs-example > blockquote:last-child,
.bs-example > .form-control:last-child,
.bs-example > .table:last-child,
.bs-example > .navbar:last-child,
.bs-example > .jumbotron:last-child,
.bs-example > .alert:last-child,
.bs-example > .panel:last-child,
.bs-example > .list-group:last-child,
.bs-example > .well:last-child,
.bs-example > .progress:last-child,
.bs-example > .table-responsive:last-child > .table {
    margin-bottom: 0;
}

.bs-example > p > .close {
    float: none;
}

/* Typography */
.bs-example-type .table .type-info {
    color: #767676;
    vertical-align: middle;
}

.bs-example-type .table td {
    padding: 15px 0;
    border-color: #eee;
}

.bs-example-type .table tr:first-child td {
    border-top: 0;
}

.bs-example-type h1,
.bs-example-type h2,
.bs-example-type h3,
.bs-example-type h4,
.bs-example-type h5,
.bs-example-type h6 {
    margin: 0;
}

/* Contextual background colors */
.bs-example-bg-classes p {
    padding: 15px;
}

/* Images */
.bs-example > .img-circle,
.bs-example > .img-rounded,
.bs-example > .img-thumbnail {
    margin: 5px;
}

/* Tables */
.bs-example > .table-responsive > .table {
    background-color: #fff;
}

/* Buttons */
.bs-example > .btn,
.bs-example > .btn-group {
    margin-top: 5px;
    margin-bottom: 5px;
}

.bs-example > .btn-toolbar + .btn-toolbar {
    margin-top: 10px;
}

/* Forms */
.bs-example-control-sizing select,
.bs-example-control-sizing input[type="text"] + input[type="text"] {
    margin-top: 10px;
}

.bs-example-form .input-group {
    margin-bottom: 10px;
}

.bs-example > textarea.form-control {
    resize: vertical;
}

/* List groups */
.bs-example > .list-group {
    max-width: 400px;
}

/* Navbars */
.bs-example .navbar:last-child {
    margin-bottom: 0;
}

.bs-navbar-top-example,
.bs-navbar-bottom-example {
    z-index: 1;
    padding: 0;
    overflow: hidden; /* cut the drop shadows off */
}

    .bs-navbar-top-example .navbar-header,
    .bs-navbar-bottom-example .navbar-header {
        margin-left: 0;
    }

    .bs-navbar-top-example .navbar-fixed-top,
    .bs-navbar-bottom-example .navbar-fixed-bottom {
        position: relative;
        margin-right: 0;
        margin-left: 0;
    }

.bs-navbar-top-example {
    padding-bottom: 45px;
}

    .bs-navbar-top-example:after {
        top: auto;
        bottom: 15px;
    }

    .bs-navbar-top-example .navbar-fixed-top {
        top: -1px;
    }

.bs-navbar-bottom-example {
    padding-top: 45px;
}

    .bs-navbar-bottom-example .navbar-fixed-bottom {
        bottom: -1px;
    }

    .bs-navbar-bottom-example .navbar {
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .bs-navbar-top-example .navbar-fixed-top,
    .bs-navbar-bottom-example .navbar-fixed-bottom {
        position: absolute;
    }
}

/* Pagination */
.bs-example .pagination {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Pager */
.bs-example > .pager {
    margin-top: 0;
}

/* Example modals */
.bs-example-modal {
    background-color: #f5f5f5;
}

    .bs-example-modal .modal {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: 1;
        display: block;
    }

    .bs-example-modal .modal-dialog {
        left: auto;
        margin-right: auto;
        margin-left: auto;
    }

/* Example dropdowns */
.bs-example > .dropdown > .dropdown-toggle {
    float: left;
}

.bs-example > .dropdown > .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 5px;
    clear: left;
}

/* Example tabbable tabs */
.bs-example-tabs .nav-tabs {
    margin-bottom: 15px;
}

/* Tooltips */
.bs-example-tooltips {
    text-align: center;
}

    .bs-example-tooltips > .btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.bs-example-tooltip .tooltip {
    position: relative;
    display: inline-block;
    margin: 10px 20px;
    opacity: 1;
}

/* Popovers */
.bs-example-popover {
    padding-bottom: 24px;
    background-color: #f9f9f9;
}

    .bs-example-popover .popover {
        position: relative;
        display: block;
        float: left;
        width: 260px;
        margin: 20px;
    }

/* Scrollspy demo on fixed height div */
.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: 10px;
    overflow: auto;
}

.bs-example > .nav-pills-stacked-example {
    max-width: 300px;
}

:not(pre) > code[class*="language-"], pre[class*="language-"] {
    background-color: #fafafa;
}


