﻿html {
    box-sizing: border-box;    
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fafafa;
}

/* Swagger UI customization CSS */

.swagger-ui .topbar {
    padding: 10px 0;
    background-color: white;
}

.swagger-ui .topbar {
    background-color: white;
    margin-bottom: -40px;
}

.swagger-ui .info hgroup.main a {
    visibility: hidden;
}

.swagger-ui .info hgroup.main a::before {
    content: "swagger.json";
    visibility: visible;
}

.swagger-ui .topbar .download-url-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.swagger-ui .info .base-url {
    font-size: 12px;
    font-weight: 300 !important;
    margin: 0;
    font-family: monospace;
    font-weight: 600;
    color: #3b4151;
}

.swagger-ui .btn.authorize svg {
    fill: #000000;
}

.swagger-ui .btn.authorize {
    line-height: 1;
    display: inline;
    border-color: #000000;
    background-color: transparent;
    color: #000000;
    visibility: hidden;
}

.swagger-ui .btn {
    font-size: 14px;
    font-weight: 700;
    padding: 5px 23px;
    transition: all .3s;
    border: 2px solid grey;
    border-radius: 4px;
    background: transparent;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    font-family: sans-serif;
    color: #000000;
}

.swagger-ui .info .title {
    font-size: 36px;
    margin: 0;
    font-family: sans-serif;
    color: #000000;
}

.swagger-ui .info .title {
    font-size: 24px;
    margin: 0;
    font-family: sans-serif;
    color: #000000;
}

.swagger-ui .info .base-url {
    font-size: 12px;
    font-weight: 300 !important;
    margin: 0;
    font-family: monospace;
    font-weight: 600;
    color: #3b4151;
    visibility: collapse;
}

.swagger-ui .opblock-tag {
    font-size: 20px;
    margin: 0 0 5px;
    font-family: sans-serif;
    color: #3b4151;
}

/* Supporting styles for Chrome browser */

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .topbar-wrapper .link::after {
        background-image: url('img/logo.png');
        background-repeat: no-repeat;
        display: inline-block;
        content: "";
        width: 200px;
        height: 50px;
        background-size: 150px auto;
        margin-left: -19px;
    }

    .topbar-wrapper .link svg {
        display: none;
    }
}

/* Supporting styles for Chrome browser */

/* Supporting styles for IE browser */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swagger-ui .topbar a {
        max-width: 200px;
    }

    .topbar-wrapper .link::after {
        background-image: url('img/logo.png');
        background-repeat: no-repeat;
        display: inline-block;
        content: "";
        width: 200px;
        height: 50px;
        background-size: 150px auto;
        margin-left: -19px;
    }

    .topbar-wrapper .link svg {
        display: none;
    }
}

@supports (-ms-accelerator:true) {
    .swagger-ui .topbar a {
        max-width: 200px;
    }

    .topbar-wrapper .link::after {
        background-image: url('img/logo.png');
        background-repeat: no-repeat;
        display: inline-block;
        content: "";
        width: 200px;
        height: 50px;
        background-size: 150px auto;
        margin-left: -19px;
    }

    .topbar-wrapper .link svg {
        display: none;
    }
}

@supports (-ms-ime-align:auto) {
    .swagger-ui .topbar a {
        max-width: 200px;
    }

    .topbar-wrapper .link::after {
        background-image: url('img/logo.png');
        background-repeat: no-repeat;
        display: inline-block;
        content: "";
        width: 200px;
        height: 50px;
        background-size: 150px auto;
        margin-left: -19px;
    }

    .topbar-wrapper .link svg {
        display: none;
    }
}

/* Supporting styles for IE browser */

/* Supporting styles for Firefox browser */

@-moz-document url-prefix() {
    .swagger-ui .topbar a {
        max-width: 200px;
    }

    .topbar-wrapper .link::after {
        background-image: url('img/logo.png');
        background-repeat: no-repeat;
        display: inline-block;
        content: "";
        width: 200px;
        height: 50px;
        background-size: 150px auto;
        margin-left: -19px;
    }

    .topbar-wrapper .link svg {
        display: none;
    }
}

/* Supporting styles for Firefox browser */

/* Swagger UI customization CSS */
