﻿#header {
    background: #003366 !important;
}

.topbar-wrapper img[alt="Swagger UI"], .topbar-wrapper span {
    display: none !important;
}

.topbar-wrapper .link:after {
    content: 'AgTraxAPI';
    color: #fff;
    visibility: visible;
    display: block;
    position: absolute;
    padding: 15px;
}

.logo__title {
    display: none !important;
}

.swagger-section #header #logo .logo__img {
    margin-top: -11px;
}

.swagger-section #explore, .swagger-section #auth_container .authorize__btn {
    background-color: #EA8C1C;
}

    .swagger-section #explore:hover, .swagger-section #auth_container .authorize__btn {
        background-color: #C25427;
    }

#api_info a {
    color: #007bff !important;
    text-decoration: none !important;
}

    #api_info a:hover,
    #api_info a:focus,
    #api_info a:active {
        color: #0056b3 !important;
        text-decoration: underline !important;
    }

#api_selector {
    display: none !important;
}

.footer {
    display: none !important;
}
