html {
    height: 100%;
}

body {
    background-color: rgb(238, 242, 250) !important;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: initial;
    height: 100%;
    margin: 0;
    padding-top: 1px;
}

a {
    color: #4990e2;
    text-decoration: none;
}

.chorus-logo-box {
    box-sizing: border-box;
    height: 0;
    position: relative;
    left: 30px;
    margin: auto;
    max-width: 1460px;
    top: 10px;
    width: 100%;
}

.chorus-logo {
    width: 44px;
}

.swagger-ui {
    padding-bottom: 1px
}

.swagger-ui .auth-wrapper {
    position: absolute;
    right: 20px;
    top: 20px;
}

.swagger-ui .info hgroup.main,
.swagger-ui .renderedMarkdown p {
    margin: 0 0 5px 0;
}

.swagger-ui .info .description {
    margin-bottom: 10px;
}

.swagger-ui .opblock.opblock-deprecated {
    background-color: #d2d2d2;
}

.swagger-ui .opblock-tag {
    color: #335683;
    font-weight: initial;
}

.swagger-ui,
.swagger-ui .info .title {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-weight: initial;
}

.swagger-ui .info * {
    color: rgba(18, 31, 51, .87);
}

.swagger-ui a {
    color: #4990e2;
}

.swagger-ui .info {
    margin: 10px 0 20px 60px;
}

.swagger-ui .scheme-container {
    background: initial;
    margin: 0;
    padding: 0 0 10px 0;
}

.swagger-ui .btn {
    border-color: #3b4151;
    color: #3b4151;
}

.swagger-ui .btn.try-out__btn {
    border-color: rgb(18, 21, 26);
    font-weight: lighter;
}

.swagger-ui .authorization__btn {
    fill: #ffffff;
}

.swagger-ui table thead tr td,
.swagger-ui table thead tr th {
    border-bottom-color: rgba(255, 255, 255, .22)
}

.swagger-ui,
.swagger-ui .loading-container .loading:after,
.swagger-ui .model,
.swagger-ui .model-title,
.swagger-ui .opblock-description-wrapper,
.swagger-ui .opblock-description-wrapper p,
.swagger-ui .opblock-external-docs-wrapper,
.swagger-ui .opblock-external-docs-wrapper p,
.swagger-ui .opblock-title_normal,
.swagger-ui .opblock-title_normal p,
.swagger-ui .opblock .opblock-summary-operation-id,
.swagger-ui .opblock .opblock-summary-path,
.swagger-ui .opblock .opblock-summary-path__deprecated,
.swagger-ui .opblock .opblock-summary-description,
.swagger-ui .parameter__in,
.swagger-ui .parameter__name,
.swagger-ui .parameter__type,
.swagger-ui .renderedMarkdown p,
.swagger-ui .response-col_status,
.swagger-ui .response-control-media-type__accept-message,
.swagger-ui .response-col_links,
.swagger-ui .tab li,
.swagger-ui table thead tr td,
.swagger-ui table thead tr th {
    color: rgb(18, 21, 26);
    font-weight: lighter;
}

.swagger-ui .parameter__name {
    font-family: monospace;
}

.swagger-ui .markdown code,
.swagger-ui .renderedMarkdown code {
    background: inherit;
    border-radius: initial;
    color: rgb(0, 169, 0);
    font-weight: lighter;
    padding: initial;
}

.swagger-ui .auth-container {
    color: #3b4151;
}

.swagger-ui .opblock-description-wrapper,
.swagger-ui .opblock-external-docs-wrapper,
.swagger-ui .opblock-title_normal {
    font-size: 14px
}

.swagger-ui .opblock.opblock-deprecated .opblock-summary-method {
    color: black;
}

.swagger-ui .opblock-deprecated .opblock-title_normal {
    color: #ff0000;
}

.swagger-ui .prop-type,
.swagger-ui .prop-format,
.swagger-ui .prop > span,
.swagger-ui .responses-inner h4, .swagger-ui .responses-inner h5 {
    color: #aaaaaa !important;
}

.swagger-ui .opblock.opblock-delete,
.swagger-ui .opblock.opblock-get,
.swagger-ui .opblock.opblock-options,
.swagger-ui .opblock.opblock-patch,
.swagger-ui .opblock.opblock-put,
.swagger-ui .opblock.opblock-post,
.swagger-ui section.models .model-container,
.swagger-ui section.models .model-container:hover {
    background-color: #ffffff;
    transition: inherit;
}

.swagger-ui .model-box,
.swagger-ui .opblock-tag:hover {
    background: inherit;
}

.swagger-ui .opblock {
    border-width: 0;
}

.swagger-ui .opblock .opblock-section-header {
    background-color: initial;
}

.swagger-ui .opblock .opblock-section-header h4 {
    color: rgb(18, 21, 26);
    font-weight: initial;
}

.swagger-ui .table-container {
    padding: 10px;
}

.swagger-ui .btn-group {
    padding: 10px;
}

.swagger-ui .btn {
    font-weight: normal;
}

.swagger-ui .btn.json-schema-form-item-add,
.swagger-ui .btn.json-schema-form-item-remove {
    border-color: #ffffff;
    color: #ffffff;
}

.swagger-ui .opblock-description-wrapper {
    padding-bottom: 0;
}

.swagger-ui .opblock .opblock-section-header {
    box-shadow: 0 1px 2px rgba(255, 255, 255, .22);
}

.swagger-ui .opblock-body pre.microlight,
.swagger-ui .tab li.active {
    font-weight: lighter;
}

.swagger-ui .tab li.active a {
    color: rgb(18, 21, 26);
    cursor: default;
    font-weight: bold;
}

.swagger-ui .model *,
.microlight span {
    font-weight: lighter !important;
}

div.required *,
.swagger-ui .parameter__name.required:after {
    color: #ffa3a3 !important;
}

.swagger-ui .info .description,
.swagger-ui .info hgroup.main a,
.swagger-ui .servers,
.swagger-ui .servers-title,
.swagger-ui .topbar,
.swagger-ui .authorization__btn,
.swagger-ui .info__tos {
    display: none
}
