﻿.swagger-section #header {
    background-color: white;
    border-bottom: 1px solid #e9ecf3;
    height: 45px;
}

    .swagger-section #header #logo .logo__img {
        object-position: -99999px 99999px;
        background-image: url(/Common/Images/app-api-logo.png);
        width: 100%;
        background-repeat: no-repeat;
        height: 40px;
        margin-left: -18px;
    }

    .swagger-section #header #logo .logo__title {
        display: none;
    }

    .swagger-section #api_selector {
        display: none;
    }

.swagger-section .swagger-ui-wrap .info_description {
    color: #485a6a;
}


.swagger-section .swagger-ui-wrap .info_title {
    color: #485a6a;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading h2 a, .swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading h2 a {
    color: #485a6a;
}