﻿.swagger-ui .topbar {
    background-color: #000;
}

    .swagger-ui .topbar .download-url-wrapper .select-label select {
        border-color: #EF1C25;
    }

.topbar-wrapper img[alt="Swagger UI"], .topbar-wrapper span {
    visibility: hidden;
}

.topbar-wrapper .link:after {
    content: 'Crol REST API';
    color: #fff;
    visibility: visible;
    display: block;
    position: absolute;
    padding: 15px;
}

.swagger-ui .info .title small:last-child {
    background-color: #EF1C25 !important;
}

#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;
    }

.badge {
    background-color: #00d45a;
    color: white;
    padding: 4px 8px;
    text-align: center;
    border-radius: 5px;
    font-size: smaller;
    text-transform: lowercase;
}