﻿img[alt="Swagger UI"] {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: url('/swagger-ui/image/foundry-optifleet.png');
    max-width: 100%;
    max-height: 100%;
}

body {
    background-color: #f3f3f4;
}


.swagger-ui a {
    outline: none !important;
}

.swagger-ui .topbar {
    background: #18181B;
}

.swagger-ui select {
    border-color: #17B26A;
}



.swagger-ui .info {
    margin: 35px 0;
}

    .swagger-ui .info .title small {
        background-color: #8c8d939e;
    }

        .swagger-ui .info .title small:last-child {
            background-color: #17B26A !important;
        }

    .swagger-ui .info a {
        color: #242428;
    }

    .swagger-ui .info p {
        max-width: 540px;
        margin-left: 0px;
        font-size: 15px;
    }

.swagger-ui .scheme-container {
    padding: 22px 0;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 15%);
}

.swagger-ui .btn.authorize {
    background-color: #17B26A;
    border-color: #17B26A;
    color: #fff;
}

    .swagger-ui .btn.authorize:hover {
        background-color: #17B26A;
        border-color: #17B26A;
        color: #fff;
    }

    .swagger-ui .btn.authorize svg {
        fill: #fff;
        transition: all .3s
    }


.swagger-ui a.nostyle, .swagger-ui a.nostyle:visited {
    letter-spacing: 1px;
    font-weight: bold;
}


.swagger-ui .opblock.opblock-get {
    background: #F1F1F2;
    border-color: #242428;
}

    .swagger-ui .opblock.opblock-get .opblock-summary-method {
        background: #17B26A;
    }

    .swagger-ui .opblock.opblock-get .opblock-summary {
        border-color: #242428;
    }

    .swagger-ui .opblock.opblock-get .tab-header .tab-item.active h4 span:after {
        background: #17B26A;
    }

.swagger-ui .btn {
    border-color: #17B26A;
    color: #17B26A;
}

    .swagger-ui .btn:hover {
        border-color: #6ed159;
        color: #6ed159;
    }

    .swagger-ui .btn.cancel {
        border-color: #17B26A;
        color: #17B26A;
    }

        .swagger-ui .btn.cancel:hover {
            border-color: #242428;
            color: #242428;
        }

    .swagger-ui .btn.execute {
        background-color: #17B26A;
        border-color: #17B26A;
        color: #fff;
    }

.swagger-ui .btn-group .btn:last-child {
    border-color: #17B26A;
    color: #17B26A;
}

.swagger-ui .authorization__btn.unlocked {
    color: #8c8d932e;
}


.swagger-ui section.models .model-container {
    background: #8c8d931a;
}
