.api-topbar{
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    height: 36px;

    background: #37474f; /* Old browsers */
    background: -moz-linear-gradient(top, #37474f 0%, #263238 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #37474f 0%,#263238 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #37474f 0%,#263238 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37474f', endColorstr='#263238',GradientType=0 ); /* IE6-9 */

    border-bottom: 1px solid #1a2327;

    font-family: "Droid Sans", sans-serif;
    line-height: 36px;
    color: #ccc;
    font-size: 10pt;

    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.api-topbar .logo{
    background:url("../img/logo.png");
    width: 83px;
    height: 20px;
    margin-top: 8px;
    margin-right: 8px;
    float: left;
}
.api-topbar .version{
    float: right;
}
.api-sidebar {
    background: #37474F;
    position: fixed;
    top: 37px;
    left: 0;
    width: 220px;
    padding: 10px;
    bottom: 0;
    overflow-y: auto;
}

.api-content{
    /*margin-left: 240px;*/
    padding-top: 37px;
}

.api-client-info{
    font-family: "Droid Sans", sans-serif;
    font-size: 10pt;
    line-height: 1.2;
    background: #ECEFF1;
    padding: 15px 0;
}

.api-client-info .inputs {
    margin-top: 10px;
}

.api-client-info .inputs input{
    margin-right: 10px;
}

.api-client-info h4{
    font-size: 12pt;
    font-weight: 600;
}

.wrapper{
    min-width: 700px;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

#swagger-ui-container{
    margin-top: 10px;
}

.swagger-section #message-bar{
    min-height: 0;
    padding-top: 0;
}

.api-content .swagger-section {
    padding: 0 20px;
}

#api_info, .footer{
    display: none;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
    margin-right: 0;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading{
    border: 0;
}

