body {
  background: #efefef;
}
body .swagger-ui .info .title small {
  background-color: #f47027;
}
body .topbar {
  background-color: #2d2d2d !important;
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body .topbar svg {
  display: none;
}
body .topbar .topbar-wrapper .link:after {
  content: "";
  background-image: url("../images/logo-small.png");
  background-repeat: no-repeat;
  background-position: left;
  display: block;
  position: absolute;
  width: 180px;
  height: 100px;
}
body .scheme-container {
  background: #efefef !important;
}
body .select-label #select {
  border: 2px solid #f47027 !important;
}
body .servers select {
  border: 2px solid #f47027 !important;
}
body .servers select:focus {
  border: 2px solid #f47027 !important;
  outline: none !important;
}

/*# sourceMappingURL=swagger-ui-custom.css.map */
