
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default {
    border-color: #ddd;
}


    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-body {
    padding: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


textarea.form-control {
    height: auto;
}

.anchor {
    float: left;
    margin-left: -20px;
    padding-right: 4px;
}

h1 .anchor svg,
h2 .anchor svg,
h3 .anchor svg,
h4 .anchor svg,
h5 .anchor svg,
h6 .anchor svg {
    visibility: hidden;
}

h1:hover .anchor svg,
h2:hover .anchor svg,
h3:hover .anchor svg,
h4:hover .anchor svg,
h5:hover .anchor svg,
h6:hover .anchor svg,
h1 .anchor:focus svg,
h2 .anchor:focus svg,
h3 .anchor:focus svg,
h4 .anchor:focus svg,
h5 .anchor:focus svg,
h6 .anchor:focus svg {
    visibility: visible;
}

.post-content p, .post-content ul {
    margin-top: 0.5rem;
    margin-top: 0.8rem;
}

.post-content h5 {
    font-size: 1.60rem;
    font-weight: bold;
    line-height: 1rem;
    margin-top: 2rem;
    margin-bottom: 0.7rem;
}

    .post-content h5 + p {
        margin-top: 0.5rem;
    }

    .post-content h5 + ul {
        margin-top: 0.5rem;
        margin-top: 0.8rem;
    }

article {
    padding: 20px;
    min-width: 760px;
}

pre.sample {
    max-height: 30em;
}

pre.polymorphic-schema {
    margin: 0;
}

.post-content iframe {
    padding: 0;
    margin: 0;
}

iframe.polymorphic-schema {
    width: 100%;
    height: 400px;
    padding: 0;
    margin: 0;
}

dl.parameter-info {
    margin-top: 0px;
}

.parameter-name {
    font-weight: bold;
    min-width: unset !important;
}

.parameter-type {
    color: darkgrey;
    font-weight: bold;
    min-width: unset !important;
}

.parameter-in {
    min-width: unset !important;
}

.parameter-required {
    min-width: unset !important;
}

.parameter-features {
    min-width: unset !important;
}

    .parameter-features ul.parameter-info {
        margin: 0 !important;
        font-size: 1.35rem !important;
    }


dl.schema-info {
    margin-top: 0px;
}

.schema-name {
    font-weight: bold;
}

.schema-type {
    color: darkgrey;
    font-weight: bold;
}



ul.tags > li {
    border: 1px solid;
    color: black;
    display: inline-block;
    margin: 3px;
    padding: 3px 5px 3px 5px;
    border-radius: 3px;
}



ul.consumes > li {
    border: 1px solid;
    color: black;
    display: inline-block;
    margin: 3px;
    padding: 3px 5px 3px 5px;
    border-radius: 3px;
}


    ul.consumes > li.application_json {
        border: 1px solid green;
        color: green;
    }

    ul.consumes > li.text_json {
        border: 1px solid green;
        color: green;
    }

    ul.consumes > li.application_xml {
        border: 1px solid red;
        color: red;
    }

    ul.consumes > li.text_xml {
        border: 1px solid red;
        color: red;
    }

ul.produces > li {
    border: 1px solid;
    color: black;
    display: inline-block;
    margin: 3px;
    padding: 3px 5px 3px 5px;
    border-radius: 3px;
}

    ul.produces > li.application_json {
        border: 1px solid green;
        color: green;
    }

    ul.produces > li.text_json {
        border: 1px solid green;
        color: green;
    }

    ul.produces > li.application_xml {
        border: 1px solid red;
        color: red;
    }

    ul.produces > li.text_xml {
        border: 1px solid red;
        color: red;
    }


ul.schemes > li {
    border: 1px solid;
    color: black;
    display: inline-block;
    margin: 3px;
    padding: 3px 5px 3px 5px;
    border-radius: 3px;
}

ul.path-http-methods {
    display: inline-block;
    list-style: none;
    font-size: 0.8em;
    min-width: unset !important;
    max-width: unset !important;
    margin-left: 1em !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

    ul.path-http-methods li, h3 > span.path-http-method {
        border: 1px solid black;
        border-radius: 3px;
        display: inline-block;
        list-style: none;
        margin: 1px 3px 1px 3px !important;
        padding: 1px 5px 1px 5px !important;
    }

h3 > span.path-http-method {
    line-height: 1.2em;
}

span.path-http-method-get, li.path-http-method-get {
    background-color: lightcyan !important;
    border-color: dodgerblue !important;
    color: dodgerblue !important;
}

span.path-http-method-put, li.path-http-method-put {
    background-color: #EFE !important;
    border-color: green !important;
    color: green !important;
}

span.path-http-method-post, li.path-http-method-post {
    background-color: #FEE !important;
    border-color: darkorange !important;
    color: darkorange !important;
}

span.path-http-method-delete, li.path-http-method-delete {
    background-color: #FCC !important;
    border-color: red !important;
    color: red !important;
}

span.path-http-method-options, li.path-http-method-options {
    background-color: #EEE !important;
    border-color: darkgray !important;
    color: #888 !important;
}

.actions-table {
    width: 100%;
}

h1 {
    margin-left: 20px;
}

.mw-content {
}

.post-content blockquote p {
    font-style: normal;
}

table.parameter-info {
    margin-bottom: 10px;
    margin-top: 0;
}

td.path-topic {
    font-size: 1.8em;
}

.path-variants-title {
    font-size: 1.3em !important;
}


div.actions-table {
}

    div.actions-table fieldset table {
        margin-top: 1em;
    }

        div.actions-table fieldset table tr td {
            font-size: 1.1em;
            vertical-align: middle;
        }


    div.actions-table > fieldset.path-topic {
        margin-bottom: 2em;
        border-bottom: 1px solid lightgray;
    }

        div.actions-table > fieldset.path-topic > legend {
            font-size: 2em;
            margin-bottom: 10px;
        }

        div.actions-table > fieldset.path-topic > fieldset.path-sub-topic {
            margin-top: 1em;
            margin-bottom: 1.8em;
        }

            div.actions-table > fieldset.path-topic > fieldset.path-sub-topic > legend {
                font-size: 1.5em;
                margin-bottom: 0.5em;
            }

            div.actions-table > fieldset.path-topic > fieldset.path-sub-topic > ul.path-variants {
                margin: 0;
                margin-left: 20px;
            }

                div.actions-table > fieldset.path-topic > fieldset.path-sub-topic > ul.path-variants > li {
                }

fieldset.path-topics-toc {
    margin-bottom: 2em;
    border-bottom: 1px solid lightgray;
}

    fieldset.path-topics-toc > legend {
        font-size: 2em;
        margin-bottom: 10px;
    }

    fieldset.path-topics-toc > ul {
        margin-bottom: 2em;
    }

        fieldset.path-topics-toc > ul > li {
        }

            fieldset.path-topics-toc > ul > li.path-topic-crud {
            }


fieldset.response {
    border-color: #EEE;
    padding: 2em;
    margin-top: 0.5em;
}

    fieldset.response legend {
        font-size: 1.75rem;
        font-weight: 500;
        line-height: 2.8rem;
        margin: 3.2rem 0 0;
    }

    fieldset.response h5 {
        margin-top: 0.5em;
    }

span.polymorphic-name {
    font-weight: bold;
}

ul.polymorphic-styles, ul.virtual-property, ul.foreign-key, ul.accepted-values {
    margin: 0;
    font-size: 0.9em;
    list-style: circle;
    padding: 0;
    margin-left: 1em;
}

label {
    font-weight: bold;
}

a.help {
    text-decoration: none !important;
    text-decoration-line: none !important;
    box-shadow: none !important;
    text-decoration-style: unset !important;
}


article > section > ul > li > ul > li {
    list-style: circle !important;
}


article > section > ul > li > ul {
    margin: 0.5em 0 2em 0 !important;
}

ul > li > em > strong {
    font-weight: 500 !important;
    color: #555 !important;
}

a {
    text-decoration: none !important;
    text-decoration-line: none !important;
    box-shadow: none !important;
    text-decoration-style: unset !important;
}


.minimum-set-controller {
}

.minimum-set-controller-link {
}

.minimum-set-spinner {
    margin-left: 5px;
}

.minimum-set-result {
    margin-left: 10px;
}

.try-this-container {
}

.try-this-btn {
    cursor: pointer !important;
}


.try-this-parameter {
}

.try-this-parameter-id {
    width: 6em;
}

.try-this-parameter-pk {
    width: 6em;
}

.try-this-commands {
    margin-top: 1em;
    margin-bottom: 1em;
}

.try-this-command {
    margin-right: 2em;
}

.try-this-editor {
}

.try-this-editor-post {
    margin-top: 1em;
}

    .try-this-editor-post textarea {
        min-height: 100px;
    }

.try-this-editor-post-reload {
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}




.try-this-editor-request {
    margin-top: 1em;
    display: none;
}

.try-this-editor-response {
    margin-top: 1em;
    display: none;
}

    .try-this-editor-response textarea {
        min-height: 100px;
    }

#top-bar {
    height: 1.8em;
    font-size: 1em;
    padding-top: 0.5em;
    background-color: #37414d;
    padding-left: 0.5em;
}

#username-container {
    color: #FFF;
}

