﻿#header {
    background-color: #337ab7 !important;
}

.header__btn {
    background-color: #5bc0de !important;
}

.swagger-section #header {
    padding: 9px 0 19px 0;
}

.swagger-ui-wrap {
    width: 90% !important;
    max-width: 90% !important;
}

.logo__img {
    display: none !important;
}

.logo-title {
    display: inline-block !important;
    padding-left: 0 !important;
    color: white;
    font-size: 28px;
    font-weight: bold;
    margin-top: 3px;
}

.swagger-section #auth_container .authorize__btn {
    background-color: lightgray;
    color: black;
    font-weight: normal;
    padding: 4px 8px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
}

.swagger-section #auth_container .authorize__btn:hover {
    background-color: lightgray !important;
    border: 1px solid white;
}

.sandbox-message {
    color: #337ab7;
    padding: 10px;
    font-size: 0.9em;
}

.use-sandbox-inline-block {
    display: inline-block !important;
}

.operation-params .body-textarea {
    min-height: 235px;
}

.response-class .model-signature {
    display: none !important;
}

#api_info {
    display: none !important;
}

.footer {
    visibility: hidden !important;
}
