﻿/*#header{
    display:none;
}*/

.swagger-section #header {
    background-color: #00005a;
}
.swagger-section #header form#api_selector .input input#input_baseUrl {
    display: none;
}

.swagger-section #header a#logo{
    background: url(/images/small-logo.svg) no-repeat left center;
    padding: 0;
    display: inline-block;
    width: 138px;
    height: 58px;
    text-indent: -9999px;
}

.swagger-section #header form#api_selector {
    margin: 14px 0 0 0;
}

.swagger-section #header form#api_selector .input a#explore {
    background-color: inherit;
    border: 1px solid white;
}
.swagger-section #header form#api_selector .input a#explore:hover,
.swagger-section #header form#api_selector .input a#explore:active {
    background-color: inherit !important;
}

    
