﻿.swagger-section #header {
    background: white ;
    border-bottom: 1px solid #0b547b;
    height: 40px;
}


.swagger-section #header #logo {
    display: inline-block;
    background: white url('/content/img/logo.svg') no-repeat scroll 10px 10px;
    background-repeat: no-repeat;
    text-indent: -100%;
    width: 183px;
    height: 50px;
    overflow: hidden;
    padding: 0;
    position: relative;
}


.swagger-section #header #logo .logo__img {
    display: none;
}

.swagger-section #explore, .swagger-section #auth_container .authorize__btn {
    background: #0b547b;
    color: #eee;
}
.swagger-section #explore, .swagger-section #auth_container .authorize__btn:hover {
    background: #0b547b !important;
    color: #fff;
    
} 

.markdown p {
    margin-bottom: 10px;
    line-height: 1.25em !important;
}
.swagger-section .swagger-ui-wrap .markdown h3 {
    color: inherit;
}
.swagger-section .swagger-ui-wrap .markdown ol {
    list-style: decimal !important;
}
.swagger-section .swagger-ui-wrap p {
    padding: 0 !important;
    font-weight: normal;
    margin-bottom: 10px;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options {
    float: none;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li {
    float: none;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2,
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h3 {
    float: none !important;
    color: #222 !important;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
    font-size: 1.3em !important;
}
.markdown p,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
    color: #222 !important;
    font-size: 15px;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
    background: #efefef;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4 {
    color: black;
    font-weight: bold;
}

.swagger-section .swagger-ui-wrap a {
    color: darkblue;
}

.propDesc, .propVals {
    display: block;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
    color:#222;
    font-size: 150%;
}
code {
    font-size: 13px;
}
.swagger-section .swagger-ui-wrap .markdown p code, .swagger-section .swagger-ui-wrap .markdown li code {
    background-color: inherit;   
}

.swagger-section .swagger-ui-wrap .markdown pre {
    padding: 0;
    margin: 0;
}

.swagger-section .swagger-ui-wrap h2 {
    margin: 10px 0;
    font-size: 1.4em;
}
.swagger-section .swagger-ui-wrap h3 {
    margin: 10px 0;
    font-size: 1.3em;
}
.swagger-section .swagger-ui-wrap h4,
.swagger-section .swagger-ui-wrap dt {
    font-weight: bold;
}
.swagger-section .swagger-ui-wrap h5 {
    margin: 10px 0;
    font-style: italic;
}
.swagger-section .swagger-ui-wrap pre {
    margin-bottom: 20px;
}

.swagger-section .swagger-ui-wrap .list {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 40px;
    line-height: 1.4;
}
.swagger-section .swagger-ui-wrap .list .list {
    list-style-type: circle;
}
.swagger-section .swagger-ui-wrap .list .list .list {
    list-style-type: square;
}

.swagger-section .swagger-ui-wrap .list + p {
    margin-top: 20px;
}

.info_title {
    display:none;
}

.swagger-section .swagger-ui-wrap h1 {
    font-size: 1.9em !important;
    padding: 10px;
    margin-top: 20px;
    /*border-bottom: 1px solid black;*/
    background-color: #e7f0f7;
}

.swagger-section .swagger-ui-wrap h2 {
    font-weight: bold;
}

.swagger-section .swagger-ui-wrap #release-notes h2 {
    margin: 20px 0 10px 0; 
    border-bottom: solid 1px #000;
}

.swagger-section .swagger-ui-wrap hr {
    height: 1px;
    border-width: 0;
    color: gray;
    background-color: #dddddd;
    margin: 20px 0px;
    display: block;
}

#table-of-contents li {
    padding-top: 10px;
}

.footer {
    display: none;
}