﻿.swagger-section #header {
    background-color: #0046FE;
}

.swagger-section #explore, .swagger-section #auth_container .authorize__btn {
    color: white;
    background-color: #FF5C35;
}

.swagger-section #explore:hover, .swagger-section #auth_container .authorize__btn:hover {
    background-color: #002C52;
}

/*Hide logo*/
.swagger-section #header #logo .logo__img {
    display: none;
}

/*
    .swagger-section #header #logo .logo__title {
    display: inline-block;
    padding: 5px 0 0 10px;
    font: 700 48px/60px 'Gelion',Arial,sans-serif;
}
*/

.swagger-section .swagger-ui-wrap .info_title {
    padding-top: 20px;
}

.swagger-section .swagger-ui-wrap a {
    color: #FF5C35;
}

.message-info {
    margin-top: 20px;
    /*margin-bottom: 10px;*/
    color: #0046FE;
}

    .message-info li {
        margin-top: 10px;
        margin-left: 10px;
    }
