.sw-ui-md .sum-http-method.md-button {
    height: 24px;
    line-height: 24px;
    min-height: 24px;
    min-width: 64px;
    padding: 1px;
    margin: 2px 6px 2px 2px;
    transition: none;
}

.sw-ui-md .sum-http-code.md-button,
.sw-ui-md .sum-http-header.md-button {
    height: 18px;
    line-height: 18px;
    min-height: 18px;
    min-width: 18px;
    margin: 2px;
    border-radius: 9px;
    font-family: monospace;
    padding: 0 9px;
    text-transform: none;
}

.sw-ui-md .sum-http-method.md-button.md-raised:not([disabled]),
.sw-ui-md .sum-http-code.md-button.md-raised:not([disabled]),
.sw-ui-md .sum-http-header.md-button.md-raised:not([disabled]) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
}

.sw-ui-md md-sidenav .md-subheader + .layout-padding,
.sw-ui-md md-sidenav .md-subheader + .layout-padding > *:first-child,
.sw-ui-md md-sidenav .sum-subheader + .layout-padding,
.sw-ui-md md-sidenav .sum-subheader + .layout-padding > *:first-child {
    padding-top: 0;
}

.sw-ui-md .sum-tools-in .md-button,
.sw-ui-md .sum-tools .md-button {
    margin-bottom: 0;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
}

.sw-ui-md .sum-tools .md-button:last-child {
    margin-right: 16px;
}

.sw-ui-md md-sidenav md-input-container {
    margin-top: 0;
    margin-bottom: 0;
}

.sw-ui-md md-list-item .md-button,
.sw-ui-md .sum-link.md-button {
    margin: 0 0 0 -4px;
    padding: 0 4px 0 4px;
    text-transform: none;
    min-height: 0;
    line-height: 1;
    min-width: inherit;
}

.sw-ui-md md-list-item .md-button:hover,
.sw-ui-md md-list-item .md-button:focus,
.sw-ui-md .sum-link.md-button:hover,
.sw-ui-md .sum-link.md-button:focus {
    background-color: transparent;
    text-decoration: underline;
}

.sw-ui-md .md-body-1,
.sw-ui-md .md-body-2 {
    line-height: 16px;
}

.sw-ui-md [ng-click] {
    cursor: pointer;
}

[swagger-ui-material], body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.sw-ui-md md-list {
    padding: 0;
}

.sw-ui-md md-list-item {
    min-height: 64px;
}

.sw-ui-md .sum-path {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 28px;
}

.sw-ui-md .sum-path-wrap {
    line-height: 20px;
    padding-top: 4px;
}

.sw-ui-md .sum-top {
    padding-top: 0;
}

.sw-ui-md .sum-top > * {
    padding-top: 0;
}

.sw-ui-md textarea {
    font-family: monospace;
}

.sw-ui-md .pad {
    margin-left: 16px;
    text-indent: -8px;
    padding-left: 8px;
}

.sw-ui-md .pad em {
    opacity: 0.5;
}

.sw-ui-md .sum-wrap {
    white-space: normal;
}

.sw-ui-md .sum-deprecated {
    opacity: 0.5;
}

.sw-ui-md .sum-deprecated .sum-path {
    text-decoration: line-through;
}

.sw-ui-md .sum-selected {
    /* TODO: themed color */
    background-color: rgb(238, 238, 238);
}

.sw-ui-md .sum-delay.ng-enter {
    transition: 0.016s linear all 0.25s;
    opacity: 0;
    width: 0;
}

.sw-ui-md .sum-delay.ng-enter-stagger {
    transition-delay: 0.25s;
    transition-duration: 0s;
}

.sw-ui-md .sum-delay.ng-enter.ng-enter-active {
    opacity: 1;
}

.sw-ui-md md-sidenav p {
    margin-top: 0;
    margin-bottom: 0;
}

.sw-ui-md .md-errors-spacer {
    display: none;
}

.sw-ui-md .sum-param-info {
    font-size: 12px;
    line-height: 14px;
}

.sw-ui-md .sum-no-margin {
    margin: 0;
}

.sw-ui-md .md-toolbar-tools > .md-button:first-child {
    margin-right: 8px;
}

.sw-ui-md textarea {
    line-height: 14px;
}

.sw-ui-md pre.sum-pre {
    white-space: pre-wrap;
}

.sw-ui-md .sum-ind {
    margin-left: 0;
}

.sw-ui-md md-input-container {
    margin-left: -2px;
}

@media screen and (min-width: 800px) {
    .sw-ui-md md-sidenav {
        width: 336px;
        max-width: 336px;
    }
}

.sw-ui-md .md-avatar-icon {
    opacity: 0.66;
}

.sw-ui-md a.truncate {
    cursor: pointer;
}

.sw-ui-md .sum-slide-disabled [role="tabpanel"] {
    transition: none;
}

.sw-ui-md .md-select-value :first-child {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 24px);
}

.sw-ui-md .sum-fade.ng-hide {
    opacity: 0;
}

.sw-ui-md .sum-fade.ng-hide-remove {
    transition: all ease-in-out 150ms;
    transition-delay: 15ms;
}

.sum-uppercase {
    text-transform: uppercase;
}

.sum-sentence::first-letter {
    text-transform: uppercase;
}

md-dialog.sum-dialog {
    max-width: 360px;
    min-width: 280px;
}

md-dialog.sum-dialog-wide {
    max-width: inherit;
    min-width: 280px;
}

.sum-dialog-wide .markdown-body {
    max-width: 640px;
}

.sw-ui-md span.md-button {
    display: inline;
    min-width: 0;
    width: auto;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
}

.sum-hide-spacer .md-errors-spacer {
    display: none;
}

.sum-short-md p {
    margin: 0;
}

.markdown-body {
    font-family: inherit;
}

.markdown-body.md-body-2 {
    font-size: 14px;
}

.sum-hide-tabs md-tabs-wrapper {
    display: none;
}

md-tab-content:not(.md-active) * {
    white-space: nowrap !important;
}

md-dialog md-toolbar {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

toolbar-edit input {
    background: transparent;
    border: none;
    /* TODO: themed color */
    color: #fff;
    margin-top: 4px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

toolbar-edit input:focus {
    outline: none;
}

toolbar-search input {
    background: transparent;
    border: none;
    /* TODO: themed color */
    color: #fff;
    width: 100px;
    margin-top: 4px;
    vertical-align: middle;
    margin-left: -6px;
    margin-right: -12px;
    position: relative;
    top: -2px;
}

toolbar-search input:focus {
    outline: none;
}

toolbar-search .input-show-hide {
    -webkit-transition: all ease-out 0.25s;
    transition: all ease-out 0.25s;
}

toolbar-search .input-show-hide.ng-hide {
    -webkit-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
    width: 0;
    opacity: 0;
    margin-left: 0;
    margin-right: 0;
}
.logoDiv{
    width: 60px;
overflow: hidden;
}

.logoDiv img{
    margin-left: -262px;
}