﻿.topbar-wrapper img[alt="Swagger UI"], .topbar-wrapper span {
    visibility: hidden;
}

.topbar-wrapper .link:after {
    content: 'PF API Docs';
    color: #fff;
    visibility: visible;
    display: block;
    position: absolute;
    padding: 15px;
}
.swagger-ui .topbar .download-url-wrapper .select-label select {
    border-color: #EF1C25;
}

.swagger-ui .info .title small:last-child {
    background-color: #EF1C25 !important;
}

.swagger-ui .topbar {
    padding: 10px 0;
    background-color: #002ca9;
}
.swagger-ui .scheme-container {
    margin: 0 0 20px;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
}
.swagger-ui .info {
    margin: 10px;
}

#header {
    background: #222 !important;
}

#select_document {
    background: #666 !important;
}

input[name=baseUrl] {
    display: none !important;
}

.logo__title {
    display: none !important;
}

#api_info a {
    color: #007bff !important;
    text-decoration: none !important;
}

    #api_info a:hover,
    #api_info a:focus,
    #api_info a:active {
        color: #0056b3 !important;
        text-decoration: underline !important;
    }