#username {
    color: #FFF;
}

#loginCmd {
    display: inline-block;
    color: #FFF;
    cursor: pointer;
    margin-left: 20px;
}

#logoutCmd {
    display: inline-block;
    color: #FFF;
    cursor: pointer;
    margin-left: 20px;
}

#loginModalBody input {
    margin-bottom: 1em;
}

#loginModalBodyDescription {
    margin-bottom: 1em;
}

.try-this-editor-advanced-options {
    margin-top: 1em;
}

.panel-body > .row {
    margin-bottom: 1em;
}


#spinner {
    display: none;
    position: fixed;
    left: 47%;
    top: 47%;
    background: white;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #e98400;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.post-content h3 {
    word-break: break-all;
    font-size: 2rem;
}


b, strong {
    word-break: break-all;
}

.post-content td {
    word-break: break-all;
}

.http-header {
    color: yellow;
    font-weight: bold;
}

.product-title {
    font-weight: bold;
    font-style: italic;
}

footer {
    font-size: 0.8em;
    text-align: center;
    padding-bottom: 1em;
}

    footer > .product-title-and-version {
    }

h1 > a:hover {
    color: #fff;
}

h1 > a:active {
    color: #fff;
}

h1 > a:focus {
    color: #fff;
}

table.polymorphic-styles-toc {
    width: 100%;
    overflow: hidden;
}

    table.polymorphic-styles-toc td {
        font-size: 1.3rem;
    }

        table.polymorphic-styles-toc td a {
            font-size: 1.3rem;
        }

        table.polymorphic-styles-toc td ul {
            margin: 0;
            list-style: circle;
            padding: 0;
            border: 0;
            margin-left: 1em;
        }

            table.polymorphic-styles-toc td ul li {
                font-size: 1.3rem;
                line-height: 1.0em;
            }

.polymorphic-styles-toc-applies-to {
    display: none;
}


table.polymorphic-enums-toc {
    width: 100%;
    overflow: hidden;
}

    table.polymorphic-enums-toc td {
        font-size: 1.3rem;
    }

        table.polymorphic-enums-toc td a {
            font-size: 1.3rem;
        }

        table.polymorphic-enums-toc td ul {
            margin: 0;
            list-style: circle;
            padding: 0;
            border: 0;
            margin-left: 1em;
        }

            table.polymorphic-enums-toc td ul li {
                font-size: 1.3rem;
                line-height: 1.0em;
            }

.polymorphic-enums-toc-applies-to {
    display: none;
}

.post-content .bg-danger {
    padding:1em;
}

article section.post-content pre code
{
    padding: 0 !important;
}
                       

article section.post-content h4 {
    font-style: italic;
    color: #558;
}