﻿/* swagger ui customization */
/*body.swagger-section #header {
    background-color: white;
    background: url(your-new-logo.png) no-repeat;
    background-position-x: 250px;
    height: 50px;
}*/

body.swagger-section #header .swagger-ui-wrap #logo {
        /*display: none;*/
}

.swagger-section #header #logo .logo__img {
    content:url(/content/SwaggerCSS/maximeyes_logo.png) !important;
    /*content:url('@Url.Content("~/css/maximeyes_logo")') !important;*/
    /*content: url("https://www.first-insight.com/wp-content/uploads/2018/09/Logo-Spiral-RGB-large.png") !important;*/
    background-repeat: no-repeat;
    /*content: url('content/Css/maximeyes_logo.png') !important;*/
    width:115px;
    height:35px;
    margin-top:0px;
}
.swagger-section #header {
    background-color: rgb(0, 92, 185) !important
        /*background-color: #fff !important; 
        border: 1px solid #d1d1d1;
        padding: 20px 14px 20px 14px !important;*/
}
.swagger-section #header #logo{
    color:white !important;
    /*color:#005cb9 !important;*/
}
.swagger-section #explore{
    background: #2086bf;
    color: #ffffff;
    border-color: #2086bf;
    border-radius: 3px;
}
.swagger-section #explore:hover{
    border-color: #42aaff;
    background: #42aaff;
    color: #ffffff;
}
.swagger-section #input_apiKey
{
    width:450px !important;
}
#swagger-ui-container{
    padding:15px;
    border: 1px solid #D1D1D3;
}
.colorwhite
{
    color:white !important;
}

.swagger-section #input_baseUrl
{
    display:none !important;
}
/*.swagger-section .swagger-ui-wrap a img{
     content: url("https://www.first-insight.com/wp-content/uploads/2018/08/first-insight-logo-fixed2.png") !important;
}*/
.footer a{
    display:none !important;
}
.swagger-section #api_selector .input
{
        display: inline-block;
    clear: none;
    margin: 5px 10px 0 0;
}
.swagger-section #header #logo .logo__title
{
    display:none;
}