﻿.swagger-ui .wrapper {
    padding: 0;
    max-width: 100%;
}

/* Hide the default Swagger logo text */
.swagger-ui .topbar-wrapper a {
    display: none;
}

/* Add your own logo */
.swagger-ui .topbar-wrapper::before {
    content: "";
    display: inline-block;
    background-image: url('/swagger-ui/logo-provant.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 176px;
    height: 52px;
    margin-right: 20px;
}

.swagger-ui .topbar {
    background-color: #fff;
    border-bottom: 1px solid #eae4e2;
    padding: 20px;
}

    .swagger-ui .topbar .download-url-wrapper .select-label span {
        color: #000;
        font-weight: normal;
    }

    .swagger-ui .topbar .download-url-wrapper .select-label select {
        border: 1px solid #c30e2e;
        box-shadow: none;
        flex: 2;
        outline: none;
        width: 100%;
    }

.swagger-ui .information-container.wrapper {
    background-color: #eae4e2;
}

    .swagger-ui .information-container.wrapper div.info {
        margin: 0;
        padding: 30px;
    }

        .swagger-ui .information-container.wrapper div.info .title {
            color: #c30e2e;
            font-weight: bold;
        }

            .swagger-ui .information-container.wrapper div.info .title span {
                margin-left: 10px
            }

        .swagger-ui .information-container.wrapper div.info .link {
            font-size: 16px;
        }

        .swagger-ui .information-container.wrapper div.info div.description {
            margin: 0;
        }

            .swagger-ui .information-container.wrapper div.info div.description p {
                margin: 0;
                font-size: 18px;
            }

.swagger-ui .scheme-container {
    position: absolute;
    background: none;
    box-shadow: none;
    width: 100%;
    top: 190px;
    margin: 0;
    padding: 0;
}

    .swagger-ui .scheme-container .schemes .auth-wrapper .authorize {
        margin-right: 20px;
        padding-right: 10px;
    }

.swagger-ui .wrapper .opblock-tag {
    margin: 0;
    background-color: rgba(59,65,81,.3);
    border: 1px solid rgba(59,65,81,.5);
}

.swagger-ui .wrapper .operation-tag-content {
    padding: 10px;    
}

    .swagger-ui .wrapper .operation-tag-content .opblock {
        margin: 5px 0;
    }

.swagger-ui .wrapper .opblock-tag a.nostyle {
    color: rgb(59, 65, 81);
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.swagger-ui .wrapper .opblock-tag small div p {
    font-style: italic;
}

.swagger-ui .table-container {
    padding-bottom: 0
}

.swagger-ui .execute-wrapper {
    padding-top: 0;
}

/* Buttons */
.swagger-ui .btn {
    background-color: #c30e2e;
    color: #fff;
    border-radius: 4px;
    font-weight: normal;
    padding: 10px 14px 7px 10px;
    border: 1px solid #c30e2e;
}

    .swagger-ui .btn:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    }

    .swagger-ui .btn.authorize {
        background-color: #fff;
        color: #c30e2e;
        border: 1px solid #c30e2e;
    }

        .swagger-ui .btn.authorize > span {
            padding-right: 15px;
            font-weight: bold;
        }

        .swagger-ui .btn.authorize > svg {
            fill: #c30e2e;
        }

    .swagger-ui .btn.cancel {
        background-color: #fff;
        color: #c30e2e;
    }

    .swagger-ui .btn.execute {
        background-color: #c30e2e;
        color: #fff;
        border-color: #c30e2e;
    }

    .swagger-ui .btn.btn-clear {
        background-color: #fff;
        color: #c30e2e;
    }

    .swagger-ui .btn.modal-btn.auth.button {
        margin-right: 20px;
    }

.swagger-ui .auth-btn-wrapper {
    justify-content: flex-start;
}

.swagger-ui .btn-group {
    padding: 20px;
}

/* Response codes */
.swagger-ui .response-col_status {
    color: #005B82;
    font-weight: bold;
}
