/*
 * Branding CSS file. This file is intentially left blank. If you want to
 * customize Swagger Editor you can serve this file with your CSS that overrides
 * or extends Swagger Editor styling.
*/

body {
    font-size: 13px;
}

.info p, .info h4>span {
    font-weight: normal;
}

.tags td {
    padding: 5px 0 5px 0;
}

.tags td p {
    margin: 0;
}

li.path {
    margin-top: 8px;
    padding-bottom: 0;
    border-bottom: 1px solid #dddddd;
}

li.path:last-of-type {
    border-bottom: none;
}

li.path>header {
    display: none;
}

li.operation>header .http-path {
    font-size: 1.1em;
    font-family: 'Source Code Pro';
    font-weight: 500;
    padding: .5em;
    display: table-cell;
    float: left;
    border-top-left-radius: 1px;
    margin-right: .4em;
    min-width: 68px;
    text-align: left;
}

li.operation>header .http-method {
    font-size: 1.1em;
}

li.operation.get .http-method {
    background-color: #0f6ab4;
}

li.operation.get {
    border: 1px solid #0f6ab4;
}

li.operation.get>header {
    background-color: rgba(15,106,180,.1);
}

li.operation.post .http-method {
    background-color: #10a54a;
}

li.operation.post {
    border: 1px solid #10a54a;
}

li.operation.post>header {
    background-color: rgba(16,165,74,.1);
}

li.operation.post h4 {
    color: #10a54a;
}

li.operation.put .http-method {
    background-color: #c5862b;
}

li.operation.put {
    border: 1px solid #c5862b;
}

li.operation.put>header {
    background-color: rgba(197,134,43,.1);
}

li.operation.put h4 {
    color: #c5862b;
}

li.operation.patch .http-method {
    background-color: #c5862b;
}

li.operation.patch {
    border: 1px solid #c5862b;
}

li.operation.patch>header {
    background-color: rgba(197,134,43,.1);
}

li.operation.patch h4 {
    color: #c5862b;
}

li.operation.delete .http-method {
    background-color: #a41e22;
}

li.operation.delete {
    border: 1px solid #a41e22;
}

li.operation.delete>header {
    background-color: rgba(164,30,34,.1);
}

li.operation.delete h4 {
    color: #a41e22;
}

li.path {
    padding-bottom: 0;
}

.preview.pane .section-header .on-hover {
    display: inline;
}

.preview.pane .section-header .on-hover a {
    color: #868686;
}