/*
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 * http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

#api_info {
    display: none;
}

@media screen {
    .swagger-section #header {
        padding:initial;
        height:63px;
        align-items: center;
        display: flex;
    }

    body #header {
        background-color: #5068c2 !important;
    }

    .swagger-section #header #logo {
        font-family: 'Open Sans', 'Helvetica Neue for IBM', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 15px;
        font-weight:unset;
    }

    .swagger-section .swagger-ui-wrap {
        max-width: unset;
        margin-left: unset;
        margin-right: unset;
    }

    .swagger-section #message-bar {
        min-height:20px;
    }

    #access-token-container {
        display: none;
        padding-left: 30px;
        padding-right: 30px;
    }

    #access-token-container label {
        font-family: 'helvetica neue', helvetica, arial, sans-serif !important;
        font-weight: 700;
        color: #999;
        font-size: 1.3em;
    }

    #access-token-container input {
        display: none;
        margin: 10px 0px 10px 0px;
        min-width: 500px;
    }

    #access-token-container p {
        font-size: 90%;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    .authorize-wrapper {
        display: none;
    }
}
