﻿#header {
    background: #2170c0 !important;
}

input[name=baseUrl] {
    display: none !important;
}

.swagger-section .swagger-ui-wrap {
    max-width: 100% !important;
    padding-left: 10px !important;
}

#select_document {
    background: #2170c0 !important;
}


/*This is my hack to remove all the "Try it Out!" buttons without using the Startup.cs so that I can show the textboxes for the input parameter values..*/
/*https://github.com/swagger-api/swagger-ui/issues/3759*/
/*Later moved this code to javascript.. See swaggerInject.js*/
/*input[value="Try it out!"] {
    display: none !important;
}*/


/*.logo__title {
    display: none !important;
}

#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;
    }*/
