﻿.swagger-ui .opblock-tag {
    font-size: 18px;
    color: #000000;
}

.swagger-ui .opblock .opblock-summary-method {
    font-size: 10px;
    min-width: 60px;
}

.swagger-ui .opblock .opblock-summary-path, .swagger-ui .opblock .opblock-summary-path__deprecated {
    font-size: 13px;
    font-weight: normal;
    color: #000;
}
.swagger-ui .opblock .opblock-summary-description{
    text-align:right;
    color:#333;
}
.swagger-ui .opblock {
    box-shadow: 0 2px 25px #bbb !important;
    border: 1px dashed #ccc !important
}

.swagger-ui .opblock .opblock-section-header {
    background: #e5e7ec
}

.swagger-ui .parameters-col_description input[type=text]{
    font-size:13px;
    max-width:100%;
}

.swagger-ui .info{
    margin:10px 0px;
}
.swagger-ui .scheme-container {
    padding: 0px;
    margin-bottom: 5px;
}

.swagger-ui .info .title{
    font-size:30px;
    color:#000;
}

.swagger-ui .topbar{
    /*display:none;*/
    background-color:#111;
}

.topbar-wrapper img {
    content: url('https://wttprod.blob.core.windows.net/images/logo/wtt_orange_inverse_new.png');
}

.swagger-ui .opblock-tag small{
    font-size:12px;
}

.swagger-ui .btn {
    border: 2px solid #8a0f10;
    border-radius: 4px;
    background: #252525;
    font-size: 11px;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
}