﻿.topbar-wrapper img[alt="Swagger UI"], .topbar-wrapper span {
    visibility: collapse;
}

.topbar-wrapper .link:before {
    content: url('logo.png');
    /*max-height: 100px;*/
}

/*#header {
    background: #202F65 !important;
}*/

.swagger-ui .topbar {
    background-color: #202F65 !important;
}

    .swagger-ui .topbar .download-url-wrapper {
        display: none !important;
    }

.swagger-ui .scheme-container {
    background-color: #fafafa !important;
    margin: 0 !important;
    padding-top: 0 !important;
}

.swagger-ui .info{
    margin-bottom: 0 !important;
}

.swagger-ui .servers-title {
    display: none !important;
}

.swagger-ui .servers {
    display: none !important;
}

/*
.swagger-ui .topbar .download-url-wrapper .select-label select {
    border-top-color: #C6AA64 !important;
    border-right-color: #C6AA64 !important;
    border-bottom-color: #C6AA64 !important;
    border-left-color: #C6AA64 !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;
    }
