﻿/* some v3 styles, mostly v4 coloring */
.swagger-section #header {
    overflow: hidden;
    height: auto;
    min-height: 23px;
    padding: 0;
    background-color: #5a7d9f;
}
.swagger-section #header #logo .logo__img {
    margin-top: 0;
}
.swagger-section #header #logo .logo__title {
    padding-top: 3px
}
.swagger-section #input_baseUrl {
    width: 340px;
}
.swagger-section #explore {
    background-color: #faa304;
}
.swagger-section #explore:hover {
    background-color: #fa7500;
}
.swagger-section #api_selector .input {
    margin: 1px 0 1px 10px;
}
.swagger-section .swagger-ui-wrap, .swagger-section #message-bar {
    padding: 10px;
}
.swagger-section .swagger-ui-wrap a {
    color: #007aff;
}
/* v3 bits */
#spinner-wrap {
  position: absolute;
  z-index: 1099;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  background: rgba(225, 225, 225, 0.6);
}
/* bootstrap bits */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}