﻿.curhand {
    cursor: pointer;
}

.swagger-section {
    background-color: #f8f8ef;
    background-color: white;
}

    .swagger-section #header {
        background-color: #FF5722;
    }

#input_baseUrl, #api_key, #explore, #input_apiKey, #message-bar, #logo__img {
    display: none !important;
    /*visibility: hidden !important;*/
}

.swagger-section #header, .swagger-section #message-bar, .swagger-section .swagger-ui-wrap .footer, .swagger-section .authorize-wrapper_operation {
    /*display: none;*/
}

.swagger-section .swagger-ui-wrap .info_title {
    padding-top: 16px;
    padding-bottom: 24px;
}

#resources_container {
    padding-top: 16px;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource {
    margin-bottom: 24px;
}

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading, .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading, .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading, .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
        padding: 6px;
        border-radius: 4px;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading, .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
        border-color: #49cc90;
        background-color: #e9fff5;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading, .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
        border-color: #61affe;
        background-color: #f2f8ff;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading, .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
        border-color: #fca130;
        background-color: #fdf7f0;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading, .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
        border-color: #f93e3e;
        background-color: #fbefef;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a {
        background-color: #49cc90;
        font-weight: bold;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
        background-color: #61affe;
        font-weight: bold;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a {
        background-color: #fca130;
        font-weight: bold;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a {
        background-color: #f93e3e;
        font-weight: bold;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a {
        color: #676a71;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path {
        font-weight: bold;
        color: #676a71;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit {
        font-size: 14px;
        font-weight: 700;
        padding: 5px 23px;
        transition: all .3s;
        border: 2px solid #888;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
        font-family: Titillium Web,sans-serif;
        color: #3b4151;
    }

    .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: 8px;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.response div.block pre, .swagger-section .swagger-ui-wrap .model-signature pre, .swagger-section .swagger-ui-wrap .model-signature pre > code, .swagger-section .swagger-ui-wrap .model-signature pre:hover, .swagger-section .hljs, .swagger-section .hljs-subst, .swagger-section .swagger-ui-wrap pre, .swagger-section .swagger-ui-wrap pre code {
        font-size: 12px;
        margin: 0;
        padding: 10px;
        resize: none;
        border-radius: 4px;
        border: 0;
        background: #41444e;
        font-family: Source Code Pro,monospace;
        font-weight: 600;
        color: #fff;
    }

.swagger-section .hljs-type, .swagger-section .hljs-string, .swagger-section .hljs-number, .swagger-section .hljs-selector-id, .swagger-section .hljs-selector-class, .swagger-section .hljs-quote, .swagger-section .hljs-template-tag, .swagger-section .hljs-deletion {
    color: #fffaec;
}

.swagger-section .hljs-built_in, .swagger-section .hljs-literal, .swagger-section .hljs-bullet, .swagger-section .hljs-code, .swagger-section .hljs-addition {
    color: #aeeaae;
}

.swagger-section .swagger-ui-wrap {
    max-width: 98% !important;
 }