﻿body {
    padding-top: 80px;
}

.navbar.navbar-inverse {
    border-radius: 0px;
    margin-bottom: 0px;
    padding: 10px;
    background: #263238;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
}

#logo {
    height: 45px;
    margin: 0px 20px 8px 5px;
}

#quesnay-logo {
    height: 25px;
    margin: -10px 15px 0px;
}

.app-name {
   color: white;
   display: inline-block;
   font-size: 24px;
   line-height: 54px;
}

.app-by {
    color: white;
    display: inline-block;
    line-height: 58px;
    font-size: 18px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.content .redoc-wrap .menu-content {
    /*position: absolute !important;
    top: 80px !important;*/
    padding-top: 80px;
}

pre .redoc-json {
    color: white;
}
