﻿.title {
}

.swagger-ui .topbar {
    background-color: #225d97;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 500;
}

.swagger-ui {
    margin-top: 150px;
}

    .swagger-ui .topbar .download-url-wrapper .select-label {
        color: #fff;
    }
/*.scheme-container {
    display: none !important;
}*/
.topbar-wrapper img {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('dealogicLogo.png') no-repeat;
    height: 46px; /* Height of new image */
    padding-left: 12500px; /* Equal to width of new image */
    background-size: 100px;
    background-position-y: 8px;
}

.topbar-wrapper span {
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-name: animTitle;
}

img[alt="Loading..."] {
    display: none !important;
}