﻿/*Override default*/
.swagger-section #header #logo {
    background: none;
    padding: 0;
    padding-bottom: 50px;
}

#logo a {
    text-decoration: none;
}

.swagger-section .swagger-ui-wrap h1 {
    position: relative;
    top: 18px;
    left: 10px;
    color: #3c3935;
}

#logo img {
    max-width: 250px;
}

.swagger-section #api_selector {
    float: none;
}

.swagger-section #input_apiKey {
    width: 100%;
}

.swagger-section #api_selector input {
    padding: 0;
}

.swagger-section #header {
    background: #fff;
    padding: 14px;
    height: auto;
    min-width: auto;
}

.swagger-section .swagger-ui-wrap h3 {
    display: inline;
}

/*Custom swagger UI*/
#btnLogin_id, .swagger-section #explore {
    text-decoration: none;
    font-weight: bold;
    padding: 10px 40px;
    font-size: 0.9em;
    color: white;
    border-radius: 4px;
    min-width: 52px;
    display: inline-block;
    text-align: center;
}

#btnLogin_id {
    background-color: #de1f26;
}

    #btnLogin_id:hover {
        background-color: #ef5f64;
    }

.swagger-section #explore {
    background-color: #1a3668;
}

    .swagger-section #explore:hover {
        background-color: #3d5b90;
    }

.btn-default{
    text-decoration: none;
    font-weight: bold;
    padding: 10px 40px;
    font-size: 0.9em;
    color: white !important;
    border-radius: 4px;
    min-width: 52px;
    display: inline-block;
    text-align: center;
}

#container-logout{
    padding-top: 20px;
}
.btn-login {
    background-color: #28a745;
}

    .btn-login:hover {
        background-color: #24893b;
    }
.btn-oauthlogin {
    background-color: #17a2b8;
}

    .btn-oauthlogin:hover {
        background-color: #138699;
    }
.btn-logout {
    background-color: #5a6268;
}

    .btn-logout:hover {
        background-color: #768087;
    }

#hr3login label {
    font-size: 0.9em;
    color: #666;
    line-height: 2em;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill {
    -webkit-text-fill-color: inherit !important;
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
    transition: background-color 5000s ease-in-out 0s;
}


#hr3login input, .swagger-section #api_selector input {
    width: 100%;
    font-size: 1.025em;
    height: 32px;
    margin-bottom: 15px;
    padding-left: 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    #hr3login input:focus, .swagger-section #api_selector input:focus {
        border-color: #6e8095;
        outline: none;
    }

.form-container {
    max-width: 70%;
}

#hr3logindiv {
    margin: 20px 0 40px;
}

#api_selector {
    margin-top: 20px;
}

/*Starter page*/
.starter-page .btn-default {
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    display: inline-block;
    margin-right: 20px;
}

.starter-page #logo {
    margin-bottom: 50px;
}

.starter-page .content-item {
    margin: 20px 0 35px;
}

.starter-page .result {
    margin-top: 15px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    max-width: max-content;
    display: none;
}
