﻿/* swagger ui overrides */
.topbar {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 3px 0 !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid gainsboro;
    z-index: 1000;
}

.topbar-wrapper img {
    height: 50px;
}

.topbar form {
    display: none !important;
}

.information-container {
    display: none;
}

#swagger-ui {
    background-color: #f1f7ff;
}

html {
    background-color: #f1f7ff;
}

/* custom css */

.container {
    background: rgb(255, 255, 255) url("https://www.i-cue.solutions/wp-content/uploads/2020/01/marketing-home-bg-img-2-5-e1618055709913.png.pagespeed.ce.uspqvooaDW.png") no-repeat scroll 0% 0% / auto padding-box border-box;
    font: 14px / 23.1px sans-serif;
    margin-top: 55px
}

.content {
    font: 14px / 23.1px sans-serif;
    padding: 20px 0px;
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0px 20px 20px;
}

.main-title {
    font: 700 33px / 33px sans-serif;
    padding-top: 20px;
    display: block;
}

.header-title {
    font: 500 25px / 25px sans-serif;
    letter-spacing: 1px;
    margin: 0px;
}

.header-title-dot {
    color: rgb(255, 183, 0);
    font: 300 50px / 50px sans-serif;
}

.header-subtitle {
    font: 600 18px / 26px sans-serif;
    color: rgb(255, 183, 0);
    margin: 0px 0px 14px;
}

.p-blue {
    color: rgb(156, 194, 223);
    font: 700 17px / 19px sans-serif;
    margin: 7px 0;
}

.p-default {
    font: 14px / 20px sans-serif;
    margin: 7px 0;
}

.description {
    margin-bottom: 15px;
}

.links a {
    color: #4990e2;
}

.main-title small {
    font-size: 10px;
    position: relative;
    top: 0px;
    display: inline-block;
    padding: 2px 4px;
    vertical-align: super;
    border-radius: 57px;
    background: #7d8492;
    height: 21px;
}

.main-title small.version-stamp {
    background-color: #89bf04;
}

    .main-title small pre {
        margin: 0;
        padding: 0;
        font-family: sans-serif;
        color: #fff;
        font-size: 14px;
        margin-top: -7px;
        padding: 0 5px;
    }
