﻿.swagger-section #header {
    border-bottom: 1px solid #000000;
    font-style: normal;
    font-weight: 400;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url(../images/logo.png) no-repeat left center;
    background-color: #293846;
    display: block;
    height: 66px;
    margin: 16px;
    background-position-x: 250px;
}

.swagger-section #header h1 {
    text-align: center;
    font-size: 20px;
    color: white;
}

.swagger-section {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.swagger-section #header .swagger-ui-wrap #logo {
    display: none;
}


    .swagger-section #auth_container .authorize__btn  {
        background-color: #286090
    }

    .swagger-section #auth_container .authorize__btn:hover {
        background-color: #286090
    }

        .swagger-section #select_document {
            background-color: #286090;
            visibility: collapse;
        }

    .swagger-section #input_baseUrl {
        visibility: hidden;
    }

    .swagger-section .swagger-ui-wrap .info_title {
        color: #293846
    }

    .swagger-section .swagger-ui-wrap p {
        color: #293846
    }

