﻿.swagger-ui img {
    content: url(../images/propctrl_no_tagline.svg);
    width: 210px;
    height: auto;
    cursor: pointer;
}

.information-container.wrapper {
    max-width: 100%;
    background: #0d63c9;
    padding: 0;
}

.information-container .block {
    max-width: 1460px;
    margin: auto;
    
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Light.woff') format('woff'), url('../fonts/Roboto/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

.swagger-ui p,
.swagger-ui select,
.swagger-ui button, .swagger-ui .btn,
.swagger-ui h1.title,.swagger-ui .dialog-ux h3, .swagger-ui .dialog-ux h4,
.swagger-ui .model-title,
.swagger-ui .info a,
.swagger-ui label, .swagger-ui .select-label,
.swagger-ui .parameter__name,
.swagger-ui .servers-title,
.swagger-ui .opblock button,
.swagger-ui .opblock table, .swagger-ui .opblock table th, .swagger-ui .opblock table tr, .swagger-ui .opblock table td,
.swagger-ui .opblock .opblock-summary-method, .swagger-ui .opblock .opblock-summary-description, .swagger-ui .opblock .opblock-title,
.swagger-ui .opblock-tag.no-desc span,
.swagger-ui .responses-inner h4,
.swagger-ui .responses-inner h5 {
    font-family: Roboto, sans-serif !important;
}


.swagger-ui .topbar {
    background: white;
    padding: 21px 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.swagger-ui .topbar .download-url-wrapper .select-label {
    color: #515b6d;
}

.swagger-ui label {
    font-weight: 400;
}

.swagger-ui .info {
    margin: 0;
    background: #0d63c9;
    padding: 50px 20px;
}

.swagger-ui .info .title {
    color: white;
}

.swagger-ui .info hgroup.main a {
    font-size: 12px;
    color: white;
}

.swagger-ui .topbar .download-url-wrapper .select-label select {
    border: 2px solid #3cc89e;
}

.swagger-ui .info .title small {
    background: #3cc89e;
}

.swagger-ui .info p {
    color: white;
}
.swagger-ui .opblock .opblock-summary-path {
    width: 500px;
}

.swagger-ui .info a {
    color: white;
    text-decoration: underline;
}

.swagger-ui .info a:hover {
    color: white;
    opacity: 0.8;
}

.swagger-ui .arrow {
    min-width: 14px;
    max-width: 14px;
}

.swagger-ui section.models h4 svg {
    height: 14px;
    width: 14px;
}

