.swagger-ui{
    float: center;
}

.swagger-ui .topbar {
    display: none;
}

.swagger-ui h3{
    display: none;
}

.swagger-ui .info .title small.version-stamp {
    background-color: #23b7e5;
}

.swagger-ui .info .title {
    color: #3a3f51;
}

.swagger-ui .scheme-container{
    background: none;
    box-shadow: none;
}

.models.is-open{
    display: none;
}

#swagger-ui{
    margin-left:200px;
}
 
#navbar {
    width: 200px;
    margin: 0;
    padding: 20px;
    position: fixed;
    top: 50px;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #3a3f51;
    z-index: 10;
    list-style: none;
    box-sizing: border-box;
  }

#logo{
    max-height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    display: inline;
    height: auto;
    line-height: 50px;
    padding: 0 20px;
}

#navbar-logo{
    font-family: "ralewayregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    top:0;
    width:200px;
    height:50px;
    position: fixed;
    background-color: #23b7e5;
    -webkit-font-smoothing: antialiased;
}


#navbar-logo > a{
    float: left;
    color: #ffffff;
}

a{
    text-decoration: none;
    text-transform: none;
}

#navbar > li > a {
    width: 192px;
    margin: 0;
    border: 0;
    border-left: transparent 4px solid;
    border-right: transparent 4px solid;
    font-family: "ralewayregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #b4b6bd;
    display: block;
    padding: 10px 20px;
    position: relative;
    -webkit-transition: background-color 0.2s ease-in-out 0s;
    transition: background-color 0.2s ease-in-out 0s;
    cursor: pointer;
    font-weight: 700;
  }

#swagger-ui{
    box-sizing: border-box;
    display: block;
}