/* swagger ui customization */

body {
    font-family: Arial,Verdana,"Sans Serif";
}

    body.swagger-section #header {
        background-color: white;
        border-bottom-color: rgb(193, 193, 193);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        padding-bottom: 28px;
        padding-top: 8px;
    }

        body.swagger-section #header .swagger-ui-wrap {
            background: url(../images/logo.gif) no-repeat;
            background-position-y: bottom;
            height: 32px;
        }

    body.swagger-section div#header div.swagger-ui-wrap a#logo img.logo__img {
        display: none;
    }

    body.swagger-section div#header div.swagger-ui-wrap a#logo span.logo__title {
        visibility: hidden;
    }

    body.swagger-section div#header div.swagger-ui-wrap form#api_selector div.input select#select_document {
        background-color: #35a;
    }



h2 {
    font-size: 20px !important;
    font-weight: 400 !important;
    /*text-transform: uppercase !important;*/
    color: #35a !important;
    margin-top: 0;
    margin-bottom: 4px;
}

.info, .info-description, #input_baseUrl {
    font-size: 13px !important;
    color: rgb(51, 51, 51) !important;
}
.info_title {
    font-size: 20px;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #35a;
    margin-top: 0;
    margin-bottom: 4px;
}

input[type="text"] {
    border-color: rgb(193, 193, 193);
    border-style: solid;
    border-width: 1px;
}

.footer {
    visibility: hidden;
}

#input_baseUrl, #select_document {
    /* Hide it once the swagger.json resolves properly */
    visibility: hidden;
}


