﻿@import url("https://fonts.googleapis.com/css?family=Poppins:400,700,300");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: Poppins, sans-serif;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.swagger-section #header {
    background-color: #7B1FA2;
    padding: 22px;
}

.swagger-section #header form#api_selector {
    display: block;
    clear: none;
    float: right;
    margin-top: -10px;
}

.swagger-section #header form#api_selector div.input {
    margin-right: 0px;
    margin-left: 10px;
}

.swagger-section #header form#api_selector div.input:last-child {
    display: none;
}

.swagger-section #header form#api_selector div.input #input_baseUrl {
    display: none;
}

.swagger-section #header form#api_selector div.input #input_apiKey {
    display: none;
}

.swagger-section #header form#api_selector .input label {
    color: #fff;
    display: block;
    font-size: 0.8em;
    margin-bottom: 4px;
}

.swagger-section .swagger-ui-wrap .info_title {
    font-weight: normal;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource {
    border-bottom-style: none;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
    font-family: Poppins, sans-serif;
    font-weight: normal;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading {
    padding: 20px;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
    background-color: #fff;
    border: 1px solid #ddd;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a {
    padding: 2px 0 2px;
    margin-bottom: 5px;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path {
    padding-left: 5px;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
    background-color: #fff;
    border: 1px solid #ddd;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 {
    float: none;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li {
    padding: 0px;
}

.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.get div.content {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-style: none;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-style: none;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content {
    border-top: none;
    padding: 0px 20px 20px 20px;
    border-radius: 0px;
}

.swagger-section .swagger-ui-wrap pre {
    font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 10px;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.response div.block pre code {
    font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
    line-height: 1em;
    padding: 0px;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.response div.block pre code span {
    font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
}

.swagger-section .swagger-ui-wrap .model-signature pre code {
    font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
    line-height: 1em;
}
