﻿/* TOPBAR */

.swagger-ui .topbar {
    background-color: #003B75;
}

.swagger-ui img {
    content: url(Colleqtive-Retail_FC-white.png);
    width: 138px;
    height: 22px;
}

.swagger-ui .topbar .download-url-wrapper .select-label select {
    border: 2px solid #003d77;
    box-shadow: none;
    flex: 2;
    outline: none;
    width: 100%;
}

/* CONTENT */

.swagger-ui .info {
    margin: 50px 0;
    background-color: white;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
}

.swagger-ui .info .title {
    color: #003B75;
    font-family: sans-serif;
    font-size: 36px;
    margin: 0;
}

.swagger-ui .scheme-container {
    background: none;
    box-shadow: none;
    margin: 0 0 20px;
    padding: 30px 0;
}

/* BUTTON AUTHORIZE */
.swagger-ui .btn.authorize {
    background-color: transparent;
    border-color: #003B75;
    color: #003B75;
    display: inline;
    line-height: 1;
}

.swagger-ui .btn.authorize svg {
    fill: #003B75;
}

/* OPBLOCK: GET */
.swagger-ui .opblock.opblock-get .opblock-summary-method {
    background: #0276E5;
}

